Skip to content

Commit

Permalink
Merge pull request #1006 from lsst/tickets/DM-46388
Browse files Browse the repository at this point in the history
DM-46388: Remove unnecessary STREAK
  • Loading branch information
parejkoj authored Dec 4, 2024
2 parents 43b1a3a + b82e5f0 commit 64d1601
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 64d1601

Please sign in to comment.