Skip to content

Commit 84cafbc

Browse files
committed
DOC: Update long description to include CIFTI-2, BRIK/HEAD
1 parent c018ab1 commit 84cafbc

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

README.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,16 @@ Read / write access to some common neuroimaging file formats
1818

1919
This package provides read +/- write access to some common medical and
2020
neuroimaging file formats, including: ANALYZE_ (plain, SPM99, SPM2 and later),
21-
GIFTI_, NIfTI1_, NIfTI2_, MINC1_, MINC2_, MGH_ and ECAT_ as well as Philips
22-
PAR/REC. We can read and write FreeSurfer_ geometry, annotation and
23-
morphometry files. There is some very limited support for DICOM_. NiBabel is
24-
the successor of PyNIfTI_.
21+
GIFTI_, NIfTI1_, NIfTI2_, `CIFTI-2`_, MINC1_, MINC2_, `AFNI BRIK/HEAD`_, MGH_ and
22+
ECAT_ as well as Philips PAR/REC. We can read and write FreeSurfer_ geometry,
23+
annotation and morphometry files. There is some very limited support for
24+
DICOM_. NiBabel is the successor of PyNIfTI_.
2525

2626
.. _ANALYZE: http://www.grahamwideman.com/gw/brain/analyze/formatdoc.htm
27+
.. _AFNI BRIK/HEAD: https://afni.nimh.nih.gov/pub/dist/src/README.attributes
2728
.. _NIfTI1: http://nifti.nimh.nih.gov/nifti-1/
2829
.. _NIfTI2: http://nifti.nimh.nih.gov/nifti-2/
30+
.. _CIFTI-2: https://www.nitrc.org/projects/cifti/
2931
.. _MINC1:
3032
https://en.wikibooks.org/wiki/MINC/Reference/MINC1_File_Format_Reference
3133
.. _MINC2:

nibabel/info.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,16 @@ def cmp_pkg_version(version_str, pkg_version_str=__version__):
108108
109109
This package provides read +/- write access to some common medical and
110110
neuroimaging file formats, including: ANALYZE_ (plain, SPM99, SPM2 and later),
111-
GIFTI_, NIfTI1_, NIfTI2_, MINC1_, MINC2_, MGH_ and ECAT_ as well as Philips
112-
PAR/REC. We can read and write FreeSurfer_ geometry, annotation and
113-
morphometry files. There is some very limited support for DICOM_. NiBabel is
114-
the successor of PyNIfTI_.
111+
GIFTI_, NIfTI1_, NIfTI2_, `CIFTI-2`_, MINC1_, MINC2_, `AFNI BRIK/HEAD`_, MGH_ and
112+
ECAT_ as well as Philips PAR/REC. We can read and write FreeSurfer_ geometry,
113+
annotation and morphometry files. There is some very limited support for
114+
DICOM_. NiBabel is the successor of PyNIfTI_.
115115
116116
.. _ANALYZE: http://www.grahamwideman.com/gw/brain/analyze/formatdoc.htm
117+
.. _AFNI BRIK/HEAD: https://afni.nimh.nih.gov/pub/dist/src/README.attributes
117118
.. _NIfTI1: http://nifti.nimh.nih.gov/nifti-1/
118119
.. _NIfTI2: http://nifti.nimh.nih.gov/nifti-2/
120+
.. _CIFTI-2: https://www.nitrc.org/projects/cifti/
119121
.. _MINC1:
120122
https://en.wikibooks.org/wiki/MINC/Reference/MINC1_File_Format_Reference
121123
.. _MINC2:

0 commit comments

Comments
 (0)