PixInsight Forum (historical)
Software Development => New Scripts and Modules => Topic started 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
-
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)
-
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 ;)
-
On GitHub https://github.com/a028964/DSOMask (https://github.com/a028964/DSOMask)
-
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.
-
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)
-
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.
-
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)