lsst.meas.extensions.astrometryNet
14.0-2-g519ff97+6
|
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) | |
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.
def lsst.meas.extensions.astrometryNet.anetBasicAstrometry.InitialAstrometry.__init__ | ( | self | ) |
Definition at line 68 of file anetBasicAstrometry.py.
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.
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.
|
static |
Definition at line 91 of file anetBasicAstrometry.py.
|
static |
Definition at line 92 of file anetBasicAstrometry.py.