Ok, let's go.
The basic idea es to decrease the brightness ratio stars/nebulas. If you see at both the R and H-alpha images, you will see that the fwhm is very similar. The only difference is that in the H-alpha image the stars are very much fainter. This is why, after raising the midtones in both images, the stars appear much bigger in the red image.
So the key is combining the red image with a multiplied version of the H-alpha image.
==========
The first step is to have the background level controlled. We will force a background level of 0.05 with a simple formula in PixelMath. We will extract a small preview that is perhaps representative of the sky background (in this image, I have selected a small rectangle near the left - top corner). Supose we are working on the H-alfa image:
Ha - Med(Ha_background)+0.05
Ha = the H-alpha image
Ha_background = the sky background area in the H-alpha image
We substract the median value of the sky background to the H-alpha image and then we add a little pedestal of 0.05. Remember to disable the Rescale checkbox.
We will make this operation with the other images (the R, G and B components), so the four images will have a sky background level of 0.05.
==========
We have to make two RGB images. The first is a normal combination with our broadband images. In this case, I have asigned simply a proportion of 1:1:1.
The second RGB image will be the enhanced H-alpha. Let's see how we are going to make this improvement...
We will multiply the H-alpha by a factor X, through this simple formula:
(Ha * X) - (0.05 * (X - 1))
The second part of the formula is simply to maintain the sky background level at 0.05. Remember to disable the Rescale checkbox.
After this operation, we will mix the H-alpha image with the broadband R component, through a maximum operation:
Max (Ha, R)
This will be our new R channel for the second color combination.
==========
This is the H-alpha enhanced when we raise the midtones level:
It seems really horrible, but don't panic. We are going to recover the correct chrominance from the first RGB image.
We will make the same histogram adjustment to the first RGB image and we'll extract the
a and
b channels of the Lab color space, with the ChannelExtraction tool.
Then we will insert these components in our H-alpha enhanced color image, with the ChannelCombination tool. You can see the result in my last message.
Of course, this image is not lineal at all. But you can return the image to a lineal state with a second midtones adjustment of one minus the first one.
That's all!
Regards,
Vicent.