mansfield is a collection of f(MRI) related python scripts. The main functions include:
- flexible Searchlight, supports e.g. train/testing on different datasets
- ...
$ python
>>> from mansfield import searchlight
Currently this is only available through GitHub and source installation
pip install git+https://github.com/mekman/mansfield.git --upgrade
or
git clone git@github.com:mekman/mansfield.git
cd mansfield
python setup.py install