desihub / desispec

DESI spectral pipeline
BSD 3-Clause "New" or "Revised" License
35 stars 24 forks source link

CCDTEMP checking for DARK #2159

Closed Waelthus closed 7 months ago

Waelthus commented 7 months ago

based on #2158, this adds additional checks for CCDTEMP.

After merging the creating of dark models based on sets with heterogeneous temperatures will be forbidden explicitely.

When we look for calib files, a check is performed regarding difference of dark model temperature and to-be-reduced frames temperature.

A 1K tolerance is applied in both cases.

sbailey commented 7 months ago

Thanks. This appears to be a superset of branch dark_changes_and_calib_ledger (PR #2158) so I'm going to merge this PR and close that PR without merging. If I misunderstood the git history network graph and PR 2158 has unique changes not here, please let me know and I'll sort it out.