-
Notifications
You must be signed in to change notification settings - Fork 5
/
diffusionQC.xml
52 lines (44 loc) · 1.46 KB
/
diffusionQC.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
<?xml version="1.0" encoding="utf-8"?>
<executable>
<category>Diffusion.Process</category>
<title>diffusionQC</title>
<description><![CDATA[TBD]]></description>
<version>0.1</version>
<documentation-url>http://dmri.slicer.org</documentation-url>
<license/>
<contributor>Tashrif Billah, Isaiah Norton</contributor>
<acknowledgements><![CDATA[TBD]]></acknowledgements>
<parameters>
<label>Input and Output</label>
<description><![CDATA[Input/output parameters]]></description>
<file>
<name>input</name>
<longflag>input</longflag>
<label>Input DWI Volume</label>
<channel>input</channel>
<description><![CDATA[Input Diffusion Weighted Image (NRRD) path]]></description>
</file>
<file>
<name>mask</name>
<longflag>mask</longflag>
<label>Input Mask of the DWI</label>
<channel>input</channel>
<description><![CDATA[Mask of Input Diffusion Weighted Image path]]></description>
</file>
<directory>
<name>out</name>
<longflag>out</longflag>
<label>Output directory</label>
<channel>input</channel>
<description><![CDATA[Path to results file]]></description>
</directory>
<boolean>
<name>auto</name>
<longflag>auto</longflag>
<label>Automatic mode specifier</label>
<channel>input</channel>
<description><![CDATA[Automatic/visual processing]]></description>
<default>True</default>
</boolean>
</parameters>
</executable>