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 Dec 18, 2024
1 parent 1fae66b commit 10018ea
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 10018ea

Please sign in to comment.