lsst.meas.astrom  14.0-7-g0d69b06+3
Public Member Functions | Public Attributes | List of all members
lsst.meas.astrom.catalogStarSelector.CheckSource Class Reference
Inheritance diagram for lsst.meas.astrom.catalogStarSelector.CheckSource:

Public Member Functions

def __init__ (self, table, fluxLim, fluxMax, badFlags)
 
def __call__ (self, source)
 

Public Attributes

 keys
 
 fluxLim
 
 fluxMax
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

def lsst.meas.astrom.catalogStarSelector.CheckSource.__init__ (   self,
  table,
  fluxLim,
  fluxMax,
  badFlags 
)

Definition at line 62 of file catalogStarSelector.py.

Member Function Documentation

◆ __call__()

def lsst.meas.astrom.catalogStarSelector.CheckSource.__call__ (   self,
  source 
)

Definition at line 68 of file catalogStarSelector.py.

Member Data Documentation

◆ fluxLim

lsst.meas.astrom.catalogStarSelector.CheckSource.fluxLim

Definition at line 65 of file catalogStarSelector.py.

◆ fluxMax

lsst.meas.astrom.catalogStarSelector.CheckSource.fluxMax

Definition at line 66 of file catalogStarSelector.py.

◆ keys

lsst.meas.astrom.catalogStarSelector.CheckSource.keys

Definition at line 63 of file catalogStarSelector.py.


The documentation for this class was generated from the following file: