findvalue¶
-
astroquery.open_exoplanet_catalogue.
findvalue
(element, searchstring)[source]¶ Searches given string in element.
- Parameters
- elementElement
Element from the ElementTree module.
- searchstringstr
name of the tag to look for in element
- Returns
- None if tag does not exist.
- str if the tag cannot be expressed as a float.
- Number if the tag is a numerical value