Skip to content

Commit 8e99433

Browse files
committed
First pass at nibabel/dipy/nipy
Need graphic for nipy. Need update of Bertrand's and Alexis' stuff from nipy. Need better graphic for dipy. SVG version of reggie for nibabel?
1 parent ec156e2 commit 8e99433

File tree

4 files changed

+56
-1
lines changed

4 files changed

+56
-1
lines changed

LICENSE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ Authors
1515

1616
- Yaroslav O. Halchenko
1717
- Michael Hanke
18+
- Matthew Brett
19+
- Eleftherios Garyfallidis
1820

flier/materials.rst

Lines changed: 54 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
Python in NeuroImaging
55
======================
66

7-
87
Please provide for every sub-project a brief Description, list of
98
Features, some nice figure if you have any. Hopefully eventually we
109
get enough of tasty materials someone could compose into a flier.
@@ -30,13 +29,41 @@ NiBabel
3029
~~~~~~~
3130
http://nipy.org/nibabel
3231

32+
.. figure:: ../pics/reggie.png
33+
:alt: nibabel
34+
:align: right
35+
:figwidth: 35%
36+
37+
Nibabel provides read and write access to some common medical and neuroimaging
38+
file formats, including: ANALYZE_ (plain, SPM99, SPM2), GIFTI_, NIfTI1_, MINC_,
39+
as well as PAR/REC. NiBabel is the successor of PyNIfTI_.
40+
41+
.. _ANALYZE: http://www.grahamwideman.com/gw/brain/analyze/formatdoc.htm
42+
.. _NIfTI1: http://nifti.nimh.nih.gov/nifti-1/
43+
.. _MINC: http://wiki.bic.mni.mcgill.ca/index.php/MINC
44+
.. _PyNIfTI: http://niftilib.sourceforge.net/pynifti/
45+
.. _GIFTI: http://www.nitrc.org/projects/gifti
46+
47+
The various image format classes give full or selective access to header (meta)
48+
information and access to the image data is made available via NumPy arrays.
49+
3350
Analysis
3451
--------
3552

3653
NiPy
3754
~~~~
3855
http://nipy.org/nipy
3956

57+
NIPY has algorithms for the analysis of neuroimaging data including:
58+
59+
* General linear model statistical analysis
60+
* Combined slice time correction and motion correction
61+
* General image registration routines with flexible cost functions, optimizers
62+
and resampling schemes
63+
* Image segmentation
64+
* Basic visualization of results in 2D and 3D
65+
* Basic time series diagnostics
66+
* Clustering and activation pattern analysis across subjects
4067

4168
NiPype
4269
~~~~~~
@@ -47,6 +74,32 @@ DiPy
4774
~~~~
4875
http://nipy.org/dipy
4976

77+
.. figure:: ../pics/dipy-banner.png
78+
:alt: nibabel
79+
:align: right
80+
:figwidth: 35%
81+
82+
Dipy is an international, free and open soure software project for
83+
diffusion magnetic resonance imaging analysis.
84+
85+
Dipy is multiplatform and will run under any standard operating system such as
86+
*Windows*, *Linux*, *Mac OS X*.
87+
88+
Just some of our **state-of-the-art** applications are:
89+
90+
- Reconstruction algorithms e.g. GQI, DTI
91+
- Tractography generation algorithms e.g. EuDX
92+
- Intelligent downsampling of tracks
93+
- Ultra fast tractography clustering
94+
- Resampling datasets with anisotropic voxels to isotropic
95+
- Visualizing multiple brains simultaneously
96+
- Finding track correspondence between different brains
97+
- Warping tractographies into another space e.g. MNI space
98+
- Reading many different file formats e.g. Trackvis or Nifti
99+
- Dealing with huge tractographies without memory restrictions
100+
- Playing with datasets interactively without storing
101+
- And much more and even more to come in next releases
102+
50103

51104
NiTime
52105
~~~~~~

pics/dipy-banner.png

21.5 KB
Loading

pics/reggie.png

13.1 KB
Loading

0 commit comments

Comments
 (0)