Class HCompressorQuantizeOption

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

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

Options to the HCompress compression algorithm when the compression includes quantization. When compressing tables and images using the HCompress 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

    • HCompressorQuantizeOption

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

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

    • getHCompressorOption

      public HCompressorOption getHCompressorOption()
      Deprecated.
      Returns the options that are specific to the HCompress algorithm (without quantization).
      Returns:
      the included options to the HCompress algorithm
      See Also: