Skip to content

Commit

Permalink
Add expanded vampire mask for detector 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Jan 29, 2025
1 parent f7ed54c commit 160e4d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/lsst/obs/lsst/script/write_comcam_manual_defects.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@
(2534, 0, 7, 2000),
),
)
# Expand the vampire.
box_xywh.extend(
(
(2510, 930, 55, 55),
),
)
elif det.getId() == 5:
# High CTI amp edges.
box_xywh.extend(
Expand Down

0 comments on commit 160e4d2

Please sign in to comment.