lsst.ip.diffim g4770a20bdc+315dd2810e
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
lsst.ip.diffim.dipoleMeasurement.SourceFlagChecker Class Reference
Inheritance diagram for lsst.ip.diffim.dipoleMeasurement.SourceFlagChecker:

Public Member Functions

 __init__ (self, sources, badFlags=None)
 
 __call__ (self, source)
 

Public Attributes

 badFlags
 
 keys
 

Detailed Description

Functor class to check whether a diaSource has flags set that should cause it to be labeled bad.

Definition at line 142 of file dipoleMeasurement.py.

Constructor & Destructor Documentation

◆ __init__()

lsst.ip.diffim.dipoleMeasurement.SourceFlagChecker.__init__ ( self,
sources,
badFlags = None )

Definition at line 145 of file dipoleMeasurement.py.

Member Function Documentation

◆ __call__()

lsst.ip.diffim.dipoleMeasurement.SourceFlagChecker.__call__ ( self,
source )
Call the source flag checker on a single Source

Parameters
----------
source :
    Source that will be examined

Definition at line 154 of file dipoleMeasurement.py.

Member Data Documentation

◆ badFlags

lsst.ip.diffim.dipoleMeasurement.SourceFlagChecker.badFlags

Definition at line 146 of file dipoleMeasurement.py.

◆ keys

lsst.ip.diffim.dipoleMeasurement.SourceFlagChecker.keys

Definition at line 151 of file dipoleMeasurement.py.


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