eegprep.eegplot#
- eegprep.eegplot(data, *args, **kwargs)#
Open an EEGLAB-style scrolling browser for channel-major EEG data.
Parameters use EEGLAB names where practical.
datamay be a NumPy-like array shapedchannels x samplesorchannels x samples x trials, or an EEG dictionary containingdata,srate,chanlocs, andeventfields. Spectral inputs usefreqswithfreqlimits; in that modewinlengthis interpreted as a frequency span in Hz. The input is copied into the browser model and is not mutated by the viewer.