Skip to content

adykstra/nipype

This branch is 9260 commits behind nipy/nipype:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7843c06 · Jul 17, 2014
Jan 31, 2012
Jun 17, 2014
Jul 15, 2014
Sep 18, 2009
Jul 17, 2014
Jan 23, 2014
Nov 1, 2013
Mar 14, 2012
Nov 20, 2013
Oct 25, 2011
May 30, 2014
Jul 17, 2014
Sep 11, 2011
Jan 28, 2014
Mar 13, 2012
Nov 1, 2013
Jan 28, 2014
May 8, 2013
Jun 6, 2014
Aug 14, 2012
Mar 30, 2014
Apr 1, 2014
Sep 9, 2011

Repository files navigation

NIPYPE: Neuroimaging in Python: Pipelines and Interfaces

https://travis-ci.org/nipy/nipype.png?branch=master https://coveralls.io/repos/nipy/nipype/badge.png

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., SPM, FSL, FreeSurfer, 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

Documentation

Please see the doc/README.txt document for information on our documentation.

Website

Information specific to NIPYPE is located here:

http://nipy.org/nipype

Mailing Lists

For core NIPYPE related issues, please see the developer's list here:

http://projects.scipy.org/mailman/listinfo/nipy-devel

For user NIPYPE related issues, please see the user's list here:

http://groups.google.com/group/nipy-user

For NIPYPE related issues, please add NIPYPE to the subject line

NIPYPE structure

Currently NIPYPE consists of the following files and directories:

INSTALL
NIPYPE prerequisites, installation, development, testing, and troubleshooting.
README
This document.
THANKS
NIPYPE developers and contributors. Please keep it up to date!!
LICENSE
NIPYPE license terms.
doc/
Sphinx/reST documentation

examples/

nipype/
Contains the source code.
setup.py
Script for building and installing NIPYPE.

License information

We use the 3-clause BSD license; the full license is in the file LICENSE in the nipype distribution.

There are interfaces to some GNU code but these are entirely optional.

All trademarks referenced herein are property of their respective holders.

Copyright (c) 2009-2014, NIPY Developers All rights reserved.

About

Workflows and interfaces for neuroimaging packages

Resources

License

Stars

Watchers

Forks

Packages

No packages published