mne.
concatenate_raws
(raws, preload=None, events_list=None)¶Concatenate raw instances as if they were continuous. Note that raws[0] is modified in-place to achieve the concatenation.
Parameters: | raws : list
preload : bool, or None
events_list : None | list
|
---|---|
Returns: | raw : instance of Raw
events : ndarray of int, shape (n events, 3)
|
mne.concatenate_raws
¶