-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathwipp-image-assembling-plugin.json
More file actions
48 lines (48 loc) · 1.15 KB
/
wipp-image-assembling-plugin.json
File metadata and controls
48 lines (48 loc) · 1.15 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
{
"name": "WIPP Image assembling plugin",
"version": "0.0.2",
"containerId": "wipp/wipp-image-assembling-plugin:0.0.2",
"title": "WIPP Image assembling",
"description": "Image assembling using NIST pyramidio",
"author": "Michael Majursky & Mohamed Ouladi",
"institution": "National Institute of Standards and Technology",
"repository": "https://github.com/usnistgov/WIPP-thresholding-plugin",
"website": null,
"citation": null,
"inputs": [
{
"name": "inputImages",
"type": "collection",
"options": {
"format": "tiledtiff"
},
"description": "Input Images",
"required": true
},
{
"name": "inputStitchingVector",
"type": "stitchingVector",
"description": "Input Stitching Vector",
"required": true
}
],
"outputs": [
{
"name": "output",
"type": "collection",
"description": "Output assembled image"
}
],
"ui": [
{
"key": "inputs.inputImages",
"title": "Input Images: ",
"description": "Pick a collection..."
},
{
"key": "inputs.inputStitchingVector",
"title": "Input Stitching Vector: ",
"description": "Pick a stitching vector..."
}
]
}