Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 485 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 485 Bytes

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.