The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Astro::Catalog::Query::GSC - A query request to the GSC Catalog

SYNOPSIS

  $gsc = new Astro::Catalog::Query::GSC( RA        => $ra,
                                         Dec       => $dec,
                                         Radius    => $radius,
                                         Bright    => $magbright,
                                         Faint     => $magfaint,
                                         Sort      => $sort_type,
                                         Nout      => $number_out );

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

DESCRIPTION

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

Stores information about an prospective GSC query and allows the query to be made, returning an Astro::Catalog::GSC::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

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

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>