-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCost.xml
executable file
·78 lines (62 loc) · 1.39 KB
/
Cost.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
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
<?xml version="1.0" encoding="utf-8"?>
<executable>
<title>COST: COnnectivity from local Spherical diffusion cosT</title>
<description></description>
<parameters>
<string>
<name>odf_image</name>
<description>ODF image</description>
</string>
<string>
<name>fa_image</name>
<description>FA image</description>
</string>
<string>
<name>output_filename_base</name>
<description>Output file name base</description>
</string>
<string>
<name>source_image</name>
<description>Source image</description>
</string>
<string>
<name>wmmask_image</name>
<description>WM Mask image</description>
</string>
<integer>
<name>numberOfSamplesOnHemisphere</name>
<longflag>numberOfSamplesOnHemisphere</longflag>
<default>100</default>
</integer>
<double>
<name>alpha</name>
<longflag>alpha</longflag>
<default>1.0</default>
</double>
<integer>
<name>numberOfSpharm</name>
<longflag>numberOfSpharm</longflag>
<default>15</default>
</integer>
<boolean>
<name>streamline</name>
<longflag>streamline</longflag>
</boolean>
<boolean>
<name>singleTract</name>
<longflag>singleTract</longflag>
</boolean>
<boolean>
<name>writeFA</name>
<longflag>writeFA</longflag>
</boolean>
<boolean>
<name>writeColorFA</name>
<longflag>writeColorFA</longflag>
</boolean>
<boolean>
<name>reconDebug</name>
<longflag>reconDebug</longflag>
</boolean>
</parameters>
</executable>