Class HCompressSmoothParameter
java.lang.Object
nom.tam.fits.compression.provider.param.base.CompressParameter<OPTION>
nom.tam.fits.compression.provider.param.base.CompressHeaderParameter<HCompressorOption>
nom.tam.fits.compression.provider.param.hcompress.HCompressSmoothParameter
- All Implemented Interfaces:
Cloneable,ICompressHeaderParameter,ICompressParameter
(for internal use) The HCompress smooth setting as recorded in the FITS header.
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetValueFromHeader(IHeaderAccess header) get the value from the header and set it in the compression option.voidsetValueInHeader(IHeaderAccess header) Get the parameter value from the option and set it into the fits header.Methods inherited from class nom.tam.fits.compression.provider.param.base.CompressHeaderParameter
findZVal, nextFreeZValMethods inherited from class nom.tam.fits.compression.provider.param.base.CompressParameter
copy, getName, getOptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface nom.tam.fits.compression.provider.param.api.ICompressParameter
getName
-
Method Details
-
getValueFromHeader
Description copied from interface:ICompressHeaderParameterget the value from the header and set it in the compression option.- Parameters:
header- the header of the hdu
-
setValueInHeader
Description copied from interface:ICompressHeaderParameterGet the parameter value from the option and set it into the fits header.- Parameters:
header- the header to add the parameter.
-