Uses of Class
nom.tam.image.compression.hdu.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
ModifierConstructorDescriptionCompressedImageTiler
(CompressedImageHDU compressedImageHDU) Only constructor. -
Uses of CompressedImageHDU in nom.tam.image.compression.hdu
Modifier 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 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.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.