Skip to content

Commit

Permalink
Remove unnecessary STREAK (now in default planes)
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Dec 4, 2024
1 parent 43b1a3a commit b82e5f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/lsst/pipe/tasks/characterizeImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,6 @@ def run(self, exposure, background=None, idGenerator=None):
# TODO: Remove in DM-44658, streak masking to happen only in ip_diffim
if self.config.doMaskStreaks:
_ = self.maskStreaks.run(dmeRes.exposure)
else:
dmeRes.exposure.mask.addMaskPlane('STREAK')

# perform final measurement with final PSF, including measuring and applying aperture correction,
# if wanted
Expand Down

0 comments on commit b82e5f0

Please sign in to comment.