Package: cfitsio Version: 3.37 Revision: 3 Description: FITS file subroutines library License: GPL Maintainer: Sebastien Maret BuildDepends: gcc5 BuildDependsOnly: true Source: ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio3370.tar.gz SourceDirectory: cfitsio Source-MD5: 346b4671ea9e19b90e083f9040ba3899 ConfigureParams: FC=gfortran InfoTest: << TestScript: << #!/bin/bash -ev make testprog ./testprog >| testprog.lis diff testprog.{out,lis} DIFF=$(diff -q testprog.{out,lis} | wc -l) CMP=$(cmp testprog.{std,fit} | wc -l) exit $(( $DIFF+$CMP )) << TestSuiteSize: small << DocFiles: README License.txt Homepage: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html DescDetail: << 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. << DescPort: << Test suite should raise a warning if one file comparison fails, an error if both. <<