Author Topic: New script for target mask creation - DSOMask  (Read 5045 times)

Offline Brad

  • Newcomer
  • Posts: 23
New script for target mask creation - DSOMask
« 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

Clear skies,

-Brad
-Brad

Offline ChoJin

  • PixInsight Addict
  • ***
  • Posts: 106
Re: New script for target mask creation - DSOMask
« Reply #1 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)

Offline Brad

  • Newcomer
  • Posts: 23
Re: New script for target mask creation - DSOMask
« Reply #2 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  ;)
-Brad

Offline Brad

  • Newcomer
  • Posts: 23
Re: New script for target mask creation - DSOMask
« Reply #3 on: 2018 February 16 17:42:52 »
-Brad

Offline Brad

  • Newcomer
  • Posts: 23
Re: New script for target mask creation - DSOMask
« Reply #4 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

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.
-Brad

Offline Brad

  • Newcomer
  • Posts: 23
-Brad

Offline ChoJin

  • PixInsight Addict
  • ***
  • Posts: 106
Re: New script for target mask creation - DSOMask
« Reply #6 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.

Offline Brad

  • Newcomer
  • Posts: 23
Re: New script for target mask creation - DSOMask
« Reply #7 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
-Brad