Skip to content

agramfort/groupmne

 
 

Repository files navigation

Travis_ AppVeyor_ Codecov_

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

Documentation

For examples, see the groupmne webpage.

Contact:

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

About

Multi-subject MEG and EEG source localization with MNE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.2%
  • Makefile 3.8%