Integration code for MNE-Python software and OpenMEEG software. The aim is to be able to compute more advanced forward models thanks to the OpenMEEG software.
XXX
To install the latest version of the code using pip open a terminal and type:
pip install -U https://api.github.com/repos/mne-tools/mne-openmeeg/zipball/master
To get the latest code using git, open a terminal and type:
git clone git://github.com/mne-tools/mne-openmeeg.git
The minimum required dependencies to run MNE-OpenMEEG are:
- Python >= 3.5
- NumPy >= 1.8
- SciPy >= 0.12
- MNE >= 0.19
http://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis https://lists.gforge.inria.fr/mailman/listinfo/openmeeg-info
XXX