lsst.meas.extensions.astrometryNet  master-g43362ee2f3+39
 All Classes Namespaces Files Functions Variables Properties Groups Pages
Public Member Functions | Public Attributes | Properties | List of all members
lsst.meas.extensions.astrometryNet.anetBasicAstrometry.InitialAstrometry Class Reference
Inheritance diagram for lsst.meas.extensions.astrometryNet.anetBasicAstrometry.InitialAstrometry:

Public Member Functions

def __init__
 
def getMatches
 
def getWcs
 
def getSipWcs
 
def getTanWcs
 
def getSipMatches
 
def getTanMatches
 
def getMatchMetadata
 
def getSolveQaMetadata
 

Public Attributes

 tanWcs
 
 tanMatches
 
 sipWcs
 
 sipMatches
 
 refCat
 
 matchMeta
 
 solveQa
 

Properties

 matches = property(getMatches)
 
 wcs = property(getWcs)
 

Detailed Description

Object returned by Astrometry.determineWcs

getWcs(): sipWcs or tanWcs
getMatches(): sipMatches or tanMatches

Other fields are:
solveQa (PropertyList)
tanWcs (Wcs)
tanMatches (MatchList)
sipWcs (Wcs)
sipMatches (MatchList)
refCat (lsst::afw::table::SimpleCatalog)
matchMeta (PropertyList)

Definition at line 51 of file anetBasicAstrometry.py.

Constructor & Destructor Documentation

def lsst.meas.extensions.astrometryNet.anetBasicAstrometry.InitialAstrometry.__init__ (   self)

Definition at line 68 of file anetBasicAstrometry.py.

Member Function Documentation

def lsst.meas.extensions.astrometryNet.anetBasicAstrometry.InitialAstrometry.getMatches (   self)
Get "sipMatches" -- MatchList using the SIP WCS solution, if it
exists, or "tanMatches" -- MatchList using the TAN WCS solution
otherwise.

Definition at line 77 of file anetBasicAstrometry.py.

def lsst.meas.extensions.astrometryNet.anetBasicAstrometry.InitialAstrometry.getMatchMetadata (   self)

Definition at line 109 of file anetBasicAstrometry.py.

def lsst.meas.extensions.astrometryNet.anetBasicAstrometry.InitialAstrometry.getSipMatches (   self)

Definition at line 103 of file anetBasicAstrometry.py.

def lsst.meas.extensions.astrometryNet.anetBasicAstrometry.InitialAstrometry.getSipWcs (   self)

Definition at line 97 of file anetBasicAstrometry.py.

def lsst.meas.extensions.astrometryNet.anetBasicAstrometry.InitialAstrometry.getSolveQaMetadata (   self)

Definition at line 112 of file anetBasicAstrometry.py.

def lsst.meas.extensions.astrometryNet.anetBasicAstrometry.InitialAstrometry.getTanMatches (   self)

Definition at line 106 of file anetBasicAstrometry.py.

def lsst.meas.extensions.astrometryNet.anetBasicAstrometry.InitialAstrometry.getTanWcs (   self)

Definition at line 100 of file anetBasicAstrometry.py.

def lsst.meas.extensions.astrometryNet.anetBasicAstrometry.InitialAstrometry.getWcs (   self)
Returns the SIP WCS, if one was found, or a TAN WCS

Definition at line 85 of file anetBasicAstrometry.py.

Member Data Documentation

lsst.meas.extensions.astrometryNet.anetBasicAstrometry.InitialAstrometry.matchMeta

Definition at line 74 of file anetBasicAstrometry.py.

lsst.meas.extensions.astrometryNet.anetBasicAstrometry.InitialAstrometry.refCat

Definition at line 73 of file anetBasicAstrometry.py.

lsst.meas.extensions.astrometryNet.anetBasicAstrometry.InitialAstrometry.sipMatches

Definition at line 72 of file anetBasicAstrometry.py.

lsst.meas.extensions.astrometryNet.anetBasicAstrometry.InitialAstrometry.sipWcs

Definition at line 71 of file anetBasicAstrometry.py.

lsst.meas.extensions.astrometryNet.anetBasicAstrometry.InitialAstrometry.solveQa

Definition at line 75 of file anetBasicAstrometry.py.

lsst.meas.extensions.astrometryNet.anetBasicAstrometry.InitialAstrometry.tanMatches

Definition at line 70 of file anetBasicAstrometry.py.

lsst.meas.extensions.astrometryNet.anetBasicAstrometry.InitialAstrometry.tanWcs

Definition at line 69 of file anetBasicAstrometry.py.

Property Documentation

lsst.meas.extensions.astrometryNet.anetBasicAstrometry.InitialAstrometry.matches = property(getMatches)
static

Definition at line 91 of file anetBasicAstrometry.py.

lsst.meas.extensions.astrometryNet.anetBasicAstrometry.InitialAstrometry.wcs = property(getWcs)
static

Definition at line 92 of file anetBasicAstrometry.py.


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