Skip to content

Commit 0f7f442

Browse files
committed
add docs entry
1 parent 9133d51 commit 0f7f442

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/alma/alma.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,17 @@ You can also do the downloading all in one step:
325325
326326
>>> myAlma.retrieve_data_from_uid(uids[0])
327327
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+
328339
Downloading FITS data
329340
=====================
330341

0 commit comments

Comments
 (0)