A Python library to read and write NIDM-Results packs.
specification: http://nidm.nidash.org/specs/nidm-results.html manuscript: https://dx.doi.org/10.1038/sdata.2016.102
You are free to copy, modify, and distribute nidmresults with attribution under the terms of the MIT license. See the LICENSE file for details.
nidmresults is distributed with PyPI, to install the latest release you can use:
pip install nidmresults
To work with the current development version we recommend cloning this repository locally and then install using
python setup.py install
Examples are available in the examples folder.
Thanks for your interest in contributing to nidmresults. All contributions are very welcome! If you experience difficulties using the library, please open an issue describing the problem. See the list of current issues.