forked from groger/CurveCompare
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCurveCompare.xml
95 lines (94 loc) · 2.81 KB
/
CurveCompare.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?xml version="1.2" encoding="utf-8"?>
<executable>
<category>
</category>
<title>
CurveCompare
</title>
<description>
</description>
<version>1.0</version>
<documentation-url></documentation-url>
<license></license>
<contributor>
Jean-Baptiste Berger,Gwendoline Roger
</contributor>
<acknowledgements></acknowledgements>
<parameters advanced="false">
<file>
<name>vtk_input1</name>
<longflag>--vtk_input1</longflag>
<label>VTK Input File 1</label>
<description>First vtk file to compare</description>
<channel>input</channel>
<default></default>
</file>
<file>
<name>vtk_input2</name>
<longflag>--vtk_input2</longflag>
<label>VTK Input File 2</label>
<description>Second vtk file to compare</description>
<channel>input</channel>
<default></default>
</file>
<file>
<name>ReferenceScalarVolume</name>
<longflag>--reference_volume</longflag>
<flag>R</flag>
<label>Reference Volume</label>
<description>Reference volume to create the label images to compute the overlap of the two fibers, the reference scalar image should fit the two fibers space</description>
<channel>input</channel>
</file>
<string-vector>
<name>methods</name>
<flag>m</flag>
<longflag>--methods</longflag>
<label>Methods</label>
<description>List of methods to compute: "Overlap", "Mean", "Hausdorff", "None"</description>
<channel>input</channel>
<default>Mean,Hausdorff</default>
</string-vector>
<double>
<name>step</name>
<longflag>--step</longflag>
<label>Step</label>
<flag>s</flag>
<description>Step define the scale for the distance axis</description>
<channel>input</channel>
<default>-1</default>
</double>
<double>
<name>stepInterpolate</name>
<longflag>--stepI</longflag>
<label>Step to interpolate fiber</label>
<description>StepInterpolate define the scale to interpolate the two fibers that we compare (for the tangent and curve metric)</description>
<channel>input</channel>
<default>-1</default>
</double>
<integer>
<name>voxelLabel</name>
<longflag>--voxel_label</longflag>
<label>Label for voxelized fiber</label>
<description>Label for voxelized fiber</description>
<default>1</default>
</integer>
<integer>
<name>number_of_entries</name>
<longflag>--number_of_entries</longflag>
<label>Number of entries</label>
<flag>n</flag>
<description>Number of entries define the number of lines there will be in the table</description>
<channel>input</channel>
<default>100</default>
</integer>
<file>
<name>output_stat_file</name>
<longflag>--output_stat_file</longflag>
<label>Output Stat File</label>
<flag>o</flag>
<description>Output stat file name (.csv)</description>
<channel>output</channel>
<default></default>
</file>
</parameters>
</executable>