Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/starlink/perl-pdl-io-ndf
- Owner: Starlink
- Created: 2012-07-10T20:25:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-05-20T00:24:17.000Z (over 3 years ago)
- Last Synced: 2023-08-20T22:08:01.816Z (over 1 year ago)
- Language: Perl
- Size: 146 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
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::HeaderPDL 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 installAuthors
-------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.