diff options
author | Dominik Drobek <dominik.drobek@o2.pl> | 2011-05-04 23:09:47 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-05-04 23:09:47 -0500 |
commit | 31c455cb65ef88cfb2f5e1fa94c9a5c0135ad7f5 (patch) | |
tree | 5eae1c93dc970b78a93c32b5ce81903955c05260 /libraries/cfitsio/README | |
parent | 94e7c55ae022260a7abf6b2877102b9d52447d7e (diff) | |
download | slackbuilds-31c455cb65ef88cfb2f5e1fa94c9a5c0135ad7f5.tar.gz |
libraries/cfitsio: Added (FITS file I/O library for C)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/cfitsio/README')
-rw-r--r-- | libraries/cfitsio/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/cfitsio/README b/libraries/cfitsio/README new file mode 100644 index 0000000000..f17c2e788a --- /dev/null +++ b/libraries/cfitsio/README @@ -0,0 +1,6 @@ +cfitsio is a library of ANSI C routines for reading and writing +FITS format data files. A set of Fortran-callable wrapper routines +is also included for the convenience of Fortran programmers. + +The documentation directory contains a comprehensive API reference +guide and instructions on using cfistio in Fortran programs. |