Uses of Class
nom.tam.fits.ImageHDU
Package
Description
The core classes of nom-tam-fits.
Compressing and decompressing HDUs, for both images and binary tables.
-
Uses of ImageHDU in nom.tam.fits
Modifier and TypeClassDescriptionclass
A class of HDU that contains only a header only with no associated data. -
Uses of ImageHDU in nom.tam.image.compression.hdu
Modifier and TypeMethodDescriptionCompressedImageHDU.asImageHDU()
Restores the original image HDU by decompressing the data contained in this compresed image HDU.CompressedImageHDU.getTileHDU
(int[] corners, int[] lengths) Returns anImageHDU
, with the specified decompressed image area.Modifier and TypeMethodDescriptionstatic CompressedImageHDU
CompressedImageHDU.fromImageHDU
(ImageHDU imageHDU, int... tileAxis) Prepare a compressed image hdu for the specified image. the tile axis that are specified with -1 default to tiling by rows.