-
Notifications
You must be signed in to change notification settings - Fork 259
/
index.rst
179 lines (158 loc) · 4.36 KB
/
index.rst
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
.. -*- mode: rst -*-
.. ex: set sts=4 ts=4 sw=4 et tw=79:
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ###
#
# See COPYING file distributed along with the NiBabel package for the
# copyright and license terms.
#
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ###
=======
NiBabel
=======
.. include:: _long_description.inc
Documentation
=============
* :ref:`User Documentation <manual>` (manual)
* :ref:`Tutorials <tutorials>` (relevant tutorials on imaging)
* :ref:`API Documentation <api>` (comprehensive reference)
* :ref:`Developer Guidelines <chap_devguide>` (for those who want to contribute)
* :ref:`Development Changelog <changelog>` (see what has changed)
* :ref:`DICOM concepts <dicom>` (details about implementing DICOM reading)
* :ref:`genindex` (access by keywords)
* :ref:`search` (online and offline full-text search)
See also the :ref:`Developer documentation page <devindex>` for development
discussions, release procedure and more.
Authors and Contributors
========================
Most work on NiBabel so far has been by `Matthew Brett`_, Chris Markiewicz,
`Michael Hanke`_, `Marc-Alexandre Côté`_, `Ben Cipollini`_, Paul McCarthy and
Chris Cheng. The authors are grateful to the following people who have
contributed code and discussion (in rough order of appearance):
* `Yaroslav O. Halchenko`_
* Chris Burns
* `Gaël Varoquaux`_
* Ian Nimmo-Smith
* `Jarrod Millman`_
* `Bertrand Thirion`_
* Thomas Ballinger
* Cindee Madison
* Valentin Haenel
* `Alexandre Gramfort`_
* Christian Haselgrove
* Krish Subramaniam
* Yannick Schwartz
* Bago Amirbekian
* Brendan Moloney
* Félix C. Morency
* JB Poline
* Basile Pinsard
* `Satrajit Ghosh`_
* Eric Larson
* `Nolan Nichols`_
* Ly Nguyen
* Philippe Gervais
* Demian Wassermann
* Justin Lecher
* Oliver P. Hinds
* Nikolaas N. Oosterhof
* Kevin S. Hahn
* Michiel Cottaar
* Erik Kastman
* Github user ``freec84``
* Peter Fischer
* Clemens C. C. Bauer
* Samuel St-Jean
* Gregory R. Lee
* Eric M. Baker
* `Ariel Rokem`_
* Eleftherios Garyfallidis
* Jaakko Leppäkangas
* Syam Gadde
* Robert D. Vincent
* Ivan Gonzalez
* Demian Wassermann
* Paul McCarthy
* Fernando Pérez García
* Venky Reddy
* Mark Hymers
* Jasper J.F. van den Bosch
* Bennet Fauber
* Kesshi Jordan
* Jon Stutters
* Serge Koudoro
* Christopher P. Cheng
* Mathias Goncalves
* Jakub Kaczmarzyk
* Dimitri Papadopoulos Orfanos
* Ross Markello
* Miguel Estevan Moreno
* Thomas Roos
* Igor Solovey
* Jon Haitz Legarreta Gorroño
* Katrin Leinweber
* Soichi Hayashi
* Samir Reddigari
* Konstantinos Raktivan
* Matt Cieslak
* Egor Panfilov
* Jath Palasubramaniam
* Henry Braun
* Oscar Esteban
* Cameron Riddell
* Hao-Ting Wang
* Dorota Jarecka
* Chris Gorgolewski
* Benjamin C Darwin
* Zvi Baratz
* Roberto Guidotti
* Or Duek
* Anibal Sólon
* Jonathan Daniel
* Markéta Calábková
* Carl Gauthier
* Julian Klug
* Lea Waller
* Tomáš Hrnčiar
* Andrew Van
* Jérôme Dockès
* Jacob Roberts
* Horea Christian
* Fabian Perez
* Mathieu Scheltienne
* Reinder Vos de Wael
* Peter Suter
* Blake Dewey
* Guillaume Becq
* Joshua Newton
* Sandro from the Fedora Project
License reprise
===============
NiBabel is free-software (beer and speech) and covered by the `MIT License`_.
This applies to all source code, documentation, examples and snippets inside
the source distribution (including this website). Please see the
:ref:`appendix of the manual <license>` for the copyright statement and the
full text of the license.
Download and Installation
=========================
Please find detailed :ref:`download and installation instructions
<installation>` in the manual.
Support
=======
If you have problems installing the software or questions about usage,
documentation or anything else related to NiBabel, you can post to the NiPy
mailing list.
:Mailing list: neuroimaging@python.org [subscription_, archive_]
We recommend that anyone using NiBabel subscribes to the mailing list. The
mailing list is the preferred way to announce changes and additions to the
project. You can also search the mailing list archive using the *mailing list
archive search* located in the sidebar of the NiBabel home page.
.. _subscription: https://mail.python.org/mailman/listinfo/neuroimaging
.. _archive: https://mail.python.org/pipermail/neuroimaging
.. include:: links_names.txt
.. toctree::
:hidden:
manual
tutorials
devel/index
dicom/dicom
api