Skip to content

Fix CFITSIO version number in fitsverify output#144

Merged
c181gordon merged 1 commit into
heasarc:developfrom
esabol:fix-ftverify-cfitsio-version-number
Jul 1, 2026
Merged

Fix CFITSIO version number in fitsverify output#144
c181gordon merged 1 commit into
heasarc:developfrom
esabol:fix-ftverify-cfitsio-version-number

Conversation

@esabol

@esabol esabol commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

I recently noticed that the fitsverify/ftverify tool outputs the following:

    fitsverify 4.22 (CFITSIO V4.060)

That seemed odd if the code is actually using CFITSIO v4.6.4.

I looked into the ftverify.c code, and the CFITSIO version number isn't being printed correctly. The fversion float needs to be unpacked to get the major, minor, and patchlevel version numbers. This pull request does that.

@c181gordon c181gordon merged commit c609e9e into heasarc:develop Jul 1, 2026
3 checks passed
@esabol esabol deleted the fix-ftverify-cfitsio-version-number branch July 1, 2026 21:04
@esabol esabol changed the title Fix CFITSIO version number in ftverify output Fix CFITSIO version number in fitsverify output Jul 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants