lsst.meas.astrom  13.0-16-g30f6da5+11
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Groups Pages
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
lsst.meas.astrom.catalogStarSelector.CatalogStarSelectorConfig Class Reference
Inheritance diagram for lsst.meas.astrom.catalogStarSelector.CatalogStarSelectorConfig:

Public Member Functions

def setDefaults
 

Public Attributes

 badFlags
 

Static Public Attributes

tuple fluxLim
 
tuple fluxMax
 

Detailed Description

Definition at line 36 of file catalogStarSelector.py.

Member Function Documentation

def lsst.meas.astrom.catalogStarSelector.CatalogStarSelectorConfig.setDefaults (   self)

Definition at line 50 of file catalogStarSelector.py.

Member Data Documentation

lsst.meas.astrom.catalogStarSelector.CatalogStarSelectorConfig.badFlags

Definition at line 52 of file catalogStarSelector.py.

tuple lsst.meas.astrom.catalogStarSelector.CatalogStarSelectorConfig.fluxLim
static
Initial value:
1 = pexConfig.RangeField(
2  doc="specify the minimum psfFlux for good Psf Candidates",
3  dtype=float,
4  default=0.0,
5  min=0.0,
6  )

Definition at line 37 of file catalogStarSelector.py.

tuple lsst.meas.astrom.catalogStarSelector.CatalogStarSelectorConfig.fluxMax
static
Initial value:
1 = pexConfig.RangeField(
2  doc="specify the maximum psfFlux for good Psf Candidates (ignored if == 0)",
3  dtype=float,
4  default=0.0,
5  min=0.0,
6  )

Definition at line 43 of file catalogStarSelector.py.


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