lsst.meas.extensions.astrometryNet  15.0-3-g7b706ea+1
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__ (self)
 
def getMatches (self)
 
def getWcs (self)
 
def getSipWcs (self)
 
def getTanWcs (self)
 
def getSipMatches (self)
 
def getTanMatches (self)
 
def getMatchMetadata (self)
 
def getSolveQaMetadata (self)
 

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

◆ __init__()

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

Definition at line 68 of file anetBasicAstrometry.py.

Member Function Documentation

◆ getMatches()

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.

◆ getMatchMetadata()

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

Definition at line 109 of file anetBasicAstrometry.py.

◆ getSipMatches()

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

Definition at line 103 of file anetBasicAstrometry.py.

◆ getSipWcs()

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

Definition at line 97 of file anetBasicAstrometry.py.

◆ getSolveQaMetadata()

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

Definition at line 112 of file anetBasicAstrometry.py.

◆ getTanMatches()

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

Definition at line 106 of file anetBasicAstrometry.py.

◆ getTanWcs()

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

Definition at line 100 of file anetBasicAstrometry.py.

◆ getWcs()

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

◆ matchMeta

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

Definition at line 74 of file anetBasicAstrometry.py.

◆ refCat

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

Definition at line 73 of file anetBasicAstrometry.py.

◆ sipMatches

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

Definition at line 72 of file anetBasicAstrometry.py.

◆ sipWcs

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

Definition at line 71 of file anetBasicAstrometry.py.

◆ solveQa

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

Definition at line 75 of file anetBasicAstrometry.py.

◆ tanMatches

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

Definition at line 70 of file anetBasicAstrometry.py.

◆ tanWcs

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

Definition at line 69 of file anetBasicAstrometry.py.

Property Documentation

◆ matches

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

Definition at line 91 of file anetBasicAstrometry.py.

◆ wcs

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: