GUI and Console#

Qt dialogs, console workspace objects, and the entry points that open the graphical interface.

eegprep.CallbackSpec(name[, params, ...])

Declarative callback metadata for a GUI control.

eegprep.ConsoleDatasetResult(alleeg, eeg, ...)

Compact, unpackable result for dataset-list pop_* calls.

eegprep.ConsolePopResult(eeg, command, *[, ...])

Compact, unpackable result for EEGPrep console pop_* calls.

eegprep.ControlSpec(style[, string, tag, ...])

Single EEGLAB-like GUI control.

eegprep.DialogSpec(title, controls, ...[, ...])

Complete EEGLAB-like dialog specification.

eegprep.EEGPrepConsoleWorkspace(session, *)

Synchronize an IPython namespace with an EEGPrepSession.

eegprep.bundled_plugins()

Return metadata for EEGPrep extensions bundled in the installed package.

eegprep.eeg_multieegplot(data[, rej, rejE, ...])

Open eegplot with current and previous rejection marks.

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

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

eegprep.format_plugin_menu([pluginlist, ...])

Return a plain-text extension inventory for console display.

eegprep.gui([onearg, session, show, block, ...])

Start the EEGPrep GUI.

eegprep.inputgui(spec[, initial_values, ...])

Render a dialog spec and return tagged values, or None on cancel.

eegprep.listdlg2(*[, promptstring, ...])

Open an EEGLAB-like list selector.

eegprep.plugin_menu([pluginlist, parent, ...])

Show or return the EEGPrep Extension Manager inventory.

eegprep.plugin_status(pluginname, *[, ...])

Return EEGLAB-style installed status for EEGPrep extensions.

eegprep.pophelp(function_name[, nonmatlab, ...])

Open an EEGLAB-like help browser for a function.

eegprep.select_multiple_datasets(session[, ...])

Select multiple datasets in session using EEGLAB-facing indices.