Package nom.tam.image.compression.bintable
package nom.tam.image.compression.bintable
(for internal use) Compression support for binary tables. These are classes that are used internally by
CompressedTableHDU
. They should not have been exposed to users, but oh well.
It's a bit misleading that the package name implies images, when this is not at all related to FITS images, but oh
well. The principle of compression is however similar, with large binary tables being broken into 'tiles' consisting
of a few rows typically, which are then compressed with an algorihtm of choice.- See Also:
-
ClassesClassDescription(for internal use) A table 'tile' representing a set of consecutive table rows that are compressed together as a block.(for internal use) Handles the compression of binary table 'tiles'.(for internal use) Handles the decompression of binary table 'tiles'.(for internal use) The specifications of a binary table 'tile'.