Hi Jules,
The CIE Lab color space is nonlinear, so it makes no sense for linear images. Those artifacts around bright image features denote numerical overflow in the Lab -> RGB conversion, and happen because the chroma and lightness components are not coherent.
I think I get smaller stars with this method along with using masked stretch?
Not at all. The correct procedure for LRGB combination is:
- Stretch the RGB and L images. You can use any combination of tools to perform this task, including HistogramTransformation and the MaskedStretch script.
- Use the LRGBCombination tool to replace the implicit lightness in the RGB image with the separate L image.
The RGB and L images must be well equalized before LRGB combination. If you haven't already done so, I strongly recommend you watch these videos:
http://pixinsight.com/videos/NGC1808LRGB-vperis/en.html