-
Notifications
You must be signed in to change notification settings - Fork 0
/
fxi_tomo_update.json
87 lines (87 loc) · 2.11 KB
/
fxi_tomo_update.json
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
78
79
80
81
82
83
84
85
86
87
{
"name" : "FXI TomoPy Reconstruction2",
"label" : "FXI TomoPy Reconstruction2",
"description" : "Run FXI TomoPy Reconstruction on a dataset",
"widget": "FxiWorkflowWidget",
"externalCompatible": false,
"parameters" : [
{
"name" : "rotation_center",
"label" : "Rotation Center",
"description" : "The center of rotation of the dataset",
"type" : "double",
"default" : 0.0,
"precision" : 3
},
{
"name" : "slice_start",
"label" : "Slice Start",
"description" : "The first slice to use for reconstruction",
"type" : "int",
"default" : 0
},
{
"name" : "slice_stop",
"label" : "Slice Stop",
"description" : "The last slice to use for reconstruction",
"type" : "int",
"default" : 0
},
{
"name" : "denoise_flag",
"label" : "Denoise Flag",
"description" : "Whether to apply Wiener denoise",
"type" : "bool",
"default" : false
},
{
"name" : "denoise_level",
"label" : "Denoise Level",
"description" : "The level to apply to tomopy.prep.stripe.remove_stripe_fw",
"type" : "int",
"default" : 9
},
{
"name" : "dark_scale",
"label" : "Dark Scale",
"description" : "The scaling that should be applied to the dark image",
"type" : "double",
"default" : 1
},
{
"name" : "binning",
"label" : "Binning",
"description" : "Binning of reconstructed image",
"type" : "int",
"default" : 1
},
{
"name" : "block_list_start",
"label" : "Block angle start",
"description" : "",
"type" : "int",
"default" : 0
},
{
"name" : "block_list_end",
"label" : "Block angle end",
"description" : "",
"type" : "int",
"default" : 0
},
{
"name" : "circ_mask_ratio",
"label" : "Circle Mask Ratio",
"description" : "Apply a circle mask",
"type" : "double",
"default" : 1
}
],
"children": [
{
"name": "reconstruction",
"label": "Reconstruction",
"type": "reconstruction"
}
]
}