Skip to content

Commit 4cd64f7

Browse files
Jakob T McCannjtmccann
Jakob T McCann
authored andcommitted
draft
1 parent 69452cb commit 4cd64f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/lsst/pipe/tasks/calibrate.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ def setDefaults(self):
311311
# The photoRefCat connection is the name to use for the colorterms.
312312
self.photoCal.photoCatName = self.connections.photoRefCat
313313
# Set injected pixel flags.
314-
self.calibrate.measurement.plugins["base_PixelFlags"].masksFpAnywhere.append("INJECTED")
315-
self.calibrate.measurement.plugins["base_PixelFlags"].masksFpCenter.append("INJECTED_CORE")
314+
self.measurement.plugins["base_PixelFlags"].masksFpAnywhere.append("INJECTED")
315+
self.measurement.plugins["base_PixelFlags"].masksFpCenter.append("INJECTED_CORE")
316316

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

0 commit comments

Comments
 (0)