Definition at line 38 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 43 of file ref_match.py.
◆ matcher
lsst.meas.astrom.ref_match.RefMatchConfig.matcher |
|
static |
Initial value:= pexConfig.ConfigurableField(
target=MatchPessimisticBTask,
doc="reference object/source matcher",
)
Definition at line 39 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 53 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 51 of file ref_match.py.
The documentation for this class was generated from the following file: