astropy:docs
  • Index
  • Modules

Navigation

  • next »
  • « previous |
  • pyvo v0.6.0 »
  • PyVO User’s Guide »
  • PyVO Reference Guide »
  • The pyvo.registry Package »
  • search

search¶

pyvo.registry.regtap.search(keywords=None, servicetype=None, waveband=None, datamodel=None)[source]¶

execute a simple query to the RegTAP registry.

Parameters:

keywords : list of str

keyword terms to match to registry records. Use this parameter to find resources related to a particular topic.

servicetype : str

the service type to restrict results to. Allowed values include ‘conesearch’, ‘sia’ , ‘ssa’, ‘slap’, ‘tap’

waveband : str

the name of a desired waveband; resources returned will be restricted to those that indicate as having data in that waveband. Allowed values include ‘radio’, ‘millimeter’, ‘infrared’, ‘optical’, ‘uv’, ‘euv’, ‘x-ray’ ‘gamma-ray’

datamodel : str

the name of the datamodel to search for; makes only sence in conjunction with servicetype tap (or no servicetype).

See http://wiki.ivoa.net/twiki/bin/view/IVOA/IvoaDataModel for more informations about data models.

Returns:

RegistryResults

a container holding a table of matching resource (e.g. services)

See also

RegistryResults

Page Contents

  • search

Page Source   Back to Top

© Copyright 2018, the Virtual Astronomical Observatory (VAO).
Created using Sphinx 1.6.6.   Last built 14 Feb 2018.