File: README

package info (click to toggle)
libastro-fits-cfitsio-perl 1.15-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,076 kB
  • sloc: perl: 7,743; ansic: 899; sh: 49; makefile: 9
file content (39 lines) | stat: -rw-r--r-- 1,346 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
                            Astro::FITS::CFITSIO

What is it?
-----------
   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

Where can (did) I get it?
-------------------------
   https://hea-www.harvard.edu/~rpete/cfitsio
   https://www.perl.com/CPAN/authors/id/P/PR/PRATZLAFF

What version of cfitsio does this module require?
----------------------------------------------
  Astro::FITS::CFITSIO version 1.15 requires at least cfitsio version 3.48

Installation
------------
   For installation instructions, see the 'INSTALL' file in the base
   distribution directory. Essentially, it just tells you to set the
   CFITSIO environment variable, and then do

     $ perl Makefile.PL
     $ make
     $ make test
     $ make install

Copyright and License
---------------------
   Copyright (C) 2002,2004,2006,2011,2012,2013,2016,2018,2020 by the
   Smithsonian Astrophysical Observatory.

   This software is released under the same terms as Perl. A copy of
   the Perl license may be obtained at http://dev.perl.org/licenses/

   The demonstration image m51.fits.gz is derived from the Hubble
   Heritage project archival images; its creation was funded in part
   by a grant from NASA. The image is in the public domain.