lsst.meas.extensions.astrometryNet
master-g43362ee2f3+10
|
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 |
Show results of astrometry fitting. More... | |
Variables | |
list | __all__ = ["ANetAstrometryConfig", "ANetAstrometryTask", "showAstrometry"] |
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 497 of file anetAstrometry.py.
list lsst.meas.extensions.astrometryNet.anetAstrometry.__all__ = ["ANetAstrometryConfig", "ANetAstrometryTask", "showAstrometry"] |
Definition at line 24 of file anetAstrometry.py.