Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 0bd3a8f3 authored by Stefanos Doumpoulakis's avatar Stefanos Doumpoulakis
Browse files

bugfix: auxiliary load in vdri participates in calculations

parent f8bb03b4
No related branches found
No related tags found
No related merge requests found
...@@ -413,6 +413,7 @@ namespace TUGraz.VectoCore.InputData.Reader.DataObjectAdapter ...@@ -413,6 +413,7 @@ namespace TUGraz.VectoCore.InputData.Reader.DataObjectAdapter
new VectoRunData.AuxData { ID = Constants.Auxiliaries.IDs.ENG_AUX_MECH_BASE, DemandType = AuxiliaryDemandType.Constant, PowerDemand = baseDemand}, new VectoRunData.AuxData { ID = Constants.Auxiliaries.IDs.ENG_AUX_MECH_BASE, DemandType = AuxiliaryDemandType.Constant, PowerDemand = baseDemand},
new VectoRunData.AuxData { ID = Constants.Auxiliaries.IDs.ENG_AUX_MECH_STP, DemandType = AuxiliaryDemandType.Constant, PowerDemand = stpDemand}, new VectoRunData.AuxData { ID = Constants.Auxiliaries.IDs.ENG_AUX_MECH_STP, DemandType = AuxiliaryDemandType.Constant, PowerDemand = stpDemand},
new VectoRunData.AuxData { ID = Constants.Auxiliaries.IDs.ENG_AUX_MECH_FAN, DemandType = AuxiliaryDemandType.Constant, PowerDemand = fanDemand}, new VectoRunData.AuxData { ID = Constants.Auxiliaries.IDs.ENG_AUX_MECH_FAN, DemandType = AuxiliaryDemandType.Constant, PowerDemand = fanDemand},
new VectoRunData.AuxData { ID = DrivingCycleDataReader.Fields.AdditionalAuxPowerDemand, DemandType = AuxiliaryDemandType.Direct }
}; };
return auxList; return auxList;
......
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TUGraz.VectoCommon.Models;
using TUGraz.VectoCore.InputData.FileIO.JSON;
using TUGraz.VectoCore.Models.Simulation.Impl;
using TUGraz.VectoCore.OutputData.FileIO;
using TUGraz.VectoCore.OutputData;
using System.Data;
using TUGraz.VectoCommon.Utils;
using TUGraz.VectoCore.Models.Simulation.Data;
namespace TUGraz.VectoCore.Tests.Integration
{
[TestFixture]
[Parallelizable(ParallelScope.All)]
public class Auxiliaries
{
[OneTimeSetUp]
public void Init()
{
Directory.SetCurrentDirectory(TestContext.CurrentContext.TestDirectory);
}
private const string TRACTOR_AT_JOB = @"TestData/Integration/ConventionalTimeruns/Class5_Tractor_4x2/Class5_Tractor_ENG_Aux.vecto";
[Category("Integration")]
[
TestCase(TRACTOR_AT_JOB, TestName = "Tractor AT distance Padd cycle")
]
public void TestAuxiliaryLoadFromCycle(String jobFile)
{
var fileWriter = new FileOutputWriter(jobFile);
var sumWriter = new SummaryDataContainer(fileWriter);
var jobContainer = new JobContainer(sumWriter);
var dataProvider = JSONInputDataFactory.ReadJsonJob(jobFile);
var runsFactory = new SimulatorFactory(ExecutionMode.Engineering, dataProvider, fileWriter) {
ModalResults1Hz = false,
WriteModalResults = true,
ActualModalData = false,
Validate = false,
ValidateComponentHashes = false
};
jobContainer.AddRuns(runsFactory);
var modData = (jobContainer.Runs[0].Run.GetContainer().ModalData as ModalDataContainer).Data;
jobContainer.Execute();
jobContainer.WaitFinished();
Assert.AreEqual(true, jobContainer.AllCompleted);
var row = modData.Rows.Cast<DataRow>().First();
Assert.AreEqual(9330.SI<Watt>(), row[ModalResultField.P_aux.GetName()]);
}
}
}
{
"Header": {
"CreatedBy": "",
"Date": "2023-05-02T14:41:29.2294997Z",
"AppVersion": "3",
"FileVersion": 5
},
"Body": {
"SavedInDeclMode": false,
"EngineOnlyMode": false,
"VehicleFile": "Class5_Tractor.vveh",
"EngineFile": "Engine_325kW_12.7l.veng",
"GearboxFile": "AMT_12.vgbx",
"TCU": "AMT_12.vgbx",
"ShiftStrategy": "",
"Padd": 5000.0,
"Paux_ICEOff_Driving": 0.0,
"Paux_ICEOff_Standstill": 0.0,
"VACC": "Truck.vacc",
"EngineStopStartAtVehicleStopThreshold": 2.0,
"EngineStopStartMaxOffTimespan": 120.0,
"EngineStopStartUtilityFactor": 0.8,
"EngineStopStartUtilityFactorDriving": 0.8,
"EcoRollMinSpeed": 60.000000000000007,
"EcoRollActivationDelay": 2.0,
"EcoRollUnderspeedThreshold": 0.0,
"EcoRollMaxAcceleration": 0.1,
"PCCEnableSpeed": 80.0,
"PCCMinSpeed": 50.0,
"PCCUnderspeed": 8.0,
"PCCOverSpeed": 5.0,
"PCCPreviewDistanceUC1": 1500.0,
"PCCPreviewDistanceUC2": 1000.0,
"LAC": {
"Enabled": true,
"PreviewDistanceFactor": 10.0,
"DF_offset": 2.5,
"DF_scaling": 1.5,
"DF_targetSpeedLookup": "",
"Df_velocityDropLookup": "",
"MinSpeed": 50.0
},
"OverSpeedEcoRoll": {
"Mode": "Off",
"MinSpeed": 50.0,
"OverSpeed": 5.0
},
"Cycles": [
"K_WHVC_distbased_Aux.vdri"
]
}
}
\ No newline at end of file
<s>,<v>,<stop>,<Padd>
0,0,7,4.33
0.1,2.35,0,4.33
0.752777778,5.57,0,4.33
2.3,8.18,0,4.33
4.572222222,9.37,0,4.33
7.175,9.86,0,4.33
9.913888889,10.18,0,4.33
12.74166667,10.38,0,4.33
15.625,10.57,0,4.33
18.56111111,10.95,0,4.33
21.60277778,11.56,0,4.33
24.81388889,12.22,0,4.33
28.20833333,12.97,0,4.33
31.81111111,14.33,0,4.33
35.79166667,16.38,0,4.33
40.34166667,18.4,0,4.33
45.45277778,19.86,0,4.33
50.96944444,20.85,0,4.33
56.76111111,21.52,0,4.33
62.73888889,21.89,0,4.33
68.81944444,21.98,0,4.33
74.925,21.91,0,4.33
81.01111111,21.68,0,4.33
87.03333333,21.21,0,4.33
92.925,20.44,0,4.33
98.60277778,19.24,0,4.33
103.9472222,17.57,0,4.33
108.8277778,15.53,0,4.33
113.1416667,13.77,0,4.33
116.9666667,12.95,0,4.33
120.5638889,13.35,0,4.33
124.2722222,13.75,0,4.33
128.0916667,13.82,0,4.33
131.9305556,13.41,0,4.33
135.6555556,12.26,0,4.33
139.0611111,10.36,0,4.33
141.9388889,8.35,0,4.33
144.2583333,6.36,0,4.33
146.025,4.53,0,4.33
147.2833333,3.42,0,4.33
148.2333333,1.95,0,4.33
148.775,0.52,0,4.33
148.9194444,0,4,4.33
149.0194444,1.87,0,4.33
149.5388889,4.97,0,4.33
150.9194444,8.4,0,4.33
153.2527778,9.9,0,4.33
156.0027778,11.42,0,4.33
159.175,15.11,0,4.33
163.3722222,18.46,0,4.33
168.5,20.21,0,4.33
174.1138889,22.13,0,4.33
180.2611111,24.17,0,4.33
186.975,25.56,0,4.33
194.075,26.97,0,4.33
201.5666667,28.83,0,4.33
209.575,31.05,0,4.33
218.2,33.72,0,4.33
227.5666667,36,0,4.33
237.5666667,37.91,0,4.33
248.0972222,39.65,0,4.33
259.1111111,41.23,0,4.33
270.5638889,42.85,0,4.33
282.4666667,44.1,0,4.33
294.7166667,44.37,0,4.33
307.0416667,44.3,0,4.33
319.3472222,44.17,0,4.33
331.6166667,44.13,0,4.33
343.875,44.17,0,4.33
356.1444444,44.51,0,4.33
368.5083333,45.16,0,4.33
381.0527778,45.64,0,4.33
393.7305556,46.16,0,4.33
406.5527778,46.99,0,4.33
419.6055556,48.19,0,4.33
432.9916667,49.32,0,4.33
446.6916667,49.7,0,4.33
460.4972222,49.5,0,4.33
474.2472222,48.98,0,4.33
487.8527778,48.65,0,4.33
501.3666667,48.65,0,4.33
514.8805556,48.87,0,4.33
528.4555556,48.97,0,4.33
542.0583333,48.96,0,4.33
555.6583333,49.15,0,4.33
569.3111111,49.51,0,4.33
583.0638889,49.74,0,4.33
596.8805556,50.31,0,4.33
610.8555556,50.78,0,4.33
624.9611111,50.75,0,4.33
639.0583333,50.78,0,4.33
653.1638889,51.21,0,4.33
667.3888889,51.6,0,4.33
681.7222222,51.89,0,4.33
696.1361111,52.04,0,4.33
710.5916667,51.99,0,4.33
725.0333333,51.99,0,4.33
739.475,52.36,0,4.33
754.0194444,52.58,0,4.33
768.625,52.47,0,4.33
783.2,52.03,0,4.33
797.6527778,51.46,0,4.33
811.9472222,51.31,0,4.33
826.2,51.45,0,4.33
840.4916667,51.48,0,4.33
854.7916667,51.29,0,4.33
869.0388889,51.12,0,4.33
883.2388889,50.96,0,4.33
897.3944444,50.81,0,4.33
911.5083333,50.86,0,4.33
925.6361111,51.34,0,4.33
939.8972222,49.91,0,4.33
953.7611111,47.49,0,4.33
966.9527778,45.07,0,4.33
979.4722222,42.54,0,4.33
991.2888889,40.28,0,4.33
1002.477778,37.9,0,4.33
1013.005556,35.53,0,4.33
1022.875,32.96,0,4.33
1032.030556,30.61,0,4.33
1040.533333,28.27,0,4.33
1048.386111,25.95,0,4.33
1055.594444,23.72,0,4.33
1062.183333,22.21,0,4.33
1068.352778,20.69,0,4.33
1074.1,19.18,0,4.33
1079.427778,17.68,0,4.33
1084.338889,16.18,0,4.33
1088.833333,14.68,0,4.33
1092.911111,13.19,0,4.33
1096.575,13.12,0,4.33
1100.219444,10.93,0,4.33
1103.255556,8.74,0,4.33
1105.683333,7.74,0,4.33
1107.833333,5.95,0,4.33
1109.486111,5.78,0,4.33
1111.091667,5.12,0,4.33
1112.513889,4.32,0,4.33
1113.713889,4.04,0,4.33
1114.836111,3.35,0,4.33
1115.766667,3.3,0,4.33
1116.683333,1.43,0,4.33
1117.080556,0.65,0,4.33
1117.261111,0,4,4.33
1117.361111,0.63,0,4.33
1117.536111,1.56,0,4.33
1117.969444,2.99,0,4.33
1118.8,4.5,0,4.33
1120.05,5.39,0,4.33
1121.547222,5.59,0,4.33
1123.1,5.45,0,4.33
1124.613889,5.2,0,4.33
1126.058333,4.98,0,4.33
1127.441667,4.61,0,4.33
1128.722222,3.89,0,4.33
1129.802778,3.21,0,4.33
1130.694444,2.98,0,4.33
1131.522222,3.31,0,4.33
1132.441667,4.18,0,4.33
1133.602778,5.07,0,4.33
1135.011111,5.52,0,4.33
1136.544444,5.73,0,4.33
1138.136111,6.06,0,4.33
1139.819444,6.76,0,4.33
1141.697222,7.7,0,4.33
1143.836111,8.34,0,4.33
1146.152778,8.51,0,4.33
1148.516667,8.22,0,4.33
1150.8,7.22,0,4.33
1152.805556,5.82,0,4.33
1154.422222,4.75,0,4.33
1155.741667,4.24,0,4.33
1156.919444,4.05,0,4.33
1158.044444,3.98,0,4.33
1159.15,3.91,0,4.33
1160.236111,3.86,0,4.33
1161.308333,4.17,0,4.33
1162.466667,5.32,0,4.33
1163.944444,7.53,0,4.33
1166.036111,10.89,0,4.33
1169.061111,14.81,0,4.33
1173.175,17.56,0,4.33
1178.052778,18.38,0,4.33
1183.158333,17.49,0,4.33
1188.016667,15.18,0,4.33
1192.233333,13.08,0,4.33
1195.866667,12.23,0,4.33
1199.263889,12.03,0,4.33
1202.605556,11.72,0,4.33
1205.861111,10.69,0,4.33
1208.830556,8.68,0,4.33
1211.241667,6.2,0,4.33
1212.963889,4.07,0,4.33
1214.094444,2.65,0,4.33
1214.830556,1.92,0,4.33
1215.363889,1.69,0,4.33
1215.833333,1.68,0,4.33
1216.3,1.66,0,4.33
1216.761111,1.53,0,4.33
1217.186111,1.3,0,4.33
1217.547222,1,0,4.33
1217.825,0.77,0,4.33
1218.038889,0.63,0,4.33
1218.213889,0.59,0,4.33
1218.377778,0.59,0,4.33
1218.541667,0.57,0,4.33
1218.7,0.53,0,4.33
1218.847222,0.5,0,4.33
1219.491667,0,23,4.33
1219.591667,1.51,0,4.33
1220.011111,4.12,0,4.33
1221.155556,7.02,0,4.33
1223.105556,9.45,0,4.33
1225.730556,11.86,0,4.33
1229.025,14.52,0,4.33
1233.058333,17.01,0,4.33
1237.783333,19.48,0,4.33
1243.194444,22.38,0,4.33
1249.411111,24.75,0,4.33
1256.286111,25.55,0,4.33
1263.383333,25.18,0,4.33
1270.377778,23.94,0,4.33
1277.027778,22.35,0,4.33
1283.236111,21.28,0,4.33
1289.147222,20.86,0,4.33
1294.941667,20.65,0,4.33
1300.677778,19.33,0,4.33
1306.047222,18.23,0,4.33
1311.111111,16.99,0,4.33
1315.830556,15.56,0,4.33
1320.152778,13.76,0,4.33
1323.975,12.22,0,4.33
1327.369444,10.09,0,4.33
1330.172222,7.97,0,4.33
1332.386111,6.02,0,4.33
1334.058333,4.03,0,4.33
1335.177778,2.23,0,4.33
1335.797222,0.78,0,4.33
1336.013889,0.73,0,4.33
1336.216667,0.55,0,4.33
1336.369444,0.42,0,4.33
1336.486111,0.77,0,4.33
1336.7,0,5,4.33
1336.8,0.5,0,4.33
1336.938889,0.57,0,4.33
1337.097222,0.6,0,4.33
1337.263889,0.58,0,4.33
1337.425,0,37,4.33
1337.525,3.01,0,4.33
1338.361111,8.14,0,4.33
1340.622222,13.88,0,4.33
1344.477778,18.08,0,4.33
1349.5,20.01,0,4.33
1355.058333,20.3,0,4.33
1360.697222,19.53,0,4.33
1366.122222,17.92,0,4.33
1371.1,16.17,0,4.33
1375.591667,14.55,0,4.33
1379.633333,12.92,0,4.33
1383.222222,11.07,0,4.33
1386.297222,9.24,0,4.33
1388.863889,7.42,0,4.33
1390.925,5.51,0,4.33
1392.455556,3.95,0,4.33
1393.552778,2.51,0,4.33
1394.25,1.06,0,4.33
1394.544444,0,9,4.33
1394.644444,0.9,0,4.33
1394.894444,2,0,4.33
1395.45,4.08,0,4.33
1396.583333,7.07,0,4.33
1398.547222,10.25,0,4.33
1401.394444,12.77,0,4.33
1404.941667,14.44,0,4.33
1408.952778,15.73,0,4.33
1413.322222,17.23,0,4.33
1418.108333,19.04,0,4.33
1423.397222,20.96,0,4.33
1429.219444,22.94,0,4.33
1435.591667,25.05,0,4.33
1442.55,27.31,0,4.33
1450.136111,29.54,0,4.33
1458.341667,31.52,0,4.33
1467.097222,33.19,0,4.33
1476.316667,34.67,0,4.33
1485.947222,36.13,0,4.33
1495.983333,37.63,0,4.33
1506.436111,39.07,0,4.33
1517.288889,40.08,0,4.33
1528.422222,40.44,0,4.33
1539.655556,40.26,0,4.33
1550.838889,39.29,0,4.33
1561.752778,37.23,0,4.33
1572.094444,36.07,0,4.33
1582.113889,33.69,0,4.33
1591.472222,31.33,0,4.33
1600.175,28.99,0,4.33
1608.227778,26.66,0,4.33
1615.633333,24.35,0,4.33
1622.397222,22.05,0,4.33
1628.522222,19.76,0,4.33
1634.011111,17.49,0,4.33
1638.869444,15.29,0,4.33
1643.116667,14.32,0,4.33
1647.094444,14.58,0,4.33
1651.144444,14.72,0,4.33
1655.233333,15.44,0,4.33
1659.522222,16.92,0,4.33
1664.222222,18.69,0,4.33
1669.413889,20.26,0,4.33
1675.041667,21.63,0,4.33
1681.05,22.91,0,4.33
1687.413889,24.13,0,4.33
1694.116667,25.18,0,4.33
1701.111111,26.16,0,4.33
1708.377778,27.41,0,4.33
1715.991667,29.18,0,4.33
1724.097222,31.36,0,4.33
1732.808333,33.51,0,4.33
1742.116667,35.33,0,4.33
1751.930556,36.94,0,4.33
1762.191667,38.6,0,4.33
1772.913889,40.44,0,4.33
1784.147222,42.29,0,4.33
1795.894444,43.73,0,4.33
1808.041667,44.47,0,4.33
1820.394444,44.62,0,4.33
1832.788889,44.41,0,4.33
1845.125,43.96,0,4.33
1857.336111,43.41,0,4.33
1869.394444,42.83,0,4.33
1881.291667,42.15,0,4.33
1893,41.28,0,4.33
1904.466667,40.17,0,4.33
1915.625,38.9,0,4.33
1926.430556,37.59,0,4.33
1936.872222,36.39,0,4.33
1946.980556,35.33,0,4.33
1956.794444,34.3,0,4.33
1966.322222,33.07,0,4.33
1975.508333,31.41,0,4.33
1984.233333,29.18,0,4.33
1992.338889,26.41,0,4.33
1999.675,23.4,0,4.33
2006.175,20.9,0,4.33
2011.980556,19.59,0,4.33
2017.422222,19.36,0,4.33
2022.8,19.79,0,4.33
2028.297222,20.43,0,4.33
2033.972222,20.71,0,4.33
2039.725,20.56,0,4.33
2045.436111,19.96,0,4.33
2050.980556,20.22,0,4.33
2056.597222,21.48,0,4.33
2062.563889,23.67,0,4.33
2069.138889,26.09,0,4.33
2076.386111,28.16,0,4.33
2084.208333,29.75,0,4.33
2092.472222,30.97,0,4.33
2101.075,31.99,0,4.33
2109.961111,32.84,0,4.33
2119.083333,33.33,0,4.33
2128.341667,33.45,0,4.33
2137.633333,33.27,0,4.33
2146.875,32.66,0,4.33
2155.947222,31.73,0,4.33
2164.761111,30.58,0,4.33
2173.255556,29.2,0,4.33
2181.366667,27.56,0,4.33
2189.022222,25.71,0,4.33
2196.163889,23.76,0,4.33
2202.763889,21.87,0,4.33
2208.838889,20.15,0,4.33
2214.436111,18.38,0,4.33
2219.541667,16.28,0,4.33
2224.063889,14.08,0,4.33
2227.975,11.98,0,4.33
2231.302778,9.72,0,4.33
2234.002778,7.53,0,4.33
2236.094444,5.29,0,4.33
2237.563889,3.15,0,4.33
2238.438889,3.15,0,4.33
2239.313889,3.59,0,4.33
2240.311111,4.8155,0,4.33
2241.64875,5.737,0,4.33
2243.242361,6.5635,0,4.33
2245.065556,7.7985,0,4.33
2247.231806,9.6985,0,4.33
2249.925833,12.14,0,4.33
2253.298056,14.838,0,4.33
2257.419722,17.5835,0,4.33
2262.304028,20.31,0,4.33
2267.945694,22.9795,0,4.33
2274.328889,25.592,0,4.33
2281.437778,28.233,0,4.33
2289.280278,30.874,0,4.33
2297.856389,33.2395,0,4.33
2307.089583,35.073,0,4.33
2316.832083,36.3555,0,4.33
2326.930833,37.334,0,4.33
2337.301389,38.3315,0,4.33
2347.949028,39.3005,0,4.33
2358.865833,39.842,0,4.33
2369.933056,40,0,4.33
2381.044167,40,0,4.33
2392.155278,40,0,4.33
2403.266389,37.71,0,4.33
2413.741389,34.93,0,4.33
2423.444167,31.79,0,4.33
2432.274722,28.65,0,4.33
2440.233056,25.92,0,4.33
2447.433056,23.91,0,4.33
2454.074722,22.81,0,4.33
2460.410833,22.53,0,4.33
2466.669167,22.62,0,4.33
2472.9525,22.95,0,4.33
2479.3275,23.51,0,4.33
2485.858056,24.04,0,4.33
2492.535833,24.45,0,4.33
2499.3275,24.81,0,4.33
2506.219167,25.29,0,4.33
2513.244167,25.99,0,4.33
2520.463611,26.83,0,4.33
2527.916389,27.6,0,4.33
2535.583056,28.17,0,4.33
2543.408056,28.63,0,4.33
2551.360833,29.04,0,4.33
2559.4275,29.43,0,4.33
2567.6025,29.78,0,4.33
2575.874722,30.13,0,4.33
2584.244167,30.57,0,4.33
2592.735833,31.1,0,4.33
2601.374722,31.65,0,4.33
2610.166389,32.14,0,4.33
2619.094167,32.62,0,4.33
2628.155278,33.25,0,4.33
2637.391389,34.2,0,4.33
2646.891389,35.46,0,4.33
2656.741389,36.81,0,4.33
2666.966389,37.98,0,4.33
2677.516389,38.84,0,4.33
2688.305278,39.43,0,4.33
2699.258056,39.73,0,4.33
2710.294167,39.8,0,4.33
2721.349722,39.69,0,4.33
2732.374722,39.29,0,4.33
2743.288611,39.08,0,4.33
2754.144167,38.09,0,4.33
2764.724722,36.73,0,4.33
2774.9275,34.76,0,4.33
2784.583056,32.4,0,4.33
2793.583056,30.05,0,4.33
2801.930278,27.71,0,4.33
2809.6275,25.39,0,4.33
2816.680278,23.09,0,4.33
2823.094167,20.79,0,4.33
2828.869167,18.51,0,4.33
2834.010833,16.24,0,4.33
2838.521944,14.06,0,4.33
2842.4275,11.85,0,4.33
2845.719167,9.59,0,4.33
2848.383056,9,0,4.33
2850.883056,9.59,0,4.33
2853.546944,11.3,0,4.33
2856.685833,14.11,0,4.33
2860.605278,15.91,0,4.33
2865.024722,16.57,0,4.33
2869.6275,16.73,0,4.33
2874.274722,17.24,0,4.33
2879.063611,18.45,0,4.33
2884.188611,20.09,0,4.33
2889.769167,21.63,0,4.33
2895.7775,22.78,0,4.33
2902.105278,23.59,0,4.33
2908.658056,24.23,0,4.33
2915.388611,24.9,0,4.33
2922.305278,25.72,0,4.33
2929.449722,26.77,0,4.33
2936.885833,28.01,0,4.33
2944.666389,29.23,0,4.33
2952.785833,30.06,0,4.33
2961.135833,30.31,0,4.33
2969.555278,30.29,0,4.33
2977.969167,30.05,0,4.33
2986.316389,29.44,0,4.33
2994.494167,28.6,0,4.33
3002.438611,27.63,0,4.33
3010.113611,26.66,0,4.33
3017.519167,26.03,0,4.33
3024.749722,25.85,0,4.33
3031.930278,26.14,0,4.33
3039.191389,27.08,0,4.33
3046.713611,28.42,0,4.33
3054.608056,29.61,0,4.33
3062.833056,30.46,0,4.33
3071.294167,30.99,0,4.33
3079.9025,31.33,0,4.33
3088.605278,31.65,0,4.33
3097.396944,32.02,0,4.33
3106.291389,32.39,0,4.33
3115.288611,32.68,0,4.33
3124.366389,32.84,0,4.33
3133.488611,32.93,0,4.33
3142.635833,33.22,0,4.33
3151.863611,33.89,0,4.33
3161.2775,34.96,0,4.33
3170.988611,36.28,0,4.33
3181.066389,37.58,0,4.33
3191.505278,38.58,0,4.33
3202.221944,39.1,0,4.33
3213.083056,39.22,0,4.33
3223.9775,39.11,0,4.33
3234.841389,38.8,0,4.33
3245.619167,38.31,0,4.33
3256.260833,37.73,0,4.33
3266.741389,37.24,0,4.33
3277.085833,37.06,0,4.33
3287.380278,37.1,0,4.33
3297.685833,37.42,0,4.33
3308.080278,38.17,0,4.33
3318.683056,39.19,0,4.33
3329.569167,40.31,0,4.33
3340.766389,41.46,0,4.33
3352.283056,42.44,0,4.33
3364.071944,42.95,0,4.33
3376.0025,42.9,0,4.33
3387.919167,42.43,0,4.33
3399.705278,41.74,0,4.33
3411.299722,41.04,0,4.33
3422.699722,40.49,0,4.33
3433.946944,40.8,0,4.33
3445.280278,41.66,0,4.33
3456.8525,41.82,0,4.33
3468.469167,42.66,0,4.33
3480.319167,42.84,0,4.33
3492.219167,41.96,0,4.33
3503.874722,39.71,0,4.33
3514.905278,37.33,0,4.33
3525.274722,34.96,0,4.33
3534.985833,32.44,0,4.33
3543.996944,30.09,0,4.33
3552.355278,27.75,0,4.33
3560.063611,25.43,0,4.33
3567.1275,23.13,0,4.33
3573.5525,20.83,0,4.33
3579.338611,18.55,0,4.33
3584.491389,16.28,0,4.33
3589.013611,14.08,0,4.33
3592.924722,15.63,0,4.33
3597.266389,18.4,0,4.33
3602.3775,21.21,0,4.33
3608.269167,22.54,0,4.33
3614.530278,23.4,0,4.33
3621.030278,24.29,0,4.33
3627.7775,25.18,0,4.33
3634.771944,25.82,0,4.33
3641.944167,26.23,0,4.33
3649.230278,26.34,0,4.33
3656.546944,25.31,0,4.33
3663.5775,23.04,0,4.33
3669.9775,20.74,0,4.33
3675.738611,18.44,0,4.33
3680.860833,16.17,0,4.33
3685.3525,13.89,0,4.33
3689.210833,11.68,0,4.33
3692.455278,9.51,0,4.33
3695.096944,7.96,0,4.33
3697.308056,6.48,0,4.33
3699.108056,5.01,0,4.33
3700.499722,3.54,0,4.33
3701.483056,2.07,0,4.33
3702.058056,0.64,0,4.33
3702.235833,0,10,4.33
3702.335833,2.96,0,4.33
3703.158056,6.05,0,4.33
3704.838611,9.3,0,4.33
3707.421944,12.79,0,4.33
3710.974722,15.93,0,4.33
3715.399722,18.89,0,4.33
3720.646944,21.53,0,4.33
3726.6275,23.97,0,4.33
3733.285833,26.26,0,4.33
3740.580278,28.22,0,4.33
3748.419167,30.11,0,4.33
3756.783056,31.88,0,4.33
3765.638611,33.57,0,4.33
3774.963611,35.22,0,4.33
3784.746944,36.77,0,4.33
3794.960833,38.22,0,4.33
3805.5775,39.61,0,4.33
3816.580278,40.86,0,4.33
3827.930278,42.09,0,4.33
3839.621944,43.27,0,4.33
3851.641389,44.44,0,4.33
3863.985833,45.59,0,4.33
3876.649722,46.72,0,4.33
3889.6275,47.84,0,4.33
3902.916389,48.95,0,4.33
3916.513611,50.06,0,4.33
3930.419167,51.14,0,4.33
3944.624722,52.16,0,4.33
3959.113611,53.05,0,4.33
3973.849722,53.9,0,4.33
3988.821944,54.7,0,4.33
4004.016389,55.48,0,4.33
4019.4275,56.24,0,4.33
4035.049722,56.9,0,4.33
4050.855278,57.51,0,4.33
4066.830278,58.07,0,4.33
4082.960833,58.57,0,4.33
4099.230278,59.02,0,4.33
4115.624722,59.36,0,4.33
4132.113611,59.63,0,4.33
4148.6775,59.86,0,4.33
4165.305278,60.14,0,4.33
4182.010833,60.48,0,4.33
4198.810833,60.92,0,4.33
4215.733056,61.49,0,4.33
4232.813611,62.1,0,4.33
4250.063611,62.78,0,4.33
4267.5025,63.47,0,4.33
4285.133056,64.16,0,4.33
4302.955278,64.77,0,4.33
4320.946944,65.32,0,4.33
4339.091389,65.76,0,4.33
4357.358056,66.01,0,4.33
4375.694167,66.22,0,4.33
4394.088611,66.14,0,4.33
4412.460833,64.03,0,4.33
4430.246944,61.5,0,4.33
4447.330278,59,0,4.33
4463.719167,56.51,0,4.33
4479.416389,54.03,0,4.33
4494.424722,51.57,0,4.33
4508.749722,49.13,0,4.33
4522.396944,46.7,0,4.33
4535.369167,44.29,0,4.33
4547.671944,41.79,0,4.33
4559.280278,39.39,0,4.33
4570.221944,37.01,0,4.33
4580.5025,34.64,0,4.33
4590.124722,32.06,0,4.33
4599.030278,29.71,0,4.33
4607.283056,27.53,0,4.33
4614.930278,25.99,0,4.33
4622.149722,24.47,0,4.33
4628.946944,22.95,0,4.33
4635.321944,21.43,0,4.33
4641.274722,19.92,0,4.33
4646.808056,18.42,0,4.33
4651.924722,16.92,0,4.33
4656.624722,15.42,0,4.33
4660.908056,13.92,0,4.33
4664.774722,12.43,0,4.33
4668.2275,10.95,0,4.33
4671.269167,9.46,0,4.33
4673.896944,7.98,0,4.33
4676.113611,6.51,0,4.33
4677.921944,5.03,0,4.33
4679.319167,3.57,0,4.33
4680.310833,2.1,0,4.33
4680.894167,0.66,0,4.33
4681.0775,0,15,4.33
4681.1775,1.6,0,4.33
4681.621944,5.03,0,4.33
4683.019167,9.49,0,4.33
4685.655278,13,0,4.33
4689.266389,14.65,0,4.33
4693.335833,15.15,0,4.33
4697.544167,15.67,0,4.33
4701.896944,16.76,0,4.33
4706.5525,17.88,0,4.33
4711.519167,18.33,0,4.33
4716.610833,18.31,0,4.33
4721.696944,18.05,0,4.33
4726.710833,17.39,0,4.33
4731.541389,16.35,0,4.33
4736.083056,14.71,0,4.33
4740.169167,11.71,0,4.33
4743.421944,10.53,0,4.33
4746.346944,8.45,0,4.33
4748.694167,6.46,0,4.33
4750.488611,6.46,0,4.33
4752.283056,8.24,0,4.33
4754.571944,10.98,0,4.33
4757.621944,13.15,0,4.33
4761.274722,15.47,0,4.33
4765.571944,18.19,0,4.33
4770.624722,20.79,0,4.33
4776.399722,22.5,0,4.33
4782.649722,23.19,0,4.33
4789.091389,23.54,0,4.33
4795.630278,24.2,0,4.33
4802.3525,25.17,0,4.33
4809.344167,26.28,0,4.33
4816.644167,27.69,0,4.33
4824.335833,29.72,0,4.33
4832.591389,32.17,0,4.33
4841.5275,34.22,0,4.33
4851.033056,35.31,0,4.33
4860.841389,35.74,0,4.33
4870.769167,36.23,0,4.33
4880.833056,37.34,0,4.33
4891.205278,39.05,0,4.33
4902.0525,40.76,0,4.33
4913.374722,41.82,0,4.33
4924.991389,42.12,0,4.33
4936.691389,42.08,0,4.33
4948.380278,42.27,0,4.33
4960.121944,43.03,0,4.33
4972.074722,44.14,0,4.33
4984.335833,45.13,0,4.33
4996.871944,45.84,0,4.33
5009.605278,46.4,0,4.33
5022.494167,46.89,0,4.33
5035.519167,47.34,0,4.33
5048.669167,47.66,0,4.33
5061.908056,47.77,0,4.33
5075.1775,47.78,0,4.33
5088.449722,47.64,0,4.33
5101.683056,47.23,0,4.33
5114.8025,46.66,0,4.33
5127.763611,46.08,0,4.33
5140.563611,45.45,0,4.33
5153.188611,44.69,0,4.33
5165.6025,43.73,0,4.33
5177.749722,42.55,0,4.33
5189.569167,41.14,0,4.33
5200.996944,39.56,0,4.33
5211.985833,37.93,0,4.33
5222.521944,36.69,0,4.33
5232.713611,36.27,0,4.33
5242.788611,36.42,0,4.33
5252.905278,37.14,0,4.33
5263.221944,38.13,0,4.33
5273.813611,38.55,0,4.33
5284.521944,38.42,0,4.33
5295.194167,37.89,0,4.33
5305.719167,36.89,0,4.33
5315.966389,35.53,0,4.33
5325.835833,34.01,0,4.33
5335.283056,32.88,0,4.33
5344.416389,32.52,0,4.33
5353.449722,32.7,0,4.33
5362.533056,33.48,0,4.33
5371.833056,34.97,0,4.33
5381.546944,36.78,0,4.33
5391.763611,38.64,0,4.33
5402.496944,40.48,0,4.33
5413.741389,42.34,0,4.33
5425.5025,44.16,0,4.33
5437.769167,45.9,0,4.33
5450.519167,47.55,0,4.33
5463.7275,49.09,0,4.33
5477.363611,50.42,0,4.33
5491.369167,51.49,0,4.33
5505.671944,52.23,0,4.33
5520.180278,52.58,0,4.33
5534.785833,52.63,0,4.33
5549.405278,52.49,0,4.33
5563.985833,52.19,0,4.33
5578.483056,51.82,0,4.33
5592.8775,51.43,0,4.33
5607.163611,51.02,0,4.33
5621.335833,50.61,0,4.33
5635.394167,50.26,0,4.33
5649.355278,49.86,0,4.33
5663.205278,49.64,0,4.33
5676.994167,49.48,0,4.33
5690.738611,49.15,0,4.33
5704.391389,48.14,0,4.33
5717.763611,46.49,0,4.33
5730.6775,44.34,0,4.33
5742.994167,41.94,0,4.33
5754.644167,40.01,0,4.33
5765.758056,37.62,0,4.33
5776.208056,35.25,0,4.33
5785.999722,32.72,0,4.33
5795.088611,30.85,0,4.33
5803.658056,28.5,0,4.33
5811.574722,26.18,0,4.33
5818.846944,23.87,0,4.33
5825.4775,21.57,0,4.33
5831.469167,19.28,0,4.33
5836.824722,17.01,0,4.33
5841.549722,14.8,0,4.33
5845.660833,12.22,0,4.33
5849.055278,10.09,0,4.33
5851.858056,7.97,0,4.33
5854.071944,6.02,0,4.33
5855.744167,4.03,0,4.33
5856.863611,2.23,0,4.315
5857.483056,0.78,0,4.315
5857.699722,0,6,4.315
5857.799722,2.56,0,4.315
5858.510833,4.81,0,4.315
5859.846944,6.38,0,4.315
5861.619167,8.62,0,4.315
5864.013611,10.37,0,4.315
5866.894167,11.17,0,4.315
5869.996944,13.32,0,4.315
5873.696944,15.94,0,4.315
5878.124722,16.89,0,4.315
5882.816389,17.13,0,4.315
5887.574722,18.04,0,4.315
5892.585833,19.96,0,4.315
5898.130278,22.05,0,4.315
5904.255278,23.65,0,4.315
5910.824722,25.72,0,4.315
5917.969167,28.62,0,4.315
5925.919167,31.99,0,4.315
5934.805278,35.07,0,4.315
5944.546944,37.42,0,4.315
5954.941389,39.65,0,4.315
5965.955278,41.78,0,4.315
5977.560833,43.04,0,4.315
5989.516389,43.55,0,4.315
6001.613611,42.97,0,4.315
6013.549722,41.08,0,4.315
6024.960833,40.38,0,4.315
6036.1775,40.43,0,4.315
6047.408056,40.4,0,4.315
6058.630278,40.25,0,4.315
6069.810833,40.32,0,4.315
6081.010833,40.8,0,4.315
6092.344167,41.71,0,4.315
6103.930278,43.16,0,4.315
6115.919167,44.84,0,4.315
6128.374722,46.42,0,4.315
6141.269167,47.91,0,4.315
6154.5775,49.08,0,4.315
6168.210833,49.66,0,4.315
6182.005278,50.15,0,4.315
6195.935833,50.94,0,4.315
6210.085833,51.69,0,4.315
6224.444167,53.5,0,4.315
6239.305278,55.9,0,4.315
6254.833056,57.11,0,4.315
6270.696944,57.88,0,4.315
6286.774722,58.63,0,4.315
6303.060833,58.75,0,4.315
6319.380278,58.26,0,4.315
6335.563611,58.03,0,4.315
6351.683056,58.28,0,4.315
6367.871944,58.67,0,4.315
6384.169167,58.76,0,4.315
6400.491389,58.82,0,4.315
6416.830278,59.09,0,4.315
6433.244167,59.38,0,4.315
6449.738611,59.72,0,4.315
6466.3275,60.04,0,4.315
6483.005278,60.13,0,4.315
6499.708056,59.33,0,4.315
6516.188611,58.52,0,4.315
6532.444167,57.82,0,4.315
6548.505278,56.68,0,4.315
6564.249722,55.36,0,4.315
6579.6275,54.63,0,4.315
6594.8025,54.04,0,4.315
6609.813611,53.15,0,4.315
6624.5775,52.02,0,4.315
6639.0275,51.37,0,4.315
6653.296944,51.41,0,4.315
6667.5775,52.2,0,4.315
6682.0775,53.52,0,4.315
6696.944167,54.34,0,4.315
6712.038611,54.59,0,4.315
6727.2025,54.92,0,4.315
6742.458056,55.69,0,4.315
6757.9275,56.51,0,4.315
6773.624722,56.73,0,4.315
6789.383056,56.33,0,4.315
6805.030278,55.38,0,4.315
6820.413611,54.99,0,4.315
6835.688611,54.75,0,4.315
6850.896944,54.11,0,4.315
6865.9275,53.32,0,4.315
6880.738611,52.41,0,4.315
6895.296944,51.45,0,4.315
6909.588611,50.86,0,4.315
6923.716389,50.48,0,4.315
6937.738611,49.6,0,4.315
6951.516389,48.55,0,4.315
6965.0025,47.87,0,4.315
6978.299722,47.42,0,4.315
6991.471944,46.86,0,4.315
7004.488611,46.08,0,4.315
7017.288611,45.07,0,4.315
7029.808056,43.58,0,4.315
7041.913611,41.04,0,4.315
7053.313611,38.39,0,4.315
7063.9775,35.69,0,4.315
7073.891389,32.68,0,4.315
7082.969167,29.82,0,4.315
7091.2525,26.97,0,4.315
7098.744167,24.03,0,4.315
7105.419167,21.67,0,4.315
7111.438611,20.34,0,4.315
7117.088611,18.9,0,4.315
7122.338611,16.21,0,4.315
7126.841389,13.84,0,4.315
7130.685833,12.25,0,4.315
7134.088611,10.4,0,4.315
7136.9775,7.94,0,4.315
7139.183056,6.05,0,4.315
7140.863611,5.67,0,4.315
7142.438611,6.03,0,4.315
7144.113611,7.68,0,4.315
7146.246944,10.97,0,4.315
7149.294167,14.72,0,4.315
7153.383056,17.32,0,4.315
7158.194167,18.59,0,4.315
7163.358056,19.35,0,4.315
7168.733056,20.54,0,4.315
7174.438611,21.33,0,4.315
7180.363611,22.06,0,4.315
7186.491389,23.39,0,4.315
7192.988611,25.52,0,4.315
7200.0775,28.28,0,4.315
7207.933056,30.38,0,4.315
7216.371944,31.22,0,4.315
7225.044167,32.22,0,4.315
7233.994167,33.78,0,4.315
7243.3775,35.08,0,4.315
7253.121944,35.91,0,4.315
7263.096944,36.06,0,4.315
7273.113611,35.5,0,4.315
7282.974722,34.76,0,4.315
7292.630278,34.7,0,4.315
7302.269167,35.41,0,4.315
7312.105278,36.65,0,4.315
7322.285833,37.57,0,4.315
7332.721944,38.51,0,4.315
7343.419167,39.88,0,4.315
7354.496944,41.25,0,4.315
7365.955278,42.07,0,4.315
7377.641389,43.03,0,4.315
7389.594167,44.4,0,4.315
7401.9275,45.14,0,4.315
7414.466389,45.44,0,4.315
7427.088611,46.13,0,4.315
7439.9025,46.79,0,4.315
7452.899722,47.45,0,4.315
7466.080278,48.68,0,4.315
7479.6025,50.13,0,4.315
7493.5275,51.16,0,4.315
7507.738611,51.37,0,4.315
7522.008056,51.3,0,4.315
7536.258056,51.15,0,4.315
7550.466389,50.88,0,4.315
7564.599722,50.63,0,4.315
7578.663611,50.2,0,4.315
7592.608056,49.12,0,4.315
7606.2525,48.02,0,4.315
7619.591389,47.7,0,4.315
7632.841389,47.93,0,4.315
7646.155278,48.57,0,4.315
7659.646944,48.88,0,4.315
7673.224722,49.03,0,4.315
7686.844167,48.94,0,4.315
7700.438611,48.32,0,4.315
7713.860833,47.97,0,4.315
7727.185833,47.92,0,4.315
7740.496944,47.54,0,4.315
7753.7025,46.79,0,4.315
7766.699722,46.13,0,4.315
7779.513611,45.73,0,4.315
7792.216389,45.17,0,4.315
7804.763611,44.43,0,4.315
7817.105278,43.59,0,4.315
7829.213611,42.68,0,4.315
7841.069167,41.89,0,4.315
7852.705278,41.09,0,4.315
7864.119167,40.38,0,4.315
7875.335833,39.99,0,4.315
7886.444167,39.84,0,4.315
7897.510833,39.46,0,4.315
7908.471944,39.15,0,4.315
7919.346944,38.9,0,4.315
7930.1525,38.67,0,4.315
7940.894167,39.03,0,4.315
7951.735833,40.37,0,4.315
7962.949722,41.03,0,4.315
7974.346944,40.76,0,4.315
7985.669167,40.02,0,4.315
7996.785833,39.6,0,4.315
8007.785833,39.37,0,4.315
8018.721944,38.84,0,4.315
8029.510833,37.93,0,4.315
8040.046944,37.19,0,4.315
8050.3775,36.21,0,4.315
8060.435833,35.32,0,4.315
8070.246944,35.56,0,4.315
8080.124722,36.96,0,4.315
8090.391389,38.12,0,4.315
8100.980278,38.71,0,4.315
8111.733056,39.26,0,4.315
8122.638611,40.64,0,4.315
8133.9275,43.09,0,4.315
8145.896944,44.83,0,4.315
8158.349722,45.33,0,4.315
8170.941389,45.24,0,4.315
8183.508056,45.14,0,4.315
8196.046944,45.06,0,4.315
8208.563611,44.82,0,4.315
8221.013611,44.53,0,4.315
8233.383056,44.77,0,4.315
8245.819167,45.6,0,4.315
8258.485833,46.28,0,4.315
8271.341389,47.18,0,4.315
8284.446944,48.49,0,4.315
8297.916389,49.42,0,4.315
8311.644167,49.56,0,4.315
8325.410833,49.47,0,4.315
8339.1525,49.28,0,4.315
8352.841389,48.58,0,4.315
8366.335833,48.03,0,4.315
8379.6775,48.12,0,4.315
8393.044167,48.1,0,4.315
8406.405278,48.41,0,4.315
8419.8525,48.74,0,4.315
8433.391389,49,0,4.315
8447.0025,49.23,0,4.315
8460.6775,49.4,0,4.315
8474.399722,49.33,0,4.315
8488.1025,48.84,0,4.315
8501.669167,48.12,0,4.315
8515.035833,47.51,0,4.315
8528.233056,46.49,0,4.315
8541.146944,44.32,0,4.315
8553.458056,41.9,0,4.315
8565.096944,39.79,0,4.315
8576.149722,37.4,0,4.315
8586.538611,35.03,0,4.315
8596.269167,32.51,0,4.315
8605.299722,30.16,0,4.315
8613.6775,27.82,0,4.315
8621.405278,25.5,0,4.315
8628.488611,23.19,0,4.315
8634.930278,20.9,0,4.315
8640.735833,18.61,0,4.315
8645.905278,16.34,0,4.315
8650.444167,14.03,0,4.315
8654.341389,11.8,0,4.315
8657.619167,9.55,0,4.315
8660.271944,7.34,0,4.315
8662.310833,5.1,0,4.315
8663.7275,2.97,0,4.315
8664.5525,1.53,0,4.315
8664.9775,0.17,0,4.315
8665.024722,0,29,4.315
8665.124722,1.54,0,4.315
8665.5525,4.85,0,4.315
8666.899722,9.06,0,4.315
8669.416389,11.8,0,4.315
8672.694167,12.42,0,4.315
8676.144167,12.07,0,4.315
8679.496944,11.64,0,4.315
8682.730278,11.69,0,4.315
8685.9775,12.91,0,4.315
8689.563611,15.58,0,4.315
8693.891389,18.69,0,4.315
8699.083056,21.04,0,4.315
8704.9275,22.62,0,4.315
8711.210833,24.34,0,4.315
8717.971944,26.74,0,4.315
8725.399722,29.62,0,4.315
8733.6275,32.65,0,4.315
8742.696944,35.57,0,4.315
8752.5775,38.07,0,4.315
8763.1525,39.71,0,4.315
8774.183056,40.36,0,4.315
8785.394167,40.6,0,4.315
8796.671944,41.15,0,4.315
8808.1025,42.23,0,4.315
8819.833056,43.61,0,4.315
8831.946944,45.08,0,4.315
8844.469167,46.58,0,4.315
8857.408056,48.13,0,4.315
8870.7775,49.7,0,4.315
8884.583056,51.27,0,4.315
8898.824722,52.8,0,4.315
8913.491389,54.3,0,4.315
8928.574722,55.8,0,4.315
8944.074722,57.29,0,4.315
8959.988611,58.73,0,4.315
8976.3025,60.12,0,4.315
8993.0025,61.5,0,4.315
9010.085833,62.94,0,4.315
9027.569167,64.39,0,4.315
9045.455278,65.52,0,4.315
9063.655278,66.07,0,4.315
9082.008056,66.19,0,4.315
9100.394167,66.19,0,4.315
9118.780278,66.43,0,4.315
9137.233056,67.07,0,4.315
9155.863611,68.04,0,4.315
9174.763611,69.12,0,4.315
9193.963611,70.08,0,4.315
9213.430278,70.91,0,4.315
9233.1275,71.73,0,4.315
9253.0525,72.66,0,4.315
9273.235833,73.67,0,4.315
9293.699722,74.55,0,4.315
9314.408056,75.18,0,4.315
9335.291389,75.59,0,4.315
9356.288611,75.82,0,4.315
9377.349722,75.9,0,4.315
9398.433056,75.92,0,4.315
9419.521944,75.87,0,4.315
9440.596944,75.68,0,4.315
9461.619167,75.37,0,4.315
9482.555278,75.01,0,4.315
9503.391389,74.55,0,4.315
9524.099722,73.8,0,4.315
9544.599722,72.71,0,4.315
9564.796944,71.39,0,4.315
9584.6275,70.02,0,4.315
9604.0775,68.71,0,4.315
9623.163611,67.52,0,4.315
9641.919167,66.44,0,4.315
9660.374722,65.45,0,4.315
9678.555278,64.49,0,4.315
9696.469167,63.54,0,4.315
9714.119167,62.6,0,4.315
9731.508056,61.67,0,4.315
9748.638611,60.69,0,4.315
9765.496944,59.64,0,4.315
9782.063611,58.6,0,4.315
9798.341389,57.64,0,4.315
9814.3525,56.79,0,4.315
9830.1275,55.95,0,4.315
9845.669167,55.09,0,4.315
9860.971944,54.2,0,4.315
9876.0275,53.33,0,4.315
9890.841389,52.52,0,4.315
9905.430278,51.75,0,4.315
9919.805278,50.92,0,4.315
9933.949722,49.9,0,4.315
9947.810833,48.68,0,4.315
9961.333056,47.41,0,4.315
9974.5025,46.5,0,4.315
9987.419167,46.22,0,4.315
10000.25806,46.44,0,4.315
10013.15806,47.35,0,4.315
10026.31083,49.01,0,4.315
10039.92472,50.93,0,4.315
10054.07194,52.79,0,4.315
10068.73583,54.66,0,4.315
10083.91917,56.6,0,4.315
10099.64139,58.55,0,4.315
10115.90528,60.47,0,4.315
10132.7025,62.28,0,4.315
10150.0025,63.9,0,4.315
10167.7525,65.2,0,4.315
10185.86361,66.02,0,4.315
10204.2025,66.39,0,4.315
10222.64417,66.74,0,4.315
10241.18306,67.43,0,4.315
10259.91361,68.44,0,4.315
10278.92472,69.52,0,4.315
10298.23583,70.53,0,4.315
10317.8275,71.47,0,4.315
10337.68028,72.32,0,4.315
10357.76917,72.89,0,4.315
10378.01639,73.07,0,4.315
10398.31361,73.03,0,4.315
10418.59972,72.94,0,4.315
10438.86083,73.01,0,4.315
10459.14139,73.44,0,4.315
10479.54139,74.19,0,4.315
10500.14972,74.81,0,4.315
10520.93028,75.01,0,4.315
10541.76639,74.99,0,4.315
10562.59694,74.79,0,4.315
10583.37194,74.41,0,4.315
10604.04139,74.07,0,4.315
10624.61639,73.77,0,4.315
10645.10806,73.38,0,4.315
10665.49139,72.79,0,4.315
10685.71083,71.95,0,4.315
10705.69694,71.06,0,4.315
10725.43583,70.45,0,4.315
10745.00528,70.23,0,4.315
10764.51361,70.24,0,4.315
10784.02472,70.32,0,4.315
10803.55806,70.3,0,4.315
10823.08583,70.05,0,4.315
10842.54417,69.66,0,4.315
10861.89417,69.26,0,4.315
10881.13306,68.73,0,4.315
10900.22472,67.88,0,4.315
10919.08028,66.68,0,4.315
10937.6025,65.29,0,4.315
10955.73861,63.95,0,4.315
10973.5025,62.84,0,4.315
10990.95806,62.21,0,4.315
11008.23861,62.04,0,4.315
11025.47194,62.26,0,4.315
11042.76639,62.87,0,4.315
11060.23028,63.55,0,4.315
11077.88306,64.12,0,4.315
11095.69417,64.73,0,4.315
11113.67472,65.45,0,4.315
11131.85528,66.18,0,4.315
11150.23861,66.97,0,4.315
11168.84139,67.85,0,4.315
11187.68861,68.74,0,4.315
11206.78306,69.45,0,4.315
11226.07472,69.92,0,4.315
11245.49694,70.24,0,4.315
11265.00806,70.49,0,4.315
11284.58861,70.63,0,4.315
11304.20806,70.68,0,4.315
11323.84139,70.65,0,4.315
11343.46639,70.49,0,4.315
11363.04694,70.09,0,4.315
11382.51639,69.35,0,4.315
11401.78028,68.27,0,4.315
11420.74417,67.09,0,4.315
11439.38028,65.96,0,4.315
11457.7025,64.87,0,4.315
11475.72194,63.79,0,4.315
11493.44139,62.82,0,4.315
11510.89139,63.03,0,4.315
11528.39972,63.62,0,4.315
11546.07194,64.8,0,4.315
11564.07194,65.5,0,4.315
11582.26639,65.33,0,4.315
11600.41361,63.83,0,4.315
11618.14417,62.44,0,4.315
11635.48861,61.2,0,4.315
11652.48861,59.58,0,4.315
11669.03861,57.68,0,4.315
11685.06083,56.4,0,4.315
11700.7275,54.82,0,4.315
11715.95528,52.77,0,4.315
11730.61361,52.22,0,4.315
11745.11917,52.48,0,4.315
11759.69694,52.74,0,4.315
11774.34694,53.14,0,4.025
11789.10806,53.03,0,4.025
11803.83861,52.55,0,4.025
11818.43583,52.19,0,4.025
11832.93306,51.09,0,4.025
11847.12472,49.88,0,4.025
11860.98028,49.37,0,4.025
11874.69417,49.26,0,4.025
11888.3775,49.37,0,4.025
11902.09139,49.88,0,4.025
11915.94694,50.25,0,4.025
11929.90528,50.17,0,4.025
11943.84139,50.5,0,4.025
11957.86917,50.83,0,4.025
11971.98861,51.23,0,4.025
11986.21917,51.67,0,4.025
12000.57194,51.53,0,4.025
12014.88583,50.17,0,4.025
12028.82194,49.99,0,4.025
12042.70806,50.32,0,4.025
12056.68583,51.05,0,4.025
12070.86639,51.45,0,4.025
12085.15806,52,0,4.025
12099.6025,52.3,0,4.025
12114.13028,52.22,0,4.025
12128.63583,52.66,0,4.025
12143.26361,53.18,0,4.025
12158.03583,53.8,0,4.025
12172.98028,54.53,0,4.025
12188.1275,55.37,0,4.025
12203.50806,56.29,0,4.025
12219.14417,57.31,0,4.025
12235.06361,57.94,0,4.025
12251.15806,57.86,0,4.025
12267.23028,57.75,0,4.025
12283.27194,58.67,0,4.025
12299.56917,59.4,0,4.025
12316.06917,59.69,0,4.025
12332.64972,60.02,0,4.025
12349.32194,60.21,0,4.025
12366.04694,60.83,0,4.025
12382.94417,61.16,0,4.025
12399.93306,61.6,0,4.025
12417.04417,62.15,0,4.025
12434.30806,62.7,0,4.025
12451.72472,63.65,0,4.025
12469.40528,64.27,0,4.025
12487.25806,64.31,0,4.025
12505.12194,64.13,0,4.025
12522.93583,64.27,0,4.025
12540.78861,65.22,0,4.025
12558.90528,66.25,0,4.025
12577.30806,67.09,0,4.025
12595.94417,68.37,0,4.025
12614.93583,69.36,0,4.025
12634.2025,70.57,0,4.025
12653.80528,71.89,0,4.025
12673.77472,73.35,0,4.025
12694.14972,74.64,0,4.025
12714.88306,75.81,0,4.025
12735.94139,77.24,0,4.025
12757.39694,78.63,0,4.025
12779.23861,79.32,0,4.025
12801.27194,80.2,0,4.025
12823.54972,81.67,0,4.025
12846.23583,82.11,0,4.025
12869.04417,82.91,0,4.025
12892.07472,83.43,0,4.025
12915.24972,83.79,0,4.025
12938.52472,83.5,0,4.025
12961.71917,84.01,0,4.025
12985.05528,83.43,0,4.025
13008.23028,82.99,0,4.025
13031.28306,82.77,0,4.025
13054.27472,82.33,0,4.025
13077.14417,81.78,0,4.025
13099.86083,81.81,0,4.025
13122.58583,81.05,0,4.025
13145.09972,80.72,0,4.025
13167.52194,80.61,0,4.025
13189.91361,80.46,0,4.025
13212.26361,80.42,0,4.025
13234.6025,80.42,0,4.025
13256.94139,80.24,0,4.025
13279.23028,80.13,0,4.025
13301.48861,80.39,0,4.025
13323.81917,80.72,0,4.025
13346.24139,81.01,0,4.025
13368.74417,81.52,0,4.025
13391.38861,82.4,0,4.025
13414.2775,83.21,0,4.025
13437.39139,84.05,0,4.025
13460.73861,84.85,0,4.025
13484.30806,85.42,0,4.025
13508.03583,86.18,0,4.025
13531.97472,86.45,0,4.025
13555.98861,86.64,0,4.025
13580.05528,86.57,0,4.025
13604.1025,86.43,0,4.025
13628.11083,86.58,0,4.025
13652.16083,86.8,0,4.025
13676.27194,86.65,0,4.025
13700.34139,86.14,0,4.025
13724.26917,86.36,0,4.025
13748.25806,86.32,0,4.025
13772.23583,86.25,0,4.025
13796.19417,85.92,0,4.025
13820.06083,86.14,0,4.025
13843.98861,86.36,0,4.025
13867.9775,86.25,0,4.025
13891.93583,86.5,0,4.025
13915.96361,86.14,0,4.025
13939.89139,86.29,0,4.025
13963.86083,86.4,0,4.025
13987.86083,86.36,0,4.025
14011.84972,85.63,0,4.025
14035.63583,86.03,0,4.025
14059.53306,85.92,0,4.025
14083.39972,86.14,0,4.025
14107.3275,86.32,0,4.025
14131.30528,85.92,0,4.025
14155.17194,86.11,0,4.025
14179.09139,85.91,0,4.025
14202.95528,85.83,0,4.025
14226.79694,85.86,0,4.025
14250.64694,85.5,0,4.025
14274.39694,84.97,0,4.025
14297.99972,84.8,0,4.025
14321.55528,84.2,0,4.025
14344.94417,83.26,0,4.025
14368.07194,82.77,0,4.025
14391.06361,81.78,0,4.025
14413.78028,81.16,0,4.025
14436.32472,80.42,0,4.025
14458.66361,79.21,0,4.025
14480.66639,78.83,0,4.025
14502.56361,78.52,0,4.025
14524.37472,78.52,0,4.025
14546.18583,78.81,0,4.025
14568.0775,79.26,0,4.025
14590.09417,79.61,0,4.025
14612.20806,80.15,0,4.025
14634.47194,80.39,0,4.025
14656.8025,80.72,0,4.025
14679.22472,81.01,0,4.025
14701.7275,81.52,0,4.025
14724.37194,82.4,0,4.025
14747.26083,83.21,0,4.025
14770.37472,84.05,0,4.025
14793.72194,85.15,0,4.025
14817.37472,85.92,0,4.025
14841.24139,86.98,0,4.025
14865.4025,87.45,0,4.025
14889.69417,87.54,0,4.025
14914.01083,87.25,0,4.025
14938.24694,87.04,0,4.025
14962.42472,86.98,0,4.025
14986.58583,87.05,0,4.025
15010.76639,87.1,0,4.025
15034.96083,87.25,0,4.025
15059.19694,87.25,0,4.025
15083.43306,87.07,0,4.025
15107.61917,87.29,0,4.025
15131.86639,87.14,0,4.025
15156.07194,87.03,0,4.025
15180.24694,87.25,0,4.025
15204.48306,87.03,0,4.025
15228.65806,87.03,0,4.025
15252.83306,87.07,0,4.025
15277.01917,86.81,0,4.025
15301.13306,86.92,0,4.025
15325.2775,86.66,0,4.025
15349.34972,86.92,0,4.025
15373.49417,86.59,0,4.025
15397.54694,86.92,0,4.025
15421.69139,86.59,0,4.025
15445.74417,86.88,0,4.025
15469.8775,86.7,0,4.025
15493.96083,86.81,0,4.025
15518.07472,86.81,0,4.025
15542.18861,86.81,0,4.025
15566.3025,86.81,0,4.025
15590.41639,86.99,0,4.025
15614.58028,87.03,0,4.025
15638.75528,86.92,0,4.025
15662.89972,87.1,0,4.025
15687.09417,86.85,0,4.025
15711.21917,87.14,0,4.025
15735.42472,86.96,0,4.025
15759.58028,86.85,0,4.025
15783.70528,86.77,0,4.025
15807.80806,86.81,0,4.025
15831.92194,86.85,0,4.025
15856.04694,86.74,0,4.025
15880.14139,86.81,0,4.025
15904.25528,86.7,0,4.025
15928.33861,86.52,0,4.025
15952.37194,86.7,0,4.025
15976.45528,86.74,0,4.025
16000.54972,86.81,0,4.025
16024.66361,86.85,0,4.025
16048.78861,86.92,0,4.025
16072.93306,86.88,0,4.025
16097.06639,86.85,0,4.025
16121.19139,87.1,0,4.025
16145.38583,86.81,0,4.025
16169.49972,86.99,0,4.025
16193.66361,86.81,0,4.025
16217.7775,87.14,0,4.025
16241.98306,86.81,0,4.025
16266.09694,86.85,0,4.025
16290.22194,87.03,0,4.025
16314.39694,86.92,0,4.025
16338.54139,87.14,0,4.025
16362.74694,86.92,0,4.025
16386.89139,87.03,0,4.025
16411.06639,86.99,0,4.025
16435.23028,86.96,0,4.025
16459.38583,87.03,0,4.025
16483.56083,86.85,0,4.025
16507.68583,87.1,0,4.025
16531.88028,86.81,0,4.025
16555.99417,87.03,0,4.025
16580.16917,86.77,0,4.025
16604.27194,86.99,0,4.025
16628.43583,86.96,0,4.025
16652.59139,86.96,0,4.025
16676.74694,87.07,0,4.025
16700.93306,86.96,0,4.025
16725.08861,86.92,0,4.025
16749.23306,87.07,0,4.025
16773.41917,86.92,0,4.025
16797.56361,87.14,0,4.025
16821.76917,86.96,0,4.025
16845.92472,87.03,0,4.025
16870.09972,86.85,0,4.025
16894.22472,86.77,0,4.025
16918.3275,87.1,0,4.025
16942.52194,86.92,0,4.025
16966.66639,87.07,0,4.025
16990.8525,86.85,0,4.025
17014.9775,86.81,0,4.025
17039.09139,87.14,0,4.025
17063.29694,86.77,0,4.025
17087.39972,87.03,0,4.025
17111.57472,86.96,0,4.025
17135.73028,87.1,0,4.025
17159.92472,86.99,0,4.025
17184.08861,86.92,0,4.025
17208.23306,87.1,0,4.025
17232.4275,86.85,0,4.025
17256.5525,86.92,0,4.025
17280.69694,86.77,0,4.025
17304.79972,86.88,0,4.025
17328.93306,86.63,0,4.025
17352.99694,86.85,0,4.025
17377.12194,86.63,0,4.025
17401.18583,86.77,0,4.025
17425.28861,86.77,0,4.025
17449.39139,86.55,0,4.025
17473.43306,86.59,0,4.025
17497.48583,86.55,0,4.025
17521.5275,86.7,0,4.025
17545.61083,86.44,0,4.025
17569.62194,86.7,0,4.025
17593.70528,86.55,0,4.025
17617.74694,86.33,0,4.025
17641.7275,86.48,0,4.025
17665.74972,86.19,0,4.025
17689.69139,86.37,0,4.025
17713.68306,86.59,0,4.025
17737.73583,86.55,0,4.025
17761.7775,86.7,0,4.025
17785.86083,86.63,0,4.025
17809.92472,86.55,0,4.025
17833.96639,86.59,0,4.025
17858.01917,86.55,0,4.025
17882.06083,86.7,0,4.025
17906.14417,86.55,0,4.025
17930.18583,86.7,0,4.025
17954.26917,86.52,0,4.025
17978.3025,86.85,0,4.025
18002.4275,86.55,0,4.025
18026.46917,86.81,0,4.025
18050.58306,86.74,0,4.025
18074.6775,86.63,0,4.025
18098.74139,86.77,0,4.025
18122.84417,87.03,0,4.025
18147.01917,87.07,0,4.025
18171.20528,86.92,0,4.025
18195.34972,87.07,0,4.025
18219.53583,87.18,0,4.025
18243.7525,87.32,0,4.025
18268.00806,87.36,0,4.025
18292.27472,87.29,0,4.025
18316.52194,87.58,0,4.025
18340.84972,87.61,0,4.025
18365.18583,87.76,0,4.025
18389.56361,87.65,0,4.025
18413.91083,87.61,0,4.025
18438.24694,87.65,0,4.025
18462.59417,87.65,0,4.025
18486.94139,87.76,0,4.025
18511.31917,87.76,0,4.025
18535.69694,87.8,0,4.025
18560.08583,87.72,0,4.025
18584.4525,87.69,0,4.025
18608.81083,87.54,0,4.025
18633.1275,87.76,0,4.025
18657.50528,87.5,0,4.025
18681.81083,87.43,0,4.025
18706.09694,87.47,0,4.025
18730.39417,87.5,0,4.025
18754.69972,87.5,0,4.025
18779.00528,87.18,0,4.025
18803.22194,87.36,0,4.025
18827.48861,87.29,0,4.025
18851.73583,87.18,0,4.025
18875.9525,86.92,0,4.025
18900.09694,87.36,0,4.025
18924.36361,87.03,0,4.025
18948.53861,87.07,0,4.025
18972.72472,87.29,0,4.025
18996.97194,86.99,0,4.025
19021.13583,87.25,0,4.025
19045.37194,87.14,0,4.025
19069.5775,86.96,0,4.025
19093.73306,87.14,0,4.025
19117.93861,87.07,0,4.025
19142.12472,86.92,0,4.025
19166.26917,86.88,0,4.025
19190.4025,86.85,0,4.025
19214.5275,86.92,0,4.025
19238.67194,86.81,0,4.025
19262.78583,86.88,0,4.025
19286.91917,86.66,0,4.025
19310.99139,86.92,0,4.025
19335.13583,86.48,0,4.025
19359.15806,86.66,0,4.025
19383.23028,86.74,0,4.025
19407.32472,86.37,0,4.025
19431.31639,86.48,0,4.025
19455.33861,86.33,0,4.025
19479.31917,86.3,0,4.025
19503.29139,86.44,0,4.025
19527.3025,86.33,0,4.025
19551.28306,86,0,4.025
19575.17194,86.33,0,4.025
19599.1525,86.22,0,4.025
19623.1025,86.08,0,4.025
19647.01361,86.22,0,4.025
19670.96361,86.33,0,4.025
19694.94417,86.33,0,4.025
19718.92472,86.26,0,4.025
19742.88583,86.48,0,4.025
19766.90806,86.48,0,4.025
19790.93028,86.55,0,4.025
19814.97194,86.66,0,4.025
19839.04417,86.66,0,4.025
19863.11639,86.59,0,4.025
19887.16917,86.55,0,4.025
19911.21083,86.74,0,4.025
19935.30528,86.21,0,4.025
19959.2525,85.96,0,4.025
19983.13028,85.5,0,4.025
20006.88028,84.77,0,4.025
20030.4275,84.65,0,4.025
20053.94139,84.1,0,4.025
20077.3025,83.46,0,4.025
20100.48583,82.77,0,4.025
20123.4775,81.78,0,4.025
20146.19417,81.16,0,4.025
20168.73861,80.42,0,4.025
20191.0775,79.21,0,4.025
20213.08028,78.48,0,4.025
20234.88028,77.49,0,4.025
20256.40528,76.69,0,4.025
20277.70806,75.92,0,4.025
20298.79694,75.08,0,4.025
20319.6525,73.87,0,4.025
20340.17194,72.15,0,4.025
20360.21361,69.69,0,4.025
20379.57194,67.17,0,4.025
20398.23028,64.75,0,4.025
20416.21639,62.55,0,4.025
20433.59139,60.32,0,4.025
20450.34694,58.45,0,4.025
20466.58306,56.43,0,4.025
20482.25806,54.35,0,4.025
20497.35528,52.22,0,4.025
20511.86083,50.25,0,4.025
20525.81917,48.23,0,4.025
20539.21639,46.51,0,4.025
20552.13583,44.35,0,4.025
20564.45528,42.36,0,4.025
20576.22194,40.6,0,4.025
20587.49972,38.21,0,4.025
20598.11361,35.83,0,4.025
20608.06639,33.26,0,4.025
20617.30528,31.2,0,4.025
20625.97194,28.86,0,4.025
20633.98861,26.53,0,4.025
20641.35806,24.21,0,4.025
20648.08306,21.91,0,4.025
20654.16917,19.62,0,4.025
20659.61917,17.34,0,4.025
20664.43583,15.15,0,4.025
20668.64417,12.87,0,4.025
20672.21917,10.62,0,4.025
20675.16917,8.37,0,4.025
20677.49417,6.55,0,4.025
20679.31361,4.31,0,4.025
20680.51083,2.44,0,4.025
20681.18861,0.99,0,4.025
20681.46361,0.01,0,4.025
20681.46639,0,6,4.025
...@@ -99,6 +99,7 @@ ...@@ -99,6 +99,7 @@
<Compile Include="GraphProgram.cs" /> <Compile Include="GraphProgram.cs" />
<Compile Include="Integration\ADAS\ADASTestsConventional.cs" /> <Compile Include="Integration\ADAS\ADASTestsConventional.cs" />
<Compile Include="Integration\ATPowerTrain.cs" /> <Compile Include="Integration\ATPowerTrain.cs" />
<Compile Include="Integration\Auxiliaries.cs" />
<Compile Include="Integration\BusAuxiliaries\AuxDemandTest.cs" /> <Compile Include="Integration\BusAuxiliaries\AuxDemandTest.cs" />
<Compile Include="Integration\BusAuxiliaries\BusAdapterTest.cs" /> <Compile Include="Integration\BusAuxiliaries\BusAdapterTest.cs" />
<Compile Include="Integration\BusAuxiliaries\AAuxTests.cs" /> <Compile Include="Integration\BusAuxiliaries\AAuxTests.cs" />
...@@ -1074,6 +1075,9 @@ ...@@ -1074,6 +1075,9 @@
<None Include="TestData\Integration\ConventionalTimeruns\Class5_Tractor_4x2\Class5_Tractor_ENG.vecto"> <None Include="TestData\Integration\ConventionalTimeruns\Class5_Tractor_4x2\Class5_Tractor_ENG.vecto">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None> </None>
<None Include="TestData\Integration\ConventionalTimeruns\Class5_Tractor_4x2\Class5_Tractor_ENG_Aux.vecto">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="TestData\Integration\ConventionalTimeruns\Class5_Tractor_4x2\Default.vrlm"> <None Include="TestData\Integration\ConventionalTimeruns\Class5_Tractor_4x2\Default.vrlm">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None> </None>
...@@ -1119,6 +1123,9 @@ ...@@ -1119,6 +1123,9 @@
<None Include="TestData\Integration\ConventionalTimeruns\Class5_Tractor_4x2\K-WHVC_timeBased.vdri"> <None Include="TestData\Integration\ConventionalTimeruns\Class5_Tractor_4x2\K-WHVC_timeBased.vdri">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None> </None>
<None Include="TestData\Integration\ConventionalTimeruns\Class5_Tractor_4x2\K_WHVC_distbased_Aux.vdri">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="TestData\Integration\ConventionalTimeruns\Class5_Tractor_4x2\LAC-DF-Vdrop.csv"> <None Include="TestData\Integration\ConventionalTimeruns\Class5_Tractor_4x2\LAC-DF-Vdrop.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None> </None>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment