bundles / astropy 7.0.1 / astropy / io / fits / hdu / compressed / _codecs / Rice1 / encode
function
astropy.io.fits.hdu.compressed._codecs:Rice1.encode
source: /astropy/io/fits/hdu/compressed/_codecs.py :283
Signature
def encode ( self , buf ) Summary
Compress the data in the buffer using the RICE_1 algorithm.
Parameters
buf: bytes or array_likeThe buffer to compress.
Returns
: bytesThe compressed bytes.
Aliases
-
astropy.io.fits.hdu.compressed._codecs.Rice1.encode