-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathIGR3D_MABMIS_Training.xml
63 lines (57 loc) · 2.37 KB
/
IGR3D_MABMIS_Training.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
<?xml version="1.0" encoding="utf-8"?>
<executable>
<category>Segmentation</category>
<title>
Multi-Atlas Based Group Segmentation -- Training
</title>
<description>
Refer to: "Iterative multi-atlas-based multi-image segmentation with tree-based registration", NeuroImage, 59(1):422–430, 2012.
</description>
<version></version>
<documentation-url></documentation-url>
<license></license>
<contributor>Minjeong Kim, Dinggang Shen, Xiaofeng Liu</contributor>
<acknowledgements>
This work is part of the National Alliance for Medical Image Computing (NAMIC), funded by the National Institutes of Health through the NIH Roadmap for Medical Research, Grant U54 EB005149. This work is also supported by Grant R01 EB006733 from the National Institute of Biomedical Imaging and Bioengineering , National Institutes of Health, through the University of North Carolina, Chapel Hill.
</acknowledgements>
<parameters>
<label> Registration Parameters </label>
<description>Parameters used for registration</description>
<integer-vector>
<name>iterations</name>
<flag>i</flag>
<longflag>iterations</longflag>
<description>Comma separated list of iterations, for low resolution, middle resolution, and high resolution. </description>
<label>Iterations</label>
<default>5,3,2</default>
</integer-vector>
<double>
<name>SmoothingKernelSize</name>
<flag>s</flag>
<longflag>sigma</longflag>
<description>The standard deviation for smoothing deformation field</description>
<label>Smoothing Kernel Size</label>
<default>1.5</default>
</double>
</parameters>
<parameters>
<label>Parameters for Atlas Training</label>
<description>Parameters for Training</description>
<file fileExtensions=".xml">
<name>TrainingDataXML</name>
<description>xml file listing filenames for training datasets </description>
<label>Input atlases (xml)</label>
<channel>input</channel>
<longflag>trainingXML</longflag>
<default></default>
</file>
<file fileExtensions=".xml">
<name>TrainingOutputFile</name>
<description>xml file containing the trained atlases</description>
<label>Training results (xml)</label>
<channel>output</channel>
<longflag>atlasTreeXML</longflag>
<default></default>
</file>
</parameters>
</executable>