For now my list is:
- unit tests + test data + changes to Makefile.am for testing
- include smart compressor script for turning non-transparent parts of
regionated images into JPEG
- beef up fits2png.py to expose more options from fitsimage as
commandline flags
- Fix Makefile.am for build on Windows (I need help on this)
- integrate support for numpy into Python modules (support Numeric/
numpy or just numpy?)
Further down the line:
- integrate parts of fitslib into pyfits & switch to pyfits?
I also think that PyFITS should be used. Of course I will admit to
being biased. Looking at fitslib.py code the only things that are not
already in the PyFITS interface are the FITS class and the find_hdus
function. You could leave these helper functions in the fitlib.py
module and just use PyFITS everywhere else until we can get something
similar into PyFITS itself.
Chris