ryanhausen / fitsmap

FitsMap: A Simple, Lightweight Tool For Displaying Interactive Astronomical Image and Catalog Data
MIT License
48 stars 8 forks source link

Add support for fits.gz files #88

Closed TheSkyentist closed 2 months ago

TheSkyentist commented 2 months ago

We should add support for fits.gz files. All Astropy FITS handling functions handle gzipped FITS files just as well as uncompressed ones. This would simply require a little tweaking to the filtering and suffix checking. I will try to add a PR soon to do this.

ryanhausen commented 2 months ago

Fixed in #90 . Thanks!