.. groupmne documentation master file, created by sphinx-quickstart on Mon Jun 24 00:32:12 2019. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. .. toctree:: :maxdepth: 2 :hidden: :caption: Documentation api .. toctree:: :maxdepth: 2 :hidden: :caption: Tutorial - Examples auto_examples/index 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.