|Travis| |AppVeyor| |Circle| |Codecov|
.. |Travis| image:: https://travis-ci.com/hichamjanati/groupmne.svg?branch=master .. _Travis: https://travis-ci.com/hichamjanati/groupmne
.. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/l7g6vywwwuyha49l?svg=true .. _AppVeyor: https://ci.appveyor.com/project/hichamjanati/groupmne
.. |Circle| image:: https://circleci.com/gh/hichamjanati/groupmne.svg?style=svg .. _Circle: https://circleci.com/gh/hichamjanati/groupmne
.. |Codecov| image:: https://codecov.io/gh/hichamjanati/groupmne/branch/master/graph/badge.svg .. _Codecov: https://codecov.io/gh/hichamjanati/groupmne
version 0.0.1
GroupMNE provides off-the-shelf functions to perform EEG and MEG source localization jointly on many subjects. The inverse problems of all subjects are solved congruently using a binding regularization.
On a working mne-python <https://mne.tools/stable/install/mne_python.html#installing-python>
_ environment:
.. code-block:: bash
pip install -U cython mutar
pip install -U https://api.github.com/repos/hichamjanati/groupmne/zipball/master
GroupMNE uses under the hood the MUTAR package <https://hichamjanati.github.io/mutar/>
_
to solve the underlying multi-task optimization problems.
For examples, see the groupmne webpage <https://hichamjanati.github.io/groupmne/>
_.