Contenido principal

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

collapse all

import matlab.io.*
V = fits.getVersion
V = 
4.0500

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.

Extended Capabilities

expand all

Version History

expand all