Just curious, when is the best time to convert images from the 16-bit unsigned integer that comes out of the camera to the 32-bit floating point files that are used when we're processing the image? I know that in general the answer is going to be "sooner than later", but at what point does it really become advantageous?
When I combine my calibration frames into master frames, should the master frame be saved as a 16-bit or 32-bit? Since they'll be used to calibrate a light frame that is still a 16-bit image - is it any advantage to have the master frame as a 32-bit floating point?
Similarly, when I calibrate the light frames should they be saved after calibration as a 16-bit or 32-bit? Because of the division of the flat frame I can see that there might be some loss of precision if it's saved as a 16-bit image.
What about when a stack of images is registered with star alignment? My sense is that this is the point where it's necessary to save the result as a 32-bit image, but am I correct in that thinking?
Finally, when doing the final integration of the calibrated and registered light frames....that result should be saved as a 32-bit floating point for maximum precision. But should it be done sooner in the workflow than this?
Thanks,
Mike