Class RiceCompressOption

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

public class RiceCompressOption extends Object implements ICompressOption
Options to the Rice compression algorithm. When compressing tables and images using the Rice algorithm, users can control how exactly the compression is perfomed. When reading compressed FITS files, these options will be set automatically based on the header values recorded in the compressed HDU.
See Also:
  • Field Details

    • DEFAULT_RICE_BLOCKSIZE

      public static final int DEFAULT_RICE_BLOCKSIZE
      the default block size to use in bytes
      See Also:
    • DEFAULT_RICE_BYTEPIX

      public static final int DEFAULT_RICE_BYTEPIX
      the default BYTEPIX value
  • Constructor Details

    • RiceCompressOption

      public RiceCompressOption()
      Creates a new set of options for Rice compression.
  • Method Details