Following subtraction of the offset/bias from the flat frames, they are averaged into a single master flat; as follows
Code: Select all
convert -average -auto-level 3xflats.tiff master_flat.tiff
Code: Select all
light_*.tiff master_flat.tiff -compose Divide_Src -composite
Code: Select all
convert -average 3xflats.tiff -evaluate-sequence median master_flat.tiff
I would like to find a happy medium - that is; the master flat not too dark and not too light. I have tried many different methods of combining the flats, but invariably come back to the two methods above, as they produce the best flat fielding results correcting vignetting properly.