-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathAMASSS_CLI.xml
133 lines (112 loc) · 3.36 KB
/
AMASSS_CLI.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<?xml version="1.0" encoding="UTF-8"?>
<executable>
<category>Automated Dental Tools.Advanced</category>
<index>1</index>
<title>AMASSS_CLI</title>
<description><![CDATA[This is a CLI module that can be bundled in an extension]]></description>
<version>0.0.1</version>
<documentation-url>https://github.com/username/project</documentation-url>
<license>Slicer</license>
<contributor>FirstName LastName (Institution), FirstName LastName (Institution)</contributor>
<acknowledgements>This work was partially funded by NIH grant NXNNXXNNNNNN-NNXN</acknowledgements>
<parameters>
<label>IO</label>
<description><![CDATA[Input/output parameters]]></description>
<string>
<name>inputVolume</name>
<label>inputVolume</label>
<index>0</index>
<description>Path for the images.</description>
</string>
<string>
<name>modelDirectory</name>
<label>modelDirectory</label>
<index>1</index>
<description>Path of the model</description>
</string>
<boolean>
<name>highDefinition</name>
<label>highDefinition</label>
<index>2</index>
<description>Use high definition model</description>
</boolean>
<string>
<name>skullStructure</name>
<label>skullStructure</label>
<index>3</index>
<description>structures to segment</description>
</string>
<string>
<name>merge</name>
<label>merge</label>
<index>4</index>
<description>type of output</description>
</string>
<boolean>
<name>genVtk</name>
<label>genVtk</label>
<index>5</index>
<description>generate Vtk</description>
</boolean>
<boolean>
<name>save_in_folder</name>
<label>save_in_folder</label>
<index>6</index>
<description>save in a folder</description>
</boolean>
<string>
<name>output_folder</name>
<label>output_folder</label>
<index>7</index>
<description>output folder</description>
</string>
<integer>
<name>precision</name>
<label>precision</label>
<index>8</index>
<description>precision of model</description>
</integer>
<integer>
<name>vtk_smooth</name>
<label>vtk_smooth</label>
<index>9</index>
<description>vtk smoothing of the 3d model</description>
</integer>
<string>
<name>prediction_ID</name>
<label>prediction_ID</label>
<index>10</index>
<description>ID of the prediction</description>
</string>
<integer>
<name>gpu_usage</name>
<label>gpu_usage</label>
<index>11</index>
<description>Number of GPU to use</description>
</integer>
<boolean>
<name>host_memory</name>
<label>host_memory</label>
<index>12</index>
<description>Switch to CPU memory if True</description>
</boolean>
<string>
<name>temp_fold</name>
<label>temp_fold</label>
<index>13</index>
<description>temp folder</description>
</string>
<string>
<name>SegmentInput</name>
<label>SegmentInput</label>
<index>14</index>
<description>whether or not the input is a segmentation file</description>
</string>
<string>
<name>DCMInput</name>
<label>DCMInput</label>
<index>15</index>
<description>temp folder</description>
</string>
</parameters>
</executable>