[b775e2]: / CLI / DensityAnalysis / DensityAnalysis.xml

Download this file

67 lines (66 with data), 2.4 kB

 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
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0" encoding="utf-8"?>
<executable>
<category>Quantification.Musculoskeletal</category>
<index>0</index>
<title>Density Analysis</title>
<description><![CDATA[Perform Musculoskeletal Density Analysis on an image]]></description>
<version>0.1.0.</version>
<documentation-url>https://github.com/username/project</documentation-url>
<license/>
<contributor>Joseph Szatkowski (Washington University in St. Louis)</contributor>
<acknowledgements>
<![CDATA[Developed by the Washington University in St. Louis Musculoskeletal Reseach Center with the assistance of Michael Brodt, Anish Jagannathan, Matthew Silva, and Simon Tang.\n
This file was partially funded by NIH grant P30 AR074992.]]></acknowledgements>
<parameters>
<image>
<name>image</name>
<label>Image</label>
<channel>input</channel>
<index>0</index>
<description><![CDATA[The image to be analyzed]]></description>
<default>1.0</default>
</image>
<image type="label" reference ="image">
<name>mask</name>
<label>Mask</label>
<channel>input</channel>
<index>1</index>
<description><![CDATA[Mask representing the bone area to be analyzed]]></description>
</image>
<float>
<name>voxelSize</name>
<label>Voxel Size</label>
<channel>input</channel>
<index>2</index>
<description><![CDATA[The length of 1 voxel side in mm]]></description>
</float>
<float>
<name>slope</name>
<label>Slope</label>
<channel>input</channel>
<index>3</index>
<description><![CDATA[The slope for density conversion]]></description>
</float>
<float>
<name>intercept</name>
<label>Intercept</label>
<channel>input</channel>
<index>4</index>
<description><![CDATA[The slope intercept for density conversion]]></description>
</float>
<string>
<name>inputName</name>
<label>Input Name</label>
<channel>input</channel>
<index>5</index>
<description><![CDATA[The name of the input image]]></description>
</string>
<string>
<name>output</name>
<label>Output Directory</label>
<channel>input</channel>
<index>6</index>
<description><![CDATA[The directory to output data files to]]></description>
</string>
</parameters>
</executable>