lsst.ip.diffim g520cfd9743+6a25e834da
|
Public Member Functions | |
def | __init__ (self, sources, badFlags=None) |
def | __call__ (self, source) |
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 351 of file dipoleMeasurement.py.
def lsst.ip.diffim.dipoleMeasurement.SourceFlagChecker.__init__ | ( | self, | |
sources, | |||
badFlags = None |
|||
) |
Definition at line 354 of file dipoleMeasurement.py.
def lsst.ip.diffim.dipoleMeasurement.SourceFlagChecker.__call__ | ( | self, | |
source | |||
) |
Call the source flag checker on a single Source Parameters ---------- source : Source that will be examined
Definition at line 363 of file dipoleMeasurement.py.
lsst.ip.diffim.dipoleMeasurement.SourceFlagChecker.badFlags |
Definition at line 355 of file dipoleMeasurement.py.
lsst.ip.diffim.dipoleMeasurement.SourceFlagChecker.keys |
Definition at line 360 of file dipoleMeasurement.py.