Skip to content

badamifs/resting-state-mne-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resting-state-mne-python

Resting State EEG workflow using mne-python https://www.martinos.org/mne/stable/index.html

Prerequisites/Dependencies

Anaconda distribution https://www.anaconda.com/download/#macos

curl -O https://raw.githubusercontent.com/mne-tools/mne-python/master/environment.yml

conda env create -f environment.yml

source activate mne

conda install scipy matplotlib scikit-learn mayavi jupyter spyder

pip install PySurfer mne

Common errors

The mayavi package sometimes does not install correctly via conda, try using pip for that package

Verify installation

From inside python call:

>>> import mne

Jupyter notebook coming soon still working on source loc

About

Resting state workflow for resting state eeg data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages