File: index.rst

package info (click to toggle)
nipype 1.9.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,260 kB
  • sloc: python: 156,463; javascript: 9,246; tcl: 608; sh: 485; makefile: 168
file content (47 lines) | stat: -rw-r--r-- 2,130 bytes parent folder | download | duplicates (5)
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
.. list-table::

 * -  .. image:: images/nipype_architecture_overview2.png
         :width: 100 %

   -  .. container::

        Current neuroimaging software offer users an incredible opportunity to
        analyze data using a variety of different algorithms. However, this has
        resulted in a heterogeneous collection of specialized applications
        without transparent interoperability or a uniform operating interface.

        *Nipype*, an open-source, community-developed initiative under the
        umbrella of NiPy_, is a Python project that provides a uniform interface
        to existing neuroimaging software and facilitates interaction between
        these packages within a single workflow. Nipype provides an environment
        that encourages interactive exploration of algorithms from different
        packages (e.g., ANTS_, SPM_, FSL_, FreeSurfer_, Camino_, MRtrix_, MNE_, AFNI_,
        Slicer_, DIPY_), eases the design of workflows within and between packages, and
        reduces the learning curve necessary to use different packages. Nipype is
        creating a collaborative platform for neuroimaging software development
        in a high-level language and addressing limitations of existing pipeline
        systems.

        *Nipype* allows you to:

        * easily interact with tools from different software packages
        * combine processing steps from different software packages
        * develop new workflows faster by reusing common steps from old ones
        * process data faster by running it in parallel on many cores/machines
        * make your research easily reproducible
        * share your processing workflows with the community

.. admonition:: Reference

   Gorgolewski K, Burns CD, Madison C, Clark D, Halchenko YO, Waskom ML, Ghosh SS.
   (2011). Nipype: a flexible, lightweight and extensible neuroimaging data
   processing framework in Python. Front. Neuroinform. 5:13. `Download`__

   __ paper_

.. tip::

   To get started, click Quickstart above. The Links box on the right is
   available on any page of this website.

.. include:: links_names.txt