-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathFlexReg_CLI.xml
170 lines (142 loc) · 4.86 KB
/
FlexReg_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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<?xml version="1.0" encoding="utf-8"?>
<executable>
<category>Automated Dental Tools.Advanced</category>
<index>0</index>
<title>FlexReg_CLI</title>
<description><![CDATA[CLI module that can be built into an extension]]></description>
<version>0.1.0.</version>
<documentation-url>https://github.com/GaelleLeroux/DCBIA_FlexReg</documentation-url>
<license/>
<contributor>Gaelle Leroux (University of Michigan)</contributor>
<acknowledgements><![CDATA[...]]></acknowledgements>
<parameters>
<label>IO</label>
<description><![CDATA[Input/output parameters]]></description>
<string>
<name>lineedit</name>
<label>lineedit</label>
<index>0</index>
<description>Path to the scan that will be process</description>
</string>
<string>
<name>lineedit_teeth_left_top</name>
<label>lineedit_teeth_left_top</label>
<index>1</index>
<description>butterfly : number of the teeth left top</description>
</string>
<string>
<name>lineedit_teeth_right_top</name>
<label>lineedit_teeth_right_top</label>
<index>2</index>
<description>butterfly : number of the teeth right top</description>
</string>
<string>
<name>lineedit_teeth_left_bot</name>
<label>lineedit_teeth_left_bot</label>
<index>3</index>
<description>butterfly : number of the teeth left bottom</description>
</string>
<string>
<name>lineedit_teeth_right_bot</name>
<label>lineedit_teeth_right_bot</label>
<index>4</index>
<description>butterfly : number of the teeth right bottom</description>
</string>
<string>
<name>lineedit_ratio_left_top</name>
<label>lineedit_ratio_left_top</label>
<index>5</index>
<description>butterfly : number of the ratio for the left top</description>
</string>
<string>
<name>lineedit_ratio_right_top</name>
<label>lineedit_ratio_right_top</label>
<index>6</index>
<description>butterfly : number of the ratio for the right top</description>
</string>
<string>
<name>lineedit_ratio_left_bot</name>
<label>lineedit_ratio_left_bot</label>
<index>7</index>
<description>butterfly : number of the ratio for the left bottom</description>
</string>
<string>
<name>lineedit_ratio_right_bot</name>
<label>lineedit_ratio_right_bot</label>
<index>8</index>
<description>butterfly : number of the ratio for the right bottom</description>
</string>
<string>
<name>lineedit_adjust_left_top</name>
<label>lineedit_adjust_left_top</label>
<index>9</index>
<description>butterfly : adjust number for the left top</description>
</string>
<string>
<name>lineedit_adjust_right_top</name>
<label>lineedit_adjust_right_top</label>
<index>10</index>
<description>butterfly : adjust number for the right top</description>
</string>
<string>
<name>lineedit_adjust_left_bot</name>
<label>lineedit_adjust_left_bot</label>
<index>11</index>
<description>butterfly : adjust number for the left bottom</description>
</string>
<string>
<name>lineedit_adjust_right_bot</name>
<label>lineedit_adjust_right_bot</label>
<index>12</index>
<description>butterfly : adjust number for the right bottom</description>
</string>
<string>
<name>curve</name>
<label>curve</label>
<index>13</index>
<description>curve : list of the position of each point of the curve</description>
</string>
<string>
<name>middle_point</name>
<label>middle_point</label>
<index>14</index>
<description>curve : list of the position of the middle point</description>
</string>
<string>
<name>type</name>
<label>type</label>
<index>15</index>
<description>curve butterfly or icp to apply the right part of the code</description>
</string>
<string>
<name>path_reg</name>
<label>path_reg</label>
<index>16</index>
<description>icp : path of the second file for the registration</description>
</string>
<string>
<name>path_output</name>
<label>path_output</label>
<index>17</index>
<description>icp : path of the output folder</description>
</string>
<string>
<name>suffix</name>
<label>suffix</label>
<index>18</index>
<description>icp : suffix to add to the register file</description>
</string>
<string>
<name>index_patch</name>
<label>index_patch</label>
<index>19</index>
<description>icp : suffix to add to the register file</description>
</string>
<string>
<name>lower_arch</name>
<label>lower_arch</label>
<index>20</index>
<description>lower_arch : path to lower arch T2</description>
</string>
</parameters>
</executable>