Hi
Is there a way to highlight the Ha channel in galaxy images?
When I use the RGB combine tool and add the Ha channel the nice red H2 regions in the galaxy image get lost in the rest of the RGB data.
Thanks!
Joe
Hi
Is there a way to highlight the Ha channel in galaxy images?
When I use the RGB combine tool and add the Ha channel the nice red H2 regions in the galaxy image get lost in the rest of the RGB data.
Thanks!
Joe
You can use PixelMath tool.
Use this PixInsight tutorial to adapt it to Siril: Advanced Narrowband Combination — Night Photons
I suggest this: Advanced Narrowband Combination — Night Photons
(link is at the end of Siril’s tutorial that may still be helpful: Siril - RGB composition )
Good luck
Thanks for this link, however it seems it is written for PixInsight. What would the equivalent pixel math equation of be in Siril?
$T[0]-($T[1] - MED($T[1]))
T[0] means current red chanel (of the loaded image). So replace by a variable name of an image
Thanks
What does T1 mean?
It is a RGB image with Ha in Red and Red in G & B as described in the link you sent
Joe
T[1] is the same for green channel and so on.