Skip to content

Commit 666b1b3

Browse files
committed
DOC: Update long description to include CIFTI-2, BRIK/HEAD
1 parent faff70f commit 666b1b3

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
@@ -98,14 +98,16 @@ def cmp_pkg_version(version_str, pkg_version_str=__version__):
9898
9999
This package provides read +/- write access to some common medical and
100100
neuroimaging file formats, including: ANALYZE_ (plain, SPM99, SPM2 and later),
101-
GIFTI_, NIfTI1_, NIfTI2_, MINC1_, MINC2_, MGH_ and ECAT_ as well as Philips
102-
PAR/REC. We can read and write FreeSurfer_ geometry, annotation and
103-
morphometry files. There is some very limited support for DICOM_. NiBabel is
104-
the successor of PyNIfTI_.
101+
GIFTI_, NIfTI1_, NIfTI2_, `CIFTI-2`_, MINC1_, MINC2_, `AFNI BRIK/HEAD`_, MGH_ and
102+
ECAT_ as well as Philips PAR/REC. We can read and write FreeSurfer_ geometry,
103+
annotation and morphometry files. There is some very limited support for
104+
DICOM_. NiBabel is the successor of PyNIfTI_.
105105
106106
.. _ANALYZE: http://www.grahamwideman.com/gw/brain/analyze/formatdoc.htm
107+
.. _AFNI BRIK/HEAD: https://afni.nimh.nih.gov/pub/dist/src/README.attributes
107108
.. _NIfTI1: http://nifti.nimh.nih.gov/nifti-1/
108109
.. _NIfTI2: http://nifti.nimh.nih.gov/nifti-2/
110+
.. _CIFTI-2: https://www.nitrc.org/projects/cifti/
109111
.. _MINC1:
110112
https://en.wikibooks.org/wiki/MINC/Reference/MINC1_File_Format_Reference
111113
.. _MINC2:

0 commit comments

Comments
 (0)