Python package to access a cacophony of neuro-imaging file formats
Python Makefile
Pull request Compare This branch is 1044 commits behind nipy:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
bin
doc
nibabel-data
nibabel
nisext
tools
.coveragerc
.gitattributes
.gitignore
.gitmodules
.mailmap
.travis.yml
AUTHOR
COPYING
Changelog
MANIFEST.in
Makefile
Makefile.win
README.rst
TODO
appveyor.yml
setup.py
setup_egg.py
tox.ini

README.rst

https://coveralls.io/repos/nipy/nibabel/badge.png?branch=master

NiBabel

Read / write access to some common neuroimaging file formats

This package provides read +/- write access to some common medical and neuroimaging file formats, including: ANALYZE (plain, SPM99, SPM2 and later), GIFTI, NIfTI1, NIfTI2, MINC1, MINC2, MGH and ECAT as well as Philips PAR/REC. We can read and write Freesurfer geometry, and read Freesurfer morphometry and annotation files. There is some very limited support for DICOM. NiBabel is the successor of PyNIfTI.

The various image format classes give full or selective access to header (meta) information and access to the image data is made available via NumPy arrays.

Website

Current documentation on nibabel can always be found at the NIPY nibabel website.

Mailing Lists

Please see the nipy devel list. The nipy devel list is fine for user and developer questions about nibabel.

Code

You can find our sources and single-click downloads:

License

Nibabel is licensed under the terms of the MIT license. Some code included with nibabel is licensed under the BSD license. Please see the COPYING file in the nibabel distribution.