Astro::Catalog::Query::CMC - A query request to the Carlsberg Meridian Catalog


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

Index


NAME

Top

Astro::Catalog::Query::CMC - A query request to the Carlsberg Meridian Catalog

SYNOPSIS

Top

  $gsc = new Astro::Catalog::Query::CMC( RA        => $ra,
					 Dec       => $dec,
					 Radius    => $radius,
					 Nout      => $number_out );

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

WARNING

Top

This code should be superceeded by the generic Vizier query class.

DESCRIPTION

Top

The module is an object orientated interface to the online Carlsberg Meridian Catalogues (CMC11)

Stores information about an prospective query and allows the query to be made, returning an Astro::Catalog::Query::CMC 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: CMC.pm,v 1.3 2003/09/25 15:56:59 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.