lsst.meas.extensions.astrometryNet  master-gb035c22750+7
 All Classes Namespaces Files Functions Variables Properties Groups Pages
Public Member Functions | Static Public Attributes | List of all members
lsst.meas.extensions.astrometryNet.anetAstrometry.ANetAstrometryConfig Class Reference
Inheritance diagram for lsst.meas.extensions.astrometryNet.anetAstrometry.ANetAstrometryConfig:

Public Member Functions

def refObjLoader
 

Static Public Attributes

tuple solver
 
tuple forceKnownWcs
 
tuple rejectThresh
 
tuple rejectIter
 

Detailed Description

Definition at line 45 of file anetAstrometry.py.

Member Function Documentation

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.

Member Data Documentation

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",
2  min=0)

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",
4  )

Definition at line 46 of file anetAstrometry.py.


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