Interface ICompressHeaderParameter
- All Superinterfaces:
ICompressParameter
- All Known Implementing Classes:
CompressHeaderParameter,HCompressScaleParameter,HCompressSmoothParameter,RiceBlockSizeParameter,RiceBytePixParameter
(for internal use) Compression parameter that must be stored along the header meta data of the hdu.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidgetValueFromHeader(IHeaderAccess header) Deprecated.voidgetValueFromHeader(Header header) get the value from the header and set it in the compression option.default voidsetValueInHeader(IHeaderAccess header) Deprecated.UsesetValueInHeader(Header)insteadvoidsetValueInHeader(Header header) Get the parameter value from the option and set it into the fits header.Methods inherited from interface nom.tam.fits.compression.provider.param.api.ICompressParameter
getName
-
Method Details
-
getValueFromHeader
Deprecated.UsegetValueFromHeader(Header)instead.get the value from the header and set it in the compression option.- Parameters:
header- the header of the hdu
-
setValueInHeader
Deprecated.UsesetValueInHeader(Header)insteadGet the parameter value from the option and set it into the fits header.- Parameters:
header- the header to add the parameter.
-
getValueFromHeader
get the value from the header and set it in the compression option.- Parameters:
header- the header of the hdu- Throws:
HeaderCardException- if there was a problem accessing the header
-
setValueInHeader
Get the parameter value from the option and set it into the fits header.- Parameters:
header- the header to add the parameter.- Throws:
HeaderCardException- if there was a problem accessing the header
-
getValueFromHeader(Header)instead.