[AstroPy] Getting Started with Python and FITS
Christopher Hanley
chanley at stsci.edu
Wed Apr 1 08:11:42 EDT 2009
Another easy way to display a data section from a FITS file is to use
numdisplay and DS9.
http://stsdas.stsci.edu/numdisplay/
Numdisplay will work with and ndarray from numpy. It is a one line
command after the import
> import numdisplay
> numdisplay.display(yourArrayObject)
Cheers,
Chris
--
Christopher Hanley
Senior Systems Software Engineer
Space Telescope Science Institute
3700 San Martin Drive
Baltimore MD, 21218
(410) 338-4338
More information about the AstroPy
mailing list