-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathAREG_IOS.xml
70 lines (52 loc) · 1.63 KB
/
AREG_IOS.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
<?xml version="1.0" encoding="UTF-8"?>
<executable>
<category>Automated Dental Tools.Advanced</category>
<index>2</index>
<title>AREG_IOS</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>T1</name>
<label>T1</label>
<index>0</index>
<description>Path for the input.</description>
</string>
<string>
<name>T2</name>
<label>T2</label>
<index>1</index>
<description>Folder with gold landmark</description>
</string>
<string>
<name>output</name>
<label>output</label>
<index>2</index>
<description>Output Path</description>
</string>
<string>
<name>model</name>
<label>model</label>
<index>3</index>
<description>Something to add in name of each file</description>
</string>
<string>
<name>suffix</name>
<label>suffix</label>
<index>5</index>
<description>Jaw use to orient</description>
</string>
<string>
<name>log_path</name>
<label>log_path</label>
<index>6</index>
<description>path for the log</description>
</string>
</parameters>
</executable>