Hello Geoff,
I've been experimenting with various methods for (a) making a synthetic luminance and (b) combining it with the RGB or LRGB, but have yet to settle on a fixed workflow.
Geoff
I tried the following, but the difference between LRGB are marginal.
synL1 = ImageIntegration( red1 green1 blue1 )
synL2 = ImageIntegration( red2 green2 blue2 )
...
synLn = ImageIntegration( red(n) green(n) blue(n) )
finalLuminance = WinsorizedSigmaClipping ( L1, L2...Ln, synL1, synL2..., synLn) // sigma =4, Normalization = scale zero offset
LRGB = LRGBCombinationTool ( finalLuminance/RGB) // L=0,5, Sat=0,38-4,5