Uses of Class
nom.tam.fits.ImageHDU
Packages that use 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.fitsSubclasses of ImageHDU in nom.tam.fitsModifier and TypeClassDescriptionclassA class of HDU that contains only a header only with no associated data.Methods in nom.tam.fits that return ImageHDU
- 
Uses of ImageHDU in nom.tam.image.compression.hduMethods in nom.tam.image.compression.hdu that return ImageHDUModifier 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.Methods in nom.tam.image.compression.hdu with parameters of type ImageHDUModifier and TypeMethodDescriptionstatic CompressedImageHDUCompressedImageHDU.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.