{ } Raw JSON

bundles / astropy latest / astropy / io / fits / hdu / compressed / _codecs / NoCompress

class

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

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

Signature

class   NoCompress ( )

Members

Summary

A dummy compression/decompression algorithm that stores the data as-is.

Extended Summary

While the data is not compressed/decompressed, it is converted to big endian during encoding as this is what is expected in FITS files.

Aliases

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