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


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

Index


NAME

Top

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

SYNOPSIS

Top

  $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

Top

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

REVISION

Top

$Id: USNOA2.pm,v 1.8 2005/06/16 01:57:35 aa Exp $

SEE ALSO

Top

Astro::Catalog::Query, Astro::Catalog::GSC::Query

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.