Expand description
tthresh codec implementation for the numcodecs API.
Structs§
- NonNegative
- Non-negative floating point number
- Tthresh
Codec - Codec providing compression using tthresh
- Tthresh
Coding Error - Opaque error for when encoding or decoding with tthresh fails
Enums§
- Tthresh
Codec Error - Errors that may occur when applying the
TthreshCodec. - Tthresh
Error Bound - tthresh error bound
Traits§
- Tthresh
Element - Array element types which can be compressed with tthresh.
Functions§
- compress
- Compresses the input
dataarray using tthresh with the providederror_bound. - decompress
- Decompresses the
encodeddata into an array.