NAME
Astro::Catalog::Query::Sesame - Object name resolution via SIMBAD
SYNOPSIS
my $sesame = new Astro::Catalog::Query::Sesame( Target => "EX Hya" );
my $catalog = $sesame->querydb();
DESCRIPTION
Simple wrapper object for the CDS SIMBAD Name Resolver serbice (Sesame), see http://cdsweb.u-strasbg.fr/cdsws.gml for details of the service.
REVISION
$Id: Sesame.pm,v 1.9 2005/07/25 07:45:49 aa Exp $
METHODS
Constructor
- new
-
Create a new instance from a hash of options
$query = new Astro::Catalog::Query::WebService( Object => $target );
returns a reference to an query object.
- querydb
-
Returns an Astro::Catalog object resulting from the specific query.
$catalog = $query->querydb();
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 44:
'=item' outside of any '=over'
=over without closing =back