forked from nipy/nipype
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
78 lines (50 loc) · 1.68 KB
/
README
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
===============================================
Neuroimaging in Python (NIPY) Pipeline: NYPIPE
===============================================
Documentation
-------------
Please see the ``doc/README.txt`` document for information on our
documentation.
Website
-------
Information specific to NIPYPE is located here::
http://nipy.sourceforge.net
Current information can always be found at the NIPY website is located
here::
http://neuroimaging.scipy.org/
Mailing Lists
-------------
For core NIPY related issues, please see the developer's list here::
http://projects.scipy.org/mailman/listinfo/nipy-devel
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
-------------------
See the file "LICENSE" for information on the history of this
software, terms & conditions for usage, and a DISCLAIMER OF ALL
WARRANTIES.
This NIPYPE distribution contains no GNU General Public Licensed
(GPLed) code so it may be used in proprietary projects. There
are interfaces to some GNU code but these are entirely optional.
All trademarks referenced herein are property of their respective
holders.
Copyright (c) 2006-2009, NIPY Developers
All rights reserved.