Skip to content

Starlink/perl-PDL-IO-NDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDL::IO::NDF
------------

This module allows Starlink NDF files (http://www.starlink.ac.uk)
to be written and read from the Perl Data Language. All numerical
array components are read as PDLs.

The PDL home page can be found at http://pdl.perl.org/

  use PDL::IO::NDF;
  $a = rndf("test.sdf");
  $a->wndf("output.sdf");

Requirements:
------------

Requires the following modules from CPAN

   PDL
   Astro::FITS::Header

PDL 2.040 or newer is required.

You will also need the NDF module available from
git://github.com/Starlink/perl-NDF.git and the NDF library
from a Starlink distribution (http://www.starlink.ac.uk).

Installation
------------

To install this package independently of the main package type:

 perl Build.PL
 ./Build
 ./Build test
 ./Build install

Authors
-------

Tim Jenness <tjenness@cpan.org> and Douglas Burke <dburke@cfa.harvard.edu>.
Currently maintained by Tim Jenness.

Copyright (C) 1998 - 2012 Tim Jenness. All Rights Reserved.  This program is free
software; you can redistribute it and/or modify it under the same
terms as Perl itself.

About

Starlink NDF file reader and writer for the Perl Data Language

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages