-
Notifications
You must be signed in to change notification settings - Fork 0
/
cfg.toml
98 lines (66 loc) · 1.75 KB
/
cfg.toml
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
# This is a TOML configuration document.
title = "Global Configuration"
[General]
carpetDataDir = ''
mainRecDir = ''
# 0 - Head, 1 - Neck, 2 - Waist / Knee
sensorMacs = ["DBDE2962734F", "E662E5A8EC50", "FA985F1353DE"]
figTitles = ["HEAD", "NECK", "PELVIS"]
pitchNorm = [0, 180, 180]
rollNorm = [0, 90, 90]
yawNorm = [0, -180, -80]
[Figures]
# ["Pitch", "Roll", "Yaw"]
# ["Sensor1", "Sensor2", "Sensor3"]
# Options: "SNS", "PRY"
groupBy = "SNS"
lineWidth = 2
lineColors = ["#0000cc", "#336600", "#ff00ff"]
# Any number or "Disabled"
vertLinePos = 3.0
vertLineColor = "#5F021F"
[Figures.Figure1]
# xlim = [] for autoscale
# xlim = [xmin, xmax]
xlim = []
# ylim = [] for autoscale
# [ymin, ymax]
ylim = [-50, 50]
# xticks = [] for autoscale
# [start, jump, end]
xticks = [0.0, 10.0, 0.0]
# yticks = [] for autoscale
# [start, jump, end]
yticks = [-180, 10, 180]
gains = [1, 1, 1]
offsets = [0, 0, 0]
[Figures.Figure2]
# xlim = [] for autoscale
# xlim = [xmin, xmax]
xlim = []
# ylim = [] for autoscale
# [ymin, ymax]
ylim = [-50, 50]
# xticks = [] for autoscale
# [start, jump, end]
xticks = [0.0, 10.0, 0.0]
# yticks = [] for autoscale
# [start, jump, end]
yticks = [-180, 10, 180]
gains = [1, 1, 1]
offsets = [0, 0, 0]
[Figures.Figure3]
# xlim = [] for autoscale
# xlim = [xmin, xmax]
xlim = []
# ylim = [] for autoscale
# [ymin, ymax]
ylim = [-50, 50]
# xticks = [] for autoscale
# [start, jump, end]
xticks = [0.0, 10.0, 0.0]
# yticks = [] for autoscale
# [start, jump, end]
yticks = [-180, 10, 180]
gains = [1, 1, 1]
offsets = [0, 0, 0]