eegprep.eegplot#

eegprep.eegplot(data, *args, **kwargs)#

Open an EEGLAB-style scrolling browser for channel-major EEG data.

Parameters use EEGLAB names where practical. data may be a NumPy-like array shaped channels x samples or channels x samples x trials, or an EEG dictionary containing data, srate, chanlocs, and event fields. Spectral inputs use freqs with freqlimits; in that mode winlength is interpreted as a frequency span in Hz. The input is copied into the browser model and is not mutated by the viewer.

Parameters:
Return type:

Any