From 13bf390888aaac67db8f7217a23e51629ceea4d5 Mon Sep 17 00:00:00 2001 From: Brian Gow Date: Thu, 8 Jan 2026 15:54:54 -0500 Subject: [PATCH] update docstring for expanded signals --- wfdb/io/record.py | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/wfdb/io/record.py b/wfdb/io/record.py index e611f364..2fea4bd0 100644 --- a/wfdb/io/record.py +++ b/wfdb/io/record.py @@ -712,11 +712,9 @@ class Record(BaseRecord, _header.HeaderMixin, _signal.SignalMixin): must be set, but not both. In addition, if d_signal is set, fmt, gain and baseline must also all be set. e_p_signal : ndarray, optional - The expanded physical conversion of the signal. Either a 2d numpy - array or a list of 1d numpy arrays. + The expanded physical conversion of the signal as a list of 1d numpy arrays. e_d_signal : ndarray, optional - The expanded digital conversion of the signal. Either a 2d numpy - array or a list of 1d numpy arrays. + The expanded digital conversion of the signal as a list of 1d numpy arrays. record_name : str, optional The name of the WFDB record to be read, without any file extensions. If the argument contains any path delimiter @@ -2892,11 +2890,9 @@ def wrsamp( must be set, but not both. In addition, if d_signal is set, fmt, gain and baseline must also all be set. e_p_signal : ndarray, optional - The expanded physical conversion of the signal. Either a 2d numpy - array or a list of 1d numpy arrays. + The expanded physical conversion of the signal as a list of 1d numpy arrays. e_d_signal : ndarray, optional - The expanded digital conversion of the signal. Either a 2d numpy - array or a list of 1d numpy arrays. + The expanded digital conversion of the signal as a list of 1d numpy arrays. samps_per_frame : int or list of ints, optional The total number of samples per frame. fmt : list, optional