nipy / nireg

Brain image registration package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NIREG

Image registration package for Python.

Website

Current information can always be found at the NIPY project website.

Mailing Lists

For questions on how to use nipy or on making code contributions, please see the neuroimaging mailing list:

https://mail.python.org/mailman/listinfo/neuroimaging

Please report bugs at github issues:

https://github.com/nipy/nireg/issues

You can see the list of current proposed changes at:

https://github.com/nipy/nireg/pulls

Code

You can find our sources and single-click downloads:

Tests

To run nipy's tests, you will need to install the nose Python testing package. Then:

python -c "import nireg; nireg.test()"

Dependencies

To run NIREG, you will need:

You will probably also like to have:

License

We use the 3-clause BSD license; the full license is in the file LICENSE in the nipy distribution.

About

Brain image registration package

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 92.5%Language:C 7.5%