Skip to content

Commit

Permalink
Fix phosphoresence defect boxes so they reach the edge of the detector.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Jan 29, 2025
1 parent b9578bf commit d1b3b88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/obs/lsst/script/write_comcam_manual_defects.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
# Phosphorescence.
box_xywh.extend(
(
(0, 1300, 350, 2695),
(3650, 3600, 417, 395),
(0, 1300, 350, 2700),
(3650, 3600, 417, 400),
),
)
elif det.getId() == 4:
Expand Down

0 comments on commit d1b3b88

Please sign in to comment.