A pure Python package that simplifies the manipulation of neuroimaging coordinate systems.
For now, most people are expected to use nicoord
as developers and should
install it by moving into the root nicoord
directory and running:
python setup.py develop
To make sure nicoord
was installed correctly, test it by running:
python -m unittest
Coming soon!
Coming soon!