multi-subject source localization with MNE

version 0.0.1

Description:

This small package helps perform EEG and MEG source localization jointly on many subjects. The inverse problems of all subjects are solved congruently using a binding regularization.

Installation

On a working mne-python environment:

git clone https://github.com/hichamjanati/groupmne
cd groupmne
python setup.py develop

Otherwise, we recommend creating this minimal conda env

conda env create --file environment.yml
conda activate groupmne-env
git clone https://github.com/hichamjanati/groupmne
cd groupmne
python setup.py develop

Examples

For examples, see the tutorials.

Contact:

Please contact hicham.janati@inria.fr for any bug encountered / any further information.