Uses of Interface
nom.tam.fits.compression.provider.param.api.ICompressParameters

Packages that use ICompressParameters
Package
Description
Common interface definitions for the various compression algorithms (primarily for internal use) .
The HCompress algorithm and its options.
Quantization support for representing floating-point values with integers corresponding to discrete levels.
The Rice comppression algorithm and its options.
(for internal use) The basics of storing compression options in FITS headers and compressed table columns.
(for internal use) Base implementations of the interfaces that manage compression parameters for the various algorithms.
(for internal use) Managing parameters for HCompressor.
(for internal use) Managing parameters for quantization via QuantizeProcessor.
(for internal use) Managing parameters for RiceCompressor.