lsst.meas.extensions.astrometryNet
15.0-2-g5dfaa72+7
|
Classes | |
class | ANetAstrometryConfig |
class | ANetAstrometryTask |
Use astrometry.net to match input sources with a reference catalog and solve for the Wcs. More... | |
Functions | |
def | showAstrometry (exposure, wcs, allMatches, useMatches, frame=0, title=None, pause=False) |
Show results of astrometry fitting. More... | |
def lsst.meas.extensions.astrometryNet.anetAstrometry.showAstrometry | ( | exposure, | |
wcs, | |||
allMatches, | |||
useMatches, | |||
frame = 0 , |
|||
title = None , |
|||
pause = False |
|||
) |
Show results of astrometry fitting.
exposure | Image to display |
wcs | Astrometric solution |
allMatches | List of all astrometric matches (including rejects) |
useMatches | List of used astrometric matches |
frame | Frame number for display |
title | Title for display |
pause | Pause to allow viewing of the display and optional debugging? |
Definition at line 459 of file anetAstrometry.py.