Astro::Catalog::Query::SIMBAD - A query request to the SIMBAD database


Astro-Catalog documentation  | view source Contained in the Astro-Catalog distribution.

Index


NAME

Top

Astro::Catalog::Query::SIMBAD - A query request to the SIMBAD database

SYNOPSIS

Top

  $sim = new Astro::Catalog::Query::SIMBAD( RA        => $ra,
					    Dec       => $dec,
					    Radius    => $radius,
					    Target    => $target,
                                           );

  my $catalog = $sim->querydb();

DESCRIPTION

Top

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 Astro::Catalog::Query for the catalog-independent methods.

REVISION

Top

 $Id: SIMBAD.pm,v 1.2 2003/09/25 11:38:50 aa Exp $

SEE ALSO

Top

  L<Astro::Catalog>, L<Astro::Catalog::Star>, L<Astro::Catalog::Query>.

Derived from Astro::SIMBAD on CPAN.

COPYRIGHT

Top

AUTHORS

Top

Alasdair Allan <aa@astro.ex.ac.uk>, Tim Jenness <tjenness@cpan.org>


Astro-Catalog documentation  | view source Contained in the Astro-Catalog distribution.