Skip to content

Enable complete flat capture with ADU calculation without using previews

Jasem Mutlaq requested to merge (removed):flats_without_preview into master

This is related to !472 (merged).

  1. We only need to ask to enable FITS Viewer or Summary if the capture is a preview.
  2. 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.

Merge request reports