Class RiceBytePixParameter

All Implemented Interfaces:
Cloneable, ICompressHeaderParameter, ICompressParameter

public final class RiceBytePixParameter extends CompressHeaderParameter<RiceCompressOption>
(for internal use) The BYTEPIX value for the Rice compression as recorded in the FITS header.
  • Constructor Details

    • RiceBytePixParameter

      public RiceBytePixParameter(RiceCompressOption riceCompressOption)
      Deprecated.
      (for internal use) the visibility of this constructor may be reduced to the package level in future releases.
  • Method Details

    • getValueFromHeader

      public void getValueFromHeader(IHeaderAccess header)
      Description copied from interface: ICompressHeaderParameter
      get the value from the header and set it in the compression option.
      Parameters:
      header - the header of the hdu
    • setValueInHeader

      public void setValueInHeader(IHeaderAccess header)
      Description copied from interface: ICompressHeaderParameter
      Get the parameter value from the option and set it into the fits header.
      Parameters:
      header - the header to add the parameter.