Thanks Marc. Now that you mention it I can see that it is on the blue side - colour blind? I've reprocessed it.
http://synergous.com/photos/picture.php?/170/category/4
R channel star sizes were smaller - I suspect focus. Fixed using the ChannelExtraction, PixelMath and the MorphologicalTransformation (MT) tools. There might be another way, but this worked well.
To the integrated linear image;
ScreenTransferFunction (STF)
AutomaticBackgroundExtraction (ABE)
Extract L* for the mask
Extract R and subtract from the integrated image
Apply L* mask to R (inverted)
MT - Midpoint: (MIN+MAX)/2 operator and amount 0.25 - this increased star size to same as B and G channel.
Add modified R to integrated image.
The other way of doing it is to morph down the other channels, but after trying different methods and masks I found it was easier to morph down after stretching the image. It just needs good masking techniques and experimentation, which ever way you do it.
If you want to know the full details let me know.