Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: obs_lsst
-
Labels:None
-
Team:Architecture
-
Urgent?:No
Description
https://github.com/lsst/obs_lsst/blob/master/python/lsst/obs/lsst/_instrument.py#L117-L128 uses the max_detector_exposure_id as the maximum value of the visit and observation dimensions. But those maximums are later multiplied again by the maximum detector count. I believe the max_exposure_id should be used instead.
A one-word change. Passes Jenkins on macOS; I don't anticipate problems on CentOS.