Uses of Class
nom.tam.fits.compression.algorithm.quant.QuantizeOption
Packages that use 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
Subclasses of QuantizeOption in nom.tam.fits.compression.algorithm.hcompressModifier and TypeClassDescriptionclassDeprecated.(for internal use) This class should not be exposed to users. -
Uses of QuantizeOption in nom.tam.fits.compression.algorithm.quant
Methods in nom.tam.fits.compression.algorithm.quant that return QuantizeOptionModifier and TypeMethodDescriptionQuantizeOption.copy()Sets the integer value that represents missing data (null) for integer compressed floating-point data.QuantizeOption.setBScale(double value) Sets the quantization level for integer compressed floating-point data.QuantizeOption.setBZero(double value) Sets the quantization offset for integer compressed floating-point data.QuantizeOption.setCenterOnZero(boolean value) Enabled or disables keeping `ZZERO` at 0 when using automatic quantization.QuantizeOption.setCheckNull(boolean value) Deprecated.This feature is set automatically as needed.QuantizeOption.setCheckZero(boolean value) Deprecated.UseQuantizeOption.setDither2(boolean)instead if you want zero values to be special encoded.QuantizeOption.setDither(boolean value) Enables or disables dithering.QuantizeOption.setDither2(boolean value) Sets whether dithering is to use method 2, when dithering is enabled.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 thanNaNfor 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
Subclasses of QuantizeOption in nom.tam.fits.compression.algorithm.riceModifier and TypeClassDescriptionclassDeprecated.(for internal use) This class should not be exposed to users.