Astro::Catalog::Query::USNOA2 - A query request to the USNO-A2.0 Catalog


NAME

Astro::Catalog::Query::USNOA2 - A query request to the USNO-A2.0 Catalog


SYNOPSIS

  $usno = new Astro::Catalog::Query::USNOA2( Coords    => new Astro::Coords(),
                                             Radius    => $radius,
                                             Bright    => $magbright,
                                             Faint     => $magfaint,
                                             Sort      => $sort_type,
                                             Number    => $number_out );
  my $catalog = $usno->querydb();


DESCRIPTION

The module is an object orientated interface to the online USNO-A2.0 catalogue at the ESO/ST-ECF archive site.

Stores information about an prospective USNO-A2.0 query and allows the query to be made, returning an Astro::Catalog::USNOA2::Catalog object.

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::BaseQuery manpage for the catalog-independent methods.


REVISION

$Id: USNOA2.pm,v 1.7 2003/09/12 22:38:59 aa Exp $


SEE ALSO

the Astro::Catalog::Query manpage, the Astro::Catalog::GSC::Query manpage


COPYRIGHT

Copyright (C) 2001 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.


AUTHORS

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

 Astro::Catalog::Query::USNOA2 - A query request to the USNO-A2.0 Catalog