Skip to content

Commit d6dee49

Browse files
committed
fix doc adc gain. fixes MIT-LCP#84
1 parent 13f5595 commit d6dee49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ Input Arguments:
309309
- ``fmt`` (default=None): A list of strings giving the WFDB format of each file used to store each channel.
310310
Accepted formats are: "80","212","16","24", and "32". There are other WFDB formats but this library
311311
will not write (though it will read) those file types.
312-
- ``gain`` (default=None): A list of integers specifying the DAC/ADC gain.
312+
- ``gain`` (default=None): A list of integers specifying the ADC gain.
313313
- ``baseline`` (default=None): A list of integers specifying the digital baseline.
314314
- ``comments`` (default-None): A list of string comments to be written to the header file.
315315

wfdb/readwrite/records.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ def wrsamp(recordname, fs, units, signames, p_signals = None, d_signals = None,
10801080
- fmt (default=None): A list of strings giving the WFDB format of each file used to store each channel.
10811081
Accepted formats are: "80","212","16","24", and "32". There are other WFDB formats but this library
10821082
will not write (though it will read) those file types.
1083-
- gain (default=None): A list of integers specifying the DAC/ADC gain.
1083+
- gain (default=None): A list of integers specifying the ADC gain.
10841084
- baseline (default=None): A list of integers specifying the digital baseline.
10851085
- comments (default-None): A list of string comments to be written to the header file.
10861086

0 commit comments

Comments
 (0)