Definition at line 36 of file catalogStarSelector.py.
◆ setDefaults()
def lsst.meas.astrom.catalogStarSelector.CatalogStarSelectorConfig.setDefaults |
( |
|
self | ) |
|
◆ badFlags
lsst.meas.astrom.catalogStarSelector.CatalogStarSelectorConfig.badFlags |
◆ 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: