Definition at line 33 of file matcherSourceSelector.py.
◆ badFlags
lsst.meas.algorithms.sourceSelector.BaseSourceSelectorConfig.badFlags |
|
staticinherited |
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",
"base_PixelFlags_flag_interpolated",
],
)
Definition at line 42 of file sourceSelector.py.
◆ minSnr
lsst.meas.algorithms.matcherSourceSelector.MatcherSourceSelectorConfig.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=40,
)
Definition at line 39 of file matcherSourceSelector.py.
◆ sourceFluxType
lsst.meas.algorithms.matcherSourceSelector.MatcherSourceSelectorConfig.sourceFluxType |
|
static |
Initial value:= pexConfig.Field(
doc="Type of source flux; typically one of Ap or Psf",
dtype=str,
default="Ap",
)
Definition at line 34 of file matcherSourceSelector.py.
The documentation for this class was generated from the following file: