Definition at line 36 of file astrometry.py.
tuple lsst.meas.astrom.astrometry.AstrometryConfig.forceKnownWcs |
|
static |
Initial value:
3 doc=
"If True then load reference objects and match sources but do not fit a WCS; " +
4 " this simply controls whether 'run' calls 'solve' or 'loadAndMatch'",
Definition at line 41 of file astrometry.py.
tuple lsst.meas.astrom.astrometry.AstrometryConfig.maxIter |
|
static |
Initial value: 1 = pexConfig.RangeField(
2 doc=
"maximum number of iterations of match sources and fit WCS" +
3 "ignored if not fitting a WCS",
Definition at line 47 of file astrometry.py.
tuple lsst.meas.astrom.astrometry.AstrometryConfig.minMatchDistanceArcSec |
|
static |
Initial value: 1 = pexConfig.RangeField(
2 doc=
"the match distance below which further iteration is pointless (arcsec); "
3 "ignored if not fitting a WCS",
Definition at line 54 of file astrometry.py.
tuple lsst.meas.astrom.astrometry.AstrometryConfig.wcsFitter |
|
static |
Initial value: 1 = pexConfig.ConfigurableField(
2 target=FitTanSipWcsTask,
Definition at line 37 of file astrometry.py.
The documentation for this class was generated from the following file: