lsst.ip.diffim
13.0-19-g373a351+1
|
Public Member Functions | |
def | __init__ |
def | __call__ |
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 88 of file diaCatalogSourceSelector.py.
def lsst.ip.diffim.diaCatalogSourceSelector.CheckSource.__init__ | ( | self, | |
table, | |||
fluxLim, | |||
fluxMax, | |||
badFlags | |||
) |
Definition at line 91 of file diaCatalogSourceSelector.py.
def lsst.ip.diffim.diaCatalogSourceSelector.CheckSource.__call__ | ( | self, | |
source | |||
) |
Definition at line 96 of file diaCatalogSourceSelector.py.
lsst.ip.diffim.diaCatalogSourceSelector.CheckSource.fluxLim |
Definition at line 93 of file diaCatalogSourceSelector.py.
lsst.ip.diffim.diaCatalogSourceSelector.CheckSource.fluxMax |
Definition at line 94 of file diaCatalogSourceSelector.py.
lsst.ip.diffim.diaCatalogSourceSelector.CheckSource.keys |
Definition at line 92 of file diaCatalogSourceSelector.py.