Skip to content

Commit 3004403

Browse files
committed
DOC: update README / info.py
with note of Freesurfer compatibility.
1 parent 9c12c13 commit 3004403

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ NiBabel
77

88
This package provides read and write access to some common medical and
99
neuroimaging file formats, including: ANALYZE_ (plain, SPM99, SPM2),
10-
GIFTI_, NIfTI1_, MINC_, MGH_ and ECAT_ as well as PAR/REC. There is some very
11-
limited support for DICOM_. NiBabel is the successor of PyNIfTI_.
10+
GIFTI_, NIfTI1_, MINC_, MGH_ and ECAT_ as well as PAR/REC. We can read and
11+
write Freesurfer_ geometry, and read Freesurfer morphometry and annotation
12+
files. There is some very limited support for DICOM_. NiBabel is the successor
13+
of PyNIfTI_.
1214

1315
.. _ANALYZE: http://www.grahamwideman.com/gw/brain/analyze/formatdoc.htm
1416
.. _NIfTI1: http://nifti.nimh.nih.gov/nifti-1/
@@ -17,6 +19,7 @@ limited support for DICOM_. NiBabel is the successor of PyNIfTI_.
1719
.. _GIFTI: http://www.nitrc.org/projects/gifti
1820
.. _MGH: http://surfer.nmr.mgh.harvard.edu/fswiki/FsTutorial/MghFormat
1921
.. _ECAT: http://xmedcon.sourceforge.net/Docs/Ecat
22+
.. _Freesurfer: http://surfer.nmr.mgh.harvard.edu
2023
.. _DICOM: http://medical.nema.org/
2124

2225
The various image format classes give full or selective access to header (meta)

nibabel/info.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@
3838
3939
This package provides read and write access to some common medical and
4040
neuroimaging file formats, including: ANALYZE_ (plain, SPM99, SPM2),
41-
GIFTI_, NIfTI1_, MINC_, MGH_ and ECAT_ as well as PAR/REC. There is some very
42-
limited support for DICOM_. NiBabel is the successor of PyNIfTI_.
41+
GIFTI_, NIfTI1_, MINC_, MGH_ and ECAT_ as well as PAR/REC. We can read and
42+
write Freesurfer_ geometry, and read Freesurfer morphometry and annotation
43+
files. There is some very limited support for DICOM_. NiBabel is the successor
44+
of PyNIfTI_.
4345
4446
.. _ANALYZE: http://www.grahamwideman.com/gw/brain/analyze/formatdoc.htm
4547
.. _NIfTI1: http://nifti.nimh.nih.gov/nifti-1/
@@ -48,6 +50,7 @@
4850
.. _GIFTI: http://www.nitrc.org/projects/gifti
4951
.. _MGH: http://surfer.nmr.mgh.harvard.edu/fswiki/FsTutorial/MghFormat
5052
.. _ECAT: http://xmedcon.sourceforge.net/Docs/Ecat
53+
.. _Freesurfer: http://surfer.nmr.mgh.harvard.edu
5154
.. _DICOM: http://medical.nema.org/
5255
5356
The various image format classes give full or selective access to header (meta)

0 commit comments

Comments
 (0)