Expand description
QPET-SPERR codec implementation for the numcodecs API.
Structs§
- Positive
- Positive floating point number
- Qpet
Sperr Codec - Codec providing compression using QPET-SPERR.
- Qpet
Sperr Coding Error - Opaque error for when encoding or decoding with SPERR fails
- Qpet
Sperr Header Error - Opaque error for when encoding or decoding the header fails
- Qpet
Sperr Slice Error - Opaque error for when encoding or decoding a slice fails
Enums§
- Qpet
Sperr Codec Error - Errors that may occur when applying the
QpetSperrCodec. - Qpet
Sperr Compression Mode - QPET-SPERR compression mode
- Qpet
SperrD Type - Dtypes that QPET-SPERR can compress and decompress
Traits§
- Qpet
Sperr Element - Array element types which can be compressed with QPET-SPERR.
Functions§
- compress
- Compress the
dataarray using QPET-SPERR with the providedmode. - decompress
- Decompress the
encodeddata into an array using SPERR.