lsst.meas.algorithms  13.0-12-gfeff4b0+9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
lsst.meas.algorithms.flaggedStarSelector.FlaggedStarSelectorTask Class Reference

A trivial StarSelector that simply uses an existing flag field to filter a SourceCatalog. More...

Inheritance diagram for lsst.meas.algorithms.flaggedStarSelector.FlaggedStarSelectorTask:

Public Member Functions

def __init__
 
def selectStars
 

Public Attributes

 key
 

Static Public Attributes

 usesMatches = False
 
 ConfigClass = FlaggedStarSelectorConfig
 

Detailed Description

A trivial StarSelector that simply uses an existing flag field to filter a SourceCatalog.

This is most frequently used in steps that occur after the a PSF model has been built, to allow other procedures that need stars to use the set of stars used to determine the PSF.

Definition at line 39 of file flaggedStarSelector.py.

Constructor & Destructor Documentation

def lsst.meas.algorithms.flaggedStarSelector.FlaggedStarSelectorTask.__init__ (   self,
  schema,
  kwds 
)

Definition at line 51 of file flaggedStarSelector.py.

Member Function Documentation

def lsst.meas.algorithms.flaggedStarSelector.FlaggedStarSelectorTask.selectStars (   self,
  exposure,
  sourceCat,
  matches = None 
)

Definition at line 55 of file flaggedStarSelector.py.

Member Data Documentation

lsst.meas.algorithms.flaggedStarSelector.FlaggedStarSelectorTask.ConfigClass = FlaggedStarSelectorConfig
static

Definition at line 49 of file flaggedStarSelector.py.

lsst.meas.algorithms.flaggedStarSelector.FlaggedStarSelectorTask.key

Definition at line 53 of file flaggedStarSelector.py.

lsst.meas.algorithms.flaggedStarSelector.FlaggedStarSelectorTask.usesMatches = False
static

Definition at line 48 of file flaggedStarSelector.py.


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