Skip to content

dengemann/mne-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

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

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.

About

MNE scripting with Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.4%
  • Other 0.6%