Chris
- images that straddle the poles will not project properly in the
Python version (I will probably fix this tomorrow)
- images that have the same dimensions won't have the max_tile_size
set properly (there should be a '>=' instead of a '>' somewhere, also
to be fixed)
- my WCS code only handles J2000 TAN and TAN-SIPS projections (C++
version uses WCS Tools)
- Python version supports more than PNG and will auto-convert FITS
images for you
- Python version has had much less testing done on it
- C++ version is order of magnitude faster since there's no way to
vectorize the warping code
- probably other minor things I've probably forgotten
Jeremy
Of course, if people step up and want to code a Python C extension
that handles the warping and bounding box calculations using wcstools,
I certainly won't object.
Jeremy
I also forgot one major feature the Python version lacks, namely
regionation (or "super sky overlays" as it should probably be
called).
Jeremy