Uses of Class
nom.tam.fits.compression.algorithm.quant.QuantizeOption
Package
Description
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.
-
Uses of QuantizeOption in nom.tam.fits.compression.algorithm.hcompress
Modifier and TypeClassDescriptionclass
Deprecated.(for internal use) This class should not be exposed to users. -
Uses of QuantizeOption in nom.tam.fits.compression.algorithm.quant
Modifier and TypeMethodDescriptionQuantizeOption.copy()
QuantizeOption.setBScale
(double value) Sets the quantization level.QuantizeOption.setBZero
(double value) Sets the quantization offset.QuantizeOption.setCenterOnZero
(boolean value) Enabled or disables keeping `BZERO` at 0 when using automatic quantization.QuantizeOption.setCheckNull
(boolean value) Deprecated.setBNull(Integer)
controls this feature automatically as needed.QuantizeOption.setCheckZero
(boolean value) Deprecated.It is strongly discouraged to treat 0.0 values as special.QuantizeOption.setDither
(boolean value) Enables or disables dithering.QuantizeOption.setDither2
(boolean value) Sets whether dithering is to use method 2.QuantizeOption.setIntMaxValue
(int value) Sets the maximum integer level in the quantized representation.QuantizeOption.setIntMinValue
(int value) Sets the minimum integer level in the quantized representation.QuantizeOption.setMaxValue
(double value) Sets the maximum floating-point value in the dataQuantizeOption.setMinValue
(double value) Sets the minimum floating-point value in the dataQuantizeOption.setNullValue
(double value) Deprecated.The use of null values other thanNaN
for floating-point data types is not standard in FITS.QuantizeOption.setQlevel
(double value) Sets the quantization resolution level to use for automatic quantization.QuantizeOption.setSeed
(long value) Sets the seed value for the dither random generatorQuantizeOption.setTileHeight
(int value) QuantizeOption.setTileIndex
(int index) Sets the tile index for which to initialize the random number generator with the given seed (i.e.QuantizeOption.setTileWidth
(int value) -
Uses of QuantizeOption in nom.tam.fits.compression.algorithm.rice
Modifier and TypeClassDescriptionclass
Deprecated.(for internal use) This class should not be exposed to users.