Class ZBlankParameter
- java.lang.Object
-
- nom.tam.fits.compression.provider.param.base.CompressParameter<OPTION>
-
- nom.tam.fits.compression.provider.param.base.CompressHeaderParameter<QuantizeOption>
-
- nom.tam.fits.compression.provider.param.quant.ZBlankParameter
-
- All Implemented Interfaces:
ICompressHeaderParameter,ICompressParameter
final class ZBlankParameter extends CompressHeaderParameter<QuantizeOption>
-
-
Constructor Summary
Constructors Constructor Description ZBlankParameter(QuantizeOption quantizeOption)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetValueFromHeader(IHeaderAccess header)get the value from the header and set it in the compression option.protected booleanisActive()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, 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
-
ZBlankParameter
ZBlankParameter(QuantizeOption quantizeOption)
- Parameters:
quantizeOption-
-
-
Method Detail
-
getValueFromHeader
public void getValueFromHeader(IHeaderAccess header)
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
public void setValueInHeader(IHeaderAccess header)
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.
-
isActive
protected boolean isActive()
-
-