-
Notifications
You must be signed in to change notification settings - Fork 0
/
DefaultPulsewaveParams.json
110 lines (108 loc) · 3.25 KB
/
DefaultPulsewaveParams.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"Video" : {
"Register" : 0,
"RefStart" : 10,
"RefEnd" : 20,
"Start frame" : 1,
"End frame" : -1
},
"Resize video" : {
"Frame width" : -1,
"Frame height" : -1,
"Video length" : -1
},
"Value of the interpolation parameter" : 1,
"Veins Analysis" : 1,
"Export Videos" : 0,
"Gaussian Filter Size For Barycentre" : 0.02,
"Flat field correction" : {
"GW ratio" : 0.07,
"Border" : 0.15,
"Border dMAP" : 0.33,
"Border PulseAnalysis" : 0
},
"Creation of masks" : {
"Vesselnes parameter sigma" : 2,
"Vesselnes parameter beta" : 0.8,
"Crop coroid radius" : 0.07,
"Vascular Correlation Map Threshold" : -2,
"Vascular Classes" : [-1,0,1],
"Arterial Correlation Map Threshold" : -2,
"Arterial Classes" : [0,1],
"Venous Correlation Map Threshold" : -2,
"Venous Classes" : [0,-1],
"Minimum seed area size" : 150,
"Diaphragm radius" : 0.40,
"Central Retina Vein Artery threshold" : 3,
"Imclose Radius": 5,
"Minimum Vessel Width" : 3
},
"Systole Detection" : {
"Systole threshold ratio of maximum" : 0.7
},
"Creation of one cycle" : {
"Out of noise threshold" : 85,
"Data reliability index threshold" : 50
},
"Velocity" : {
"Diff First Calculations Flag" : 0,
"Local background width" : 2
},
"Size of field" : {
"Small radius ratio" : 0.15,
"Big radius ratio" : 0.35
},
"Blood Volume Rate" : {
"Number Of Circles" : 10,
"Radius ratio" : 0.18,
"Radius gap" : 0.01,
"Scale factor width" : 3,
"Scale factor size" : 0.004,
"Mask slice threshold" : 0.01,
"Pixel size" : 0.0191,
"Slice half thickness" : 10
},
"Pulse analysis" : {
"Radius pupil" : 2,
"Distance iris retina" : 20,
"Theta" : 0.05,
"Optical index" : 1.35,
"Lambda" : 852e-9,
"Phi" : 0.25,
"Data reliatibility factor" : 0.5,
"Peak height threshold" : 0.7,
"Out of noise threshold" : 4,
"Blur scale factor" : 100,
"Frame percentage before minimum of diastole" : 0.1,
"Frame percentage around peak systole" : 0.1,
"Exponentiel" : 2.718282
},
"Vessels video" : {
"Radius ratio factor" : 0.27,
"Gaussian filter padding" : 0,
"Gaussian filter factor" : 0.25
},
"Viscosity" : {
"Number of interpolation" : 100,
"Interpolation parameter" : 2,
"Interpolation size factor" : 4,
"Image projection threshold" : 0.1,
"Viscosity function factor" : 0.7,
"Fit function parameter matrix" : 0,
"Viscosity list parameter a" : 1.459,
"Viscosity list parameter b" : 0.017
},
"Elastic waves" : {
"Number of dominant frequency" : 2,
"Pixel size" : 0.003909,
"Gaussian filter padding" : 0,
"Butterworth filter order" : 10,
"Butterworth filter thickness band" : 3
},
"Other" : {
"Number of sides" : 120,
"All Circles" : 0,
"Force Width In Pixels" : [],
"Force Barycenter" : []
}
}