How should I combine Ha with LRGB? Requests for constructive critique · Andy Wray · ... · 11 · 1081 · 4

andymw 11.01
...
· 
·  1 like
I've taken some images of M81 and M82 in HALRGB and ended up with the image below.  Clearly I've overemphasized the Ha element and I've probably oversaturated the image as a whole.  

How do people combine HaLRGB?
Image14-DeNoiseAI-severe-noisesmall.png



M81 and M82 - Early posting ... need much more acquisition time
Like
umasscrew39 12.53
...
· 
·  1 like
NBRGBCombination script in PI
Like
Gmadkat 4.44
...
· 
·  2 likes
Hello Andy,
Another alternative I find works well for galaxies is to extract channels after a channelCombination, and use the Blend script in Pixinsight to overlay 20% (tweak the opacity percent until I am happy) Ha using Overlay Mode = Screen (negativ multiply) and disable Linear STF. Upper image is Ha and lower image is Red and adjust the opacity around 30%. Then use the result to recombine the Ha+R with GB to make a new RGB.
Like
JamesR 5.88
...
· 
·  4 likes
I use the procedure outlined here:


http://www.arciereceleste.it/tutorial-pixinsight/cat-tutorial-eng/85-enhance-galaxy-ha-eng


Honestly.. your Ha regions on M81 don't look too bad to me.  If you want to dial back what you have, you can use your Ha frame to make a range mask.. then pull back on curves/saturation a bit to dial it back to taste.
Like
Leon87 0.00
...
· 
I used the channel extraction + pixelmath method for a while but then I read Mastering PI and I found very effective the way RBA explains in his book. He uses a Max expression that will combine your Ha pixels with the broadband image IF they have a higher value. From here you can play with the stretch levels and expression symbols to obtain the "blending percentage" you want. Really effective.
Like
DalePenkala 15.85
...
· 
Hello Andy,
There are many ways to do this using PI and while I’m no expert doing it I found this video very helpful from Shawn Nielsen of in VisableDark.  He even provides the process icon in the description to download and use. 
Here is the video: https://www.youtube.com/watch?v=tyY6lQRrScQ

I used this to incorporate my Ha data on this image/M81 but in all honestly I only had 2 hrs of Ha data so its not super terrific, but it did make a difference in the image. 

I’ve tryed the method of combining Ha into the red channel but I could never get the formula in Pixel Math to work for me. I would like to use this technique at some point.

Hope this helps!

Dale
Like
andymw 11.01
...
· 
·  1 like
I've seen a lot of articles quoting the following PixelMath formula for combining Ha and Red into the red channel:

    ((HA * R_bandwidth) - (R * HA_bandwidth)) / (R_bandwidth - HA_bandwidth)

I never had much joy with it and now I have just realised that it does not take into account the different exposure times that you may use between RGB and narrowband.  I think the formula should be:   

    ((Ha*Red_Exposure*Red_bandwidth)-(Red*Ha_Exposure*Ha_Bandwidth))/((Red_Exposure*Red_bandwidth)-(Ha_Exposure*Ha_Bandwidth))+Red

I've tried my new version of the formula and it actually seems to work.

If you leave out the final "+Red" in the formula you can actually see what the Ha is adding on top of the Red.

Thoughts?
Edited ...
Like
DalePenkala 15.85
...
· 
Andy Wray:
I've seen a lot of articles quoting the following PixelMath formula for combining Ha and Red into the red channel:

    ((HA * R_bandwidth) - (R * HA_bandwidth)) / (R_bandwidth - HA_bandwidth)

I never had much joy with it and now I have just realised that it does not take into account the different exposure times that you may use between RGB and narrowband.  I think the formula should be:   

    ((Ha*Red_Exposure*Red_bandwidth)-(Red*Ha_Exposure*Ha_Bandwidth))/((Red_Exposure*Red_bandwidth)-(Ha_Exposure*Ha_Bandwidth))+Red

I've tried my new version of the formula and it actually seems to work.

