Skip to content

MNE : Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python

License

Notifications You must be signed in to change notification settings

rajul/mne-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

pyfiff is a python module for reading and writing the fif files produced by Neuromag MEG systems.

It is mainly a reimplementation of the Matlab code written by Matti Hämäläinen.

Download

TODO

Dependencies

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.

Install

This packages uses distutils, which is the default way of installing python modules. The install command is:

python setup.py install

Mailing list

None

Development

Code

GIT

You can check the latest sources with the command:

git clone git://github.com/agramfort/pyfiff.git

or if you have write privileges:

git clone [email protected]/agramfort/pyfiff.git

Bugs

Please report bugs you might encounter to: [email protected]

Testing

You can launch the test suite using nosetest from the source folder.

You'll need before to have run the MNE tutorial to have the required files on your drive.

About

MNE : Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Other 0.2%