File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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' ]
You can’t perform that action at this time.
0 commit comments