- Notifications
You must be signed in to change notification settings - Fork145
Neuroimaging in Python FMRI analysis package
License
nipy/nipy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Neuroimaging tools for Python.
The aim of NIPY is to produce a platform-independent Python environment forthe analysis of functional brain imaging data using an open development model.
In NIPY we aim to:
- Provide an open source, mixed language scientific programming environmentsuitable for rapid development.
- Create software components in this environment to make it easy to developtools for MRI, EEG, PET and other modalities.
- Create and maintain a wide base of developers to contribute to thisplatform.
- To maintain and develop this framework as a single, easily installablebundle.
NIPY is the work of many people. We list the main authors in the fileAUTHOR
in the NIPY distribution, and other contributions inTHANKS
.
Current information can always be found at theNIPY project website.
For questions on how to use nipy or on making code contributions, please seetheneuroimaging
mailing list:
https://mail.python.org/mailman/listinfo/neuroimaging
Please report bugs at github issues:
https://github.com/nipy/nipy/issues
You can see the list of current proposed changes at:
https://github.com/nipy/nipy/pulls
You can find our sources and single-click downloads:
- Main repository on Github;
- Documentation for all releases and current development tree;
- Download thecurrent development version as a tar/zip file;
- Downloads of allavailable releases.
To run nipy's tests, you will need to install thepytest Python testingpackage:
pip install pytest
Then:
pytest nipy
You can run the doctests along with the other tests with:
pip install pytest-doctestplus
Then:
pytest --doctest-plus nipy
See the latestinstallation instructions.
We use the 3-clause BSD license; the full license is in the fileLICENSE
inthe nipy distribution.
About
Neuroimaging in Python FMRI analysis package
Resources
License
Uh oh!
There was an error while loading.Please reload this page.