Package nom.tam.fits.compression.algorithm.hcompress
package nom.tam.fits.compression.algorithm.hcompress
The HCompress algorithm and its options. HCompress is a lossless compression algorithms was developed by Richard L. White at the Space Telescope Science Institute, and is used for the Hubble archive and the STScI Digital Sky Survey. It's weird that it's a package by itself, but that's life.
The only classes in here that users would typically interact with are
HCompressorOption
and potentially
HCompressorQuantizeOption
, e.g. via
CompressedImageHDU.getCompressOption(Class)
to set options after HCompress was
selected for compressing an image HDU.
-
ClassDescriptionOptions to the HCompress compression algorithm.Deprecated.(for internal use) This class should not be exposed to users.