-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathAutoTract.xml
29 lines (28 loc) · 1.01 KB
/
AutoTract.xml
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
<?xml version="1.0" encoding="utf-8"?>
<executable>
<title>AutoTract</title>
<description>A tool to automatically tract a brain image from a reference DTI atlas image and its tracts. For any suggestion or question, please contact jeanyves.yang[at]gmail.com</description>
<contributor>Jean-Yves Yang</contributor>
<version>1.1</version>
<parameters>
<boolean>
<name>noGUI</name>
<longflag>noGui</longflag>
<description>If you do not need the GUI</description>
<label>No GUI</label>
<default>false</default>
</boolean>
<file>
<name>executables</name>
<description>Path of the XML file that contains the executables configuration</description>
<longflag>executables</longflag>
<label>xml file</label>
</file>
<file>
<name>parameters</name>
<description>Path of the XML file that contains the parameters configuration</description>
<longflag>parameters</longflag>
<label>xml file</label>
</file>
</parameters>
</executable>