lsst.meas.astrom  16.0-16-gd8e3590+16
Public Member Functions | Public Attributes | List of all members
lsst.meas.astrom.catalogStarSelector.CheckSource Class Reference

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 57 of file catalogStarSelector.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 60 of file catalogStarSelector.py.

Member Function Documentation

◆ __call__()

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

Definition at line 66 of file catalogStarSelector.py.

Member Data Documentation

◆ fluxLim

lsst.meas.astrom.catalogStarSelector.CheckSource.fluxLim

Definition at line 63 of file catalogStarSelector.py.

◆ fluxMax

lsst.meas.astrom.catalogStarSelector.CheckSource.fluxMax

Definition at line 64 of file catalogStarSelector.py.

◆ keys

lsst.meas.astrom.catalogStarSelector.CheckSource.keys

Definition at line 61 of file catalogStarSelector.py.


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