lsst.meas.algorithms gd21d4de61c+1aead7e95e
Static Public Attributes | List of all members
lsst.meas.algorithms.astrometrySourceSelector.AstrometrySourceSelectorConfig Class Reference
Inheritance diagram for lsst.meas.algorithms.astrometrySourceSelector.AstrometrySourceSelectorConfig:
lsst.meas.algorithms.sourceSelector.BaseSourceSelectorConfig

Static Public Attributes

 badFlags
 
 sourceFluxType
 
 minSnr
 

Detailed Description

Definition at line 39 of file astrometrySourceSelector.py.

Member Data Documentation

◆ badFlags

lsst.meas.algorithms.astrometrySourceSelector.AstrometrySourceSelectorConfig.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",
"base_PixelFlags_flag_crCenter",
"base_PixelFlags_flag_bad",
],
)

Definition at line 40 of file astrometrySourceSelector.py.

◆ minSnr

lsst.meas.algorithms.astrometrySourceSelector.AstrometrySourceSelectorConfig.minSnr
static
Initial value:
= pexConfig.Field(
dtype=float,
doc="Minimum allowed signal-to-noise ratio for sources used for matching "
"(in the flux specified by sourceFluxType); <= 0 for no limit",
default=10,
)

Definition at line 56 of file astrometrySourceSelector.py.

◆ sourceFluxType

lsst.meas.algorithms.astrometrySourceSelector.AstrometrySourceSelectorConfig.sourceFluxType
static
Initial value:
= pexConfig.Field(
doc="Type of source flux; typically one of Ap or Psf",
dtype=str,
default="Ap",
)

Definition at line 51 of file astrometrySourceSelector.py.


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