File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -339,15 +339,18 @@ class MultiRecord(BaseRecord, _headers.MultiHeadersMixin):
339
339
The class representing multi-segment WFDB records.
340
340
341
341
MultiRecord objects can be created as with any other class, or by reading a multi-segment
342
- WFDB record using 'rdsamp' with 'm2s' (multi to single) set to False.
342
+ WFDB record using 'rdsamp' with the 'm2s' (multi to single) input parameter set to False.
343
343
344
344
The attributes of the MultiRecord object give information about the record as specified
345
345
by https://www.physionet.org/physiotools/wag/header-5.htm
346
346
347
- In addition, the
347
+ In addition, the 'segments' parameter is a list of Record objects representing each
348
+ individual segment of the entire multi-segment record.
348
349
349
350
Noteably, the 'multi_to_single' instance method can be called on MultiRecord objects
350
- to return a single segment representation of the record as a Record object.
351
+ to return a single segment representation of the record as a Record object. The resulting
352
+ Record object will have its 'p_signals' field set.
353
+
351
354
"""
352
355
# Constructor
353
356
def __init__ (self , segments = None , layout = None ,
You can’t perform that action at this time.
0 commit comments