Uses of Class
nom.tam.fits.compression.algorithm.hcompress.HCompressorOption
-
Uses of HCompressorOption in nom.tam.fits.compression.algorithm.hcompress
Modifier 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) ModifierConstructorDescriptionHCompressorQuantizeOption
(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.