lsst.meas.astrom  13.0-14-g9415442+26
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Groups Pages
Static Public Attributes | List of all members
lsst.meas.astrom.astrometry.AstrometryConfig Class Reference
Inheritance diagram for lsst.meas.astrom.astrometry.AstrometryConfig:

Static Public Attributes

tuple wcsFitter
 
tuple forceKnownWcs
 
tuple maxIter
 
tuple minMatchDistanceArcSec
 

Detailed Description

Definition at line 37 of file astrometry.py.

Member Data Documentation

tuple lsst.meas.astrom.astrometry.AstrometryConfig.forceKnownWcs
static
Initial value:
1 = pexConfig.Field(
2  dtype=bool,
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'",
5  default=False,
6  )

Definition at line 42 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",
4  dtype=int,
5  default=3,
6  min=1,
7  )

Definition at line 48 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",
4  dtype=float,
5  default=0.001,
6  min=0,
7  )

Definition at line 55 of file astrometry.py.

tuple lsst.meas.astrom.astrometry.AstrometryConfig.wcsFitter
static
Initial value:
1 = pexConfig.ConfigurableField(
2  target=FitTanSipWcsTask,
3  doc="WCS fitter",
4  )

Definition at line 38 of file astrometry.py.


The documentation for this class was generated from the following file: