Class HCompressSmoothParameter

All Implemented Interfaces:
Cloneable, ICompressHeaderParameter, ICompressParameter

public final class HCompressSmoothParameter extends CompressHeaderParameter<HCompressorOption>
(for internal use) The HCompress smooth setting as recorded in the FITS header.
  • 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.