matlab.io.fits.isCompressedImg
Determine if current image is compressed
Syntax
tf = matlab.io.fits.isCompressedImg(fptr)
Description
tf = matlab.io.fits.isCompressedImg(fptr) returns
true if the image in the current HDU is compressed and
false if it is not compressed.
Examples
Tips
This function corresponds to the
fits_is_compressed_imagefunction in the CFITSIO library C API.To use this function, you must be familiar with the CFITSIO C interface. You can access the CFITSIO documentation at the CFITSIO website.