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.
1 parent 0304da1 commit fb55541Copy full SHA for fb55541
docs/alma/alma.rst
@@ -348,7 +348,7 @@ extract the FITS file, then delete the tarball:
348
>>> small_uid_url_table = uid_url_table[uid_url_table['content_length'] < 10**9]
349
>>> # get the first 10 files...
350
>>> tarball_files = uid_url_table[uid_url_table['content_type'] == 'application/x-tar']
351
- >>> filelist = Alma.download_and_extract_files(tarball_files[1:10]['access_url])
+ >>> filelist = Alma.download_and_extract_files(tarball_files[1:10]['access_url'])
352
353
You might want to look at the READMEs from a bunch of files so you know what kind of S/N to expect:
354
0 commit comments