lsst.meas.astrom  13.0-14-g9415442+21
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Groups Pages
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__
 
def __call__
 

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

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

Definition at line 62 of file catalogStarSelector.py.

Member Function Documentation

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

Definition at line 68 of file catalogStarSelector.py.

Member Data Documentation

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.


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