Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/starlink/perl-pdl-io-ndf

Starlink NDF file reader and writer for the Perl Data Language
https://github.com/starlink/perl-pdl-io-ndf

Last synced: 3 days ago
JSON representation

Starlink NDF file reader and writer for the Perl Data Language

Awesome Lists containing this project

README

        

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 and Douglas Burke .
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.