Starlink / starlink-pyast

Python interface to the Starlink AST library
http://www.starlink.ac.uk/ast
12 stars 8 forks source link

pyfits -> astropy.io.fits #1

Closed keflavich closed 10 years ago

keflavich commented 10 years ago

Minor change; just add support for astropy.io.fits instead of pyfits. Had to make one change that I'm not sure is backwards-compatible: does pyfits.Card exist, or must it be accessed via pyfits.core.Card?