Definition at line 33 of file matcherSourceSelector.py.
◆ excludePixelFlags
pexConfig lsst.meas.algorithms.matcherSourceSelector.MatcherSourceSelectorConfig.excludePixelFlags |
|
static |
Initial value:= pexConfig.Field(
dtype=bool,
doc="Exclude objects that have saturated, interpolated, or edge "
"pixels using PixelFlags. For matchOptimisticB set this to False "
"to recover previous matcher selector behavior.",
default=True,
)
Definition at line 45 of file matcherSourceSelector.py.
◆ minSnr
pexConfig 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
pexConfig 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: