Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: daf_butler
-
Story Points:4
-
Team:Architecture
-
Urgent?:No
Description
It's clear we're missing a lot of standard, useful columns (many of them already enumerated in the ObservationInfo class) in the exposure, visit, and detector tables. We should try harder to get this list complete before we declare the Registry schema stable to reduce the number of migrations we have to do afterwards.
This includes:
- Target name (for ObsCore)
- RA/Dec/rotation angle/rotation coord (so that we can calculate visits without reading the raw data file)
Also includes changes to obs_base to use the ra/dec in visit region calculation.
Attachments
Issue Links
- blocks
-
DM-26039 Missing ObsCore fields for image metadata in Butler Gen3
- Done
- has to be finished together with
-
DM-26039 Missing ObsCore fields for image metadata in Butler Gen3
- Done
- is duplicated by
-
DM-26042 Store RA/DEC in gen3 registry
- Invalid
- is triggered by
-
RFC-484 The Gen3 Butler Registry Schema
- Implemented
- is triggering
-
DM-26317 Add camera caching to obs_decam and obs_subaru Gen3 Instrument
- Done
I've updated the Gen 3 repository in ap_verify_testdata to match the new schema. That should be the only repository of ours that would affect Jenkins.