Uses of Class
nom.tam.image.compression.hdu.CompressedImageHDU
Packages that use CompressedImageHDU
Package
Description
Access compressed image tiles individually.
Compressing and decompressing HDUs, for both images and binary tables.
-
Uses of CompressedImageHDU in nom.tam.image.compression
Constructors in nom.tam.image.compression with parameters of type CompressedImageHDUModifierConstructorDescriptionCompressedImageTiler(CompressedImageHDU compressedImageHDU) Only constructor. -
Uses of CompressedImageHDU in nom.tam.image.compression.hdu
Methods in nom.tam.image.compression.hdu that return CompressedImageHDUModifier and TypeMethodDescriptionCompressedImageHDU.forceNoLoss(int x, int y, int width, int heigth) Specify an area within the image that will not undergo a lossy compression.static 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.CompressedImageHDU.preserveNulls(String compressionAlgorithm) Sets the compression algorithm used for preserving the blank values in the original image even if the compression is lossy.CompressedImageHDU.setCompressAlgorithm(String compressAlgorithm) Sets the compression algorithm to use, by its standard FITS name.CompressedImageHDU.setQuantAlgorithm(String quantAlgorithm) Sets the quantization algorithm to use, by its standard FITS name.