lsst.ip.diffim
19.0.0-21-g2644856+8
|
Public Member Functions | |
def | __init__ (self, table, fluxLim, fluxMax, badFlags) |
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 83 of file diaCatalogSourceSelector.py.
def lsst.ip.diffim.diaCatalogSourceSelector.CheckSource.__init__ | ( | self, | |
table, | |||
fluxLim, | |||
fluxMax, | |||
badFlags | |||
) |
Definition at line 86 of file diaCatalogSourceSelector.py.
def lsst.ip.diffim.diaCatalogSourceSelector.CheckSource.__call__ | ( | self, | |
source | |||
) |
Definition at line 91 of file diaCatalogSourceSelector.py.
lsst.ip.diffim.diaCatalogSourceSelector.CheckSource.fluxLim |
Definition at line 88 of file diaCatalogSourceSelector.py.
lsst.ip.diffim.diaCatalogSourceSelector.CheckSource.fluxMax |
Definition at line 89 of file diaCatalogSourceSelector.py.
lsst.ip.diffim.diaCatalogSourceSelector.CheckSource.keys |
Definition at line 87 of file diaCatalogSourceSelector.py.