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.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Status | To Do [ 10001 ] | In Progress [ 3 ] |
Reviewers | Jim Bosch [ jbosch ] | |
Status | In Progress [ 3 ] | In Review [ 10004 ] |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |
A one-word change. Passes Jenkins on macOS; I don't anticipate problems on CentOS.