Revision number of the CFITSIO library
V = getVersion()
V = getVersion()
returns the revision number
of the CFITSIO library. This function corresponds to the fits_get_version
(ffvers)
function in the CFITSIO library C API.
import matlab.io.*
v = fits.getVersion();