aboutsummaryrefslogtreecommitdiff
path: root/astro/p5-Astro-FITS-CFITSIO
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.06Wen Heping2011-03-142-3/+3
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/PRATZLAFF/Astro-FITS-CFITSIO-1.06/ChangeLog Notes: svn path=/head/; revision=270836
* Astro::FITS::CFITSIO is a perl interface to William Pence's cfitsioWen Heping2011-01-065-0/+64
subroutine library. For more information on cfitsio, see http://heasarc.gsfc.nasa.gov/fitsio. This module attempts to provide a wrapper for nearly every cfitsio routine, while retaining as much cfitsio behavior as possible. As such, one should be aware that it is still somewhat low-level, in the sense that handing an array which is not the correct size to a routine like fits_write_img() may cause SIGSEGVs. WWW: http://search.cpan.org/dist/Astro-FITS-CFITSIO/ Notes: svn path=/head/; revision=267438