|
lsst.meas.astrom
15.0-9-g8a634e0+1
|
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 57 of file catalogStarSelector.py.
| def lsst.meas.astrom.catalogStarSelector.CheckSource.__init__ | ( | self, | |
| table, | |||
| fluxLim, | |||
| fluxMax, | |||
| badFlags | |||
| ) |
Definition at line 60 of file catalogStarSelector.py.
| def lsst.meas.astrom.catalogStarSelector.CheckSource.__call__ | ( | self, | |
| source | |||
| ) |
Definition at line 66 of file catalogStarSelector.py.
| lsst.meas.astrom.catalogStarSelector.CheckSource.fluxLim |
Definition at line 63 of file catalogStarSelector.py.
| lsst.meas.astrom.catalogStarSelector.CheckSource.fluxMax |
Definition at line 64 of file catalogStarSelector.py.
| lsst.meas.astrom.catalogStarSelector.CheckSource.keys |
Definition at line 61 of file catalogStarSelector.py.
1.8.13