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


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

Index


NAME

Top

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

SYNOPSIS

Top

  $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

Top

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

Top

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

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.