If you leave out the final "+Red" in the formula you can actually see what the Ha is adding on top of the Red.

Thoughts?

The next chance I get I’ll have to give your pixel math a try @Andy Wray

Dale
Like
andymw 11.01
...
· 
·  2 likes
OK, I used my pixelmath formula:

    ((Ha*Red_Exposure*Red_bandwidth)-(Red*Ha_Exposure*Ha_Bandwidth))/((Red_Exposure*Red_bandwidth)-(Ha_Exposure*Ha_Bandwidth))+Red

and a similar one to combine Ha and Lum to create the following in 15 mins from the LRGBHa masters.

Image16_clone50.png


M81 and M82 - Early posting ... need much more acquisition time


It's not perfect, but I was impressed by how much detail I could get in M82 whilst almost bringing out M81 in such a short time.  I will process it properly in the future.  

FWIW:  process was:

* Dynamic crop all images
* DBE all images based on points chosen on red frame
* Use above formula to create a pseudo-red channel
* Channel combination of that pseudo red channel with green and blue
* SCNR to remove excess green on this new RGB image
* Used the above pixelmath formula, but with Lum instead of red to create a pseudo luminance channel
* Used LRGBCombination to apply this new pseudo-luminance to the RGB image
* EZDenoise
* HDRMultiScaleTransform


I will redo this using Starnet++ to help me retain the star colour and stop the stars from bloating, but I am impressed that pixelmath can get me 90% of the way there in 10% of the time
Edited ...
Like
jhayes_tucson 22.40
...
· 
·  2 likes
Most of the methods here simply try to adjust the contrast of the Ha signal relative to the bandwidth difference between the red and Ha signals.  I think that it's better to isolate the actual Ha signal and to use PixelMath to add it in the correct ratio to the red and blue channels of the RGB image.  Vincent Perez and Martin Pugh describe the method in this article.  I've done this a number of times and found that it maintains the correct color balance of the image while adding just the Ha regions on top of the broadband colors.

http://www.arciereceleste.it/tutorial-pixinsight/cat-tutorial-eng/85-enhance-galaxy-ha-eng

The one additional thing that I do is to adjust the Lum channel by adding the Ha signal in PixelMath.  You have to be very careful to control noise so I use a mask for this operation.

This image shows the result of adding pure Ha:  https://www.astrobin.com/uijojf/E/

John
Edited ...
Like
kuechlew 7.75
...
· 
John Hayes:
Most of the methods here simply try to adjust the contrast of the Ha signal relative to the bandwidth difference between the red and Ha signals.  I think that it's better to isolate the actual Ha signal and to use PixelMath to add it in the correct ratio to the red and blue channels of the RGB image.  Vincent Perez and Martin Pugh describe the method in this article.  I've done this a number of times and found that it maintains the correct color balance of the image while adding just the Ha regions on top of the broadband colors.

http://www.arciereceleste.it/tutorial-pixinsight/cat-tutorial-eng/85-enhance-galaxy-ha-eng

The one additional thing that I do is to adjust the Lum channel by adding the Ha signal in PixelMath.  You have to be very careful to control noise so I use a mask for this operation.

This image shows the result of adding pure Ha:  https://www.astrobin.com/uijojf/E/

John

Thank you John! I was feeling a bit uneasy with Andy's formula because in my humble understanding it could lead to negative pixel values in theory - maybe not in practice? The formula you present looks safe in this respect while taking the different exposure times into consideration.

Clear skies
Wolfgang
Like
andymw 11.01
...
· 
·  1 like
Thanks all!  I now see that my formula was incorrect.  I will now use the following formula instead to create the additional Ha elements:

Ha-((Ha_Bandwidth*Ha_Exposure)/(Red_Bandwidth*Red_Exposure))*(Red-med(Red))

With my filters and exposures (7nm Ha x 300 secs, 100nm Red x 90 secs) this equates to:

Ha-0.2333*(Red-med(Red))
Edited ...
Like
 
Register or login to create to post a reply.