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:
ICompressHeaderParameter
,ICompressParameter
public final class HCompressScaleParameter extends CompressHeaderParameter<HCompressorOption>
-
-
Constructor Summary
Constructors Constructor Description HCompressScaleParameter(HCompressorOption hCompressorOption)
-
Method Summary
All Methods Instance Methods Concrete 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 class nom.tam.fits.compression.provider.param.base.CompressHeaderParameter
findZVal, nextFreeZVal
-
Methods inherited from class nom.tam.fits.compression.provider.param.base.CompressParameter
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
-
-
-
-
Constructor Detail
-
HCompressScaleParameter
HCompressScaleParameter(HCompressorOption hCompressorOption)
- Parameters:
hCompressorOption
-
-
-
Method Detail
-
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.
-
-