Quantize#
- class astropy.io.fits.hdu.compressed._quantization.Quantize(*, row: int, dither_method: int, quantize_level: int, bitpix: int)[source]#
Bases:
object
Quantization of floating-point data following the FITS standard.
Methods Summary
decode_quantized
(buf, scale, zero)Unquantize data.
encode_quantized
(buf)Quantize data.
Methods Documentation