-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable FITS image compression by default
Compression of floating point data using the GZIP_2 fits compression algorithm is *not* lossless. To avoid pitfalls with this algorithm, compression is disabled by default. Also expose the `quantize_level` keyword argument to enable adjustment of the compression algorithm, if compression is desired. See the astropy FITS image documentation for further information: https://docs.astropy.org/en/stable/io/fits/api/images.html Closes #135.
- Loading branch information
Showing
1 changed file
with
36 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters