Skip to content

Commit

Permalink
Use nodata flag, separate from edge
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Jan 14, 2025
1 parent 4d5ff71 commit 37e2a07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/pipe/tasks/finalizeCharacterization.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ def setDefaults(self):
source_selector.signalToNoise.errField = 'base_GaussianFlux_instFluxErr'

source_selector.flags.bad = ['base_PixelFlags_flag_edge',
'base_PixelFlags_flag_nodata',
'base_PixelFlags_flag_interpolatedCenter',
'base_PixelFlags_flag_saturatedCenter',
'base_PixelFlags_flag_crCenter',
Expand Down

0 comments on commit 37e2a07

Please sign in to comment.