LSSTApplications  11.0-22-g33de520,12.1+25,13.0+25,13.0+30,13.0-1-g174df6e+3,13.0-1-g41367f3+3,13.0-1-g47a359c+3,13.0-1-g52a7baa+3,13.0-1-g976b40b+3,13.0-10-gcc6134a+6,13.0-10-gf7c21d5+2,13.0-13-gdd29b46+5,13.0-14-gc9904b0,13.0-2-g15de9a1+3,13.0-2-ga4f5e85+6,13.0-2-gf5c5ced+6,13.0-2-gf9e84ea+5,13.0-22-g8f1d162,13.0-3-g7fa07e0+4,13.0-34-ga37f01a,13.0-4-g0bde1de,13.0-5-g0db1a30+1,13.0-5-g6708b9e+9,13.0-6-g7b63e3f+6,13.0-8-gba0f85f,13.0-9-gc47bba1,master-gb637561bb9
LSSTDataManagementBasePackage
Public Member Functions | Static Public Attributes | List of all members
lsst.meas.astrom.anetAstrometry.ANetAstrometryConfig Class Reference
Inheritance diagram for lsst.meas.astrom.anetAstrometry.ANetAstrometryConfig:

Public Member Functions

def refObjLoader
 

Static Public Attributes

tuple solver
 
tuple forceKnownWcs
 
tuple rejectThresh
 
tuple rejectIter
 

Detailed Description

Definition at line 42 of file anetAstrometry.py.

Member Function Documentation

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

Definition at line 58 of file anetAstrometry.py.

58 
59  def refObjLoader(self):
60  """An alias, for a uniform interface with the standard AstrometryTask"""
61  return self.solver

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 47 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 54 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 52 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 43 of file anetAstrometry.py.


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