Definition at line 37 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 42 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 38 of file ref_match.py.
The documentation for this class was generated from the following file: