Skip to content

Commit

Permalink
draft
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob T McCann authored and jtmccann committed Dec 20, 2023
1 parent 69452cb commit 4cd64f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/pipe/tasks/calibrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,8 @@ def setDefaults(self):
# The photoRefCat connection is the name to use for the colorterms.
self.photoCal.photoCatName = self.connections.photoRefCat
# Set injected pixel flags.
self.calibrate.measurement.plugins["base_PixelFlags"].masksFpAnywhere.append("INJECTED")
self.calibrate.measurement.plugins["base_PixelFlags"].masksFpCenter.append("INJECTED_CORE")
self.measurement.plugins["base_PixelFlags"].masksFpAnywhere.append("INJECTED")
self.measurement.plugins["base_PixelFlags"].masksFpCenter.append("INJECTED_CORE")

# Keep track of which footprints contain streaks
self.measurement.plugins['base_PixelFlags'].masksFpAnywhere = ['STREAK']
Expand Down

0 comments on commit 4cd64f7

Please sign in to comment.