Spaces:
Runtime error
Runtime error
Added data of B747 scenario
Browse files- .gitignore +3 -0
- app.py +1 -1
- data/B747/GCCRaven_acstate.csv +0 -0
- data/B747/SNLBlaze_acstate.csv +0 -0
- data/B747/actionTrace.csv +0 -0
- data/B747/actionTrace_Agent_PIC Blaze.csv +8 -0
.gitignore
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
.DS_Store
|
| 3 |
+
*.pyc
|
app.py
CHANGED
|
@@ -87,7 +87,7 @@ app.layout = html.Div([
|
|
| 87 |
html.Div("Input the relative path to your results folder, then click 'Submit':", id='text1'),
|
| 88 |
dcc.Input(
|
| 89 |
id='path-input',
|
| 90 |
-
|
| 91 |
type='text',
|
| 92 |
placeholder='Type your path... For example, ../wmc5.1/Scenario/AAMv2/Results',
|
| 93 |
style={'width': '90%'} # Make the input wider
|
|
|
|
| 87 |
html.Div("Input the relative path to your results folder, then click 'Submit':", id='text1'),
|
| 88 |
dcc.Input(
|
| 89 |
id='path-input',
|
| 90 |
+
value='data',
|
| 91 |
type='text',
|
| 92 |
placeholder='Type your path... For example, ../wmc5.1/Scenario/AAMv2/Results',
|
| 93 |
style={'width': '90%'} # Make the input wider
|
data/B747/GCCRaven_acstate.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/B747/SNLBlaze_acstate.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/B747/actionTrace.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/B747/actionTrace_Agent_PIC Blaze.csv
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
time,actionName,agentEndtime,attributes
|
| 2 |
+
10,PilotsMonitoring,,10|Altitude mode engaged and set to target of 6000ft;110|Aircraft will level off at 6000ft
|
| 3 |
+
40,PilotsMonitoring,,127.316|Aircraft will level off at 6000ft;10|Altitude mode engaged and set to target of 6000ft
|
| 4 |
+
70,PilotsMonitoring,,10|Altitude mode engaged and set to target of 6000ft;137.169|Aircraft will level off at 6000ft
|
| 5 |
+
100,PilotsMonitoring,,139.796|Aircraft will level off at 6000ft;10|Altitude mode engaged and set to target of 6000ft
|
| 6 |
+
130,PilotsMonitoring,,10|Altitude mode engaged and set to target of 6000ft;140.426|Aircraft will level off at 6000ft
|
| 7 |
+
160,PilotsMonitoring,,140.48|Aircraft will level off at 6000ft;10|Altitude mode engaged and set to target of 6000ft
|
| 8 |
+
190,PilotsMonitoring,,10|Altitude mode engaged and set to target of 6000ft;142.133|Aircraft will level off at 6000ft
|