• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

t/H16-Jul-2003-5338

ChangeLogH A D16-Jul-2003724 2313

DSS.pmH A D16-Jul-200314.6 KiB677215

GPLH A D11-Dec-200114.8 KiB282237

MANIFESTH A D11-Dec-200158 87

Makefile.PLH A D16-Jul-2003584 1512

READMEH A D11-Dec-20012.5 KiB7957

README

1Astro::DDS module
2-----------------
3
4What is it?
5-----------
6
7The module is an object orientated interface to the both the first and second
8Digital Sky Surveys at the ESO-ECF online archive. While the first sky survey
9is 100% complete, the second survey covers 98% of the sky in Red, 45% of the
10sky in Blue and 27% of the sky in the Infra-red.
11
12Why do it?
13----------
14
15While other, currently undistributed, interfaces to the sky survey are in
16existance, there isn't one generally available. This module, while not as
17feature complete as some other interfaces is a quick and dirty interface
18was fairly easy to code up using bits and pieces of other eSTAR modules,
19see Astro::SIMBAD and Astro::ADS for instance.
20
21Requirements
22------------
23
24The module requires the libwww-perl-5.60 package written by Gisle Aas
25<gisle@ActiveState.com> v5.53 or above. This package can be obtained
26via CPAN at http://search.cpan.org/search?dist=libwww-perl
27
28Also required is the Net::Domain module, v2.13 or above, by Graham
29Barr <gbarr@pobox.com>. This module has been included in the base
30distribution since Perl 5.7.2, but otherwise can be downloaded from
31CPAN as part of the libnet package, see http://search.cpan.org/search?dist=libnet
32
33Provides
34--------
35
36The package provides the following classes
37
38    Astro::DSS
39
40further information can be found in the POD included in DSS.pm
41
42Where can I get it?
43-------------------
44
45The package is availabe from CPAN <http://www.cpan.org/> and from
46the eSTAR Project at http://www.estar.org.uk/
47
48Installation
49------------
50
51Installation is automated using the ExtUtils::MakeMaker library
52
53     % perl Makefile.PL
54     % make
55     % make test
56     % make install
57
58Authors
59-------
60
61The module was written by Alasdair Allan <aa@astro.ex.ac.uk>, of the
62University of Exeter Astrophysics Group (http://www.astro.ex.ac.uk/)
63as part of his work for the eSTAR project.
64
65License
66-------
67This package is free software; you can redistribute it and/or modify it under
68the terms of the GNU General Public License as published by the Free Software
69Foundation; either version 2 of the License, or (at your option) any later
70version.
71
72This program is distributed in the hope that it will be useful,but WITHOUT ANY
73WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
74PARTICULAR PURPOSE. See the GNU General Public License for more details.
75
76You should have received a copy of the GNU General Public License along with
77this program; if not, write to the Free Software Foundation, Inc., 59 Temple
78Place,Suite 330, Boston, MA  02111-1307, USA
79