| Astro-Catalog documentation | view source | Contained in the Astro-Catalog distribution. |
Astro::Catalog::Query::Sesame - Object name resolution via SIMBAD
my $sesame = new Astro::Catalog::Query::Sesame( Target => "EX Hya" ); my $catalog = $sesame->querydb();
Simple wrapper object for the CDS SIMBAD Name Resolver serbice (Sesame), see http://cdsweb.u-strasbg.fr/cdsws.gml for details of the service.
$Id: Sesame.pm,v 1.9 2005/07/25 07:45:49 aa Exp $
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. |