Uses of Interface
nom.tam.fits.compression.provider.param.api.ICompressParameter
Packages that use ICompressParameter
Package
Description
(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
.-
Uses of ICompressParameter in nom.tam.fits.compression.provider.param.api
Subinterfaces of ICompressParameter in nom.tam.fits.compression.provider.param.apiModifier and TypeInterfaceDescriptioninterface
(for internal use) Compression parameters that are stored in the table along with the compressed data.interface
(for internal use) Compression parameter that must be stored along the header meta data of the hdu. -
Uses of ICompressParameter in nom.tam.fits.compression.provider.param.base
Classes in nom.tam.fits.compression.provider.param.base that implement ICompressParameterModifier and TypeClassDescriptionclass
CompressColumnParameter<T,
OPTION> (for internal use) Compression parameters that are stored in the table along with the compressed data.class
CompressHeaderParameter<OPTION>
(for internal use) -
Uses of ICompressParameter in nom.tam.fits.compression.provider.param.hcompress
Classes in nom.tam.fits.compression.provider.param.hcompress that implement ICompressParameterModifier and TypeClassDescriptionfinal class
(for internal use) The HCompress scale parameter as recorded in the FITS header.final class
(for internal use) The HCompress smooth setting as recorded in the FITS header. -
Uses of ICompressParameter in nom.tam.fits.compression.provider.param.quant
Classes in nom.tam.fits.compression.provider.param.quant that implement ICompressParameterModifier and TypeClassDescriptionfinal class
(for internal use) The blanking value in quantized data as recorded in a FITS compressed table column. -
Uses of ICompressParameter in nom.tam.fits.compression.provider.param.rice
Classes in nom.tam.fits.compression.provider.param.rice that implement ICompressParameterModifier and TypeClassDescriptionfinal class
(for internal use) The block size value for the Rice compression as recorded in the FITS header.final class
(for internal use) The BYTEPIX value for the Rice compression as recorded in the FITS header.