Skip to content

Commit

Permalink
Merge pull request #76 from lsst/tickets/DM-46933
Browse files Browse the repository at this point in the history
DM-46933: remove references to STREAK mask
  • Loading branch information
TallJimbo authored Oct 20, 2024
2 parents 6f403cd + a96b452 commit 0f78d74
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/lsst/drp/tasks/forcedPhotCoadd.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,15 @@ def setDefaults(self):
"SENSOR_EDGE",
"REJECTED",
"INEXACT_PSF",
"STREAK",
# TODO DM-44658 and DM-45980: don't have STREAK propagated yet.
# "STREAK",
]
self.measurement.plugins["base_PixelFlags"].masksFpCenter = [
"CLIPPED",
"SENSOR_EDGE",
"REJECTED",
"INEXACT_PSF",
"STREAK",
# "STREAK",
]


Expand Down

0 comments on commit 0f78d74

Please sign in to comment.