The source code file contains, in zipped format, the FITS routine (Version 1.2), as originally distributed in 1999.
FORTRAN Source Code: fits.f
Documentation: rms38_the_fits_routine.pdf
Compilation: Use some fortran compiler to produce executable file fits.x.
Contained here: Compilation file (fits.cmp) and executable (fits.x) to compile with GNU-Fortran on Mac
Typical usage: fits.x < inputfile
where inputfile is an input file.
Sample input file included here: gumbel1.in (Gumbel example from manual)
Status: Compiles and runs example successfully under public domain compiler GNU-Fortran.
-- Steve Winterstein (2011)