ExoplanetOrbitDatabaseClass¶
- class astroquery.exoplanet_orbit_database.ExoplanetOrbitDatabaseClass[source]¶
Bases:
objectExoplanet Orbit Database querying object. Use the
get_tableorquery_planetmethods to get information about exoplanets via the Exoplanet Orbit Database.Attributes Summary
Methods Summary
get_table(*[, cache, show_progress, table_path])Download (and optionally cache) the Exoplanet Orbit Database planets table.
query_planet(planet_name, *[, table_path])Get table of exoplanet properties.
Attributes Documentation
- param_units¶
Methods Documentation
- get_table(*, cache=True, show_progress=True, table_path=None)[source]¶
Download (and optionally cache) the Exoplanet Orbit Database planets table.
- Parameters:
- cachebool (optional)
Cache exoplanet table to local astropy cache? Default is
True.- show_progressbool (optional)
Show progress of exoplanet table download (if no cached copy is available). Default is
True.- table_pathstr (optional)
Path to a local table file. Default
Nonewill trigger a download of the table from the internet.
- Returns:
- table
QTable Table of exoplanet properties.
- table
- query_planet(planet_name, *, table_path=None)[source]¶
Get table of exoplanet properties.
- Parameters:
- planet_namestr
Name of planet
- table_pathstr (optional)
Path to a local table file. Default
Nonewill trigger a download of the table from the internet.
- Returns:
- table
QTable Table of one exoplanet’s properties.
- table