lsst.meas.algorithms  13.0-23-gb99accf8+4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
lsst.meas.algorithms.secondMomentStarSelector.CheckSource Class Reference
Inheritance diagram for lsst.meas.algorithms.secondMomentStarSelector.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 109 of file secondMomentStarSelector.py.

Constructor & Destructor Documentation

def lsst.meas.algorithms.secondMomentStarSelector.CheckSource.__init__ (   self,
  table,
  badFlags,
  fluxLim,
  fluxMax 
)

Definition at line 113 of file secondMomentStarSelector.py.

Member Function Documentation

def lsst.meas.algorithms.secondMomentStarSelector.CheckSource.__call__ (   self,
  source 
)

Definition at line 119 of file secondMomentStarSelector.py.

Member Data Documentation

lsst.meas.algorithms.secondMomentStarSelector.CheckSource.fluxLim

Definition at line 116 of file secondMomentStarSelector.py.

lsst.meas.algorithms.secondMomentStarSelector.CheckSource.fluxMax

Definition at line 117 of file secondMomentStarSelector.py.

lsst.meas.algorithms.secondMomentStarSelector.CheckSource.keys

Definition at line 114 of file secondMomentStarSelector.py.


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