lsst.meas.extensions.astrometryNet  17.0.1-3-gd08d533+3
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 (self)
 

Static Public Attributes

 solver
 
 forceKnownWcs
 
 rejectThresh
 
 rejectIter
 

Detailed Description

Definition at line 44 of file anetAstrometry.py.

Member Function Documentation

◆ refObjLoader()

def lsst.meas.extensions.astrometryNet.anetAstrometry.ANetAstrometryConfig.refObjLoader (   self)
An alias, for a uniform interface with the standard AstrometryTask

Definition at line 60 of file anetAstrometry.py.

Member Data Documentation

◆ forceKnownWcs

lsst.meas.extensions.astrometryNet.anetAstrometry.ANetAstrometryConfig.forceKnownWcs
static
Initial value:
= pexConfig.Field(dtype=bool, doc=(
"Assume that the input image's WCS is correct, without comparing it to any external reality."
" (In contrast to using Astrometry.net). NOTE, if you set this, you probably also want to"
" un-set 'solver.calculateSip'; otherwise we'll still try to find a TAN-SIP WCS starting "
" from the existing WCS"), default=False)

Definition at line 49 of file anetAstrometry.py.

◆ rejectIter

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

Definition at line 56 of file anetAstrometry.py.

◆ rejectThresh

lsst.meas.extensions.astrometryNet.anetAstrometry.ANetAstrometryConfig.rejectThresh
static
Initial value:
= pexConfig.RangeField(dtype=float, default=3.0, doc="Rejection threshold for Wcs fitting",
min=0.0, inclusiveMin=False)

Definition at line 54 of file anetAstrometry.py.

◆ solver

lsst.meas.extensions.astrometryNet.anetAstrometry.ANetAstrometryConfig.solver
static
Initial value:
= pexConfig.ConfigurableField(
target=ANetBasicAstrometryTask,
doc="Basic astrometry solver",
)

Definition at line 45 of file anetAstrometry.py.


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