Open julienguy opened 3 years ago
The ETC is now saving the header keywords described there https://github.com/desihub/desietc/blob/main/header.md to the fits image header. Things to do:
At the same time, also be robust to missing keywords or keywords that exist but are blank / None for robustness on past data and future hiccups.
we should read the seeing values in the header now that we have them when computing the calibration vectors. This is either a change in
desi_proc
when callingdesi_compute_fluxcalibration
by adding--seeing-fwhm
or a change todesi_compute_fluxcalibration
itself (prefered option).The flux calibration vector should contain a header keyword that specify what seeing value has been used to compute the calibration. This is important for instance for the computation of TSNR.