Github repository for my thesis in cognitive neuroscience including open lab notebook, code, etc.
All my work is under MIT license.
For data preprocession, we need the
mne
Python package which can be installed via
conda install -c conda-forge mne
or
pip install mne
ToDo:
- What kind of data is used?
- Where does it need to be located?
For using the scripts, please configure config.toml
by copying the template config.example.toml
and setting the directories accordingly.