Skip to content

Commit a176645

Browse files
committed
Reject diaSources with BAD or EDGE anywhere in the center
1 parent a5ff1b1 commit a176645

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python/lsst/ip/diffim/detectAndMeasure.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,8 @@ class DetectAndMeasureConfig(pipeBase.PipelineTaskConfig,
296296
default=("base_PixelFlags_flag_offimage",
297297
"base_PixelFlags_flag_edge",
298298
"base_PixelFlags_flag_interpolatedCenterAll",
299-
"base_PixelFlags_flag_badCenterAll",
300-
"base_PixelFlags_flag_edgeCenterAll",
299+
"base_PixelFlags_flag_badCenter",
300+
"base_PixelFlags_flag_edgeCenter",
301301
"base_PixelFlags_flag_nodataCenter",
302302
"base_PixelFlags_flag_saturatedCenter",
303303
"base_PixelFlags_flag_saturated_templateCenter",

0 commit comments

Comments
 (0)