jona-sassenhagen / mne_workshop_amsterdam

Materials for workshops on the open neural time series analysis toolbox MNE-Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EPOS Workshop Amsterdam 2018

These are the resources for EPOS workshop that took place at the University of Amsterdam on June 14 and 15, 2018.

Ensure you are using an up to date, Anaconda-based Python.

Day 1: Python and OpenSesame

Materials for the Python workshop can be found here:

Materials for the OpenSesame workshop can be found here:

Day 2: Analyzing EEG data with MNE

Please access a command line (e.g., Anaconda prompt), and install the dev version of MNE:

pip install https://api.github.com/repos/mne-tools/mne-python/zipball/master

Test MNE is working:

python -c "import mne; print(mne.__version__)"

You should be seeing something like: 0.17.dev0

Download the example file.

Also download the Jupyter Notebooks to the same location as the example file.

About

Materials for workshops on the open neural time series analysis toolbox MNE-Python


Languages

Language:Jupyter Notebook 100.0%