{ } Raw JSON

bundles / astropy latest / astropy / io / fits / hdu / compressed / _codecs / PLIO1 / encode

function

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

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

Signature

def   encode ( self buf )

Summary

Compress the data in the buffer using the PLIO_1 algorithm.

Parameters

buf : bytes or array_like

The buffer to compress.

Returns

: bytes

The compressed bytes.

Aliases

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