Browse Source

UI Playback Logging; Included Participant ID into log file names

Furkan Karakocaoglu 1 year ago
parent
commit
ce74ebbba0
21 changed files with 6024 additions and 848 deletions
  1. 47 0
      testumgebung/CrowdModelling/Assets/Scenes/Origin_OnlyYears.unity
  2. 1 1
      testumgebung/CrowdModelling/Assets/Study_Logs/Scripts/CameraPosition.cs
  3. 1 1
      testumgebung/CrowdModelling/Assets/Study_Logs/Scripts/MousePosition.cs
  4. 4 5
      testumgebung/CrowdModelling/Assets/Study_Logs/Scripts/UIChangeView.cs
  5. 113 0
      testumgebung/CrowdModelling/Assets/Study_Logs/Scripts/UIPlayback.cs
  6. 11 0
      testumgebung/CrowdModelling/Assets/Study_Logs/Scripts/UIPlayback.cs.meta
  7. 1 1
      testumgebung/CrowdModelling/Assets/Study_Logs/Scripts/UITimePeriodSelection.cs
  8. 1063 0
      testumgebung/CrowdModelling/Assets/Study_Logs/log_0_TestCamera.csv
  9. 1 1
      testumgebung/CrowdModelling/Assets/Study_Logs/log_0_TestCamera.csv.meta
  10. 1193 0
      testumgebung/CrowdModelling/Assets/Study_Logs/log_0_TestChangeView.csv
  11. 1 1
      testumgebung/CrowdModelling/Assets/Study_Logs/log_0_TestChangeView.csv.meta
  12. 1193 0
      testumgebung/CrowdModelling/Assets/Study_Logs/log_0_TestMouse.csv
  13. 1 1
      testumgebung/CrowdModelling/Assets/Study_Logs/log_0_TestMouse.csv.meta
  14. 1193 0
      testumgebung/CrowdModelling/Assets/Study_Logs/log_0_TestPlayback.csv
  15. 1 1
      testumgebung/CrowdModelling/Assets/Study_Logs/log_0_TestPlayback.csv.meta
  16. 1193 0
      testumgebung/CrowdModelling/Assets/Study_Logs/log_0_TestTimePeriod.csv
  17. 7 0
      testumgebung/CrowdModelling/Assets/Study_Logs/log_0_TestTimePeriod.csv.meta
  18. 0 209
      testumgebung/CrowdModelling/Assets/Study_Logs/log_TestCamera.csv
  19. 0 209
      testumgebung/CrowdModelling/Assets/Study_Logs/log_TestChangeView.csv
  20. 0 209
      testumgebung/CrowdModelling/Assets/Study_Logs/log_TestMouse.csv
  21. 0 209
      testumgebung/CrowdModelling/Assets/Study_Logs/log_TestTimePeriod.csv

+ 47 - 0
testumgebung/CrowdModelling/Assets/Scenes/Origin_OnlyYears.unity

@@ -1295,6 +1295,7 @@ GameObject:
   - component: {fileID: 231771154}
   - component: {fileID: 231771155}
   - component: {fileID: 231771156}
+  - component: {fileID: 231771157}
   m_Layer: 0
   m_Name: UILogging
   m_TagString: Untagged
@@ -1345,6 +1346,19 @@ MonoBehaviour:
   day2: {fileID: 1349461801}
   day3: {fileID: 237485087}
   logFileName: TestTimePeriod
+--- !u!114 &231771157
+MonoBehaviour:
+  m_ObjectHideFlags: 0
+  m_CorrespondingSourceObject: {fileID: 0}
+  m_PrefabInstance: {fileID: 0}
+  m_PrefabAsset: {fileID: 0}
+  m_GameObject: {fileID: 231771153}
+  m_Enabled: 1
+  m_EditorHideFlags: 0
+  m_Script: {fileID: 11500000, guid: faabfc0800cefd3448aa7551c7c0c255, type: 3}
+  m_Name: 
+  m_EditorClassIdentifier: 
+  logFileName: TestPlayback
 --- !u!1 &232631885
 GameObject:
   m_ObjectHideFlags: 0
@@ -10634,6 +10648,17 @@ MonoBehaviour:
           m_StringArgument: 
           m_BoolArgument: 0
         m_CallState: 2
+      - m_Target: {fileID: 231771157}
+        m_MethodName: registerOnRewindClicked
+        m_Mode: 1
+        m_Arguments:
+          m_ObjectArgument: {fileID: 0}
+          m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine
+          m_IntArgument: 0
+          m_FloatArgument: 0
+          m_StringArgument: 
+          m_BoolArgument: 0
+        m_CallState: 2
 --- !u!114 &1289326228
 MonoBehaviour:
   m_ObjectHideFlags: 0
@@ -10933,6 +10958,17 @@ MonoBehaviour:
           m_StringArgument: 
           m_BoolArgument: 0
         m_CallState: 2
+      - m_Target: {fileID: 231771157}
+        m_MethodName: registerOnPlayClicked
+        m_Mode: 1
+        m_Arguments:
+          m_ObjectArgument: {fileID: 0}
+          m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine
+          m_IntArgument: 0
+          m_FloatArgument: 0
+          m_StringArgument: 
+          m_BoolArgument: 0
+        m_CallState: 2
 --- !u!114 &1298109073
 MonoBehaviour:
   m_ObjectHideFlags: 0
@@ -16050,6 +16086,17 @@ MonoBehaviour:
           m_StringArgument: 
           m_BoolArgument: 0
         m_CallState: 2
+      - m_Target: {fileID: 231771157}
+        m_MethodName: registerOnPauseClicked
+        m_Mode: 1
+        m_Arguments:
+          m_ObjectArgument: {fileID: 0}
+          m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine
+          m_IntArgument: 0
+          m_FloatArgument: 0
+          m_StringArgument: 
+          m_BoolArgument: 0
+        m_CallState: 2
 --- !u!114 &1922293066
 MonoBehaviour:
   m_ObjectHideFlags: 0

+ 1 - 1
testumgebung/CrowdModelling/Assets/Study_Logs/Scripts/CameraPosition.cs

@@ -23,7 +23,7 @@ public class CameraPosition : MonoBehaviour
         ParticipantID = gameObject.GetComponentInParent<LoggingManager>().ParticipantID;
         cameraLogPathFolder = gameObject.GetComponentInParent<LoggingManager>().LogPathFolder;
 
-        cameraLogFileName = "log_" + cameraLogFileName + ".csv";
+        cameraLogFileName = "log_" + ParticipantID + "_" + cameraLogFileName + ".csv";
         cameraLogPath = Path.Combine(cameraLogPathFolder, cameraLogFileName);
 
         using (FileStream stream = File.Open(cameraLogPath, FileMode.Create))

+ 1 - 1
testumgebung/CrowdModelling/Assets/Study_Logs/Scripts/MousePosition.cs

@@ -20,7 +20,7 @@ public class MousePosition : MonoBehaviour
         ParticipantID = gameObject.GetComponentInParent<LoggingManager>().ParticipantID;
         logPathFolder = gameObject.GetComponentInParent<LoggingManager>().LogPathFolder;
 
-        logFileName = "log_" + logFileName + ".csv";
+        logFileName = "log_" + ParticipantID + "_" + logFileName + ".csv";
         logPath = Path.Combine(logPathFolder, logFileName);
 
         using (FileStream stream = File.Open(logPath, FileMode.Create))

+ 4 - 5
testumgebung/CrowdModelling/Assets/Study_Logs/Scripts/UIChangeView.cs

@@ -13,7 +13,7 @@ public class UIChangeView : MonoBehaviour
     private string logPathFolder = "";
 
     // Changes on click
-    private int changeCount = 0;
+    private int countChanges = 0;
     private bool defaultView = true; // Perspective is default view
     private float timerPerspective = 0f;
     private float timerTopDown = 0f;
@@ -26,7 +26,7 @@ public class UIChangeView : MonoBehaviour
         ParticipantID = gameObject.GetComponentInParent<LoggingManager>().ParticipantID;
         logPathFolder = gameObject.GetComponentInParent<LoggingManager>().LogPathFolder;
 
-        logFileName = "log_" + logFileName + ".csv";
+        logFileName = "log_" + ParticipantID + "_" + logFileName + ".csv";
         logPath = Path.Combine(logPathFolder, logFileName);
 
         using (FileStream stream = File.Open(logPath, FileMode.Create))
@@ -52,10 +52,9 @@ public class UIChangeView : MonoBehaviour
         return header.ToString();
     }
 
-    
     public void registerOnButtonClicked()
     {
-        changeCount++;
+        countChanges++;
         defaultView = !defaultView;
     }
 
@@ -70,7 +69,7 @@ public class UIChangeView : MonoBehaviour
                     StringBuilder line = new StringBuilder();
                     line.Append(ParticipantID);
                     line.Append(";" + time);
-                    line.Append(";" + changeCount);
+                    line.Append(";" + countChanges);
                     line.Append(";" + timerPerspective);
                     line.Append(";" + timerTopDown);
                     line.Append(";" + (defaultView ? "Perspective" : "TopDown"));

+ 113 - 0
testumgebung/CrowdModelling/Assets/Study_Logs/Scripts/UIPlayback.cs

@@ -0,0 +1,113 @@
+using System;
+using System.IO;
+using System.Text;
+using UnityEngine;
+
+public class UIPlayback : MonoBehaviour
+{
+    // Inspector variables
+    public string logFileName = "";
+
+    // Get from LoggingManager
+    private int ParticipantID;
+    private string logPathFolder = "";
+
+    // Changes on click
+    private int current = 0; // -1 == Rewind; 0 == Pause; 1 == Play
+    private int countClicksRewind = 0;
+    private int countClicksPause = 0;
+    private int countClicksPlay = 0;
+    private float timerRewind = 0f;
+    private float timerPause = 0f;
+    private float timerPlay = 0f;
+
+    private string logPath;
+    private float time = 0f;
+
+    private void Start()
+    {
+        ParticipantID = gameObject.GetComponentInParent<LoggingManager>().ParticipantID;
+        logPathFolder = gameObject.GetComponentInParent<LoggingManager>().LogPathFolder;
+
+        logFileName = "log_" + ParticipantID + "_" + logFileName + ".csv";
+        logPath = Path.Combine(logPathFolder, logFileName);
+
+        using (FileStream stream = File.Open(logPath, FileMode.Create))
+        {
+            using (StreamWriter writer = new StreamWriter(stream))
+            {
+                writer.WriteLine(GetLogFileHeader());
+                writer.Flush();
+            }
+        }
+        Debug.Log("Created new Logfile " + logFileName);
+    }
+
+    private string GetLogFileHeader()
+    {
+        StringBuilder header = new StringBuilder("ParticipantID");
+        header.Append(";Time");
+        header.Append(";Acc Clicks Rewind");
+        header.Append(";Acc Clicks Pause");
+        header.Append(";Acc Clicks Play");
+        header.Append(";Acc Time Rewind");
+        header.Append(";Acc Time Pause");
+        header.Append(";Acc Time Play");
+        header.Append(";Current");
+
+        return header.ToString();
+    }
+
+    public void registerOnRewindClicked()
+    {
+        countClicksRewind++;
+        current = -1;
+    }
+    public void registerOnPauseClicked()
+    {
+        countClicksPause++;
+        current = 0;
+    }
+    public void registerOnPlayClicked()
+    {
+        countClicksPlay++;
+        current = 1;
+    }
+
+    private void FixedUpdate()
+    {
+        if (File.Exists(logPath))
+        {
+            try
+            {
+                using (StreamWriter writer = new StreamWriter(logPath, true))
+                {
+                    StringBuilder line = new StringBuilder();
+                    line.Append(ParticipantID);
+                    line.Append(";" + time);
+                    line.Append(";" + countClicksRewind);
+                    line.Append(";" + countClicksPause);
+                    line.Append(";" + countClicksPlay);
+                    line.Append(";" + timerRewind);
+                    line.Append(";" + timerPause);
+                    line.Append(";" + timerPlay);
+                    line.Append(";" + current);
+                    
+                    writer.WriteLine(line);
+                    writer.Flush();
+                }
+            }
+            catch (Exception e)
+            {
+                throw new ApplicationException("Something went wrong by writing into a csv file: ", e);
+            }
+        }
+        time += Time.deltaTime;
+        if (current == -1)
+            timerRewind += Time.deltaTime;
+        else if(current == 0)
+            timerPause += Time.deltaTime;
+        else if (current == 1)
+            timerPlay += Time.deltaTime;
+    }
+}

+ 11 - 0
testumgebung/CrowdModelling/Assets/Study_Logs/Scripts/UIPlayback.cs.meta

@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: faabfc0800cefd3448aa7551c7c0c255
+MonoImporter:
+  externalObjects: {}
+  serializedVersion: 2
+  defaultReferences: []
+  executionOrder: 0
+  icon: {instanceID: 0}
+  userData: 
+  assetBundleName: 
+  assetBundleVariant: 

+ 1 - 1
testumgebung/CrowdModelling/Assets/Study_Logs/Scripts/UITimePeriodSelection.cs

@@ -33,7 +33,7 @@ public class UITimePeriodSelection : MonoBehaviour
         ParticipantID = gameObject.GetComponentInParent<LoggingManager>().ParticipantID;
         logPathFolder = gameObject.GetComponentInParent<LoggingManager>().LogPathFolder;
 
-        logFileName = "log_" + logFileName + ".csv";
+        logFileName = "log_" + ParticipantID + "_" + logFileName + ".csv";
         logPath = Path.Combine(logPathFolder, logFileName);
 
         using (FileStream stream = File.Open(logPath, FileMode.Create))

+ 1063 - 0
testumgebung/CrowdModelling/Assets/Study_Logs/log_0_TestCamera.csv

@@ -0,0 +1,1063 @@
+ParticipantID;Time;Position;Rotation;FOV
+0;0;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,02;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,04;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,06;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,08;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,09999999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,12;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,14;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,16;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,18;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,2;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,22;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,24;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,26;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,28;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,3;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,32;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,34;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,36;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,38;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,4;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,42;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,4400001;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,4600001;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,4800001;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,5000001;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,52;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,54;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,56;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,58;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,6;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,6199999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,6399999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,6599999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,6799999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,6999999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,7199998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,7399998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,7599998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,7799998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,7999998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,8199998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,8399997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,8599997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,8799997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,8999997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,9199997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,9399996;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,9599996;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,9799996;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;0,9999996;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,02;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,04;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,06;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,08;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,1;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,12;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,14;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,159999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,179999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,199999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,219999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,239999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,259999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,279999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,299999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,319999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,339999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,359999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,379999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,399999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,419999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,439999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,459999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,479999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,499999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,519999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,539999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,559999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,579999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,599999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,619999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,639999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,659999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,679999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,699999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,719999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,739999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,759999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,779999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,799999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,819999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,839999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,859999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,879999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,899999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
+0;1,919999;(46.0, 16.9, -4.6);(-0.5, 0.0, 0.0, -0.9);60
+0;1,939999;(46.0, 16.9, -4.6);(-0.5, 0.0, 0.0, -0.9);60
+0;1,959999;(46.0, 16.9, -4.6);(-0.5, 0.1, 0.0, -0.9);60
+0;1,979999;(46.0, 16.9, -4.6);(-0.5, 0.1, -0.1, -0.9);60
+0;1,999999;(46.0, 16.9, -4.6);(-0.5, 0.2, -0.1, -0.8);60
+0;2,019999;(46.0, 16.9, -4.6);(-0.5, 0.2, -0.1, -0.8);60
+0;2,039999;(46.0, 16.9, -4.6);(-0.5, 0.3, -0.1, -0.8);60
+0;2,059999;(46.0, 16.9, -4.6);(-0.5, 0.3, -0.2, -0.8);60
+0;2,079999;(46.0, 16.9, -4.6);(-0.4, 0.3, -0.2, -0.8);60
+0;2,099999;(46.0, 16.9, -4.6);(-0.4, 0.4, -0.2, -0.8);60
+0;2,119999;(46.0, 16.9, -4.6);(-0.3, 0.4, -0.1, -0.9);60
+0;2,139999;(46.0, 16.9, -4.6);(-0.3, 0.4, -0.1, -0.9);60
+0;2,159999;(46.0, 16.9, -4.6);(-0.3, 0.4, -0.1, -0.9);60
+0;2,179999;(46.0, 16.9, -4.6);(-0.2, 0.4, -0.1, -0.9);60
+0;2,199999;(46.0, 16.9, -4.6);(-0.2, 0.4, -0.1, -0.9);60
+0;2,219999;(46.0, 16.9, -4.6);(-0.2, 0.4, -0.1, -0.9);60
+0;2,239999;(46.0, 16.9, -4.6);(-0.2, 0.4, -0.1, -0.9);60
+0;2,259999;(46.0, 16.9, -4.6);(-0.2, 0.3, -0.1, -0.9);60
+0;2,279999;(46.0, 16.9, -4.6);(-0.2, 0.3, 0.0, -0.9);60
+0;2,299999;(46.0, 16.9, -4.6);(-0.1, 0.2, 0.0, -1.0);60
+0;2,319999;(46.0, 16.9, -4.6);(-0.1, 0.2, 0.0, -1.0);60
+0;2,339998;(46.0, 16.9, -4.6);(-0.1, 0.1, 0.0, -1.0);60
+0;2,359998;(46.0, 16.9, -4.6);(-0.1, 0.1, 0.0, -1.0);60
+0;2,379998;(46.0, 16.9, -4.6);(-0.1, 0.1, 0.0, -1.0);60
+0;2,399998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;2,419998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;2,439998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;2,459998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;2,479998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;2,499998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;2,519998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;2,539998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;2,559998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;2,579998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;2,599998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;2,619998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;2,639998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;2,659998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;2,679998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;2,699998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;2,719998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;2,739998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;2,759998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;2,779998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;2,799998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;2,819998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;2,839998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;2,859998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;2,879998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;2,899998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;2,919998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;2,939998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;2,959998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;2,979998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;2,999998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,019998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,039998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,059998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,079998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,099998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,119998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,139998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,159998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,179998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,199998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,219998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,239998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,259998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,279998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,299998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,319998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,339998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,359998;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,379997;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,399997;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,419997;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,439997;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,459997;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,479997;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,499997;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,519997;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,539997;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,559997;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,579997;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,599997;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,619997;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,639997;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,659997;(46.0, 16.9, -4.6);(-0.1, 0.0, 0.0, -1.0);60
+0;3,679997;(46.0, 16.9, -4.6);(-0.2, 0.0, 0.0, -1.0);60
+0;3,699997;(46.0, 16.9, -4.6);(-0.2, 0.0, 0.0, -1.0);60
+0;3,719997;(46.0, 16.9, -4.6);(-0.3, 0.0, 0.0, -1.0);60
+0;3,739997;(46.0, 16.9, -4.6);(-0.3, 0.0, 0.0, -1.0);60
+0;3,759997;(46.0, 16.9, -4.6);(-0.3, 0.0, 0.0, -1.0);60
+0;3,779997;(46.0, 16.9, -4.6);(-0.3, 0.0, 0.0, -1.0);60
+0;3,799997;(46.0, 16.9, -4.6);(-0.3, 0.0, 0.0, -0.9);60
+0;3,819997;(46.0, 16.9, -4.6);(-0.3, 0.0, 0.0, -0.9);60
+0;3,839997;(46.0, 16.9, -4.6);(-0.3, 0.0, 0.0, -0.9);60
+0;3,859997;(46.0, 16.9, -4.6);(-0.3, 0.0, 0.0, -0.9);60
+0;3,879997;(46.0, 16.9, -4.6);(-0.3, 0.1, 0.0, -0.9);60
+0;3,899997;(46.0, 16.9, -4.6);(-0.3, 0.1, 0.0, -0.9);60
+0;3,919997;(46.0, 16.9, -4.6);(-0.3, 0.1, 0.0, -0.9);60
+0;3,939997;(46.0, 16.9, -4.6);(-0.3, 0.1, 0.0, -0.9);60
+0;3,959997;(46.0, 16.9, -4.6);(-0.3, 0.1, 0.0, -0.9);60
+0;3,979997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;3,999997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,019997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,039997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,059997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,079997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,099997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,119997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,139997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,159997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,179997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,199997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,219997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,239997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,259997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,279997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,299997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,319997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,339997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,359997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,379997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,399997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,419997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,439997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,459997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,479997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,499997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,519997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,539997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,559997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,579997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,599997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,619997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,639997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,659997;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,679996;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,699996;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,719996;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,739996;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,759996;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,779996;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,799996;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,819996;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,839996;(46.0, 16.9, -4.6);(-0.3, 0.2, -0.1, -0.9);60
+0;4,859996;(46.0, 16.9, -4.6);(-0.3, 0.2, 0.0, -0.9);60
+0;4,879996;(46.0, 16.9, -4.6);(-0.3, 0.2, 0.0, -0.9);60
+0;4,899996;(46.0, 16.9, -4.5);(-0.3, 0.2, 0.0, -0.9);60
+0;4,919996;(45.9, 16.9, -4.3);(-0.3, 0.2, 0.0, -0.9);60
+0;4,939996;(45.9, 16.9, -4.2);(-0.3, 0.2, 0.0, -0.9);60
+0;4,959996;(45.8, 16.9, -4.1);(-0.3, 0.2, 0.0, -0.9);60
+0;4,979996;(45.8, 16.9, -4.1);(-0.3, 0.2, 0.0, -0.9);60
+0;4,999996;(45.8, 16.9, -4.0);(-0.3, 0.2, 0.0, -0.9);60
+0;5,019996;(45.7, 16.9, -3.8);(-0.3, 0.2, 0.0, -0.9);60
+0;5,039996;(45.7, 16.9, -3.7);(-0.3, 0.2, 0.0, -0.9);60
+0;5,059996;(45.7, 16.9, -3.6);(-0.3, 0.2, 0.0, -0.9);60
+0;5,079996;(45.6, 16.9, -3.5);(-0.3, 0.2, 0.0, -0.9);60
+0;5,099996;(45.6, 16.9, -3.4);(-0.3, 0.2, 0.0, -0.9);60
+0;5,119996;(45.5, 16.9, -3.2);(-0.3, 0.2, 0.0, -0.9);60
+0;5,139996;(45.4, 16.9, -3.2);(-0.3, 0.2, 0.0, -0.9);60
+0;5,159996;(45.2, 16.9, -3.1);(-0.3, 0.2, 0.0, -0.9);60
+0;5,179996;(45.1, 16.9, -3.1);(-0.3, 0.1, 0.0, -0.9);60
+0;5,199996;(45.0, 16.9, -3.0);(-0.3, 0.1, 0.0, -0.9);60
+0;5,219996;(44.7, 16.9, -2.9);(-0.3, 0.1, 0.0, -0.9);60
+0;5,239996;(44.5, 16.9, -2.8);(-0.3, 0.1, 0.0, -0.9);60
+0;5,259996;(44.4, 16.9, -2.8);(-0.3, 0.1, 0.0, -0.9);60
+0;5,279996;(44.3, 16.9, -2.7);(-0.3, 0.1, 0.0, -0.9);60
+0;5,299996;(44.1, 16.9, -2.7);(-0.3, 0.1, 0.0, -0.9);60
+0;5,319996;(43.9, 16.9, -2.5);(-0.3, 0.1, 0.0, -0.9);60
+0;5,339996;(43.7, 16.9, -2.5);(-0.3, 0.1, 0.0, -0.9);60
+0;5,359996;(43.6, 16.9, -2.4);(-0.3, 0.1, 0.0, -0.9);60
+0;5,379996;(43.5, 16.9, -2.3);(-0.3, 0.1, 0.0, -0.9);60
+0;5,399996;(43.3, 16.9, -2.3);(-0.3, 0.1, 0.0, -1.0);60
+0;5,419996;(43.1, 16.9, -2.1);(-0.3, 0.0, 0.0, -1.0);60
+0;5,439996;(43.0, 16.9, -2.0);(-0.3, 0.0, 0.0, -1.0);60
+0;5,459996;(42.8, 16.9, -1.9);(-0.3, 0.0, 0.0, -1.0);60
+0;5,479996;(42.7, 16.9, -1.8);(0.3, 0.1, 0.0, 1.0);60
+0;5,499996;(42.6, 16.9, -1.7);(0.3, 0.1, 0.0, 1.0);60
+0;5,519996;(42.4, 16.9, -1.4);(0.3, 0.1, 0.0, 1.0);60
+0;5,539996;(42.3, 16.9, -1.3);(0.3, 0.1, 0.0, 0.9);60
+0;5,559996;(42.3, 16.9, -1.2);(0.3, 0.1, 0.0, 0.9);60
+0;5,579996;(42.2, 16.9, -1.1);(0.3, 0.1, 0.0, 0.9);60
+0;5,599996;(42.1, 16.9, -1.0);(0.3, 0.1, 0.0, 0.9);60
+0;5,619996;(41.9, 16.9, -0.7);(0.3, 0.2, -0.1, 0.9);60
+0;5,639996;(41.9, 16.9, -0.6);(0.3, 0.2, -0.1, 0.9);60
+0;5,659996;(41.8, 16.9, -0.4);(0.3, 0.2, -0.1, 0.9);60
+0;5,679996;(41.7, 16.9, -0.3);(0.3, 0.2, -0.1, 0.9);60
+0;5,699996;(41.6, 16.9, -0.2);(0.3, 0.2, -0.1, 0.9);60
+0;5,719995;(41.5, 16.9, 0.1);(0.3, 0.2, -0.1, 0.9);60
+0;5,739995;(41.4, 16.9, 0.2);(0.3, 0.2, -0.1, 0.9);60
+0;5,759995;(41.3, 16.9, 0.3);(0.3, 0.2, -0.1, 0.9);60
+0;5,779995;(41.3, 16.9, 0.5);(0.3, 0.2, -0.1, 0.9);60
+0;5,799995;(41.2, 16.9, 0.6);(0.3, 0.2, -0.1, 0.9);60
+0;5,819995;(41.0, 16.9, 0.8);(0.3, 0.2, -0.1, 0.9);60
+0;5,839995;(41.0, 16.9, 1.0);(0.3, 0.2, -0.1, 0.9);60
+0;5,859995;(40.9, 16.9, 1.1);(0.3, 0.2, -0.1, 0.9);60
+0;5,879995;(40.8, 16.9, 1.2);(0.3, 0.2, -0.1, 0.9);60
+0;5,899995;(40.7, 16.9, 1.3);(0.3, 0.2, -0.1, 0.9);60
+0;5,919995;(40.5, 16.9, 1.4);(0.3, 0.2, -0.1, 0.9);60
+0;5,939995;(40.4, 16.9, 1.4);(0.3, 0.2, -0.1, 0.9);60
+0;5,959995;(40.3, 16.9, 1.5);(0.3, 0.2, -0.1, 0.9);60
+0;5,979995;(40.2, 16.9, 1.5);(0.3, 0.2, -0.1, 0.9);60
+0;5,999995;(40.1, 16.9, 1.6);(0.3, 0.2, -0.1, 0.9);60
+0;6,019995;(40.0, 16.9, 1.6);(0.3, 0.2, -0.1, 0.9);60
+0;6,039995;(39.7, 16.9, 1.6);(0.3, 0.2, -0.1, 0.9);60
+0;6,059995;(39.5, 16.9, 1.5);(0.3, 0.2, -0.1, 0.9);60
+0;6,079995;(39.4, 16.9, 1.5);(0.3, 0.2, -0.1, 0.9);60
+0;6,099995;(39.2, 16.9, 1.5);(0.3, 0.2, -0.1, 0.9);60
+0;6,119995;(39.0, 16.9, 1.4);(0.3, 0.2, -0.1, 0.9);60
+0;6,139995;(38.8, 16.9, 1.4);(0.3, 0.2, -0.1, 0.9);60
+0;6,159995;(38.7, 16.9, 1.3);(0.3, 0.2, -0.1, 0.9);60
+0;6,179995;(38.5, 16.9, 1.3);(0.3, 0.2, -0.1, 0.9);60
+0;6,199995;(38.4, 16.9, 1.3);(0.3, 0.2, -0.1, 0.9);60
+0;6,219995;(38.1, 16.9, 1.2);(0.3, 0.2, -0.1, 0.9);60
+0;6,239995;(37.9, 16.9, 1.2);(0.3, 0.2, -0.1, 0.9);60
+0;6,259995;(37.8, 16.9, 1.2);(0.3, 0.2, -0.1, 0.9);60
+0;6,279995;(37.6, 16.9, 1.1);(0.3, 0.2, -0.1, 0.9);60
+0;6,299995;(37.5, 16.9, 1.1);(0.3, 0.2, -0.1, 0.9);60
+0;6,319995;(37.2, 16.9, 1.0);(0.3, 0.2, -0.1, 0.9);60
+0;6,339995;(37.0, 16.9, 1.0);(0.3, 0.2, -0.1, 0.9);60
+0;6,359995;(36.9, 16.9, 1.1);(0.3, 0.2, -0.1, 0.9);60
+0;6,379995;(36.8, 16.9, 1.1);(0.3, 0.2, -0.1, 0.9);60
+0;6,399995;(36.7, 16.9, 1.2);(0.3, 0.2, -0.1, 0.9);60
+0;6,419995;(36.5, 16.9, 1.3);(0.3, 0.2, -0.1, 0.9);60
+0;6,439995;(36.4, 16.9, 1.3);(0.3, 0.2, -0.1, 0.9);60
+0;6,459995;(36.3, 16.9, 1.4);(0.3, 0.2, -0.1, 0.9);60
+0;6,479995;(36.2, 16.9, 1.4);(0.3, 0.2, -0.1, 0.9);60
+0;6,499995;(36.1, 16.9, 1.5);(0.3, 0.2, -0.1, 0.9);60
+0;6,519995;(35.9, 16.9, 1.6);(0.3, 0.2, -0.1, 0.9);60
+0;6,539995;(35.8, 16.9, 1.7);(0.3, 0.2, -0.1, 0.9);60
+0;6,559995;(35.7, 16.9, 1.7);(0.3, 0.2, -0.1, 0.9);60
+0;6,579995;(35.6, 16.9, 1.8);(0.3, 0.2, -0.1, 0.9);60
+0;6,599995;(35.5, 16.9, 1.8);(0.3, 0.2, -0.1, 0.9);60
+0;6,619995;(35.4, 16.9, 1.9);(0.3, 0.2, -0.1, 0.9);60
+0;6,639995;(35.3, 16.9, 2.2);(0.3, 0.2, -0.1, 0.9);60
+0;6,659995;(35.2, 16.9, 2.3);(0.3, 0.2, -0.1, 0.9);60
+0;6,679995;(35.2, 16.9, 2.4);(0.3, 0.2, -0.1, 0.9);60
+0;6,699995;(35.1, 16.9, 2.6);(0.3, 0.2, -0.1, 0.9);60
+0;6,719995;(35.0, 16.9, 2.8);(0.3, 0.2, -0.1, 0.9);60
+0;6,739995;(34.9, 16.9, 3.0);(0.3, 0.2, -0.1, 0.9);60
+0;6,759995;(34.9, 16.9, 3.1);(0.3, 0.2, -0.1, 0.9);60
+0;6,779994;(34.8, 16.9, 3.3);(0.3, 0.2, -0.1, 0.9);60
+0;6,799994;(34.7, 16.9, 3.4);(0.3, 0.2, -0.1, 0.9);60
+0;6,819994;(34.7, 16.9, 3.5);(0.3, 0.2, -0.1, 0.9);60
+0;6,839994;(34.6, 16.9, 3.8);(0.3, 0.2, -0.1, 0.9);60
+0;6,859994;(34.5, 16.9, 3.9);(0.3, 0.2, -0.1, 0.9);60
+0;6,879994;(34.5, 16.9, 4.1);(0.3, 0.2, -0.1, 0.9);60
+0;6,899994;(34.4, 16.9, 4.2);(0.3, 0.2, -0.1, 0.9);60
+0;6,919994;(34.3, 16.9, 4.4);(0.3, 0.2, -0.1, 0.9);60
+0;6,939994;(34.2, 16.9, 4.6);(0.3, 0.2, -0.1, 0.9);60
+0;6,959994;(34.2, 16.9, 4.8);(0.3, 0.2, -0.1, 0.9);60
+0;6,979994;(34.1, 16.9, 4.9);(0.3, 0.2, -0.1, 0.9);60
+0;6,999994;(34.1, 16.9, 5.0);(0.3, 0.2, -0.1, 0.9);60
+0;7,019994;(33.9, 16.9, 5.3);(0.3, 0.2, -0.1, 0.9);60
+0;7,039994;(33.9, 16.9, 5.5);(0.3, 0.2, -0.1, 0.9);60
+0;7,059994;(33.8, 16.9, 5.6);(0.3, 0.2, -0.1, 0.9);60
+0;7,079994;(33.8, 16.9, 5.7);(0.3, 0.2, -0.1, 0.9);60
+0;7,099994;(33.7, 16.9, 5.9);(0.3, 0.2, -0.1, 0.9);60
+0;7,119994;(33.6, 16.9, 6.1);(0.3, 0.2, -0.1, 0.9);60
+0;7,139994;(33.5, 16.9, 6.3);(0.3, 0.2, -0.1, 0.9);60
+0;7,159994;(33.5, 16.9, 6.4);(0.3, 0.2, -0.1, 0.9);60
+0;7,179994;(33.4, 16.9, 6.6);(0.3, 0.2, -0.1, 0.9);60
+0;7,199994;(33.4, 16.9, 6.7);(0.3, 0.2, -0.1, 0.9);60
+0;7,219994;(33.3, 16.9, 6.8);(0.3, 0.2, -0.1, 0.9);60
+0;7,239994;(33.2, 16.9, 7.1);(0.3, 0.2, -0.1, 0.9);60
+0;7,259994;(33.2, 16.9, 7.2);(0.3, 0.2, -0.1, 0.9);60
+0;7,279994;(33.1, 16.9, 7.4);(0.3, 0.2, -0.1, 0.9);60
+0;7,299994;(33.0, 16.9, 7.5);(0.3, 0.2, -0.1, 0.9);60
+0;7,319994;(33.0, 16.9, 7.7);(0.3, 0.2, -0.1, 0.9);60
+0;7,339994;(32.9, 16.9, 7.9);(0.3, 0.2, -0.1, 0.9);60
+0;7,359994;(32.8, 16.9, 8.1);(0.3, 0.2, -0.1, 0.9);60
+0;7,379994;(32.7, 16.9, 8.2);(0.3, 0.2, -0.1, 0.9);60
+0;7,399994;(32.7, 16.9, 8.3);(0.3, 0.2, -0.1, 0.9);60
+0;7,419994;(32.6, 16.9, 8.6);(0.3, 0.2, -0.1, 0.9);60
+0;7,439994;(32.5, 16.9, 8.8);(0.3, 0.2, -0.1, 0.9);60
+0;7,459994;(32.4, 16.9, 8.9);(0.3, 0.2, -0.1, 0.9);60
+0;7,479994;(32.4, 16.9, 9.0);(0.3, 0.2, -0.1, 0.9);60
+0;7,499994;(32.3, 16.9, 9.1);(0.3, 0.3, -0.1, 0.9);60
+0;7,519994;(32.2, 16.9, 9.2);(0.3, 0.3, -0.1, 0.9);60
+0;7,539994;(32.1, 16.9, 9.4);(0.3, 0.4, -0.1, 0.9);60
+0;7,559994;(32.0, 16.9, 9.4);(0.3, 0.4, -0.1, 0.9);60
+0;7,579994;(31.9, 16.9, 9.5);(0.2, 0.4, -0.1, 0.9);60
+0;7,599994;(31.9, 16.9, 9.6);(0.2, 0.5, -0.1, 0.8);60
+0;7,619994;(31.8, 16.9, 9.7);(0.2, 0.5, -0.1, 0.8);60
+0;7,639994;(31.7, 16.9, 9.9);(0.2, 0.5, -0.2, 0.8);60
+0;7,659994;(31.5, 16.9, 10.0);(0.3, 0.5, -0.2, 0.8);60
+0;7,679994;(31.4, 16.9, 10.1);(0.3, 0.5, -0.2, 0.8);60
+0;7,699994;(31.3, 16.9, 10.1);(0.3, 0.5, -0.2, 0.8);60
+0;7,719994;(31.2, 16.9, 10.2);(0.3, 0.5, -0.2, 0.8);60
+0;7,739994;(30.9, 16.9, 10.4);(0.3, 0.5, -0.2, 0.8);60
+0;7,759994;(30.8, 16.9, 10.4);(0.3, 0.5, -0.2, 0.8);60
+0;7,779994;(30.6, 16.9, 10.5);(0.3, 0.5, -0.2, 0.8);60
+0;7,799994;(30.5, 16.9, 10.6);(0.3, 0.5, -0.2, 0.8);60
+0;7,819993;(30.4, 16.9, 10.7);(0.3, 0.5, -0.2, 0.8);60
+0;7,839993;(30.2, 16.9, 10.8);(0.3, 0.6, -0.2, 0.8);60
+0;7,859993;(30.0, 16.9, 10.9);(0.3, 0.6, -0.2, 0.8);60
+0;7,879993;(29.9, 16.9, 11.0);(0.3, 0.6, -0.2, 0.8);60
+0;7,899993;(29.8, 16.9, 11.1);(0.3, 0.6, -0.2, 0.8);60
+0;7,919993;(29.7, 16.9, 11.2);(0.3, 0.6, -0.2, 0.7);60
+0;7,939993;(29.4, 16.9, 11.4);(0.3, 0.6, -0.2, 0.7);60
+0;7,959993;(29.3, 16.9, 11.4);(0.3, 0.6, -0.2, 0.7);60
+0;7,979993;(29.2, 16.9, 11.5);(0.3, 0.6, -0.2, 0.7);60
+0;7,999993;(29.1, 16.9, 11.6);(0.3, 0.6, -0.2, 0.7);60
+0;8,019994;(29.0, 16.9, 11.7);(0.3, 0.6, -0.2, 0.7);60
+0;8,039994;(28.8, 16.9, 11.9);(0.3, 0.6, -0.2, 0.7);60
+0;8,059995;(28.7, 16.9, 12.0);(0.3, 0.6, -0.2, 0.7);60
+0;8,079995;(28.5, 16.9, 12.1);(0.3, 0.6, -0.2, 0.7);60
+0;8,099996;(28.4, 16.9, 12.2);(0.3, 0.6, -0.2, 0.7);60
+0;8,119996;(28.3, 16.9, 12.3);(0.3, 0.6, -0.2, 0.7);60
+0;8,139997;(28.1, 16.9, 12.5);(0.3, 0.6, -0.2, 0.7);60
+0;8,159997;(28.0, 16.9, 12.6);(0.3, 0.6, -0.2, 0.7);60
+0;8,179997;(27.9, 16.9, 12.6);(0.3, 0.6, -0.2, 0.7);60
+0;8,199998;(27.7, 16.9, 12.7);(0.3, 0.6, -0.2, 0.7);60
+0;8,219998;(27.6, 16.9, 12.8);(0.3, 0.6, -0.2, 0.7);60
+0;8,239999;(27.4, 16.9, 13.0);(0.3, 0.6, -0.2, 0.7);60
+0;8,259999;(27.3, 16.9, 13.1);(0.3, 0.6, -0.2, 0.7);60
+0;8,28;(27.2, 16.9, 13.2);(0.3, 0.6, -0.2, 0.7);60
+0;8,3;(27.1, 16.9, 13.3);(0.3, 0.6, -0.2, 0.7);60
+0;8,320001;(27.0, 16.9, 13.4);(0.3, 0.6, -0.2, 0.7);60
+0;8,340001;(26.9, 16.9, 13.6);(0.3, 0.6, -0.2, 0.7);60
+0;8,360002;(26.9, 16.9, 13.7);(0.3, 0.6, -0.2, 0.7);60
+0;8,380002;(26.8, 16.9, 13.8);(0.3, 0.6, -0.2, 0.7);60
+0;8,400002;(26.8, 16.9, 14.0);(0.3, 0.6, -0.2, 0.7);60
+0;8,420003;(26.8, 16.9, 14.1);(0.3, 0.6, -0.2, 0.7);60
+0;8,440003;(26.7, 16.9, 14.3);(0.3, 0.6, -0.2, 0.7);60
+0;8,460004;(26.7, 16.9, 14.4);(0.3, 0.6, -0.2, 0.7);60
+0;8,480004;(26.7, 16.9, 14.5);(0.3, 0.6, -0.2, 0.7);60
+0;8,500005;(26.7, 16.9, 14.6);(0.3, 0.6, -0.2, 0.7);60
+0;8,520005;(26.6, 16.9, 14.8);(0.3, 0.6, -0.2, 0.7);60
+0;8,540006;(26.6, 16.9, 15.0);(0.3, 0.6, -0.2, 0.7);60
+0;8,560006;(26.5, 16.9, 15.1);(0.3, 0.6, -0.2, 0.7);60
+0;8,580007;(26.5, 16.9, 15.2);(0.3, 0.6, -0.2, 0.7);60
+0;8,600007;(26.5, 16.9, 15.3);(0.3, 0.6, -0.2, 0.7);60
+0;8,620008;(26.5, 16.9, 15.4);(0.3, 0.6, -0.2, 0.7);60
+0;8,640008;(26.4, 16.9, 15.7);(0.3, 0.6, -0.2, 0.7);60
+0;8,660008;(26.4, 16.9, 15.8);(0.3, 0.6, -0.2, 0.7);60
+0;8,680009;(26.4, 16.9, 15.9);(0.3, 0.6, -0.2, 0.7);60
+0;8,700009;(26.3, 16.9, 16.0);(0.3, 0.6, -0.2, 0.7);60
+0;8,72001;(26.3, 16.9, 16.1);(0.3, 0.6, -0.2, 0.7);60
+0;8,74001;(26.3, 16.9, 16.4);(0.3, 0.6, -0.2, 0.7);60
+0;8,760011;(26.2, 16.9, 16.5);(0.3, 0.6, -0.2, 0.7);60
+0;8,780011;(26.2, 16.9, 16.6);(0.3, 0.6, -0.2, 0.7);60
+0;8,800012;(26.2, 16.9, 16.7);(0.3, 0.6, -0.2, 0.7);60
+0;8,820012;(26.1, 16.9, 16.8);(0.3, 0.6, -0.2, 0.7);60
+0;8,840013;(26.1, 16.9, 17.0);(0.3, 0.6, -0.2, 0.7);60
+0;8,860013;(26.1, 16.9, 17.1);(0.3, 0.6, -0.2, 0.7);60
+0;8,880013;(26.0, 16.9, 17.3);(0.3, 0.6, -0.2, 0.7);60
+0;8,900014;(26.0, 16.9, 17.4);(0.3, 0.6, -0.2, 0.7);60
+0;8,920014;(26.0, 16.9, 17.5);(0.3, 0.6, -0.2, 0.7);60
+0;8,940015;(25.9, 16.9, 17.7);(0.3, 0.6, -0.2, 0.7);60
+0;8,960015;(25.9, 16.9, 17.7);(0.3, 0.6, -0.2, 0.7);60
+0;8,980016;(25.9, 16.9, 17.7);(0.3, 0.6, -0.2, 0.7);60
+0;9,000016;(25.9, 16.9, 17.7);(0.3, 0.6, -0.2, 0.7);60
+0;9,020017;(25.9, 16.9, 17.7);(0.3, 0.6, -0.2, 0.7);60
+0;9,840035;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;9,860036;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;9,880036;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;9,900037;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;9,920037;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;9,940038;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;9,960038;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;9,980039;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;10,00004;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;10,02004;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;10,04004;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;10,06004;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;10,08004;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;10,10004;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;10,12004;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;10,14004;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;10,16004;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;10,18004;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;10,20004;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;10,22004;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;10,24004;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;10,26005;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;10,28005;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;10,30005;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;10,32005;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;10,34005;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;10,36005;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;10,38005;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;10,94006;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;10,96006;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;10,98006;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;11,00006;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;11,02006;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;11,04006;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;11,22007;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;11,24007;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;11,26007;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;11,28007;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;11,30007;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;11,32007;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;11,34007;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;11,52007;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;11,54007;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;11,56007;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;11,58008;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;11,60008;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;11,62008;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;11,64008;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;12,6001;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;12,6201;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;12,6401;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;12,6601;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;12,6801;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;12,7001;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;12,7201;(25.6, 16.9, 19.2);(0.3, 0.6, -0.2, 0.7);60
+0;12,7401;(25.6, 16.9, 19.1);(0.3, 0.6, -0.2, 0.7);60
+0;12,7601;(25.6, 16.9, 19.0);(0.3, 0.6, -0.2, 0.7);60
+0;12,7801;(25.5, 16.9, 18.7);(0.3, 0.6, -0.2, 0.7);60
+0;12,8001;(25.5, 16.9, 18.6);(0.3, 0.6, -0.2, 0.7);60
+0;12,8201;(25.4, 16.9, 18.4);(0.3, 0.6, -0.2, 0.7);60
+0;12,8401;(25.3, 16.9, 18.3);(0.3, 0.6, -0.2, 0.7);60
+0;12,8601;(25.2, 16.9, 18.0);(0.3, 0.6, -0.2, 0.7);60
+0;12,88011;(25.2, 16.9, 17.9);(0.3, 0.6, -0.2, 0.7);60
+0;12,90011;(25.1, 16.9, 17.7);(0.3, 0.6, -0.2, 0.7);60
+0;12,92011;(25.1, 16.9, 17.6);(0.3, 0.6, -0.2, 0.7);60
+0;12,94011;(25.0, 16.9, 17.5);(0.3, 0.6, -0.2, 0.7);60
+0;12,96011;(24.9, 16.9, 17.2);(0.3, 0.6, -0.2, 0.8);60
+0;12,98011;(24.9, 16.9, 17.1);(0.3, 0.5, -0.2, 0.8);60
+0;13,00011;(24.8, 16.9, 16.9);(0.3, 0.5, -0.2, 0.8);60
+0;13,02011;(24.8, 16.9, 16.8);(0.3, 0.5, -0.2, 0.8);60
+0;13,04011;(24.7, 16.9, 16.6);(0.3, 0.5, -0.2, 0.8);60
+0;13,06011;(24.6, 16.9, 16.4);(0.3, 0.5, -0.2, 0.8);60
+0;13,08011;(24.6, 16.9, 16.2);(0.2, 0.5, -0.1, 0.8);60
+0;13,10011;(24.5, 16.9, 16.0);(0.2, 0.5, -0.1, 0.8);60
+0;13,12011;(24.5, 16.9, 15.9);(0.2, 0.5, -0.1, 0.8);60
+0;13,14011;(24.5, 16.9, 15.8);(0.2, 0.5, -0.1, 0.8);60
+0;13,16011;(24.4, 16.9, 15.5);(0.2, 0.5, -0.1, 0.8);60
+0;13,18011;(24.3, 16.9, 15.3);(0.2, 0.5, -0.1, 0.8);60
+0;13,20011;(24.3, 16.9, 15.2);(0.2, 0.5, -0.1, 0.8);60
+0;13,22011;(24.3, 16.9, 15.0);(0.2, 0.5, -0.1, 0.8);60
+0;13,24011;(24.2, 16.9, 14.9);(0.2, 0.5, -0.1, 0.8);60
+0;13,26011;(24.2, 16.9, 14.6);(0.2, 0.5, -0.1, 0.8);60
+0;13,28011;(24.3, 16.9, 14.5);(0.2, 0.5, -0.1, 0.8);60
+0;13,30011;(24.3, 16.9, 14.4);(0.2, 0.5, -0.1, 0.8);60
+0;13,32012;(24.4, 16.9, 14.3);(0.2, 0.5, -0.1, 0.8);60
+0;13,34012;(24.4, 16.9, 14.2);(0.2, 0.5, -0.1, 0.8);60
+0;13,36012;(24.5, 16.9, 14.0);(0.2, 0.5, -0.1, 0.8);60
+0;13,38012;(24.6, 16.9, 13.9);(0.2, 0.5, -0.1, 0.8);60
+0;13,40012;(24.7, 16.9, 13.8);(0.2, 0.5, -0.1, 0.8);60
+0;13,42012;(24.7, 16.9, 13.7);(0.2, 0.5, -0.1, 0.8);60
+0;13,44012;(24.8, 16.9, 13.6);(0.2, 0.5, -0.1, 0.8);60
+0;13,46012;(24.8, 16.9, 13.5);(0.2, 0.5, -0.1, 0.8);60
+0;13,48012;(25.0, 16.9, 13.3);(0.2, 0.4, -0.1, 0.9);60
+0;13,50012;(25.0, 16.9, 13.2);(0.2, 0.4, -0.1, 0.9);60
+0;13,52012;(25.1, 16.9, 13.1);(0.2, 0.4, -0.1, 0.9);60
+0;13,54012;(25.2, 16.9, 13.0);(0.2, 0.4, -0.1, 0.9);60
+0;13,56012;(25.3, 16.9, 12.8);(0.2, 0.4, -0.1, 0.9);60
+0;13,58012;(25.4, 16.9, 12.7);(0.2, 0.4, -0.1, 0.9);60
+0;13,60012;(25.5, 16.9, 12.7);(0.2, 0.4, -0.1, 0.9);60
+0;13,62012;(25.6, 16.9, 12.6);(0.2, 0.4, -0.1, 0.9);60
+0;13,64012;(25.7, 16.9, 12.5);(0.2, 0.4, -0.1, 0.9);60
+0;13,66012;(25.8, 16.9, 12.3);(0.2, 0.4, -0.1, 0.9);60
+0;13,68012;(25.9, 16.9, 12.3);(0.2, 0.4, -0.1, 0.9);60
+0;13,70012;(26.0, 16.9, 12.2);(0.2, 0.4, -0.1, 0.9);60
+0;13,72012;(26.1, 16.9, 12.1);(0.2, 0.4, -0.1, 0.9);60
+0;13,74012;(26.2, 16.9, 11.9);(0.2, 0.4, -0.1, 0.9);60
+0;13,76013;(26.3, 16.9, 11.8);(0.2, 0.4, -0.1, 0.9);60
+0;13,78013;(26.3, 16.9, 11.8);(0.2, 0.4, -0.1, 0.9);60
+0;13,80013;(26.4, 16.9, 11.7);(0.2, 0.4, -0.1, 0.9);60
+0;13,82013;(26.6, 16.9, 11.6);(0.2, 0.4, -0.1, 0.9);60
+0;13,84013;(26.6, 16.9, 11.5);(0.2, 0.4, -0.1, 0.9);60
+0;13,86013;(26.8, 16.9, 11.3);(0.2, 0.4, -0.1, 0.9);60
+0;13,88013;(26.9, 16.9, 11.3);(0.2, 0.4, -0.1, 0.9);60
+0;13,90013;(27.0, 16.9, 11.2);(0.2, 0.4, -0.1, 0.9);60
+0;13,92013;(27.1, 16.9, 11.1);(0.2, 0.4, -0.1, 0.9);60
+0;13,94013;(27.1, 16.9, 11.0);(0.2, 0.4, -0.1, 0.9);60
+0;13,96013;(27.3, 16.9, 10.8);(0.2, 0.4, -0.1, 0.9);60
+0;13,98013;(27.4, 16.9, 10.8);(0.2, 0.4, -0.1, 0.9);60
+0;14,00013;(27.5, 16.9, 10.7);(0.2, 0.4, -0.1, 0.9);60
+0;14,02013;(27.5, 16.9, 10.6);(0.2, 0.4, -0.1, 0.9);60
+0;14,04013;(27.6, 16.9, 10.5);(0.2, 0.4, -0.1, 0.9);60
+0;14,06013;(27.8, 16.9, 10.3);(0.2, 0.4, -0.1, 0.9);60
+0;14,08013;(27.9, 16.9, 10.3);(0.2, 0.4, -0.1, 0.9);60
+0;14,10013;(28.0, 16.9, 10.2);(0.2, 0.4, -0.1, 0.9);60
+0;14,12013;(28.0, 16.9, 10.1);(0.2, 0.4, -0.1, 0.9);60
+0;14,14013;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,16013;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,18013;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,20014;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,22014;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,24014;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,26014;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,28014;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,30014;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,32014;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,34014;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,36014;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,38014;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,40014;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,42014;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,44014;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,46014;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,48014;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,50014;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,52014;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,54014;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,56014;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,58014;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,60014;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,62014;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,64015;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,66015;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,68015;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,70015;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,72015;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,74015;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,76015;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,78015;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,80015;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,82015;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,84015;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,86015;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,88015;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,90015;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,92015;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,94015;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,96015;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;14,98015;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;15,00015;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;15,02015;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;15,04015;(28.1, 16.9, 10.0);(0.2, 0.4, -0.1, 0.9);60
+0;15,06015;(28.2, 16.9, 9.9);(0.2, 0.4, -0.1, 0.9);60
+0;15,08016;(28.4, 16.9, 9.8);(0.2, 0.4, -0.1, 0.9);60
+0;15,10016;(28.5, 16.9, 9.7);(0.2, 0.4, -0.1, 0.9);60
+0;15,12016;(28.5, 16.9, 9.6);(0.2, 0.4, -0.1, 0.9);60
+0;15,14016;(28.6, 16.9, 9.5);(0.2, 0.4, -0.1, 0.9);60
+0;15,16016;(28.7, 16.9, 9.4);(0.2, 0.4, -0.1, 0.9);60
+0;15,18016;(28.9, 16.9, 9.3);(0.2, 0.4, -0.1, 0.9);60
+0;15,20016;(28.9, 16.9, 9.2);(0.2, 0.4, -0.1, 0.9);60
+0;15,22016;(29.0, 16.9, 9.1);(0.2, 0.4, -0.1, 0.9);60
+0;15,24016;(29.1, 16.9, 9.0);(0.2, 0.4, -0.1, 0.9);60
+0;15,26016;(29.2, 16.9, 8.9);(0.2, 0.4, -0.1, 0.9);60
+0;15,28016;(29.4, 16.9, 8.8);(0.2, 0.4, -0.1, 0.9);60
+0;15,30016;(29.4, 16.9, 8.7);(0.2, 0.4, -0.1, 0.9);60
+0;15,32016;(29.5, 16.9, 8.6);(0.2, 0.4, -0.1, 0.9);60
+0;15,34016;(29.6, 16.9, 8.5);(0.2, 0.4, -0.1, 0.9);60
+0;15,36016;(29.7, 16.9, 8.4);(0.2, 0.4, -0.1, 0.9);60
+0;15,38016;(29.8, 16.9, 8.3);(0.2, 0.4, -0.1, 0.9);60
+0;15,40016;(29.9, 16.9, 8.2);(0.2, 0.4, -0.1, 0.9);60
+0;15,42016;(30.0, 16.9, 8.1);(0.2, 0.4, -0.1, 0.9);60
+0;15,44016;(30.1, 16.9, 8.0);(0.2, 0.3, -0.1, 0.9);60
+0;15,46016;(30.2, 16.9, 7.9);(0.2, 0.3, -0.1, 0.9);60
+0;15,48016;(30.4, 16.9, 7.8);(0.2, 0.3, -0.1, 0.9);60
+0;15,50016;(30.5, 16.9, 7.7);(0.3, 0.3, -0.1, 0.9);60
+0;15,52017;(30.6, 16.9, 7.7);(0.3, 0.3, -0.1, 0.9);60
+0;15,54017;(30.7, 16.9, 7.6);(0.3, 0.3, -0.1, 0.9);60
+0;15,56017;(30.8, 16.9, 7.6);(0.3, 0.2, -0.1, 0.9);60
+0;15,58017;(31.0, 16.9, 7.5);(0.3, 0.2, -0.1, 0.9);60
+0;15,60017;(31.1, 16.9, 7.4);(0.3, 0.2, -0.1, 0.9);60
+0;15,62017;(31.2, 16.9, 7.3);(0.3, 0.2, -0.1, 0.9);60
+0;15,64017;(31.2, 16.9, 7.2);(0.4, 0.2, -0.1, 0.9);60
+0;15,66017;(31.3, 16.9, 7.0);(0.4, 0.1, -0.1, 0.9);60
+0;15,68017;(31.5, 16.9, 6.8);(0.4, 0.1, 0.0, 0.9);60
+0;15,70017;(31.6, 16.9, 6.7);(0.4, 0.1, 0.0, 0.9);60
+0;15,72017;(31.7, 16.9, 6.6);(0.4, 0.1, 0.0, 0.9);60
+0;15,74017;(31.8, 16.9, 6.5);(0.4, 0.1, 0.0, 0.9);60
+0;15,76017;(31.9, 16.9, 6.4);(0.4, 0.1, 0.0, 0.9);60
+0;15,78017;(32.1, 16.9, 6.3);(0.4, 0.1, 0.0, 0.9);60
+0;15,80017;(32.2, 16.9, 6.2);(0.4, 0.1, 0.0, 0.9);60
+0;15,82017;(32.3, 16.9, 6.1);(0.4, 0.1, 0.0, 0.9);60
+0;15,84017;(32.4, 16.9, 6.0);(0.4, 0.1, 0.0, 0.9);60
+0;15,86017;(32.5, 16.9, 5.9);(0.4, 0.1, 0.0, 0.9);60
+0;15,88017;(32.7, 16.9, 5.7);(0.4, 0.1, 0.0, 0.9);60
+0;15,90017;(32.8, 16.9, 5.6);(0.4, 0.1, 0.0, 0.9);60
+0;15,92017;(32.9, 16.9, 5.5);(0.4, 0.1, 0.0, 0.9);60
+0;15,94018;(33.0, 16.9, 5.4);(0.4, 0.1, 0.0, 0.9);60
+0;15,96018;(33.1, 16.9, 5.3);(0.4, 0.1, 0.0, 0.9);60
+0;15,98018;(33.4, 16.9, 5.1);(0.4, 0.0, 0.0, 0.9);60
+0;16,00018;(33.5, 16.9, 5.0);(0.4, 0.0, 0.0, 0.9);60
+0;16,02018;(33.6, 16.9, 4.9);(0.4, 0.0, 0.0, 0.9);60
+0;16,04018;(33.7, 16.9, 4.9);(-0.4, 0.0, 0.0, -0.9);60
+0;16,06018;(33.8, 16.9, 4.8);(-0.4, 0.0, 0.0, -0.9);60
+0;16,08018;(34.1, 16.9, 4.7);(-0.4, 0.1, 0.0, -0.9);60
+0;16,10018;(34.2, 16.9, 4.6);(-0.4, 0.1, 0.0, -0.9);60
+0;16,12018;(34.4, 16.9, 4.5);(-0.4, 0.1, 0.0, -0.9);60
+0;16,14018;(34.5, 16.9, 4.4);(-0.4, 0.1, 0.0, -0.9);60
+0;16,16018;(34.6, 16.9, 4.4);(-0.4, 0.1, 0.0, -0.9);60
+0;16,18018;(34.8, 16.9, 4.2);(-0.4, 0.1, 0.0, -0.9);60
+0;16,20018;(35.0, 16.9, 4.2);(-0.4, 0.1, 0.0, -0.9);60
+0;16,22018;(35.1, 16.9, 4.2);(-0.4, 0.1, 0.0, -0.9);60
+0;16,24018;(35.2, 16.9, 4.2);(-0.4, 0.1, 0.0, -0.9);60
+0;16,26018;(35.3, 16.9, 4.2);(-0.4, 0.1, 0.0, -0.9);60
+0;16,28018;(35.6, 16.9, 4.2);(-0.4, 0.1, 0.0, -0.9);60
+0;16,30018;(35.7, 16.9, 4.3);(-0.4, 0.1, 0.0, -0.9);60
+0;16,32018;(35.8, 16.9, 4.3);(-0.4, 0.1, 0.0, -0.9);60
+0;16,34018;(35.9, 16.9, 4.3);(-0.4, 0.1, 0.0, -0.9);60
+0;16,36018;(36.0, 16.9, 4.3);(-0.4, 0.1, 0.0, -0.9);60
+0;16,38018;(36.2, 16.9, 4.3);(-0.4, 0.1, 0.0, -0.9);60
+0;16,40018;(36.4, 16.9, 4.4);(-0.4, 0.1, 0.0, -0.9);60
+0;16,42019;(36.5, 16.9, 4.4);(-0.4, 0.1, 0.0, -0.9);60
+0;16,44019;(36.6, 16.9, 4.4);(-0.4, 0.1, 0.0, -0.9);60
+0;16,46019;(36.7, 16.9, 4.4);(-0.4, 0.1, 0.0, -0.9);60
+0;16,48019;(36.9, 16.9, 4.4);(-0.4, 0.1, 0.0, -0.9);60
+0;16,50019;(37.1, 16.9, 4.5);(-0.4, 0.1, 0.0, -0.9);60
+0;16,52019;(37.2, 16.9, 4.5);(-0.4, 0.1, 0.0, -0.9);60
+0;16,54019;(37.3, 16.9, 4.5);(-0.4, 0.1, 0.0, -0.9);60
+0;16,56019;(37.4, 16.9, 4.5);(-0.4, 0.1, 0.0, -0.9);60
+0;16,58019;(37.6, 16.9, 4.5);(-0.4, 0.1, 0.0, -0.9);60
+0;16,60019;(37.7, 16.9, 4.6);(-0.4, 0.1, 0.0, -0.9);60
+0;16,62019;(37.9, 16.9, 4.6);(-0.4, 0.1, 0.0, -0.9);60
+0;16,64019;(38.0, 16.9, 4.6);(-0.4, 0.1, 0.0, -0.9);60
+0;16,66019;(38.1, 16.9, 4.6);(-0.4, 0.1, 0.0, -0.9);60
+0;16,68019;(38.3, 16.9, 4.7);(-0.4, 0.1, 0.0, -0.9);60
+0;16,70019;(38.4, 16.9, 4.7);(-0.4, 0.1, 0.0, -0.9);60
+0;16,72019;(38.6, 16.9, 4.7);(-0.4, 0.1, 0.0, -0.9);60
+0;16,74019;(38.7, 16.9, 4.7);(-0.4, 0.1, 0.0, -0.9);60
+0;16,76019;(38.8, 16.9, 4.7);(-0.4, 0.1, 0.0, -0.9);60
+0;16,78019;(39.0, 16.9, 4.8);(-0.4, 0.1, 0.0, -0.9);60
+0;16,80019;(39.1, 16.9, 4.8);(-0.4, 0.1, 0.0, -0.9);60
+0;16,82019;(39.3, 16.9, 4.8);(-0.4, 0.1, 0.0, -0.9);60
+0;16,84019;(39.4, 16.9, 4.8);(-0.4, 0.1, 0.0, -0.9);60
+0;16,8602;(39.5, 16.9, 4.8);(-0.4, 0.1, 0.0, -0.9);60
+0;16,8802;(39.7, 16.9, 4.9);(-0.4, 0.1, 0.0, -0.9);60
+0;16,9002;(39.8, 16.9, 4.9);(-0.4, 0.1, 0.0, -0.9);60
+0;16,9202;(40.0, 16.9, 4.9);(-0.4, 0.1, 0.0, -0.9);60
+0;16,9402;(40.1, 16.9, 4.9);(-0.4, 0.1, 0.0, -0.9);60
+0;16,9602;(40.2, 16.9, 4.9);(-0.4, 0.1, 0.0, -0.9);60
+0;16,9802;(40.4, 16.9, 5.0);(-0.4, 0.1, 0.0, -0.9);60
+0;17,0002;(40.5, 16.9, 5.0);(-0.4, 0.1, 0.0, -0.9);60
+0;17,0202;(40.6, 16.9, 5.0);(-0.4, 0.1, 0.0, -0.9);60
+0;17,0402;(40.8, 16.9, 5.0);(-0.4, 0.1, 0.0, -0.9);60
+0;17,0602;(40.9, 16.9, 5.0);(-0.4, 0.1, 0.0, -0.9);60
+0;17,0802;(41.1, 16.9, 5.1);(-0.4, 0.1, 0.0, -0.9);60
+0;17,1002;(41.2, 16.9, 5.1);(-0.4, 0.1, 0.0, -0.9);60
+0;17,1202;(41.4, 16.9, 5.1);(-0.4, 0.1, 0.0, -0.9);60
+0;17,1402;(41.4, 16.9, 5.1);(-0.4, 0.1, 0.0, -0.9);60
+0;17,1602;(41.6, 16.9, 5.1);(-0.4, 0.1, 0.0, -0.9);60
+0;17,1802;(41.8, 16.9, 5.2);(-0.4, 0.1, 0.0, -0.9);60
+0;17,2002;(41.9, 16.9, 5.2);(-0.4, 0.1, 0.0, -0.9);60
+0;17,2202;(42.0, 16.9, 5.2);(-0.4, 0.1, 0.0, -0.9);60
+0;17,2402;(42.1, 16.9, 5.2);(-0.4, 0.1, 0.0, -0.9);60
+0;17,2602;(42.3, 16.9, 5.2);(-0.4, 0.1, 0.0, -0.9);60
+0;17,2802;(42.5, 16.9, 5.3);(-0.4, 0.1, 0.0, -0.9);60
+0;17,30021;(42.6, 16.9, 5.3);(-0.4, 0.1, 0.0, -0.9);60
+0;17,32021;(42.7, 16.9, 5.3);(-0.4, 0.1, 0.0, -0.9);60
+0;17,34021;(42.8, 16.9, 5.3);(-0.4, 0.1, 0.0, -0.9);60
+0;17,36021;(42.9, 16.9, 5.3);(-0.4, 0.1, 0.0, -0.9);60
+0;17,38021;(43.2, 16.9, 5.4);(-0.4, 0.1, 0.0, -0.9);60
+0;17,40021;(43.3, 16.9, 5.4);(-0.4, 0.1, 0.0, -0.9);60
+0;17,42021;(43.4, 16.9, 5.4);(-0.4, 0.1, 0.0, -0.9);60
+0;17,44021;(43.4, 16.9, 5.4);(-0.4, 0.1, 0.0, -0.9);60
+0;17,46021;(43.4, 16.9, 5.4);(-0.4, 0.1, 0.0, -0.9);60
+0;17,48021;(43.4, 16.9, 5.4);(-0.4, 0.1, 0.0, -0.9);60
+0;17,50021;(43.5, 16.9, 5.4);(-0.4, 0.1, 0.0, -0.9);60
+0;17,52021;(43.7, 16.9, 5.4);(-0.4, 0.1, 0.0, -0.9);60
+0;17,54021;(43.8, 16.9, 5.4);(-0.4, 0.1, 0.0, -0.9);60
+0;17,56021;(43.9, 16.9, 5.5);(-0.4, 0.1, 0.0, -0.9);60
+0;17,58021;(44.1, 16.9, 5.5);(-0.4, 0.1, 0.0, -0.9);60
+0;17,60021;(44.2, 16.9, 5.5);(-0.4, 0.1, 0.0, -0.9);60
+0;17,62021;(44.3, 16.9, 5.5);(-0.4, 0.1, 0.0, -0.9);60
+0;17,64021;(44.5, 16.9, 5.5);(-0.4, 0.1, 0.0, -0.9);60
+0;17,66021;(44.6, 16.9, 5.6);(-0.4, 0.1, 0.0, -0.9);60
+0;17,68021;(44.7, 16.9, 5.6);(-0.4, 0.1, 0.0, -0.9);60
+0;17,70021;(44.9, 16.9, 5.6);(-0.4, 0.1, 0.0, -0.9);60
+0;17,72021;(45.0, 16.9, 5.6);(-0.4, 0.1, 0.0, -0.9);60
+0;17,74022;(45.2, 16.9, 5.6);(-0.4, 0.1, 0.0, -0.9);60
+0;17,76022;(45.3, 16.9, 5.7);(-0.4, 0.1, 0.0, -0.9);60
+0;17,78022;(45.4, 16.9, 5.7);(-0.4, 0.1, 0.0, -0.9);60
+0;17,80022;(45.6, 16.9, 5.7);(-0.4, 0.1, 0.0, -0.9);60
+0;17,82022;(45.7, 16.9, 5.7);(-0.4, 0.1, 0.0, -0.9);60
+0;17,84022;(45.8, 16.9, 5.7);(-0.4, 0.1, 0.0, -0.9);60
+0;17,86022;(46.0, 16.9, 5.8);(-0.4, 0.1, 0.0, -0.9);60
+0;17,88022;(46.2, 16.9, 5.8);(-0.4, 0.1, 0.0, -0.9);60
+0;17,90022;(46.3, 16.9, 5.8);(-0.4, 0.1, 0.0, -0.9);60
+0;17,92022;(46.4, 16.9, 5.8);(-0.4, 0.1, 0.0, -0.9);60
+0;17,94022;(46.5, 16.9, 5.8);(-0.4, 0.1, 0.0, -0.9);60
+0;17,96022;(46.7, 16.9, 5.9);(-0.4, 0.1, 0.0, -0.9);60
+0;17,98022;(46.9, 16.9, 5.9);(-0.4, 0.1, 0.0, -0.9);60
+0;18,00022;(47.0, 16.9, 5.9);(-0.4, 0.1, 0.0, -0.9);60
+0;18,02022;(47.1, 16.9, 5.9);(-0.4, 0.1, 0.0, -0.9);60
+0;18,04022;(47.2, 16.9, 5.9);(-0.4, 0.1, 0.0, -0.9);60
+0;18,06022;(47.3, 16.9, 6.0);(-0.4, 0.1, 0.0, -0.9);60
+0;18,08022;(47.5, 16.9, 6.0);(-0.4, 0.1, 0.0, -0.9);60
+0;18,10022;(47.7, 16.9, 6.0);(-0.4, 0.1, 0.0, -0.9);60
+0;18,12022;(47.8, 16.9, 6.0);(-0.4, 0.1, 0.0, -0.9);60
+0;18,14022;(47.9, 16.9, 6.0);(-0.4, 0.1, 0.0, -0.9);60
+0;18,16022;(48.0, 16.9, 6.1);(-0.4, 0.1, 0.0, -0.9);60
+0;18,18023;(48.2, 16.9, 6.1);(-0.4, 0.1, 0.0, -0.9);60
+0;18,20023;(48.4, 16.9, 6.1);(-0.4, 0.1, 0.0, -0.9);60
+0;18,22023;(48.5, 16.9, 6.1);(-0.4, 0.1, 0.0, -0.9);60
+0;18,24023;(48.6, 16.9, 6.1);(-0.4, 0.1, 0.0, -0.9);60
+0;18,26023;(48.7, 16.9, 6.2);(-0.4, 0.1, 0.0, -0.9);60
+0;18,28023;(48.9, 16.9, 6.2);(-0.4, 0.1, 0.0, -0.9);60
+0;18,30023;(49.0, 16.9, 6.2);(-0.4, 0.1, 0.0, -0.9);60
+0;18,32023;(49.0, 16.9, 6.2);(-0.4, 0.1, 0.0, -0.9);60
+0;18,34023;(49.0, 16.9, 6.2);(-0.4, 0.1, 0.0, -0.9);60
+0;18,36023;(49.0, 16.9, 6.2);(-0.4, 0.1, 0.0, -0.9);60
+0;18,38023;(49.0, 16.9, 6.2);(-0.4, 0.1, 0.0, -0.9);60
+0;18,40023;(49.2, 16.9, 6.2);(-0.4, 0.1, 0.0, -0.9);60
+0;18,42023;(49.3, 16.9, 6.2);(-0.4, 0.1, 0.0, -0.9);60
+0;18,44023;(49.4, 16.9, 6.3);(-0.4, 0.1, 0.0, -0.9);60
+0;18,46023;(49.5, 16.9, 6.3);(-0.4, 0.1, 0.0, -0.9);60
+0;18,48023;(49.7, 16.9, 6.3);(-0.4, 0.1, 0.0, -0.9);60
+0;18,50023;(49.9, 16.9, 6.3);(-0.4, 0.1, 0.0, -0.9);60
+0;18,52023;(50.0, 16.9, 6.3);(-0.4, 0.1, 0.0, -0.9);60
+0;18,54023;(50.1, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;18,56023;(50.2, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;18,58023;(50.4, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;18,60023;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;18,62024;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;18,64024;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;18,66024;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;18,68024;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;18,70024;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;18,72024;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;18,74024;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;18,76024;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;18,78024;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;18,80024;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;18,82024;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;18,84024;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;18,86024;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;18,88024;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;18,90024;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;18,92024;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;18,94024;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;18,96024;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;18,98024;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,00024;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,02024;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,04025;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,06025;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,08025;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,10025;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,12025;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,14025;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,16025;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,18025;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,20025;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,22025;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,24025;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,26025;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,28025;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,30025;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,32025;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,34025;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,36025;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,38025;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,40025;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,42025;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,44025;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,46025;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,48026;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,50026;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,52026;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,54026;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,56026;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,58026;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,60026;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,62026;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,64026;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,66026;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,68026;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,70026;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,72026;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,74026;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,76026;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,78026;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,80026;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,82026;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,84026;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,86026;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,88026;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,90026;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,92027;(50.6, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,94027;(50.7, 16.9, 6.4);(-0.4, 0.1, 0.0, -0.9);60
+0;19,96027;(50.8, 16.9, 6.5);(-0.4, 0.1, 0.0, -0.9);60
+0;19,98027;(50.9, 16.9, 6.5);(-0.4, 0.1, 0.0, -0.9);60
+0;20,00027;(51.2, 16.9, 6.5);(-0.4, 0.1, 0.0, -0.9);60
+0;20,02027;(51.3, 16.9, 6.5);(-0.4, 0.1, 0.0, -0.9);60
+0;20,04027;(51.4, 16.9, 6.5);(-0.4, 0.1, 0.0, -0.9);60
+0;20,06027;(51.5, 16.9, 6.6);(-0.4, 0.1, 0.0, -0.9);60
+0;20,08027;(51.6, 16.9, 6.6);(-0.4, 0.1, 0.0, -0.9);60
+0;20,10027;(51.9, 16.9, 6.6);(-0.4, 0.1, 0.0, -0.9);60
+0;20,12027;(52.0, 16.9, 6.6);(-0.4, 0.1, 0.0, -0.9);60
+0;20,14027;(52.1, 16.9, 6.6);(-0.4, 0.1, 0.0, -0.9);60
+0;20,16027;(52.2, 16.9, 6.7);(-0.4, 0.1, 0.0, -0.9);60
+0;20,18027;(52.3, 16.9, 6.7);(-0.4, 0.1, 0.0, -0.9);60
+0;20,20027;(52.5, 16.9, 6.7);(-0.4, 0.1, 0.0, -0.9);60
+0;20,22027;(52.7, 16.9, 6.7);(-0.4, 0.1, 0.0, -0.9);60
+0;20,24027;(52.8, 16.9, 6.7);(-0.4, 0.1, 0.0, -0.9);60
+0;20,26027;(52.9, 16.9, 6.8);(-0.4, 0.1, 0.0, -0.9);60
+0;20,28027;(53.0, 16.9, 6.8);(-0.4, 0.1, 0.0, -0.9);60
+0;20,30027;(53.2, 16.9, 6.8);(-0.4, 0.1, 0.0, -0.9);60
+0;20,32027;(53.4, 16.9, 6.8);(-0.4, 0.1, 0.0, -0.9);60
+0;20,34027;(53.5, 16.9, 6.9);(-0.4, 0.1, 0.0, -0.9);60
+0;20,36028;(53.6, 16.9, 7.0);(-0.4, 0.1, 0.0, -0.9);60
+0;20,38028;(53.7, 16.9, 7.1);(-0.4, 0.1, 0.0, -0.9);60
+0;20,40028;(53.9, 16.9, 7.3);(-0.4, 0.1, 0.0, -0.9);60
+0;20,42028;(54.0, 16.9, 7.4);(-0.4, 0.1, 0.0, -0.9);60
+0;20,44028;(54.1, 16.9, 7.6);(-0.4, 0.1, 0.0, -0.9);60
+0;20,46028;(54.2, 16.9, 7.7);(-0.4, 0.1, 0.0, -0.9);60
+0;20,48028;(54.3, 16.9, 7.8);(-0.4, 0.1, 0.0, -0.9);60
+0;20,50028;(54.5, 16.9, 8.0);(-0.4, 0.1, 0.0, -0.9);60
+0;20,52028;(54.6, 16.9, 8.1);(-0.4, 0.1, 0.0, -0.9);60
+0;20,54028;(54.7, 16.9, 8.2);(-0.4, 0.1, 0.0, -0.9);60
+0;20,56028;(54.7, 16.9, 8.2);(-0.4, 0.1, 0.0, -0.9);60
+0;20,58028;(54.7, 16.9, 8.2);(-0.4, 0.1, 0.0, -0.9);60
+0;20,60028;(54.7, 16.9, 8.2);(-0.4, 0.1, 0.0, -0.9);60
+0;20,62028;(54.8, 16.9, 8.3);(-0.4, 0.1, 0.0, -0.9);60
+0;20,64028;(54.9, 16.9, 8.4);(-0.4, 0.1, 0.0, -0.9);60
+0;20,66028;(55.0, 16.9, 8.5);(-0.4, 0.1, 0.0, -0.9);60
+0;20,68028;(55.1, 16.9, 8.6);(-0.4, 0.1, 0.0, -0.9);60
+0;20,70028;(55.3, 16.9, 8.8);(-0.4, 0.1, 0.0, -0.9);60
+0;20,72028;(55.4, 16.9, 8.9);(-0.4, 0.1, 0.0, -0.9);60
+0;20,74028;(55.5, 16.9, 9.0);(-0.4, 0.1, 0.0, -0.9);60
+0;20,76028;(55.6, 16.9, 9.1);(-0.4, 0.1, 0.0, -0.9);60
+0;20,78028;(55.7, 16.9, 9.2);(-0.4, 0.1, 0.0, -0.9);60
+0;20,80029;(55.9, 16.9, 9.4);(-0.4, 0.1, 0.0, -0.9);60
+0;20,82029;(56.0, 16.9, 9.5);(-0.4, 0.1, 0.0, -0.9);60
+0;20,84029;(56.0, 16.9, 9.5);(-0.4, 0.1, 0.0, -0.9);60
+0;20,86029;(56.3, 16.9, 9.8);(-0.4, 0.1, 0.0, -0.9);60
+0;20,88029;(56.4, 16.9, 9.8);(-0.4, 0.1, 0.0, -0.9);60
+0;20,90029;(56.4, 16.9, 9.9);(-0.4, 0.1, 0.0, -0.9);60
+0;20,92029;(56.7, 16.9, 10.1);(-0.4, 0.1, 0.0, -0.9);60
+0;20,94029;(56.8, 16.9, 10.2);(-0.4, 0.1, 0.0, -0.9);60
+0;20,96029;(56.9, 16.9, 10.3);(-0.4, 0.1, 0.0, -0.9);60
+0;20,98029;(57.0, 16.9, 10.5);(-0.4, 0.1, 0.0, -0.9);60
+0;21,00029;(57.1, 16.9, 10.6);(-0.4, 0.1, 0.0, -0.9);60
+0;21,02029;(57.3, 16.9, 10.7);(-0.4, 0.1, 0.0, -0.9);60
+0;21,04029;(57.4, 16.9, 10.7);(-0.4, 0.1, 0.0, -0.9);60
+0;21,06029;(57.5, 16.9, 10.7);(-0.4, 0.1, 0.0, -0.9);60
+0;21,08029;(57.6, 16.9, 10.7);(-0.4, 0.1, 0.0, -0.9);60
+0;21,10029;(57.9, 16.9, 10.8);(-0.4, 0.1, 0.0, -0.9);60
+0;21,12029;(58.0, 16.9, 10.8);(-0.4, 0.1, 0.0, -0.9);60
+0;21,14029;(58.1, 16.9, 10.8);(-0.4, 0.1, 0.0, -0.9);60
+0;21,16029;(58.2, 16.9, 10.8);(-0.4, 0.1, 0.0, -0.9);60
+0;21,18029;(58.3, 16.9, 10.8);(-0.4, 0.1, 0.0, -0.9);60
+0;21,20029;(58.6, 16.9, 10.9);(-0.4, 0.1, 0.0, -0.9);60
+0;21,22029;(58.7, 16.9, 10.9);(-0.4, 0.1, 0.0, -0.9);60
+0;21,2403;(58.8, 16.9, 11.0);(-0.4, 0.1, 0.0, -0.9);60
+0;21,2603;(58.9, 16.9, 11.1);(-0.4, 0.1, 0.0, -0.9);60
+0;21,2803;(59.0, 16.9, 11.2);(-0.4, 0.1, 0.0, -0.9);60
+0;21,3003;(59.0, 16.9, 11.4);(-0.4, 0.1, 0.0, -0.9);60
+0;21,3203;(58.9, 16.9, 11.4);(-0.4, 0.1, 0.0, -0.9);60
+0;21,3403;(58.9, 16.9, 11.6);(-0.4, 0.1, 0.0, -0.9);60
+0;21,3603;(58.9, 16.9, 11.6);(-0.4, 0.1, 0.0, -0.9);60
+0;21,3803;(58.9, 16.9, 11.7);(-0.4, 0.1, 0.0, -0.9);60
+0;21,4003;(58.9, 16.9, 11.8);(-0.4, 0.1, 0.0, -0.9);60
+0;21,4203;(58.9, 16.9, 12.0);(-0.4, 0.1, 0.0, -0.9);60
+0;21,4403;(58.9, 16.9, 12.1);(-0.4, 0.1, 0.0, -0.9);60
+0;21,4603;(58.8, 16.9, 12.1);(-0.4, 0.1, 0.0, -0.9);60
+0;21,4803;(58.7, 16.9, 12.2);(-0.4, 0.1, 0.0, -0.9);60
+0;21,5003;(58.6, 16.9, 12.3);(-0.4, 0.1, 0.0, -0.9);60
+0;21,5203;(58.3, 16.9, 12.4);(-0.4, 0.1, 0.0, -0.9);60
+0;21,5403;(58.2, 16.9, 12.5);(-0.4, 0.1, 0.0, -0.9);60
+0;21,5603;(58.0, 16.9, 12.6);(-0.4, 0.1, 0.0, -0.9);60
+0;21,5803;(58.0, 16.9, 12.6);(-0.4, 0.1, 0.0, -0.9);60
+0;21,6003;(57.7, 16.9, 12.8);(-0.4, 0.1, 0.0, -0.9);60
+0;21,6203;(57.6, 16.9, 12.8);(-0.4, 0.1, 0.0, -0.9);60
+0;21,6403;(57.4, 16.9, 12.9);(-0.4, 0.1, 0.0, -0.9);60
+0;21,66031;(57.3, 16.9, 13.0);(-0.4, 0.1, 0.0, -0.9);60
+0;21,68031;(57.3, 16.9, 13.0);(-0.4, 0.1, 0.0, -0.9);60
+0;21,70031;(57.3, 16.9, 13.0);(-0.4, 0.1, 0.0, -0.9);60
+0;21,72031;(57.1, 16.9, 13.1);(-0.4, 0.1, 0.0, -0.9);60
+0;21,74031;(56.9, 16.9, 13.2);(-0.4, 0.1, 0.0, -0.9);60
+0;21,76031;(56.8, 16.9, 13.3);(-0.4, 0.1, 0.0, -0.9);60
+0;21,78031;(56.7, 16.9, 13.3);(-0.4, 0.1, 0.0, -0.9);60
+0;21,80031;(56.5, 16.9, 13.4);(-0.4, 0.1, 0.0, -0.9);60
+0;21,82031;(56.3, 16.9, 13.5);(-0.4, 0.1, 0.0, -0.9);60
+0;21,84031;(56.2, 16.9, 13.6);(-0.4, 0.1, 0.0, -0.9);60
+0;21,86031;(56.0, 16.9, 13.7);(-0.4, 0.1, 0.0, -0.9);60
+0;21,88031;(55.9, 16.9, 13.8);(-0.4, 0.1, 0.0, -0.9);60
+0;21,90031;(55.8, 16.9, 13.8);(-0.4, 0.1, 0.0, -0.9);60
+0;21,92031;(55.5, 16.9, 14.0);(-0.4, 0.1, 0.0, -0.9);60
+0;21,94031;(55.4, 16.9, 14.0);(-0.4, 0.1, 0.0, -0.9);60
+0;21,96031;(55.2, 16.9, 14.1);(-0.4, 0.1, 0.0, -0.9);60
+0;21,98031;(55.1, 16.9, 14.2);(-0.4, 0.1, 0.0, -0.9);60
+0;22,00031;(55.0, 16.9, 14.2);(-0.4, 0.1, 0.0, -0.9);60
+0;22,02031;(54.7, 16.9, 14.4);(-0.4, 0.1, 0.0, -0.9);60
+0;22,04031;(54.6, 16.9, 14.5);(-0.4, 0.1, 0.0, -0.9);60
+0;22,06031;(54.5, 16.9, 14.5);(-0.4, 0.1, 0.0, -0.9);60
+0;22,08031;(54.4, 16.9, 14.6);(-0.4, 0.1, 0.0, -0.9);60
+0;22,10032;(54.2, 16.9, 14.6);(-0.4, 0.1, 0.0, -0.9);60
+0;22,12032;(54.0, 16.9, 14.5);(-0.4, 0.1, 0.0, -0.9);60
+0;22,14032;(53.9, 16.9, 14.5);(-0.4, 0.1, 0.0, -0.9);60
+0;22,16032;(53.8, 16.9, 14.5);(-0.4, 0.1, 0.0, -0.9);60
+0;22,18032;(53.7, 16.9, 14.5);(-0.4, 0.1, 0.0, -0.9);60
+0;22,20032;(53.6, 16.9, 14.5);(-0.4, 0.1, 0.0, -0.9);60
+0;22,22032;(53.3, 16.9, 14.5);(-0.4, 0.0, 0.0, -0.9);60
+0;22,24032;(53.2, 16.9, 14.5);(-0.4, 0.0, 0.0, -0.9);60
+0;22,26032;(53.1, 16.9, 14.5);(0.4, 0.0, 0.0, 0.9);60
+0;22,28032;(53.0, 16.9, 14.5);(0.4, 0.1, 0.0, 0.9);60
+0;22,30032;(52.9, 16.9, 14.5);(0.4, 0.1, 0.0, 0.9);60
+0;22,32032;(52.6, 16.9, 14.4);(0.4, 0.1, -0.1, 0.9);60
+0;22,34032;(52.5, 16.9, 14.4);(0.4, 0.2, -0.1, 0.9);60
+0;22,36032;(52.3, 16.9, 14.4);(0.4, 0.2, -0.1, 0.9);60
+0;22,38032;(52.2, 16.9, 14.4);(0.4, 0.2, -0.1, 0.9);60
+0;22,40032;(52.1, 16.9, 14.3);(0.4, 0.2, -0.1, 0.9);60
+0;22,42032;(51.8, 16.9, 14.3);(0.4, 0.2, -0.1, 0.9);60
+0;22,44032;(51.6, 16.9, 14.3);(0.4, 0.2, -0.1, 0.9);60
+0;22,46032;(51.5, 16.9, 14.3);(0.4, 0.2, -0.1, 0.9);60
+0;22,48032;(51.4, 16.9, 14.3);(0.4, 0.2, -0.1, 0.9);60
+0;22,50032;(51.2, 16.9, 14.3);(0.4, 0.2, -0.1, 0.9);60
+0;22,52032;(51.0, 16.9, 14.3);(0.5, 0.2, -0.1, 0.9);60
+0;22,54033;(50.8, 16.9, 14.3);(0.5, 0.2, -0.1, 0.9);60
+0;22,56033;(50.7, 16.9, 14.3);(0.5, 0.2, -0.1, 0.8);60
+0;22,58033;(50.6, 16.9, 14.3);(0.5, 0.2, -0.1, 0.8);60
+0;22,60033;(50.4, 16.9, 14.3);(0.5, 0.2, -0.1, 0.8);60
+0;22,62033;(50.2, 16.9, 14.3);(0.5, 0.3, -0.2, 0.8);60
+0;22,64033;(50.1, 16.9, 14.4);(0.5, 0.3, -0.2, 0.8);60
+0;22,66033;(49.9, 16.9, 14.4);(0.5, 0.3, -0.2, 0.8);60
+0;22,68033;(49.8, 16.9, 14.4);(0.5, 0.3, -0.2, 0.8);60
+0;22,70033;(49.7, 16.9, 14.5);(0.5, 0.3, -0.2, 0.8);60
+0;22,72033;(49.4, 16.9, 14.6);(0.5, 0.4, -0.2, 0.8);60
+0;22,74033;(49.3, 16.9, 14.6);(0.5, 0.4, -0.2, 0.8);60
+0;22,76033;(49.2, 16.9, 14.7);(0.5, 0.4, -0.2, 0.8);60
+0;22,78033;(49.1, 16.9, 14.7);(0.5, 0.4, -0.2, 0.8);60
+0;22,80033;(49.0, 16.9, 14.8);(0.5, 0.4, -0.2, 0.8);60
+0;22,82033;(48.8, 16.9, 14.9);(0.5, 0.4, -0.2, 0.8);60
+0;22,84033;(48.7, 16.9, 15.0);(0.4, 0.4, -0.2, 0.8);60
+0;22,86033;(48.5, 16.9, 15.1);(0.4, 0.4, -0.2, 0.8);60
+0;22,88033;(48.4, 16.9, 15.1);(0.4, 0.4, -0.2, 0.8);60
+0;22,90033;(48.3, 16.9, 15.2);(0.4, 0.4, -0.2, 0.8);60
+0;22,92033;(48.2, 16.9, 15.2);(0.4, 0.4, -0.2, 0.8);60
+0;22,94033;(48.1, 16.9, 15.2);(0.4, 0.4, -0.2, 0.8);60
+0;22,96033;(48.1, 16.9, 15.2);(0.4, 0.4, -0.2, 0.8);60
+0;22,98034;(48.0, 16.9, 15.1);(0.4, 0.4, -0.2, 0.8);60
+0;23,00034;(48.0, 16.9, 15.1);(0.4, 0.4, -0.2, 0.8);60
+0;23,02034;(47.9, 16.9, 15.1);(0.4, 0.4, -0.2, 0.8);60
+0;23,04034;(47.8, 16.9, 15.0);(0.4, 0.4, -0.2, 0.8);60
+0;23,06034;(47.8, 16.9, 15.0);(0.4, 0.4, -0.2, 0.8);60
+0;23,08034;(47.7, 16.9, 15.0);(0.4, 0.4, -0.2, 0.8);60
+0;23,10034;(47.7, 16.9, 14.9);(0.4, 0.4, -0.2, 0.8);60
+0;23,12034;(47.6, 16.9, 14.9);(0.4, 0.4, -0.2, 0.8);60
+0;23,14034;(47.5, 16.9, 14.8);(0.4, 0.4, -0.2, 0.8);60
+0;23,16034;(47.5, 16.9, 14.8);(0.4, 0.4, -0.2, 0.8);60
+0;23,18034;(47.4, 16.9, 14.8);(0.4, 0.4, -0.2, 0.8);60
+0;23,20034;(47.4, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60
+0;23,22034;(47.3, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60
+0;23,24034;(47.3, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60
+0;23,26034;(47.3, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60
+0;23,28034;(47.3, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60
+0;23,30034;(47.3, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60
+0;23,32034;(47.3, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60
+0;23,34034;(47.3, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60
+0;23,36034;(47.3, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60
+0;23,38034;(47.3, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60
+0;23,40034;(47.3, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60
+0;23,42035;(47.3, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60
+0;23,44035;(47.3, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60
+0;23,46035;(47.3, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60
+0;23,48035;(47.3, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60
+0;23,50035;(47.3, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60
+0;23,52035;(47.3, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60
+0;23,54035;(47.3, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60
+0;23,56035;(47.3, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60
+0;23,58035;(47.3, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60
+0;23,60035;(47.3, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60
+0;23,62035;(47.3, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60
+0;23,64035;(47.3, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60
+0;23,66035;(47.3, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60
+0;23,68035;(47.3, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60
+0;23,70035;(47.3, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60
+0;23,72035;(47.3, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60
+0;23,74035;(47.3, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60
+0;23,76035;(47.3, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60
+0;23,78035;(47.3, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60
+0;23,80035;(47.3, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60
+0;23,82035;(47.3, 16.9, 14.7);(0.4, 0.4, -0.2, 0.8);60

+ 1 - 1
testumgebung/CrowdModelling/Assets/Study_Logs/log_TestMouse.csv.meta → testumgebung/CrowdModelling/Assets/Study_Logs/log_0_TestCamera.csv.meta

@@ -1,5 +1,5 @@
 fileFormatVersion: 2
-guid: 20f95b47acee1f345b2d74974e8f185e
+guid: fa96701b959c01941a523b1fb874acc1
 TextScriptImporter:
   externalObjects: {}
   userData: 

+ 1193 - 0
testumgebung/CrowdModelling/Assets/Study_Logs/log_0_TestChangeView.csv

@@ -0,0 +1,1193 @@
+ParticipantID;Time;Acc Clicks;Acc Time Perspective;Acc Time TopDown;View
+0;0;0;0;0;Perspective
+0;0,02;0;0,02;0;Perspective
+0;0,04;0;0,04;0;Perspective
+0;0,06;0;0,06;0;Perspective
+0;0,08;0;0,08;0;Perspective
+0;0,09999999;0;0,09999999;0;Perspective
+0;0,12;0;0,12;0;Perspective
+0;0,14;0;0,14;0;Perspective
+0;0,16;0;0,16;0;Perspective
+0;0,18;0;0,18;0;Perspective
+0;0,2;0;0,2;0;Perspective
+0;0,22;0;0,22;0;Perspective
+0;0,24;0;0,24;0;Perspective
+0;0,26;0;0,26;0;Perspective
+0;0,28;0;0,28;0;Perspective
+0;0,3;0;0,3;0;Perspective
+0;0,32;0;0,32;0;Perspective
+0;0,34;0;0,34;0;Perspective
+0;0,36;0;0,36;0;Perspective
+0;0,38;0;0,38;0;Perspective
+0;0,4;0;0,4;0;Perspective
+0;0,42;0;0,42;0;Perspective
+0;0,4400001;0;0,4400001;0;Perspective
+0;0,4600001;0;0,4600001;0;Perspective
+0;0,4800001;0;0,4800001;0;Perspective
+0;0,5000001;0;0,5000001;0;Perspective
+0;0,52;0;0,52;0;Perspective
+0;0,54;0;0,54;0;Perspective
+0;0,56;0;0,56;0;Perspective
+0;0,58;0;0,58;0;Perspective
+0;0,6;0;0,6;0;Perspective
+0;0,6199999;0;0,6199999;0;Perspective
+0;0,6399999;0;0,6399999;0;Perspective
+0;0,6599999;0;0,6599999;0;Perspective
+0;0,6799999;0;0,6799999;0;Perspective
+0;0,6999999;0;0,6999999;0;Perspective
+0;0,7199998;0;0,7199998;0;Perspective
+0;0,7399998;0;0,7399998;0;Perspective
+0;0,7599998;0;0,7599998;0;Perspective
+0;0,7799998;0;0,7799998;0;Perspective
+0;0,7999998;0;0,7999998;0;Perspective
+0;0,8199998;0;0,8199998;0;Perspective
+0;0,8399997;0;0,8399997;0;Perspective
+0;0,8599997;0;0,8599997;0;Perspective
+0;0,8799997;0;0,8799997;0;Perspective
+0;0,8999997;0;0,8999997;0;Perspective
+0;0,9199997;0;0,9199997;0;Perspective
+0;0,9399996;0;0,9399996;0;Perspective
+0;0,9599996;0;0,9599996;0;Perspective
+0;0,9799996;0;0,9799996;0;Perspective
+0;0,9999996;0;0,9999996;0;Perspective
+0;1,02;0;1,02;0;Perspective
+0;1,04;0;1,04;0;Perspective
+0;1,06;0;1,06;0;Perspective
+0;1,08;0;1,08;0;Perspective
+0;1,1;0;1,1;0;Perspective
+0;1,12;0;1,12;0;Perspective
+0;1,14;0;1,14;0;Perspective
+0;1,159999;0;1,159999;0;Perspective
+0;1,179999;0;1,179999;0;Perspective
+0;1,199999;0;1,199999;0;Perspective
+0;1,219999;0;1,219999;0;Perspective
+0;1,239999;0;1,239999;0;Perspective
+0;1,259999;0;1,259999;0;Perspective
+0;1,279999;0;1,279999;0;Perspective
+0;1,299999;0;1,299999;0;Perspective
+0;1,319999;0;1,319999;0;Perspective
+0;1,339999;0;1,339999;0;Perspective
+0;1,359999;0;1,359999;0;Perspective
+0;1,379999;0;1,379999;0;Perspective
+0;1,399999;0;1,399999;0;Perspective
+0;1,419999;0;1,419999;0;Perspective
+0;1,439999;0;1,439999;0;Perspective
+0;1,459999;0;1,459999;0;Perspective
+0;1,479999;0;1,479999;0;Perspective
+0;1,499999;0;1,499999;0;Perspective
+0;1,519999;0;1,519999;0;Perspective
+0;1,539999;0;1,539999;0;Perspective
+0;1,559999;0;1,559999;0;Perspective
+0;1,579999;0;1,579999;0;Perspective
+0;1,599999;0;1,599999;0;Perspective
+0;1,619999;0;1,619999;0;Perspective
+0;1,639999;0;1,639999;0;Perspective
+0;1,659999;0;1,659999;0;Perspective
+0;1,679999;0;1,679999;0;Perspective
+0;1,699999;0;1,699999;0;Perspective
+0;1,719999;0;1,719999;0;Perspective
+0;1,739999;0;1,739999;0;Perspective
+0;1,759999;0;1,759999;0;Perspective
+0;1,779999;0;1,779999;0;Perspective
+0;1,799999;0;1,799999;0;Perspective
+0;1,819999;0;1,819999;0;Perspective
+0;1,839999;0;1,839999;0;Perspective
+0;1,859999;0;1,859999;0;Perspective
+0;1,879999;0;1,879999;0;Perspective
+0;1,899999;0;1,899999;0;Perspective
+0;1,919999;0;1,919999;0;Perspective
+0;1,939999;0;1,939999;0;Perspective
+0;1,959999;0;1,959999;0;Perspective
+0;1,979999;0;1,979999;0;Perspective
+0;1,999999;0;1,999999;0;Perspective
+0;2,019999;0;2,019999;0;Perspective
+0;2,039999;0;2,039999;0;Perspective
+0;2,059999;0;2,059999;0;Perspective
+0;2,079999;0;2,079999;0;Perspective
+0;2,099999;0;2,099999;0;Perspective
+0;2,119999;0;2,119999;0;Perspective
+0;2,139999;0;2,139999;0;Perspective
+0;2,159999;0;2,159999;0;Perspective
+0;2,179999;0;2,179999;0;Perspective
+0;2,199999;0;2,199999;0;Perspective
+0;2,219999;0;2,219999;0;Perspective
+0;2,239999;0;2,239999;0;Perspective
+0;2,259999;0;2,259999;0;Perspective
+0;2,279999;0;2,279999;0;Perspective
+0;2,299999;0;2,299999;0;Perspective
+0;2,319999;0;2,319999;0;Perspective
+0;2,339998;0;2,339998;0;Perspective
+0;2,359998;0;2,359998;0;Perspective
+0;2,379998;0;2,379998;0;Perspective
+0;2,399998;0;2,399998;0;Perspective
+0;2,419998;0;2,419998;0;Perspective
+0;2,439998;0;2,439998;0;Perspective
+0;2,459998;0;2,459998;0;Perspective
+0;2,479998;0;2,479998;0;Perspective
+0;2,499998;0;2,499998;0;Perspective
+0;2,519998;0;2,519998;0;Perspective
+0;2,539998;0;2,539998;0;Perspective
+0;2,559998;0;2,559998;0;Perspective
+0;2,579998;0;2,579998;0;Perspective
+0;2,599998;0;2,599998;0;Perspective
+0;2,619998;0;2,619998;0;Perspective
+0;2,639998;0;2,639998;0;Perspective
+0;2,659998;0;2,659998;0;Perspective
+0;2,679998;0;2,679998;0;Perspective
+0;2,699998;0;2,699998;0;Perspective
+0;2,719998;0;2,719998;0;Perspective
+0;2,739998;0;2,739998;0;Perspective
+0;2,759998;0;2,759998;0;Perspective
+0;2,779998;0;2,779998;0;Perspective
+0;2,799998;0;2,799998;0;Perspective
+0;2,819998;0;2,819998;0;Perspective
+0;2,839998;0;2,839998;0;Perspective
+0;2,859998;0;2,859998;0;Perspective
+0;2,879998;0;2,879998;0;Perspective
+0;2,899998;0;2,899998;0;Perspective
+0;2,919998;0;2,919998;0;Perspective
+0;2,939998;0;2,939998;0;Perspective
+0;2,959998;0;2,959998;0;Perspective
+0;2,979998;0;2,979998;0;Perspective
+0;2,999998;0;2,999998;0;Perspective
+0;3,019998;0;3,019998;0;Perspective
+0;3,039998;0;3,039998;0;Perspective
+0;3,059998;0;3,059998;0;Perspective
+0;3,079998;0;3,079998;0;Perspective
+0;3,099998;0;3,099998;0;Perspective
+0;3,119998;0;3,119998;0;Perspective
+0;3,139998;0;3,139998;0;Perspective
+0;3,159998;0;3,159998;0;Perspective
+0;3,179998;0;3,179998;0;Perspective
+0;3,199998;0;3,199998;0;Perspective
+0;3,219998;0;3,219998;0;Perspective
+0;3,239998;0;3,239998;0;Perspective
+0;3,259998;0;3,259998;0;Perspective
+0;3,279998;0;3,279998;0;Perspective
+0;3,299998;0;3,299998;0;Perspective
+0;3,319998;0;3,319998;0;Perspective
+0;3,339998;0;3,339998;0;Perspective
+0;3,359998;0;3,359998;0;Perspective
+0;3,379997;0;3,379997;0;Perspective
+0;3,399997;0;3,399997;0;Perspective
+0;3,419997;0;3,419997;0;Perspective
+0;3,439997;0;3,439997;0;Perspective
+0;3,459997;0;3,459997;0;Perspective
+0;3,479997;0;3,479997;0;Perspective
+0;3,499997;0;3,499997;0;Perspective
+0;3,519997;0;3,519997;0;Perspective
+0;3,539997;0;3,539997;0;Perspective
+0;3,559997;0;3,559997;0;Perspective
+0;3,579997;0;3,579997;0;Perspective
+0;3,599997;0;3,599997;0;Perspective
+0;3,619997;0;3,619997;0;Perspective
+0;3,639997;0;3,639997;0;Perspective
+0;3,659997;0;3,659997;0;Perspective
+0;3,679997;0;3,679997;0;Perspective
+0;3,699997;0;3,699997;0;Perspective
+0;3,719997;0;3,719997;0;Perspective
+0;3,739997;0;3,739997;0;Perspective
+0;3,759997;0;3,759997;0;Perspective
+0;3,779997;0;3,779997;0;Perspective
+0;3,799997;0;3,799997;0;Perspective
+0;3,819997;0;3,819997;0;Perspective
+0;3,839997;0;3,839997;0;Perspective
+0;3,859997;0;3,859997;0;Perspective
+0;3,879997;0;3,879997;0;Perspective
+0;3,899997;0;3,899997;0;Perspective
+0;3,919997;0;3,919997;0;Perspective
+0;3,939997;0;3,939997;0;Perspective
+0;3,959997;0;3,959997;0;Perspective
+0;3,979997;0;3,979997;0;Perspective
+0;3,999997;0;3,999997;0;Perspective
+0;4,019997;0;4,019997;0;Perspective
+0;4,039997;0;4,039997;0;Perspective
+0;4,059997;0;4,059997;0;Perspective
+0;4,079997;0;4,079997;0;Perspective
+0;4,099997;0;4,099997;0;Perspective
+0;4,119997;0;4,119997;0;Perspective
+0;4,139997;0;4,139997;0;Perspective
+0;4,159997;0;4,159997;0;Perspective
+0;4,179997;0;4,179997;0;Perspective
+0;4,199997;0;4,199997;0;Perspective
+0;4,219997;0;4,219997;0;Perspective
+0;4,239997;0;4,239997;0;Perspective
+0;4,259997;0;4,259997;0;Perspective
+0;4,279997;0;4,279997;0;Perspective
+0;4,299997;0;4,299997;0;Perspective
+0;4,319997;0;4,319997;0;Perspective
+0;4,339997;0;4,339997;0;Perspective
+0;4,359997;0;4,359997;0;Perspective
+0;4,379997;0;4,379997;0;Perspective
+0;4,399997;0;4,399997;0;Perspective
+0;4,419997;0;4,419997;0;Perspective
+0;4,439997;0;4,439997;0;Perspective
+0;4,459997;0;4,459997;0;Perspective
+0;4,479997;0;4,479997;0;Perspective
+0;4,499997;0;4,499997;0;Perspective
+0;4,519997;0;4,519997;0;Perspective
+0;4,539997;0;4,539997;0;Perspective
+0;4,559997;0;4,559997;0;Perspective
+0;4,579997;0;4,579997;0;Perspective
+0;4,599997;0;4,599997;0;Perspective
+0;4,619997;0;4,619997;0;Perspective
+0;4,639997;0;4,639997;0;Perspective
+0;4,659997;0;4,659997;0;Perspective
+0;4,679996;0;4,679996;0;Perspective
+0;4,699996;0;4,699996;0;Perspective
+0;4,719996;0;4,719996;0;Perspective
+0;4,739996;0;4,739996;0;Perspective
+0;4,759996;0;4,759996;0;Perspective
+0;4,779996;0;4,779996;0;Perspective
+0;4,799996;0;4,799996;0;Perspective
+0;4,819996;0;4,819996;0;Perspective
+0;4,839996;0;4,839996;0;Perspective
+0;4,859996;0;4,859996;0;Perspective
+0;4,879996;0;4,879996;0;Perspective
+0;4,899996;0;4,899996;0;Perspective
+0;4,919996;0;4,919996;0;Perspective
+0;4,939996;0;4,939996;0;Perspective
+0;4,959996;0;4,959996;0;Perspective
+0;4,979996;0;4,979996;0;Perspective
+0;4,999996;0;4,999996;0;Perspective
+0;5,019996;0;5,019996;0;Perspective
+0;5,039996;0;5,039996;0;Perspective
+0;5,059996;0;5,059996;0;Perspective
+0;5,079996;0;5,079996;0;Perspective
+0;5,099996;0;5,099996;0;Perspective
+0;5,119996;0;5,119996;0;Perspective
+0;5,139996;0;5,139996;0;Perspective
+0;5,159996;0;5,159996;0;Perspective
+0;5,179996;0;5,179996;0;Perspective
+0;5,199996;0;5,199996;0;Perspective
+0;5,219996;0;5,219996;0;Perspective
+0;5,239996;0;5,239996;0;Perspective
+0;5,259996;0;5,259996;0;Perspective
+0;5,279996;0;5,279996;0;Perspective
+0;5,299996;0;5,299996;0;Perspective
+0;5,319996;0;5,319996;0;Perspective
+0;5,339996;0;5,339996;0;Perspective
+0;5,359996;0;5,359996;0;Perspective
+0;5,379996;0;5,379996;0;Perspective
+0;5,399996;0;5,399996;0;Perspective
+0;5,419996;0;5,419996;0;Perspective
+0;5,439996;0;5,439996;0;Perspective
+0;5,459996;0;5,459996;0;Perspective
+0;5,479996;0;5,479996;0;Perspective
+0;5,499996;0;5,499996;0;Perspective
+0;5,519996;0;5,519996;0;Perspective
+0;5,539996;0;5,539996;0;Perspective
+0;5,559996;0;5,559996;0;Perspective
+0;5,579996;0;5,579996;0;Perspective
+0;5,599996;0;5,599996;0;Perspective
+0;5,619996;0;5,619996;0;Perspective
+0;5,639996;0;5,639996;0;Perspective
+0;5,659996;0;5,659996;0;Perspective
+0;5,679996;0;5,679996;0;Perspective
+0;5,699996;0;5,699996;0;Perspective
+0;5,719995;0;5,719995;0;Perspective
+0;5,739995;0;5,739995;0;Perspective
+0;5,759995;0;5,759995;0;Perspective
+0;5,779995;0;5,779995;0;Perspective
+0;5,799995;0;5,799995;0;Perspective
+0;5,819995;0;5,819995;0;Perspective
+0;5,839995;0;5,839995;0;Perspective
+0;5,859995;0;5,859995;0;Perspective
+0;5,879995;0;5,879995;0;Perspective
+0;5,899995;0;5,899995;0;Perspective
+0;5,919995;0;5,919995;0;Perspective
+0;5,939995;0;5,939995;0;Perspective
+0;5,959995;0;5,959995;0;Perspective
+0;5,979995;0;5,979995;0;Perspective
+0;5,999995;0;5,999995;0;Perspective
+0;6,019995;0;6,019995;0;Perspective
+0;6,039995;0;6,039995;0;Perspective
+0;6,059995;0;6,059995;0;Perspective
+0;6,079995;0;6,079995;0;Perspective
+0;6,099995;0;6,099995;0;Perspective
+0;6,119995;0;6,119995;0;Perspective
+0;6,139995;0;6,139995;0;Perspective
+0;6,159995;0;6,159995;0;Perspective
+0;6,179995;0;6,179995;0;Perspective
+0;6,199995;0;6,199995;0;Perspective
+0;6,219995;0;6,219995;0;Perspective
+0;6,239995;0;6,239995;0;Perspective
+0;6,259995;0;6,259995;0;Perspective
+0;6,279995;0;6,279995;0;Perspective
+0;6,299995;0;6,299995;0;Perspective
+0;6,319995;0;6,319995;0;Perspective
+0;6,339995;0;6,339995;0;Perspective
+0;6,359995;0;6,359995;0;Perspective
+0;6,379995;0;6,379995;0;Perspective
+0;6,399995;0;6,399995;0;Perspective
+0;6,419995;0;6,419995;0;Perspective
+0;6,439995;0;6,439995;0;Perspective
+0;6,459995;0;6,459995;0;Perspective
+0;6,479995;0;6,479995;0;Perspective
+0;6,499995;0;6,499995;0;Perspective
+0;6,519995;0;6,519995;0;Perspective
+0;6,539995;0;6,539995;0;Perspective
+0;6,559995;0;6,559995;0;Perspective
+0;6,579995;0;6,579995;0;Perspective
+0;6,599995;0;6,599995;0;Perspective
+0;6,619995;0;6,619995;0;Perspective
+0;6,639995;0;6,639995;0;Perspective
+0;6,659995;0;6,659995;0;Perspective
+0;6,679995;0;6,679995;0;Perspective
+0;6,699995;0;6,699995;0;Perspective
+0;6,719995;0;6,719995;0;Perspective
+0;6,739995;0;6,739995;0;Perspective
+0;6,759995;0;6,759995;0;Perspective
+0;6,779994;0;6,779994;0;Perspective
+0;6,799994;0;6,799994;0;Perspective
+0;6,819994;0;6,819994;0;Perspective
+0;6,839994;0;6,839994;0;Perspective
+0;6,859994;0;6,859994;0;Perspective
+0;6,879994;0;6,879994;0;Perspective
+0;6,899994;0;6,899994;0;Perspective
+0;6,919994;0;6,919994;0;Perspective
+0;6,939994;0;6,939994;0;Perspective
+0;6,959994;0;6,959994;0;Perspective
+0;6,979994;0;6,979994;0;Perspective
+0;6,999994;0;6,999994;0;Perspective
+0;7,019994;0;7,019994;0;Perspective
+0;7,039994;0;7,039994;0;Perspective
+0;7,059994;0;7,059994;0;Perspective
+0;7,079994;0;7,079994;0;Perspective
+0;7,099994;0;7,099994;0;Perspective
+0;7,119994;0;7,119994;0;Perspective
+0;7,139994;0;7,139994;0;Perspective
+0;7,159994;0;7,159994;0;Perspective
+0;7,179994;0;7,179994;0;Perspective
+0;7,199994;0;7,199994;0;Perspective
+0;7,219994;0;7,219994;0;Perspective
+0;7,239994;0;7,239994;0;Perspective
+0;7,259994;0;7,259994;0;Perspective
+0;7,279994;0;7,279994;0;Perspective
+0;7,299994;0;7,299994;0;Perspective
+0;7,319994;0;7,319994;0;Perspective
+0;7,339994;0;7,339994;0;Perspective
+0;7,359994;0;7,359994;0;Perspective
+0;7,379994;0;7,379994;0;Perspective
+0;7,399994;0;7,399994;0;Perspective
+0;7,419994;0;7,419994;0;Perspective
+0;7,439994;0;7,439994;0;Perspective
+0;7,459994;0;7,459994;0;Perspective
+0;7,479994;0;7,479994;0;Perspective
+0;7,499994;0;7,499994;0;Perspective
+0;7,519994;0;7,519994;0;Perspective
+0;7,539994;0;7,539994;0;Perspective
+0;7,559994;0;7,559994;0;Perspective
+0;7,579994;0;7,579994;0;Perspective
+0;7,599994;0;7,599994;0;Perspective
+0;7,619994;0;7,619994;0;Perspective
+0;7,639994;0;7,639994;0;Perspective
+0;7,659994;0;7,659994;0;Perspective
+0;7,679994;0;7,679994;0;Perspective
+0;7,699994;0;7,699994;0;Perspective
+0;7,719994;0;7,719994;0;Perspective
+0;7,739994;0;7,739994;0;Perspective
+0;7,759994;0;7,759994;0;Perspective
+0;7,779994;0;7,779994;0;Perspective
+0;7,799994;0;7,799994;0;Perspective
+0;7,819993;0;7,819993;0;Perspective
+0;7,839993;0;7,839993;0;Perspective
+0;7,859993;0;7,859993;0;Perspective
+0;7,879993;0;7,879993;0;Perspective
+0;7,899993;0;7,899993;0;Perspective
+0;7,919993;0;7,919993;0;Perspective
+0;7,939993;0;7,939993;0;Perspective
+0;7,959993;0;7,959993;0;Perspective
+0;7,979993;0;7,979993;0;Perspective
+0;7,999993;0;7,999993;0;Perspective
+0;8,019994;0;8,019994;0;Perspective
+0;8,039994;0;8,039994;0;Perspective
+0;8,059995;0;8,059995;0;Perspective
+0;8,079995;0;8,079995;0;Perspective
+0;8,099996;0;8,099996;0;Perspective
+0;8,119996;0;8,119996;0;Perspective
+0;8,139997;0;8,139997;0;Perspective
+0;8,159997;0;8,159997;0;Perspective
+0;8,179997;0;8,179997;0;Perspective
+0;8,199998;0;8,199998;0;Perspective
+0;8,219998;0;8,219998;0;Perspective
+0;8,239999;0;8,239999;0;Perspective
+0;8,259999;0;8,259999;0;Perspective
+0;8,28;0;8,28;0;Perspective
+0;8,3;0;8,3;0;Perspective
+0;8,320001;0;8,320001;0;Perspective
+0;8,340001;0;8,340001;0;Perspective
+0;8,360002;0;8,360002;0;Perspective
+0;8,380002;0;8,380002;0;Perspective
+0;8,400002;0;8,400002;0;Perspective
+0;8,420003;0;8,420003;0;Perspective
+0;8,440003;0;8,440003;0;Perspective
+0;8,460004;0;8,460004;0;Perspective
+0;8,480004;0;8,480004;0;Perspective
+0;8,500005;0;8,500005;0;Perspective
+0;8,520005;0;8,520005;0;Perspective
+0;8,540006;0;8,540006;0;Perspective
+0;8,560006;0;8,560006;0;Perspective
+0;8,580007;0;8,580007;0;Perspective
+0;8,600007;0;8,600007;0;Perspective
+0;8,620008;0;8,620008;0;Perspective
+0;8,640008;0;8,640008;0;Perspective
+0;8,660008;0;8,660008;0;Perspective
+0;8,680009;0;8,680009;0;Perspective
+0;8,700009;0;8,700009;0;Perspective
+0;8,72001;0;8,72001;0;Perspective
+0;8,74001;0;8,74001;0;Perspective
+0;8,760011;0;8,760011;0;Perspective
+0;8,780011;0;8,780011;0;Perspective
+0;8,800012;0;8,800012;0;Perspective
+0;8,820012;0;8,820012;0;Perspective
+0;8,840013;0;8,840013;0;Perspective
+0;8,860013;0;8,860013;0;Perspective
+0;8,880013;0;8,880013;0;Perspective
+0;8,900014;0;8,900014;0;Perspective
+0;8,920014;0;8,920014;0;Perspective
+0;8,940015;0;8,940015;0;Perspective
+0;8,960015;0;8,960015;0;Perspective
+0;8,980016;0;8,980016;0;Perspective
+0;9,000016;0;9,000016;0;Perspective
+0;9,020017;0;9,020017;0;Perspective
+0;9,040017;1;9,040017;0;TopDown
+0;9,060018;1;9,040017;0,02;TopDown
+0;9,080018;1;9,040017;0,04;TopDown
+0;9,100019;1;9,040017;0,06;TopDown
+0;9,120019;1;9,040017;0,08;TopDown
+0;9,140019;1;9,040017;0,09999999;TopDown
+0;9,16002;1;9,040017;0,12;TopDown
+0;9,18002;1;9,040017;0,14;TopDown
+0;9,200021;1;9,040017;0,16;TopDown
+0;9,220021;1;9,040017;0,18;TopDown
+0;9,240022;1;9,040017;0,2;TopDown
+0;9,260022;1;9,040017;0,22;TopDown
+0;9,280023;1;9,040017;0,24;TopDown
+0;9,300023;1;9,040017;0,26;TopDown
+0;9,320024;1;9,040017;0,28;TopDown
+0;9,340024;1;9,040017;0,3;TopDown
+0;9,360024;1;9,040017;0,32;TopDown
+0;9,380025;1;9,040017;0,34;TopDown
+0;9,400025;1;9,040017;0,36;TopDown
+0;9,420026;1;9,040017;0,38;TopDown
+0;9,440026;1;9,040017;0,4;TopDown
+0;9,460027;1;9,040017;0,42;TopDown
+0;9,480027;1;9,040017;0,4400001;TopDown
+0;9,500028;1;9,040017;0,4600001;TopDown
+0;9,520028;1;9,040017;0,4800001;TopDown
+0;9,540029;1;9,040017;0,5000001;TopDown
+0;9,560029;1;9,040017;0,52;TopDown
+0;9,580029;1;9,040017;0,54;TopDown
+0;9,60003;1;9,040017;0,56;TopDown
+0;9,62003;1;9,040017;0,58;TopDown
+0;9,640031;1;9,040017;0,6;TopDown
+0;9,660031;1;9,040017;0,6199999;TopDown
+0;9,680032;1;9,040017;0,6399999;TopDown
+0;9,700032;1;9,040017;0,6599999;TopDown
+0;9,720033;1;9,040017;0,6799999;TopDown
+0;9,740033;1;9,040017;0,6999999;TopDown
+0;9,760034;1;9,040017;0,7199998;TopDown
+0;9,780034;1;9,040017;0,7399998;TopDown
+0;9,800035;1;9,040017;0,7599998;TopDown
+0;9,820035;1;9,040017;0,7799998;TopDown
+0;9,840035;2;9,040017;0,7999998;Perspective
+0;9,860036;2;9,060018;0,7999998;Perspective
+0;9,880036;2;9,080018;0,7999998;Perspective
+0;9,900037;2;9,100019;0,7999998;Perspective
+0;9,920037;2;9,120019;0,7999998;Perspective
+0;9,940038;2;9,140019;0,7999998;Perspective
+0;9,960038;2;9,16002;0,7999998;Perspective
+0;9,980039;2;9,18002;0,7999998;Perspective
+0;10,00004;2;9,200021;0,7999998;Perspective
+0;10,02004;2;9,220021;0,7999998;Perspective
+0;10,04004;2;9,240022;0,7999998;Perspective
+0;10,06004;2;9,260022;0,7999998;Perspective
+0;10,08004;2;9,280023;0,7999998;Perspective
+0;10,10004;2;9,300023;0,7999998;Perspective
+0;10,12004;2;9,320024;0,7999998;Perspective
+0;10,14004;2;9,340024;0,7999998;Perspective
+0;10,16004;2;9,360024;0,7999998;Perspective
+0;10,18004;2;9,380025;0,7999998;Perspective
+0;10,20004;2;9,400025;0,7999998;Perspective
+0;10,22004;2;9,420026;0,7999998;Perspective
+0;10,24004;2;9,440026;0,7999998;Perspective
+0;10,26005;2;9,460027;0,7999998;Perspective
+0;10,28005;2;9,480027;0,7999998;Perspective
+0;10,30005;2;9,500028;0,7999998;Perspective
+0;10,32005;2;9,520028;0,7999998;Perspective
+0;10,34005;2;9,540029;0,7999998;Perspective
+0;10,36005;2;9,560029;0,7999998;Perspective
+0;10,38005;2;9,580029;0,7999998;Perspective
+0;10,40005;3;9,60003;0,7999998;TopDown
+0;10,42005;3;9,60003;0,8199998;TopDown
+0;10,44005;3;9,60003;0,8399997;TopDown
+0;10,46005;3;9,60003;0,8599997;TopDown
+0;10,48005;3;9,60003;0,8799997;TopDown
+0;10,50005;3;9,60003;0,8999997;TopDown
+0;10,52005;3;9,60003;0,9199997;TopDown
+0;10,54005;3;9,60003;0,9399996;TopDown
+0;10,56005;3;9,60003;0,9599996;TopDown
+0;10,58005;3;9,60003;0,9799996;TopDown
+0;10,60005;3;9,60003;0,9999996;TopDown
+0;10,62005;3;9,60003;1,02;TopDown
+0;10,64005;3;9,60003;1,04;TopDown
+0;10,66005;3;9,60003;1,06;TopDown
+0;10,68005;3;9,60003;1,08;TopDown
+0;10,70006;3;9,60003;1,1;TopDown
+0;10,72006;3;9,60003;1,12;TopDown
+0;10,74006;3;9,60003;1,14;TopDown
+0;10,76006;3;9,60003;1,159999;TopDown
+0;10,78006;3;9,60003;1,179999;TopDown
+0;10,80006;3;9,60003;1,199999;TopDown
+0;10,82006;3;9,60003;1,219999;TopDown
+0;10,84006;3;9,60003;1,239999;TopDown
+0;10,86006;3;9,60003;1,259999;TopDown
+0;10,88006;3;9,60003;1,279999;TopDown
+0;10,90006;3;9,60003;1,299999;TopDown
+0;10,92006;3;9,60003;1,319999;TopDown
+0;10,94006;4;9,60003;1,339999;Perspective
+0;10,96006;4;9,62003;1,339999;Perspective
+0;10,98006;4;9,640031;1,339999;Perspective
+0;11,00006;4;9,660031;1,339999;Perspective
+0;11,02006;4;9,680032;1,339999;Perspective
+0;11,04006;4;9,700032;1,339999;Perspective
+0;11,06006;5;9,720033;1,339999;TopDown
+0;11,08006;5;9,720033;1,359999;TopDown
+0;11,10006;5;9,720033;1,379999;TopDown
+0;11,12006;5;9,720033;1,399999;TopDown
+0;11,14007;5;9,720033;1,419999;TopDown
+0;11,16007;5;9,720033;1,439999;TopDown
+0;11,18007;5;9,720033;1,459999;TopDown
+0;11,20007;5;9,720033;1,479999;TopDown
+0;11,22007;6;9,720033;1,499999;Perspective
+0;11,24007;6;9,740033;1,499999;Perspective
+0;11,26007;6;9,760034;1,499999;Perspective
+0;11,28007;6;9,780034;1,499999;Perspective
+0;11,30007;6;9,800035;1,499999;Perspective
+0;11,32007;6;9,820035;1,499999;Perspective
+0;11,34007;6;9,840035;1,499999;Perspective
+0;11,36007;7;9,860036;1,499999;TopDown
+0;11,38007;7;9,860036;1,519999;TopDown
+0;11,40007;7;9,860036;1,539999;TopDown
+0;11,42007;7;9,860036;1,559999;TopDown
+0;11,44007;7;9,860036;1,579999;TopDown
+0;11,46007;7;9,860036;1,599999;TopDown
+0;11,48007;7;9,860036;1,619999;TopDown
+0;11,50007;7;9,860036;1,639999;TopDown
+0;11,52007;8;9,860036;1,659999;Perspective
+0;11,54007;8;9,880036;1,659999;Perspective
+0;11,56007;8;9,900037;1,659999;Perspective
+0;11,58008;8;9,920037;1,659999;Perspective
+0;11,60008;8;9,940038;1,659999;Perspective
+0;11,62008;8;9,960038;1,659999;Perspective
+0;11,64008;8;9,980039;1,659999;Perspective
+0;11,66008;9;10,00004;1,659999;TopDown
+0;11,68008;9;10,00004;1,679999;TopDown
+0;11,70008;9;10,00004;1,699999;TopDown
+0;11,72008;9;10,00004;1,719999;TopDown
+0;11,74008;9;10,00004;1,739999;TopDown
+0;11,76008;9;10,00004;1,759999;TopDown
+0;11,78008;9;10,00004;1,779999;TopDown
+0;11,80008;9;10,00004;1,799999;TopDown
+0;11,82008;9;10,00004;1,819999;TopDown
+0;11,84008;9;10,00004;1,839999;TopDown
+0;11,86008;9;10,00004;1,859999;TopDown
+0;11,88008;9;10,00004;1,879999;TopDown
+0;11,90008;9;10,00004;1,899999;TopDown
+0;11,92008;9;10,00004;1,919999;TopDown
+0;11,94008;9;10,00004;1,939999;TopDown
+0;11,96008;9;10,00004;1,959999;TopDown
+0;11,98008;9;10,00004;1,979999;TopDown
+0;12,00008;9;10,00004;1,999999;TopDown
+0;12,02009;9;10,00004;2,019999;TopDown
+0;12,04009;9;10,00004;2,039999;TopDown
+0;12,06009;9;10,00004;2,059999;TopDown
+0;12,08009;9;10,00004;2,079999;TopDown
+0;12,10009;9;10,00004;2,099999;TopDown
+0;12,12009;9;10,00004;2,119999;TopDown
+0;12,14009;9;10,00004;2,139999;TopDown
+0;12,16009;9;10,00004;2,159999;TopDown
+0;12,18009;9;10,00004;2,179999;TopDown
+0;12,20009;9;10,00004;2,199999;TopDown
+0;12,22009;9;10,00004;2,219999;TopDown
+0;12,24009;9;10,00004;2,239999;TopDown
+0;12,26009;9;10,00004;2,259999;TopDown
+0;12,28009;9;10,00004;2,279999;TopDown
+0;12,30009;9;10,00004;2,299999;TopDown
+0;12,32009;9;10,00004;2,319999;TopDown
+0;12,34009;9;10,00004;2,339998;TopDown
+0;12,36009;9;10,00004;2,359998;TopDown
+0;12,38009;9;10,00004;2,379998;TopDown
+0;12,40009;9;10,00004;2,399998;TopDown
+0;12,42009;9;10,00004;2,419998;TopDown
+0;12,44009;9;10,00004;2,439998;TopDown
+0;12,4601;9;10,00004;2,459998;TopDown
+0;12,4801;9;10,00004;2,479998;TopDown
+0;12,5001;9;10,00004;2,499998;TopDown
+0;12,5201;9;10,00004;2,519998;TopDown
+0;12,5401;9;10,00004;2,539998;TopDown
+0;12,5601;9;10,00004;2,559998;TopDown
+0;12,5801;9;10,00004;2,579998;TopDown
+0;12,6001;10;10,00004;2,599998;Perspective
+0;12,6201;10;10,02004;2,599998;Perspective
+0;12,6401;10;10,04004;2,599998;Perspective
+0;12,6601;10;10,06004;2,599998;Perspective
+0;12,6801;10;10,08004;2,599998;Perspective
+0;12,7001;10;10,10004;2,599998;Perspective
+0;12,7201;10;10,12004;2,599998;Perspective
+0;12,7401;10;10,14004;2,599998;Perspective
+0;12,7601;10;10,16004;2,599998;Perspective
+0;12,7801;10;10,18004;2,599998;Perspective
+0;12,8001;10;10,20004;2,599998;Perspective
+0;12,8201;10;10,22004;2,599998;Perspective
+0;12,8401;10;10,24004;2,599998;Perspective
+0;12,8601;10;10,26005;2,599998;Perspective
+0;12,88011;10;10,28005;2,599998;Perspective
+0;12,90011;10;10,30005;2,599998;Perspective
+0;12,92011;10;10,32005;2,599998;Perspective
+0;12,94011;10;10,34005;2,599998;Perspective
+0;12,96011;10;10,36005;2,599998;Perspective
+0;12,98011;10;10,38005;2,599998;Perspective
+0;13,00011;10;10,40005;2,599998;Perspective
+0;13,02011;10;10,42005;2,599998;Perspective
+0;13,04011;10;10,44005;2,599998;Perspective
+0;13,06011;10;10,46005;2,599998;Perspective
+0;13,08011;10;10,48005;2,599998;Perspective
+0;13,10011;10;10,50005;2,599998;Perspective
+0;13,12011;10;10,52005;2,599998;Perspective
+0;13,14011;10;10,54005;2,599998;Perspective
+0;13,16011;10;10,56005;2,599998;Perspective
+0;13,18011;10;10,58005;2,599998;Perspective
+0;13,20011;10;10,60005;2,599998;Perspective
+0;13,22011;10;10,62005;2,599998;Perspective
+0;13,24011;10;10,64005;2,599998;Perspective
+0;13,26011;10;10,66005;2,599998;Perspective
+0;13,28011;10;10,68005;2,599998;Perspective
+0;13,30011;10;10,70006;2,599998;Perspective
+0;13,32012;10;10,72006;2,599998;Perspective
+0;13,34012;10;10,74006;2,599998;Perspective
+0;13,36012;10;10,76006;2,599998;Perspective
+0;13,38012;10;10,78006;2,599998;Perspective
+0;13,40012;10;10,80006;2,599998;Perspective
+0;13,42012;10;10,82006;2,599998;Perspective
+0;13,44012;10;10,84006;2,599998;Perspective
+0;13,46012;10;10,86006;2,599998;Perspective
+0;13,48012;10;10,88006;2,599998;Perspective
+0;13,50012;10;10,90006;2,599998;Perspective
+0;13,52012;10;10,92006;2,599998;Perspective
+0;13,54012;10;10,94006;2,599998;Perspective
+0;13,56012;10;10,96006;2,599998;Perspective
+0;13,58012;10;10,98006;2,599998;Perspective
+0;13,60012;10;11,00006;2,599998;Perspective
+0;13,62012;10;11,02006;2,599998;Perspective
+0;13,64012;10;11,04006;2,599998;Perspective
+0;13,66012;10;11,06006;2,599998;Perspective
+0;13,68012;10;11,08006;2,599998;Perspective
+0;13,70012;10;11,10006;2,599998;Perspective
+0;13,72012;10;11,12006;2,599998;Perspective
+0;13,74012;10;11,14007;2,599998;Perspective
+0;13,76013;10;11,16007;2,599998;Perspective
+0;13,78013;10;11,18007;2,599998;Perspective
+0;13,80013;10;11,20007;2,599998;Perspective
+0;13,82013;10;11,22007;2,599998;Perspective
+0;13,84013;10;11,24007;2,599998;Perspective
+0;13,86013;10;11,26007;2,599998;Perspective
+0;13,88013;10;11,28007;2,599998;Perspective
+0;13,90013;10;11,30007;2,599998;Perspective
+0;13,92013;10;11,32007;2,599998;Perspective
+0;13,94013;10;11,34007;2,599998;Perspective
+0;13,96013;10;11,36007;2,599998;Perspective
+0;13,98013;10;11,38007;2,599998;Perspective
+0;14,00013;10;11,40007;2,599998;Perspective
+0;14,02013;10;11,42007;2,599998;Perspective
+0;14,04013;10;11,44007;2,599998;Perspective
+0;14,06013;10;11,46007;2,599998;Perspective
+0;14,08013;10;11,48007;2,599998;Perspective
+0;14,10013;10;11,50007;2,599998;Perspective
+0;14,12013;10;11,52007;2,599998;Perspective
+0;14,14013;10;11,54007;2,599998;Perspective
+0;14,16013;10;11,56007;2,599998;Perspective
+0;14,18013;10;11,58008;2,599998;Perspective
+0;14,20014;10;11,60008;2,599998;Perspective
+0;14,22014;10;11,62008;2,599998;Perspective
+0;14,24014;10;11,64008;2,599998;Perspective
+0;14,26014;10;11,66008;2,599998;Perspective
+0;14,28014;10;11,68008;2,599998;Perspective
+0;14,30014;10;11,70008;2,599998;Perspective
+0;14,32014;10;11,72008;2,599998;Perspective
+0;14,34014;10;11,74008;2,599998;Perspective
+0;14,36014;10;11,76008;2,599998;Perspective
+0;14,38014;10;11,78008;2,599998;Perspective
+0;14,40014;10;11,80008;2,599998;Perspective
+0;14,42014;10;11,82008;2,599998;Perspective
+0;14,44014;10;11,84008;2,599998;Perspective
+0;14,46014;10;11,86008;2,599998;Perspective
+0;14,48014;10;11,88008;2,599998;Perspective
+0;14,50014;10;11,90008;2,599998;Perspective
+0;14,52014;10;11,92008;2,599998;Perspective
+0;14,54014;10;11,94008;2,599998;Perspective
+0;14,56014;10;11,96008;2,599998;Perspective
+0;14,58014;10;11,98008;2,599998;Perspective
+0;14,60014;10;12,00008;2,599998;Perspective
+0;14,62014;10;12,02009;2,599998;Perspective
+0;14,64015;10;12,04009;2,599998;Perspective
+0;14,66015;10;12,06009;2,599998;Perspective
+0;14,68015;10;12,08009;2,599998;Perspective
+0;14,70015;10;12,10009;2,599998;Perspective
+0;14,72015;10;12,12009;2,599998;Perspective
+0;14,74015;10;12,14009;2,599998;Perspective
+0;14,76015;10;12,16009;2,599998;Perspective
+0;14,78015;10;12,18009;2,599998;Perspective
+0;14,80015;10;12,20009;2,599998;Perspective
+0;14,82015;10;12,22009;2,599998;Perspective
+0;14,84015;10;12,24009;2,599998;Perspective
+0;14,86015;10;12,26009;2,599998;Perspective
+0;14,88015;10;12,28009;2,599998;Perspective
+0;14,90015;10;12,30009;2,599998;Perspective
+0;14,92015;10;12,32009;2,599998;Perspective
+0;14,94015;10;12,34009;2,599998;Perspective
+0;14,96015;10;12,36009;2,599998;Perspective
+0;14,98015;10;12,38009;2,599998;Perspective
+0;15,00015;10;12,40009;2,599998;Perspective
+0;15,02015;10;12,42009;2,599998;Perspective
+0;15,04015;10;12,44009;2,599998;Perspective
+0;15,06015;10;12,4601;2,599998;Perspective
+0;15,08016;10;12,4801;2,599998;Perspective
+0;15,10016;10;12,5001;2,599998;Perspective
+0;15,12016;10;12,5201;2,599998;Perspective
+0;15,14016;10;12,5401;2,599998;Perspective
+0;15,16016;10;12,5601;2,599998;Perspective
+0;15,18016;10;12,5801;2,599998;Perspective
+0;15,20016;10;12,6001;2,599998;Perspective
+0;15,22016;10;12,6201;2,599998;Perspective
+0;15,24016;10;12,6401;2,599998;Perspective
+0;15,26016;10;12,6601;2,599998;Perspective
+0;15,28016;10;12,6801;2,599998;Perspective
+0;15,30016;10;12,7001;2,599998;Perspective
+0;15,32016;10;12,7201;2,599998;Perspective
+0;15,34016;10;12,7401;2,599998;Perspective
+0;15,36016;10;12,7601;2,599998;Perspective
+0;15,38016;10;12,7801;2,599998;Perspective
+0;15,40016;10;12,8001;2,599998;Perspective
+0;15,42016;10;12,8201;2,599998;Perspective
+0;15,44016;10;12,8401;2,599998;Perspective
+0;15,46016;10;12,8601;2,599998;Perspective
+0;15,48016;10;12,88011;2,599998;Perspective
+0;15,50016;10;12,90011;2,599998;Perspective
+0;15,52017;10;12,92011;2,599998;Perspective
+0;15,54017;10;12,94011;2,599998;Perspective
+0;15,56017;10;12,96011;2,599998;Perspective
+0;15,58017;10;12,98011;2,599998;Perspective
+0;15,60017;10;13,00011;2,599998;Perspective
+0;15,62017;10;13,02011;2,599998;Perspective
+0;15,64017;10;13,04011;2,599998;Perspective
+0;15,66017;10;13,06011;2,599998;Perspective
+0;15,68017;10;13,08011;2,599998;Perspective
+0;15,70017;10;13,10011;2,599998;Perspective
+0;15,72017;10;13,12011;2,599998;Perspective
+0;15,74017;10;13,14011;2,599998;Perspective
+0;15,76017;10;13,16011;2,599998;Perspective
+0;15,78017;10;13,18011;2,599998;Perspective
+0;15,80017;10;13,20011;2,599998;Perspective
+0;15,82017;10;13,22011;2,599998;Perspective
+0;15,84017;10;13,24011;2,599998;Perspective
+0;15,86017;10;13,26011;2,599998;Perspective
+0;15,88017;10;13,28011;2,599998;Perspective
+0;15,90017;10;13,30011;2,599998;Perspective
+0;15,92017;10;13,32012;2,599998;Perspective
+0;15,94018;10;13,34012;2,599998;Perspective
+0;15,96018;10;13,36012;2,599998;Perspective
+0;15,98018;10;13,38012;2,599998;Perspective
+0;16,00018;10;13,40012;2,599998;Perspective
+0;16,02018;10;13,42012;2,599998;Perspective
+0;16,04018;10;13,44012;2,599998;Perspective
+0;16,06018;10;13,46012;2,599998;Perspective
+0;16,08018;10;13,48012;2,599998;Perspective
+0;16,10018;10;13,50012;2,599998;Perspective
+0;16,12018;10;13,52012;2,599998;Perspective
+0;16,14018;10;13,54012;2,599998;Perspective
+0;16,16018;10;13,56012;2,599998;Perspective
+0;16,18018;10;13,58012;2,599998;Perspective
+0;16,20018;10;13,60012;2,599998;Perspective
+0;16,22018;10;13,62012;2,599998;Perspective
+0;16,24018;10;13,64012;2,599998;Perspective
+0;16,26018;10;13,66012;2,599998;Perspective
+0;16,28018;10;13,68012;2,599998;Perspective
+0;16,30018;10;13,70012;2,599998;Perspective
+0;16,32018;10;13,72012;2,599998;Perspective
+0;16,34018;10;13,74012;2,599998;Perspective
+0;16,36018;10;13,76013;2,599998;Perspective
+0;16,38018;10;13,78013;2,599998;Perspective
+0;16,40018;10;13,80013;2,599998;Perspective
+0;16,42019;10;13,82013;2,599998;Perspective
+0;16,44019;10;13,84013;2,599998;Perspective
+0;16,46019;10;13,86013;2,599998;Perspective
+0;16,48019;10;13,88013;2,599998;Perspective
+0;16,50019;10;13,90013;2,599998;Perspective
+0;16,52019;10;13,92013;2,599998;Perspective
+0;16,54019;10;13,94013;2,599998;Perspective
+0;16,56019;10;13,96013;2,599998;Perspective
+0;16,58019;10;13,98013;2,599998;Perspective
+0;16,60019;10;14,00013;2,599998;Perspective
+0;16,62019;10;14,02013;2,599998;Perspective
+0;16,64019;10;14,04013;2,599998;Perspective
+0;16,66019;10;14,06013;2,599998;Perspective
+0;16,68019;10;14,08013;2,599998;Perspective
+0;16,70019;10;14,10013;2,599998;Perspective
+0;16,72019;10;14,12013;2,599998;Perspective
+0;16,74019;10;14,14013;2,599998;Perspective
+0;16,76019;10;14,16013;2,599998;Perspective
+0;16,78019;10;14,18013;2,599998;Perspective
+0;16,80019;10;14,20014;2,599998;Perspective
+0;16,82019;10;14,22014;2,599998;Perspective
+0;16,84019;10;14,24014;2,599998;Perspective
+0;16,8602;10;14,26014;2,599998;Perspective
+0;16,8802;10;14,28014;2,599998;Perspective
+0;16,9002;10;14,30014;2,599998;Perspective
+0;16,9202;10;14,32014;2,599998;Perspective
+0;16,9402;10;14,34014;2,599998;Perspective
+0;16,9602;10;14,36014;2,599998;Perspective
+0;16,9802;10;14,38014;2,599998;Perspective
+0;17,0002;10;14,40014;2,599998;Perspective
+0;17,0202;10;14,42014;2,599998;Perspective
+0;17,0402;10;14,44014;2,599998;Perspective
+0;17,0602;10;14,46014;2,599998;Perspective
+0;17,0802;10;14,48014;2,599998;Perspective
+0;17,1002;10;14,50014;2,599998;Perspective
+0;17,1202;10;14,52014;2,599998;Perspective
+0;17,1402;10;14,54014;2,599998;Perspective
+0;17,1602;10;14,56014;2,599998;Perspective
+0;17,1802;10;14,58014;2,599998;Perspective
+0;17,2002;10;14,60014;2,599998;Perspective
+0;17,2202;10;14,62014;2,599998;Perspective
+0;17,2402;10;14,64015;2,599998;Perspective
+0;17,2602;10;14,66015;2,599998;Perspective
+0;17,2802;10;14,68015;2,599998;Perspective
+0;17,30021;10;14,70015;2,599998;Perspective
+0;17,32021;10;14,72015;2,599998;Perspective
+0;17,34021;10;14,74015;2,599998;Perspective
+0;17,36021;10;14,76015;2,599998;Perspective
+0;17,38021;10;14,78015;2,599998;Perspective
+0;17,40021;10;14,80015;2,599998;Perspective
+0;17,42021;10;14,82015;2,599998;Perspective
+0;17,44021;10;14,84015;2,599998;Perspective
+0;17,46021;10;14,86015;2,599998;Perspective
+0;17,48021;10;14,88015;2,599998;Perspective
+0;17,50021;10;14,90015;2,599998;Perspective
+0;17,52021;10;14,92015;2,599998;Perspective
+0;17,54021;10;14,94015;2,599998;Perspective
+0;17,56021;10;14,96015;2,599998;Perspective
+0;17,58021;10;14,98015;2,599998;Perspective
+0;17,60021;10;15,00015;2,599998;Perspective
+0;17,62021;10;15,02015;2,599998;Perspective
+0;17,64021;10;15,04015;2,599998;Perspective
+0;17,66021;10;15,06015;2,599998;Perspective
+0;17,68021;10;15,08016;2,599998;Perspective
+0;17,70021;10;15,10016;2,599998;Perspective
+0;17,72021;10;15,12016;2,599998;Perspective
+0;17,74022;10;15,14016;2,599998;Perspective
+0;17,76022;10;15,16016;2,599998;Perspective
+0;17,78022;10;15,18016;2,599998;Perspective
+0;17,80022;10;15,20016;2,599998;Perspective
+0;17,82022;10;15,22016;2,599998;Perspective
+0;17,84022;10;15,24016;2,599998;Perspective
+0;17,86022;10;15,26016;2,599998;Perspective
+0;17,88022;10;15,28016;2,599998;Perspective
+0;17,90022;10;15,30016;2,599998;Perspective
+0;17,92022;10;15,32016;2,599998;Perspective
+0;17,94022;10;15,34016;2,599998;Perspective
+0;17,96022;10;15,36016;2,599998;Perspective
+0;17,98022;10;15,38016;2,599998;Perspective
+0;18,00022;10;15,40016;2,599998;Perspective
+0;18,02022;10;15,42016;2,599998;Perspective
+0;18,04022;10;15,44016;2,599998;Perspective
+0;18,06022;10;15,46016;2,599998;Perspective
+0;18,08022;10;15,48016;2,599998;Perspective
+0;18,10022;10;15,50016;2,599998;Perspective
+0;18,12022;10;15,52017;2,599998;Perspective
+0;18,14022;10;15,54017;2,599998;Perspective
+0;18,16022;10;15,56017;2,599998;Perspective
+0;18,18023;10;15,58017;2,599998;Perspective
+0;18,20023;10;15,60017;2,599998;Perspective
+0;18,22023;10;15,62017;2,599998;Perspective
+0;18,24023;10;15,64017;2,599998;Perspective
+0;18,26023;10;15,66017;2,599998;Perspective
+0;18,28023;10;15,68017;2,599998;Perspective
+0;18,30023;10;15,70017;2,599998;Perspective
+0;18,32023;10;15,72017;2,599998;Perspective
+0;18,34023;10;15,74017;2,599998;Perspective
+0;18,36023;10;15,76017;2,599998;Perspective
+0;18,38023;10;15,78017;2,599998;Perspective
+0;18,40023;10;15,80017;2,599998;Perspective
+0;18,42023;10;15,82017;2,599998;Perspective
+0;18,44023;10;15,84017;2,599998;Perspective
+0;18,46023;10;15,86017;2,599998;Perspective
+0;18,48023;10;15,88017;2,599998;Perspective
+0;18,50023;10;15,90017;2,599998;Perspective
+0;18,52023;10;15,92017;2,599998;Perspective
+0;18,54023;10;15,94018;2,599998;Perspective
+0;18,56023;10;15,96018;2,599998;Perspective
+0;18,58023;10;15,98018;2,599998;Perspective
+0;18,60023;10;16,00018;2,599998;Perspective
+0;18,62024;10;16,02018;2,599998;Perspective
+0;18,64024;10;16,04018;2,599998;Perspective
+0;18,66024;10;16,06018;2,599998;Perspective
+0;18,68024;10;16,08018;2,599998;Perspective
+0;18,70024;10;16,10018;2,599998;Perspective
+0;18,72024;10;16,12018;2,599998;Perspective
+0;18,74024;10;16,14018;2,599998;Perspective
+0;18,76024;10;16,16018;2,599998;Perspective
+0;18,78024;10;16,18018;2,599998;Perspective
+0;18,80024;10;16,20018;2,599998;Perspective
+0;18,82024;10;16,22018;2,599998;Perspective
+0;18,84024;10;16,24018;2,599998;Perspective
+0;18,86024;10;16,26018;2,599998;Perspective
+0;18,88024;10;16,28018;2,599998;Perspective
+0;18,90024;10;16,30018;2,599998;Perspective
+0;18,92024;10;16,32018;2,599998;Perspective
+0;18,94024;10;16,34018;2,599998;Perspective
+0;18,96024;10;16,36018;2,599998;Perspective
+0;18,98024;10;16,38018;2,599998;Perspective
+0;19,00024;10;16,40018;2,599998;Perspective
+0;19,02024;10;16,42019;2,599998;Perspective
+0;19,04025;10;16,44019;2,599998;Perspective
+0;19,06025;10;16,46019;2,599998;Perspective
+0;19,08025;10;16,48019;2,599998;Perspective
+0;19,10025;10;16,50019;2,599998;Perspective
+0;19,12025;10;16,52019;2,599998;Perspective
+0;19,14025;10;16,54019;2,599998;Perspective
+0;19,16025;10;16,56019;2,599998;Perspective
+0;19,18025;10;16,58019;2,599998;Perspective
+0;19,20025;10;16,60019;2,599998;Perspective
+0;19,22025;10;16,62019;2,599998;Perspective
+0;19,24025;10;16,64019;2,599998;Perspective
+0;19,26025;10;16,66019;2,599998;Perspective
+0;19,28025;10;16,68019;2,599998;Perspective
+0;19,30025;10;16,70019;2,599998;Perspective
+0;19,32025;10;16,72019;2,599998;Perspective
+0;19,34025;10;16,74019;2,599998;Perspective
+0;19,36025;10;16,76019;2,599998;Perspective
+0;19,38025;10;16,78019;2,599998;Perspective
+0;19,40025;10;16,80019;2,599998;Perspective
+0;19,42025;10;16,82019;2,599998;Perspective
+0;19,44025;10;16,84019;2,599998;Perspective
+0;19,46025;10;16,8602;2,599998;Perspective
+0;19,48026;10;16,8802;2,599998;Perspective
+0;19,50026;10;16,9002;2,599998;Perspective
+0;19,52026;10;16,9202;2,599998;Perspective
+0;19,54026;10;16,9402;2,599998;Perspective
+0;19,56026;10;16,9602;2,599998;Perspective
+0;19,58026;10;16,9802;2,599998;Perspective
+0;19,60026;10;17,0002;2,599998;Perspective
+0;19,62026;10;17,0202;2,599998;Perspective
+0;19,64026;10;17,0402;2,599998;Perspective
+0;19,66026;10;17,0602;2,599998;Perspective
+0;19,68026;10;17,0802;2,599998;Perspective
+0;19,70026;10;17,1002;2,599998;Perspective
+0;19,72026;10;17,1202;2,599998;Perspective
+0;19,74026;10;17,1402;2,599998;Perspective
+0;19,76026;10;17,1602;2,599998;Perspective
+0;19,78026;10;17,1802;2,599998;Perspective
+0;19,80026;10;17,2002;2,599998;Perspective
+0;19,82026;10;17,2202;2,599998;Perspective
+0;19,84026;10;17,2402;2,599998;Perspective
+0;19,86026;10;17,2602;2,599998;Perspective
+0;19,88026;10;17,2802;2,599998;Perspective
+0;19,90026;10;17,30021;2,599998;Perspective
+0;19,92027;10;17,32021;2,599998;Perspective
+0;19,94027;10;17,34021;2,599998;Perspective
+0;19,96027;10;17,36021;2,599998;Perspective
+0;19,98027;10;17,38021;2,599998;Perspective
+0;20,00027;10;17,40021;2,599998;Perspective
+0;20,02027;10;17,42021;2,599998;Perspective
+0;20,04027;10;17,44021;2,599998;Perspective
+0;20,06027;10;17,46021;2,599998;Perspective
+0;20,08027;10;17,48021;2,599998;Perspective
+0;20,10027;10;17,50021;2,599998;Perspective
+0;20,12027;10;17,52021;2,599998;Perspective
+0;20,14027;10;17,54021;2,599998;Perspective
+0;20,16027;10;17,56021;2,599998;Perspective
+0;20,18027;10;17,58021;2,599998;Perspective
+0;20,20027;10;17,60021;2,599998;Perspective
+0;20,22027;10;17,62021;2,599998;Perspective
+0;20,24027;10;17,64021;2,599998;Perspective
+0;20,26027;10;17,66021;2,599998;Perspective
+0;20,28027;10;17,68021;2,599998;Perspective
+0;20,30027;10;17,70021;2,599998;Perspective
+0;20,32027;10;17,72021;2,599998;Perspective
+0;20,34027;10;17,74022;2,599998;Perspective
+0;20,36028;10;17,76022;2,599998;Perspective
+0;20,38028;10;17,78022;2,599998;Perspective
+0;20,40028;10;17,80022;2,599998;Perspective
+0;20,42028;10;17,82022;2,599998;Perspective
+0;20,44028;10;17,84022;2,599998;Perspective
+0;20,46028;10;17,86022;2,599998;Perspective
+0;20,48028;10;17,88022;2,599998;Perspective
+0;20,50028;10;17,90022;2,599998;Perspective
+0;20,52028;10;17,92022;2,599998;Perspective
+0;20,54028;10;17,94022;2,599998;Perspective
+0;20,56028;10;17,96022;2,599998;Perspective
+0;20,58028;10;17,98022;2,599998;Perspective
+0;20,60028;10;18,00022;2,599998;Perspective
+0;20,62028;10;18,02022;2,599998;Perspective
+0;20,64028;10;18,04022;2,599998;Perspective
+0;20,66028;10;18,06022;2,599998;Perspective
+0;20,68028;10;18,08022;2,599998;Perspective
+0;20,70028;10;18,10022;2,599998;Perspective
+0;20,72028;10;18,12022;2,599998;Perspective
+0;20,74028;10;18,14022;2,599998;Perspective
+0;20,76028;10;18,16022;2,599998;Perspective
+0;20,78028;10;18,18023;2,599998;Perspective
+0;20,80029;10;18,20023;2,599998;Perspective
+0;20,82029;10;18,22023;2,599998;Perspective
+0;20,84029;10;18,24023;2,599998;Perspective
+0;20,86029;10;18,26023;2,599998;Perspective
+0;20,88029;10;18,28023;2,599998;Perspective
+0;20,90029;10;18,30023;2,599998;Perspective
+0;20,92029;10;18,32023;2,599998;Perspective
+0;20,94029;10;18,34023;2,599998;Perspective
+0;20,96029;10;18,36023;2,599998;Perspective
+0;20,98029;10;18,38023;2,599998;Perspective
+0;21,00029;10;18,40023;2,599998;Perspective
+0;21,02029;10;18,42023;2,599998;Perspective
+0;21,04029;10;18,44023;2,599998;Perspective
+0;21,06029;10;18,46023;2,599998;Perspective
+0;21,08029;10;18,48023;2,599998;Perspective
+0;21,10029;10;18,50023;2,599998;Perspective
+0;21,12029;10;18,52023;2,599998;Perspective
+0;21,14029;10;18,54023;2,599998;Perspective
+0;21,16029;10;18,56023;2,599998;Perspective
+0;21,18029;10;18,58023;2,599998;Perspective
+0;21,20029;10;18,60023;2,599998;Perspective
+0;21,22029;10;18,62024;2,599998;Perspective
+0;21,2403;10;18,64024;2,599998;Perspective
+0;21,2603;10;18,66024;2,599998;Perspective
+0;21,2803;10;18,68024;2,599998;Perspective
+0;21,3003;10;18,70024;2,599998;Perspective
+0;21,3203;10;18,72024;2,599998;Perspective
+0;21,3403;10;18,74024;2,599998;Perspective
+0;21,3603;10;18,76024;2,599998;Perspective
+0;21,3803;10;18,78024;2,599998;Perspective
+0;21,4003;10;18,80024;2,599998;Perspective
+0;21,4203;10;18,82024;2,599998;Perspective
+0;21,4403;10;18,84024;2,599998;Perspective
+0;21,4603;10;18,86024;2,599998;Perspective
+0;21,4803;10;18,88024;2,599998;Perspective
+0;21,5003;10;18,90024;2,599998;Perspective
+0;21,5203;10;18,92024;2,599998;Perspective
+0;21,5403;10;18,94024;2,599998;Perspective
+0;21,5603;10;18,96024;2,599998;Perspective
+0;21,5803;10;18,98024;2,599998;Perspective
+0;21,6003;10;19,00024;2,599998;Perspective
+0;21,6203;10;19,02024;2,599998;Perspective
+0;21,6403;10;19,04025;2,599998;Perspective
+0;21,66031;10;19,06025;2,599998;Perspective
+0;21,68031;10;19,08025;2,599998;Perspective
+0;21,70031;10;19,10025;2,599998;Perspective
+0;21,72031;10;19,12025;2,599998;Perspective
+0;21,74031;10;19,14025;2,599998;Perspective
+0;21,76031;10;19,16025;2,599998;Perspective
+0;21,78031;10;19,18025;2,599998;Perspective
+0;21,80031;10;19,20025;2,599998;Perspective
+0;21,82031;10;19,22025;2,599998;Perspective
+0;21,84031;10;19,24025;2,599998;Perspective
+0;21,86031;10;19,26025;2,599998;Perspective
+0;21,88031;10;19,28025;2,599998;Perspective
+0;21,90031;10;19,30025;2,599998;Perspective
+0;21,92031;10;19,32025;2,599998;Perspective
+0;21,94031;10;19,34025;2,599998;Perspective
+0;21,96031;10;19,36025;2,599998;Perspective
+0;21,98031;10;19,38025;2,599998;Perspective
+0;22,00031;10;19,40025;2,599998;Perspective
+0;22,02031;10;19,42025;2,599998;Perspective
+0;22,04031;10;19,44025;2,599998;Perspective
+0;22,06031;10;19,46025;2,599998;Perspective
+0;22,08031;10;19,48026;2,599998;Perspective
+0;22,10032;10;19,50026;2,599998;Perspective
+0;22,12032;10;19,52026;2,599998;Perspective
+0;22,14032;10;19,54026;2,599998;Perspective
+0;22,16032;10;19,56026;2,599998;Perspective
+0;22,18032;10;19,58026;2,599998;Perspective
+0;22,20032;10;19,60026;2,599998;Perspective
+0;22,22032;10;19,62026;2,599998;Perspective
+0;22,24032;10;19,64026;2,599998;Perspective
+0;22,26032;10;19,66026;2,599998;Perspective
+0;22,28032;10;19,68026;2,599998;Perspective
+0;22,30032;10;19,70026;2,599998;Perspective
+0;22,32032;10;19,72026;2,599998;Perspective
+0;22,34032;10;19,74026;2,599998;Perspective
+0;22,36032;10;19,76026;2,599998;Perspective
+0;22,38032;10;19,78026;2,599998;Perspective
+0;22,40032;10;19,80026;2,599998;Perspective
+0;22,42032;10;19,82026;2,599998;Perspective
+0;22,44032;10;19,84026;2,599998;Perspective
+0;22,46032;10;19,86026;2,599998;Perspective
+0;22,48032;10;19,88026;2,599998;Perspective
+0;22,50032;10;19,90026;2,599998;Perspective
+0;22,52032;10;19,92027;2,599998;Perspective
+0;22,54033;10;19,94027;2,599998;Perspective
+0;22,56033;10;19,96027;2,599998;Perspective
+0;22,58033;10;19,98027;2,599998;Perspective
+0;22,60033;10;20,00027;2,599998;Perspective
+0;22,62033;10;20,02027;2,599998;Perspective
+0;22,64033;10;20,04027;2,599998;Perspective
+0;22,66033;10;20,06027;2,599998;Perspective
+0;22,68033;10;20,08027;2,599998;Perspective
+0;22,70033;10;20,10027;2,599998;Perspective
+0;22,72033;10;20,12027;2,599998;Perspective
+0;22,74033;10;20,14027;2,599998;Perspective
+0;22,76033;10;20,16027;2,599998;Perspective
+0;22,78033;10;20,18027;2,599998;Perspective
+0;22,80033;10;20,20027;2,599998;Perspective
+0;22,82033;10;20,22027;2,599998;Perspective
+0;22,84033;10;20,24027;2,599998;Perspective
+0;22,86033;10;20,26027;2,599998;Perspective
+0;22,88033;10;20,28027;2,599998;Perspective
+0;22,90033;10;20,30027;2,599998;Perspective
+0;22,92033;10;20,32027;2,599998;Perspective
+0;22,94033;10;20,34027;2,599998;Perspective
+0;22,96033;10;20,36028;2,599998;Perspective
+0;22,98034;10;20,38028;2,599998;Perspective
+0;23,00034;10;20,40028;2,599998;Perspective
+0;23,02034;10;20,42028;2,599998;Perspective
+0;23,04034;10;20,44028;2,599998;Perspective
+0;23,06034;10;20,46028;2,599998;Perspective
+0;23,08034;10;20,48028;2,599998;Perspective
+0;23,10034;10;20,50028;2,599998;Perspective
+0;23,12034;10;20,52028;2,599998;Perspective
+0;23,14034;10;20,54028;2,599998;Perspective
+0;23,16034;10;20,56028;2,599998;Perspective
+0;23,18034;10;20,58028;2,599998;Perspective
+0;23,20034;10;20,60028;2,599998;Perspective
+0;23,22034;10;20,62028;2,599998;Perspective
+0;23,24034;10;20,64028;2,599998;Perspective
+0;23,26034;10;20,66028;2,599998;Perspective
+0;23,28034;10;20,68028;2,599998;Perspective
+0;23,30034;10;20,70028;2,599998;Perspective
+0;23,32034;10;20,72028;2,599998;Perspective
+0;23,34034;10;20,74028;2,599998;Perspective
+0;23,36034;10;20,76028;2,599998;Perspective
+0;23,38034;10;20,78028;2,599998;Perspective
+0;23,40034;10;20,80029;2,599998;Perspective
+0;23,42035;10;20,82029;2,599998;Perspective
+0;23,44035;10;20,84029;2,599998;Perspective
+0;23,46035;10;20,86029;2,599998;Perspective
+0;23,48035;10;20,88029;2,599998;Perspective
+0;23,50035;10;20,90029;2,599998;Perspective
+0;23,52035;10;20,92029;2,599998;Perspective
+0;23,54035;10;20,94029;2,599998;Perspective
+0;23,56035;10;20,96029;2,599998;Perspective
+0;23,58035;10;20,98029;2,599998;Perspective
+0;23,60035;10;21,00029;2,599998;Perspective
+0;23,62035;10;21,02029;2,599998;Perspective
+0;23,64035;10;21,04029;2,599998;Perspective
+0;23,66035;10;21,06029;2,599998;Perspective
+0;23,68035;10;21,08029;2,599998;Perspective
+0;23,70035;10;21,10029;2,599998;Perspective
+0;23,72035;10;21,12029;2,599998;Perspective
+0;23,74035;10;21,14029;2,599998;Perspective
+0;23,76035;10;21,16029;2,599998;Perspective
+0;23,78035;10;21,18029;2,599998;Perspective
+0;23,80035;10;21,20029;2,599998;Perspective
+0;23,82035;10;21,22029;2,599998;Perspective

+ 1 - 1
testumgebung/CrowdModelling/Assets/Study_Logs/log_TestCamera.csv.meta → testumgebung/CrowdModelling/Assets/Study_Logs/log_0_TestChangeView.csv.meta

@@ -1,5 +1,5 @@
 fileFormatVersion: 2
-guid: 65c9c1effbec07e4eb0021fb4c0004ad
+guid: a0795f44a42b08b41bdd22590612053e
 TextScriptImporter:
   externalObjects: {}
   userData: 

+ 1193 - 0
testumgebung/CrowdModelling/Assets/Study_Logs/log_0_TestMouse.csv

@@ -0,0 +1,1193 @@
+ParticipantID;Time;Position
+0;0;(1027.0, 399.0, 0.0)
+0;0,02;(996.0, 405.0, 0.0)
+0;0,04;(996.0, 405.0, 0.0)
+0;0,06;(996.0, 405.0, 0.0)
+0;0,08;(996.0, 405.0, 0.0)
+0;0,09999999;(996.0, 405.0, 0.0)
+0;0,12;(996.0, 405.0, 0.0)
+0;0,14;(996.0, 405.0, 0.0)
+0;0,16;(996.0, 405.0, 0.0)
+0;0,18;(996.0, 405.0, 0.0)
+0;0,2;(996.0, 405.0, 0.0)
+0;0,22;(996.0, 405.0, 0.0)
+0;0,24;(996.0, 405.0, 0.0)
+0;0,26;(996.0, 405.0, 0.0)
+0;0,28;(996.0, 405.0, 0.0)
+0;0,3;(996.0, 405.0, 0.0)
+0;0,32;(996.0, 405.0, 0.0)
+0;0,34;(996.0, 405.0, 0.0)
+0;0,36;(996.0, 405.0, 0.0)
+0;0,38;(996.0, 405.0, 0.0)
+0;0,4;(996.0, 405.0, 0.0)
+0;0,42;(996.0, 405.0, 0.0)
+0;0,4400001;(996.0, 405.0, 0.0)
+0;0,4600001;(996.0, 405.0, 0.0)
+0;0,4800001;(996.0, 405.0, 0.0)
+0;0,5000001;(996.0, 405.0, 0.0)
+0;0,52;(996.0, 405.0, 0.0)
+0;0,54;(996.0, 405.0, 0.0)
+0;0,56;(996.0, 405.0, 0.0)
+0;0,58;(996.0, 405.0, 0.0)
+0;0,6;(996.0, 405.0, 0.0)
+0;0,6199999;(996.0, 405.0, 0.0)
+0;0,6399999;(996.0, 405.0, 0.0)
+0;0,6599999;(996.0, 405.0, 0.0)
+0;0,6799999;(996.0, 405.0, 0.0)
+0;0,6999999;(996.0, 405.0, 0.0)
+0;0,7199998;(996.0, 405.0, 0.0)
+0;0,7399998;(996.0, 403.0, 0.0)
+0;0,7599998;(996.0, 403.0, 0.0)
+0;0,7799998;(996.0, 403.0, 0.0)
+0;0,7999998;(996.0, 403.0, 0.0)
+0;0,8199998;(996.0, 403.0, 0.0)
+0;0,8399997;(995.0, 402.0, 0.0)
+0;0,8599997;(995.0, 402.0, 0.0)
+0;0,8799997;(995.0, 402.0, 0.0)
+0;0,8999997;(995.0, 402.0, 0.0)
+0;0,9199997;(995.0, 402.0, 0.0)
+0;0,9399996;(995.0, 402.0, 0.0)
+0;0,9599996;(995.0, 402.0, 0.0)
+0;0,9799996;(995.0, 402.0, 0.0)
+0;0,9999996;(995.0, 402.0, 0.0)
+0;1,02;(995.0, 402.0, 0.0)
+0;1,04;(995.0, 402.0, 0.0)
+0;1,06;(995.0, 402.0, 0.0)
+0;1,08;(995.0, 402.0, 0.0)
+0;1,1;(995.0, 402.0, 0.0)
+0;1,12;(995.0, 402.0, 0.0)
+0;1,14;(995.0, 402.0, 0.0)
+0;1,159999;(995.0, 402.0, 0.0)
+0;1,179999;(995.0, 402.0, 0.0)
+0;1,199999;(995.0, 402.0, 0.0)
+0;1,219999;(995.0, 402.0, 0.0)
+0;1,239999;(995.0, 402.0, 0.0)
+0;1,259999;(995.0, 402.0, 0.0)
+0;1,279999;(995.0, 402.0, 0.0)
+0;1,299999;(995.0, 402.0, 0.0)
+0;1,319999;(995.0, 402.0, 0.0)
+0;1,339999;(995.0, 401.0, 0.0)
+0;1,359999;(995.0, 400.0, 0.0)
+0;1,379999;(995.0, 400.0, 0.0)
+0;1,399999;(995.0, 400.0, 0.0)
+0;1,419999;(995.0, 400.0, 0.0)
+0;1,439999;(995.0, 400.0, 0.0)
+0;1,459999;(995.0, 399.0, 0.0)
+0;1,479999;(995.0, 398.0, 0.0)
+0;1,499999;(1002.0, 398.0, 0.0)
+0;1,519999;(1019.0, 395.0, 0.0)
+0;1,539999;(1041.0, 392.0, 0.0)
+0;1,559999;(1073.0, 384.0, 0.0)
+0;1,579999;(1099.0, 377.0, 0.0)
+0;1,599999;(1146.0, 354.0, 0.0)
+0;1,619999;(1156.0, 351.0, 0.0)
+0;1,639999;(1159.0, 350.0, 0.0)
+0;1,659999;(1164.0, 349.0, 0.0)
+0;1,679999;(1177.0, 347.0, 0.0)
+0;1,699999;(1210.0, 351.0, 0.0)
+0;1,719999;(1223.0, 360.0, 0.0)
+0;1,739999;(1236.0, 372.0, 0.0)
+0;1,759999;(1245.0, 388.0, 0.0)
+0;1,779999;(1250.0, 404.0, 0.0)
+0;1,799999;(1254.0, 434.0, 0.0)
+0;1,819999;(1255.0, 438.0, 0.0)
+0;1,839999;(1255.0, 438.0, 0.0)
+0;1,859999;(1255.0, 438.0, 0.0)
+0;1,879999;(1255.0, 426.0, 0.0)
+0;1,899999;(1244.0, 395.0, 0.0)
+0;1,919999;(1234.0, 385.0, 0.0)
+0;1,939999;(1215.0, 377.0, 0.0)
+0;1,959999;(1195.0, 370.0, 0.0)
+0;1,979999;(1167.0, 369.0, 0.0)
+0;1,999999;(1130.0, 369.0, 0.0)
+0;2,019999;(1114.0, 372.0, 0.0)
+0;2,039999;(1101.0, 380.0, 0.0)
+0;2,059999;(1089.0, 393.0, 0.0)
+0;2,079999;(1076.0, 409.0, 0.0)
+0;2,099999;(1060.0, 453.0, 0.0)
+0;2,119999;(1058.0, 473.0, 0.0)
+0;2,139999;(1055.0, 487.0, 0.0)
+0;2,159999;(1055.0, 498.0, 0.0)
+0;2,179999;(1056.0, 508.0, 0.0)
+0;2,199999;(1063.0, 519.0, 0.0)
+0;2,219999;(1075.0, 527.0, 0.0)
+0;2,239999;(1089.0, 534.0, 0.0)
+0;2,259999;(1103.0, 542.0, 0.0)
+0;2,279999;(1121.0, 548.0, 0.0)
+0;2,299999;(1172.0, 563.0, 0.0)
+0;2,319999;(1193.0, 565.0, 0.0)
+0;2,339998;(1211.0, 568.0, 0.0)
+0;2,359998;(1225.0, 568.0, 0.0)
+0;2,379998;(1227.0, 568.0, 0.0)
+0;2,399998;(1230.0, 568.0, 0.0)
+0;2,419998;(1230.0, 568.0, 0.0)
+0;2,439998;(1230.0, 561.0, 0.0)
+0;2,459998;(1207.0, 541.0, 0.0)
+0;2,479998;(1147.0, 496.0, 0.0)
+0;2,499998;(933.0, 344.0, 0.0)
+0;2,519998;(821.0, 262.0, 0.0)
+0;2,539998;(737.0, 201.0, 0.0)
+0;2,559998;(672.0, 162.0, 0.0)
+0;2,579998;(627.0, 143.0, 0.0)
+0;2,599998;(511.0, 133.0, 0.0)
+0;2,619998;(486.0, 133.0, 0.0)
+0;2,639998;(469.0, 133.0, 0.0)
+0;2,659998;(459.0, 133.0, 0.0)
+0;2,679998;(446.0, 133.0, 0.0)
+0;2,699998;(430.0, 133.0, 0.0)
+0;2,719998;(425.0, 135.0, 0.0)
+0;2,739998;(423.0, 136.0, 0.0)
+0;2,759998;(412.0, 141.0, 0.0)
+0;2,779998;(404.0, 141.0, 0.0)
+0;2,799998;(361.0, 120.0, 0.0)
+0;2,819998;(351.0, 114.0, 0.0)
+0;2,839998;(341.0, 109.0, 0.0)
+0;2,859998;(321.0, 100.0, 0.0)
+0;2,879998;(292.0, 87.0, 0.0)
+0;2,899998;(250.0, 68.0, 0.0)
+0;2,919998;(244.0, 64.0, 0.0)
+0;2,939998;(242.0, 62.0, 0.0)
+0;2,959998;(241.0, 62.0, 0.0)
+0;2,979998;(237.0, 58.0, 0.0)
+0;2,999998;(231.0, 54.0, 0.0)
+0;3,019998;(230.0, 53.0, 0.0)
+0;3,039998;(228.0, 50.0, 0.0)
+0;3,059998;(224.0, 46.0, 0.0)
+0;3,079998;(212.0, 39.0, 0.0)
+0;3,099998;(202.0, 33.0, 0.0)
+0;3,119998;(202.0, 33.0, 0.0)
+0;3,139998;(202.0, 33.0, 0.0)
+0;3,159998;(202.0, 33.0, 0.0)
+0;3,179998;(202.0, 33.0, 0.0)
+0;3,199998;(202.0, 33.0, 0.0)
+0;3,219998;(202.0, 33.0, 0.0)
+0;3,239998;(202.0, 33.0, 0.0)
+0;3,259998;(202.0, 33.0, 0.0)
+0;3,279998;(202.0, 33.0, 0.0)
+0;3,299998;(215.0, 43.0, 0.0)
+0;3,319998;(234.0, 57.0, 0.0)
+0;3,339998;(264.0, 73.0, 0.0)
+0;3,359998;(353.0, 117.0, 0.0)
+0;3,379997;(434.0, 151.0, 0.0)
+0;3,399997;(628.0, 205.0, 0.0)
+0;3,419997;(727.0, 225.0, 0.0)
+0;3,439997;(819.0, 238.0, 0.0)
+0;3,459997;(896.0, 241.0, 0.0)
+0;3,479997;(961.0, 241.0, 0.0)
+0;3,499997;(1051.0, 241.0, 0.0)
+0;3,519997;(1076.0, 241.0, 0.0)
+0;3,539997;(1079.0, 241.0, 0.0)
+0;3,559997;(1080.0, 240.0, 0.0)
+0;3,579997;(1080.0, 240.0, 0.0)
+0;3,599997;(1081.0, 238.0, 0.0)
+0;3,619997;(1083.0, 235.0, 0.0)
+0;3,639997;(1083.0, 229.0, 0.0)
+0;3,659997;(1085.0, 211.0, 0.0)
+0;3,679997;(1089.0, 194.0, 0.0)
+0;3,699997;(1090.0, 180.0, 0.0)
+0;3,719997;(1092.0, 168.0, 0.0)
+0;3,739997;(1092.0, 165.0, 0.0)
+0;3,759997;(1092.0, 162.0, 0.0)
+0;3,779997;(1092.0, 156.0, 0.0)
+0;3,799997;(1092.0, 153.0, 0.0)
+0;3,819997;(1090.0, 150.0, 0.0)
+0;3,839997;(1086.0, 150.0, 0.0)
+0;3,859997;(1077.0, 151.0, 0.0)
+0;3,879997;(1069.0, 153.0, 0.0)
+0;3,899997;(1058.0, 154.0, 0.0)
+0;3,919997;(1038.0, 160.0, 0.0)
+0;3,939997;(1036.0, 161.0, 0.0)
+0;3,959997;(1034.0, 162.0, 0.0)
+0;3,979997;(1034.0, 162.0, 0.0)
+0;3,999997;(1034.0, 162.0, 0.0)
+0;4,019997;(1034.0, 162.0, 0.0)
+0;4,039997;(1034.0, 162.0, 0.0)
+0;4,059997;(1034.0, 162.0, 0.0)
+0;4,079997;(1034.0, 162.0, 0.0)
+0;4,099997;(1034.0, 162.0, 0.0)
+0;4,119997;(1034.0, 162.0, 0.0)
+0;4,139997;(1034.0, 162.0, 0.0)
+0;4,159997;(1034.0, 162.0, 0.0)
+0;4,179997;(1034.0, 162.0, 0.0)
+0;4,199997;(1034.0, 162.0, 0.0)
+0;4,219997;(1034.0, 162.0, 0.0)
+0;4,239997;(1034.0, 162.0, 0.0)
+0;4,259997;(1034.0, 162.0, 0.0)
+0;4,279997;(1034.0, 162.0, 0.0)
+0;4,299997;(1034.0, 162.0, 0.0)
+0;4,319997;(1034.0, 162.0, 0.0)
+0;4,339997;(1034.0, 162.0, 0.0)
+0;4,359997;(1034.0, 162.0, 0.0)
+0;4,379997;(1034.0, 162.0, 0.0)
+0;4,399997;(1034.0, 162.0, 0.0)
+0;4,419997;(1034.0, 162.0, 0.0)
+0;4,439997;(1034.0, 162.0, 0.0)
+0;4,459997;(1034.0, 162.0, 0.0)
+0;4,479997;(1034.0, 162.0, 0.0)
+0;4,499997;(1034.0, 162.0, 0.0)
+0;4,519997;(1034.0, 162.0, 0.0)
+0;4,539997;(1034.0, 162.0, 0.0)
+0;4,559997;(1034.0, 162.0, 0.0)
+0;4,579997;(1034.0, 162.0, 0.0)
+0;4,599997;(1034.0, 162.0, 0.0)
+0;4,619997;(1034.0, 162.0, 0.0)
+0;4,639997;(1034.0, 162.0, 0.0)
+0;4,659997;(1034.0, 162.0, 0.0)
+0;4,679996;(1034.0, 162.0, 0.0)
+0;4,699996;(1034.0, 162.0, 0.0)
+0;4,719996;(1034.0, 162.0, 0.0)
+0;4,739996;(1034.0, 162.0, 0.0)
+0;4,759996;(1034.0, 162.0, 0.0)
+0;4,779996;(1034.0, 162.0, 0.0)
+0;4,799996;(1034.0, 162.0, 0.0)
+0;4,819996;(1034.0, 162.0, 0.0)
+0;4,839996;(1035.0, 163.0, 0.0)
+0;4,859996;(1035.0, 163.0, 0.0)
+0;4,879996;(1035.0, 163.0, 0.0)
+0;4,899996;(1035.0, 163.0, 0.0)
+0;4,919996;(1035.0, 163.0, 0.0)
+0;4,939996;(1035.0, 163.0, 0.0)
+0;4,959996;(1035.0, 163.0, 0.0)
+0;4,979996;(1035.0, 163.0, 0.0)
+0;4,999996;(1035.0, 163.0, 0.0)
+0;5,019996;(1035.0, 163.0, 0.0)
+0;5,039996;(1035.0, 163.0, 0.0)
+0;5,059996;(1035.0, 163.0, 0.0)
+0;5,079996;(1035.0, 163.0, 0.0)
+0;5,099996;(1035.0, 163.0, 0.0)
+0;5,119996;(1036.0, 163.0, 0.0)
+0;5,139996;(1036.0, 163.0, 0.0)
+0;5,159996;(1037.0, 163.0, 0.0)
+0;5,179996;(1038.0, 163.0, 0.0)
+0;5,199996;(1038.0, 163.0, 0.0)
+0;5,219996;(1040.0, 163.0, 0.0)
+0;5,239996;(1042.0, 163.0, 0.0)
+0;5,259996;(1043.0, 163.0, 0.0)
+0;5,279996;(1045.0, 163.0, 0.0)
+0;5,299996;(1045.0, 163.0, 0.0)
+0;5,319996;(1048.0, 163.0, 0.0)
+0;5,339996;(1051.0, 163.0, 0.0)
+0;5,359996;(1053.0, 163.0, 0.0)
+0;5,379996;(1057.0, 163.0, 0.0)
+0;5,399996;(1061.0, 163.0, 0.0)
+0;5,419996;(1087.0, 163.0, 0.0)
+0;5,439996;(1102.0, 164.0, 0.0)
+0;5,459996;(1117.0, 167.0, 0.0)
+0;5,479996;(1130.0, 168.0, 0.0)
+0;5,499996;(1134.0, 168.0, 0.0)
+0;5,519996;(1140.0, 168.0, 0.0)
+0;5,539996;(1143.0, 167.0, 0.0)
+0;5,559996;(1149.0, 165.0, 0.0)
+0;5,579996;(1152.0, 164.0, 0.0)
+0;5,599996;(1155.0, 163.0, 0.0)
+0;5,619996;(1160.0, 161.0, 0.0)
+0;5,639996;(1162.0, 160.0, 0.0)
+0;5,659996;(1163.0, 159.0, 0.0)
+0;5,679996;(1163.0, 158.0, 0.0)
+0;5,699996;(1163.0, 158.0, 0.0)
+0;5,719995;(1163.0, 158.0, 0.0)
+0;5,739995;(1163.0, 158.0, 0.0)
+0;5,759995;(1163.0, 158.0, 0.0)
+0;5,779995;(1163.0, 158.0, 0.0)
+0;5,799995;(1163.0, 158.0, 0.0)
+0;5,819995;(1163.0, 158.0, 0.0)
+0;5,839995;(1163.0, 158.0, 0.0)
+0;5,859995;(1163.0, 158.0, 0.0)
+0;5,879995;(1163.0, 158.0, 0.0)
+0;5,899995;(1163.0, 158.0, 0.0)
+0;5,919995;(1165.0, 158.0, 0.0)
+0;5,939995;(1168.0, 158.0, 0.0)
+0;5,959995;(1171.0, 158.0, 0.0)
+0;5,979995;(1172.0, 158.0, 0.0)
+0;5,999995;(1174.0, 158.0, 0.0)
+0;6,019995;(1175.0, 159.0, 0.0)
+0;6,039995;(1175.0, 159.0, 0.0)
+0;6,059995;(1175.0, 159.0, 0.0)
+0;6,079995;(1175.0, 159.0, 0.0)
+0;6,099995;(1175.0, 159.0, 0.0)
+0;6,119995;(1175.0, 159.0, 0.0)
+0;6,139995;(1175.0, 159.0, 0.0)
+0;6,159995;(1175.0, 159.0, 0.0)
+0;6,179995;(1176.0, 159.0, 0.0)
+0;6,199995;(1177.0, 159.0, 0.0)
+0;6,219995;(1177.0, 159.0, 0.0)
+0;6,239995;(1177.0, 159.0, 0.0)
+0;6,259995;(1177.0, 159.0, 0.0)
+0;6,279995;(1177.0, 159.0, 0.0)
+0;6,299995;(1177.0, 159.0, 0.0)
+0;6,319995;(1177.0, 159.0, 0.0)
+0;6,339995;(1177.0, 159.0, 0.0)
+0;6,359995;(1177.0, 159.0, 0.0)
+0;6,379995;(1177.0, 159.0, 0.0)
+0;6,399995;(1177.0, 159.0, 0.0)
+0;6,419995;(1178.0, 159.0, 0.0)
+0;6,439995;(1178.0, 159.0, 0.0)
+0;6,459995;(1178.0, 158.0, 0.0)
+0;6,479995;(1178.0, 158.0, 0.0)
+0;6,499995;(1178.0, 158.0, 0.0)
+0;6,519995;(1178.0, 158.0, 0.0)
+0;6,539995;(1178.0, 158.0, 0.0)
+0;6,559995;(1178.0, 158.0, 0.0)
+0;6,579995;(1178.0, 158.0, 0.0)
+0;6,599995;(1178.0, 158.0, 0.0)
+0;6,619995;(1178.0, 158.0, 0.0)
+0;6,639995;(1178.0, 158.0, 0.0)
+0;6,659995;(1179.0, 157.0, 0.0)
+0;6,679995;(1180.0, 157.0, 0.0)
+0;6,699995;(1180.0, 157.0, 0.0)
+0;6,719995;(1180.0, 157.0, 0.0)
+0;6,739995;(1180.0, 157.0, 0.0)
+0;6,759995;(1180.0, 157.0, 0.0)
+0;6,779994;(1181.0, 157.0, 0.0)
+0;6,799994;(1181.0, 159.0, 0.0)
+0;6,819994;(1181.0, 160.0, 0.0)
+0;6,839994;(1181.0, 163.0, 0.0)
+0;6,859994;(1175.0, 189.0, 0.0)
+0;6,879994;(1175.0, 213.0, 0.0)
+0;6,899994;(1175.0, 246.0, 0.0)
+0;6,919994;(1185.0, 281.0, 0.0)
+0;6,939994;(1241.0, 374.0, 0.0)
+0;6,959994;(1291.0, 412.0, 0.0)
+0;6,979994;(1353.0, 451.0, 0.0)
+0;6,999994;(1399.0, 482.0, 0.0)
+0;7,019994;(1447.0, 513.0, 0.0)
+0;7,039994;(1485.0, 536.0, 0.0)
+0;7,059994;(1500.0, 546.0, 0.0)
+0;7,079994;(1506.0, 549.0, 0.0)
+0;7,099994;(1513.0, 552.0, 0.0)
+0;7,119994;(1524.0, 559.0, 0.0)
+0;7,139994;(1525.0, 559.0, 0.0)
+0;7,159994;(1525.0, 559.0, 0.0)
+0;7,179994;(1525.0, 559.0, 0.0)
+0;7,199994;(1525.0, 559.0, 0.0)
+0;7,219994;(1525.0, 559.0, 0.0)
+0;7,239994;(1525.0, 559.0, 0.0)
+0;7,259994;(1525.0, 563.0, 0.0)
+0;7,279994;(1522.0, 568.0, 0.0)
+0;7,299994;(1520.0, 570.0, 0.0)
+0;7,319994;(1519.0, 576.0, 0.0)
+0;7,339994;(1518.0, 600.0, 0.0)
+0;7,359994;(1515.0, 612.0, 0.0)
+0;7,379994;(1515.0, 614.0, 0.0)
+0;7,399994;(1515.0, 614.0, 0.0)
+0;7,419994;(1515.0, 614.0, 0.0)
+0;7,439994;(1515.0, 615.0, 0.0)
+0;7,459994;(1522.0, 616.0, 0.0)
+0;7,479994;(1542.0, 622.0, 0.0)
+0;7,499994;(1557.0, 626.0, 0.0)
+0;7,519994;(1573.0, 630.0, 0.0)
+0;7,539994;(1601.0, 633.0, 0.0)
+0;7,559994;(1612.0, 633.0, 0.0)
+0;7,579994;(1626.0, 635.0, 0.0)
+0;7,599994;(1635.0, 635.0, 0.0)
+0;7,619994;(1642.0, 634.0, 0.0)
+0;7,639994;(1651.0, 627.0, 0.0)
+0;7,659994;(1651.0, 626.0, 0.0)
+0;7,679994;(1653.0, 624.0, 0.0)
+0;7,699994;(1654.0, 622.0, 0.0)
+0;7,719994;(1656.0, 620.0, 0.0)
+0;7,739994;(1660.0, 614.0, 0.0)
+0;7,759994;(1660.0, 613.0, 0.0)
+0;7,779994;(1662.0, 612.0, 0.0)
+0;7,799994;(1663.0, 612.0, 0.0)
+0;7,819993;(1666.0, 612.0, 0.0)
+0;7,839993;(1669.0, 612.0, 0.0)
+0;7,859993;(1670.0, 612.0, 0.0)
+0;7,879993;(1671.0, 612.0, 0.0)
+0;7,899993;(1673.0, 612.0, 0.0)
+0;7,919993;(1676.0, 612.0, 0.0)
+0;7,939993;(1677.0, 612.0, 0.0)
+0;7,959993;(1678.0, 612.0, 0.0)
+0;7,979993;(1678.0, 612.0, 0.0)
+0;7,999993;(1678.0, 612.0, 0.0)
+0;8,019994;(1678.0, 612.0, 0.0)
+0;8,039994;(1678.0, 612.0, 0.0)
+0;8,059995;(1678.0, 612.0, 0.0)
+0;8,079995;(1678.0, 612.0, 0.0)
+0;8,099996;(1679.0, 612.0, 0.0)
+0;8,119996;(1680.0, 612.0, 0.0)
+0;8,139997;(1682.0, 612.0, 0.0)
+0;8,159997;(1682.0, 612.0, 0.0)
+0;8,179997;(1682.0, 612.0, 0.0)
+0;8,199998;(1688.0, 612.0, 0.0)
+0;8,219998;(1691.0, 612.0, 0.0)
+0;8,239999;(1686.0, 612.0, 0.0)
+0;8,259999;(1674.0, 611.0, 0.0)
+0;8,28;(1674.0, 611.0, 0.0)
+0;8,3;(1674.0, 611.0, 0.0)
+0;8,320001;(1674.0, 611.0, 0.0)
+0;8,340001;(1674.0, 611.0, 0.0)
+0;8,360002;(1674.0, 611.0, 0.0)
+0;8,380002;(1674.0, 611.0, 0.0)
+0;8,400002;(1674.0, 611.0, 0.0)
+0;8,420003;(1674.0, 611.0, 0.0)
+0;8,440003;(1674.0, 611.0, 0.0)
+0;8,460004;(1675.0, 611.0, 0.0)
+0;8,480004;(1680.0, 612.0, 0.0)
+0;8,500005;(1678.0, 616.0, 0.0)
+0;8,520005;(1674.0, 630.0, 0.0)
+0;8,540006;(1688.0, 720.0, 0.0)
+0;8,560006;(1708.0, 780.0, 0.0)
+0;8,580007;(1731.0, 825.0, 0.0)
+0;8,600007;(1751.0, 855.0, 0.0)
+0;8,620008;(1755.0, 860.0, 0.0)
+0;8,640008;(1763.0, 873.0, 0.0)
+0;8,660008;(1763.0, 873.0, 0.0)
+0;8,680009;(1764.0, 874.0, 0.0)
+0;8,700009;(1764.0, 874.0, 0.0)
+0;8,72001;(1764.0, 875.0, 0.0)
+0;8,74001;(1769.0, 882.0, 0.0)
+0;8,760011;(1771.0, 884.0, 0.0)
+0;8,780011;(1771.0, 884.0, 0.0)
+0;8,800012;(1773.0, 884.0, 0.0)
+0;8,820012;(1778.0, 884.0, 0.0)
+0;8,840013;(1801.0, 872.0, 0.0)
+0;8,860013;(1812.0, 866.0, 0.0)
+0;8,880013;(1818.0, 865.0, 0.0)
+0;8,900014;(1820.0, 865.0, 0.0)
+0;8,920014;(1820.0, 865.0, 0.0)
+0;8,940015;(1820.0, 865.0, 0.0)
+0;8,960015;(1820.0, 865.0, 0.0)
+0;8,980016;(1820.0, 865.0, 0.0)
+0;9,000016;(1820.0, 865.0, 0.0)
+0;9,020017;(1821.0, 865.0, 0.0)
+0;9,040017;(1821.0, 866.0, 0.0)
+0;9,060018;(1822.0, 867.0, 0.0)
+0;9,080018;(1822.0, 867.0, 0.0)
+0;9,100019;(1822.0, 869.0, 0.0)
+0;9,120019;(1822.0, 870.0, 0.0)
+0;9,140019;(1822.0, 872.0, 0.0)
+0;9,16002;(1822.0, 872.0, 0.0)
+0;9,18002;(1822.0, 872.0, 0.0)
+0;9,200021;(1822.0, 872.0, 0.0)
+0;9,220021;(1822.0, 872.0, 0.0)
+0;9,240022;(1822.0, 873.0, 0.0)
+0;9,260022;(1822.0, 873.0, 0.0)
+0;9,280023;(1822.0, 873.0, 0.0)
+0;9,300023;(1822.0, 873.0, 0.0)
+0;9,320024;(1822.0, 873.0, 0.0)
+0;9,340024;(1822.0, 873.0, 0.0)
+0;9,360024;(1822.0, 873.0, 0.0)
+0;9,380025;(1822.0, 873.0, 0.0)
+0;9,400025;(1822.0, 873.0, 0.0)
+0;9,420026;(1822.0, 873.0, 0.0)
+0;9,440026;(1822.0, 873.0, 0.0)
+0;9,460027;(1822.0, 873.0, 0.0)
+0;9,480027;(1822.0, 873.0, 0.0)
+0;9,500028;(1822.0, 873.0, 0.0)
+0;9,520028;(1822.0, 873.0, 0.0)
+0;9,540029;(1822.0, 873.0, 0.0)
+0;9,560029;(1822.0, 873.0, 0.0)
+0;9,580029;(1821.0, 874.0, 0.0)
+0;9,60003;(1814.0, 877.0, 0.0)
+0;9,62003;(1809.0, 877.0, 0.0)
+0;9,640031;(1800.0, 877.0, 0.0)
+0;9,660031;(1794.0, 876.0, 0.0)
+0;9,680032;(1788.0, 872.0, 0.0)
+0;9,700032;(1787.0, 872.0, 0.0)
+0;9,720033;(1787.0, 872.0, 0.0)
+0;9,740033;(1787.0, 872.0, 0.0)
+0;9,760034;(1787.0, 872.0, 0.0)
+0;9,780034;(1787.0, 872.0, 0.0)
+0;9,800035;(1787.0, 872.0, 0.0)
+0;9,820035;(1787.0, 872.0, 0.0)
+0;9,840035;(1788.0, 872.0, 0.0)
+0;9,860036;(1792.0, 872.0, 0.0)
+0;9,880036;(1793.0, 872.0, 0.0)
+0;9,900037;(1795.0, 873.0, 0.0)
+0;9,920037;(1798.0, 873.0, 0.0)
+0;9,940038;(1806.0, 876.0, 0.0)
+0;9,960038;(1809.0, 877.0, 0.0)
+0;9,980039;(1812.0, 879.0, 0.0)
+0;10,00004;(1812.0, 879.0, 0.0)
+0;10,02004;(1815.0, 880.0, 0.0)
+0;10,04004;(1817.0, 881.0, 0.0)
+0;10,06004;(1817.0, 881.0, 0.0)
+0;10,08004;(1818.0, 882.0, 0.0)
+0;10,10004;(1819.0, 882.0, 0.0)
+0;10,12004;(1822.0, 885.0, 0.0)
+0;10,14004;(1824.0, 886.0, 0.0)
+0;10,16004;(1824.0, 886.0, 0.0)
+0;10,18004;(1824.0, 886.0, 0.0)
+0;10,20004;(1824.0, 886.0, 0.0)
+0;10,22004;(1825.0, 886.0, 0.0)
+0;10,24004;(1825.0, 886.0, 0.0)
+0;10,26005;(1825.0, 886.0, 0.0)
+0;10,28005;(1825.0, 886.0, 0.0)
+0;10,30005;(1825.0, 886.0, 0.0)
+0;10,32005;(1825.0, 886.0, 0.0)
+0;10,34005;(1825.0, 886.0, 0.0)
+0;10,36005;(1825.0, 886.0, 0.0)
+0;10,38005;(1825.0, 886.0, 0.0)
+0;10,40005;(1825.0, 886.0, 0.0)
+0;10,42005;(1825.0, 886.0, 0.0)
+0;10,44005;(1825.0, 886.0, 0.0)
+0;10,46005;(1825.0, 886.0, 0.0)
+0;10,48005;(1825.0, 886.0, 0.0)
+0;10,50005;(1825.0, 886.0, 0.0)
+0;10,52005;(1825.0, 886.0, 0.0)
+0;10,54005;(1825.0, 886.0, 0.0)
+0;10,56005;(1825.0, 884.0, 0.0)
+0;10,58005;(1824.0, 883.0, 0.0)
+0;10,60005;(1824.0, 883.0, 0.0)
+0;10,62005;(1824.0, 883.0, 0.0)
+0;10,64005;(1824.0, 883.0, 0.0)
+0;10,66005;(1824.0, 883.0, 0.0)
+0;10,68005;(1824.0, 883.0, 0.0)
+0;10,70006;(1824.0, 883.0, 0.0)
+0;10,72006;(1824.0, 883.0, 0.0)
+0;10,74006;(1824.0, 883.0, 0.0)
+0;10,76006;(1824.0, 883.0, 0.0)
+0;10,78006;(1824.0, 883.0, 0.0)
+0;10,80006;(1824.0, 883.0, 0.0)
+0;10,82006;(1824.0, 883.0, 0.0)
+0;10,84006;(1824.0, 883.0, 0.0)
+0;10,86006;(1824.0, 883.0, 0.0)
+0;10,88006;(1824.0, 883.0, 0.0)
+0;10,90006;(1824.0, 883.0, 0.0)
+0;10,92006;(1824.0, 883.0, 0.0)
+0;10,94006;(1824.0, 883.0, 0.0)
+0;10,96006;(1824.0, 883.0, 0.0)
+0;10,98006;(1824.0, 883.0, 0.0)
+0;11,00006;(1824.0, 883.0, 0.0)
+0;11,02006;(1824.0, 883.0, 0.0)
+0;11,04006;(1824.0, 883.0, 0.0)
+0;11,06006;(1824.0, 883.0, 0.0)
+0;11,08006;(1824.0, 883.0, 0.0)
+0;11,10006;(1824.0, 883.0, 0.0)
+0;11,12006;(1824.0, 883.0, 0.0)
+0;11,14007;(1824.0, 883.0, 0.0)
+0;11,16007;(1824.0, 883.0, 0.0)
+0;11,18007;(1824.0, 883.0, 0.0)
+0;11,20007;(1824.0, 883.0, 0.0)
+0;11,22007;(1824.0, 883.0, 0.0)
+0;11,24007;(1824.0, 883.0, 0.0)
+0;11,26007;(1824.0, 883.0, 0.0)
+0;11,28007;(1824.0, 883.0, 0.0)
+0;11,30007;(1824.0, 883.0, 0.0)
+0;11,32007;(1824.0, 883.0, 0.0)
+0;11,34007;(1824.0, 883.0, 0.0)
+0;11,36007;(1824.0, 883.0, 0.0)
+0;11,38007;(1824.0, 883.0, 0.0)
+0;11,40007;(1824.0, 883.0, 0.0)
+0;11,42007;(1824.0, 883.0, 0.0)
+0;11,44007;(1824.0, 883.0, 0.0)
+0;11,46007;(1824.0, 883.0, 0.0)
+0;11,48007;(1824.0, 883.0, 0.0)
+0;11,50007;(1824.0, 883.0, 0.0)
+0;11,52007;(1824.0, 883.0, 0.0)
+0;11,54007;(1824.0, 883.0, 0.0)
+0;11,56007;(1824.0, 883.0, 0.0)
+0;11,58008;(1824.0, 883.0, 0.0)
+0;11,60008;(1824.0, 883.0, 0.0)
+0;11,62008;(1824.0, 883.0, 0.0)
+0;11,64008;(1824.0, 883.0, 0.0)
+0;11,66008;(1824.0, 883.0, 0.0)
+0;11,68008;(1824.0, 883.0, 0.0)
+0;11,70008;(1824.0, 883.0, 0.0)
+0;11,72008;(1824.0, 883.0, 0.0)
+0;11,74008;(1824.0, 883.0, 0.0)
+0;11,76008;(1824.0, 883.0, 0.0)
+0;11,78008;(1824.0, 883.0, 0.0)
+0;11,80008;(1824.0, 883.0, 0.0)
+0;11,82008;(1824.0, 883.0, 0.0)
+0;11,84008;(1820.0, 881.0, 0.0)
+0;11,86008;(1812.0, 877.0, 0.0)
+0;11,88008;(1805.0, 874.0, 0.0)
+0;11,90008;(1793.0, 869.0, 0.0)
+0;11,92008;(1776.0, 862.0, 0.0)
+0;11,94008;(1735.0, 841.0, 0.0)
+0;11,96008;(1613.0, 771.0, 0.0)
+0;11,98008;(1544.0, 731.0, 0.0)
+0;12,00008;(1474.0, 687.0, 0.0)
+0;12,02009;(1419.0, 651.0, 0.0)
+0;12,04009;(1378.0, 622.0, 0.0)
+0;12,06009;(1333.0, 591.0, 0.0)
+0;12,08009;(1329.0, 587.0, 0.0)
+0;12,10009;(1329.0, 586.0, 0.0)
+0;12,12009;(1333.0, 586.0, 0.0)
+0;12,14009;(1383.0, 619.0, 0.0)
+0;12,16009;(1537.0, 736.0, 0.0)
+0;12,18009;(1628.0, 785.0, 0.0)
+0;12,20009;(1700.0, 816.0, 0.0)
+0;12,22009;(1747.0, 838.0, 0.0)
+0;12,24009;(1770.0, 844.0, 0.0)
+0;12,26009;(1781.0, 847.0, 0.0)
+0;12,28009;(1781.0, 847.0, 0.0)
+0;12,30009;(1781.0, 847.0, 0.0)
+0;12,32009;(1782.0, 847.0, 0.0)
+0;12,34009;(1786.0, 847.0, 0.0)
+0;12,36009;(1792.0, 852.0, 0.0)
+0;12,38009;(1793.0, 852.0, 0.0)
+0;12,40009;(1793.0, 852.0, 0.0)
+0;12,42009;(1793.0, 852.0, 0.0)
+0;12,44009;(1793.0, 852.0, 0.0)
+0;12,4601;(1799.0, 859.0, 0.0)
+0;12,4801;(1803.0, 867.0, 0.0)
+0;12,5001;(1805.0, 872.0, 0.0)
+0;12,5201;(1805.0, 873.0, 0.0)
+0;12,5401;(1805.0, 873.0, 0.0)
+0;12,5601;(1805.0, 873.0, 0.0)
+0;12,5801;(1805.0, 873.0, 0.0)
+0;12,6001;(1805.0, 873.0, 0.0)
+0;12,6201;(1794.0, 866.0, 0.0)
+0;12,6401;(1764.0, 846.0, 0.0)
+0;12,6601;(1621.0, 755.0, 0.0)
+0;12,6801;(1515.0, 707.0, 0.0)
+0;12,7001;(1418.0, 663.0, 0.0)
+0;12,7201;(1283.0, 611.0, 0.0)
+0;12,7401;(1197.0, 575.0, 0.0)
+0;12,7601;(1133.0, 547.0, 0.0)
+0;12,7801;(1078.0, 529.0, 0.0)
+0;12,8001;(1075.0, 528.0, 0.0)
+0;12,8201;(1075.0, 528.0, 0.0)
+0;12,8401;(1075.0, 528.0, 0.0)
+0;12,8601;(1075.0, 528.0, 0.0)
+0;12,88011;(1072.0, 525.0, 0.0)
+0;12,90011;(1072.0, 525.0, 0.0)
+0;12,92011;(1069.0, 524.0, 0.0)
+0;12,94011;(1066.0, 524.0, 0.0)
+0;12,96011;(1061.0, 524.0, 0.0)
+0;12,98011;(1060.0, 524.0, 0.0)
+0;13,00011;(1058.0, 525.0, 0.0)
+0;13,02011;(1055.0, 530.0, 0.0)
+0;13,04011;(1052.0, 537.0, 0.0)
+0;13,06011;(1041.0, 564.0, 0.0)
+0;13,08011;(1039.0, 578.0, 0.0)
+0;13,10011;(1037.0, 581.0, 0.0)
+0;13,12011;(1037.0, 581.0, 0.0)
+0;13,14011;(1037.0, 581.0, 0.0)
+0;13,16011;(1037.0, 581.0, 0.0)
+0;13,18011;(1037.0, 581.0, 0.0)
+0;13,20011;(1037.0, 581.0, 0.0)
+0;13,22011;(1036.0, 581.0, 0.0)
+0;13,24011;(1036.0, 581.0, 0.0)
+0;13,26011;(1034.0, 581.0, 0.0)
+0;13,28011;(1033.0, 581.0, 0.0)
+0;13,30011;(1033.0, 580.0, 0.0)
+0;13,32012;(1033.0, 580.0, 0.0)
+0;13,34012;(1032.0, 578.0, 0.0)
+0;13,36012;(1031.0, 576.0, 0.0)
+0;13,38012;(1029.0, 576.0, 0.0)
+0;13,40012;(1028.0, 576.0, 0.0)
+0;13,42012;(1027.0, 575.0, 0.0)
+0;13,44012;(1025.0, 575.0, 0.0)
+0;13,46012;(1018.0, 575.0, 0.0)
+0;13,48012;(1001.0, 578.0, 0.0)
+0;13,50012;(999.0, 578.0, 0.0)
+0;13,52012;(997.0, 578.0, 0.0)
+0;13,54012;(994.0, 578.0, 0.0)
+0;13,56012;(986.0, 577.0, 0.0)
+0;13,58012;(984.0, 575.0, 0.0)
+0;13,60012;(984.0, 575.0, 0.0)
+0;13,62012;(983.0, 575.0, 0.0)
+0;13,64012;(983.0, 575.0, 0.0)
+0;13,66012;(983.0, 575.0, 0.0)
+0;13,68012;(977.0, 575.0, 0.0)
+0;13,70012;(969.0, 575.0, 0.0)
+0;13,72012;(879.0, 599.0, 0.0)
+0;13,74012;(742.0, 635.0, 0.0)
+0;13,76013;(637.0, 665.0, 0.0)
+0;13,78013;(637.0, 665.0, 0.0)
+0;13,80013;(350.0, 731.0, 0.0)
+0;13,82013;(306.0, 745.0, 0.0)
+0;13,84013;(258.0, 763.0, 0.0)
+0;13,86013;(218.0, 790.0, 0.0)
+0;13,88013;(210.0, 797.0, 0.0)
+0;13,90013;(208.0, 799.0, 0.0)
+0;13,92013;(208.0, 801.0, 0.0)
+0;13,94013;(208.0, 802.0, 0.0)
+0;13,96013;(205.0, 807.0, 0.0)
+0;13,98013;(203.0, 808.0, 0.0)
+0;14,00013;(203.0, 808.0, 0.0)
+0;14,02013;(203.0, 808.0, 0.0)
+0;14,04013;(203.0, 808.0, 0.0)
+0;14,06013;(189.0, 820.0, 0.0)
+0;14,08013;(165.0, 830.0, 0.0)
+0;14,10013;(143.0, 837.0, 0.0)
+0;14,12013;(134.0, 843.0, 0.0)
+0;14,14013;(125.0, 850.0, 0.0)
+0;14,16013;(118.0, 859.0, 0.0)
+0;14,18013;(113.0, 868.0, 0.0)
+0;14,20014;(113.0, 872.0, 0.0)
+0;14,22014;(112.0, 874.0, 0.0)
+0;14,24014;(112.0, 874.0, 0.0)
+0;14,26014;(112.0, 874.0, 0.0)
+0;14,28014;(112.0, 875.0, 0.0)
+0;14,30014;(112.0, 876.0, 0.0)
+0;14,32014;(112.0, 877.0, 0.0)
+0;14,34014;(112.0, 877.0, 0.0)
+0;14,36014;(112.0, 877.0, 0.0)
+0;14,38014;(112.0, 877.0, 0.0)
+0;14,40014;(112.0, 877.0, 0.0)
+0;14,42014;(112.0, 877.0, 0.0)
+0;14,44014;(112.0, 877.0, 0.0)
+0;14,46014;(114.0, 865.0, 0.0)
+0;14,48014;(116.0, 848.0, 0.0)
+0;14,50014;(117.0, 841.0, 0.0)
+0;14,52014;(118.0, 836.0, 0.0)
+0;14,54014;(118.0, 836.0, 0.0)
+0;14,56014;(118.0, 836.0, 0.0)
+0;14,58014;(118.0, 836.0, 0.0)
+0;14,60014;(118.0, 836.0, 0.0)
+0;14,62014;(118.0, 836.0, 0.0)
+0;14,64015;(118.0, 836.0, 0.0)
+0;14,66015;(118.0, 836.0, 0.0)
+0;14,68015;(118.0, 836.0, 0.0)
+0;14,70015;(118.0, 836.0, 0.0)
+0;14,72015;(118.0, 830.0, 0.0)
+0;14,74015;(113.0, 816.0, 0.0)
+0;14,76015;(108.0, 804.0, 0.0)
+0;14,78015;(105.0, 798.0, 0.0)
+0;14,80015;(105.0, 798.0, 0.0)
+0;14,82015;(105.0, 798.0, 0.0)
+0;14,84015;(105.0, 798.0, 0.0)
+0;14,86015;(105.0, 798.0, 0.0)
+0;14,88015;(105.0, 798.0, 0.0)
+0;14,90015;(105.0, 798.0, 0.0)
+0;14,92015;(105.0, 798.0, 0.0)
+0;14,94015;(105.0, 797.0, 0.0)
+0;14,96015;(108.0, 790.0, 0.0)
+0;14,98015;(161.0, 728.0, 0.0)
+0;15,00015;(217.0, 649.0, 0.0)
+0;15,02015;(280.0, 562.0, 0.0)
+0;15,04015;(329.0, 489.0, 0.0)
+0;15,06015;(360.0, 447.0, 0.0)
+0;15,08016;(414.0, 399.0, 0.0)
+0;15,10016;(446.0, 386.0, 0.0)
+0;15,12016;(471.0, 383.0, 0.0)
+0;15,14016;(505.0, 379.0, 0.0)
+0;15,16016;(549.0, 379.0, 0.0)
+0;15,18016;(695.0, 394.0, 0.0)
+0;15,20016;(803.0, 410.0, 0.0)
+0;15,22016;(911.0, 422.0, 0.0)
+0;15,24016;(1017.0, 427.0, 0.0)
+0;15,26016;(1112.0, 427.0, 0.0)
+0;15,28016;(1237.0, 426.0, 0.0)
+0;15,30016;(1248.0, 423.0, 0.0)
+0;15,32016;(1248.0, 423.0, 0.0)
+0;15,34016;(1248.0, 423.0, 0.0)
+0;15,36016;(1248.0, 423.0, 0.0)
+0;15,38016;(1248.0, 423.0, 0.0)
+0;15,40016;(1246.0, 423.0, 0.0)
+0;15,42016;(1240.0, 423.0, 0.0)
+0;15,44016;(1233.0, 423.0, 0.0)
+0;15,46016;(1225.0, 421.0, 0.0)
+0;15,48016;(1217.0, 417.0, 0.0)
+0;15,50016;(1214.0, 414.0, 0.0)
+0;15,52017;(1207.0, 409.0, 0.0)
+0;15,54017;(1198.0, 403.0, 0.0)
+0;15,56017;(1192.0, 399.0, 0.0)
+0;15,58017;(1182.0, 388.0, 0.0)
+0;15,60017;(1170.0, 379.0, 0.0)
+0;15,62017;(1165.0, 377.0, 0.0)
+0;15,64017;(1150.0, 368.0, 0.0)
+0;15,66017;(1144.0, 364.0, 0.0)
+0;15,68017;(1137.0, 360.0, 0.0)
+0;15,70017;(1135.0, 359.0, 0.0)
+0;15,72017;(1135.0, 359.0, 0.0)
+0;15,74017;(1135.0, 359.0, 0.0)
+0;15,76017;(1135.0, 359.0, 0.0)
+0;15,78017;(1135.0, 359.0, 0.0)
+0;15,80017;(1135.0, 359.0, 0.0)
+0;15,82017;(1135.0, 359.0, 0.0)
+0;15,84017;(1135.0, 359.0, 0.0)
+0;15,86017;(1135.0, 359.0, 0.0)
+0;15,88017;(1133.0, 359.0, 0.0)
+0;15,90017;(1132.0, 359.0, 0.0)
+0;15,92017;(1130.0, 359.0, 0.0)
+0;15,94018;(1127.0, 359.0, 0.0)
+0;15,96018;(1122.0, 359.0, 0.0)
+0;15,98018;(1111.0, 359.0, 0.0)
+0;16,00018;(1104.0, 360.0, 0.0)
+0;16,02018;(1098.0, 362.0, 0.0)
+0;16,04018;(1089.0, 369.0, 0.0)
+0;16,06018;(1086.0, 372.0, 0.0)
+0;16,08018;(1082.0, 376.0, 0.0)
+0;16,10018;(1080.0, 378.0, 0.0)
+0;16,12018;(1078.0, 380.0, 0.0)
+0;16,14018;(1074.0, 380.0, 0.0)
+0;16,16018;(1052.0, 379.0, 0.0)
+0;16,18018;(896.0, 340.0, 0.0)
+0;16,20018;(726.0, 290.0, 0.0)
+0;16,22018;(672.0, 276.0, 0.0)
+0;16,24018;(550.0, 223.0, 0.0)
+0;16,26018;(495.0, 196.0, 0.0)
+0;16,28018;(449.0, 159.0, 0.0)
+0;16,30018;(433.0, 142.0, 0.0)
+0;16,32018;(419.0, 132.0, 0.0)
+0;16,34018;(405.0, 121.0, 0.0)
+0;16,36018;(394.0, 114.0, 0.0)
+0;16,38018;(367.0, 98.0, 0.0)
+0;16,40018;(350.0, 93.0, 0.0)
+0;16,42019;(328.0, 88.0, 0.0)
+0;16,44019;(268.0, 79.0, 0.0)
+0;16,46019;(212.0, 66.0, 0.0)
+0;16,48019;(173.0, 54.0, 0.0)
+0;16,50019;(170.0, 53.0, 0.0)
+0;16,52019;(170.0, 53.0, 0.0)
+0;16,54019;(170.0, 53.0, 0.0)
+0;16,56019;(170.0, 52.0, 0.0)
+0;16,58019;(170.0, 50.0, 0.0)
+0;16,60019;(170.0, 49.0, 0.0)
+0;16,62019;(170.0, 48.0, 0.0)
+0;16,64019;(170.0, 46.0, 0.0)
+0;16,66019;(169.0, 44.0, 0.0)
+0;16,68019;(169.0, 41.0, 0.0)
+0;16,70019;(169.0, 41.0, 0.0)
+0;16,72019;(169.0, 41.0, 0.0)
+0;16,74019;(169.0, 41.0, 0.0)
+0;16,76019;(169.0, 41.0, 0.0)
+0;16,78019;(169.0, 41.0, 0.0)
+0;16,80019;(172.0, 41.0, 0.0)
+0;16,82019;(174.0, 41.0, 0.0)
+0;16,84019;(175.0, 41.0, 0.0)
+0;16,8602;(175.0, 41.0, 0.0)
+0;16,8802;(175.0, 41.0, 0.0)
+0;16,9002;(175.0, 41.0, 0.0)
+0;16,9202;(176.0, 41.0, 0.0)
+0;16,9402;(178.0, 41.0, 0.0)
+0;16,9602;(182.0, 41.0, 0.0)
+0;16,9802;(188.0, 41.0, 0.0)
+0;17,0002;(188.0, 41.0, 0.0)
+0;17,0202;(188.0, 41.0, 0.0)
+0;17,0402;(189.0, 41.0, 0.0)
+0;17,0602;(192.0, 41.0, 0.0)
+0;17,0802;(205.0, 41.0, 0.0)
+0;17,1002;(211.0, 41.0, 0.0)
+0;17,1202;(215.0, 41.0, 0.0)
+0;17,1402;(216.0, 41.0, 0.0)
+0;17,1602;(216.0, 41.0, 0.0)
+0;17,1802;(216.0, 41.0, 0.0)
+0;17,2002;(216.0, 41.0, 0.0)
+0;17,2202;(216.0, 41.0, 0.0)
+0;17,2402;(216.0, 41.0, 0.0)
+0;17,2602;(216.0, 41.0, 0.0)
+0;17,2802;(216.0, 41.0, 0.0)
+0;17,30021;(216.0, 41.0, 0.0)
+0;17,32021;(216.0, 41.0, 0.0)
+0;17,34021;(216.0, 41.0, 0.0)
+0;17,36021;(216.0, 41.0, 0.0)
+0;17,38021;(216.0, 41.0, 0.0)
+0;17,40021;(216.0, 41.0, 0.0)
+0;17,42021;(216.0, 41.0, 0.0)
+0;17,44021;(216.0, 41.0, 0.0)
+0;17,46021;(216.0, 41.0, 0.0)
+0;17,48021;(216.0, 41.0, 0.0)
+0;17,50021;(216.0, 41.0, 0.0)
+0;17,52021;(216.0, 41.0, 0.0)
+0;17,54021;(216.0, 41.0, 0.0)
+0;17,56021;(216.0, 41.0, 0.0)
+0;17,58021;(216.0, 41.0, 0.0)
+0;17,60021;(216.0, 41.0, 0.0)
+0;17,62021;(216.0, 41.0, 0.0)
+0;17,64021;(216.0, 41.0, 0.0)
+0;17,66021;(216.0, 41.0, 0.0)
+0;17,68021;(212.0, 40.0, 0.0)
+0;17,70021;(207.0, 38.0, 0.0)
+0;17,72021;(206.0, 37.0, 0.0)
+0;17,74022;(204.0, 37.0, 0.0)
+0;17,76022;(201.0, 34.0, 0.0)
+0;17,78022;(187.0, 31.0, 0.0)
+0;17,80022;(141.0, 23.0, 0.0)
+0;17,82022;(130.0, 23.0, 0.0)
+0;17,84022;(125.0, 22.0, 0.0)
+0;17,86022;(124.0, 22.0, 0.0)
+0;17,88022;(124.0, 22.0, 0.0)
+0;17,90022;(124.0, 22.0, 0.0)
+0;17,92022;(124.0, 22.0, 0.0)
+0;17,94022;(124.0, 22.0, 0.0)
+0;17,96022;(124.0, 22.0, 0.0)
+0;17,98022;(124.0, 22.0, 0.0)
+0;18,00022;(124.0, 22.0, 0.0)
+0;18,02022;(124.0, 22.0, 0.0)
+0;18,04022;(127.0, 23.0, 0.0)
+0;18,06022;(132.0, 25.0, 0.0)
+0;18,08022;(136.0, 28.0, 0.0)
+0;18,10022;(145.0, 33.0, 0.0)
+0;18,12022;(147.0, 35.0, 0.0)
+0;18,14022;(147.0, 35.0, 0.0)
+0;18,16022;(149.0, 35.0, 0.0)
+0;18,18023;(149.0, 35.0, 0.0)
+0;18,20023;(150.0, 36.0, 0.0)
+0;18,22023;(150.0, 36.0, 0.0)
+0;18,24023;(151.0, 36.0, 0.0)
+0;18,26023;(151.0, 36.0, 0.0)
+0;18,28023;(151.0, 36.0, 0.0)
+0;18,30023;(151.0, 36.0, 0.0)
+0;18,32023;(151.0, 36.0, 0.0)
+0;18,34023;(151.0, 36.0, 0.0)
+0;18,36023;(151.0, 36.0, 0.0)
+0;18,38023;(151.0, 36.0, 0.0)
+0;18,40023;(151.0, 36.0, 0.0)
+0;18,42023;(151.0, 36.0, 0.0)
+0;18,44023;(151.0, 36.0, 0.0)
+0;18,46023;(151.0, 36.0, 0.0)
+0;18,48023;(151.0, 36.0, 0.0)
+0;18,50023;(151.0, 36.0, 0.0)
+0;18,52023;(151.0, 36.0, 0.0)
+0;18,54023;(151.0, 36.0, 0.0)
+0;18,56023;(151.0, 36.0, 0.0)
+0;18,58023;(151.0, 36.0, 0.0)
+0;18,60023;(149.0, 36.0, 0.0)
+0;18,62024;(149.0, 36.0, 0.0)
+0;18,64024;(146.0, 36.0, 0.0)
+0;18,66024;(144.0, 36.0, 0.0)
+0;18,68024;(135.0, 35.0, 0.0)
+0;18,70024;(114.0, 33.0, 0.0)
+0;18,72024;(108.0, 33.0, 0.0)
+0;18,74024;(105.0, 33.0, 0.0)
+0;18,76024;(105.0, 33.0, 0.0)
+0;18,78024;(105.0, 33.0, 0.0)
+0;18,80024;(105.0, 33.0, 0.0)
+0;18,82024;(105.0, 33.0, 0.0)
+0;18,84024;(105.0, 33.0, 0.0)
+0;18,86024;(105.0, 33.0, 0.0)
+0;18,88024;(105.0, 33.0, 0.0)
+0;18,90024;(112.0, 35.0, 0.0)
+0;18,92024;(119.0, 36.0, 0.0)
+0;18,94024;(123.0, 36.0, 0.0)
+0;18,96024;(126.0, 38.0, 0.0)
+0;18,98024;(126.0, 38.0, 0.0)
+0;19,00024;(126.0, 38.0, 0.0)
+0;19,02024;(123.0, 38.0, 0.0)
+0;19,04025;(120.0, 37.0, 0.0)
+0;19,06025;(117.0, 36.0, 0.0)
+0;19,08025;(115.0, 35.0, 0.0)
+0;19,10025;(112.0, 34.0, 0.0)
+0;19,12025;(110.0, 34.0, 0.0)
+0;19,14025;(108.0, 34.0, 0.0)
+0;19,16025;(108.0, 34.0, 0.0)
+0;19,18025;(108.0, 34.0, 0.0)
+0;19,20025;(108.0, 34.0, 0.0)
+0;19,22025;(108.0, 34.0, 0.0)
+0;19,24025;(108.0, 34.0, 0.0)
+0;19,26025;(108.0, 34.0, 0.0)
+0;19,28025;(108.0, 34.0, 0.0)
+0;19,30025;(110.0, 34.0, 0.0)
+0;19,32025;(113.0, 34.0, 0.0)
+0;19,34025;(117.0, 35.0, 0.0)
+0;19,36025;(119.0, 35.0, 0.0)
+0;19,38025;(120.0, 35.0, 0.0)
+0;19,40025;(121.0, 35.0, 0.0)
+0;19,42025;(123.0, 35.0, 0.0)
+0;19,44025;(123.0, 35.0, 0.0)
+0;19,46025;(123.0, 35.0, 0.0)
+0;19,48026;(123.0, 35.0, 0.0)
+0;19,50026;(117.0, 35.0, 0.0)
+0;19,52026;(116.0, 35.0, 0.0)
+0;19,54026;(116.0, 35.0, 0.0)
+0;19,56026;(116.0, 35.0, 0.0)
+0;19,58026;(116.0, 35.0, 0.0)
+0;19,60026;(116.0, 35.0, 0.0)
+0;19,62026;(116.0, 35.0, 0.0)
+0;19,64026;(116.0, 35.0, 0.0)
+0;19,66026;(116.0, 35.0, 0.0)
+0;19,68026;(116.0, 35.0, 0.0)
+0;19,70026;(116.0, 35.0, 0.0)
+0;19,72026;(116.0, 35.0, 0.0)
+0;19,74026;(116.0, 35.0, 0.0)
+0;19,76026;(119.0, 35.0, 0.0)
+0;19,78026;(122.0, 36.0, 0.0)
+0;19,80026;(134.0, 38.0, 0.0)
+0;19,82026;(139.0, 38.0, 0.0)
+0;19,84026;(143.0, 39.0, 0.0)
+0;19,86026;(149.0, 40.0, 0.0)
+0;19,88026;(158.0, 41.0, 0.0)
+0;19,90026;(184.0, 44.0, 0.0)
+0;19,92027;(206.0, 48.0, 0.0)
+0;19,94027;(211.0, 48.0, 0.0)
+0;19,96027;(219.0, 49.0, 0.0)
+0;19,98027;(219.0, 49.0, 0.0)
+0;20,00027;(219.0, 50.0, 0.0)
+0;20,02027;(219.0, 50.0, 0.0)
+0;20,04027;(219.0, 50.0, 0.0)
+0;20,06027;(219.0, 50.0, 0.0)
+0;20,08027;(219.0, 50.0, 0.0)
+0;20,10027;(219.0, 50.0, 0.0)
+0;20,12027;(219.0, 50.0, 0.0)
+0;20,14027;(219.0, 50.0, 0.0)
+0;20,16027;(216.0, 48.0, 0.0)
+0;20,18027;(212.0, 46.0, 0.0)
+0;20,20027;(209.0, 44.0, 0.0)
+0;20,22027;(205.0, 42.0, 0.0)
+0;20,24027;(203.0, 41.0, 0.0)
+0;20,26027;(202.0, 40.0, 0.0)
+0;20,28027;(202.0, 40.0, 0.0)
+0;20,30027;(202.0, 40.0, 0.0)
+0;20,32027;(201.0, 40.0, 0.0)
+0;20,34027;(201.0, 40.0, 0.0)
+0;20,36028;(201.0, 40.0, 0.0)
+0;20,38028;(201.0, 40.0, 0.0)
+0;20,40028;(201.0, 40.0, 0.0)
+0;20,42028;(203.0, 39.0, 0.0)
+0;20,44028;(210.0, 39.0, 0.0)
+0;20,46028;(215.0, 39.0, 0.0)
+0;20,48028;(217.0, 39.0, 0.0)
+0;20,50028;(217.0, 39.0, 0.0)
+0;20,52028;(217.0, 39.0, 0.0)
+0;20,54028;(217.0, 39.0, 0.0)
+0;20,56028;(217.0, 39.0, 0.0)
+0;20,58028;(217.0, 39.0, 0.0)
+0;20,60028;(217.0, 39.0, 0.0)
+0;20,62028;(217.0, 39.0, 0.0)
+0;20,64028;(217.0, 39.0, 0.0)
+0;20,66028;(217.0, 39.0, 0.0)
+0;20,68028;(217.0, 39.0, 0.0)
+0;20,70028;(217.0, 39.0, 0.0)
+0;20,72028;(217.0, 39.0, 0.0)
+0;20,74028;(217.0, 39.0, 0.0)
+0;20,76028;(217.0, 39.0, 0.0)
+0;20,78028;(217.0, 39.0, 0.0)
+0;20,80029;(215.0, 38.0, 0.0)
+0;20,82029;(215.0, 38.0, 0.0)
+0;20,84029;(215.0, 38.0, 0.0)
+0;20,86029;(212.0, 35.0, 0.0)
+0;20,88029;(209.0, 35.0, 0.0)
+0;20,90029;(208.0, 34.0, 0.0)
+0;20,92029;(200.0, 32.0, 0.0)
+0;20,94029;(195.0, 31.0, 0.0)
+0;20,96029;(192.0, 31.0, 0.0)
+0;20,98029;(189.0, 31.0, 0.0)
+0;21,00029;(188.0, 31.0, 0.0)
+0;21,02029;(178.0, 29.0, 0.0)
+0;21,04029;(171.0, 29.0, 0.0)
+0;21,06029;(166.0, 28.0, 0.0)
+0;21,08029;(165.0, 28.0, 0.0)
+0;21,10029;(163.0, 28.0, 0.0)
+0;21,12029;(163.0, 28.0, 0.0)
+0;21,14029;(163.0, 28.0, 0.0)
+0;21,16029;(162.0, 28.0, 0.0)
+0;21,18029;(161.0, 28.0, 0.0)
+0;21,20029;(160.0, 28.0, 0.0)
+0;21,22029;(160.0, 28.0, 0.0)
+0;21,2403;(160.0, 28.0, 0.0)
+0;21,2603;(160.0, 28.0, 0.0)
+0;21,2803;(160.0, 28.0, 0.0)
+0;21,3003;(160.0, 28.0, 0.0)
+0;21,3203;(160.0, 28.0, 0.0)
+0;21,3403;(160.0, 28.0, 0.0)
+0;21,3603;(160.0, 28.0, 0.0)
+0;21,3803;(160.0, 28.0, 0.0)
+0;21,4003;(160.0, 28.0, 0.0)
+0;21,4203;(160.0, 28.0, 0.0)
+0;21,4403;(160.0, 28.0, 0.0)
+0;21,4603;(160.0, 28.0, 0.0)
+0;21,4803;(160.0, 28.0, 0.0)
+0;21,5003;(160.0, 28.0, 0.0)
+0;21,5203;(160.0, 28.0, 0.0)
+0;21,5403;(160.0, 28.0, 0.0)
+0;21,5603;(160.0, 28.0, 0.0)
+0;21,5803;(160.0, 28.0, 0.0)
+0;21,6003;(160.0, 28.0, 0.0)
+0;21,6203;(160.0, 28.0, 0.0)
+0;21,6403;(160.0, 28.0, 0.0)
+0;21,66031;(160.0, 28.0, 0.0)
+0;21,68031;(160.0, 28.0, 0.0)
+0;21,70031;(160.0, 28.0, 0.0)
+0;21,72031;(160.0, 28.0, 0.0)
+0;21,74031;(160.0, 28.0, 0.0)
+0;21,76031;(160.0, 28.0, 0.0)
+0;21,78031;(160.0, 28.0, 0.0)
+0;21,80031;(161.0, 28.0, 0.0)
+0;21,82031;(177.0, 38.0, 0.0)
+0;21,84031;(209.0, 55.0, 0.0)
+0;21,86031;(233.0, 65.0, 0.0)
+0;21,88031;(245.0, 70.0, 0.0)
+0;21,90031;(275.0, 84.0, 0.0)
+0;21,92031;(409.0, 144.0, 0.0)
+0;21,94031;(474.0, 174.0, 0.0)
+0;21,96031;(528.0, 197.0, 0.0)
+0;21,98031;(578.0, 218.0, 0.0)
+0;22,00031;(627.0, 240.0, 0.0)
+0;22,02031;(714.0, 297.0, 0.0)
+0;22,04031;(749.0, 320.0, 0.0)
+0;22,06031;(777.0, 333.0, 0.0)
+0;22,08031;(799.0, 342.0, 0.0)
+0;22,10032;(816.0, 349.0, 0.0)
+0;22,12032;(838.0, 355.0, 0.0)
+0;22,14032;(842.0, 355.0, 0.0)
+0;22,16032;(844.0, 355.0, 0.0)
+0;22,18032;(851.0, 352.0, 0.0)
+0;22,20032;(857.0, 350.0, 0.0)
+0;22,22032;(881.0, 343.0, 0.0)
+0;22,24032;(905.0, 336.0, 0.0)
+0;22,26032;(922.0, 330.0, 0.0)
+0;22,28032;(930.0, 327.0, 0.0)
+0;22,30032;(949.0, 318.0, 0.0)
+0;22,32032;(969.0, 310.0, 0.0)
+0;22,34032;(973.0, 308.0, 0.0)
+0;22,36032;(977.0, 306.0, 0.0)
+0;22,38032;(977.0, 306.0, 0.0)
+0;22,40032;(978.0, 306.0, 0.0)
+0;22,42032;(978.0, 306.0, 0.0)
+0;22,44032;(980.0, 305.0, 0.0)
+0;22,46032;(982.0, 303.0, 0.0)
+0;22,48032;(982.0, 302.0, 0.0)
+0;22,50032;(985.0, 300.0, 0.0)
+0;22,52032;(988.0, 298.0, 0.0)
+0;22,54033;(991.0, 297.0, 0.0)
+0;22,56033;(994.0, 295.0, 0.0)
+0;22,58033;(999.0, 292.0, 0.0)
+0;22,60033;(1004.0, 291.0, 0.0)
+0;22,62033;(1019.0, 284.0, 0.0)
+0;22,64033;(1022.0, 283.0, 0.0)
+0;22,66033;(1027.0, 281.0, 0.0)
+0;22,68033;(1037.0, 281.0, 0.0)
+0;22,70033;(1046.0, 280.0, 0.0)
+0;22,72033;(1059.0, 280.0, 0.0)
+0;22,74033;(1062.0, 280.0, 0.0)
+0;22,76033;(1063.0, 280.0, 0.0)
+0;22,78033;(1064.0, 280.0, 0.0)
+0;22,80033;(1067.0, 281.0, 0.0)
+0;22,82033;(1073.0, 284.0, 0.0)
+0;22,84033;(1074.0, 284.0, 0.0)
+0;22,86033;(1074.0, 284.0, 0.0)
+0;22,88033;(1074.0, 284.0, 0.0)
+0;22,90033;(1074.0, 284.0, 0.0)
+0;22,92033;(1075.0, 286.0, 0.0)
+0;22,94033;(1075.0, 289.0, 0.0)
+0;22,96033;(1075.0, 289.0, 0.0)
+0;22,98034;(1076.0, 290.0, 0.0)
+0;23,00034;(1078.0, 294.0, 0.0)
+0;23,02034;(1066.0, 401.0, 0.0)
+0;23,04034;(988.0, 593.0, 0.0)
+0;23,06034;(961.0, 651.0, 0.0)
+0;23,08034;(915.0, 769.0, 0.0)
+0;23,10034;(891.0, 868.0, 0.0)
+0;23,12034;(885.0, 920.0, 0.0)
+0;23,14034;(883.0, 925.0, 0.0)
+0;23,16034;(883.0, 925.0, 0.0)
+0;23,18034;(883.0, 925.0, 0.0)
+0;23,20034;(883.0, 925.0, 0.0)
+0;23,22034;(881.0, 927.0, 0.0)
+0;23,24034;(880.0, 927.0, 0.0)
+0;23,26034;(880.0, 927.0, 0.0)
+0;23,28034;(879.0, 929.0, 0.0)
+0;23,30034;(886.0, 954.0, 0.0)
+0;23,32034;(892.0, 970.0, 0.0)
+0;23,34034;(893.0, 987.0, 0.0)
+0;23,36034;(894.0, 988.0, 0.0)
+0;23,38034;(894.0, 988.0, 0.0)
+0;23,40034;(894.0, 989.0, 0.0)
+0;23,42035;(894.0, 989.0, 0.0)
+0;23,44035;(894.0, 989.0, 0.0)
+0;23,46035;(895.0, 989.0, 0.0)
+0;23,48035;(899.0, 989.0, 0.0)
+0;23,50035;(902.0, 989.0, 0.0)
+0;23,52035;(908.0, 985.0, 0.0)
+0;23,54035;(909.0, 982.0, 0.0)
+0;23,56035;(909.0, 980.0, 0.0)
+0;23,58035;(909.0, 977.0, 0.0)
+0;23,60035;(909.0, 974.0, 0.0)
+0;23,62035;(907.0, 961.0, 0.0)
+0;23,64035;(903.0, 958.0, 0.0)
+0;23,66035;(902.0, 958.0, 0.0)
+0;23,68035;(902.0, 958.0, 0.0)
+0;23,70035;(902.0, 958.0, 0.0)
+0;23,72035;(902.0, 958.0, 0.0)
+0;23,74035;(902.0, 958.0, 0.0)
+0;23,76035;(902.0, 958.0, 0.0)
+0;23,78035;(902.0, 958.0, 0.0)
+0;23,80035;(902.0, 958.0, 0.0)
+0;23,82035;(902.0, 958.0, 0.0)

+ 1 - 1
testumgebung/CrowdModelling/Assets/Study_Logs/log_TestTimePeriod.csv.meta → testumgebung/CrowdModelling/Assets/Study_Logs/log_0_TestMouse.csv.meta

@@ -1,5 +1,5 @@
 fileFormatVersion: 2
-guid: 2fb4fd89e1227f24dacd6ec9131984f4
+guid: d66aa2801ed21cb4889401f3eb9ba534
 TextScriptImporter:
   externalObjects: {}
   userData: 

+ 1193 - 0
testumgebung/CrowdModelling/Assets/Study_Logs/log_0_TestPlayback.csv

@@ -0,0 +1,1193 @@
+ParticipantID;Time;Acc Clicks Rewind;Acc Clicks Pause;Acc Clicks Play;Acc Time Rewind;Acc Time Pause;Acc Time Play;Current
+0;0;0;0;0;0;0;0;0
+0;0,02;0;0;0;0;0,02;0;0
+0;0,04;0;0;0;0;0,04;0;0
+0;0,06;0;0;0;0;0,06;0;0
+0;0,08;0;0;0;0;0,08;0;0
+0;0,09999999;0;0;0;0;0,09999999;0;0
+0;0,12;0;0;0;0;0,12;0;0
+0;0,14;0;0;0;0;0,14;0;0
+0;0,16;0;0;0;0;0,16;0;0
+0;0,18;0;0;0;0;0,18;0;0
+0;0,2;0;0;0;0;0,2;0;0
+0;0,22;0;0;0;0;0,22;0;0
+0;0,24;0;0;0;0;0,24;0;0
+0;0,26;0;0;0;0;0,26;0;0
+0;0,28;0;0;0;0;0,28;0;0
+0;0,3;0;0;0;0;0,3;0;0
+0;0,32;0;0;0;0;0,32;0;0
+0;0,34;0;0;0;0;0,34;0;0
+0;0,36;0;0;0;0;0,36;0;0
+0;0,38;0;0;0;0;0,38;0;0
+0;0,4;0;0;0;0;0,4;0;0
+0;0,42;0;0;0;0;0,42;0;0
+0;0,4400001;0;0;0;0;0,4400001;0;0
+0;0,4600001;0;0;0;0;0,4600001;0;0
+0;0,4800001;0;0;0;0;0,4800001;0;0
+0;0,5000001;0;0;0;0;0,5000001;0;0
+0;0,52;0;0;0;0;0,52;0;0
+0;0,54;0;0;0;0;0,54;0;0
+0;0,56;0;0;0;0;0,56;0;0
+0;0,58;0;0;0;0;0,58;0;0
+0;0,6;0;0;0;0;0,6;0;0
+0;0,6199999;0;0;0;0;0,6199999;0;0
+0;0,6399999;0;0;0;0;0,6399999;0;0
+0;0,6599999;0;0;0;0;0,6599999;0;0
+0;0,6799999;0;0;0;0;0,6799999;0;0
+0;0,6999999;0;0;0;0;0,6999999;0;0
+0;0,7199998;0;0;0;0;0,7199998;0;0
+0;0,7399998;0;0;0;0;0,7399998;0;0
+0;0,7599998;0;0;0;0;0,7599998;0;0
+0;0,7799998;0;0;0;0;0,7799998;0;0
+0;0,7999998;0;0;0;0;0,7999998;0;0
+0;0,8199998;0;0;0;0;0,8199998;0;0
+0;0,8399997;0;0;0;0;0,8399997;0;0
+0;0,8599997;0;0;0;0;0,8599997;0;0
+0;0,8799997;0;0;0;0;0,8799997;0;0
+0;0,8999997;0;0;0;0;0,8999997;0;0
+0;0,9199997;0;0;0;0;0,9199997;0;0
+0;0,9399996;0;0;0;0;0,9399996;0;0
+0;0,9599996;0;0;0;0;0,9599996;0;0
+0;0,9799996;0;0;0;0;0,9799996;0;0
+0;0,9999996;0;0;0;0;0,9999996;0;0
+0;1,02;0;0;0;0;1,02;0;0
+0;1,04;0;0;0;0;1,04;0;0
+0;1,06;0;0;0;0;1,06;0;0
+0;1,08;0;0;0;0;1,08;0;0
+0;1,1;0;0;0;0;1,1;0;0
+0;1,12;0;0;0;0;1,12;0;0
+0;1,14;0;0;0;0;1,14;0;0
+0;1,159999;0;0;0;0;1,159999;0;0
+0;1,179999;0;0;0;0;1,179999;0;0
+0;1,199999;0;0;0;0;1,199999;0;0
+0;1,219999;0;0;0;0;1,219999;0;0
+0;1,239999;0;0;0;0;1,239999;0;0
+0;1,259999;0;0;0;0;1,259999;0;0
+0;1,279999;0;0;0;0;1,279999;0;0
+0;1,299999;0;0;0;0;1,299999;0;0
+0;1,319999;0;0;0;0;1,319999;0;0
+0;1,339999;0;0;0;0;1,339999;0;0
+0;1,359999;0;0;0;0;1,359999;0;0
+0;1,379999;0;0;0;0;1,379999;0;0
+0;1,399999;0;0;0;0;1,399999;0;0
+0;1,419999;0;0;0;0;1,419999;0;0
+0;1,439999;0;0;0;0;1,439999;0;0
+0;1,459999;0;0;0;0;1,459999;0;0
+0;1,479999;0;0;0;0;1,479999;0;0
+0;1,499999;0;0;0;0;1,499999;0;0
+0;1,519999;0;0;0;0;1,519999;0;0
+0;1,539999;0;0;0;0;1,539999;0;0
+0;1,559999;0;0;0;0;1,559999;0;0
+0;1,579999;0;0;0;0;1,579999;0;0
+0;1,599999;0;0;0;0;1,599999;0;0
+0;1,619999;0;0;0;0;1,619999;0;0
+0;1,639999;0;0;0;0;1,639999;0;0
+0;1,659999;0;0;0;0;1,659999;0;0
+0;1,679999;0;0;0;0;1,679999;0;0
+0;1,699999;0;0;0;0;1,699999;0;0
+0;1,719999;0;0;0;0;1,719999;0;0
+0;1,739999;0;0;0;0;1,739999;0;0
+0;1,759999;0;0;0;0;1,759999;0;0
+0;1,779999;0;0;0;0;1,779999;0;0
+0;1,799999;0;0;0;0;1,799999;0;0
+0;1,819999;0;0;0;0;1,819999;0;0
+0;1,839999;0;0;0;0;1,839999;0;0
+0;1,859999;0;0;0;0;1,859999;0;0
+0;1,879999;0;0;0;0;1,879999;0;0
+0;1,899999;0;0;0;0;1,899999;0;0
+0;1,919999;0;0;0;0;1,919999;0;0
+0;1,939999;0;0;0;0;1,939999;0;0
+0;1,959999;0;0;0;0;1,959999;0;0
+0;1,979999;0;0;0;0;1,979999;0;0
+0;1,999999;0;0;0;0;1,999999;0;0
+0;2,019999;0;0;0;0;2,019999;0;0
+0;2,039999;0;0;0;0;2,039999;0;0
+0;2,059999;0;0;0;0;2,059999;0;0
+0;2,079999;0;0;0;0;2,079999;0;0
+0;2,099999;0;0;0;0;2,099999;0;0
+0;2,119999;0;0;0;0;2,119999;0;0
+0;2,139999;0;0;0;0;2,139999;0;0
+0;2,159999;0;0;0;0;2,159999;0;0
+0;2,179999;0;0;0;0;2,179999;0;0
+0;2,199999;0;0;0;0;2,199999;0;0
+0;2,219999;0;0;0;0;2,219999;0;0
+0;2,239999;0;0;0;0;2,239999;0;0
+0;2,259999;0;0;0;0;2,259999;0;0
+0;2,279999;0;0;0;0;2,279999;0;0
+0;2,299999;0;0;0;0;2,299999;0;0
+0;2,319999;0;0;0;0;2,319999;0;0
+0;2,339998;0;0;0;0;2,339998;0;0
+0;2,359998;0;0;0;0;2,359998;0;0
+0;2,379998;0;0;0;0;2,379998;0;0
+0;2,399998;0;0;0;0;2,399998;0;0
+0;2,419998;0;0;0;0;2,419998;0;0
+0;2,439998;0;0;0;0;2,439998;0;0
+0;2,459998;0;0;0;0;2,459998;0;0
+0;2,479998;0;0;0;0;2,479998;0;0
+0;2,499998;0;0;0;0;2,499998;0;0
+0;2,519998;0;0;0;0;2,519998;0;0
+0;2,539998;0;0;0;0;2,539998;0;0
+0;2,559998;0;0;0;0;2,559998;0;0
+0;2,579998;0;0;0;0;2,579998;0;0
+0;2,599998;0;0;0;0;2,599998;0;0
+0;2,619998;0;0;0;0;2,619998;0;0
+0;2,639998;0;0;0;0;2,639998;0;0
+0;2,659998;0;0;0;0;2,659998;0;0
+0;2,679998;0;0;0;0;2,679998;0;0
+0;2,699998;0;0;0;0;2,699998;0;0
+0;2,719998;0;0;0;0;2,719998;0;0
+0;2,739998;0;0;0;0;2,739998;0;0
+0;2,759998;0;0;0;0;2,759998;0;0
+0;2,779998;0;0;0;0;2,779998;0;0
+0;2,799998;0;0;0;0;2,799998;0;0
+0;2,819998;0;0;0;0;2,819998;0;0
+0;2,839998;0;0;0;0;2,839998;0;0
+0;2,859998;0;0;0;0;2,859998;0;0
+0;2,879998;0;0;0;0;2,879998;0;0
+0;2,899998;0;0;0;0;2,899998;0;0
+0;2,919998;0;0;0;0;2,919998;0;0
+0;2,939998;0;0;0;0;2,939998;0;0
+0;2,959998;0;0;0;0;2,959998;0;0
+0;2,979998;0;0;0;0;2,979998;0;0
+0;2,999998;0;0;0;0;2,999998;0;0
+0;3,019998;0;0;0;0;3,019998;0;0
+0;3,039998;0;0;0;0;3,039998;0;0
+0;3,059998;0;0;0;0;3,059998;0;0
+0;3,079998;0;0;0;0;3,079998;0;0
+0;3,099998;0;0;0;0;3,099998;0;0
+0;3,119998;0;0;0;0;3,119998;0;0
+0;3,139998;0;0;0;0;3,139998;0;0
+0;3,159998;0;0;0;0;3,159998;0;0
+0;3,179998;0;0;0;0;3,179998;0;0
+0;3,199998;0;0;0;0;3,199998;0;0
+0;3,219998;0;0;0;0;3,219998;0;0
+0;3,239998;0;0;0;0;3,239998;0;0
+0;3,259998;0;0;1;0;3,259998;0;1
+0;3,279998;0;0;1;0;3,259998;0,02;1
+0;3,299998;0;0;1;0;3,259998;0,04;1
+0;3,319998;0;0;1;0;3,259998;0,06;1
+0;3,339998;0;0;1;0;3,259998;0,08;1
+0;3,359998;0;0;1;0;3,259998;0,09999999;1
+0;3,379997;0;0;1;0;3,259998;0,12;1
+0;3,399997;0;0;1;0;3,259998;0,14;1
+0;3,419997;0;0;1;0;3,259998;0,16;1
+0;3,439997;0;0;1;0;3,259998;0,18;1
+0;3,459997;0;0;1;0;3,259998;0,2;1
+0;3,479997;0;0;1;0;3,259998;0,22;1
+0;3,499997;0;0;1;0;3,259998;0,24;1
+0;3,519997;0;0;1;0;3,259998;0,26;1
+0;3,539997;0;0;1;0;3,259998;0,28;1
+0;3,559997;0;0;1;0;3,259998;0,3;1
+0;3,579997;0;0;1;0;3,259998;0,32;1
+0;3,599997;0;0;1;0;3,259998;0,34;1
+0;3,619997;0;0;1;0;3,259998;0,36;1
+0;3,639997;0;0;1;0;3,259998;0,38;1
+0;3,659997;0;0;1;0;3,259998;0,4;1
+0;3,679997;0;0;1;0;3,259998;0,42;1
+0;3,699997;0;0;1;0;3,259998;0,4400001;1
+0;3,719997;0;0;1;0;3,259998;0,4600001;1
+0;3,739997;0;0;1;0;3,259998;0,4800001;1
+0;3,759997;0;0;1;0;3,259998;0,5000001;1
+0;3,779997;0;0;1;0;3,259998;0,52;1
+0;3,799997;0;0;1;0;3,259998;0,54;1
+0;3,819997;0;0;1;0;3,259998;0,56;1
+0;3,839997;0;0;1;0;3,259998;0,58;1
+0;3,859997;0;0;1;0;3,259998;0,6;1
+0;3,879997;0;0;1;0;3,259998;0,6199999;1
+0;3,899997;0;0;1;0;3,259998;0,6399999;1
+0;3,919997;0;0;1;0;3,259998;0,6599999;1
+0;3,939997;0;0;1;0;3,259998;0,6799999;1
+0;3,959997;0;0;1;0;3,259998;0,6999999;1
+0;3,979997;0;0;1;0;3,259998;0,7199998;1
+0;3,999997;0;0;1;0;3,259998;0,7399998;1
+0;4,019997;0;0;1;0;3,259998;0,7599998;1
+0;4,039997;0;0;1;0;3,259998;0,7799998;1
+0;4,059997;0;0;1;0;3,259998;0,7999998;1
+0;4,079997;0;0;1;0;3,259998;0,8199998;1
+0;4,099997;0;0;1;0;3,259998;0,8399997;1
+0;4,119997;0;0;1;0;3,259998;0,8599997;1
+0;4,139997;0;0;1;0;3,259998;0,8799997;1
+0;4,159997;0;0;1;0;3,259998;0,8999997;1
+0;4,179997;0;0;1;0;3,259998;0,9199997;1
+0;4,199997;0;0;1;0;3,259998;0,9399996;1
+0;4,219997;0;0;1;0;3,259998;0,9599996;1
+0;4,239997;0;0;1;0;3,259998;0,9799996;1
+0;4,259997;0;0;1;0;3,259998;0,9999996;1
+0;4,279997;0;0;1;0;3,259998;1,02;1
+0;4,299997;0;0;1;0;3,259998;1,04;1
+0;4,319997;0;0;1;0;3,259998;1,06;1
+0;4,339997;0;0;1;0;3,259998;1,08;1
+0;4,359997;0;0;1;0;3,259998;1,1;1
+0;4,379997;0;0;1;0;3,259998;1,12;1
+0;4,399997;0;0;1;0;3,259998;1,14;1
+0;4,419997;0;0;1;0;3,259998;1,159999;1
+0;4,439997;0;0;1;0;3,259998;1,179999;1
+0;4,459997;0;0;1;0;3,259998;1,199999;1
+0;4,479997;0;0;1;0;3,259998;1,219999;1
+0;4,499997;0;0;1;0;3,259998;1,239999;1
+0;4,519997;0;0;1;0;3,259998;1,259999;1
+0;4,539997;0;0;1;0;3,259998;1,279999;1
+0;4,559997;0;0;1;0;3,259998;1,299999;1
+0;4,579997;0;0;1;0;3,259998;1,319999;1
+0;4,599997;0;0;1;0;3,259998;1,339999;1
+0;4,619997;0;0;1;0;3,259998;1,359999;1
+0;4,639997;0;0;1;0;3,259998;1,379999;1
+0;4,659997;0;0;1;0;3,259998;1,399999;1
+0;4,679996;0;0;1;0;3,259998;1,419999;1
+0;4,699996;0;0;1;0;3,259998;1,439999;1
+0;4,719996;0;0;1;0;3,259998;1,459999;1
+0;4,739996;0;0;1;0;3,259998;1,479999;1
+0;4,759996;0;0;1;0;3,259998;1,499999;1
+0;4,779996;0;0;1;0;3,259998;1,519999;1
+0;4,799996;0;0;1;0;3,259998;1,539999;1
+0;4,819996;0;0;1;0;3,259998;1,559999;1
+0;4,839996;0;0;1;0;3,259998;1,579999;1
+0;4,859996;0;0;1;0;3,259998;1,599999;1
+0;4,879996;0;0;1;0;3,259998;1,619999;1
+0;4,899996;0;0;1;0;3,259998;1,639999;1
+0;4,919996;0;0;1;0;3,259998;1,659999;1
+0;4,939996;0;0;1;0;3,259998;1,679999;1
+0;4,959996;0;0;1;0;3,259998;1,699999;1
+0;4,979996;0;0;1;0;3,259998;1,719999;1
+0;4,999996;0;0;1;0;3,259998;1,739999;1
+0;5,019996;0;0;1;0;3,259998;1,759999;1
+0;5,039996;0;0;1;0;3,259998;1,779999;1
+0;5,059996;0;0;1;0;3,259998;1,799999;1
+0;5,079996;0;0;1;0;3,259998;1,819999;1
+0;5,099996;0;0;1;0;3,259998;1,839999;1
+0;5,119996;0;0;1;0;3,259998;1,859999;1
+0;5,139996;0;0;1;0;3,259998;1,879999;1
+0;5,159996;0;0;1;0;3,259998;1,899999;1
+0;5,179996;0;0;1;0;3,259998;1,919999;1
+0;5,199996;0;0;1;0;3,259998;1,939999;1
+0;5,219996;0;0;1;0;3,259998;1,959999;1
+0;5,239996;0;0;1;0;3,259998;1,979999;1
+0;5,259996;0;0;1;0;3,259998;1,999999;1
+0;5,279996;0;0;1;0;3,259998;2,019999;1
+0;5,299996;0;0;1;0;3,259998;2,039999;1
+0;5,319996;0;0;1;0;3,259998;2,059999;1
+0;5,339996;0;0;1;0;3,259998;2,079999;1
+0;5,359996;0;0;1;0;3,259998;2,099999;1
+0;5,379996;0;0;1;0;3,259998;2,119999;1
+0;5,399996;0;0;1;0;3,259998;2,139999;1
+0;5,419996;0;0;1;0;3,259998;2,159999;1
+0;5,439996;0;0;1;0;3,259998;2,179999;1
+0;5,459996;0;0;1;0;3,259998;2,199999;1
+0;5,479996;0;0;1;0;3,259998;2,219999;1
+0;5,499996;0;0;1;0;3,259998;2,239999;1
+0;5,519996;0;0;1;0;3,259998;2,259999;1
+0;5,539996;0;0;1;0;3,259998;2,279999;1
+0;5,559996;0;0;1;0;3,259998;2,299999;1
+0;5,579996;0;0;1;0;3,259998;2,319999;1
+0;5,599996;0;0;1;0;3,259998;2,339998;1
+0;5,619996;0;0;1;0;3,259998;2,359998;1
+0;5,639996;0;0;1;0;3,259998;2,379998;1
+0;5,659996;0;0;1;0;3,259998;2,399998;1
+0;5,679996;0;0;1;0;3,259998;2,419998;1
+0;5,699996;0;0;1;0;3,259998;2,439998;1
+0;5,719995;0;0;1;0;3,259998;2,459998;1
+0;5,739995;0;0;1;0;3,259998;2,479998;1
+0;5,759995;0;0;1;0;3,259998;2,499998;1
+0;5,779995;0;0;1;0;3,259998;2,519998;1
+0;5,799995;0;0;1;0;3,259998;2,539998;1
+0;5,819995;0;0;1;0;3,259998;2,559998;1
+0;5,839995;0;0;1;0;3,259998;2,579998;1
+0;5,859995;0;0;1;0;3,259998;2,599998;1
+0;5,879995;0;0;1;0;3,259998;2,619998;1
+0;5,899995;0;0;1;0;3,259998;2,639998;1
+0;5,919995;0;0;1;0;3,259998;2,659998;1
+0;5,939995;0;0;1;0;3,259998;2,679998;1
+0;5,959995;0;0;1;0;3,259998;2,699998;1
+0;5,979995;0;0;1;0;3,259998;2,719998;1
+0;5,999995;0;0;1;0;3,259998;2,739998;1
+0;6,019995;0;0;1;0;3,259998;2,759998;1
+0;6,039995;0;0;1;0;3,259998;2,779998;1
+0;6,059995;0;0;1;0;3,259998;2,799998;1
+0;6,079995;0;0;1;0;3,259998;2,819998;1
+0;6,099995;0;0;1;0;3,259998;2,839998;1
+0;6,119995;0;0;1;0;3,259998;2,859998;1
+0;6,139995;0;0;1;0;3,259998;2,879998;1
+0;6,159995;0;0;1;0;3,259998;2,899998;1
+0;6,179995;0;0;1;0;3,259998;2,919998;1
+0;6,199995;0;0;1;0;3,259998;2,939998;1
+0;6,219995;0;0;1;0;3,259998;2,959998;1
+0;6,239995;0;0;1;0;3,259998;2,979998;1
+0;6,259995;0;0;1;0;3,259998;2,999998;1
+0;6,279995;0;0;1;0;3,259998;3,019998;1
+0;6,299995;0;0;1;0;3,259998;3,039998;1
+0;6,319995;0;0;1;0;3,259998;3,059998;1
+0;6,339995;0;0;1;0;3,259998;3,079998;1
+0;6,359995;0;0;1;0;3,259998;3,099998;1
+0;6,379995;0;0;1;0;3,259998;3,119998;1
+0;6,399995;0;0;1;0;3,259998;3,139998;1
+0;6,419995;0;0;1;0;3,259998;3,159998;1
+0;6,439995;0;0;1;0;3,259998;3,179998;1
+0;6,459995;0;0;1;0;3,259998;3,199998;1
+0;6,479995;0;0;1;0;3,259998;3,219998;1
+0;6,499995;0;0;1;0;3,259998;3,239998;1
+0;6,519995;0;0;1;0;3,259998;3,259998;1
+0;6,539995;0;0;1;0;3,259998;3,279998;1
+0;6,559995;0;0;1;0;3,259998;3,299998;1
+0;6,579995;0;0;1;0;3,259998;3,319998;1
+0;6,599995;0;0;1;0;3,259998;3,339998;1
+0;6,619995;0;0;1;0;3,259998;3,359998;1
+0;6,639995;0;0;1;0;3,259998;3,379997;1
+0;6,659995;0;0;1;0;3,259998;3,399997;1
+0;6,679995;0;0;1;0;3,259998;3,419997;1
+0;6,699995;0;0;1;0;3,259998;3,439997;1
+0;6,719995;0;0;1;0;3,259998;3,459997;1
+0;6,739995;0;0;1;0;3,259998;3,479997;1
+0;6,759995;0;0;1;0;3,259998;3,499997;1
+0;6,779994;0;0;1;0;3,259998;3,519997;1
+0;6,799994;0;0;1;0;3,259998;3,539997;1
+0;6,819994;0;0;1;0;3,259998;3,559997;1
+0;6,839994;0;0;1;0;3,259998;3,579997;1
+0;6,859994;0;0;1;0;3,259998;3,599997;1
+0;6,879994;0;0;1;0;3,259998;3,619997;1
+0;6,899994;0;0;1;0;3,259998;3,639997;1
+0;6,919994;0;0;1;0;3,259998;3,659997;1
+0;6,939994;0;0;1;0;3,259998;3,679997;1
+0;6,959994;0;0;1;0;3,259998;3,699997;1
+0;6,979994;0;0;1;0;3,259998;3,719997;1
+0;6,999994;0;0;1;0;3,259998;3,739997;1
+0;7,019994;0;0;1;0;3,259998;3,759997;1
+0;7,039994;0;0;1;0;3,259998;3,779997;1
+0;7,059994;0;0;1;0;3,259998;3,799997;1
+0;7,079994;0;0;1;0;3,259998;3,819997;1
+0;7,099994;0;0;1;0;3,259998;3,839997;1
+0;7,119994;0;0;1;0;3,259998;3,859997;1
+0;7,139994;0;0;1;0;3,259998;3,879997;1
+0;7,159994;0;0;1;0;3,259998;3,899997;1
+0;7,179994;0;0;1;0;3,259998;3,919997;1
+0;7,199994;0;0;1;0;3,259998;3,939997;1
+0;7,219994;0;0;1;0;3,259998;3,959997;1
+0;7,239994;0;0;1;0;3,259998;3,979997;1
+0;7,259994;0;0;1;0;3,259998;3,999997;1
+0;7,279994;0;0;1;0;3,259998;4,019997;1
+0;7,299994;0;0;1;0;3,259998;4,039997;1
+0;7,319994;0;0;1;0;3,259998;4,059997;1
+0;7,339994;0;0;1;0;3,259998;4,079997;1
+0;7,359994;0;0;1;0;3,259998;4,099997;1
+0;7,379994;0;0;1;0;3,259998;4,119997;1
+0;7,399994;0;0;1;0;3,259998;4,139997;1
+0;7,419994;0;0;1;0;3,259998;4,159997;1
+0;7,439994;0;0;1;0;3,259998;4,179997;1
+0;7,459994;0;0;1;0;3,259998;4,199997;1
+0;7,479994;0;0;1;0;3,259998;4,219997;1
+0;7,499994;0;0;1;0;3,259998;4,239997;1
+0;7,519994;0;0;1;0;3,259998;4,259997;1
+0;7,539994;0;0;1;0;3,259998;4,279997;1
+0;7,559994;0;0;1;0;3,259998;4,299997;1
+0;7,579994;0;0;1;0;3,259998;4,319997;1
+0;7,599994;0;0;1;0;3,259998;4,339997;1
+0;7,619994;0;0;1;0;3,259998;4,359997;1
+0;7,639994;0;0;1;0;3,259998;4,379997;1
+0;7,659994;0;0;1;0;3,259998;4,399997;1
+0;7,679994;0;0;1;0;3,259998;4,419997;1
+0;7,699994;0;0;1;0;3,259998;4,439997;1
+0;7,719994;0;0;1;0;3,259998;4,459997;1
+0;7,739994;0;0;1;0;3,259998;4,479997;1
+0;7,759994;0;0;1;0;3,259998;4,499997;1
+0;7,779994;0;0;1;0;3,259998;4,519997;1
+0;7,799994;0;0;1;0;3,259998;4,539997;1
+0;7,819993;0;0;1;0;3,259998;4,559997;1
+0;7,839993;0;0;1;0;3,259998;4,579997;1
+0;7,859993;0;0;1;0;3,259998;4,599997;1
+0;7,879993;0;0;1;0;3,259998;4,619997;1
+0;7,899993;0;0;1;0;3,259998;4,639997;1
+0;7,919993;0;0;1;0;3,259998;4,659997;1
+0;7,939993;0;0;1;0;3,259998;4,679996;1
+0;7,959993;0;0;1;0;3,259998;4,699996;1
+0;7,979993;0;0;1;0;3,259998;4,719996;1
+0;7,999993;0;0;1;0;3,259998;4,739996;1
+0;8,019994;0;0;1;0;3,259998;4,759996;1
+0;8,039994;0;0;1;0;3,259998;4,779996;1
+0;8,059995;0;0;1;0;3,259998;4,799996;1
+0;8,079995;0;0;1;0;3,259998;4,819996;1
+0;8,099996;0;0;1;0;3,259998;4,839996;1
+0;8,119996;0;0;1;0;3,259998;4,859996;1
+0;8,139997;0;0;1;0;3,259998;4,879996;1
+0;8,159997;0;0;1;0;3,259998;4,899996;1
+0;8,179997;0;0;1;0;3,259998;4,919996;1
+0;8,199998;0;0;1;0;3,259998;4,939996;1
+0;8,219998;0;0;1;0;3,259998;4,959996;1
+0;8,239999;0;0;1;0;3,259998;4,979996;1
+0;8,259999;0;0;1;0;3,259998;4,999996;1
+0;8,28;0;0;1;0;3,259998;5,019996;1
+0;8,3;0;0;1;0;3,259998;5,039996;1
+0;8,320001;0;0;1;0;3,259998;5,059996;1
+0;8,340001;0;0;1;0;3,259998;5,079996;1
+0;8,360002;0;0;1;0;3,259998;5,099996;1
+0;8,380002;0;0;1;0;3,259998;5,119996;1
+0;8,400002;0;0;1;0;3,259998;5,139996;1
+0;8,420003;0;0;1;0;3,259998;5,159996;1
+0;8,440003;0;0;1;0;3,259998;5,179996;1
+0;8,460004;0;0;1;0;3,259998;5,199996;1
+0;8,480004;0;0;1;0;3,259998;5,219996;1
+0;8,500005;0;0;1;0;3,259998;5,239996;1
+0;8,520005;0;0;1;0;3,259998;5,259996;1
+0;8,540006;0;0;1;0;3,259998;5,279996;1
+0;8,560006;0;0;1;0;3,259998;5,299996;1
+0;8,580007;0;0;1;0;3,259998;5,319996;1
+0;8,600007;0;0;1;0;3,259998;5,339996;1
+0;8,620008;0;0;1;0;3,259998;5,359996;1
+0;8,640008;0;0;1;0;3,259998;5,379996;1
+0;8,660008;0;0;1;0;3,259998;5,399996;1
+0;8,680009;0;0;1;0;3,259998;5,419996;1
+0;8,700009;0;0;1;0;3,259998;5,439996;1
+0;8,72001;0;0;1;0;3,259998;5,459996;1
+0;8,74001;0;0;1;0;3,259998;5,479996;1
+0;8,760011;0;0;1;0;3,259998;5,499996;1
+0;8,780011;0;0;1;0;3,259998;5,519996;1
+0;8,800012;0;0;1;0;3,259998;5,539996;1
+0;8,820012;0;0;1;0;3,259998;5,559996;1
+0;8,840013;0;0;1;0;3,259998;5,579996;1
+0;8,860013;0;0;1;0;3,259998;5,599996;1
+0;8,880013;0;0;1;0;3,259998;5,619996;1
+0;8,900014;0;0;1;0;3,259998;5,639996;1
+0;8,920014;0;0;1;0;3,259998;5,659996;1
+0;8,940015;0;0;1;0;3,259998;5,679996;1
+0;8,960015;0;0;1;0;3,259998;5,699996;1
+0;8,980016;0;0;1;0;3,259998;5,719995;1
+0;9,000016;0;0;1;0;3,259998;5,739995;1
+0;9,020017;0;0;1;0;3,259998;5,759995;1
+0;9,040017;0;0;1;0;3,259998;5,779995;1
+0;9,060018;0;0;1;0;3,259998;5,799995;1
+0;9,080018;0;0;1;0;3,259998;5,819995;1
+0;9,100019;0;0;1;0;3,259998;5,839995;1
+0;9,120019;0;0;1;0;3,259998;5,859995;1
+0;9,140019;0;0;1;0;3,259998;5,879995;1
+0;9,16002;0;0;1;0;3,259998;5,899995;1
+0;9,18002;0;0;1;0;3,259998;5,919995;1
+0;9,200021;0;0;1;0;3,259998;5,939995;1
+0;9,220021;0;0;1;0;3,259998;5,959995;1
+0;9,240022;0;0;1;0;3,259998;5,979995;1
+0;9,260022;0;0;1;0;3,259998;5,999995;1
+0;9,280023;0;0;1;0;3,259998;6,019995;1
+0;9,300023;0;0;1;0;3,259998;6,039995;1
+0;9,320024;0;0;1;0;3,259998;6,059995;1
+0;9,340024;0;0;1;0;3,259998;6,079995;1
+0;9,360024;0;0;1;0;3,259998;6,099995;1
+0;9,380025;0;0;1;0;3,259998;6,119995;1
+0;9,400025;0;0;1;0;3,259998;6,139995;1
+0;9,420026;0;0;1;0;3,259998;6,159995;1
+0;9,440026;0;0;1;0;3,259998;6,179995;1
+0;9,460027;0;0;1;0;3,259998;6,199995;1
+0;9,480027;0;0;1;0;3,259998;6,219995;1
+0;9,500028;0;0;1;0;3,259998;6,239995;1
+0;9,520028;0;0;1;0;3,259998;6,259995;1
+0;9,540029;0;0;1;0;3,259998;6,279995;1
+0;9,560029;0;0;1;0;3,259998;6,299995;1
+0;9,580029;0;0;1;0;3,259998;6,319995;1
+0;9,60003;0;0;1;0;3,259998;6,339995;1
+0;9,62003;0;0;1;0;3,259998;6,359995;1
+0;9,640031;0;0;1;0;3,259998;6,379995;1
+0;9,660031;0;0;1;0;3,259998;6,399995;1
+0;9,680032;0;0;1;0;3,259998;6,419995;1
+0;9,700032;0;0;1;0;3,259998;6,439995;1
+0;9,720033;0;0;1;0;3,259998;6,459995;1
+0;9,740033;0;0;1;0;3,259998;6,479995;1
+0;9,760034;0;0;1;0;3,259998;6,499995;1
+0;9,780034;0;0;1;0;3,259998;6,519995;1
+0;9,800035;0;0;1;0;3,259998;6,539995;1
+0;9,820035;0;0;1;0;3,259998;6,559995;1
+0;9,840035;0;0;1;0;3,259998;6,579995;1
+0;9,860036;0;0;1;0;3,259998;6,599995;1
+0;9,880036;0;0;1;0;3,259998;6,619995;1
+0;9,900037;0;0;1;0;3,259998;6,639995;1
+0;9,920037;0;0;1;0;3,259998;6,659995;1
+0;9,940038;0;0;1;0;3,259998;6,679995;1
+0;9,960038;0;0;1;0;3,259998;6,699995;1
+0;9,980039;0;0;1;0;3,259998;6,719995;1
+0;10,00004;0;0;1;0;3,259998;6,739995;1
+0;10,02004;0;0;1;0;3,259998;6,759995;1
+0;10,04004;0;0;1;0;3,259998;6,779994;1
+0;10,06004;0;0;1;0;3,259998;6,799994;1
+0;10,08004;0;0;1;0;3,259998;6,819994;1
+0;10,10004;0;0;1;0;3,259998;6,839994;1
+0;10,12004;0;0;1;0;3,259998;6,859994;1
+0;10,14004;0;0;1;0;3,259998;6,879994;1
+0;10,16004;0;0;1;0;3,259998;6,899994;1
+0;10,18004;0;0;1;0;3,259998;6,919994;1
+0;10,20004;0;0;1;0;3,259998;6,939994;1
+0;10,22004;0;0;1;0;3,259998;6,959994;1
+0;10,24004;0;0;1;0;3,259998;6,979994;1
+0;10,26005;0;0;1;0;3,259998;6,999994;1
+0;10,28005;0;0;1;0;3,259998;7,019994;1
+0;10,30005;0;0;1;0;3,259998;7,039994;1
+0;10,32005;0;0;1;0;3,259998;7,059994;1
+0;10,34005;0;0;1;0;3,259998;7,079994;1
+0;10,36005;0;0;1;0;3,259998;7,099994;1
+0;10,38005;0;0;1;0;3,259998;7,119994;1
+0;10,40005;0;0;1;0;3,259998;7,139994;1
+0;10,42005;0;0;1;0;3,259998;7,159994;1
+0;10,44005;0;0;1;0;3,259998;7,179994;1
+0;10,46005;0;0;1;0;3,259998;7,199994;1
+0;10,48005;0;0;1;0;3,259998;7,219994;1
+0;10,50005;0;0;1;0;3,259998;7,239994;1
+0;10,52005;0;0;1;0;3,259998;7,259994;1
+0;10,54005;0;0;1;0;3,259998;7,279994;1
+0;10,56005;0;0;1;0;3,259998;7,299994;1
+0;10,58005;0;0;1;0;3,259998;7,319994;1
+0;10,60005;0;0;1;0;3,259998;7,339994;1
+0;10,62005;0;0;1;0;3,259998;7,359994;1
+0;10,64005;0;0;1;0;3,259998;7,379994;1
+0;10,66005;0;0;1;0;3,259998;7,399994;1
+0;10,68005;0;0;1;0;3,259998;7,419994;1
+0;10,70006;0;0;1;0;3,259998;7,439994;1
+0;10,72006;0;0;1;0;3,259998;7,459994;1
+0;10,74006;0;0;1;0;3,259998;7,479994;1
+0;10,76006;0;0;1;0;3,259998;7,499994;1
+0;10,78006;0;0;1;0;3,259998;7,519994;1
+0;10,80006;0;0;1;0;3,259998;7,539994;1
+0;10,82006;0;0;1;0;3,259998;7,559994;1
+0;10,84006;0;0;1;0;3,259998;7,579994;1
+0;10,86006;0;0;1;0;3,259998;7,599994;1
+0;10,88006;0;0;1;0;3,259998;7,619994;1
+0;10,90006;0;0;1;0;3,259998;7,639994;1
+0;10,92006;0;0;1;0;3,259998;7,659994;1
+0;10,94006;0;0;1;0;3,259998;7,679994;1
+0;10,96006;0;0;1;0;3,259998;7,699994;1
+0;10,98006;0;0;1;0;3,259998;7,719994;1
+0;11,00006;0;0;1;0;3,259998;7,739994;1
+0;11,02006;0;0;1;0;3,259998;7,759994;1
+0;11,04006;0;0;1;0;3,259998;7,779994;1
+0;11,06006;0;0;1;0;3,259998;7,799994;1
+0;11,08006;0;0;1;0;3,259998;7,819993;1
+0;11,10006;0;0;1;0;3,259998;7,839993;1
+0;11,12006;0;0;1;0;3,259998;7,859993;1
+0;11,14007;0;0;1;0;3,259998;7,879993;1
+0;11,16007;0;0;1;0;3,259998;7,899993;1
+0;11,18007;0;0;1;0;3,259998;7,919993;1
+0;11,20007;0;0;1;0;3,259998;7,939993;1
+0;11,22007;0;0;1;0;3,259998;7,959993;1
+0;11,24007;0;0;1;0;3,259998;7,979993;1
+0;11,26007;0;0;1;0;3,259998;7,999993;1
+0;11,28007;0;0;1;0;3,259998;8,019994;1
+0;11,30007;0;0;1;0;3,259998;8,039994;1
+0;11,32007;0;0;1;0;3,259998;8,059995;1
+0;11,34007;0;0;1;0;3,259998;8,079995;1
+0;11,36007;0;0;1;0;3,259998;8,099996;1
+0;11,38007;0;0;1;0;3,259998;8,119996;1
+0;11,40007;0;0;1;0;3,259998;8,139997;1
+0;11,42007;0;0;1;0;3,259998;8,159997;1
+0;11,44007;0;0;1;0;3,259998;8,179997;1
+0;11,46007;0;0;1;0;3,259998;8,199998;1
+0;11,48007;0;0;1;0;3,259998;8,219998;1
+0;11,50007;0;0;1;0;3,259998;8,239999;1
+0;11,52007;0;0;1;0;3,259998;8,259999;1
+0;11,54007;0;0;1;0;3,259998;8,28;1
+0;11,56007;0;0;1;0;3,259998;8,3;1
+0;11,58008;0;0;1;0;3,259998;8,320001;1
+0;11,60008;0;0;1;0;3,259998;8,340001;1
+0;11,62008;0;0;1;0;3,259998;8,360002;1
+0;11,64008;0;0;1;0;3,259998;8,380002;1
+0;11,66008;0;0;1;0;3,259998;8,400002;1
+0;11,68008;0;0;1;0;3,259998;8,420003;1
+0;11,70008;0;0;1;0;3,259998;8,440003;1
+0;11,72008;0;0;1;0;3,259998;8,460004;1
+0;11,74008;0;0;1;0;3,259998;8,480004;1
+0;11,76008;0;0;1;0;3,259998;8,500005;1
+0;11,78008;0;0;1;0;3,259998;8,520005;1
+0;11,80008;0;0;1;0;3,259998;8,540006;1
+0;11,82008;0;0;1;0;3,259998;8,560006;1
+0;11,84008;0;0;1;0;3,259998;8,580007;1
+0;11,86008;0;0;1;0;3,259998;8,600007;1
+0;11,88008;0;0;1;0;3,259998;8,620008;1
+0;11,90008;0;0;1;0;3,259998;8,640008;1
+0;11,92008;0;0;1;0;3,259998;8,660008;1
+0;11,94008;0;0;1;0;3,259998;8,680009;1
+0;11,96008;0;0;1;0;3,259998;8,700009;1
+0;11,98008;0;0;1;0;3,259998;8,72001;1
+0;12,00008;0;0;1;0;3,259998;8,74001;1
+0;12,02009;0;0;1;0;3,259998;8,760011;1
+0;12,04009;0;0;1;0;3,259998;8,780011;1
+0;12,06009;0;0;1;0;3,259998;8,800012;1
+0;12,08009;0;0;1;0;3,259998;8,820012;1
+0;12,10009;0;0;1;0;3,259998;8,840013;1
+0;12,12009;0;0;1;0;3,259998;8,860013;1
+0;12,14009;0;0;1;0;3,259998;8,880013;1
+0;12,16009;0;0;1;0;3,259998;8,900014;1
+0;12,18009;0;0;1;0;3,259998;8,920014;1
+0;12,20009;0;0;1;0;3,259998;8,940015;1
+0;12,22009;0;0;1;0;3,259998;8,960015;1
+0;12,24009;0;0;1;0;3,259998;8,980016;1
+0;12,26009;0;0;1;0;3,259998;9,000016;1
+0;12,28009;0;0;1;0;3,259998;9,020017;1
+0;12,30009;0;0;1;0;3,259998;9,040017;1
+0;12,32009;0;0;1;0;3,259998;9,060018;1
+0;12,34009;0;0;1;0;3,259998;9,080018;1
+0;12,36009;0;0;1;0;3,259998;9,100019;1
+0;12,38009;0;0;1;0;3,259998;9,120019;1
+0;12,40009;0;0;1;0;3,259998;9,140019;1
+0;12,42009;0;0;1;0;3,259998;9,16002;1
+0;12,44009;0;0;1;0;3,259998;9,18002;1
+0;12,4601;0;0;1;0;3,259998;9,200021;1
+0;12,4801;0;0;1;0;3,259998;9,220021;1
+0;12,5001;0;0;1;0;3,259998;9,240022;1
+0;12,5201;0;0;1;0;3,259998;9,260022;1
+0;12,5401;0;0;1;0;3,259998;9,280023;1
+0;12,5601;0;0;1;0;3,259998;9,300023;1
+0;12,5801;0;0;1;0;3,259998;9,320024;1
+0;12,6001;0;0;1;0;3,259998;9,340024;1
+0;12,6201;0;0;1;0;3,259998;9,360024;1
+0;12,6401;0;0;1;0;3,259998;9,380025;1
+0;12,6601;0;0;1;0;3,259998;9,400025;1
+0;12,6801;0;0;1;0;3,259998;9,420026;1
+0;12,7001;0;0;1;0;3,259998;9,440026;1
+0;12,7201;0;0;1;0;3,259998;9,460027;1
+0;12,7401;0;0;1;0;3,259998;9,480027;1
+0;12,7601;0;0;1;0;3,259998;9,500028;1
+0;12,7801;0;0;1;0;3,259998;9,520028;1
+0;12,8001;0;0;1;0;3,259998;9,540029;1
+0;12,8201;0;0;1;0;3,259998;9,560029;1
+0;12,8401;0;0;1;0;3,259998;9,580029;1
+0;12,8601;0;0;1;0;3,259998;9,60003;1
+0;12,88011;0;0;1;0;3,259998;9,62003;1
+0;12,90011;0;0;1;0;3,259998;9,640031;1
+0;12,92011;0;0;1;0;3,259998;9,660031;1
+0;12,94011;0;0;1;0;3,259998;9,680032;1
+0;12,96011;0;0;1;0;3,259998;9,700032;1
+0;12,98011;0;0;1;0;3,259998;9,720033;1
+0;13,00011;0;0;1;0;3,259998;9,740033;1
+0;13,02011;0;0;1;0;3,259998;9,760034;1
+0;13,04011;0;0;1;0;3,259998;9,780034;1
+0;13,06011;0;0;1;0;3,259998;9,800035;1
+0;13,08011;0;0;1;0;3,259998;9,820035;1
+0;13,10011;0;0;1;0;3,259998;9,840035;1
+0;13,12011;0;0;1;0;3,259998;9,860036;1
+0;13,14011;0;0;1;0;3,259998;9,880036;1
+0;13,16011;0;0;1;0;3,259998;9,900037;1
+0;13,18011;0;0;1;0;3,259998;9,920037;1
+0;13,20011;0;0;1;0;3,259998;9,940038;1
+0;13,22011;0;0;1;0;3,259998;9,960038;1
+0;13,24011;0;0;1;0;3,259998;9,980039;1
+0;13,26011;0;0;1;0;3,259998;10,00004;1
+0;13,28011;0;0;1;0;3,259998;10,02004;1
+0;13,30011;0;0;1;0;3,259998;10,04004;1
+0;13,32012;0;0;1;0;3,259998;10,06004;1
+0;13,34012;0;0;1;0;3,259998;10,08004;1
+0;13,36012;0;0;1;0;3,259998;10,10004;1
+0;13,38012;0;0;1;0;3,259998;10,12004;1
+0;13,40012;0;0;1;0;3,259998;10,14004;1
+0;13,42012;0;0;1;0;3,259998;10,16004;1
+0;13,44012;0;0;1;0;3,259998;10,18004;1
+0;13,46012;0;0;1;0;3,259998;10,20004;1
+0;13,48012;0;0;1;0;3,259998;10,22004;1
+0;13,50012;0;0;1;0;3,259998;10,24004;1
+0;13,52012;0;0;1;0;3,259998;10,26005;1
+0;13,54012;0;0;1;0;3,259998;10,28005;1
+0;13,56012;0;0;1;0;3,259998;10,30005;1
+0;13,58012;0;0;1;0;3,259998;10,32005;1
+0;13,60012;0;0;1;0;3,259998;10,34005;1
+0;13,62012;0;0;1;0;3,259998;10,36005;1
+0;13,64012;0;0;1;0;3,259998;10,38005;1
+0;13,66012;0;0;1;0;3,259998;10,40005;1
+0;13,68012;0;0;1;0;3,259998;10,42005;1
+0;13,70012;0;0;1;0;3,259998;10,44005;1
+0;13,72012;0;0;1;0;3,259998;10,46005;1
+0;13,74012;0;0;1;0;3,259998;10,48005;1
+0;13,76013;0;0;1;0;3,259998;10,50005;1
+0;13,78013;0;0;1;0;3,259998;10,52005;1
+0;13,80013;0;0;1;0;3,259998;10,54005;1
+0;13,82013;0;0;1;0;3,259998;10,56005;1
+0;13,84013;0;0;1;0;3,259998;10,58005;1
+0;13,86013;0;0;1;0;3,259998;10,60005;1
+0;13,88013;0;0;1;0;3,259998;10,62005;1
+0;13,90013;0;0;1;0;3,259998;10,64005;1
+0;13,92013;0;0;1;0;3,259998;10,66005;1
+0;13,94013;0;0;1;0;3,259998;10,68005;1
+0;13,96013;0;0;1;0;3,259998;10,70006;1
+0;13,98013;0;0;1;0;3,259998;10,72006;1
+0;14,00013;0;0;1;0;3,259998;10,74006;1
+0;14,02013;0;0;1;0;3,259998;10,76006;1
+0;14,04013;0;0;1;0;3,259998;10,78006;1
+0;14,06013;0;0;1;0;3,259998;10,80006;1
+0;14,08013;0;0;1;0;3,259998;10,82006;1
+0;14,10013;0;0;1;0;3,259998;10,84006;1
+0;14,12013;0;0;1;0;3,259998;10,86006;1
+0;14,14013;0;0;1;0;3,259998;10,88006;1
+0;14,16013;0;0;1;0;3,259998;10,90006;1
+0;14,18013;0;0;1;0;3,259998;10,92006;1
+0;14,20014;0;0;1;0;3,259998;10,94006;1
+0;14,22014;0;0;1;0;3,259998;10,96006;1
+0;14,24014;0;0;1;0;3,259998;10,98006;1
+0;14,26014;0;0;1;0;3,259998;11,00006;1
+0;14,28014;0;0;1;0;3,259998;11,02006;1
+0;14,30014;0;0;1;0;3,259998;11,04006;1
+0;14,32014;0;0;1;0;3,259998;11,06006;1
+0;14,34014;0;0;1;0;3,259998;11,08006;1
+0;14,36014;0;0;1;0;3,259998;11,10006;1
+0;14,38014;0;0;1;0;3,259998;11,12006;1
+0;14,40014;0;0;1;0;3,259998;11,14007;1
+0;14,42014;0;0;1;0;3,259998;11,16007;1
+0;14,44014;0;0;1;0;3,259998;11,18007;1
+0;14,46014;0;0;1;0;3,259998;11,20007;1
+0;14,48014;0;0;1;0;3,259998;11,22007;1
+0;14,50014;0;0;1;0;3,259998;11,24007;1
+0;14,52014;0;0;1;0;3,259998;11,26007;1
+0;14,54014;0;0;1;0;3,259998;11,28007;1
+0;14,56014;0;0;1;0;3,259998;11,30007;1
+0;14,58014;0;0;1;0;3,259998;11,32007;1
+0;14,60014;0;0;1;0;3,259998;11,34007;1
+0;14,62014;0;0;1;0;3,259998;11,36007;1
+0;14,64015;0;0;1;0;3,259998;11,38007;1
+0;14,66015;0;0;1;0;3,259998;11,40007;1
+0;14,68015;0;0;1;0;3,259998;11,42007;1
+0;14,70015;0;0;1;0;3,259998;11,44007;1
+0;14,72015;0;0;1;0;3,259998;11,46007;1
+0;14,74015;0;0;1;0;3,259998;11,48007;1
+0;14,76015;0;0;1;0;3,259998;11,50007;1
+0;14,78015;0;0;1;0;3,259998;11,52007;1
+0;14,80015;0;0;1;0;3,259998;11,54007;1
+0;14,82015;0;0;1;0;3,259998;11,56007;1
+0;14,84015;0;0;1;0;3,259998;11,58008;1
+0;14,86015;0;0;1;0;3,259998;11,60008;1
+0;14,88015;0;0;1;0;3,259998;11,62008;1
+0;14,90015;0;0;1;0;3,259998;11,64008;1
+0;14,92015;0;0;1;0;3,259998;11,66008;1
+0;14,94015;0;0;1;0;3,259998;11,68008;1
+0;14,96015;0;0;1;0;3,259998;11,70008;1
+0;14,98015;0;0;1;0;3,259998;11,72008;1
+0;15,00015;0;0;1;0;3,259998;11,74008;1
+0;15,02015;0;0;1;0;3,259998;11,76008;1
+0;15,04015;0;0;1;0;3,259998;11,78008;1
+0;15,06015;0;0;1;0;3,259998;11,80008;1
+0;15,08016;0;0;1;0;3,259998;11,82008;1
+0;15,10016;0;0;1;0;3,259998;11,84008;1
+0;15,12016;0;0;1;0;3,259998;11,86008;1
+0;15,14016;0;0;1;0;3,259998;11,88008;1
+0;15,16016;0;0;1;0;3,259998;11,90008;1
+0;15,18016;0;0;1;0;3,259998;11,92008;1
+0;15,20016;0;0;1;0;3,259998;11,94008;1
+0;15,22016;0;0;1;0;3,259998;11,96008;1
+0;15,24016;0;0;1;0;3,259998;11,98008;1
+0;15,26016;0;0;1;0;3,259998;12,00008;1
+0;15,28016;0;0;1;0;3,259998;12,02009;1
+0;15,30016;0;0;1;0;3,259998;12,04009;1
+0;15,32016;0;0;1;0;3,259998;12,06009;1
+0;15,34016;0;0;1;0;3,259998;12,08009;1
+0;15,36016;0;0;1;0;3,259998;12,10009;1
+0;15,38016;0;0;1;0;3,259998;12,12009;1
+0;15,40016;0;0;1;0;3,259998;12,14009;1
+0;15,42016;0;0;1;0;3,259998;12,16009;1
+0;15,44016;0;0;1;0;3,259998;12,18009;1
+0;15,46016;0;0;1;0;3,259998;12,20009;1
+0;15,48016;0;0;1;0;3,259998;12,22009;1
+0;15,50016;0;0;1;0;3,259998;12,24009;1
+0;15,52017;0;0;1;0;3,259998;12,26009;1
+0;15,54017;0;0;1;0;3,259998;12,28009;1
+0;15,56017;0;0;1;0;3,259998;12,30009;1
+0;15,58017;0;0;1;0;3,259998;12,32009;1
+0;15,60017;0;0;1;0;3,259998;12,34009;1
+0;15,62017;0;0;1;0;3,259998;12,36009;1
+0;15,64017;0;0;1;0;3,259998;12,38009;1
+0;15,66017;0;0;1;0;3,259998;12,40009;1
+0;15,68017;0;0;1;0;3,259998;12,42009;1
+0;15,70017;0;0;1;0;3,259998;12,44009;1
+0;15,72017;0;0;1;0;3,259998;12,4601;1
+0;15,74017;0;0;1;0;3,259998;12,4801;1
+0;15,76017;0;0;1;0;3,259998;12,5001;1
+0;15,78017;0;0;1;0;3,259998;12,5201;1
+0;15,80017;0;0;1;0;3,259998;12,5401;1
+0;15,82017;0;0;1;0;3,259998;12,5601;1
+0;15,84017;0;0;1;0;3,259998;12,5801;1
+0;15,86017;0;0;1;0;3,259998;12,6001;1
+0;15,88017;0;0;1;0;3,259998;12,6201;1
+0;15,90017;0;0;1;0;3,259998;12,6401;1
+0;15,92017;0;0;1;0;3,259998;12,6601;1
+0;15,94018;0;0;1;0;3,259998;12,6801;1
+0;15,96018;0;0;1;0;3,259998;12,7001;1
+0;15,98018;0;0;1;0;3,259998;12,7201;1
+0;16,00018;0;0;1;0;3,259998;12,7401;1
+0;16,02018;0;0;1;0;3,259998;12,7601;1
+0;16,04018;0;0;1;0;3,259998;12,7801;1
+0;16,06018;0;0;1;0;3,259998;12,8001;1
+0;16,08018;0;0;1;0;3,259998;12,8201;1
+0;16,10018;0;0;1;0;3,259998;12,8401;1
+0;16,12018;0;0;1;0;3,259998;12,8601;1
+0;16,14018;0;0;1;0;3,259998;12,88011;1
+0;16,16018;0;0;1;0;3,259998;12,90011;1
+0;16,18018;0;0;1;0;3,259998;12,92011;1
+0;16,20018;0;0;1;0;3,259998;12,94011;1
+0;16,22018;0;0;1;0;3,259998;12,96011;1
+0;16,24018;0;0;1;0;3,259998;12,98011;1
+0;16,26018;0;0;1;0;3,259998;13,00011;1
+0;16,28018;0;0;1;0;3,259998;13,02011;1
+0;16,30018;0;0;1;0;3,259998;13,04011;1
+0;16,32018;0;0;1;0;3,259998;13,06011;1
+0;16,34018;0;0;1;0;3,259998;13,08011;1
+0;16,36018;0;0;1;0;3,259998;13,10011;1
+0;16,38018;0;0;1;0;3,259998;13,12011;1
+0;16,40018;0;0;1;0;3,259998;13,14011;1
+0;16,42019;0;0;1;0;3,259998;13,16011;1
+0;16,44019;0;0;1;0;3,259998;13,18011;1
+0;16,46019;0;0;1;0;3,259998;13,20011;1
+0;16,48019;0;0;1;0;3,259998;13,22011;1
+0;16,50019;0;0;1;0;3,259998;13,24011;1
+0;16,52019;0;0;1;0;3,259998;13,26011;1
+0;16,54019;0;0;1;0;3,259998;13,28011;1
+0;16,56019;0;0;1;0;3,259998;13,30011;1
+0;16,58019;0;0;1;0;3,259998;13,32012;1
+0;16,60019;0;0;1;0;3,259998;13,34012;1
+0;16,62019;0;0;1;0;3,259998;13,36012;1
+0;16,64019;0;0;1;0;3,259998;13,38012;1
+0;16,66019;0;0;1;0;3,259998;13,40012;1
+0;16,68019;0;0;1;0;3,259998;13,42012;1
+0;16,70019;0;0;1;0;3,259998;13,44012;1
+0;16,72019;0;0;1;0;3,259998;13,46012;1
+0;16,74019;0;0;1;0;3,259998;13,48012;1
+0;16,76019;0;0;1;0;3,259998;13,50012;1
+0;16,78019;0;0;1;0;3,259998;13,52012;1
+0;16,80019;0;0;1;0;3,259998;13,54012;1
+0;16,82019;0;0;1;0;3,259998;13,56012;1
+0;16,84019;0;0;1;0;3,259998;13,58012;1
+0;16,8602;0;0;1;0;3,259998;13,60012;1
+0;16,8802;0;0;1;0;3,259998;13,62012;1
+0;16,9002;0;0;1;0;3,259998;13,64012;1
+0;16,9202;0;0;1;0;3,259998;13,66012;1
+0;16,9402;0;0;1;0;3,259998;13,68012;1
+0;16,9602;0;0;1;0;3,259998;13,70012;1
+0;16,9802;0;0;1;0;3,259998;13,72012;1
+0;17,0002;0;0;1;0;3,259998;13,74012;1
+0;17,0202;0;0;1;0;3,259998;13,76013;1
+0;17,0402;0;0;1;0;3,259998;13,78013;1
+0;17,0602;0;0;1;0;3,259998;13,80013;1
+0;17,0802;0;0;1;0;3,259998;13,82013;1
+0;17,1002;0;0;1;0;3,259998;13,84013;1
+0;17,1202;0;0;1;0;3,259998;13,86013;1
+0;17,1402;0;0;1;0;3,259998;13,88013;1
+0;17,1602;0;0;1;0;3,259998;13,90013;1
+0;17,1802;0;0;1;0;3,259998;13,92013;1
+0;17,2002;0;0;1;0;3,259998;13,94013;1
+0;17,2202;0;0;1;0;3,259998;13,96013;1
+0;17,2402;0;0;1;0;3,259998;13,98013;1
+0;17,2602;0;0;1;0;3,259998;14,00013;1
+0;17,2802;0;0;1;0;3,259998;14,02013;1
+0;17,30021;0;0;1;0;3,259998;14,04013;1
+0;17,32021;0;0;1;0;3,259998;14,06013;1
+0;17,34021;0;0;1;0;3,259998;14,08013;1
+0;17,36021;0;0;1;0;3,259998;14,10013;1
+0;17,38021;0;0;1;0;3,259998;14,12013;1
+0;17,40021;0;0;1;0;3,259998;14,14013;1
+0;17,42021;0;0;1;0;3,259998;14,16013;1
+0;17,44021;0;0;1;0;3,259998;14,18013;1
+0;17,46021;0;0;1;0;3,259998;14,20014;1
+0;17,48021;0;0;1;0;3,259998;14,22014;1
+0;17,50021;0;0;2;0;3,259998;14,24014;1
+0;17,52021;0;0;2;0;3,259998;14,26014;1
+0;17,54021;0;0;2;0;3,259998;14,28014;1
+0;17,56021;0;0;2;0;3,259998;14,30014;1
+0;17,58021;0;0;2;0;3,259998;14,32014;1
+0;17,60021;0;0;2;0;3,259998;14,34014;1
+0;17,62021;0;0;2;0;3,259998;14,36014;1
+0;17,64021;0;0;2;0;3,259998;14,38014;1
+0;17,66021;0;0;2;0;3,259998;14,40014;1
+0;17,68021;0;0;2;0;3,259998;14,42014;1
+0;17,70021;0;0;2;0;3,259998;14,44014;1
+0;17,72021;0;0;2;0;3,259998;14,46014;1
+0;17,74022;0;0;2;0;3,259998;14,48014;1
+0;17,76022;0;0;2;0;3,259998;14,50014;1
+0;17,78022;0;0;2;0;3,259998;14,52014;1
+0;17,80022;0;0;2;0;3,259998;14,54014;1
+0;17,82022;0;0;2;0;3,259998;14,56014;1
+0;17,84022;0;0;2;0;3,259998;14,58014;1
+0;17,86022;0;0;2;0;3,259998;14,60014;1
+0;17,88022;0;0;2;0;3,259998;14,62014;1
+0;17,90022;0;0;2;0;3,259998;14,64015;1
+0;17,92022;0;0;2;0;3,259998;14,66015;1
+0;17,94022;0;0;2;0;3,259998;14,68015;1
+0;17,96022;0;0;2;0;3,259998;14,70015;1
+0;17,98022;0;0;2;0;3,259998;14,72015;1
+0;18,00022;0;0;2;0;3,259998;14,74015;1
+0;18,02022;0;0;2;0;3,259998;14,76015;1
+0;18,04022;0;0;2;0;3,259998;14,78015;1
+0;18,06022;0;0;2;0;3,259998;14,80015;1
+0;18,08022;0;0;2;0;3,259998;14,82015;1
+0;18,10022;0;0;2;0;3,259998;14,84015;1
+0;18,12022;0;0;2;0;3,259998;14,86015;1
+0;18,14022;0;0;2;0;3,259998;14,88015;1
+0;18,16022;0;0;2;0;3,259998;14,90015;1
+0;18,18023;0;0;2;0;3,259998;14,92015;1
+0;18,20023;0;0;2;0;3,259998;14,94015;1
+0;18,22023;0;0;2;0;3,259998;14,96015;1
+0;18,24023;0;0;2;0;3,259998;14,98015;1
+0;18,26023;0;0;2;0;3,259998;15,00015;1
+0;18,28023;0;0;2;0;3,259998;15,02015;1
+0;18,30023;0;0;2;0;3,259998;15,04015;1
+0;18,32023;0;0;2;0;3,259998;15,06015;1
+0;18,34023;0;0;2;0;3,259998;15,08016;1
+0;18,36023;0;0;2;0;3,259998;15,10016;1
+0;18,38023;0;0;2;0;3,259998;15,12016;1
+0;18,40023;0;1;2;0;3,259998;15,14016;0
+0;18,42023;0;1;2;0;3,279998;15,14016;0
+0;18,44023;0;1;2;0;3,299998;15,14016;0
+0;18,46023;0;1;2;0;3,319998;15,14016;0
+0;18,48023;0;1;2;0;3,339998;15,14016;0
+0;18,50023;0;1;2;0;3,359998;15,14016;0
+0;18,52023;0;1;2;0;3,379997;15,14016;0
+0;18,54023;0;1;2;0;3,399997;15,14016;0
+0;18,56023;0;1;2;0;3,419997;15,14016;0
+0;18,58023;0;1;2;0;3,439997;15,14016;0
+0;18,60023;0;1;2;0;3,459997;15,14016;0
+0;18,62024;0;1;2;0;3,479997;15,14016;0
+0;18,64024;0;1;2;0;3,499997;15,14016;0
+0;18,66024;0;1;2;0;3,519997;15,14016;0
+0;18,68024;0;1;2;0;3,539997;15,14016;0
+0;18,70024;0;1;2;0;3,559997;15,14016;0
+0;18,72024;0;1;2;0;3,579997;15,14016;0
+0;18,74024;0;1;2;0;3,599997;15,14016;0
+0;18,76024;0;1;2;0;3,619997;15,14016;0
+0;18,78024;0;1;2;0;3,639997;15,14016;0
+0;18,80024;0;1;2;0;3,659997;15,14016;0
+0;18,82024;0;1;2;0;3,679997;15,14016;0
+0;18,84024;0;1;2;0;3,699997;15,14016;0
+0;18,86024;0;1;2;0;3,719997;15,14016;0
+0;18,88024;0;1;2;0;3,739997;15,14016;0
+0;18,90024;0;1;2;0;3,759997;15,14016;0
+0;18,92024;0;1;2;0;3,779997;15,14016;0
+0;18,94024;0;1;2;0;3,799997;15,14016;0
+0;18,96024;0;1;2;0;3,819997;15,14016;0
+0;18,98024;0;1;2;0;3,839997;15,14016;0
+0;19,00024;0;1;2;0;3,859997;15,14016;0
+0;19,02024;0;1;2;0;3,879997;15,14016;0
+0;19,04025;0;1;2;0;3,899997;15,14016;0
+0;19,06025;0;1;2;0;3,919997;15,14016;0
+0;19,08025;0;1;2;0;3,939997;15,14016;0
+0;19,10025;0;1;2;0;3,959997;15,14016;0
+0;19,12025;0;1;2;0;3,979997;15,14016;0
+0;19,14025;0;1;2;0;3,999997;15,14016;0
+0;19,16025;0;1;2;0;4,019997;15,14016;0
+0;19,18025;0;1;2;0;4,039997;15,14016;0
+0;19,20025;0;1;2;0;4,059997;15,14016;0
+0;19,22025;0;1;2;0;4,079997;15,14016;0
+0;19,24025;0;1;2;0;4,099997;15,14016;0
+0;19,26025;0;1;2;0;4,119997;15,14016;0
+0;19,28025;0;1;2;0;4,139997;15,14016;0
+0;19,30025;0;1;2;0;4,159997;15,14016;0
+0;19,32025;0;1;2;0;4,179997;15,14016;0
+0;19,34025;0;1;2;0;4,199997;15,14016;0
+0;19,36025;0;1;2;0;4,219997;15,14016;0
+0;19,38025;0;1;2;0;4,239997;15,14016;0
+0;19,40025;0;1;2;0;4,259997;15,14016;0
+0;19,42025;0;1;2;0;4,279997;15,14016;0
+0;19,44025;0;1;2;0;4,299997;15,14016;0
+0;19,46025;0;1;2;0;4,319997;15,14016;0
+0;19,48026;0;1;2;0;4,339997;15,14016;0
+0;19,50026;0;1;2;0;4,359997;15,14016;0
+0;19,52026;0;1;2;0;4,379997;15,14016;0
+0;19,54026;0;1;2;0;4,399997;15,14016;0
+0;19,56026;0;1;2;0;4,419997;15,14016;0
+0;19,58026;0;1;2;0;4,439997;15,14016;0
+0;19,60026;0;1;2;0;4,459997;15,14016;0
+0;19,62026;0;1;2;0;4,479997;15,14016;0
+0;19,64026;0;1;2;0;4,499997;15,14016;0
+0;19,66026;0;1;2;0;4,519997;15,14016;0
+0;19,68026;0;1;2;0;4,539997;15,14016;0
+0;19,70026;1;1;2;0;4,559997;15,14016;-1
+0;19,72026;1;1;2;0,02;4,559997;15,14016;-1
+0;19,74026;1;1;2;0,04;4,559997;15,14016;-1
+0;19,76026;1;1;2;0,06;4,559997;15,14016;-1
+0;19,78026;1;1;2;0,08;4,559997;15,14016;-1
+0;19,80026;1;1;2;0,09999999;4,559997;15,14016;-1
+0;19,82026;1;1;2;0,12;4,559997;15,14016;-1
+0;19,84026;1;1;2;0,14;4,559997;15,14016;-1
+0;19,86026;1;1;2;0,16;4,559997;15,14016;-1
+0;19,88026;1;1;2;0,18;4,559997;15,14016;-1
+0;19,90026;1;1;2;0,2;4,559997;15,14016;-1
+0;19,92027;1;1;2;0,22;4,559997;15,14016;-1
+0;19,94027;1;1;2;0,24;4,559997;15,14016;-1
+0;19,96027;1;1;2;0,26;4,559997;15,14016;-1
+0;19,98027;1;1;2;0,28;4,559997;15,14016;-1
+0;20,00027;1;1;2;0,3;4,559997;15,14016;-1
+0;20,02027;1;1;2;0,32;4,559997;15,14016;-1
+0;20,04027;1;1;2;0,34;4,559997;15,14016;-1
+0;20,06027;1;1;2;0,36;4,559997;15,14016;-1
+0;20,08027;1;1;2;0,38;4,559997;15,14016;-1
+0;20,10027;1;1;2;0,4;4,559997;15,14016;-1
+0;20,12027;1;1;2;0,42;4,559997;15,14016;-1
+0;20,14027;1;1;2;0,4400001;4,559997;15,14016;-1
+0;20,16027;1;1;2;0,4600001;4,559997;15,14016;-1
+0;20,18027;1;1;2;0,4800001;4,559997;15,14016;-1
+0;20,20027;1;1;2;0,5000001;4,559997;15,14016;-1
+0;20,22027;1;1;2;0,52;4,559997;15,14016;-1
+0;20,24027;1;1;2;0,54;4,559997;15,14016;-1
+0;20,26027;1;1;2;0,56;4,559997;15,14016;-1
+0;20,28027;1;1;2;0,58;4,559997;15,14016;-1
+0;20,30027;1;1;2;0,6;4,559997;15,14016;-1
+0;20,32027;1;1;2;0,6199999;4,559997;15,14016;-1
+0;20,34027;1;1;2;0,6399999;4,559997;15,14016;-1
+0;20,36028;1;1;2;0,6599999;4,559997;15,14016;-1
+0;20,38028;1;1;2;0,6799999;4,559997;15,14016;-1
+0;20,40028;1;1;2;0,6999999;4,559997;15,14016;-1
+0;20,42028;1;1;2;0,7199998;4,559997;15,14016;-1
+0;20,44028;1;1;2;0,7399998;4,559997;15,14016;-1
+0;20,46028;1;1;2;0,7599998;4,559997;15,14016;-1
+0;20,48028;1;1;2;0,7799998;4,559997;15,14016;-1
+0;20,50028;1;1;2;0,7999998;4,559997;15,14016;-1
+0;20,52028;1;1;2;0,8199998;4,559997;15,14016;-1
+0;20,54028;1;1;2;0,8399997;4,559997;15,14016;-1
+0;20,56028;1;1;2;0,8599997;4,559997;15,14016;-1
+0;20,58028;1;1;2;0,8799997;4,559997;15,14016;-1
+0;20,60028;1;1;2;0,8999997;4,559997;15,14016;-1
+0;20,62028;1;1;3;0,9199997;4,559997;15,14016;1
+0;20,64028;1;1;3;0,9199997;4,559997;15,16016;1
+0;20,66028;1;1;3;0,9199997;4,559997;15,18016;1
+0;20,68028;1;1;3;0,9199997;4,559997;15,20016;1
+0;20,70028;1;1;3;0,9199997;4,559997;15,22016;1
+0;20,72028;1;1;3;0,9199997;4,559997;15,24016;1
+0;20,74028;1;1;3;0,9199997;4,559997;15,26016;1
+0;20,76028;1;1;3;0,9199997;4,559997;15,28016;1
+0;20,78028;1;1;3;0,9199997;4,559997;15,30016;1
+0;20,80029;1;1;3;0,9199997;4,559997;15,32016;1
+0;20,82029;1;1;3;0,9199997;4,559997;15,34016;1
+0;20,84029;1;1;3;0,9199997;4,559997;15,36016;1
+0;20,86029;1;1;3;0,9199997;4,559997;15,38016;1
+0;20,88029;1;1;3;0,9199997;4,559997;15,40016;1
+0;20,90029;1;1;3;0,9199997;4,559997;15,42016;1
+0;20,92029;1;1;3;0,9199997;4,559997;15,44016;1
+0;20,94029;1;1;3;0,9199997;4,559997;15,46016;1
+0;20,96029;1;1;3;0,9199997;4,559997;15,48016;1
+0;20,98029;1;1;3;0,9199997;4,559997;15,50016;1
+0;21,00029;1;1;3;0,9199997;4,559997;15,52017;1
+0;21,02029;1;1;3;0,9199997;4,559997;15,54017;1
+0;21,04029;1;1;3;0,9199997;4,559997;15,56017;1
+0;21,06029;1;1;3;0,9199997;4,559997;15,58017;1
+0;21,08029;1;1;3;0,9199997;4,559997;15,60017;1
+0;21,10029;1;1;3;0,9199997;4,559997;15,62017;1
+0;21,12029;1;1;3;0,9199997;4,559997;15,64017;1
+0;21,14029;1;1;3;0,9199997;4,559997;15,66017;1
+0;21,16029;1;1;3;0,9199997;4,559997;15,68017;1
+0;21,18029;1;1;3;0,9199997;4,559997;15,70017;1
+0;21,20029;1;1;3;0,9199997;4,559997;15,72017;1
+0;21,22029;1;1;3;0,9199997;4,559997;15,74017;1
+0;21,2403;1;1;3;0,9199997;4,559997;15,76017;1
+0;21,2603;1;1;3;0,9199997;4,559997;15,78017;1
+0;21,2803;1;1;3;0,9199997;4,559997;15,80017;1
+0;21,3003;1;1;3;0,9199997;4,559997;15,82017;1
+0;21,3203;1;1;3;0,9199997;4,559997;15,84017;1
+0;21,3403;1;1;3;0,9199997;4,559997;15,86017;1
+0;21,3603;1;1;3;0,9199997;4,559997;15,88017;1
+0;21,3803;1;1;3;0,9199997;4,559997;15,90017;1
+0;21,4003;1;1;3;0,9199997;4,559997;15,92017;1
+0;21,4203;1;1;3;0,9199997;4,559997;15,94018;1
+0;21,4403;1;1;3;0,9199997;4,559997;15,96018;1
+0;21,4603;1;1;3;0,9199997;4,559997;15,98018;1
+0;21,4803;1;1;3;0,9199997;4,559997;16,00018;1
+0;21,5003;1;1;3;0,9199997;4,559997;16,02018;1
+0;21,5203;1;1;3;0,9199997;4,559997;16,04018;1
+0;21,5403;1;1;3;0,9199997;4,559997;16,06018;1
+0;21,5603;1;1;3;0,9199997;4,559997;16,08018;1
+0;21,5803;1;1;3;0,9199997;4,559997;16,10018;1
+0;21,6003;1;1;3;0,9199997;4,559997;16,12018;1
+0;21,6203;1;1;3;0,9199997;4,559997;16,14018;1
+0;21,6403;1;1;3;0,9199997;4,559997;16,16018;1
+0;21,66031;1;1;3;0,9199997;4,559997;16,18018;1
+0;21,68031;1;1;3;0,9199997;4,559997;16,20018;1
+0;21,70031;1;1;3;0,9199997;4,559997;16,22018;1
+0;21,72031;1;2;3;0,9199997;4,559997;16,24018;0
+0;21,74031;1;2;3;0,9199997;4,579997;16,24018;0
+0;21,76031;1;2;3;0,9199997;4,599997;16,24018;0
+0;21,78031;1;2;3;0,9199997;4,619997;16,24018;0
+0;21,80031;1;2;3;0,9199997;4,639997;16,24018;0
+0;21,82031;1;2;3;0,9199997;4,659997;16,24018;0
+0;21,84031;1;2;3;0,9199997;4,679996;16,24018;0
+0;21,86031;1;2;3;0,9199997;4,699996;16,24018;0
+0;21,88031;1;2;3;0,9199997;4,719996;16,24018;0
+0;21,90031;1;2;3;0,9199997;4,739996;16,24018;0
+0;21,92031;1;2;3;0,9199997;4,759996;16,24018;0
+0;21,94031;1;2;3;0,9199997;4,779996;16,24018;0
+0;21,96031;1;2;3;0,9199997;4,799996;16,24018;0
+0;21,98031;1;2;3;0,9199997;4,819996;16,24018;0
+0;22,00031;1;2;3;0,9199997;4,839996;16,24018;0
+0;22,02031;1;2;3;0,9199997;4,859996;16,24018;0
+0;22,04031;1;2;3;0,9199997;4,879996;16,24018;0
+0;22,06031;1;2;3;0,9199997;4,899996;16,24018;0
+0;22,08031;1;2;3;0,9199997;4,919996;16,24018;0
+0;22,10032;1;2;3;0,9199997;4,939996;16,24018;0
+0;22,12032;1;2;3;0,9199997;4,959996;16,24018;0
+0;22,14032;1;2;3;0,9199997;4,979996;16,24018;0
+0;22,16032;1;2;3;0,9199997;4,999996;16,24018;0
+0;22,18032;1;2;3;0,9199997;5,019996;16,24018;0
+0;22,20032;1;2;3;0,9199997;5,039996;16,24018;0
+0;22,22032;1;2;3;0,9199997;5,059996;16,24018;0
+0;22,24032;1;2;3;0,9199997;5,079996;16,24018;0
+0;22,26032;1;2;3;0,9199997;5,099996;16,24018;0
+0;22,28032;1;2;3;0,9199997;5,119996;16,24018;0
+0;22,30032;1;2;3;0,9199997;5,139996;16,24018;0
+0;22,32032;1;2;3;0,9199997;5,159996;16,24018;0
+0;22,34032;1;2;3;0,9199997;5,179996;16,24018;0
+0;22,36032;1;2;3;0,9199997;5,199996;16,24018;0
+0;22,38032;1;2;3;0,9199997;5,219996;16,24018;0
+0;22,40032;1;2;3;0,9199997;5,239996;16,24018;0
+0;22,42032;1;2;3;0,9199997;5,259996;16,24018;0
+0;22,44032;1;2;3;0,9199997;5,279996;16,24018;0
+0;22,46032;1;2;3;0,9199997;5,299996;16,24018;0
+0;22,48032;1;2;3;0,9199997;5,319996;16,24018;0
+0;22,50032;1;2;3;0,9199997;5,339996;16,24018;0
+0;22,52032;1;2;3;0,9199997;5,359996;16,24018;0
+0;22,54033;1;2;3;0,9199997;5,379996;16,24018;0
+0;22,56033;1;2;3;0,9199997;5,399996;16,24018;0
+0;22,58033;1;2;3;0,9199997;5,419996;16,24018;0
+0;22,60033;1;2;3;0,9199997;5,439996;16,24018;0
+0;22,62033;1;2;3;0,9199997;5,459996;16,24018;0
+0;22,64033;1;2;3;0,9199997;5,479996;16,24018;0
+0;22,66033;1;2;3;0,9199997;5,499996;16,24018;0
+0;22,68033;1;2;3;0,9199997;5,519996;16,24018;0
+0;22,70033;1;2;3;0,9199997;5,539996;16,24018;0
+0;22,72033;1;2;3;0,9199997;5,559996;16,24018;0
+0;22,74033;1;2;3;0,9199997;5,579996;16,24018;0
+0;22,76033;1;2;3;0,9199997;5,599996;16,24018;0
+0;22,78033;1;2;3;0,9199997;5,619996;16,24018;0
+0;22,80033;1;2;3;0,9199997;5,639996;16,24018;0
+0;22,82033;1;2;3;0,9199997;5,659996;16,24018;0
+0;22,84033;1;2;3;0,9199997;5,679996;16,24018;0
+0;22,86033;1;2;3;0,9199997;5,699996;16,24018;0
+0;22,88033;1;2;3;0,9199997;5,719995;16,24018;0
+0;22,90033;1;2;3;0,9199997;5,739995;16,24018;0
+0;22,92033;1;2;3;0,9199997;5,759995;16,24018;0
+0;22,94033;1;2;3;0,9199997;5,779995;16,24018;0
+0;22,96033;1;2;3;0,9199997;5,799995;16,24018;0
+0;22,98034;1;2;3;0,9199997;5,819995;16,24018;0
+0;23,00034;1;2;3;0,9199997;5,839995;16,24018;0
+0;23,02034;1;2;3;0,9199997;5,859995;16,24018;0
+0;23,04034;1;2;3;0,9199997;5,879995;16,24018;0
+0;23,06034;1;2;3;0,9199997;5,899995;16,24018;0
+0;23,08034;1;2;3;0,9199997;5,919995;16,24018;0
+0;23,10034;1;2;3;0,9199997;5,939995;16,24018;0
+0;23,12034;1;2;3;0,9199997;5,959995;16,24018;0
+0;23,14034;1;2;3;0,9199997;5,979995;16,24018;0
+0;23,16034;1;2;3;0,9199997;5,999995;16,24018;0
+0;23,18034;1;2;3;0,9199997;6,019995;16,24018;0
+0;23,20034;1;2;3;0,9199997;6,039995;16,24018;0
+0;23,22034;1;2;3;0,9199997;6,059995;16,24018;0
+0;23,24034;1;2;3;0,9199997;6,079995;16,24018;0
+0;23,26034;1;2;3;0,9199997;6,099995;16,24018;0
+0;23,28034;1;2;3;0,9199997;6,119995;16,24018;0
+0;23,30034;1;2;3;0,9199997;6,139995;16,24018;0
+0;23,32034;1;2;3;0,9199997;6,159995;16,24018;0
+0;23,34034;1;2;3;0,9199997;6,179995;16,24018;0
+0;23,36034;1;2;3;0,9199997;6,199995;16,24018;0
+0;23,38034;1;2;3;0,9199997;6,219995;16,24018;0
+0;23,40034;1;2;3;0,9199997;6,239995;16,24018;0
+0;23,42035;1;2;3;0,9199997;6,259995;16,24018;0
+0;23,44035;1;2;3;0,9199997;6,279995;16,24018;0
+0;23,46035;1;2;3;0,9199997;6,299995;16,24018;0
+0;23,48035;1;2;3;0,9199997;6,319995;16,24018;0
+0;23,50035;1;2;3;0,9199997;6,339995;16,24018;0
+0;23,52035;1;2;3;0,9199997;6,359995;16,24018;0
+0;23,54035;1;2;3;0,9199997;6,379995;16,24018;0
+0;23,56035;1;2;3;0,9199997;6,399995;16,24018;0
+0;23,58035;1;2;3;0,9199997;6,419995;16,24018;0
+0;23,60035;1;2;3;0,9199997;6,439995;16,24018;0
+0;23,62035;1;2;3;0,9199997;6,459995;16,24018;0
+0;23,64035;1;2;3;0,9199997;6,479995;16,24018;0
+0;23,66035;1;2;3;0,9199997;6,499995;16,24018;0
+0;23,68035;1;2;3;0,9199997;6,519995;16,24018;0
+0;23,70035;1;2;3;0,9199997;6,539995;16,24018;0
+0;23,72035;1;2;3;0,9199997;6,559995;16,24018;0
+0;23,74035;1;2;3;0,9199997;6,579995;16,24018;0
+0;23,76035;1;2;3;0,9199997;6,599995;16,24018;0
+0;23,78035;1;2;3;0,9199997;6,619995;16,24018;0
+0;23,80035;1;2;3;0,9199997;6,639995;16,24018;0
+0;23,82035;1;2;3;0,9199997;6,659995;16,24018;0

+ 1 - 1
testumgebung/CrowdModelling/Assets/Study_Logs/log_TestChangeView.csv.meta → testumgebung/CrowdModelling/Assets/Study_Logs/log_0_TestPlayback.csv.meta

@@ -1,5 +1,5 @@
 fileFormatVersion: 2
-guid: f23958c69e3d0734c96ea5290978228f
+guid: 38f1e6d453c803846bd30130a01edd7b
 TextScriptImporter:
   externalObjects: {}
   userData: 

+ 1193 - 0
testumgebung/CrowdModelling/Assets/Study_Logs/log_0_TestTimePeriod.csv

@@ -0,0 +1,1193 @@
+ParticipantID;Time;Considered Day;Acc Time Day 1;Acc Time Day 2;Acc Time Day 3
+0;0;123;0;0;0
+0;0,02;123;0,02;0,02;0,02
+0;0,04;123;0,04;0,04;0,04
+0;0,06;123;0,06;0,06;0,06
+0;0,08;123;0,08;0,08;0,08
+0;0,09999999;123;0,09999999;0,09999999;0,09999999
+0;0,12;123;0,12;0,12;0,12
+0;0,14;123;0,14;0,14;0,14
+0;0,16;123;0,16;0,16;0,16
+0;0,18;123;0,18;0,18;0,18
+0;0,2;123;0,2;0,2;0,2
+0;0,22;123;0,22;0,22;0,22
+0;0,24;123;0,24;0,24;0,24
+0;0,26;123;0,26;0,26;0,26
+0;0,28;123;0,28;0,28;0,28
+0;0,3;123;0,3;0,3;0,3
+0;0,32;123;0,32;0,32;0,32
+0;0,34;123;0,34;0,34;0,34
+0;0,36;123;0,36;0,36;0,36
+0;0,38;123;0,38;0,38;0,38
+0;0,4;123;0,4;0,4;0,4
+0;0,42;123;0,42;0,42;0,42
+0;0,4400001;123;0,4400001;0,4400001;0,4400001
+0;0,4600001;123;0,4600001;0,4600001;0,4600001
+0;0,4800001;123;0,4800001;0,4800001;0,4800001
+0;0,5000001;123;0,5000001;0,5000001;0,5000001
+0;0,52;123;0,52;0,52;0,52
+0;0,54;123;0,54;0,54;0,54
+0;0,56;123;0,56;0,56;0,56
+0;0,58;123;0,58;0,58;0,58
+0;0,6;123;0,6;0,6;0,6
+0;0,6199999;123;0,6199999;0,6199999;0,6199999
+0;0,6399999;123;0,6399999;0,6399999;0,6399999
+0;0,6599999;123;0,6599999;0,6599999;0,6599999
+0;0,6799999;123;0,6799999;0,6799999;0,6799999
+0;0,6999999;123;0,6999999;0,6999999;0,6999999
+0;0,7199998;123;0,7199998;0,7199998;0,7199998
+0;0,7399998;123;0,7399998;0,7399998;0,7399998
+0;0,7599998;123;0,7599998;0,7599998;0,7599998
+0;0,7799998;123;0,7799998;0,7799998;0,7799998
+0;0,7999998;123;0,7999998;0,7999998;0,7999998
+0;0,8199998;123;0,8199998;0,8199998;0,8199998
+0;0,8399997;123;0,8399997;0,8399997;0,8399997
+0;0,8599997;123;0,8599997;0,8599997;0,8599997
+0;0,8799997;123;0,8799997;0,8799997;0,8799997
+0;0,8999997;123;0,8999997;0,8999997;0,8999997
+0;0,9199997;123;0,9199997;0,9199997;0,9199997
+0;0,9399996;123;0,9399996;0,9399996;0,9399996
+0;0,9599996;123;0,9599996;0,9599996;0,9599996
+0;0,9799996;123;0,9799996;0,9799996;0,9799996
+0;0,9999996;123;0,9999996;0,9999996;0,9999996
+0;1,02;123;1,02;1,02;1,02
+0;1,04;123;1,04;1,04;1,04
+0;1,06;123;1,06;1,06;1,06
+0;1,08;123;1,08;1,08;1,08
+0;1,1;123;1,1;1,1;1,1
+0;1,12;123;1,12;1,12;1,12
+0;1,14;123;1,14;1,14;1,14
+0;1,159999;123;1,159999;1,159999;1,159999
+0;1,179999;123;1,179999;1,179999;1,179999
+0;1,199999;123;1,199999;1,199999;1,199999
+0;1,219999;123;1,219999;1,219999;1,219999
+0;1,239999;123;1,239999;1,239999;1,239999
+0;1,259999;123;1,259999;1,259999;1,259999
+0;1,279999;123;1,279999;1,279999;1,279999
+0;1,299999;123;1,299999;1,299999;1,299999
+0;1,319999;123;1,319999;1,319999;1,319999
+0;1,339999;123;1,339999;1,339999;1,339999
+0;1,359999;123;1,359999;1,359999;1,359999
+0;1,379999;123;1,379999;1,379999;1,379999
+0;1,399999;123;1,399999;1,399999;1,399999
+0;1,419999;123;1,419999;1,419999;1,419999
+0;1,439999;123;1,439999;1,439999;1,439999
+0;1,459999;123;1,459999;1,459999;1,459999
+0;1,479999;123;1,479999;1,479999;1,479999
+0;1,499999;123;1,499999;1,499999;1,499999
+0;1,519999;123;1,519999;1,519999;1,519999
+0;1,539999;123;1,539999;1,539999;1,539999
+0;1,559999;123;1,559999;1,559999;1,559999
+0;1,579999;123;1,579999;1,579999;1,579999
+0;1,599999;123;1,599999;1,599999;1,599999
+0;1,619999;123;1,619999;1,619999;1,619999
+0;1,639999;123;1,639999;1,639999;1,639999
+0;1,659999;123;1,659999;1,659999;1,659999
+0;1,679999;123;1,679999;1,679999;1,679999
+0;1,699999;123;1,699999;1,699999;1,699999
+0;1,719999;123;1,719999;1,719999;1,719999
+0;1,739999;123;1,739999;1,739999;1,739999
+0;1,759999;123;1,759999;1,759999;1,759999
+0;1,779999;123;1,779999;1,779999;1,779999
+0;1,799999;123;1,799999;1,799999;1,799999
+0;1,819999;123;1,819999;1,819999;1,819999
+0;1,839999;123;1,839999;1,839999;1,839999
+0;1,859999;123;1,859999;1,859999;1,859999
+0;1,879999;123;1,879999;1,879999;1,879999
+0;1,899999;123;1,899999;1,899999;1,899999
+0;1,919999;123;1,919999;1,919999;1,919999
+0;1,939999;123;1,939999;1,939999;1,939999
+0;1,959999;123;1,959999;1,959999;1,959999
+0;1,979999;123;1,979999;1,979999;1,979999
+0;1,999999;123;1,999999;1,999999;1,999999
+0;2,019999;123;2,019999;2,019999;2,019999
+0;2,039999;123;2,039999;2,039999;2,039999
+0;2,059999;123;2,059999;2,059999;2,059999
+0;2,079999;123;2,079999;2,079999;2,079999
+0;2,099999;123;2,099999;2,099999;2,099999
+0;2,119999;123;2,119999;2,119999;2,119999
+0;2,139999;123;2,139999;2,139999;2,139999
+0;2,159999;123;2,159999;2,159999;2,159999
+0;2,179999;123;2,179999;2,179999;2,179999
+0;2,199999;123;2,199999;2,199999;2,199999
+0;2,219999;123;2,219999;2,219999;2,219999
+0;2,239999;123;2,239999;2,239999;2,239999
+0;2,259999;123;2,259999;2,259999;2,259999
+0;2,279999;123;2,279999;2,279999;2,279999
+0;2,299999;123;2,299999;2,299999;2,299999
+0;2,319999;123;2,319999;2,319999;2,319999
+0;2,339998;123;2,339998;2,339998;2,339998
+0;2,359998;123;2,359998;2,359998;2,359998
+0;2,379998;123;2,379998;2,379998;2,379998
+0;2,399998;123;2,399998;2,399998;2,399998
+0;2,419998;123;2,419998;2,419998;2,419998
+0;2,439998;123;2,439998;2,439998;2,439998
+0;2,459998;123;2,459998;2,459998;2,459998
+0;2,479998;123;2,479998;2,479998;2,479998
+0;2,499998;123;2,499998;2,499998;2,499998
+0;2,519998;123;2,519998;2,519998;2,519998
+0;2,539998;123;2,539998;2,539998;2,539998
+0;2,559998;123;2,559998;2,559998;2,559998
+0;2,579998;123;2,579998;2,579998;2,579998
+0;2,599998;123;2,599998;2,599998;2,599998
+0;2,619998;123;2,619998;2,619998;2,619998
+0;2,639998;123;2,639998;2,639998;2,639998
+0;2,659998;123;2,659998;2,659998;2,659998
+0;2,679998;123;2,679998;2,679998;2,679998
+0;2,699998;123;2,699998;2,699998;2,699998
+0;2,719998;123;2,719998;2,719998;2,719998
+0;2,739998;123;2,739998;2,739998;2,739998
+0;2,759998;123;2,759998;2,759998;2,759998
+0;2,779998;123;2,779998;2,779998;2,779998
+0;2,799998;123;2,799998;2,799998;2,799998
+0;2,819998;123;2,819998;2,819998;2,819998
+0;2,839998;123;2,839998;2,839998;2,839998
+0;2,859998;123;2,859998;2,859998;2,859998
+0;2,879998;123;2,879998;2,879998;2,879998
+0;2,899998;123;2,899998;2,899998;2,899998
+0;2,919998;123;2,919998;2,919998;2,919998
+0;2,939998;123;2,939998;2,939998;2,939998
+0;2,959998;123;2,959998;2,959998;2,959998
+0;2,979998;123;2,979998;2,979998;2,979998
+0;2,999998;123;2,999998;2,999998;2,999998
+0;3,019998;123;3,019998;3,019998;3,019998
+0;3,039998;123;3,039998;3,039998;3,039998
+0;3,059998;123;3,059998;3,059998;3,059998
+0;3,079998;123;3,079998;3,079998;3,079998
+0;3,099998;123;3,099998;3,099998;3,099998
+0;3,119998;123;3,119998;3,119998;3,119998
+0;3,139998;123;3,139998;3,139998;3,139998
+0;3,159998;123;3,159998;3,159998;3,159998
+0;3,179998;123;3,179998;3,179998;3,179998
+0;3,199998;123;3,199998;3,199998;3,199998
+0;3,219998;123;3,219998;3,219998;3,219998
+0;3,239998;123;3,239998;3,239998;3,239998
+0;3,259998;123;3,259998;3,259998;3,259998
+0;3,279998;123;3,279998;3,279998;3,279998
+0;3,299998;123;3,299998;3,299998;3,299998
+0;3,319998;123;3,319998;3,319998;3,319998
+0;3,339998;123;3,339998;3,339998;3,339998
+0;3,359998;123;3,359998;3,359998;3,359998
+0;3,379997;123;3,379997;3,379997;3,379997
+0;3,399997;123;3,399997;3,399997;3,399997
+0;3,419997;123;3,419997;3,419997;3,419997
+0;3,439997;123;3,439997;3,439997;3,439997
+0;3,459997;123;3,459997;3,459997;3,459997
+0;3,479997;123;3,479997;3,479997;3,479997
+0;3,499997;123;3,499997;3,499997;3,499997
+0;3,519997;123;3,519997;3,519997;3,519997
+0;3,539997;123;3,539997;3,539997;3,539997
+0;3,559997;123;3,559997;3,559997;3,559997
+0;3,579997;123;3,579997;3,579997;3,579997
+0;3,599997;123;3,599997;3,599997;3,599997
+0;3,619997;123;3,619997;3,619997;3,619997
+0;3,639997;123;3,639997;3,639997;3,639997
+0;3,659997;123;3,659997;3,659997;3,659997
+0;3,679997;123;3,679997;3,679997;3,679997
+0;3,699997;123;3,699997;3,699997;3,699997
+0;3,719997;123;3,719997;3,719997;3,719997
+0;3,739997;123;3,739997;3,739997;3,739997
+0;3,759997;123;3,759997;3,759997;3,759997
+0;3,779997;123;3,779997;3,779997;3,779997
+0;3,799997;123;3,799997;3,799997;3,799997
+0;3,819997;123;3,819997;3,819997;3,819997
+0;3,839997;123;3,839997;3,839997;3,839997
+0;3,859997;123;3,859997;3,859997;3,859997
+0;3,879997;123;3,879997;3,879997;3,879997
+0;3,899997;123;3,899997;3,899997;3,899997
+0;3,919997;123;3,919997;3,919997;3,919997
+0;3,939997;123;3,939997;3,939997;3,939997
+0;3,959997;123;3,959997;3,959997;3,959997
+0;3,979997;123;3,979997;3,979997;3,979997
+0;3,999997;123;3,999997;3,999997;3,999997
+0;4,019997;123;4,019997;4,019997;4,019997
+0;4,039997;123;4,039997;4,039997;4,039997
+0;4,059997;123;4,059997;4,059997;4,059997
+0;4,079997;123;4,079997;4,079997;4,079997
+0;4,099997;123;4,099997;4,099997;4,099997
+0;4,119997;123;4,119997;4,119997;4,119997
+0;4,139997;123;4,139997;4,139997;4,139997
+0;4,159997;123;4,159997;4,159997;4,159997
+0;4,179997;123;4,179997;4,179997;4,179997
+0;4,199997;123;4,199997;4,199997;4,199997
+0;4,219997;123;4,219997;4,219997;4,219997
+0;4,239997;123;4,239997;4,239997;4,239997
+0;4,259997;123;4,259997;4,259997;4,259997
+0;4,279997;123;4,279997;4,279997;4,279997
+0;4,299997;123;4,299997;4,299997;4,299997
+0;4,319997;123;4,319997;4,319997;4,319997
+0;4,339997;123;4,339997;4,339997;4,339997
+0;4,359997;123;4,359997;4,359997;4,359997
+0;4,379997;123;4,379997;4,379997;4,379997
+0;4,399997;123;4,399997;4,399997;4,399997
+0;4,419997;123;4,419997;4,419997;4,419997
+0;4,439997;123;4,439997;4,439997;4,439997
+0;4,459997;123;4,459997;4,459997;4,459997
+0;4,479997;123;4,479997;4,479997;4,479997
+0;4,499997;123;4,499997;4,499997;4,499997
+0;4,519997;123;4,519997;4,519997;4,519997
+0;4,539997;123;4,539997;4,539997;4,539997
+0;4,559997;123;4,559997;4,559997;4,559997
+0;4,579997;123;4,579997;4,579997;4,579997
+0;4,599997;123;4,599997;4,599997;4,599997
+0;4,619997;123;4,619997;4,619997;4,619997
+0;4,639997;123;4,639997;4,639997;4,639997
+0;4,659997;123;4,659997;4,659997;4,659997
+0;4,679996;123;4,679996;4,679996;4,679996
+0;4,699996;123;4,699996;4,699996;4,699996
+0;4,719996;123;4,719996;4,719996;4,719996
+0;4,739996;123;4,739996;4,739996;4,739996
+0;4,759996;123;4,759996;4,759996;4,759996
+0;4,779996;123;4,779996;4,779996;4,779996
+0;4,799996;123;4,799996;4,799996;4,799996
+0;4,819996;123;4,819996;4,819996;4,819996
+0;4,839996;123;4,839996;4,839996;4,839996
+0;4,859996;123;4,859996;4,859996;4,859996
+0;4,879996;123;4,879996;4,879996;4,879996
+0;4,899996;123;4,899996;4,899996;4,899996
+0;4,919996;123;4,919996;4,919996;4,919996
+0;4,939996;123;4,939996;4,939996;4,939996
+0;4,959996;123;4,959996;4,959996;4,959996
+0;4,979996;123;4,979996;4,979996;4,979996
+0;4,999996;123;4,999996;4,999996;4,999996
+0;5,019996;123;5,019996;5,019996;5,019996
+0;5,039996;123;5,039996;5,039996;5,039996
+0;5,059996;123;5,059996;5,059996;5,059996
+0;5,079996;123;5,079996;5,079996;5,079996
+0;5,099996;123;5,099996;5,099996;5,099996
+0;5,119996;123;5,119996;5,119996;5,119996
+0;5,139996;123;5,139996;5,139996;5,139996
+0;5,159996;123;5,159996;5,159996;5,159996
+0;5,179996;123;5,179996;5,179996;5,179996
+0;5,199996;123;5,199996;5,199996;5,199996
+0;5,219996;123;5,219996;5,219996;5,219996
+0;5,239996;123;5,239996;5,239996;5,239996
+0;5,259996;123;5,259996;5,259996;5,259996
+0;5,279996;123;5,279996;5,279996;5,279996
+0;5,299996;123;5,299996;5,299996;5,299996
+0;5,319996;123;5,319996;5,319996;5,319996
+0;5,339996;123;5,339996;5,339996;5,339996
+0;5,359996;123;5,359996;5,359996;5,359996
+0;5,379996;123;5,379996;5,379996;5,379996
+0;5,399996;123;5,399996;5,399996;5,399996
+0;5,419996;123;5,419996;5,419996;5,419996
+0;5,439996;123;5,439996;5,439996;5,439996
+0;5,459996;123;5,459996;5,459996;5,459996
+0;5,479996;123;5,479996;5,479996;5,479996
+0;5,499996;123;5,499996;5,499996;5,499996
+0;5,519996;123;5,519996;5,519996;5,519996
+0;5,539996;123;5,539996;5,539996;5,539996
+0;5,559996;123;5,559996;5,559996;5,559996
+0;5,579996;123;5,579996;5,579996;5,579996
+0;5,599996;123;5,599996;5,599996;5,599996
+0;5,619996;123;5,619996;5,619996;5,619996
+0;5,639996;123;5,639996;5,639996;5,639996
+0;5,659996;123;5,659996;5,659996;5,659996
+0;5,679996;123;5,679996;5,679996;5,679996
+0;5,699996;123;5,699996;5,699996;5,699996
+0;5,719995;123;5,719995;5,719995;5,719995
+0;5,739995;123;5,739995;5,739995;5,739995
+0;5,759995;123;5,759995;5,759995;5,759995
+0;5,779995;123;5,779995;5,779995;5,779995
+0;5,799995;123;5,799995;5,799995;5,799995
+0;5,819995;123;5,819995;5,819995;5,819995
+0;5,839995;123;5,839995;5,839995;5,839995
+0;5,859995;123;5,859995;5,859995;5,859995
+0;5,879995;123;5,879995;5,879995;5,879995
+0;5,899995;123;5,899995;5,899995;5,899995
+0;5,919995;123;5,919995;5,919995;5,919995
+0;5,939995;123;5,939995;5,939995;5,939995
+0;5,959995;123;5,959995;5,959995;5,959995
+0;5,979995;123;5,979995;5,979995;5,979995
+0;5,999995;123;5,999995;5,999995;5,999995
+0;6,019995;123;6,019995;6,019995;6,019995
+0;6,039995;123;6,039995;6,039995;6,039995
+0;6,059995;123;6,059995;6,059995;6,059995
+0;6,079995;123;6,079995;6,079995;6,079995
+0;6,099995;123;6,099995;6,099995;6,099995
+0;6,119995;123;6,119995;6,119995;6,119995
+0;6,139995;123;6,139995;6,139995;6,139995
+0;6,159995;123;6,159995;6,159995;6,159995
+0;6,179995;123;6,179995;6,179995;6,179995
+0;6,199995;123;6,199995;6,199995;6,199995
+0;6,219995;123;6,219995;6,219995;6,219995
+0;6,239995;123;6,239995;6,239995;6,239995
+0;6,259995;123;6,259995;6,259995;6,259995
+0;6,279995;123;6,279995;6,279995;6,279995
+0;6,299995;123;6,299995;6,299995;6,299995
+0;6,319995;123;6,319995;6,319995;6,319995
+0;6,339995;123;6,339995;6,339995;6,339995
+0;6,359995;123;6,359995;6,359995;6,359995
+0;6,379995;123;6,379995;6,379995;6,379995
+0;6,399995;123;6,399995;6,399995;6,399995
+0;6,419995;123;6,419995;6,419995;6,419995
+0;6,439995;123;6,439995;6,439995;6,439995
+0;6,459995;123;6,459995;6,459995;6,459995
+0;6,479995;123;6,479995;6,479995;6,479995
+0;6,499995;123;6,499995;6,499995;6,499995
+0;6,519995;123;6,519995;6,519995;6,519995
+0;6,539995;123;6,539995;6,539995;6,539995
+0;6,559995;123;6,559995;6,559995;6,559995
+0;6,579995;123;6,579995;6,579995;6,579995
+0;6,599995;123;6,599995;6,599995;6,599995
+0;6,619995;123;6,619995;6,619995;6,619995
+0;6,639995;123;6,639995;6,639995;6,639995
+0;6,659995;123;6,659995;6,659995;6,659995
+0;6,679995;123;6,679995;6,679995;6,679995
+0;6,699995;123;6,699995;6,699995;6,699995
+0;6,719995;123;6,719995;6,719995;6,719995
+0;6,739995;123;6,739995;6,739995;6,739995
+0;6,759995;123;6,759995;6,759995;6,759995
+0;6,779994;123;6,779994;6,779994;6,779994
+0;6,799994;123;6,799994;6,799994;6,799994
+0;6,819994;123;6,819994;6,819994;6,819994
+0;6,839994;123;6,839994;6,839994;6,839994
+0;6,859994;123;6,859994;6,859994;6,859994
+0;6,879994;123;6,879994;6,879994;6,879994
+0;6,899994;123;6,899994;6,899994;6,899994
+0;6,919994;123;6,919994;6,919994;6,919994
+0;6,939994;123;6,939994;6,939994;6,939994
+0;6,959994;123;6,959994;6,959994;6,959994
+0;6,979994;123;6,979994;6,979994;6,979994
+0;6,999994;123;6,999994;6,999994;6,999994
+0;7,019994;123;7,019994;7,019994;7,019994
+0;7,039994;123;7,039994;7,039994;7,039994
+0;7,059994;123;7,059994;7,059994;7,059994
+0;7,079994;123;7,079994;7,079994;7,079994
+0;7,099994;123;7,099994;7,099994;7,099994
+0;7,119994;123;7,119994;7,119994;7,119994
+0;7,139994;123;7,139994;7,139994;7,139994
+0;7,159994;123;7,159994;7,159994;7,159994
+0;7,179994;123;7,179994;7,179994;7,179994
+0;7,199994;123;7,199994;7,199994;7,199994
+0;7,219994;123;7,219994;7,219994;7,219994
+0;7,239994;123;7,239994;7,239994;7,239994
+0;7,259994;123;7,259994;7,259994;7,259994
+0;7,279994;123;7,279994;7,279994;7,279994
+0;7,299994;123;7,299994;7,299994;7,299994
+0;7,319994;123;7,319994;7,319994;7,319994
+0;7,339994;123;7,339994;7,339994;7,339994
+0;7,359994;123;7,359994;7,359994;7,359994
+0;7,379994;123;7,379994;7,379994;7,379994
+0;7,399994;123;7,399994;7,399994;7,399994
+0;7,419994;123;7,419994;7,419994;7,419994
+0;7,439994;123;7,439994;7,439994;7,439994
+0;7,459994;123;7,459994;7,459994;7,459994
+0;7,479994;123;7,479994;7,479994;7,479994
+0;7,499994;123;7,499994;7,499994;7,499994
+0;7,519994;123;7,519994;7,519994;7,519994
+0;7,539994;123;7,539994;7,539994;7,539994
+0;7,559994;123;7,559994;7,559994;7,559994
+0;7,579994;123;7,579994;7,579994;7,579994
+0;7,599994;123;7,599994;7,599994;7,599994
+0;7,619994;123;7,619994;7,619994;7,619994
+0;7,639994;123;7,639994;7,639994;7,639994
+0;7,659994;123;7,659994;7,659994;7,659994
+0;7,679994;123;7,679994;7,679994;7,679994
+0;7,699994;123;7,699994;7,699994;7,699994
+0;7,719994;123;7,719994;7,719994;7,719994
+0;7,739994;123;7,739994;7,739994;7,739994
+0;7,759994;123;7,759994;7,759994;7,759994
+0;7,779994;123;7,779994;7,779994;7,779994
+0;7,799994;123;7,799994;7,799994;7,799994
+0;7,819993;123;7,819993;7,819993;7,819993
+0;7,839993;123;7,839993;7,839993;7,839993
+0;7,859993;123;7,859993;7,859993;7,859993
+0;7,879993;123;7,879993;7,879993;7,879993
+0;7,899993;123;7,899993;7,899993;7,899993
+0;7,919993;123;7,919993;7,919993;7,919993
+0;7,939993;123;7,939993;7,939993;7,939993
+0;7,959993;123;7,959993;7,959993;7,959993
+0;7,979993;123;7,979993;7,979993;7,979993
+0;7,999993;123;7,999993;7,999993;7,999993
+0;8,019994;123;8,019994;8,019994;8,019994
+0;8,039994;123;8,039994;8,039994;8,039994
+0;8,059995;123;8,059995;8,059995;8,059995
+0;8,079995;123;8,079995;8,079995;8,079995
+0;8,099996;123;8,099996;8,099996;8,099996
+0;8,119996;123;8,119996;8,119996;8,119996
+0;8,139997;123;8,139997;8,139997;8,139997
+0;8,159997;123;8,159997;8,159997;8,159997
+0;8,179997;123;8,179997;8,179997;8,179997
+0;8,199998;123;8,199998;8,199998;8,199998
+0;8,219998;123;8,219998;8,219998;8,219998
+0;8,239999;123;8,239999;8,239999;8,239999
+0;8,259999;123;8,259999;8,259999;8,259999
+0;8,28;123;8,28;8,28;8,28
+0;8,3;123;8,3;8,3;8,3
+0;8,320001;123;8,320001;8,320001;8,320001
+0;8,340001;123;8,340001;8,340001;8,340001
+0;8,360002;123;8,360002;8,360002;8,360002
+0;8,380002;123;8,380002;8,380002;8,380002
+0;8,400002;123;8,400002;8,400002;8,400002
+0;8,420003;123;8,420003;8,420003;8,420003
+0;8,440003;123;8,440003;8,440003;8,440003
+0;8,460004;123;8,460004;8,460004;8,460004
+0;8,480004;123;8,480004;8,480004;8,480004
+0;8,500005;123;8,500005;8,500005;8,500005
+0;8,520005;123;8,520005;8,520005;8,520005
+0;8,540006;123;8,540006;8,540006;8,540006
+0;8,560006;123;8,560006;8,560006;8,560006
+0;8,580007;123;8,580007;8,580007;8,580007
+0;8,600007;123;8,600007;8,600007;8,600007
+0;8,620008;123;8,620008;8,620008;8,620008
+0;8,640008;123;8,640008;8,640008;8,640008
+0;8,660008;123;8,660008;8,660008;8,660008
+0;8,680009;123;8,680009;8,680009;8,680009
+0;8,700009;123;8,700009;8,700009;8,700009
+0;8,72001;123;8,72001;8,72001;8,72001
+0;8,74001;123;8,74001;8,74001;8,74001
+0;8,760011;123;8,760011;8,760011;8,760011
+0;8,780011;123;8,780011;8,780011;8,780011
+0;8,800012;123;8,800012;8,800012;8,800012
+0;8,820012;123;8,820012;8,820012;8,820012
+0;8,840013;123;8,840013;8,840013;8,840013
+0;8,860013;123;8,860013;8,860013;8,860013
+0;8,880013;123;8,880013;8,880013;8,880013
+0;8,900014;123;8,900014;8,900014;8,900014
+0;8,920014;123;8,920014;8,920014;8,920014
+0;8,940015;123;8,940015;8,940015;8,940015
+0;8,960015;123;8,960015;8,960015;8,960015
+0;8,980016;123;8,980016;8,980016;8,980016
+0;9,000016;123;9,000016;9,000016;9,000016
+0;9,020017;123;9,020017;9,020017;9,020017
+0;9,040017;123;9,040017;9,040017;9,040017
+0;9,060018;123;9,060018;9,060018;9,060018
+0;9,080018;123;9,080018;9,080018;9,080018
+0;9,100019;123;9,100019;9,100019;9,100019
+0;9,120019;123;9,120019;9,120019;9,120019
+0;9,140019;123;9,140019;9,140019;9,140019
+0;9,16002;123;9,16002;9,16002;9,16002
+0;9,18002;123;9,18002;9,18002;9,18002
+0;9,200021;123;9,200021;9,200021;9,200021
+0;9,220021;123;9,220021;9,220021;9,220021
+0;9,240022;123;9,240022;9,240022;9,240022
+0;9,260022;123;9,260022;9,260022;9,260022
+0;9,280023;123;9,280023;9,280023;9,280023
+0;9,300023;123;9,300023;9,300023;9,300023
+0;9,320024;123;9,320024;9,320024;9,320024
+0;9,340024;123;9,340024;9,340024;9,340024
+0;9,360024;123;9,360024;9,360024;9,360024
+0;9,380025;123;9,380025;9,380025;9,380025
+0;9,400025;123;9,400025;9,400025;9,400025
+0;9,420026;123;9,420026;9,420026;9,420026
+0;9,440026;123;9,440026;9,440026;9,440026
+0;9,460027;123;9,460027;9,460027;9,460027
+0;9,480027;123;9,480027;9,480027;9,480027
+0;9,500028;123;9,500028;9,500028;9,500028
+0;9,520028;123;9,520028;9,520028;9,520028
+0;9,540029;123;9,540029;9,540029;9,540029
+0;9,560029;123;9,560029;9,560029;9,560029
+0;9,580029;123;9,580029;9,580029;9,580029
+0;9,60003;123;9,60003;9,60003;9,60003
+0;9,62003;123;9,62003;9,62003;9,62003
+0;9,640031;123;9,640031;9,640031;9,640031
+0;9,660031;123;9,660031;9,660031;9,660031
+0;9,680032;123;9,680032;9,680032;9,680032
+0;9,700032;123;9,700032;9,700032;9,700032
+0;9,720033;123;9,720033;9,720033;9,720033
+0;9,740033;123;9,740033;9,740033;9,740033
+0;9,760034;123;9,760034;9,760034;9,760034
+0;9,780034;123;9,780034;9,780034;9,780034
+0;9,800035;123;9,800035;9,800035;9,800035
+0;9,820035;123;9,820035;9,820035;9,820035
+0;9,840035;123;9,840035;9,840035;9,840035
+0;9,860036;123;9,860036;9,860036;9,860036
+0;9,880036;123;9,880036;9,880036;9,880036
+0;9,900037;123;9,900037;9,900037;9,900037
+0;9,920037;123;9,920037;9,920037;9,920037
+0;9,940038;123;9,940038;9,940038;9,940038
+0;9,960038;123;9,960038;9,960038;9,960038
+0;9,980039;123;9,980039;9,980039;9,980039
+0;10,00004;123;10,00004;10,00004;10,00004
+0;10,02004;123;10,02004;10,02004;10,02004
+0;10,04004;123;10,04004;10,04004;10,04004
+0;10,06004;123;10,06004;10,06004;10,06004
+0;10,08004;123;10,08004;10,08004;10,08004
+0;10,10004;123;10,10004;10,10004;10,10004
+0;10,12004;123;10,12004;10,12004;10,12004
+0;10,14004;123;10,14004;10,14004;10,14004
+0;10,16004;123;10,16004;10,16004;10,16004
+0;10,18004;123;10,18004;10,18004;10,18004
+0;10,20004;123;10,20004;10,20004;10,20004
+0;10,22004;123;10,22004;10,22004;10,22004
+0;10,24004;123;10,24004;10,24004;10,24004
+0;10,26005;123;10,26005;10,26005;10,26005
+0;10,28005;123;10,28005;10,28005;10,28005
+0;10,30005;123;10,30005;10,30005;10,30005
+0;10,32005;123;10,32005;10,32005;10,32005
+0;10,34005;123;10,34005;10,34005;10,34005
+0;10,36005;123;10,36005;10,36005;10,36005
+0;10,38005;123;10,38005;10,38005;10,38005
+0;10,40005;123;10,40005;10,40005;10,40005
+0;10,42005;123;10,42005;10,42005;10,42005
+0;10,44005;123;10,44005;10,44005;10,44005
+0;10,46005;123;10,46005;10,46005;10,46005
+0;10,48005;123;10,48005;10,48005;10,48005
+0;10,50005;123;10,50005;10,50005;10,50005
+0;10,52005;123;10,52005;10,52005;10,52005
+0;10,54005;123;10,54005;10,54005;10,54005
+0;10,56005;123;10,56005;10,56005;10,56005
+0;10,58005;123;10,58005;10,58005;10,58005
+0;10,60005;123;10,60005;10,60005;10,60005
+0;10,62005;123;10,62005;10,62005;10,62005
+0;10,64005;123;10,64005;10,64005;10,64005
+0;10,66005;123;10,66005;10,66005;10,66005
+0;10,68005;123;10,68005;10,68005;10,68005
+0;10,70006;123;10,70006;10,70006;10,70006
+0;10,72006;123;10,72006;10,72006;10,72006
+0;10,74006;123;10,74006;10,74006;10,74006
+0;10,76006;123;10,76006;10,76006;10,76006
+0;10,78006;123;10,78006;10,78006;10,78006
+0;10,80006;123;10,80006;10,80006;10,80006
+0;10,82006;123;10,82006;10,82006;10,82006
+0;10,84006;123;10,84006;10,84006;10,84006
+0;10,86006;123;10,86006;10,86006;10,86006
+0;10,88006;123;10,88006;10,88006;10,88006
+0;10,90006;123;10,90006;10,90006;10,90006
+0;10,92006;123;10,92006;10,92006;10,92006
+0;10,94006;123;10,94006;10,94006;10,94006
+0;10,96006;123;10,96006;10,96006;10,96006
+0;10,98006;123;10,98006;10,98006;10,98006
+0;11,00006;123;11,00006;11,00006;11,00006
+0;11,02006;123;11,02006;11,02006;11,02006
+0;11,04006;123;11,04006;11,04006;11,04006
+0;11,06006;123;11,06006;11,06006;11,06006
+0;11,08006;123;11,08006;11,08006;11,08006
+0;11,10006;123;11,10006;11,10006;11,10006
+0;11,12006;123;11,12006;11,12006;11,12006
+0;11,14007;123;11,14007;11,14007;11,14007
+0;11,16007;123;11,16007;11,16007;11,16007
+0;11,18007;123;11,18007;11,18007;11,18007
+0;11,20007;123;11,20007;11,20007;11,20007
+0;11,22007;123;11,22007;11,22007;11,22007
+0;11,24007;123;11,24007;11,24007;11,24007
+0;11,26007;123;11,26007;11,26007;11,26007
+0;11,28007;123;11,28007;11,28007;11,28007
+0;11,30007;123;11,30007;11,30007;11,30007
+0;11,32007;123;11,32007;11,32007;11,32007
+0;11,34007;123;11,34007;11,34007;11,34007
+0;11,36007;123;11,36007;11,36007;11,36007
+0;11,38007;123;11,38007;11,38007;11,38007
+0;11,40007;123;11,40007;11,40007;11,40007
+0;11,42007;123;11,42007;11,42007;11,42007
+0;11,44007;123;11,44007;11,44007;11,44007
+0;11,46007;123;11,46007;11,46007;11,46007
+0;11,48007;123;11,48007;11,48007;11,48007
+0;11,50007;123;11,50007;11,50007;11,50007
+0;11,52007;123;11,52007;11,52007;11,52007
+0;11,54007;123;11,54007;11,54007;11,54007
+0;11,56007;123;11,56007;11,56007;11,56007
+0;11,58008;123;11,58008;11,58008;11,58008
+0;11,60008;123;11,60008;11,60008;11,60008
+0;11,62008;123;11,62008;11,62008;11,62008
+0;11,64008;123;11,64008;11,64008;11,64008
+0;11,66008;123;11,66008;11,66008;11,66008
+0;11,68008;123;11,68008;11,68008;11,68008
+0;11,70008;123;11,70008;11,70008;11,70008
+0;11,72008;123;11,72008;11,72008;11,72008
+0;11,74008;123;11,74008;11,74008;11,74008
+0;11,76008;123;11,76008;11,76008;11,76008
+0;11,78008;123;11,78008;11,78008;11,78008
+0;11,80008;123;11,80008;11,80008;11,80008
+0;11,82008;123;11,82008;11,82008;11,82008
+0;11,84008;123;11,84008;11,84008;11,84008
+0;11,86008;123;11,86008;11,86008;11,86008
+0;11,88008;123;11,88008;11,88008;11,88008
+0;11,90008;123;11,90008;11,90008;11,90008
+0;11,92008;123;11,92008;11,92008;11,92008
+0;11,94008;123;11,94008;11,94008;11,94008
+0;11,96008;123;11,96008;11,96008;11,96008
+0;11,98008;123;11,98008;11,98008;11,98008
+0;12,00008;123;12,00008;12,00008;12,00008
+0;12,02009;123;12,02009;12,02009;12,02009
+0;12,04009;123;12,04009;12,04009;12,04009
+0;12,06009;123;12,06009;12,06009;12,06009
+0;12,08009;123;12,08009;12,08009;12,08009
+0;12,10009;123;12,10009;12,10009;12,10009
+0;12,12009;123;12,12009;12,12009;12,12009
+0;12,14009;123;12,14009;12,14009;12,14009
+0;12,16009;123;12,16009;12,16009;12,16009
+0;12,18009;123;12,18009;12,18009;12,18009
+0;12,20009;123;12,20009;12,20009;12,20009
+0;12,22009;123;12,22009;12,22009;12,22009
+0;12,24009;123;12,24009;12,24009;12,24009
+0;12,26009;123;12,26009;12,26009;12,26009
+0;12,28009;123;12,28009;12,28009;12,28009
+0;12,30009;123;12,30009;12,30009;12,30009
+0;12,32009;123;12,32009;12,32009;12,32009
+0;12,34009;123;12,34009;12,34009;12,34009
+0;12,36009;123;12,36009;12,36009;12,36009
+0;12,38009;123;12,38009;12,38009;12,38009
+0;12,40009;123;12,40009;12,40009;12,40009
+0;12,42009;123;12,42009;12,42009;12,42009
+0;12,44009;123;12,44009;12,44009;12,44009
+0;12,4601;123;12,4601;12,4601;12,4601
+0;12,4801;123;12,4801;12,4801;12,4801
+0;12,5001;123;12,5001;12,5001;12,5001
+0;12,5201;123;12,5201;12,5201;12,5201
+0;12,5401;123;12,5401;12,5401;12,5401
+0;12,5601;123;12,5601;12,5601;12,5601
+0;12,5801;123;12,5801;12,5801;12,5801
+0;12,6001;123;12,6001;12,6001;12,6001
+0;12,6201;123;12,6201;12,6201;12,6201
+0;12,6401;123;12,6401;12,6401;12,6401
+0;12,6601;123;12,6601;12,6601;12,6601
+0;12,6801;123;12,6801;12,6801;12,6801
+0;12,7001;123;12,7001;12,7001;12,7001
+0;12,7201;123;12,7201;12,7201;12,7201
+0;12,7401;123;12,7401;12,7401;12,7401
+0;12,7601;123;12,7601;12,7601;12,7601
+0;12,7801;123;12,7801;12,7801;12,7801
+0;12,8001;123;12,8001;12,8001;12,8001
+0;12,8201;123;12,8201;12,8201;12,8201
+0;12,8401;123;12,8401;12,8401;12,8401
+0;12,8601;123;12,8601;12,8601;12,8601
+0;12,88011;123;12,88011;12,88011;12,88011
+0;12,90011;123;12,90011;12,90011;12,90011
+0;12,92011;123;12,92011;12,92011;12,92011
+0;12,94011;123;12,94011;12,94011;12,94011
+0;12,96011;123;12,96011;12,96011;12,96011
+0;12,98011;123;12,98011;12,98011;12,98011
+0;13,00011;123;13,00011;13,00011;13,00011
+0;13,02011;123;13,02011;13,02011;13,02011
+0;13,04011;123;13,04011;13,04011;13,04011
+0;13,06011;123;13,06011;13,06011;13,06011
+0;13,08011;123;13,08011;13,08011;13,08011
+0;13,10011;123;13,10011;13,10011;13,10011
+0;13,12011;123;13,12011;13,12011;13,12011
+0;13,14011;123;13,14011;13,14011;13,14011
+0;13,16011;123;13,16011;13,16011;13,16011
+0;13,18011;123;13,18011;13,18011;13,18011
+0;13,20011;123;13,20011;13,20011;13,20011
+0;13,22011;123;13,22011;13,22011;13,22011
+0;13,24011;123;13,24011;13,24011;13,24011
+0;13,26011;123;13,26011;13,26011;13,26011
+0;13,28011;123;13,28011;13,28011;13,28011
+0;13,30011;123;13,30011;13,30011;13,30011
+0;13,32012;123;13,32012;13,32012;13,32012
+0;13,34012;123;13,34012;13,34012;13,34012
+0;13,36012;123;13,36012;13,36012;13,36012
+0;13,38012;123;13,38012;13,38012;13,38012
+0;13,40012;123;13,40012;13,40012;13,40012
+0;13,42012;123;13,42012;13,42012;13,42012
+0;13,44012;123;13,44012;13,44012;13,44012
+0;13,46012;123;13,46012;13,46012;13,46012
+0;13,48012;123;13,48012;13,48012;13,48012
+0;13,50012;123;13,50012;13,50012;13,50012
+0;13,52012;123;13,52012;13,52012;13,52012
+0;13,54012;123;13,54012;13,54012;13,54012
+0;13,56012;123;13,56012;13,56012;13,56012
+0;13,58012;123;13,58012;13,58012;13,58012
+0;13,60012;123;13,60012;13,60012;13,60012
+0;13,62012;123;13,62012;13,62012;13,62012
+0;13,64012;123;13,64012;13,64012;13,64012
+0;13,66012;123;13,66012;13,66012;13,66012
+0;13,68012;123;13,68012;13,68012;13,68012
+0;13,70012;123;13,70012;13,70012;13,70012
+0;13,72012;123;13,72012;13,72012;13,72012
+0;13,74012;123;13,74012;13,74012;13,74012
+0;13,76013;123;13,76013;13,76013;13,76013
+0;13,78013;123;13,78013;13,78013;13,78013
+0;13,80013;123;13,80013;13,80013;13,80013
+0;13,82013;123;13,82013;13,82013;13,82013
+0;13,84013;123;13,84013;13,84013;13,84013
+0;13,86013;123;13,86013;13,86013;13,86013
+0;13,88013;123;13,88013;13,88013;13,88013
+0;13,90013;123;13,90013;13,90013;13,90013
+0;13,92013;123;13,92013;13,92013;13,92013
+0;13,94013;123;13,94013;13,94013;13,94013
+0;13,96013;123;13,96013;13,96013;13,96013
+0;13,98013;123;13,98013;13,98013;13,98013
+0;14,00013;123;14,00013;14,00013;14,00013
+0;14,02013;123;14,02013;14,02013;14,02013
+0;14,04013;123;14,04013;14,04013;14,04013
+0;14,06013;123;14,06013;14,06013;14,06013
+0;14,08013;123;14,08013;14,08013;14,08013
+0;14,10013;123;14,10013;14,10013;14,10013
+0;14,12013;123;14,12013;14,12013;14,12013
+0;14,14013;123;14,14013;14,14013;14,14013
+0;14,16013;123;14,16013;14,16013;14,16013
+0;14,18013;123;14,18013;14,18013;14,18013
+0;14,20014;123;14,20014;14,20014;14,20014
+0;14,22014;123;14,22014;14,22014;14,22014
+0;14,24014;123;14,24014;14,24014;14,24014
+0;14,26014;123;14,26014;14,26014;14,26014
+0;14,28014;123;14,28014;14,28014;14,28014
+0;14,30014;123;14,30014;14,30014;14,30014
+0;14,32014;123;14,32014;14,32014;14,32014
+0;14,34014;123;14,34014;14,34014;14,34014
+0;14,36014;123;14,36014;14,36014;14,36014
+0;14,38014;123;14,38014;14,38014;14,38014
+0;14,40014;123;14,40014;14,40014;14,40014
+0;14,42014;123;14,42014;14,42014;14,42014
+0;14,44014;123;14,44014;14,44014;14,44014
+0;14,46014;123;14,46014;14,46014;14,46014
+0;14,48014;123;14,48014;14,48014;14,48014
+0;14,50014;123;14,50014;14,50014;14,50014
+0;14,52014;123;14,52014;14,52014;14,52014
+0;14,54014;123;14,54014;14,54014;14,54014
+0;14,56014;123;14,56014;14,56014;14,56014
+0;14,58014;123;14,58014;14,58014;14,58014
+0;14,60014;123;14,60014;14,60014;14,60014
+0;14,62014;123;14,62014;14,62014;14,62014
+0;14,64015;123;14,64015;14,64015;14,64015
+0;14,66015;123;14,66015;14,66015;14,66015
+0;14,68015;123;14,68015;14,68015;14,68015
+0;14,70015;123;14,70015;14,70015;14,70015
+0;14,72015;123;14,72015;14,72015;14,72015
+0;14,74015;123;14,74015;14,74015;14,74015
+0;14,76015;123;14,76015;14,76015;14,76015
+0;14,78015;123;14,78015;14,78015;14,78015
+0;14,80015;123;14,80015;14,80015;14,80015
+0;14,82015;123;14,82015;14,82015;14,82015
+0;14,84015;123;14,84015;14,84015;14,84015
+0;14,86015;123;14,86015;14,86015;14,86015
+0;14,88015;123;14,88015;14,88015;14,88015
+0;14,90015;123;14,90015;14,90015;14,90015
+0;14,92015;123;14,92015;14,92015;14,92015
+0;14,94015;123;14,94015;14,94015;14,94015
+0;14,96015;123;14,96015;14,96015;14,96015
+0;14,98015;123;14,98015;14,98015;14,98015
+0;15,00015;123;15,00015;15,00015;15,00015
+0;15,02015;123;15,02015;15,02015;15,02015
+0;15,04015;123;15,04015;15,04015;15,04015
+0;15,06015;123;15,06015;15,06015;15,06015
+0;15,08016;123;15,08016;15,08016;15,08016
+0;15,10016;123;15,10016;15,10016;15,10016
+0;15,12016;123;15,12016;15,12016;15,12016
+0;15,14016;123;15,14016;15,14016;15,14016
+0;15,16016;123;15,16016;15,16016;15,16016
+0;15,18016;123;15,18016;15,18016;15,18016
+0;15,20016;123;15,20016;15,20016;15,20016
+0;15,22016;123;15,22016;15,22016;15,22016
+0;15,24016;123;15,24016;15,24016;15,24016
+0;15,26016;123;15,26016;15,26016;15,26016
+0;15,28016;123;15,28016;15,28016;15,28016
+0;15,30016;123;15,30016;15,30016;15,30016
+0;15,32016;123;15,32016;15,32016;15,32016
+0;15,34016;123;15,34016;15,34016;15,34016
+0;15,36016;123;15,36016;15,36016;15,36016
+0;15,38016;123;15,38016;15,38016;15,38016
+0;15,40016;123;15,40016;15,40016;15,40016
+0;15,42016;123;15,42016;15,42016;15,42016
+0;15,44016;123;15,44016;15,44016;15,44016
+0;15,46016;123;15,46016;15,46016;15,46016
+0;15,48016;123;15,48016;15,48016;15,48016
+0;15,50016;123;15,50016;15,50016;15,50016
+0;15,52017;123;15,52017;15,52017;15,52017
+0;15,54017;123;15,54017;15,54017;15,54017
+0;15,56017;123;15,56017;15,56017;15,56017
+0;15,58017;123;15,58017;15,58017;15,58017
+0;15,60017;123;15,60017;15,60017;15,60017
+0;15,62017;123;15,62017;15,62017;15,62017
+0;15,64017;123;15,64017;15,64017;15,64017
+0;15,66017;123;15,66017;15,66017;15,66017
+0;15,68017;123;15,68017;15,68017;15,68017
+0;15,70017;123;15,70017;15,70017;15,70017
+0;15,72017;123;15,72017;15,72017;15,72017
+0;15,74017;123;15,74017;15,74017;15,74017
+0;15,76017;123;15,76017;15,76017;15,76017
+0;15,78017;123;15,78017;15,78017;15,78017
+0;15,80017;123;15,80017;15,80017;15,80017
+0;15,82017;123;15,82017;15,82017;15,82017
+0;15,84017;123;15,84017;15,84017;15,84017
+0;15,86017;123;15,86017;15,86017;15,86017
+0;15,88017;123;15,88017;15,88017;15,88017
+0;15,90017;123;15,90017;15,90017;15,90017
+0;15,92017;123;15,92017;15,92017;15,92017
+0;15,94018;123;15,94018;15,94018;15,94018
+0;15,96018;123;15,96018;15,96018;15,96018
+0;15,98018;123;15,98018;15,98018;15,98018
+0;16,00018;123;16,00018;16,00018;16,00018
+0;16,02018;123;16,02018;16,02018;16,02018
+0;16,04018;123;16,04018;16,04018;16,04018
+0;16,06018;123;16,06018;16,06018;16,06018
+0;16,08018;123;16,08018;16,08018;16,08018
+0;16,10018;123;16,10018;16,10018;16,10018
+0;16,12018;123;16,12018;16,12018;16,12018
+0;16,14018;123;16,14018;16,14018;16,14018
+0;16,16018;123;16,16018;16,16018;16,16018
+0;16,18018;123;16,18018;16,18018;16,18018
+0;16,20018;123;16,20018;16,20018;16,20018
+0;16,22018;123;16,22018;16,22018;16,22018
+0;16,24018;123;16,24018;16,24018;16,24018
+0;16,26018;123;16,26018;16,26018;16,26018
+0;16,28018;123;16,28018;16,28018;16,28018
+0;16,30018;123;16,30018;16,30018;16,30018
+0;16,32018;123;16,32018;16,32018;16,32018
+0;16,34018;123;16,34018;16,34018;16,34018
+0;16,36018;123;16,36018;16,36018;16,36018
+0;16,38018;123;16,38018;16,38018;16,38018
+0;16,40018;123;16,40018;16,40018;16,40018
+0;16,42019;123;16,42019;16,42019;16,42019
+0;16,44019;123;16,44019;16,44019;16,44019
+0;16,46019;123;16,46019;16,46019;16,46019
+0;16,48019;123;16,48019;16,48019;16,48019
+0;16,50019;123;16,50019;16,50019;16,50019
+0;16,52019;123;16,52019;16,52019;16,52019
+0;16,54019;123;16,54019;16,54019;16,54019
+0;16,56019;123;16,56019;16,56019;16,56019
+0;16,58019;123;16,58019;16,58019;16,58019
+0;16,60019;123;16,60019;16,60019;16,60019
+0;16,62019;123;16,62019;16,62019;16,62019
+0;16,64019;123;16,64019;16,64019;16,64019
+0;16,66019;123;16,66019;16,66019;16,66019
+0;16,68019;123;16,68019;16,68019;16,68019
+0;16,70019;123;16,70019;16,70019;16,70019
+0;16,72019;123;16,72019;16,72019;16,72019
+0;16,74019;123;16,74019;16,74019;16,74019
+0;16,76019;123;16,76019;16,76019;16,76019
+0;16,78019;123;16,78019;16,78019;16,78019
+0;16,80019;123;16,80019;16,80019;16,80019
+0;16,82019;123;16,82019;16,82019;16,82019
+0;16,84019;123;16,84019;16,84019;16,84019
+0;16,8602;123;16,8602;16,8602;16,8602
+0;16,8802;123;16,8802;16,8802;16,8802
+0;16,9002;123;16,9002;16,9002;16,9002
+0;16,9202;123;16,9202;16,9202;16,9202
+0;16,9402;123;16,9402;16,9402;16,9402
+0;16,9602;123;16,9602;16,9602;16,9602
+0;16,9802;123;16,9802;16,9802;16,9802
+0;17,0002;123;17,0002;17,0002;17,0002
+0;17,0202;123;17,0202;17,0202;17,0202
+0;17,0402;123;17,0402;17,0402;17,0402
+0;17,0602;123;17,0602;17,0602;17,0602
+0;17,0802;123;17,0802;17,0802;17,0802
+0;17,1002;123;17,1002;17,1002;17,1002
+0;17,1202;123;17,1202;17,1202;17,1202
+0;17,1402;123;17,1402;17,1402;17,1402
+0;17,1602;123;17,1602;17,1602;17,1602
+0;17,1802;123;17,1802;17,1802;17,1802
+0;17,2002;123;17,2002;17,2002;17,2002
+0;17,2202;123;17,2202;17,2202;17,2202
+0;17,2402;123;17,2402;17,2402;17,2402
+0;17,2602;123;17,2602;17,2602;17,2602
+0;17,2802;123;17,2802;17,2802;17,2802
+0;17,30021;123;17,30021;17,30021;17,30021
+0;17,32021;123;17,32021;17,32021;17,32021
+0;17,34021;123;17,34021;17,34021;17,34021
+0;17,36021;123;17,36021;17,36021;17,36021
+0;17,38021;123;17,38021;17,38021;17,38021
+0;17,40021;123;17,40021;17,40021;17,40021
+0;17,42021;123;17,42021;17,42021;17,42021
+0;17,44021;123;17,44021;17,44021;17,44021
+0;17,46021;123;17,46021;17,46021;17,46021
+0;17,48021;123;17,48021;17,48021;17,48021
+0;17,50021;123;17,50021;17,50021;17,50021
+0;17,52021;123;17,52021;17,52021;17,52021
+0;17,54021;123;17,54021;17,54021;17,54021
+0;17,56021;123;17,56021;17,56021;17,56021
+0;17,58021;123;17,58021;17,58021;17,58021
+0;17,60021;123;17,60021;17,60021;17,60021
+0;17,62021;123;17,62021;17,62021;17,62021
+0;17,64021;123;17,64021;17,64021;17,64021
+0;17,66021;123;17,66021;17,66021;17,66021
+0;17,68021;123;17,68021;17,68021;17,68021
+0;17,70021;123;17,70021;17,70021;17,70021
+0;17,72021;123;17,72021;17,72021;17,72021
+0;17,74022;123;17,74022;17,74022;17,74022
+0;17,76022;123;17,76022;17,76022;17,76022
+0;17,78022;123;17,78022;17,78022;17,78022
+0;17,80022;123;17,80022;17,80022;17,80022
+0;17,82022;123;17,82022;17,82022;17,82022
+0;17,84022;123;17,84022;17,84022;17,84022
+0;17,86022;123;17,86022;17,86022;17,86022
+0;17,88022;123;17,88022;17,88022;17,88022
+0;17,90022;123;17,90022;17,90022;17,90022
+0;17,92022;123;17,92022;17,92022;17,92022
+0;17,94022;123;17,94022;17,94022;17,94022
+0;17,96022;123;17,96022;17,96022;17,96022
+0;17,98022;123;17,98022;17,98022;17,98022
+0;18,00022;123;18,00022;18,00022;18,00022
+0;18,02022;123;18,02022;18,02022;18,02022
+0;18,04022;123;18,04022;18,04022;18,04022
+0;18,06022;123;18,06022;18,06022;18,06022
+0;18,08022;123;18,08022;18,08022;18,08022
+0;18,10022;123;18,10022;18,10022;18,10022
+0;18,12022;123;18,12022;18,12022;18,12022
+0;18,14022;123;18,14022;18,14022;18,14022
+0;18,16022;123;18,16022;18,16022;18,16022
+0;18,18023;123;18,18023;18,18023;18,18023
+0;18,20023;123;18,20023;18,20023;18,20023
+0;18,22023;123;18,22023;18,22023;18,22023
+0;18,24023;123;18,24023;18,24023;18,24023
+0;18,26023;123;18,26023;18,26023;18,26023
+0;18,28023;123;18,28023;18,28023;18,28023
+0;18,30023;123;18,30023;18,30023;18,30023
+0;18,32023;123;18,32023;18,32023;18,32023
+0;18,34023;123;18,34023;18,34023;18,34023
+0;18,36023;123;18,36023;18,36023;18,36023
+0;18,38023;123;18,38023;18,38023;18,38023
+0;18,40023;123;18,40023;18,40023;18,40023
+0;18,42023;123;18,42023;18,42023;18,42023
+0;18,44023;123;18,44023;18,44023;18,44023
+0;18,46023;123;18,46023;18,46023;18,46023
+0;18,48023;123;18,48023;18,48023;18,48023
+0;18,50023;123;18,50023;18,50023;18,50023
+0;18,52023;123;18,52023;18,52023;18,52023
+0;18,54023;123;18,54023;18,54023;18,54023
+0;18,56023;123;18,56023;18,56023;18,56023
+0;18,58023;123;18,58023;18,58023;18,58023
+0;18,60023;123;18,60023;18,60023;18,60023
+0;18,62024;123;18,62024;18,62024;18,62024
+0;18,64024;123;18,64024;18,64024;18,64024
+0;18,66024;123;18,66024;18,66024;18,66024
+0;18,68024;123;18,68024;18,68024;18,68024
+0;18,70024;123;18,70024;18,70024;18,70024
+0;18,72024;123;18,72024;18,72024;18,72024
+0;18,74024;123;18,74024;18,74024;18,74024
+0;18,76024;123;18,76024;18,76024;18,76024
+0;18,78024;123;18,78024;18,78024;18,78024
+0;18,80024;123;18,80024;18,80024;18,80024
+0;18,82024;123;18,82024;18,82024;18,82024
+0;18,84024;123;18,84024;18,84024;18,84024
+0;18,86024;123;18,86024;18,86024;18,86024
+0;18,88024;123;18,88024;18,88024;18,88024
+0;18,90024;123;18,90024;18,90024;18,90024
+0;18,92024;123;18,92024;18,92024;18,92024
+0;18,94024;123;18,94024;18,94024;18,94024
+0;18,96024;123;18,96024;18,96024;18,96024
+0;18,98024;123;18,98024;18,98024;18,98024
+0;19,00024;123;19,00024;19,00024;19,00024
+0;19,02024;123;19,02024;19,02024;19,02024
+0;19,04025;123;19,04025;19,04025;19,04025
+0;19,06025;123;19,06025;19,06025;19,06025
+0;19,08025;123;19,08025;19,08025;19,08025
+0;19,10025;123;19,10025;19,10025;19,10025
+0;19,12025;123;19,12025;19,12025;19,12025
+0;19,14025;123;19,14025;19,14025;19,14025
+0;19,16025;123;19,16025;19,16025;19,16025
+0;19,18025;123;19,18025;19,18025;19,18025
+0;19,20025;123;19,20025;19,20025;19,20025
+0;19,22025;123;19,22025;19,22025;19,22025
+0;19,24025;123;19,24025;19,24025;19,24025
+0;19,26025;123;19,26025;19,26025;19,26025
+0;19,28025;123;19,28025;19,28025;19,28025
+0;19,30025;123;19,30025;19,30025;19,30025
+0;19,32025;123;19,32025;19,32025;19,32025
+0;19,34025;123;19,34025;19,34025;19,34025
+0;19,36025;123;19,36025;19,36025;19,36025
+0;19,38025;123;19,38025;19,38025;19,38025
+0;19,40025;123;19,40025;19,40025;19,40025
+0;19,42025;123;19,42025;19,42025;19,42025
+0;19,44025;123;19,44025;19,44025;19,44025
+0;19,46025;123;19,46025;19,46025;19,46025
+0;19,48026;123;19,48026;19,48026;19,48026
+0;19,50026;123;19,50026;19,50026;19,50026
+0;19,52026;123;19,52026;19,52026;19,52026
+0;19,54026;123;19,54026;19,54026;19,54026
+0;19,56026;123;19,56026;19,56026;19,56026
+0;19,58026;123;19,58026;19,58026;19,58026
+0;19,60026;123;19,60026;19,60026;19,60026
+0;19,62026;123;19,62026;19,62026;19,62026
+0;19,64026;123;19,64026;19,64026;19,64026
+0;19,66026;123;19,66026;19,66026;19,66026
+0;19,68026;123;19,68026;19,68026;19,68026
+0;19,70026;123;19,70026;19,70026;19,70026
+0;19,72026;123;19,72026;19,72026;19,72026
+0;19,74026;123;19,74026;19,74026;19,74026
+0;19,76026;123;19,76026;19,76026;19,76026
+0;19,78026;123;19,78026;19,78026;19,78026
+0;19,80026;123;19,80026;19,80026;19,80026
+0;19,82026;123;19,82026;19,82026;19,82026
+0;19,84026;123;19,84026;19,84026;19,84026
+0;19,86026;123;19,86026;19,86026;19,86026
+0;19,88026;123;19,88026;19,88026;19,88026
+0;19,90026;123;19,90026;19,90026;19,90026
+0;19,92027;123;19,92027;19,92027;19,92027
+0;19,94027;123;19,94027;19,94027;19,94027
+0;19,96027;123;19,96027;19,96027;19,96027
+0;19,98027;123;19,98027;19,98027;19,98027
+0;20,00027;123;20,00027;20,00027;20,00027
+0;20,02027;123;20,02027;20,02027;20,02027
+0;20,04027;123;20,04027;20,04027;20,04027
+0;20,06027;123;20,06027;20,06027;20,06027
+0;20,08027;123;20,08027;20,08027;20,08027
+0;20,10027;123;20,10027;20,10027;20,10027
+0;20,12027;123;20,12027;20,12027;20,12027
+0;20,14027;123;20,14027;20,14027;20,14027
+0;20,16027;123;20,16027;20,16027;20,16027
+0;20,18027;123;20,18027;20,18027;20,18027
+0;20,20027;123;20,20027;20,20027;20,20027
+0;20,22027;123;20,22027;20,22027;20,22027
+0;20,24027;123;20,24027;20,24027;20,24027
+0;20,26027;123;20,26027;20,26027;20,26027
+0;20,28027;123;20,28027;20,28027;20,28027
+0;20,30027;123;20,30027;20,30027;20,30027
+0;20,32027;123;20,32027;20,32027;20,32027
+0;20,34027;123;20,34027;20,34027;20,34027
+0;20,36028;123;20,36028;20,36028;20,36028
+0;20,38028;123;20,38028;20,38028;20,38028
+0;20,40028;123;20,40028;20,40028;20,40028
+0;20,42028;123;20,42028;20,42028;20,42028
+0;20,44028;123;20,44028;20,44028;20,44028
+0;20,46028;123;20,46028;20,46028;20,46028
+0;20,48028;123;20,48028;20,48028;20,48028
+0;20,50028;123;20,50028;20,50028;20,50028
+0;20,52028;123;20,52028;20,52028;20,52028
+0;20,54028;123;20,54028;20,54028;20,54028
+0;20,56028;123;20,56028;20,56028;20,56028
+0;20,58028;123;20,58028;20,58028;20,58028
+0;20,60028;123;20,60028;20,60028;20,60028
+0;20,62028;123;20,62028;20,62028;20,62028
+0;20,64028;123;20,64028;20,64028;20,64028
+0;20,66028;123;20,66028;20,66028;20,66028
+0;20,68028;123;20,68028;20,68028;20,68028
+0;20,70028;123;20,70028;20,70028;20,70028
+0;20,72028;123;20,72028;20,72028;20,72028
+0;20,74028;123;20,74028;20,74028;20,74028
+0;20,76028;123;20,76028;20,76028;20,76028
+0;20,78028;123;20,78028;20,78028;20,78028
+0;20,80029;123;20,80029;20,80029;20,80029
+0;20,82029;123;20,82029;20,82029;20,82029
+0;20,84029;123;20,84029;20,84029;20,84029
+0;20,86029;123;20,86029;20,86029;20,86029
+0;20,88029;123;20,88029;20,88029;20,88029
+0;20,90029;123;20,90029;20,90029;20,90029
+0;20,92029;123;20,92029;20,92029;20,92029
+0;20,94029;123;20,94029;20,94029;20,94029
+0;20,96029;123;20,96029;20,96029;20,96029
+0;20,98029;123;20,98029;20,98029;20,98029
+0;21,00029;123;21,00029;21,00029;21,00029
+0;21,02029;123;21,02029;21,02029;21,02029
+0;21,04029;123;21,04029;21,04029;21,04029
+0;21,06029;123;21,06029;21,06029;21,06029
+0;21,08029;123;21,08029;21,08029;21,08029
+0;21,10029;123;21,10029;21,10029;21,10029
+0;21,12029;123;21,12029;21,12029;21,12029
+0;21,14029;123;21,14029;21,14029;21,14029
+0;21,16029;123;21,16029;21,16029;21,16029
+0;21,18029;123;21,18029;21,18029;21,18029
+0;21,20029;123;21,20029;21,20029;21,20029
+0;21,22029;123;21,22029;21,22029;21,22029
+0;21,2403;123;21,2403;21,2403;21,2403
+0;21,2603;123;21,2603;21,2603;21,2603
+0;21,2803;123;21,2803;21,2803;21,2803
+0;21,3003;123;21,3003;21,3003;21,3003
+0;21,3203;123;21,3203;21,3203;21,3203
+0;21,3403;123;21,3403;21,3403;21,3403
+0;21,3603;123;21,3603;21,3603;21,3603
+0;21,3803;123;21,3803;21,3803;21,3803
+0;21,4003;123;21,4003;21,4003;21,4003
+0;21,4203;123;21,4203;21,4203;21,4203
+0;21,4403;123;21,4403;21,4403;21,4403
+0;21,4603;123;21,4603;21,4603;21,4603
+0;21,4803;123;21,4803;21,4803;21,4803
+0;21,5003;123;21,5003;21,5003;21,5003
+0;21,5203;123;21,5203;21,5203;21,5203
+0;21,5403;123;21,5403;21,5403;21,5403
+0;21,5603;123;21,5603;21,5603;21,5603
+0;21,5803;123;21,5803;21,5803;21,5803
+0;21,6003;123;21,6003;21,6003;21,6003
+0;21,6203;123;21,6203;21,6203;21,6203
+0;21,6403;123;21,6403;21,6403;21,6403
+0;21,66031;123;21,66031;21,66031;21,66031
+0;21,68031;123;21,68031;21,68031;21,68031
+0;21,70031;123;21,70031;21,70031;21,70031
+0;21,72031;123;21,72031;21,72031;21,72031
+0;21,74031;123;21,74031;21,74031;21,74031
+0;21,76031;123;21,76031;21,76031;21,76031
+0;21,78031;123;21,78031;21,78031;21,78031
+0;21,80031;123;21,80031;21,80031;21,80031
+0;21,82031;123;21,82031;21,82031;21,82031
+0;21,84031;123;21,84031;21,84031;21,84031
+0;21,86031;123;21,86031;21,86031;21,86031
+0;21,88031;123;21,88031;21,88031;21,88031
+0;21,90031;123;21,90031;21,90031;21,90031
+0;21,92031;123;21,92031;21,92031;21,92031
+0;21,94031;123;21,94031;21,94031;21,94031
+0;21,96031;123;21,96031;21,96031;21,96031
+0;21,98031;123;21,98031;21,98031;21,98031
+0;22,00031;123;22,00031;22,00031;22,00031
+0;22,02031;123;22,02031;22,02031;22,02031
+0;22,04031;123;22,04031;22,04031;22,04031
+0;22,06031;123;22,06031;22,06031;22,06031
+0;22,08031;123;22,08031;22,08031;22,08031
+0;22,10032;123;22,10032;22,10032;22,10032
+0;22,12032;123;22,12032;22,12032;22,12032
+0;22,14032;123;22,14032;22,14032;22,14032
+0;22,16032;123;22,16032;22,16032;22,16032
+0;22,18032;123;22,18032;22,18032;22,18032
+0;22,20032;123;22,20032;22,20032;22,20032
+0;22,22032;123;22,22032;22,22032;22,22032
+0;22,24032;123;22,24032;22,24032;22,24032
+0;22,26032;123;22,26032;22,26032;22,26032
+0;22,28032;123;22,28032;22,28032;22,28032
+0;22,30032;123;22,30032;22,30032;22,30032
+0;22,32032;123;22,32032;22,32032;22,32032
+0;22,34032;123;22,34032;22,34032;22,34032
+0;22,36032;123;22,36032;22,36032;22,36032
+0;22,38032;123;22,38032;22,38032;22,38032
+0;22,40032;123;22,40032;22,40032;22,40032
+0;22,42032;123;22,42032;22,42032;22,42032
+0;22,44032;123;22,44032;22,44032;22,44032
+0;22,46032;123;22,46032;22,46032;22,46032
+0;22,48032;123;22,48032;22,48032;22,48032
+0;22,50032;123;22,50032;22,50032;22,50032
+0;22,52032;123;22,52032;22,52032;22,52032
+0;22,54033;123;22,54033;22,54033;22,54033
+0;22,56033;123;22,56033;22,56033;22,56033
+0;22,58033;123;22,58033;22,58033;22,58033
+0;22,60033;123;22,60033;22,60033;22,60033
+0;22,62033;123;22,62033;22,62033;22,62033
+0;22,64033;123;22,64033;22,64033;22,64033
+0;22,66033;123;22,66033;22,66033;22,66033
+0;22,68033;123;22,68033;22,68033;22,68033
+0;22,70033;123;22,70033;22,70033;22,70033
+0;22,72033;123;22,72033;22,72033;22,72033
+0;22,74033;123;22,74033;22,74033;22,74033
+0;22,76033;123;22,76033;22,76033;22,76033
+0;22,78033;123;22,78033;22,78033;22,78033
+0;22,80033;123;22,80033;22,80033;22,80033
+0;22,82033;123;22,82033;22,82033;22,82033
+0;22,84033;123;22,84033;22,84033;22,84033
+0;22,86033;123;22,86033;22,86033;22,86033
+0;22,88033;123;22,88033;22,88033;22,88033
+0;22,90033;123;22,90033;22,90033;22,90033
+0;22,92033;123;22,92033;22,92033;22,92033
+0;22,94033;123;22,94033;22,94033;22,94033
+0;22,96033;123;22,96033;22,96033;22,96033
+0;22,98034;123;22,98034;22,98034;22,98034
+0;23,00034;123;23,00034;23,00034;23,00034
+0;23,02034;123;23,02034;23,02034;23,02034
+0;23,04034;123;23,04034;23,04034;23,04034
+0;23,06034;123;23,06034;23,06034;23,06034
+0;23,08034;123;23,08034;23,08034;23,08034
+0;23,10034;123;23,10034;23,10034;23,10034
+0;23,12034;123;23,12034;23,12034;23,12034
+0;23,14034;123;23,14034;23,14034;23,14034
+0;23,16034;123;23,16034;23,16034;23,16034
+0;23,18034;123;23,18034;23,18034;23,18034
+0;23,20034;123;23,20034;23,20034;23,20034
+0;23,22034;123;23,22034;23,22034;23,22034
+0;23,24034;123;23,24034;23,24034;23,24034
+0;23,26034;123;23,26034;23,26034;23,26034
+0;23,28034;123;23,28034;23,28034;23,28034
+0;23,30034;123;23,30034;23,30034;23,30034
+0;23,32034;123;23,32034;23,32034;23,32034
+0;23,34034;123;23,34034;23,34034;23,34034
+0;23,36034;123;23,36034;23,36034;23,36034
+0;23,38034;123;23,38034;23,38034;23,38034
+0;23,40034;123;23,40034;23,40034;23,40034
+0;23,42035;123;23,42035;23,42035;23,42035
+0;23,44035;123;23,44035;23,44035;23,44035
+0;23,46035;123;23,46035;23,46035;23,46035
+0;23,48035;123;23,48035;23,48035;23,48035
+0;23,50035;123;23,50035;23,50035;23,50035
+0;23,52035;123;23,52035;23,52035;23,52035
+0;23,54035;123;23,54035;23,54035;23,54035
+0;23,56035;123;23,56035;23,56035;23,56035
+0;23,58035;123;23,58035;23,58035;23,58035
+0;23,60035;123;23,60035;23,60035;23,60035
+0;23,62035;123;23,62035;23,62035;23,62035
+0;23,64035;123;23,64035;23,64035;23,64035
+0;23,66035;123;23,66035;23,66035;23,66035
+0;23,68035;123;23,68035;23,68035;23,68035
+0;23,70035;123;23,70035;23,70035;23,70035
+0;23,72035;123;23,72035;23,72035;23,72035
+0;23,74035;123;23,74035;23,74035;23,74035
+0;23,76035;123;23,76035;23,76035;23,76035
+0;23,78035;123;23,78035;23,78035;23,78035
+0;23,80035;123;23,80035;23,80035;23,80035
+0;23,82035;123;23,82035;23,82035;23,82035

+ 7 - 0
testumgebung/CrowdModelling/Assets/Study_Logs/log_0_TestTimePeriod.csv.meta

@@ -0,0 +1,7 @@
+fileFormatVersion: 2
+guid: b05f51802ba3efc4baa6928ada1714fc
+TextScriptImporter:
+  externalObjects: {}
+  userData: 
+  assetBundleName: 
+  assetBundleVariant: 

+ 0 - 209
testumgebung/CrowdModelling/Assets/Study_Logs/log_TestCamera.csv

@@ -1,209 +0,0 @@
-ParticipantID;Time;Position;Rotation;FOV
-0;0;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,02;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,04;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,06;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,08;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,09999999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,12;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,14;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,16;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,18;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,2;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,22;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,24;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,26;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,28;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,3;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,32;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,34;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,36;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,38;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,4;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,42;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,4400001;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,4600001;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,4800001;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,5000001;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,52;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,54;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,56;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,58;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,6;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,6199999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,6399999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,6599999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,6799999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,6999999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,7199998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,7399998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,7599998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,7799998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,7999998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,8199998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,8399997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,8599997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,8799997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,8999997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,9199997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,9399996;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,9599996;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,9799996;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;0,9999996;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,02;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,04;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,06;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,08;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,1;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,12;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,14;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,159999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,179999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,199999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,219999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,239999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,259999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,279999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,299999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,319999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,339999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,359999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,379999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,399999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,419999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,439999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,459999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,479999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,499999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,519999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,539999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,559999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,579999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,599999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,619999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,639999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,659999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,679999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,699999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,719999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,739999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,759999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,779999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,799999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,819999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,839999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,859999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,879999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,899999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,919999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,939999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,959999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,979999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;1,999999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,019999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,039999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,059999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,079999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,099999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,119999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,139999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,159999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,179999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,199999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,219999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,239999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,259999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,279999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,299999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,319999;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,339998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,359998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,379998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,399998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,419998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,439998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,459998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,479998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,499998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,519998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,539998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,559998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,579998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,599998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,619998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,639998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,659998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,679998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,699998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,719998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,739998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,759998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,779998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,799998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,819998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,839998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,859998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,879998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,899998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,919998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,939998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,959998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,979998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;2,999998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,019998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,039998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,059998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,079998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,099998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,119998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,139998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,159998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,179998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,199998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,219998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,239998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,259998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,279998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,299998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,319998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,339998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,359998;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,379997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,399997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,419997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,439997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,459997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,479997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,499997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,519997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,539997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,559997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,579997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,599997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,619997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,639997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,659997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,679997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,699997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,719997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,739997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,759997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,779997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,799997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,819997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,839997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,859997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,879997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,899997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,919997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,939997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,959997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,979997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;3,999997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;4,019997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;4,039997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;4,059997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;4,079997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;4,099997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;4,119997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60
-0;4,139997;(46.0, 16.9, -4.6);(0.4, 0.0, 0.0, 0.9);60

+ 0 - 209
testumgebung/CrowdModelling/Assets/Study_Logs/log_TestChangeView.csv

@@ -1,209 +0,0 @@
-ParticipantID;Time;Acc Clicks;Acc Time Perspective;Acc Time TopDown;View
-0;0;0;0;0;Perspective
-0;0,02;0;0,02;0;Perspective
-0;0,04;0;0,04;0;Perspective
-0;0,06;0;0,06;0;Perspective
-0;0,08;0;0,08;0;Perspective
-0;0,09999999;0;0,09999999;0;Perspective
-0;0,12;0;0,12;0;Perspective
-0;0,14;0;0,14;0;Perspective
-0;0,16;0;0,16;0;Perspective
-0;0,18;0;0,18;0;Perspective
-0;0,2;0;0,2;0;Perspective
-0;0,22;0;0,22;0;Perspective
-0;0,24;0;0,24;0;Perspective
-0;0,26;0;0,26;0;Perspective
-0;0,28;0;0,28;0;Perspective
-0;0,3;0;0,3;0;Perspective
-0;0,32;0;0,32;0;Perspective
-0;0,34;0;0,34;0;Perspective
-0;0,36;0;0,36;0;Perspective
-0;0,38;0;0,38;0;Perspective
-0;0,4;0;0,4;0;Perspective
-0;0,42;0;0,42;0;Perspective
-0;0,4400001;0;0,4400001;0;Perspective
-0;0,4600001;0;0,4600001;0;Perspective
-0;0,4800001;0;0,4800001;0;Perspective
-0;0,5000001;0;0,5000001;0;Perspective
-0;0,52;0;0,52;0;Perspective
-0;0,54;0;0,54;0;Perspective
-0;0,56;0;0,56;0;Perspective
-0;0,58;0;0,58;0;Perspective
-0;0,6;0;0,6;0;Perspective
-0;0,6199999;0;0,6199999;0;Perspective
-0;0,6399999;0;0,6399999;0;Perspective
-0;0,6599999;0;0,6599999;0;Perspective
-0;0,6799999;0;0,6799999;0;Perspective
-0;0,6999999;0;0,6999999;0;Perspective
-0;0,7199998;0;0,7199998;0;Perspective
-0;0,7399998;0;0,7399998;0;Perspective
-0;0,7599998;0;0,7599998;0;Perspective
-0;0,7799998;0;0,7799998;0;Perspective
-0;0,7999998;0;0,7999998;0;Perspective
-0;0,8199998;0;0,8199998;0;Perspective
-0;0,8399997;0;0,8399997;0;Perspective
-0;0,8599997;0;0,8599997;0;Perspective
-0;0,8799997;0;0,8799997;0;Perspective
-0;0,8999997;0;0,8999997;0;Perspective
-0;0,9199997;0;0,9199997;0;Perspective
-0;0,9399996;0;0,9399996;0;Perspective
-0;0,9599996;0;0,9599996;0;Perspective
-0;0,9799996;0;0,9799996;0;Perspective
-0;0,9999996;0;0,9999996;0;Perspective
-0;1,02;0;1,02;0;Perspective
-0;1,04;0;1,04;0;Perspective
-0;1,06;0;1,06;0;Perspective
-0;1,08;0;1,08;0;Perspective
-0;1,1;0;1,1;0;Perspective
-0;1,12;0;1,12;0;Perspective
-0;1,14;0;1,14;0;Perspective
-0;1,159999;0;1,159999;0;Perspective
-0;1,179999;0;1,179999;0;Perspective
-0;1,199999;0;1,199999;0;Perspective
-0;1,219999;0;1,219999;0;Perspective
-0;1,239999;0;1,239999;0;Perspective
-0;1,259999;0;1,259999;0;Perspective
-0;1,279999;0;1,279999;0;Perspective
-0;1,299999;0;1,299999;0;Perspective
-0;1,319999;0;1,319999;0;Perspective
-0;1,339999;0;1,339999;0;Perspective
-0;1,359999;0;1,359999;0;Perspective
-0;1,379999;0;1,379999;0;Perspective
-0;1,399999;0;1,399999;0;Perspective
-0;1,419999;0;1,419999;0;Perspective
-0;1,439999;0;1,439999;0;Perspective
-0;1,459999;0;1,459999;0;Perspective
-0;1,479999;0;1,479999;0;Perspective
-0;1,499999;0;1,499999;0;Perspective
-0;1,519999;0;1,519999;0;Perspective
-0;1,539999;0;1,539999;0;Perspective
-0;1,559999;0;1,559999;0;Perspective
-0;1,579999;0;1,579999;0;Perspective
-0;1,599999;0;1,599999;0;Perspective
-0;1,619999;0;1,619999;0;Perspective
-0;1,639999;0;1,639999;0;Perspective
-0;1,659999;0;1,659999;0;Perspective
-0;1,679999;0;1,679999;0;Perspective
-0;1,699999;0;1,699999;0;Perspective
-0;1,719999;0;1,719999;0;Perspective
-0;1,739999;0;1,739999;0;Perspective
-0;1,759999;0;1,759999;0;Perspective
-0;1,779999;0;1,779999;0;Perspective
-0;1,799999;0;1,799999;0;Perspective
-0;1,819999;0;1,819999;0;Perspective
-0;1,839999;0;1,839999;0;Perspective
-0;1,859999;0;1,859999;0;Perspective
-0;1,879999;0;1,879999;0;Perspective
-0;1,899999;0;1,899999;0;Perspective
-0;1,919999;0;1,919999;0;Perspective
-0;1,939999;0;1,939999;0;Perspective
-0;1,959999;0;1,959999;0;Perspective
-0;1,979999;0;1,979999;0;Perspective
-0;1,999999;0;1,999999;0;Perspective
-0;2,019999;0;2,019999;0;Perspective
-0;2,039999;0;2,039999;0;Perspective
-0;2,059999;0;2,059999;0;Perspective
-0;2,079999;0;2,079999;0;Perspective
-0;2,099999;0;2,099999;0;Perspective
-0;2,119999;0;2,119999;0;Perspective
-0;2,139999;0;2,139999;0;Perspective
-0;2,159999;0;2,159999;0;Perspective
-0;2,179999;0;2,179999;0;Perspective
-0;2,199999;0;2,199999;0;Perspective
-0;2,219999;0;2,219999;0;Perspective
-0;2,239999;0;2,239999;0;Perspective
-0;2,259999;0;2,259999;0;Perspective
-0;2,279999;0;2,279999;0;Perspective
-0;2,299999;0;2,299999;0;Perspective
-0;2,319999;0;2,319999;0;Perspective
-0;2,339998;0;2,339998;0;Perspective
-0;2,359998;0;2,359998;0;Perspective
-0;2,379998;0;2,379998;0;Perspective
-0;2,399998;0;2,399998;0;Perspective
-0;2,419998;0;2,419998;0;Perspective
-0;2,439998;0;2,439998;0;Perspective
-0;2,459998;0;2,459998;0;Perspective
-0;2,479998;0;2,479998;0;Perspective
-0;2,499998;0;2,499998;0;Perspective
-0;2,519998;0;2,519998;0;Perspective
-0;2,539998;0;2,539998;0;Perspective
-0;2,559998;0;2,559998;0;Perspective
-0;2,579998;0;2,579998;0;Perspective
-0;2,599998;0;2,599998;0;Perspective
-0;2,619998;0;2,619998;0;Perspective
-0;2,639998;0;2,639998;0;Perspective
-0;2,659998;0;2,659998;0;Perspective
-0;2,679998;0;2,679998;0;Perspective
-0;2,699998;0;2,699998;0;Perspective
-0;2,719998;0;2,719998;0;Perspective
-0;2,739998;0;2,739998;0;Perspective
-0;2,759998;0;2,759998;0;Perspective
-0;2,779998;0;2,779998;0;Perspective
-0;2,799998;0;2,799998;0;Perspective
-0;2,819998;0;2,819998;0;Perspective
-0;2,839998;0;2,839998;0;Perspective
-0;2,859998;0;2,859998;0;Perspective
-0;2,879998;0;2,879998;0;Perspective
-0;2,899998;0;2,899998;0;Perspective
-0;2,919998;0;2,919998;0;Perspective
-0;2,939998;0;2,939998;0;Perspective
-0;2,959998;0;2,959998;0;Perspective
-0;2,979998;0;2,979998;0;Perspective
-0;2,999998;0;2,999998;0;Perspective
-0;3,019998;0;3,019998;0;Perspective
-0;3,039998;0;3,039998;0;Perspective
-0;3,059998;0;3,059998;0;Perspective
-0;3,079998;0;3,079998;0;Perspective
-0;3,099998;0;3,099998;0;Perspective
-0;3,119998;0;3,119998;0;Perspective
-0;3,139998;0;3,139998;0;Perspective
-0;3,159998;0;3,159998;0;Perspective
-0;3,179998;0;3,179998;0;Perspective
-0;3,199998;0;3,199998;0;Perspective
-0;3,219998;0;3,219998;0;Perspective
-0;3,239998;0;3,239998;0;Perspective
-0;3,259998;0;3,259998;0;Perspective
-0;3,279998;0;3,279998;0;Perspective
-0;3,299998;0;3,299998;0;Perspective
-0;3,319998;0;3,319998;0;Perspective
-0;3,339998;0;3,339998;0;Perspective
-0;3,359998;0;3,359998;0;Perspective
-0;3,379997;0;3,379997;0;Perspective
-0;3,399997;0;3,399997;0;Perspective
-0;3,419997;0;3,419997;0;Perspective
-0;3,439997;0;3,439997;0;Perspective
-0;3,459997;0;3,459997;0;Perspective
-0;3,479997;0;3,479997;0;Perspective
-0;3,499997;0;3,499997;0;Perspective
-0;3,519997;0;3,519997;0;Perspective
-0;3,539997;0;3,539997;0;Perspective
-0;3,559997;0;3,559997;0;Perspective
-0;3,579997;0;3,579997;0;Perspective
-0;3,599997;0;3,599997;0;Perspective
-0;3,619997;0;3,619997;0;Perspective
-0;3,639997;0;3,639997;0;Perspective
-0;3,659997;0;3,659997;0;Perspective
-0;3,679997;0;3,679997;0;Perspective
-0;3,699997;0;3,699997;0;Perspective
-0;3,719997;0;3,719997;0;Perspective
-0;3,739997;0;3,739997;0;Perspective
-0;3,759997;0;3,759997;0;Perspective
-0;3,779997;0;3,779997;0;Perspective
-0;3,799997;0;3,799997;0;Perspective
-0;3,819997;0;3,819997;0;Perspective
-0;3,839997;0;3,839997;0;Perspective
-0;3,859997;0;3,859997;0;Perspective
-0;3,879997;0;3,879997;0;Perspective
-0;3,899997;0;3,899997;0;Perspective
-0;3,919997;0;3,919997;0;Perspective
-0;3,939997;0;3,939997;0;Perspective
-0;3,959997;0;3,959997;0;Perspective
-0;3,979997;0;3,979997;0;Perspective
-0;3,999997;0;3,999997;0;Perspective
-0;4,019997;0;4,019997;0;Perspective
-0;4,039997;0;4,039997;0;Perspective
-0;4,059997;0;4,059997;0;Perspective
-0;4,079997;0;4,079997;0;Perspective
-0;4,099997;0;4,099997;0;Perspective
-0;4,119997;0;4,119997;0;Perspective
-0;4,139997;0;4,139997;0;Perspective

+ 0 - 209
testumgebung/CrowdModelling/Assets/Study_Logs/log_TestMouse.csv

@@ -1,209 +0,0 @@
-ParticipantID;Time;Position
-0;0;(893.0, 965.0, 0.0)
-0;0,02;(890.0, 963.0, 0.0)
-0;0,04;(890.0, 963.0, 0.0)
-0;0,06;(890.0, 963.0, 0.0)
-0;0,08;(890.0, 963.0, 0.0)
-0;0,09999999;(890.0, 963.0, 0.0)
-0;0,12;(890.0, 963.0, 0.0)
-0;0,14;(890.0, 963.0, 0.0)
-0;0,16;(890.0, 963.0, 0.0)
-0;0,18;(890.0, 963.0, 0.0)
-0;0,2;(890.0, 963.0, 0.0)
-0;0,22;(890.0, 963.0, 0.0)
-0;0,24;(890.0, 963.0, 0.0)
-0;0,26;(890.0, 963.0, 0.0)
-0;0,28;(890.0, 963.0, 0.0)
-0;0,3;(890.0, 963.0, 0.0)
-0;0,32;(890.0, 963.0, 0.0)
-0;0,34;(890.0, 963.0, 0.0)
-0;0,36;(890.0, 963.0, 0.0)
-0;0,38;(890.0, 963.0, 0.0)
-0;0,4;(890.0, 963.0, 0.0)
-0;0,42;(890.0, 963.0, 0.0)
-0;0,4400001;(890.0, 963.0, 0.0)
-0;0,4600001;(890.0, 963.0, 0.0)
-0;0,4800001;(890.0, 963.0, 0.0)
-0;0,5000001;(890.0, 963.0, 0.0)
-0;0,52;(890.0, 963.0, 0.0)
-0;0,54;(890.0, 963.0, 0.0)
-0;0,56;(890.0, 963.0, 0.0)
-0;0,58;(890.0, 963.0, 0.0)
-0;0,6;(889.0, 963.0, 0.0)
-0;0,6199999;(889.0, 963.0, 0.0)
-0;0,6399999;(889.0, 963.0, 0.0)
-0;0,6599999;(889.0, 963.0, 0.0)
-0;0,6799999;(889.0, 963.0, 0.0)
-0;0,6999999;(889.0, 963.0, 0.0)
-0;0,7199998;(889.0, 963.0, 0.0)
-0;0,7399998;(889.0, 963.0, 0.0)
-0;0,7599998;(889.0, 963.0, 0.0)
-0;0,7799998;(889.0, 963.0, 0.0)
-0;0,7999998;(889.0, 963.0, 0.0)
-0;0,8199998;(889.0, 963.0, 0.0)
-0;0,8399997;(889.0, 963.0, 0.0)
-0;0,8599997;(888.0, 963.0, 0.0)
-0;0,8799997;(886.0, 963.0, 0.0)
-0;0,8999997;(884.0, 963.0, 0.0)
-0;0,9199997;(883.0, 963.0, 0.0)
-0;0,9399996;(881.0, 963.0, 0.0)
-0;0,9599996;(881.0, 963.0, 0.0)
-0;0,9799996;(881.0, 963.0, 0.0)
-0;0,9999996;(881.0, 963.0, 0.0)
-0;1,02;(881.0, 963.0, 0.0)
-0;1,04;(879.0, 963.0, 0.0)
-0;1,06;(836.0, 963.0, 0.0)
-0;1,08;(778.0, 963.0, 0.0)
-0;1,1;(757.0, 963.0, 0.0)
-0;1,12;(705.0, 963.0, 0.0)
-0;1,14;(634.0, 963.0, 0.0)
-0;1,159999;(566.0, 963.0, 0.0)
-0;1,179999;(425.0, 963.0, 0.0)
-0;1,199999;(389.0, 963.0, 0.0)
-0;1,219999;(365.0, 963.0, 0.0)
-0;1,239999;(348.0, 958.0, 0.0)
-0;1,259999;(341.0, 956.0, 0.0)
-0;1,279999;(315.0, 950.0, 0.0)
-0;1,299999;(295.0, 946.0, 0.0)
-0;1,319999;(290.0, 944.0, 0.0)
-0;1,339999;(284.0, 942.0, 0.0)
-0;1,359999;(275.0, 940.0, 0.0)
-0;1,379999;(194.0, 916.0, 0.0)
-0;1,399999;(165.0, 909.0, 0.0)
-0;1,419999;(146.0, 906.0, 0.0)
-0;1,439999;(132.0, 904.0, 0.0)
-0;1,459999;(129.0, 904.0, 0.0)
-0;1,479999;(128.0, 903.0, 0.0)
-0;1,499999;(128.0, 903.0, 0.0)
-0;1,519999;(128.0, 901.0, 0.0)
-0;1,539999;(126.0, 894.0, 0.0)
-0;1,559999;(118.0, 885.0, 0.0)
-0;1,579999;(111.0, 877.0, 0.0)
-0;1,599999;(111.0, 877.0, 0.0)
-0;1,619999;(111.0, 877.0, 0.0)
-0;1,639999;(111.0, 877.0, 0.0)
-0;1,659999;(111.0, 877.0, 0.0)
-0;1,679999;(111.0, 877.0, 0.0)
-0;1,699999;(111.0, 877.0, 0.0)
-0;1,719999;(111.0, 877.0, 0.0)
-0;1,739999;(111.0, 877.0, 0.0)
-0;1,759999;(115.0, 881.0, 0.0)
-0;1,779999;(115.0, 881.0, 0.0)
-0;1,799999;(115.0, 881.0, 0.0)
-0;1,819999;(115.0, 881.0, 0.0)
-0;1,839999;(115.0, 881.0, 0.0)
-0;1,859999;(115.0, 881.0, 0.0)
-0;1,879999;(115.0, 881.0, 0.0)
-0;1,899999;(115.0, 881.0, 0.0)
-0;1,919999;(115.0, 881.0, 0.0)
-0;1,939999;(115.0, 867.0, 0.0)
-0;1,959999;(114.0, 846.0, 0.0)
-0;1,979999;(114.0, 829.0, 0.0)
-0;1,999999;(114.0, 825.0, 0.0)
-0;2,019999;(114.0, 822.0, 0.0)
-0;2,039999;(114.0, 822.0, 0.0)
-0;2,059999;(114.0, 822.0, 0.0)
-0;2,079999;(114.0, 822.0, 0.0)
-0;2,099999;(114.0, 822.0, 0.0)
-0;2,119999;(114.0, 822.0, 0.0)
-0;2,139999;(114.0, 822.0, 0.0)
-0;2,159999;(114.0, 822.0, 0.0)
-0;2,179999;(115.0, 822.0, 0.0)
-0;2,199999;(115.0, 822.0, 0.0)
-0;2,219999;(115.0, 822.0, 0.0)
-0;2,239999;(115.0, 822.0, 0.0)
-0;2,259999;(115.0, 822.0, 0.0)
-0;2,279999;(115.0, 822.0, 0.0)
-0;2,299999;(115.0, 822.0, 0.0)
-0;2,319999;(115.0, 820.0, 0.0)
-0;2,339998;(115.0, 818.0, 0.0)
-0;2,359998;(115.0, 818.0, 0.0)
-0;2,379998;(115.0, 818.0, 0.0)
-0;2,399998;(115.0, 818.0, 0.0)
-0;2,419998;(115.0, 818.0, 0.0)
-0;2,439998;(115.0, 818.0, 0.0)
-0;2,459998;(115.0, 818.0, 0.0)
-0;2,479998;(115.0, 818.0, 0.0)
-0;2,499998;(115.0, 818.0, 0.0)
-0;2,519998;(115.0, 832.0, 0.0)
-0;2,539998;(115.0, 843.0, 0.0)
-0;2,559998;(115.0, 851.0, 0.0)
-0;2,579998;(115.0, 857.0, 0.0)
-0;2,599998;(115.0, 857.0, 0.0)
-0;2,619998;(115.0, 857.0, 0.0)
-0;2,639998;(115.0, 857.0, 0.0)
-0;2,659998;(115.0, 857.0, 0.0)
-0;2,679998;(115.0, 857.0, 0.0)
-0;2,699998;(115.0, 857.0, 0.0)
-0;2,719998;(115.0, 857.0, 0.0)
-0;2,739998;(115.0, 858.0, 0.0)
-0;2,759998;(121.0, 859.0, 0.0)
-0;2,779998;(161.0, 870.0, 0.0)
-0;2,799998;(204.0, 876.0, 0.0)
-0;2,819998;(286.0, 889.0, 0.0)
-0;2,839998;(384.0, 904.0, 0.0)
-0;2,859998;(476.0, 919.0, 0.0)
-0;2,879998;(610.0, 938.0, 0.0)
-0;2,899998;(653.0, 943.0, 0.0)
-0;2,919998;(702.0, 946.0, 0.0)
-0;2,939998;(722.0, 947.0, 0.0)
-0;2,959998;(738.0, 950.0, 0.0)
-0;2,979998;(744.0, 951.0, 0.0)
-0;2,999998;(746.0, 951.0, 0.0)
-0;3,019998;(751.0, 953.0, 0.0)
-0;3,039998;(767.0, 956.0, 0.0)
-0;3,059998;(782.0, 958.0, 0.0)
-0;3,079998;(800.0, 963.0, 0.0)
-0;3,099998;(801.0, 963.0, 0.0)
-0;3,119998;(804.0, 963.0, 0.0)
-0;3,139998;(808.0, 964.0, 0.0)
-0;3,159998;(815.0, 964.0, 0.0)
-0;3,179998;(828.0, 964.0, 0.0)
-0;3,199998;(832.0, 964.0, 0.0)
-0;3,219998;(838.0, 964.0, 0.0)
-0;3,239998;(843.0, 963.0, 0.0)
-0;3,259998;(848.0, 962.0, 0.0)
-0;3,279998;(850.0, 962.0, 0.0)
-0;3,299998;(855.0, 962.0, 0.0)
-0;3,319998;(860.0, 962.0, 0.0)
-0;3,339998;(866.0, 963.0, 0.0)
-0;3,359998;(870.0, 964.0, 0.0)
-0;3,379997;(878.0, 964.0, 0.0)
-0;3,399997;(881.0, 964.0, 0.0)
-0;3,419997;(885.0, 964.0, 0.0)
-0;3,439997;(891.0, 964.0, 0.0)
-0;3,459997;(900.0, 964.0, 0.0)
-0;3,479997;(934.0, 965.0, 0.0)
-0;3,499997;(944.0, 966.0, 0.0)
-0;3,519997;(944.0, 966.0, 0.0)
-0;3,539997;(944.0, 966.0, 0.0)
-0;3,559997;(944.0, 966.0, 0.0)
-0;3,579997;(944.0, 966.0, 0.0)
-0;3,599997;(944.0, 966.0, 0.0)
-0;3,619997;(941.0, 966.0, 0.0)
-0;3,639997;(934.0, 964.0, 0.0)
-0;3,659997;(927.0, 963.0, 0.0)
-0;3,679997;(916.0, 963.0, 0.0)
-0;3,699997;(901.0, 965.0, 0.0)
-0;3,719997;(892.0, 967.0, 0.0)
-0;3,739997;(888.0, 968.0, 0.0)
-0;3,759997;(887.0, 968.0, 0.0)
-0;3,779997;(887.0, 968.0, 0.0)
-0;3,799997;(887.0, 968.0, 0.0)
-0;3,819997;(887.0, 968.0, 0.0)
-0;3,839997;(887.0, 968.0, 0.0)
-0;3,859997;(887.0, 968.0, 0.0)
-0;3,879997;(887.0, 968.0, 0.0)
-0;3,899997;(889.0, 969.0, 0.0)
-0;3,919997;(895.0, 969.0, 0.0)
-0;3,939997;(899.0, 969.0, 0.0)
-0;3,959997;(902.0, 969.0, 0.0)
-0;3,979997;(905.0, 969.0, 0.0)
-0;3,999997;(905.0, 969.0, 0.0)
-0;4,019997;(905.0, 969.0, 0.0)
-0;4,039997;(905.0, 969.0, 0.0)
-0;4,059997;(905.0, 969.0, 0.0)
-0;4,079997;(905.0, 969.0, 0.0)
-0;4,099997;(905.0, 969.0, 0.0)
-0;4,119997;(905.0, 969.0, 0.0)
-0;4,139997;(905.0, 969.0, 0.0)

+ 0 - 209
testumgebung/CrowdModelling/Assets/Study_Logs/log_TestTimePeriod.csv

@@ -1,209 +0,0 @@
-ParticipantID;Time;Considered Day;Acc Time Day 1;Acc Time Day 2;Acc Time Day 3
-0;0;123;0;0;0
-0;0,02;123;0,02;0,02;0,02
-0;0,04;123;0,04;0,04;0,04
-0;0,06;123;0,06;0,06;0,06
-0;0,08;123;0,08;0,08;0,08
-0;0,09999999;123;0,09999999;0,09999999;0,09999999
-0;0,12;123;0,12;0,12;0,12
-0;0,14;123;0,14;0,14;0,14
-0;0,16;123;0,16;0,16;0,16
-0;0,18;123;0,18;0,18;0,18
-0;0,2;123;0,2;0,2;0,2
-0;0,22;123;0,22;0,22;0,22
-0;0,24;123;0,24;0,24;0,24
-0;0,26;123;0,26;0,26;0,26
-0;0,28;123;0,28;0,28;0,28
-0;0,3;123;0,3;0,3;0,3
-0;0,32;123;0,32;0,32;0,32
-0;0,34;123;0,34;0,34;0,34
-0;0,36;123;0,36;0,36;0,36
-0;0,38;123;0,38;0,38;0,38
-0;0,4;123;0,4;0,4;0,4
-0;0,42;123;0,42;0,42;0,42
-0;0,4400001;123;0,4400001;0,4400001;0,4400001
-0;0,4600001;123;0,4600001;0,4600001;0,4600001
-0;0,4800001;123;0,4800001;0,4800001;0,4800001
-0;0,5000001;123;0,5000001;0,5000001;0,5000001
-0;0,52;123;0,52;0,52;0,52
-0;0,54;123;0,54;0,54;0,54
-0;0,56;123;0,56;0,56;0,56
-0;0,58;123;0,58;0,58;0,58
-0;0,6;123;0,6;0,6;0,6
-0;0,6199999;123;0,6199999;0,6199999;0,6199999
-0;0,6399999;123;0,6399999;0,6399999;0,6399999
-0;0,6599999;123;0,6599999;0,6599999;0,6599999
-0;0,6799999;123;0,6799999;0,6799999;0,6799999
-0;0,6999999;123;0,6999999;0,6999999;0,6999999
-0;0,7199998;123;0,7199998;0,7199998;0,7199998
-0;0,7399998;123;0,7399998;0,7399998;0,7399998
-0;0,7599998;123;0,7599998;0,7599998;0,7599998
-0;0,7799998;123;0,7799998;0,7799998;0,7799998
-0;0,7999998;123;0,7999998;0,7999998;0,7999998
-0;0,8199998;123;0,8199998;0,8199998;0,8199998
-0;0,8399997;123;0,8399997;0,8399997;0,8399997
-0;0,8599997;123;0,8599997;0,8599997;0,8599997
-0;0,8799997;123;0,8799997;0,8799997;0,8799997
-0;0,8999997;123;0,8999997;0,8999997;0,8999997
-0;0,9199997;123;0,9199997;0,9199997;0,9199997
-0;0,9399996;123;0,9399996;0,9399996;0,9399996
-0;0,9599996;123;0,9599996;0,9599996;0,9599996
-0;0,9799996;123;0,9799996;0,9799996;0,9799996
-0;0,9999996;123;0,9999996;0,9999996;0,9999996
-0;1,02;123;1,02;1,02;1,02
-0;1,04;123;1,04;1,04;1,04
-0;1,06;123;1,06;1,06;1,06
-0;1,08;123;1,08;1,08;1,08
-0;1,1;123;1,1;1,1;1,1
-0;1,12;123;1,12;1,12;1,12
-0;1,14;123;1,14;1,14;1,14
-0;1,159999;123;1,159999;1,159999;1,159999
-0;1,179999;123;1,179999;1,179999;1,179999
-0;1,199999;123;1,199999;1,199999;1,199999
-0;1,219999;123;1,219999;1,219999;1,219999
-0;1,239999;123;1,239999;1,239999;1,239999
-0;1,259999;123;1,259999;1,259999;1,259999
-0;1,279999;123;1,279999;1,279999;1,279999
-0;1,299999;123;1,299999;1,299999;1,299999
-0;1,319999;123;1,319999;1,319999;1,319999
-0;1,339999;123;1,339999;1,339999;1,339999
-0;1,359999;123;1,359999;1,359999;1,359999
-0;1,379999;123;1,379999;1,379999;1,379999
-0;1,399999;123;1,399999;1,399999;1,399999
-0;1,419999;123;1,419999;1,419999;1,419999
-0;1,439999;123;1,439999;1,439999;1,439999
-0;1,459999;123;1,459999;1,459999;1,459999
-0;1,479999;123;1,479999;1,479999;1,479999
-0;1,499999;123;1,499999;1,499999;1,499999
-0;1,519999;123;1,519999;1,519999;1,519999
-0;1,539999;123;1,539999;1,539999;1,539999
-0;1,559999;123;1,559999;1,559999;1,559999
-0;1,579999;123;1,579999;1,579999;1,579999
-0;1,599999;123;1,599999;1,599999;1,599999
-0;1,619999;123;1,619999;1,619999;1,619999
-0;1,639999;123;1,639999;1,639999;1,639999
-0;1,659999;123;1,659999;1,659999;1,659999
-0;1,679999;123;1,679999;1,679999;1,679999
-0;1,699999;123;1,699999;1,699999;1,699999
-0;1,719999;123;1,719999;1,719999;1,719999
-0;1,739999;123;1,739999;1,739999;1,739999
-0;1,759999;123;1,759999;1,759999;1,759999
-0;1,779999;123;1,779999;1,779999;1,779999
-0;1,799999;123;1,799999;1,799999;1,799999
-0;1,819999;123;1,819999;1,819999;1,819999
-0;1,839999;123;1,839999;1,839999;1,839999
-0;1,859999;123;1,859999;1,859999;1,859999
-0;1,879999;123;1,879999;1,879999;1,879999
-0;1,899999;123;1,899999;1,899999;1,899999
-0;1,919999;123;1,919999;1,919999;1,919999
-0;1,939999;123;1,939999;1,939999;1,939999
-0;1,959999;123;1,959999;1,959999;1,959999
-0;1,979999;123;1,979999;1,979999;1,979999
-0;1,999999;123;1,999999;1,999999;1,999999
-0;2,019999;123;2,019999;2,019999;2,019999
-0;2,039999;123;2,039999;2,039999;2,039999
-0;2,059999;123;2,059999;2,059999;2,059999
-0;2,079999;123;2,079999;2,079999;2,079999
-0;2,099999;123;2,099999;2,099999;2,099999
-0;2,119999;123;2,119999;2,119999;2,119999
-0;2,139999;123;2,139999;2,139999;2,139999
-0;2,159999;123;2,159999;2,159999;2,159999
-0;2,179999;123;2,179999;2,179999;2,179999
-0;2,199999;123;2,199999;2,199999;2,199999
-0;2,219999;123;2,219999;2,219999;2,219999
-0;2,239999;123;2,239999;2,239999;2,239999
-0;2,259999;123;2,259999;2,259999;2,259999
-0;2,279999;123;2,279999;2,279999;2,279999
-0;2,299999;123;2,299999;2,299999;2,299999
-0;2,319999;123;2,319999;2,319999;2,319999
-0;2,339998;123;2,339998;2,339998;2,339998
-0;2,359998;123;2,359998;2,359998;2,359998
-0;2,379998;123;2,379998;2,379998;2,379998
-0;2,399998;123;2,399998;2,399998;2,399998
-0;2,419998;123;2,419998;2,419998;2,419998
-0;2,439998;123;2,439998;2,439998;2,439998
-0;2,459998;123;2,459998;2,459998;2,459998
-0;2,479998;123;2,479998;2,479998;2,479998
-0;2,499998;123;2,499998;2,499998;2,499998
-0;2,519998;123;2,519998;2,519998;2,519998
-0;2,539998;123;2,539998;2,539998;2,539998
-0;2,559998;123;2,559998;2,559998;2,559998
-0;2,579998;123;2,579998;2,579998;2,579998
-0;2,599998;123;2,599998;2,599998;2,599998
-0;2,619998;123;2,619998;2,619998;2,619998
-0;2,639998;123;2,639998;2,639998;2,639998
-0;2,659998;123;2,659998;2,659998;2,659998
-0;2,679998;123;2,679998;2,679998;2,679998
-0;2,699998;123;2,699998;2,699998;2,699998
-0;2,719998;123;2,719998;2,719998;2,719998
-0;2,739998;123;2,739998;2,739998;2,739998
-0;2,759998;123;2,759998;2,759998;2,759998
-0;2,779998;123;2,779998;2,779998;2,779998
-0;2,799998;123;2,799998;2,799998;2,799998
-0;2,819998;123;2,819998;2,819998;2,819998
-0;2,839998;123;2,839998;2,839998;2,839998
-0;2,859998;123;2,859998;2,859998;2,859998
-0;2,879998;123;2,879998;2,879998;2,879998
-0;2,899998;123;2,899998;2,899998;2,899998
-0;2,919998;123;2,919998;2,919998;2,919998
-0;2,939998;123;2,939998;2,939998;2,939998
-0;2,959998;123;2,959998;2,959998;2,959998
-0;2,979998;123;2,979998;2,979998;2,979998
-0;2,999998;123;2,999998;2,999998;2,999998
-0;3,019998;123;3,019998;3,019998;3,019998
-0;3,039998;123;3,039998;3,039998;3,039998
-0;3,059998;123;3,059998;3,059998;3,059998
-0;3,079998;123;3,079998;3,079998;3,079998
-0;3,099998;123;3,099998;3,099998;3,099998
-0;3,119998;123;3,119998;3,119998;3,119998
-0;3,139998;123;3,139998;3,139998;3,139998
-0;3,159998;123;3,159998;3,159998;3,159998
-0;3,179998;123;3,179998;3,179998;3,179998
-0;3,199998;123;3,199998;3,199998;3,199998
-0;3,219998;123;3,219998;3,219998;3,219998
-0;3,239998;123;3,239998;3,239998;3,239998
-0;3,259998;123;3,259998;3,259998;3,259998
-0;3,279998;123;3,279998;3,279998;3,279998
-0;3,299998;123;3,299998;3,299998;3,299998
-0;3,319998;123;3,319998;3,319998;3,319998
-0;3,339998;123;3,339998;3,339998;3,339998
-0;3,359998;123;3,359998;3,359998;3,359998
-0;3,379997;123;3,379997;3,379997;3,379997
-0;3,399997;123;3,399997;3,399997;3,399997
-0;3,419997;123;3,419997;3,419997;3,419997
-0;3,439997;123;3,439997;3,439997;3,439997
-0;3,459997;123;3,459997;3,459997;3,459997
-0;3,479997;123;3,479997;3,479997;3,479997
-0;3,499997;123;3,499997;3,499997;3,499997
-0;3,519997;123;3,519997;3,519997;3,519997
-0;3,539997;123;3,539997;3,539997;3,539997
-0;3,559997;123;3,559997;3,559997;3,559997
-0;3,579997;123;3,579997;3,579997;3,579997
-0;3,599997;123;3,599997;3,599997;3,599997
-0;3,619997;123;3,619997;3,619997;3,619997
-0;3,639997;123;3,639997;3,639997;3,639997
-0;3,659997;123;3,659997;3,659997;3,659997
-0;3,679997;123;3,679997;3,679997;3,679997
-0;3,699997;123;3,699997;3,699997;3,699997
-0;3,719997;123;3,719997;3,719997;3,719997
-0;3,739997;123;3,739997;3,739997;3,739997
-0;3,759997;123;3,759997;3,759997;3,759997
-0;3,779997;123;3,779997;3,779997;3,779997
-0;3,799997;123;3,799997;3,799997;3,799997
-0;3,819997;123;3,819997;3,819997;3,819997
-0;3,839997;123;3,839997;3,839997;3,839997
-0;3,859997;123;3,859997;3,859997;3,859997
-0;3,879997;123;3,879997;3,879997;3,879997
-0;3,899997;123;3,899997;3,899997;3,899997
-0;3,919997;123;3,919997;3,919997;3,919997
-0;3,939997;123;3,939997;3,939997;3,939997
-0;3,959997;123;3,959997;3,959997;3,959997
-0;3,979997;123;3,979997;3,979997;3,979997
-0;3,999997;123;3,999997;3,999997;3,999997
-0;4,019997;123;4,019997;4,019997;4,019997
-0;4,039997;123;4,039997;4,039997;4,039997
-0;4,059997;123;4,059997;4,059997;4,059997
-0;4,079997;123;4,079997;4,079997;4,079997
-0;4,099997;123;4,099997;4,099997;4,099997
-0;4,119997;123;4,119997;4,119997;4,119997
-0;4,139997;123;4,139997;4,139997;4,139997