User Guide#
The EEGPrep user guide is organized around real research workflows: load data, understand the dataset structure, work in the GUI and console together, script repeatable steps, review artifacts and components, manage plugins, and run group-level analyses.
sample_data/eeglab_data.set, read the Concepts Guide, then
repeat the same workflow with the GUI and eegprep-console
open side by side.
Getting Started#
GUI, Console, and Scripts#
Preprocessing and Review#
Group and Plugin Workflows#
- STUDY Workflows
- Bundled Plugins and Extensions
- External Extensions
- Installing Extensions
- Using Installed Extensions
- Startup and Extension Loading
- Required Package Format
pop_*History and Console Rules- Package Data, Optional Dependencies, and Large Files
- Trust Levels and States
- Catalog Schema
- Catalog Submission Checks
- Extension Curation and Catalog Policy
Admin, Help, and Development#
Common Entry Points#
Task |
GUI path |
Console or Python call |
|---|---|---|
Load a tutorial dataset |
|
|
Inspect channel data |
|
|
Filter data |
|
|
Run headless agent workflows |
Not applicable |
|
Resample data |
|
|
Run clean_rawdata |
|
|
Run ICA |
|
|
Label components |
|
|
Create a STUDY |
|
|
Manage extensions |
|
|
Help Coverage#
Every implemented GUI Help button and pophelp topic uses EEGPrep-owned
Markdown resources packaged under src/eegprep/resources/help. Missing help
is a packaging error; runtime code does not fall back to the vendored EEGLAB
reference tree.