Skip to content

Commit 9f1a92f

Browse files
authored
Merge pull request #2580 from rickynilsson/nexsci_doc_add_taptableslist
Add example to nexsci docs
2 parents 073b8d4 + c909fbb commit 9f1a92f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/ipac/nexsci/nasa_exoplanet_archive.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,27 @@ For example, a full table can be queried as follows:
8686
10155286 K07988.01 ... LS+MCMC 0.092 296.76288,47.145142
8787
10156110 K07989.01 ... LS+MCMC 0.0 297.00977,47.121021
8888

89+
90+
A list of accessible tables can be found in the ``TAP_TABLES`` attribute:
91+
92+
.. doctest-remote-data::
93+
94+
>>> from astroquery.ipac.nexsci.nasa_exoplanet_archive import NasaExoplanetArchive
95+
>>> NasaExoplanetArchive.TAP_TABLES
96+
['superwasptimeseries',
97+
'kelttimeseries',
98+
'transitspec',
99+
'emissionspec',
100+
'ps',
101+
'pscomppars',
102+
'keplernames',
103+
'k2names',
104+
'ukirttimeseries',
105+
'ml',
106+
'object_aliases',
107+
'k2pandc']
108+
109+
89110
Example queries
90111
===============
91112

0 commit comments

Comments
 (0)