You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Pull Requests can be submitted as soon as there is code worth discussing.
5
+
Pull Requests track the branch, so you can continue to work after the PR is submitted.
6
+
Review and discussion can begin well before the work is complete,
7
+
and the more discussion the better.
8
+
The worst case is that the PR is closed.
9
+
* Pull Requests should generally be made against master
10
+
* Pull Requests should be tested, if feasible:
11
+
- bugfixes should include regression tests
12
+
- new behavior should at least get minimal exercise
13
+
* Use a descriptive prefix for your PR: ENH, FIX, TST, DOC, STY, REF (refactor), WIP (Work in progress)
14
+
* After submiting the PR, include an update to the CHANGES file: prefix: description (URL of pull request)
15
+
*`make specs`
16
+
* do: `make check-before-commit` before submitting the PR. This will require you to either install or be in developer mode with: `python setup.py install/develop`.
17
+
18
+
## Contributing issues
19
+
20
+
When opening a new Issue, please take the following steps:
21
+
22
+
1. Search GitHub and/or [Neurostars](neurostars.org) for your issue to avoid duplicate reports.
23
+
Keyword searches for your error messages are most helpful.
24
+
2. If possible, try updating to master and reproducing your issue,
25
+
because we may have already fixed it.
26
+
3. OS and version
27
+
4. Nipype version
28
+
5. Output of: `import nipype; nipype.get_info()`
29
+
6. Versions of underlying tools (e.g., ANTS, FSL, SPM, etc.,.)
30
+
7. Any script, or output log, in a gist (gist.github.com)
31
+
8. When applicable, and where possible, pointers to relevant data files.
Copy file name to clipboardExpand all lines: doc/devel/software_using_nipype.rst
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,11 @@ Forward
28
28
29
29
`Forward <http://cyclotronresearchcentre.github.io/forward/>`_ is set of tools simplifying the preparation of accurate electromagnetic head models for EEG forward modeling. It uses Nipype Workflows and Interfaces.
30
30
31
+
Limbo
32
+
-----
33
+
34
+
`Limbo <https://github.com/Gilles86/in_limbo>`_ is a toolbox for finding brain regions that are neither significantly active nor inactive, but rather “in limbo”. It was build using custom Nipype Interfaces and Workflows.
35
+
31
36
Lyman
32
37
-----
33
38
@@ -38,6 +43,11 @@ Medimsight
38
43
39
44
`Medimsight <https://www.medimsight.com>`_ is a commercial service medical imaging cloud platform. It uses Nipype to interface with various neuroimaging software.
40
45
46
+
MIA
47
+
---
48
+
49
+
`MIA <http://mia.sourceforge.net>`_ MIA is a a toolkit for gray scale medical image analysis. It provides Nipype interfaces for easy integration with other software.
0 commit comments