Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:
-
Story Points:5
-
Epic Link:
-
Sprint:Alert Production F16 - 6, Alert Production F16 - 7
-
Team:Alert Production
Description
Collect a comprehensive set of exposure oriented metadata used by science code. This should also include metadata that is not currently needed but that could be utilized in the future. In practice, I suspect this will involve looking for all calls to PropertySet.get since that is how FITS header metadata is currently passed around.
John Parejko and I had a discussion and concluded the following:
Note that this data is not well normalized. We may want some sort of "focal plane exposure" object that contains the camera geometry, field center, date of exposure and other shared information, with some way to retrieve individual exposures from that object. In particular this could be useful for jointcal fitting transforms that are shared across all exposures for a field. However, until and unless we come up with such a thing, we will simply expand ExposureInfo as above.