-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathexpectedOutputsCellsData.json
71 lines (71 loc) · 1.69 KB
/
expectedOutputsCellsData.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
[
{
"stationName": "West_station",
"stationCh": "BV",
"trackName": "V2",
"requestedArrival": "11:22:40",
"requestedDeparture": "",
"stopTime": "",
"signalReceptionClosed": false,
"margin": {
"theoretical": "5 %",
"theoreticalS": "29 s",
"actual": "920 s",
"difference": "891 s"
},
"calculatedArrival": "11:22:40",
"calculatedDeparture": ""
},
{
"stationName": "Mid_West_station",
"stationCh": "BV",
"trackName": "V1",
"requestedArrival": "11:47:40",
"requestedDeparture": "11:52:40",
"stopTime": "300",
"signalReceptionClosed": true,
"shortSlipDistance": true,
"margin": {
"theoretical": "1 min/100km",
"theoreticalS": "9 s",
"actual": "253 s",
"difference": "244 s"
},
"calculatedArrival": "11:47:40",
"calculatedDeparture": "11:52:39"
},
{
"stationName": "Mid_East_station",
"stationCh": "BV",
"trackName": "V1",
"requestedArrival": "12:05:21",
"requestedDeparture": "12:07:25",
"stopTime": "124",
"signalReceptionClosed": false,
"margin": {
"theoretical": "1 min/100km",
"theoreticalS": "12 s",
"actual": "12 s",
"difference": "0 s"
},
"calculatedArrival": "12:05:21",
"calculatedDeparture": "12:07:24"
},
{
"stationName": "North_East_station",
"stationCh": "BV",
"trackName": "V2",
"requestedArrival": "",
"requestedDeparture": "",
"stopTime": "0",
"signalReceptionClosed": false,
"margin": {
"theoretical": "",
"theoreticalS": "",
"actual": "",
"difference": ""
},
"calculatedArrival": "12:16:22",
"calculatedDeparture": "12:16:22"
}
]