New script for target mask creation - DSOMask

bcraig1

Member
I have put together a utility script for my work in PI to centralize some techniques and steps in one place. I find this will make things a little simpler for me and allow for containment of all settings for the necessary processes in one place which can be save in on instance icon as well.

Anyway, I submit it here for the community. I hope someone will find it useful or that feedback is received on improvements?

https://www.dropbox.com/sh/l1j2662nihnc5cd/AAC-_7pssM-d8vLkSEyenlnDa?dl=0

Clear skies,

-Brad
 
if I may, pushing this to a github repository would make browsing the code easier (and for you, it'd be easier to push fixes/updates)
 
ChoJin said:
if I may, pushing this to a github repository would make browsing the code easier (and for you, it'd be easier to push fixes/updates)

That's probably a good idea, thanks. I will sign up for GitHub and load it there and re-publish  ;)
 
I've created releases now on GitHub. You can get the latest release here ...

https://github.com/a028964/DSOMask/releases

The latest just has some refactoring of the code and additionally the ability to preview the star mask before creating the final mask. Now all supporting masks, star and range are preview-able prior to creating the final mask.
 
very nice documentation with the included tutorial.  ^-^

Likewise, you can put pdf on github (in a doc subdirectory for instance), and github is nice enough to even render pdf while browsing it.
 
Back
Top