lsst.meas.algorithms g644241e1a9+1cf5fef512
Static Public Attributes | List of all members
lsst.meas.algorithms.matcherSourceSelector.MatcherSourceSelectorConfig Class Reference
Inheritance diagram for lsst.meas.algorithms.matcherSourceSelector.MatcherSourceSelectorConfig:
lsst.meas.algorithms.sourceSelector.BaseSourceSelectorConfig

Static Public Attributes

 sourceFluxType
 
 minSnr
 
 excludePixelFlags
 

Detailed Description

Definition at line 33 of file matcherSourceSelector.py.

Member Data Documentation

◆ excludePixelFlags

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

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: