File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -281,11 +281,11 @@ In this section, we show how to obtain these processed collection data from the
281
281
Identify available collections
282
282
------------------------------
283
283
284
- The list of available collections can be obtained with :meth: `astroquery.eso.EsoClass.list_collections ` as follows:
284
+ The list of available collections can be obtained with :meth: `astroquery.eso.EsoClass.list_surveys ` as follows:
285
285
286
286
.. doctest-remote-data ::
287
287
288
- >>> collections = eso.list_collections ()
288
+ >>> collections = eso.list_surveys ()
289
289
290
290
Query a specific collection with constraints
291
291
--------------------------------------------
@@ -297,7 +297,7 @@ The archive can be queried as follows:
297
297
298
298
.. doctest-remote-data ::
299
299
300
- >>> table = eso.query_collections( collections = ' HARPS' , cache = False , target = " HD203608" )
300
+ >>> table = eso.query_surveys( surveys = ' HARPS' , cache = False , target = " HD203608" )
301
301
302
302
The returned table has an ``ARCFILE `` column. It can be used to retrieve the datasets with
303
303
:meth: `astroquery.eso.EsoClass.retrieve_data ` (see next section).
You can’t perform that action at this time.
0 commit comments