Miscellaneous
CFITSIO.libcfitsio_version
— Functionlibcfitsio_version()::VersionNumber
Return the version of the underlying CFITSIO library
Example
julia> libcfitsio_version()
v"4.6.0"
CFITSIO.fits_get_version
— Functionfits_get_version()::Cfloat
Return the version of the CFITSIO library as a floating point number.
Example
julia> fits_get_version()
4.0601997f0
See also libcfitsio_version
, which returns a VersionNumber
.