Interface ICompressHeaderParameter
-
- All Superinterfaces:
ICompressParameter
- All Known Implementing Classes:
CompressHeaderParameter
,HCompressScaleParameter
,HCompressSmoothParameter
,RiceBlockSizeParameter
,RiceBytePixParameter
,ZBlankParameter
,ZQuantizeParameter
public interface ICompressHeaderParameter extends ICompressParameter
Compression parameter that must be stored along the header meta data of the hdu.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
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 interface nom.tam.fits.compression.provider.param.api.ICompressParameter
getName
-
-
-
-
Method Detail
-
getValueFromHeader
void getValueFromHeader(IHeaderAccess header)
get the value from the header and set it in the compression option.- Parameters:
header
- the header of the hdu
-
setValueInHeader
void setValueInHeader(IHeaderAccess header)
Get the parameter value from the option and set it into the fits header.- Parameters:
header
- the header to add the parameter.
-
-