Class HCompressorQuantizeOption
java.lang.Object
nom.tam.fits.compression.algorithm.quant.QuantizeOption
nom.tam.fits.compression.algorithm.hcompress.HCompressorQuantizeOption
- All Implemented Interfaces:
Cloneable
,ICompressOption
Deprecated.
-
Constructor Summary
ConstructorDescriptionDeprecated.Creates a new set of options for HCompress with quantization, initialized to default values.HCompressorQuantizeOption
(HCompressorOption compressOption) Deprecated.Creates a new set of options for HCompress with quantization, using the specified option to HCompress, and initializing the qunatization options with default values. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the options that are specific to the HCompress algorithm (without quantization).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
-
HCompressorQuantizeOption
public HCompressorQuantizeOption()Deprecated.Creates a new set of options for HCompress with quantization, initialized to default values. -
HCompressorQuantizeOption
Deprecated.Creates a new set of options for HCompress with quantization, using the specified option to HCompress, and initializing the qunatization options with default values.- Parameters:
compressOption
- The HCompress options to use
-
-
Method Details
-
getHCompressorOption
Deprecated.Returns the options that are specific to the HCompress algorithm (without quantization).- Returns:
- the included options to the HCompress algorithm
- See Also:
-
Options to the HCompress compression algorithm when the compression includes quantization. When compressing tables and images using the HCompress 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.