Resource: pysofa
Description: Standards of Fundamental Astronomy interface
Homepage URL: http://pypi.python.org/pypi/pysofa
Pysofa provides a Python interface to the the IAU-sanctioned Standards of Fundamental Astronomy (SOFA) library. SOFA is a set of algorithms and procedures that implement standard models used in fundamental astronomy, covering:
- Calendars
- Time Scales
- Earth rotation and sidereal time
- Ephemerides (medium precision)
- Geocentric/geodetic transformations
- Precession, nutation, polar motion
- Star space motion ...
Snippet: Fix the WCS for a FITS image file
The code snippet which follows will allow you to fix an error in the astrometry of a FITS image. This is especially common with HST images because the astrometrical errors can be an arcsecond or more. The method used assumes that you have extracted the positions (RA, Dec) for at least 2 image point sources for which you have more accurate reference positions (e.g. from SDSS or ...
Resource: pywcsgrid2
Description: pywcsgrid2
Homepage URL: http://leejjoon.github.com/pywcsgrid2/
Pywcsgrid2 is a python module to be used with matplotlib for displaying astronomical FITS images. It provides a custom Axes class (derived from mpl’s original Axes class) suitable for displaying FITS images. Its main functionality is to draw ticks, ticklabels, and grids in an appropriate sky coordinates.
- Provides a custom Matplotlib Axes class based on mpl_toolkits.axis artist ...
Resource: pyregion
Description: Parse ds9 and CIAO region files
Homepage URL: http://leejjoon.github.com/pyregion/
Pyregion is a Python module to parse ds9 and CIAO region files and help you draw the regions in matplotlib.ds9 pyregion + matplotlib 

Resource: pytpm
Description: a python interface to Jeff Percival's Telescope Pointing Machine
Homepage URL: http://phn.github.com/pytpm/main.html
pytpm, is a python interface to Jeff Percival's Telescope Pointing Machine, a C library for carrying out fast calculations related to astrometry and date/time.
pytpm includes a covenience function, convert, calling the TPM code to perform coordinate conversions.