lsst.ip.diffim
14.0-12-g5218728+8
|
Functor class to check whether a diaSource has flags set that should cause it to be labeled bad. More...
Public Member Functions | |
def | __init__ (self, sources, badFlags=None) |
Constructor. More... | |
def | __call__ (self, source) |
Call the source flag checker on a single Source. More... | |
Public Attributes | |
badFlags | |
keys | |
Functor class to check whether a diaSource has flags set that should cause it to be labeled bad.
Definition at line 308 of file dipoleMeasurement.py.
def lsst.ip.diffim.dipoleMeasurement.SourceFlagChecker.__init__ | ( | self, | |
sources, | |||
badFlags = None |
|||
) |
Constructor.
sources | Sources that will be measured |
badFlags | A list of flags that will be used to determine if there was a measurement problem |
The list of badFlags will be used to make a list of keys to check for measurement flags on. By default the centroid keys are added to this list
Definition at line 311 of file dipoleMeasurement.py.
def lsst.ip.diffim.dipoleMeasurement.SourceFlagChecker.__call__ | ( | self, | |
source | |||
) |
Call the source flag checker on a single Source.
source | Source that will be examined |
Definition at line 328 of file dipoleMeasurement.py.
lsst.ip.diffim.dipoleMeasurement.SourceFlagChecker.badFlags |
Definition at line 320 of file dipoleMeasurement.py.
lsst.ip.diffim.dipoleMeasurement.SourceFlagChecker.keys |
Definition at line 325 of file dipoleMeasurement.py.