Class HCompressScaleParameter
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.HCompressScaleParameter
- All Implemented Interfaces:
Cloneable
,ICompressHeaderParameter
,ICompressParameter
(for internal use) The HCompress scale parameter as recorded in the FITS header.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getValueFromHeader
(IHeaderAccess header) get the value from the header and set it in the compression option.void
setValueInHeader
(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, nextFreeZVal
Methods inherited from class nom.tam.fits.compression.provider.param.base.CompressParameter
copy, getName, getOption
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface nom.tam.fits.compression.provider.param.api.ICompressParameter
getName
-
Method Details
-
getValueFromHeader
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
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.
-