From 40954de90e1aa1c3a17c43bb78863f8e1e068bc8 Mon Sep 17 00:00:00 2001
From: Markus Quaritsch <markus.quaritsch@tugraz.at>
Date: Wed, 9 Feb 2022 11:47:46 +0100
Subject: [PATCH] extending serial hybrid tests to S4 configuration, adapt
 model parameters

---
 ...ectricStorageSystemDeclarationInputData.cs |     2 +-
 .../EngineeringDataAdapter.cs                 |     2 +-
 .../SimulationComponent/Impl/ElectricMotor.cs |     4 +
 .../Strategies/SerialHybridStrategy.cs        |    82 +-
 .../Integration/Hybrid/SerialHybridTest.cs    |   261 +-
 .../GenericVehicle_Sx/BEV_E4_Group31a.vecto   |    48 +
 .../GenericVehicle_Sx/BEV_E4_Group31a.vveh    |    67 +
 .../Hybrids/GenericVehicle_Sx/EM_Map.vemo     |   925 ++
 .../Hybrids/GenericVehicle_Sx/EM_drag.vemd    |    24 +
 .../Hybrids/GenericVehicle_Sx/EM_fld.vemp     |    25 +
 .../Hybrids/GenericVehicle_Sx/Gen_Map.vemo    |   925 ++
 .../Hybrids/GenericVehicle_Sx/Gen_drag.vemd   |    24 +
 .../Hybrids/GenericVehicle_Sx/Gen_fld.vemp    |    26 +
 .../GenericVehicle_Sx/GenericBattery.vbatr    |     3 +
 .../GenericVehicle_Sx/GenericBattery.vreess   |    19 +
 .../GenericVehicle_Sx/GenericEMotor.vem       |    33 +
 .../Hybrids/GenericVehicle_Sx/GenericGen.vem  |    33 +
 .../Hybrids/GenericVehicle_Sx/Group2_6l.veng  |    35 +
 .../GenericVehicle_Sx/Group2_ICE_Map.vmap     |   171 +
 .../GenericVehicle_Sx/Group2_ICE_fld.vfld     |     7 +
 .../Hybrids/GenericVehicle_Sx/HeavyUrban.vdri |  1408 +++
 .../GenericVehicle_Sx/MaxCurrent.vimax        |     3 +
 .../GenericVehicle_Sx/REESS_SOC_curve.vbatv   |    13 +
 .../GenericVehicle_Sx/Smart_BusAux.vaux       |    34 +
 .../Hybrids/GenericVehicle_Sx/Suburban.vdri   |  3665 ++++++
 .../Hybrids/GenericVehicle_Sx/Truck.vacc      |     6 +
 .../Hybrids/GenericVehicle_Sx/Urban.vdri      | 10062 ++++++++++++++++
 VectoCore/VectoCoreTest/VectoCoreTest.csproj  |    66 +
 28 files changed, 17915 insertions(+), 58 deletions(-)
 create mode 100644 VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/BEV_E4_Group31a.vecto
 create mode 100644 VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/BEV_E4_Group31a.vveh
 create mode 100644 VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/EM_Map.vemo
 create mode 100644 VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/EM_drag.vemd
 create mode 100644 VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/EM_fld.vemp
 create mode 100644 VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Gen_Map.vemo
 create mode 100644 VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Gen_drag.vemd
 create mode 100644 VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Gen_fld.vemp
 create mode 100644 VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/GenericBattery.vbatr
 create mode 100644 VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/GenericBattery.vreess
 create mode 100644 VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/GenericEMotor.vem
 create mode 100644 VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/GenericGen.vem
 create mode 100644 VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Group2_6l.veng
 create mode 100644 VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Group2_ICE_Map.vmap
 create mode 100644 VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Group2_ICE_fld.vfld
 create mode 100644 VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/HeavyUrban.vdri
 create mode 100644 VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/MaxCurrent.vimax
 create mode 100644 VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/REESS_SOC_curve.vbatv
 create mode 100644 VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Smart_BusAux.vaux
 create mode 100644 VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Suburban.vdri
 create mode 100644 VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Truck.vacc
 create mode 100644 VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Urban.vdri

diff --git a/VectoCore/VectoCore/InputData/FileIO/XML/Declaration/DataProvider/XMLElectricStorageSystemDeclarationInputData.cs b/VectoCore/VectoCore/InputData/FileIO/XML/Declaration/DataProvider/XMLElectricStorageSystemDeclarationInputData.cs
index 745d454954..17f31db33e 100644
--- a/VectoCore/VectoCore/InputData/FileIO/XML/Declaration/DataProvider/XMLElectricStorageSystemDeclarationInputData.cs
+++ b/VectoCore/VectoCore/InputData/FileIO/XML/Declaration/DataProvider/XMLElectricStorageSystemDeclarationInputData.cs
@@ -112,7 +112,7 @@ namespace TUGraz.VectoCore.InputData.FileIO.XML.Declaration.DataProvider
 			ElementExists(XMLNames.Battery_SOCmax) ? GetDouble(XMLNames.Battery_SOCmax) : (double?)null;
 
 		public virtual BatteryType BatteryType => GetString(XMLNames.REESS_BatteryType).ParseEnum<BatteryType>();
-		public virtual AmpereSecond Capacity => GetDouble(XMLNames.REESS_RatedCapacity).SI<AmpereSecond>() * 3600;
+		public virtual AmpereSecond Capacity => GetDouble(XMLNames.REESS_RatedCapacity).SI(Unit.SI.Ampere.Hour).Cast<AmpereSecond>();
 		public virtual bool ConnectorsSubsystemsIncluded => GetBool(XMLNames.REESS_ConnectorsSubsystemsIncluded);
 		public virtual bool JunctionboxIncluded => GetBool(XMLNames.REESS_JunctionboxIncluded);
 
diff --git a/VectoCore/VectoCore/InputData/Reader/DataObjectAdapter/EngineeringDataAdapter.cs b/VectoCore/VectoCore/InputData/Reader/DataObjectAdapter/EngineeringDataAdapter.cs
index b06af35e36..e97b4ca4af 100644
--- a/VectoCore/VectoCore/InputData/Reader/DataObjectAdapter/EngineeringDataAdapter.cs
+++ b/VectoCore/VectoCore/InputData/Reader/DataObjectAdapter/EngineeringDataAdapter.cs
@@ -901,7 +901,7 @@ namespace TUGraz.VectoCore.InputData.Reader.DataObjectAdapter
 					Voltage = entry.VoltageLevel,
 					ContinuousTorque = entry.ContinuousTorque * count,
 					ContinuousTorqueSpeed = entry.ContinuousTorqueSpeed,
-					OverloadTorque = entry.OverloadTorque ?? 0.SI<NewtonMeter>() * count,
+					OverloadTorque = (entry.OverloadTorque ?? 0.SI<NewtonMeter>()) * count,
 					OverloadTestSpeed = entry.OverloadTestSpeed ?? 0.RPMtoRad(),
 					OverloadTime = entry.OverloadTime,
 					FullLoadCurve = fullLoadCurveCombined,
diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Impl/ElectricMotor.cs b/VectoCore/VectoCore/Models/SimulationComponent/Impl/ElectricMotor.cs
index 61b078923c..27ea9d711b 100644
--- a/VectoCore/VectoCore/Models/SimulationComponent/Impl/ElectricMotor.cs
+++ b/VectoCore/VectoCore/Models/SimulationComponent/Impl/ElectricMotor.cs
@@ -297,6 +297,10 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl
 					emTorque < 0 ? electricSupplyResponse.MaxPowerDrive : electricSupplyResponse.MaxPowerDrag, electricSupplyResponse.ConsumerPower);
 			}
 
+
+			if (Position == PowertrainPosition.Generator && emOff && !DataBus.EngineCtl.CombustionEngineOn) {
+				emTorqueDt = 0.SI<NewtonMeter>();
+			}
 			var inTorqueDt = outTorque + emTorqueDt;
 
 			IResponse retVal;
diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Strategies/SerialHybridStrategy.cs b/VectoCore/VectoCore/Models/SimulationComponent/Strategies/SerialHybridStrategy.cs
index 69dcf86526..fbbeb321cf 100644
--- a/VectoCore/VectoCore/Models/SimulationComponent/Strategies/SerialHybridStrategy.cs
+++ b/VectoCore/VectoCore/Models/SimulationComponent/Strategies/SerialHybridStrategy.cs
@@ -5,6 +5,7 @@ using TUGraz.VectoCommon.Exceptions;
 using TUGraz.VectoCommon.InputData;
 using TUGraz.VectoCommon.Models;
 using TUGraz.VectoCommon.Utils;
+using TUGraz.VectoCore.Configuration;
 using TUGraz.VectoCore.Models.BusAuxiliaries.DownstreamModules.Impl.Electrics;
 using TUGraz.VectoCore.Models.Connector.Ports.Impl;
 using TUGraz.VectoCore.Models.Simulation;
@@ -120,8 +121,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Strategies
 			}
 
 			GenSetOperatingPoint genSetOperatingPoint;
-			var emTorque = (-emResponse.TorqueRequest).LimitTo(emResponse.MaxDriveTorque ?? 0.SI<NewtonMeter>(),
-				emResponse.MaxRecuperationTorque ?? 0.SI<NewtonMeter>());
+			var emTorque = GetMechanicalAllsistPower(absTime, dt, emResponse.TorqueRequest, emResponse, emResponse.AngularVelocity /* potentially not correct! */);
 			switch (CurrentState.SMState) {
 				case StateMachineState.Acc_S0:
 					genSetOperatingPoint = GensetOff;
@@ -130,8 +130,9 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Strategies
 					tmp.ElectricPower = 0.SI<Watt>();
 					drivetrainDemand = GetDrivetrainPowerDemand(absTime, dt, outTorque, outAngularVelocity, tmp);
 					emResponse = drivetrainDemand.Response.ElectricMotor;
-					emTorque = (-emResponse.TorqueRequest).LimitTo(emResponse.MaxDriveTorque ?? 0.SI<NewtonMeter>(),
-						emResponse.MaxRecuperationTorque ?? 0.SI<NewtonMeter>());
+					//emTorque = (-emResponse.TorqueRequest).LimitTo(emResponse.MaxDriveTorque ?? 0.SI<NewtonMeter>(),
+					//	emResponse.MaxRecuperationTorque ?? 0.SI<NewtonMeter>());
+					emTorque = GetMechanicalAllsistPower(absTime, dt, emResponse.TorqueRequest, emResponse, emResponse.AngularVelocity /* potentially not correct! */);
 					break;
 				case StateMachineState.Acc_S1:
 					var optimalPoint = DataBus.ElectricMotorInfo(PowertrainPosition.Generator).DeRatingActive ?
@@ -151,8 +152,13 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Strategies
 					genSetOperatingPoint = MaxGensetPower(absTime, dt, drivetrainDemand, maxPowerGenset);
 					emTorque = TestPowertrain.ElectricMotor.GetTorqueForElectricPower(
 						DataBus.BatteryInfo.InternalVoltage, drivetrainDemand.Response.ElectricSystem.MaxPowerDrive,
-						drivetrainDemand.Response.ElectricMotor.AngularVelocity, dt).LimitTo(emResponse.MaxDriveTorque ?? 0.SI<NewtonMeter>(),
-						emResponse.MaxRecuperationTorque ?? 0.SI<NewtonMeter>());
+						drivetrainDemand.Response.ElectricMotor.AngularVelocity, dt);
+					if (emTorque == null) {
+						emTorque = emResponse.MaxDriveTorque;
+					}
+					emTorque = GetMechanicalAllsistPower(absTime, dt, emTorque, emResponse, emResponse.AngularVelocity /* potentially not correct! */);
+					//emTorque = emTorque.LimitTo(emResponse.MaxDriveTorque ?? 0.SI<NewtonMeter>(),
+						//emResponse.MaxRecuperationTorque ?? 0.SI<NewtonMeter>());
 					break;
 				case StateMachineState.Break_S0:
 				case StateMachineState.Break_S1:
@@ -164,13 +170,15 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Strategies
 					tmpBr.ElectricPower = 0.SI<Watt>();
 					drivetrainDemand = GetDrivetrainPowerDemand(absTime, dt, outTorque, outAngularVelocity, tmpBr);
 					emResponse = drivetrainDemand.Response.ElectricMotor;
-					if (emTorque > 0 && emResponse.MaxRecuperationTorque == null) {
-						// we could recuperate, but max recuperation is null - so battery is full. turn off EM
-						emTorque = null;
-					} else {
-						emTorque = (-emResponse.TorqueRequest).LimitTo(emResponse.MaxDriveTorque ?? 0.SI<NewtonMeter>(),
-							emResponse.MaxRecuperationTorque ?? 0.SI<NewtonMeter>());
-					}
+
+					emTorque = GetMechanicalAllsistPower(absTime, dt, emResponse.TorqueRequest, emResponse, emResponse.AngularVelocity);
+					//if (emTorque > 0 && emResponse.MaxRecuperationTorque == null) {
+					//	// we could recuperate, but max recuperation is null - so battery is full. turn off EM
+					//	emTorque = null;
+					//} else {
+					//	emTorque = (-emResponse.TorqueRequest).LimitTo(emResponse.MaxDriveTorque ?? 0.SI<NewtonMeter>(),
+					//		emResponse.MaxRecuperationTorque ?? 0.SI<NewtonMeter>());
+					//}
 					break;
 				default:
 					throw new ArgumentOutOfRangeException();
@@ -197,6 +205,30 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Strategies
 
 		}
 
+		private NewtonMeter GetMechanicalAllsistPower(Second absTime, Second dt, NewtonMeter emOutTorque, ElectricMotorResponse emResponse, PerSecond currOutAngularVelocity)
+		{
+			if (!DataBus.GearboxInfo.GearEngaged(absTime) && DataBus.DriverInfo.DrivingAction == DrivingAction.Roll) {
+				var em = DataBus.ElectricMotorInfo(EmPosition);
+				var avgSpeed = (em.ElectricMotorSpeed + currOutAngularVelocity) / 2;
+				var inertiaTorqueLoss = avgSpeed.IsEqual(0)
+					? 0.SI<NewtonMeter>()
+					: Formulas.InertiaPower(currOutAngularVelocity, em.ElectricMotorSpeed, ModelData.ElectricMachinesData.First(x => x.Item1 == EmPosition).Item2.Inertia, dt) / avgSpeed;
+				//var dragTorque = ElectricMotorData.DragCurve.Lookup()
+				return (-inertiaTorqueLoss); //.LimitTo(maxDriveTorque, maxRecuperationTorque);
+			}
+
+			if (DataBus.DriverInfo.DrivingAction == DrivingAction.Coast ||
+				DataBus.DriverInfo.DrivingAction == DrivingAction.Roll) {
+				return null;
+			}
+
+			if (DataBus.VehicleInfo.VehicleSpeed.IsSmallerOrEqual(Constants.SimulationSettings.ClutchDisengageWhenHaltingSpeed) && emOutTorque.IsSmaller(0)) {
+				return null;
+			}
+			return (-emOutTorque).LimitTo(emResponse.MaxDriveTorque ?? 0.SI<NewtonMeter>(),
+				emResponse.MaxRecuperationTorque ?? 0.SI<NewtonMeter>());
+		}
+
 		protected StateMachineState GetStateAccelerate(DrivetrainDemand drivetrainDemand,
 			GenSetOperatingPoint maxPowerGenset, Second dt)
 		{
@@ -494,6 +526,30 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Strategies
 			
 			TestGenSet.ElectricMotorCtl.EMTorque = emTqDt;
 			var r1 = TestGenSet.ElectricMotor.Request(absTime, dt, 0.SI<NewtonMeter>(), iceSpeed);
+			if (r1 is ResponseOverload && !TestGenSet.CombustionEngine.PreviousState.EngineSpeed.IsEqual(op.ICESpeed)) {
+				var rampUp = GenSetCharacteristics.OptimalPoints.Values.SelectMany(x => x).Where(x =>
+						TestGenSet.ElectricMotor.DeRatingActive
+							? x.EMTorque.IsSmallerOrEqual(GenSetCharacteristics.ContinuousTorque)
+							: true).Select(x => new {
+						OperatingPoint = x,
+						RemainingTorque = x.ICETorque - Formulas.InertiaPower(x.ICESpeed,
+								TestGenSet.CombustionEngine.PreviousState.EngineSpeed, ModelData.EngineData.Inertia,
+								dt) /
+							((TestGenSet.CombustionEngine.PreviousState.EngineSpeed + x.ICESpeed) / 2)
+					});
+					var rampUp2 = rampUp.Where(
+						x => x.OperatingPoint.ICESpeed.IsGreater(TestGenSet.CombustionEngine.PreviousState.EngineSpeed))
+					.ToArray();
+				if (rampUp2.Any()) {
+					var best = rampUp2.MaxBy(x => x.RemainingTorque);
+					emTqDt = best.OperatingPoint.EMTorque;
+					iceSpeed = best.OperatingPoint.ICESpeed;
+					TestGenSet.ElectricMotorCtl.EMTorque = emTqDt;
+					r1 = TestGenSet.ElectricMotor.Request(absTime, dt, 0.SI<NewtonMeter>(),
+						best.OperatingPoint.ICESpeed);
+				}
+			}
+
 			if (r1 is ResponseOverload ovl) {
 				emTqDt = SearchAlgorithm.Search(emTqDt, ovl.Delta, emTqDt * 0.1,
 					getYValue: r => {
diff --git a/VectoCore/VectoCoreTest/Integration/Hybrid/SerialHybridTest.cs b/VectoCore/VectoCoreTest/Integration/Hybrid/SerialHybridTest.cs
index b8870bb4a6..7687c6c80c 100644
--- a/VectoCore/VectoCoreTest/Integration/Hybrid/SerialHybridTest.cs
+++ b/VectoCore/VectoCoreTest/Integration/Hybrid/SerialHybridTest.cs
@@ -31,17 +31,17 @@ namespace TUGraz.VectoCore.Tests.Integration.Hybrid
 	[TestFixture]
 	public class SerialHybridTest
 	{
-		public const string MotorFile = @"TestData\Hybrids\ElectricMotor\GenericEMotor.vem";
-		public const string BatFile = @"TestData\Hybrids\Battery\GenericBattery.vbat";
+		public const string BatFile = @"TestData\Hybrids\GenericVehicle_Sx\GenericBattery.vreess";
 
-		public const string AccelerationFile = @"TestData\Components\Truck.vacc";
-		public const string MotorFile240kW = @"TestData\Hybrids\ElectricMotor\GenericEMotor240kW.vem";
+		public const string AccelerationFile = @"TestData\Hybrids\GenericVehicle_Sx\Truck.vacc";
+		public const string MotorFile = @"TestData\Hybrids\GenericVehicle_Sx\GenericEMotor.vem";
 
-		public const string GeneratorFile = @"TestData\Hybrids\ElectricMotor\GenericGenerator.vem";
+		public const string GeneratorFile = @"TestData\Hybrids\GenericVehicle_Sx\GenericGen.vem";
 
 		public const string GearboxIndirectLoss = @"TestData\Components\Indirect Gear.vtlm";
 		public const string GearboxDirectLoss = @"TestData\Components\Direct Gear.vtlm";
 
+		public const string EngineFile = @"TestData\Hybrids\GenericVehicle_Sx\Group2_6l.veng";
 
 
 		public const bool PlotGraphs = true;
@@ -56,24 +56,24 @@ namespace TUGraz.VectoCore.Tests.Integration.Hybrid
 
 
 		[
-			TestCase(30, 0.7, 0, 0, TestName = "S3 Hybrid ConstantSpeed 30km/h SoC: 0.7, level"),
-			TestCase(50, 0.7, 0, 0, TestName = "S3 Hybrid ConstantSpeed 50km/h SoC: 0.7, level"),
-			TestCase(80, 0.7, 0, 0, TestName = "S3 Hybrid ConstantSpeed 80km/h SoC: 0.7, level"),
+			TestCase(30, 0.7, 0, 0, TestName = "S3 Serial Hybrid ConstantSpeed 30km/h SoC: 0.7, level"),
+			TestCase(50, 0.7, 0, 0, TestName = "S3 Serial Hybrid ConstantSpeed 50km/h SoC: 0.7, level"),
+			TestCase(80, 0.7, 0, 0, TestName = "S3 Serial Hybrid ConstantSpeed 80km/h SoC: 0.7, level"),
 
-			TestCase(30, 0.25, 0, 0, TestName = "S3 Hybrid ConstantSpeed 30km/h SoC: 0.25, level"),
-			TestCase(50, 0.25, 0, 0, TestName = "S3 Hybrid ConstantSpeed 50km/h SoC: 0.25, level"),
-			TestCase(80, 0.25, 0, 0, TestName = "S3 Hybrid ConstantSpeed 80km/h SoC: 0.25, level"),
+			TestCase(30, 0.25, 0, 0, TestName = "S3 Serial Hybrid ConstantSpeed 30km/h SoC: 0.25, level"),
+			TestCase(50, 0.25, 0, 0, TestName = "S3 Serial Hybrid ConstantSpeed 50km/h SoC: 0.25, level"),
+			TestCase(80, 0.25, 0, 0, TestName = "S3 Serial Hybrid ConstantSpeed 80km/h SoC: 0.25, level"),
 
-			TestCase(30, 0.5, 5, 0, TestName = "S3 Hybrid ConstantSpeed 30km/h SoC: 0.5, UH 5%"),
-			TestCase(50, 0.5, 5, 0, TestName = "S3 Hybrid ConstantSpeed 50km/h SoC: 0.5, UH 5%"),
-			TestCase(80, 0.5, 5, 0, TestName = "S3 Hybrid ConstantSpeed 80km/h SoC: 0.5, UH 5%"),
+			TestCase(30, 0.5, 5, 0, TestName = "S3 Serial Hybrid ConstantSpeed 30km/h SoC: 0.5, UH 5%"),
+			TestCase(50, 0.5, 5, 0, TestName = "S3 Serial Hybrid ConstantSpeed 50km/h SoC: 0.5, UH 5%"),
+			TestCase(80, 0.5, 5, 0, TestName = "S3 Serial Hybrid ConstantSpeed 80km/h SoC: 0.5, UH 5%"),
 
-			TestCase(30, 0.5, -5, 0, TestName = "S3 Hybrid ConstantSpeed 30km/h SoC: 0.5, DH 5%"),
-			TestCase(50, 0.5, -5, 0, TestName = "S3 Hybrid ConstantSpeed 50km/h SoC: 0.5, DH 5%"),
-			TestCase(80, 0.5, -5, 0, TestName = "S3 Hybrid ConstantSpeed 80km/h SoC: 0.5, DH 5%"),
+			TestCase(30, 0.5, -5, 0, TestName = "S3 Serial Hybrid ConstantSpeed 30km/h SoC: 0.5, DH 5%"),
+			TestCase(50, 0.5, -5, 0, TestName = "S3 Serial Hybrid ConstantSpeed 50km/h SoC: 0.5, DH 5%"),
+			TestCase(80, 0.5, -5, 0, TestName = "S3 Serial Hybrid ConstantSpeed 80km/h SoC: 0.5, DH 5%"),
 
-			TestCase(30, 0.25, 0, 1000, TestName = "S3 Hybrid ConstantSpeed 30km/h SoC: 0.25, level P_auxEl: 1kW"),
-			TestCase(30, 0.25, 0, 5000, TestName = "S3 Hybrid ConstantSpeed 30km/h SoC: 0.25, level P_auxEl: 5kW"),
+			TestCase(30, 0.25, 0, 1000, TestName = "S3 Serial Hybrid ConstantSpeed 30km/h SoC: 0.25, level P_auxEl: 1kW"),
+			TestCase(30, 0.25, 0, 5000, TestName = "S3 Serial Hybrid ConstantSpeed 30km/h SoC: 0.25, level P_auxEl: 5kW"),
 		]
 		public void S3HybridConstantSpeed(double vmax, double initialSoC, double slope, double pAuxEl)
 		{
@@ -87,7 +87,7 @@ namespace TUGraz.VectoCore.Tests.Integration.Hybrid
 			var modFilename = $"SimpleParallelHybrid-S3_constant_{vmax}-{initialSoC}_{slope}_{pAuxEl}.vmod";
 			const PowertrainPosition pos = PowertrainPosition.BatteryElectricE3;
 			var job = CreateEngineeringRun(
-				cycle, modFilename, initialSoC, pos, 4.6, largeMotor: true, largeGen: true, pAuxEl: pAuxEl);
+				cycle, modFilename, initialSoC, pos, 12.47, pAuxEl: pAuxEl);
 			var run = job.Runs.First().Run;
 
 			var hybridController = (SerialHybridController)((VehicleContainer)run.GetContainer()).HybridController;
@@ -109,9 +109,9 @@ namespace TUGraz.VectoCore.Tests.Integration.Hybrid
 		}
 
 		[
-			TestCase(30, 0.7, 0, TestName = "S3 Hybrid DriveOff 30km/h SoC: 0.7, level"),
-			TestCase(80, 0.7, 0, TestName = "S3 Hybrid DriveOff 80km/h SoC: 0.7, level"),
-			TestCase(30, 0.22, 0, TestName = "S3 Hybrid DriveOff 30km/h SoC: 0.22, level")
+			TestCase(30, 0.7, 0, TestName = "S3 Serial Hybrid DriveOff 30km/h SoC: 0.7, level"),
+			TestCase(80, 0.7, 0, TestName = "S3 Serial Hybrid DriveOff 80km/h SoC: 0.7, level"),
+			TestCase(30, 0.22, 0, TestName = "S3 Serial Hybrid DriveOff 30km/h SoC: 0.22, level")
 		]
 		public void S3HybridDriveOff(double vmax, double initialSoC, double slope)
 		{
@@ -125,7 +125,7 @@ namespace TUGraz.VectoCore.Tests.Integration.Hybrid
 			var modFilename = $"SimpleParallelHybrid-S3_acc_{vmax}-{initialSoC}_{slope}.vmod";
 			const PowertrainPosition pos = PowertrainPosition.BatteryElectricE3;
 			var job = CreateEngineeringRun(
-				cycle, modFilename, initialSoC, pos, 1.0, largeMotor: true);
+				cycle, modFilename, initialSoC, pos, 12.47);
 			var run = job.Runs.First().Run;
 
 			var hybridController = (SerialHybridController)((VehicleContainer)run.GetContainer()).HybridController;
@@ -142,9 +142,9 @@ namespace TUGraz.VectoCore.Tests.Integration.Hybrid
 			graphWriter.Write(modFilename);
 		}
 
-		[TestCase(50, 0.79, 0, TestName = "S3 Hybrid Brake Standstill 50km/h SoC: 0.79, level"),
-		TestCase(50, 0.25, 0, TestName = "S3 Hybrid Brake Standstill 50km/h SoC: 0.25, level"),
-		TestCase(50, 0.65, 0, TestName = "S3 Hybrid Brake Standstill 50km/h SoC: 0.65, level")
+		[TestCase(50, 0.79, 0, TestName = "S3 Serial Hybrid Brake Standstill 50km/h SoC: 0.79, level"),
+		TestCase(50, 0.25, 0, TestName = "S3 Serial Hybrid Brake Standstill 50km/h SoC: 0.25, level"),
+		TestCase(50, 0.65, 0, TestName = "S3 Serial Hybrid Brake Standstill 50km/h SoC: 0.65, level")
 		]
 		public void S3HybridBrakeStandstill(double vmax, double initialSoC, double slope)
 		{
@@ -159,7 +159,7 @@ namespace TUGraz.VectoCore.Tests.Integration.Hybrid
 			var modFilename = $"SimpleParallelHybrid-S3_stop_{vmax}-{initialSoC}_{slope}.vmod";
 			const PowertrainPosition pos = PowertrainPosition.BatteryElectricE3;
 			var job = CreateEngineeringRun(
-				cycle, modFilename, initialSoC, pos, 1.0, largeMotor: true);
+				cycle, modFilename, initialSoC, pos, 12.47);
 			var run = job.Runs.First().Run;
 
 			var hybridController = (SerialHybridController)((VehicleContainer)run.GetContainer()).HybridController;
@@ -180,14 +180,14 @@ namespace TUGraz.VectoCore.Tests.Integration.Hybrid
 
 
 		[
-			TestCase("LongHaul", 2000, 0.5, 0, TestName = "S3 Hybrid DriveCycle LongHaul, SoC: 0.5 Payload: 2t P_auxEl: 0kW"),
-			TestCase("RegionalDelivery", 2000, 0.5, 0, TestName = "S3 Hybrid DriveCycle RegionalDelivery, SoC: 0.5 Payload: 2t P_auxEl: 0kW"),
-			TestCase("UrbanDelivery", 2000, 0.5, 0, TestName = "S3 Hybrid DriveCycle UrbanDelivery, SoC: 0.5 Payload: 2t P_auxEl: 0kW"),
-			TestCase("Construction", 2000, 0.5, 0, TestName = "S3 Hybrid DriveCycle Construction, SoC: 0.5 Payload: 2t P_auxEl: 0kW"),
-			TestCase("Urban", 2000, 0.5, 0, TestName = "S3 Hybrid DriveCycle Urban, SoC: 0.5 Payload: 2t P_auxEl: 0kW"),
-			TestCase("Suburban", 2000, 0.5, 0, TestName = "S3 Hybrid DriveCycle SubUrban, SoC: 0.5 Payload: 2t P_auxEl: 0kW"),
-			TestCase("Interurban", 2000, 0.5, 0, TestName = "S3 Hybrid DriveCycle InterUrban, SoC: 0.5 Payload: 2t P_auxEl: 0kW"),
-			TestCase("Coach", 2000, 0.5, 0, TestName = "S3 Hybrid DriveCycle Coach, SoC: 0.5 Payload: 2t P_auxEl: 0kW"),
+			TestCase("LongHaul", 2000, 0.5, 0, TestName = "S3 Serial Hybrid DriveCycle LongHaul, SoC: 0.5 Payload: 2t P_auxEl: 0kW"),
+			TestCase("RegionalDelivery", 2000, 0.5, 0, TestName = "S3 Serial Hybrid DriveCycle RegionalDelivery, SoC: 0.5 Payload: 2t P_auxEl: 0kW"),
+			TestCase("UrbanDelivery", 2000, 0.5, 0, TestName = "S3 Serial Hybrid DriveCycle UrbanDelivery, SoC: 0.5 Payload: 2t P_auxEl: 0kW"),
+			TestCase("Construction", 2000, 0.5, 0, TestName = "S3 Serial Hybrid DriveCycle Construction, SoC: 0.5 Payload: 2t P_auxEl: 0kW"),
+			TestCase("Urban", 2000, 0.5, 0, TestName = "S3 Serial Hybrid DriveCycle Urban, SoC: 0.5 Payload: 2t P_auxEl: 0kW"),
+			TestCase("Suburban", 2000, 0.5, 0, TestName = "S3 Serial Hybrid DriveCycle SubUrban, SoC: 0.5 Payload: 2t P_auxEl: 0kW"),
+			TestCase("Interurban", 2000, 0.5, 0, TestName = "S3 Serial Hybrid DriveCycle InterUrban, SoC: 0.5 Payload: 2t P_auxEl: 0kW"),
+			TestCase("Coach", 2000, 0.5, 0, TestName = "S3 Serial Hybrid DriveCycle Coach, SoC: 0.5 Payload: 2t P_auxEl: 0kW"),
 		]
 		public void S3HybridDriveCycle(string declarationMission, double payload, double initialSoC, double pAuxEl)
 		{
@@ -202,7 +202,7 @@ namespace TUGraz.VectoCore.Tests.Integration.Hybrid
 			var modFilename = $"SimpleParallelHybrid-S3_cycle_{declarationMission}-{initialSoC}_{payload}_{pAuxEl}.vmod";
 			const PowertrainPosition pos = PowertrainPosition.BatteryElectricE3;
 			var job = CreateEngineeringRun(
-				cycle, modFilename, initialSoC, pos, 1.0, largeMotor: true, pAuxEl: pAuxEl, payload: payload.SI<Kilogram>());
+				cycle, modFilename, initialSoC, pos, 12.47, pAuxEl: pAuxEl, payload: payload.SI<Kilogram>());
 			var run = job.Runs.First().Run;
 
 			var hybridController = (SerialHybridController)((VehicleContainer)run.GetContainer()).HybridController;
@@ -224,18 +224,190 @@ namespace TUGraz.VectoCore.Tests.Integration.Hybrid
 			graphWriter.Write(modFilename);
 		}
 
+		// =================================================
+
+		[
+	TestCase(30, 0.7, 0, 0, TestName = "S4 Serial Hybrid ConstantSpeed 30km/h SoC: 0.7, level"),
+	TestCase(50, 0.7, 0, 0, TestName = "S4 Serial Hybrid ConstantSpeed 50km/h SoC: 0.7, level"),
+	TestCase(80, 0.7, 0, 0, TestName = "S4 Serial Hybrid ConstantSpeed 80km/h SoC: 0.7, level"),
+
+	TestCase(30, 0.25, 0, 0, TestName = "S4 Serial Hybrid ConstantSpeed 30km/h SoC: 0.25, level"),
+	TestCase(50, 0.25, 0, 0, TestName = "S4 Serial Hybrid ConstantSpeed 50km/h SoC: 0.25, level"),
+	TestCase(80, 0.25, 0, 0, TestName = "S4 Serial Hybrid ConstantSpeed 80km/h SoC: 0.25, level"),
+
+	TestCase(30, 0.5, 5, 0, TestName = "S4 Serial Hybrid ConstantSpeed 30km/h SoC: 0.5, UH 5%"),
+	TestCase(50, 0.5, 5, 0, TestName = "S4 Serial Hybrid ConstantSpeed 50km/h SoC: 0.5, UH 5%"),
+	TestCase(80, 0.5, 5, 0, TestName = "S4 Serial Hybrid ConstantSpeed 80km/h SoC: 0.5, UH 5%"),
+
+	TestCase(30, 0.5, -5, 0, TestName = "S4 Serial Hybrid ConstantSpeed 30km/h SoC: 0.5, DH 5%"),
+	TestCase(50, 0.5, -5, 0, TestName = "S4 Serial Hybrid ConstantSpeed 50km/h SoC: 0.5, DH 5%"),
+	TestCase(80, 0.5, -5, 0, TestName = "S4 Serial Hybrid ConstantSpeed 80km/h SoC: 0.5, DH 5%"),
+
+	TestCase(30, 0.25, 0, 1000, TestName = "S4 Serial Hybrid ConstantSpeed 30km/h SoC: 0.25, level P_auxEl: 1kW"),
+	TestCase(30, 0.25, 0, 5000, TestName = "S4 Serial Hybrid ConstantSpeed 30km/h SoC: 0.25, level P_auxEl: 5kW"),
+]
+		public void S4HybridConstantSpeed(double vmax, double initialSoC, double slope, double pAuxEl)
+		{
+			var cycleData = string.Format(
+				@"   0, {0}, {1},    0
+				  7000, {0}, {1},    0", vmax, slope);
+			var cycle = SimpleDrivingCycles.CreateCycleData(cycleData);
+
+			const bool largeMotor = true;
+
+			var modFilename = $"SimpleParallelHybrid-S4_constant_{vmax}-{initialSoC}_{slope}_{pAuxEl}.vmod";
+			const PowertrainPosition pos = PowertrainPosition.BatteryElectricE4;
+			var job = CreateEngineeringRun(
+				cycle, modFilename, initialSoC, pos, 12.47, pAuxEl: pAuxEl);
+			var run = job.Runs.First().Run;
+
+			var hybridController = (SerialHybridController)((VehicleContainer)run.GetContainer()).HybridController;
+			Assert.NotNull(hybridController);
+
+			var modData = ((ModalDataContainer)((VehicleContainer)run.GetContainer()).ModData).Data;
+
+			var data = run.GetContainer().RunData;
+			//File.WriteAllText(
+			//	$"{modFilename}.json",
+			//	JsonConvert.SerializeObject(data, Formatting.Indented));
+
+			run.Run();
+			Assert.IsTrue(run.FinishedWithoutErrors);
+
+			Assert.IsTrue(modData.Rows.Count > 0);
+			var graphWriter = GetGraphWriter(new[] { ModalResultField.P_electricMotor_mech_B4, ModalResultField.P_electricMotor_mech_Gen });
+			graphWriter.Write(modFilename);
+		}
+
+		[
+			TestCase(30, 0.7, 0, TestName = "S4 Serial Hybrid DriveOff 30km/h SoC: 0.7, level"),
+			TestCase(80, 0.7, 0, TestName = "S4 Serial Hybrid DriveOff 80km/h SoC: 0.7, level"),
+			TestCase(30, 0.22, 0, TestName = "S4 Serial Hybrid DriveOff 30km/h SoC: 0.22, level")
+		]
+		public void S4HybridDriveOff(double vmax, double initialSoC, double slope)
+		{
+			var cycleData = string.Format(
+				@"   0,   0, {1},    3
+				   700, {0}, {1},    0", vmax, slope);
+			var cycle = SimpleDrivingCycles.CreateCycleData(cycleData);
+
+			const bool largeMotor = true;
+
+			var modFilename = $"SimpleParallelHybrid-S4_acc_{vmax}-{initialSoC}_{slope}.vmod";
+			const PowertrainPosition pos = PowertrainPosition.BatteryElectricE4;
+			var job = CreateEngineeringRun(
+				cycle, modFilename, initialSoC, pos, 12.47);
+			var run = job.Runs.First().Run;
+
+			var hybridController = (SerialHybridController)((VehicleContainer)run.GetContainer()).HybridController;
+			Assert.NotNull(hybridController);
+
+			var modData = ((ModalDataContainer)((VehicleContainer)run.GetContainer()).ModData).Data;
+
+			run.Run();
+			Assert.IsTrue(run.FinishedWithoutErrors);
+
+			Assert.IsTrue(modData.Rows.Count > 0);
+
+			var graphWriter = GetGraphWriter(new[] { ModalResultField.P_electricMotor_mech_B4, ModalResultField.P_electricMotor_mech_Gen });
+			graphWriter.Write(modFilename);
+		}
+
+		[TestCase(50, 0.79, 0, TestName = "S4 Serial Hybrid Brake Standstill 50km/h SoC: 0.79, level"),
+		TestCase(50, 0.25, 0, TestName = "S4 Serial Hybrid Brake Standstill 50km/h SoC: 0.25, level"),
+		TestCase(50, 0.65, 0, TestName = "S4 Serial Hybrid Brake Standstill 50km/h SoC: 0.65, level")
+		]
+		public void S4HybridBrakeStandstill(double vmax, double initialSoC, double slope)
+		{
+			//var dst =
+			var cycleData = string.Format(
+				@"   0, {0}, {1},    0
+				   200,   0, {1},    3", vmax, slope);
+			var cycle = SimpleDrivingCycles.CreateCycleData(cycleData);
+
+			const bool largeMotor = true;
+
+			var modFilename = $"SimpleParallelHybrid-S4_stop_{vmax}-{initialSoC}_{slope}.vmod";
+			const PowertrainPosition pos = PowertrainPosition.BatteryElectricE4;
+			var job = CreateEngineeringRun(
+				cycle, modFilename, initialSoC, pos, 12.47);
+			var run = job.Runs.First().Run;
+
+			var hybridController = (SerialHybridController)((VehicleContainer)run.GetContainer()).HybridController;
+			Assert.NotNull(hybridController);
+			//var strategy = (DelegateParallelHybridStrategy)hybridController.Strategy;
+			//Assert.NotNull(strategy);
+
+			var modData = ((ModalDataContainer)((VehicleContainer)run.GetContainer()).ModData).Data;
+
+			run.Run();
+			Assert.IsTrue(run.FinishedWithoutErrors);
+
+			Assert.IsTrue(modData.Rows.Count > 0);
+
+			var graphWriter = GetGraphWriter(new[] { ModalResultField.P_electricMotor_mech_B4, ModalResultField.P_electricMotor_mech_Gen });
+			graphWriter.Write(modFilename);
+		}
+
+
+
+
+		[
+			TestCase("LongHaul", 2000, 0.5, 0, TestName = "S4 Serial Hybrid DriveCycle LongHaul, SoC: 0.5 Payload: 2t P_auxEl: 0kW"),
+			TestCase("RegionalDelivery", 2000, 0.5, 0, TestName = "S4 Serial Hybrid DriveCycle RegionalDelivery, SoC: 0.5 Payload: 2t P_auxEl: 0kW"),
+			TestCase("UrbanDelivery", 2000, 0.5, 0, TestName = "S4 Serial Hybrid DriveCycle UrbanDelivery, SoC: 0.5 Payload: 2t P_auxEl: 0kW"),
+			TestCase("Construction", 2000, 0.5, 0, TestName = "S4 Serial Hybrid DriveCycle Construction, SoC: 0.5 Payload: 2t P_auxEl: 0kW"),
+			TestCase("Urban", 2000, 0.5, 0, TestName = "S4 Serial Hybrid DriveCycle Urban, SoC: 0.5 Payload: 2t P_auxEl: 0kW"),
+			TestCase("Suburban", 2000, 0.5, 0, TestName = "S4 Serial Hybrid DriveCycle SubUrban, SoC: 0.5 Payload: 2t P_auxEl: 0kW"),
+			TestCase("Interurban", 2000, 0.5, 0, TestName = "S4 Serial Hybrid DriveCycle InterUrban, SoC: 0.5 Payload: 2t P_auxEl: 0kW"),
+			TestCase("Coach", 2000, 0.5, 0, TestName = "S4 Serial Hybrid DriveCycle Coach, SoC: 0.5 Payload: 2t P_auxEl: 0kW"),
+		]
+		public void S4HybridDriveCycle(string declarationMission, double payload, double initialSoC, double pAuxEl)
+		{
+			var cycleData = RessourceHelper.ReadStream(
+				DeclarationData.DeclarationDataResourcePrefix + ".MissionCycles." +
+				declarationMission +
+				Constants.FileExtensions.CycleFile);
+			var cycle = DrivingCycleDataReader.ReadFromStream(cycleData, CycleType.DistanceBased, "", false);
+
+			var modFilename = $"SimpleSerialHybrid-S4_cycle_{declarationMission}-{initialSoC}_{payload}_{pAuxEl}.vmod";
+			const PowertrainPosition pos = PowertrainPosition.BatteryElectricE4;
+			var job = CreateEngineeringRun(
+				cycle, modFilename, initialSoC, pos, 12.47, pAuxEl: pAuxEl, payload: payload.SI<Kilogram>());
+			var run = job.Runs.First().Run;
+
+			var hybridController = (SerialHybridController)((VehicleContainer)run.GetContainer()).HybridController;
+			Assert.NotNull(hybridController);
+
+			var modData = ((ModalDataContainer)((VehicleContainer)run.GetContainer()).ModData).Data;
+
+			var data = run.GetContainer().RunData;
+			//File.WriteAllText(
+			//	$"{modFilename}.json",
+			//	JsonConvert.SerializeObject(data, Formatting.Indented));
+
+			run.Run();
+			Assert.IsTrue(run.FinishedWithoutErrors);
+
+			Assert.IsTrue(modData.Rows.Count > 0);
+
+			var graphWriter = GetGraphWriter(new[] { ModalResultField.P_electricMotor_mech_B4, ModalResultField.P_electricMotor_mech_Gen });
+			graphWriter.Write(modFilename);
+		}
+
+
 
 		// =================================================
 
 		public static JobContainer CreateEngineeringRun(DrivingCycleData cycleData, string modFileName,
-			double initialSoc, PowertrainPosition pos, double ratio, bool largeMotor = false, bool largeGen = false, double pAuxEl = 0,
+			double initialSoc, PowertrainPosition pos, double ratio, double pAuxEl = 0,
 			Kilogram payload = null, Watt maxDriveTrainPower = null, GearboxType gearboxType = GearboxType.NoGearbox)
 		{
 			var fileWriter = new FileOutputWriter(Path.GetFileNameWithoutExtension(modFileName));
 			var sumData = new SummaryDataContainer(fileWriter);
 			var jobContainer = new JobContainer(sumData);
 			var container = CreateSerialHybridPowerTrain(
-				cycleData, modFileName, initialSoc, largeMotor, largeGen, sumData, pAuxEl, pos, ratio, payload,
+				cycleData, modFileName, initialSoc, sumData, pAuxEl, pos, ratio, payload,
 				maxDriveTrainPower, gearboxType);
 			var run = new DistanceRun(container);
 			jobContainer.AddRun(run);
@@ -243,7 +415,7 @@ namespace TUGraz.VectoCore.Tests.Integration.Hybrid
 		}
 
 		public static VehicleContainer CreateSerialHybridPowerTrain(DrivingCycleData cycleData, string modFileName,
-			double initialBatCharge, bool largeMotor, bool largeGen, SummaryDataContainer sumData, double pAuxEl,
+			double initialBatCharge, SummaryDataContainer sumData, double pAuxEl,
 			PowertrainPosition pos, double ratio, Kilogram payload = null, Watt maxDriveTrainPower = null, GearboxType gearboxType = GearboxType.NoGearbox)
 		{
 			var gearboxData = CreateGearboxData(gearboxType);
@@ -253,8 +425,11 @@ namespace TUGraz.VectoCore.Tests.Integration.Hybrid
 			var airdragData = CreateAirdragData();
 			var driverData = CreateDriverData(AccelerationFile, true);
 
-			var emFile = largeMotor ? MotorFile240kW : MotorFile;
-			var electricMotorData = MockSimulationDataFactory.CreateElectricMotorData(emFile, 2, pos, ratio, 1);
+			var emFile = MotorFile;
+			var correctedRatio = pos == PowertrainPosition.BatteryElectricE3
+				? ratio / axleGearData.AxleGear.Ratio
+				: ratio;
+			var electricMotorData = MockSimulationDataFactory.CreateElectricMotorData(emFile, 2, pos, correctedRatio, 1);
 
 			var genFile = GeneratorFile;
 			electricMotorData.AddRange(
@@ -265,7 +440,7 @@ namespace TUGraz.VectoCore.Tests.Integration.Hybrid
 			//batteryData.TargetSoC = 0.5;
 
 			var engineData = MockSimulationDataFactory.CreateEngineDataFromFile(
-				 Truck40tPowerTrain.EngineFile, gearboxData.Gears.Count);
+				 EngineFile, gearboxData.Gears.Count);
 
 			foreach (var entry in gearboxData.Gears) {
 				entry.Value.ShiftPolygon = DeclarationData.Gearbox.ComputeEfficiencyShiftPolygon(
diff --git a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/BEV_E4_Group31a.vecto b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/BEV_E4_Group31a.vecto
new file mode 100644
index 0000000000..1f86afd92b
--- /dev/null
+++ b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/BEV_E4_Group31a.vecto
@@ -0,0 +1,48 @@
+{
+  "Header": {
+    "CreatedBy": "",
+    "Date": "2022-02-08T08:23:21.5081224Z",
+    "AppVersion": "3",
+    "FileVersion": 9
+  },
+  "Body": {
+    "SavedInDeclMode": false,
+    "VehicleFile": "BEV_E4_Group31a.vveh",
+    "Padd_electric": 0.0,
+    "BusAux": "Smart_BusAux.vaux",
+    "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": "Overspeed",
+      "MinSpeed": 50.0,
+      "OverSpeed": 2.5
+    },
+    "Cycles": [
+      "HeavyUrban.vdri",
+	  "Suburban.vdri",
+	  "Urban.vdri"
+    ]
+  }
+}
\ No newline at end of file
diff --git a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/BEV_E4_Group31a.vveh b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/BEV_E4_Group31a.vveh
new file mode 100644
index 0000000000..6242650fe4
--- /dev/null
+++ b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/BEV_E4_Group31a.vveh
@@ -0,0 +1,67 @@
+{
+  "Header": {
+    "CreatedBy": "",
+    "Date": "2022-02-08T08:23:19.3752854Z",
+    "AppVersion": "3",
+    "FileVersion": 10
+  },
+  "Body": {
+    "SavedInDeclMode": false,
+    "VehCat": "CityBus",
+    "LegislativeClass": "Unknown",
+    "CurbWeight": 12841.5,
+    "CurbWeightExtra": 0.0,
+    "MassMax": 19.5,
+    "Loading": 5618.16,
+    "rdyn": 465.0,
+    "CdCorrMode": "CdofVdecl",
+    "CdCorrFile": "",
+    "AxleConfig": {
+      "Type": "4x2",
+      "Axles": [
+        {
+          "Inertia": 11.9,
+          "Wheels": "275/70 R22.5",
+          "AxleWeightShare": 0.375,
+          "TwinTyres": false,
+          "RRCISO": 0.0034,
+          "FzISO": 31300.0,
+          "Type": "VehicleNonDriven"
+        },
+        {
+          "Inertia": 11.9,
+          "Wheels": "275/70 R22.5",
+          "AxleWeightShare": 0.625,
+          "TwinTyres": true,
+          "RRCISO": 0.004,
+          "FzISO": 31300.0,
+          "Type": "VehicleDriven"
+        }
+      ]
+    },
+    "EngineStopStart": false,
+    "EcoRoll": "None",
+    "PredictiveCruiseControl": "Option_1_2_3",
+    "ATEcoRollReleaseLockupClutch": false,
+    "CdA": 4.9,
+    "VehicleHeight": 3.1,
+    "InitialSoC": 80,
+    "PowertrainConfiguration": "BatteryElectric",
+    "ElectricMotors": [
+      {
+        "Count": 2,
+        "Ratio": 12.47,
+        "Position": "E4",
+        "MotorFile": "GenericEMotor.vem",
+        "MechanicalEfficiency": 0.98
+      }
+    ],
+    "Batteries": [
+      {
+        "NumPacks": 1,
+        "BatteryFile": "GenericBattery.vreess",
+        "StreamId": 0
+      }
+    ]
+  }
+}
\ No newline at end of file
diff --git a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/EM_Map.vemo b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/EM_Map.vemo
new file mode 100644
index 0000000000..4e46187a16
--- /dev/null
+++ b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/EM_Map.vemo
@@ -0,0 +1,925 @@
+n [rpm] , T [Nm] , P_el [kW]
+0.00,-506.13,0.000
+0.00,-480.83,0.000
+0.00,-455.52,0.000
+0.00,-430.21,0.000
+0.00,-404.91,0.000
+0.00,-379.60,0.000
+0.00,-354.29,-0.065
+0.00,-328.99,-0.329
+0.00,-303.68,-0.491
+0.00,-278.37,-0.597
+0.00,-253.07,-0.661
+0.00,-227.76,-0.692
+0.00,-202.45,-0.695
+0.00,-177.15,-0.674
+0.00,-151.84,-0.630
+0.00,-126.53,-0.566
+0.00,-101.23,-0.483
+0.00,-75.92,-0.383
+0.00,-50.61,-0.266
+0.00,-25.31,-0.133
+0.00,-5.06,-0.012
+0.00,5.06,0.063
+0.00,25.31,0.276
+0.00,50.61,0.552
+0.00,75.92,0.839
+0.00,101.23,1.136
+0.00,126.53,1.444
+0.00,151.84,1.763
+0.00,177.15,2.092
+0.00,202.45,2.430
+0.00,227.76,2.779
+0.00,253.07,3.137
+0.00,278.37,3.505
+0.00,303.68,3.882
+0.00,328.99,4.269
+0.00,354.29,4.665
+0.00,379.60,5.070
+0.00,404.91,5.483
+0.00,430.21,5.906
+0.00,455.52,6.338
+0.00,480.83,6.778
+0.00,506.13,7.227
+41.51,-506.13,0.000
+41.51,-480.83,0.000
+41.51,-455.52,0.000
+41.51,-430.21,0.000
+41.51,-404.91,0.000
+41.51,-379.60,0.000
+41.51,-354.29,-0.171
+41.51,-328.99,-0.286
+41.51,-303.68,-0.353
+41.51,-278.37,-0.393
+41.51,-253.07,-0.414
+41.51,-227.76,-0.419
+41.51,-202.45,-0.410
+41.51,-177.15,-0.390
+41.51,-151.84,-0.359
+41.51,-126.53,-0.319
+41.51,-101.23,-0.269
+41.51,-75.92,-0.211
+41.51,-50.61,-0.146
+41.51,-25.31,-0.072
+41.51,-5.06,-0.007
+41.51,5.06,0.033
+41.51,25.31,0.143
+41.51,50.61,0.285
+41.51,75.92,0.432
+41.51,101.23,0.584
+41.51,126.53,0.742
+41.51,151.84,0.904
+41.51,177.15,1.071
+41.51,202.45,1.244
+41.51,227.76,1.420
+41.51,253.07,1.602
+41.51,278.37,1.788
+41.51,303.68,1.978
+41.51,328.99,2.173
+41.51,354.29,2.373
+41.51,379.60,2.577
+41.51,404.91,2.785
+41.51,430.21,2.997
+41.51,455.52,3.214
+41.51,480.83,3.434
+41.51,506.13,3.659
+415.08,-506.13,-19.663
+415.08,-480.83,-18.739
+415.08,-455.52,-17.808
+415.08,-430.21,-16.871
+415.08,-404.91,-15.926
+415.08,-379.60,-14.976
+415.08,-354.29,-14.018
+415.08,-328.99,-13.054
+415.08,-303.68,-12.083
+415.08,-278.37,-11.106
+415.08,-253.07,-10.122
+415.08,-227.76,-9.131
+415.08,-202.45,-8.134
+415.08,-177.15,-7.131
+415.08,-151.84,-6.121
+415.08,-126.53,-5.104
+415.08,-101.23,-4.081
+415.08,-75.92,-3.052
+415.08,-50.61,-2.016
+415.08,-25.31,-0.973
+415.08,-5.06,-0.125
+415.08,5.06,0.299
+415.08,25.31,1.226
+415.08,50.61,2.386
+415.08,75.92,3.552
+415.08,101.23,4.725
+415.08,126.53,5.904
+415.08,151.84,7.089
+415.08,177.15,8.280
+415.08,202.45,9.478
+415.08,227.76,10.682
+415.08,253.07,11.892
+415.08,278.37,13.109
+415.08,303.68,14.332
+415.08,328.99,15.561
+415.08,354.29,16.796
+415.08,379.60,18.038
+415.08,404.91,19.286
+415.08,430.21,20.540
+415.08,455.52,21.801
+415.08,480.83,23.067
+415.08,506.13,24.340
+830.15,-506.13,-40.807
+830.15,-480.83,-38.832
+830.15,-455.52,-36.848
+830.15,-430.21,-34.857
+830.15,-404.91,-32.858
+830.15,-379.60,-30.852
+830.15,-354.29,-28.837
+830.15,-328.99,-26.815
+830.15,-303.68,-24.785
+830.15,-278.37,-22.748
+830.15,-253.07,-20.702
+830.15,-227.76,-18.649
+830.15,-202.45,-16.589
+830.15,-177.15,-14.521
+830.15,-151.84,-12.445
+830.15,-126.53,-10.361
+830.15,-101.23,-8.270
+830.15,-75.92,-6.171
+830.15,-50.61,-4.064
+830.15,-25.31,-1.948
+830.15,-5.06,-0.223
+830.15,5.06,0.612
+830.15,25.31,2.451
+830.15,50.61,4.741
+830.15,75.92,7.039
+830.15,101.23,9.343
+830.15,126.53,11.655
+830.15,151.84,13.975
+830.15,177.15,16.302
+830.15,202.45,18.637
+830.15,227.76,20.980
+830.15,253.07,23.331
+830.15,278.37,25.689
+830.15,303.68,28.054
+830.15,328.99,30.428
+830.15,354.29,32.809
+830.15,379.60,35.197
+830.15,404.91,37.594
+830.15,430.21,39.997
+830.15,455.52,42.409
+830.15,480.83,44.828
+830.15,506.13,47.254
+1245.23,-506.13,-61.749
+1245.23,-480.83,-58.739
+1245.23,-455.52,-55.719
+1245.23,-430.21,-52.689
+1245.23,-404.91,-49.650
+1245.23,-379.60,-46.601
+1245.23,-354.29,-43.542
+1245.23,-328.99,-40.473
+1245.23,-303.68,-37.395
+1245.23,-278.37,-34.307
+1245.23,-253.07,-31.209
+1245.23,-227.76,-28.102
+1245.23,-202.45,-24.985
+1245.23,-177.15,-21.858
+1245.23,-151.84,-18.722
+1245.23,-126.53,-15.576
+1245.23,-101.23,-12.420
+1245.23,-75.92,-9.255
+1245.23,-50.61,-6.079
+1245.23,-25.31,-2.889
+1245.23,-5.06,-0.267
+1245.23,5.06,0.953
+1245.23,25.31,3.707
+1245.23,50.61,7.130
+1245.23,75.92,10.560
+1245.23,101.23,14.000
+1245.23,126.53,17.449
+1245.23,151.84,20.907
+1245.23,177.15,24.376
+1245.23,202.45,27.854
+1245.23,227.76,31.342
+1245.23,253.07,34.839
+1245.23,278.37,38.347
+1245.23,303.68,41.864
+1245.23,328.99,45.391
+1245.23,354.29,48.927
+1245.23,379.60,52.473
+1245.23,404.91,56.029
+1245.23,430.21,59.595
+1245.23,455.52,63.170
+1245.23,480.83,66.755
+1245.23,506.13,70.350
+1660.30,-506.13,-82.488
+1660.30,-480.83,-78.459
+1660.30,-455.52,-74.418
+1660.30,-430.21,-70.364
+1660.30,-404.91,-66.298
+1660.30,-379.60,-62.218
+1660.30,-354.29,-58.127
+1660.30,-328.99,-54.023
+1660.30,-303.68,-49.906
+1660.30,-278.37,-45.777
+1660.30,-253.07,-41.635
+1660.30,-227.76,-37.481
+1660.30,-202.45,-33.314
+1660.30,-177.15,-29.135
+1660.30,-151.84,-24.943
+1660.30,-126.53,-20.739
+1660.30,-101.23,-16.522
+1660.30,-75.92,-12.292
+1660.30,-50.61,-8.049
+1660.30,-25.31,-3.786
+1660.30,-5.06,-0.215
+1660.30,5.06,1.326
+1660.30,25.31,5.003
+1660.30,50.61,9.561
+1660.30,75.92,14.127
+1660.30,101.23,18.704
+1660.30,126.53,23.294
+1660.30,151.84,27.896
+1660.30,177.15,32.510
+1660.30,202.45,37.138
+1660.30,227.76,41.777
+1660.30,253.07,46.430
+1660.30,278.37,51.095
+1660.30,303.68,55.772
+1660.30,328.99,60.462
+1660.30,354.29,65.165
+1660.30,379.60,69.880
+1660.30,404.91,74.608
+1660.30,430.21,79.348
+1660.30,455.52,84.101
+1660.30,480.83,88.866
+1660.30,506.13,93.644
+2075.38,-506.13,-103.017
+2075.38,-480.83,-97.985
+2075.38,-455.52,-92.937
+2075.38,-430.21,-87.873
+2075.38,-404.91,-82.793
+2075.38,-379.60,-77.696
+2075.38,-354.29,-72.583
+2075.38,-328.99,-67.454
+2075.38,-303.68,-62.309
+2075.38,-278.37,-57.148
+2075.38,-253.07,-51.970
+2075.38,-227.76,-46.777
+2075.38,-202.45,-41.567
+2075.38,-177.15,-36.341
+2075.38,-151.84,-31.099
+2075.38,-126.53,-25.841
+2075.38,-101.23,-20.566
+2075.38,-75.92,-15.275
+2075.38,-50.61,-9.964
+2075.38,-25.31,-4.627
+2075.38,-5.06,0.000
+2075.38,5.06,1.738
+2075.38,25.31,6.348
+2075.38,50.61,12.044
+2075.38,75.92,17.748
+2075.38,101.23,23.466
+2075.38,126.53,29.200
+2075.38,151.84,34.950
+2075.38,177.15,40.716
+2075.38,202.45,46.498
+2075.38,227.76,52.296
+2075.38,253.07,58.111
+2075.38,278.37,63.942
+2075.38,303.68,69.789
+2075.38,328.99,75.652
+2075.38,354.29,81.532
+2075.38,379.60,87.427
+2075.38,404.91,93.339
+2075.38,430.21,99.267
+2075.38,455.52,105.211
+2075.38,480.83,111.171
+2075.38,506.13,117.148
+2490.46,-506.13,-123.326
+2490.46,-480.83,-117.307
+2490.46,-455.52,-111.267
+2490.46,-430.21,-105.207
+2490.46,-404.91,-99.126
+2490.46,-379.60,-93.024
+2490.46,-354.29,-86.901
+2490.46,-328.99,-80.758
+2490.46,-303.68,-74.595
+2490.46,-278.37,-68.410
+2490.46,-253.07,-62.205
+2490.46,-227.76,-55.980
+2490.46,-202.45,-49.734
+2490.46,-177.15,-43.467
+2490.46,-151.84,-37.180
+2490.46,-126.53,-30.872
+2490.46,-101.23,-24.543
+2490.46,-75.92,-18.191
+2490.46,-50.61,-11.816
+2490.46,-25.31,-5.399
+2490.46,-5.06,0.000
+2490.46,5.06,2.194
+2490.46,25.31,7.750
+2490.46,50.61,14.587
+2490.46,75.92,21.433
+2490.46,101.23,28.295
+2490.46,126.53,35.177
+2490.46,151.84,42.079
+2490.46,177.15,49.002
+2490.46,202.45,55.945
+2490.46,227.76,62.909
+2490.46,253.07,69.893
+2490.46,278.37,76.898
+2490.46,303.68,83.924
+2490.46,328.99,90.970
+2490.46,354.29,98.037
+2490.46,379.60,105.125
+2490.46,404.91,112.233
+2490.46,430.21,119.361
+2490.46,455.52,126.510
+2490.46,480.83,133.680
+2490.46,506.13,140.870
+2905.53,-506.13,-143.404
+2905.53,-480.83,-136.414
+2905.53,-455.52,-129.397
+2905.53,-430.21,-122.355
+2905.53,-404.91,-115.286
+2905.53,-379.60,-108.192
+2905.53,-354.29,-101.071
+2905.53,-328.99,-93.925
+2905.53,-303.68,-86.753
+2905.53,-278.37,-79.554
+2905.53,-253.07,-72.330
+2905.53,-227.76,-65.081
+2905.53,-202.45,-57.805
+2905.53,-177.15,-50.503
+2905.53,-151.84,-43.176
+2905.53,-126.53,-35.822
+2905.53,-101.23,-28.441
+2905.53,-75.92,-21.033
+2905.53,-50.61,-13.591
+2905.53,-25.31,-6.091
+2905.53,-5.06,0.000
+2905.53,5.06,2.697
+2905.53,25.31,9.216
+2905.53,50.61,17.200
+2905.53,75.92,25.189
+2905.53,101.23,33.199
+2905.53,126.53,41.234
+2905.53,151.84,49.293
+2905.53,177.15,57.377
+2905.53,202.45,65.487
+2905.53,227.76,73.623
+2905.53,253.07,81.785
+2905.53,278.37,89.973
+2905.53,303.68,98.186
+2905.53,328.99,106.425
+2905.53,354.29,114.690
+2905.53,379.60,122.981
+2905.53,404.91,131.297
+2905.53,430.21,139.639
+2905.53,455.52,148.007
+2905.53,480.83,156.401
+2905.53,506.13,164.820
+3320.61,-506.13,-163.242
+3320.61,-480.83,-155.296
+3320.61,-455.52,-147.317
+3320.61,-430.21,-139.307
+3320.61,-404.91,-131.264
+3320.61,-379.60,-123.189
+3320.61,-354.29,-115.083
+3320.61,-328.99,-106.944
+3320.61,-303.68,-98.773
+3320.61,-278.37,-90.570
+3320.61,-253.07,-82.335
+3320.61,-227.76,-74.069
+3320.61,-202.45,-65.770
+3320.61,-177.15,-57.439
+3320.61,-151.84,-49.077
+3320.61,-126.53,-40.681
+3320.61,-101.23,-32.252
+3320.61,-75.92,-23.787
+3320.61,-50.61,-15.280
+3320.61,-25.31,-6.687
+3320.61,-5.06,0.000
+3320.61,5.06,3.253
+3320.61,25.31,10.753
+3320.61,50.61,19.889
+3320.61,75.92,29.027
+3320.61,101.23,38.188
+3320.61,126.53,47.378
+3320.61,151.84,56.599
+3320.61,177.15,65.851
+3320.61,202.45,75.134
+3320.61,227.76,84.449
+3320.61,253.07,93.796
+3320.61,278.37,103.174
+3320.61,303.68,112.584
+3320.61,328.99,122.026
+3320.61,354.29,131.500
+3320.61,379.60,141.005
+3320.61,404.91,150.542
+3320.61,430.21,160.110
+3320.61,455.52,169.711
+3320.61,480.83,179.342
+3320.61,506.13,189.005
+3735.68,-506.13,-182.827
+3735.68,-480.83,-173.942
+3735.68,-455.52,-165.017
+3735.68,-430.21,-156.052
+3735.68,-404.91,-147.049
+3735.68,-379.60,-138.007
+3735.68,-354.29,-128.925
+3735.68,-328.99,-119.805
+3735.68,-303.68,-110.645
+3735.68,-278.37,-101.447
+3735.68,-253.07,-92.210
+3735.68,-227.76,-82.934
+3735.68,-202.45,-73.619
+3735.68,-177.15,-64.265
+3735.68,-151.84,-54.872
+3735.68,-126.53,-45.438
+3735.68,-101.23,-35.964
+3735.68,-75.92,-26.444
+3735.68,-50.61,-16.869
+3735.68,-25.31,-7.171
+3735.68,-5.06,0.000
+3735.68,5.06,3.865
+3735.68,25.31,12.369
+3735.68,50.61,22.664
+3735.68,75.92,32.954
+3735.68,101.23,43.270
+3735.68,126.53,53.621
+3735.68,151.84,64.007
+3735.68,177.15,74.432
+3735.68,202.45,84.894
+3735.68,227.76,95.395
+3735.68,253.07,105.934
+3735.68,278.37,116.512
+3735.68,303.68,127.128
+3735.68,328.99,137.782
+3735.68,354.29,148.475
+3735.68,379.60,159.206
+3735.68,404.91,169.975
+3735.68,430.21,180.783
+3735.68,455.52,191.629
+3735.68,480.83,202.513
+3735.68,506.13,213.435
+4150.76,-506.13,-202.150
+4150.76,-480.83,-192.341
+4150.76,-455.52,-182.484
+4150.76,-430.21,-172.581
+4150.76,-404.91,-162.630
+4150.76,-379.60,-152.633
+4150.76,-354.29,-142.588
+4150.76,-328.99,-132.497
+4150.76,-303.68,-122.359
+4150.76,-278.37,-112.175
+4150.76,-253.07,-101.944
+4150.76,-227.76,-91.666
+4150.76,-202.45,-81.342
+4150.76,-177.15,-70.970
+4150.76,-151.84,-60.551
+4150.76,-126.53,-50.084
+4150.76,-101.23,-39.566
+4150.76,-75.92,-28.992
+4150.76,-50.61,-18.347
+4150.76,-25.31,-7.524
+4150.76,-5.06,0.000
+4150.76,5.06,4.534
+4150.76,25.31,14.070
+4150.76,50.61,25.532
+4150.76,75.92,36.978
+4150.76,101.23,48.454
+4150.76,126.53,59.969
+4150.76,151.84,71.527
+4150.76,177.15,83.129
+4150.76,202.45,94.777
+4150.76,227.76,106.470
+4150.76,253.07,118.209
+4150.76,278.37,129.994
+4150.76,303.68,141.825
+4150.76,328.99,153.701
+4150.76,354.29,165.624
+4150.76,379.60,177.592
+4150.76,404.91,189.606
+4150.76,430.21,201.665
+4150.76,455.52,213.771
+4150.76,480.83,225.921
+4150.76,506.13,238.118
+4565.84,-506.13,-221.198
+4565.84,-480.83,-210.482
+4565.84,-455.52,-199.709
+4565.84,-430.21,-188.880
+4565.84,-404.91,-177.996
+4565.84,-379.60,-167.057
+4565.84,-354.29,-156.061
+4565.84,-328.99,-145.011
+4565.84,-303.68,-133.905
+4565.84,-278.37,-122.743
+4565.84,-253.07,-111.527
+4565.84,-227.76,-100.255
+4565.84,-202.45,-88.927
+4565.84,-177.15,-77.544
+4565.84,-151.84,-66.104
+4565.84,-126.53,-54.606
+4565.84,-101.23,-43.047
+4565.84,-75.92,-31.420
+4565.84,-50.61,-19.699
+4565.84,-25.31,-7.722
+4565.84,-5.06,0.000
+4565.84,5.06,5.264
+4565.84,25.31,15.861
+4565.84,50.61,28.499
+4565.84,75.92,41.107
+4565.84,101.23,53.747
+4565.84,126.53,66.431
+4565.84,151.84,79.165
+4565.84,177.15,91.951
+4565.84,202.45,104.790
+4565.84,227.76,117.683
+4565.84,253.07,130.629
+4565.84,278.37,143.630
+4565.84,303.68,156.684
+4565.84,328.99,169.793
+4565.84,354.29,182.955
+4565.84,379.60,196.172
+4565.84,404.91,209.442
+4565.84,430.21,222.766
+4565.84,455.52,236.144
+4565.84,480.83,249.576
+4565.84,506.13,263.061
+4980.91,-506.13,-239.961
+4980.91,-480.83,-228.353
+4980.91,-455.52,-216.680
+4980.91,-430.21,-204.941
+4980.91,-404.91,-193.137
+4980.91,-379.60,-181.268
+4980.91,-354.29,-169.333
+4980.91,-328.99,-157.334
+4980.91,-303.68,-145.270
+4980.91,-278.37,-133.141
+4980.91,-253.07,-120.948
+4980.91,-227.76,-108.689
+4980.91,-202.45,-96.365
+4980.91,-177.15,-83.975
+4980.91,-151.84,-71.519
+4980.91,-126.53,-58.993
+4980.91,-101.23,-46.395
+4980.91,-75.92,-33.713
+4980.91,-50.61,-20.911
+4980.91,-25.31,-7.737
+4980.91,-5.06,0.000
+4980.91,5.06,6.057
+4980.91,25.31,17.748
+4980.91,50.61,31.574
+4980.91,75.92,45.350
+4980.91,101.23,59.158
+4980.91,126.53,73.016
+4980.91,151.84,86.931
+4980.91,177.15,100.906
+4980.91,202.45,114.943
+4980.91,227.76,129.042
+4980.91,253.07,143.203
+4980.91,278.37,157.427
+4980.91,303.68,171.715
+4980.91,328.99,186.065
+4980.91,354.29,200.478
+4980.91,379.60,214.954
+4980.91,404.91,229.492
+4980.91,430.21,244.094
+4980.91,455.52,258.758
+4980.91,480.83,273.484
+4980.91,506.13,288.273
+5395.99,-506.13,-258.426
+5395.99,-480.83,-245.943
+5395.99,-455.52,-233.385
+5395.99,-430.21,-220.751
+5395.99,-404.91,-208.041
+5395.99,-379.60,-195.255
+5395.99,-354.29,-182.394
+5395.99,-328.99,-169.457
+5395.99,-303.68,-156.445
+5395.99,-278.37,-143.358
+5395.99,-253.07,-130.196
+5395.99,-227.76,-116.958
+5395.99,-202.45,-103.644
+5395.99,-177.15,-90.253
+5395.99,-151.84,-76.785
+5395.99,-126.53,-63.235
+5395.99,-101.23,-49.599
+5395.99,-75.92,-35.860
+5395.99,-50.61,-21.967
+5395.99,-25.31,-7.528
+5395.99,-5.06,0.000
+5395.99,5.06,6.915
+5395.99,25.31,19.737
+5395.99,50.61,34.763
+5395.99,75.92,49.713
+5395.99,101.23,64.694
+5395.99,126.53,79.731
+5395.99,151.84,94.833
+5395.99,177.15,110.003
+5395.99,202.45,125.243
+5395.99,227.76,140.555
+5395.99,253.07,155.939
+5395.99,278.37,171.396
+5395.99,303.68,186.924
+5395.99,328.99,202.526
+5395.99,354.29,218.200
+5395.99,379.60,233.946
+5395.99,404.91,249.765
+5395.99,430.21,265.656
+5395.99,455.52,281.619
+5395.99,480.83,297.654
+5395.99,506.13,313.761
+5811.07,-506.13,-276.581
+5811.07,-480.83,-263.241
+5811.07,-455.52,-249.813
+5811.07,-430.21,-236.298
+5811.07,-404.91,-222.696
+5811.07,-379.60,-209.007
+5811.07,-354.29,-195.231
+5811.07,-328.99,-181.368
+5811.07,-303.68,-167.418
+5811.07,-278.37,-153.382
+5811.07,-253.07,-139.260
+5811.07,-227.76,-125.050
+5811.07,-202.45,-110.753
+5811.07,-177.15,-96.367
+5811.07,-151.84,-81.890
+5811.07,-126.53,-67.319
+5811.07,-101.23,-52.645
+5811.07,-75.92,-37.847
+5811.07,-50.61,-22.849
+5811.07,-25.31,-7.041
+5811.07,-5.06,0.000
+5811.07,5.06,7.840
+5811.07,25.31,21.831
+5811.07,50.61,38.071
+5811.07,75.92,54.204
+5811.07,101.23,70.364
+5811.07,126.53,86.585
+5811.07,151.84,102.878
+5811.07,177.15,119.249
+5811.07,202.45,135.700
+5811.07,227.76,152.232
+5811.07,253.07,168.846
+5811.07,278.37,185.542
+5811.07,303.68,202.322
+5811.07,328.99,219.184
+5811.07,354.29,236.129
+5811.07,379.60,253.157
+5811.07,404.91,270.267
+5811.07,430.21,287.461
+5811.07,455.52,304.736
+5811.07,480.83,322.094
+5811.07,506.13,339.534
+6226.14,-506.13,-294.415
+6226.14,-480.83,-280.233
+6226.14,-455.52,-265.952
+6226.14,-430.21,-251.571
+6226.14,-404.91,-237.091
+6226.14,-379.60,-222.511
+6226.14,-354.29,-207.833
+6226.14,-328.99,-193.055
+6226.14,-303.68,-178.178
+6226.14,-278.37,-163.203
+6226.14,-253.07,-148.128
+6226.14,-227.76,-132.954
+6226.14,-202.45,-117.680
+6226.14,-177.15,-102.303
+6226.14,-151.84,-86.823
+6226.14,-126.53,-71.232
+6226.14,-101.23,-55.520
+6226.14,-75.92,-39.657
+6226.14,-50.61,-23.536
+6226.14,-25.31,-6.184
+6226.14,-5.06,0.000
+6226.14,5.06,8.832
+6226.14,25.31,24.036
+6226.14,50.61,41.506
+6226.14,75.92,58.829
+6226.14,101.23,76.175
+6226.14,126.53,93.586
+6226.14,151.84,111.076
+6226.14,177.15,128.653
+6226.14,202.45,146.320
+6226.14,227.76,164.079
+6226.14,253.07,181.931
+6226.14,278.37,199.876
+6226.14,303.68,217.915
+6226.14,328.99,236.048
+6226.14,354.29,254.274
+6226.14,379.60,272.594
+6226.14,404.91,291.008
+6226.14,430.21,309.516
+6226.14,455.52,328.117
+6226.14,480.83,346.811
+6226.14,506.13,365.599
+6641.22,-506.13,-311.914
+6641.22,-480.83,-296.909
+6641.22,-455.52,-281.790
+6641.22,-430.21,-266.559
+6641.22,-404.91,-251.214
+6641.22,-379.60,-235.758
+6641.22,-354.29,-220.188
+6641.22,-328.99,-204.507
+6641.22,-303.68,-188.714
+6641.22,-278.37,-172.808
+6641.22,-253.07,-156.790
+6641.22,-227.76,-140.659
+6641.22,-202.45,-124.413
+6641.22,-177.15,-108.052
+6641.22,-151.84,-91.570
+6641.22,-126.53,-74.962
+6641.22,-101.23,-58.211
+6641.22,-75.92,-41.276
+6641.22,-50.61,-24.007
+6641.22,-25.31,-4.773
+6641.22,-5.06,0.000
+6641.22,5.06,9.895
+6641.22,25.31,26.355
+6641.22,50.61,45.073
+6641.22,75.92,63.595
+6641.22,101.23,82.133
+6641.22,126.53,100.739
+6641.22,151.84,119.433
+6641.22,177.15,138.223
+6641.22,202.45,157.113
+6641.22,227.76,176.106
+6641.22,253.07,195.203
+6641.22,278.37,214.405
+6641.22,303.68,233.712
+6641.22,328.99,253.125
+6641.22,354.29,272.643
+6641.22,379.60,292.266
+6641.22,404.91,311.996
+6641.22,430.21,331.830
+6641.22,455.52,351.769
+6641.22,480.83,371.814
+6641.22,506.13,391.963
+7056.29,-506.13,-329.067
+7056.29,-480.83,-313.255
+7056.29,-455.52,-297.315
+7056.29,-430.21,-281.248
+7056.29,-404.91,-265.054
+7056.29,-379.60,-248.733
+7056.29,-354.29,-232.286
+7056.29,-328.99,-215.712
+7056.29,-303.68,-199.012
+7056.29,-278.37,-182.186
+7056.29,-253.07,-165.232
+7056.29,-227.76,-148.151
+7056.29,-202.45,-130.941
+7056.29,-177.15,-113.599
+7056.29,-151.84,-96.120
+7056.29,-126.53,-78.495
+7056.29,-101.23,-60.702
+7056.29,-75.92,-42.686
+7056.29,-50.61,-24.233
+7056.29,-25.31,-2.182
+7056.29,-5.06,0.000
+7056.29,5.06,11.028
+7056.29,25.31,28.793
+7056.29,50.61,48.778
+7056.29,75.92,68.509
+7056.29,101.23,88.246
+7056.29,126.53,108.054
+7056.29,151.84,127.957
+7056.29,177.15,147.965
+7056.29,202.45,168.085
+7056.29,227.76,188.319
+7056.29,253.07,208.669
+7056.29,278.37,229.136
+7056.29,303.68,249.721
+7056.29,328.99,270.423
+7056.29,354.29,291.243
+7056.29,379.60,312.181
+7056.29,404.91,333.236
+7056.29,430.21,354.410
+7056.29,455.52,375.701
+7056.29,480.83,397.109
+7056.29,506.13,418.634
+7471.37,-506.13,-345.859
+7471.37,-480.83,-329.258
+7471.37,-455.52,-312.513
+7471.37,-430.21,-295.626
+7471.37,-404.91,-278.596
+7471.37,-379.60,-261.425
+7471.37,-354.29,-244.112
+7471.37,-328.99,-226.658
+7471.37,-303.68,-209.062
+7471.37,-278.37,-191.324
+7471.37,-253.07,-173.443
+7471.37,-227.76,-155.420
+7471.37,-202.45,-137.250
+7471.37,-177.15,-118.932
+7471.37,-151.84,-100.458
+7471.37,-126.53,-81.816
+7471.37,-101.23,-62.978
+7471.37,-75.92,-43.867
+7471.37,-50.61,-24.185
+7471.37,-25.31,0.000
+7471.37,-5.06,0.000
+7471.37,5.06,12.234
+7471.37,25.31,31.353
+7471.37,50.61,52.625
+7471.37,75.92,73.577
+7471.37,101.23,94.521
+7471.37,126.53,115.537
+7471.37,151.84,136.655
+7471.37,177.15,157.889
+7471.37,202.45,179.245
+7471.37,227.76,200.727
+7471.37,253.07,222.338
+7471.37,278.37,244.078
+7471.37,303.68,265.949
+7471.37,328.99,287.950
+7471.37,354.29,310.082
+7471.37,379.60,332.345
+7471.37,404.91,354.739
+7471.37,430.21,377.263
+7471.37,455.52,399.918
+7471.37,480.83,422.704
+7471.37,506.13,445.619
+7886.45,-506.13,-362.279
+7886.45,-480.83,-344.905
+7886.45,-455.52,-327.372
+7886.45,-430.21,-309.680
+7886.45,-404.91,-291.830
+7886.45,-379.60,-273.822
+7886.45,-354.29,-255.655
+7886.45,-328.99,-237.331
+7886.45,-303.68,-218.850
+7886.45,-278.37,-200.210
+7886.45,-253.07,-181.411
+7886.45,-227.76,-162.451
+7886.45,-202.45,-143.329
+7886.45,-177.15,-124.038
+7886.45,-151.84,-104.572
+7886.45,-126.53,-84.912
+7886.45,-101.23,-65.021
+7886.45,-75.92,-44.798
+7886.45,-50.61,-23.822
+7886.45,-25.31,0.000
+7886.45,-5.06,0.000
+7886.45,5.06,13.513
+7886.45,25.31,34.037
+7886.45,50.61,56.620
+7886.45,75.92,78.804
+7886.45,101.23,100.963
+7886.45,126.53,123.194
+7886.45,151.84,145.535
+7886.45,177.15,168.000
+7886.45,202.45,190.599
+7886.45,227.76,213.337
+7886.45,253.07,236.216
+7886.45,278.37,259.238
+7886.45,303.68,282.403
+7886.45,328.99,305.713
+7886.45,354.29,329.168
+7886.45,379.60,352.767
+7886.45,404.91,376.510
+7886.45,430.21,400.398
+7886.45,455.52,424.430
+7886.45,480.83,448.606
+7886.45,506.13,472.925
+8301.52,-506.13,-378.312
+8301.52,-480.83,-360.184
+8301.52,-455.52,-341.879
+8301.52,-430.21,-323.398
+8301.52,-404.91,-304.741
+8301.52,-379.60,-285.909
+8301.52,-354.29,-266.903
+8301.52,-328.99,-247.721
+8301.52,-303.68,-228.363
+8301.52,-278.37,-208.831
+8301.52,-253.07,-189.121
+8301.52,-227.76,-169.233
+8301.52,-202.45,-149.162
+8301.52,-177.15,-128.903
+8301.52,-151.84,-108.445
+8301.52,-126.53,-87.765
+8301.52,-101.23,-66.814
+8301.52,-75.92,-45.456
+8301.52,-50.61,-23.095
+8301.52,-25.31,0.000
+8301.52,-5.06,0.000
+8301.52,5.06,14.866
+8301.52,25.31,36.850
+8301.52,50.61,60.767
+8301.52,75.92,84.196
+8301.52,101.23,107.579
+8301.52,126.53,131.033
+8301.52,151.84,154.602
+8301.52,177.15,178.307
+8301.52,202.45,202.156
+8301.52,227.76,226.157
+8301.52,253.07,250.312
+8301.52,278.37,274.623
+8301.52,303.68,299.093
+8301.52,328.99,323.721
+8301.52,354.29,348.508
+8301.52,379.60,373.453
+8301.52,404.91,398.558
+8301.52,430.21,423.821
+8301.52,455.52,449.243
+8301.52,480.83,474.823
+8301.52,506.13,500.560
\ No newline at end of file
diff --git a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/EM_drag.vemd b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/EM_drag.vemd
new file mode 100644
index 0000000000..f66840885b
--- /dev/null
+++ b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/EM_drag.vemd
@@ -0,0 +1,24 @@
+n [rpm] , T_drag [Nm]
+0, -1.19
+41.5076091583663, -1.26
+415.076091583663, -1.83
+830.152183167326, -2.47
+1245.22827475099, -3.11
+1660.30436633465, -3.75
+2075.38045791832, -4.39
+2490.45654950198, -5.03
+2905.53264108564, -5.66
+3320.6087326693, -6.3
+3735.68482425297, -6.94
+4150.76091583663, -7.58
+4565.83700742029, -8.22
+4980.91309900396, -8.86
+5395.98919058762, -9.5
+5811.06528217128, -10.13
+6226.14137375495, -10.77
+6641.21746533861, -11.41
+7056.29355692227, -12.05
+7471.36964850593, -12.69
+7886.4457400896, -13.33
+8301.52183167326, -13.97
+
diff --git a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/EM_fld.vemp b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/EM_fld.vemp
new file mode 100644
index 0000000000..2fa9afa5f8
--- /dev/null
+++ b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/EM_fld.vemp
@@ -0,0 +1,25 @@
+n [rpm] , T_drive [Nm] , T_drag [Nm]
+0, 506.13, -506.13
+42, 506.13, -506.13
+415, 506.13, -506.13
+830, 506.13, -506.13
+1245, 506.13, -506.13
+1660, 506.13, -506.13
+2075, 506.13, -506.13
+2490, 421.78, -421.78
+2906, 361.52, -361.52
+3321, 316.33, -316.33
+3736, 281.19, -281.19
+4151, 253.07, -253.07
+4566, 230.06, -230.06
+4981, 210.89, -210.89
+5396, 194.67, -194.67
+5811, 180.76, -180.76
+6226, 168.71, -168.71
+6641, 158.17, -158.17
+7056, 148.86, -148.86
+7471, 140.59, -140.59
+7886, 133.19, -133.19
+8302, 126.53, -126.53
+
+
diff --git a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Gen_Map.vemo b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Gen_Map.vemo
new file mode 100644
index 0000000000..7794a9c0de
--- /dev/null
+++ b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Gen_Map.vemo
@@ -0,0 +1,925 @@
+n [rpm] , T [Nm] , P_el [kW]
+0.00,-782.21,0.000
+0.00,-743.10,0.000
+0.00,-703.99,0.000
+0.00,-664.88,0.000
+0.00,-625.77,0.000
+0.00,-586.66,0.000
+0.00,-547.55,-0.065
+0.00,-508.44,-0.329
+0.00,-469.33,-0.491
+0.00,-430.21,-0.597
+0.00,-391.10,-0.661
+0.00,-351.99,-0.692
+0.00,-312.88,-0.695
+0.00,-273.77,-0.674
+0.00,-234.66,-0.630
+0.00,-195.55,-0.566
+0.00,-156.44,-0.483
+0.00,-117.33,-0.383
+0.00,-78.22,-0.266
+0.00,-39.11,-0.133
+0.00,-7.82,-0.012
+0.00,7.82,0.063
+0.00,39.11,0.276
+0.00,78.22,0.552
+0.00,117.33,0.839
+0.00,156.44,1.136
+0.00,195.55,1.444
+0.00,234.66,1.763
+0.00,273.77,2.092
+0.00,312.88,2.430
+0.00,351.99,2.779
+0.00,391.10,3.137
+0.00,430.21,3.505
+0.00,469.33,3.882
+0.00,508.44,4.269
+0.00,547.55,4.665
+0.00,586.66,5.070
+0.00,625.77,5.483
+0.00,664.88,5.906
+0.00,703.99,6.338
+0.00,743.10,6.778
+0.00,782.21,7.227
+41.51,-782.21,0.000
+41.51,-743.10,0.000
+41.51,-703.99,0.000
+41.51,-664.88,0.000
+41.51,-625.77,0.000
+41.51,-586.66,0.000
+41.51,-547.55,-0.264
+41.51,-508.44,-0.442
+41.51,-469.33,-0.546
+41.51,-430.21,-0.608
+41.51,-391.10,-0.639
+41.51,-351.99,-0.647
+41.51,-312.88,-0.634
+41.51,-273.77,-0.602
+41.51,-234.66,-0.555
+41.51,-195.55,-0.492
+41.51,-156.44,-0.416
+41.51,-117.33,-0.327
+41.51,-78.22,-0.225
+41.51,-39.11,-0.112
+41.51,-7.82,-0.011
+41.51,7.82,0.050
+41.51,39.11,0.221
+41.51,78.22,0.440
+41.51,117.33,0.668
+41.51,156.44,0.903
+41.51,195.55,1.146
+41.51,234.66,1.397
+41.51,273.77,1.656
+41.51,312.88,1.922
+41.51,351.99,2.195
+41.51,391.10,2.475
+41.51,430.21,2.763
+41.51,469.33,3.058
+41.51,508.44,3.359
+41.51,547.55,3.667
+41.51,586.66,3.982
+41.51,625.77,4.304
+41.51,664.88,4.632
+41.51,703.99,4.967
+41.51,743.10,5.308
+41.51,782.21,5.655
+415.08,-782.21,-30.389
+415.08,-743.10,-28.961
+415.08,-703.99,-27.522
+415.08,-664.88,-26.073
+415.08,-625.77,-24.614
+415.08,-586.66,-23.144
+415.08,-547.55,-21.664
+415.08,-508.44,-20.174
+415.08,-469.33,-18.674
+415.08,-430.21,-17.163
+415.08,-391.10,-15.643
+415.08,-351.99,-14.112
+415.08,-312.88,-12.571
+415.08,-273.77,-11.020
+415.08,-234.66,-9.459
+415.08,-195.55,-7.888
+415.08,-156.44,-6.308
+415.08,-117.33,-4.717
+415.08,-78.22,-3.116
+415.08,-39.11,-1.504
+415.08,-7.82,-0.192
+415.08,7.82,0.461
+415.08,39.11,1.895
+415.08,78.22,3.688
+415.08,117.33,5.490
+415.08,156.44,7.302
+415.08,195.55,9.124
+415.08,234.66,10.955
+415.08,273.77,12.796
+415.08,312.88,14.647
+415.08,351.99,16.508
+415.08,391.10,18.379
+415.08,430.21,20.259
+415.08,469.33,22.149
+415.08,508.44,24.049
+415.08,547.55,25.958
+415.08,586.66,27.877
+415.08,625.77,29.806
+415.08,664.88,31.744
+415.08,703.99,33.692
+415.08,743.10,35.649
+415.08,782.21,37.616
+830.15,-782.21,-63.066
+830.15,-743.10,-60.013
+830.15,-703.99,-56.948
+830.15,-664.88,-53.870
+830.15,-625.77,-50.781
+830.15,-586.66,-47.680
+830.15,-547.55,-44.566
+830.15,-508.44,-41.441
+830.15,-469.33,-38.304
+830.15,-430.21,-35.155
+830.15,-391.10,-31.995
+830.15,-351.99,-28.822
+830.15,-312.88,-25.637
+830.15,-273.77,-22.441
+830.15,-234.66,-19.233
+830.15,-195.55,-16.013
+830.15,-156.44,-12.781
+830.15,-117.33,-9.537
+830.15,-78.22,-6.281
+830.15,-39.11,-3.011
+830.15,-7.82,-0.344
+830.15,7.82,0.946
+830.15,39.11,3.788
+830.15,78.22,7.328
+830.15,117.33,10.878
+830.15,156.44,14.439
+830.15,195.55,18.012
+830.15,234.66,21.598
+830.15,273.77,25.194
+830.15,312.88,28.803
+830.15,351.99,32.424
+830.15,391.10,36.056
+830.15,430.21,39.701
+830.15,469.33,43.357
+830.15,508.44,47.025
+830.15,547.55,50.705
+830.15,586.66,54.396
+830.15,625.77,58.099
+830.15,664.88,61.814
+830.15,703.99,65.541
+830.15,743.10,69.279
+830.15,782.21,73.029
+1245.23,-782.21,-95.430
+1245.23,-743.10,-90.778
+1245.23,-703.99,-86.111
+1245.23,-664.88,-81.429
+1245.23,-625.77,-76.731
+1245.23,-586.66,-72.019
+1245.23,-547.55,-67.292
+1245.23,-508.44,-62.550
+1245.23,-469.33,-57.792
+1245.23,-430.21,-53.020
+1245.23,-391.10,-48.233
+1245.23,-351.99,-43.430
+1245.23,-312.88,-38.613
+1245.23,-273.77,-33.781
+1245.23,-234.66,-28.934
+1245.23,-195.55,-24.072
+1245.23,-156.44,-19.195
+1245.23,-117.33,-14.302
+1245.23,-78.22,-9.394
+1245.23,-39.11,-4.466
+1245.23,-7.82,-0.412
+1245.23,7.82,1.472
+1245.23,39.11,5.729
+1245.23,78.22,11.019
+1245.23,117.33,16.320
+1245.23,156.44,21.636
+1245.23,195.55,26.966
+1245.23,234.66,32.311
+1245.23,273.77,37.671
+1245.23,312.88,43.047
+1245.23,351.99,48.437
+1245.23,391.10,53.843
+1245.23,430.21,59.263
+1245.23,469.33,64.699
+1245.23,508.44,70.149
+1245.23,547.55,75.615
+1245.23,586.66,81.095
+1245.23,625.77,86.591
+1245.23,664.88,92.101
+1245.23,703.99,97.627
+1245.23,743.10,103.167
+1245.23,782.21,108.722
+1660.30,-782.21,-127.481
+1660.30,-743.10,-121.255
+1660.30,-703.99,-115.009
+1660.30,-664.88,-108.744
+1660.30,-625.77,-102.460
+1660.30,-586.66,-96.156
+1660.30,-547.55,-89.832
+1660.30,-508.44,-83.490
+1660.30,-469.33,-77.127
+1660.30,-430.21,-70.746
+1660.30,-391.10,-64.345
+1660.30,-351.99,-57.925
+1660.30,-312.88,-51.485
+1660.30,-273.77,-45.027
+1660.30,-234.66,-38.549
+1660.30,-195.55,-32.051
+1660.30,-156.44,-25.534
+1660.30,-117.33,-18.997
+1660.30,-78.22,-12.439
+1660.30,-39.11,-5.851
+1660.30,-7.82,-0.332
+1660.30,7.82,2.049
+1660.30,39.11,7.732
+1660.30,78.22,14.776
+1660.30,117.33,21.833
+1660.30,156.44,28.907
+1660.30,195.55,36.000
+1660.30,234.66,43.112
+1660.30,273.77,50.243
+1660.30,312.88,57.394
+1660.30,351.99,64.565
+1660.30,391.10,71.755
+1660.30,430.21,78.964
+1660.30,469.33,86.193
+1660.30,508.44,93.442
+1660.30,547.55,100.709
+1660.30,586.66,107.996
+1660.30,625.77,115.303
+1660.30,664.88,122.629
+1660.30,703.99,129.974
+1660.30,743.10,137.339
+1660.30,782.21,144.722
+2075.38,-782.21,-159.208
+2075.38,-743.10,-151.432
+2075.38,-703.99,-143.630
+2075.38,-664.88,-135.804
+2075.38,-625.77,-127.952
+2075.38,-586.66,-120.076
+2075.38,-547.55,-112.174
+2075.38,-508.44,-104.248
+2075.38,-469.33,-96.296
+2075.38,-430.21,-88.319
+2075.38,-391.10,-80.318
+2075.38,-351.99,-72.291
+2075.38,-312.88,-64.240
+2075.38,-273.77,-56.164
+2075.38,-234.66,-48.062
+2075.38,-195.55,-39.936
+2075.38,-156.44,-31.784
+2075.38,-117.33,-23.606
+2075.38,-78.22,-15.399
+2075.38,-39.11,-7.150
+2075.38,-7.82,0.000
+2075.38,7.82,2.686
+2075.38,39.11,9.810
+2075.38,78.22,18.613
+2075.38,117.33,27.429
+2075.38,156.44,36.266
+2075.38,195.55,45.128
+2075.38,234.66,54.014
+2075.38,273.77,62.925
+2075.38,312.88,71.861
+2075.38,351.99,80.822
+2075.38,391.10,89.808
+2075.38,430.21,98.819
+2075.38,469.33,107.856
+2075.38,508.44,116.917
+2075.38,547.55,126.003
+2075.38,586.66,135.115
+2075.38,625.77,144.251
+2075.38,664.88,153.413
+2075.38,703.99,162.599
+2075.38,743.10,171.810
+2075.38,782.21,181.046
+2490.46,-782.21,-190.594
+2490.46,-743.10,-181.292
+2490.46,-703.99,-171.958
+2490.46,-664.88,-162.592
+2490.46,-625.77,-153.194
+2490.46,-586.66,-143.764
+2490.46,-547.55,-134.302
+2490.46,-508.44,-124.808
+2490.46,-469.33,-115.283
+2490.46,-430.21,-105.725
+2490.46,-391.10,-96.136
+2490.46,-351.99,-86.515
+2490.46,-312.88,-76.862
+2490.46,-273.77,-67.177
+2490.46,-234.66,-57.460
+2490.46,-195.55,-47.711
+2490.46,-156.44,-37.930
+2490.46,-117.33,-28.114
+2490.46,-78.22,-18.260
+2490.46,-39.11,-8.345
+2490.46,-7.82,0.000
+2490.46,7.82,3.390
+2490.46,39.11,11.977
+2490.46,78.22,22.544
+2490.46,117.33,33.123
+2490.46,156.44,43.729
+2490.46,195.55,54.365
+2490.46,234.66,65.032
+2490.46,273.77,75.730
+2490.46,312.88,86.460
+2490.46,351.99,97.223
+2490.46,391.10,108.017
+2490.46,430.21,118.843
+2490.46,469.33,129.701
+2490.46,508.44,140.590
+2490.46,547.55,151.512
+2490.46,586.66,162.465
+2490.46,625.77,173.450
+2490.46,664.88,184.467
+2490.46,703.99,195.516
+2490.46,743.10,206.596
+2490.46,782.21,217.708
+2905.53,-782.21,-221.625
+2905.53,-743.10,-210.821
+2905.53,-703.99,-199.978
+2905.53,-664.88,-189.094
+2905.53,-625.77,-178.170
+2905.53,-586.66,-167.205
+2905.53,-547.55,-156.201
+2905.53,-508.44,-145.157
+2905.53,-469.33,-134.072
+2905.53,-430.21,-122.948
+2905.53,-391.10,-111.783
+2905.53,-351.99,-100.579
+2905.53,-312.88,-89.335
+2905.53,-273.77,-78.051
+2905.53,-234.66,-66.726
+2905.53,-195.55,-55.361
+2905.53,-156.44,-43.955
+2905.53,-117.33,-32.505
+2905.53,-78.22,-21.004
+2905.53,-39.11,-9.414
+2905.53,-7.82,0.000
+2905.53,7.82,4.169
+2905.53,39.11,14.242
+2905.53,78.22,26.581
+2905.53,117.33,38.929
+2905.53,156.44,51.308
+2905.53,195.55,63.725
+2905.53,234.66,76.180
+2905.53,273.77,88.674
+2905.53,312.88,101.208
+2905.53,351.99,113.781
+2905.53,391.10,126.395
+2905.53,430.21,139.049
+2905.53,469.33,151.742
+2905.53,508.44,164.475
+2905.53,547.55,177.248
+2905.53,586.66,190.061
+2905.53,625.77,202.914
+2905.53,664.88,215.806
+2905.53,703.99,228.738
+2905.53,743.10,241.710
+2905.53,782.21,254.721
+3320.61,-782.21,-252.283
+3320.61,-743.10,-240.003
+3320.61,-703.99,-227.672
+3320.61,-664.88,-215.293
+3320.61,-625.77,-202.863
+3320.61,-586.66,-190.384
+3320.61,-547.55,-177.855
+3320.61,-508.44,-165.277
+3320.61,-469.33,-152.649
+3320.61,-430.21,-139.972
+3320.61,-391.10,-127.246
+3320.61,-351.99,-114.470
+3320.61,-312.88,-101.645
+3320.61,-273.77,-88.770
+3320.61,-234.66,-75.846
+3320.61,-195.55,-62.871
+3320.61,-156.44,-49.844
+3320.61,-117.33,-36.762
+3320.61,-78.22,-23.614
+3320.61,-39.11,-10.335
+3320.61,-7.82,0.000
+3320.61,7.82,5.028
+3320.61,39.11,16.619
+3320.61,78.22,30.738
+3320.61,117.33,44.860
+3320.61,156.44,59.018
+3320.61,195.55,73.221
+3320.61,234.66,87.471
+3320.61,273.77,101.769
+3320.61,312.88,116.116
+3320.61,351.99,130.512
+3320.61,391.10,144.957
+3320.61,430.21,159.451
+3320.61,469.33,173.994
+3320.61,508.44,188.586
+3320.61,547.55,203.227
+3320.61,586.66,217.917
+3320.61,625.77,232.656
+3320.61,664.88,247.443
+3320.61,703.99,262.280
+3320.61,743.10,277.165
+3320.61,782.21,292.099
+3735.68,-782.21,-282.551
+3735.68,-743.10,-268.819
+3735.68,-703.99,-255.026
+3735.68,-664.88,-241.172
+3735.68,-625.77,-227.258
+3735.68,-586.66,-213.283
+3735.68,-547.55,-199.248
+3735.68,-508.44,-185.153
+3735.68,-469.33,-170.997
+3735.68,-430.21,-156.782
+3735.68,-391.10,-142.506
+3735.68,-351.99,-128.171
+3735.68,-312.88,-113.775
+3735.68,-273.77,-99.319
+3735.68,-234.66,-84.802
+3735.68,-195.55,-70.223
+3735.68,-156.44,-55.580
+3735.68,-117.33,-40.868
+3735.68,-78.22,-26.070
+3735.68,-39.11,-11.083
+3735.68,-7.82,0.000
+3735.68,7.82,5.973
+3735.68,39.11,19.116
+3735.68,78.22,35.026
+3735.68,117.33,50.928
+3735.68,156.44,66.872
+3735.68,195.55,82.868
+3735.68,234.66,98.921
+3735.68,273.77,115.031
+3735.68,312.88,131.200
+3735.68,351.99,147.429
+3735.68,391.10,163.716
+3735.68,430.21,180.063
+3735.68,469.33,196.470
+3735.68,508.44,212.936
+3735.68,547.55,229.461
+3735.68,586.66,246.045
+3735.68,625.77,262.689
+3735.68,664.88,279.392
+3735.68,703.99,296.154
+3735.68,743.10,312.975
+3735.68,782.21,329.854
+4150.76,-782.21,-312.414
+4150.76,-743.10,-297.254
+4150.76,-703.99,-282.021
+4150.76,-664.88,-266.715
+4150.76,-625.77,-251.337
+4150.76,-586.66,-235.887
+4150.76,-547.55,-220.364
+4150.76,-508.44,-204.768
+4150.76,-469.33,-189.101
+4150.76,-430.21,-173.361
+4150.76,-391.10,-157.550
+4150.76,-351.99,-141.666
+4150.76,-312.88,-125.710
+4150.76,-273.77,-109.681
+4150.76,-234.66,-93.579
+4150.76,-195.55,-77.402
+4150.76,-156.44,-61.147
+4150.76,-117.33,-44.806
+4150.76,-78.22,-28.354
+4150.76,-39.11,-11.628
+4150.76,-7.82,0.000
+4150.76,7.82,7.007
+4150.76,39.11,21.744
+4150.76,78.22,39.458
+4150.76,117.33,57.148
+4150.76,156.44,74.883
+4150.76,195.55,92.679
+4150.76,234.66,110.541
+4150.76,273.77,128.472
+4150.76,312.88,146.473
+4150.76,351.99,164.545
+4150.76,391.10,182.687
+4150.76,430.21,200.900
+4150.76,469.33,219.183
+4150.76,508.44,237.538
+4150.76,547.55,255.964
+4150.76,586.66,274.460
+4150.76,625.77,293.027
+4150.76,664.88,311.665
+4150.76,703.99,330.373
+4150.76,743.10,349.151
+4150.76,782.21,368.000
+4565.84,-782.21,-341.852
+4565.84,-743.10,-325.290
+4565.84,-703.99,-308.641
+4565.84,-664.88,-291.906
+4565.84,-625.77,-275.085
+4565.84,-586.66,-258.178
+4565.84,-547.55,-241.186
+4565.84,-508.44,-224.107
+4565.84,-469.33,-206.944
+4565.84,-430.21,-189.694
+4565.84,-391.10,-172.360
+4565.84,-351.99,-154.939
+4565.84,-312.88,-137.433
+4565.84,-273.77,-119.840
+4565.84,-234.66,-102.160
+4565.84,-195.55,-84.391
+4565.84,-156.44,-66.527
+4565.84,-117.33,-48.558
+4565.84,-78.22,-30.444
+4565.84,-39.11,-11.935
+4565.84,-7.82,0.000
+4565.84,7.82,8.135
+4565.84,39.11,24.512
+4565.84,78.22,44.044
+4565.84,117.33,63.530
+4565.84,156.44,83.063
+4565.84,195.55,102.666
+4565.84,234.66,122.346
+4565.84,273.77,142.106
+4565.84,312.88,161.948
+4565.84,351.99,181.873
+4565.84,391.10,201.881
+4565.84,430.21,221.973
+4565.84,469.33,242.148
+4565.84,508.44,262.407
+4565.84,547.55,282.749
+4565.84,586.66,303.174
+4565.84,625.77,323.683
+4565.84,664.88,344.275
+4565.84,703.99,364.950
+4565.84,743.10,385.708
+4565.84,782.21,406.549
+4980.91,-782.21,-370.848
+4980.91,-743.10,-352.909
+4980.91,-703.99,-334.869
+4980.91,-664.88,-316.727
+4980.91,-625.77,-298.484
+4980.91,-586.66,-280.141
+4980.91,-547.55,-261.697
+4980.91,-508.44,-243.153
+4980.91,-469.33,-224.509
+4980.91,-430.21,-205.764
+4980.91,-391.10,-186.919
+4980.91,-351.99,-167.974
+4980.91,-312.88,-148.928
+4980.91,-273.77,-129.780
+4980.91,-234.66,-110.529
+4980.91,-195.55,-91.172
+4980.91,-156.44,-71.702
+4980.91,-117.33,-52.102
+4980.91,-78.22,-32.318
+4980.91,-39.11,-11.957
+4980.91,-7.82,0.000
+4980.91,7.82,9.361
+4980.91,39.11,27.429
+4980.91,78.22,48.796
+4980.91,117.33,70.087
+4980.91,156.44,91.426
+4980.91,195.55,112.843
+4980.91,234.66,134.348
+4980.91,273.77,155.946
+4980.91,312.88,177.639
+4980.91,351.99,199.428
+4980.91,391.10,221.314
+4980.91,430.21,243.297
+4980.91,469.33,265.377
+4980.91,508.44,287.555
+4980.91,547.55,309.829
+4980.91,586.66,332.201
+4980.91,625.77,354.670
+4980.91,664.88,377.236
+4980.91,703.99,399.898
+4980.91,743.10,422.657
+4980.91,782.21,445.513
+5395.99,-782.21,-399.385
+5395.99,-743.10,-380.094
+5395.99,-703.99,-360.686
+5395.99,-664.88,-341.160
+5395.99,-625.77,-321.517
+5395.99,-586.66,-301.757
+5395.99,-547.55,-281.881
+5395.99,-508.44,-261.888
+5395.99,-469.33,-241.779
+5395.99,-430.21,-221.554
+5395.99,-391.10,-201.212
+5395.99,-351.99,-180.753
+5395.99,-312.88,-160.177
+5395.99,-273.77,-139.482
+5395.99,-234.66,-118.667
+5395.99,-195.55,-97.727
+5395.99,-156.44,-76.653
+5395.99,-117.33,-55.421
+5395.99,-78.22,-33.949
+5395.99,-39.11,-11.634
+5395.99,-7.82,0.000
+5395.99,7.82,10.687
+5395.99,39.11,30.502
+5395.99,78.22,53.724
+5395.99,117.33,76.830
+5395.99,156.44,99.982
+5395.99,195.55,123.221
+5395.99,234.66,146.560
+5395.99,273.77,170.004
+5395.99,312.88,193.558
+5395.99,351.99,217.222
+5395.99,391.10,240.997
+5395.99,430.21,264.884
+5395.99,469.33,288.883
+5395.99,508.44,312.994
+5395.99,547.55,337.218
+5395.99,586.66,361.553
+5395.99,625.77,386.000
+5395.99,664.88,410.559
+5395.99,703.99,435.229
+5395.99,743.10,460.011
+5395.99,782.21,484.904
+5811.07,-782.21,-427.443
+5811.07,-743.10,-406.827
+5811.07,-703.99,-386.075
+5811.07,-664.88,-365.188
+5811.07,-625.77,-344.166
+5811.07,-586.66,-323.010
+5811.07,-547.55,-301.720
+5811.07,-508.44,-280.296
+5811.07,-469.33,-258.738
+5811.07,-430.21,-237.046
+5811.07,-391.10,-215.220
+5811.07,-351.99,-193.259
+5811.07,-312.88,-171.163
+5811.07,-273.77,-148.930
+5811.07,-234.66,-126.557
+5811.07,-195.55,-104.038
+5811.07,-156.44,-81.361
+5811.07,-117.33,-58.491
+5811.07,-78.22,-35.312
+5811.07,-39.11,-10.881
+5811.07,-7.82,0.000
+5811.07,7.82,12.116
+5811.07,39.11,33.739
+5811.07,78.22,58.838
+5811.07,117.33,83.770
+5811.07,156.44,108.745
+5811.07,195.55,133.814
+5811.07,234.66,158.994
+5811.07,273.77,184.294
+5811.07,312.88,209.718
+5811.07,351.99,235.267
+5811.07,391.10,260.944
+5811.07,430.21,286.747
+5811.07,469.33,312.679
+5811.07,508.44,338.739
+5811.07,547.55,364.927
+5811.07,586.66,391.243
+5811.07,625.77,417.686
+5811.07,664.88,444.257
+5811.07,703.99,470.956
+5811.07,743.10,497.782
+5811.07,782.21,524.734
+6226.14,-782.21,-455.004
+6226.14,-743.10,-433.088
+6226.14,-703.99,-411.017
+6226.14,-664.88,-388.792
+6226.14,-625.77,-366.413
+6226.14,-586.66,-343.881
+6226.14,-547.55,-321.196
+6226.14,-508.44,-298.358
+6226.14,-469.33,-275.367
+6226.14,-430.21,-252.223
+6226.14,-391.10,-228.926
+6226.14,-351.99,-205.475
+6226.14,-312.88,-181.869
+6226.14,-273.77,-158.105
+6226.14,-234.66,-134.181
+6226.14,-195.55,-110.086
+6226.14,-156.44,-85.804
+6226.14,-117.33,-61.289
+6226.14,-78.22,-36.374
+6226.14,-39.11,-9.556
+6226.14,-7.82,0.000
+6226.14,7.82,13.650
+6226.14,39.11,37.147
+6226.14,78.22,64.146
+6226.14,117.33,90.918
+6226.14,156.44,117.725
+6226.14,195.55,144.632
+6226.14,234.66,171.663
+6226.14,273.77,198.828
+6226.14,312.88,226.131
+6226.14,351.99,253.577
+6226.14,391.10,281.166
+6226.14,430.21,308.900
+6226.14,469.33,336.778
+6226.14,508.44,364.801
+6226.14,547.55,392.969
+6226.14,586.66,421.282
+6226.14,625.77,449.740
+6226.14,664.88,478.343
+6226.14,703.99,507.090
+6226.14,743.10,535.981
+6226.14,782.21,565.016
+6641.22,-782.21,-482.049
+6641.22,-743.10,-458.859
+6641.22,-703.99,-435.494
+6641.22,-664.88,-411.954
+6641.22,-625.77,-388.240
+6641.22,-586.66,-364.353
+6641.22,-547.55,-340.291
+6641.22,-508.44,-316.056
+6641.22,-469.33,-291.648
+6641.22,-430.21,-267.067
+6641.22,-391.10,-242.312
+6641.22,-351.99,-217.381
+6641.22,-312.88,-192.275
+6641.22,-273.77,-166.989
+6641.22,-234.66,-141.518
+6641.22,-195.55,-115.850
+6641.22,-156.44,-89.963
+6641.22,-117.33,-63.791
+6641.22,-78.22,-37.101
+6641.22,-39.11,-7.377
+6641.22,-7.82,0.000
+6641.22,7.82,15.292
+6641.22,39.11,40.731
+6641.22,78.22,69.659
+6641.22,117.33,98.284
+6641.22,156.44,126.933
+6641.22,195.55,155.688
+6641.22,234.66,184.578
+6641.22,273.77,213.617
+6641.22,312.88,242.811
+6641.22,351.99,272.164
+6641.22,391.10,301.677
+6641.22,430.21,331.353
+6641.22,469.33,361.191
+6641.22,508.44,391.193
+6641.22,547.55,421.357
+6641.22,586.66,451.685
+6641.22,625.77,482.175
+6641.22,664.88,512.828
+6641.22,703.99,543.643
+6641.22,743.10,574.621
+6641.22,782.21,605.760
+7056.29,-782.21,-508.558
+7056.29,-743.10,-484.121
+7056.29,-703.99,-459.487
+7056.29,-664.88,-434.656
+7056.29,-625.77,-409.628
+7056.29,-586.66,-384.405
+7056.29,-547.55,-358.987
+7056.29,-508.44,-333.373
+7056.29,-469.33,-307.564
+7056.29,-430.21,-281.560
+7056.29,-391.10,-255.359
+7056.29,-351.99,-228.961
+7056.29,-312.88,-202.363
+7056.29,-273.77,-175.562
+7056.29,-234.66,-148.549
+7056.29,-195.55,-121.310
+7056.29,-156.44,-93.812
+7056.29,-117.33,-65.969
+7056.29,-78.22,-37.452
+7056.29,-39.11,-3.372
+7056.29,-7.82,0.000
+7056.29,7.82,17.044
+7056.29,39.11,44.498
+7056.29,78.22,75.384
+7056.29,117.33,105.878
+7056.29,156.44,136.381
+7056.29,195.55,166.993
+7056.29,234.66,197.752
+7056.29,273.77,228.674
+7056.29,312.88,259.768
+7056.29,351.99,291.039
+7056.29,391.10,322.489
+7056.29,430.21,354.119
+7056.29,469.33,385.932
+7056.29,508.44,417.926
+7056.29,547.55,450.103
+7056.29,586.66,482.461
+7056.29,625.77,515.002
+7056.29,664.88,547.724
+7056.29,703.99,580.628
+7056.29,743.10,613.713
+7056.29,782.21,646.979
+7471.37,-782.21,-534.510
+7471.37,-743.10,-508.853
+7471.37,-703.99,-482.975
+7471.37,-664.88,-456.876
+7471.37,-625.77,-430.558
+7471.37,-586.66,-404.021
+7471.37,-547.55,-377.264
+7471.37,-508.44,-350.289
+7471.37,-469.33,-323.095
+7471.37,-430.21,-295.682
+7471.37,-391.10,-268.049
+7471.37,-351.99,-240.194
+7471.37,-312.88,-212.114
+7471.37,-273.77,-183.804
+7471.37,-234.66,-155.254
+7471.37,-195.55,-126.444
+7471.37,-156.44,-97.329
+7471.37,-117.33,-67.794
+7471.37,-78.22,-37.377
+7471.37,-39.11,0.000
+7471.37,-7.82,0.000
+7471.37,7.82,18.907
+7471.37,39.11,48.454
+7471.37,78.22,81.330
+7471.37,117.33,113.709
+7471.37,156.44,146.077
+7471.37,195.55,178.557
+7471.37,234.66,211.194
+7471.37,273.77,244.010
+7471.37,312.88,277.015
+7471.37,351.99,310.215
+7471.37,391.10,343.613
+7471.37,430.21,377.211
+7471.37,469.33,411.011
+7471.37,508.44,445.013
+7471.37,547.55,479.218
+7471.37,586.66,513.624
+7471.37,625.77,548.233
+7471.37,664.88,583.043
+7471.37,703.99,618.056
+7471.37,743.10,653.269
+7471.37,782.21,688.683
+7886.45,-782.21,-559.886
+7886.45,-743.10,-533.036
+7886.45,-703.99,-505.939
+7886.45,-664.88,-478.597
+7886.45,-625.77,-451.010
+7886.45,-586.66,-423.179
+7886.45,-547.55,-395.104
+7886.45,-508.44,-366.785
+7886.45,-469.33,-338.222
+7886.45,-430.21,-309.415
+7886.45,-391.10,-280.362
+7886.45,-351.99,-251.061
+7886.45,-312.88,-221.508
+7886.45,-273.77,-191.695
+7886.45,-234.66,-161.611
+7886.45,-195.55,-131.227
+7886.45,-156.44,-100.487
+7886.45,-117.33,-69.233
+7886.45,-78.22,-36.816
+7886.45,-39.11,0.000
+7886.45,-7.82,0.000
+7886.45,7.82,20.883
+7886.45,39.11,52.603
+7886.45,78.22,87.503
+7886.45,117.33,121.787
+7886.45,156.44,156.033
+7886.45,195.55,190.391
+7886.45,234.66,224.917
+7886.45,273.77,259.637
+7886.45,312.88,294.563
+7886.45,351.99,329.703
+7886.45,391.10,365.061
+7886.45,430.21,400.640
+7886.45,469.33,436.442
+7886.45,508.44,472.466
+7886.45,547.55,508.714
+7886.45,586.66,545.185
+7886.45,625.77,581.879
+7886.45,664.88,618.797
+7886.45,703.99,655.937
+7886.45,743.10,693.300
+7886.45,782.21,730.885
+8301.52,-782.21,-584.664
+8301.52,-743.10,-556.648
+8301.52,-703.99,-528.358
+8301.52,-664.88,-499.797
+8301.52,-625.77,-470.964
+8301.52,-586.66,-441.860
+8301.52,-547.55,-412.486
+8301.52,-508.44,-382.841
+8301.52,-469.33,-352.925
+8301.52,-430.21,-322.738
+8301.52,-391.10,-292.278
+8301.52,-351.99,-261.541
+8301.52,-312.88,-230.523
+8301.52,-273.77,-199.214
+8301.52,-234.66,-167.596
+8301.52,-195.55,-135.637
+8301.52,-156.44,-103.259
+8301.52,-117.33,-70.249
+8301.52,-78.22,-35.692
+8301.52,-39.11,0.000
+8301.52,-7.82,0.000
+8301.52,7.82,22.974
+8301.52,39.11,56.950
+8301.52,78.22,93.912
+8301.52,117.33,130.120
+8301.52,156.44,166.259
+8301.52,195.55,202.506
+8301.52,234.66,238.931
+8301.52,273.77,275.565
+8301.52,312.88,312.423
+8301.52,351.99,349.515
+8301.52,391.10,386.845
+8301.52,430.21,424.418
+8301.52,469.33,462.235
+8301.52,508.44,500.296
+8301.52,547.55,538.603
+8301.52,586.66,577.155
+8301.52,625.77,615.953
+8301.52,664.88,654.996
+8301.52,703.99,694.284
+8301.52,743.10,733.817
+8301.52,782.21,773.593
\ No newline at end of file
diff --git a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Gen_drag.vemd b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Gen_drag.vemd
new file mode 100644
index 0000000000..b260bad52c
--- /dev/null
+++ b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Gen_drag.vemd
@@ -0,0 +1,24 @@
+n [rpm] , T_drag [Nm]
+0, -1.85
+41.5076091583663, -1.94
+415.076091583663, -2.83
+830.152183167326, -3.82
+1245.22827475099, -4.81
+1660.30436633465, -5.79
+2075.38045791832, -6.78
+2490.45654950198, -7.77
+2905.53264108564, -8.75
+3320.6087326693, -9.74
+3735.68482425297, -10.73
+4150.76091583663, -11.71
+4565.83700742029, -12.7
+4980.91309900396, -13.69
+5395.98919058762, -14.67
+5811.06528217128, -15.66
+6226.14137375495, -16.65
+6641.21746533861, -17.64
+7056.29355692227, -18.62
+7471.36964850593, -19.61
+7886.4457400896, -20.6
+8301.52183167326, -21.58
+
diff --git a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Gen_fld.vemp b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Gen_fld.vemp
new file mode 100644
index 0000000000..562357b610
--- /dev/null
+++ b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Gen_fld.vemp
@@ -0,0 +1,26 @@
+n [rpm] , T_drive [Nm] , T_drag [Nm]
+0, 782.21, -782.21
+42, 782.21, -782.21
+415, 782.21, -782.21
+830, 782.21, -782.21
+1245, 782.21, -782.21
+1660, 782.21, -782.21
+2075, 782.21, -782.21
+2490, 651.84, -651.84
+2906, 558.72, -558.72
+3321, 488.88, -488.88
+3736, 434.56, -434.56
+4151, 391.10, -391.10
+4566, 355.55, -355.55
+4981, 325.92, -325.92
+5396, 300.85, -300.85
+5811, 279.36, -279.36
+6226, 260.74, -260.74
+6641, 244.44, -244.44
+7056, 230.06, -230.06
+7471, 217.28, -217.28
+7886, 205.84, -205.84
+8302, 195.55, -195.55
+
+
+
diff --git a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/GenericBattery.vbatr b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/GenericBattery.vbatr
new file mode 100644
index 0000000000..a6939be42a
--- /dev/null
+++ b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/GenericBattery.vbatr
@@ -0,0 +1,3 @@
+SoC, Ri
+0,  0.024
+100,  0.024
\ No newline at end of file
diff --git a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/GenericBattery.vreess b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/GenericBattery.vreess
new file mode 100644
index 0000000000..2043a80690
--- /dev/null
+++ b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/GenericBattery.vreess
@@ -0,0 +1,19 @@
+{
+  "Header": {
+    "CreatedBy": "",
+    "Date": "2021-06-16T09:37:48.3166199Z",
+    "AppVersion": "3",
+    "FileVersion": 1
+  },
+  "Body": {
+    "SavedInDeclMode": false,
+    "REESSType": "Battery",
+    "Model": "Generic Battery",
+    "Capacity": 37.14,
+    "SOC_min": 20,
+    "SOC_max": 80,
+    "MaxCurrentMap": "MaxCurrent.vimax",
+    "InternalResistanceCurve": "GenericBattery.vbatr",
+    "SoCCurve": "REESS_SOC_curve.vbatv"
+  }
+}
\ No newline at end of file
diff --git a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/GenericEMotor.vem b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/GenericEMotor.vem
new file mode 100644
index 0000000000..3bd5383d3f
--- /dev/null
+++ b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/GenericEMotor.vem
@@ -0,0 +1,33 @@
+{
+  "Header": {
+    "CreatedBy": "",
+    "Date": "2021-08-05T14:49:40.5920495Z",
+    "AppVersion": "3",
+    "FileVersion": 3
+  },
+  "Body": {
+    "SavedInDeclMode": false,
+    "Model": "Generic Electric Motor",
+    "Inertia": 0.134,
+    "ContinuousTorque": 506.13,
+    "ContinuousTorqueSpeed": 2075.38045791832,
+    "OverloadTorque": 506.13,
+    "OverloadTorqueSpeed": 2075.38045791832,
+    "OverloadTime": 120,
+    "ThermalOverloadRecoveryFactor": 0.9,
+    "VoltageLevels": [
+      {
+        "Voltage": 0.0,
+        "FullLoadCurve": "EM_fld.vemp",
+        "DragCurve": "EM_drag.vemd",
+        "EfficiencyMap": "EM_Map.vemo"
+      },
+      {
+        "Voltage": 1000.0,
+        "FullLoadCurve": "EM_fld.vemp",
+        "DragCurve": "EM_drag.vemd",
+        "EfficiencyMap": "EM_Map.vemo"
+      }
+    ]
+  }
+}
\ No newline at end of file
diff --git a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/GenericGen.vem b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/GenericGen.vem
new file mode 100644
index 0000000000..5d5432e043
--- /dev/null
+++ b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/GenericGen.vem
@@ -0,0 +1,33 @@
+{
+  "Header": {
+    "CreatedBy": "",
+    "Date": "2021-08-05T14:49:40.5920495Z",
+    "AppVersion": "3",
+    "FileVersion": 3
+  },
+  "Body": {
+    "SavedInDeclMode": false,
+    "Model": "Generic Electric Motor",
+    "Inertia": 0.134,
+    "ContinuousTorque": 521,
+    "ContinuousTorqueSpeed": 2075.38045791832,
+    "OverloadTorque": 782.208589,
+    "OverloadTorqueSpeed": 2075.38045791832,
+    "OverloadTime": 120,
+    "ThermalOverloadRecoveryFactor": 0.9,
+    "VoltageLevels": [
+      {
+        "Voltage": 0.0,
+        "FullLoadCurve": "Gen_fld.vemp",
+        "DragCurve": "Gen_drag.vemd",
+        "EfficiencyMap": "Gen_Map.vemo"
+      },
+      {
+        "Voltage": 1000.0,
+        "FullLoadCurve": "Gen_fld.vemp",
+        "DragCurve": "Gen_drag.vemd",
+        "EfficiencyMap": "Gen_Map.vemo"
+      }
+    ]
+  }
+}
\ No newline at end of file
diff --git a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Group2_6l.veng b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Group2_6l.veng
new file mode 100644
index 0000000000..3de13c2366
--- /dev/null
+++ b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Group2_6l.veng
@@ -0,0 +1,35 @@
+{
+  "Header": {
+    "CreatedBy": "",
+    "Date": "2021-06-17T07:29:46.1581600Z",
+    "AppVersion": "3",
+    "FileVersion": 5
+  },
+  "Body": {
+    "SavedInDeclMode": false,
+    "ModelName": "175kW 6.0l Engine",
+    "Displacement": "6000",
+    "IdlingSpeed": 600.0,
+    "Inertia": 3.33,
+    "Fuels": [
+      {
+        "WHTC-Urban": 0.0,
+        "WHTC-Rural": 0.0,
+        "WHTC-Motorway": 0.0,
+        "WHTC-Engineering": 1.0090832895,
+        "ColdHotBalancingFactor": 0.0,
+        "CFRegPer": 1.0,
+        "FuelMap": "Group2_ICE_Map.vmap",
+        "FuelType": "DieselCI"
+      }
+    ],
+    "RatedPower": 170000,
+    "RatedSpeed": 2150.0,
+    "MaxTorque": 950,
+    "FullLoadCurve": "Group2_ICE_fld.vfld",
+    "WHRType": [
+      "None"
+    ],
+    "WHRCorrectionFactors": {}
+  }
+}
\ No newline at end of file
diff --git a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Group2_ICE_Map.vmap b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Group2_ICE_Map.vmap
new file mode 100644
index 0000000000..c18bd7267b
--- /dev/null
+++ b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Group2_ICE_Map.vmap
@@ -0,0 +1,171 @@
+engine speed [rpm], torque [Nm], fuel consumption [g/h]
+493.1,0,472.16
+493.1,68.14,1092.71
+493.1,97.34,1385.09
+493.1,193.47,2362.56
+493.1,290.81,3349.21
+493.1,388.15,4323.3
+493.1,484.28,5615.1
+493.1,581.62,6885.35
+493.1,677.75,8141.37
+493.1,775.09,9324.05
+493.1,872.43,10502.65
+493.1,968.56,11671.38
+493.1,1065.9,12854.85
+493.1,1163.24,14041.1
+493.1,1345.76,16279.46
+706.9,0,654.56
+706.9,63.38,1300.66
+706.9,90.54,1685.83
+706.9,179.94,2934.98
+706.9,270.48,4209.73
+706.9,361.01,5489.64
+706.9,450.42,7131.94
+706.9,540.96,8749.33
+706.9,630.36,10355.07
+706.9,720.9,11892.3
+706.9,811.43,13423.46
+706.9,900.84,14932.81
+706.9,991.38,16460.36
+706.9,1081.91,17990.15
+706.9,1251.67,20868.88
+920.69,0,834.13
+920.69,60.82,1539.32
+920.69,86.89,1996.25
+920.69,172.7,3527.91
+920.69,259.59,5103.77
+920.69,346.48,6698.6
+920.69,432.28,8534.56
+920.69,519.18,10302.62
+920.69,604.98,12051.26
+920.69,691.87,13799.21
+920.69,778.76,15560.69
+920.69,864.57,17324
+920.69,951.46,19082.4
+920.69,1038.35,20849.66
+920.69,1201.27,24184.98
+1134.48,0,1012.43
+1134.48,59.23,1702.79
+1134.48,84.62,2219.71
+1134.48,168.18,3986.47
+1134.48,252.8,5811.14
+1134.48,337.42,7665.32
+1134.48,420.98,9608.64
+1134.48,505.6,11442.89
+1134.48,589.17,13241.57
+1134.48,673.79,15118.07
+1134.48,758.41,17022.48
+1134.48,841.97,18944.17
+1134.48,926.59,20869.63
+1134.48,1011.21,23114.89
+1134.48,1169.87,27512.11
+1348.28,0,1294.34
+1348.28,58.15,1997.87
+1348.28,83.07,2598.94
+1348.28,165.1,4624.77
+1348.28,248.17,6737.78
+1348.28,331.24,8867.28
+1348.28,413.27,10944.84
+1348.28,496.34,13061.55
+1348.28,578.37,15269.8
+1348.28,661.44,17440.79
+1348.28,744.51,19507.76
+1348.28,826.54,21571.23
+1348.28,909.61,23711.69
+1348.28,992.68,25966.58
+1348.28,1148.43,30235.15
+1562.07,0,1564.61
+1562.07,57.36,2313.91
+1562.07,81.94,2984.72
+1562.07,162.86,5250.37
+1562.07,244.8,7668.52
+1562.07,326.75,10085.19
+1562.07,407.66,12512.83
+1562.07,489.61,14888.07
+1562.07,570.53,17294.79
+1562.07,652.47,19699.54
+1562.07,734.41,22035.67
+1562.07,815.33,24300.61
+1562.07,897.27,26869.17
+1562.07,979.21,29479.27
+1562.07,1132.86,34444.32
+1775.86,0,1863.36
+1775.86,56.76,2698.21
+1775.86,81.09,3431.79
+1775.86,161.16,5910.81
+1775.86,242.25,8635.74
+1775.86,323.34,11334.83
+1775.86,403.41,14031.9
+1775.86,484.5,16635.84
+1775.86,564.57,19283.72
+1775.86,645.66,22068.32
+1775.86,726.75,24815.91
+1775.86,806.82,27688.06
+1775.86,887.91,30790.81
+1775.86,968.99,33952.49
+1775.86,1121.03,40033.18
+1989.66,0,2223.14
+1989.66,56.29,3220.96
+1989.66,80.42,4008.53
+1989.66,159.83,6662.21
+1989.66,240.24,9700.2
+1989.66,320.66,12667.85
+1989.66,400.07,15692.26
+1989.66,480.49,18679.2
+1989.66,559.9,21609.8
+1989.66,640.31,24775.04
+1989.66,720.73,28010.68
+1989.66,800.14,31252.58
+1989.66,880.55,34385.56
+1989.66,960.97,37524.12
+1989.66,1111.75,43403.66
+2203.45,0,2709.67
+2203.45,55.91,3705.82
+2203.45,79.87,4568.38
+2203.45,158.75,7476.19
+2203.45,238.63,10780.73
+2203.45,318.5,14089.18
+2203.45,397.38,17362.53
+2203.45,477.25,20768.53
+2203.45,556.13,24379.4
+2203.45,636,28003.36
+2203.45,715.88,31565.94
+2203.45,794.75,35149.25
+2203.45,874.63,38779.16
+2203.45,954.5,42412.1
+2203.45,1104.27,49265.36
+2417.24,0,3185.92
+2417.24,55.6,4180.3
+2417.24,79.43,5130.88
+2417.24,157.87,8358.59
+2417.24,237.3,11902.92
+2417.24,316.72,15661.32
+2417.24,395.16,19569.39
+2417.24,474.59,23518.51
+2417.24,553.03,27751.41
+2417.24,632.46,32032.12
+2417.24,711.89,35952.81
+2417.24,790.32,39807.26
+2417.24,869.75,43671.01
+2417.24,949.18,47549.94
+2417.24,1098.11,54776.77
+493.1,-57.18,0
+706.9,-61.47,0
+920.69,-65.18,0
+1134.48,-69.57,0
+1348.28,-80.01,0
+1562.07,-86.98,0
+1775.86,-97.64,0
+1989.66,-111.91,0
+2203.45,-126.35,0
+2417.24,-142.1,0
+493.1,-67.18,0
+706.9,-71.47,0
+920.69,-75.18,0
+1134.48,-79.57,0
+1348.28,-90.01,0
+1562.07,-96.98,0
+1775.86,-107.64,0
+1989.66,-121.91,0
+2203.45,-136.35,0
+2417.24,-152.1,0
diff --git a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Group2_ICE_fld.vfld b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Group2_ICE_fld.vfld
new file mode 100644
index 0000000000..528ce38f82
--- /dev/null
+++ b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Group2_ICE_fld.vfld
@@ -0,0 +1,7 @@
+engine speed [1/min], full load torque [Nm], motoring torque [Nm]
+600,218.50,-59.32
+1096,950,-67.77
+1700.5,950,-92.87
+2150,755.06,-122.42
+2522,0,-149.84
+
diff --git a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/HeavyUrban.vdri b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/HeavyUrban.vdri
new file mode 100644
index 0000000000..e13c5ed3b1
--- /dev/null
+++ b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/HeavyUrban.vdri
@@ -0,0 +1,1408 @@
+<s>,<v>,<grad>,<stop>
+0,0,0.6,45.4
+1,34.4,0.6,0
+2,34.4,0.6,0
+4,34.4,0.7,0
+23,34.4,0.8,0
+101,29.9,0.8,0
+154,22,0.8,0
+155,33.6,0.8,0
+162,33.6,0.9,0
+300,23.6,0.9,0
+341,0,0.9,22.2
+342,33.1,0.9,0
+348,33.1,0.8,0
+396,33.1,0.7,0
+430,28.7,0.7,0
+505,11.4,0.7,0
+506,31.1,0.7,0
+511,31.1,0.6,0
+597,14.6,0.6,0
+604,37.5,0.6,0
+669,41.5,0.6,0
+729,38.6,0.6,0
+758,34.4,0.5,0
+823,0,0.5,10.2
+824,20.3,0.5,0
+828,20.3,0.5,0
+859,15.6,0.5,0
+860,20.3,0.5,0
+861,20.3,0.4,0
+910,20.3,0.3,0
+928,20.3,0.2,0
+945,21.8,0.2,0
+947,21.8,0.1,0
+995,23.2,0.1,0
+1014,23.2,0,0
+1031,23.2,-0.1,0
+1047,23.2,-0.2,0
+1072,16.7,-0.2,0
+1076,24.8,-0.2,0
+1135,29,-0.2,0
+1198,29,-0.4,0
+1220,0,-0.4,10.2
+1221,34.4,-0.4,0
+1222,34.4,-0.4,0
+1241,34.4,-0.5,0
+1294,37.8,-0.5,0
+1314,37.8,-0.6,0
+1374,0,-0.6,2
+1375,30.5,-0.6,0
+1483,30.5,-0.5,0
+1484,0,-0.5,12
+1485,14.8,-0.5,0
+1486,14.8,-0.5,0
+1490,14.8,-0.6,0
+1513,14.8,-0.5,0
+1516,0,-0.5,38.4
+1517,35,-0.5,0
+1520,35,-0.6,0
+1669,0,-0.6,6.2
+1670,40.9,-0.6,0
+1676,40.9,-0.6,0
+1823,40.9,-0.7,0
+1839,40.9,-0.8,0
+1908,40.9,-0.9,0
+1926,40.9,-1,0
+1937,40.9,-1.1,0
+1949,40.9,-1.2,0
+1960,0,-1.2,10.8
+1961,15.2,-1.2,0
+1968,15.2,-1.3,0
+1991,10,-1.3,0
+1992,37.5,-1.3,0
+2026,37.5,-1.4,0
+2104,37.5,-1.3,0
+2119,37.5,-1.2,0
+2131,37.5,-1.1,0
+2146,37.5,-1,0
+2157,0,-1,43.2
+2158,20.5,-1,0
+2194,28.3,-1,0
+2235,28.3,-0.9,0
+2246,28.3,-0.8,0
+2254,28.3,-0.7,0
+2262,28.3,-0.6,0
+2270,28.3,-0.5,0
+2277,0,-0.5,9.6
+2278,37,-0.5,0
+2285,37,-0.4,0
+2344,37,-0.3,0
+2352,37,-0.2,0
+2360,37,-0.1,0
+2366,37,0,0
+2371,37,0.1,0
+2377,37,0.2,0
+2387,37,0.3,0
+2399,37,0.4,0
+2415,37,0.5,0
+2423,42.6,0.5,0
+2427,42.6,0.6,0
+2436,42.6,0.7,0
+2442,42.6,0.8,0
+2451,42.6,0.9,0
+2460,42.6,1,0
+2477,42.6,1.1,0
+2601,42.6,1,0
+2615,42.6,0.9,0
+2626,0,0.8,8.8
+2627,19.7,0.8,0
+2628,19.7,0.8,0
+2641,19.7,0.7,0
+2677,0,0.7,38.2
+2678,23.9,0.7,0
+2692,23.9,0.5,0
+2707,23.9,0.4,0
+2732,23.9,0.3,0
+2772,0,0.3,12.2
+2773,25.9,0.3,0
+2776,25.9,0.3,0
+2838,58.7,0.3,0
+2886,58.7,0.4,0
+2909,58.7,0.3,0
+2952,58.7,0.2,0
+2976,58.7,0.1,0
+3129,58.7,0,0
+3151,58.7,-0.1,0
+3263,0,-0.1,2
+3264,32.9,-0.1,0
+3271,32.9,-0.2,0
+3301,32.9,-0.3,0
+3362,0,-0.3,9.2
+3363,36.8,-0.3,0
+3380,36.8,-0.3,0
+3383,36.8,-0.2,0
+3397,36.8,-0.3,0
+3444,36.8,-0.4,0
+3462,36.8,-0.5,0
+3468,47.2,-0.5,0
+3702,47.2,-0.6,0
+3711,47.2,-0.7,0
+3718,47.2,-0.8,0
+3723,47.2,-0.9,0
+3729,47.2,-1,0
+3733,47.2,-1.1,0
+3737,47.2,-1.2,0
+3741,0,-1.2,8
+3742,30.2,-1.2,0
+3743,30.2,-1.3,0
+3749,30.2,-1.4,0
+3756,30.2,-1.5,0
+3782,30.2,-1.6,0
+3800,30.2,-1.7,0
+3808,30.2,-1.8,0
+3813,30.2,-1.9,0
+3817,30.2,-2,0
+3820,30.2,-2.1,0
+3823,30.2,-2.2,0
+3826,30.2,-2.3,0
+3829,30.2,-2.4,0
+3832,30.2,-2.5,0
+3835,30.2,-2.6,0
+3837,24.1,-2.6,0
+3839,24.1,-2.7,0
+3842,30,-2.8,0
+3846,30,-2.9,0
+3852,30,-3,0
+3858,30,-3.1,0
+3872,30,-3.2,0
+3905,22.8,-3.2,0
+3907,22.8,-3.3,0
+3916,22.8,-3.4,0
+3922,22.8,-3.5,0
+3927,22.8,-3.6,0
+3933,22.8,-3.7,0
+3939,22.8,-3.8,0
+3945,22.8,-3.9,0
+3955,22.8,-4,0
+3993,0,-4,73.6
+3994,17.7,-4,0
+4007,17.7,-4.2,0
+4043,0,-4.2,133.2
+4044,14.2,-4.2,0
+4045,14.2,-4.2,0
+4082,14.2,-4.1,0
+4083,0,-4.1,3.4
+4084,23,-4.1,0
+4095,23,-4.1,0
+4112,23,-4,0
+4122,23,-3.9,0
+4127,0,-3.9,9.8
+4128,22.6,-3.9,0
+4129,22.6,-3.9,0
+4132,22.6,-3.8,0
+4165,18.3,-3.8,0
+4169,30,-3.8,0
+4174,30,-3.7,0
+4192,30,-3.6,0
+4200,30,-3.5,0
+4205,30,-3.4,0
+4210,30,-3.3,0
+4215,30,-3.2,0
+4221,30,-3.1,0
+4227,30,-3,0
+4233,30,-2.9,0
+4241,30,-2.8,0
+4249,0,-2.8,9.2
+4250,13.7,-2.8,0
+4251,13.7,-2.8,0
+4260,13.7,-2.7,0
+4279,13.7,-2.6,0
+4280,0,-2.7,53.2
+4281,27.1,-2.7,0
+4294,27.1,-2.5,0
+4306,27.1,-2.4,0
+4320,27.1,-2.3,0
+4362,23,-2.3,0
+4455,30,-2.4,0
+4497,30,-2.5,0
+4565,21,-2.5,0
+4581,21,-2.6,0
+4612,27.3,-2.5,0
+4695,0,-2.5,9.4
+4696,40.8,-2.5,0
+4856,40.8,-2.5,0
+4909,40.8,-2.4,0
+4925,40.8,-2.3,0
+4944,40.8,-2.2,0
+4967,0,-2.2,63
+4968,34.5,-2.2,0
+5000,34.5,-2.1,0
+5015,34.5,-2,0
+5026,34.5,-1.9,0
+5039,34.5,-1.8,0
+5083,34.5,-1.7,0
+5091,0,-1.7,7.2
+5092,37.6,-1.7,0
+5107,37.6,-1.6,0
+5117,37.6,-1.5,0
+5125,37.6,-1.4,0
+5135,37.6,-1.3,0
+5148,37.6,-1.2,0
+5250,37.6,-1.1,0
+5262,37.6,-1,0
+5272,37.6,-0.9,0
+5280,37.6,-0.8,0
+5291,34.7,-0.7,0
+5365,34.7,-0.6,0
+5387,34.7,-0.5,0
+5389,0,-0.5,12.4
+5390,11.7,-0.5,0
+5403,11.7,-0.4,0
+5415,0,-0.4,36.8
+5416,25.5,-0.4,0
+5417,25.5,-0.4,0
+5519,14.1,-0.4,0
+5522,41.1,-0.4,0
+5716,0,-0.4,9.6
+5717,38.9,-0.4,0
+5828,38.9,-0.5,0
+5854,38.9,-0.6,0
+5870,38.9,-0.7,0
+5915,0,-0.7,13.4
+5916,37.2,-0.7,0
+5950,37.2,-0.8,0
+5969,37.2,-0.9,0
+5986,37.2,-1,0
+6152,30.4,-1,0
+6197,30.4,-1.1,0
+6213,30.4,-1.2,0
+6225,30.4,-1.3,0
+6231,20,-1.3,0
+6239,20,-1.4,0
+6271,0,-1.4,11.8
+6272,40.9,-1.4,0
+6277,40.9,-1.5,0
+6293,40.9,-1.6,0
+6302,40.9,-1.7,0
+6312,40.9,-1.8,0
+6321,40.9,-1.9,0
+6341,40.9,-2,0
+6374,40.9,-1.9,0
+6439,40.9,-1.8,0
+6459,40.8,-1.7,0
+6461,0,-1.7,53.6
+6462,33.2,-1.7,0
+6471,33.2,-1.6,0
+6480,33.2,-1.5,0
+6489,33.2,-1.4,0
+6501,33.2,-1.3,0
+6583,33.2,-1.2,0
+6597,33.2,-1.1,0
+6608,33.2,-1,0
+6618,33.2,-0.9,0
+6628,0,-0.9,9.2
+6629,21.8,-0.9,0
+6631,21.8,-0.9,0
+6641,21.8,-0.8,0
+6666,21.8,-0.9,0
+6698,19.8,-0.9,0
+6731,15,-0.9,0
+6735,32.7,-0.9,0
+6799,32.7,-0.8,0
+6881,0,-0.8,60.2
+6882,33.1,-0.8,0
+6885,33.1,-0.8,0
+7018,33.1,-0.9,0
+7028,33.1,-1,0
+7037,33.1,-1.1,0
+7045,33.1,-1.2,0
+7057,33.1,-1.3,0
+7075,10.3,-1.3,0
+7076,31.4,-1.3,0
+7094,31.4,-1.4,0
+7111,31.4,-1.5,0
+7120,31.4,-1.6,0
+7126,31.4,-1.7,0
+7131,31.4,-1.8,0
+7137,31.4,-1.9,0
+7142,31.4,-2,0
+7149,31.4,-2.1,0
+7160,31.4,-2.2,0
+7213,31.4,-2.3,0
+7228,31.4,-2.4,0
+7237,31.4,-2.5,0
+7244,31.4,-2.6,0
+7251,31.4,-2.7,0
+7260,31.4,-2.8,0
+7266,0,-2.8,8.8
+7267,31.1,-2.8,0
+7272,31.1,-2.9,0
+7303,31.1,-3,0
+7325,31.1,-3.1,0
+7339,31.1,-3.2,0
+7351,31.1,-3.3,0
+7444,31.1,-3.2,0
+7466,16.9,-3.2,0
+7470,16.9,-3.1,0
+7497,16.9,-3,0
+7501,0,-3,8.4
+7502,19.5,-3,0
+7518,19.5,-2.9,0
+7532,19.5,-2.8,0
+7538,0,-2.8,8
+7539,40.6,-2.8,0
+7584,40.6,-2.7,0
+7609,40.6,-2.6,0
+7626,40.6,-2.5,0
+7692,40.6,-2.4,0
+7737,40.6,-2.5,0
+7765,40.6,-2.6,0
+7780,40.6,-2.7,0
+7811,40.6,-2.8,0
+7819,32.9,-2.8,0
+7837,32.9,-2.9,0
+7852,32.9,-3,0
+7894,12.4,-3,0
+7895,15.7,-3,0
+7913,15.7,-3.1,0
+7925,0,-3.1,64
+7926,37.5,-3.1,0
+7927,37.5,-3.2,0
+7943,37.5,-3.3,0
+8091,37.5,-3.2,0
+8113,37.5,-3.1,0
+8123,37.5,-3,0
+8130,37.5,-2.9,0
+8137,37.5,-2.8,0
+8143,37.5,-2.7,0
+8150,37.5,-2.6,0
+8151,0,-2.6,10.4
+8152,11.9,-2.6,0
+8162,11.9,-2.5,0
+8174,0,-2.5,63
+8175,23.9,-2.5,0
+8194,23.9,-2.4,0
+8205,23.9,-2.3,0
+8211,23.9,-2.2,0
+8217,23.9,-2.1,0
+8222,23.9,-2,0
+8226,23.9,-1.9,0
+8231,23.9,-1.8,0
+8235,23.9,-1.7,0
+8242,23.9,-1.6,0
+8249,23.9,-1.5,0
+8254,0,-1.5,2
+8255,48.1,-1.5,0
+8265,48.1,-1.4,0
+8289,48.1,-1.3,0
+8298,48.1,-1.2,0
+8306,48.1,-1.1,0
+8313,48.1,-1,0
+8318,48.1,-0.9,0
+8325,48.1,-0.8,0
+8334,48.1,-0.7,0
+8353,48.1,-0.6,0
+8385,48.1,-0.7,0
+8474,43.9,-0.7,0
+8551,48.9,-0.7,0
+8663,48.9,-0.6,0
+8682,48.9,-0.5,0
+8691,48.9,-0.4,0
+8701,48.9,-0.3,0
+8711,48.9,-0.2,0
+8736,48.9,-0.1,0
+8761,0,-0.1,61.6
+8762,20.9,-0.1,0
+8763,20.9,-0.1,0
+8772,20.9,-0.2,0
+8860,20.9,-0.1,0
+8877,20.9,0,0
+8886,20.9,0.1,0
+8893,20.9,0.2,0
+8897,10,0.2,0
+8898,26.5,0.2,0
+8901,26.5,0.3,0
+8912,26.5,0.4,0
+8965,29.8,0.4,0
+8994,29.8,0.5,0
+9007,29.8,0.6,0
+9017,29.8,0.7,0
+9025,29.8,0.8,0
+9033,29.8,0.9,0
+9042,29.8,1,0
+9061,29.8,1.1,0
+9083,29.8,1.2,0
+9093,0,1.2,3.6
+9094,18.2,1.2,0
+9102,18.2,1.4,0
+9108,18.2,1.5,0
+9115,18.2,1.6,0
+9122,18.2,1.7,0
+9129,0,1.7,10
+9130,35.5,1.7,0
+9133,35.5,1.8,0
+9161,35.5,1.9,0
+9178,35.5,2,0
+9186,35.5,2.1,0
+9194,35.5,2.2,0
+9199,35.5,2.3,0
+9206,35.5,2.4,0
+9215,35.5,2.5,0
+9227,35.5,2.6,0
+9251,35.5,2.7,0
+9266,35.5,2.8,0
+9275,35.5,2.9,0
+9285,35.5,3,0
+9297,35.5,3.1,0
+9328,35.5,3.2,0
+9371,0,3.3,91.2
+9372,32.6,3.3,0
+9386,32.6,3.3,0
+9429,32.6,3.2,0
+9450,32.6,3.1,0
+9467,32.6,3,0
+9504,32.6,2.9,0
+9510,0,3,9.2
+9511,33.8,3,0
+9523,33.8,2.8,0
+9534,33.8,2.7,0
+9543,33.8,2.6,0
+9554,33.8,2.5,0
+9578,33.8,2.4,0
+9626,33.8,2.3,0
+9639,33.8,2.2,0
+9650,33.8,2.1,0
+9675,33.8,2,0
+9773,0,2,12.4
+9774,27.9,2,0
+9804,27.9,2.1,0
+9830,27.9,2.2,0
+9841,33.1,2.2,0
+9925,33.1,2.3,0
+10045,0,2.2,17.8
+10046,10,2.2,0
+10047,10,2.2,0
+10062,0,2.2,52.6
+10063,28.3,2.2,0
+10091,28.4,2.3,0
+10108,28.4,2.2,0
+10194,17.8,2.2,0
+10199,17.8,2.1,0
+10217,17.8,2,0
+10233,17.8,1.9,0
+10257,17.8,1.8,0
+10264,17.8,1.9,0
+10265,0,1.9,34.8
+10266,19,1.9,0
+10294,19,1.7,0
+10301,23.9,1.7,0
+10368,23.9,1.6,0
+10410,0,1.6,2
+10411,28,1.6,0
+10502,0,1.6,5.6
+10503,13.8,1.6,0
+10543,0,1.5,45.8
+10544,35.5,1.5,0
+10779,35.5,1.4,0
+10788,10,1.4,0
+10809,0,1.4,52.4
+10810,14.6,1.4,0
+10860,0,1.4,28.2
+10861,12.4,1.4,0
+10888,0,1.3,72.6
+10889,18,1.3,0
+10891,18,1.3,0
+10919,18,1.2,0
+10924,0,1.2,139
+10925,19.1,1.2,0
+10961,19.1,1.3,0
+10983,19.1,1.2,0
+10991,10.8,1.2,0
+10992,20.8,1.2,0
+11010,20.8,1.1,0
+11027,20.8,1,0
+11041,0,1,10.2
+11042,29.6,1,0
+11043,29.6,1,0
+11104,29.6,0.9,0
+11125,29.6,0.8,0
+11148,29.6,0.7,0
+11157,23.1,0.7,0
+11204,28.6,0.6,0
+11321,0,0.6,8.8
+11322,33.7,0.6,0
+11330,33.7,0.6,0
+11350,33.7,0.7,0
+11414,33.7,0.8,0
+11492,27.8,0.8,0
+11508,33.7,0.8,0
+11517,33.7,0.9,0
+11537,33.7,1,0
+11598,33.7,1.1,0
+11615,33.7,1.2,0
+11625,15,1.2,0
+11629,15,1.3,0
+11646,15,1.4,0
+11689,15,1.5,0
+11705,15,1.6,0
+11711,0,1.6,9.2
+11712,36.9,1.6,0
+11719,36.9,1.7,0
+11741,36.9,1.8,0
+11791,36.9,1.9,0
+11815,36.9,2,0
+11882,0,2,32.2
+11883,27.4,2,0
+11948,27.4,1.9,0
+11983,0,1.9,11.4
+11984,18.1,1.9,0
+11985,18.1,1.8,0
+11995,18.1,1.7,0
+12026,11.7,1.7,0
+12046,44.1,1.7,0
+12049,44.1,1.6,0
+12086,44.1,1.5,0
+12136,44.1,1.6,0
+12241,44.1,1.5,0
+12280,44.1,1.4,0
+12283,26.2,1.4,0
+12315,20.6,1.4,0
+12317,20.6,1.3,0
+12328,20.6,1.2,0
+12335,20.6,1.1,0
+12342,20.6,1,0
+12351,0,1,153.4
+12352,10.5,1,0
+12361,10.5,0.8,0
+12375,0,0.8,6.6
+12376,10,0.8,0
+12388,0,0.8,15.4
+12389,43.2,0.8,0
+12399,43.2,0.7,0
+12418,43.2,0.6,0
+12426,43.2,0.5,0
+12433,43.2,0.4,0
+12439,43.2,0.3,0
+12447,43.2,0.2,0
+12455,43.2,0.1,0
+12465,43.2,0,0
+12576,43.2,0.1,0
+12593,43.2,0,0
+12602,34.3,0,0
+12613,34.3,-0.1,0
+12621,34.3,-0.2,0
+12626,34.3,-0.3,0
+12632,34.3,-0.4,0
+12636,34.3,-0.5,0
+12641,34.3,-0.6,0
+12645,34.3,-0.7,0
+12651,34.3,-0.8,0
+12656,34.3,-0.9,0
+12667,34.3,-1,0
+12686,34.3,-1.1,0
+12702,34.3,-1.2,0
+12710,34.3,-1.3,0
+12716,34.3,-1.4,0
+12721,34.3,-1.5,0
+12726,34.3,-1.6,0
+12730,0,-1.6,4.2
+12731,24.5,-1.6,0
+12735,24.5,-1.8,0
+12741,24.5,-1.9,0
+12748,24.5,-2,0
+12758,24.5,-2.1,0
+12821,11.1,-2.1,0
+12824,18.4,-2.1,0
+12866,18.4,-2,0
+12877,18.4,-1.9,0
+12886,18.4,-1.8,0
+12893,0,-1.7,47.8
+12894,23.8,-1.7,0
+12913,23.8,-1.6,0
+12933,35.1,-1.6,0
+12973,35.1,-1.7,0
+13005,35.1,-1.6,0
+13026,35.1,-1.5,0
+13036,35.1,-1.4,0
+13043,35.1,-1.3,0
+13052,35.1,-1.2,0
+13061,35.1,-1.1,0
+13083,35.1,-1,0
+13106,0,-1,2
+13107,37.2,-1,0
+13150,37.2,-0.9,0
+13166,37.2,-0.8,0
+13198,37.2,-0.7,0
+13233,37.2,-0.8,0
+13333,37.2,-0.7,0
+13336,0,-0.7,2
+13337,41.4,-0.7,0
+13346,41.4,-0.8,0
+13391,41.4,-0.7,0
+13441,41.4,-0.8,0
+13461,41.4,-0.9,0
+13473,41.4,-1,0
+13479,41.4,-1.1,0
+13488,41.4,-1.2,0
+13494,36.8,-1.2,0
+13498,36.8,-1.3,0
+13527,43.7,-1.3,0
+13568,43.7,-1.4,0
+13579,43.7,-1.5,0
+13586,43.7,-1.6,0
+13593,43.7,-1.7,0
+13598,43.7,-1.8,0
+13603,43.7,-1.9,0
+13605,43.7,-2,0
+13610,43.7,-2.1,0
+13617,43.7,-2.2,0
+13622,43.7,-2.3,0
+13634,43.7,-2.4,0
+13658,43.7,-2.5,0
+13673,43.7,-2.6,0
+13682,43.7,-2.7,0
+13689,43.7,-2.8,0
+13692,0,-2.8,2
+13693,23.2,-2.8,0
+13696,23.2,-2.9,0
+13702,23.2,-3,0
+13710,23.2,-3.1,0
+13753,0,-3.1,13
+13754,27.8,-3.1,0
+13755,27.8,-3.2,0
+13771,27.8,-3.3,0
+13791,27.8,-3.4,0
+13840,14.7,-3.4,0
+13844,14.7,-3.3,0
+13855,35.7,-3.3,0
+13860,35.7,-3.2,0
+13871,35.7,-3.1,0
+13886,35.7,-3,0
+13917,35.7,-2.9,0
+13934,35.7,-2.8,0
+13944,35.7,-2.7,0
+13952,35.7,-2.6,0
+13962,35.7,-2.5,0
+13972,35.7,-2.4,0
+13993,35.7,-2.3,0
+14004,0,-2.3,2
+14005,44.6,-2.3,0
+14039,44.6,-2.2,0
+14064,44.6,-2.1,0
+14102,44.6,-2.2,0
+14129,44.6,-2.3,0
+14171,44.6,-2.4,0
+14198,44.6,-2.5,0
+14210,44.6,-2.6,0
+14218,38.9,-2.6,0
+14220,38.9,-2.7,0
+14231,38.9,-2.8,0
+14250,38.9,-2.9,0
+14277,38.9,-3,0
+14290,38.9,-3.1,0
+14299,38.9,-3.2,0
+14308,24.2,-3.2,0
+14309,24.2,-3.3,0
+14325,24.2,-3.4,0
+14361,14.2,-3.5,0
+14388,10,-3.4,0
+14402,0,-3.4,10.2
+14403,10,-3.4,0
+14404,10,-3.5,0
+14424,10,-3.4,0
+14427,0,-3.5,17.8
+14428,12.4,-3.5,0
+14473,12.4,-3.4,0
+14483,12.4,-3.3,0
+14496,12.4,-3.2,0
+14497,0,-3.3,75.2
+14498,21.9,-3.3,0
+14500,21.9,-3.3,0
+14513,21.9,-3.4,0
+14549,21.9,-3.3,0
+14553,0,-3.2,75.2
+14554,15.3,-3.2,0
+14563,15.3,-3.1,0
+14571,15.3,-3,0
+14577,15.4,-2.9,0
+14579,0,-2.9,52.2
+14580,20.9,-2.9,0
+14585,20.9,-2.8,0
+14594,20.9,-2.7,0
+14603,20.9,-2.6,0
+14612,20.9,-2.5,0
+14618,20.9,-2.4,0
+14623,20.9,-2.3,0
+14624,0,-2.4,31
+14625,24.6,-2.4,0
+14631,24.6,-2.2,0
+14638,24.6,-2.1,0
+14644,24.6,-2,0
+14650,24.6,-1.9,0
+14655,24.6,-1.8,0
+14662,24.6,-1.7,0
+14671,24.6,-1.6,0
+14688,24.6,-1.5,0
+14705,0,-1.5,2
+14706,41.5,-1.5,0
+14714,41.5,-1.3,0
+14721,41.5,-1.2,0
+14728,41.5,-1.1,0
+14733,41.5,-1,0
+14740,41.5,-0.9,0
+14746,41.5,-0.8,0
+14758,41.5,-0.7,0
+14808,49.7,-0.7,0
+14939,49.7,-0.6,0
+14952,49.7,-0.5,0
+14962,49.7,-0.4,0
+14974,43.5,-0.4,0
+14976,43.5,-0.3,0
+14986,49.6,-0.3,0
+15231,49.6,-0.2,0
+15239,0,-0.2,2
+15240,17.6,-0.2,0
+15251,17.6,-0.1,0
+15268,17.6,0,0
+15289,14.3,0,0
+15290,31.9,0,0
+15412,31.9,0.1,0
+15422,35.4,0.1,0
+15436,35.4,0.2,0
+15511,35.4,0.3,0
+15535,12.5,0.3,0
+15539,32.7,0.3,0
+15634,32.7,0.2,0
+15640,42.6,0.2,0
+15664,42.6,0.1,0
+15773,47.7,0.1,0
+15806,47.7,0,0
+15848,55.9,0,0
+16059,55.9,0.1,0
+16102,55.9,0.2,0
+16157,55.9,0.1,0
+16182,55.9,0.2,0
+16184,0,0.2,62
+16185,31.6,0.2,0
+16187,31.6,0.1,0
+16216,31.6,0.2,0
+16236,31.6,0.3,0
+16247,31.6,0.4,0
+16255,31.6,0.5,0
+16267,31.6,0.6,0
+16288,31.6,0.7,0
+16329,31.6,0.8,0
+16339,31.6,0.9,0
+16344,0,1,2.8
+16345,26.9,1,0
+16347,26.9,1,0
+16355,26.9,1.1,0
+16364,26.9,1.2,0
+16376,26.9,1.3,0
+16416,26.9,1.4,0
+16435,26.9,1.5,0
+16447,26.9,1.6,0
+16463,26.9,1.7,0
+16465,0,1.7,15.4
+16466,39.2,1.7,0
+16501,39.2,1.8,0
+16631,39.2,1.9,0
+16688,39.2,2,0
+16689,0,2,3.2
+16690,35.5,2,0
+16748,35.5,2.1,0
+16773,35.5,2.2,0
+16795,35.5,2.3,0
+16840,35.5,2.4,0
+16882,0,2.4,4
+16883,38.9,2.4,0
+16884,38.9,2.4,0
+16922,38.9,2.5,0
+16970,38.9,2.6,0
+17002,38.9,2.7,0
+17017,38.9,2.8,0
+17032,38.9,2.9,0
+17052,38.9,3,0
+17068,38.9,3.1,0
+17080,38.9,3.2,0
+17088,38.9,3.3,0
+17096,38.9,3.4,0
+17108,38.9,3.5,0
+17130,38.9,3.6,0
+17152,38.9,3.7,0
+17164,24.8,3.8,0
+17175,24.8,3.9,0
+17225,0,3.9,8
+17226,23.7,3.9,0
+17270,23.7,4.1,0
+17305,0,4,25.2
+17306,33.1,4,0
+17307,33.1,4,0
+17331,33.1,3.9,0
+17344,33.1,3.8,0
+17359,33.1,3.7,0
+17381,33.1,3.6,0
+17394,36.4,3.6,0
+17398,36.4,3.5,0
+17407,36.4,3.4,0
+17415,36.4,3.3,0
+17421,36.4,3.2,0
+17427,36.4,3.1,0
+17435,36.4,3,0
+17445,36.4,2.9,0
+17471,36.4,2.8,0
+17486,36.4,2.7,0
+17496,36.4,2.6,0
+17503,36.4,2.5,0
+17508,36.4,2.4,0
+17514,36.4,2.3,0
+17520,36.4,2.2,0
+17531,0,2.1,4.8
+17532,23.3,2.1,0
+17533,23.3,2.1,0
+17547,23.3,2,0
+17567,23.3,1.9,0
+17578,23.3,1.8,0
+17587,0,1.7,2
+17588,42.4,1.7,0
+17594,42.4,1.6,0
+17603,42.4,1.5,0
+17619,42.4,1.4,0
+17651,42.4,1.3,0
+17665,42.4,1.2,0
+17675,42.4,1.1,0
+17685,42.4,1,0
+17697,52.6,1,0
+17706,52.6,0.9,0
+17784,52.6,0.8,0
+17817,52.6,0.7,0
+17848,22.9,0.7,0
+17885,22.9,0.8,0
+17886,0,0.8,57.8
+17887,37.6,0.8,0
+17889,37.6,0.7,0
+17903,37.6,0.8,0
+17941,37.6,0.9,0
+18035,37.6,1,0
+18038,0,1,0.6
+18039,28.9,1,0
+18051,28.9,1.1,0
+18068,28.9,1.2,0
+18144,28.9,1.3,0
+18163,28.9,1.4,0
+18180,28.9,1.5,0
+18204,0,1.6,14.2
+18205,30.3,1.6,0
+18244,30.3,1.6,0
+18280,30.3,1.7,0
+18348,32.6,1.6,0
+18396,36.9,1.6,0
+18410,36.9,1.5,0
+18436,36.9,1.4,0
+18450,36.9,1.3,0
+18466,36.9,1.2,0
+18498,36.9,1.1,0
+18514,36.9,1,0
+18524,0,0.9,2.2
+18525,34.9,0.9,0
+18526,34.9,0.9,0
+18534,34.9,0.8,0
+18549,34.9,0.7,0
+18603,34.9,0.6,0
+18619,34.9,0.5,0
+18630,34.9,0.4,0
+18642,34.9,0.3,0
+18665,0,0.3,2
+18666,10,0.3,0
+18667,10,0.3,0
+18686,0,0.2,19.8
+18687,38.1,0.2,0
+18776,38.1,0.2,0
+18791,38.1,0.1,0
+18801,38.1,0,0
+18810,38.1,-0.1,0
+18820,38.1,-0.2,0
+18830,33.7,-0.2,0
+18837,33.7,-0.3,0
+18857,37,-0.3,0
+18882,37,-0.2,0
+18908,37,-0.3,0
+18927,37,-0.4,0
+18937,37,-0.5,0
+18945,39.6,-0.6,0
+18951,39.6,-0.7,0
+18960,39.6,-0.8,0
+18970,39.6,-0.9,0
+19018,39.6,-1,0
+19036,39.6,-1.1,0
+19046,39.6,-1.2,0
+19054,39.6,-1.3,0
+19063,39.6,-1.4,0
+19073,28.8,-1.4,0
+19076,28.8,-1.5,0
+19124,0,-1.5,28.2
+19125,12.7,-1.5,0
+19128,12.7,-1.6,0
+19143,12.7,-1.7,0
+19159,0,-1.7,59.6
+19160,35.7,-1.7,0
+19162,35.7,-1.8,0
+19259,27.1,-1.8,0
+19323,27.1,-1.7,0
+19338,0,-1.7,6.2
+19339,16.8,-1.7,0
+19365,16.8,-1.6,0
+19378,25.2,-1.6,0
+19440,0,-1.6,9.4
+19441,38.5,-1.6,0
+19442,38.5,-1.6,0
+19643,38.5,-1.5,0
+19649,23.1,-1.5,0
+19697,23.1,-1.4,0
+19699,0,-1.4,72
+19700,19.4,-1.4,0
+19701,19.4,-1.4,0
+19705,19.4,-1.5,0
+19745,0,-1.5,6.6
+19746,29.9,-1.5,0
+19782,29.9,-1.5,0
+19835,26.4,-1.5,0
+19840,34.7,-1.5,0
+19885,34.7,-1.4,0
+19978,0,-1.4,19.4
+19979,17.6,-1.4,0
+20040,17.6,-1.2,0
+20043,0,-1.3,16.4
+20044,32,-1.3,0
+20048,32,-1.3,0
+20221,32,-1.2,0
+20239,0,-1.2,42.2
+20240,28.8,-1.2,0
+20308,33.7,-1.2,0
+20425,18.5,-1.2,0
+20432,27,-1.2,0
+20496,0,-1.2,18
+20497,12.2,-1.2,0
+20514,12.2,-1.2,0
+20520,12.2,-1.1,0
+20523,21.6,-1.1,0
+20526,21.6,-1.2,0
+20545,21.6,-1.1,0
+20568,17.2,-1.1,0
+20574,26.2,-1.1,0
+20659,0,-1.1,36
+20660,22.1,-1.1,0
+20684,22.1,-1.2,0
+20719,22.1,-1.1,0
+20730,0,-1.2,7.4
+20731,38.5,-1.2,0
+20754,38.5,-1.2,0
+20804,38.5,-1.3,0
+20898,30,-1.3,0
+20920,30,-1.4,0
+20938,30,-1.5,0
+20994,0,-1.5,6.6
+20995,34.4,-1.5,0
+21013,34.4,-1.7,0
+21028,34.4,-1.8,0
+21040,34.4,-1.9,0
+21055,34.4,-2,0
+21114,34.4,-2.1,0
+21125,0,-2,6.6
+21126,15.1,-2,0
+21127,15.1,-2.1,0
+21158,10,-2.1,0
+21159,27.5,-2.1,0
+21205,27.5,-2,0
+21256,27.5,-1.9,0
+21264,0,-1.9,8.4
+21265,10,-1.9,0
+21289,0,-1.9,19.4
+21290,44.4,-1.9,0
+21410,44.4,-2,0
+21507,44.4,-2.1,0
+21527,0,-2.1,61
+21528,33.6,-2.1,0
+21530,33.6,-2.2,0
+21551,33.6,-2.3,0
+21645,33.6,-2.4,0
+21657,33.5,-2.5,0
+21663,0,-2.5,8.4
+21664,32.4,-2.5,0
+21667,32.4,-2.6,0
+21677,32.4,-2.7,0
+21696,32.4,-2.8,0
+21753,32.4,-2.9,0
+21772,32.4,-3,0
+21839,32.4,-2.9,0
+21854,32.4,-2.8,0
+21855,0,-2.8,6.6
+21856,17.7,-2.8,0
+21877,17.7,-2.7,0
+21904,0,-2.7,126.6
+21905,25.2,-2.7,0
+21962,25.2,-2.6,0
+21973,25.2,-2.5,0
+21980,25.2,-2.4,0
+21987,11.5,-2.3,0
+21989,27.2,-2.3,0
+21997,27.2,-2.2,0
+22020,27.2,-2.1,0
+22033,27.2,-2.2,0
+22069,35,-2.2,0
+22072,35,-2.1,0
+22087,35,-2,0
+22094,35,-1.9,0
+22101,35,-1.8,0
+22105,35,-1.7,0
+22110,35,-1.6,0
+22116,35,-1.5,0
+22122,35,-1.4,0
+22130,35,-1.3,0
+22147,35,-1.2,0
+22148,31.8,-1.2,0
+22166,42.2,-1.2,0
+22191,42.2,-1.1,0
+22201,42.2,-1,0
+22209,42.2,-0.9,0
+22215,42.2,-0.8,0
+22221,42.2,-0.7,0
+22230,42.2,-0.6,0
+22247,42.2,-0.5,0
+22415,42.2,-0.6,0
+22469,42.2,-0.5,0
+22494,42.2,-0.4,0
+22506,42.2,-0.3,0
+22517,42.2,-0.2,0
+22534,42.2,-0.1,0
+22548,34.5,-0.1,0
+22585,34.5,0,0
+22598,34.5,0.1,0
+22607,34.5,0.2,0
+22615,34.5,0.3,0
+22624,34.5,0.4,0
+22625,10,0.4,0
+22637,25.8,0.4,0
+22679,25.8,0.5,0
+22698,25.8,0.6,0
+22707,25.8,0.7,0
+22717,25.8,0.8,0
+22727,25.8,0.9,0
+22735,0,0.9,11.2
+22736,27.2,0.9,0
+22737,27.2,0.9,0
+22746,27.2,1,0
+22781,27.2,1.1,0
+22794,27.2,1.2,0
+22805,27.2,1.3,0
+22817,27.2,1.4,0
+22856,27.2,1.5,0
+22878,0,1.5,17.4
+22879,38.4,1.5,0
+22880,38.4,1.5,0
+22891,38.4,1.6,0
+22932,38.4,1.7,0
+23042,38.4,1.8,0
+23077,38.4,2,0
+23096,0,2,10
+23097,30.3,2,0
+23098,30.3,1.9,0
+23127,30.3,2,0
+23165,30.3,2.1,0
+23187,30.3,2.2,0
+23278,30.3,2.3,0
+23285,10,2.3,0
+23286,12.1,2.3,0
+23299,0,2.3,8.6
+23300,37.6,2.3,0
+23367,37.6,2.4,0
+23411,37.6,2.5,0
+23429,37.6,2.6,0
+23443,37.6,2.7,0
+23472,37.6,2.8,0
+23492,37.6,2.9,0
+23505,37.6,3,0
+23515,37.6,3.1,0
+23534,37.6,3.2,0
+23575,37.6,3.3,0
+23590,25.8,3.3,0
+23592,25.8,3.4,0
+23607,25.8,3.5,0
+23646,0,3.6,31
+23647,18.2,3.6,0
+23657,18.2,3.6,0
+23680,18.2,3.7,0
+23697,22.6,3.7,0
+23722,22.6,3.6,0
+23742,20.4,3.6,0
+23744,20.4,3.5,0
+23766,20.4,3.4,0
+23796,20.4,3.3,0
+23806,20.4,3.2,0
+23810,32.6,3.2,0
+23814,32.6,3.1,0
+23821,32.6,3,0
+23827,32.6,2.9,0
+23833,32.6,2.8,0
+23840,32.6,2.7,0
+23854,32.6,2.6,0
+23893,32.6,2.5,0
+23904,32.6,2.4,0
+23910,32.6,2.3,0
+23916,32.6,2.2,0
+23920,32.6,2.1,0
+23924,32.6,2,0
+23929,32.6,1.9,0
+23935,32.6,1.8,0
+23941,0,1.8,45.8
+23942,19.3,1.8,0
+23943,19.3,1.7,0
+23951,19.3,1.5,0
+23979,0,1.5,16
+23980,20.6,1.5,0
+23983,20.6,1.5,0
+23998,20.6,1.4,0
+24007,20.6,1.3,0
+24013,26.6,1.3,0
+24016,26.6,1.2,0
+24025,26.6,1.1,0
+24036,26.6,1,0
+24055,30.3,1,0
+24158,0,1,51.2
+24159,25.8,1,0
+24217,37.9,1,0
+24254,38,0.9,0
+24283,46.9,0.9,0
+24285,46.9,0.8,0
+24386,46.9,0.9,0
+24415,46.9,1,0
+24422,0,1,11.2
+24423,38.2,1,0
+24474,38.2,1.1,0
+24490,38.2,1.2,0
+24502,38.2,1.3,0
+24507,41.3,1.3,0
+24513,41.3,1.4,0
+24535,41.3,1.5,0
+24571,41.3,1.6,0
+24590,41.3,1.7,0
+24617,0,1.7,52.8
+24618,46.9,1.7,0
+24619,46.9,1.7,0
+24648,46.9,1.8,0
+24721,46.9,1.7,0
+24761,46.9,1.6,0
+24822,46.9,1.5,0
+24847,46.9,1.4,0
+24902,46.9,1.3,0
+24905,46.9,1.4,0
+24906,0,1.4,5.4
+24907,11.8,1.4,0
+24947,10,1.3,0
+24948,33.8,1.3,0
+24952,33.8,1.2,0
+24993,33.8,1.1,0
+25019,33.8,1,0
+25061,0,1,10.2
+25062,10.3,1,0
+25074,10.3,0.9,0
+25090,28.9,0.8,0
+25105,28.9,0.7,0
+25166,26.4,0.7,0
+25178,26.4,0.6,0
+25180,30.9,0.6,0
+25196,30.9,0.5,0
+25214,30.9,0.4,0
+25280,34,0.4,0
+25344,34,0.3,0
+25360,26.2,0.3,0
+25385,16.7,0.3,0
+25391,26.4,0.3,0
+25458,0,0.3,7.4
+25459,14.9,0.3,0
+25495,0,0.4,22.6
+25496,26.7,0.4,0
+25564,40.8,0.3,0
+25659,40.8,0.4,0
+25684,40.8,0.5,0
+25736,0,0.5,15
+25737,24.1,0.5,0
+25811,0,0.5,26.6
+25812,39.2,0.5,0
+25840,39.2,0.6,0
+25855,39.2,0.7,0
+25867,39.2,0.8,0
+25879,39.2,0.9,0
+25994,39.2,1,0
+26008,39.2,1.1,0
+26019,39.2,1.2,0
+26027,39.2,1.5,0
+26030,0,1.5,38.6
+26031,27.4,1.5,0
+26040,27.4,1.5,0
+26072,27.4,1.6,0
+26085,27.4,1.7,0
+26094,27.4,1.8,0
+26104,27.4,1.9,0
+26119,27.4,2,0
+26144,0,2,101.6
+26145,30.9,2,0
+26165,30.9,2.1,0
+26180,30.9,2.2,0
+26195,30.9,2.3,0
+26266,30.9,2.4,0
+26295,30.9,2.5,0
+26299,0,2.5,8.6
+26300,23.3,2.5,0
+26321,23.3,2.6,0
+26367,31.2,2.6,0
+26372,31.2,2.7,0
+26413,31.2,2.8,0
+26485,31.2,3,0
+26502,0,3,2
+26503,14,3,0
+26542,0,2.9,8.4
+26543,32.3,2.9,0
+26544,32.3,2.9,0
+26549,32.3,3,0
+26578,32.3,3.1,0
+26697,32.3,3.2,0
+26722,32.3,3.1,0
+26736,32.3,3.2,0
+26771,32.3,3.3,0
+26773,0,3.3,9.6
+26774,34,3.3,0
+26786,34,3.4,0
+26802,34,3.5,0
+26847,34,3.6,0
+26861,28.9,3.6,0
+26864,28.9,3.7,0
+26869,32.9,3.7,0
+26875,32.9,3.8,0
+26888,32.9,3.9,0
+26911,32.9,4,0
+26947,32.9,3.9,0
+26980,29.4,3.9,0
+27033,29.4,3.7,0
+27055,0,3.7,56
+27056,16.6,3.7,0
+27058,16.6,3.7,0
+27068,16.6,3.6,0
+27077,16.6,3.5,0
+27086,10,3.4,0
+27089,17.5,3.4,0
+27095,17.5,3.3,0
+27109,17.5,3.2,0
+27119,0,3.2,6.4
+27120,23,3.2,0
+27129,23,3.1,0
+27140,23,3,0
+27147,23,2.9,0
+27154,23,2.8,0
+27160,23,2.7,0
+27162,10,2.7,0
+27163,46.2,2.7,0
+27166,46.2,2.6,0
+27171,46.2,2.5,0
+27180,46.2,2.4,0
+27198,46.2,2.3,0
+27235,46.2,2.2,0
+27246,46.2,2.1,0
+27251,46.2,2,0
+27258,46.2,1.9,0
+27263,46.2,1.8,0
+27270,46.2,1.7,0
+27275,46.2,1.6,0
+27285,46.2,1.5,0
+27337,46.2,1.4,0
+27352,46.2,1.3,0
+27361,46.2,1.2,0
+27369,46.2,1.1,0
+27379,0,1.1,43
+27380,30.9,1.1,0
+27391,30.9,0.9,0
+27454,30.9,0.7,0
+27469,0,0.7,36.6
+27470,62.9,0.7,0
+27471,62.9,0.7,0
+27485,62.9,0.6,0
+27583,62.9,0.5,0
+27608,62.9,0.4,0
+27629,62.9,0.3,0
+27958,62.9,0.2,0
+27972,62.9,0.1,0
+28049,0,0.1,40.8
+28050,14.6,0.1,0
+28072,43.2,0,0
+28133,43.2,-0.1,0
+28148,43.2,-0.2,0
+28161,43.2,-0.3,0
+28248,0,-0.3,6.8
+28249,49.3,-0.3,0
+28378,49.3,-0.4,0
+28405,49.3,-0.5,0
+28440,49.3,-0.6,0
+28481,49.3,-0.5,0
+28518,10,-0.5,0
+28519,12.8,-0.6,0
+28540,0,-0.6,12.6
+28541,26.7,-0.6,0
+28545,26.7,-0.6,0
+28576,26.7,-0.5,0
+28607,26.7,-0.4,0
+28608,17.8,-0.4,0
+28616,43.8,-0.4,0
+28640,43.8,-0.3,0
+28711,43.8,-0.4,0
+28770,43.8,-0.3,0
+28790,43.8,-0.2,0
+28802,43.8,-0.1,0
+28811,43.8,0,0
+28814,0,0,9.6
+28815,40,0,0
+28823,40,0.1,0
+28904,40,0.2,0
+28922,40,0.3,0
+28932,40,0.4,0
+28943,40,0.5,0
+28965,40,0.6,0
+29015,23.4,0.6,0
+29051,0,0.6,67.4
+29052,30.7,0.6,0
+29147,0,0.7,7.6
+29148,30.2,0.7,0
+29160,30.2,0.6,0
+29235,0,0.6,57.8
+29236,34,0.6,0
+29237,34,0.6,0
+29441,0,0.6,7.8
+29442,32.1,0.6,0
+29443,32.1,0.6,0
+29540,19.7,0.7,0
+29545,30.1,0.7,0
+29578,30.1,0.8,0
+29640,0,0.9,6.8
+29641,33.2,0.9,0
+29655,33.2,0.9,0
+29696,33.2,1,0
+29722,33.2,0.9,0
+29758,33.2,0.8,0
+29778,15.5,0.8,0
+29784,30.5,0.8,0
+29794,30.5,0.7,0
+29835,30.5,0.6,0
+29846,30.5,0.5,0
+29856,30.5,0.4,0
+29866,30.5,0.3,0
+29872,18.2,0.3,0
+29881,18.2,0.2,0
+29932,0,0.2,7.6
+29933,19.3,0.2,0
+29940,19.3,0.1,0
+29953,19.3,0,0
+29963,19.3,-0.1,0
+29974,19.3,-0.2,0
+29980,43.7,-0.2,0
+29993,43.7,-0.3,0
+30085,43.7,-0.4,0
+30099,43.7,-0.5,0
+30160,0,-0.5,20
+30161,23.3,-0.5,0
+30182,23.3,-0.6,0
+30208,0,-0.6,2
+30209,22.2,-0.6,0
+30250,0,-0.6,5.2
+30251,38.8,-0.6,0
+30361,40.6,-0.7,0
+30483,0,-0.7,2
\ No newline at end of file
diff --git a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/MaxCurrent.vimax b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/MaxCurrent.vimax
new file mode 100644
index 0000000000..adf28fb9b5
--- /dev/null
+++ b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/MaxCurrent.vimax
@@ -0,0 +1,3 @@
+SOC, I_charge, I_discharge
+0, 1620, 1620
+100, 1620, 1620
\ No newline at end of file
diff --git a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/REESS_SOC_curve.vbatv b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/REESS_SOC_curve.vbatv
new file mode 100644
index 0000000000..745afc9500
--- /dev/null
+++ b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/REESS_SOC_curve.vbatv
@@ -0,0 +1,13 @@
+SOC, V
+0,718.4170472
+10,746.8408459
+20,763.1375469
+30,771.851826
+40,776.2574768
+50,778.6145358
+60,780.4264075
+70,782.6969898
+80,786.1877986
+90,791.6750932
+100,800.2070015
+
diff --git a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Smart_BusAux.vaux b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Smart_BusAux.vaux
new file mode 100644
index 0000000000..c18841dd75
--- /dev/null
+++ b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Smart_BusAux.vaux
@@ -0,0 +1,34 @@
+{
+  "Header": {
+    "CreatedBy": "",
+    "Date": "2021-08-06T13:05:34.7950328Z",
+    "AppVersion": "3",
+    "FileVersion": 1
+  },
+  "Body": {
+    "PneumaticSystem": {
+      "CompressorMap": "",
+      "AverageAirDemand": 0.0,
+      "SmartAirCompression": false,
+      "GearRatio": 0.0
+    },
+    "ElectricSystem": {
+      "AlternatorEfficiency": 0.0,
+      "CurrentDemand": 0.0,
+      "CurrentDemandEngineOffDriving": 172.85,
+      "CurrentDemandEngineOffStandstill": 128.21,
+      "AlternatorType": "Conventional",
+      "ElectricStorageCapacity": 0.0,
+      "BatteryEfficiency": 1.0,
+      "MaxAlternatorPower": 0.0,
+      "DCDCConverterEfficiency": 0.98,
+      "ESSupplyFromHEVREESS": true
+    },
+    "HVAC": {
+      "ElectricPowerDemand": 0.0,
+      "MechanicalPowerDemand": 0.0,
+      "AuxHeaterPower": 0.0,
+      "AverageHeatingDemand": 0.0
+    }
+  }
+}
\ No newline at end of file
diff --git a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Suburban.vdri b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Suburban.vdri
new file mode 100644
index 0000000000..3c2a796bec
--- /dev/null
+++ b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Suburban.vdri
@@ -0,0 +1,3665 @@
+<s>,<v>,<grad>,<stop>
+0,0,-3.3,0.1
+1,32.3,-3.3,0
+2,32.3,-2.9,0
+3,32.3,-2.8,0
+5,32.3,-2.7,0
+7,32.3,-2.6,0
+10,32.3,-2.5,0
+13,32.3,-2.4,0
+15,32.3,-2.3,0
+18,32.3,-2.2,0
+20,32.3,-2.1,0
+23,32.3,-2,0
+24,32.3,-1.9,0
+27,32.3,-1.8,0
+28,32.3,-1.7,0
+31,32.3,-1.6,0
+32,32.3,-1.5,0
+34,32.3,-1.4,0
+35,32.3,-1.3,0
+38,32.3,-1.2,0
+40,32.3,-1.1,0
+41,32.3,-1,0
+44,32.3,-0.9,0
+46,32.3,-0.8,0
+47,32.3,-0.7,0
+50,32.3,-0.6,0
+52,32.3,-0.5,0
+55,32.3,-0.4,0
+59,32.3,-0.3,0
+62,32.3,-0.2,0
+65,32.3,-0.1,0
+84,32.3,-0.2,0
+90,32.3,-0.3,0
+93,32.3,-0.4,0
+95,52.3,-0.4,0
+97,52.3,-0.5,0
+101,52.3,-0.6,0
+104,52.3,-0.7,0
+108,52.3,-0.8,0
+112,52.3,-0.9,0
+114,52.3,-1,0
+120,52.3,-1.1,0
+124,52.3,-1.2,0
+150,52.3,-1.1,0
+155,52.3,-1,0
+160,52.3,-0.9,0
+165,52.3,-0.8,0
+171,52.3,-0.7,0
+176,52.3,-0.6,0
+182,52.3,-0.5,0
+202,52.3,-0.6,0
+208,52.3,-0.7,0
+214,52.3,-0.8,0
+216,52.3,-0.9,0
+219,52.3,-1,0
+222,52.3,-1.1,0
+225,52.3,-1.2,0
+227,52.3,-1.3,0
+232,52.3,-1.4,0
+235,52.3,-1.5,0
+237,52.3,-1.6,0
+239,52.3,-1.7,0
+243,52.3,-1.8,0
+246,52.3,-1.9,0
+251,52.3,-2,0
+257,52.3,-2.1,0
+270,52.3,-2.3,0
+272,52.3,-2.4,0
+273,52.3,-2.6,0
+274,52.3,-2.5,0
+275,18.5,-2.1,0
+276,18.5,-2,0
+277,18.5,-1.9,0
+279,18.5,-1.8,0
+280,18.5,-1.7,0
+282,18.5,-1.6,0
+284,18.5,-1.5,0
+286,18.5,-1.4,0
+288,18.5,-1.3,0
+290,18.5,-1.2,0
+292,18.5,-1.1,0
+295,18.5,-1,0
+297,18.5,-0.9,0
+299,18.5,-0.8,0
+301,18.5,-0.7,0
+304,18.5,-0.6,0
+306,18.5,-0.5,0
+308,18.5,-0.4,0
+311,11.3,-0.3,0
+312,37,-0.3,0
+313,37,-0.2,0
+316,37,-0.1,0
+317,37,0,0
+320,37,0.1,0
+322,37,0.2,0
+325,37,0.3,0
+330,37,0.4,0
+333,37,0.5,0
+339,37,0.6,0
+346,37,0.7,0
+362,37,0.8,0
+384,37,0.7,0
+396,37,0.6,0
+402,37,0.5,0
+407,37,0.4,0
+412,37,0.3,0
+416,37,0.2,0
+419,37,0.1,0
+421,37,0,0
+422,37,-0.1,0
+423,37,-0.3,0
+424,0,-0.8,12.4
+425,55.2,-0.8,0
+426,55.2,-0.3,0
+427,55.2,-0.2,0
+438,55.2,-0.3,0
+444,55.2,-0.4,0
+456,55.2,-0.5,0
+461,55.2,-0.4,0
+472,55.2,-0.3,0
+478,55.2,-0.2,0
+483,55.2,-0.1,0
+485,55.2,0,0
+489,55.2,0.1,0
+492,55.2,0.2,0
+496,55.2,0.3,0
+498,55.2,0.4,0
+501,55.2,0.5,0
+506,55.2,0.6,0
+508,55.2,0.7,0
+513,55.2,0.8,0
+516,55.2,0.9,0
+521,55.2,1,0
+526,55.2,1.1,0
+531,55.2,1.2,0
+542,55.2,1.3,0
+583,55.2,1.2,0
+598,55.2,1.1,0
+604,55.2,1,0
+611,55.2,0.9,0
+614,55.2,0.8,0
+620,55.2,0.7,0
+623,55.2,0.6,0
+626,55.2,0.5,0
+629,55.2,0.4,0
+632,55.2,0.3,0
+635,55.2,0.2,0
+638,55.2,0.1,0
+644,55.2,0,0
+647,55.2,-0.1,0
+649,55.2,-0.2,0
+652,55.2,-0.3,0
+658,55.2,-0.4,0
+661,55.2,-0.5,0
+669,55.2,-0.6,0
+679,55.2,-0.7,0
+684,55.2,-0.6,0
+691,43.6,-0.6,0
+698,43.6,-0.5,0
+705,43.6,-0.4,0
+710,43.6,-0.3,0
+717,43.6,-0.2,0
+722,43.6,-0.1,0
+729,43.6,0,0
+753,43.6,-0.1,0
+760,43.6,-0.2,0
+765,43.6,-0.3,0
+767,43.6,-0.4,0
+772,43.6,-0.5,0
+774,43.6,-0.6,0
+776,43.6,-0.7,0
+778,43.6,-0.8,0
+782,43.6,-0.9,0
+784,43.6,-1,0
+786,43.6,-1.1,0
+788,43.6,-1.2,0
+791,43.6,-1.3,0
+793,43.6,-1.4,0
+794,43.6,-1.5,0
+798,43.6,-1.6,0
+800,43.6,-1.7,0
+803,43.6,-1.8,0
+805,43.6,-1.9,0
+808,43.6,-2,0
+810,43.6,-2.1,0
+811,43.6,-2.2,0
+812,43.6,-2.5,0
+813,43.6,-1.9,0
+814,0,-2.7,3.6
+815,39.6,-2.7,0
+816,39.6,-2.2,0
+821,39.6,-2.1,0
+829,39.6,-2,0
+834,39.6,-1.9,0
+837,39.6,-1.8,0
+840,39.6,-1.7,0
+843,39.6,-1.6,0
+845,39.6,-1.5,0
+848,39.6,-1.4,0
+851,39.6,-1.3,0
+853,39.6,-1.2,0
+856,39.6,-1.1,0
+860,39.6,-1,0
+863,39.6,-0.9,0
+867,39.6,-0.8,0
+872,39.6,-0.7,0
+877,39.6,-0.6,0
+882,39.6,-0.5,0
+890,39.6,-0.4,0
+900,39.6,-0.3,0
+908,39.6,-0.2,0
+917,39.6,-0.1,0
+926,39.6,0,0
+932,39.6,0.1,0
+938,39.6,0.2,0
+945,39.6,0.3,0
+951,39.6,0.4,0
+957,39.6,0.5,0
+966,39.6,0.6,0
+997,42.2,0.5,0
+1003,42.2,0.4,0
+1010,42.2,0.3,0
+1015,42.2,0.2,0
+1022,42.2,0.1,0
+1029,42.2,0,0
+1057,42.2,0.1,0
+1064,39.6,0.2,0
+1071,39.6,0.3,0
+1077,39.6,0.4,0
+1084,39.6,0.5,0
+1108,39.6,0.4,0
+1115,39.6,0.3,0
+1119,39.6,0.2,0
+1124,39.6,0.1,0
+1128,39.6,0,0
+1133,39.6,-0.1,0
+1137,39.6,-0.2,0
+1141,39.6,-0.3,0
+1146,39.6,-0.4,0
+1152,39.6,-0.5,0
+1162,39.6,-0.6,0
+1173,39.6,-0.5,0
+1186,39.6,-0.4,0
+1188,44.8,-0.4,0
+1192,44.8,-0.3,0
+1199,44.8,-0.2,0
+1203,44.8,-0.1,0
+1208,44.8,0,0
+1210,44.8,0.1,0
+1215,44.8,0.2,0
+1220,44.8,0.3,0
+1225,44.8,0.4,0
+1227,44.8,0.5,0
+1232,44.8,0.6,0
+1237,44.8,0.7,0
+1241,44.8,0.8,0
+1249,44.8,0.9,0
+1261,44.8,1,0
+1264,44.8,0.9,0
+1279,44.8,0.8,0
+1286,44.8,0.7,0
+1291,44.8,0.6,0
+1296,44.8,0.5,0
+1301,44.8,0.4,0
+1306,44.8,0.3,0
+1311,44.8,0.2,0
+1316,44.8,0.1,0
+1321,44.8,0,0
+1326,44.8,-0.1,0
+1333,42,-0.2,0
+1364,42,-0.1,0
+1371,42,0,0
+1378,42,0.1,0
+1383,42,0.2,0
+1390,42,0.3,0
+1394,46,0.3,0
+1399,46,0.4,0
+1421,46,0.3,0
+1431,46,0.2,0
+1438,46,0.1,0
+1443,46,0,0
+1451,46,-0.1,0
+1461,46,-0.2,0
+1501,46,-0.1,0
+1518,46,-0.2,0
+1532,46,-0.3,0
+1538,46,-0.4,0
+1544,46,-0.5,0
+1550,46,-0.6,0
+1557,46,-0.7,0
+1563,46,-0.8,0
+1572,46,-0.9,0
+1582,46,-1,0
+1585,46,-1.2,0
+1586,46,-1.3,0
+1587,0,-0.7,32.4
+1588,15.8,-0.7,0
+1589,15.8,-1,0
+1590,15.8,-0.9,0
+1592,15.8,-0.8,0
+1596,15.8,-0.7,0
+1602,15.8,-0.6,0
+1608,15.8,-0.5,0
+1613,15.8,-0.4,0
+1616,42.2,-0.4,0
+1619,42.2,-0.3,0
+1624,42.2,-0.2,0
+1630,42.2,-0.1,0
+1655,42.2,-0.2,0
+1664,42.2,-0.3,0
+1672,42.2,-0.4,0
+1683,42.2,-0.5,0
+1699,42.2,-0.4,0
+1706,42.2,-0.3,0
+1710,42.2,-0.2,0
+1715,42.2,-0.1,0
+1720,42.2,0,0
+1722,42.2,0.1,0
+1726,42.2,0.2,0
+1731,42.2,0.3,0
+1733,42.2,0.4,0
+1737,42.2,0.5,0
+1741,42.2,0.6,0
+1745,42.2,0.7,0
+1751,42.2,0.8,0
+1767,42.2,0.7,0
+1769,42.2,0.6,0
+1770,42.2,0.5,0
+1771,42.2,0.4,0
+1772,42.2,0,0
+1773,0,0.1,12
+1774,16.7,0.1,0
+1775,16.7,0.5,0
+1776,16.7,0.6,0
+1778,16.7,0.7,0
+1782,16.7,0.6,0
+1789,16.7,0.5,0
+1790,32,0.5,0
+1798,32,0.4,0
+1806,32,0.3,0
+1813,32,0.2,0
+1820,32,0.1,0
+1825,32,0,0
+1828,32,-0.1,0
+1834,32,-0.2,0
+1837,32,-0.3,0
+1841,32,-0.4,0
+1844,32,-0.5,0
+1849,32,-0.6,0
+1852,32,-0.7,0
+1857,32,-0.8,0
+1860,32,-0.9,0
+1862,32,-1,0
+1863,32,-1.2,0
+1864,0,-0.7,23.8
+1865,41.3,-0.7,0
+1866,41.3,-1.1,0
+1868,41.3,-1,0
+1872,41.3,-0.9,0
+1880,41.3,-0.8,0
+1885,41.3,-0.7,0
+1889,41.3,-0.6,0
+1894,41.3,-0.5,0
+1897,41.3,-0.4,0
+1900,41.3,-0.3,0
+1903,41.3,-0.2,0
+1909,41.3,-0.1,0
+1912,41.3,0,0
+1916,41.3,0.1,0
+1922,41.3,0.2,0
+1951,41.3,0.1,0
+1960,41.3,0,0
+1968,41.3,-0.1,0
+1974,41.3,-0.2,0
+1981,41.3,-0.3,0
+1987,41.3,-0.4,0
+1990,41.3,-0.5,0
+1992,41.3,-0.6,0
+1994,42.1,-0.6,0
+1999,42.1,-0.5,0
+2014,42.1,-0.6,0
+2034,42.1,-0.5,0
+2048,42.1,-0.4,0
+2054,42.1,-0.3,0
+2061,42.1,-0.2,0
+2067,42.1,-0.1,0
+2072,42.1,0,0
+2076,42.1,0.1,0
+2083,42.1,0.2,0
+2090,42.1,0.3,0
+2100,42.1,0.4,0
+2119,42.1,0.3,0
+2129,42.1,0.2,0
+2135,42.1,0.1,0
+2136,41.1,0.1,0
+2140,41.1,0,0
+2146,41.1,-0.1,0
+2150,41.1,-0.2,0
+2155,41.1,-0.3,0
+2160,41.1,-0.4,0
+2167,41.1,-0.5,0
+2185,41.1,-0.4,0
+2191,41.1,-0.3,0
+2195,41.1,-0.2,0
+2200,41.1,-0.1,0
+2204,41.1,0,0
+2207,41.1,0.1,0
+2211,41.1,0.2,0
+2216,41.1,0.3,0
+2218,41.1,0.4,0
+2225,41.1,0.5,0
+2231,41.1,0.6,0
+2247,41.1,0.5,0
+2255,41.1,0.4,0
+2262,41.1,0.3,0
+2265,41.1,0.2,0
+2269,12.3,0.2,0
+2270,12.3,0.1,0
+2279,12.3,0,0
+2284,12.3,-0.1,0
+2289,12.3,-0.2,0
+2296,12.3,-0.4,0
+2297,12.3,-0.6,0
+2298,12.3,-0.8,0
+2299,12.3,-0.5,0
+2300,12.3,-0.4,0
+2301,12.3,-0.3,0
+2303,12.3,-0.2,0
+2308,12.3,-0.3,0
+2314,12.3,-0.4,0
+2315,12.3,-0.5,0
+2321,0,-0.6,1.2
+2322,10.6,-0.6,0
+2323,10.6,-0.4,0
+2324,10.6,-0.3,0
+2325,10.6,-0.2,0
+2331,10.6,-0.1,0
+2336,27,-0.1,0
+2337,27,0,0
+2340,27,0.1,0
+2342,27,0.2,0
+2345,27,0.3,0
+2348,27,0.4,0
+2353,27,0.5,0
+2356,27,0.6,0
+2361,27,0.7,0
+2368,27,0.8,0
+2383,27,0.7,0
+2390,27,0.6,0
+2396,27,0.5,0
+2401,27,0.4,0
+2406,27,0.3,0
+2409,27,0.2,0
+2411,27,0.1,0
+2412,27,-0.1,0
+2413,0,0.4,9.6
+2414,23.9,0.4,0
+2415,23.9,-0.1,0
+2416,23.9,0,0
+2417,23.9,0.1,0
+2423,23.9,0.2,0
+2443,23.9,0.3,0
+2480,23.9,0.2,0
+2496,23.9,0.1,0
+2498,23.9,0,0
+2499,23.9,-0.3,0
+2500,0,0.1,6.8
+2501,30.7,0.1,0
+2502,30.7,0.1,0
+2504,30.7,0.2,0
+2505,30.7,0.3,0
+2507,30.7,0.4,0
+2511,30.7,0.5,0
+2515,30.7,0.6,0
+2521,30.7,0.7,0
+2524,30.7,0.8,0
+2528,30.7,0.9,0
+2533,30.7,1,0
+2537,30.7,1.1,0
+2540,30.7,1.2,0
+2545,30.7,1.3,0
+2549,30.7,1.4,0
+2554,30.7,1.5,0
+2560,30.7,1.6,0
+2574,30.7,1.5,0
+2579,30.7,1.4,0
+2581,30.7,1.3,0
+2584,30.7,1.2,0
+2585,30.7,1,0
+2586,30.7,0.8,0
+2587,30.7,0.5,0
+2588,0,1.4,7.6
+2589,50.1,1.4,0
+2590,50.1,1,0
+2598,50.1,0.9,0
+2602,50.1,0.8,0
+2606,50.1,0.7,0
+2612,50.1,0.6,0
+2635,50.1,0.7,0
+2641,50.1,0.8,0
+2647,50.1,0.9,0
+2653,50.1,1,0
+2662,50.1,1.1,0
+2672,50.1,1,0
+2681,50.1,0.9,0
+2688,50.1,0.8,0
+2692,50.1,0.7,0
+2697,50.1,0.6,0
+2700,50.1,0.5,0
+2705,50.1,0.4,0
+2710,50.1,0.3,0
+2712,50.1,0.2,0
+2718,50.1,0.1,0
+2723,50.1,0,0
+2732,50.1,-0.1,0
+2743,50.1,-0.2,0
+2757,50.1,-0.3,0
+2771,50.1,-0.4,0
+2859,50.1,-0.5,0
+2864,50.1,-0.6,0
+2869,50.1,-0.7,0
+2874,50.1,-0.8,0
+2877,50.1,-0.9,0
+2881,50.1,-1,0
+2884,50.1,-1.1,0
+2886,50.1,-1.2,0
+2888,50.1,-1.3,0
+2892,50.1,-1.4,0
+2894,50.1,-1.5,0
+2898,50.1,-1.6,0
+2900,50.1,-1.7,0
+2905,50.1,-1.8,0
+2909,50.1,-1.9,0
+2914,50.1,-2,0
+2916,50.1,-2.1,0
+2917,50.1,-2.5,0
+2918,0,-3,21.4
+2919,48.7,-3,0
+2920,48.7,-2.1,0
+2921,48.7,-2,0
+2923,48.7,-1.9,0
+2926,48.7,-1.8,0
+2928,48.7,-1.7,0
+2932,48.7,-1.6,0
+2934,48.7,-1.5,0
+2936,48.7,-1.4,0
+2939,48.7,-1.3,0
+2940,48.7,-1.2,0
+2943,48.7,-1.1,0
+2944,48.7,-1,0
+2946,48.7,-0.9,0
+2949,48.7,-0.8,0
+2950,48.7,-0.7,0
+2952,48.7,-0.6,0
+2954,48.7,-0.5,0
+2957,48.7,-0.4,0
+2959,48.7,-0.3,0
+2961,48.7,-0.2,0
+2965,48.7,-0.1,0
+2967,48.7,0,0
+2971,48.7,0.1,0
+2977,48.7,0.2,0
+2983,48.7,0.3,0
+3009,48.7,0.2,0
+3093,48.7,0.3,0
+3098,48.7,0.4,0
+3103,48.7,0.5,0
+3108,48.7,0.6,0
+3110,48.7,0.7,0
+3115,48.7,0.8,0
+3117,48.7,0.9,0
+3121,48.7,1,0
+3125,48.7,1.1,0
+3129,48.7,1.2,0
+3133,35.1,1.3,0
+3141,35.1,1.4,0
+3143,35.1,1.3,0
+3153,35.1,1.2,0
+3155,35.1,1.1,0
+3158,35.1,1,0
+3160,35.1,0.9,0
+3162,35.1,0.8,0
+3164,35.1,0.7,0
+3166,35.1,0.6,0
+3168,35.1,0.4,0
+3170,35.1,0.2,0
+3172,35.1,0.1,0
+3173,35.1,0,0
+3175,35.1,-0.2,0
+3177,35.1,-0.3,0
+3179,35.1,-0.5,0
+3181,35.1,-0.6,0
+3182,35.1,-0.8,0
+3184,35.1,-1,0
+3186,35.1,-1.1,0
+3187,35.1,-1.3,0
+3189,35.1,-1.4,0
+3190,35.1,-1.5,0
+3191,35.1,-1.6,0
+3193,35.1,-1.7,0
+3194,35.1,-1.9,0
+3195,35.1,-2,0
+3196,35.1,-2.1,0
+3198,35.1,-2.2,0
+3199,35.1,-2.3,0
+3200,35.1,-2.4,0
+3201,35.1,-2.5,0
+3202,35.1,-2.7,0
+3203,35.1,-2.8,0
+3204,35.1,-3.2,0
+3205,0,-2.6,10.4
+3206,19,-2.6,0
+3207,19,-3.3,0
+3208,19,-3.4,0
+3209,19,-3.3,0
+3210,19,-3.4,0
+3212,19,-3.5,0
+3214,19,-3.6,0
+3215,19,-3.4,0
+3216,19,-3.3,0
+3218,19,-3.2,0
+3225,19,-3.1,0
+3228,19,-3,0
+3232,19,-2.9,0
+3234,19,-2.8,0
+3236,19,-2.7,0
+3238,19,-2.6,0
+3240,19,-2.5,0
+3241,19,-2.4,0
+3243,19,-2.3,0
+3244,19,-2.2,0
+3245,19,-2.1,0
+3247,19,-2,0
+3248,19,-1.9,0
+3249,19,-1.8,0
+3251,19,-1.7,0
+3252,19,-1.6,0
+3253,19,-1.5,0
+3255,19,-1.4,0
+3256,19,-1.3,0
+3258,19,-1.2,0
+3259,19,-1.1,0
+3260,19,-1,0
+3262,19,-0.9,0
+3263,19,-0.8,0
+3265,19,-0.7,0
+3266,19,-0.6,0
+3268,19,-0.5,0
+3271,19,-0.4,0
+3272,19,-0.3,0
+3274,35.5,-0.2,0
+3276,35.5,-0.1,0
+3280,35.5,0,0
+3283,35.5,0.1,0
+3290,35.5,0.2,0
+3296,35.5,0.1,0
+3304,35.5,0,0
+3309,35.5,-0.1,0
+3314,35.5,-0.2,0
+3317,35.5,-0.3,0
+3320,35.5,-0.4,0
+3326,35.5,-0.5,0
+3330,35.5,-0.6,0
+3337,35.5,-0.7,0
+3347,35.5,-0.8,0
+3373,35.5,-0.7,0
+3386,35.5,-0.6,0
+3394,35.5,-0.5,0
+3398,35.5,-0.4,0
+3402,35.5,-0.3,0
+3404,35.5,-0.2,0
+3407,35.5,-0.1,0
+3409,35.5,0,0
+3411,35.5,0.1,0
+3413,35.5,0.2,0
+3416,35.5,0.3,0
+3418,35.5,0.4,0
+3420,35.5,0.5,0
+3421,35.5,0.6,0
+3422,35.5,0.7,0
+3425,35.5,0.8,0
+3426,35.5,0.9,0
+3428,35.5,1,0
+3429,35.5,1.1,0
+3432,35.5,1.2,0
+3435,35.5,1.3,0
+3440,10,1.5,0
+3441,12.3,1.6,0
+3442,12.3,1.7,0
+3443,12.3,1.8,0
+3444,12.3,1.9,0
+3445,12.3,2,0
+3447,12.3,2.1,0
+3449,12.3,2.2,0
+3458,0,2,21.2
+3459,32,2,0
+3460,32,2,0
+3461,32,2.2,0
+3462,32,2.4,0
+3464,32,2.5,0
+3472,32,2.4,0
+3477,32,2.3,0
+3480,32,2.2,0
+3483,32,2.1,0
+3485,32,2,0
+3488,32,1.9,0
+3491,32,1.8,0
+3493,32,1.7,0
+3496,32,1.6,0
+3497,32,1.5,0
+3499,32,1.4,0
+3502,32,1.3,0
+3504,32,1.2,0
+3508,32,1.1,0
+3509,32,1,0
+3513,32,0.9,0
+3515,32,0.8,0
+3518,32,0.7,0
+3520,32,0.6,0
+3523,32,0.5,0
+3527,32,0.4,0
+3529,32,0.3,0
+3532,32,0.2,0
+3535,32,0.1,0
+3539,32,0,0
+3542,32,-0.1,0
+3545,32,-0.2,0
+3550,32,-0.3,0
+3554,32,-0.4,0
+3557,32,-0.5,0
+3561,32,-0.6,0
+3566,32,-0.7,0
+3571,32,-0.8,0
+3576,26.1,-0.8,0
+3578,26.1,-0.9,0
+3605,26.1,-1,0
+3614,26.1,-1.1,0
+3621,26.1,-1.2,0
+3629,26.1,-1.3,0
+3655,26.1,-1.2,0
+3660,26.1,-1.1,0
+3665,26.1,-1,0
+3671,26.1,-0.9,0
+3673,26.1,-1,0
+3676,26.1,-1.2,0
+3677,26.1,-1.1,0
+3678,26.1,-1,0
+3679,26.1,-1.1,0
+3680,26.1,-1.2,0
+3681,0,-1,16.2
+3682,29.3,-1,0
+3683,29.3,-0.5,0
+3684,29.3,-0.4,0
+3685,29.3,-0.3,0
+3688,29.3,-0.2,0
+3693,29.3,-0.1,0
+3694,29.3,0,0
+3699,29.3,0.1,0
+3719,29.3,0,0
+3729,29.3,-0.1,0
+3731,26,-0.1,0
+3732,30.7,-0.1,0
+3742,30.7,-0.2,0
+3757,30.7,-0.3,0
+3769,30.7,-0.4,0
+3776,30.7,-0.5,0
+3781,30.7,-0.6,0
+3786,30.7,-0.7,0
+3793,30.7,-0.8,0
+3801,30.7,-0.9,0
+3805,36.4,-0.9,0
+3813,36.4,-0.8,0
+3820,36.4,-0.7,0
+3824,36.4,-0.6,0
+3828,36.4,-0.5,0
+3832,36.4,-0.4,0
+3835,36.4,-0.3,0
+3838,36.4,-0.2,0
+3841,36.4,-0.1,0
+3844,36.4,0,0
+3846,36.4,0.1,0
+3850,36.4,0.2,0
+3853,36.4,0.3,0
+3856,36.4,0.4,0
+3862,36.4,0.5,0
+3869,36.4,0.6,0
+3882,36.4,0.5,0
+3890,36.4,0.4,0
+3895,36.4,0.3,0
+3901,36.4,0.2,0
+3907,36.4,0.1,0
+3919,36.4,0,0
+3927,36.4,0.1,0
+3931,32.6,0.1,0
+3941,32.6,0.2,0
+3942,27.5,0.2,0
+3950,27.5,0.3,0
+3957,39.6,0.3,0
+3959,39.6,0.4,0
+3973,39.6,0.3,0
+3982,39.6,0.2,0
+3988,39.6,0.1,0
+3992,39.6,0,0
+3999,39.6,-0.1,0
+4003,39.6,-0.2,0
+4009,39.6,-0.3,0
+4016,30,-0.3,0
+4021,32.1,-0.4,0
+4041,32.1,-0.3,0
+4056,32.1,-0.4,0
+4068,32.1,-0.5,0
+4071,32.1,-0.6,0
+4072,0,-0.9,9.6
+4073,23.1,-0.9,0
+4074,23.1,-0.9,0
+4075,23.1,-0.7,0
+4076,23.1,-0.6,0
+4078,23.1,-0.5,0
+4122,23.1,-0.6,0
+4123,23.1,-0.8,0
+4124,23.1,-1.1,0
+4125,0,-0.3,3.8
+4126,35.7,-0.3,0
+4127,35.7,-0.7,0
+4128,35.7,-0.6,0
+4130,35.7,-0.5,0
+4138,35.7,-0.4,0
+4143,35.7,-0.5,0
+4157,35.7,-0.6,0
+4165,35.7,-0.7,0
+4173,35.7,-0.8,0
+4186,35.7,-0.9,0
+4192,35.7,-0.8,0
+4204,35.7,-0.7,0
+4211,35.7,-0.6,0
+4215,35.7,-0.5,0
+4219,35.7,-0.4,0
+4225,35.7,-0.3,0
+4228,35.7,-0.2,0
+4232,35.7,-0.1,0
+4236,35.7,0,0
+4240,35.7,0.1,0
+4243,35.7,0.2,0
+4249,35.7,0.3,0
+4252,35.7,0.4,0
+4256,30.7,0.4,0
+4258,30.7,0.5,0
+4263,30.7,0.6,0
+4268,30.7,0.7,0
+4274,30.7,0.8,0
+4279,30.7,0.9,0
+4288,30.7,1,0
+4306,30.7,0.9,0
+4308,30.7,0.6,0
+4309,32.5,0.3,0
+4310,32.5,0.7,0
+4311,32.5,0.8,0
+4312,32.5,0.9,0
+4315,32.5,1,0
+4324,32.5,0.9,0
+4331,32.5,0.8,0
+4337,32.5,0.7,0
+4341,32.5,0.6,0
+4345,32.5,0.5,0
+4348,32.5,0.4,0
+4353,32.5,0.3,0
+4357,32.5,0.2,0
+4362,32.5,0.1,0
+4367,32.5,0,0
+4372,32.5,-0.1,0
+4381,32.5,-0.2,0
+4415,32.5,-0.1,0
+4430,32.5,0,0
+4458,32.5,-0.1,0
+4467,32.5,-0.2,0
+4478,32.5,-0.3,0
+4489,32.5,-0.4,0
+4490,42.1,-0.4,0
+4511,42.1,-0.3,0
+4529,42.1,-0.2,0
+4543,42.1,-0.3,0
+4555,42.1,-0.4,0
+4563,42.1,-0.5,0
+4569,42.1,-0.6,0
+4575,42.1,-0.7,0
+4581,42.1,-0.8,0
+4588,42.1,-0.9,0
+4596,42.1,-1,0
+4605,42.1,-1.1,0
+4619,42.1,-1.2,0
+4653,42.1,-1.1,0
+4664,42.1,-1,0
+4671,42.1,-0.9,0
+4680,42.1,-0.8,0
+4690,42.1,-0.7,0
+4720,42.1,-0.8,0
+4726,42.1,-0.9,0
+4733,42.1,-1,0
+4738,42.1,-1.1,0
+4742,42.1,-1.2,0
+4747,42.1,-1.3,0
+4751,42.1,-1.4,0
+4756,42.1,-1.5,0
+4760,42.1,-1.6,0
+4764,42.1,-1.7,0
+4768,42.1,-1.8,0
+4772,42.1,-1.9,0
+4776,42.1,-2,0
+4780,42.1,-2.1,0
+4784,42.1,-2.2,0
+4788,42.1,-2.3,0
+4794,42.1,-2.4,0
+4804,42.1,-2.5,0
+4813,42.1,-2.4,0
+4819,42.1,-2.3,0
+4823,42.1,-2.2,0
+4826,42.1,-2.1,0
+4829,42.1,-2,0
+4831,42.1,-1.9,0
+4834,42.1,-1.8,0
+4836,42.1,-1.7,0
+4838,42.1,-1.6,0
+4841,42.1,-1.5,0
+4843,42.1,-1.4,0
+4845,42.1,-1.3,0
+4848,39.3,-1.2,0
+4849,39.3,-1.1,0
+4851,39.3,-1,0
+4852,39.3,-0.9,0
+4854,39.3,-0.8,0
+4855,39.3,-0.7,0
+4857,39.3,-0.6,0
+4858,39.3,-0.5,0
+4859,39.3,-0.4,0
+4861,39.3,-0.3,0
+4863,39.3,-0.2,0
+4865,39.3,-0.1,0
+4866,39.3,0,0
+4867,39.3,0.2,0
+4871,39.3,0.3,0
+4874,39.3,0.4,0
+4876,39.3,0.5,0
+4879,39.3,0.6,0
+4883,39.3,0.7,0
+4902,39.3,0.6,0
+4907,39.3,0.5,0
+4911,39.3,0.4,0
+4917,39.3,0.3,0
+4921,39.3,0.2,0
+4927,39.3,0.1,0
+4946,39.3,0.2,0
+4953,39.3,0.3,0
+4959,39.3,0.4,0
+4964,39.3,0.5,0
+4968,39.3,0.6,0
+4974,39.3,0.7,0
+4981,39.3,0.8,0
+4999,39.3,0.7,0
+5007,39.3,0.6,0
+5011,39.3,0.5,0
+5016,39.3,0.4,0
+5020,28.4,0.3,0
+5021,45.1,0.3,0
+5023,45.1,0.2,0
+5028,45.1,0.1,0
+5031,45.1,0,0
+5035,45.1,-0.1,0
+5041,45.1,-0.2,0
+5047,45.1,-0.3,0
+5076,45.1,-0.2,0
+5083,45.1,-0.1,0
+5089,45.1,0,0
+5094,45.1,0.1,0
+5098,45.1,0.2,0
+5103,45.1,0.3,0
+5108,45.1,0.4,0
+5113,45.1,0.5,0
+5120,45.1,0.6,0
+5145,45.1,0.5,0
+5152,45.1,0.4,0
+5160,45.1,0.3,0
+5164,45.1,0.2,0
+5169,45.1,0.1,0
+5174,45.1,0,0
+5196,45.1,0.1,0
+5202,45.1,0.2,0
+5205,45.1,0.3,0
+5207,45.1,0.4,0
+5210,45.1,0.5,0
+5213,45.1,0.6,0
+5214,45.1,0.7,0
+5217,45.1,0.8,0
+5218,45.1,0.9,0
+5221,45.1,1,0
+5222,45.1,1.1,0
+5225,45.1,1.2,0
+5227,45.1,1.3,0
+5229,45.1,1.4,0
+5232,45.1,1.5,0
+5235,45.1,1.6,0
+5238,45.1,1.5,0
+5239,45.1,1.3,0
+5240,0,0.9,14.8
+5241,35.4,0.9,0
+5242,35.4,1.6,0
+5243,35.4,1.7,0
+5244,35.4,1.8,0
+5245,35.4,1.9,0
+5248,35.4,2,0
+5253,35.4,2.1,0
+5270,35.4,2,0
+5277,35.4,1.9,0
+5284,35.4,1.8,0
+5289,35.4,1.7,0
+5297,35.4,1.6,0
+5303,35.4,1.5,0
+5309,35.4,1.4,0
+5312,35.4,1.3,0
+5318,35.4,1.2,0
+5322,35.4,1.1,0
+5327,35.4,1,0
+5331,35.4,0.9,0
+5334,35.4,0.8,0
+5339,35.4,0.7,0
+5342,35.4,0.6,0
+5347,35.4,0.5,0
+5351,35.4,0.4,0
+5355,35.4,0.3,0
+5363,40.1,0.3,0
+5366,40.1,0.4,0
+5373,40.1,0.5,0
+5381,40.1,0.6,0
+5390,40.1,0.7,0
+5400,40.1,0.8,0
+5415,40.1,0.7,0
+5423,40.1,0.6,0
+5430,40.1,0.5,0
+5434,40.1,0.4,0
+5439,40.1,0.3,0
+5443,40.1,0.2,0
+5448,40.1,0.1,0
+5452,40.1,0,0
+5459,40.1,-0.1,0
+5465,40.1,-0.2,0
+5483,40.1,-0.1,0
+5492,40.1,0,0
+5497,40.1,0.1,0
+5503,40.1,0.2,0
+5511,40.1,0.3,0
+5518,54.9,0.3,0
+5538,54.9,0.2,0
+5545,54.9,0.1,0
+5553,54.9,0,0
+5558,54.9,-0.1,0
+5565,54.9,-0.2,0
+5571,54.9,-0.3,0
+5609,54.9,-0.2,0
+5616,54.9,-0.1,0
+5624,54.9,0,0
+5629,54.9,0.1,0
+5638,54.9,0.2,0
+5643,54.9,0.3,0
+5655,54.9,0.4,0
+5675,54.9,0.3,0
+5685,54.9,0.2,0
+5690,54.9,0.1,0
+5697,54.9,0,0
+5700,54.9,-0.1,0
+5706,54.9,-0.2,0
+5709,54.9,-0.3,0
+5712,54.9,-0.4,0
+5715,54.9,-0.5,0
+5721,54.9,-0.6,0
+5724,54.9,-0.7,0
+5727,54.9,-0.8,0
+5733,54.9,-0.9,0
+5736,54.9,-1,0
+5742,54.9,-1.1,0
+5773,54.9,-1,0
+5781,54.9,-0.9,0
+5788,54.9,-0.8,0
+5813,54.9,-0.9,0
+5819,54.9,-1,0
+5824,54.9,-1.1,0
+5829,54.9,-1.2,0
+5833,54.9,-1.3,0
+5836,54.9,-1.4,0
+5841,54.9,-1.5,0
+5851,54.9,-1.6,0
+5854,54.9,-1.9,0
+5855,0,-2.3,4.2
+5856,47.2,-2.3,0
+5857,47.2,-1.6,0
+5858,47.2,-1.5,0
+5859,47.2,-1.4,0
+5861,47.2,-1.3,0
+5864,47.2,-1.2,0
+5867,47.2,-1.1,0
+5869,47.2,-1,0
+5871,47.2,-0.9,0
+5874,47.2,-0.8,0
+5877,47.2,-0.7,0
+5878,47.2,-0.6,0
+5881,47.2,-0.5,0
+5883,47.2,-0.4,0
+5884,47.2,-0.3,0
+5887,47.2,-0.2,0
+5889,47.2,-0.1,0
+5891,47.2,0,0
+5893,47.2,0.1,0
+5894,47.2,0.2,0
+5898,47.2,0.3,0
+5900,47.2,0.4,0
+5902,47.2,0.5,0
+5906,47.2,0.6,0
+5908,47.2,0.7,0
+5912,47.2,0.8,0
+5916,47.2,0.9,0
+5920,47.2,1,0
+5947,47.2,0.9,0
+5955,47.2,0.8,0
+5962,47.2,0.7,0
+5970,47.2,0.6,0
+5977,47.2,0.5,0
+5985,47.2,0.4,0
+5990,49.9,0.4,0
+6004,57.8,0.4,0
+6037,57.8,0.3,0
+6052,57.8,0.2,0
+6058,57.8,0.1,0
+6067,57.8,0,0
+6074,57.8,-0.1,0
+6083,57.8,-0.2,0
+6112,57.8,-0.1,0
+6124,57.8,0,0
+6137,57.8,0.1,0
+6150,57.8,0.2,0
+6162,57.8,0.3,0
+6173,57.8,0.4,0
+6184,57.8,0.5,0
+6189,57.8,0.6,0
+6197,57.8,0.7,0
+6202,57.8,0.8,0
+6207,57.8,0.9,0
+6212,57.8,1,0
+6217,57.8,1.1,0
+6225,57.8,1.2,0
+6241,59.2,1.2,0
+6249,59.2,1.1,0
+6258,59.2,1,0
+6264,59.2,0.9,0
+6270,59.2,0.8,0
+6275,59.2,0.7,0
+6281,59.2,0.6,0
+6296,59.2,0.5,0
+6309,59.2,0.6,0
+6342,59.2,0.5,0
+6351,59.2,0.4,0
+6361,59.2,0.3,0
+6367,59.2,0.2,0
+6375,59.2,0.1,0
+6399,59.2,0.2,0
+6402,46.5,0.2,0
+6407,48.4,0.3,0
+6412,48.4,0.4,0
+6417,48.4,0.5,0
+6420,48.4,0.6,0
+6425,48.4,0.7,0
+6428,48.4,0.8,0
+6433,48.4,0.9,0
+6436,48.4,1,0
+6439,48.4,1.1,0
+6441,59,1.2,0
+6447,59,1.3,0
+6449,59,1.4,0
+6455,59,1.5,0
+6461,59,1.6,0
+6472,59,1.7,0
+6478,59,1.6,0
+6490,59,1.5,0
+6496,59,1.4,0
+6499,59,1.3,0
+6502,59,1.2,0
+6509,59,1.1,0
+6512,59,1,0
+6515,59,0.9,0
+6518,59,0.8,0
+6521,59,0.7,0
+6524,59,0.6,0
+6527,59,0.5,0
+6531,59,0.4,0
+6534,59,0.3,0
+6537,59,0.2,0
+6544,59,0.1,0
+6547,59,0,0
+6554,59,-0.1,0
+6581,59,0,0
+6588,59,0.1,0
+6591,59,0.2,0
+6598,59,0.3,0
+6601,59,0.4,0
+6605,59,0.5,0
+6611,59,0.6,0
+6615,59,0.7,0
+6622,59,0.8,0
+6628,59,0.9,0
+6658,59,0.8,0
+6668,59,0.7,0
+6687,59,0.6,0
+6738,59,0.5,0
+6748,67,0.4,0
+6754,67,0.3,0
+6761,67,0.2,0
+6767,67,0.1,0
+6774,67,0,0
+6781,67,-0.1,0
+6788,67,-0.2,0
+6795,67,-0.3,0
+6837,67,-0.2,0
+6851,67,-0.1,0
+6866,67,0,0
+6884,67,0.1,0
+6895,67,0.2,0
+6906,67,0.3,0
+6917,67,0.4,0
+6924,67,0.5,0
+6958,67,0.4,0
+6965,67,0.3,0
+6969,67,0.2,0
+6977,67,0.1,0
+6980,67,0,0
+6984,67,-0.1,0
+6992,67,-0.2,0
+6995,67,-0.3,0
+7003,67,-0.4,0
+7014,67,-0.5,0
+7033,67,-0.4,0
+7052,67,-0.3,0
+7067,67,-0.2,0
+7105,67,-0.1,0
+7127,67,0,0
+7146,67,0.1,0
+7160,67,0.2,0
+7185,67,0.3,0
+7205,67,0.2,0
+7226,67,0.1,0
+7232,52,0.1,0
+7241,52,0,0
+7249,58.4,-0.1,0
+7258,58.4,-0.2,0
+7264,58.4,-0.3,0
+7273,58.4,-0.4,0
+7279,58.4,-0.5,0
+7288,58.4,-0.6,0
+7294,58.4,-0.7,0
+7307,58.4,-0.8,0
+7319,58.4,-0.9,0
+7339,58.4,-0.8,0
+7351,58.4,-0.7,0
+7358,58.4,-0.6,0
+7368,58.4,-0.5,0
+7396,58.4,-0.6,0
+7402,58.4,-0.7,0
+7408,58.4,-0.8,0
+7411,58.4,-0.9,0
+7416,58.4,-1,0
+7421,58.4,-1.1,0
+7423,58.4,-1.2,0
+7428,58.4,-1.3,0
+7435,58.4,-1.4,0
+7441,58.4,-1.5,0
+7450,58.4,-1.6,0
+7469,58.4,-1.7,0
+7477,52,-1.7,0
+7490,52,-1.8,0
+7502,52,-1.9,0
+7524,52,-1.8,0
+7531,52,-1.7,0
+7537,52,-1.6,0
+7541,52,-1.5,0
+7545,52,-1.4,0
+7550,52,-1.3,0
+7555,52,-1.2,0
+7561,52,-1.1,0
+7566,52,-1,0
+7586,52,-1.1,0
+7593,52,-1.2,0
+7598,52,-1.3,0
+7603,52,-1.4,0
+7606,52,-1.5,0
+7611,52,-1.6,0
+7614,52,-1.7,0
+7620,52,-1.8,0
+7625,52,-1.9,0
+7631,52,-2,0
+7642,52,-2.1,0
+7665,52,-2,0
+7692,52,-1.9,0
+7701,52,-2,0
+7739,24.2,-2,0
+7742,30,-1.9,0
+7747,30,-1.8,0
+7752,30,-1.7,0
+7756,30,-1.6,0
+7759,30,-1.5,0
+7762,30,-1.4,0
+7763,30,-1.3,0
+7767,30,-1.2,0
+7770,30,-1.1,0
+7771,30,-1,0
+7773,30,-0.9,0
+7774,30,-0.8,0
+7777,30,-0.7,0
+7779,30,-0.6,0
+7780,30,-0.5,0
+7782,30,-0.4,0
+7783,30,-0.3,0
+7785,30,-0.2,0
+7786,30,-0.1,0
+7788,30,0,0
+7790,30,0.1,0
+7791,30,0.2,0
+7793,30,0.3,0
+7794,30,0.4,0
+7796,30,0.5,0
+7798,30,0.6,0
+7799,30,0.7,0
+7801,30,0.8,0
+7803,30,0.9,0
+7805,30,1,0
+7808,39.2,1.1,0
+7810,39.2,1.2,0
+7811,39.2,1.3,0
+7813,39.2,1.4,0
+7815,39.2,1.5,0
+7817,39.2,1.6,0
+7821,39.2,1.7,0
+7823,39.2,1.8,0
+7826,39.2,1.9,0
+7830,39.2,2,0
+7834,39.2,2.1,0
+7853,39.2,2,0
+7862,39.2,1.9,0
+7866,39.2,1.8,0
+7871,39.2,1.7,0
+7877,39.2,1.6,0
+7881,39.2,1.5,0
+7889,39.2,1.4,0
+7914,39.2,1.5,0
+7924,39.2,1.6,0
+7936,39.2,1.7,0
+7955,39.2,1.6,0
+7966,39.2,1.5,0
+7975,55.5,1.4,0
+7982,55.5,1.3,0
+7987,55.5,1.2,0
+7994,55.5,1.1,0
+8002,55.5,1,0
+8007,55.5,0.9,0
+8015,55.5,0.8,0
+8023,55.5,0.7,0
+8031,55.5,0.6,0
+8043,55.5,0.5,0
+8081,55.5,0.6,0
+8096,55.5,0.7,0
+8121,55.5,0.6,0
+8133,55.5,0.5,0
+8139,55.5,0.4,0
+8145,55.5,0.3,0
+8151,55.5,0.2,0
+8157,55.5,0.1,0
+8163,55.5,0,0
+8169,55.5,-0.1,0
+8175,55.5,-0.2,0
+8181,55.5,-0.3,0
+8190,55.5,-0.4,0
+8222,55.5,-0.3,0
+8232,55.5,-0.2,0
+8240,55.5,-0.1,0
+8245,55.5,0,0
+8247,44.9,0,0
+8252,44.9,0.1,0
+8262,44.9,0.2,0
+8286,44.9,0.1,0
+8300,44.9,0,0
+8315,44.9,-0.1,0
+8342,44.9,-0.2,0
+8358,44.9,-0.3,0
+8376,26.6,-0.3,0
+8378,42.5,-0.3,0
+8413,42.5,-0.4,0
+8423,42.5,-0.5,0
+8432,42.5,-0.6,0
+8438,42.5,-0.7,0
+8445,42.5,-0.8,0
+8469,42.5,-0.7,0
+8473,42.5,-0.6,0
+8475,42.5,-0.5,0
+8478,42.5,-0.4,0
+8480,42.5,-0.3,0
+8482,42.5,-0.2,0
+8484,42.5,-0.1,0
+8486,42.5,0,0
+8488,42.5,0.1,0
+8490,42.5,0.2,0
+8492,42.5,0.3,0
+8494,42.5,0.4,0
+8496,42.5,0.5,0
+8498,42.5,0.6,0
+8499,42.5,0.7,0
+8501,42.5,0.8,0
+8503,42.5,0.9,0
+8506,42.5,1,0
+8507,42.5,1.1,0
+8510,42.5,1.2,0
+8512,42.5,1.3,0
+8514,42.5,1.4,0
+8522,42.5,1.2,0
+8523,0,0.8,10.8
+8524,36.3,0.8,0
+8525,36.3,1.2,0
+8526,36.3,1.3,0
+8527,36.3,1.4,0
+8528,36.3,1.5,0
+8530,36.3,1.6,0
+8540,36.3,1.5,0
+8544,36.3,1.4,0
+8548,36.3,1.3,0
+8551,36.3,1.2,0
+8554,36.3,1.1,0
+8557,36.3,1,0
+8559,36.3,0.9,0
+8562,36.3,0.8,0
+8565,36.3,0.7,0
+8567,36.3,0.6,0
+8571,36.3,0.5,0
+8574,36.3,0.4,0
+8578,36.3,0.3,0
+8584,36.3,0.2,0
+8596,36.3,0.1,0
+8604,36.3,0.2,0
+8626,36.3,0.3,0
+8647,30,0.2,0
+8660,30,0.1,0
+8669,30,0,0
+8679,30,-0.1,0
+8689,36.3,-0.2,0
+8723,36.3,-0.1,0
+8734,36.3,0,0
+8743,36.3,0.1,0
+8753,36.3,0.2,0
+8764,36.3,0.3,0
+8774,36.3,0.4,0
+8775,27.4,0.4,0
+8785,27.4,0.5,0
+8793,27.4,0.6,0
+8800,27.4,0.7,0
+8810,27.4,0.8,0
+8825,27.4,0.9,0
+8833,27.4,0.8,0
+8839,27.4,0.7,0
+8841,27.4,0.6,0
+8842,27.4,0.2,0
+8843,0,0.2,21.2
+8844,33.8,0.2,0
+8845,33.8,0.6,0
+8846,33.8,0.7,0
+8848,33.8,0.8,0
+8860,33.8,0.7,0
+8877,33.8,0.6,0
+8904,33.8,0.7,0
+8933,33.8,0.6,0
+8937,28,0.6,0
+8939,28,0.5,0
+8944,28,0.4,0
+8947,28,0.3,0
+8950,28,0.2,0
+8953,28,0.1,0
+8956,28,0,0
+8957,28,-0.1,0
+8961,28,-0.2,0
+8962,28,-0.3,0
+8964,28,-0.4,0
+8967,28,-0.5,0
+8968,28,-0.6,0
+8970,28,-0.7,0
+8973,28,-0.8,0
+8974,28,-0.9,0
+8976,28,-1,0
+8978,35.4,-1,0
+8979,35.4,-1.1,0
+8981,35.4,-1.2,0
+8984,35.4,-1.3,0
+8987,35.4,-1.4,0
+8989,35.4,-1.5,0
+8993,35.4,-1.6,0
+8998,35.4,-1.7,0
+9020,35.4,-1.6,0
+9025,35.4,-1.5,0
+9031,35.4,-1.4,0
+9035,35.4,-1.3,0
+9039,35.4,-1.2,0
+9041,35.4,-1.1,0
+9045,35.4,-1,0
+9049,35.4,-0.9,0
+9052,35.4,-0.8,0
+9056,35.4,-0.7,0
+9060,35.4,-0.6,0
+9064,38.9,-0.5,0
+9068,38.9,-0.4,0
+9074,38.9,-0.3,0
+9080,38.9,-0.2,0
+9104,38.9,-0.3,0
+9116,38.9,-0.4,0
+9149,38.9,-0.3,0
+9155,38.9,-0.2,0
+9161,38.9,-0.1,0
+9165,38.9,0,0
+9169,38.9,0.1,0
+9171,38.9,0.2,0
+9175,38.9,0.3,0
+9179,43.5,0.4,0
+9183,43.5,0.5,0
+9185,43.5,0.6,0
+9191,43.5,0.7,0
+9196,43.5,0.8,0
+9216,43.5,0.7,0
+9221,43.5,0.6,0
+9225,43.5,0.5,0
+9228,43.5,0.4,0
+9230,43.5,0.3,0
+9235,43.5,0.2,0
+9237,43.5,0.1,0
+9240,43.5,0,0
+9242,43.5,-0.1,0
+9244,43.5,-0.2,0
+9247,43.5,-0.3,0
+9249,43.5,-0.4,0
+9251,43.5,-0.5,0
+9256,43.5,-0.6,0
+9258,43.5,-0.7,0
+9261,43.5,-0.8,0
+9265,43.5,-0.9,0
+9269,43.5,-1,0
+9276,43.5,-1.1,0
+9302,43.5,-1,0
+9308,34.2,-1,0
+9310,34.2,-0.9,0
+9316,34.2,-0.8,0
+9321,34.2,-0.7,0
+9327,34.2,-0.6,0
+9332,34.2,-0.5,0
+9337,34.2,-0.4,0
+9342,34.2,-0.3,0
+9349,34.2,-0.2,0
+9356,34.2,-0.4,0
+9358,34.2,-0.7,0
+9359,0,-0.5,8.8
+9360,34.2,-0.5,0
+9361,34.2,-0.2,0
+9363,34.2,-0.1,0
+9366,34.2,0,0
+9371,34.2,0.1,0
+9380,34.2,0.2,0
+9452,34.2,0.1,0
+9462,34.2,0,0
+9469,34.2,-0.1,0
+9472,34.2,-0.2,0
+9474,37.3,-0.2,0
+9478,37.3,-0.3,0
+9481,37.3,-0.4,0
+9485,37.3,-0.5,0
+9489,37.3,-0.6,0
+9493,37.3,-0.7,0
+9497,37.3,-0.8,0
+9499,37.3,-0.9,0
+9503,37.3,-1,0
+9507,37.3,-1.1,0
+9511,37.3,-1.2,0
+9515,37.3,-1.3,0
+9519,37.3,-1.4,0
+9523,37.3,-1.5,0
+9529,37.3,-1.6,0
+9534,37.3,-1.7,0
+9540,37.3,-1.8,0
+9546,37.3,-1.9,0
+9550,37.3,-2.1,0
+9552,37.3,-2.2,0
+9553,37.3,-2.3,0
+9554,26.9,-2.3,0
+9556,26.9,-2.2,0
+9557,26.9,-2.1,0
+9558,26.9,-2,0
+9560,26.9,-1.9,0
+9562,26.9,-1.8,0
+9568,26.9,-1.7,0
+9574,26.9,-1.6,0
+9579,26.9,-1.5,0
+9583,26.9,-1.4,0
+9588,26.9,-1.3,0
+9592,26.9,-1.2,0
+9598,26.9,-1.1,0
+9602,26.9,-1,0
+9608,26.9,-0.9,0
+9614,26.9,-0.8,0
+9623,26.9,-0.7,0
+9636,26.9,-0.6,0
+9642,41.5,-0.6,0
+9654,41.5,-0.5,0
+9666,41.5,-0.4,0
+9675,41.5,-0.3,0
+9686,41.5,-0.2,0
+9692,41.5,-0.1,0
+9701,41.5,0,0
+9717,41.5,0.1,0
+9724,41.5,0,0
+9739,41.5,-0.1,0
+9748,41.5,-0.2,0
+9750,31.5,-0.2,0
+9752,35.9,-0.2,0
+9759,35.9,-0.3,0
+9776,35.9,-0.2,0
+9784,35.9,-0.1,0
+9790,35.9,0,0
+9796,35.9,0.1,0
+9800,35.9,0.2,0
+9804,35.9,0.3,0
+9809,35.9,0.4,0
+9815,35.9,0.5,0
+9822,35.9,0.6,0
+9842,26.5,0.6,0
+9844,37.7,0.6,0
+9851,37.7,0.5,0
+9865,37.7,0.4,0
+9905,37.7,0.5,0
+9917,37.7,0.6,0
+9943,37.7,0.5,0
+9947,37.7,0.4,0
+9948,37.7,0.3,0
+9949,37.7,0,0
+9950,0,-0.1,7.4
+9951,37,-0.1,0
+9952,37,0.3,0
+9962,37,0.2,0
+9967,37,0.1,0
+9972,37,0,0
+9977,37,-0.1,0
+9981,37,-0.2,0
+9986,37,-0.3,0
+9991,37,-0.4,0
+10003,37,-0.5,0
+10007,37,-0.4,0
+10017,37,-0.3,0
+10023,37,-0.2,0
+10027,37,-0.1,0
+10033,37,0,0
+10036,37,0.1,0
+10040,37,0.2,0
+10044,37,0.3,0
+10050,37,0.4,0
+10058,37,0.5,0
+10059,37.8,0.5,0
+10074,37.8,0.4,0
+10080,37.8,0.3,0
+10083,37.8,0.2,0
+10087,37.8,0.1,0
+10091,37.8,0,0
+10094,37.8,-0.1,0
+10097,37.8,-0.2,0
+10100,37.8,-0.3,0
+10104,37.8,-0.4,0
+10107,37.8,-0.5,0
+10113,37.8,-0.6,0
+10118,37.8,-0.7,0
+10137,37.8,-0.6,0
+10147,37.8,-0.5,0
+10157,37.8,-0.4,0
+10183,36.4,-0.4,0
+10186,36.4,-0.5,0
+10222,36.4,-0.4,0
+10230,36.4,-0.3,0
+10235,36.4,-0.2,0
+10238,36.4,-0.1,0
+10243,36.4,0,0
+10246,36.4,0.1,0
+10250,36.4,0.2,0
+10252,36.4,0.3,0
+10256,36.4,0.4,0
+10259,36.4,0.5,0
+10263,36.4,0.6,0
+10268,36.4,0.7,0
+10274,36.4,0.8,0
+10301,36.4,0.7,0
+10309,36.4,0.6,0
+10315,36.4,0.5,0
+10323,36.4,0.4,0
+10331,36.4,0.3,0
+10339,36.4,0.2,0
+10347,36.4,0.1,0
+10360,36.4,0,0
+10390,36.4,-0.1,0
+10395,36.4,-0.2,0
+10396,36.4,-0.6,0
+10397,0,-0.5,8.8
+10398,29.1,-0.5,0
+10399,29.1,-0.2,0
+10400,29.1,-0.1,0
+10403,29.1,0,0
+10435,29.1,-0.1,0
+10451,29.1,-0.2,0
+10466,12.8,-0.2,0
+10470,56.5,-0.1,0
+10475,56.5,0,0
+10479,56.5,0.1,0
+10482,56.5,0.2,0
+10486,56.5,0.3,0
+10490,56.5,0.4,0
+10494,56.5,0.5,0
+10497,56.5,0.6,0
+10502,56.5,0.7,0
+10505,56.5,0.8,0
+10509,56.5,0.9,0
+10515,56.5,1,0
+10523,56.5,1.1,0
+10557,56.5,1,0
+10592,56.5,0.9,0
+10601,56.5,0.8,0
+10610,56.5,0.7,0
+10613,56.5,0.6,0
+10619,56.5,0.5,0
+10622,56.5,0.4,0
+10625,56.5,0.3,0
+10628,56.5,0.2,0
+10631,56.5,0.1,0
+10634,56.5,0,0
+10640,56.5,-0.1,0
+10643,56.5,-0.2,0
+10646,56.5,-0.3,0
+10650,56.5,-0.4,0
+10656,56.5,-0.5,0
+10659,56.5,-0.6,0
+10665,56.5,-0.7,0
+10675,56.5,-0.8,0
+10701,56.5,-0.9,0
+10706,56.5,-0.8,0
+10734,56.5,-0.7,0
+10745,56.5,-0.6,0
+10750,56.5,-0.5,0
+10756,57,-0.4,0
+10762,57,-0.3,0
+10767,57,-0.2,0
+10770,57,-0.1,0
+10775,57,0,0
+10779,57,0.1,0
+10784,57,0.2,0
+10788,57,0.3,0
+10793,57,0.4,0
+10799,57,0.5,0
+10803,57,0.6,0
+10810,57,0.7,0
+10817,57,0.8,0
+10851,57,0.7,0
+10859,57,0.6,0
+10868,57,0.5,0
+10877,57,0.4,0
+10886,57,0.3,0
+10895,57,0.2,0
+10901,57,0.1,0
+10911,57,0,0
+10917,57,-0.1,0
+10920,57,-0.2,0
+10926,57,-0.3,0
+10933,57,-0.4,0
+10936,57,-0.5,0
+10942,57,-0.6,0
+10948,57,-0.7,0
+10954,57,-0.8,0
+10965,57,-0.9,0
+10996,57,-0.8,0
+11004,49.6,-0.8,0
+11007,49.6,-0.7,0
+11014,49.6,-0.6,0
+11021,49.6,-0.5,0
+11027,49.6,-0.4,0
+11033,49.6,-0.3,0
+11039,49.6,-0.2,0
+11047,49.6,-0.1,0
+11056,49.6,0,0
+11069,49.6,0.1,0
+11089,49.6,0.2,0
+11106,49.6,0.3,0
+11119,49.6,0.4,0
+11143,49.6,0.3,0
+11146,53.7,0.3,0
+11154,53.7,0.2,0
+11159,53.7,0.1,0
+11168,53.7,0,0
+11174,53.7,-0.1,0
+11180,53.7,-0.2,0
+11186,53.7,-0.3,0
+11195,53.7,-0.4,0
+11203,53.7,-0.5,0
+11212,53.7,-0.6,0
+11250,53.7,-0.5,0
+11258,53.7,-0.4,0
+11263,45.3,-0.3,0
+11268,45.3,-0.2,0
+11271,45.3,-0.1,0
+11276,45.3,0,0
+11281,45.3,0.1,0
+11283,45.3,0.2,0
+11288,45.3,0.3,0
+11293,45.3,0.4,0
+11298,45.3,0.5,0
+11306,45.3,0.6,0
+11308,54.4,0.6,0
+11323,54.4,0.5,0
+11334,54.4,0.4,0
+11339,54.4,0.3,0
+11345,54.4,0.2,0
+11350,54.4,0.1,0
+11356,54.4,0,0
+11385,54.4,0.1,0
+11394,54.4,0.2,0
+11403,54.4,0.3,0
+11418,54.4,0.4,0
+11427,54.4,0.3,0
+11443,54.4,0.2,0
+11449,46.5,0.2,0
+11454,46.5,0.1,0
+11469,46.5,0,0
+11480,46.5,0.1,0
+11493,46.5,0.2,0
+11501,46.5,0.3,0
+11508,46.5,0.4,0
+11513,46.5,0.5,0
+11521,46.5,0.6,0
+11528,46.5,0.7,0
+11538,46.5,0.8,0
+11596,46.5,0.9,0
+11603,46.5,1,0
+11610,46.5,1.1,0
+11614,46.5,1.2,0
+11618,46.5,1.3,0
+11622,46.5,1.4,0
+11626,46.5,1.5,0
+11631,46.5,1.6,0
+11638,46.5,1.7,0
+11648,46.5,1.6,0
+11652,46.5,1.5,0
+11654,46.5,1.4,0
+11655,46.5,1.3,0
+11656,35.1,1.3,0
+11659,35.1,1.4,0
+11661,35.1,1.3,0
+11666,35.1,1.2,0
+11670,35.1,1.1,0
+11672,35.1,1,0
+11674,35.1,0.9,0
+11677,35.1,0.8,0
+11680,35.1,0.7,0
+11681,35.1,0.6,0
+11684,35.1,0.5,0
+11686,35.1,0.4,0
+11689,35.1,0.3,0
+11691,35.1,0.2,0
+11694,35.1,0.1,0
+11696,35.1,0,0
+11699,35.1,-0.1,0
+11701,35.1,-0.2,0
+11705,35.1,-0.3,0
+11708,35.1,-0.4,0
+11711,35.1,-0.5,0
+11714,35.1,-0.6,0
+11719,35.1,-0.7,0
+11722,35.1,-0.8,0
+11727,35.1,-0.9,0
+11733,35.1,-1,0
+11758,35.1,-0.9,0
+11766,35.1,-0.8,0
+11776,35.1,-0.9,0
+11777,35.1,-1.2,0
+11778,0,-1.3,12.2
+11779,26.6,-1.3,0
+11780,26.6,-0.8,0
+11781,26.6,-0.7,0
+11782,26.6,-0.6,0
+11784,26.6,-0.5,0
+11787,26.6,-0.4,0
+11791,26.6,-0.3,0
+11796,26.6,-0.2,0
+11805,26.6,-0.1,0
+11816,26.6,0,0
+11826,22.2,0,0
+11829,22.2,0.1,0
+11835,66.5,0.1,0
+11836,66.5,0.2,0
+11841,66.5,0.3,0
+11847,66.5,0.4,0
+11849,66.5,0.5,0
+11854,66.5,0.6,0
+11857,66.5,0.7,0
+11863,66.5,0.8,0
+11866,66.5,0.9,0
+11872,66.5,1,0
+11879,66.5,1.1,0
+11903,66.5,1,0
+11911,66.5,0.9,0
+11918,66.5,0.8,0
+11924,66.5,0.7,0
+11932,66.5,0.6,0
+11943,66.5,0.5,0
+11966,66.5,0.6,0
+11975,66.5,0.7,0
+11981,66.5,0.8,0
+11987,66.5,0.9,0
+11993,66.5,1,0
+12000,66.5,1.1,0
+12006,66.5,1.2,0
+12013,66.5,1.3,0
+12020,66.5,1.4,0
+12054,66.5,1.3,0
+12064,66.5,1.2,0
+12071,66.5,1.1,0
+12082,66.5,1,0
+12093,66.5,0.9,0
+12103,66.5,0.8,0
+12118,66.5,0.7,0
+12129,66.5,0.6,0
+12140,66.5,0.5,0
+12151,66.5,0.4,0
+12158,66.5,0.3,0
+12169,66.5,0.2,0
+12180,66.5,0.1,0
+12216,66.5,0.2,0
+12223,66.5,0.3,0
+12230,66.5,0.4,0
+12234,66.5,0.5,0
+12240,66.5,0.6,0
+12244,66.5,0.7,0
+12250,66.5,0.8,0
+12257,66.5,0.9,0
+12272,66.5,1,0
+12283,66.5,0.9,0
+12304,66.5,0.8,0
+12320,50,0.8,0
+12346,50,0.9,0
+12361,50,1,0
+12374,50,1.1,0
+12408,50,1,0
+12415,50,0.9,0
+12418,50,0.8,0
+12422,50,0.7,0
+12426,50,0.6,0
+12429,50,0.5,0
+12433,50,0.4,0
+12435,50,0.3,0
+12439,50,0.2,0
+12441,50,0.1,0
+12445,50,0,0
+12447,50,-0.1,0
+12452,50,-0.2,0
+12454,50,-0.3,0
+12458,50,-0.4,0
+12463,50,-0.5,0
+12467,50,-0.6,0
+12491,50,-0.5,0
+12496,50,-0.4,0
+12501,50,-0.3,0
+12507,50,-0.2,0
+12512,50,-0.1,0
+12515,50,0,0
+12520,50,0.1,0
+12525,50,0.2,0
+12531,50,0.3,0
+12536,50,0.4,0
+12544,50,0.5,0
+12594,50,0.4,0
+12613,50,0.3,0
+12627,50,0.2,0
+12638,50,0.1,0
+12646,50,0,0
+12658,50,-0.1,0
+12699,56.6,0,0
+12708,56.6,0.1,0
+12723,56.6,0.2,0
+12738,56.6,0.1,0
+12756,56.6,0,0
+12793,56.6,0.1,0
+12814,56.6,0,0
+12832,56.6,-0.1,0
+12854,56.6,-0.2,0
+12857,56.6,-0.1,0
+12875,56.6,0,0
+12881,56.6,0.1,0
+12888,56.6,0.2,0
+12894,56.6,0.3,0
+12897,56.6,0.4,0
+12903,56.6,0.5,0
+12910,56.6,0.6,0
+12916,56.6,0.7,0
+12925,56.6,0.8,0
+12954,56.6,0.7,0
+12969,56.6,0.6,0
+13004,56.6,0.7,0
+13033,56.6,0.6,0
+13039,61.3,0.6,0
+13042,61.3,0.5,0
+13049,61.3,0.4,0
+13052,61.3,0.3,0
+13059,61.3,0.2,0
+13065,61.3,0.1,0
+13069,61.3,0,0
+13075,61.3,-0.1,0
+13082,61.3,-0.2,0
+13089,61.3,-0.3,0
+13123,61.3,-0.2,0
+13156,61.3,-0.3,0
+13166,61.3,-0.4,0
+13169,61.3,-0.5,0
+13175,61.3,-0.6,0
+13178,61.3,-0.7,0
+13184,61.3,-0.8,0
+13187,61.3,-0.9,0
+13192,61.3,-1,0
+13195,61.3,-1.1,0
+13200,61.3,-1.2,0
+13205,61.3,-1.3,0
+13212,61.3,-1.4,0
+13234,61.3,-1.3,0
+13239,61.3,-1.2,0
+13243,61.3,-1.1,0
+13249,61.3,-1,0
+13252,61.3,-1.1,0
+13253,61.3,-1.3,0
+13254,0,-1.8,13.6
+13255,57.5,-1.8,0
+13256,57.5,-0.9,0
+13257,57.5,-0.8,0
+13258,57.5,-0.7,0
+13259,57.5,-0.6,0
+13261,57.5,-0.5,0
+13263,57.5,-0.4,0
+13265,57.5,-0.3,0
+13268,57.5,-0.2,0
+13270,57.5,-0.1,0
+13274,57.5,0,0
+13277,57.5,0.1,0
+13280,57.5,0.2,0
+13283,57.5,0.3,0
+13288,57.5,0.4,0
+13291,57.5,0.5,0
+13295,57.5,0.6,0
+13301,57.5,0.7,0
+13307,57.5,0.8,0
+13311,57.5,0.9,0
+13315,57.5,1,0
+13322,57.5,1.1,0
+13327,57.5,1.2,0
+13334,57.5,1.3,0
+13360,57.5,1.2,0
+13365,57.5,1.1,0
+13368,57.5,1,0
+13373,57.5,0.9,0
+13376,57.5,0.8,0
+13379,57.5,0.7,0
+13382,57.5,0.6,0
+13385,57.5,0.5,0
+13388,57.5,0.4,0
+13394,57.5,0.3,0
+13397,57.5,0.2,0
+13400,57.5,0.1,0
+13406,57.5,0,0
+13412,57.5,-0.1,0
+13418,57.5,-0.2,0
+13431,57.5,-0.3,0
+13450,57.5,-0.4,0
+13463,57.5,-0.5,0
+13472,57.5,-0.6,0
+13488,57.5,-0.7,0
+13507,57.5,-0.8,0
+13528,57.5,-0.9,0
+13537,57.5,-1,0
+13543,57.5,-1.1,0
+13548,57.5,-1.2,0
+13554,57.5,-1.3,0
+13556,57.5,-1.4,0
+13559,57.5,-1.5,0
+13564,57.5,-1.6,0
+13566,57.5,-1.7,0
+13569,57.5,-1.8,0
+13571,57.5,-1.9,0
+13575,57.5,-2,0
+13577,57.5,-2.1,0
+13579,57.5,-2.2,0
+13583,57.5,-2.3,0
+13587,57.5,-2.4,0
+13590,57.5,-2.5,0
+13596,57.5,-2.6,0
+13607,57.5,-2.5,0
+13617,57.5,-2.7,0
+13618,0,-2.1,6
+13619,25,-2.1,0
+13620,25,-2.3,0
+13621,25,-2.2,0
+13622,25,-2.1,0
+13623,25,-2,0
+13625,25,-1.9,0
+13626,25,-1.8,0
+13628,25,-1.7,0
+13629,25,-1.6,0
+13631,25,-1.5,0
+13632,25,-1.4,0
+13633,25,-1.3,0
+13635,25,-1.2,0
+13636,25,-1.1,0
+13637,25,-1,0
+13638,25,-0.9,0
+13641,25,-0.8,0
+13642,25,-0.7,0
+13643,25,-0.6,0
+13644,25,-0.5,0
+13645,25,-0.4,0
+13647,25,-0.3,0
+13649,25,-0.2,0
+13650,25,-0.1,0
+13651,25,0,0
+13652,25,0.1,0
+13654,25,0.2,0
+13655,25,0.3,0
+13656,25,0.4,0
+13659,25,0.5,0
+13660,25,0.6,0
+13661,25,0.7,0
+13663,25,0.8,0
+13666,25,0.9,0
+13667,25,1,0
+13670,25,1.1,0
+13673,25,1.2,0
+13677,25,1.3,0
+13684,25,1.4,0
+13687,25,1.3,0
+13689,15.3,1.3,0
+13690,41.8,1.3,0
+13703,41.8,1.2,0
+13709,41.8,1.1,0
+13713,41.8,1,0
+13718,41.8,0.9,0
+13724,41.8,0.8,0
+13731,41.8,0.7,0
+13742,41.8,0.6,0
+13769,41.8,0.7,0
+13794,41.8,0.8,0
+13820,48,0.8,0
+13826,48,0.7,0
+13837,48,0.6,0
+13844,48,0.5,0
+13851,48,0.4,0
+13856,48,0.3,0
+13861,48,0.2,0
+13866,48,0.1,0
+13871,48,0,0
+13876,48,-0.1,0
+13884,48,-0.2,0
+13889,48,-0.3,0
+13897,48,-0.4,0
+13905,48,-0.5,0
+13913,48,-0.6,0
+13921,48,-0.7,0
+13929,48,-0.8,0
+13934,48,-0.9,0
+13939,48,-1,0
+13944,48,-1.1,0
+13948,48,-1.2,0
+13953,48,-1.3,0
+13955,48,-1.4,0
+13959,48,-1.5,0
+13963,48,-1.6,0
+13967,48,-1.7,0
+13971,48,-1.8,0
+13976,48,-1.9,0
+13980,48,-2,0
+13998,30.4,-2,0
+14005,30.4,-1.9,0
+14010,30.4,-1.8,0
+14015,30.4,-1.7,0
+14019,30.4,-1.6,0
+14024,30.4,-1.5,0
+14031,30.4,-1.4,0
+14041,30.4,-1.3,0
+14049,30.4,-1.4,0
+14063,30.4,-1.5,0
+14068,30.4,-1.6,0
+14070,30.4,-1.7,0
+14071,30.4,-1.9,0
+14072,0,-2.5,12.4
+14073,42.7,-2.5,0
+14074,42.7,-1.7,0
+14075,42.7,-1.6,0
+14077,42.7,-1.5,0
+14082,42.7,-1.4,0
+14087,42.7,-1.3,0
+14093,42.7,-1.2,0
+14097,42.7,-1.1,0
+14101,42.7,-1,0
+14104,42.7,-0.9,0
+14108,42.7,-0.8,0
+14111,42.7,-0.7,0
+14117,42.7,-0.6,0
+14120,42.7,-0.5,0
+14126,42.7,-0.4,0
+14134,42.7,-0.3,0
+14150,42.7,-0.4,0
+14161,42.7,-0.5,0
+14170,42.7,-0.6,0
+14184,42.7,-0.7,0
+14196,42.7,-0.6,0
+14209,42.7,-0.5,0
+14219,42.7,-0.4,0
+14228,42.7,-0.3,0
+14230,30,-0.3,0
+14240,30,-0.2,0
+14245,33.1,-0.2,0
+14253,33.1,-0.3,0
+14262,33.1,-0.4,0
+14268,33.1,-0.5,0
+14273,33.1,-0.6,0
+14277,33.1,-0.7,0
+14280,33.1,-0.8,0
+14284,33.1,-0.9,0
+14289,33.1,-1,0
+14294,33.1,-1.1,0
+14302,33.1,-1.2,0
+14314,33.1,-1.1,0
+14322,33.1,-1.2,0
+14324,33.1,-1.3,0
+14325,41.1,-1.3,0
+14326,41.1,-1.2,0
+14327,41.1,-1.1,0
+14328,41.1,-1,0
+14329,41.1,-0.9,0
+14331,41.1,-0.8,0
+14333,41.1,-0.7,0
+14336,41.1,-0.6,0
+14340,41.1,-0.5,0
+14344,41.1,-0.4,0
+14348,41.1,-0.3,0
+14356,41.1,-0.2,0
+14378,41.1,-0.3,0
+14388,41.1,-0.4,0
+14401,41.1,-0.5,0
+14424,41.1,-0.6,0
+14469,41.1,-0.5,0
+14478,41.1,-0.4,0
+14483,32.8,-0.3,0
+14488,32.8,-0.2,0
+14492,32.8,-0.1,0
+14497,32.8,0,0
+14500,32.8,0.1,0
+14504,32.8,0.2,0
+14508,32.8,0.3,0
+14509,47,0.3,0
+14511,47,0.4,0
+14515,47,0.5,0
+14521,47,0.6,0
+14528,47,0.7,0
+14541,47,0.6,0
+14549,47,0.5,0
+14556,47,0.4,0
+14560,47,0.3,0
+14565,47,0.2,0
+14572,47,0.1,0
+14580,47,0,0
+14626,47,-0.1,0
+14636,47,-0.2,0
+14646,47,-0.3,0
+14654,47,-0.4,0
+14690,47,-0.3,0
+14703,47,-0.2,0
+14716,47,-0.1,0
+14728,47,0,0
+14738,47,0.1,0
+14744,35.2,0.1,0
+14747,35.2,0.2,0
+14751,35.2,0.3,0
+14754,35.2,0.4,0
+14759,35.2,0.5,0
+14769,35.2,0.6,0
+14783,35.2,0.5,0
+14791,35.2,0.4,0
+14796,35.2,0.3,0
+14799,35.2,0.2,0
+14803,35.2,0.1,0
+14807,35.2,0,0
+14810,35.2,-0.1,0
+14816,35.2,-0.2,0
+14822,35.2,-0.3,0
+14842,35.2,-0.2,0
+14848,35.2,-0.1,0
+14853,35.2,0,0
+14858,35.2,0.1,0
+14862,35.2,0.2,0
+14865,39.2,0.3,0
+14868,39.2,0.4,0
+14872,39.2,0.5,0
+14876,39.2,0.6,0
+14882,39.2,0.7,0
+14891,39.2,0.8,0
+14901,39.2,0.7,0
+14909,39.2,0.6,0
+14916,39.2,0.5,0
+14920,39.2,0.4,0
+14925,39.2,0.3,0
+14929,39.2,0.2,0
+14932,39.2,0.1,0
+14936,39.2,0,0
+14940,39.2,-0.1,0
+14943,39.2,-0.2,0
+14947,39.2,-0.3,0
+14951,39.2,-0.4,0
+14955,39.2,-0.5,0
+14957,39.2,-0.6,0
+14961,39.2,-0.7,0
+14965,39.2,-0.8,0
+14969,39.2,-0.9,0
+14974,39.2,-1,0
+14978,39.2,-1.1,0
+14983,39.2,-1.2,0
+14987,39.2,-1.3,0
+14991,39.2,-1.4,0
+14995,39.2,-1.5,0
+15002,39.2,-1.6,0
+15010,39.2,-1.7,0
+15026,26.5,-1.7,0
+15030,26.5,-1.6,0
+15037,26.5,-1.5,0
+15043,26.5,-1.4,0
+15047,32.6,-1.3,0
+15053,32.6,-1.2,0
+15057,32.6,-1.1,0
+15062,32.6,-1,0
+15065,32.6,-0.9,0
+15070,32.6,-0.8,0
+15077,32.6,-0.7,0
+15083,32.6,-0.6,0
+15090,32.6,-0.5,0
+15100,32.6,-0.4,0
+15113,32.6,-0.3,0
+15120,26.2,-0.3,0
+15128,32.9,-0.3,0
+15135,32.9,-0.4,0
+15149,32.9,-0.5,0
+15162,32.9,-0.6,0
+15195,32.9,-0.5,0
+15204,32.9,-0.4,0
+15208,32.9,-0.3,0
+15213,32.9,-0.2,0
+15218,32.9,-0.1,0
+15222,32.9,0,0
+15227,32.9,0.1,0
+15231,32.9,0.2,0
+15235,32.9,0.3,0
+15237,24.4,0.3,0
+15240,24.4,0.4,0
+15246,24.4,0.5,0
+15261,24.4,0.3,0
+15262,24.4,0,0
+15263,0,0.1,11
+15264,31.4,0.1,0
+15265,31.4,0.4,0
+15266,31.4,0.5,0
+15268,31.4,0.6,0
+15331,31.4,0.7,0
+15366,31.4,0.6,0
+15375,45.1,0.6,0
+15404,45.1,0.7,0
+15416,45.1,0.8,0
+15449,45.1,0.7,0
+15457,45.1,0.6,0
+15464,45.1,0.5,0
+15469,45.1,0.4,0
+15479,45.1,0.3,0
+15493,45.1,0.4,0
+15502,45.1,0.5,0
+15506,45.1,0.6,0
+15510,45.1,0.7,0
+15515,45.1,0.8,0
+15519,45.1,0.9,0
+15522,45.1,1,0
+15527,45.1,1.1,0
+15532,45.1,1.2,0
+15538,45.1,1.3,0
+15557,45.1,1.2,0
+15562,45.1,1.1,0
+15565,45.1,1,0
+15568,45.1,0.9,0
+15569,28.4,0.9,0
+15572,28.4,0.8,0
+15575,28.4,0.7,0
+15580,28.4,0.6,0
+15584,28.4,0.5,0
+15587,28.4,0.4,0
+15591,28.4,0.3,0
+15593,28.4,0.2,0
+15596,28.4,0.1,0
+15600,28.4,0,0
+15603,28.4,-0.1,0
+15606,28.4,-0.2,0
+15609,28.4,-0.3,0
+15612,28.4,-0.4,0
+15615,28.4,-0.5,0
+15618,28.4,-0.6,0
+15621,28.4,-0.7,0
+15625,28.4,-0.8,0
+15630,28.4,-0.9,0
+15634,28.4,-1,0
+15639,28.4,-1.1,0
+15644,28.4,-1.2,0
+15647,28.4,-1.3,0
+15648,28.4,-1.4,0
+15649,28.4,-1.6,0
+15650,0,-2.3,7.6
+15651,22.5,-2.3,0
+15652,22.5,-1.8,0
+15653,22.5,-1.5,0
+15654,22.5,-1.4,0
+15655,22.5,-1.3,0
+15658,22.5,-1.2,0
+15666,22.5,-1.1,0
+15675,22.5,-1,0
+15681,22.5,-0.9,0
+15687,22.5,-0.8,0
+15691,22.5,-0.7,0
+15695,22.5,-0.6,0
+15699,22.5,-0.5,0
+15703,22.5,-0.3,0
+15707,13.4,-0.3,0
+15708,45.5,-0.3,0
+15710,45.5,-0.2,0
+15712,45.5,-0.1,0
+15715,45.5,0,0
+15717,45.5,0.1,0
+15719,45.5,0.2,0
+15721,45.5,0.3,0
+15723,45.5,0.4,0
+15726,45.5,0.5,0
+15729,45.5,0.6,0
+15732,45.5,0.7,0
+15735,45.5,0.8,0
+15738,45.5,0.9,0
+15741,45.5,1,0
+15745,45.5,1.1,0
+15750,45.5,1.2,0
+15756,45.5,1.3,0
+15774,45.5,1.2,0
+15783,45.5,1.1,0
+15788,45.5,1,0
+15792,45.5,0.9,0
+15799,45.5,0.8,0
+15804,45.5,0.7,0
+15808,45.5,0.6,0
+15813,45.5,0.5,0
+15820,45.5,0.4,0
+15830,45.5,0.3,0
+15845,45.5,0.2,0
+15896,45.5,0.3,0
+15917,45.5,0.4,0
+15929,45.5,0.3,0
+15944,45.5,0.2,0
+15953,45.5,0.1,0
+15960,45.5,0,0
+15967,45.5,-0.1,0
+15974,45.5,-0.2,0
+15986,45.5,-0.3,0
+16008,45.5,-0.2,0
+16018,45.5,-0.1,0
+16026,45.5,0,0
+16031,45.5,0.1,0
+16036,45.5,0.2,0
+16041,45.5,0.3,0
+16048,45.5,0.4,0
+16076,45.5,0.3,0
+16083,45.5,0.2,0
+16088,45.5,0.1,0
+16093,45.5,0,0
+16098,45.5,-0.1,0
+16103,45.5,-0.2,0
+16111,45.5,-0.3,0
+16119,45.5,-0.4,0
+16142,45.5,-0.3,0
+16152,45.5,-0.2,0
+16162,45.5,-0.1,0
+16177,45.5,0,0
+16195,45.5,-0.1,0
+16212,45.5,-0.2,0
+16226,45.5,-0.3,0
+16248,45.5,-0.2,0
+16262,45.5,-0.1,0
+16269,45.5,0,0
+16275,45.5,0.1,0
+16282,45.5,0.2,0
+16288,45.5,0.3,0
+16295,45.5,0.4,0
+16303,45.5,0.5,0
+16310,45.5,0.6,0
+16318,45.5,0.7,0
+16321,26.1,0.7,0
+16326,26.1,0.8,0
+16337,26.1,0.9,0
+16370,26.1,0.8,0
+16379,26.1,0.7,0
+16388,27.9,0.7,0
+16394,27.9,0.6,0
+16407,27.9,0.5,0
+16418,27.9,0.4,0
+16433,27.9,0.3,0
+16446,27.9,0.2,0
+16448,26.1,0.2,0
+16452,26.1,0.3,0
+16455,26.1,0.4,0
+16459,26.1,0.5,0
+16463,26.1,0.6,0
+16467,26.1,0.7,0
+16472,26.1,0.8,0
+16479,26.1,0.9,0
+16490,26.1,1,0
+16492,26.1,0.9,0
+16501,26.1,0.8,0
+16502,26.1,0.7,0
+16503,0,-0.1,11.4
+16504,32.4,-0.1,0
+16505,32.4,0.5,0
+16506,32.4,0.6,0
+16507,32.4,0.7,0
+16508,32.4,0.8,0
+16509,32.4,0.9,0
+16562,32.4,0.8,0
+16570,32.4,0.7,0
+16575,32.4,0.6,0
+16581,32.4,0.5,0
+16584,32.4,0.4,0
+16588,32.4,0.3,0
+16593,32.4,0.2,0
+16596,32.4,0.1,0
+16601,32.4,0,0
+16607,28,-0.1,0
+16624,28,0,0
+16630,28,0.1,0
+16635,34.7,0.2,0
+16638,34.7,0.3,0
+16643,34.7,0.4,0
+16646,34.7,0.5,0
+16650,34.7,0.6,0
+16653,34.7,0.7,0
+16657,34.7,0.8,0
+16660,34.7,0.9,0
+16664,34.7,1,0
+16669,34.7,1.1,0
+16679,34.7,1.2,0
+16690,34.7,1.1,0
+16698,34.7,1,0
+16703,34.7,0.9,0
+16707,34.7,0.8,0
+16711,34.7,0.7,0
+16715,34.7,0.6,0
+16719,34.7,0.5,0
+16722,34.7,0.4,0
+16726,34.7,0.3,0
+16730,34.7,0.2,0
+16736,34.7,0.1,0
+16740,34.7,0,0
+16746,34.7,-0.1,0
+16775,34.7,0,0
+16783,34.7,0.1,0
+16790,34.7,0.2,0
+16797,34.7,0.3,0
+16803,34.7,0.4,0
+16811,34.7,0.5,0
+16822,34.7,0.4,0
+16824,34.7,0.2,0
+16825,0,-0.3,6
+16826,35.6,-0.3,0
+16827,35.6,0.4,0
+16828,35.6,0.5,0
+16831,35.6,0.6,0
+16848,35.6,0.5,0
+16855,35.6,0.4,0
+16860,35.6,0.3,0
+16866,35.6,0.2,0
+16871,35.6,0.1,0
+16877,35.6,0,0
+16881,35.6,-0.1,0
+16887,35.6,-0.2,0
+16895,35.6,-0.3,0
+16903,35.6,-0.4,0
+16911,35.6,-0.5,0
+16916,35.6,-0.6,0
+16924,35.6,-0.7,0
+16929,35.6,-0.8,0
+16935,35.6,-0.9,0
+16940,35.6,-1,0
+16945,35.6,-1.1,0
+16951,35.6,-1.2,0
+16956,35.6,-1.3,0
+16966,35.6,-1.4,0
+16979,35.6,-1.3,0
+16986,35.6,-1.2,0
+16990,35.6,-1.1,0
+16993,35.6,-1,0
+16997,35.6,-0.9,0
+17001,35.6,-0.8,0
+17002,35.6,-0.7,0
+17006,35.6,-0.6,0
+17008,35.6,-0.5,0
+17011,35.6,-0.4,0
+17012,35.6,-0.3,0
+17015,35.6,-0.2,0
+17018,35.6,-0.1,0
+17023,35.6,0,0
+17026,35.6,0.1,0
+17038,13.9,0.1,0
+17039,22.9,0.1,0
+17053,22.9,0,0
+17057,22.9,-0.1,0
+17063,22.9,-0.2,0
+17068,22.9,-0.3,0
+17077,22.9,-0.4,0
+17082,22.9,-0.3,0
+17091,22.9,-0.2,0
+17095,22.9,-0.1,0
+17100,22.9,-0.2,0
+17101,22.9,-0.5,0
+17102,0,0,11
+17103,21.8,0,0
+17104,21.8,0.1,0
+17105,21.8,0.2,0
+17106,21.8,0.3,0
+17108,21.8,0.4,0
+17109,21.8,0.5,0
+17110,21.8,0.6,0
+17112,21.8,0.7,0
+17114,21.8,0.8,0
+17115,21.8,0.9,0
+17117,21.8,1,0
+17118,21.8,1.1,0
+17121,21.8,1.2,0
+17123,21.8,1.3,0
+17124,21.8,1.4,0
+17126,21.8,1.5,0
+17127,21.8,1.6,0
+17130,21.8,1.7,0
+17131,21.8,1.8,0
+17133,21.8,1.9,0
+17136,21.8,2,0
+17138,21.8,2.1,0
+17141,21.8,2.2,0
+17143,21.8,2.3,0
+17147,21.8,2.4,0
+17151,50.8,2.5,0
+17157,50.8,2.6,0
+17169,50.8,2.5,0
+17175,50.8,2.4,0
+17181,50.8,2.3,0
+17186,50.8,2.2,0
+17188,50.8,2.1,0
+17192,50.8,2,0
+17196,50.8,1.9,0
+17200,50.8,1.8,0
+17202,50.8,1.7,0
+17207,50.8,1.6,0
+17211,50.8,1.5,0
+17213,50.8,1.4,0
+17218,50.8,1.3,0
+17220,50.8,1.2,0
+17225,50.8,1.1,0
+17230,50.8,1,0
+17232,50.8,0.9,0
+17237,50.8,0.8,0
+17242,50.8,0.7,0
+17245,50.8,0.6,0
+17250,50.8,0.5,0
+17256,50.8,0.4,0
+17261,50.8,0.3,0
+17269,50.8,0.2,0
+17278,50.8,0.1,0
+17295,50.8,0,0
+17347,50.8,-0.1,0
+17360,50.8,-0.2,0
+17367,50.8,-0.3,0
+17375,50.8,-0.4,0
+17380,50.8,-0.5,0
+17388,50.8,-0.6,0
+17396,50.8,-0.7,0
+17426,50.8,-0.6,0
+17437,50.8,-0.5,0
+17445,50.8,-0.4,0
+17453,50.8,-0.3,0
+17465,50.8,-0.2,0
+17479,50.8,-0.1,0
+17518,50.8,-0.2,0
+17526,50.8,-0.3,0
+17531,50.8,-0.4,0
+17537,50.8,-0.5,0
+17539,50.8,-0.6,0
+17545,50.8,-0.7,0
+17550,50.8,-0.8,0
+17552,50.8,-0.9,0
+17557,50.8,-1,0
+17564,50.8,-1.1,0
+17575,50.8,-1.2,0
+17589,50.8,-1.1,0
+17604,50.8,-1,0
+17612,32.8,-1,0
+17620,32.8,-0.9,0
+17665,32.8,-0.8,0
+17675,32.8,-0.7,0
+17683,32.8,-0.6,0
+17690,32.8,-0.5,0
+17696,32.8,-0.4,0
+17703,32.8,-0.3,0
+17708,32.8,-0.2,0
+17714,32.8,-0.1,0
+17720,32.8,0,0
+17727,32.8,0.1,0
+17733,32.8,0,0
+17734,32.8,-0.3,0
+17735,0,-0.8,13.6
+17736,30.9,-0.8,0
+17737,30.9,0.1,0
+17738,30.9,0.2,0
+17740,30.9,0.3,0
+17743,30.9,0.4,0
+17746,30.9,0.5,0
+17752,30.9,0.6,0
+17781,30.9,0.5,0
+17788,30.9,0.4,0
+17794,30.9,0.3,0
+17799,30.9,0.2,0
+17805,30.9,0.1,0
+17809,30.9,0,0
+17813,30.9,-0.1,0
+17817,30.9,-0.2,0
+17820,30.9,-0.3,0
+17823,30.9,-0.4,0
+17826,10,-0.5,0
+17831,10,-0.6,0
+17836,10,-0.7,0
+17838,10,-0.8,0
+17839,10,-1.1,0
+17840,0,-0.4,19
+17841,33.5,-0.4,0
+17842,33.5,-0.9,0
+17843,33.5,-0.8,0
+17845,33.5,-0.7,0
+17853,33.5,-0.8,0
+17862,33.5,-0.9,0
+17871,33.5,-1,0
+17890,33.5,-0.9,0
+17897,33.5,-0.8,0
+17903,33.5,-0.7,0
+17906,33.5,-0.6,0
+17910,33.5,-0.5,0
+17912,33.5,-0.4,0
+17915,33.5,-0.3,0
+17919,33.5,-0.2,0
+17922,33.5,-0.1,0
+17925,33.5,0,0
+17928,33.5,0.1,0
+17931,33.5,0.2,0
+17935,33.5,0.3,0
+17937,23.6,0.3,0
+17938,39.8,0.3,0
+17939,39.8,0.4,0
+17945,39.8,0.5,0
+17959,39.8,0.4,0
+17966,39.8,0.3,0
+17969,39.8,0.2,0
+17973,39.8,0.1,0
+17975,39.8,0,0
+17977,39.8,-0.1,0
+17982,39.8,-0.2,0
+17984,39.8,-0.3,0
+17986,39.8,-0.4,0
+17988,39.8,-0.5,0
+17990,39.8,-0.6,0
+17992,39.8,-0.7,0
+17997,39.8,-0.8,0
+17999,39.8,-0.9,0
+18001,39.8,-1,0
+18003,39.8,-1.1,0
+18006,39.8,-1.2,0
+18010,39.8,-1.3,0
+18012,39.8,-1.4,0
+18016,39.8,-1.5,0
+18023,39.8,-1.6,0
+18030,39.8,-1.7,0
+18043,25.4,-1.6,0
+18052,35.1,-1.5,0
+18057,35.1,-1.4,0
+18062,35.1,-1.3,0
+18066,35.1,-1.2,0
+18071,35.1,-1.1,0
+18076,35.1,-1,0
+18081,35.1,-0.9,0
+18093,35.1,-0.8,0
+18104,35.1,-0.9,0
+18116,35.1,-1,0
+18121,43.8,-1,0
+18123,43.8,-1.1,0
+18131,43.8,-1.2,0
+18145,43.8,-1.3,0
+18149,43.8,-1.2,0
+18160,43.8,-1.1,0
+18165,43.8,-1,0
+18170,43.8,-0.9,0
+18172,43.8,-0.8,0
+18175,43.8,-0.7,0
+18177,43.8,-0.6,0
+18180,43.8,-0.5,0
+18182,43.8,-0.4,0
+18184,43.8,-0.3,0
+18187,43.8,-0.2,0
+18189,43.8,-0.1,0
+18192,43.8,0,0
+18194,43.8,0.1,0
+18196,43.8,0.2,0
+18199,43.8,0.3,0
+18201,43.8,0.4,0
+18203,43.8,0.5,0
+18206,43.8,0.6,0
+18208,43.8,0.7,0
+18212,43.8,0.8,0
+18214,43.8,0.9,0
+18218,43.8,1,0
+18226,43.8,1.1,0
+18236,29.3,1.1,0
+18240,29.3,1,0
+18247,29.3,0.9,0
+18250,40.1,0.9,0
+18252,40.1,0.8,0
+18257,40.1,0.7,0
+18260,40.1,0.6,0
+18264,40.1,0.5,0
+18266,40.1,0.4,0
+18269,40.1,0.3,0
+18273,40.1,0.2,0
+18277,40.1,0.1,0
+18281,40.1,0,0
+18288,40.1,-0.1,0
+18303,40.1,0,0
+18310,40.1,0.1,0
+18314,40.1,0.2,0
+18316,40.1,0.3,0
+18320,40.1,0.4,0
+18323,40.1,0.5,0
+18327,40.1,0.6,0
+18331,40.1,0.7,0
+18334,40.1,0.8,0
+18338,40.1,0.9,0
+18353,40.1,0.8,0
+18354,40.1,0.6,0
+18355,0,0.2,12.8
+18356,45.7,0.2,0
+18357,45.7,0.6,0
+18358,45.7,0.7,0
+18359,45.7,0.8,0
+18365,45.7,0.7,0
+18370,45.7,0.6,0
+18374,45.7,0.5,0
+18378,45.7,0.4,0
+18381,45.7,0.3,0
+18386,45.7,0.2,0
+18389,45.7,0.1,0
+18394,45.7,0,0
+18419,45.7,0.1,0
+18426,45.7,0.2,0
+18430,45.7,0.3,0
+18438,45.7,0.4,0
+18445,45.7,0.5,0
+18465,45.7,0.4,0
+18473,45.7,0.3,0
+18478,45.7,0.2,0
+18483,45.7,0.1,0
+18490,45.7,0,0
+18495,45.7,-0.1,0
+18504,45.7,-0.2,0
+18523,49,-0.2,0
+18526,49,-0.1,0
+18535,49,0,0
+18547,49,0.1,0
+18581,49,0,0
+18597,49,-0.1,0
+18602,57.3,-0.1,0
+18627,57.4,-0.1,0
+18661,57.4,-0.2,0
+18680,57.4,-0.3,0
+18720,57.4,-0.2,0
+18735,57.4,-0.1,0
+18745,57.4,0,0
+18750,46.8,0,0
+18756,46.8,0.1,0
+18769,46.8,0.2,0
+18792,46.8,0.3,0
+18816,46.8,0.4,0
+18825,46.8,0.5,0
+18831,46.8,0.6,0
+18836,46.8,0.7,0
+18841,46.8,0.8,0
+18845,28.7,0.8,0
+18846,28.7,0.9,0
+18851,28.7,1,0
+18859,28.7,1.1,0
+18878,35.2,1,0
+18884,35.2,0.9,0
+18891,35.2,0.8,0
+18896,35.2,0.7,0
+18899,35.2,0.6,0
+18905,35.2,0.5,0
+18908,35.2,0.4,0
+18914,35.2,0.3,0
+18920,35.2,0.2,0
+18930,35.2,0.1,0
+18955,35.2,0.2,0
+18963,35.2,0.3,0
+18970,35.2,0.4,0
+18976,35.2,0.5,0
+18984,35.2,0.4,0
+18985,35.2,0.1,0
+18986,0,0.9,13
+18987,63.5,0.9,0
+18988,63.5,0.5,0
+18989,63.5,0.6,0
+18990,63.5,0.7,0
+18992,63.5,0.8,0
+18994,63.5,0.9,0
+19000,63.5,1,0
+19009,63.5,1.1,0
+19022,63.5,1,0
+19033,63.5,0.9,0
+19042,63.5,0.8,0
+19051,63.5,0.7,0
+19084,63.5,0.8,0
+19101,63.5,0.9,0
+19148,63.5,0.8,0
+19157,63.5,0.7,0
+19164,63.5,0.6,0
+19171,63.5,0.5,0
+19174,63.5,0.4,0
+19178,63.5,0.3,0
+19185,63.5,0.2,0
+19188,63.5,0.1,0
+19192,63.5,0,0
+19199,63.5,-0.1,0
+19202,63.5,-0.2,0
+19206,63.5,-0.3,0
+19213,63.5,-0.4,0
+19217,63.5,-0.5,0
+19223,63.5,-0.6,0
+19227,63.5,-0.7,0
+19234,63.5,-0.8,0
+19244,63.5,-0.9,0
+19254,63.5,-1,0
+19296,63.5,-0.9,0
+19308,63.5,-1,0
+19346,63.5,-0.9,0
+19358,63.5,-0.8,0
+19365,63.5,-1,0
+19368,63.5,-1.1,0
+19369,63.5,-1.7,0
+19370,0,-1.1,27
+19371,27.8,-1.1,0
+19372,27.8,-0.8,0
+19373,27.8,-0.7,0
+19375,27.8,-0.6,0
+19378,27.8,-0.5,0
+19381,27.8,-0.4,0
+19387,27.8,-0.3,0
+19399,27.8,-0.2,0
+19426,27.8,-0.1,0
+19436,27.8,0,0
+19446,27.8,0.1,0
+19454,27.8,0,0
+19455,27.8,-0.4,0
+19456,0,-0.5,9.4
+19457,49.8,-0.5,0
+19458,49.8,0.1,0
+19459,49.8,0.2,0
+19460,49.8,0.3,0
+19463,49.8,0.4,0
+19468,49.8,0.5,0
+19473,49.8,0.6,0
+19482,49.8,0.7,0
+19508,49.8,0.6,0
+19549,49.8,0.7,0
+19556,49.8,0.8,0
+19564,49.8,0.9,0
+19571,49.8,1,0
+19576,49.8,1.1,0
+19584,49.8,1.2,0
+19597,49.8,1.3,0
+19606,49.8,1.2,0
+19619,49.8,1.1,0
+19627,49.8,1,0
+19635,49.8,0.9,0
+19641,49.8,0.8,0
+19649,49.8,0.7,0
+19657,49.8,0.6,0
+19663,54.4,0.6,0
+19669,54.4,0.5,0
+19677,54.4,0.4,0
+19689,54.4,0.3,0
+19698,54.4,0.2,0
+19710,54.4,0.1,0
+19716,54.4,0,0
+19725,54.4,-0.1,0
+19731,54.4,-0.2,0
+19740,54.4,-0.3,0
+19749,54.4,-0.4,0
+19758,54.4,-0.5,0
+19769,54.4,-0.6,0
+19778,54.4,-0.7,0
+19786,54.4,-0.8,0
+19791,54.4,-0.9,0
+19797,54.4,-1,0
+19804,54.4,-1.1,0
+19809,54.4,-1.2,0
+19814,54.4,-1.3,0
+19820,54.4,-1.4,0
+19831,54.4,-1.5,0
+19839,54.4,-1.4,0
+19855,54.4,-1.5,0
+19856,54.4,-1.7,0
+19857,54.4,-2.3,0
+19858,0,-2,22.2
+19859,20.4,-2,0
+19860,20.4,-1.2,0
+19861,20.4,-1.1,0
+19862,20.4,-1,0
+19864,20.4,-0.9,0
+19865,20.4,-0.8,0
+19868,20.4,-0.7,0
+19871,20.4,-0.6,0
+19873,20.4,-0.5,0
+19877,20.4,-0.4,0
+19880,20.4,-0.3,0
+19883,20.4,-0.2,0
+19887,20.4,-0.1,0
+19891,44.7,0,0
+19896,44.7,0.1,0
+19903,44.7,0.2,0
+19952,44.7,0.3,0
+19962,44.7,0.4,0
+19969,44.7,0.5,0
+19977,44.7,0.6,0
+20001,44.7,0.5,0
+20009,44.7,0.4,0
+20016,44.7,0.3,0
+20020,44.7,0.2,0
+20025,44.7,0.1,0
+20029,44.7,0,0
+20034,44.7,-0.1,0
+20038,44.7,-0.2,0
+20045,44.7,-0.3,0
+20053,44.7,-0.4,0
+20072,44.7,-0.3,0
+20082,44.7,-0.2,0
+20087,44.1,-0.1,0
+20092,44.1,0,0
+20097,44.1,0.1,0
+20101,44.1,0.2,0
+20106,44.1,0.3,0
+20111,44.1,0.4,0
+20119,44.1,0.5,0
+20127,44.1,0.6,0
+20151,44.1,0.5,0
+20158,44.1,0.4,0
+20163,44.1,0.3,0
+20168,44.1,0.2,0
+20173,44.1,0.1,0
+20178,44.1,0,0
+20180,44.1,-0.1,0
+20185,44.1,-0.2,0
+20190,44.1,-0.3,0
+20194,44.1,-0.4,0
+20205,44.1,-0.5,0
+20209,44.1,-0.4,0
+20218,44.1,-0.3,0
+20224,44.1,-0.2,0
+20228,32.2,-0.1,0
+20231,32.2,0,0
+20235,32.2,0.1,0
+20238,32.2,0.2,0
+20242,32.2,0.3,0
+20245,32.2,0.4,0
+20250,32.2,0.5,0
+20254,36.2,0.5,0
+20257,36.2,0.6,0
+20268,36.2,0.5,0
+20275,36.2,0.4,0
+20279,36.2,0.3,0
+20283,36.2,0.2,0
+20287,36.2,0.1,0
+20289,36.2,0,0
+20293,36.2,-0.1,0
+20297,36.2,-0.2,0
+20299,36.2,-0.3,0
+20303,36.2,-0.4,0
+20307,36.2,-0.5,0
+20311,36.2,-0.6,0
+20321,36.2,-0.7,0
+20328,36.5,-0.6,0
+20334,48.5,-0.6,0
+20338,48.5,-0.5,0
+20341,48.5,-0.4,0
+20345,48.5,-0.3,0
+20349,48.5,-0.2,0
+20353,48.5,-0.1,0
+20355,48.5,0,0
+20359,48.5,0.1,0
+20361,48.5,0.2,0
+20365,48.5,0.3,0
+20367,48.5,0.4,0
+20371,48.5,0.5,0
+20375,48.5,0.6,0
+20377,48.5,0.7,0
+20384,48.5,0.8,0
+20391,48.5,0.9,0
+20405,48.5,0.8,0
+20413,48.5,0.7,0
+20418,48.5,0.6,0
+20421,48.5,0.5,0
+20426,48.5,0.4,0
+20428,48.5,0.3,0
+20434,48.5,0.2,0
+20436,48.5,0.1,0
+20439,48.5,0,0
+20445,48.5,-0.1,0
+20450,48.5,-0.2,0
+20455,48.5,-0.3,0
+20461,48.5,-0.4,0
+20485,48.5,-0.3,0
+20493,48.5,-0.2,0
+20501,48.5,-0.1,0
+20506,48.5,0,0
+20514,48.5,0.1,0
+20528,48.5,0.2,0
+20538,48.5,0.1,0
+20549,48.5,0,0
+20554,48.5,-0.1,0
+20559,48.5,-0.2,0
+20564,48.5,-0.3,0
+20567,48.5,-0.4,0
+20572,48.5,-0.5,0
+20574,48.5,-0.6,0
+20576,48.5,-0.7,0
+20579,48.5,-0.8,0
+20581,48.5,-0.9,0
+20586,48.5,-1,0
+20588,48.5,-1.1,0
+20590,48.5,-1.2,0
+20592,48.5,-1.3,0
+20596,48.5,-1.4,0
+20598,48.5,-1.5,0
+20602,48.5,-1.6,0
+20606,48.5,-1.7,0
+20609,48.5,-1.8,0
+20618,48.5,-1.9,0
+20623,48.5,-1.8,0
+20631,48.5,-1.7,0
+20635,48.5,-1.6,0
+20637,50.6,-1.6,0
+20639,50.6,-1.5,0
+20640,50.6,-1.4,0
+20643,50.6,-1.3,0
+20645,50.6,-1.2,0
+20648,50.6,-1.1,0
+20649,50.6,-1,0
+20651,50.6,-0.9,0
+20654,50.6,-0.8,0
+20655,50.6,-0.7,0
+20658,50.6,-0.6,0
+20660,50.6,-0.5,0
+20661,50.6,-0.4,0
+20664,50.6,-0.3,0
+20666,50.6,-0.2,0
+20669,50.6,-0.1,0
+20671,50.6,0,0
+20675,50.6,0.1,0
+20678,50.6,0.2,0
+20680,50.6,0.3,0
+20686,50.6,0.4,0
+20693,50.6,0.5,0
+20720,50.6,0.4,0
+20744,50.6,0.5,0
+20755,50.6,0.6,0
+20760,50.6,0.7,0
+20769,50.6,0.8,0
+20774,50.6,0.9,0
+20780,50.6,1,0
+20785,50.6,1.1,0
+20794,54.8,1.1,0
+20796,54.8,1.2,0
+20816,54.8,1.1,0
+20831,54.8,1,0
+20845,54.8,0.9,0
+20866,54.8,1,0
+20884,54.8,1.1,0
+20908,54.8,1,0
+20921,54.8,0.9,0
+20927,54.8,0.8,0
+20933,54.8,0.7,0
+20938,54.8,0.6,0
+20947,54.8,0.5,0
+20953,54.8,0.4,0
+20963,54.8,0.3,0
+20966,48.2,0.3,0
+20977,48.2,0.2,0
+20998,48.2,0.1,0
+21014,48.2,0,0
+21027,48.2,-0.1,0
+21035,48.2,-0.2,0
+21041,48.2,-0.3,0
+21049,48.2,-0.4,0
+21054,48.2,-0.5,0
+21059,48.2,-0.6,0
+21065,48.2,-0.7,0
+21070,48.2,-0.8,0
+21075,48.2,-0.9,0
+21081,48.2,-1,0
+21088,48.2,-1.1,0
+21110,48.2,-1,0
+21118,48.2,-0.9,0
+21123,48.2,-0.8,0
+21127,48.2,-0.7,0
+21130,48.2,-0.6,0
+21133,48.2,-0.5,0
+21135,48.2,-0.4,0
+21139,54.6,-0.3,0
+21142,54.6,-0.2,0
+21145,54.6,-0.1,0
+21148,54.6,0,0
+21151,54.6,0.1,0
+21154,54.6,0.2,0
+21155,54.6,0.3,0
+21159,54.6,0.4,0
+21162,54.6,0.5,0
+21166,54.6,0.6,0
+21170,54.6,0.7,0
+21174,54.6,0.8,0
+21180,54.6,0.9,0
+21208,54.6,0.8,0
+21214,54.6,0.7,0
+21219,54.6,0.6,0
+21225,54.6,0.5,0
+21227,54.6,0.4,0
+21233,54.6,0.3,0
+21236,54.6,0.2,0
+21239,54.6,0.1,0
+21244,54.6,0,0
+21250,54.6,-0.1,0
+21253,54.6,-0.2,0
+21262,54.6,-0.3,0
+21268,60.3,-0.3,0
+21278,60.3,-0.2,0
+21287,60.3,-0.1,0
+21297,60.3,0,0
+21300,60.3,0.1,0
+21307,60.3,0.2,0
+21314,60.3,0.3,0
+21324,60.3,0.4,0
+21330,60.3,0.5,0
+21340,60.3,0.6,0
+21373,60.3,0.5,0
+21379,60.3,0.4,0
+21382,56.4,0.3,0
+21389,56.4,0.2,0
+21392,56.4,0.1,0
+21395,56.4,0,0
+21398,56.4,-0.1,0
+21401,56.4,-0.2,0
+21404,56.4,-0.3,0
+21407,56.4,-0.4,0
+21411,56.4,-0.6,0
+21414,56.4,-0.7,0
+21417,56.4,-0.8,0
+21423,56.4,-0.9,0
+21426,56.4,-1,0
+21429,56.4,-1.1,0
+21435,56.4,-1.2,0
+21441,56.4,-1.3,0
+21462,56.4,-1.2,0
+21467,56.4,-1.1,0
+21473,56.4,-1,0
+21478,56.4,-0.9,0
+21483,56.4,-0.8,0
+21488,56.4,-0.7,0
+21492,56.4,-0.6,0
+21497,56.4,-0.5,0
+21502,56.4,-0.4,0
+21507,56.4,-0.3,0
+21520,56.4,-0.5,0
+21521,0,-1.2,8
+21522,49.3,-1.2,0
+21523,49.3,-0.3,0
+21525,49.3,-0.2,0
+21526,49.3,-0.1,0
+21532,49.3,0,0
+21540,49.3,0.1,0
+21553,49.3,0.2,0
+21562,49.3,0.3,0
+21570,49.3,0.4,0
+21574,49.3,0.5,0
+21580,49.3,0.6,0
+21585,49.3,0.7,0
+21587,49.3,0.8,0
+21592,49.3,0.9,0
+21596,49.3,1,0
+21599,49.3,1.1,0
+21604,49.3,1.2,0
+21608,49.3,1.3,0
+21613,49.3,1.4,0
+21643,49.3,1.3,0
+21651,49.3,1.2,0
+21656,49.3,1.1,0
+21667,49.3,1,0
+21686,49.3,1.1,0
+21699,49.3,1.2,0
+21704,51.6,1.2,0
+21732,51.6,1.1,0
+21737,51.6,1,0
+21743,51.6,0.9,0
+21746,51.6,0.8,0
+21752,51.6,0.7,0
+21754,51.6,0.6,0
+21760,51.6,0.5,0
+21763,51.6,0.4,0
+21769,51.6,0.3,0
+21774,51.5,0.2,0
+21783,48.3,0.1,0
+21806,48.3,0.2,0
+21814,48.3,0.3,0
+21821,48.3,0.4,0
+21828,48.3,0.5,0
+21835,48.3,0.6,0
+21842,48.3,0.7,0
+21855,48.3,0.8,0
+21872,27,0.8,0
+21873,30.8,0.8,0
+21882,30.8,0.7,0
+21895,30.8,0.6,0
+21902,30.8,0.5,0
+21907,30.8,0.4,0
+21912,30.8,0.3,0
+21915,30.8,0.2,0
+21918,30.8,0.1,0
+21921,30.8,0,0
+21923,30.8,-0.1,0
+21925,30.8,-0.2,0
+21927,30.8,-0.3,0
+21929,30.8,-0.4,0
+21930,30.8,-0.5,0
+21931,30.8,-0.7,0
+21932,0,-1.6,10.8
+21933,28.1,-1.6,0
+21934,28.1,-0.8,0
+21935,28.1,-0.7,0
+21938,28.1,-0.8,0
+21940,28.1,-0.9,0
+21943,28.1,-1,0
+21945,28.1,-1.1,0
+21947,28.1,-1.2,0
+21949,28.1,-1.3,0
+21951,28.1,-1.4,0
+21953,28.1,-1.5,0
+21954,28.1,-1.6,0
+21957,28.1,-1.7,0
+21959,28.1,-1.8,0
+21961,28.1,-1.9,0
+21963,28.1,-2,0
+21967,28.1,-2.1,0
+21970,28.1,-2.2,0
+21973,28.1,-2.3,0
+21977,28.1,-2.4,0
+21997,28.1,-2.3,0
+22001,28.1,-2.2,0
+22005,28.1,-2.1,0
+22008,28.1,-2,0
+22012,28.1,-1.9,0
+22013,18.9,-1.9,0
+22014,46.7,-1.9,0
+22015,46.7,-1.8,0
+22017,46.7,-1.7,0
+22019,46.7,-1.6,0
+22022,46.7,-1.5,0
+22023,46.7,-1.4,0
+22026,46.7,-1.3,0
+22029,46.7,-1.2,0
+22030,46.7,-1.1,0
+22033,46.7,-1,0
+22037,46.7,-0.9,0
+22038,46.7,-0.8,0
+22042,46.7,-0.7,0
+22045,46.7,-0.6,0
+22049,46.7,-0.5,0
+22053,46.7,-0.4,0
+22057,46.7,-0.3,0
+22061,46.7,-0.2,0
+22066,46.7,-0.1,0
+22073,46.7,0,0
+22078,46.7,0.1,0
+22083,46.7,0.2,0
+22088,46.7,0.3,0
+22093,46.7,0.4,0
+22101,46.7,0.5,0
+22106,46.7,0.6,0
+22111,46.7,0.7,0
+22118,46.7,0.8,0
+22129,46.7,0.9,0
+22137,46.7,0.8,0
+22147,46.7,0.7,0
+22153,46.7,0.6,0
+22155,50.6,0.6,0
+22158,50.6,0.5,0
+22162,50.6,0.4,0
+22164,50.6,0.3,0
+22168,50.6,0.2,0
+22170,50.6,0.1,0
+22174,50.6,0,0
+22176,50.6,-0.1,0
+22180,50.6,-0.2,0
+22182,50.6,-0.3,0
+22186,50.6,-0.4,0
+22190,50.6,-0.5,0
+22193,50.6,-0.6,0
+22197,50.6,-0.7,0
+22206,50.6,-0.8,0
+22218,50.6,-0.7,0
+22226,50.6,-0.6,0
+22232,50.6,-0.5,0
+22237,50.6,-0.4,0
+22240,50.6,-0.3,0
+22245,50.6,-0.2,0
+22248,50.6,-0.1,0
+22251,50.6,0,0
+22256,50.6,0.1,0
+22259,50.6,0.2,0
+22265,50.6,0.3,0
+22270,50.6,0.4,0
+22273,50.6,0.5,0
+22278,50.6,0.6,0
+22284,50.6,0.7,0
+22286,50.6,0.8,0
+22292,50.6,0.9,0
+22297,50.6,1,0
+22299,50.6,1.1,0
+22304,44,1.2,0
+22307,44,1.3,0
+22312,44,1.4,0
+22317,44,1.5,0
+22319,44,1.6,0
+22321,55.7,1.6,0
+22324,55.7,1.7,0
+22329,55.7,1.8,0
+22334,55.7,1.9,0
+22341,55.7,2,0
+22353,55.7,1.9,0
+22361,55.7,1.8,0
+22366,55.7,1.7,0
+22369,55.7,1.6,0
+22372,55.7,1.5,0
+22374,55.7,1.4,0
+22377,55.7,1.3,0
+22380,55.7,1.2,0
+22383,55.7,1.1,0
+22385,55.7,1,0
+22388,55.7,0.9,0
+22391,55.7,0.8,0
+22394,55.7,0.6,0
+22397,55.7,0.5,0
+22400,55.7,0.4,0
+22402,55.7,0.3,0
+22405,55.7,0.2,0
+22408,55.7,0.1,0
+22411,55.7,0,0
+22417,55.7,-0.1,0
+22420,55.7,-0.2,0
+22426,55.7,-0.3,0
+22433,55.7,-0.4,0
+22442,55.7,-0.5,0
+22451,55.7,-0.6,0
+22457,55.7,-0.7,0
+22466,55.7,-0.8,0
+22472,55.7,-0.9,0
+22478,55.7,-1,0
+22481,55.7,-1.1,0
+22487,55.7,-1.2,0
+22495,55.7,-1.3,0
+22516,55.7,-1.2,0
+22522,55.7,-1.1,0
+22527,55.7,-1,0
+22531,55.7,-1.1,0
+22532,0,-1.7,21.6
+22533,26.6,-1.7,0
+22534,26.6,-0.8,0
+22535,26.6,-0.7,0
+22536,26.6,-0.6,0
+22537,26.6,-0.5,0
+22538,26.6,-0.4,0
+22540,26.6,-0.3,0
+22541,26.6,-0.2,0
+22542,26.6,-0.1,0
+22544,26.6,0,0
+22546,26.6,0.1,0
+22547,26.6,0.2,0
+22549,26.6,0.3,0
+22550,26.6,0.4,0
+22552,26.6,0.5,0
+22554,26.6,0.6,0
+22556,26.6,0.7,0
+22557,26.6,0.8,0
+22559,26.6,0.9,0
+22562,26.6,1,0
+22563,26.6,1.1,0
+22566,26.6,1.2,0
+22567,26.6,1.3,0
+22570,26.6,1.4,0
+22573,26.6,1.5,0
+22576,26.6,1.6,0
+22579,26.6,1.7,0
+22586,26.6,1.8,0
+22590,18.5,1.8,0
+22593,39.3,1.8,0
+22609,39.3,1.7,0
+22617,39.3,1.6,0
+22624,39.3,1.5,0
+22631,39.3,1.4,0
+22640,39.3,1.3,0
+22648,50.6,1.3,0
+22653,50.6,1.2,0
+22667,50.6,1.1,0
+22677,50.6,1,0
+22685,50.6,0.9,0
+22690,50.6,0.8,0
+22695,50.6,0.7,0
+22701,50.6,0.6,0
+22704,50.6,0.5,0
+22709,50.6,0.4,0
+22712,50.6,0.3,0
+22718,50.6,0.2,0
+22721,50.6,0.1,0
+22726,50.6,0,0
+22729,50.6,-0.1,0
+22735,50.6,-0.2,0
+22740,50.6,-0.3,0
+22743,50.6,-0.4,0
+22749,50.6,-0.5,0
+22757,50.6,-0.6,0
+22765,50.6,-0.7,0
+22799,50.6,-0.6,0
+22813,50.6,-0.5,0
+22821,50.6,-0.4,0
+22828,50.6,-0.3,0
+22834,50.6,-0.2,0
+22839,50.6,-0.1,0
+22844,50.6,-0.2,0
+22845,50.6,-0.4,0
+22846,0,-0.7,17.2
+22847,60.2,-0.7,0
+22848,60.2,0.1,0
+22850,60.2,0.2,0
+22851,60.2,0.3,0
+22854,60.2,0.4,0
+22857,60.2,0.5,0
+22860,60.2,0.6,0
+22862,60.2,0.7,0
+22866,60.2,0.8,0
+22869,60.2,0.9,0
+22872,60.2,1,0
+22877,60.2,1.1,0
+22882,60.2,1.2,0
+22888,60.2,1.3,0
+22918,60.2,1.2,0
+22922,60.2,1.1,0
+22930,60.2,1,0
+22932,60.2,0.9,0
+22937,60.2,0.8,0
+22940,60.2,0.7,0
+22945,60.2,0.6,0
+22948,60.2,0.5,0
+22953,60.2,0.4,0
+22956,60.2,0.3,0
+22962,60.2,0.2,0
+22970,60.2,0.1,0
+22982,60.2,0.2,0
+22991,60.2,0.3,0
+22994,60.2,0.4,0
+23001,60.2,0.5,0
+23004,60.2,0.6,0
+23007,60.2,0.7,0
+23013,60.2,0.8,0
+23016,60.2,0.9,0
+23020,60.2,1,0
+23026,60.2,1.1,0
+23033,60.2,1.2,0
+23059,60.2,1.1,0
+23065,60.2,1,0
+23072,60.2,0.9,0
+23078,60.2,0.8,0
+23085,60.2,0.7,0
+23092,60.2,0.6,0
+23095,60.2,0.5,0
+23102,60.2,0.4,0
+23105,60.2,0.3,0
+23112,60.2,0.2,0
+23115,60.2,0.1,0
+23122,60.2,0,0
+23128,60.2,-0.1,0
+23132,60.2,-0.2,0
+23139,60.2,-0.3,0
+23142,60.2,-0.4,0
+23149,60.2,-0.5,0
+23158,60.2,-0.6,0
+23168,60.2,-0.7,0
+23181,60.2,-0.8,0
+23207,60.2,-0.9,0
+23230,60.2,-1,0
+23248,55.1,-1,0
+23251,55.1,-1.1,0
+23263,55.1,-1.2,0
+23272,55.1,-1.3,0
+23277,55.1,-1.4,0
+23282,55.1,-1.5,0
+23290,55.1,-1.6,0
+23294,55.1,-1.7,0
+23300,55.1,-1.8,0
+23302,33.7,-1.8,0
+23311,33.7,-1.9,0
+23322,33.7,-1.8,0
+23331,33.7,-1.7,0
+23338,33.7,-1.6,0
+23342,33.7,-1.5,0
+23347,33.7,-1.4,0
+23350,33.7,-1.3,0
+23355,33.7,-1.2,0
+23361,33.7,-1.1,0
+23366,33.7,-1,0
+23377,33.3,-1,0
+23378,33.3,-0.9,0
+23392,33.3,-1,0
+23402,33.3,-1.1,0
+23410,33.3,-1.2,0
+23420,33.3,-1.3,0
+23437,33.3,-1.2,0
+23444,33.3,-1.1,0
+23449,33.3,-1,0
+23454,33.3,-0.9,0
+23459,33.3,-0.8,0
+23463,33.3,-0.7,0
+23467,33.3,-0.6,0
+23471,33.3,-0.5,0
+23476,33.3,-0.4,0
+23480,33.3,-0.3,0
+23501,33.3,-0.5,0
+23503,0,-1.2,3.2
\ No newline at end of file
diff --git a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Truck.vacc b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Truck.vacc
new file mode 100644
index 0000000000..b03ec7e47e
--- /dev/null
+++ b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Truck.vacc
@@ -0,0 +1,6 @@
+v [km/h],acc [m/s�],dec [m/s�]
+0,1,-1
+25,1,-1
+50,0.642857143,-1
+60,0.5,-0.5
+120,0.5,-0.5
diff --git a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Urban.vdri b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Urban.vdri
new file mode 100644
index 0000000000..31475e4878
--- /dev/null
+++ b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_Sx/Urban.vdri
@@ -0,0 +1,10062 @@
+<s>,<v>,<grad>,<stop>
+0,0,-7,12.6
+1,23.7,-7,0
+2,23.7,-7,0
+5,23.7,-7.1,0
+10,23.7,-7.2,0
+18,23.7,-7.3,0
+24,23.7,-7.2,0
+30,23.7,-7.1,0
+33,23.7,-7,0
+35,23.7,-6.9,0
+38,23.7,-6.8,0
+39,23.7,-6.7,0
+40,23.7,-6.6,0
+42,23.7,-6.5,0
+43,23.7,-6.4,0
+44,23.7,-6.3,0
+45,23.7,-6.2,0
+47,23.7,-6.1,0
+48,23.7,-6,0
+49,23.7,-5.8,0
+51,23.7,-5.6,0
+52,23.7,-5.5,0
+53,23.7,-5.3,0
+55,23.7,-5.2,0
+56,23.7,-5,0
+57,23.7,-4.8,0
+58,23.7,-4.6,0
+60,23.7,-4.5,0
+61,23.7,-4.3,0
+62,23.7,-4.1,0
+63,23.7,-3.9,0
+64,23.7,-3.8,0
+65,23.7,-3.6,0
+66,23.7,-3.3,0
+68,23.7,-3.1,0
+69,23.7,-2.9,0
+70,23.7,-2.7,0
+71,23.7,-2.5,0
+72,23.7,-2.4,0
+73,23.7,-2.2,0
+74,23.7,-2,0
+75,23.7,-1.8,0
+76,23.7,-1.6,0
+77,23.7,-1.4,0
+78,23.7,-1.2,0
+79,23.7,-1,0
+80,23.7,-0.8,0
+81,23.7,-0.6,0
+82,23.7,-0.4,0
+83,23.7,-0.2,0
+84,23.7,0,0
+85,23.7,0.2,0
+86,23.7,0.4,0
+87,23.7,0.6,0
+88,23.7,0.8,0
+89,23.7,1,0
+90,23.7,1.2,0
+91,10,1.4,0
+92,10,1.6,0
+93,10,1.8,0
+94,18.4,2,0
+95,18.4,2.1,0
+96,18.4,2.3,0
+97,18.4,2.5,0
+98,18.4,2.7,0
+99,18.4,2.8,0
+100,18.4,3,0
+101,18.4,3.2,0
+102,18.4,3.3,0
+103,18.4,3.5,0
+104,18.4,3.7,0
+105,18.4,3.9,0
+106,18.4,4,0
+107,18.4,4.2,0
+108,18.4,4.3,0
+109,18.4,4.5,0
+110,18.4,4.6,0
+111,18.4,4.7,0
+112,18.4,4.9,0
+113,18.4,5,0
+114,18.4,5.1,0
+115,18.4,5.2,0
+116,18.4,5.3,0
+117,18.4,5.5,0
+118,18.4,5.6,0
+119,18.4,5.7,0
+120,18.4,5.8,0
+121,18.4,5.9,0
+123,18.4,6,0
+124,18.4,6.1,0
+125,18.4,6.2,0
+127,18.4,6.3,0
+129,18.4,6.4,0
+130,14.1,6.4,0
+132,14.1,6.5,0
+139,14.1,6.4,0
+142,14.1,6.3,0
+144,14.1,6.2,0
+146,14.1,6.1,0
+147,14.1,5.9,0
+149,14.1,5.8,0
+151,14.1,5.6,0
+153,14.1,5.4,0
+155,14.1,5.2,0
+156,14.1,5.1,0
+157,14.1,5,0
+158,14.1,4.8,0
+159,14.1,4.7,0
+160,14.1,4.5,0
+161,14.1,4.4,0
+162,14.1,4.3,0
+163,14.1,4.1,0
+164,14.1,4,0
+165,14.1,3.8,0
+166,14.1,3.7,0
+167,0,3.4,5.6
+168,31.2,3.4,0
+169,31.2,3.1,0
+170,31.2,2.9,0
+171,31.2,2.8,0
+172,31.2,2.6,0
+173,31.2,2.5,0
+174,31.2,2.3,0
+175,31.2,2.2,0
+176,31.2,2,0
+177,31.2,1.8,0
+178,31.2,1.6,0
+179,31.2,1.5,0
+180,31.2,1.3,0
+181,31.2,1,0
+183,31.2,0.8,0
+184,31.2,0.6,0
+185,31.2,0.5,0
+186,31.2,0.3,0
+187,31.2,0.2,0
+188,31.2,0.1,0
+189,31.2,-0.3,0
+191,31.2,-0.4,0
+192,31.2,-0.6,0
+193,31.2,-0.9,0
+195,31.2,-1,0
+196,31.2,-1.1,0
+197,31.2,-1.4,0
+199,31.2,-1.6,0
+201,31.2,-1.7,0
+202,31.2,-1.9,0
+204,31.2,-2,0
+205,31.2,-2.3,0
+207,31.2,-2.4,0
+209,31.2,-2.7,0
+211,31.2,-2.8,0
+212,31.2,-2.9,0
+214,31.2,-3,0
+216,31.2,-3.2,0
+217,31.2,-3.3,0
+219,31.2,-3.4,0
+221,31.2,-3.5,0
+223,31.2,-3.6,0
+224,37.1,-3.7,0
+226,37.1,-3.8,0
+228,37.1,-3.9,0
+231,37.1,-4,0
+233,37.1,-4.1,0
+237,37.1,-4.2,0
+240,37.1,-4.3,0
+244,37.1,-4.4,0
+247,37.1,-4.5,0
+251,37.1,-4.6,0
+257,37.1,-4.7,0
+263,37.1,-4.8,0
+271,37.1,-4.9,0
+298,33.6,-4.9,0
+300,33.6,-4.8,0
+306,33.6,-4.7,0
+311,33.6,-4.6,0
+313,33.6,-4.5,0
+317,33.6,-4.4,0
+319,33.6,-4.3,0
+321,33.6,-4.2,0
+324,33.6,-4.1,0
+326,33.6,-4,0
+328,33.6,-3.9,0
+330,33.6,-3.8,0
+332,33.6,-3.6,0
+334,33.6,-3.5,0
+335,33.6,-3.4,0
+337,33.6,-3.3,0
+339,33.6,-3.1,0
+341,33.6,-3,0
+343,33.6,-2.8,0
+345,33.6,-2.7,0
+347,33.6,-2.5,0
+349,33.6,-2.4,0
+350,33.6,-2.2,0
+352,33.6,-2,0
+354,33.6,-1.9,0
+356,33.6,-1.7,0
+358,33.6,-1.5,0
+360,33.6,-1.3,0
+362,33.6,-1.2,0
+363,33.6,-1,0
+365,33.6,-0.8,0
+367,33.6,-0.6,0
+369,33.6,-0.5,0
+371,33.6,-0.2,0
+373,33.6,-0.1,0
+374,33.6,0.1,0
+376,33.6,0.2,0
+378,33.6,0.4,0
+380,33.6,0.5,0
+381,33.6,0.7,0
+383,33.6,0.8,0
+385,33.6,1,0
+386,33.6,1.1,0
+388,33.6,1.3,0
+390,33.6,1.4,0
+391,33.6,1.5,0
+393,33.6,1.6,0
+394,33.6,1.7,0
+396,33.6,1.8,0
+397,33.6,1.9,0
+399,33.6,2,0
+401,33.6,2.1,0
+403,33.6,2.2,0
+405,33.6,2.3,0
+408,33.6,2.4,0
+411,33.6,2.5,0
+414,12.1,2.5,0
+415,33.8,2.5,0
+416,33.8,2.6,0
+430,33.8,2.5,0
+436,33.8,2.4,0
+441,33.8,2.3,0
+444,33.8,2.2,0
+448,33.8,2.1,0
+451,33.8,2,0
+455,33.8,1.9,0
+458,33.8,1.8,0
+462,33.8,1.7,0
+468,33.8,1.6,0
+471,33.8,1.5,0
+477,33.8,1.4,0
+486,33.8,1.3,0
+499,33.8,1.2,0
+524,33.8,1.1,0
+539,33.8,1,0
+550,33.8,0.9,0
+559,33.8,0.8,0
+566,33.8,0.7,0
+574,33.8,0.6,0
+583,33.8,0.5,0
+596,33.8,0.4,0
+614,33.8,0.5,0
+616,13.9,0.5,0
+623,18.4,0.5,0
+628,18.4,0.6,0
+640,18.4,0.7,0
+661,0,0.7,5.2
+662,28.9,0.7,0
+668,28.9,0.6,0
+676,28.9,0.5,0
+685,28.9,0.4,0
+692,28.9,0.3,0
+699,28.9,0.2,0
+709,28.9,0.1,0
+721,28.9,0,0
+808,28.9,0.1,0
+817,28.9,0.2,0
+824,28.9,0.3,0
+828,28.9,0.4,0
+834,28.9,0.5,0
+837,28.9,0.6,0
+841,28.9,0.7,0
+845,28.9,0.8,0
+849,28.9,0.9,0
+853,28.9,1,0
+863,28.9,1.1,0
+864,28.9,1,0
+872,28.9,0.9,0
+876,28.9,0.8,0
+878,0,0.8,32.6
+879,13.6,0.8,0
+880,13.6,0.6,0
+882,13.6,0.5,0
+883,13.6,0.4,0
+885,13.6,0.3,0
+886,13.6,0.2,0
+887,13.6,0.1,0
+889,13.6,0,0
+890,13.6,-0.1,0
+891,13.6,-0.2,0
+892,13.6,-0.3,0
+893,13.6,-0.5,0
+895,13.6,-0.6,0
+896,13.6,-0.7,0
+897,13.6,-0.8,0
+898,13.6,-0.9,0
+899,13.6,-1,0
+900,13.6,-1.1,0
+901,29.6,-1.2,0
+902,29.6,-1.3,0
+903,29.6,-1.4,0
+904,29.6,-1.6,0
+905,29.6,-1.7,0
+906,29.6,-1.8,0
+907,29.6,-1.9,0
+908,29.6,-2,0
+909,29.6,-2.1,0
+910,29.6,-2.2,0
+911,29.6,-2.3,0
+912,29.6,-2.5,0
+913,29.6,-2.6,0
+914,29.6,-2.7,0
+915,29.6,-2.8,0
+916,29.6,-3,0
+917,29.6,-3.1,0
+919,29.6,-3.2,0
+920,29.6,-3.4,0
+921,29.6,-3.5,0
+922,29.6,-3.7,0
+924,29.6,-3.8,0
+925,29.6,-3.9,0
+926,29.6,-4.1,0
+928,29.6,-4.2,0
+929,29.6,-4.3,0
+931,29.6,-4.5,0
+932,29.6,-4.6,0
+934,29.6,-4.7,0
+935,29.6,-4.8,0
+937,29.6,-4.9,0
+938,29.6,-5,0
+940,29.6,-5.1,0
+942,29.6,-5.2,0
+943,29.6,-5.3,0
+945,29.6,-5.4,0
+946,37.5,-5.4,0
+948,37.5,-5.5,0
+951,37.5,-5.6,0
+957,37.5,-5.7,0
+969,37.5,-5.6,0
+974,37.5,-5.5,0
+980,37.5,-5.4,0
+984,37.5,-5.3,0
+985,37.5,-5.2,0
+989,37.5,-5.1,0
+993,37.5,-5,0
+995,37.5,-4.9,0
+997,37.5,-4.8,0
+1001,37.5,-4.7,0
+1003,37.5,-4.6,0
+1005,37.5,-4.5,0
+1006,37.5,-4.4,0
+1008,37.5,-4.3,0
+1010,37.5,-4.2,0
+1012,37.5,-4.1,0
+1016,37.5,-4,0
+1018,37.5,-3.9,0
+1020,37.5,-3.8,0
+1022,37.5,-3.7,0
+1024,37.5,-3.6,0
+1026,37.5,-3.4,0
+1028,37.5,-3.3,0
+1030,37.5,-3.2,0
+1032,37.5,-3.1,0
+1034,37.5,-3,0
+1037,37.5,-2.9,0
+1039,37.5,-2.8,0
+1041,37.5,-2.7,0
+1043,37.5,-2.6,0
+1045,37.5,-2.5,0
+1047,37.5,-2.4,0
+1049,37.5,-2.3,0
+1051,37.5,-2.2,0
+1053,37.5,-2.1,0
+1055,37.5,-2,0
+1057,37.5,-1.9,0
+1061,37.5,-1.8,0
+1064,37.5,-1.7,0
+1066,37.5,-1.6,0
+1070,37.5,-1.5,0
+1072,37.5,-1.4,0
+1078,37.5,-1.3,0
+1082,37.5,-1.2,0
+1104,37.5,-1.3,0
+1112,37.5,-1.4,0
+1114,33.3,-1.4,0
+1118,33.3,-1.5,0
+1123,33.3,-1.6,0
+1128,33.3,-1.7,0
+1138,33.3,-1.8,0
+1146,33.3,-1.7,0
+1153,33.3,-1.6,0
+1158,33.3,-1.5,0
+1160,33.3,-1.4,0
+1163,33.3,-1.3,0
+1166,33.3,-1.2,0
+1168,33.3,-1.1,0
+1169,33.3,-1,0
+1172,33.3,-0.9,0
+1174,33.3,-0.8,0
+1176,33.3,-0.7,0
+1178,33.3,-0.6,0
+1179,33.3,-0.5,0
+1180,33.3,-0.4,0
+1182,33.3,-0.3,0
+1184,33.3,-0.2,0
+1185,33.3,-0.1,0
+1187,33.3,0,0
+1188,0,0.1,25.4
+1189,34.2,0.1,0
+1191,34.2,0.3,0
+1193,34.2,0.4,0
+1195,34.2,0.5,0
+1197,34.2,0.6,0
+1200,34.2,0.7,0
+1202,34.2,0.8,0
+1205,34.2,0.9,0
+1209,34.2,1,0
+1216,34.2,1.1,0
+1222,34.2,1,0
+1229,34.2,0.9,0
+1234,34.2,0.8,0
+1237,34.2,0.7,0
+1241,34.2,0.6,0
+1244,34.2,0.5,0
+1248,34.2,0.4,0
+1251,34.2,0.3,0
+1255,34.2,0.2,0
+1258,34.2,0.1,0
+1262,34.2,0,0
+1269,34.2,-0.1,0
+1279,34.2,0,0
+1286,34.2,0.1,0
+1290,34.2,0.2,0
+1292,34.2,0.3,0
+1294,34.2,0.4,0
+1298,34.2,0.5,0
+1299,34.2,0.6,0
+1301,34.2,0.7,0
+1303,34.2,0.8,0
+1305,34.2,1,0
+1307,34.2,1.1,0
+1309,34.2,1.2,0
+1311,34.2,1.3,0
+1312,34.2,1.5,0
+1314,34.2,1.6,0
+1316,34.2,1.8,0
+1318,34.2,1.9,0
+1320,34.2,2.1,0
+1322,34.2,2.2,0
+1323,34.2,2.3,0
+1325,34.2,2.5,0
+1327,34.2,2.6,0
+1329,34.2,2.7,0
+1330,34.2,2.9,0
+1332,34.2,3,0
+1334,34.2,3.1,0
+1335,34.2,3.3,0
+1337,34.2,3.4,0
+1339,34.2,3.5,0
+1341,34.2,3.6,0
+1342,34.2,3.7,0
+1344,34.2,3.8,0
+1346,34.2,3.9,0
+1349,34.2,4,0
+1352,34.2,4.1,0
+1355,34.2,4.2,0
+1364,34.2,4.1,0
+1368,34.2,4,0
+1371,34.2,3.9,0
+1373,34.2,3.8,0
+1375,34.2,3.7,0
+1377,34.2,3.6,0
+1378,34.2,3.5,0
+1380,34.2,3.4,0
+1381,34.2,3.3,0
+1383,34.2,3.2,0
+1384,34.2,3,0
+1386,34.2,2.9,0
+1388,34.2,2.8,0
+1389,34.2,2.7,0
+1391,34.2,2.6,0
+1392,34.2,2.5,0
+1393,0,2.3,57.2
+1394,31.3,2.3,0
+1395,31.3,2.2,0
+1397,31.3,2.1,0
+1398,31.3,2,0
+1399,31.3,1.9,0
+1400,31.3,1.8,0
+1402,31.3,1.7,0
+1404,31.3,1.6,0
+1405,31.3,1.5,0
+1407,31.3,1.4,0
+1409,31.3,1.3,0
+1411,31.3,1.2,0
+1414,31.3,1.1,0
+1418,31.3,1,0
+1427,31.3,1.1,0
+1431,31.3,1.2,0
+1434,31.3,1.3,0
+1437,31.3,1.4,0
+1439,31.3,1.5,0
+1441,31.3,1.6,0
+1443,31.3,1.7,0
+1444,31.3,1.8,0
+1446,31.3,1.9,0
+1448,31.3,2,0
+1451,31.3,2.1,0
+1453,31.3,2.2,0
+1455,31.3,2.3,0
+1456,31.3,2.4,0
+1458,31.3,2.5,0
+1461,31.3,2.6,0
+1463,31.3,2.7,0
+1466,31.3,2.8,0
+1470,31.2,2.9,0
+1473,25.5,2.9,0
+1483,25.5,2.8,0
+1487,25.5,2.7,0
+1488,25.5,2.6,0
+1491,25.5,2.5,0
+1492,25.5,2.4,0
+1495,25.5,2.3,0
+1497,25.5,2.2,0
+1498,25.5,2.1,0
+1499,25.5,2,0
+1501,25.5,1.9,0
+1502,25.5,1.8,0
+1503,25.5,1.7,0
+1505,25.5,1.6,0
+1506,25.5,1.4,0
+1508,25.5,1.3,0
+1509,37.1,1.2,0
+1510,37.1,1.1,0
+1512,37.1,1,0
+1513,37.1,0.8,0
+1515,37.1,0.7,0
+1516,37.1,0.5,0
+1518,37.1,0.4,0
+1519,37.1,0.2,0
+1521,37.1,0.1,0
+1522,37.1,0,0
+1524,37.1,-0.2,0
+1525,37.1,-0.3,0
+1527,37.1,-0.5,0
+1529,37.1,-0.6,0
+1530,37.1,-0.8,0
+1532,37.1,-0.9,0
+1534,37.1,-1.1,0
+1535,37.1,-1.2,0
+1537,37.1,-1.4,0
+1539,37.1,-1.5,0
+1541,37.1,-1.7,0
+1543,37.1,-1.8,0
+1545,37.1,-1.9,0
+1546,37.1,-2.1,0
+1548,37.1,-2.2,0
+1550,37.1,-2.3,0
+1552,37.1,-2.4,0
+1554,37.1,-2.5,0
+1556,37.1,-2.6,0
+1558,37.1,-2.7,0
+1560,37.1,-2.8,0
+1562,37.1,-2.9,0
+1564,37.1,-3,0
+1568,37.1,-3.1,0
+1570,37.1,-3.2,0
+1574,37.1,-3.3,0
+1578,37.1,-3.4,0
+1584,37.1,-3.5,0
+1592,37.1,-3.6,0
+1603,37.1,-3.7,0
+1617,37.1,-3.8,0
+1631,37.1,-3.9,0
+1646,37.1,-4,0
+1687,37.1,-3.9,0
+1696,37.1,-3.8,0
+1698,33.5,-3.8,0
+1702,33.5,-3.7,0
+1706,33.5,-3.6,0
+1711,33.5,-3.5,0
+1714,33.5,-3.4,0
+1716,35.5,-3.3,0
+1720,35.5,-3.2,0
+1723,35.5,-3.1,0
+1727,35.5,-3,0
+1729,35.5,-2.9,0
+1732,35.5,-2.8,0
+1734,35.5,-2.7,0
+1736,35.5,-2.6,0
+1740,35.5,-2.5,0
+1742,35.5,-2.4,0
+1745,35.5,-2.3,0
+1747,35.5,-2.2,0
+1751,35.5,-2.1,0
+1755,35.5,-2,0
+1759,35.5,-1.9,0
+1763,35.5,-1.8,0
+1773,35.5,-1.7,0
+1778,35.5,-1.8,0
+1786,35.5,-1.9,0
+1792,35.5,-2,0
+1796,35.5,-2.1,0
+1800,35.5,-2.2,0
+1803,17.6,-2.3,0
+1804,33.7,-2.3,0
+1806,33.7,-2.4,0
+1809,33.7,-2.5,0
+1811,33.7,-2.6,0
+1814,33.7,-2.7,0
+1817,33.7,-2.8,0
+1820,33.7,-2.9,0
+1823,33.7,-3,0
+1826,33.7,-3.1,0
+1829,33.7,-3.2,0
+1834,33.7,-3.3,0
+1842,33.7,-3.4,0
+1855,33.7,-3.3,0
+1862,33.7,-3.2,0
+1866,33.7,-3.1,0
+1869,33.7,-3,0
+1873,33.7,-2.9,0
+1877,33.7,-2.8,0
+1879,33.7,-2.7,0
+1882,33.7,-2.6,0
+1884,33.7,-2.5,0
+1888,33.7,-2.4,0
+1890,33.7,-2.3,0
+1891,33.7,-2.2,0
+1893,33.7,-2.1,0
+1897,33.7,-2,0
+1898,33.7,-1.9,0
+1900,33.7,-1.8,0
+1904,33.7,-1.7,0
+1905,33.7,-1.6,0
+1907,33.7,-1.5,0
+1911,33.7,-1.4,0
+1912,33.7,-1.3,0
+1914,33.7,-1.2,0
+1918,33.7,-1.1,0
+1919,33.7,-1,0
+1923,33.7,-0.9,0
+1925,33.7,-0.8,0
+1928,33.7,-0.7,0
+1930,33.7,-0.6,0
+1934,33.7,-0.5,0
+1937,33.7,-0.4,0
+1941,33.7,-0.3,0
+1944,33.7,-0.2,0
+1948,33.7,-0.1,0
+1952,33.7,0,0
+1955,33.7,0.1,0
+1959,33.7,0.2,0
+1963,33.7,0.3,0
+1967,33.7,0.4,0
+1970,33.7,0.5,0
+1974,33.7,0.6,0
+1977,33.7,0.7,0
+1981,33.7,0.8,0
+1985,33.7,0.9,0
+1988,33.7,1,0
+1991,33.7,1.1,0
+1993,33.7,1.2,0
+1996,33.7,1.3,0
+1999,33.7,1.4,0
+2002,33.7,1.5,0
+2005,33.7,1.6,0
+2008,33.7,1.7,0
+2010,33.7,1.8,0
+2013,33.7,1.9,0
+2016,33.7,2,0
+2019,33.7,2.1,0
+2022,33.7,2.2,0
+2025,33.7,2.3,0
+2027,0,2.3,5
+2028,18.8,2.3,0
+2032,18.8,2.5,0
+2037,18.8,2.6,0
+2042,18.8,2.7,0
+2051,18.8,2.8,0
+2071,18.8,2.9,0
+2084,14.3,2.9,0
+2085,14.3,3,0
+2092,14.3,3.1,0
+2097,14.3,3.2,0
+2102,14.3,3.3,0
+2107,14.3,3.4,0
+2111,14.3,3.5,0
+2115,14.3,3.6,0
+2135,0,3.6,23.8
+2136,11.1,3.6,0
+2137,11.1,3.6,0
+2141,11.1,3.5,0
+2144,11.1,3.4,0
+2146,11.1,3.3,0
+2148,11.1,3.2,0
+2150,11.1,3.1,0
+2152,11.1,3,0
+2153,11.1,2.9,0
+2155,11.1,2.8,0
+2157,11.1,2.7,0
+2158,11.1,2.6,0
+2159,11.1,2.5,0
+2160,11.1,2.4,0
+2161,25.3,2.4,0
+2162,25.3,2.3,0
+2163,25.3,2.2,0
+2164,25.3,2.1,0
+2165,25.3,2,0
+2166,25.3,1.9,0
+2168,25.3,1.8,0
+2169,25.3,1.7,0
+2170,25.3,1.6,0
+2171,25.3,1.5,0
+2172,25.3,1.4,0
+2173,25.3,1.3,0
+2175,25.3,1.2,0
+2176,25.3,1.1,0
+2177,25.3,1,0
+2178,25.3,0.9,0
+2179,25.3,0.8,0
+2180,25.3,0.7,0
+2181,25.3,0.5,0
+2183,25.3,0.4,0
+2184,25.3,0.3,0
+2185,25.3,0.2,0
+2186,25.3,0,0
+2188,25.3,-0.1,0
+2189,25.3,-0.2,0
+2190,25.3,-0.3,0
+2192,25.3,-0.4,0
+2193,25.3,-0.5,0
+2194,25.3,-0.7,0
+2196,25.3,-0.8,0
+2197,25.3,-0.9,0
+2199,25.3,-1,0
+2200,25.3,-1.1,0
+2201,25.3,-1.3,0
+2203,25.3,-1.4,0
+2204,25.3,-1.6,0
+2206,25.3,-1.7,0
+2207,25.3,-1.8,0
+2208,25.3,-1.9,0
+2210,25.3,-2,0
+2211,25.3,-2.1,0
+2212,25.3,-2.2,0
+2214,25.3,-2.3,0
+2215,25.3,-2.4,0
+2216,26.6,-2.5,0
+2217,26.6,-2.7,0
+2219,26.6,-2.8,0
+2220,26.6,-2.9,0
+2221,26.6,-3,0
+2223,26.6,-3.1,0
+2224,26.6,-3.2,0
+2225,26.6,-3.4,0
+2227,26.6,-3.5,0
+2228,26.6,-3.6,0
+2229,26.6,-3.7,0
+2231,26.6,-3.8,0
+2232,26.6,-3.9,0
+2233,26.6,-4,0
+2235,26.6,-4.2,0
+2236,26.6,-4.3,0
+2238,26.6,-4.4,0
+2239,26.6,-4.5,0
+2240,26.6,-4.6,0
+2242,26.6,-4.7,0
+2243,26.6,-4.9,0
+2245,26.6,-5,0
+2246,26.6,-5.1,0
+2248,26.6,-5.2,0
+2249,26.6,-5.3,0
+2251,26.6,-5.4,0
+2252,26.6,-5.5,0
+2254,26.6,-5.6,0
+2255,26.6,-5.7,0
+2257,26.6,-5.8,0
+2258,26.6,-5.9,0
+2259,26.6,-6,0
+2261,26.6,-6.1,0
+2262,26.6,-6.2,0
+2264,26.6,-6.3,0
+2266,26.6,-6.4,0
+2268,26.6,-6.5,0
+2270,26.6,-6.6,0
+2271,26.6,-6.7,0
+2274,26.6,-6.8,0
+2275,22.8,-6.8,0
+2277,22.8,-6.9,0
+2279,22.8,-7,0
+2280,27.8,-7,0
+2282,27.8,-7.1,0
+2284,27.8,-7.2,0
+2288,27.8,-7.3,0
+2292,27.8,-7.4,0
+2299,27.8,-7.5,0
+2307,27.8,-7.4,0
+2313,27.8,-7.3,0
+2317,27.8,-7.2,0
+2319,27.8,-7.1,0
+2322,27.8,-7,0
+2323,27.8,-6.9,0
+2324,27.8,-6.8,0
+2326,27.8,-6.7,0
+2327,27.8,-6.6,0
+2329,27.8,-6.5,0
+2330,27.8,-6.4,0
+2331,27.8,-6.3,0
+2333,27.8,-6.2,0
+2334,27.8,-6.1,0
+2335,27.8,-6,0
+2336,27.8,-5.9,0
+2337,27.8,-5.7,0
+2339,27.8,-5.6,0
+2340,27.8,-5.5,0
+2341,27.8,-5.4,0
+2342,27.8,-5.2,0
+2343,27.8,-5.1,0
+2344,27.8,-5,0
+2345,27.8,-4.8,0
+2346,27.8,-4.7,0
+2347,27.8,-4.6,0
+2348,27.8,-4.5,0
+2349,27.8,-4.3,0
+2350,27.8,-4.2,0
+2351,27.8,-4,0
+2352,27.8,-3.9,0
+2353,27.8,-3.8,0
+2354,27.8,-3.6,0
+2355,27.8,-3.5,0
+2356,0,-3.3,55
+2357,35.1,-3.3,0
+2358,35.1,-3,0
+2359,35.1,-2.9,0
+2360,35.1,-2.7,0
+2361,35.1,-2.6,0
+2362,35.1,-2.4,0
+2363,35.1,-2.3,0
+2364,35.1,-2.2,0
+2365,35.1,-2,0
+2366,35.1,-1.9,0
+2367,35.1,-1.8,0
+2368,35.1,-1.6,0
+2369,35.1,-1.5,0
+2370,35.1,-1.4,0
+2371,35.1,-1.3,0
+2372,35.1,-1.1,0
+2373,35.1,-1,0
+2374,35.1,-0.8,0
+2376,35.1,-0.7,0
+2377,35.1,-0.5,0
+2378,35.1,-0.4,0
+2379,35.1,-0.2,0
+2381,35.1,-0.1,0
+2382,35.1,0.1,0
+2384,35.1,0.2,0
+2385,35.1,0.3,0
+2387,35.1,0.4,0
+2388,35.1,0.6,0
+2390,35.1,0.7,0
+2392,35.1,0.8,0
+2393,35.1,0.9,0
+2396,35.1,1,0
+2398,35.1,1.1,0
+2400,35.1,1.2,0
+2405,35.1,1.3,0
+2425,35.1,1.2,0
+2429,35.1,1.1,0
+2433,35.1,1,0
+2437,35.1,0.9,0
+2441,35.1,0.8,0
+2445,35.1,0.7,0
+2447,35.1,0.6,0
+2450,35.1,0.5,0
+2452,35.1,0.4,0
+2454,35.1,0.3,0
+2458,35.1,0.2,0
+2460,35.1,0.1,0
+2464,35.1,0,0
+2466,35.1,-0.1,0
+2470,35.1,-0.2,0
+2471,35.1,-0.3,0
+2475,35.1,-0.4,0
+2479,35.1,-0.5,0
+2484,35.1,-0.6,0
+2495,35.1,-0.5,0
+2500,35.1,-0.4,0
+2503,35.1,-0.3,0
+2506,35.1,-0.2,0
+2507,35.1,-0.1,0
+2508,35.1,0,0
+2511,35.1,0.1,0
+2512,35.1,0.2,0
+2514,35.1,0.3,0
+2515,35.1,0.4,0
+2517,35.1,0.5,0
+2519,35.1,0.6,0
+2520,35.1,0.7,0
+2521,35.1,0.8,0
+2522,35.1,0.9,0
+2524,35.1,1,0
+2525,35.1,1.1,0
+2526,35.1,1.2,0
+2527,35.1,1.3,0
+2528,35.1,1.4,0
+2530,35.1,1.5,0
+2531,0,1.6,35.8
+2532,38.9,1.6,0
+2533,38.9,1.8,0
+2534,38.9,1.9,0
+2536,38.9,2,0
+2538,38.9,2.1,0
+2539,38.9,2.2,0
+2541,38.9,2.3,0
+2542,38.9,2.4,0
+2544,38.9,2.5,0
+2547,38.9,2.6,0
+2549,38.9,2.7,0
+2551,38.9,2.8,0
+2557,38.9,2.9,0
+2563,38.9,2.8,0
+2568,38.9,2.7,0
+2571,38.9,2.6,0
+2573,38.9,2.5,0
+2577,38.9,2.4,0
+2579,38.9,2.3,0
+2581,38.9,2.2,0
+2583,38.9,2.1,0
+2585,38.9,1.9,0
+2587,38.9,1.8,0
+2588,38.9,1.7,0
+2590,38.9,1.6,0
+2592,38.9,1.5,0
+2594,38.9,1.4,0
+2596,38.9,1.3,0
+2598,38.9,1.1,0
+2600,38.9,1,0
+2602,38.9,0.9,0
+2604,38.9,0.8,0
+2606,38.9,0.7,0
+2608,38.9,0.6,0
+2610,38.9,0.5,0
+2612,38.9,0.4,0
+2614,38.9,0.3,0
+2615,38.9,0.2,0
+2619,38.9,0.1,0
+2621,38.9,0,0
+2623,38.9,-0.1,0
+2627,38.9,-0.2,0
+2631,38.9,-0.3,0
+2632,38.9,-0.4,0
+2638,38.9,-0.5,0
+2642,38.9,-0.6,0
+2648,38.9,-0.7,0
+2656,38.9,-0.8,0
+2665,38.9,-0.9,0
+2675,38.9,-1,0
+2683,38.9,-1.1,0
+2694,38.9,-1.2,0
+2702,38.9,-1.3,0
+2711,38.9,-1.4,0
+2717,38.9,-1.5,0
+2728,38.9,-1.6,0
+2741,38.9,-1.7,0
+2760,42,-1.6,0
+2771,42,-1.5,0
+2779,42,-1.4,0
+2786,42,-1.3,0
+2790,42,-1.2,0
+2797,42,-1.1,0
+2802,42,-1,0
+2806,42,-0.9,0
+2813,42,-0.8,0
+2820,42,-0.7,0
+2829,42,-0.6,0
+2841,42,-0.5,0
+2879,42,-0.4,0
+2891,42,-0.3,0
+2895,42,-0.2,0
+2900,42,-0.1,0
+2904,42,0,0
+2906,42,0.1,0
+2909,42,0.2,0
+2911,42,0.3,0
+2913,42,0.4,0
+2915,42,0.5,0
+2917,42,0.6,0
+2920,42,0.8,0
+2922,42,0.9,0
+2924,42,1.1,0
+2926,42,1.2,0
+2928,42,1.4,0
+2930,42,1.6,0
+2932,42,1.8,0
+2934,42,2,0
+2936,42,2.2,0
+2938,32.9,2.3,0
+2939,32.9,2.5,0
+2941,32.9,2.8,0
+2943,32.9,3,0
+2945,32.9,3.3,0
+2947,32.9,3.4,0
+2948,32.9,3.6,0
+2950,32.9,3.9,0
+2952,32.9,4.1,0
+2953,32.9,4.3,0
+2955,32.9,4.5,0
+2957,32.9,4.6,0
+2958,32.9,4.9,0
+2960,32.9,5.2,0
+2962,32.9,5.3,0
+2963,32.9,5.4,0
+2964,32.9,5.7,0
+2966,32.9,5.8,0
+2967,32.9,5.9,0
+2968,32.9,6.1,0
+2970,32.9,6.2,0
+2971,32.9,6.4,0
+2972,32.9,6.5,0
+2973,32.9,6.6,0
+2974,32.9,6.7,0
+2976,32.9,6.8,0
+2977,32.9,6.9,0
+2979,32.9,7,0
+2981,32.9,7.1,0
+2983,32.9,7.2,0
+2988,32.9,7.3,0
+2990,0,7.3,20.8
+2991,10,7.3,0
+2994,10,7.1,0
+2996,10,7,0
+2997,10,6.9,0
+2999,10,6.8,0
+3000,10,6.7,0
+3001,10,6.6,0
+3002,10,6.5,0
+3003,10,6.4,0
+3004,10,6.3,0
+3005,10,6.2,0
+3006,10,6.1,0
+3007,10,6,0
+3008,0,5.8,2
+3009,20.9,5.8,0
+3010,20.9,5.6,0
+3011,20.9,5.4,0
+3012,20.9,5.3,0
+3013,20.9,5.1,0
+3014,20.9,5,0
+3015,20.9,4.8,0
+3016,20.9,4.7,0
+3017,20.9,4.6,0
+3018,20.9,4.4,0
+3019,20.9,4.2,0
+3020,20.9,4,0
+3021,20.9,3.9,0
+3022,20.9,3.8,0
+3023,20.9,3.6,0
+3024,20.9,3.5,0
+3025,20.9,3.3,0
+3026,20.9,3.2,0
+3027,20.9,3,0
+3028,20.9,2.8,0
+3029,20.9,2.7,0
+3030,20.9,2.5,0
+3031,20.9,2.4,0
+3032,20.9,2.2,0
+3033,20.9,2.1,0
+3034,20.9,2,0
+3035,20.9,1.8,0
+3036,20.9,1.7,0
+3037,20.9,1.6,0
+3038,20.9,1.4,0
+3039,20.9,1.3,0
+3040,20.9,1.2,0
+3041,20.9,1,0
+3043,20.9,0.9,0
+3044,20.9,0.8,0
+3045,20.9,0.7,0
+3046,20.9,0.6,0
+3047,20.9,0.5,0
+3048,20.9,0.4,0
+3049,20.9,0.3,0
+3052,20.9,0.2,0
+3053,20.9,0.1,0
+3054,20.9,0,0
+3056,20.9,-0.1,0
+3058,20.9,-0.2,0
+3062,20.9,-0.3,0
+3066,20.9,-0.4,0
+3067,17.4,-0.4,0
+3070,43.4,-0.4,0
+3084,43.4,-0.3,0
+3093,43.4,-0.2,0
+3103,43.4,-0.1,0
+3124,43.4,-0.2,0
+3138,43.4,-0.3,0
+3149,43.4,-0.4,0
+3159,43.4,-0.5,0
+3168,43.4,-0.6,0
+3180,43.4,-0.7,0
+3192,43.4,-0.8,0
+3204,43.4,-0.9,0
+3218,43.4,-1,0
+3230,43.4,-1.1,0
+3262,43.4,-1,0
+3268,43.4,-0.9,0
+3272,43.4,-0.8,0
+3275,43.4,-0.7,0
+3277,43.4,-0.6,0
+3281,43.4,-0.5,0
+3282,43.4,-0.4,0
+3286,43.4,-0.3,0
+3287,43.4,-0.2,0
+3289,43.4,-0.1,0
+3292,43.4,0,0
+3293,43.4,0.1,0
+3294,43.4,0.2,0
+3297,43.4,0.3,0
+3299,43.4,0.4,0
+3301,43.4,0.5,0
+3302,43.4,0.6,0
+3304,43.4,0.7,0
+3306,43.4,0.8,0
+3308,43.4,0.9,0
+3311,43.4,1,0
+3313,43.4,1.1,0
+3315,43.4,1.2,0
+3316,0,1.2,22
+3317,18.7,1.2,0
+3318,18.7,1.3,0
+3322,18.7,1.4,0
+3339,18.7,1.3,0
+3344,18.7,1.2,0
+3346,33.2,1.2,0
+3347,33.2,1.1,0
+3349,33.2,1,0
+3352,33.2,0.9,0
+3354,33.2,0.8,0
+3356,33.2,0.7,0
+3359,33.2,0.6,0
+3360,33.2,0.5,0
+3363,33.2,0.4,0
+3364,33.2,0.3,0
+3366,33.2,0.2,0
+3367,33.2,0.1,0
+3369,33.2,0,0
+3372,33.2,-0.1,0
+3373,33.2,-0.2,0
+3375,33.2,-0.3,0
+3377,33.2,-0.4,0
+3378,33.2,-0.5,0
+3380,33.2,-0.6,0
+3382,33.2,-0.7,0
+3384,33.2,-0.8,0
+3385,33.2,-0.9,0
+3387,33.2,-1,0
+3389,33.2,-1.1,0
+3391,33.2,-1.3,0
+3393,33.2,-1.4,0
+3394,33.2,-1.5,0
+3396,33.2,-1.6,0
+3398,33.2,-1.7,0
+3400,33.2,-1.8,0
+3402,33.2,-1.9,0
+3404,33.2,-2,0
+3405,33.2,-2.1,0
+3409,33.2,-2.2,0
+3410,33.2,-2.3,0
+3412,33.2,-2.4,0
+3414,33.2,-2.5,0
+3417,25.8,-2.6,0
+3418,25.8,-2.7,0
+3421,47.1,-2.8,0
+3424,47.1,-2.9,0
+3425,47.1,-3,0
+3428,47.1,-3.1,0
+3431,47.1,-3.2,0
+3435,47.1,-3.3,0
+3440,47.1,-3.4,0
+3445,47.1,-3.5,0
+3468,47.1,-3.4,0
+3475,47.1,-3.3,0
+3482,47.1,-3.2,0
+3486,47.1,-3.1,0
+3491,47.1,-3,0
+3496,47.1,-2.9,0
+3502,47.1,-2.8,0
+3507,47.1,-2.7,0
+3512,47.1,-2.6,0
+3517,47.1,-2.5,0
+3523,47.1,-2.4,0
+3530,47.1,-2.3,0
+3536,47.1,-2.2,0
+3541,47.1,-2.1,0
+3546,47.1,-2,0
+3554,47.1,-1.9,0
+3559,47.1,-1.8,0
+3564,47.1,-1.7,0
+3567,47.1,-1.6,0
+3572,47.1,-1.5,0
+3577,47.1,-1.4,0
+3582,47.1,-1.3,0
+3584,47.1,-1.2,0
+3589,47.1,-1.1,0
+3591,47.1,-1,0
+3596,47.1,-0.9,0
+3599,47.1,-0.8,0
+3603,47.1,-0.7,0
+3608,47.1,-0.6,0
+3611,47.1,-0.5,0
+3615,47.1,-0.4,0
+3618,47.1,-0.3,0
+3622,47.1,-0.2,0
+3627,47.1,-0.1,0
+3631,47.1,0,0
+3635,47.1,0.1,0
+3640,47.1,0.2,0
+3646,47.1,0.3,0
+3653,47.1,0.4,0
+3689,47.1,0.3,0
+3696,47.1,0.2,0
+3701,0,0.2,23.2
+3702,45.5,0.2,0
+3704,45.5,0.1,0
+3710,45.5,0,0
+3717,45.5,-0.1,0
+3724,45.5,-0.2,0
+3734,45.5,-0.3,0
+3754,45.5,-0.4,0
+3801,45.5,-0.5,0
+3813,45.5,-0.6,0
+3821,45.5,-0.7,0
+3831,45.5,-0.8,0
+3839,45.5,-0.9,0
+3846,45.5,-1,0
+3854,45.5,-1.1,0
+3862,45.5,-1.2,0
+3869,45.5,-1.3,0
+3884,45.5,-1.4,0
+3911,45.5,-1.3,0
+3924,45.5,-1.2,0
+3931,45.5,-1.1,0
+3938,45.5,-1,0
+3946,45.5,-0.9,0
+3951,45.5,-0.8,0
+3956,45.5,-0.7,0
+3963,45.5,-0.6,0
+3968,45.5,-0.5,0
+3973,45.5,-0.4,0
+3978,45.5,-0.3,0
+3986,45.5,-0.2,0
+3990,45.5,-0.1,0
+3995,45.5,0,0
+4003,45.5,0.1,0
+4008,45.5,0.2,0
+4013,45.5,0.3,0
+4020,45.5,0.4,0
+4025,45.5,0.5,0
+4032,45.5,0.6,0
+4037,45.5,0.7,0
+4044,45.5,0.8,0
+4052,45.5,0.9,0
+4057,45.5,1,0
+4066,45.5,1.1,0
+4073,45.5,1.2,0
+4090,45.5,1.3,0
+4107,45.5,1.2,0
+4121,45.5,1.1,0
+4127,45.5,1,0
+4136,45.5,0.9,0
+4145,45.5,0.8,0
+4169,45.5,0.9,0
+4175,45.5,1,0
+4179,45.5,1.1,0
+4182,45.5,1.2,0
+4185,45.5,1.3,0
+4188,45.5,1.4,0
+4190,45.5,1.5,0
+4192,45.5,1.6,0
+4195,45.5,1.7,0
+4198,45.5,1.8,0
+4200,45.5,1.9,0
+4202,45.5,2,0
+4204,45.5,2.1,0
+4207,45.5,2.2,0
+4210,45.5,2.3,0
+4212,45.5,2.4,0
+4213,0,2.4,10.2
+4214,51.5,2.4,0
+4216,51.5,2.5,0
+4221,51.5,2.6,0
+4234,51.5,2.5,0
+4239,51.5,2.4,0
+4242,51.5,2.3,0
+4244,51.5,2.2,0
+4247,51.5,2.1,0
+4249,51.5,2,0
+4251,51.5,1.9,0
+4252,51.5,1.8,0
+4256,51.5,1.6,0
+4258,51.5,1.5,0
+4260,51.5,1.4,0
+4262,51.5,1.3,0
+4264,51.5,1.2,0
+4266,51.5,1.1,0
+4268,51.5,0.9,0
+4270,51.5,0.8,0
+4272,51.5,0.7,0
+4274,51.5,0.6,0
+4276,51.5,0.5,0
+4279,51.5,0.3,0
+4281,51.5,0.2,0
+4283,51.5,0.1,0
+4285,51.5,0,0
+4288,51.5,-0.1,0
+4290,51.5,-0.2,0
+4292,51.5,-0.3,0
+4295,51.5,-0.4,0
+4297,51.5,-0.5,0
+4300,51.5,-0.6,0
+4302,51.5,-0.7,0
+4305,51.5,-0.8,0
+4310,51.5,-0.9,0
+4315,51.5,-1,0
+4318,51.5,-1.1,0
+4326,51.5,-1.2,0
+4334,51.5,-1.3,0
+4349,51.5,-1.4,0
+4371,59.4,-1.4,0
+4383,59.4,-1.3,0
+4403,59.4,-1.2,0
+4419,59.4,-1.1,0
+4434,59.4,-1,0
+4500,59.4,-1.1,0
+4516,59.4,-1.2,0
+4536,59.4,-1.3,0
+4561,59.4,-1.4,0
+4580,59.4,-1.3,0
+4615,59.4,-1.2,0
+4731,59.4,-1.1,0
+4744,59.4,-1,0
+4754,59.4,-0.9,0
+4763,59.4,-0.8,0
+4770,59.4,-0.7,0
+4776,59.4,-0.6,0
+4783,59.4,-0.5,0
+4789,59.4,-0.4,0
+4792,59.4,-0.3,0
+4798,59.4,-0.2,0
+4805,59.4,-0.1,0
+4811,59.4,0,0
+4817,59.4,0.1,0
+4821,59.4,0.2,0
+4827,59.4,0.3,0
+4833,59.4,0.4,0
+4842,59.4,0.5,0
+4852,59.4,0.6,0
+4861,59.4,0.7,0
+4876,59.4,0.8,0
+4909,59.4,0.7,0
+4924,59.4,0.6,0
+4933,59.4,0.5,0
+4941,59.4,0.4,0
+4950,59.4,0.3,0
+4955,59.4,0.2,0
+4961,59.4,0.1,0
+4967,59.4,0,0
+4975,59.4,-0.1,0
+4980,59.4,-0.2,0
+4988,59.4,-0.3,0
+5013,59.4,-0.2,0
+5018,59.4,-0.1,0
+5023,59.4,0,0
+5025,59.4,0.1,0
+5027,59.4,0.2,0
+5029,59.4,0.3,0
+5032,59.4,0.4,0
+5034,59.4,0.5,0
+5036,59.4,0.6,0
+5038,59.4,0.7,0
+5040,59.4,0.8,0
+5042,59.4,0.9,0
+5044,59.4,1,0
+5046,59.4,1.1,0
+5048,59.4,1.2,0
+5050,59.4,1.3,0
+5051,59.4,1.4,0
+5055,59.4,1.5,0
+5056,59.4,1.6,0
+5058,59.4,1.7,0
+5061,59.4,1.8,0
+5062,59.4,1.9,0
+5064,59.4,2,0
+5068,59.4,2.1,0
+5071,59.4,2.2,0
+5076,59.4,2.3,0
+5077,0,2.3,8.6
+5078,44.2,2.3,0
+5084,44.2,2.2,0
+5091,44.2,2.1,0
+5094,44.2,2,0
+5098,44.2,1.9,0
+5101,44.2,1.8,0
+5103,44.2,1.7,0
+5105,44.2,1.6,0
+5108,44.2,1.5,0
+5110,44.2,1.4,0
+5113,44.2,1.3,0
+5115,44.2,1.2,0
+5116,44.2,1.1,0
+5120,44.2,1,0
+5122,44.2,0.9,0
+5124,44.2,0.8,0
+5128,44.2,0.7,0
+5130,44.2,0.6,0
+5134,44.2,0.5,0
+5136,44.2,0.4,0
+5140,44.2,0.3,0
+5144,44.2,0.2,0
+5151,44.2,0.1,0
+5160,44.2,0,0
+5216,44.2,-0.1,0
+5236,44.2,-0.2,0
+5250,44.2,-0.3,0
+5261,44.2,-0.4,0
+5270,44.2,-0.5,0
+5284,44.2,-0.6,0
+5297,44.2,-0.5,0
+5306,44.2,-0.4,0
+5310,44.2,-0.3,0
+5312,44.2,-0.2,0
+5316,44.2,-0.1,0
+5318,44.2,0,0
+5319,44.2,0.1,0
+5321,44.2,0.2,0
+5323,44.2,0.3,0
+5325,44.2,0.4,0
+5327,44.2,0.5,0
+5328,44.2,0.7,0
+5330,44.2,0.8,0
+5332,44.2,0.9,0
+5333,44.2,1.1,0
+5335,44.2,1.2,0
+5336,44.2,1.4,0
+5338,44.2,1.5,0
+5339,44.2,1.6,0
+5341,44.2,1.8,0
+5342,44.2,2,0
+5344,44.2,2.1,0
+5345,44.2,2.2,0
+5346,44.2,2.4,0
+5348,44.2,2.5,0
+5349,44.2,2.7,0
+5350,44.2,2.8,0
+5351,44.2,2.9,0
+5352,44.2,3.1,0
+5354,44.2,3.2,0
+5355,44.2,3.3,0
+5356,44.2,3.5,0
+5357,44.2,3.6,0
+5358,44.2,3.7,0
+5359,44.2,3.8,0
+5360,44.2,3.9,0
+5361,44.2,4,0
+5362,44.2,4.1,0
+5363,44.2,4.2,0
+5364,44.2,4.3,0
+5365,44.2,4.4,0
+5366,44.2,4.5,0
+5367,44.2,4.6,0
+5368,0,4.7,32.4
+5369,32.2,4.7,0
+5370,32.2,4.9,0
+5372,32.2,5,0
+5373,32.2,5.1,0
+5374,32.2,5.2,0
+5376,32.2,5.3,0
+5378,32.2,5.4,0
+5379,32.2,5.5,0
+5382,32.2,5.6,0
+5384,32.2,5.7,0
+5390,32.2,5.8,0
+5394,32.2,5.7,0
+5398,32.2,5.6,0
+5401,32.2,5.5,0
+5403,32.2,5.4,0
+5406,32.2,5.3,0
+5408,32.2,5.2,0
+5409,32.2,5,0
+5411,32.2,4.9,0
+5412,32.2,4.8,0
+5414,32.2,4.6,0
+5416,32.2,4.4,0
+5418,32.2,4.3,0
+5419,32.2,4.2,0
+5421,32.2,4,0
+5423,32.2,3.8,0
+5425,32.2,3.6,0
+5426,32.2,3.4,0
+5428,32.2,3.2,0
+5430,32.2,3,0
+5432,32.2,2.7,0
+5434,32.2,2.6,0
+5435,32.2,2.4,0
+5437,32.2,2.2,0
+5439,32.2,1.9,0
+5441,32.2,1.7,0
+5443,32.2,1.5,0
+5444,32.2,1.3,0
+5446,32.2,1.1,0
+5448,32.2,0.9,0
+5450,32.2,0.7,0
+5451,32.2,0.5,0
+5453,32.2,0.3,0
+5455,32.2,0.1,0
+5456,32.2,-0.1,0
+5458,32.2,-0.3,0
+5460,32.2,-0.4,0
+5461,32.2,-0.6,0
+5463,32.2,-0.7,0
+5464,32.2,-0.9,0
+5466,32.2,-1,0
+5467,32.2,-1.1,0
+5468,32.2,-1.3,0
+5470,32.2,-1.4,0
+5471,32.2,-1.5,0
+5473,32.2,-1.6,0
+5474,32.2,-1.7,0
+5475,32.2,-1.8,0
+5477,24.6,-1.9,0
+5478,24.6,-2,0
+5479,24.6,-2.1,0
+5481,24.6,-2.2,0
+5482,24.6,-2.3,0
+5483,35.5,-2.4,0
+5485,35.5,-2.5,0
+5486,35.5,-2.6,0
+5488,35.5,-2.7,0
+5490,35.5,-2.8,0
+5492,35.5,-2.9,0
+5493,35.5,-3,0
+5497,35.5,-3.1,0
+5498,35.5,-3.2,0
+5501,35.5,-3.3,0
+5505,35.5,-3.4,0
+5508,35.5,-3.5,0
+5512,35.5,-3.6,0
+5517,35.5,-3.7,0
+5523,35.5,-3.8,0
+5529,35.5,-3.9,0
+5537,35.5,-4,0
+5542,35.5,-4.1,0
+5548,35.5,-4.2,0
+5553,35.5,-4.3,0
+5559,35.5,-4.4,0
+5565,35.5,-4.5,0
+5572,35.5,-4.6,0
+5592,35.5,-4.5,0
+5595,0,-4.5,9.4
+5596,38.4,-4.5,0
+5597,38.4,-4.4,0
+5602,38.4,-4.3,0
+5606,38.4,-4.2,0
+5609,38.4,-4.1,0
+5611,38.4,-4,0
+5614,38.4,-3.9,0
+5616,38.4,-3.8,0
+5619,38.4,-3.7,0
+5621,38.4,-3.6,0
+5624,38.4,-3.5,0
+5626,38.4,-3.4,0
+5629,38.4,-3.3,0
+5631,38.4,-3.2,0
+5634,38.4,-3.1,0
+5636,38.4,-3,0
+5640,38.4,-2.9,0
+5642,38.4,-2.8,0
+5646,38.4,-2.7,0
+5650,38.4,-2.6,0
+5655,38.4,-2.5,0
+5663,38.4,-2.4,0
+5690,38.4,-2.5,0
+5716,38.4,-2.4,0
+5727,38.4,-2.3,0
+5729,32.3,-2.3,0
+5735,32.3,-2.2,0
+5742,32.3,-2.1,0
+5749,32.3,-2,0
+5756,32.3,-1.9,0
+5765,32.3,-1.8,0
+5778,32.3,-1.7,0
+5821,32.3,-1.6,0
+5829,32.3,-1.5,0
+5835,17.9,-1.4,0
+5838,39.9,-1.4,0
+5840,39.9,-1.3,0
+5844,39.9,-1.2,0
+5848,39.9,-1.1,0
+5852,39.9,-1,0
+5856,39.9,-0.9,0
+5861,39.9,-0.8,0
+5864,39.9,-0.7,0
+5868,39.9,-0.6,0
+5873,39.9,-0.5,0
+5878,39.9,-0.4,0
+5884,39.9,-0.3,0
+5915,39.9,-0.4,0
+5921,39.9,-0.5,0
+5928,39.9,-0.6,0
+5932,39.9,-0.7,0
+5937,39.9,-0.8,0
+5941,39.9,-0.9,0
+5946,39.9,-1,0
+5948,39.9,-1.1,0
+5953,39.9,-1.2,0
+5957,39.9,-1.3,0
+5962,39.9,-1.4,0
+5966,39.9,-1.5,0
+5971,39.9,-1.6,0
+5975,39.9,-1.7,0
+5981,39.9,-1.8,0
+5988,39.9,-1.9,0
+6001,39.9,-2,0
+6027,39.9,-1.9,0
+6037,39.9,-1.8,0
+6045,39.9,-1.7,0
+6051,39.9,-1.6,0
+6055,39.9,-1.5,0
+6059,39.9,-1.4,0
+6061,39.9,-1.3,0
+6064,39.9,-1.2,0
+6066,39.9,-1.1,0
+6070,39.9,-1,0
+6072,39.9,-0.9,0
+6073,39.9,-0.8,0
+6075,39.9,-0.7,0
+6077,39.9,-0.6,0
+6079,39.9,-0.5,0
+6080,39.9,-0.3,0
+6082,39.9,-0.2,0
+6084,39.9,-0.1,0
+6086,39.9,0,0
+6087,39.9,0.1,0
+6089,39.9,0.3,0
+6090,39.9,0.4,0
+6092,39.9,0.6,0
+6094,39.9,0.7,0
+6095,39.9,0.8,0
+6097,39.9,0.9,0
+6098,39.9,1,0
+6099,39.9,1.2,0
+6101,39.9,1.3,0
+6102,39.9,1.4,0
+6103,39.9,1.5,0
+6104,39.9,1.6,0
+6106,39.9,1.7,0
+6107,39.9,1.8,0
+6108,39.9,1.9,0
+6109,39.9,2,0
+6110,39.9,2.1,0
+6111,39.9,2.2,0
+6112,39.9,2.3,0
+6114,39.9,2.5,0
+6116,39.9,2.6,0
+6118,39.9,2.7,0
+6119,39.9,2.8,0
+6120,0,2.8,21
+6121,50,2.8,0
+6122,50,3,0
+6124,50,3.1,0
+6125,50,3.2,0
+6128,50,3.3,0
+6131,50,3.4,0
+6135,50,3.5,0
+6145,50,3.4,0
+6149,50,3.3,0
+6152,50,3.2,0
+6154,50,3.1,0
+6157,50,3,0
+6159,50,2.9,0
+6161,50,2.8,0
+6162,50,2.7,0
+6164,50,2.6,0
+6166,50,2.5,0
+6168,50,2.4,0
+6170,50,2.3,0
+6171,50,2.1,0
+6173,50,2,0
+6175,50,1.9,0
+6177,50,1.8,0
+6179,50,1.7,0
+6181,50,1.5,0
+6183,50,1.4,0
+6186,50,1.3,0
+6188,50,1.2,0
+6190,50,1.1,0
+6192,50,1,0
+6194,50,0.9,0
+6196,50,0.8,0
+6199,50,0.7,0
+6203,50,0.6,0
+6205,50,0.5,0
+6210,50,0.4,0
+6215,50,0.3,0
+6224,50,0.2,0
+6250,50,0.1,0
+6271,50,0,0
+6281,50,-0.1,0
+6290,50,-0.2,0
+6298,50,-0.3,0
+6306,50,-0.4,0
+6315,50,-0.5,0
+6320,50,-0.6,0
+6328,50,-0.7,0
+6337,50,-0.8,0
+6347,50,-0.9,0
+6350,56.8,-0.9,0
+6361,56.8,-1,0
+6437,56.8,-1.1,0
+6471,68.1,-1.1,0
+6477,68.1,-1,0
+6540,68.1,-0.9,0
+6567,68.1,-0.8,0
+6589,68.1,-0.7,0
+6610,68.1,-0.6,0
+6625,68.1,-0.5,0
+6644,68.1,-0.4,0
+6663,68.1,-0.3,0
+6682,68.1,-0.2,0
+6780,68.1,-0.3,0
+6907,68.1,-0.4,0
+6929,68.1,-0.5,0
+6947,68.1,-0.6,0
+7009,68.1,-0.5,0
+7019,68.1,-0.4,0
+7029,68.1,-0.3,0
+7035,68.1,-0.2,0
+7045,68.1,-0.1,0
+7051,68.1,0,0
+7058,68.1,0.1,0
+7067,68.1,0.2,0
+7076,68.1,0.3,0
+7088,68.1,0.4,0
+7119,68.1,0.3,0
+7130,68.1,0.2,0
+7138,68.1,0.1,0
+7143,68.1,0,0
+7148,68.1,-0.1,0
+7153,68.1,-0.2,0
+7156,44.6,-0.2,0
+7158,44.6,-0.3,0
+7163,44.6,-0.4,0
+7168,44.6,-0.5,0
+7176,44.6,-0.6,0
+7181,44.6,-0.7,0
+7186,44.6,-0.8,0
+7193,44.6,-0.9,0
+7201,44.6,-1,0
+7211,44.6,-1.1,0
+7225,44.6,-1.2,0
+7280,44.6,-1.1,0
+7294,44.6,-1,0
+7301,44.6,-0.9,0
+7308,44.6,-0.8,0
+7312,44.6,-0.7,0
+7317,44.6,-0.6,0
+7322,44.6,-0.5,0
+7326,44.6,-0.4,0
+7329,44.6,-0.3,0
+7333,44.6,-0.2,0
+7336,44.6,-0.1,0
+7340,44.6,0,0
+7342,44.6,0.1,0
+7347,44.6,0.2,0
+7349,44.6,0.3,0
+7351,44.6,0.4,0
+7355,44.6,0.5,0
+7357,44.6,0.6,0
+7360,44.6,0.7,0
+7364,44.6,0.8,0
+7366,44.6,0.9,0
+7368,44.6,1,0
+7372,44.6,1.1,0
+7374,44.6,1.2,0
+7376,44.6,1.3,0
+7378,44.6,1.4,0
+7382,44.6,1.5,0
+7384,34.5,1.6,0
+7386,34.5,1.7,0
+7388,34.5,1.8,0
+7390,34.5,1.9,0
+7391,34.5,2,0
+7395,34.5,2.1,0
+7397,34.5,2.2,0
+7399,34.5,2.3,0
+7401,34.5,2.4,0
+7402,34.5,2.5,0
+7404,34.5,2.6,0
+7406,34.5,2.7,0
+7407,34.5,2.8,0
+7409,34.5,2.9,0
+7411,34.5,3,0
+7412,34.5,3.1,0
+7415,34.5,3.2,0
+7417,34.5,3.3,0
+7418,34.5,3.4,0
+7419,34.5,3.5,0
+7422,34.5,3.6,0
+7423,34.5,3.7,0
+7426,34.5,3.8,0
+7427,34.5,3.9,0
+7429,34.5,4,0
+7431,34.5,4.1,0
+7433,34.5,4.2,0
+7436,34.5,4.3,0
+7439,34.5,4.4,0
+7443,0,4.4,51.2
+7444,43.4,4.4,0
+7455,43.4,4.4,0
+7459,43.4,4.3,0
+7462,43.4,4.2,0
+7464,43.4,4.1,0
+7467,43.4,4,0
+7469,43.4,3.9,0
+7471,43.4,3.8,0
+7472,43.4,3.7,0
+7474,43.4,3.6,0
+7475,43.4,3.5,0
+7477,43.4,3.4,0
+7478,43.4,3.3,0
+7479,43.4,3.2,0
+7482,43.4,3.1,0
+7483,43.4,3,0
+7484,43.4,2.9,0
+7486,43.4,2.8,0
+7487,43.4,2.7,0
+7488,43.4,2.6,0
+7490,43.4,2.5,0
+7491,43.4,2.4,0
+7493,43.4,2.2,0
+7494,43.4,2.1,0
+7496,43.4,2,0
+7498,43.4,1.9,0
+7499,43.4,1.8,0
+7501,43.4,1.7,0
+7503,43.4,1.6,0
+7504,43.4,1.5,0
+7506,43.4,1.4,0
+7508,43.4,1.3,0
+7511,43.4,1.2,0
+7513,43.4,1.1,0
+7517,43.4,1,0
+7519,43.4,0.9,0
+7523,43.4,0.8,0
+7531,43.4,0.7,0
+7549,43.4,0.8,0
+7560,43.4,0.9,0
+7570,43.4,1,0
+7584,43.4,1.1,0
+7627,43.4,1,0
+7641,43.4,0.9,0
+7648,43.4,0.8,0
+7658,43.4,0.7,0
+7663,43.4,0.6,0
+7670,43.4,0.5,0
+7674,43.4,0.4,0
+7681,43.4,0.3,0
+7683,39.4,0.3,0
+7685,39.4,0.2,0
+7690,39.4,0.1,0
+7694,39.4,0,0
+7698,39.4,-0.1,0
+7702,39.4,-0.2,0
+7709,39.4,-0.3,0
+7713,39.4,-0.4,0
+7719,39.4,-0.5,0
+7722,39.4,-0.6,0
+7730,39.4,-0.7,0
+7747,30.4,-0.7,0
+7752,35.8,-0.7,0
+7759,35.8,-0.6,0
+7766,35.8,-0.5,0
+7770,35.8,-0.4,0
+7774,35.8,-0.3,0
+7777,35.8,-0.2,0
+7779,35.8,-0.1,0
+7783,35.8,0,0
+7785,35.8,0.1,0
+7787,35.8,0.2,0
+7791,35.8,0.3,0
+7793,35.8,0.4,0
+7795,35.8,0.5,0
+7797,35.8,0.6,0
+7799,35.8,0.7,0
+7801,35.8,0.8,0
+7803,35.8,1,0
+7805,35.8,1.1,0
+7807,35.8,1.2,0
+7809,35.8,1.3,0
+7811,35.8,1.4,0
+7813,35.8,1.5,0
+7815,35.8,1.7,0
+7817,35.8,1.8,0
+7819,35.8,1.9,0
+7821,35.8,2,0
+7823,35.8,2.2,0
+7825,35.8,2.3,0
+7827,35.8,2.4,0
+7829,35.8,2.5,0
+7831,35.8,2.6,0
+7832,35.8,2.7,0
+7834,35.8,2.8,0
+7836,35.8,2.9,0
+7838,35.8,3,0
+7840,35.8,3.1,0
+7842,35.8,3.2,0
+7843,35.8,3.3,0
+7845,35.8,3.4,0
+7847,35.8,3.5,0
+7850,35.8,3.6,0
+7852,35.8,3.7,0
+7855,35.8,3.8,0
+7859,35.8,3.9,0
+7864,35.8,4,0
+7877,21.3,3.9,0
+7878,33.8,3.9,0
+7883,33.8,3.8,0
+7887,33.8,3.7,0
+7890,33.8,3.6,0
+7892,33.8,3.5,0
+7895,33.8,3.4,0
+7898,33.8,3.3,0
+7900,33.8,3.2,0
+7902,33.8,3.1,0
+7905,33.8,3,0
+7907,33.8,2.9,0
+7908,33.8,2.8,0
+7912,33.8,2.7,0
+7914,33.8,2.6,0
+7915,33.8,2.5,0
+7917,33.8,2.4,0
+7919,33.8,2.3,0
+7921,33.8,2.2,0
+7925,33.8,2.1,0
+7927,33.8,2,0
+7929,33.8,1.9,0
+7930,33.8,1.8,0
+7934,33.8,1.7,0
+7936,33.8,1.6,0
+7938,33.8,1.5,0
+7942,33.8,1.4,0
+7943,33.8,1.3,0
+7947,33.8,1.2,0
+7949,33.8,1.1,0
+7952,33.8,1,0
+7954,33.8,0.9,0
+7956,33.8,0.8,0
+7959,33.8,0.7,0
+7961,33.8,0.6,0
+7962,33.8,0.5,0
+7966,33.8,0.4,0
+7967,33.8,0.3,0
+7969,33.8,0.2,0
+7970,33.8,0.1,0
+7973,33.8,0,0
+7975,33.8,-0.1,0
+7976,33.8,-0.2,0
+7979,33.8,-0.3,0
+7980,33.8,-0.4,0
+7982,33.8,-0.5,0
+7984,33.8,-0.6,0
+7985,33.8,-0.7,0
+7988,33.8,-0.8,0
+7990,33.8,-0.9,0
+7992,33.8,-1,0
+7994,33.8,-1.1,0
+7996,33.8,-1.2,0
+7998,33.8,-1.3,0
+7999,0,-1.3,73.8
+8000,27.8,-1.3,0
+8001,27.8,-1.4,0
+8003,27.8,-1.5,0
+8006,27.8,-1.6,0
+8010,27.8,-1.7,0
+8024,27.8,-1.6,0
+8029,27.8,-1.5,0
+8032,27.8,-1.4,0
+8035,27.8,-1.3,0
+8038,27.8,-1.2,0
+8039,27.8,-1.1,0
+8042,27.8,-1,0
+8044,27.8,-0.9,0
+8047,27.8,-0.8,0
+8048,27.8,-0.7,0
+8050,27.8,-0.6,0
+8053,27.8,-0.5,0
+8054,27.8,-0.4,0
+8056,27.8,-0.3,0
+8057,27.8,-0.2,0
+8061,27.8,-0.1,0
+8062,27.8,0,0
+8065,27.8,0.1,0
+8067,27.8,0.2,0
+8070,27.8,0.3,0
+8073,27.8,0.4,0
+8076,27.8,0.5,0
+8081,27.8,0.6,0
+8091,27.8,0.5,0
+8096,27.8,0.4,0
+8099,27.8,0.3,0
+8102,27.8,0.2,0
+8104,27.8,0.1,0
+8106,27.8,0,0
+8108,27.8,-0.1,0
+8109,27.8,-0.2,0
+8110,27.8,-0.4,0
+8114,27.8,-0.6,0
+8116,27.8,-0.7,0
+8117,27.8,-0.8,0
+8119,27.8,-0.9,0
+8120,27.8,-1,0
+8121,27.8,-1.2,0
+8123,27.8,-1.3,0
+8125,27.8,-1.5,0
+8127,27.8,-1.6,0
+8128,27.8,-1.7,0
+8129,27.8,-1.8,0
+8130,27.8,-1.9,0
+8131,10,-2,0
+8132,17.9,-2.1,0
+8133,17.9,-2.2,0
+8134,17.9,-2.3,0
+8135,17.9,-2.4,0
+8136,17.9,-2.6,0
+8138,17.9,-2.7,0
+8140,17.9,-2.8,0
+8141,17.9,-2.9,0
+8142,17.9,-3,0
+8143,17.9,-3.1,0
+8144,17.9,-3.2,0
+8146,17.9,-3.3,0
+8147,17.9,-3.4,0
+8148,17.9,-3.5,0
+8150,17.9,-3.6,0
+8152,17.9,-3.7,0
+8153,17.9,-3.8,0
+8155,17.9,-3.9,0
+8157,17.9,-4,0
+8160,17.9,-4.1,0
+8169,0,-4.1,7.8
+8170,28.5,-4.1,0
+8173,28.5,-4,0
+8176,28.5,-3.9,0
+8178,28.5,-3.8,0
+8180,28.5,-3.7,0
+8182,28.5,-3.6,0
+8183,28.5,-3.5,0
+8185,28.5,-3.4,0
+8187,28.5,-3.3,0
+8188,28.5,-3.2,0
+8189,28.5,-3.1,0
+8190,28.5,-3,0
+8191,28.5,-2.9,0
+8193,28.5,-2.8,0
+8194,28.5,-2.7,0
+8195,28.5,-2.6,0
+8197,28.5,-2.4,0
+8198,28.5,-2.3,0
+8200,28.5,-2.2,0
+8201,28.5,-2,0
+8203,28.5,-1.9,0
+8204,28.5,-1.7,0
+8206,28.5,-1.6,0
+8207,28.5,-1.5,0
+8209,28.5,-1.4,0
+8210,28.5,-1.2,0
+8212,28.5,-1.1,0
+8213,28.5,-1,0
+8215,28.5,-0.9,0
+8216,28.5,-0.7,0
+8218,28.5,-0.6,0
+8219,28.5,-0.5,0
+8220,28.5,-0.4,0
+8222,28.5,-0.3,0
+8223,28.5,-0.2,0
+8225,28.5,-0.1,0
+8226,28.5,0,0
+8229,28.5,0.1,0
+8231,28.5,0.2,0
+8232,28.5,0.3,0
+8235,28.5,0.4,0
+8238,28.5,0.5,0
+8241,28.5,0.6,0
+8247,28.5,0.7,0
+8268,28.5,0.6,0
+8274,28.5,0.5,0
+8279,28.5,0.4,0
+8284,28.5,0.3,0
+8287,28.5,0.2,0
+8290,28.5,0.1,0
+8295,28.5,0,0
+8298,28.5,-0.1,0
+8301,28.5,-0.2,0
+8303,28.5,-0.3,0
+8306,28.5,-0.4,0
+8309,28.5,-0.5,0
+8312,28.5,-0.6,0
+8315,28.5,-0.7,0
+8319,28.5,-0.8,0
+8322,28.5,-0.9,0
+8323,28.5,-1,0
+8328,28.5,-1.1,0
+8331,28.5,-1.2,0
+8334,28.5,-1.3,0
+8336,28.5,-1.4,0
+8340,28.5,-1.5,0
+8344,28.5,-1.6,0
+8349,21.2,-1.6,0
+8350,21.2,-1.7,0
+8353,30.2,-1.7,0
+8356,30.2,-1.8,0
+8368,30.2,-1.9,0
+8376,30.2,-1.8,0
+8388,30.2,-1.7,0
+8395,30.2,-1.6,0
+8402,30.2,-1.5,0
+8407,30.2,-1.4,0
+8410,30.2,-1.3,0
+8415,30.2,-1.2,0
+8420,30.2,-1.1,0
+8423,30.2,-1,0
+8428,30.2,-0.9,0
+8431,30.2,-0.8,0
+8435,30.2,-0.7,0
+8439,30.2,-0.6,0
+8443,30.2,-0.5,0
+8448,30.2,-0.4,0
+8449,20.1,-0.4,0
+8453,23.6,-0.3,0
+8457,23.6,-0.2,0
+8462,23.6,-0.1,0
+8467,23.6,0,0
+8474,23.6,0.1,0
+8480,23.6,0.2,0
+8489,23.6,0.3,0
+8498,0,0.4,25.6
+8499,28.6,0.4,0
+8519,28.6,0.2,0
+8527,28.6,0.1,0
+8534,28.6,0,0
+8540,28.6,-0.1,0
+8546,28.6,-0.2,0
+8551,28.6,-0.3,0
+8558,28.6,-0.4,0
+8565,28.6,-0.5,0
+8576,28.6,-0.6,0
+8610,28.6,-0.5,0
+8629,28.6,-0.4,0
+8650,28.6,-0.3,0
+8652,37.9,-0.3,0
+8687,37.9,-0.4,0
+8745,37.9,-0.3,0
+8793,37.9,-0.4,0
+8809,37.9,-0.5,0
+8820,33.4,-0.5,0
+8822,33.4,-0.6,0
+8834,33.4,-0.7,0
+8845,33.4,-0.8,0
+8860,33.4,-0.9,0
+8892,33.4,-0.8,0
+8901,33.4,-0.7,0
+8909,33.4,-0.6,0
+8912,33.4,-0.5,0
+8918,33.4,-0.4,0
+8922,33.4,-0.3,0
+8923,33.4,-0.2,0
+8927,33.4,-0.1,0
+8931,33.4,0,0
+8933,33.4,0.1,0
+8935,33.4,0.2,0
+8938,33.4,0.3,0
+8940,33.4,0.4,0
+8942,33.4,0.5,0
+8944,33.4,0.6,0
+8947,33.4,0.7,0
+8949,33.4,0.8,0
+8951,33.4,0.9,0
+8953,33.4,1,0
+8955,33.4,1.1,0
+8957,33.4,1.2,0
+8958,33.4,1.3,0
+8962,33.4,1.4,0
+8964,33.4,1.5,0
+8965,33.4,1.6,0
+8967,33.4,1.7,0
+8971,33.4,1.8,0
+8973,33.4,1.9,0
+8976,33.4,2,0
+8978,33.4,2.1,0
+8982,33.4,2.2,0
+8987,33.4,2.3,0
+8998,33.4,2.2,0
+9003,33.4,2.1,0
+9006,33.4,2,0
+9008,33.4,1.9,0
+9011,33.4,1.8,0
+9013,33.4,1.7,0
+9014,33.4,1.6,0
+9016,33.4,1.5,0
+9018,33.4,1.4,0
+9019,33.4,1.3,0
+9021,33.4,1.2,0
+9022,33.4,1.1,0
+9024,33.4,1,0
+9026,33.4,0.8,0
+9027,33.4,0.7,0
+9029,33.4,0.6,0
+9030,33.4,0.5,0
+9032,33.4,0.4,0
+9033,33.4,0.2,0
+9035,33.4,0.1,0
+9037,33.4,0,0
+9038,33.4,-0.1,0
+9040,33.4,-0.2,0
+9041,33.4,-0.3,0
+9043,33.4,-0.4,0
+9044,33.4,-0.5,0
+9046,33.4,-0.6,0
+9049,33.4,-0.7,0
+9052,33.4,-0.8,0
+9062,33.4,-0.7,0
+9065,33.4,-0.6,0
+9066,33.4,-0.5,0
+9068,33.4,-0.4,0
+9069,33.4,-0.3,0
+9070,33.4,-0.2,0
+9072,33.4,-0.1,0
+9073,33.4,0,0
+9074,33.4,0.2,0
+9076,33.4,0.3,0
+9077,33.4,0.4,0
+9078,33.4,0.5,0
+9079,33.4,0.7,0
+9081,33.4,0.9,0
+9082,33.4,1,0
+9083,33.4,1.1,0
+9084,33.4,1.3,0
+9085,33.4,1.4,0
+9086,33.4,1.5,0
+9087,33.4,1.7,0
+9088,33.4,1.8,0
+9089,33.4,2,0
+9090,33.4,2.1,0
+9091,33.4,2.3,0
+9092,33.4,2.4,0
+9093,33.4,2.5,0
+9094,33.4,2.7,0
+9095,33.4,2.8,0
+9096,33.4,2.9,0
+9097,33.4,3.1,0
+9098,33.4,3.2,0
+9099,33.4,3.3,0
+9100,0,3.4,14.4
+9101,10,3.4,0
+9102,10,3.6,0
+9103,10,3.7,0
+9104,10,3.8,0
+9105,10,3.9,0
+9106,10,4,0
+9108,10,4.1,0
+9110,10,4.2,0
+9112,10,4.3,0
+9116,10,4.4,0
+9117,10,4.3,0
+9118,0,4.3,13.6
+9119,14.5,4.3,0
+9121,14.5,4.2,0
+9123,14.5,4.1,0
+9125,14.5,4,0
+9126,14.5,3.9,0
+9127,14.5,3.8,0
+9129,14.5,3.7,0
+9130,14.5,3.5,0
+9131,14.5,3.4,0
+9133,14.5,3.3,0
+9134,14.5,3.1,0
+9135,14.5,3,0
+9136,14.5,2.9,0
+9137,14.5,2.7,0
+9138,14.5,2.6,0
+9139,14.5,2.5,0
+9140,14.5,2.3,0
+9141,14.5,2.2,0
+9142,14.5,2.1,0
+9143,14.5,1.9,0
+9144,14.5,1.8,0
+9145,14.5,1.6,0
+9146,14.5,1.5,0
+9147,14.5,1.4,0
+9148,14.5,1.3,0
+9149,11,1.1,0
+9150,11,1,0
+9151,11,0.8,0
+9152,11,0.7,0
+9153,11,0.4,0
+9155,11,0.3,0
+9156,37.4,0.2,0
+9157,37.4,0.1,0
+9158,37.4,-0.2,0
+9160,37.4,-0.3,0
+9161,37.4,-0.4,0
+9162,37.4,-0.5,0
+9163,37.4,-0.6,0
+9164,37.4,-0.7,0
+9165,37.4,-0.9,0
+9167,37.4,-1,0
+9168,37.4,-1.1,0
+9169,37.4,-1.2,0
+9171,37.4,-1.3,0
+9172,37.4,-1.4,0
+9175,37.4,-1.5,0
+9176,37.4,-1.6,0
+9178,37.4,-1.7,0
+9181,37.4,-1.8,0
+9185,37.4,-1.9,0
+9199,37.4,-1.8,0
+9204,37.4,-1.7,0
+9209,37.4,-1.6,0
+9212,37.4,-1.5,0
+9216,37.4,-1.4,0
+9220,37.4,-1.3,0
+9223,37.4,-1.2,0
+9227,37.4,-1.1,0
+9231,37.4,-1,0
+9235,37.4,-0.9,0
+9239,37.4,-0.8,0
+9245,37.4,-0.7,0
+9251,37.4,-0.6,0
+9262,37.4,-0.5,0
+9293,37.4,-0.6,0
+9330,37.4,-0.5,0
+9337,37.4,-0.4,0
+9340,37.4,-0.3,0
+9343,37.4,-0.2,0
+9346,37.4,-0.1,0
+9349,37.4,0,0
+9352,37.4,0.1,0
+9354,37.4,0.2,0
+9356,37.4,0.3,0
+9358,37.4,0.4,0
+9360,37.4,0.5,0
+9362,37.4,0.6,0
+9364,10.9,0.7,0
+9366,10.9,0.9,0
+9368,20.4,0.9,0
+9369,20.4,1,0
+9371,20.4,1.1,0
+9373,20.4,1.2,0
+9376,20.4,1.3,0
+9377,20.4,1.4,0
+9380,20.4,1.5,0
+9382,20.4,1.6,0
+9384,20.4,1.7,0
+9387,20.4,1.8,0
+9390,20.4,1.9,0
+9395,20.4,2,0
+9408,20.4,1.9,0
+9412,20.4,1.8,0
+9415,20.4,1.7,0
+9418,20.4,1.6,0
+9420,20.4,1.5,0
+9422,14.8,1.4,0
+9424,14.8,1.3,0
+9425,14.8,1.2,0
+9427,14.8,1.1,0
+9429,20.1,1,0
+9430,20.1,0.9,0
+9432,20.1,0.8,0
+9434,20.1,0.7,0
+9435,20.1,0.6,0
+9436,20.1,0.5,0
+9437,20.1,0.4,0
+9439,20.1,0.3,0
+9440,20.1,0.2,0
+9442,20.1,0.1,0
+9443,20.1,0,0
+9445,20.1,-0.1,0
+9446,20.1,-0.2,0
+9447,20.1,-0.3,0
+9450,20.1,-0.4,0
+9451,20.1,-0.5,0
+9452,20.1,-0.6,0
+9454,20.1,-0.7,0
+9455,20.1,-0.8,0
+9458,20.1,-0.9,0
+9460,20.1,-1,0
+9462,20.1,-1.1,0
+9465,20.1,-1.2,0
+9468,20.1,-1.3,0
+9471,20.1,-1.4,0
+9484,11.6,-1.4,0
+9486,11.6,-1.3,0
+9488,17.5,-1.3,0
+9491,17.5,-1.2,0
+9495,17.5,-1.1,0
+9497,17.5,-1,0
+9500,17.5,-0.9,0
+9502,17.5,-0.8,0
+9504,17.5,-0.7,0
+9506,17.5,-0.6,0
+9508,17.5,-0.5,0
+9510,17.5,-0.4,0
+9512,17.5,-0.3,0
+9514,17.5,-0.2,0
+9515,17.5,-0.1,0
+9517,17.5,0,0
+9519,17.5,0.1,0
+9520,17.5,0.2,0
+9522,0,0.3,18.6
+9523,20.4,0.3,0
+9524,20.4,0.4,0
+9526,20.4,0.5,0
+9528,20.4,0.6,0
+9530,20.4,0.7,0
+9532,20.4,0.8,0
+9534,20.4,0.9,0
+9537,20.4,1,0
+9538,20.4,1.1,0
+9541,20.4,1.2,0
+9545,20.4,1.3,0
+9548,20.4,1.4,0
+9551,20.4,1.5,0
+9557,20.4,1.6,0
+9573,20.4,1.5,0
+9579,20.4,1.4,0
+9582,20.4,1.3,0
+9583,12.9,1.3,0
+9587,12.9,1.2,0
+9589,12.9,1.1,0
+9590,60.7,1.1,0
+9592,60.7,1,0
+9595,60.7,0.9,0
+9598,60.7,0.8,0
+9601,60.7,0.7,0
+9604,60.7,0.6,0
+9607,60.7,0.5,0
+9610,60.7,0.4,0
+9614,60.7,0.3,0
+9618,60.7,0.2,0
+9623,60.7,0.1,0
+9627,60.7,0,0
+9652,60.7,0.1,0
+9659,60.7,0.2,0
+9665,60.7,0.3,0
+9670,60.7,0.4,0
+9675,60.7,0.5,0
+9679,60.7,0.6,0
+9684,60.7,0.7,0
+9689,60.7,0.8,0
+9694,60.7,0.9,0
+9699,60.7,1,0
+9705,60.7,1.1,0
+9713,60.7,1.2,0
+9718,60.7,1.3,0
+9727,60.7,1.4,0
+9738,60.7,1.5,0
+9793,60.7,1.4,0
+9806,60.7,1.3,0
+9816,60.7,1.2,0
+9826,60.7,1.1,0
+9833,60.7,1,0
+9836,63.7,1,0
+9843,63.7,0.9,0
+9850,63.7,0.8,0
+9856,63.7,0.7,0
+9860,63.7,0.6,0
+9867,63.7,0.5,0
+9874,63.7,0.4,0
+9877,63.7,0.3,0
+9884,63.7,0.2,0
+9888,63.7,0.1,0
+9895,63.7,0,0
+9898,63.7,-0.1,0
+9905,63.7,-0.2,0
+9909,63.7,-0.3,0
+9912,63.7,-0.4,0
+9919,63.7,-0.5,0
+9923,63.7,-0.6,0
+9926,63.7,-0.7,0
+9930,63.7,-0.8,0
+9937,63.7,-0.9,0
+9941,63.7,-1,0
+9944,63.7,-1.1,0
+9948,63.7,-1.2,0
+9955,63.7,-1.3,0
+9958,63.7,-1.4,0
+9962,63.7,-1.5,0
+9969,63.7,-1.6,0
+9972,63.7,-1.7,0
+9979,63.7,-1.8,0
+9983,63.7,-1.9,0
+9990,63.7,-2,0
+9997,63.7,-2.1,0
+10000,63.7,-2.2,0
+10007,63.7,-2.3,0
+10017,63.7,-2.4,0
+10024,63.7,-2.5,0
+10035,63.7,-2.6,0
+10048,63.7,-2.7,0
+10065,63.7,-2.8,0
+10082,58.4,-2.8,0
+10095,58.4,-2.9,0
+10141,58.4,-2.8,0
+10161,58.4,-2.7,0
+10172,58.4,-2.6,0
+10180,58.4,-2.5,0
+10189,58.4,-2.4,0
+10194,58.4,-2.3,0
+10199,58.4,-2.2,0
+10205,46.6,-2.1,0
+10210,46.6,-2,0
+10212,46.6,-1.9,0
+10217,46.6,-1.8,0
+10220,46.6,-1.7,0
+10225,46.6,-1.6,0
+10228,46.6,-1.5,0
+10230,46.6,-1.4,0
+10235,46.6,-1.3,0
+10237,46.6,-1.2,0
+10240,46.6,-1.1,0
+10242,46.6,-1,0
+10245,46.6,-0.9,0
+10247,46.6,-0.8,0
+10250,46.6,-0.7,0
+10252,46.6,-0.6,0
+10254,46.6,-0.5,0
+10257,46.6,-0.4,0
+10259,46.6,-0.3,0
+10261,46.6,-0.2,0
+10263,46.6,-0.1,0
+10266,46.6,0,0
+10268,46.6,0.1,0
+10270,46.6,0.2,0
+10272,46.6,0.3,0
+10275,46.6,0.4,0
+10277,46.6,0.5,0
+10279,46.6,0.6,0
+10281,46.6,0.7,0
+10283,46.6,0.8,0
+10285,46.6,0.9,0
+10287,46.6,1,0
+10291,46.6,1.1,0
+10293,46.6,1.2,0
+10295,46.6,1.3,0
+10297,46.6,1.4,0
+10299,33.4,1.4,0
+10301,33.4,1.5,0
+10303,33.4,1.6,0
+10307,33.4,1.7,0
+10310,33.4,1.8,0
+10315,33.4,1.9,0
+10320,33.4,2,0
+10344,0,2,13.2
+10345,17.4,2,0
+10346,17.4,2,0
+10352,17.4,1.9,0
+10363,17.4,1.8,0
+10378,17.4,1.7,0
+10385,0,1.8,4
+10386,47.1,1.8,0
+10396,47.1,1.6,0
+10409,47.1,1.5,0
+10417,47.1,1.4,0
+10424,47.1,1.3,0
+10432,47.1,1.2,0
+10438,47.1,1.1,0
+10444,47.1,1,0
+10451,47.1,0.9,0
+10457,47.1,0.8,0
+10465,47.1,0.7,0
+10472,47.1,0.6,0
+10482,47.1,0.5,0
+10489,47.1,0.4,0
+10500,47.1,0.3,0
+10510,47.1,0.2,0
+10520,47.1,0.1,0
+10528,47.1,0,0
+10539,47.1,-0.1,0
+10546,47.1,-0.2,0
+10554,47.1,-0.3,0
+10565,47.1,-0.4,0
+10573,47.1,-0.5,0
+10583,47.1,-0.6,0
+10594,47.1,-0.7,0
+10607,47.1,-0.8,0
+10625,47.1,-0.9,0
+10651,47.1,-0.8,0
+10668,47.1,-0.7,0
+10676,47.1,-0.6,0
+10683,47.1,-0.5,0
+10691,47.1,-0.4,0
+10696,47.1,-0.3,0
+10703,47.1,-0.2,0
+10708,47.1,-0.1,0
+10713,47.1,0,0
+10719,47.1,0.1,0
+10726,47.1,0.2,0
+10738,47.1,0.4,0
+10774,0,0.4,43.2
+10775,33.5,0.4,0
+10781,33.5,0.4,0
+10788,33.5,0.5,0
+10794,33.5,0.6,0
+10797,33.5,0.7,0
+10801,33.5,0.8,0
+10804,33.5,0.9,0
+10808,33.5,1,0
+10812,33.5,1.1,0
+10815,33.5,1.2,0
+10818,33.5,1.3,0
+10821,33.5,1.4,0
+10825,33.5,1.5,0
+10828,33.5,1.6,0
+10832,33.5,1.7,0
+10837,33.5,1.8,0
+10845,33.5,1.9,0
+10858,33.5,1.8,0
+10867,33.5,1.7,0
+10870,33.5,1.6,0
+10875,33.5,1.5,0
+10879,33.5,1.4,0
+10882,33.5,1.3,0
+10884,33.5,1.2,0
+10887,33.5,1.1,0
+10888,33.5,1,0
+10892,33.5,0.9,0
+10893,33.5,0.8,0
+10896,33.5,0.7,0
+10898,33.5,0.6,0
+10899,33.5,0.5,0
+10902,33.5,0.4,0
+10903,33.5,0.3,0
+10906,33.5,0.2,0
+10907,33.5,0.1,0
+10909,33.5,0,0
+10911,33.5,-0.1,0
+10913,33.5,-0.2,0
+10915,33.5,-0.3,0
+10917,33.5,-0.4,0
+10919,33.5,-0.5,0
+10921,33.5,-0.6,0
+10924,33.5,-0.7,0
+10927,33.5,-0.8,0
+10929,33.5,-0.9,0
+10932,33.5,-1,0
+10933,11.6,-1,0
+10937,11.6,-1.1,0
+10950,11.6,-1,0
+10954,11.6,-0.9,0
+10958,11.6,-0.8,0
+10960,11.6,-0.7,0
+10962,11.6,-0.6,0
+10964,11.6,-0.5,0
+10966,11.6,-0.4,0
+10968,11.6,-0.3,0
+10969,30,-0.2,0
+10971,30,-0.1,0
+10973,30,0,0
+10974,30,0.1,0
+10976,30,0.2,0
+10978,30,0.3,0
+10979,30,0.4,0
+10980,30,0.5,0
+10982,30,0.6,0
+10983,30,0.7,0
+10985,30,0.8,0
+10986,30,0.9,0
+10987,30,1,0
+10989,30,1.1,0
+10990,30,1.2,0
+10992,30,1.3,0
+10993,30,1.4,0
+10995,30,1.5,0
+10996,30,1.6,0
+10998,30,1.7,0
+10999,30,1.8,0
+11001,30,1.9,0
+11002,30,2,0
+11006,30,2.1,0
+11007,30,2.2,0
+11009,30,2.3,0
+11012,30,2.4,0
+11014,30,2.5,0
+11017,30,2.6,0
+11022,30,2.7,0
+11027,30,2.8,0
+11055,30,2.7,0
+11061,20.8,2.7,0
+11073,25.1,2.7,0
+11081,25.1,2.8,0
+11087,25.1,2.9,0
+11092,25.1,3,0
+11096,25.1,3.1,0
+11100,25.1,3.2,0
+11103,25.1,3.3,0
+11105,25.1,3.4,0
+11108,25.1,3.5,0
+11111,25.1,3.6,0
+11114,25.1,3.7,0
+11116,25.1,3.8,0
+11119,25.1,3.9,0
+11122,25.1,4,0
+11126,25.1,4.1,0
+11130,25.1,4.2,0
+11137,25.1,4.3,0
+11144,25.1,4.2,0
+11149,25.1,4.1,0
+11152,25.1,4,0
+11155,25.1,3.9,0
+11157,25.1,3.8,0
+11159,25.1,3.7,0
+11161,25.1,3.6,0
+11162,0,3.6,18.8
+11163,15.4,3.6,0
+11164,15.4,3.4,0
+11165,15.4,3.3,0
+11167,15.4,3.2,0
+11168,15.4,3.1,0
+11169,15.4,3,0
+11171,15.4,2.9,0
+11172,15.4,2.8,0
+11173,15.4,2.7,0
+11174,15.4,2.5,0
+11176,15.4,2.4,0
+11177,15.4,2.3,0
+11179,15.4,2.2,0
+11180,15.4,2,0
+11181,15.4,1.9,0
+11183,15.4,1.8,0
+11184,15.4,1.7,0
+11185,15.4,1.6,0
+11186,15.4,1.5,0
+11187,15.4,1.4,0
+11188,15.4,1.3,0
+11189,15.4,1.2,0
+11190,15.4,1.1,0
+11192,15.4,1,0
+11193,15.4,0.8,0
+11195,15.4,0.7,0
+11196,15.4,0.6,0
+11197,15.4,0.5,0
+11198,15.4,0.4,0
+11200,15.4,0.3,0
+11201,10,0.2,0
+11203,31,0.1,0
+11204,31,0,0
+11206,31,-0.1,0
+11207,31,-0.2,0
+11209,31,-0.3,0
+11211,31,-0.4,0
+11213,31,-0.5,0
+11216,31,-0.6,0
+11218,31,-0.7,0
+11222,31,-0.8,0
+11244,31,-0.7,0
+11250,31,-0.6,0
+11257,31,-0.5,0
+11262,31,-0.4,0
+11270,31,-0.3,0
+11285,31,-0.4,0
+11292,31,-0.5,0
+11297,31,-0.6,0
+11301,31,-0.7,0
+11304,31,-0.8,0
+11306,31,-0.9,0
+11309,31,-1,0
+11312,31,-1.1,0
+11314,31,-1.2,0
+11317,31,-1.3,0
+11318,31,-1.4,0
+11320,31,-1.5,0
+11323,31,-1.6,0
+11324,31,-1.7,0
+11327,31,-1.8,0
+11329,31,-1.9,0
+11331,31,-2,0
+11334,31,-2.1,0
+11337,31,-2.2,0
+11339,31,-2.3,0
+11342,31,-2.4,0
+11346,31,-2.5,0
+11351,31,-2.6,0
+11365,14.8,-2.6,0
+11368,21.7,-2.5,0
+11375,21.7,-2.4,0
+11381,21.7,-2.3,0
+11387,21.7,-2.2,0
+11404,21.7,-2.3,0
+11408,21.7,-2.4,0
+11410,21.7,-2.5,0
+11414,21.7,-2.6,0
+11415,21.7,-2.7,0
+11418,21.7,-2.8,0
+11420,21.7,-2.9,0
+11421,21.7,-3,0
+11422,21.7,-3.1,0
+11425,21.7,-3.2,0
+11426,21.7,-3.3,0
+11427,21.7,-3.4,0
+11428,21.7,-3.5,0
+11430,25.2,-3.6,0
+11431,25.2,-3.7,0
+11433,25.2,-3.8,0
+11434,25.2,-3.9,0
+11436,25.2,-4,0
+11437,25.2,-4.1,0
+11438,25.2,-4.2,0
+11439,25.2,-4.3,0
+11441,25.2,-4.4,0
+11442,25.2,-4.5,0
+11443,25.2,-4.6,0
+11444,25.2,-4.7,0
+11446,25.2,-4.8,0
+11447,25.2,-4.9,0
+11448,25.2,-5,0
+11450,25.2,-5.1,0
+11451,25.2,-5.2,0
+11452,25.2,-5.3,0
+11454,25.2,-5.4,0
+11455,25.2,-5.5,0
+11456,25.2,-5.6,0
+11458,25.2,-5.7,0
+11459,25.2,-5.8,0
+11462,25.2,-5.9,0
+11463,25.2,-6,0
+11466,25.2,-6.1,0
+11469,25.2,-6.2,0
+11474,25.2,-6.3,0
+11477,25.2,-6.2,0
+11483,25.2,-6.1,0
+11485,25.2,-6,0
+11487,25.2,-5.9,0
+11489,25.2,-5.8,0
+11491,25.2,-5.7,0
+11492,25.2,-5.6,0
+11493,25.2,-5.5,0
+11494,25.2,-5.4,0
+11496,25.2,-5.2,0
+11497,25.2,-5.1,0
+11498,25.2,-5,0
+11499,25.2,-4.8,0
+11501,25.2,-4.7,0
+11502,25.2,-4.6,0
+11503,25.2,-4.4,0
+11504,25.2,-4.3,0
+11505,25.2,-4.2,0
+11506,25.2,-3.9,0
+11508,25.2,-3.8,0
+11509,25.2,-3.6,0
+11510,25.2,-3.5,0
+11511,25.2,-3.3,0
+11512,25.2,-3.2,0
+11513,25.2,-3,0
+11514,25.2,-2.8,0
+11515,25.2,-2.7,0
+11516,25.2,-2.5,0
+11517,25.2,-2.4,0
+11518,25.2,-2.2,0
+11519,25.2,-2.1,0
+11520,25.2,-1.9,0
+11521,10,-1.7,0
+11522,10,-1.6,0
+11523,41.3,-1.5,0
+11524,41.3,-1.3,0
+11525,41.3,-1.1,0
+11526,41.3,-1,0
+11527,41.3,-0.9,0
+11528,41.3,-0.7,0
+11529,41.3,-0.5,0
+11530,41.3,-0.4,0
+11531,41.3,-0.3,0
+11532,41.3,-0.1,0
+11533,41.3,0,0
+11534,41.3,0.2,0
+11535,41.3,0.3,0
+11536,41.3,0.4,0
+11537,41.3,0.6,0
+11538,41.3,0.7,0
+11539,41.3,0.8,0
+11540,41.3,1,0
+11542,41.3,1.1,0
+11543,41.3,1.2,0
+11544,41.3,1.4,0
+11546,41.3,1.5,0
+11547,41.3,1.7,0
+11549,41.3,1.8,0
+11550,41.3,1.9,0
+11552,41.3,2,0
+11554,41.3,2.1,0
+11555,41.3,2.2,0
+11557,41.3,2.3,0
+11560,41.3,2.4,0
+11564,41.3,2.5,0
+11570,41.3,2.4,0
+11576,41.3,2.3,0
+11580,41.3,2.2,0
+11582,41.3,2.1,0
+11584,41.3,2,0
+11587,41.3,1.9,0
+11589,41.3,1.8,0
+11591,41.3,1.7,0
+11593,41.3,1.6,0
+11596,41.3,1.5,0
+11598,41.3,1.3,0
+11600,41.3,1.2,0
+11603,41.3,1.1,0
+11605,41.3,1,0
+11607,41.3,0.8,0
+11609,41.3,0.7,0
+11612,41.3,0.6,0
+11614,41.3,0.5,0
+11616,41.3,0.3,0
+11618,41.3,0.2,0
+11621,41.3,0.1,0
+11623,41.3,0,0
+11625,41.3,-0.2,0
+11627,41.3,-0.3,0
+11629,41.3,-0.4,0
+11631,41.3,-0.5,0
+11633,41.3,-0.6,0
+11636,41.3,-0.7,0
+11638,41.3,-0.8,0
+11640,41.3,-0.9,0
+11641,41.3,-1,0
+11643,41.3,-1.1,0
+11645,41.3,-1.2,0
+11647,41.3,-1.3,0
+11651,41.3,-1.4,0
+11652,41.3,-1.5,0
+11656,41.3,-1.6,0
+11659,41.3,-1.7,0
+11662,41.3,-1.8,0
+11668,41.3,-1.9,0
+11675,41.3,-1.8,0
+11681,41.3,-1.6,0
+11683,0,-1.6,17
+11684,40.3,-1.6,0
+11687,40.3,-1.5,0
+11689,40.3,-1.4,0
+11691,40.3,-1.3,0
+11693,40.3,-1.2,0
+11695,40.3,-1.1,0
+11697,40.3,-1,0
+11698,40.3,-0.9,0
+11699,40.3,-0.8,0
+11702,40.3,-0.7,0
+11703,40.3,-0.6,0
+11704,40.3,-0.5,0
+11706,40.3,-0.4,0
+11707,40.3,-0.3,0
+11708,40.3,-0.2,0
+11710,40.3,-0.1,0
+11711,40.3,0.1,0
+11713,40.3,0.2,0
+11715,40.3,0.3,0
+11716,40.3,0.4,0
+11718,40.3,0.6,0
+11720,40.3,0.7,0
+11721,40.3,0.8,0
+11723,40.3,0.9,0
+11725,40.3,1.1,0
+11727,40.3,1.2,0
+11729,40.3,1.3,0
+11730,40.3,1.4,0
+11732,40.3,1.5,0
+11734,40.3,1.6,0
+11736,40.3,1.7,0
+11738,40.3,1.8,0
+11740,40.3,1.9,0
+11744,40.3,2,0
+11748,40.3,2.1,0
+11756,40.3,2.2,0
+11761,40.3,2.1,0
+11769,40.3,2,0
+11776,40.3,1.9,0
+11780,40.3,1.8,0
+11782,40.3,1.7,0
+11787,40.3,1.6,0
+11791,40.3,1.5,0
+11793,40.3,1.4,0
+11798,40.3,1.3,0
+11800,40.3,1.2,0
+11804,40.3,1.1,0
+11809,40.3,1,0
+11811,40.3,0.9,0
+11818,40.3,0.8,0
+11822,40.3,0.7,0
+11829,40.3,0.6,0
+11856,40.3,0.7,0
+11866,40.3,0.8,0
+11875,40.3,0.9,0
+11900,34,0.8,0
+11904,34,0.7,0
+11906,34,0.6,0
+11910,34,0.5,0
+11911,34,0.4,0
+11913,34,0.3,0
+11915,34,0.2,0
+11917,34,0.1,0
+11918,34,0,0
+11920,34,-0.2,0
+11922,34,-0.3,0
+11923,34,-0.4,0
+11925,34,-0.6,0
+11927,34,-0.7,0
+11928,34,-0.9,0
+11930,34,-1,0
+11931,34,-1.2,0
+11933,34,-1.3,0
+11934,34,-1.5,0
+11936,34,-1.6,0
+11937,34,-1.8,0
+11939,34,-1.9,0
+11940,34,-2.1,0
+11941,34,-2.2,0
+11942,34,-2.4,0
+11944,34,-2.5,0
+11945,34,-2.6,0
+11946,34,-2.7,0
+11947,34,-2.8,0
+11948,34,-2.9,0
+11949,34,-3,0
+11950,34,-3.2,0
+11951,34,-3.3,0
+11953,34,-3.4,0
+11954,34,-3.5,0
+11955,34,-3.6,0
+11956,34,-3.7,0
+11957,34,-3.8,0
+11959,34,-3.9,0
+11960,0,-4,32.6
+11961,29.6,-4,0
+11963,29.6,-4.2,0
+11964,29.6,-4.3,0
+11966,29.6,-4.4,0
+11968,29.6,-4.5,0
+11972,29.6,-4.6,0
+11978,29.6,-4.5,0
+11982,29.6,-4.4,0
+11985,29.6,-4.3,0
+11986,29.6,-4.2,0
+11988,29.6,-4.1,0
+11989,29.6,-4,0
+11991,29.6,-3.9,0
+11992,29.6,-3.8,0
+11994,29.6,-3.7,0
+11995,29.6,-3.6,0
+11996,29.6,-3.4,0
+11997,29.6,-3.3,0
+11998,29.6,-3.2,0
+12000,29.6,-3.1,0
+12001,29.6,-2.9,0
+12002,29.6,-2.7,0
+12004,29.6,-2.6,0
+12005,29.6,-2.5,0
+12006,29.6,-2.3,0
+12008,29.6,-2.1,0
+12009,29.6,-1.9,0
+12011,29.6,-1.8,0
+12012,29.6,-1.7,0
+12013,29.6,-1.5,0
+12015,29.6,-1.3,0
+12016,29.6,-1.1,0
+12018,29.6,-0.9,0
+12019,29.6,-0.8,0
+12021,29.6,-0.5,0
+12023,29.6,-0.4,0
+12024,29.6,-0.3,0
+12026,29.6,-0.1,0
+12027,36.8,0.1,0
+12029,36.8,0.2,0
+12031,36.8,0.4,0
+12033,36.8,0.5,0
+12034,36.8,0.6,0
+12036,36.8,0.8,0
+12038,36.8,0.9,0
+12040,36.8,1,0
+12041,36.8,1.1,0
+12043,36.8,1.2,0
+12045,36.8,1.3,0
+12047,36.8,1.4,0
+12051,36.8,1.5,0
+12055,36.8,1.6,0
+12065,36.8,1.5,0
+12071,36.8,1.4,0
+12075,44.2,1.3,0
+12077,44.2,1.2,0
+12081,44.2,1.1,0
+12083,44.2,1,0
+12086,44.2,0.9,0
+12088,44.2,0.8,0
+12090,44.2,0.7,0
+12092,44.2,0.6,0
+12094,44.2,0.5,0
+12096,44.2,0.4,0
+12098,44.2,0.3,0
+12101,44.2,0.2,0
+12103,44.2,0.1,0
+12105,44.2,0,0
+12107,44.2,-0.1,0
+12109,44.2,-0.2,0
+12111,44.2,-0.4,0
+12114,44.2,-0.5,0
+12116,44.2,-0.6,0
+12118,44.2,-0.7,0
+12120,44.2,-0.8,0
+12123,44.2,-0.9,0
+12125,44.2,-1,0
+12127,44.2,-1.1,0
+12130,44.2,-1.2,0
+12132,44.2,-1.3,0
+12134,44.2,-1.4,0
+12136,44.2,-1.5,0
+12139,44.2,-1.6,0
+12141,44.2,-1.7,0
+12146,44.2,-1.8,0
+12148,44.2,-1.9,0
+12151,44.2,-2,0
+12155,44.2,-2.1,0
+12158,44.2,-2.2,0
+12162,44.2,-2.3,0
+12167,44.2,-2.4,0
+12172,44.2,-2.5,0
+12179,44.2,-2.6,0
+12189,44.2,-2.7,0
+12206,44.2,-2.8,0
+12265,44.2,-2.7,0
+12271,44.2,-2.6,0
+12278,44.2,-2.5,0
+12280,44.2,-2.4,0
+12282,44.2,-2.3,0
+12284,44.2,-2.2,0
+12286,44.2,-2.1,0
+12288,44.2,-2,0
+12290,44.2,-1.9,0
+12291,44.2,-1.8,0
+12293,44.2,-1.6,0
+12295,44.2,-1.5,0
+12297,44.2,-1.3,0
+12299,44.2,-1,0
+12301,44.2,-0.9,0
+12302,44.2,-0.7,0
+12304,44.2,-0.4,0
+12306,44.2,-0.3,0
+12307,44.2,-0.1,0
+12309,44.2,0.1,0
+12310,44.2,0.4,0
+12312,44.2,0.5,0
+12313,44.2,0.6,0
+12314,44.2,1,0
+12316,44.2,1.2,0
+12317,44.2,1.4,0
+12318,44.2,1.6,0
+12319,44.2,1.7,0
+12320,44.2,2,0
+12322,44.2,2.2,0
+12323,44.2,2.4,0
+12324,44.2,2.6,0
+12325,44.2,2.8,0
+12326,44.2,2.9,0
+12327,44.2,3.1,0
+12328,44.2,3.3,0
+12329,44.2,3.5,0
+12330,44.2,3.7,0
+12331,44.2,3.8,0
+12332,44.2,4,0
+12333,44.2,4.2,0
+12334,0,4.4,22
+12335,33.4,4.4,0
+12336,33.4,4.8,0
+12337,33.4,4.9,0
+12338,33.4,5.1,0
+12339,33.4,5.3,0
+12340,33.4,5.4,0
+12341,33.4,5.6,0
+12342,33.4,5.7,0
+12343,33.4,5.9,0
+12344,33.4,6,0
+12345,33.4,6.2,0
+12346,33.4,6.3,0
+12347,33.4,6.4,0
+12348,33.4,6.5,0
+12349,33.4,6.7,0
+12350,33.4,6.9,0
+12352,33.4,7,0
+12353,33.4,7.1,0
+12355,33.4,7.3,0
+12356,33.4,7.4,0
+12358,33.4,7.5,0
+12360,33.4,7.6,0
+12362,33.4,7.7,0
+12365,33.4,7.8,0
+12374,33.4,7.7,0
+12378,33.4,7.6,0
+12379,33.4,7.5,0
+12382,33.4,7.4,0
+12383,33.4,7.3,0
+12384,33.4,7.2,0
+12386,33.4,7.1,0
+12387,33.4,7,0
+12388,33.4,6.8,0
+12390,33.4,6.7,0
+12391,33.4,6.6,0
+12392,33.4,6.5,0
+12394,33.4,6.3,0
+12395,33.4,6.1,0
+12397,33.4,6,0
+12398,33.4,5.9,0
+12399,33.4,5.7,0
+12401,33.4,5.6,0
+12402,33.4,5.3,0
+12404,33.4,5.2,0
+12405,33.4,5,0
+12407,33.4,4.9,0
+12408,33.4,4.6,0
+12410,33.4,4.5,0
+12411,33.4,4.4,0
+12413,33.4,4.2,0
+12414,33.4,4,0
+12416,33.4,3.8,0
+12417,33.4,3.6,0
+12419,33.4,3.5,0
+12420,33.4,3.3,0
+12422,33.4,3.1,0
+12424,33.4,3,0
+12425,33.4,2.8,0
+12427,33.4,2.6,0
+12428,33.4,2.5,0
+12430,33.4,2.3,0
+12431,33.4,2.1,0
+12433,33.4,2,0
+12435,33.4,1.8,0
+12436,33.4,1.7,0
+12438,33.4,1.5,0
+12440,33.4,1.4,0
+12441,33.4,1.3,0
+12443,33.4,1.1,0
+12445,33.4,1,0
+12446,33.4,0.9,0
+12448,33.4,0.8,0
+12449,33.4,0.7,0
+12451,33.4,0.6,0
+12453,33.4,0.4,0
+12455,33.4,0.3,0
+12456,33.4,0.2,0
+12458,33.4,0.1,0
+12460,33.4,0,0
+12463,33.4,-0.1,0
+12465,33.4,-0.2,0
+12467,33.4,-0.3,0
+12469,33.4,-0.4,0
+12472,33.4,-0.5,0
+12474,33.4,-0.6,0
+12478,33.4,-0.7,0
+12481,33.4,-0.8,0
+12485,33.4,-0.9,0
+12489,33.4,-1,0
+12493,33.4,-1.1,0
+12496,33.4,-1.2,0
+12502,33.4,-1.3,0
+12508,33.4,-1.4,0
+12513,33.4,-1.5,0
+12521,33.4,-1.6,0
+12528,33.4,-1.7,0
+12537,33.4,-1.8,0
+12567,33.4,-1.7,0
+12573,33.4,-1.6,0
+12579,33.4,-1.5,0
+12582,33.4,-1.4,0
+12586,33.4,-1.3,0
+12590,33.4,-1.2,0
+12593,33.4,-1.1,0
+12595,33.4,-1,0
+12599,33.4,-0.9,0
+12601,33.4,-0.8,0
+12604,33.4,-0.7,0
+12606,33.4,-0.6,0
+12610,33.4,-0.5,0
+12613,33.4,-0.4,0
+12615,33.4,-0.3,0
+12618,33.4,-0.2,0
+12622,33.4,-0.1,0
+12625,33.4,0,0
+12628,33.4,0.1,0
+12631,33.4,0.2,0
+12639,33.4,0.3,0
+12650,33.4,0.2,0
+12655,33.4,0.1,0
+12659,33.4,0,0
+12662,33.4,-0.1,0
+12664,33.4,-0.2,0
+12667,33.4,-0.3,0
+12668,0,-0.3,7.8
+12669,34.8,-0.3,0
+12671,34.8,-0.5,0
+12672,34.8,-0.6,0
+12674,34.8,-0.7,0
+12676,34.8,-0.9,0
+12678,34.8,-1,0
+12680,34.8,-1.1,0
+12682,34.8,-1.2,0
+12684,34.8,-1.3,0
+12685,34.8,-1.4,0
+12686,34.8,-1.5,0
+12688,34.8,-1.6,0
+12689,34.8,-1.7,0
+12692,34.8,-1.8,0
+12693,34.8,-1.9,0
+12695,34.8,-2,0
+12696,34.8,-2.1,0
+12698,34.8,-2.2,0
+12699,34.8,-2.3,0
+12701,34.8,-2.4,0
+12703,34.8,-2.5,0
+12706,34.8,-2.6,0
+12708,34.8,-2.7,0
+12712,34.8,-2.8,0
+12716,34.8,-2.9,0
+12729,34.8,-2.8,0
+12733,34.8,-2.7,0
+12735,34.8,-2.6,0
+12738,34.8,-2.5,0
+12740,34.8,-2.4,0
+12742,34.8,-2.3,0
+12744,34.8,-2.2,0
+12745,34.8,-2.1,0
+12747,34.8,-2,0
+12749,34.8,-1.9,0
+12751,34.8,-1.7,0
+12752,34.8,-1.6,0
+12754,34.8,-1.5,0
+12756,34.8,-1.3,0
+12757,34.8,-1.2,0
+12759,34.8,-1,0
+12761,34.8,-0.9,0
+12762,34.8,-0.8,0
+12764,34.8,-0.6,0
+12765,34.8,-0.5,0
+12767,34.8,-0.4,0
+12768,34.8,-0.2,0
+12770,34.8,-0.1,0
+12771,34.8,0.1,0
+12773,34.8,0.2,0
+12774,34.8,0.3,0
+12775,34.8,0.4,0
+12777,34.8,0.6,0
+12778,34.8,0.7,0
+12780,34.8,0.8,0
+12781,34.8,0.9,0
+12782,34.8,1,0
+12784,34.8,1.1,0
+12785,34.8,1.2,0
+12786,34.8,1.3,0
+12787,34.8,1.4,0
+12789,34.8,1.5,0
+12791,34.8,1.6,0
+12792,34.8,1.7,0
+12793,34.8,1.8,0
+12796,34.8,1.9,0
+12798,34.8,2,0
+12800,34.8,2.1,0
+12803,34.8,2.2,0
+12810,34.8,2.3,0
+12814,34.8,2.2,0
+12820,34.8,2,0
+12824,0,2,0.8
+12825,48.3,2,0
+12827,48.3,1.9,0
+12829,48.3,1.8,0
+12832,48.3,1.7,0
+12834,48.3,1.6,0
+12837,48.3,1.5,0
+12839,48.3,1.4,0
+12842,48.3,1.3,0
+12844,48.3,1.2,0
+12847,48.3,1.1,0
+12850,48.3,1,0
+12853,48.3,0.9,0
+12857,48.3,0.8,0
+12876,48.3,0.9,0
+12882,48.3,1,0
+12884,48.3,1.1,0
+12888,48.3,1.2,0
+12890,48.3,1.3,0
+12895,48.3,1.4,0
+12897,48.3,1.5,0
+12900,48.3,1.6,0
+12902,48.3,1.7,0
+12907,48.3,1.8,0
+12909,48.3,1.9,0
+12911,48.3,2,0
+12914,48.3,2.1,0
+12919,48.3,2.2,0
+12921,48.3,2.3,0
+12926,48.3,2.4,0
+12932,48.3,2.5,0
+12937,48.3,2.6,0
+12948,48.3,2.7,0
+12974,48.3,2.6,0
+12987,48.3,2.5,0
+12996,48.3,2.4,0
+13004,48.3,2.3,0
+13008,48.3,2.2,0
+13015,48.3,2.1,0
+13020,48.3,2,0
+13024,48.3,1.9,0
+13029,48.3,1.8,0
+13033,48.3,1.7,0
+13037,48.3,1.6,0
+13041,48.3,1.5,0
+13043,48.3,1.4,0
+13047,48.3,1.3,0
+13050,48.3,1.2,0
+13054,48.3,1.1,0
+13057,48.3,1,0
+13059,48.3,0.9,0
+13062,48.3,0.8,0
+13066,48.3,0.7,0
+13069,48.3,0.6,0
+13072,48.3,0.5,0
+13075,48.3,0.4,0
+13079,48.3,0.3,0
+13083,48.3,0.2,0
+13088,48.3,0,0
+13091,0,0,15
+13092,41.7,0,0
+13093,41.7,0,0
+13100,41.7,-0.1,0
+13114,41.7,-0.2,0
+13148,41.7,-0.3,0
+13161,41.7,-0.4,0
+13171,41.7,-0.5,0
+13183,41.7,-0.6,0
+13222,41.7,-0.5,0
+13233,41.7,-0.4,0
+13242,41.7,-0.3,0
+13253,41.7,-0.2,0
+13262,41.7,-0.1,0
+13270,41.7,0,0
+13281,41.7,0.1,0
+13294,41.7,0.2,0
+13308,41.7,0.3,0
+13321,21.4,0.3,0
+13322,45.7,0.3,0
+13325,45.7,0.4,0
+13343,45.7,0.5,0
+13379,45.7,0.6,0
+13392,45.7,0.5,0
+13432,45.7,0.4,0
+13457,45.7,0.3,0
+13503,45.7,0.4,0
+13520,45.7,0.5,0
+13536,45.7,0.6,0
+13574,45.7,0.5,0
+13585,45.7,0.4,0
+13593,45.7,0.3,0
+13605,0,0.3,17
+13606,62.7,0.3,0
+13607,62.7,0.2,0
+13613,62.7,0.1,0
+13631,62.7,0,0
+13645,62.7,0.1,0
+13678,62.7,0.2,0
+13707,62.7,0.3,0
+13742,62.7,0.4,0
+13814,62.7,0.5,0
+13855,62.7,0.4,0
+14018,62.7,0.5,0
+14040,62.7,0.6,0
+14051,62.7,0.7,0
+14061,62.7,0.8,0
+14066,62.7,0.9,0
+14071,62.7,1,0
+14076,62.7,1.1,0
+14080,62.7,1.2,0
+14082,62.7,1.3,0
+14087,62.7,1.4,0
+14089,62.7,1.5,0
+14091,62.7,1.6,0
+14095,62.7,1.7,0
+14097,62.7,1.8,0
+14099,62.7,1.9,0
+14101,62.7,2,0
+14103,62.7,2.1,0
+14105,62.7,2.2,0
+14108,62.7,2.3,0
+14110,62.7,2.4,0
+14111,62.7,2.5,0
+14113,62.7,2.6,0
+14115,62.7,2.7,0
+14117,62.7,2.8,0
+14119,62.7,2.9,0
+14120,62.7,3,0
+14123,62.7,3.1,0
+14124,62.7,3.2,0
+14127,62.7,3.3,0
+14128,62.7,3.4,0
+14130,62.7,3.5,0
+14132,62.7,3.6,0
+14135,62.7,3.7,0
+14138,62.7,3.8,0
+14142,62.7,3.9,0
+14146,0,3.9,12.2
+14147,33.4,3.9,0
+14151,33.4,3.9,0
+14159,33.4,3.8,0
+14162,33.4,3.7,0
+14165,33.4,3.6,0
+14166,33.4,3.5,0
+14169,33.4,3.4,0
+14170,33.4,3.3,0
+14172,33.4,3.2,0
+14173,33.4,3.1,0
+14175,33.4,3,0
+14176,33.4,2.9,0
+14178,33.4,2.7,0
+14180,33.4,2.6,0
+14182,33.4,2.5,0
+14183,33.4,2.3,0
+14185,33.4,2.1,0
+14187,33.4,2,0
+14189,33.4,1.8,0
+14190,33.4,1.6,0
+14192,33.4,1.4,0
+14194,33.4,1.2,0
+14196,33.4,1,0
+14198,33.4,0.8,0
+14200,33.4,0.6,0
+14202,33.4,0.4,0
+14203,33.4,0.2,0
+14205,33.4,0,0
+14207,33.4,-0.2,0
+14209,33.4,-0.4,0
+14211,33.4,-0.6,0
+14212,33.4,-0.8,0
+14214,33.4,-1,0
+14216,33.4,-1.2,0
+14218,33.4,-1.4,0
+14219,33.4,-1.6,0
+14221,33.4,-1.8,0
+14223,33.4,-1.9,0
+14224,33.4,-2.1,0
+14226,33.4,-2.3,0
+14228,33.4,-2.4,0
+14229,33.4,-2.6,0
+14231,33.4,-2.7,0
+14232,33.4,-2.8,0
+14233,33.4,-3,0
+14235,33.4,-3.1,0
+14236,33.4,-3.2,0
+14237,33.4,-3.3,0
+14238,33.4,-3.4,0
+14239,33.4,-3.5,0
+14242,33.4,-3.6,0
+14243,33.4,-3.7,0
+14244,33.4,-3.8,0
+14246,33.4,-3.9,0
+14248,33.4,-4,0
+14250,33.4,-4.1,0
+14253,33.4,-4.2,0
+14254,0,-4.2,18.4
+14255,28.2,-4.2,0
+14257,28.2,-4.3,0
+14265,28.2,-4.2,0
+14269,28.2,-4.1,0
+14271,28.2,-4,0
+14274,28.2,-3.9,0
+14277,28.2,-3.8,0
+14278,28.2,-3.7,0
+14279,28.2,-3.6,0
+14281,28.2,-3.5,0
+14282,28.2,-3.4,0
+14284,28.2,-3.3,0
+14285,28.2,-3.2,0
+14287,28.2,-3,0
+14289,28.2,-2.9,0
+14290,28.2,-2.8,0
+14292,28.2,-2.7,0
+14293,28.2,-2.5,0
+14295,28.2,-2.4,0
+14296,28.2,-2.3,0
+14298,28.2,-2.1,0
+14299,28.2,-2,0
+14301,28.2,-1.9,0
+14302,28.2,-1.7,0
+14304,28.2,-1.6,0
+14305,28.2,-1.5,0
+14307,28.2,-1.4,0
+14308,28.2,-1.3,0
+14310,28.2,-1.2,0
+14311,28.2,-1.1,0
+14312,28.2,-1,0
+14314,28.2,-0.9,0
+14315,28.2,-0.8,0
+14317,28.2,-0.7,0
+14318,28.2,-0.6,0
+14319,28.2,-0.5,0
+14320,28.2,-0.4,0
+14323,28.2,-0.3,0
+14324,28.2,-0.2,0
+14327,28.2,-0.1,0
+14328,28.2,0,0
+14330,28.2,0.1,0
+14333,28.2,0.2,0
+14336,28.2,0.3,0
+14338,28.2,0.4,0
+14341,28.2,0.5,0
+14345,28.2,0.6,0
+14348,28.2,0.7,0
+14349,0,0.7,11.6
+14350,44,0.7,0
+14353,44,0.8,0
+14358,44,0.9,0
+14363,44,1,0
+14368,44,1.1,0
+14374,44,1.2,0
+14378,44,1.3,0
+14384,44,1.4,0
+14390,44,1.5,0
+14395,44,1.6,0
+14403,44,1.7,0
+14412,44,1.8,0
+14444,44,1.7,0
+14456,44,1.6,0
+14464,44,1.5,0
+14471,44,1.4,0
+14478,44,1.3,0
+14485,44,1.2,0
+14492,44,1.1,0
+14498,44,1,0
+14505,44,0.9,0
+14509,44,0.8,0
+14517,44,0.7,0
+14522,44,0.6,0
+14530,44,0.5,0
+14537,44,0.4,0
+14545,44,0.3,0
+14553,44,0.2,0
+14562,44,0.1,0
+14570,44,0,0
+14578,0,0,20.6
+14579,49.6,0,0
+14580,49.6,-0.1,0
+14584,49.6,-0.2,0
+14590,49.6,-0.3,0
+14596,49.6,-0.4,0
+14602,49.6,-0.5,0
+14608,49.6,-0.6,0
+14612,49.6,-0.7,0
+14618,49.6,-0.8,0
+14623,49.6,-0.9,0
+14627,49.6,-1,0
+14633,49.6,-1.1,0
+14639,49.6,-1.2,0
+14646,49.6,-1.3,0
+14651,49.6,-1.4,0
+14660,49.6,-1.5,0
+14667,49.6,-1.6,0
+14678,49.6,-1.7,0
+14691,49.6,-1.8,0
+14718,49.6,-1.9,0
+14737,49.6,-1.8,0
+14763,49.6,-1.7,0
+14776,49.6,-1.6,0
+14785,49.6,-1.5,0
+14792,49.6,-1.4,0
+14797,49.6,-1.3,0
+14803,49.6,-1.2,0
+14807,49.6,-1.1,0
+14812,49.6,-1,0
+14816,49.6,-0.9,0
+14820,49.6,-0.8,0
+14823,49.6,-0.7,0
+14827,49.6,-0.6,0
+14831,49.6,-0.5,0
+14835,0,-0.5,10.8
+14836,45.5,-0.5,0
+14839,45.5,-0.3,0
+14844,45.5,-0.2,0
+14851,45.5,-0.1,0
+14861,45.5,0,0
+14890,45.5,-0.1,0
+14915,45.5,-0.2,0
+14960,45.5,-0.1,0
+14993,45.5,0,0
+15013,45.5,0.1,0
+15026,45.5,0.2,0
+15038,45.5,0.3,0
+15046,45.5,0.4,0
+15056,45.5,0.5,0
+15063,45.5,0.6,0
+15068,45.5,0.7,0
+15075,45.5,0.8,0
+15079,45.5,0.9,0
+15084,45.5,1,0
+15088,45.5,1.1,0
+15092,45.5,1.2,0
+15096,45.5,1.3,0
+15100,45.5,1.4,0
+15106,45.5,1.5,0
+15109,45.5,1.6,0
+15115,45.5,1.7,0
+15121,45.5,1.8,0
+15140,0,1.7,9
+15141,55.2,1.7,0
+15142,55.2,1.7,0
+15147,55.2,1.6,0
+15151,55.2,1.5,0
+15154,55.2,1.4,0
+15158,55.2,1.3,0
+15160,55.2,1.2,0
+15163,55.2,1.1,0
+15166,55.2,1,0
+15169,55.2,0.9,0
+15170,55.2,0.8,0
+15174,55.2,0.7,0
+15175,55.2,0.6,0
+15179,55.2,0.5,0
+15181,55.2,0.4,0
+15184,55.2,0.3,0
+15186,55.2,0.2,0
+15190,55.2,0.1,0
+15194,55.2,0,0
+15198,55.2,-0.1,0
+15202,55.2,-0.2,0
+15209,55.2,-0.3,0
+15218,55.2,-0.4,0
+15247,55.2,-0.3,0
+15269,55.2,-0.2,0
+15291,55.2,-0.1,0
+15320,55.2,0,0
+15397,55.2,-0.1,0
+15428,55.2,-0.2,0
+15452,55.2,-0.3,0
+15479,55.2,-0.4,0
+15544,46.8,-0.4,0
+15552,46.8,-0.3,0
+15569,46.8,-0.2,0
+15580,46.8,-0.1,0
+15590,46.8,0,0
+15602,46.8,0.1,0
+15614,46.8,0.2,0
+15624,46.8,0.4,0
+15628,0,0.4,11
+15629,53.4,0.4,0
+15635,53.4,0.4,0
+15646,53.4,0.5,0
+15655,53.4,0.6,0
+15665,53.4,0.7,0
+15678,53.4,0.8,0
+15710,53.4,0.7,0
+15722,53.4,0.6,0
+15732,53.4,0.5,0
+15740,53.4,0.4,0
+15748,53.4,0.3,0
+15756,53.4,0.2,0
+15765,53.4,0.1,0
+15773,53.4,0,0
+15782,53.4,-0.1,0
+15797,53.4,-0.2,0
+15814,53.4,-0.3,0
+15913,53.4,-0.2,0
+15934,53.4,-0.1,0
+15946,60.8,-0.1,0
+15949,60.8,0,0
+15968,60.8,0.1,0
+15988,60.8,0.2,0
+16021,60.8,0.3,0
+16096,60.8,0.4,0
+16119,60.8,0.5,0
+16135,60.8,0.6,0
+16147,60.8,0.7,0
+16157,60.8,0.8,0
+16165,60.8,0.9,0
+16173,60.8,1,0
+16181,60.8,1.1,0
+16188,60.8,1.2,0
+16197,60.8,1.3,0
+16208,60.8,1.4,0
+16215,0,1.4,9
+16216,48.6,1.4,0
+16221,48.6,1.3,0
+16231,48.6,1.2,0
+16237,48.6,1.1,0
+16241,48.6,1,0
+16246,48.6,0.9,0
+16249,48.6,0.8,0
+16252,48.6,0.7,0
+16256,48.6,0.6,0
+16259,48.6,0.5,0
+16263,48.6,0.4,0
+16265,48.6,0.3,0
+16269,48.6,0.2,0
+16271,48.6,0.1,0
+16275,48.6,0,0
+16277,48.6,-0.1,0
+16282,48.6,-0.2,0
+16284,48.6,-0.3,0
+16288,48.6,-0.4,0
+16293,48.6,-0.5,0
+16295,48.6,-0.6,0
+16300,48.6,-0.7,0
+16305,48.6,-0.8,0
+16309,48.6,-0.9,0
+16314,48.6,-1,0
+16320,48.6,-1.1,0
+16327,48.6,-1.2,0
+16333,48.6,-1.3,0
+16344,48.6,-1.4,0
+16357,48.6,-1.5,0
+16391,48.6,-1.6,0
+16399,48.6,-1.5,0
+16451,48.6,-1.4,0
+16473,48.6,-1.3,0
+16486,48.6,-1.2,0
+16498,48.6,-1.1,0
+16509,48.6,-1,0
+16517,48.6,-0.9,0
+16526,48.6,-0.8,0
+16534,48.6,-0.7,0
+16542,48.6,-0.6,0
+16547,48.6,-0.5,0
+16552,48.6,-0.4,0
+16557,48.6,-0.3,0
+16562,48.6,-0.2,0
+16566,48.6,-0.1,0
+16570,48.6,0,0
+16574,21.6,0.1,0
+16577,21.6,0.2,0
+16581,21.6,0.3,0
+16583,21.6,0.4,0
+16586,21.6,0.5,0
+16588,38.3,0.5,0
+16589,38.3,0.6,0
+16592,38.3,0.7,0
+16595,38.3,0.8,0
+16598,38.3,0.9,0
+16600,38.3,1,0
+16602,38.3,1.1,0
+16605,38.3,1.2,0
+16608,38.3,1.3,0
+16611,38.3,1.4,0
+16613,38.3,1.5,0
+16616,38.3,1.6,0
+16618,38.3,1.7,0
+16621,38.3,1.8,0
+16623,38.3,1.9,0
+16627,38.3,2,0
+16629,38.3,2.1,0
+16633,38.3,2.2,0
+16637,38.3,2.3,0
+16639,38.3,2.4,0
+16643,38.3,2.5,0
+16647,38.3,2.6,0
+16653,38.3,2.7,0
+16659,38.3,2.8,0
+16668,38.3,2.9,0
+16689,38.3,2.8,0
+16699,38.3,2.7,0
+16705,38.3,2.6,0
+16711,38.3,2.5,0
+16714,38.3,2.4,0
+16716,33.4,2.4,0
+16718,33.4,2.3,0
+16722,33.4,2.2,0
+16726,33.4,2.1,0
+16729,33.4,2,0
+16733,33.4,1.9,0
+16737,35.6,1.8,0
+16740,35.6,1.7,0
+16742,35.6,1.6,0
+16746,35.6,1.5,0
+16748,35.6,1.4,0
+16752,35.6,1.3,0
+16754,35.6,1.2,0
+16758,35.6,1.1,0
+16760,35.6,1,0
+16764,35.6,0.9,0
+16766,35.6,0.8,0
+16770,35.6,0.7,0
+16772,35.6,0.6,0
+16776,35.6,0.5,0
+16780,35.6,0.4,0
+16784,35.6,0.3,0
+16786,35.6,0.2,0
+16789,35.6,0.1,0
+16793,35.6,0,0
+16799,35.6,-0.1,0
+16803,35.6,-0.2,0
+16808,35.6,-0.3,0
+16816,35.6,-0.4,0
+16825,35.6,-0.5,0
+16864,35.6,-0.4,0
+16880,35.6,-0.3,0
+16896,35.6,-0.2,0
+16912,0,-0.2,40.6
+16913,43,-0.2,0
+16926,43,-0.3,0
+16941,43,-0.4,0
+16952,43,-0.5,0
+16961,43,-0.6,0
+16970,43,-0.7,0
+16977,43,-0.8,0
+16985,43,-0.9,0
+16993,43,-1,0
+17002,43,-1.1,0
+17010,43,-1.2,0
+17022,43,-1.3,0
+17043,43,-1.4,0
+17071,43,-1.3,0
+17092,43,-1.2,0
+17104,43,-1.1,0
+17111,43,-1,0
+17116,43,-0.9,0
+17121,43,-0.8,0
+17126,43,-0.7,0
+17130,43,-0.6,0
+17135,43,-0.5,0
+17138,43,-0.4,0
+17141,43,-0.3,0
+17145,43,-0.2,0
+17148,43,-0.1,0
+17149,0,-0.1,8.8
+17150,32.4,-0.1,0
+17151,32.4,0,0
+17155,32.4,0.1,0
+17159,32.4,0.2,0
+17162,32.4,0.3,0
+17166,32.4,0.4,0
+17170,32.4,0.5,0
+17175,32.4,0.6,0
+17181,32.4,0.7,0
+17205,32.4,0.6,0
+17211,32.4,0.5,0
+17214,32.4,0.4,0
+17217,32.4,0.3,0
+17219,32.4,0.2,0
+17222,32.4,0.1,0
+17225,32.4,0,0
+17227,32.4,-0.1,0
+17228,32.4,-0.2,0
+17231,32.4,-0.3,0
+17232,32.4,-0.4,0
+17235,32.4,-0.5,0
+17236,32.4,-0.6,0
+17239,32.4,-0.7,0
+17241,32.4,-0.8,0
+17242,32.4,-0.9,0
+17245,32.4,-1,0
+17247,32.4,-1.1,0
+17249,32.4,-1.2,0
+17251,32.4,-1.3,0
+17253,32.4,-1.4,0
+17255,18.4,-1.5,0
+17258,18.4,-1.6,0
+17261,18.4,-1.7,0
+17265,18.4,-1.8,0
+17283,18.4,-1.7,0
+17288,18.4,-1.6,0
+17290,0,-1.6,10.8
+17291,31.7,-1.6,0
+17294,31.7,-1.4,0
+17298,31.7,-1.3,0
+17300,31.7,-1.2,0
+17303,31.7,-1.1,0
+17306,31.7,-1,0
+17308,31.7,-0.9,0
+17312,31.7,-0.8,0
+17315,31.7,-0.7,0
+17319,31.7,-0.6,0
+17321,31.7,-0.5,0
+17326,31.7,-0.4,0
+17332,31.7,-0.3,0
+17365,39.7,-0.3,0
+17372,39.7,-0.4,0
+17387,39.7,-0.5,0
+17413,39.7,-0.6,0
+17448,39.7,-0.5,0
+17493,39.7,-0.4,0
+17513,39.7,-0.3,0
+17526,39.7,-0.2,0
+17537,39.7,-0.1,0
+17547,39.7,0,0
+17556,39.7,0.1,0
+17564,39.7,0.2,0
+17572,36.5,0.3,0
+17583,36.5,0.4,0
+17595,36.5,0.5,0
+17611,36.5,0.6,0
+17672,36.5,0.5,0
+17690,36.5,0.4,0
+17702,36.5,0.3,0
+17712,36.5,0.2,0
+17720,36.5,0.1,0
+17725,36.5,0,0
+17733,36.5,-0.1,0
+17739,36.5,-0.2,0
+17742,36.5,-0.3,0
+17748,36.5,-0.4,0
+17752,36.5,-0.5,0
+17756,36.5,-0.6,0
+17762,36.5,-0.7,0
+17766,36.5,-0.8,0
+17769,36.5,-0.9,0
+17773,36.5,-1,0
+17777,36.5,-1.1,0
+17782,36.5,-1.2,0
+17786,36.5,-1.3,0
+17792,30.9,-1.4,0
+17797,30.9,-1.5,0
+17804,30.9,-1.6,0
+17825,30.9,-1.5,0
+17831,30.9,-1.4,0
+17836,30.9,-1.3,0
+17840,30.9,-1.2,0
+17843,30.9,-1.1,0
+17846,30.9,-1,0
+17849,30.9,-0.9,0
+17852,30.9,-0.8,0
+17854,30.9,-0.7,0
+17856,30.9,-0.6,0
+17859,30.9,-0.5,0
+17861,30.9,-0.4,0
+17863,30.9,-0.3,0
+17866,30.9,-0.2,0
+17868,30.9,-0.1,0
+17870,30.9,0,0
+17873,30.9,0.1,0
+17876,30.9,0.2,0
+17878,30.9,0.3,0
+17881,30.9,0.5,0
+17883,0,0.5,194.2
+17884,36.2,0.5,0
+17889,36.2,0.8,0
+17917,36.2,0.7,0
+17925,36.2,0.6,0
+17934,36.2,0.5,0
+17942,36.2,0.4,0
+17952,36.2,0.3,0
+17969,36.2,0.2,0
+18020,33.4,0.2,0
+18022,33.4,0.1,0
+18034,37.7,0.1,0
+18085,37.7,0,0
+18157,33.7,-0.1,0
+18177,33.7,-0.2,0
+18187,33.7,-0.3,0
+18193,33.7,-0.4,0
+18198,33.7,-0.5,0
+18203,33.7,-0.6,0
+18206,33.7,-0.7,0
+18210,33.7,-0.8,0
+18212,33.7,-0.9,0
+18215,33.7,-1,0
+18218,33.7,-1.1,0
+18221,33.7,-1.2,0
+18223,33.7,-1.3,0
+18226,33.7,-1.4,0
+18227,0,-1.4,10.4
+18228,22.8,-1.4,0
+18229,22.8,-1.5,0
+18231,22.8,-1.6,0
+18233,22.8,-1.7,0
+18235,22.8,-1.8,0
+18237,22.8,-1.9,0
+18239,22.8,-2,0
+18242,22.8,-2.1,0
+18244,22.8,-2.2,0
+18246,22.8,-2.3,0
+18248,22.8,-2.4,0
+18252,22.8,-2.5,0
+18254,22.8,-2.6,0
+18257,22.8,-2.7,0
+18260,22.8,-2.8,0
+18264,22.8,-2.9,0
+18268,22.8,-3.1,0
+18280,22.8,-3,0
+18290,22.8,-2.9,0
+18295,22.8,-2.8,0
+18298,22.8,-2.7,0
+18301,22.8,-2.6,0
+18303,22.8,-2.5,0
+18306,22.8,-2.4,0
+18309,22.8,-2.3,0
+18310,22.8,-2.2,0
+18313,22.8,-2.1,0
+18315,22.8,-2,0
+18317,22.8,-1.8,0
+18318,0,-1.8,57.2
+18319,18,-1.8,0
+18321,18,-1.7,0
+18323,18,-1.6,0
+18325,18,-1.5,0
+18327,18,-1.4,0
+18329,18,-1.3,0
+18331,18,-1.2,0
+18333,18,-1.1,0
+18335,18,-1,0
+18337,18,-0.9,0
+18339,18,-0.8,0
+18342,18,-0.7,0
+18344,18,-0.6,0
+18347,18,-0.5,0
+18350,18,-0.4,0
+18353,18,-0.3,0
+18355,36.8,-0.3,0
+18357,36.8,-0.2,0
+18361,36.8,-0.1,0
+18366,36.8,0,0
+18375,36.8,0.1,0
+18394,36.8,0,0
+18405,36.8,-0.1,0
+18411,36.8,-0.2,0
+18417,36.8,-0.3,0
+18422,36.8,-0.4,0
+18426,36.8,-0.5,0
+18429,36.8,-0.6,0
+18433,36.8,-0.7,0
+18437,36.8,-0.8,0
+18439,36.8,-0.9,0
+18443,36.8,-1,0
+18445,36.8,-1.1,0
+18449,36.8,-1.2,0
+18451,36.8,-1.3,0
+18452,36.8,-1.4,0
+18456,36.8,-1.5,0
+18458,36.8,-1.6,0
+18460,36.8,-1.7,0
+18462,36.8,-1.8,0
+18464,36.8,-1.9,0
+18466,36.8,-2,0
+18468,36.8,-2.2,0
+18471,36.8,-2.3,0
+18473,36.8,-2.4,0
+18475,36.8,-2.5,0
+18477,36.8,-2.6,0
+18479,36.8,-2.7,0
+18481,36.8,-2.9,0
+18483,36.8,-3,0
+18485,36.8,-3.1,0
+18487,36.8,-3.2,0
+18489,36.8,-3.4,0
+18491,36.8,-3.5,0
+18493,36.8,-3.6,0
+18495,36.8,-3.7,0
+18497,36.8,-3.8,0
+18498,36.8,-3.9,0
+18500,36.8,-4.1,0
+18502,36.8,-4.2,0
+18504,36.8,-4.3,0
+18508,36.8,-4.4,0
+18510,36.8,-4.5,0
+18511,36.8,-4.6,0
+18515,36.8,-4.7,0
+18518,36.8,-4.8,0
+18533,36.8,-4.7,0
+18536,36.8,-4.6,0
+18538,0,-4.6,26.8
+18539,41,-4.6,0
+18541,41,-4.4,0
+18543,41,-4.3,0
+18545,41,-4.2,0
+18546,41,-4.1,0
+18548,41,-4,0
+18549,41,-3.9,0
+18551,41,-3.8,0
+18552,41,-3.7,0
+18553,41,-3.6,0
+18554,41,-3.5,0
+18555,41,-3.4,0
+18557,41,-3.3,0
+18558,41,-3.2,0
+18559,41,-3.1,0
+18560,41,-3,0
+18562,41,-2.9,0
+18563,41,-2.8,0
+18564,41,-2.7,0
+18566,41,-2.6,0
+18567,41,-2.4,0
+18569,41,-2.3,0
+18570,41,-2.2,0
+18572,41,-2.1,0
+18573,41,-1.9,0
+18575,41,-1.8,0
+18576,41,-1.7,0
+18578,41,-1.6,0
+18579,41,-1.5,0
+18581,41,-1.3,0
+18583,41,-1.2,0
+18584,41,-1.1,0
+18586,41,-1,0
+18588,41,-0.9,0
+18590,41,-0.8,0
+18591,41,-0.7,0
+18593,41,-0.6,0
+18597,41,-0.5,0
+18599,41,-0.4,0
+18603,41,-0.3,0
+18606,41,-0.2,0
+18632,41,-0.3,0
+18636,41,-0.4,0
+18643,41,-0.5,0
+18647,41,-0.6,0
+18651,41,-0.7,0
+18653,41,-0.8,0
+18658,41,-0.9,0
+18662,41,-1,0
+18664,41,-1.1,0
+18669,41,-1.2,0
+18671,41,-1.3,0
+18676,41,-1.4,0
+18678,41,-1.5,0
+18683,41,-1.6,0
+18687,41,-1.7,0
+18689,41,-1.8,0
+18694,41,-1.9,0
+18698,41,-2,0
+18703,41,-2.1,0
+18710,41,-2.2,0
+18738,41,-2.1,0
+18744,41,-2,0
+18749,41,-1.9,0
+18753,41,-1.8,0
+18755,41,-1.7,0
+18759,41,-1.6,0
+18761,41,-1.5,0
+18763,41,-1.4,0
+18767,41,-1.3,0
+18769,41,-1.2,0
+18771,41,-1.1,0
+18775,41,-1,0
+18777,41,-0.9,0
+18778,41,-0.8,0
+18782,41,-0.7,0
+18784,41,-0.6,0
+18785,41,-0.5,0
+18789,41,-0.4,0
+18792,41,-0.3,0
+18795,41,-0.2,0
+18798,41,-0.1,0
+18800,41,0,0
+18804,41,0.1,0
+18808,41,0.2,0
+18813,41,0.3,0
+18823,41,0.4,0
+18824,0,0.4,34.8
+18825,25.6,0.4,0
+18828,25.6,0.3,0
+18841,25.6,0.2,0
+18848,25.6,0.1,0
+18853,25.6,0,0
+18857,25.6,-0.1,0
+18861,25.6,-0.2,0
+18865,25.6,-0.3,0
+18868,25.6,-0.4,0
+18872,25.6,-0.5,0
+18875,25.6,-0.6,0
+18877,25.6,-0.7,0
+18880,25.6,-0.8,0
+18883,25.6,-0.9,0
+18886,25.6,-1,0
+18888,25.6,-1.1,0
+18891,25.6,-1.2,0
+18894,25.6,-1.3,0
+18897,25.6,-1.4,0
+18899,25.6,-1.5,0
+18903,0,-1.6,2
+18904,38.9,-1.6,0
+18906,38.9,-1.7,0
+18908,38.9,-1.8,0
+18912,38.9,-1.9,0
+18915,38.9,-2,0
+18919,38.9,-2.1,0
+18925,38.9,-2.2,0
+18935,38.9,-2.3,0
+18938,38.9,-2.2,0
+18950,38.9,-2.1,0
+18955,38.9,-2,0
+18960,38.9,-1.9,0
+18964,38.9,-1.8,0
+18966,38.9,-1.7,0
+18970,38.9,-1.6,0
+18972,38.9,-1.5,0
+18976,38.9,-1.4,0
+18978,38.9,-1.3,0
+18982,38.9,-1.2,0
+18984,38.9,-1.1,0
+18986,38.9,-1,0
+18989,38.9,-0.9,0
+18993,38.9,-0.8,0
+18995,38.9,-0.7,0
+18997,38.9,-0.6,0
+19002,38.9,-0.5,0
+19004,38.9,-0.4,0
+19008,38.9,-0.3,0
+19012,38.9,-0.2,0
+19017,38.9,-0.1,0
+19023,38.9,0,0
+19050,38.9,-0.1,0
+19058,38.9,-0.2,0
+19062,38.9,-0.3,0
+19067,38.9,-0.4,0
+19071,38.9,-0.5,0
+19076,38.9,-0.6,0
+19080,38.9,-0.7,0
+19086,38.9,-0.8,0
+19092,38.9,-0.9,0
+19101,38.9,-1,0
+19111,38.9,-0.9,0
+19115,0,-0.9,3.4
+19116,28.1,-0.9,0
+19118,28.1,-0.8,0
+19124,28.1,-0.7,0
+19128,28.1,-0.6,0
+19132,28.1,-0.5,0
+19135,28.1,-0.4,0
+19138,28.1,-0.3,0
+19142,28.1,-0.2,0
+19145,28.1,-0.1,0
+19149,28.1,0,0
+19152,28.1,0.1,0
+19156,28.1,0.2,0
+19161,28.1,0.3,0
+19169,28.1,0.4,0
+19179,28.1,0.3,0
+19189,28.1,0.2,0
+19194,28.1,0.1,0
+19201,28.1,0,0
+19207,28.1,-0.1,0
+19208,0,0,21.2
+19209,37.6,0,0
+19215,37.6,-0.2,0
+19226,37.6,-0.1,0
+19235,37.6,0,0
+19239,37.6,0.1,0
+19243,37.6,0.2,0
+19246,37.6,0.3,0
+19250,37.6,0.4,0
+19253,37.6,0.5,0
+19256,37.6,0.6,0
+19259,37.6,0.7,0
+19263,37.6,0.8,0
+19265,37.6,0.9,0
+19268,37.6,1,0
+19272,37.6,1.1,0
+19276,37.6,1.2,0
+19278,37.6,1.3,0
+19281,37.6,1.4,0
+19285,37.6,1.5,0
+19289,37.6,1.6,0
+19293,37.6,1.7,0
+19300,37.6,1.8,0
+19304,37.6,1.9,0
+19308,37.6,2,0
+19314,37.6,2.1,0
+19318,37.6,2.2,0
+19322,37.6,2.3,0
+19324,37.6,2.4,0
+19328,37.6,2.5,0
+19330,37.6,2.6,0
+19334,37.6,2.7,0
+19336,37.6,2.8,0
+19338,37.6,2.9,0
+19340,37.6,3,0
+19342,37.6,3.1,0
+19343,37.6,3.2,0
+19345,37.6,3.3,0
+19347,37.6,3.4,0
+19349,37.6,3.5,0
+19350,37.6,3.6,0
+19352,37.6,3.7,0
+19353,37.6,3.8,0
+19355,37.6,3.9,0
+19356,37.6,4,0
+19357,37.6,4.1,0
+19359,37.6,4.2,0
+19360,37.6,4.3,0
+19362,37.6,4.4,0
+19363,37.6,4.5,0
+19364,37.6,4.6,0
+19365,37.6,4.7,0
+19366,37.6,4.8,0
+19368,37.6,4.9,0
+19369,37.6,5,0
+19370,37.6,5.2,0
+19372,37.6,5.3,0
+19374,37.6,5.4,0
+19375,37.6,5.5,0
+19377,37.6,5.6,0
+19378,37.6,5.7,0
+19379,37.6,5.8,0
+19381,0,5.9,51
+19382,38.3,5.9,0
+19383,38.3,6.1,0
+19385,38.3,6.2,0
+19387,38.3,6.3,0
+19389,38.3,6.4,0
+19390,38.3,6.5,0
+19393,38.3,6.6,0
+19396,38.3,6.7,0
+19400,38.3,6.8,0
+19412,38.3,6.7,0
+19417,38.3,6.6,0
+19420,38.3,6.5,0
+19422,38.3,6.4,0
+19425,38.3,6.3,0
+19427,38.3,6.2,0
+19428,38.3,6.1,0
+19431,38.3,6,0
+19433,38.3,5.9,0
+19434,38.3,5.8,0
+19436,38.3,5.7,0
+19437,38.3,5.6,0
+19439,38.3,5.5,0
+19441,38.3,5.4,0
+19444,38.3,5.3,0
+19446,38.3,5.2,0
+19447,38.3,5.1,0
+19449,38.3,5,0
+19451,38.3,4.9,0
+19453,38.3,4.8,0
+19454,38.3,4.7,0
+19456,38.3,4.6,0
+19458,38.3,4.5,0
+19460,38.3,4.4,0
+19462,38.3,4.3,0
+19463,38.3,4.2,0
+19465,38.3,4.1,0
+19469,38.3,4,0
+19471,38.3,3.9,0
+19473,38.3,3.8,0
+19475,38.3,3.7,0
+19478,38.3,3.6,0
+19480,38.3,3.5,0
+19482,38.3,3.4,0
+19486,38.3,3.3,0
+19488,38.3,3.2,0
+19490,38.3,3.1,0
+19494,38.3,3,0
+19495,38.3,2.9,0
+19497,38.3,2.8,0
+19501,38.3,2.7,0
+19503,38.3,2.6,0
+19505,38.3,2.5,0
+19509,38.3,2.4,0
+19511,38.3,2.3,0
+19514,38.3,2.2,0
+19516,38.3,2.1,0
+19518,38.3,2,0
+19522,38.3,1.9,0
+19524,38.3,1.8,0
+19526,38.3,1.7,0
+19530,38.3,1.6,0
+19532,38.3,1.5,0
+19534,38.3,1.4,0
+19538,38.3,1.3,0
+19542,38.3,1.2,0
+19544,38.3,1.1,0
+19549,38.3,1,0
+19553,38.3,0.9,0
+19557,38.3,0.8,0
+19561,38.3,0.7,0
+19567,38.3,0.6,0
+19575,38.3,0.5,0
+19614,38.3,0.6,0
+19631,38.3,0.7,0
+19661,38.3,0.6,0
+19669,38.3,0.5,0
+19675,38.3,0.4,0
+19679,38.3,0.3,0
+19683,38.3,0.2,0
+19687,38.3,0.1,0
+19689,38.3,0,0
+19691,38.3,-0.1,0
+19695,38.3,-0.2,0
+19697,38.3,-0.3,0
+19699,38.3,-0.4,0
+19701,38.3,-0.5,0
+19703,38.3,-0.6,0
+19705,38.3,-0.7,0
+19707,38.3,-0.8,0
+19709,38.3,-1,0
+19711,38.3,-1.1,0
+19712,38.3,-1.2,0
+19714,38.3,-1.3,0
+19716,38.3,-1.5,0
+19718,38.3,-1.6,0
+19720,38.3,-1.7,0
+19722,38.3,-1.9,0
+19724,38.3,-2.1,0
+19726,38.3,-2.2,0
+19727,38.3,-2.3,0
+19729,38.3,-2.4,0
+19731,38.3,-2.6,0
+19733,38.3,-2.7,0
+19734,38.3,-2.8,0
+19736,38.3,-2.9,0
+19738,38.3,-3,0
+19739,38.3,-3.1,0
+19741,38.3,-3.2,0
+19742,38.3,-3.3,0
+19744,38.3,-3.4,0
+19747,38.3,-3.5,0
+19749,38.3,-3.6,0
+19752,38.3,-3.7,0
+19763,0,-3.7,8.8
+19764,24.2,-3.7,0
+19766,24.2,-3.5,0
+19768,24.2,-3.4,0
+19770,24.2,-3.3,0
+19772,24.2,-3.2,0
+19773,24.2,-3.1,0
+19774,24.2,-3,0
+19776,24.2,-2.9,0
+19777,24.2,-2.8,0
+19778,24.2,-2.7,0
+19779,24.2,-2.6,0
+19780,24.2,-2.4,0
+19781,24.2,-2.3,0
+19782,24.2,-2.2,0
+19783,24.2,-2.1,0
+19784,24.2,-1.9,0
+19785,24.2,-1.8,0
+19786,24.2,-1.6,0
+19788,24.2,-1.5,0
+19789,24.2,-1.3,0
+19790,24.2,-1.1,0
+19791,24.2,-0.9,0
+19793,24.2,-0.8,0
+19794,24.2,-0.6,0
+19795,24.2,-0.3,0
+19797,24.2,-0.2,0
+19798,24.2,0,0
+19799,24.2,0.3,0
+19801,24.2,0.4,0
+19802,24.2,0.6,0
+19803,24.2,0.8,0
+19805,24.2,0.9,0
+19806,24.2,1.1,0
+19807,24.2,1.3,0
+19808,24.2,1.5,0
+19810,24.2,1.6,0
+19811,24.2,1.7,0
+19812,24.2,1.8,0
+19813,24.2,2,0
+19814,24.2,2.1,0
+19815,24.2,2.2,0
+19816,24.2,2.3,0
+19818,24.2,2.4,0
+19819,24.2,2.5,0
+19821,24.2,2.6,0
+19822,24.2,2.7,0
+19824,24.2,2.9,0
+19827,0,2.8,43
+19828,33.5,2.8,0
+19835,33.5,2.8,0
+19838,33.5,2.7,0
+19841,33.5,2.6,0
+19842,33.5,2.5,0
+19844,33.5,2.4,0
+19845,33.5,2.2,0
+19847,33.5,2.1,0
+19848,33.5,2,0
+19850,33.5,1.9,0
+19851,33.5,1.8,0
+19852,33.5,1.7,0
+19853,33.5,1.6,0
+19854,33.5,1.5,0
+19855,33.5,1.4,0
+19856,33.5,1.3,0
+19857,33.5,1.2,0
+19858,33.5,1,0
+19859,33.5,0.9,0
+19860,33.5,0.8,0
+19861,33.5,0.7,0
+19862,33.5,0.6,0
+19863,33.5,0.4,0
+19865,33.5,0.3,0
+19866,33.5,0.1,0
+19867,33.5,0,0
+19868,33.5,-0.2,0
+19870,33.5,-0.3,0
+19871,33.5,-0.5,0
+19872,33.5,-0.6,0
+19873,33.5,-0.8,0
+19875,33.5,-1,0
+19876,33.5,-1.2,0
+19878,33.5,-1.3,0
+19879,33.5,-1.4,0
+19880,33.5,-1.6,0
+19882,33.5,-1.7,0
+19883,33.5,-1.9,0
+19885,33.5,-2,0
+19886,33.5,-2.1,0
+19888,33.5,-2.3,0
+19889,33.5,-2.4,0
+19891,33.5,-2.5,0
+19892,33.5,-2.7,0
+19894,33.5,-2.8,0
+19896,33.5,-2.9,0
+19897,33.5,-3,0
+19899,33.5,-3.1,0
+19901,33.5,-3.2,0
+19902,33.5,-3.3,0
+19906,33.5,-3.4,0
+19907,33.5,-3.5,0
+19909,33.5,-3.6,0
+19913,33.5,-3.7,0
+19918,33.5,-3.8,0
+19936,33.5,-3.7,0
+19941,33.5,-3.6,0
+19947,33.5,-3.5,0
+19950,33.5,-3.4,0
+19954,33.5,-3.3,0
+19958,33.5,-3.2,0
+19961,33.5,-3.1,0
+19965,33.5,-3,0
+19969,33.5,-2.9,0
+19973,33.5,-2.8,0
+19976,33.5,-2.7,0
+19980,33.5,-2.6,0
+19982,33.5,-2.5,0
+19988,33.5,-2.4,0
+19992,33.5,-2.3,0
+19995,33.5,-2.2,0
+20001,33.5,-2.1,0
+20006,33.5,-2,0
+20012,33.5,-1.9,0
+20019,33.5,-1.8,0
+20032,33.5,-1.7,0
+20045,33.5,-1.6,0
+20059,33.5,-1.5,0
+20069,33.5,-1.4,0
+20078,33.5,-1.3,0
+20086,33.5,-1.2,0
+20094,33.5,-1.1,0
+20107,33.5,-1,0
+20121,33.5,-1.1,0
+20131,33.5,-1.2,0
+20138,33.5,-1.3,0
+20143,33.5,-1.4,0
+20146,33.5,-1.5,0
+20151,33.5,-1.6,0
+20156,33.5,-1.7,0
+20162,33.5,-1.8,0
+20170,33.5,-1.9,0
+20180,33.5,-1.8,0
+20189,33.5,-1.7,0
+20193,33.5,-1.6,0
+20196,0,-1.6,9.6
+20197,27,-1.6,0
+20201,27,-1.4,0
+20205,27,-1.3,0
+20208,27,-1.2,0
+20211,27,-1.1,0
+20215,27,-1,0
+20218,27,-0.9,0
+20222,27,-0.8,0
+20226,27,-0.7,0
+20231,27,-0.6,0
+20236,27,-0.5,0
+20244,27,-0.4,0
+20257,27,-0.3,0
+20271,27,-0.2,0
+20278,27,-0.1,0
+20284,27,0,0
+20287,0,0,2
+20288,25.7,0,0
+20294,25.7,0.2,0
+20298,25.7,0.3,0
+20302,25.7,0.4,0
+20306,25.7,0.5,0
+20310,25.7,0.6,0
+20313,25.7,0.7,0
+20317,25.7,0.8,0
+20321,25.7,0.9,0
+20326,25.7,1,0
+20330,25.7,1.1,0
+20336,25.7,1.2,0
+20340,25.7,1.3,0
+20345,25.7,1.4,0
+20351,25.7,1.5,0
+20355,25.7,1.6,0
+20361,25.7,1.7,0
+20367,25.7,1.8,0
+20373,25.7,1.9,0
+20381,25.7,2,0
+20393,25.7,1.9,0
+20397,0,1.9,13
+20398,36.3,1.9,0
+20399,36.3,1.8,0
+20403,36.3,1.7,0
+20406,36.3,1.6,0
+20409,36.3,1.5,0
+20411,36.3,1.4,0
+20414,36.3,1.3,0
+20416,36.3,1.2,0
+20418,36.3,1.1,0
+20420,36.3,1,0
+20421,36.3,0.9,0
+20424,36.3,0.8,0
+20425,36.3,0.7,0
+20427,36.3,0.6,0
+20429,36.3,0.5,0
+20430,36.3,0.4,0
+20433,36.3,0.3,0
+20434,36.3,0.2,0
+20435,36.3,0.1,0
+20437,36.3,0,0
+20440,36.3,-0.1,0
+20441,36.3,-0.2,0
+20443,36.3,-0.3,0
+20446,36.3,-0.4,0
+20447,36.3,-0.5,0
+20449,36.3,-0.6,0
+20452,36.3,-0.7,0
+20454,36.3,-0.8,0
+20457,36.3,-0.9,0
+20459,36.3,-1,0
+20462,36.3,-1.1,0
+20466,36.3,-1.2,0
+20470,36.3,-1.3,0
+20473,36.3,-1.4,0
+20477,36.3,-1.5,0
+20481,36.3,-1.6,0
+20487,36.3,-1.7,0
+20490,36.3,-1.8,0
+20494,36.3,-1.9,0
+20498,36.3,-2,0
+20502,36.3,-2.1,0
+20506,36.3,-2.2,0
+20511,36.3,-2.3,0
+20515,36.3,-2.4,0
+20519,36.3,-2.5,0
+20525,36.3,-2.6,0
+20531,36.3,-2.7,0
+20541,36.3,-2.8,0
+20545,36.3,-2.7,0
+20555,36.3,-2.6,0
+20561,36.3,-2.5,0
+20563,36.3,-2.4,0
+20567,36.3,-2.3,0
+20571,36.3,-2.2,0
+20573,36.3,-2.1,0
+20575,36.3,-2,0
+20579,36.3,-1.9,0
+20581,36.3,-1.8,0
+20583,36.3,-1.7,0
+20585,36.3,-1.6,0
+20587,36.3,-1.5,0
+20589,36.3,-1.4,0
+20593,36.3,-1.3,0
+20595,36.3,-1.2,0
+20597,36.3,-1.1,0
+20599,36.3,-1,0
+20601,36.3,-0.9,0
+20605,36.3,-0.8,0
+20607,36.3,-0.7,0
+20609,36.3,-0.6,0
+20613,36.3,-0.5,0
+20615,36.3,-0.4,0
+20620,36.3,-0.3,0
+20623,36.3,-0.2,0
+20627,36.3,-0.1,0
+20633,36.3,0,0
+20641,36.3,0.1,0
+20650,36.3,0.2,0
+20661,36.3,0.3,0
+20670,36.3,0.4,0
+20678,36.3,0.5,0
+20683,36.3,0.6,0
+20689,36.3,0.7,0
+20694,36.3,0.8,0
+20702,36.3,0.9,0
+20710,36.3,1,0
+20727,36.3,0.9,0
+20733,36.3,0.8,0
+20737,36.3,0.7,0
+20739,36.3,0.6,0
+20743,36.3,0.5,0
+20745,36.3,0.4,0
+20747,36.3,0.3,0
+20749,36.3,0.2,0
+20751,36.3,0.1,0
+20753,36.3,0,0
+20755,36.3,-0.2,0
+20757,36.3,-0.3,0
+20759,36.3,-0.4,0
+20761,36.3,-0.6,0
+20763,36.3,-0.7,0
+20765,36.3,-0.8,0
+20767,36.3,-1,0
+20769,36.3,-1.1,0
+20771,36.3,-1.3,0
+20773,36.3,-1.4,0
+20775,36.3,-1.6,0
+20777,36.3,-1.7,0
+20779,36.3,-1.8,0
+20781,36.3,-1.9,0
+20783,36.3,-2.1,0
+20785,36.3,-2.2,0
+20787,36.3,-2.3,0
+20790,36.3,-2.4,0
+20792,36.3,-2.5,0
+20798,36.3,-2.6,0
+20801,36.3,-2.5,0
+20806,36.3,-2.4,0
+20808,36.3,-2.3,0
+20810,36.3,-2.2,0
+20811,36.3,-2.1,0
+20813,36.3,-1.9,0
+20815,36.3,-1.8,0
+20816,36.3,-1.6,0
+20818,36.3,-1.5,0
+20819,36.3,-1.3,0
+20821,36.3,-1.2,0
+20822,36.3,-1,0
+20823,36.3,-0.9,0
+20824,36.3,-0.6,0
+20826,36.3,-0.5,0
+20827,36.3,-0.4,0
+20828,36.3,-0.2,0
+20829,36.3,-0.1,0
+20830,36.3,0.1,0
+20831,36.3,0.3,0
+20832,36.3,0.5,0
+20833,36.3,0.6,0
+20834,36.3,0.8,0
+20835,36.3,1,0
+20836,36.3,1.1,0
+20837,36.3,1.3,0
+20838,36.3,1.5,0
+20839,0,1.6,2
+20840,16.7,1.6,0
+20841,16.7,1.9,0
+20842,16.7,2.1,0
+20843,16.7,2.2,0
+20844,16.7,2.4,0
+20845,16.7,2.5,0
+20846,16.7,2.7,0
+20847,16.7,2.8,0
+20848,16.7,3,0
+20849,16.7,3.1,0
+20850,16.7,3.2,0
+20851,16.7,3.5,0
+20853,16.7,3.6,0
+20854,16.7,3.7,0
+20855,16.7,3.9,0
+20857,16.7,4,0
+20859,16.7,4.1,0
+20860,16.7,4.2,0
+20861,16.7,4.3,0
+20863,16.7,4.4,0
+20867,16.7,4.5,0
+20871,16.7,4.4,0
+20874,16.7,4.3,0
+20877,16.7,4.2,0
+20878,16.7,4.1,0
+20879,12.9,4.1,0
+20880,12.9,4,0
+20881,33.1,3.8,0
+20883,33.1,3.7,0
+20884,33.1,3.6,0
+20886,33.1,3.4,0
+20887,33.1,3.3,0
+20888,33.1,3.2,0
+20889,33.1,3.1,0
+20890,33.1,3,0
+20891,33.1,2.8,0
+20892,33.1,2.6,0
+20894,33.1,2.5,0
+20895,33.1,2.4,0
+20896,33.1,2.2,0
+20897,33.1,1.9,0
+20899,33.1,1.8,0
+20900,33.1,1.7,0
+20901,33.1,1.5,0
+20903,33.1,1.3,0
+20904,33.1,1,0
+20906,33.1,0.9,0
+20907,33.1,0.7,0
+20909,33.1,0.5,0
+20910,33.1,0.4,0
+20912,33.1,0.1,0
+20914,33.1,0,0
+20915,33.1,-0.1,0
+20917,33.1,-0.3,0
+20918,33.1,-0.4,0
+20920,33.1,-0.6,0
+20922,33.1,-0.7,0
+20924,33.1,-0.8,0
+20925,33.1,-0.9,0
+20927,33.1,-1,0
+20931,33.1,-1.1,0
+20934,33.1,-1.2,0
+20942,33.1,-1.1,0
+20947,33.1,-1,0
+20949,33.1,-0.9,0
+20951,33.1,-0.8,0
+20953,33.1,-0.7,0
+20954,33.1,-0.6,0
+20956,33.1,-0.5,0
+20958,33.1,-0.4,0
+20960,33.1,-0.3,0
+20961,33.1,-0.2,0
+20963,33.1,0,0
+20965,33.1,0.1,0
+20967,33.1,0.3,0
+20968,33.1,0.4,0
+20970,33.1,0.6,0
+20972,33.1,0.7,0
+20973,33.1,0.9,0
+20975,33.1,1.1,0
+20977,33.1,1.2,0
+20978,33.1,1.4,0
+20980,33.1,1.7,0
+20982,33.1,1.8,0
+20983,33.1,1.9,0
+20985,33.1,2,0
+20986,33.1,2.3,0
+20988,33.1,2.5,0
+20990,33.1,2.6,0
+20991,33.1,2.9,0
+20993,33.1,3,0
+20994,33.1,3.1,0
+20995,33.1,3.3,0
+20997,33.1,3.5,0
+20998,33.1,3.6,0
+21000,33.1,3.8,0
+21001,33.1,3.9,0
+21002,33.1,4.1,0
+21004,33.1,4.2,0
+21005,33.1,4.3,0
+21006,33.1,4.5,0
+21007,33.1,4.6,0
+21008,33.1,4.7,0
+21009,33.1,4.8,0
+21010,33.1,4.9,0
+21012,33.1,5,0
+21013,33.1,5.1,0
+21014,33.1,5.2,0
+21015,33.1,5.3,0
+21016,0,5.4,51
+21017,46.6,5.4,0
+21019,46.6,5.6,0
+21020,46.6,5.7,0
+21022,46.6,5.8,0
+21024,46.6,5.9,0
+21026,46.6,6,0
+21029,46.6,6.1,0
+21032,46.6,6.2,0
+21039,46.6,6.1,0
+21043,46.6,6,0
+21046,46.6,5.9,0
+21048,46.6,5.8,0
+21049,46.6,5.7,0
+21052,46.6,5.6,0
+21053,46.6,5.5,0
+21054,46.6,5.4,0
+21055,46.6,5.3,0
+21056,46.6,5.2,0
+21058,46.6,5.1,0
+21059,46.6,5,0
+21060,46.6,4.8,0
+21062,46.6,4.7,0
+21063,46.6,4.6,0
+21064,46.6,4.4,0
+21066,46.6,4.3,0
+21067,46.6,4.1,0
+21069,46.6,3.9,0
+21070,46.6,3.8,0
+21072,46.6,3.7,0
+21073,46.6,3.4,0
+21075,46.6,3.2,0
+21077,46.6,3,0
+21078,46.6,2.8,0
+21080,46.6,2.6,0
+21082,46.6,2.4,0
+21083,46.6,2.2,0
+21085,46.6,2,0
+21087,46.6,1.8,0
+21089,46.6,1.6,0
+21090,46.6,1.4,0
+21092,46.6,1.3,0
+21094,46.6,1.1,0
+21096,46.6,0.9,0
+21098,46.6,0.7,0
+21100,46.6,0.5,0
+21102,46.6,0.4,0
+21104,46.6,0.2,0
+21106,46.6,0,0
+21108,46.6,-0.1,0
+21110,46.6,-0.3,0
+21112,46.6,-0.4,0
+21114,46.6,-0.6,0
+21116,46.6,-0.7,0
+21119,46.6,-0.8,0
+21121,46.6,-0.9,0
+21123,46.6,-1,0
+21125,46.6,-1.1,0
+21128,46.6,-1.2,0
+21132,46.6,-1.3,0
+21135,46.6,-1.4,0
+21139,46.6,-1.5,0
+21146,46.6,-1.6,0
+21163,46.6,-1.7,0
+21171,46.6,-1.6,0
+21205,46.6,-1.5,0
+21315,46.6,-1.4,0
+21327,46.6,-1.3,0
+21338,46.6,-1.2,0
+21348,46.6,-1.1,0
+21353,46.6,-1,0
+21360,46.6,-0.9,0
+21368,46.6,-0.8,0
+21373,46.6,-0.7,0
+21380,46.6,-0.6,0
+21388,46.6,-0.5,0
+21393,46.6,-0.4,0
+21401,46.6,-0.3,0
+21408,46.6,-0.2,0
+21418,46.6,-0.1,0
+21429,46.6,0,0
+21442,46.6,0.1,0
+21475,46.6,0,0
+21485,46.6,-0.1,0
+21493,46.6,-0.2,0
+21498,46.6,-0.3,0
+21500,46.6,-0.4,0
+21505,46.6,-0.5,0
+21508,46.6,-0.6,0
+21512,46.6,-0.7,0
+21515,46.6,-0.8,0
+21517,46.6,-0.9,0
+21519,46.6,-1,0
+21522,46.6,-1.1,0
+21524,46.6,-1.2,0
+21526,46.6,-1.3,0
+21530,46.6,-1.4,0
+21532,46.6,-1.5,0
+21534,46.6,-1.6,0
+21536,46.6,-1.7,0
+21538,46.6,-1.8,0
+21540,46.6,-1.9,0
+21544,46.6,-2,0
+21545,46.6,-2.1,0
+21549,46.6,-2.2,0
+21552,46.6,-2.3,0
+21555,46.6,-2.4,0
+21559,46.6,-2.5,0
+21567,46.6,-2.6,0
+21571,46.6,-2.5,0
+21579,46.6,-2.3,0
+21581,0,-2.3,30.6
+21582,29.9,-2.3,0
+21586,29.9,-2.2,0
+21589,29.9,-2.1,0
+21591,29.9,-2,0
+21594,29.9,-1.9,0
+21597,29.9,-1.8,0
+21599,29.9,-1.7,0
+21601,29.9,-1.6,0
+21603,29.9,-1.5,0
+21606,29.9,-1.4,0
+21609,29.9,-1.3,0
+21610,29.9,-1.2,0
+21613,29.9,-1.1,0
+21615,29.9,-1,0
+21618,29.9,-0.9,0
+21621,29.9,-0.8,0
+21624,29.9,-0.7,0
+21628,29.9,-0.6,0
+21633,29.9,-0.5,0
+21639,29.9,-0.4,0
+21668,29.9,-0.5,0
+21677,29.9,-0.6,0
+21684,29.9,-0.7,0
+21691,29.9,-0.8,0
+21698,29.9,-0.9,0
+21705,29.9,-1,0
+21713,29.9,-1.1,0
+21715,10.9,-1.1,0
+21726,10.9,-1.2,0
+21738,26.9,-1.2,0
+21749,26.9,-1.1,0
+21770,26.9,-1,0
+21820,26.9,-0.9,0
+21830,0,-0.9,38.4
+21831,31.6,-0.9,0
+21832,31.6,-0.9,0
+21835,31.6,-0.8,0
+21845,31.6,-0.7,0
+21854,31.6,-0.6,0
+21862,31.6,-0.5,0
+21869,31.6,-0.4,0
+21879,31.6,-0.3,0
+21890,31.6,-0.2,0
+21907,31.6,-0.1,0
+21923,37.3,-0.1,0
+21939,37.3,0,0
+21988,37.3,0.1,0
+22032,37.3,0.2,0
+22073,37.3,0.3,0
+22110,37.3,0.4,0
+22144,37.3,0.5,0
+22171,37.3,0.6,0
+22195,37.3,0.7,0
+22209,30.4,0.7,0
+22212,30.4,0.8,0
+22222,30.4,0.9,0
+22229,30.4,1,0
+22234,30.4,1.1,0
+22239,30.4,1.2,0
+22244,30.4,1.3,0
+22247,30.4,1.4,0
+22250,30.4,1.5,0
+22253,30.4,1.6,0
+22257,30.4,1.7,0
+22259,30.4,1.8,0
+22262,30.4,1.9,0
+22265,30.4,2,0
+22268,30.4,2.1,0
+22271,30.4,2.2,0
+22273,30.4,2.3,0
+22276,30.4,2.4,0
+22279,30.4,2.5,0
+22282,30.4,2.6,0
+22284,30.4,2.7,0
+22288,30.4,2.8,0
+22292,0,2.9,11.6
+22293,30.5,2.9,0
+22296,30.5,3,0
+22305,30.5,3.1,0
+22323,30.5,3,0
+22356,30.5,3.1,0
+22362,30.5,3.2,0
+22369,30.5,3.3,0
+22373,30.5,3.4,0
+22378,30.5,3.5,0
+22382,30.5,3.6,0
+22386,30.5,3.7,0
+22392,30.5,3.8,0
+22398,30.5,3.9,0
+22399,15.1,3.9,0
+22403,37.2,3.9,0
+22422,37.2,3.8,0
+22428,37.2,3.7,0
+22434,37.2,3.6,0
+22439,37.2,3.5,0
+22444,37.2,3.4,0
+22449,37.2,3.3,0
+22456,37.2,3.2,0
+22463,37.2,3.1,0
+22493,37.2,3.2,0
+22501,37.2,3.3,0
+22509,37.2,3.4,0
+22515,37.2,3.5,0
+22521,37.2,3.6,0
+22527,37.2,3.7,0
+22537,37.2,3.8,0
+22558,37.2,3.7,0
+22564,37.2,3.6,0
+22569,37.2,3.5,0
+22573,37.2,3.4,0
+22575,37.2,3.3,0
+22577,37.2,3.2,0
+22581,37.2,3.1,0
+22583,37.2,2.9,0
+22585,37.2,2.8,0
+22587,37.2,2.7,0
+22589,37.2,2.6,0
+22591,37.2,2.4,0
+22593,37.2,2.3,0
+22595,37.2,2.1,0
+22597,37.2,2,0
+22599,37.2,1.8,0
+22601,37.2,1.6,0
+22603,37.2,1.4,0
+22605,37.2,1.2,0
+22607,37.2,1,0
+22609,37.2,0.8,0
+22611,37.2,0.6,0
+22613,37.2,0.3,0
+22615,37.2,0,0
+22617,37.2,-0.2,0
+22618,37.2,-0.4,0
+22620,37.2,-0.6,0
+22622,37.2,-0.9,0
+22624,37.2,-1.2,0
+22626,37.2,-1.4,0
+22627,37.2,-1.7,0
+22629,37.2,-1.9,0
+22631,37.2,-2.3,0
+22633,37.2,-2.4,0
+22634,37.2,-2.7,0
+22636,37.2,-3,0
+22638,37.2,-3.2,0
+22639,37.2,-3.4,0
+22641,37.2,-3.7,0
+22643,37.2,-3.9,0
+22644,37.2,-4.2,0
+22646,37.2,-4.3,0
+22647,37.2,-4.4,0
+22648,37.2,-4.6,0
+22650,37.2,-4.8,0
+22651,37.2,-5,0
+22652,37.2,-5.1,0
+22654,37.2,-5.2,0
+22655,37.2,-5.3,0
+22656,37.2,-5.4,0
+22657,37.2,-5.6,0
+22659,37.2,-5.7,0
+22660,37.2,-5.8,0
+22661,37.2,-5.9,0
+22662,37.2,-6,0
+22664,37.2,-6.1,0
+22667,37.2,-6.2,0
+22669,37.2,-6.3,0
+22672,0,-6.3,16
+22673,25.7,-6.3,0
+22678,25.7,-6.2,0
+22681,25.7,-6.1,0
+22683,25.7,-6,0
+22684,25.7,-5.9,0
+22685,25.7,-5.8,0
+22687,25.7,-5.7,0
+22689,25.7,-5.6,0
+22690,25.7,-5.5,0
+22691,25.7,-5.4,0
+22692,25.7,-5.3,0
+22693,25.7,-5.1,0
+22694,25.7,-5,0
+22695,25.7,-4.9,0
+22696,25.7,-4.7,0
+22698,25.7,-4.6,0
+22699,25.7,-4.4,0
+22700,25.7,-4.3,0
+22701,25.7,-4,0
+22703,25.7,-3.9,0
+22704,25.7,-3.7,0
+22705,25.7,-3.6,0
+22706,25.7,-3.3,0
+22708,25.7,-3.2,0
+22709,25.7,-3,0
+22710,25.7,-2.7,0
+22712,25.7,-2.6,0
+22713,25.7,-2.4,0
+22714,25.7,-2.1,0
+22716,25.7,-2,0
+22717,25.7,-1.9,0
+22718,25.7,-1.6,0
+22720,25.7,-1.4,0
+22721,25.7,-1.1,0
+22723,25.7,-1,0
+22724,25.7,-0.9,0
+22725,25.7,-0.7,0
+22727,25.7,-0.5,0
+22728,25.7,-0.2,0
+22730,25.7,-0.1,0
+22731,25.7,0,0
+22732,25.7,0.2,0
+22734,25.7,0.4,0
+22735,25.7,0.6,0
+22737,25.7,0.7,0
+22738,25.7,0.8,0
+22740,25.7,0.9,0
+22741,25.7,1.1,0
+22742,25.7,1.2,0
+22744,25.7,1.3,0
+22745,25.7,1.4,0
+22747,25.7,1.5,0
+22748,25.7,1.6,0
+22749,25.7,1.7,0
+22751,25.7,1.8,0
+22754,25.7,1.9,0
+22755,25.7,2,0
+22758,25.7,2.1,0
+22761,25.7,2.2,0
+22767,25.7,2.3,0
+22778,25.7,2.2,0
+22784,25.7,2.1,0
+22789,25.7,2,0
+22794,25.7,1.9,0
+22799,25.7,1.8,0
+22802,0,1.8,8.2
+22803,25.6,1.8,0
+22805,25.6,1.7,0
+22821,25.6,1.8,0
+22827,25.6,1.9,0
+22829,25.6,2,0
+22833,25.6,2.1,0
+22836,25.6,2.2,0
+22837,25.6,2.3,0
+22840,25.6,2.4,0
+22841,25.6,2.5,0
+22844,25.6,2.6,0
+22845,25.6,2.7,0
+22847,25.6,2.8,0
+22848,25.6,2.9,0
+22849,25.6,3,0
+22851,25.6,3.1,0
+22852,25.6,3.2,0
+22855,25.6,3.3,0
+22856,25.6,3.5,0
+22858,25.6,3.6,0
+22859,25.6,3.7,0
+22861,25.6,3.8,0
+22862,25.6,3.9,0
+22863,25.6,4,0
+22865,25.6,4.1,0
+22866,25.6,4.2,0
+22868,25.6,4.3,0
+22869,25.6,4.4,0
+22870,25.6,4.5,0
+22872,25.6,4.6,0
+22873,25.6,4.7,0
+22874,25.6,4.8,0
+22876,25.6,4.9,0
+22877,25.6,5,0
+22878,25.6,5.1,0
+22880,25.6,5.2,0
+22881,25.6,5.3,0
+22882,25.6,5.4,0
+22884,25.6,5.5,0
+22885,25.6,5.6,0
+22886,25.6,5.7,0
+22887,25.6,5.8,0
+22889,25.6,5.9,0
+22891,25.6,6,0
+22893,25.6,6.1,0
+22894,25.6,6.2,0
+22895,25.6,6.3,0
+22898,25.6,6.4,0
+22899,25.6,6.5,0
+22901,25.6,6.6,0
+22902,25.6,6.7,0
+22905,25.6,6.8,0
+22907,25.6,6.9,0
+22910,25.6,7,0
+22912,25.6,7.1,0
+22914,25.6,7.2,0
+22918,25.6,7.3,0
+22922,25.6,7.4,0
+22927,25.6,7.5,0
+22938,25.6,7.6,0
+22944,25.6,7.5,0
+22956,25.6,7.4,0
+22963,25.6,7.3,0
+22967,25.6,7.2,0
+22971,25.6,7.1,0
+22974,25.6,7,0
+22978,25.6,6.9,0
+22981,25.6,6.8,0
+22984,25.6,6.7,0
+22987,25.6,6.6,0
+22988,25.6,6.5,0
+22991,25.6,6.4,0
+22992,25.6,6.3,0
+22995,25.6,6.2,0
+22997,25.6,6.1,0
+22998,25.6,6,0
+23001,25.6,5.9,0
+23002,25.6,5.8,0
+23004,25.6,5.7,0
+23007,25.6,5.6,0
+23008,25.6,5.5,0
+23010,25.6,5.4,0
+23011,25.6,5.3,0
+23012,25.6,5.2,0
+23014,25.6,5.1,0
+23015,25.6,5,0
+23018,25.6,4.9,0
+23020,25.6,4.8,0
+23021,25.6,4.7,0
+23022,25.6,4.6,0
+23024,25.6,4.5,0
+23025,25.6,4.4,0
+23027,25.6,4.3,0
+23028,25.6,4.2,0
+23030,25.6,4.1,0
+23032,25.6,4,0
+23034,25.6,3.9,0
+23035,25.6,3.8,0
+23036,25.6,3.7,0
+23038,25.6,3.6,0
+23040,25.6,3.5,0
+23042,25.6,3.4,0
+23043,25.6,3.3,0
+23044,25.6,3.2,0
+23047,25.6,3.1,0
+23048,25.6,3,0
+23049,25.6,2.9,0
+23052,25.6,2.8,0
+23053,25.6,2.7,0
+23054,25.6,2.6,0
+23056,25.6,2.5,0
+23058,25.6,2.4,0
+23059,25.6,2.3,0
+23061,25.6,2.2,0
+23062,25.6,2.1,0
+23063,25.6,2,0
+23065,25.6,1.9,0
+23066,25.6,1.8,0
+23067,25.6,1.7,0
+23069,25.6,1.6,0
+23070,25.6,1.5,0
+23071,25.6,1.3,0
+23073,25.6,1.2,0
+23074,25.6,1.1,0
+23075,25.6,0.9,0
+23077,25.6,0.8,0
+23078,25.6,0.7,0
+23079,25.6,0.5,0
+23081,25.6,0.4,0
+23082,25.6,0.1,0
+23084,25.6,0,0
+23085,25.6,-0.1,0
+23086,25.6,-0.3,0
+23088,25.6,-0.5,0
+23089,25.6,-0.6,0
+23090,25.6,-0.9,0
+23092,25.6,-1.1,0
+23093,25.6,-1.2,0
+23094,25.6,-1.5,0
+23096,25.6,-1.6,0
+23097,25.6,-1.8,0
+23098,25.6,-1.9,0
+23099,25.6,-2.3,0
+23101,25.6,-2.4,0
+23102,25.6,-2.6,0
+23103,25.6,-2.7,0
+23104,25.6,-2.9,0
+23105,25.6,-3.1,0
+23106,25.6,-3.2,0
+23107,25.6,-3.4,0
+23108,25.6,-3.5,0
+23109,25.6,-3.6,0
+23110,25.6,-3.8,0
+23111,25.6,-3.9,0
+23112,25.6,-4,0
+23113,25.6,-4.2,0
+23114,25.6,-4.3,0
+23115,25.6,-4.6,0
+23117,25.6,-4.7,0
+23118,25.6,-4.8,0
+23119,25.6,-4.9,0
+23120,0,-5.1,34.8
+23121,26,-5.1,0
+23122,26,-5.3,0
+23123,26,-5.4,0
+23124,26,-5.5,0
+23126,26,-5.6,0
+23127,26,-5.7,0
+23128,26,-5.8,0
+23130,26,-5.9,0
+23132,26,-6,0
+23135,26,-6.1,0
+23140,26,-6,0
+23144,26,-5.9,0
+23146,26,-5.8,0
+23147,26,-5.7,0
+23148,26,-5.6,0
+23149,26,-5.5,0
+23151,26,-5.4,0
+23152,26,-5.3,0
+23153,26,-5.1,0
+23154,26,-4.9,0
+23156,26,-4.8,0
+23157,26,-4.7,0
+23158,26,-4.4,0
+23160,26,-4.3,0
+23161,26,-4.1,0
+23162,26,-3.8,0
+23164,26,-3.7,0
+23165,26,-3.5,0
+23166,26,-3.1,0
+23168,26,-2.9,0
+23169,26,-2.6,0
+23171,26,-2.4,0
+23172,26,-2.3,0
+23173,26,-1.9,0
+23175,26,-1.7,0
+23176,26,-1.4,0
+23178,26,-1.1,0
+23179,26,-0.8,0
+23181,26,-0.6,0
+23182,26,-0.2,0
+23184,26,0,0
+23185,26,0.1,0
+23186,26,0.5,0
+23188,26,0.7,0
+23189,26,1,0
+23191,26,1.1,0
+23192,26,1.3,0
+23193,26,1.5,0
+23195,26,1.7,0
+23196,26,1.8,0
+23197,26,2,0
+23199,26,2.2,0
+23200,26,2.3,0
+23201,26,2.4,0
+23203,26,2.5,0
+23204,26,2.6,0
+23205,26,2.7,0
+23207,26,2.8,0
+23209,26,2.9,0
+23217,26,2.8,0
+23219,26,2.7,0
+23220,26,2.6,0
+23222,26,2.5,0
+23223,26,2.4,0
+23224,26,2.3,0
+23226,26,2.2,0
+23227,26,2.1,0
+23228,26,1.9,0
+23229,26,1.7,0
+23230,26,1.6,0
+23231,26,1.5,0
+23232,26,1.3,0
+23233,26,1.2,0
+23234,26,1,0
+23235,26,0.9,0
+23236,26,0.7,0
+23237,26,0.6,0
+23238,0,0.3,40.8
+23239,24.3,0.3,0
+23240,24.3,0,0
+23241,24.3,-0.2,0
+23242,24.3,-0.4,0
+23243,24.3,-0.6,0
+23244,24.3,-0.7,0
+23245,24.3,-0.9,0
+23246,24.3,-1.1,0
+23247,24.3,-1.3,0
+23248,24.3,-1.5,0
+23249,24.3,-1.7,0
+23250,24.3,-1.9,0
+23251,24.3,-2,0
+23252,24.3,-2.2,0
+23253,24.3,-2.3,0
+23254,24.3,-2.5,0
+23255,24.3,-2.9,0
+23257,24.3,-3.1,0
+23258,24.3,-3.2,0
+23259,24.3,-3.3,0
+23260,24.3,-3.5,0
+23261,24.3,-3.7,0
+23262,24.3,-3.8,0
+23263,24.3,-4,0
+23265,24.3,-4.1,0
+23266,24.3,-4.3,0
+23267,24.3,-4.4,0
+23268,24.3,-4.5,0
+23270,24.3,-4.6,0
+23271,24.3,-4.7,0
+23272,24.3,-4.8,0
+23274,24.3,-4.9,0
+23278,24.3,-5,0
+23282,24.3,-4.9,0
+23284,24.3,-4.8,0
+23287,24.3,-4.7,0
+23288,24.3,-4.6,0
+23290,24.3,-4.5,0
+23291,24.3,-4.3,0
+23292,24.3,-4.2,0
+23293,24.3,-4.1,0
+23295,24.3,-3.9,0
+23296,24.3,-3.7,0
+23297,24.3,-3.6,0
+23298,24.3,-3.3,0
+23300,24.3,-3.1,0
+23301,24.3,-3,0
+23302,24.3,-2.8,0
+23303,24.3,-2.6,0
+23304,24.3,-2.4,0
+23305,24.3,-2.2,0
+23306,24.3,-2.1,0
+23307,24.3,-1.9,0
+23308,24.3,-1.7,0
+23309,24.3,-1.5,0
+23310,24.3,-1.3,0
+23311,24.3,-1.1,0
+23312,24.3,-0.9,0
+23313,24.3,-0.7,0
+23314,24.3,-0.5,0
+23315,24.3,-0.3,0
+23316,24.3,-0.1,0
+23317,24.3,0.2,0
+23318,24.3,0.4,0
+23319,24.3,0.6,0
+23320,0,0.9,12.8
+23321,31.2,0.9,0
+23322,31.2,1.2,0
+23323,31.2,1.4,0
+23324,31.2,1.6,0
+23325,31.2,1.8,0
+23326,31.2,2,0
+23327,31.2,2.1,0
+23328,31.2,2.3,0
+23329,31.2,2.5,0
+23330,31.2,2.6,0
+23331,31.2,2.8,0
+23332,31.2,3,0
+23333,31.2,3.1,0
+23334,31.2,3.3,0
+23335,31.2,3.4,0
+23336,31.2,3.5,0
+23337,31.2,3.6,0
+23338,31.2,3.8,0
+23339,31.2,3.9,0
+23341,31.2,4,0
+23342,31.2,4.1,0
+23343,31.2,4.2,0
+23344,31.2,4.3,0
+23345,31.2,4.4,0
+23347,31.2,4.5,0
+23348,31.2,4.6,0
+23350,31.2,4.7,0
+23360,31.2,4.6,0
+23362,31.2,4.5,0
+23365,31.2,4.4,0
+23366,31.2,4.3,0
+23368,31.2,4.2,0
+23369,31.2,4,0
+23371,31.2,3.9,0
+23372,31.2,3.8,0
+23374,31.2,3.7,0
+23375,31.2,3.4,0
+23377,31.2,3.1,0
+23379,31.2,3,0
+23380,31.2,2.8,0
+23382,31.2,2.7,0
+23383,31.2,2.4,0
+23385,31.2,2.2,0
+23387,31.2,2,0
+23388,31.2,1.7,0
+23390,31.2,1.5,0
+23392,31.2,1.3,0
+23393,31.2,1,0
+23395,31.2,0.8,0
+23397,31.2,0.6,0
+23398,31.2,0.3,0
+23400,31.2,0,0
+23402,31.2,-0.1,0
+23403,31.2,-0.4,0
+23405,31.2,-0.6,0
+23407,31.2,-1,0
+23409,31.2,-1.1,0
+23410,31.2,-1.3,0
+23412,31.2,-1.6,0
+23414,31.2,-1.7,0
+23415,31.2,-1.9,0
+23417,31.2,-2.1,0
+23419,31.2,-2.3,0
+23420,31.2,-2.5,0
+23422,31.2,-2.7,0
+23424,31.2,-2.9,0
+23426,31.2,-3,0
+23427,31.2,-3.2,0
+23429,31.2,-3.3,0
+23431,31.2,-3.5,0
+23432,31.2,-3.6,0
+23434,31.2,-3.7,0
+23436,31.2,-3.8,0
+23438,31.2,-3.9,0
+23439,31.2,-4,0
+23441,31.2,-4.1,0
+23445,31.2,-4.2,0
+23450,31.2,-4.3,0
+23456,31.2,-4.2,0
+23460,31.2,-4.1,0
+23463,31.2,-4,0
+23465,31.2,-3.9,0
+23467,31.2,-3.8,0
+23469,31.2,-3.7,0
+23470,31.2,-3.6,0
+23471,31.2,-3.5,0
+23472,31.2,-3.4,0
+23475,18.2,-3.3,0
+23476,18.2,-3.2,0
+23477,18.2,-3.1,0
+23478,18.2,-3,0
+23479,30.3,-2.8,0
+23481,30.3,-2.7,0
+23482,30.3,-2.6,0
+23483,30.3,-2.5,0
+23484,30.3,-2.4,0
+23485,30.3,-2.3,0
+23486,30.3,-2.1,0
+23487,30.3,-2,0
+23488,30.3,-1.9,0
+23489,30.3,-1.7,0
+23491,30.3,-1.6,0
+23492,30.3,-1.4,0
+23493,30.3,-1.3,0
+23494,30.3,-1.2,0
+23495,30.3,-0.9,0
+23497,30.3,-0.8,0
+23498,30.3,-0.6,0
+23499,30.3,-0.4,0
+23501,30.3,-0.3,0
+23502,30.3,-0.2,0
+23503,30.3,0.1,0
+23505,30.3,0.3,0
+23506,30.3,0.5,0
+23508,30.3,0.7,0
+23509,30.3,0.9,0
+23511,30.3,1.1,0
+23512,30.3,1.3,0
+23514,30.3,1.5,0
+23515,30.3,1.7,0
+23517,30.3,1.9,0
+23519,30.3,2,0
+23520,30.3,2.2,0
+23522,30.3,2.4,0
+23523,30.3,2.6,0
+23525,30.3,2.8,0
+23527,30.3,2.9,0
+23528,30.3,3.1,0
+23530,30.3,3.3,0
+23532,30.3,3.4,0
+23533,30.3,3.5,0
+23535,30.3,3.6,0
+23537,30.3,3.7,0
+23538,30.3,3.8,0
+23540,30.3,3.9,0
+23542,30.3,4,0
+23545,30.3,4.1,0
+23553,30.3,4,0
+23557,30.3,3.9,0
+23560,30.3,3.8,0
+23562,30.3,3.7,0
+23563,30.3,3.5,0
+23565,30.3,3.4,0
+23566,30.3,3.2,0
+23568,30.3,3,0
+23570,30.3,2.9,0
+23571,30.3,2.6,0
+23573,30.3,2.5,0
+23574,30.3,2.2,0
+23576,30.3,2.1,0
+23577,30.3,1.8,0
+23579,30.3,1.7,0
+23580,30.3,1.4,0
+23581,30.3,1.1,0
+23583,30.3,1,0
+23584,30.3,0.8,0
+23585,30.3,0.4,0
+23587,30.3,0.2,0
+23588,30.3,0,0
+23589,30.3,-0.2,0
+23590,30.3,-0.6,0
+23592,30.3,-0.8,0
+23593,30.3,-1,0
+23594,30.3,-1.2,0
+23595,30.3,-1.4,0
+23596,30.3,-1.6,0
+23597,30.3,-1.9,0
+23598,30.3,-2.1,0
+23599,30.3,-2.3,0
+23600,30.3,-2.5,0
+23601,30.3,-2.6,0
+23602,30.3,-2.8,0
+23603,30.3,-3,0
+23604,30.3,-3.2,0
+23605,30.3,-3.4,0
+23606,30.3,-3.6,0
+23607,30.3,-3.9,0
+23608,30.3,-4,0
+23609,30.3,-4.2,0
+23610,0,-4.4,2
+23611,27.6,-4.4,0
+23612,27.6,-4.7,0
+23613,27.6,-4.9,0
+23614,27.6,-5.1,0
+23615,27.6,-5.2,0
+23616,27.6,-5.4,0
+23617,27.6,-5.5,0
+23618,27.6,-5.6,0
+23619,27.6,-5.7,0
+23620,27.6,-5.9,0
+23621,27.6,-6.1,0
+23622,27.6,-6.3,0
+23625,27.6,-6.5,0
+23626,27.6,-6.6,0
+23627,27.6,-6.7,0
+23628,27.6,-6.8,0
+23629,27.6,-6.9,0
+23630,27.6,-7,0
+23632,27.6,-7.1,0
+23633,27.6,-7.2,0
+23635,27.6,-7.3,0
+23638,27.6,-7.4,0
+23641,27.6,-7.5,0
+23648,27.6,-7.4,0
+23651,27.6,-7.3,0
+23654,27.6,-7.2,0
+23656,27.6,-7.1,0
+23657,27.6,-7,0
+23659,27.6,-6.9,0
+23660,27.6,-6.8,0
+23662,27.6,-6.7,0
+23663,27.6,-6.6,0
+23665,27.6,-6.5,0
+23666,27.6,-6.3,0
+23668,27.6,-6.2,0
+23669,27.6,-6,0
+23671,27.6,-5.9,0
+23672,27.6,-5.7,0
+23674,27.6,-5.6,0
+23675,27.6,-5.4,0
+23676,27.6,-5.2,0
+23678,27.6,-5.1,0
+23679,27.6,-4.9,0
+23680,27.6,-4.7,0
+23682,27.6,-4.6,0
+23683,27.6,-4.4,0
+23684,27.6,-4.2,0
+23685,27.6,-4.1,0
+23686,27.6,-3.9,0
+23688,27.6,-3.7,0
+23689,27.6,-3.6,0
+23690,27.6,-3.4,0
+23691,27.6,-3.3,0
+23692,27.6,-3.2,0
+23693,27.6,-3,0
+23694,27.6,-2.8,0
+23695,27.6,-2.7,0
+23696,27.6,-2.6,0
+23697,27.6,-2.4,0
+23698,27.6,-2.3,0
+23699,27.6,-2.1,0
+23700,27.6,-2,0
+23701,27.6,-1.9,0
+23702,27.6,-1.7,0
+23703,27.6,-1.6,0
+23704,27.6,-1.4,0
+23705,0,-1.3,5.4
+23706,30.4,-1.3,0
+23707,30.4,-1.1,0
+23708,30.4,-0.9,0
+23709,30.4,-0.8,0
+23710,30.4,-0.7,0
+23711,30.4,-0.6,0
+23712,30.4,-0.5,0
+23713,30.4,-0.2,0
+23715,30.4,-0.1,0
+23717,30.4,0.1,0
+23718,30.4,0.2,0
+23720,30.4,0.3,0
+23721,30.4,0.4,0
+23722,30.4,0.5,0
+23723,30.4,0.6,0
+23724,30.4,0.7,0
+23726,30.4,0.8,0
+23727,30.4,0.9,0
+23729,30.4,1,0
+23731,30.4,1.1,0
+23734,30.4,1.2,0
+23737,30.4,1.3,0
+23741,30.4,1.4,0
+23751,30.4,1.3,0
+23757,30.4,1.2,0
+23761,30.4,1.1,0
+23764,30.4,1,0
+23768,30.4,0.9,0
+23771,30.4,0.8,0
+23774,30.4,0.7,0
+23777,30.4,0.6,0
+23781,30.4,0.5,0
+23784,30.4,0.4,0
+23787,30.4,0.3,0
+23790,30.4,0.2,0
+23794,30.4,0.1,0
+23797,30.4,0,0
+23802,30.4,-0.1,0
+23807,30.4,-0.2,0
+23814,33.4,-0.3,0
+23821,33.4,-0.4,0
+23833,33.4,-0.5,0
+23866,33.4,-0.6,0
+23914,33.4,-0.7,0
+23930,33.4,-0.8,0
+23940,33.4,-0.9,0
+23949,33.4,-1,0
+23957,33.4,-1.1,0
+23968,33.4,-1.2,0
+23985,0,-1.2,14
+23986,35,-1.2,0
+24004,35,-1.1,0
+24015,35,-1,0
+24023,35,-0.9,0
+24030,35,-0.8,0
+24041,35,-0.7,0
+24050,35,-0.6,0
+24063,35,-0.5,0
+24087,35,-0.4,0
+24175,35,-0.3,0
+24181,35,-0.2,0
+24185,35,-0.1,0
+24188,35,0,0
+24190,35,0.1,0
+24194,35,0.2,0
+24196,35,0.3,0
+24198,35,0.4,0
+24200,35,0.5,0
+24201,35,0.7,0
+24203,35,0.8,0
+24205,35,0.9,0
+24206,35,1,0
+24208,35,1.2,0
+24210,35,1.3,0
+24211,35,1.5,0
+24213,35,1.6,0
+24214,35,1.7,0
+24216,35,1.9,0
+24217,35,2.1,0
+24219,35,2.2,0
+24220,35,2.3,0
+24221,35,2.5,0
+24223,35,2.6,0
+24224,35,2.7,0
+24225,35,2.9,0
+24227,35,3.1,0
+24228,35,3.2,0
+24229,35,3.3,0
+24230,35,3.5,0
+24232,35,3.7,0
+24233,35,3.8,0
+24234,35,3.9,0
+24235,35,4,0
+24236,35,4.1,0
+24237,35,4.2,0
+24238,35,4.4,0
+24239,35,4.5,0
+24240,35,4.6,0
+24241,35,4.7,0
+24242,35,4.8,0
+24243,0,4.9,31.8
+24244,27.2,4.9,0
+24245,27.2,5.1,0
+24247,27.2,5.2,0
+24248,27.2,5.3,0
+24249,27.2,5.4,0
+24250,27.2,5.5,0
+24252,27.2,5.6,0
+24253,27.2,5.7,0
+24255,27.2,5.8,0
+24257,27.2,5.9,0
+24260,27.2,6,0
+24269,27.2,5.9,0
+24273,27.2,5.8,0
+24275,27.2,5.7,0
+24277,27.2,5.6,0
+24279,27.2,5.5,0
+24280,27.2,5.4,0
+24282,27.2,5.3,0
+24283,27.2,5.1,0
+24284,27.2,5,0
+24286,27.2,4.9,0
+24287,27.2,4.7,0
+24289,27.2,4.6,0
+24290,27.2,4.4,0
+24292,27.2,4.2,0
+24293,27.2,4,0
+24295,27.2,3.9,0
+24296,27.2,3.7,0
+24298,27.2,3.5,0
+24299,27.2,3.3,0
+24301,27.2,3.1,0
+24302,27.2,2.9,0
+24304,27.2,2.8,0
+24305,27.2,2.6,0
+24306,27.2,2.5,0
+24307,27.2,2.2,0
+24309,27.2,2.1,0
+24310,27.2,2,0
+24311,27.2,1.8,0
+24312,18.8,1.7,0
+24313,18.8,1.6,0
+24314,18.8,1.5,0
+24315,32.5,1.3,0
+24316,32.5,1.2,0
+24317,32.5,1.1,0
+24318,32.5,1,0
+24319,32.5,0.8,0
+24320,32.5,0.7,0
+24321,32.5,0.6,0
+24323,32.5,0.5,0
+24324,32.5,0.4,0
+24325,32.5,0.2,0
+24326,32.5,0.1,0
+24327,32.5,0,0
+24329,32.5,-0.1,0
+24330,32.5,-0.2,0
+24331,32.5,-0.3,0
+24333,32.5,-0.4,0
+24334,32.5,-0.5,0
+24337,32.5,-0.6,0
+24338,32.5,-0.7,0
+24341,32.5,-0.8,0
+24344,32.5,-0.9,0
+24354,32.5,-0.8,0
+24358,32.5,-0.7,0
+24359,32.5,-0.6,0
+24361,32.5,-0.5,0
+24363,32.5,-0.4,0
+24365,32.5,-0.3,0
+24366,32.5,-0.2,0
+24368,32.5,-0.1,0
+24370,32.5,0.1,0
+24372,32.5,0.2,0
+24374,32.5,0.4,0
+24375,32.5,0.6,0
+24377,32.5,0.7,0
+24379,32.5,0.9,0
+24381,32.5,1.1,0
+24382,32.5,1.3,0
+24384,32.5,1.5,0
+24386,32.5,1.8,0
+24388,32.5,1.9,0
+24389,32.5,2.1,0
+24391,32.5,2.4,0
+24393,32.5,2.5,0
+24394,32.5,2.6,0
+24396,32.5,2.7,0
+24397,32.5,3,0
+24399,32.5,3.3,0
+24401,32.5,3.4,0
+24402,32.5,3.6,0
+24404,32.5,3.7,0
+24405,32.5,3.9,0
+24407,32.5,4,0
+24408,32.5,4.1,0
+24409,32.5,4.3,0
+24411,32.5,4.5,0
+24412,32.5,4.6,0
+24413,32.5,4.7,0
+24415,32.5,4.8,0
+24416,32.5,4.9,0
+24417,32.5,5,0
+24419,32.5,5.1,0
+24420,32.5,5.2,0
+24422,32.5,5.3,0
+24423,32.5,5.4,0
+24427,32.5,5.5,0
+24428,23,5.5,0
+24438,23,5.4,0
+24441,23,5.3,0
+24442,23,5.2,0
+24443,23,5.1,0
+24444,23,5,0
+24446,23,4.9,0
+24447,23,4.8,0
+24448,23,4.7,0
+24450,23,4.6,0
+24451,23,4.4,0
+24452,23,4.3,0
+24453,23,4.1,0
+24455,23,4,0
+24456,23,3.8,0
+24457,23,3.6,0
+24458,23,3.3,0
+24460,23,3.2,0
+24461,23,3.1,0
+24462,23,2.9,0
+24463,23,2.7,0
+24464,23,2.6,0
+24465,23,2.2,0
+24467,23,2,0
+24468,23,1.9,0
+24469,23,1.7,0
+24470,23,1.5,0
+24471,23,1.3,0
+24472,23,1.2,0
+24473,23,1,0
+24474,23,0.8,0
+24475,23,0.6,0
+24476,23,0.5,0
+24477,23,0.3,0
+24478,23,0.1,0
+24479,23,-0.1,0
+24480,23,-0.2,0
+24481,23,-0.4,0
+24482,23,-0.6,0
+24483,23,-0.7,0
+24484,23,-0.9,0
+24485,23,-1,0
+24486,23,-1.2,0
+24487,23,-1.3,0
+24488,23,-1.4,0
+24489,23,-1.6,0
+24490,23,-1.7,0
+24491,23,-1.8,0
+24492,23,-1.9,0
+24493,23,-2,0
+24494,23,-2.1,0
+24495,23,-2.3,0
+24497,23,-2.4,0
+24498,23,-2.5,0
+24499,23,-2.6,0
+24501,23,-2.7,0
+24502,23,-2.8,0
+24504,0,-3,83.8
+24505,20.6,-3,0
+24506,20.6,-3,0
+24511,20.6,-2.9,0
+24515,20.6,-2.8,0
+24517,20.6,-2.7,0
+24519,20.6,-2.6,0
+24521,20.6,-2.5,0
+24522,20.6,-2.4,0
+24524,20.6,-2.3,0
+24526,20.6,-2.2,0
+24527,20.6,-2.1,0
+24528,20.6,-2,0
+24530,20.6,-1.9,0
+24531,20.6,-1.8,0
+24533,20.6,-1.7,0
+24534,20.6,-1.6,0
+24535,20.6,-1.5,0
+24536,20.6,-1.4,0
+24538,20.6,-1.3,0
+24539,20.6,-1.2,0
+24541,20.6,-1.1,0
+24542,20.6,-1,0
+24543,20.6,-0.9,0
+24545,20.6,-0.8,0
+24546,20.6,-0.7,0
+24548,20.6,-0.6,0
+24550,20.6,-0.5,0
+24552,20.6,-0.4,0
+24554,20.6,-0.3,0
+24556,20.6,-0.2,0
+24558,20.6,-0.1,0
+24560,20.6,0,0
+24563,20.6,0.1,0
+24565,20.6,0.2,0
+24570,20.6,0.3,0
+24574,20.6,0.4,0
+24584,20.6,0.5,0
+24605,0,0.5,37.6
+24606,14.7,0.5,0
+24616,14.7,0.4,0
+24640,14.7,0.3,0
+24651,23.2,0.3,0
+24667,23.3,0.2,0
+24715,23.3,0.3,0
+24721,19,0.3,0
+24737,22.2,0.4,0
+24768,22.2,0.3,0
+24776,22.2,0.2,0
+24779,0,0.2,26.6
+24780,22.6,0.2,0
+24781,22.6,0.1,0
+24784,22.6,0,0
+24787,22.6,-0.1,0
+24790,22.6,-0.2,0
+24793,22.6,-0.3,0
+24796,22.6,-0.4,0
+24798,22.6,-0.5,0
+24801,22.6,-0.6,0
+24803,22.6,-0.7,0
+24804,22.6,-0.8,0
+24807,22.6,-0.9,0
+24809,22.6,-1,0
+24811,22.6,-1.1,0
+24814,22.6,-1.2,0
+24815,22.6,-1.3,0
+24818,22.6,-1.4,0
+24820,22.6,-1.5,0
+24822,22.6,-1.6,0
+24826,22.6,-1.7,0
+24830,22.6,-1.8,0
+24838,16.6,-1.8,0
+24840,16.6,-1.7,0
+24844,16.6,-1.6,0
+24846,23,-1.6,0
+24847,23,-1.5,0
+24848,23,-1.4,0
+24850,23,-1.3,0
+24851,23,-1.2,0
+24853,23,-1.1,0
+24854,23,-1,0
+24855,23,-0.9,0
+24857,23,-0.8,0
+24858,23,-0.7,0
+24859,23,-0.5,0
+24860,23,-0.4,0
+24861,23,-0.2,0
+24863,23,-0.1,0
+24864,23,0.1,0
+24865,23,0.2,0
+24866,23,0.5,0
+24868,23,0.6,0
+24869,23,0.8,0
+24870,23,1,0
+24871,23,1.1,0
+24872,23,1.4,0
+24874,23,1.6,0
+24875,23,1.8,0
+24876,23,1.9,0
+24877,23,2.1,0
+24878,23,2.2,0
+24879,23,2.4,0
+24880,23,2.6,0
+24881,23,2.7,0
+24882,23,2.9,0
+24883,23,3.1,0
+24884,23,3.3,0
+24885,23,3.5,0
+24886,23,3.6,0
+24887,23,3.7,0
+24888,23,3.9,0
+24889,23,4.1,0
+24890,23,4.2,0
+24891,23,4.4,0
+24892,23,4.5,0
+24893,0,4.7,36.6
+24894,15.9,4.7,0
+24895,15.9,4.9,0
+24896,15.9,5,0
+24897,15.9,5.2,0
+24898,15.9,5.3,0
+24899,15.9,5.4,0
+24900,15.9,5.5,0
+24901,15.9,5.6,0
+24903,15.9,5.7,0
+24904,15.9,5.8,0
+24905,15.9,5.9,0
+24907,15.9,6,0
+24911,15.9,6.1,0
+24913,15.9,6,0
+24917,15.9,5.9,0
+24919,15.9,5.8,0
+24921,15.9,5.7,0
+24922,15.9,5.6,0
+24923,15.9,5.5,0
+24924,15.9,5.4,0
+24925,15.9,5.1,0
+24927,15.9,5,0
+24928,10.4,4.9,0
+24929,22.5,4.7,0
+24930,22.5,4.6,0
+24931,22.5,4.4,0
+24932,22.5,4.2,0
+24933,22.5,4.1,0
+24934,22.5,3.9,0
+24935,22.5,3.7,0
+24936,22.5,3.5,0
+24937,22.5,3.3,0
+24938,22.5,3.1,0
+24939,22.5,2.9,0
+24940,22.5,2.7,0
+24941,22.5,2.5,0
+24942,22.5,2.3,0
+24943,22.5,2.1,0
+24944,22.5,1.9,0
+24945,22.5,1.7,0
+24946,22.5,1.4,0
+24947,22.5,1.2,0
+24948,22.5,1,0
+24949,22.5,0.5,0
+24951,22.5,0.3,0
+24952,22.5,0.1,0
+24953,22.5,-0.2,0
+24954,22.5,-0.4,0
+24955,22.5,-0.9,0
+24957,22.5,-1.1,0
+24958,22.5,-1.3,0
+24959,22.5,-1.5,0
+24960,22.5,-1.7,0
+24961,22.5,-1.9,0
+24962,22.5,-2.3,0
+24964,22.5,-2.5,0
+24965,17.6,-2.7,0
+24966,17.6,-2.9,0
+24967,17.6,-3.1,0
+24968,29.3,-3.3,0
+24969,29.3,-3.5,0
+24970,29.3,-3.6,0
+24971,29.3,-3.9,0
+24973,29.3,-4.1,0
+24974,29.3,-4.2,0
+24975,29.3,-4.4,0
+24976,29.3,-4.5,0
+24977,29.3,-4.7,0
+24979,29.3,-4.8,0
+24980,29.3,-5,0
+24981,29.3,-5.1,0
+24983,29.3,-5.2,0
+24984,29.3,-5.3,0
+24986,29.3,-5.4,0
+24987,29.3,-5.5,0
+24990,29.3,-5.6,0
+25000,29.3,-5.5,0
+25001,29.3,-5.4,0
+25003,29.3,-5.3,0
+25005,29.3,-5.2,0
+25006,29.3,-5.1,0
+25008,29.3,-5,0
+25009,29.3,-4.8,0
+25011,29.3,-4.7,0
+25012,29.3,-4.5,0
+25014,29.3,-4.3,0
+25015,29.3,-4.1,0
+25017,29.3,-4,0
+25018,29.3,-3.8,0
+25019,29.3,-3.5,0
+25021,29.3,-3.4,0
+25022,29.3,-3.2,0
+25023,29.3,-3.1,0
+25024,29.3,-2.7,0
+25026,29.3,-2.6,0
+25027,29.3,-2.4,0
+25028,29.3,-2.3,0
+25029,29.3,-2.1,0
+25030,29.3,-1.9,0
+25031,29.3,-1.7,0
+25032,29.3,-1.5,0
+25033,29.3,-1.3,0
+25034,29.3,-1.2,0
+25035,29.3,-1,0
+25036,29.3,-0.8,0
+25037,29.3,-0.6,0
+25038,29.3,-0.4,0
+25039,29.3,-0.3,0
+25040,29.3,-0.1,0
+25041,29.3,0.1,0
+25042,0,0.3,8.8
+25043,36.8,0.3,0
+25044,36.8,0.6,0
+25045,36.8,0.8,0
+25046,36.8,0.9,0
+25047,36.8,1.1,0
+25048,36.8,1.2,0
+25049,36.8,1.4,0
+25050,36.8,1.5,0
+25051,36.8,1.7,0
+25052,36.8,1.8,0
+25053,36.8,2,0
+25054,36.8,2.1,0
+25055,36.8,2.3,0
+25057,36.8,2.5,0
+25058,36.8,2.6,0
+25059,36.8,2.7,0
+25060,36.8,2.8,0
+25061,36.8,3,0
+25063,36.8,3.1,0
+25064,36.8,3.2,0
+25065,36.8,3.3,0
+25067,36.8,3.4,0
+25068,36.8,3.5,0
+25069,36.8,3.6,0
+25071,36.8,3.7,0
+25072,36.8,3.8,0
+25074,36.8,3.9,0
+25077,36.8,4,0
+25088,36.8,3.9,0
+25091,36.8,3.8,0
+25093,36.8,3.7,0
+25095,36.8,3.6,0
+25097,36.8,3.5,0
+25098,36.8,3.4,0
+25100,36.8,3.3,0
+25102,36.8,3.2,0
+25104,36.8,3.1,0
+25106,36.8,2.9,0
+25108,36.8,2.8,0
+25109,36.8,2.6,0
+25111,36.8,2.4,0
+25113,36.8,2.3,0
+25115,36.8,2.1,0
+25117,36.8,1.9,0
+25119,36.8,1.7,0
+25121,36.8,1.5,0
+25123,36.8,1.3,0
+25125,36.8,1.1,0
+25127,36.8,0.9,0
+25129,36.8,0.7,0
+25131,36.8,0.5,0
+25133,36.8,0.3,0
+25135,36.8,0.1,0
+25137,36.8,-0.1,0
+25139,36.8,-0.2,0
+25141,36.8,-0.4,0
+25143,36.8,-0.6,0
+25145,36.8,-0.8,0
+25147,36.8,-1,0
+25149,36.8,-1.1,0
+25151,36.8,-1.3,0
+25153,36.8,-1.5,0
+25155,36.8,-1.6,0
+25157,36.8,-1.8,0
+25159,36.8,-1.9,0
+25161,36.8,-2.1,0
+25163,36.8,-2.2,0
+25165,36.8,-2.3,0
+25167,36.8,-2.4,0
+25169,36.8,-2.5,0
+25171,36.8,-2.6,0
+25173,36.8,-2.7,0
+25175,36.8,-2.8,0
+25176,36.8,-2.9,0
+25180,36.8,-3,0
+25184,36.8,-3.1,0
+25191,36.8,-3.2,0
+25197,36.8,-3.1,0
+25203,36.8,-3,0
+25207,36.8,-2.9,0
+25210,36.8,-2.8,0
+25212,36.8,-2.7,0
+25214,36.8,-2.6,0
+25217,36.8,-2.5,0
+25219,36.8,-2.4,0
+25221,36.8,-2.3,0
+25222,36.8,-2.2,0
+25223,36.8,-2.1,0
+25225,36.8,-2,0
+25227,14.8,-1.9,0
+25228,14.8,-1.8,0
+25229,23.7,-1.8,0
+25230,23.7,-1.7,0
+25231,23.7,-1.6,0
+25233,23.7,-1.5,0
+25234,23.7,-1.4,0
+25235,23.7,-1.3,0
+25236,23.7,-1.2,0
+25238,23.7,-1.1,0
+25239,23.7,-1,0
+25240,23.7,-0.9,0
+25242,23.7,-0.8,0
+25244,23.7,-0.7,0
+25245,23.7,-0.6,0
+25246,23.7,-0.5,0
+25248,23.7,-0.4,0
+25249,23.7,-0.3,0
+25250,23.7,-0.2,0
+25251,23.7,-0.1,0
+25253,23.7,0,0
+25254,23.7,0.1,0
+25255,23.7,0.2,0
+25257,23.7,0.3,0
+25259,23.7,0.4,0
+25260,23.7,0.5,0
+25262,23.7,0.6,0
+25263,23.7,0.7,0
+25265,23.7,0.8,0
+25267,23.7,0.9,0
+25269,23.7,1,0
+25271,23.7,1.1,0
+25273,23.7,1.2,0
+25275,23.7,1.3,0
+25278,10,1.4,0
+25282,22.6,1.5,0
+25298,22.6,1.4,0
+25301,22.6,1.3,0
+25304,22.6,1.2,0
+25307,22.6,1.1,0
+25308,22.6,1,0
+25310,22.6,0.9,0
+25312,22.6,0.8,0
+25313,22.6,0.7,0
+25315,22.6,0.6,0
+25317,22.6,0.5,0
+25318,22.6,0.4,0
+25319,22.6,0.3,0
+25320,22.6,0.2,0
+25321,22.6,0.1,0
+25323,22.6,0,0
+25324,22.6,-0.1,0
+25326,22.6,-0.2,0
+25327,22.6,-0.3,0
+25328,22.6,-0.4,0
+25329,22.6,-0.5,0
+25330,16.7,-0.7,0
+25332,35.2,-0.8,0
+25333,35.2,-0.9,0
+25334,35.2,-1,0
+25336,35.2,-1.1,0
+25337,35.2,-1.2,0
+25338,35.2,-1.3,0
+25340,35.2,-1.4,0
+25341,35.2,-1.5,0
+25342,35.2,-1.6,0
+25343,35.2,-1.7,0
+25345,35.2,-1.8,0
+25346,35.2,-1.9,0
+25347,35.2,-2,0
+25349,35.2,-2.1,0
+25351,35.2,-2.2,0
+25352,35.2,-2.3,0
+25353,35.2,-2.4,0
+25356,35.2,-2.5,0
+25357,35.2,-2.6,0
+25360,35.2,-2.7,0
+25363,35.2,-2.8,0
+25365,35.2,-2.9,0
+25373,35.2,-3,0
+25375,35.2,-2.9,0
+25383,35.2,-2.8,0
+25386,35.2,-2.7,0
+25390,35.2,-2.6,0
+25393,35.2,-2.5,0
+25395,35.2,-2.4,0
+25397,35.2,-2.3,0
+25398,35.2,-2.2,0
+25400,35.2,-2.1,0
+25404,35.2,-2,0
+25405,35.2,-1.9,0
+25407,35.2,-1.8,0
+25409,35.2,-1.7,0
+25411,35.2,-1.6,0
+25412,35.2,-1.5,0
+25414,35.2,-1.4,0
+25416,35.2,-1.2,0
+25418,35.2,-1.1,0
+25420,35.2,-1,0
+25421,35.2,-0.9,0
+25423,35.2,-0.8,0
+25425,35.2,-0.7,0
+25427,35.2,-0.6,0
+25429,35.2,-0.5,0
+25430,35.2,-0.4,0
+25432,35.2,-0.3,0
+25434,35.2,-0.2,0
+25438,35.2,-0.1,0
+25440,35.2,0,0
+25442,35.2,0.1,0
+25444,35.2,0.2,0
+25445,35.2,0.3,0
+25449,35.2,0.4,0
+25451,35.2,0.5,0
+25455,35.2,0.6,0
+25459,35.2,0.7,0
+25465,35.2,0.8,0
+25471,35.2,0.9,0
+25498,35.2,0.8,0
+25511,35.2,0.7,0
+25521,35.2,0.6,0
+25538,35.2,0.5,0
+25572,35.2,0.6,0
+25599,35.2,0.7,0
+25612,35.2,0.8,0
+25620,35.2,0.9,0
+25626,35.2,1,0
+25632,35.2,1.1,0
+25635,35.2,1.2,0
+25639,35.2,1.3,0
+25643,35.2,1.4,0
+25646,35.2,1.5,0
+25648,35.2,1.6,0
+25650,35.2,1.7,0
+25654,35.2,1.8,0
+25655,35.2,1.9,0
+25657,35.2,2,0
+25660,35.2,2.1,0
+25662,35.2,2.2,0
+25664,35.2,2.3,0
+25665,35.2,2.4,0
+25668,35.2,2.5,0
+25670,35.2,2.6,0
+25671,35.2,2.7,0
+25673,35.2,2.8,0
+25676,35.2,2.9,0
+25677,35.2,3,0
+25680,35.2,3.1,0
+25681,35.2,3.2,0
+25683,35.2,3.3,0
+25686,35.2,3.4,0
+25688,35.2,3.5,0
+25691,35.2,3.6,0
+25694,35.2,3.7,0
+25699,0,3.8,3.8
+25700,26.5,3.8,0
+25701,26.5,3.8,0
+25704,26.5,3.7,0
+25709,26.5,3.6,0
+25713,26.5,3.5,0
+25715,26.5,3.4,0
+25717,26.5,3.3,0
+25718,26.5,3.2,0
+25720,26.5,3.1,0
+25722,26.5,3,0
+25723,26.5,2.9,0
+25724,26.5,2.8,0
+25725,26.5,2.7,0
+25726,26.5,2.6,0
+25728,26.5,2.5,0
+25729,26.5,2.4,0
+25730,26.5,2.2,0
+25732,26.5,2.1,0
+25733,26.5,2,0
+25734,26.5,1.8,0
+25736,26.5,1.7,0
+25737,26.5,1.5,0
+25738,26.5,1.3,0
+25740,26.5,1.2,0
+25741,26.5,1.1,0
+25742,26.5,0.9,0
+25744,26.5,0.8,0
+25745,26.5,0.5,0
+25747,26.5,0.4,0
+25748,26.5,0.2,0
+25750,26.5,0.1,0
+25751,26.5,0,0
+25752,26.5,-0.2,0
+25754,26.5,-0.3,0
+25755,26.5,-0.5,0
+25757,26.5,-0.7,0
+25758,26.5,-0.8,0
+25760,26.5,-0.9,0
+25761,26.5,-1.1,0
+25763,26.5,-1.2,0
+25764,26.5,-1.3,0
+25765,26.5,-1.4,0
+25768,26.5,-1.5,0
+25769,26.5,-1.6,0
+25772,26.5,-1.7,0
+25775,26.5,-1.8,0
+25787,26.5,-1.7,0
+25790,26.5,-1.6,0
+25793,26.5,-1.5,0
+25795,26.5,-1.4,0
+25796,26.5,-1.3,0
+25798,26.5,-1.2,0
+25800,26.5,-1.1,0
+25801,26.5,-1,0
+25802,26.5,-0.9,0
+25804,26.5,-0.8,0
+25805,0,-0.7,35.2
+25806,31.8,-0.7,0
+25807,31.8,-0.5,0
+25809,31.8,-0.4,0
+25811,31.8,-0.3,0
+25812,31.8,-0.2,0
+25814,31.8,-0.1,0
+25815,31.8,0,0
+25816,31.8,0.1,0
+25818,31.8,0.2,0
+25819,31.8,0.3,0
+25821,31.8,0.4,0
+25823,31.8,0.5,0
+25825,31.8,0.6,0
+25827,31.8,0.7,0
+25830,31.8,0.8,0
+25833,31.8,0.9,0
+25849,31.8,0.8,0
+25854,31.8,0.7,0
+25857,31.8,0.6,0
+25860,31.8,0.5,0
+25862,31.8,0.4,0
+25865,31.8,0.3,0
+25867,31.8,0.2,0
+25868,31.8,0.1,0
+25872,31.8,0,0
+25873,31.8,-0.1,0
+25875,31.8,-0.2,0
+25879,31.8,-0.3,0
+25880,31.8,-0.4,0
+25882,31.8,-0.5,0
+25886,31.8,-0.6,0
+25889,31.8,-0.7,0
+25892,31.8,-0.8,0
+25895,31.8,-0.9,0
+25901,31.8,-1,0
+25906,31.8,-1.1,0
+25912,17.9,-1.1,0
+25917,33.9,-1.1,0
+25928,33.9,-1,0
+25937,33.9,-0.9,0
+25944,33.9,-0.8,0
+25950,33.9,-0.7,0
+25957,33.9,-0.6,0
+25964,33.9,-0.5,0
+25974,33.9,-0.4,0
+25983,33.9,-0.3,0
+25998,33.9,-0.2,0
+26011,33.9,-0.1,0
+26018,33.9,0,0
+26024,33.9,0.1,0
+26029,33.9,0.2,0
+26033,33.9,0.3,0
+26038,33.9,0.4,0
+26039,33.9,0.5,0
+26043,33.9,0.6,0
+26046,33.9,0.7,0
+26049,33.9,0.8,0
+26051,33.9,0.9,0
+26054,33.9,1,0
+26057,33.9,1.1,0
+26059,33.9,1.2,0
+26062,33.9,1.3,0
+26064,33.9,1.4,0
+26067,33.9,1.5,0
+26070,33.9,1.6,0
+26074,33.9,1.7,0
+26077,0,1.7,32.6
+26078,37,1.7,0
+26096,37,1.7,0
+26100,37,1.6,0
+26104,37,1.5,0
+26107,37,1.4,0
+26108,37,1.3,0
+26111,37,1.2,0
+26113,37,1.1,0
+26115,37,1,0
+26118,37,0.9,0
+26120,37,0.8,0
+26121,37,0.7,0
+26123,37,0.6,0
+26125,37,0.5,0
+26127,37,0.4,0
+26129,37,0.3,0
+26131,37,0.2,0
+26132,37,0.1,0
+26134,37,0,0
+26136,37,-0.1,0
+26138,37,-0.2,0
+26140,37,-0.3,0
+26142,37,-0.4,0
+26144,37,-0.5,0
+26148,37,-0.6,0
+26150,37,-0.7,0
+26152,37,-0.8,0
+26156,37,-0.9,0
+26158,37,-1,0
+26162,37,-1.1,0
+26166,37,-1.2,0
+26176,37,-1.3,0
+26182,37,-1.2,0
+26193,37,-1.1,0
+26197,37,-1,0
+26201,37,-0.9,0
+26203,37,-0.8,0
+26207,37,-0.7,0
+26209,37,-0.6,0
+26211,37,-0.5,0
+26213,37,-0.4,0
+26214,37,-0.3,0
+26218,37,-0.2,0
+26220,37,-0.1,0
+26222,37,0,0
+26223,37,0.1,0
+26225,37,0.2,0
+26227,37,0.3,0
+26228,37,0.4,0
+26230,37,0.5,0
+26232,37,0.6,0
+26235,37,0.7,0
+26236,37,0.8,0
+26238,37,0.9,0
+26240,37,1,0
+26241,37,1.1,0
+26243,37,1.2,0
+26246,37,1.3,0
+26248,37,1.4,0
+26251,37,1.5,0
+26254,37,1.7,0
+26255,0,1.7,12.2
+26256,30.1,1.7,0
+26257,30.1,1.7,0
+26264,30.1,1.8,0
+26273,30.1,1.7,0
+26280,30.1,1.6,0
+26284,30.1,1.5,0
+26287,30.1,1.4,0
+26290,30.1,1.3,0
+26294,30.1,1.2,0
+26297,30.1,1.1,0
+26298,30.1,1,0
+26302,30.1,0.9,0
+26303,30.1,0.8,0
+26307,30.1,0.7,0
+26310,30.1,0.6,0
+26312,30.1,0.5,0
+26315,30.1,0.4,0
+26318,30.1,0.3,0
+26321,30.1,0.2,0
+26325,30.1,0.1,0
+26330,30.1,0,0
+26336,30.1,-0.1,0
+26347,30.1,-0.2,0
+26357,30.1,-0.1,0
+26386,0,-0.1,6.2
+26387,38.6,-0.1,0
+26396,38.6,-0.2,0
+26402,38.6,-0.3,0
+26406,38.6,-0.4,0
+26411,38.6,-0.5,0
+26414,38.6,-0.6,0
+26417,38.6,-0.7,0
+26421,38.6,-0.8,0
+26424,38.6,-0.9,0
+26428,38.6,-1,0
+26431,38.6,-1.1,0
+26435,38.6,-1.2,0
+26439,38.6,-1.3,0
+26444,38.6,-1.4,0
+26449,38.6,-1.5,0
+26456,38.6,-1.6,0
+26473,38.6,-1.7,0
+26501,38.6,-1.6,0
+26536,38.6,-1.5,0
+26551,38.6,-1.4,0
+26559,38.6,-1.3,0
+26568,38.6,-1.2,0
+26575,38.6,-1.1,0
+26581,38.6,-1,0
+26587,38.6,-0.9,0
+26592,38.6,-0.8,0
+26596,38.6,-0.7,0
+26600,38.6,-0.6,0
+26604,38.6,-0.5,0
+26609,38.6,-0.4,0
+26613,38.6,-0.3,0
+26617,38.6,-0.2,0
+26622,38.6,-0.1,0
+26624,38.6,0,0
+26628,38.6,0.1,0
+26632,38.6,0.2,0
+26634,38.6,0.3,0
+26639,38.6,0.4,0
+26643,38.6,0.5,0
+26647,38.6,0.6,0
+26651,38.6,0.7,0
+26655,38.6,0.8,0
+26659,38.6,0.9,0
+26664,38.6,1,0
+26666,38.6,1.1,0
+26670,38.6,1.2,0
+26674,38.6,1.3,0
+26678,38.6,1.4,0
+26682,38.6,1.5,0
+26686,38.6,1.6,0
+26690,38.6,1.7,0
+26694,38.6,1.8,0
+26696,38.6,1.9,0
+26700,38.6,2,0
+26702,38.6,2.1,0
+26706,38.6,2.2,0
+26708,38.6,2.3,0
+26712,38.6,2.4,0
+26714,38.6,2.5,0
+26715,38.6,2.6,0
+26719,38.6,2.7,0
+26721,38.6,2.8,0
+26724,38.6,2.9,0
+26726,38.6,3,0
+26729,38.6,3.1,0
+26732,38.6,3.2,0
+26735,38.6,3.3,0
+26738,38.6,3.4,0
+26742,38.6,3.5,0
+26749,38.6,3.6,0
+26754,22.5,3.6,0
+26762,22.5,3.5,0
+26766,22.5,3.4,0
+26770,22.5,3.3,0
+26772,22.5,3.2,0
+26775,22.5,3.1,0
+26776,22.5,3,0
+26779,22.5,2.9,0
+26780,22.5,2.8,0
+26782,22.5,2.7,0
+26783,22.5,2.6,0
+26784,22.5,2.5,0
+26786,22.5,2.4,0
+26787,22.5,2.3,0
+26789,22.5,2.2,0
+26790,22.5,2.1,0
+26791,22.5,2,0
+26792,22.5,1.9,0
+26793,22.5,1.8,0
+26794,22.5,1.7,0
+26795,22.5,1.6,0
+26796,22.5,1.5,0
+26797,22.5,1.4,0
+26798,22.5,1.3,0
+26799,22.5,1.2,0
+26800,22.5,1.1,0
+26801,22.5,1,0
+26802,22.5,0.8,0
+26803,22.5,0.7,0
+26804,22.5,0.6,0
+26805,0,0.4,84.4
+26806,22.4,0.4,0
+26807,22.4,0.2,0
+26808,22.4,0.1,0
+26809,22.4,-0.1,0
+26810,22.4,-0.3,0
+26812,22.4,-0.4,0
+26813,22.4,-0.5,0
+26814,22.4,-0.7,0
+26815,22.4,-0.8,0
+26816,22.4,-1,0
+26817,22.4,-1.1,0
+26818,22.4,-1.2,0
+26819,22.4,-1.3,0
+26820,22.4,-1.5,0
+26821,22.4,-1.6,0
+26822,22.4,-1.7,0
+26823,22.4,-1.9,0
+26824,22.4,-2,0
+26825,22.4,-2.2,0
+26826,22.4,-2.3,0
+26827,22.4,-2.4,0
+26828,22.4,-2.7,0
+26830,22.4,-2.8,0
+26831,22.4,-3,0
+26832,22.4,-3.1,0
+26833,22.4,-3.3,0
+26834,22.4,-3.5,0
+26836,22.4,-3.6,0
+26837,22.4,-3.8,0
+26838,22.4,-3.9,0
+26839,22.4,-4.1,0
+26841,22.4,-4.2,0
+26842,22.4,-4.4,0
+26843,22.4,-4.5,0
+26844,22.4,-4.6,0
+26845,22.4,-4.8,0
+26847,22.4,-4.9,0
+26848,22.4,-5,0
+26849,22.4,-5.1,0
+26850,22.4,-5.2,0
+26851,22.4,-5.3,0
+26853,22.4,-5.4,0
+26854,22.4,-5.5,0
+26855,22.4,-5.6,0
+26857,22.4,-5.7,0
+26858,22.4,-5.8,0
+26861,22.4,-5.9,0
+26863,22.4,-6,0
+26871,0,-6,36.2
+26872,31.6,-6,0
+26874,31.6,-5.9,0
+26877,31.6,-5.8,0
+26879,31.6,-5.7,0
+26881,31.6,-5.6,0
+26883,31.6,-5.5,0
+26884,31.6,-5.4,0
+26886,31.6,-5.3,0
+26888,31.6,-5.2,0
+26889,31.6,-5.1,0
+26890,31.6,-5,0
+26891,31.6,-4.9,0
+26893,31.6,-4.8,0
+26894,31.6,-4.6,0
+26895,31.6,-4.5,0
+26896,31.6,-4.4,0
+26898,31.6,-4.2,0
+26899,31.6,-4,0
+26901,31.6,-3.9,0
+26902,31.6,-3.7,0
+26904,31.6,-3.6,0
+26905,31.6,-3.4,0
+26907,31.6,-3.3,0
+26908,31.6,-3.2,0
+26910,31.6,-3,0
+26911,31.6,-2.8,0
+26913,31.6,-2.6,0
+26915,31.6,-2.5,0
+26916,31.6,-2.4,0
+26918,31.6,-2.2,0
+26920,31.6,-2.1,0
+26921,31.6,-1.9,0
+26923,31.6,-1.7,0
+26925,31.6,-1.6,0
+26926,31.6,-1.5,0
+26928,31.6,-1.3,0
+26930,31.6,-1.2,0
+26931,31.6,-1.1,0
+26933,31.6,-1,0
+26935,31.6,-0.9,0
+26937,31.6,-0.8,0
+26938,31.6,-0.7,0
+26940,31.6,-0.6,0
+26942,31.6,-0.5,0
+26944,31.6,-0.4,0
+26945,31.6,-0.3,0
+26947,31.6,-0.2,0
+26951,31.6,-0.1,0
+26953,31.6,0,0
+26956,31.6,0.1,0
+26960,31.6,0.2,0
+26965,31.6,0.3,0
+26970,31.6,0.4,0
+26998,31.6,0.3,0
+27005,31.6,0.2,0
+27012,31.6,0.1,0
+27017,31.6,0,0
+27022,31.6,-0.1,0
+27027,31.6,-0.2,0
+27033,31.6,-0.3,0
+27038,31.6,-0.4,0
+27043,31.6,-0.5,0
+27053,31.6,-0.6,0
+27070,31.6,-0.5,0
+27078,31.6,-0.4,0
+27083,31.6,-0.3,0
+27087,22.2,-0.3,0
+27088,22.2,-0.2,0
+27091,30.4,-0.1,0
+27095,30.4,0,0
+27098,30.4,0.1,0
+27101,30.4,0.2,0
+27104,30.4,0.3,0
+27107,30.4,0.4,0
+27110,30.4,0.5,0
+27112,30.4,0.6,0
+27115,30.4,0.7,0
+27118,30.4,0.8,0
+27121,30.4,0.9,0
+27124,30.4,1,0
+27127,30.4,1.1,0
+27131,30.4,1.2,0
+27134,30.4,1.3,0
+27136,30.4,1.4,0
+27139,30.4,1.5,0
+27142,30.4,1.6,0
+27147,30.4,1.7,0
+27151,30.4,1.8,0
+27154,30.4,1.9,0
+27159,30.4,2,0
+27164,30.4,2.1,0
+27172,30.4,2.2,0
+27194,30.4,2.1,0
+27199,30.4,2,0
+27203,30.4,1.9,0
+27207,0,1.9,8.6
+27208,32,1.9,0
+27210,32,1.7,0
+27213,32,1.6,0
+27215,32,1.5,0
+27217,32,1.4,0
+27220,32,1.3,0
+27222,32,1.2,0
+27224,32,1.1,0
+27227,32,1,0
+27228,32,0.9,0
+27231,32,0.8,0
+27234,32,0.7,0
+27235,32,0.6,0
+27238,32,0.5,0
+27239,32,0.4,0
+27242,32,0.3,0
+27245,32,0.2,0
+27248,32,0.1,0
+27252,32,0,0
+27255,32,-0.1,0
+27258,32,-0.2,0
+27265,32,-0.3,0
+27296,32,-0.2,0
+27309,32,-0.1,0
+27355,32,-0.2,0
+27363,36.6,-0.2,0
+27368,36.6,-0.3,0
+27381,36.6,-0.4,0
+27395,36.6,-0.5,0
+27415,36.6,-0.6,0
+27450,36.6,-0.5,0
+27477,36.6,-0.4,0
+27499,36.6,-0.3,0
+27521,36.6,-0.2,0
+27548,36.6,-0.1,0
+27608,36.6,-0.2,0
+27637,36.6,-0.3,0
+27699,36.6,-0.4,0
+27709,36.6,-0.5,0
+27718,36.6,-0.6,0
+27729,36.6,-0.7,0
+27735,0,-0.7,9.4
+27736,38.7,-0.7,0
+27749,38.7,-0.6,0
+27758,38.7,-0.5,0
+27764,38.7,-0.4,0
+27770,38.7,-0.3,0
+27776,38.7,-0.2,0
+27781,38.7,-0.1,0
+27787,38.7,0,0
+27796,38.7,0.1,0
+27831,38.7,0,0
+27845,38.7,-0.1,0
+27860,38.7,-0.2,0
+27918,38.7,-0.1,0
+27935,38.7,0,0
+27947,38.7,0.1,0
+27958,38.7,0.2,0
+27968,38.7,0.3,0
+27978,38.7,0.4,0
+28013,38.7,0.3,0
+28019,38.7,0.2,0
+28025,38.7,0.1,0
+28029,38.7,0,0
+28033,38.7,-0.1,0
+28039,38.7,-0.2,0
+28045,38.7,-0.3,0
+28058,38.7,-0.2,0
+28059,0,-0.2,13.4
+28060,22.3,-0.2,0
+28063,22.3,-0.1,0
+28067,22.3,0,0
+28069,22.3,0.1,0
+28072,22.3,0.2,0
+28074,22.3,0.3,0
+28076,22.3,0.4,0
+28078,22.3,0.5,0
+28079,22.3,0.6,0
+28081,22.3,0.7,0
+28082,22.3,0.8,0
+28083,22.3,0.9,0
+28085,22.3,1,0
+28086,22.3,1.1,0
+28088,22.3,1.2,0
+28090,22.3,1.3,0
+28091,22.3,1.4,0
+28092,22.3,1.5,0
+28094,22.3,1.6,0
+28096,22.3,1.7,0
+28097,22.3,1.8,0
+28098,22.3,1.9,0
+28101,22.3,2,0
+28102,22.3,2.1,0
+28105,22.3,2.2,0
+28106,22.3,2.3,0
+28110,22.3,2.4,0
+28112,22.3,2.5,0
+28117,18.2,2.5,0
+28118,18.2,2.6,0
+28121,36,2.6,0
+28123,36,2.5,0
+28129,36,2.4,0
+28132,36,2.3,0
+28135,36,2.2,0
+28137,36,2.1,0
+28140,36,2,0
+28142,36,1.9,0
+28144,36,1.8,0
+28146,36,1.7,0
+28147,36,1.6,0
+28150,36,1.5,0
+28152,36,1.4,0
+28153,36,1.3,0
+28155,36,1.2,0
+28156,36,1.1,0
+28158,36,1,0
+28161,36,0.9,0
+28163,36,0.8,0
+28165,36,0.7,0
+28166,36,0.6,0
+28169,36,0.5,0
+28171,36,0.4,0
+28175,36,0.3,0
+28178,36,0.2,0
+28182,36,0.1,0
+28185,36,0,0
+28191,36,-0.1,0
+28226,36,0,0
+28242,36,0.1,0
+28262,36,0.2,0
+28304,36,0.1,0
+28319,36,0,0
+28329,36,-0.1,0
+28339,36,-0.2,0
+28340,17.6,-0.2,0
+28343,33.9,-0.2,0
+28348,33.9,-0.3,0
+28357,33.9,-0.4,0
+28367,33.9,-0.5,0
+28377,33.9,-0.6,0
+28391,33.9,-0.7,0
+28407,33.9,-0.8,0
+28428,33.9,-0.9,0
+28468,33.9,-0.8,0
+28491,33.9,-0.7,0
+28515,33.9,-0.6,0
+28555,33.9,-0.5,0
+28597,33.9,-0.6,0
+28623,33.9,-0.7,0
+28638,33.9,-0.8,0
+28650,33.9,-0.9,0
+28666,33.9,-1,0
+28700,33.9,-0.9,0
+28711,33.9,-0.8,0
+28720,33.9,-0.7,0
+28727,33.9,-0.6,0
+28734,33.9,-0.5,0
+28740,33.9,-0.4,0
+28747,33.9,-0.3,0
+28754,33.9,-0.2,0
+28763,33.9,-0.1,0
+28772,33.9,0,0
+28788,33.9,0.1,0
+28829,29.6,0.1,0
+28831,29.6,0.2,0
+28834,38.1,0.2,0
+28856,38.1,0.3,0
+28871,38.1,0.4,0
+28882,38.1,0.5,0
+28892,38.1,0.6,0
+28900,38.1,0.7,0
+28909,38.1,0.8,0
+28917,38.1,0.9,0
+28925,38.1,1,0
+28934,38.1,1.1,0
+28942,38.1,1.2,0
+28951,38.1,1.3,0
+28961,38.1,1.4,0
+28974,38.1,1.5,0
+28984,41.3,1.5,0
+29011,41.3,1.4,0
+29025,41.3,1.3,0
+29034,41.3,1.2,0
+29040,41.3,1.1,0
+29048,41.3,1,0
+29054,41.3,0.9,0
+29060,41.3,0.8,0
+29066,41.3,0.7,0
+29071,41.3,0.6,0
+29076,41.3,0.5,0
+29079,41.3,0.4,0
+29084,41.3,0.3,0
+29089,41.3,0.2,0
+29094,41.3,0.1,0
+29098,41.3,0,0
+29103,41.3,-0.1,0
+29107,41.3,-0.2,0
+29108,24.2,-0.2,0
+29111,24.2,-0.3,0
+29115,24.2,-0.4,0
+29120,24.2,-0.5,0
+29126,24.2,-0.6,0
+29133,24.2,-0.7,0
+29140,0,-0.7,11.6
+29141,31.7,-0.7,0
+29164,31.7,-0.6,0
+29172,31.7,-0.5,0
+29180,31.7,-0.4,0
+29188,31.7,-0.3,0
+29197,31.7,-0.2,0
+29209,31.7,-0.1,0
+29244,31.7,-0.2,0
+29257,31.7,-0.3,0
+29267,0,-0.3,11
+29268,34.6,-0.3,0
+29274,34.6,-0.5,0
+29281,34.6,-0.6,0
+29288,34.6,-0.7,0
+29296,34.6,-0.8,0
+29305,34.6,-0.9,0
+29326,34.6,-0.8,0
+29334,34.6,-0.7,0
+29339,34.6,-0.6,0
+29343,34.6,-0.5,0
+29347,34.6,-0.4,0
+29349,34.6,-0.3,0
+29351,34.6,-0.2,0
+29355,34.6,-0.1,0
+29356,34.6,0,0
+29358,34.6,0.1,0
+29360,34.6,0.2,0
+29362,34.6,0.3,0
+29364,34.6,0.4,0
+29366,34.6,0.5,0
+29368,34.6,0.6,0
+29370,34.6,0.7,0
+29372,34.6,0.9,0
+29374,34.6,1,0
+29375,34.6,1.1,0
+29377,34.6,1.2,0
+29379,34.6,1.3,0
+29381,34.6,1.5,0
+29383,34.6,1.6,0
+29385,34.6,1.7,0
+29386,34.6,1.8,0
+29388,34.6,2,0
+29390,34.6,2.1,0
+29392,34.6,2.2,0
+29394,34.6,2.3,0
+29395,34.6,2.4,0
+29397,34.6,2.5,0
+29399,34.6,2.6,0
+29400,34.6,2.7,0
+29402,34.6,2.8,0
+29404,34.6,2.9,0
+29405,34.6,3,0
+29407,34.6,3.1,0
+29409,34.6,3.2,0
+29412,34.6,3.3,0
+29414,34.6,3.4,0
+29420,34.6,3.5,0
+29430,34.6,3.4,0
+29433,34.6,3.3,0
+29436,34.6,3.2,0
+29438,0,3.2,8.8
+29439,17.2,3.2,0
+29441,17.2,3,0
+29442,17.2,2.9,0
+29444,17.2,2.8,0
+29445,17.2,2.7,0
+29447,17.2,2.6,0
+29448,17.2,2.5,0
+29449,17.2,2.4,0
+29451,17.2,2.3,0
+29452,17.2,2.2,0
+29453,17.2,2.1,0
+29455,17.2,2,0
+29456,17.2,1.9,0
+29457,17.2,1.7,0
+29459,17.2,1.6,0
+29461,17.2,1.5,0
+29462,17.2,1.4,0
+29463,17.2,1.3,0
+29465,17.2,1.2,0
+29466,17.2,1.1,0
+29467,17.2,1,0
+29468,0,0.9,4.2
+29469,50.6,0.9,0
+29470,50.6,0.7,0
+29472,50.6,0.6,0
+29473,50.6,0.5,0
+29474,50.6,0.4,0
+29476,50.6,0.3,0
+29477,50.6,0.2,0
+29479,50.6,0.1,0
+29481,50.6,0,0
+29482,50.6,-0.1,0
+29485,50.6,-0.2,0
+29487,50.6,-0.3,0
+29490,50.6,-0.4,0
+29494,50.6,-0.5,0
+29513,50.6,-0.4,0
+29518,50.6,-0.3,0
+29522,50.6,-0.2,0
+29526,50.6,-0.1,0
+29530,50.6,0,0
+29532,50.6,0.1,0
+29536,50.6,0.2,0
+29538,50.6,0.3,0
+29542,50.6,0.4,0
+29545,50.6,0.5,0
+29549,50.6,0.6,0
+29551,50.6,0.7,0
+29556,50.6,0.8,0
+29558,50.6,0.9,0
+29560,50.6,1,0
+29565,50.6,1.1,0
+29567,50.6,1.2,0
+29572,50.6,1.3,0
+29574,50.6,1.4,0
+29579,50.6,1.5,0
+29581,50.6,1.6,0
+29586,50.6,1.7,0
+29588,50.6,1.8,0
+29593,50.6,1.9,0
+29598,50.6,2,0
+29603,50.6,2.1,0
+29610,50.6,2.2,0
+29638,50.6,2.1,0
+29643,50.6,2,0
+29648,50.6,1.9,0
+29651,50.6,1.8,0
+29656,50.6,1.7,0
+29659,50.6,1.6,0
+29661,50.6,1.5,0
+29664,50.6,1.4,0
+29667,50.6,1.3,0
+29669,50.6,1.2,0
+29672,50.6,1.1,0
+29675,50.6,0.9,0
+29677,50.6,0.8,0
+29680,50.6,0.7,0
+29683,50.6,0.6,0
+29685,50.6,0.5,0
+29688,50.6,0.3,0
+29691,50.6,0.2,0
+29693,50.6,0.1,0
+29696,50.6,-0.1,0
+29699,50.6,-0.2,0
+29701,50.6,-0.3,0
+29704,50.6,-0.5,0
+29707,50.6,-0.6,0
+29710,50.6,-0.7,0
+29712,50.6,-0.8,0
+29715,50.6,-0.9,0
+29718,50.6,-1.1,0
+29720,50.6,-1.2,0
+29723,50.6,-1.3,0
+29726,50.6,-1.4,0
+29729,50.6,-1.5,0
+29731,50.6,-1.6,0
+29734,50.6,-1.7,0
+29737,50.6,-1.8,0
+29739,50.6,-1.9,0
+29742,50.6,-2,0
+29748,50.6,-2.1,0
+29750,50.6,-2.2,0
+29753,50.6,-2.3,0
+29759,50.6,-2.4,0
+29764,50.6,-2.5,0
+29770,50.6,-2.6,0
+29781,50.6,-2.7,0
+29817,50.6,-2.6,0
+29828,50.6,-2.5,0
+29834,50.6,-2.4,0
+29840,50.6,-2.3,0
+29845,50.6,-2.2,0
+29851,50.6,-2.1,0
+29854,50.6,-2,0
+29859,50.6,-1.9,0
+29862,50.6,-1.8,0
+29868,50.6,-1.7,0
+29871,50.6,-1.6,0
+29874,50.6,-1.5,0
+29876,50.6,-1.4,0
+29879,50.6,-1.3,0
+29882,50.6,-1.2,0
+29885,50.6,-1.1,0
+29888,50.6,-1,0
+29890,50.6,-0.9,0
+29893,50.6,-0.8,0
+29896,50.6,-0.7,0
+29899,50.6,-0.6,0
+29902,50.6,-0.5,0
+29904,50.6,-0.4,0
+29907,50.6,-0.3,0
+29910,50.6,-0.2,0
+29913,50.6,-0.1,0
+29916,50.6,0,0
+29921,50.6,0.1,0
+29924,50.6,0.2,0
+29927,50.6,0.3,0
+29929,50.6,0.4,0
+29932,50.6,0.5,0
+29935,50.6,0.6,0
+29940,50.6,0.7,0
+29943,50.6,0.8,0
+29948,50.6,0.9,0
+29954,50.6,1,0
+29962,50.6,1.1,0
+29993,50.6,1,0
+30003,50.6,0.9,0
+30007,50.6,0.8,0
+30015,50.6,0.7,0
+30022,50.6,0.6,0
+30026,50.6,0.5,0
+30032,50.6,0.4,0
+30038,50.6,0.3,0
+30043,50.6,0.2,0
+30047,50.6,0.1,0
+30050,50.6,0,0
+30055,50.6,-0.1,0
+30059,50.6,-0.8,0
+30061,0,-0.8,55.2
+30062,36.4,-0.8,0
+30064,36.4,-1,0
+30069,36.4,-1.1,0
+30073,36.4,-1.2,0
+30081,36.4,-1.3,0
+30094,36.4,-1.2,0
+30102,36.4,-1.1,0
+30107,36.4,-1,0
+30112,36.4,-0.9,0
+30115,36.4,-0.8,0
+30119,36.4,-0.7,0
+30122,36.4,-0.6,0
+30126,36.4,-0.5,0
+30130,36.4,-0.4,0
+30132,36.4,-0.3,0
+30136,36.4,-0.2,0
+30140,36.4,-0.1,0
+30142,36.4,0,0
+30146,36.4,0.1,0
+30150,36.4,0.2,0
+30154,36.4,0.3,0
+30158,36.4,0.4,0
+30162,36.4,0.5,0
+30166,36.4,0.6,0
+30172,36.4,0.7,0
+30177,36.4,0.8,0
+30186,36.4,0.9,0
+30200,26.9,0.9,0
+30206,26.9,0.8,0
+30213,26.9,0.7,0
+30218,26.9,0.6,0
+30222,26.9,0.5,0
+30226,26.9,0.4,0
+30229,26.9,0.3,0
+30231,26.9,0.2,0
+30236,26.9,0.1,0
+30239,26.9,0,0
+30242,26.9,-0.1,0
+30244,26.9,-0.2,0
+30247,26.9,-0.3,0
+30250,26.9,-0.4,0
+30253,35.6,-0.5,0
+30256,35.6,-0.6,0
+30259,35.6,-0.7,0
+30262,35.6,-0.8,0
+30267,35.6,-0.9,0
+30272,35.6,-1,0
+30278,35.6,-1.1,0
+30289,35.6,-1.2,0
+30305,35.6,-1.1,0
+30320,35.6,-1,0
+30332,35.6,-0.9,0
+30341,35.6,-0.8,0
+30353,35.6,-0.7,0
+30364,35.6,-0.6,0
+30376,35.6,-0.5,0
+30389,35.6,-0.4,0
+30393,39.7,-0.4,0
+30399,39.7,-0.3,0
+30412,39.7,-0.2,0
+30422,39.7,-0.1,0
+30433,39.7,0,0
+30441,39.7,0.1,0
+30452,39.7,0.2,0
+30465,39.7,0.3,0
+30483,39.7,0.4,0
+30507,39.7,0.3,0
+30519,39.7,0.2,0
+30525,39.7,0.1,0
+30531,39.7,0,0
+30535,39.7,-0.1,0
+30539,39.7,-0.2,0
+30543,39.7,-0.3,0
+30545,39.7,-0.4,0
+30549,39.7,-0.5,0
+30550,39.7,-0.6,0
+30554,39.7,-0.7,0
+30556,39.7,-0.8,0
+30559,39.7,-0.9,0
+30560,39.7,-1,0
+30563,39.7,-1.1,0
+30565,39.7,-1.2,0
+30568,39.7,-1.3,0
+30570,39.7,-1.4,0
+30571,39.7,-1.5,0
+30574,39.7,-1.6,0
+30576,39.7,-1.7,0
+30577,39.7,-1.8,0
+30580,39.7,-1.9,0
+30582,39.7,-2,0
+30584,39.7,-2.1,0
+30586,0,-2.2,10
+30587,14.5,-2.2,0
+30588,14.5,-2.3,0
+30591,14.5,-2.4,0
+30593,14.5,-2.5,0
+30595,14.5,-2.6,0
+30598,14.5,-2.7,0
+30602,14.5,-2.8,0
+30608,0,-2.8,2
+30609,14.5,-2.8,0
+30611,14.5,-2.9,0
+30616,14.5,-2.8,0
+30622,14.5,-2.7,0
+30624,14.5,-2.6,0
+30627,14.5,-2.5,0
+30629,14.5,-2.4,0
+30632,14.5,-2.3,0
+30633,14.5,-2.2,0
+30635,14.5,-2.1,0
+30636,14.5,-2,0
+30638,14.5,-1.9,0
+30639,14.5,-1.8,0
+30640,14.5,-1.7,0
+30642,14.5,-1.6,0
+30643,14.5,-1.5,0
+30644,14.5,-1.4,0
+30645,14.5,-1.3,0
+30647,14.5,-1.2,0
+30648,0,-1.1,42.8
+30649,25.8,-1.1,0
+30650,25.8,-0.9,0
+30651,25.8,-0.8,0
+30652,25.8,-0.7,0
+30653,25.8,-0.6,0
+30655,25.8,-0.5,0
+30656,25.8,-0.4,0
+30657,25.8,-0.3,0
+30658,25.8,-0.2,0
+30659,25.8,-0.1,0
+30661,25.8,0,0
+30662,25.8,0.2,0
+30664,25.8,0.3,0
+30665,25.8,0.4,0
+30667,25.8,0.5,0
+30669,25.8,0.6,0
+30671,25.8,0.7,0
+30672,25.8,0.8,0
+30674,25.8,0.9,0
+30675,25.8,1,0
+30678,25.8,1.1,0
+30680,25.8,1.2,0
+30682,25.8,1.3,0
+30686,25.8,1.4,0
+30690,25.8,1.5,0
+30707,25.8,1.4,0
+30714,25.8,1.3,0
+30719,25.8,1.2,0
+30723,25.8,1.1,0
+30727,25.8,1,0
+30731,25.8,0.9,0
+30735,25.8,0.8,0
+30740,25.8,0.7,0
+30744,25.8,0.6,0
+30749,25.8,0.5,0
+30753,25.8,0.4,0
+30759,25.8,0.3,0
+30764,25.8,0.2,0
+30772,25.8,0.1,0
+30781,25.8,0,0
+30792,25.8,-0.1,0
+30807,25.8,-0.2,0
+30832,25.5,-0.1,0
+30833,17.6,-0.1,0
+30836,23.2,-0.1,0
+30842,23.2,0,0
+30847,23.2,0.1,0
+30852,23.2,0.2,0
+30857,23.2,0.3,0
+30861,23.2,0.4,0
+30863,23.2,0.5,0
+30867,23.2,0.6,0
+30870,23.2,0.7,0
+30873,23.2,0.8,0
+30876,23.2,0.9,0
+30879,23.2,1,0
+30882,23.2,1.1,0
+30885,23.2,1.2,0
+30889,23,1.3,0
+30893,17.4,1.4,0
+30897,17.4,1.5,0
+30901,33.4,1.5,0
+30903,33.4,1.6,0
+30929,33.4,1.5,0
+30937,33.4,1.4,0
+30943,33.4,1.3,0
+30950,33.4,1.2,0
+30960,33.4,1.1,0
+30978,33.4,1.2,0
+30988,33.4,1.3,0
+30993,33.4,1.4,0
+30999,33.4,1.5,0
+31002,33.4,1.6,0
+31008,33.4,1.7,0
+31011,33.4,1.8,0
+31015,33.4,1.9,0
+31018,33.4,2,0
+31022,33.4,2.1,0
+31026,33.4,2.2,0
+31029,33.4,2.3,0
+31033,33.4,2.4,0
+31038,33.4,2.5,0
+31043,33.4,2.6,0
+31048,33.4,2.7,0
+31056,33.4,2.8,0
+31060,0,2.8,13.4
+31061,22.8,2.8,0
+31068,22.8,2.7,0
+31075,22.8,2.6,0
+31079,22.8,2.5,0
+31082,22.8,2.4,0
+31085,22.8,2.3,0
+31088,22.8,2.2,0
+31090,22.8,2.1,0
+31092,22.8,2,0
+31093,22.8,1.9,0
+31096,22.8,1.8,0
+31097,22.8,1.7,0
+31100,22.8,1.6,0
+31101,22.8,1.5,0
+31102,22.8,1.4,0
+31103,22.8,1.3,0
+31105,22.8,1.2,0
+31107,22.8,1.1,0
+31108,22.8,1,0
+31110,22.8,0.9,0
+31111,22.8,0.8,0
+31112,22.8,0.7,0
+31113,22.8,0.6,0
+31114,22.8,0.5,0
+31115,22.8,0.4,0
+31117,22.8,0.3,0
+31118,22.8,0.2,0
+31119,22.8,0.1,0
+31120,22.8,0,0
+31121,22.8,-0.1,0
+31122,22.8,-0.2,0
+31125,22.8,-0.3,0
+31126,22.8,-0.4,0
+31127,22.8,-0.5,0
+31128,22.8,-0.6,0
+31130,22.8,-0.7,0
+31131,22.8,-0.8,0
+31132,22.8,-0.9,0
+31133,22.8,-1,0
+31134,22.8,-1.1,0
+31135,22.8,-1.2,0
+31137,22.8,-1.3,0
+31138,22.8,-1.4,0
+31139,22.8,-1.5,0
+31140,45.1,-1.6,0
+31142,45.1,-1.7,0
+31143,45.1,-1.8,0
+31144,45.1,-1.9,0
+31146,45.1,-2,0
+31147,45.1,-2.1,0
+31148,45.1,-2.2,0
+31151,45.1,-2.3,0
+31153,45.1,-2.4,0
+31154,45.1,-2.5,0
+31155,45.1,-2.6,0
+31157,45.1,-2.7,0
+31160,45.1,-2.8,0
+31161,45.1,-2.9,0
+31163,45.1,-3,0
+31166,45.1,-3.1,0
+31169,45.1,-3.2,0
+31171,45.1,-3.3,0
+31174,45.1,-3.4,0
+31180,45.1,-3.5,0
+31185,45.1,-3.6,0
+31216,45.1,-3.5,0
+31224,45.1,-3.4,0
+31230,45.1,-3.3,0
+31234,45.1,-3.2,0
+31241,45.1,-3.1,0
+31245,45.1,-3,0
+31249,45.1,-2.9,0
+31251,45.1,-2.8,0
+31256,45.1,-2.7,0
+31260,45.1,-2.6,0
+31262,45.1,-2.5,0
+31266,45.1,-2.4,0
+31268,45.1,-2.3,0
+31271,45.1,-2.2,0
+31275,45.1,-2.1,0
+31277,45.1,-2,0
+31279,45.1,-1.9,0
+31281,45.1,-1.8,0
+31284,45.1,-1.7,0
+31286,45.1,-1.6,0
+31288,45.1,-1.5,0
+31290,45.1,-1.4,0
+31292,45.1,-1.3,0
+31295,45.1,-1.2,0
+31297,45.1,-1.1,0
+31299,45.1,-1,0
+31301,45.1,-0.9,0
+31303,45.1,-0.8,0
+31306,45.1,-0.7,0
+31308,45.1,-0.6,0
+31310,45.1,-0.5,0
+31312,45.1,-0.4,0
+31314,45.1,-0.3,0
+31317,45.1,-0.2,0
+31319,45.1,-0.1,0
+31321,45.1,0,0
+31323,45.1,0.2,0
+31326,45.1,0.3,0
+31328,45.1,0.4,0
+31330,45.1,0.5,0
+31332,45.1,0.6,0
+31334,45.1,0.7,0
+31337,45.1,0.8,0
+31339,45.1,0.9,0
+31343,45.1,1,0
+31346,45.1,1.1,0
+31348,45.1,1.2,0
+31350,45.1,1.3,0
+31352,45.1,1.4,0
+31357,45.1,1.5,0
+31359,45.1,1.6,0
+31364,45.1,1.7,0
+31366,45.1,1.8,0
+31371,45.1,1.9,0
+31375,45.1,2,0
+31383,45.1,2.1,0
+31390,45.1,2.2,0
+31397,45.1,2.3,0
+31409,45.1,2.4,0
+31423,45.1,2.5,0
+31438,45.1,2.6,0
+31452,45.1,2.7,0
+31467,45.1,2.8,0
+31512,45.1,2.7,0
+31524,45.1,2.6,0
+31534,45.1,2.5,0
+31541,45.1,2.4,0
+31548,45.1,2.3,0
+31553,45.1,2.2,0
+31560,45.1,2.1,0
+31565,45.1,2,0
+31573,45.1,1.9,0
+31578,45.1,1.8,0
+31585,45.1,1.7,0
+31590,45.1,1.6,0
+31597,45.1,1.5,0
+31602,45.1,1.4,0
+31607,45.1,1.3,0
+31612,45.1,1.2,0
+31617,45.1,1.1,0
+31622,45.1,1,0
+31627,45.1,0.9,0
+31632,45.1,0.8,0
+31637,45.1,0.7,0
+31642,45.1,0.6,0
+31647,45.1,0.5,0
+31650,45.1,0.4,0
+31655,45.1,0.3,0
+31660,45.1,0.2,0
+31663,45.1,0.1,0
+31668,45.1,0,0
+31670,45.1,-0.1,0
+31676,45.1,-0.2,0
+31678,45.1,-0.3,0
+31683,45.1,-0.4,0
+31686,45.1,-0.5,0
+31691,45.1,-0.6,0
+31693,45.1,-0.7,0
+31699,45.1,-0.8,0
+31701,45.1,-0.9,0
+31706,45.1,-1,0
+31711,45.1,-1.1,0
+31714,45.1,-1.2,0
+31719,45.1,-1.3,0
+31724,45.1,-1.4,0
+31732,45.1,-1.5,0
+31739,45.1,-1.6,0
+31747,45.1,-1.7,0
+31764,45.1,-1.8,0
+31777,45.1,-1.7,0
+31796,45.1,-1.6,0
+31809,45.1,-1.5,0
+31816,45.1,-1.4,0
+31826,45.1,-1.3,0
+31833,45.1,-1.2,0
+31840,45.1,-1.1,0
+31845,45.1,-1,0
+31852,45.1,-0.9,0
+31859,45.1,-0.8,0
+31864,45.1,-0.7,0
+31871,45.1,-0.6,0
+31875,45.1,-0.5,0
+31880,45.1,-0.4,0
+31887,45.1,-0.3,0
+31891,45.1,-0.2,0
+31898,45.1,-0.1,0
+31902,45.1,0,0
+31909,45.1,0.1,0
+31915,45.1,0.2,0
+31922,45.1,0.3,0
+31932,45.1,0.4,0
+31964,45.1,0.3,0
+31982,45.1,0.2,0
+31986,12.3,0.2,0
+31987,25.2,0.2,0
+31999,25.2,0.3,0
+32012,25.2,0.4,0
+32021,25.2,0.5,0
+32032,25.2,0.6,0
+32048,25.2,0.5,0
+32054,25.2,0.4,0
+32057,17.1,0.4,0
+32059,17.1,0.3,0
+32063,17.1,0.2,0
+32066,22.9,0.1,0
+32069,22.9,0,0
+32072,22.9,-0.1,0
+32074,22.9,-0.2,0
+32076,22.9,-0.3,0
+32079,22.9,-0.4,0
+32081,22.9,-0.5,0
+32084,22.9,-0.6,0
+32085,22.9,-0.7,0
+32087,22.9,-0.8,0
+32090,22.9,-0.9,0
+32092,22.9,-1,0
+32095,22.9,-1.1,0
+32097,22.9,-1.2,0
+32100,22.9,-1.3,0
+32103,22.9,-1.4,0
+32107,22.9,-1.5,0
+32114,22.9,-1.6,0
+32117,12.7,-1.6,0
+32120,19.1,-1.6,0
+32122,19.1,-1.5,0
+32128,19.1,-1.4,0
+32132,19.1,-1.3,0
+32135,19.1,-1.2,0
+32137,19.1,-1.1,0
+32140,19.1,-1,0
+32142,19.1,-0.9,0
+32144,19.1,-0.8,0
+32146,19.1,-0.7,0
+32148,19.1,-0.6,0
+32150,19.1,-0.5,0
+32153,19.1,-0.4,0
+32155,19.1,-0.3,0
+32157,19.1,-0.2,0
+32159,19.1,-0.1,0
+32162,19.1,0,0
+32163,0,0,71
+32164,20,0,0
+32167,20,0.2,0
+32171,20,0.3,0
+32176,20,0.4,0
+32187,20,0.3,0
+32192,20,0.2,0
+32197,20,0.1,0
+32200,20,0,0
+32203,20,-0.1,0
+32206,20,-0.2,0
+32209,20,-0.3,0
+32211,20,-0.4,0
+32214,20,-0.5,0
+32217,20,-0.7,0
+32218,0,-0.7,2
+32219,33.9,-0.7,0
+32220,33.9,-0.7,0
+32222,33.9,-0.8,0
+32224,33.9,-0.9,0
+32228,33.9,-1,0
+32231,33.9,-1.1,0
+32234,33.9,-1.2,0
+32240,33.9,-1.3,0
+32249,33.9,-1.4,0
+32261,33.9,-1.3,0
+32271,33.9,-1.2,0
+32278,33.9,-1.1,0
+32285,33.9,-1,0
+32290,33.9,-0.9,0
+32294,33.9,-0.8,0
+32299,33.9,-0.7,0
+32303,33.9,-0.6,0
+32306,33.9,-0.5,0
+32310,33.9,-0.4,0
+32312,33.9,-0.3,0
+32316,33.9,-0.2,0
+32318,33.9,-0.1,0
+32321,33.9,0,0
+32323,33.9,0.1,0
+32325,33.9,0.2,0
+32327,33.9,0.3,0
+32329,33.9,0.4,0
+32332,33.9,0.5,0
+32334,33.9,0.7,0
+32336,33.9,0.8,0
+32338,33.9,0.9,0
+32340,33.9,1,0
+32342,33.9,1.1,0
+32343,33.9,1.2,0
+32345,33.9,1.3,0
+32347,33.9,1.4,0
+32349,33.9,1.6,0
+32350,33.9,1.7,0
+32352,33.9,1.8,0
+32354,33.9,1.9,0
+32355,33.9,2,0
+32357,33.9,2.1,0
+32359,33.9,2.2,0
+32360,33.9,2.3,0
+32362,33.9,2.4,0
+32363,33.9,2.5,0
+32364,33.9,2.6,0
+32366,33.9,2.7,0
+32367,33.9,2.8,0
+32370,33.9,2.9,0
+32371,33.9,3,0
+32373,33.9,3.1,0
+32375,33.9,3.2,0
+32377,33.9,3.3,0
+32380,33.9,3.4,0
+32383,33.9,3.5,0
+32387,0,3.5,29.8
+32388,29.6,3.5,0
+32397,29.6,3.4,0
+32401,29.6,3.3,0
+32404,29.6,3.2,0
+32407,29.6,3.1,0
+32408,29.6,3,0
+32410,29.6,2.9,0
+32412,29.6,2.8,0
+32413,29.6,2.7,0
+32416,29.6,2.6,0
+32417,29.6,2.5,0
+32418,29.6,2.4,0
+32420,29.6,2.3,0
+32421,29.6,2.2,0
+32423,29.6,2.1,0
+32424,29.6,2,0
+32425,29.6,1.9,0
+32427,29.6,1.8,0
+32428,29.6,1.7,0
+32430,29.6,1.6,0
+32431,29.6,1.4,0
+32433,29.6,1.3,0
+32434,29.6,1.2,0
+32436,29.6,1.1,0
+32438,29.6,1,0
+32439,29.6,0.9,0
+32441,29.6,0.8,0
+32442,29.6,0.7,0
+32444,29.6,0.6,0
+32446,29.6,0.5,0
+32447,29.6,0.4,0
+32449,29.6,0.3,0
+32450,29.6,0.2,0
+32452,29.6,0.1,0
+32455,29.6,0,0
+32457,29.6,-0.1,0
+32459,29.6,-0.2,0
+32460,29.6,-0.3,0
+32463,29.6,-0.4,0
+32465,29.6,-0.5,0
+32468,29.6,-0.6,0
+32470,29.6,-0.7,0
+32473,29.6,-0.8,0
+32477,29.6,-0.9,0
+32480,29.6,-1,0
+32481,29.6,-1.1,0
+32484,29.6,-1.2,0
+32487,29.6,-1.3,0
+32490,29.6,-1.4,0
+32494,29.6,-1.5,0
+32497,29.6,-1.6,0
+32500,29.6,-1.7,0
+32503,29.6,-1.8,0
+32507,29.6,-1.9,0
+32511,29.6,-2,0
+32512,14.8,-2,0
+32513,26.1,-2,0
+32517,26.1,-2.1,0
+32532,26.1,-2,0
+32536,26.1,-1.9,0
+32539,26.1,-1.8,0
+32542,26.1,-1.7,0
+32544,26.1,-1.6,0
+32546,26.1,-1.5,0
+32547,26.1,-1.4,0
+32550,26.1,-1.3,0
+32552,26.1,-1.2,0
+32553,26.1,-1.1,0
+32555,26.1,-1,0
+32556,26.1,-0.9,0
+32557,26.1,-0.8,0
+32559,26.1,-0.6,0
+32560,26.1,-0.5,0
+32562,26.1,-0.4,0
+32563,26.1,-0.3,0
+32564,26.1,-0.2,0
+32566,26.1,-0.1,0
+32567,26.1,0,0
+32568,26.1,0.2,0
+32570,26.1,0.3,0
+32571,26.1,0.4,0
+32572,26.1,0.5,0
+32573,26.1,0.6,0
+32574,26.1,0.7,0
+32576,26.1,0.8,0
+32578,26.1,0.9,0
+32579,26.1,1,0
+32580,26.1,1.2,0
+32582,26.1,1.3,0
+32584,26.1,1.4,0
+32585,26.1,1.5,0
+32587,26.1,1.7,0
+32590,0,1.8,18.4
+32591,27,1.8,0
+32595,27,1.9,0
+32606,27,1.8,0
+32609,27,1.7,0
+32612,27,1.6,0
+32614,27,1.5,0
+32615,27,1.4,0
+32616,27,1.3,0
+32619,27,1.2,0
+32620,27,1.1,0
+32621,27,1,0
+32623,27,0.9,0
+32624,27,0.8,0
+32625,27,0.6,0
+32627,27,0.5,0
+32628,27,0.4,0
+32629,27,0.3,0
+32631,27,0.1,0
+32632,27,0,0
+32634,27,-0.1,0
+32635,27,-0.3,0
+32637,27,-0.4,0
+32638,27,-0.5,0
+32639,27,-0.7,0
+32641,27,-0.8,0
+32642,27,-1,0
+32644,27,-1.1,0
+32645,27,-1.3,0
+32647,27,-1.4,0
+32648,27,-1.5,0
+32650,27,-1.6,0
+32651,27,-1.7,0
+32653,27,-1.8,0
+32654,27,-1.9,0
+32655,27,-2.1,0
+32657,27,-2.2,0
+32658,27,-2.3,0
+32660,27,-2.4,0
+32661,27,-2.5,0
+32664,27,-2.6,0
+32666,27,-2.7,0
+32667,27,-2.8,0
+32670,27,-2.9,0
+32672,27,-3,0
+32675,27,-3.1,0
+32679,27,-3.2,0
+32684,27,-3.3,0
+32692,27,-3.4,0
+32704,27,-3.3,0
+32716,27,-3.2,0
+32724,27,-3.1,0
+32730,27,-3,0
+32735,27,-2.9,0
+32740,27,-2.8,0
+32745,27,-2.7,0
+32749,27,-2.6,0
+32752,27,-2.5,0
+32755,27,-2.4,0
+32759,27,-2.3,0
+32762,27,-2.2,0
+32765,27,-2.1,0
+32768,27,-2,0
+32770,0,-2,9.4
+32771,32.4,-2,0
+32775,32.4,-1.8,0
+32778,32.4,-1.7,0
+32782,32.4,-1.6,0
+32785,32.4,-1.5,0
+32789,32.4,-1.4,0
+32793,32.4,-1.3,0
+32798,32.4,-1.2,0
+32803,32.4,-1.1,0
+32811,32.4,-1,0
+32820,32.4,-0.9,0
+32835,32.4,-0.8,0
+32849,32.4,-0.7,0
+32861,32.4,-0.6,0
+32870,32.4,-0.5,0
+32877,32.4,-0.4,0
+32885,32.4,-0.3,0
+32890,32.4,-0.2,0
+32896,32.4,-0.1,0
+32903,32.4,0,0
+32908,32.4,0.1,0
+32914,32.4,0.2,0
+32921,32.4,0.3,0
+32929,32.4,0.4,0
+32943,32.4,0.5,0
+32965,27,0.4,0
+33002,27,0.5,0
+33010,27,0.6,0
+33016,27,0.7,0
+33021,27,0.8,0
+33026,27,0.9,0
+33030,27,1,0
+33033,27,1.1,0
+33037,27,1.2,0
+33040,27,1.3,0
+33044,27,1.4,0
+33048,27,1.5,0
+33051,27,1.6,0
+33055,27,1.7,0
+33060,27,1.8,0
+33064,27,1.9,0
+33069,27,2,0
+33076,27,2.1,0
+33086,27,2.2,0
+33112,27,2.1,0
+33127,27,2,0
+33142,27,1.9,0
+33158,27,1.8,0
+33170,27,1.7,0
+33178,27,1.6,0
+33185,27,1.5,0
+33189,27,1.4,0
+33194,28,1.3,0
+33198,28,1.2,0
+33201,28,1.1,0
+33206,28,1,0
+33209,28,0.9,0
+33212,28,0.8,0
+33214,28,0.7,0
+33217,28,0.6,0
+33220,28,0.5,0
+33221,28,0.4,0
+33224,28,0.3,0
+33226,28,0.2,0
+33229,28,0.1,0
+33231,28,0,0
+33234,28,-0.1,0
+33235,28,-0.2,0
+33238,28,-0.3,0
+33240,28,-0.4,0
+33243,28,-0.5,0
+33245,28,-0.6,0
+33248,28,-0.7,0
+33251,28,-0.8,0
+33254,28,-0.9,0
+33257,28,-1,0
+33259,28,-1.1,0
+33262,28,-1.2,0
+33267,28,-1.3,0
+33272,25.5,-1.4,0
+33299,28,-1.3,0
+33306,28,-1.2,0
+33310,28,-1.1,0
+33316,28,-1,0
+33322,28,-0.9,0
+33328,28,-0.8,0
+33334,28,-0.7,0
+33343,28,-0.6,0
+33354,28,-0.5,0
+33368,28,-0.4,0
+33381,28,-0.3,0
+33389,28,-0.2,0
+33396,28,-0.1,0
+33405,28,0,0
+33419,28,0.1,0
+33425,28,0,0
+33437,28,-0.1,0
+33442,28,-0.2,0
+33447,28,-0.3,0
+33451,28,-0.4,0
+33455,28,-0.5,0
+33459,28,-0.6,0
+33463,28,-0.7,0
+33467,28,-0.8,0
+33475,28,-0.9,0
+33481,0,-0.9,21.2
+33482,17.2,-0.9,0
+33490,17.2,-0.7,0
+33494,17.2,-0.6,0
+33497,17.2,-0.5,0
+33500,17.2,-0.4,0
+33503,17.2,-0.3,0
+33504,17.2,-0.2,0
+33506,17.2,-0.1,0
+33509,17.2,0,0
+33510,17.2,0.1,0
+33513,17.2,0.2,0
+33514,17.2,0.3,0
+33516,17.2,0.4,0
+33518,11.3,0.6,0
+33520,26.2,0.6,0
+33521,26.2,0.7,0
+33523,26.2,0.8,0
+33525,26.2,0.9,0
+33526,26.2,1,0
+33529,26.2,1.1,0
+33530,26.2,1.2,0
+33531,26.2,1.3,0
+33533,26.2,1.4,0
+33535,26.2,1.5,0
+33537,26.2,1.6,0
+33538,26.2,1.7,0
+33540,26.2,1.8,0
+33542,26.2,1.9,0
+33544,26.2,2,0
+33545,26.2,2.1,0
+33546,26.2,2.2,0
+33549,26.2,2.3,0
+33550,26.2,2.4,0
+33553,26.2,2.5,0
+33554,26.2,2.6,0
+33555,26.2,2.7,0
+33558,26.2,2.8,0
+33559,26.2,2.9,0
+33561,26.2,3,0
+33564,26.2,3.1,0
+33565,26.2,3.2,0
+33568,26.2,3.3,0
+33569,26.2,3.4,0
+33572,26.2,3.5,0
+33575,26.2,3.6,0
+33578,26.2,3.7,0
+33582,26.2,3.8,0
+33594,26.2,3.7,0
+33597,26.2,3.6,0
+33600,26.2,3.5,0
+33601,26.2,3.4,0
+33604,26.2,3.3,0
+33605,26.2,3.2,0
+33607,26.2,3.1,0
+33608,26.2,2.9,0
+33610,26.2,2.8,0
+33611,26.2,2.7,0
+33612,26.2,2.5,0
+33614,26.2,2.4,0
+33615,26.2,2.3,0
+33616,26.2,2,0
+33618,26.2,1.9,0
+33619,26.2,1.8,0
+33620,26.2,1.7,0
+33621,26.2,1.4,0
+33623,26.2,1.3,0
+33624,26.2,1.1,0
+33625,26.2,1,0
+33626,26.2,0.7,0
+33628,26.2,0.5,0
+33629,26.2,0.4,0
+33630,26.2,0.3,0
+33631,26.2,0.1,0
+33632,26.2,0,0
+33633,26.2,-0.3,0
+33635,26.2,-0.5,0
+33636,26.2,-0.6,0
+33637,26.2,-0.8,0
+33638,26.2,-0.9,0
+33639,26.2,-1,0
+33640,26.2,-1.1,0
+33641,26.2,-1.3,0
+33642,26.2,-1.4,0
+33643,26.2,-1.5,0
+33644,26.2,-1.6,0
+33645,26.2,-1.8,0
+33646,26.2,-1.9,0
+33647,26.2,-2,0
+33649,26.2,-2.2,0
+33651,26.2,-2.3,0
+33652,26.2,-2.4,0
+33653,26.2,-2.5,0
+33655,0,-2.6,27.8
+33656,30.3,-2.6,0
+33657,30.3,-2.7,0
+33659,30.3,-2.8,0
+33666,30.3,-2.7,0
+33670,30.3,-2.6,0
+33671,30.3,-2.5,0
+33672,30.3,-2.4,0
+33674,30.3,-2.3,0
+33675,30.3,-2.2,0
+33676,30.3,-2.1,0
+33677,30.3,-2,0
+33678,30.3,-1.9,0
+33679,30.3,-1.8,0
+33680,30.3,-1.7,0
+33681,30.3,-1.6,0
+33682,30.3,-1.4,0
+33684,30.3,-1.2,0
+33685,30.3,-1.1,0
+33686,30.3,-1,0
+33687,30.3,-0.8,0
+33688,30.3,-0.6,0
+33689,30.3,-0.5,0
+33690,30.3,-0.2,0
+33692,30.3,-0.1,0
+33693,30.3,0.1,0
+33694,30.3,0.3,0
+33695,30.3,0.4,0
+33696,30.3,0.8,0
+33698,30.3,0.9,0
+33699,30.3,1.1,0
+33700,30.3,1.4,0
+33702,30.3,1.5,0
+33703,30.3,1.7,0
+33704,30.3,1.9,0
+33705,30.3,2.2,0
+33707,30.3,2.3,0
+33708,30.3,2.5,0
+33709,30.3,2.7,0
+33711,30.3,2.9,0
+33712,30.3,3,0
+33713,30.3,3.2,0
+33715,30.3,3.4,0
+33716,30.3,3.6,0
+33718,30.3,3.7,0
+33719,30.3,3.8,0
+33720,30.3,4,0
+33722,30.3,4.2,0
+33723,30.3,4.3,0
+33725,30.3,4.4,0
+33726,30.3,4.6,0
+33728,30.3,4.7,0
+33729,30.3,4.8,0
+33731,30.3,4.9,0
+33732,30.3,5,0
+33735,30.3,5.1,0
+33737,30.3,5.2,0
+33740,30.3,5.3,0
+33755,30.3,5.2,0
+33758,30.3,5.1,0
+33761,30.3,5,0
+33765,30.3,4.9,0
+33766,30.3,4.8,0
+33768,30.3,4.7,0
+33771,30.3,4.6,0
+33772,30.3,4.5,0
+33774,30.3,4.4,0
+33776,30.3,4.3,0
+33777,30.3,4.2,0
+33779,30.3,4.1,0
+33780,30.3,4,0
+33782,30.3,3.9,0
+33783,30.3,3.8,0
+33785,30.3,3.7,0
+33787,30.3,3.6,0
+33788,30.3,3.4,0
+33790,30.3,3.3,0
+33792,30.3,3.2,0
+33793,30.3,3.1,0
+33795,30.3,2.9,0
+33797,30.3,2.8,0
+33798,30.3,2.7,0
+33800,30.3,2.6,0
+33802,30.3,2.4,0
+33803,30.3,2.3,0
+33805,30.3,2.2,0
+33807,30.3,2,0
+33808,30.3,1.9,0
+33810,30.3,1.8,0
+33812,30.3,1.6,0
+33813,30.3,1.5,0
+33815,30.3,1.3,0
+33817,30.3,1.2,0
+33819,30.3,1.1,0
+33820,30.3,0.9,0
+33822,30.3,0.8,0
+33824,30.3,0.6,0
+33825,30.3,0.5,0
+33827,30.3,0.3,0
+33829,30.3,0.2,0
+33830,30.3,0.1,0
+33832,30.3,-0.1,0
+33834,30.3,-0.2,0
+33835,30.3,-0.4,0
+33837,30.3,-0.5,0
+33839,30.3,-0.7,0
+33840,30.3,-0.8,0
+33842,30.3,-1,0
+33844,30.3,-1.1,0
+33845,30.3,-1.2,0
+33847,30.3,-1.4,0
+33848,30.3,-1.5,0
+33850,30.3,-1.6,0
+33851,30.3,-1.7,0
+33853,30.3,-1.8,0
+33854,30.3,-1.9,0
+33855,30.3,-2,0
+33856,30.3,-2.1,0
+33857,30.3,-2.2,0
+33859,30.3,-2.3,0
+33860,30.3,-2.4,0
+33861,30.3,-2.5,0
+33862,30.3,-2.6,0
+33863,17.7,-2.6,0
+33864,36.8,-2.7,0
+33865,36.8,-2.8,0
+33866,36.8,-2.9,0
+33868,36.8,-3,0
+33869,36.8,-3.1,0
+33871,36.8,-3.2,0
+33872,36.8,-3.3,0
+33873,36.8,-3.4,0
+33875,36.8,-3.5,0
+33877,36.8,-3.6,0
+33879,36.8,-3.7,0
+33880,36.8,-3.8,0
+33883,36.8,-3.9,0
+33886,36.8,-4,0
+33889,36.8,-4.1,0
+33892,36.8,-4.2,0
+33897,36.8,-4.3,0
+33908,36.8,-4.2,0
+33913,36.8,-4.1,0
+33919,36.8,-4,0
+33921,36.8,-3.9,0
+33924,36.8,-3.8,0
+33926,36.8,-3.7,0
+33928,36.8,-3.6,0
+33930,36.8,-3.5,0
+33932,36.8,-3.4,0
+33934,36.8,-3.3,0
+33936,36.8,-3.2,0
+33938,36.8,-3,0
+33940,36.8,-2.9,0
+33942,36.8,-2.8,0
+33944,36.8,-2.7,0
+33946,36.8,-2.5,0
+33948,36.8,-2.4,0
+33950,36.8,-2.2,0
+33952,36.8,-2.1,0
+33954,36.8,-1.9,0
+33956,36.8,-1.8,0
+33958,36.8,-1.6,0
+33960,36.8,-1.5,0
+33962,36.8,-1.3,0
+33964,36.8,-1.2,0
+33966,36.8,-1,0
+33968,36.8,-0.9,0
+33970,36.8,-0.7,0
+33972,36.8,-0.6,0
+33974,36.8,-0.4,0
+33976,36.8,-0.3,0
+33978,36.8,-0.1,0
+33980,36.8,0,0
+33982,36.8,0.2,0
+33984,36.8,0.3,0
+33986,36.8,0.4,0
+33988,36.8,0.5,0
+33990,36.8,0.7,0
+33992,36.8,0.8,0
+33994,36.8,0.9,0
+33996,36.8,1,0
+33999,36.8,1.1,0
+34001,36.8,1.2,0
+34003,36.8,1.3,0
+34007,36.8,1.4,0
+34009,36.8,1.5,0
+34013,36.8,1.6,0
+34021,36.8,1.7,0
+34033,36.8,1.6,0
+34040,36.8,1.5,0
+34044,33.6,1.5,0
+34046,33.6,1.4,0
+34050,33.6,1.3,0
+34055,33.6,1.2,0
+34059,33.6,1.1,0
+34063,33.6,1,0
+34066,33.6,0.9,0
+34072,33.6,0.8,0
+34077,33.6,0.7,0
+34086,33.6,0.6,0
+34096,33.6,0.7,0
+34102,33.6,0.8,0
+34107,33.6,0.9,0
+34111,33.6,1,0
+34115,33.6,1.1,0
+34117,33.6,1.2,0
+34120,33.6,1.3,0
+34122,33.6,1.4,0
+34125,33.6,1.5,0
+34128,33.6,1.6,0
+34130,33.6,1.7,0
+34133,0,1.8,16.4
+34134,18.9,1.8,0
+34136,18.9,1.9,0
+34139,18.9,2,0
+34143,18.9,2.1,0
+34149,18.9,2.2,0
+34156,18.9,2.1,0
+34162,18.9,2,0
+34165,18.9,1.9,0
+34168,18.9,1.8,0
+34170,18.9,1.7,0
+34172,18.9,1.6,0
+34173,18.9,1.5,0
+34174,0,1.5,2
+34175,38,1.5,0
+34177,38,1.3,0
+34178,38,1.2,0
+34179,38,1.1,0
+34181,38,1,0
+34182,38,0.9,0
+34183,38,0.8,0
+34185,38,0.7,0
+34186,38,0.6,0
+34187,38,0.5,0
+34188,38,0.4,0
+34190,38,0.2,0
+34192,38,0.1,0
+34193,38,0,0
+34194,38,-0.1,0
+34195,38,-0.2,0
+34196,38,-0.3,0
+34197,38,-0.4,0
+34198,38,-0.5,0
+34199,38,-0.6,0
+34200,38,-0.7,0
+34202,38,-0.8,0
+34204,38,-0.9,0
+34205,38,-1,0
+34206,38,-1.1,0
+34207,38,-1.2,0
+34208,38,-1.3,0
+34210,38,-1.4,0
+34211,38,-1.5,0
+34212,38,-1.6,0
+34213,38,-1.7,0
+34216,38,-1.8,0
+34218,38,-1.9,0
+34219,38,-2,0
+34222,38,-2.1,0
+34224,38,-2.2,0
+34227,38,-2.3,0
+34232,38,-2.4,0
+34246,38,-2.3,0
+34252,38,-2.2,0
+34256,38,-2.1,0
+34260,38,-2,0
+34264,38,-1.9,0
+34268,38,-1.8,0
+34270,38,-1.7,0
+34274,38,-1.6,0
+34276,38,-1.5,0
+34280,38,-1.4,0
+34282,38,-1.3,0
+34284,59.2,-1.3,0
+34286,59.2,-1.2,0
+34291,59.2,-1.1,0
+34295,59.2,-1,0
+34299,59.2,-0.9,0
+34303,59.2,-0.8,0
+34310,59.2,-0.7,0
+34317,59.2,-0.6,0
+34326,59.2,-0.5,0
+34335,59.2,-0.4,0
+34347,59.2,-0.3,0
+34357,59.2,-0.2,0
+34373,59.2,-0.1,0
+34392,59.2,0,0
+34419,59.2,-0.1,0
+34442,59.2,-0.2,0
+34456,59.2,-0.3,0
+34471,59.2,-0.4,0
+34485,59.2,-0.5,0
+34559,59.2,-0.4,0
+34586,59.2,-0.3,0
+34617,59.2,-0.2,0
+34646,59.2,-0.1,0
+34671,59.2,0,0
+34740,59.2,-0.1,0
+34753,59.2,-0.2,0
+34763,59.2,-0.3,0
+34770,59.2,-0.4,0
+34779,59.2,-0.5,0
+34786,59.2,-0.6,0
+34789,59.2,-0.7,0
+34796,59.2,-0.8,0
+34803,59.2,-0.9,0
+34806,59.2,-1,0
+34813,59.2,-1.1,0
+34819,59.2,-1.2,0
+34823,59.2,-1.3,0
+34829,59.2,-1.4,0
+34833,59.2,-1.5,0
+34839,59.2,-1.6,0
+34843,59.2,-1.7,0
+34849,59.2,-1.8,0
+34856,59.2,-1.9,0
+34863,59.2,-2,0
+34870,59.2,-2.1,0
+34876,59.2,-2.2,0
+34886,59.2,-2.3,0
+34903,59.2,-2.4,0
+34923,59.2,-2.3,0
+34940,59.2,-2.2,0
+34946,59.2,-2.1,0
+34956,59.2,-2,0
+34963,59.2,-1.9,0
+34969,59.2,-1.8,0
+34973,59.2,-1.7,0
+34979,59.2,-1.6,0
+34986,59.2,-1.5,0
+34989,59.2,-1.4,0
+34996,59.2,-1.3,0
+35002,59.2,-1.2,0
+35006,59.2,-1.1,0
+35012,59.2,-1,0
+35019,59.2,-0.9,0
+35026,59.2,-0.8,0
+35032,59.2,-0.7,0
+35039,59.2,-0.6,0
+35045,59.2,-0.5,0
+35055,59.2,-0.4,0
+35062,59.2,-0.3,0
+35072,59.2,-0.2,0
+35078,59.2,-0.1,0
+35088,59.2,0,0
+35094,59.2,0.1,0
+35101,59.2,0.2,0
+35104,59.2,0.3,0
+35110,59.2,0.4,0
+35117,59.2,0.5,0
+35120,59.2,0.6,0
+35123,59.2,0.7,0
+35129,59.2,0.8,0
+35132,59.2,0.9,0
+35135,59.2,1,0
+35138,59.2,1.1,0
+35141,59.2,1.2,0
+35144,59.2,1.3,0
+35150,59.2,1.4,0
+35153,59.2,1.5,0
+35156,59.2,1.6,0
+35159,59.2,1.7,0
+35162,59.2,1.8,0
+35165,59.2,1.9,0
+35168,59.2,2,0
+35171,59.2,2.1,0
+35176,59.2,2.2,0
+35179,59.2,2.3,0
+35181,59.2,2.4,0
+35187,59.2,2.5,0
+35192,59.2,2.6,0
+35196,59.2,2.7,0
+35201,59.2,2.8,0
+35209,59.2,2.9,0
+35220,59.2,3,0
+35246,59.2,2.9,0
+35248,37.9,2.9,0
+35298,37.9,2.8,0
+35316,37.9,2.7,0
+35323,37.9,2.6,0
+35329,37.9,2.5,0
+35333,37.9,2.4,0
+35337,37.9,2.3,0
+35341,37.9,2.2,0
+35345,37.9,2.1,0
+35347,37.9,2,0
+35352,37.9,1.9,0
+35354,37.9,1.8,0
+35356,37.9,1.7,0
+35358,37.9,1.6,0
+35362,37.9,1.5,0
+35364,37.9,1.4,0
+35366,37.9,1.3,0
+35368,37.9,1.2,0
+35370,37.9,1.1,0
+35372,37.9,1,0
+35374,37.9,0.9,0
+35376,37.9,0.8,0
+35378,37.9,0.7,0
+35380,37.9,0.6,0
+35385,37.9,0.5,0
+35387,37.9,0.4,0
+35389,37.9,0.3,0
+35391,37.9,0.2,0
+35393,37.9,0.1,0
+35395,37.9,0,0
+35397,37.9,-0.1,0
+35399,37.9,-0.2,0
+35401,37.9,-0.3,0
+35405,37.9,-0.4,0
+35407,37.9,-0.5,0
+35409,37.9,-0.6,0
+35411,37.9,-0.7,0
+35415,37.9,-0.8,0
+35417,37.9,-0.9,0
+35421,37.9,-1,0
+35423,37.9,-1.1,0
+35427,37.9,-1.2,0
+35431,37.9,-1.3,0
+35435,37.9,-1.4,0
+35441,37.9,-1.5,0
+35453,37.9,-1.6,0
+35462,37.9,-1.5,0
+35475,37.9,-1.4,0
+35480,29.8,-1.4,0
+35484,29.8,-1.3,0
+35490,29.8,-1.2,0
+35497,29.8,-1.1,0
+35503,29.8,-1,0
+35510,29.8,-0.9,0
+35517,29.8,-0.8,0
+35522,29.8,-0.7,0
+35528,29.8,-0.6,0
+35533,29.8,-0.5,0
+35536,29.8,-0.4,0
+35539,29.8,-0.3,0
+35542,29.8,-0.2,0
+35545,29.8,-0.1,0
+35547,29.8,0,0
+35549,29.8,0.1,0
+35551,29.8,0.2,0
+35552,29.8,0.3,0
+35554,29.8,0.4,0
+35556,29.8,0.5,0
+35557,29.8,0.6,0
+35559,29.8,0.7,0
+35560,29.8,0.8,0
+35561,29.8,1,0
+35563,17.3,1.1,0
+35565,17.3,1.2,0
+35566,17.3,1.3,0
+35567,17.3,1.4,0
+35568,17.3,1.6,0
+35570,17.3,1.7,0
+35571,17.3,1.8,0
+35572,17.3,1.9,0
+35573,17.3,2,0
+35574,17.3,2.1,0
+35575,17.3,2.2,0
+35576,17.3,2.3,0
+35577,17.3,2.4,0
+35578,17.3,2.5,0
+35579,17.3,2.6,0
+35580,17.3,2.7,0
+35581,17.3,2.8,0
+35582,17.3,3,0
+35583,17.3,3.1,0
+35584,17.3,3.2,0
+35585,17.3,3.3,0
+35586,17.3,3.4,0
+35587,17.3,3.5,0
+35588,17.3,3.6,0
+35589,17.3,3.7,0
+35590,17.3,3.8,0
+35591,17.3,4,0
+35593,17.3,4.1,0
+35594,17.3,4.3,0
+35595,0,4.4,35.8
+35596,31.6,4.4,0
+35597,31.6,4.6,0
+35599,31.6,4.7,0
+35600,31.6,4.8,0
+35601,31.6,4.9,0
+35602,31.6,5.1,0
+35604,31.6,5.2,0
+35606,31.6,5.3,0
+35608,31.6,5.4,0
+35610,31.6,5.5,0
+35611,31.6,5.6,0
+35614,31.6,5.7,0
+35618,31.6,5.8,0
+35628,31.6,5.7,0
+35631,31.6,5.6,0
+35634,31.6,5.5,0
+35635,31.6,5.4,0
+35637,31.6,5.3,0
+35638,31.6,5.2,0
+35640,31.6,5.1,0
+35642,31.6,5,0
+35643,31.6,4.9,0
+35645,31.6,4.8,0
+35646,31.6,4.6,0
+35648,31.6,4.5,0
+35650,31.6,4.3,0
+35651,31.6,4.2,0
+35653,31.6,4,0
+35655,31.6,3.9,0
+35656,31.6,3.7,0
+35658,31.6,3.5,0
+35660,31.6,3.3,0
+35662,31.6,3.2,0
+35663,31.6,3,0
+35665,31.6,2.8,0
+35667,31.6,2.6,0
+35668,31.6,2.4,0
+35670,31.6,2.2,0
+35672,31.6,2,0
+35673,31.6,1.9,0
+35675,31.6,1.7,0
+35677,31.6,1.5,0
+35678,31.6,1.3,0
+35680,31.6,1.1,0
+35682,31.6,1,0
+35683,31.6,0.8,0
+35685,31.6,0.6,0
+35687,31.6,0.4,0
+35689,31.6,0.3,0
+35690,31.6,0.1,0
+35692,31.6,0,0
+35694,31.6,-0.2,0
+35695,31.6,-0.4,0
+35697,31.6,-0.5,0
+35699,31.6,-0.7,0
+35701,31.6,-0.8,0
+35702,31.6,-1,0
+35704,31.6,-1.1,0
+35706,31.6,-1.3,0
+35708,31.6,-1.4,0
+35709,31.6,-1.5,0
+35711,31.6,-1.7,0
+35713,31.6,-1.8,0
+35715,31.6,-1.9,0
+35716,31.6,-2,0
+35718,31.6,-2.1,0
+35720,31.6,-2.2,0
+35722,31.6,-2.3,0
+35723,31.6,-2.4,0
+35725,31.6,-2.5,0
+35727,31.6,-2.6,0
+35730,31.6,-2.7,0
+35732,31.6,-2.8,0
+35735,31.6,-2.9,0
+35738,31.6,-3,0
+35743,31.6,-3.1,0
+35749,31.6,-3.2,0
+35758,31.6,-3.1,0
+35767,31.6,-3,0
+35771,31.6,-2.9,0
+35772,10,-2.9,0
+35773,24.7,-2.9,0
+35776,24.7,-2.8,0
+35781,24.7,-2.7,0
+35785,24.7,-2.6,0
+35788,24.7,-2.5,0
+35792,24.7,-2.4,0
+35795,24.7,-2.3,0
+35799,24.7,-2.2,0
+35803,24.7,-2.1,0
+35806,24.7,-2,0
+35810,24.7,-1.9,0
+35813,24.7,-1.8,0
+35817,24.7,-1.7,0
+35819,24.7,-1.6,0
+35823,24.7,-1.5,0
+35825,24.7,-1.4,0
+35827,24.7,-1.3,0
+35830,24.7,-1.2,0
+35832,24.7,-1.1,0
+35834,24.7,-1,0
+35836,24.7,-0.9,0
+35838,24.7,-0.8,0
+35840,24.7,-0.7,0
+35842,0,-0.6,13.2
+35843,26.7,-0.6,0
+35845,26.7,-0.4,0
+35847,26.7,-0.3,0
+35848,26.7,-0.2,0
+35850,26.7,-0.1,0
+35852,26.7,0,0
+35854,26.7,0.1,0
+35855,26.7,0.2,0
+35857,26.7,0.3,0
+35859,26.7,0.4,0
+35860,26.7,0.5,0
+35861,26.7,0.6,0
+35863,26.7,0.7,0
+35865,26.7,0.8,0
+35866,26.7,0.9,0
+35867,26.7,1,0
+35868,26.7,1.1,0
+35871,26.7,1.2,0
+35872,26.7,1.3,0
+35874,26.7,1.4,0
+35875,26.7,1.5,0
+35876,26.7,1.6,0
+35879,26.7,1.7,0
+35881,26.7,1.8,0
+35882,26.7,1.9,0
+35884,26.7,2,0
+35886,26.7,2.1,0
+35888,26.7,2.2,0
+35891,26.7,2.3,0
+35892,26.7,2.4,0
+35895,26.7,2.5,0
+35898,26.7,2.6,0
+35901,26.7,2.7,0
+35903,26.7,2.8,0
+35908,26.7,2.9,0
+35912,26.7,3,0
+35919,31.8,3.1,0
+35928,31.8,3.2,0
+35966,31.8,3.1,0
+35975,31.8,3,0
+35980,31.8,2.9,0
+35984,31.8,2.8,0
+35987,31.8,2.7,0
+35991,31.8,2.6,0
+35992,31.8,2.5,0
+35996,31.8,2.4,0
+35998,31.8,2.3,0
+35999,31.8,2.2,0
+36001,31.8,2.1,0
+36003,31.8,2,0
+36004,31.8,1.9,0
+36006,31.8,1.8,0
+36008,31.8,1.7,0
+36010,31.8,1.6,0
+36011,31.8,1.5,0
+36013,31.8,1.4,0
+36015,31.8,1.2,0
+36017,31.8,1.1,0
+36018,31.8,1,0
+36020,31.8,0.8,0
+36022,31.8,0.7,0
+36024,31.8,0.5,0
+36026,31.8,0.4,0
+36027,31.8,0.3,0
+36029,31.8,0.1,0
+36031,31.8,0,0
+36033,31.8,-0.2,0
+36034,31.8,-0.3,0
+36036,31.8,-0.5,0
+36038,31.8,-0.6,0
+36040,31.8,-0.8,0
+36041,31.8,-0.9,0
+36043,31.8,-1.1,0
+36045,31.8,-1.2,0
+36047,31.8,-1.3,0
+36048,31.8,-1.5,0
+36050,31.8,-1.6,0
+36052,31.8,-1.7,0
+36054,31.8,-1.8,0
+36056,31.8,-1.9,0
+36057,31.8,-2,0
+36059,31.8,-2.1,0
+36061,31.8,-2.2,0
+36064,31.8,-2.3,0
+36067,31.8,-2.4,0
+36071,31.8,-2.5,0
+36078,0,-2.4,22.4
+36079,23.9,-2.4,0
+36084,23.9,-2.3,0
+36087,23.9,-2.2,0
+36089,23.9,-2.1,0
+36091,23.9,-2,0
+36093,23.9,-1.9,0
+36094,23.9,-1.8,0
+36096,23.9,-1.7,0
+36097,23.9,-1.6,0
+36098,23.9,-1.5,0
+36100,23.9,-1.4,0
+36101,23.9,-1.3,0
+36102,23.9,-1.2,0
+36103,23.9,-1.1,0
+36105,23.9,-1,0
+36106,23.9,-0.9,0
+36107,23.9,-0.8,0
+36109,23.9,-0.7,0
+36110,23.9,-0.6,0
+36111,23.9,-0.4,0
+36113,23.9,-0.3,0
+36114,23.9,-0.2,0
+36115,23.9,-0.1,0
+36116,23.9,0.1,0
+36118,23.9,0.2,0
+36119,23.9,0.3,0
+36120,23.9,0.4,0
+36121,23.9,0.5,0
+36123,23.9,0.6,0
+36124,23.9,0.7,0
+36125,23.9,0.8,0
+36126,23.9,0.9,0
+36127,23.9,1,0
+36128,23.9,1.1,0
+36130,23.9,1.2,0
+36131,23.9,1.3,0
+36133,23.9,1.4,0
+36134,23.9,1.5,0
+36136,23.9,1.6,0
+36137,23.9,1.7,0
+36139,23.9,1.8,0
+36140,23.9,1.9,0
+36142,23.9,2,0
+36143,0,2,15.8
+36144,21.3,2,0
+36145,21.3,2.1,0
+36148,21.3,2.2,0
+36156,21.3,2.3,0
+36159,21.3,2.2,0
+36166,21.3,2.1,0
+36170,21.3,2,0
+36173,21.3,1.9,0
+36175,21.3,1.8,0
+36179,21.3,1.7,0
+36181,21.3,1.6,0
+36184,21.3,1.5,0
+36186,21.3,1.4,0
+36188,12.3,1.4,0
+36189,35.3,1.3,0
+36192,35.3,1.2,0
+36195,35.3,1.1,0
+36197,35.3,1,0
+36201,35.3,0.9,0
+36204,35.3,0.8,0
+36209,35.3,0.7,0
+36218,35.3,0.6,0
+36236,35.3,0.7,0
+36247,35.3,0.8,0
+36256,35.3,0.9,0
+36267,35.3,1,0
+36307,35.3,0.9,0
+36316,35.3,0.8,0
+36322,35.3,0.7,0
+36327,35.3,0.6,0
+36331,35.3,0.5,0
+36335,35.3,0.4,0
+36341,35.3,0.3,0
+36344,35.3,0.2,0
+36348,35.3,0.1,0
+36352,35.3,0,0
+36356,35.3,-0.1,0
+36359,35.3,-0.2,0
+36365,35.3,-0.3,0
+36369,35.3,-0.4,0
+36374,35.3,-0.5,0
+36380,35.3,-0.6,0
+36385,35.3,-0.7,0
+36393,41.4,-0.8,0
+36411,41.4,-0.9,0
+36421,41.4,-0.8,0
+36441,41.4,-0.7,0
+36454,41.4,-0.6,0
+36465,41.4,-0.5,0
+36478,41.4,-0.4,0
+36491,41.4,-0.3,0
+36516,41.4,-0.2,0
+36550,41.4,-0.3,0
+36585,41.4,-0.4,0
+36601,41.4,-0.5,0
+36614,41.4,-0.6,0
+36621,41.4,-0.7,0
+36630,41.4,-0.8,0
+36639,41.4,-0.9,0
+36649,41.4,-1,0
+36662,0,-1,8.4
+36663,47.3,-1,0
+36675,47.3,-0.9,0
+36681,47.3,-0.8,0
+36687,47.3,-0.7,0
+36691,47.3,-0.6,0
+36694,47.3,-0.5,0
+36697,47.3,-0.4,0
+36701,47.3,-0.3,0
+36704,47.3,-0.2,0
+36708,47.3,-0.1,0
+36711,47.3,0,0
+36713,47.3,0.1,0
+36717,47.3,0.2,0
+36719,47.3,0.3,0
+36723,47.3,0.4,0
+36727,47.3,0.5,0
+36729,47.3,0.6,0
+36733,47.3,0.7,0
+36738,47.3,0.8,0
+36742,47.3,0.9,0
+36749,47.3,1,0
+36756,47.3,1.1,0
+36792,47.3,1,0
+36804,47.3,0.9,0
+36812,47.3,0.8,0
+36822,47.3,0.7,0
+36830,47.3,0.6,0
+36840,47.3,0.5,0
+36851,47.3,0.4,0
+36864,47.3,0.3,0
+36880,47.3,0.2,0
+36902,47.3,0.1,0
+36931,47.3,0,0
+36965,47.3,0.1,0
+36985,47.3,0.2,0
+36995,47.3,0.3,0
+37003,47.3,0.4,0
+37010,47.3,0.5,0
+37018,47.3,0.6,0
+37025,47.3,0.7,0
+37030,47.3,0.8,0
+37037,47.3,0.9,0
+37045,47.3,1,0
+37052,47.3,1.1,0
+37064,47.3,1.2,0
+37118,47.3,1.1,0
+37137,47.3,1.2,0
+37157,47.3,1.3,0
+37174,47.3,1.4,0
+37191,47.3,1.3,0
+37201,47.3,1.2,0
+37208,47.3,1.1,0
+37212,47.3,1,0
+37215,47.3,0.9,0
+37219,47.3,0.8,0
+37222,47.3,0.7,0
+37224,47.3,0.6,0
+37226,47.3,0.5,0
+37229,47.3,0.4,0
+37231,47.3,0.3,0
+37234,47.3,0.2,0
+37236,47.3,0.1,0
+37238,47.3,0,0
+37241,47.3,-0.2,0
+37243,47.3,-0.3,0
+37245,47.3,-0.4,0
+37248,47.3,-0.6,0
+37250,47.3,-0.7,0
+37253,47.3,-0.8,0
+37255,47.3,-1,0
+37257,47.3,-1.1,0
+37260,47.3,-1.2,0
+37262,47.3,-1.4,0
+37265,47.3,-1.5,0
+37267,47.3,-1.6,0
+37269,47.3,-1.8,0
+37272,47.3,-1.9,0
+37274,47.3,-2,0
+37277,47.3,-2.1,0
+37279,47.3,-2.2,0
+37281,47.3,-2.4,0
+37284,47.3,-2.5,0
+37286,47.3,-2.6,0
+37289,47.3,-2.7,0
+37291,47.3,-2.8,0
+37296,47.3,-2.9,0
+37299,47.3,-3,0
+37303,47.3,-3.1,0
+37308,47.3,-3.2,0
+37328,47.3,-3.1,0
+37333,47.3,-3,0
+37337,47.3,-2.9,0
+37340,47.3,-2.8,0
+37344,47.3,-2.7,0
+37347,47.3,-2.6,0
+37349,47.3,-2.5,0
+37351,47.3,-2.4,0
+37354,47.3,-2.3,0
+37356,47.3,-2.2,0
+37358,47.3,-2,0
+37361,47.3,-1.9,0
+37363,47.3,-1.8,0
+37365,47.3,-1.6,0
+37367,47.3,-1.5,0
+37370,47.3,-1.4,0
+37372,47.3,-1.2,0
+37374,47.3,-1.1,0
+37376,47.3,-0.9,0
+37379,47.3,-0.8,0
+37381,47.3,-0.6,0
+37383,47.3,-0.5,0
+37385,47.3,-0.3,0
+37387,47.3,-0.2,0
+37390,47.3,0,0
+37392,47.3,0.1,0
+37394,47.3,0.3,0
+37396,47.3,0.4,0
+37398,47.3,0.5,0
+37400,47.3,0.7,0
+37402,47.3,0.8,0
+37405,47.3,1,0
+37407,47.3,1.1,0
+37409,47.3,1.2,0
+37411,47.3,1.4,0
+37413,47.3,1.5,0
+37415,47.3,1.6,0
+37417,47.3,1.7,0
+37419,47.3,1.9,0
+37421,47.3,2,0
+37423,47.3,2.1,0
+37425,47.3,2.2,0
+37427,47.3,2.3,0
+37429,47.3,2.4,0
+37431,47.3,2.5,0
+37433,47.3,2.7,0
+37435,47.3,2.8,0
+37437,47.3,2.9,0
+37441,47.3,3,0
+37443,47.3,3.1,0
+37444,47.3,3.2,0
+37446,47.3,3.3,0
+37448,47.3,3.4,0
+37451,47.3,3.5,0
+37453,47.3,3.6,0
+37455,47.3,3.7,0
+37458,47.3,3.8,0
+37462,47.3,3.9,0
+37466,47.3,4,0
+37472,47.3,4.1,0
+37480,47.3,4,0
+37487,47.3,3.9,0
+37490,47.3,3.7,0
+37493,0,3.7,9.8
+37494,35.4,3.7,0
+37495,35.4,3.6,0
+37497,35.4,3.5,0
+37499,35.4,3.4,0
+37500,35.4,3.3,0
+37502,35.4,3.2,0
+37504,35.4,3.1,0
+37506,35.4,3,0
+37507,35.4,2.9,0
+37509,35.4,2.8,0
+37510,35.4,2.7,0
+37511,35.4,2.6,0
+37513,35.4,2.5,0
+37514,35.4,2.4,0
+37516,35.4,2.3,0
+37517,35.4,2.2,0
+37518,35.4,2.1,0
+37519,35.4,2,0
+37521,35.4,1.9,0
+37522,35.4,1.8,0
+37523,35.4,1.7,0
+37525,35.4,1.6,0
+37526,35.4,1.5,0
+37528,35.4,1.4,0
+37529,35.4,1.3,0
+37531,35.4,1.2,0
+37532,35.4,1.1,0
+37534,35.4,1,0
+37535,35.4,0.9,0
+37537,35.4,0.8,0
+37538,35.4,0.7,0
+37541,35.4,0.6,0
+37543,35.4,0.5,0
+37545,35.4,0.4,0
+37548,35.4,0.3,0
+37551,35.4,0.2,0
+37557,35.4,0.1,0
+37571,35.4,0.2,0
+37578,35.4,0.3,0
+37582,35.4,0.4,0
+37586,35.4,0.5,0
+37590,35.4,0.6,0
+37595,35.4,0.7,0
+37599,35.4,0.8,0
+37605,35.4,0.9,0
+37625,35.4,0.8,0
+37630,35.4,0.7,0
+37632,35.4,0.6,0
+37636,35.4,0.5,0
+37638,35.4,0.4,0
+37640,35.4,0.3,0
+37644,35.4,0.2,0
+37646,35.4,0.1,0
+37648,35.4,0,0
+37650,35.4,-0.2,0
+37652,35.4,-0.3,0
+37654,35.4,-0.4,0
+37656,35.4,-0.5,0
+37658,35.4,-0.6,0
+37660,35.4,-0.7,0
+37662,35.4,-0.9,0
+37664,35.4,-1,0
+37666,35.4,-1.1,0
+37668,35.4,-1.2,0
+37670,35.4,-1.3,0
+37672,35.4,-1.4,0
+37674,35.4,-1.6,0
+37676,35.4,-1.7,0
+37678,35.4,-1.8,0
+37680,35.4,-1.9,0
+37682,35.4,-2,0
+37686,35.4,-2.1,0
+37688,35.4,-2.2,0
+37689,35.4,-2.3,0
+37693,35.4,-2.4,0
+37697,35.4,-2.5,0
+37701,35.4,-2.6,0
+37718,35.4,-2.5,0
+37724,35.4,-2.4,0
+37730,35.4,-2.3,0
+37736,35.4,-2.2,0
+37739,35.4,-2.1,0
+37745,35.4,-2,0
+37762,35.4,-2.1,0
+37766,35.4,-2.2,0
+37770,35.4,-2.3,0
+37773,35.4,-2.4,0
+37775,35.4,-2.5,0
+37777,35.4,-2.6,0
+37779,35.4,-2.7,0
+37780,35.4,-2.8,0
+37782,35.4,-2.9,0
+37784,35.4,-3,0
+37785,35.4,-3.1,0
+37787,35.4,-3.2,0
+37789,35.4,-3.3,0
+37790,35.4,-3.4,0
+37792,35.4,-3.5,0
+37794,35.4,-3.7,0
+37795,35.4,-3.8,0
+37797,35.4,-3.9,0
+37798,35.4,-4,0
+37800,35.4,-4.1,0
+37801,35.4,-4.2,0
+37803,35.4,-4.3,0
+37804,35.4,-4.4,0
+37805,35.4,-4.5,0
+37808,35.4,-4.6,0
+37809,35.4,-4.7,0
+37811,35.4,-4.9,0
+37814,16.3,-5,0
+37816,25.7,-5.1,0
+37819,25.7,-5.2,0
+37822,25.7,-5.3,0
+37826,25.7,-5.4,0
+37834,25.7,-5.3,0
+37838,25.7,-5.2,0
+37840,25.7,-5.1,0
+37843,25.7,-5,0
+37845,25.7,-4.9,0
+37847,25.7,-4.8,0
+37848,25.7,-4.7,0
+37849,25.7,-4.6,0
+37850,25.7,-4.5,0
+37852,25.7,-4.4,0
+37853,25.7,-4.3,0
+37854,25.7,-4.2,0
+37855,25.7,-4.1,0
+37856,25.7,-4,0
+37857,25.7,-3.9,0
+37859,25.7,-3.8,0
+37860,25.7,-3.7,0
+37861,25.7,-3.5,0
+37862,25.7,-3.4,0
+37863,25.7,-3.3,0
+37864,25.7,-3.2,0
+37865,25.7,-2.9,0
+37867,25.7,-2.8,0
+37868,25.7,-2.7,0
+37869,25.7,-2.5,0
+37870,25.7,-2.3,0
+37872,25.7,-2.2,0
+37873,25.7,-2,0
+37874,25.7,-1.7,0
+37876,25.7,-1.6,0
+37877,25.7,-1.4,0
+37878,25.7,-1.2,0
+37880,25.7,-1.1,0
+37881,25.7,-0.9,0
+37882,25.7,-0.6,0
+37884,25.7,-0.4,0
+37885,25.7,-0.1,0
+37887,25.7,0,0
+37888,25.7,0.2,0
+37889,25.7,0.4,0
+37891,25.7,0.6,0
+37892,25.7,0.9,0
+37894,25.7,1,0
+37895,25.7,1.1,0
+37896,25.7,1.4,0
+37898,25.7,1.6,0
+37899,25.7,1.8,0
+37901,25.7,2,0
+37902,25.7,2.3,0
+37904,25.7,2.4,0
+37905,25.7,2.6,0
+37906,25.7,2.8,0
+37908,25.7,2.9,0
+37909,25.7,3,0
+37910,25.7,3.3,0
+37912,25.7,3.4,0
+37913,25.7,3.5,0
+37914,25.7,3.7,0
+37916,25.7,3.8,0
+37917,25.7,3.9,0
+37918,25.7,4,0
+37919,25.7,4.1,0
+37921,25.7,4.2,0
+37922,25.7,4.3,0
+37923,25.7,4.4,0
+37924,25.7,4.5,0
+37925,25.7,4.6,0
+37928,25.7,4.7,0
+37930,25.7,4.8,0
+37933,25.7,4.9,0
+37944,0,4.9,13
+37945,32.9,4.9,0
+37946,32.9,4.8,0
+37949,32.9,4.7,0
+37951,32.9,4.6,0
+37953,32.9,4.5,0
+37956,32.9,4.4,0
+37958,32.9,4.3,0
+37959,32.9,4.2,0
+37960,32.9,4.1,0
+37963,32.9,4,0
+37964,32.9,3.9,0
+37966,32.9,3.8,0
+37967,32.9,3.7,0
+37968,32.9,3.6,0
+37971,32.9,3.5,0
+37972,32.9,3.4,0
+37973,32.9,3.3,0
+37975,32.9,3.2,0
+37977,32.9,3.1,0
+37978,32.9,3,0
+37981,32.9,2.9,0
+37982,32.9,2.8,0
+37985,32.9,2.7,0
+37986,32.9,2.6,0
+37989,32.9,2.5,0
+37992,32.9,2.4,0
+37996,32.9,2.3,0
+38004,32.9,2.2,0
+38010,32.9,2.3,0
+38019,32.9,2.4,0
+38024,32.9,2.5,0
+38028,32.9,2.6,0
+38033,32.9,2.7,0
+38036,32.9,2.8,0
+38041,32.9,2.9,0
+38045,32.9,3,0
+38050,32.9,3.1,0
+38055,32.9,3.2,0
+38063,32.9,3.3,0
+38086,32.9,3.2,0
+38093,32.9,3.1,0
+38099,32.9,3,0
+38102,32.9,2.9,0
+38104,32.9,2.8,0
+38108,32.9,2.7,0
+38112,32.9,2.6,0
+38113,32.9,2.5,0
+38115,32.9,2.4,0
+38119,32.9,2.3,0
+38121,32.9,2.2,0
+38123,32.9,2.1,0
+38125,32.9,2,0
+38126,32.9,1.9,0
+38128,32.9,1.8,0
+38132,32.9,1.7,0
+38134,32.9,1.6,0
+38136,32.9,1.5,0
+38137,32.9,1.4,0
+38139,32.9,1.3,0
+38141,32.9,1.2,0
+38143,32.9,1.1,0
+38145,32.9,1,0
+38146,32.9,0.9,0
+38148,32.9,0.8,0
+38150,32.9,0.7,0
+38152,32.9,0.6,0
+38153,32.9,0.5,0
+38155,32.9,0.4,0
+38157,32.9,0.3,0
+38159,32.9,0.2,0
+38160,32.9,0.1,0
+38162,32.9,0,0
+38164,32.9,-0.1,0
+38166,32.9,-0.2,0
+38167,32.9,-0.3,0
+38169,32.9,-0.4,0
+38171,32.9,-0.5,0
+38172,32.9,-0.6,0
+38174,32.9,-0.7,0
+38176,32.9,-0.8,0
+38179,32.9,-0.9,0
+38181,32.9,-1,0
+38183,32.9,-1.1,0
+38185,32.9,-1.2,0
+38188,32.9,-1.3,0
+38190,32.9,-1.4,0
+38194,32.9,-1.5,0
+38197,32.9,-1.6,0
+38201,32.9,-1.7,0
+38204,32.9,-1.8,0
+38208,32.9,-1.9,0
+38215,32.9,-2,0
+38227,32.9,-2.1,0
+38236,32.9,-2,0
+38248,32.9,-1.9,0
+38255,32.9,-1.8,0
+38262,32.9,-1.7,0
+38267,32.9,-1.6,0
+38270,32.9,-1.5,0
+38275,32.9,-1.4,0
+38281,32.9,-1.3,0
+38284,32.9,-1.2,0
+38289,32.9,-1.1,0
+38293,32.9,-1,0
+38298,32.9,-0.9,0
+38301,32.9,-0.8,0
+38306,32.9,-0.7,0
+38311,32.9,-0.6,0
+38318,32.9,-0.5,0
+38343,32.9,-0.6,0
+38346,32.9,-0.7,0
+38350,32.9,-0.8,0
+38353,32.9,-0.9,0
+38355,32.9,-1,0
+38356,32.9,-1.1,0
+38360,32.9,-1.2,0
+38361,32.9,-1.3,0
+38363,32.9,-1.4,0
+38365,32.9,-1.5,0
+38366,32.9,-1.6,0
+38368,32.9,-1.7,0
+38369,32.9,-1.9,0
+38371,32.9,-2,0
+38372,32.9,-2.1,0
+38374,32.9,-2.2,0
+38375,32.9,-2.4,0
+38377,32.9,-2.5,0
+38378,32.9,-2.6,0
+38379,32.9,-2.7,0
+38381,32.9,-2.8,0
+38382,32.9,-2.9,0
+38383,32.9,-3,0
+38384,32.9,-3.2,0
+38386,32.9,-3.3,0
+38387,32.9,-3.4,0
+38388,32.9,-3.5,0
+38389,32.9,-3.6,0
+38390,32.9,-3.7,0
+38391,32.9,-3.8,0
+38392,32.9,-4,0
+38395,32.9,-4.1,0
+38396,32.9,-4.2,0
+38398,32.9,-4.3,0
+38399,32.9,-4.4,0
+38401,0,-4.5,18.2
+38402,35.4,-4.5,0
+38403,35.4,-4.7,0
+38405,35.4,-4.8,0
+38407,35.4,-4.9,0
+38409,35.4,-5,0
+38411,35.4,-5.1,0
+38416,35.4,-5.2,0
+38423,35.4,-5.1,0
+38427,35.4,-5,0
+38429,35.4,-4.9,0
+38431,35.4,-4.8,0
+38433,35.4,-4.7,0
+38435,35.4,-4.6,0
+38436,35.4,-4.4,0
+38438,35.4,-4.3,0
+38439,35.4,-4.2,0
+38441,35.4,-4.1,0
+38442,35.4,-3.9,0
+38444,35.4,-3.7,0
+38446,35.4,-3.6,0
+38447,35.4,-3.4,0
+38449,35.4,-3.1,0
+38451,35.4,-3,0
+38452,35.4,-2.8,0
+38454,35.4,-2.5,0
+38456,35.4,-2.4,0
+38457,35.4,-2.2,0
+38459,35.4,-2,0
+38461,35.4,-1.7,0
+38463,35.4,-1.5,0
+38464,35.4,-1.3,0
+38466,35.4,-1.1,0
+38468,35.4,-0.8,0
+38470,35.4,-0.7,0
+38471,35.4,-0.4,0
+38473,35.4,-0.2,0
+38475,35.4,0,0
+38477,35.4,0.3,0
+38479,35.4,0.4,0
+38480,35.4,0.6,0
+38482,35.4,0.8,0
+38484,35.4,1,0
+38486,35.4,1.2,0
+38488,35.4,1.5,0
+38490,35.4,1.6,0
+38491,35.4,1.7,0
+38493,35.4,1.9,0
+38495,35.4,2,0
+38497,35.4,2.2,0
+38499,35.4,2.3,0
+38501,35.4,2.4,0
+38503,35.4,2.5,0
+38504,35.4,2.6,0
+38506,35.4,2.7,0
+38508,35.4,2.8,0
+38510,35.4,2.9,0
+38512,35.4,3,0
+38514,35.4,3.1,0
+38518,35.4,3.2,0
+38522,35.4,3.3,0
+38529,35.4,3.4,0
+38568,35.4,3.5,0
+38576,35.4,3.6,0
+38581,35.4,3.7,0
+38587,35.4,3.8,0
+38592,35.4,3.9,0
+38596,35.4,4,0
+38599,26.5,4,0
+38601,26.5,4.1,0
+38607,26.5,4.2,0
+38611,36.7,4.2,0
+38614,36.7,4.3,0
+38630,36.7,4.2,0
+38636,36.7,4.1,0
+38642,36.7,4,0
+38646,36.7,3.9,0
+38648,36.7,3.8,0
+38651,36.7,3.7,0
+38653,36.7,3.6,0
+38655,36.7,3.5,0
+38659,36.7,3.4,0
+38662,36.7,3.3,0
+38664,36.7,3.2,0
+38666,36.7,3.1,0
+38668,36.7,3,0
+38670,36.7,2.9,0
+38672,36.7,2.8,0
+38674,36.7,2.7,0
+38676,36.7,2.6,0
+38678,36.7,2.5,0
+38680,36.7,2.4,0
+38682,36.7,2.3,0
+38685,36.7,2.2,0
+38687,36.7,2.1,0
+38689,36.7,2,0
+38693,36.7,1.9,0
+38695,36.7,1.8,0
+38697,36.7,1.7,0
+38699,36.7,1.6,0
+38703,36.7,1.5,0
+38705,36.7,1.4,0
+38709,36.7,1.3,0
+38711,36.7,1.2,0
+38715,36.7,1.1,0
+38719,36.7,1,0
+38725,36.7,0.9,0
+38731,36.7,0.8,0
+38760,36.7,0.9,0
+38767,36.7,1,0
+38773,36.7,1.1,0
+38779,36.7,1.2,0
+38782,36.7,1.3,0
+38788,36.7,1.4,0
+38792,36.7,1.5,0
+38796,36.7,1.6,0
+38800,36.7,1.7,0
+38803,36.7,1.8,0
+38809,36.7,1.9,0
+38813,36.7,2,0
+38819,36.7,2.1,0
+38824,36.7,2.2,0
+38833,36.7,2.3,0
+38852,36.7,2.2,0
+38859,36.7,2.1,0
+38863,36.7,2,0
+38868,36.7,1.9,0
+38870,36.7,1.8,0
+38873,36.7,1.7,0
+38877,36.7,1.6,0
+38879,36.7,1.5,0
+38881,36.7,1.4,0
+38884,36.7,1.3,0
+38886,36.7,1.2,0
+38887,36.7,1.1,0
+38889,36.7,1,0
+38891,36.7,0.9,0
+38893,36.7,0.8,0
+38894,36.7,0.7,0
+38898,36.7,0.6,0
+38899,36.7,0.5,0
+38901,36.7,0.4,0
+38902,36.7,0.3,0
+38904,36.7,0.2,0
+38905,36.7,0.1,0
+38908,36.7,0,0
+38909,36.7,-0.1,0
+38911,36.7,-0.2,0
+38912,36.7,-0.3,0
+38914,36.7,-0.4,0
+38916,36.7,-0.5,0
+38919,36.7,-0.6,0
+38921,36.7,-0.7,0
+38923,36.7,-0.8,0
+38926,0,-0.8,22.4
+38927,28.2,-0.8,0
+38928,28.2,-1,0
+38932,28.2,-1.1,0
+38936,28.2,-1.2,0
+38957,28.2,-1.1,0
+38962,28.2,-1,0
+38967,28.2,-0.9,0
+38971,28.2,-0.8,0
+38977,28.2,-0.7,0
+38983,28.2,-0.6,0
+38993,28.2,-0.5,0
+39007,28.2,-0.6,0
+39034,28.2,-0.5,0
+39039,28.2,-0.4,0
+39042,28.2,-0.3,0
+39043,28.2,-0.2,0
+39047,28.2,-0.1,0
+39048,28.2,0,0
+39050,28.2,0.1,0
+39051,28.2,0.2,0
+39053,28.2,0.3,0
+39054,28.2,0.4,0
+39056,28.2,0.5,0
+39057,28.2,0.7,0
+39059,28.2,0.9,0
+39061,28.2,1,0
+39062,28.2,1.1,0
+39063,28.2,1.3,0
+39065,28.2,1.4,0
+39066,28.2,1.7,0
+39068,28.2,1.9,0
+39069,28.2,2.1,0
+39071,28.2,2.2,0
+39072,28.2,2.3,0
+39073,28.2,2.6,0
+39075,28.2,2.8,0
+39076,28.2,3,0
+39077,28.2,3.3,0
+39079,28.2,3.5,0
+39080,28.2,3.7,0
+39081,28.2,4,0
+39083,28.2,4.2,0
+39084,28.2,4.3,0
+39085,28.2,4.4,0
+39086,28.2,4.6,0
+39087,28.2,4.8,0
+39088,28.2,4.9,0
+39089,28.2,5.1,0
+39090,28.2,5.3,0
+39091,28.2,5.5,0
+39092,28.2,5.7,0
+39093,28.2,5.8,0
+39094,28.2,6,0
+39095,28.2,6.2,0
+39096,28.2,6.3,0
+39097,28.2,6.5,0
+39098,0,6.6,37.8
+39099,27.1,6.6,0
+39100,27.1,7.3,0
+39101,27.1,7.4,0
+39102,27.1,7.5,0
+39103,27.1,7.7,0
+39104,27.1,7.9,0
+39106,27.1,8,0
+39107,27.1,8.1,0
+39108,27.1,8.2,0
+39109,27.1,8.3,0
+39111,27.1,8.4,0
+39112,27.1,8.5,0
+39114,27.1,8.6,0
+39115,27.1,8.7,0
+39117,27.1,8.8,0
+39120,27.1,8.9,0
+39127,27.1,8.8,0
+39130,27.1,8.7,0
+39133,27.1,8.6,0
+39134,27.1,8.5,0
+39135,27.1,8.4,0
+39137,27.1,8.2,0
+39139,27.1,8.1,0
+39140,27.1,8,0
+39141,27.1,7.9,0
+39142,27.1,7.7,0
+39144,27.1,7.6,0
+39145,27.1,7.3,0
+39147,27.1,7.2,0
+39148,27.1,6.9,0
+39150,27.1,6.8,0
+39151,27.1,6.5,0
+39153,27.1,6.3,0
+39154,27.1,6,0
+39156,27.1,5.9,0
+39157,27.1,5.5,0
+39159,27.1,5.4,0
+39160,27.1,5.2,0
+39161,27.1,4.9,0
+39163,27.1,4.7,0
+39164,27.1,4.3,0
+39166,27.1,4.1,0
+39167,27.1,3.7,0
+39169,27.1,3.6,0
+39170,27.1,3.4,0
+39171,27.1,3,0
+39173,27.1,2.8,0
+39174,27.1,2.6,0
+39175,27.1,2.2,0
+39177,27.1,2.1,0
+39178,27.1,1.9,0
+39179,27.1,1.7,0
+39180,27.1,1.5,0
+39181,27.1,1.1,0
+39183,27.1,1,0
+39184,27.1,0.8,0
+39185,27.1,0.6,0
+39186,27.1,0.4,0
+39187,27.1,0.3,0
+39188,27.1,0.1,0
+39189,27.1,-0.1,0
+39190,27.1,-0.3,0
+39191,27.1,-0.4,0
+39192,27.1,-0.5,0
+39193,27.1,-0.6,0
+39194,27.1,-0.8,0
+39195,27.1,-1,0
+39196,27.1,-1.1,0
+39197,27.1,-1.2,0
+39198,27.1,-1.4,0
+39199,27.1,-1.5,0
+39200,27.1,-1.6,0
+39201,0,-1.7,47.2
+39202,29.5,-1.7,0
+39203,29.5,-2,0
+39204,29.5,-2.1,0
+39205,29.5,-2.2,0
+39206,29.5,-2.3,0
+39207,29.5,-2.4,0
+39208,29.5,-2.5,0
+39210,29.5,-2.6,0
+39211,29.5,-2.7,0
+39212,29.5,-2.8,0
+39214,29.5,-2.9,0
+39217,29.5,-3,0
+39219,29.5,-3.1,0
+39231,29.5,-3,0
+39234,29.5,-2.9,0
+39237,29.5,-2.8,0
+39239,29.5,-2.7,0
+39240,29.5,-2.6,0
+39242,29.5,-2.5,0
+39243,29.5,-2.4,0
+39245,29.5,-2.3,0
+39246,29.5,-2.2,0
+39248,29.5,-2.1,0
+39249,29.5,-1.9,0
+39251,29.5,-1.8,0
+39252,29.5,-1.7,0
+39254,29.5,-1.5,0
+39255,29.5,-1.4,0
+39257,29.5,-1.2,0
+39259,29.5,-1.1,0
+39260,29.5,-0.9,0
+39262,29.5,-0.7,0
+39263,29.5,-0.6,0
+39265,29.5,-0.4,0
+39267,29.5,-0.2,0
+39268,29.5,-0.1,0
+39270,29.5,0.2,0
+39272,29.5,0.3,0
+39273,29.5,0.5,0
+39275,29.5,0.6,0
+39276,29.5,0.8,0
+39278,29.5,0.9,0
+39279,29.5,1.1,0
+39281,29.5,1.2,0
+39282,30.1,1.4,0
+39284,30.1,1.5,0
+39285,30.1,1.7,0
+39287,30.1,1.8,0
+39288,30.1,1.9,0
+39289,30.1,2,0
+39291,30.1,2.2,0
+39292,30.1,2.3,0
+39294,30.1,2.4,0
+39295,30.1,2.5,0
+39297,30.1,2.7,0
+39298,30.1,2.8,0
+39300,30.1,2.9,0
+39301,30.1,3,0
+39303,30.1,3.1,0
+39304,30.1,3.2,0
+39306,30.1,3.4,0
+39308,30.1,3.5,0
+39309,30.1,3.6,0
+39311,30.1,3.7,0
+39312,30.1,3.8,0
+39314,30.1,3.9,0
+39317,30.1,4,0
+39319,30.1,4.1,0
+39320,30.1,4.2,0
+39322,30.1,4.3,0
+39323,30.1,4.4,0
+39327,30.1,4.5,0
+39328,30.1,4.6,0
+39332,30.1,4.7,0
+39335,30.1,4.8,0
+39337,30.1,4.9,0
+39342,30.1,5,0
+39345,30.1,5.1,0
+39350,30.1,5.2,0
+39362,30.1,5.3,0
+39366,30.1,5.2,0
+39376,30.1,5.1,0
+39381,30.1,5,0
+39384,30.1,4.9,0
+39387,30.1,4.8,0
+39390,30.1,4.7,0
+39392,30.1,4.6,0
+39394,30.1,4.5,0
+39395,30.1,4.4,0
+39397,30.1,4.3,0
+39399,30.1,4.2,0
+39400,30.1,4.1,0
+39402,30.1,4,0
+39404,30.1,3.9,0
+39405,30.1,3.7,0
+39407,30.1,3.6,0
+39409,30.1,3.5,0
+39410,30.1,3.3,0
+39412,30.1,3.1,0
+39414,30.1,3,0
+39415,30.1,2.8,0
+39417,30.1,2.5,0
+39419,30.1,2.4,0
+39420,30.1,2.3,0
+39422,30.1,2.1,0
+39423,30.1,1.9,0
+39425,30.1,1.6,0
+39427,30.1,1.5,0
+39428,30.1,1.2,0
+39430,30.1,1.1,0
+39431,30.1,0.8,0
+39433,30.1,0.5,0
+39435,30.1,0.4,0
+39436,30.1,0.1,0
+39438,30.1,-0.1,0
+39439,30.1,-0.3,0
+39441,30.1,-0.5,0
+39442,30.1,-0.8,0
+39444,30.1,-1,0
+39445,30.1,-1.3,0
+39447,30.1,-1.4,0
+39448,30.1,-1.6,0
+39449,30.1,-1.9,0
+39451,30.1,-2,0
+39452,30.1,-2.2,0
+39453,30.1,-2.3,0
+39454,30.1,-2.4,0
+39455,30.1,-2.6,0
+39456,30.1,-2.9,0
+39458,30.1,-3.1,0
+39459,30.1,-3.2,0
+39460,30.1,-3.3,0
+39461,30.1,-3.5,0
+39462,30.1,-3.6,0
+39463,30.1,-3.7,0
+39464,30.1,-3.9,0
+39465,30.1,-4,0
+39466,30.1,-4.1,0
+39467,30.1,-4.2,0
+39468,30.1,-4.4,0
+39469,30.1,-4.5,0
+39470,30.1,-4.6,0
+39471,30.1,-4.7,0
+39472,30.1,-4.8,0
+39473,30.1,-4.9,0
+39474,30.1,-5,0
+39475,30.1,-5.1,0
+39476,16.4,-5.2,0
+39477,16.4,-5.3,0
+39478,16.4,-5.4,0
+39479,16.4,-5.5,0
+39480,16.4,-5.6,0
+39481,16.4,-5.7,0
+39482,16.4,-5.8,0
+39484,16.4,-5.9,0
+39485,16.4,-6,0
+39486,16.4,-6.1,0
+39488,16.4,-6.2,0
+39489,16.4,-6.3,0
+39491,16.4,-6.4,0
+39493,16.4,-6.5,0
+39495,16.4,-6.6,0
+39497,16.4,-6.7,0
+39500,16.4,-6.8,0
+39503,16.4,-6.9,0
+39509,16.3,-7,0
+39514,11.4,-7,0
+39523,11.4,-6.9,0
+39524,14.1,-6.9,0
+39535,14.1,-6.8,0
+39551,0,-6.8,2
diff --git a/VectoCore/VectoCoreTest/VectoCoreTest.csproj b/VectoCore/VectoCoreTest/VectoCoreTest.csproj
index cb1aca2f62..d6b8660741 100644
--- a/VectoCore/VectoCoreTest/VectoCoreTest.csproj
+++ b/VectoCore/VectoCoreTest/VectoCoreTest.csproj
@@ -1964,6 +1964,72 @@
     <None Include="TestData\Hybrids\GenericVehicle_P1-APT\TorqueConverterPowerSplit.vtcc">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
+    <None Include="TestData\Hybrids\GenericVehicle_Sx\BEV_E4_Group31a.vecto">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Include="TestData\Hybrids\GenericVehicle_Sx\BEV_E4_Group31a.vveh">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Include="TestData\Hybrids\GenericVehicle_Sx\EM_drag.vemd">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Include="TestData\Hybrids\GenericVehicle_Sx\EM_fld.vemp">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Include="TestData\Hybrids\GenericVehicle_Sx\EM_Map.vemo">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Include="TestData\Hybrids\GenericVehicle_Sx\GenericBattery.vbatr">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Include="TestData\Hybrids\GenericVehicle_Sx\GenericBattery.vreess">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Include="TestData\Hybrids\GenericVehicle_Sx\GenericEMotor.vem">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Include="TestData\Hybrids\GenericVehicle_Sx\GenericGen.vem">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Include="TestData\Hybrids\GenericVehicle_Sx\Gen_drag.vemd">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Include="TestData\Hybrids\GenericVehicle_Sx\Gen_fld.vemp">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Include="TestData\Hybrids\GenericVehicle_Sx\Gen_Map.vemo">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Include="TestData\Hybrids\GenericVehicle_Sx\Group2_6l.veng">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Include="TestData\Hybrids\GenericVehicle_Sx\Group2_ICE_fld.vfld">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Include="TestData\Hybrids\GenericVehicle_Sx\Group2_ICE_Map.vmap">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Include="TestData\Hybrids\GenericVehicle_Sx\HeavyUrban.vdri">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Include="TestData\Hybrids\GenericVehicle_Sx\MaxCurrent.vimax">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Include="TestData\Hybrids\GenericVehicle_Sx\REESS_SOC_curve.vbatv">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Include="TestData\Hybrids\GenericVehicle_Sx\Smart_BusAux.vaux">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Include="TestData\Hybrids\GenericVehicle_Sx\Suburban.vdri">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Include="TestData\Hybrids\GenericVehicle_Sx\Truck.vacc">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Include="TestData\Hybrids\GenericVehicle_Sx\Urban.vdri">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
     <None Include="TestData\Hybrids\Hyb_P2_Group2SuperCapOvl\175kW.vfld">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
-- 
GitLab