Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
cfitsio: Library for manipulating FITS data files
- Summary
- CFITSIO is a library of C and FORTRAN subroutines for reading and writing
data files in FITS (Flexible Image Transport System) data format. CFITSIO
simplifies the task of writing software that deals with FITS files by
providing an easy to use set of high-level routines that insulate the
programmer from the internal complexities of the FITS file format. At the
same time, CFITSIO provides many advanced features that have made it the
most widely used FITS file programming interface in the astronomical
community.
Changelog
- * Fri Dec 23 22:00:00 2005 Matthew Truch <matt at truch.net> - 3.005-0.1.beta
- Update to 3.005beta release.
- * Mon Nov 14 22:00:00 2005 Matthew Truch <matt at truch.net> - 3.004-0.11.b
- Use proper URL: and Source: addresses.
- Correct typo in revision number in changelog.
- * Sun Nov 13 22:00:00 2005 Matthew Truch <matt at truch.net> - 3.004-0.10.b
- Patch configure and the Makefile so they obey what they are told
- Require gcc-g77 to build instead of gcc-fortran like FC-4 and newer