Skip to content

Commit aa3e925

Browse files
committed
doc
1 parent e75bc56 commit aa3e925

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ Example Usage:
406406
wfdb.dldatabase('ahadb', os.getcwd())
407407
408408
Input arguments:
409+
409410
- ``pbdb`` (required): The Physiobank database directory to download. eg. For database 'http://physionet.org/physiobank/database/mitdb', pbdb = 'mitdb'.
410411
- ``dlbasedir`` (required): The full local directory path in which to download the files.
411412
- ``records`` (default='all'): Specifier of the WFDB records to download. Is either a list of strings which each specify a record, or 'all' to download all records listed in the database's RECORDS file. eg. records = ['test01_00s', test02_45s] for database https://physionet.org/physiobank/database/macecgdb/
@@ -428,6 +429,7 @@ Example Usage:
428429
wfdb.dldatabasefiles('ahadb', os.getcwd(), ['STAFF-Studies-bibliography-2016.pdf', 'data/001a.hea', 'data/001a.dat'])
429430
430431
Input arguments:
432+
431433
- ``pbdb`` (required): The Physiobank database directory to download. eg. For database 'http://physionet.org/physiobank/database/mitdb', pbdb = 'mitdb'.
432434
- ``dlbasedir`` (required): The full local directory path in which to download the files.
433435
- ``files`` (required): A list of strings specifying the file names to download relative to the database base directory

0 commit comments

Comments
 (0)