lsst.ip.diffim g8b71addb3a+7bd357a7c7
|
Public Member Functions | |
__init__ (self, table, fluxLim, fluxMax, badFlags) | |
__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.
lsst.ip.diffim.diaCatalogSourceSelector.CheckSource.__init__ | ( | self, | |
table, | |||
fluxLim, | |||
fluxMax, | |||
badFlags | |||
) |
Definition at line 86 of file diaCatalogSourceSelector.py.
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.