• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H03-May-2022-317172

testprog/H16-Sep-2020-7,6155,666

CFITSIO.pmH A D16-Sep-202040 KiB1,234851

CFITSIO.xsH A D30-Jun-2020283.8 KiB12,62712,022

ChangeLogH A D16-Sep-202015.8 KiB512312

INSTALLH A D16-Sep-20201.6 KiB4833

MANIFESTH A D16-Sep-2020603 3029

META.jsonH A D16-Sep-2020799 3837

META.ymlH A D16-Sep-2020487 2221

Makefile.PLH A D03-May-20221 KiB4231

NOTESH A D15-Feb-2007228 119

READMEH A D16-Sep-20201.3 KiB4031

TODOH A D07-Dec-1998114 32

test.plH A D21-Sep-201341.7 KiB1,3621,120

typemapH A D18-Aug-20202.4 KiB113106

util.cH A D16-Sep-202023.7 KiB1,025859

util.hH A D18-May-20061.6 KiB5140

README

1                            Astro::FITS::CFITSIO
2
3What is it?
4-----------
5   Astro::FITS::CFITSIO is a Perl interface to William Pence's cfitsio
6   subroutine library. For more information on cfitsio, see
7   http://heasarc.gsfc.nasa.gov/fitsio
8
9Where can (did) I get it?
10-------------------------
11   https://hea-www.harvard.edu/~rpete/cfitsio
12   https://www.perl.com/CPAN/authors/id/P/PR/PRATZLAFF
13
14What version of cfitsio does this module require?
15----------------------------------------------
16  Astro::FITS::CFITSIO version 1.15 requires at least cfitsio version 3.48
17
18Installation
19------------
20   For installation instructions, see the 'INSTALL' file in the base
21   distribution directory. Essentially, it just tells you to set the
22   CFITSIO environment variable, and then do
23
24     $ perl Makefile.PL
25     $ make
26     $ make test
27     $ make install
28
29Copyright and License
30---------------------
31   Copyright (C) 2002,2004,2006,2011,2012,2013,2016,2018,2020 by the
32   Smithsonian Astrophysical Observatory.
33
34   This software is released under the same terms as Perl. A copy of
35   the Perl license may be obtained at http://dev.perl.org/licenses/
36
37   The demonstration image m51.fits.gz is derived from the Hubble
38   Heritage project archival images; its creation was funded in part
39   by a grant from NASA. The image is in the public domain.
40