lsst.ip.diffim g7a89bf037d+bfd0c4680d
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
lsst.ip.diffim.diaCatalogSourceSelector.CheckSource Class Reference
Inheritance diagram for lsst.ip.diffim.diaCatalogSourceSelector.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 83 of file diaCatalogSourceSelector.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.ip.diffim.diaCatalogSourceSelector.CheckSource.__init__ (   self,
  table,
  fluxLim,
  fluxMax,
  badFlags 
)

Definition at line 86 of file diaCatalogSourceSelector.py.

Member Function Documentation

◆ __call__()

def lsst.ip.diffim.diaCatalogSourceSelector.CheckSource.__call__ (   self,
  source 
)

Definition at line 91 of file diaCatalogSourceSelector.py.

Member Data Documentation

◆ fluxLim

lsst.ip.diffim.diaCatalogSourceSelector.CheckSource.fluxLim

Definition at line 88 of file diaCatalogSourceSelector.py.

◆ fluxMax

lsst.ip.diffim.diaCatalogSourceSelector.CheckSource.fluxMax

Definition at line 89 of file diaCatalogSourceSelector.py.

◆ keys

lsst.ip.diffim.diaCatalogSourceSelector.CheckSource.keys

Definition at line 87 of file diaCatalogSourceSelector.py.


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