Skip to content

Commit

Permalink
Increase width of detector 0 scratch to account for edge bleeds.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Mar 5, 2025
1 parent 77aa675 commit 3ed14eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion python/lsst/obs/lsst/script/write_lsstcam_manual_defects.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@
box_xywh.extend(
(
# Scratch on detector.
(2345, 0, 125, 4000),
(2300, 0, 200, 4000),
# Edge bleed regions.
(2036, 0, 509, 100),
(2036, 3900, 509, 100),
),
)
elif det.getId() == 9:
Expand Down

0 comments on commit 3ed14eb

Please sign in to comment.