Charestlab / eegprep

Standardized EEG preprocessing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EEGprep

Standardized EEG preprocessing

Singularity

Build the EEGprep singularity image:

sudo singularity build eegprep.simg Singularity

Run EEGprep on your data:

singularity run -c -e --bind /your/data/dir/:/data eegprep.simg

where /your/data/dir/ contains a BIDS folder.

Configuration

You can give EEGprep some direction by putting a configuration file in your data direction called eegprep.conf. See also example.eegprep.conf in this repository.

About

Standardized EEG preprocessing

License:MIT License


Languages

Language:Python 100.0%