matlab.io.fits.getVersion
Get revision number of CFITSIO library
Syntax
V = matlab.io.fits.getVersion
Description
V = matlab.io.fits.getVersion returns the revision number of the
CFITSIO library.
Examples
Tips
This function corresponds to the
fits_get_version(ffvers) 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.