Difference between revisions of "CFITSIO"

From CBLFS
Jump to navigationJump to search
(New Page)
 
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio3100.tar.gz
+
| ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio{{CFITSIO-Version}}.tar.gz
 
|}
 
|}
  

Revision as of 05:07, 31 October 2008

Download Source: ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio3200.tar.gz

Introduction to CFITSIO

CFITSIO is a library of C and Fortran subroutines for reading and writing data files in FITS (Flexible Image Transport System) data format. CFITSIO provides simple high-level routines for reading and writing FITS files that insulate the programmer from the internal complexities of the FITS format. CFITSIO also provides many advanced features for manipulating and filtering the information in FITS files.

Project Homepage: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html

Dependencies

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package

make install

Multilib

TO DO