lsst.meas.extensions.astrometryNet  16.0-8-g21fd5fe+8
Classes | Functions
lsst.meas.extensions.astrometryNet.anetAstrometry Namespace Reference

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...
 

Function Documentation

◆ showAstrometry()

def lsst.meas.extensions.astrometryNet.anetAstrometry.showAstrometry (   exposure,
  wcs,
  allMatches,
  useMatches,
  frame = 0,
  title = None,
  pause = False 
)

Show results of astrometry fitting.

Parameters
exposureImage to display
wcsAstrometric solution
allMatchesList of all astrometric matches (including rejects)
useMatchesList of used astrometric matches
frameFrame number for display
titleTitle for display
pausePause to allow viewing of the display and optional debugging?
  • Matches are shown in yellow if used in the Wcs solution, otherwise red
    • +: Detected objects
    • x: Catalogue objects

Definition at line 456 of file anetAstrometry.py.