Astro::Catalog::Query::Sesame - Object name resolution via SIMBAD


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

Index


NAME

Top

Astro::Catalog::Query::Sesame - Object name resolution via SIMBAD

SYNOPSIS

Top

  my $sesame = new Astro::Catalog::Query::Sesame( Target => "EX Hya" );
  my $catalog = $sesame->querydb();

DESCRIPTION

Top

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

Top

$Id: Sesame.pm,v 1.9 2005/07/25 07:45:49 aa Exp $

METHODS

Top

Constructor

Create a new instance from a hash of options

  $query = new Astro::Catalog::Query::WebService( Object => $target );

returns a reference to an query object. =cut

# base class

Returns an Astro::Catalog object resulting from the specific query.

   $catalog = $query->querydb();


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