Skip to content
forked from nipy/nibabel

Python package to access a cacophony of neuro-imaging file formats

License

Notifications You must be signed in to change notification settings

NeuroJSON/nibabel

This branch is 5 commits ahead of, 638 commits behind nipy/nibabel:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2c8942f · Feb 25, 2023
Jan 16, 2023
Jan 1, 2023
Feb 14, 2023
Nov 10, 2019
Feb 25, 2023
Jan 3, 2023
Jan 6, 2023
Aug 17, 2019
Jan 3, 2023
Jan 1, 2023
Jan 3, 2023
Jan 3, 2023
Jan 6, 2023
Mar 19, 2022
Jun 3, 2022
Aug 19, 2019
Jan 30, 2023
Mar 3, 2022
Jan 9, 2023
Aug 9, 2016
Aug 15, 2019
Feb 12, 2023
Jan 1, 2023
Jan 1, 2023
Feb 14, 2023
Jul 31, 2014
Jun 19, 2019
Feb 18, 2020
Dec 29, 2022
Sep 8, 2021
Feb 25, 2023
Feb 25, 2023
Feb 25, 2023
Jun 24, 2019

Repository files navigation

NiBabel logo
Code PyPI - Python Version code style: blue imports: isort pre-commit
Tests stable tests codecov badge
PyPI PyPI version PyPI - Downloads
Packages Conda package Debian Unstable package Arch (AUR) Gentoo (::science) nixpkgs unstable
License & DOI License Zenodo DOI

Read and write access to common neuroimaging file formats, including: ANALYZE (plain, SPM99, SPM2 and later), GIFTI, NIfTI1, NIfTI2, CIFTI-2, MINC1, MINC2, AFNI BRIK/HEAD, ECAT and Philips PAR/REC. In addition, NiBabel also supports FreeSurfer's MGH, geometry, annotation and morphometry files, and provides some limited support for DICOM.

NiBabel's API gives full or selective access to header information (metadata), and image data is made available via NumPy arrays. For more information, see NiBabel's documentation site and API reference.

Installation

To install NiBabel's current release with pip, run:

pip install nibabel

To install the latest development version, run:

pip install git+https://github.com/nipy/nibabel

When working on NiBabel itself, it may be useful to install in "editable" mode:

git clone https://github.com/nipy/nibabel.git
pip install -e ./nibabel

For more information on previous releases, see the release archive or development changelog.

Mailing List

Please send any questions or suggestions to the neuroimaging mailing list.

License

NiBabel is licensed under the terms of the MIT license. Some code included with NiBabel is licensed under the BSD license. For more information, please see the COPYING file.

Citation

NiBabel releases have a Zenodo Digital Object Identifier (DOI) badge at the top of the release notes. Click on the badge for more information.

About

Python package to access a cacophony of neuro-imaging file formats

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.1%
  • Other 0.9%