-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathZFrameCalibration.xml
41 lines (41 loc) · 1.5 KB
/
ZFrameCalibration.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
<?xml version="1.0" encoding="utf-8"?>
<executable>
<category>SlicerProstate</category>
<title>ZFrameCalibration</title>
<description><![CDATA[This is a CLI module that can be bundled in an extension]]></description>
<version>0.0.1</version>
<documentation-url>https://github.com/SlicerProstate/ZFrameCalibration</documentation-url>
<license>Slicer</license>
<contributor>Christian Herz (SPL), Andriy Fedorov (SPL)</contributor>
<acknowledgements>This work was partially funded by NIH grant NXNNXXNNNNNN-NNXN</acknowledgements>
<parameters>
<image>
<name>inputVolume</name>
<label>Input Volume</label>
<channel>input</channel>
<index>0</index>
<description>Input volume</description>
</image>
<integer>
<name>startSlice</name>
<longflag>--startSlice</longflag>
<label>Start Slice</label>
<description>Slice where labeling started.</description>
<default>6</default>
</integer>
<integer>
<name>endSlice</name>
<longflag>-endSlice</longflag>
<label>End Slice</label>
<description>Slice where labeling ended.</description>
<default>11</default>
</integer>
<transform fileExtensions=".h5,.hdf5,.mat,.txt" type="linear">
<name>outputTransform</name>
<longflag>--outputTransform</longflag>
<description>Output transformation result of ZFrame registration></description>
<label>Output transform</label>
<channel>output</channel>
</transform>
</parameters>
</executable>