Description
A stand-alone program for displaying a range of FITS images in a directory. Can also print each image header and show a circle around the planet. Code also demonstrates how to create a simple wx GUI program with items and user events.
Usage
browsefits.py directory-file-format starting-number [min] [max] [header-flag (anything)] Format string is in C/Python printf() notation: e.g. '072407/processed/im%04d.a.fits' Autoscale if min = max = 0
Examples
50: ~/Projects/Python/AstroPy > browsefits.py 072407/shifted/im%04d.a.fits 236 0 2000

©Sky Coyote 2007