-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSegmentation.xml
More file actions
77 lines (66 loc) · 2.8 KB
/
Segmentation.xml
File metadata and controls
77 lines (66 loc) · 2.8 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
67
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0" encoding="utf-8"?>
<module name="Segmentation" type="runtime">
<!-- Comments are OK -->
<tag name="inputs">
<tag name="table_url" type="resource">
<template>
<tag name="accepted_type" value="image" />
<tag name="accepted_type" value="dataset" />
<tag name="label" value="Table to extract metadata" />
<tag name="prohibit_upload" value="true" type="boolean" />
</template>
</tag>
<!-- <tag name="reducer_url" type="resource">
<template>
<tag name="label" value="Select a Reducer" />
<tag name="accepted_type" value="file" />
<tag name="prohibit_upload" value="true" />
<tag name="query" value="filename:*.sav" />
<tag name="example_query" value="default_reducer:true" />
<tag name="example_type" value="file" />
</template>
</tag> -->
<tag name="predictor_url" type="resource">
<template>
<tag name="label" value="Select a NIFTI Image" />
<tag name="accepted_type" value="image" />
<tag name="prohibit_upload" value="true" />
<tag name="query" value="filename:*.nii" />
<tag name="example_query" value="default_predictor:true" />
<tag name="example_type" value="file" />
</template>
</tag>
<!-- <tag name="ms_path" value="/DataContainers/SyntheticVolumeDataContainer/CellData/Phases" >
<template>
<tag name="label" value="Phase Path from HDF" />
</template>
</tag> -->
<tag name="mex_url" type="system-input" />
<tag name="bisque_token" type="system-input" />
</tag>
<tag name="outputs">
<tag name="Strength">
<template>
<tag name="label" value="Predicted" />
</template>
</tag>
</tag>
<tag name="execute_options">
<tag name="iterable" value="table_url" type="dataset" />
</tag>
<tag name="module_options" >
<tag name="version" value="1" />
</tag>
<tag name="display_options" >
<tag name="group" value="Materials analysis" />
</tag>
<tag name="interface">
<tag name="javascript" type="file" value="webapp.js" />
<tag name="css" type="file" value="webapp.css" />
</tag>
<tag name="help" type="file" value="public/help.html" />
<tag name="thumbnail" type="file" value="public/thumbnail.png" />
<tag name="title" type="string" value="Segmentation" />
<tag name="authors" type="string" value="Amil Khan" />
<tag name="description" type="string" value="Takes the original image and overlays a segmented mask" />
</module>