-
Notifications
You must be signed in to change notification settings - Fork 2
/
CombineDWIs.xml
45 lines (44 loc) · 1.38 KB
/
CombineDWIs.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
<?xml version="1.0" encoding="utf-8"?>
<executable>
<category>Filtering</category>
<title>ThresholdFilter</title>
<description>
This module combines multiple Diffusion Weighted Images together. These images may or may not have been acquired with the same Bvalue.
</description>
<version>1.0.0</version>
<documentation-url></documentation-url>
<license></license>
<contributor>Francois Budin</contributor>
<acknowledgements>
</acknowledgements>
<parameters>
<label>Input/Output</label>
<description>Input/output parameters</description>
<image type="diffusion-weighted" multiple="true">
<name>inputVolumes</name>
<label>Input Volumes</label>
<channel>input</channel>
<flag>i</flag>
<longflag>input</longflag>
<description>Input Images</description>
</image>
<image type="diffusion-weighted">
<name>outputVolume</name>
<label>Output Volume</label>
<channel>output</channel>
<flag>o</flag>
<longflag>output</longflag>
<description>Output Image</description>
</image>
</parameters>
<parameters>
<label>Options</label>
<description>Options</description>
<boolean>
<name>verbose</name>
<label>verbose</label>
<longflag>verbose</longflag>
<description>Prints out more information during computation</description>
</boolean>
</parameters>
</executable>