Quote:
Originally Posted by kosborn
I use Starnet in PI to remove stars from the rgb and narrowband images. The narrowband stars can be discarded. After processing stars and NB image, I add the rgb stars to the NB image using pixelmath with this equation, applied to the narrowband image:
~((~image) * (~star_mask))
Obviously, rename the image and star mask to whatever the labels are in your case.
|
Ok thanks I’ll give it a go