lsst.meas.algorithms
14.0-18-gf7dca964+9
|
Public Member Functions | |
def | __init__ (self, table, badFlags, fluxLim, fluxMax) |
def | __call__ (self, source) |
Public Attributes | |
keys | |
fluxLim | |
fluxMax | |
A functor to check whether a source has any flags set that should cause it to be labeled bad.
Definition at line 108 of file secondMomentStarSelector.py.
def lsst.meas.algorithms.secondMomentStarSelector.CheckSource.__init__ | ( | self, | |
table, | |||
badFlags, | |||
fluxLim, | |||
fluxMax | |||
) |
Definition at line 112 of file secondMomentStarSelector.py.
def lsst.meas.algorithms.secondMomentStarSelector.CheckSource.__call__ | ( | self, | |
source | |||
) |
Definition at line 118 of file secondMomentStarSelector.py.
lsst.meas.algorithms.secondMomentStarSelector.CheckSource.fluxLim |
Definition at line 115 of file secondMomentStarSelector.py.
lsst.meas.algorithms.secondMomentStarSelector.CheckSource.fluxMax |
Definition at line 116 of file secondMomentStarSelector.py.
lsst.meas.algorithms.secondMomentStarSelector.CheckSource.keys |
Definition at line 113 of file secondMomentStarSelector.py.