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 TypeMethodDescriptionvoid
ICompressHeaderParameter.getValueFromHeader
(IHeaderAccess header) get the value from the header and set it in the compression option.void
ICompressParameters.getValuesFromHeader
(IHeaderAccess header) extract the option values that are represented by headers from the hdu header.void
ICompressParameters.initializeColumns
(IHeaderAccess header, BinaryTable binaryTable, int size) initialize the column based options of the compression algorithm from the binary table.void
ICompressHeaderParameter.setValueInHeader
(IHeaderAccess header) Get the parameter value from the option and set it into the fits header.void
ICompressParameters.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) void
CompressParameters.getValuesFromHeader
(IHeaderAccess header) void
CompressParameters.initializeColumns
(IHeaderAccess header, BinaryTable binaryTable, int size) int
CompressHeaderParameter.nextFreeZVal
(IHeaderAccess header) void
CompressParameters.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 TypeMethodDescriptionvoid
HCompressScaleParameter.getValueFromHeader
(IHeaderAccess header) void
HCompressSmoothParameter.getValueFromHeader
(IHeaderAccess header) void
HCompressScaleParameter.setValueInHeader
(IHeaderAccess header) void
HCompressSmoothParameter.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 TypeMethodDescriptionvoid
RiceBlockSizeParameter.getValueFromHeader
(IHeaderAccess header) void
RiceBytePixParameter.getValueFromHeader
(IHeaderAccess header) void
RiceBlockSizeParameter.setValueInHeader
(IHeaderAccess header) void
RiceBytePixParameter.setValueInHeader
(IHeaderAccess header)