Quote:
Originally Posted by Dave882
I might see if I can work out how to add RGB stars later. Definitely not as easy as just screen & rescreening so have to extend my knowledge in PI first. Do you have a process that you like for this? Cheers
|
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.