Uses of Class
nom.tam.fits.compression.algorithm.rice.RiceCompressOption
Package
Description
The Rice comppression algorithm and its options.
-
Uses of RiceCompressOption in nom.tam.fits.compression.algorithm.rice
Modifier and TypeMethodDescriptionRiceCompressOption.copy()
RiceQuantizeCompressOption.getRiceCompressOption()
Deprecated.Returns the options that are specific to the Rice compression algorithm (without quantization).RiceCompressOption.setBlockSize
(int value) Sets a new block size to useRiceCompressOption.setBytePix
(int value) Sets a new BYTEPIX value to use.RiceCompressOption.setTileHeight
(int value) RiceCompressOption.setTileWidth
(int value) ModifierConstructorDescriptionRiceQuantizeCompressOption
(RiceCompressOption compressOption) Deprecated.Creates a new set of options for Rice compression with quantization, using the specified option to the Rice (de)compression, and initializing the qunatization options with default values.