|
lsst.meas.astrom
15.0-1-g1eca518+15
|
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 59 of file catalogStarSelector.py.
| def lsst.meas.astrom.catalogStarSelector.CheckSource.__init__ | ( | self, | |
| table, | |||
| fluxLim, | |||
| fluxMax, | |||
| badFlags | |||
| ) |
Definition at line 62 of file catalogStarSelector.py.
| def lsst.meas.astrom.catalogStarSelector.CheckSource.__call__ | ( | self, | |
| source | |||
| ) |
Definition at line 68 of file catalogStarSelector.py.
| lsst.meas.astrom.catalogStarSelector.CheckSource.fluxLim |
Definition at line 65 of file catalogStarSelector.py.
| lsst.meas.astrom.catalogStarSelector.CheckSource.fluxMax |
Definition at line 66 of file catalogStarSelector.py.
| lsst.meas.astrom.catalogStarSelector.CheckSource.keys |
Definition at line 63 of file catalogStarSelector.py.
1.8.13