-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
43 lines (43 loc) · 1.31 KB
/
Copy pathsettings.json
File metadata and controls
43 lines (43 loc) · 1.31 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
{
"analysis": {
"rise_lower_percent": 10.0,
"rise_upper_percent": 90.0,
"fall_upper_percent": 90.0,
"fall_lower_percent": 10.0,
"prominence": 1.0000000000000002,
"distance": 150,
"baseline_fraction": 0.01,
"peak_threshold": 0.0
},
"plot": {
"font_size_title": 16,
"font_size_axis_label": 15,
"font_size_tick": 12,
"font_size_legend": 10,
"font_size_annotation": 10,
"title_bold": true,
"axis_label_bold": true,
"line_width_raw": 0.5,
"line_width_smooth": 2.000000000000001,
"line_width_edge": 2.0,
"color_raw": "#000000",
"color_smooth": "#1f77b4",
"color_rise": "#2ca02c",
"color_fall": "#d62728",
"color_peak": "#ff0000",
"color_rise_marker": "#2ca02c",
"color_fall_marker": "#ff7f0e",
"b_channel_line_width": 1.5,
"color_voltage": "#c92a2a",
"color_resistance": "#aaaaff",
"marker_peak_shape": "*",
"marker_peak_size": 10,
"marker_crossing_a_shape": "o",
"marker_crossing_b_shape": "s",
"marker_edge_size": 5
},
"last_open_dir": "C:\\Users\\shenz\\Documents\\GasSensor_TektronixData",
"gui_scale": 1.5,
"language": "zh",
"b_channel": "voltage"
}