lsst.meas.astrom  14.0-7-g0d69b06+3
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 (self)
 

Public Attributes

 badFlags
 

Static Public Attributes

 fluxLim
 
 fluxMax
 

Detailed Description

Definition at line 36 of file catalogStarSelector.py.

Member Function Documentation

◆ setDefaults()

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

Definition at line 50 of file catalogStarSelector.py.

Member Data Documentation

◆ badFlags

lsst.meas.astrom.catalogStarSelector.CatalogStarSelectorConfig.badFlags

Definition at line 52 of file catalogStarSelector.py.

◆ fluxLim

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

Definition at line 37 of file catalogStarSelector.py.

◆ fluxMax

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

Definition at line 43 of file catalogStarSelector.py.


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