forked from Mikito-Coder/Fish_Brain_Dynamics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparams.json
More file actions
45 lines (45 loc) · 656 Bytes
/
Copy pathparams.json
File metadata and controls
45 lines (45 loc) · 656 Bytes
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
{
"data": {
"fr": 30,
"decay_time": 0.4,
"dxy": [2.0, 2.0]
},
"init": {
"nb": 2,
"K": 4,
"gSig": [4, 4],
"method_init": "greedy_roi",
"rolling_sum": true,
"ssub": 2,
"tsub": 2
},
"motion": {
"pw_rigid": true,
"max_shifts": [6, 6],
"strides": [50, 50],
"overlaps": [24, 24],
"max_deviation_rigid": 3,
"border_nan": "copy"
},
"preprocess": {
"p": 1
},
"temporal": {
"p": 1
},
"patch": {
"rf": 15,
"stride": 6,
"only_init": true
},
"merging": {
"merge_thr": 0.85
},
"quality": {
"min_SNR": 2,
"rval_thr": 0.85,
"use_cnn": true,
"min_cnn_thr": 0.99,
"cnn_lowest": 0.1
}
}