Hi!
I was wandering if it makes any sense, after capturing a set of R, G and B frames of a target, to do this:
- calibrate and register all frames as usual;
- perform a sum in pixelmath of R1+G1+B1 = L1, R2+G2+B2 = L2, ...
- integrate L1, L2 etc. together with actual luminance frames captured with the Lum filter.
I understand that the SNR of a pure L frame is higher, but could the use of these synthetic L frames with the actual L ones provide an increase in the amount of signal in the final master L?
In simple words: say I capture 12 frames with each filter (12xL, 12xR, 12xG, 12xB), same binning and duration for each image. Will the luminance be better if:
1) I integrate just the 12 L frames;
2) I integrate 12 L frames + 12 "pixelmathed" (R+G+B) frames (total of 24 frames)?
Thank you