{ } Raw JSON

bundles / astropy 7.0.1 / astropy / io / fits / hdu / compressed / _codecs / NoCompress / encode

function

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

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

Signature

def   encode ( self buf )

Summary

Compress the data in the buffer using the NOCOMPRESS algorithm.

Parameters

buf : bytes or array_like

The buffer to compress.

Returns

: bytes

The compressed bytes.

Aliases

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