MNE is a python module for processing MEG and EEG data.
It is a project initiated:
Athinoula A. Martinos Center for Biomedical Imaging Massachusetts General Hospital Charlestown, MA, USA
Available under the BSD (3-clause) license.
It is mainly a reimplementation of the Matlab code written by Matti Hämäläinen.
TODO
The required dependencies to build the software are python >= 2.5, NumPy >= 1.1, SciPy >= 0.6.
To run the tests you will also need nose >= 0.10.
This packages uses distutils, which is the default way of installing python modules. The install command is:
python setup.py install
None
You can check the latest sources with the command:
git clone git://github.com:mne-tools/mne-python.git
or if you have write privileges:
git clone [email protected]:mne-tools/mne-python.git
Please report bugs you might encounter to: [email protected]
You can launch the test suite using nosetests from the source folder.
You'll need before to have run the MNE tutorial to have the required files on your drive.