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 9133d51 commit 0f7f442Copy full SHA for 0f7f442
docs/alma/alma.rst
@@ -325,6 +325,17 @@ You can also do the downloading all in one step:
325
326
>>> myAlma.retrieve_data_from_uid(uids[0])
327
328
+If you have huge files, sometimes the transfer fails, so you will need to
329
+restart the download. By default, the module will resume downloading where the
330
+failure occurred. You can check whether the downloads all succeeded before
331
+triggering a new download by using the ``verify_only`` keyword, which will not
332
+download but will return useful information about the state of your downloads:
333
+
334
+.. code-block:: python
335
336
+ >>> myAlma.download_files(link_list, cache=True, verify_only=True)
337
338
339
Downloading FITS data
340
=====================
341
0 commit comments