Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: obs_lsst
-
Labels:
-
Story Points:1
-
Epic Link:
-
Team:Data Release Production
-
Urgent?:No
Description
The HSC/daf.butler.DimensionPacker logic for how to pack visit/exposure+detector data IDs into integers doesn't agree with the detector_max values in obs_lsst. Update the latter, and make sure that doesn't have an unexpected repercussions.
Tim Jenness, another small visit/exposure/detector-ID-related review for you (what we discussed on Slack yesterday). Really wish we had time to go clean this all up now, as you laid out on that other ticket, but in the meantime I think this makes things more consistent in an important way (i.e. compute_detector_exposure_id and DimensionPacker will agree for obs_lsst) until we get a chance.
PR is https://github.com/lsst/obs_lsst/pull/293