-
Notifications
You must be signed in to change notification settings - Fork 1
/
LD_test.json
46 lines (46 loc) · 1.04 KB
/
LD_test.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
{
"1": {
"category": "extraction",
"function": "select_channel_from_raw",
"parameter_values": {
"chan": 6
},
"parent": 0
},
"2": {
"category": "preprocessing",
"function": "scale_and_smooth",
"parameter_values": {
"gauss_sig": 2.4,
"median_sz": 1
},
"parent": 1
},
"3": {
"category": "core",
"function": "apply_threshold",
"parameter_values": {
"method": "otsu",
"thresh_factor": 0.7,
"thresh_max": 1.0,
"thresh_min": 0.33
},
"parent": 2
},
"4": {
"category": "postprocessing",
"function": "fill_and_filter_linear_size",
"parameter_values": {
"hole_max": 2,
"hole_min": 0,
"method": "slice_by_slice",
"min_size": 4
},
"parent": 3
},
"5": {
"category": "postprocessing",
"function": "label_uint16",
"parent": 4
}
}