-
Notifications
You must be signed in to change notification settings - Fork 0
/
fiberparametrization.xml
36 lines (36 loc) · 1.35 KB
/
fiberparametrization.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
<?xml version="1.0" encoding="utf-8"?>
<executable>
<category>Sampling</category>
<title>Fiber Parametrization</title>
<description>Sampling of a bundle of fibers</description>
<version>1.0</version>
<contributor>Ngattai Lam Prince, Juan Carlos Prieto, Martin Styner</contributor>
<acknowledgements>
This work is part of the project for the University Of North Carolina, Neuro Image Research and Analysis Laboratories.
</acknowledgements>
<parameters>
<geometry>
<name>inputFiber</name>
<label>Path to input fibers</label>
<channel>input</channel>
<longflag>inputfilename</longflag>
<description>Input fibers to be sampled (.vtk or .vtp)</description>
</geometry>
<integer>
<name>nbSample</name>
<flag>N</flag>
<description>
Number of Samples for the output fiber
</description>
<label>Number of Samples</label>
<default>30</default>
</integer>
<geometry>
<name>outputFiber</name>
<label>Output Volume</label>
<channel>output</channel>
<longflag>outputfilename</longflag>
<description>Output fibers to be sampled (.vtk or .vtp)</description>
</geometry>
</parameters>
</executable>