| Astro::Catalog::Query::SIMBAD - A query request to the SIMBAD database |
Astro::Catalog::Query::SIMBAD - A query request to the SIMBAD database
$sim = new Astro::Catalog::Query::SIMBAD( RA => $ra, Dec => $dec, Radius => $radius, Target => $target, );
my $catalog = $sim->querydb();
The module is an object orientated interface to the online SIMBAD database. Designed to return information on a single object.
Target name overrides RA/Dec.
The object will by default pick up the proxy information from the HTTP_PROXY and NO_PROXY environment variables, see the LWP::UserAgent documentation for details.
See the Astro::Catalog::Query manpage for the catalog-independent methods.
$Id: SIMBAD.pm,v 1.2 2003/09/25 11:38:50 aa Exp $
L<Astro::Catalog>, L<Astro::Catalog::Star>, L<Astro::Catalog::Query>.
Derived from the Astro::SIMBAD manpage on CPAN.
Copyright (C) 2001-2003 University of Exeter. All Rights Reserved. Some modifications copyright (C) 2003 Particle Physics and Astronomy Research Council. All Rights Reserved.
This program was written as part of the eSTAR project and is free software; you can redistribute it and/or modify it under the terms of the GNU Public License.
Alasdair Allan <aa@astro.ex.ac.uk>, Tim Jenness <tjenness@cpan.org>
| Astro::Catalog::Query::SIMBAD - A query request to the SIMBAD database |