Uses of Class
nom.tam.fits.compression.algorithm.hcompress.HCompressorOption
Packages that use HCompressorOption
-
Uses of HCompressorOption in nom.tam.fits.compression.algorithm.hcompress
Methods in nom.tam.fits.compression.algorithm.hcompress that return HCompressorOptionModifier and TypeMethodDescriptionHCompressorOption.copy()
HCompressorQuantizeOption.getHCompressorOption()
Deprecated.Returns the options that are specific to the HCompress algorithm (without quantization).HCompressorOption.setScale
(double value) Sets the scale parameterHCompressorOption.setSmooth
(boolean value) Enabled or disables smoothing.HCompressorOption.setTileHeight
(int value) HCompressorOption.setTileWidth
(int value) Constructors in nom.tam.fits.compression.algorithm.hcompress with parameters of type HCompressorOptionModifierConstructorDescriptionHCompressorQuantizeOption
(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.