• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H28-Nov-2020-11736

doc/H28-Nov-2020-14,3649,990

nibabel/H28-Nov-2020-142,399127,099

nibabel.egg-info/H03-May-2022-132106

nisext/H28-Nov-2020-1,017822

tools/H28-Nov-2020-1,4511,191

AUTHORH A D07-Mar-2018285 87

COPYINGH A D21-Apr-20209.6 KiB221166

ChangelogH A D28-Nov-202050 KiB1,2341,040

MANIFEST.inH A D12-Oct-2020240 87

MakefileH A D07-Mar-20187.5 KiB292155

Makefile.winH A D07-Mar-2018304 288

PKG-INFOH A D28-Nov-20205.2 KiB132106

README.rstH A D26-Jan-20203.3 KiB9570

TODOH A D07-Mar-2018461 1814

setup.cfgH A D28-Nov-20202.3 KiB112103

setup.pyH A D21-Apr-2020991 3012

versioneer.pyH A D11-Nov-202068.3 KiB1,8471,433

README.rst

1.. -*- rest -*-
2.. vim:syntax=rst
3
4.. image:: https://codecov.io/gh/nipy/nibabel/branch/master/graph/badge.svg
5  :target: https://codecov.io/gh/nipy/nibabel
6
7.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.591597.svg
8   :target: https://doi.org/10.5281/zenodo.591597
9
10.. Following contents should be from LONG_DESCRIPTION in nibabel/info.py
11
12
13=======
14NiBabel
15=======
16
17Read / write access to some common neuroimaging file formats
18
19This package provides read +/- write access to some common medical and
20neuroimaging file formats, including: ANALYZE_ (plain, SPM99, SPM2 and later),
21GIFTI_, NIfTI1_, NIfTI2_, `CIFTI-2`_, MINC1_, MINC2_, `AFNI BRIK/HEAD`_, MGH_ and
22ECAT_ as well as Philips PAR/REC.  We can read and write FreeSurfer_ geometry,
23annotation and morphometry files.  There is some very limited support for
24DICOM_.  NiBabel is the successor of PyNIfTI_.
25
26.. _ANALYZE: http://www.grahamwideman.com/gw/brain/analyze/formatdoc.htm
27.. _AFNI BRIK/HEAD: https://afni.nimh.nih.gov/pub/dist/src/README.attributes
28.. _NIfTI1: http://nifti.nimh.nih.gov/nifti-1/
29.. _NIfTI2: http://nifti.nimh.nih.gov/nifti-2/
30.. _CIFTI-2: https://www.nitrc.org/projects/cifti/
31.. _MINC1:
32    https://en.wikibooks.org/wiki/MINC/Reference/MINC1_File_Format_Reference
33.. _MINC2:
34    https://en.wikibooks.org/wiki/MINC/Reference/MINC2.0_File_Format_Reference
35.. _PyNIfTI: http://niftilib.sourceforge.net/pynifti/
36.. _GIFTI: https://www.nitrc.org/projects/gifti
37.. _MGH: https://surfer.nmr.mgh.harvard.edu/fswiki/FsTutorial/MghFormat
38.. _ECAT: http://xmedcon.sourceforge.net/Docs/Ecat
39.. _Freesurfer: https://surfer.nmr.mgh.harvard.edu
40.. _DICOM: http://medical.nema.org/
41
42The various image format classes give full or selective access to header
43(meta) information and access to the image data is made available via NumPy
44arrays.
45
46Website
47=======
48
49Current documentation on nibabel can always be found at the `NIPY nibabel
50website <http://nipy.org/nibabel>`_.
51
52Mailing Lists
53=============
54
55Please send any questions or suggestions to the `neuroimaging mailing list
56<https://mail.python.org/mailman/listinfo/neuroimaging>`_.
57
58Code
59====
60
61Install nibabel with::
62
63    pip install nibabel
64
65You may also be interested in:
66
67* the `nibabel code repository`_ on Github;
68* documentation_ for all releases and current development tree;
69* download the `current release`_ from pypi;
70* download `current development version`_ as a zip file;
71* downloads of all `available releases`_.
72
73.. _nibabel code repository: https://github.com/nipy/nibabel
74.. _Documentation: http://nipy.org/nibabel
75.. _current release: https://pypi.python.org/pypi/nibabel
76.. _current development version: https://github.com/nipy/nibabel/archive/master.zip
77.. _available releases: https://github.com/nipy/nibabel/releases
78
79License
80=======
81
82Nibabel is licensed under the terms of the MIT license. Some code included
83with nibabel is licensed under the BSD license.  Please see the COPYING file
84in the nibabel distribution.
85
86Citing nibabel
87==============
88
89Please see the `available releases`_ for the release of nibabel that you are
90using.  Recent releases have a Zenodo_ `Digital Object Identifier`_ badge at
91the top of the release notes.  Click on the badge for more information.
92
93.. _zenodo: https://zenodo.org
94.. _Digital Object Identifier: https://en.wikipedia.org/wiki/Digital_object_identifier
95