Skip to content

Commit

Permalink
multiband: flag sources with SENSOR_EDGE, INEXACT_PSF
Browse files Browse the repository at this point in the history
We want to know when sources are on pixels that satisfy any
of these.
  • Loading branch information
PaulPrice committed Nov 20, 2017
1 parent 24a88a8 commit 476acb6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions python/lsst/pipe/tasks/multiBand.py
Original file line number Diff line number Diff line change
Expand Up @@ -907,9 +907,8 @@ def setDefaults(self):
Config.setDefaults(self)
self.deblend.propagateAllPeaks = True
self.measurement.plugins.names |= ['base_InputCount']
# The following line must be set if clipped pixel flags are to be added to the output table
# The clipped mask plane is added by running SafeClipAssembleCoaddTask
self.measurement.plugins['base_PixelFlags'].masksFpAnywhere = ['CLIPPED']
self.measurement.plugins['base_PixelFlags'].masksFpAnywhere = ['CLIPPED', 'SENSOR_EDGE',
'INEXACT_PSF']

## \addtogroup LSST_task_documentation
## \{
Expand Down

0 comments on commit 476acb6

Please sign in to comment.