We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f74e7c0 + 796a9ec commit 5af5780Copy full SHA for 5af5780
docs/alma/alma.rst
@@ -387,7 +387,7 @@ files:
387
>>> alma = Alma()
388
>>> alma.archive_url = 'https://almascience.eso.org' # optional to make doctest work
389
>>> result = alma.query_region(s255ir, radius=0.034*u.deg)
390
- >>> uid_url_table = alma.get_data_info(result['obs_id'][0], expand_tarfiles=True)
+ >>> uid_url_table = alma.get_data_info(result['member_ous_uid'][0], expand_tarfiles=True)
391
>>> # downselect to just the FITSf files
392
>>> fits_urls = [url for url in uid_url_table['access_url'] if '.fits' in url]
393
>>> filelist = alma.download_files(fits_urls[:5]) # doctest: +SKIP
0 commit comments