Details
-
Type:
Story
-
Status: To Do
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: obs_base, obs_decam, obs_lsst, obs_subaru
-
Labels:
-
Story Points:1
-
Team:Data Release Production
Description
After DM-21246, we could make some nice improvements to the gen2to3 logic if writeCuratedCalibrations (including its implementations in obs packages):
- took a "run" argument (or some successor as per
DM-16876) to override butler.run - returned DatasetRefs to all datasets it writes, so calling code could (e.g.) associate them into other collections.
An optional run was added to writeCuratedCalibrations in
DM-25458.