LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
Static Public Attributes | List of all members
lsst.meas.astrom.fitTanSipWcs.FitTanSipWcsConfig Class Reference
Inheritance diagram for lsst.meas.astrom.fitTanSipWcs.FitTanSipWcsConfig:

Static Public Attributes

tuple order
 
tuple numIter
 
tuple numRejIter
 
tuple rejSigma
 
tuple maxScatterArcsec
 

Detailed Description

Definition at line 15 of file fitTanSipWcs.py.

Member Data Documentation

tuple lsst.meas.astrom.fitTanSipWcs.FitTanSipWcsConfig.maxScatterArcsec
static
Initial value:
1 = pexConfig.RangeField(
2  doc = "maximum median scatter of a WCS fit beyond which the fit fails (arcsec); " +
3  "be generous, as this is only intended to catch catastrophic failures",
4  dtype = float,
5  default = 10,
6  min = 0,
7  )

Definition at line 41 of file fitTanSipWcs.py.

tuple lsst.meas.astrom.fitTanSipWcs.FitTanSipWcsConfig.numIter
static
Initial value:
1 = pexConfig.RangeField(
2  doc = "number of iterations of fitter (which fits X and Y separately, and so benefits from " + \
3  "a few iterations",
4  dtype = int,
5  default = 3,
6  min = 1,
7  )

Definition at line 22 of file fitTanSipWcs.py.

tuple lsst.meas.astrom.fitTanSipWcs.FitTanSipWcsConfig.numRejIter
static
Initial value:
1 = pexConfig.RangeField(
2  doc = "number of rejection iterations",
3  dtype = int,
4  default = 1,
5  min = 0,
6  )

Definition at line 29 of file fitTanSipWcs.py.

tuple lsst.meas.astrom.fitTanSipWcs.FitTanSipWcsConfig.order
static
Initial value:
1 = pexConfig.RangeField(
2  doc = "order of SIP polynomial",
3  dtype = int,
4  default = 4,
5  min = 0,
6  )

Definition at line 16 of file fitTanSipWcs.py.

tuple lsst.meas.astrom.fitTanSipWcs.FitTanSipWcsConfig.rejSigma
static
Initial value:
1 = pexConfig.RangeField(
2  doc = "Number of standard deviations for clipping level",
3  dtype = float,
4  default = 3.0,
5  min = 0.0,
6  )

Definition at line 35 of file fitTanSipWcs.py.


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