nipype

Doc Github

Nipype provides a uniform interface to existing neuroimaging software and facilitates interaction between these packages within a single workflow.

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), 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.