Definition at line 36 of file ref_match.py.
◆ matchDistanceSigma
lsst.meas.astrom.ref_match.RefMatchConfig.matchDistanceSigma |
|
static |
Initial value:= pexConfig.RangeField(
doc="the maximum match distance is set to "
" mean_match_distance + matchDistanceSigma*std_dev_match_distance; " +
"ignored if not fitting a WCS",
dtype=float,
default=2,
min=0,
)
Definition at line 41 of file ref_match.py.
◆ matcher
lsst.meas.astrom.ref_match.RefMatchConfig.matcher |
|
static |
Initial value:= pexConfig.ConfigurableField(
target=MatchOptimisticBTask,
doc="reference object/source matcher",
)
Definition at line 37 of file ref_match.py.
◆ referenceSelection
lsst.meas.astrom.ref_match.RefMatchConfig.referenceSelection |
|
static |
Initial value:= pexConfig.ConfigurableField(target=ReferenceSourceSelectorTask,
doc="Selection of reference sources")
Definition at line 51 of file ref_match.py.
◆ sourceSelection
lsst.meas.astrom.ref_match.RefMatchConfig.sourceSelection |
|
static |
Initial value:= pexConfig.ConfigurableField(target=ScienceSourceSelectorTask,
doc="Selection of science sources")
Definition at line 49 of file ref_match.py.
The documentation for this class was generated from the following file: