-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
50 lines (50 loc) · 1.41 KB
/
config.json
File metadata and controls
50 lines (50 loc) · 1.41 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
44
45
46
47
48
49
50
{
"title" : "Orientation Plot",
"period" : "0.005",
"reclen" : "1000",
"ybounds" : [ "-10", "10" ],
"taps" : [ "0.08147998212219136", "0.31103962981825106", "0.44983457995100345", "0.31103962981825106", "0.08147998212219136" ],
"plots" : [
{
"name" : "Filter Roll",
"state" : "active",
"type" : "0x00"
},
{
"name" : "Filter Pitch",
"state" : "active",
"type" : "0x01"
}
],
"sources" :
{
"active" : "serial",
"configurations" : [
{
"name" : "serial",
"ports" : [ "COM3", "COM5", "COM6", "COM7" ],
"config" :
{
"baud" : "115200",
"bytesize" : "8",
"stopbits" : "1",
"parity" : "N"
}
},
{
"name" : "file",
"config" :
{
"path" : "samples.log",
"mode" : "loop"
}
},
{
"name" : "socket",
"config" :
{
}
}
]
}
}