Uses of Interface
nom.tam.fits.compression.provider.param.api.IHeaderAccess
Packages that use IHeaderAccess
Package
Description
(for internal use) The basics of storing compression options in FITS headers and compressed table columns.
(for internal use) Base implementations of the interfaces that manage compression parameters for the various
algorithms.
(for internal use) Managing parameters for
HCompressor.(for internal use) Managing parameters for
RiceCompressor.-
Uses of IHeaderAccess in nom.tam.fits.compression.provider.param.api
Classes in nom.tam.fits.compression.provider.param.api that implement IHeaderAccessModifier and TypeClassDescriptionclass(for internal use) Access to FITS header values with runtime exceptions only.class(for internal use) Access to a specific FITS header card with runtime exceptions only.Methods in nom.tam.fits.compression.provider.param.api with parameters of type IHeaderAccessModifier and TypeMethodDescriptionvoidICompressHeaderParameter.getValueFromHeader(IHeaderAccess header) get the value from the header and set it in the compression option.voidICompressParameters.getValuesFromHeader(IHeaderAccess header) extract the option values that are represented by headers from the hdu header.voidICompressParameters.initializeColumns(IHeaderAccess header, BinaryTable binaryTable, int size) initialize the column based options of the compression algorithm from the binary table.voidICompressHeaderParameter.setValueInHeader(IHeaderAccess header) Get the parameter value from the option and set it into the fits header.voidICompressParameters.setValuesInHeader(IHeaderAccess header) set the options values, that are hdu based, into the header. -
Uses of IHeaderAccess in nom.tam.fits.compression.provider.param.base
Methods in nom.tam.fits.compression.provider.param.base with parameters of type IHeaderAccessModifier and TypeMethodDescriptionCompressHeaderParameter.findZVal(IHeaderAccess header) voidCompressParameters.getValuesFromHeader(IHeaderAccess header) voidCompressParameters.initializeColumns(IHeaderAccess header, BinaryTable binaryTable, int size) intCompressHeaderParameter.nextFreeZVal(IHeaderAccess header) voidCompressParameters.setValuesInHeader(IHeaderAccess header) -
Uses of IHeaderAccess in nom.tam.fits.compression.provider.param.hcompress
Methods in nom.tam.fits.compression.provider.param.hcompress with parameters of type IHeaderAccessModifier and TypeMethodDescriptionvoidHCompressScaleParameter.getValueFromHeader(IHeaderAccess header) voidHCompressSmoothParameter.getValueFromHeader(IHeaderAccess header) voidHCompressScaleParameter.setValueInHeader(IHeaderAccess header) voidHCompressSmoothParameter.setValueInHeader(IHeaderAccess header) -
Uses of IHeaderAccess in nom.tam.fits.compression.provider.param.rice
Methods in nom.tam.fits.compression.provider.param.rice with parameters of type IHeaderAccessModifier and TypeMethodDescriptionvoidRiceBlockSizeParameter.getValueFromHeader(IHeaderAccess header) voidRiceBytePixParameter.getValueFromHeader(IHeaderAccess header) voidRiceBlockSizeParameter.setValueInHeader(IHeaderAccess header) voidRiceBytePixParameter.setValueInHeader(IHeaderAccess header)