Definition at line 33 of file catalogStarSelector.py.
◆ badFlags
lsst.meas.astrom.catalogStarSelector.CatalogStarSelectorConfig.badFlags |
|
static |
Initial value:= pexConfig.ListField(
doc="List of flags which cause a source to be rejected as bad",
dtype=str,
default=[
"base_PixelFlags_flag_edge",
"base_PixelFlags_flag_interpolatedCenter",
"base_PixelFlags_flag_saturatedCenter",
],
)
Definition at line 46 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 34 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 40 of file catalogStarSelector.py.
The documentation for this class was generated from the following file: