Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/starlink/perl-gsd
Perl interface to Starlink GSD library
https://github.com/starlink/perl-gsd
Last synced: 3 days ago
JSON representation
Perl interface to Starlink GSD library
- Host: GitHub
- URL: https://github.com/starlink/perl-gsd
- Owner: Starlink
- Created: 2012-07-24T18:03:40.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-21T21:47:20.000Z (about 11 years ago)
- Last Synced: 2023-04-21T08:51:00.201Z (over 1 year ago)
- Language: C
- Size: 227 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
Awesome Lists containing this project
README
This is version 1.00 of the perl GSD module
-------------------------------------------The James Clerk Maxwell Telescope (JCMT), Mauna Kea, Hawaii uses
an in-house format for storing spectral line and UKT14 continuum data.
This format is called the Global Section Data format (GSD).This module gives read only access to JCMT data. All new continuum
data from SCUBA uses the NDF format; please use the NDF module for
accessing SCUBA data.A perldl reader is also included (PDL::IO::GSD) - for version 1.11 of
perldl. The gsdprint and gsdformat commands are included to dump the
contents of a GSD file.Tim Jenness ([email protected])
Requirements
------------Perl 5.001, this module has been tested on 5.002, 5.003 and 5.004
on Sparc Solaris 2.5. More recently it has been tested on perl 5.8.0
and RedHat 7.3.The C GSD library is available separately. See
http://www.starlink.ac.uk/cgi-store/storeform1?GSD
with documentation at
http://www.starlink.ac.uk/star/docs/sun229.htx/sun229.htmlThe library will only work on Alpha/OSF1, Sun Solaris and SunOS.
The FORTRAN binding has been removed from this distribution of the
C library.The PDL module requires perldl v1.11 or newer
Installation
------------Please edit the Makefile.PL to reflect the location of your math
libraries. By default the GSD library used is the Starlink
installed version.Then installation is simply:
perl Build.PL
./Build
./Build test
./Build installA manual page is included in the module. Information on using the C GSD
library itself is not included.Copyright
---------Copyright (C) 2007-2011 Science and Technology Facilities Council.
Copyright (C) 1995-2000,2003-2004 Tim Jenness and the UK Particle
Physics and Astronomy Research Council. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.