Class RiceQuantizeCompressOption

java.lang.Object
nom.tam.fits.compression.algorithm.quant.QuantizeOption
nom.tam.fits.compression.algorithm.rice.RiceQuantizeCompressOption
All Implemented Interfaces:
Cloneable, ICompressOption

@Deprecated public class RiceQuantizeCompressOption extends QuantizeOption
Deprecated.
(for internal use) This class should not be exposed to users.

Options to the Rice compression algorithm when the compression includes quantization. When compressing tables and images using the Rice algorithm, including quantization, users can control how exactly the compression and quantization are perfomed. When reading compressed FITS files, these options will be set automatically based on the header values recorded in the compressed HDU.

See Also:
  • Constructor Details

    • RiceQuantizeCompressOption

      public RiceQuantizeCompressOption()
      Deprecated.
      Creates a new set of options for Rice compression with quantization, initialized to default values.
    • RiceQuantizeCompressOption

      public RiceQuantizeCompressOption(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.
      Parameters:
      compressOption - The Rice compression options to use
  • Method Details

    • getRiceCompressOption

      public RiceCompressOption getRiceCompressOption()
      Deprecated.
      Returns the options that are specific to the Rice compression algorithm (without quantization).
      Returns:
      the included options to the Rice compression algorithm
      See Also: