diff options
Diffstat (limited to 'astro/p5-Astro-FITS-CFITSIO/pkg-descr')
-rw-r--r-- | astro/p5-Astro-FITS-CFITSIO/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/astro/p5-Astro-FITS-CFITSIO/pkg-descr b/astro/p5-Astro-FITS-CFITSIO/pkg-descr new file mode 100644 index 000000000000..85d018ebffb4 --- /dev/null +++ b/astro/p5-Astro-FITS-CFITSIO/pkg-descr @@ -0,0 +1,11 @@ +Astro::FITS::CFITSIO is a perl interface to William Pence's cfitsio +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/ |