Definition at line 39 of file ref_match.py.
◆ setDefaults()
lsst.meas.astrom.ref_match.RefMatchConfig.setDefaults |
( |
| self | ) |
|
◆ 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 44 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 40 of file ref_match.py.
◆ referenceSelector
lsst.meas.astrom.ref_match.RefMatchConfig.referenceSelector |
|
static |
Initial value:= pexConfig.ConfigurableField(
target=ReferenceSourceSelectorTask,
doc="How to select reference objects for cross-matching."
)
Definition at line 56 of file ref_match.py.
◆ sourceFluxType
lsst.meas.astrom.ref_match.RefMatchConfig.sourceFluxType |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="Source flux type to use in source selection.",
default='Calib'
)
Definition at line 60 of file ref_match.py.
◆ sourceSelector
lsst.meas.astrom.ref_match.RefMatchConfig.sourceSelector |
|
static |
Initial value:= sourceSelectorRegistry.makeField(
doc="How to select sources for cross-matching.",
default="science",
)
Definition at line 52 of file ref_match.py.
The documentation for this class was generated from the following file: