Class HCompressSmoothParameter

All Implemented Interfaces:
ICompressHeaderParameter, ICompressParameter

public final class HCompressSmoothParameter extends CompressHeaderParameter<HCompressorOption>
  • Constructor Details

    • HCompressSmoothParameter

      HCompressSmoothParameter(HCompressorOption hCompressorOption)
      Parameters:
      hCompressorOption -
  • 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.