-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathAREG_CBCT.xml
89 lines (76 loc) · 2.48 KB
/
AREG_CBCT.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
<?xml version="1.0" encoding="UTF-8"?>
<executable>
<category>Automated Dental Tools.Advanced</category>
<index>1</index>
<title>AREG_CBCT</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_folder</name>
<label>t1_folder</label>
<index>0</index>
<description>Path for the input folder with t1 scans and segmentation</description>
</string>
<string>
<name>t2_folder</name>
<label>t2_folder</label>
<index>1</index>
<description>Path for the input folder with t2 scans and segmentation</description>
</string>
<string>
<name>reg_type</name>
<label>reg_type</label>
<index>2</index>
<description>Registration type [MAND, CB, MAX]</description>
</string>
<string>
<name>output_folder</name>
<label>output_folder</label>
<index>3</index>
<description>Output Path</description>
</string>
<string>
<name>add_name</name>
<label>add_name</label>
<index>4</index>
<description>Extension name for output files</description>
</string>
<string>
<name>DCMInput</name>
<label>DCMInput</label>
<index>5</index>
<description>Is the Input in DCM Format</description>
</string>
<string>
<name>SegmentationLabel</name>
<label>SegmentationLabel</label>
<index>6</index>
<description>Segmentation Label</description>
</string>
<string>
<name>temp_folder</name>
<label>temp_folder</label>
<index>7</index>
<description>Temp folder for the masked image to be written</description>
</string>
<string>
<name>ApproxReg</name>
<label>ApproxReg</label>
<index>8</index>
<description>Approximation step for registration</description>
</string>
<!-- <string>
<name>reg_lm</name>
<label>reg_lm</label>
<index>4</index>
<description>To apply registration matrix to landmark</description>
</string> -->
</parameters>
</executable>