We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf84b6 commit c204d50Copy full SHA for c204d50
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
318
class CalibrateTask(pipeBase.PipelineTask):
0 commit comments