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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetValueFromHeader(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, nextFreeZValMethods inherited from class nom.tam.fits.compression.provider.param.base.CompressParameter
getName, getOptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface nom.tam.fits.compression.provider.param.api.ICompressParameter
getName
-
Constructor Details
-
ZBlankParameter
ZBlankParameter(QuantizeOption quantizeOption) - Parameters:
quantizeOption-
-
-
Method Details
-
getValueFromHeader
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
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()
-