alexenge / hu-neuro-pipeline

Single trial EEG pipeline at the Abdel Rahman Lab for Neurocognitive Psychology, Humboldt-Universität zu Berlin
https://hu-neuro-pipeline.readthedocs.io
MIT License
15 stars 3 forks source link

Add functions to download sample data from the ERP CORE dataset #122

Closed alexenge closed 1 year ago

alexenge commented 1 year ago
from pipeline.datasets import erpcore
n400_paths = erpcore.n400.get_paths(n_participants=2)`

⚠️ As of writing, the group_pipeline function cannot yet be used to process these data since it expects .vhdr files instead of .set files. See #8 for the current status on this.