matlab.io.fits.getImgSize
Get size of FITS image
Syntax
sz = matlab.io.fits.getImgSize(fptr)
Description
sz = matlab.io.fits.getImgSize(fptr) returns the size of each
dimension of an image. The first two dimensions are the columns and rows,
respectively.
Examples
Tips
This function corresponds to the
fits_get_img_size(ffgisz) function 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.