PixInsight Forum (historical)

Software Development => New Scripts and Modules => Topic started by: Brad on 2018 February 15 19:03:16

Title: New script for target mask creation - DSOMask
Post by: Brad on 2018 February 15 19:03:16
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 (https://www.dropbox.com/sh/l1j2662nihnc5cd/AAC-_7pssM-d8vLkSEyenlnDa?dl=0)

Clear skies,

-Brad
Title: Re: New script for target mask creation - DSOMask
Post by: ChoJin on 2018 February 16 05:18:04
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)
Title: Re: New script for target mask creation - DSOMask
Post by: Brad on 2018 February 16 07:11:41
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  ;)
Title: Re: New script for target mask creation - DSOMask
Post by: Brad on 2018 February 16 17:42:52
On GitHub https://github.com/a028964/DSOMask (https://github.com/a028964/DSOMask)
Title: Re: New script for target mask creation - DSOMask
Post by: Brad on 2018 February 17 19:14:21
I've created releases now on GitHub. You can get the latest release here ...

https://github.com/a028964/DSOMask/releases (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.
Title: Re: New script for target mask creation - DSOMask
Post by: Brad on 2018 February 22 17:41:09
Here's the latest release with updated PiDoc

https://github.com/a028964/DSOMask/releases/tag/1.2.3 (https://github.com/a028964/DSOMask/releases/tag/1.2.3)

Here's a PDF version of the documentation

https://www.dropbox.com/s/mxz690b9348zj2a/PixInsight%20Reference%20Documentation%20_%20DSOMask.pdf?dl=0 (https://www.dropbox.com/s/mxz690b9348zj2a/PixInsight%20Reference%20Documentation%20_%20DSOMask.pdf?dl=0)
Title: Re: New script for target mask creation - DSOMask
Post by: ChoJin on 2018 February 23 09:33:42
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.
Title: Re: New script for target mask creation - DSOMask
Post by: Brad on 2018 February 23 16:12:47
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.

Thanks! Another good call ... and here it is  ;)

https://github.com/a028964/DSOMask/blob/master/doc/docs/PixInsight%20Reference%20Documentation%20_%20DSOMask.pdf (https://github.com/a028964/DSOMask/blob/master/doc/docs/PixInsight%20Reference%20Documentation%20_%20DSOMask.pdf)