Skip to content

Commit

Permalink
Remove STREAK from forcedPhotCoadd
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Sep 27, 2024
1 parent 884d22f commit f6ec4cd
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 f6ec4cd

Please sign in to comment.