Definition at line 45 of file anetAstrometry.py.
def lsst.meas.extensions.astrometryNet.anetAstrometry.ANetAstrometryConfig.refObjLoader |
( |
|
self | ) |
|
An alias, for a uniform interface with the standard AstrometryTask
Definition at line 61 of file anetAstrometry.py.
tuple lsst.meas.extensions.astrometryNet.anetAstrometry.ANetAstrometryConfig.forceKnownWcs |
|
static |
Initial value: 1 = pexConfig.Field(dtype=bool, doc=(
2 "Assume that the input image's WCS is correct, without comparing it to any external reality." +
3 " (In contrast to using Astrometry.net). NOTE, if you set this, you probably also want to" +
4 " un-set 'solver.calculateSip'; otherwise we'll still try to find a TAN-SIP WCS starting " +
5 " from the existing WCS"), default=
False)
Definition at line 50 of file anetAstrometry.py.
tuple lsst.meas.extensions.astrometryNet.anetAstrometry.ANetAstrometryConfig.rejectIter |
|
static |
Initial value: 1 = pexConfig.RangeField(dtype=int, default=3, doc=
"Rejection iterations for Wcs fitting",
Definition at line 57 of file anetAstrometry.py.
tuple lsst.meas.extensions.astrometryNet.anetAstrometry.ANetAstrometryConfig.rejectThresh |
|
static |
Initial value: 1 = pexConfig.RangeField(dtype=float, default=3.0, doc=
"Rejection threshold for Wcs fitting",
2 min=0.0, inclusiveMin=
False)
Definition at line 55 of file anetAstrometry.py.
tuple lsst.meas.extensions.astrometryNet.anetAstrometry.ANetAstrometryConfig.solver |
|
static |
Initial value: 1 = pexConfig.ConfigurableField(
2 target=ANetBasicAstrometryTask,
3 doc=
"Basic astrometry solver",
Definition at line 46 of file anetAstrometry.py.
The documentation for this class was generated from the following file: