forked from dut-media-lab/BiLevelReg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.xml
30 lines (30 loc) · 1.16 KB
/
test.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
<?xml version="1.0" encoding="utf-8"?>
<executable>
<category>Examples</category>
<index>0</index>
<title>test</title>
<description><![CDATA[Apply a Gaussian blur to an image]]></description>
<version>0.1.0.</version>
<documentation-url>https://github.com/lassoan/SlicerPythonCLIExample</documentation-url>
<license/>
<contributor>Andras Lasso (PerkLab)</contributor>
<acknowledgements><![CDATA[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.]]></acknowledgements>
<parameters>
<label>IO</label>
<description><![CDATA[Input/output parameters]]></description>
<image>
<name>inputVolume</name>
<label>Input Volume</label>
<channel>input</channel>
<index>0</index>
<description><![CDATA[Input volume]]></description>
</image>
<image reference="inputVolume">
<name>outputVolume</name>
<label>Output Volume</label>
<channel>output</channel>
<index>2</index>
<description><![CDATA[Blurred Volume]]></description>
</image>
</parameters>
</executable>