The source project of this merge request has been removed.
Enable complete flat capture with ADU calculation without using previews
This is related to !472 (merged).
- We only need to ask to enable FITS Viewer or Summary if the capture is a preview.
- Flat captures with ADU calculations required that a FITS View is loaded up before in order to calculate the ADU. This is not necessary, only FITSData is now required. This changes the code so that it can be done. Since the job is considered batch now, INDI::CCD needed to be updated so that it does not write any FITS_CALIBRATE frames to disk.