We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69452cb commit 4cd64f7Copy full SHA for 4cd64f7
python/lsst/pipe/tasks/calibrate.py
@@ -311,8 +311,8 @@ def setDefaults(self):
311
# The photoRefCat connection is the name to use for the colorterms.
312
self.photoCal.photoCatName = self.connections.photoRefCat
313
# 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")
+ self.measurement.plugins["base_PixelFlags"].masksFpAnywhere.append("INJECTED")
+ self.measurement.plugins["base_PixelFlags"].masksFpCenter.append("INJECTED_CORE")
316
317
# Keep track of which footprints contain streaks
318
self.measurement.plugins['base_PixelFlags'].masksFpAnywhere = ['STREAK']
0 commit comments