pyfiff is a python module for reading and writing the fif files produced by Neuromag MEG systems.
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/agramfort/pyfiff.git
or if you have write privileges:
git clone [email protected]/agramfort/pyfiff.git
Please report bugs you might encounter to: [email protected]
You can launch the test suite using nosetest from the source folder.