{ } Raw JSON

bundles / astropy 7.0.1 / astropy / io / fits / hdu / compressed / _codecs / Gzip1

class

astropy.io.fits.hdu.compressed._codecs:Gzip1

source: /astropy/io/fits/hdu/compressed/_codecs.py :96

Signature

class   Gzip1 ( )

Members

Summary

The FITS GZIP 1 compression and decompression algorithm.

Extended Summary

The Gzip algorithm is used in the free GNU software compression utility of the same name. It was created by J. L. Gailly and M. Adler, based on the DEFLATE algorithm (Deutsch 1996), which is a combination of LZ77 (Ziv & Lempel 1977) and Huffman coding.

Aliases

  • astropy.io.fits.hdu.compressed._codecs.Gzip1