LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Static Public Attributes | List of all members
lsst.meas.astrom.anetAstrometry.ANetAstrometryConfig Class Reference
Inheritance diagram for lsst.meas.astrom.anetAstrometry.ANetAstrometryConfig:

Static Public Attributes

tuple solver
 
tuple forceKnownWcs
 
tuple rejectThresh
 
tuple rejectIter
 

Detailed Description

Definition at line 35 of file anetAstrometry.py.

Member Data Documentation

tuple lsst.meas.astrom.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 40 of file anetAstrometry.py.

tuple lsst.meas.astrom.anetAstrometry.ANetAstrometryConfig.rejectIter
static
Initial value:
1 = pexConfig.RangeField(dtype=int, default=3, doc="Rejection iterations for Wcs fitting",
2  min=0)

Definition at line 47 of file anetAstrometry.py.

tuple lsst.meas.astrom.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 45 of file anetAstrometry.py.

tuple lsst.meas.astrom.anetAstrometry.ANetAstrometryConfig.solver
static
Initial value:
1 = pexConfig.ConfigurableField(
2  target = ANetBasicAstrometryTask,
3  doc = "Basic astrometry solver",
4  )

Definition at line 36 of file anetAstrometry.py.


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