Class RiceQuantizeCompressOption
java.lang.Object
nom.tam.fits.compression.algorithm.quant.QuantizeOption
nom.tam.fits.compression.algorithm.rice.RiceQuantizeCompressOption
- All Implemented Interfaces:
Cloneable,ICompressOption
Deprecated.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.RiceQuantizeCompressOption(RiceCompressOption compressOption) Deprecated. -
Method Summary
Methods inherited from class nom.tam.fits.compression.algorithm.quant.QuantizeOption
copy, getBNull, getBScale, getBZero, getCompressionParameters, getCompressOption, getCompressOption, getIntMaxValue, getIntMinValue, getMaxValue, getMinValue, getNullValue, getNullValueIndicator, getQLevel, getSeed, getTileHeight, getTileIndex, getTileWidth, isCenterOnZero, isCheckNull, isCheckZero, isDither, isDither2, isLossyCompression, setBNull, setBScale, setBZero, setCenterOnZero, setCheckNull, setCheckZero, setDither, setDither2, setIntMaxValue, setIntMinValue, setMaxValue, setMinValue, setNullValue, setParameters, setQlevel, setSeed, setTileHeight, setTileIndex, setTileWidth, unwrap
-
Constructor Details
-
RiceQuantizeCompressOption
Deprecated.Creates a new set of options for Rice compression with quantization, initialized to default values. -
RiceQuantizeCompressOption
Deprecated.Creates a new set of options for Rice compression with quantization, using the specified option to the Rice (de)compression, and initializing the qunatization options with default values.- Parameters:
compressOption- The Rice compression options to use
-
-
Method Details
-
getRiceCompressOption
Deprecated.Returns the options that are specific to the Rice compression algorithm (without quantization).- Returns:
- the included options to the Rice compression algorithm
- See Also:
-
Options to the Rice compression algorithm when the compression includes quantization. When compressing tables and images using the Rice algorithm, including quantization, users can control how exactly the compression and quantization are perfomed. When reading compressed FITS files, these options will be set automatically based on the header values recorded in the compressed HDU.