Hi Larry,
(every other solution I see references PhotoShop...you might have heard some imagers use it
You're joking right? How's that possible? Come on tell me who's he (or she)!
:lol:
It depends on the image, but in general, using pure Ha data as the luminance isn't a good idea.
One reason is that the stars may be poorly represented in the final image if you do so, since they are usually much smaller in a narrowband image than in any of the broadband RGB channels. This happens with Ha, OIII or SII images.
More important is the fact that Ha is significant only for objects that emit strongly in that wavelength; mainly emission nebulas. If you use pure Ha as the luminance, and there are some reflection nebulas in the image, or other extended objects that aren't so red -which is frequent-, then your obtained rendition won't be correct.
Consider that the luminance supports image detail. So the luminance should be optimized to maximize the representation of image structures.
I think Ha should be mixed with red to form a more detailed and strong red channel. This should solve the problem with the stars, since the red image fixes the "holes" created by the smaller stars in Ha. Then the problem is how to use Ha to improve the luminance. This largely depends on the objects represented and on the desired results. Basically, I think this is a trial-error work to find the best/preferred blend between a clear luminance (or even a synthetic luminance obtained from RGB channels) and the Ha image.
In PixInsight, you have the PixelMath and LRGBCombination tools to perform these tasks. For example, to obtain a blend composed by a 30% of the Ha image and a 70% of the red image, you could use the following PixelMath expression:
0.3*halpha + 0.7*red
assuming that the images have been assigned the 'halpha' and 'red' identifiers in PixInsight.
To learn how the LRGBCombination tool works, we have a specific tutorial:
http://pixinsight.com/tutorials/STD/LRGB/en.htmlThis tutorial doesn't use Ha because it's about a galaxy image (M63) and the original data included no Ha. However the Ha and red images, as well as the Ha and luminance images, if necessary, can be combined using PixelMath with simple expressions as the one above.
By the way, you don't have to care about the famous 'salmon pink' problem with LRGBCombination in PixInsight: with this tool there is *absolutely* no hue change when you perform a LRGB combination, so red stays red. Also, it allows you to boost color saturation without chrominance noise. This is explained in the tutorial.
Hope this helps. Of course, don't hesitate to ask anything about imaging topics here. If it's astrophotography or image processing, it's definitely on-topic!