forked from BRAINSia/BRAINSStandAlone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBRAINSContinuousClass.xml
54 lines (44 loc) · 1.58 KB
/
BRAINSContinuousClass.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
<?xml version="1.0" encoding="utf-8" ?>
<executable>
<category>Segmentation.ContClassImage</category>
<title> Predict Lesions</title>
<description>Creates a continuous classified image.</description>
<version>0.1.0.$Revision: 1.3 $(alpha)</version>
<documentation-url>http:://www.na-mic.org/</documentation-url>
<license>NEED TO ADD</license>
<contributor>This tool was developed by Mark Scully.</contributor>
<parameters>
<label>Input Parameters</label>
<description>Input parameters for analysis.</description>
<image>
<name>inputT1Volume</name>
<longflag>--inputT1Volume</longflag>
<description>Required: input T1 image</description>
<label>Input T1 Volume</label>
<channel>input</channel>
</image>
<image>
<name>inputT2Volume</name>
<longflag>--inputT2Volume</longflag>
<description>Required: input T2 image</description>
<label>Input T2 Volume</label>
<channel>input</channel>
</image>
<image>
<name>inputDiscreteVolume</name>
<longflag>--inputDiscreteVolume</longflag>
<description>Required: input discrete image</description>
<label>Input discrete Volume</label>
<channel>input</channel>
</image>
</parameters>
<parameters>
<image>
<name>outputVolume</name>
<longflag>--outputVolume</longflag>
<description>Required: output continuous classified image</description>
<label>Output Classified Volume</label>
<channel>output</channel>
</image>
</parameters>
</executable>