AstroHuntsman / obs_huntsman

Huntsman-specific configuration and tasks for the LSST Data Management Stack
GNU General Public License v3.0
0 stars 1 forks source link

Match calibs with appropriate images #15

Closed danjampro closed 4 years ago

danjampro commented 4 years ago

The big change is that we now use exposure time-matched bias+dark combos to do the calibrations. Modified a lot in HuntsmanMapper.yaml to reflect these changes and to get the right frames matching with each other (note that exposure time is now part of the dataId).

Also added some rudimentary scripts to create master calibration frames for a given date, which currently used all calibration frames taken within a week of the given date. See documentation for usage.

There's lots of hacks in config/ingest.py to make this all work with the testing data we currently have. When we start taking proper commissioning data these need to be ironed out.