@@ -16,9 +16,9 @@ Read / write access to some common neuroimaging file formats
1616This package provides read +/- write access to some common medical and
1717neuroimaging file formats, including: ANALYZE _ (plain, SPM99, SPM2 and later),
1818GIFTI _, NIfTI1 _, NIfTI2 _, MINC1 _, MINC2 _, MGH _ and ECAT _ as well as Philips
19- PAR/REC. We can read and write Freesurfer _ geometry, and read Freesurfer
20- morphometry and annotation files. There is some very limited support for
21- DICOM _. NiBabel is the successor of PyNIfTI _.
19+ PAR/REC. We can read and write FreeSurfer _ geometry, annotation and
20+ morphometry files. There is some very limited support for DICOM _. NiBabel is
21+ the successor of PyNIfTI _.
2222
2323.. _ANALYZE : http://www.grahamwideman.com/gw/brain/analyze/formatdoc.htm
2424.. _NIfTI1 : http://nifti.nimh.nih.gov/nifti-1/
@@ -34,8 +34,9 @@ DICOM_. NiBabel is the successor of PyNIfTI_.
3434.. _Freesurfer : https://surfer.nmr.mgh.harvard.edu
3535.. _DICOM : http://medical.nema.org/
3636
37- The various image format classes give full or selective access to header (meta)
38- information and access to the image data is made available via NumPy arrays.
37+ The various image format classes give full or selective access to header
38+ (meta) information and access to the image data is made available via NumPy
39+ arrays.
3940
4041Website
4142=======
@@ -52,15 +53,19 @@ Please send any questions or suggestions to the `neuroimaging mailing list
5253Code
5354====
5455
55- You can find our sources and single-click downloads :
56+ Install nibabel with: :
5657
57- * `Main repository `_ on Github;
58- * Documentation _ for all releases and current development tree;
59- * Download the `current release `_ from pypi;
60- * Download `current development version `_ as a zip file;
61- * Downloads of all `available releases `_.
58+ pip install nibabel
6259
63- .. _main repository : https://github.com/nipy/nibabel
60+ You may also be interested in:
61+
62+ * the `nibabel code repository `_ on Github;
63+ * documentation _ for all releases and current development tree;
64+ * download the `current release `_ from pypi;
65+ * download `current development version `_ as a zip file;
66+ * downloads of all `available releases `_.
67+
68+ .. _nibabel code repository : https://github.com/nipy/nibabel
6469.. _Documentation : http://nipy.org/nibabel
6570.. _current release : https://pypi.python.org/pypi/nibabel
6671.. _current development version : https://github.com/nipy/nibabel/archive/master.zip
@@ -69,6 +74,6 @@ You can find our sources and single-click downloads:
6974License
7075=======
7176
72- Nibabel is licensed under the terms of the MIT license. Some code included with
73- nibabel is licensed under the BSD license. Please see the COPYING file in the
74- nibabel distribution.
77+ Nibabel is licensed under the terms of the MIT license. Some code included
78+ with nibabel is licensed under the BSD license. Please see the COPYING file
79+ in the nibabel distribution.
0 commit comments