Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:
-
Story Points:24
-
Epic Link:
-
Sprint:AP F21-4 (September), AP F21-5 (October)
-
Team:Alert Production
-
Urgent?:No
Description
Before deprecating and removing VisitInfo.getExposureId(), we need a replacement in ExposureInfo. It will contain the same id as the one currently in VisitInfo. How to populate it may be a question, since VisitInfo gets populated by ObservationInfo; can we do something similar to get exposureId into ExposureInfo for raws?
I've started a #dm-naming-things thread to figure out what to call the new id(s).
Attachments
Issue Links
- blocks
-
DM-13943 Deprecate VisitInfo.getExposureId()
- Done
- is blocked by
-
DM-13944 add id to VisitInfo
- Done
- is triggered by
-
RFC-459 Remove exposureId from VisitInfo and add visitId
- Implemented
- is triggering
-
DM-32315 DM-29955 breaks ci_hsc_gen2
- Done
- relates to
-
DM-32414 Exposure ID Gen 3 disassembled component broken
- Done
ObservationInfo can populate this in the gen3 raw formatter just like VisitInfo is formed or in the formatter it can simply trust the butler and use the exposure that comes from the dataId. After that it should propagate on its own. I assume we are talking about exposure_id here and not detector_exposure_id?