Browse Source

finish implement all

Kenkart 2 years ago
parent
commit
9ed98d182e
47 changed files with 3537 additions and 280 deletions
  1. 8 0
      Assets/Recordings.meta
  2. BIN
      Assets/Recordings/OneArm_Backward.sav
  3. 7 0
      Assets/Recordings/OneArm_Backward.sav.meta
  4. BIN
      Assets/Recordings/OneArm_Forward.sav
  5. 7 0
      Assets/Recordings/OneArm_Forward.sav.meta
  6. BIN
      Assets/Recordings/OneArm_Sideways.sav
  7. 7 0
      Assets/Recordings/OneArm_Sideways.sav.meta
  8. BIN
      Assets/Recordings/TwoArmsPlusLeg_Backward.sav
  9. 7 0
      Assets/Recordings/TwoArmsPlusLeg_Backward.sav.meta
  10. BIN
      Assets/Recordings/TwoArmsPlusLeg_Forward.sav
  11. 7 0
      Assets/Recordings/TwoArmsPlusLeg_Forward.sav.meta
  12. BIN
      Assets/Recordings/TwoArmsPlusLeg_Sideways.sav
  13. 7 0
      Assets/Recordings/TwoArmsPlusLeg_Sideways.sav.meta
  14. BIN
      Assets/Recordings/TwoArms_Backward.sav
  15. 7 0
      Assets/Recordings/TwoArms_Backward.sav.meta
  16. BIN
      Assets/Recordings/TwoArms_Forward.sav
  17. 7 0
      Assets/Recordings/TwoArms_Forward.sav.meta
  18. BIN
      Assets/Recordings/TwoArms_Sideways.sav
  19. 7 0
      Assets/Recordings/TwoArms_Sideways.sav.meta
  20. 207 204
      Assets/Scenes/Main.unity
  21. 2 3
      Assets/Scripts/BodyComparer.cs
  22. 2 2
      Assets/Scripts/CSVWriter.cs
  23. 11 0
      Assets/Scripts/Haptics.cs
  24. 2 0
      Assets/Scripts/ModeController.cs
  25. 90 69
      Assets/Scripts/PlayerReplay.cs
  26. 1 1
      Assets/Scripts/SaveSystem.cs
  27. 1 1
      Assets/Scripts/ViveInput.cs
  28. 145 0
      DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_OneArm_Backward_ColorFeedback_Fast.csv
  29. 145 0
      DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_OneArm_Backward_None_Fast.csv
  30. 161 0
      DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_OneArm_Forward_HapticFeedback_Slow.csv
  31. 161 0
      DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_OneArm_Forward_None_Fast.csv
  32. 161 0
      DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_OneArm_Forward_None_Slow.csv
  33. 136 0
      DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_OneArm_Sideways_ColorFeedback_Fast.csv
  34. 136 0
      DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_OneArm_Sideways_ColorFeedback_Slow.csv
  35. 136 0
      DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_OneArm_Sideways_HapticFeedback_Fast.csv
  36. 136 0
      DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_OneArm_Sideways_None_Fast.csv
  37. 115 0
      DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_TwoArmsPlusLeg_Backward_HapticFeedback_Fast.csv
  38. 115 0
      DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_TwoArmsPlusLeg_Backward_None_Fast.csv
  39. 193 0
      DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_TwoArmsPlusLeg_Forward_ColorFeedback_Slow.csv
  40. 193 0
      DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_TwoArmsPlusLeg_Forward_HapticFeedback_Fast.csv
  41. 193 0
      DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_TwoArmsPlusLeg_Forward_HapticFeedback_Slow.csv
  42. 193 0
      DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_TwoArmsPlusLeg_Forward_None_Fast.csv
  43. 161 0
      DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_TwoArmsPlusLeg_Sideways_None_Fast.csv
  44. 158 0
      DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_TwoArms_Backward_None_Fast.csv
  45. 158 0
      DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_TwoArms_Backward_None_Slow.csv
  46. 162 0
      DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_TwoArms_Forward_None_Fast.csv
  47. 192 0
      DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_TwoArms_Sideways_None_Fast.csv

+ 8 - 0
Assets/Recordings.meta

@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: 93412b6b9afa4f443bb032ca4a89fd75
+folderAsset: yes
+DefaultImporter:
+  externalObjects: {}
+  userData: 
+  assetBundleName: 
+  assetBundleVariant: 

BIN
Assets/Recordings/OneArm_Backward.sav


+ 7 - 0
Assets/Recordings/OneArm_Backward.sav.meta

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

BIN
Assets/Recordings/OneArm_Forward.sav


+ 7 - 0
Assets/Recordings/OneArm_Forward.sav.meta

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

BIN
Assets/Recordings/OneArm_Sideways.sav


+ 7 - 0
Assets/Recordings/OneArm_Sideways.sav.meta

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

BIN
Assets/Recordings/TwoArmsPlusLeg_Backward.sav


+ 7 - 0
Assets/Recordings/TwoArmsPlusLeg_Backward.sav.meta

@@ -0,0 +1,7 @@
+fileFormatVersion: 2
+guid: 084390a593ed431469ba5ed913bf383f
+DefaultImporter:
+  externalObjects: {}
+  userData: 
+  assetBundleName: 
+  assetBundleVariant: 

BIN
Assets/Recordings/TwoArmsPlusLeg_Forward.sav


+ 7 - 0
Assets/Recordings/TwoArmsPlusLeg_Forward.sav.meta

@@ -0,0 +1,7 @@
+fileFormatVersion: 2
+guid: 75491f63e94694847b5b43d809a5cb5d
+DefaultImporter:
+  externalObjects: {}
+  userData: 
+  assetBundleName: 
+  assetBundleVariant: 

BIN
Assets/Recordings/TwoArmsPlusLeg_Sideways.sav


+ 7 - 0
Assets/Recordings/TwoArmsPlusLeg_Sideways.sav.meta

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

BIN
Assets/Recordings/TwoArms_Backward.sav


+ 7 - 0
Assets/Recordings/TwoArms_Backward.sav.meta

@@ -0,0 +1,7 @@
+fileFormatVersion: 2
+guid: 82fc90af9acc3a54aa59e961216d6a95
+DefaultImporter:
+  externalObjects: {}
+  userData: 
+  assetBundleName: 
+  assetBundleVariant: 

BIN
Assets/Recordings/TwoArms_Forward.sav


+ 7 - 0
Assets/Recordings/TwoArms_Forward.sav.meta

@@ -0,0 +1,7 @@
+fileFormatVersion: 2
+guid: 118db4bebd2df0948b670193ec00e90c
+DefaultImporter:
+  externalObjects: {}
+  userData: 
+  assetBundleName: 
+  assetBundleVariant: 

BIN
Assets/Recordings/TwoArms_Sideways.sav


+ 7 - 0
Assets/Recordings/TwoArms_Sideways.sav.meta

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

+ 207 - 204
Assets/Scenes/Main.unity

@@ -915,11 +915,11 @@ PrefabInstance:
     - target: {fileID: 2348914, guid: 4d293c8e162f3874b982baadd71153d2, type: 3}
       propertyPath: m_Materials.Array.data[0]
       value: 
-      objectReference: {fileID: 2016484135}
+      objectReference: {fileID: 215512187}
     - target: {fileID: 3380982, guid: 4d293c8e162f3874b982baadd71153d2, type: 3}
       propertyPath: m_Mesh
       value: 
-      objectReference: {fileID: 1118073685}
+      objectReference: {fileID: 1687656164}
     - target: {fileID: 4000013889601590, guid: 4d293c8e162f3874b982baadd71153d2, type: 3}
       propertyPath: m_LocalPosition.y
       value: 1
@@ -1444,6 +1444,41 @@ Transform:
   m_CorrespondingSourceObject: {fileID: 5672364630614476697, guid: a8d819c88b06d5d479cad532c162c475, type: 3}
   m_PrefabInstance: {fileID: 190386406}
   m_PrefabAsset: {fileID: 0}
+--- !u!21 &215512187
+Material:
+  serializedVersion: 6
+  m_ObjectHideFlags: 0
+  m_CorrespondingSourceObject: {fileID: 0}
+  m_PrefabInstance: {fileID: 0}
+  m_PrefabAsset: {fileID: 0}
+  m_Name: Sprites/Default
+  m_Shader: {fileID: 10753, guid: 0000000000000000f000000000000000, type: 0}
+  m_ShaderKeywords: 
+  m_LightmapFlags: 4
+  m_EnableInstancingVariants: 0
+  m_DoubleSidedGI: 0
+  m_CustomRenderQueue: -1
+  stringTagMap: {}
+  disabledShaderPasses: []
+  m_SavedProperties:
+    serializedVersion: 3
+    m_TexEnvs:
+    - _AlphaTex:
+        m_Texture: {fileID: 0}
+        m_Scale: {x: 1, y: 1}
+        m_Offset: {x: 0, y: 0}
+    - _MainTex:
+        m_Texture: {fileID: 0}
+        m_Scale: {x: 1, y: 1}
+        m_Offset: {x: 0, y: 0}
+    m_Floats:
+    - PixelSnap: 0
+    - _EnableExternalAlpha: 0
+    m_Colors:
+    - _Color: {r: 1, g: 1, b: 1, a: 1}
+    - _Flip: {r: 1, g: 1, b: 1, a: 1}
+    - _RendererColor: {r: 1, g: 1, b: 1, a: 1}
+  m_BuildTextureStacks: []
 --- !u!1001 &219900623
 PrefabInstance:
   m_ObjectHideFlags: 0
@@ -3827,9 +3862,12 @@ MonoBehaviour:
   m_Script: {fileID: 11500000, guid: 1d71a394b8fb98e4fa49bede70070e0d, type: 3}
   m_Name: 
   m_EditorClassIdentifier: 
-  perspective: 0
-  feedback: 1
-  speed: 0
+  testing: 1
+  perspective: 2
+  complexity: 2
+  direction: 1
+  feedback: 2
+  speed: 1
   monitors: {fileID: 1439097805}
 --- !u!4 &815386529
 Transform:
@@ -5534,170 +5572,6 @@ PrefabInstance:
       objectReference: {fileID: 2100000, guid: f38c3a4df1a13aa43aa34ed48cb326f7, type: 2}
     m_RemovedComponents: []
   m_SourcePrefab: {fileID: 100100000, guid: c90faeda1ce307e418ee73344aa5e431, type: 3}
---- !u!43 &1118073685
-Mesh:
-  m_ObjectHideFlags: 0
-  m_CorrespondingSourceObject: {fileID: 0}
-  m_PrefabInstance: {fileID: 0}
-  m_PrefabAsset: {fileID: 0}
-  m_Name: 
-  serializedVersion: 10
-  m_SubMeshes:
-  - serializedVersion: 2
-    firstByte: 0
-    indexCount: 24
-    topology: 0
-    baseVertex: 0
-    firstVertex: 0
-    vertexCount: 8
-    localAABB:
-      m_Center: {x: 0, y: 0.01, z: 0}
-      m_Extent: {x: 1.65, y: 0, z: 1.275}
-  m_Shapes:
-    vertices: []
-    shapes: []
-    channels: []
-    fullWeights: []
-  m_BindPose: []
-  m_BoneNameHashes: 
-  m_RootBoneNameHash: 0
-  m_BonesAABB: []
-  m_VariableBoneCountWeights:
-    m_Data: 
-  m_MeshCompression: 0
-  m_IsReadable: 1
-  m_KeepVertices: 1
-  m_KeepIndices: 1
-  m_IndexFormat: 0
-  m_IndexBuffer: 000004000100010004000500010005000200020005000600020006000300030006000700030007000000000007000400
-  m_VertexData:
-    serializedVersion: 3
-    m_VertexCount: 8
-    m_Channels:
-    - stream: 0
-      offset: 0
-      format: 0
-      dimension: 3
-    - stream: 0
-      offset: 0
-      format: 0
-      dimension: 0
-    - stream: 0
-      offset: 0
-      format: 0
-      dimension: 0
-    - stream: 0
-      offset: 12
-      format: 0
-      dimension: 4
-    - stream: 0
-      offset: 28
-      format: 0
-      dimension: 2
-    - stream: 0
-      offset: 0
-      format: 0
-      dimension: 0
-    - stream: 0
-      offset: 0
-      format: 0
-      dimension: 0
-    - stream: 0
-      offset: 0
-      format: 0
-      dimension: 0
-    - stream: 0
-      offset: 0
-      format: 0
-      dimension: 0
-    - stream: 0
-      offset: 0
-      format: 0
-      dimension: 0
-    - stream: 0
-      offset: 0
-      format: 0
-      dimension: 0
-    - stream: 0
-      offset: 0
-      format: 0
-      dimension: 0
-    - stream: 0
-      offset: 0
-      format: 0
-      dimension: 0
-    - stream: 0
-      offset: 0
-      format: 0
-      dimension: 0
-    m_DataSize: 288
-    _typelessdata: 0000c03f0ad7233c000090bf000000000000803f0000803f0000803f00000000000000000000c0bf0ad7233c000090bf000000000000803f0000803f0000803f0000803f000000000000c0bf0ad7233c0000903f000000000000803f0000803f0000803f00000000000000000000c03f0ad7233c0000903f000000000000803f0000803f0000803f0000803f000000003333d33f0ad7233c3333a3bf000000000000803f0000803f00000000000000000000803f3333d3bf0ad7233c3333a3bf000000000000803f0000803f000000000000803f0000803f3333d3bf0ad7233c3333a33f000000000000803f0000803f00000000000000000000803f3333d33f0ad7233c3333a33f000000000000803f0000803f000000000000803f0000803f
-  m_CompressedMesh:
-    m_Vertices:
-      m_NumItems: 0
-      m_Range: 0
-      m_Start: 0
-      m_Data: 
-      m_BitSize: 0
-    m_UV:
-      m_NumItems: 0
-      m_Range: 0
-      m_Start: 0
-      m_Data: 
-      m_BitSize: 0
-    m_Normals:
-      m_NumItems: 0
-      m_Range: 0
-      m_Start: 0
-      m_Data: 
-      m_BitSize: 0
-    m_Tangents:
-      m_NumItems: 0
-      m_Range: 0
-      m_Start: 0
-      m_Data: 
-      m_BitSize: 0
-    m_Weights:
-      m_NumItems: 0
-      m_Data: 
-      m_BitSize: 0
-    m_NormalSigns:
-      m_NumItems: 0
-      m_Data: 
-      m_BitSize: 0
-    m_TangentSigns:
-      m_NumItems: 0
-      m_Data: 
-      m_BitSize: 0
-    m_FloatColors:
-      m_NumItems: 0
-      m_Range: 0
-      m_Start: 0
-      m_Data: 
-      m_BitSize: 0
-    m_BoneIndices:
-      m_NumItems: 0
-      m_Data: 
-      m_BitSize: 0
-    m_Triangles:
-      m_NumItems: 0
-      m_Data: 
-      m_BitSize: 0
-    m_UVInfo: 0
-  m_LocalAABB:
-    m_Center: {x: 0, y: 0.01, z: 0}
-    m_Extent: {x: 1.65, y: 0, z: 1.275}
-  m_MeshUsageFlags: 0
-  m_BakedConvexCollisionMesh: 
-  m_BakedTriangleCollisionMesh: 
-  m_MeshMetrics[0]: 1
-  m_MeshMetrics[1]: 1
-  m_MeshOptimizationFlags: 1
-  m_StreamData:
-    serializedVersion: 2
-    offset: 0
-    size: 0
-    path: 
 --- !u!1001 &1124103262
 PrefabInstance:
   m_ObjectHideFlags: 0
@@ -7622,6 +7496,170 @@ Transform:
   m_CorrespondingSourceObject: {fileID: 7784185552007011014, guid: e1ff1d8d5ca1e744e9735e8cf3e51fb4, type: 3}
   m_PrefabInstance: {fileID: 1110929525}
   m_PrefabAsset: {fileID: 0}
+--- !u!43 &1687656164
+Mesh:
+  m_ObjectHideFlags: 0
+  m_CorrespondingSourceObject: {fileID: 0}
+  m_PrefabInstance: {fileID: 0}
+  m_PrefabAsset: {fileID: 0}
+  m_Name: 
+  serializedVersion: 10
+  m_SubMeshes:
+  - serializedVersion: 2
+    firstByte: 0
+    indexCount: 24
+    topology: 0
+    baseVertex: 0
+    firstVertex: 0
+    vertexCount: 8
+    localAABB:
+      m_Center: {x: 0, y: 0.01, z: 0}
+      m_Extent: {x: 1.65, y: 0, z: 1.275}
+  m_Shapes:
+    vertices: []
+    shapes: []
+    channels: []
+    fullWeights: []
+  m_BindPose: []
+  m_BoneNameHashes: 
+  m_RootBoneNameHash: 0
+  m_BonesAABB: []
+  m_VariableBoneCountWeights:
+    m_Data: 
+  m_MeshCompression: 0
+  m_IsReadable: 1
+  m_KeepVertices: 1
+  m_KeepIndices: 1
+  m_IndexFormat: 0
+  m_IndexBuffer: 000004000100010004000500010005000200020005000600020006000300030006000700030007000000000007000400
+  m_VertexData:
+    serializedVersion: 3
+    m_VertexCount: 8
+    m_Channels:
+    - stream: 0
+      offset: 0
+      format: 0
+      dimension: 3
+    - stream: 0
+      offset: 0
+      format: 0
+      dimension: 0
+    - stream: 0
+      offset: 0
+      format: 0
+      dimension: 0
+    - stream: 0
+      offset: 12
+      format: 0
+      dimension: 4
+    - stream: 0
+      offset: 28
+      format: 0
+      dimension: 2
+    - stream: 0
+      offset: 0
+      format: 0
+      dimension: 0
+    - stream: 0
+      offset: 0
+      format: 0
+      dimension: 0
+    - stream: 0
+      offset: 0
+      format: 0
+      dimension: 0
+    - stream: 0
+      offset: 0
+      format: 0
+      dimension: 0
+    - stream: 0
+      offset: 0
+      format: 0
+      dimension: 0
+    - stream: 0
+      offset: 0
+      format: 0
+      dimension: 0
+    - stream: 0
+      offset: 0
+      format: 0
+      dimension: 0
+    - stream: 0
+      offset: 0
+      format: 0
+      dimension: 0
+    - stream: 0
+      offset: 0
+      format: 0
+      dimension: 0
+    m_DataSize: 288
+    _typelessdata: 0000c03f0ad7233c000090bf000000000000803f0000803f0000803f00000000000000000000c0bf0ad7233c000090bf000000000000803f0000803f0000803f0000803f000000000000c0bf0ad7233c0000903f000000000000803f0000803f0000803f00000000000000000000c03f0ad7233c0000903f000000000000803f0000803f0000803f0000803f000000003333d33f0ad7233c3333a3bf000000000000803f0000803f00000000000000000000803f3333d3bf0ad7233c3333a3bf000000000000803f0000803f000000000000803f0000803f3333d3bf0ad7233c3333a33f000000000000803f0000803f00000000000000000000803f3333d33f0ad7233c3333a33f000000000000803f0000803f000000000000803f0000803f
+  m_CompressedMesh:
+    m_Vertices:
+      m_NumItems: 0
+      m_Range: 0
+      m_Start: 0
+      m_Data: 
+      m_BitSize: 0
+    m_UV:
+      m_NumItems: 0
+      m_Range: 0
+      m_Start: 0
+      m_Data: 
+      m_BitSize: 0
+    m_Normals:
+      m_NumItems: 0
+      m_Range: 0
+      m_Start: 0
+      m_Data: 
+      m_BitSize: 0
+    m_Tangents:
+      m_NumItems: 0
+      m_Range: 0
+      m_Start: 0
+      m_Data: 
+      m_BitSize: 0
+    m_Weights:
+      m_NumItems: 0
+      m_Data: 
+      m_BitSize: 0
+    m_NormalSigns:
+      m_NumItems: 0
+      m_Data: 
+      m_BitSize: 0
+    m_TangentSigns:
+      m_NumItems: 0
+      m_Data: 
+      m_BitSize: 0
+    m_FloatColors:
+      m_NumItems: 0
+      m_Range: 0
+      m_Start: 0
+      m_Data: 
+      m_BitSize: 0
+    m_BoneIndices:
+      m_NumItems: 0
+      m_Data: 
+      m_BitSize: 0
+    m_Triangles:
+      m_NumItems: 0
+      m_Data: 
+      m_BitSize: 0
+    m_UVInfo: 0
+  m_LocalAABB:
+    m_Center: {x: 0, y: 0.01, z: 0}
+    m_Extent: {x: 1.65, y: 0, z: 1.275}
+  m_MeshUsageFlags: 0
+  m_BakedConvexCollisionMesh: 
+  m_BakedTriangleCollisionMesh: 
+  m_MeshMetrics[0]: 1
+  m_MeshMetrics[1]: 1
+  m_MeshOptimizationFlags: 1
+  m_StreamData:
+    serializedVersion: 2
+    offset: 0
+    size: 0
+    path: 
 --- !u!4 &1692048458 stripped
 Transform:
   m_CorrespondingSourceObject: {fileID: 2528327074000149298, guid: 3f4814451272e874f9d7dc1534b22b63, type: 3}
@@ -9495,41 +9533,6 @@ PrefabInstance:
       objectReference: {fileID: 2100000, guid: f38c3a4df1a13aa43aa34ed48cb326f7, type: 2}
     m_RemovedComponents: []
   m_SourcePrefab: {fileID: 100100000, guid: c90faeda1ce307e418ee73344aa5e431, type: 3}
---- !u!21 &2016484135
-Material:
-  serializedVersion: 6
-  m_ObjectHideFlags: 0
-  m_CorrespondingSourceObject: {fileID: 0}
-  m_PrefabInstance: {fileID: 0}
-  m_PrefabAsset: {fileID: 0}
-  m_Name: Sprites/Default
-  m_Shader: {fileID: 10753, guid: 0000000000000000f000000000000000, type: 0}
-  m_ShaderKeywords: 
-  m_LightmapFlags: 4
-  m_EnableInstancingVariants: 0
-  m_DoubleSidedGI: 0
-  m_CustomRenderQueue: -1
-  stringTagMap: {}
-  disabledShaderPasses: []
-  m_SavedProperties:
-    serializedVersion: 3
-    m_TexEnvs:
-    - _AlphaTex:
-        m_Texture: {fileID: 0}
-        m_Scale: {x: 1, y: 1}
-        m_Offset: {x: 0, y: 0}
-    - _MainTex:
-        m_Texture: {fileID: 0}
-        m_Scale: {x: 1, y: 1}
-        m_Offset: {x: 0, y: 0}
-    m_Floats:
-    - PixelSnap: 0
-    - _EnableExternalAlpha: 0
-    m_Colors:
-    - _Color: {r: 1, g: 1, b: 1, a: 1}
-    - _Flip: {r: 1, g: 1, b: 1, a: 1}
-    - _RendererColor: {r: 1, g: 1, b: 1, a: 1}
-  m_BuildTextureStacks: []
 --- !u!4 &2022921533 stripped
 Transform:
   m_CorrespondingSourceObject: {fileID: 7589819978036697002, guid: d7cd5c7975835a14cae4bcbafa34bd4b, type: 3}

+ 2 - 3
Assets/Scripts/BodyComparer.cs

@@ -160,9 +160,8 @@ public class BodyComparer : MonoBehaviour
                 waitTime = recordingTimesDemo[i + 1] - recordingTimesDemo[i];
             }
 
-            // TODO: need to test
-            if (mc.speed == ModeController.Speed.Fast)
-                waitTime /= 2;
+            if (mc.speed == ModeController.Speed.Slow)
+                waitTime *= 2;
 
             yield return new WaitForSeconds(waitTime);
         }

+ 2 - 2
Assets/Scripts/CSVWriter.cs

@@ -22,9 +22,9 @@ public static class CSVWriter
             bodys += "Body_" + name + ",";
         }
 
-        path += mc.perspective.ToString() + "_" + mc.complexity.ToString() + "_" + mc.direction.ToString() + "_"
+        string path2 = path + mc.perspective.ToString() + "_" + mc.complexity.ToString() + "_" + mc.direction.ToString() + "_"
             + mc.feedback.ToString() + "_" + mc.speed.ToString() + ".csv";
-        StreamWriter sw = new StreamWriter(path);
+        StreamWriter sw = new StreamWriter(path2);
         sw.WriteLine(demos + bodys + "time");
 
         for (int i = 0; i < posJointsDemos.Count; i++)

+ 11 - 0
Assets/Scripts/Haptics.cs

@@ -67,5 +67,16 @@ public class Haptics : MonoBehaviour
         {
             Vibrate(15, 1, 100);
         }
+        if (Input.GetKey(KeyCode.S))
+        {
+            Vibrate(16, 1, 100);
+        }
+        if (Input.GetKey(KeyCode.D))
+        {
+            for (int i = 1; i <= 16; i++)
+            {
+                Vibrate(i, 1, 100);
+            }
+        }
     }
 }

+ 2 - 0
Assets/Scripts/ModeController.cs

@@ -38,6 +38,8 @@ public class ModeController : MonoBehaviour
         Fast
     }
 
+    public bool testing;
+
     public Perspective perspective;
     public Complexity complexity;
     public Direction direction;

+ 90 - 69
Assets/Scripts/PlayerReplay.cs

@@ -83,90 +83,103 @@ public class PlayerReplay : MonoBehaviour
         Debug.Log("Save success");
     }
 
-    public void Load()
+    public IEnumerator Load()
     {
-        string[] complexity = { "OneArm", "TwoArms", "TwoArmsPlusLeg" };
-        string[] direction = { "Sideways", "Forward", "Backward" };
-        string[] feedback = { "None", "Color", "Haptic" };
-        string[] speed = { "Slow", "Fast" };
-        List<string> config = new List<string>();
-
-        for (int i = 0; i < complexity.Length; i++)
+        if (mc.testing)
+        {
+            string path = Application.dataPath + "/Recordings/" + mc.complexity.ToString() + "_" + mc.direction.ToString() + ".sav";
+            JointsDataSequence data = SaveSystem.Load(path);
+            if (data == null)
+            {
+                Debug.Log("Load failed");
+                //return;
+                yield break;
+            }
+            yield return StartCoroutine(ShowJoints(data));
+        }
+        else
         {
-            for (int j = 0; j < direction.Length; j++)
+            string[] complexity = { "OneArm", "TwoArms", "TwoArmsPlusLeg" };
+            string[] direction = { "Sideways", "Forward", "Backward" };
+            string[] feedback = { "None", "Color", "Haptic" };
+            string[] speed = { "Slow", "Fast" };
+            List<string> config = new List<string>();
+
+            for (int i = 0; i < complexity.Length; i++)
             {
-                for (int k = 0; k < feedback.Length; k++)
+                for (int j = 0; j < direction.Length; j++)
                 {
-                    for (int l = 0; l < speed.Length; l++)
+                    for (int k = 0; k < feedback.Length; k++)
                     {
-                        config.Add(complexity[i] + ";" + direction[j] + ";" + feedback[k] + ";" + speed[l]);
+                        for (int l = 0; l < speed.Length; l++)
+                        {
+                            config.Add(complexity[i] + ";" + direction[j] + ";" + feedback[k] + ";" + speed[l]);
+                        }
                     }
                 }
             }
-        }
-
-        // Shuffle config list
-        System.Random rand = new System.Random();
-        int n = config.Count;
-        while (n > 1)
-        {
-            n--;
-            int k = rand.Next(n + 1);
-            string value = config[k];
-            config[k] = config[n];
-            config[n] = value;
-        }
 
-
-        foreach (string s in config)
-        {
-            string[] subs = s.Split(';');
-            string path = Application.dataPath + "/Recordings/" + subs[0] + "_" + subs[1] + ".csv";
-
-            if (subs[0] == "OneArm")
-                mc.complexity = ModeController.Complexity.OneArm;
-            else if (subs[0] == "TwoArms")
-                mc.complexity = ModeController.Complexity.TwoArms;
-            else
-                mc.complexity = ModeController.Complexity.TwoArmsPlusLeg;
-
-            if (subs[1] == "Sideways")
-                mc.direction = ModeController.Direction.Sideways;
-            else if (subs[1] == "Forward")
-                mc.direction = ModeController.Direction.Forward;
-            else
-                mc.direction = ModeController.Direction.Backward;
-
-            if (subs[2] == "None")
-                mc.feedback = ModeController.Feedback.None;
-            else if (subs[2] == "Color")
-                mc.feedback = ModeController.Feedback.ColorFeedback;
-            else
-                mc.feedback = ModeController.Feedback.HapticFeedback;
-
-            mc.speed = subs[3] == "Slow" ? ModeController.Speed.Slow : ModeController.Speed.Fast;
-
-            JointsDataSequence data = SaveSystem.Load(path);
-
-            if (data == null)
+            // Shuffle config list
+            System.Random rand = new System.Random();
+            int n = config.Count;
+            while (n > 1)
             {
-                Debug.Log("Load failed");
-                return;
+                n--;
+                int k = rand.Next(n + 1);
+                string value = config[k];
+                config[k] = config[n];
+                config[n] = value;
             }
 
-            ShowJoints(data);
+            foreach (string s in config)
+            {
+                string[] subs = s.Split(';');
+                string path = Application.dataPath + "/Recordings/" + subs[0] + "_" + subs[1] + ".sav";
+
+                if (subs[0] == "OneArm")
+                    mc.complexity = ModeController.Complexity.OneArm;
+                else if (subs[0] == "TwoArms")
+                    mc.complexity = ModeController.Complexity.TwoArms;
+                else
+                    mc.complexity = ModeController.Complexity.TwoArmsPlusLeg;
+
+                if (subs[1] == "Sideways")
+                    mc.direction = ModeController.Direction.Sideways;
+                else if (subs[1] == "Forward")
+                    mc.direction = ModeController.Direction.Forward;
+                else
+                    mc.direction = ModeController.Direction.Backward;
+
+                if (subs[2] == "None")
+                    mc.feedback = ModeController.Feedback.None;
+                else if (subs[2] == "Color")
+                    mc.feedback = ModeController.Feedback.ColorFeedback;
+                else
+                    mc.feedback = ModeController.Feedback.HapticFeedback;
+
+                mc.speed = subs[3] == "Slow" ? ModeController.Speed.Slow : ModeController.Speed.Fast;
+
+                JointsDataSequence data = SaveSystem.Load(path);
+                if (data == null)
+                {
+                    Debug.Log("Load failed");
+                    //return;
+                    yield break;
+                }
+                yield return StartCoroutine(ShowJoints(data));
+            }
         }
-
-        textFinish.SetActive(true);
-        Debug.Log("Load finish");
-        ViveInput.StopPlaying();
+        yield return StartCoroutine(End());
+        //textFinish.SetActive(true);
+        //Debug.Log("Load finish");
+        //ViveInput.StopPlaying();
     }
 
-    private void ShowJoints(JointsDataSequence data)
+    private IEnumerator ShowJoints(JointsDataSequence data)
     {
         List<JointsData> jointsData = data.jointsDataSequence;
         List<float> recordingTimes = data.recordingTimes;
-        StartCoroutine(VisualizeFadeInSeries(jointsData, recordingTimes));
+        yield return StartCoroutine(VisualizeFadeInSeries(jointsData, recordingTimes));
     }
 
     private IEnumerator Visualize(List<JointsData> newJointsData, List<float> newRecordingTimes)
@@ -231,9 +244,8 @@ public class PlayerReplay : MonoBehaviour
                 waitTime = newRecordingTimes[i + 1] - newRecordingTimes[i];
             }
 
-            // TODO: need to test
-            if (mc.speed == ModeController.Speed.Fast)
-                waitTime /= 2;
+            if (mc.speed == ModeController.Speed.Slow)
+                waitTime *= 2;
 
             yield return new WaitForSeconds(waitTime);
             Destroy(body);
@@ -349,4 +361,13 @@ public class PlayerReplay : MonoBehaviour
         yield return ViveInput.WaitForControllerPress();
         yield return ViveInput.WaitForControllerPress();
     }
+
+    private IEnumerator End()
+    {
+        textFinish.SetActive(true);
+        yield return new WaitForSeconds(3);
+        textFinish.SetActive(false);
+        Debug.Log("Load finish");
+        ViveInput.StopPlaying();
+    }
 }

+ 1 - 1
Assets/Scripts/SaveSystem.cs

@@ -6,7 +6,7 @@ using UnityEngine;
 
 public static class SaveSystem
 {
-    private static readonly string path = Application.dataPath + "/Recordings/OneArm_Sideways.sav";
+    private static readonly string path = Application.dataPath + "/Recordings/TwoArmsPlusLeg_Backward.sav";
 
     public static void Save(List<Vector3[]> jointsSequence, List<float> recordingTimes)
     {

+ 1 - 1
Assets/Scripts/ViveInput.cs

@@ -32,7 +32,7 @@ public class ViveInput : MonoBehaviour
             Debug.Log("Loading...");
             csvTime = 0;
             isPlaying = true;
-            playerReplay.Load();
+            StartCoroutine(playerReplay.Load());
         }
 
         if (teleport.GetStateDown(SteamVR_Input_Sources.Any))

+ 145 - 0
DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_OneArm_Backward_ColorFeedback_Fast.csv

@@ -0,0 +1,145 @@
+Demo_SpineBase,Demo_SpineMid,Demo_Neck,Demo_ShoulderLeft,Demo_ElbowLeft,Demo_WristLeft,Demo_ShoulderRight,Demo_ElbowRight,Demo_WristRight,Demo_HipLeft,Demo_KneeLeft,Demo_AnkleLeft,Demo_FootLeft,Demo_HipRight,Demo_KneeRight,Demo_AnkleRight,Demo_FootRight,Demo_SpineShoulder,Body_SpineBase,Body_SpineMid,Body_Neck,Body_ShoulderLeft,Body_ElbowLeft,Body_WristLeft,Body_ShoulderRight,Body_ElbowRight,Body_WristRight,Body_HipLeft,Body_KneeLeft,Body_AnkleLeft,Body_FootLeft,Body_HipRight,Body_KneeRight,Body_AnkleRight,Body_FootRight,Body_SpineShoulder,time
+0;0;0,0.001160416;0.199996;-0.0004995701,0.002856159;0.4995086;-0.01631938,0.1173232;0.3683769;0.006345692,0.1499064;0.09119913;0.02894738,0.1891841;-0.1784323;-0.03552077,-0.1116171;0.3626145;-0.005422601,-0.1578319;0.08698881;-0.02258764,-0.2052855;-0.1828766;-0.08021432,0.06524741;0.007412004;-0.04569286,0.08798233;-0.3702419;-0.01018688,0.08846637;-0.7112093;0.06881304,0.09057386;-0.7018966;-0.02900104,-0.0629919;0.00650972;-0.04888397,-0.1188819;-0.3682594;-0.02017145,-0.1399422;-0.7096894;0.05386915,-0.1353004;-0.7002203;-0.04389044,0.002429015;0.3998472;-0.008108753,0;0;0,0.002854875;0.1999004;0.005627337,0.007458983;0.4997318;-0.001054113,0.1206472;0.3665141;0.0142425,0.1551422;0.08869201;0.01923912,0.1971506;-0.1820708;-0.0384048,-0.1084368;0.3634574;0.007961183,-0.1574242;0.08793634;-0.001441209,-0.1999872;-0.1779982;-0.07803892,0.07161598;0.005068484;-0.0352911,0.09593444;-0.3721063;0.004050817,0.1073717;-0.7143807;0.07628264,0.113113;-0.764635;0.01690016,-0.06995323;0.004945456;-0.0384979,-0.1086281;-0.3717665;-0.006996091,-0.125723;-0.7145287;0.06171965,-0.1222525;-0.7038068;-0.03634314,0.005835241;0.3998713;0.00397029,66.81689
+0;0;0,0.001122359;0.1999954;-0.0007571098,0.002718218;0.4994405;-0.01774273,0.1171903;0.368595;0.006166598,0.1499385;0.09141222;0.02846581,0.1889811;-0.1782079;-0.03619242,-0.1117447;0.362743;-0.005461181,-0.1579737;0.08708635;-0.02208297,-0.2055417;-0.1830075;-0.07853299,0.06523737;0.007396927;-0.04570964,0.08796251;-0.3702321;-0.009933967,0.08789599;-0.7111605;0.0692353,0.08995685;-0.7019191;-0.0285647,-0.0630712;0.006505281;-0.04878221,-0.1192271;-0.3682192;-0.02000558,-0.1403657;-0.7096388;0.05406036,-0.1357722;-0.7002404;-0.04368665,0.002327365;0.3998199;-0.009049213,0;0;0,0.002854875;0.1999004;0.005627337,0.007458983;0.4997318;-0.001054113,0.1206472;0.3665141;0.0142425,0.1551422;0.08869201;0.01923912,0.1971506;-0.1820708;-0.0384048,-0.1084368;0.3634574;0.007961183,-0.1574242;0.08793634;-0.001441209,-0.1999872;-0.1779982;-0.07803892,0.07161598;0.005068484;-0.0352911,0.09593444;-0.3721063;0.004050817,0.1073717;-0.7143807;0.07628264,0.113113;-0.764635;0.01690016,-0.06995323;0.004945456;-0.0384979,-0.1086281;-0.3717665;-0.006996091,-0.125723;-0.7145287;0.06171965,-0.1222525;-0.7038068;-0.03634314,0.005835241;0.3998713;0.00397029,66.83186
+0;0;0,0.001122359;0.1999954;-0.0007571098,0.002718218;0.4994405;-0.01774273,0.1171903;0.368595;0.006166598,0.1499385;0.09141222;0.02846581,0.1889811;-0.1782079;-0.03619242,-0.1117447;0.362743;-0.005461181,-0.1579737;0.08708635;-0.02208297,-0.2055417;-0.1830075;-0.07853299,0.06523737;0.007396927;-0.04570964,0.08796251;-0.3702321;-0.009933967,0.08789599;-0.7111605;0.0692353,0.08995685;-0.7019191;-0.0285647,-0.0630712;0.006505281;-0.04878221,-0.1192271;-0.3682192;-0.02000558,-0.1403657;-0.7096388;0.05406036,-0.1357722;-0.7002404;-0.04368665,0.002327365;0.3998199;-0.009049213,0;0;0,0.002921195;0.1998993;0.005632881,0.007762673;0.4997286;-0.0009884909,0.1208701;0.3665463;0.01425138,0.1554671;0.08873233;0.01898702,0.1976588;-0.1820153;-0.0385939,-0.1082639;0.3635632;0.007924899,-0.1572955;0.08805028;-0.001483872,-0.1999055;-0.1777799;-0.07841716,0.07162114;0.005066083;-0.03528096,0.09593356;-0.3721082;0.004068963,0.1074573;-0.7143778;0.07631014,0.1130433;-0.7649242;0.01730959,-0.06994048;0.00495381;-0.03851997,-0.1086573;-0.3717653;-0.007155161,-0.1255549;-0.7145926;0.06128388,-0.122077;-0.7038683;-0.03677912,0.006045341;0.3998683;0.004008806,66.84854
+0;0;0,0.001122359;0.1999954;-0.0007571098,0.002718218;0.4994405;-0.01774273,0.1171903;0.368595;0.006166598,0.1499385;0.09141222;0.02846581,0.1889811;-0.1782079;-0.03619242,-0.1117447;0.362743;-0.005461181,-0.1579737;0.08708635;-0.02208297,-0.2055417;-0.1830075;-0.07853299,0.06523737;0.007396927;-0.04570964,0.08796251;-0.3702321;-0.009933967,0.08789599;-0.7111605;0.0692353,0.08995685;-0.7019191;-0.0285647,-0.0630712;0.006505281;-0.04878221,-0.1192271;-0.3682192;-0.02000558,-0.1403657;-0.7096388;0.05406036,-0.1357722;-0.7002404;-0.04368665,0.002327365;0.3998199;-0.009049213,0;0;0,0.002921195;0.1998993;0.005632881,0.007762673;0.4997286;-0.0009884909,0.1208701;0.3665463;0.01425138,0.1554671;0.08873233;0.01898702,0.1976588;-0.1820153;-0.0385939,-0.1082639;0.3635632;0.007924899,-0.1572955;0.08805028;-0.001483872,-0.1999055;-0.1777799;-0.07841716,0.07162114;0.005066083;-0.03528096,0.09593356;-0.3721082;0.004068963,0.1074573;-0.7143778;0.07631014,0.1130433;-0.7649242;0.01730959,-0.06994048;0.00495381;-0.03851997,-0.1086573;-0.3717653;-0.007155161,-0.1255549;-0.7145926;0.06128388,-0.122077;-0.7038683;-0.03677912,0.006045341;0.3998683;0.004008806,66.8601
+0;0;0,0.001074189;0.1999971;-0.0001394829,0.002711084;0.4996344;-0.0136882,0.1172838;0.3681334;0.006683109,0.1500218;0.09094617;0.02894223,0.1893689;-0.1784109;-0.03662137,-0.1116443;0.3623577;-0.004751006,-0.1579696;0.08668718;-0.02086682,-0.2056883;-0.1836923;-0.0758017,0.06525832;0.00740487;-0.04567843,0.0878899;-0.3702129;-0.009724475,0.08759212;-0.7111379;0.0694592,0.08957136;-0.7017056;-0.02838278,-0.0631231;0.006493156;-0.04871666,-0.1195037;-0.3681797;-0.01970862,-0.1406755;-0.7096306;0.05420359,-0.1361641;-0.7000375;-0.04358806,0.002320833;0.3998906;-0.006545255,0;0;0,0.00300877;0.1998967;0.005679366,0.008079774;0.4997253;-0.0008164095,0.1211166;0.3665695;0.01430492,0.1556906;0.08875039;0.01890998,0.1979627;-0.1819594;-0.03878992,-0.1080841;0.3637149;0.007951656,-0.1573142;0.08823815;-0.001480717,-0.2002782;-0.1774793;-0.07860605,0.07162101;0.00504333;-0.03528449,0.09578615;-0.3721224;0.004238598,0.1073008;-0.7144207;0.07634445,0.1130611;-0.7648773;0.01723813,-0.06994725;0.004980297;-0.03850426,-0.1086425;-0.3717577;-0.00734085,-0.1251496;-0.7148111;0.0600526,-0.1246197;-0.7658015;0.001398802,0.006277765;0.399864;0.004130919,66.88194
+0;0;0,0.001074189;0.1999971;-0.0001394829,0.002711084;0.4996344;-0.0136882,0.1172838;0.3681334;0.006683109,0.1500218;0.09094617;0.02894223,0.1893689;-0.1784109;-0.03662137,-0.1116443;0.3623577;-0.004751006,-0.1579696;0.08668718;-0.02086682,-0.2056883;-0.1836923;-0.0758017,0.06525832;0.00740487;-0.04567843,0.0878899;-0.3702129;-0.009724475,0.08759212;-0.7111379;0.0694592,0.08957136;-0.7017056;-0.02838278,-0.0631231;0.006493156;-0.04871666,-0.1195037;-0.3681797;-0.01970862,-0.1406755;-0.7096306;0.05420359,-0.1361641;-0.7000375;-0.04358806,0.002320833;0.3998906;-0.006545255,0;0;0,0.00300877;0.1998967;0.005679366,0.008079774;0.4997253;-0.0008164095,0.1211166;0.3665695;0.01430492,0.1556906;0.08875039;0.01890998,0.1979627;-0.1819594;-0.03878992,-0.1080841;0.3637149;0.007951656,-0.1573142;0.08823815;-0.001480717,-0.2002782;-0.1774793;-0.07860605,0.07162101;0.00504333;-0.03528449,0.09578615;-0.3721224;0.004238598,0.1073008;-0.7144207;0.07634445,0.1130611;-0.7648773;0.01723813,-0.06994725;0.004980297;-0.03850426,-0.1086425;-0.3717577;-0.00734085,-0.1251496;-0.7148111;0.0600526,-0.1246197;-0.7658015;0.001398802,0.006277765;0.399864;0.004130919,66.89333
+0;0;0,0.001074189;0.1999971;-0.0001394829,0.002711084;0.4996344;-0.0136882,0.1172838;0.3681334;0.006683109,0.1500218;0.09094617;0.02894223,0.1893689;-0.1784109;-0.03662137,-0.1116443;0.3623577;-0.004751006,-0.1579696;0.08668718;-0.02086682,-0.2056883;-0.1836923;-0.0758017,0.06525832;0.00740487;-0.04567843,0.0878899;-0.3702129;-0.009724475,0.08759212;-0.7111379;0.0694592,0.08957136;-0.7017056;-0.02838278,-0.0631231;0.006493156;-0.04871666,-0.1195037;-0.3681797;-0.01970862,-0.1406755;-0.7096306;0.05420359,-0.1361641;-0.7000375;-0.04358806,0.002320833;0.3998906;-0.006545255,0;0;0,0.003055593;0.1998964;0.005664135,0.00819119;0.4997236;-0.0008455631,0.1211956;0.3665403;0.01434856,0.1558915;0.08873492;0.01886082,0.1984004;-0.181888;-0.03907218,-0.1079828;0.3636872;0.007919536,-0.1574523;0.08825088;-0.001440754,-0.2005961;-0.1774028;-0.07868543,0.07160615;0.005037628;-0.03531545,0.0957497;-0.3721051;0.004439238,0.1072765;-0.7144496;0.07632343,0.1124575;-0.7655833;0.01809557,-0.0699624;0.004989537;-0.03847552,-0.1087245;-0.3717422;-0.007319482,-0.1254665;-0.7149302;0.05932658,-0.1219684;-0.704219;-0.03873311,0.006370895;0.3998629;0.004106289,66.91579
+0;0;0,0.0009205777;0.1999976;0.0003336935,0.002355282;0.4996923;-0.01194184,0.1170948;0.3679364;0.006733106,0.1499004;0.09076688;0.02911187,0.1892118;-0.1785582;-0.03660445,-0.1118464;0.3621689;-0.00431922,-0.1580945;0.08644611;-0.01974757,-0.2062179;-0.1842244;-0.07286629,0.06531867;0.007406574;-0.04559182,0.08798233;-0.3702024;-0.009566147,0.08717655;-0.7110512;0.06994118,0.08902953;-0.7015283;-0.02792228,-0.06311563;0.006487714;-0.04872706,-0.1198258;-0.3681085;-0.0193735,-0.1410146;-0.7095292;0.05467327,-0.1366314;-0.6998461;-0.04314294,0.00205818;0.3999161;-0.005261885,0;0;0,0.003067356;0.1998962;0.005665146,0.00822229;0.499723;-0.0008443855,0.1212323;0.366599;0.01442022,0.1558688;0.08878413;0.01880216,0.1986942;-0.1817457;-0.03933186,-0.1079548;0.3636789;0.007912529,-0.1576239;0.08827654;-0.001389162,-0.2009897;-0.1773166;-0.07871759,0.07158795;0.005045693;-0.03535119,0.09600615;-0.3720529;0.004654232,0.107155;-0.7144185;0.07649767,0.1124167;-0.7648759;0.017346,-0.06998033;0.004985364;-0.03844344,-0.1087978;-0.3717458;-0.00734943,-0.1255404;-0.7149984;0.05896264,-0.122016;-0.7042969;-0.03909422,0.006396712;0.3998625;0.004108698,66.93785
+0;0;0,0.0009205777;0.1999976;0.0003336935,0.002355282;0.4996923;-0.01194184,0.1170948;0.3679364;0.006733106,0.1499004;0.09076688;0.02911187,0.1892118;-0.1785582;-0.03660445,-0.1118464;0.3621689;-0.00431922,-0.1580945;0.08644611;-0.01974757,-0.2062179;-0.1842244;-0.07286629,0.06531867;0.007406574;-0.04559182,0.08798233;-0.3702024;-0.009566147,0.08717655;-0.7110512;0.06994118,0.08902953;-0.7015283;-0.02792228,-0.06311563;0.006487714;-0.04872706,-0.1198258;-0.3681085;-0.0193735,-0.1410146;-0.7095292;0.05467327,-0.1366314;-0.6998461;-0.04314294,0.00205818;0.3999161;-0.005261885,0;0;0,0.003067356;0.1998962;0.005665146,0.00822229;0.499723;-0.0008443855,0.1212323;0.366599;0.01442022,0.1558688;0.08878413;0.01880216,0.1986942;-0.1817457;-0.03933186,-0.1079548;0.3636789;0.007912529,-0.1576239;0.08827654;-0.001389162,-0.2009897;-0.1773166;-0.07871759,0.07158795;0.005045693;-0.03535119,0.09600615;-0.3720529;0.004654232,0.107155;-0.7144185;0.07649767,0.1124167;-0.7648759;0.017346,-0.06998033;0.004985364;-0.03844344,-0.1087978;-0.3717458;-0.00734943,-0.1255404;-0.7149984;0.05896264,-0.122016;-0.7042969;-0.03909422,0.006396712;0.3998625;0.004108698,66.94953
+0;0;0,0.0009205777;0.1999976;0.0003336935,0.002355282;0.4996923;-0.01194184,0.1170948;0.3679364;0.006733106,0.1499004;0.09076688;0.02911187,0.1892118;-0.1785582;-0.03660445,-0.1118464;0.3621689;-0.00431922,-0.1580945;0.08644611;-0.01974757,-0.2062179;-0.1842244;-0.07286629,0.06531867;0.007406574;-0.04559182,0.08798233;-0.3702024;-0.009566147,0.08717655;-0.7110512;0.06994118,0.08902953;-0.7015283;-0.02792228,-0.06311563;0.006487714;-0.04872706,-0.1198258;-0.3681085;-0.0193735,-0.1410146;-0.7095292;0.05467327,-0.1366314;-0.6998461;-0.04314294,0.00205818;0.3999161;-0.005261885,0;0;0,0.003119458;0.1998943;0.005704244,0.008389704;0.4997208;-0.0007346682,0.1213476;0.366561;0.01451046,0.1558948;0.08873537;0.01891567,0.198898;-0.1816866;-0.03958829,-0.107848;0.3637423;0.008045033,-0.1576135;0.08836004;-0.001336558,-0.2010792;-0.1771867;-0.07876807,0.0715697;0.005038079;-0.03538921,0.09622791;-0.3720115;0.004929833,0.107145;-0.7144233;0.07658813,0.1124444;-0.7651861;0.01785741,-0.06999603;0.004997372;-0.0384133,-0.108835;-0.3717576;-0.007636705,-0.1257119;-0.7149496;0.05895477,-0.1222031;-0.7042421;-0.03910384,0.006522859;0.3998596;0.004191875,66.97149
+0;0;0,0.0009911087;0.1999961;0.0007564592,0.002547033;0.4997241;-0.01062938,0.1172971;0.3677774;0.006733682,0.1499523;0.09059313;0.02915049,0.1891891;-0.1786851;-0.0368017,-0.1116692;0.3620784;-0.004084284,-0.1578944;0.08630902;-0.01872864,-0.2064811;-0.1844248;-0.07109784,0.06531451;0.007368188;-0.04560399,0.08807789;-0.3702401;-0.009634446,0.08677565;-0.7109998;0.07024726,0.08854668;-0.7014036;-0.02763303,-0.0631775;0.006502986;-0.04864478,-0.1199626;-0.3680718;-0.019163,-0.1412041;-0.7094775;0.05493782,-0.1369055;-0.6997269;-0.04289615,0.002204426;0.3999307;-0.004214045,0;0;0,0.003119458;0.1998943;0.005704244,0.008389704;0.4997208;-0.0007346682,0.1213476;0.366561;0.01451046,0.1558948;0.08873537;0.01891567,0.198898;-0.1816866;-0.03958829,-0.107848;0.3637423;0.008045033,-0.1576135;0.08836004;-0.001336558,-0.2010792;-0.1771867;-0.07876807,0.0715697;0.005038079;-0.03538921,0.09622791;-0.3720115;0.004929833,0.107145;-0.7144233;0.07658813,0.1124444;-0.7651861;0.01785741,-0.06999603;0.004997372;-0.0384133,-0.108835;-0.3717576;-0.007636705,-0.1257119;-0.7149496;0.05895477,-0.1222031;-0.7042421;-0.03910384,0.006522859;0.3998596;0.004191875,66.99344
+0;0;0,0.0009911087;0.1999961;0.0007564592,0.002547033;0.4997241;-0.01062938,0.1172971;0.3677774;0.006733682,0.1499523;0.09059313;0.02915049,0.1891891;-0.1786851;-0.0368017,-0.1116692;0.3620784;-0.004084284,-0.1578944;0.08630902;-0.01872864,-0.2064811;-0.1844248;-0.07109784,0.06531451;0.007368188;-0.04560399,0.08807789;-0.3702401;-0.009634446,0.08677565;-0.7109998;0.07024726,0.08854668;-0.7014036;-0.02763303,-0.0631775;0.006502986;-0.04864478,-0.1199626;-0.3680718;-0.019163,-0.1412041;-0.7094775;0.05493782,-0.1369055;-0.6997269;-0.04289615,0.002204426;0.3999307;-0.004214045,0;0;0,0.003139443;0.1998934;0.005724773,0.008463723;0.4997201;-0.0006636633,0.1213839;0.3664577;0.01444587,0.1559453;0.08863404;0.01886525,0.1988053;-0.1818689;-0.03936857,-0.107829;0.3638613;0.008140789,-0.1576711;0.08849549;-0.001315772,-0.2012658;-0.1769632;-0.07897627,0.07154995;0.005038836;-0.03542901,0.0961428;-0.3720038;0.004994351,0.1071511;-0.7144351;0.07654569,0.112445;-0.7653835;0.01807055,-0.07001188;0.004998335;-0.03838427,-0.1088506;-0.3717638;-0.007694557,-0.1254123;-0.7149112;0.05920526,-0.1219503;-0.7041876;-0.03885815,0.006578336;0.3998583;0.004243551,67.00484
+0;0;0,0.0009911087;0.1999961;0.0007564592,0.002547033;0.4997241;-0.01062938,0.1172971;0.3677774;0.006733682,0.1499523;0.09059313;0.02915049,0.1891891;-0.1786851;-0.0368017,-0.1116692;0.3620784;-0.004084284,-0.1578944;0.08630902;-0.01872864,-0.2064811;-0.1844248;-0.07109784,0.06531451;0.007368188;-0.04560399,0.08807789;-0.3702401;-0.009634446,0.08677565;-0.7109998;0.07024726,0.08854668;-0.7014036;-0.02763303,-0.0631775;0.006502986;-0.04864478,-0.1199626;-0.3680718;-0.019163,-0.1412041;-0.7094775;0.05493782,-0.1369055;-0.6997269;-0.04289615,0.002204426;0.3999307;-0.004214045,0;0;0,0.003139443;0.1998934;0.005724773,0.008463723;0.4997201;-0.0006636633,0.1213839;0.3664577;0.01444587,0.1559453;0.08863404;0.01886525,0.1988053;-0.1818689;-0.03936857,-0.107829;0.3638613;0.008140789,-0.1576711;0.08849549;-0.001315772,-0.2012658;-0.1769632;-0.07897627,0.07154995;0.005038836;-0.03542901,0.0961428;-0.3720038;0.004994351,0.1071511;-0.7144351;0.07654569,0.112445;-0.7653835;0.01807055,-0.07001188;0.004998335;-0.03838427,-0.1088506;-0.3717638;-0.007694557,-0.1254123;-0.7149112;0.05920526,-0.1219503;-0.7041876;-0.03885815,0.006578336;0.3998583;0.004243551,67.02713
+0;0;0,0.0009889983;0.1999974;0.0002888122,0.002368324;0.4995538;-0.01457241,0.1171649;0.3683048;0.006281434,0.1500892;0.09115133;0.02868569,0.1890498;-0.1782064;-0.03710561,-0.1118992;0.3624769;-0.004433909,-0.1582578;0.08667895;-0.01808576,-0.2072274;-0.184158;-0.06955758,0.06529637;0.007385814;-0.0456271,0.08773863;-0.370221;-0.009441298,0.08626895;-0.7109613;0.07052062,0.08800448;-0.7015415;-0.02732335,-0.06323513;0.006475253;-0.04857355,-0.1203282;-0.3680418;-0.01895322,-0.1419263;-0.7093849;0.05533308,-0.1376587;-0.6998014;-0.0424675,0.002104183;0.3998779;-0.006531805,0;0;0,0.003145213;0.1998924;0.005755264,0.008469416;0.4997201;-0.0005866424,0.1213707;0.3663828;0.0144973,0.1559048;0.08855498;0.0188659,0.1990257;-0.1819699;-0.03907257,-0.1078188;0.3638612;0.008285346,-0.1577475;0.08851314;-0.001231034,-0.2014963;-0.1768912;-0.07899071,0.07156461;0.005036885;-0.03539966,0.09614828;-0.3719968;0.005112898,0.1074896;-0.714496;0.07628591,0.1132795;-0.7650598;0.01732867,-0.06998469;0.005010658;-0.03843222,-0.1089169;-0.3717339;-0.00764617,-0.1249676;-0.7150056;0.05873829,-0.1229417;-0.7676036;0.002404697,0.006585803;0.3998576;0.004305752,67.03836
+0;0;0,0.0009889983;0.1999974;0.0002888122,0.002368324;0.4995538;-0.01457241,0.1171649;0.3683048;0.006281434,0.1500892;0.09115133;0.02868569,0.1890498;-0.1782064;-0.03710561,-0.1118992;0.3624769;-0.004433909,-0.1582578;0.08667895;-0.01808576,-0.2072274;-0.184158;-0.06955758,0.06529637;0.007385814;-0.0456271,0.08773863;-0.370221;-0.009441298,0.08626895;-0.7109613;0.07052062,0.08800448;-0.7015415;-0.02732335,-0.06323513;0.006475253;-0.04857355,-0.1203282;-0.3680418;-0.01895322,-0.1419263;-0.7093849;0.05533308,-0.1376587;-0.6998014;-0.0424675,0.002104183;0.3998779;-0.006531805,0;0;0,0.003145213;0.1998924;0.005755264,0.008469416;0.4997201;-0.0005866424,0.1213707;0.3663828;0.0144973,0.1559048;0.08855498;0.0188659,0.1990257;-0.1819699;-0.03907257,-0.1078188;0.3638612;0.008285346,-0.1577475;0.08851314;-0.001231034,-0.2014963;-0.1768912;-0.07899071,0.07156461;0.005036885;-0.03539966,0.09614828;-0.3719968;0.005112898,0.1074896;-0.714496;0.07628591,0.1132795;-0.7650598;0.01732867,-0.06998469;0.005010658;-0.03843222,-0.1089169;-0.3717339;-0.00764617,-0.1249676;-0.7150056;0.05873829,-0.1229417;-0.7676036;0.002404697,0.006585803;0.3998576;0.004305752,67.04975
+0;0;0,0.0009889983;0.1999974;0.0002888122,0.002368324;0.4995538;-0.01457241,0.1171649;0.3683048;0.006281434,0.1500892;0.09115133;0.02868569,0.1890498;-0.1782064;-0.03710561,-0.1118992;0.3624769;-0.004433909,-0.1582578;0.08667895;-0.01808576,-0.2072274;-0.184158;-0.06955758,0.06529637;0.007385814;-0.0456271,0.08773863;-0.370221;-0.009441298,0.08626895;-0.7109613;0.07052062,0.08800448;-0.7015415;-0.02732335,-0.06323513;0.006475253;-0.04857355,-0.1203282;-0.3680418;-0.01895322,-0.1419263;-0.7093849;0.05533308,-0.1376587;-0.6998014;-0.0424675,0.002104183;0.3998779;-0.006531805,0;0;0,0.003156768;0.1998902;0.005825607,0.008538348;0.4997191;-0.0004110108,0.1214647;0.3665445;0.01466052,0.156189;0.08874086;0.01906371,0.1990887;-0.181822;-0.03886174,-0.10785;0.3641292;0.008566961,-0.1578846;0.08880058;-0.0009575561,-0.2017495;-0.176567;-0.07877738,0.07155011;0.005028236;-0.03543019,0.096112;-0.3719862;0.005273569,0.1072609;-0.7144709;0.07654716,0.1128724;-0.7650344;0.01757236,-0.07002241;0.005020843;-0.03836213,-0.1091458;-0.3716919;-0.0074287,-0.1252179;-0.7149471;0.05903582,-0.1218335;-0.7041785;-0.03903917,0.006634281;0.3998552;0.004444643,67.07183
+0;0;0,0.0009888215;0.1999965;0.0006541678,0.002518285;0.4996469;-0.01240362,0.1173152;0.3681534;0.006441843,0.1504823;0.09102795;0.02883469,0.1894969;-0.1783536;-0.03682679,-0.1117998;0.3623937;-0.004038877,-0.1582368;0.08655164;-0.01647955,-0.2075816;-0.1845632;-0.06609663,0.0652477;0.007340782;-0.04570395,0.08751827;-0.3702652;-0.009403225,0.08624341;-0.71094;0.07084034,0.08789022;-0.7014216;-0.02702586,-0.06332459;0.006497759;-0.04845385,-0.1204226;-0.3680153;-0.01879331,-0.142118;-0.709331;0.0555902,-0.1379368;-0.6996455;-0.04223537,0.002179948;0.3999072;-0.005201048,0;0;0,0.003156768;0.1998902;0.005825607,0.008538348;0.4997191;-0.0004110108,0.1214647;0.3665445;0.01466052,0.156189;0.08874086;0.01906371,0.1990887;-0.181822;-0.03886174,-0.10785;0.3641292;0.008566961,-0.1578846;0.08880058;-0.0009575561,-0.2017495;-0.176567;-0.07877738,0.07155011;0.005028236;-0.03543019,0.096112;-0.3719862;0.005273569,0.1072609;-0.7144709;0.07654716,0.1128724;-0.7650344;0.01757236,-0.07002241;0.005020843;-0.03836213,-0.1091458;-0.3716919;-0.0074287,-0.1252179;-0.7149471;0.05903582,-0.1218335;-0.7041785;-0.03903917,0.006634281;0.3998552;0.004444643,67.08349
+0;0;0,0.0009888215;0.1999965;0.0006541678,0.002518285;0.4996469;-0.01240362,0.1173152;0.3681534;0.006441843,0.1504823;0.09102795;0.02883469,0.1894969;-0.1783536;-0.03682679,-0.1117998;0.3623937;-0.004038877,-0.1582368;0.08655164;-0.01647955,-0.2075816;-0.1845632;-0.06609663,0.0652477;0.007340782;-0.04570395,0.08751827;-0.3702652;-0.009403225,0.08624341;-0.71094;0.07084034,0.08789022;-0.7014216;-0.02702586,-0.06332459;0.006497759;-0.04845385,-0.1204226;-0.3680153;-0.01879331,-0.142118;-0.709331;0.0555902,-0.1379368;-0.6996455;-0.04223537,0.002179948;0.3999072;-0.005201048,0;0;0,0.003027778;0.1998917;0.005842739,0.008271905;0.4997228;-0.0003942242,0.1212633;0.3666115;0.01468811,0.1560241;0.0888136;0.01915843,0.1992199;-0.1817017;-0.03876938,-0.1080822;0.3641892;0.008729151,-0.1580974;0.08885321;-0.0006817607,-0.2021873;-0.1764397;-0.07862868,0.07153592;0.005090028;-0.03545002,0.09596952;-0.3719436;0.005153265,0.1069191;-0.7143848;0.07666664,0.1126088;-0.7648377;0.01754844,-0.07004797;0.004962005;-0.03832311,-0.1093006;-0.3717377;-0.007395284,-0.1256237;-0.7149847;0.05905123,-0.1239969;-0.7672353;0.002198819,0.006414759;0.3998583;0.004467287,67.10516
+0;0;0,0.0009888215;0.1999965;0.0006541678,0.002518285;0.4996469;-0.01240362,0.1173152;0.3681534;0.006441843,0.1504823;0.09102795;0.02883469,0.1894969;-0.1783536;-0.03682679,-0.1117998;0.3623937;-0.004038877,-0.1582368;0.08655164;-0.01647955,-0.2075816;-0.1845632;-0.06609663,0.0652477;0.007340782;-0.04570395,0.08751827;-0.3702652;-0.009403225,0.08624341;-0.71094;0.07084034,0.08789022;-0.7014216;-0.02702586,-0.06332459;0.006497759;-0.04845385,-0.1204226;-0.3680153;-0.01879331,-0.142118;-0.709331;0.0555902,-0.1379368;-0.6996455;-0.04223537,0.002179948;0.3999072;-0.005201048,0;0;0,0.003027778;0.1998917;0.005842739,0.008271905;0.4997228;-0.0003942242,0.1212633;0.3666115;0.01468811,0.1560241;0.0888136;0.01915843,0.1992199;-0.1817017;-0.03876938,-0.1080822;0.3641892;0.008729151,-0.1580974;0.08885321;-0.0006817607,-0.2021873;-0.1764397;-0.07862868,0.07153592;0.005090028;-0.03545002,0.09596952;-0.3719436;0.005153265,0.1069191;-0.7143848;0.07666664,0.1126088;-0.7648377;0.01754844,-0.07004797;0.004962005;-0.03832311,-0.1093006;-0.3717377;-0.007395284,-0.1256237;-0.7149847;0.05905123,-0.1239969;-0.7672353;0.002198819,0.006414759;0.3998583;0.004467287,67.12797
+0;0;0,0.001023162;0.1999973;0.0002237866,0.00249941;0.4995322;-0.0150795,0.1173333;0.3685762;0.005713917,0.1504133;0.09148598;0.02866501,0.1892885;-0.178003;-0.0366373,-0.1119153;0.362771;-0.0042222,-0.15854;0.08688706;-0.01490864,-0.2084031;-0.1844388;-0.06282494,0.06523548;0.007332591;-0.04572269,0.08736107;-0.3702655;-0.00925222,0.08642913;-0.7109063;0.07114056,0.08788751;-0.701519;-0.02670109,-0.06335816;0.006505039;-0.04840897,-0.1206783;-0.3679606;-0.01857756,-0.1422978;-0.7093061;0.0556911,-0.1383002;-0.6997461;-0.04211601,0.002175259;0.3998664;-0.006917601,0;0;0,0.002964152;0.199891;0.005898664,0.008152116;0.499725;-0.0002481313,0.1212188;0.3667941;0.01477169,0.1560754;0.08901072;0.01939877,0.1990671;-0.1815363;-0.03853228,-0.1082521;0.3644265;0.008935096,-0.1580169;0.08902627;9.348616E-05,-0.2025072;-0.1762282;-0.07775687,0.07154414;0.005128135;-0.03542793,0.09582;-0.371892;0.005394798,0.1064866;-0.7143648;0.07679935,0.1126954;-0.7640665;0.01672364,-0.07005794;0.004925163;-0.03830961,-0.1096171;-0.3717318;-0.007252075,-0.1260988;-0.7149503;0.05930153,-0.124725;-0.7674457;0.002798267,0.006314931;0.3998587;0.004582203,67.13891
+0;0;0,0.001023162;0.1999973;0.0002237866,0.00249941;0.4995322;-0.0150795,0.1173333;0.3685762;0.005713917,0.1504133;0.09148598;0.02866501,0.1892885;-0.178003;-0.0366373,-0.1119153;0.362771;-0.0042222,-0.15854;0.08688706;-0.01490864,-0.2084031;-0.1844388;-0.06282494,0.06523548;0.007332591;-0.04572269,0.08736107;-0.3702655;-0.00925222,0.08642913;-0.7109063;0.07114056,0.08788751;-0.701519;-0.02670109,-0.06335816;0.006505039;-0.04840897,-0.1206783;-0.3679606;-0.01857756,-0.1422978;-0.7093061;0.0556911,-0.1383002;-0.6997461;-0.04211601,0.002175259;0.3998664;-0.006917601,0;0;0,0.002964152;0.199891;0.005898664,0.008152116;0.499725;-0.0002481313,0.1212188;0.3667941;0.01477169,0.1560754;0.08901072;0.01939877,0.1990671;-0.1815363;-0.03853228,-0.1082521;0.3644265;0.008935096,-0.1580169;0.08902627;9.348616E-05,-0.2025072;-0.1762282;-0.07775687,0.07154414;0.005128135;-0.03542793,0.09582;-0.371892;0.005394798,0.1064866;-0.7143648;0.07679935,0.1126954;-0.7640665;0.01672364,-0.07005794;0.004925163;-0.03830961,-0.1096171;-0.3717318;-0.007252075,-0.1260988;-0.7149503;0.05930153,-0.124725;-0.7674457;0.002798267,0.006314931;0.3998587;0.004582203,67.15008
+0;0;0,0.001023162;0.1999973;0.0002237866,0.00249941;0.4995322;-0.0150795,0.1173333;0.3685762;0.005713917,0.1504133;0.09148598;0.02866501,0.1892885;-0.178003;-0.0366373,-0.1119153;0.362771;-0.0042222,-0.15854;0.08688706;-0.01490864,-0.2084031;-0.1844388;-0.06282494,0.06523548;0.007332591;-0.04572269,0.08736107;-0.3702655;-0.00925222,0.08642913;-0.7109063;0.07114056,0.08788751;-0.701519;-0.02670109,-0.06335816;0.006505039;-0.04840897,-0.1206783;-0.3679606;-0.01857756,-0.1422978;-0.7093061;0.0556911,-0.1383002;-0.6997461;-0.04211601,0.002175259;0.3998664;-0.006917601,0;0;0,0.003032057;0.1998913;0.005853249,0.008282735;0.4997224;-0.0003752941,0.1213507;0.3669024;0.01483779,0.1562172;0.08912233;0.01958518,0.1992495;-0.1814866;-0.03802565,-0.1081757;0.3645806;0.009075784,-0.1579843;0.08916748;0.0009077648,-0.2030326;-0.1763021;-0.07588132,0.07155173;0.005138183;-0.03541115,0.09588493;-0.3718959;0.005248256,0.1062648;-0.7143553;0.07675879,0.1126229;-0.7639066;0.0164995,-0.07006393;0.00491739;-0.03829968,-0.1097992;-0.3717137;-0.007153235,-0.1264516;-0.7149214;0.05941422,-0.1254556;-0.7676595;0.003258947,0.006429913;0.3998578;0.004486224,67.17224
+0;0;0,0.001001533;0.1999968;0.0005362124,0.002590037;0.4996165;-0.01320398,0.1174637;0.3684631;0.005617884,0.1506045;0.09140706;0.0288911,0.1891425;-0.178218;-0.03604842,-0.1118248;0.3625934;-0.003854905,-0.1590992;0.08674127;-0.01226284,-0.2091403;-0.1849522;-0.05785392,0.06525437;0.007353152;-0.04569243,0.08743155;-0.3702248;-0.009044863,0.08628731;-0.7108526;0.07140014,0.08758743;-0.7013767;-0.02646239,-0.06335848;0.006491117;-0.04841041,-0.1205946;-0.3679689;-0.01834812,-0.1423398;-0.7092676;0.05609848,-0.1385022;-0.6996182;-0.04173365,0.00221476;0.3998935;-0.005775497,0;0;0,0.003032057;0.1998913;0.005853249,0.008282735;0.4997224;-0.0003752941,0.1213507;0.3669024;0.01483779,0.1562172;0.08912233;0.01958518,0.1992495;-0.1814866;-0.03802565,-0.1081757;0.3645806;0.009075784,-0.1579843;0.08916748;0.0009077648,-0.2030326;-0.1763021;-0.07588132,0.07155173;0.005138183;-0.03541115,0.09588493;-0.3718959;0.005248256,0.1062648;-0.7143553;0.07675879,0.1126229;-0.7639066;0.0164995,-0.07006393;0.00491739;-0.03829968,-0.1097992;-0.3717137;-0.007153235,-0.1264516;-0.7149214;0.05941422,-0.1254556;-0.7676595;0.003258947,0.006429913;0.3998578;0.004486224,67.18365
+0;0;0,0.001001533;0.1999968;0.0005362124,0.002590037;0.4996165;-0.01320398,0.1174637;0.3684631;0.005617884,0.1506045;0.09140706;0.0288911,0.1891425;-0.178218;-0.03604842,-0.1118248;0.3625934;-0.003854905,-0.1590992;0.08674127;-0.01226284,-0.2091403;-0.1849522;-0.05785392,0.06525437;0.007353152;-0.04569243,0.08743155;-0.3702248;-0.009044863,0.08628731;-0.7108526;0.07140014,0.08758743;-0.7013767;-0.02646239,-0.06335848;0.006491117;-0.04841041,-0.1205946;-0.3679689;-0.01834812,-0.1423398;-0.7092676;0.05609848,-0.1385022;-0.6996182;-0.04173365,0.00221476;0.3998935;-0.005775497,0;0;0,0.002985237;0.199892;0.005853358,0.008161952;0.4997244;-0.0003730054,0.1212545;0.3668572;0.01470476,0.1563964;0.08912012;0.0199166,0.1992328;-0.1816529;-0.03706606,-0.1082804;0.3646299;0.009202225,-0.1580475;0.08917752;0.002187132,-0.2037436;-0.1768573;-0.07222624,0.07154196;0.005169228;-0.03542637,0.09586176;-0.3718696;0.005197603,0.1061488;-0.7143079;0.0768228,0.1131381;-0.7642429;0.01714409,-0.07007752;0.004886709;-0.03827872,-0.1099463;-0.3717292;-0.007118719,-0.1266678;-0.7149025;0.05960781,-0.1234868;-0.7041354;-0.03847368,0.006334938;0.3998593;0.004488857,67.19559
+0;0;0,0.001001533;0.1999968;0.0005362124,0.002590037;0.4996165;-0.01320398,0.1174637;0.3684631;0.005617884,0.1506045;0.09140706;0.0288911,0.1891425;-0.178218;-0.03604842,-0.1118248;0.3625934;-0.003854905,-0.1590992;0.08674127;-0.01226284,-0.2091403;-0.1849522;-0.05785392,0.06525437;0.007353152;-0.04569243,0.08743155;-0.3702248;-0.009044863,0.08628731;-0.7108526;0.07140014,0.08758743;-0.7013767;-0.02646239,-0.06335848;0.006491117;-0.04841041,-0.1205946;-0.3679689;-0.01834812,-0.1423398;-0.7092676;0.05609848,-0.1385022;-0.6996182;-0.04173365,0.00221476;0.3998935;-0.005775497,0;0;0,0.002985237;0.199892;0.005853358,0.008161952;0.4997244;-0.0003730054,0.1212545;0.3668572;0.01470476,0.1563964;0.08912012;0.0199166,0.1992328;-0.1816529;-0.03706606,-0.1082804;0.3646299;0.009202225,-0.1580475;0.08917752;0.002187132,-0.2037436;-0.1768573;-0.07222624,0.07154196;0.005169228;-0.03542637,0.09586176;-0.3718696;0.005197603,0.1061488;-0.7143079;0.0768228,0.1131381;-0.7642429;0.01714409,-0.07007752;0.004886709;-0.03827872,-0.1099463;-0.3717292;-0.007118719,-0.1266678;-0.7149025;0.05960781,-0.1234868;-0.7041354;-0.03847368,0.006334938;0.3998593;0.004488857,67.21765
+0;0;0,0.001016657;0.1999956;0.0008514336,0.002673589;0.4996676;-0.01176604,0.1175863;0.3683724;0.005585948,0.1508873;0.09135154;0.02904784,0.1897931;-0.1783982;-0.03515033,-0.1117489;0.3625218;-0.00359836,-0.1596841;0.08670881;-0.009020016,-0.2100366;-0.185253;-0.05262505,0.0652316;0.007368258;-0.0457225,0.08717239;-0.3701946;-0.008777604,0.08595255;-0.7108264;0.07164889,0.0871558;-0.7012804;-0.02622954,-0.06344072;0.006471607;-0.04830521,-0.1207765;-0.3679701;-0.01820572,-0.1424662;-0.7092505;0.05634131,-0.1387275;-0.6995321;-0.04150899,0.00227109;0.3999121;-0.004789453,0;0;0,0.002985237;0.199892;0.005853358,0.008161952;0.4997244;-0.0003730054,0.1212545;0.3668572;0.01470476,0.1563964;0.08912012;0.0199166,0.1992328;-0.1816529;-0.03706606,-0.1082804;0.3646299;0.009202225,-0.1580475;0.08917752;0.002187132,-0.2037436;-0.1768573;-0.07222624,0.07154196;0.005169228;-0.03542637,0.09586176;-0.3718696;0.005197603,0.1061488;-0.7143079;0.0768228,0.1131381;-0.7642429;0.01714409,-0.07007752;0.004886709;-0.03827872,-0.1099463;-0.3717292;-0.007118719,-0.1266678;-0.7149025;0.05960781,-0.1234868;-0.7041354;-0.03847368,0.006334938;0.3998593;0.004488857,67.22904
+0;0;0,0.001016657;0.1999956;0.0008514336,0.002673589;0.4996676;-0.01176604,0.1175863;0.3683724;0.005585948,0.1508873;0.09135154;0.02904784,0.1897931;-0.1783982;-0.03515033,-0.1117489;0.3625218;-0.00359836,-0.1596841;0.08670881;-0.009020016,-0.2100366;-0.185253;-0.05262505,0.0652316;0.007368258;-0.0457225,0.08717239;-0.3701946;-0.008777604,0.08595255;-0.7108264;0.07164889,0.0871558;-0.7012804;-0.02622954,-0.06344072;0.006471607;-0.04830521,-0.1207765;-0.3679701;-0.01820572,-0.1424662;-0.7092505;0.05634131,-0.1387275;-0.6995321;-0.04150899,0.00227109;0.3999121;-0.004789453,0;0;0,0.00285401;0.1998941;0.005848702,0.007898974;0.4997287;-0.0003716345,0.1210642;0.3669598;0.01466065,0.1562558;0.08923391;0.0201255,0.1992049;-0.1816155;-0.03640739,-0.1085256;0.3647548;0.009543085,-0.1582896;0.08927801;0.003536327,-0.2048921;-0.1773252;-0.06823359,0.07149821;0.005223733;-0.03550659,0.09538808;-0.3718295;0.005237609,0.1055482;-0.7143129;0.07666557,0.1124854;-0.7640113;0.0166652,-0.07014193;0.004831987;-0.03816755,-0.1103827;-0.3717576;-0.007168479,-0.1274016;-0.7149137;0.05957196,-0.1243527;-0.7041463;-0.03851379,0.006112425;0.3998629;0.004488665,67.2516
+0;0;0,0.001016657;0.1999956;0.0008514336,0.002673589;0.4996676;-0.01176604,0.1175863;0.3683724;0.005585948,0.1508873;0.09135154;0.02904784,0.1897931;-0.1783982;-0.03515033,-0.1117489;0.3625218;-0.00359836,-0.1596841;0.08670881;-0.009020016,-0.2100366;-0.185253;-0.05262505,0.0652316;0.007368258;-0.0457225,0.08717239;-0.3701946;-0.008777604,0.08595255;-0.7108264;0.07164889,0.0871558;-0.7012804;-0.02622954,-0.06344072;0.006471607;-0.04830521,-0.1207765;-0.3679701;-0.01820572,-0.1424662;-0.7092505;0.05634131,-0.1387275;-0.6995321;-0.04150899,0.00227109;0.3999121;-0.004789453,0;0;0,0.00285401;0.1998941;0.005848702,0.007898974;0.4997287;-0.0003716345,0.1210642;0.3669598;0.01466065,0.1562558;0.08923391;0.0201255,0.1992049;-0.1816155;-0.03640739,-0.1085256;0.3647548;0.009543085,-0.1582896;0.08927801;0.003536327,-0.2048921;-0.1773252;-0.06823359,0.07149821;0.005223733;-0.03550659,0.09538808;-0.3718295;0.005237609,0.1055482;-0.7143129;0.07666557,0.1124854;-0.7640113;0.0166652,-0.07014193;0.004831987;-0.03816755,-0.1103827;-0.3717576;-0.007168479,-0.1274016;-0.7149137;0.05957196,-0.1243527;-0.7041463;-0.03851379,0.006112425;0.3998629;0.004488665,67.26314
+0;0;0,0.00104122;0.1999944;0.001078886,0.002803445;0.4996891;-0.01098915,0.1177506;0.3684391;0.005457559,0.1509043;0.09143108;0.02927819,0.1901061;-0.1783532;-0.03459391,-0.1116701;0.3625437;-0.003427638,-0.1606024;0.08685699;-0.00498893,-0.211705;-0.1853778;-0.04593729,0.06520564;0.007342639;-0.04576363,0.08708339;-0.3702037;-0.008614354,0.08617206;-0.7108874;0.07159677,0.08726712;-0.7013026;-0.02629101,-0.06349524;0.006485605;-0.04823164,-0.1208958;-0.3679399;-0.01805337,-0.1425791;-0.7092302;0.05644976,-0.1389441;-0.6994707;-0.04141296,0.002357917;0.3999201;-0.004210581,0;0;0,0.002913037;0.1998944;0.005808578,0.008022425;0.4997261;-0.000492868,0.1211516;0.3669092;0.0146042,0.156809;0.08925086;0.02046884,0.1993971;-0.1816791;-0.03595091,-0.108419;0.3648008;0.009806403,-0.1583593;0.08932701;0.005319126,-0.2058371;-0.1780945;-0.06273661,0.07148118;0.005242642;-0.03553808,0.09521804;-0.3718181;0.005226653,0.1053337;-0.7143136;0.0766025,0.1122389;-0.7641594;0.01679472,-0.07016445;0.004811953;-0.03812866,-0.1100532;-0.3717799;-0.006704714,-0.1275483;-0.7149633;0.05977136,-0.1286673;-0.7671162;0.002765663,0.006217167;0.3998621;0.00439772,67.28557
+0;0;0,0.00104122;0.1999944;0.001078886,0.002803445;0.4996891;-0.01098915,0.1177506;0.3684391;0.005457559,0.1509043;0.09143108;0.02927819,0.1901061;-0.1783532;-0.03459391,-0.1116701;0.3625437;-0.003427638,-0.1606024;0.08685699;-0.00498893,-0.211705;-0.1853778;-0.04593729,0.06520564;0.007342639;-0.04576363,0.08708339;-0.3702037;-0.008614354,0.08617206;-0.7108874;0.07159677,0.08726712;-0.7013026;-0.02629101,-0.06349524;0.006485605;-0.04823164,-0.1208958;-0.3679399;-0.01805337,-0.1425791;-0.7092302;0.05644976,-0.1389441;-0.6994707;-0.04141296,0.002357917;0.3999201;-0.004210581,0;0;0,0.002913037;0.1998944;0.005808578,0.008022425;0.4997261;-0.000492868,0.1211516;0.3669092;0.0146042,0.156809;0.08925086;0.02046884,0.1993971;-0.1816791;-0.03595091,-0.108419;0.3648008;0.009806403,-0.1583593;0.08932701;0.005319126,-0.2058371;-0.1780945;-0.06273661,0.07148118;0.005242642;-0.03553808,0.09521804;-0.3718181;0.005226653,0.1053337;-0.7143136;0.0766025,0.1122389;-0.7641594;0.01679472,-0.07016445;0.004811953;-0.03812866,-0.1100532;-0.3717799;-0.006704714,-0.1275483;-0.7149633;0.05977136,-0.1286673;-0.7671162;0.002765663,0.006217167;0.3998621;0.00439772,67.29687
+0;0;0,0.00104122;0.1999944;0.001078886,0.002803445;0.4996891;-0.01098915,0.1177506;0.3684391;0.005457559,0.1509043;0.09143108;0.02927819,0.1901061;-0.1783532;-0.03459391,-0.1116701;0.3625437;-0.003427638,-0.1606024;0.08685699;-0.00498893,-0.211705;-0.1853778;-0.04593729,0.06520564;0.007342639;-0.04576363,0.08708339;-0.3702037;-0.008614354,0.08617206;-0.7108874;0.07159677,0.08726712;-0.7013026;-0.02629101,-0.06349524;0.006485605;-0.04823164,-0.1208958;-0.3679399;-0.01805337,-0.1425791;-0.7092302;0.05644976,-0.1389441;-0.6994707;-0.04141296,0.002357917;0.3999201;-0.004210581,0;0;0,0.00294259;0.1998932;0.005835441,0.008055637;0.499726;-0.0004143585,0.1211959;0.3669004;0.01454744,0.1570406;0.08927217;0.02068923,0.199375;-0.1817645;-0.03540795,-0.1083949;0.3648587;0.009994689,-0.1586593;0.08942157;0.007189172,-0.2068115;-0.1786038;-0.05795513,0.07148028;0.005249279;-0.0355389,0.09497202;-0.3718248;0.005244371,0.1051476;-0.714326;0.07658421,0.1120273;-0.7642732;0.01690903,-0.0701775;0.004804626;-0.03810556,-0.1098461;-0.3718315;-0.006935509,-0.127867;-0.7150222;0.05936234,-0.1283371;-0.7672639;0.002475671,0.006253229;0.3998611;0.00445914,67.31978
+0;0;0,0.001094677;0.1999967;0.0003567382,0.002709111;0.4995098;-0.01530261,0.1177115;0.3689612;0.004462328,0.1507725;0.09201494;0.02911407,0.1898128;-0.1778726;-0.03441984,-0.1118747;0.3631277;-0.003795954,-0.1614507;0.08756089;-0.001533448,-0.2136464;-0.1851441;-0.03769416,0.06517424;0.007293917;-0.04581611,0.08678265;-0.370247;-0.008454248,0.08599144;-0.7109658;0.071609,0.08689115;-0.7015755;-0.02624003,-0.06356775;0.006517328;-0.04813175,-0.1208915;-0.3679232;-0.01799461,-0.142758;-0.7092026;0.05650543,-0.1393174;-0.6996427;-0.04132282,0.002321639;0.399859;-0.006961955,0;0;0,0.002983132;0.1998924;0.00584402,0.008124577;0.4997249;-0.0003928873,0.1212854;0.3669568;0.0144555,0.1573031;0.08935648;0.02084027,0.1995131;-0.1817834;-0.0348508,-0.1083074;0.3648143;0.01023376,-0.1588235;0.08941028;0.00937816,-0.2084246;-0.1793313;-0.05159465,0.07147615;0.00525721;-0.03554605,0.09493223;-0.3718163;0.005262945,0.104965;-0.7143371;0.07652901,0.1093602;-0.7654402;0.01819396,-0.0701847;0.004799268;-0.03809298,-0.1093956;-0.3718526;-0.006536078,-0.1278825;-0.7150993;0.05934246,-0.1280756;-0.767331;0.002439827,0.006316629;0.3998599;0.004477425,67.34167
+0;0;0,0.001094677;0.1999967;0.0003567382,0.002709111;0.4995098;-0.01530261,0.1177115;0.3689612;0.004462328,0.1507725;0.09201494;0.02911407,0.1898128;-0.1778726;-0.03441984,-0.1118747;0.3631277;-0.003795954,-0.1614507;0.08756089;-0.001533448,-0.2136464;-0.1851441;-0.03769416,0.06517424;0.007293917;-0.04581611,0.08678265;-0.370247;-0.008454248,0.08599144;-0.7109658;0.071609,0.08689115;-0.7015755;-0.02624003,-0.06356775;0.006517328;-0.04813175,-0.1208915;-0.3679232;-0.01799461,-0.142758;-0.7092026;0.05650543,-0.1393174;-0.6996427;-0.04132282,0.002321639;0.399859;-0.006961955,0;0;0,0.002983132;0.1998924;0.00584402,0.008124577;0.4997249;-0.0003928873,0.1212854;0.3669568;0.0144555,0.1573031;0.08935648;0.02084027,0.1995131;-0.1817834;-0.0348508,-0.1083074;0.3648143;0.01023376,-0.1588235;0.08941028;0.00937816,-0.2084246;-0.1793313;-0.05159465,0.07147615;0.00525721;-0.03554605,0.09493223;-0.3718163;0.005262945,0.104965;-0.7143371;0.07652901,0.1093602;-0.7654402;0.01819396,-0.0701847;0.004799268;-0.03809298,-0.1093956;-0.3718526;-0.006536078,-0.1278825;-0.7150993;0.05934246,-0.1280756;-0.767331;0.002439827,0.006316629;0.3998599;0.004477425,67.35345
+0;0;0,0.001094677;0.1999967;0.0003567382,0.002709111;0.4995098;-0.01530261,0.1177115;0.3689612;0.004462328,0.1507725;0.09201494;0.02911407,0.1898128;-0.1778726;-0.03441984,-0.1118747;0.3631277;-0.003795954,-0.1614507;0.08756089;-0.001533448,-0.2136464;-0.1851441;-0.03769416,0.06517424;0.007293917;-0.04581611,0.08678265;-0.370247;-0.008454248,0.08599144;-0.7109658;0.071609,0.08689115;-0.7015755;-0.02624003,-0.06356775;0.006517328;-0.04813175,-0.1208915;-0.3679232;-0.01799461,-0.142758;-0.7092026;0.05650543,-0.1393174;-0.6996427;-0.04132282,0.002321639;0.399859;-0.006961955,0;0;0,0.002941714;0.1998937;0.005817199,0.008034672;0.4997259;-0.00046597,0.1212672;0.3671156;0.01430403,0.1576604;0.08957449;0.02111984,0.1993263;-0.1817234;-0.03421018,-0.1083438;0.364746;0.01044951,-0.1592297;0.08941406;0.01216553,-0.2098953;-0.1803828;-0.04299454,0.07149226;0.005284172;-0.03550962,0.09470903;-0.3718122;0.005224891,0.1047536;-0.7143593;0.07636296,0.1079989;-0.7659557;0.01864393,-0.07018594;0.004773333;-0.03809394,-0.1095166;-0.3718709;-0.006593931,-0.1282095;-0.715108;0.05927581,-0.1256113;-0.7043405;-0.03882293,0.006245025;0.3998616;0.004424612,67.37511
+0;0;0,0.001085931;0.199997;1.007482E-05,0.002606321;0.4994263;-0.01713234,0.1176363;0.3691849;0.003898871,0.1505424;0.09227204;0.02912714,0.1899039;-0.1776116;-0.03422486,-0.1132776;0.3683175;-0.0004357193,-0.1655228;0.09325725;0.003066602,-0.2184986;-0.1798881;-0.02832105,0.06515744;0.007213096;-0.04585279,0.08664247;-0.3703222;-0.008362152,0.0859227;-0.7110155;0.07180995,0.08577164;-0.7016963;-0.02602809,-0.06357144;0.006584805;-0.04811768,-0.1209925;-0.367844;-0.01802029,-0.1427674;-0.7091098;0.05656885,-0.140379;-0.6996264;-0.04127471,0.002249676;0.3998237;-0.008232975,0;0;0,0.002941714;0.1998937;0.005817199,0.008034672;0.4997259;-0.00046597,0.1212672;0.3671156;0.01430403,0.1576604;0.08957449;0.02111984,0.1993263;-0.1817234;-0.03421018,-0.1083438;0.364746;0.01044951,-0.1592297;0.08941406;0.01216553,-0.2098953;-0.1803828;-0.04299454,0.07149226;0.005284172;-0.03550962,0.09470903;-0.3718122;0.005224891,0.1047536;-0.7143593;0.07636296,0.1079989;-0.7659557;0.01864393,-0.07018594;0.004773333;-0.03809394,-0.1095166;-0.3718709;-0.006593931,-0.1282095;-0.715108;0.05927581,-0.1256113;-0.7043405;-0.03882293,0.006245025;0.3998616;0.004424612,67.38729
+0;0;0,0.001085931;0.199997;1.007482E-05,0.002606321;0.4994263;-0.01713234,0.1176363;0.3691849;0.003898871,0.1505424;0.09227204;0.02912714,0.1899039;-0.1776116;-0.03422486,-0.1132776;0.3683175;-0.0004357193,-0.1655228;0.09325725;0.003066602,-0.2184986;-0.1798881;-0.02832105,0.06515744;0.007213096;-0.04585279,0.08664247;-0.3703222;-0.008362152,0.0859227;-0.7110155;0.07180995,0.08577164;-0.7016963;-0.02602809,-0.06357144;0.006584805;-0.04811768,-0.1209925;-0.367844;-0.01802029,-0.1427674;-0.7091098;0.05656885,-0.140379;-0.6996264;-0.04127471,0.002249676;0.3998237;-0.008232975,0;0;0,0.002968627;0.1998951;0.005756684,0.008127072;0.4997232;-0.000649435,0.1213539;0.3671719;0.01415241,0.1578132;0.08964452;0.02117245,0.1993972;-0.1817244;-0.03387007,-0.1083171;0.3649349;0.01059496,-0.1597277;0.08973697;0.01539525,-0.2109036;-0.1809295;-0.03481099,0.07147738;0.005272375;-0.03554133,0.09479221;-0.3717931;0.00542279,0.1044942;-0.714421;0.07621786,0.1075117;-0.7659787;0.01843167,-0.07020919;0.004783631;-0.03804979,-0.1096988;-0.3718548;-0.006679382,-0.1285419;-0.7150877;0.05916953,-0.1260481;-0.7043266;-0.03893064,0.006314297;0.3998618;0.00429014,67.40871
+0;0;0,0.001085931;0.199997;1.007482E-05,0.002606321;0.4994263;-0.01713234,0.1176363;0.3691849;0.003898871,0.1505424;0.09227204;0.02912714,0.1899039;-0.1776116;-0.03422486,-0.1132776;0.3683175;-0.0004357193,-0.1655228;0.09325725;0.003066602,-0.2184986;-0.1798881;-0.02832105,0.06515744;0.007213096;-0.04585279,0.08664247;-0.3703222;-0.008362152,0.0859227;-0.7110155;0.07180995,0.08577164;-0.7016963;-0.02602809,-0.06357144;0.006584805;-0.04811768,-0.1209925;-0.367844;-0.01802029,-0.1427674;-0.7091098;0.05656885,-0.140379;-0.6996264;-0.04127471,0.002249676;0.3998237;-0.008232975,0;0;0,0.002968627;0.1998951;0.005756684,0.008127072;0.4997232;-0.000649435,0.1213539;0.3671719;0.01415241,0.1578132;0.08964452;0.02117245,0.1993972;-0.1817244;-0.03387007,-0.1083171;0.3649349;0.01059496,-0.1597277;0.08973697;0.01539525,-0.2109036;-0.1809295;-0.03481099,0.07147738;0.005272375;-0.03554133,0.09479221;-0.3717931;0.00542279,0.1044942;-0.714421;0.07621786,0.1075117;-0.7659787;0.01843167,-0.07020919;0.004783631;-0.03804979,-0.1096988;-0.3718548;-0.006679382,-0.1285419;-0.7150877;0.05916953,-0.1260481;-0.7043266;-0.03893064,0.006314297;0.3998618;0.00429014,67.42024
+0;0;0,0.001139217;0.1999967;0.0001928502,0.002925139;0.4995054;-0.01564936,0.1178763;0.3690455;0.003877746,0.1510092;0.09217942;0.02932202,0.1902661;-0.1778072;-0.03365549,-0.1129913;0.367788;-0.0005600695,-0.1664191;0.09309971;0.009021304,-0.2205092;-0.180482;-0.01602482,0.06515094;0.007188839;-0.04586585,0.0865533;-0.3703406;-0.008270118,0.08590287;-0.7110327;0.07190746,0.08575715;-0.7016434;-0.02594539,-0.06359478;0.006595629;-0.04808535,-0.1210447;-0.3678256;-0.0179488,-0.1428601;-0.7090526;0.05680571,-0.1404663;-0.6995101;-0.04105011,0.002445078;0.3998489;-0.007381909,0;0;0,0.002968627;0.1998951;0.005756684,0.008127072;0.4997232;-0.000649435,0.1213539;0.3671719;0.01415241,0.1578132;0.08964452;0.02117245,0.1993972;-0.1817244;-0.03387007,-0.1083171;0.3649349;0.01059496,-0.1597277;0.08973697;0.01539525,-0.2109036;-0.1809295;-0.03481099,0.07147738;0.005272375;-0.03554133,0.09479221;-0.3717931;0.00542279,0.1044942;-0.714421;0.07621786,0.1075117;-0.7659787;0.01843167,-0.07020919;0.004783631;-0.03804979,-0.1096988;-0.3718548;-0.006679382,-0.1285419;-0.7150877;0.05916953,-0.1260481;-0.7043266;-0.03893064,0.006314297;0.3998618;0.00429014,67.43156
+0;0;0,0.001139217;0.1999967;0.0001928502,0.002925139;0.4995054;-0.01564936,0.1178763;0.3690455;0.003877746,0.1510092;0.09217942;0.02932202,0.1902661;-0.1778072;-0.03365549,-0.1129913;0.367788;-0.0005600695,-0.1664191;0.09309971;0.009021304,-0.2205092;-0.180482;-0.01602482,0.06515094;0.007188839;-0.04586585,0.0865533;-0.3703406;-0.008270118,0.08590287;-0.7110327;0.07190746,0.08575715;-0.7016434;-0.02594539,-0.06359478;0.006595629;-0.04808535,-0.1210447;-0.3678256;-0.0179488,-0.1428601;-0.7090526;0.05680571,-0.1404663;-0.6995101;-0.04105011,0.002445078;0.3998489;-0.007381909,0;0;0,0.003067568;0.1998959;0.005677466,0.008502614;0.4997128;-0.0009749401,0.121707;0.3674612;0.01397016,0.1582239;0.08994761;0.02123126,0.199407;-0.1816019;-0.03321893,-0.1081021;0.3651824;0.01068329,-0.1605334;0.09024256;0.01836592,-0.2110106;-0.1820405;-0.0230347,0.07145786;0.00527566;-0.03558005,0.09466598;-0.3718033;0.005320314,0.1044526;-0.714467;0.07593039,0.1071333;-0.7664614;0.01874869,-0.07023235;0.004779218;-0.03800757,-0.1097801;-0.3718677;-0.006813042,-0.1287598;-0.7151466;0.05875617,-0.1263738;-0.7043929;-0.03934526,0.006587991;0.3998584;0.004069019,67.45352
+0;0;0,0.001139217;0.1999967;0.0001928502,0.002925139;0.4995054;-0.01564936,0.1178763;0.3690455;0.003877746,0.1510092;0.09217942;0.02932202,0.1902661;-0.1778072;-0.03365549,-0.1129913;0.367788;-0.0005600695,-0.1664191;0.09309971;0.009021304,-0.2205092;-0.180482;-0.01602482,0.06515094;0.007188839;-0.04586585,0.0865533;-0.3703406;-0.008270118,0.08590287;-0.7110327;0.07190746,0.08575715;-0.7016434;-0.02594539,-0.06359478;0.006595629;-0.04808535,-0.1210447;-0.3678256;-0.0179488,-0.1428601;-0.7090526;0.05680571,-0.1404663;-0.6995101;-0.04105011,0.002445078;0.3998489;-0.007381909,0;0;0,0.003100282;0.1998979;0.005586495,0.008613087;0.4997086;-0.001258114,0.1218466;0.3676281;0.01367614,0.1585526;0.09015492;0.02150627,0.199534;-0.1814349;-0.03289497,-0.108061;0.365424;0.01095333,-0.1608253;0.09066242;0.02199783,-0.211621;-0.1823203;-0.01406125,0.07146206;0.005271574;-0.03557225,0.09462208;-0.3718192;0.005246487,0.1041972;-0.7145006;0.0757996,0.1067871;-0.7665029;0.01862511,-0.07023735;0.004781482;-0.03799806,-0.1099717;-0.3718587;-0.006960772,-0.1289806;-0.7151251;0.05866598,-0.1267938;-0.7043825;-0.03943789,0.006673392;0.3998586;0.003861771,67.46472
+0;0;0,0.0011787;0.1999963;-0.0003166174,0.002804535;0.4993975;-0.01799621,0.1178541;0.369458;0.003125569,0.1508634;0.09263894;0.02923281,0.1898788;-0.1774367;-0.03351223,-0.1129766;0.3677344;-0.001105884,-0.1677577;0.0936282;0.01516656,-0.2223144;-0.1803824;-0.003319765,0.06515647;0.007172055;-0.04586061,0.08647667;-0.3703431;-0.008075576,0.08597883;-0.7110173;0.07217988,0.08575749;-0.7017424;-0.02564863,-0.06359929;0.006609166;-0.04807754,-0.1211564;-0.3677893;-0.01786208,-0.1430318;-0.7090467;0.05673555,-0.1407097;-0.6996146;-0.04109886,0.002389167;0.3998041;-0.008997282,0;0;0,0.003100282;0.1998979;0.005586495,0.008613087;0.4997086;-0.001258114,0.1218466;0.3676281;0.01367614,0.1585526;0.09015492;0.02150627,0.199534;-0.1814349;-0.03289497,-0.108061;0.365424;0.01095333,-0.1608253;0.09066242;0.02199783,-0.211621;-0.1823203;-0.01406125,0.07146206;0.005271574;-0.03557225,0.09462208;-0.3718192;0.005246487,0.1041972;-0.7145006;0.0757996,0.1067871;-0.7665029;0.01862511,-0.07023735;0.004781482;-0.03799806,-0.1099717;-0.3718587;-0.006960772,-0.1289806;-0.7151251;0.05866598,-0.1267938;-0.7043825;-0.03943789,0.006673392;0.3998586;0.003861771,67.48713
+0;0;0,0.0011787;0.1999963;-0.0003166174,0.002804535;0.4993975;-0.01799621,0.1178541;0.369458;0.003125569,0.1508634;0.09263894;0.02923281,0.1898788;-0.1774367;-0.03351223,-0.1129766;0.3677344;-0.001105884,-0.1677577;0.0936282;0.01516656,-0.2223144;-0.1803824;-0.003319765,0.06515647;0.007172055;-0.04586061,0.08647667;-0.3703431;-0.008075576,0.08597883;-0.7110173;0.07217988,0.08575749;-0.7017424;-0.02564863,-0.06359929;0.006609166;-0.04807754,-0.1211564;-0.3677893;-0.01786208,-0.1430318;-0.7090467;0.05673555,-0.1407097;-0.6996146;-0.04109886,0.002389167;0.3998041;-0.008997282,0;0;0,0.003100282;0.1998979;0.005586495,0.008613087;0.4997086;-0.001258114,0.1218466;0.3676281;0.01367614,0.1585526;0.09015492;0.02150627,0.199534;-0.1814349;-0.03289497,-0.108061;0.365424;0.01095333,-0.1608253;0.09066242;0.02199783,-0.211621;-0.1823203;-0.01406125,0.07146206;0.005271574;-0.03557225,0.09462208;-0.3718192;0.005246487,0.1041972;-0.7145006;0.0757996,0.1067871;-0.7665029;0.01862511,-0.07023735;0.004781482;-0.03799806,-0.1099717;-0.3718587;-0.006960772,-0.1289806;-0.7151251;0.05866598,-0.1267938;-0.7043825;-0.03943789,0.006673392;0.3998586;0.003861771,67.49831
+0;0;0,0.0011787;0.1999963;-0.0003166174,0.002804535;0.4993975;-0.01799621,0.1178541;0.369458;0.003125569,0.1508634;0.09263894;0.02923281,0.1898788;-0.1774367;-0.03351223,-0.1129766;0.3677344;-0.001105884,-0.1677577;0.0936282;0.01516656,-0.2223144;-0.1803824;-0.003319765,0.06515647;0.007172055;-0.04586061,0.08647667;-0.3703431;-0.008075576,0.08597883;-0.7110173;0.07217988,0.08575749;-0.7017424;-0.02564863,-0.06359929;0.006609166;-0.04807754,-0.1211564;-0.3677893;-0.01786208,-0.1430318;-0.7090467;0.05673555,-0.1407097;-0.6996146;-0.04109886,0.002389167;0.3998041;-0.008997282,0;0;0,0.00309891;0.1999024;0.005424642,0.008702282;0.4997032;-0.001725385,0.1219456;0.3678145;0.0134334,0.1589804;0.09038919;0.0214122,0.1997495;-0.1812831;-0.03273614,-0.108075;0.3657534;0.01104754,-0.1615451;0.09131971;0.02611781,-0.2130776;-0.182081;-0.005448693,0.07142662;0.005318397;-0.03563641,0.09444071;-0.3717968;0.005038377,0.1038541;-0.7144988;0.0755138,0.1065552;-0.7665731;0.01844797,-0.07027142;0.004727037;-0.03794182,-0.1102409;-0.3719175;-0.007260382,-0.1294317;-0.7151423;0.05853064,-0.1273668;-0.7044237;-0.03957116,0.006729383;0.3998604;0.003520037,67.52082
+0;0;0,0.00121293;0.1999951;-0.0006924536,0.002782659;0.499328;-0.0194751,0.1177982;0.3698063;0.003429091,0.1515529;0.09299713;0.02867359,0.1904246;-0.177184;-0.0337056,-0.1129541;0.3678105;-0.0014217,-0.1690566;0.09442726;0.02125202,-0.2235885;-0.1801422;0.01509782,0.06513223;0.007145895;-0.04589911,0.08641736;-0.3703606;-0.008007254,0.08585244;-0.711034;0.07225065,0.08581945;-0.7018392;-0.02556113,-0.06363511;0.006625408;-0.04802788,-0.1212866;-0.367758;-0.01780586,-0.1432797;-0.7090175;0.05674769,-0.140767;-0.6996652;-0.04106521,0.002387165;0.3997714;-0.01007623,0;0;0,0.00309891;0.1999024;0.005424642,0.008702282;0.4997032;-0.001725385,0.1219456;0.3678145;0.0134334,0.1589804;0.09038919;0.0214122,0.1997495;-0.1812831;-0.03273614,-0.108075;0.3657534;0.01104754,-0.1615451;0.09131971;0.02611781,-0.2130776;-0.182081;-0.005448693,0.07142662;0.005318397;-0.03563641,0.09444071;-0.3717968;0.005038377,0.1038541;-0.7144988;0.0755138,0.1065552;-0.7665731;0.01844797,-0.07027142;0.004727037;-0.03794182,-0.1102409;-0.3719175;-0.007260382,-0.1294317;-0.7151423;0.05853064,-0.1273668;-0.7044237;-0.03957116,0.006729383;0.3998604;0.003520037,67.53185
+0;0;0,0.00121293;0.1999951;-0.0006924536,0.002782659;0.499328;-0.0194751,0.1177982;0.3698063;0.003429091,0.1515529;0.09299713;0.02867359,0.1904246;-0.177184;-0.0337056,-0.1129541;0.3678105;-0.0014217,-0.1690566;0.09442726;0.02125202,-0.2235885;-0.1801422;0.01509782,0.06513223;0.007145895;-0.04589911,0.08641736;-0.3703606;-0.008007254,0.08585244;-0.711034;0.07225065,0.08581945;-0.7018392;-0.02556113,-0.06363511;0.006625408;-0.04802788,-0.1212866;-0.367758;-0.01780586,-0.1432797;-0.7090175;0.05674769,-0.140767;-0.6996652;-0.04106521,0.002387165;0.3997714;-0.01007623,0;0;0,0.003153524;0.1999046;0.005310975,0.008977323;0.4996925;-0.002145811,0.1222137;0.368084;0.01319774,0.1596654;0.09072584;0.02155211,0.1998669;-0.1810298;-0.03260246,-0.1079989;0.3662836;0.01128338,-0.1621244;0.09223363;0.03044125,-0.2140231;-0.1818144;0.005860945,0.07141288;0.005301711;-0.03566641,0.09435272;-0.3718344;0.004856251,0.1037613;-0.7145426;0.07530159,0.1059231;-0.767212;0.01907792,-0.07029159;0.004741915;-0.03790259,-0.1102394;-0.3719158;-0.007355768,-0.1296383;-0.7151085;0.05854173,-0.1277374;-0.7044051;-0.0395604,0.006926785;0.3998582;0.003230843,67.54317
+0;0;0,0.00121293;0.1999951;-0.0006924536,0.002782659;0.499328;-0.0194751,0.1177982;0.3698063;0.003429091,0.1515529;0.09299713;0.02867359,0.1904246;-0.177184;-0.0337056,-0.1129541;0.3678105;-0.0014217,-0.1690566;0.09442726;0.02125202,-0.2235885;-0.1801422;0.01509782,0.06513223;0.007145895;-0.04589911,0.08641736;-0.3703606;-0.008007254,0.08585244;-0.711034;0.07225065,0.08581945;-0.7018392;-0.02556113,-0.06363511;0.006625408;-0.04802788,-0.1212866;-0.367758;-0.01780586,-0.1432797;-0.7090175;0.05674769,-0.140767;-0.6996652;-0.04106521,0.002387165;0.3997714;-0.01007623,0;0;0,0.003153524;0.1999046;0.005310975,0.008977323;0.4996925;-0.002145811,0.1222137;0.368084;0.01319774,0.1596654;0.09072584;0.02155211,0.1998669;-0.1810298;-0.03260246,-0.1079989;0.3662836;0.01128338,-0.1621244;0.09223363;0.03044125,-0.2140231;-0.1818144;0.005860945,0.07141288;0.005301711;-0.03566641,0.09435272;-0.3718344;0.004856251,0.1037613;-0.7145426;0.07530159,0.1059231;-0.767212;0.01907792,-0.07029159;0.004741915;-0.03790259,-0.1102394;-0.3719158;-0.007355768,-0.1296383;-0.7151085;0.05854173,-0.1277374;-0.7044051;-0.0395604,0.006926785;0.3998582;0.003230843,67.56503
+0;0;0,0.001182989;0.1999942;-0.0009641313,0.002611484;0.4992867;-0.02038668,0.1177021;0.3698859;0.002768348,0.1509861;0.09308219;0.02868942,0.1898136;-0.177218;-0.03319942,-0.1130461;0.3678308;-0.001629807,-0.1703988;0.09547859;0.02894664,-0.2248284;-0.1791458;0.02460559,0.06512246;0.007084806;-0.04592244,0.08627655;-0.3703893;-0.007636786,0.08559928;-0.7111177;0.07238615,0.08543282;-0.701971;-0.02541527,-0.06364211;0.006685138;-0.0480103,-0.1215196;-0.3676649;-0.01780753,-0.1435038;-0.7089417;0.05666984,-0.1411243;-0.6996309;-0.04113761,0.002268959;0.3997507;-0.01077029,0;0;0,0.003185327;0.1999059;0.005243594,0.009069381;0.4996885;-0.002358555,0.1223792;0.3683413;0.01284245,0.1600463;0.09102511;0.02161316,0.1999803;-0.1808055;-0.03236285,-0.1080005;0.3665906;0.01127156,-0.163093;0.09307522;0.03481162,-0.2152593;-0.1813261;0.01525106,0.07140192;0.005307131;-0.03568753,0.09438401;-0.3718309;0.004792918,0.1036184;-0.7145594;0.07516243,0.1063574;-0.767152;0.01885095,-0.07031058;0.004733701;-0.03786838,-0.1103263;-0.3719209;-0.007372538,-0.1297576;-0.715142;0.05836719,-0.1279727;-0.7044452;-0.03973583,0.007004422;0.3998576;0.003075544,67.57661
+0;0;0,0.001182989;0.1999942;-0.0009641313,0.002611484;0.4992867;-0.02038668,0.1177021;0.3698859;0.002768348,0.1509861;0.09308219;0.02868942,0.1898136;-0.177218;-0.03319942,-0.1130461;0.3678308;-0.001629807,-0.1703988;0.09547859;0.02894664,-0.2248284;-0.1791458;0.02460559,0.06512246;0.007084806;-0.04592244,0.08627655;-0.3703893;-0.007636786,0.08559928;-0.7111177;0.07238615,0.08543282;-0.701971;-0.02541527,-0.06364211;0.006685138;-0.0480103,-0.1215196;-0.3676649;-0.01780753,-0.1435038;-0.7089417;0.05666984,-0.1411243;-0.6996309;-0.04113761,0.002268959;0.3997507;-0.01077029,0;0;0,0.003185327;0.1999059;0.005243594,0.009069381;0.4996885;-0.002358555,0.1223792;0.3683413;0.01284245,0.1600463;0.09102511;0.02161316,0.1999803;-0.1808055;-0.03236285,-0.1080005;0.3665906;0.01127156,-0.163093;0.09307522;0.03481162,-0.2152593;-0.1813261;0.01525106,0.07140192;0.005307131;-0.03568753,0.09438401;-0.3718309;0.004792918,0.1036184;-0.7145594;0.07516243,0.1063574;-0.767152;0.01885095,-0.07031058;0.004733701;-0.03786838,-0.1103263;-0.3719209;-0.007372538,-0.1297576;-0.715142;0.05836719,-0.1279727;-0.7044452;-0.03973583,0.007004422;0.3998576;0.003075544,67.58819
+0;0;0,0.001182989;0.1999942;-0.0009641313,0.002611484;0.4992867;-0.02038668,0.1177021;0.3698859;0.002768348,0.1509861;0.09308219;0.02868942,0.1898136;-0.177218;-0.03319942,-0.1130461;0.3678308;-0.001629807,-0.1703988;0.09547859;0.02894664,-0.2248284;-0.1791458;0.02460559,0.06512246;0.007084806;-0.04592244,0.08627655;-0.3703893;-0.007636786,0.08559928;-0.7111177;0.07238615,0.08543282;-0.701971;-0.02541527,-0.06364211;0.006685138;-0.0480103,-0.1215196;-0.3676649;-0.01780753,-0.1435038;-0.7089417;0.05666984,-0.1411243;-0.6996309;-0.04113761,0.002268959;0.3997507;-0.01077029,0;0;0,0.003182848;0.1999087;0.005135932,0.009132545;0.4996853;-0.00263177,0.1225108;0.3686409;0.01256942,0.1604964;0.09137887;0.02167333,0.1997728;-0.1805572;-0.03225384,-0.1080999;0.3671636;0.01133824,-0.1643192;0.0943267;0.03961216,-0.2172424;-0.1802242;0.02474945,0.07133152;0.005277231;-0.03583246,0.09423056;-0.3718561;0.004739642,0.1033392;-0.7146226;0.07494056,0.1064161;-0.7671955;0.01861783,-0.07040604;0.004779797;-0.03768478,-0.1106001;-0.3718792;-0.007478042,-0.130145;-0.7151469;0.05798399,-0.1284664;-0.7044603;-0.0401189,0.007049224;0.3998585;0.002869581,67.60995
+0;0;0,0.001163861;0.199993;-0.0012029,0.002477125;0.4992605;-0.02102407,0.1176948;0.3701177;0.002016527,0.1504513;0.09335387;0.02901283,0.1893016;-0.1770131;-0.03256933,-0.1131545;0.3679682;-0.001759419,-0.1711907;0.09671539;0.03636778,-0.2269925;-0.1776575;0.03875474,0.06507383;0.007057905;-0.04599546,0.08611658;-0.3703976;-0.007465359,0.08571416;-0.7110924;0.07270272,0.0853522;-0.7019823;-0.02509034,-0.06369502;0.006698985;-0.04793817,-0.1216648;-0.3676451;-0.01783817,-0.143778;-0.7089235;0.05659342,-0.1415881;-0.6996432;-0.041212,0.002171126;0.399736;-0.01128845,0;0;0,0.003182848;0.1999087;0.005135932,0.009132545;0.4996853;-0.00263177,0.1225108;0.3686409;0.01256942,0.1604964;0.09137887;0.02167333,0.1997728;-0.1805572;-0.03225384,-0.1080999;0.3671636;0.01133824,-0.1643192;0.0943267;0.03961216,-0.2172424;-0.1802242;0.02474945,0.07133152;0.005277231;-0.03583246,0.09423056;-0.3718561;0.004739642,0.1033392;-0.7146226;0.07494056,0.1064161;-0.7671955;0.01861783,-0.07040604;0.004779797;-0.03768478,-0.1106001;-0.3718792;-0.007478042,-0.130145;-0.7151469;0.05798399,-0.1284664;-0.7044603;-0.0401189,0.007049224;0.3998585;0.002869581,67.63217
+0;0;0,0.001163861;0.199993;-0.0012029,0.002477125;0.4992605;-0.02102407,0.1176948;0.3701177;0.002016527,0.1504513;0.09335387;0.02901283,0.1893016;-0.1770131;-0.03256933,-0.1131545;0.3679682;-0.001759419,-0.1711907;0.09671539;0.03636778,-0.2269925;-0.1776575;0.03875474,0.06507383;0.007057905;-0.04599546,0.08611658;-0.3703976;-0.007465359,0.08571416;-0.7110924;0.07270272,0.0853522;-0.7019823;-0.02509034,-0.06369502;0.006698985;-0.04793817,-0.1216648;-0.3676451;-0.01783817,-0.143778;-0.7089235;0.05659342,-0.1415881;-0.6996432;-0.041212,0.002171126;0.399736;-0.01128845,0;0;0,0.003188726;0.1999121;0.004997682,0.009212019;0.4996794;-0.003029118,0.1226711;0.3689789;0.01216067,0.1608351;0.09175295;0.02161148,0.1999898;-0.1802897;-0.03186478,-0.1081838;0.3677522;0.01134137,-0.1651302;0.09549937;0.04352086,-0.2197448;-0.1789933;0.03509491,0.07127323;0.005257117;-0.03595119,0.09428344;-0.3718524;0.004779026,0.10307;-0.7146801;0.07472131,0.1082785;-0.7651309;0.01555583,-0.07046322;0.004798359;-0.0375754,-0.1108925;-0.371848;-0.007525871,-0.130063;-0.7150416;0.05843372,-0.128714;-0.7666231;0.0006181896,0.007108883;0.3998591;0.002580741,67.644
+0;0;0,0.001163861;0.199993;-0.0012029,0.002477125;0.4992605;-0.02102407,0.1176948;0.3701177;0.002016527,0.1504513;0.09335387;0.02901283,0.1893016;-0.1770131;-0.03256933,-0.1131545;0.3679682;-0.001759419,-0.1711907;0.09671539;0.03636778,-0.2269925;-0.1776575;0.03875474,0.06507383;0.007057905;-0.04599546,0.08611658;-0.3703976;-0.007465359,0.08571416;-0.7110924;0.07270272,0.0853522;-0.7019823;-0.02509034,-0.06369502;0.006698985;-0.04793817,-0.1216648;-0.3676451;-0.01783817,-0.143778;-0.7089235;0.05659342,-0.1415881;-0.6996432;-0.041212,0.002171126;0.399736;-0.01128845,0;0;0,0.003188726;0.1999121;0.004997682,0.009212019;0.4996794;-0.003029118,0.1226711;0.3689789;0.01216067,0.1608351;0.09175295;0.02161148,0.1999898;-0.1802897;-0.03186478,-0.1081838;0.3677522;0.01134137,-0.1651302;0.09549937;0.04352086,-0.2197448;-0.1789933;0.03509491,0.07127323;0.005257117;-0.03595119,0.09428344;-0.3718524;0.004779026,0.10307;-0.7146801;0.07472131,0.1082785;-0.7651309;0.01555583,-0.07046322;0.004798359;-0.0375754,-0.1108925;-0.371848;-0.007525871,-0.130063;-0.7150416;0.05843372,-0.128714;-0.7666231;0.0006181896,0.007108883;0.3998591;0.002580741,67.6659
+0;0;0,0.001167018;0.1999943;-0.0009631837,0.002755577;0.4993755;-0.01913679,0.1179909;0.3699935;0.001467019,0.1503329;0.09329292;0.02958797,0.1892288;-0.1771573;-0.03159853,-0.1130409;0.3679022;-0.001617683,-0.1720851;0.09802356;0.04398164,-0.2286671;-0.1760487;0.05308452,0.06504472;0.007006796;-0.04604442,0.08576189;-0.3704423;-0.007276174,0.08546788;-0.7111741;0.07273448,0.08486432;-0.7019705;-0.02507733,-0.06372786;0.006737469;-0.04788911,-0.1218162;-0.3675866;-0.0177691,-0.1438509;-0.7088578;0.05671871,-0.1419053;-0.6994877;-0.04111084,0.002330825;0.3997785;-0.01017775,0;0;0,0.003230713;0.199914;0.004896138,0.009356515;0.4996751;-0.003273081,0.1228478;0.3691932;0.01186644,0.1608394;0.09195039;0.02151345,0.1999435;-0.180103;-0.03194504,-0.1081649;0.3681262;0.01130167,-0.1657188;0.09655789;0.04788341,-0.222525;-0.1775742;0.04291831,0.07125549;0.005244051;-0.03598827,0.09434035;-0.3718711;0.004646644,0.1030295;-0.7147021;0.07458518,0.1081991;-0.7648919;0.01506314,-0.07048889;0.004802431;-0.03752669,-0.1109094;-0.3718591;-0.00765668,-0.1302829;-0.7150581;0.05821558,-0.1286288;-0.7671134;0.001082435,0.007219804;0.3998585;0.00239,67.6882
+0;0;0,0.001167018;0.1999943;-0.0009631837,0.002755577;0.4993755;-0.01913679,0.1179909;0.3699935;0.001467019,0.1503329;0.09329292;0.02958797,0.1892288;-0.1771573;-0.03159853,-0.1130409;0.3679022;-0.001617683,-0.1720851;0.09802356;0.04398164,-0.2286671;-0.1760487;0.05308452,0.06504472;0.007006796;-0.04604442,0.08576189;-0.3704423;-0.007276174,0.08546788;-0.7111741;0.07273448,0.08486432;-0.7019705;-0.02507733,-0.06372786;0.006737469;-0.04788911,-0.1218162;-0.3675866;-0.0177691,-0.1438509;-0.7088578;0.05671871,-0.1419053;-0.6994877;-0.04111084,0.002330825;0.3997785;-0.01017775,0;0;0,0.003156888;0.1999181;0.00477529,0.009195229;0.499679;-0.003475257,0.1227282;0.3692276;0.01152209,0.1605849;0.0919762;0.02144951,0.1996989;-0.1801041;-0.03186491,-0.108318;0.3682021;0.01121579,-0.1664889;0.09748435;0.05278587,-0.2251544;-0.1762997;0.05359405,0.07121039;0.005269273;-0.03607374,0.09421111;-0.3718427;0.004638873,0.1027386;-0.7147224;0.07435849,0.1079028;-0.765408;0.01550983,-0.07053158;0.004769693;-0.03745056,-0.1110098;-0.3719037;-0.007808831,-0.1306008;-0.715103;0.05799718,-0.1290496;-0.7670509;0.0007072017,0.007078963;0.3998632;0.002209727,67.69936
+0;0;0,0.001167018;0.1999943;-0.0009631837,0.002755577;0.4993755;-0.01913679,0.1179909;0.3699935;0.001467019,0.1503329;0.09329292;0.02958797,0.1892288;-0.1771573;-0.03159853,-0.1130409;0.3679022;-0.001617683,-0.1720851;0.09802356;0.04398164,-0.2286671;-0.1760487;0.05308452,0.06504472;0.007006796;-0.04604442,0.08576189;-0.3704423;-0.007276174,0.08546788;-0.7111741;0.07273448,0.08486432;-0.7019705;-0.02507733,-0.06372786;0.006737469;-0.04788911,-0.1218162;-0.3675866;-0.0177691,-0.1438509;-0.7088578;0.05671871,-0.1419053;-0.6994877;-0.04111084,0.002330825;0.3997785;-0.01017775,0;0;0,0.003156888;0.1999181;0.00477529,0.009195229;0.499679;-0.003475257,0.1227282;0.3692276;0.01152209,0.1605849;0.0919762;0.02144951,0.1996989;-0.1801041;-0.03186491,-0.108318;0.3682021;0.01121579,-0.1664889;0.09748435;0.05278587,-0.2251544;-0.1762997;0.05359405,0.07121039;0.005269273;-0.03607374,0.09421111;-0.3718427;0.004638873,0.1027386;-0.7147224;0.07435849,0.1079028;-0.765408;0.01550983,-0.07053158;0.004769693;-0.03745056,-0.1110098;-0.3719037;-0.007808831,-0.1306008;-0.715103;0.05799718,-0.1290496;-0.7670509;0.0007072017,0.007078963;0.3998632;0.002209727,67.72138
+0;0;0,0.001168105;0.1999926;-0.001260062,0.002693768;0.4993009;-0.02052832,0.1179768;0.3701197;0.0006825831,0.1501772;0.09348056;0.0295608,0.1886833;-0.1771359;-0.03113511,-0.1131074;0.3681234;-0.001970844,-0.1730137;0.09989735;0.05156423,-0.2303068;-0.1737138;0.06751562,0.06504862;0.006941059;-0.04604887,0.0856792;-0.3704994;-0.007150974,0.08562432;-0.7112972;0.07257944,0.08490564;-0.70216;-0.02521741,-0.06372528;0.006805335;-0.04788294,-0.1218225;-0.3675162;-0.017749,-0.1439559;-0.7088004;0.05664977,-0.1421215;-0.6994969;-0.04116788,0.002290202;0.3997473;-0.01109886,0;0;0,0.003126815;0.1999211;0.00466756,0.009110896;0.4996808;-0.003674608,0.1226581;0.3691561;0.01107751,0.1602091;0.09188154;0.02150479,0.1993653;-0.1802269;-0.03163439,-0.1084064;0.368309;0.01119337,-0.1673204;0.09860048;0.0579529,-0.2279823;-0.1746886;0.06371616,0.07118566;0.005254659;-0.03612462,0.09393008;-0.3718831;0.004493464,0.1026189;-0.7147678;0.07416838,0.1073453;-0.7657912;0.01574861,-0.07057053;0.004775991;-0.03737632,-0.1111678;-0.3718917;-0.007825423,-0.1306473;-0.7150991;0.05797186,-0.1287535;-0.7667888;0.000324659,0.00700717;0.3998661;0.002036171,67.7326
+0;0;0,0.001168105;0.1999926;-0.001260062,0.002693768;0.4993009;-0.02052832,0.1179768;0.3701197;0.0006825831,0.1501772;0.09348056;0.0295608,0.1886833;-0.1771359;-0.03113511,-0.1131074;0.3681234;-0.001970844,-0.1730137;0.09989735;0.05156423,-0.2303068;-0.1737138;0.06751562,0.06504862;0.006941059;-0.04604887,0.0856792;-0.3704994;-0.007150974,0.08562432;-0.7112972;0.07257944,0.08490564;-0.70216;-0.02521741,-0.06372528;0.006805335;-0.04788294,-0.1218225;-0.3675162;-0.017749,-0.1439559;-0.7088004;0.05664977,-0.1421215;-0.6994969;-0.04116788,0.002290202;0.3997473;-0.01109886,0;0;0,0.003126815;0.1999211;0.00466756,0.009110896;0.4996808;-0.003674608,0.1226581;0.3691561;0.01107751,0.1602091;0.09188154;0.02150479,0.1993653;-0.1802269;-0.03163439,-0.1084064;0.368309;0.01119337,-0.1673204;0.09860048;0.0579529,-0.2279823;-0.1746886;0.06371616,0.07118566;0.005254659;-0.03612462,0.09393008;-0.3718831;0.004493464,0.1026189;-0.7147678;0.07416838,0.1073453;-0.7657912;0.01574861,-0.07057053;0.004775991;-0.03737632,-0.1111678;-0.3718917;-0.007825423,-0.1306473;-0.7150991;0.05797186,-0.1287535;-0.7667888;0.000324659,0.00700717;0.3998661;0.002036171,67.74442
+0;0;0,0.001168105;0.1999926;-0.001260062,0.002693768;0.4993009;-0.02052832,0.1179768;0.3701197;0.0006825831,0.1501772;0.09348056;0.0295608,0.1886833;-0.1771359;-0.03113511,-0.1131074;0.3681234;-0.001970844,-0.1730137;0.09989735;0.05156423,-0.2303068;-0.1737138;0.06751562,0.06504862;0.006941059;-0.04604887,0.0856792;-0.3704994;-0.007150974,0.08562432;-0.7112972;0.07257944,0.08490564;-0.70216;-0.02521741,-0.06372528;0.006805335;-0.04788294,-0.1218225;-0.3675162;-0.017749,-0.1439559;-0.7088004;0.05664977,-0.1421215;-0.6994969;-0.04116788,0.002290202;0.3997473;-0.01109886,0;0;0,0.003126815;0.1999211;0.00466756,0.009110896;0.4996808;-0.003674608,0.1226581;0.3691561;0.01107751,0.1602091;0.09188154;0.02150479,0.1993653;-0.1802269;-0.03163439,-0.1084064;0.368309;0.01119337,-0.1673204;0.09860048;0.0579529,-0.2279823;-0.1746886;0.06371616,0.07118566;0.005254659;-0.03612462,0.09393008;-0.3718831;0.004493464,0.1026189;-0.7147678;0.07416838,0.1073453;-0.7657912;0.01574861,-0.07057053;0.004775991;-0.03737632,-0.1111678;-0.3718917;-0.007825423,-0.1306473;-0.7150991;0.05797186,-0.1287535;-0.7667888;0.000324659,0.00700717;0.3998661;0.002036171,67.75523
+0;0;0,0.001154833;0.1999912;-0.00148107,0.002612375;0.4992468;-0.02151638,0.1179928;0.3703915;7.171463E-05,0.1499698;0.09377238;0.0293861,0.1882364;-0.1769515;-0.0309813,-0.1131954;0.3683614;-0.002194703,-0.1734975;0.1017085;0.05830238,-0.2317933;-0.1712666;0.08035257,0.06504029;0.006880969;-0.04606964,0.08558758;-0.3705617;-0.007148419,0.08552851;-0.7113199;0.07275043,0.0846987;-0.7022329;-0.02503484,-0.06372391;0.006866906;-0.04787599,-0.1218396;-0.3674558;-0.01779192,-0.1442296;-0.7087213;0.05661596,-0.1425048;-0.6994753;-0.04119149,0.002237221;0.3997232;-0.01177341,0;0;0,0.003038424;0.1999272;0.004457922,0.008916365;0.4996659;-0.004570596,0.1226083;0.3694566;0.01053345,0.1600271;0.09217969;0.0213664,0.1991532;-0.1799693;-0.03158728,-0.1086364;0.368826;0.01102732,-0.1679441;0.100031;0.06232882,-0.2302351;-0.1727567;0.0726595,0.07118033;0.005231196;-0.03613855,0.09356364;-0.3719487;0.004288178,0.102312;-0.7148377;0.07393444,0.1069827;-0.7658983;0.01556183,-0.07058109;0.004787797;-0.03735488,-0.1112858;-0.371887;-0.008041518,-0.130924;-0.7150472;0.05795351,-0.1287366;-0.767008;0.0007027462,0.006882239;0.3998676;0.001442603,67.77741
+0;0;0,0.001154833;0.1999912;-0.00148107,0.002612375;0.4992468;-0.02151638,0.1179928;0.3703915;7.171463E-05,0.1499698;0.09377238;0.0293861,0.1882364;-0.1769515;-0.0309813,-0.1131954;0.3683614;-0.002194703,-0.1734975;0.1017085;0.05830238,-0.2317933;-0.1712666;0.08035257,0.06504029;0.006880969;-0.04606964,0.08558758;-0.3705617;-0.007148419,0.08552851;-0.7113199;0.07275043,0.0846987;-0.7022329;-0.02503484,-0.06372391;0.006866906;-0.04787599,-0.1218396;-0.3674558;-0.01779192,-0.1442296;-0.7087213;0.05661596,-0.1425048;-0.6994753;-0.04119149,0.002237221;0.3997232;-0.01177341,0;0;0,0.003038424;0.1999272;0.004457922,0.008916365;0.4996659;-0.004570596,0.1226083;0.3694566;0.01053345,0.1600271;0.09217969;0.0213664,0.1991532;-0.1799693;-0.03158728,-0.1086364;0.368826;0.01102732,-0.1679441;0.100031;0.06232882,-0.2302351;-0.1727567;0.0726595,0.07118033;0.005231196;-0.03613855,0.09356364;-0.3719487;0.004288178,0.102312;-0.7148377;0.07393444,0.1069827;-0.7658983;0.01556183,-0.07058109;0.004787797;-0.03735488,-0.1112858;-0.371887;-0.008041518,-0.130924;-0.7150472;0.05795351,-0.1287366;-0.767008;0.0007027462,0.006882239;0.3998676;0.001442603,67.78869
+0;0;0,0.001154833;0.1999912;-0.00148107,0.002612375;0.4992468;-0.02151638,0.1179928;0.3703915;7.171463E-05,0.1499698;0.09377238;0.0293861,0.1882364;-0.1769515;-0.0309813,-0.1131954;0.3683614;-0.002194703,-0.1734975;0.1017085;0.05830238,-0.2317933;-0.1712666;0.08035257,0.06504029;0.006880969;-0.04606964,0.08558758;-0.3705617;-0.007148419,0.08552851;-0.7113199;0.07275043,0.0846987;-0.7022329;-0.02503484,-0.06372391;0.006866906;-0.04787599,-0.1218396;-0.3674558;-0.01779192,-0.1442296;-0.7087213;0.05661596,-0.1425048;-0.6994753;-0.04119149,0.002237221;0.3997232;-0.01177341,0;0;0,0.003031143;0.1999302;0.004328718,0.00886996;0.499668;-0.004771424,0.1225856;0.3694761;0.01016386,0.1599936;0.09220779;0.02124969,0.1988893;-0.1800163;-0.03148683,-0.1087385;0.3691035;0.01098825,-0.1682867;0.1014155;0.0675314,-0.2323507;-0.1702495;0.08975663,0.07114923;0.005163048;-0.03620952,0.09353305;-0.3720127;0.004255731,0.10209;-0.7149222;0.0738245,0.1071386;-0.7658552;0.01530631,-0.0706235;0.004864385;-0.03726471,-0.1113904;-0.3718184;-0.008142013,-0.1311086;-0.7150447;0.05748473,-0.1290559;-0.7671342;0.0004137121,0.006841058;0.3998702;0.001252734,67.81114
+0;0;0,0.001153518;0.1999891;-0.001736131,0.002580731;0.4992025;-0.02237861,0.1180076;0.3704805;-0.000660711,0.1497209;0.09390658;0.0293582,0.1878637;-0.1769073;-0.03068328,-0.1132897;0.3687509;-0.002361647,-0.1742661;0.1045073;0.06733186,-0.2333187;-0.1676243;0.09660964,0.06504435;0.006810835;-0.04607433,0.08536664;-0.3706279;-0.006997146,0.08539473;-0.7114186;0.072763,0.0844083;-0.7023758;-0.02501135,-0.06372889;0.006924221;-0.04786109,-0.1218683;-0.3674002;-0.01784343,-0.1445405;-0.7086339;0.05662467,-0.1429704;-0.6994379;-0.04117478,0.002214124;0.3997014;-0.01240873,0;0;0,0.003108593;0.1999327;0.004154024,0.009284835;0.4996378;-0.005675264,0.1230089;0.370017;0.009732985,0.1602998;0.09274477;0.02111197,0.199035;-0.1795214;-0.03152584,-0.108603;0.3698594;0.0108868,-0.1683596;0.1032215;0.0719884,-0.2331922;-0.1680098;0.09709449,0.07110508;0.005113873;-0.03630311,0.09310749;-0.372004;0.004903696,0.1018912;-0.715026;0.07388737,0.1069591;-0.7659727;0.0153899,-0.07068445;0.004910494;-0.03714291,-0.1114962;-0.371796;-0.008391548,-0.1312273;-0.7150295;0.05719395,-0.1288649;-0.7672469;0.000319384,0.007134477;0.3998615;0.000654558,67.83303
+0;0;0,0.001153518;0.1999891;-0.001736131,0.002580731;0.4992025;-0.02237861,0.1180076;0.3704805;-0.000660711,0.1497209;0.09390658;0.0293582,0.1878637;-0.1769073;-0.03068328,-0.1132897;0.3687509;-0.002361647,-0.1742661;0.1045073;0.06733186,-0.2333187;-0.1676243;0.09660964,0.06504435;0.006810835;-0.04607433,0.08536664;-0.3706279;-0.006997146,0.08539473;-0.7114186;0.072763,0.0844083;-0.7023758;-0.02501135,-0.06372889;0.006924221;-0.04786109,-0.1218683;-0.3674002;-0.01784343,-0.1445405;-0.7086339;0.05662467,-0.1429704;-0.6994379;-0.04117478,0.002214124;0.3997014;-0.01240873,0;0;0,0.003108593;0.1999327;0.004154024,0.009284835;0.4996378;-0.005675264,0.1230089;0.370017;0.009732985,0.1602998;0.09274477;0.02111197,0.199035;-0.1795214;-0.03152584,-0.108603;0.3698594;0.0108868,-0.1683596;0.1032215;0.0719884,-0.2331922;-0.1680098;0.09709449,0.07110508;0.005113873;-0.03630311,0.09310749;-0.372004;0.004903696,0.1018912;-0.715026;0.07388737,0.1069591;-0.7659727;0.0153899,-0.07068445;0.004910494;-0.03714291,-0.1114962;-0.371796;-0.008391548,-0.1312273;-0.7150295;0.05719395,-0.1288649;-0.7672469;0.000319384,0.007134477;0.3998615;0.000654558,67.84444
+0;0;0,0.001153518;0.1999891;-0.001736131,0.002580731;0.4992025;-0.02237861,0.1180076;0.3704805;-0.000660711,0.1497209;0.09390658;0.0293582,0.1878637;-0.1769073;-0.03068328,-0.1132897;0.3687509;-0.002361647,-0.1742661;0.1045073;0.06733186,-0.2333187;-0.1676243;0.09660964,0.06504435;0.006810835;-0.04607433,0.08536664;-0.3706279;-0.006997146,0.08539473;-0.7114186;0.072763,0.0844083;-0.7023758;-0.02501135,-0.06372889;0.006924221;-0.04786109,-0.1218683;-0.3674002;-0.01784343,-0.1445405;-0.7086339;0.05662467,-0.1429704;-0.6994379;-0.04117478,0.002214124;0.3997014;-0.01240873,0;0;0,0.003108593;0.1999327;0.004154024,0.009284835;0.4996378;-0.005675264,0.1230089;0.370017;0.009732985,0.1602998;0.09274477;0.02111197,0.199035;-0.1795214;-0.03152584,-0.108603;0.3698594;0.0108868,-0.1683596;0.1032215;0.0719884,-0.2331922;-0.1680098;0.09709449,0.07110508;0.005113873;-0.03630311,0.09310749;-0.372004;0.004903696,0.1018912;-0.715026;0.07388737,0.1069591;-0.7659727;0.0153899,-0.07068445;0.004910494;-0.03714291,-0.1114962;-0.371796;-0.008391548,-0.1312273;-0.7150295;0.05719395,-0.1288649;-0.7672469;0.000319384,0.007134477;0.3998615;0.000654558,67.85567
+0;0;0,0.001091377;0.1999877;-0.001935249,0.002430575;0.4991655;-0.02307453,0.1179161;0.3704998;-0.001301917,0.1492962;0.09392884;0.02909241,0.1872374;-0.1770162;-0.03048317,-0.1134533;0.369046;-0.00248036,-0.1744293;0.1068124;0.07443194,-0.2342227;-0.1645774;0.1086714,0.06503437;0.00671682;-0.04610222,0.08512715;-0.3707293;-0.006978247,0.08541396;-0.7115581;0.07261842,0.08428345;-0.7025433;-0.02514837,-0.06372727;0.007018388;-0.04784953,-0.1220882;-0.367287;-0.01802503,-0.1447388;-0.7085121;0.05648939,-0.1433106;-0.6993526;-0.04130444,0.002099587;0.3996835;-0.01291429,0;0;0,0.003147826;0.1999353;0.003998745,0.009410666;0.4996331;-0.005993325,0.1231717;0.3701522;0.009105775,0.160865;0.09295186;0.02090283,0.1985801;-0.1795243;-0.03138763,-0.1086439;0.3704719;0.0108121,-0.1686182;0.1049095;0.07623178,-0.2344948;-0.1658175;0.1039286,0.07102866;0.005031921;-0.03646379,0.09296776;-0.3720997;0.004651196,0.1019598;-0.7150695;0.07386679,0.1067942;-0.7655212;0.01467079,-0.07077387;0.005011628;-0.03695867,-0.111705;-0.3717162;-0.008660732,-0.131372;-0.714994;0.05671211,-0.1291389;-0.7664314;-0.001278944,0.007234267;0.399861;0.0003939262,67.86687
+0;0;0,0.001091377;0.1999877;-0.001935249,0.002430575;0.4991655;-0.02307453,0.1179161;0.3704998;-0.001301917,0.1492962;0.09392884;0.02909241,0.1872374;-0.1770162;-0.03048317,-0.1134533;0.369046;-0.00248036,-0.1744293;0.1068124;0.07443194,-0.2342227;-0.1645774;0.1086714,0.06503437;0.00671682;-0.04610222,0.08512715;-0.3707293;-0.006978247,0.08541396;-0.7115581;0.07261842,0.08428345;-0.7025433;-0.02514837,-0.06372727;0.007018388;-0.04784953,-0.1220882;-0.367287;-0.01802503,-0.1447388;-0.7085121;0.05648939,-0.1433106;-0.6993526;-0.04130444,0.002099587;0.3996835;-0.01291429,0;0;0,0.003147826;0.1999353;0.003998745,0.009410666;0.4996331;-0.005993325,0.1231717;0.3701522;0.009105775,0.160865;0.09295186;0.02090283,0.1985801;-0.1795243;-0.03138763,-0.1086439;0.3704719;0.0108121,-0.1686182;0.1049095;0.07623178,-0.2344948;-0.1658175;0.1039286,0.07102866;0.005031921;-0.03646379,0.09296776;-0.3720997;0.004651196,0.1019598;-0.7150695;0.07386679,0.1067942;-0.7655212;0.01467079,-0.07077387;0.005011628;-0.03695867,-0.111705;-0.3717162;-0.008660732,-0.131372;-0.714994;0.05671211,-0.1291389;-0.7664314;-0.001278944,0.007234267;0.399861;0.0003939262,67.87835
+0;0;0,0.001091377;0.1999877;-0.001935249,0.002430575;0.4991655;-0.02307453,0.1179161;0.3704998;-0.001301917,0.1492962;0.09392884;0.02909241,0.1872374;-0.1770162;-0.03048317,-0.1134533;0.369046;-0.00248036,-0.1744293;0.1068124;0.07443194,-0.2342227;-0.1645774;0.1086714,0.06503437;0.00671682;-0.04610222,0.08512715;-0.3707293;-0.006978247,0.08541396;-0.7115581;0.07261842,0.08428345;-0.7025433;-0.02514837,-0.06372727;0.007018388;-0.04784953,-0.1220882;-0.367287;-0.01802503,-0.1447388;-0.7085121;0.05648939,-0.1433106;-0.6993526;-0.04130444,0.002099587;0.3996835;-0.01291429,0;0;0,0.003099231;0.1999383;0.00388058,0.009296437;0.4996354;-0.006178705,0.1230895;0.3700873;0.008609438,0.1605918;0.09288478;0.02095203,0.1981934;-0.1796088;-0.03132956,-0.1087448;0.3705937;0.01084794,-0.1681773;0.1060856;0.08087119,-0.2341549;-0.1640568;0.1135828,0.07099515;0.004989868;-0.03653478,0.09295125;-0.3721526;0.004471239,0.101813;-0.7151489;0.0735724,0.1065419;-0.7655098;0.01424481,-0.07080451;0.005044115;-0.03689549,-0.1120105;-0.371667;-0.008773535,-0.1315959;-0.7149852;0.05641083,-0.1289913;-0.7664119;-0.001579832,0.007145078;0.3998641;0.0002283813,67.90027
+0;0;0,0.001148738;0.1999881;-0.001857283,0.002859398;0.499211;-0.02238695,0.1182474;0.3704071;-0.001993435,0.1496338;0.09395313;0.02944034,0.1873028;-0.177067;-0.02996603,-0.1133124;0.3693939;-0.002396692,-0.1746588;0.109302;0.08120237,-0.2347064;-0.1612809;0.1209418,0.06503159;0.006627652;-0.04611903,0.0849878;-0.3708124;-0.006866798,0.08554889;-0.7116766;0.07257696,0.08416643;-0.702629;-0.02519362,-0.0637456;0.007113652;-0.04781103,-0.1220109;-0.3672117;-0.01805047,-0.1446826;-0.7083825;0.05670555,-0.1435061;-0.6991915;-0.04109834,0.00235509;0.3996997;-0.01252508,0;0;0,0.003099231;0.1999383;0.00388058,0.009296437;0.4996354;-0.006178705,0.1230895;0.3700873;0.008609438,0.1605918;0.09288478;0.02095203,0.1981934;-0.1796088;-0.03132956,-0.1087448;0.3705937;0.01084794,-0.1681773;0.1060856;0.08087119,-0.2341549;-0.1640568;0.1135828,0.07099515;0.004989868;-0.03653478,0.09295125;-0.3721526;0.004471239,0.101813;-0.7151489;0.0735724,0.1065419;-0.7655098;0.01424481,-0.07080451;0.005044115;-0.03689549,-0.1120105;-0.371667;-0.008773535,-0.1315959;-0.7149852;0.05641083,-0.1289913;-0.7664119;-0.001579832,0.007145078;0.3998641;0.0002283813,67.9118
+0;0;0,0.001148738;0.1999881;-0.001857283,0.002859398;0.499211;-0.02238695,0.1182474;0.3704071;-0.001993435,0.1496338;0.09395313;0.02944034,0.1873028;-0.177067;-0.02996603,-0.1133124;0.3693939;-0.002396692,-0.1746588;0.109302;0.08120237,-0.2347064;-0.1612809;0.1209418,0.06503159;0.006627652;-0.04611903,0.0849878;-0.3708124;-0.006866798,0.08554889;-0.7116766;0.07257696,0.08416643;-0.702629;-0.02519362,-0.0637456;0.007113652;-0.04781103,-0.1220109;-0.3672117;-0.01805047,-0.1446826;-0.7083825;0.05670555,-0.1435061;-0.6991915;-0.04109834,0.00235509;0.3996997;-0.01252508,0;0;0,0.003099231;0.1999383;0.00388058,0.009296437;0.4996354;-0.006178705,0.1230895;0.3700873;0.008609438,0.1605918;0.09288478;0.02095203,0.1981934;-0.1796088;-0.03132956,-0.1087448;0.3705937;0.01084794,-0.1681773;0.1060856;0.08087119,-0.2341549;-0.1640568;0.1135828,0.07099515;0.004989868;-0.03653478,0.09295125;-0.3721526;0.004471239,0.101813;-0.7151489;0.0735724,0.1065419;-0.7655098;0.01424481,-0.07080451;0.005044115;-0.03689549,-0.1120105;-0.371667;-0.008773535,-0.1315959;-0.7149852;0.05641083,-0.1289913;-0.7664119;-0.001579832,0.007145078;0.3998641;0.0002283813,67.92269
+0;0;0,0.001148738;0.1999881;-0.001857283,0.002859398;0.499211;-0.02238695,0.1182474;0.3704071;-0.001993435,0.1496338;0.09395313;0.02944034,0.1873028;-0.177067;-0.02996603,-0.1133124;0.3693939;-0.002396692,-0.1746588;0.109302;0.08120237,-0.2347064;-0.1612809;0.1209418,0.06503159;0.006627652;-0.04611903,0.0849878;-0.3708124;-0.006866798,0.08554889;-0.7116766;0.07257696,0.08416643;-0.702629;-0.02519362,-0.0637456;0.007113652;-0.04781103,-0.1220109;-0.3672117;-0.01805047,-0.1446826;-0.7083825;0.05670555,-0.1435061;-0.6991915;-0.04109834,0.00235509;0.3996997;-0.01252508,0;0;0,0.003055287;0.1999424;0.003701813,0.009184616;0.4996382;-0.006450509,0.1229922;0.3700249;0.008178834,0.1603547;0.09281611;0.02080178,0.1977577;-0.1797733;-0.03112172,-0.1088843;0.3709427;0.01102637,-0.1681711;0.1075234;0.08515702,-0.2330825;-0.1623745;0.1217853,0.07091904;0.004904492;-0.03669382,0.09282388;-0.3722352;0.004364822,0.1015797;-0.7152778;0.07324962,0.1064934;-0.7655742;0.01384974,-0.07086641;0.005129798;-0.03676462,-0.1122824;-0.371599;-0.009193955,-0.1318546;-0.7149335;0.05590845,-0.1294378;-0.7668037;-0.001462549,0.007052042;0.3998677;-2.376526E-05,67.9457
+0;0;0,0.001172294;0.1999851;-0.002138513,0.002915332;0.4991421;-0.02356196,0.1182992;0.3704096;-0.002764058,0.1495464;0.09397739;0.02899869,0.1870417;-0.1772141;-0.02973185,-0.1133626;0.3699394;-0.002622308,-0.1750606;0.1123214;0.08807684,-0.2349545;-0.1573093;0.1340331,0.06503099;0.006509669;-0.04613668,0.08495778;-0.3709308;-0.006873012,0.08543833;-0.7117587;0.07272658,0.08391249;-0.7027703;-0.02502918,-0.06373717;0.007241844;-0.04780301,-0.1220006;-0.3670925;-0.01815207,-0.1447712;-0.7082553;0.05661055,-0.1437392;-0.6991308;-0.04118082,0.002401924;0.3996676;-0.01333675,0;0;0,0.003139716;0.1999432;0.00358822,0.009526164;0.499616;-0.007042922,0.1233432;0.3703981;0.007818155,0.1606288;0.09319499;0.02078837,0.197543;-0.1795661;-0.03058001,-0.1087781;0.3717864;0.01121507,-0.1678561;0.109309;0.08877396,-0.2321692;-0.1600505;0.1301179,0.07089792;0.004875672;-0.03673843,0.09283221;-0.3722634;0.004310194,0.1015317;-0.7153262;0.07310179,0.106538;-0.7661657;0.01445093,-0.07089932;0.00515632;-0.03669738,-0.1123917;-0.3715744;-0.00926806,-0.131915;-0.7148917;0.05593995,-0.1305807;-0.7672216;-0.0008051544,0.007309011;0.3998592;-0.0004341435,67.96707
+0;0;0,0.001172294;0.1999851;-0.002138513,0.002915332;0.4991421;-0.02356196,0.1182992;0.3704096;-0.002764058,0.1495464;0.09397739;0.02899869,0.1870417;-0.1772141;-0.02973185,-0.1133626;0.3699394;-0.002622308,-0.1750606;0.1123214;0.08807684,-0.2349545;-0.1573093;0.1340331,0.06503099;0.006509669;-0.04613668,0.08495778;-0.3709308;-0.006873012,0.08543833;-0.7117587;0.07272658,0.08391249;-0.7027703;-0.02502918,-0.06373717;0.007241844;-0.04780301,-0.1220006;-0.3670925;-0.01815207,-0.1447712;-0.7082553;0.05661055,-0.1437392;-0.6991308;-0.04118082,0.002401924;0.3996676;-0.01333675,0;0;0,0.003139716;0.1999432;0.00358822,0.009526164;0.499616;-0.007042922,0.1233432;0.3703981;0.007818155,0.1606288;0.09319499;0.02078837,0.197543;-0.1795661;-0.03058001,-0.1087781;0.3717864;0.01121507,-0.1678561;0.109309;0.08877396,-0.2321692;-0.1600505;0.1301179,0.07089792;0.004875672;-0.03673843,0.09283221;-0.3722634;0.004310194,0.1015317;-0.7153262;0.07310179,0.106538;-0.7661657;0.01445093,-0.07089932;0.00515632;-0.03669738,-0.1123917;-0.3715744;-0.00926806,-0.131915;-0.7148917;0.05593995,-0.1305807;-0.7672216;-0.0008051544,0.007309011;0.3998592;-0.0004341435,67.97884
+0;0;0,0.001172294;0.1999851;-0.002138513,0.002915332;0.4991421;-0.02356196,0.1182992;0.3704096;-0.002764058,0.1495464;0.09397739;0.02899869,0.1870417;-0.1772141;-0.02973185,-0.1133626;0.3699394;-0.002622308,-0.1750606;0.1123214;0.08807684,-0.2349545;-0.1573093;0.1340331,0.06503099;0.006509669;-0.04613668,0.08495778;-0.3709308;-0.006873012,0.08543833;-0.7117587;0.07272658,0.08391249;-0.7027703;-0.02502918,-0.06373717;0.007241844;-0.04780301,-0.1220006;-0.3670925;-0.01815207,-0.1447712;-0.7082553;0.05661055,-0.1437392;-0.6991308;-0.04118082,0.002401924;0.3996676;-0.01333675,0;0;0,0.00316255;0.1999453;0.003444531,0.009526933;0.4996173;-0.00723804,0.1233666;0.3703795;0.007326416,0.1605707;0.0931831;0.02066897,0.1973751;-0.1796478;-0.0304071,-0.1087729;0.3718844;0.01123335,-0.1675187;0.1104924;0.09261592,-0.2310581;-0.1582706;0.1387592,0.07083156;0.004795485;-0.03687673,0.09281714;-0.3723412;0.004166786,0.1014768;-0.7154027;0.07296951,0.1064955;-0.7660196;0.0140142,-0.07098795;0.005242805;-0.03651334,-0.1124659;-0.3715249;-0.009575101,-0.1319313;-0.714837;0.05567792,-0.1308982;-0.7670529;-0.001238514,0.007316412;0.3998608;-0.0006235936,68.0005
+0;0;0,0.001220356;0.1999817;-0.002414253,0.003037021;0.4990919;-0.02446095,0.1183964;0.3703073;-0.003660015,0.1494306;0.09393427;0.02881792,0.1868667;-0.1773786;-0.02938768,-0.1133912;0.3706805;-0.002559905,-0.17522;0.114898;0.09310889,-0.2351705;-0.1538706;0.1437982,0.06504881;0.0064048;-0.04612625,0.08485834;-0.371034;-0.006787535,0.08534415;-0.7118729;0.0727649,0.08354416;-0.7029315;-0.02497607,-0.06373777;0.007354626;-0.04778499,-0.1221452;-0.366968;-0.01826969,-0.1448746;-0.708097;0.05665927,-0.1441167;-0.6990231;-0.04112378,0.002497835;0.3996415;-0.0140051,0;0;0,0.00316255;0.1999453;0.003444531,0.009526933;0.4996173;-0.00723804,0.1233666;0.3703795;0.007326416,0.1605707;0.0931831;0.02066897,0.1973751;-0.1796478;-0.0304071,-0.1087729;0.3718844;0.01123335,-0.1675187;0.1104924;0.09261592,-0.2310581;-0.1582706;0.1387592,0.07083156;0.004795485;-0.03687673,0.09281714;-0.3723412;0.004166786,0.1014768;-0.7154027;0.07296951,0.1064955;-0.7660196;0.0140142,-0.07098795;0.005242805;-0.03651334,-0.1124659;-0.3715249;-0.009575101,-0.1319313;-0.714837;0.05567792,-0.1308982;-0.7670529;-0.001238514,0.007316412;0.3998608;-0.0006235936,68.01212
+0;0;0,0.001220356;0.1999817;-0.002414253,0.003037021;0.4990919;-0.02446095,0.1183964;0.3703073;-0.003660015,0.1494306;0.09393427;0.02881792,0.1868667;-0.1773786;-0.02938768,-0.1133912;0.3706805;-0.002559905,-0.17522;0.114898;0.09310889,-0.2351705;-0.1538706;0.1437982,0.06504881;0.0064048;-0.04612625,0.08485834;-0.371034;-0.006787535,0.08534415;-0.7118729;0.0727649,0.08354416;-0.7029315;-0.02497607,-0.06373777;0.007354626;-0.04778499,-0.1221452;-0.366968;-0.01826969,-0.1448746;-0.708097;0.05665927,-0.1441167;-0.6990231;-0.04112378,0.002497835;0.3996415;-0.0140051,0;0;0,0.00316255;0.1999453;0.003444531,0.009526933;0.4996173;-0.00723804,0.1233666;0.3703795;0.007326416,0.1605707;0.0931831;0.02066897,0.1973751;-0.1796478;-0.0304071,-0.1087729;0.3718844;0.01123335,-0.1675187;0.1104924;0.09261592,-0.2310581;-0.1582706;0.1387592,0.07083156;0.004795485;-0.03687673,0.09281714;-0.3723412;0.004166786,0.1014768;-0.7154027;0.07296951,0.1064955;-0.7660196;0.0140142,-0.07098795;0.005242805;-0.03651334,-0.1124659;-0.3715249;-0.009575101,-0.1319313;-0.714837;0.05567792,-0.1308982;-0.7670529;-0.001238514,0.007316412;0.3998608;-0.0006235936,68.02333
+0;0;0,0.001220356;0.1999817;-0.002414253,0.003037021;0.4990919;-0.02446095,0.1183964;0.3703073;-0.003660015,0.1494306;0.09393427;0.02881792,0.1868667;-0.1773786;-0.02938768,-0.1133912;0.3706805;-0.002559905,-0.17522;0.114898;0.09310889,-0.2351705;-0.1538706;0.1437982,0.06504881;0.0064048;-0.04612625,0.08485834;-0.371034;-0.006787535,0.08534415;-0.7118729;0.0727649,0.08354416;-0.7029315;-0.02497607,-0.06373777;0.007354626;-0.04778499,-0.1221452;-0.366968;-0.01826969,-0.1448746;-0.708097;0.05665927,-0.1441167;-0.6990231;-0.04112378,0.002497835;0.3996415;-0.0140051,0;0;0,0.003199479;0.1999458;0.003382122,0.009593147;0.4996167;-0.007325212,0.1234278;0.3703446;0.00696462,0.1605322;0.09315324;0.02068282,0.1967292;-0.1798238;-0.03004504,-0.1087609;0.3721445;0.01136858,-0.1673697;0.1117723;0.09605233,-0.2294609;-0.1566551;0.1459662,0.07079399;0.004758162;-0.03695364,0.09279521;-0.3723814;0.004054509,0.1013562;-0.7154263;0.07295225,0.1066268;-0.765681;0.01352661,-0.07103921;0.005275373;-0.03640879,-0.1124584;-0.3715002;-0.009490561,-0.1318808;-0.7148488;0.05558312,-0.129752;-0.765435;-0.003588989,0.007367901;0.3998605;-0.0007114459,68.04572
+0;0;0,0.001368777;0.1999813;-0.002368449,0.003803187;0.4991122;-0.0241055,0.1188808;0.3699473;-0.004488037,0.1499179;0.09367791;0.02885762,0.1868019;-0.177716;-0.02932229,-0.113105;0.3714346;-0.002560372,-0.1750261;0.117759;0.09850603,-0.2354356;-0.1496395;0.155504,0.06509284;0.00623964;-0.04608675,0.08493161;-0.3711852;-0.006629437,0.08536676;-0.7120259;0.07291576,0.0833158;-0.7030616;-0.02482519,-0.06371948;0.007532489;-0.04778168,-0.1220327;-0.3668139;-0.01838108,-0.1450124;-0.7078928;0.05669954,-0.1445031;-0.6987942;-0.0410904,0.002988144;0.3996475;-0.01380407,0;0;0,0.003266312;0.1999459;0.003313494,0.009674849;0.4996155;-0.007427262,0.1234759;0.3701502;0.00653566,0.1605215;0.09296459;0.02052609,0.1961829;-0.1801774;-0.02969058,-0.1087258;0.3724606;0.01159727,-0.1667314;0.1130288;0.09952069,-0.227493;-0.1549351;0.1534036,0.07078125;0.004708749;-0.03698437,0.09291574;-0.3724311;0.003949933,0.1013264;-0.7154994;0.07274984,0.1067498;-0.7657373;0.01331527,-0.07107268;0.00531454;-0.0363377,-0.1123225;-0.371485;-0.009493794,-0.131313;-0.7149403;0.05514209,-0.1301095;-0.7635598;-0.006644104,0.007443911;0.3998598;-0.0008074222,68.06805
+0;0;0,0.001368777;0.1999813;-0.002368449,0.003803187;0.4991122;-0.0241055,0.1188808;0.3699473;-0.004488037,0.1499179;0.09367791;0.02885762,0.1868019;-0.177716;-0.02932229,-0.113105;0.3714346;-0.002560372,-0.1750261;0.117759;0.09850603,-0.2354356;-0.1496395;0.155504,0.06509284;0.00623964;-0.04608675,0.08493161;-0.3711852;-0.006629437,0.08536676;-0.7120259;0.07291576,0.0833158;-0.7030616;-0.02482519,-0.06371948;0.007532489;-0.04778168,-0.1220327;-0.3668139;-0.01838108,-0.1450124;-0.7078928;0.05669954,-0.1445031;-0.6987942;-0.0410904,0.002988144;0.3996475;-0.01380407,0;0;0,0.003266312;0.1999459;0.003313494,0.009674849;0.4996155;-0.007427262,0.1234759;0.3701502;0.00653566,0.1605215;0.09296459;0.02052609,0.1961829;-0.1801774;-0.02969058,-0.1087258;0.3724606;0.01159727,-0.1667314;0.1130288;0.09952069,-0.227493;-0.1549351;0.1534036,0.07078125;0.004708749;-0.03698437,0.09291574;-0.3724311;0.003949933,0.1013264;-0.7154994;0.07274984,0.1067498;-0.7657373;0.01331527,-0.07107268;0.00531454;-0.0363377,-0.1123225;-0.371485;-0.009493794,-0.131313;-0.7149403;0.05514209,-0.1301095;-0.7635598;-0.006644104,0.007443911;0.3998598;-0.0008074222,68.09035
+0;0;0,0.001368777;0.1999813;-0.002368449,0.003803187;0.4991122;-0.0241055,0.1188808;0.3699473;-0.004488037,0.1499179;0.09367791;0.02885762,0.1868019;-0.177716;-0.02932229,-0.113105;0.3714346;-0.002560372,-0.1750261;0.117759;0.09850603,-0.2354356;-0.1496395;0.155504,0.06509284;0.00623964;-0.04608675,0.08493161;-0.3711852;-0.006629437,0.08536676;-0.7120259;0.07291576,0.0833158;-0.7030616;-0.02482519,-0.06371948;0.007532489;-0.04778168,-0.1220327;-0.3668139;-0.01838108,-0.1450124;-0.7078928;0.05669954,-0.1445031;-0.6987942;-0.0410904,0.002988144;0.3996475;-0.01380407,0;0;0,0.003323162;0.1999463;0.003232733,0.009739484;0.4996133;-0.007574311,0.1235456;0.3700946;0.006060195,0.1605153;0.09292608;0.0205815,0.1955276;-0.1803361;-0.02943772,-0.108714;0.372806;0.01175823,-0.1659794;0.1143405;0.1029519,-0.2256779;-0.1528746;0.1615365,0.0707802;0.004651592;-0.0369936,0.0930287;-0.3724922;0.00384194,0.1014004;-0.7155601;0.07264845,0.1073003;-0.7645172;0.01156668,-0.07107567;0.005365148;-0.03632444,-0.1128407;-0.3713954;-0.009731831,-0.13167;-0.7148161;0.055135,-0.129295;-0.7641894;-0.005645353,0.007506004;0.3998591;-0.0009315733,68.10152
+0;0;0,0.001428431;0.1999767;-0.002699262,0.003959499;0.4990368;-0.0253457,0.1190175;0.3699177;-0.005450215,0.1500608;0.09374672;0.02869507,0.1865955;-0.1777543;-0.02920475,-0.1130884;0.372213;-0.002615102,-0.1741473;0.1210133;0.1049512,-0.2356182;-0.1449935;0.1670941,0.06511853;0.006074597;-0.04607251,0.08488792;-0.3713535;-0.00661144,0.0854205;-0.7121832;0.0729802,0.08311401;-0.7032833;-0.0247412,-0.06371978;0.007714905;-0.04775217,-0.1220193;-0.3666672;-0.01878326,-0.1450728;-0.7077123;0.0564286,-0.1448184;-0.6986946;-0.041345,0.003116668;0.3996098;-0.01468987,0;0;0,0.003323162;0.1999463;0.003232733,0.009739484;0.4996133;-0.007574311,0.1235456;0.3700946;0.006060195,0.1605153;0.09292608;0.0205815,0.1955276;-0.1803361;-0.02943772,-0.108714;0.372806;0.01175823,-0.1659794;0.1143405;0.1029519,-0.2256779;-0.1528746;0.1615365,0.0707802;0.004651592;-0.0369936,0.0930287;-0.3724922;0.00384194,0.1014004;-0.7155601;0.07264845,0.1073003;-0.7645172;0.01156668,-0.07107567;0.005365148;-0.03632444,-0.1128407;-0.3713954;-0.009731831,-0.13167;-0.7148161;0.055135,-0.129295;-0.7641894;-0.005645353,0.007506004;0.3998591;-0.0009315733,68.12367
+0;0;0,0.001428431;0.1999767;-0.002699262,0.003959499;0.4990368;-0.0253457,0.1190175;0.3699177;-0.005450215,0.1500608;0.09374672;0.02869507,0.1865955;-0.1777543;-0.02920475,-0.1130884;0.372213;-0.002615102,-0.1741473;0.1210133;0.1049512,-0.2356182;-0.1449935;0.1670941,0.06511853;0.006074597;-0.04607251,0.08488792;-0.3713535;-0.00661144,0.0854205;-0.7121832;0.0729802,0.08311401;-0.7032833;-0.0247412,-0.06371978;0.007714905;-0.04775217,-0.1220193;-0.3666672;-0.01878326,-0.1450728;-0.7077123;0.0564286,-0.1448184;-0.6986946;-0.041345,0.003116668;0.3996098;-0.01468987,0;0;0,0.003378253;0.1999472;0.003116307,0.009777643;0.4996111;-0.007786165,0.1235853;0.3700052;0.005613778,0.1606485;0.09287059;0.02053884,0.1946896;-0.1806153;-0.02892495,-0.1087183;0.3731711;0.01187874,-0.1650158;0.1159991;0.1072368,-0.2244252;-0.1507465;0.1682064,0.07079964;0.0045862;-0.03696454,0.09321694;-0.3725634;0.003724936,0.1015081;-0.7156401;0.07249732,0.1077536;-0.7649475;0.01190582,-0.07105882;0.005414356;-0.03635009,-0.1126671;-0.3713731;-0.009894013,-0.1315986;-0.7147604;0.05511964,-0.128514;-0.7659136;-0.00322973,0.007552958;0.3998589;-0.001112209,68.1354
+0;0;0,0.001428431;0.1999767;-0.002699262,0.003959499;0.4990368;-0.0253457,0.1190175;0.3699177;-0.005450215,0.1500608;0.09374672;0.02869507,0.1865955;-0.1777543;-0.02920475,-0.1130884;0.372213;-0.002615102,-0.1741473;0.1210133;0.1049512,-0.2356182;-0.1449935;0.1670941,0.06511853;0.006074597;-0.04607251,0.08488792;-0.3713535;-0.00661144,0.0854205;-0.7121832;0.0729802,0.08311401;-0.7032833;-0.0247412,-0.06371978;0.007714905;-0.04775217,-0.1220193;-0.3666672;-0.01878326,-0.1450728;-0.7077123;0.0564286,-0.1448184;-0.6986946;-0.041345,0.003116668;0.3996098;-0.01468987,0;0;0,0.003378253;0.1999472;0.003116307,0.009777643;0.4996111;-0.007786165,0.1235853;0.3700052;0.005613778,0.1606485;0.09287059;0.02053884,0.1946896;-0.1806153;-0.02892495,-0.1087183;0.3731711;0.01187874,-0.1650158;0.1159991;0.1072368,-0.2244252;-0.1507465;0.1682064,0.07079964;0.0045862;-0.03696454,0.09321694;-0.3725634;0.003724936,0.1015081;-0.7156401;0.07249732,0.1077536;-0.7649475;0.01190582,-0.07105882;0.005414356;-0.03635009,-0.1126671;-0.3713731;-0.009894013,-0.1315986;-0.7147604;0.05511964,-0.128514;-0.7659136;-0.00322973,0.007552958;0.3998589;-0.001112209,68.15747
+0;0;0,0.001451876;0.1999732;-0.00293236,0.003996539;0.4989917;-0.02610765,0.1190562;0.3698728;-0.006038127,0.1500783;0.09373313;0.0283789,0.1862257;-0.1778918;-0.02918207,-0.1131238;0.3727502;-0.002676533,-0.1737283;0.1239434;0.1105589,-0.2354137;-0.1408857;0.1773458,0.06514136;0.005909236;-0.04606174,0.08477581;-0.3715189;-0.006533086,0.08547211;-0.7123847;0.07290245,0.0830269;-0.7035257;-0.02480673,-0.06369554;0.007891217;-0.04775568,-0.1220215;-0.3664948;-0.01889146,-0.1451533;-0.7075384;0.05630285,-0.1450363;-0.6985624;-0.04146206,0.003158838;0.399586;-0.01525371,0;0;0,0.003568383;0.1999473;0.002888428,0.01020744;0.4995728;-0.008794998,0.1239843;0.3703327;0.004946653,0.1611954;0.09324417;0.02035071,0.1948775;-0.1803494;-0.02876195,-0.1085579;0.3741432;0.01182141,-0.1639366;0.1179287;0.1102458,-0.22265;-0.148191;0.1745343,0.07085102;0.004481236;-0.03687887,0.09360153;-0.3726886;0.003436331,0.1017952;-0.7158035;0.07202992,0.1068225;-0.7659863;0.01248622,-0.07101338;0.005512326;-0.03642407,-0.1123384;-0.3713133;-0.01006751,-0.1312837;-0.7147368;0.05475042,-0.1279922;-0.766555;-0.002651282,0.007865069;0.3998466;-0.001780753,68.16844
+0;0;0,0.001451876;0.1999732;-0.00293236,0.003996539;0.4989917;-0.02610765,0.1190562;0.3698728;-0.006038127,0.1500783;0.09373313;0.0283789,0.1862257;-0.1778918;-0.02918207,-0.1131238;0.3727502;-0.002676533,-0.1737283;0.1239434;0.1105589,-0.2354137;-0.1408857;0.1773458,0.06514136;0.005909236;-0.04606174,0.08477581;-0.3715189;-0.006533086,0.08547211;-0.7123847;0.07290245,0.0830269;-0.7035257;-0.02480673,-0.06369554;0.007891217;-0.04775568,-0.1220215;-0.3664948;-0.01889146,-0.1451533;-0.7075384;0.05630285,-0.1450363;-0.6985624;-0.04146206,0.003158838;0.399586;-0.01525371,0;0;0,0.003568383;0.1999473;0.002888428,0.01020744;0.4995728;-0.008794998,0.1239843;0.3703327;0.004946653,0.1611954;0.09324417;0.02035071,0.1948775;-0.1803494;-0.02876195,-0.1085579;0.3741432;0.01182141,-0.1639366;0.1179287;0.1102458,-0.22265;-0.148191;0.1745343,0.07085102;0.004481236;-0.03687887,0.09360153;-0.3726886;0.003436331,0.1017952;-0.7158035;0.07202992,0.1068225;-0.7659863;0.01248622,-0.07101338;0.005512326;-0.03642407,-0.1123384;-0.3713133;-0.01006751,-0.1312837;-0.7147368;0.05475042,-0.1279922;-0.766555;-0.002651282,0.007865069;0.3998466;-0.001780753,68.18012
+0;0;0,0.001451876;0.1999732;-0.00293236,0.003996539;0.4989917;-0.02610765,0.1190562;0.3698728;-0.006038127,0.1500783;0.09373313;0.0283789,0.1862257;-0.1778918;-0.02918207,-0.1131238;0.3727502;-0.002676533,-0.1737283;0.1239434;0.1105589,-0.2354137;-0.1408857;0.1773458,0.06514136;0.005909236;-0.04606174,0.08477581;-0.3715189;-0.006533086,0.08547211;-0.7123847;0.07290245,0.0830269;-0.7035257;-0.02480673,-0.06369554;0.007891217;-0.04775568,-0.1220215;-0.3664948;-0.01889146,-0.1451533;-0.7075384;0.05630285,-0.1450363;-0.6985624;-0.04146206,0.003158838;0.399586;-0.01525371,0;0;0,0.003651265;0.1999469;0.002809292,0.01033791;0.4995677;-0.008968821,0.1241126;0.3702831;0.004257372,0.161378;0.09323564;0.02025741,0.1938089;-0.1805297;-0.02874037,-0.1084723;0.3743619;0.01188566,-0.1630759;0.119074;0.1131109,-0.2215871;-0.1459336;0.1820123,0.07083824;0.004431225;-0.03690945,0.09372826;-0.3727358;0.003353316,0.1018926;-0.7158594;0.07190661,0.1063621;-0.7659542;0.01220028,-0.07104161;0.005560247;-0.03636171,-0.1122857;-0.3712863;-0.0101782,-0.1313817;-0.7147356;0.05445871,-0.1277578;-0.766817;-0.002545793,0.007974975;0.3998442;-0.001923141,68.20186
+0;0;0,0.001471237;0.1999685;-0.003230971,0.004144336;0.4989278;-0.02711425,0.119062;0.3702806;-0.004382632,0.1517199;0.09389964;0.02639095,0.1876484;-0.1778419;-0.03075535,-0.1131025;0.3734526;-0.002669432,-0.1735326;0.1267144;0.115095,-0.2361627;-0.1365527;0.1869831,0.06514446;0.005721879;-0.04608101,0.08467579;-0.3717076;-0.006514255,0.08528066;-0.7126029;0.07279547,0.08337893;-0.7038053;-0.02491248,-0.06371713;0.008023681;-0.04770479,-0.1220411;-0.366385;-0.01913164,-0.145125;-0.7074304;0.05606946,-0.144465;-0.6985143;-0.04168038,0.003266167;0.3995539;-0.01597595,0;0;0,0.003651265;0.1999469;0.002809292,0.01033791;0.4995677;-0.008968821,0.1241126;0.3702831;0.004257372,0.161378;0.09323564;0.02025741,0.1938089;-0.1805297;-0.02874037,-0.1084723;0.3743619;0.01188566,-0.1630759;0.119074;0.1131109,-0.2215871;-0.1459336;0.1820123,0.07083824;0.004431225;-0.03690945,0.09372826;-0.3727358;0.003353316,0.1018926;-0.7158594;0.07190661,0.1063621;-0.7659542;0.01220028,-0.07104161;0.005560247;-0.03636171,-0.1122857;-0.3712863;-0.0101782,-0.1313817;-0.7147356;0.05445871,-0.1277578;-0.766817;-0.002545793,0.007974975;0.3998442;-0.001923141,68.22501
+0;0;0,0.001471237;0.1999685;-0.003230971,0.004144336;0.4989278;-0.02711425,0.119062;0.3702806;-0.004382632,0.1517199;0.09389964;0.02639095,0.1876484;-0.1778419;-0.03075535,-0.1131025;0.3734526;-0.002669432,-0.1735326;0.1267144;0.115095,-0.2361627;-0.1365527;0.1869831,0.06514446;0.005721879;-0.04608101,0.08467579;-0.3717076;-0.006514255,0.08528066;-0.7126029;0.07279547,0.08337893;-0.7038053;-0.02491248,-0.06371713;0.008023681;-0.04770479,-0.1220411;-0.366385;-0.01913164,-0.145125;-0.7074304;0.05606946,-0.144465;-0.6985143;-0.04168038,0.003266167;0.3995539;-0.01597595,0;0;0,0.003703923;0.1999464;0.002779698,0.01040336;0.4995666;-0.009013835,0.1241955;0.3702417;0.003608177,0.1615904;0.09325126;0.02027905,0.1928792;-0.1806127;-0.02890971,-0.1084467;0.3746768;0.01210181,-0.1620405;0.1203773;0.1163107,-0.2213256;-0.1436643;0.1881944,0.07084338;0.004375845;-0.0369062,0.09387596;-0.3727776;0.003402658,0.1019708;-0.7159159;0.0718905,0.1060199;-0.7661688;0.01236683,-0.07104634;0.005610707;-0.03634471,-0.1121468;-0.371255;-0.010211,-0.131281;-0.7146852;0.05451597,-0.126645;-0.7669367;-0.00216911,0.008037696;0.399843;-0.001971011,68.23573
+0;0;0,0.001471237;0.1999685;-0.003230971,0.004144336;0.4989278;-0.02711425,0.119062;0.3702806;-0.004382632,0.1517199;0.09389964;0.02639095,0.1876484;-0.1778419;-0.03075535,-0.1131025;0.3734526;-0.002669432,-0.1735326;0.1267144;0.115095,-0.2361627;-0.1365527;0.1869831,0.06514446;0.005721879;-0.04608101,0.08467579;-0.3717076;-0.006514255,0.08528066;-0.7126029;0.07279547,0.08337893;-0.7038053;-0.02491248,-0.06371713;0.008023681;-0.04770479,-0.1220411;-0.366385;-0.01913164,-0.145125;-0.7074304;0.05606946,-0.144465;-0.6985143;-0.04168038,0.003266167;0.3995539;-0.01597595,0;0;0,0.003703923;0.1999464;0.002779698,0.01040336;0.4995666;-0.009013835,0.1241955;0.3702417;0.003608177,0.1615904;0.09325126;0.02027905,0.1928792;-0.1806127;-0.02890971,-0.1084467;0.3746768;0.01210181,-0.1620405;0.1203773;0.1163107,-0.2213256;-0.1436643;0.1881944,0.07084338;0.004375845;-0.0369062,0.09387596;-0.3727776;0.003402658,0.1019708;-0.7159159;0.0718905,0.1060199;-0.7661688;0.01236683,-0.07104634;0.005610707;-0.03634471,-0.1121468;-0.371255;-0.010211,-0.131281;-0.7146852;0.05451597,-0.126645;-0.7669367;-0.00216911,0.008037696;0.399843;-0.001971011,68.24699
+0;0;0,0.001543356;0.199964;-0.003465213,0.004291441;0.4988845;-0.02781711,0.1192912;0.3702489;-0.006085967,0.1512221;0.09401453;0.02670088,0.1868266;-0.1777638;-0.03047286,-0.1130717;0.374033;-0.002826182,-0.1728147;0.1290109;0.1188082,-0.2354836;-0.1324149;0.1970974,0.06520116;0.005529703;-0.04602423,0.08473507;-0.3719211;-0.006662764,0.08541544;-0.7128252;0.07260842,0.08304402;-0.7040598;-0.02508225,-0.06371585;0.008173861;-0.04768102,-0.1222043;-0.3662264;-0.01933474,-0.1453649;-0.7072824;0.05579427,-0.1451707;-0.6984048;-0.0419493,0.003386592;0.3995292;-0.01651634,0;0;0,0.003786243;0.1999476;0.002573891,0.01082159;0.4995123;-0.0103203,0.1245878;0.370649;0.003077444,0.1620415;0.09365928;0.01962803,0.1922469;-0.1804419;-0.02891228,-0.108269;0.3756726;0.0119498,-0.1615269;0.1227151;0.1195419,-0.2213273;-0.140106;0.1953643,0.0708429;0.004314596;-0.03691432,0.09389201;-0.3728472;0.003306441,0.1019214;-0.7159866;0.07179635,0.1059541;-0.7660494;0.01201598,-0.07105;0.005658255;-0.03633018,-0.1121166;-0.3712184;-0.01030155,-0.1312281;-0.7146505;0.05442195,-0.1264262;-0.7667951;-0.002404206,0.008339348;0.3998219;-0.002859218,68.26907
+0;0;0,0.001543356;0.199964;-0.003465213,0.004291441;0.4988845;-0.02781711,0.1192912;0.3702489;-0.006085967,0.1512221;0.09401453;0.02670088,0.1868266;-0.1777638;-0.03047286,-0.1130717;0.374033;-0.002826182,-0.1728147;0.1290109;0.1188082,-0.2354836;-0.1324149;0.1970974,0.06520116;0.005529703;-0.04602423,0.08473507;-0.3719211;-0.006662764,0.08541544;-0.7128252;0.07260842,0.08304402;-0.7040598;-0.02508225,-0.06371585;0.008173861;-0.04768102,-0.1222043;-0.3662264;-0.01933474,-0.1453649;-0.7072824;0.05579427,-0.1451707;-0.6984048;-0.0419493,0.003386592;0.3995292;-0.01651634,0;0;0,0.003786243;0.1999476;0.002573891,0.01082159;0.4995123;-0.0103203,0.1245878;0.370649;0.003077444,0.1620415;0.09365928;0.01962803,0.1922469;-0.1804419;-0.02891228,-0.108269;0.3756726;0.0119498,-0.1615269;0.1227151;0.1195419,-0.2213273;-0.140106;0.1953643,0.0708429;0.004314596;-0.03691432,0.09389201;-0.3728472;0.003306441,0.1019214;-0.7159866;0.07179635,0.1059541;-0.7660494;0.01201598,-0.07105;0.005658255;-0.03633018,-0.1121166;-0.3712184;-0.01030155,-0.1312281;-0.7146505;0.05442195,-0.1264262;-0.7667951;-0.002404206,0.008339348;0.3998219;-0.002859218,68.28048
+0;0;0,0.001543356;0.199964;-0.003465213,0.004291441;0.4988845;-0.02781711,0.1192912;0.3702489;-0.006085967,0.1512221;0.09401453;0.02670088,0.1868266;-0.1777638;-0.03047286,-0.1130717;0.374033;-0.002826182,-0.1728147;0.1290109;0.1188082,-0.2354836;-0.1324149;0.1970974,0.06520116;0.005529703;-0.04602423,0.08473507;-0.3719211;-0.006662764,0.08541544;-0.7128252;0.07260842,0.08304402;-0.7040598;-0.02508225,-0.06371585;0.008173861;-0.04768102,-0.1222043;-0.3662264;-0.01933474,-0.1453649;-0.7072824;0.05579427,-0.1451707;-0.6984048;-0.0419493,0.003386592;0.3995292;-0.01651634,0;0;0,0.003860793;0.1999467;0.002529474,0.01088881;0.499513;-0.01035148,0.1246635;0.3705105;0.002310279,0.1623824;0.09358013;0.01924698,0.1916739;-0.1806541;-0.02910171,-0.1082061;0.3758201;0.01203437,-0.1611811;0.1237929;0.1219251,-0.2204049;-0.1382132;0.2009525,0.0708505;0.004245558;-0.03690774,0.09399241;-0.3729167;0.00325539,0.1020533;-0.7160696;0.07167427,0.1062688;-0.7667171;0.01269789,-0.07105;0.005714549;-0.03632135,-0.1119675;-0.3711874;-0.01042325,-0.1310415;-0.7146137;0.05434216,-0.1261521;-0.7669901;-0.002139866,0.008415395;0.3998208;-0.002912261,68.30262
+0;0;0,0.001649119;0.1999578;-0.003760658,0.004596766;0.498839;-0.02857118,0.1195538;0.3700174;-0.007600906,0.1511097;0.09389973;0.0265055,0.1864211;-0.1781323;-0.02963427,-0.1129016;0.3745409;-0.003015192,-0.1718464;0.1321765;0.1242052,-0.2350455;-0.1283785;0.204933,0.06521854;0.005367453;-0.04601883,0.08475639;-0.3720869;-0.006693855,0.08551276;-0.7129883;0.07258851,0.08273973;-0.7042621;-0.02508306,-0.06374397;0.008317127;-0.04761859,-0.1221924;-0.3660986;-0.01939344,-0.1452209;-0.707136;0.0558607,-0.1454293;-0.6983039;-0.04187299,0.003622704;0.3995011;-0.01712417,0;0;0,0.003860793;0.1999467;0.002529474,0.01088881;0.499513;-0.01035148,0.1246635;0.3705105;0.002310279,0.1623824;0.09358013;0.01924698,0.1916739;-0.1806541;-0.02910171,-0.1082061;0.3758201;0.01203437,-0.1611811;0.1237929;0.1219251,-0.2204049;-0.1382132;0.2009525,0.0708505;0.004245558;-0.03690774,0.09399241;-0.3729167;0.00325539,0.1020533;-0.7160696;0.07167427,0.1062688;-0.7667171;0.01269789,-0.07105;0.005714549;-0.03632135,-0.1119675;-0.3711874;-0.01042325,-0.1310415;-0.7146137;0.05434216,-0.1261521;-0.7669901;-0.002139866,0.008415395;0.3998208;-0.002912261,68.31419
+0;0;0,0.001649119;0.1999578;-0.003760658,0.004596766;0.498839;-0.02857118,0.1195538;0.3700174;-0.007600906,0.1511097;0.09389973;0.0265055,0.1864211;-0.1781323;-0.02963427,-0.1129016;0.3745409;-0.003015192,-0.1718464;0.1321765;0.1242052,-0.2350455;-0.1283785;0.204933,0.06521854;0.005367453;-0.04601883,0.08475639;-0.3720869;-0.006693855,0.08551276;-0.7129883;0.07258851,0.08273973;-0.7042621;-0.02508306,-0.06374397;0.008317127;-0.04761859,-0.1221924;-0.3660986;-0.01939344,-0.1452209;-0.707136;0.0558607,-0.1454293;-0.6983039;-0.04187299,0.003622704;0.3995011;-0.01712417,0;0;0,0.003977721;0.1999491;0.002130222,0.01140791;0.4994206;-0.01254466,0.125189;0.3711968;0.001530036,0.1630651;0.09430414;0.01873045,0.1921568;-0.1800271;-0.02918657,-0.1079123;0.3770594;0.01174885,-0.1605396;0.1264043;0.1248965,-0.2198402;-0.1341882;0.2084127,0.07084475;0.004183825;-0.03692582,0.09395766;-0.3729553;0.003471125,0.101779;-0.7161424;0.07174551,0.1062411;-0.7664919;0.01238179,-0.07106402;0.00580368;-0.03627978,-0.1119352;-0.3711093;-0.01047007,-0.1311463;-0.7145503;0.05417689,-0.132863;-0.704302;-0.04383802,0.008797253;0.3997826;-0.004454104,68.3363
+0;0;0,0.001649119;0.1999578;-0.003760658,0.004596766;0.498839;-0.02857118,0.1195538;0.3700174;-0.007600906,0.1511097;0.09389973;0.0265055,0.1864211;-0.1781323;-0.02963427,-0.1129016;0.3745409;-0.003015192,-0.1718464;0.1321765;0.1242052,-0.2350455;-0.1283785;0.204933,0.06521854;0.005367453;-0.04601883,0.08475639;-0.3720869;-0.006693855,0.08551276;-0.7129883;0.07258851,0.08273973;-0.7042621;-0.02508306,-0.06374397;0.008317127;-0.04761859,-0.1221924;-0.3660986;-0.01939344,-0.1452209;-0.707136;0.0558607,-0.1454293;-0.6983039;-0.04187299,0.003622704;0.3995011;-0.01712417,0;0;0,0.003977721;0.1999491;0.002130222,0.01140791;0.4994206;-0.01254466,0.125189;0.3711968;0.001530036,0.1630651;0.09430414;0.01873045,0.1921568;-0.1800271;-0.02918657,-0.1079123;0.3770594;0.01174885,-0.1605396;0.1264043;0.1248965,-0.2198402;-0.1341882;0.2084127,0.07084475;0.004183825;-0.03692582,0.09395766;-0.3729553;0.003471125,0.101779;-0.7161424;0.07174551,0.1062411;-0.7664919;0.01238179,-0.07106402;0.00580368;-0.03627978,-0.1119352;-0.3711093;-0.01047007,-0.1311463;-0.7145503;0.05417689,-0.132863;-0.704302;-0.04383802,0.008797253;0.3997826;-0.004454104,68.34738
+0;0;0,0.00170347;0.1999534;-0.00396823,0.004720737;0.4988014;-0.02916176,0.1197238;0.3701494;-0.008413811,0.1509975;0.09407476;0.026296,0.1862549;-0.1780166;-0.02958955,-0.1128942;0.3752776;-0.002942154,-0.1716734;0.1351614;0.1285463,-0.2351844;-0.1232383;0.215701,0.06519381;0.005144764;-0.04607927,0.08471436;-0.3723075;-0.006725367,0.08549143;-0.7132106;0.07254957,0.08246138;-0.7045137;-0.02510799,-0.06380138;0.008538323;-0.04750243,-0.1222147;-0.3659013;-0.01952301,-0.145176;-0.7069335;0.0557754,-0.1456425;-0.6981356;-0.04195002,0.003724921;0.3994794;-0.01757965,0;0;0,0.004059047;0.1999494;0.001939657,0.01141098;0.4994282;-0.01266206,0.125195;0.3709394;0.0008561965,0.1630634;0.09407085;0.01845658,0.1921716;-0.1802903;-0.02927916,-0.1078871;0.3772071;0.01162924,-0.1600899;0.1279309;0.1279746,-0.2191703;-0.1312538;0.2159109,0.07081562;0.004096523;-0.03699144,0.09412431;-0.3730677;0.003056157,0.1021004;-0.7162547;0.07131369,0.1069681;-0.7666866;0.01209356,-0.07108612;0.005877652;-0.03622454,-0.1120512;-0.3710541;-0.01084066,-0.1312382;-0.714518;0.05369141,-0.1331032;-0.7042887;-0.04431697,0.008842656;0.3997841;-0.004632307,68.36945
+0;0;0,0.00170347;0.1999534;-0.00396823,0.004720737;0.4988014;-0.02916176,0.1197238;0.3701494;-0.008413811,0.1509975;0.09407476;0.026296,0.1862549;-0.1780166;-0.02958955,-0.1128942;0.3752776;-0.002942154,-0.1716734;0.1351614;0.1285463,-0.2351844;-0.1232383;0.215701,0.06519381;0.005144764;-0.04607927,0.08471436;-0.3723075;-0.006725367,0.08549143;-0.7132106;0.07254957,0.08246138;-0.7045137;-0.02510799,-0.06380138;0.008538323;-0.04750243,-0.1222147;-0.3659013;-0.01952301,-0.145176;-0.7069335;0.0557754,-0.1456425;-0.6981356;-0.04195002,0.003724921;0.3994794;-0.01757965,0;0;0,0.004059047;0.1999494;0.001939657,0.01141098;0.4994282;-0.01266206,0.125195;0.3709394;0.0008561965,0.1630634;0.09407085;0.01845658,0.1921716;-0.1802903;-0.02927916,-0.1078871;0.3772071;0.01162924,-0.1600899;0.1279309;0.1279746,-0.2191703;-0.1312538;0.2159109,0.07081562;0.004096523;-0.03699144,0.09412431;-0.3730677;0.003056157,0.1021004;-0.7162547;0.07131369,0.1069681;-0.7666866;0.01209356,-0.07108612;0.005877652;-0.03622454,-0.1120512;-0.3710541;-0.01084066,-0.1312382;-0.714518;0.05369141,-0.1331032;-0.7042887;-0.04431697,0.008842656;0.3997841;-0.004632307,68.38106
+0;0;0,0.00170347;0.1999534;-0.00396823,0.004720737;0.4988014;-0.02916176,0.1197238;0.3701494;-0.008413811,0.1509975;0.09407476;0.026296,0.1862549;-0.1780166;-0.02958955,-0.1128942;0.3752776;-0.002942154,-0.1716734;0.1351614;0.1285463,-0.2351844;-0.1232383;0.215701,0.06519381;0.005144764;-0.04607927,0.08471436;-0.3723075;-0.006725367,0.08549143;-0.7132106;0.07254957,0.08246138;-0.7045137;-0.02510799,-0.06380138;0.008538323;-0.04750243,-0.1222147;-0.3659013;-0.01952301,-0.145176;-0.7069335;0.0557754,-0.1456425;-0.6981356;-0.04195002,0.003724921;0.3994794;-0.01757965,0;0;0,0.004059047;0.1999494;0.001939657,0.01141098;0.4994282;-0.01266206,0.125195;0.3709394;0.0008561965,0.1630634;0.09407085;0.01845658,0.1921716;-0.1802903;-0.02927916,-0.1078871;0.3772071;0.01162924,-0.1600899;0.1279309;0.1279746,-0.2191703;-0.1312538;0.2159109,0.07081562;0.004096523;-0.03699144,0.09412431;-0.3730677;0.003056157,0.1021004;-0.7162547;0.07131369,0.1069681;-0.7666866;0.01209356,-0.07108612;0.005877652;-0.03622454,-0.1120512;-0.3710541;-0.01084066,-0.1312382;-0.714518;0.05369141,-0.1331032;-0.7042887;-0.04431697,0.008842656;0.3997841;-0.004632307,68.39211
+0;0;0,0.001766668;0.1999493;-0.004140692,0.004853872;0.4987745;-0.02959717,0.1198953;0.3702045;-0.00933111,0.1510196;0.09420219;0.02608076,0.1861528;-0.1780148;-0.02926847,-0.1128917;0.3759466;-0.003033515,-0.1712734;0.1383356;0.133101,-0.2356161;-0.1180644;0.2253996,0.06520947;0.00494288;-0.04607918,0.08475823;-0.3725055;-0.006702118,0.08553416;-0.7134566;0.07236601,0.08226302;-0.7047814;-0.02527904,-0.06382596;0.008717818;-0.04743676,-0.1220116;-0.3657724;-0.01965993,-0.1451342;-0.7068696;0.05529343,-0.1458413;-0.6980841;-0.04242784,0.003834893;0.3994627;-0.01792957,0;0;0,0.004138726;0.1999487;0.001842075,0.01148558;0.4994338;-0.01266223,0.1252688;0.3708545;0.0004991549,0.1628296;0.09393197;0.01790979,0.1920426;-0.1804931;-0.02939201,-0.1078362;0.3774069;0.01162102,-0.1598343;0.12994;0.1318556,-0.2188385;-0.1283694;0.2223804,0.07078627;0.00398428;-0.0370598,0.09423579;-0.3731863;0.002845984,0.1021711;-0.7163796;0.07107642,0.1071838;-0.766849;0.01191944,-0.07113579;0.005986598;-0.03610899,-0.1120081;-0.3709846;-0.01116654,-0.1311367;-0.7144607;0.05331831,-0.1330897;-0.7042333;-0.04468798,0.008924203;0.3997845;-0.004696507,68.41425
+0;0;0,0.001766668;0.1999493;-0.004140692,0.004853872;0.4987745;-0.02959717,0.1198953;0.3702045;-0.00933111,0.1510196;0.09420219;0.02608076,0.1861528;-0.1780148;-0.02926847,-0.1128917;0.3759466;-0.003033515,-0.1712734;0.1383356;0.133101,-0.2356161;-0.1180644;0.2253996,0.06520947;0.00494288;-0.04607918,0.08475823;-0.3725055;-0.006702118,0.08553416;-0.7134566;0.07236601,0.08226302;-0.7047814;-0.02527904,-0.06382596;0.008717818;-0.04743676,-0.1220116;-0.3657724;-0.01965993,-0.1451342;-0.7068696;0.05529343,-0.1458413;-0.6980841;-0.04242784,0.003834893;0.3994627;-0.01792957,0;0;0,0.004138726;0.1999487;0.001842075,0.01148558;0.4994338;-0.01266223,0.1252688;0.3708545;0.0004991549,0.1628296;0.09393197;0.01790979,0.1920426;-0.1804931;-0.02939201,-0.1078362;0.3774069;0.01162102,-0.1598343;0.12994;0.1318556,-0.2188385;-0.1283694;0.2223804,0.07078627;0.00398428;-0.0370598,0.09423579;-0.3731863;0.002845984,0.1021711;-0.7163796;0.07107642,0.1071838;-0.766849;0.01191944,-0.07113579;0.005986598;-0.03610899,-0.1120081;-0.3709846;-0.01116654,-0.1311367;-0.7144607;0.05331831,-0.1330897;-0.7042333;-0.04468798,0.008924203;0.3997845;-0.004696507,68.42583
+0;0;0,0.001766668;0.1999493;-0.004140692,0.004853872;0.4987745;-0.02959717,0.1198953;0.3702045;-0.00933111,0.1510196;0.09420219;0.02608076,0.1861528;-0.1780148;-0.02926847,-0.1128917;0.3759466;-0.003033515,-0.1712734;0.1383356;0.133101,-0.2356161;-0.1180644;0.2253996,0.06520947;0.00494288;-0.04607918,0.08475823;-0.3725055;-0.006702118,0.08553416;-0.7134566;0.07236601,0.08226302;-0.7047814;-0.02527904,-0.06382596;0.008717818;-0.04743676,-0.1220116;-0.3657724;-0.01965993,-0.1451342;-0.7068696;0.05529343,-0.1458413;-0.6980841;-0.04242784,0.003834893;0.3994627;-0.01792957,0;0;0,0.004185132;0.1999482;0.001791675,0.0115443;0.499437;-0.01265288,0.1253184;0.3707522;2.269167E-05,0.1629532;0.09386873;0.01788679,0.1921243;-0.1805785;-0.0293123,-0.1078301;0.377628;0.01153181,-0.1594415;0.1316796;0.135005,-0.2193524;-0.1239552;0.2322756,0.07075454;0.003898532;-0.03712944,0.0943654;-0.3732358;0.003023501,0.1022593;-0.7164735;0.07103471,0.1073418;-0.7659312;0.01053143,-0.07120477;0.006110941;-0.03595186,-0.1119674;-0.3708932;-0.0113286,-0.1310506;-0.7143643;0.05319573,-0.1331069;-0.7041387;-0.04480807,0.008980275;0.3997843;-0.004729638,68.44806
+0;0;0,0.001844108;0.199945;-0.004314294,0.005027574;0.4987496;-0.03000004,0.120073;0.3702458;-0.009974307,0.1509607;0.09429374;0.02603153,0.1862186;-0.1779431;-0.02914068,-0.1128157;0.3764766;-0.003021078,-0.1708816;0.1412506;0.1373252,-0.2349464;-0.1130429;0.2354604,0.06522523;0.004780632;-0.04607401,0.08475767;-0.3726482;-0.00650147,0.08534941;-0.7135758;0.07266922,0.08188701;-0.7049087;-0.02496746,-0.06385302;0.008836425;-0.04737837,-0.1218488;-0.3656887;-0.01967656,-0.1449481;-0.7067518;0.05543943,-0.1458505;-0.6979911;-0.04227483,0.003975411;0.3994468;-0.0182594,0;0;0,0.004232678;0.1999477;0.001738032,0.01159071;0.4994386;-0.0126782,0.1253675;0.370676;-0.0005079019,0.1629063;0.09380934;0.0178133,0.1917859;-0.1806514;-0.02948652,-0.1078843;0.3780943;0.01136509,-0.1592145;0.1344495;0.139437,-0.2193071;-0.1203995;0.2386383,0.07075382;0.003820495;-0.03713893,0.09434566;-0.3733392;0.002785828,0.1023214;-0.7166088;0.07062668,0.1076524;-0.7664007;0.01058645,-0.07120714;0.006177091;-0.03593587,-0.1118715;-0.3708474;-0.01146311,-0.1311819;-0.7143064;0.053059,-0.1333113;-0.7040926;-0.04494084,0.009029736;0.3997838;-0.004780544,68.4705
+0;0;0,0.001844108;0.199945;-0.004314294,0.005027574;0.4987496;-0.03000004,0.120073;0.3702458;-0.009974307,0.1509607;0.09429374;0.02603153,0.1862186;-0.1779431;-0.02914068,-0.1128157;0.3764766;-0.003021078,-0.1708816;0.1412506;0.1373252,-0.2349464;-0.1130429;0.2354604,0.06522523;0.004780632;-0.04607401,0.08475767;-0.3726482;-0.00650147,0.08534941;-0.7135758;0.07266922,0.08188701;-0.7049087;-0.02496746,-0.06385302;0.008836425;-0.04737837,-0.1218488;-0.3656887;-0.01967656,-0.1449481;-0.7067518;0.05543943,-0.1458505;-0.6979911;-0.04227483,0.003975411;0.3994468;-0.0182594,0;0;0,0.004232678;0.1999477;0.001738032,0.01159071;0.4994386;-0.0126782,0.1253675;0.370676;-0.0005079019,0.1629063;0.09380934;0.0178133,0.1917859;-0.1806514;-0.02948652,-0.1078843;0.3780943;0.01136509,-0.1592145;0.1344495;0.139437,-0.2193071;-0.1203995;0.2386383,0.07075382;0.003820495;-0.03713893,0.09434566;-0.3733392;0.002785828,0.1023214;-0.7166088;0.07062668,0.1076524;-0.7664007;0.01058645,-0.07120714;0.006177091;-0.03593587,-0.1118715;-0.3708474;-0.01146311,-0.1311819;-0.7143064;0.053059,-0.1333113;-0.7040926;-0.04494084,0.009029736;0.3997838;-0.004780544,68.49227
+0;0;0,0.001844108;0.199945;-0.004314294,0.005027574;0.4987496;-0.03000004,0.120073;0.3702458;-0.009974307,0.1509607;0.09429374;0.02603153,0.1862186;-0.1779431;-0.02914068,-0.1128157;0.3764766;-0.003021078,-0.1708816;0.1412506;0.1373252,-0.2349464;-0.1130429;0.2354604,0.06522523;0.004780632;-0.04607401,0.08475767;-0.3726482;-0.00650147,0.08534941;-0.7135758;0.07266922,0.08188701;-0.7049087;-0.02496746,-0.06385302;0.008836425;-0.04737837,-0.1218488;-0.3656887;-0.01967656,-0.1449481;-0.7067518;0.05543943,-0.1458505;-0.6979911;-0.04227483,0.003975411;0.3994468;-0.0182594,0;0;0,0.004223699;0.199948;0.001719469,0.01151138;0.4994451;-0.01262352,0.1252712;0.3703961;-0.001094111,0.1628483;0.09357712;0.01785928,0.1914192;-0.1809024;-0.02951922,-0.1080214;0.3785075;0.01126099,-0.1593045;0.1363862;0.1422087,-0.2199516;-0.116275;0.2465366,0.07075003;0.003769796;-0.03715134,0.09434504;-0.3733946;0.002726857,0.1021814;-0.7166631;0.07058974,0.1066001;-0.7674668;0.0118425,-0.0712028;0.006217267;-0.03593754,-0.1120433;-0.3708008;-0.01165924,-0.1313687;-0.7142583;0.052866,-0.1336085;-0.7040442;-0.04513144,0.00898395;0.399786;-0.004769427,68.50378
+0;0;0,0.001904406;0.1999415;-0.004445579,0.005140783;0.4987377;-0.03022735,0.1201808;0.3701635;-0.01059263,0.1510095;0.09427476;0.02594511,0.1863084;-0.1780294;-0.02886774,-0.1130061;0.3777913;-0.003495232,-0.1712009;0.145117;0.1409902,-0.2352378;-0.1069365;0.2447607,0.06521812;0.004608316;-0.04610163,0.08472401;-0.3728016;-0.006335683,0.08514163;-0.7137699;0.07266077,0.08168983;-0.7051235;-0.02497177,-0.06388158;0.008994992;-0.04730998,-0.121752;-0.3655558;-0.0196927,-0.1448115;-0.706606;0.05549396,-0.1457064;-0.69786;-0.04221718,0.004072685;0.3994381;-0.01846091,0;0;0,0.004223699;0.199948;0.001719469,0.01151138;0.4994451;-0.01262352,0.1252712;0.3703961;-0.001094111,0.1628483;0.09357712;0.01785928,0.1914192;-0.1809024;-0.02951922,-0.1080214;0.3785075;0.01126099,-0.1593045;0.1363862;0.1422087,-0.2199516;-0.116275;0.2465366,0.07075003;0.003769796;-0.03715134,0.09434504;-0.3733946;0.002726857,0.1021814;-0.7166631;0.07058974,0.1066001;-0.7674668;0.0118425,-0.0712028;0.006217267;-0.03593754,-0.1120433;-0.3708008;-0.01165924,-0.1313687;-0.7142583;0.052866,-0.1336085;-0.7040442;-0.04513144,0.00898395;0.399786;-0.004769427,68.51524
+0;0;0,0.001904406;0.1999415;-0.004445579,0.005140783;0.4987377;-0.03022735,0.1201808;0.3701635;-0.01059263,0.1510095;0.09427476;0.02594511,0.1863084;-0.1780294;-0.02886774,-0.1130061;0.3777913;-0.003495232,-0.1712009;0.145117;0.1409902,-0.2352378;-0.1069365;0.2447607,0.06521812;0.004608316;-0.04610163,0.08472401;-0.3728016;-0.006335683,0.08514163;-0.7137699;0.07266077,0.08168983;-0.7051235;-0.02497177,-0.06388158;0.008994992;-0.04730998,-0.121752;-0.3655558;-0.0196927,-0.1448115;-0.706606;0.05549396,-0.1457064;-0.69786;-0.04221718,0.004072685;0.3994381;-0.01846091,0;0;0,0.004295859;0.1999467;0.00169815,0.01162005;0.4994451;-0.01260649,0.1253553;0.3702773;-0.001632916,0.1632098;0.09351668;0.01761816,0.1915399;-0.1810661;-0.0293042,-0.1079467;0.3786589;0.01128597,-0.1592665;0.1380943;0.1450581,-0.2209166;-0.1122551;0.2542572,0.07074811;0.003676986;-0.03716429,0.09444711;-0.3734874;0.002652876,0.1023479;-0.71675;0.07053743,0.1071589;-0.7676395;0.01193921,-0.07121097;0.006328834;-0.03590188,-0.1118845;-0.3707143;-0.0117324,-0.1312059;-0.7141749;0.05277754,-0.1336119;-0.7039575;-0.04521663,0.009082156;0.3997846;-0.00477499,68.53749
+0;0;0,0.001904406;0.1999415;-0.004445579,0.005140783;0.4987377;-0.03022735,0.1201808;0.3701635;-0.01059263,0.1510095;0.09427476;0.02594511,0.1863084;-0.1780294;-0.02886774,-0.1130061;0.3777913;-0.003495232,-0.1712009;0.145117;0.1409902,-0.2352378;-0.1069365;0.2447607,0.06521812;0.004608316;-0.04610163,0.08472401;-0.3728016;-0.006335683,0.08514163;-0.7137699;0.07266077,0.08168983;-0.7051235;-0.02497177,-0.06388158;0.008994992;-0.04730998,-0.121752;-0.3655558;-0.0196927,-0.1448115;-0.706606;0.05549396,-0.1457064;-0.69786;-0.04221718,0.004072685;0.3994381;-0.01846091,0;0;0,0.004295859;0.1999467;0.00169815,0.01162005;0.4994451;-0.01260649,0.1253553;0.3702773;-0.001632916,0.1632098;0.09351668;0.01761816,0.1915399;-0.1810661;-0.0293042,-0.1079467;0.3786589;0.01128597,-0.1592665;0.1380943;0.1450581,-0.2209166;-0.1122551;0.2542572,0.07074811;0.003676986;-0.03716429,0.09444711;-0.3734874;0.002652876,0.1023479;-0.71675;0.07053743,0.1071589;-0.7676395;0.01193921,-0.07121097;0.006328834;-0.03590188,-0.1118845;-0.3707143;-0.0117324,-0.1312059;-0.7141749;0.05277754,-0.1336119;-0.7039575;-0.04521663,0.009082156;0.3997846;-0.00477499,68.54873
+0;0;0,0.001956729;0.1999375;-0.004599003,0.005217751;0.4987227;-0.0305066,0.1202743;0.3701455;-0.01119926,0.1510545;0.09435073;0.02608091,0.1862047;-0.1779265;-0.02896068,-0.1131427;0.3788038;-0.003919934,-0.1714499;0.1484113;0.1441326,-0.2358403;-0.1011181;0.2536266,0.06522027;0.004407563;-0.0461182,0.08479102;-0.3729864;-0.006233912,0.08520067;-0.7139623;0.07272997,0.08172911;-0.705332;-0.02489834,-0.06390695;0.009173054;-0.04724147,-0.121726;-0.3654051;-0.01988856,-0.1444708;-0.7064683;0.05533459,-0.1453889;-0.697742;-0.04237206,0.004143894;0.3994277;-0.01870211,0;0;0,0.0043427;0.1999457;0.001693741,0.01168415;0.4994469;-0.01255019,0.1254001;0.3701616;-0.002163365,0.1632368;0.09341773;0.0173608,0.1912632;-0.1812127;-0.029465,-0.1079428;0.3788893;0.01120501,-0.1593657;0.1398781;0.1476944,-0.222009;-0.1088202;0.2600552,0.07076213;0.003579756;-0.03714709,0.094551;-0.3735934;0.002532978,0.1023719;-0.7168813;0.07029916,0.1070318;-0.767782;0.01170427,-0.07120249;0.006408624;-0.03590453,-0.1118888;-0.3706449;-0.01192012,-0.1310839;-0.7140927;0.05269506,-0.1336077;-0.7038726;-0.04529672,0.009142529;0.3997844;-0.004745176,68.57102
+0;0;0,0.001956729;0.1999375;-0.004599003,0.005217751;0.4987227;-0.0305066,0.1202743;0.3701455;-0.01119926,0.1510545;0.09435073;0.02608091,0.1862047;-0.1779265;-0.02896068,-0.1131427;0.3788038;-0.003919934,-0.1714499;0.1484113;0.1441326,-0.2358403;-0.1011181;0.2536266,0.06522027;0.004407563;-0.0461182,0.08479102;-0.3729864;-0.006233912,0.08520067;-0.7139623;0.07272997,0.08172911;-0.705332;-0.02489834,-0.06390695;0.009173054;-0.04724147,-0.121726;-0.3654051;-0.01988856,-0.1444708;-0.7064683;0.05533459,-0.1453889;-0.697742;-0.04237206,0.004143894;0.3994277;-0.01870211,0;0;0,0.0043427;0.1999457;0.001693741,0.01168415;0.4994469;-0.01255019,0.1254001;0.3701616;-0.002163365,0.1632368;0.09341773;0.0173608,0.1912632;-0.1812127;-0.029465,-0.1079428;0.3788893;0.01120501,-0.1593657;0.1398781;0.1476944,-0.222009;-0.1088202;0.2600552,0.07076213;0.003579756;-0.03714709,0.094551;-0.3735934;0.002532978,0.1023719;-0.7168813;0.07029916,0.1070318;-0.767782;0.01170427,-0.07120249;0.006408624;-0.03590453,-0.1118888;-0.3706449;-0.01192012,-0.1310839;-0.7140927;0.05269506,-0.1336077;-0.7038726;-0.04529672,0.009142529;0.3997844;-0.004745176,68.59298
+0;0;0,0.001956729;0.1999375;-0.004599003,0.005217751;0.4987227;-0.0305066,0.1202743;0.3701455;-0.01119926,0.1510545;0.09435073;0.02608091,0.1862047;-0.1779265;-0.02896068,-0.1131427;0.3788038;-0.003919934,-0.1714499;0.1484113;0.1441326,-0.2358403;-0.1011181;0.2536266,0.06522027;0.004407563;-0.0461182,0.08479102;-0.3729864;-0.006233912,0.08520067;-0.7139623;0.07272997,0.08172911;-0.705332;-0.02489834,-0.06390695;0.009173054;-0.04724147,-0.121726;-0.3654051;-0.01988856,-0.1444708;-0.7064683;0.05533459,-0.1453889;-0.697742;-0.04237206,0.004143894;0.3994277;-0.01870211,0;0;0,0.004334293;0.199946;0.001676585,0.01163629;0.4994498;-0.01254301,0.1253617;0.3700967;-0.002617569,0.1631316;0.09336239;0.01717123,0.1910266;-0.1813024;-0.0295312,-0.1080488;0.3792829;0.01115165,-0.1598859;0.1419807;0.1504378,-0.221837;-0.1050741;0.266739,0.07076646;0.003538601;-0.0371428,0.09453814;-0.3736437;0.002460189,0.1022923;-0.7168911;0.07043891,0.1074465;-0.7675267;0.01152085,-0.07118534;0.006455114;-0.03593021,-0.1120465;-0.3705964;-0.01221346,-0.1311394;-0.714043;0.05243906,-0.133764;-0.7038237;-0.0455499,0.009111962;0.3997855;-0.004754416,68.60439
+0;0;0,0.002003331;0.1999341;-0.004726969,0.005285151;0.4987096;-0.03074326,0.1203409;0.3700862;-0.0116663,0.150963;0.09434813;0.02615994,0.1861131;-0.1778991;-0.02902971,-0.1131966;0.3794271;-0.004177577,-0.1716183;0.1514692;0.1475528,-0.235239;-0.09474841;0.2647249,0.06524825;0.004188119;-0.04609907,0.0848752;-0.3731939;-0.006128941,0.08533798;-0.7141873;0.07275911,0.08182573;-0.7055696;-0.02486497,-0.06389828;0.009359458;-0.04721664,-0.1215978;-0.3652328;-0.01980542,-0.1442681;-0.7063063;0.05539401,-0.1452264;-0.6975933;-0.04230935,0.004206443;0.3994189;-0.01890362,0;0;0,0.004334293;0.199946;0.001676585,0.01163629;0.4994498;-0.01254301,0.1253617;0.3700967;-0.002617569,0.1631316;0.09336239;0.01717123,0.1910266;-0.1813024;-0.0295312,-0.1080488;0.3792829;0.01115165,-0.1598859;0.1419807;0.1504378,-0.221837;-0.1050741;0.266739,0.07076646;0.003538601;-0.0371428,0.09453814;-0.3736437;0.002460189,0.1022923;-0.7168911;0.07043891,0.1074465;-0.7675267;0.01152085,-0.07118534;0.006455114;-0.03593021,-0.1120465;-0.3705964;-0.01221346,-0.1311394;-0.714043;0.05243906,-0.133764;-0.7038237;-0.0455499,0.009111962;0.3997855;-0.004754416,68.62672
+0;0;0,0.002003331;0.1999341;-0.004726969,0.005285151;0.4987096;-0.03074326,0.1203409;0.3700862;-0.0116663,0.150963;0.09434813;0.02615994,0.1861131;-0.1778991;-0.02902971,-0.1131966;0.3794271;-0.004177577,-0.1716183;0.1514692;0.1475528,-0.235239;-0.09474841;0.2647249,0.06524825;0.004188119;-0.04609907,0.0848752;-0.3731939;-0.006128941,0.08533798;-0.7141873;0.07275911,0.08182573;-0.7055696;-0.02486497,-0.06389828;0.009359458;-0.04721664,-0.1215978;-0.3652328;-0.01980542,-0.1442681;-0.7063063;0.05539401,-0.1452264;-0.6975933;-0.04230935,0.004206443;0.3994189;-0.01890362,0;0;0,0.004337584;0.1999464;0.0016148,0.01160039;0.4994503;-0.01262889,0.1253457;0.3700937;-0.003027968,0.1630851;0.09336272;0.01686406,0.1909823;-0.1813249;-0.0297025,-0.1081595;0.3797266;0.01097024,-0.1598016;0.1439871;0.152956,-0.2222569;-0.1013608;0.2725544,0.07075868;0.00352311;-0.03715907,0.09463298;-0.3736565;0.002407901,0.1023489;-0.7169164;0.07032754,0.1071022;-0.7674706;0.0112645,-0.07118019;0.006446231;-0.03594198,-0.1120532;-0.3706097;-0.01231603,-0.1311184;-0.714064;0.05230339,-0.1337868;-0.7038497;-0.04568338,0.009091221;0.3997858;-0.00483806,68.638
+0;0;0,0.002003331;0.1999341;-0.004726969,0.005285151;0.4987096;-0.03074326,0.1203409;0.3700862;-0.0116663,0.150963;0.09434813;0.02615994,0.1861131;-0.1778991;-0.02902971,-0.1131966;0.3794271;-0.004177577,-0.1716183;0.1514692;0.1475528,-0.235239;-0.09474841;0.2647249,0.06524825;0.004188119;-0.04609907,0.0848752;-0.3731939;-0.006128941,0.08533798;-0.7141873;0.07275911,0.08182573;-0.7055696;-0.02486497,-0.06389828;0.009359458;-0.04721664,-0.1215978;-0.3652328;-0.01980542,-0.1442681;-0.7063063;0.05539401,-0.1452264;-0.6975933;-0.04230935,0.004206443;0.3994189;-0.01890362,0;0;0,0.004337584;0.1999464;0.0016148,0.01160039;0.4994503;-0.01262889,0.1253457;0.3700937;-0.003027968,0.1630851;0.09336272;0.01686406,0.1909823;-0.1813249;-0.0297025,-0.1081595;0.3797266;0.01097024,-0.1598016;0.1439871;0.152956,-0.2222569;-0.1013608;0.2725544,0.07075868;0.00352311;-0.03715907,0.09463298;-0.3736565;0.002407901,0.1023489;-0.7169164;0.07032754,0.1071022;-0.7674706;0.0112645,-0.07118019;0.006446231;-0.03594198,-0.1120532;-0.3706097;-0.01231603,-0.1311184;-0.714064;0.05230339,-0.1337868;-0.7038497;-0.04568338,0.009091221;0.3997858;-0.00483806,68.65985
+0;0;0,0.002075816;0.1999307;-0.00483723,0.005393681;0.4987034;-0.03088132,0.1202334;0.3704143;-0.008086264,0.1537203;0.09428981;0.02406789,0.1890258;-0.1778762;-0.0314227,-0.1131897;0.3799515;-0.004334591,-0.1717923;0.1550234;0.1517842,-0.2357674;-0.08936241;0.2725434,0.06526829;0.004034425;-0.04608442,0.08499903;-0.3733253;-0.005955685,0.0855412;-0.7143557;0.07277156,0.08325199;-0.705762;-0.0248836,-0.06390505;0.009427797;-0.04719386,-0.1213237;-0.3651994;-0.01966964,-0.1439428;-0.7062944;0.05544721,-0.1436756;-0.697601;-0.04225622,0.004305799;0.3994139;-0.01903236,0;0;0,0.004348391;0.1999464;0.001591495,0.01160495;0.4994515;-0.01263512,0.1253162;0.3699224;-0.003602305,0.1631771;0.09323457;0.0166553,0.1909022;-0.1814871;-0.02981285,-0.1081966;0.379948;0.01090139,-0.1603336;0.1461965;0.1559599,-0.2226975;-0.09766093;0.278615,0.07076311;0.003486174;-0.03715413,0.09467512;-0.3736866;0.002454814,0.1023404;-0.7169309;0.0704595,0.1070917;-0.7674791;0.0113882,-0.07117698;0.006480163;-0.03594226,-0.1120102;-0.3705876;-0.01243559,-0.1310075;-0.7140508;0.05215675,-0.1338177;-0.7038379;-0.04582577,0.009098332;0.3997859;-0.004857948,68.67146
+0;0;0,0.002075816;0.1999307;-0.00483723,0.005393681;0.4987034;-0.03088132,0.1202334;0.3704143;-0.008086264,0.1537203;0.09428981;0.02406789,0.1890258;-0.1778762;-0.0314227,-0.1131897;0.3799515;-0.004334591,-0.1717923;0.1550234;0.1517842,-0.2357674;-0.08936241;0.2725434,0.06526829;0.004034425;-0.04608442,0.08499903;-0.3733253;-0.005955685,0.0855412;-0.7143557;0.07277156,0.08325199;-0.705762;-0.0248836,-0.06390505;0.009427797;-0.04719386,-0.1213237;-0.3651994;-0.01966964,-0.1439428;-0.7062944;0.05544721,-0.1436756;-0.697601;-0.04225622,0.004305799;0.3994139;-0.01903236,0;0;0,0.004348391;0.1999464;0.001591495,0.01160495;0.4994515;-0.01263512,0.1253162;0.3699224;-0.003602305,0.1631771;0.09323457;0.0166553,0.1909022;-0.1814871;-0.02981285,-0.1081966;0.379948;0.01090139,-0.1603336;0.1461965;0.1559599,-0.2226975;-0.09766093;0.278615,0.07076311;0.003486174;-0.03715413,0.09467512;-0.3736866;0.002454814,0.1023404;-0.7169309;0.0704595,0.1070917;-0.7674791;0.0113882,-0.07117698;0.006480163;-0.03594226,-0.1120102;-0.3705876;-0.01243559,-0.1310075;-0.7140508;0.05215675,-0.1338177;-0.7038379;-0.04582577,0.009098332;0.3997859;-0.004857948,68.69344
+0;0;0,0.002075816;0.1999307;-0.00483723,0.005393681;0.4987034;-0.03088132,0.1202334;0.3704143;-0.008086264,0.1537203;0.09428981;0.02406789,0.1890258;-0.1778762;-0.0314227,-0.1131897;0.3799515;-0.004334591,-0.1717923;0.1550234;0.1517842,-0.2357674;-0.08936241;0.2725434,0.06526829;0.004034425;-0.04608442,0.08499903;-0.3733253;-0.005955685,0.0855412;-0.7143557;0.07277156,0.08325199;-0.705762;-0.0248836,-0.06390505;0.009427797;-0.04719386,-0.1213237;-0.3651994;-0.01966964,-0.1439428;-0.7062944;0.05544721,-0.1436756;-0.697601;-0.04225622,0.004305799;0.3994139;-0.01903236,0;0;0,0.004330902;0.1999473;0.001529738,0.01153376;0.4994515;-0.01275235,0.1252451;0.3698324;-0.004053156,0.1632331;0.09317878;0.01643353,0.1904121;-0.1815121;-0.03053693,-0.1083098;0.3803194;0.0107952,-0.1605348;0.1482165;0.158446,-0.2235444;-0.09405562;0.2838813,0.07075895;0.00343324;-0.03716696,0.09459345;-0.3737527;0.002364151,0.1023018;-0.716996;0.07036901,0.1076074;-0.7672781;0.01098348,-0.07116766;0.006521186;-0.03595326,-0.1122056;-0.3705345;-0.01261092,-0.1310571;-0.7139922;0.05205269,-0.1339552;-0.7037865;-0.04592582,0.009047244;0.3997862;-0.004964748,68.7046
+0;0;0,0.002075008;0.1999267;-0.004999283,0.005340185;0.4986798;-0.03127483,0.1203046;0.3702091;-0.01012959,0.1536264;0.094419;0.02493433,0.1889344;-0.1777554;-0.03051324,-0.1132602;0.3803092;-0.00447892,-0.1722305;0.1582152;0.155511,-0.2375132;-0.07997209;0.2874389,0.06523756;0.003959731;-0.04613438,0.08500714;-0.3733833;-0.005867727,0.08567201;-0.7144338;0.0727713,0.08276112;-0.7058538;-0.02486432,-0.06394576;0.009499104;-0.04712438,-0.121266;-0.3651504;-0.01969948,-0.1438218;-0.7062222;0.05554184,-0.1441766;-0.6975478;-0.04215717,0.00427471;0.3993992;-0.01934862,0;0;0,0.004330902;0.1999473;0.001529738,0.01153376;0.4994515;-0.01275235,0.1252451;0.3698324;-0.004053156,0.1632331;0.09317878;0.01643353,0.1904121;-0.1815121;-0.03053693,-0.1083098;0.3803194;0.0107952,-0.1605348;0.1482165;0.158446,-0.2235444;-0.09405562;0.2838813,0.07075895;0.00343324;-0.03716696,0.09459345;-0.3737527;0.002364151,0.1023018;-0.716996;0.07036901,0.1076074;-0.7672781;0.01098348,-0.07116766;0.006521186;-0.03595326,-0.1122056;-0.3705345;-0.01261092,-0.1310571;-0.7139922;0.05205269,-0.1339552;-0.7037865;-0.04592582,0.009047244;0.3997862;-0.004964748,68.71582
+0;0;0,0.002075008;0.1999267;-0.004999283,0.005340185;0.4986798;-0.03127483,0.1203046;0.3702091;-0.01012959,0.1536264;0.094419;0.02493433,0.1889344;-0.1777554;-0.03051324,-0.1132602;0.3803092;-0.00447892,-0.1722305;0.1582152;0.155511,-0.2375132;-0.07997209;0.2874389,0.06523756;0.003959731;-0.04613438,0.08500714;-0.3733833;-0.005867727,0.08567201;-0.7144338;0.0727713,0.08276112;-0.7058538;-0.02486432,-0.06394576;0.009499104;-0.04712438,-0.121266;-0.3651504;-0.01969948,-0.1438218;-0.7062222;0.05554184,-0.1441766;-0.6975478;-0.04215717,0.00427471;0.3993992;-0.01934862,0;0;0,0.00426251;0.1999523;0.0009599924,0.01089715;0.4993326;-0.01581945,0.1251304;0.3709354;-0.004866036,0.1630902;0.09429342;0.01582894,0.1901879;-0.1804012;-0.03116642,-0.1087012;0.3818264;0.01043231,-0.1612614;0.1511842;0.1602375,-0.2243827;-0.08933662;0.2889443,0.07077373;0.003383697;-0.03714336,0.09450817;-0.3738182;0.002294991,0.1021667;-0.7170484;0.07037134,0.1077932;-0.7672638;0.01092521,-0.07112114;0.006584128;-0.03603377,-0.1122107;-0.3704655;-0.01268458,-0.1311401;-0.7139126;0.05201292,-0.1341674;-0.7038499;-0.04593268,0.008660033;0.3997438;-0.007040623,68.74006
+0;0;0,0.002075008;0.1999267;-0.004999283,0.005340185;0.4986798;-0.03127483,0.1203046;0.3702091;-0.01012959,0.1536264;0.094419;0.02493433,0.1889344;-0.1777554;-0.03051324,-0.1132602;0.3803092;-0.00447892,-0.1722305;0.1582152;0.155511,-0.2375132;-0.07997209;0.2874389,0.06523756;0.003959731;-0.04613438,0.08500714;-0.3733833;-0.005867727,0.08567201;-0.7144338;0.0727713,0.08276112;-0.7058538;-0.02486432,-0.06394576;0.009499104;-0.04712438,-0.121266;-0.3651504;-0.01969948,-0.1438218;-0.7062222;0.05554184,-0.1441766;-0.6975478;-0.04215717,0.00427471;0.3993992;-0.01934862,0;0;0,0.00426251;0.1999523;0.0009599924,0.01089715;0.4993326;-0.01581945,0.1251304;0.3709354;-0.004866036,0.1630902;0.09429342;0.01582894,0.1901879;-0.1804012;-0.03116642,-0.1087012;0.3818264;0.01043231,-0.1612614;0.1511842;0.1602375,-0.2243827;-0.08933662;0.2889443,0.07077373;0.003383697;-0.03714336,0.09450817;-0.3738182;0.002294991,0.1021667;-0.7170484;0.07037134,0.1077932;-0.7672638;0.01092521,-0.07112114;0.006584128;-0.03603377,-0.1122107;-0.3704655;-0.01268458,-0.1311401;-0.7139126;0.05201292,-0.1341674;-0.7038499;-0.04593268,0.008660033;0.3997438;-0.007040623,68.76058
+0;0;0,0.002083353;0.1999235;-0.005125035,0.005313294;0.4986623;-0.03156208,0.1201957;0.370609;-0.008104888,0.1550399;0.09459186;0.02352475,0.1903634;-0.1775972;-0.03184108,-0.1133237;0.3806214;-0.004711261,-0.1727598;0.1609334;0.1583977,-0.237652;-0.07525083;0.2940664,0.06523553;0.003907419;-0.04614171,0.08501114;-0.3734525;-0.006036095,0.08553288;-0.7144867;0.07267465,0.08336059;-0.7059397;-0.02497293,-0.06395286;0.00948268;-0.04711806,-0.121149;-0.3651974;-0.01985261,-0.143684;-0.7062635;0.05542071,-0.1433017;-0.6976119;-0.04227321,0.004263983;0.3993889;-0.0195748,0;0;0,0.00430035;0.199953;0.0005646308,0.01099046;0.4992902;-0.01697318,0.125373;0.3716456;-0.005304261,0.1631862;0.09497887;0.0153278,0.1903703;-0.1797515;-0.03140822,-0.1086738;0.3828695;0.01022913,-0.1617881;0.1537825;0.1622095,-0.2249323;-0.08471538;0.2946165,0.07076061;0.00333617;-0.03717265,0.09435741;-0.3738685;0.002322339,0.1020154;-0.7170367;0.07070997,0.1073052;-0.7655038;0.008944806,-0.0711242;0.006627008;-0.03601987,-0.1124372;-0.3704626;-0.01373366,-0.1315313;-0.7138335;0.05131908,-0.1346308;-0.7038284;-0.04661252,0.008734161;0.3997214;-0.007975033,68.78271
+0;0;0,0.002083353;0.1999235;-0.005125035,0.005313294;0.4986623;-0.03156208,0.1201957;0.370609;-0.008104888,0.1550399;0.09459186;0.02352475,0.1903634;-0.1775972;-0.03184108,-0.1133237;0.3806214;-0.004711261,-0.1727598;0.1609334;0.1583977,-0.237652;-0.07525083;0.2940664,0.06523553;0.003907419;-0.04614171,0.08501114;-0.3734525;-0.006036095,0.08553288;-0.7144867;0.07267465,0.08336059;-0.7059397;-0.02497293,-0.06395286;0.00948268;-0.04711806,-0.121149;-0.3651974;-0.01985261,-0.143684;-0.7062635;0.05542071,-0.1433017;-0.6976119;-0.04227321,0.004263983;0.3993889;-0.0195748,0;0;0,0.004292063;0.1999531;0.000581354,0.01100392;0.4993194;-0.01652156,0.1253019;0.371319;-0.005545034,0.1629672;0.09462979;0.01505656,0.1901521;-0.1801756;-0.03123604,-0.1086938;0.3828253;0.01025993,-0.1624873;0.1558841;0.1651921,-0.2252502;-0.08099921;0.3006436,0.07075671;0.003298156;-0.03718346,0.09429798;-0.3739022;0.002385333,0.1019846;-0.71701;0.0710723,0.1073218;-0.7649815;0.008686632,-0.0711139;0.00665629;-0.03603479,-0.1124741;-0.3704406;-0.01396079,-0.1316917;-0.7138112;0.05105717,-0.1348629;-0.7037904;-0.04687534,0.008734684;0.3997296;-0.007762401,68.80495
+0;0;0,0.002083353;0.1999235;-0.005125035,0.005313294;0.4986623;-0.03156208,0.1201957;0.370609;-0.008104888,0.1550399;0.09459186;0.02352475,0.1903634;-0.1775972;-0.03184108,-0.1133237;0.3806214;-0.004711261,-0.1727598;0.1609334;0.1583977,-0.237652;-0.07525083;0.2940664,0.06523553;0.003907419;-0.04614171,0.08501114;-0.3734525;-0.006036095,0.08553288;-0.7144867;0.07267465,0.08336059;-0.7059397;-0.02497293,-0.06395286;0.00948268;-0.04711806,-0.121149;-0.3651974;-0.01985261,-0.143684;-0.7062635;0.05542071,-0.1433017;-0.6976119;-0.04227321,0.004263983;0.3993889;-0.0195748,0;0;0,0.004292063;0.1999531;0.000581354,0.01100392;0.4993194;-0.01652156,0.1253019;0.371319;-0.005545034,0.1629672;0.09462979;0.01505656,0.1901521;-0.1801756;-0.03123604,-0.1086938;0.3828253;0.01025993,-0.1624873;0.1558841;0.1651921,-0.2252502;-0.08099921;0.3006436,0.07075671;0.003298156;-0.03718346,0.09429798;-0.3739022;0.002385333,0.1019846;-0.71701;0.0710723,0.1073218;-0.7649815;0.008686632,-0.0711139;0.00665629;-0.03603479,-0.1124741;-0.3704406;-0.01396079,-0.1316917;-0.7138112;0.05105717,-0.1348629;-0.7037904;-0.04687534,0.008734684;0.3997296;-0.007762401,68.8272
+0;0;0,0.002109932;0.1999206;-0.00522359,0.005334893;0.4986552;-0.03170893,0.1204231;0.3706173;-0.0104545,0.1544774;0.09491897;0.0246273,0.1899874;-0.1772786;-0.03057697,-0.1133516;0.3810159;-0.004768448,-0.1732029;0.1643805;0.1622254,-0.2372462;-0.0704999;0.3005354,0.06526372;0.003721981;-0.04611718,0.08516701;-0.3736149;-0.005859014,0.08561748;-0.7146699;0.07276183,0.08269711;-0.7061204;-0.02486682,-0.06393959;0.009623032;-0.0471076,-0.1209769;-0.3650844;-0.019884,-0.143445;-0.706139;0.05546144,-0.1438128;-0.6974894;-0.04223208,0.004289881;0.3993838;-0.01970509,0;0;0,0.004270324;0.1999535;0.0005898363,0.01092975;0.499343;-0.01617203,0.1251593;0.3709277;-0.005888945,0.1628401;0.09425065;0.01484675,0.1901391;-0.180586;-0.03119199,-0.1087822;0.3828343;0.01020709,-0.1635501;0.1578872;0.1676848,-0.2262064;-0.07740614;0.3059282,0.07074116;0.003266863;-0.03721579,0.09412979;-0.3739742;0.002054401,0.1019338;-0.7170256;0.07100932,0.1076639;-0.7657613;0.009626374,-0.07111763;0.006679692;-0.0360231,-0.1125243;-0.3704148;-0.01399512,-0.1319605;-0.713701;0.05140229,-0.1352014;-0.7036741;-0.04652917,0.008681407;0.3997377;-0.00758581,68.83862
+0;0;0,0.002109932;0.1999206;-0.00522359,0.005334893;0.4986552;-0.03170893,0.1204231;0.3706173;-0.0104545,0.1544774;0.09491897;0.0246273,0.1899874;-0.1772786;-0.03057697,-0.1133516;0.3810159;-0.004768448,-0.1732029;0.1643805;0.1622254,-0.2372462;-0.0704999;0.3005354,0.06526372;0.003721981;-0.04611718,0.08516701;-0.3736149;-0.005859014,0.08561748;-0.7146699;0.07276183,0.08269711;-0.7061204;-0.02486682,-0.06393959;0.009623032;-0.0471076,-0.1209769;-0.3650844;-0.019884,-0.143445;-0.706139;0.05546144,-0.1438128;-0.6974894;-0.04223208,0.004289881;0.3993838;-0.01970509,0;0;0,0.004270324;0.1999535;0.0005898363,0.01092975;0.499343;-0.01617203,0.1251593;0.3709277;-0.005888945,0.1628401;0.09425065;0.01484675,0.1901391;-0.180586;-0.03119199,-0.1087822;0.3828343;0.01020709,-0.1635501;0.1578872;0.1676848,-0.2262064;-0.07740614;0.3059282,0.07074116;0.003266863;-0.03721579,0.09412979;-0.3739742;0.002054401,0.1019338;-0.7170256;0.07100932,0.1076639;-0.7657613;0.009626374,-0.07111763;0.006679692;-0.0360231,-0.1125243;-0.3704148;-0.01399512,-0.1319605;-0.713701;0.05140229,-0.1352014;-0.7036741;-0.04652917,0.008681407;0.3997377;-0.00758581,68.86076
+0;0;0,0.002109932;0.1999206;-0.00522359,0.005334893;0.4986552;-0.03170893,0.1204231;0.3706173;-0.0104545,0.1544774;0.09491897;0.0246273,0.1899874;-0.1772786;-0.03057697,-0.1133516;0.3810159;-0.004768448,-0.1732029;0.1643805;0.1622254,-0.2372462;-0.0704999;0.3005354,0.06526372;0.003721981;-0.04611718,0.08516701;-0.3736149;-0.005859014,0.08561748;-0.7146699;0.07276183,0.08269711;-0.7061204;-0.02486682,-0.06393959;0.009623032;-0.0471076,-0.1209769;-0.3650844;-0.019884,-0.143445;-0.706139;0.05546144,-0.1438128;-0.6974894;-0.04223208,0.004289881;0.3993838;-0.01970509,0;0;0,0.004326513;0.1999532;6.946122E-05,0.01104776;0.499278;-0.01775566,0.1253277;0.371254;-0.006350151,0.1629809;0.09459904;0.01472775,0.1905235;-0.1802183;-0.03128107,-0.108644;0.3836402;0.01005317,-0.1641296;0.160702;0.1701154,-0.2280578;-0.068736;0.3173274,0.07074143;0.003244406;-0.03721725,0.09392261;-0.3739667;0.002462141,0.1016056;-0.7169732;0.07165384,0.1076432;-0.7664165;0.01121956,-0.07110948;0.006685351;-0.03603815,-0.1126306;-0.3703796;-0.01372257,-0.1323282;-0.7137306;0.05125548,-0.1356717;-0.7037588;-0.04666129,0.008775234;0.3997079;-0.008776573,68.8722
+0;0;0,0.002138396;0.1999176;-0.005329015,0.005394826;0.4986395;-0.03195222,0.1205062;0.3705123;-0.01140329,0.1538242;0.09488249;0.02490225,0.1893705;-0.1773193;-0.03025821,-0.1133626;0.3814729;-0.004873948,-0.1738342;0.1674152;0.1651922,-0.2368332;-0.06415184;0.3094414,0.06527376;0.003615192;-0.04611145,0.08519554;-0.3737189;-0.005835757,0.08541971;-0.7147723;0.07279322,0.08224797;-0.7062162;-0.02482902,-0.06393325;0.009702408;-0.04709991,-0.1208885;-0.3650225;-0.01994587,-0.1433475;-0.7060612;0.05547379,-0.1439707;-0.6974247;-0.0422156,0.004339145;0.3993738;-0.01990232,0;0;0,0.004326513;0.1999532;6.946122E-05,0.01104776;0.499278;-0.01775566,0.1253277;0.371254;-0.006350151,0.1629809;0.09459904;0.01472775,0.1905235;-0.1802183;-0.03128107,-0.108644;0.3836402;0.01005317,-0.1641296;0.160702;0.1701154,-0.2280578;-0.068736;0.3173274,0.07074143;0.003244406;-0.03721725,0.09392261;-0.3739667;0.002462141,0.1016056;-0.7169732;0.07165384,0.1076432;-0.7664165;0.01121956,-0.07110948;0.006685351;-0.03603815,-0.1126306;-0.3703796;-0.01372257,-0.1323282;-0.7137306;0.05125548,-0.1356717;-0.7037588;-0.04666129,0.008775234;0.3997079;-0.008776573,68.89447
+0;0;0,0.002138396;0.1999176;-0.005329015,0.005394826;0.4986395;-0.03195222,0.1205062;0.3705123;-0.01140329,0.1538242;0.09488249;0.02490225,0.1893705;-0.1773193;-0.03025821,-0.1133626;0.3814729;-0.004873948,-0.1738342;0.1674152;0.1651922,-0.2368332;-0.06415184;0.3094414,0.06527376;0.003615192;-0.04611145,0.08519554;-0.3737189;-0.005835757,0.08541971;-0.7147723;0.07279322,0.08224797;-0.7062162;-0.02482902,-0.06393325;0.009702408;-0.04709991,-0.1208885;-0.3650225;-0.01994587,-0.1433475;-0.7060612;0.05547379,-0.1439707;-0.6974247;-0.0422156,0.004339145;0.3993738;-0.01990232,0;0;0,0.004474635;0.1999495;-0.0004230281,0.01151967;0.499225;-0.01893778,0.125745;0.3715815;-0.006539657,0.1630856;0.09486404;0.01427166,0.1907182;-0.1800016;-0.03139385,-0.1082935;0.3844374;0.009785908,-0.1643742;0.1629501;0.1716449,-0.2283229;-0.06564477;0.320154,0.07076562;0.00317446;-0.03717726,0.09388219;-0.3740273;0.002627619,0.1015387;-0.7170463;0.07176066,0.1075518;-0.7665645;0.01142246,-0.07105599;0.006763107;-0.03612904,-0.1126725;-0.3702767;-0.01356736,-0.1324502;-0.7136113;0.05147269,-0.1357791;-0.7037044;-0.04643128,0.009124335;0.3996789;-0.00972706,68.90546
+0;0;0,0.002138396;0.1999176;-0.005329015,0.005394826;0.4986395;-0.03195222,0.1205062;0.3705123;-0.01140329,0.1538242;0.09488249;0.02490225,0.1893705;-0.1773193;-0.03025821,-0.1133626;0.3814729;-0.004873948,-0.1738342;0.1674152;0.1651922,-0.2368332;-0.06415184;0.3094414,0.06527376;0.003615192;-0.04611145,0.08519554;-0.3737189;-0.005835757,0.08541971;-0.7147723;0.07279322,0.08224797;-0.7062162;-0.02482902,-0.06393325;0.009702408;-0.04709991,-0.1208885;-0.3650225;-0.01994587,-0.1433475;-0.7060612;0.05547379,-0.1439707;-0.6974247;-0.0422156,0.004339145;0.3993738;-0.01990232,0;0;0,0.004474635;0.1999495;-0.0004230281,0.01151967;0.499225;-0.01893778,0.125745;0.3715815;-0.006539657,0.1630856;0.09486404;0.01427166,0.1907182;-0.1800016;-0.03139385,-0.1082935;0.3844374;0.009785908,-0.1643742;0.1629501;0.1716449,-0.2283229;-0.06564477;0.320154,0.07076562;0.00317446;-0.03717726,0.09388219;-0.3740273;0.002627619,0.1015387;-0.7170463;0.07176066,0.1075518;-0.7665645;0.01142246,-0.07105599;0.006763107;-0.03612904,-0.1126725;-0.3702767;-0.01356736,-0.1324502;-0.7136113;0.05147269,-0.1357791;-0.7037044;-0.04643128,0.009124335;0.3996789;-0.00972706,68.91663
+0;0;0,0.002068466;0.1999135;-0.005506673,0.005229867;0.4986104;-0.03240611,0.1204264;0.3705812;-0.01199599,0.1534115;0.0949837;0.02485486,0.1890353;-0.1772248;-0.03022204,-0.1134987;0.3817634;-0.00498287,-0.1752603;0.1715564;0.1693689,-0.2367141;-0.05765259;0.3179847,0.06517769;0.003564794;-0.04625105,0.08501028;-0.3737701;-0.005939048,0.08520815;-0.714809;0.07275286,0.08188789;-0.706279;-0.0248587,-0.06402536;0.009753874;-0.04696396,-0.1211061;-0.3649808;-0.02021125,-0.1435767;-0.7060304;0.05515587,-0.1443484;-0.6974189;-0.04252698,0.004220003;0.3993586;-0.02023817,0;0;0,0.004460949;0.1999489;-0.0007228145,0.01143987;0.4992093;-0.01951046,0.1257795;0.3719747;-0.006883232,0.1631552;0.09525636;0.01385341,0.1909251;-0.1796393;-0.0315472,-0.1083399;0.3849984;0.009792714,-0.1649957;0.1651982;0.1737379,-0.2290712;-0.06299567;0.3228079,0.07074238;0.003155663;-0.03722306,0.09371853;-0.3740439;0.002684288,0.1014231;-0.7171035;0.07160993,0.1074805;-0.7670972;0.01190805,-0.07107799;0.006767482;-0.03608491,-0.1127219;-0.3702651;-0.01345201,-0.132547;-0.7135838;0.05165722,-0.1359879;-0.7037097;-0.04623615,0.009066851;0.3996704;-0.01021715,68.93895
+0;0;0,0.002068466;0.1999135;-0.005506673,0.005229867;0.4986104;-0.03240611,0.1204264;0.3705812;-0.01199599,0.1534115;0.0949837;0.02485486,0.1890353;-0.1772248;-0.03022204,-0.1134987;0.3817634;-0.00498287,-0.1752603;0.1715564;0.1693689,-0.2367141;-0.05765259;0.3179847,0.06517769;0.003564794;-0.04625105,0.08501028;-0.3737701;-0.005939048,0.08520815;-0.714809;0.07275286,0.08188789;-0.706279;-0.0248587,-0.06402536;0.009753874;-0.04696396,-0.1211061;-0.3649808;-0.02021125,-0.1435767;-0.7060304;0.05515587,-0.1443484;-0.6974189;-0.04252698,0.004220003;0.3993586;-0.02023817,0;0;0,0.004460949;0.1999489;-0.0007228145,0.01143987;0.4992093;-0.01951046,0.1257795;0.3719747;-0.006883232,0.1631552;0.09525636;0.01385341,0.1909251;-0.1796393;-0.0315472,-0.1083399;0.3849984;0.009792714,-0.1649957;0.1651982;0.1737379,-0.2290712;-0.06299567;0.3228079,0.07074238;0.003155663;-0.03722306,0.09371853;-0.3740439;0.002684288,0.1014231;-0.7171035;0.07160993,0.1074805;-0.7670972;0.01190805,-0.07107799;0.006767482;-0.03608491,-0.1127219;-0.3702651;-0.01345201,-0.132547;-0.7135838;0.05165722,-0.1359879;-0.7037097;-0.04623615,0.009066851;0.3996704;-0.01021715,68.9508
+0;0;0,0.002068466;0.1999135;-0.005506673,0.005229867;0.4986104;-0.03240611,0.1204264;0.3705812;-0.01199599,0.1534115;0.0949837;0.02485486,0.1890353;-0.1772248;-0.03022204,-0.1134987;0.3817634;-0.00498287,-0.1752603;0.1715564;0.1693689,-0.2367141;-0.05765259;0.3179847,0.06517769;0.003564794;-0.04625105,0.08501028;-0.3737701;-0.005939048,0.08520815;-0.714809;0.07275286,0.08188789;-0.706279;-0.0248587,-0.06402536;0.009753874;-0.04696396,-0.1211061;-0.3649808;-0.02021125,-0.1435767;-0.7060304;0.05515587,-0.1443484;-0.6974189;-0.04252698,0.004220003;0.3993586;-0.02023817,0;0;0,0.004475848;0.1999481;-0.0008583747,0.01147177;0.4992032;-0.01972862,0.1258272;0.3720874;-0.00689561,0.1631353;0.09535462;0.01376973,0.1910002;-0.1795007;-0.03181657,-0.1083169;0.3852897;0.009792665,-0.1654741;0.1675136;0.1762457,-0.2295868;-0.06020421;0.3260261,0.07076363;0.003133311;-0.03718455,0.09366966;-0.3740715;0.002712976,0.1012938;-0.7170964;0.0718202,0.1079764;-0.7668853;0.01191132,-0.07103881;0.006784615;-0.03615874,-0.1127384;-0.3702279;-0.01329681,-0.1325776;-0.7135512;0.0517841,-0.1360226;-0.7036898;-0.0461065,0.009092391;0.3996662;-0.01041546,68.97246
+0;0;0,0.002039922;0.1999092;-0.00567194,0.005101926;0.4985864;-0.03280145,0.1203385;0.3703714;-0.01304502,0.152658;0.09486106;0.02502718,0.1888032;-0.1772948;-0.02997018,-0.1136365;0.3821612;-0.005210827,-0.1756871;0.1736646;0.1710812,-0.2373339;-0.05257145;0.3241071,0.06519433;0.003521597;-0.04623092,0.08488079;-0.3738194;-0.005904146,0.08512053;-0.7148715;0.07273039,0.0815445;-0.7063589;-0.02486829,-0.06398816;0.00976394;-0.04701256,-0.1211506;-0.3649508;-0.02015547,-0.1435997;-0.7060412;0.05503361,-0.1446277;-0.6974512;-0.04264216,0.004131109;0.3993434;-0.02055915,0;0;0,0.004475848;0.1999481;-0.0008583747,0.01147177;0.4992032;-0.01972862,0.1258272;0.3720874;-0.00689561,0.1631353;0.09535462;0.01376973,0.1910002;-0.1795007;-0.03181657,-0.1083169;0.3852897;0.009792665,-0.1654741;0.1675136;0.1762457,-0.2295868;-0.06020421;0.3260261,0.07076363;0.003133311;-0.03718455,0.09366966;-0.3740715;0.002712976,0.1012938;-0.7170964;0.0718202,0.1079764;-0.7668853;0.01191132,-0.07103881;0.006784615;-0.03615874,-0.1127384;-0.3702279;-0.01329681,-0.1325776;-0.7135512;0.0517841,-0.1360226;-0.7036898;-0.0461065,0.009092391;0.3996662;-0.01041546,68.98382
+0;0;0,0.002039922;0.1999092;-0.00567194,0.005101926;0.4985864;-0.03280145,0.1203385;0.3703714;-0.01304502,0.152658;0.09486106;0.02502718,0.1888032;-0.1772948;-0.02997018,-0.1136365;0.3821612;-0.005210827,-0.1756871;0.1736646;0.1710812,-0.2373339;-0.05257145;0.3241071,0.06519433;0.003521597;-0.04623092,0.08488079;-0.3738194;-0.005904146,0.08512053;-0.7148715;0.07273039,0.0815445;-0.7063589;-0.02486829,-0.06398816;0.00976394;-0.04701256,-0.1211506;-0.3649508;-0.02015547,-0.1435997;-0.7060412;0.05503361,-0.1446277;-0.6974512;-0.04264216,0.004131109;0.3993434;-0.02055915,0;0;0,0.004486707;0.1999474;-0.000943659,0.01151035;0.4992022;-0.01981388,0.1258712;0.3721309;-0.007184505,0.1632132;0.09541163;0.01360034,0.1910907;-0.1794474;-0.03195567,-0.1083046;0.3855055;0.009765227,-0.1660544;0.1687647;0.1773611,-0.2297594;-0.05792415;0.3288664,0.07077715;0.003104104;-0.03716125,0.09365774;-0.3741018;0.002741247,0.1013523;-0.7171165;0.07189082,0.1080389;-0.7667384;0.01176048,-0.0710218;0.006812423;-0.03618694,-0.1126631;-0.3702019;-0.01324741,-0.1325547;-0.7135251;0.05181802,-0.1360799;-0.7036717;-0.04606807,0.009120017;0.3996649;-0.01050685,69.00575
+0;0;0,0.002039922;0.1999092;-0.00567194,0.005101926;0.4985864;-0.03280145,0.1203385;0.3703714;-0.01304502,0.152658;0.09486106;0.02502718,0.1888032;-0.1772948;-0.02997018,-0.1136365;0.3821612;-0.005210827,-0.1756871;0.1736646;0.1710812,-0.2373339;-0.05257145;0.3241071,0.06519433;0.003521597;-0.04623092,0.08488079;-0.3738194;-0.005904146,0.08512053;-0.7148715;0.07273039,0.0815445;-0.7063589;-0.02486829,-0.06398816;0.00976394;-0.04701256,-0.1211506;-0.3649508;-0.02015547,-0.1435997;-0.7060412;0.05503361,-0.1446277;-0.6974512;-0.04264216,0.004131109;0.3993434;-0.02055915,0;0;0,0.004486707;0.1999474;-0.000943659,0.01151035;0.4992022;-0.01981388,0.1258712;0.3721309;-0.007184505,0.1632132;0.09541163;0.01360034,0.1910907;-0.1794474;-0.03195567,-0.1083046;0.3855055;0.009765227,-0.1660544;0.1687647;0.1773611,-0.2297594;-0.05792415;0.3288664,0.07077715;0.003104104;-0.03716125,0.09365774;-0.3741018;0.002741247,0.1013523;-0.7171165;0.07189082,0.1080389;-0.7667384;0.01176048,-0.0710218;0.006812423;-0.03618694,-0.1126631;-0.3702019;-0.01324741,-0.1325547;-0.7135251;0.05181802,-0.1360799;-0.7036717;-0.04606807,0.009120017;0.3996649;-0.01050685,69.01743
+0;0;0,0.002030325;0.1999059;-0.005787514,0.005059454;0.498573;-0.03303381,0.1203285;0.3703701;-0.01352723,0.1524345;0.09492821;0.02521516,0.1887493;-0.1772133;-0.02974143,-0.1137092;0.3825983;-0.005242535,-0.1764373;0.1775755;0.1748431,-0.2368895;-0.04534923;0.3331154,0.06519094;0.003491841;-0.04623796,0.08483295;-0.3738438;-0.005840492,0.08513588;-0.7149006;0.07277355,0.0814207;-0.7063984;-0.02481767,-0.06398126;0.009756127;-0.04702358,-0.121279;-0.364955;-0.02040543,-0.1437483;-0.706022;0.05488352,-0.1449144;-0.697446;-0.04278763,0.004101009;0.3993343;-0.0207555,0;0;0,0.004486707;0.1999474;-0.000943659,0.01151035;0.4992022;-0.01981388,0.1258712;0.3721309;-0.007184505,0.1632132;0.09541163;0.01360034,0.1910907;-0.1794474;-0.03195567,-0.1083046;0.3855055;0.009765227,-0.1660544;0.1687647;0.1773611,-0.2297594;-0.05792415;0.3288664,0.07077715;0.003104104;-0.03716125,0.09365774;-0.3741018;0.002741247,0.1013523;-0.7171165;0.07189082,0.1080389;-0.7667384;0.01176048,-0.0710218;0.006812423;-0.03618694,-0.1126631;-0.3702019;-0.01324741,-0.1325547;-0.7135251;0.05181802,-0.1360799;-0.7036717;-0.04606807,0.009120017;0.3996649;-0.01050685,69.02943
+0;0;0,0.002030325;0.1999059;-0.005787514,0.005059454;0.498573;-0.03303381,0.1203285;0.3703701;-0.01352723,0.1524345;0.09492821;0.02521516,0.1887493;-0.1772133;-0.02974143,-0.1137092;0.3825983;-0.005242535,-0.1764373;0.1775755;0.1748431,-0.2368895;-0.04534923;0.3331154,0.06519094;0.003491841;-0.04623796,0.08483295;-0.3738438;-0.005840492,0.08513588;-0.7149006;0.07277355,0.0814207;-0.7063984;-0.02481767,-0.06398126;0.009756127;-0.04702358,-0.121279;-0.364955;-0.02040543,-0.1437483;-0.706022;0.05488352,-0.1449144;-0.697446;-0.04278763,0.004101009;0.3993343;-0.0207555,0;0;0,0.004438495;0.1999472;-0.001185775,0.01135928;0.4992017;-0.02010704,0.1257774;0.3722725;-0.007182805,0.1629721;0.09553078;0.01356809,0.1911202;-0.1793559;-0.0316533,-0.108384;0.3858328;0.00992655,-0.1665756;0.1702406;0.1788459,-0.2317434;-0.05306488;0.3346914,0.07088318;0.003048742;-0.03696321,0.093606;-0.3741585;0.00301614,0.1014491;-0.7171681;0.07217459,0.1080319;-0.7666398;0.01183452,-0.07084962;0.006876808;-0.03651084,-0.1125354;-0.3700823;-0.01276042,-0.1325269;-0.7133846;0.0523845,-0.136094;-0.7035504;-0.04549615,0.00900132;0.3996642;-0.01079497,69.05096
+0;0;0,0.002030325;0.1999059;-0.005787514,0.005059454;0.498573;-0.03303381,0.1203285;0.3703701;-0.01352723,0.1524345;0.09492821;0.02521516,0.1887493;-0.1772133;-0.02974143,-0.1137092;0.3825983;-0.005242535,-0.1764373;0.1775755;0.1748431,-0.2368895;-0.04534923;0.3331154,0.06519094;0.003491841;-0.04623796,0.08483295;-0.3738438;-0.005840492,0.08513588;-0.7149006;0.07277355,0.0814207;-0.7063984;-0.02481767,-0.06398126;0.009756127;-0.04702358,-0.121279;-0.364955;-0.02040543,-0.1437483;-0.706022;0.05488352,-0.1449144;-0.697446;-0.04278763,0.004101009;0.3993343;-0.0207555,0;0;0,0.004407721;0.1999476;-0.001236131,0.01127276;0.4992169;-0.01994704,0.1257121;0.3723201;-0.006958917,0.1630003;0.09556937;0.01350191,0.1913355;-0.1793449;-0.03143417,-0.1084303;0.3860484;0.01028203,-0.167047;0.1710948;0.1798668,-0.2318337;-0.05196831;0.3362176,0.07086386;0.003026004;-0.03700211,0.09322545;-0.3741165;0.003783636,0.1012136;-0.717202;0.072548,0.106188;-0.7660383;0.01122838,-0.07090922;0.006868104;-0.03639659,-0.1127203;-0.3700624;-0.01241376,-0.1326444;-0.7133666;0.05274214,-0.1362594;-0.7035193;-0.04513943,0.008931125;0.3996719;-0.01071076,69.07305
+0;0;0,0.002019615;0.1999039;-0.005860191,0.005031099;0.4985643;-0.03318117,0.1203084;0.3702987;-0.01394274,0.1520286;0.09487858;0.02526952,0.1888046;-0.1772502;-0.02944295,-0.1137839;0.383019;-0.005313102,-0.1772903;0.1811764;0.1780622,-0.2367114;-0.03929387;0.3401177,0.06519136;0.003493386;-0.04623723,0.08477585;-0.3738366;-0.005758438,0.08507706;-0.7149141;0.07276553,0.08125806;-0.7064191;-0.02482009,-0.06398427;0.009718929;-0.04702718,-0.1214433;-0.3649674;-0.02040814,-0.1437925;-0.7060164;0.0549982,-0.1450629;-0.6974489;-0.04266978,0.004079429;0.3993287;-0.02087694,0;0;0,0.004407721;0.1999476;-0.001236131,0.01127276;0.4992169;-0.01994704,0.1257121;0.3723201;-0.006958917,0.1630003;0.09556937;0.01350191,0.1913355;-0.1793449;-0.03143417,-0.1084303;0.3860484;0.01028203,-0.167047;0.1710948;0.1798668,-0.2318337;-0.05196831;0.3362176,0.07086386;0.003026004;-0.03700211,0.09322545;-0.3741165;0.003783636,0.1012136;-0.717202;0.072548,0.106188;-0.7660383;0.01122838,-0.07090922;0.006868104;-0.03639659,-0.1127203;-0.3700624;-0.01241376,-0.1326444;-0.7133666;0.05274214,-0.1362594;-0.7035193;-0.04513943,0.008931125;0.3996719;-0.01071076,69.08475
+0;0;0,0.002019615;0.1999039;-0.005860191,0.005031099;0.4985643;-0.03318117,0.1203084;0.3702987;-0.01394274,0.1520286;0.09487858;0.02526952,0.1888046;-0.1772502;-0.02944295,-0.1137839;0.383019;-0.005313102,-0.1772903;0.1811764;0.1780622,-0.2367114;-0.03929387;0.3401177,0.06519136;0.003493386;-0.04623723,0.08477585;-0.3738366;-0.005758438,0.08507706;-0.7149141;0.07276553,0.08125806;-0.7064191;-0.02482009,-0.06398427;0.009718929;-0.04702718,-0.1214433;-0.3649674;-0.02040814,-0.1437925;-0.7060164;0.0549982,-0.1450629;-0.6974489;-0.04266978,0.004079429;0.3993287;-0.02087694,0;0;0,0.004448086;0.1999454;-0.001429497,0.01137406;0.4992059;-0.02026156,0.1257812;0.3722784;-0.007176278,0.1631436;0.09555459;0.01351149,0.1915186;-0.1793275;-0.03159581,-0.1083122;0.3861669;0.0102988,-0.1675189;0.1718345;0.1804639,-0.2318697;-0.05114037;0.3371202,0.07087982;0.003015015;-0.03697243,0.09290757;-0.3741805;0.00350403,0.101113;-0.7171708;0.0727156,0.1064658;-0.76614;0.01159914,-0.07090784;0.006870055;-0.03639892,-0.1127575;-0.3700439;-0.01222274,-0.1328072;-0.7133067;0.05311246,-0.1365099;-0.7034771;-0.04476218,0.009010311;0.3996646;-0.01099067,69.10689
+0;0;0,0.002019615;0.1999039;-0.005860191,0.005031099;0.4985643;-0.03318117,0.1203084;0.3702987;-0.01394274,0.1520286;0.09487858;0.02526952,0.1888046;-0.1772502;-0.02944295,-0.1137839;0.383019;-0.005313102,-0.1772903;0.1811764;0.1780622,-0.2367114;-0.03929387;0.3401177,0.06519136;0.003493386;-0.04623723,0.08477585;-0.3738366;-0.005758438,0.08507706;-0.7149141;0.07276553,0.08125806;-0.7064191;-0.02482009,-0.06398427;0.009718929;-0.04702718,-0.1214433;-0.3649674;-0.02040814,-0.1437925;-0.7060164;0.0549982,-0.1450629;-0.6974489;-0.04266978,0.004079429;0.3993287;-0.02087694,0;0;0,0.004448086;0.1999454;-0.001429497,0.01137406;0.4992059;-0.02026156,0.1257812;0.3722784;-0.007176278,0.1631436;0.09555459;0.01351149,0.1915186;-0.1793275;-0.03159581,-0.1083122;0.3861669;0.0102988,-0.1675189;0.1718345;0.1804639,-0.2318697;-0.05114037;0.3371202,0.07087982;0.003015015;-0.03697243,0.09290757;-0.3741805;0.00350403,0.101113;-0.7171708;0.0727156,0.1064658;-0.76614;0.01159914,-0.07090784;0.006870055;-0.03639892,-0.1127575;-0.3700439;-0.01222274,-0.1328072;-0.7133067;0.05311246,-0.1365099;-0.7034771;-0.04476218,0.009010311;0.3996646;-0.01099067,69.12884
+0;0;0,0.002052056;0.1999008;-0.0059551,0.005103709;0.4985545;-0.03334773,0.1203528;0.370199;-0.01424919,0.1517192;0.09476265;0.02513312,0.188812;-0.1773762;-0.02931468,-0.1137861;0.3834216;-0.005493394,-0.1777891;0.1849728;0.18138,-0.2367697;-0.03311308;0.3467881,0.06521462;0.003419351;-0.04620997,0.08477367;-0.3739063;-0.005678527,0.08517673;-0.7149906;0.07281541,0.08132798;-0.7065083;-0.02476625,-0.06394637;0.009769993;-0.04706812,-0.1213938;-0.364915;-0.02040394,-0.1437233;-0.705957;0.05503966,-0.1450225;-0.6973998;-0.04262569,0.00413758;0.3993214;-0.02102418,0;0;0,0.004449372;0.1999447;-0.001522822,0.01137749;0.4992025;-0.02040062,0.1257792;0.3722472;-0.007392312,0.1631196;0.09551844;0.01326864,0.1916208;-0.1793755;-0.03168707,-0.1083243;0.3863033;0.01018065,-0.1682192;0.172441;0.180696,-0.2321978;-0.0501684;0.3380231,0.07090101;0.003006223;-0.03693249,0.09288938;-0.3741852;0.003603313,0.1011739;-0.7171664;0.07285069,0.1062816;-0.7661768;0.01176644,-0.07087233;0.006869784;-0.03646804,-0.1128069;-0.3700254;-0.01214666,-0.1328227;-0.7132774;0.05325533,-0.136554;-0.7034569;-0.04461634,0.009012243;0.3996623;-0.01111867,69.14011
+0;0;0,0.002052056;0.1999008;-0.0059551,0.005103709;0.4985545;-0.03334773,0.1203528;0.370199;-0.01424919,0.1517192;0.09476265;0.02513312,0.188812;-0.1773762;-0.02931468,-0.1137861;0.3834216;-0.005493394,-0.1777891;0.1849728;0.18138,-0.2367697;-0.03311308;0.3467881,0.06521462;0.003419351;-0.04620997,0.08477367;-0.3739063;-0.005678527,0.08517673;-0.7149906;0.07281541,0.08132798;-0.7065083;-0.02476625,-0.06394637;0.009769993;-0.04706812,-0.1213938;-0.364915;-0.02040394,-0.1437233;-0.705957;0.05503966,-0.1450225;-0.6973998;-0.04262569,0.00413758;0.3993214;-0.02102418,0;0;0,0.004449372;0.1999447;-0.001522822,0.01137749;0.4992025;-0.02040062,0.1257792;0.3722472;-0.007392312,0.1631196;0.09551844;0.01326864,0.1916208;-0.1793755;-0.03168707,-0.1083243;0.3863033;0.01018065,-0.1682192;0.172441;0.180696,-0.2321978;-0.0501684;0.3380231,0.07090101;0.003006223;-0.03693249,0.09288938;-0.3741852;0.003603313,0.1011739;-0.7171664;0.07285069,0.1062816;-0.7661768;0.01176644,-0.07087233;0.006869784;-0.03646804,-0.1128069;-0.3700254;-0.01214666,-0.1328227;-0.7132774;0.05325533,-0.136554;-0.7034569;-0.04461634,0.009012243;0.3996623;-0.01111867,69.15189
+0;0;0,0.002052056;0.1999008;-0.0059551,0.005103709;0.4985545;-0.03334773,0.1203528;0.370199;-0.01424919,0.1517192;0.09476265;0.02513312,0.188812;-0.1773762;-0.02931468,-0.1137861;0.3834216;-0.005493394,-0.1777891;0.1849728;0.18138,-0.2367697;-0.03311308;0.3467881,0.06521462;0.003419351;-0.04620997,0.08477367;-0.3739063;-0.005678527,0.08517673;-0.7149906;0.07281541,0.08132798;-0.7065083;-0.02476625,-0.06394637;0.009769993;-0.04706812,-0.1213938;-0.364915;-0.02040394,-0.1437233;-0.705957;0.05503966,-0.1450225;-0.6973998;-0.04262569,0.00413758;0.3993214;-0.02102418,0;0;0,0.004527282;0.1999419;-0.001660282,0.0116281;0.4991888;-0.02064473,0.1259589;0.372212;-0.007538073,0.1634455;0.09551668;0.01330542,0.1920904;-0.1793454;-0.03175367,-0.1081239;0.3864163;0.01011634,-0.1682281;0.1728323;0.1809068,-0.2320942;-0.04965059;0.3384583,0.07087599;0.002997815;-0.03698117,0.09287599;-0.3741642;0.003820654,0.1011993;-0.7171566;0.07300851,0.1070367;-0.765812;0.01153286,-0.07090419;0.006870575;-0.03640593,-0.1127472;-0.3700218;-0.01188484,-0.1327736;-0.7132661;0.0535548,-0.1365409;-0.7034597;-0.04431259,0.009200117;0.3996534;-0.01132763,69.17346
+0;0;0,0.002056919;0.1998972;-0.006074654,0.005098338;0.498537;-0.03362007,0.1203547;0.3701686;-0.01461429,0.1515795;0.0947673;0.02512411,0.188831;-0.1773948;-0.02909895,-0.113818;0.3837279;-0.005627627,-0.1778978;0.1890015;0.1850958,-0.2382993;-0.0241822;0.3562809,0.0652161;0.0033927;-0.04620983,0.08474308;-0.3739295;-0.005631126,0.08515804;-0.7150207;0.0728334,0.08123936;-0.7065539;-0.02474204,-0.06394468;0.009771738;-0.04707007,-0.1214241;-0.3649198;-0.02056807,-0.1436868;-0.7059429;0.05498122,-0.1450572;-0.6974029;-0.04267936,0.004136113;0.3993098;-0.02124905,0;0;0,0.004527282;0.1999419;-0.001660282,0.0116281;0.4991888;-0.02064473,0.1259589;0.372212;-0.007538073,0.1634455;0.09551668;0.01330542,0.1920904;-0.1793454;-0.03175367,-0.1081239;0.3864163;0.01011634,-0.1682281;0.1728323;0.1809068,-0.2320942;-0.04965059;0.3384583,0.07087599;0.002997815;-0.03698117,0.09287599;-0.3741642;0.003820654,0.1011993;-0.7171566;0.07300851,0.1070367;-0.765812;0.01153286,-0.07090419;0.006870575;-0.03640593,-0.1127472;-0.3700218;-0.01188484,-0.1327736;-0.7132661;0.0535548,-0.1365409;-0.7034597;-0.04431259,0.009200117;0.3996534;-0.01132763,69.18492
+0;0;0,0.002056919;0.1998972;-0.006074654,0.005098338;0.498537;-0.03362007,0.1203547;0.3701686;-0.01461429,0.1515795;0.0947673;0.02512411,0.188831;-0.1773948;-0.02909895,-0.113818;0.3837279;-0.005627627,-0.1778978;0.1890015;0.1850958,-0.2382993;-0.0241822;0.3562809,0.0652161;0.0033927;-0.04620983,0.08474308;-0.3739295;-0.005631126,0.08515804;-0.7150207;0.0728334,0.08123936;-0.7065539;-0.02474204,-0.06394468;0.009771738;-0.04707007,-0.1214241;-0.3649198;-0.02056807,-0.1436868;-0.7059429;0.05498122,-0.1450572;-0.6974029;-0.04267936,0.004136113;0.3993098;-0.02124905,0;0;0,0.004527282;0.1999419;-0.001660282,0.0116281;0.4991888;-0.02064473,0.1259589;0.372212;-0.007538073,0.1634455;0.09551668;0.01330542,0.1920904;-0.1793454;-0.03175367,-0.1081239;0.3864163;0.01011634,-0.1682281;0.1728323;0.1809068,-0.2320942;-0.04965059;0.3384583,0.07087599;0.002997815;-0.03698117,0.09287599;-0.3741642;0.003820654,0.1011993;-0.7171566;0.07300851,0.1070367;-0.765812;0.01153286,-0.07090419;0.006870575;-0.03640593,-0.1127472;-0.3700218;-0.01188484,-0.1327736;-0.7132661;0.0535548,-0.1365409;-0.7034597;-0.04431259,0.009200117;0.3996534;-0.01132763,69.19619

+ 145 - 0
DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_OneArm_Backward_None_Fast.csv

@@ -0,0 +1,145 @@
+Demo_SpineBase,Demo_SpineMid,Demo_Neck,Demo_ShoulderLeft,Demo_ElbowLeft,Demo_WristLeft,Demo_ShoulderRight,Demo_ElbowRight,Demo_WristRight,Demo_HipLeft,Demo_KneeLeft,Demo_AnkleLeft,Demo_FootLeft,Demo_HipRight,Demo_KneeRight,Demo_AnkleRight,Demo_FootRight,Demo_SpineShoulder,Body_SpineBase,Body_SpineMid,Body_Neck,Body_ShoulderLeft,Body_ElbowLeft,Body_WristLeft,Body_ShoulderRight,Body_ElbowRight,Body_WristRight,Body_HipLeft,Body_KneeLeft,Body_AnkleLeft,Body_FootLeft,Body_HipRight,Body_KneeRight,Body_AnkleRight,Body_FootRight,Body_SpineShoulder,time
+0;0;0,0.001160416;0.199996;-0.0004995701,0.002856159;0.4995086;-0.01631938,0.1173232;0.3683769;0.006345692,0.1499064;0.09119913;0.02894738,0.1891841;-0.1784323;-0.03552077,-0.1116171;0.3626145;-0.005422601,-0.1578319;0.08698881;-0.02258764,-0.2052855;-0.1828766;-0.08021432,0.06524741;0.007412004;-0.04569286,0.08798233;-0.3702419;-0.01018688,0.08846637;-0.7112093;0.06881304,0.09057386;-0.7018966;-0.02900104,-0.0629919;0.00650972;-0.04888397,-0.1188819;-0.3682594;-0.02017145,-0.1399422;-0.7096894;0.05386915,-0.1353004;-0.7002203;-0.04389044,0.002429015;0.3998472;-0.008108753,0;0;0,0.0003461439;0.199992;0.001752305,0.0006256492;0.4996163;-0.0118931,0.1166277;0.3706476;0.003627152,0.152832;0.09453809;0.03282982,0.1999156;-0.1750635;-0.02631496,-0.1136682;0.363192;-0.007977405,-0.1565515;0.08690295;-0.02299042,-0.2055665;-0.1828873;-0.07965389,0.06514423;0.007670877;-0.04579723,0.08928022;-0.3694605;-0.005930364,0.0913675;-0.7100277;0.07475197,0.0933495;-0.7005582;-0.02309776,-0.06362922;0.005997366;-0.04811813,-0.1194778;-0.3687427;-0.01894941,-0.138896;-0.7095882;0.05816913,-0.134382;-0.699975;-0.03962661,0.0005244321;0.3998972;-0.004403619,5.595784
+0;0;0,0.001122359;0.1999954;-0.0007571098,0.002718218;0.4994405;-0.01774273,0.1171903;0.368595;0.006166598,0.1499385;0.09141222;0.02846581,0.1889811;-0.1782079;-0.03619242,-0.1117447;0.362743;-0.005461181,-0.1579737;0.08708635;-0.02208297,-0.2055417;-0.1830075;-0.07853299,0.06523737;0.007396927;-0.04570964,0.08796251;-0.3702321;-0.009933967,0.08789599;-0.7111605;0.0692353,0.08995685;-0.7019191;-0.0285647,-0.0630712;0.006505281;-0.04878221,-0.1192271;-0.3682192;-0.02000558,-0.1403657;-0.7096388;0.05406036,-0.1357722;-0.7002404;-0.04368665,0.002327365;0.3998199;-0.009049213,0;0;0,0.0003461439;0.199992;0.001752305,0.0006256492;0.4996163;-0.0118931,0.1166277;0.3706476;0.003627152,0.152832;0.09453809;0.03282982,0.1999156;-0.1750635;-0.02631496,-0.1136682;0.363192;-0.007977405,-0.1565515;0.08690295;-0.02299042,-0.2055665;-0.1828873;-0.07965389,0.06514423;0.007670877;-0.04579723,0.08928022;-0.3694605;-0.005930364,0.0913675;-0.7100277;0.07475197,0.0933495;-0.7005582;-0.02309776,-0.06362922;0.005997366;-0.04811813,-0.1194778;-0.3687427;-0.01894941,-0.138896;-0.7095882;0.05816913,-0.134382;-0.699975;-0.03962661,0.0005244321;0.3998972;-0.004403619,5.614219
+0;0;0,0.001122359;0.1999954;-0.0007571098,0.002718218;0.4994405;-0.01774273,0.1171903;0.368595;0.006166598,0.1499385;0.09141222;0.02846581,0.1889811;-0.1782079;-0.03619242,-0.1117447;0.362743;-0.005461181,-0.1579737;0.08708635;-0.02208297,-0.2055417;-0.1830075;-0.07853299,0.06523737;0.007396927;-0.04570964,0.08796251;-0.3702321;-0.009933967,0.08789599;-0.7111605;0.0692353,0.08995685;-0.7019191;-0.0285647,-0.0630712;0.006505281;-0.04878221,-0.1192271;-0.3682192;-0.02000558,-0.1403657;-0.7096388;0.05406036,-0.1357722;-0.7002404;-0.04368665,0.002327365;0.3998199;-0.009049213,0;0;0,0.0003625965;0.1999922;0.001731555,0.0006856198;0.4996145;-0.01195436,0.1166683;0.3706168;0.003562469,0.152812;0.09451339;0.0328969,0.1998667;-0.1751056;-0.02619189,-0.1135869;0.3630992;-0.00817154,-0.1567847;0.08684146;-0.02285642,-0.2059451;-0.1828935;-0.07965682,0.06514762;0.007678263;-0.04579118,0.08930128;-0.369458;-0.005981091,0.09136049;-0.7100197;0.07472511,0.09338637;-0.7005562;-0.02312247,-0.0636296;0.006000208;-0.04811726,-0.1194908;-0.3687364;-0.018928,-0.1389369;-0.7095842;0.05817314,-0.1343789;-0.6999777;-0.03961915,0.0005713594;0.3998965;-0.004450684,5.630922
+0;0;0,0.001122359;0.1999954;-0.0007571098,0.002718218;0.4994405;-0.01774273,0.1171903;0.368595;0.006166598,0.1499385;0.09141222;0.02846581,0.1889811;-0.1782079;-0.03619242,-0.1117447;0.362743;-0.005461181,-0.1579737;0.08708635;-0.02208297,-0.2055417;-0.1830075;-0.07853299,0.06523737;0.007396927;-0.04570964,0.08796251;-0.3702321;-0.009933967,0.08789599;-0.7111605;0.0692353,0.08995685;-0.7019191;-0.0285647,-0.0630712;0.006505281;-0.04878221,-0.1192271;-0.3682192;-0.02000558,-0.1403657;-0.7096388;0.05406036,-0.1357722;-0.7002404;-0.04368665,0.002327365;0.3998199;-0.009049213,0;0;0,0.0003625965;0.1999922;0.001731555,0.0006856198;0.4996145;-0.01195436,0.1166683;0.3706168;0.003562469,0.152812;0.09451339;0.0328969,0.1998667;-0.1751056;-0.02619189,-0.1135869;0.3630992;-0.00817154,-0.1567847;0.08684146;-0.02285642,-0.2059451;-0.1828935;-0.07965682,0.06514762;0.007678263;-0.04579118,0.08930128;-0.369458;-0.005981091,0.09136049;-0.7100197;0.07472511,0.09338637;-0.7005562;-0.02312247,-0.0636296;0.006000208;-0.04811726,-0.1194908;-0.3687364;-0.018928,-0.1389369;-0.7095842;0.05817314,-0.1343789;-0.6999777;-0.03961915,0.0005713594;0.3998965;-0.004450684,5.646493
+0;0;0,0.001074189;0.1999971;-0.0001394829,0.002711084;0.4996344;-0.0136882,0.1172838;0.3681334;0.006683109,0.1500218;0.09094617;0.02894223,0.1893689;-0.1784109;-0.03662137,-0.1116443;0.3623577;-0.004751006,-0.1579696;0.08668718;-0.02086682,-0.2056883;-0.1836923;-0.0758017,0.06525832;0.00740487;-0.04567843,0.0878899;-0.3702129;-0.009724475,0.08759212;-0.7111379;0.0694592,0.08957136;-0.7017056;-0.02838278,-0.0631231;0.006493156;-0.04871666,-0.1195037;-0.3681797;-0.01970862,-0.1406755;-0.7096306;0.05420359,-0.1361641;-0.7000375;-0.04358806,0.002320833;0.3998906;-0.006545255,0;0;0,0.000363956;0.1999917;0.001783638,0.0006954728;0.4996165;-0.0118436,0.1166756;0.3705727;0.003506741,0.1528834;0.0944933;0.0329877,0.1997551;-0.1751587;-0.0260957,-0.1135623;0.363057;-0.00815024,-0.1568942;0.08681405;-0.02271716,-0.2061798;-0.1828924;-0.07954464,0.06516108;0.007668335;-0.04577368,0.08946383;-0.3694528;-0.005911611,0.09138792;-0.7099777;0.07495292,0.09339154;-0.7005082;-0.02289639,-0.06363019;0.006020566;-0.04811394,-0.1193744;-0.3687199;-0.01875181,-0.1388845;-0.7095561;0.05838481,-0.1343488;-0.6999437;-0.03940974,0.0005796423;0.3998974;-0.004354481,5.669115
+0;0;0,0.001074189;0.1999971;-0.0001394829,0.002711084;0.4996344;-0.0136882,0.1172838;0.3681334;0.006683109,0.1500218;0.09094617;0.02894223,0.1893689;-0.1784109;-0.03662137,-0.1116443;0.3623577;-0.004751006,-0.1579696;0.08668718;-0.02086682,-0.2056883;-0.1836923;-0.0758017,0.06525832;0.00740487;-0.04567843,0.0878899;-0.3702129;-0.009724475,0.08759212;-0.7111379;0.0694592,0.08957136;-0.7017056;-0.02838278,-0.0631231;0.006493156;-0.04871666,-0.1195037;-0.3681797;-0.01970862,-0.1406755;-0.7096306;0.05420359,-0.1361641;-0.7000375;-0.04358806,0.002320833;0.3998906;-0.006545255,0;0;0,0.000363956;0.1999917;0.001783638,0.0006954728;0.4996165;-0.0118436,0.1166756;0.3705727;0.003506741,0.1528834;0.0944933;0.0329877,0.1997551;-0.1751587;-0.0260957,-0.1135623;0.363057;-0.00815024,-0.1568942;0.08681405;-0.02271716,-0.2061798;-0.1828924;-0.07954464,0.06516108;0.007668335;-0.04577368,0.08946383;-0.3694528;-0.005911611,0.09138792;-0.7099777;0.07495292,0.09339154;-0.7005082;-0.02289639,-0.06363019;0.006020566;-0.04811394,-0.1193744;-0.3687199;-0.01875181,-0.1388845;-0.7095561;0.05838481,-0.1343488;-0.6999437;-0.03940974,0.0005796423;0.3998974;-0.004354481,5.680122
+0;0;0,0.001074189;0.1999971;-0.0001394829,0.002711084;0.4996344;-0.0136882,0.1172838;0.3681334;0.006683109,0.1500218;0.09094617;0.02894223,0.1893689;-0.1784109;-0.03662137,-0.1116443;0.3623577;-0.004751006,-0.1579696;0.08668718;-0.02086682,-0.2056883;-0.1836923;-0.0758017,0.06525832;0.00740487;-0.04567843,0.0878899;-0.3702129;-0.009724475,0.08759212;-0.7111379;0.0694592,0.08957136;-0.7017056;-0.02838278,-0.0631231;0.006493156;-0.04871666,-0.1195037;-0.3681797;-0.01970862,-0.1406755;-0.7096306;0.05420359,-0.1361641;-0.7000375;-0.04358806,0.002320833;0.3998906;-0.006545255,0;0;0,0.0004153993;0.1999907;0.001884874,0.0007761844;0.4996189;-0.0116574,0.1167502;0.3705338;0.003534243,0.1528474;0.09445265;0.03313515,0.1996598;-0.1752343;-0.02583542,-0.1134639;0.3630005;-0.008114114,-0.1569203;0.08676961;-0.02253855,-0.2063586;-0.1829353;-0.07924066,0.06513213;0.007614793;-0.04582379,0.08946611;-0.3694846;-0.005774423,0.09122126;-0.7099923;0.07516613,0.09322745;-0.7005173;-0.02268428,-0.06366067;0.006077792;-0.04806641,-0.1193526;-0.3686603;-0.01857441,-0.1387539;-0.7094829;0.05864941,-0.13422;-0.6998658;-0.03914621,0.0006549541;0.3998984;-0.004186973,5.702577
+0;0;0,0.0009205777;0.1999976;0.0003336935,0.002355282;0.4996923;-0.01194184,0.1170948;0.3679364;0.006733106,0.1499004;0.09076688;0.02911187,0.1892118;-0.1785582;-0.03660445,-0.1118464;0.3621689;-0.00431922,-0.1580945;0.08644611;-0.01974757,-0.2062179;-0.1842244;-0.07286629,0.06531867;0.007406574;-0.04559182,0.08798233;-0.3702024;-0.009566147,0.08717655;-0.7110512;0.06994118,0.08902953;-0.7015283;-0.02792228,-0.06311563;0.006487714;-0.04872706,-0.1198258;-0.3681085;-0.0193735,-0.1410146;-0.7095292;0.05467327,-0.1366314;-0.6998461;-0.04314294,0.00205818;0.3999161;-0.005261885,0;0;0,0.0004153993;0.1999907;0.001884874,0.0007761844;0.4996189;-0.0116574,0.1167502;0.3705338;0.003534243,0.1528474;0.09445265;0.03313515,0.1996598;-0.1752343;-0.02583542,-0.1134639;0.3630005;-0.008114114,-0.1569203;0.08676961;-0.02253855,-0.2063586;-0.1829353;-0.07924066,0.06513213;0.007614793;-0.04582379,0.08946611;-0.3694846;-0.005774423,0.09122126;-0.7099923;0.07516613,0.09322745;-0.7005173;-0.02268428,-0.06366067;0.006077792;-0.04806641,-0.1193526;-0.3686603;-0.01857441,-0.1387539;-0.7094829;0.05864941,-0.13422;-0.6998658;-0.03914621,0.0006549541;0.3998984;-0.004186973,5.724665
+0;0;0,0.0009205777;0.1999976;0.0003336935,0.002355282;0.4996923;-0.01194184,0.1170948;0.3679364;0.006733106,0.1499004;0.09076688;0.02911187,0.1892118;-0.1785582;-0.03660445,-0.1118464;0.3621689;-0.00431922,-0.1580945;0.08644611;-0.01974757,-0.2062179;-0.1842244;-0.07286629,0.06531867;0.007406574;-0.04559182,0.08798233;-0.3702024;-0.009566147,0.08717655;-0.7110512;0.06994118,0.08902953;-0.7015283;-0.02792228,-0.06311563;0.006487714;-0.04872706,-0.1198258;-0.3681085;-0.0193735,-0.1410146;-0.7095292;0.05467327,-0.1366314;-0.6998461;-0.04314294,0.00205818;0.3999161;-0.005261885,0;0;0,0.0004921635;0.1999902;0.001919548,0.0009891781;0.4996191;-0.01159975,0.1168925;0.3704668;0.003641806,0.1529937;0.09438992;0.03327718,0.1997307;-0.1752973;-0.0257523,-0.1132899;0.3629602;-0.008006183,-0.1568259;0.08673817;-0.02235878,-0.2062634;-0.1829875;-0.07896262,0.06519625;0.007614257;-0.04573262,0.08968508;-0.3694628;-0.005568374,0.09134994;-0.7099442;0.07548501,0.09335519;-0.7004671;-0.02236588,-0.06362236;0.006089287;-0.04811566,-0.1191764;-0.3686432;-0.01829497,-0.1385337;-0.7094552;0.05898704,-0.134002;-0.6998426;-0.03880772,0.0008178885;0.3998983;-0.004134346,5.735959
+0;0;0,0.0009205777;0.1999976;0.0003336935,0.002355282;0.4996923;-0.01194184,0.1170948;0.3679364;0.006733106,0.1499004;0.09076688;0.02911187,0.1892118;-0.1785582;-0.03660445,-0.1118464;0.3621689;-0.00431922,-0.1580945;0.08644611;-0.01974757,-0.2062179;-0.1842244;-0.07286629,0.06531867;0.007406574;-0.04559182,0.08798233;-0.3702024;-0.009566147,0.08717655;-0.7110512;0.06994118,0.08902953;-0.7015283;-0.02792228,-0.06311563;0.006487714;-0.04872706,-0.1198258;-0.3681085;-0.0193735,-0.1410146;-0.7095292;0.05467327,-0.1366314;-0.6998461;-0.04314294,0.00205818;0.3999161;-0.005261885,0;0;0,0.0004921635;0.1999902;0.001919548,0.0009891781;0.4996191;-0.01159975,0.1168925;0.3704668;0.003641806,0.1529937;0.09438992;0.03327718,0.1997307;-0.1752973;-0.0257523,-0.1132899;0.3629602;-0.008006183,-0.1568259;0.08673817;-0.02235878,-0.2062634;-0.1829875;-0.07896262,0.06519625;0.007614257;-0.04573262,0.08968508;-0.3694628;-0.005568374,0.09134994;-0.7099442;0.07548501,0.09335519;-0.7004671;-0.02236588,-0.06362236;0.006089287;-0.04811566,-0.1191764;-0.3686432;-0.01829497,-0.1385337;-0.7094552;0.05898704,-0.134002;-0.6998426;-0.03880772,0.0008178885;0.3998983;-0.004134346,5.747197
+0;0;0,0.0009911087;0.1999961;0.0007564592,0.002547033;0.4997241;-0.01062938,0.1172971;0.3677774;0.006733682,0.1499523;0.09059313;0.02915049,0.1891891;-0.1786851;-0.0368017,-0.1116692;0.3620784;-0.004084284,-0.1578944;0.08630902;-0.01872864,-0.2064811;-0.1844248;-0.07109784,0.06531451;0.007368188;-0.04560399,0.08807789;-0.3702401;-0.009634446,0.08677565;-0.7109998;0.07024726,0.08854668;-0.7014036;-0.02763303,-0.0631775;0.006502986;-0.04864478,-0.1199626;-0.3680718;-0.019163,-0.1412041;-0.7094775;0.05493782,-0.1369055;-0.6997269;-0.04289615,0.002204426;0.3999307;-0.004214045,0;0;0,0.0005442192;0.1999899;0.001934526,0.001156715;0.4996189;-0.01157818,0.1170062;0.3704208;0.003640797,0.1531189;0.09434986;0.03331737,0.1998235;-0.1753106;-0.0258597,-0.1131632;0.3629447;-0.007923191,-0.1567143;0.08672345;-0.02224545,-0.2062906;-0.1829882;-0.07879479,0.06523274;0.00761334;-0.0456807,0.08973664;-0.3694642;-0.005529996,0.09135763;-0.7099233;0.07561792,0.09333473;-0.7004449;-0.02223376,-0.06359369;0.006102265;-0.04815189,-0.1191147;-0.3686249;-0.01820212,-0.1383646;-0.7094375;0.05910353,-0.1338627;-0.6998232;-0.038693,0.0009418034;0.399898;-0.004115044,5.769708
+0;0;0,0.0009911087;0.1999961;0.0007564592,0.002547033;0.4997241;-0.01062938,0.1172971;0.3677774;0.006733682,0.1499523;0.09059313;0.02915049,0.1891891;-0.1786851;-0.0368017,-0.1116692;0.3620784;-0.004084284,-0.1578944;0.08630902;-0.01872864,-0.2064811;-0.1844248;-0.07109784,0.06531451;0.007368188;-0.04560399,0.08807789;-0.3702401;-0.009634446,0.08677565;-0.7109998;0.07024726,0.08854668;-0.7014036;-0.02763303,-0.0631775;0.006502986;-0.04864478,-0.1199626;-0.3680718;-0.019163,-0.1412041;-0.7094775;0.05493782,-0.1369055;-0.6997269;-0.04289615,0.002204426;0.3999307;-0.004214045,0;0;0,0.0005442192;0.1999899;0.001934526,0.001156715;0.4996189;-0.01157818,0.1170062;0.3704208;0.003640797,0.1531189;0.09434986;0.03331737,0.1998235;-0.1753106;-0.0258597,-0.1131632;0.3629447;-0.007923191,-0.1567143;0.08672345;-0.02224545,-0.2062906;-0.1829882;-0.07879479,0.06523274;0.00761334;-0.0456807,0.08973664;-0.3694642;-0.005529996,0.09135763;-0.7099233;0.07561792,0.09333473;-0.7004449;-0.02223376,-0.06359369;0.006102265;-0.04815189,-0.1191147;-0.3686249;-0.01820212,-0.1383646;-0.7094375;0.05910353,-0.1338627;-0.6998232;-0.038693,0.0009418034;0.399898;-0.004115044,5.780907
+0;0;0,0.0009911087;0.1999961;0.0007564592,0.002547033;0.4997241;-0.01062938,0.1172971;0.3677774;0.006733682,0.1499523;0.09059313;0.02915049,0.1891891;-0.1786851;-0.0368017,-0.1116692;0.3620784;-0.004084284,-0.1578944;0.08630902;-0.01872864,-0.2064811;-0.1844248;-0.07109784,0.06531451;0.007368188;-0.04560399,0.08807789;-0.3702401;-0.009634446,0.08677565;-0.7109998;0.07024726,0.08854668;-0.7014036;-0.02763303,-0.0631775;0.006502986;-0.04864478,-0.1199626;-0.3680718;-0.019163,-0.1412041;-0.7094775;0.05493782,-0.1369055;-0.6997269;-0.04289615,0.002204426;0.3999307;-0.004214045,0;0;0,0.0005724956;0.1999901;0.001903867,0.001252435;0.4996165;-0.01166181,0.1170746;0.3703889;0.003535673,0.1530474;0.09431568;0.03336112,0.19972;-0.1752991;-0.02604866,-0.1130918;0.3629445;-0.007926309,-0.1566955;0.08672988;-0.02221625,-0.2063067;-0.1829941;-0.07867582,0.06522398;0.00758916;-0.04569723,0.08967195;-0.3694912;-0.00553887,0.091176;-0.7099275;0.07570687,0.09312257;-0.7004524;-0.02214475,-0.06361022;0.006122459;-0.04812749,-0.1191323;-0.3686066;-0.01820354,-0.1386207;-0.7093304;0.05943314,-0.1341488;-0.6997288;-0.03836211,0.001015474;0.399897;-0.004180607,5.803236
+0;0;0,0.0009889983;0.1999974;0.0002888122,0.002368324;0.4995538;-0.01457241,0.1171649;0.3683048;0.006281434,0.1500892;0.09115133;0.02868569,0.1890498;-0.1782064;-0.03710561,-0.1118992;0.3624769;-0.004433909,-0.1582578;0.08667895;-0.01808576,-0.2072274;-0.184158;-0.06955758,0.06529637;0.007385814;-0.0456271,0.08773863;-0.370221;-0.009441298,0.08626895;-0.7109613;0.07052062,0.08800448;-0.7015415;-0.02732335,-0.06323513;0.006475253;-0.04857355,-0.1203282;-0.3680418;-0.01895322,-0.1419263;-0.7093849;0.05533308,-0.1376587;-0.6998014;-0.0424675,0.002104183;0.3998779;-0.006531805,0;0;0,0.0005724956;0.1999901;0.001903867,0.001252435;0.4996165;-0.01166181,0.1170746;0.3703889;0.003535673,0.1530474;0.09431568;0.03336112,0.19972;-0.1752991;-0.02604866,-0.1130918;0.3629445;-0.007926309,-0.1566955;0.08672988;-0.02221625,-0.2063067;-0.1829941;-0.07867582,0.06522398;0.00758916;-0.04569723,0.08967195;-0.3694912;-0.00553887,0.091176;-0.7099275;0.07570687,0.09312257;-0.7004524;-0.02214475,-0.06361022;0.006122459;-0.04812749,-0.1191323;-0.3686066;-0.01820354,-0.1386207;-0.7093304;0.05943314,-0.1341488;-0.6997288;-0.03836211,0.001015474;0.399897;-0.004180607,5.814629
+0;0;0,0.0009889983;0.1999974;0.0002888122,0.002368324;0.4995538;-0.01457241,0.1171649;0.3683048;0.006281434,0.1500892;0.09115133;0.02868569,0.1890498;-0.1782064;-0.03710561,-0.1118992;0.3624769;-0.004433909,-0.1582578;0.08667895;-0.01808576,-0.2072274;-0.184158;-0.06955758,0.06529637;0.007385814;-0.0456271,0.08773863;-0.370221;-0.009441298,0.08626895;-0.7109613;0.07052062,0.08800448;-0.7015415;-0.02732335,-0.06323513;0.006475253;-0.04857355,-0.1203282;-0.3680418;-0.01895322,-0.1419263;-0.7093849;0.05533308,-0.1376587;-0.6998014;-0.0424675,0.002104183;0.3998779;-0.006531805,0;0;0,0.0005964598;0.1999901;0.001900393,0.001310646;0.4996175;-0.01164367,0.117115;0.3703439;0.003519194,0.1528679;0.09424073;0.03333156,0.1992935;-0.1754392;-0.02597616,-0.1130333;0.3629153;-0.007881082,-0.156794;0.08671913;-0.02204619,-0.2065361;-0.1829885;-0.07846908,0.06523031;0.00757309;-0.04569087,0.08962713;-0.3695014;-0.005446188,0.09109732;-0.7099203;0.07587291,0.09302681;-0.7004449;-0.02197913,-0.06361552;0.006145391;-0.04811755,-0.1193637;-0.3685517;-0.01821465,-0.1386996;-0.7092492;0.05957583,-0.1342449;-0.6996438;-0.03822098,0.001065621;0.3998973;-0.004171362,5.836478
+0;0;0,0.0009889983;0.1999974;0.0002888122,0.002368324;0.4995538;-0.01457241,0.1171649;0.3683048;0.006281434,0.1500892;0.09115133;0.02868569,0.1890498;-0.1782064;-0.03710561,-0.1118992;0.3624769;-0.004433909,-0.1582578;0.08667895;-0.01808576,-0.2072274;-0.184158;-0.06955758,0.06529637;0.007385814;-0.0456271,0.08773863;-0.370221;-0.009441298,0.08626895;-0.7109613;0.07052062,0.08800448;-0.7015415;-0.02732335,-0.06323513;0.006475253;-0.04857355,-0.1203282;-0.3680418;-0.01895322,-0.1419263;-0.7093849;0.05533308,-0.1376587;-0.6998014;-0.0424675,0.002104183;0.3998779;-0.006531805,0;0;0,0.00061347;0.1999894;0.001964288,0.001339879;0.4996193;-0.01151733,0.1171418;0.3703058;0.00347133,0.1527962;0.09421083;0.03347687,0.199091;-0.1754536;-0.02600345,-0.1129772;0.36283;-0.007828362,-0.1568873;0.08664665;-0.02178018,-0.2066947;-0.1830728;-0.07808888,0.06523898;0.007540622;-0.04568384,0.08964;-0.3695234;-0.005343605,0.09117524;-0.709956;0.07591665,0.09307209;-0.7004737;-0.02193747,-0.06362199;0.006185109;-0.04810391,-0.1196082;-0.3684847;-0.01830365,-0.1386202;-0.709119;0.05984283,-0.1341978;-0.6995074;-0.03795674,0.001091929;0.3998981;-0.004060539,5.858721
+0;0;0,0.0009888215;0.1999965;0.0006541678,0.002518285;0.4996469;-0.01240362,0.1173152;0.3681534;0.006441843,0.1504823;0.09102795;0.02883469,0.1894969;-0.1783536;-0.03682679,-0.1117998;0.3623937;-0.004038877,-0.1582368;0.08655164;-0.01647955,-0.2075816;-0.1845632;-0.06609663,0.0652477;0.007340782;-0.04570395,0.08751827;-0.3702652;-0.009403225,0.08624341;-0.71094;0.07084034,0.08789022;-0.7014216;-0.02702586,-0.06332459;0.006497759;-0.04845385,-0.1204226;-0.3680153;-0.01879331,-0.142118;-0.709331;0.0555902,-0.1379368;-0.6996455;-0.04223537,0.002179948;0.3999072;-0.005201048,0;0;0,0.00061347;0.1999894;0.001964288,0.001339879;0.4996193;-0.01151733,0.1171418;0.3703058;0.00347133,0.1527962;0.09421083;0.03347687,0.199091;-0.1754536;-0.02600345,-0.1129772;0.36283;-0.007828362,-0.1568873;0.08664665;-0.02178018,-0.2066947;-0.1830728;-0.07808888,0.06523898;0.007540622;-0.04568384,0.08964;-0.3695234;-0.005343605,0.09117524;-0.709956;0.07591665,0.09307209;-0.7004737;-0.02193747,-0.06362199;0.006185109;-0.04810391,-0.1196082;-0.3684847;-0.01830365,-0.1386202;-0.709119;0.05984283,-0.1341978;-0.6995074;-0.03795674,0.001091929;0.3998981;-0.004060539,5.870378
+0;0;0,0.0009888215;0.1999965;0.0006541678,0.002518285;0.4996469;-0.01240362,0.1173152;0.3681534;0.006441843,0.1504823;0.09102795;0.02883469,0.1894969;-0.1783536;-0.03682679,-0.1117998;0.3623937;-0.004038877,-0.1582368;0.08655164;-0.01647955,-0.2075816;-0.1845632;-0.06609663,0.0652477;0.007340782;-0.04570395,0.08751827;-0.3702652;-0.009403225,0.08624341;-0.71094;0.07084034,0.08789022;-0.7014216;-0.02702586,-0.06332459;0.006497759;-0.04845385,-0.1204226;-0.3680153;-0.01879331,-0.142118;-0.709331;0.0555902,-0.1379368;-0.6996455;-0.04223537,0.002179948;0.3999072;-0.005201048,0;0;0,0.00061347;0.1999894;0.001964288,0.001339879;0.4996193;-0.01151733,0.1171418;0.3703058;0.00347133,0.1527962;0.09421083;0.03347687,0.199091;-0.1754536;-0.02600345,-0.1129772;0.36283;-0.007828362,-0.1568873;0.08664665;-0.02178018,-0.2066947;-0.1830728;-0.07808888,0.06523898;0.007540622;-0.04568384,0.08964;-0.3695234;-0.005343605,0.09117524;-0.709956;0.07591665,0.09307209;-0.7004737;-0.02193747,-0.06362199;0.006185109;-0.04810391,-0.1196082;-0.3684847;-0.01830365,-0.1386202;-0.709119;0.05984283,-0.1341978;-0.6995074;-0.03795674,0.001091929;0.3998981;-0.004060539,5.881444
+0;0;0,0.0009888215;0.1999965;0.0006541678,0.002518285;0.4996469;-0.01240362,0.1173152;0.3681534;0.006441843,0.1504823;0.09102795;0.02883469,0.1894969;-0.1783536;-0.03682679,-0.1117998;0.3623937;-0.004038877,-0.1582368;0.08655164;-0.01647955,-0.2075816;-0.1845632;-0.06609663,0.0652477;0.007340782;-0.04570395,0.08751827;-0.3702652;-0.009403225,0.08624341;-0.71094;0.07084034,0.08789022;-0.7014216;-0.02702586,-0.06332459;0.006497759;-0.04845385,-0.1204226;-0.3680153;-0.01879331,-0.142118;-0.709331;0.0555902,-0.1379368;-0.6996455;-0.04223537,0.002179948;0.3999072;-0.005201048,0;0;0,0.0006733075;0.1999887;0.00202028,0.001493904;0.4996211;-0.01139817,0.1172523;0.3702498;0.003504397,0.1527408;0.09414095;0.0335791,0.1989536;-0.1755267;-0.0259501,-0.1128513;0.3628102;-0.007688017,-0.1568354;0.08663347;-0.02153768,-0.2069607;-0.1830375;-0.07779589,0.06528566;0.007547566;-0.04561597,0.08960946;-0.3695035;-0.005109135,0.09126405;-0.7099506;0.07608847,0.09312545;-0.7004601;-0.02176805,-0.06358883;0.006184445;-0.04814783,-0.1193893;-0.3684815;-0.01795302,-0.1384843;-0.7091138;0.06018154,-0.1340972;-0.699494;-0.03762134,0.001212509;0.3998985;-0.003959726,5.903757
+0;0;0,0.001023162;0.1999973;0.0002237866,0.00249941;0.4995322;-0.0150795,0.1173333;0.3685762;0.005713917,0.1504133;0.09148598;0.02866501,0.1892885;-0.178003;-0.0366373,-0.1119153;0.362771;-0.0042222,-0.15854;0.08688706;-0.01490864,-0.2084031;-0.1844388;-0.06282494,0.06523548;0.007332591;-0.04572269,0.08736107;-0.3702655;-0.00925222,0.08642913;-0.7109063;0.07114056,0.08788751;-0.701519;-0.02670109,-0.06335816;0.006505039;-0.04840897,-0.1206783;-0.3679606;-0.01857756,-0.1422978;-0.7093061;0.0556911,-0.1383002;-0.6997461;-0.04211601,0.002175259;0.3998664;-0.006917601,0;0;0,0.0006733075;0.1999887;0.00202028,0.001493904;0.4996211;-0.01139817,0.1172523;0.3702498;0.003504397,0.1527408;0.09414095;0.0335791,0.1989536;-0.1755267;-0.0259501,-0.1128513;0.3628102;-0.007688017,-0.1568354;0.08663347;-0.02153768,-0.2069607;-0.1830375;-0.07779589,0.06528566;0.007547566;-0.04561597,0.08960946;-0.3695035;-0.005109135,0.09126405;-0.7099506;0.07608847,0.09312545;-0.7004601;-0.02176805,-0.06358883;0.006184445;-0.04814783,-0.1193893;-0.3684815;-0.01795302,-0.1384843;-0.7091138;0.06018154,-0.1340972;-0.699494;-0.03762134,0.001212509;0.3998985;-0.003959726,5.914864
+0;0;0,0.001023162;0.1999973;0.0002237866,0.00249941;0.4995322;-0.0150795,0.1173333;0.3685762;0.005713917,0.1504133;0.09148598;0.02866501,0.1892885;-0.178003;-0.0366373,-0.1119153;0.362771;-0.0042222,-0.15854;0.08688706;-0.01490864,-0.2084031;-0.1844388;-0.06282494,0.06523548;0.007332591;-0.04572269,0.08736107;-0.3702655;-0.00925222,0.08642913;-0.7109063;0.07114056,0.08788751;-0.701519;-0.02670109,-0.06335816;0.006505039;-0.04840897,-0.1206783;-0.3679606;-0.01857756,-0.1422978;-0.7093061;0.0556911,-0.1383002;-0.6997461;-0.04211601,0.002175259;0.3998664;-0.006917601,0;0;0,0.0007138478;0.1999883;0.002040459,0.001604144;0.4996222;-0.01134233,0.1173285;0.37017;0.0033937,0.1527075;0.09405744;0.03356268,0.198727;-0.1756569;-0.02590489,-0.1127634;0.3628102;-0.007674968,-0.1568905;0.08664855;-0.02137043,-0.2071342;-0.1830012;-0.0776252,0.06525108;0.007547363;-0.04566545,0.08946586;-0.3695216;-0.005259387,0.09126334;-0.7099013;0.07621732,0.09308746;-0.7004071;-0.02164065,-0.06362583;0.006195062;-0.04809755,-0.1194445;-0.3684697;-0.01792197,-0.1385262;-0.7091149;0.06015962,-0.134176;-0.6994907;-0.03764582,0.001299303;0.3998988;-0.003915722,5.925864
+0;0;0,0.001023162;0.1999973;0.0002237866,0.00249941;0.4995322;-0.0150795,0.1173333;0.3685762;0.005713917,0.1504133;0.09148598;0.02866501,0.1892885;-0.178003;-0.0366373,-0.1119153;0.362771;-0.0042222,-0.15854;0.08688706;-0.01490864,-0.2084031;-0.1844388;-0.06282494,0.06523548;0.007332591;-0.04572269,0.08736107;-0.3702655;-0.00925222,0.08642913;-0.7109063;0.07114056,0.08788751;-0.701519;-0.02670109,-0.06335816;0.006505039;-0.04840897,-0.1206783;-0.3679606;-0.01857756,-0.1422978;-0.7093061;0.0556911,-0.1383002;-0.6997461;-0.04211601,0.002175259;0.3998664;-0.006917601,0;0;0,0.0007138478;0.1999883;0.002040459,0.001604144;0.4996222;-0.01134233,0.1173285;0.37017;0.0033937,0.1527075;0.09405744;0.03356268,0.198727;-0.1756569;-0.02590489,-0.1127634;0.3628102;-0.007674968,-0.1568905;0.08664855;-0.02137043,-0.2071342;-0.1830012;-0.0776252,0.06525108;0.007547363;-0.04566545,0.08946586;-0.3695216;-0.005259387,0.09126334;-0.7099013;0.07621732,0.09308746;-0.7004071;-0.02164065,-0.06362583;0.006195062;-0.04809755,-0.1194445;-0.3684697;-0.01792197,-0.1385262;-0.7091149;0.06015962,-0.134176;-0.6994907;-0.03764582,0.001299303;0.3998988;-0.003915722,5.948325
+0;0;0,0.001001533;0.1999968;0.0005362124,0.002590037;0.4996165;-0.01320398,0.1174637;0.3684631;0.005617884,0.1506045;0.09140706;0.0288911,0.1891425;-0.178218;-0.03604842,-0.1118248;0.3625934;-0.003854905,-0.1590992;0.08674127;-0.01226284,-0.2091403;-0.1849522;-0.05785392,0.06525437;0.007353152;-0.04569243,0.08743155;-0.3702248;-0.009044863,0.08628731;-0.7108526;0.07140014,0.08758743;-0.7013767;-0.02646239,-0.06335848;0.006491117;-0.04841041,-0.1205946;-0.3679689;-0.01834812,-0.1423398;-0.7092676;0.05609848,-0.1385022;-0.6996182;-0.04173365,0.00221476;0.3998935;-0.005775497,0;0;0,0.0007508482;0.1999883;0.002027921,0.001730906;0.4996213;-0.01136755,0.1174373;0.3701676;0.003137839,0.1525775;0.09406295;0.03365616,0.1983174;-0.1756723;-0.02593204,-0.1126802;0.3628395;-0.007638792,-0.1568163;0.08666947;-0.0211332,-0.2071503;-0.1829373;-0.07751276,0.06523283;0.007534603;-0.04569363,0.08948065;-0.3695319;-0.005284574,0.09147803;-0.7099763;0.07591669,0.0932048;-0.7004711;-0.02194536,-0.06364457;0.006211549;-0.04807062,-0.11931;-0.3684709;-0.01783155,-0.1382225;-0.7091075;0.06032877,-0.1339703;-0.6994787;-0.03748195,0.001394118;0.3998983;-0.00393749,5.959519
+0;0;0,0.001001533;0.1999968;0.0005362124,0.002590037;0.4996165;-0.01320398,0.1174637;0.3684631;0.005617884,0.1506045;0.09140706;0.0288911,0.1891425;-0.178218;-0.03604842,-0.1118248;0.3625934;-0.003854905,-0.1590992;0.08674127;-0.01226284,-0.2091403;-0.1849522;-0.05785392,0.06525437;0.007353152;-0.04569243,0.08743155;-0.3702248;-0.009044863,0.08628731;-0.7108526;0.07140014,0.08758743;-0.7013767;-0.02646239,-0.06335848;0.006491117;-0.04841041,-0.1205946;-0.3679689;-0.01834812,-0.1423398;-0.7092676;0.05609848,-0.1385022;-0.6996182;-0.04173365,0.00221476;0.3998935;-0.005775497,0;0;0,0.0007508482;0.1999883;0.002027921,0.001730906;0.4996213;-0.01136755,0.1174373;0.3701676;0.003137839,0.1525775;0.09406295;0.03365616,0.1983174;-0.1756723;-0.02593204,-0.1126802;0.3628395;-0.007638792,-0.1568163;0.08666947;-0.0211332,-0.2071503;-0.1829373;-0.07751276,0.06523283;0.007534603;-0.04569363,0.08948065;-0.3695319;-0.005284574,0.09147803;-0.7099763;0.07591669,0.0932048;-0.7004711;-0.02194536,-0.06364457;0.006211549;-0.04807062,-0.11931;-0.3684709;-0.01783155,-0.1382225;-0.7091075;0.06032877,-0.1339703;-0.6994787;-0.03748195,0.001394118;0.3998983;-0.00393749,5.971498
+0;0;0,0.001001533;0.1999968;0.0005362124,0.002590037;0.4996165;-0.01320398,0.1174637;0.3684631;0.005617884,0.1506045;0.09140706;0.0288911,0.1891425;-0.178218;-0.03604842,-0.1118248;0.3625934;-0.003854905,-0.1590992;0.08674127;-0.01226284,-0.2091403;-0.1849522;-0.05785392,0.06525437;0.007353152;-0.04569243,0.08743155;-0.3702248;-0.009044863,0.08628731;-0.7108526;0.07140014,0.08758743;-0.7013767;-0.02646239,-0.06335848;0.006491117;-0.04841041,-0.1205946;-0.3679689;-0.01834812,-0.1423398;-0.7092676;0.05609848,-0.1385022;-0.6996182;-0.04173365,0.00221476;0.3998935;-0.005775497,0;0;0,0.0008013089;0.1999881;0.002031838,0.00193036;0.4996207;-0.01136173,0.1175577;0.3700471;0.002972151,0.1527771;0.09397128;0.03366007,0.1984259;-0.1757948;-0.02585843,-0.1125342;0.3628119;-0.007516845,-0.1567631;0.08664757;-0.02082426,-0.2072411;-0.1829852;-0.07695043,0.06519332;0.007496064;-0.04575632,0.08945508;-0.3695651;-0.005305588,0.09157808;-0.7099911;0.07596918,0.09320942;-0.7004878;-0.02189413,-0.06367507;0.006242513;-0.04802621,-0.1193359;-0.3684419;-0.0178023,-0.1381438;-0.7090325;0.06058315,-0.1339864;-0.6994047;-0.03723142,0.001535126;0.3998977;-0.003934856,5.993735
+0;0;0,0.001016657;0.1999956;0.0008514336,0.002673589;0.4996676;-0.01176604,0.1175863;0.3683724;0.005585948,0.1508873;0.09135154;0.02904784,0.1897931;-0.1783982;-0.03515033,-0.1117489;0.3625218;-0.00359836,-0.1596841;0.08670881;-0.009020016,-0.2100366;-0.185253;-0.05262505,0.0652316;0.007368258;-0.0457225,0.08717239;-0.3701946;-0.008777604,0.08595255;-0.7108264;0.07164889,0.0871558;-0.7012804;-0.02622954,-0.06344072;0.006471607;-0.04830521,-0.1207765;-0.3679701;-0.01820572,-0.1424662;-0.7092505;0.05634131,-0.1387275;-0.6995321;-0.04150899,0.00227109;0.3999121;-0.004789453,0;0;0,0.0008013089;0.1999881;0.002031838,0.00193036;0.4996207;-0.01136173,0.1175577;0.3700471;0.002972151,0.1527771;0.09397128;0.03366007,0.1984259;-0.1757948;-0.02585843,-0.1125342;0.3628119;-0.007516845,-0.1567631;0.08664757;-0.02082426,-0.2072411;-0.1829852;-0.07695043,0.06519332;0.007496064;-0.04575632,0.08945508;-0.3695651;-0.005305588,0.09157808;-0.7099911;0.07596918,0.09320942;-0.7004878;-0.02189413,-0.06367507;0.006242513;-0.04802621,-0.1193359;-0.3684419;-0.0178023,-0.1381438;-0.7090325;0.06058315,-0.1339864;-0.6994047;-0.03723142,0.001535126;0.3998977;-0.003934856,6.005414
+0;0;0,0.001016657;0.1999956;0.0008514336,0.002673589;0.4996676;-0.01176604,0.1175863;0.3683724;0.005585948,0.1508873;0.09135154;0.02904784,0.1897931;-0.1783982;-0.03515033,-0.1117489;0.3625218;-0.00359836,-0.1596841;0.08670881;-0.009020016,-0.2100366;-0.185253;-0.05262505,0.0652316;0.007368258;-0.0457225,0.08717239;-0.3701946;-0.008777604,0.08595255;-0.7108264;0.07164889,0.0871558;-0.7012804;-0.02622954,-0.06344072;0.006471607;-0.04830521,-0.1207765;-0.3679701;-0.01820572,-0.1424662;-0.7092505;0.05634131,-0.1387275;-0.6995321;-0.04150899,0.00227109;0.3999121;-0.004789453,0;0;0,0.0008013089;0.1999881;0.002031838,0.00193036;0.4996207;-0.01136173,0.1175577;0.3700471;0.002972151,0.1527771;0.09397128;0.03366007,0.1984259;-0.1757948;-0.02585843,-0.1125342;0.3628119;-0.007516845,-0.1567631;0.08664757;-0.02082426,-0.2072411;-0.1829852;-0.07695043,0.06519332;0.007496064;-0.04575632,0.08945508;-0.3695651;-0.005305588,0.09157808;-0.7099911;0.07596918,0.09320942;-0.7004878;-0.02189413,-0.06367507;0.006242513;-0.04802621,-0.1193359;-0.3684419;-0.0178023,-0.1381438;-0.7090325;0.06058315,-0.1339864;-0.6994047;-0.03723142,0.001535126;0.3998977;-0.003934856,6.016818
+0;0;0,0.001016657;0.1999956;0.0008514336,0.002673589;0.4996676;-0.01176604,0.1175863;0.3683724;0.005585948,0.1508873;0.09135154;0.02904784,0.1897931;-0.1783982;-0.03515033,-0.1117489;0.3625218;-0.00359836,-0.1596841;0.08670881;-0.009020016,-0.2100366;-0.185253;-0.05262505,0.0652316;0.007368258;-0.0457225,0.08717239;-0.3701946;-0.008777604,0.08595255;-0.7108264;0.07164889,0.0871558;-0.7012804;-0.02622954,-0.06344072;0.006471607;-0.04830521,-0.1207765;-0.3679701;-0.01820572,-0.1424662;-0.7092505;0.05634131,-0.1387275;-0.6995321;-0.04150899,0.00227109;0.3999121;-0.004789453,0;0;0,0.0008494942;0.1999879;0.002031689,0.002123382;0.4996198;-0.01136683,0.1176874;0.3699977;0.002865392,0.1526925;0.09391525;0.03373785,0.1982762;-0.1758515;-0.02582756,-0.1123932;0.3627863;-0.007412119,-0.156678;0.08660841;-0.02024189,-0.2077498;-0.1832275;-0.0748333,0.06517617;0.007447987;-0.04578858,0.08948112;-0.3696041;-0.005279791,0.09162981;-0.7100141;0.07606173,0.09319236;-0.700511;-0.02180267,-0.06368614;0.006278223;-0.04800687,-0.1192547;-0.3684154;-0.01772802,-0.138045;-0.7089801;0.06077424,-0.1339571;-0.6993519;-0.03704335,0.001671399;0.399897;-0.003940053,6.039424
+0;0;0,0.00104122;0.1999944;0.001078886,0.002803445;0.4996891;-0.01098915,0.1177506;0.3684391;0.005457559,0.1509043;0.09143108;0.02927819,0.1901061;-0.1783532;-0.03459391,-0.1116701;0.3625437;-0.003427638,-0.1606024;0.08685699;-0.00498893,-0.211705;-0.1853778;-0.04593729,0.06520564;0.007342639;-0.04576363,0.08708339;-0.3702037;-0.008614354,0.08617206;-0.7108874;0.07159677,0.08726712;-0.7013026;-0.02629101,-0.06349524;0.006485605;-0.04823164,-0.1208958;-0.3679399;-0.01805337,-0.1425791;-0.7092302;0.05644976,-0.1389441;-0.6994707;-0.04141296,0.002357917;0.3999201;-0.004210581,0;0;0,0.0008494942;0.1999879;0.002031689,0.002123382;0.4996198;-0.01136683,0.1176874;0.3699977;0.002865392,0.1526925;0.09391525;0.03373785,0.1982762;-0.1758515;-0.02582756,-0.1123932;0.3627863;-0.007412119,-0.156678;0.08660841;-0.02024189,-0.2077498;-0.1832275;-0.0748333,0.06517617;0.007447987;-0.04578858,0.08948112;-0.3696041;-0.005279791,0.09162981;-0.7100141;0.07606173,0.09319236;-0.700511;-0.02180267,-0.06368614;0.006278223;-0.04800687,-0.1192547;-0.3684154;-0.01772802,-0.138045;-0.7089801;0.06077424,-0.1339571;-0.6993519;-0.03704335,0.001671399;0.399897;-0.003940053,6.050781
+0;0;0,0.00104122;0.1999944;0.001078886,0.002803445;0.4996891;-0.01098915,0.1177506;0.3684391;0.005457559,0.1509043;0.09143108;0.02927819,0.1901061;-0.1783532;-0.03459391,-0.1116701;0.3625437;-0.003427638,-0.1606024;0.08685699;-0.00498893,-0.211705;-0.1853778;-0.04593729,0.06520564;0.007342639;-0.04576363,0.08708339;-0.3702037;-0.008614354,0.08617206;-0.7108874;0.07159677,0.08726712;-0.7013026;-0.02629101,-0.06349524;0.006485605;-0.04823164,-0.1208958;-0.3679399;-0.01805337,-0.1425791;-0.7092302;0.05644976,-0.1389441;-0.6994707;-0.04141296,0.002357917;0.3999201;-0.004210581,0;0;0,0.0008666552;0.1999874;0.002070973,0.002161863;0.4996219;-0.01127101,0.1177456;0.3700511;0.002723043,0.1523281;0.09393033;0.03372872,0.1979881;-0.1758505;-0.02571411,-0.1123707;0.3628104;-0.007276195,-0.1566849;0.08661065;-0.01952178,-0.2082799;-0.183308;-0.07320502,0.06511576;0.007400848;-0.04588207,0.08947317;-0.3696354;-0.005257551,0.09159032;-0.7100372;0.07611868,0.09306295;-0.7005264;-0.02174871,-0.06371953;0.006319802;-0.04795707,-0.1192672;-0.3683799;-0.01771501,-0.1382752;-0.7089804;0.06057909,-0.1342739;-0.6993335;-0.03724599,0.001703438;0.3998975;-0.003864911,6.062138
+0;0;0,0.00104122;0.1999944;0.001078886,0.002803445;0.4996891;-0.01098915,0.1177506;0.3684391;0.005457559,0.1509043;0.09143108;0.02927819,0.1901061;-0.1783532;-0.03459391,-0.1116701;0.3625437;-0.003427638,-0.1606024;0.08685699;-0.00498893,-0.211705;-0.1853778;-0.04593729,0.06520564;0.007342639;-0.04576363,0.08708339;-0.3702037;-0.008614354,0.08617206;-0.7108874;0.07159677,0.08726712;-0.7013026;-0.02629101,-0.06349524;0.006485605;-0.04823164,-0.1208958;-0.3679399;-0.01805337,-0.1425791;-0.7092302;0.05644976,-0.1389441;-0.6994707;-0.04141296,0.002357917;0.3999201;-0.004210581,0;0;0,0.0008666552;0.1999874;0.002070973,0.002161863;0.4996219;-0.01127101,0.1177456;0.3700511;0.002723043,0.1523281;0.09393033;0.03372872,0.1979881;-0.1758505;-0.02571411,-0.1123707;0.3628104;-0.007276195,-0.1566849;0.08661065;-0.01952178,-0.2082799;-0.183308;-0.07320502,0.06511576;0.007400848;-0.04588207,0.08947317;-0.3696354;-0.005257551,0.09159032;-0.7100372;0.07611868,0.09306295;-0.7005264;-0.02174871,-0.06371953;0.006319802;-0.04795707,-0.1192672;-0.3683799;-0.01771501,-0.1382752;-0.7089804;0.06057909,-0.1342739;-0.6993335;-0.03724599,0.001703438;0.3998975;-0.003864911,6.073686
+0;0;0,0.001094677;0.1999967;0.0003567382,0.002709111;0.4995098;-0.01530261,0.1177115;0.3689612;0.004462328,0.1507725;0.09201494;0.02911407,0.1898128;-0.1778726;-0.03441984,-0.1118747;0.3631277;-0.003795954,-0.1614507;0.08756089;-0.001533448,-0.2136464;-0.1851441;-0.03769416,0.06517424;0.007293917;-0.04581611,0.08678265;-0.370247;-0.008454248,0.08599144;-0.7109658;0.071609,0.08689115;-0.7015755;-0.02624003,-0.06356775;0.006517328;-0.04813175,-0.1208915;-0.3679232;-0.01799461,-0.142758;-0.7092026;0.05650543,-0.1393174;-0.6996427;-0.04132282,0.002321639;0.399859;-0.006961955,0;0;0,0.0008666552;0.1999874;0.002070973,0.002161863;0.4996219;-0.01127101,0.1177456;0.3700511;0.002723043,0.1523281;0.09393033;0.03372872,0.1979881;-0.1758505;-0.02571411,-0.1123707;0.3628104;-0.007276195,-0.1566849;0.08661065;-0.01952178,-0.2082799;-0.183308;-0.07320502,0.06511576;0.007400848;-0.04588207,0.08947317;-0.3696354;-0.005257551,0.09159032;-0.7100372;0.07611868,0.09306295;-0.7005264;-0.02174871,-0.06371953;0.006319802;-0.04795707,-0.1192672;-0.3683799;-0.01771501,-0.1382752;-0.7089804;0.06057909,-0.1342739;-0.6993335;-0.03724599,0.001703438;0.3998975;-0.003864911,6.085122
+0;0;0,0.001094677;0.1999967;0.0003567382,0.002709111;0.4995098;-0.01530261,0.1177115;0.3689612;0.004462328,0.1507725;0.09201494;0.02911407,0.1898128;-0.1778726;-0.03441984,-0.1118747;0.3631277;-0.003795954,-0.1614507;0.08756089;-0.001533448,-0.2136464;-0.1851441;-0.03769416,0.06517424;0.007293917;-0.04581611,0.08678265;-0.370247;-0.008454248,0.08599144;-0.7109658;0.071609,0.08689115;-0.7015755;-0.02624003,-0.06356775;0.006517328;-0.04813175,-0.1208915;-0.3679232;-0.01799461,-0.142758;-0.7092026;0.05650543,-0.1393174;-0.6996427;-0.04132282,0.002321639;0.399859;-0.006961955,0;0;0,0.0009330615;0.199987;0.002078464,0.002398784;0.4996207;-0.01126531,0.1179282;0.3700902;0.002712697,0.1522195;0.09393394;0.03372629,0.1976002;-0.1759028;-0.02567658,-0.1122093;0.3628257;-0.007106585,-0.1566286;0.08660716;-0.01851952,-0.2085872;-0.1836908;-0.06989378,0.06515944;0.007378689;-0.04582359,0.08952273;-0.3696528;-0.005158652,0.09167364;-0.7100365;0.07629295,0.09308744;-0.7005256;-0.02157532,-0.06368065;0.006358817;-0.04800355,-0.1191503;-0.3683402;-0.01760985,-0.1381617;-0.7089086;0.06082297,-0.1342192;-0.6992598;-0.03700487,0.001874917;0.3998966;-0.003860903,6.096292
+0;0;0,0.001094677;0.1999967;0.0003567382,0.002709111;0.4995098;-0.01530261,0.1177115;0.3689612;0.004462328,0.1507725;0.09201494;0.02911407,0.1898128;-0.1778726;-0.03441984,-0.1118747;0.3631277;-0.003795954,-0.1614507;0.08756089;-0.001533448,-0.2136464;-0.1851441;-0.03769416,0.06517424;0.007293917;-0.04581611,0.08678265;-0.370247;-0.008454248,0.08599144;-0.7109658;0.071609,0.08689115;-0.7015755;-0.02624003,-0.06356775;0.006517328;-0.04813175,-0.1208915;-0.3679232;-0.01799461,-0.142758;-0.7092026;0.05650543,-0.1393174;-0.6996427;-0.04132282,0.002321639;0.399859;-0.006961955,0;0;0,0.0009330615;0.199987;0.002078464,0.002398784;0.4996207;-0.01126531,0.1179282;0.3700902;0.002712697,0.1522195;0.09393394;0.03372629,0.1976002;-0.1759028;-0.02567658,-0.1122093;0.3628257;-0.007106585,-0.1566286;0.08660716;-0.01851952,-0.2085872;-0.1836908;-0.06989378,0.06515944;0.007378689;-0.04582359,0.08952273;-0.3696528;-0.005158652,0.09167364;-0.7100365;0.07629295,0.09308744;-0.7005256;-0.02157532,-0.06368065;0.006358817;-0.04800355,-0.1191503;-0.3683402;-0.01760985,-0.1381617;-0.7089086;0.06082297,-0.1342192;-0.6992598;-0.03700487,0.001874917;0.3998966;-0.003860903,6.119182
+0;0;0,0.001085931;0.199997;1.007482E-05,0.002606321;0.4994263;-0.01713234,0.1176363;0.3691849;0.003898871,0.1505424;0.09227204;0.02912714,0.1899039;-0.1776116;-0.03422486,-0.1132776;0.3683175;-0.0004357193,-0.1655228;0.09325725;0.003066602,-0.2184986;-0.1798881;-0.02832105,0.06515744;0.007213096;-0.04585279,0.08664247;-0.3703222;-0.008362152,0.0859227;-0.7110155;0.07180995,0.08577164;-0.7016963;-0.02602809,-0.06357144;0.006584805;-0.04811768,-0.1209925;-0.367844;-0.01802029,-0.1427674;-0.7091098;0.05656885,-0.140379;-0.6996264;-0.04127471,0.002249676;0.3998237;-0.008232975,0;0;0,0.0009755461;0.1999872;0.002046435,0.00252119;0.4996171;-0.01136944,0.1180278;0.3700672;0.002528008,0.1520666;0.09389332;0.0336627,0.1973178;-0.176003;-0.02556824,-0.112119;0.3628314;-0.006947492,-0.156726;0.08659109;-0.0170222,-0.2093837;-0.1839241;-0.06650652,0.06516108;0.007359063;-0.04582442,0.08943613;-0.3696739;-0.005120263,0.09159128;-0.7100016;0.07656483,0.092894;-0.7004959;-0.0213039,-0.06368805;0.006372941;-0.04799185,-0.1192271;-0.3683183;-0.01762892,-0.1383583;-0.7089046;0.06069728,-0.1345248;-0.6992555;-0.03713496,0.001974047;0.3998951;-0.003938829,6.130671
+0;0;0,0.001085931;0.199997;1.007482E-05,0.002606321;0.4994263;-0.01713234,0.1176363;0.3691849;0.003898871,0.1505424;0.09227204;0.02912714,0.1899039;-0.1776116;-0.03422486,-0.1132776;0.3683175;-0.0004357193,-0.1655228;0.09325725;0.003066602,-0.2184986;-0.1798881;-0.02832105,0.06515744;0.007213096;-0.04585279,0.08664247;-0.3703222;-0.008362152,0.0859227;-0.7110155;0.07180995,0.08577164;-0.7016963;-0.02602809,-0.06357144;0.006584805;-0.04811768,-0.1209925;-0.367844;-0.01802029,-0.1427674;-0.7091098;0.05656885,-0.140379;-0.6996264;-0.04127471,0.002249676;0.3998237;-0.008232975,0;0;0,0.0009755461;0.1999872;0.002046435,0.00252119;0.4996171;-0.01136944,0.1180278;0.3700672;0.002528008,0.1520666;0.09389332;0.0336627,0.1973178;-0.176003;-0.02556824,-0.112119;0.3628314;-0.006947492,-0.156726;0.08659109;-0.0170222,-0.2093837;-0.1839241;-0.06650652,0.06516108;0.007359063;-0.04582442,0.08943613;-0.3696739;-0.005120263,0.09159128;-0.7100016;0.07656483,0.092894;-0.7004959;-0.0213039,-0.06368805;0.006372941;-0.04799185,-0.1192271;-0.3683183;-0.01762892,-0.1383583;-0.7089046;0.06069728,-0.1345248;-0.6992555;-0.03713496,0.001974047;0.3998951;-0.003938829,6.142197
+0;0;0,0.001085931;0.199997;1.007482E-05,0.002606321;0.4994263;-0.01713234,0.1176363;0.3691849;0.003898871,0.1505424;0.09227204;0.02912714,0.1899039;-0.1776116;-0.03422486,-0.1132776;0.3683175;-0.0004357193,-0.1655228;0.09325725;0.003066602,-0.2184986;-0.1798881;-0.02832105,0.06515744;0.007213096;-0.04585279,0.08664247;-0.3703222;-0.008362152,0.0859227;-0.7110155;0.07180995,0.08577164;-0.7016963;-0.02602809,-0.06357144;0.006584805;-0.04811768,-0.1209925;-0.367844;-0.01802029,-0.1427674;-0.7091098;0.05656885,-0.140379;-0.6996264;-0.04127471,0.002249676;0.3998237;-0.008232975,0;0;0,0.001012024;0.1999872;0.002029303,0.002686196;0.499614;-0.01143908,0.1181458;0.3700511;0.002431692,0.1520141;0.09386268;0.03362348,0.1970205;-0.1760779;-0.02559237,-0.1120114;0.3628513;-0.006814498,-0.1568778;0.08657932;-0.0146126,-0.2097487;-0.1842743;-0.06197288,0.06515463;0.007324032;-0.04583919,0.08942679;-0.3697073;-0.005117387,0.09159268;-0.7100273;0.07659912,0.09282151;-0.7005252;-0.02126981,-0.06369868;0.006385246;-0.04797611,-0.1190987;-0.3683202;-0.01753504,-0.138373;-0.7088954;0.06080434,-0.1346128;-0.6992463;-0.03703073,0.00209328;0.3998937;-0.003988538,6.164534
+0;0;0,0.001139217;0.1999967;0.0001928502,0.002925139;0.4995054;-0.01564936,0.1178763;0.3690455;0.003877746,0.1510092;0.09217942;0.02932202,0.1902661;-0.1778072;-0.03365549,-0.1129913;0.367788;-0.0005600695,-0.1664191;0.09309971;0.009021304,-0.2205092;-0.180482;-0.01602482,0.06515094;0.007188839;-0.04586585,0.0865533;-0.3703406;-0.008270118,0.08590287;-0.7110327;0.07190746,0.08575715;-0.7016434;-0.02594539,-0.06359478;0.006595629;-0.04808535,-0.1210447;-0.3678256;-0.0179488,-0.1428601;-0.7090526;0.05680571,-0.1404663;-0.6995101;-0.04105011,0.002445078;0.3998489;-0.007381909,0;0;0,0.001012024;0.1999872;0.002029303,0.002686196;0.499614;-0.01143908,0.1181458;0.3700511;0.002431692,0.1520141;0.09386268;0.03362348,0.1970205;-0.1760779;-0.02559237,-0.1120114;0.3628513;-0.006814498,-0.1568778;0.08657932;-0.0146126,-0.2097487;-0.1842743;-0.06197288,0.06515463;0.007324032;-0.04583919,0.08942679;-0.3697073;-0.005117387,0.09159268;-0.7100273;0.07659912,0.09282151;-0.7005252;-0.02126981,-0.06369868;0.006385246;-0.04797611,-0.1190987;-0.3683202;-0.01753504,-0.138373;-0.7088954;0.06080434,-0.1346128;-0.6992463;-0.03703073,0.00209328;0.3998937;-0.003988538,6.176296
+0;0;0,0.001139217;0.1999967;0.0001928502,0.002925139;0.4995054;-0.01564936,0.1178763;0.3690455;0.003877746,0.1510092;0.09217942;0.02932202,0.1902661;-0.1778072;-0.03365549,-0.1129913;0.367788;-0.0005600695,-0.1664191;0.09309971;0.009021304,-0.2205092;-0.180482;-0.01602482,0.06515094;0.007188839;-0.04586585,0.0865533;-0.3703406;-0.008270118,0.08590287;-0.7110327;0.07190746,0.08575715;-0.7016434;-0.02594539,-0.06359478;0.006595629;-0.04808535,-0.1210447;-0.3678256;-0.0179488,-0.1428601;-0.7090526;0.05680571,-0.1404663;-0.6995101;-0.04105011,0.002445078;0.3998489;-0.007381909,0;0;0,0.001012024;0.1999872;0.002029303,0.002686196;0.499614;-0.01143908,0.1181458;0.3700511;0.002431692,0.1520141;0.09386268;0.03362348,0.1970205;-0.1760779;-0.02559237,-0.1120114;0.3628513;-0.006814498,-0.1568778;0.08657932;-0.0146126,-0.2097487;-0.1842743;-0.06197288,0.06515463;0.007324032;-0.04583919,0.08942679;-0.3697073;-0.005117387,0.09159268;-0.7100273;0.07659912,0.09282151;-0.7005252;-0.02126981,-0.06369868;0.006385246;-0.04797611,-0.1190987;-0.3683202;-0.01753504,-0.138373;-0.7088954;0.06080434,-0.1346128;-0.6992463;-0.03703073,0.00209328;0.3998937;-0.003988538,6.187613
+0;0;0,0.001139217;0.1999967;0.0001928502,0.002925139;0.4995054;-0.01564936,0.1178763;0.3690455;0.003877746,0.1510092;0.09217942;0.02932202,0.1902661;-0.1778072;-0.03365549,-0.1129913;0.367788;-0.0005600695,-0.1664191;0.09309971;0.009021304,-0.2205092;-0.180482;-0.01602482,0.06515094;0.007188839;-0.04586585,0.0865533;-0.3703406;-0.008270118,0.08590287;-0.7110327;0.07190746,0.08575715;-0.7016434;-0.02594539,-0.06359478;0.006595629;-0.04808535,-0.1210447;-0.3678256;-0.0179488,-0.1428601;-0.7090526;0.05680571,-0.1404663;-0.6995101;-0.04105011,0.002445078;0.3998489;-0.007381909,0;0;0,0.001048396;0.1999871;0.002011556,0.002813766;0.4996108;-0.01151093,0.1182566;0.3700977;0.002382894,0.1519303;0.09388432;0.03356357,0.1964953;-0.1761288;-0.02565538,-0.1119509;0.3629488;-0.006612499,-0.1571889;0.0866794;-0.01197256,-0.2104479;-0.1847154;-0.05565673,0.06514828;0.007310732;-0.04585035,0.08943418;-0.3697207;-0.005138326,0.0916489;-0.7100264;0.0766366,0.0927965;-0.7005281;-0.02123252,-0.06371506;0.006414154;-0.04795049,-0.1190321;-0.3683079;-0.01756274,-0.1383956;-0.7088903;0.06072327,-0.1347163;-0.6992435;-0.03711439,0.002191766;0.3998923;-0.004039187,6.199216
+0;0;0,0.0011787;0.1999963;-0.0003166174,0.002804535;0.4993975;-0.01799621,0.1178541;0.369458;0.003125569,0.1508634;0.09263894;0.02923281,0.1898788;-0.1774367;-0.03351223,-0.1129766;0.3677344;-0.001105884,-0.1677577;0.0936282;0.01516656,-0.2223144;-0.1803824;-0.003319765,0.06515647;0.007172055;-0.04586061,0.08647667;-0.3703431;-0.008075576,0.08597883;-0.7110173;0.07217988,0.08575749;-0.7017424;-0.02564863,-0.06359929;0.006609166;-0.04807754,-0.1211564;-0.3677893;-0.01786208,-0.1430318;-0.7090467;0.05673555,-0.1407097;-0.6996146;-0.04109886,0.002389167;0.3998041;-0.008997282,0;0;0,0.001048396;0.1999871;0.002011556,0.002813766;0.4996108;-0.01151093,0.1182566;0.3700977;0.002382894,0.1519303;0.09388432;0.03356357,0.1964953;-0.1761288;-0.02565538,-0.1119509;0.3629488;-0.006612499,-0.1571889;0.0866794;-0.01197256,-0.2104479;-0.1847154;-0.05565673,0.06514828;0.007310732;-0.04585035,0.08943418;-0.3697207;-0.005138326,0.0916489;-0.7100264;0.0766366,0.0927965;-0.7005281;-0.02123252,-0.06371506;0.006414154;-0.04795049,-0.1190321;-0.3683079;-0.01756274,-0.1383956;-0.7088903;0.06072327,-0.1347163;-0.6992435;-0.03711439,0.002191766;0.3998923;-0.004039187,6.221708
+0;0;0,0.0011787;0.1999963;-0.0003166174,0.002804535;0.4993975;-0.01799621,0.1178541;0.369458;0.003125569,0.1508634;0.09263894;0.02923281,0.1898788;-0.1774367;-0.03351223,-0.1129766;0.3677344;-0.001105884,-0.1677577;0.0936282;0.01516656,-0.2223144;-0.1803824;-0.003319765,0.06515647;0.007172055;-0.04586061,0.08647667;-0.3703431;-0.008075576,0.08597883;-0.7110173;0.07217988,0.08575749;-0.7017424;-0.02564863,-0.06359929;0.006609166;-0.04807754,-0.1211564;-0.3677893;-0.01786208,-0.1430318;-0.7090467;0.05673555,-0.1407097;-0.6996146;-0.04109886,0.002389167;0.3998041;-0.008997282,0;0;0,0.00108038;0.1999872;0.001989536,0.002924819;0.4996071;-0.01160286,0.1183459;0.3700961;0.002259022,0.1515956;0.09385154;0.03361811,0.196125;-0.1761674;-0.02560086,-0.1118957;0.3630288;-0.006470205,-0.1574914;0.08678094;-0.009328221,-0.2104568;-0.1854655;-0.04775431,0.06514224;0.007302065;-0.0458603,0.08943207;-0.3697416;-0.005264059,0.09176359;-0.7100242;0.07660381,0.09282576;-0.7005363;-0.02126411,-0.0637309;0.006435952;-0.04792652,-0.1190337;-0.368293;-0.01759824,-0.1384998;-0.7088046;0.06096958,-0.1349034;-0.6991669;-0.03686928,0.002277844;0.3998908;-0.004103834,6.233006
+0;0;0,0.0011787;0.1999963;-0.0003166174,0.002804535;0.4993975;-0.01799621,0.1178541;0.369458;0.003125569,0.1508634;0.09263894;0.02923281,0.1898788;-0.1774367;-0.03351223,-0.1129766;0.3677344;-0.001105884,-0.1677577;0.0936282;0.01516656,-0.2223144;-0.1803824;-0.003319765,0.06515647;0.007172055;-0.04586061,0.08647667;-0.3703431;-0.008075576,0.08597883;-0.7110173;0.07217988,0.08575749;-0.7017424;-0.02564863,-0.06359929;0.006609166;-0.04807754,-0.1211564;-0.3677893;-0.01786208,-0.1430318;-0.7090467;0.05673555,-0.1407097;-0.6996146;-0.04109886,0.002389167;0.3998041;-0.008997282,0;0;0,0.00108038;0.1999872;0.001989536,0.002924819;0.4996071;-0.01160286,0.1183459;0.3700961;0.002259022,0.1515956;0.09385154;0.03361811,0.196125;-0.1761674;-0.02560086,-0.1118957;0.3630288;-0.006470205,-0.1574914;0.08678094;-0.009328221,-0.2104568;-0.1854655;-0.04775431,0.06514224;0.007302065;-0.0458603,0.08943207;-0.3697416;-0.005264059,0.09176359;-0.7100242;0.07660381,0.09282576;-0.7005363;-0.02126411,-0.0637309;0.006435952;-0.04792652,-0.1190337;-0.368293;-0.01759824,-0.1384998;-0.7088046;0.06096958,-0.1349034;-0.6991669;-0.03686928,0.002277844;0.3998908;-0.004103834,6.255019
+0;0;0,0.00121293;0.1999951;-0.0006924536,0.002782659;0.499328;-0.0194751,0.1177982;0.3698063;0.003429091,0.1515529;0.09299713;0.02867359,0.1904246;-0.177184;-0.0337056,-0.1129541;0.3678105;-0.0014217,-0.1690566;0.09442726;0.02125202,-0.2235885;-0.1801422;0.01509782,0.06513223;0.007145895;-0.04589911,0.08641736;-0.3703606;-0.008007254,0.08585244;-0.711034;0.07225065,0.08581945;-0.7018392;-0.02556113,-0.06363511;0.006625408;-0.04802788,-0.1212866;-0.367758;-0.01780586,-0.1432797;-0.7090175;0.05674769,-0.140767;-0.6996652;-0.04106521,0.002387165;0.3997714;-0.01007623,0;0;0,0.001147545;0.1999872;0.001950609,0.003136296;0.4996009;-0.01175167,0.1184993;0.3700313;0.002069168,0.1513682;0.09377056;0.03368659,0.1956269;-0.17634;-0.02531711,-0.1117806;0.36317;-0.006406545,-0.1580797;0.08702549;-0.005622692,-0.2107626;-0.1857555;-0.04048042,0.06514779;0.007277208;-0.04585639,0.08942654;-0.3697839;-0.005415726,0.09177672;-0.7100455;0.07653861,0.09276192;-0.7005647;-0.02132863,-0.06373499;0.006455388;-0.04791846,-0.1189858;-0.3682836;-0.01761905,-0.1385371;-0.7088029;0.06089406,-0.1350172;-0.6991716;-0.03694627,0.002442725;0.399888;-0.004211155,6.266245
+0;0;0,0.00121293;0.1999951;-0.0006924536,0.002782659;0.499328;-0.0194751,0.1177982;0.3698063;0.003429091,0.1515529;0.09299713;0.02867359,0.1904246;-0.177184;-0.0337056,-0.1129541;0.3678105;-0.0014217,-0.1690566;0.09442726;0.02125202,-0.2235885;-0.1801422;0.01509782,0.06513223;0.007145895;-0.04589911,0.08641736;-0.3703606;-0.008007254,0.08585244;-0.711034;0.07225065,0.08581945;-0.7018392;-0.02556113,-0.06363511;0.006625408;-0.04802788,-0.1212866;-0.367758;-0.01780586,-0.1432797;-0.7090175;0.05674769,-0.140767;-0.6996652;-0.04106521,0.002387165;0.3997714;-0.01007623,0;0;0,0.001147545;0.1999872;0.001950609,0.003136296;0.4996009;-0.01175167,0.1184993;0.3700313;0.002069168,0.1513682;0.09377056;0.03368659,0.1956269;-0.17634;-0.02531711,-0.1117806;0.36317;-0.006406545,-0.1580797;0.08702549;-0.005622692,-0.2107626;-0.1857555;-0.04048042,0.06514779;0.007277208;-0.04585639,0.08942654;-0.3697839;-0.005415726,0.09177672;-0.7100455;0.07653861,0.09276192;-0.7005647;-0.02132863,-0.06373499;0.006455388;-0.04791846,-0.1189858;-0.3682836;-0.01761905,-0.1385371;-0.7088029;0.06089406,-0.1350172;-0.6991716;-0.03694627,0.002442725;0.399888;-0.004211155,6.27723
+0;0;0,0.00121293;0.1999951;-0.0006924536,0.002782659;0.499328;-0.0194751,0.1177982;0.3698063;0.003429091,0.1515529;0.09299713;0.02867359,0.1904246;-0.177184;-0.0337056,-0.1129541;0.3678105;-0.0014217,-0.1690566;0.09442726;0.02125202,-0.2235885;-0.1801422;0.01509782,0.06513223;0.007145895;-0.04589911,0.08641736;-0.3703606;-0.008007254,0.08585244;-0.711034;0.07225065,0.08581945;-0.7018392;-0.02556113,-0.06363511;0.006625408;-0.04802788,-0.1212866;-0.367758;-0.01780586,-0.1432797;-0.7090175;0.05674769,-0.140767;-0.6996652;-0.04106521,0.002387165;0.3997714;-0.01007623,0;0;0,0.001191869;0.1999873;0.001913407,0.003232427;0.4995976;-0.01185512,0.1185766;0.3699895;0.001914598,0.15114;0.09371147;0.03369634,0.1951078;-0.176459;-0.02525073,-0.1117635;0.3633666;-0.006317643,-0.158842;0.08740816;-0.0007916773,-0.2115949;-0.1859526;-0.03064194,0.0651499;0.007251108;-0.04585752,0.08935846;-0.3698172;-0.00544142,0.09173947;-0.7100817;0.07649991,0.09265296;-0.7006057;-0.02136701,-0.06373853;0.006481252;-0.04791027,-0.119022;-0.3682526;-0.01760711,-0.1385926;-0.7087621;0.06094388,-0.1351441;-0.6991361;-0.03689789,0.00252645;0.3998866;-0.00429129,6.299893
+0;0;0,0.001182989;0.1999942;-0.0009641313,0.002611484;0.4992867;-0.02038668,0.1177021;0.3698859;0.002768348,0.1509861;0.09308219;0.02868942,0.1898136;-0.177218;-0.03319942,-0.1130461;0.3678308;-0.001629807,-0.1703988;0.09547859;0.02894664,-0.2248284;-0.1791458;0.02460559,0.06512246;0.007084806;-0.04592244,0.08627655;-0.3703893;-0.007636786,0.08559928;-0.7111177;0.07238615,0.08543282;-0.701971;-0.02541527,-0.06364211;0.006685138;-0.0480103,-0.1215196;-0.3676649;-0.01780753,-0.1435038;-0.7089417;0.05666984,-0.1411243;-0.6996309;-0.04113761,0.002268959;0.3997507;-0.01077029,0;0;0,0.001191869;0.1999873;0.001913407,0.003232427;0.4995976;-0.01185512,0.1185766;0.3699895;0.001914598,0.15114;0.09371147;0.03369634,0.1951078;-0.176459;-0.02525073,-0.1117635;0.3633666;-0.006317643,-0.158842;0.08740816;-0.0007916773,-0.2115949;-0.1859526;-0.03064194,0.0651499;0.007251108;-0.04585752,0.08935846;-0.3698172;-0.00544142,0.09173947;-0.7100817;0.07649991,0.09265296;-0.7006057;-0.02136701,-0.06373853;0.006481252;-0.04791027,-0.119022;-0.3682526;-0.01760711,-0.1385926;-0.7087621;0.06094388,-0.1351441;-0.6991361;-0.03689789,0.00252645;0.3998866;-0.00429129,6.311115
+0;0;0,0.001182989;0.1999942;-0.0009641313,0.002611484;0.4992867;-0.02038668,0.1177021;0.3698859;0.002768348,0.1509861;0.09308219;0.02868942,0.1898136;-0.177218;-0.03319942,-0.1130461;0.3678308;-0.001629807,-0.1703988;0.09547859;0.02894664,-0.2248284;-0.1791458;0.02460559,0.06512246;0.007084806;-0.04592244,0.08627655;-0.3703893;-0.007636786,0.08559928;-0.7111177;0.07238615,0.08543282;-0.701971;-0.02541527,-0.06364211;0.006685138;-0.0480103,-0.1215196;-0.3676649;-0.01780753,-0.1435038;-0.7089417;0.05666984,-0.1411243;-0.6996309;-0.04113761,0.002268959;0.3997507;-0.01077029,0;0;0,0.001254412;0.1999874;0.001861765,0.003399575;0.4995918;-0.01201617,0.1186698;0.3701804;0.003328491,0.1513628;0.09366128;0.03279638,0.1950944;-0.1765811;-0.02599681,-0.1116794;0.363519;-0.006307392,-0.159592;0.08784005;0.003962958,-0.2120437;-0.1860762;-0.0209111,0.06516177;0.007244961;-0.04584162,0.08924888;-0.3698372;-0.005482342,0.09166717;-0.7101027;0.0764536,0.09304071;-0.7006434;-0.02140443,-0.06373824;0.006485966;-0.04791001,-0.1190947;-0.3682408;-0.01765272,-0.1388314;-0.7087069;0.06104476,-0.1349211;-0.6991073;-0.03677413,0.002662123;0.399884;-0.004411775,6.333251
+0;0;0,0.001182989;0.1999942;-0.0009641313,0.002611484;0.4992867;-0.02038668,0.1177021;0.3698859;0.002768348,0.1509861;0.09308219;0.02868942,0.1898136;-0.177218;-0.03319942,-0.1130461;0.3678308;-0.001629807,-0.1703988;0.09547859;0.02894664,-0.2248284;-0.1791458;0.02460559,0.06512246;0.007084806;-0.04592244,0.08627655;-0.3703893;-0.007636786,0.08559928;-0.7111177;0.07238615,0.08543282;-0.701971;-0.02541527,-0.06364211;0.006685138;-0.0480103,-0.1215196;-0.3676649;-0.01780753,-0.1435038;-0.7089417;0.05666984,-0.1411243;-0.6996309;-0.04113761,0.002268959;0.3997507;-0.01077029,0;0;0,0.001254412;0.1999874;0.001861765,0.003399575;0.4995918;-0.01201617,0.1186698;0.3701804;0.003328491,0.1513628;0.09366128;0.03279638,0.1950944;-0.1765811;-0.02599681,-0.1116794;0.363519;-0.006307392,-0.159592;0.08784005;0.003962958,-0.2120437;-0.1860762;-0.0209111,0.06516177;0.007244961;-0.04584162,0.08924888;-0.3698372;-0.005482342,0.09166717;-0.7101027;0.0764536,0.09304071;-0.7006434;-0.02140443,-0.06373824;0.006485966;-0.04791001,-0.1190947;-0.3682408;-0.01765272,-0.1388314;-0.7087069;0.06104476,-0.1349211;-0.6991073;-0.03677413,0.002662123;0.399884;-0.004411775,6.355489
+0;0;0,0.001163861;0.199993;-0.0012029,0.002477125;0.4992605;-0.02102407,0.1176948;0.3701177;0.002016527,0.1504513;0.09335387;0.02901283,0.1893016;-0.1770131;-0.03256933,-0.1131545;0.3679682;-0.001759419,-0.1711907;0.09671539;0.03636778,-0.2269925;-0.1776575;0.03875474,0.06507383;0.007057905;-0.04599546,0.08611658;-0.3703976;-0.007465359,0.08571416;-0.7110924;0.07270272,0.0853522;-0.7019823;-0.02509034,-0.06369502;0.006698985;-0.04793817,-0.1216648;-0.3676451;-0.01783817,-0.143778;-0.7089235;0.05659342,-0.1415881;-0.6996432;-0.041212,0.002171126;0.399736;-0.01128845,0;0;0,0.001287487;0.1999878;0.001800449,0.00349378;0.4995854;-0.01220587,0.1187363;0.3700878;0.002995747,0.1508226;0.09355313;0.03298,0.1943596;-0.1767546;-0.02565693,-0.1117384;0.3639385;-0.006282803,-0.1607916;0.088783;0.01054693,-0.2124888;-0.185777;-0.00800639,0.06518897;0.007214415;-0.04580775,0.08909076;-0.3698739;-0.005396161,0.09152846;-0.7100993;0.07670568,0.09280594;-0.700648;-0.021152,-0.06373961;0.006511935;-0.04790467,-0.1191345;-0.3682106;-0.01766561,-0.1386977;-0.7087162;0.06090461,-0.1348871;-0.6991302;-0.03691535,0.002739073;0.3998815;-0.004552289,6.377694
+0;0;0,0.001163861;0.199993;-0.0012029,0.002477125;0.4992605;-0.02102407,0.1176948;0.3701177;0.002016527,0.1504513;0.09335387;0.02901283,0.1893016;-0.1770131;-0.03256933,-0.1131545;0.3679682;-0.001759419,-0.1711907;0.09671539;0.03636778,-0.2269925;-0.1776575;0.03875474,0.06507383;0.007057905;-0.04599546,0.08611658;-0.3703976;-0.007465359,0.08571416;-0.7110924;0.07270272,0.0853522;-0.7019823;-0.02509034,-0.06369502;0.006698985;-0.04793817,-0.1216648;-0.3676451;-0.01783817,-0.143778;-0.7089235;0.05659342,-0.1415881;-0.6996432;-0.041212,0.002171126;0.399736;-0.01128845,0;0;0,0.001287487;0.1999878;0.001800449,0.00349378;0.4995854;-0.01220587,0.1187363;0.3700878;0.002995747,0.1508226;0.09355313;0.03298,0.1943596;-0.1767546;-0.02565693,-0.1117384;0.3639385;-0.006282803,-0.1607916;0.088783;0.01054693,-0.2124888;-0.185777;-0.00800639,0.06518897;0.007214415;-0.04580775,0.08909076;-0.3698739;-0.005396161,0.09152846;-0.7100993;0.07670568,0.09280594;-0.700648;-0.021152,-0.06373961;0.006511935;-0.04790467,-0.1191345;-0.3682106;-0.01766561,-0.1386977;-0.7087162;0.06090461,-0.1348871;-0.6991302;-0.03691535,0.002739073;0.3998815;-0.004552289,6.389549
+0;0;0,0.001163861;0.199993;-0.0012029,0.002477125;0.4992605;-0.02102407,0.1176948;0.3701177;0.002016527,0.1504513;0.09335387;0.02901283,0.1893016;-0.1770131;-0.03256933,-0.1131545;0.3679682;-0.001759419,-0.1711907;0.09671539;0.03636778,-0.2269925;-0.1776575;0.03875474,0.06507383;0.007057905;-0.04599546,0.08611658;-0.3703976;-0.007465359,0.08571416;-0.7110924;0.07270272,0.0853522;-0.7019823;-0.02509034,-0.06369502;0.006698985;-0.04793817,-0.1216648;-0.3676451;-0.01783817,-0.143778;-0.7089235;0.05659342,-0.1415881;-0.6996432;-0.041212,0.002171126;0.399736;-0.01128845,0;0;0,0.001331702;0.1999881;0.001725324,0.0036878;0.4995771;-0.01243023,0.1188837;0.3700736;0.002690876,0.1504752;0.09353635;0.0331723,0.1938189;-0.176888;-0.02506882,-0.1117709;0.3644794;-0.006146254,-0.1612178;0.08984354;0.01687856,-0.2120503;-0.1853427;0.007464583,0.06521723;0.007167027;-0.04577495,0.0889205;-0.3699255;-0.005285643,0.09156154;-0.7101907;0.07664493,0.09271094;-0.7007468;-0.02121274,-0.0637358;0.006558291;-0.04790341,-0.1191332;-0.3681613;-0.01763249,-0.1396526;-0.7085956;0.06100219,-0.1359586;-0.6990433;-0.03681523,0.00288011;0.3998784;-0.004715136,6.411176
+0;0;0,0.001167018;0.1999943;-0.0009631837,0.002755577;0.4993755;-0.01913679,0.1179909;0.3699935;0.001467019,0.1503329;0.09329292;0.02958797,0.1892288;-0.1771573;-0.03159853,-0.1130409;0.3679022;-0.001617683,-0.1720851;0.09802356;0.04398164,-0.2286671;-0.1760487;0.05308452,0.06504472;0.007006796;-0.04604442,0.08576189;-0.3704423;-0.007276174,0.08546788;-0.7111741;0.07273448,0.08486432;-0.7019705;-0.02507733,-0.06372786;0.006737469;-0.04788911,-0.1218162;-0.3675866;-0.0177691,-0.1438509;-0.7088578;0.05671871,-0.1419053;-0.6994877;-0.04111084,0.002330825;0.3997785;-0.01017775,0;0;0,0.001331702;0.1999881;0.001725324,0.0036878;0.4995771;-0.01243023,0.1188837;0.3700736;0.002690876,0.1504752;0.09353635;0.0331723,0.1938189;-0.176888;-0.02506882,-0.1117709;0.3644794;-0.006146254,-0.1612178;0.08984354;0.01687856,-0.2120503;-0.1853427;0.007464583,0.06521723;0.007167027;-0.04577495,0.0889205;-0.3699255;-0.005285643,0.09156154;-0.7101907;0.07664493,0.09271094;-0.7007468;-0.02121274,-0.0637358;0.006558291;-0.04790341,-0.1191332;-0.3681613;-0.01763249,-0.1396526;-0.7085956;0.06100219,-0.1359586;-0.6990433;-0.03681523,0.00288011;0.3998784;-0.004715136,6.422573
+0;0;0,0.001167018;0.1999943;-0.0009631837,0.002755577;0.4993755;-0.01913679,0.1179909;0.3699935;0.001467019,0.1503329;0.09329292;0.02958797,0.1892288;-0.1771573;-0.03159853,-0.1130409;0.3679022;-0.001617683,-0.1720851;0.09802356;0.04398164,-0.2286671;-0.1760487;0.05308452,0.06504472;0.007006796;-0.04604442,0.08576189;-0.3704423;-0.007276174,0.08546788;-0.7111741;0.07273448,0.08486432;-0.7019705;-0.02507733,-0.06372786;0.006737469;-0.04788911,-0.1218162;-0.3675866;-0.0177691,-0.1438509;-0.7088578;0.05671871,-0.1419053;-0.6994877;-0.04111084,0.002330825;0.3997785;-0.01017775,0;0;0,0.001356223;0.1999888;0.001625531,0.003829561;0.4995662;-0.01273658,0.11899;0.3700511;0.002316807,0.1501966;0.09353307;0.03336436,0.1934013;-0.1769728;-0.0246006,-0.111738;0.3646951;-0.006288397,-0.1617691;0.09078842;0.02324154,-0.2127164;-0.1845233;0.02044028,0.06521513;0.007124591;-0.04578456,0.08868007;-0.3699621;-0.005102556,0.09159347;-0.710357;0.07627796,0.09267382;-0.7009331;-0.02157632,-0.06375431;0.006602847;-0.04787263,-0.1192627;-0.3681069;-0.01768317,-0.1396674;-0.708573;0.060844,-0.136041;-0.6990362;-0.03697271,0.002981582;0.3998745;-0.004935682,6.433912
+0;0;0,0.001167018;0.1999943;-0.0009631837,0.002755577;0.4993755;-0.01913679,0.1179909;0.3699935;0.001467019,0.1503329;0.09329292;0.02958797,0.1892288;-0.1771573;-0.03159853,-0.1130409;0.3679022;-0.001617683,-0.1720851;0.09802356;0.04398164,-0.2286671;-0.1760487;0.05308452,0.06504472;0.007006796;-0.04604442,0.08576189;-0.3704423;-0.007276174,0.08546788;-0.7111741;0.07273448,0.08486432;-0.7019705;-0.02507733,-0.06372786;0.006737469;-0.04788911,-0.1218162;-0.3675866;-0.0177691,-0.1438509;-0.7088578;0.05671871,-0.1419053;-0.6994877;-0.04111084,0.002330825;0.3997785;-0.01017775,0;0;0,0.001356223;0.1999888;0.001625531,0.003829561;0.4995662;-0.01273658,0.11899;0.3700511;0.002316807,0.1501966;0.09353307;0.03336436,0.1934013;-0.1769728;-0.0246006,-0.111738;0.3646951;-0.006288397,-0.1617691;0.09078842;0.02324154,-0.2127164;-0.1845233;0.02044028,0.06521513;0.007124591;-0.04578456,0.08868007;-0.3699621;-0.005102556,0.09159347;-0.710357;0.07627796,0.09267382;-0.7009331;-0.02157632,-0.06375431;0.006602847;-0.04787263,-0.1192627;-0.3681069;-0.01768317,-0.1396674;-0.708573;0.060844,-0.136041;-0.6990362;-0.03697271,0.002981582;0.3998745;-0.004935682,6.456085
+0;0;0,0.001168105;0.1999926;-0.001260062,0.002693768;0.4993009;-0.02052832,0.1179768;0.3701197;0.0006825831,0.1501772;0.09348056;0.0295608,0.1886833;-0.1771359;-0.03113511,-0.1131074;0.3681234;-0.001970844,-0.1730137;0.09989735;0.05156423,-0.2303068;-0.1737138;0.06751562,0.06504862;0.006941059;-0.04604887,0.0856792;-0.3704994;-0.007150974,0.08562432;-0.7112972;0.07257944,0.08490564;-0.70216;-0.02521741,-0.06372528;0.006805335;-0.04788294,-0.1218225;-0.3675162;-0.017749,-0.1439559;-0.7088004;0.05664977,-0.1421215;-0.6994969;-0.04116788,0.002290202;0.3997473;-0.01109886,0;0;0,0.001399688;0.1999893;0.00152943,0.004033805;0.4995525;-0.01307862,0.1191343;0.370002;0.001976879,0.1500516;0.09350398;0.03348807,0.1927138;-0.1772827;-0.02356032,-0.1117134;0.3650959;-0.006435045,-0.1623292;0.09215176;0.03016412,-0.21479;-0.1827669;0.03838357,0.06521109;0.007085221;-0.04579644,0.08855899;-0.370015;-0.005172201,0.09166996;-0.710447;0.07604586,0.09270181;-0.7010403;-0.0218053,-0.06377037;0.006645182;-0.04784539,-0.1193303;-0.3680663;-0.01777155,-0.1397563;-0.708515;0.06082479,-0.1361755;-0.6989882;-0.03699152,0.003130969;0.3998693;-0.005176581,6.467226
+0;0;0,0.001168105;0.1999926;-0.001260062,0.002693768;0.4993009;-0.02052832,0.1179768;0.3701197;0.0006825831,0.1501772;0.09348056;0.0295608,0.1886833;-0.1771359;-0.03113511,-0.1131074;0.3681234;-0.001970844,-0.1730137;0.09989735;0.05156423,-0.2303068;-0.1737138;0.06751562,0.06504862;0.006941059;-0.04604887,0.0856792;-0.3704994;-0.007150974,0.08562432;-0.7112972;0.07257944,0.08490564;-0.70216;-0.02521741,-0.06372528;0.006805335;-0.04788294,-0.1218225;-0.3675162;-0.017749,-0.1439559;-0.7088004;0.05664977,-0.1421215;-0.6994969;-0.04116788,0.002290202;0.3997473;-0.01109886,0;0;0,0.001399688;0.1999893;0.00152943,0.004033805;0.4995525;-0.01307862,0.1191343;0.370002;0.001976879,0.1500516;0.09350398;0.03348807,0.1927138;-0.1772827;-0.02356032,-0.1117134;0.3650959;-0.006435045,-0.1623292;0.09215176;0.03016412,-0.21479;-0.1827669;0.03838357,0.06521109;0.007085221;-0.04579644,0.08855899;-0.370015;-0.005172201,0.09166996;-0.710447;0.07604586,0.09270181;-0.7010403;-0.0218053,-0.06377037;0.006645182;-0.04784539,-0.1193303;-0.3680663;-0.01777155,-0.1397563;-0.708515;0.06082479,-0.1361755;-0.6989882;-0.03699152,0.003130969;0.3998693;-0.005176581,6.478383
+0;0;0,0.001168105;0.1999926;-0.001260062,0.002693768;0.4993009;-0.02052832,0.1179768;0.3701197;0.0006825831,0.1501772;0.09348056;0.0295608,0.1886833;-0.1771359;-0.03113511,-0.1131074;0.3681234;-0.001970844,-0.1730137;0.09989735;0.05156423,-0.2303068;-0.1737138;0.06751562,0.06504862;0.006941059;-0.04604887,0.0856792;-0.3704994;-0.007150974,0.08562432;-0.7112972;0.07257944,0.08490564;-0.70216;-0.02521741,-0.06372528;0.006805335;-0.04788294,-0.1218225;-0.3675162;-0.017749,-0.1439559;-0.7088004;0.05664977,-0.1421215;-0.6994969;-0.04116788,0.002290202;0.3997473;-0.01109886,0;0;0,0.001399688;0.1999893;0.00152943,0.004033805;0.4995525;-0.01307862,0.1191343;0.370002;0.001976879,0.1500516;0.09350398;0.03348807,0.1927138;-0.1772827;-0.02356032,-0.1117134;0.3650959;-0.006435045,-0.1623292;0.09215176;0.03016412,-0.21479;-0.1827669;0.03838357,0.06521109;0.007085221;-0.04579644,0.08855899;-0.370015;-0.005172201,0.09166996;-0.710447;0.07604586,0.09270181;-0.7010403;-0.0218053,-0.06377037;0.006645182;-0.04784539,-0.1193303;-0.3680663;-0.01777155,-0.1397563;-0.708515;0.06082479,-0.1361755;-0.6989882;-0.03699152,0.003130969;0.3998693;-0.005176581,6.489769
+0;0;0,0.001154833;0.1999912;-0.00148107,0.002612375;0.4992468;-0.02151638,0.1179928;0.3703915;7.171463E-05,0.1499698;0.09377238;0.0293861,0.1882364;-0.1769515;-0.0309813,-0.1131954;0.3683614;-0.002194703,-0.1734975;0.1017085;0.05830238,-0.2317933;-0.1712666;0.08035257,0.06504029;0.006880969;-0.04606964,0.08558758;-0.3705617;-0.007148419,0.08552851;-0.7113199;0.07275043,0.0846987;-0.7022329;-0.02503484,-0.06372391;0.006866906;-0.04787599,-0.1218396;-0.3674558;-0.01779192,-0.1442296;-0.7087213;0.05661596,-0.1425048;-0.6994753;-0.04119149,0.002237221;0.3997232;-0.01177341,0;0;0,0.00144207;0.1999898;0.001422949,0.004268121;0.4995367;-0.01345543,0.1193256;0.3700988;0.001680945,0.1499356;0.09361175;0.03358624,0.1924337;-0.177453;-0.02225138,-0.1117218;0.3656573;-0.006613216,-0.1632275;0.09408733;0.03807332,-0.2150139;-0.1808392;0.04963232,0.06520779;0.007005904;-0.04581333,0.0885323;-0.3700825;-0.005066518,0.09175164;-0.7104923;0.07624041,0.09276314;-0.7011036;-0.02160718,-0.06380582;0.006744034;-0.04778426,-0.1193394;-0.3679845;-0.0178747,-0.1396421;-0.7084625;0.06062683,-0.1360819;-0.6989551;-0.03718615,0.00329368;0.3998635;-0.005436403,6.51161
+0;0;0,0.001154833;0.1999912;-0.00148107,0.002612375;0.4992468;-0.02151638,0.1179928;0.3703915;7.171463E-05,0.1499698;0.09377238;0.0293861,0.1882364;-0.1769515;-0.0309813,-0.1131954;0.3683614;-0.002194703,-0.1734975;0.1017085;0.05830238,-0.2317933;-0.1712666;0.08035257,0.06504029;0.006880969;-0.04606964,0.08558758;-0.3705617;-0.007148419,0.08552851;-0.7113199;0.07275043,0.0846987;-0.7022329;-0.02503484,-0.06372391;0.006866906;-0.04787599,-0.1218396;-0.3674558;-0.01779192,-0.1442296;-0.7087213;0.05661596,-0.1425048;-0.6994753;-0.04119149,0.002237221;0.3997232;-0.01177341,0;0;0,0.00144207;0.1999898;0.001422949,0.004268121;0.4995367;-0.01345543,0.1193256;0.3700988;0.001680945,0.1499356;0.09361175;0.03358624,0.1924337;-0.177453;-0.02225138,-0.1117218;0.3656573;-0.006613216,-0.1632275;0.09408733;0.03807332,-0.2150139;-0.1808392;0.04963232,0.06520779;0.007005904;-0.04581333,0.0885323;-0.3700825;-0.005066518,0.09175164;-0.7104923;0.07624041,0.09276314;-0.7011036;-0.02160718,-0.06380582;0.006744034;-0.04778426,-0.1193394;-0.3679845;-0.0178747,-0.1396421;-0.7084625;0.06062683,-0.1360819;-0.6989551;-0.03718615,0.00329368;0.3998635;-0.005436403,6.523041
+0;0;0,0.001154833;0.1999912;-0.00148107,0.002612375;0.4992468;-0.02151638,0.1179928;0.3703915;7.171463E-05,0.1499698;0.09377238;0.0293861,0.1882364;-0.1769515;-0.0309813,-0.1131954;0.3683614;-0.002194703,-0.1734975;0.1017085;0.05830238,-0.2317933;-0.1712666;0.08035257,0.06504029;0.006880969;-0.04606964,0.08558758;-0.3705617;-0.007148419,0.08552851;-0.7113199;0.07275043,0.0846987;-0.7022329;-0.02503484,-0.06372391;0.006866906;-0.04787599,-0.1218396;-0.3674558;-0.01779192,-0.1442296;-0.7087213;0.05661596,-0.1425048;-0.6994753;-0.04119149,0.002237221;0.3997232;-0.01177341,0;0;0,0.001512267;0.1999898;0.001340337,0.004507067;0.4995224;-0.01378382,0.1195562;0.3702305;0.001293621,0.1499031;0.0937795;0.03375747,0.19211;-0.1774832;-0.02133433,-0.1116994;0.3662053;-0.006803716,-0.1639414;0.09598213;0.04467642,-0.215868;-0.1784533;0.06439476,0.0652188;0.006963335;-0.04580415,0.0883951;-0.3701137;-0.004868556,0.0917002;-0.7105591;0.07628559,0.09266347;-0.7011868;-0.02155904,-0.06379902;0.006800028;-0.04778541,-0.1195463;-0.3679113;-0.01805898,-0.1396961;-0.7084738;0.06011499,-0.1361847;-0.6989769;-0.03769754,0.003479921;0.399857;-0.005675004,6.534292
+0;0;0,0.001153518;0.1999891;-0.001736131,0.002580731;0.4992025;-0.02237861,0.1180076;0.3704805;-0.000660711,0.1497209;0.09390658;0.0293582,0.1878637;-0.1769073;-0.03068328,-0.1132897;0.3687509;-0.002361647,-0.1742661;0.1045073;0.06733186,-0.2333187;-0.1676243;0.09660964,0.06504435;0.006810835;-0.04607433,0.08536664;-0.3706279;-0.006997146,0.08539473;-0.7114186;0.072763,0.0844083;-0.7023758;-0.02501135,-0.06372889;0.006924221;-0.04786109,-0.1218683;-0.3674002;-0.01784343,-0.1445405;-0.7086339;0.05662467,-0.1429704;-0.6994379;-0.04117478,0.002214124;0.3997014;-0.01240873,0;0;0,0.001535267;0.1999903;0.001227541,0.004636414;0.499507;-0.01417011,0.1196786;0.3703025;0.000924991,0.1498948;0.09389582;0.03388461,0.191281;-0.1778291;-0.01952639,-0.1117419;0.366679;-0.007044783,-0.1647551;0.09814483;0.05193844,-0.2168497;-0.1756006;0.07931719,0.06524765;0.006855253;-0.04577935,0.08831301;-0.3702262;-0.004821368,0.0916691;-0.7107102;0.07616902,0.09260867;-0.701357;-0.0216718,-0.06379656;0.00694319;-0.0477681,-0.1196975;-0.3677489;-0.01808809,-0.1396582;-0.7083486;0.05997217,-0.1361715;-0.6988711;-0.03783718,0.003576873;0.3998511;-0.005950013,6.556221
+0;0;0,0.001153518;0.1999891;-0.001736131,0.002580731;0.4992025;-0.02237861,0.1180076;0.3704805;-0.000660711,0.1497209;0.09390658;0.0293582,0.1878637;-0.1769073;-0.03068328,-0.1132897;0.3687509;-0.002361647,-0.1742661;0.1045073;0.06733186,-0.2333187;-0.1676243;0.09660964,0.06504435;0.006810835;-0.04607433,0.08536664;-0.3706279;-0.006997146,0.08539473;-0.7114186;0.072763,0.0844083;-0.7023758;-0.02501135,-0.06372889;0.006924221;-0.04786109,-0.1218683;-0.3674002;-0.01784343,-0.1445405;-0.7086339;0.05662467,-0.1429704;-0.6994379;-0.04117478,0.002214124;0.3997014;-0.01240873,0;0;0,0.001535267;0.1999903;0.001227541,0.004636414;0.499507;-0.01417011,0.1196786;0.3703025;0.000924991,0.1498948;0.09389582;0.03388461,0.191281;-0.1778291;-0.01952639,-0.1117419;0.366679;-0.007044783,-0.1647551;0.09814483;0.05193844,-0.2168497;-0.1756006;0.07931719,0.06524765;0.006855253;-0.04577935,0.08831301;-0.3702262;-0.004821368,0.0916691;-0.7107102;0.07616902,0.09260867;-0.701357;-0.0216718,-0.06379656;0.00694319;-0.0477681,-0.1196975;-0.3677489;-0.01808809,-0.1396582;-0.7083486;0.05997217,-0.1361715;-0.6988711;-0.03783718,0.003576873;0.3998511;-0.005950013,6.567836
+0;0;0,0.001153518;0.1999891;-0.001736131,0.002580731;0.4992025;-0.02237861,0.1180076;0.3704805;-0.000660711,0.1497209;0.09390658;0.0293582,0.1878637;-0.1769073;-0.03068328,-0.1132897;0.3687509;-0.002361647,-0.1742661;0.1045073;0.06733186,-0.2333187;-0.1676243;0.09660964,0.06504435;0.006810835;-0.04607433,0.08536664;-0.3706279;-0.006997146,0.08539473;-0.7114186;0.072763,0.0844083;-0.7023758;-0.02501135,-0.06372889;0.006924221;-0.04786109,-0.1218683;-0.3674002;-0.01784343,-0.1445405;-0.7086339;0.05662467,-0.1429704;-0.6994379;-0.04117478,0.002214124;0.3997014;-0.01240873,0;0;0,0.001535267;0.1999903;0.001227541,0.004636414;0.499507;-0.01417011,0.1196786;0.3703025;0.000924991,0.1498948;0.09389582;0.03388461,0.191281;-0.1778291;-0.01952639,-0.1117419;0.366679;-0.007044783,-0.1647551;0.09814483;0.05193844,-0.2168497;-0.1756006;0.07931719,0.06524765;0.006855253;-0.04577935,0.08831301;-0.3702262;-0.004821368,0.0916691;-0.7107102;0.07616902,0.09260867;-0.701357;-0.0216718,-0.06379656;0.00694319;-0.0477681,-0.1196975;-0.3677489;-0.01808809,-0.1396582;-0.7083486;0.05997217,-0.1361715;-0.6988711;-0.03783718,0.003576873;0.3998511;-0.005950013,6.579296
+0;0;0,0.001091377;0.1999877;-0.001935249,0.002430575;0.4991655;-0.02307453,0.1179161;0.3704998;-0.001301917,0.1492962;0.09392884;0.02909241,0.1872374;-0.1770162;-0.03048317,-0.1134533;0.369046;-0.00248036,-0.1744293;0.1068124;0.07443194,-0.2342227;-0.1645774;0.1086714,0.06503437;0.00671682;-0.04610222,0.08512715;-0.3707293;-0.006978247,0.08541396;-0.7115581;0.07261842,0.08428345;-0.7025433;-0.02514837,-0.06372727;0.007018388;-0.04784953,-0.1220882;-0.367287;-0.01802503,-0.1447388;-0.7085121;0.05648939,-0.1433106;-0.6993526;-0.04130444,0.002099587;0.3996835;-0.01291429,0;0;0,0.001535267;0.1999903;0.001227541,0.004636414;0.499507;-0.01417011,0.1196786;0.3703025;0.000924991,0.1498948;0.09389582;0.03388461,0.191281;-0.1778291;-0.01952639,-0.1117419;0.366679;-0.007044783,-0.1647551;0.09814483;0.05193844,-0.2168497;-0.1756006;0.07931719,0.06524765;0.006855253;-0.04577935,0.08831301;-0.3702262;-0.004821368,0.0916691;-0.7107102;0.07616902,0.09260867;-0.701357;-0.0216718,-0.06379656;0.00694319;-0.0477681,-0.1196975;-0.3677489;-0.01808809,-0.1396582;-0.7083486;0.05997217,-0.1361715;-0.6988711;-0.03783718,0.003576873;0.3998511;-0.005950013,6.590176
+0;0;0,0.001091377;0.1999877;-0.001935249,0.002430575;0.4991655;-0.02307453,0.1179161;0.3704998;-0.001301917,0.1492962;0.09392884;0.02909241,0.1872374;-0.1770162;-0.03048317,-0.1134533;0.369046;-0.00248036,-0.1744293;0.1068124;0.07443194,-0.2342227;-0.1645774;0.1086714,0.06503437;0.00671682;-0.04610222,0.08512715;-0.3707293;-0.006978247,0.08541396;-0.7115581;0.07261842,0.08428345;-0.7025433;-0.02514837,-0.06372727;0.007018388;-0.04784953,-0.1220882;-0.367287;-0.01802503,-0.1447388;-0.7085121;0.05648939,-0.1433106;-0.6993526;-0.04130444,0.002099587;0.3996835;-0.01291429,0;0;0,0.001618379;0.1999904;0.001103316,0.004864788;0.4994901;-0.01458927,0.1199072;0.3703838;0.0002779211,0.1498483;0.09407637;0.03430315,0.1907274;-0.177889;-0.01826821,-0.1117417;0.3673217;-0.007195205,-0.164915;0.1004421;0.0587432,-0.2181995;-0.1725226;0.09116317,0.06523991;0.006733972;-0.04580838,0.08822219;-0.3703306;-0.004648827,0.09146612;-0.7108343;0.07626314,0.09226218;-0.7015041;-0.02157409,-0.06380994;0.007123988;-0.04772358,-0.1198469;-0.3675492;-0.01806052,-0.1397135;-0.7081448;0.0600417,-0.1363717;-0.698685;-0.037769,0.003763662;0.399843;-0.006267249,6.601493
+0;0;0,0.001091377;0.1999877;-0.001935249,0.002430575;0.4991655;-0.02307453,0.1179161;0.3704998;-0.001301917,0.1492962;0.09392884;0.02909241,0.1872374;-0.1770162;-0.03048317,-0.1134533;0.369046;-0.00248036,-0.1744293;0.1068124;0.07443194,-0.2342227;-0.1645774;0.1086714,0.06503437;0.00671682;-0.04610222,0.08512715;-0.3707293;-0.006978247,0.08541396;-0.7115581;0.07261842,0.08428345;-0.7025433;-0.02514837,-0.06372727;0.007018388;-0.04784953,-0.1220882;-0.367287;-0.01802503,-0.1447388;-0.7085121;0.05648939,-0.1433106;-0.6993526;-0.04130444,0.002099587;0.3996835;-0.01291429,0;0;0,0.001618379;0.1999904;0.001103316,0.004864788;0.4994901;-0.01458927,0.1199072;0.3703838;0.0002779211,0.1498483;0.09407637;0.03430315,0.1907274;-0.177889;-0.01826821,-0.1117417;0.3673217;-0.007195205,-0.164915;0.1004421;0.0587432,-0.2181995;-0.1725226;0.09116317,0.06523991;0.006733972;-0.04580838,0.08822219;-0.3703306;-0.004648827,0.09146612;-0.7108343;0.07626314,0.09226218;-0.7015041;-0.02157409,-0.06380994;0.007123988;-0.04772358,-0.1198469;-0.3675492;-0.01806052,-0.1397135;-0.7081448;0.0600417,-0.1363717;-0.698685;-0.037769,0.003763662;0.399843;-0.006267249,6.623326
+0;0;0,0.001148738;0.1999881;-0.001857283,0.002859398;0.499211;-0.02238695,0.1182474;0.3704071;-0.001993435,0.1496338;0.09395313;0.02944034,0.1873028;-0.177067;-0.02996603,-0.1133124;0.3693939;-0.002396692,-0.1746588;0.109302;0.08120237,-0.2347064;-0.1612809;0.1209418,0.06503159;0.006627652;-0.04611903,0.0849878;-0.3708124;-0.006866798,0.08554889;-0.7116766;0.07257696,0.08416643;-0.702629;-0.02519362,-0.0637456;0.007113652;-0.04781103,-0.1220109;-0.3672117;-0.01805047,-0.1446826;-0.7083825;0.05670555,-0.1435061;-0.6991915;-0.04109834,0.00235509;0.3996997;-0.01252508,0;0;0,0.001638727;0.199991;0.0009671072,0.004998101;0.4994722;-0.01503384,0.1200128;0.3707815;0.00147926,0.1503991;0.09428501;0.03351634,0.1910222;-0.1779326;-0.0179357,-0.1118197;0.3679488;-0.007417227,-0.1655406;0.1029135;0.06517997,-0.2196541;-0.1689122;0.1049613,0.06526167;0.006590833;-0.04579819,0.08813871;-0.3704832;-0.004666958,0.0913076;-0.7109888;0.07623994,0.09258408;-0.7016852;-0.02158658,-0.0637945;0.007281047;-0.04772053,-0.1205748;-0.3673201;-0.01856617,-0.1401007;-0.7079493;0.05947524,-0.1362791;-0.6985184;-0.03831183,0.003863237;0.3998357;-0.006590465,6.634662
+0;0;0,0.001148738;0.1999881;-0.001857283,0.002859398;0.499211;-0.02238695,0.1182474;0.3704071;-0.001993435,0.1496338;0.09395313;0.02944034,0.1873028;-0.177067;-0.02996603,-0.1133124;0.3693939;-0.002396692,-0.1746588;0.109302;0.08120237,-0.2347064;-0.1612809;0.1209418,0.06503159;0.006627652;-0.04611903,0.0849878;-0.3708124;-0.006866798,0.08554889;-0.7116766;0.07257696,0.08416643;-0.702629;-0.02519362,-0.0637456;0.007113652;-0.04781103,-0.1220109;-0.3672117;-0.01805047,-0.1446826;-0.7083825;0.05670555,-0.1435061;-0.6991915;-0.04109834,0.00235509;0.3996997;-0.01252508,0;0;0,0.001638727;0.199991;0.0009671072,0.004998101;0.4994722;-0.01503384,0.1200128;0.3707815;0.00147926,0.1503991;0.09428501;0.03351634,0.1910222;-0.1779326;-0.0179357,-0.1118197;0.3679488;-0.007417227,-0.1655406;0.1029135;0.06517997,-0.2196541;-0.1689122;0.1049613,0.06526167;0.006590833;-0.04579819,0.08813871;-0.3704832;-0.004666958,0.0913076;-0.7109888;0.07623994,0.09258408;-0.7016852;-0.02158658,-0.0637945;0.007281047;-0.04772053,-0.1205748;-0.3673201;-0.01856617,-0.1401007;-0.7079493;0.05947524,-0.1362791;-0.6985184;-0.03831183,0.003863237;0.3998357;-0.006590465,6.646049
+0;0;0,0.001148738;0.1999881;-0.001857283,0.002859398;0.499211;-0.02238695,0.1182474;0.3704071;-0.001993435,0.1496338;0.09395313;0.02944034,0.1873028;-0.177067;-0.02996603,-0.1133124;0.3693939;-0.002396692,-0.1746588;0.109302;0.08120237,-0.2347064;-0.1612809;0.1209418,0.06503159;0.006627652;-0.04611903,0.0849878;-0.3708124;-0.006866798,0.08554889;-0.7116766;0.07257696,0.08416643;-0.702629;-0.02519362,-0.0637456;0.007113652;-0.04781103,-0.1220109;-0.3672117;-0.01805047,-0.1446826;-0.7083825;0.05670555,-0.1435061;-0.6991915;-0.04109834,0.00235509;0.3996997;-0.01252508,0;0;0,0.001673633;0.1999913;0.0008298451,0.005103534;0.4994534;-0.01550154,0.1201328;0.3706715;0.000308183,0.1498564;0.09431657;0.03413784,0.1899444;-0.1782852;-0.01567373,-0.1118697;0.3684512;-0.007505705,-0.1660265;0.1053006;0.07135347,-0.2196026;-0.165959;0.1154881,0.06524216;0.006436683;-0.04584789,0.0880319;-0.3706194;-0.004503932,0.09112838;-0.7111293;0.07638757,0.09207377;-0.7018446;-0.02143873,-0.06381595;0.007515057;-0.04765551,-0.1209884;-0.3670442;-0.01872985,-0.1400782;-0.7077081;0.0592676,-0.1365922;-0.6983002;-0.03852716,0.003954354;0.3998274;-0.00693757,6.668331
+0;0;0,0.001172294;0.1999851;-0.002138513,0.002915332;0.4991421;-0.02356196,0.1182992;0.3704096;-0.002764058,0.1495464;0.09397739;0.02899869,0.1870417;-0.1772141;-0.02973185,-0.1133626;0.3699394;-0.002622308,-0.1750606;0.1123214;0.08807684,-0.2349545;-0.1573093;0.1340331,0.06503099;0.006509669;-0.04613668,0.08495778;-0.3709308;-0.006873012,0.08543833;-0.7117587;0.07272658,0.08391249;-0.7027703;-0.02502918,-0.06373717;0.007241844;-0.04780301,-0.1220006;-0.3670925;-0.01815207,-0.1447712;-0.7082553;0.05661055,-0.1437392;-0.6991308;-0.04118082,0.002401924;0.3996676;-0.01333675,0;0;0,0.001673633;0.1999913;0.0008298451,0.005103534;0.4994534;-0.01550154,0.1201328;0.3706715;0.000308183,0.1498564;0.09431657;0.03413784,0.1899444;-0.1782852;-0.01567373,-0.1118697;0.3684512;-0.007505705,-0.1660265;0.1053006;0.07135347,-0.2196026;-0.165959;0.1154881,0.06524216;0.006436683;-0.04584789,0.0880319;-0.3706194;-0.004503932,0.09112838;-0.7111293;0.07638757,0.09207377;-0.7018446;-0.02143873,-0.06381595;0.007515057;-0.04765551,-0.1209884;-0.3670442;-0.01872985,-0.1400782;-0.7077081;0.0592676,-0.1365922;-0.6983002;-0.03852716,0.003954354;0.3998274;-0.00693757,6.690397
+0;0;0,0.001172294;0.1999851;-0.002138513,0.002915332;0.4991421;-0.02356196,0.1182992;0.3704096;-0.002764058,0.1495464;0.09397739;0.02899869,0.1870417;-0.1772141;-0.02973185,-0.1133626;0.3699394;-0.002622308,-0.1750606;0.1123214;0.08807684,-0.2349545;-0.1573093;0.1340331,0.06503099;0.006509669;-0.04613668,0.08495778;-0.3709308;-0.006873012,0.08543833;-0.7117587;0.07272658,0.08391249;-0.7027703;-0.02502918,-0.06373717;0.007241844;-0.04780301,-0.1220006;-0.3670925;-0.01815207,-0.1447712;-0.7082553;0.05661055,-0.1437392;-0.6991308;-0.04118082,0.002401924;0.3996676;-0.01333675,0;0;0,0.001683527;0.1999919;0.0006482798,0.005226502;0.4994321;-0.01603319,0.1202415;0.3706095;-0.000639088,0.1495511;0.09438887;0.03461887,0.1892863;-0.1784573;-0.01412602,-0.1119725;0.3691551;-0.00768687,-0.1663592;0.1086299;0.07931125,-0.2197256;-0.1619134;0.1278745,0.06523187;0.006233296;-0.04589062,0.08785477;-0.3708289;-0.004510581,0.09104812;-0.7113923;0.07615168,0.09177385;-0.7021316;-0.0216714,-0.0638259;0.007745096;-0.04760533,-0.1209979;-0.3668292;-0.01887453,-0.1404555;-0.7073911;0.05947729,-0.1371856;-0.6980213;-0.0383169,0.004043019;0.3998189;-0.007326739,6.702681
+0;0;0,0.001172294;0.1999851;-0.002138513,0.002915332;0.4991421;-0.02356196,0.1182992;0.3704096;-0.002764058,0.1495464;0.09397739;0.02899869,0.1870417;-0.1772141;-0.02973185,-0.1133626;0.3699394;-0.002622308,-0.1750606;0.1123214;0.08807684,-0.2349545;-0.1573093;0.1340331,0.06503099;0.006509669;-0.04613668,0.08495778;-0.3709308;-0.006873012,0.08543833;-0.7117587;0.07272658,0.08391249;-0.7027703;-0.02502918,-0.06373717;0.007241844;-0.04780301,-0.1220006;-0.3670925;-0.01815207,-0.1447712;-0.7082553;0.05661055,-0.1437392;-0.6991308;-0.04118082,0.002401924;0.3996676;-0.01333675,0;0;0,0.001706915;0.199992;0.0005262248,0.005290286;0.4994222;-0.01632756,0.120297;0.3704801;-0.001440545,0.1492046;0.09437042;0.03499851,0.1883115;-0.1788194;-0.01230866,-0.1120478;0.3696485;-0.007684428,-0.1663294;0.110935;0.08462387,-0.2197136;-0.1587202;0.1378799,0.06522744;0.006055043;-0.04592076,0.08773513;-0.3710063;-0.00447008,0.09094188;-0.7115724;0.0761797,0.09142617;-0.7023239;-0.02164229,-0.06381258;0.007966412;-0.04758665,-0.1212823;-0.3665781;-0.0190624,-0.1406386;-0.7071558;0.05924599,-0.1376102;-0.6977999;-0.03855304,0.004098784;0.399814;-0.007564812,6.723781
+0;0;0,0.001220356;0.1999817;-0.002414253,0.003037021;0.4990919;-0.02446095,0.1183964;0.3703073;-0.003660015,0.1494306;0.09393427;0.02881792,0.1868667;-0.1773786;-0.02938768,-0.1133912;0.3706805;-0.002559905,-0.17522;0.114898;0.09310889,-0.2351705;-0.1538706;0.1437982,0.06504881;0.0064048;-0.04612625,0.08485834;-0.371034;-0.006787535,0.08534415;-0.7118729;0.0727649,0.08354416;-0.7029315;-0.02497607,-0.06373777;0.007354626;-0.04778499,-0.1221452;-0.366968;-0.01826969,-0.1448746;-0.708097;0.05665927,-0.1441167;-0.6990231;-0.04112378,0.002497835;0.3996415;-0.0140051,0;0;0,0.001706915;0.199992;0.0005262248,0.005290286;0.4994222;-0.01632756,0.120297;0.3704801;-0.001440545,0.1492046;0.09437042;0.03499851,0.1883115;-0.1788194;-0.01230866,-0.1120478;0.3696485;-0.007684428,-0.1663294;0.110935;0.08462387,-0.2197136;-0.1587202;0.1378799,0.06522744;0.006055043;-0.04592076,0.08773513;-0.3710063;-0.00447008,0.09094188;-0.7115724;0.0761797,0.09142617;-0.7023239;-0.02164229,-0.06381258;0.007966412;-0.04758665,-0.1212823;-0.3665781;-0.0190624,-0.1406386;-0.7071558;0.05924599,-0.1376102;-0.6977999;-0.03855304,0.004098784;0.399814;-0.007564812,6.735271
+0;0;0,0.001220356;0.1999817;-0.002414253,0.003037021;0.4990919;-0.02446095,0.1183964;0.3703073;-0.003660015,0.1494306;0.09393427;0.02881792,0.1868667;-0.1773786;-0.02938768,-0.1133912;0.3706805;-0.002559905,-0.17522;0.114898;0.09310889,-0.2351705;-0.1538706;0.1437982,0.06504881;0.0064048;-0.04612625,0.08485834;-0.371034;-0.006787535,0.08534415;-0.7118729;0.0727649,0.08354416;-0.7029315;-0.02497607,-0.06373777;0.007354626;-0.04778499,-0.1221452;-0.366968;-0.01826969,-0.1448746;-0.708097;0.05665927,-0.1441167;-0.6990231;-0.04112378,0.002497835;0.3996415;-0.0140051,0;0;0,0.001706915;0.199992;0.0005262248,0.005290286;0.4994222;-0.01632756,0.120297;0.3704801;-0.001440545,0.1492046;0.09437042;0.03499851,0.1883115;-0.1788194;-0.01230866,-0.1120478;0.3696485;-0.007684428,-0.1663294;0.110935;0.08462387,-0.2197136;-0.1587202;0.1378799,0.06522744;0.006055043;-0.04592076,0.08773513;-0.3710063;-0.00447008,0.09094188;-0.7115724;0.0761797,0.09142617;-0.7023239;-0.02164229,-0.06381258;0.007966412;-0.04758665,-0.1212823;-0.3665781;-0.0190624,-0.1406386;-0.7071558;0.05924599,-0.1376102;-0.6977999;-0.03855304,0.004098784;0.399814;-0.007564812,6.746315
+0;0;0,0.001220356;0.1999817;-0.002414253,0.003037021;0.4990919;-0.02446095,0.1183964;0.3703073;-0.003660015,0.1494306;0.09393427;0.02881792,0.1868667;-0.1773786;-0.02938768,-0.1133912;0.3706805;-0.002559905,-0.17522;0.114898;0.09310889,-0.2351705;-0.1538706;0.1437982,0.06504881;0.0064048;-0.04612625,0.08485834;-0.371034;-0.006787535,0.08534415;-0.7118729;0.0727649,0.08354416;-0.7029315;-0.02497607,-0.06373777;0.007354626;-0.04778499,-0.1221452;-0.366968;-0.01826969,-0.1448746;-0.708097;0.05665927,-0.1441167;-0.6990231;-0.04112378,0.002497835;0.3996415;-0.0140051,0;0;0,0.001774255;0.1999917;0.0004105007,0.005481811;0.4994071;-0.01667753,0.1204382;0.3707303;-0.0004148637,0.1500483;0.09445706;0.03417298,0.1889994;-0.1789026;-0.01227394,-0.1120595;0.3702787;-0.007730254,-0.1663083;0.1132286;0.08913216,-0.2192307;-0.1556078;0.1468053,0.06523696;0.005877021;-0.04593037,0.0876272;-0.3711844;-0.004417364,0.09088933;-0.7117685;0.0761548,0.09173911;-0.702545;-0.02165939,-0.06380062;0.008118768;-0.04757695,-0.1212558;-0.3664331;-0.01911988,-0.1406617;-0.707054;0.05898786,-0.1372673;-0.6977234;-0.0387938,0.004250898;0.3998063;-0.007837071,6.768964
+0;0;0,0.001368777;0.1999813;-0.002368449,0.003803187;0.4991122;-0.0241055,0.1188808;0.3699473;-0.004488037,0.1499179;0.09367791;0.02885762,0.1868019;-0.177716;-0.02932229,-0.113105;0.3714346;-0.002560372,-0.1750261;0.117759;0.09850603,-0.2354356;-0.1496395;0.155504,0.06509284;0.00623964;-0.04608675,0.08493161;-0.3711852;-0.006629437,0.08536676;-0.7120259;0.07291576,0.0833158;-0.7030616;-0.02482519,-0.06371948;0.007532489;-0.04778168,-0.1220327;-0.3668139;-0.01838108,-0.1450124;-0.7078928;0.05669954,-0.1445031;-0.6987942;-0.0410904,0.002988144;0.3996475;-0.01380407,0;0;0,0.001774255;0.1999917;0.0004105007,0.005481811;0.4994071;-0.01667753,0.1204382;0.3707303;-0.0004148637,0.1500483;0.09445706;0.03417298,0.1889994;-0.1789026;-0.01227394,-0.1120595;0.3702787;-0.007730254,-0.1663083;0.1132286;0.08913216,-0.2192307;-0.1556078;0.1468053,0.06523696;0.005877021;-0.04593037,0.0876272;-0.3711844;-0.004417364,0.09088933;-0.7117685;0.0761548,0.09173911;-0.702545;-0.02165939,-0.06380062;0.008118768;-0.04757695,-0.1212558;-0.3664331;-0.01911988,-0.1406617;-0.707054;0.05898786,-0.1372673;-0.6977234;-0.0387938,0.004250898;0.3998063;-0.007837071,6.780116
+0;0;0,0.001368777;0.1999813;-0.002368449,0.003803187;0.4991122;-0.0241055,0.1188808;0.3699473;-0.004488037,0.1499179;0.09367791;0.02885762,0.1868019;-0.177716;-0.02932229,-0.113105;0.3714346;-0.002560372,-0.1750261;0.117759;0.09850603,-0.2354356;-0.1496395;0.155504,0.06509284;0.00623964;-0.04608675,0.08493161;-0.3711852;-0.006629437,0.08536676;-0.7120259;0.07291576,0.0833158;-0.7030616;-0.02482519,-0.06371948;0.007532489;-0.04778168,-0.1220327;-0.3668139;-0.01838108,-0.1450124;-0.7078928;0.05669954,-0.1445031;-0.6987942;-0.0410904,0.002988144;0.3996475;-0.01380407,0;0;0,0.001808739;0.1999916;0.0002892127,0.005509982;0.4993927;-0.0170504,0.120522;0.3705401;-0.002274902,0.1491433;0.09449747;0.03489053,0.1879134;-0.1790012;-0.01088432,-0.1121468;0.370779;-0.007846256,-0.1662082;0.1154819;0.09364624,-0.2207507;-0.1517966;0.1567916,0.06525613;0.005796585;-0.04591336,0.08752012;-0.3712631;-0.004316065,0.09077458;-0.7118616;0.0761954,0.09107514;-0.7026473;-0.02162005,-0.06380821;0.008165406;-0.04755878,-0.1212511;-0.3663899;-0.01912249,-0.1408111;-0.7069832;0.05906694,-0.1379641;-0.6976576;-0.03873116,0.004290968;0.3997989;-0.008129327,6.802599
+0;0;0,0.001368777;0.1999813;-0.002368449,0.003803187;0.4991122;-0.0241055,0.1188808;0.3699473;-0.004488037,0.1499179;0.09367791;0.02885762,0.1868019;-0.177716;-0.02932229,-0.113105;0.3714346;-0.002560372,-0.1750261;0.117759;0.09850603,-0.2354356;-0.1496395;0.155504,0.06509284;0.00623964;-0.04608675,0.08493161;-0.3711852;-0.006629437,0.08536676;-0.7120259;0.07291576,0.0833158;-0.7030616;-0.02482519,-0.06371948;0.007532489;-0.04778168,-0.1220327;-0.3668139;-0.01838108,-0.1450124;-0.7078928;0.05669954,-0.1445031;-0.6987942;-0.0410904,0.002988144;0.3996475;-0.01380407,0;0;0,0.001808739;0.1999916;0.0002892127,0.005509982;0.4993927;-0.0170504,0.120522;0.3705401;-0.002274902,0.1491433;0.09449747;0.03489053,0.1879134;-0.1790012;-0.01088432,-0.1121468;0.370779;-0.007846256,-0.1662082;0.1154819;0.09364624,-0.2207507;-0.1517966;0.1567916,0.06525613;0.005796585;-0.04591336,0.08752012;-0.3712631;-0.004316065,0.09077458;-0.7118616;0.0761954,0.09107514;-0.7026473;-0.02162005,-0.06380821;0.008165406;-0.04755878,-0.1212511;-0.3663899;-0.01912249,-0.1408111;-0.7069832;0.05906694,-0.1379641;-0.6976576;-0.03873116,0.004290968;0.3997989;-0.008129327,6.813171
+0;0;0,0.001428431;0.1999767;-0.002699262,0.003959499;0.4990368;-0.0253457,0.1190175;0.3699177;-0.005450215,0.1500608;0.09374672;0.02869507,0.1865955;-0.1777543;-0.02920475,-0.1130884;0.372213;-0.002615102,-0.1741473;0.1210133;0.1049512,-0.2356182;-0.1449935;0.1670941,0.06511853;0.006074597;-0.04607251,0.08488792;-0.3713535;-0.00661144,0.0854205;-0.7121832;0.0729802,0.08311401;-0.7032833;-0.0247412,-0.06371978;0.007714905;-0.04775217,-0.1220193;-0.3666672;-0.01878326,-0.1450728;-0.7077123;0.0564286,-0.1448184;-0.6986946;-0.041345,0.003116668;0.3996098;-0.01468987,0;0;0,0.001892523;0.199991;0.0001835294,0.005733563;0.4993777;-0.01737364,0.1206777;0.3707899;-0.001056401,0.1499976;0.09453085;0.0338905,0.1887092;-0.1790207;-0.01161736,-0.1121209;0.3713792;-0.00775794,-0.1660441;0.1179002;0.09826405,-0.2219584;-0.1475697;0.1675414,0.0652957;0.005610173;-0.04588025,0.0875052;-0.3714187;-0.003976215,0.09070651;-0.712081;0.07626705,0.09139252;-0.7028871;-0.02154213,-0.06377035;0.008320848;-0.04758261,-0.1215067;-0.3661977;-0.01925614,-0.1407753;-0.7068086;0.05892908,-0.137545;-0.6975064;-0.03885213,0.004465501;0.3997909;-0.0083811,6.835845
+0;0;0,0.001428431;0.1999767;-0.002699262,0.003959499;0.4990368;-0.0253457,0.1190175;0.3699177;-0.005450215,0.1500608;0.09374672;0.02869507,0.1865955;-0.1777543;-0.02920475,-0.1130884;0.372213;-0.002615102,-0.1741473;0.1210133;0.1049512,-0.2356182;-0.1449935;0.1670941,0.06511853;0.006074597;-0.04607251,0.08488792;-0.3713535;-0.00661144,0.0854205;-0.7121832;0.0729802,0.08311401;-0.7032833;-0.0247412,-0.06371978;0.007714905;-0.04775217,-0.1220193;-0.3666672;-0.01878326,-0.1450728;-0.7077123;0.0564286,-0.1448184;-0.6986946;-0.041345,0.003116668;0.3996098;-0.01468987,0;0;0,0.001892523;0.199991;0.0001835294,0.005733563;0.4993777;-0.01737364,0.1206777;0.3707899;-0.001056401,0.1499976;0.09453085;0.0338905,0.1887092;-0.1790207;-0.01161736,-0.1121209;0.3713792;-0.00775794,-0.1660441;0.1179002;0.09826405,-0.2219584;-0.1475697;0.1675414,0.0652957;0.005610173;-0.04588025,0.0875052;-0.3714187;-0.003976215,0.09070651;-0.712081;0.07626705,0.09139252;-0.7028871;-0.02154213,-0.06377035;0.008320848;-0.04758261,-0.1215067;-0.3661977;-0.01925614,-0.1407753;-0.7068086;0.05892908,-0.137545;-0.6975064;-0.03885213,0.004465501;0.3997909;-0.0083811,6.846898
+0;0;0,0.001428431;0.1999767;-0.002699262,0.003959499;0.4990368;-0.0253457,0.1190175;0.3699177;-0.005450215,0.1500608;0.09374672;0.02869507,0.1865955;-0.1777543;-0.02920475,-0.1130884;0.372213;-0.002615102,-0.1741473;0.1210133;0.1049512,-0.2356182;-0.1449935;0.1670941,0.06511853;0.006074597;-0.04607251,0.08488792;-0.3713535;-0.00661144,0.0854205;-0.7121832;0.0729802,0.08311401;-0.7032833;-0.0247412,-0.06371978;0.007714905;-0.04775217,-0.1220193;-0.3666672;-0.01878326,-0.1450728;-0.7077123;0.0564286,-0.1448184;-0.6986946;-0.041345,0.003116668;0.3996098;-0.01468987,0;0;0,0.001912726;0.1999909;5.070494E-05,0.00579116;0.4993623;-0.01775221,0.120728;0.3710389;-0.000416846,0.1504759;0.09463012;0.03294842,0.1891578;-0.1789311;-0.01252629,-0.1121714;0.3717888;-0.007827103,-0.1660936;0.1197675;0.1016153,-0.2220118;-0.145039;0.1733835,0.06528439;0.005450679;-0.04591555,0.08736628;-0.3715914;-0.004062872,0.09051522;-0.7122438;0.07622433,0.09144106;-0.7030739;-0.02157778,-0.06379698;0.00843073;-0.04752755,-0.1222312;-0.3660291;-0.01986297,-0.1408609;-0.7066448;0.05845595,-0.137394;-0.6973677;-0.03931184,0.004514372;0.3997836;-0.008671407,6.869343
+0;0;0,0.001451876;0.1999732;-0.00293236,0.003996539;0.4989917;-0.02610765,0.1190562;0.3698728;-0.006038127,0.1500783;0.09373313;0.0283789,0.1862257;-0.1778918;-0.02918207,-0.1131238;0.3727502;-0.002676533,-0.1737283;0.1239434;0.1105589,-0.2354137;-0.1408857;0.1773458,0.06514136;0.005909236;-0.04606174,0.08477581;-0.3715189;-0.006533086,0.08547211;-0.7123847;0.07290245,0.0830269;-0.7035257;-0.02480673,-0.06369554;0.007891217;-0.04775568,-0.1220215;-0.3664948;-0.01889146,-0.1451533;-0.7075384;0.05630285,-0.1450363;-0.6985624;-0.04146206,0.003158838;0.399586;-0.01525371,0;0;0,0.001912726;0.1999909;5.070494E-05,0.00579116;0.4993623;-0.01775221,0.120728;0.3710389;-0.000416846,0.1504759;0.09463012;0.03294842,0.1891578;-0.1789311;-0.01252629,-0.1121714;0.3717888;-0.007827103,-0.1660936;0.1197675;0.1016153,-0.2220118;-0.145039;0.1733835,0.06528439;0.005450679;-0.04591555,0.08736628;-0.3715914;-0.004062872,0.09051522;-0.7122438;0.07622433,0.09144106;-0.7030739;-0.02157778,-0.06379698;0.00843073;-0.04752755,-0.1222312;-0.3660291;-0.01986297,-0.1408609;-0.7066448;0.05845595,-0.137394;-0.6973677;-0.03931184,0.004514372;0.3997836;-0.008671407,6.88044
+0;0;0,0.001451876;0.1999732;-0.00293236,0.003996539;0.4989917;-0.02610765,0.1190562;0.3698728;-0.006038127,0.1500783;0.09373313;0.0283789,0.1862257;-0.1778918;-0.02918207,-0.1131238;0.3727502;-0.002676533,-0.1737283;0.1239434;0.1105589,-0.2354137;-0.1408857;0.1773458,0.06514136;0.005909236;-0.04606174,0.08477581;-0.3715189;-0.006533086,0.08547211;-0.7123847;0.07290245,0.0830269;-0.7035257;-0.02480673,-0.06369554;0.007891217;-0.04775568,-0.1220215;-0.3664948;-0.01889146,-0.1451533;-0.7075384;0.05630285,-0.1450363;-0.6985624;-0.04146206,0.003158838;0.399586;-0.01525371,0;0;0,0.002012666;0.1999899;-5.25853E-05,0.006027666;0.4993504;-0.01801816,0.1210234;0.3707779;-0.003543305,0.1501897;0.09486347;0.03414741,0.1885227;-0.1787408;-0.01136426,-0.1120976;0.37227;-0.007867668,-0.1658108;0.1221183;0.105882,-0.2221909;-0.1415641;0.1813332,0.06534222;0.005301141;-0.04585076,0.08755141;-0.3717259;-0.003929682,0.09064852;-0.7124016;0.07626036,0.09057236;-0.7032278;-0.02154694,-0.06378121;0.008609693;-0.04751663,-0.1221094;-0.3658585;-0.01974276,-0.1405699;-0.7064805;0.05858929,-0.1381065;-0.6972038;-0.03920886,0.004702943;0.3997762;-0.008895847,6.903098
+0;0;0,0.001451876;0.1999732;-0.00293236,0.003996539;0.4989917;-0.02610765,0.1190562;0.3698728;-0.006038127,0.1500783;0.09373313;0.0283789,0.1862257;-0.1778918;-0.02918207,-0.1131238;0.3727502;-0.002676533,-0.1737283;0.1239434;0.1105589,-0.2354137;-0.1408857;0.1773458,0.06514136;0.005909236;-0.04606174,0.08477581;-0.3715189;-0.006533086,0.08547211;-0.7123847;0.07290245,0.0830269;-0.7035257;-0.02480673,-0.06369554;0.007891217;-0.04775568,-0.1220215;-0.3664948;-0.01889146,-0.1451533;-0.7075384;0.05630285,-0.1450363;-0.6985624;-0.04146206,0.003158838;0.399586;-0.01525371,0;0;0,0.002012666;0.1999899;-5.25853E-05,0.006027666;0.4993504;-0.01801816,0.1210234;0.3707779;-0.003543305,0.1501897;0.09486347;0.03414741,0.1885227;-0.1787408;-0.01136426,-0.1120976;0.37227;-0.007867668,-0.1658108;0.1221183;0.105882,-0.2221909;-0.1415641;0.1813332,0.06534222;0.005301141;-0.04585076,0.08755141;-0.3717259;-0.003929682,0.09064852;-0.7124016;0.07626036,0.09057236;-0.7032278;-0.02154694,-0.06378121;0.008609693;-0.04751663,-0.1221094;-0.3658585;-0.01974276,-0.1405699;-0.7064805;0.05858929,-0.1381065;-0.6972038;-0.03920886,0.004702943;0.3997762;-0.008895847,6.914447
+0;0;0,0.001471237;0.1999685;-0.003230971,0.004144336;0.4989278;-0.02711425,0.119062;0.3702806;-0.004382632,0.1517199;0.09389964;0.02639095,0.1876484;-0.1778419;-0.03075535,-0.1131025;0.3734526;-0.002669432,-0.1735326;0.1267144;0.115095,-0.2361627;-0.1365527;0.1869831,0.06514446;0.005721879;-0.04608101,0.08467579;-0.3717076;-0.006514255,0.08528066;-0.7126029;0.07279547,0.08337893;-0.7038053;-0.02491248,-0.06371713;0.008023681;-0.04770479,-0.1220411;-0.366385;-0.01913164,-0.145125;-0.7074304;0.05606946,-0.144465;-0.6985143;-0.04168038,0.003266167;0.3995539;-0.01597595,0;0;0,0.002082676;0.1999891;-0.0001429449,0.006154559;0.4993437;-0.0182036,0.121171;0.3707138;-0.004997258,0.1502277;0.09503984;0.03449449,0.1881781;-0.1786263;-0.01096535,-0.112055;0.3725637;-0.007817362,-0.1657393;0.1243037;0.1100172,-0.222011;-0.1382945;0.1892361,0.06536221;0.005167542;-0.04583752,0.08766626;-0.3718551;-0.003927302,0.09071869;-0.7125058;0.07637079,0.09015422;-0.7033343;-0.0214344,-0.06377868;0.008756243;-0.04749324,-0.1220057;-0.3657232;-0.01965809,-0.1405649;-0.7063;0.05884654,-0.1385881;-0.697017;-0.03896399,0.004813252;0.3997715;-0.009061024,6.936168
+0;0;0,0.001471237;0.1999685;-0.003230971,0.004144336;0.4989278;-0.02711425,0.119062;0.3702806;-0.004382632,0.1517199;0.09389964;0.02639095,0.1876484;-0.1778419;-0.03075535,-0.1131025;0.3734526;-0.002669432,-0.1735326;0.1267144;0.115095,-0.2361627;-0.1365527;0.1869831,0.06514446;0.005721879;-0.04608101,0.08467579;-0.3717076;-0.006514255,0.08528066;-0.7126029;0.07279547,0.08337893;-0.7038053;-0.02491248,-0.06371713;0.008023681;-0.04770479,-0.1220411;-0.366385;-0.01913164,-0.145125;-0.7074304;0.05606946,-0.144465;-0.6985143;-0.04168038,0.003266167;0.3995539;-0.01597595,0;0;0,0.002082676;0.1999891;-0.0001429449,0.006154559;0.4993437;-0.0182036,0.121171;0.3707138;-0.004997258,0.1502277;0.09503984;0.03449449,0.1881781;-0.1786263;-0.01096535,-0.112055;0.3725637;-0.007817362,-0.1657393;0.1243037;0.1100172,-0.222011;-0.1382945;0.1892361,0.06536221;0.005167542;-0.04583752,0.08766626;-0.3718551;-0.003927302,0.09071869;-0.7125058;0.07637079,0.09015422;-0.7033343;-0.0214344,-0.06377868;0.008756243;-0.04749324,-0.1220057;-0.3657232;-0.01965809,-0.1405649;-0.7063;0.05884654,-0.1385881;-0.697017;-0.03896399,0.004813252;0.3997715;-0.009061024,6.947546
+0;0;0,0.001471237;0.1999685;-0.003230971,0.004144336;0.4989278;-0.02711425,0.119062;0.3702806;-0.004382632,0.1517199;0.09389964;0.02639095,0.1876484;-0.1778419;-0.03075535,-0.1131025;0.3734526;-0.002669432,-0.1735326;0.1267144;0.115095,-0.2361627;-0.1365527;0.1869831,0.06514446;0.005721879;-0.04608101,0.08467579;-0.3717076;-0.006514255,0.08528066;-0.7126029;0.07279547,0.08337893;-0.7038053;-0.02491248,-0.06371713;0.008023681;-0.04770479,-0.1220411;-0.366385;-0.01913164,-0.145125;-0.7074304;0.05606946,-0.144465;-0.6985143;-0.04168038,0.003266167;0.3995539;-0.01597595,0;0;0,0.002115612;0.1999887;-0.0002209775,0.006190206;0.4993367;-0.01839262,0.1212323;0.3707281;-0.005733414,0.1500183;0.0951533;0.03463834,0.1880691;-0.1782836;-0.01209881,-0.1120905;0.3728886;-0.007740566,-0.1657816;0.126346;0.1136433,-0.2217966;-0.1349786;0.1971402,0.06536559;0.005046034;-0.04584623,0.0877202;-0.3719792;-0.003986288,0.09071121;-0.7126125;0.07638791,0.08988922;-0.703446;-0.0214144,-0.06378938;0.008847024;-0.04746205,-0.1220604;-0.3656288;-0.01967159,-0.1401264;-0.7063299;0.05840766,-0.1384138;-0.6970648;-0.03940408,0.004851117;0.3997676;-0.009216898,6.969705
+0;0;0,0.001543356;0.199964;-0.003465213,0.004291441;0.4988845;-0.02781711,0.1192912;0.3702489;-0.006085967,0.1512221;0.09401453;0.02670088,0.1868266;-0.1777638;-0.03047286,-0.1130717;0.374033;-0.002826182,-0.1728147;0.1290109;0.1188082,-0.2354836;-0.1324149;0.1970974,0.06520116;0.005529703;-0.04602423,0.08473507;-0.3719211;-0.006662764,0.08541544;-0.7128252;0.07260842,0.08304402;-0.7040598;-0.02508225,-0.06371585;0.008173861;-0.04768102,-0.1222043;-0.3662264;-0.01933474,-0.1453649;-0.7072824;0.05579427,-0.1451707;-0.6984048;-0.0419493,0.003386592;0.3995292;-0.01651634,0;0;0,0.002115612;0.1999887;-0.0002209775,0.006190206;0.4993367;-0.01839262,0.1212323;0.3707281;-0.005733414,0.1500183;0.0951533;0.03463834,0.1880691;-0.1782836;-0.01209881,-0.1120905;0.3728886;-0.007740566,-0.1657816;0.126346;0.1136433,-0.2217966;-0.1349786;0.1971402,0.06536559;0.005046034;-0.04584623,0.0877202;-0.3719792;-0.003986288,0.09071121;-0.7126125;0.07638791,0.08988922;-0.703446;-0.0214144,-0.06378938;0.008847024;-0.04746205,-0.1220604;-0.3656288;-0.01967159,-0.1401264;-0.7063299;0.05840766,-0.1384138;-0.6970648;-0.03940408,0.004851117;0.3997676;-0.009216898,6.981548
+0;0;0,0.001543356;0.199964;-0.003465213,0.004291441;0.4988845;-0.02781711,0.1192912;0.3702489;-0.006085967,0.1512221;0.09401453;0.02670088,0.1868266;-0.1777638;-0.03047286,-0.1130717;0.374033;-0.002826182,-0.1728147;0.1290109;0.1188082,-0.2354836;-0.1324149;0.1970974,0.06520116;0.005529703;-0.04602423,0.08473507;-0.3719211;-0.006662764,0.08541544;-0.7128252;0.07260842,0.08304402;-0.7040598;-0.02508225,-0.06371585;0.008173861;-0.04768102,-0.1222043;-0.3662264;-0.01933474,-0.1453649;-0.7072824;0.05579427,-0.1451707;-0.6984048;-0.0419493,0.003386592;0.3995292;-0.01651634,0;0;0,0.002164798;0.1999881;-0.000300165,0.006311874;0.4993258;-0.01862525,0.1213401;0.3706955;-0.006471023,0.1498141;0.09518734;0.03457129,0.1882675;-0.1779998;-0.01328401,-0.1120919;0.3733379;-0.007689008,-0.1658186;0.1292047;0.1184555,-0.2224558;-0.1303439;0.2069244,0.06536862;0.004948262;-0.04585257,0.0876814;-0.3720782;-0.003982086,0.09069006;-0.7127033;0.07642633,0.08962162;-0.7035444;-0.02137198,-0.06380568;0.008923636;-0.04742578,-0.1222975;-0.3655216;-0.01968681,-0.1402381;-0.7062645;0.05823874,-0.1387719;-0.6970112;-0.03957447,0.004950268;0.3997616;-0.009399455,7.003393
+0;0;0,0.001543356;0.199964;-0.003465213,0.004291441;0.4988845;-0.02781711,0.1192912;0.3702489;-0.006085967,0.1512221;0.09401453;0.02670088,0.1868266;-0.1777638;-0.03047286,-0.1130717;0.374033;-0.002826182,-0.1728147;0.1290109;0.1188082,-0.2354836;-0.1324149;0.1970974,0.06520116;0.005529703;-0.04602423,0.08473507;-0.3719211;-0.006662764,0.08541544;-0.7128252;0.07260842,0.08304402;-0.7040598;-0.02508225,-0.06371585;0.008173861;-0.04768102,-0.1222043;-0.3662264;-0.01933474,-0.1453649;-0.7072824;0.05579427,-0.1451707;-0.6984048;-0.0419493,0.003386592;0.3995292;-0.01651634,0;0;0,0.002164798;0.1999881;-0.000300165,0.006311874;0.4993258;-0.01862525,0.1213401;0.3706955;-0.006471023,0.1498141;0.09518734;0.03457129,0.1882675;-0.1779998;-0.01328401,-0.1120919;0.3733379;-0.007689008,-0.1658186;0.1292047;0.1184555,-0.2224558;-0.1303439;0.2069244,0.06536862;0.004948262;-0.04585257,0.0876814;-0.3720782;-0.003982086,0.09069006;-0.7127033;0.07642633,0.08962162;-0.7035444;-0.02137198,-0.06380568;0.008923636;-0.04742578,-0.1222975;-0.3655216;-0.01968681,-0.1402381;-0.7062645;0.05823874,-0.1387719;-0.6970112;-0.03957447,0.004950268;0.3997616;-0.009399455,7.02564
+0;0;0,0.001649119;0.1999578;-0.003760658,0.004596766;0.498839;-0.02857118,0.1195538;0.3700174;-0.007600906,0.1511097;0.09389973;0.0265055,0.1864211;-0.1781323;-0.02963427,-0.1129016;0.3745409;-0.003015192,-0.1718464;0.1321765;0.1242052,-0.2350455;-0.1283785;0.204933,0.06521854;0.005367453;-0.04601883,0.08475639;-0.3720869;-0.006693855,0.08551276;-0.7129883;0.07258851,0.08273973;-0.7042621;-0.02508306,-0.06374397;0.008317127;-0.04761859,-0.1221924;-0.3660986;-0.01939344,-0.1452209;-0.707136;0.0558607,-0.1454293;-0.6983039;-0.04187299,0.003622704;0.3995011;-0.01712417,0;0;0,0.002182033;0.1999878;-0.0003617091,0.006313992;0.499319;-0.01879791,0.121359;0.3706851;-0.006995137,0.1497616;0.0952144;0.03434699,0.1884457;-0.1777885;-0.01436588,-0.112183;0.3738005;-0.007713793,-0.1658535;0.1314547;0.1218548,-0.2224733;-0.1264929;0.214899,0.0653595;0.004877408;-0.04587317,0.08773349;-0.3721395;-0.003948808,0.09073014;-0.7127878;0.07636167,0.08951065;-0.7036374;-0.02143305,-0.06383718;0.00898294;-0.04737215,-0.1223721;-0.3654812;-0.01997996,-0.1402093;-0.7061727;0.05819365,-0.1388949;-0.6969281;-0.03961989,0.004961772;0.3997579;-0.009537185,7.03715
+0;0;0,0.001649119;0.1999578;-0.003760658,0.004596766;0.498839;-0.02857118,0.1195538;0.3700174;-0.007600906,0.1511097;0.09389973;0.0265055,0.1864211;-0.1781323;-0.02963427,-0.1129016;0.3745409;-0.003015192,-0.1718464;0.1321765;0.1242052,-0.2350455;-0.1283785;0.204933,0.06521854;0.005367453;-0.04601883,0.08475639;-0.3720869;-0.006693855,0.08551276;-0.7129883;0.07258851,0.08273973;-0.7042621;-0.02508306,-0.06374397;0.008317127;-0.04761859,-0.1221924;-0.3660986;-0.01939344,-0.1452209;-0.707136;0.0558607,-0.1454293;-0.6983039;-0.04187299,0.003622704;0.3995011;-0.01712417,0;0;0,0.002439417;0.1994773;-0.0142435,0.00582269;0.4951675;-0.06475791,0.1096483;0.35101;-0.01080171,0.1397641;0.07501113;0.02549808,0.1784586;-0.1975834;-0.02544254,-0.1018036;0.3535122;-0.01278459,-0.155707;0.1129632;0.1199956,-0.21268;-0.1431849;0.21768,0.06531473;0.004810678;-0.04594392,0.08782263;-0.3721836;-0.003887694,0.09065085;-0.7128371;0.0764064,0.09038595;-0.706944;-0.02064402,-0.0638805;0.008976077;-0.04731504,-0.1223768;-0.3654934;-0.01991449,-0.1402644;-0.7061753;0.05828977,-0.1379768;-0.7001858;-0.03875797,0.004778954;0.3967662;-0.0469787,7.05907
+0;0;0,0.001649119;0.1999578;-0.003760658,0.004596766;0.498839;-0.02857118,0.1195538;0.3700174;-0.007600906,0.1511097;0.09389973;0.0265055,0.1864211;-0.1781323;-0.02963427,-0.1129016;0.3745409;-0.003015192,-0.1718464;0.1321765;0.1242052,-0.2350455;-0.1283785;0.204933,0.06521854;0.005367453;-0.04601883,0.08475639;-0.3720869;-0.006693855,0.08551276;-0.7129883;0.07258851,0.08273973;-0.7042621;-0.02508306,-0.06374397;0.008317127;-0.04761859,-0.1221924;-0.3660986;-0.01939344,-0.1452209;-0.707136;0.0558607,-0.1454293;-0.6983039;-0.04187299,0.003622704;0.3995011;-0.01712417,0;0;0,0.002439417;0.1994773;-0.0142435,0.00582269;0.4951675;-0.06475791,0.1096483;0.35101;-0.01080171,0.1397641;0.07501113;0.02549808,0.1784586;-0.1975834;-0.02544254,-0.1018036;0.3535122;-0.01278459,-0.155707;0.1129632;0.1199956,-0.21268;-0.1431849;0.21768,0.06531473;0.004810678;-0.04594392,0.08782263;-0.3721836;-0.003887694,0.09065085;-0.7128371;0.0764064,0.09038595;-0.706944;-0.02064402,-0.0638805;0.008976077;-0.04731504,-0.1223768;-0.3654934;-0.01991449,-0.1402644;-0.7061753;0.05828977,-0.1379768;-0.7001858;-0.03875797,0.004778954;0.3967662;-0.0469787,7.070413
+0;0;0,0.00170347;0.1999534;-0.00396823,0.004720737;0.4988014;-0.02916176,0.1197238;0.3701494;-0.008413811,0.1509975;0.09407476;0.026296,0.1862549;-0.1780166;-0.02958955,-0.1128942;0.3752776;-0.002942154,-0.1716734;0.1351614;0.1285463,-0.2351844;-0.1232383;0.215701,0.06519381;0.005144764;-0.04607927,0.08471436;-0.3723075;-0.006725367,0.08549143;-0.7132106;0.07254957,0.08246138;-0.7045137;-0.02510799,-0.06380138;0.008538323;-0.04750243,-0.1222147;-0.3659013;-0.01952301,-0.145176;-0.7069335;0.0557754,-0.1456425;-0.6981356;-0.04195002,0.003724921;0.3994794;-0.01757965,0;0;0,0.002439417;0.1994773;-0.0142435,0.00582269;0.4951675;-0.06475791,0.1096483;0.35101;-0.01080171,0.1397641;0.07501113;0.02549808,0.1784586;-0.1975834;-0.02544254,-0.1018036;0.3535122;-0.01278459,-0.155707;0.1129632;0.1199956,-0.21268;-0.1431849;0.21768,0.06531473;0.004810678;-0.04594392,0.08782263;-0.3721836;-0.003887694,0.09065085;-0.7128371;0.0764064,0.09038595;-0.706944;-0.02064402,-0.0638805;0.008976077;-0.04731504,-0.1223768;-0.3654934;-0.01991449,-0.1402644;-0.7061753;0.05828977,-0.1379768;-0.7001858;-0.03875797,0.004778954;0.3967662;-0.0469787,7.092574
+0;0;0,0.00170347;0.1999534;-0.00396823,0.004720737;0.4988014;-0.02916176,0.1197238;0.3701494;-0.008413811,0.1509975;0.09407476;0.026296,0.1862549;-0.1780166;-0.02958955,-0.1128942;0.3752776;-0.002942154,-0.1716734;0.1351614;0.1285463,-0.2351844;-0.1232383;0.215701,0.06519381;0.005144764;-0.04607927,0.08471436;-0.3723075;-0.006725367,0.08549143;-0.7132106;0.07254957,0.08246138;-0.7045137;-0.02510799,-0.06380138;0.008538323;-0.04750243,-0.1222147;-0.3659013;-0.01952301,-0.145176;-0.7069335;0.0557754,-0.1456425;-0.6981356;-0.04195002,0.003724921;0.3994794;-0.01757965,0;0;0,0.002433902;0.19979;-0.008833043,0.006692618;0.4993278;-0.01821605,0.1218213;0.3717459;-0.003364857,0.1515444;0.09609479;0.03578822,0.1908952;-0.1761281;-0.01661633,-0.1125111;0.3770533;-0.005609013,-0.1663117;0.1386446;0.1310173,-0.2233982;-0.1163666;0.231568,0.06531908;0.004608495;-0.04595845,0.08792607;-0.3723637;-0.003757849,0.090733;-0.7129984;0.07661699,0.09009873;-0.7040053;-0.02114962,-0.06390984;0.009134421;-0.04724504,-0.1222043;-0.3653594;-0.01974733,-0.1400536;-0.7060529;0.05841494,-0.1381523;-0.6969641;-0.03935575,0.00527229;0.3997698;-0.008932043,7.104295
+0;0;0,0.00170347;0.1999534;-0.00396823,0.004720737;0.4988014;-0.02916176,0.1197238;0.3701494;-0.008413811,0.1509975;0.09407476;0.026296,0.1862549;-0.1780166;-0.02958955,-0.1128942;0.3752776;-0.002942154,-0.1716734;0.1351614;0.1285463,-0.2351844;-0.1232383;0.215701,0.06519381;0.005144764;-0.04607927,0.08471436;-0.3723075;-0.006725367,0.08549143;-0.7132106;0.07254957,0.08246138;-0.7045137;-0.02510799,-0.06380138;0.008538323;-0.04750243,-0.1222147;-0.3659013;-0.01952301,-0.145176;-0.7069335;0.0557754,-0.1456425;-0.6981356;-0.04195002,0.003724921;0.3994794;-0.01757965,0;0;0,0.00248656;0.199855;-0.007195887,0.00672445;0.4993781;-0.01894007,0.1218577;0.3716103;-0.005239987,0.1517789;0.09611523;0.03484983,0.1905716;-0.1762015;-0.0174829,-0.1125148;0.3772857;-0.006361043,-0.1664958;0.1408282;0.1335459,-0.223454;-0.1119499;0.2396543,0.06516358;0.004599621;-0.04617955,0.08796007;-0.3723459;-0.003843203,0.09069698;-0.7129601;0.07662082,0.08969896;-0.7039532;-0.02114572,-0.06399166;0.009147392;-0.04713165,-0.1221943;-0.3653647;-0.01968863,-0.1403221;-0.7060199;0.0585765,-0.1387813;-0.6969302;-0.03920072,0.005304284;0.39982;-0.009656527,7.125908
+0;0;0,0.001766668;0.1999493;-0.004140692,0.004853872;0.4987745;-0.02959717,0.1198953;0.3702045;-0.00933111,0.1510196;0.09420219;0.02608076,0.1861528;-0.1780148;-0.02926847,-0.1128917;0.3759466;-0.003033515,-0.1712734;0.1383356;0.133101,-0.2356161;-0.1180644;0.2253996,0.06520947;0.00494288;-0.04607918,0.08475823;-0.3725055;-0.006702118,0.08553416;-0.7134566;0.07236601,0.08226302;-0.7047814;-0.02527904,-0.06382596;0.008717818;-0.04743676,-0.1220116;-0.3657724;-0.01965993,-0.1451342;-0.7068696;0.05529343,-0.1458413;-0.6980841;-0.04242784,0.003834893;0.3994627;-0.01792957,0;0;0,0.00248656;0.199855;-0.007195887,0.00672445;0.4993781;-0.01894007,0.1218577;0.3716103;-0.005239987,0.1517789;0.09611523;0.03484983,0.1905716;-0.1762015;-0.0174829,-0.1125148;0.3772857;-0.006361043,-0.1664958;0.1408282;0.1335459,-0.223454;-0.1119499;0.2396543,0.06516358;0.004599621;-0.04617955,0.08796007;-0.3723459;-0.003843203,0.09069698;-0.7129601;0.07662082,0.08969896;-0.7039532;-0.02114572,-0.06399166;0.009147392;-0.04713165,-0.1221943;-0.3653647;-0.01968863,-0.1403221;-0.7060199;0.0585765,-0.1387813;-0.6969302;-0.03920072,0.005304284;0.39982;-0.009656527,7.137496
+0;0;0,0.001766668;0.1999493;-0.004140692,0.004853872;0.4987745;-0.02959717,0.1198953;0.3702045;-0.00933111,0.1510196;0.09420219;0.02608076,0.1861528;-0.1780148;-0.02926847,-0.1128917;0.3759466;-0.003033515,-0.1712734;0.1383356;0.133101,-0.2356161;-0.1180644;0.2253996,0.06520947;0.00494288;-0.04607918,0.08475823;-0.3725055;-0.006702118,0.08553416;-0.7134566;0.07236601,0.08226302;-0.7047814;-0.02527904,-0.06382596;0.008717818;-0.04743676,-0.1220116;-0.3657724;-0.01965993,-0.1451342;-0.7068696;0.05529343,-0.1458413;-0.6980841;-0.04242784,0.003834893;0.3994627;-0.01792957,0;0;0,0.002571009;0.1998815;-0.006386518,0.006761037;0.4993874;-0.01925163,0.1218743;0.371433;-0.006482983,0.1516126;0.09608847;0.0347601,0.1904182;-0.176148;-0.0179793,-0.1126193;0.3779941;-0.006782934,-0.16664;0.1437121;0.1367221,-0.2237988;-0.1067004;0.2481962,0.06515994;0.004539514;-0.04619063,0.08807431;-0.3723942;-0.003812414,0.09063575;-0.7130107;0.07664764,0.08939018;-0.7039957;-0.0211178,-0.06402186;0.009152382;-0.04708965,-0.1220934;-0.3653825;-0.01967989,-0.1402051;-0.7060127;0.05869741,-0.1389142;-0.6969149;-0.03908517,0.005334528;0.3998305;-0.00995729,7.159708
+0;0;0,0.001766668;0.1999493;-0.004140692,0.004853872;0.4987745;-0.02959717,0.1198953;0.3702045;-0.00933111,0.1510196;0.09420219;0.02608076,0.1861528;-0.1780148;-0.02926847,-0.1128917;0.3759466;-0.003033515,-0.1712734;0.1383356;0.133101,-0.2356161;-0.1180644;0.2253996,0.06520947;0.00494288;-0.04607918,0.08475823;-0.3725055;-0.006702118,0.08553416;-0.7134566;0.07236601,0.08226302;-0.7047814;-0.02527904,-0.06382596;0.008717818;-0.04743676,-0.1220116;-0.3657724;-0.01965993,-0.1451342;-0.7068696;0.05529343,-0.1458413;-0.6980841;-0.04242784,0.003834893;0.3994627;-0.01792957,0;0;0,0.002571009;0.1998815;-0.006386518,0.006761037;0.4993874;-0.01925163,0.1218743;0.371433;-0.006482983,0.1516126;0.09608847;0.0347601,0.1904182;-0.176148;-0.0179793,-0.1126193;0.3779941;-0.006782934,-0.16664;0.1437121;0.1367221,-0.2237988;-0.1067004;0.2481962,0.06515994;0.004539514;-0.04619063,0.08807431;-0.3723942;-0.003812414,0.09063575;-0.7130107;0.07664764,0.08939018;-0.7039957;-0.0211178,-0.06402186;0.009152382;-0.04708965,-0.1220934;-0.3653825;-0.01967989,-0.1402051;-0.7060127;0.05869741,-0.1389142;-0.6969149;-0.03908517,0.005334528;0.3998305;-0.00995729,7.171096
+0;0;0,0.001844108;0.199945;-0.004314294,0.005027574;0.4987496;-0.03000004,0.120073;0.3702458;-0.009974307,0.1509607;0.09429374;0.02603153,0.1862186;-0.1779431;-0.02914068,-0.1128157;0.3764766;-0.003021078,-0.1708816;0.1412506;0.1373252,-0.2349464;-0.1130429;0.2354604,0.06522523;0.004780632;-0.04607401,0.08475767;-0.3726482;-0.00650147,0.08534941;-0.7135758;0.07266922,0.08188701;-0.7049087;-0.02496746,-0.06385302;0.008836425;-0.04737837,-0.1218488;-0.3656887;-0.01967656,-0.1449481;-0.7067518;0.05543943,-0.1458505;-0.6979911;-0.04227483,0.003975411;0.3994468;-0.0182594,0;0;0,0.002571009;0.1998815;-0.006386518,0.006761037;0.4993874;-0.01925163,0.1218743;0.371433;-0.006482983,0.1516126;0.09608847;0.0347601,0.1904182;-0.176148;-0.0179793,-0.1126193;0.3779941;-0.006782934,-0.16664;0.1437121;0.1367221,-0.2237988;-0.1067004;0.2481962,0.06515994;0.004539514;-0.04619063,0.08807431;-0.3723942;-0.003812414,0.09063575;-0.7130107;0.07664764,0.08939018;-0.7039957;-0.0211178,-0.06402186;0.009152382;-0.04708965,-0.1220934;-0.3653825;-0.01967989,-0.1402051;-0.7060127;0.05869741,-0.1389142;-0.6969149;-0.03908517,0.005334528;0.3998305;-0.00995729,7.182276
+0;0;0,0.001844108;0.199945;-0.004314294,0.005027574;0.4987496;-0.03000004,0.120073;0.3702458;-0.009974307,0.1509607;0.09429374;0.02603153,0.1862186;-0.1779431;-0.02914068,-0.1128157;0.3764766;-0.003021078,-0.1708816;0.1412506;0.1373252,-0.2349464;-0.1130429;0.2354604,0.06522523;0.004780632;-0.04607401,0.08475767;-0.3726482;-0.00650147,0.08534941;-0.7135758;0.07266922,0.08188701;-0.7049087;-0.02496746,-0.06385302;0.008836425;-0.04737837,-0.1218488;-0.3656887;-0.01967656,-0.1449481;-0.7067518;0.05543943,-0.1458505;-0.6979911;-0.04227483,0.003975411;0.3994468;-0.0182594,0;0;0,0.002623192;0.1999007;-0.005729573,0.006634246;0.4993907;-0.0195023,0.1217674;0.3714035;-0.007386799,0.1515971;0.09614435;0.03435795,0.1900253;-0.1760501;-0.01887214,-0.1125996;0.3773152;-0.006751082,-0.1657324;0.1454647;0.1409726,-0.2227072;-0.1037293;0.2552363,0.06515197;0.004530026;-0.0462028,0.08803663;-0.3724036;-0.003807448,0.09057101;-0.7130005;0.07673606,0.08898453;-0.7039778;-0.02102607,-0.06405233;0.009134717;-0.04705162,-0.1221397;-0.3653987;-0.01965532,-0.1403874;-0.7060012;0.05881113,-0.1394364;-0.6969007;-0.03897591,0.005217949;0.3998338;-0.01020559,7.204493
+0;0;0,0.001844108;0.199945;-0.004314294,0.005027574;0.4987496;-0.03000004,0.120073;0.3702458;-0.009974307,0.1509607;0.09429374;0.02603153,0.1862186;-0.1779431;-0.02914068,-0.1128157;0.3764766;-0.003021078,-0.1708816;0.1412506;0.1373252,-0.2349464;-0.1130429;0.2354604,0.06522523;0.004780632;-0.04607401,0.08475767;-0.3726482;-0.00650147,0.08534941;-0.7135758;0.07266922,0.08188701;-0.7049087;-0.02496746,-0.06385302;0.008836425;-0.04737837,-0.1218488;-0.3656887;-0.01967656,-0.1449481;-0.7067518;0.05543943,-0.1458505;-0.6979911;-0.04227483,0.003975411;0.3994468;-0.0182594,0;0;0,0.002623192;0.1999007;-0.005729573,0.006634246;0.4993907;-0.0195023,0.1217674;0.3714035;-0.007386799,0.1515971;0.09614435;0.03435795,0.1900253;-0.1760501;-0.01887214,-0.1125996;0.3773152;-0.006751082,-0.1657324;0.1454647;0.1409726,-0.2227072;-0.1037293;0.2552363,0.06515197;0.004530026;-0.0462028,0.08803663;-0.3724036;-0.003807448,0.09057101;-0.7130005;0.07673606,0.08898453;-0.7039778;-0.02102607,-0.06405233;0.009134717;-0.04705162,-0.1221397;-0.3653987;-0.01965532,-0.1403874;-0.7060012;0.05881113,-0.1394364;-0.6969007;-0.03897591,0.005217949;0.3998338;-0.01020559,7.215713
+0;0;0,0.001904406;0.1999415;-0.004445579,0.005140783;0.4987377;-0.03022735,0.1201808;0.3701635;-0.01059263,0.1510095;0.09427476;0.02594511,0.1863084;-0.1780294;-0.02886774,-0.1130061;0.3777913;-0.003495232,-0.1712009;0.145117;0.1409902,-0.2352378;-0.1069365;0.2447607,0.06521812;0.004608316;-0.04610163,0.08472401;-0.3728016;-0.006335683,0.08514163;-0.7137699;0.07266077,0.08168983;-0.7051235;-0.02497177,-0.06388158;0.008994992;-0.04730998,-0.121752;-0.3655558;-0.0196927,-0.1448115;-0.706606;0.05549396,-0.1457064;-0.69786;-0.04221718,0.004072685;0.3994381;-0.01846091,0;0;0,0.00265636;0.1999125;-0.005283913,0.006644315;0.4993884;-0.01963951,0.1217833;0.3713726;-0.008153061,0.1516042;0.09621024;0.03423094,0.1899848;-0.1759489;-0.01921346,-0.1127954;0.3783839;-0.00708188,-0.1663063;0.1488902;0.1441438,-0.2239982;-0.09728131;0.2644403,0.06515848;0.00436905;-0.04620912,0.08815487;-0.3725667;-0.003893394,0.09072432;-0.7131512;0.07670158,0.08902359;-0.7041286;-0.02105863,-0.06405383;0.009256844;-0.04702572,-0.1217911;-0.3653405;-0.01976254,-0.1403178;-0.7059157;0.05875656,-0.1394793;-0.6968095;-0.03903273,0.005227381;0.3998322;-0.01033642,7.238019
+0;0;0,0.001904406;0.1999415;-0.004445579,0.005140783;0.4987377;-0.03022735,0.1201808;0.3701635;-0.01059263,0.1510095;0.09427476;0.02594511,0.1863084;-0.1780294;-0.02886774,-0.1130061;0.3777913;-0.003495232,-0.1712009;0.145117;0.1409902,-0.2352378;-0.1069365;0.2447607,0.06521812;0.004608316;-0.04610163,0.08472401;-0.3728016;-0.006335683,0.08514163;-0.7137699;0.07266077,0.08168983;-0.7051235;-0.02497177,-0.06388158;0.008994992;-0.04730998,-0.121752;-0.3655558;-0.0196927,-0.1448115;-0.706606;0.05549396,-0.1457064;-0.69786;-0.04221718,0.004072685;0.3994381;-0.01846091,0;0;0,0.002663202;0.1999203;-0.004980278,0.006636846;0.4993828;-0.01978738,0.1217716;0.3712777;-0.009086097,0.1516272;0.09621891;0.03394055,0.1899107;-0.175975;-0.01939662,-0.1129221;0.379048;-0.007413518,-0.1669544;0.1517453;0.1469043,-0.2252036;-0.09189492;0.2719902,0.06516315;0.004300002;-0.04620901,0.08822539;-0.37263;-0.003877819,0.09073133;-0.7132015;0.07677386,0.08885086;-0.7041766;-0.02098355,-0.06407201;0.009290773;-0.04699423,-0.121719;-0.3653163;-0.01967492,-0.14063;-0.7060053;0.05825686,-0.1399655;-0.6968761;-0.03953869,0.005225659;0.3998287;-0.01045996,7.260162
+0;0;0,0.001904406;0.1999415;-0.004445579,0.005140783;0.4987377;-0.03022735,0.1201808;0.3701635;-0.01059263,0.1510095;0.09427476;0.02594511,0.1863084;-0.1780294;-0.02886774,-0.1130061;0.3777913;-0.003495232,-0.1712009;0.145117;0.1409902,-0.2352378;-0.1069365;0.2447607,0.06521812;0.004608316;-0.04610163,0.08472401;-0.3728016;-0.006335683,0.08514163;-0.7137699;0.07266077,0.08168983;-0.7051235;-0.02497177,-0.06388158;0.008994992;-0.04730998,-0.121752;-0.3655558;-0.0196927,-0.1448115;-0.706606;0.05549396,-0.1457064;-0.69786;-0.04221718,0.004072685;0.3994381;-0.01846091,0;0;0,0.002663202;0.1999203;-0.004980278,0.006636846;0.4993828;-0.01978738,0.1217716;0.3712777;-0.009086097,0.1516272;0.09621891;0.03394055,0.1899107;-0.175975;-0.01939662,-0.1129221;0.379048;-0.007413518,-0.1669544;0.1517453;0.1469043,-0.2252036;-0.09189492;0.2719902,0.06516315;0.004300002;-0.04620901,0.08822539;-0.37263;-0.003877819,0.09073133;-0.7132015;0.07677386,0.08885086;-0.7041766;-0.02098355,-0.06407201;0.009290773;-0.04699423,-0.121719;-0.3653163;-0.01967492,-0.14063;-0.7060053;0.05825686,-0.1399655;-0.6968761;-0.03953869,0.005225659;0.3998287;-0.01045996,7.272023
+0;0;0,0.001956729;0.1999375;-0.004599003,0.005217751;0.4987227;-0.0305066,0.1202743;0.3701455;-0.01119926,0.1510545;0.09435073;0.02608091,0.1862047;-0.1779265;-0.02896068,-0.1131427;0.3788038;-0.003919934,-0.1714499;0.1484113;0.1441326,-0.2358403;-0.1011181;0.2536266,0.06522027;0.004407563;-0.0461182,0.08479102;-0.3729864;-0.006233912,0.08520067;-0.7139623;0.07272997,0.08172911;-0.705332;-0.02489834,-0.06390695;0.009173054;-0.04724147,-0.121726;-0.3654051;-0.01988856,-0.1444708;-0.7064683;0.05533459,-0.1453889;-0.697742;-0.04237206,0.004143894;0.3994277;-0.01870211,0;0;0,0.002687257;0.1999259;-0.004733334,0.006621592;0.4993784;-0.01988283,0.1217441;0.3711948;-0.009723667,0.1517788;0.09621668;0.03369246,0.1902131;-0.1759369;-0.01974212,-0.11305;0.3796856;-0.007651215,-0.1673696;0.1545398;0.1496979,-0.2272535;-0.08478032;0.2821358,0.06514012;0.004226146;-0.04624829,0.08814395;-0.3726895;-0.003758397,0.09066832;-0.7132676;0.0768654,0.08867253;-0.7042389;-0.02089052,-0.06409259;0.009352824;-0.04695385,-0.1219071;-0.3652498;-0.01992877,-0.1406579;-0.7059;0.05821116,-0.1401104;-0.6967753;-0.03958416,0.005212516;0.3998256;-0.01054149,7.293547
+0;0;0,0.001956729;0.1999375;-0.004599003,0.005217751;0.4987227;-0.0305066,0.1202743;0.3701455;-0.01119926,0.1510545;0.09435073;0.02608091,0.1862047;-0.1779265;-0.02896068,-0.1131427;0.3788038;-0.003919934,-0.1714499;0.1484113;0.1441326,-0.2358403;-0.1011181;0.2536266,0.06522027;0.004407563;-0.0461182,0.08479102;-0.3729864;-0.006233912,0.08520067;-0.7139623;0.07272997,0.08172911;-0.705332;-0.02489834,-0.06390695;0.009173054;-0.04724147,-0.121726;-0.3654051;-0.01988856,-0.1444708;-0.7064683;0.05533459,-0.1453889;-0.697742;-0.04237206,0.004143894;0.3994277;-0.01870211,0;0;0,0.002687257;0.1999259;-0.004733334,0.006621592;0.4993784;-0.01988283,0.1217441;0.3711948;-0.009723667,0.1517788;0.09621668;0.03369246,0.1902131;-0.1759369;-0.01974212,-0.11305;0.3796856;-0.007651215,-0.1673696;0.1545398;0.1496979,-0.2272535;-0.08478032;0.2821358,0.06514012;0.004226146;-0.04624829,0.08814395;-0.3726895;-0.003758397,0.09066832;-0.7132676;0.0768654,0.08867253;-0.7042389;-0.02089052,-0.06409259;0.009352824;-0.04695385,-0.1219071;-0.3652498;-0.01992877,-0.1406579;-0.7059;0.05821116,-0.1401104;-0.6967753;-0.03958416,0.005212516;0.3998256;-0.01054149,7.305731
+0;0;0,0.001956729;0.1999375;-0.004599003,0.005217751;0.4987227;-0.0305066,0.1202743;0.3701455;-0.01119926,0.1510545;0.09435073;0.02608091,0.1862047;-0.1779265;-0.02896068,-0.1131427;0.3788038;-0.003919934,-0.1714499;0.1484113;0.1441326,-0.2358403;-0.1011181;0.2536266,0.06522027;0.004407563;-0.0461182,0.08479102;-0.3729864;-0.006233912,0.08520067;-0.7139623;0.07272997,0.08172911;-0.705332;-0.02489834,-0.06390695;0.009173054;-0.04724147,-0.121726;-0.3654051;-0.01988856,-0.1444708;-0.7064683;0.05533459,-0.1453889;-0.697742;-0.04237206,0.004143894;0.3994277;-0.01870211,0;0;0,0.002687257;0.1999259;-0.004733334,0.006621592;0.4993784;-0.01988283,0.1217441;0.3711948;-0.009723667,0.1517788;0.09621668;0.03369246,0.1902131;-0.1759369;-0.01974212,-0.11305;0.3796856;-0.007651215,-0.1673696;0.1545398;0.1496979,-0.2272535;-0.08478032;0.2821358,0.06514012;0.004226146;-0.04624829,0.08814395;-0.3726895;-0.003758397,0.09066832;-0.7132676;0.0768654,0.08867253;-0.7042389;-0.02089052,-0.06409259;0.009352824;-0.04695385,-0.1219071;-0.3652498;-0.01992877,-0.1406579;-0.7059;0.05821116,-0.1401104;-0.6967753;-0.03958416,0.005212516;0.3998256;-0.01054149,7.317472
+0;0;0,0.002003331;0.1999341;-0.004726969,0.005285151;0.4987096;-0.03074326,0.1203409;0.3700862;-0.0116663,0.150963;0.09434813;0.02615994,0.1861131;-0.1778991;-0.02902971,-0.1131966;0.3794271;-0.004177577,-0.1716183;0.1514692;0.1475528,-0.235239;-0.09474841;0.2647249,0.06524825;0.004188119;-0.04609907,0.0848752;-0.3731939;-0.006128941,0.08533798;-0.7141873;0.07275911,0.08182573;-0.7055696;-0.02486497,-0.06389828;0.009359458;-0.04721664,-0.1215978;-0.3652328;-0.01980542,-0.1442681;-0.7063063;0.05539401,-0.1452264;-0.6975933;-0.04230935,0.004206443;0.3994189;-0.01890362,0;0;0,0.00267695;0.1999314;-0.004503024,0.006583433;0.4993775;-0.01987676,0.1216939;0.3710905;-0.01045526,0.1514601;0.09620109;0.03370108,0.190054;-0.1759573;-0.0195938,-0.1131242;0.3799831;-0.00749402,-0.1674746;0.1568272;0.1526543,-0.2276804;-0.08129333;0.2870934,0.06511091;0.00416279;-0.04629515,0.08803813;-0.3727255;-0.003521986,0.09053843;-0.7133056;0.07709424,0.08825755;-0.7042655;-0.0206579,-0.06413852;0.009379244;-0.04688581,-0.1219573;-0.3652147;-0.01974976,-0.1406577;-0.705924;0.05814372,-0.1403956;-0.6967726;-0.03965848,0.005184976;0.3998247;-0.01053345,7.338748
+0;0;0,0.002003331;0.1999341;-0.004726969,0.005285151;0.4987096;-0.03074326,0.1203409;0.3700862;-0.0116663,0.150963;0.09434813;0.02615994,0.1861131;-0.1778991;-0.02902971,-0.1131966;0.3794271;-0.004177577,-0.1716183;0.1514692;0.1475528,-0.235239;-0.09474841;0.2647249,0.06524825;0.004188119;-0.04609907,0.0848752;-0.3731939;-0.006128941,0.08533798;-0.7141873;0.07275911,0.08182573;-0.7055696;-0.02486497,-0.06389828;0.009359458;-0.04721664,-0.1215978;-0.3652328;-0.01980542,-0.1442681;-0.7063063;0.05539401,-0.1452264;-0.6975933;-0.04230935,0.004206443;0.3994189;-0.01890362,0;0;0,0.002694622;0.1999355;-0.004304049,0.006613343;0.4993757;-0.019863,0.1216939;0.3709691;-0.01117134,0.1516714;0.09624231;0.03384558,0.1902718;-0.1759751;-0.01914186,-0.1131902;0.3805653;-0.007514403,-0.167631;0.1600846;0.1562674,-0.2276614;-0.07641785;0.2936098,0.06509089;0.004103226;-0.0463286,0.08807863;-0.3727619;-0.003384091,0.0905248;-0.7133248;0.07730617,0.0880293;-0.7042798;-0.02044179,-0.06417164;0.009407823;-0.04683473,-0.1218373;-0.3652017;-0.01958781,-0.1405428;-0.705911;0.0583044,-0.1404969;-0.6967536;-0.03949943,0.00521632;0.3998231;-0.01051768,7.360986
+0;0;0,0.002003331;0.1999341;-0.004726969,0.005285151;0.4987096;-0.03074326,0.1203409;0.3700862;-0.0116663,0.150963;0.09434813;0.02615994,0.1861131;-0.1778991;-0.02902971,-0.1131966;0.3794271;-0.004177577,-0.1716183;0.1514692;0.1475528,-0.235239;-0.09474841;0.2647249,0.06524825;0.004188119;-0.04609907,0.0848752;-0.3731939;-0.006128941,0.08533798;-0.7141873;0.07275911,0.08182573;-0.7055696;-0.02486497,-0.06389828;0.009359458;-0.04721664,-0.1215978;-0.3652328;-0.01980542,-0.1442681;-0.7063063;0.05539401,-0.1452264;-0.6975933;-0.04230935,0.004206443;0.3994189;-0.01890362,0;0;0,0.002694622;0.1999355;-0.004304049,0.006613343;0.4993757;-0.019863,0.1216939;0.3709691;-0.01117134,0.1516714;0.09624231;0.03384558,0.1902718;-0.1759751;-0.01914186,-0.1131902;0.3805653;-0.007514403,-0.167631;0.1600846;0.1562674,-0.2276614;-0.07641785;0.2936098,0.06509089;0.004103226;-0.0463286,0.08807863;-0.3727619;-0.003384091,0.0905248;-0.7133248;0.07730617,0.0880293;-0.7042798;-0.02044179,-0.06417164;0.009407823;-0.04683473,-0.1218373;-0.3652017;-0.01958781,-0.1405428;-0.705911;0.0583044,-0.1404969;-0.6967536;-0.03949943,0.00521632;0.3998231;-0.01051768,7.38351
+0;0;0,0.002075816;0.1999307;-0.00483723,0.005393681;0.4987034;-0.03088132,0.1202334;0.3704143;-0.008086264,0.1537203;0.09428981;0.02406789,0.1890258;-0.1778762;-0.0314227,-0.1131897;0.3799515;-0.004334591,-0.1717923;0.1550234;0.1517842,-0.2357674;-0.08936241;0.2725434,0.06526829;0.004034425;-0.04608442,0.08499903;-0.3733253;-0.005955685,0.0855412;-0.7143557;0.07277156,0.08325199;-0.705762;-0.0248836,-0.06390505;0.009427797;-0.04719386,-0.1213237;-0.3651994;-0.01966964,-0.1439428;-0.7062944;0.05544721,-0.1436756;-0.697601;-0.04225622,0.004305799;0.3994139;-0.01903236,0;0;0,0.002695839;0.1999396;-0.004109958,0.006602917;0.4993739;-0.01985341,0.1216612;0.3708804;-0.01168927,0.1518433;0.09622681;0.03363676,0.1901603;-0.1760518;-0.01924192,-0.1132814;0.381126;-0.007280396,-0.1676597;0.1626414;0.1591751,-0.2271781;-0.07165048;0.3004723,0.06504098;0.00407386;-0.04640124,0.08799708;-0.3727702;-0.003255412,0.09036288;-0.7133195;0.07749498,0.08763642;-0.7042648;-0.02024887,-0.06422279;0.009417474;-0.04676263,-0.1218903;-0.3651921;-0.01952151,-0.1404806;-0.7058724;0.05852555,-0.1406685;-0.6967177;-0.03927752,0.005209431;0.3998215;-0.01050599,7.406201
+0;0;0,0.002075816;0.1999307;-0.00483723,0.005393681;0.4987034;-0.03088132,0.1202334;0.3704143;-0.008086264,0.1537203;0.09428981;0.02406789,0.1890258;-0.1778762;-0.0314227,-0.1131897;0.3799515;-0.004334591,-0.1717923;0.1550234;0.1517842,-0.2357674;-0.08936241;0.2725434,0.06526829;0.004034425;-0.04608442,0.08499903;-0.3733253;-0.005955685,0.0855412;-0.7143557;0.07277156,0.08325199;-0.705762;-0.0248836,-0.06390505;0.009427797;-0.04719386,-0.1213237;-0.3651994;-0.01966964,-0.1439428;-0.7062944;0.05544721,-0.1436756;-0.697601;-0.04225622,0.004305799;0.3994139;-0.01903236,0;0;0,0.002710952;0.1999424;-0.003960905,0.006599681;0.4993693;-0.01992296,0.1216351;0.3708075;-0.01215178,0.1519744;0.09624079;0.03359346,0.1900941;-0.1761147;-0.01903158,-0.1133955;0.3818187;-0.007422231,-0.1684754;0.1664027;0.1627605,-0.2257337;-0.06586234;0.3082748,0.06503166;0.003984109;-0.04642207,0.08793525;-0.3728586;-0.003236126,0.09034815;-0.7134056;0.07752219,0.087533;-0.7043494;-0.02021949,-0.06423791;0.0094876;-0.04672766,-0.1220862;-0.3651034;-0.01961433,-0.1404999;-0.7057861;0.05846404,-0.1407771;-0.6966304;-0.03933904,0.005205321;0.3998177;-0.01056705,7.427752
+0;0;0,0.002075816;0.1999307;-0.00483723,0.005393681;0.4987034;-0.03088132,0.1202334;0.3704143;-0.008086264,0.1537203;0.09428981;0.02406789,0.1890258;-0.1778762;-0.0314227,-0.1131897;0.3799515;-0.004334591,-0.1717923;0.1550234;0.1517842,-0.2357674;-0.08936241;0.2725434,0.06526829;0.004034425;-0.04608442,0.08499903;-0.3733253;-0.005955685,0.0855412;-0.7143557;0.07277156,0.08325199;-0.705762;-0.0248836,-0.06390505;0.009427797;-0.04719386,-0.1213237;-0.3651994;-0.01966964,-0.1439428;-0.7062944;0.05544721,-0.1436756;-0.697601;-0.04225622,0.004305799;0.3994139;-0.01903236,0;0;0,0.002710952;0.1999424;-0.003960905,0.006599681;0.4993693;-0.01992296,0.1216351;0.3708075;-0.01215178,0.1519744;0.09624079;0.03359346,0.1900941;-0.1761147;-0.01903158,-0.1133955;0.3818187;-0.007422231,-0.1684754;0.1664027;0.1627605,-0.2257337;-0.06586234;0.3082748,0.06503166;0.003984109;-0.04642207,0.08793525;-0.3728586;-0.003236126,0.09034815;-0.7134056;0.07752219,0.087533;-0.7043494;-0.02021949,-0.06423791;0.0094876;-0.04672766,-0.1220862;-0.3651034;-0.01961433,-0.1404999;-0.7057861;0.05846404,-0.1407771;-0.6966304;-0.03933904,0.005205321;0.3998177;-0.01056705,7.43945
+0;0;0,0.002075008;0.1999267;-0.004999283,0.005340185;0.4986798;-0.03127483,0.1203046;0.3702091;-0.01012959,0.1536264;0.094419;0.02493433,0.1889344;-0.1777554;-0.03051324,-0.1132602;0.3803092;-0.00447892,-0.1722305;0.1582152;0.155511,-0.2375132;-0.07997209;0.2874389,0.06523756;0.003959731;-0.04613438,0.08500714;-0.3733833;-0.005867727,0.08567201;-0.7144338;0.0727713,0.08276112;-0.7058538;-0.02486432,-0.06394576;0.009499104;-0.04712438,-0.121266;-0.3651504;-0.01969948,-0.1438218;-0.7062222;0.05554184,-0.1441766;-0.6975478;-0.04215717,0.00427471;0.3993992;-0.01934862,0;0;0,0.002710952;0.1999424;-0.003960905,0.006599681;0.4993693;-0.01992296,0.1216351;0.3708075;-0.01215178,0.1519744;0.09624079;0.03359346,0.1900941;-0.1761147;-0.01903158,-0.1133955;0.3818187;-0.007422231,-0.1684754;0.1664027;0.1627605,-0.2257337;-0.06586234;0.3082748,0.06503166;0.003984109;-0.04642207,0.08793525;-0.3728586;-0.003236126,0.09034815;-0.7134056;0.07752219,0.087533;-0.7043494;-0.02021949,-0.06423791;0.0094876;-0.04672766,-0.1220862;-0.3651034;-0.01961433,-0.1404999;-0.7057861;0.05846404,-0.1407771;-0.6966304;-0.03933904,0.005205321;0.3998177;-0.01056705,7.450695
+0;0;0,0.002075008;0.1999267;-0.004999283,0.005340185;0.4986798;-0.03127483,0.1203046;0.3702091;-0.01012959,0.1536264;0.094419;0.02493433,0.1889344;-0.1777554;-0.03051324,-0.1132602;0.3803092;-0.00447892,-0.1722305;0.1582152;0.155511,-0.2375132;-0.07997209;0.2874389,0.06523756;0.003959731;-0.04613438,0.08500714;-0.3733833;-0.005867727,0.08567201;-0.7144338;0.0727713,0.08276112;-0.7058538;-0.02486432,-0.06394576;0.009499104;-0.04712438,-0.121266;-0.3651504;-0.01969948,-0.1438218;-0.7062222;0.05554184,-0.1441766;-0.6975478;-0.04215717,0.00427471;0.3993992;-0.01934862,0;0;0,0.002724512;0.1999445;-0.003845633,0.006639536;0.4993635;-0.01999594,0.1216149;0.3706163;-0.0127933,0.1520424;0.09612602;0.0333504,0.190185;-0.1762945;-0.01892019,-0.1134317;0.3823014;-0.007456805,-0.1687832;0.1687447;0.1649663,-0.2271316;-0.05930184;0.3165916,0.06499277;0.003947243;-0.04647967,0.08790784;-0.3729001;-0.003340304,0.09031813;-0.7134198;0.07753317,0.08731542;-0.7043613;-0.02020342,-0.06427799;0.009509134;-0.04666814,-0.1221757;-0.3650978;-0.0198827,-0.1409155;-0.7056569;0.05865583,-0.1413762;-0.6965068;-0.03914537,0.005241475;0.3998139;-0.01061903,7.472853
+0;0;0,0.002075008;0.1999267;-0.004999283,0.005340185;0.4986798;-0.03127483,0.1203046;0.3702091;-0.01012959,0.1536264;0.094419;0.02493433,0.1889344;-0.1777554;-0.03051324,-0.1132602;0.3803092;-0.00447892,-0.1722305;0.1582152;0.155511,-0.2375132;-0.07997209;0.2874389,0.06523756;0.003959731;-0.04613438,0.08500714;-0.3733833;-0.005867727,0.08567201;-0.7144338;0.0727713,0.08276112;-0.7058538;-0.02486432,-0.06394576;0.009499104;-0.04712438,-0.121266;-0.3651504;-0.01969948,-0.1438218;-0.7062222;0.05554184,-0.1441766;-0.6975478;-0.04215717,0.00427471;0.3993992;-0.01934862,0;0;0,0.002724512;0.1999445;-0.003845633,0.006639536;0.4993635;-0.01999594,0.1216149;0.3706163;-0.0127933,0.1520424;0.09612602;0.0333504,0.190185;-0.1762945;-0.01892019,-0.1134317;0.3823014;-0.007456805,-0.1687832;0.1687447;0.1649663,-0.2271316;-0.05930184;0.3165916,0.06499277;0.003947243;-0.04647967,0.08790784;-0.3729001;-0.003340304,0.09031813;-0.7134198;0.07753317,0.08731542;-0.7043613;-0.02020342,-0.06427799;0.009509134;-0.04666814,-0.1221757;-0.3650978;-0.0198827,-0.1409155;-0.7056569;0.05865583,-0.1413762;-0.6965068;-0.03914537,0.005241475;0.3998139;-0.01061903,7.484191
+0;0;0,0.002083353;0.1999235;-0.005125035,0.005313294;0.4986623;-0.03156208,0.1201957;0.370609;-0.008104888,0.1550399;0.09459186;0.02352475,0.1903634;-0.1775972;-0.03184108,-0.1133237;0.3806214;-0.004711261,-0.1727598;0.1609334;0.1583977,-0.237652;-0.07525083;0.2940664,0.06523553;0.003907419;-0.04614171,0.08501114;-0.3734525;-0.006036095,0.08553288;-0.7144867;0.07267465,0.08336059;-0.7059397;-0.02497293,-0.06395286;0.00948268;-0.04711806,-0.121149;-0.3651974;-0.01985261,-0.143684;-0.7062635;0.05542071,-0.1433017;-0.6976119;-0.04227321,0.004263983;0.3993889;-0.0195748,0;0;0,0.002747695;0.1999459;-0.003756251,0.006690829;0.4993575;-0.020077,0.1216145;0.3704799;-0.01328878,0.1521626;0.09608719;0.03335277,0.1902146;-0.176406;-0.01860403,-0.1134354;0.3826205;-0.00745563,-0.1691791;0.1721974;0.1686544,-0.2252366;-0.0534676;0.3246444,0.06497034;0.003923776;-0.04651299,0.08786376;-0.3729286;-0.003406119,0.09031811;-0.7134369;0.07751375,0.08716023;-0.7043778;-0.02021807,-0.06430931;0.009525957;-0.04662155,-0.1223061;-0.3650777;-0.02000519,-0.1408457;-0.7056329;0.05859798,-0.1414633;-0.6964839;-0.03920209,0.005283298;0.3998099;-0.01068021,7.506419
+0;0;0,0.002083353;0.1999235;-0.005125035,0.005313294;0.4986623;-0.03156208,0.1201957;0.370609;-0.008104888,0.1550399;0.09459186;0.02352475,0.1903634;-0.1775972;-0.03184108,-0.1133237;0.3806214;-0.004711261,-0.1727598;0.1609334;0.1583977,-0.237652;-0.07525083;0.2940664,0.06523553;0.003907419;-0.04614171,0.08501114;-0.3734525;-0.006036095,0.08553288;-0.7144867;0.07267465,0.08336059;-0.7059397;-0.02497293,-0.06395286;0.00948268;-0.04711806,-0.121149;-0.3651974;-0.01985261,-0.143684;-0.7062635;0.05542071,-0.1433017;-0.6976119;-0.04227321,0.004263983;0.3993889;-0.0195748,0;0;0,0.002747729;0.1999474;-0.003673233,0.006716729;0.4993489;-0.02020608,0.1216292;0.3704641;-0.01364005,0.1520134;0.09611017;0.03333553,0.1901779;-0.1763933;-0.01848443,-0.1134733;0.3830396;-0.00758028,-0.1696507;0.1748502;0.1710289,-0.2273893;-0.04668923;0.3322324,0.06496277;0.003905745;-0.04652509,0.08779287;-0.3729128;-0.003090214,0.09015013;-0.7134395;0.07775542,0.0869271;-0.7043813;-0.01997408,-0.06433619;0.009514578;-0.04658677,-0.1223184;-0.3650916;-0.01997362,-0.1408462;-0.7056233;0.05873401,-0.1415301;-0.6964768;-0.03906511,0.005306876;0.399805;-0.01077124,7.527967
+0;0;0,0.002083353;0.1999235;-0.005125035,0.005313294;0.4986623;-0.03156208,0.1201957;0.370609;-0.008104888,0.1550399;0.09459186;0.02352475,0.1903634;-0.1775972;-0.03184108,-0.1133237;0.3806214;-0.004711261,-0.1727598;0.1609334;0.1583977,-0.237652;-0.07525083;0.2940664,0.06523553;0.003907419;-0.04614171,0.08501114;-0.3734525;-0.006036095,0.08553288;-0.7144867;0.07267465,0.08336059;-0.7059397;-0.02497293,-0.06395286;0.00948268;-0.04711806,-0.121149;-0.3651974;-0.01985261,-0.143684;-0.7062635;0.05542071,-0.1433017;-0.6976119;-0.04227321,0.004263983;0.3993889;-0.0195748,0;0;0,0.002747729;0.1999474;-0.003673233,0.006716729;0.4993489;-0.02020608,0.1216292;0.3704641;-0.01364005,0.1520134;0.09611017;0.03333553,0.1901779;-0.1763933;-0.01848443,-0.1134733;0.3830396;-0.00758028,-0.1696507;0.1748502;0.1710289,-0.2273893;-0.04668923;0.3322324,0.06496277;0.003905745;-0.04652509,0.08779287;-0.3729128;-0.003090214,0.09015013;-0.7134395;0.07775542,0.0869271;-0.7043813;-0.01997408,-0.06433619;0.009514578;-0.04658677,-0.1223184;-0.3650916;-0.01997362,-0.1408462;-0.7056233;0.05873401,-0.1415301;-0.6964768;-0.03906511,0.005306876;0.399805;-0.01077124,7.539919
+0;0;0,0.002109932;0.1999206;-0.00522359,0.005334893;0.4986552;-0.03170893,0.1204231;0.3706173;-0.0104545,0.1544774;0.09491897;0.0246273,0.1899874;-0.1772786;-0.03057697,-0.1133516;0.3810159;-0.004768448,-0.1732029;0.1643805;0.1622254,-0.2372462;-0.0704999;0.3005354,0.06526372;0.003721981;-0.04611718,0.08516701;-0.3736149;-0.005859014,0.08561748;-0.7146699;0.07276183,0.08269711;-0.7061204;-0.02486682,-0.06393959;0.009623032;-0.0471076,-0.1209769;-0.3650844;-0.019884,-0.143445;-0.706139;0.05546144,-0.1438128;-0.6974894;-0.04223208,0.004289881;0.3993838;-0.01970509,0;0;0,0.002747729;0.1999474;-0.003673233,0.006716729;0.4993489;-0.02020608,0.1216292;0.3704641;-0.01364005,0.1520134;0.09611017;0.03333553,0.1901779;-0.1763933;-0.01848443,-0.1134733;0.3830396;-0.00758028,-0.1696507;0.1748502;0.1710289,-0.2273893;-0.04668923;0.3322324,0.06496277;0.003905745;-0.04652509,0.08779287;-0.3729128;-0.003090214,0.09015013;-0.7134395;0.07775542,0.0869271;-0.7043813;-0.01997408,-0.06433619;0.009514578;-0.04658677,-0.1223184;-0.3650916;-0.01997362,-0.1408462;-0.7056233;0.05873401,-0.1415301;-0.6964768;-0.03906511,0.005306876;0.399805;-0.01077124,7.55127
+0;0;0,0.002109932;0.1999206;-0.00522359,0.005334893;0.4986552;-0.03170893,0.1204231;0.3706173;-0.0104545,0.1544774;0.09491897;0.0246273,0.1899874;-0.1772786;-0.03057697,-0.1133516;0.3810159;-0.004768448,-0.1732029;0.1643805;0.1622254,-0.2372462;-0.0704999;0.3005354,0.06526372;0.003721981;-0.04611718,0.08516701;-0.3736149;-0.005859014,0.08561748;-0.7146699;0.07276183,0.08269711;-0.7061204;-0.02486682,-0.06393959;0.009623032;-0.0471076,-0.1209769;-0.3650844;-0.019884,-0.143445;-0.706139;0.05546144,-0.1438128;-0.6974894;-0.04223208,0.004289881;0.3993838;-0.01970509,0;0;0,0.002746006;0.1999488;-0.003596415,0.006720248;0.4993435;-0.02028432,0.12163;0.3704351;-0.01375311,0.1519596;0.0960733;0.03321188,0.1900198;-0.1765065;-0.01828246,-0.1135418;0.3835804;-0.007694796,-0.1702664;0.1776548;0.1733493,-0.2277211;-0.04416108;0.3342737,0.06495332;0.003886275;-0.04653991,0.08772449;-0.3729185;-0.002954889,0.09014004;-0.7134767;0.07775596,0.08693148;-0.7044179;-0.01997416,-0.06435502;0.00950942;-0.04656181,-0.1223202;-0.3650941;-0.01987383,-0.1409018;-0.7056879;0.05855169,-0.1415694;-0.6965275;-0.03925047,0.00531546;0.3998015;-0.01082915,7.573104
+0;0;0,0.002109932;0.1999206;-0.00522359,0.005334893;0.4986552;-0.03170893,0.1204231;0.3706173;-0.0104545,0.1544774;0.09491897;0.0246273,0.1899874;-0.1772786;-0.03057697,-0.1133516;0.3810159;-0.004768448,-0.1732029;0.1643805;0.1622254,-0.2372462;-0.0704999;0.3005354,0.06526372;0.003721981;-0.04611718,0.08516701;-0.3736149;-0.005859014,0.08561748;-0.7146699;0.07276183,0.08269711;-0.7061204;-0.02486682,-0.06393959;0.009623032;-0.0471076,-0.1209769;-0.3650844;-0.019884,-0.143445;-0.706139;0.05546144,-0.1438128;-0.6974894;-0.04223208,0.004289881;0.3993838;-0.01970509,0;0;0,0.002746006;0.1999488;-0.003596415,0.006720248;0.4993435;-0.02028432,0.12163;0.3704351;-0.01375311,0.1519596;0.0960733;0.03321188,0.1900198;-0.1765065;-0.01828246,-0.1135418;0.3835804;-0.007694796,-0.1702664;0.1776548;0.1733493,-0.2277211;-0.04416108;0.3342737,0.06495332;0.003886275;-0.04653991,0.08772449;-0.3729185;-0.002954889,0.09014004;-0.7134767;0.07775596,0.08693148;-0.7044179;-0.01997416,-0.06435502;0.00950942;-0.04656181,-0.1223202;-0.3650941;-0.01987383,-0.1409018;-0.7056879;0.05855169,-0.1415694;-0.6965275;-0.03925047,0.00531546;0.3998015;-0.01082915,7.584592
+0;0;0,0.002138396;0.1999176;-0.005329015,0.005394826;0.4986395;-0.03195222,0.1205062;0.3705123;-0.01140329,0.1538242;0.09488249;0.02490225,0.1893705;-0.1773193;-0.03025821,-0.1133626;0.3814729;-0.004873948,-0.1738342;0.1674152;0.1651922,-0.2368332;-0.06415184;0.3094414,0.06527376;0.003615192;-0.04611145,0.08519554;-0.3737189;-0.005835757,0.08541971;-0.7147723;0.07279322,0.08224797;-0.7062162;-0.02482902,-0.06393325;0.009702408;-0.04709991,-0.1208885;-0.3650225;-0.01994587,-0.1433475;-0.7060612;0.05547379,-0.1439707;-0.6974247;-0.0422156,0.004339145;0.3993738;-0.01990232,0;0;0,0.002772044;0.1999501;-0.003503313,0.006749553;0.4993334;-0.02043281,0.1216512;0.3703994;-0.01398127,0.1519484;0.09601337;0.03286297,0.1898626;-0.1767237;-0.01790094,-0.1135544;0.3839763;-0.007452089,-0.1705315;0.1798802;0.1755736,-0.2273689;-0.04066172;0.3384563,0.06495769;0.003842227;-0.04653746,0.08770383;-0.3729507;-0.002837319,0.09006026;-0.7134281;0.07821576,0.08671229;-0.7043725;-0.01950897,-0.064376;0.009522744;-0.04653005,-0.1222494;-0.3650873;-0.01973531,-0.1407937;-0.7056742;0.05872943,-0.1416025;-0.696502;-0.03907419,0.005347324;0.3997954;-0.01093459,7.606885
+0;0;0,0.002138396;0.1999176;-0.005329015,0.005394826;0.4986395;-0.03195222,0.1205062;0.3705123;-0.01140329,0.1538242;0.09488249;0.02490225,0.1893705;-0.1773193;-0.03025821,-0.1133626;0.3814729;-0.004873948,-0.1738342;0.1674152;0.1651922,-0.2368332;-0.06415184;0.3094414,0.06527376;0.003615192;-0.04611145,0.08519554;-0.3737189;-0.005835757,0.08541971;-0.7147723;0.07279322,0.08224797;-0.7062162;-0.02482902,-0.06393325;0.009702408;-0.04709991,-0.1208885;-0.3650225;-0.01994587,-0.1433475;-0.7060612;0.05547379,-0.1439707;-0.6974247;-0.0422156,0.004339145;0.3993738;-0.01990232,0;0;0,0.002772044;0.1999501;-0.003503313,0.006749553;0.4993334;-0.02043281,0.1216512;0.3703994;-0.01398127,0.1519484;0.09601337;0.03286297,0.1898626;-0.1767237;-0.01790094,-0.1135544;0.3839763;-0.007452089,-0.1705315;0.1798802;0.1755736,-0.2273689;-0.04066172;0.3384563,0.06495769;0.003842227;-0.04653746,0.08770383;-0.3729507;-0.002837319,0.09006026;-0.7134281;0.07821576,0.08671229;-0.7043725;-0.01950897,-0.064376;0.009522744;-0.04653005,-0.1222494;-0.3650873;-0.01973531,-0.1407937;-0.7056742;0.05872943,-0.1416025;-0.696502;-0.03907419,0.005347324;0.3997954;-0.01093459,7.617683
+0;0;0,0.002138396;0.1999176;-0.005329015,0.005394826;0.4986395;-0.03195222,0.1205062;0.3705123;-0.01140329,0.1538242;0.09488249;0.02490225,0.1893705;-0.1773193;-0.03025821,-0.1133626;0.3814729;-0.004873948,-0.1738342;0.1674152;0.1651922,-0.2368332;-0.06415184;0.3094414,0.06527376;0.003615192;-0.04611145,0.08519554;-0.3737189;-0.005835757,0.08541971;-0.7147723;0.07279322,0.08224797;-0.7062162;-0.02482902,-0.06393325;0.009702408;-0.04709991,-0.1208885;-0.3650225;-0.01994587,-0.1433475;-0.7060612;0.05547379,-0.1439707;-0.6974247;-0.0422156,0.004339145;0.3993738;-0.01990232,0;0;0,0.002767988;0.1999513;-0.003437542,0.006741814;0.4993314;-0.02044953,0.1216436;0.3703938;-0.01410626,0.1519286;0.09602162;0.03282671,0.1898457;-0.1767167;-0.01792867,-0.1136124;0.3843647;-0.007570104,-0.1706786;0.1818174;0.1771405,-0.2273159;-0.03757846;0.3416328,0.06493563;0.003838369;-0.04656855,0.08761713;-0.3729525;-0.002817173,0.08998859;-0.7134321;0.07822643,0.08664675;-0.7043777;-0.01949827,-0.06440599;0.009517116;-0.0464897,-0.1224035;-0.3650828;-0.01982161,-0.1410139;-0.7055796;0.05901739,-0.1418154;-0.6964201;-0.03878359,0.005343615;0.3997936;-0.01094869,7.629102
+0;0;0,0.002068466;0.1999135;-0.005506673,0.005229867;0.4986104;-0.03240611,0.1204264;0.3705812;-0.01199599,0.1534115;0.0949837;0.02485486,0.1890353;-0.1772248;-0.03022204,-0.1134987;0.3817634;-0.00498287,-0.1752603;0.1715564;0.1693689,-0.2367141;-0.05765259;0.3179847,0.06517769;0.003564794;-0.04625105,0.08501028;-0.3737701;-0.005939048,0.08520815;-0.714809;0.07275286,0.08188789;-0.706279;-0.0248587,-0.06402536;0.009753874;-0.04696396,-0.1211061;-0.3649808;-0.02021125,-0.1435767;-0.7060304;0.05515587,-0.1443484;-0.6974189;-0.04252698,0.004220003;0.3993586;-0.02023817,0;0;0,0.002767988;0.1999513;-0.003437542,0.006741814;0.4993314;-0.02044953,0.1216436;0.3703938;-0.01410626,0.1519286;0.09602162;0.03282671,0.1898457;-0.1767167;-0.01792867,-0.1136124;0.3843647;-0.007570104,-0.1706786;0.1818174;0.1771405,-0.2273159;-0.03757846;0.3416328,0.06493563;0.003838369;-0.04656855,0.08761713;-0.3729525;-0.002817173,0.08998859;-0.7134321;0.07822643,0.08664675;-0.7043777;-0.01949827,-0.06440599;0.009517116;-0.0464897,-0.1224035;-0.3650828;-0.01982161,-0.1410139;-0.7055796;0.05901739,-0.1418154;-0.6964201;-0.03878359,0.005343615;0.3997936;-0.01094869,7.651276
+0;0;0,0.002068466;0.1999135;-0.005506673,0.005229867;0.4986104;-0.03240611,0.1204264;0.3705812;-0.01199599,0.1534115;0.0949837;0.02485486,0.1890353;-0.1772248;-0.03022204,-0.1134987;0.3817634;-0.00498287,-0.1752603;0.1715564;0.1693689,-0.2367141;-0.05765259;0.3179847,0.06517769;0.003564794;-0.04625105,0.08501028;-0.3737701;-0.005939048,0.08520815;-0.714809;0.07275286,0.08188789;-0.706279;-0.0248587,-0.06402536;0.009753874;-0.04696396,-0.1211061;-0.3649808;-0.02021125,-0.1435767;-0.7060304;0.05515587,-0.1443484;-0.6974189;-0.04252698,0.004220003;0.3993586;-0.02023817,0;0;0,0.002738223;0.1999524;-0.003395532,0.006684489;0.4993259;-0.0205526,0.1216014;0.3704164;-0.01435606,0.152077;0.09606007;0.0325463,0.1898148;-0.1767975;-0.01769898,-0.1137008;0.3846988;-0.007693877,-0.172254;0.1840156;0.1785795,-0.2269655;-0.03479363;0.3444987,0.06494316;0.003819158;-0.04655965,0.08752453;-0.372975;-0.002784822,0.08991128;-0.7134602;0.07823437,0.08653341;-0.704409;-0.01948839,-0.06440009;0.009517134;-0.04649788,-0.1225412;-0.3650636;-0.01987225,-0.140992;-0.7055436;0.05907649,-0.1418308;-0.6963897;-0.03872301,0.00529981;0.3997905;-0.01102426,7.673843
+0;0;0,0.002068466;0.1999135;-0.005506673,0.005229867;0.4986104;-0.03240611,0.1204264;0.3705812;-0.01199599,0.1534115;0.0949837;0.02485486,0.1890353;-0.1772248;-0.03022204,-0.1134987;0.3817634;-0.00498287,-0.1752603;0.1715564;0.1693689,-0.2367141;-0.05765259;0.3179847,0.06517769;0.003564794;-0.04625105,0.08501028;-0.3737701;-0.005939048,0.08520815;-0.714809;0.07275286,0.08188789;-0.706279;-0.0248587,-0.06402536;0.009753874;-0.04696396,-0.1211061;-0.3649808;-0.02021125,-0.1435767;-0.7060304;0.05515587,-0.1443484;-0.6974189;-0.04252698,0.004220003;0.3993586;-0.02023817,0;0;0,0.002738223;0.1999524;-0.003395532,0.006684489;0.4993259;-0.0205526,0.1216014;0.3704164;-0.01435606,0.152077;0.09606007;0.0325463,0.1898148;-0.1767975;-0.01769898,-0.1137008;0.3846988;-0.007693877,-0.172254;0.1840156;0.1785795,-0.2269655;-0.03479363;0.3444987,0.06494316;0.003819158;-0.04655965,0.08752453;-0.372975;-0.002784822,0.08991128;-0.7134602;0.07823437,0.08653341;-0.704409;-0.01948839,-0.06440009;0.009517134;-0.04649788,-0.1225412;-0.3650636;-0.01987225,-0.140992;-0.7055436;0.05907649,-0.1418308;-0.6963897;-0.03872301,0.00529981;0.3997905;-0.01102426,7.673843
+0;0;0,0.002039922;0.1999092;-0.00567194,0.005101926;0.4985864;-0.03280145,0.1203385;0.3703714;-0.01304502,0.152658;0.09486106;0.02502718,0.1888032;-0.1772948;-0.02997018,-0.1136365;0.3821612;-0.005210827,-0.1756871;0.1736646;0.1710812,-0.2373339;-0.05257145;0.3241071,0.06519433;0.003521597;-0.04623092,0.08488079;-0.3738194;-0.005904146,0.08512053;-0.7148715;0.07273039,0.0815445;-0.7063589;-0.02486829,-0.06398816;0.00976394;-0.04701256,-0.1211506;-0.3649508;-0.02015547,-0.1435997;-0.7060412;0.05503361,-0.1446277;-0.6974512;-0.04264216,0.004131109;0.3993434;-0.02055915,0;0;0,0.002738223;0.1999524;-0.003395532,0.006684489;0.4993259;-0.0205526,0.1216014;0.3704164;-0.01435606,0.152077;0.09606007;0.0325463,0.1898148;-0.1767975;-0.01769898,-0.1137008;0.3846988;-0.007693877,-0.172254;0.1840156;0.1785795,-0.2269655;-0.03479363;0.3444987,0.06494316;0.003819158;-0.04655965,0.08752453;-0.372975;-0.002784822,0.08991128;-0.7134602;0.07823437,0.08653341;-0.704409;-0.01948839,-0.06440009;0.009517134;-0.04649788,-0.1225412;-0.3650636;-0.01987225,-0.140992;-0.7055436;0.05907649,-0.1418308;-0.6963897;-0.03872301,0.00529981;0.3997905;-0.01102426,7.673843
+0;0;0,0.002039922;0.1999092;-0.00567194,0.005101926;0.4985864;-0.03280145,0.1203385;0.3703714;-0.01304502,0.152658;0.09486106;0.02502718,0.1888032;-0.1772948;-0.02997018,-0.1136365;0.3821612;-0.005210827,-0.1756871;0.1736646;0.1710812,-0.2373339;-0.05257145;0.3241071,0.06519433;0.003521597;-0.04623092,0.08488079;-0.3738194;-0.005904146,0.08512053;-0.7148715;0.07273039,0.0815445;-0.7063589;-0.02486829,-0.06398816;0.00976394;-0.04701256,-0.1211506;-0.3649508;-0.02015547,-0.1435997;-0.7060412;0.05503361,-0.1446277;-0.6974512;-0.04264216,0.004131109;0.3993434;-0.02055915,0;0;0,0.002738223;0.1999524;-0.003395532,0.006684489;0.4993259;-0.0205526,0.1216014;0.3704164;-0.01435606,0.152077;0.09606007;0.0325463,0.1898148;-0.1767975;-0.01769898,-0.1137008;0.3846988;-0.007693877,-0.172254;0.1840156;0.1785795,-0.2269655;-0.03479363;0.3444987,0.06494316;0.003819158;-0.04655965,0.08752453;-0.372975;-0.002784822,0.08991128;-0.7134602;0.07823437,0.08653341;-0.704409;-0.01948839,-0.06440009;0.009517134;-0.04649788,-0.1225412;-0.3650636;-0.01987225,-0.140992;-0.7055436;0.05907649,-0.1418308;-0.6963897;-0.03872301,0.00529981;0.3997905;-0.01102426,7.673843
+0;0;0,0.002039922;0.1999092;-0.00567194,0.005101926;0.4985864;-0.03280145,0.1203385;0.3703714;-0.01304502,0.152658;0.09486106;0.02502718,0.1888032;-0.1772948;-0.02997018,-0.1136365;0.3821612;-0.005210827,-0.1756871;0.1736646;0.1710812,-0.2373339;-0.05257145;0.3241071,0.06519433;0.003521597;-0.04623092,0.08488079;-0.3738194;-0.005904146,0.08512053;-0.7148715;0.07273039,0.0815445;-0.7063589;-0.02486829,-0.06398816;0.00976394;-0.04701256,-0.1211506;-0.3649508;-0.02015547,-0.1435997;-0.7060412;0.05503361,-0.1446277;-0.6974512;-0.04264216,0.004131109;0.3993434;-0.02055915,0;0;0,0.002738223;0.1999524;-0.003395532,0.006684489;0.4993259;-0.0205526,0.1216014;0.3704164;-0.01435606,0.152077;0.09606007;0.0325463,0.1898148;-0.1767975;-0.01769898,-0.1137008;0.3846988;-0.007693877,-0.172254;0.1840156;0.1785795,-0.2269655;-0.03479363;0.3444987,0.06494316;0.003819158;-0.04655965,0.08752453;-0.372975;-0.002784822,0.08991128;-0.7134602;0.07823437,0.08653341;-0.704409;-0.01948839,-0.06440009;0.009517134;-0.04649788,-0.1225412;-0.3650636;-0.01987225,-0.140992;-0.7055436;0.05907649,-0.1418308;-0.6963897;-0.03872301,0.00529981;0.3997905;-0.01102426,7.673843
+0;0;0,0.002030325;0.1999059;-0.005787514,0.005059454;0.498573;-0.03303381,0.1203285;0.3703701;-0.01352723,0.1524345;0.09492821;0.02521516,0.1887493;-0.1772133;-0.02974143,-0.1137092;0.3825983;-0.005242535,-0.1764373;0.1775755;0.1748431,-0.2368895;-0.04534923;0.3331154,0.06519094;0.003491841;-0.04623796,0.08483295;-0.3738438;-0.005840492,0.08513588;-0.7149006;0.07277355,0.0814207;-0.7063984;-0.02481767,-0.06398126;0.009756127;-0.04702358,-0.121279;-0.364955;-0.02040543,-0.1437483;-0.706022;0.05488352,-0.1449144;-0.697446;-0.04278763,0.004101009;0.3993343;-0.0207555,0;0;0,0.002738223;0.1999524;-0.003395532,0.006684489;0.4993259;-0.0205526,0.1216014;0.3704164;-0.01435606,0.152077;0.09606007;0.0325463,0.1898148;-0.1767975;-0.01769898,-0.1137008;0.3846988;-0.007693877,-0.172254;0.1840156;0.1785795,-0.2269655;-0.03479363;0.3444987,0.06494316;0.003819158;-0.04655965,0.08752453;-0.372975;-0.002784822,0.08991128;-0.7134602;0.07823437,0.08653341;-0.704409;-0.01948839,-0.06440009;0.009517134;-0.04649788,-0.1225412;-0.3650636;-0.01987225,-0.140992;-0.7055436;0.05907649,-0.1418308;-0.6963897;-0.03872301,0.00529981;0.3997905;-0.01102426,7.673843
+0;0;0,0.002030325;0.1999059;-0.005787514,0.005059454;0.498573;-0.03303381,0.1203285;0.3703701;-0.01352723,0.1524345;0.09492821;0.02521516,0.1887493;-0.1772133;-0.02974143,-0.1137092;0.3825983;-0.005242535,-0.1764373;0.1775755;0.1748431,-0.2368895;-0.04534923;0.3331154,0.06519094;0.003491841;-0.04623796,0.08483295;-0.3738438;-0.005840492,0.08513588;-0.7149006;0.07277355,0.0814207;-0.7063984;-0.02481767,-0.06398126;0.009756127;-0.04702358,-0.121279;-0.364955;-0.02040543,-0.1437483;-0.706022;0.05488352,-0.1449144;-0.697446;-0.04278763,0.004101009;0.3993343;-0.0207555,0;0;0,0.002738223;0.1999524;-0.003395532,0.006684489;0.4993259;-0.0205526,0.1216014;0.3704164;-0.01435606,0.152077;0.09606007;0.0325463,0.1898148;-0.1767975;-0.01769898,-0.1137008;0.3846988;-0.007693877,-0.172254;0.1840156;0.1785795,-0.2269655;-0.03479363;0.3444987,0.06494316;0.003819158;-0.04655965,0.08752453;-0.372975;-0.002784822,0.08991128;-0.7134602;0.07823437,0.08653341;-0.704409;-0.01948839,-0.06440009;0.009517134;-0.04649788,-0.1225412;-0.3650636;-0.01987225,-0.140992;-0.7055436;0.05907649,-0.1418308;-0.6963897;-0.03872301,0.00529981;0.3997905;-0.01102426,7.673843
+0;0;0,0.002030325;0.1999059;-0.005787514,0.005059454;0.498573;-0.03303381,0.1203285;0.3703701;-0.01352723,0.1524345;0.09492821;0.02521516,0.1887493;-0.1772133;-0.02974143,-0.1137092;0.3825983;-0.005242535,-0.1764373;0.1775755;0.1748431,-0.2368895;-0.04534923;0.3331154,0.06519094;0.003491841;-0.04623796,0.08483295;-0.3738438;-0.005840492,0.08513588;-0.7149006;0.07277355,0.0814207;-0.7063984;-0.02481767,-0.06398126;0.009756127;-0.04702358,-0.121279;-0.364955;-0.02040543,-0.1437483;-0.706022;0.05488352,-0.1449144;-0.697446;-0.04278763,0.004101009;0.3993343;-0.0207555,0;0;0,0.002738223;0.1999524;-0.003395532,0.006684489;0.4993259;-0.0205526,0.1216014;0.3704164;-0.01435606,0.152077;0.09606007;0.0325463,0.1898148;-0.1767975;-0.01769898,-0.1137008;0.3846988;-0.007693877,-0.172254;0.1840156;0.1785795,-0.2269655;-0.03479363;0.3444987,0.06494316;0.003819158;-0.04655965,0.08752453;-0.372975;-0.002784822,0.08991128;-0.7134602;0.07823437,0.08653341;-0.704409;-0.01948839,-0.06440009;0.009517134;-0.04649788,-0.1225412;-0.3650636;-0.01987225,-0.140992;-0.7055436;0.05907649,-0.1418308;-0.6963897;-0.03872301,0.00529981;0.3997905;-0.01102426,7.673843
+0;0;0,0.002019615;0.1999039;-0.005860191,0.005031099;0.4985643;-0.03318117,0.1203084;0.3702987;-0.01394274,0.1520286;0.09487858;0.02526952,0.1888046;-0.1772502;-0.02944295,-0.1137839;0.383019;-0.005313102,-0.1772903;0.1811764;0.1780622,-0.2367114;-0.03929387;0.3401177,0.06519136;0.003493386;-0.04623723,0.08477585;-0.3738366;-0.005758438,0.08507706;-0.7149141;0.07276553,0.08125806;-0.7064191;-0.02482009,-0.06398427;0.009718929;-0.04702718,-0.1214433;-0.3649674;-0.02040814,-0.1437925;-0.7060164;0.0549982,-0.1450629;-0.6974489;-0.04266978,0.004079429;0.3993287;-0.02087694,0;0;0,0.002738223;0.1999524;-0.003395532,0.006684489;0.4993259;-0.0205526,0.1216014;0.3704164;-0.01435606,0.152077;0.09606007;0.0325463,0.1898148;-0.1767975;-0.01769898,-0.1137008;0.3846988;-0.007693877,-0.172254;0.1840156;0.1785795,-0.2269655;-0.03479363;0.3444987,0.06494316;0.003819158;-0.04655965,0.08752453;-0.372975;-0.002784822,0.08991128;-0.7134602;0.07823437,0.08653341;-0.704409;-0.01948839,-0.06440009;0.009517134;-0.04649788,-0.1225412;-0.3650636;-0.01987225,-0.140992;-0.7055436;0.05907649,-0.1418308;-0.6963897;-0.03872301,0.00529981;0.3997905;-0.01102426,7.673843
+0;0;0,0.002019615;0.1999039;-0.005860191,0.005031099;0.4985643;-0.03318117,0.1203084;0.3702987;-0.01394274,0.1520286;0.09487858;0.02526952,0.1888046;-0.1772502;-0.02944295,-0.1137839;0.383019;-0.005313102,-0.1772903;0.1811764;0.1780622,-0.2367114;-0.03929387;0.3401177,0.06519136;0.003493386;-0.04623723,0.08477585;-0.3738366;-0.005758438,0.08507706;-0.7149141;0.07276553,0.08125806;-0.7064191;-0.02482009,-0.06398427;0.009718929;-0.04702718,-0.1214433;-0.3649674;-0.02040814,-0.1437925;-0.7060164;0.0549982,-0.1450629;-0.6974489;-0.04266978,0.004079429;0.3993287;-0.02087694,0;0;0,0.002738223;0.1999524;-0.003395532,0.006684489;0.4993259;-0.0205526,0.1216014;0.3704164;-0.01435606,0.152077;0.09606007;0.0325463,0.1898148;-0.1767975;-0.01769898,-0.1137008;0.3846988;-0.007693877,-0.172254;0.1840156;0.1785795,-0.2269655;-0.03479363;0.3444987,0.06494316;0.003819158;-0.04655965,0.08752453;-0.372975;-0.002784822,0.08991128;-0.7134602;0.07823437,0.08653341;-0.704409;-0.01948839,-0.06440009;0.009517134;-0.04649788,-0.1225412;-0.3650636;-0.01987225,-0.140992;-0.7055436;0.05907649,-0.1418308;-0.6963897;-0.03872301,0.00529981;0.3997905;-0.01102426,7.673843
+0;0;0,0.002019615;0.1999039;-0.005860191,0.005031099;0.4985643;-0.03318117,0.1203084;0.3702987;-0.01394274,0.1520286;0.09487858;0.02526952,0.1888046;-0.1772502;-0.02944295,-0.1137839;0.383019;-0.005313102,-0.1772903;0.1811764;0.1780622,-0.2367114;-0.03929387;0.3401177,0.06519136;0.003493386;-0.04623723,0.08477585;-0.3738366;-0.005758438,0.08507706;-0.7149141;0.07276553,0.08125806;-0.7064191;-0.02482009,-0.06398427;0.009718929;-0.04702718,-0.1214433;-0.3649674;-0.02040814,-0.1437925;-0.7060164;0.0549982,-0.1450629;-0.6974489;-0.04266978,0.004079429;0.3993287;-0.02087694,0;0;0,0.002738223;0.1999524;-0.003395532,0.006684489;0.4993259;-0.0205526,0.1216014;0.3704164;-0.01435606,0.152077;0.09606007;0.0325463,0.1898148;-0.1767975;-0.01769898,-0.1137008;0.3846988;-0.007693877,-0.172254;0.1840156;0.1785795,-0.2269655;-0.03479363;0.3444987,0.06494316;0.003819158;-0.04655965,0.08752453;-0.372975;-0.002784822,0.08991128;-0.7134602;0.07823437,0.08653341;-0.704409;-0.01948839,-0.06440009;0.009517134;-0.04649788,-0.1225412;-0.3650636;-0.01987225,-0.140992;-0.7055436;0.05907649,-0.1418308;-0.6963897;-0.03872301,0.00529981;0.3997905;-0.01102426,7.673843
+0;0;0,0.002052056;0.1999008;-0.0059551,0.005103709;0.4985545;-0.03334773,0.1203528;0.370199;-0.01424919,0.1517192;0.09476265;0.02513312,0.188812;-0.1773762;-0.02931468,-0.1137861;0.3834216;-0.005493394,-0.1777891;0.1849728;0.18138,-0.2367697;-0.03311308;0.3467881,0.06521462;0.003419351;-0.04620997,0.08477367;-0.3739063;-0.005678527,0.08517673;-0.7149906;0.07281541,0.08132798;-0.7065083;-0.02476625,-0.06394637;0.009769993;-0.04706812,-0.1213938;-0.364915;-0.02040394,-0.1437233;-0.705957;0.05503966,-0.1450225;-0.6973998;-0.04262569,0.00413758;0.3993214;-0.02102418,0;0;0,0.002738223;0.1999524;-0.003395532,0.006684489;0.4993259;-0.0205526,0.1216014;0.3704164;-0.01435606,0.152077;0.09606007;0.0325463,0.1898148;-0.1767975;-0.01769898,-0.1137008;0.3846988;-0.007693877,-0.172254;0.1840156;0.1785795,-0.2269655;-0.03479363;0.3444987,0.06494316;0.003819158;-0.04655965,0.08752453;-0.372975;-0.002784822,0.08991128;-0.7134602;0.07823437,0.08653341;-0.704409;-0.01948839,-0.06440009;0.009517134;-0.04649788,-0.1225412;-0.3650636;-0.01987225,-0.140992;-0.7055436;0.05907649,-0.1418308;-0.6963897;-0.03872301,0.00529981;0.3997905;-0.01102426,7.673843
+0;0;0,0.002052056;0.1999008;-0.0059551,0.005103709;0.4985545;-0.03334773,0.1203528;0.370199;-0.01424919,0.1517192;0.09476265;0.02513312,0.188812;-0.1773762;-0.02931468,-0.1137861;0.3834216;-0.005493394,-0.1777891;0.1849728;0.18138,-0.2367697;-0.03311308;0.3467881,0.06521462;0.003419351;-0.04620997,0.08477367;-0.3739063;-0.005678527,0.08517673;-0.7149906;0.07281541,0.08132798;-0.7065083;-0.02476625,-0.06394637;0.009769993;-0.04706812,-0.1213938;-0.364915;-0.02040394,-0.1437233;-0.705957;0.05503966,-0.1450225;-0.6973998;-0.04262569,0.00413758;0.3993214;-0.02102418,0;0;0,0.002738223;0.1999524;-0.003395532,0.006684489;0.4993259;-0.0205526,0.1216014;0.3704164;-0.01435606,0.152077;0.09606007;0.0325463,0.1898148;-0.1767975;-0.01769898,-0.1137008;0.3846988;-0.007693877,-0.172254;0.1840156;0.1785795,-0.2269655;-0.03479363;0.3444987,0.06494316;0.003819158;-0.04655965,0.08752453;-0.372975;-0.002784822,0.08991128;-0.7134602;0.07823437,0.08653341;-0.704409;-0.01948839,-0.06440009;0.009517134;-0.04649788,-0.1225412;-0.3650636;-0.01987225,-0.140992;-0.7055436;0.05907649,-0.1418308;-0.6963897;-0.03872301,0.00529981;0.3997905;-0.01102426,7.673843
+0;0;0,0.002052056;0.1999008;-0.0059551,0.005103709;0.4985545;-0.03334773,0.1203528;0.370199;-0.01424919,0.1517192;0.09476265;0.02513312,0.188812;-0.1773762;-0.02931468,-0.1137861;0.3834216;-0.005493394,-0.1777891;0.1849728;0.18138,-0.2367697;-0.03311308;0.3467881,0.06521462;0.003419351;-0.04620997,0.08477367;-0.3739063;-0.005678527,0.08517673;-0.7149906;0.07281541,0.08132798;-0.7065083;-0.02476625,-0.06394637;0.009769993;-0.04706812,-0.1213938;-0.364915;-0.02040394,-0.1437233;-0.705957;0.05503966,-0.1450225;-0.6973998;-0.04262569,0.00413758;0.3993214;-0.02102418,0;0;0,0.002738223;0.1999524;-0.003395532,0.006684489;0.4993259;-0.0205526,0.1216014;0.3704164;-0.01435606,0.152077;0.09606007;0.0325463,0.1898148;-0.1767975;-0.01769898,-0.1137008;0.3846988;-0.007693877,-0.172254;0.1840156;0.1785795,-0.2269655;-0.03479363;0.3444987,0.06494316;0.003819158;-0.04655965,0.08752453;-0.372975;-0.002784822,0.08991128;-0.7134602;0.07823437,0.08653341;-0.704409;-0.01948839,-0.06440009;0.009517134;-0.04649788,-0.1225412;-0.3650636;-0.01987225,-0.140992;-0.7055436;0.05907649,-0.1418308;-0.6963897;-0.03872301,0.00529981;0.3997905;-0.01102426,7.673843
+0;0;0,0.002056919;0.1998972;-0.006074654,0.005098338;0.498537;-0.03362007,0.1203547;0.3701686;-0.01461429,0.1515795;0.0947673;0.02512411,0.188831;-0.1773948;-0.02909895,-0.113818;0.3837279;-0.005627627,-0.1778978;0.1890015;0.1850958,-0.2382993;-0.0241822;0.3562809,0.0652161;0.0033927;-0.04620983,0.08474308;-0.3739295;-0.005631126,0.08515804;-0.7150207;0.0728334,0.08123936;-0.7065539;-0.02474204,-0.06394468;0.009771738;-0.04707007,-0.1214241;-0.3649198;-0.02056807,-0.1436868;-0.7059429;0.05498122,-0.1450572;-0.6974029;-0.04267936,0.004136113;0.3993098;-0.02124905,0;0;0,0.002738223;0.1999524;-0.003395532,0.006684489;0.4993259;-0.0205526,0.1216014;0.3704164;-0.01435606,0.152077;0.09606007;0.0325463,0.1898148;-0.1767975;-0.01769898,-0.1137008;0.3846988;-0.007693877,-0.172254;0.1840156;0.1785795,-0.2269655;-0.03479363;0.3444987,0.06494316;0.003819158;-0.04655965,0.08752453;-0.372975;-0.002784822,0.08991128;-0.7134602;0.07823437,0.08653341;-0.704409;-0.01948839,-0.06440009;0.009517134;-0.04649788,-0.1225412;-0.3650636;-0.01987225,-0.140992;-0.7055436;0.05907649,-0.1418308;-0.6963897;-0.03872301,0.00529981;0.3997905;-0.01102426,7.673843
+0;0;0,0.002056919;0.1998972;-0.006074654,0.005098338;0.498537;-0.03362007,0.1203547;0.3701686;-0.01461429,0.1515795;0.0947673;0.02512411,0.188831;-0.1773948;-0.02909895,-0.113818;0.3837279;-0.005627627,-0.1778978;0.1890015;0.1850958,-0.2382993;-0.0241822;0.3562809,0.0652161;0.0033927;-0.04620983,0.08474308;-0.3739295;-0.005631126,0.08515804;-0.7150207;0.0728334,0.08123936;-0.7065539;-0.02474204,-0.06394468;0.009771738;-0.04707007,-0.1214241;-0.3649198;-0.02056807,-0.1436868;-0.7059429;0.05498122,-0.1450572;-0.6974029;-0.04267936,0.004136113;0.3993098;-0.02124905,0;0;0,0.002738223;0.1999524;-0.003395532,0.006684489;0.4993259;-0.0205526,0.1216014;0.3704164;-0.01435606,0.152077;0.09606007;0.0325463,0.1898148;-0.1767975;-0.01769898,-0.1137008;0.3846988;-0.007693877,-0.172254;0.1840156;0.1785795,-0.2269655;-0.03479363;0.3444987,0.06494316;0.003819158;-0.04655965,0.08752453;-0.372975;-0.002784822,0.08991128;-0.7134602;0.07823437,0.08653341;-0.704409;-0.01948839,-0.06440009;0.009517134;-0.04649788,-0.1225412;-0.3650636;-0.01987225,-0.140992;-0.7055436;0.05907649,-0.1418308;-0.6963897;-0.03872301,0.00529981;0.3997905;-0.01102426,7.673843

+ 161 - 0
DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_OneArm_Forward_HapticFeedback_Slow.csv

@@ -0,0 +1,161 @@
+Demo_SpineBase,Demo_SpineMid,Demo_Neck,Demo_ShoulderLeft,Demo_ElbowLeft,Demo_WristLeft,Demo_ShoulderRight,Demo_ElbowRight,Demo_WristRight,Demo_HipLeft,Demo_KneeLeft,Demo_AnkleLeft,Demo_FootLeft,Demo_HipRight,Demo_KneeRight,Demo_AnkleRight,Demo_FootRight,Demo_SpineShoulder,Body_SpineBase,Body_SpineMid,Body_Neck,Body_ShoulderLeft,Body_ElbowLeft,Body_WristLeft,Body_ShoulderRight,Body_ElbowRight,Body_WristRight,Body_HipLeft,Body_KneeLeft,Body_AnkleLeft,Body_FootLeft,Body_HipRight,Body_KneeRight,Body_AnkleRight,Body_FootRight,Body_SpineShoulder,time
+0;0;0,0.003791433;0.1998912;0.005396499,0.009841438;0.499699;-0.001317625,0.1230024;0.3665199;0.00478041,0.1573476;0.08946264;0.02622033,0.1985467;-0.1798824;-0.0382457,-0.1050735;0.3591251;-0.0005574003,-0.1483535;0.08252856;0.004046423,-0.1835819;-0.1920064;-0.03825609,0.07183141;0.004892022;-0.03487572,0.08741438;-0.372589;0.005931932,0.09120043;-0.7162884;0.07193442,0.091631;-0.7065881;-0.02598257,-0.07084385;0.004675515;-0.03686852,-0.09609379;-0.3734095;-0.008335054,-0.1101832;-0.7172203;0.05566201,-0.1073172;-0.7074975;-0.04221865,0.007728081;0.3998449;0.003651334,0;0;0,0.002389108;0.1999163;0.005269089,0.007029952;0.4997147;-0.002596243,0.1194132;0.3692746;0.02422418,0.1520582;0.0919337;0.04462847,0.2033639;-0.180782;0.007294133,-0.108221;0.3616253;-0.003154243,-0.1530377;0.08524823;-0.005835769,-0.1918203;-0.1877371;-0.05456893,0.07449307;0.003128326;-0.02899991,0.07089123;-0.3718623;0.03239299,0.06487268;-0.7112205;0.1178317,0.07320027;-0.7017451;0.02031558,-0.06896032;0.006402845;-0.04004345,-0.0930552;-0.3703598;0.00319292,-0.1160866;-0.7088722;0.08909349,-0.1052297;-0.7636687;0.03721197,0.005356169;0.3998804;0.00291016,166.7853
+0;0;0,0.003709441;0.1998939;0.0053557,0.009588961;0.4997036;-0.001426081,0.1228336;0.366596;0.004813862,0.1570995;0.0894897;0.02574079,0.1989231;-0.1798331;-0.03841545,-0.1052563;0.3590942;-0.0004441384,-0.1481405;0.08243096;0.003846199,-0.1834305;-0.1920814;-0.03855184,0.07179447;0.004895473;-0.03495124,0.08749111;-0.3725643;0.006008524,0.0911447;-0.7162468;0.07210714,0.09154622;-0.7065517;-0.02580892,-0.07088003;0.004672587;-0.03679929,-0.09600537;-0.3734224;-0.008287666,-0.1101773;-0.717208;0.05582657,-0.1073408;-0.7074899;-0.04205395,0.007539799;0.3998492;0.003563995,0;0;0,0.00240496;0.1999161;0.005269483,0.007076391;0.4997148;-0.00256594,0.1194635;0.3693145;0.02421876,0.1520856;0.09197849;0.0447259,0.2033893;-0.1807218;0.007275764,-0.1082014;0.3616686;-0.003123175,-0.1530024;0.08528918;-0.00581809,-0.1917059;-0.1877154;-0.05450622,0.07448851;0.003115531;-0.02901301,0.07101455;-0.371901;0.03222866,0.0648711;-0.7112389;0.1177392,0.07217622;-0.7678251;0.06824709,-0.06897964;0.006433681;-0.04000521,-0.09296799;-0.3703404;0.003189936,-0.1160876;-0.7088409;0.0891137,-0.1053536;-0.7636499;0.03722702,0.00539107;0.3998801;0.002929577,166.8103
+0;0;0,0.003709441;0.1998939;0.0053557,0.009588961;0.4997036;-0.001426081,0.1228336;0.366596;0.004813862,0.1570995;0.0894897;0.02574079,0.1989231;-0.1798331;-0.03841545,-0.1052563;0.3590942;-0.0004441384,-0.1481405;0.08243096;0.003846199,-0.1834305;-0.1920814;-0.03855184,0.07179447;0.004895473;-0.03495124,0.08749111;-0.3725643;0.006008524,0.0911447;-0.7162468;0.07210714,0.09154622;-0.7065517;-0.02580892,-0.07088003;0.004672587;-0.03679929,-0.09600537;-0.3734224;-0.008287666,-0.1101773;-0.717208;0.05582657,-0.1073408;-0.7074899;-0.04205395,0.007539799;0.3998492;0.003563995,0;0;0,0.002416746;0.199916;0.00527004,0.007082395;0.4997151;-0.002550538,0.1194713;0.3693301;0.02425151,0.1521192;0.09200621;0.04488125,0.2033058;-0.1807047;0.007348262,-0.1081933;0.3616672;-0.003105347,-0.1529849;0.08528632;-0.005811783,-0.1916817;-0.1877277;-0.05445252,0.07448278;0.003125695;-0.02902663,0.07096484;-0.3718877;0.03223184,0.06481013;-0.7112331;0.1177114,0.07235234;-0.7677138;0.0680705,-0.06898578;0.00642455;-0.03999608,-0.09301241;-0.3703507;0.003168233,-0.1158498;-0.7088912;0.08900991,-0.1045141;-0.7639276;0.03762589,0.00539912;0.3998801;0.002938871,166.8373
+0;0;0,0.003709441;0.1998939;0.0053557,0.009588961;0.4997036;-0.001426081,0.1228336;0.366596;0.004813862,0.1570995;0.0894897;0.02574079,0.1989231;-0.1798331;-0.03841545,-0.1052563;0.3590942;-0.0004441384,-0.1481405;0.08243096;0.003846199,-0.1834305;-0.1920814;-0.03855184,0.07179447;0.004895473;-0.03495124,0.08749111;-0.3725643;0.006008524,0.0911447;-0.7162468;0.07210714,0.09154622;-0.7065517;-0.02580892,-0.07088003;0.004672587;-0.03679929,-0.09600537;-0.3734224;-0.008287666,-0.1101773;-0.717208;0.05582657,-0.1073408;-0.7074899;-0.04205395,0.007539799;0.3998492;0.003563995,0;0;0,0.002416746;0.199916;0.00527004,0.007082395;0.4997151;-0.002550538,0.1194713;0.3693301;0.02425151,0.1521192;0.09200621;0.04488125,0.2033058;-0.1807047;0.007348262,-0.1081933;0.3616672;-0.003105347,-0.1529849;0.08528632;-0.005811783,-0.1916817;-0.1877277;-0.05445252,0.07448278;0.003125695;-0.02902663,0.07096484;-0.3718877;0.03223184,0.06481013;-0.7112331;0.1177114,0.07235234;-0.7677138;0.0680705,-0.06898578;0.00642455;-0.03999608,-0.09301241;-0.3703507;0.003168233,-0.1158498;-0.7088912;0.08900991,-0.1045141;-0.7639276;0.03762589,0.00539912;0.3998801;0.002938871,166.86
+0;0;0,0.003696352;0.1998946;0.005337064,0.009560814;0.4997044;-0.001457457,0.1228111;0.366599;0.004795565,0.1572083;0.08951357;0.02578295,0.1994994;-0.179734;-0.03838263,-0.1052839;0.3590986;-0.0003803382,-0.1478752;0.08238655;0.00366947,-0.1830054;-0.1921068;-0.03898358,0.07177154;0.004902154;-0.03499734,0.08751981;-0.3725457;0.006052304,0.09114126;-0.7162318;0.07213403,0.0915148;-0.7065375;-0.02578196,-0.07089884;0.004667994;-0.03676363,-0.09592109;-0.3734416;-0.008356012,-0.1102459;-0.7171913;0.05591653,-0.1074365;-0.7074745;-0.04196451,0.007516788;0.39985;0.003534215,0;0;0,0.002429577;0.199918;0.005186675,0.007088246;0.4997162;-0.002684584,0.1194746;0.3693215;0.02414034,0.1521451;0.09200692;0.04485976,0.2032803;-0.1806977;0.007211924,-0.1081848;0.3616707;-0.003247464,-0.1529265;0.08528081;-0.005856625,-0.1916002;-0.1877352;-0.05450452,0.07450983;0.003133774;-0.02895625,0.07107706;-0.3719127;0.03210407,0.06493159;-0.7112943;0.1174406,0.07233749;-0.7678576;0.06792338,-0.06896045;0.006422297;-0.04004011,-0.09301899;-0.3703651;0.002999812,-0.1158315;-0.7089056;0.08884794,-0.1043385;-0.7640146;0.0376193,0.005407196;0.3998818;0.002816846,166.8934
+0;0;0,0.003696352;0.1998946;0.005337064,0.009560814;0.4997044;-0.001457457,0.1228111;0.366599;0.004795565,0.1572083;0.08951357;0.02578295,0.1994994;-0.179734;-0.03838263,-0.1052839;0.3590986;-0.0003803382,-0.1478752;0.08238655;0.00366947,-0.1830054;-0.1921068;-0.03898358,0.07177154;0.004902154;-0.03499734,0.08751981;-0.3725457;0.006052304,0.09114126;-0.7162318;0.07213403,0.0915148;-0.7065375;-0.02578196,-0.07089884;0.004667994;-0.03676363,-0.09592109;-0.3734416;-0.008356012,-0.1102459;-0.7171913;0.05591653,-0.1074365;-0.7074745;-0.04196451,0.007516788;0.39985;0.003534215,0;0;0,0.002457795;0.1999176;0.005186319,0.007207638;0.4997148;-0.002674488,0.1195615;0.3693406;0.02415255,0.1521479;0.09201604;0.04487065,0.2033668;-0.1806554;0.007096302,-0.1081159;0.3617122;-0.003248238,-0.1528168;0.085316;-0.005884933,-0.1914193;-0.1877114;-0.05452534,0.07451081;0.003147712;-0.02895221,0.07112645;-0.3719214;0.03197157,0.06486286;-0.7112867;0.1173648,0.07241224;-0.7678135;0.06780553,-0.06896757;0.006392647;-0.04003259,-0.09298287;-0.370397;0.003012002,-0.1158028;-0.708941;0.08884436,-0.1044344;-0.7638847;0.03731446,0.005490044;0.3998807;0.002821974,166.9159
+0;0;0,0.003696352;0.1998946;0.005337064,0.009560814;0.4997044;-0.001457457,0.1228111;0.366599;0.004795565,0.1572083;0.08951357;0.02578295,0.1994994;-0.179734;-0.03838263,-0.1052839;0.3590986;-0.0003803382,-0.1478752;0.08238655;0.00366947,-0.1830054;-0.1921068;-0.03898358,0.07177154;0.004902154;-0.03499734,0.08751981;-0.3725457;0.006052304,0.09114126;-0.7162318;0.07213403,0.0915148;-0.7065375;-0.02578196,-0.07089884;0.004667994;-0.03676363,-0.09592109;-0.3734416;-0.008356012,-0.1102459;-0.7171913;0.05591653,-0.1074365;-0.7074745;-0.04196451,0.007516788;0.39985;0.003534215,0;0;0,0.00245981;0.1999181;0.005169783,0.007204886;0.4997147;-0.002707796,0.119559;0.3693605;0.02416796,0.1521067;0.09202999;0.04486633,0.2033317;-0.1806421;0.007104393,-0.1081118;0.3616925;-0.003229019,-0.1526975;0.08527726;-0.00582608,-0.1913962;-0.1877307;-0.05449908,0.0745142;0.003139753;-0.02894436,0.07126424;-0.371763;0.03300207,0.06489947;-0.7113069;0.1176746,0.07244339;-0.7676944;0.06787208,-0.06896427;0.006399266;-0.0400372,-0.09298852;-0.3703919;0.002988432,-0.1157937;-0.7089394;0.08881114,-0.1045176;-0.7639125;0.03730949,0.005489799;0.399881;0.002796799,166.9492
+0;0;0,0.00363419;0.1998964;0.005313167,0.009382069;0.4997067;-0.001555394,0.1226827;0.3666185;0.00474745,0.1571788;0.08955181;0.02582007,0.1995665;-0.1796602;-0.03843093,-0.1054355;0.3591393;-0.0003098545,-0.1476784;0.082369;0.00339646,-0.1826036;-0.1921067;-0.03953768,0.07178051;0.004917313;-0.03497683,0.08756664;-0.3725206;0.006150115,0.09111131;-0.7162167;0.07218361,0.0914457;-0.7065258;-0.0257318,-0.070889;0.004651889;-0.03678465,-0.09579802;-0.3734735;-0.008487066,-0.1103093;-0.7171801;0.05597343,-0.1075387;-0.7074667;-0.04190803,0.007383744;0.3998527;0.003463069,0;0;0,0.002460159;0.1999182;0.005165712,0.007196622;0.499715;-0.00270826,0.1195654;0.3694215;0.02418993,0.1522303;0.09210503;0.04489216,0.2033921;-0.1806034;0.007307936,-0.108115;0.3616889;-0.003245437,-0.1526267;0.08526179;-0.005845936,-0.191374;-0.1877069;-0.05470002,0.07451756;0.003129933;-0.02893675,0.07135785;-0.3717727;0.03301514,0.06489632;-0.7114018;0.1173379,0.07250666;-0.7672749;0.06666361,-0.06896105;0.006408281;-0.04004131,-0.09289274;-0.3703634;0.003206071,-0.1158084;-0.7089432;0.08887188,-0.1049563;-0.7633405;0.03634257,0.005484635;0.3998812;0.002794136,166.9828
+0;0;0,0.00363419;0.1998964;0.005313167,0.009382069;0.4997067;-0.001555394,0.1226827;0.3666185;0.00474745,0.1571788;0.08955181;0.02582007,0.1995665;-0.1796602;-0.03843093,-0.1054355;0.3591393;-0.0003098545,-0.1476784;0.082369;0.00339646,-0.1826036;-0.1921067;-0.03953768,0.07178051;0.004917313;-0.03497683,0.08756664;-0.3725206;0.006150115,0.09111131;-0.7162167;0.07218361,0.0914457;-0.7065258;-0.0257318,-0.070889;0.004651889;-0.03678465,-0.09579802;-0.3734735;-0.008487066,-0.1103093;-0.7171801;0.05597343,-0.1075387;-0.7074667;-0.04190803,0.007383744;0.3998527;0.003463069,0;0;0,0.002473189;0.1999179;0.005168905,0.007214693;0.499715;-0.002694959,0.1195874;0.3694643;0.0242386,0.1522513;0.09214884;0.0449561,0.2035642;-0.1805326;0.007382076,-0.1081029;0.3617086;-0.003253408,-0.1525025;0.08526349;-0.005861459,-0.1912804;-0.1876502;-0.05499828,0.07451889;0.003136593;-0.02893261,0.07141927;-0.3717897;0.03287869,0.06515628;-0.7113045;0.1176751,0.07230273;-0.7670467;0.0667121,-0.06896097;0.006403578;-0.04004221,-0.09285611;-0.3703661;0.003243413,-0.1156792;-0.7089884;0.08876571,-0.1048049;-0.7632728;0.0360599,0.005502405;0.399881;0.002804221,167.005
+0;0;0,0.00363419;0.1998964;0.005313167,0.009382069;0.4997067;-0.001555394,0.1226827;0.3666185;0.00474745,0.1571788;0.08955181;0.02582007,0.1995665;-0.1796602;-0.03843093,-0.1054355;0.3591393;-0.0003098545,-0.1476784;0.082369;0.00339646,-0.1826036;-0.1921067;-0.03953768,0.07178051;0.004917313;-0.03497683,0.08756664;-0.3725206;0.006150115,0.09111131;-0.7162167;0.07218361,0.0914457;-0.7065258;-0.0257318,-0.070889;0.004651889;-0.03678465,-0.09579802;-0.3734735;-0.008487066,-0.1103093;-0.7171801;0.05597343,-0.1075387;-0.7074667;-0.04190803,0.007383744;0.3998527;0.003463069,0;0;0,0.002473189;0.1999179;0.005168905,0.007214693;0.499715;-0.002694959,0.1195874;0.3694643;0.0242386,0.1522513;0.09214884;0.0449561,0.2035642;-0.1805326;0.007382076,-0.1081029;0.3617086;-0.003253408,-0.1525025;0.08526349;-0.005861459,-0.1912804;-0.1876502;-0.05499828,0.07451889;0.003136593;-0.02893261,0.07141927;-0.3717897;0.03287869,0.06515628;-0.7113045;0.1176751,0.07230273;-0.7670467;0.0667121,-0.06896097;0.006403578;-0.04004221,-0.09285611;-0.3703661;0.003243413,-0.1156792;-0.7089884;0.08876571,-0.1048049;-0.7632728;0.0360599,0.005502405;0.399881;0.002804221,167.0279
+0;0;0,0.003595633;0.1998973;0.005303239,0.009270055;0.4997089;-0.001576713,0.1226041;0.3666413;0.004701996,0.1571247;0.08957037;0.02567874,0.2000119;-0.1795376;-0.03867635,-0.105535;0.3591739;-0.0002455562,-0.1473948;0.08233982;0.003020677,-0.1815946;-0.1920677;-0.0409216,0.07178944;0.004928475;-0.03495692,0.08760213;-0.3725064;0.006188199,0.09117196;-0.716216;0.07214966,0.09146921;-0.7065254;-0.02576584,-0.07088226;0.004638073;-0.03679937,-0.09556758;-0.3735107;-0.008619787,-0.1102937;-0.7171968;0.05590157,-0.1075594;-0.7074816;-0.04198126,0.00729885;0.3998544;0.00344391,0;0;0,0.002435848;0.1999193;0.005133354,0.007131806;0.4997168;-0.002744226,0.1195352;0.3695354;0.02421449,0.1522508;0.09223112;0.04499902,0.2036492;-0.1804827;0.00777832,-0.1081711;0.3617188;-0.003321024,-0.1525167;0.08526596;-0.006024405,-0.1910877;-0.1876334;-0.05540285,0.07450183;0.003174956;-0.02897235,0.07144704;-0.3717593;0.03279284,0.06524055;-0.7113152;0.117429,0.07203531;-0.7673982;0.06699553,-0.06898268;0.006354224;-0.04001267,-0.09288031;-0.370425;0.003187977,-0.1160929;-0.7090441;0.08861805,-0.1048458;-0.7632593;0.03587988,0.005436043;0.3998827;0.002756718,167.0522
+0;0;0,0.003595633;0.1998973;0.005303239,0.009270055;0.4997089;-0.001576713,0.1226041;0.3666413;0.004701996,0.1571247;0.08957037;0.02567874,0.2000119;-0.1795376;-0.03867635,-0.105535;0.3591739;-0.0002455562,-0.1473948;0.08233982;0.003020677,-0.1815946;-0.1920677;-0.0409216,0.07178944;0.004928475;-0.03495692,0.08760213;-0.3725064;0.006188199,0.09117196;-0.716216;0.07214966,0.09146921;-0.7065254;-0.02576584,-0.07088226;0.004638073;-0.03679937,-0.09556758;-0.3735107;-0.008619787,-0.1102937;-0.7171968;0.05590157,-0.1075594;-0.7074816;-0.04198126,0.00729885;0.3998544;0.00344391,0;0;0,0.002343048;0.1999144;0.005361711,0.006649051;0.4997448;-0.001543899,0.1193567;0.3696438;0.02437768,0.1499932;0.09213355;0.04557755,0.204441;-0.1797856;0.006906968,-0.1084561;0.3617248;-0.003230471,-0.1527174;0.08526027;-0.006110183,-0.1912902;-0.1875197;-0.05614231,0.07450905;0.003177246;-0.02895353,0.0714186;-0.3717967;0.03256877,0.065337;-0.7113198;0.1173455,0.07196634;-0.7674624;0.06699163,-0.0689775;0.006356706;-0.0400212,-0.09282588;-0.37042;0.003228541,-0.1160342;-0.7090404;0.08865471,-0.104904;-0.7632245;0.03584215,0.005111021;0.3998871;0.003562795,167.0836
+0;0;0,0.003595633;0.1998973;0.005303239,0.009270055;0.4997089;-0.001576713,0.1226041;0.3666413;0.004701996,0.1571247;0.08957037;0.02567874,0.2000119;-0.1795376;-0.03867635,-0.105535;0.3591739;-0.0002455562,-0.1473948;0.08233982;0.003020677,-0.1815946;-0.1920677;-0.0409216,0.07178944;0.004928475;-0.03495692,0.08760213;-0.3725064;0.006188199,0.09117196;-0.716216;0.07214966,0.09146921;-0.7065254;-0.02576584,-0.07088226;0.004638073;-0.03679937,-0.09556758;-0.3735107;-0.008619787,-0.1102937;-0.7171968;0.05590157,-0.1075594;-0.7074816;-0.04198126,0.00729885;0.3998544;0.00344391,0;0;0,0.002341972;0.1999144;0.005361854,0.00663872;0.4997447;-0.00155649,0.1193432;0.369673;0.02444187,0.1502;0.0921967;0.04576647,0.2044013;-0.1797518;0.006956197,-0.1084618;0.3617186;-0.003244737,-0.1525967;0.085237;-0.006407821,-0.1911092;-0.1872063;-0.05828683,0.07450323;0.003188407;-0.02896728,0.0714258;-0.371797;0.03248593,0.06533055;-0.7113184;0.1172683,0.07209634;-0.7675872;0.06714933,-0.06898483;0.006343282;-0.04001069,-0.09279519;-0.3704346;0.003250085,-0.1156806;-0.709049;0.08878673,-0.10555;-0.7638098;0.03670035,0.005102847;0.3998872;0.003555209,167.1169
+0;0;0,0.003480039;0.1998989;0.005320266,0.008943007;0.4997136;-0.001591481,0.1223838;0.366725;0.004747642,0.1569616;0.08966902;0.02582796,0.2000396;-0.1793627;-0.03871835,-0.1057835;0.3591823;-0.0001205152,-0.147179;0.0822711;0.002446916,-0.1816786;-0.1921672;-0.04106668,0.07179976;0.004966609;-0.03493031,0.08766651;-0.3724518;0.006343715,0.09114812;-0.7161731;0.07224955,0.0914157;-0.7064829;-0.02566593,-0.07086985;0.004597704;-0.03682831,-0.09547654;-0.3735591;-0.008686259,-0.1104565;-0.7172036;0.05599816,-0.1077502;-0.7074884;-0.04188545,0.007056117;0.3998581;0.00344188,0;0;0,0.00224526;0.1999101;0.005561449,0.006243088;0.4997588;-0.0007512197,0.1191592;0.3697433;0.02456828,0.1503475;0.09232736;0.04619383,0.2041592;-0.1796672;0.007164564,-0.1086994;0.3616791;-0.003195228,-0.1526342;0.08517662;-0.007204545,-0.190997;-0.1867407;-0.06187872,0.07450007;0.003189984;-0.02897521,0.07143937;-0.3717948;0.03248207,0.06541389;-0.7113279;0.1172227,0.07199392;-0.7676504;0.06717125,-0.06899285;0.006342427;-0.03999699,-0.0927799;-0.3704243;0.003373649,-0.1156702;-0.7090615;0.08881889,-0.104509;-0.7630876;0.03576183,0.004818469;0.3998885;0.004136257,167.139
+0;0;0,0.003480039;0.1998989;0.005320266,0.008943007;0.4997136;-0.001591481,0.1223838;0.366725;0.004747642,0.1569616;0.08966902;0.02582796,0.2000396;-0.1793627;-0.03871835,-0.1057835;0.3591823;-0.0001205152,-0.147179;0.0822711;0.002446916,-0.1816786;-0.1921672;-0.04106668,0.07179976;0.004966609;-0.03493031,0.08766651;-0.3724518;0.006343715,0.09114812;-0.7161731;0.07224955,0.0914157;-0.7064829;-0.02566593,-0.07086985;0.004597704;-0.03682831,-0.09547654;-0.3735591;-0.008686259,-0.1104565;-0.7172036;0.05599816,-0.1077502;-0.7074884;-0.04188545,0.007056117;0.3998581;0.00344188,0;0;0,0.00224526;0.1999101;0.005561449,0.006243088;0.4997588;-0.0007512197,0.1191592;0.3697433;0.02456828,0.1503475;0.09232736;0.04619383,0.2041592;-0.1796672;0.007164564,-0.1086994;0.3616791;-0.003195228,-0.1526342;0.08517662;-0.007204545,-0.190997;-0.1867407;-0.06187872,0.07450007;0.003189984;-0.02897521,0.07143937;-0.3717948;0.03248207,0.06541389;-0.7113279;0.1172227,0.07199392;-0.7676504;0.06717125,-0.06899285;0.006342427;-0.03999699,-0.0927799;-0.3704243;0.003373649,-0.1156702;-0.7090615;0.08881889,-0.104509;-0.7630876;0.03576183,0.004818469;0.3998885;0.004136257,167.1615
+0;0;0,0.003480039;0.1998989;0.005320266,0.008943007;0.4997136;-0.001591481,0.1223838;0.366725;0.004747642,0.1569616;0.08966902;0.02582796,0.2000396;-0.1793627;-0.03871835,-0.1057835;0.3591823;-0.0001205152,-0.147179;0.0822711;0.002446916,-0.1816786;-0.1921672;-0.04106668,0.07179976;0.004966609;-0.03493031,0.08766651;-0.3724518;0.006343715,0.09114812;-0.7161731;0.07224955,0.0914157;-0.7064829;-0.02566593,-0.07086985;0.004597704;-0.03682831,-0.09547654;-0.3735591;-0.008686259,-0.1104565;-0.7172036;0.05599816,-0.1077502;-0.7074884;-0.04188545,0.007056117;0.3998581;0.00344188,0;0;0,0.002241612;0.1999098;0.005573702,0.006238176;0.4997576;-0.0007689288,0.1191232;0.3697318;0.02471579,0.1503451;0.09231046;0.04622336,0.2040556;-0.1796957;0.007135931,-0.1086802;0.3616033;-0.003195511,-0.1524151;0.08508801;-0.008347888,-0.1907161;-0.1863038;-0.06561504,0.07451616;0.003173725;-0.0289356,0.07155982;-0.3718349;0.03238133,0.06530846;-0.7113894;0.11702,0.07215498;-0.7677866;0.06713367,-0.06897616;0.006351737;-0.04002429,-0.09277311;-0.3704381;0.003140088,-0.1156402;-0.7090637;0.08863728,-0.1046866;-0.7634047;0.03603856,0.00481235;0.399888;0.004133178,167.1956
+0;0;0,0.003311997;0.1998975;0.005479324,0.008583154;0.4997176;-0.001345598,0.1221063;0.3666973;0.004903099,0.1569088;0.08967569;0.02606547,0.2001562;-0.1792897;-0.03864369,-0.1060476;0.3591643;0.0001222522,-0.1470096;0.08218241;0.001897124,-0.1818847;-0.1922475;-0.04136893,0.07181476;0.005010428;-0.0348932,0.08748388;-0.3723889;0.006630491,0.09090185;-0.7160971;0.07260761,0.09113895;-0.7063918;-0.02531109,-0.07086418;0.004554049;-0.03684466,-0.09557699;-0.3735743;-0.008415053,-0.1106564;-0.7171934;0.05638103,-0.1079807;-0.7074631;-0.04150657,0.006786069;0.399859;0.003657871,0;0;0,0.002121206;0.1999047;0.005797087,0.005727289;0.49977;4.137447E-05,0.1188647;0.3698269;0.02485563,0.1502511;0.09242934;0.0464309,0.2039098;-0.1796215;0.007583916,-0.1089429;0.3614088;-0.003143134,-0.1520911;0.08485273;-0.0105558,-0.1903197;-0.1859495;-0.07059541,0.07450937;0.003184741;-0.02895186,0.07158147;-0.3718317;0.0323185,0.06524555;-0.7113855;0.1169534,0.0722193;-0.7678201;0.06714931,-0.06898972;0.006336411;-0.04000336,-0.09279546;-0.370462;0.003080498,-0.1157102;-0.7090658;0.08865154,-0.1041414;-0.7635299;0.0363832,0.004447157;0.3998883;0.004732377,167.2184
+0;0;0,0.003311997;0.1998975;0.005479324,0.008583154;0.4997176;-0.001345598,0.1221063;0.3666973;0.004903099,0.1569088;0.08967569;0.02606547,0.2001562;-0.1792897;-0.03864369,-0.1060476;0.3591643;0.0001222522,-0.1470096;0.08218241;0.001897124,-0.1818847;-0.1922475;-0.04136893,0.07181476;0.005010428;-0.0348932,0.08748388;-0.3723889;0.006630491,0.09090185;-0.7160971;0.07260761,0.09113895;-0.7063918;-0.02531109,-0.07086418;0.004554049;-0.03684466,-0.09557699;-0.3735743;-0.008415053,-0.1106564;-0.7171934;0.05638103,-0.1079807;-0.7074631;-0.04150657,0.006786069;0.399859;0.003657871,0;0;0,0.002054365;0.1999025;0.005896989,0.005460034;0.4997747;0.0003821114,0.1187007;0.3699651;0.02513541,0.1500486;0.09253761;0.0463791,0.2035185;-0.1795414;0.0074692,-0.1090828;0.3612896;-0.003116145,-0.151495;0.08472085;-0.01364799,-0.189203;-0.1849206;-0.07900564,0.07450771;0.003186653;-0.02895594,0.07167846;-0.3718514;0.03218728,0.0653189;-0.7113146;0.1171831,0.07217919;-0.7675788;0.06706901,-0.06899253;0.006337289;-0.03999836,-0.09280804;-0.3704663;0.003035426,-0.1156795;-0.7090722;0.08860929,-0.1038038;-0.7634159;0.03621535,0.0042502;0.3998884;0.004993719,167.241
+0;0;0,0.003311997;0.1998975;0.005479324,0.008583154;0.4997176;-0.001345598,0.1221063;0.3666973;0.004903099,0.1569088;0.08967569;0.02606547,0.2001562;-0.1792897;-0.03864369,-0.1060476;0.3591643;0.0001222522,-0.1470096;0.08218241;0.001897124,-0.1818847;-0.1922475;-0.04136893,0.07181476;0.005010428;-0.0348932,0.08748388;-0.3723889;0.006630491,0.09090185;-0.7160971;0.07260761,0.09113895;-0.7063918;-0.02531109,-0.07086418;0.004554049;-0.03684466,-0.09557699;-0.3735743;-0.008415053,-0.1106564;-0.7171934;0.05638103,-0.1079807;-0.7074631;-0.04150657,0.006786069;0.399859;0.003657871,0;0;0,0.001958147;0.1998989;0.006048437,0.005066956;0.4997795;0.0008256044,0.1184703;0.3700857;0.02536172,0.149906;0.09264365;0.04628286,0.2035266;-0.1794463;0.007657476,-0.1092746;0.3610872;-0.003079591,-0.1511089;0.08460259;-0.01743847,-0.188992;-0.1842957;-0.08569254,0.07448905;0.003190896;-0.02900344,0.0716401;-0.3718698;0.03199957,0.06533116;-0.7112467;0.1173429,0.07162298;-0.7675231;0.06717512,-0.06901595;0.006333341;-0.03995856,-0.09291585;-0.3704847;0.002900813,-0.1158552;-0.7090822;0.08849002,-0.1029625;-0.7634539;0.03638241,0.003966778;0.3998876;0.00534195,167.2753
+0;0;0,0.003103701;0.1999004;0.005495978,0.007984234;0.4997246;-0.001427168,0.1216713;0.3667212;0.004937422,0.1566221;0.08973229;0.02628203,0.1999146;-0.1791906;-0.03857358,-0.1063812;0.3589038;-0.0001959216,-0.1469826;0.08186713;0.00130222,-0.1818465;-0.192371;-0.04317211,0.07182018;0.005106298;-0.03486815,0.0872178;-0.3722817;0.006859813,0.09069941;-0.7159933;0.07281563,0.09104563;-0.7062941;-0.02510147,-0.07086432;0.00445313;-0.03685673,-0.09566259;-0.3736544;-0.008225465,-0.110926;-0.7172874;0.05645394,-0.1081396;-0.7075576;-0.04143047,0.006346866;0.3998653;0.003615805,0;0;0,0.001958147;0.1998989;0.006048437,0.005066956;0.4997795;0.0008256044,0.1184703;0.3700857;0.02536172,0.149906;0.09264365;0.04628286,0.2035266;-0.1794463;0.007657476,-0.1092746;0.3610872;-0.003079591,-0.1511089;0.08460259;-0.01743847,-0.188992;-0.1842957;-0.08569254,0.07448905;0.003190896;-0.02900344,0.0716401;-0.3718698;0.03199957,0.06533116;-0.7112467;0.1173429,0.07162298;-0.7675231;0.06717512,-0.06901595;0.006333341;-0.03995856,-0.09291585;-0.3704847;0.002900813,-0.1158552;-0.7090822;0.08849002,-0.1029625;-0.7634539;0.03638241,0.003966778;0.3998876;0.00534195,167.2977
+0;0;0,0.003103701;0.1999004;0.005495978,0.007984234;0.4997246;-0.001427168,0.1216713;0.3667212;0.004937422,0.1566221;0.08973229;0.02628203,0.1999146;-0.1791906;-0.03857358,-0.1063812;0.3589038;-0.0001959216,-0.1469826;0.08186713;0.00130222,-0.1818465;-0.192371;-0.04317211,0.07182018;0.005106298;-0.03486815,0.0872178;-0.3722817;0.006859813,0.09069941;-0.7159933;0.07281563,0.09104563;-0.7062941;-0.02510147,-0.07086432;0.00445313;-0.03685673,-0.09566259;-0.3736544;-0.008225465,-0.110926;-0.7172874;0.05645394,-0.1081396;-0.7075576;-0.04143047,0.006346866;0.3998653;0.003615805,0;0;0,0.001815166;0.1998968;0.006161941,0.004627747;0.4997835;0.001132641,0.1181682;0.370155;0.02554821,0.1499517;0.09275776;0.04653815,0.2034074;-0.1793151;0.007565636,-0.1095557;0.3610175;-0.00316839,-0.1508747;0.08464891;-0.02086414,-0.1890062;-0.1831199;-0.0932923,0.0744726;0.00324308;-0.02903987,0.07145491;-0.3718433;0.03179669,0.06509781;-0.7111683;0.1173428,0.0713752;-0.7671911;0.0667396,-0.06903212;0.006282974;-0.03993859,-0.09315749;-0.3705487;0.002674446,-0.1162871;-0.7091274;0.08828665,-0.1037842;-0.764074;0.03702487,0.003636383;0.3998877;0.005587598,167.3209
+0;0;0,0.003103701;0.1999004;0.005495978,0.007984234;0.4997246;-0.001427168,0.1216713;0.3667212;0.004937422,0.1566221;0.08973229;0.02628203,0.1999146;-0.1791906;-0.03857358,-0.1063812;0.3589038;-0.0001959216,-0.1469826;0.08186713;0.00130222,-0.1818465;-0.192371;-0.04317211,0.07182018;0.005106298;-0.03486815,0.0872178;-0.3722817;0.006859813,0.09069941;-0.7159933;0.07281563,0.09104563;-0.7062941;-0.02510147,-0.07086432;0.00445313;-0.03685673,-0.09566259;-0.3736544;-0.008225465,-0.110926;-0.7172874;0.05645394,-0.1081396;-0.7075576;-0.04143047,0.006346866;0.3998653;0.003615805,0;0;0,0.001795033;0.1998951;0.006221759,0.004570705;0.4997832;0.001266842,0.1181012;0.3702517;0.02591681,0.150079;0.09284258;0.0464492,0.2034491;-0.1792591;0.007560879,-0.1095743;0.3609568;-0.003167514,-0.1503445;0.08477512;-0.0246488,-0.1890511;-0.1809753;-0.1038857,0.07447392;0.003291358;-0.02903103,0.0715394;-0.3718033;0.03175889,0.06512057;-0.7111654;0.1171526,0.07112028;-0.7672095;0.06655191,-0.06903436;0.006256546;-0.03993886,-0.09312172;-0.3705772;0.002676543,-0.1163176;-0.7091567;0.0882681,-0.1038151;-0.7643028;0.03733845,0.003588378;0.3998864;0.005703094,167.3548
+0;0;0,0.002977309;0.1999007;0.005553388,0.007740469;0.4997275;-0.001332965,0.1214826;0.3667545;0.004990016,0.1565802;0.08978811;0.02638515,0.2000929;-0.1790472;-0.03868589,-0.1064851;0.3587103;-0.0007423821,-0.1468955;0.08164337;0.0002263013,-0.1822883;-0.19232;-0.04550585,0.07184022;0.005169752;-0.03481748,0.08712229;-0.3722185;0.006950904,0.09060318;-0.7159333;0.07289025,0.09114071;-0.70623;-0.02502684,-0.07083666;0.004378217;-0.03691882,-0.09570244;-0.373713;-0.008131225,-0.1111088;-0.7173194;0.05665502,-0.1081299;-0.7075868;-0.04122431,0.006148735;0.399867;0.003700367,0;0;0,0.001714778;0.1998956;0.006229735,0.004379844;0.4997845;0.001273424,0.1179394;0.3703906;0.02619043,0.1503124;0.09301972;0.04662047,0.2035252;-0.1790767;0.007480446,-0.1096842;0.3608627;-0.003257914,-0.1502524;0.08506453;-0.0295183,-0.18891;-0.1790724;-0.1140007,0.07447338;0.003342377;-0.0290266,0.07151422;-0.371765;0.03168313,0.06507049;-0.7111526;0.116974,0.07057529;-0.7673378;0.06655762,-0.06903226;0.006213611;-0.03994919,-0.0932046;-0.370616;0.002655379,-0.1163544;-0.7092447;0.08806434,-0.103499;-0.7640113;0.03659223,0.003437807;0.3998875;0.005713065,167.388
+0;0;0,0.002977309;0.1999007;0.005553388,0.007740469;0.4997275;-0.001332965,0.1214826;0.3667545;0.004990016,0.1565802;0.08978811;0.02638515,0.2000929;-0.1790472;-0.03868589,-0.1064851;0.3587103;-0.0007423821,-0.1468955;0.08164337;0.0002263013,-0.1822883;-0.19232;-0.04550585,0.07184022;0.005169752;-0.03481748,0.08712229;-0.3722185;0.006950904,0.09060318;-0.7159333;0.07289025,0.09114071;-0.70623;-0.02502684,-0.07083666;0.004378217;-0.03691882,-0.09570244;-0.373713;-0.008131225,-0.1111088;-0.7173194;0.05665502,-0.1081299;-0.7075868;-0.04122431,0.006148735;0.399867;0.003700367,0;0;0,0.001658714;0.1998949;0.006268284,0.00426843;0.4997834;0.001279076,0.1178224;0.3705973;0.0266101,0.1503279;0.09320864;0.04658336,0.2037762;-0.1788014;0.007164817,-0.1097301;0.3607472;-0.003395908,-0.150566;0.08544868;-0.03410714,-0.1888712;-0.1775635;-0.1221826,0.07446969;0.003377827;-0.02903199,0.07151286;-0.371756;0.03151454,0.06501549;-0.7111412;0.1168107,0.07044183;-0.7672835;0.06631256,-0.06902993;0.006182645;-0.03995802,-0.09323579;-0.3706729;0.002397157,-0.1164507;-0.7092999;0.08779532,-0.103215;-0.7645364;0.03720326,0.003339184;0.3998871;0.005736849,167.4105
+0;0;0,0.002977309;0.1999007;0.005553388,0.007740469;0.4997275;-0.001332965,0.1214826;0.3667545;0.004990016,0.1565802;0.08978811;0.02638515,0.2000929;-0.1790472;-0.03868589,-0.1064851;0.3587103;-0.0007423821,-0.1468955;0.08164337;0.0002263013,-0.1822883;-0.19232;-0.04550585,0.07184022;0.005169752;-0.03481748,0.08712229;-0.3722185;0.006950904,0.09060318;-0.7159333;0.07289025,0.09114071;-0.70623;-0.02502684,-0.07083666;0.004378217;-0.03691882,-0.09570244;-0.373713;-0.008131225,-0.1111088;-0.7173194;0.05665502,-0.1081299;-0.7075868;-0.04122431,0.006148735;0.399867;0.003700367,0;0;0,0.001611423;0.1998931;0.006336067,0.004135217;0.4997837;0.001435844,0.117676;0.370679;0.02708059,0.15019;0.09325179;0.0464967,0.2040604;-0.1786807;0.007117879,-0.1097481;0.3605546;-0.003517194,-0.150436;0.08576846;-0.03868923,-0.1892671;-0.1753278;-0.1320748,0.07449141;0.003443629;-0.02896845,0.07147621;-0.371717;0.03140852,0.06495831;-0.7111166;0.116646,0.07062005;-0.76743;0.06646682,-0.06901478;0.006146147;-0.03998981,-0.09329414;-0.3707077;0.002339192,-0.1164698;-0.709398;0.0874965,-0.1032221;-0.7646898;0.03700082,0.00323406;0.399886;0.005867491,167.4333
+0;0;0,0.002828579;0.1999002;0.005648117,0.007498387;0.4997304;-0.001138932,0.1212743;0.3667952;0.005177822,0.1564244;0.08982956;0.02649712,0.2001686;-0.1789598;-0.03860847,-0.1065828;0.3584542;-0.001217711,-0.1470942;0.08140197;-0.002163885,-0.1830202;-0.192267;-0.0492238,0.07184522;0.005249972;-0.03479514,0.08694401;-0.372121;0.007194526,0.09041041;-0.7158231;0.07320098,0.09115824;-0.7061115;-0.02471645,-0.07084185;0.004299974;-0.03691805,-0.09592687;-0.3737568;-0.007869316,-0.1113698;-0.7173437;0.0570118,-0.1081795;-0.707604;-0.04086231,0.005929357;0.3998683;0.003870592,0;0;0,0.001611423;0.1998931;0.006336067,0.004135217;0.4997837;0.001435844,0.117676;0.370679;0.02708059,0.15019;0.09325179;0.0464967,0.2040604;-0.1786807;0.007117879,-0.1097481;0.3605546;-0.003517194,-0.150436;0.08576846;-0.03868923,-0.1892671;-0.1753278;-0.1320748,0.07449141;0.003443629;-0.02896845,0.07147621;-0.371717;0.03140852,0.06495831;-0.7111166;0.116646,0.07062005;-0.76743;0.06646682,-0.06901478;0.006146147;-0.03998981,-0.09329414;-0.3707077;0.002339192,-0.1164698;-0.709398;0.0874965,-0.1032221;-0.7646898;0.03700082,0.00323406;0.399886;0.005867491,167.4664
+0;0;0,0.002828579;0.1999002;0.005648117,0.007498387;0.4997304;-0.001138932,0.1212743;0.3667952;0.005177822,0.1564244;0.08982956;0.02649712,0.2001686;-0.1789598;-0.03860847,-0.1065828;0.3584542;-0.001217711,-0.1470942;0.08140197;-0.002163885,-0.1830202;-0.192267;-0.0492238,0.07184522;0.005249972;-0.03479514,0.08694401;-0.372121;0.007194526,0.09041041;-0.7158231;0.07320098,0.09115824;-0.7061115;-0.02471645,-0.07084185;0.004299974;-0.03691805,-0.09592687;-0.3737568;-0.007869316,-0.1113698;-0.7173437;0.0570118,-0.1081795;-0.707604;-0.04086231,0.005929357;0.3998683;0.003870592,0;0;0,0.001514258;0.1998932;0.006358404,0.003925657;0.4997842;0.001441565,0.1174602;0.3709518;0.02768062,0.1500352;0.09349102;0.04650613,0.204219;-0.1783383;0.006845612,-0.1098711;0.3604614;-0.003731742,-0.1508363;0.08622891;-0.04269812,-0.1896771;-0.1730921;-0.140902,0.0745022;0.003509698;-0.02893275,0.07147728;-0.3716902;0.03119964,0.06478455;-0.7111067;0.1163563,0.07055646;-0.7674951;0.06631897,-0.0689943;0.006092552;-0.04003333,-0.09335314;-0.3707557;0.002299134,-0.1165891;-0.709474;0.0873286,-0.1090631;-0.76353;0.03368198,0.003059044;0.3998867;0.005882692,167.4886
+0;0;0,0.002828579;0.1999002;0.005648117,0.007498387;0.4997304;-0.001138932,0.1212743;0.3667952;0.005177822,0.1564244;0.08982956;0.02649712,0.2001686;-0.1789598;-0.03860847,-0.1065828;0.3584542;-0.001217711,-0.1470942;0.08140197;-0.002163885,-0.1830202;-0.192267;-0.0492238,0.07184522;0.005249972;-0.03479514,0.08694401;-0.372121;0.007194526,0.09041041;-0.7158231;0.07320098,0.09115824;-0.7061115;-0.02471645,-0.07084185;0.004299974;-0.03691805,-0.09592687;-0.3737568;-0.007869316,-0.1113698;-0.7173437;0.0570118,-0.1081795;-0.707604;-0.04086231,0.005929357;0.3998683;0.003870592,0;0;0,0.00135133;0.1998879;0.006556338,0.003435973;0.4997871;0.001988377,0.1170922;0.3711664;0.02837112,0.1497502;0.09368515;0.04674491,0.2039412;-0.178048;0.006440494,-0.1101168;0.3602706;-0.003996859,-0.1509318;0.08666158;-0.04726613,-0.1900402;-0.1706076;-0.1506253,0.07453682;0.003604911;-0.02883169,0.07133329;-0.3716721;0.03080831,0.06482945;-0.7110921;0.1159656,0.07054061;-0.7678972;0.06664772,-0.06895225;0.006015532;-0.04011734,-0.09351504;-0.3708412;0.002021514,-0.116804;-0.7095688;0.08699933,-0.1095587;-0.7636368;0.03333286,0.002686648;0.3998833;0.006309708,167.5224
+0;0;0,0.002568407;0.1998989;0.005818065,0.007070815;0.4997334;-0.0008579688,0.1209117;0.3668062;0.005366275,0.1561777;0.08983663;0.02644115,0.2001498;-0.1789984;-0.03832127,-0.10686;0.3582904;-0.00154798,-0.1472695;0.08124757;-0.005332854,-0.1848002;-0.1914882;-0.05638827,0.07187235;0.005338643;-0.03472555,0.08660873;-0.3720253;0.007456068,0.08996376;-0.7157094;0.0735618,0.09087828;-0.7059841;-0.02435705,-0.07081634;0.004209829;-0.03697734,-0.09629393;-0.3737909;-0.007543927,-0.1116202;-0.7173822;0.05734191,-0.1082653;-0.7076262;-0.04053007,0.005563136;0.3998693;0.004129979,0;0;0,0.001227308;0.1998866;0.006621737,0.003167086;0.4997868;0.00207446,0.1168534;0.3714823;0.02893024,0.1492359;0.09392315;0.04660207,0.2038242;-0.1777604;0.006500289,-0.1102613;0.360149;-0.004323982,-0.1512113;0.08726183;-0.05181804,-0.1915295;-0.1667922;-0.1624118,0.07456326;0.003663331;-0.02875589,0.07118697;-0.3716985;0.03033801,0.06463765;-0.7111188;0.1154904,0.07480114;-0.7014449;0.0181068,-0.06890892;0.005961703;-0.04019973,-0.0938203;-0.3708971;0.001715112,-0.1168635;-0.7096148;0.08679938,-0.1095613;-0.763796;0.03331859,0.002461087;0.3998827;0.006395251,167.5556
+0;0;0,0.002568407;0.1998989;0.005818065,0.007070815;0.4997334;-0.0008579688,0.1209117;0.3668062;0.005366275,0.1561777;0.08983663;0.02644115,0.2001498;-0.1789984;-0.03832127,-0.10686;0.3582904;-0.00154798,-0.1472695;0.08124757;-0.005332854,-0.1848002;-0.1914882;-0.05638827,0.07187235;0.005338643;-0.03472555,0.08660873;-0.3720253;0.007456068,0.08996376;-0.7157094;0.0735618,0.09087828;-0.7059841;-0.02435705,-0.07081634;0.004209829;-0.03697734,-0.09629393;-0.3737909;-0.007543927,-0.1116202;-0.7173822;0.05734191,-0.1082653;-0.7076262;-0.04053007,0.005563136;0.3998693;0.004129979,0;0;0,0.001010803;0.1998866;0.006657709,0.002732714;0.4997895;0.002187708,0.1164009;0.3716465;0.02967104,0.1486226;0.09400925;0.0463845,0.203835;-0.1775385;0.006217603,-0.1105343;0.3600225;-0.004685754,-0.1515593;0.08770427;-0.0552793,-0.1922486;-0.1642333;-0.1704828,0.07456398;0.003734599;-0.02874484,0.07081029;-0.3716775;0.03000611,0.0642276;-0.7111063;0.1151221,0.07475743;-0.7014329;0.01777755,-0.06886328;0.005892466;-0.04028805,-0.09421855;-0.3709416;0.001582749,-0.117353;-0.7096519;0.08667179,-0.1098159;-0.7635818;0.03282961,0.002100021;0.3998836;0.006476817,167.5775
+0;0;0,0.002568407;0.1998989;0.005818065,0.007070815;0.4997334;-0.0008579688,0.1209117;0.3668062;0.005366275,0.1561777;0.08983663;0.02644115,0.2001498;-0.1789984;-0.03832127,-0.10686;0.3582904;-0.00154798,-0.1472695;0.08124757;-0.005332854,-0.1848002;-0.1914882;-0.05638827,0.07187235;0.005338643;-0.03472555,0.08660873;-0.3720253;0.007456068,0.08996376;-0.7157094;0.0735618,0.09087828;-0.7059841;-0.02435705,-0.07081634;0.004209829;-0.03697734,-0.09629393;-0.3737909;-0.007543927,-0.1116202;-0.7173822;0.05734191,-0.1082653;-0.7076262;-0.04053007,0.005563136;0.3998693;0.004129979,0;0;0,0.0008345546;0.1998863;0.006691427,0.002331208;0.4997914;0.002277246,0.1160234;0.3717651;0.03014397,0.1481803;0.09410989;0.04668145,0.2037081;-0.1772479;0.005674262,-0.1107067;0.3597443;-0.005133733,-0.1521638;0.08840463;-0.06041552,-0.1933947;-0.1615187;-0.17974,0.07461183;0.003737373;-0.02862004,0.07052358;-0.3717455;0.02965404,0.06399676;-0.7111847;0.1147329,0.06949994;-0.7678246;0.06510172,-0.068813;0.005880523;-0.04037561,-0.09438661;-0.3709641;0.001267664,-0.1175377;-0.7096814;0.08632406,-0.1100327;-0.7634829;0.03227799,0.001776142;0.399884;0.006545512,167.6113
+0;0;0,0.002390504;0.1998986;0.005903214,0.006757434;0.4997363;-0.0007049111,0.1206567;0.3668365;0.005499993,0.1561382;0.08986643;0.02620381,0.1999648;-0.1791167;-0.03804028,-0.1071306;0.3583058;-0.001365645,-0.1474088;0.08132336;-0.009005869,-0.1860434;-0.1907127;-0.06289254,0.07188866;0.005404756;-0.03468154,0.08633306;-0.3719525;0.007659901,0.08970725;-0.7156408;0.07374293,0.09060276;-0.7059069;-0.02417789,-0.07080355;0.004143677;-0.03700929,-0.09638682;-0.3738338;-0.007369217,-0.1119355;-0.7173957;0.0576194,-0.1085985;-0.7076335;-0.04025448,0.005299799;0.3998708;0.00426932,0;0;0,0.0007211714;0.1998806;0.006873083,0.001986075;0.4997926;0.002848234,0.1157551;0.3718468;0.03071787,0.1481098;0.09422204;0.04738035,0.2048083;-0.1769822;0.006963078,-0.1108842;0.3596978;-0.005338169,-0.1531561;0.08914277;-0.06375973,-0.1946685;-0.1570872;-0.1904385,0.07466201;0.003704303;-0.02849321,0.07033122;-0.3718293;0.0294355,0.06360675;-0.7112944;0.1143955,0.06930525;-0.7677888;0.06453311,-0.06874597;0.005919098;-0.04048401,-0.09459326;-0.3709154;0.001081381,-0.1172674;-0.7096626;0.08614732,-0.110577;-0.7636081;0.03221788,0.001516004;0.3998789;0.006976981,167.645
+0;0;0,0.002390504;0.1998986;0.005903214,0.006757434;0.4997363;-0.0007049111,0.1206567;0.3668365;0.005499993,0.1561382;0.08986643;0.02620381,0.1999648;-0.1791167;-0.03804028,-0.1071306;0.3583058;-0.001365645,-0.1474088;0.08132336;-0.009005869,-0.1860434;-0.1907127;-0.06289254,0.07188866;0.005404756;-0.03468154,0.08633306;-0.3719525;0.007659901,0.08970725;-0.7156408;0.07374293,0.09060276;-0.7059069;-0.02417789,-0.07080355;0.004143677;-0.03700929,-0.09638682;-0.3738338;-0.007369217,-0.1119355;-0.7173957;0.0576194,-0.1085985;-0.7076335;-0.04025448,0.005299799;0.3998708;0.00426932,0;0;0,0.0004888494;0.1998757;0.007034299,0.001323564;0.4997939;0.003347368,0.1152538;0.372047;0.03132065,0.1475137;0.09439811;0.04776397,0.2050724;-0.1766668;0.007628869,-0.1112617;0.3595662;-0.005680529,-0.1548727;0.09031543;-0.0689427,-0.1965359;-0.1531442;-0.2008198,0.07466365;0.003674547;-0.02849274,0.07004008;-0.3719071;0.02910086,0.0632908;-0.7114028;0.113937,0.0686951;-0.7680207;0.06425675,-0.06871086;0.005935617;-0.04054117,-0.0950553;-0.3709439;0.0002975985,-0.1173031;-0.7096701;0.08555949,-0.1084279;-0.7641947;0.03286391,0.001011438;0.3998747;0.007356169,167.6675
+0;0;0,0.002390504;0.1998986;0.005903214,0.006757434;0.4997363;-0.0007049111,0.1206567;0.3668365;0.005499993,0.1561382;0.08986643;0.02620381,0.1999648;-0.1791167;-0.03804028,-0.1071306;0.3583058;-0.001365645,-0.1474088;0.08132336;-0.009005869,-0.1860434;-0.1907127;-0.06289254,0.07188866;0.005404756;-0.03468154,0.08633306;-0.3719525;0.007659901,0.08970725;-0.7156408;0.07374293,0.09060276;-0.7059069;-0.02417789,-0.07080355;0.004143677;-0.03700929,-0.09638682;-0.3738338;-0.007369217,-0.1119355;-0.7173957;0.0576194,-0.1085985;-0.7076335;-0.04025448,0.005299799;0.3998708;0.00426932,0;0;0,0.0004888494;0.1998757;0.007034299,0.001323564;0.4997939;0.003347368,0.1152538;0.372047;0.03132065,0.1475137;0.09439811;0.04776397,0.2050724;-0.1766668;0.007628869,-0.1112617;0.3595662;-0.005680529,-0.1548727;0.09031543;-0.0689427,-0.1965359;-0.1531442;-0.2008198,0.07466365;0.003674547;-0.02849274,0.07004008;-0.3719071;0.02910086,0.0632908;-0.7114028;0.113937,0.0686951;-0.7680207;0.06425675,-0.06871086;0.005935617;-0.04054117,-0.0950553;-0.3709439;0.0002975985,-0.1173031;-0.7096701;0.08555949,-0.1084279;-0.7641947;0.03286391,0.001011438;0.3998747;0.007356169,167.6897
+0;0;0,0.002240831;0.1998988;0.005952647,0.006509877;0.4997389;-0.0006139474,0.1204525;0.3668367;0.005572842,0.1559356;0.08986405;0.02623902,0.2000544;-0.1789815;-0.03837992,-0.107355;0.3583599;-0.001270665,-0.1476435;0.08153072;-0.01320645,-0.1870885;-0.189334;-0.07216723,0.07188712;0.005447961;-0.03467798,0.08609422;-0.3719069;0.007765371,0.08944061;-0.7155904;0.07387498,0.09032945;-0.705851;-0.02404703,-0.07081272;0.004104508;-0.0369961,-0.09656419;-0.3738535;-0.007254424,-0.112261;-0.7173967;0.05779713,-0.1089298;-0.7076296;-0.04007797,0.005095765;0.399872;0.004347076,0;0;0,0.0002132207;0.1998745;0.007080042,0.0007954675;0.4997951;0.00350492,0.1147892;0.3720993;0.03161527,0.1471765;0.09446001;0.04797021,0.2056086;-0.1765501;0.008737691,-0.1115523;0.3593804;-0.006254466,-0.1576648;0.09201387;-0.07545546,-0.1991093;-0.1478723;-0.213792,0.0746863;0.003691714;-0.02843112,0.06960011;-0.3719164;0.02895064,0.06264743;-0.7114804;0.1134965,0.07431272;-0.7017511;0.01626984,-0.06866596;0.005908829;-0.04062107,-0.09525907;-0.3709794;-2.400205E-05,-0.1179579;-0.7097166;0.08507542,-0.1087921;-0.7644811;0.03281676,0.0005727358;0.3998739;0.00746608,167.7237
+0;0;0,0.002240831;0.1998988;0.005952647,0.006509877;0.4997389;-0.0006139474,0.1204525;0.3668367;0.005572842,0.1559356;0.08986405;0.02623902,0.2000544;-0.1789815;-0.03837992,-0.107355;0.3583599;-0.001270665,-0.1476435;0.08153072;-0.01320645,-0.1870885;-0.189334;-0.07216723,0.07188712;0.005447961;-0.03467798,0.08609422;-0.3719069;0.007765371,0.08944061;-0.7155904;0.07387498,0.09032945;-0.705851;-0.02404703,-0.07081272;0.004104508;-0.0369961,-0.09656419;-0.3738535;-0.007254424,-0.112261;-0.7173967;0.05779713,-0.1089298;-0.7076296;-0.04007797,0.005095765;0.399872;0.004347076,0;0;0,7.162425E-05;0.1998684;0.007255612,0.0003860239;0.4997925;0.003956463,0.1144403;0.3720564;0.03207661,0.1468573;0.09441528;0.04834229,0.2054328;-0.1765337;0.008901514,-0.1116186;0.359023;-0.006877424,-0.1596967;0.09313405;-0.08030456,-0.2012031;-0.1437725;-0.2236661,0.07472681;0.00366939;-0.02832735,0.06938314;-0.3719902;0.02869312,0.06236817;-0.7115755;0.1131479,0.07439137;-0.7018313;0.0159618,-0.06860672;0.005926276;-0.0407185,-0.0955385;-0.3709549;-0.0002802238,-0.1182606;-0.7096946;0.08480277,-0.1088115;-0.763782;0.0315109,0.0002541577;0.3998674;0.007826659,167.7455
+0;0;0,0.002240831;0.1998988;0.005952647,0.006509877;0.4997389;-0.0006139474,0.1204525;0.3668367;0.005572842,0.1559356;0.08986405;0.02623902,0.2000544;-0.1789815;-0.03837992,-0.107355;0.3583599;-0.001270665,-0.1476435;0.08153072;-0.01320645,-0.1870885;-0.189334;-0.07216723,0.07188712;0.005447961;-0.03467798,0.08609422;-0.3719069;0.007765371,0.08944061;-0.7155904;0.07387498,0.09032945;-0.705851;-0.02404703,-0.07081272;0.004104508;-0.0369961,-0.09656419;-0.3738535;-0.007254424,-0.112261;-0.7173967;0.05779713,-0.1089298;-0.7076296;-0.04007797,0.005095765;0.399872;0.004347076,0;0;0,-0.0001539669;0.1998635;0.007387392,-0.0001588075;0.4997899;0.004286946,0.1139301;0.3718569;0.03245373,0.1463496;0.09424758;0.04924782,0.204872;-0.1765764;0.008880813,-0.1119856;0.3591476;-0.007492658,-0.1619798;0.0951992;-0.08643427,-0.2041163;-0.1401324;-0.232186,0.07481234;0.003706989;-0.02809576,0.06895996;-0.3720543;0.02820013,0.06183615;-0.7116438;0.1126286,0.0742058;-0.7018883;0.01548363,-0.06852479;0.005880529;-0.04086284,-0.09584306;-0.3709882;-0.0005683862,-0.1190326;-0.7096231;0.08480528,-0.1099962;-0.7631205;0.03052338,-0.0001845047;0.3998622;0.008090864,167.7794
+0;0;0,0.002075703;0.1999002;0.005966459,0.006175634;0.4997434;-0.0005769827,0.1202214;0.3668967;0.00565199,0.1557817;0.08992943;0.02625743,0.2000212;-0.1788226;-0.03866723,-0.1075964;0.3583473;-0.001245115,-0.147398;0.08171263;-0.0182476,-0.187888;-0.1890101;-0.07715239,0.07190232;0.005506518;-0.03463717,0.08586624;-0.3718565;0.0078151,0.08893006;-0.7155309;0.07398523,0.08983648;-0.7057886;-0.0239372,-0.07081081;0.004051202;-0.03700562,-0.09660212;-0.3739007;-0.007220754,-0.1124983;-0.717411;0.057956,-0.1091523;-0.7076413;-0.03991915,0.004848894;0.3998746;0.004369493,0;0;0,-0.0002980151;0.1998583;0.007520976,-0.0005140347;0.4997872;0.004662133,0.1136317;0.3718513;0.03281968,0.1459565;0.09422129;0.04945386,0.2047474;-0.1767071;0.01019285,-0.112189;0.3592412;-0.008007618,-0.1633097;0.09699735;-0.09176234,-0.2075409;-0.1345654;-0.2428328,0.07491225;0.003680885;-0.02783172,0.06866376;-0.3721476;0.02797077,0.06136698;-0.7117378;0.1123818,0.06796445;-0.7684014;0.06292577,-0.06843036;0.005903753;-0.04101745,-0.09593864;-0.3709586;-0.0007921308,-0.1195082;-0.7095819;0.08452361,-0.1102788;-0.7636821;0.03121342,-0.0004671844;0.3998564;0.008382732,167.8018
+0;0;0,0.002075703;0.1999002;0.005966459,0.006175634;0.4997434;-0.0005769827,0.1202214;0.3668967;0.00565199,0.1557817;0.08992943;0.02625743,0.2000212;-0.1788226;-0.03866723,-0.1075964;0.3583473;-0.001245115,-0.147398;0.08171263;-0.0182476,-0.187888;-0.1890101;-0.07715239,0.07190232;0.005506518;-0.03463717,0.08586624;-0.3718565;0.0078151,0.08893006;-0.7155309;0.07398523,0.08983648;-0.7057886;-0.0239372,-0.07081081;0.004051202;-0.03700562,-0.09660212;-0.3739007;-0.007220754,-0.1124983;-0.717411;0.057956,-0.1091523;-0.7076413;-0.03991915,0.004848894;0.3998746;0.004369493,0;0;0,-0.0005878264;0.1998539;0.007622192,-0.001163714;0.4997839;0.004919179,0.1130101;0.3717951;0.03338319,0.1450627;0.09410915;0.04960442,0.2040104;-0.1768538;0.01081973,-0.1125087;0.3590559;-0.008768468,-0.1655001;0.09929684;-0.09886372,-0.209924;-0.128717;-0.2551846,0.07499655;0.003788701;-0.02758916,0.06811487;-0.3721334;0.02750371,0.0607714;-0.7117207;0.1119226,0.06737094;-0.7684439;0.06257147,-0.06832238;0.005810948;-0.04121025,-0.09594405;-0.371026;-0.000824865,-0.1201432;-0.7097414;0.08394687,-0.1107096;-0.7637979;0.03060345,-0.0009978279;0.3998511;0.008583029,167.8354
+0;0;0,0.002075703;0.1999002;0.005966459,0.006175634;0.4997434;-0.0005769827,0.1202214;0.3668967;0.00565199,0.1557817;0.08992943;0.02625743,0.2000212;-0.1788226;-0.03866723,-0.1075964;0.3583473;-0.001245115,-0.147398;0.08171263;-0.0182476,-0.187888;-0.1890101;-0.07715239,0.07190232;0.005506518;-0.03463717,0.08586624;-0.3718565;0.0078151,0.08893006;-0.7155309;0.07398523,0.08983648;-0.7057886;-0.0239372,-0.07081081;0.004051202;-0.03700562,-0.09660212;-0.3739007;-0.007220754,-0.1124983;-0.717411;0.057956,-0.1091523;-0.7076413;-0.03991915,0.004848894;0.3998746;0.004369493,0;0;0,-0.0007727294;0.1998474;0.007773211,-0.001669629;0.4997791;0.005344078,0.1126319;0.371824;0.03368711,0.1447615;0.09414896;0.04994373,0.2036653;-0.1770449;0.01273838,-0.1126282;0.3588415;-0.009663657,-0.1682892;0.1018139;-0.1057816,-0.212432;-0.1210982;-0.2693714,0.07503262;0.003801062;-0.02748921,0.06781034;-0.3721695;0.02722816,0.06048079;-0.7117003;0.1118751,0.07397331;-0.7019221;0.01487495,-0.06826144;0.005792009;-0.04131376,-0.09601451;-0.3710346;-0.0009221174,-0.120475;-0.7097851;0.08363429,-0.1098892;-0.7635166;0.02999682,-0.001390799;0.3998432;0.008913272,167.8686
+0;0;0,0.001810751;0.1999015;0.006008569,0.005674325;0.4997478;-0.0005233046,0.1198457;0.366963;0.00583065,0.1554404;0.08998549;0.02623917,0.1998563;-0.1786453;-0.03906587,-0.1079867;0.3583421;-0.001168627,-0.1471961;0.08196053;-0.02298293,-0.1910878;-0.1850628;-0.0949,0.07193226;0.005515601;-0.03457351,0.08548841;-0.3718575;0.007921431,0.08854374;-0.71556;0.07394636,0.08948138;-0.7058133;-0.0239767,-0.07075917;0.004047566;-0.03710468,-0.09691618;-0.3738619;-0.007100925,-0.1128679;-0.7173582;0.0581362,-0.1094913;-0.707584;-0.03973881,0.00445665;0.3998777;0.004425031,0;0;0,-0.0007727294;0.1998474;0.007773211,-0.001669629;0.4997791;0.005344078,0.1126319;0.371824;0.03368711,0.1447615;0.09414896;0.04994373,0.2036653;-0.1770449;0.01273838,-0.1126282;0.3588415;-0.009663657,-0.1682892;0.1018139;-0.1057816,-0.212432;-0.1210982;-0.2693714,0.07503262;0.003801062;-0.02748921,0.06781034;-0.3721695;0.02722816,0.06048079;-0.7117003;0.1118751,0.07397331;-0.7019221;0.01487495,-0.06826144;0.005792009;-0.04131376,-0.09601451;-0.3710346;-0.0009221174,-0.120475;-0.7097851;0.08363429,-0.1098892;-0.7635166;0.02999682,-0.001390799;0.3998432;0.008913272,167.8909
+0;0;0,0.001810751;0.1999015;0.006008569,0.005674325;0.4997478;-0.0005233046,0.1198457;0.366963;0.00583065,0.1554404;0.08998549;0.02623917,0.1998563;-0.1786453;-0.03906587,-0.1079867;0.3583421;-0.001168627,-0.1471961;0.08196053;-0.02298293,-0.1910878;-0.1850628;-0.0949,0.07193226;0.005515601;-0.03457351,0.08548841;-0.3718575;0.007921431,0.08854374;-0.71556;0.07394636,0.08948138;-0.7058133;-0.0239767,-0.07075917;0.004047566;-0.03710468,-0.09691618;-0.3738619;-0.007100925,-0.1128679;-0.7173582;0.0581362,-0.1094913;-0.707584;-0.03973881,0.00445665;0.3998777;0.004425031,0;0;0,-0.000969033;0.1998449;0.007814683,-0.002126108;0.4997761;0.005433558,0.1122342;0.3719139;0.03399237,0.1445548;0.09427211;0.0504363,0.2032963;-0.1769054;0.01285721,-0.1128617;0.3587985;-0.01030548,-0.1699055;0.1056018;-0.1153646,-0.2137143;-0.1146172;-0.2826499,0.0751039;0.003744463;-0.0273017,0.06752345;-0.3722899;0.0269264,0.06023554;-0.7119012;0.1112536,0.07403436;-0.7021243;0.01429683,-0.06817959;0.005823938;-0.04144425,-0.09628629;-0.3709811;-0.001096562,-0.1207666;-0.7097669;0.08331276,-0.1099256;-0.763137;0.02916573,-0.001760865;0.3998399;0.00898726,167.9246
+0;0;0,0.001810751;0.1999015;0.006008569,0.005674325;0.4997478;-0.0005233046,0.1198457;0.366963;0.00583065,0.1554404;0.08998549;0.02623917,0.1998563;-0.1786453;-0.03906587,-0.1079867;0.3583421;-0.001168627,-0.1471961;0.08196053;-0.02298293,-0.1910878;-0.1850628;-0.0949,0.07193226;0.005515601;-0.03457351,0.08548841;-0.3718575;0.007921431,0.08854374;-0.71556;0.07394636,0.08948138;-0.7058133;-0.0239767,-0.07075917;0.004047566;-0.03710468,-0.09691618;-0.3738619;-0.007100925,-0.1128679;-0.7173582;0.0581362,-0.1094913;-0.707584;-0.03973881,0.00445665;0.3998777;0.004425031,0;0;0,-0.001083889;0.1998375;0.007987354,-0.002493527;0.4997693;0.005866093,0.1119403;0.3720784;0.03458425,0.1440744;0.09441176;0.05097345,0.2031428;-0.1766261;0.01290208,-0.1129405;0.3586972;-0.01091116,-0.1723155;0.1094055;-0.1237308,-0.2155;-0.1070689;-0.295992,0.07513713;0.003782943;-0.02720479,0.06755385;-0.3722795;0.02682729,0.06002934;-0.7119646;0.1108358,0.07421169;-0.7021719;0.01393101,-0.06812373;0.005791645;-0.04154051,-0.09595115;-0.3710397;-0.001244117,-0.1208864;-0.7098745;0.08283432,-0.1105025;-0.7631644;0.02847463,-0.002044282;0.3998306;0.00933877,167.9469
+0;0;0,0.001673862;0.1999027;0.006007763,0.005301253;0.4997516;-0.000548725,0.1195844;0.3669705;0.005848635,0.1552099;0.08999297;0.02620193,0.1999015;-0.1785362;-0.03933242,-0.1082477;0.3583444;-0.00121094,-0.1471766;0.08237606;-0.02815534,-0.1923749;-0.1827861;-0.1059124,0.07194834;0.005537096;-0.0345366,0.08532947;-0.3718404;0.007974252,0.08835734;-0.7155339;0.07404684,0.08931534;-0.7057884;-0.02387578,-0.07076263;0.004025916;-0.03710045,-0.09694208;-0.3738912;-0.00721232,-0.1130271;-0.7173551;0.05816233,-0.1096296;-0.7075828;-0.03971156,0.004194364;0.3998804;0.004404393,0;0;0,-0.001206819;0.1998359;0.008010879,-0.002771769;0.4997667;0.005881594,0.1116752;0.3721075;0.03479691,0.1437517;0.09443006;0.05111606,0.2029668;-0.1765813;0.01308439,-0.1129392;0.3585565;-0.01185142,-0.1748451;0.112521;-0.1303174,-0.2171382;-0.09967975;-0.308031,0.07512204;0.003797094;-0.0272445,0.06759258;-0.3722915;0.02661313,0.05996274;-0.7120268;0.110409,0.06611639;-0.7686791;0.0608761,-0.06809644;0.005775405;-0.04158749,-0.09619854;-0.371052;-0.001445279,-0.121127;-0.7099071;0.08255344,-0.1108235;-0.7627121;0.02744292,-0.002274392;0.3998285;0.009360072,167.9691
+0;0;0,0.001673862;0.1999027;0.006007763,0.005301253;0.4997516;-0.000548725,0.1195844;0.3669705;0.005848635,0.1552099;0.08999297;0.02620193,0.1999015;-0.1785362;-0.03933242,-0.1082477;0.3583444;-0.00121094,-0.1471766;0.08237606;-0.02815534,-0.1923749;-0.1827861;-0.1059124,0.07194834;0.005537096;-0.0345366,0.08532947;-0.3718404;0.007974252,0.08835734;-0.7155339;0.07404684,0.08931534;-0.7057884;-0.02387578,-0.07076263;0.004025916;-0.03710045,-0.09694208;-0.3738912;-0.00721232,-0.1130271;-0.7173551;0.05816233,-0.1096296;-0.7075828;-0.03971156,0.004194364;0.3998804;0.004404393,0;0;0,-0.0013245;0.1998259;0.008237634,-0.00314878;0.4997576;0.006467885,0.1115579;0.3718615;0.03420948,0.1439345;0.09433147;0.05234341,0.2028494;-0.1767536;0.01437087,-0.1130506;0.3585801;-0.01236692,-0.1765288;0.1163486;-0.1376443,-0.2181602;-0.09174764;-0.3202991,0.075159;0.003872633;-0.02713165,0.06770729;-0.3722515;0.02648827,0.06005365;-0.7120104;0.1101862,0.07456999;-0.7021986;0.013327,-0.06806927;0.005691689;-0.04164346,-0.09592675;-0.3711695;-0.001648799,-0.1209697;-0.7100216;0.08232811,-0.1105886;-0.7636373;0.02847041,-0.002565411;0.3998157;0.00982851,168.0024
+0;0;0,0.001673862;0.1999027;0.006007763,0.005301253;0.4997516;-0.000548725,0.1195844;0.3669705;0.005848635,0.1552099;0.08999297;0.02620193,0.1999015;-0.1785362;-0.03933242,-0.1082477;0.3583444;-0.00121094,-0.1471766;0.08237606;-0.02815534,-0.1923749;-0.1827861;-0.1059124,0.07194834;0.005537096;-0.0345366,0.08532947;-0.3718404;0.007974252,0.08835734;-0.7155339;0.07404684,0.08931534;-0.7057884;-0.02387578,-0.07076263;0.004025916;-0.03710045,-0.09694208;-0.3738912;-0.00721232,-0.1130271;-0.7173551;0.05816233,-0.1096296;-0.7075828;-0.03971156,0.004194364;0.3998804;0.004404393,0;0;0,-0.001451799;0.1998207;0.008342101,-0.003463649;0.4997511;0.006631476,0.1111778;0.3718288;0.03488998,0.1435721;0.09426594;0.05248155,0.2025043;-0.1768816;0.01498463,-0.1131422;0.3586536;-0.01317766,-0.177663;0.1195946;-0.1438982,-0.2196146;-0.08308859;-0.3324707,0.07518972;0.00388608;-0.02704448,0.06777615;-0.3722949;0.02618084,0.06033592;-0.7120504;0.1099115,0.06542393;-0.7686498;0.06016541,-0.06799718;0.005677161;-0.04176306,-0.09605995;-0.3712087;-0.0021456,-0.1210718;-0.7100376;0.08193401,-0.1114547;-0.7637964;0.028157,-0.002825099;0.3998092;0.00998158,168.0362
+0;0;0,0.001547351;0.1999029;0.006036974,0.004989293;0.4997551;-0.0004848279,0.1193804;0.367035;0.005935244,0.1550444;0.09005487;0.02618618,0.1999002;-0.1783338;-0.03980982,-0.108057;0.3576106;-0.003455304,-0.1477731;0.08200407;-0.03284392,-0.1931487;-0.1822174;-0.1136406,0.07195532;0.005566175;-0.03451737,0.0851782;-0.371819;0.007974818,0.08813262;-0.7154994;0.07411899,0.08985091;-0.7057641;-0.02379113,-0.07076007;0.003998226;-0.03710831,-0.09702709;-0.3739107;-0.00719388,-0.1134822;-0.7173854;0.05803168,-0.1093214;-0.7076262;-0.03981002,0.003973015;0.3998818;0.004444486,0;0;0,-0.001451799;0.1998207;0.008342101,-0.003463649;0.4997511;0.006631476,0.1111778;0.3718288;0.03488998,0.1435721;0.09426594;0.05248155,0.2025043;-0.1768816;0.01498463,-0.1131422;0.3586536;-0.01317766,-0.177663;0.1195946;-0.1438982,-0.2196146;-0.08308859;-0.3324707,0.07518972;0.00388608;-0.02704448,0.06777615;-0.3722949;0.02618084,0.06033592;-0.7120504;0.1099115,0.06542393;-0.7686498;0.06016541,-0.06799718;0.005677161;-0.04176306,-0.09605995;-0.3712087;-0.0021456,-0.1210718;-0.7100376;0.08193401,-0.1114547;-0.7637964;0.028157,-0.002825099;0.3998092;0.00998158,168.0585
+0;0;0,0.001547351;0.1999029;0.006036974,0.004989293;0.4997551;-0.0004848279,0.1193804;0.367035;0.005935244,0.1550444;0.09005487;0.02618618,0.1999002;-0.1783338;-0.03980982,-0.108057;0.3576106;-0.003455304,-0.1477731;0.08200407;-0.03284392,-0.1931487;-0.1822174;-0.1136406,0.07195532;0.005566175;-0.03451737,0.0851782;-0.371819;0.007974818,0.08813262;-0.7154994;0.07411899,0.08985091;-0.7057641;-0.02379113,-0.07076007;0.003998226;-0.03710831,-0.09702709;-0.3739107;-0.00719388,-0.1134822;-0.7173854;0.05803168,-0.1093214;-0.7076262;-0.03981002,0.003973015;0.3998818;0.004444486,0;0;0,-0.001675061;0.1998143;0.008451296,-0.00399011;0.4997435;0.006895024,0.1105272;0.3720279;0.03632474,0.1427471;0.0943574;0.05247869,0.2017281;-0.1766117;0.01378796,-0.113343;0.3587212;-0.01414989,-0.1791728;0.1237676;-0.1514933,-0.2208178;-0.07629973;-0.3429059,0.07531264;0.003944894;-0.02669164,0.06763275;-0.3722612;0.02631793,0.06008897;-0.7120168;0.1100387,0.06540436;-0.7684064;0.05995279,-0.06785526;0.00563401;-0.04199907,-0.09643181;-0.3712301;-0.002542105,-0.1214633;-0.7100421;0.08159953,-0.11243;-0.7639162;0.02790093,-0.003252343;0.3998005;0.01019219,168.0918
+0;0;0,0.001547351;0.1999029;0.006036974,0.004989293;0.4997551;-0.0004848279,0.1193804;0.367035;0.005935244,0.1550444;0.09005487;0.02618618,0.1999002;-0.1783338;-0.03980982,-0.108057;0.3576106;-0.003455304,-0.1477731;0.08200407;-0.03284392,-0.1931487;-0.1822174;-0.1136406,0.07195532;0.005566175;-0.03451737,0.0851782;-0.371819;0.007974818,0.08813262;-0.7154994;0.07411899,0.08985091;-0.7057641;-0.02379113,-0.07076007;0.003998226;-0.03710831,-0.09702709;-0.3739107;-0.00719388,-0.1134822;-0.7173854;0.05803168,-0.1093214;-0.7076262;-0.03981002,0.003973015;0.3998818;0.004444486,0;0;0,-0.001821317;0.1998152;0.00840106,-0.004274661;0.4997419;0.006641643,0.1100972;0.372204;0.03708766,0.1421898;0.09447649;0.05249766,0.2015981;-0.1765145;0.01462202,-0.1134339;0.3587232;-0.01504873,-0.1807696;0.1262365;-0.1558176,-0.221272;-0.06763273;-0.3537425,0.07535166;0.003939054;-0.02658214,0.06760842;-0.3723331;0.02594685,0.06009679;-0.7122062;0.1091923,0.06558823;-0.76833;0.05866945,-0.0677342;0.005614298;-0.04219664,-0.09665103;-0.371263;-0.003115874,-0.1210425;-0.7099676;0.08164407,-0.1125689;-0.7624031;0.0256745,-0.003503977;0.3998016;0.01001082,168.1143
+0;0;0,0.001368516;0.1999032;0.006069954,0.004567614;0.4997593;-0.0004171324,0.1191042;0.3671314;0.006080253,0.1548948;0.09015951;0.0262208,0.1999611;-0.1781361;-0.04000999,-0.1081561;0.3573242;-0.004639121,-0.1487828;0.08233571;-0.03826685,-0.196143;-0.1753818;-0.1369516,0.07199167;0.005609319;-0.03443448,0.08492404;-0.3717902;0.008019973,0.08791815;-0.7154564;0.07423608,0.09007032;-0.7057253;-0.02366459,-0.07072137;0.003956134;-0.03718651,-0.09718706;-0.3739296;-0.007154988,-0.1137403;-0.7173992;0.05807257,-0.1091448;-0.7076417;-0.03974935,0.003671362;0.3998837;0.004487792,0;0;0,-0.00194212;0.1998121;0.008447849,-0.004567262;0.4997377;0.00675358,0.1097712;0.3724277;0.03778384,0.1418522;0.09467202;0.0527034,0.2012386;-0.1762489;0.01429624,-0.1134799;0.3587797;-0.01587029,-0.1817457;0.129002;-0.1605839,-0.2185824;-0.04605296;-0.3759877,0.07543525;0.003873862;-0.02635366,0.06747032;-0.372466;0.02565447,0.06009604;-0.7123823;0.1087361,0.0655271;-0.7685855;0.05834256,-0.06761662;0.005684374;-0.04237548,-0.09690221;-0.3711668;-0.003317159,-0.1213657;-0.7098653;0.0814461,-0.1129859;-0.7623388;0.02551828,-0.003739092;0.3997972;0.01010108,168.148
+0;0;0,0.001368516;0.1999032;0.006069954,0.004567614;0.4997593;-0.0004171324,0.1191042;0.3671314;0.006080253,0.1548948;0.09015951;0.0262208,0.1999611;-0.1781361;-0.04000999,-0.1081561;0.3573242;-0.004639121,-0.1487828;0.08233571;-0.03826685,-0.196143;-0.1753818;-0.1369516,0.07199167;0.005609319;-0.03443448,0.08492404;-0.3717902;0.008019973,0.08791815;-0.7154564;0.07423608,0.09007032;-0.7057253;-0.02366459,-0.07072137;0.003956134;-0.03718651,-0.09718706;-0.3739296;-0.007154988,-0.1137403;-0.7173992;0.05807257,-0.1091448;-0.7076417;-0.03974935,0.003671362;0.3998837;0.004487792,0;0;0,-0.002117612;0.1998077;0.008508081,-0.004953854;0.4997322;0.006918043,0.1093997;0.3724902;0.0382018,0.1416265;0.09474272;0.05295864,0.2008358;-0.1761591;0.01414564,-0.11367;0.3589315;-0.0165153,-0.1823249;0.1319801;-0.1654432,-0.2197145;-0.04647602;-0.3779413,0.07543903;0.003883719;-0.02634141,0.06734125;-0.3724969;0.02535027,0.05994383;-0.7124022;0.1084746,0.0652484;-0.768598;0.05805481,-0.06752694;0.005678349;-0.04251904,-0.0974246;-0.3711572;-0.003774956,-0.1218182;-0.7098308;0.08110788,-0.113209;-0.7618031;0.02448251,-0.004055351;0.399791;0.01022665,168.1697
+0;0;0,0.001368516;0.1999032;0.006069954,0.004567614;0.4997593;-0.0004171324,0.1191042;0.3671314;0.006080253,0.1548948;0.09015951;0.0262208,0.1999611;-0.1781361;-0.04000999,-0.1081561;0.3573242;-0.004639121,-0.1487828;0.08233571;-0.03826685,-0.196143;-0.1753818;-0.1369516,0.07199167;0.005609319;-0.03443448,0.08492404;-0.3717902;0.008019973,0.08791815;-0.7154564;0.07423608,0.09007032;-0.7057253;-0.02366459,-0.07072137;0.003956134;-0.03718651,-0.09718706;-0.3739296;-0.007154988,-0.1137403;-0.7173992;0.05807257,-0.1091448;-0.7076417;-0.03974935,0.003671362;0.3998837;0.004487792,0;0;0,-0.002117612;0.1998077;0.008508081,-0.004953854;0.4997322;0.006918043,0.1093997;0.3724902;0.0382018,0.1416265;0.09474272;0.05295864,0.2008358;-0.1761591;0.01414564,-0.11367;0.3589315;-0.0165153,-0.1823249;0.1319801;-0.1654432,-0.2197145;-0.04647602;-0.3779413,0.07543903;0.003883719;-0.02634141,0.06734125;-0.3724969;0.02535027,0.05994383;-0.7124022;0.1084746,0.0652484;-0.768598;0.05805481,-0.06752694;0.005678349;-0.04251904,-0.0974246;-0.3711572;-0.003774956,-0.1218182;-0.7098308;0.08110788,-0.113209;-0.7618031;0.02448251,-0.004055351;0.399791;0.01022665,168.1925
+0;0;0,0.001101118;0.199903;0.006131129,0.004125889;0.499762;-0.000301139,0.1187434;0.3671575;0.006259982,0.1546698;0.09020191;0.02638198,0.1998787;-0.1779968;-0.04014301,-0.1082153;0.3568811;-0.006090009,-0.1504471;0.08287194;-0.04527484,-0.1970554;-0.175579;-0.1423869,0.07204024;0.00565764;-0.03432486,0.08451852;-0.3717605;0.008099664,0.08732368;-0.7154315;0.07429942,0.09001079;-0.7057029;-0.0235875,-0.07068465;0.003904659;-0.03726169,-0.09724307;-0.3739671;-0.007136092,-0.1142096;-0.717358;0.05839866,-0.1090804;-0.7075991;-0.03939699,0.003304645;0.3998849;0.004585663,0;0;0,-0.002282546;0.1998015;0.008610574,-0.005369699;0.4997249;0.007240037,0.1089868;0.3723749;0.03869189,0.1414208;0.09464812;0.05338473,0.2003863;-0.1762551;0.01421184,-0.1138297;0.3590612;-0.01715129,-0.182723;0.1330888;-0.1674516,-0.2199998;-0.04505333;-0.3802328,0.07546767;0.003899921;-0.02625684,0.0670791;-0.3725178;0.0251177,0.05955205;-0.712535;0.1077711,0.07716131;-0.7027692;0.01143576,-0.06743281;0.005671488;-0.04266907,-0.09780519;-0.3711439;-0.004098918,-0.1221558;-0.7098104;0.080825,-0.1129955;-0.7616558;0.02410265,-0.004380742;0.3997819;0.01046664,168.226
+0;0;0,0.001101118;0.199903;0.006131129,0.004125889;0.499762;-0.000301139,0.1187434;0.3671575;0.006259982,0.1546698;0.09020191;0.02638198,0.1998787;-0.1779968;-0.04014301,-0.1082153;0.3568811;-0.006090009,-0.1504471;0.08287194;-0.04527484,-0.1970554;-0.175579;-0.1423869,0.07204024;0.00565764;-0.03432486,0.08451852;-0.3717605;0.008099664,0.08732368;-0.7154315;0.07429942,0.09001079;-0.7057029;-0.0235875,-0.07068465;0.003904659;-0.03726169,-0.09724307;-0.3739671;-0.007136092,-0.1142096;-0.717358;0.05839866,-0.1090804;-0.7075991;-0.03939699,0.003304645;0.3998849;0.004585663,0;0;0,-0.002450542;0.1997969;0.008670387,-0.005796474;0.4997182;0.007418539,0.1085783;0.3723559;0.03910894,0.1408933;0.09460866;0.05367744,0.1998477;-0.1765574;0.01635015,-0.1139708;0.3591121;-0.01785632,-0.1828064;0.1333986;-0.1685716,-0.2195671;-0.04260002;-0.3832182,0.07555435;0.003923604;-0.02600279,0.06683767;-0.3725451;0.02494214,0.05931463;-0.7125888;0.1074872,0.077297;-0.7028236;0.01122092,-0.06732538;0.005657039;-0.0428403,-0.09787351;-0.3711536;-0.004362121,-0.1225196;-0.7098809;0.08023305,-0.1128583;-0.7624156;0.02460314,-0.004716053;0.3997748;0.01060307,168.2594
+0;0;0,0.0009215845;0.199902;0.006191757,0.003798543;0.4997638;-0.0001519583,0.1184513;0.3671806;0.006487815,0.1544713;0.09022951;0.02650439,0.1998377;-0.1779492;-0.03999454,-0.1082963;0.3566782;-0.007301638,-0.1530596;0.0844411;-0.0550847,-0.19874;-0.1728486;-0.1556596,0.07207996;0.005679702;-0.03423768,0.08432108;-0.3717421;0.008223388,0.0870714;-0.715415;0.07441527,0.0902335;-0.7056885;-0.02345704,-0.0706424;0.00388197;-0.0373441,-0.09741175;-0.3739795;-0.007275956,-0.1145371;-0.7173103;0.0585319,-0.1089318;-0.7075456;-0.03923882,0.003007598;0.3998857;0.004721177,0;0;0,-0.002531343;0.1997941;0.008712056,-0.006004599;0.4997141;0.00750686,0.1083558;0.3722909;0.03934787,0.1407143;0.09455582;0.05405024,0.1995017;-0.1767867;0.01775602,-0.1138449;0.358987;-0.01871369,-0.181761;0.1329053;-0.1692942,-0.2195889;-0.04284155;-0.3839616,0.07558659;0.003901059;-0.02591232,0.0667215;-0.3725922;0.0248246,0.05871676;-0.7127097;0.1070196,0.07706477;-0.7029596;0.01082556,-0.06725334;0.005681773;-0.04295003,-0.09804957;-0.3711084;-0.004469898,-0.1231338;-0.7098446;0.0799612,-0.1124805;-0.7622795;0.02436445,-0.004882326;0.3997707;0.01067752,168.2825
+0;0;0,0.0009215845;0.199902;0.006191757,0.003798543;0.4997638;-0.0001519583,0.1184513;0.3671806;0.006487815,0.1544713;0.09022951;0.02650439,0.1998377;-0.1779492;-0.03999454,-0.1082963;0.3566782;-0.007301638,-0.1530596;0.0844411;-0.0550847,-0.19874;-0.1728486;-0.1556596,0.07207996;0.005679702;-0.03423768,0.08432108;-0.3717421;0.008223388,0.0870714;-0.715415;0.07441527,0.0902335;-0.7056885;-0.02345704,-0.0706424;0.00388197;-0.0373441,-0.09741175;-0.3739795;-0.007275956,-0.1145371;-0.7173103;0.0585319,-0.1089318;-0.7075456;-0.03923882,0.003007598;0.3998857;0.004721177,0;0;0,-0.002617841;0.1997903;0.008774285,-0.006246263;0.4997087;0.007662473,0.1081296;0.3723405;0.03967465,0.1403496;0.09463978;0.05530177,0.1991433;-0.1767061;0.01904278,-0.1138969;0.3590384;-0.01916748,-0.1819181;0.1331142;-0.1699367,-0.2192167;-0.04277317;-0.3845816,0.07562358;0.003857535;-0.02581071,0.06655501;-0.3726439;0.02482944,0.0586152;-0.7127775;0.1069642,0.07721642;-0.7030303;0.01081944,-0.06719163;0.005709123;-0.04304289,-0.09797904;-0.3711331;-0.005068712,-0.1236164;-0.7098271;0.0793654,-0.1126973;-0.7626056;0.02433356,-0.005071193;0.399765;0.0108046,168.3157
+0;0;0,0.0009215845;0.199902;0.006191757,0.003798543;0.4997638;-0.0001519583,0.1184513;0.3671806;0.006487815,0.1544713;0.09022951;0.02650439,0.1998377;-0.1779492;-0.03999454,-0.1082963;0.3566782;-0.007301638,-0.1530596;0.0844411;-0.0550847,-0.19874;-0.1728486;-0.1556596,0.07207996;0.005679702;-0.03423768,0.08432108;-0.3717421;0.008223388,0.0870714;-0.715415;0.07441527,0.0902335;-0.7056885;-0.02345704,-0.0706424;0.00388197;-0.0373441,-0.09741175;-0.3739795;-0.007275956,-0.1145371;-0.7173103;0.0585319,-0.1089318;-0.7075456;-0.03923882,0.003007598;0.3998857;0.004721177,0;0;0,-0.002643139;0.1997868;0.008846718,-0.006318338;0.4997048;0.00783295,0.1079789;0.3721396;0.03998193,0.1400495;0.09442681;0.05570017,0.1985809;-0.1770289;0.01984112,-0.1138307;0.3590186;-0.01946239,-0.1811321;0.1325048;-0.169669,-0.2180225;-0.04346363;-0.384318,0.07563782;0.003831781;-0.02577279,0.06647664;-0.37266;0.02492243,0.05869923;-0.712801;0.1070418,0.07751068;-0.7030542;0.01093804,-0.06716874;0.005723499;-0.04307669,-0.0980217;-0.3711047;-0.005015962,-0.1236511;-0.7098329;0.0792829,-0.1126312;-0.7627861;0.024535,-0.0051317;0.3997603;0.0109457,168.3496
+0;0;0,0.0009215845;0.199902;0.006191757,0.003798543;0.4997638;-0.0001519583,0.1184513;0.3671806;0.006487815,0.1544713;0.09022951;0.02650439,0.1998377;-0.1779492;-0.03999454,-0.1082963;0.3566782;-0.007301638,-0.1530596;0.0844411;-0.0550847,-0.19874;-0.1728486;-0.1556596,0.07207996;0.005679702;-0.03423768,0.08432108;-0.3717421;0.008223388,0.0870714;-0.715415;0.07441527,0.0902335;-0.7056885;-0.02345704,-0.0706424;0.00388197;-0.0373441,-0.09741175;-0.3739795;-0.007275956,-0.1145371;-0.7173103;0.0585319,-0.1089318;-0.7075456;-0.03923882,0.003007598;0.3998857;0.004721177,0;0;0,-0.002677518;0.1997821;0.008941457,-0.006454558;0.4996994;0.008107667,0.1077925;0.3720701;0.04046349,0.1397881;0.09435362;0.05626924,0.1979131;-0.1771576;0.0201706,-0.1137792;0.3590478;-0.0198389,-0.1808451;0.1326806;-0.1703713,-0.2163005;-0.04688388;-0.3822665,0.07564364;0.003830794;-0.02575585,0.06620479;-0.3726198;0.0251935,0.0586888;-0.7128066;0.1071472,0.07778881;-0.7030544;0.01109923,-0.06714512;0.005723105;-0.04311354,-0.09773324;-0.3710734;-0.004528742,-0.1235081;-0.7099081;0.07929662,-0.1122458;-0.7629207;0.02468822,-0.005233765;0.3997535;0.01116008,168.3826
+0;0;0,0.0007934763;0.1999013;0.006234233,0.003439554;0.499767;-4.600547E-05,0.1182096;0.3672597;0.006769697,0.1543012;0.09029704;0.02649526,0.1997209;-0.1778467;-0.04010809,-0.1084422;0.3565759;-0.007900141,-0.1548236;0.08573437;-0.06169247,-0.2003337;-0.1695068;-0.1674317,0.07213245;0.005697483;-0.034124,0.08423465;-0.371732;0.008308474,0.08690409;-0.7154152;0.07444991,0.09035493;-0.7056885;-0.02341268,-0.07056383;0.003875372;-0.03749303,-0.09741415;-0.3739642;-0.007221807,-0.1147119;-0.7172767;0.05863618,-0.1088175;-0.7075107;-0.0391178,0.002747143;0.3998865;0.004793055,0;0;0,-0.002752943;0.1997809;0.00894487,-0.0066072;0.499697;0.008060544,0.1076244;0.3719815;0.04048903,0.1394974;0.09425494;0.05636609,0.1960277;-0.1778216;0.02203412,-0.1138385;0.3590874;-0.02017707,-0.1809199;0.1324472;-0.1702913,-0.2143681;-0.05107136;-0.3791026,0.07565462;0.003877877;-0.02571654,0.06607164;-0.3725984;0.02501586,0.05857296;-0.7128106;0.106866,0.07779781;-0.7030638;0.01084404,-0.06710733;0.005684975;-0.04317739,-0.09800604;-0.371043;-0.004173979,-0.1236327;-0.7099767;0.07929578,-0.1123537;-0.7629558;0.02463991,-0.005366674;0.3997519;0.01113227,168.4163
+0;0;0,0.0007934763;0.1999013;0.006234233,0.003439554;0.499767;-4.600547E-05,0.1182096;0.3672597;0.006769697,0.1543012;0.09029704;0.02649526,0.1997209;-0.1778467;-0.04010809,-0.1084422;0.3565759;-0.007900141,-0.1548236;0.08573437;-0.06169247,-0.2003337;-0.1695068;-0.1674317,0.07213245;0.005697483;-0.034124,0.08423465;-0.371732;0.008308474,0.08690409;-0.7154152;0.07444991,0.09035493;-0.7056885;-0.02341268,-0.07056383;0.003875372;-0.03749303,-0.09741415;-0.3739642;-0.007221807,-0.1147119;-0.7172767;0.05863618,-0.1088175;-0.7075107;-0.0391178,0.002747143;0.3998865;0.004793055,0;0;0,-0.002800128;0.1997856;0.008824926,-0.006720783;0.4996982;0.00774556,0.1073517;0.3717932;0.04083694,0.138881;0.09403276;0.05680697,0.1948941;-0.178121;0.0222402,-0.1139212;0.3591245;-0.02041349,-0.1809424;0.1317913;-0.1695034,-0.2126939;-0.05740096;-0.3734596,0.07567079;0.003842221;-0.02567426,0.06587523;-0.3726205;0.02511814,0.05856576;-0.7128403;0.1069538,0.07801388;-0.7031122;0.01098078,-0.06705782;0.005709623;-0.043251,-0.09813374;-0.3710036;-0.004245672,-0.1236568;-0.7099628;0.07915255,-0.1124519;-0.7629847;0.02454651,-0.005447095;0.399757;0.01092931,168.4379
+0;0;0,0.0007934763;0.1999013;0.006234233,0.003439554;0.499767;-4.600547E-05,0.1182096;0.3672597;0.006769697,0.1543012;0.09029704;0.02649526,0.1997209;-0.1778467;-0.04010809,-0.1084422;0.3565759;-0.007900141,-0.1548236;0.08573437;-0.06169247,-0.2003337;-0.1695068;-0.1674317,0.07213245;0.005697483;-0.034124,0.08423465;-0.371732;0.008308474,0.08690409;-0.7154152;0.07444991,0.09035493;-0.7056885;-0.02341268,-0.07056383;0.003875372;-0.03749303,-0.09741415;-0.3739642;-0.007221807,-0.1147119;-0.7172767;0.05863618,-0.1088175;-0.7075107;-0.0391178,0.002747143;0.3998865;0.004793055,0;0;0,-0.002800128;0.1997856;0.008824926,-0.006720783;0.4996982;0.00774556,0.1073517;0.3717932;0.04083694,0.138881;0.09403276;0.05680697,0.1948941;-0.178121;0.0222402,-0.1139212;0.3591245;-0.02041349,-0.1809424;0.1317913;-0.1695034,-0.2126939;-0.05740096;-0.3734596,0.07567079;0.003842221;-0.02567426,0.06587523;-0.3726205;0.02511814,0.05856576;-0.7128403;0.1069538,0.07801388;-0.7031122;0.01098078,-0.06705782;0.005709623;-0.043251,-0.09813374;-0.3710036;-0.004245672,-0.1236568;-0.7099628;0.07915255,-0.1124519;-0.7629847;0.02454651,-0.005447095;0.399757;0.01092931,168.4606
+0;0;0,0.0006728952;0.1999014;0.006242662,0.003090848;0.4997691;-3.887154E-05,0.1179753;0.3673536;0.007071598,0.1538989;0.09035161;0.02655065,0.1997233;-0.1776718;-0.04025932,-0.1086164;0.3565525;-0.008503836,-0.1566048;0.08749732;-0.0693842,-0.2040443;-0.1589528;-0.1935287,0.07215437;0.005710372;-0.0340755,0.0840994;-0.3717265;0.008336473,0.08672128;-0.715395;0.07455601,0.090472;-0.7056728;-0.02329463,-0.07055001;0.003860489;-0.03752057,-0.09743769;-0.3739749;-0.00723087,-0.1148326;-0.7172329;0.05888511,-0.1086392;-0.70747;-0.03884974,0.002492266;0.3998879;0.004796991,0;0;0,-0.002843359;0.1997849;0.008826203,-0.006800877;0.4996969;0.007700207,0.1072679;0.3717511;0.04080753,0.1389933;0.09404117;0.05726044,0.1941068;-0.1782847;0.022603,-0.1139396;0.3591384;-0.02065188,-0.1809767;0.1309781;-0.1684656,-0.2107451;-0.06933281;-0.3618289,0.07567059;0.003818152;-0.02567846,0.06578659;-0.3726522;0.0250405,0.05853515;-0.7128977;0.1067744,0.07805325;-0.7031728;0.01081626,-0.06703433;0.005735053;-0.04328404,-0.09822489;-0.3709792;-0.004379824,-0.1237661;-0.7099575;0.07893512,-0.1128522;-0.7630686;0.02440586,-0.005520115;0.3997563;0.01089821,168.4831
+0;0;0,0.0006728952;0.1999014;0.006242662,0.003090848;0.4997691;-3.887154E-05,0.1179753;0.3673536;0.007071598,0.1538989;0.09035161;0.02655065,0.1997233;-0.1776718;-0.04025932,-0.1086164;0.3565525;-0.008503836,-0.1566048;0.08749732;-0.0693842,-0.2040443;-0.1589528;-0.1935287,0.07215437;0.005710372;-0.0340755,0.0840994;-0.3717265;0.008336473,0.08672128;-0.715395;0.07455601,0.090472;-0.7056728;-0.02329463,-0.07055001;0.003860489;-0.03752057,-0.09743769;-0.3739749;-0.00723087,-0.1148326;-0.7172329;0.05888511,-0.1086392;-0.70747;-0.03884974,0.002492266;0.3998879;0.004796991,0;0;0,-0.002862172;0.199785;0.008818605,-0.006821332;0.4996967;0.00762397,0.1072106;0.3717586;0.04088384,0.1388;0.09405026;0.05762207,0.1936516;-0.1783742;0.02332612,-0.1139451;0.3591473;-0.02078173,-0.1813185;0.1288829;-0.1651394,-0.2109523;-0.08406493;-0.3445135,0.0756886;0.003791264;-0.02562931,0.06574154;-0.3726837;0.02504282,0.05856407;-0.7129321;0.1067709,0.07815225;-0.7032121;0.01082804,-0.06699435;0.0057564;-0.04334305,-0.09825394;-0.3709482;-0.004401129,-0.1236917;-0.7099606;0.07880643,-0.1135704;-0.7635385;0.02484082,-0.005544406;0.3997567;0.01084368,168.5169
+0;0;0,0.0006728952;0.1999014;0.006242662,0.003090848;0.4997691;-3.887154E-05,0.1179753;0.3673536;0.007071598,0.1538989;0.09035161;0.02655065,0.1997233;-0.1776718;-0.04025932,-0.1086164;0.3565525;-0.008503836,-0.1566048;0.08749732;-0.0693842,-0.2040443;-0.1589528;-0.1935287,0.07215437;0.005710372;-0.0340755,0.0840994;-0.3717265;0.008336473,0.08672128;-0.715395;0.07455601,0.090472;-0.7056728;-0.02329463,-0.07055001;0.003860489;-0.03752057,-0.09743769;-0.3739749;-0.00723087,-0.1148326;-0.7172329;0.05888511,-0.1086392;-0.70747;-0.03884974,0.002492266;0.3998879;0.004796991,0;0;0,-0.002982753;0.199782;0.008845798,-0.007098443;0.4996921;0.007695196,0.1069907;0.3717326;0.04089447,0.1385402;0.09403199;0.0578358,0.1929447;-0.1785162;0.02381223,-0.1141079;0.3591331;-0.02093183,-0.1809567;0.1260574;-0.1609566,-0.2110473;-0.08590157;-0.3414226,0.07567481;0.003868758;-0.02565846,0.06549934;-0.3726206;0.02486124,0.05844765;-0.7128484;0.1066861,0.0780846;-0.7031243;0.01075236,-0.06696095;0.005674294;-0.04340545,-0.0986153;-0.3710157;-0.004641749,-0.1240515;-0.7100196;0.07860094,-0.1139281;-0.7636174;0.02466646,-0.005769483;0.3997521;0.01089384,168.5507
+0;0;0,0.000498133;0.1999004;0.006291231,0.002622527;0.4997721;7.008668E-05,0.1176421;0.3673789;0.007279166,0.1536015;0.09037134;0.0266115,0.1995201;-0.1776177;-0.04027149,-0.1088334;0.3565158;-0.009286666,-0.1578517;0.08893305;-0.07559427,-0.205742;-0.1517747;-0.2103767,0.07219182;0.005732105;-0.03399241,0.08397512;-0.3717248;0.008285876,0.08650643;-0.7153647;0.07465757,0.09058583;-0.7056423;-0.02317994,-0.07051102;0.003839051;-0.03759597,-0.09764315;-0.3739728;-0.007230481,-0.1149814;-0.7172099;0.05900893,-0.1084602;-0.7074413;-0.03870578,0.002154742;0.3998885;0.004870767,0;0;0,-0.003019022;0.199783;0.008811471,-0.00715325;0.4996927;0.007593636,0.1074417;0.3711421;0.03824545,0.1357481;0.09347025;0.06054088,0.1959732;-0.1774627;0.02355097,-0.1141734;0.3591386;-0.0209774,-0.1811047;0.1240826;-0.1576114,-0.2117557;-0.08928266;-0.3363173,0.07569452;0.003861239;-0.02560138,0.06537154;-0.372622;0.02493333,0.05812296;-0.7129066;0.1065044,0.07688072;-0.7031479;0.01038761,-0.06694338;0.005684847;-0.04343117,-0.09859674;-0.3710129;-0.004741732,-0.1239983;-0.7100095;0.07854143,-0.1138427;-0.7636587;0.02469285,-0.00582228;0.3997533;0.01081067,168.5835
+0;0;0,0.000498133;0.1999004;0.006291231,0.002622527;0.4997721;7.008668E-05,0.1176421;0.3673789;0.007279166,0.1536015;0.09037134;0.0266115,0.1995201;-0.1776177;-0.04027149,-0.1088334;0.3565158;-0.009286666,-0.1578517;0.08893305;-0.07559427,-0.205742;-0.1517747;-0.2103767,0.07219182;0.005732105;-0.03399241,0.08397512;-0.3717248;0.008285876,0.08650643;-0.7153647;0.07465757,0.09058583;-0.7056423;-0.02317994,-0.07051102;0.003839051;-0.03759597,-0.09764315;-0.3739728;-0.007230481,-0.1149814;-0.7172099;0.05900893,-0.1084602;-0.7074413;-0.03870578,0.002154742;0.3998885;0.004870767,0;0;0,-0.003026754;0.1997829;0.008811789,-0.007151047;0.4996924;0.007529375,0.1072633;0.3710018;0.03876578,0.1364823;0.09340316;0.0607945,0.1948292;-0.1779972;0.02422301,-0.1141903;0.3591229;-0.02095842,-0.1810122;0.1229256;-0.1556643,-0.2127265;-0.09176327;-0.3325905,0.07570346;0.003869745;-0.02557363,0.06542699;-0.3726431;0.02474975,0.05814321;-0.7129306;0.1063059,0.07708956;-0.7031795;0.01022773,-0.06691168;0.005681287;-0.04348045,-0.09861647;-0.3710125;-0.0047944,-0.1239363;-0.709971;0.07866848,-0.114179;-0.7638579;0.02511679,-0.00582741;0.3997537;0.01076906,168.6169
+0;0;0,0.000498133;0.1999004;0.006291231,0.002622527;0.4997721;7.008668E-05,0.1176421;0.3673789;0.007279166,0.1536015;0.09037134;0.0266115,0.1995201;-0.1776177;-0.04027149,-0.1088334;0.3565158;-0.009286666,-0.1578517;0.08893305;-0.07559427,-0.205742;-0.1517747;-0.2103767,0.07219182;0.005732105;-0.03399241,0.08397512;-0.3717248;0.008285876,0.08650643;-0.7153647;0.07465757,0.09058583;-0.7056423;-0.02317994,-0.07051102;0.003839051;-0.03759597,-0.09764315;-0.3739728;-0.007230481,-0.1149814;-0.7172099;0.05900893,-0.1084602;-0.7074413;-0.03870578,0.002154742;0.3998885;0.004870767,0;0;0,-0.003012981;0.1997835;0.008801784,-0.007098322;0.4996934;0.007468176,0.1072365;0.3710298;0.0390057,0.1365331;0.09341088;0.06067298,0.1945529;-0.1781083;0.02446502,-0.1141795;0.3590916;-0.02087075,-0.1810063;0.1211032;-0.1523837,-0.2135725;-0.09539717;-0.3269319,0.0757107;0.00385065;-0.0255551,0.06555959;-0.3726732;0.02471173,0.05832576;-0.7129747;0.1062137,0.07732707;-0.703229;0.01014753,-0.06688402;0.005692232;-0.04352157,-0.09847769;-0.3709873;-0.004606731,-0.123758;-0.709994;0.07867222,-0.1142871;-0.7638785;0.02506531,-0.0057903;0.399755;0.01072472,168.6391
+0;0;0,0.0003011239;0.1998985;0.006364982,0.002260468;0.4997755;0.0002830732,0.1173649;0.3674437;0.007670406,0.1533629;0.09042794;0.02681309,0.1991954;-0.1775614;-0.04012787,-0.1088812;0.3562788;-0.01028099,-0.1601179;0.09187004;-0.08684977,-0.2088063;-0.1428611;-0.2315242,0.07224973;0.005759005;-0.0338646,0.08365004;-0.3717088;0.008420981,0.08627317;-0.7153538;0.07476254,0.09080556;-0.7056299;-0.02305535,-0.07045966;0.003811469;-0.03769493,-0.09765157;-0.3739924;-0.007284855,-0.1153099;-0.7172016;0.0590148,-0.1083344;-0.7074304;-0.03866909,0.00186483;0.3998877;0.00500263,0;0;0,-0.003003255;0.199787;0.008725273,-0.007064954;0.4996965;0.007225531,0.1071402;0.3710976;0.03934855,0.1365869;0.09342626;0.06012114,0.1940954;-0.1782759;0.02447416,-0.1142154;0.3590495;-0.02079939,-0.1810263;0.120582;-0.1514499,-0.2147719;-0.09707649;-0.3243256,0.0757211;0.003838181;-0.02552612,0.06556808;-0.372733;0.02438473,0.05809945;-0.7130813;0.1056697,0.07720707;-0.7033393;0.009625353,-0.0668323;0.005698665;-0.04360009,-0.09839767;-0.3710209;-0.005051076,-0.1237032;-0.7100456;0.07814668,-0.1143254;-0.7641152;0.02481419,-0.005767817;0.3997597;0.01053437,168.6727
+0;0;0,0.0003011239;0.1998985;0.006364982,0.002260468;0.4997755;0.0002830732,0.1173649;0.3674437;0.007670406,0.1533629;0.09042794;0.02681309,0.1991954;-0.1775614;-0.04012787,-0.1088812;0.3562788;-0.01028099,-0.1601179;0.09187004;-0.08684977,-0.2088063;-0.1428611;-0.2315242,0.07224973;0.005759005;-0.0338646,0.08365004;-0.3717088;0.008420981,0.08627317;-0.7153538;0.07476254,0.09080556;-0.7056299;-0.02305535,-0.07045966;0.003811469;-0.03769493,-0.09765157;-0.3739924;-0.007284855,-0.1153099;-0.7172016;0.0590148,-0.1083344;-0.7074304;-0.03866909,0.00186483;0.3998877;0.00500263,0;0;0,-0.003009954;0.1997858;0.008749955,-0.007069158;0.4996954;0.00726425,0.1071199;0.3711344;0.03946931,0.1367728;0.09346953;0.06003453,0.1935632;-0.1784719;0.02506707,-0.1143059;0.3591115;-0.02056018,-0.1805875;0.1192045;-0.1488231,-0.2155375;-0.09858152;-0.3212984,0.07572571;0.003821349;-0.02551495,0.0655956;-0.3727563;0.02435159,0.05814772;-0.7131091;0.1056198,0.07721687;-0.7033638;0.009567142,-0.06682432;0.00571085;-0.04361073,-0.09851751;-0.371003;-0.005111042,-0.1237819;-0.7100028;0.07820082,-0.1147218;-0.7646456;0.02572696,-0.005776142;0.3997584;0.0105705,168.7061
+0;0;0,0.0003011239;0.1998985;0.006364982,0.002260468;0.4997755;0.0002830732,0.1173649;0.3674437;0.007670406,0.1533629;0.09042794;0.02681309,0.1991954;-0.1775614;-0.04012787,-0.1088812;0.3562788;-0.01028099,-0.1601179;0.09187004;-0.08684977,-0.2088063;-0.1428611;-0.2315242,0.07224973;0.005759005;-0.0338646,0.08365004;-0.3717088;0.008420981,0.08627317;-0.7153538;0.07476254,0.09080556;-0.7056299;-0.02305535,-0.07045966;0.003811469;-0.03769493,-0.09765157;-0.3739924;-0.007284855,-0.1153099;-0.7172016;0.0590148,-0.1083344;-0.7074304;-0.03866909,0.00186483;0.3998877;0.00500263,0;0;0,-0.003009954;0.1997858;0.008749955,-0.007069158;0.4996954;0.00726425,0.1071199;0.3711344;0.03946931,0.1367728;0.09346953;0.06003453,0.1935632;-0.1784719;0.02506707,-0.1143059;0.3591115;-0.02056018,-0.1805875;0.1192045;-0.1488231,-0.2155375;-0.09858152;-0.3212984,0.07572571;0.003821349;-0.02551495,0.0655956;-0.3727563;0.02435159,0.05814772;-0.7131091;0.1056198,0.07721687;-0.7033638;0.009567142,-0.06682432;0.00571085;-0.04361073,-0.09851751;-0.371003;-0.005111042,-0.1237819;-0.7100028;0.07820082,-0.1147218;-0.7646456;0.02572696,-0.005776142;0.3997584;0.0105705,168.7286
+0;0;0,-0.0001482669;0.1998925;0.006555741,0.001538704;0.4997731;0.000613105,0.116741;0.3675151;0.008233575,0.1526723;0.09046474;0.02699591,0.1985699;-0.1774996;-0.04000063,-0.1091988;0.3559646;-0.01134823,-0.1629712;0.09496367;-0.09729598,-0.2120898;-0.1367207;-0.2466603,0.07234625;0.005870224;-0.03363869,0.08285099;-0.3716088;0.008778568,0.08543198;-0.7152467;0.07515909,0.09049869;-0.7055117;-0.02263488,-0.07034778;0.003689642;-0.03791539,-0.09835997;-0.3740007;-0.00684591,-0.1158328;-0.7171966;0.05957167,-0.1083271;-0.7074131;-0.03807544,0.001226077;0.3998839;0.005308338,0;0;0,-0.002973126;0.1997886;0.008699606,-0.006980342;0.4996985;0.007112471,0.1071723;0.3710957;0.03937382,0.1371459;0.0934667;0.05995829,0.1936155;-0.1785279;0.02488525,-0.114298;0.3590456;-0.02037289,-0.1806296;0.1172079;-0.1449307,-0.2167859;-0.1000561;-0.3178153,0.07568939;0.003846544;-0.02561874,0.06560445;-0.3727484;0.0241262,0.05822292;-0.7131352;0.1052575,0.07720306;-0.7033952;0.009188369,-0.06687926;0.005674052;-0.04353125,-0.0985314;-0.3710442;-0.00504167,-0.1233053;-0.7102492;0.07757965,-0.1173322;-0.7639751;0.02322621,-0.005706313;0.3997623;0.01044912,168.751
+0;0;0,-0.0001482669;0.1998925;0.006555741,0.001538704;0.4997731;0.000613105,0.116741;0.3675151;0.008233575,0.1526723;0.09046474;0.02699591,0.1985699;-0.1774996;-0.04000063,-0.1091988;0.3559646;-0.01134823,-0.1629712;0.09496367;-0.09729598,-0.2120898;-0.1367207;-0.2466603,0.07234625;0.005870224;-0.03363869,0.08285099;-0.3716088;0.008778568,0.08543198;-0.7152467;0.07515909,0.09049869;-0.7055117;-0.02263488,-0.07034778;0.003689642;-0.03791539,-0.09835997;-0.3740007;-0.00684591,-0.1158328;-0.7171966;0.05957167,-0.1083271;-0.7074131;-0.03807544,0.001226077;0.3998839;0.005308338,0;0;0,-0.003016038;0.1997873;0.008714427,-0.00708777;0.4996962;0.007121866,0.1071076;0.3711229;0.03932315,0.1372808;0.09350854;0.05981381,0.193874;-0.1784824;0.02491228,-0.1143955;0.3589642;-0.02022222,-0.1807023;0.1168108;-0.1441785,-0.217364;-0.1005838;-0.3167922,0.07565178;0.003873595;-0.02572553,0.06550244;-0.3727184;0.02402831,0.058196;-0.7130876;0.1052405,0.07710451;-0.7033446;0.009156585,-0.06696858;0.005605507;-0.04340262,-0.09921274;-0.371105;-0.005330902,-0.1234673;-0.7103906;0.07711333,-0.116572;-0.7640415;0.02275359,-0.005794682;0.3997604;0.01046214,168.7845
+0;0;0,-0.0001482669;0.1998925;0.006555741,0.001538704;0.4997731;0.000613105,0.116741;0.3675151;0.008233575,0.1526723;0.09046474;0.02699591,0.1985699;-0.1774996;-0.04000063,-0.1091988;0.3559646;-0.01134823,-0.1629712;0.09496367;-0.09729598,-0.2120898;-0.1367207;-0.2466603,0.07234625;0.005870224;-0.03363869,0.08285099;-0.3716088;0.008778568,0.08543198;-0.7152467;0.07515909,0.09049869;-0.7055117;-0.02263488,-0.07034778;0.003689642;-0.03791539,-0.09835997;-0.3740007;-0.00684591,-0.1158328;-0.7171966;0.05957167,-0.1083271;-0.7074131;-0.03807544,0.001226077;0.3998839;0.005308338,0;0;0,-0.002968569;0.1997891;0.008690135,-0.006980766;0.4996985;0.00704737,0.1072029;0.3712361;0.03934192,0.1375274;0.09361374;0.05949698,0.1943391;-0.1783418;0.02467454,-0.1144757;0.3590173;-0.019751,-0.1799712;0.1166841;-0.1437872,-0.2173227;-0.1006569;-0.3163204,0.07561749;0.00386495;-0.02582744,0.06602527;-0.3726636;0.02451404,0.05848404;-0.7131311;0.1052914,0.07723954;-0.7033843;0.009176724,-0.06704583;0.005613535;-0.04328215,-0.09907039;-0.3711337;-0.00538886,-0.1235678;-0.7104387;0.07690339,-0.116103;-0.7648832;0.02386167,-0.005707841;0.399763;0.01040418,168.818
+0;0;0,-0.0003955893;0.1998884;0.006668597,0.001067002;0.4997731;0.0008523893,0.1163678;0.3675935;0.008739434,0.1523158;0.09052405;0.02718583,0.1984264;-0.1774294;-0.03970776,-0.109473;0.3559268;-0.01180598,-0.1647411;0.09770769;-0.1049098,-0.2143768;-0.1159558;-0.2789334,0.07239781;0.005914412;-0.03351979,0.08247992;-0.3715613;0.009029027,0.08492383;-0.7152108;0.0753544,0.09030964;-0.7054676;-0.02242421,-0.07031944;0.003638834;-0.03797281,-0.09845335;-0.3740418;-0.006894799,-0.1161415;-0.7171798;0.05976406,-0.108319;-0.7073868;-0.03786015,0.0008386843;0.3998812;0.005495587,0;0;0,-0.002927485;0.1997904;0.008674187,-0.006874601;0.4997002;0.006960957,0.1072769;0.3713751;0.03944928,0.1377161;0.09372911;0.05909967,0.1949273;-0.1781563;0.02438337,-0.1144916;0.3588241;-0.0191844,-0.1797549;0.1162397;-0.1428512,-0.217476;-0.1007744;-0.3157154,0.07559607;0.003960782;-0.02587559,0.06605818;-0.3725928;0.02428838,0.05860932;-0.7131028;0.104895,0.07720706;-0.7033539;0.008749217,-0.06707783;0.005516252;-0.04324507,-0.09892209;-0.3712626;-0.005514149,-0.1233899;-0.710605;0.07663204,-0.1155878;-0.7651726;0.02383568,-0.005624947;0.3997652;0.01034316,168.8405
+0;0;0,-0.0003955893;0.1998884;0.006668597,0.001067002;0.4997731;0.0008523893,0.1163678;0.3675935;0.008739434,0.1523158;0.09052405;0.02718583,0.1984264;-0.1774294;-0.03970776,-0.109473;0.3559268;-0.01180598,-0.1647411;0.09770769;-0.1049098,-0.2143768;-0.1159558;-0.2789334,0.07239781;0.005914412;-0.03351979,0.08247992;-0.3715613;0.009029027,0.08492383;-0.7152108;0.0753544,0.09030964;-0.7054676;-0.02242421,-0.07031944;0.003638834;-0.03797281,-0.09845335;-0.3740418;-0.006894799,-0.1161415;-0.7171798;0.05976406,-0.108319;-0.7073868;-0.03786015,0.0008386843;0.3998812;0.005495587,0;0;0,-0.002960306;0.1997863;0.00875615,-0.006943455;0.4996963;0.007163444,0.1072417;0.3714577;0.03959573,0.1376901;0.09378964;0.05891753,0.1952954;-0.1779928;0.02404743,-0.1146216;0.3587682;-0.01869673,-0.1793798;0.1158253;-0.1419247,-0.2173186;-0.1004958;-0.3156079,0.07558422;0.004008716;-0.0259028,0.06603884;-0.3723992;0.02534164,0.05874304;-0.7130864;0.1052103,0.07722043;-0.7033229;0.009038173,-0.06708901;0.005470596;-0.0432335,-0.09889342;-0.3712969;-0.005355999,-0.1231695;-0.7107506;0.07638638,-0.1128815;-0.765914;0.02499223,-0.005686671;0.3997601;0.01050669,168.8735
+0;0;0,-0.0003955893;0.1998884;0.006668597,0.001067002;0.4997731;0.0008523893,0.1163678;0.3675935;0.008739434,0.1523158;0.09052405;0.02718583,0.1984264;-0.1774294;-0.03970776,-0.109473;0.3559268;-0.01180598,-0.1647411;0.09770769;-0.1049098,-0.2143768;-0.1159558;-0.2789334,0.07239781;0.005914412;-0.03351979,0.08247992;-0.3715613;0.009029027,0.08492383;-0.7152108;0.0753544,0.09030964;-0.7054676;-0.02242421,-0.07031944;0.003638834;-0.03797281,-0.09845335;-0.3740418;-0.006894799,-0.1161415;-0.7171798;0.05976406,-0.108319;-0.7073868;-0.03786015,0.0008386843;0.3998812;0.005495587,0;0;0,-0.002951752;0.1997837;0.008817502,-0.006901397;0.4996947;0.007329436,0.1073041;0.3715269;0.03965297,0.1378102;0.0938403;0.05861406,0.1959267;-0.1778051;0.02352472,-0.1147447;0.3589026;-0.01820171,-0.1791783;0.1157443;-0.1411747,-0.2174691;-0.09985317;-0.3156785,0.07556967;0.004001144;-0.02594638,0.06602757;-0.3724125;0.02525631,0.05876353;-0.7131017;0.1051192,0.07709179;-0.7033249;0.008915737,-0.06712556;0.005470855;-0.04317671,-0.09870397;-0.3713111;-0.005253132,-0.1231731;-0.7107675;0.07642049,-0.1131804;-0.7655548;0.02435073,-0.005661019;0.3997571;0.01063681,168.9071
+0;0;0,-0.0007082957;0.1998798;0.006895874,0.0004158451;0.499772;0.001314796,0.1158988;0.3676658;0.009301228,0.1518236;0.09057009;0.02739513,0.1980319;-0.177373;-0.03947258,-0.1097034;0.3558201;-0.01278444,-0.167461;0.1029039;-0.1181289,-0.2160179;-0.1110009;-0.2921605,0.07245171;0.005941164;-0.0333984,0.0819936;-0.3715213;0.0093925,0.0843841;-0.7151935;0.07560205,0.09027994;-0.7054374;-0.02214981,-0.07026992;0.003608007;-0.0380673,-0.0992419;-0.3740574;-0.007580077,-0.1166971;-0.7170831;0.05971546,-0.1083664;-0.7072719;-0.03787046,0.0003540024;0.3998742;0.005833112,0;0;0,-0.002951752;0.1997837;0.008817502,-0.006901397;0.4996947;0.007329436,0.1073041;0.3715269;0.03965297,0.1378102;0.0938403;0.05861406,0.1959267;-0.1778051;0.02352472,-0.1147447;0.3589026;-0.01820171,-0.1791783;0.1157443;-0.1411747,-0.2174691;-0.09985317;-0.3156785,0.07556967;0.004001144;-0.02594638,0.06602757;-0.3724125;0.02525631,0.05876353;-0.7131017;0.1051192,0.07709179;-0.7033249;0.008915737,-0.06712556;0.005470855;-0.04317671,-0.09870397;-0.3713111;-0.005253132,-0.1231731;-0.7107675;0.07642049,-0.1131804;-0.7655548;0.02435073,-0.005661019;0.3997571;0.01063681,168.9294
+0;0;0,-0.0007082957;0.1998798;0.006895874,0.0004158451;0.499772;0.001314796,0.1158988;0.3676658;0.009301228,0.1518236;0.09057009;0.02739513,0.1980319;-0.177373;-0.03947258,-0.1097034;0.3558201;-0.01278444,-0.167461;0.1029039;-0.1181289,-0.2160179;-0.1110009;-0.2921605,0.07245171;0.005941164;-0.0333984,0.0819936;-0.3715213;0.0093925,0.0843841;-0.7151935;0.07560205,0.09027994;-0.7054374;-0.02214981,-0.07026992;0.003608007;-0.0380673,-0.0992419;-0.3740574;-0.007580077,-0.1166971;-0.7170831;0.05971546,-0.1083664;-0.7072719;-0.03787046,0.0003540024;0.3998742;0.005833112,0;0;0,-0.002928135;0.1997835;0.008829995,-0.006832703;0.4996949;0.007318826,0.1073775;0.3715077;0.03954825,0.1380078;0.09382442;0.05835763,0.1966048;-0.177698;0.02311628,-0.1147299;0.3589242;-0.0180931,-0.1793272;0.1160304;-0.141502,-0.2178522;-0.09877077;-0.3169337,0.07554305;0.004016256;-0.02602148,0.06598271;-0.3724181;0.02502525,0.05894739;-0.7131179;0.1048636,0.0772021;-0.7033384;0.008645616,-0.06716523;0.005446845;-0.04311801,-0.09858483;-0.3713618;-0.005327951,-0.1234089;-0.7106129;0.0770883,-0.1122467;-0.7638894;0.02286256,-0.005609404;0.3997574;0.01063621,168.9629
+0;0;0,-0.0007082957;0.1998798;0.006895874,0.0004158451;0.499772;0.001314796,0.1158988;0.3676658;0.009301228,0.1518236;0.09057009;0.02739513,0.1980319;-0.177373;-0.03947258,-0.1097034;0.3558201;-0.01278444,-0.167461;0.1029039;-0.1181289,-0.2160179;-0.1110009;-0.2921605,0.07245171;0.005941164;-0.0333984,0.0819936;-0.3715213;0.0093925,0.0843841;-0.7151935;0.07560205,0.09027994;-0.7054374;-0.02214981,-0.07026992;0.003608007;-0.0380673,-0.0992419;-0.3740574;-0.007580077,-0.1166971;-0.7170831;0.05971546,-0.1083664;-0.7072719;-0.03787046,0.0003540024;0.3998742;0.005833112,0;0;0,-0.00295744;0.1997806;0.008887666,-0.006908146;0.4996918;0.007474905,0.1073553;0.3715793;0.03958866,0.138186;0.09390774;0.05824327,0.1970118;-0.1775085;0.0225676,-0.1148107;0.3588636;-0.01781842,-0.1792728;0.1162666;-0.1418802,-0.2182651;-0.09599252;-0.3202777,0.07553354;0.004045267;-0.02604459,0.06585072;-0.3723769;0.02506856,0.05891548;-0.7130935;0.1048442,0.07708395;-0.7033014;0.008607224,-0.06719489;0.00540706;-0.04307681,-0.09832504;-0.3713996;-0.005028393,-0.1231533;-0.7106941;0.07720782,-0.112289;-0.763649;0.0224315,-0.005671654;0.3997534;0.01075941,168.9854
+0;0;0,-0.0008442467;0.1998762;0.006983846,0.0001260504;0.4997723;0.001534971,0.1156787;0.3677882;0.009915248,0.1515187;0.09066454;0.02774653,0.1978977;-0.1771926;-0.03934709,-0.1096234;0.3555098;-0.01375606,-0.1716091;0.109546;-0.132329,-0.2186018;-0.1008987;-0.3109481,0.07246783;0.005945241;-0.03336266,0.08174895;-0.3715123;0.009528335,0.08410008;-0.7151762;0.07578206,0.09051897;-0.7054196;-0.02193695,-0.07026391;0.003605187;-0.03807865,-0.09945126;-0.3740332;-0.007462181,-0.1165087;-0.7170537;0.05996182,-0.107662;-0.7072384;-0.03757952,0.0001138241;0.3998715;0.005987125,0;0;0,-0.002943838;0.1997804;0.008895325,-0.006876135;0.4996919;0.007490664,0.1073889;0.3717051;0.03968832,0.1383463;0.09402663;0.05802709,0.1974738;-0.17729;0.02209339,-0.114841;0.3588743;-0.01761121,-0.1793017;0.1168685;-0.1428231,-0.2185928;-0.0922472;-0.3248308,0.07551457;0.004093097;-0.02609206,0.06568288;-0.372355;0.02480135,0.05918505;-0.7131506;0.1042755,0.07730637;-0.7033688;0.008031875,-0.06721355;0.005362875;-0.04305321,-0.09826931;-0.3714563;-0.005068026,-0.1230511;-0.7107821;0.07705326,-0.1115265;-0.763643;0.02226958,-0.005647193;0.3997533;0.01077212,169.0189
+0;0;0,-0.0008442467;0.1998762;0.006983846,0.0001260504;0.4997723;0.001534971,0.1156787;0.3677882;0.009915248,0.1515187;0.09066454;0.02774653,0.1978977;-0.1771926;-0.03934709,-0.1096234;0.3555098;-0.01375606,-0.1716091;0.109546;-0.132329,-0.2186018;-0.1008987;-0.3109481,0.07246783;0.005945241;-0.03336266,0.08174895;-0.3715123;0.009528335,0.08410008;-0.7151762;0.07578206,0.09051897;-0.7054196;-0.02193695,-0.07026391;0.003605187;-0.03807865,-0.09945126;-0.3740332;-0.007462181,-0.1165087;-0.7170537;0.05996182,-0.107662;-0.7072384;-0.03757952,0.0001138241;0.3998715;0.005987125,0;0;0,-0.002792421;0.1997908;0.008708354,-0.006626407;0.4996991;0.007013723,0.1074744;0.3717762;0.03983405,0.1386005;0.0940828;0.05765399,0.1979416;-0.1771063;0.02111492,-0.1147205;0.3588357;-0.01758445,-0.1795116;0.1174573;-0.1438325,-0.2187065;-0.08859797;-0.3293183,0.0754795;0.004078232;-0.02619567,0.06581433;-0.3723788;0.02466378,0.05931354;-0.713165;0.1041778,0.07748504;-0.7034082;0.007948913,-0.06727654;0.005368172;-0.04295403,-0.09808885;-0.3714833;-0.005091649,-0.1228784;-0.7108725;0.07676482,-0.1120691;-0.7636818;0.0217577,-0.005458208;0.3997654;0.01046019,169.0424
+0;0;0,-0.0008442467;0.1998762;0.006983846,0.0001260504;0.4997723;0.001534971,0.1156787;0.3677882;0.009915248,0.1515187;0.09066454;0.02774653,0.1978977;-0.1771926;-0.03934709,-0.1096234;0.3555098;-0.01375606,-0.1716091;0.109546;-0.132329,-0.2186018;-0.1008987;-0.3109481,0.07246783;0.005945241;-0.03336266,0.08174895;-0.3715123;0.009528335,0.08410008;-0.7151762;0.07578206,0.09051897;-0.7054196;-0.02193695,-0.07026391;0.003605187;-0.03807865,-0.09945126;-0.3740332;-0.007462181,-0.1165087;-0.7170537;0.05996182,-0.107662;-0.7072384;-0.03757952,0.0001138241;0.3998715;0.005987125,0;0;0,-0.002855514;0.1997872;0.008771322,-0.00682985;0.4996951;0.007231472,0.1073672;0.371801;0.03985541,0.1385287;0.09409609;0.05743205,0.1979089;-0.1770473;0.02061858,-0.1148241;0.3587993;-0.01756294,-0.1797552;0.1185468;-0.1458699,-0.2181592;-0.08452207;-0.334783,0.07547757;0.004080654;-0.02620083,0.06570957;-0.3724186;0.0243254,0.05931256;-0.7131656;0.1040155,0.07747829;-0.7033958;0.007782683,-0.06728128;0.005366966;-0.04294676,-0.09810379;-0.3715526;-0.005776811,-0.1228281;-0.710887;0.07632609,-0.1141294;-0.7640804;0.02152464,-0.005607155;0.3997598;0.01061316,169.0749
+0;0;0,-0.001181063;0.1998713;0.007074659,-0.000555973;0.4997725;0.001795215,0.115158;0.367824;0.01040223,0.1510404;0.09069407;0.0280507,0.1975154;-0.1771134;-0.03917473,-0.1097986;0.3553216;-0.01503283,-0.1748099;0.1159823;-0.1449953,-0.2192857;-0.08652009;-0.3331832,0.07251991;0.006015724;-0.03323665,0.08128185;-0.3714572;0.009628195,0.08353636;-0.7151358;0.07580978,0.09054359;-0.7053778;-0.0218691,-0.07020444;0.003532368;-0.03819502,-0.100083;-0.3740281;-0.007285668,-0.1169586;-0.7170618;0.06011687,-0.1075263;-0.7072407;-0.03737079,-0.0004065325;0.3998678;0.0061569,0;0;0,-0.002855514;0.1997872;0.008771322,-0.00682985;0.4996951;0.007231472,0.1073672;0.371801;0.03985541,0.1385287;0.09409609;0.05743205,0.1979089;-0.1770473;0.02061858,-0.1148241;0.3587993;-0.01756294,-0.1797552;0.1185468;-0.1458699,-0.2181592;-0.08452207;-0.334783,0.07547757;0.004080654;-0.02620083,0.06570957;-0.3724186;0.0243254,0.05931256;-0.7131656;0.1040155,0.07747829;-0.7033958;0.007782683,-0.06728128;0.005366966;-0.04294676,-0.09810379;-0.3715526;-0.005776811,-0.1228281;-0.710887;0.07632609,-0.1141294;-0.7640804;0.02152464,-0.005607155;0.3997598;0.01061316,169.0979
+0;0;0,-0.001181063;0.1998713;0.007074659,-0.000555973;0.4997725;0.001795215,0.115158;0.367824;0.01040223,0.1510404;0.09069407;0.0280507,0.1975154;-0.1771134;-0.03917473,-0.1097986;0.3553216;-0.01503283,-0.1748099;0.1159823;-0.1449953,-0.2192857;-0.08652009;-0.3331832,0.07251991;0.006015724;-0.03323665,0.08128185;-0.3714572;0.009628195,0.08353636;-0.7151358;0.07580978,0.09054359;-0.7053778;-0.0218691,-0.07020444;0.003532368;-0.03819502,-0.100083;-0.3740281;-0.007285668,-0.1169586;-0.7170618;0.06011687,-0.1075263;-0.7072407;-0.03737079,-0.0004065325;0.3998678;0.0061569,0;0;0,-0.002984018;0.1997725;0.009057444,-0.007195141;0.4996821;0.008242062,0.1071792;0.3716997;0.04014862,0.1384996;0.09398434;0.05727226,0.1978874;-0.1771128;0.0201315,-0.1149169;0.3586975;-0.01743577,-0.1808384;0.1207265;-0.1494363,-0.2182676;-0.0800603;-0.3409662,0.07547668;0.004119805;-0.0261973,0.06575632;-0.3723904;0.02425601,0.05945341;-0.7131798;0.1037728,0.07766003;-0.7033643;0.007538192,-0.06726948;0.005331173;-0.04296971,-0.09795618;-0.3716033;-0.005838614,-0.1227471;-0.7109499;0.07619393,-0.1136677;-0.7642819;0.02166556,-0.005885131;0.3997385;0.01133416,169.1306
+0;0;0,-0.001398113;0.1998668;0.007164056,-0.001052268;0.4997736;0.002100013,0.1145818;0.3679743;0.01503585,0.1559174;0.09126249;0.02607737,0.202486;-0.17645;-0.04146063,-0.1099417;0.3553619;-0.01607088,-0.1776634;0.1266015;-0.1626398,-0.2211621;-0.0635075;-0.3635539,0.07254659;0.00601784;-0.03317797,0.08105471;-0.3714631;0.00966762,0.08326956;-0.7151371;0.0758739,0.09222218;-0.7054093;-0.02163964,-0.07010474;0.003542623;-0.03837676,-0.100627;-0.3739453;-0.007211572,-0.1173299;-0.7169592;0.06033433,-0.1059587;-0.7071577;-0.03694219,-0.0007764311;0.3998641;0.006345616,0;0;0,-0.003030106;0.1997647;0.009214511,-0.007280786;0.4996744;0.008624594,0.1071367;0.3717213;0.0403569,0.1386042;0.09400246;0.05715193,0.198071;-0.1769859;0.01934968,-0.1149018;0.3586456;-0.01741067,-0.1815662;0.1242513;-0.1553061,-0.2176744;-0.07405733;-0.3496509,0.07549106;0.004122229;-0.02615546,0.06596699;-0.3723662;0.02449797,0.05972689;-0.713221;0.1037387,0.07798154;-0.703388;0.00750944,-0.06723747;0.00532685;-0.0430203,-0.09811474;-0.3715738;-0.005703844,-0.1228362;-0.7109664;0.07615889,-0.113918;-0.7629992;0.01966923,-0.005959329;0.3997285;0.01163623,169.1529
+0;0;0,-0.001398113;0.1998668;0.007164056,-0.001052268;0.4997736;0.002100013,0.1145818;0.3679743;0.01503585,0.1559174;0.09126249;0.02607737,0.202486;-0.17645;-0.04146063,-0.1099417;0.3553619;-0.01607088,-0.1776634;0.1266015;-0.1626398,-0.2211621;-0.0635075;-0.3635539,0.07254659;0.00601784;-0.03317797,0.08105471;-0.3714631;0.00966762,0.08326956;-0.7151371;0.0758739,0.09222218;-0.7054093;-0.02163964,-0.07010474;0.003542623;-0.03837676,-0.100627;-0.3739453;-0.007211572,-0.1173299;-0.7169592;0.06033433,-0.1059587;-0.7071577;-0.03694219,-0.0007764311;0.3998641;0.006345616,0;0;0,-0.003065758;0.1997581;0.009342855,-0.007361082;0.4996679;0.008957338,0.1070662;0.3717448;0.04066562,0.1386166;0.09400618;0.05696969,0.1980103;-0.1769765;0.01901212,-0.1148972;0.358643;-0.01742302,-0.1819609;0.1254816;-0.1572022,-0.217482;-0.05646335;-0.3670457,0.07550582;0.004099743;-0.02611632,0.06599279;-0.3724169;0.02432891,0.05979695;-0.7132581;0.1036312,0.0781515;-0.7034117;0.007418208,-0.06721538;0.005337163;-0.04305353,-0.09810536;-0.3715646;-0.005759262,-0.1226404;-0.7109208;0.07631009,-0.1144106;-0.7620953;0.01849154,-0.006025342;0.39972;0.01189586,169.1863
+0;0;0,-0.001398113;0.1998668;0.007164056,-0.001052268;0.4997736;0.002100013,0.1145818;0.3679743;0.01503585,0.1559174;0.09126249;0.02607737,0.202486;-0.17645;-0.04146063,-0.1099417;0.3553619;-0.01607088,-0.1776634;0.1266015;-0.1626398,-0.2211621;-0.0635075;-0.3635539,0.07254659;0.00601784;-0.03317797,0.08105471;-0.3714631;0.00966762,0.08326956;-0.7151371;0.0758739,0.09222218;-0.7054093;-0.02163964,-0.07010474;0.003542623;-0.03837676,-0.100627;-0.3739453;-0.007211572,-0.1173299;-0.7169592;0.06033433,-0.1059587;-0.7071577;-0.03694219,-0.0007764311;0.3998641;0.006345616,0;0;0,-0.003094899;0.1997485;0.00953663,-0.007400381;0.4996587;0.009473775,0.1069587;0.3718423;0.04144098,0.1389703;0.09409729;0.05670481,0.1984988;-0.1768357;0.01860352,-0.1148069;0.3585561;-0.0173944,-0.1817946;0.126145;-0.1584538,-0.2175125;-0.05660236;-0.3675653,0.07551523;0.004194252;-0.0260741,0.06607985;-0.3723558;0.02413608,0.05991443;-0.7132034;0.103413,0.07850434;-0.7033421;0.007242106,-0.06717934;0.005271105;-0.04311787,-0.09810814;-0.3716362;-0.005912546,-0.122631;-0.7110078;0.07609697,-0.115041;-0.7620912;0.01806344,-0.00606386;0.3997074;0.01229597,169.2089
+0;0;0,-0.001398113;0.1998668;0.007164056,-0.001052268;0.4997736;0.002100013,0.1145818;0.3679743;0.01503585,0.1559174;0.09126249;0.02607737,0.202486;-0.17645;-0.04146063,-0.1099417;0.3553619;-0.01607088,-0.1776634;0.1266015;-0.1626398,-0.2211621;-0.0635075;-0.3635539,0.07254659;0.00601784;-0.03317797,0.08105471;-0.3714631;0.00966762,0.08326956;-0.7151371;0.0758739,0.09222218;-0.7054093;-0.02163964,-0.07010474;0.003542623;-0.03837676,-0.100627;-0.3739453;-0.007211572,-0.1173299;-0.7169592;0.06033433,-0.1059587;-0.7071577;-0.03694219,-0.0007764311;0.3998641;0.006345616,0;0;0,-0.00322589;0.199742;0.009629984,-0.007863492;0.4996473;0.009715335,0.1065572;0.3719154;0.04196218,0.1385057;0.09413266;0.05665987,0.1980418;-0.1767619;0.0182985,-0.1150416;0.3585019;-0.01751491,-0.1822166;0.1282125;-0.1619251,-0.2182707;-0.05561106;-0.3700333,0.07553775;0.004195303;-0.02600862,0.0661394;-0.3723847;0.02398329,0.06000373;-0.7132402;0.1032289,0.07880661;-0.7033703;0.007097572,-0.06714275;0.005267474;-0.04317529,-0.09812477;-0.3716888;-0.006513845,-0.1216172;-0.7111602;0.07538402,-0.114901;-0.764419;0.02040339,-0.006400404;0.3996964;0.01248669,169.2425
+0;0;0,-0.0016121;0.1998597;0.007314406,-0.001549367;0.4997757;0.002647565,0.1141905;0.3679323;0.01514534,0.155312;0.09121424;0.02681169,0.2017305;-0.1764585;-0.04098677,-0.110941;0.3560275;-0.0140528,-0.1761579;0.1320519;-0.168913,-0.2221354;-0.04124188;-0.3839835,0.07262149;0.005952154;-0.03302561,0.08062428;-0.3715382;0.009834636,0.08282074;-0.7152084;0.07606158,0.09112716;-0.7054353;-0.02151854,-0.07001384;0.003628498;-0.03853435,-0.1009826;-0.3737926;-0.007002745,-0.1178879;-0.7167852;0.06060145,-0.1071584;-0.7069325;-0.03675852,-0.001175425;0.3998582;0.006692702,0;0;0,-0.00335791;0.1997365;0.009697963,-0.008213237;0.4996382;0.009823866,0.1061812;0.3719821;0.04251756,0.1379006;0.09414133;0.05660147,0.1974872;-0.1767161;0.01805709,-0.1152123;0.3584699;-0.01775662,-0.1823357;0.1296196;-0.1644603,-0.2185015;-0.05180475;-0.3746442,0.07561562;0.004307651;-0.02576281,0.0662166;-0.3723513;0.02363009,0.06008866;-0.7132319;0.1027683,0.07916132;-0.703362;0.006690167,-0.06704112;0.005204191;-0.04334057,-0.09810974;-0.3717397;-0.006625261,-0.1214814;-0.7112097;0.07531308,-0.1153316;-0.7644559;0.0202472,-0.006674398;0.3996882;0.0125845,169.2762
+0;0;0,-0.0016121;0.1998597;0.007314406,-0.001549367;0.4997757;0.002647565,0.1141905;0.3679323;0.01514534,0.155312;0.09121424;0.02681169,0.2017305;-0.1764585;-0.04098677,-0.110941;0.3560275;-0.0140528,-0.1761579;0.1320519;-0.168913,-0.2221354;-0.04124188;-0.3839835,0.07262149;0.005952154;-0.03302561,0.08062428;-0.3715382;0.009834636,0.08282074;-0.7152084;0.07606158,0.09112716;-0.7054353;-0.02151854,-0.07001384;0.003628498;-0.03853435,-0.1009826;-0.3737926;-0.007002745,-0.1178879;-0.7167852;0.06060145,-0.1071584;-0.7069325;-0.03675852,-0.001175425;0.3998582;0.006692702,0;0;0,-0.003482792;0.1997283;0.009822834,-0.008593131;0.4996257;0.01013041,0.1057907;0.3719571;0.04313026,0.1373446;0.09408575;0.05698171,0.1970844;-0.176757;0.01857141,-0.1153789;0.3584194;-0.01789656,-0.182793;0.1300878;-0.1652738,-0.2184051;-0.04673439;-0.3794366,0.07564815;0.004287077;-0.02567056,0.06630213;-0.3724103;0.02343868,0.06030708;-0.7133039;0.1025311,0.07963562;-0.7034209;0.006501339,-0.06698873;0.005223401;-0.04341919,-0.09800011;-0.3717286;-0.006738532,-0.1214161;-0.7111935;0.07520843,-0.1157734;-0.7637475;0.01905675,-0.006963423;0.3996754;0.01282833,169.3092
+0;0;0,-0.0016121;0.1998597;0.007314406,-0.001549367;0.4997757;0.002647565,0.1141905;0.3679323;0.01514534,0.155312;0.09121424;0.02681169,0.2017305;-0.1764585;-0.04098677,-0.110941;0.3560275;-0.0140528,-0.1761579;0.1320519;-0.168913,-0.2221354;-0.04124188;-0.3839835,0.07262149;0.005952154;-0.03302561,0.08062428;-0.3715382;0.009834636,0.08282074;-0.7152084;0.07606158,0.09112716;-0.7054353;-0.02151854,-0.07001384;0.003628498;-0.03853435,-0.1009826;-0.3737926;-0.007002745,-0.1178879;-0.7167852;0.06060145,-0.1071584;-0.7069325;-0.03675852,-0.001175425;0.3998582;0.006692702,0;0;0,-0.003596765;0.1997191;0.00996699,-0.009044583;0.4996106;0.01060599,0.1054385;0.3719049;0.04355537,0.1371267;0.09405145;0.05746019,0.1963254;-0.1770002;0.01969094,-0.1155427;0.3582955;-0.0179604,-0.1830555;0.1313575;-0.16743,-0.2180633;-0.04057901;-0.3856324,0.07565286;0.004314106;-0.02565215,0.06625545;-0.3723967;0.02334454,0.06028875;-0.7132941;0.1024227,0.07977668;-0.703392;0.006421156,-0.06697448;0.005203045;-0.04344361,-0.09793267;-0.3717447;-0.006674021,-0.1214138;-0.7111722;0.07540905,-0.1155814;-0.7632055;0.01851857,-0.007287448;0.3996592;0.01318189,169.3313
+0;0;0,-0.001744415;0.1998542;0.007432256,-0.001946394;0.499774;0.002964247,0.1137576;0.3678936;0.01702314,0.157189;0.09143904;0.02632975,0.2036621;-0.1763096;-0.04113086,-0.1104241;0.3556867;-0.01711114,-0.1729075;0.1337421;-0.1759709,-0.2250967;-0.04322909;-0.386583,0.07267063;0.005943405;-0.03291891,0.08070056;-0.3715587;0.009832915,0.08281234;-0.7151994;0.076215,0.09280214;-0.7054594;-0.02120027,-0.0698439;0.003671454;-0.03883749,-0.1012632;-0.3736757;-0.006869271,-0.1182712;-0.7166333;0.06088601,-0.1058609;-0.706789;-0.0362723,-0.001465902;0.3998534;0.00691809,0;0;0,-0.003596765;0.1997191;0.00996699,-0.009044583;0.4996106;0.01060599,0.1054385;0.3719049;0.04355537,0.1371267;0.09405145;0.05746019,0.1963254;-0.1770002;0.01969094,-0.1155427;0.3582955;-0.0179604,-0.1830555;0.1313575;-0.16743,-0.2180633;-0.04057901;-0.3856324,0.07565286;0.004314106;-0.02565215,0.06625545;-0.3723967;0.02334454,0.06028875;-0.7132941;0.1024227,0.07977668;-0.703392;0.006421156,-0.06697448;0.005203045;-0.04344361,-0.09793267;-0.3717447;-0.006674021,-0.1214138;-0.7111722;0.07540905,-0.1155814;-0.7632055;0.01851857,-0.007287448;0.3996592;0.01318189,169.3649
+0;0;0,-0.001744415;0.1998542;0.007432256,-0.001946394;0.499774;0.002964247,0.1137576;0.3678936;0.01702314,0.157189;0.09143904;0.02632975,0.2036621;-0.1763096;-0.04113086,-0.1104241;0.3556867;-0.01711114,-0.1729075;0.1337421;-0.1759709,-0.2250967;-0.04322909;-0.386583,0.07267063;0.005943405;-0.03291891,0.08070056;-0.3715587;0.009832915,0.08281234;-0.7151994;0.076215,0.09280214;-0.7054594;-0.02120027,-0.0698439;0.003671454;-0.03883749,-0.1012632;-0.3736757;-0.006869271,-0.1182712;-0.7166333;0.06088601,-0.1058609;-0.706789;-0.0362723,-0.001465902;0.3998534;0.00691809,0;0;0,-0.003753641;0.1997101;0.01008991,-0.009513087;0.4995953;0.01089356,0.1049585;0.3718405;0.04418766,0.1367783;0.09398848;0.05781754,0.1958452;-0.1771034;0.02013074,-0.115733;0.3581626;-0.01815492,-0.1834984;0.133823;-0.1713854,-0.2175526;-0.03599584;-0.3913897,0.07565799;0.004322806;-0.02563557,0.06622101;-0.3724163;0.02313487,0.06016188;-0.713308;0.1022306,0.07993459;-0.7034002;0.006286085,-0.06693953;0.005200983;-0.04349769,-0.09793714;-0.3717473;-0.006767176,-0.1213993;-0.7111455;0.07544219,-0.1184423;-0.7630597;0.01815939,-0.007647044;0.3996445;0.01341531,169.3874
+0;0;0,-0.001744415;0.1998542;0.007432256,-0.001946394;0.499774;0.002964247,0.1137576;0.3678936;0.01702314,0.157189;0.09143904;0.02632975,0.2036621;-0.1763096;-0.04113086,-0.1104241;0.3556867;-0.01711114,-0.1729075;0.1337421;-0.1759709,-0.2250967;-0.04322909;-0.386583,0.07267063;0.005943405;-0.03291891,0.08070056;-0.3715587;0.009832915,0.08281234;-0.7151994;0.076215,0.09280214;-0.7054594;-0.02120027,-0.0698439;0.003671454;-0.03883749,-0.1012632;-0.3736757;-0.006869271,-0.1182712;-0.7166333;0.06088601,-0.1058609;-0.706789;-0.0362723,-0.001465902;0.3998534;0.00691809,0;0;0,-0.003870093;0.1997031;0.01018419,-0.009940106;0.4995817;0.01120481,0.10456;0.37168;0.04460407,0.1364813;0.09384158;0.05827308,0.1955415;-0.1773202;0.02108167,-0.1159245;0.3581143;-0.01828495,-0.1842464;0.1333873;-0.1706985,-0.2176483;-0.02514191;-0.3990684,0.07569859;0.004310357;-0.02551751,0.0662245;-0.3724541;0.02304942,0.06018496;-0.7133678;0.1020516,0.0801487;-0.7034512;0.006144837,-0.06689323;0.005184794;-0.0435708,-0.09806764;-0.3717524;-0.006876316,-0.1215496;-0.7111563;0.07530391,-0.1177267;-0.7636669;0.01893554,-0.00795885;0.3996312;0.01364883,169.4096
+0;0;0,-0.001976914;0.1998433;0.007664605,-0.002404384;0.499766;0.003396042,0.1133968;0.3679721;0.01708566,0.1558164;0.09137955;0.02694207,0.2021938;-0.1763981;-0.0404692,-0.1115039;0.3563124;-0.01478823,-0.1728778;0.14191;-0.1840952,-0.223034;-0.02088699;-0.4063147,0.0727698;0.005895535;-0.03270779,0.08022484;-0.3715909;0.01028503,0.08230556;-0.7152377;0.0766369,0.0915184;-0.7054579;-0.02086318,-0.06974822;0.003719999;-0.03900445,-0.1016885;-0.3735538;-0.006689079,-0.118683;-0.7164891;0.06118283,-0.1070475;-0.7066036;-0.03607982,-0.00187749;0.3998429;0.007283012,0;0;0,-0.003870093;0.1997031;0.01018419,-0.009940106;0.4995817;0.01120481,0.10456;0.37168;0.04460407,0.1364813;0.09384158;0.05827308,0.1955415;-0.1773202;0.02108167,-0.1159245;0.3581143;-0.01828495,-0.1842464;0.1333873;-0.1706985,-0.2176483;-0.02514191;-0.3990684,0.07569859;0.004310357;-0.02551751,0.0662245;-0.3724541;0.02304942,0.06018496;-0.7133678;0.1020516,0.0801487;-0.7034512;0.006144837,-0.06689323;0.005184794;-0.0435708,-0.09806764;-0.3717524;-0.006876316,-0.1215496;-0.7111563;0.07530391,-0.1177267;-0.7636669;0.01893554,-0.00795885;0.3996312;0.01364883,169.4322
+0;0;0,-0.001976914;0.1998433;0.007664605,-0.002404384;0.499766;0.003396042,0.1133968;0.3679721;0.01708566,0.1558164;0.09137955;0.02694207,0.2021938;-0.1763981;-0.0404692,-0.1115039;0.3563124;-0.01478823,-0.1728778;0.14191;-0.1840952,-0.223034;-0.02088699;-0.4063147,0.0727698;0.005895535;-0.03270779,0.08022484;-0.3715909;0.01028503,0.08230556;-0.7152377;0.0766369,0.0915184;-0.7054579;-0.02086318,-0.06974822;0.003719999;-0.03900445,-0.1016885;-0.3735538;-0.006689079,-0.118683;-0.7164891;0.06118283,-0.1070475;-0.7066036;-0.03607982,-0.00187749;0.3998429;0.007283012,0;0;0,-0.004067652;0.1996832;0.01049258,-0.01054797;0.4995512;0.01211883,0.1040636;0.3714021;0.04518554,0.1359437;0.09358725;0.05941764,0.1947156;-0.1776356;0.02221512,-0.1161175;0.3580251;-0.01842845,-0.1839542;0.1330531;-0.1706972,-0.2178631;-0.02130678;-0.4018318,0.07573494;0.004319901;-0.02540783,0.06629324;-0.3724826;0.02286951,0.06013298;-0.7134023;0.1018369,0.08034345;-0.7034501;0.005974397,-0.06684115;0.005183535;-0.04365078,-0.0980219;-0.3717567;-0.00699266,-0.1213715;-0.7112288;0.07494292,-0.1175752;-0.7632687;0.01788983,-0.008426063;0.3995985;0.01434668,169.4653
+0;0;0,-0.001976914;0.1998433;0.007664605,-0.002404384;0.499766;0.003396042,0.1133968;0.3679721;0.01708566,0.1558164;0.09137955;0.02694207,0.2021938;-0.1763981;-0.0404692,-0.1115039;0.3563124;-0.01478823,-0.1728778;0.14191;-0.1840952,-0.223034;-0.02088699;-0.4063147,0.0727698;0.005895535;-0.03270779,0.08022484;-0.3715909;0.01028503,0.08230556;-0.7152377;0.0766369,0.0915184;-0.7054579;-0.02086318,-0.06974822;0.003719999;-0.03900445,-0.1016885;-0.3735538;-0.006689079,-0.118683;-0.7164891;0.06118283,-0.1070475;-0.7066036;-0.03607982,-0.00187749;0.3998429;0.007283012,0;0;0,-0.004204562;0.1996711;0.01066712,-0.0109938;0.4995304;0.01263807,0.1036977;0.3712099;0.04551924,0.135721;0.09343037;0.06011486,0.193997;-0.1779919;0.02359284,-0.1162182;0.3578287;-0.01858963,-0.1836385;0.1332944;-0.1716871,-0.2171679;-0.0161522;-0.4060831,0.07574238;0.004327903;-0.02538428,0.06631926;-0.3724885;0.02278847,0.06016367;-0.7134416;0.1016115,0.08054;-0.7034704;0.005780101,-0.06682387;0.005179666;-0.04367769,-0.09804619;-0.3717614;-0.007062811,-0.121452;-0.7113404;0.07441244,-0.1173372;-0.7631618;0.01706842,-0.008766653;0.3995774;0.01474506,169.488
+0;0;0,-0.002193109;0.1998336;0.007857397,-0.00284357;0.4997575;0.00377047,0.1130108;0.3679421;0.0172876,0.1544342;0.09121528;0.02760191,0.2009688;-0.1764933;-0.03997515,-0.1121364;0.35658;-0.01378726,-0.1740555;0.1530327;-0.1958161,-0.2224822;-0.005565003;-0.42143,0.07289853;0.005798382;-0.03243738,0.07990919;-0.3717152;0.01039216,0.08200292;-0.7153291;0.07691346,0.09094226;-0.7055267;-0.02061677,-0.06954858;0.003861477;-0.03934571,-0.1020229;-0.3733151;-0.006433289,-0.119012;-0.7162107;0.06163998,-0.107649;-0.706304;-0.03565927,-0.002269533;0.3998334;0.007623506,0;0;0,-0.004405652;0.1996554;0.01087767,-0.01156135;0.4995036;0.01326509,0.1031186;0.3710283;0.04633767,0.1351752;0.09323084;0.06051388,0.1929375;-0.1784424;0.02505703,-0.1163767;0.3575641;-0.01873412,-0.1838922;0.1340681;-0.1733018,-0.2170645;-0.01293848;-0.4092863,0.07579464;0.004257274;-0.02523982,0.06633202;-0.37256;0.02291846,0.06014555;-0.7135916;0.1013989,0.08085696;-0.7035924;0.005633533,-0.06678898;0.005199769;-0.04372864,-0.09802952;-0.3717393;-0.007109281,-0.1216985;-0.7112751;0.07447025,-0.1177631;-0.7630137;0.01699574,-0.009213258;0.3995503;0.01522418,169.5102
+0;0;0,-0.002193109;0.1998336;0.007857397,-0.00284357;0.4997575;0.00377047,0.1130108;0.3679421;0.0172876,0.1544342;0.09121528;0.02760191,0.2009688;-0.1764933;-0.03997515,-0.1121364;0.35658;-0.01378726,-0.1740555;0.1530327;-0.1958161,-0.2224822;-0.005565003;-0.42143,0.07289853;0.005798382;-0.03243738,0.07990919;-0.3717152;0.01039216,0.08200292;-0.7153291;0.07691346,0.09094226;-0.7055267;-0.02061677,-0.06954858;0.003861477;-0.03934571,-0.1020229;-0.3733151;-0.006433289,-0.119012;-0.7162107;0.06163998,-0.107649;-0.706304;-0.03565927,-0.002269533;0.3998334;0.007623506,0;0;0,-0.004677741;0.1996413;0.01102141,-0.01221929;0.4994783;0.0136257,0.1025424;0.3710201;0.04682392,0.1350002;0.0932698;0.06101083,0.1915918;-0.1787603;0.02641274,-0.116654;0.3574723;-0.01913515,-0.184212;0.1350093;-0.1751676,-0.2168197;-0.00801605;-0.4136639,0.07586112;0.004201749;-0.02504869,0.06598265;-0.3726646;0.02264008,0.05982279;-0.7137234;0.1010044,0.08082502;-0.7037082;0.005299039,-0.06666885;0.005245666;-0.04390611,-0.09879105;-0.3715728;-0.006811041,-0.1221413;-0.7112514;0.07426447,-0.1179491;-0.7629961;0.01681687,-0.009738456;0.3995268;0.01551284,169.5437
+0;0;0,-0.002422012;0.1998215;0.008092723,-0.003323744;0.4997468;0.004212777,0.1126447;0.3680091;0.01760863,0.1536244;0.09123048;0.02829928,0.1999926;-0.176497;-0.03931707,-0.1124243;0.3567309;-0.01424844,-0.174857;0.1625299;-0.2060508,-0.2215956;0.0202914;-0.4426596,0.07301136;0.005772593;-0.03218724,0.07960113;-0.3717361;0.01075223,0.08171231;-0.7153239;0.07740773,0.09091134;-0.7055069;-0.02010138,-0.06938814;0.003899679;-0.0396242,-0.1023754;-0.3731707;-0.006012026,-0.1194134;-0.716148;0.06163619,-0.1077912;-0.7062279;-0.03563521,-0.002663509;0.3998214;0.00801756,0;0;0,-0.004821919;0.1996247;0.0112583,-0.01258587;0.4994525;0.01422385,0.1021338;0.3709836;0.04769239,0.134956;0.09327662;0.0618888,0.1906849;-0.1790233;0.02802092,-0.1167386;0.3573949;-0.01924252,-0.1806337;0.1758436;-0.2226056,-0.2125319;-0.01293527;-0.4269217,0.0759167;0.004273492;-0.02486748,0.06585691;-0.3726493;0.0223342,0.05983015;-0.7136685;0.1008812,0.08115721;-0.7036393;0.005244792,-0.0666046;0.005195143;-0.04400952,-0.09880178;-0.3716192;-0.006937943,-0.122471;-0.7112883;0.07408448,-0.1181565;-0.7622539;0.01555277,-0.01003476;0.3995007;0.01599072,169.5773
+0;0;0,-0.002422012;0.1998215;0.008092723,-0.003323744;0.4997468;0.004212777,0.1126447;0.3680091;0.01760863,0.1536244;0.09123048;0.02829928,0.1999926;-0.176497;-0.03931707,-0.1124243;0.3567309;-0.01424844,-0.174857;0.1625299;-0.2060508,-0.2215956;0.0202914;-0.4426596,0.07301136;0.005772593;-0.03218724,0.07960113;-0.3717361;0.01075223,0.08171231;-0.7153239;0.07740773,0.09091134;-0.7055069;-0.02010138,-0.06938814;0.003899679;-0.0396242,-0.1023754;-0.3731707;-0.006012026,-0.1194134;-0.716148;0.06163619,-0.1077912;-0.7062279;-0.03563521,-0.002663509;0.3998214;0.00801756,0;0;0,-0.004821919;0.1996247;0.0112583,-0.01258587;0.4994525;0.01422385,0.1021338;0.3709836;0.04769239,0.134956;0.09327662;0.0618888,0.1906849;-0.1790233;0.02802092,-0.1167386;0.3573949;-0.01924252,-0.1806337;0.1758436;-0.2226056,-0.2125319;-0.01293527;-0.4269217,0.0759167;0.004273492;-0.02486748,0.06585691;-0.3726493;0.0223342,0.05983015;-0.7136685;0.1008812,0.08115721;-0.7036393;0.005244792,-0.0666046;0.005195143;-0.04400952,-0.09880178;-0.3716192;-0.006937943,-0.122471;-0.7112883;0.07408448,-0.1181565;-0.7622539;0.01555277,-0.01003476;0.3995007;0.01599072,169.6005
+0;0;0,-0.002422012;0.1998215;0.008092723,-0.003323744;0.4997468;0.004212777,0.1126447;0.3680091;0.01760863,0.1536244;0.09123048;0.02829928,0.1999926;-0.176497;-0.03931707,-0.1124243;0.3567309;-0.01424844,-0.174857;0.1625299;-0.2060508,-0.2215956;0.0202914;-0.4426596,0.07301136;0.005772593;-0.03218724,0.07960113;-0.3717361;0.01075223,0.08171231;-0.7153239;0.07740773,0.09091134;-0.7055069;-0.02010138,-0.06938814;0.003899679;-0.0396242,-0.1023754;-0.3731707;-0.006012026,-0.1194134;-0.716148;0.06163619,-0.1077912;-0.7062279;-0.03563521,-0.002663509;0.3998214;0.00801756,0;0;0,-0.00492004;0.1996126;0.01142795,-0.0127183;0.499438;0.01451466,0.1019037;0.3710119;0.04833755,0.1347572;0.09329408;0.0622465,0.1902084;-0.1790721;0.02845536,-0.1167126;0.3573568;-0.01942893,-0.1807409;0.1759831;-0.2229086,-0.2123255;-0.008080676;-0.4315301,0.07599159;0.004284724;-0.02463573,0.06611627;-0.3727194;0.02195154,0.05999576;-0.713729;0.1005324,0.08160143;-0.7036957;0.004957676,-0.0664964;0.005172665;-0.04417546,-0.09980937;-0.3715915;-0.007582966,-0.122517;-0.7113373;0.0733933,-0.1176402;-0.7627061;0.01546804,-0.01016622;0.3994856;0.01625051,169.6332
+0;0;0,-0.002610613;0.1998119;0.008270643,-0.003790722;0.4997382;0.004580932,0.1123035;0.3680521;0.01790631,0.1527437;0.09120816;0.02895344,0.1989705;-0.1767823;-0.03771134,-0.1126593;0.3568499;-0.01477155,-0.1762553;0.1690728;-0.212497,-0.2223608;0.03105606;-0.4517158,0.07310154;0.005720427;-0.03199126,0.07934932;-0.3717754;0.01111148,0.0813736;-0.7153691;0.07773954,0.09084663;-0.7055432;-0.01974519,-0.06926481;0.003974386;-0.03983203,-0.1026542;-0.3730133;-0.005693611,-0.1197129;-0.7159732;0.0620374,-0.1078195;-0.7060469;-0.03520249,-0.003020406;0.3998114;0.008328542,0;0;0,-0.005057348;0.1996;0.01158814,-0.01315367;0.4994145;0.01496509,0.101523;0.3708806;0.04876211,0.134742;0.09319642;0.06247413,0.1896053;-0.1793422;0.02911686,-0.1168038;0.3571169;-0.01953631,-0.1807729;0.1765487;-0.2237496,-0.2120489;-0.002729312;-0.4365434,0.07604293;0.004220455;-0.02448795,0.06604042;-0.3728112;0.02184875,0.06002384;-0.7138265;0.1004127,0.08180804;-0.703779;0.004875571,-0.06643891;0.005226079;-0.0442556,-0.09981642;-0.3715308;-0.007647358,-0.1225211;-0.7112454;0.07346039,-0.1160831;-0.7627466;0.01587459,-0.01049726;0.3994632;0.01659852,169.6667
+0;0;0,-0.002610613;0.1998119;0.008270643,-0.003790722;0.4997382;0.004580932,0.1123035;0.3680521;0.01790631,0.1527437;0.09120816;0.02895344,0.1989705;-0.1767823;-0.03771134,-0.1126593;0.3568499;-0.01477155,-0.1762553;0.1690728;-0.212497,-0.2223608;0.03105606;-0.4517158,0.07310154;0.005720427;-0.03199126,0.07934932;-0.3717754;0.01111148,0.0813736;-0.7153691;0.07773954,0.09084663;-0.7055432;-0.01974519,-0.06926481;0.003974386;-0.03983203,-0.1026542;-0.3730133;-0.005693611,-0.1197129;-0.7159732;0.0620374,-0.1078195;-0.7060469;-0.03520249,-0.003020406;0.3998114;0.008328542,0;0;0,-0.005199064;0.1995862;0.01176156,-0.01345846;0.4993939;0.01532745,0.101143;0.3707513;0.04939358,0.1345274;0.0930638;0.06262807,0.1889758;-0.1795032;0.02882565,-0.1167958;0.3568789;-0.01975289,-0.1808468;0.1793121;-0.2265559,-0.2116956;0.00172855;-0.4408278,0.07606522;0.004218535;-0.024419,0.0660273;-0.3728487;0.02161911,0.06019983;-0.7139239;0.09993748,0.08227487;-0.7038701;0.004465789,-0.0663713;0.00522126;-0.04435751,-0.09982761;-0.3715339;-0.007803258,-0.122717;-0.7112819;0.07311267,-0.115306;-0.762554;0.0153206,-0.0107548;0.3994429;0.01690238,169.6889
+0;0;0,-0.002610613;0.1998119;0.008270643,-0.003790722;0.4997382;0.004580932,0.1123035;0.3680521;0.01790631,0.1527437;0.09120816;0.02895344,0.1989705;-0.1767823;-0.03771134,-0.1126593;0.3568499;-0.01477155,-0.1762553;0.1690728;-0.212497,-0.2223608;0.03105606;-0.4517158,0.07310154;0.005720427;-0.03199126,0.07934932;-0.3717754;0.01111148,0.0813736;-0.7153691;0.07773954,0.09084663;-0.7055432;-0.01974519,-0.06926481;0.003974386;-0.03983203,-0.1026542;-0.3730133;-0.005693611,-0.1197129;-0.7159732;0.0620374,-0.1078195;-0.7060469;-0.03520249,-0.003020406;0.3998114;0.008328542,0;0;0,-0.005269754;0.1995707;0.01199105,-0.01353041;0.4993743;0.01589984,0.1009946;0.3705191;0.04989024,0.133871;0.09276283;0.06295206,0.1886192;-0.1797279;0.02901912,-0.1167049;0.3569299;-0.01987795,-0.1809343;0.1810952;-0.2281008,-0.2116201;0.006091386;-0.444508,0.07611851;0.004127631;-0.024268,0.06619183;-0.3729877;0.0213994,0.06039016;-0.7140806;0.09964261,0.08268262;-0.7040116;0.004218288,-0.06629556;0.005252855;-0.04446691,-0.1002684;-0.371459;-0.007942989,-0.1228631;-0.7112439;0.07290065,-0.1148794;-0.7618047;0.01419603,-0.01083656;0.3994212;0.01735611,169.7114
+0;0;0,-0.002610613;0.1998119;0.008270643,-0.003790722;0.4997382;0.004580932,0.1123035;0.3680521;0.01790631,0.1527437;0.09120816;0.02895344,0.1989705;-0.1767823;-0.03771134,-0.1126593;0.3568499;-0.01477155,-0.1762553;0.1690728;-0.212497,-0.2223608;0.03105606;-0.4517158,0.07310154;0.005720427;-0.03199126,0.07934932;-0.3717754;0.01111148,0.0813736;-0.7153691;0.07773954,0.09084663;-0.7055432;-0.01974519,-0.06926481;0.003974386;-0.03983203,-0.1026542;-0.3730133;-0.005693611,-0.1197129;-0.7159732;0.0620374,-0.1078195;-0.7060469;-0.03520249,-0.003020406;0.3998114;0.008328542,0;0;0,-0.005334405;0.1995593;0.01215072,-0.01372078;0.4993551;0.01640461,0.1008207;0.3703079;0.05019174,0.1337747;0.09256116;0.06325991,0.1881578;-0.1800242;0.02950067,-0.1166441;0.3568205;-0.01998281,-0.181323;0.1829564;-0.2297158,-0.2107289;0.01364665;-0.4507803,0.07612003;0.004155231;-0.02425852,0.06590436;-0.3729835;0.0211511,0.06033624;-0.7140939;0.09933479,0.08276924;-0.7040098;0.003940232,-0.06625703;0.005239772;-0.04452584,-0.1010807;-0.37142;-0.008267298,-0.1233523;-0.7111949;0.07270804,-0.1146904;-0.7616846;0.01400218,-0.0109835;0.3994015;0.0177359,169.7447
+0;0;0,-0.00273175;0.1998055;0.008385806,-0.004101601;0.4997333;0.004866319,0.1120583;0.3681808;0.01831347,0.1517583;0.09123358;0.02945686,0.1979341;-0.1768525;-0.03685778,-0.1128061;0.3569294;-0.01526716,-0.1765636;0.1742043;-0.2176196,-0.2215641;0.04407568;-0.4614259,0.07320019;0.005706151;-0.03176748,0.07914749;-0.3717979;0.01130538,0.08117512;-0.7153869;0.07795781,0.09094351;-0.705559;-0.01949817,-0.06905667;0.003997006;-0.04018955,-0.1028554;-0.3728943;-0.00539517,-0.1199708;-0.7158563;0.06231097,-0.1077831;-0.7059256;-0.03489337,-0.00328755;0.3998046;0.008552986,0;0;0,-0.005372669;0.19955;0.01228502,-0.01376306;0.4993419;0.01682374,0.1006468;0.3701697;0.05082881,0.1334055;0.09236696;0.06317838,0.1878125;-0.1801943;0.02926337,-0.1165585;0.3568533;-0.02009191,-0.1817786;0.1859384;-0.2320693,-0.2103713;0.01891567;-0.4549726,0.0761403;0.004094522;-0.02420517,0.06586914;-0.3730564;0.02109064,0.06066237;-0.7141755;0.09926123,0.08335765;-0.7040781;0.003925987,-0.06622492;0.0052817;-0.04456864,-0.1011242;-0.3713686;-0.008284491,-0.123455;-0.7111408;0.07268614,-0.1142397;-0.7615802;0.01399555,-0.01103158;0.3993868;0.01805216,169.7673
+0;0;0,-0.00273175;0.1998055;0.008385806,-0.004101601;0.4997333;0.004866319,0.1120583;0.3681808;0.01831347,0.1517583;0.09123358;0.02945686,0.1979341;-0.1768525;-0.03685778,-0.1128061;0.3569294;-0.01526716,-0.1765636;0.1742043;-0.2176196,-0.2215641;0.04407568;-0.4614259,0.07320019;0.005706151;-0.03176748,0.07914749;-0.3717979;0.01130538,0.08117512;-0.7153869;0.07795781,0.09094351;-0.705559;-0.01949817,-0.06905667;0.003997006;-0.04018955,-0.1028554;-0.3728943;-0.00539517,-0.1199708;-0.7158563;0.06231097,-0.1077831;-0.7059256;-0.03489337,-0.00328755;0.3998046;0.008552986,0;0;0,-0.005372669;0.19955;0.01228502,-0.01376306;0.4993419;0.01682374,0.1006468;0.3701697;0.05082881,0.1334055;0.09236696;0.06317838,0.1878125;-0.1801943;0.02926337,-0.1165585;0.3568533;-0.02009191,-0.1817786;0.1859384;-0.2320693,-0.2103713;0.01891567;-0.4549726,0.0761403;0.004094522;-0.02420517,0.06586914;-0.3730564;0.02109064,0.06066237;-0.7141755;0.09926123,0.08335765;-0.7040781;0.003925987,-0.06622492;0.0052817;-0.04456864,-0.1011242;-0.3713686;-0.008284491,-0.123455;-0.7111408;0.07268614,-0.1142397;-0.7615802;0.01399555,-0.01103158;0.3993868;0.01805216,169.7896
+0;0;0,-0.00273175;0.1998055;0.008385806,-0.004101601;0.4997333;0.004866319,0.1120583;0.3681808;0.01831347,0.1517583;0.09123358;0.02945686,0.1979341;-0.1768525;-0.03685778,-0.1128061;0.3569294;-0.01526716,-0.1765636;0.1742043;-0.2176196,-0.2215641;0.04407568;-0.4614259,0.07320019;0.005706151;-0.03176748,0.07914749;-0.3717979;0.01130538,0.08117512;-0.7153869;0.07795781,0.09094351;-0.705559;-0.01949817,-0.06905667;0.003997006;-0.04018955,-0.1028554;-0.3728943;-0.00539517,-0.1199708;-0.7158563;0.06231097,-0.1077831;-0.7059256;-0.03489337,-0.00328755;0.3998046;0.008552986,0;0;0,-0.005394141;0.1995357;0.01250678,-0.01366221;0.4993255;0.0174062,0.1006448;0.3701269;0.05142833,0.1292393;0.09191409;0.06484497,0.1913813;-0.1782899;0.02575283,-0.1163772;0.3569504;-0.02013549,-0.182221;0.1884346;-0.2338339,-0.2100888;0.02346604;-0.4583529,0.07616671;0.004052917;-0.02412892,0.06574667;-0.3731263;0.02089658,0.06079526;-0.7142372;0.09911934,0.08370496;-0.7041276;0.00383281,-0.06615887;0.00529516;-0.04466504,-0.1012772;-0.3712939;-0.007958241,-0.1234408;-0.7111316;0.07278293,-0.1136361;-0.7609697;0.01337128,-0.01098518;0.3993675;0.01850803,169.823
+0;0;0,-0.002913833;0.1997979;0.008504043,-0.004526485;0.4997283;0.005208867,0.1117238;0.3682258;0.01857635,0.150954;0.09121948;0.02991053,0.1969533;-0.1769588;-0.0361535,-0.1129517;0.3568767;-0.01586213,-0.1759753;0.1838104;-0.2267556,-0.2212702;0.05765706;-0.4725883,0.07328526;0.005715976;-0.03156894,0.07875715;-0.3718066;0.01140525,0.08079504;-0.7153762;0.07815672,0.09084484;-0.7055436;-0.01927159,-0.06896944;0.003973692;-0.04034137,-0.1032325;-0.372865;-0.005432282,-0.1204549;-0.7157589;0.06259073,-0.1079867;-0.7058263;-0.03457843,-0.0036343;0.3997964;0.008787841,0;0;0,-0.005398078;0.1995216;0.01272802,-0.01364297;0.4993055;0.01802715,0.1005147;0.3701047;0.05237807,0.1294911;0.09190837;0.06530806,0.1901282;-0.1785183;0.02540093,-0.1161593;0.356903;-0.02019034,-0.1829073;0.1908677;-0.2355435,-0.2101226;0.03091069;-0.4637388,0.07616534;0.004020831;-0.02413863,0.06531453;-0.3731391;0.02094635,0.06070893;-0.7142893;0.0990188,0.08395886;-0.7041699;0.003812693,-0.0661056;0.005348195;-0.04473752,-0.1016263;-0.3712212;-0.008216891,-0.1237395;-0.7110283;0.07266642,-0.1126909;-0.7620586;0.01511624,-0.01097604;0.3993457;0.01898985,169.8566
+0;0;0,-0.002913833;0.1997979;0.008504043,-0.004526485;0.4997283;0.005208867,0.1117238;0.3682258;0.01857635,0.150954;0.09121948;0.02991053,0.1969533;-0.1769588;-0.0361535,-0.1129517;0.3568767;-0.01586213,-0.1759753;0.1838104;-0.2267556,-0.2212702;0.05765706;-0.4725883,0.07328526;0.005715976;-0.03156894,0.07875715;-0.3718066;0.01140525,0.08079504;-0.7153762;0.07815672,0.09084484;-0.7055436;-0.01927159,-0.06896944;0.003973692;-0.04034137,-0.1032325;-0.372865;-0.005432282,-0.1204549;-0.7157589;0.06259073,-0.1079867;-0.7058263;-0.03457843,-0.0036343;0.3997964;0.008787841,0;0;0,-0.005368142;0.199511;0.01290536,-0.0134445;0.4992935;0.01854858,0.1005948;0.3700677;0.05292255,0.1307117;0.09200415;0.06609979,0.1891594;-0.1787933;0.0254472,-0.116414;0.3576838;-0.01961166,-0.1820846;0.1944785;-0.237445,-0.208453;0.03525971;-0.4662552,0.0761814;0.003990091;-0.02409302,0.06524962;-0.3731886;0.02081505,0.06072789;-0.7143072;0.09903058,0.08397499;-0.7041703;0.003820129,-0.06606495;0.005395617;-0.04479185,-0.101888;-0.3711538;-0.00836065,-0.1238511;-0.7108825;0.07289247,-0.1124968;-0.761701;0.01510443,-0.01084646;0.3993308;0.01938879,169.8901
+0;0;0,-0.003054766;0.1997911;0.008613402,-0.004904472;0.4997216;0.005483632,0.1114024;0.3681791;0.01886135,0.1503174;0.09114015;0.03048319,0.1955196;-0.1775034;-0.03422689,-0.1114993;0.3567635;-0.02228391,-0.1810112;0.1881608;-0.2347486,-0.2241451;0.06860074;-0.4842378,0.07335951;0.005725727;-0.03139423,0.0785454;-0.3718055;0.01153883,0.08057021;-0.7153522;0.07840883,0.09288552;-0.7055713;-0.01874837,-0.06884561;0.003985785;-0.04055114,-0.1035549;-0.3727677;-0.005167104,-0.1207593;-0.7156303;0.0630186,-0.1060356;-0.7057382;-0.03382605,-0.003940412;0.3997887;0.009019637,0;0;0,-0.005375362;0.1995013;0.01305149,-0.01341858;0.4992812;0.01886427,0.1005392;0.3700382;0.05339735,0.1306591;0.09195289;0.0661003,0.1887317;-0.1789068;0.02532552,-0.1165662;0.3580826;-0.01933947,-0.1812202;0.1982641;-0.2399702,-0.2073494;0.04025131;-0.4696422,0.07619688;0.003979042;-0.02404584,0.06525409;-0.3732243;0.02065191,0.06066858;-0.7143385;0.09888265,0.08399149;-0.7041939;0.003689125,-0.06602316;0.005405697;-0.0448522,-0.1020489;-0.3711275;-0.008452889,-0.1241469;-0.7108307;0.07287015,-0.1120466;-0.7613701;0.01484433,-0.0108342;0.3993177;0.01965302,169.9127
+0;0;0,-0.003054766;0.1997911;0.008613402,-0.004904472;0.4997216;0.005483632,0.1114024;0.3681791;0.01886135,0.1503174;0.09114015;0.03048319,0.1955196;-0.1775034;-0.03422689,-0.1114993;0.3567635;-0.02228391,-0.1810112;0.1881608;-0.2347486,-0.2241451;0.06860074;-0.4842378,0.07335951;0.005725727;-0.03139423,0.0785454;-0.3718055;0.01153883,0.08057021;-0.7153522;0.07840883,0.09288552;-0.7055713;-0.01874837,-0.06884561;0.003985785;-0.04055114,-0.1035549;-0.3727677;-0.005167104,-0.1207593;-0.7156303;0.0630186,-0.1060356;-0.7057382;-0.03382605,-0.003940412;0.3997887;0.009019637,0;0;0,-0.005339588;0.1994852;0.01330905,-0.01307737;0.4992605;0.01980653,0.1006727;0.3698404;0.05418694,0.1307202;0.09171075;0.06606236,0.1886521;-0.1792089;0.02548581,-0.116358;0.3583444;-0.01895021,-0.1802089;0.2031064;-0.2430578,-0.2065519;0.04355754;-0.4716409,0.07618701;0.003947975;-0.02408219,0.06539177;-0.3732637;0.02058073,0.06076391;-0.7143755;0.09881976,0.08423209;-0.704208;0.00365717,-0.06599012;0.005437128;-0.044897,-0.1021151;-0.3710818;-0.008448537,-0.1241471;-0.7107939;0.07285514,-0.111757;-0.7613307;0.01488706,-0.01062246;0.399292;0.02033446,169.9463
+0;0;0,-0.003054766;0.1997911;0.008613402,-0.004904472;0.4997216;0.005483632,0.1114024;0.3681791;0.01886135,0.1503174;0.09114015;0.03048319,0.1955196;-0.1775034;-0.03422689,-0.1114993;0.3567635;-0.02228391,-0.1810112;0.1881608;-0.2347486,-0.2241451;0.06860074;-0.4842378,0.07335951;0.005725727;-0.03139423,0.0785454;-0.3718055;0.01153883,0.08057021;-0.7153522;0.07840883,0.09288552;-0.7055713;-0.01874837,-0.06884561;0.003985785;-0.04055114,-0.1035549;-0.3727677;-0.005167104,-0.1207593;-0.7156303;0.0630186,-0.1060356;-0.7057382;-0.03382605,-0.003940412;0.3997887;0.009019637,0;0;0,-0.005299428;0.1994659;0.01361137,-0.0129527;0.4992336;0.0205297,0.1006888;0.3697711;0.05501059,0.1291358;0.09143451;0.06594187,0.1895021;-0.1787586;0.02409004,-0.1162266;0.3586563;-0.01879967,-0.1799855;0.2081841;-0.2461604,-0.2064056;0.05120963;-0.4765102,0.07622834;0.003862423;-0.02396502,0.06538356;-0.3733931;0.02031448,0.06077109;-0.7145065;0.09854729,0.08446908;-0.7043217;0.003438063,-0.065909;0.005512049;-0.04500689,-0.1023003;-0.3709876;-0.00862461,-0.124281;-0.7106682;0.0728244,-0.1119974;-0.7617949;0.01566166,-0.01052422;0.3992639;0.02092477,169.9798
+0;0;0,-0.003187552;0.199784;0.008729352,-0.005245122;0.4997135;0.005810675,0.1110784;0.3681406;0.01920085,0.1497431;0.09108245;0.03119208,0.1945115;-0.1776664;-0.03338238,-0.1108604;0.3567586;-0.02508357,-0.1837633;0.1959478;-0.2423968,-0.2223107;0.08285619;-0.4956248,0.07347184;0.00572954;-0.03112973,0.07837412;-0.3718129;0.01173794,0.08041082;-0.7153313;0.07875254,0.09379028;-0.7055684;-0.01826011,-0.06861396;0.004019753;-0.04093856,-0.1039726;-0.3726403;-0.005204223,-0.1211196;-0.7154315;0.0633541,-0.1053365;-0.7055528;-0.03332076,-0.004253566;0.3997802;0.009327583,0;0;0,-0.005294056;0.1994563;0.01375391,-0.01292346;0.4992172;0.02099245,0.1007385;0.3697553;0.05527126,0.1300499;0.09150699;0.06616645,0.1887145;-0.1791345;0.02479466,-0.1155873;0.358035;-0.01945211,-0.1807217;0.2131455;-0.2500265,-0.207064;0.05828926;-0.4818144,0.07623003;0.003808718;-0.02396822,0.06532026;-0.3734493;0.02027419,0.06076062;-0.714554;0.09854805,0.08474997;-0.7043545;0.003508843,-0.06588709;0.005536824;-0.04503593,-0.1025782;-0.3709436;-0.008756537,-0.1244107;-0.7106301;0.07270791,-0.1111151;-0.7633826;0.01816211,-0.01050249;0.3992469;0.0212758,170.0017
+0;0;0,-0.003187552;0.199784;0.008729352,-0.005245122;0.4997135;0.005810675,0.1110784;0.3681406;0.01920085,0.1497431;0.09108245;0.03119208,0.1945115;-0.1776664;-0.03338238,-0.1108604;0.3567586;-0.02508357,-0.1837633;0.1959478;-0.2423968,-0.2223107;0.08285619;-0.4956248,0.07347184;0.00572954;-0.03112973,0.07837412;-0.3718129;0.01173794,0.08041082;-0.7153313;0.07875254,0.09379028;-0.7055684;-0.01826011,-0.06861396;0.004019753;-0.04093856,-0.1039726;-0.3726403;-0.005204223,-0.1211196;-0.7154315;0.0633541,-0.1053365;-0.7055528;-0.03332076,-0.004253566;0.3997802;0.009327583,0;0;0,-0.005269897;0.1994395;0.01400429,-0.01288616;0.4991905;0.02165437,0.1007848;0.3696684;0.055715,0.130242;0.09143212;0.06652489,0.1883742;-0.1793624;0.02540373,-0.1151243;0.3577677;-0.01977032,-0.1810559;0.2157544;-0.2519023,-0.207785;0.06661668;-0.4873667,0.07624179;0.003798269;-0.02393245,0.06517567;-0.3734681;0.02019924,0.06070156;-0.7145694;0.09849297,0.0849372;-0.7043552;0.003513195,-0.06583002;0.005554827;-0.0451171,-0.1028386;-0.3708864;-0.008752782,-0.1245751;-0.7105973;0.07263525,-0.111155;-0.7633488;0.01811829,-0.01046512;0.3992199;0.021801,170.0357
+0;0;0,-0.003187552;0.199784;0.008729352,-0.005245122;0.4997135;0.005810675,0.1110784;0.3681406;0.01920085,0.1497431;0.09108245;0.03119208,0.1945115;-0.1776664;-0.03338238,-0.1108604;0.3567586;-0.02508357,-0.1837633;0.1959478;-0.2423968,-0.2223107;0.08285619;-0.4956248,0.07347184;0.00572954;-0.03112973,0.07837412;-0.3718129;0.01173794,0.08041082;-0.7153313;0.07875254,0.09379028;-0.7055684;-0.01826011,-0.06861396;0.004019753;-0.04093856,-0.1039726;-0.3726403;-0.005204223,-0.1211196;-0.7154315;0.0633541,-0.1053365;-0.7055528;-0.03332076,-0.004253566;0.3997802;0.009327583,0;0;0,-0.005253925;0.1994298;0.01414816,-0.01285612;0.499177;0.02194957,0.1007792;0.3695709;0.05600331,0.1303265;0.09133109;0.06646951,0.1882559;-0.179566;0.0257395,-0.1148314;0.3576049;-0.02003291,-0.1812161;0.2184427;-0.253757,-0.2090009;0.07084063;-0.4900653,0.07625141;0.003741658;-0.02391071,0.0650956;-0.373534;0.02011943,0.06062866;-0.7146472;0.0983614,0.08505058;-0.7044305;0.003428824,-0.06578506;0.005609564;-0.04517587,-0.1029909;-0.3708169;-0.008860365,-0.1248253;-0.7105231;0.07252122,-0.1112399;-0.7632813;0.01805552,-0.01043725;0.3992063;0.02205257,170.0692
+0;0;0,-0.003311296;0.1997786;0.008806442,-0.005589202;0.4997069;0.00604749,0.1107762;0.3681466;0.01955596,0.1490157;0.09103841;0.03175465,0.1936824;-0.1777034;-0.03291924,-0.1105693;0.3565755;-0.02641955,-0.1866406;0.2167138;-0.2567495,-0.2187286;0.09877077;-0.5086617,0.073581;0.00573076;-0.03087063,0.07820467;-0.3718159;0.01199136,0.08025537;-0.7153313;0.07902101,0.09420095;-0.7055745;-0.01791061,-0.06835592;0.004035054;-0.0413665,-0.1042552;-0.3725173;-0.005041126,-0.1213909;-0.7152594;0.06376457,-0.1050453;-0.7053871;-0.03281543,-0.004547056;0.3997734;0.009541906,0;0;0,-0.005164755;0.1994054;0.01451896,-0.01251932;0.4991436;0.02289178,0.101119;0.3695158;0.05642671,0.1311435;0.09132308;0.06678801,0.188285;-0.1797391;0.02604338,-0.1141575;0.3575558;-0.02031709,-0.1812978;0.2222356;-0.2560725,-0.2091286;0.07747075;-0.4941242,0.07628942;0.003633187;-0.02380594,0.06516745;-0.373683;0.01988317,0.06074197;-0.7147854;0.09817488,0.08538079;-0.7045485;0.003294162,-0.06570292;0.005679916;-0.04528647,-0.1033354;-0.3707021;-0.008948859,-0.1249508;-0.7104577;0.07228485,-0.1113913;-0.7632011;0.01779012,-0.01019039;0.3991708;0.02279945,170.1023
+0;0;0,-0.003311296;0.1997786;0.008806442,-0.005589202;0.4997069;0.00604749,0.1107762;0.3681466;0.01955596,0.1490157;0.09103841;0.03175465,0.1936824;-0.1777034;-0.03291924,-0.1105693;0.3565755;-0.02641955,-0.1866406;0.2167138;-0.2567495,-0.2187286;0.09877077;-0.5086617,0.073581;0.00573076;-0.03087063,0.07820467;-0.3718159;0.01199136,0.08025537;-0.7153313;0.07902101,0.09420095;-0.7055745;-0.01791061,-0.06835592;0.004035054;-0.0413665,-0.1042552;-0.3725173;-0.005041126,-0.1213909;-0.7152594;0.06376457,-0.1050453;-0.7053871;-0.03281543,-0.004547056;0.3997734;0.009541906,0;0;0,-0.005164755;0.1994054;0.01451896,-0.01251932;0.4991436;0.02289178,0.101119;0.3695158;0.05642671,0.1311435;0.09132308;0.06678801,0.188285;-0.1797391;0.02604338,-0.1141575;0.3575558;-0.02031709,-0.1812978;0.2222356;-0.2560725,-0.2091286;0.07747075;-0.4941242,0.07628942;0.003633187;-0.02380594,0.06516745;-0.373683;0.01988317,0.06074197;-0.7147854;0.09817488,0.08538079;-0.7045485;0.003294162,-0.06570292;0.005679916;-0.04528647,-0.1033354;-0.3707021;-0.008948859,-0.1249508;-0.7104577;0.07228485,-0.1113913;-0.7632011;0.01779012,-0.01019039;0.3991708;0.02279945,170.1247
+0;0;0,-0.003311296;0.1997786;0.008806442,-0.005589202;0.4997069;0.00604749,0.1107762;0.3681466;0.01955596,0.1490157;0.09103841;0.03175465,0.1936824;-0.1777034;-0.03291924,-0.1105693;0.3565755;-0.02641955,-0.1866406;0.2167138;-0.2567495,-0.2187286;0.09877077;-0.5086617,0.073581;0.00573076;-0.03087063,0.07820467;-0.3718159;0.01199136,0.08025537;-0.7153313;0.07902101,0.09420095;-0.7055745;-0.01791061,-0.06835592;0.004035054;-0.0413665,-0.1042552;-0.3725173;-0.005041126,-0.1213909;-0.7152594;0.06376457,-0.1050453;-0.7053871;-0.03281543,-0.004547056;0.3997734;0.009541906,0;0;0,-0.005116292;0.1993981;0.01463614,-0.01219336;0.4991332;0.02336791,0.101302;0.3695754;0.05693311,0.1311899;0.09134385;0.06662461,0.1881672;-0.1797694;0.02598941,-0.1137393;0.3575791;-0.02049981,-0.1802694;0.2278406;-0.2595431,-0.2098776;0.08371596;-0.4977687,0.07629747;0.003583533;-0.0237877,0.06528386;-0.3737378;0.01988527,0.060833;-0.7148321;0.09821029,0.08569616;-0.7045934;0.003387719,-0.06564648;0.005742763;-0.04536033,-0.1034474;-0.3706123;-0.008919165,-0.1250064;-0.7103682;0.07232841,-0.1095669;-0.7628649;0.01796022,-0.009976828;0.3991581;0.02314115,170.1583
+0;0;0,-0.003431768;0.1997715;0.008921054,-0.005927749;0.4996986;0.006367903,0.1104695;0.3681513;0.01995895,0.1483667;0.09102061;0.03270241,0.1925891;-0.1778304;-0.03182297,-0.1102829;0.3563879;-0.02761074,-0.18187;0.2215834;-0.262351,-0.220448;0.1004093;-0.5118076,0.07369713;0.005726567;-0.0305931,0.07806884;-0.3718158;0.01233235,0.08014116;-0.715325;0.07939319,0.09462164;-0.7055665;-0.01746032,-0.06812248;0.00408514;-0.04174493,-0.1044782;-0.3723488;-0.004653458,-0.1216184;-0.7150677;0.06426603,-0.1047409;-0.7051903;-0.03222353,-0.004847582;0.3997644;0.009830996,0;0;0,-0.005081954;0.1993877;0.01478987,-0.0120471;0.499116;0.02384409,0.1014088;0.3695787;0.05731486,0.1316308;0.09138563;0.06707367,0.1878378;-0.1797927;0.02580512,-0.1139487;0.3582352;-0.0200198,-0.178213;0.2324282;-0.2617691,-0.2091488;0.0938663;-0.5031061,0.07631665;0.003596509;-0.02372412,0.06539588;-0.3737118;0.02008422,0.06088577;-0.7147904;0.0984745,0.08572032;-0.7045317;0.003640287,-0.06557328;0.005810672;-0.04545747,-0.1036764;-0.3704948;-0.008818783,-0.1250037;-0.7102242;0.0726002,-0.1108907;-0.7660002;0.02317045,-0.009870251;0.3991403;0.02350545,170.181
+0;0;0,-0.003431768;0.1997715;0.008921054,-0.005927749;0.4996986;0.006367903,0.1104695;0.3681513;0.01995895,0.1483667;0.09102061;0.03270241,0.1925891;-0.1778304;-0.03182297,-0.1102829;0.3563879;-0.02761074,-0.18187;0.2215834;-0.262351,-0.220448;0.1004093;-0.5118076,0.07369713;0.005726567;-0.0305931,0.07806884;-0.3718158;0.01233235,0.08014116;-0.715325;0.07939319,0.09462164;-0.7055665;-0.01746032,-0.06812248;0.00408514;-0.04174493,-0.1044782;-0.3723488;-0.004653458,-0.1216184;-0.7150677;0.06426603,-0.1047409;-0.7051903;-0.03222353,-0.004847582;0.3997644;0.009830996,0;0;0,-0.005021935;0.1993734;0.0150011,-0.01177637;0.4990909;0.02459411,0.1016393;0.3695008;0.05772391,0.1296069;0.09104863;0.06679071,0.189449;-0.1792725;0.02501248,-0.1133656;0.3581186;-0.02028884,-0.1784932;0.2346982;-0.2630352,-0.2096602;0.09810498;-0.5054623,0.07632148;0.003600305;-0.02370801,0.06525917;-0.3736843;0.02026862,0.06077215;-0.7147952;0.09851925,0.08582747;-0.7045246;0.003740631,-0.06542559;0.00584012;-0.04566602,-0.1041838;-0.3703736;-0.008773576,-0.1254271;-0.7101118;0.07263066,-0.1091737;-0.7635599;0.01997856,-0.009667013;0.3991146;0.02405004,170.2143
+0;0;0,-0.003431768;0.1997715;0.008921054,-0.005927749;0.4996986;0.006367903,0.1104695;0.3681513;0.01995895,0.1483667;0.09102061;0.03270241,0.1925891;-0.1778304;-0.03182297,-0.1102829;0.3563879;-0.02761074,-0.18187;0.2215834;-0.262351,-0.220448;0.1004093;-0.5118076,0.07369713;0.005726567;-0.0305931,0.07806884;-0.3718158;0.01233235,0.08014116;-0.715325;0.07939319,0.09462164;-0.7055665;-0.01746032,-0.06812248;0.00408514;-0.04174493,-0.1044782;-0.3723488;-0.004653458,-0.1216184;-0.7150677;0.06426603,-0.1047409;-0.7051903;-0.03222353,-0.004847582;0.3997644;0.009830996,0;0;0,-0.00502497;0.1993647;0.01511537,-0.01182043;0.4990768;0.02484195,0.1016131;0.3694323;0.05789305,0.1290017;0.09091014;0.06657039,0.1899804;-0.1790999;0.02442586,-0.1130292;0.3578945;-0.02072073,-0.1786523;0.2384848;-0.2653325,-0.210997;0.1019619;-0.507645,0.0763168;0.003603707;-0.02372254,0.06511428;-0.3736726;0.02028986,0.06078073;-0.7147088;0.09887461,0.08603124;-0.7044511;0.004150525,-0.06533404;0.005864771;-0.04579375,-0.1043918;-0.3703409;-0.009136356,-0.1257695;-0.7100602;0.07231191,-0.1096002;-0.7635162;0.01964641,-0.009690369;0.3991011;0.02425818,170.2477
+0;0;0,-0.003651765;0.1997629;0.00902505,-0.006566041;0.499687;0.006786018,0.1098855;0.3680777;0.02052908,0.1474112;0.09090373;0.03342954,0.1919116;-0.1779045;-0.03108265,-0.1099772;0.3561251;-0.02929834,-0.18381;0.2223598;-0.2639376,-0.2179178;0.1368166;-0.5283596,0.07387318;0.005754427;-0.03016023,0.07784627;-0.371778;0.0128922,0.07988397;-0.7153329;0.07971945,0.09513732;-0.7055769;-0.0170148,-0.0678025;0.004122153;-0.04225907,-0.104985;-0.3721386;-0.004242305,-0.1222222;-0.7147833;0.06502187,-0.1045752;-0.7049053;-0.03133003,-0.005396415;0.3997519;0.01019292,0;0;0,-0.004995025;0.1993559;0.01524025,-0.01175312;0.49906;0.02523861,0.1016894;0.3693037;0.05804524,0.1304654;0.09094352;0.06740181,0.1880564;-0.1799193;0.02596961,-0.1127065;0.3578077;-0.02095078,-0.1892766;0.2410617;-0.2636593,-0.2117902;0.1324999;-0.5207731,0.07631461;0.00360197;-0.02372983,0.06503522;-0.3736648;0.02034487,0.06065456;-0.7147279;0.09880972,0.08603537;-0.7044647;0.004119307,-0.06528962;0.0058823;-0.04585481,-0.1046024;-0.37028;-0.009025428,-0.1259059;-0.7100188;0.07236104,-0.1126959;-0.7602993;0.01421874,-0.009629279;0.3990849;0.0245605,170.2811
+0;0;0,-0.003651765;0.1997629;0.00902505,-0.006566041;0.499687;0.006786018,0.1098855;0.3680777;0.02052908,0.1474112;0.09090373;0.03342954,0.1919116;-0.1779045;-0.03108265,-0.1099772;0.3561251;-0.02929834,-0.18381;0.2223598;-0.2639376,-0.2179178;0.1368166;-0.5283596,0.07387318;0.005754427;-0.03016023,0.07784627;-0.371778;0.0128922,0.07988397;-0.7153329;0.07971945,0.09513732;-0.7055769;-0.0170148,-0.0678025;0.004122153;-0.04225907,-0.104985;-0.3721386;-0.004242305,-0.1222222;-0.7147833;0.06502187,-0.1045752;-0.7049053;-0.03133003,-0.005396415;0.3997519;0.01019292,0;0;0,-0.005055215;0.1993445;0.01536957,-0.01196341;0.4990444;0.02537834,0.1015361;0.3691861;0.05808858,0.1312528;0.09094101;0.06791709,0.1868839;-0.1803186;0.02640287,-0.1125929;0.3576319;-0.02126652,-0.1891764;0.2201672;-0.2528663,-0.2142989;0.1285102;-0.5162441,0.07637683;0.003625975;-0.02352514,0.06457963;-0.3736742;0.02012524,0.06021093;-0.714736;0.09859689,0.08571535;-0.7044704;0.003939182,-0.06518339;0.005864195;-0.04600801,-0.1050576;-0.3702305;-0.009091444,-0.1263327;-0.7099773;0.07226847,-0.1134407;-0.7591182;0.01251458,-0.009786257;0.3990703;0.02470793,170.3147
+0;0;0,-0.003651765;0.1997629;0.00902505,-0.006566041;0.499687;0.006786018,0.1098855;0.3680777;0.02052908,0.1474112;0.09090373;0.03342954,0.1919116;-0.1779045;-0.03108265,-0.1099772;0.3561251;-0.02929834,-0.18381;0.2223598;-0.2639376,-0.2179178;0.1368166;-0.5283596,0.07387318;0.005754427;-0.03016023,0.07784627;-0.371778;0.0128922,0.07988397;-0.7153329;0.07971945,0.09513732;-0.7055769;-0.0170148,-0.0678025;0.004122153;-0.04225907,-0.104985;-0.3721386;-0.004242305,-0.1222222;-0.7147833;0.06502187,-0.1045752;-0.7049053;-0.03133003,-0.005396415;0.3997519;0.01019292,0;0;0,-0.005066921;0.199332;0.01552662,-0.01205194;0.4990254;0.02566529,0.1014731;0.3689966;0.05820736,0.1304639;0.09066874;0.06785685,0.1877346;-0.1800999;0.02537826,-0.1132037;0.3584484;-0.02051402,-0.1759097;0.2565474;-0.2736624,-0.2121516;0.1279563;-0.5197333,0.07641905;0.003613286;-0.02338961,0.06416126;-0.3736947;0.02006649,0.05986849;-0.7147195;0.09870279,0.08518232;-0.70444;0.003991045,-0.06513035;0.00587098;-0.04608221,-0.1052863;-0.3701438;-0.008660533,-0.1265434;-0.7099591;0.07241765,-0.1139824;-0.7596315;0.01330297,-0.009843007;0.3990523;0.02496007,170.3484
+0;0;0,-0.003811338;0.1997558;0.009114861,-0.006989836;0.4996774;0.007025138,0.109537;0.3681477;0.02102792,0.1466905;0.0909304;0.0340734,0.1913006;-0.177912;-0.03022034,-0.1098588;0.3559215;-0.03008023,-0.1852387;0.2236598;-0.2650796,-0.2236499;0.1611673;-0.5353004,0.07399291;0.005748108;-0.02986651,0.07771631;-0.3717898;0.01315974,0.07975413;-0.715337;0.08002609,0.09543467;-0.7055808;-0.0166399,-0.06753158;0.004155633;-0.04268743,-0.1052664;-0.3719862;-0.004042674,-0.122489;-0.7145801;0.06547573,-0.1044174;-0.7047;-0.03079788,-0.005740773;0.3997424;0.01040637,0;0;0,-0.005021959;0.1993245;0.01563687,-0.01193398;0.4990124;0.02598937,0.1015579;0.3690103;0.05851735,0.1299623;0.09060779;0.06775007,0.1878292;-0.1800062;0.02509458,-0.1127564;0.3582413;-0.02088369,-0.1873098;0.2327875;-0.2598463,-0.213009;0.1449475;-0.5244662,0.07641252;0.003609356;-0.0234115,0.06416675;-0.373674;0.02026097,0.05989269;-0.7147415;0.09871304,0.08542772;-0.7044626;0.00406082,-0.06509762;0.00588796;-0.04612625,-0.1053849;-0.3701156;-0.008732758,-0.1270316;-0.709859;0.07254364,-0.1142935;-0.7599123;0.0139841,-0.009747763;0.3990393;0.02521129,170.3706
+0;0;0,-0.003811338;0.1997558;0.009114861,-0.006989836;0.4996774;0.007025138,0.109537;0.3681477;0.02102792,0.1466905;0.0909304;0.0340734,0.1913006;-0.177912;-0.03022034,-0.1098588;0.3559215;-0.03008023,-0.1852387;0.2236598;-0.2650796,-0.2236499;0.1611673;-0.5353004,0.07399291;0.005748108;-0.02986651,0.07771631;-0.3717898;0.01315974,0.07975413;-0.715337;0.08002609,0.09543467;-0.7055808;-0.0166399,-0.06753158;0.004155633;-0.04268743,-0.1052664;-0.3719862;-0.004042674,-0.122489;-0.7145801;0.06547573,-0.1044174;-0.7047;-0.03079788,-0.005740773;0.3997424;0.01040637,0;0;0,-0.004971143;0.19932;0.01571111,-0.01178972;0.4990063;0.02616553,0.1015964;0.3688398;0.05876403,0.12939;0.09036192;0.06757371,0.1879327;-0.1800879;0.02479956,-0.1131135;0.3589105;-0.02027565,-0.18565;0.2326801;-0.25945,-0.2118221;0.145424;-0.5242167,0.0764218;0.003583567;-0.02338518,0.06413484;-0.3737012;0.02026356,0.05995948;-0.7146836;0.09908979,0.08540086;-0.7043817;0.00440757,-0.06504472;0.005958717;-0.04619174,-0.1051839;-0.370087;-0.009063959,-0.1271497;-0.7098129;0.07219983,-0.1144263;-0.7602672;0.01418927,-0.009634499;0.3990328;0.02535654,170.4035
+0;0;0,-0.003811338;0.1997558;0.009114861,-0.006989836;0.4996774;0.007025138,0.109537;0.3681477;0.02102792,0.1466905;0.0909304;0.0340734,0.1913006;-0.177912;-0.03022034,-0.1098588;0.3559215;-0.03008023,-0.1852387;0.2236598;-0.2650796,-0.2236499;0.1611673;-0.5353004,0.07399291;0.005748108;-0.02986651,0.07771631;-0.3717898;0.01315974,0.07975413;-0.715337;0.08002609,0.09543467;-0.7055808;-0.0166399,-0.06753158;0.004155633;-0.04268743,-0.1052664;-0.3719862;-0.004042674,-0.122489;-0.7145801;0.06547573,-0.1044174;-0.7047;-0.03079788,-0.005740773;0.3997424;0.01040637,0;0;0,-0.004993191;0.1993098;0.01583343,-0.01185494;0.4989909;0.02640406,0.1015653;0.3689559;0.05903086,0.1291789;0.09045425;0.06765115,0.1878468;-0.1799524;0.02477532,-0.1127708;0.3587252;-0.02079947,-0.1872119;0.2324208;-0.2593487,-0.2115396;0.1510666;-0.5261626,0.07647114;0.003532144;-0.02323121,0.0638696;-0.3737254;0.02056325,0.05979386;-0.714777;0.09909486,0.06868698;-0.7704479;0.04828725,-0.06485403;0.00602825;-0.04645013,-0.1055878;-0.3699137;-0.008921124,-0.1272898;-0.7096744;0.07226807,-0.1147503;-0.7605155;0.01475732,-0.009681886;0.3990181;0.0255595,170.4373
+0;0;0,-0.003953864;0.1997499;0.009185338,-0.007363915;0.4996689;0.007274613,0.1091892;0.3681559;0.02139848,0.146028;0.0909209;0.03495125,0.1902877;-0.1780463;-0.02906246,-0.1098273;0.3558368;-0.03071836,-0.1864337;0.2262036;-0.2667834,-0.2241124;0.1658833;-0.5376003,0.0741055;0.005722106;-0.02959108,0.07748023;-0.3718215;0.01341366,0.07958407;-0.7153561;0.08034299,0.0956066;-0.7055942;-0.01626807,-0.0673347;0.00419934;-0.04299306,-0.1056907;-0.3718417;-0.003981028,-0.122935;-0.7143686;0.06586166,-0.1045229;-0.7044882;-0.03034747,-0.006079351;0.3997334;0.01062707,0;0;0,-0.004993191;0.1993098;0.01583343,-0.01185494;0.4989909;0.02640406,0.1015653;0.3689559;0.05903086,0.1291789;0.09045425;0.06765115,0.1878468;-0.1799524;0.02477532,-0.1127708;0.3587252;-0.02079947,-0.1872119;0.2324208;-0.2593487,-0.2115396;0.1510666;-0.5261626,0.07647114;0.003532144;-0.02323121,0.0638696;-0.3737254;0.02056325,0.05979386;-0.714777;0.09909486,0.06868698;-0.7704479;0.04828725,-0.06485403;0.00602825;-0.04645013,-0.1055878;-0.3699137;-0.008921124,-0.1272898;-0.7096744;0.07226807,-0.1147503;-0.7605155;0.01475732,-0.009681886;0.3990181;0.0255595,170.4599
+0;0;0,-0.003953864;0.1997499;0.009185338,-0.007363915;0.4996689;0.007274613,0.1091892;0.3681559;0.02139848,0.146028;0.0909209;0.03495125,0.1902877;-0.1780463;-0.02906246,-0.1098273;0.3558368;-0.03071836,-0.1864337;0.2262036;-0.2667834,-0.2241124;0.1658833;-0.5376003,0.0741055;0.005722106;-0.02959108,0.07748023;-0.3718215;0.01341366,0.07958407;-0.7153561;0.08034299,0.0956066;-0.7055942;-0.01626807,-0.0673347;0.00419934;-0.04299306,-0.1056907;-0.3718417;-0.003981028,-0.122935;-0.7143686;0.06586166,-0.1045229;-0.7044882;-0.03034747,-0.006079351;0.3997334;0.01062707,0;0;0,-0.005066524;0.1992959;0.0159838,-0.01202633;0.4989692;0.02670971,0.1014318;0.3689826;0.05931716,0.1288144;0.09044614;0.06754138,0.187715;-0.1799055;0.02463783,-0.1125281;0.3585556;-0.02125171,-0.1885224;0.2330104;-0.2597119,-0.2106833;0.1542349;-0.5274867,0.07646367;0.003577164;-0.0232489,0.06352544;-0.3736747;0.02049601,0.05953255;-0.7147174;0.09907033,0.06834303;-0.7703717;0.0482203,-0.06480459;0.005980019;-0.04652531,-0.1065794;-0.3699254;-0.009782866,-0.1280039;-0.7096854;0.07148285,-0.1156071;-0.7606167;0.01406812,-0.009818515;0.3989976;0.02581395,170.4823
+0;0;0,-0.003953864;0.1997499;0.009185338,-0.007363915;0.4996689;0.007274613,0.1091892;0.3681559;0.02139848,0.146028;0.0909209;0.03495125,0.1902877;-0.1780463;-0.02906246,-0.1098273;0.3558368;-0.03071836,-0.1864337;0.2262036;-0.2667834,-0.2241124;0.1658833;-0.5376003,0.0741055;0.005722106;-0.02959108,0.07748023;-0.3718215;0.01341366,0.07958407;-0.7153561;0.08034299,0.0956066;-0.7055942;-0.01626807,-0.0673347;0.00419934;-0.04299306,-0.1056907;-0.3718417;-0.003981028,-0.122935;-0.7143686;0.06586166,-0.1045229;-0.7044882;-0.03034747,-0.006079351;0.3997334;0.01062707,0;0;0,-0.005116361;0.199286;0.0160916,-0.01215306;0.4989527;0.02695308,0.1013537;0.3688806;0.05937071,0.1304885;0.09053931;0.06815994,0.185607;-0.1807066;0.02587978,-0.1123358;0.3583727;-0.02154053,-0.1897204;0.2334092;-0.2598591,-0.20978;0.1594423;-0.5291666,0.07647564;0.003556804;-0.02321264,0.06321523;-0.373678;0.02058293,0.0593496;-0.7147321;0.09911425,0.0853935;-0.7044265;0.004595228,-0.06475984;0.005999566;-0.04658505,-0.1065749;-0.3698622;-0.009444382,-0.1281471;-0.7096329;0.07173753,-0.1159975;-0.7611939;0.01516725,-0.009916048;0.3989822;0.0260101,170.5159
+0;0;0,-0.00413273;0.1997422;0.009272849,-0.007790434;0.4996582;0.007555344,0.1087862;0.368185;0.02185417,0.1452602;0.09090444;0.03546133,0.1891692;-0.1782323;-0.02807919,-0.1097528;0.3557654;-0.0315643,-0.1877594;0.2288085;-0.2686232,-0.2241818;0.178338;-0.5416179,0.07422666;0.005687247;-0.02929264,0.07713488;-0.3718638;0.01368123,0.07915027;-0.7153162;0.08103411,0.09561604;-0.7055494;-0.01550344,-0.06709889;0.004257218;-0.04335451,-0.1060809;-0.3716542;-0.003718972,-0.1233921;-0.7141423;0.06629713,-0.104542;-0.704258;-0.02982798,-0.006474118;0.399722;0.0108778,0;0;0,-0.00507951;0.1992734;0.01625738,-0.01207131;0.4989279;0.02749385,0.1014528;0.3688386;0.05966306,0.1300867;0.09043694;0.06818418,0.1863592;-0.1805121;0.02552256,-0.1120743;0.358423;-0.02160839,-0.1902114;0.2352528;-0.260614,-0.2103168;0.1822121;-0.5348083,0.07647933;0.003525108;-0.02320529,0.06318485;-0.3737026;0.02064095,0.0593734;-0.714763;0.09914751,0.08553432;-0.7044475;0.004658744,-0.06470743;0.006045878;-0.04665185,-0.1067064;-0.3697642;-0.009196777,-0.1282108;-0.7095506;0.07193719,-0.1135168;-0.7634207;0.01949769,-0.009845344;0.3989585;0.02641364,170.5379
+0;0;0,-0.00413273;0.1997422;0.009272849,-0.007790434;0.4996582;0.007555344,0.1087862;0.368185;0.02185417,0.1452602;0.09090444;0.03546133,0.1891692;-0.1782323;-0.02807919,-0.1097528;0.3557654;-0.0315643,-0.1877594;0.2288085;-0.2686232,-0.2241818;0.178338;-0.5416179,0.07422666;0.005687247;-0.02929264,0.07713488;-0.3718638;0.01368123,0.07915027;-0.7153162;0.08103411,0.09561604;-0.7055494;-0.01550344,-0.06709889;0.004257218;-0.04335451,-0.1060809;-0.3716542;-0.003718972,-0.1233921;-0.7141423;0.06629713,-0.104542;-0.704258;-0.02982798,-0.006474118;0.399722;0.0108778,0;0;0,-0.005107732;0.199265;0.01635129,-0.01209752;0.498917;0.02765809,0.1014224;0.3687765;0.05976445,0.1299171;0.09035504;0.06810401,0.1866184;-0.1804951;0.02538199,-0.1126403;0.358979;-0.02079045,-0.1880441;0.2359819;-0.2607613,-0.2121938;0.1639088;-0.5302464,0.07650519;0.003457258;-0.02313012,0.06322367;-0.3737649;0.02076765,0.05895378;-0.7149314;0.09878838,0.06791974;-0.7705234;0.04786082,-0.06460607;0.006139557;-0.04677993,-0.1066445;-0.3696388;-0.009052087,-0.1282079;-0.7094282;0.07205398,-0.113653;-0.762772;0.01874382,-0.00987282;0.3989479;0.0265522,170.5712
+0;0;0,-0.00413273;0.1997422;0.009272849,-0.007790434;0.4996582;0.007555344,0.1087862;0.368185;0.02185417,0.1452602;0.09090444;0.03546133,0.1891692;-0.1782323;-0.02807919,-0.1097528;0.3557654;-0.0315643,-0.1877594;0.2288085;-0.2686232,-0.2241818;0.178338;-0.5416179,0.07422666;0.005687247;-0.02929264,0.07713488;-0.3718638;0.01368123,0.07915027;-0.7153162;0.08103411,0.09561604;-0.7055494;-0.01550344,-0.06709889;0.004257218;-0.04335451,-0.1060809;-0.3716542;-0.003718972,-0.1233921;-0.7141423;0.06629713,-0.104542;-0.704258;-0.02982798,-0.006474118;0.399722;0.0108778,0;0;0,-0.005189578;0.1992516;0.01648821,-0.01220302;0.4988979;0.02793938,0.1013193;0.3687478;0.05999837,0.1316487;0.09052932;0.06863726,0.1847654;-0.1812338;0.02712324,-0.1123527;0.3586957;-0.02117234,-0.1903821;0.237825;-0.2613841,-0.212973;0.1665544;-0.5312176,0.07653324;0.003474778;-0.02303454,0.06313432;-0.3737339;0.02094322,0.05867094;-0.7148772;0.09905408,0.08481147;-0.7045434;0.004555836,-0.06447837;0.006119408;-0.04695842,-0.1066983;-0.3695958;-0.008806776,-0.128102;-0.7094831;0.07193053,-0.1145074;-0.7637422;0.01981907,-0.009970032;0.3989296;0.02677579,170.6046
+0;0;0,-0.004210963;0.1997374;0.009340185,-0.008110886;0.499651;0.007841459,0.1084775;0.3681194;0.02233065,0.1446851;0.09080949;0.03605045,0.1885567;-0.178437;-0.0270495,-0.1095947;0.3555512;-0.03215357,-0.1883789;0.2365591;-0.2730559,-0.2248452;0.1934485;-0.5473034,0.07435828;0.005649062;-0.02896433,0.07708263;-0.3719005;0.01403447,0.07905145;-0.7153319;0.08149558,0.09588397;-0.7055683;-0.01497804,-0.06684028;0.004347825;-0.04374327,-0.106278;-0.3714264;-0.003266543,-0.1235251;-0.713898;0.06684599,-0.1043111;-0.7040098;-0.02920783,-0.006743046;0.3997136;0.01110396,0;0;0,-0.005189578;0.1992516;0.01648821,-0.01220302;0.4988979;0.02793938,0.1013193;0.3687478;0.05999837,0.1316487;0.09052932;0.06863726,0.1847654;-0.1812338;0.02712324,-0.1123527;0.3586957;-0.02117234,-0.1903821;0.237825;-0.2613841,-0.212973;0.1665544;-0.5312176,0.07653324;0.003474778;-0.02303454,0.06313432;-0.3737339;0.02094322,0.05867094;-0.7148772;0.09905408,0.08481147;-0.7045434;0.004555836,-0.06447837;0.006119408;-0.04695842,-0.1066983;-0.3695958;-0.008806776,-0.128102;-0.7094831;0.07193053,-0.1145074;-0.7637422;0.01981907,-0.009970032;0.3989296;0.02677579,170.6275
+0;0;0,-0.004210963;0.1997374;0.009340185,-0.008110886;0.499651;0.007841459,0.1084775;0.3681194;0.02233065,0.1446851;0.09080949;0.03605045,0.1885567;-0.178437;-0.0270495,-0.1095947;0.3555512;-0.03215357,-0.1883789;0.2365591;-0.2730559,-0.2248452;0.1934485;-0.5473034,0.07435828;0.005649062;-0.02896433,0.07708263;-0.3719005;0.01403447,0.07905145;-0.7153319;0.08149558,0.09588397;-0.7055683;-0.01497804,-0.06684028;0.004347825;-0.04374327,-0.106278;-0.3714264;-0.003266543,-0.1235251;-0.713898;0.06684599,-0.1043111;-0.7040098;-0.02920783,-0.006743046;0.3997136;0.01110396,0;0;0,-0.005252451;0.1992466;0.01652908,-0.01237814;0.4988918;0.02793404,0.1011773;0.3687169;0.05999552,0.1317801;0.09052673;0.06858122,0.1843729;-0.1813619;0.02722203,-0.1129613;0.3591989;-0.02057577,-0.1890185;0.2391938;-0.2618517,-0.2076227;0.1821648;-0.5353504,0.07658697;0.003476864;-0.02285493,0.06282446;-0.3737553;0.02080864,0.05835597;-0.7149099;0.09887014,0.08430669;-0.7045633;0.004316963,-0.06445263;0.006100488;-0.04699619,-0.1065443;-0.3695452;-0.008026522,-0.128099;-0.7095189;0.07230558,-0.1136971;-0.7633945;0.01979391,-0.01011094;0.398924;0.02679213,170.65
+0;0;0,-0.004210963;0.1997374;0.009340185,-0.008110886;0.499651;0.007841459,0.1084775;0.3681194;0.02233065,0.1446851;0.09080949;0.03605045,0.1885567;-0.178437;-0.0270495,-0.1095947;0.3555512;-0.03215357,-0.1883789;0.2365591;-0.2730559,-0.2248452;0.1934485;-0.5473034,0.07435828;0.005649062;-0.02896433,0.07708263;-0.3719005;0.01403447,0.07905145;-0.7153319;0.08149558,0.09588397;-0.7055683;-0.01497804,-0.06684028;0.004347825;-0.04374327,-0.106278;-0.3714264;-0.003266543,-0.1235251;-0.713898;0.06684599,-0.1043111;-0.7040098;-0.02920783,-0.006743046;0.3997136;0.01110396,0;0;0,-0.005281592;0.1992382;0.01662129,-0.01250629;0.4988797;0.02804772,0.1011433;0.3688448;0.06003846,0.1319126;0.09066769;0.06845051,0.1838549;-0.1813946;0.02741306,-0.1127277;0.3590238;-0.02102751,-0.1906249;0.2413406;-0.2628595,-0.2079223;0.1889699;-0.5373738,0.07660217;0.003451962;-0.02280773,0.06290091;-0.3737742;0.02092692,0.0582265;-0.7149951;0.09868554,0.06697562;-0.7703394;0.04730647,-0.06441306;0.006117693;-0.04704818,-0.1066882;-0.3694807;-0.007822827,-0.1281492;-0.7094718;0.07246119,-0.1143244;-0.7633311;0.01976869,-0.0102044;0.3989127;0.02690834,170.6835
+0;0;0,-0.004282279;0.1997333;0.009394278,-0.008377386;0.4996447;0.008053047,0.1082123;0.3680283;0.02272221,0.144227;0.09069967;0.03656995,0.1881592;-0.1784747;-0.02679491,-0.1094201;0.3553811;-0.03274755,-0.1884359;0.246921;-0.2784972,-0.2259434;0.2067589;-0.5530518,0.07447133;0.005684621;-0.02866542,0.07707515;-0.371869;0.01430501,0.07870815;-0.7153155;0.08169861,0.09588488;-0.7055501;-0.01471468,-0.06657464;0.004318092;-0.04414941,-0.1067369;-0.3713612;-0.00350336,-0.1234784;-0.7137347;0.06720762,-0.1039298;-0.7038492;-0.02877814,-0.006963271;0.3997065;0.01127359,0;0;0,-0.005255385;0.1992341;0.01667802,-0.01243861;0.498872;0.02822937,0.1011903;0.3688137;0.0601825,0.1320225;0.09064054;0.06849443,0.1839691;-0.1814578;0.02770211,-0.1131596;0.3595318;-0.02026751,-0.1878272;0.2438065;-0.2640551,-0.2101063;0.1801932;-0.5358216,0.07660656;0.003447391;-0.02279364,0.06283276;-0.3737722;0.02097432,0.05813224;-0.715002;0.0986928,0.06693759;-0.7703134;0.04726876,-0.0644029;0.006121429;-0.0470616,-0.1067401;-0.3694535;-0.007678591,-0.1280958;-0.7094722;0.07251655,-0.1143284;-0.7630597;0.01937904,-0.01014957;0.3989052;0.02704724,170.7164
+0;0;0,-0.004282279;0.1997333;0.009394278,-0.008377386;0.4996447;0.008053047,0.1082123;0.3680283;0.02272221,0.144227;0.09069967;0.03656995,0.1881592;-0.1784747;-0.02679491,-0.1094201;0.3553811;-0.03274755,-0.1884359;0.246921;-0.2784972,-0.2259434;0.2067589;-0.5530518,0.07447133;0.005684621;-0.02866542,0.07707515;-0.371869;0.01430501,0.07870815;-0.7153155;0.08169861,0.09588488;-0.7055501;-0.01471468,-0.06657464;0.004318092;-0.04414941,-0.1067369;-0.3713612;-0.00350336,-0.1234784;-0.7137347;0.06720762,-0.1039298;-0.7038492;-0.02877814,-0.006963271;0.3997065;0.01127359,0;0;0,-0.005244963;0.1992292;0.01673939,-0.01236165;0.4988631;0.02844419,0.1014987;0.3687444;0.05940568,0.132481;0.09063783;0.06924513,0.1844573;-0.1814923;0.0287029,-0.1133507;0.3597867;-0.01980128,-0.187361;0.2459091;-0.2646571,-0.2001545;0.2240636;-0.5435102,0.07662154;0.003442183;-0.02274401,0.06279004;-0.3737756;0.02102144,0.05812407;-0.7150036;0.0987499,0.06666096;-0.7701633;0.04702992,-0.06437467;0.006123807;-0.0470999,-0.1065052;-0.3694053;-0.007063385,-0.1279004;-0.7094523;0.07300065,-0.1146104;-0.76317;0.01994668,-0.01009738;0.3988965;0.02720072,170.7391
+0;0;0,-0.004282279;0.1997333;0.009394278,-0.008377386;0.4996447;0.008053047,0.1082123;0.3680283;0.02272221,0.144227;0.09069967;0.03656995,0.1881592;-0.1784747;-0.02679491,-0.1094201;0.3553811;-0.03274755,-0.1884359;0.246921;-0.2784972,-0.2259434;0.2067589;-0.5530518,0.07447133;0.005684621;-0.02866542,0.07707515;-0.371869;0.01430501,0.07870815;-0.7153155;0.08169861,0.09588488;-0.7055501;-0.01471468,-0.06657464;0.004318092;-0.04414941,-0.1067369;-0.3713612;-0.00350336,-0.1234784;-0.7137347;0.06720762,-0.1039298;-0.7038492;-0.02877814,-0.006963271;0.3997065;0.01127359,0;0;0,-0.0052472;0.1992287;0.01674435,-0.01239034;0.4988635;0.02840843,0.1014661;0.368746;0.05942748,0.1327465;0.09066874;0.06915344,0.184402;-0.1815106;0.02853182,-0.1135836;0.3600048;-0.01953521,-0.1704873;0.2821201;-0.2823963,-0.1996303;0.1770332;-0.5402866,0.07662931;0.003433376;-0.02271917,0.06265017;-0.3737914;0.02093892,0.05804177;-0.7150116;0.09870483,0.06705289;-0.7703376;0.04734064,-0.06437462;0.00612301;-0.04710008,-0.1064317;-0.3694086;-0.007009979,-0.1279022;-0.7094715;0.0729665,-0.1135455;-0.7632915;0.02035384,-0.01011783;0.3988969;0.02717928,170.7725
+0;0;0,-0.004448716;0.1997261;0.009471836,-0.008783977;0.4996338;0.008278347,0.1078463;0.3680461;0.0231997,0.1435216;0.0906812;0.03719859,0.1871849;-0.1786129;-0.02584282,-0.1095067;0.355318;-0.03309631,-0.1891547;0.2568855;-0.2828307,-0.2259575;0.2293501;-0.5590323,0.07457876;0.005676311;-0.0283864,0.07687176;-0.3718787;0.01459011,0.07842358;-0.7153429;0.0818947,0.09587415;-0.7055742;-0.0144701,-0.06643143;0.004328739;-0.04436358,-0.1075924;-0.3712185;-0.003497656,-0.1238785;-0.7135397;0.06757258,-0.1040592;-0.7036479;-0.02835894,-0.00730899;0.3996956;0.01147114,0;0;0,-0.0052472;0.1992287;0.01674435,-0.01239034;0.4988635;0.02840843,0.1014661;0.368746;0.05942748,0.1327465;0.09066874;0.06915344,0.184402;-0.1815106;0.02853182,-0.1135836;0.3600048;-0.01953521,-0.1704873;0.2821201;-0.2823963,-0.1996303;0.1770332;-0.5402866,0.07662931;0.003433376;-0.02271917,0.06265017;-0.3737914;0.02093892,0.05804177;-0.7150116;0.09870483,0.06705289;-0.7703376;0.04734064,-0.06437462;0.00612301;-0.04710008,-0.1064317;-0.3694086;-0.007009979,-0.1279022;-0.7094715;0.0729665,-0.1135455;-0.7632915;0.02035384,-0.01011783;0.3988969;0.02717928,170.7948
+0;0;0,-0.004448716;0.1997261;0.009471836,-0.008783977;0.4996338;0.008278347,0.1078463;0.3680461;0.0231997,0.1435216;0.0906812;0.03719859,0.1871849;-0.1786129;-0.02584282,-0.1095067;0.355318;-0.03309631,-0.1891547;0.2568855;-0.2828307,-0.2259575;0.2293501;-0.5590323,0.07457876;0.005676311;-0.0283864,0.07687176;-0.3718787;0.01459011,0.07842358;-0.7153429;0.0818947,0.09587415;-0.7055742;-0.0144701,-0.06643143;0.004328739;-0.04436358,-0.1075924;-0.3712185;-0.003497656,-0.1238785;-0.7135397;0.06757258,-0.1040592;-0.7036479;-0.02835894,-0.00730899;0.3996956;0.01147114,0;0;0,-0.00523563;0.1992245;0.01679834,-0.01238826;0.4988571;0.02850997,0.1014791;0.3687337;0.0594935,0.1308323;0.09042144;0.06847474,0.186154;-0.1809439;0.02723939,-0.1136785;0.3601077;-0.01930805,-0.186164;0.2556533;-0.2687777,-0.205552;0.1725121;-0.5354454,0.07663113;0.003466159;-0.02270807,0.0626748;-0.3737288;0.02121439,0.05803832;-0.7149982;0.09876261,0.06797306;-0.7696555;0.04647071,-0.06438223;0.00609534;-0.04709326,-0.1065083;-0.3694196;-0.006919913,-0.1279224;-0.7095088;0.07296006,-0.1129293;-0.7618669;0.01825768,-0.01011038;0.3988907;0.02727027,170.8174
+0;0;0,-0.004448716;0.1997261;0.009471836,-0.008783977;0.4996338;0.008278347,0.1078463;0.3680461;0.0231997,0.1435216;0.0906812;0.03719859,0.1871849;-0.1786129;-0.02584282,-0.1095067;0.355318;-0.03309631,-0.1891547;0.2568855;-0.2828307,-0.2259575;0.2293501;-0.5590323,0.07457876;0.005676311;-0.0283864,0.07687176;-0.3718787;0.01459011,0.07842358;-0.7153429;0.0818947,0.09587415;-0.7055742;-0.0144701,-0.06643143;0.004328739;-0.04436358,-0.1075924;-0.3712185;-0.003497656,-0.1238785;-0.7135397;0.06757258,-0.1040592;-0.7036479;-0.02835894,-0.00730899;0.3996956;0.01147114,0;0;0,-0.005202811;0.1992212;0.0168479,-0.01234414;0.4988537;0.02855948,0.1015079;0.3686965;0.05956643,0.1302831;0.09031057;0.06812501,0.1869121;-0.1807764;0.02683303,-0.1130302;0.3595592;-0.02012887,-0.1838592;0.2582457;-0.2713635,-0.2062023;0.1732831;-0.5372247,0.0766431;0.003449572;-0.02267014,0.06263514;-0.3737569;0.0211371,0.05804729;-0.715033;0.09865844,0.06760391;-0.7702903;0.04727884,-0.06436794;0.006103304;-0.04711175,-0.106356;-0.3693837;-0.006533984,-0.1277121;-0.7095096;0.07320464,-0.1126691;-0.7615562;0.01804967,-0.01006755;0.3988873;0.02732619,170.8511
+0;0;0,-0.004581656;0.1997166;0.009607094,-0.009135108;0.499621;0.008613488,0.1075379;0.3680215;0.02359651,0.1429204;0.09063041;0.0378176,0.186801;-0.1786237;-0.02524337,-0.109586;0.3553191;-0.03331355,-0.1881481;0.2656723;-0.2866738,-0.2175323;0.2457892;-0.5644169,0.07470068;0.005682667;-0.02806271,0.0767798;-0.3718806;0.01485146,0.07828998;-0.7153041;0.08236464,0.09595068;-0.705528;-0.01396342,-0.06630459;0.004318373;-0.04455392,-0.1077407;-0.3711262;-0.003027614,-0.1239946;-0.7134201;0.06818114,-0.1039689;-0.7035215;-0.02770893,-0.007603066;0.3996822;0.01175747,0;0;0,-0.005179515;0.1992198;0.01687102,-0.01225224;0.4988521;0.02863112,0.1015507;0.3685889;0.05960614,0.1301623;0.09018084;0.06799389,0.1874266;-0.1807399;0.02648803,-0.1131906;0.3597827;-0.01976505,-0.1823612;0.2586201;-0.271522,-0.2053087;0.1745886;-0.5376275,0.07664732;0.003434568;-0.02265817,0.06255455;-0.3737825;0.02103035,0.05802219;-0.7150351;0.09865814,0.06725656;-0.7704017;0.04740115,-0.06435197;0.006129763;-0.04713013,-0.1063325;-0.3693548;-0.006522663,-0.1275764;-0.7094913;0.07320137,-0.1128622;-0.7614601;0.01784247,-0.01000087;0.3988853;0.02738215,170.8732
+0;0;0,-0.004581656;0.1997166;0.009607094,-0.009135108;0.499621;0.008613488,0.1075379;0.3680215;0.02359651,0.1429204;0.09063041;0.0378176,0.186801;-0.1786237;-0.02524337,-0.109586;0.3553191;-0.03331355,-0.1881481;0.2656723;-0.2866738,-0.2175323;0.2457892;-0.5644169,0.07470068;0.005682667;-0.02806271,0.0767798;-0.3718806;0.01485146,0.07828998;-0.7153041;0.08236464,0.09595068;-0.705528;-0.01396342,-0.06630459;0.004318373;-0.04455392,-0.1077407;-0.3711262;-0.003027614,-0.1239946;-0.7134201;0.06818114,-0.1039689;-0.7035215;-0.02770893,-0.007603066;0.3996822;0.01175747,0;0;0,-0.00516895;0.1992204;0.01686723,-0.01224204;0.4988542;0.02858715,0.1015286;0.368634;0.05972659,0.1297499;0.09017399;0.06770037,0.1874142;-0.18065;0.02611666,-0.1126255;0.3591626;-0.02048208,-0.1863078;0.2609195;-0.2721152,-0.2079309;0.1762991;-0.5381449,0.07664146;0.003415871;-0.02268076,0.06250249;-0.3737991;0.02101067,0.05813326;-0.7150468;0.09866985,0.06724618;-0.7705652;0.04764471,-0.0643548;0.006146454;-0.0471241,-0.1063888;-0.3693374;-0.006565753,-0.1277251;-0.7094585;0.07319927,-0.1138677;-0.7611279;0.01718073,-0.009991165;0.3988872;0.02735242,170.9065
+0;0;0,-0.004581656;0.1997166;0.009607094,-0.009135108;0.499621;0.008613488,0.1075379;0.3680215;0.02359651,0.1429204;0.09063041;0.0378176,0.186801;-0.1786237;-0.02524337,-0.109586;0.3553191;-0.03331355,-0.1881481;0.2656723;-0.2866738,-0.2175323;0.2457892;-0.5644169,0.07470068;0.005682667;-0.02806271,0.0767798;-0.3718806;0.01485146,0.07828998;-0.7153041;0.08236464,0.09595068;-0.705528;-0.01396342,-0.06630459;0.004318373;-0.04455392,-0.1077407;-0.3711262;-0.003027614,-0.1239946;-0.7134201;0.06818114,-0.1039689;-0.7035215;-0.02770893,-0.007603066;0.3996822;0.01175747,0;0;0,-0.00516895;0.1992204;0.01686723,-0.01224204;0.4988542;0.02858715,0.1015286;0.368634;0.05972659,0.1297499;0.09017399;0.06770037,0.1874142;-0.18065;0.02611666,-0.1126255;0.3591626;-0.02048208,-0.1863078;0.2609195;-0.2721152,-0.2079309;0.1762991;-0.5381449,0.07664146;0.003415871;-0.02268076,0.06250249;-0.3737991;0.02101067,0.05813326;-0.7150468;0.09866985,0.06724618;-0.7705652;0.04764471,-0.0643548;0.006146454;-0.0471241,-0.1063888;-0.3693374;-0.006565753,-0.1277251;-0.7094585;0.07319927,-0.1138677;-0.7611279;0.01718073,-0.009991165;0.3988872;0.02735242,170.9286
+0;0;0,-0.004680634;0.1997101;0.00969352,-0.009499671;0.4996112;0.008969136,0.107214;0.3680125;0.02409053,0.1422269;0.0905773;0.03836652,0.1864088;-0.178643;-0.02462861,-0.1099432;0.3556519;-0.03325745,-0.1873692;0.2700778;-0.2883698,-0.2172952;0.2482702;-0.5659105,0.07485991;0.005674977;-0.02763673,0.0767204;-0.3719009;0.01517609,0.07816973;-0.7152742;0.08294564,0.09597273;-0.7054858;-0.0133588,-0.06612999;0.004349613;-0.04480965,-0.1077248;-0.3710132;-0.00270709,-0.1241047;-0.7132077;0.06894885,-0.1039385;-0.7032955;-0.02691463,-0.007903996;0.3996706;0.01202339,0;0;0,-0.005154431;0.1992194;0.01688434,-0.01223393;0.4988542;0.02857072,0.1015609;0.3687087;0.05972476,0.1321978;0.09051666;0.06812476,0.1852183;-0.1813555;0.02720578,-0.1121972;0.3588944;-0.02114731,-0.1877916;0.2629526;-0.273101,-0.2092977;0.177316;-0.5388149,0.07665359;0.003361056;-0.02264796,0.062426;-0.3738666;0.0209054,0.05788799;-0.7151351;0.09846315,0.06720094;-0.7707582;0.04765017,-0.06432849;0.006180045;-0.04715561,-0.1065179;-0.3692891;-0.006622035,-0.1276572;-0.7094282;0.07311814,-0.1138664;-0.76408;0.02169944,-0.009979278;0.398887;0.02735106,170.9514
+0;0;0,-0.004680634;0.1997101;0.00969352,-0.009499671;0.4996112;0.008969136,0.107214;0.3680125;0.02409053,0.1422269;0.0905773;0.03836652,0.1864088;-0.178643;-0.02462861,-0.1099432;0.3556519;-0.03325745,-0.1873692;0.2700778;-0.2883698,-0.2172952;0.2482702;-0.5659105,0.07485991;0.005674977;-0.02763673,0.0767204;-0.3719009;0.01517609,0.07816973;-0.7152742;0.08294564,0.09597273;-0.7054858;-0.0133588,-0.06612999;0.004349613;-0.04480965,-0.1077248;-0.3710132;-0.00270709,-0.1241047;-0.7132077;0.06894885,-0.1039385;-0.7032955;-0.02691463,-0.007903996;0.3996706;0.01202339,0;0;0,-0.005119971;0.1992135;0.01696401,-0.01205012;0.4988485;0.0287439,0.1018638;0.3685582;0.05908435,0.1316623;0.09030619;0.06845838,0.1868116;-0.1810849;0.02716189,-0.1125266;0.3593224;-0.02041756,-0.1858795;0.2638679;-0.2732174,-0.2082904;0.1785652;-0.5389639,0.07666953;0.003332889;-0.02259814,0.06242691;-0.3738858;0.02102716,0.05786818;-0.7151568;0.09857299,0.06715505;-0.7708129;0.04781083,-0.06431174;0.0062065;-0.04717498,-0.106405;-0.3692508;-0.006432164,-0.1274052;-0.7094442;0.07311285,-0.1138608;-0.7638575;0.02123864,-0.009858853;0.3988804;0.02748341,170.9757
+0;0;0,-0.004680634;0.1997101;0.00969352,-0.009499671;0.4996112;0.008969136,0.107214;0.3680125;0.02409053,0.1422269;0.0905773;0.03836652,0.1864088;-0.178643;-0.02462861,-0.1099432;0.3556519;-0.03325745,-0.1873692;0.2700778;-0.2883698,-0.2172952;0.2482702;-0.5659105,0.07485991;0.005674977;-0.02763673,0.0767204;-0.3719009;0.01517609,0.07816973;-0.7152742;0.08294564,0.09597273;-0.7054858;-0.0133588,-0.06612999;0.004349613;-0.04480965,-0.1077248;-0.3710132;-0.00270709,-0.1241047;-0.7132077;0.06894885,-0.1039385;-0.7032955;-0.02691463,-0.007903996;0.3996706;0.01202339,0;0;0,-0.005060559;0.1992095;0.01702794,-0.01167349;0.4988418;0.02907474,0.1020842;0.3685185;0.05936589,0.1312081;0.09018165;0.06833372,0.1873256;-0.1810058;0.02700326,-0.1125645;0.3596644;-0.01987328,-0.1845862;0.2644914;-0.2731616,-0.2100466;0.1847975;-0.5403706,0.07666824;0.003303777;-0.02260677,0.06246777;-0.3739056;0.02111339,0.05809257;-0.7151417;0.09882324,0.06717616;-0.770575;0.04765068,-0.06430656;0.006231997;-0.0471787,-0.1063663;-0.3692075;-0.006238118,-0.127325;-0.7093896;0.0733664,-0.114548;-0.7646558;0.02270638,-0.009612732;0.3988725;0.02770466,171.0072
+0;0;0,-0.004746404;0.1997035;0.009796855,-0.009761583;0.4996017;0.009336413,0.106961;0.3679733;0.02457761,0.1417235;0.09051144;0.03894774,0.1861495;-0.1786982;-0.02392098,-0.1101977;0.3560264;-0.0332769,-0.1867771;0.2771838;-0.2908025,-0.2190958;0.2444367;-0.5669966,0.07500501;0.005623547;-0.02725112,0.07660858;-0.3719618;0.01548911,0.07804996;-0.7153193;0.08333845,0.09602176;-0.7055193;-0.0129371,-0.06589469;0.00442015;-0.04514812,-0.1075988;-0.3708457;-0.002296187,-0.1241569;-0.7130207;0.06941225,-0.1038236;-0.703094;-0.02641895,-0.008127825;0.3996592;0.01230717,0;0;0,-0.005060559;0.1992095;0.01702794,-0.01167349;0.4988418;0.02907474,0.1020842;0.3685185;0.05936589,0.1312081;0.09018165;0.06833372,0.1873256;-0.1810058;0.02700326,-0.1125645;0.3596644;-0.01987328,-0.1845862;0.2644914;-0.2731616,-0.2100466;0.1847975;-0.5403706,0.07666824;0.003303777;-0.02260677,0.06246777;-0.3739056;0.02111339,0.05809257;-0.7151417;0.09882324,0.06717616;-0.770575;0.04765068,-0.06430656;0.006231997;-0.0471787,-0.1063663;-0.3692075;-0.006238118,-0.127325;-0.7093896;0.0733664,-0.114548;-0.7646558;0.02270638,-0.009612732;0.3988725;0.02770466,171.0294
+0;0;0,-0.004746404;0.1997035;0.009796855,-0.009761583;0.4996017;0.009336413,0.106961;0.3679733;0.02457761,0.1417235;0.09051144;0.03894774,0.1861495;-0.1786982;-0.02392098,-0.1101977;0.3560264;-0.0332769,-0.1867771;0.2771838;-0.2908025,-0.2190958;0.2444367;-0.5669966,0.07500501;0.005623547;-0.02725112,0.07660858;-0.3719618;0.01548911,0.07804996;-0.7153193;0.08333845,0.09602176;-0.7055193;-0.0129371,-0.06589469;0.00442015;-0.04514812,-0.1075988;-0.3708457;-0.002296187,-0.1241569;-0.7130207;0.06941225,-0.1038236;-0.703094;-0.02641895,-0.008127825;0.3996592;0.01230717,0;0;0,-0.005014127;0.1992085;0.01705379,-0.01154298;0.4988418;0.02911834,0.1023355;0.3684634;0.05883295,0.1313463;0.0901407;0.06857242,0.1880255;-0.1809479;0.0273602,-0.1127224;0.359949;-0.01949482,-0.1837958;0.2669289;-0.2738486,-0.2047615;0.2077543;-0.54672,0.07667939;0.003256868;-0.02257576,0.06243824;-0.3739542;0.02111639,0.05825394;-0.7151719;0.09891693,0.06756648;-0.770004;0.04679398,-0.06430818;0.00624418;-0.04717486,-0.1063765;-0.3691959;-0.006247573,-0.1273658;-0.7093226;0.07358503,-0.1149257;-0.764451;0.0226105,-0.009508349;0.3988718;0.02774787,171.0517
+0;0;0,-0.004746404;0.1997035;0.009796855,-0.009761583;0.4996017;0.009336413,0.106961;0.3679733;0.02457761,0.1417235;0.09051144;0.03894774,0.1861495;-0.1786982;-0.02392098,-0.1101977;0.3560264;-0.0332769,-0.1867771;0.2771838;-0.2908025,-0.2190958;0.2444367;-0.5669966,0.07500501;0.005623547;-0.02725112,0.07660858;-0.3719618;0.01548911,0.07804996;-0.7153193;0.08333845,0.09602176;-0.7055193;-0.0129371,-0.06589469;0.00442015;-0.04514812,-0.1075988;-0.3708457;-0.002296187,-0.1241569;-0.7130207;0.06941225,-0.1038236;-0.703094;-0.02641895,-0.008127825;0.3996592;0.01230717,0;0;0,-0.00497794;0.1992062;0.01709051,-0.01147565;0.4988399;0.0291553,0.1023525;0.3684688;0.05904265,0.1315422;0.09017262;0.06900245,0.1871287;-0.1811427;0.02779388,-0.1128345;0.3601772;-0.01926089,-0.1827399;0.2684588;-0.2744098,-0.2041765;0.2100721;-0.5474144,0.07667774;0.00326018;-0.02258087,0.0624583;-0.3739535;0.02109583,0.0582068;-0.7152007;0.09876339,0.06763209;-0.7701142;0.04679342,-0.06430904;0.006241567;-0.04717405,-0.1062474;-0.3692072;-0.00619366,-0.1273531;-0.7093219;0.07365949,-0.1150091;-0.7643898;0.02256069,-0.0094472;0.3988698;0.02779176,171.0852
+0;0;0,-0.004757375;0.1996997;0.009869074,-0.0098726;0.4995963;0.009565077,0.1068205;0.3679131;0.02507826,0.1410387;0.09036809;0.03914479,0.1855007;-0.1789404;-0.02327364,-0.110336;0.3565253;-0.03347164,-0.1868208;0.2803937;-0.2918397,-0.219494;0.2459055;-0.56778,0.07508724;0.005545635;-0.0270398,0.0765964;-0.3720448;0.01565822,0.07809091;-0.7153944;0.08354643,0.0962913;-0.7055919;-0.01268668,-0.06583488;0.004494115;-0.04522799,-0.1076369;-0.3707333;-0.002135202,-0.1239763;-0.7128773;0.06977104,-0.1034189;-0.7029505;-0.02601233,-0.008218855;0.3996526;0.01248623,0;0;0,-0.004905669;0.1992009;0.01717333,-0.01126929;0.4988316;0.02938142,0.1024488;0.3684202;0.05941899,0.1316165;0.09011477;0.06918442,0.1863309;-0.1814173;0.02823704,-0.1119521;0.3594803;-0.02007664,-0.1851916;0.2710047;-0.2754353,-0.2066741;0.211004;-0.548086,0.07667691;0.003249892;-0.02258514,0.06238076;-0.3739519;0.02116889,0.057976;-0.7152077;0.09879033,0.06752658;-0.7703116;0.04715588,-0.06430691;0.006256989;-0.0471749,-0.1061611;-0.3691715;-0.005923443,-0.1274848;-0.7093043;0.07379474,-0.1151652;-0.7643357;0.02262944,-0.009284227;0.3988613;0.02796968,171.1188
+0;0;0,-0.004757375;0.1996997;0.009869074,-0.0098726;0.4995963;0.009565077,0.1068205;0.3679131;0.02507826,0.1410387;0.09036809;0.03914479,0.1855007;-0.1789404;-0.02327364,-0.110336;0.3565253;-0.03347164,-0.1868208;0.2803937;-0.2918397,-0.219494;0.2459055;-0.56778,0.07508724;0.005545635;-0.0270398,0.0765964;-0.3720448;0.01565822,0.07809091;-0.7153944;0.08354643,0.0962913;-0.7055919;-0.01268668,-0.06583488;0.004494115;-0.04522799,-0.1076369;-0.3707333;-0.002135202,-0.1239763;-0.7128773;0.06977104,-0.1034189;-0.7029505;-0.02601233,-0.008218855;0.3996526;0.01248623,0;0;0,-0.004884669;0.1992014;0.01717397,-0.01126007;0.4988337;0.02933284,0.102652;0.368399;0.05869346,0.1310448;0.09003422;0.06903234,0.1878324;-0.181107;0.0283187,-0.1122829;0.3598431;-0.0196557,-0.1837475;0.2722335;-0.2758146,-0.2060799;0.2121599;-0.548381,0.07669514;0.0032713;-0.02252008,0.06221357;-0.3739413;0.02107989,0.05778913;-0.7151684;0.09882629,0.08299641;-0.7047624;0.004059903,-0.06429963;0.006226723;-0.04718883,-0.1062297;-0.3691911;-0.005916942,-0.1275577;-0.7092998;0.0739028,-0.1152786;-0.7639033;0.02202338,-0.009268707;0.3988632;0.02794156,171.141
+0;0;0,-0.004757375;0.1996997;0.009869074,-0.0098726;0.4995963;0.009565077,0.1068205;0.3679131;0.02507826,0.1410387;0.09036809;0.03914479,0.1855007;-0.1789404;-0.02327364,-0.110336;0.3565253;-0.03347164,-0.1868208;0.2803937;-0.2918397,-0.219494;0.2459055;-0.56778,0.07508724;0.005545635;-0.0270398,0.0765964;-0.3720448;0.01565822,0.07809091;-0.7153944;0.08354643,0.0962913;-0.7055919;-0.01268668,-0.06583488;0.004494115;-0.04522799,-0.1076369;-0.3707333;-0.002135202,-0.1239763;-0.7128773;0.06977104,-0.1034189;-0.7029505;-0.02601233,-0.008218855;0.3996526;0.01248623,0;0;0,-0.004802745;0.1991982;0.0172339,-0.01100182;0.4988345;0.02938558,0.1029262;0.3683341;0.05833776,0.1308849;0.08994171;0.06910812,0.1887761;-0.1809852;0.02852206,-0.1122954;0.3600309;-0.01933788,-0.1826619;0.2730622;-0.2760186,-0.205707;0.2128886;-0.5485036,0.07669128;0.003274603;-0.02253274,0.06227202;-0.3739255;0.02119582,0.05786156;-0.7151564;0.09892614,0.06596003;-0.7706428;0.04767666,-0.06431065;0.006222608;-0.04717435,-0.1061032;-0.3691979;-0.005788513,-0.1274063;-0.7093277;0.07394817,-0.1153227;-0.7641363;0.02235854,-0.009089278;0.3988624;0.02799717,171.1744
+0;0;0,-0.004733574;0.1996944;0.009987938,-0.009915254;0.49959;0.00991313,0.1067621;0.3678568;0.02546366,0.1408419;0.0902966;0.03956746,0.1853123;-0.1790334;-0.02275226,-0.1103105;0.3570417;-0.03381654,-0.1870256;0.2846127;-0.2931789,-0.2196333;0.2551909;-0.569713,0.07521678;0.005494384;-0.02668797,0.07680739;-0.3721234;0.01576513,0.07824928;-0.7154161;0.08394203,0.09669954;-0.7056131;-0.01224357,-0.06573606;0.004562141;-0.0453647,-0.1074507;-0.3706272;-0.001858003,-0.1238204;-0.7127166;0.07030033,-0.1030136;-0.7027832;-0.02543058,-0.008251136;0.3996443;0.01275491,0;0;0,-0.004802745;0.1991982;0.0172339,-0.01100182;0.4988345;0.02938558,0.1029262;0.3683341;0.05833776,0.1308849;0.08994171;0.06910812,0.1887761;-0.1809852;0.02852206,-0.1122954;0.3600309;-0.01933788,-0.1826619;0.2730622;-0.2760186,-0.205707;0.2128886;-0.5485036,0.07669128;0.003274603;-0.02253274,0.06227202;-0.3739255;0.02119582,0.05786156;-0.7151564;0.09892614,0.06596003;-0.7706428;0.04767666,-0.06431065;0.006222608;-0.04717435,-0.1061032;-0.3691979;-0.005788513,-0.1274063;-0.7093277;0.07394817,-0.1153227;-0.7641363;0.02235854,-0.009089278;0.3988624;0.02799717,171.1968
+0;0;0,-0.004733574;0.1996944;0.009987938,-0.009915254;0.49959;0.00991313,0.1067621;0.3678568;0.02546366,0.1408419;0.0902966;0.03956746,0.1853123;-0.1790334;-0.02275226,-0.1103105;0.3570417;-0.03381654,-0.1870256;0.2846127;-0.2931789,-0.2196333;0.2551909;-0.569713,0.07521678;0.005494384;-0.02668797,0.07680739;-0.3721234;0.01576513,0.07824928;-0.7154161;0.08394203,0.09669954;-0.7056131;-0.01224357,-0.06573606;0.004562141;-0.0453647,-0.1074507;-0.3706272;-0.001858003,-0.1238204;-0.7127166;0.07030033,-0.1030136;-0.7027832;-0.02543058,-0.008251136;0.3996443;0.01275491,0;0;0,-0.004722442;0.1991963;0.01727759,-0.01056795;0.4988347;0.02955645,0.1032721;0.3682898;0.05821024,0.1330461;0.09012434;0.06993611,0.1874478;-0.1816146;0.02995639,-0.1121982;0.3602751;-0.01899589,-0.1817239;0.2736027;-0.2760057,-0.2053487;0.2162798;-0.5490551,0.07669577;0.003256583;-0.02252007,0.06233393;-0.3739141;0.02148044,0.05794594;-0.7150905;0.09945101,0.06610199;-0.7701473;0.0475008,-0.06430523;0.006236683;-0.04717988,-0.1059567;-0.3691861;-0.005672257,-0.1271865;-0.7093488;0.07394323,-0.1151876;-0.7643383;0.02263217,-0.008798587;0.3988608;0.02811755,171.2193
+0;0;0,-0.004733574;0.1996944;0.009987938,-0.009915254;0.49959;0.00991313,0.1067621;0.3678568;0.02546366,0.1408419;0.0902966;0.03956746,0.1853123;-0.1790334;-0.02275226,-0.1103105;0.3570417;-0.03381654,-0.1870256;0.2846127;-0.2931789,-0.2196333;0.2551909;-0.569713,0.07521678;0.005494384;-0.02668797,0.07680739;-0.3721234;0.01576513,0.07824928;-0.7154161;0.08394203,0.09669954;-0.7056131;-0.01224357,-0.06573606;0.004562141;-0.0453647,-0.1074507;-0.3706272;-0.001858003,-0.1238204;-0.7127166;0.07030033,-0.1030136;-0.7027832;-0.02543058,-0.008251136;0.3996443;0.01275491,0;0;0,-0.004651624;0.1991909;0.01735935,-0.01036701;0.4988297;0.02969191,0.1035119;0.3682101;0.05791903,0.1324527;0.08996603;0.06986261,0.188658;-0.1814297;0.0300465,-0.1121937;0.3604506;-0.0187052,-0.1811583;0.2743416;-0.2760554,-0.2054211;0.2169388;-0.549032,0.07671919;0.003268499;-0.02243838,0.06242451;-0.3738979;0.02162058,0.05789787;-0.7150939;0.09949712,0.06614938;-0.7697845;0.0469669,-0.06428094;0.006222894;-0.04721478,-0.1057945;-0.3691851;-0.00543635,-0.1270945;-0.70934;0.07419398,-0.1154848;-0.7639779;0.02221664,-0.008646887;0.3988551;0.02823248,171.2525
+0;0;0,-0.004685477;0.1996855;0.01018572,-0.009886933;0.4995805;0.01022343,0.1067776;0.3678214;0.02592979,0.1405716;0.09022361;0.0399801,0.185239;-0.1790235;-0.02255649,-0.1102544;0.3574288;-0.03392359,-0.1868981;0.2884688;-0.2942508,-0.2198266;0.258623;-0.5707014,0.07530675;0.00539914;-0.02645263,0.07688547;-0.3722067;0.01610703,0.0783541;-0.7154866;0.08434734,0.09699923;-0.7056765;-0.01180218,-0.06570312;0.004650163;-0.04540349,-0.1072443;-0.3705066;-0.001452584,-0.1235675;-0.7125859;0.07076475,-0.1025683;-0.7026442;-0.0249259,-0.008208129;0.3996342;0.0130368,0;0;0,-0.004543521;0.1991862;0.01744176,-0.01012058;0.4988271;0.02978422,0.1037326;0.3681464;0.05782948,0.1324872;0.08989626;0.07007676,0.1892449;-0.181361;0.03010057,-0.1121709;0.3606179;-0.01838519,-0.1805187;0.2757467;-0.2763105,-0.2053406;0.2177032;-0.5491012,0.0767499;0.00325388;-0.02233527,0.06260525;-0.3739197;0.0217106,0.05812071;-0.7151235;0.09955527,0.06461371;-0.7697429;0.04666473,-0.06423739;0.006235594;-0.04727235,-0.1053305;-0.3691639;-0.005004834,-0.1268498;-0.7093227;0.07454948,-0.1149611;-0.7638902;0.02252064,-0.008457357;0.3988516;0.02832344,171.2752

+ 161 - 0
DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_OneArm_Forward_None_Fast.csv

@@ -0,0 +1,161 @@
+Demo_SpineBase,Demo_SpineMid,Demo_Neck,Demo_ShoulderLeft,Demo_ElbowLeft,Demo_WristLeft,Demo_ShoulderRight,Demo_ElbowRight,Demo_WristRight,Demo_HipLeft,Demo_KneeLeft,Demo_AnkleLeft,Demo_FootLeft,Demo_HipRight,Demo_KneeRight,Demo_AnkleRight,Demo_FootRight,Demo_SpineShoulder,Body_SpineBase,Body_SpineMid,Body_Neck,Body_ShoulderLeft,Body_ElbowLeft,Body_WristLeft,Body_ShoulderRight,Body_ElbowRight,Body_WristRight,Body_HipLeft,Body_KneeLeft,Body_AnkleLeft,Body_FootLeft,Body_HipRight,Body_KneeRight,Body_AnkleRight,Body_FootRight,Body_SpineShoulder,time
+0;0;0,0.003791433;0.1998912;0.005396499,0.009841438;0.499699;-0.001317625,0.1230024;0.3665199;0.00478041,0.1573476;0.08946264;0.02622033,0.1985467;-0.1798824;-0.0382457,-0.1050735;0.3591251;-0.0005574003,-0.1483535;0.08252856;0.004046423,-0.1835819;-0.1920064;-0.03825609,0.07183141;0.004892022;-0.03487572,0.08741438;-0.372589;0.005931932,0.09120043;-0.7162884;0.07193442,0.091631;-0.7065881;-0.02598257,-0.07084385;0.004675515;-0.03686852,-0.09609379;-0.3734095;-0.008335054,-0.1101832;-0.7172203;0.05566201,-0.1073172;-0.7074975;-0.04221865,0.007728081;0.3998449;0.003651334,0;0;0,0.002676006;0.1998199;0.008052993,0.006988375;0.4997225;0.00543661,0.1200575;0.3643562;0.01244068,0.1538375;0.08715078;0.03283923,0.1994384;-0.1805786;-0.03528965,-0.1059528;0.3565212;-0.001654161,-0.1497408;0.08002904;-0.00754475,-0.1931694;-0.1909992;-0.06284093,0.07244473;0.004571086;-0.03362835,0.08532557;-0.3731335;0.006036948,0.08520624;-0.716131;0.07569812,0.08859538;-0.7063175;-0.02218457,-0.07039042;0.005187483;-0.03766004,-0.09507302;-0.372928;-0.009033678,-0.1129488;-0.7158712;0.05857099,-0.1071773;-0.7059808;-0.03921599,0.005462043;0.3997982;0.009014886,5.719594
+0;0;0,0.003709441;0.1998939;0.0053557,0.009588961;0.4997036;-0.001426081,0.1228336;0.366596;0.004813862,0.1570995;0.0894897;0.02574079,0.1989231;-0.1798331;-0.03841545,-0.1052563;0.3590942;-0.0004441384,-0.1481405;0.08243096;0.003846199,-0.1834305;-0.1920814;-0.03855184,0.07179447;0.004895473;-0.03495124,0.08749111;-0.3725643;0.006008524,0.0911447;-0.7162468;0.07210714,0.09154622;-0.7065517;-0.02580892,-0.07088003;0.004672587;-0.03679929,-0.09600537;-0.3734224;-0.008287666,-0.1101773;-0.717208;0.05582657,-0.1073408;-0.7074899;-0.04205395,0.007539799;0.3998492;0.003563995,0;0;0,0.002676006;0.1998199;0.008052993,0.006988375;0.4997225;0.00543661,0.1200575;0.3643562;0.01244068,0.1538375;0.08715078;0.03283923,0.1994384;-0.1805786;-0.03528965,-0.1059528;0.3565212;-0.001654161,-0.1497408;0.08002904;-0.00754475,-0.1931694;-0.1909992;-0.06284093,0.07244473;0.004571086;-0.03362835,0.08532557;-0.3731335;0.006036948,0.08520624;-0.716131;0.07569812,0.08859538;-0.7063175;-0.02218457,-0.07039042;0.005187483;-0.03766004,-0.09507302;-0.372928;-0.009033678,-0.1129488;-0.7158712;0.05857099,-0.1071773;-0.7059808;-0.03921599,0.005462043;0.3997982;0.009014886,5.73912
+0;0;0,0.003709441;0.1998939;0.0053557,0.009588961;0.4997036;-0.001426081,0.1228336;0.366596;0.004813862,0.1570995;0.0894897;0.02574079,0.1989231;-0.1798331;-0.03841545,-0.1052563;0.3590942;-0.0004441384,-0.1481405;0.08243096;0.003846199,-0.1834305;-0.1920814;-0.03855184,0.07179447;0.004895473;-0.03495124,0.08749111;-0.3725643;0.006008524,0.0911447;-0.7162468;0.07210714,0.09154622;-0.7065517;-0.02580892,-0.07088003;0.004672587;-0.03679929,-0.09600537;-0.3734224;-0.008287666,-0.1101773;-0.717208;0.05582657,-0.1073408;-0.7074899;-0.04205395,0.007539799;0.3998492;0.003563995,0;0;0,0.002734078;0.1998172;0.008100048,0.007125547;0.4997191;0.005525911,0.1201544;0.3643062;0.0122833,0.1541146;0.08712417;0.03269991,0.1994189;-0.1805894;-0.0356883,-0.1058336;0.3564823;-0.001590407,-0.1493724;0.07995293;-0.007580712,-0.1927595;-0.1911224;-0.0626781,0.07241929;0.004555227;-0.03368524,0.08539315;-0.3731308;0.006126001,0.08543745;-0.716123;0.07581343,0.08874851;-0.7063032;-0.02207323,-0.07040803;0.005200589;-0.0376253,-0.0950198;-0.3729151;-0.008940764,-0.1128747;-0.7158546;0.05868822,-0.1071795;-0.7059613;-0.03910385,0.005566707;0.3997947;0.009086372,5.758235
+0;0;0,0.003709441;0.1998939;0.0053557,0.009588961;0.4997036;-0.001426081,0.1228336;0.366596;0.004813862,0.1570995;0.0894897;0.02574079,0.1989231;-0.1798331;-0.03841545,-0.1052563;0.3590942;-0.0004441384,-0.1481405;0.08243096;0.003846199,-0.1834305;-0.1920814;-0.03855184,0.07179447;0.004895473;-0.03495124,0.08749111;-0.3725643;0.006008524,0.0911447;-0.7162468;0.07210714,0.09154622;-0.7065517;-0.02580892,-0.07088003;0.004672587;-0.03679929,-0.09600537;-0.3734224;-0.008287666,-0.1101773;-0.717208;0.05582657,-0.1073408;-0.7074899;-0.04205395,0.007539799;0.3998492;0.003563995,0;0;0,0.002734078;0.1998172;0.008100048,0.007125547;0.4997191;0.005525911,0.1201544;0.3643062;0.0122833,0.1541146;0.08712417;0.03269991,0.1994189;-0.1805894;-0.0356883,-0.1058336;0.3564823;-0.001590407,-0.1493724;0.07995293;-0.007580712,-0.1927595;-0.1911224;-0.0626781,0.07241929;0.004555227;-0.03368524,0.08539315;-0.3731308;0.006126001,0.08543745;-0.716123;0.07581343,0.08874851;-0.7063032;-0.02207323,-0.07040803;0.005200589;-0.0376253,-0.0950198;-0.3729151;-0.008940764,-0.1128747;-0.7158546;0.05868822,-0.1071795;-0.7059613;-0.03910385,0.005566707;0.3997947;0.009086372,5.76976
+0;0;0,0.003696352;0.1998946;0.005337064,0.009560814;0.4997044;-0.001457457,0.1228111;0.366599;0.004795565,0.1572083;0.08951357;0.02578295,0.1994994;-0.179734;-0.03838263,-0.1052839;0.3590986;-0.0003803382,-0.1478752;0.08238655;0.00366947,-0.1830054;-0.1921068;-0.03898358,0.07177154;0.004902154;-0.03499734,0.08751981;-0.3725457;0.006052304,0.09114126;-0.7162318;0.07213403,0.0915148;-0.7065375;-0.02578196,-0.07089884;0.004667994;-0.03676363,-0.09592109;-0.3734416;-0.008356012,-0.1102459;-0.7171913;0.05591653,-0.1074365;-0.7074745;-0.04196451,0.007516788;0.39985;0.003534215,0;0;0,0.002819331;0.1998135;0.008163074,0.007313471;0.4997145;0.005648468,0.1203056;0.3643022;0.01227278,0.1541391;0.08708659;0.03244191,0.1994934;-0.1804327;-0.03666977,-0.1056682;0.3564319;-0.001487558,-0.1490236;0.07987392;-0.007488781,-0.1924125;-0.1912246;-0.06247044,0.07240864;0.004549298;-0.03370893,0.08555016;-0.3731265;0.006144281,0.08553314;-0.7160823;0.07601072,0.0888035;-0.7062567;-0.02187851,-0.07041043;0.005206738;-0.03761994,-0.09493499;-0.3729053;-0.008813046,-0.1128158;-0.7158403;0.05883192,-0.1071612;-0.7059408;-0.03896376,0.005714631;0.3997899;0.009186742,5.791954
+0;0;0,0.003696352;0.1998946;0.005337064,0.009560814;0.4997044;-0.001457457,0.1228111;0.366599;0.004795565,0.1572083;0.08951357;0.02578295,0.1994994;-0.179734;-0.03838263,-0.1052839;0.3590986;-0.0003803382,-0.1478752;0.08238655;0.00366947,-0.1830054;-0.1921068;-0.03898358,0.07177154;0.004902154;-0.03499734,0.08751981;-0.3725457;0.006052304,0.09114126;-0.7162318;0.07213403,0.0915148;-0.7065375;-0.02578196,-0.07089884;0.004667994;-0.03676363,-0.09592109;-0.3734416;-0.008356012,-0.1102459;-0.7171913;0.05591653,-0.1074365;-0.7074745;-0.04196451,0.007516788;0.39985;0.003534215,0;0;0,0.002819331;0.1998135;0.008163074,0.007313471;0.4997145;0.005648468,0.1203056;0.3643022;0.01227278,0.1541391;0.08708659;0.03244191,0.1994934;-0.1804327;-0.03666977,-0.1056682;0.3564319;-0.001487558,-0.1490236;0.07987392;-0.007488781,-0.1924125;-0.1912246;-0.06247044,0.07240864;0.004549298;-0.03370893,0.08555016;-0.3731265;0.006144281,0.08553314;-0.7160823;0.07601072,0.0888035;-0.7062567;-0.02187851,-0.07041043;0.005206738;-0.03761994,-0.09493499;-0.3729053;-0.008813046,-0.1128158;-0.7158403;0.05883192,-0.1071612;-0.7059408;-0.03896376,0.005714631;0.3997899;0.009186742,5.803117
+0;0;0,0.003696352;0.1998946;0.005337064,0.009560814;0.4997044;-0.001457457,0.1228111;0.366599;0.004795565,0.1572083;0.08951357;0.02578295,0.1994994;-0.179734;-0.03838263,-0.1052839;0.3590986;-0.0003803382,-0.1478752;0.08238655;0.00366947,-0.1830054;-0.1921068;-0.03898358,0.07177154;0.004902154;-0.03499734,0.08751981;-0.3725457;0.006052304,0.09114126;-0.7162318;0.07213403,0.0915148;-0.7065375;-0.02578196,-0.07089884;0.004667994;-0.03676363,-0.09592109;-0.3734416;-0.008356012,-0.1102459;-0.7171913;0.05591653,-0.1074365;-0.7074745;-0.04196451,0.007516788;0.39985;0.003534215,0;0;0,0.002876326;0.1998105;0.008215702,0.007436016;0.4997111;0.005784737,0.1204029;0.3642662;0.01232844,0.1542885;0.08704993;0.03240074,0.1996356;-0.1801615;-0.03789639,-0.1054772;0.356299;-0.001736868,-0.1492904;0.07980344;-0.00726769,-0.1926649;-0.1913314;-0.06208129,0.07239668;0.004560648;-0.03373308,0.08564349;-0.3730903;0.006320532,0.08575058;-0.7160352;0.07624,0.08912008;-0.7062063;-0.02164654,-0.07041743;0.005197657;-0.0376081,-0.09488104;-0.3729127;-0.008726917,-0.112615;-0.7158343;0.05902492,-0.1068613;-0.7059299;-0.03876599,0.005820375;0.3997859;0.009297148,5.814627
+0;0;0,0.00363419;0.1998964;0.005313167,0.009382069;0.4997067;-0.001555394,0.1226827;0.3666185;0.00474745,0.1571788;0.08955181;0.02582007,0.1995665;-0.1796602;-0.03843093,-0.1054355;0.3591393;-0.0003098545,-0.1476784;0.082369;0.00339646,-0.1826036;-0.1921067;-0.03953768,0.07178051;0.004917313;-0.03497683,0.08756664;-0.3725206;0.006150115,0.09111131;-0.7162167;0.07218361,0.0914457;-0.7065258;-0.0257318,-0.070889;0.004651889;-0.03678465,-0.09579802;-0.3734735;-0.008487066,-0.1103093;-0.7171801;0.05597343,-0.1075387;-0.7074667;-0.04190803,0.007383744;0.3998527;0.003463069,0;0;0,0.002876326;0.1998105;0.008215702,0.007436016;0.4997111;0.005784737,0.1204029;0.3642662;0.01232844,0.1542885;0.08704993;0.03240074,0.1996356;-0.1801615;-0.03789639,-0.1054772;0.356299;-0.001736868,-0.1492904;0.07980344;-0.00726769,-0.1926649;-0.1913314;-0.06208129,0.07239668;0.004560648;-0.03373308,0.08564349;-0.3730903;0.006320532,0.08575058;-0.7160352;0.07624,0.08912008;-0.7062063;-0.02164654,-0.07041743;0.005197657;-0.0376081,-0.09488104;-0.3729127;-0.008726917,-0.112615;-0.7158343;0.05902492,-0.1068613;-0.7059299;-0.03876599,0.005820375;0.3997859;0.009297148,5.836491
+0;0;0,0.00363419;0.1998964;0.005313167,0.009382069;0.4997067;-0.001555394,0.1226827;0.3666185;0.00474745,0.1571788;0.08955181;0.02582007,0.1995665;-0.1796602;-0.03843093,-0.1054355;0.3591393;-0.0003098545,-0.1476784;0.082369;0.00339646,-0.1826036;-0.1921067;-0.03953768,0.07178051;0.004917313;-0.03497683,0.08756664;-0.3725206;0.006150115,0.09111131;-0.7162167;0.07218361,0.0914457;-0.7065258;-0.0257318,-0.070889;0.004651889;-0.03678465,-0.09579802;-0.3734735;-0.008487066,-0.1103093;-0.7171801;0.05597343,-0.1075387;-0.7074667;-0.04190803,0.007383744;0.3998527;0.003463069,0;0;0,0.002883831;0.1998113;0.008193523,0.007483468;0.4997118;0.005789822,0.1204412;0.3642697;0.01219922,0.1546829;0.08706838;0.03186956,0.1995017;-0.1800971;-0.0389393,-0.1053862;0.3561991;-0.001922922,-0.1496275;0.07976866;-0.007303508,-0.1929618;-0.1914368;-0.06179896,0.07235411;0.004572939;-0.03382266,0.08573246;-0.3730499;0.00645202,0.08590409;-0.7159825;0.07643181,0.08928896;-0.7061549;-0.02145392,-0.0704418;0.005193274;-0.03756304,-0.09487075;-0.3729102;-0.008562937,-0.1125862;-0.7158166;0.05927033,-0.1068163;-0.7059133;-0.03851941,0.005854552;0.3997862;0.009286162,5.84799
+0;0;0,0.00363419;0.1998964;0.005313167,0.009382069;0.4997067;-0.001555394,0.1226827;0.3666185;0.00474745,0.1571788;0.08955181;0.02582007,0.1995665;-0.1796602;-0.03843093,-0.1054355;0.3591393;-0.0003098545,-0.1476784;0.082369;0.00339646,-0.1826036;-0.1921067;-0.03953768,0.07178051;0.004917313;-0.03497683,0.08756664;-0.3725206;0.006150115,0.09111131;-0.7162167;0.07218361,0.0914457;-0.7065258;-0.0257318,-0.070889;0.004651889;-0.03678465,-0.09579802;-0.3734735;-0.008487066,-0.1103093;-0.7171801;0.05597343,-0.1075387;-0.7074667;-0.04190803,0.007383744;0.3998527;0.003463069,0;0;0,0.002883831;0.1998113;0.008193523,0.007483468;0.4997118;0.005789822,0.1204412;0.3642697;0.01219922,0.1546829;0.08706838;0.03186956,0.1995017;-0.1800971;-0.0389393,-0.1053862;0.3561991;-0.001922922,-0.1496275;0.07976866;-0.007303508,-0.1929618;-0.1914368;-0.06179896,0.07235411;0.004572939;-0.03382266,0.08573246;-0.3730499;0.00645202,0.08590409;-0.7159825;0.07643181,0.08928896;-0.7061549;-0.02145392,-0.0704418;0.005193274;-0.03756304,-0.09487075;-0.3729102;-0.008562937,-0.1125862;-0.7158166;0.05927033,-0.1068163;-0.7059133;-0.03851941,0.005854552;0.3997862;0.009286162,5.859674
+0;0;0,0.003595633;0.1998973;0.005303239,0.009270055;0.4997089;-0.001576713,0.1226041;0.3666413;0.004701996,0.1571247;0.08957037;0.02567874,0.2000119;-0.1795376;-0.03867635,-0.105535;0.3591739;-0.0002455562,-0.1473948;0.08233982;0.003020677,-0.1815946;-0.1920677;-0.0409216,0.07178944;0.004928475;-0.03495692,0.08760213;-0.3725064;0.006188199,0.09117196;-0.716216;0.07214966,0.09146921;-0.7065254;-0.02576584,-0.07088226;0.004638073;-0.03679937,-0.09556758;-0.3735107;-0.008619787,-0.1102937;-0.7171968;0.05590157,-0.1075594;-0.7074816;-0.04198126,0.00729885;0.3998544;0.00344391,0;0;0,0.002993008;0.1998053;0.00829991,0.007699408;0.4997051;0.006042582,0.120626;0.3642111;0.01197243,0.1553246;0.08709562;0.03204739,0.200049;-0.1799968;-0.03909603,-0.1052138;0.3562236;-0.001661482,-0.1490529;0.07972968;-0.00706944,-0.1923469;-0.191539;-0.06128176,0.07232652;0.004550342;-0.03388464,0.08597095;-0.3730634;0.006385159,0.08617175;-0.7159163;0.07675499,0.08939067;-0.7060729;-0.0211396,-0.07046641;0.005217988;-0.03751342,-0.09466064;-0.3728802;-0.008249359,-0.1123778;-0.7157872;0.05958062,-0.1067734;-0.7058673;-0.03822216,0.006044924;0.3997784;0.009495293,5.881231
+0;0;0,0.003595633;0.1998973;0.005303239,0.009270055;0.4997089;-0.001576713,0.1226041;0.3666413;0.004701996,0.1571247;0.08957037;0.02567874,0.2000119;-0.1795376;-0.03867635,-0.105535;0.3591739;-0.0002455562,-0.1473948;0.08233982;0.003020677,-0.1815946;-0.1920677;-0.0409216,0.07178944;0.004928475;-0.03495692,0.08760213;-0.3725064;0.006188199,0.09117196;-0.716216;0.07214966,0.09146921;-0.7065254;-0.02576584,-0.07088226;0.004638073;-0.03679937,-0.09556758;-0.3735107;-0.008619787,-0.1102937;-0.7171968;0.05590157,-0.1075594;-0.7074816;-0.04198126,0.00729885;0.3998544;0.00344391,0;0;0,0.002993008;0.1998053;0.00829991,0.007699408;0.4997051;0.006042582,0.120626;0.3642111;0.01197243,0.1553246;0.08709562;0.03204739,0.200049;-0.1799968;-0.03909603,-0.1052138;0.3562236;-0.001661482,-0.1490529;0.07972968;-0.00706944,-0.1923469;-0.191539;-0.06128176,0.07232652;0.004550342;-0.03388464,0.08597095;-0.3730634;0.006385159,0.08617175;-0.7159163;0.07675499,0.08939067;-0.7060729;-0.0211396,-0.07046641;0.005217988;-0.03751342,-0.09466064;-0.3728802;-0.008249359,-0.1123778;-0.7157872;0.05958062,-0.1067734;-0.7058673;-0.03822216,0.006044924;0.3997784;0.009495293,5.892553
+0;0;0,0.003595633;0.1998973;0.005303239,0.009270055;0.4997089;-0.001576713,0.1226041;0.3666413;0.004701996,0.1571247;0.08957037;0.02567874,0.2000119;-0.1795376;-0.03867635,-0.105535;0.3591739;-0.0002455562,-0.1473948;0.08233982;0.003020677,-0.1815946;-0.1920677;-0.0409216,0.07178944;0.004928475;-0.03495692,0.08760213;-0.3725064;0.006188199,0.09117196;-0.716216;0.07214966,0.09146921;-0.7065254;-0.02576584,-0.07088226;0.004638073;-0.03679937,-0.09556758;-0.3735107;-0.008619787,-0.1102937;-0.7171968;0.05590157,-0.1075594;-0.7074816;-0.04198126,0.00729885;0.3998544;0.00344391,0;0;0,0.00302984;0.1998038;0.008321345,0.00779588;0.4997033;0.006128249,0.1207011;0.36419;0.01195288,0.1553369;0.08706167;0.03195907,0.2003075;-0.1799166;-0.03945699,-0.1050968;0.3561694;-0.001772867,-0.1491531;0.07970798;-0.007076336,-0.1924019;-0.1916347;-0.06095323,0.07230224;0.004563267;-0.03393468,0.08604165;-0.3730281;0.006512962,0.0861874;-0.7159117;0.07673211,0.08943719;-0.706063;-0.02116258,-0.07048327;0.005208481;-0.03748307,-0.0945719;-0.3728932;-0.008176519,-0.1123089;-0.7157411;0.05994628,-0.1066748;-0.7058165;-0.03785575,0.006124084;0.3997761;0.009557574,5.914981
+0;0;0,0.003480039;0.1998989;0.005320266,0.008943007;0.4997136;-0.001591481,0.1223838;0.366725;0.004747642,0.1569616;0.08966902;0.02582796,0.2000396;-0.1793627;-0.03871835,-0.1057835;0.3591823;-0.0001205152,-0.147179;0.0822711;0.002446916,-0.1816786;-0.1921672;-0.04106668,0.07179976;0.004966609;-0.03493031,0.08766651;-0.3724518;0.006343715,0.09114812;-0.7161731;0.07224955,0.0914157;-0.7064829;-0.02566593,-0.07086985;0.004597704;-0.03682831,-0.09547654;-0.3735591;-0.008686259,-0.1104565;-0.7172036;0.05599816,-0.1077502;-0.7074884;-0.04188545,0.007056117;0.3998581;0.00344188,0;0;0,0.00302984;0.1998038;0.008321345,0.00779588;0.4997033;0.006128249,0.1207011;0.36419;0.01195288,0.1553369;0.08706167;0.03195907,0.2003075;-0.1799166;-0.03945699,-0.1050968;0.3561694;-0.001772867,-0.1491531;0.07970798;-0.007076336,-0.1924019;-0.1916347;-0.06095323,0.07230224;0.004563267;-0.03393468,0.08604165;-0.3730281;0.006512962,0.0861874;-0.7159117;0.07673211,0.08943719;-0.706063;-0.02116258,-0.07048327;0.005208481;-0.03748307,-0.0945719;-0.3728932;-0.008176519,-0.1123089;-0.7157411;0.05994628,-0.1066748;-0.7058165;-0.03785575,0.006124084;0.3997761;0.009557574,5.925964
+0;0;0,0.003480039;0.1998989;0.005320266,0.008943007;0.4997136;-0.001591481,0.1223838;0.366725;0.004747642,0.1569616;0.08966902;0.02582796,0.2000396;-0.1793627;-0.03871835,-0.1057835;0.3591823;-0.0001205152,-0.147179;0.0822711;0.002446916,-0.1816786;-0.1921672;-0.04106668,0.07179976;0.004966609;-0.03493031,0.08766651;-0.3724518;0.006343715,0.09114812;-0.7161731;0.07224955,0.0914157;-0.7064829;-0.02566593,-0.07086985;0.004597704;-0.03682831,-0.09547654;-0.3735591;-0.008686259,-0.1104565;-0.7172036;0.05599816,-0.1077502;-0.7074884;-0.04188545,0.007056117;0.3998581;0.00344188,0;0;0,0.00302984;0.1998038;0.008321345,0.00779588;0.4997033;0.006128249,0.1207011;0.36419;0.01195288,0.1553369;0.08706167;0.03195907,0.2003075;-0.1799166;-0.03945699,-0.1050968;0.3561694;-0.001772867,-0.1491531;0.07970798;-0.007076336,-0.1924019;-0.1916347;-0.06095323,0.07230224;0.004563267;-0.03393468,0.08604165;-0.3730281;0.006512962,0.0861874;-0.7159117;0.07673211,0.08943719;-0.706063;-0.02116258,-0.07048327;0.005208481;-0.03748307,-0.0945719;-0.3728932;-0.008176519,-0.1123089;-0.7157411;0.05994628,-0.1066748;-0.7058165;-0.03785575,0.006124084;0.3997761;0.009557574,5.937339
+0;0;0,0.003480039;0.1998989;0.005320266,0.008943007;0.4997136;-0.001591481,0.1223838;0.366725;0.004747642,0.1569616;0.08966902;0.02582796,0.2000396;-0.1793627;-0.03871835,-0.1057835;0.3591823;-0.0001205152,-0.147179;0.0822711;0.002446916,-0.1816786;-0.1921672;-0.04106668,0.07179976;0.004966609;-0.03493031,0.08766651;-0.3724518;0.006343715,0.09114812;-0.7161731;0.07224955,0.0914157;-0.7064829;-0.02566593,-0.07086985;0.004597704;-0.03682831,-0.09547654;-0.3735591;-0.008686259,-0.1104565;-0.7172036;0.05599816,-0.1077502;-0.7074884;-0.04188545,0.007056117;0.3998581;0.00344188,0;0;0,0.003048051;0.199802;0.008358098,0.007854141;0.4997014;0.006238009,0.1207343;0.3641214;0.01160291,0.1557443;0.08705074;0.03175588,0.2009716;-0.1799779;-0.03930888,-0.1049908;0.3560765;-0.001930892,-0.1492991;0.07965019;-0.006958669,-0.1924967;-0.1917711;-0.06047895,0.07225848;0.00457886;-0.03402565,0.08620141;-0.3730045;0.006427094,0.08631615;-0.7158189;0.07698383,0.08949766;-0.7059641;-0.02091434,-0.07051831;0.005200854;-0.03741815,-0.09451213;-0.3729005;-0.008030688,-0.1122414;-0.7157322;0.06017572,-0.1066751;-0.7058018;-0.03763136,0.006169609;0.3997735;0.009641573,5.960396
+0;0;0,0.003311997;0.1998975;0.005479324,0.008583154;0.4997176;-0.001345598,0.1221063;0.3666973;0.004903099,0.1569088;0.08967569;0.02606547,0.2001562;-0.1792897;-0.03864369,-0.1060476;0.3591643;0.0001222522,-0.1470096;0.08218241;0.001897124,-0.1818847;-0.1922475;-0.04136893,0.07181476;0.005010428;-0.0348932,0.08748388;-0.3723889;0.006630491,0.09090185;-0.7160971;0.07260761,0.09113895;-0.7063918;-0.02531109,-0.07086418;0.004554049;-0.03684466,-0.09557699;-0.3735743;-0.008415053,-0.1106564;-0.7171934;0.05638103,-0.1079807;-0.7074631;-0.04150657,0.006786069;0.399859;0.003657871,0;0;0,0.003049976;0.1998023;0.00834979,0.007883332;0.4997017;0.006254622,0.1207209;0.3640035;0.01133562,0.1559318;0.08698934;0.03191146,0.201202;-0.1799631;-0.0394117,-0.1049402;0.3560129;-0.00199063,-0.1492996;0.07959348;-0.006943194,-0.1924901;-0.1918932;-0.06013673,0.0722237;0.004566474;-0.0341011,0.08632021;-0.3730332;0.006145108,0.08644649;-0.7157555;0.07714799,0.08955989;-0.7058992;-0.02075268,-0.07054365;0.005217621;-0.03736804,-0.09441201;-0.372886;-0.007907251,-0.1121787;-0.7156991;0.06038254,-0.1066805;-0.7057692;-0.03742831,0.006188621;0.3997735;0.009644883,5.982126
+0;0;0,0.003311997;0.1998975;0.005479324,0.008583154;0.4997176;-0.001345598,0.1221063;0.3666973;0.004903099,0.1569088;0.08967569;0.02606547,0.2001562;-0.1792897;-0.03864369,-0.1060476;0.3591643;0.0001222522,-0.1470096;0.08218241;0.001897124,-0.1818847;-0.1922475;-0.04136893,0.07181476;0.005010428;-0.0348932,0.08748388;-0.3723889;0.006630491,0.09090185;-0.7160971;0.07260761,0.09113895;-0.7063918;-0.02531109,-0.07086418;0.004554049;-0.03684466,-0.09557699;-0.3735743;-0.008415053,-0.1106564;-0.7171934;0.05638103,-0.1079807;-0.7074631;-0.04150657,0.006786069;0.399859;0.003657871,0;0;0,0.003021788;0.1998054;0.008286443,0.007820704;0.4997049;0.006110051,0.1206755;0.3640329;0.01133542,0.1559604;0.0869998;0.03152501,0.2013054;-0.1800609;-0.03934414,-0.104968;0.3559676;-0.002154388,-0.1494446;0.07956386;-0.00692771,-0.1923537;-0.19201;-0.05990339,0.07221417;0.004587095;-0.03411849,0.08636714;-0.3730306;0.005938705,0.08640593;-0.7157096;0.07715006,0.08957419;-0.7058628;-0.0207469,-0.07055277;0.005200787;-0.03735314,-0.09441088;-0.3729019;-0.007872155,-0.1122019;-0.715698;0.06049687,-0.1066493;-0.7057778;-0.03730892,0.006137047;0.3997774;0.009523612,6.004004
+0;0;0,0.003311997;0.1998975;0.005479324,0.008583154;0.4997176;-0.001345598,0.1221063;0.3666973;0.004903099,0.1569088;0.08967569;0.02606547,0.2001562;-0.1792897;-0.03864369,-0.1060476;0.3591643;0.0001222522,-0.1470096;0.08218241;0.001897124,-0.1818847;-0.1922475;-0.04136893,0.07181476;0.005010428;-0.0348932,0.08748388;-0.3723889;0.006630491,0.09090185;-0.7160971;0.07260761,0.09113895;-0.7063918;-0.02531109,-0.07086418;0.004554049;-0.03684466,-0.09557699;-0.3735743;-0.008415053,-0.1106564;-0.7171934;0.05638103,-0.1079807;-0.7074631;-0.04150657,0.006786069;0.399859;0.003657871,0;0;0,0.003021788;0.1998054;0.008286443,0.007820704;0.4997049;0.006110051,0.1206755;0.3640329;0.01133542,0.1559604;0.0869998;0.03152501,0.2013054;-0.1800609;-0.03934414,-0.104968;0.3559676;-0.002154388,-0.1494446;0.07956386;-0.00692771,-0.1923537;-0.19201;-0.05990339,0.07221417;0.004587095;-0.03411849,0.08636714;-0.3730306;0.005938705,0.08640593;-0.7157096;0.07715006,0.08957419;-0.7058628;-0.0207469,-0.07055277;0.005200787;-0.03735314,-0.09441088;-0.3729019;-0.007872155,-0.1122019;-0.715698;0.06049687,-0.1066493;-0.7057778;-0.03730892,0.006137047;0.3997774;0.009523612,6.015705
+0;0;0,0.003103701;0.1999004;0.005495978,0.007984234;0.4997246;-0.001427168,0.1216713;0.3667212;0.004937422,0.1566221;0.08973229;0.02628203,0.1999146;-0.1791906;-0.03857358,-0.1063812;0.3589038;-0.0001959216,-0.1469826;0.08186713;0.00130222,-0.1818465;-0.192371;-0.04317211,0.07182018;0.005106298;-0.03486815,0.0872178;-0.3722817;0.006859813,0.09069941;-0.7159933;0.07281563,0.09104563;-0.7062941;-0.02510147,-0.07086432;0.00445313;-0.03685673,-0.09566259;-0.3736544;-0.008225465,-0.110926;-0.7172874;0.05645394,-0.1081396;-0.7075576;-0.04143047,0.006346866;0.3998653;0.003615805,0;0;0,0.003021788;0.1998054;0.008286443,0.007820704;0.4997049;0.006110051,0.1206755;0.3640329;0.01133542,0.1559604;0.0869998;0.03152501,0.2013054;-0.1800609;-0.03934414,-0.104968;0.3559676;-0.002154388,-0.1494446;0.07956386;-0.00692771,-0.1923537;-0.19201;-0.05990339,0.07221417;0.004587095;-0.03411849,0.08636714;-0.3730306;0.005938705,0.08640593;-0.7157096;0.07715006,0.08957419;-0.7058628;-0.0207469,-0.07055277;0.005200787;-0.03735314,-0.09441088;-0.3729019;-0.007872155,-0.1122019;-0.715698;0.06049687,-0.1066493;-0.7057778;-0.03730892,0.006137047;0.3997774;0.009523612,6.02691
+0;0;0,0.003103701;0.1999004;0.005495978,0.007984234;0.4997246;-0.001427168,0.1216713;0.3667212;0.004937422,0.1566221;0.08973229;0.02628203,0.1999146;-0.1791906;-0.03857358,-0.1063812;0.3589038;-0.0001959216,-0.1469826;0.08186713;0.00130222,-0.1818465;-0.192371;-0.04317211,0.07182018;0.005106298;-0.03486815,0.0872178;-0.3722817;0.006859813,0.09069941;-0.7159933;0.07281563,0.09104563;-0.7062941;-0.02510147,-0.07086432;0.00445313;-0.03685673,-0.09566259;-0.3736544;-0.008225465,-0.110926;-0.7172874;0.05645394,-0.1081396;-0.7075576;-0.04143047,0.006346866;0.3998653;0.003615805,0;0;0,0.003021788;0.1998054;0.008286443,0.007820704;0.4997049;0.006110051,0.1206755;0.3640329;0.01133542,0.1559604;0.0869998;0.03152501,0.2013054;-0.1800609;-0.03934414,-0.104968;0.3559676;-0.002154388,-0.1494446;0.07956386;-0.00692771,-0.1923537;-0.19201;-0.05990339,0.07221417;0.004587095;-0.03411849,0.08636714;-0.3730306;0.005938705,0.08640593;-0.7157096;0.07715006,0.08957419;-0.7058628;-0.0207469,-0.07055277;0.005200787;-0.03735314,-0.09441088;-0.3729019;-0.007872155,-0.1122019;-0.715698;0.06049687,-0.1066493;-0.7057778;-0.03730892,0.006137047;0.3997774;0.009523612,6.040016
+0;0;0,0.003103701;0.1999004;0.005495978,0.007984234;0.4997246;-0.001427168,0.1216713;0.3667212;0.004937422,0.1566221;0.08973229;0.02628203,0.1999146;-0.1791906;-0.03857358,-0.1063812;0.3589038;-0.0001959216,-0.1469826;0.08186713;0.00130222,-0.1818465;-0.192371;-0.04317211,0.07182018;0.005106298;-0.03486815,0.0872178;-0.3722817;0.006859813,0.09069941;-0.7159933;0.07281563,0.09104563;-0.7062941;-0.02510147,-0.07086432;0.00445313;-0.03685673,-0.09566259;-0.3736544;-0.008225465,-0.110926;-0.7172874;0.05645394,-0.1081396;-0.7075576;-0.04143047,0.006346866;0.3998653;0.003615805,0;0;0,0.002996392;0.1998076;0.008243135,0.007769525;0.4997074;0.006029421,0.1206263;0.3640152;0.01123624,0.156134;0.08700117;0.03129676,0.2015795;-0.1799929;-0.03975873,-0.1049856;0.3559098;-0.002244088,-0.1495603;0.07952201;-0.00702846,-0.1924061;-0.1920883;-0.05986848,0.07222478;0.004609906;-0.03409296,0.08645216;-0.3730092;0.005924344,0.08641911;-0.7156605;0.0772692,0.08958391;-0.7058179;-0.02062698,-0.07054341;0.005172175;-0.03737481,-0.09432165;-0.3729437;-0.007998476,-0.1119811;-0.7157221;0.06049319,-0.1064345;-0.7058071;-0.03731185,0.006093771;0.39978;0.009450898,6.060752
+0;0;0,0.002977309;0.1999007;0.005553388,0.007740469;0.4997275;-0.001332965,0.1214826;0.3667545;0.004990016,0.1565802;0.08978811;0.02638515,0.2000929;-0.1790472;-0.03868589,-0.1064851;0.3587103;-0.0007423821,-0.1468955;0.08164337;0.0002263013,-0.1822883;-0.19232;-0.04550585,0.07184022;0.005169752;-0.03481748,0.08712229;-0.3722185;0.006950904,0.09060318;-0.7159333;0.07289025,0.09114071;-0.70623;-0.02502684,-0.07083666;0.004378217;-0.03691882,-0.09570244;-0.373713;-0.008131225,-0.1111088;-0.7173194;0.05665502,-0.1081299;-0.7075868;-0.04122431,0.006148735;0.399867;0.003700367,0;0;0,0.002976425;0.1998092;0.008211787,0.007739873;0.4997091;0.005978774,0.1206086;0.364051;0.0112491,0.1561366;0.08704734;0.03141738,0.2016162;-0.1799425;-0.03963216,-0.1049973;0.3558833;-0.002334013,-0.1496044;0.07950124;-0.007147196,-0.1923908;-0.1921625;-0.05976031,0.07223449;0.004630454;-0.03406959,0.08649184;-0.3729899;0.00592522,0.08630996;-0.7156228;0.07735828,0.08950984;-0.7057878;-0.0205352,-0.0705386;0.005146275;-0.03738744,-0.0942001;-0.3729665;-0.007876838,-0.1118391;-0.7157377;0.0606561,-0.1062603;-0.705826;-0.03714644,0.006066451;0.3997818;0.009403435,6.082459
+0;0;0,0.002977309;0.1999007;0.005553388,0.007740469;0.4997275;-0.001332965,0.1214826;0.3667545;0.004990016,0.1565802;0.08978811;0.02638515,0.2000929;-0.1790472;-0.03868589,-0.1064851;0.3587103;-0.0007423821,-0.1468955;0.08164337;0.0002263013,-0.1822883;-0.19232;-0.04550585,0.07184022;0.005169752;-0.03481748,0.08712229;-0.3722185;0.006950904,0.09060318;-0.7159333;0.07289025,0.09114071;-0.70623;-0.02502684,-0.07083666;0.004378217;-0.03691882,-0.09570244;-0.373713;-0.008131225,-0.1111088;-0.7173194;0.05665502,-0.1081299;-0.7075868;-0.04122431,0.006148735;0.399867;0.003700367,0;0;0,0.002976425;0.1998092;0.008211787,0.007739873;0.4997091;0.005978774,0.1206086;0.364051;0.0112491,0.1561366;0.08704734;0.03141738,0.2016162;-0.1799425;-0.03963216,-0.1049973;0.3558833;-0.002334013,-0.1496044;0.07950124;-0.007147196,-0.1923908;-0.1921625;-0.05976031,0.07223449;0.004630454;-0.03406959,0.08649184;-0.3729899;0.00592522,0.08630996;-0.7156228;0.07735828,0.08950984;-0.7057878;-0.0205352,-0.0705386;0.005146275;-0.03738744,-0.0942001;-0.3729665;-0.007876838,-0.1118391;-0.7157377;0.0606561,-0.1062603;-0.705826;-0.03714644,0.006066451;0.3997818;0.009403435,6.093784
+0;0;0,0.002977309;0.1999007;0.005553388,0.007740469;0.4997275;-0.001332965,0.1214826;0.3667545;0.004990016,0.1565802;0.08978811;0.02638515,0.2000929;-0.1790472;-0.03868589,-0.1064851;0.3587103;-0.0007423821,-0.1468955;0.08164337;0.0002263013,-0.1822883;-0.19232;-0.04550585,0.07184022;0.005169752;-0.03481748,0.08712229;-0.3722185;0.006950904,0.09060318;-0.7159333;0.07289025,0.09114071;-0.70623;-0.02502684,-0.07083666;0.004378217;-0.03691882,-0.09570244;-0.373713;-0.008131225,-0.1111088;-0.7173194;0.05665502,-0.1081299;-0.7075868;-0.04122431,0.006148735;0.399867;0.003700367,0;0;0,0.002976425;0.1998092;0.008211787,0.007739873;0.4997091;0.005978774,0.1206086;0.364051;0.0112491,0.1561366;0.08704734;0.03141738,0.2016162;-0.1799425;-0.03963216,-0.1049973;0.3558833;-0.002334013,-0.1496044;0.07950124;-0.007147196,-0.1923908;-0.1921625;-0.05976031,0.07223449;0.004630454;-0.03406959,0.08649184;-0.3729899;0.00592522,0.08630996;-0.7156228;0.07735828,0.08950984;-0.7057878;-0.0205352,-0.0705386;0.005146275;-0.03738744,-0.0942001;-0.3729665;-0.007876838,-0.1118391;-0.7157377;0.0606561,-0.1062603;-0.705826;-0.03714644,0.006066451;0.3997818;0.009403435,6.105083
+0;0;0,0.002828579;0.1999002;0.005648117,0.007498387;0.4997304;-0.001138932,0.1212743;0.3667952;0.005177822,0.1564244;0.08982956;0.02649712,0.2001686;-0.1789598;-0.03860847,-0.1065828;0.3584542;-0.001217711,-0.1470942;0.08140197;-0.002163885,-0.1830202;-0.192267;-0.0492238,0.07184522;0.005249972;-0.03479514,0.08694401;-0.372121;0.007194526,0.09041041;-0.7158231;0.07320098,0.09115824;-0.7061115;-0.02471645,-0.07084185;0.004299974;-0.03691805,-0.09592687;-0.3737568;-0.007869316,-0.1113698;-0.7173437;0.0570118,-0.1081795;-0.707604;-0.04086231,0.005929357;0.3998683;0.003870592,0;0;0,0.002927539;0.1998127;0.008143236,0.00762087;0.4997132;0.005827352,0.1204994;0.3640136;0.01118396,0.1560721;0.08703905;0.03167061,0.201796;-0.1798674;-0.03953536,-0.1050841;0.3558377;-0.002351201,-0.149737;0.07946771;-0.00742348,-0.1923038;-0.1922583;-0.0598928,0.07222447;0.004658083;-0.03408708,0.08653326;-0.3730235;0.005306456,0.08645368;-0.7155143;0.07741795,0.08963813;-0.7056862;-0.02047463,-0.07055631;0.005122376;-0.03735729,-0.09401046;-0.3730155;-0.008003145,-0.1117386;-0.7157131;0.06087364,-0.106175;-0.7058097;-0.03692809,0.005971412;0.3997863;0.009276136,6.126909
+0;0;0,0.002828579;0.1999002;0.005648117,0.007498387;0.4997304;-0.001138932,0.1212743;0.3667952;0.005177822,0.1564244;0.08982956;0.02649712,0.2001686;-0.1789598;-0.03860847,-0.1065828;0.3584542;-0.001217711,-0.1470942;0.08140197;-0.002163885,-0.1830202;-0.192267;-0.0492238,0.07184522;0.005249972;-0.03479514,0.08694401;-0.372121;0.007194526,0.09041041;-0.7158231;0.07320098,0.09115824;-0.7061115;-0.02471645,-0.07084185;0.004299974;-0.03691805,-0.09592687;-0.3737568;-0.007869316,-0.1113698;-0.7173437;0.0570118,-0.1081795;-0.707604;-0.04086231,0.005929357;0.3998683;0.003870592,0;0;0,0.002929987;0.1998136;0.008120452,0.007639936;0.4997137;0.005779945,0.1205129;0.364019;0.01119852,0.1560019;0.08702677;0.0315907,0.2017702;-0.1799198;-0.03943603,-0.1050795;0.3558928;-0.002516181,-0.1485056;0.07932708;-0.007571873,-0.1909741;-0.1924002;-0.06011428,0.07219508;0.004706051;-0.0341427,0.08650517;-0.3729743;0.005261965,0.08647542;-0.7154546;0.07742339,0.08972225;-0.7056302;-0.02046636,-0.07057008;0.005100556;-0.03733428,-0.0939669;-0.3730453;-0.008037101,-0.1116497;-0.7157296;0.0609177,-0.1060246;-0.7058299;-0.03687974,0.005984387;0.3997872;0.009235238,6.13834
+0;0;0,0.002828579;0.1999002;0.005648117,0.007498387;0.4997304;-0.001138932,0.1212743;0.3667952;0.005177822,0.1564244;0.08982956;0.02649712,0.2001686;-0.1789598;-0.03860847,-0.1065828;0.3584542;-0.001217711,-0.1470942;0.08140197;-0.002163885,-0.1830202;-0.192267;-0.0492238,0.07184522;0.005249972;-0.03479514,0.08694401;-0.372121;0.007194526,0.09041041;-0.7158231;0.07320098,0.09115824;-0.7061115;-0.02471645,-0.07084185;0.004299974;-0.03691805,-0.09592687;-0.3737568;-0.007869316,-0.1113698;-0.7173437;0.0570118,-0.1081795;-0.707604;-0.04086231,0.005929357;0.3998683;0.003870592,0;0;0,0.002929987;0.1998136;0.008120452,0.007639936;0.4997137;0.005779945,0.1205129;0.364019;0.01119852,0.1560019;0.08702677;0.0315907,0.2017702;-0.1799198;-0.03943603,-0.1050795;0.3558928;-0.002516181,-0.1485056;0.07932708;-0.007571873,-0.1909741;-0.1924002;-0.06011428,0.07219508;0.004706051;-0.0341427,0.08650517;-0.3729743;0.005261965,0.08647542;-0.7154546;0.07742339,0.08972225;-0.7056302;-0.02046636,-0.07057008;0.005100556;-0.03733428,-0.0939669;-0.3730453;-0.008037101,-0.1116497;-0.7157296;0.0609177,-0.1060246;-0.7058299;-0.03687974,0.005984387;0.3997872;0.009235238,6.149772
+0;0;0,0.002568407;0.1998989;0.005818065,0.007070815;0.4997334;-0.0008579688,0.1209117;0.3668062;0.005366275,0.1561777;0.08983663;0.02644115,0.2001498;-0.1789984;-0.03832127,-0.10686;0.3582904;-0.00154798,-0.1472695;0.08124757;-0.005332854,-0.1848002;-0.1914882;-0.05638827,0.07187235;0.005338643;-0.03472555,0.08660873;-0.3720253;0.007456068,0.08996376;-0.7157094;0.0735618,0.09087828;-0.7059841;-0.02435705,-0.07081634;0.004209829;-0.03697734,-0.09629393;-0.3737909;-0.007543927,-0.1116202;-0.7173822;0.05734191,-0.1082653;-0.7076262;-0.04053007,0.005563136;0.3998693;0.004129979,0;0;0,0.002929987;0.1998136;0.008120452,0.007639936;0.4997137;0.005779945,0.1205129;0.364019;0.01119852,0.1560019;0.08702677;0.0315907,0.2017702;-0.1799198;-0.03943603,-0.1050795;0.3558928;-0.002516181,-0.1485056;0.07932708;-0.007571873,-0.1909741;-0.1924002;-0.06011428,0.07219508;0.004706051;-0.0341427,0.08650517;-0.3729743;0.005261965,0.08647542;-0.7154546;0.07742339,0.08972225;-0.7056302;-0.02046636,-0.07057008;0.005100556;-0.03733428,-0.0939669;-0.3730453;-0.008037101,-0.1116497;-0.7157296;0.0609177,-0.1060246;-0.7058299;-0.03687974,0.005984387;0.3997872;0.009235238,6.171874
+0;0;0,0.002568407;0.1998989;0.005818065,0.007070815;0.4997334;-0.0008579688,0.1209117;0.3668062;0.005366275,0.1561777;0.08983663;0.02644115,0.2001498;-0.1789984;-0.03832127,-0.10686;0.3582904;-0.00154798,-0.1472695;0.08124757;-0.005332854,-0.1848002;-0.1914882;-0.05638827,0.07187235;0.005338643;-0.03472555,0.08660873;-0.3720253;0.007456068,0.08996376;-0.7157094;0.0735618,0.09087828;-0.7059841;-0.02435705,-0.07081634;0.004209829;-0.03697734,-0.09629393;-0.3737909;-0.007543927,-0.1116202;-0.7173822;0.05734191,-0.1082653;-0.7076262;-0.04053007,0.005563136;0.3998693;0.004129979,0;0;0,0.00290966;0.1998156;0.008079162,0.007600392;0.4997158;0.005693273,0.1205092;0.3641258;0.01127444,0.1560019;0.08712992;0.03161092,0.2022943;-0.179854;-0.03893409,-0.1050795;0.3558294;-0.002661648,-0.1486783;0.07929847;-0.008121933,-0.1911092;-0.1924389;-0.06064259,0.07218745;0.004721311;-0.03415671,0.08655355;-0.3729436;0.005375989,0.08643156;-0.7154126;0.07759059,0.08974861;-0.7055961;-0.02029517,-0.07057843;0.00508432;-0.03732069,-0.09388795;-0.3730609;-0.007945912,-0.1115565;-0.7157039;0.06121746,-0.105863;-0.7058095;-0.03657492,0.00595078;0.3997895;0.009161374,6.183963
+0;0;0,0.002568407;0.1998989;0.005818065,0.007070815;0.4997334;-0.0008579688,0.1209117;0.3668062;0.005366275,0.1561777;0.08983663;0.02644115,0.2001498;-0.1789984;-0.03832127,-0.10686;0.3582904;-0.00154798,-0.1472695;0.08124757;-0.005332854,-0.1848002;-0.1914882;-0.05638827,0.07187235;0.005338643;-0.03472555,0.08660873;-0.3720253;0.007456068,0.08996376;-0.7157094;0.0735618,0.09087828;-0.7059841;-0.02435705,-0.07081634;0.004209829;-0.03697734,-0.09629393;-0.3737909;-0.007543927,-0.1116202;-0.7173822;0.05734191,-0.1082653;-0.7076262;-0.04053007,0.005563136;0.3998693;0.004129979,0;0;0,0.002849709;0.1998209;0.007967841,0.007389966;0.4997212;0.005343425,0.1203898;0.3642286;0.01076791,0.1555756;0.08725503;0.0319241,0.2018527;-0.1797571;-0.03852408,-0.1051872;0.3557169;-0.00290585,-0.1489223;0.0792267;-0.009265434,-0.1911983;-0.1923716;-0.06262381,0.07219765;0.004749039;-0.0341313,0.08660273;-0.372912;0.005424105,0.08638928;-0.7153647;0.07771599,0.0896103;-0.705563;-0.02016994,-0.07056736;0.005047559;-0.03734661,-0.09381182;-0.3730964;-0.007904729,-0.1116001;-0.7157407;0.06122191,-0.1060024;-0.70586;-0.0365732,0.005797568;0.399797;0.008897429,6.206434
+0;0;0,0.002390504;0.1998986;0.005903214,0.006757434;0.4997363;-0.0007049111,0.1206567;0.3668365;0.005499993,0.1561382;0.08986643;0.02620381,0.1999648;-0.1791167;-0.03804028,-0.1071306;0.3583058;-0.001365645,-0.1474088;0.08132336;-0.009005869,-0.1860434;-0.1907127;-0.06289254,0.07188866;0.005404756;-0.03468154,0.08633306;-0.3719525;0.007659901,0.08970725;-0.7156408;0.07374293,0.09060276;-0.7059069;-0.02417789,-0.07080355;0.004143677;-0.03700929,-0.09638682;-0.3738338;-0.007369217,-0.1119355;-0.7173957;0.0576194,-0.1085985;-0.7076335;-0.04025448,0.005299799;0.3998708;0.00426932,0;0;0,0.002849709;0.1998209;0.007967841,0.007389966;0.4997212;0.005343425,0.1203898;0.3642286;0.01076791,0.1555756;0.08725503;0.0319241,0.2018527;-0.1797571;-0.03852408,-0.1051872;0.3557169;-0.00290585,-0.1489223;0.0792267;-0.009265434,-0.1911983;-0.1923716;-0.06262381,0.07219765;0.004749039;-0.0341313,0.08660273;-0.372912;0.005424105,0.08638928;-0.7153647;0.07771599,0.0896103;-0.705563;-0.02016994,-0.07056736;0.005047559;-0.03734661,-0.09381182;-0.3730964;-0.007904729,-0.1116001;-0.7157407;0.06122191,-0.1060024;-0.70586;-0.0365732,0.005797568;0.399797;0.008897429,6.229794
+0;0;0,0.002390504;0.1998986;0.005903214,0.006757434;0.4997363;-0.0007049111,0.1206567;0.3668365;0.005499993,0.1561382;0.08986643;0.02620381,0.1999648;-0.1791167;-0.03804028,-0.1071306;0.3583058;-0.001365645,-0.1474088;0.08132336;-0.009005869,-0.1860434;-0.1907127;-0.06289254,0.07188866;0.005404756;-0.03468154,0.08633306;-0.3719525;0.007659901,0.08970725;-0.7156408;0.07374293,0.09060276;-0.7059069;-0.02417789,-0.07080355;0.004143677;-0.03700929,-0.09638682;-0.3738338;-0.007369217,-0.1119355;-0.7173957;0.0576194,-0.1085985;-0.7076335;-0.04025448,0.005299799;0.3998708;0.00426932,0;0;0,0.002820118;0.1998216;0.007961664,0.00725301;0.4997235;0.005334058,0.1203175;0.3643014;0.01080346,0.1555023;0.08733118;0.03200608,0.2016085;-0.1797688;-0.038221,-0.1052476;0.3556897;-0.003118998,-0.1491198;0.07924315;-0.01036824,-0.1912538;-0.1923546;-0.06384137,0.07219677;0.004772644;-0.03412987,0.08664237;-0.3728657;0.005627017,0.08657226;-0.7153546;0.07774752,0.08987051;-0.7055534;-0.02013572,-0.07056405;0.00502765;-0.03735556,-0.0938212;-0.3731143;-0.00789791,-0.1116565;-0.7157599;0.06120998,-0.1059784;-0.7058798;-0.03658037,0.005703966;0.3997986;0.008886764,6.240673
+0;0;0,0.002390504;0.1998986;0.005903214,0.006757434;0.4997363;-0.0007049111,0.1206567;0.3668365;0.005499993,0.1561382;0.08986643;0.02620381,0.1999648;-0.1791167;-0.03804028,-0.1071306;0.3583058;-0.001365645,-0.1474088;0.08132336;-0.009005869,-0.1860434;-0.1907127;-0.06289254,0.07188866;0.005404756;-0.03468154,0.08633306;-0.3719525;0.007659901,0.08970725;-0.7156408;0.07374293,0.09060276;-0.7059069;-0.02417789,-0.07080355;0.004143677;-0.03700929,-0.09638682;-0.3738338;-0.007369217,-0.1119355;-0.7173957;0.0576194,-0.1085985;-0.7076335;-0.04025448,0.005299799;0.3998708;0.00426932,0;0;0,0.002820118;0.1998216;0.007961664,0.00725301;0.4997235;0.005334058,0.1203175;0.3643014;0.01080346,0.1555023;0.08733118;0.03200608,0.2016085;-0.1797688;-0.038221,-0.1052476;0.3556897;-0.003118998,-0.1491198;0.07924315;-0.01036824,-0.1912538;-0.1923546;-0.06384137,0.07219677;0.004772644;-0.03412987,0.08664237;-0.3728657;0.005627017,0.08657226;-0.7153546;0.07774752,0.08987051;-0.7055534;-0.02013572,-0.07056405;0.00502765;-0.03735556,-0.0938212;-0.3731143;-0.00789791,-0.1116565;-0.7157599;0.06120998,-0.1059784;-0.7058798;-0.03658037,0.005703966;0.3997986;0.008886764,6.252659
+0;0;0,0.002240831;0.1998988;0.005952647,0.006509877;0.4997389;-0.0006139474,0.1204525;0.3668367;0.005572842,0.1559356;0.08986405;0.02623902,0.2000544;-0.1789815;-0.03837992,-0.107355;0.3583599;-0.001270665,-0.1476435;0.08153072;-0.01320645,-0.1870885;-0.189334;-0.07216723,0.07188712;0.005447961;-0.03467798,0.08609422;-0.3719069;0.007765371,0.08944061;-0.7155904;0.07387498,0.09032945;-0.705851;-0.02404703,-0.07081272;0.004104508;-0.0369961,-0.09656419;-0.3738535;-0.007254424,-0.112261;-0.7173967;0.05779713,-0.1089298;-0.7076296;-0.04007797,0.005095765;0.399872;0.004347076,0;0;0,0.002717581;0.1998232;0.007955036,0.006949138;0.4997282;0.005327417,0.1200995;0.3643493;0.01091149,0.1554129;0.08740109;0.03218672,0.2014747;-0.1797365;-0.03792613,-0.1053977;0.3555568;-0.003360859,-0.1493517;0.07917014;-0.01221805,-0.1917124;-0.1919285;-0.06799535,0.07225537;0.004800757;-0.0340017,0.08683486;-0.3728326;0.005753145,0.08671771;-0.7152903;0.07802138,0.09012723;-0.7054859;-0.01985872,-0.07049475;0.004991311;-0.03749103,-0.09360358;-0.3731465;-0.007864663,-0.1115468;-0.7157303;0.06152112,-0.1057565;-0.7058537;-0.03626192,0.005474193;0.3998021;0.008877265,6.275438
+0;0;0,0.002240831;0.1998988;0.005952647,0.006509877;0.4997389;-0.0006139474,0.1204525;0.3668367;0.005572842,0.1559356;0.08986405;0.02623902,0.2000544;-0.1789815;-0.03837992,-0.107355;0.3583599;-0.001270665,-0.1476435;0.08153072;-0.01320645,-0.1870885;-0.189334;-0.07216723,0.07188712;0.005447961;-0.03467798,0.08609422;-0.3719069;0.007765371,0.08944061;-0.7155904;0.07387498,0.09032945;-0.705851;-0.02404703,-0.07081272;0.004104508;-0.0369961,-0.09656419;-0.3738535;-0.007254424,-0.112261;-0.7173967;0.05779713,-0.1089298;-0.7076296;-0.04007797,0.005095765;0.399872;0.004347076,0;0;0,0.002717581;0.1998232;0.007955036,0.006949138;0.4997282;0.005327417,0.1200995;0.3643493;0.01091149,0.1554129;0.08740109;0.03218672,0.2014747;-0.1797365;-0.03792613,-0.1053977;0.3555568;-0.003360859,-0.1493517;0.07917014;-0.01221805,-0.1917124;-0.1919285;-0.06799535,0.07225537;0.004800757;-0.0340017,0.08683486;-0.3728326;0.005753145,0.08671771;-0.7152903;0.07802138,0.09012723;-0.7054859;-0.01985872,-0.07049475;0.004991311;-0.03749103,-0.09360358;-0.3731465;-0.007864663,-0.1115468;-0.7157303;0.06152112,-0.1057565;-0.7058537;-0.03626192,0.005474193;0.3998021;0.008877265,6.287838
+0;0;0,0.002240831;0.1998988;0.005952647,0.006509877;0.4997389;-0.0006139474,0.1204525;0.3668367;0.005572842,0.1559356;0.08986405;0.02623902,0.2000544;-0.1789815;-0.03837992,-0.107355;0.3583599;-0.001270665,-0.1476435;0.08153072;-0.01320645,-0.1870885;-0.189334;-0.07216723,0.07188712;0.005447961;-0.03467798,0.08609422;-0.3719069;0.007765371,0.08944061;-0.7155904;0.07387498,0.09032945;-0.705851;-0.02404703,-0.07081272;0.004104508;-0.0369961,-0.09656419;-0.3738535;-0.007254424,-0.112261;-0.7173967;0.05779713,-0.1089298;-0.7076296;-0.04007797,0.005095765;0.399872;0.004347076,0;0;0,0.002582075;0.1998277;0.007888268,0.006518579;0.4997354;0.005129857,0.1198028;0.3644304;0.01065559,0.154943;0.08750811;0.03254695,0.2014211;-0.1797385;-0.03687238,-0.1056627;0.355444;-0.003588041,-0.1492402;0.07913002;-0.01589918,-0.1919814;-0.1916366;-0.0729837,0.07230984;0.004802619;-0.03388542,0.0869265;-0.3728272;0.005889792,0.08688544;-0.7152607;0.07827258,0.09027539;-0.7054643;-0.01960656,-0.07042415;0.004992357;-0.03762332,-0.09342529;-0.3731303;-0.007720219,-0.1114103;-0.7156928;0.06175969,-0.1056385;-0.705823;-0.03602305,0.005152917;0.3998094;0.008724877,6.309526
+0;0;0,0.002075703;0.1999002;0.005966459,0.006175634;0.4997434;-0.0005769827,0.1202214;0.3668967;0.00565199,0.1557817;0.08992943;0.02625743,0.2000212;-0.1788226;-0.03866723,-0.1075964;0.3583473;-0.001245115,-0.147398;0.08171263;-0.0182476,-0.187888;-0.1890101;-0.07715239,0.07190232;0.005506518;-0.03463717,0.08586624;-0.3718565;0.0078151,0.08893006;-0.7155309;0.07398523,0.08983648;-0.7057886;-0.0239372,-0.07081081;0.004051202;-0.03700562,-0.09660212;-0.3739007;-0.007220754,-0.1124983;-0.717411;0.057956,-0.1091523;-0.7076413;-0.03991915,0.004848894;0.3998746;0.004369493,0;0;0,0.002582075;0.1998277;0.007888268,0.006518579;0.4997354;0.005129857,0.1198028;0.3644304;0.01065559,0.154943;0.08750811;0.03254695,0.2014211;-0.1797385;-0.03687238,-0.1056627;0.355444;-0.003588041,-0.1492402;0.07913002;-0.01589918,-0.1919814;-0.1916366;-0.0729837,0.07230984;0.004802619;-0.03388542,0.0869265;-0.3728272;0.005889792,0.08688544;-0.7152607;0.07827258,0.09027539;-0.7054643;-0.01960656,-0.07042415;0.004992357;-0.03762332,-0.09342529;-0.3731303;-0.007720219,-0.1114103;-0.7156928;0.06175969,-0.1056385;-0.705823;-0.03602305,0.005152917;0.3998094;0.008724877,6.322455
+0;0;0,0.002075703;0.1999002;0.005966459,0.006175634;0.4997434;-0.0005769827,0.1202214;0.3668967;0.00565199,0.1557817;0.08992943;0.02625743,0.2000212;-0.1788226;-0.03866723,-0.1075964;0.3583473;-0.001245115,-0.147398;0.08171263;-0.0182476,-0.187888;-0.1890101;-0.07715239,0.07190232;0.005506518;-0.03463717,0.08586624;-0.3718565;0.0078151,0.08893006;-0.7155309;0.07398523,0.08983648;-0.7057886;-0.0239372,-0.07081081;0.004051202;-0.03700562,-0.09660212;-0.3739007;-0.007220754,-0.1124983;-0.717411;0.057956,-0.1091523;-0.7076413;-0.03991915,0.004848894;0.3998746;0.004369493,0;0;0,0.002487674;0.1998239;0.008013487,0.006153592;0.4997379;0.005441534,0.1196057;0.3645609;0.0105145,0.154563;0.08765626;0.03291605,0.2012432;-0.1796338;-0.03619957,-0.1058406;0.3554125;-0.003843202,-0.1492;0.07922545;-0.01935616,-0.1921943;-0.1914974;-0.07645807,0.07233631;0.00482481;-0.03382573,0.0868729;-0.3727951;0.006072298,0.08701634;-0.7152441;0.07838204,0.09042731;-0.7054326;-0.01949948,-0.07040525;0.004969805;-0.03766166,-0.09346179;-0.3731412;-0.007653521,-0.111394;-0.715687;0.06192195,-0.1055995;-0.7057994;-0.0358631,0.004909432;0.3998071;0.008945875,6.343679
+0;0;0,0.002075703;0.1999002;0.005966459,0.006175634;0.4997434;-0.0005769827,0.1202214;0.3668967;0.00565199,0.1557817;0.08992943;0.02625743,0.2000212;-0.1788226;-0.03866723,-0.1075964;0.3583473;-0.001245115,-0.147398;0.08171263;-0.0182476,-0.187888;-0.1890101;-0.07715239,0.07190232;0.005506518;-0.03463717,0.08586624;-0.3718565;0.0078151,0.08893006;-0.7155309;0.07398523,0.08983648;-0.7057886;-0.0239372,-0.07081081;0.004051202;-0.03700562,-0.09660212;-0.3739007;-0.007220754,-0.1124983;-0.717411;0.057956,-0.1091523;-0.7076413;-0.03991915,0.004848894;0.3998746;0.004369493,0;0;0,0.002487674;0.1998239;0.008013487,0.006153592;0.4997379;0.005441534,0.1196057;0.3645609;0.0105145,0.154563;0.08765626;0.03291605,0.2012432;-0.1796338;-0.03619957,-0.1058406;0.3554125;-0.003843202,-0.1492;0.07922545;-0.01935616,-0.1921943;-0.1914974;-0.07645807,0.07233631;0.00482481;-0.03382573,0.0868729;-0.3727951;0.006072298,0.08701634;-0.7152441;0.07838204,0.09042731;-0.7054326;-0.01949948,-0.07040525;0.004969805;-0.03766166,-0.09346179;-0.3731412;-0.007653521,-0.111394;-0.715687;0.06192195,-0.1055995;-0.7057994;-0.0358631,0.004909432;0.3998071;0.008945875,6.355623
+0;0;0,0.001810751;0.1999015;0.006008569,0.005674325;0.4997478;-0.0005233046,0.1198457;0.366963;0.00583065,0.1554404;0.08998549;0.02623917,0.1998563;-0.1786453;-0.03906587,-0.1079867;0.3583421;-0.001168627,-0.1471961;0.08196053;-0.02298293,-0.1910878;-0.1850628;-0.0949,0.07193226;0.005515601;-0.03457351,0.08548841;-0.3718575;0.007921431,0.08854374;-0.71556;0.07394636,0.08948138;-0.7058133;-0.0239767,-0.07075917;0.004047566;-0.03710468,-0.09691618;-0.3738619;-0.007100925,-0.1128679;-0.7173582;0.0581362,-0.1094913;-0.707584;-0.03973881,0.00445665;0.3998777;0.004425031,0;0;0,0.002487674;0.1998239;0.008013487,0.006153592;0.4997379;0.005441534,0.1196057;0.3645609;0.0105145,0.154563;0.08765626;0.03291605,0.2012432;-0.1796338;-0.03619957,-0.1058406;0.3554125;-0.003843202,-0.1492;0.07922545;-0.01935616,-0.1921943;-0.1914974;-0.07645807,0.07233631;0.00482481;-0.03382573,0.0868729;-0.3727951;0.006072298,0.08701634;-0.7152441;0.07838204,0.09042731;-0.7054326;-0.01949948,-0.07040525;0.004969805;-0.03766166,-0.09346179;-0.3731412;-0.007653521,-0.111394;-0.715687;0.06192195,-0.1055995;-0.7057994;-0.0358631,0.004909432;0.3998071;0.008945875,6.367141
+0;0;0,0.001810751;0.1999015;0.006008569,0.005674325;0.4997478;-0.0005233046,0.1198457;0.366963;0.00583065,0.1554404;0.08998549;0.02623917,0.1998563;-0.1786453;-0.03906587,-0.1079867;0.3583421;-0.001168627,-0.1471961;0.08196053;-0.02298293,-0.1910878;-0.1850628;-0.0949,0.07193226;0.005515601;-0.03457351,0.08548841;-0.3718575;0.007921431,0.08854374;-0.71556;0.07394636,0.08948138;-0.7058133;-0.0239767,-0.07075917;0.004047566;-0.03710468,-0.09691618;-0.3738619;-0.007100925,-0.1128679;-0.7173582;0.0581362,-0.1094913;-0.707584;-0.03973881,0.00445665;0.3998777;0.004425031,0;0;0,0.002304007;0.1998173;0.008230572,0.005762868;0.4997353;0.005817433,0.1193294;0.3646194;0.01067667,0.1545363;0.08776176;0.0332673,0.2015329;-0.1795932;-0.03538131,-0.1059016;0.3552325;-0.0048983,-0.1473985;0.07888687;-0.02253588,-0.1905102;-0.190668;-0.08483773,0.07238703;0.004972673;-0.03369555,0.08674197;-0.372623;0.00649691,0.08673508;-0.7150677;0.07882683,0.09054785;-0.7052469;-0.01904178,-0.07031735;0.004791834;-0.03784849,-0.0936536;-0.3732695;-0.007433929,-0.1115546;-0.715776;0.06234319,-0.1053611;-0.7058734;-0.03542049,0.004611336;0.3998013;0.009262097,6.389141
+0;0;0,0.001810751;0.1999015;0.006008569,0.005674325;0.4997478;-0.0005233046,0.1198457;0.366963;0.00583065,0.1554404;0.08998549;0.02623917,0.1998563;-0.1786453;-0.03906587,-0.1079867;0.3583421;-0.001168627,-0.1471961;0.08196053;-0.02298293,-0.1910878;-0.1850628;-0.0949,0.07193226;0.005515601;-0.03457351,0.08548841;-0.3718575;0.007921431,0.08854374;-0.71556;0.07394636,0.08948138;-0.7058133;-0.0239767,-0.07075917;0.004047566;-0.03710468,-0.09691618;-0.3738619;-0.007100925,-0.1128679;-0.7173582;0.0581362,-0.1094913;-0.707584;-0.03973881,0.00445665;0.3998777;0.004425031,0;0;0,0.002304007;0.1998173;0.008230572,0.005762868;0.4997353;0.005817433,0.1193294;0.3646194;0.01067667,0.1545363;0.08776176;0.0332673,0.2015329;-0.1795932;-0.03538131,-0.1059016;0.3552325;-0.0048983,-0.1473985;0.07888687;-0.02253588,-0.1905102;-0.190668;-0.08483773,0.07238703;0.004972673;-0.03369555,0.08674197;-0.372623;0.00649691,0.08673508;-0.7150677;0.07882683,0.09054785;-0.7052469;-0.01904178,-0.07031735;0.004791834;-0.03784849,-0.0936536;-0.3732695;-0.007433929,-0.1115546;-0.715776;0.06234319,-0.1053611;-0.7058734;-0.03542049,0.004611336;0.3998013;0.009262097,6.40035
+0;0;0,0.001673862;0.1999027;0.006007763,0.005301253;0.4997516;-0.000548725,0.1195844;0.3669705;0.005848635,0.1552099;0.08999297;0.02620193,0.1999015;-0.1785362;-0.03933242,-0.1082477;0.3583444;-0.00121094,-0.1471766;0.08237606;-0.02815534,-0.1923749;-0.1827861;-0.1059124,0.07194834;0.005537096;-0.0345366,0.08532947;-0.3718404;0.007974252,0.08835734;-0.7155339;0.07404684,0.08931534;-0.7057884;-0.02387578,-0.07076263;0.004025916;-0.03710045,-0.09694208;-0.3738912;-0.00721232,-0.1130271;-0.7173551;0.05816233,-0.1096296;-0.7075828;-0.03971156,0.004194364;0.3998804;0.004404393,0;0;0,0.002181253;0.1998233;0.008118045,0.005322852;0.4997422;0.005450154,0.1190363;0.3647467;0.01073959,0.1542411;0.08788446;0.0332771,0.2017628;-0.1795124;-0.03484507,-0.1061041;0.3550731;-0.005585278,-0.1468631;0.07885543;-0.02662124,-0.1899067;-0.1891422;-0.09535642,0.07241778;0.004997452;-0.03362573,0.08683614;-0.3726008;0.006519776,0.08680535;-0.7150038;0.07904674,0.0908649;-0.7052058;-0.01880725,-0.07025696;0.004752279;-0.03796545,-0.09360387;-0.3732988;-0.0074315,-0.111673;-0.7157686;0.06248244,-0.1052308;-0.7058882;-0.03526059,0.004286629;0.3998103;0.008991248,6.412133
+0;0;0,0.001673862;0.1999027;0.006007763,0.005301253;0.4997516;-0.000548725,0.1195844;0.3669705;0.005848635,0.1552099;0.08999297;0.02620193,0.1999015;-0.1785362;-0.03933242,-0.1082477;0.3583444;-0.00121094,-0.1471766;0.08237606;-0.02815534,-0.1923749;-0.1827861;-0.1059124,0.07194834;0.005537096;-0.0345366,0.08532947;-0.3718404;0.007974252,0.08835734;-0.7155339;0.07404684,0.08931534;-0.7057884;-0.02387578,-0.07076263;0.004025916;-0.03710045,-0.09694208;-0.3738912;-0.00721232,-0.1130271;-0.7173551;0.05816233,-0.1096296;-0.7075828;-0.03971156,0.004194364;0.3998804;0.004404393,0;0;0,0.002181253;0.1998233;0.008118045,0.005322852;0.4997422;0.005450154,0.1190363;0.3647467;0.01073959,0.1542411;0.08788446;0.0332771,0.2017628;-0.1795124;-0.03484507,-0.1061041;0.3550731;-0.005585278,-0.1468631;0.07885543;-0.02662124,-0.1899067;-0.1891422;-0.09535642,0.07241778;0.004997452;-0.03362573,0.08683614;-0.3726008;0.006519776,0.08680535;-0.7150038;0.07904674,0.0908649;-0.7052058;-0.01880725,-0.07025696;0.004752279;-0.03796545,-0.09360387;-0.3732988;-0.0074315,-0.111673;-0.7157686;0.06248244,-0.1052308;-0.7058882;-0.03526059,0.004286629;0.3998103;0.008991248,6.433844
+0;0;0,0.001673862;0.1999027;0.006007763,0.005301253;0.4997516;-0.000548725,0.1195844;0.3669705;0.005848635,0.1552099;0.08999297;0.02620193,0.1999015;-0.1785362;-0.03933242,-0.1082477;0.3583444;-0.00121094,-0.1471766;0.08237606;-0.02815534,-0.1923749;-0.1827861;-0.1059124,0.07194834;0.005537096;-0.0345366,0.08532947;-0.3718404;0.007974252,0.08835734;-0.7155339;0.07404684,0.08931534;-0.7057884;-0.02387578,-0.07076263;0.004025916;-0.03710045,-0.09694208;-0.3738912;-0.00721232,-0.1130271;-0.7173551;0.05816233,-0.1096296;-0.7075828;-0.03971156,0.004194364;0.3998804;0.004404393,0;0;0,0.002050232;0.1998257;0.008092056,0.004958977;0.4997456;0.005305625,0.1187787;0.3648132;0.01077349,0.1541925;0.08798346;0.03338196,0.2019311;-0.1794807;-0.03432287,-0.1062422;0.3548566;-0.006031809,-0.1462075;0.07879508;-0.03037914,-0.1906448;-0.1866947;-0.1074537,0.07240772;0.005053475;-0.03363904,0.0865978;-0.3725426;0.006607957,0.08678724;-0.7149572;0.0790798,0.09100086;-0.7051681;-0.01876582,-0.07026662;0.004699716;-0.03795412,-0.09368303;-0.3733521;-0.007483091,-0.1117286;-0.7157749;0.06266664,-0.105132;-0.7058953;-0.03506593,0.004012115;0.3998145;0.008894126,6.445179
+0;0;0,0.001547351;0.1999029;0.006036974,0.004989293;0.4997551;-0.0004848279,0.1193804;0.367035;0.005935244,0.1550444;0.09005487;0.02618618,0.1999002;-0.1783338;-0.03980982,-0.108057;0.3576106;-0.003455304,-0.1477731;0.08200407;-0.03284392,-0.1931487;-0.1822174;-0.1136406,0.07195532;0.005566175;-0.03451737,0.0851782;-0.371819;0.007974818,0.08813262;-0.7154994;0.07411899,0.08985091;-0.7057641;-0.02379113,-0.07076007;0.003998226;-0.03710831,-0.09702709;-0.3739107;-0.00719388,-0.1134822;-0.7173854;0.05803168,-0.1093214;-0.7076262;-0.03981002,0.003973015;0.3998818;0.004444486,0;0;0,0.002050232;0.1998257;0.008092056,0.004958977;0.4997456;0.005305625,0.1187787;0.3648132;0.01077349,0.1541925;0.08798346;0.03338196,0.2019311;-0.1794807;-0.03432287,-0.1062422;0.3548566;-0.006031809,-0.1462075;0.07879508;-0.03037914,-0.1906448;-0.1866947;-0.1074537,0.07240772;0.005053475;-0.03363904,0.0865978;-0.3725426;0.006607957,0.08678724;-0.7149572;0.0790798,0.09100086;-0.7051681;-0.01876582,-0.07026662;0.004699716;-0.03795412,-0.09368303;-0.3733521;-0.007483091,-0.1117286;-0.7157749;0.06266664,-0.105132;-0.7058953;-0.03506593,0.004012115;0.3998145;0.008894126,6.456203
+0;0;0,0.001547351;0.1999029;0.006036974,0.004989293;0.4997551;-0.0004848279,0.1193804;0.367035;0.005935244,0.1550444;0.09005487;0.02618618,0.1999002;-0.1783338;-0.03980982,-0.108057;0.3576106;-0.003455304,-0.1477731;0.08200407;-0.03284392,-0.1931487;-0.1822174;-0.1136406,0.07195532;0.005566175;-0.03451737,0.0851782;-0.371819;0.007974818,0.08813262;-0.7154994;0.07411899,0.08985091;-0.7057641;-0.02379113,-0.07076007;0.003998226;-0.03710831,-0.09702709;-0.3739107;-0.00719388,-0.1134822;-0.7173854;0.05803168,-0.1093214;-0.7076262;-0.03981002,0.003973015;0.3998818;0.004444486,0;0;0,0.001957792;0.199826;0.008109197,0.004762665;0.499747;0.00534823,0.1186624;0.3649772;0.01091103,0.154213;0.08816564;0.03352762,0.2022086;-0.1792685;-0.03411397,-0.1063334;0.3547672;-0.006261078,-0.145953;0.07914555;-0.03563811,-0.191124;-0.1843592;-0.1188535,0.07241354;0.005093905;-0.03362039,0.08649376;-0.3724899;0.006779823,0.08647906;-0.7149177;0.07918988,0.09081002;-0.705134;-0.01864951,-0.07026691;0.004661934;-0.03795823,-0.09375002;-0.3733738;-0.007339368,-0.1118851;-0.7157815;0.06286103,-0.1051728;-0.7059017;-0.03486371,0.003847891;0.3998154;0.008929163,6.478485
+0;0;0,0.001547351;0.1999029;0.006036974,0.004989293;0.4997551;-0.0004848279,0.1193804;0.367035;0.005935244,0.1550444;0.09005487;0.02618618,0.1999002;-0.1783338;-0.03980982,-0.108057;0.3576106;-0.003455304,-0.1477731;0.08200407;-0.03284392,-0.1931487;-0.1822174;-0.1136406,0.07195532;0.005566175;-0.03451737,0.0851782;-0.371819;0.007974818,0.08813262;-0.7154994;0.07411899,0.08985091;-0.7057641;-0.02379113,-0.07076007;0.003998226;-0.03710831,-0.09702709;-0.3739107;-0.00719388,-0.1134822;-0.7173854;0.05803168,-0.1093214;-0.7076262;-0.03981002,0.003973015;0.3998818;0.004444486,0;0;0,0.001957792;0.199826;0.008109197,0.004762665;0.499747;0.00534823,0.1186624;0.3649772;0.01091103,0.154213;0.08816564;0.03352762,0.2022086;-0.1792685;-0.03411397,-0.1063334;0.3547672;-0.006261078,-0.145953;0.07914555;-0.03563811,-0.191124;-0.1843592;-0.1188535,0.07241354;0.005093905;-0.03362039,0.08649376;-0.3724899;0.006779823,0.08647906;-0.7149177;0.07918988,0.09081002;-0.705134;-0.01864951,-0.07026691;0.004661934;-0.03795823,-0.09375002;-0.3733738;-0.007339368,-0.1118851;-0.7157815;0.06286103,-0.1051728;-0.7059017;-0.03486371,0.003847891;0.3998154;0.008929163,6.490056
+0;0;0,0.001368516;0.1999032;0.006069954,0.004567614;0.4997593;-0.0004171324,0.1191042;0.3671314;0.006080253,0.1548948;0.09015951;0.0262208,0.1999611;-0.1781361;-0.04000999,-0.1081561;0.3573242;-0.004639121,-0.1487828;0.08233571;-0.03826685,-0.196143;-0.1753818;-0.1369516,0.07199167;0.005609319;-0.03443448,0.08492404;-0.3717902;0.008019973,0.08791815;-0.7154564;0.07423608,0.09007032;-0.7057253;-0.02366459,-0.07072137;0.003956134;-0.03718651,-0.09718706;-0.3739296;-0.007154988,-0.1137403;-0.7173992;0.05807257,-0.1091448;-0.7076417;-0.03974935,0.003671362;0.3998837;0.004487792,0;0;0,0.001871624;0.1998283;0.008072526,0.00458364;0.49975;0.005291348,0.1185103;0.3649999;0.01103584,0.1541889;0.08820769;0.0336878,0.202372;-0.1792019;-0.03391773,-0.1064171;0.3546391;-0.006437876,-0.1453655;0.07954279;-0.04115156,-0.1912054;-0.1820746;-0.1297802,0.07242496;0.00511582;-0.03359246,0.08641011;-0.3724547;0.006965019,0.08631303;-0.7148845;0.07936555,0.09074526;-0.7051059;-0.01846824,-0.07026567;0.004650005;-0.037962,-0.09375605;-0.3733699;-0.007153898,-0.1119895;-0.7157627;0.0630938,-0.1051768;-0.7058894;-0.03462264,0.00369291;0.3998183;0.008879903,6.511737
+0;0;0,0.001368516;0.1999032;0.006069954,0.004567614;0.4997593;-0.0004171324,0.1191042;0.3671314;0.006080253,0.1548948;0.09015951;0.0262208,0.1999611;-0.1781361;-0.04000999,-0.1081561;0.3573242;-0.004639121,-0.1487828;0.08233571;-0.03826685,-0.196143;-0.1753818;-0.1369516,0.07199167;0.005609319;-0.03443448,0.08492404;-0.3717902;0.008019973,0.08791815;-0.7154564;0.07423608,0.09007032;-0.7057253;-0.02366459,-0.07072137;0.003956134;-0.03718651,-0.09718706;-0.3739296;-0.007154988,-0.1137403;-0.7173992;0.05807257,-0.1091448;-0.7076417;-0.03974935,0.003671362;0.3998837;0.004487792,0;0;0,0.001871624;0.1998283;0.008072526,0.00458364;0.49975;0.005291348,0.1185103;0.3649999;0.01103584,0.1541889;0.08820769;0.0336878,0.202372;-0.1792019;-0.03391773,-0.1064171;0.3546391;-0.006437876,-0.1453655;0.07954279;-0.04115156,-0.1912054;-0.1820746;-0.1297802,0.07242496;0.00511582;-0.03359246,0.08641011;-0.3724547;0.006965019,0.08631303;-0.7148845;0.07936555,0.09074526;-0.7051059;-0.01846824,-0.07026567;0.004650005;-0.037962,-0.09375605;-0.3733699;-0.007153898,-0.1119895;-0.7157627;0.0630938,-0.1051768;-0.7058894;-0.03462264,0.00369291;0.3998183;0.008879903,6.523661
+0;0;0,0.001368516;0.1999032;0.006069954,0.004567614;0.4997593;-0.0004171324,0.1191042;0.3671314;0.006080253,0.1548948;0.09015951;0.0262208,0.1999611;-0.1781361;-0.04000999,-0.1081561;0.3573242;-0.004639121,-0.1487828;0.08233571;-0.03826685,-0.196143;-0.1753818;-0.1369516,0.07199167;0.005609319;-0.03443448,0.08492404;-0.3717902;0.008019973,0.08791815;-0.7154564;0.07423608,0.09007032;-0.7057253;-0.02366459,-0.07072137;0.003956134;-0.03718651,-0.09718706;-0.3739296;-0.007154988,-0.1137403;-0.7173992;0.05807257,-0.1091448;-0.7076417;-0.03974935,0.003671362;0.3998837;0.004487792,0;0;0,0.001738743;0.1998293;0.008076332,0.004286565;0.4997526;0.00531295,0.1182759;0.3650557;0.01126035,0.1539924;0.08826619;0.03388562,0.2024567;-0.1790778;-0.03377818,-0.1065358;0.3544284;-0.006708208,-0.1449681;0.08008257;-0.04741878,-0.1919434;-0.1791503;-0.1422432,0.07245567;0.005163402;-0.03351885,0.08633888;-0.3723917;0.007216856,0.08629701;-0.714823;0.07961023,0.0908887;-0.7050414;-0.01821683,-0.07023335;0.004602206;-0.03802758,-0.09385861;-0.3733899;-0.006981909,-0.1121102;-0.7157632;0.06335596,-0.1051374;-0.7058949;-0.03434815,0.003446271;0.3998203;0.008896909,6.545241
+0;0;0,0.001101118;0.199903;0.006131129,0.004125889;0.499762;-0.000301139,0.1187434;0.3671575;0.006259982,0.1546698;0.09020191;0.02638198,0.1998787;-0.1779968;-0.04014301,-0.1082153;0.3568811;-0.006090009,-0.1504471;0.08287194;-0.04527484,-0.1970554;-0.175579;-0.1423869,0.07204024;0.00565764;-0.03432486,0.08451852;-0.3717605;0.008099664,0.08732368;-0.7154315;0.07429942,0.09001079;-0.7057029;-0.0235875,-0.07068465;0.003904659;-0.03726169,-0.09724307;-0.3739671;-0.007136092,-0.1142096;-0.717358;0.05839866,-0.1090804;-0.7075991;-0.03939699,0.003304645;0.3998849;0.004585663,0;0;0,0.001738743;0.1998293;0.008076332,0.004286565;0.4997526;0.00531295,0.1182759;0.3650557;0.01126035,0.1539924;0.08826619;0.03388562,0.2024567;-0.1790778;-0.03377818,-0.1065358;0.3544284;-0.006708208,-0.1449681;0.08008257;-0.04741878,-0.1919434;-0.1791503;-0.1422432,0.07245567;0.005163402;-0.03351885,0.08633888;-0.3723917;0.007216856,0.08629701;-0.714823;0.07961023,0.0908887;-0.7050414;-0.01821683,-0.07023335;0.004602206;-0.03802758,-0.09385861;-0.3733899;-0.006981909,-0.1121102;-0.7157632;0.06335596,-0.1051374;-0.7058949;-0.03434815,0.003446271;0.3998203;0.008896909,6.55692
+0;0;0,0.001101118;0.199903;0.006131129,0.004125889;0.499762;-0.000301139,0.1187434;0.3671575;0.006259982,0.1546698;0.09020191;0.02638198,0.1998787;-0.1779968;-0.04014301,-0.1082153;0.3568811;-0.006090009,-0.1504471;0.08287194;-0.04527484,-0.1970554;-0.175579;-0.1423869,0.07204024;0.00565764;-0.03432486,0.08451852;-0.3717605;0.008099664,0.08732368;-0.7154315;0.07429942,0.09001079;-0.7057029;-0.0235875,-0.07068465;0.003904659;-0.03726169,-0.09724307;-0.3739671;-0.007136092,-0.1142096;-0.717358;0.05839866,-0.1090804;-0.7075991;-0.03939699,0.003304645;0.3998849;0.004585663,0;0;0,0.001571432;0.1998213;0.008306735,0.004003461;0.4997489;0.005740253,0.1180599;0.3650648;0.01151212,0.1540295;0.08831352;0.03420382,0.2028043;-0.1789831;-0.03342418,-0.1066367;0.3543083;-0.00690957,-0.1446307;0.08072308;-0.05281802,-0.1918266;-0.1760537;-0.1540022,0.07245935;0.005238906;-0.03349921,0.08600615;-0.3722879;0.007609624,0.08587667;-0.714785;0.07969116,0.09061786;-0.7049807;-0.01813345,-0.07024517;0.004536081;-0.03801369,-0.09398517;-0.3734195;-0.00661331,-0.1124063;-0.7157682;0.06379992,-0.1052855;-0.7058806;-0.03389751,0.00322375;0.3998124;0.009216797,6.578917
+0;0;0,0.0009215845;0.199902;0.006191757,0.003798543;0.4997638;-0.0001519583,0.1184513;0.3671806;0.006487815,0.1544713;0.09022951;0.02650439,0.1998377;-0.1779492;-0.03999454,-0.1082963;0.3566782;-0.007301638,-0.1530596;0.0844411;-0.0550847,-0.19874;-0.1728486;-0.1556596,0.07207996;0.005679702;-0.03423768,0.08432108;-0.3717421;0.008223388,0.0870714;-0.715415;0.07441527,0.0902335;-0.7056885;-0.02345704,-0.0706424;0.00388197;-0.0373441,-0.09741175;-0.3739795;-0.007275956,-0.1145371;-0.7173103;0.0585319,-0.1089318;-0.7075456;-0.03923882,0.003007598;0.3998857;0.004721177,0;0;0,0.001571432;0.1998213;0.008306735,0.004003461;0.4997489;0.005740253,0.1180599;0.3650648;0.01151212,0.1540295;0.08831352;0.03420382,0.2028043;-0.1789831;-0.03342418,-0.1066367;0.3543083;-0.00690957,-0.1446307;0.08072308;-0.05281802,-0.1918266;-0.1760537;-0.1540022,0.07245935;0.005238906;-0.03349921,0.08600615;-0.3722879;0.007609624,0.08587667;-0.714785;0.07969116,0.09061786;-0.7049807;-0.01813345,-0.07024517;0.004536081;-0.03801369,-0.09398517;-0.3734195;-0.00661331,-0.1124063;-0.7157682;0.06379992,-0.1052855;-0.7058806;-0.03389751,0.00322375;0.3998124;0.009216797,6.590098
+0;0;0,0.0009215845;0.199902;0.006191757,0.003798543;0.4997638;-0.0001519583,0.1184513;0.3671806;0.006487815,0.1544713;0.09022951;0.02650439,0.1998377;-0.1779492;-0.03999454,-0.1082963;0.3566782;-0.007301638,-0.1530596;0.0844411;-0.0550847,-0.19874;-0.1728486;-0.1556596,0.07207996;0.005679702;-0.03423768,0.08432108;-0.3717421;0.008223388,0.0870714;-0.715415;0.07441527,0.0902335;-0.7056885;-0.02345704,-0.0706424;0.00388197;-0.0373441,-0.09741175;-0.3739795;-0.007275956,-0.1145371;-0.7173103;0.0585319,-0.1089318;-0.7075456;-0.03923882,0.003007598;0.3998857;0.004721177,0;0;0,0.00134461;0.1998116;0.00857464,0.003639254;0.4997427;0.006176772,0.1178137;0.365208;0.01195501,0.1538271;0.08844462;0.03442859,0.2030216;-0.1787624;-0.03324929,-0.1068367;0.3542641;-0.007067448,-0.1447283;0.0817357;-0.05895677,-0.1927752;-0.1725728;-0.1658151,0.07250928;0.005286179;-0.03338354,0.08569396;-0.3722269;0.007969368,0.08556614;-0.714707;0.08013123,0.09050014;-0.7048816;-0.0176882,-0.07016902;0.004489016;-0.03815963,-0.09439284;-0.3733938;-0.006256688,-0.1126139;-0.7157365;0.06423767,-0.1053023;-0.7058274;-0.03345009,0.002933295;0.3998028;0.009569076,6.612267
+0;0;0,0.0009215845;0.199902;0.006191757,0.003798543;0.4997638;-0.0001519583,0.1184513;0.3671806;0.006487815,0.1544713;0.09022951;0.02650439,0.1998377;-0.1779492;-0.03999454,-0.1082963;0.3566782;-0.007301638,-0.1530596;0.0844411;-0.0550847,-0.19874;-0.1728486;-0.1556596,0.07207996;0.005679702;-0.03423768,0.08432108;-0.3717421;0.008223388,0.0870714;-0.715415;0.07441527,0.0902335;-0.7056885;-0.02345704,-0.0706424;0.00388197;-0.0373441,-0.09741175;-0.3739795;-0.007275956,-0.1145371;-0.7173103;0.0585319,-0.1089318;-0.7075456;-0.03923882,0.003007598;0.3998857;0.004721177,0;0;0,0.00134461;0.1998116;0.00857464,0.003639254;0.4997427;0.006176772,0.1178137;0.365208;0.01195501,0.1538271;0.08844462;0.03442859,0.2030216;-0.1787624;-0.03324929,-0.1068367;0.3542641;-0.007067448,-0.1447283;0.0817357;-0.05895677,-0.1927752;-0.1725728;-0.1658151,0.07250928;0.005286179;-0.03338354,0.08569396;-0.3722269;0.007969368,0.08556614;-0.714707;0.08013123,0.09050014;-0.7048816;-0.0176882,-0.07016902;0.004489016;-0.03815963,-0.09439284;-0.3733938;-0.006256688,-0.1126139;-0.7157365;0.06423767,-0.1053023;-0.7058274;-0.03345009,0.002933295;0.3998028;0.009569076,6.623818
+0;0;0,0.0009215845;0.199902;0.006191757,0.003798543;0.4997638;-0.0001519583,0.1184513;0.3671806;0.006487815,0.1544713;0.09022951;0.02650439,0.1998377;-0.1779492;-0.03999454,-0.1082963;0.3566782;-0.007301638,-0.1530596;0.0844411;-0.0550847,-0.19874;-0.1728486;-0.1556596,0.07207996;0.005679702;-0.03423768,0.08432108;-0.3717421;0.008223388,0.0870714;-0.715415;0.07441527,0.0902335;-0.7056885;-0.02345704,-0.0706424;0.00388197;-0.0373441,-0.09741175;-0.3739795;-0.007275956,-0.1145371;-0.7173103;0.0585319,-0.1089318;-0.7075456;-0.03923882,0.003007598;0.3998857;0.004721177,0;0;0,0.001073081;0.1998022;0.008826697,0.003214773;0.4997374;0.006618932,0.1174897;0.3652764;0.01234191,0.1535428;0.08850852;0.03469621,0.203179;-0.1786087;-0.03301374,-0.1070728;0.3541954;-0.007280961,-0.1451712;0.08266357;-0.06401727,-0.1924438;-0.17192;-0.1705654,0.07254834;0.005359903;-0.0332868,0.08518559;-0.372143;0.00832868,0.08519627;-0.7146075;0.08056481,0.09032527;-0.7047606;-0.01724904,-0.07011923;0.00441635;-0.03825949,-0.09488609;-0.3733939;-0.005916961,-0.1130633;-0.7157131;0.06470281,-0.105556;-0.7057827;-0.03297449,0.002586873;0.3997936;0.009911019,6.64826
+0;0;0,0.0007934763;0.1999013;0.006234233,0.003439554;0.499767;-4.600547E-05,0.1182096;0.3672597;0.006769697,0.1543012;0.09029704;0.02649526,0.1997209;-0.1778467;-0.04010809,-0.1084422;0.3565759;-0.007900141,-0.1548236;0.08573437;-0.06169247,-0.2003337;-0.1695068;-0.1674317,0.07213245;0.005697483;-0.034124,0.08423465;-0.371732;0.008308474,0.08690409;-0.7154152;0.07444991,0.09035493;-0.7056885;-0.02341268,-0.07056383;0.003875372;-0.03749303,-0.09741415;-0.3739642;-0.007221807,-0.1147119;-0.7172767;0.05863618,-0.1088175;-0.7075107;-0.0391178,0.002747143;0.3998865;0.004793055,0;0;0,0.001073081;0.1998022;0.008826697,0.003214773;0.4997374;0.006618932,0.1174897;0.3652764;0.01234191,0.1535428;0.08850852;0.03469621,0.203179;-0.1786087;-0.03301374,-0.1070728;0.3541954;-0.007280961,-0.1451712;0.08266357;-0.06401727,-0.1924438;-0.17192;-0.1705654,0.07254834;0.005359903;-0.0332868,0.08518559;-0.372143;0.00832868,0.08519627;-0.7146075;0.08056481,0.09032527;-0.7047606;-0.01724904,-0.07011923;0.00441635;-0.03825949,-0.09488609;-0.3733939;-0.005916961,-0.1130633;-0.7157131;0.06470281,-0.105556;-0.7057827;-0.03297449,0.002586873;0.3997936;0.009911019,6.668178
+0;0;0,0.0007934763;0.1999013;0.006234233,0.003439554;0.499767;-4.600547E-05,0.1182096;0.3672597;0.006769697,0.1543012;0.09029704;0.02649526,0.1997209;-0.1778467;-0.04010809,-0.1084422;0.3565759;-0.007900141,-0.1548236;0.08573437;-0.06169247,-0.2003337;-0.1695068;-0.1674317,0.07213245;0.005697483;-0.034124,0.08423465;-0.371732;0.008308474,0.08690409;-0.7154152;0.07444991,0.09035493;-0.7056885;-0.02341268,-0.07056383;0.003875372;-0.03749303,-0.09741415;-0.3739642;-0.007221807,-0.1147119;-0.7172767;0.05863618,-0.1088175;-0.7075107;-0.0391178,0.002747143;0.3998865;0.004793055,0;0;0,0.000810875;0.1998018;0.008865528,0.002648463;0.4997387;0.006811188,0.1170059;0.3653052;0.01284087,0.1531855;0.08855191;0.03517134,0.2034745;-0.1783159;-0.0330387,-0.1071539;0.3537236;-0.008371172,-0.1470713;0.08346412;-0.06974221,-0.1940076;-0.1689832;-0.1813995,0.07261802;0.005448531;-0.03312003,0.08466583;-0.3720314;0.008877151,0.08470182;-0.7144684;0.08124401,0.09035534;-0.7046224;-0.01654073,-0.0700325;0.004326058;-0.0384283,-0.09535684;-0.3733892;-0.005415048,-0.1135384;-0.7156591;0.06544188,-0.1055074;-0.705727;-0.03219412,0.002101787;0.3997939;0.01008776,6.679497
+0;0;0,0.0007934763;0.1999013;0.006234233,0.003439554;0.499767;-4.600547E-05,0.1182096;0.3672597;0.006769697,0.1543012;0.09029704;0.02649526,0.1997209;-0.1778467;-0.04010809,-0.1084422;0.3565759;-0.007900141,-0.1548236;0.08573437;-0.06169247,-0.2003337;-0.1695068;-0.1674317,0.07213245;0.005697483;-0.034124,0.08423465;-0.371732;0.008308474,0.08690409;-0.7154152;0.07444991,0.09035493;-0.7056885;-0.02341268,-0.07056383;0.003875372;-0.03749303,-0.09741415;-0.3739642;-0.007221807,-0.1147119;-0.7172767;0.05863618,-0.1088175;-0.7075107;-0.0391178,0.002747143;0.3998865;0.004793055,0;0;0,0.000810875;0.1998018;0.008865528,0.002648463;0.4997387;0.006811188,0.1170059;0.3653052;0.01284087,0.1531855;0.08855191;0.03517134,0.2034745;-0.1783159;-0.0330387,-0.1071539;0.3537236;-0.008371172,-0.1470713;0.08346412;-0.06974221,-0.1940076;-0.1689832;-0.1813995,0.07261802;0.005448531;-0.03312003,0.08466583;-0.3720314;0.008877151,0.08470182;-0.7144684;0.08124401,0.09035534;-0.7046224;-0.01654073,-0.0700325;0.004326058;-0.0384283,-0.09535684;-0.3733892;-0.005415048,-0.1135384;-0.7156591;0.06544188,-0.1055074;-0.705727;-0.03219412,0.002101787;0.3997939;0.01008776,6.691196
+0;0;0,0.0006728952;0.1999014;0.006242662,0.003090848;0.4997691;-3.887154E-05,0.1179753;0.3673536;0.007071598,0.1538989;0.09035161;0.02655065,0.1997233;-0.1776718;-0.04025932,-0.1086164;0.3565525;-0.008503836,-0.1566048;0.08749732;-0.0693842,-0.2040443;-0.1589528;-0.1935287,0.07215437;0.005710372;-0.0340755,0.0840994;-0.3717265;0.008336473,0.08672128;-0.715395;0.07455601,0.090472;-0.7056728;-0.02329463,-0.07055001;0.003860489;-0.03752057,-0.09743769;-0.3739749;-0.00723087,-0.1148326;-0.7172329;0.05888511,-0.1086392;-0.70747;-0.03884974,0.002492266;0.3998879;0.004796991,0;0;0,0.0004299704;0.1997979;0.008978364,0.002000504;0.4997357;0.007030596,0.1164656;0.3654118;0.01329741,0.1527161;0.08864799;0.03538072,0.2041584;-0.1779701;-0.03294561,-0.1073572;0.3533368;-0.009306246,-0.1493069;0.08452278;-0.07548227,-0.196805;-0.1649639;-0.1933818,0.07265898;0.005491449;-0.03302297,0.08402203;-0.3719885;0.009163897,0.08430932;-0.7144369;0.0814762,0.0904151;-0.7045887;-0.01628179,-0.06994795;0.004297623;-0.03858516,-0.09603134;-0.373333;-0.00519624,-0.114265;-0.7155696;0.06580839,-0.1057797;-0.7056309;-0.0317905,0.001534483;0.3997905;0.01030651,6.713155
+0;0;0,0.0006728952;0.1999014;0.006242662,0.003090848;0.4997691;-3.887154E-05,0.1179753;0.3673536;0.007071598,0.1538989;0.09035161;0.02655065,0.1997233;-0.1776718;-0.04025932,-0.1086164;0.3565525;-0.008503836,-0.1566048;0.08749732;-0.0693842,-0.2040443;-0.1589528;-0.1935287,0.07215437;0.005710372;-0.0340755,0.0840994;-0.3717265;0.008336473,0.08672128;-0.715395;0.07455601,0.090472;-0.7056728;-0.02329463,-0.07055001;0.003860489;-0.03752057,-0.09743769;-0.3739749;-0.00723087,-0.1148326;-0.7172329;0.05888511,-0.1086392;-0.70747;-0.03884974,0.002492266;0.3998879;0.004796991,0;0;0,0.0004299704;0.1997979;0.008978364,0.002000504;0.4997357;0.007030596,0.1164656;0.3654118;0.01329741,0.1527161;0.08864799;0.03538072,0.2041584;-0.1779701;-0.03294561,-0.1073572;0.3533368;-0.009306246,-0.1493069;0.08452278;-0.07548227,-0.196805;-0.1649639;-0.1933818,0.07265898;0.005491449;-0.03302297,0.08402203;-0.3719885;0.009163897,0.08430932;-0.7144369;0.0814762,0.0904151;-0.7045887;-0.01628179,-0.06994795;0.004297623;-0.03858516,-0.09603134;-0.373333;-0.00519624,-0.114265;-0.7155696;0.06580839,-0.1057797;-0.7056309;-0.0317905,0.001534483;0.3997905;0.01030651,6.735215
+0;0;0,0.0006728952;0.1999014;0.006242662,0.003090848;0.4997691;-3.887154E-05,0.1179753;0.3673536;0.007071598,0.1538989;0.09035161;0.02655065,0.1997233;-0.1776718;-0.04025932,-0.1086164;0.3565525;-0.008503836,-0.1566048;0.08749732;-0.0693842,-0.2040443;-0.1589528;-0.1935287,0.07215437;0.005710372;-0.0340755,0.0840994;-0.3717265;0.008336473,0.08672128;-0.715395;0.07455601,0.090472;-0.7056728;-0.02329463,-0.07055001;0.003860489;-0.03752057,-0.09743769;-0.3739749;-0.00723087,-0.1148326;-0.7172329;0.05888511,-0.1086392;-0.70747;-0.03884974,0.002492266;0.3998879;0.004796991,0;0;0,0.0001238863;0.1997922;0.009114931,0.00150144;0.4997305;0.007300557,0.1160331;0.3654795;0.01379167,0.1523921;0.08870474;0.03555777,0.2044196;-0.1777416;-0.03299491,-0.1075125;0.3531398;-0.01018573,-0.1507813;0.08550441;-0.08017933,-0.1992485;-0.1591962;-0.2073506,0.07270998;0.005536777;-0.03290295,0.08361909;-0.3719524;0.00932169,0.08395462;-0.7143528;0.08185982,0.09051817;-0.7044998;-0.0158695,-0.06982673;0.004271939;-0.03880693,-0.09667745;-0.3732752;-0.005084895,-0.1147651;-0.715452;0.06624495,-0.1058233;-0.7055061;-0.03131466,0.001086476;0.3997846;0.01056345,6.747068
+0;0;0,0.000498133;0.1999004;0.006291231,0.002622527;0.4997721;7.008668E-05,0.1176421;0.3673789;0.007279166,0.1536015;0.09037134;0.0266115,0.1995201;-0.1776177;-0.04027149,-0.1088334;0.3565158;-0.009286666,-0.1578517;0.08893305;-0.07559427,-0.205742;-0.1517747;-0.2103767,0.07219182;0.005732105;-0.03399241,0.08397512;-0.3717248;0.008285876,0.08650643;-0.7153647;0.07465757,0.09058583;-0.7056423;-0.02317994,-0.07051102;0.003839051;-0.03759597,-0.09764315;-0.3739728;-0.007230481,-0.1149814;-0.7172099;0.05900893,-0.1084602;-0.7074413;-0.03870578,0.002154742;0.3998885;0.004870767,0;0;0,0.0001238863;0.1997922;0.009114931,0.00150144;0.4997305;0.007300557,0.1160331;0.3654795;0.01379167,0.1523921;0.08870474;0.03555777,0.2044196;-0.1777416;-0.03299491,-0.1075125;0.3531398;-0.01018573,-0.1507813;0.08550441;-0.08017933,-0.1992485;-0.1591962;-0.2073506,0.07270998;0.005536777;-0.03290295,0.08361909;-0.3719524;0.00932169,0.08395462;-0.7143528;0.08185982,0.09051817;-0.7044998;-0.0158695,-0.06982673;0.004271939;-0.03880693,-0.09667745;-0.3732752;-0.005084895,-0.1147651;-0.715452;0.06624495,-0.1058233;-0.7055061;-0.03131466,0.001086476;0.3997846;0.01056345,6.768935
+0;0;0,0.000498133;0.1999004;0.006291231,0.002622527;0.4997721;7.008668E-05,0.1176421;0.3673789;0.007279166,0.1536015;0.09037134;0.0266115,0.1995201;-0.1776177;-0.04027149,-0.1088334;0.3565158;-0.009286666,-0.1578517;0.08893305;-0.07559427,-0.205742;-0.1517747;-0.2103767,0.07219182;0.005732105;-0.03399241,0.08397512;-0.3717248;0.008285876,0.08650643;-0.7153647;0.07465757,0.09058583;-0.7056423;-0.02317994,-0.07051102;0.003839051;-0.03759597,-0.09764315;-0.3739728;-0.007230481,-0.1149814;-0.7172099;0.05900893,-0.1084602;-0.7074413;-0.03870578,0.002154742;0.3998885;0.004870767,0;0;0,-0.0001026701;0.1997878;0.009210921,0.001097501;0.4997267;0.007549521,0.1156753;0.3655914;0.01443939,0.1519475;0.08876139;0.03563986,0.2044816;-0.1775477;-0.03305968,-0.1077516;0.3531285;-0.01067003,-0.1523981;0.08747622;-0.08706093,-0.2017626;-0.1535725;-0.2206972,0.0727751;0.005537197;-0.03275856,0.08333775;-0.3719835;0.009272393,0.08373479;-0.71434;0.0820177,0.09067494;-0.7044806;-0.0156869,-0.0697093;0.004287537;-0.03901576,-0.09714703;-0.3731809;-0.004886892,-0.1152179;-0.715328;0.06658868,-0.1058986;-0.7053758;-0.0309369,0.0007065119;0.3997799;0.01078885,6.790904
+0;0;0,0.000498133;0.1999004;0.006291231,0.002622527;0.4997721;7.008668E-05,0.1176421;0.3673789;0.007279166,0.1536015;0.09037134;0.0266115,0.1995201;-0.1776177;-0.04027149,-0.1088334;0.3565158;-0.009286666,-0.1578517;0.08893305;-0.07559427,-0.205742;-0.1517747;-0.2103767,0.07219182;0.005732105;-0.03399241,0.08397512;-0.3717248;0.008285876,0.08650643;-0.7153647;0.07465757,0.09058583;-0.7056423;-0.02317994,-0.07051102;0.003839051;-0.03759597,-0.09764315;-0.3739728;-0.007230481,-0.1149814;-0.7172099;0.05900893,-0.1084602;-0.7074413;-0.03870578,0.002154742;0.3998885;0.004870767,0;0;0,-0.0001026701;0.1997878;0.009210921,0.001097501;0.4997267;0.007549521,0.1156753;0.3655914;0.01443939,0.1519475;0.08876139;0.03563986,0.2044816;-0.1775477;-0.03305968,-0.1077516;0.3531285;-0.01067003,-0.1523981;0.08747622;-0.08706093,-0.2017626;-0.1535725;-0.2206972,0.0727751;0.005537197;-0.03275856,0.08333775;-0.3719835;0.009272393,0.08373479;-0.71434;0.0820177,0.09067494;-0.7044806;-0.0156869,-0.0697093;0.004287537;-0.03901576,-0.09714703;-0.3731809;-0.004886892,-0.1152179;-0.715328;0.06658868,-0.1058986;-0.7053758;-0.0309369,0.0007065119;0.3997799;0.01078885,6.802649
+0;0;0,0.0003011239;0.1998985;0.006364982,0.002260468;0.4997755;0.0002830732,0.1173649;0.3674437;0.007670406,0.1533629;0.09042794;0.02681309,0.1991954;-0.1775614;-0.04012787,-0.1088812;0.3562788;-0.01028099,-0.1601179;0.09187004;-0.08684977,-0.2088063;-0.1428611;-0.2315242,0.07224973;0.005759005;-0.0338646,0.08365004;-0.3717088;0.008420981,0.08627317;-0.7153538;0.07476254,0.09080556;-0.7056299;-0.02305535,-0.07045966;0.003811469;-0.03769493,-0.09765157;-0.3739924;-0.007284855,-0.1153099;-0.7172016;0.0590148,-0.1083344;-0.7074304;-0.03866909,0.00186483;0.3998877;0.00500263,0;0;0,-0.0004869866;0.1997782;0.00940326,0.0003958209;0.499718;0.007999931,0.1150357;0.3655939;0.01504576,0.1512523;0.08874267;0.03606347,0.2040566;-0.1774432;-0.032906,-0.1080114;0.3528349;-0.01151472,-0.154957;0.08898851;-0.09263937,-0.2057028;-0.1484285;-0.2321314,0.07282904;0.00557554;-0.03263196,0.08257675;-0.371936;0.009676807,0.08305713;-0.7142524;0.08261008,0.09047607;-0.7043769;-0.01506267,-0.06965649;0.00425399;-0.03911364,-0.09792846;-0.3731048;-0.004458189,-0.1160623;-0.7151985;0.06725725,-0.1062634;-0.7052292;-0.03022483,6.964628E-05;0.3997695;0.01119259,6.824589
+0;0;0,0.0003011239;0.1998985;0.006364982,0.002260468;0.4997755;0.0002830732,0.1173649;0.3674437;0.007670406,0.1533629;0.09042794;0.02681309,0.1991954;-0.1775614;-0.04012787,-0.1088812;0.3562788;-0.01028099,-0.1601179;0.09187004;-0.08684977,-0.2088063;-0.1428611;-0.2315242,0.07224973;0.005759005;-0.0338646,0.08365004;-0.3717088;0.008420981,0.08627317;-0.7153538;0.07476254,0.09080556;-0.7056299;-0.02305535,-0.07045966;0.003811469;-0.03769493,-0.09765157;-0.3739924;-0.007284855,-0.1153099;-0.7172016;0.0590148,-0.1083344;-0.7074304;-0.03866909,0.00186483;0.3998877;0.00500263,0;0;0,-0.0004869866;0.1997782;0.00940326,0.0003958209;0.499718;0.007999931,0.1150357;0.3655939;0.01504576,0.1512523;0.08874267;0.03606347,0.2040566;-0.1774432;-0.032906,-0.1080114;0.3528349;-0.01151472,-0.154957;0.08898851;-0.09263937,-0.2057028;-0.1484285;-0.2321314,0.07282904;0.00557554;-0.03263196,0.08257675;-0.371936;0.009676807,0.08305713;-0.7142524;0.08261008,0.09047607;-0.7043769;-0.01506267,-0.06965649;0.00425399;-0.03911364,-0.09792846;-0.3731048;-0.004458189,-0.1160623;-0.7151985;0.06725725,-0.1062634;-0.7052292;-0.03022483,6.964628E-05;0.3997695;0.01119259,6.836111
+0;0;0,0.0003011239;0.1998985;0.006364982,0.002260468;0.4997755;0.0002830732,0.1173649;0.3674437;0.007670406,0.1533629;0.09042794;0.02681309,0.1991954;-0.1775614;-0.04012787,-0.1088812;0.3562788;-0.01028099,-0.1601179;0.09187004;-0.08684977,-0.2088063;-0.1428611;-0.2315242,0.07224973;0.005759005;-0.0338646,0.08365004;-0.3717088;0.008420981,0.08627317;-0.7153538;0.07476254,0.09080556;-0.7056299;-0.02305535,-0.07045966;0.003811469;-0.03769493,-0.09765157;-0.3739924;-0.007284855,-0.1153099;-0.7172016;0.0590148,-0.1083344;-0.7074304;-0.03866909,0.00186483;0.3998877;0.00500263,0;0;0,-0.001011541;0.199762;0.009700564,-0.000520947;0.4997017;0.008648767,0.1142051;0.3656769;0.01590883,0.150436;0.08880618;0.03664406,0.2034197;-0.1772245;-0.03278511,-0.1083883;0.3524734;-0.0124189,-0.1574003;0.09038109;-0.09789071,-0.2097166;-0.1402158;-0.2478509,0.07296757;0.005669988;-0.03230455,0.08175494;-0.3718804;0.009868085,0.08214589;-0.7140899;0.0833017,0.09014787;-0.7041907;-0.01432989,-0.06941517;0.004168002;-0.03954948,-0.09910654;-0.3730457;-0.004503865,-0.1172185;-0.7149709;0.06801592,-0.1068374;-0.7049752;-0.02941128,-0.000781423;0.3997511;0.01178002,6.847498
+0;0;0,-0.0001482669;0.1998925;0.006555741,0.001538704;0.4997731;0.000613105,0.116741;0.3675151;0.008233575,0.1526723;0.09046474;0.02699591,0.1985699;-0.1774996;-0.04000063,-0.1091988;0.3559646;-0.01134823,-0.1629712;0.09496367;-0.09729598,-0.2120898;-0.1367207;-0.2466603,0.07234625;0.005870224;-0.03363869,0.08285099;-0.3716088;0.008778568,0.08543198;-0.7152467;0.07515909,0.09049869;-0.7055117;-0.02263488,-0.07034778;0.003689642;-0.03791539,-0.09835997;-0.3740007;-0.00684591,-0.1158328;-0.7171966;0.05957167,-0.1083271;-0.7074131;-0.03807544,0.001226077;0.3998839;0.005308338,0;0;0,-0.001011541;0.199762;0.009700564,-0.000520947;0.4997017;0.008648767,0.1142051;0.3656769;0.01590883,0.150436;0.08880618;0.03664406,0.2034197;-0.1772245;-0.03278511,-0.1083883;0.3524734;-0.0124189,-0.1574003;0.09038109;-0.09789071,-0.2097166;-0.1402158;-0.2478509,0.07296757;0.005669988;-0.03230455,0.08175494;-0.3718804;0.009868085,0.08214589;-0.7140899;0.0833017,0.09014787;-0.7041907;-0.01432989,-0.06941517;0.004168002;-0.03954948,-0.09910654;-0.3730457;-0.004503865,-0.1172185;-0.7149709;0.06801592,-0.1068374;-0.7049752;-0.02941128,-0.000781423;0.3997511;0.01178002,6.869461
+0;0;0,-0.0001482669;0.1998925;0.006555741,0.001538704;0.4997731;0.000613105,0.116741;0.3675151;0.008233575,0.1526723;0.09046474;0.02699591,0.1985699;-0.1774996;-0.04000063,-0.1091988;0.3559646;-0.01134823,-0.1629712;0.09496367;-0.09729598,-0.2120898;-0.1367207;-0.2466603,0.07234625;0.005870224;-0.03363869,0.08285099;-0.3716088;0.008778568,0.08543198;-0.7152467;0.07515909,0.09049869;-0.7055117;-0.02263488,-0.07034778;0.003689642;-0.03791539,-0.09835997;-0.3740007;-0.00684591,-0.1158328;-0.7171966;0.05957167,-0.1083271;-0.7074131;-0.03807544,0.001226077;0.3998839;0.005308338,0;0;0,-0.001264928;0.1997509;0.009897865,-0.001024159;0.4996899;0.009110008,0.1137415;0.3657375;0.01661167,0.1498266;0.08882403;0.03702764,0.202947;-0.1771739;-0.03242251,-0.1084568;0.3522531;-0.01336323,-0.1593278;0.09175387;-0.1025389,-0.2117499;-0.1357514;-0.2571133,0.07304306;0.005661565;-0.03213499,0.08131138;-0.3719017;0.01002678,0.08182132;-0.714008;0.08393881,0.09037118;-0.704101;-0.01364794,-0.06932802;0.00419198;-0.03969952,-0.09967825;-0.3729456;-0.004399113,-0.1177606;-0.7147807;0.06855126,-0.1068304;-0.7047699;-0.02881899,-0.001256251;0.3997378;0.01219537,6.880977
+0;0;0,-0.0001482669;0.1998925;0.006555741,0.001538704;0.4997731;0.000613105,0.116741;0.3675151;0.008233575,0.1526723;0.09046474;0.02699591,0.1985699;-0.1774996;-0.04000063,-0.1091988;0.3559646;-0.01134823,-0.1629712;0.09496367;-0.09729598,-0.2120898;-0.1367207;-0.2466603,0.07234625;0.005870224;-0.03363869,0.08285099;-0.3716088;0.008778568,0.08543198;-0.7152467;0.07515909,0.09049869;-0.7055117;-0.02263488,-0.07034778;0.003689642;-0.03791539,-0.09835997;-0.3740007;-0.00684591,-0.1158328;-0.7171966;0.05957167,-0.1083271;-0.7074131;-0.03807544,0.001226077;0.3998839;0.005308338,0;0;0,-0.001264928;0.1997509;0.009897865,-0.001024159;0.4996899;0.009110008,0.1137415;0.3657375;0.01661167,0.1498266;0.08882403;0.03702764,0.202947;-0.1771739;-0.03242251,-0.1084568;0.3522531;-0.01336323,-0.1593278;0.09175387;-0.1025389,-0.2117499;-0.1357514;-0.2571133,0.07304306;0.005661565;-0.03213499,0.08131138;-0.3719017;0.01002678,0.08182132;-0.714008;0.08393881,0.09037118;-0.704101;-0.01364794,-0.06932802;0.00419198;-0.03969952,-0.09967825;-0.3729456;-0.004399113,-0.1177606;-0.7147807;0.06855126,-0.1068304;-0.7047699;-0.02881899,-0.001256251;0.3997378;0.01219537,6.902874
+0;0;0,-0.0003955893;0.1998884;0.006668597,0.001067002;0.4997731;0.0008523893,0.1163678;0.3675935;0.008739434,0.1523158;0.09052405;0.02718583,0.1984264;-0.1774294;-0.03970776,-0.109473;0.3559268;-0.01180598,-0.1647411;0.09770769;-0.1049098,-0.2143768;-0.1159558;-0.2789334,0.07239781;0.005914412;-0.03351979,0.08247992;-0.3715613;0.009029027,0.08492383;-0.7152108;0.0753544,0.09030964;-0.7054676;-0.02242421,-0.07031944;0.003638834;-0.03797281,-0.09845335;-0.3740418;-0.006894799,-0.1161415;-0.7171798;0.05976406,-0.108319;-0.7073868;-0.03786015,0.0008386843;0.3998812;0.005495587,0;0;0,-0.001509586;0.1997437;0.01000931,-0.001645234;0.4996827;0.009524335,0.1132014;0.3658144;0.01751077,0.1489437;0.08880648;0.03723606,0.2020413;-0.1771436;-0.03241426,-0.1084814;0.3519397;-0.01459109,-0.1624261;0.09557405;-0.1134172,-0.2160516;-0.1275136;-0.2739045,0.07311517;0.005730866;-0.03195823,0.0806413;-0.3718679;0.01002481,0.08123779;-0.7139144;0.08421272,0.09050151;-0.7040033;-0.01330967,-0.06920382;0.004136867;-0.0399214,-0.1004207;-0.3729443;-0.004774339,-0.1185009;-0.7146638;0.06871635,-0.1068587;-0.7046459;-0.02857278,-0.00179861;0.3997277;0.0125217,6.914437
+0;0;0,-0.0003955893;0.1998884;0.006668597,0.001067002;0.4997731;0.0008523893,0.1163678;0.3675935;0.008739434,0.1523158;0.09052405;0.02718583,0.1984264;-0.1774294;-0.03970776,-0.109473;0.3559268;-0.01180598,-0.1647411;0.09770769;-0.1049098,-0.2143768;-0.1159558;-0.2789334,0.07239781;0.005914412;-0.03351979,0.08247992;-0.3715613;0.009029027,0.08492383;-0.7152108;0.0753544,0.09030964;-0.7054676;-0.02242421,-0.07031944;0.003638834;-0.03797281,-0.09845335;-0.3740418;-0.006894799,-0.1161415;-0.7171798;0.05976406,-0.108319;-0.7073868;-0.03786015,0.0008386843;0.3998812;0.005495587,0;0;0,-0.001509586;0.1997437;0.01000931,-0.001645234;0.4996827;0.009524335,0.1132014;0.3658144;0.01751077,0.1489437;0.08880648;0.03723606,0.2020413;-0.1771436;-0.03241426,-0.1084814;0.3519397;-0.01459109,-0.1624261;0.09557405;-0.1134172,-0.2160516;-0.1275136;-0.2739045,0.07311517;0.005730866;-0.03195823,0.0806413;-0.3718679;0.01002481,0.08123779;-0.7139144;0.08421272,0.09050151;-0.7040033;-0.01330967,-0.06920382;0.004136867;-0.0399214,-0.1004207;-0.3729443;-0.004774339,-0.1185009;-0.7146638;0.06871635,-0.1068587;-0.7046459;-0.02857278,-0.00179861;0.3997277;0.0125217,6.936546
+0;0;0,-0.0003955893;0.1998884;0.006668597,0.001067002;0.4997731;0.0008523893,0.1163678;0.3675935;0.008739434,0.1523158;0.09052405;0.02718583,0.1984264;-0.1774294;-0.03970776,-0.109473;0.3559268;-0.01180598,-0.1647411;0.09770769;-0.1049098,-0.2143768;-0.1159558;-0.2789334,0.07239781;0.005914412;-0.03351979,0.08247992;-0.3715613;0.009029027,0.08492383;-0.7152108;0.0753544,0.09030964;-0.7054676;-0.02242421,-0.07031944;0.003638834;-0.03797281,-0.09845335;-0.3740418;-0.006894799,-0.1161415;-0.7171798;0.05976406,-0.108319;-0.7073868;-0.03786015,0.0008386843;0.3998812;0.005495587,0;0;0,-0.00163457;0.1997332;0.01019669,-0.002059427;0.4996716;0.01007995,0.1128445;0.3657953;0.0182818,0.1485023;0.08875647;0.03772414,0.2016285;-0.1771861;-0.03193316,-0.1084443;0.3517914;-0.01536449,-0.1643471;0.09736511;-0.1180396,-0.2179006;-0.1231909;-0.2820124,0.07323087;0.005701138;-0.03169756,0.08022942;-0.3719423;0.00997369,0.08101013;-0.7138684;0.08471259,0.09079389;-0.7039429;-0.01276199,-0.06902566;0.004214133;-0.04022064,-0.1008545;-0.3727402;-0.004271712,-0.1187441;-0.7144507;0.06930757,-0.106584;-0.7044165;-0.02792155,-0.002139615;0.3997134;0.01296901,6.959134
+0;0;0,-0.0007082957;0.1998798;0.006895874,0.0004158451;0.499772;0.001314796,0.1158988;0.3676658;0.009301228,0.1518236;0.09057009;0.02739513,0.1980319;-0.177373;-0.03947258,-0.1097034;0.3558201;-0.01278444,-0.167461;0.1029039;-0.1181289,-0.2160179;-0.1110009;-0.2921605,0.07245171;0.005941164;-0.0333984,0.0819936;-0.3715213;0.0093925,0.0843841;-0.7151935;0.07560205,0.09027994;-0.7054374;-0.02214981,-0.07026992;0.003608007;-0.0380673,-0.0992419;-0.3740574;-0.007580077,-0.1166971;-0.7170831;0.05971546,-0.1083664;-0.7072719;-0.03787046,0.0003540024;0.3998742;0.005833112,0;0;0,-0.001710786;0.1997289;0.01026861,-0.00233776;0.4996663;0.01027666,0.1126132;0.3658811;0.01905286,0.1480259;0.08877707;0.03800759,0.2012298;-0.1771174;-0.03177417,-0.1084618;0.3516987;-0.01583431,-0.1684354;0.1020948;-0.1276425,-0.2205348;-0.1177121;-0.2930831,0.07328271;0.005696974;-0.03157828,0.07999115;-0.3719838;0.009801324,0.08072302;-0.7138599;0.08476917,0.09092174;-0.7039378;-0.01266216,-0.0689637;0.004226007;-0.04032553,-0.1011371;-0.3726766;-0.004141238,-0.1189652;-0.7143592;0.06958221,-0.1063924;-0.7043238;-0.02759465,-0.002368587;0.3997072;0.01313807,6.981256
+0;0;0,-0.0007082957;0.1998798;0.006895874,0.0004158451;0.499772;0.001314796,0.1158988;0.3676658;0.009301228,0.1518236;0.09057009;0.02739513,0.1980319;-0.177373;-0.03947258,-0.1097034;0.3558201;-0.01278444,-0.167461;0.1029039;-0.1181289,-0.2160179;-0.1110009;-0.2921605,0.07245171;0.005941164;-0.0333984,0.0819936;-0.3715213;0.0093925,0.0843841;-0.7151935;0.07560205,0.09027994;-0.7054374;-0.02214981,-0.07026992;0.003608007;-0.0380673,-0.0992419;-0.3740574;-0.007580077,-0.1166971;-0.7170831;0.05971546,-0.1083664;-0.7072719;-0.03787046,0.0003540024;0.3998742;0.005833112,0;0;0,-0.001796548;0.1997252;0.01032453,-0.002593647;0.4996619;0.01047402,0.1123916;0.3659689;0.01983947,0.1475568;0.08879355;0.0382026,0.2010725;-0.177136;-0.03120597,-0.1091121;0.3519073;-0.01440683,-0.1710679;0.1058133;-0.132725,-0.2233141;-0.1093256;-0.3041473,0.07335649;0.005633439;-0.03141799,0.07970019;-0.3720565;0.009934586,0.08044409;-0.7138744;0.0851676,0.0903916;-0.7039361;-0.01229304,-0.06888361;0.004307986;-0.04045355,-0.1013441;-0.37254;-0.003958385,-0.1189078;-0.7142359;0.06976703,-0.1065878;-0.7041839;-0.02744561,-0.002583499;0.3997017;0.01329439,7.003411
+0;0;0,-0.0007082957;0.1998798;0.006895874,0.0004158451;0.499772;0.001314796,0.1158988;0.3676658;0.009301228,0.1518236;0.09057009;0.02739513,0.1980319;-0.177373;-0.03947258,-0.1097034;0.3558201;-0.01278444,-0.167461;0.1029039;-0.1181289,-0.2160179;-0.1110009;-0.2921605,0.07245171;0.005941164;-0.0333984,0.0819936;-0.3715213;0.0093925,0.0843841;-0.7151935;0.07560205,0.09027994;-0.7054374;-0.02214981,-0.07026992;0.003608007;-0.0380673,-0.0992419;-0.3740574;-0.007580077,-0.1166971;-0.7170831;0.05971546,-0.1083664;-0.7072719;-0.03787046,0.0003540024;0.3998742;0.005833112,0;0;0,-0.001796548;0.1997252;0.01032453,-0.002593647;0.4996619;0.01047402,0.1123916;0.3659689;0.01983947,0.1475568;0.08879355;0.0382026,0.2010725;-0.177136;-0.03120597,-0.1091121;0.3519073;-0.01440683,-0.1710679;0.1058133;-0.132725,-0.2233141;-0.1093256;-0.3041473,0.07335649;0.005633439;-0.03141799,0.07970019;-0.3720565;0.009934586,0.08044409;-0.7138744;0.0851676,0.0903916;-0.7039361;-0.01229304,-0.06888361;0.004307986;-0.04045355,-0.1013441;-0.37254;-0.003958385,-0.1189078;-0.7142359;0.06976703,-0.1065878;-0.7041839;-0.02744561,-0.002583499;0.3997017;0.01329439,7.014987
+0;0;0,-0.0008442467;0.1998762;0.006983846,0.0001260504;0.4997723;0.001534971,0.1156787;0.3677882;0.009915248,0.1515187;0.09066454;0.02774653,0.1978977;-0.1771926;-0.03934709,-0.1096234;0.3555098;-0.01375606,-0.1716091;0.109546;-0.132329,-0.2186018;-0.1008987;-0.3109481,0.07246783;0.005945241;-0.03336266,0.08174895;-0.3715123;0.009528335,0.08410008;-0.7151762;0.07578206,0.09051897;-0.7054196;-0.02193695,-0.07026391;0.003605187;-0.03807865,-0.09945126;-0.3740332;-0.007462181,-0.1165087;-0.7170537;0.05996182,-0.107662;-0.7072384;-0.03757952,0.0001138241;0.3998715;0.005987125,0;0;0,-0.001796548;0.1997252;0.01032453,-0.002593647;0.4996619;0.01047402,0.1123916;0.3659689;0.01983947,0.1475568;0.08879355;0.0382026,0.2010725;-0.177136;-0.03120597,-0.1091121;0.3519073;-0.01440683,-0.1710679;0.1058133;-0.132725,-0.2233141;-0.1093256;-0.3041473,0.07335649;0.005633439;-0.03141799,0.07970019;-0.3720565;0.009934586,0.08044409;-0.7138744;0.0851676,0.0903916;-0.7039361;-0.01229304,-0.06888361;0.004307986;-0.04045355,-0.1013441;-0.37254;-0.003958385,-0.1189078;-0.7142359;0.06976703,-0.1065878;-0.7041839;-0.02744561,-0.002583499;0.3997017;0.01329439,7.026508
+0;0;0,-0.0008442467;0.1998762;0.006983846,0.0001260504;0.4997723;0.001534971,0.1156787;0.3677882;0.009915248,0.1515187;0.09066454;0.02774653,0.1978977;-0.1771926;-0.03934709,-0.1096234;0.3555098;-0.01375606,-0.1716091;0.109546;-0.132329,-0.2186018;-0.1008987;-0.3109481,0.07246783;0.005945241;-0.03336266,0.08174895;-0.3715123;0.009528335,0.08410008;-0.7151762;0.07578206,0.09051897;-0.7054196;-0.02193695,-0.07026391;0.003605187;-0.03807865,-0.09945126;-0.3740332;-0.007462181,-0.1165087;-0.7170537;0.05996182,-0.107662;-0.7072384;-0.03757952,0.0001138241;0.3998715;0.005987125,0;0;0,-0.002032734;0.1997148;0.0104811,-0.003125314;0.4996494;0.01085945,0.1118981;0.3659459;0.02051353,0.1470171;0.08876878;0.03893922,0.2005206;-0.1772182;-0.03025833,-0.1092234;0.3520236;-0.01563928,-0.1725699;0.1076226;-0.1366987,-0.2263205;-0.1030785;-0.3130958,0.07342189;0.005672484;-0.03125777,0.07898864;-0.3720181;0.01020138,0.07978128;-0.7137925;0.08563086,0.09038123;-0.7038519;-0.01176145,-0.06886928;0.004260398;-0.04048298,-0.1018402;-0.3725116;-0.003661957,-0.1194193;-0.7141339;0.07040031,-0.106449;-0.704074;-0.0267293,-0.00305407;0.3996876;0.01362195,7.048357
+0;0;0,-0.0008442467;0.1998762;0.006983846,0.0001260504;0.4997723;0.001534971,0.1156787;0.3677882;0.009915248,0.1515187;0.09066454;0.02774653,0.1978977;-0.1771926;-0.03934709,-0.1096234;0.3555098;-0.01375606,-0.1716091;0.109546;-0.132329,-0.2186018;-0.1008987;-0.3109481,0.07246783;0.005945241;-0.03336266,0.08174895;-0.3715123;0.009528335,0.08410008;-0.7151762;0.07578206,0.09051897;-0.7054196;-0.02193695,-0.07026391;0.003605187;-0.03807865,-0.09945126;-0.3740332;-0.007462181,-0.1165087;-0.7170537;0.05996182,-0.107662;-0.7072384;-0.03757952,0.0001138241;0.3998715;0.005987125,0;0;0,-0.002032734;0.1997148;0.0104811,-0.003125314;0.4996494;0.01085945,0.1118981;0.3659459;0.02051353,0.1470171;0.08876878;0.03893922,0.2005206;-0.1772182;-0.03025833,-0.1092234;0.3520236;-0.01563928,-0.1725699;0.1076226;-0.1366987,-0.2263205;-0.1030785;-0.3130958,0.07342189;0.005672484;-0.03125777,0.07898864;-0.3720181;0.01020138,0.07978128;-0.7137925;0.08563086,0.09038123;-0.7038519;-0.01176145,-0.06886928;0.004260398;-0.04048298,-0.1018402;-0.3725116;-0.003661957,-0.1194193;-0.7141339;0.07040031,-0.106449;-0.704074;-0.0267293,-0.00305407;0.3996876;0.01362195,7.059851
+0;0;0,-0.001181063;0.1998713;0.007074659,-0.000555973;0.4997725;0.001795215,0.115158;0.367824;0.01040223,0.1510404;0.09069407;0.0280507,0.1975154;-0.1771134;-0.03917473,-0.1097986;0.3553216;-0.01503283,-0.1748099;0.1159823;-0.1449953,-0.2192857;-0.08652009;-0.3331832,0.07251991;0.006015724;-0.03323665,0.08128185;-0.3714572;0.009628195,0.08353636;-0.7151358;0.07580978,0.09054359;-0.7053778;-0.0218691,-0.07020444;0.003532368;-0.03819502,-0.100083;-0.3740281;-0.007285668,-0.1169586;-0.7170618;0.06011687,-0.1075263;-0.7072407;-0.03737079,-0.0004065325;0.3998678;0.0061569,0;0;0,-0.002032734;0.1997148;0.0104811,-0.003125314;0.4996494;0.01085945,0.1118981;0.3659459;0.02051353,0.1470171;0.08876878;0.03893922,0.2005206;-0.1772182;-0.03025833,-0.1092234;0.3520236;-0.01563928,-0.1725699;0.1076226;-0.1366987,-0.2263205;-0.1030785;-0.3130958,0.07342189;0.005672484;-0.03125777,0.07898864;-0.3720181;0.01020138,0.07978128;-0.7137925;0.08563086,0.09038123;-0.7038519;-0.01176145,-0.06886928;0.004260398;-0.04048298,-0.1018402;-0.3725116;-0.003661957,-0.1194193;-0.7141339;0.07040031,-0.106449;-0.704074;-0.0267293,-0.00305407;0.3996876;0.01362195,7.070662
+0;0;0,-0.001181063;0.1998713;0.007074659,-0.000555973;0.4997725;0.001795215,0.115158;0.367824;0.01040223,0.1510404;0.09069407;0.0280507,0.1975154;-0.1771134;-0.03917473,-0.1097986;0.3553216;-0.01503283,-0.1748099;0.1159823;-0.1449953,-0.2192857;-0.08652009;-0.3331832,0.07251991;0.006015724;-0.03323665,0.08128185;-0.3714572;0.009628195,0.08353636;-0.7151358;0.07580978,0.09054359;-0.7053778;-0.0218691,-0.07020444;0.003532368;-0.03819502,-0.100083;-0.3740281;-0.007285668,-0.1169586;-0.7170618;0.06011687,-0.1075263;-0.7072407;-0.03737079,-0.0004065325;0.3998678;0.0061569,0;0;0,-0.002108968;0.1997117;0.01052603,-0.003400739;0.4996455;0.011091,0.1116507;0.3659264;0.02111242,0.1465475;0.08872271;0.03956123,0.2003753;-0.1771821;-0.02970074,-0.108962;0.3519239;-0.01701489,-0.1742736;0.11012;-0.1421759,-0.2282899;-0.0980439;-0.3214802,0.07346815;0.005609498;-0.03116029,0.07872067;-0.3720745;0.01039922,0.07938499;-0.7138301;0.08591557,0.09065989;-0.7038919;-0.0114004,-0.06880566;0.004343509;-0.0405822,-0.1021109;-0.3724199;-0.003975131,-0.1195415;-0.7140075;0.07028188,-0.1059029;-0.7039514;-0.0267554,-0.003270247;0.3996818;0.01378171,7.093029
+0;0;0,-0.001398113;0.1998668;0.007164056,-0.001052268;0.4997736;0.002100013,0.1145818;0.3679743;0.01503585,0.1559174;0.09126249;0.02607737,0.202486;-0.17645;-0.04146063,-0.1099417;0.3553619;-0.01607088,-0.1776634;0.1266015;-0.1626398,-0.2211621;-0.0635075;-0.3635539,0.07254659;0.00601784;-0.03317797,0.08105471;-0.3714631;0.00966762,0.08326956;-0.7151371;0.0758739,0.09222218;-0.7054093;-0.02163964,-0.07010474;0.003542623;-0.03837676,-0.100627;-0.3739453;-0.007211572,-0.1173299;-0.7169592;0.06033433,-0.1059587;-0.7071577;-0.03694219,-0.0007764311;0.3998641;0.006345616,0;0;0,-0.002072275;0.1997086;0.01059111,-0.003421004;0.4996422;0.01128413,0.111642;0.3657904;0.02092857,0.1462945;0.08864275;0.04063551,0.2004305;-0.1772579;-0.02840167,-0.1094298;0.3521541;-0.01556301,-0.1767571;0.1150706;-0.1484482,-0.2311431;-0.08703436;-0.3344475,0.07351332;0.005523818;-0.03106895,0.07861637;-0.372169;0.01042899,0.07931674;-0.7138826;0.08613464,0.09001695;-0.7039197;-0.01125129,-0.06877088;0.004451732;-0.04062941,-0.1020313;-0.3723128;-0.003992498,-0.1193685;-0.7138726;0.07041413,-0.1063039;-0.703794;-0.02670667,-0.003260943;0.3996773;0.01392807,7.11546
+0;0;0,-0.001398113;0.1998668;0.007164056,-0.001052268;0.4997736;0.002100013,0.1145818;0.3679743;0.01503585,0.1559174;0.09126249;0.02607737,0.202486;-0.17645;-0.04146063,-0.1099417;0.3553619;-0.01607088,-0.1776634;0.1266015;-0.1626398,-0.2211621;-0.0635075;-0.3635539,0.07254659;0.00601784;-0.03317797,0.08105471;-0.3714631;0.00966762,0.08326956;-0.7151371;0.0758739,0.09222218;-0.7054093;-0.02163964,-0.07010474;0.003542623;-0.03837676,-0.100627;-0.3739453;-0.007211572,-0.1173299;-0.7169592;0.06033433,-0.1059587;-0.7071577;-0.03694219,-0.0007764311;0.3998641;0.006345616,0;0;0,-0.002072275;0.1997086;0.01059111,-0.003421004;0.4996422;0.01128413,0.111642;0.3657904;0.02092857,0.1462945;0.08864275;0.04063551,0.2004305;-0.1772579;-0.02840167,-0.1094298;0.3521541;-0.01556301,-0.1767571;0.1150706;-0.1484482,-0.2311431;-0.08703436;-0.3344475,0.07351332;0.005523818;-0.03106895,0.07861637;-0.372169;0.01042899,0.07931674;-0.7138826;0.08613464,0.09001695;-0.7039197;-0.01125129,-0.06877088;0.004451732;-0.04062941,-0.1020313;-0.3723128;-0.003992498,-0.1193685;-0.7138726;0.07041413,-0.1063039;-0.703794;-0.02670667,-0.003260943;0.3996773;0.01392807,7.137404
+0;0;0,-0.001398113;0.1998668;0.007164056,-0.001052268;0.4997736;0.002100013,0.1145818;0.3679743;0.01503585,0.1559174;0.09126249;0.02607737,0.202486;-0.17645;-0.04146063,-0.1099417;0.3553619;-0.01607088,-0.1776634;0.1266015;-0.1626398,-0.2211621;-0.0635075;-0.3635539,0.07254659;0.00601784;-0.03317797,0.08105471;-0.3714631;0.00966762,0.08326956;-0.7151371;0.0758739,0.09222218;-0.7054093;-0.02163964,-0.07010474;0.003542623;-0.03837676,-0.100627;-0.3739453;-0.007211572,-0.1173299;-0.7169592;0.06033433,-0.1059587;-0.7071577;-0.03694219,-0.0007764311;0.3998641;0.006345616,0;0;0,-0.002108936;0.1997031;0.01068703,-0.003621254;0.4996353;0.01155592,0.1114554;0.3657794;0.02185348,0.1456876;0.08856189;0.04131171,0.2006805;-0.1771455;-0.02779226,-0.109219;0.3522741;-0.01678011,-0.1790064;0.1188509;-0.1547778,-0.2334454;-0.08075072;-0.3434457,0.07358934;0.005436677;-0.0309039,0.07832427;-0.3723052;0.01018906,0.07927202;-0.7139441;0.08622833,0.0907084;-0.7039891;-0.01107228,-0.0685994;0.00460294;-0.04090153,-0.1022805;-0.372097;-0.003986448,-0.1195697;-0.7135929;0.0707237,-0.1057708;-0.703518;-0.02629477,-0.00340126;0.3996691;0.01414413,7.148921
+0;0;0,-0.001398113;0.1998668;0.007164056,-0.001052268;0.4997736;0.002100013,0.1145818;0.3679743;0.01503585,0.1559174;0.09126249;0.02607737,0.202486;-0.17645;-0.04146063,-0.1099417;0.3553619;-0.01607088,-0.1776634;0.1266015;-0.1626398,-0.2211621;-0.0635075;-0.3635539,0.07254659;0.00601784;-0.03317797,0.08105471;-0.3714631;0.00966762,0.08326956;-0.7151371;0.0758739,0.09222218;-0.7054093;-0.02163964,-0.07010474;0.003542623;-0.03837676,-0.100627;-0.3739453;-0.007211572,-0.1173299;-0.7169592;0.06033433,-0.1059587;-0.7071577;-0.03694219,-0.0007764311;0.3998641;0.006345616,0;0;0,-0.002140403;0.1997;0.01073876,-0.003794579;0.4996312;0.01173623,0.1112924;0.3657899;0.02266588,0.1456231;0.08857486;0.04198416,0.2003975;-0.1773351;-0.0265117,-0.1088811;0.3520899;-0.01790896,-0.1500175;0.0969187;-0.1255911,-0.226727;-0.07648441;-0.3316178,0.07362786;0.005377728;-0.03082236,0.07812295;-0.3723823;0.0101312,0.07926332;-0.7139729;0.08638416,0.09135878;-0.7040266;-0.01083492,-0.0685278;0.004683403;-0.04101226,-0.1027097;-0.3719872;-0.004258994,-0.1197657;-0.713406;0.07085663,-0.1053094;-0.703337;-0.02606485,-0.003521463;0.3996639;0.01427894,7.17087
+0;0;0,-0.0016121;0.1998597;0.007314406,-0.001549367;0.4997757;0.002647565,0.1141905;0.3679323;0.01514534,0.155312;0.09121424;0.02681169,0.2017305;-0.1764585;-0.04098677,-0.110941;0.3560275;-0.0140528,-0.1761579;0.1320519;-0.168913,-0.2221354;-0.04124188;-0.3839835,0.07262149;0.005952154;-0.03302561,0.08062428;-0.3715382;0.009834636,0.08282074;-0.7152084;0.07606158,0.09112716;-0.7054353;-0.02151854,-0.07001384;0.003628498;-0.03853435,-0.1009826;-0.3737926;-0.007002745,-0.1178879;-0.7167852;0.06060145,-0.1071584;-0.7069325;-0.03675852,-0.001175425;0.3998582;0.006692702,0;0;0,-0.002140403;0.1997;0.01073876,-0.003794579;0.4996312;0.01173623,0.1112924;0.3657899;0.02266588,0.1456231;0.08857486;0.04198416,0.2003975;-0.1773351;-0.0265117,-0.1088811;0.3520899;-0.01790896,-0.1500175;0.0969187;-0.1255911,-0.226727;-0.07648441;-0.3316178,0.07362786;0.005377728;-0.03082236,0.07812295;-0.3723823;0.0101312,0.07926332;-0.7139729;0.08638416,0.09135878;-0.7040266;-0.01083492,-0.0685278;0.004683403;-0.04101226,-0.1027097;-0.3719872;-0.004258994,-0.1197657;-0.713406;0.07085663,-0.1053094;-0.703337;-0.02606485,-0.003521463;0.3996639;0.01427894,7.182473
+0;0;0,-0.0016121;0.1998597;0.007314406,-0.001549367;0.4997757;0.002647565,0.1141905;0.3679323;0.01514534,0.155312;0.09121424;0.02681169,0.2017305;-0.1764585;-0.04098677,-0.110941;0.3560275;-0.0140528,-0.1761579;0.1320519;-0.168913,-0.2221354;-0.04124188;-0.3839835,0.07262149;0.005952154;-0.03302561,0.08062428;-0.3715382;0.009834636,0.08282074;-0.7152084;0.07606158,0.09112716;-0.7054353;-0.02151854,-0.07001384;0.003628498;-0.03853435,-0.1009826;-0.3737926;-0.007002745,-0.1178879;-0.7167852;0.06060145,-0.1071584;-0.7069325;-0.03675852,-0.001175425;0.3998582;0.006692702,0;0;0,-0.002140403;0.1997;0.01073876,-0.003794579;0.4996312;0.01173623,0.1112924;0.3657899;0.02266588,0.1456231;0.08857486;0.04198416,0.2003975;-0.1773351;-0.0265117,-0.1088811;0.3520899;-0.01790896,-0.1500175;0.0969187;-0.1255911,-0.226727;-0.07648441;-0.3316178,0.07362786;0.005377728;-0.03082236,0.07812295;-0.3723823;0.0101312,0.07926332;-0.7139729;0.08638416,0.09135878;-0.7040266;-0.01083492,-0.0685278;0.004683403;-0.04101226,-0.1027097;-0.3719872;-0.004258994,-0.1197657;-0.713406;0.07085663,-0.1053094;-0.703337;-0.02606485,-0.003521463;0.3996639;0.01427894,7.204534
+0;0;0,-0.0016121;0.1998597;0.007314406,-0.001549367;0.4997757;0.002647565,0.1141905;0.3679323;0.01514534,0.155312;0.09121424;0.02681169,0.2017305;-0.1764585;-0.04098677,-0.110941;0.3560275;-0.0140528,-0.1761579;0.1320519;-0.168913,-0.2221354;-0.04124188;-0.3839835,0.07262149;0.005952154;-0.03302561,0.08062428;-0.3715382;0.009834636,0.08282074;-0.7152084;0.07606158,0.09112716;-0.7054353;-0.02151854,-0.07001384;0.003628498;-0.03853435,-0.1009826;-0.3737926;-0.007002745,-0.1178879;-0.7167852;0.06060145,-0.1071584;-0.7069325;-0.03675852,-0.001175425;0.3998582;0.006692702,0;0;0,-0.0021752;0.1996949;0.01082584,-0.003927751;0.499625;0.01193536,0.1111546;0.3657895;0.02332127,0.1455279;0.08859622;0.04287528,0.200662;-0.1771091;-0.02612426,-0.1084827;0.3518596;-0.01902294,-0.1512142;0.09599727;-0.1244197,-0.228933;-0.06597176;-0.3391889,0.07369176;0.005379628;-0.03066894,0.07805375;-0.3723806;0.01029665,0.07921144;-0.7139729;0.08654214,0.09191307;-0.7040343;-0.010598,-0.06835836;0.00469883;-0.04129233,-0.1035576;-0.3719032;-0.004796274,-0.1200224;-0.713244;0.07080339,-0.1049623;-0.7031799;-0.02602509,-0.003624412;0.3996569;0.01444576,7.215937
+0;0;0,-0.001744415;0.1998542;0.007432256,-0.001946394;0.499774;0.002964247,0.1137576;0.3678936;0.01702314,0.157189;0.09143904;0.02632975,0.2036621;-0.1763096;-0.04113086,-0.1104241;0.3556867;-0.01711114,-0.1729075;0.1337421;-0.1759709,-0.2250967;-0.04322909;-0.386583,0.07267063;0.005943405;-0.03291891,0.08070056;-0.3715587;0.009832915,0.08281234;-0.7151994;0.076215,0.09280214;-0.7054594;-0.02120027,-0.0698439;0.003671454;-0.03883749,-0.1012632;-0.3736757;-0.006869271,-0.1182712;-0.7166333;0.06088601,-0.1058609;-0.706789;-0.0362723,-0.001465902;0.3998534;0.00691809,0;0;0,-0.00221643;0.1996893;0.01092133,-0.00408159;0.4996178;0.0121493,0.1110137;0.3658456;0.02402713,0.1454888;0.08864772;0.04333586,0.2005726;-0.1770907;-0.02557614,-0.1082181;0.3516419;-0.01972544,-0.1832256;0.1252764;-0.1664651,-0.2464785;-0.05305287;-0.3728573,0.07376637;0.005351258;-0.03049405,0.07802507;-0.3724378;0.01021591,0.07915949;-0.713976;0.08670326,0.09233835;-0.7040412;-0.01037251,-0.06816079;0.004764761;-0.04161013,-0.1037293;-0.3717507;-0.004583709,-0.1201876;-0.713081;0.071065,-0.1046519;-0.7030179;-0.0256881,-0.003742461;0.3996491;0.01462768,7.237925
+0;0;0,-0.001744415;0.1998542;0.007432256,-0.001946394;0.499774;0.002964247,0.1137576;0.3678936;0.01702314,0.157189;0.09143904;0.02632975,0.2036621;-0.1763096;-0.04113086,-0.1104241;0.3556867;-0.01711114,-0.1729075;0.1337421;-0.1759709,-0.2250967;-0.04322909;-0.386583,0.07267063;0.005943405;-0.03291891,0.08070056;-0.3715587;0.009832915,0.08281234;-0.7151994;0.076215,0.09280214;-0.7054594;-0.02120027,-0.0698439;0.003671454;-0.03883749,-0.1012632;-0.3736757;-0.006869271,-0.1182712;-0.7166333;0.06088601,-0.1058609;-0.706789;-0.0362723,-0.001465902;0.3998534;0.00691809,0;0;0,-0.00221643;0.1996893;0.01092133,-0.00408159;0.4996178;0.0121493,0.1110137;0.3658456;0.02402713,0.1454888;0.08864772;0.04333586,0.2005726;-0.1770907;-0.02557614,-0.1082181;0.3516419;-0.01972544,-0.1832256;0.1252764;-0.1664651,-0.2464785;-0.05305287;-0.3728573,0.07376637;0.005351258;-0.03049405,0.07802507;-0.3724378;0.01021591,0.07915949;-0.713976;0.08670326,0.09233835;-0.7040412;-0.01037251,-0.06816079;0.004764761;-0.04161013,-0.1037293;-0.3717507;-0.004583709,-0.1201876;-0.713081;0.071065,-0.1046519;-0.7030179;-0.0256881,-0.003742461;0.3996491;0.01462768,7.249309
+0;0;0,-0.001744415;0.1998542;0.007432256,-0.001946394;0.499774;0.002964247,0.1137576;0.3678936;0.01702314,0.157189;0.09143904;0.02632975,0.2036621;-0.1763096;-0.04113086,-0.1104241;0.3556867;-0.01711114,-0.1729075;0.1337421;-0.1759709,-0.2250967;-0.04322909;-0.386583,0.07267063;0.005943405;-0.03291891,0.08070056;-0.3715587;0.009832915,0.08281234;-0.7151994;0.076215,0.09280214;-0.7054594;-0.02120027,-0.0698439;0.003671454;-0.03883749,-0.1012632;-0.3736757;-0.006869271,-0.1182712;-0.7166333;0.06088601,-0.1058609;-0.706789;-0.0362723,-0.001465902;0.3998534;0.00691809,0;0;0,-0.00221643;0.1996893;0.01092133,-0.00408159;0.4996178;0.0121493,0.1110137;0.3658456;0.02402713,0.1454888;0.08864772;0.04333586,0.2005726;-0.1770907;-0.02557614,-0.1082181;0.3516419;-0.01972544,-0.1832256;0.1252764;-0.1664651,-0.2464785;-0.05305287;-0.3728573,0.07376637;0.005351258;-0.03049405,0.07802507;-0.3724378;0.01021591,0.07915949;-0.713976;0.08670326,0.09233835;-0.7040412;-0.01037251,-0.06816079;0.004764761;-0.04161013,-0.1037293;-0.3717507;-0.004583709,-0.1201876;-0.713081;0.071065,-0.1046519;-0.7030179;-0.0256881,-0.003742461;0.3996491;0.01462768,7.260431
+0;0;0,-0.001976914;0.1998433;0.007664605,-0.002404384;0.499766;0.003396042,0.1133968;0.3679721;0.01708566,0.1558164;0.09137955;0.02694207,0.2021938;-0.1763981;-0.0404692,-0.1115039;0.3563124;-0.01478823,-0.1728778;0.14191;-0.1840952,-0.223034;-0.02088699;-0.4063147,0.0727698;0.005895535;-0.03270779,0.08022484;-0.3715909;0.01028503,0.08230556;-0.7152377;0.0766369,0.0915184;-0.7054579;-0.02086318,-0.06974822;0.003719999;-0.03900445,-0.1016885;-0.3735538;-0.006689079,-0.118683;-0.7164891;0.06118283,-0.1070475;-0.7066036;-0.03607982,-0.00187749;0.3998429;0.007283012,0;0;0,-0.002240889;0.1996835;0.01102173,-0.004157107;0.4996117;0.01238538,0.1109012;0.3658168;0.02473842,0.1452736;0.08856535;0.04345145,0.2004162;-0.1772622;-0.02506886,-0.1080162;0.3514758;-0.02012005,-0.1593676;0.1048914;-0.1424277,-0.2407019;-0.03880738;-0.368559,0.07383053;0.005338807;-0.03034056,0.0779633;-0.3724551;0.01033717,0.07911086;-0.7139755;0.08690383,0.09267081;-0.7040387;-0.01011988,-0.06802114;0.004803434;-0.04183362,-0.1038042;-0.3716485;-0.004369862,-0.120263;-0.7129598;0.07136478,-0.1043484;-0.7028955;-0.02532698,-0.003803685;0.3996416;0.01480557,7.2833
+0;0;0,-0.001976914;0.1998433;0.007664605,-0.002404384;0.499766;0.003396042,0.1133968;0.3679721;0.01708566,0.1558164;0.09137955;0.02694207,0.2021938;-0.1763981;-0.0404692,-0.1115039;0.3563124;-0.01478823,-0.1728778;0.14191;-0.1840952,-0.223034;-0.02088699;-0.4063147,0.0727698;0.005895535;-0.03270779,0.08022484;-0.3715909;0.01028503,0.08230556;-0.7152377;0.0766369,0.0915184;-0.7054579;-0.02086318,-0.06974822;0.003719999;-0.03900445,-0.1016885;-0.3735538;-0.006689079,-0.118683;-0.7164891;0.06118283,-0.1070475;-0.7066036;-0.03607982,-0.00187749;0.3998429;0.007283012,0;0;0,-0.002240889;0.1996835;0.01102173,-0.004157107;0.4996117;0.01238538,0.1109012;0.3658168;0.02473842,0.1452736;0.08856535;0.04345145,0.2004162;-0.1772622;-0.02506886,-0.1080162;0.3514758;-0.02012005,-0.1593676;0.1048914;-0.1424277,-0.2407019;-0.03880738;-0.368559,0.07383053;0.005338807;-0.03034056,0.0779633;-0.3724551;0.01033717,0.07911086;-0.7139755;0.08690383,0.09267081;-0.7040387;-0.01011988,-0.06802114;0.004803434;-0.04183362,-0.1038042;-0.3716485;-0.004369862,-0.120263;-0.7129598;0.07136478,-0.1043484;-0.7028955;-0.02532698,-0.003803685;0.3996416;0.01480557,7.305115
+0;0;0,-0.001976914;0.1998433;0.007664605,-0.002404384;0.499766;0.003396042,0.1133968;0.3679721;0.01708566,0.1558164;0.09137955;0.02694207,0.2021938;-0.1763981;-0.0404692,-0.1115039;0.3563124;-0.01478823,-0.1728778;0.14191;-0.1840952,-0.223034;-0.02088699;-0.4063147,0.0727698;0.005895535;-0.03270779,0.08022484;-0.3715909;0.01028503,0.08230556;-0.7152377;0.0766369,0.0915184;-0.7054579;-0.02086318,-0.06974822;0.003719999;-0.03900445,-0.1016885;-0.3735538;-0.006689079,-0.118683;-0.7164891;0.06118283,-0.1070475;-0.7066036;-0.03607982,-0.00187749;0.3998429;0.007283012,0;0;0,-0.002240688;0.1996815;0.01105847,-0.004179237;0.49961;0.01256428,0.1108423;0.3657961;0.02534553,0.1450821;0.0885084;0.04376125,0.2004666;-0.1773682;-0.0243723,-0.1087746;0.3516993;-0.01802829,-0.1600061;0.1079826;-0.1460029,-0.242568;-0.03075455;-0.3747725,0.07389598;0.005286463;-0.03019003,0.07775976;-0.3725347;0.01026071,0.07895974;-0.7140477;0.08686001,0.09199494;-0.7040862;-0.01024067,-0.06797501;0.004858151;-0.04190222,-0.1039197;-0.37157;-0.004354183,-0.1204981;-0.712883;0.07134663,-0.1051034;-0.7027944;-0.02543427,-0.003812864;0.3996382;0.01490939,7.316236
+0;0;0,-0.002193109;0.1998336;0.007857397,-0.00284357;0.4997575;0.00377047,0.1130108;0.3679421;0.0172876,0.1544342;0.09121528;0.02760191,0.2009688;-0.1764933;-0.03997515,-0.1121364;0.35658;-0.01378726,-0.1740555;0.1530327;-0.1958161,-0.2224822;-0.005565003;-0.42143,0.07289853;0.005798382;-0.03243738,0.07990919;-0.3717152;0.01039216,0.08200292;-0.7153291;0.07691346,0.09094226;-0.7055267;-0.02061677,-0.06954858;0.003861477;-0.03934571,-0.1020229;-0.3733151;-0.006433289,-0.119012;-0.7162107;0.06163998,-0.107649;-0.706304;-0.03565927,-0.002269533;0.3998334;0.007623506,0;0;0,-0.002240688;0.1996815;0.01105847,-0.004179237;0.49961;0.01256428,0.1108423;0.3657961;0.02534553,0.1450821;0.0885084;0.04376125,0.2004666;-0.1773682;-0.0243723,-0.1087746;0.3516993;-0.01802829,-0.1600061;0.1079826;-0.1460029,-0.242568;-0.03075455;-0.3747725,0.07389598;0.005286463;-0.03019003,0.07775976;-0.3725347;0.01026071,0.07895974;-0.7140477;0.08686001,0.09199494;-0.7040862;-0.01024067,-0.06797501;0.004858151;-0.04190222,-0.1039197;-0.37157;-0.004354183,-0.1204981;-0.712883;0.07134663,-0.1051034;-0.7027944;-0.02543427,-0.003812864;0.3996382;0.01490939,7.327597
+0;0;0,-0.002193109;0.1998336;0.007857397,-0.00284357;0.4997575;0.00377047,0.1130108;0.3679421;0.0172876,0.1544342;0.09121528;0.02760191,0.2009688;-0.1764933;-0.03997515,-0.1121364;0.35658;-0.01378726,-0.1740555;0.1530327;-0.1958161,-0.2224822;-0.005565003;-0.42143,0.07289853;0.005798382;-0.03243738,0.07990919;-0.3717152;0.01039216,0.08200292;-0.7153291;0.07691346,0.09094226;-0.7055267;-0.02061677,-0.06954858;0.003861477;-0.03934571,-0.1020229;-0.3733151;-0.006433289,-0.119012;-0.7162107;0.06163998,-0.107649;-0.706304;-0.03565927,-0.002269533;0.3998334;0.007623506,0;0;0,-0.002291697;0.1996792;0.0110889,-0.004332782;0.4996068;0.01268194,0.1106728;0.365766;0.02588453,0.1447777;0.08844835;0.04409852,0.2003763;-0.1774092;-0.02393502,-0.1083332;0.3515091;-0.01942121,-0.1904714;0.1449706;-0.1897009,-0.2520011;-0.03143099;-0.3982592,0.07395445;0.005248351;-0.0300532,0.07762022;-0.3725983;0.01017674,0.07888141;-0.7140707;0.08695579,0.09258624;-0.7041243;-0.01004952,-0.0678327;0.00491763;-0.04212531,-0.1046472;-0.3714368;-0.004681781,-0.1208215;-0.7127067;0.07130048,-0.1047589;-0.7026291;-0.02536953,-0.00393232;0.3996344;0.01499407,7.349492
+0;0;0,-0.002422012;0.1998215;0.008092723,-0.003323744;0.4997468;0.004212777,0.1126447;0.3680091;0.01760863,0.1536244;0.09123048;0.02829928,0.1999926;-0.176497;-0.03931707,-0.1124243;0.3567309;-0.01424844,-0.174857;0.1625299;-0.2060508,-0.2215956;0.0202914;-0.4426596,0.07301136;0.005772593;-0.03218724,0.07960113;-0.3717361;0.01075223,0.08171231;-0.7153239;0.07740773,0.09091134;-0.7055069;-0.02010138,-0.06938814;0.003899679;-0.0396242,-0.1023754;-0.3731707;-0.006012026,-0.1194134;-0.716148;0.06163619,-0.1077912;-0.7062279;-0.03563521,-0.002663509;0.3998214;0.00801756,0;0;0,-0.002291697;0.1996792;0.0110889,-0.004332782;0.4996068;0.01268194,0.1106728;0.365766;0.02588453,0.1447777;0.08844835;0.04409852,0.2003763;-0.1774092;-0.02393502,-0.1083332;0.3515091;-0.01942121,-0.1904714;0.1449706;-0.1897009,-0.2520011;-0.03143099;-0.3982592,0.07395445;0.005248351;-0.0300532,0.07762022;-0.3725983;0.01017674,0.07888141;-0.7140707;0.08695579,0.09258624;-0.7041243;-0.01004952,-0.0678327;0.00491763;-0.04212531,-0.1046472;-0.3714368;-0.004681781,-0.1208215;-0.7127067;0.07130048,-0.1047589;-0.7026291;-0.02536953,-0.00393232;0.3996344;0.01499407,7.361278
+0;0;0,-0.002422012;0.1998215;0.008092723,-0.003323744;0.4997468;0.004212777,0.1126447;0.3680091;0.01760863,0.1536244;0.09123048;0.02829928,0.1999926;-0.176497;-0.03931707,-0.1124243;0.3567309;-0.01424844,-0.174857;0.1625299;-0.2060508,-0.2215956;0.0202914;-0.4426596,0.07301136;0.005772593;-0.03218724,0.07960113;-0.3717361;0.01075223,0.08171231;-0.7153239;0.07740773,0.09091134;-0.7055069;-0.02010138,-0.06938814;0.003899679;-0.0396242,-0.1023754;-0.3731707;-0.006012026,-0.1194134;-0.716148;0.06163619,-0.1077912;-0.7062279;-0.03563521,-0.002663509;0.3998214;0.00801756,0;0;0,-0.002356871;0.1996775;0.01110673,-0.004472225;0.4996041;0.01273299,0.110502;0.3658241;0.02655919,0.1445653;0.08850673;0.04485609,0.2005411;-0.1775298;-0.0221611,-0.1079479;0.3511545;-0.02041756,-0.1906437;0.1445095;-0.1902977,-0.2548579;-0.02418573;-0.4043501,0.07400944;0.005200339;-0.0299259,0.07746586;-0.3726692;0.01010718,0.0787888;-0.7141049;0.08704814,0.09306588;-0.7041687;-0.009872496,-0.06774595;0.004952468;-0.04226062,-0.104855;-0.371349;-0.004575614,-0.1211303;-0.7126353;0.07131101,-0.1044965;-0.7025677;-0.02526029,-0.004059459;0.3996316;0.0150389,7.383492
+0;0;0,-0.002422012;0.1998215;0.008092723,-0.003323744;0.4997468;0.004212777,0.1126447;0.3680091;0.01760863,0.1536244;0.09123048;0.02829928,0.1999926;-0.176497;-0.03931707,-0.1124243;0.3567309;-0.01424844,-0.174857;0.1625299;-0.2060508,-0.2215956;0.0202914;-0.4426596,0.07301136;0.005772593;-0.03218724,0.07960113;-0.3717361;0.01075223,0.08171231;-0.7153239;0.07740773,0.09091134;-0.7055069;-0.02010138,-0.06938814;0.003899679;-0.0396242,-0.1023754;-0.3731707;-0.006012026,-0.1194134;-0.716148;0.06163619,-0.1077912;-0.7062279;-0.03563521,-0.002663509;0.3998214;0.00801756,0;0;0,-0.002356871;0.1996775;0.01110673,-0.004472225;0.4996041;0.01273299,0.110502;0.3658241;0.02655919,0.1445653;0.08850673;0.04485609,0.2005411;-0.1775298;-0.0221611,-0.1079479;0.3511545;-0.02041756,-0.1906437;0.1445095;-0.1902977,-0.2548579;-0.02418573;-0.4043501,0.07400944;0.005200339;-0.0299259,0.07746586;-0.3726692;0.01010718,0.0787888;-0.7141049;0.08704814,0.09306588;-0.7041687;-0.009872496,-0.06774595;0.004952468;-0.04226062,-0.104855;-0.371349;-0.004575614,-0.1211303;-0.7126353;0.07131101,-0.1044965;-0.7025677;-0.02526029,-0.004059459;0.3996316;0.0150389,7.405497
+0;0;0,-0.002610613;0.1998119;0.008270643,-0.003790722;0.4997382;0.004580932,0.1123035;0.3680521;0.01790631,0.1527437;0.09120816;0.02895344,0.1989705;-0.1767823;-0.03771134,-0.1126593;0.3568499;-0.01477155,-0.1762553;0.1690728;-0.212497,-0.2223608;0.03105606;-0.4517158,0.07310154;0.005720427;-0.03199126,0.07934932;-0.3717754;0.01111148,0.0813736;-0.7153691;0.07773954,0.09084663;-0.7055432;-0.01974519,-0.06926481;0.003974386;-0.03983203,-0.1026542;-0.3730133;-0.005693611,-0.1197129;-0.7159732;0.0620374,-0.1078195;-0.7060469;-0.03520249,-0.003020406;0.3998114;0.008328542,0;0;0,-0.002397304;0.1996763;0.01111822,-0.00458052;0.4996022;0.01277504,0.1103553;0.3658565;0.02722019,0.1444117;0.08852389;0.04529718,0.2004745;-0.1775892;-0.02134182,-0.1074652;0.3508123;-0.02157567,-0.191742;0.144965;-0.1916472,-0.2571204;-0.01589236;-0.4113074,0.07405474;0.005166118;-0.02981956,0.07735439;-0.3727144;0.01012336,0.07871851;-0.7141423;0.08709782,0.09362008;-0.7042245;-0.009724975,-0.06768011;0.004964369;-0.04236457,-0.1050115;-0.3713021;-0.004550755,-0.1213634;-0.7125728;0.07138954,-0.1041072;-0.7025219;-0.02506907,-0.00415164;0.3996295;0.01507371,7.417215
+0;0;0,-0.002610613;0.1998119;0.008270643,-0.003790722;0.4997382;0.004580932,0.1123035;0.3680521;0.01790631,0.1527437;0.09120816;0.02895344,0.1989705;-0.1767823;-0.03771134,-0.1126593;0.3568499;-0.01477155,-0.1762553;0.1690728;-0.212497,-0.2223608;0.03105606;-0.4517158,0.07310154;0.005720427;-0.03199126,0.07934932;-0.3717754;0.01111148,0.0813736;-0.7153691;0.07773954,0.09084663;-0.7055432;-0.01974519,-0.06926481;0.003974386;-0.03983203,-0.1026542;-0.3730133;-0.005693611,-0.1197129;-0.7159732;0.0620374,-0.1078195;-0.7060469;-0.03520249,-0.003020406;0.3998114;0.008328542,0;0;0,-0.002428179;0.1996759;0.01111943,-0.004675978;0.499602;0.01285228,0.1102559;0.3658843;0.02768234,0.1442323;0.08854839;0.04585881,0.2003063;-0.17782;-0.0197431,-0.1085508;0.3512083;-0.01909267,-0.1919949;0.149244;-0.1941569,-0.2585392;-0.008522138;-0.4157008,0.07418522;0.005103545;-0.02950435,0.07725827;-0.372818;0.01006635,0.07864441;-0.7142492;0.08702639,0.0928361;-0.7043077;-0.009907886,-0.06763177;0.00500943;-0.04243642,-0.1050622;-0.3712377;-0.004528023,-0.1212884;-0.7125145;0.07141156,-0.104739;-0.7024353;-0.02517664,-0.004212382;0.3996283;0.01509799,7.439159
+0;0;0,-0.002610613;0.1998119;0.008270643,-0.003790722;0.4997382;0.004580932,0.1123035;0.3680521;0.01790631,0.1527437;0.09120816;0.02895344,0.1989705;-0.1767823;-0.03771134,-0.1126593;0.3568499;-0.01477155,-0.1762553;0.1690728;-0.212497,-0.2223608;0.03105606;-0.4517158,0.07310154;0.005720427;-0.03199126,0.07934932;-0.3717754;0.01111148,0.0813736;-0.7153691;0.07773954,0.09084663;-0.7055432;-0.01974519,-0.06926481;0.003974386;-0.03983203,-0.1026542;-0.3730133;-0.005693611,-0.1197129;-0.7159732;0.0620374,-0.1078195;-0.7060469;-0.03520249,-0.003020406;0.3998114;0.008328542,0;0;0,-0.002428179;0.1996759;0.01111943,-0.004675978;0.499602;0.01285228,0.1102559;0.3658843;0.02768234,0.1442323;0.08854839;0.04585881,0.2003063;-0.17782;-0.0197431,-0.1085508;0.3512083;-0.01909267,-0.1919949;0.149244;-0.1941569,-0.2585392;-0.008522138;-0.4157008,0.07418522;0.005103545;-0.02950435,0.07725827;-0.372818;0.01006635,0.07864441;-0.7142492;0.08702639,0.0928361;-0.7043077;-0.009907886,-0.06763177;0.00500943;-0.04243642,-0.1050622;-0.3712377;-0.004528023,-0.1212884;-0.7125145;0.07141156,-0.104739;-0.7024353;-0.02517664,-0.004212382;0.3996283;0.01509799,7.45046
+0;0;0,-0.002610613;0.1998119;0.008270643,-0.003790722;0.4997382;0.004580932,0.1123035;0.3680521;0.01790631,0.1527437;0.09120816;0.02895344,0.1989705;-0.1767823;-0.03771134,-0.1126593;0.3568499;-0.01477155,-0.1762553;0.1690728;-0.212497,-0.2223608;0.03105606;-0.4517158,0.07310154;0.005720427;-0.03199126,0.07934932;-0.3717754;0.01111148,0.0813736;-0.7153691;0.07773954,0.09084663;-0.7055432;-0.01974519,-0.06926481;0.003974386;-0.03983203,-0.1026542;-0.3730133;-0.005693611,-0.1197129;-0.7159732;0.0620374,-0.1078195;-0.7060469;-0.03520249,-0.003020406;0.3998114;0.008328542,0;0;0,-0.002428179;0.1996759;0.01111943,-0.004675978;0.499602;0.01285228,0.1102559;0.3658843;0.02768234,0.1442323;0.08854839;0.04585881,0.2003063;-0.17782;-0.0197431,-0.1085508;0.3512083;-0.01909267,-0.1919949;0.149244;-0.1941569,-0.2585392;-0.008522138;-0.4157008,0.07418522;0.005103545;-0.02950435,0.07725827;-0.372818;0.01006635,0.07864441;-0.7142492;0.08702639,0.0928361;-0.7043077;-0.009907886,-0.06763177;0.00500943;-0.04243642,-0.1050622;-0.3712377;-0.004528023,-0.1212884;-0.7125145;0.07141156,-0.104739;-0.7024353;-0.02517664,-0.004212382;0.3996283;0.01509799,7.472202
+0;0;0,-0.00273175;0.1998055;0.008385806,-0.004101601;0.4997333;0.004866319,0.1120583;0.3681808;0.01831347,0.1517583;0.09123358;0.02945686,0.1979341;-0.1768525;-0.03685778,-0.1128061;0.3569294;-0.01526716,-0.1765636;0.1742043;-0.2176196,-0.2215641;0.04407568;-0.4614259,0.07320019;0.005706151;-0.03176748,0.07914749;-0.3717979;0.01130538,0.08117512;-0.7153869;0.07795781,0.09094351;-0.705559;-0.01949817,-0.06905667;0.003997006;-0.04018955,-0.1028554;-0.3728943;-0.00539517,-0.1199708;-0.7158563;0.06231097,-0.1077831;-0.7059256;-0.03489337,-0.00328755;0.3998046;0.008552986,0;0;0,-0.002480388;0.1996735;0.01115183,-0.004803747;0.4995994;0.01296682,0.1101032;0.3658863;0.02821629,0.1440248;0.0885323;0.046219,0.2002584;-0.1780119;-0.01852642,-0.1080198;0.3510388;-0.02067578,-0.1933126;0.1543949;-0.2008322,-0.2608348;-0.002292424;-0.4228454,0.07423932;0.005051918;-0.02937687,0.07710382;-0.3728858;0.01005524,0.07846922;-0.714335;0.08693533,0.09339786;-0.7044171;-0.009883277,-0.06754845;0.005061707;-0.04256273,-0.1052127;-0.371144;-0.004475068,-0.1214711;-0.7124157;0.07148048,-0.1041892;-0.7023562;-0.02497528,-0.004314404;0.3996248;0.01516533,7.485034
+0;0;0,-0.00273175;0.1998055;0.008385806,-0.004101601;0.4997333;0.004866319,0.1120583;0.3681808;0.01831347,0.1517583;0.09123358;0.02945686,0.1979341;-0.1768525;-0.03685778,-0.1128061;0.3569294;-0.01526716,-0.1765636;0.1742043;-0.2176196,-0.2215641;0.04407568;-0.4614259,0.07320019;0.005706151;-0.03176748,0.07914749;-0.3717979;0.01130538,0.08117512;-0.7153869;0.07795781,0.09094351;-0.705559;-0.01949817,-0.06905667;0.003997006;-0.04018955,-0.1028554;-0.3728943;-0.00539517,-0.1199708;-0.7158563;0.06231097,-0.1077831;-0.7059256;-0.03489337,-0.00328755;0.3998046;0.008552986,0;0;0,-0.002516309;0.1996718;0.0111723,-0.004908967;0.4995974;0.01305293,0.1099784;0.3658687;0.02861622,0.1439154;0.08851337;0.04656924,0.1999844;-0.1783778;-0.01687636,-0.1089548;0.3515395;-0.01877197,-0.1937542;0.1610008;-0.2055983,-0.2614506;0.006171197;-0.4288582,0.07431541;0.005016309;-0.02919,0.07684398;-0.3729466;0.01002323,0.0782781;-0.7143949;0.08690616,0.09269045;-0.7044582;-0.009994559,-0.06751654;0.005092423;-0.04260967,-0.1053059;-0.3710926;-0.00444134,-0.1217171;-0.7123455;0.07156613,-0.1049476;-0.7022733;-0.02498265,-0.004394339;0.3996221;0.01521586,7.505824
+0;0;0,-0.00273175;0.1998055;0.008385806,-0.004101601;0.4997333;0.004866319,0.1120583;0.3681808;0.01831347,0.1517583;0.09123358;0.02945686,0.1979341;-0.1768525;-0.03685778,-0.1128061;0.3569294;-0.01526716,-0.1765636;0.1742043;-0.2176196,-0.2215641;0.04407568;-0.4614259,0.07320019;0.005706151;-0.03176748,0.07914749;-0.3717979;0.01130538,0.08117512;-0.7153869;0.07795781,0.09094351;-0.705559;-0.01949817,-0.06905667;0.003997006;-0.04018955,-0.1028554;-0.3728943;-0.00539517,-0.1199708;-0.7158563;0.06231097,-0.1077831;-0.7059256;-0.03489337,-0.00328755;0.3998046;0.008552986,0;0;0,-0.002516309;0.1996718;0.0111723,-0.004908967;0.4995974;0.01305293,0.1099784;0.3658687;0.02861622,0.1439154;0.08851337;0.04656924,0.1999844;-0.1783778;-0.01687636,-0.1089548;0.3515395;-0.01877197,-0.1937542;0.1610008;-0.2055983,-0.2614506;0.006171197;-0.4288582,0.07431541;0.005016309;-0.02919,0.07684398;-0.3729466;0.01002323,0.0782781;-0.7143949;0.08690616,0.09269045;-0.7044582;-0.009994559,-0.06751654;0.005092423;-0.04260967,-0.1053059;-0.3710926;-0.00444134,-0.1217171;-0.7123455;0.07156613,-0.1049476;-0.7022733;-0.02498265,-0.004394339;0.3996221;0.01521586,7.51766
+0;0;0,-0.002913833;0.1997979;0.008504043,-0.004526485;0.4997283;0.005208867,0.1117238;0.3682258;0.01857635,0.150954;0.09121948;0.02991053,0.1969533;-0.1769588;-0.0361535,-0.1129517;0.3568767;-0.01586213,-0.1759753;0.1838104;-0.2267556,-0.2212702;0.05765706;-0.4725883,0.07328526;0.005715976;-0.03156894,0.07875715;-0.3718066;0.01140525,0.08079504;-0.7153762;0.07815672,0.09084484;-0.7055436;-0.01927159,-0.06896944;0.003973692;-0.04034137,-0.1032325;-0.372865;-0.005432282,-0.1204549;-0.7157589;0.06259073,-0.1079867;-0.7058263;-0.03457843,-0.0036343;0.3997964;0.008787841,0;0;0,-0.002507783;0.1996724;0.01116534,-0.004943943;0.499598;0.0130923,0.1099204;0.365907;0.02912818,0.1435897;0.08851436;0.04700848,0.199783;-0.1784667;-0.01594723,-0.1081513;0.3513579;-0.02092721,-0.1954039;0.1648196;-0.2106387,-0.2628399;0.01141271;-0.434957,0.07444667;0.004937541;-0.02886716,0.076835;-0.3730692;0.009929596,0.07830971;-0.7145391;0.08671637,0.09364965;-0.7046368;-0.01003471,-0.06746113;0.005114672;-0.04269468,-0.1053616;-0.3710557;-0.004492439,-0.1218571;-0.7123122;0.07148059,-0.1041642;-0.7022696;-0.02489711,-0.004403621;0.3996222;0.01522486,7.539504
+0;0;0,-0.002913833;0.1997979;0.008504043,-0.004526485;0.4997283;0.005208867,0.1117238;0.3682258;0.01857635,0.150954;0.09121948;0.02991053,0.1969533;-0.1769588;-0.0361535,-0.1129517;0.3568767;-0.01586213,-0.1759753;0.1838104;-0.2267556,-0.2212702;0.05765706;-0.4725883,0.07328526;0.005715976;-0.03156894,0.07875715;-0.3718066;0.01140525,0.08079504;-0.7153762;0.07815672,0.09084484;-0.7055436;-0.01927159,-0.06896944;0.003973692;-0.04034137,-0.1032325;-0.372865;-0.005432282,-0.1204549;-0.7157589;0.06259073,-0.1079867;-0.7058263;-0.03457843,-0.0036343;0.3997964;0.008787841,0;0;0,-0.002507783;0.1996724;0.01116534,-0.004943943;0.499598;0.0130923,0.1099204;0.365907;0.02912818,0.1435897;0.08851436;0.04700848,0.199783;-0.1784667;-0.01594723,-0.1081513;0.3513579;-0.02092721,-0.1954039;0.1648196;-0.2106387,-0.2628399;0.01141271;-0.434957,0.07444667;0.004937541;-0.02886716,0.076835;-0.3730692;0.009929596,0.07830971;-0.7145391;0.08671637,0.09364965;-0.7046368;-0.01003471,-0.06746113;0.005114672;-0.04269468,-0.1053616;-0.3710557;-0.004492439,-0.1218571;-0.7123122;0.07148059,-0.1041642;-0.7022696;-0.02489711,-0.004403621;0.3996222;0.01522486,7.550963
+0;0;0,-0.003054766;0.1997911;0.008613402,-0.004904472;0.4997216;0.005483632,0.1114024;0.3681791;0.01886135,0.1503174;0.09114015;0.03048319,0.1955196;-0.1775034;-0.03422689,-0.1114993;0.3567635;-0.02228391,-0.1810112;0.1881608;-0.2347486,-0.2241451;0.06860074;-0.4842378,0.07335951;0.005725727;-0.03139423,0.0785454;-0.3718055;0.01153883,0.08057021;-0.7153522;0.07840883,0.09288552;-0.7055713;-0.01874837,-0.06884561;0.003985785;-0.04055114,-0.1035549;-0.3727677;-0.005167104,-0.1207593;-0.7156303;0.0630186,-0.1060356;-0.7057382;-0.03382605,-0.003940412;0.3997887;0.009019637,0;0;0,-0.002507783;0.1996724;0.01116534,-0.004943943;0.499598;0.0130923,0.1099204;0.365907;0.02912818,0.1435897;0.08851436;0.04700848,0.199783;-0.1784667;-0.01594723,-0.1081513;0.3513579;-0.02092721,-0.1954039;0.1648196;-0.2106387,-0.2628399;0.01141271;-0.434957,0.07444667;0.004937541;-0.02886716,0.076835;-0.3730692;0.009929596,0.07830971;-0.7145391;0.08671637,0.09364965;-0.7046368;-0.01003471,-0.06746113;0.005114672;-0.04269468,-0.1053616;-0.3710557;-0.004492439,-0.1218571;-0.7123122;0.07148059,-0.1041642;-0.7022696;-0.02489711,-0.004403621;0.3996222;0.01522486,7.56196
+0;0;0,-0.003054766;0.1997911;0.008613402,-0.004904472;0.4997216;0.005483632,0.1114024;0.3681791;0.01886135,0.1503174;0.09114015;0.03048319,0.1955196;-0.1775034;-0.03422689,-0.1114993;0.3567635;-0.02228391,-0.1810112;0.1881608;-0.2347486,-0.2241451;0.06860074;-0.4842378,0.07335951;0.005725727;-0.03139423,0.0785454;-0.3718055;0.01153883,0.08057021;-0.7153522;0.07840883,0.09288552;-0.7055713;-0.01874837,-0.06884561;0.003985785;-0.04055114,-0.1035549;-0.3727677;-0.005167104,-0.1207593;-0.7156303;0.0630186,-0.1060356;-0.7057382;-0.03382605,-0.003940412;0.3997887;0.009019637,0;0;0,-0.002491312;0.1996719;0.01117648,-0.004946887;0.4995975;0.01315589,0.1098915;0.3658846;0.02944306,0.1432006;0.08846304;0.0475479,0.1977906;-0.1791473;-0.01413408,-0.1088854;0.351681;-0.01913101,-0.1953034;0.1706986;-0.2145211,-0.2632359;0.02172315;-0.4416587,0.07451119;0.004904804;-0.02870585,0.0766657;-0.3731057;0.01006735,0.07825812;-0.7145958;0.08676159,0.09308948;-0.7046775;-0.01007207,-0.06743628;0.005134435;-0.04273155,-0.1054019;-0.3710169;-0.004407261,-0.1218532;-0.7122868;0.07151511,-0.1046662;-0.7022311;-0.02495684,-0.004392123;0.3996212;0.01526226,7.573104
+0;0;0,-0.003054766;0.1997911;0.008613402,-0.004904472;0.4997216;0.005483632,0.1114024;0.3681791;0.01886135,0.1503174;0.09114015;0.03048319,0.1955196;-0.1775034;-0.03422689,-0.1114993;0.3567635;-0.02228391,-0.1810112;0.1881608;-0.2347486,-0.2241451;0.06860074;-0.4842378,0.07335951;0.005725727;-0.03139423,0.0785454;-0.3718055;0.01153883,0.08057021;-0.7153522;0.07840883,0.09288552;-0.7055713;-0.01874837,-0.06884561;0.003985785;-0.04055114,-0.1035549;-0.3727677;-0.005167104,-0.1207593;-0.7156303;0.0630186,-0.1060356;-0.7057382;-0.03382605,-0.003940412;0.3997887;0.009019637,0;0;0,-0.002491312;0.1996719;0.01117648,-0.004946887;0.4995975;0.01315589,0.1098915;0.3658846;0.02944306,0.1432006;0.08846304;0.0475479,0.1977906;-0.1791473;-0.01413408,-0.1088854;0.351681;-0.01913101,-0.1953034;0.1706986;-0.2145211,-0.2632359;0.02172315;-0.4416587,0.07451119;0.004904804;-0.02870585,0.0766657;-0.3731057;0.01006735,0.07825812;-0.7145958;0.08676159,0.09308948;-0.7046775;-0.01007207,-0.06743628;0.005134435;-0.04273155,-0.1054019;-0.3710169;-0.004407261,-0.1218532;-0.7122868;0.07151511,-0.1046662;-0.7022311;-0.02495684,-0.004392123;0.3996212;0.01526226,7.595892
+0;0;0,-0.003187552;0.199784;0.008729352,-0.005245122;0.4997135;0.005810675,0.1110784;0.3681406;0.01920085,0.1497431;0.09108245;0.03119208,0.1945115;-0.1776664;-0.03338238,-0.1108604;0.3567586;-0.02508357,-0.1837633;0.1959478;-0.2423968,-0.2223107;0.08285619;-0.4956248,0.07347184;0.00572954;-0.03112973,0.07837412;-0.3718129;0.01173794,0.08041082;-0.7153313;0.07875254,0.09379028;-0.7055684;-0.01826011,-0.06861396;0.004019753;-0.04093856,-0.1039726;-0.3726403;-0.005204223,-0.1211196;-0.7154315;0.0633541,-0.1053365;-0.7055528;-0.03332076,-0.004253566;0.3997802;0.009327583,0;0;0,-0.002507904;0.1996711;0.01118737,-0.005004916;0.4995966;0.01322185,0.1098303;0.3659109;0.02973803,0.1431635;0.08849466;0.04787929,0.1970914;-0.179344;-0.01339247,-0.1093369;0.3518704;-0.01808633,-0.1952812;0.1766863;-0.218895,-0.2629974;0.02996735;-0.4475608,0.07454357;0.004876366;-0.02862652,0.07654736;-0.3731459;0.01004064,0.07808318;-0.7146497;0.08667485,0.0926607;-0.704727;-0.01019827,-0.06741682;0.005159593;-0.04275922,-0.1055515;-0.3709647;-0.004336797,-0.1220088;-0.7122725;0.0714134,-0.1050739;-0.7022104;-0.02510445,-0.004428637;0.3996197;0.01529433,7.60674
+0;0;0,-0.003187552;0.199784;0.008729352,-0.005245122;0.4997135;0.005810675,0.1110784;0.3681406;0.01920085,0.1497431;0.09108245;0.03119208,0.1945115;-0.1776664;-0.03338238,-0.1108604;0.3567586;-0.02508357,-0.1837633;0.1959478;-0.2423968,-0.2223107;0.08285619;-0.4956248,0.07347184;0.00572954;-0.03112973,0.07837412;-0.3718129;0.01173794,0.08041082;-0.7153313;0.07875254,0.09379028;-0.7055684;-0.01826011,-0.06861396;0.004019753;-0.04093856,-0.1039726;-0.3726403;-0.005204223,-0.1211196;-0.7154315;0.0633541,-0.1053365;-0.7055528;-0.03332076,-0.004253566;0.3997802;0.009327583,0;0;0,-0.002507904;0.1996711;0.01118737,-0.005004916;0.4995966;0.01322185,0.1098303;0.3659109;0.02973803,0.1431635;0.08849466;0.04787929,0.1970914;-0.179344;-0.01339247,-0.1093369;0.3518704;-0.01808633,-0.1952812;0.1766863;-0.218895,-0.2629974;0.02996735;-0.4475608,0.07454357;0.004876366;-0.02862652,0.07654736;-0.3731459;0.01004064,0.07808318;-0.7146497;0.08667485,0.0926607;-0.704727;-0.01019827,-0.06741682;0.005159593;-0.04275922,-0.1055515;-0.3709647;-0.004336797,-0.1220088;-0.7122725;0.0714134,-0.1050739;-0.7022104;-0.02510445,-0.004428637;0.3996197;0.01529433,7.618149
+0;0;0,-0.003187552;0.199784;0.008729352,-0.005245122;0.4997135;0.005810675,0.1110784;0.3681406;0.01920085,0.1497431;0.09108245;0.03119208,0.1945115;-0.1776664;-0.03338238,-0.1108604;0.3567586;-0.02508357,-0.1837633;0.1959478;-0.2423968,-0.2223107;0.08285619;-0.4956248,0.07347184;0.00572954;-0.03112973,0.07837412;-0.3718129;0.01173794,0.08041082;-0.7153313;0.07875254,0.09379028;-0.7055684;-0.01826011,-0.06861396;0.004019753;-0.04093856,-0.1039726;-0.3726403;-0.005204223,-0.1211196;-0.7154315;0.0633541,-0.1053365;-0.7055528;-0.03332076,-0.004253566;0.3997802;0.009327583,0;0;0,-0.002503752;0.1996696;0.01121616,-0.005054345;0.4995945;0.01336478,0.109781;0.3659423;0.03014007,0.1428788;0.08848968;0.04815586,0.1968314;-0.1793509;-0.01308564,-0.1096049;0.3520871;-0.01752598,-0.1953238;0.1838605;-0.2242918,-0.2621332;0.04038456;-0.4552705,0.07467616;0.004805127;-0.02829101,0.07637736;-0.3732618;0.009951694,0.07791998;-0.7147671;0.08657915,0.0924476;-0.7048401;-0.01030236,-0.06738359;0.005169507;-0.04281037,-0.1056276;-0.3709294;-0.00424907,-0.1221744;-0.7122699;0.07133435,-0.105288;-0.7022039;-0.02519279,-0.004447777;0.3996167;0.01538163,7.640022
+0;0;0,-0.003311296;0.1997786;0.008806442,-0.005589202;0.4997069;0.00604749,0.1107762;0.3681466;0.01955596,0.1490157;0.09103841;0.03175465,0.1936824;-0.1777034;-0.03291924,-0.1105693;0.3565755;-0.02641955,-0.1866406;0.2167138;-0.2567495,-0.2187286;0.09877077;-0.5086617,0.073581;0.00573076;-0.03087063,0.07820467;-0.3718159;0.01199136,0.08025537;-0.7153313;0.07902101,0.09420095;-0.7055745;-0.01791061,-0.06835592;0.004035054;-0.0413665,-0.1042552;-0.3725173;-0.005041126,-0.1213909;-0.7152594;0.06376457,-0.1050453;-0.7053871;-0.03281543,-0.004547056;0.3997734;0.009541906,0;0;0,-0.002503752;0.1996696;0.01121616,-0.005054345;0.4995945;0.01336478,0.109781;0.3659423;0.03014007,0.1428788;0.08848968;0.04815586,0.1968314;-0.1793509;-0.01308564,-0.1096049;0.3520871;-0.01752598,-0.1953238;0.1838605;-0.2242918,-0.2621332;0.04038456;-0.4552705,0.07467616;0.004805127;-0.02829101,0.07637736;-0.3732618;0.009951694,0.07791998;-0.7147671;0.08657915,0.0924476;-0.7048401;-0.01030236,-0.06738359;0.005169507;-0.04281037,-0.1056276;-0.3709294;-0.00424907,-0.1221744;-0.7122699;0.07133435,-0.105288;-0.7022039;-0.02519279,-0.004447777;0.3996167;0.01538163,7.66237
+0;0;0,-0.003311296;0.1997786;0.008806442,-0.005589202;0.4997069;0.00604749,0.1107762;0.3681466;0.01955596,0.1490157;0.09103841;0.03175465,0.1936824;-0.1777034;-0.03291924,-0.1105693;0.3565755;-0.02641955,-0.1866406;0.2167138;-0.2567495,-0.2187286;0.09877077;-0.5086617,0.073581;0.00573076;-0.03087063,0.07820467;-0.3718159;0.01199136,0.08025537;-0.7153313;0.07902101,0.09420095;-0.7055745;-0.01791061,-0.06835592;0.004035054;-0.0413665,-0.1042552;-0.3725173;-0.005041126,-0.1213909;-0.7152594;0.06376457,-0.1050453;-0.7053871;-0.03281543,-0.004547056;0.3997734;0.009541906,0;0;0,-0.002535828;0.1996699;0.01120372,-0.005119885;0.4995946;0.01335122,0.109687;0.3659776;0.0304742,0.1427169;0.08850938;0.04837392,0.1965466;-0.1793884;-0.01272541,-0.1098176;0.3521341;-0.01711367,-0.1940167;0.1913858;-0.2303518,-0.2619917;0.04899503;-0.4616617,0.07474094;0.004783405;-0.02812313,0.07623218;-0.3733001;0.009963751,0.07775979;-0.7148544;0.0863727,0.09226413;-0.7049295;-0.01051186,-0.0673513;0.005183164;-0.0428595,-0.1056791;-0.3708964;-0.004192024,-0.1222432;-0.7122527;0.07131593,-0.1053806;-0.7021891;-0.02521485,-0.004506536;0.3996168;0.01536662,7.673665
+0;0;0,-0.003311296;0.1997786;0.008806442,-0.005589202;0.4997069;0.00604749,0.1107762;0.3681466;0.01955596,0.1490157;0.09103841;0.03175465,0.1936824;-0.1777034;-0.03291924,-0.1105693;0.3565755;-0.02641955,-0.1866406;0.2167138;-0.2567495,-0.2187286;0.09877077;-0.5086617,0.073581;0.00573076;-0.03087063,0.07820467;-0.3718159;0.01199136,0.08025537;-0.7153313;0.07902101,0.09420095;-0.7055745;-0.01791061,-0.06835592;0.004035054;-0.0413665,-0.1042552;-0.3725173;-0.005041126,-0.1213909;-0.7152594;0.06376457,-0.1050453;-0.7053871;-0.03281543,-0.004547056;0.3997734;0.009541906,0;0;0,-0.002535828;0.1996699;0.01120372,-0.005119885;0.4995946;0.01335122,0.109687;0.3659776;0.0304742,0.1427169;0.08850938;0.04837392,0.1965466;-0.1793884;-0.01272541,-0.1098176;0.3521341;-0.01711367,-0.1940167;0.1913858;-0.2303518,-0.2619917;0.04899503;-0.4616617,0.07474094;0.004783405;-0.02812313,0.07623218;-0.3733001;0.009963751,0.07775979;-0.7148544;0.0863727,0.09226413;-0.7049295;-0.01051186,-0.0673513;0.005183164;-0.0428595,-0.1056791;-0.3708964;-0.004192024,-0.1222432;-0.7122527;0.07131593,-0.1053806;-0.7021891;-0.02521485,-0.004506536;0.3996168;0.01536662,7.685555
+0;0;0,-0.003431768;0.1997715;0.008921054,-0.005927749;0.4996986;0.006367903,0.1104695;0.3681513;0.01995895,0.1483667;0.09102061;0.03270241,0.1925891;-0.1778304;-0.03182297,-0.1102829;0.3563879;-0.02761074,-0.18187;0.2215834;-0.262351,-0.220448;0.1004093;-0.5118076,0.07369713;0.005726567;-0.0305931,0.07806884;-0.3718158;0.01233235,0.08014116;-0.715325;0.07939319,0.09462164;-0.7055665;-0.01746032,-0.06812248;0.00408514;-0.04174493,-0.1044782;-0.3723488;-0.004653458,-0.1216184;-0.7150677;0.06426603,-0.1047409;-0.7051903;-0.03222353,-0.004847582;0.3997644;0.009830996,0;0;0,-0.002535828;0.1996699;0.01120372,-0.005119885;0.4995946;0.01335122,0.109687;0.3659776;0.0304742,0.1427169;0.08850938;0.04837392,0.1965466;-0.1793884;-0.01272541,-0.1098176;0.3521341;-0.01711367,-0.1940167;0.1913858;-0.2303518,-0.2619917;0.04899503;-0.4616617,0.07474094;0.004783405;-0.02812313,0.07623218;-0.3733001;0.009963751,0.07775979;-0.7148544;0.0863727,0.09226413;-0.7049295;-0.01051186,-0.0673513;0.005183164;-0.0428595,-0.1056791;-0.3708964;-0.004192024,-0.1222432;-0.7122527;0.07131593,-0.1053806;-0.7021891;-0.02521485,-0.004506536;0.3996168;0.01536662,7.696512
+0;0;0,-0.003431768;0.1997715;0.008921054,-0.005927749;0.4996986;0.006367903,0.1104695;0.3681513;0.01995895,0.1483667;0.09102061;0.03270241,0.1925891;-0.1778304;-0.03182297,-0.1102829;0.3563879;-0.02761074,-0.18187;0.2215834;-0.262351,-0.220448;0.1004093;-0.5118076,0.07369713;0.005726567;-0.0305931,0.07806884;-0.3718158;0.01233235,0.08014116;-0.715325;0.07939319,0.09462164;-0.7055665;-0.01746032,-0.06812248;0.00408514;-0.04174493,-0.1044782;-0.3723488;-0.004653458,-0.1216184;-0.7150677;0.06426603,-0.1047409;-0.7051903;-0.03222353,-0.004847582;0.3997644;0.009830996,0;0;0,-0.002556339;0.1996706;0.01118621,-0.00517935;0.4995952;0.01333827,0.1096433;0.3660333;0.03065502,0.1427112;0.08856586;0.04849694,0.1964447;-0.1793347;-0.01267513,-0.1099348;0.3521403;-0.01686734,-0.193438;0.1935195;-0.2319642,-0.2608963;0.05854766;-0.4678285,0.07480681;0.00476299;-0.02795093,0.07615528;-0.3733459;0.009888569,0.07780906;-0.7149166;0.08622169,0.09228969;-0.7049953;-0.01066565,-0.06733897;0.005183871;-0.04287878,-0.1057246;-0.37088;-0.004116479,-0.1220121;-0.7123058;0.07113732,-0.1051734;-0.7022337;-0.02539941,-0.004539885;0.3996174;0.01534796,7.719312
+0;0;0,-0.003431768;0.1997715;0.008921054,-0.005927749;0.4996986;0.006367903,0.1104695;0.3681513;0.01995895,0.1483667;0.09102061;0.03270241,0.1925891;-0.1778304;-0.03182297,-0.1102829;0.3563879;-0.02761074,-0.18187;0.2215834;-0.262351,-0.220448;0.1004093;-0.5118076,0.07369713;0.005726567;-0.0305931,0.07806884;-0.3718158;0.01233235,0.08014116;-0.715325;0.07939319,0.09462164;-0.7055665;-0.01746032,-0.06812248;0.00408514;-0.04174493,-0.1044782;-0.3723488;-0.004653458,-0.1216184;-0.7150677;0.06426603,-0.1047409;-0.7051903;-0.03222353,-0.004847582;0.3997644;0.009830996,0;0;0,-0.002574202;0.19967;0.01119212,-0.005250802;0.4995943;0.01339069,0.109585;0.3660893;0.03088326,0.1424902;0.08859995;0.04868565,0.1962523;-0.179346;-0.01226196,-0.1100378;0.3521788;-0.01671956,-0.1931943;0.1959836;-0.2337174,-0.2563575;0.08005109;-0.4806386,0.07486434;0.004748513;-0.02779897,0.07605217;-0.3733776;0.009873571,0.07769571;-0.7149547;0.08617809,0.09220378;-0.7050366;-0.01070451,-0.06731756;0.005183745;-0.04291242,-0.1057877;-0.3708646;-0.004083775,-0.1228932;-0.712188;0.07145252,-0.1060193;-0.7021323;-0.02507466,-0.004587583;0.3996162;0.01537319,7.740631
+0;0;0,-0.003651765;0.1997629;0.00902505,-0.006566041;0.499687;0.006786018,0.1098855;0.3680777;0.02052908,0.1474112;0.09090373;0.03342954,0.1919116;-0.1779045;-0.03108265,-0.1099772;0.3561251;-0.02929834,-0.18381;0.2223598;-0.2639376,-0.2179178;0.1368166;-0.5283596,0.07387318;0.005754427;-0.03016023,0.07784627;-0.371778;0.0128922,0.07988397;-0.7153329;0.07971945,0.09513732;-0.7055769;-0.0170148,-0.0678025;0.004122153;-0.04225907,-0.104985;-0.3721386;-0.004242305,-0.1222222;-0.7147833;0.06502187,-0.1045752;-0.7049053;-0.03133003,-0.005396415;0.3997519;0.01019292,0;0;0,-0.002574202;0.19967;0.01119212,-0.005250802;0.4995943;0.01339069,0.109585;0.3660893;0.03088326,0.1424902;0.08859995;0.04868565,0.1962523;-0.179346;-0.01226196,-0.1100378;0.3521788;-0.01671956,-0.1931943;0.1959836;-0.2337174,-0.2563575;0.08005109;-0.4806386,0.07486434;0.004748513;-0.02779897,0.07605217;-0.3733776;0.009873571,0.07769571;-0.7149547;0.08617809,0.09220378;-0.7050366;-0.01070451,-0.06731756;0.005183745;-0.04291242,-0.1057877;-0.3708646;-0.004083775,-0.1228932;-0.712188;0.07145252,-0.1060193;-0.7021323;-0.02507466,-0.004587583;0.3996162;0.01537319,7.752457
+0;0;0,-0.003651765;0.1997629;0.00902505,-0.006566041;0.499687;0.006786018,0.1098855;0.3680777;0.02052908,0.1474112;0.09090373;0.03342954,0.1919116;-0.1779045;-0.03108265,-0.1099772;0.3561251;-0.02929834,-0.18381;0.2223598;-0.2639376,-0.2179178;0.1368166;-0.5283596,0.07387318;0.005754427;-0.03016023,0.07784627;-0.371778;0.0128922,0.07988397;-0.7153329;0.07971945,0.09513732;-0.7055769;-0.0170148,-0.0678025;0.004122153;-0.04225907,-0.104985;-0.3721386;-0.004242305,-0.1222222;-0.7147833;0.06502187,-0.1045752;-0.7049053;-0.03133003,-0.005396415;0.3997519;0.01019292,0;0;0,-0.002574202;0.19967;0.01119212,-0.005250802;0.4995943;0.01339069,0.109585;0.3660893;0.03088326,0.1424902;0.08859995;0.04868565,0.1962523;-0.179346;-0.01226196,-0.1100378;0.3521788;-0.01671956,-0.1931943;0.1959836;-0.2337174,-0.2563575;0.08005109;-0.4806386,0.07486434;0.004748513;-0.02779897,0.07605217;-0.3733776;0.009873571,0.07769571;-0.7149547;0.08617809,0.09220378;-0.7050366;-0.01070451,-0.06731756;0.005183745;-0.04291242,-0.1057877;-0.3708646;-0.004083775,-0.1228932;-0.712188;0.07145252,-0.1060193;-0.7021323;-0.02507466,-0.004587583;0.3996162;0.01537319,7.764098
+0;0;0,-0.003651765;0.1997629;0.00902505,-0.006566041;0.499687;0.006786018,0.1098855;0.3680777;0.02052908,0.1474112;0.09090373;0.03342954,0.1919116;-0.1779045;-0.03108265,-0.1099772;0.3561251;-0.02929834,-0.18381;0.2223598;-0.2639376,-0.2179178;0.1368166;-0.5283596,0.07387318;0.005754427;-0.03016023,0.07784627;-0.371778;0.0128922,0.07988397;-0.7153329;0.07971945,0.09513732;-0.7055769;-0.0170148,-0.0678025;0.004122153;-0.04225907,-0.104985;-0.3721386;-0.004242305,-0.1222222;-0.7147833;0.06502187,-0.1045752;-0.7049053;-0.03133003,-0.005396415;0.3997519;0.01019292,0;0;0,-0.002573901;0.199668;0.01122789,-0.005283173;0.4995918;0.0135602,0.1095809;0.3662273;0.03123479,0.1422438;0.08870405;0.0489547,0.19615;-0.1791248;-0.01237901,-0.1077176;0.3515492;-0.02268589,-0.1946658;0.1972642;-0.2395641,-0.2585948;0.07798591;-0.4846881,0.07491819;0.004676631;-0.02766576,0.07573684;-0.3734258;0.01025272,0.07773897;-0.7150526;0.086326,0.09441087;-0.7052091;-0.01019222,-0.06722808;0.005187386;-0.04305201,-0.1059568;-0.3708134;-0.00402043,-0.123014;-0.712153;0.07145365,-0.1039876;-0.7021596;-0.02465948,-0.004599573;0.3996125;0.01547945,7.786429
+0;0;0,-0.003811338;0.1997558;0.009114861,-0.006989836;0.4996774;0.007025138,0.109537;0.3681477;0.02102792,0.1466905;0.0909304;0.0340734,0.1913006;-0.177912;-0.03022034,-0.1098588;0.3559215;-0.03008023,-0.1852387;0.2236598;-0.2650796,-0.2236499;0.1611673;-0.5353004,0.07399291;0.005748108;-0.02986651,0.07771631;-0.3717898;0.01315974,0.07975413;-0.715337;0.08002609,0.09543467;-0.7055808;-0.0166399,-0.06753158;0.004155633;-0.04268743,-0.1052664;-0.3719862;-0.004042674,-0.122489;-0.7145801;0.06547573,-0.1044174;-0.7047;-0.03079788,-0.005740773;0.3997424;0.01040637,0;0;0,-0.002590687;0.1996662;0.01125564,-0.005387449;0.4995891;0.01371198,0.1097135;0.366072;0.02949979,0.1416146;0.08868706;0.05047356,0.1958077;-0.1791455;-0.01059039,-0.1086339;0.3518214;-0.02056403,-0.1928901;0.2026905;-0.2420609,-0.2569389;0.08290321;-0.4869053,0.07505137;0.004596319;-0.02731601,0.07544794;-0.3735238;0.01043343,0.0776528;-0.7151681;0.086422,0.09297814;-0.7052746;-0.01032955,-0.06718733;0.005203096;-0.04311369,-0.1060455;-0.370754;-0.003791187,-0.1234395;-0.7121484;0.07135759,-0.1057481;-0.7021233;-0.02501676,-0.004659786;0.399609;0.01557087,7.807642
+0;0;0,-0.003811338;0.1997558;0.009114861,-0.006989836;0.4996774;0.007025138,0.109537;0.3681477;0.02102792,0.1466905;0.0909304;0.0340734,0.1913006;-0.177912;-0.03022034,-0.1098588;0.3559215;-0.03008023,-0.1852387;0.2236598;-0.2650796,-0.2236499;0.1611673;-0.5353004,0.07399291;0.005748108;-0.02986651,0.07771631;-0.3717898;0.01315974,0.07975413;-0.715337;0.08002609,0.09543467;-0.7055808;-0.0166399,-0.06753158;0.004155633;-0.04268743,-0.1052664;-0.3719862;-0.004042674,-0.122489;-0.7145801;0.06547573,-0.1044174;-0.7047;-0.03079788,-0.005740773;0.3997424;0.01040637,0;0;0,-0.002590687;0.1996662;0.01125564,-0.005387449;0.4995891;0.01371198,0.1097135;0.366072;0.02949979,0.1416146;0.08868706;0.05047356,0.1958077;-0.1791455;-0.01059039,-0.1086339;0.3518214;-0.02056403,-0.1928901;0.2026905;-0.2420609,-0.2569389;0.08290321;-0.4869053,0.07505137;0.004596319;-0.02731601,0.07544794;-0.3735238;0.01043343,0.0776528;-0.7151681;0.086422,0.09297814;-0.7052746;-0.01032955,-0.06718733;0.005203096;-0.04311369,-0.1060455;-0.370754;-0.003791187,-0.1234395;-0.7121484;0.07135759,-0.1057481;-0.7021233;-0.02501676,-0.004659786;0.399609;0.01557087,7.819702
+0;0;0,-0.003811338;0.1997558;0.009114861,-0.006989836;0.4996774;0.007025138,0.109537;0.3681477;0.02102792,0.1466905;0.0909304;0.0340734,0.1913006;-0.177912;-0.03022034,-0.1098588;0.3559215;-0.03008023,-0.1852387;0.2236598;-0.2650796,-0.2236499;0.1611673;-0.5353004,0.07399291;0.005748108;-0.02986651,0.07771631;-0.3717898;0.01315974,0.07975413;-0.715337;0.08002609,0.09543467;-0.7055808;-0.0166399,-0.06753158;0.004155633;-0.04268743,-0.1052664;-0.3719862;-0.004042674,-0.122489;-0.7145801;0.06547573,-0.1044174;-0.7047;-0.03079788,-0.005740773;0.3997424;0.01040637,0;0;0,-0.002589721;0.1996641;0.0112937,-0.005436487;0.4995858;0.01395329,0.1098072;0.3659624;0.02842307,0.1413109;0.08869871;0.05149586,0.1954828;-0.1790634;-0.009895157,-0.1089745;0.3519767;-0.0196907,-0.1899005;0.2083382;-0.2460068,-0.2556872;0.08847065;-0.4903505,0.07511441;0.004517231;-0.02715548,0.07547235;-0.3736073;0.0105503,0.07753761;-0.7152487;0.08655587,0.09218398;-0.7053266;-0.01030674,-0.06715763;0.005195871;-0.04316082,-0.1060051;-0.3707468;-0.003689256,-0.1233735;-0.7121265;0.07153204,-0.1063586;-0.7020735;-0.02496983,-0.004677824;0.3996043;0.01571863,7.841057
+0;0;0,-0.003953864;0.1997499;0.009185338,-0.007363915;0.4996689;0.007274613,0.1091892;0.3681559;0.02139848,0.146028;0.0909209;0.03495125,0.1902877;-0.1780463;-0.02906246,-0.1098273;0.3558368;-0.03071836,-0.1864337;0.2262036;-0.2667834,-0.2241124;0.1658833;-0.5376003,0.0741055;0.005722106;-0.02959108,0.07748023;-0.3718215;0.01341366,0.07958407;-0.7153561;0.08034299,0.0956066;-0.7055942;-0.01626807,-0.0673347;0.00419934;-0.04299306,-0.1056907;-0.3718417;-0.003981028,-0.122935;-0.7143686;0.06586166,-0.1045229;-0.7044882;-0.03034747,-0.006079351;0.3997334;0.01062707,0;0;0,-0.002589721;0.1996641;0.0112937,-0.005436487;0.4995858;0.01395329,0.1098072;0.3659624;0.02842307,0.1413109;0.08869871;0.05149586,0.1954828;-0.1790634;-0.009895157,-0.1089745;0.3519767;-0.0196907,-0.1899005;0.2083382;-0.2460068,-0.2556872;0.08847065;-0.4903505,0.07511441;0.004517231;-0.02715548,0.07547235;-0.3736073;0.0105503,0.07753761;-0.7152487;0.08655587,0.09218398;-0.7053266;-0.01030674,-0.06715763;0.005195871;-0.04316082,-0.1060051;-0.3707468;-0.003689256,-0.1233735;-0.7121265;0.07153204,-0.1063586;-0.7020735;-0.02496983,-0.004677824;0.3996043;0.01571863,7.853098
+0;0;0,-0.003953864;0.1997499;0.009185338,-0.007363915;0.4996689;0.007274613,0.1091892;0.3681559;0.02139848,0.146028;0.0909209;0.03495125,0.1902877;-0.1780463;-0.02906246,-0.1098273;0.3558368;-0.03071836,-0.1864337;0.2262036;-0.2667834,-0.2241124;0.1658833;-0.5376003,0.0741055;0.005722106;-0.02959108,0.07748023;-0.3718215;0.01341366,0.07958407;-0.7153561;0.08034299,0.0956066;-0.7055942;-0.01626807,-0.0673347;0.00419934;-0.04299306,-0.1056907;-0.3718417;-0.003981028,-0.122935;-0.7143686;0.06586166,-0.1045229;-0.7044882;-0.03034747,-0.006079351;0.3997334;0.01062707,0;0;0,-0.002599479;0.1996634;0.01130384,-0.005485244;0.4995846;0.01401502,0.1098401;0.3658869;0.02768154,0.1412866;0.08873659;0.05215254,0.1953172;-0.1790113;-0.009424902,-0.1092601;0.3520831;-0.01903766,-0.189477;0.2096349;-0.2463563,-0.2477575;0.09364149;-0.4944468,0.07519303;0.004427952;-0.02695181,0.07540971;-0.3736962;0.01075888,0.07739347;-0.7153662;0.08663774,0.09155761;-0.7054284;-0.01029982,-0.06712899;0.005218673;-0.0432026,-0.106188;-0.3706814;-0.003534984,-0.1230666;-0.7120384;0.07190032,-0.1065367;-0.7019703;-0.02468894,-0.004706824;0.3996028;0.01575462,7.874422
+0;0;0,-0.003953864;0.1997499;0.009185338,-0.007363915;0.4996689;0.007274613,0.1091892;0.3681559;0.02139848,0.146028;0.0909209;0.03495125,0.1902877;-0.1780463;-0.02906246,-0.1098273;0.3558368;-0.03071836,-0.1864337;0.2262036;-0.2667834,-0.2241124;0.1658833;-0.5376003,0.0741055;0.005722106;-0.02959108,0.07748023;-0.3718215;0.01341366,0.07958407;-0.7153561;0.08034299,0.0956066;-0.7055942;-0.01626807,-0.0673347;0.00419934;-0.04299306,-0.1056907;-0.3718417;-0.003981028,-0.122935;-0.7143686;0.06586166,-0.1045229;-0.7044882;-0.03034747,-0.006079351;0.3997334;0.01062707,0;0;0,-0.002599479;0.1996634;0.01130384,-0.005485244;0.4995846;0.01401502,0.1098401;0.3658869;0.02768154,0.1412866;0.08873659;0.05215254,0.1953172;-0.1790113;-0.009424902,-0.1092601;0.3520831;-0.01903766,-0.189477;0.2096349;-0.2463563,-0.2477575;0.09364149;-0.4944468,0.07519303;0.004427952;-0.02695181,0.07540971;-0.3736962;0.01075888,0.07739347;-0.7153662;0.08663774,0.09155761;-0.7054284;-0.01029982,-0.06712899;0.005218673;-0.0432026,-0.106188;-0.3706814;-0.003534984,-0.1230666;-0.7120384;0.07190032,-0.1065367;-0.7019703;-0.02468894,-0.004706824;0.3996028;0.01575462,7.886616
+0;0;0,-0.00413273;0.1997422;0.009272849,-0.007790434;0.4996582;0.007555344,0.1087862;0.368185;0.02185417,0.1452602;0.09090444;0.03546133,0.1891692;-0.1782323;-0.02807919,-0.1097528;0.3557654;-0.0315643,-0.1877594;0.2288085;-0.2686232,-0.2241818;0.178338;-0.5416179,0.07422666;0.005687247;-0.02929264,0.07713488;-0.3718638;0.01368123,0.07915027;-0.7153162;0.08103411,0.09561604;-0.7055494;-0.01550344,-0.06709889;0.004257218;-0.04335451,-0.1060809;-0.3716542;-0.003718972,-0.1233921;-0.7141423;0.06629713,-0.104542;-0.704258;-0.02982798,-0.006474118;0.399722;0.0108778,0;0;0,-0.002599479;0.1996634;0.01130384,-0.005485244;0.4995846;0.01401502,0.1098401;0.3658869;0.02768154,0.1412866;0.08873659;0.05215254,0.1953172;-0.1790113;-0.009424902,-0.1092601;0.3520831;-0.01903766,-0.189477;0.2096349;-0.2463563,-0.2477575;0.09364149;-0.4944468,0.07519303;0.004427952;-0.02695181,0.07540971;-0.3736962;0.01075888,0.07739347;-0.7153662;0.08663774,0.09155761;-0.7054284;-0.01029982,-0.06712899;0.005218673;-0.0432026,-0.106188;-0.3706814;-0.003534984,-0.1230666;-0.7120384;0.07190032,-0.1065367;-0.7019703;-0.02468894,-0.004706824;0.3996028;0.01575462,7.897787
+0;0;0,-0.00413273;0.1997422;0.009272849,-0.007790434;0.4996582;0.007555344,0.1087862;0.368185;0.02185417,0.1452602;0.09090444;0.03546133,0.1891692;-0.1782323;-0.02807919,-0.1097528;0.3557654;-0.0315643,-0.1877594;0.2288085;-0.2686232,-0.2241818;0.178338;-0.5416179,0.07422666;0.005687247;-0.02929264,0.07713488;-0.3718638;0.01368123,0.07915027;-0.7153162;0.08103411,0.09561604;-0.7055494;-0.01550344,-0.06709889;0.004257218;-0.04335451,-0.1060809;-0.3716542;-0.003718972,-0.1233921;-0.7141423;0.06629713,-0.104542;-0.704258;-0.02982798,-0.006474118;0.399722;0.0108778,0;0;0,-0.002644376;0.1996626;0.0113074,-0.005562904;0.4995835;0.01402404,0.1097203;0.3660881;0.02874694,0.141315;0.08881304;0.0515576,0.1954963;-0.1788682;-0.01017687,-0.1078204;0.3524427;-0.02369626,-0.190526;0.210688;-0.2505561,-0.2488989;0.09239243;-0.4975353,0.07520742;0.004456807;-0.0269069,0.07533735;-0.3736614;0.01086414,0.07737937;-0.7153684;0.08657515,0.09353541;-0.7055013;-0.01003568,-0.06702212;0.005169473;-0.04337409,-0.1063402;-0.3706818;-0.003500722,-0.1231692;-0.7120541;0.07187666,-0.1046584;-0.7020462;-0.02434012,-0.004770607;0.3996018;0.0157596,7.919686
+0;0;0,-0.00413273;0.1997422;0.009272849,-0.007790434;0.4996582;0.007555344,0.1087862;0.368185;0.02185417,0.1452602;0.09090444;0.03546133,0.1891692;-0.1782323;-0.02807919,-0.1097528;0.3557654;-0.0315643,-0.1877594;0.2288085;-0.2686232,-0.2241818;0.178338;-0.5416179,0.07422666;0.005687247;-0.02929264,0.07713488;-0.3718638;0.01368123,0.07915027;-0.7153162;0.08103411,0.09561604;-0.7055494;-0.01550344,-0.06709889;0.004257218;-0.04335451,-0.1060809;-0.3716542;-0.003718972,-0.1233921;-0.7141423;0.06629713,-0.104542;-0.704258;-0.02982798,-0.006474118;0.399722;0.0108778,0;0;0,-0.002648871;0.1996616;0.01132475,-0.005609543;0.4995818;0.01409949,0.109621;0.3661637;0.02962287,0.1411569;0.08877981;0.05115561,0.1955947;-0.1788108;-0.01074594,-0.1087748;0.3528032;-0.02158706,-0.1877388;0.2138175;-0.2514733,-0.2461789;0.0950199;-0.4981956,0.07526725;0.004472586;-0.02673643,0.07529875;-0.3736582;0.01090756,0.07736078;-0.7153875;0.08651782,0.09308103;-0.7055021;-0.01016866,-0.06698262;0.005184465;-0.04343329,-0.1064983;-0.3706461;-0.003559452,-0.1234041;-0.712001;0.07187924,-0.1053245;-0.7019807;-0.02442207,-0.004795764;0.3995998;0.01580868,7.941296
+0;0;0,-0.004210963;0.1997374;0.009340185,-0.008110886;0.499651;0.007841459,0.1084775;0.3681194;0.02233065,0.1446851;0.09080949;0.03605045,0.1885567;-0.178437;-0.0270495,-0.1095947;0.3555512;-0.03215357,-0.1883789;0.2365591;-0.2730559,-0.2248452;0.1934485;-0.5473034,0.07435828;0.005649062;-0.02896433,0.07708263;-0.3719005;0.01403447,0.07905145;-0.7153319;0.08149558,0.09588397;-0.7055683;-0.01497804,-0.06684028;0.004347825;-0.04374327,-0.106278;-0.3714264;-0.003266543,-0.1235251;-0.713898;0.06684599,-0.1043111;-0.7040098;-0.02920783,-0.006743046;0.3997136;0.01110396,0;0;0,-0.002648871;0.1996616;0.01132475,-0.005609543;0.4995818;0.01409949,0.109621;0.3661637;0.02962287,0.1411569;0.08877981;0.05115561,0.1955947;-0.1788108;-0.01074594,-0.1087748;0.3528032;-0.02158706,-0.1877388;0.2138175;-0.2514733,-0.2461789;0.0950199;-0.4981956,0.07526725;0.004472586;-0.02673643,0.07529875;-0.3736582;0.01090756,0.07736078;-0.7153875;0.08651782,0.09308103;-0.7055021;-0.01016866,-0.06698262;0.005184465;-0.04343329,-0.1064983;-0.3706461;-0.003559452,-0.1234041;-0.712001;0.07187924,-0.1053245;-0.7019807;-0.02442207,-0.004795764;0.3995998;0.01580868,7.953372
+0;0;0,-0.004210963;0.1997374;0.009340185,-0.008110886;0.499651;0.007841459,0.1084775;0.3681194;0.02233065,0.1446851;0.09080949;0.03605045,0.1885567;-0.178437;-0.0270495,-0.1095947;0.3555512;-0.03215357,-0.1883789;0.2365591;-0.2730559,-0.2248452;0.1934485;-0.5473034,0.07435828;0.005649062;-0.02896433,0.07708263;-0.3719005;0.01403447,0.07905145;-0.7153319;0.08149558,0.09588397;-0.7055683;-0.01497804,-0.06684028;0.004347825;-0.04374327,-0.106278;-0.3714264;-0.003266543,-0.1235251;-0.713898;0.06684599,-0.1043111;-0.7040098;-0.02920783,-0.006743046;0.3997136;0.01110396,0;0;0,-0.002648871;0.1996616;0.01132475,-0.005609543;0.4995818;0.01409949,0.109621;0.3661637;0.02962287,0.1411569;0.08877981;0.05115561,0.1955947;-0.1788108;-0.01074594,-0.1087748;0.3528032;-0.02158706,-0.1877388;0.2138175;-0.2514733,-0.2461789;0.0950199;-0.4981956,0.07526725;0.004472586;-0.02673643,0.07529875;-0.3736582;0.01090756,0.07736078;-0.7153875;0.08651782,0.09308103;-0.7055021;-0.01016866,-0.06698262;0.005184465;-0.04343329,-0.1064983;-0.3706461;-0.003559452,-0.1234041;-0.712001;0.07187924,-0.1053245;-0.7019807;-0.02442207,-0.004795764;0.3995998;0.01580868,7.964701
+0;0;0,-0.004210963;0.1997374;0.009340185,-0.008110886;0.499651;0.007841459,0.1084775;0.3681194;0.02233065,0.1446851;0.09080949;0.03605045,0.1885567;-0.178437;-0.0270495,-0.1095947;0.3555512;-0.03215357,-0.1883789;0.2365591;-0.2730559,-0.2248452;0.1934485;-0.5473034,0.07435828;0.005649062;-0.02896433,0.07708263;-0.3719005;0.01403447,0.07905145;-0.7153319;0.08149558,0.09588397;-0.7055683;-0.01497804,-0.06684028;0.004347825;-0.04374327,-0.106278;-0.3714264;-0.003266543,-0.1235251;-0.713898;0.06684599,-0.1043111;-0.7040098;-0.02920783,-0.006743046;0.3997136;0.01110396,0;0;0,-0.002675786;0.199661;0.01132825,-0.005673173;0.499581;0.01411498,0.1096539;0.3660231;0.02856312,0.1408186;0.08874744;0.05195018,0.195136;-0.1788156;-0.01017582,-0.1092423;0.3529395;-0.02057447,-0.1874125;0.2171085;-0.2526076,-0.2433808;0.09703863;-0.4992871,0.07533388;0.004437632;-0.02655398,0.07513434;-0.3737029;0.01099211,0.07713035;-0.7154458;0.08654197,0.0921327;-0.705533;-0.01026422,-0.06694639;0.005192684;-0.04348813,-0.1065765;-0.3706035;-0.003405038,-0.1233174;-0.7120094;0.07183947,-0.1059543;-0.7019675;-0.02459808,-0.004845832;0.3995989;0.01581611,7.986754
+0;0;0,-0.004282279;0.1997333;0.009394278,-0.008377386;0.4996447;0.008053047,0.1082123;0.3680283;0.02272221,0.144227;0.09069967;0.03656995,0.1881592;-0.1784747;-0.02679491,-0.1094201;0.3553811;-0.03274755,-0.1884359;0.246921;-0.2784972,-0.2259434;0.2067589;-0.5530518,0.07447133;0.005684621;-0.02866542,0.07707515;-0.371869;0.01430501,0.07870815;-0.7153155;0.08169861,0.09588488;-0.7055501;-0.01471468,-0.06657464;0.004318092;-0.04414941,-0.1067369;-0.3713612;-0.00350336,-0.1234784;-0.7137347;0.06720762,-0.1039298;-0.7038492;-0.02877814,-0.006963271;0.3997065;0.01127359,0;0;0,-0.002675786;0.199661;0.01132825,-0.005673173;0.499581;0.01411498,0.1096539;0.3660231;0.02856312,0.1408186;0.08874744;0.05195018,0.195136;-0.1788156;-0.01017582,-0.1092423;0.3529395;-0.02057447,-0.1874125;0.2171085;-0.2526076,-0.2433808;0.09703863;-0.4992871,0.07533388;0.004437632;-0.02655398,0.07513434;-0.3737029;0.01099211,0.07713035;-0.7154458;0.08654197,0.0921327;-0.705533;-0.01026422,-0.06694639;0.005192684;-0.04348813,-0.1065765;-0.3706035;-0.003405038,-0.1233174;-0.7120094;0.07183947,-0.1059543;-0.7019675;-0.02459808,-0.004845832;0.3995989;0.01581611,7.998038
+0;0;0,-0.004282279;0.1997333;0.009394278,-0.008377386;0.4996447;0.008053047,0.1082123;0.3680283;0.02272221,0.144227;0.09069967;0.03656995,0.1881592;-0.1784747;-0.02679491,-0.1094201;0.3553811;-0.03274755,-0.1884359;0.246921;-0.2784972,-0.2259434;0.2067589;-0.5530518,0.07447133;0.005684621;-0.02866542,0.07707515;-0.371869;0.01430501,0.07870815;-0.7153155;0.08169861,0.09588488;-0.7055501;-0.01471468,-0.06657464;0.004318092;-0.04414941,-0.1067369;-0.3713612;-0.00350336,-0.1234784;-0.7137347;0.06720762,-0.1039298;-0.7038492;-0.02877814,-0.006963271;0.3997065;0.01127359,0;0;0,-0.002682178;0.1996591;0.01136051,-0.005724126;0.4995779;0.01428605,0.1096896;0.3659438;0.02790446,0.1406619;0.08876115;0.05261227,0.1949248;-0.1787831;-0.009641923,-0.1090975;0.352975;-0.02099869,-0.1871022;0.2182551;-0.2537342,-0.2435874;0.1468883;-0.5185288,0.07536827;0.004394219;-0.02646347,0.07504397;-0.3737162;0.01138327,0.0770651;-0.7155016;0.08674017,0.09198532;-0.7055812;-0.01008027,-0.06691571;0.005210208;-0.04353323,-0.1066039;-0.3705686;-0.003344987,-0.1233731;-0.7119762;0.07188603,-0.1060913;-0.7019269;-0.02456761,-0.004870917;0.399595;0.01592556,8.00885
+0;0;0,-0.004282279;0.1997333;0.009394278,-0.008377386;0.4996447;0.008053047,0.1082123;0.3680283;0.02272221,0.144227;0.09069967;0.03656995,0.1881592;-0.1784747;-0.02679491,-0.1094201;0.3553811;-0.03274755,-0.1884359;0.246921;-0.2784972,-0.2259434;0.2067589;-0.5530518,0.07447133;0.005684621;-0.02866542,0.07707515;-0.371869;0.01430501,0.07870815;-0.7153155;0.08169861,0.09588488;-0.7055501;-0.01471468,-0.06657464;0.004318092;-0.04414941,-0.1067369;-0.3713612;-0.00350336,-0.1234784;-0.7137347;0.06720762,-0.1039298;-0.7038492;-0.02877814,-0.006963271;0.3997065;0.01127359,0;0;0,-0.002682178;0.1996591;0.01136051,-0.005724126;0.4995779;0.01428605,0.1096896;0.3659438;0.02790446,0.1406619;0.08876115;0.05261227,0.1949248;-0.1787831;-0.009641923,-0.1090975;0.352975;-0.02099869,-0.1871022;0.2182551;-0.2537342,-0.2435874;0.1468883;-0.5185288,0.07536827;0.004394219;-0.02646347,0.07504397;-0.3737162;0.01138327,0.0770651;-0.7155016;0.08674017,0.09198532;-0.7055812;-0.01008027,-0.06691571;0.005210208;-0.04353323,-0.1066039;-0.3705686;-0.003344987,-0.1233731;-0.7119762;0.07188603,-0.1060913;-0.7019269;-0.02456761,-0.004870917;0.399595;0.01592556,8.031595
+0;0;0,-0.004448716;0.1997261;0.009471836,-0.008783977;0.4996338;0.008278347,0.1078463;0.3680461;0.0231997,0.1435216;0.0906812;0.03719859,0.1871849;-0.1786129;-0.02584282,-0.1095067;0.355318;-0.03309631,-0.1891547;0.2568855;-0.2828307,-0.2259575;0.2293501;-0.5590323,0.07457876;0.005676311;-0.0283864,0.07687176;-0.3718787;0.01459011,0.07842358;-0.7153429;0.0818947,0.09587415;-0.7055742;-0.0144701,-0.06643143;0.004328739;-0.04436358,-0.1075924;-0.3712185;-0.003497656,-0.1238785;-0.7135397;0.06757258,-0.1040592;-0.7036479;-0.02835894,-0.00730899;0.3996956;0.01147114,0;0;0,-0.002698565;0.1996574;0.01138734,-0.005839338;0.4995744;0.01444764,0.1095247;0.3660958;0.0293264,0.1406044;0.08873525;0.05180331,0.1949908;-0.1787812;-0.01046292,-0.1089891;0.3529916;-0.02140767,-0.1865307;0.2206144;-0.2556374,-0.2383222;0.1333154;-0.5165905,0.07540636;0.00439015;-0.02635541,0.07502006;-0.3737187;0.01150651,0.0770765;-0.7155352;0.08672159,0.09262761;-0.7056331;-0.009995714,-0.06683557;0.005209749;-0.04365621,-0.1069983;-0.3705278;-0.003553391,-0.1235057;-0.7119575;0.07163516,-0.1055972;-0.7019265;-0.02470032,-0.004935788;0.399591;0.01602764,8.042316
+0;0;0,-0.004448716;0.1997261;0.009471836,-0.008783977;0.4996338;0.008278347,0.1078463;0.3680461;0.0231997,0.1435216;0.0906812;0.03719859,0.1871849;-0.1786129;-0.02584282,-0.1095067;0.355318;-0.03309631,-0.1891547;0.2568855;-0.2828307,-0.2259575;0.2293501;-0.5590323,0.07457876;0.005676311;-0.0283864,0.07687176;-0.3718787;0.01459011,0.07842358;-0.7153429;0.0818947,0.09587415;-0.7055742;-0.0144701,-0.06643143;0.004328739;-0.04436358,-0.1075924;-0.3712185;-0.003497656,-0.1238785;-0.7135397;0.06757258,-0.1040592;-0.7036479;-0.02835894,-0.00730899;0.3996956;0.01147114,0;0;0,-0.002698565;0.1996574;0.01138734,-0.005839338;0.4995744;0.01444764,0.1095247;0.3660958;0.0293264,0.1406044;0.08873525;0.05180331,0.1949908;-0.1787812;-0.01046292,-0.1089891;0.3529916;-0.02140767,-0.1865307;0.2206144;-0.2556374,-0.2383222;0.1333154;-0.5165905,0.07540636;0.00439015;-0.02635541,0.07502006;-0.3737187;0.01150651,0.0770765;-0.7155352;0.08672159,0.09262761;-0.7056331;-0.009995714,-0.06683557;0.005209749;-0.04365621,-0.1069983;-0.3705278;-0.003553391,-0.1235057;-0.7119575;0.07163516,-0.1055972;-0.7019265;-0.02470032,-0.004935788;0.399591;0.01602764,8.054256
+0;0;0,-0.004448716;0.1997261;0.009471836,-0.008783977;0.4996338;0.008278347,0.1078463;0.3680461;0.0231997,0.1435216;0.0906812;0.03719859,0.1871849;-0.1786129;-0.02584282,-0.1095067;0.355318;-0.03309631,-0.1891547;0.2568855;-0.2828307,-0.2259575;0.2293501;-0.5590323,0.07457876;0.005676311;-0.0283864,0.07687176;-0.3718787;0.01459011,0.07842358;-0.7153429;0.0818947,0.09587415;-0.7055742;-0.0144701,-0.06643143;0.004328739;-0.04436358,-0.1075924;-0.3712185;-0.003497656,-0.1238785;-0.7135397;0.06757258,-0.1040592;-0.7036479;-0.02835894,-0.00730899;0.3996956;0.01147114,0;0;0,-0.002727312;0.1996561;0.01140212,-0.005906341;0.4995726;0.01449665,0.109563;0.3659986;0.02830766,0.1403856;0.08874896;0.05244505,0.1949535;-0.1787263;-0.009839151,-0.1088822;0.3530418;-0.02187581,-0.185858;0.2240287;-0.2581603,-0.2380016;0.135294;-0.5185584,0.0754602;0.004381376;-0.02620232,0.07497643;-0.3737469;0.01146426,0.07712673;-0.7156013;0.08650381,0.09248581;-0.7056915;-0.01024579,-0.06673184;0.005163624;-0.04382006,-0.1071057;-0.3705254;-0.003474955,-0.1233567;-0.7119877;0.07162084,-0.1056404;-0.7019494;-0.02475171,-0.004986849;0.3995891;0.01605988,8.075461
+0;0;0,-0.004581656;0.1997166;0.009607094,-0.009135108;0.499621;0.008613488,0.1075379;0.3680215;0.02359651,0.1429204;0.09063041;0.0378176,0.186801;-0.1786237;-0.02524337,-0.109586;0.3553191;-0.03331355,-0.1881481;0.2656723;-0.2866738,-0.2175323;0.2457892;-0.5644169,0.07470068;0.005682667;-0.02806271,0.0767798;-0.3718806;0.01485146,0.07828998;-0.7153041;0.08236464,0.09595068;-0.705528;-0.01396342,-0.06630459;0.004318373;-0.04455392,-0.1077407;-0.3711262;-0.003027614,-0.1239946;-0.7134201;0.06818114,-0.1039689;-0.7035215;-0.02770893,-0.007603066;0.3996822;0.01175747,0;0;0,-0.002727312;0.1996561;0.01140212,-0.005906341;0.4995726;0.01449665,0.109563;0.3659986;0.02830766,0.1403856;0.08874896;0.05244505,0.1949535;-0.1787263;-0.009839151,-0.1088822;0.3530418;-0.02187581,-0.185858;0.2240287;-0.2581603,-0.2380016;0.135294;-0.5185584,0.0754602;0.004381376;-0.02620232,0.07497643;-0.3737469;0.01146426,0.07712673;-0.7156013;0.08650381,0.09248581;-0.7056915;-0.01024579,-0.06673184;0.005163624;-0.04382006,-0.1071057;-0.3705254;-0.003474955,-0.1233567;-0.7119877;0.07162084,-0.1056404;-0.7019494;-0.02475171,-0.004986849;0.3995891;0.01605988,8.08747
+0;0;0,-0.004581656;0.1997166;0.009607094,-0.009135108;0.499621;0.008613488,0.1075379;0.3680215;0.02359651,0.1429204;0.09063041;0.0378176,0.186801;-0.1786237;-0.02524337,-0.109586;0.3553191;-0.03331355,-0.1881481;0.2656723;-0.2866738,-0.2175323;0.2457892;-0.5644169,0.07470068;0.005682667;-0.02806271,0.0767798;-0.3718806;0.01485146,0.07828998;-0.7153041;0.08236464,0.09595068;-0.705528;-0.01396342,-0.06630459;0.004318373;-0.04455392,-0.1077407;-0.3711262;-0.003027614,-0.1239946;-0.7134201;0.06818114,-0.1039689;-0.7035215;-0.02770893,-0.007603066;0.3996822;0.01175747,0;0;0,-0.002753518;0.1996539;0.01143389,-0.006024261;0.4995687;0.01465189,0.1094239;0.3662319;0.02961964,0.1405493;0.08885488;0.05182754,0.1949258;-0.1786463;-0.01051296,-0.1088266;0.3530575;-0.02214861,-0.1846188;0.2289809;-0.2614403,-0.2363977;0.1393633;-0.5216088,0.0754818;0.004405179;-0.02613602,0.07498199;-0.3737319;0.01144199,0.07709371;-0.7155647;0.08658099,0.09299521;-0.7056647;-0.0100789,-0.06663875;0.005195893;-0.04395771,-0.1074844;-0.3704277;-0.003479026,-0.1234858;-0.7119125;0.07156857,-0.1052307;-0.7018845;-0.02470121,-0.005059552;0.3995848;0.01616086,8.108914
+0;0;0,-0.004581656;0.1997166;0.009607094,-0.009135108;0.499621;0.008613488,0.1075379;0.3680215;0.02359651,0.1429204;0.09063041;0.0378176,0.186801;-0.1786237;-0.02524337,-0.109586;0.3553191;-0.03331355,-0.1881481;0.2656723;-0.2866738,-0.2175323;0.2457892;-0.5644169,0.07470068;0.005682667;-0.02806271,0.0767798;-0.3718806;0.01485146,0.07828998;-0.7153041;0.08236464,0.09595068;-0.705528;-0.01396342,-0.06630459;0.004318373;-0.04455392,-0.1077407;-0.3711262;-0.003027614,-0.1239946;-0.7134201;0.06818114,-0.1039689;-0.7035215;-0.02770893,-0.007603066;0.3996822;0.01175747,0;0;0,-0.002753518;0.1996539;0.01143389,-0.006024261;0.4995687;0.01465189,0.1094239;0.3662319;0.02961964,0.1405493;0.08885488;0.05182754,0.1949258;-0.1786463;-0.01051296,-0.1088266;0.3530575;-0.02214861,-0.1846188;0.2289809;-0.2614403,-0.2363977;0.1393633;-0.5216088,0.0754818;0.004405179;-0.02613602,0.07498199;-0.3737319;0.01144199,0.07709371;-0.7155647;0.08658099,0.09299521;-0.7056647;-0.0100789,-0.06663875;0.005195893;-0.04395771,-0.1074844;-0.3704277;-0.003479026,-0.1234858;-0.7119125;0.07156857,-0.1052307;-0.7018845;-0.02470121,-0.005059552;0.3995848;0.01616086,8.12073
+0;0;0,-0.004680634;0.1997101;0.00969352,-0.009499671;0.4996112;0.008969136,0.107214;0.3680125;0.02409053,0.1422269;0.0905773;0.03836652,0.1864088;-0.178643;-0.02462861,-0.1099432;0.3556519;-0.03325745,-0.1873692;0.2700778;-0.2883698,-0.2172952;0.2482702;-0.5659105,0.07485991;0.005674977;-0.02763673,0.0767204;-0.3719009;0.01517609,0.07816973;-0.7152742;0.08294564,0.09597273;-0.7054858;-0.0133588,-0.06612999;0.004349613;-0.04480965,-0.1077248;-0.3710132;-0.00270709,-0.1241047;-0.7132077;0.06894885,-0.1039385;-0.7032955;-0.02691463,-0.007903996;0.3996706;0.01202339,0;0;0,-0.002753518;0.1996539;0.01143389,-0.006024261;0.4995687;0.01465189,0.1094239;0.3662319;0.02961964,0.1405493;0.08885488;0.05182754,0.1949258;-0.1786463;-0.01051296,-0.1088266;0.3530575;-0.02214861,-0.1846188;0.2289809;-0.2614403,-0.2363977;0.1393633;-0.5216088,0.0754818;0.004405179;-0.02613602,0.07498199;-0.3737319;0.01144199,0.07709371;-0.7155647;0.08658099,0.09299521;-0.7056647;-0.0100789,-0.06663875;0.005195893;-0.04395771,-0.1074844;-0.3704277;-0.003479026,-0.1234858;-0.7119125;0.07156857,-0.1052307;-0.7018845;-0.02470121,-0.005059552;0.3995848;0.01616086,8.132524
+0;0;0,-0.004680634;0.1997101;0.00969352,-0.009499671;0.4996112;0.008969136,0.107214;0.3680125;0.02409053,0.1422269;0.0905773;0.03836652,0.1864088;-0.178643;-0.02462861,-0.1099432;0.3556519;-0.03325745,-0.1873692;0.2700778;-0.2883698,-0.2172952;0.2482702;-0.5659105,0.07485991;0.005674977;-0.02763673,0.0767204;-0.3719009;0.01517609,0.07816973;-0.7152742;0.08294564,0.09597273;-0.7054858;-0.0133588,-0.06612999;0.004349613;-0.04480965,-0.1077248;-0.3710132;-0.00270709,-0.1241047;-0.7132077;0.06894885,-0.1039385;-0.7032955;-0.02691463,-0.007903996;0.3996706;0.01202339,0;0;0,-0.002768479;0.1996514;0.01147434,-0.006152174;0.4995633;0.01489588,0.1094112;0.3659871;0.02862363,0.1401752;0.08872575;0.05270113,0.1947531;-0.1786281;-0.01009384,-0.108738;0.3531052;-0.0224881,-0.183877;0.2328802;-0.2639422,-0.2356837;0.1427757;-0.5239369,0.07551952;0.004429387;-0.02602273,0.07495292;-0.3737178;0.01145213,0.07710349;-0.7155558;0.08656682,0.0927838;-0.7056411;-0.01013224,-0.06657095;0.005170078;-0.04406335,-0.1077426;-0.3703914;-0.003338851,-0.1233953;-0.7118949;0.07169702,-0.1053609;-0.7018502;-0.02461781,-0.00513236;0.3995787;0.01632008,8.154086
+0;0;0,-0.004680634;0.1997101;0.00969352,-0.009499671;0.4996112;0.008969136,0.107214;0.3680125;0.02409053,0.1422269;0.0905773;0.03836652,0.1864088;-0.178643;-0.02462861,-0.1099432;0.3556519;-0.03325745,-0.1873692;0.2700778;-0.2883698,-0.2172952;0.2482702;-0.5659105,0.07485991;0.005674977;-0.02763673,0.0767204;-0.3719009;0.01517609,0.07816973;-0.7152742;0.08294564,0.09597273;-0.7054858;-0.0133588,-0.06612999;0.004349613;-0.04480965,-0.1077248;-0.3710132;-0.00270709,-0.1241047;-0.7132077;0.06894885,-0.1039385;-0.7032955;-0.02691463,-0.007903996;0.3996706;0.01202339,0;0;0,-0.002804282;0.1996475;0.01153264,-0.00631659;0.4995564;0.01516959,0.1092418;0.3661737;0.02991473,0.1404348;0.08879662;0.05202673,0.1949501;-0.1785505;-0.01085085,-0.1086994;0.3531961;-0.02279831,-0.1827593;0.2366896;-0.2663992,-0.2332972;0.1496741;-0.5276926,0.07554054;0.004411311;-0.02596473,0.07498866;-0.3737456;0.01141255,0.07713343;-0.7155743;0.08656932,0.09336492;-0.7056684;-0.01003692,-0.06639694;0.005236301;-0.04431733,-0.1077254;-0.3702742;-0.003282767,-0.1234041;-0.7117604;0.07182631,-0.1048213;-0.7017215;-0.02438304,-0.005233487;0.3995711;0.01649741,8.176139
+0;0;0,-0.004746404;0.1997035;0.009796855,-0.009761583;0.4996017;0.009336413,0.106961;0.3679733;0.02457761,0.1417235;0.09051144;0.03894774,0.1861495;-0.1786982;-0.02392098,-0.1101977;0.3560264;-0.0332769,-0.1867771;0.2771838;-0.2908025,-0.2190958;0.2444367;-0.5669966,0.07500501;0.005623547;-0.02725112,0.07660858;-0.3719618;0.01548911,0.07804996;-0.7153193;0.08333845,0.09602176;-0.7055193;-0.0129371,-0.06589469;0.00442015;-0.04514812,-0.1075988;-0.3708457;-0.002296187,-0.1241569;-0.7130207;0.06941225,-0.1038236;-0.703094;-0.02641895,-0.008127825;0.3996592;0.01230717,0;0;0,-0.002804282;0.1996475;0.01153264,-0.00631659;0.4995564;0.01516959,0.1092418;0.3661737;0.02991473,0.1404348;0.08879662;0.05202673,0.1949501;-0.1785505;-0.01085085,-0.1086994;0.3531961;-0.02279831,-0.1827593;0.2366896;-0.2663992,-0.2332972;0.1496741;-0.5276926,0.07554054;0.004411311;-0.02596473,0.07498866;-0.3737456;0.01141255,0.07713343;-0.7155743;0.08656932,0.09336492;-0.7056684;-0.01003692,-0.06639694;0.005236301;-0.04431733,-0.1077254;-0.3702742;-0.003282767,-0.1234041;-0.7117604;0.07182631,-0.1048213;-0.7017215;-0.02438304,-0.005233487;0.3995711;0.01649741,8.187912
+0;0;0,-0.004746404;0.1997035;0.009796855,-0.009761583;0.4996017;0.009336413,0.106961;0.3679733;0.02457761,0.1417235;0.09051144;0.03894774,0.1861495;-0.1786982;-0.02392098,-0.1101977;0.3560264;-0.0332769,-0.1867771;0.2771838;-0.2908025,-0.2190958;0.2444367;-0.5669966,0.07500501;0.005623547;-0.02725112,0.07660858;-0.3719618;0.01548911,0.07804996;-0.7153193;0.08333845,0.09602176;-0.7055193;-0.0129371,-0.06589469;0.00442015;-0.04514812,-0.1075988;-0.3708457;-0.002296187,-0.1241569;-0.7130207;0.06941225,-0.1038236;-0.703094;-0.02641895,-0.008127825;0.3996592;0.01230717,0;0;0,-0.002804282;0.1996475;0.01153264,-0.00631659;0.4995564;0.01516959,0.1092418;0.3661737;0.02991473,0.1404348;0.08879662;0.05202673,0.1949501;-0.1785505;-0.01085085,-0.1086994;0.3531961;-0.02279831,-0.1827593;0.2366896;-0.2663992,-0.2332972;0.1496741;-0.5276926,0.07554054;0.004411311;-0.02596473,0.07498866;-0.3737456;0.01141255,0.07713343;-0.7155743;0.08656932,0.09336492;-0.7056684;-0.01003692,-0.06639694;0.005236301;-0.04431733,-0.1077254;-0.3702742;-0.003282767,-0.1234041;-0.7117604;0.07182631,-0.1048213;-0.7017215;-0.02438304,-0.005233487;0.3995711;0.01649741,8.199293
+0;0;0,-0.004746404;0.1997035;0.009796855,-0.009761583;0.4996017;0.009336413,0.106961;0.3679733;0.02457761,0.1417235;0.09051144;0.03894774,0.1861495;-0.1786982;-0.02392098,-0.1101977;0.3560264;-0.0332769,-0.1867771;0.2771838;-0.2908025,-0.2190958;0.2444367;-0.5669966,0.07500501;0.005623547;-0.02725112,0.07660858;-0.3719618;0.01548911,0.07804996;-0.7153193;0.08333845,0.09602176;-0.7055193;-0.0129371,-0.06589469;0.00442015;-0.04514812,-0.1075988;-0.3708457;-0.002296187,-0.1241569;-0.7130207;0.06941225,-0.1038236;-0.703094;-0.02641895,-0.008127825;0.3996592;0.01230717,0;0;0,-0.002881139;0.1996457;0.01154529,-0.006537881;0.4995528;0.0151814,0.1090395;0.3663364;0.03072469,0.140463;0.08888248;0.05150658,0.1949936;-0.1784755;-0.0113118,-0.1087274;0.353171;-0.02308908,-0.1823732;0.2401683;-0.2684596,-0.230548;0.1553979;-0.5309347,0.07556353;0.004405983;-0.02589866,0.07494889;-0.373754;0.01144679,0.07707311;-0.7156081;0.08648828,0.09368017;-0.7057127;-0.01005193,-0.06626935;0.005286929;-0.04450192,-0.1078321;-0.3701737;-0.003248394,-0.1235202;-0.7116622;0.07184821,-0.1045648;-0.7016336;-0.02428626,-0.005387954;0.3995683;0.01651202,8.221068
+0;0;0,-0.004757375;0.1996997;0.009869074,-0.0098726;0.4995963;0.009565077,0.1068205;0.3679131;0.02507826,0.1410387;0.09036809;0.03914479,0.1855007;-0.1789404;-0.02327364,-0.110336;0.3565253;-0.03347164,-0.1868208;0.2803937;-0.2918397,-0.219494;0.2459055;-0.56778,0.07508724;0.005545635;-0.0270398,0.0765964;-0.3720448;0.01565822,0.07809091;-0.7153944;0.08354643,0.0962913;-0.7055919;-0.01268668,-0.06583488;0.004494115;-0.04522799,-0.1076369;-0.3707333;-0.002135202,-0.1239763;-0.7128773;0.06977104,-0.1034189;-0.7029505;-0.02601233,-0.008218855;0.3996526;0.01248623,0;0;0,-0.002881139;0.1996457;0.01154529,-0.006537881;0.4995528;0.0151814,0.1090395;0.3663364;0.03072469,0.140463;0.08888248;0.05150658,0.1949936;-0.1784755;-0.0113118,-0.1087274;0.353171;-0.02308908,-0.1823732;0.2401683;-0.2684596,-0.230548;0.1553979;-0.5309347,0.07556353;0.004405983;-0.02589866,0.07494889;-0.373754;0.01144679,0.07707311;-0.7156081;0.08648828,0.09368017;-0.7057127;-0.01005193,-0.06626935;0.005286929;-0.04450192,-0.1078321;-0.3701737;-0.003248394,-0.1235202;-0.7116622;0.07184821,-0.1045648;-0.7016336;-0.02428626,-0.005387954;0.3995683;0.01651202,8.232439
+0;0;0,-0.004757375;0.1996997;0.009869074,-0.0098726;0.4995963;0.009565077,0.1068205;0.3679131;0.02507826,0.1410387;0.09036809;0.03914479,0.1855007;-0.1789404;-0.02327364,-0.110336;0.3565253;-0.03347164,-0.1868208;0.2803937;-0.2918397,-0.219494;0.2459055;-0.56778,0.07508724;0.005545635;-0.0270398,0.0765964;-0.3720448;0.01565822,0.07809091;-0.7153944;0.08354643,0.0962913;-0.7055919;-0.01268668,-0.06583488;0.004494115;-0.04522799,-0.1076369;-0.3707333;-0.002135202,-0.1239763;-0.7128773;0.06977104,-0.1034189;-0.7029505;-0.02601233,-0.008218855;0.3996526;0.01248623,0;0;0,-0.002959867;0.1996406;0.01161383,-0.006741663;0.4995447;0.0154044,0.1088218;0.3662837;0.0313052,0.1403781;0.08879045;0.05134709,0.1956273;-0.1784145;-0.01149422,-0.1087415;0.3531702;-0.02329451,-0.1815227;0.2433672;-0.2703698,-0.2284806;0.1593431;-0.5333049,0.07560466;0.004411699;-0.02577736,0.07487296;-0.3737552;0.01149581,0.07699224;-0.715627;0.08645713,0.09387749;-0.7057307;-0.01003498,-0.06612845;0.005323397;-0.04470671,-0.1078373;-0.3700688;-0.002981119,-0.123604;-0.7115692;0.07204517,-0.1043725;-0.7015393;-0.02403472,-0.005539859;0.3995599;0.01667304,8.243145
+0;0;0,-0.004757375;0.1996997;0.009869074,-0.0098726;0.4995963;0.009565077,0.1068205;0.3679131;0.02507826,0.1410387;0.09036809;0.03914479,0.1855007;-0.1789404;-0.02327364,-0.110336;0.3565253;-0.03347164,-0.1868208;0.2803937;-0.2918397,-0.219494;0.2459055;-0.56778,0.07508724;0.005545635;-0.0270398,0.0765964;-0.3720448;0.01565822,0.07809091;-0.7153944;0.08354643,0.0962913;-0.7055919;-0.01268668,-0.06583488;0.004494115;-0.04522799,-0.1076369;-0.3707333;-0.002135202,-0.1239763;-0.7128773;0.06977104,-0.1034189;-0.7029505;-0.02601233,-0.008218855;0.3996526;0.01248623,0;0;0,-0.002959867;0.1996406;0.01161383,-0.006741663;0.4995447;0.0154044,0.1088218;0.3662837;0.0313052,0.1403781;0.08879045;0.05134709,0.1956273;-0.1784145;-0.01149422,-0.1087415;0.3531702;-0.02329451,-0.1815227;0.2433672;-0.2703698,-0.2284806;0.1593431;-0.5333049,0.07560466;0.004411699;-0.02577736,0.07487296;-0.3737552;0.01149581,0.07699224;-0.715627;0.08645713,0.09387749;-0.7057307;-0.01003498,-0.06612845;0.005323397;-0.04470671,-0.1078373;-0.3700688;-0.002981119,-0.123604;-0.7115692;0.07204517,-0.1043725;-0.7015393;-0.02403472,-0.005539859;0.3995599;0.01667304,8.265843
+0;0;0,-0.004733574;0.1996944;0.009987938,-0.009915254;0.49959;0.00991313,0.1067621;0.3678568;0.02546366,0.1408419;0.0902966;0.03956746,0.1853123;-0.1790334;-0.02275226,-0.1103105;0.3570417;-0.03381654,-0.1870256;0.2846127;-0.2931789,-0.2196333;0.2551909;-0.569713,0.07521678;0.005494384;-0.02668797,0.07680739;-0.3721234;0.01576513,0.07824928;-0.7154161;0.08394203,0.09669954;-0.7056131;-0.01224357,-0.06573606;0.004562141;-0.0453647,-0.1074507;-0.3706272;-0.001858003,-0.1238204;-0.7127166;0.07030033,-0.1030136;-0.7027832;-0.02543058,-0.008251136;0.3996443;0.01275491,0;0;0,-0.003090876;0.1996323;0.01172068,-0.006952632;0.4995348;0.0155609,0.1086074;0.3663389;0.0318375,0.1401942;0.08880022;0.05119079,0.1959219;-0.1782147;-0.01203471,-0.1088418;0.3532898;-0.0235153,-0.18126;0.2497966;-0.2734048,-0.2266279;0.1626868;-0.535614,0.07565072;0.004368624;-0.02564925,0.07488767;-0.3738086;0.0115174,0.077091;-0.7157008;0.08638316,0.09423172;-0.7058081;-0.01006317,-0.0659321;0.005371525;-0.04499004,-0.1079853;-0.3699241;-0.002743769,-0.1237664;-0.7114174;0.07231119,-0.1042788;-0.7013859;-0.02371743,-0.005722215;0.3995502;0.0168125,8.288305
+0;0;0,-0.004733574;0.1996944;0.009987938,-0.009915254;0.49959;0.00991313,0.1067621;0.3678568;0.02546366,0.1408419;0.0902966;0.03956746,0.1853123;-0.1790334;-0.02275226,-0.1103105;0.3570417;-0.03381654,-0.1870256;0.2846127;-0.2931789,-0.2196333;0.2551909;-0.569713,0.07521678;0.005494384;-0.02668797,0.07680739;-0.3721234;0.01576513,0.07824928;-0.7154161;0.08394203,0.09669954;-0.7056131;-0.01224357,-0.06573606;0.004562141;-0.0453647,-0.1074507;-0.3706272;-0.001858003,-0.1238204;-0.7127166;0.07030033,-0.1030136;-0.7027832;-0.02543058,-0.008251136;0.3996443;0.01275491,0;0;0,-0.003090876;0.1996323;0.01172068,-0.006952632;0.4995348;0.0155609,0.1086074;0.3663389;0.0318375,0.1401942;0.08880022;0.05119079,0.1959219;-0.1782147;-0.01203471,-0.1088418;0.3532898;-0.0235153,-0.18126;0.2497966;-0.2734048,-0.2266279;0.1626868;-0.535614,0.07565072;0.004368624;-0.02564925,0.07488767;-0.3738086;0.0115174,0.077091;-0.7157008;0.08638316,0.09423172;-0.7058081;-0.01006317,-0.0659321;0.005371525;-0.04499004,-0.1079853;-0.3699241;-0.002743769,-0.1237664;-0.7114174;0.07231119,-0.1042788;-0.7013859;-0.02371743,-0.005722215;0.3995502;0.0168125,8.299344
+0;0;0,-0.004733574;0.1996944;0.009987938,-0.009915254;0.49959;0.00991313,0.1067621;0.3678568;0.02546366,0.1408419;0.0902966;0.03956746,0.1853123;-0.1790334;-0.02275226,-0.1103105;0.3570417;-0.03381654,-0.1870256;0.2846127;-0.2931789,-0.2196333;0.2551909;-0.569713,0.07521678;0.005494384;-0.02668797,0.07680739;-0.3721234;0.01576513,0.07824928;-0.7154161;0.08394203,0.09669954;-0.7056131;-0.01224357,-0.06573606;0.004562141;-0.0453647,-0.1074507;-0.3706272;-0.001858003,-0.1238204;-0.7127166;0.07030033,-0.1030136;-0.7027832;-0.02543058,-0.008251136;0.3996443;0.01275491,0;0;0,-0.00311669;0.1996296;0.01176102,-0.007104127;0.4995287;0.01575696,0.1084714;0.3665294;0.03267872,0.1399879;0.08889627;0.05074974,0.1962976;-0.1779269;-0.01276894,-0.1087965;0.3532703;-0.0237302,-0.1806033;0.2550271;-0.2759048,-0.2188135;0.1885189;-0.545194,0.07567529;0.004380612;-0.02557461,0.07499295;-0.3738227;0.01132732,0.07712746;-0.7156706;0.08639736,0.09462062;-0.7057813;-0.00998494,-0.06581041;0.005420369;-0.04516203,-0.1078048;-0.3698572;-0.002697255,-0.1237262;-0.7113289;0.07242662,-0.1038887;-0.7013001;-0.02352972,-0.005819985;0.3995441;0.01694622,8.321446
+0;0;0,-0.004685477;0.1996855;0.01018572,-0.009886933;0.4995805;0.01022343,0.1067776;0.3678214;0.02592979,0.1405716;0.09022361;0.0399801,0.185239;-0.1790235;-0.02255649,-0.1102544;0.3574288;-0.03392359,-0.1868981;0.2884688;-0.2942508,-0.2198266;0.258623;-0.5707014,0.07530675;0.00539914;-0.02645263,0.07688547;-0.3722067;0.01610703,0.0783541;-0.7154866;0.08434734,0.09699923;-0.7056765;-0.01180218,-0.06570312;0.004650163;-0.04540349,-0.1072443;-0.3705066;-0.001452584,-0.1235675;-0.7125859;0.07076475,-0.1025683;-0.7026442;-0.0249259,-0.008208129;0.3996342;0.0130368,0;0;0,-0.00311669;0.1996296;0.01176102,-0.007104127;0.4995287;0.01575696,0.1084714;0.3665294;0.03267872,0.1399879;0.08889627;0.05074974,0.1962976;-0.1779269;-0.01276894,-0.1087965;0.3532703;-0.0237302,-0.1806033;0.2550271;-0.2759048,-0.2188135;0.1885189;-0.545194,0.07567529;0.004380612;-0.02557461,0.07499295;-0.3738227;0.01132732,0.07712746;-0.7156706;0.08639736,0.09462062;-0.7057813;-0.00998494,-0.06581041;0.005420369;-0.04516203,-0.1078048;-0.3698572;-0.002697255,-0.1237262;-0.7113289;0.07242662,-0.1038887;-0.7013001;-0.02352972,-0.005819985;0.3995441;0.01694622,8.333599

+ 161 - 0
DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_OneArm_Forward_None_Slow.csv

@@ -0,0 +1,161 @@
+Demo_SpineBase,Demo_SpineMid,Demo_Neck,Demo_ShoulderLeft,Demo_ElbowLeft,Demo_WristLeft,Demo_ShoulderRight,Demo_ElbowRight,Demo_WristRight,Demo_HipLeft,Demo_KneeLeft,Demo_AnkleLeft,Demo_FootLeft,Demo_HipRight,Demo_KneeRight,Demo_AnkleRight,Demo_FootRight,Demo_SpineShoulder,Body_SpineBase,Body_SpineMid,Body_Neck,Body_ShoulderLeft,Body_ElbowLeft,Body_WristLeft,Body_ShoulderRight,Body_ElbowRight,Body_WristRight,Body_HipLeft,Body_KneeLeft,Body_AnkleLeft,Body_FootLeft,Body_HipRight,Body_KneeRight,Body_AnkleRight,Body_FootRight,Body_SpineShoulder,time
+0;0;0,0.003791433;0.1998912;0.005396499,0.009841438;0.499699;-0.001317625,0.1230024;0.3665199;0.00478041,0.1573476;0.08946264;0.02622033,0.1985467;-0.1798824;-0.0382457,-0.1050735;0.3591251;-0.0005574003,-0.1483535;0.08252856;0.004046423,-0.1835819;-0.1920064;-0.03825609,0.07183141;0.004892022;-0.03487572,0.08741438;-0.372589;0.005931932,0.09120043;-0.7162884;0.07193442,0.091631;-0.7065881;-0.02598257,-0.07084385;0.004675515;-0.03686852,-0.09609379;-0.3734095;-0.008335054,-0.1101832;-0.7172203;0.05566201,-0.1073172;-0.7074975;-0.04221865,0.007728081;0.3998449;0.003651334,0;0;0,0.005551931;0.1998706;0.004574963,0.0151945;0.4995177;-0.004411574,0.126284;0.364635;0.009794522,0.1593664;0.08688417;0.02244432,0.1974631;-0.1858543;-0.02817561,-0.1020013;0.3620905;0.006231913,-0.1430046;0.08512738;0.009416366,-0.1786389;-0.1879512;-0.04116331,0.07284179;0.004338911;-0.03279097,0.07945528;-0.3725639;0.015173,0.0779135;-0.7136478;0.09365483,0.08307645;-0.7673692;0.03921152,-0.07097851;0.004981413;-0.03656824,-0.09180368;-0.3724192;0.002612121,-0.1126833;-0.7130162;0.08044323,-0.1067011;-0.7667763;0.02614352,0.01183779;0.3997478;0.001478123,113.2603
+0;0;0,0.003709441;0.1998939;0.0053557,0.009588961;0.4997036;-0.001426081,0.1228336;0.366596;0.004813862,0.1570995;0.0894897;0.02574079,0.1989231;-0.1798331;-0.03841545,-0.1052563;0.3590942;-0.0004441384,-0.1481405;0.08243096;0.003846199,-0.1834305;-0.1920814;-0.03855184,0.07179447;0.004895473;-0.03495124,0.08749111;-0.3725643;0.006008524,0.0911447;-0.7162468;0.07210714,0.09154622;-0.7065517;-0.02580892,-0.07088003;0.004672587;-0.03679929,-0.09600537;-0.3734224;-0.008287666,-0.1101773;-0.717208;0.05582657,-0.1073408;-0.7074899;-0.04205395,0.007539799;0.3998492;0.003563995,0;0;0,0.005552335;0.1998706;0.004573317,0.01514142;0.4995215;-0.004355225,0.1262739;0.3647127;0.009883754,0.1591913;0.08695129;0.02272997,0.1978904;-0.1858406;-0.02713932,-0.1020332;0.3620897;0.006180556,-0.1428258;0.08509395;0.00923124,-0.1781071;-0.1879422;-0.04182269,0.0728291;0.004310945;-0.03282281,0.0798724;-0.3725266;0.01559068,0.07789778;-0.7136688;0.09380887,0.08380019;-0.766952;0.03877184,-0.07098879;0.005009339;-0.03654448,-0.0921171;-0.3723924;0.002462339,-0.1126198;-0.7130531;0.0801145,-0.106318;-0.7669256;0.02602474,0.01180851;0.3997493;0.001509859,113.2886
+0;0;0,0.003709441;0.1998939;0.0053557,0.009588961;0.4997036;-0.001426081,0.1228336;0.366596;0.004813862,0.1570995;0.0894897;0.02574079,0.1989231;-0.1798331;-0.03841545,-0.1052563;0.3590942;-0.0004441384,-0.1481405;0.08243096;0.003846199,-0.1834305;-0.1920814;-0.03855184,0.07179447;0.004895473;-0.03495124,0.08749111;-0.3725643;0.006008524,0.0911447;-0.7162468;0.07210714,0.09154622;-0.7065517;-0.02580892,-0.07088003;0.004672587;-0.03679929,-0.09600537;-0.3734224;-0.008287666,-0.1101773;-0.717208;0.05582657,-0.1073408;-0.7074899;-0.04205395,0.007539799;0.3998492;0.003563995,0;0;0,0.00559422;0.1998681;0.004632908,0.01522915;0.4995242;-0.00408514,0.1263322;0.3646292;0.009958361,0.1593527;0.08690339;0.02330061,0.1991566;-0.1858552;-0.02587647,-0.1019396;0.3620051;0.006142179,-0.1424535;0.08496711;0.009068305,-0.1773935;-0.1880295;-0.04242969,0.07281143;0.004310477;-0.03286205,0.0801639;-0.3725139;0.01560718,0.07799183;-0.7136073;0.09403297,0.08377369;-0.7666027;0.03855017,-0.07100496;0.005020555;-0.03651148,-0.09309793;-0.372348;0.002280965,-0.1128295;-0.7131703;0.07942255,-0.1062625;-0.7672473;0.0256831,0.01188371;0.3997476;0.001697406,113.3217
+0;0;0,0.003709441;0.1998939;0.0053557,0.009588961;0.4997036;-0.001426081,0.1228336;0.366596;0.004813862,0.1570995;0.0894897;0.02574079,0.1989231;-0.1798331;-0.03841545,-0.1052563;0.3590942;-0.0004441384,-0.1481405;0.08243096;0.003846199,-0.1834305;-0.1920814;-0.03855184,0.07179447;0.004895473;-0.03495124,0.08749111;-0.3725643;0.006008524,0.0911447;-0.7162468;0.07210714,0.09154622;-0.7065517;-0.02580892,-0.07088003;0.004672587;-0.03679929,-0.09600537;-0.3734224;-0.008287666,-0.1101773;-0.717208;0.05582657,-0.1073408;-0.7074899;-0.04205395,0.007539799;0.3998492;0.003563995,0;0;0,0.00560445;0.1998681;0.004618929,0.01521299;0.499528;-0.004013591,0.126318;0.3645787;0.009926191,0.1597513;0.08691475;0.02352506,0.1996053;-0.185926;-0.02515348,-0.1019091;0.3618892;0.006033938,-0.1421613;0.08481017;0.008674243,-0.1763478;-0.1882121;-0.04319245,0.07279658;0.00430641;-0.03289548,0.08030927;-0.3724914;0.01575619,0.07796441;-0.7136438;0.09391961,0.08430879;-0.7662173;0.0378717,-0.0710204;0.005033928;-0.03647961,-0.09326618;-0.3723335;0.002236988,-0.1128703;-0.7132308;0.07907851,-0.1062564;-0.7670885;0.02500311,0.01188074;0.3997487;0.001729803,113.3553
+0;0;0,0.003696352;0.1998946;0.005337064,0.009560814;0.4997044;-0.001457457,0.1228111;0.366599;0.004795565,0.1572083;0.08951357;0.02578295,0.1994994;-0.179734;-0.03838263,-0.1052839;0.3590986;-0.0003803382,-0.1478752;0.08238655;0.00366947,-0.1830054;-0.1921068;-0.03898358,0.07177154;0.004902154;-0.03499734,0.08751981;-0.3725457;0.006052304,0.09114126;-0.7162318;0.07213403,0.0915148;-0.7065375;-0.02578196,-0.07089884;0.004667994;-0.03676363,-0.09592109;-0.3734416;-0.008356012,-0.1102459;-0.7171913;0.05591653,-0.1074365;-0.7074745;-0.04196451,0.007516788;0.39985;0.003534215,0;0;0,0.005602884;0.1998672;0.004659159,0.0151534;0.4995331;-0.003838527,0.1262875;0.3645661;0.009938627,0.1598006;0.08691901;0.02368405,0.2006131;-0.1858453;-0.02462748,-0.1019294;0.3618313;0.00600154,-0.1420277;0.08472836;0.008470138,-0.1762081;-0.1882259;-0.04375732,0.0727765;0.004306317;-0.0329399,0.08044697;-0.3724774;0.01579614,0.07801843;-0.7136521;0.09385957,0.08446889;-0.7666963;0.03852359,-0.07104935;0.005042708;-0.03642197,-0.09356135;-0.3723128;0.002256818,-0.1127438;-0.7132742;0.07892063,-0.1066371;-0.7663664;0.02361778,0.01184653;0.3997501;0.001853856,113.3889
+0;0;0,0.003696352;0.1998946;0.005337064,0.009560814;0.4997044;-0.001457457,0.1228111;0.366599;0.004795565,0.1572083;0.08951357;0.02578295,0.1994994;-0.179734;-0.03838263,-0.1052839;0.3590986;-0.0003803382,-0.1478752;0.08238655;0.00366947,-0.1830054;-0.1921068;-0.03898358,0.07177154;0.004902154;-0.03499734,0.08751981;-0.3725457;0.006052304,0.09114126;-0.7162318;0.07213403,0.0915148;-0.7065375;-0.02578196,-0.07089884;0.004667994;-0.03676363,-0.09592109;-0.3734416;-0.008356012,-0.1102459;-0.7171913;0.05591653,-0.1074365;-0.7074745;-0.04196451,0.007516788;0.39985;0.003534215,0;0;0,0.005617945;0.1998661;0.004689853,0.01515501;0.4995359;-0.003692411,0.1262755;0.3644702;0.00991804,0.1599568;0.08685198;0.02383497,0.201487;-0.1858684;-0.02411133,-0.1018918;0.3617287;0.005949111,-0.1419021;0.08461207;0.008303027,-0.1760353;-0.1883278;-0.04402989,0.07275702;0.004297387;-0.03298406,0.08049482;-0.3724728;0.01584577,0.07793555;-0.7135848;0.09417887,0.08299452;-0.768101;0.04096778,-0.07107988;0.005063619;-0.03635946,-0.09374049;-0.3722904;0.002246484,-0.113027;-0.713353;0.07843276,-0.1068891;-0.7677667;0.02517241,0.01185546;0.3997501;0.001957448,113.4113
+0;0;0,0.003696352;0.1998946;0.005337064,0.009560814;0.4997044;-0.001457457,0.1228111;0.366599;0.004795565,0.1572083;0.08951357;0.02578295,0.1994994;-0.179734;-0.03838263,-0.1052839;0.3590986;-0.0003803382,-0.1478752;0.08238655;0.00366947,-0.1830054;-0.1921068;-0.03898358,0.07177154;0.004902154;-0.03499734,0.08751981;-0.3725457;0.006052304,0.09114126;-0.7162318;0.07213403,0.0915148;-0.7065375;-0.02578196,-0.07089884;0.004667994;-0.03676363,-0.09592109;-0.3734416;-0.008356012,-0.1102459;-0.7171913;0.05591653,-0.1074365;-0.7074745;-0.04196451,0.007516788;0.39985;0.003534215,0;0;0,0.005612244;0.1998654;0.004726579,0.01509819;0.4995399;-0.003551746,0.1262554;0.3645025;0.009944345,0.1600258;0.08689484;0.02385672,0.2022521;-0.1857879;-0.02369394,-0.1018887;0.3616043;0.005933359,-0.1417305;0.08446142;0.008042401,-0.1757345;-0.1884431;-0.04455841,0.07274041;0.004292321;-0.03302132,0.08058946;-0.3724319;0.0161445,0.07813741;-0.7136422;0.09405153,0.08269473;-0.7686348;0.04155881,-0.07109301;0.005077783;-0.0363318,-0.09382664;-0.3722911;0.002085183,-0.1135679;-0.7133747;0.07806046,-0.1073132;-0.7684084;0.02580949,0.01182059;0.3997512;0.002057421,113.4447
+0;0;0,0.00363419;0.1998964;0.005313167,0.009382069;0.4997067;-0.001555394,0.1226827;0.3666185;0.00474745,0.1571788;0.08955181;0.02582007,0.1995665;-0.1796602;-0.03843093,-0.1054355;0.3591393;-0.0003098545,-0.1476784;0.082369;0.00339646,-0.1826036;-0.1921067;-0.03953768,0.07178051;0.004917313;-0.03497683,0.08756664;-0.3725206;0.006150115,0.09111131;-0.7162167;0.07218361,0.0914457;-0.7065258;-0.0257318,-0.070889;0.004651889;-0.03678465,-0.09579802;-0.3734735;-0.008487066,-0.1103093;-0.7171801;0.05597343,-0.1075387;-0.7074667;-0.04190803,0.007383744;0.3998527;0.003463069,0;0;0,0.005555527;0.199867;0.004726242,0.01494214;0.4995463;-0.003501535,0.1261566;0.3645377;0.009935174,0.1600234;0.08694053;0.02382229,0.2026925;-0.1856996;-0.02357699,-0.1020007;0.3616075;0.005923551,-0.141781;0.0844546;0.007870109,-0.1756137;-0.1884769;-0.04470152,0.07271869;0.004311935;-0.03306659,0.0805171;-0.3724083;0.016137,0.0780405;-0.7136174;0.09404878,0.08266685;-0.7684348;0.04127939,-0.07111007;0.005056901;-0.03630131,-0.09391911;-0.3723174;0.002018481,-0.1136502;-0.7133397;0.07827111,-0.1074811;-0.7681697;0.02568006,0.01170962;0.3997548;0.002083403,113.4784
+0;0;0,0.00363419;0.1998964;0.005313167,0.009382069;0.4997067;-0.001555394,0.1226827;0.3666185;0.00474745,0.1571788;0.08955181;0.02582007,0.1995665;-0.1796602;-0.03843093,-0.1054355;0.3591393;-0.0003098545,-0.1476784;0.082369;0.00339646,-0.1826036;-0.1921067;-0.03953768,0.07178051;0.004917313;-0.03497683,0.08756664;-0.3725206;0.006150115,0.09111131;-0.7162167;0.07218361,0.0914457;-0.7065258;-0.0257318,-0.070889;0.004651889;-0.03678465,-0.09579802;-0.3734735;-0.008487066,-0.1103093;-0.7171801;0.05597343,-0.1075387;-0.7074667;-0.04190803,0.007383744;0.3998527;0.003463069,0;0;0,0.0055665;0.1998656;0.004769424,0.01493572;0.4995486;-0.003354261,0.1261797;0.3645987;0.01000194,0.1602185;0.08702105;0.02385934,0.2032501;-0.1855336;-0.02370349,-0.1019989;0.3615918;0.005886555,-0.1417209;0.08442998;0.007752192,-0.1754932;-0.1885209;-0.04475746,0.07270437;0.004324301;-0.03309643,0.08055126;-0.3723597;0.01637663,0.07794722;-0.7136205;0.09405713,0.08330543;-0.7679225;0.04053641,-0.0711225;0.005045739;-0.03627849,-0.09374318;-0.3723496;0.001945738,-0.1136787;-0.7133054;0.07844219,-0.1039757;-0.7669477;0.0244996,0.01171107;0.3997546;0.00219218,113.5005
+0;0;0,0.00363419;0.1998964;0.005313167,0.009382069;0.4997067;-0.001555394,0.1226827;0.3666185;0.00474745,0.1571788;0.08955181;0.02582007,0.1995665;-0.1796602;-0.03843093,-0.1054355;0.3591393;-0.0003098545,-0.1476784;0.082369;0.00339646,-0.1826036;-0.1921067;-0.03953768,0.07178051;0.004917313;-0.03497683,0.08756664;-0.3725206;0.006150115,0.09111131;-0.7162167;0.07218361,0.0914457;-0.7065258;-0.0257318,-0.070889;0.004651889;-0.03678465,-0.09579802;-0.3734735;-0.008487066,-0.1103093;-0.7171801;0.05597343,-0.1075387;-0.7074667;-0.04190803,0.007383744;0.3998527;0.003463069,0;0;0,0.005471278;0.1998678;0.004786644,0.01471595;0.4995547;-0.003334298,0.1260033;0.3646435;0.0100505,0.1601198;0.08707216;0.02384203,0.2034086;-0.1854741;-0.02353536,-0.102177;0.3615694;0.005887726,-0.1417976;0.08439216;0.007618676,-0.1754704;-0.1885492;-0.04500423,0.07267096;0.004331638;-0.0331688,0.08029171;-0.3723434;0.01640782,0.07756792;-0.7135963;0.09411894,0.08284901;-0.7679594;0.04068677,-0.07115551;0.005042684;-0.03621415,-0.09366615;-0.3723748;0.00185525,-0.1140559;-0.7132715;0.07849561,-0.1041065;-0.7670795;0.0248557,0.01152433;0.3997597;0.002212838,113.5342
+0;0;0,0.003595633;0.1998973;0.005303239,0.009270055;0.4997089;-0.001576713,0.1226041;0.3666413;0.004701996,0.1571247;0.08957037;0.02567874,0.2000119;-0.1795376;-0.03867635,-0.105535;0.3591739;-0.0002455562,-0.1473948;0.08233982;0.003020677,-0.1815946;-0.1920677;-0.0409216,0.07178944;0.004928475;-0.03495692,0.08760213;-0.3725064;0.006188199,0.09117196;-0.716216;0.07214966,0.09146921;-0.7065254;-0.02576584,-0.07088226;0.004638073;-0.03679937,-0.09556758;-0.3735107;-0.008619787,-0.1102937;-0.7171968;0.05590157,-0.1075594;-0.7074816;-0.04198126,0.00729885;0.3998544;0.00344391,0;0;0,0.005388481;0.1998694;0.004814581,0.01443963;0.499567;-0.003148829,0.125834;0.3647112;0.01012414,0.1600681;0.08715278;0.02388363,0.2039506;-0.1852897;-0.02354421,-0.1023574;0.3615311;0.005879824,-0.1418996;0.08434215;0.007525055,-0.1754817;-0.1885392;-0.04546575,0.07266019;0.004355724;-0.03318924,0.08020343;-0.3723092;0.01647592,0.07758182;-0.7135782;0.09411994,0.08259196;-0.7678825;0.04056917,-0.07116037;0.00502438;-0.03620714,-0.0931442;-0.3723994;0.00210721,-0.1140075;-0.7131106;0.07944182,-0.1051766;-0.7648659;0.02253772,0.01133307;0.3997657;0.002331794,113.5678
+0;0;0,0.003595633;0.1998973;0.005303239,0.009270055;0.4997089;-0.001576713,0.1226041;0.3666413;0.004701996,0.1571247;0.08957037;0.02567874,0.2000119;-0.1795376;-0.03867635,-0.105535;0.3591739;-0.0002455562,-0.1473948;0.08233982;0.003020677,-0.1815946;-0.1920677;-0.0409216,0.07178944;0.004928475;-0.03495692,0.08760213;-0.3725064;0.006188199,0.09117196;-0.716216;0.07214966,0.09146921;-0.7065254;-0.02576584,-0.07088226;0.004638073;-0.03679937,-0.09556758;-0.3735107;-0.008619787,-0.1102937;-0.7171968;0.05590157,-0.1075594;-0.7074816;-0.04198126,0.00729885;0.3998544;0.00344391,0;0;0,0.005388481;0.1998694;0.004814581,0.01443963;0.499567;-0.003148829,0.125834;0.3647112;0.01012414,0.1600681;0.08715278;0.02388363,0.2039506;-0.1852897;-0.02354421,-0.1023574;0.3615311;0.005879824,-0.1418996;0.08434215;0.007525055,-0.1754817;-0.1885392;-0.04546575,0.07266019;0.004355724;-0.03318924,0.08020343;-0.3723092;0.01647592,0.07758182;-0.7135782;0.09411994,0.08259196;-0.7678825;0.04056917,-0.07116037;0.00502438;-0.03620714,-0.0931442;-0.3723994;0.00210721,-0.1140075;-0.7131106;0.07944182,-0.1051766;-0.7648659;0.02253772,0.01133307;0.3997657;0.002331794,113.59
+0;0;0,0.003595633;0.1998973;0.005303239,0.009270055;0.4997089;-0.001576713,0.1226041;0.3666413;0.004701996,0.1571247;0.08957037;0.02567874,0.2000119;-0.1795376;-0.03867635,-0.105535;0.3591739;-0.0002455562,-0.1473948;0.08233982;0.003020677,-0.1815946;-0.1920677;-0.0409216,0.07178944;0.004928475;-0.03495692,0.08760213;-0.3725064;0.006188199,0.09117196;-0.716216;0.07214966,0.09146921;-0.7065254;-0.02576584,-0.07088226;0.004638073;-0.03679937,-0.09556758;-0.3735107;-0.008619787,-0.1102937;-0.7171968;0.05590157,-0.1075594;-0.7074816;-0.04198126,0.00729885;0.3998544;0.00344391,0;0;0,0.00534554;0.1998699;0.004842358,0.01430607;0.4995719;-0.003059376,0.1257482;0.36475;0.01012522,0.1601855;0.08721891;0.02392998,0.2040063;-0.1852374;-0.02347557,-0.102442;0.361479;0.005892375,-0.1418839;0.08427492;0.007390287,-0.1755802;-0.1885162;-0.04599106,0.0726483;0.004394427;-0.03321012,0.080117;-0.372273;0.01644735,0.07746974;-0.713569;0.09397186,0.0826763;-0.7680467;0.04071381,-0.07116736;0.00498408;-0.03619898,-0.09285629;-0.3724349;0.002330802,-0.1141012;-0.7131705;0.07945318,-0.1053842;-0.7648916;0.02248231,0.01123172;0.3997683;0.002399086,113.6236
+0;0;0,0.003480039;0.1998989;0.005320266,0.008943007;0.4997136;-0.001591481,0.1223838;0.366725;0.004747642,0.1569616;0.08966902;0.02582796,0.2000396;-0.1793627;-0.03871835,-0.1057835;0.3591823;-0.0001205152,-0.147179;0.0822711;0.002446916,-0.1816786;-0.1921672;-0.04106668,0.07179976;0.004966609;-0.03493031,0.08766651;-0.3724518;0.006343715,0.09114812;-0.7161731;0.07224955,0.0914157;-0.7064829;-0.02566593,-0.07086985;0.004597704;-0.03682831,-0.09547654;-0.3735591;-0.008686259,-0.1104565;-0.7172036;0.05599816,-0.1077502;-0.7074884;-0.04188545,0.007056117;0.3998581;0.00344188,0;0;0,0.005237561;0.1998718;0.004881665,0.0139286;0.4995878;-0.002812656,0.1255309;0.3648988;0.01028081,0.1600247;0.08736217;0.02383038,0.203976;-0.1850596;-0.02365302,-0.1026905;0.3614424;0.005968641,-0.1420139;0.08422047;0.007257478,-0.175737;-0.1882663;-0.04763967,0.07265833;0.004428389;-0.03318366,0.08004938;-0.3722412;0.01646901,0.07717825;-0.7135471;0.09394209,0.08252508;-0.768296;0.04113083,-0.0711622;0.004954422;-0.03621319,-0.0927893;-0.3724528;0.002465267,-0.1140223;-0.7132159;0.07946944,-0.1060781;-0.7646747;0.02201196,0.01097092;0.3997762;0.002562069,113.646
+0;0;0,0.003480039;0.1998989;0.005320266,0.008943007;0.4997136;-0.001591481,0.1223838;0.366725;0.004747642,0.1569616;0.08966902;0.02582796,0.2000396;-0.1793627;-0.03871835,-0.1057835;0.3591823;-0.0001205152,-0.147179;0.0822711;0.002446916,-0.1816786;-0.1921672;-0.04106668,0.07179976;0.004966609;-0.03493031,0.08766651;-0.3724518;0.006343715,0.09114812;-0.7161731;0.07224955,0.0914157;-0.7064829;-0.02566593,-0.07086985;0.004597704;-0.03682831,-0.09547654;-0.3735591;-0.008686259,-0.1104565;-0.7172036;0.05599816,-0.1077502;-0.7074884;-0.04188545,0.007056117;0.3998581;0.00344188,0;0;0,0.005089874;0.1998748;0.00491411,0.01363131;0.4995981;-0.002685839,0.1253117;0.3649502;0.01032209,0.1599435;0.08742362;0.02372473,0.2039288;-0.1850089;-0.02366529,-0.1029157;0.361402;0.005876441,-0.1421932;0.08417138;0.006550496,-0.1765246;-0.187993;-0.04955542,0.07264808;0.004458715;-0.03320206,0.07971168;-0.3722145;0.01647109,0.0768704;-0.7135224;0.09393583,0.08273828;-0.7680014;0.04074858,-0.0711635;0.004932985;-0.03621355,-0.09305383;-0.3724627;0.00242953,-0.1142383;-0.7132765;0.07922245,-0.1077633;-0.7656866;0.0229495,0.01073518;0.3997822;0.002644709,113.6683
+0;0;0,0.003480039;0.1998989;0.005320266,0.008943007;0.4997136;-0.001591481,0.1223838;0.366725;0.004747642,0.1569616;0.08966902;0.02582796,0.2000396;-0.1793627;-0.03871835,-0.1057835;0.3591823;-0.0001205152,-0.147179;0.0822711;0.002446916,-0.1816786;-0.1921672;-0.04106668,0.07179976;0.004966609;-0.03493031,0.08766651;-0.3724518;0.006343715,0.09114812;-0.7161731;0.07224955,0.0914157;-0.7064829;-0.02566593,-0.07086985;0.004597704;-0.03682831,-0.09547654;-0.3735591;-0.008686259,-0.1104565;-0.7172036;0.05599816,-0.1077502;-0.7074884;-0.04188545,0.007056117;0.3998581;0.00344188,0;0;0,0.004926214;0.1998769;0.004993855,0.01316472;0.4996155;-0.002354408,0.1249806;0.3649937;0.01039197,0.1597303;0.08746892;0.02352345,0.2038152;-0.1849343;-0.02394267,-0.1032285;0.3612646;0.005739953,-0.1426548;0.08405426;0.005824783,-0.1775737;-0.1876985;-0.05189106,0.07265873;0.004480189;-0.03317583,0.07925028;-0.3721977;0.01652641,0.07645138;-0.7135746;0.09368853,0.08197655;-0.7680596;0.0404742,-0.07114685;0.004914531;-0.03624875,-0.09317374;-0.3724822;0.002307031,-0.1143885;-0.7133356;0.07891558,-0.1073074;-0.7651548;0.02185881,0.01038267;0.3997913;0.002879486,113.7018
+0;0;0,0.003311997;0.1998975;0.005479324,0.008583154;0.4997176;-0.001345598,0.1221063;0.3666973;0.004903099,0.1569088;0.08967569;0.02606547,0.2001562;-0.1792897;-0.03864369,-0.1060476;0.3591643;0.0001222522,-0.1470096;0.08218241;0.001897124,-0.1818847;-0.1922475;-0.04136893,0.07181476;0.005010428;-0.0348932,0.08748388;-0.3723889;0.006630491,0.09090185;-0.7160971;0.07260761,0.09113895;-0.7063918;-0.02531109,-0.07086418;0.004554049;-0.03684466,-0.09557699;-0.3735743;-0.008415053,-0.1106564;-0.7171934;0.05638103,-0.1079807;-0.7074631;-0.04150657,0.006786069;0.399859;0.003657871,0;0;0,0.004926214;0.1998769;0.004993855,0.01316472;0.4996155;-0.002354408,0.1249806;0.3649937;0.01039197,0.1597303;0.08746892;0.02352345,0.2038152;-0.1849343;-0.02394267,-0.1032285;0.3612646;0.005739953,-0.1426548;0.08405426;0.005824783,-0.1775737;-0.1876985;-0.05189106,0.07265873;0.004480189;-0.03317583,0.07925028;-0.3721977;0.01652641,0.07645138;-0.7135746;0.09368853,0.08197655;-0.7680596;0.0404742,-0.07114685;0.004914531;-0.03624875,-0.09317374;-0.3724822;0.002307031,-0.1143885;-0.7133356;0.07891558,-0.1073074;-0.7651548;0.02185881,0.01038267;0.3997913;0.002879486,113.7247
+0;0;0,0.003311997;0.1998975;0.005479324,0.008583154;0.4997176;-0.001345598,0.1221063;0.3666973;0.004903099,0.1569088;0.08967569;0.02606547,0.2001562;-0.1792897;-0.03864369,-0.1060476;0.3591643;0.0001222522,-0.1470096;0.08218241;0.001897124,-0.1818847;-0.1922475;-0.04136893,0.07181476;0.005010428;-0.0348932,0.08748388;-0.3723889;0.006630491,0.09090185;-0.7160971;0.07260761,0.09113895;-0.7063918;-0.02531109,-0.07086418;0.004554049;-0.03684466,-0.09557699;-0.3735743;-0.008415053,-0.1106564;-0.7171934;0.05638103,-0.1079807;-0.7074631;-0.04150657,0.006786069;0.399859;0.003657871,0;0;0,0.004756014;0.1998785;0.005093838,0.01264503;0.4996339;-0.001965635,0.1246149;0.365046;0.01053693,0.1595987;0.08753392;0.02331034,0.2038901;-0.1848109;-0.02429829,-0.1035875;0.361162;0.00562808,-0.1433998;0.08400872;0.004601228,-0.1793588;-0.1869483;-0.0561382,0.07264972;0.004538501;-0.03318766,0.07883787;-0.3721634;0.01638437,0.07630429;-0.7134558;0.09392835,0.08168324;-0.7683865;0.04141308,-0.07115621;0.004855157;-0.03623839,-0.09321895;-0.3724607;0.003080662,-0.1146465;-0.7134836;0.07887106,-0.1072146;-0.7655829;0.02226289,0.009994992;0.3998006;0.003161917,113.748
+0;0;0,0.003311997;0.1998975;0.005479324,0.008583154;0.4997176;-0.001345598,0.1221063;0.3666973;0.004903099,0.1569088;0.08967569;0.02606547,0.2001562;-0.1792897;-0.03864369,-0.1060476;0.3591643;0.0001222522,-0.1470096;0.08218241;0.001897124,-0.1818847;-0.1922475;-0.04136893,0.07181476;0.005010428;-0.0348932,0.08748388;-0.3723889;0.006630491,0.09090185;-0.7160971;0.07260761,0.09113895;-0.7063918;-0.02531109,-0.07086418;0.004554049;-0.03684466,-0.09557699;-0.3735743;-0.008415053,-0.1106564;-0.7171934;0.05638103,-0.1079807;-0.7074631;-0.04150657,0.006786069;0.399859;0.003657871,0;0;0,0.004699228;0.1998772;0.005198058,0.01243997;0.4996402;-0.001690131,0.1244865;0.3651988;0.01103317,0.1595364;0.08766198;0.02306747,0.2038444;-0.1846367;-0.02478876,-0.1037474;0.3611578;0.005552424,-0.1436882;0.08402947;0.00340274,-0.1807924;-0.1861007;-0.06026047,0.07265344;0.004605839;-0.0331702,0.07869018;-0.3720973;0.01641148,0.07600986;-0.7134041;0.09388691,0.0816289;-0.7681582;0.04111212,-0.07115313;0.004789441;-0.03625317,-0.09307732;-0.372531;0.003099535,-0.1144367;-0.7135311;0.0790118,-0.1091389;-0.7665816;0.02356307,0.009838978;0.3998029;0.00338508,113.7818
+0;0;0,0.003103701;0.1999004;0.005495978,0.007984234;0.4997246;-0.001427168,0.1216713;0.3667212;0.004937422,0.1566221;0.08973229;0.02628203,0.1999146;-0.1791906;-0.03857358,-0.1063812;0.3589038;-0.0001959216,-0.1469826;0.08186713;0.00130222,-0.1818465;-0.192371;-0.04317211,0.07182018;0.005106298;-0.03486815,0.0872178;-0.3722817;0.006859813,0.09069941;-0.7159933;0.07281563,0.09104563;-0.7062941;-0.02510147,-0.07086432;0.00445313;-0.03685673,-0.09566259;-0.3736544;-0.008225465,-0.110926;-0.7172874;0.05645394,-0.1081396;-0.7075576;-0.04143047,0.006346866;0.3998653;0.003615805,0;0;0,0.004522144;0.1998803;0.005235812,0.01198481;0.499653;-0.001540492,0.1241724;0.3653893;0.01132452,0.1592265;0.08784321;0.02313049,0.2036353;-0.1843691;-0.02512228,-0.104091;0.3611132;0.00538448,-0.1443792;0.08404839;0.001925768,-0.1832618;-0.1849483;-0.06537177,0.07267324;0.004609067;-0.03312638,0.07825404;-0.372143;0.01613517,0.07565894;-0.7133682;0.09397223,0.08090729;-0.768177;0.04124719,-0.07113902;0.004781719;-0.03628188,-0.09337527;-0.3725519;0.002767712,-0.1144757;-0.7135899;0.07858253,-0.1098239;-0.7676421;0.0246049,0.009482305;0.3998112;0.003494599,113.8046
+0;0;0,0.003103701;0.1999004;0.005495978,0.007984234;0.4997246;-0.001427168,0.1216713;0.3667212;0.004937422,0.1566221;0.08973229;0.02628203,0.1999146;-0.1791906;-0.03857358,-0.1063812;0.3589038;-0.0001959216,-0.1469826;0.08186713;0.00130222,-0.1818465;-0.192371;-0.04317211,0.07182018;0.005106298;-0.03486815,0.0872178;-0.3722817;0.006859813,0.09069941;-0.7159933;0.07281563,0.09104563;-0.7062941;-0.02510147,-0.07086432;0.00445313;-0.03685673,-0.09566259;-0.3736544;-0.008225465,-0.110926;-0.7172874;0.05645394,-0.1081396;-0.7075576;-0.04143047,0.006346866;0.3998653;0.003615805,0;0;0,0.004522144;0.1998803;0.005235812,0.01198481;0.499653;-0.001540492,0.1241724;0.3653893;0.01132452,0.1592265;0.08784321;0.02313049,0.2036353;-0.1843691;-0.02512228,-0.104091;0.3611132;0.00538448,-0.1443792;0.08404839;0.001925768,-0.1832618;-0.1849483;-0.06537177,0.07267324;0.004609067;-0.03312638,0.07825404;-0.372143;0.01613517,0.07565894;-0.7133682;0.09397223,0.08090729;-0.768177;0.04124719,-0.07113902;0.004781719;-0.03628188,-0.09337527;-0.3725519;0.002767712,-0.1144757;-0.7135899;0.07858253,-0.1098239;-0.7676421;0.0246049,0.009482305;0.3998112;0.003494599,113.8277
+0;0;0,0.003103701;0.1999004;0.005495978,0.007984234;0.4997246;-0.001427168,0.1216713;0.3667212;0.004937422,0.1566221;0.08973229;0.02628203,0.1999146;-0.1791906;-0.03857358,-0.1063812;0.3589038;-0.0001959216,-0.1469826;0.08186713;0.00130222,-0.1818465;-0.192371;-0.04317211,0.07182018;0.005106298;-0.03486815,0.0872178;-0.3722817;0.006859813,0.09069941;-0.7159933;0.07281563,0.09104563;-0.7062941;-0.02510147,-0.07086432;0.00445313;-0.03685673,-0.09566259;-0.3736544;-0.008225465,-0.110926;-0.7172874;0.05645394,-0.1081396;-0.7075576;-0.04143047,0.006346866;0.3998653;0.003615805,0;0;0,0.004413627;0.1998802;0.005332888,0.01166771;0.4996622;-0.001255914,0.1239571;0.3655035;0.01158983,0.1589222;0.08793861;0.02321648,0.2037147;-0.1841325;-0.02547563,-0.1043292;0.3610818;0.005272347,-0.1450038;0.08412829;-0.001234042,-0.1854584;-0.1835576;-0.07270221,0.07272683;0.004674424;-0.03299937,0.07791936;-0.3721377;0.01584342,0.07539178;-0.7133675;0.09366287,0.08081882;-0.7681375;0.04089355,-0.07110702;0.004726703;-0.03635176,-0.0935585;-0.3726191;0.002456434,-0.1142875;-0.7136977;0.07819075,-0.1103792;-0.7677494;0.02415339,0.009236977;0.3998154;0.00371627,113.8511
+0;0;0,0.002977309;0.1999007;0.005553388,0.007740469;0.4997275;-0.001332965,0.1214826;0.3667545;0.004990016,0.1565802;0.08978811;0.02638515,0.2000929;-0.1790472;-0.03868589,-0.1064851;0.3587103;-0.0007423821,-0.1468955;0.08164337;0.0002263013,-0.1822883;-0.19232;-0.04550585,0.07184022;0.005169752;-0.03481748,0.08712229;-0.3722185;0.006950904,0.09060318;-0.7159333;0.07289025,0.09114071;-0.70623;-0.02502684,-0.07083666;0.004378217;-0.03691882,-0.09570244;-0.373713;-0.008131225,-0.1111088;-0.7173194;0.05665502,-0.1081299;-0.7075868;-0.04122431,0.006148735;0.399867;0.003700367,0;0;0,0.004137119;0.1998855;0.00535331,0.0110402;0.4996787;-0.001121449,0.1234822;0.3656678;0.01194884,0.1581824;0.08806464;0.02345427,0.2033131;-0.1839029;-0.02550331,-0.1048053;0.3610082;0.005076722,-0.1457918;0.08417052;-0.003924717,-0.1882319;-0.1815919;-0.08118507,0.07280931;0.004785883;-0.03280091,0.07716919;-0.3720848;0.01567039,0.07476748;-0.713331;0.09342176,0.08020929;-0.7680449;0.040564,-0.0710808;0.004626499;-0.03641586,-0.09397139;-0.372708;0.002245236,-0.1143983;-0.7137644;0.07816143,-0.1110356;-0.767678;0.02387327,0.008735462;0.3998266;0.003802547,113.8855
+0;0;0,0.002977309;0.1999007;0.005553388,0.007740469;0.4997275;-0.001332965,0.1214826;0.3667545;0.004990016,0.1565802;0.08978811;0.02638515,0.2000929;-0.1790472;-0.03868589,-0.1064851;0.3587103;-0.0007423821,-0.1468955;0.08164337;0.0002263013,-0.1822883;-0.19232;-0.04550585,0.07184022;0.005169752;-0.03481748,0.08712229;-0.3722185;0.006950904,0.09060318;-0.7159333;0.07289025,0.09114071;-0.70623;-0.02502684,-0.07083666;0.004378217;-0.03691882,-0.09570244;-0.373713;-0.008131225,-0.1111088;-0.7173194;0.05665502,-0.1081299;-0.7075868;-0.04122431,0.006148735;0.399867;0.003700367,0;0;0,0.004054209;0.1998845;0.005455868,0.01078061;0.4996814;-0.0009950674,0.1232756;0.3657489;0.01234859,0.1580959;0.0881494;0.02357703,0.2034017;-0.1836756;-0.02600659,-0.1049719;0.3608663;0.004672012,-0.1464769;0.08419478;-0.006738744,-0.1896256;-0.1809442;-0.08572911,0.07290394;0.004870086;-0.03257757,0.07712094;-0.3721154;0.01500561,0.07460259;-0.7133591;0.09276402,0.08011986;-0.7680345;0.03985241,-0.07099402;0.004551929;-0.03659411,-0.09427989;-0.3727731;0.00192314,-0.1142999;-0.7138372;0.07791337,-0.1111446;-0.76877;0.02522125,0.008524301;0.3998287;0.003939582,113.9078
+0;0;0,0.002977309;0.1999007;0.005553388,0.007740469;0.4997275;-0.001332965,0.1214826;0.3667545;0.004990016,0.1565802;0.08978811;0.02638515,0.2000929;-0.1790472;-0.03868589,-0.1064851;0.3587103;-0.0007423821,-0.1468955;0.08164337;0.0002263013,-0.1822883;-0.19232;-0.04550585,0.07184022;0.005169752;-0.03481748,0.08712229;-0.3722185;0.006950904,0.09060318;-0.7159333;0.07289025,0.09114071;-0.70623;-0.02502684,-0.07083666;0.004378217;-0.03691882,-0.09570244;-0.373713;-0.008131225,-0.1111088;-0.7173194;0.05665502,-0.1081299;-0.7075868;-0.04122431,0.006148735;0.399867;0.003700367,0;0;0,0.004054209;0.1998845;0.005455868,0.01078061;0.4996814;-0.0009950674,0.1232756;0.3657489;0.01234859,0.1580959;0.0881494;0.02357703,0.2034017;-0.1836756;-0.02600659,-0.1049719;0.3608663;0.004672012,-0.1464769;0.08419478;-0.006738744,-0.1896256;-0.1809442;-0.08572911,0.07290394;0.004870086;-0.03257757,0.07712094;-0.3721154;0.01500561,0.07460259;-0.7133591;0.09276402,0.08011986;-0.7680345;0.03985241,-0.07099402;0.004551929;-0.03659411,-0.09427989;-0.3727731;0.00192314,-0.1142999;-0.7138372;0.07791337,-0.1111446;-0.76877;0.02522125,0.008524301;0.3998287;0.003939582,113.9307
+0;0;0,0.002828579;0.1999002;0.005648117,0.007498387;0.4997304;-0.001138932,0.1212743;0.3667952;0.005177822,0.1564244;0.08982956;0.02649712,0.2001686;-0.1789598;-0.03860847,-0.1065828;0.3584542;-0.001217711,-0.1470942;0.08140197;-0.002163885,-0.1830202;-0.192267;-0.0492238,0.07184522;0.005249972;-0.03479514,0.08694401;-0.372121;0.007194526,0.09041041;-0.7158231;0.07320098,0.09115824;-0.7061115;-0.02471645,-0.07084185;0.004299974;-0.03691805,-0.09592687;-0.3737568;-0.007869316,-0.1113698;-0.7173437;0.0570118,-0.1081795;-0.707604;-0.04086231,0.005929357;0.3998683;0.003870592,0;0;0,0.003971052;0.199885;0.005497103,0.01047608;0.4996887;-0.0008574319,0.1231081;0.3659736;0.01259654,0.1580257;0.08838031;0.02367444,0.2035977;-0.1833833;-0.02600212,-0.105199;0.3608784;0.004386708,-0.1473045;0.08451965;-0.01151745,-0.1912339;-0.1805766;-0.09022053,0.07291395;0.004895349;-0.03255136,0.07697948;-0.3721054;0.01492406,0.07459924;-0.7134169;0.09238859,0.0797947;-0.7681391;0.03951916,-0.0709755;0.004527581;-0.03663303,-0.09444184;-0.3727992;0.001757834,-0.1141545;-0.7137349;0.07840164,-0.1113426;-0.7682292;0.02498997,0.008301858;0.3998328;0.004048574,113.9637
+0;0;0,0.002828579;0.1999002;0.005648117,0.007498387;0.4997304;-0.001138932,0.1212743;0.3667952;0.005177822,0.1564244;0.08982956;0.02649712,0.2001686;-0.1789598;-0.03860847,-0.1065828;0.3584542;-0.001217711,-0.1470942;0.08140197;-0.002163885,-0.1830202;-0.192267;-0.0492238,0.07184522;0.005249972;-0.03479514,0.08694401;-0.372121;0.007194526,0.09041041;-0.7158231;0.07320098,0.09115824;-0.7061115;-0.02471645,-0.07084185;0.004299974;-0.03691805,-0.09592687;-0.3737568;-0.007869316,-0.1113698;-0.7173437;0.0570118,-0.1081795;-0.707604;-0.04086231,0.005929357;0.3998683;0.003870592,0;0;0,0.003833621;0.1998855;0.00557493,0.01005971;0.4996986;-0.0006173952,0.1228394;0.3661909;0.01295588,0.1577578;0.08859399;0.02394031,0.2038124;-0.1830577;-0.02590277,-0.105513;0.3608707;0.004059881,-0.1484698;0.08483243;-0.01485018,-0.1926353;-0.1795436;-0.09581158,0.07293101;0.004921245;-0.03250921,0.07652457;-0.3721126;0.01474048,0.07437389;-0.7134287;0.09219193,0.07948916;-0.768178;0.03935828,-0.07095118;0.004500737;-0.03668341,-0.09492359;-0.3727973;0.001676794,-0.1142212;-0.7137064;0.07854408,-0.114191;-0.7679459;0.02465807,0.007983753;0.399838;0.004234626,113.9862
+0;0;0,0.002828579;0.1999002;0.005648117,0.007498387;0.4997304;-0.001138932,0.1212743;0.3667952;0.005177822,0.1564244;0.08982956;0.02649712,0.2001686;-0.1789598;-0.03860847,-0.1065828;0.3584542;-0.001217711,-0.1470942;0.08140197;-0.002163885,-0.1830202;-0.192267;-0.0492238,0.07184522;0.005249972;-0.03479514,0.08694401;-0.372121;0.007194526,0.09041041;-0.7158231;0.07320098,0.09115824;-0.7061115;-0.02471645,-0.07084185;0.004299974;-0.03691805,-0.09592687;-0.3737568;-0.007869316,-0.1113698;-0.7173437;0.0570118,-0.1081795;-0.707604;-0.04086231,0.005929357;0.3998683;0.003870592,0;0;0,0.003720466;0.1998857;0.005644621,0.009732146;0.4997063;-0.0004002377,0.1225778;0.36627;0.01352457,0.1573199;0.08865425;0.02459101,0.2038113;-0.1827804;-0.02602298,-0.1057358;0.3607922;0.00381086,-0.1492652;0.08512938;-0.01888733,-0.1969317;-0.1748346;-0.1113353,0.07297373;0.004906965;-0.03241536,0.07619696;-0.3721468;0.0147021,0.07414971;-0.713539;0.09181998,0.0788526;-0.7684489;0.03920633,-0.0709215;0.004503863;-0.03674039,-0.09515281;-0.372786;0.001537289,-0.1144518;-0.7136492;0.07860766,-0.1151746;-0.7669169;0.02323657,0.007731349;0.3998417;0.004401321,114.0198
+0;0;0,0.002568407;0.1998989;0.005818065,0.007070815;0.4997334;-0.0008579688,0.1209117;0.3668062;0.005366275,0.1561777;0.08983663;0.02644115,0.2001498;-0.1789984;-0.03832127,-0.10686;0.3582904;-0.00154798,-0.1472695;0.08124757;-0.005332854,-0.1848002;-0.1914882;-0.05638827,0.07187235;0.005338643;-0.03472555,0.08660873;-0.3720253;0.007456068,0.08996376;-0.7157094;0.0735618,0.09087828;-0.7059841;-0.02435705,-0.07081634;0.004209829;-0.03697734,-0.09629393;-0.3737909;-0.007543927,-0.1116202;-0.7173822;0.05734191,-0.1082653;-0.7076262;-0.04053007,0.005563136;0.3998693;0.004129979,0;0;0,0.003484466;0.1998893;0.005668963,0.009170674;0.4997196;-0.0002238019,0.1221129;0.3663384;0.01424384,0.1567982;0.08869267;0.02472091,0.203727;-0.1827359;-0.02552072,-0.1061643;0.360797;0.003465449,-0.1497916;0.08545688;-0.02269711,-0.1988311;-0.1729575;-0.118703,0.07303681;0.004935778;-0.03226859,0.0756541;-0.372166;0.01450129,0.07363879;-0.7135726;0.0915563,0.07748842;-0.768705;0.03923364,-0.07087401;0.004471037;-0.03683591,-0.09562742;-0.37279;0.001391828,-0.1154395;-0.7134767;0.07910985,-0.1143504;-0.7674472;0.02481657,0.007298421;0.3998496;0.004516004,114.0531
+0;0;0,0.002568407;0.1998989;0.005818065,0.007070815;0.4997334;-0.0008579688,0.1209117;0.3668062;0.005366275,0.1561777;0.08983663;0.02644115,0.2001498;-0.1789984;-0.03832127,-0.10686;0.3582904;-0.00154798,-0.1472695;0.08124757;-0.005332854,-0.1848002;-0.1914882;-0.05638827,0.07187235;0.005338643;-0.03472555,0.08660873;-0.3720253;0.007456068,0.08996376;-0.7157094;0.0735618,0.09087828;-0.7059841;-0.02435705,-0.07081634;0.004209829;-0.03697734,-0.09629393;-0.3737909;-0.007543927,-0.1116202;-0.7173822;0.05734191,-0.1082653;-0.7076262;-0.04053007,0.005563136;0.3998693;0.004129979,0;0;0,0.003329677;0.1998897;0.005744908,0.008768658;0.4997257;-8.277688E-05,0.1217901;0.3664753;0.01475957,0.1563196;0.08882159;0.02553502,0.2040113;-0.1825431;-0.024332,-0.1064883;0.3608117;0.002955693,-0.150536;0.0858402;-0.02620692,-0.1998542;-0.1719007;-0.1238662,0.07314797;0.004985958;-0.03200803,0.07531454;-0.3722088;0.01402894,0.0733306;-0.7136681;0.09085101,0.07698009;-0.7690327;0.03889356,-0.07079289;0.004413149;-0.03699852,-0.09587035;-0.3728414;0.001081429,-0.1155411;-0.7135157;0.07888959,-0.1160273;-0.7640942;0.01967077,0.006970473;0.3998536;0.004642528,114.0756
+0;0;0,0.002568407;0.1998989;0.005818065,0.007070815;0.4997334;-0.0008579688,0.1209117;0.3668062;0.005366275,0.1561777;0.08983663;0.02644115,0.2001498;-0.1789984;-0.03832127,-0.10686;0.3582904;-0.00154798,-0.1472695;0.08124757;-0.005332854,-0.1848002;-0.1914882;-0.05638827,0.07187235;0.005338643;-0.03472555,0.08660873;-0.3720253;0.007456068,0.08996376;-0.7157094;0.0735618,0.09087828;-0.7059841;-0.02435705,-0.07081634;0.004209829;-0.03697734,-0.09629393;-0.3737909;-0.007543927,-0.1116202;-0.7173822;0.05734191,-0.1082653;-0.7076262;-0.04053007,0.005563136;0.3998693;0.004129979,0;0;0,0.003178506;0.1998889;0.005859474,0.008158877;0.4997382;0.0003166641,0.1213702;0.3667262;0.01564514,0.1559489;0.08908013;0.02646144,0.203848;-0.1822047;-0.0236406,-0.1068637;0.3606782;0.002444363,-0.1518836;0.08611777;-0.02901616,-0.2021902;-0.1686004;-0.1338394,0.07320195;0.004951085;-0.03188983,0.07508685;-0.3722363;0.01422001,0.07341662;-0.713694;0.0910568,0.0768617;-0.7685862;0.03831743,-0.07074798;0.004435266;-0.03708168,-0.09565394;-0.3728409;0.0008972734,-0.1156077;-0.7135022;0.07869001,-0.1164712;-0.7642566;0.01971557,0.006532138;0.3998587;0.00494663,114.1087
+0;0;0,0.002390504;0.1998986;0.005903214,0.006757434;0.4997363;-0.0007049111,0.1206567;0.3668365;0.005499993,0.1561382;0.08986643;0.02620381,0.1999648;-0.1791167;-0.03804028,-0.1071306;0.3583058;-0.001365645,-0.1474088;0.08132336;-0.009005869,-0.1860434;-0.1907127;-0.06289254,0.07188866;0.005404756;-0.03468154,0.08633306;-0.3719525;0.007659901,0.08970725;-0.7156408;0.07374293,0.09060276;-0.7059069;-0.02417789,-0.07080355;0.004143677;-0.03700929,-0.09638682;-0.3738338;-0.007369217,-0.1119355;-0.7173957;0.0576194,-0.1085985;-0.7076335;-0.04025448,0.005299799;0.3998708;0.00426932,0;0;0,0.003013169;0.1998859;0.006045657,0.007569078;0.4997481;0.0008560591,0.1209917;0.3669255;0.01599168,0.1554795;0.08928135;0.02714235,0.2036569;-0.1818742;-0.023391,-0.1073036;0.3607282;0.002121932,-0.1533826;0.08680511;-0.03313201,-0.202757;-0.1670116;-0.1405528,0.07332791;0.00494889;-0.03159947,0.07488222;-0.3722942;0.01406461,0.07327928;-0.7138562;0.09043805,0.07701591;-0.7681944;0.03683677,-0.07068066;0.00442717;-0.03721079,-0.09587055;-0.37286;0.0004704371,-0.1156091;-0.7134981;0.07841953,-0.1171994;-0.7645409;0.01985719,0.00608974;0.3998611;0.005371508,114.1421
+0;0;0,0.002390504;0.1998986;0.005903214,0.006757434;0.4997363;-0.0007049111,0.1206567;0.3668365;0.005499993,0.1561382;0.08986643;0.02620381,0.1999648;-0.1791167;-0.03804028,-0.1071306;0.3583058;-0.001365645,-0.1474088;0.08132336;-0.009005869,-0.1860434;-0.1907127;-0.06289254,0.07188866;0.005404756;-0.03468154,0.08633306;-0.3719525;0.007659901,0.08970725;-0.7156408;0.07374293,0.09060276;-0.7059069;-0.02417789,-0.07080355;0.004143677;-0.03700929,-0.09638682;-0.3738338;-0.007369217,-0.1119355;-0.7173957;0.0576194,-0.1085985;-0.7076335;-0.04025448,0.005299799;0.3998708;0.00426932,0;0;0,0.003013169;0.1998859;0.006045657,0.007569078;0.4997481;0.0008560591,0.1209917;0.3669255;0.01599168,0.1554795;0.08928135;0.02714235,0.2036569;-0.1818742;-0.023391,-0.1073036;0.3607282;0.002121932,-0.1533826;0.08680511;-0.03313201,-0.202757;-0.1670116;-0.1405528,0.07332791;0.00494889;-0.03159947,0.07488222;-0.3722942;0.01406461,0.07327928;-0.7138562;0.09043805,0.07701591;-0.7681944;0.03683677,-0.07068066;0.00442717;-0.03721079,-0.09587055;-0.37286;0.0004704371,-0.1156091;-0.7134981;0.07841953,-0.1171994;-0.7645409;0.01985719,0.00608974;0.3998611;0.005371508,114.165
+0;0;0,0.002390504;0.1998986;0.005903214,0.006757434;0.4997363;-0.0007049111,0.1206567;0.3668365;0.005499993,0.1561382;0.08986643;0.02620381,0.1999648;-0.1791167;-0.03804028,-0.1071306;0.3583058;-0.001365645,-0.1474088;0.08132336;-0.009005869,-0.1860434;-0.1907127;-0.06289254,0.07188866;0.005404756;-0.03468154,0.08633306;-0.3719525;0.007659901,0.08970725;-0.7156408;0.07374293,0.09060276;-0.7059069;-0.02417789,-0.07080355;0.004143677;-0.03700929,-0.09638682;-0.3738338;-0.007369217,-0.1119355;-0.7173957;0.0576194,-0.1085985;-0.7076335;-0.04025448,0.005299799;0.3998708;0.00426932,0;0;0,0.002691146;0.1998834;0.006276765,0.006393451;0.4997655;0.001594166,0.1201634;0.3672277;0.01703698,0.1548198;0.08964267;0.02909854,0.2038229;-0.1814147;-0.02116662,-0.1080535;0.3605367;0.001261452,-0.1568128;0.08835173;-0.04275996,-0.2062213;-0.1600864;-0.1620801,0.07343028;0.004953635;-0.03136008,0.07465575;-0.3723565;0.01375714,0.07319866;-0.7139441;0.09001848,0.07631572;-0.7685322;0.03677243,-0.07057963;0.004416105;-0.03740339,-0.09636725;-0.3729634;-0.00107567,-0.1157622;-0.7134609;0.07757088,-0.116878;-0.765;0.01969052,0.005221239;0.3998671;0.005947398,114.1984
+0;0;0,0.002240831;0.1998988;0.005952647,0.006509877;0.4997389;-0.0006139474,0.1204525;0.3668367;0.005572842,0.1559356;0.08986405;0.02623902,0.2000544;-0.1789815;-0.03837992,-0.107355;0.3583599;-0.001270665,-0.1476435;0.08153072;-0.01320645,-0.1870885;-0.189334;-0.07216723,0.07188712;0.005447961;-0.03467798,0.08609422;-0.3719069;0.007765371,0.08944061;-0.7155904;0.07387498,0.09032945;-0.705851;-0.02404703,-0.07081272;0.004104508;-0.0369961,-0.09656419;-0.3738535;-0.007254424,-0.112261;-0.7173967;0.05779713,-0.1089298;-0.7076296;-0.04007797,0.005095765;0.399872;0.004347076,0;0;0,0.002691146;0.1998834;0.006276765,0.006393451;0.4997655;0.001594166,0.1201634;0.3672277;0.01703698,0.1548198;0.08964267;0.02909854,0.2038229;-0.1814147;-0.02116662,-0.1080535;0.3605367;0.001261452,-0.1568128;0.08835173;-0.04275996,-0.2062213;-0.1600864;-0.1620801,0.07343028;0.004953635;-0.03136008,0.07465575;-0.3723565;0.01375714,0.07319866;-0.7139441;0.09001848,0.07631572;-0.7685322;0.03677243,-0.07057963;0.004416105;-0.03740339,-0.09636725;-0.3729634;-0.00107567,-0.1157622;-0.7134609;0.07757088,-0.116878;-0.765;0.01969052,0.005221239;0.3998671;0.005947398,114.2319
+0;0;0,0.002240831;0.1998988;0.005952647,0.006509877;0.4997389;-0.0006139474,0.1204525;0.3668367;0.005572842,0.1559356;0.08986405;0.02623902,0.2000544;-0.1789815;-0.03837992,-0.107355;0.3583599;-0.001270665,-0.1476435;0.08153072;-0.01320645,-0.1870885;-0.189334;-0.07216723,0.07188712;0.005447961;-0.03467798,0.08609422;-0.3719069;0.007765371,0.08944061;-0.7155904;0.07387498,0.09032945;-0.705851;-0.02404703,-0.07081272;0.004104508;-0.0369961,-0.09656419;-0.3738535;-0.007254424,-0.112261;-0.7173967;0.05779713,-0.1089298;-0.7076296;-0.04007797,0.005095765;0.399872;0.004347076,0;0;0,0.002494587;0.199881;0.006432686,0.005454588;0.4997794;0.002272178,0.1195565;0.3674797;0.01771179,0.1531807;0.08980957;0.03070116,0.2044622;-0.1804934;-0.02132286,-0.1086716;0.3605155;0.001018499,-0.1587294;0.08933371;-0.04750622,-0.2078774;-0.1545336;-0.17601,0.07347751;0.00497416;-0.03124601,0.07456508;-0.3723445;0.01380343,0.07328454;-0.7140068;0.08973239,0.07606018;-0.7684488;0.03623611,-0.07050946;0.004429484;-0.03753392,-0.0964748;-0.3729396;-0.001223922,-0.1158867;-0.7134337;0.07743283,-0.1170844;-0.7648036;0.01931652,0.004561825;0.3998703;0.00643923,114.254
+0;0;0,0.002240831;0.1998988;0.005952647,0.006509877;0.4997389;-0.0006139474,0.1204525;0.3668367;0.005572842,0.1559356;0.08986405;0.02623902,0.2000544;-0.1789815;-0.03837992,-0.107355;0.3583599;-0.001270665,-0.1476435;0.08153072;-0.01320645,-0.1870885;-0.189334;-0.07216723,0.07188712;0.005447961;-0.03467798,0.08609422;-0.3719069;0.007765371,0.08944061;-0.7155904;0.07387498,0.09032945;-0.705851;-0.02404703,-0.07081272;0.004104508;-0.0369961,-0.09656419;-0.3738535;-0.007254424,-0.112261;-0.7173967;0.05779713,-0.1089298;-0.7076296;-0.04007797,0.005095765;0.399872;0.004347076,0;0;0,0.00235453;0.1998797;0.006525296,0.0050263;0.4997824;0.002507174,0.119172;0.3677806;0.0191481,0.1530707;0.090092;0.03097626,0.2040939;-0.1803347;-0.02065713,-0.1089379;0.3603841;0.0006540529,-0.1597462;0.08989877;-0.05088423,-0.2089802;-0.1511886;-0.1844989,0.07349152;0.004987096;-0.03121098,0.074477;-0.3723424;0.0137498,0.07316127;-0.7139575;0.08989046,0.07554293;-0.7683592;0.03631173,-0.07048327;0.004414683;-0.03758483,-0.09650655;-0.3729489;-0.00125983,-0.1160041;-0.7134852;0.07719305,-0.1157054;-0.7645372;0.01862259,0.004221237;0.3998709;0.006636666,114.2767
+0;0;0,0.002075703;0.1999002;0.005966459,0.006175634;0.4997434;-0.0005769827,0.1202214;0.3668967;0.00565199,0.1557817;0.08992943;0.02625743,0.2000212;-0.1788226;-0.03866723,-0.1075964;0.3583473;-0.001245115,-0.147398;0.08171263;-0.0182476,-0.187888;-0.1890101;-0.07715239,0.07190232;0.005506518;-0.03463717,0.08586624;-0.3718565;0.0078151,0.08893006;-0.7155309;0.07398523,0.08983648;-0.7057886;-0.0239372,-0.07081081;0.004051202;-0.03700562,-0.09660212;-0.3739007;-0.007220754,-0.1124983;-0.717411;0.057956,-0.1091523;-0.7076413;-0.03991915,0.004848894;0.3998746;0.004369493,0;0;0,0.002139379;0.1998786;0.006630068,0.004315513;0.499789;0.002890405,0.1185894;0.3678299;0.02002095,0.1526674;0.09015602;0.03167815,0.2033423;-0.1803581;-0.01984067,-0.10934;0.3601326;0.0002267128,-0.1618488;0.09076595;-0.05531111,-0.2103964;-0.1474847;-0.1941627,0.07352672;0.004957071;-0.03113276,0.07424621;-0.3723593;0.01394317,0.07283004;-0.7140309;0.08982785,0.07534873;-0.7680641;0.03567921,-0.07042398;0.004453883;-0.03769117,-0.09647175;-0.3729172;-0.001461506,-0.1160902;-0.7135469;0.07655457,-0.1149025;-0.766876;0.02128396,0.003690408;0.3998724;0.006925316,114.3099
+0;0;0,0.002075703;0.1999002;0.005966459,0.006175634;0.4997434;-0.0005769827,0.1202214;0.3668967;0.00565199,0.1557817;0.08992943;0.02625743,0.2000212;-0.1788226;-0.03866723,-0.1075964;0.3583473;-0.001245115,-0.147398;0.08171263;-0.0182476,-0.187888;-0.1890101;-0.07715239,0.07190232;0.005506518;-0.03463717,0.08586624;-0.3718565;0.0078151,0.08893006;-0.7155309;0.07398523,0.08983648;-0.7057886;-0.0239372,-0.07081081;0.004051202;-0.03700562,-0.09660212;-0.3739007;-0.007220754,-0.1124983;-0.717411;0.057956,-0.1091523;-0.7076413;-0.03991915,0.004848894;0.3998746;0.004369493,0;0;0,0.00181484;0.1998735;0.006878222,0.003261233;0.4997938;0.003617693,0.1178144;0.3679865;0.02071965,0.1519824;0.09033382;0.03261601,0.2023161;-0.1801894;-0.01918864,-0.1100213;0.3599229;-3.569759E-06,-0.1643583;0.09228015;-0.0617682,-0.211388;-0.1450833;-0.2026468,0.07361004;0.005005026;-0.03092754,0.07405051;-0.3723634;0.01371351,0.07273003;-0.7140517;0.08952504,0.07499109;-0.7678367;0.03498174,-0.07036772;0.004397813;-0.03780269,-0.09656359;-0.3729791;-0.001741257,-0.1158104;-0.7136989;0.07597357,-0.1148082;-0.7672682;0.02106297,0.002885894;0.3998697;0.007494498,114.3434
+0;0;0,0.002075703;0.1999002;0.005966459,0.006175634;0.4997434;-0.0005769827,0.1202214;0.3668967;0.00565199,0.1557817;0.08992943;0.02625743,0.2000212;-0.1788226;-0.03866723,-0.1075964;0.3583473;-0.001245115,-0.147398;0.08171263;-0.0182476,-0.187888;-0.1890101;-0.07715239,0.07190232;0.005506518;-0.03463717,0.08586624;-0.3718565;0.0078151,0.08893006;-0.7155309;0.07398523,0.08983648;-0.7057886;-0.0239372,-0.07081081;0.004051202;-0.03700562,-0.09660212;-0.3739007;-0.007220754,-0.1124983;-0.717411;0.057956,-0.1091523;-0.7076413;-0.03991915,0.004848894;0.3998746;0.004369493,0;0;0,0.00153616;0.1998694;0.007062905,0.00237094;0.4997956;0.004164512,0.1171498;0.3681785;0.0214608,0.1507594;0.09044844;0.0331401,0.2022566;-0.1797276;-0.01932848,-0.1104565;0.3594621;-0.0007475242,-0.1654496;0.09283024;-0.0661938,-0.2130815;-0.1413527;-0.2121032,0.07365787;0.005017534;-0.03081141,0.0738645;-0.3723856;0.01353774,0.07249243;-0.7140878;0.08928487,0.07480538;-0.767924;0.03482239,-0.0703171;0.004381003;-0.03789872,-0.09674528;-0.3729818;-0.001859233,-0.1159557;-0.7137098;0.07582875,-0.1073863;-0.7037631;-0.02176443,0.002203599;0.3998664;0.007923878,114.3768
+0;0;0,0.001810751;0.1999015;0.006008569,0.005674325;0.4997478;-0.0005233046,0.1198457;0.366963;0.00583065,0.1554404;0.08998549;0.02623917,0.1998563;-0.1786453;-0.03906587,-0.1079867;0.3583421;-0.001168627,-0.1471961;0.08196053;-0.02298293,-0.1910878;-0.1850628;-0.0949,0.07193226;0.005515601;-0.03457351,0.08548841;-0.3718575;0.007921431,0.08854374;-0.71556;0.07394636,0.08948138;-0.7058133;-0.0239767,-0.07075917;0.004047566;-0.03710468,-0.09691618;-0.3738619;-0.007100925,-0.1128679;-0.7173582;0.0581362,-0.1094913;-0.707584;-0.03973881,0.00445665;0.3998777;0.004425031,0;0;0,0.001130021;0.1998664;0.007220507,0.001179154;0.4997973;0.004702354,0.1162742;0.3685635;0.0224892,0.1501225;0.09083366;0.03346344,0.2011029;-0.1796453;-0.01793805,-0.1112058;0.3591916;-0.00110727,-0.1667054;0.09360403;-0.07026676,-0.2137657;-0.1378243;-0.2206871,0.07373404;0.005091151;-0.03061651,0.07353532;-0.3723646;0.01328252,0.07183876;-0.7140856;0.08893891,0.07435268;-0.7683308;0.03512047,-0.07024139;0.004312495;-0.03804667,-0.09689818;-0.3730252;-0.001912106,-0.1154918;-0.713735;0.07600515,-0.1182806;-0.7675498;0.02153211,0.001296143;0.3998633;0.008333756,114.3994
+0;0;0,0.001810751;0.1999015;0.006008569,0.005674325;0.4997478;-0.0005233046,0.1198457;0.366963;0.00583065,0.1554404;0.08998549;0.02623917,0.1998563;-0.1786453;-0.03906587,-0.1079867;0.3583421;-0.001168627,-0.1471961;0.08196053;-0.02298293,-0.1910878;-0.1850628;-0.0949,0.07193226;0.005515601;-0.03457351,0.08548841;-0.3718575;0.007921431,0.08854374;-0.71556;0.07394636,0.08948138;-0.7058133;-0.0239767,-0.07075917;0.004047566;-0.03710468,-0.09691618;-0.3738619;-0.007100925,-0.1128679;-0.7173582;0.0581362,-0.1094913;-0.707584;-0.03973881,0.00445665;0.3998777;0.004425031,0;0;0,0.0008381779;0.1998628;0.007358317,0.0003816734;0.499795;0.005078063,0.1156698;0.3686692;0.02281824,0.1495219;0.09094432;0.03390726,0.2004152;-0.1797476;-0.01644903,-0.1117193;0.3590217;-0.001467448,-0.1669543;0.09441257;-0.07448198,-0.2143704;-0.1351986;-0.227552,0.07381114;0.005093359;-0.03042982,0.07329619;-0.3723824;0.01329394,0.07163977;-0.7141976;0.0885243,0.07587966;-0.7677658;0.03376667,-0.07016143;0.004302847;-0.03819501,-0.09719485;-0.3730066;-0.002045751,-0.1158117;-0.7137568;0.07568923,-0.1179178;-0.7673434;0.02083626,0.0006650679;0.3998587;0.00863654,114.4334
+0;0;0,0.001810751;0.1999015;0.006008569,0.005674325;0.4997478;-0.0005233046,0.1198457;0.366963;0.00583065,0.1554404;0.08998549;0.02623917,0.1998563;-0.1786453;-0.03906587,-0.1079867;0.3583421;-0.001168627,-0.1471961;0.08196053;-0.02298293,-0.1910878;-0.1850628;-0.0949,0.07193226;0.005515601;-0.03457351,0.08548841;-0.3718575;0.007921431,0.08854374;-0.71556;0.07394636,0.08948138;-0.7058133;-0.0239767,-0.07075917;0.004047566;-0.03710468,-0.09691618;-0.3738619;-0.007100925,-0.1128679;-0.7173582;0.0581362,-0.1094913;-0.707584;-0.03973881,0.00445665;0.3998777;0.004425031,0;0;0,0.0008381779;0.1998628;0.007358317,0.0003816734;0.499795;0.005078063,0.1156698;0.3686692;0.02281824,0.1495219;0.09094432;0.03390726,0.2004152;-0.1797476;-0.01644903,-0.1117193;0.3590217;-0.001467448,-0.1669543;0.09441257;-0.07448198,-0.2143704;-0.1351986;-0.227552,0.07381114;0.005093359;-0.03042982,0.07329619;-0.3723824;0.01329394,0.07163977;-0.7141976;0.0885243,0.07587966;-0.7677658;0.03376667,-0.07016143;0.004302847;-0.03819501,-0.09719485;-0.3730066;-0.002045751,-0.1158117;-0.7137568;0.07568923,-0.1179178;-0.7673434;0.02083626,0.0006650679;0.3998587;0.00863654,114.4664
+0;0;0,0.001673862;0.1999027;0.006007763,0.005301253;0.4997516;-0.000548725,0.1195844;0.3669705;0.005848635,0.1552099;0.08999297;0.02620193,0.1999015;-0.1785362;-0.03933242,-0.1082477;0.3583444;-0.00121094,-0.1471766;0.08237606;-0.02815534,-0.1923749;-0.1827861;-0.1059124,0.07194834;0.005537096;-0.0345366,0.08532947;-0.3718404;0.007974252,0.08835734;-0.7155339;0.07404684,0.08931534;-0.7057884;-0.02387578,-0.07076263;0.004025916;-0.03710045,-0.09694208;-0.3738912;-0.00721232,-0.1130271;-0.7173551;0.05816233,-0.1096296;-0.7075828;-0.03971156,0.004194364;0.3998804;0.004404393,0;0;0,0.0006312254;0.1998557;0.007569862,-0.0001543209;0.4997884;0.005527717,0.1151871;0.3687194;0.02358352,0.1481014;0.09087986;0.03462296,0.2005709;-0.1793274;-0.01670906,-0.1119854;0.3587472;-0.002016668,-0.167492;0.09502396;-0.07797118,-0.2151339;-0.1320369;-0.2347309,0.0738901;0.005058562;-0.03024339,0.07331307;-0.3724368;0.01331034,0.07185065;-0.7142439;0.08858157,0.07568523;-0.7678853;0.03390604,-0.07010522;0.004317783;-0.03829641,-0.09723762;-0.372979;-0.002088964,-0.1158441;-0.7137573;0.07552525,-0.1173359;-0.7670291;0.02017564,0.0002144731;0.39985;0.009017375,114.4887
+0;0;0,0.001673862;0.1999027;0.006007763,0.005301253;0.4997516;-0.000548725,0.1195844;0.3669705;0.005848635,0.1552099;0.08999297;0.02620193,0.1999015;-0.1785362;-0.03933242,-0.1082477;0.3583444;-0.00121094,-0.1471766;0.08237606;-0.02815534,-0.1923749;-0.1827861;-0.1059124,0.07194834;0.005537096;-0.0345366,0.08532947;-0.3718404;0.007974252,0.08835734;-0.7155339;0.07404684,0.08931534;-0.7057884;-0.02387578,-0.07076263;0.004025916;-0.03710045,-0.09694208;-0.3738912;-0.00721232,-0.1130271;-0.7173551;0.05816233,-0.1096296;-0.7075828;-0.03971156,0.004194364;0.3998804;0.004404393,0;0;0,0.0003164425;0.1998527;0.007667293,-0.001119672;0.4997848;0.00588923,0.1144589;0.3687742;0.02403688,0.1477362;0.09098661;0.0352911,0.199854;-0.1793351;-0.01579618,-0.1126052;0.3586102;-0.002274047,-0.1681436;0.09542409;-0.08004663,-0.2155803;-0.1286206;-0.2411482,0.07394978;0.005094738;-0.03009107,0.07294419;-0.3724265;0.01323033,0.0715525;-0.7142593;0.0883863,0.07537201;-0.7681693;0.03412292,-0.06999516;0.004297155;-0.03849949,-0.09753713;-0.3729787;-0.002383478,-0.1164732;-0.7137522;0.0751721,-0.1174754;-0.7665976;0.01917541,-0.0005067985;0.3998445;0.009288173,114.5223
+0;0;0,0.001673862;0.1999027;0.006007763,0.005301253;0.4997516;-0.000548725,0.1195844;0.3669705;0.005848635,0.1552099;0.08999297;0.02620193,0.1999015;-0.1785362;-0.03933242,-0.1082477;0.3583444;-0.00121094,-0.1471766;0.08237606;-0.02815534,-0.1923749;-0.1827861;-0.1059124,0.07194834;0.005537096;-0.0345366,0.08532947;-0.3718404;0.007974252,0.08835734;-0.7155339;0.07404684,0.08931534;-0.7057884;-0.02387578,-0.07076263;0.004025916;-0.03710045,-0.09694208;-0.3738912;-0.00721232,-0.1130271;-0.7173551;0.05816233,-0.1096296;-0.7075828;-0.03971156,0.004194364;0.3998804;0.004404393,0;0;0,7.831985E-06;0.1998499;0.007747811,-0.001992798;0.499779;0.006099046,0.1137132;0.368788;0.02476251,0.1472995;0.09103677;0.03599637,0.1989081;-0.1792924;-0.01556617,-0.1131359;0.358374;-0.002695213,-0.1689952;0.0963079;-0.0839423,-0.215979;-0.1253721;-0.2484126,0.07403337;0.005144605;-0.02987629,0.07267621;-0.37241;0.01314291,0.07128887;-0.7142589;0.0882259,0.07514825;-0.7682543;0.03409754,-0.0699017;0.00427067;-0.03867188,-0.09770752;-0.3729714;-0.002405033,-0.1170442;-0.7137429;0.07506032,-0.1172161;-0.7662694;0.01858607,-0.001185806;0.3998389;0.009463347,114.556
+0;0;0,0.001547351;0.1999029;0.006036974,0.004989293;0.4997551;-0.0004848279,0.1193804;0.367035;0.005935244,0.1550444;0.09005487;0.02618618,0.1999002;-0.1783338;-0.03980982,-0.108057;0.3576106;-0.003455304,-0.1477731;0.08200407;-0.03284392,-0.1931487;-0.1822174;-0.1136406,0.07195532;0.005566175;-0.03451737,0.0851782;-0.371819;0.007974818,0.08813262;-0.7154994;0.07411899,0.08985091;-0.7057641;-0.02379113,-0.07076007;0.003998226;-0.03710831,-0.09702709;-0.3739107;-0.00719388,-0.1134822;-0.7173854;0.05803168,-0.1093214;-0.7076262;-0.03981002,0.003973015;0.3998818;0.004444486,0;0;0,-0.0002698386;0.199844;0.007892936,-0.002698468;0.4997709;0.006449636,0.1131105;0.3689952;0.02569155,0.147162;0.09128931;0.03664202,0.1985324;-0.1790615;-0.01504479,-0.1135062;0.3580309;-0.003115504,-0.1706208;0.09707549;-0.0870212,-0.2169333;-0.1226418;-0.2542919,0.07407269;0.005206774;-0.02976786,0.07247712;-0.3723575;0.0131587,0.07097543;-0.7141417;0.08853322,0.07511777;-0.7678;0.03390599,-0.06984282;0.004214362;-0.03878428,-0.09761684;-0.3730038;-0.002246086,-0.1178538;-0.7138114;0.07482943,-0.1169558;-0.7674266;0.01998687,-0.001759532;0.3998298;0.009750688,114.578
+0;0;0,0.001547351;0.1999029;0.006036974,0.004989293;0.4997551;-0.0004848279,0.1193804;0.367035;0.005935244,0.1550444;0.09005487;0.02618618,0.1999002;-0.1783338;-0.03980982,-0.108057;0.3576106;-0.003455304,-0.1477731;0.08200407;-0.03284392,-0.1931487;-0.1822174;-0.1136406,0.07195532;0.005566175;-0.03451737,0.0851782;-0.371819;0.007974818,0.08813262;-0.7154994;0.07411899,0.08985091;-0.7057641;-0.02379113,-0.07076007;0.003998226;-0.03710831,-0.09702709;-0.3739107;-0.00719388,-0.1134822;-0.7173854;0.05803168,-0.1093214;-0.7076262;-0.03981002,0.003973015;0.3998818;0.004444486,0;0;0,-0.0004534679;0.19984;0.00798629,-0.003206418;0.4997646;0.006688748,0.112707;0.3691703;0.02618376,0.1468178;0.09146243;0.03689838,0.1980971;-0.1789723;-0.0144387,-0.1137257;0.3577483;-0.003657591,-0.1716572;0.09801161;-0.09072532,-0.2170167;-0.1186061;-0.2622458,0.07412064;0.005220707;-0.02964582,0.0723843;-0.3723625;0.01310811,0.07092261;-0.7141781;0.08834073,0.07505383;-0.7677748;0.03361849,-0.06973892;0.004203321;-0.03897196,-0.09770309;-0.3729783;-0.002201904,-0.1179781;-0.713787;0.07485907,-0.1168178;-0.7666759;0.0189299,-0.002170125;0.399823;0.009946279,114.6112
+0;0;0,0.001547351;0.1999029;0.006036974,0.004989293;0.4997551;-0.0004848279,0.1193804;0.367035;0.005935244,0.1550444;0.09005487;0.02618618,0.1999002;-0.1783338;-0.03980982,-0.108057;0.3576106;-0.003455304,-0.1477731;0.08200407;-0.03284392,-0.1931487;-0.1822174;-0.1136406,0.07195532;0.005566175;-0.03451737,0.0851782;-0.371819;0.007974818,0.08813262;-0.7154994;0.07411899,0.08985091;-0.7057641;-0.02379113,-0.07076007;0.003998226;-0.03710831,-0.09702709;-0.3739107;-0.00719388,-0.1134822;-0.7173854;0.05803168,-0.1093214;-0.7076262;-0.03981002,0.003973015;0.3998818;0.004444486,0;0;0,-0.0006877043;0.1998301;0.008213783,-0.003833787;0.4997523;0.007279788,0.112219;0.3693771;0.02689979,0.146451;0.09166965;0.03723224,0.1978589;-0.1787788;-0.01390345,-0.1140991;0.3576587;-0.004063869,-0.1718465;0.09913394;-0.09478427,-0.2171781;-0.1161026;-0.2680422,0.07415806;0.005313094;-0.02953563,0.07232499;-0.3722955;0.01298935,0.07100102;-0.7140549;0.08847962,0.07428607;-0.7676683;0.03372546,-0.06969414;0.004146468;-0.03905807,-0.09820729;-0.3730187;-0.002542287,-0.117955;-0.713818;0.07469694,-0.1183343;-0.7660055;0.0177314,-0.00268179;0.399808;0.01041455,114.6341
+0;0;0,0.001368516;0.1999032;0.006069954,0.004567614;0.4997593;-0.0004171324,0.1191042;0.3671314;0.006080253,0.1548948;0.09015951;0.0262208,0.1999611;-0.1781361;-0.04000999,-0.1081561;0.3573242;-0.004639121,-0.1487828;0.08233571;-0.03826685,-0.196143;-0.1753818;-0.1369516,0.07199167;0.005609319;-0.03443448,0.08492404;-0.3717902;0.008019973,0.08791815;-0.7154564;0.07423608,0.09007032;-0.7057253;-0.02366459,-0.07072137;0.003956134;-0.03718651,-0.09718706;-0.3739296;-0.007154988,-0.1137403;-0.7173992;0.05807257,-0.1091448;-0.7076417;-0.03974935,0.003671362;0.3998837;0.004487792,0;0;0,-0.0008830417;0.1998215;0.008401855,-0.004224888;0.4997427;0.007792434,0.111893;0.36959;0.02762735,0.1454275;0.09180614;0.03818915,0.1983416;-0.1781557;-0.01397124,-0.114208;0.3574119;-0.00470281,-0.1725883;0.09982702;-0.09766395,-0.2165747;-0.1124799;-0.274839,0.07418612;0.005386004;-0.02945183,0.07220781;-0.3722405;0.01290744,0.07073151;-0.7140388;0.08821825,0.0738042;-0.7688371;0.03530491,-0.06963135;0.004068899;-0.03917802,-0.09840588;-0.3730682;-0.002576862,-0.1183071;-0.7138479;0.07470883,-0.1160165;-0.7646089;0.01578158,-0.003019234;0.3997956;0.01081081,114.6674
+0;0;0,0.001368516;0.1999032;0.006069954,0.004567614;0.4997593;-0.0004171324,0.1191042;0.3671314;0.006080253,0.1548948;0.09015951;0.0262208,0.1999611;-0.1781361;-0.04000999,-0.1081561;0.3573242;-0.004639121,-0.1487828;0.08233571;-0.03826685,-0.196143;-0.1753818;-0.1369516,0.07199167;0.005609319;-0.03443448,0.08492404;-0.3717902;0.008019973,0.08791815;-0.7154564;0.07423608,0.09007032;-0.7057253;-0.02366459,-0.07072137;0.003956134;-0.03718651,-0.09718706;-0.3739296;-0.007154988,-0.1137403;-0.7173992;0.05807257,-0.1091448;-0.7076417;-0.03974935,0.003671362;0.3998837;0.004487792,0;0;0,-0.0008830417;0.1998215;0.008401855,-0.004224888;0.4997427;0.007792434,0.111893;0.36959;0.02762735,0.1454275;0.09180614;0.03818915,0.1983416;-0.1781557;-0.01397124,-0.114208;0.3574119;-0.00470281,-0.1725883;0.09982702;-0.09766395,-0.2165747;-0.1124799;-0.274839,0.07418612;0.005386004;-0.02945183,0.07220781;-0.3722405;0.01290744,0.07073151;-0.7140388;0.08821825,0.0738042;-0.7688371;0.03530491,-0.06963135;0.004068899;-0.03917802,-0.09840588;-0.3730682;-0.002576862,-0.1183071;-0.7138479;0.07470883,-0.1160165;-0.7646089;0.01578158,-0.003019234;0.3997956;0.01081081,114.6897
+0;0;0,0.001368516;0.1999032;0.006069954,0.004567614;0.4997593;-0.0004171324,0.1191042;0.3671314;0.006080253,0.1548948;0.09015951;0.0262208,0.1999611;-0.1781361;-0.04000999,-0.1081561;0.3573242;-0.004639121,-0.1487828;0.08233571;-0.03826685,-0.196143;-0.1753818;-0.1369516,0.07199167;0.005609319;-0.03443448,0.08492404;-0.3717902;0.008019973,0.08791815;-0.7154564;0.07423608,0.09007032;-0.7057253;-0.02366459,-0.07072137;0.003956134;-0.03718651,-0.09718706;-0.3739296;-0.007154988,-0.1137403;-0.7173992;0.05807257,-0.1091448;-0.7076417;-0.03974935,0.003671362;0.3998837;0.004487792,0;0;0,-0.001053511;0.1998115;0.008617716,-0.004485869;0.4997317;0.008138816,0.1116471;0.3697671;0.02822107,0.1455654;0.09202862;0.03875033,0.1982257;-0.1781361;-0.01261051,-0.1143763;0.3574353;-0.005086101,-0.1732007;0.1006281;-0.09990036,-0.2157699;-0.1107152;-0.2785674,0.07427568;0.005425239;-0.02921796,0.07226925;-0.3722421;0.0127746,0.07090195;-0.7140192;0.08818388,0.0742063;-0.7684288;0.03466656,-0.06957639;0.004048202;-0.0392777,-0.09822194;-0.3730836;-0.002520677,-0.1182423;-0.713863;0.07473573,-0.1158329;-0.7647597;0.01599969,-0.003272947;0.3997835;0.01112106,114.7122
+0;0;0,0.001101118;0.199903;0.006131129,0.004125889;0.499762;-0.000301139,0.1187434;0.3671575;0.006259982,0.1546698;0.09020191;0.02638198,0.1998787;-0.1779968;-0.04014301,-0.1082153;0.3568811;-0.006090009,-0.1504471;0.08287194;-0.04527484,-0.1970554;-0.175579;-0.1423869,0.07204024;0.00565764;-0.03432486,0.08451852;-0.3717605;0.008099664,0.08732368;-0.7154315;0.07429942,0.09001079;-0.7057029;-0.0235875,-0.07068465;0.003904659;-0.03726169,-0.09724307;-0.3739671;-0.007136092,-0.1142096;-0.717358;0.05839866,-0.1090804;-0.7075991;-0.03939699,0.003304645;0.3998849;0.004585663,0;0;0,-0.001194904;0.1998054;0.008739417,-0.004814551;0.4997234;0.008380472,0.1113494;0.3699437;0.02886563,0.1455449;0.09223428;0.03926519,0.1980405;-0.1780865;-0.01143884,-0.1144411;0.357182;-0.005691549,-0.1736072;0.1018789;-0.1042801,-0.2146699;-0.1081514;-0.2848379,0.07431807;0.005456945;-0.02910408,0.07222617;-0.3722208;0.01278984,0.07100316;-0.7140019;0.08818356,0.07412262;-0.7681453;0.03423769,-0.06951904;0.004028612;-0.03938113,-0.09801064;-0.3730905;-0.002375551,-0.1182963;-0.7138625;0.07484423,-0.1157276;-0.765053;0.01652178,-0.003552746;0.3997748;0.01132724,114.7459
+0;0;0,0.001101118;0.199903;0.006131129,0.004125889;0.499762;-0.000301139,0.1187434;0.3671575;0.006259982,0.1546698;0.09020191;0.02638198,0.1998787;-0.1779968;-0.04014301,-0.1082153;0.3568811;-0.006090009,-0.1504471;0.08287194;-0.04527484,-0.1970554;-0.175579;-0.1423869,0.07204024;0.00565764;-0.03432486,0.08451852;-0.3717605;0.008099664,0.08732368;-0.7154315;0.07429942,0.09001079;-0.7057029;-0.0235875,-0.07068465;0.003904659;-0.03726169,-0.09724307;-0.3739671;-0.007136092,-0.1142096;-0.717358;0.05839866,-0.1090804;-0.7075991;-0.03939699,0.003304645;0.3998849;0.004585663,0;0;0,-0.001285926;0.1998004;0.008839396,-0.004934142;0.499718;0.008525744,0.1111836;0.3699581;0.02931071,0.1453294;0.09223583;0.03952924,0.1980309;-0.1780451;-0.0111734,-0.1143196;0.3568509;-0.006315487,-0.1726329;0.1062059;-0.1166634,-0.2130806;-0.1062004;-0.294561,0.07431378;0.005495157;-0.02910781,0.07211596;-0.3721817;0.01278855,0.07095521;-0.71398;0.0881056,0.07416927;-0.7681212;0.03416193,-0.06950402;0.003939318;-0.03941664,-0.09787495;-0.373187;-0.002392374,-0.1183394;-0.7139269;0.07492237,-0.1156129;-0.7647796;0.01613963,-0.003675659;0.399769;0.01145947,114.7792
+0;0;0,0.0009215845;0.199902;0.006191757,0.003798543;0.4997638;-0.0001519583,0.1184513;0.3671806;0.006487815,0.1544713;0.09022951;0.02650439,0.1998377;-0.1779492;-0.03999454,-0.1082963;0.3566782;-0.007301638,-0.1530596;0.0844411;-0.0550847,-0.19874;-0.1728486;-0.1556596,0.07207996;0.005679702;-0.03423768,0.08432108;-0.3717421;0.008223388,0.0870714;-0.715415;0.07441527,0.0902335;-0.7056885;-0.02345704,-0.0706424;0.00388197;-0.0373441,-0.09741175;-0.3739795;-0.007275956,-0.1145371;-0.7173103;0.0585319,-0.1089318;-0.7075456;-0.03923882,0.003007598;0.3998857;0.004721177,0;0;0,-0.001433804;0.1997939;0.008963638,-0.005363331;0.4997082;0.008866595,0.110835;0.3700496;0.02980277,0.1450454;0.09233671;0.04005977,0.1978753;-0.1780033;-0.01019255,-0.1145503;0.3567952;-0.006610382,-0.1730691;0.1070306;-0.1188298,-0.2127902;-0.1032506;-0.2993957,0.07434981;0.005469075;-0.02902058,0.07201574;-0.372213;0.01282154,0.07093117;-0.7139595;0.088374,0.07451978;-0.7674842;0.03350376,-0.06942732;0.003966796;-0.03954885,-0.0979659;-0.3731364;-0.00241822,-0.1185409;-0.7138227;0.07510307,-0.1138805;-0.7651536;0.01710688,-0.004015267;0.3997582;0.01172484,114.8015
+0;0;0,0.0009215845;0.199902;0.006191757,0.003798543;0.4997638;-0.0001519583,0.1184513;0.3671806;0.006487815,0.1544713;0.09022951;0.02650439,0.1998377;-0.1779492;-0.03999454,-0.1082963;0.3566782;-0.007301638,-0.1530596;0.0844411;-0.0550847,-0.19874;-0.1728486;-0.1556596,0.07207996;0.005679702;-0.03423768,0.08432108;-0.3717421;0.008223388,0.0870714;-0.715415;0.07441527,0.0902335;-0.7056885;-0.02345704,-0.0706424;0.00388197;-0.0373441,-0.09741175;-0.3739795;-0.007275956,-0.1145371;-0.7173103;0.0585319,-0.1089318;-0.7075456;-0.03923882,0.003007598;0.3998857;0.004721177,0;0;0,-0.00160303;0.1997864;0.009100487,-0.005690157;0.4996986;0.009107679,0.1105405;0.3702577;0.03042896,0.1447071;0.09252653;0.04033133,0.1976254;-0.1778069;-0.009863064,-0.1147377;0.3568815;-0.007193949,-0.1734065;0.1083644;-0.1220731,-0.2115988;-0.09989505;-0.3052925,0.0743841;0.005506953;-0.02892539,0.07178563;-0.372196;0.01271254,0.07086755;-0.7139546;0.08821231,0.07447298;-0.7671047;0.0327771,-0.06937911;0.003935919;-0.03963643,-0.098075;-0.3731579;-0.002531495,-0.1186148;-0.7138538;0.0749568,-0.1140015;-0.7654554;0.01733816,-0.004299477;0.3997482;0.01193335,114.8349
+0;0;0,0.0009215845;0.199902;0.006191757,0.003798543;0.4997638;-0.0001519583,0.1184513;0.3671806;0.006487815,0.1544713;0.09022951;0.02650439,0.1998377;-0.1779492;-0.03999454,-0.1082963;0.3566782;-0.007301638,-0.1530596;0.0844411;-0.0550847,-0.19874;-0.1728486;-0.1556596,0.07207996;0.005679702;-0.03423768,0.08432108;-0.3717421;0.008223388,0.0870714;-0.715415;0.07441527,0.0902335;-0.7056885;-0.02345704,-0.0706424;0.00388197;-0.0373441,-0.09741175;-0.3739795;-0.007275956,-0.1145371;-0.7173103;0.0585319,-0.1089318;-0.7075456;-0.03923882,0.003007598;0.3998857;0.004721177,0;0;0,-0.00160303;0.1997864;0.009100487,-0.005690157;0.4996986;0.009107679,0.1105405;0.3702577;0.03042896,0.1447071;0.09252653;0.04033133,0.1976254;-0.1778069;-0.009863064,-0.1147377;0.3568815;-0.007193949,-0.1734065;0.1083644;-0.1220731,-0.2115988;-0.09989505;-0.3052925,0.0743841;0.005506953;-0.02892539,0.07178563;-0.372196;0.01271254,0.07086755;-0.7139546;0.08821231,0.07447298;-0.7671047;0.0327771,-0.06937911;0.003935919;-0.03963643,-0.098075;-0.3731579;-0.002531495,-0.1186148;-0.7138538;0.0749568,-0.1140015;-0.7654554;0.01733816,-0.004299477;0.3997482;0.01193335,114.8576
+0;0;0,0.0009215845;0.199902;0.006191757,0.003798543;0.4997638;-0.0001519583,0.1184513;0.3671806;0.006487815,0.1544713;0.09022951;0.02650439,0.1998377;-0.1779492;-0.03999454,-0.1082963;0.3566782;-0.007301638,-0.1530596;0.0844411;-0.0550847,-0.19874;-0.1728486;-0.1556596,0.07207996;0.005679702;-0.03423768,0.08432108;-0.3717421;0.008223388,0.0870714;-0.715415;0.07441527,0.0902335;-0.7056885;-0.02345704,-0.0706424;0.00388197;-0.0373441,-0.09741175;-0.3739795;-0.007275956,-0.1145371;-0.7173103;0.0585319,-0.1089318;-0.7075456;-0.03923882,0.003007598;0.3998857;0.004721177,0;0;0,-0.001699373;0.1997795;0.009233856,-0.005934075;0.4996901;0.009569451,0.1103156;0.3703954;0.03115045,0.1444534;0.09265336;0.04084364,0.196964;-0.1777781;-0.009250797,-0.1147211;0.3566954;-0.007697913,-0.1737685;0.1095678;-0.1253471,-0.2103756;-0.09576988;-0.3121528,0.07439535;0.00554763;-0.02888866,0.07159326;-0.3721359;0.01291182,0.07064852;-0.7139407;0.08820182,0.07641824;-0.7670228;0.03284757,-0.069307;0.003886024;-0.0397673,-0.09789117;-0.3732103;-0.002600849,-0.1184381;-0.7139147;0.07484809,-0.1139533;-0.7676032;0.02029414,-0.004499942;0.3997369;0.01227027,114.8912
+0;0;0,0.0007934763;0.1999013;0.006234233,0.003439554;0.499767;-4.600547E-05,0.1182096;0.3672597;0.006769697,0.1543012;0.09029704;0.02649526,0.1997209;-0.1778467;-0.04010809,-0.1084422;0.3565759;-0.007900141,-0.1548236;0.08573437;-0.06169247,-0.2003337;-0.1695068;-0.1674317,0.07213245;0.005697483;-0.034124,0.08423465;-0.371732;0.008308474,0.08690409;-0.7154152;0.07444991,0.09035493;-0.7056885;-0.02341268,-0.07056383;0.003875372;-0.03749303,-0.09741415;-0.3739642;-0.007221807,-0.1147119;-0.7172767;0.05863618,-0.1088175;-0.7075107;-0.0391178,0.002747143;0.3998865;0.004793055,0;0;0,-0.00182694;0.1997724;0.009363121,-0.006290625;0.4996795;0.009976367,0.1100563;0.3706082;0.03165976,0.1442364;0.09287518;0.04146255,0.1970979;-0.1773874;-0.009171538,-0.1148373;0.3565815;-0.008080276,-0.1738798;0.1104615;-0.1278256,-0.210005;-0.09242256;-0.3173857,0.07440827;0.005593274;-0.02884657,0.07154518;-0.3721009;0.01285369,0.07053614;-0.7139097;0.08812477,0.07628165;-0.7668831;0.03260525,-0.0692409;0.003854719;-0.03988533,-0.09794477;-0.3732185;-0.002577223,-0.1184002;-0.7139356;0.07483984,-0.114392;-0.7658475;0.01761766,-0.004782991;0.3997247;0.01257656,114.9248
+0;0;0,0.0007934763;0.1999013;0.006234233,0.003439554;0.499767;-4.600547E-05,0.1182096;0.3672597;0.006769697,0.1543012;0.09029704;0.02649526,0.1997209;-0.1778467;-0.04010809,-0.1084422;0.3565759;-0.007900141,-0.1548236;0.08573437;-0.06169247,-0.2003337;-0.1695068;-0.1674317,0.07213245;0.005697483;-0.034124,0.08423465;-0.371732;0.008308474,0.08690409;-0.7154152;0.07444991,0.09035493;-0.7056885;-0.02341268,-0.07056383;0.003875372;-0.03749303,-0.09741415;-0.3739642;-0.007221807,-0.1147119;-0.7172767;0.05863618,-0.1088175;-0.7075107;-0.0391178,0.002747143;0.3998865;0.004793055,0;0;0,-0.00198938;0.1997612;0.009567007,-0.006820261;0.4996619;0.01075473,0.1097351;0.3708806;0.03218322,0.1440909;0.09317067;0.04202556,0.1966932;-0.1772467;-0.008048825,-0.1150539;0.3565879;-0.008534843,-0.1745688;0.1111566;-0.129454,-0.2123544;-0.08281796;-0.3278126,0.07443723;0.005595267;-0.02877137,0.07142001;-0.3721058;0.01285483,0.0705253;-0.7139225;0.08809166,0.07623674;-0.7668642;0.03252144,-0.06909524;0.003831162;-0.04013938,-0.09817653;-0.3731814;-0.002512351,-0.1184911;-0.7138764;0.07503929,-0.1144325;-0.7661026;0.01827332,-0.005184559;0.3997037;0.01313879,114.9469
+0;0;0,0.0007934763;0.1999013;0.006234233,0.003439554;0.499767;-4.600547E-05,0.1182096;0.3672597;0.006769697,0.1543012;0.09029704;0.02649526,0.1997209;-0.1778467;-0.04010809,-0.1084422;0.3565759;-0.007900141,-0.1548236;0.08573437;-0.06169247,-0.2003337;-0.1695068;-0.1674317,0.07213245;0.005697483;-0.034124,0.08423465;-0.371732;0.008308474,0.08690409;-0.7154152;0.07444991,0.09035493;-0.7056885;-0.02341268,-0.07056383;0.003875372;-0.03749303,-0.09741415;-0.3739642;-0.007221807,-0.1147119;-0.7172767;0.05863618,-0.1088175;-0.7075107;-0.0391178,0.002747143;0.3998865;0.004793055,0;0;0,-0.002120536;0.1997532;0.009705235,-0.007137099;0.49965;0.01107497,0.1093639;0.3707779;0.03295323,0.1436258;0.09304869;0.04257676,0.1960489;-0.1773153;-0.007971462,-0.1151542;0.3564744;-0.008888294,-0.1746832;0.1125102;-0.132734,-0.2114097;-0.07903987;-0.3336313,0.07448465;0.005573028;-0.02865271,0.07137452;-0.372146;0.01280372,0.07057827;-0.7140024;0.08786105,0.07649735;-0.7669675;0.03234753,-0.06900813;0.003867484;-0.04028549,-0.09833574;-0.3731256;-0.002654657,-0.1188386;-0.7137827;0.07501376,-0.1148217;-0.7665408;0.01902286,-0.005447782;0.3996913;0.01340087,114.9689
+0;0;0,0.0006728952;0.1999014;0.006242662,0.003090848;0.4997691;-3.887154E-05,0.1179753;0.3673536;0.007071598,0.1538989;0.09035161;0.02655065,0.1997233;-0.1776718;-0.04025932,-0.1086164;0.3565525;-0.008503836,-0.1566048;0.08749732;-0.0693842,-0.2040443;-0.1589528;-0.1935287,0.07215437;0.005710372;-0.0340755,0.0840994;-0.3717265;0.008336473,0.08672128;-0.715395;0.07455601,0.090472;-0.7056728;-0.02329463,-0.07055001;0.003860489;-0.03752057,-0.09743769;-0.3739749;-0.00723087,-0.1148326;-0.7172329;0.05888511,-0.1086392;-0.70747;-0.03884974,0.002492266;0.3998879;0.004796991,0;0;0,-0.002120536;0.1997532;0.009705235,-0.007137099;0.49965;0.01107497,0.1093639;0.3707779;0.03295323,0.1436258;0.09304869;0.04257676,0.1960489;-0.1773153;-0.007971462,-0.1151542;0.3564744;-0.008888294,-0.1746832;0.1125102;-0.132734,-0.2114097;-0.07903987;-0.3336313,0.07448465;0.005573028;-0.02865271,0.07137452;-0.372146;0.01280372,0.07057827;-0.7140024;0.08786105,0.07649735;-0.7669675;0.03234753,-0.06900813;0.003867484;-0.04028549,-0.09833574;-0.3731256;-0.002654657,-0.1188386;-0.7137827;0.07501376,-0.1148217;-0.7665408;0.01902286,-0.005447782;0.3996913;0.01340087,114.9916
+0;0;0,0.0006728952;0.1999014;0.006242662,0.003090848;0.4997691;-3.887154E-05,0.1179753;0.3673536;0.007071598,0.1538989;0.09035161;0.02655065,0.1997233;-0.1776718;-0.04025932,-0.1086164;0.3565525;-0.008503836,-0.1566048;0.08749732;-0.0693842,-0.2040443;-0.1589528;-0.1935287,0.07215437;0.005710372;-0.0340755,0.0840994;-0.3717265;0.008336473,0.08672128;-0.715395;0.07455601,0.090472;-0.7056728;-0.02329463,-0.07055001;0.003860489;-0.03752057,-0.09743769;-0.3739749;-0.00723087,-0.1148326;-0.7172329;0.05888511,-0.1086392;-0.70747;-0.03884974,0.002492266;0.3998879;0.004796991,0;0;0,-0.002331079;0.1997419;0.009886752,-0.007740355;0.4996305;0.01151459,0.1088651;0.3707785;0.03349516,0.1431749;0.09305313;0.04305737,0.1954073;-0.1772795;-0.007854737,-0.1153266;0.3562295;-0.009542803,-0.1757027;0.114829;-0.1379193,-0.2110231;-0.07564969;-0.3400835,0.0745386;0.005601135;-0.02850655,0.07129932;-0.3721474;0.01267055,0.07042381;-0.7140356;0.08758173,0.0765501;-0.7673928;0.03268136,-0.06895308;0.003854667;-0.04038087,-0.09879233;-0.3730966;-0.002732869,-0.118808;-0.7137925;0.07489222,-0.1145088;-0.7662176;0.01843312,-0.005919607;0.3996722;0.01375616,115.0251
+0;0;0,0.0006728952;0.1999014;0.006242662,0.003090848;0.4997691;-3.887154E-05,0.1179753;0.3673536;0.007071598,0.1538989;0.09035161;0.02655065,0.1997233;-0.1776718;-0.04025932,-0.1086164;0.3565525;-0.008503836,-0.1566048;0.08749732;-0.0693842,-0.2040443;-0.1589528;-0.1935287,0.07215437;0.005710372;-0.0340755,0.0840994;-0.3717265;0.008336473,0.08672128;-0.715395;0.07455601,0.090472;-0.7056728;-0.02329463,-0.07055001;0.003860489;-0.03752057,-0.09743769;-0.3739749;-0.00723087,-0.1148326;-0.7172329;0.05888511,-0.1086392;-0.70747;-0.03884974,0.002492266;0.3998879;0.004796991,0;0;0,-0.002509122;0.1997289;0.01010367,-0.008043916;0.4996138;0.01195946,0.1085133;0.3708678;0.03444927,0.1427693;0.09311867;0.0435002,0.1947775;-0.1771193;-0.008138914,-0.1153045;0.356021;-0.0101955,-0.1763783;0.1157946;-0.140431,-0.2105057;-0.07015096;-0.3469729,0.07461196;0.005632309;-0.02830781,0.07128868;-0.372141;0.01263444,0.07060022;-0.7140337;0.08752712,0.07670233;-0.7673284;0.03252932,-0.06889725;0.003824295;-0.04047893,-0.09928252;-0.3730259;-0.002260875,-0.1187286;-0.7137423;0.07541956,-0.1161454;-0.7674683;0.02080023,-0.006196779;0.3996544;0.01412824,115.0586
+0;0;0,0.000498133;0.1999004;0.006291231,0.002622527;0.4997721;7.008668E-05,0.1176421;0.3673789;0.007279166,0.1536015;0.09037134;0.0266115,0.1995201;-0.1776177;-0.04027149,-0.1088334;0.3565158;-0.009286666,-0.1578517;0.08893305;-0.07559427,-0.205742;-0.1517747;-0.2103767,0.07219182;0.005732105;-0.03399241,0.08397512;-0.3717248;0.008285876,0.08650643;-0.7153647;0.07465757,0.09058583;-0.7056423;-0.02317994,-0.07051102;0.003839051;-0.03759597,-0.09764315;-0.3739728;-0.007230481,-0.1149814;-0.7172099;0.05900893,-0.1084602;-0.7074413;-0.03870578,0.002154742;0.3998885;0.004870767,0;0;0,-0.002627249;0.1997148;0.01034881,-0.008252303;0.4995957;0.01259768,0.1082886;0.3707724;0.03504572,0.1428135;0.09306115;0.04423832,0.1945941;-0.1772103;-0.007454004,-0.1152399;0.3559857;-0.01078028,-0.1762654;0.1164771;-0.1423536,-0.2098998;-0.06748879;-0.3507408,0.07470867;0.005710039;-0.02803587,0.07127619;-0.3721109;0.01245595,0.07081256;-0.7139795;0.0874601,0.07671987;-0.7666785;0.03154954,-0.0687969;0.003833439;-0.04064838,-0.09937964;-0.3729968;-0.002390843,-0.118813;-0.713712;0.07529765,-0.1163939;-0.7674502;0.02068923,-0.006385475;0.3996337;0.01462787,115.092
+0;0;0,0.000498133;0.1999004;0.006291231,0.002622527;0.4997721;7.008668E-05,0.1176421;0.3673789;0.007279166,0.1536015;0.09037134;0.0266115,0.1995201;-0.1776177;-0.04027149,-0.1088334;0.3565158;-0.009286666,-0.1578517;0.08893305;-0.07559427,-0.205742;-0.1517747;-0.2103767,0.07219182;0.005732105;-0.03399241,0.08397512;-0.3717248;0.008285876,0.08650643;-0.7153647;0.07465757,0.09058583;-0.7056423;-0.02317994,-0.07051102;0.003839051;-0.03759597,-0.09764315;-0.3739728;-0.007230481,-0.1149814;-0.7172099;0.05900893,-0.1084602;-0.7074413;-0.03870578,0.002154742;0.3998885;0.004870767,0;0;0,-0.002768084;0.1997053;0.01049344,-0.008439454;0.4995846;0.01281072,0.108028;0.3707086;0.03559991,0.142757;0.0930261;0.04489216,0.1941421;-0.1773803;-0.006488182,-0.1151428;0.3557136;-0.0113228,-0.1772224;0.1188011;-0.1470378,-0.2099541;-0.0489942;-0.3687885,0.07478549;0.005759976;-0.02782001,0.07160438;-0.3721022;0.01230534,0.07071171;-0.7139765;0.08727978,0.07675327;-0.7666376;0.03132764,-0.06873032;0.003846359;-0.04075963,-0.09945364;-0.3729695;-0.002472922,-0.1187765;-0.7136728;0.07529566,-0.1183534;-0.7684222;0.02221683,-0.006568407;0.3996224;0.01482336,115.1256
+0;0;0,0.000498133;0.1999004;0.006291231,0.002622527;0.4997721;7.008668E-05,0.1176421;0.3673789;0.007279166,0.1536015;0.09037134;0.0266115,0.1995201;-0.1776177;-0.04027149,-0.1088334;0.3565158;-0.009286666,-0.1578517;0.08893305;-0.07559427,-0.205742;-0.1517747;-0.2103767,0.07219182;0.005732105;-0.03399241,0.08397512;-0.3717248;0.008285876,0.08650643;-0.7153647;0.07465757,0.09058583;-0.7056423;-0.02317994,-0.07051102;0.003839051;-0.03759597,-0.09764315;-0.3739728;-0.007230481,-0.1149814;-0.7172099;0.05900893,-0.1084602;-0.7074413;-0.03870578,0.002154742;0.3998885;0.004870767,0;0;0,-0.002887663;0.1996963;0.01063266,-0.008735461;0.4995705;0.01315466,0.1076978;0.3706746;0.03633766,0.1424406;0.09298393;0.04532754,0.1935985;-0.1774393;-0.006191056,-0.1151384;0.3556082;-0.01189598,-0.1780603;0.1208016;-0.1508446,-0.2108961;-0.0488158;-0.3711892,0.07484452;0.005717083;-0.02766971,0.07139527;-0.3721775;0.01212723,0.07072312;-0.7140408;0.08715401,0.07661432;-0.7671459;0.03184737,-0.06863569;0.00383199;-0.04092012,-0.09966993;-0.3729619;-0.002667502,-0.1190063;-0.7136311;0.07524646,-0.118486;-0.7687016;0.02268464,-0.006808689;0.399608;0.01509809,115.1482
+0;0;0,0.0003011239;0.1998985;0.006364982,0.002260468;0.4997755;0.0002830732,0.1173649;0.3674437;0.007670406,0.1533629;0.09042794;0.02681309,0.1991954;-0.1775614;-0.04012787,-0.1088812;0.3562788;-0.01028099,-0.1601179;0.09187004;-0.08684977,-0.2088063;-0.1428611;-0.2315242,0.07224973;0.005759005;-0.0338646,0.08365004;-0.3717088;0.008420981,0.08627317;-0.7153538;0.07476254,0.09080556;-0.7056299;-0.02305535,-0.07045966;0.003811469;-0.03769493,-0.09765157;-0.3739924;-0.007284855,-0.1153099;-0.7172016;0.0590148,-0.1083344;-0.7074304;-0.03866909,0.00186483;0.3998877;0.00500263,0;0;0,-0.003034716;0.1996843;0.01081607,-0.008970698;0.4995556;0.01345734,0.1073993;0.3705868;0.0369567,0.1403868;0.09271124;0.04680603,0.1937127;-0.1769898;-0.006276052,-0.1152043;0.355547;-0.01214432,-0.1782577;0.1217901;-0.1527928,-0.2112412;-0.04731093;-0.3735119,0.07496487;0.005655366;-0.02735481,0.07158408;-0.3722933;0.01193099,0.07094616;-0.7142039;0.08674224,0.07681802;-0.7674114;0.03158748,-0.06856989;0.003841114;-0.04102943,-0.0996622;-0.3729291;-0.002591588,-0.1186768;-0.7136614;0.07512528,-0.1173335;-0.7683012;0.02188717,-0.007022774;0.3995928;0.0153643,115.1814
+0;0;0,0.0003011239;0.1998985;0.006364982,0.002260468;0.4997755;0.0002830732,0.1173649;0.3674437;0.007670406,0.1533629;0.09042794;0.02681309,0.1991954;-0.1775614;-0.04012787,-0.1088812;0.3562788;-0.01028099,-0.1601179;0.09187004;-0.08684977,-0.2088063;-0.1428611;-0.2315242,0.07224973;0.005759005;-0.0338646,0.08365004;-0.3717088;0.008420981,0.08627317;-0.7153538;0.07476254,0.09080556;-0.7056299;-0.02305535,-0.07045966;0.003811469;-0.03769493,-0.09765157;-0.3739924;-0.007284855,-0.1153099;-0.7172016;0.0590148,-0.1083344;-0.7074304;-0.03866909,0.00186483;0.3998877;0.00500263,0;0;0,-0.003156976;0.1996715;0.01101533,-0.009119504;0.4995408;0.01381369,0.1070913;0.3704896;0.03798601,0.14037;0.09264049;0.04759927,0.1929464;-0.1772517;-0.005258206,-0.1152219;0.3555343;-0.01235298,-0.1765258;0.1504689;-0.19288,-0.2057119;-0.04637477;-0.389859,0.07507983;0.005652288;-0.02703831,0.07162766;-0.3723316;0.01190051,0.07093156;-0.7142588;0.08663574,0.07693215;-0.7673223;0.03127825,-0.068499;0.003838418;-0.04114795,-0.09991651;-0.3729249;-0.00290738,-0.1186789;-0.7136617;0.07485107,-0.1179148;-0.7682395;0.02150291,-0.00717131;0.399577;0.01567036,115.2038
+0;0;0,0.0003011239;0.1998985;0.006364982,0.002260468;0.4997755;0.0002830732,0.1173649;0.3674437;0.007670406,0.1533629;0.09042794;0.02681309,0.1991954;-0.1775614;-0.04012787,-0.1088812;0.3562788;-0.01028099,-0.1601179;0.09187004;-0.08684977,-0.2088063;-0.1428611;-0.2315242,0.07224973;0.005759005;-0.0338646,0.08365004;-0.3717088;0.008420981,0.08627317;-0.7153538;0.07476254,0.09080556;-0.7056299;-0.02305535,-0.07045966;0.003811469;-0.03769493,-0.09765157;-0.3739924;-0.007284855,-0.1153099;-0.7172016;0.0590148,-0.1083344;-0.7074304;-0.03866909,0.00186483;0.3998877;0.00500263,0;0;0,-0.003156976;0.1996715;0.01101533,-0.009119504;0.4995408;0.01381369,0.1070913;0.3704896;0.03798601,0.14037;0.09264049;0.04759927,0.1929464;-0.1772517;-0.005258206,-0.1152219;0.3555343;-0.01235298,-0.1765258;0.1504689;-0.19288,-0.2057119;-0.04637477;-0.389859,0.07507983;0.005652288;-0.02703831,0.07162766;-0.3723316;0.01190051,0.07093156;-0.7142588;0.08663574,0.07693215;-0.7673223;0.03127825,-0.068499;0.003838418;-0.04114795,-0.09991651;-0.3729249;-0.00290738,-0.1186789;-0.7136617;0.07485107,-0.1179148;-0.7682395;0.02150291,-0.00717131;0.399577;0.01567036,115.2261
+0;0;0,-0.0001482669;0.1998925;0.006555741,0.001538704;0.4997731;0.000613105,0.116741;0.3675151;0.008233575,0.1526723;0.09046474;0.02699591,0.1985699;-0.1774996;-0.04000063,-0.1091988;0.3559646;-0.01134823,-0.1629712;0.09496367;-0.09729598,-0.2120898;-0.1367207;-0.2466603,0.07234625;0.005870224;-0.03363869,0.08285099;-0.3716088;0.008778568,0.08543198;-0.7152467;0.07515909,0.09049869;-0.7055117;-0.02263488,-0.07034778;0.003689642;-0.03791539,-0.09835997;-0.3740007;-0.00684591,-0.1158328;-0.7171966;0.05957167,-0.1083271;-0.7074131;-0.03807544,0.001226077;0.3998839;0.005308338,0;0;0,-0.00322979;0.199665;0.01111102,-0.009274365;0.4995315;0.01404018,0.1068469;0.3704373;0.03869071,0.1399509;0.09255382;0.0479041,0.1922887;-0.1777283;-0.003167681,-0.1152572;0.3555855;-0.0126285,-0.1767682;0.1505793;-0.1931524,-0.2075958;-0.03866898;-0.3971983,0.07512777;0.005661722;-0.02690285,0.07155409;-0.3723337;0.01191309,0.07090037;-0.7143176;0.08638862,0.07632802;-0.7675876;0.03128282,-0.06838915;0.0037942;-0.04133435,-0.09998846;-0.3728897;-0.002465755,-0.1186071;-0.713665;0.07515863,-0.1179132;-0.7679755;0.0213882,-0.007301447;0.3995674;0.01585208,115.2505
+0;0;0,-0.0001482669;0.1998925;0.006555741,0.001538704;0.4997731;0.000613105,0.116741;0.3675151;0.008233575,0.1526723;0.09046474;0.02699591,0.1985699;-0.1774996;-0.04000063,-0.1091988;0.3559646;-0.01134823,-0.1629712;0.09496367;-0.09729598,-0.2120898;-0.1367207;-0.2466603,0.07234625;0.005870224;-0.03363869,0.08285099;-0.3716088;0.008778568,0.08543198;-0.7152467;0.07515909,0.09049869;-0.7055117;-0.02263488,-0.07034778;0.003689642;-0.03791539,-0.09835997;-0.3740007;-0.00684591,-0.1158328;-0.7171966;0.05957167,-0.1083271;-0.7074131;-0.03807544,0.001226077;0.3998839;0.005308338,0;0;0,-0.003325483;0.1996576;0.01121545,-0.009428842;0.4995221;0.01420531,0.1065837;0.3703671;0.03937019,0.1397928;0.09249535;0.04855894,0.191153;-0.1780772;-0.001964368,-0.1153025;0.355589;-0.012857,-0.1768384;0.1510566;-0.193909,-0.2077684;-0.03465928;-0.4011599,0.07519034;0.005691848;-0.02672106,0.07161003;-0.372329;0.01184545,0.07118166;-0.7143099;0.0863366,0.07650997;-0.7676292;0.03129566,-0.06833045;0.003773622;-0.04143319,-0.1000476;-0.3729016;-0.002576705,-0.1185331;-0.7136927;0.07501023,-0.1179263;-0.768035;0.02128867,-0.007441421;0.399558;0.01599981,115.2816
+0;0;0,-0.0001482669;0.1998925;0.006555741,0.001538704;0.4997731;0.000613105,0.116741;0.3675151;0.008233575,0.1526723;0.09046474;0.02699591,0.1985699;-0.1774996;-0.04000063,-0.1091988;0.3559646;-0.01134823,-0.1629712;0.09496367;-0.09729598,-0.2120898;-0.1367207;-0.2466603,0.07234625;0.005870224;-0.03363869,0.08285099;-0.3716088;0.008778568,0.08543198;-0.7152467;0.07515909,0.09049869;-0.7055117;-0.02263488,-0.07034778;0.003689642;-0.03791539,-0.09835997;-0.3740007;-0.00684591,-0.1158328;-0.7171966;0.05957167,-0.1083271;-0.7074131;-0.03807544,0.001226077;0.3998839;0.005308338,0;0;0,-0.003411385;0.1996496;0.01133175,-0.009540666;0.4995121;0.01448543,0.1063752;0.3701934;0.03987302,0.1395721;0.09230998;0.04874978,0.1900117;-0.1786238;-0.0007550083,-0.1152039;0.3555797;-0.01340175,-0.1769204;0.1519866;-0.1954482,-0.2076726;-0.03022799;-0.4058102,0.07524705;0.00564773;-0.02657036,0.07171606;-0.3723919;0.01181681,0.07135127;-0.7144229;0.08607748,0.07679204;-0.7675495;0.03075686,-0.06823337;0.003774783;-0.04159277,-0.09998551;-0.3728644;-0.002416998,-0.1184435;-0.7137656;0.07469111,-0.1181604;-0.7682158;0.02113656,-0.00754983;0.399547;0.01622039,115.3038
+0;0;0,-0.0003955893;0.1998884;0.006668597,0.001067002;0.4997731;0.0008523893,0.1163678;0.3675935;0.008739434,0.1523158;0.09052405;0.02718583,0.1984264;-0.1774294;-0.03970776,-0.109473;0.3559268;-0.01180598,-0.1647411;0.09770769;-0.1049098,-0.2143768;-0.1159558;-0.2789334,0.07239781;0.005914412;-0.03351979,0.08247992;-0.3715613;0.009029027,0.08492383;-0.7152108;0.0753544,0.09030964;-0.7054676;-0.02242421,-0.07031944;0.003638834;-0.03797281,-0.09845335;-0.3740418;-0.006894799,-0.1161415;-0.7171798;0.05976406,-0.108319;-0.7073868;-0.03786015,0.0008386843;0.3998812;0.005495587,0;0;0,-0.003411385;0.1996496;0.01133175,-0.009540666;0.4995121;0.01448543,0.1063752;0.3701934;0.03987302,0.1395721;0.09230998;0.04874978,0.1900117;-0.1786238;-0.0007550083,-0.1152039;0.3555797;-0.01340175,-0.1769204;0.1519866;-0.1954482,-0.2076726;-0.03022799;-0.4058102,0.07524705;0.00564773;-0.02657036,0.07171606;-0.3723919;0.01181681,0.07135127;-0.7144229;0.08607748,0.07679204;-0.7675495;0.03075686,-0.06823337;0.003774783;-0.04159277,-0.09998551;-0.3728644;-0.002416998,-0.1184435;-0.7137656;0.07469111,-0.1181604;-0.7682158;0.02113656,-0.00754983;0.399547;0.01622039,115.3266
+0;0;0,-0.0003955893;0.1998884;0.006668597,0.001067002;0.4997731;0.0008523893,0.1163678;0.3675935;0.008739434,0.1523158;0.09052405;0.02718583,0.1984264;-0.1774294;-0.03970776,-0.109473;0.3559268;-0.01180598,-0.1647411;0.09770769;-0.1049098,-0.2143768;-0.1159558;-0.2789334,0.07239781;0.005914412;-0.03351979,0.08247992;-0.3715613;0.009029027,0.08492383;-0.7152108;0.0753544,0.09030964;-0.7054676;-0.02242421,-0.07031944;0.003638834;-0.03797281,-0.09845335;-0.3740418;-0.006894799,-0.1161415;-0.7171798;0.05976406,-0.108319;-0.7073868;-0.03786015,0.0008386843;0.3998812;0.005495587,0;0;0,-0.003498596;0.1996398;0.01147649,-0.009663209;0.4995002;0.0147622,0.1061749;0.3700452;0.04034545,0.1394428;0.09216943;0.04919606,0.1893844;-0.1789174;2.50265E-05,-0.1151477;0.3555747;-0.01379586,-0.1769694;0.1539061;-0.1979367,-0.2079902;-0.02664062;-0.4096927,0.07531247;0.00560566;-0.02639332,0.07170481;-0.3724861;0.01146986,0.07137262;-0.7145084;0.08577058,0.07665553;-0.7689232;0.03242042,-0.06817421;0.003791258;-0.04168817,-0.1001735;-0.3728345;-0.002584822,-0.1182147;-0.7137272;0.07465929,-0.1184143;-0.7661133;0.01798029,-0.007665084;0.3995345;0.01645341,115.3599
+0;0;0,-0.0003955893;0.1998884;0.006668597,0.001067002;0.4997731;0.0008523893,0.1163678;0.3675935;0.008739434,0.1523158;0.09052405;0.02718583,0.1984264;-0.1774294;-0.03970776,-0.109473;0.3559268;-0.01180598,-0.1647411;0.09770769;-0.1049098,-0.2143768;-0.1159558;-0.2789334,0.07239781;0.005914412;-0.03351979,0.08247992;-0.3715613;0.009029027,0.08492383;-0.7152108;0.0753544,0.09030964;-0.7054676;-0.02242421,-0.07031944;0.003638834;-0.03797281,-0.09845335;-0.3740418;-0.006894799,-0.1161415;-0.7171798;0.05976406,-0.108319;-0.7073868;-0.03786015,0.0008386843;0.3998812;0.005495587,0;0;0,-0.00354323;0.1996344;0.01155625,-0.009679437;0.4994949;0.01488663,0.1060605;0.3698331;0.04060343,0.1393899;0.09197286;0.04970596,0.1889685;-0.1790959;7.040054E-05,-0.1150639;0.3556054;-0.01413882,-0.1768328;0.1555867;-0.2000881,-0.2082091;-0.02210648;-0.4141923,0.07536221;0.005585585;-0.02625524,0.07176117;-0.3725342;0.01132749,0.07144374;-0.7145388;0.08571003,0.07681903;-0.7687181;0.03199837,-0.06812245;0.003808987;-0.04177108,-0.1002665;-0.3728264;-0.00287912,-0.1187144;-0.7137146;0.07428871,-0.1175756;-0.7671697;0.01920741,-0.007694547;0.3995287;0.01656263,115.3934
+0;0;0,-0.0007082957;0.1998798;0.006895874,0.0004158451;0.499772;0.001314796,0.1158988;0.3676658;0.009301228,0.1518236;0.09057009;0.02739513,0.1980319;-0.177373;-0.03947258,-0.1097034;0.3558201;-0.01278444,-0.167461;0.1029039;-0.1181289,-0.2160179;-0.1110009;-0.2921605,0.07245171;0.005941164;-0.0333984,0.0819936;-0.3715213;0.0093925,0.0843841;-0.7151935;0.07560205,0.09027994;-0.7054374;-0.02214981,-0.07026992;0.003608007;-0.0380673,-0.0992419;-0.3740574;-0.007580077,-0.1166971;-0.7170831;0.05971546,-0.1083664;-0.7072719;-0.03787046,0.0003540024;0.3998742;0.005833112,0;0;0,-0.003606348;0.1996299;0.01161462,-0.009739738;0.4994905;0.01493634,0.1058845;0.3696656;0.0409823,0.1393226;0.09181559;0.04999885,0.1881492;-0.1795251;0.001109492,-0.1150034;0.3556133;-0.01453447,-0.1768481;0.1567307;-0.2016733,-0.2085589;-0.01876158;-0.4175365,0.07543564;0.005552218;-0.02605068,0.07192484;-0.3726039;0.01117323,0.07162598;-0.7146217;0.08549497,0.07594514;-0.7689033;0.03184832,-0.06805606;0.003825154;-0.04187767,-0.1004066;-0.3727756;-0.002822477,-0.1186006;-0.7137269;0.07412675,-0.1180729;-0.7661545;0.01751031,-0.007758575;0.3995242;0.01661619,115.4158
+0;0;0,-0.0007082957;0.1998798;0.006895874,0.0004158451;0.499772;0.001314796,0.1158988;0.3676658;0.009301228,0.1518236;0.09057009;0.02739513,0.1980319;-0.177373;-0.03947258,-0.1097034;0.3558201;-0.01278444,-0.167461;0.1029039;-0.1181289,-0.2160179;-0.1110009;-0.2921605,0.07245171;0.005941164;-0.0333984,0.0819936;-0.3715213;0.0093925,0.0843841;-0.7151935;0.07560205,0.09027994;-0.7054374;-0.02214981,-0.07026992;0.003608007;-0.0380673,-0.0992419;-0.3740574;-0.007580077,-0.1166971;-0.7170831;0.05971546,-0.1083664;-0.7072719;-0.03787046,0.0003540024;0.3998742;0.005833112,0;0;0,-0.00364829;0.1996222;0.01173397,-0.009714946;0.499482;0.01529094,0.1058322;0.3695925;0.04138482,0.1393179;0.09175658;0.05065303,0.1875882;-0.179663;0.001649126,-0.1148354;0.3556181;-0.01488562,-0.1767925;0.1578953;-0.2032125,-0.2087877;-0.01571278;-0.4205523,0.07546315;0.005462331;-0.02598991,0.07211557;-0.3727075;0.01110918,0.0717819;-0.7147577;0.08528166,0.0770548;-0.76818;0.03039144,-0.06799293;0.00388164;-0.04197492,-0.10057;-0.3726968;-0.002892949,-0.1182424;-0.7137311;0.07380984,-0.1179759;-0.7661585;0.01719128,-0.007764393;0.3995136;0.01687887,115.4498
+0;0;0,-0.0007082957;0.1998798;0.006895874,0.0004158451;0.499772;0.001314796,0.1158988;0.3676658;0.009301228,0.1518236;0.09057009;0.02739513,0.1980319;-0.177373;-0.03947258,-0.1097034;0.3558201;-0.01278444,-0.167461;0.1029039;-0.1181289,-0.2160179;-0.1110009;-0.2921605,0.07245171;0.005941164;-0.0333984,0.0819936;-0.3715213;0.0093925,0.0843841;-0.7151935;0.07560205,0.09027994;-0.7054374;-0.02214981,-0.07026992;0.003608007;-0.0380673,-0.0992419;-0.3740574;-0.007580077,-0.1166971;-0.7170831;0.05971546,-0.1083664;-0.7072719;-0.03787046,0.0003540024;0.3998742;0.005833112,0;0;0,-0.003678636;0.1996156;0.01183585,-0.009728713;0.4994739;0.01555511,0.1057796;0.3695332;0.04166627,0.1391671;0.09170055;0.05137566,0.1870856;-0.1796876;0.001854841,-0.1146803;0.3556363;-0.01531109,-0.1768824;0.1593232;-0.2050269,-0.2084207;-0.01099105;-0.4250232,0.07549056;0.005410788;-0.025921,0.07201434;-0.3727528;0.01123028,0.07181533;-0.7148211;0.08531982,0.07634944;-0.7689857;0.03150745,-0.06794915;0.003901912;-0.04204389,-0.1005447;-0.3726718;-0.002931628,-0.1182439;-0.7137012;0.07378633,-0.1174717;-0.7662594;0.01736323,-0.007787299;0.3995045;0.01708432,115.4715
+0;0;0,-0.0008442467;0.1998762;0.006983846,0.0001260504;0.4997723;0.001534971,0.1156787;0.3677882;0.009915248,0.1515187;0.09066454;0.02774653,0.1978977;-0.1771926;-0.03934709,-0.1096234;0.3555098;-0.01375606,-0.1716091;0.109546;-0.132329,-0.2186018;-0.1008987;-0.3109481,0.07246783;0.005945241;-0.03336266,0.08174895;-0.3715123;0.009528335,0.08410008;-0.7151762;0.07578206,0.09051897;-0.7054196;-0.02193695,-0.07026391;0.003605187;-0.03807865,-0.09945126;-0.3740332;-0.007462181,-0.1165087;-0.7170537;0.05996182,-0.107662;-0.7072384;-0.03757952,0.0001138241;0.3998715;0.005987125,0;0;0,-0.003742232;0.19961;0.01190986,-0.009811814;0.4994676;0.01563832,0.1056279;0.3693848;0.04191339,0.1391558;0.09157652;0.05183345,0.1867521;-0.1798112;0.00200073,-0.1146635;0.3556961;-0.01562886,-0.1766652;0.1620673;-0.2081481,-0.2084302;-0.00731796;-0.428828,0.075598;0.005283216;-0.02563261,0.07204755;-0.372918;0.01112685,0.07180072;-0.7150271;0.08502717,0.07660332;-0.7691693;0.03120312,-0.0678596;0.003948428;-0.04218394,-0.1005695;-0.3726121;-0.003040954,-0.1182591;-0.7135949;0.0738866,-0.1174639;-0.7659795;0.01721072,-0.007866208;0.3994983;0.01716917,115.5047
+0;0;0,-0.0008442467;0.1998762;0.006983846,0.0001260504;0.4997723;0.001534971,0.1156787;0.3677882;0.009915248,0.1515187;0.09066454;0.02774653,0.1978977;-0.1771926;-0.03934709,-0.1096234;0.3555098;-0.01375606,-0.1716091;0.109546;-0.132329,-0.2186018;-0.1008987;-0.3109481,0.07246783;0.005945241;-0.03336266,0.08174895;-0.3715123;0.009528335,0.08410008;-0.7151762;0.07578206,0.09051897;-0.7054196;-0.02193695,-0.07026391;0.003605187;-0.03807865,-0.09945126;-0.3740332;-0.007462181,-0.1165087;-0.7170537;0.05996182,-0.107662;-0.7072384;-0.03757952,0.0001138241;0.3998715;0.005987125,0;0;0,-0.003822101;0.1995987;0.0120723,-0.009964142;0.4994522;0.01601378,0.1054535;0.3693254;0.04237252,0.1390198;0.0915122;0.05202303,0.186178;-0.1799282;0.002060749,-0.114648;0.3558166;-0.01597031,-0.1772671;0.1628821;-0.2089861,-0.2083628;-0.00457558;-0.431227,0.0756483;0.005213552;-0.0254981,0.07217626;-0.3730122;0.01101509,0.07189591;-0.7151638;0.08471865,0.07646775;-0.7700975;0.03213177,-0.06778263;0.003977045;-0.04230481,-0.1005684;-0.3725724;-0.003117491,-0.1187098;-0.7134581;0.07413401,-0.1170555;-0.764969;0.01622682,-0.007995035;0.3994823;0.01747295,115.5384
+0;0;0,-0.0008442467;0.1998762;0.006983846,0.0001260504;0.4997723;0.001534971,0.1156787;0.3677882;0.009915248,0.1515187;0.09066454;0.02774653,0.1978977;-0.1771926;-0.03934709,-0.1096234;0.3555098;-0.01375606,-0.1716091;0.109546;-0.132329,-0.2186018;-0.1008987;-0.3109481,0.07246783;0.005945241;-0.03336266,0.08174895;-0.3715123;0.009528335,0.08410008;-0.7151762;0.07578206,0.09051897;-0.7054196;-0.02193695,-0.07026391;0.003605187;-0.03807865,-0.09945126;-0.3740332;-0.007462181,-0.1165087;-0.7170537;0.05996182,-0.107662;-0.7072384;-0.03757952,0.0001138241;0.3998715;0.005987125,0;0;0,-0.003822101;0.1995987;0.0120723,-0.009964142;0.4994522;0.01601378,0.1054535;0.3693254;0.04237252,0.1390198;0.0915122;0.05202303,0.186178;-0.1799282;0.002060749,-0.114648;0.3558166;-0.01597031,-0.1772671;0.1628821;-0.2089861,-0.2083628;-0.00457558;-0.431227,0.0756483;0.005213552;-0.0254981,0.07217626;-0.3730122;0.01101509,0.07189591;-0.7151638;0.08471865,0.07646775;-0.7700975;0.03213177,-0.06778263;0.003977045;-0.04230481,-0.1005684;-0.3725724;-0.003117491,-0.1187098;-0.7134581;0.07413401,-0.1170555;-0.764969;0.01622682,-0.007995035;0.3994823;0.01747295,115.5609
+0;0;0,-0.001181063;0.1998713;0.007074659,-0.000555973;0.4997725;0.001795215,0.115158;0.367824;0.01040223,0.1510404;0.09069407;0.0280507,0.1975154;-0.1771134;-0.03917473,-0.1097986;0.3553216;-0.01503283,-0.1748099;0.1159823;-0.1449953,-0.2192857;-0.08652009;-0.3331832,0.07251991;0.006015724;-0.03323665,0.08128185;-0.3714572;0.009628195,0.08353636;-0.7151358;0.07580978,0.09054359;-0.7053778;-0.0218691,-0.07020444;0.003532368;-0.03819502,-0.100083;-0.3740281;-0.007285668,-0.1169586;-0.7170618;0.06011687,-0.1075263;-0.7072407;-0.03737079,-0.0004065325;0.3998678;0.0061569,0;0;0,-0.003810403;0.1995918;0.01219025,-0.009792448;0.4994451;0.01642571,0.1054677;0.3692389;0.04298589,0.1391851;0.0914298;0.05221726,0.1854998;-0.1801939;0.00246248,-0.1143712;0.3558351;-0.01625446,-0.1773935;0.1643724;-0.2106,-0.2087014;-0.002665952;-0.4331264,0.07567836;0.005171061;-0.02541747,0.07208896;-0.3730861;0.01075719,0.07183247;-0.7152389;0.08445524,0.09029883;-0.7050155;-0.01181459,-0.0677145;0.00401974;-0.04240977,-0.100652;-0.372494;-0.003007472,-0.1186322;-0.7134223;0.07409382,-0.1165294;-0.7647625;0.01596157,-0.007891017;0.3994722;0.01777173,115.5832
+0;0;0,-0.001181063;0.1998713;0.007074659,-0.000555973;0.4997725;0.001795215,0.115158;0.367824;0.01040223,0.1510404;0.09069407;0.0280507,0.1975154;-0.1771134;-0.03917473,-0.1097986;0.3553216;-0.01503283,-0.1748099;0.1159823;-0.1449953,-0.2192857;-0.08652009;-0.3331832,0.07251991;0.006015724;-0.03323665,0.08128185;-0.3714572;0.009628195,0.08353636;-0.7151358;0.07580978,0.09054359;-0.7053778;-0.0218691,-0.07020444;0.003532368;-0.03819502,-0.100083;-0.3740281;-0.007285668,-0.1169586;-0.7170618;0.06011687,-0.1075263;-0.7072407;-0.03737079,-0.0004065325;0.3998678;0.0061569,0;0;0,-0.003837469;0.1995869;0.0122615,-0.009836546;0.4994383;0.01660436,0.1053853;0.3692405;0.0433337,0.139311;0.09145334;0.05246181,0.1853035;-0.1802316;0.002742462,-0.1142662;0.3558579;-0.01659644,-0.1779899;0.1668217;-0.2130769,-0.2088051;0.001254037;-0.4367682,0.07569283;0.005140926;-0.0253804,0.07210685;-0.3731189;0.01076711,0.07169254;-0.7152172;0.08471715,0.09039162;-0.7049989;-0.0115067,-0.067667;0.004040828;-0.04248351,-0.1008109;-0.3724244;-0.002792347,-0.1188176;-0.7133636;0.0742545,-0.1160545;-0.7635731;0.01459878,-0.007929906;0.3994651;0.01791445,115.617
+0;0;0,-0.001398113;0.1998668;0.007164056,-0.001052268;0.4997736;0.002100013,0.1145818;0.3679743;0.01503585,0.1559174;0.09126249;0.02607737,0.202486;-0.17645;-0.04146063,-0.1099417;0.3553619;-0.01607088,-0.1776634;0.1266015;-0.1626398,-0.2211621;-0.0635075;-0.3635539,0.07254659;0.00601784;-0.03317797,0.08105471;-0.3714631;0.00966762,0.08326956;-0.7151371;0.0758739,0.09222218;-0.7054093;-0.02163964,-0.07010474;0.003542623;-0.03837676,-0.100627;-0.3739453;-0.007211572,-0.1173299;-0.7169592;0.06033433,-0.1059587;-0.7071577;-0.03694219,-0.0007764311;0.3998641;0.006345616,0;0;0,-0.003788641;0.1995846;0.012314,-0.009670316;0.4994374;0.01674992,0.1054849;0.3692252;0.04351699,0.1396293;0.09146795;0.05273975,0.1852443;-0.1802543;0.002876703,-0.1140367;0.3559446;-0.0169361,-0.1781457;0.1677025;-0.2140526,-0.2090106;0.00461413;-0.4395511,0.07573001;0.00505024;-0.02528755,0.07245511;-0.3732331;0.01064337,0.07163063;-0.7154018;0.08426335,0.09051169;-0.7051811;-0.01192544,-0.06756407;0.004108715;-0.04264053,-0.1016197;-0.3722868;-0.003060535,-0.1188437;-0.7133083;0.073801,-0.1157138;-0.7626249;0.01298096,-0.007809379;0.3994628;0.01802001,115.6392
+0;0;0,-0.001398113;0.1998668;0.007164056,-0.001052268;0.4997736;0.002100013,0.1145818;0.3679743;0.01503585,0.1559174;0.09126249;0.02607737,0.202486;-0.17645;-0.04146063,-0.1099417;0.3553619;-0.01607088,-0.1776634;0.1266015;-0.1626398,-0.2211621;-0.0635075;-0.3635539,0.07254659;0.00601784;-0.03317797,0.08105471;-0.3714631;0.00966762,0.08326956;-0.7151371;0.0758739,0.09222218;-0.7054093;-0.02163964,-0.07010474;0.003542623;-0.03837676,-0.100627;-0.3739453;-0.007211572,-0.1173299;-0.7169592;0.06033433,-0.1059587;-0.7071577;-0.03694219,-0.0007764311;0.3998641;0.006345616,0;0;0,-0.003785306;0.1995815;0.01236475,-0.009604936;0.499435;0.01683248,0.1054072;0.3691807;0.04407597,0.1393832;0.09140056;0.05323277,0.1850228;-0.1803327;0.003452662,-0.1139585;0.3559826;-0.01701769,-0.178419;0.1687171;-0.2149482,-0.2091676;0.005538359;-0.4403971,0.07574243;0.005027635;-0.02525484,0.07243616;-0.3732597;0.01063042,0.07182852;-0.7154286;0.08425163,0.09093393;-0.7052138;-0.01189163,-0.06751647;0.004130658;-0.04271375,-0.1020576;-0.3721854;-0.002800077,-0.1189487;-0.7132902;0.07376514,-0.1155373;-0.762991;0.01346463,-0.007765681;0.3994598;0.01809378,115.6724
+0;0;0,-0.001398113;0.1998668;0.007164056,-0.001052268;0.4997736;0.002100013,0.1145818;0.3679743;0.01503585,0.1559174;0.09126249;0.02607737,0.202486;-0.17645;-0.04146063,-0.1099417;0.3553619;-0.01607088,-0.1776634;0.1266015;-0.1626398,-0.2211621;-0.0635075;-0.3635539,0.07254659;0.00601784;-0.03317797,0.08105471;-0.3714631;0.00966762,0.08326956;-0.7151371;0.0758739,0.09222218;-0.7054093;-0.02163964,-0.07010474;0.003542623;-0.03837676,-0.100627;-0.3739453;-0.007211572,-0.1173299;-0.7169592;0.06033433,-0.1059587;-0.7071577;-0.03694219,-0.0007764311;0.3998641;0.006345616,0;0;0,-0.003785306;0.1995815;0.01236475,-0.009604936;0.499435;0.01683248,0.1054072;0.3691807;0.04407597,0.1393832;0.09140056;0.05323277,0.1850228;-0.1803327;0.003452662,-0.1139585;0.3559826;-0.01701769,-0.178419;0.1687171;-0.2149482,-0.2091676;0.005538359;-0.4403971,0.07574243;0.005027635;-0.02525484,0.07243616;-0.3732597;0.01063042,0.07182852;-0.7154286;0.08425163,0.09093393;-0.7052138;-0.01189163,-0.06751647;0.004130658;-0.04271375,-0.1020576;-0.3721854;-0.002800077,-0.1189487;-0.7132902;0.07376514,-0.1155373;-0.762991;0.01346463,-0.007765681;0.3994598;0.01809378,115.695
+0;0;0,-0.001398113;0.1998668;0.007164056,-0.001052268;0.4997736;0.002100013,0.1145818;0.3679743;0.01503585,0.1559174;0.09126249;0.02607737,0.202486;-0.17645;-0.04146063,-0.1099417;0.3553619;-0.01607088,-0.1776634;0.1266015;-0.1626398,-0.2211621;-0.0635075;-0.3635539,0.07254659;0.00601784;-0.03317797,0.08105471;-0.3714631;0.00966762,0.08326956;-0.7151371;0.0758739,0.09222218;-0.7054093;-0.02163964,-0.07010474;0.003542623;-0.03837676,-0.100627;-0.3739453;-0.007211572,-0.1173299;-0.7169592;0.06033433,-0.1059587;-0.7071577;-0.03694219,-0.0007764311;0.3998641;0.006345616,0;0;0,-0.003789935;0.1995804;0.01238103,-0.009590159;0.4994341;0.01686478,0.1053361;0.3690325;0.04427212,0.1393587;0.09125233;0.05325124,0.1842627;-0.1806638;0.003801782,-0.1138518;0.3559311;-0.01722816,-0.1786682;0.1704587;-0.2167246,-0.2097322;0.007596359;-0.442359,0.07574563;0.005004277;-0.02524989,0.07225859;-0.3732799;0.01065158,0.0717998;-0.7154529;0.08425464,0.07776462;-0.7704181;0.03185863,-0.06749053;0.00415891;-0.04275197,-0.1022434;-0.3721382;-0.002843101,-0.1189888;-0.7133534;0.07326049,-0.1149163;-0.7636504;0.01379777,-0.007758216;0.3994587;0.01812011,115.7177
+0;0;0,-0.0016121;0.1998597;0.007314406,-0.001549367;0.4997757;0.002647565,0.1141905;0.3679323;0.01514534,0.155312;0.09121424;0.02681169,0.2017305;-0.1764585;-0.04098677,-0.110941;0.3560275;-0.0140528,-0.1761579;0.1320519;-0.168913,-0.2221354;-0.04124188;-0.3839835,0.07262149;0.005952154;-0.03302561,0.08062428;-0.3715382;0.009834636,0.08282074;-0.7152084;0.07606158,0.09112716;-0.7054353;-0.02151854,-0.07001384;0.003628498;-0.03853435,-0.1009826;-0.3737926;-0.007002745,-0.1178879;-0.7167852;0.06060145,-0.1071584;-0.7069325;-0.03675852,-0.001175425;0.3998582;0.006692702,0;0;0,-0.00383319;0.1995725;0.01249585,-0.00967074;0.4994231;0.01712619,0.1052356;0.368997;0.0446016,0.1392262;0.09121412;0.05361937,0.1838185;-0.1806827;0.00378304,-0.1137264;0.3558418;-0.01749245,-0.1787673;0.1724446;-0.2188258,-0.2101451;0.01044893;-0.4450399,0.07580293;0.004926614;-0.0250927,0.0721902;-0.3733917;0.01043415,0.07188014;-0.7155497;0.08410767,0.0779115;-0.7700515;0.03097516,-0.06742535;0.004196777;-0.04285102,-0.1021223;-0.3720498;-0.002420448,-0.118828;-0.7133268;0.07341442,-0.1139437;-0.7634617;0.01379441,-0.007825447;0.3994474;0.01833424,115.7508
+0;0;0,-0.0016121;0.1998597;0.007314406,-0.001549367;0.4997757;0.002647565,0.1141905;0.3679323;0.01514534,0.155312;0.09121424;0.02681169,0.2017305;-0.1764585;-0.04098677,-0.110941;0.3560275;-0.0140528,-0.1761579;0.1320519;-0.168913,-0.2221354;-0.04124188;-0.3839835,0.07262149;0.005952154;-0.03302561,0.08062428;-0.3715382;0.009834636,0.08282074;-0.7152084;0.07606158,0.09112716;-0.7054353;-0.02151854,-0.07001384;0.003628498;-0.03853435,-0.1009826;-0.3737926;-0.007002745,-0.1178879;-0.7167852;0.06060145,-0.1071584;-0.7069325;-0.03675852,-0.001175425;0.3998582;0.006692702,0;0;0,-0.003855274;0.199567;0.0125751,-0.009679432;0.4994147;0.01743462,0.1051592;0.3687572;0.04481368,0.1393436;0.09099662;0.05378684,0.1836396;-0.1809487;0.003951076,-0.113684;0.3559107;-0.01753852,-0.1790193;0.1739146;-0.2200446,-0.2103633;0.01524602;-0.4486093,0.07581132;0.004898281;-0.02507291,0.07203516;-0.3734369;0.01025719,0.07165799;-0.7156192;0.08381759,0.07815659;-0.7706026;0.03151468,-0.06735428;0.004275511;-0.04295485,-0.1032427;-0.3719658;-0.003527921,-0.1190238;-0.7132769;0.07235156,-0.1143449;-0.7633955;0.01269323,-0.007841852;0.3994378;0.01855618,115.7728
+0;0;0,-0.0016121;0.1998597;0.007314406,-0.001549367;0.4997757;0.002647565,0.1141905;0.3679323;0.01514534,0.155312;0.09121424;0.02681169,0.2017305;-0.1764585;-0.04098677,-0.110941;0.3560275;-0.0140528,-0.1761579;0.1320519;-0.168913,-0.2221354;-0.04124188;-0.3839835,0.07262149;0.005952154;-0.03302561,0.08062428;-0.3715382;0.009834636,0.08282074;-0.7152084;0.07606158,0.09112716;-0.7054353;-0.02151854,-0.07001384;0.003628498;-0.03853435,-0.1009826;-0.3737926;-0.007002745,-0.1178879;-0.7167852;0.06060145,-0.1071584;-0.7069325;-0.03675852,-0.001175425;0.3998582;0.006692702,0;0;0,-0.003855274;0.199567;0.0125751,-0.009679432;0.4994147;0.01743462,0.1051592;0.3687572;0.04481368,0.1393436;0.09099662;0.05378684,0.1836396;-0.1809487;0.003951076,-0.113684;0.3559107;-0.01753852,-0.1790193;0.1739146;-0.2200446,-0.2103633;0.01524602;-0.4486093,0.07581132;0.004898281;-0.02507291,0.07203516;-0.3734369;0.01025719,0.07165799;-0.7156192;0.08381759,0.07815659;-0.7706026;0.03151468,-0.06735428;0.004275511;-0.04295485,-0.1032427;-0.3719658;-0.003527921,-0.1190238;-0.7132769;0.07235156,-0.1143449;-0.7633955;0.01269323,-0.007841852;0.3994378;0.01855618,115.7954
+0;0;0,-0.001744415;0.1998542;0.007432256,-0.001946394;0.499774;0.002964247,0.1137576;0.3678936;0.01702314,0.157189;0.09143904;0.02632975,0.2036621;-0.1763096;-0.04113086,-0.1104241;0.3556867;-0.01711114,-0.1729075;0.1337421;-0.1759709,-0.2250967;-0.04322909;-0.386583,0.07267063;0.005943405;-0.03291891,0.08070056;-0.3715587;0.009832915,0.08281234;-0.7151994;0.076215,0.09280214;-0.7054594;-0.02120027,-0.0698439;0.003671454;-0.03883749,-0.1012632;-0.3736757;-0.006869271,-0.1182712;-0.7166333;0.06088601,-0.1058609;-0.706789;-0.0362723,-0.001465902;0.3998534;0.00691809,0;0;0,-0.003846432;0.1995595;0.01269607,-0.009564937;0.4994061;0.01774811,0.105212;0.3687803;0.04519114,0.1391962;0.09098303;0.05377989,0.1832829;-0.1809598;0.003745127,-0.1135032;0.355928;-0.01763489,-0.1792018;0.1754424;-0.2213716,-0.2107511;0.0198548;-0.4520167,0.07582695;0.004886186;-0.02502794,0.07216308;-0.3734777;0.01000547,0.07157078;-0.7156056;0.08381681,0.07809202;-0.76955;0.02986474,-0.06730073;0.004282137;-0.04303806,-0.1038066;-0.3719214;-0.003818624,-0.1193487;-0.7132484;0.07203893,-0.1142022;-0.7635624;0.01268265,-0.007767803;0.3994278;0.01880398,115.829
+0;0;0,-0.001744415;0.1998542;0.007432256,-0.001946394;0.499774;0.002964247,0.1137576;0.3678936;0.01702314,0.157189;0.09143904;0.02632975,0.2036621;-0.1763096;-0.04113086,-0.1104241;0.3556867;-0.01711114,-0.1729075;0.1337421;-0.1759709,-0.2250967;-0.04322909;-0.386583,0.07267063;0.005943405;-0.03291891,0.08070056;-0.3715587;0.009832915,0.08281234;-0.7151994;0.076215,0.09280214;-0.7054594;-0.02120027,-0.0698439;0.003671454;-0.03883749,-0.1012632;-0.3736757;-0.006869271,-0.1182712;-0.7166333;0.06088601,-0.1058609;-0.706789;-0.0362723,-0.001465902;0.3998534;0.00691809,0;0;0,-0.003840562;0.1995509;0.0128334,-0.009451757;0.4993939;0.0182287,0.1052956;0.3688554;0.04559322,0.139259;0.09104231;0.05374073,0.1831651;-0.1808966;0.00352614,-0.1132975;0.3559293;-0.01768866,-0.1807299;0.1779928;-0.2230943,-0.2111669;0.02497326;-0.4555993,0.07583651;0.004861853;-0.0250037,0.07210793;-0.3735165;0.009865711,0.07166299;-0.7156398;0.08369963,0.07807791;-0.7695138;0.02962554,-0.06726151;0.004322262;-0.04309532,-0.104171;-0.3718509;-0.003961742,-0.1193508;-0.7131741;0.07198587,-0.1138996;-0.7637416;0.01300142,-0.007697288;0.3994136;0.01915847,115.8625
+0;0;0,-0.001744415;0.1998542;0.007432256,-0.001946394;0.499774;0.002964247,0.1137576;0.3678936;0.01702314,0.157189;0.09143904;0.02632975,0.2036621;-0.1763096;-0.04113086,-0.1104241;0.3556867;-0.01711114,-0.1729075;0.1337421;-0.1759709,-0.2250967;-0.04322909;-0.386583,0.07267063;0.005943405;-0.03291891,0.08070056;-0.3715587;0.009832915,0.08281234;-0.7151994;0.076215,0.09280214;-0.7054594;-0.02120027,-0.0698439;0.003671454;-0.03883749,-0.1012632;-0.3736757;-0.006869271,-0.1182712;-0.7166333;0.06088601,-0.1058609;-0.706789;-0.0362723,-0.001465902;0.3998534;0.00691809,0;0;0,-0.003830345;0.1995434;0.01295282,-0.009341472;0.4993838;0.0185985,0.1053619;0.3689339;0.04600398,0.1392435;0.09109616;0.0536333,0.182948;-0.1808628;0.003351346,-0.1131039;0.3559165;-0.01775133,-0.1808865;0.1800182;-0.2247907,-0.2108358;0.02892886;-0.4586177,0.07583322;0.00484091;-0.02501772,0.07210539;-0.37354;0.009824771,0.07180049;-0.7156883;0.08354308,0.07871716;-0.7693631;0.02922273,-0.06723931;0.004352031;-0.04312697,-0.1047702;-0.371729;-0.003699891,-0.119859;-0.7130367;0.07233533,-0.1134828;-0.7630534;0.01269734,-0.00762521;0.3994021;0.01944079,115.8855
+0;0;0,-0.001976914;0.1998433;0.007664605,-0.002404384;0.499766;0.003396042,0.1133968;0.3679721;0.01708566,0.1558164;0.09137955;0.02694207,0.2021938;-0.1763981;-0.0404692,-0.1115039;0.3563124;-0.01478823,-0.1728778;0.14191;-0.1840952,-0.223034;-0.02088699;-0.4063147,0.0727698;0.005895535;-0.03270779,0.08022484;-0.3715909;0.01028503,0.08230556;-0.7152377;0.0766369,0.0915184;-0.7054579;-0.02086318,-0.06974822;0.003719999;-0.03900445,-0.1016885;-0.3735538;-0.006689079,-0.118683;-0.7164891;0.06118283,-0.1070475;-0.7066036;-0.03607982,-0.00187749;0.3998429;0.007283012,0;0;0,-0.003804178;0.1995374;0.01305146,-0.009169735;0.4993765;0.01891739,0.1054488;0.3688017;0.04621777,0.1393108;0.0909588;0.05374632,0.1828989;-0.1809938;0.003329348,-0.1128961;0.3558915;-0.0177574,-0.1823459;0.1836316;-0.2272885,-0.2121973;0.03456388;-0.4624218,0.07582565;0.004843925;-0.02504012,0.07210111;-0.3735398;0.009772319,0.07185227;-0.7156866;0.0834984,0.07889222;-0.7696519;0.02964424,-0.06721315;0.004353458;-0.04316758,-0.1051393;-0.371649;-0.003371507,-0.1196662;-0.7131287;0.07199796,-0.1130017;-0.7636437;0.01306639,-0.007511019;0.3993932;0.01968024,115.9185
+0;0;0,-0.001976914;0.1998433;0.007664605,-0.002404384;0.499766;0.003396042,0.1133968;0.3679721;0.01708566,0.1558164;0.09137955;0.02694207,0.2021938;-0.1763981;-0.0404692,-0.1115039;0.3563124;-0.01478823,-0.1728778;0.14191;-0.1840952,-0.223034;-0.02088699;-0.4063147,0.0727698;0.005895535;-0.03270779,0.08022484;-0.3715909;0.01028503,0.08230556;-0.7152377;0.0766369,0.0915184;-0.7054579;-0.02086318,-0.06974822;0.003719999;-0.03900445,-0.1016885;-0.3735538;-0.006689079,-0.118683;-0.7164891;0.06118283,-0.1070475;-0.7066036;-0.03607982,-0.00187749;0.3998429;0.007283012,0;0;0,-0.003811889;0.1995249;0.01323902,-0.009132583;0.4993586;0.01941408,0.1054866;0.3688323;0.04660139,0.1393499;0.09097615;0.0536189,0.1828126;-0.1809693;0.003055289,-0.112711;0.3558476;-0.01779097,-0.1829093;0.186661;-0.2295647,-0.2123799;0.0377062;-0.4648176,0.07581338;0.004827569;-0.02508038,0.07215984;-0.3735605;0.009691626,0.07193777;-0.7157173;0.08337133,0.07847118;-0.7695686;0.02927622,-0.06718067;0.004376938;-0.04321573,-0.1053224;-0.3715838;-0.003231484,-0.11976;-0.7130717;0.07211789,-0.1132333;-0.7633006;0.01278213,-0.007488871;0.3993743;0.02007362,115.9521
+0;0;0,-0.001976914;0.1998433;0.007664605,-0.002404384;0.499766;0.003396042,0.1133968;0.3679721;0.01708566,0.1558164;0.09137955;0.02694207,0.2021938;-0.1763981;-0.0404692,-0.1115039;0.3563124;-0.01478823,-0.1728778;0.14191;-0.1840952,-0.223034;-0.02088699;-0.4063147,0.0727698;0.005895535;-0.03270779,0.08022484;-0.3715909;0.01028503,0.08230556;-0.7152377;0.0766369,0.0915184;-0.7054579;-0.02086318,-0.06974822;0.003719999;-0.03900445,-0.1016885;-0.3735538;-0.006689079,-0.118683;-0.7164891;0.06118283,-0.1070475;-0.7066036;-0.03607982,-0.00187749;0.3998429;0.007283012,0;0;0,-0.003757258;0.1995046;0.01355668,-0.00879925;0.4993275;0.02048947,0.1057363;0.3687923;0.0472939,0.139306;0.0908854;0.05368426,0.182881;-0.1809445;0.00259874,-0.1122094;0.3558279;-0.01776541,-0.1831503;0.1896531;-0.2316657,-0.2121712;0.04492755;-0.4695991,0.0758144;0.00473942;-0.02509412,0.07218792;-0.3736452;0.009718997,0.07214948;-0.7157947;0.08343235,0.07906726;-0.7693535;0.02893386,-0.06713347;0.004426409;-0.04328398,-0.1052561;-0.3715389;-0.003324565,-0.1197109;-0.7130033;0.07212804,-0.1141123;-0.7635958;0.01319155,-0.007262285;0.3993401;0.02087135,115.9854
+0;0;0,-0.002193109;0.1998336;0.007857397,-0.00284357;0.4997575;0.00377047,0.1130108;0.3679421;0.0172876,0.1544342;0.09121528;0.02760191,0.2009688;-0.1764933;-0.03997515,-0.1121364;0.35658;-0.01378726,-0.1740555;0.1530327;-0.1958161,-0.2224822;-0.005565003;-0.42143,0.07289853;0.005798382;-0.03243738,0.07990919;-0.3717152;0.01039216,0.08200292;-0.7153291;0.07691346,0.09094226;-0.7055267;-0.02061677,-0.06954858;0.003861477;-0.03934571,-0.1020229;-0.3733151;-0.006433289,-0.119012;-0.7162107;0.06163998,-0.107649;-0.706304;-0.03565927,-0.002269533;0.3998334;0.007623506,0;0;0,-0.003751927;0.1994953;0.01369449,-0.008767236;0.4993165;0.02069998,0.1057801;0.3687637;0.04739816,0.1391602;0.09083319;0.0537551,0.1828709;-0.1808914;0.002227031,-0.1120716;0.3558356;-0.01788903,-0.1826941;0.1933837;-0.2347342,-0.2158034;0.05998342;-0.4786771,0.0757962;0.004720952;-0.02515249,0.07224123;-0.3736813;0.009475501,0.07220731;-0.7157882;0.0833867,0.07926311;-0.7688807;0.0281973,-0.06708339;0.004476937;-0.04335637,-0.1055848;-0.3715224;-0.004085854,-0.1197917;-0.7129645;0.07151477,-0.1140714;-0.7634931;0.01250271,-0.007235751;0.3993289;0.02106974,116.0075
+0;0;0,-0.002193109;0.1998336;0.007857397,-0.00284357;0.4997575;0.00377047,0.1130108;0.3679421;0.0172876,0.1544342;0.09121528;0.02760191,0.2009688;-0.1764933;-0.03997515,-0.1121364;0.35658;-0.01378726,-0.1740555;0.1530327;-0.1958161,-0.2224822;-0.005565003;-0.42143,0.07289853;0.005798382;-0.03243738,0.07990919;-0.3717152;0.01039216,0.08200292;-0.7153291;0.07691346,0.09094226;-0.7055267;-0.02061677,-0.06954858;0.003861477;-0.03934571,-0.1020229;-0.3733151;-0.006433289,-0.119012;-0.7162107;0.06163998,-0.107649;-0.706304;-0.03565927,-0.002269533;0.3998334;0.007623506,0;0;0,-0.003710885;0.1994761;0.01398342,-0.008612565;0.4992876;0.02146904,0.1058813;0.3686136;0.04793936,0.1390042;0.09064099;0.05378119,0.1827946;-0.1809635;0.001690716,-0.1117284;0.3558505;-0.0179305,-0.1829684;0.1979737;-0.23793,-0.2153;0.06153595;-0.4802921,0.07579545;0.00466737;-0.02516476,0.07225756;-0.3737406;0.009402068,0.07231385;-0.7158481;0.08331043,0.07952182;-0.7687616;0.02787223,-0.06703938;0.004524029;-0.04341951,-0.1056721;-0.3714625;-0.004155818,-0.1197688;-0.7129003;0.07148473,-0.1140091;-0.7637066;0.01285727,-0.007117189;0.399299;0.02167654,116.0413
+0;0;0,-0.002422012;0.1998215;0.008092723,-0.003323744;0.4997468;0.004212777,0.1126447;0.3680091;0.01760863,0.1536244;0.09123048;0.02829928,0.1999926;-0.176497;-0.03931707,-0.1124243;0.3567309;-0.01424844,-0.174857;0.1625299;-0.2060508,-0.2215956;0.0202914;-0.4426596,0.07301136;0.005772593;-0.03218724,0.07960113;-0.3717361;0.01075223,0.08171231;-0.7153239;0.07740773,0.09091134;-0.7055069;-0.02010138,-0.06938814;0.003899679;-0.0396242,-0.1023754;-0.3731707;-0.006012026,-0.1194134;-0.716148;0.06163619,-0.1077912;-0.7062279;-0.03563521,-0.002663509;0.3998214;0.00801756,0;0;0,-0.003710506;0.1994656;0.01413174,-0.008642874;0.4992692;0.021914,0.1058928;0.3685849;0.04816155,0.1389192;0.09059608;0.05377458,0.1827519;-0.1809662;0.001500204,-0.1122866;0.3559014;-0.01619714,-0.1824138;0.2017848;-0.2391999,-0.213985;0.06513266;-0.4815415,0.0758043;0.004632957;-0.02514446,0.0722051;-0.3737757;0.009408798,0.07229224;-0.7158879;0.08329551,0.07951739;-0.7688447;0.02792427,-0.06702564;0.004545862;-0.04343844,-0.1056691;-0.3714402;-0.004181221,-0.1197777;-0.7128786;0.0714548,-0.1130303;-0.7633436;0.01246443,-0.007130913;0.3992807;0.02201953,116.0745
+0;0;0,-0.002422012;0.1998215;0.008092723,-0.003323744;0.4997468;0.004212777,0.1126447;0.3680091;0.01760863,0.1536244;0.09123048;0.02829928,0.1999926;-0.176497;-0.03931707,-0.1124243;0.3567309;-0.01424844,-0.174857;0.1625299;-0.2060508,-0.2215956;0.0202914;-0.4426596,0.07301136;0.005772593;-0.03218724,0.07960113;-0.3717361;0.01075223,0.08171231;-0.7153239;0.07740773,0.09091134;-0.7055069;-0.02010138,-0.06938814;0.003899679;-0.0396242,-0.1023754;-0.3731707;-0.006012026,-0.1194134;-0.716148;0.06163619,-0.1077912;-0.7062279;-0.03563521,-0.002663509;0.3998214;0.00801756,0;0;0,-0.003710506;0.1994656;0.01413174,-0.008642874;0.4992692;0.021914,0.1058928;0.3685849;0.04816155,0.1389192;0.09059608;0.05377458,0.1827519;-0.1809662;0.001500204,-0.1122866;0.3559014;-0.01619714,-0.1824138;0.2017848;-0.2391999,-0.213985;0.06513266;-0.4815415,0.0758043;0.004632957;-0.02514446,0.0722051;-0.3737757;0.009408798,0.07229224;-0.7158879;0.08329551,0.07951739;-0.7688447;0.02792427,-0.06702564;0.004545862;-0.04343844,-0.1056691;-0.3714402;-0.004181221,-0.1197777;-0.7128786;0.0714548,-0.1130303;-0.7633436;0.01246443,-0.007130913;0.3992807;0.02201953,116.0969
+0;0;0,-0.002422012;0.1998215;0.008092723,-0.003323744;0.4997468;0.004212777,0.1126447;0.3680091;0.01760863,0.1536244;0.09123048;0.02829928,0.1999926;-0.176497;-0.03931707,-0.1124243;0.3567309;-0.01424844,-0.174857;0.1625299;-0.2060508,-0.2215956;0.0202914;-0.4426596,0.07301136;0.005772593;-0.03218724,0.07960113;-0.3717361;0.01075223,0.08171231;-0.7153239;0.07740773,0.09091134;-0.7055069;-0.02010138,-0.06938814;0.003899679;-0.0396242,-0.1023754;-0.3731707;-0.006012026,-0.1194134;-0.716148;0.06163619,-0.1077912;-0.7062279;-0.03563521,-0.002663509;0.3998214;0.00801756,0;0;0,-0.003709015;0.1994592;0.01422237,-0.008619213;0.4992605;0.02209828,0.1058723;0.3685017;0.0483969,0.1387983;0.09049532;0.05371837,0.1830958;-0.1809171;0.001058776,-0.112605;0.3559741;-0.01519603,-0.1823499;0.2055777;-0.240843,-0.2133732;0.06863768;-0.4830928,0.07579554;0.004641145;-0.02516934,0.07217143;-0.373775;0.009298518,0.07231103;-0.7159103;0.08307787,0.079224;-0.7689635;0.0278113,-0.06701446;0.004539802;-0.04345632,-0.1053361;-0.3714591;-0.004006889,-0.1199112;-0.7128183;0.07189773,-0.1123191;-0.7622111;0.01157241,-0.007113385;0.3992719;0.02217807,116.1197
+0;0;0,-0.002610613;0.1998119;0.008270643,-0.003790722;0.4997382;0.004580932,0.1123035;0.3680521;0.01790631,0.1527437;0.09120816;0.02895344,0.1989705;-0.1767823;-0.03771134,-0.1126593;0.3568499;-0.01477155,-0.1762553;0.1690728;-0.212497,-0.2223608;0.03105606;-0.4517158,0.07310154;0.005720427;-0.03199126,0.07934932;-0.3717754;0.01111148,0.0813736;-0.7153691;0.07773954,0.09084663;-0.7055432;-0.01974519,-0.06926481;0.003974386;-0.03983203,-0.1026542;-0.3730133;-0.005693611,-0.1197129;-0.7159732;0.0620374,-0.1078195;-0.7060469;-0.03520249,-0.003020406;0.3998114;0.008328542,0;0;0,-0.00370721;0.1994469;0.01439423,-0.008609382;0.4992422;0.02249597,0.1058938;0.3684133;0.04859087,0.1387459;0.09039432;0.05370742,0.1835375;-0.1808907;0.0008096956,-0.1126707;0.3559143;-0.01460745,-0.1815541;0.2090127;-0.2428069,-0.2126393;0.07467963;-0.4865042,0.0757882;0.004609963;-0.02519714,0.0721435;-0.3738229;0.009085454,0.07230233;-0.7159324;0.0829845,0.07894417;-0.7691153;0.0278801,-0.06699598;0.004576309;-0.04348098,-0.105252;-0.3714237;-0.003978159,-0.1199699;-0.7128131;0.07176235,-0.1124181;-0.7606551;0.00944376,-0.00710323;0.3992535;0.02250353,116.153
+0;0;0,-0.002610613;0.1998119;0.008270643,-0.003790722;0.4997382;0.004580932,0.1123035;0.3680521;0.01790631,0.1527437;0.09120816;0.02895344,0.1989705;-0.1767823;-0.03771134,-0.1126593;0.3568499;-0.01477155,-0.1762553;0.1690728;-0.212497,-0.2223608;0.03105606;-0.4517158,0.07310154;0.005720427;-0.03199126,0.07934932;-0.3717754;0.01111148,0.0813736;-0.7153691;0.07773954,0.09084663;-0.7055432;-0.01974519,-0.06926481;0.003974386;-0.03983203,-0.1026542;-0.3730133;-0.005693611,-0.1197129;-0.7159732;0.0620374,-0.1078195;-0.7060469;-0.03520249,-0.003020406;0.3998114;0.008328542,0;0;0,-0.003693255;0.1994373;0.01453067,-0.008542254;0.499228;0.0228326,0.1059531;0.3682839;0.0486828,0.13879;0.09026232;0.05375934,0.1841225;-0.1809023;0.0007055402,-0.1126365;0.3558429;-0.01422639,-0.1811219;0.2118745;-0.2444064,-0.2118671;0.07395783;-0.4861372,0.07578634;0.004588958;-0.0252066,0.07209228;-0.3738444;0.009065289,0.07229586;-0.7159623;0.08292502,0.07881176;-0.7690699;0.02769212,-0.06697262;0.004596001;-0.04351487,-0.1050303;-0.3714251;-0.004020967,-0.119917;-0.7128056;0.07172658,-0.1122152;-0.7608138;0.009634584,-0.007053563;0.3992391;0.02277375,116.1748
+0;0;0,-0.002610613;0.1998119;0.008270643,-0.003790722;0.4997382;0.004580932,0.1123035;0.3680521;0.01790631,0.1527437;0.09120816;0.02895344,0.1989705;-0.1767823;-0.03771134,-0.1126593;0.3568499;-0.01477155,-0.1762553;0.1690728;-0.212497,-0.2223608;0.03105606;-0.4517158,0.07310154;0.005720427;-0.03199126,0.07934932;-0.3717754;0.01111148,0.0813736;-0.7153691;0.07773954,0.09084663;-0.7055432;-0.01974519,-0.06926481;0.003974386;-0.03983203,-0.1026542;-0.3730133;-0.005693611,-0.1197129;-0.7159732;0.0620374,-0.1078195;-0.7060469;-0.03520249,-0.003020406;0.3998114;0.008328542,0;0;0,-0.003672423;0.199423;0.01473014,-0.00842353;0.4992031;0.0234769,0.1060833;0.3682121;0.04890575,0.1388971;0.09018797;0.05398939,0.1843344;-0.180893;0.0005991235,-0.1126416;0.3559425;-0.01363569,-0.1817048;0.2133762;-0.2445147,-0.2120935;0.07472052;-0.4858674,0.07578776;0.00458402;-0.02520319,0.07196506;-0.3738804;0.008709891,0.07242784;-0.7158964;0.0830392,0.07955452;-0.7692915;0.02831738,-0.06695528;0.004601892;-0.04354093,-0.1052674;-0.3714466;-0.004557472,-0.1200777;-0.7127848;0.07139544,-0.1120738;-0.7617763;0.01059837,-0.006970095;0.3992139;0.02325769,116.1975
+0;0;0,-0.002610613;0.1998119;0.008270643,-0.003790722;0.4997382;0.004580932,0.1123035;0.3680521;0.01790631,0.1527437;0.09120816;0.02895344,0.1989705;-0.1767823;-0.03771134,-0.1126593;0.3568499;-0.01477155,-0.1762553;0.1690728;-0.212497,-0.2223608;0.03105606;-0.4517158,0.07310154;0.005720427;-0.03199126,0.07934932;-0.3717754;0.01111148,0.0813736;-0.7153691;0.07773954,0.09084663;-0.7055432;-0.01974519,-0.06926481;0.003974386;-0.03983203,-0.1026542;-0.3730133;-0.005693611,-0.1197129;-0.7159732;0.0620374,-0.1078195;-0.7060469;-0.03520249,-0.003020406;0.3998114;0.008328542,0;0;0,-0.003672423;0.199423;0.01473014,-0.00842353;0.4992031;0.0234769,0.1060833;0.3682121;0.04890575,0.1388971;0.09018797;0.05398939,0.1843344;-0.180893;0.0005991235,-0.1126416;0.3559425;-0.01363569,-0.1817048;0.2133762;-0.2445147,-0.2120935;0.07472052;-0.4858674,0.07578776;0.00458402;-0.02520319,0.07196506;-0.3738804;0.008709891,0.07242784;-0.7158964;0.0830392,0.07955452;-0.7692915;0.02831738,-0.06695528;0.004601892;-0.04354093,-0.1052674;-0.3714466;-0.004557472,-0.1200777;-0.7127848;0.07139544,-0.1120738;-0.7617763;0.01059837,-0.006970095;0.3992139;0.02325769,116.2311
+0;0;0,-0.00273175;0.1998055;0.008385806,-0.004101601;0.4997333;0.004866319,0.1120583;0.3681808;0.01831347,0.1517583;0.09123358;0.02945686,0.1979341;-0.1768525;-0.03685778,-0.1128061;0.3569294;-0.01526716,-0.1765636;0.1742043;-0.2176196,-0.2215641;0.04407568;-0.4614259,0.07320019;0.005706151;-0.03176748,0.07914749;-0.3717979;0.01130538,0.08117512;-0.7153869;0.07795781,0.09094351;-0.705559;-0.01949817,-0.06905667;0.003997006;-0.04018955,-0.1028554;-0.3728943;-0.00539517,-0.1199708;-0.7158563;0.06231097,-0.1077831;-0.7059256;-0.03489337,-0.00328755;0.3998046;0.008552986,0;0;0,-0.003639929;0.1994136;0.01486454,-0.008325187;0.4991904;0.02375044,0.1061834;0.3681921;0.04903328,0.1390714;0.09017691;0.05412564,0.1847284;-0.1808651;0.000724569,-0.1126164;0.355992;-0.01332365,-0.1813414;0.2154584;-0.245546,-0.2108642;0.07559504;-0.4863086,0.07578794;0.004553179;-0.02520829,0.07188347;-0.37391;0.008709295,0.0724379;-0.715919;0.08306983,0.07949118;-0.7695507;0.02870082,-0.06693438;0.004627883;-0.04357031,-0.105382;-0.371406;-0.004578646,-0.1199716;-0.7127496;0.07139276,-0.1116359;-0.7652687;0.01552587,-0.006891949;0.399201;0.02349101,116.2532
+0;0;0,-0.00273175;0.1998055;0.008385806,-0.004101601;0.4997333;0.004866319,0.1120583;0.3681808;0.01831347,0.1517583;0.09123358;0.02945686,0.1979341;-0.1768525;-0.03685778,-0.1128061;0.3569294;-0.01526716,-0.1765636;0.1742043;-0.2176196,-0.2215641;0.04407568;-0.4614259,0.07320019;0.005706151;-0.03176748,0.07914749;-0.3717979;0.01130538,0.08117512;-0.7153869;0.07795781,0.09094351;-0.705559;-0.01949817,-0.06905667;0.003997006;-0.04018955,-0.1028554;-0.3728943;-0.00539517,-0.1199708;-0.7158563;0.06231097,-0.1077831;-0.7059256;-0.03489337,-0.00328755;0.3998046;0.008552986,0;0;0,-0.003645168;0.1994053;0.01497465,-0.008358493;0.4991778;0.02398588,0.1061663;0.368182;0.04921834,0.1389992;0.09015983;0.05428302,0.1849162;-0.1807922;0.0006489307,-0.1126534;0.3559763;-0.01307498,-0.1810024;0.2186943;-0.2473442,-0.2100111;0.07540649;-0.4861477,0.0757918;0.004534002;-0.02520012,0.07188231;-0.373936;0.008640751,0.07247884;-0.7159433;0.08300857,0.07991975;-0.7694772;0.0285408,-0.06691735;0.004652423;-0.04359385,-0.105402;-0.3713344;-0.004187603,-0.119755;-0.7127242;0.07162131,-0.1114247;-0.765007;0.01540611,-0.006912396;0.3991887;0.02368803,116.276
+0;0;0,-0.00273175;0.1998055;0.008385806,-0.004101601;0.4997333;0.004866319,0.1120583;0.3681808;0.01831347,0.1517583;0.09123358;0.02945686,0.1979341;-0.1768525;-0.03685778,-0.1128061;0.3569294;-0.01526716,-0.1765636;0.1742043;-0.2176196,-0.2215641;0.04407568;-0.4614259,0.07320019;0.005706151;-0.03176748,0.07914749;-0.3717979;0.01130538,0.08117512;-0.7153869;0.07795781,0.09094351;-0.705559;-0.01949817,-0.06905667;0.003997006;-0.04018955,-0.1028554;-0.3728943;-0.00539517,-0.1199708;-0.7158563;0.06231097,-0.1077831;-0.7059256;-0.03489337,-0.00328755;0.3998046;0.008552986,0;0;0,-0.003630709;0.1993953;0.01511055,-0.008344608;0.4991639;0.02424362,0.1062026;0.3681582;0.04934483,0.1390404;0.09013736;0.05445226,0.1851636;-0.1807181;0.0005079098,-0.1126586;0.3560112;-0.01284463,-0.1801591;0.2217187;-0.2490843,-0.2105579;0.08963069;-0.4940918,0.07579501;0.004534454;-0.02519038,0.07185829;-0.3739446;0.008546013,0.07237216;-0.7159712;0.08282593,0.0798069;-0.7694226;0.02823106,-0.06688619;0.004648073;-0.04364208,-0.1054145;-0.3713402;-0.004292347,-0.1197344;-0.7126985;0.07166467,-0.1116527;-0.7652143;0.01575557,-0.006894972;0.3991749;0.02391067,116.3092
+0;0;0,-0.002913833;0.1997979;0.008504043,-0.004526485;0.4997283;0.005208867,0.1117238;0.3682258;0.01857635,0.150954;0.09121948;0.02991053,0.1969533;-0.1769588;-0.0361535,-0.1129517;0.3568767;-0.01586213,-0.1759753;0.1838104;-0.2267556,-0.2212702;0.05765706;-0.4725883,0.07328526;0.005715976;-0.03156894,0.07875715;-0.3718066;0.01140525,0.08079504;-0.7153762;0.07815672,0.09084484;-0.7055436;-0.01927159,-0.06896944;0.003973692;-0.04034137,-0.1032325;-0.372865;-0.005432282,-0.1204549;-0.7157589;0.06259073,-0.1079867;-0.7058263;-0.03457843,-0.0036343;0.3997964;0.008787841,0;0;0,-0.003618973;0.1993881;0.01520862,-0.008299449;0.4991509;0.02455016,0.106241;0.3681249;0.04953621,0.1389983;0.09009397;0.05461264,0.1852893;-0.1807147;0.0005774125,-0.1126371;0.3560576;-0.0126432,-0.1790197;0.2250177;-0.2510166,-0.2070136;0.1239847;-0.5106484,0.07581292;0.00449935;-0.02514272,0.07177927;-0.3739882;0.008486526,0.07255698;-0.7160379;0.0826575,0.07973287;-0.7699493;0.02873719,-0.06685805;0.004680854;-0.0436817,-0.1053787;-0.3713;-0.004253604,-0.1194031;-0.7126343;0.07186577,-0.1119387;-0.7652866;0.01607248,-0.006860298;0.3991621;0.02414368,116.3426
+0;0;0,-0.002913833;0.1997979;0.008504043,-0.004526485;0.4997283;0.005208867,0.1117238;0.3682258;0.01857635,0.150954;0.09121948;0.02991053,0.1969533;-0.1769588;-0.0361535,-0.1129517;0.3568767;-0.01586213,-0.1759753;0.1838104;-0.2267556,-0.2212702;0.05765706;-0.4725883,0.07328526;0.005715976;-0.03156894,0.07875715;-0.3718066;0.01140525,0.08079504;-0.7153762;0.07815672,0.09084484;-0.7055436;-0.01927159,-0.06896944;0.003973692;-0.04034137,-0.1032325;-0.372865;-0.005432282,-0.1204549;-0.7157589;0.06259073,-0.1079867;-0.7058263;-0.03457843,-0.0036343;0.3997964;0.008787841,0;0;0,-0.003583334;0.199381;0.01530945,-0.008230072;0.4991412;0.02475047,0.1062938;0.3681018;0.04972477,0.1390023;0.09006223;0.05463712,0.1852432;-0.1807263;0.0004580542,-0.1125745;0.3560705;-0.01250581,-0.178913;0.2258151;-0.2513211,-0.2318233;0.1113238;-0.5013056,0.07581653;0.004487047;-0.025134,0.07169591;-0.3740105;0.00837208,0.07246036;-0.7160432;0.08262172,0.0806913;-0.7698321;0.02866164,-0.06683797;0.004701715;-0.04371017,-0.1051054;-0.3712142;-0.003425751,-0.119619;-0.7126648;0.07207784,-0.1138948;-0.7670355;0.01870348,-0.006799581;0.3991523;0.02431307,116.3759
+0;0;0,-0.003054766;0.1997911;0.008613402,-0.004904472;0.4997216;0.005483632,0.1114024;0.3681791;0.01886135,0.1503174;0.09114015;0.03048319,0.1955196;-0.1775034;-0.03422689,-0.1114993;0.3567635;-0.02228391,-0.1810112;0.1881608;-0.2347486,-0.2241451;0.06860074;-0.4842378,0.07335951;0.005725727;-0.03139423,0.0785454;-0.3718055;0.01153883,0.08057021;-0.7153522;0.07840883,0.09288552;-0.7055713;-0.01874837,-0.06884561;0.003985785;-0.04055114,-0.1035549;-0.3727677;-0.005167104,-0.1207593;-0.7156303;0.0630186,-0.1060356;-0.7057382;-0.03382605,-0.003940412;0.3997887;0.009019637,0;0;0,-0.003566184;0.1993779;0.01535362,-0.008202617;0.499136;0.02486514,0.1062865;0.3680615;0.04992259,0.1387443;0.08998665;0.05449276,0.1849841;-0.1807986;0.0002965927,-0.11256;0.3560828;-0.01240035,-0.1787674;0.2267088;-0.2517305,-0.2317789;0.1094388;-0.5004021,0.07581776;0.004477475;-0.02513202,0.07169276;-0.3740217;0.008354312,0.07243261;-0.7160828;0.08247381,0.08062465;-0.7698494;0.02847342,-0.06681347;0.004733476;-0.04374418,-0.1051218;-0.371174;-0.00342017,-0.1197068;-0.7126169;0.0721048,-0.1140029;-0.7657589;0.01683386,-0.006773362;0.3991473;0.02440505,116.3988
+0;0;0,-0.003054766;0.1997911;0.008613402,-0.004904472;0.4997216;0.005483632,0.1114024;0.3681791;0.01886135,0.1503174;0.09114015;0.03048319,0.1955196;-0.1775034;-0.03422689,-0.1114993;0.3567635;-0.02228391,-0.1810112;0.1881608;-0.2347486,-0.2241451;0.06860074;-0.4842378,0.07335951;0.005725727;-0.03139423,0.0785454;-0.3718055;0.01153883,0.08057021;-0.7153522;0.07840883,0.09288552;-0.7055713;-0.01874837,-0.06884561;0.003985785;-0.04055114,-0.1035549;-0.3727677;-0.005167104,-0.1207593;-0.7156303;0.0630186,-0.1060356;-0.7057382;-0.03382605,-0.003940412;0.3997887;0.009019637,0;0;0,-0.003566184;0.1993779;0.01535362,-0.008202617;0.499136;0.02486514,0.1062865;0.3680615;0.04992259,0.1387443;0.08998665;0.05449276,0.1849841;-0.1807986;0.0002965927,-0.11256;0.3560828;-0.01240035,-0.1787674;0.2267088;-0.2517305,-0.2317789;0.1094388;-0.5004021,0.07581776;0.004477475;-0.02513202,0.07169276;-0.3740217;0.008354312,0.07243261;-0.7160828;0.08247381,0.08062465;-0.7698494;0.02847342,-0.06681347;0.004733476;-0.04374418,-0.1051218;-0.371174;-0.00342017,-0.1197068;-0.7126169;0.0721048,-0.1140029;-0.7657589;0.01683386,-0.006773362;0.3991473;0.02440505,116.4321
+0;0;0,-0.003054766;0.1997911;0.008613402,-0.004904472;0.4997216;0.005483632,0.1114024;0.3681791;0.01886135,0.1503174;0.09114015;0.03048319,0.1955196;-0.1775034;-0.03422689,-0.1114993;0.3567635;-0.02228391,-0.1810112;0.1881608;-0.2347486,-0.2241451;0.06860074;-0.4842378,0.07335951;0.005725727;-0.03139423,0.0785454;-0.3718055;0.01153883,0.08057021;-0.7153522;0.07840883,0.09288552;-0.7055713;-0.01874837,-0.06884561;0.003985785;-0.04055114,-0.1035549;-0.3727677;-0.005167104,-0.1207593;-0.7156303;0.0630186,-0.1060356;-0.7057382;-0.03382605,-0.003940412;0.3997887;0.009019637,0;0;0,-0.003502916;0.199369;0.01548387,-0.008076591;0.4991232;0.02514142,0.1064101;0.3679781;0.04999885,0.138833;0.08990142;0.05470291,0.185043;-0.1808163;0.0001451187,-0.1124516;0.3561544;-0.01226855,-0.1785173;0.2270975;-0.251809,-0.23011;0.1117329;-0.5016674,0.07581592;0.004453483;-0.02514185,0.07159188;-0.3740531;0.008248501,0.07236456;-0.7161281;0.08230318,0.0804056;-0.7699817;0.02841511,-0.06679965;0.004761857;-0.04376221,-0.1052061;-0.371144;-0.003516138,-0.1197194;-0.7125999;0.07196371,-0.1142734;-0.7654388;0.01621367,-0.006665011;0.3991345;0.02463555,116.4654
+0;0;0,-0.003187552;0.199784;0.008729352,-0.005245122;0.4997135;0.005810675,0.1110784;0.3681406;0.01920085,0.1497431;0.09108245;0.03119208,0.1945115;-0.1776664;-0.03338238,-0.1108604;0.3567586;-0.02508357,-0.1837633;0.1959478;-0.2423968,-0.2223107;0.08285619;-0.4956248,0.07347184;0.00572954;-0.03112973,0.07837412;-0.3718129;0.01173794,0.08041082;-0.7153313;0.07875254,0.09379028;-0.7055684;-0.01826011,-0.06861396;0.004019753;-0.04093856,-0.1039726;-0.3726403;-0.005204223,-0.1211196;-0.7154315;0.0633541,-0.1053365;-0.7055528;-0.03332076,-0.004253566;0.3997802;0.009327583,0;0;0,-0.003492651;0.1993619;0.01557665,-0.008097439;0.499113;0.02531451,0.1063961;0.3679735;0.05018527,0.138625;0.08986995;0.05462755,0.1848654;-0.1808559;0.000136096,-0.1117734;0.3559839;-0.0138496,-0.1895081;0.2029698;-0.2350825,-0.2258905;0.1302413;-0.5030133,0.07580703;0.004468551;-0.02516596,0.07141458;-0.3740385;0.008197485,0.07222952;-0.7160918;0.08235188,0.08059097;-0.7704886;0.02936819,-0.06675925;0.004764151;-0.04382357,-0.1053816;-0.3711168;-0.003551651,-0.1197129;-0.7125539;0.07204789,-0.1178975;-0.7652625;0.01586957,-0.006672007;0.3991245;0.0247844,116.4879
+0;0;0,-0.003187552;0.199784;0.008729352,-0.005245122;0.4997135;0.005810675,0.1110784;0.3681406;0.01920085,0.1497431;0.09108245;0.03119208,0.1945115;-0.1776664;-0.03338238,-0.1108604;0.3567586;-0.02508357,-0.1837633;0.1959478;-0.2423968,-0.2223107;0.08285619;-0.4956248,0.07347184;0.00572954;-0.03112973,0.07837412;-0.3718129;0.01173794,0.08041082;-0.7153313;0.07875254,0.09379028;-0.7055684;-0.01826011,-0.06861396;0.004019753;-0.04093856,-0.1039726;-0.3726403;-0.005204223,-0.1211196;-0.7154315;0.0633541,-0.1053365;-0.7055528;-0.03332076,-0.004253566;0.3997802;0.009327583,0;0;0,-0.003486015;0.1993561;0.01565243,-0.008109287;0.4991039;0.02548497,0.1064102;0.3679433;0.05022168,0.1372351;0.08968934;0.05517524,0.1855162;-0.1803511;-0.0009238832,-0.1112934;0.3558015;-0.01481245,-0.1869865;0.2320197;-0.2542881,-0.2247329;0.1113874;-0.5041342,0.07579999;0.004482853;-0.02518464,0.07132488;-0.3740317;0.008081846,0.07216509;-0.7160813;0.08225304,0.08026616;-0.7703882;0.02908609,-0.06672776;0.004765952;-0.04387129,-0.1055545;-0.3710895;-0.003558222,-0.1198822;-0.7125922;0.07174519,-0.1179582;-0.7653317;0.01561607,-0.006674767;0.3991157;0.02492192,116.5215
+0;0;0,-0.003187552;0.199784;0.008729352,-0.005245122;0.4997135;0.005810675,0.1110784;0.3681406;0.01920085,0.1497431;0.09108245;0.03119208,0.1945115;-0.1776664;-0.03338238,-0.1108604;0.3567586;-0.02508357,-0.1837633;0.1959478;-0.2423968,-0.2223107;0.08285619;-0.4956248,0.07347184;0.00572954;-0.03112973,0.07837412;-0.3718129;0.01173794,0.08041082;-0.7153313;0.07875254,0.09379028;-0.7055684;-0.01826011,-0.06861396;0.004019753;-0.04093856,-0.1039726;-0.3726403;-0.005204223,-0.1211196;-0.7154315;0.0633541,-0.1053365;-0.7055528;-0.03332076,-0.004253566;0.3997802;0.009327583,0;0;0,-0.003469465;0.199351;0.01572138,-0.008091215;0.4990957;0.02564499,0.1064175;0.3679238;0.05039266,0.1372546;0.08966878;0.05521265,0.1853509;-0.1803986;-0.0009153374,-0.1108486;0.3556449;-0.01562621,-0.1825177;0.237112;-0.2589644,-0.2137982;0.1328954;-0.5169575,0.07581126;0.004455052;-0.02515562,0.07124715;-0.3740775;0.007894035,0.07215304;-0.7161081;0.08215222,0.0801962;-0.7704482;0.02902923,-0.06669133;0.00479489;-0.04392351,-0.1057099;-0.3710755;-0.003935795,-0.1200613;-0.7125472;0.07150355,-0.117389;-0.7641273;0.01373208,-0.006654916;0.3991078;0.02505134,116.5439
+0;0;0,-0.003311296;0.1997786;0.008806442,-0.005589202;0.4997069;0.00604749,0.1107762;0.3681466;0.01955596,0.1490157;0.09103841;0.03175465,0.1936824;-0.1777034;-0.03291924,-0.1105693;0.3565755;-0.02641955,-0.1866406;0.2167138;-0.2567495,-0.2187286;0.09877077;-0.5086617,0.073581;0.00573076;-0.03087063,0.07820467;-0.3718159;0.01199136,0.08025537;-0.7153313;0.07902101,0.09420095;-0.7055745;-0.01791061,-0.06835592;0.004035054;-0.0413665,-0.1042552;-0.3725173;-0.005041126,-0.1213909;-0.7152594;0.06376457,-0.1050453;-0.7053871;-0.03281543,-0.004547056;0.3997734;0.009541906,0;0;0,-0.003432379;0.1993467;0.01578322,-0.007958943;0.499089;0.0258308,0.1065036;0.3678448;0.05049439,0.1376509;0.08962473;0.05533799,0.1850574;-0.1805577;-0.0008231476,-0.1104322;0.3555641;-0.01621623,-0.1953803;0.2080003;-0.238497,-0.2249418;0.1546963;-0.5117822,0.07581488;0.004423339;-0.02515031,0.07126965;-0.3741137;0.007849768,0.07209251;-0.7161267;0.08219009,0.08041795;-0.7699912;0.0283623,-0.06667443;0.004814918;-0.04394697,-0.1056582;-0.3710567;-0.003937487,-0.1201288;-0.7125068;0.07157698,-0.1182138;-0.7639832;0.01362927,-0.006557658;0.3991008;0.02519195,116.5774
+0;0;0,-0.003311296;0.1997786;0.008806442,-0.005589202;0.4997069;0.00604749,0.1107762;0.3681466;0.01955596,0.1490157;0.09103841;0.03175465,0.1936824;-0.1777034;-0.03291924,-0.1105693;0.3565755;-0.02641955,-0.1866406;0.2167138;-0.2567495,-0.2187286;0.09877077;-0.5086617,0.073581;0.00573076;-0.03087063,0.07820467;-0.3718159;0.01199136,0.08025537;-0.7153313;0.07902101,0.09420095;-0.7055745;-0.01791061,-0.06835592;0.004035054;-0.0413665,-0.1042552;-0.3725173;-0.005041126,-0.1213909;-0.7152594;0.06376457,-0.1050453;-0.7053871;-0.03281543,-0.004547056;0.3997734;0.009541906,0;0;0,-0.003432379;0.1993467;0.01578322,-0.007958943;0.499089;0.0258308,0.1065036;0.3678448;0.05049439,0.1376509;0.08962473;0.05533799,0.1850574;-0.1805577;-0.0008231476,-0.1104322;0.3555641;-0.01621623,-0.1953803;0.2080003;-0.238497,-0.2249418;0.1546963;-0.5117822,0.07581488;0.004423339;-0.02515031,0.07126965;-0.3741137;0.007849768,0.07209251;-0.7161267;0.08219009,0.08041795;-0.7699912;0.0283623,-0.06667443;0.004814918;-0.04394697,-0.1056582;-0.3710567;-0.003937487,-0.1201288;-0.7125068;0.07157698,-0.1182138;-0.7639832;0.01362927,-0.006557658;0.3991008;0.02519195,116.5995
+0;0;0,-0.003311296;0.1997786;0.008806442,-0.005589202;0.4997069;0.00604749,0.1107762;0.3681466;0.01955596,0.1490157;0.09103841;0.03175465,0.1936824;-0.1777034;-0.03291924,-0.1105693;0.3565755;-0.02641955,-0.1866406;0.2167138;-0.2567495,-0.2187286;0.09877077;-0.5086617,0.073581;0.00573076;-0.03087063,0.07820467;-0.3718159;0.01199136,0.08025537;-0.7153313;0.07902101,0.09420095;-0.7055745;-0.01791061,-0.06835592;0.004035054;-0.0413665,-0.1042552;-0.3725173;-0.005041126,-0.1213909;-0.7152594;0.06376457,-0.1050453;-0.7053871;-0.03281543,-0.004547056;0.3997734;0.009541906,0;0;0,-0.003337719;0.1993333;0.01597142,-0.007750189;0.4990667;0.02633852,0.1066399;0.3677307;0.05095017,0.1378277;0.08951253;0.05563586,0.1850673;-0.1806374;-0.0008216873,-0.1101457;0.3554948;-0.01604939,-0.1853841;0.2417092;-0.2605735,-0.2160989;0.1281596;-0.5146662,0.07584132;0.004374787;-0.02507896,0.07095617;-0.3741546;0.007961443,0.07179124;-0.7162446;0.08194611,0.08052588;-0.7696686;0.0275022,-0.06656168;0.00487553;-0.04411091,-0.1050148;-0.3709853;-0.003491007,-0.12011;-0.7123977;0.0720719,-0.117854;-0.7636029;0.0137569,-0.006382098;0.3990789;0.02558643,116.6332
+0;0;0,-0.003431768;0.1997715;0.008921054,-0.005927749;0.4996986;0.006367903,0.1104695;0.3681513;0.01995895,0.1483667;0.09102061;0.03270241,0.1925891;-0.1778304;-0.03182297,-0.1102829;0.3563879;-0.02761074,-0.18187;0.2215834;-0.262351,-0.220448;0.1004093;-0.5118076,0.07369713;0.005726567;-0.0305931,0.07806884;-0.3718158;0.01233235,0.08014116;-0.715325;0.07939319,0.09462164;-0.7055665;-0.01746032,-0.06812248;0.00408514;-0.04174493,-0.1044782;-0.3723488;-0.004653458,-0.1216184;-0.7150677;0.06426603,-0.1047409;-0.7051903;-0.03222353,-0.004847582;0.3997644;0.009830996,0;0;0,-0.003337719;0.1993333;0.01597142,-0.007750189;0.4990667;0.02633852,0.1066399;0.3677307;0.05095017,0.1378277;0.08951253;0.05563586,0.1850673;-0.1806374;-0.0008216873,-0.1101457;0.3554948;-0.01604939,-0.1853841;0.2417092;-0.2605735,-0.2160989;0.1281596;-0.5146662,0.07584132;0.004374787;-0.02507896,0.07095617;-0.3741546;0.007961443,0.07179124;-0.7162446;0.08194611,0.08052588;-0.7696686;0.0275022,-0.06656168;0.00487553;-0.04411091,-0.1050148;-0.3709853;-0.003491007,-0.12011;-0.7123977;0.0720719,-0.117854;-0.7636029;0.0137569,-0.006382098;0.3990789;0.02558643,116.6553
+0;0;0,-0.003431768;0.1997715;0.008921054,-0.005927749;0.4996986;0.006367903,0.1104695;0.3681513;0.01995895,0.1483667;0.09102061;0.03270241,0.1925891;-0.1778304;-0.03182297,-0.1102829;0.3563879;-0.02761074,-0.18187;0.2215834;-0.262351,-0.220448;0.1004093;-0.5118076,0.07369713;0.005726567;-0.0305931,0.07806884;-0.3718158;0.01233235,0.08014116;-0.715325;0.07939319,0.09462164;-0.7055665;-0.01746032,-0.06812248;0.00408514;-0.04174493,-0.1044782;-0.3723488;-0.004653458,-0.1216184;-0.7150677;0.06426603,-0.1047409;-0.7051903;-0.03222353,-0.004847582;0.3997644;0.009830996,0;0;0,-0.00342038;0.1993282;0.01601749,-0.007927177;0.4990602;0.02638378,0.1064757;0.3677095;0.05105222,0.1375834;0.08948046;0.05562206,0.1847202;-0.1807369;-0.0005979501,-0.1099391;0.3552502;-0.01662859,-0.1954424;0.2089155;-0.2395082,-0.2251688;0.1449065;-0.510468,0.07586613;0.004414028;-0.02499695,0.07059789;-0.3740566;0.008652046,0.07152806;-0.7162266;0.08226467,0.08003214;-0.7694364;0.02745759,-0.0664133;0.00485283;-0.04433648,-0.1054684;-0.3709175;-0.003454059,-0.1206673;-0.7122999;0.07222313,-0.1181331;-0.7635184;0.0139381,-0.006529821;0.3990727;0.02563377,116.678
+0;0;0,-0.003431768;0.1997715;0.008921054,-0.005927749;0.4996986;0.006367903,0.1104695;0.3681513;0.01995895,0.1483667;0.09102061;0.03270241,0.1925891;-0.1778304;-0.03182297,-0.1102829;0.3563879;-0.02761074,-0.18187;0.2215834;-0.262351,-0.220448;0.1004093;-0.5118076,0.07369713;0.005726567;-0.0305931,0.07806884;-0.3718158;0.01233235,0.08014116;-0.715325;0.07939319,0.09462164;-0.7055665;-0.01746032,-0.06812248;0.00408514;-0.04174493,-0.1044782;-0.3723488;-0.004653458,-0.1216184;-0.7150677;0.06426603,-0.1047409;-0.7051903;-0.03222353,-0.004847582;0.3997644;0.009830996,0;0;0,-0.003457518;0.1993223;0.01608296,-0.007999145;0.4990522;0.02649162,0.1064206;0.3677835;0.05122322,0.1377004;0.08957386;0.05580343,0.1843077;-0.1807546;-0.0003241673,-0.1095095;0.3550176;-0.01748554,-0.1858347;0.2513728;-0.2661464,-0.2230221;0.1491666;-0.5241599,0.07586904;0.004423539;-0.02498643,0.07039773;-0.3740317;0.008803444,0.07126269;-0.7162091;0.08238219,0.07961288;-0.7691731;0.02718021,-0.06634624;0.004871052;-0.04443476,-0.1056669;-0.370856;-0.003409434,-0.1208637;-0.712222;0.07234225,-0.117152;-0.763461;0.01414904,-0.006590535;0.399065;0.02572911,116.7112
+0;0;0,-0.003651765;0.1997629;0.00902505,-0.006566041;0.499687;0.006786018,0.1098855;0.3680777;0.02052908,0.1474112;0.09090373;0.03342954,0.1919116;-0.1779045;-0.03108265,-0.1099772;0.3561251;-0.02929834,-0.18381;0.2223598;-0.2639376,-0.2179178;0.1368166;-0.5283596,0.07387318;0.005754427;-0.03016023,0.07784627;-0.371778;0.0128922,0.07988397;-0.7153329;0.07971945,0.09513732;-0.7055769;-0.0170148,-0.0678025;0.004122153;-0.04225907,-0.104985;-0.3721386;-0.004242305,-0.1222222;-0.7147833;0.06502187,-0.1045752;-0.7049053;-0.03133003,-0.005396415;0.3997519;0.01019292,0;0;0,-0.003460953;0.1993176;0.01614008,-0.008026059;0.4990458;0.02658591,0.106392;0.3677456;0.05132219,0.1375037;0.08951595;0.05583029,0.1842087;-0.1807965;-0.0002928935,-0.1093117;0.3549079;-0.01780353,-0.202039;0.2176717;-0.2435642,-0.2298701;0.1535645;-0.5147019,0.07586721;0.004404139;-0.02499539,0.07007508;-0.374023;0.009054411,0.0711728;-0.716175;0.0827484,0.07904226;-0.7682633;0.0261836,-0.06625661;0.00493582;-0.04456119,-0.1065529;-0.3707858;-0.004443191,-0.1215644;-0.7119828;0.07210279,-0.1175848;-0.7649361;0.01639891,-0.006607049;0.3990588;0.02581349,116.7451
+0;0;0,-0.003651765;0.1997629;0.00902505,-0.006566041;0.499687;0.006786018,0.1098855;0.3680777;0.02052908,0.1474112;0.09090373;0.03342954,0.1919116;-0.1779045;-0.03108265,-0.1099772;0.3561251;-0.02929834,-0.18381;0.2223598;-0.2639376,-0.2179178;0.1368166;-0.5283596,0.07387318;0.005754427;-0.03016023,0.07784627;-0.371778;0.0128922,0.07988397;-0.7153329;0.07971945,0.09513732;-0.7055769;-0.0170148,-0.0678025;0.004122153;-0.04225907,-0.104985;-0.3721386;-0.004242305,-0.1222222;-0.7147833;0.06502187,-0.1045752;-0.7049053;-0.03133003,-0.005396415;0.3997519;0.01019292,0;0;0,-0.003348473;0.1993136;0.01621416,-0.00769733;0.4990404;0.02678955,0.106635;0.3677186;0.05149937,0.1376252;0.08947295;0.05585127,0.1845862;-0.180807;-0.0002149679,-0.1088892;0.3550991;-0.01823936,-0.2022471;0.218585;-0.2441779,-0.2298857;0.1553222;-0.5155336,0.07586529;0.004402228;-0.02500157,0.06998251;-0.3740227;0.009056702,0.07129307;-0.7161998;0.0826305,0.07866783;-0.7680855;0.02570634,-0.06620347;0.004965426;-0.04463682,-0.1069179;-0.3707051;-0.00446244,-0.1216979;-0.7119009;0.07213342,-0.115859;-0.7643929;0.01591068,-0.006353838;0.3990528;0.02597126,116.7781
+0;0;0,-0.003651765;0.1997629;0.00902505,-0.006566041;0.499687;0.006786018,0.1098855;0.3680777;0.02052908,0.1474112;0.09090373;0.03342954,0.1919116;-0.1779045;-0.03108265,-0.1099772;0.3561251;-0.02929834,-0.18381;0.2223598;-0.2639376,-0.2179178;0.1368166;-0.5283596,0.07387318;0.005754427;-0.03016023,0.07784627;-0.371778;0.0128922,0.07988397;-0.7153329;0.07971945,0.09513732;-0.7055769;-0.0170148,-0.0678025;0.004122153;-0.04225907,-0.104985;-0.3721386;-0.004242305,-0.1222222;-0.7147833;0.06502187,-0.1045752;-0.7049053;-0.03133003,-0.005396415;0.3997519;0.01019292,0;0;0,-0.00339497;0.1993099;0.01624917,-0.007810185;0.4990359;0.02682123,0.106557;0.3677715;0.05154474,0.1375848;0.08953211;0.05602898,0.1845125;-0.1807231;-0.0001839846,-0.1087535;0.3550272;-0.01866161,-0.18998;0.2584278;-0.2686032,-0.2233013;0.1681412;-0.5315443,0.07587536;0.004492447;-0.02495491,0.06971124;-0.3739198;0.009194402,0.07094352;-0.7161037;0.08273775,0.07843121;-0.7680107;0.02585903,-0.06614023;0.004906425;-0.04473696,-0.1068323;-0.3706817;-0.003776848,-0.1219689;-0.7119058;0.0726235,-0.117609;-0.7627885;0.01398071,-0.00644521;0.3990485;0.02600544,116.8011
+0;0;0,-0.003811338;0.1997558;0.009114861,-0.006989836;0.4996774;0.007025138,0.109537;0.3681477;0.02102792,0.1466905;0.0909304;0.0340734,0.1913006;-0.177912;-0.03022034,-0.1098588;0.3559215;-0.03008023,-0.1852387;0.2236598;-0.2650796,-0.2236499;0.1611673;-0.5353004,0.07399291;0.005748108;-0.02986651,0.07771631;-0.3717898;0.01315974,0.07975413;-0.715337;0.08002609,0.09543467;-0.7055808;-0.0166399,-0.06753158;0.004155633;-0.04268743,-0.1052664;-0.3719862;-0.004042674,-0.122489;-0.7145801;0.06547573,-0.1044174;-0.7047;-0.03079788,-0.005740773;0.3997424;0.01040637,0;0;0,-0.003282657;0.1993068;0.01631077,-0.00754372;0.4990334;0.02692316,0.1067402;0.3677467;0.05176294,0.1378996;0.08952242;0.05627558,0.1845825;-0.180749;-6.324053E-05,-0.1086105;0.355327;-0.01869546,-0.2053636;0.224143;-0.2463566,-0.2321046;0.1676203;-0.5192854,0.07592104;0.004478903;-0.02481803,0.06917711;-0.3739226;0.009340677,0.07043818;-0.7161087;0.08287346,0.07791203;-0.7679678;0.02592416,-0.0659734;0.00494527;-0.04497837,-0.107513;-0.3705172;-0.003718495,-0.1225397;-0.7116981;0.07289634,-0.1184454;-0.7624914;0.01411135,-0.006227177;0.3990455;0.0260968,116.8343
+0;0;0,-0.003811338;0.1997558;0.009114861,-0.006989836;0.4996774;0.007025138,0.109537;0.3681477;0.02102792,0.1466905;0.0909304;0.0340734,0.1913006;-0.177912;-0.03022034,-0.1098588;0.3559215;-0.03008023,-0.1852387;0.2236598;-0.2650796,-0.2236499;0.1611673;-0.5353004,0.07399291;0.005748108;-0.02986651,0.07771631;-0.3717898;0.01315974,0.07975413;-0.715337;0.08002609,0.09543467;-0.7055808;-0.0166399,-0.06753158;0.004155633;-0.04268743,-0.1052664;-0.3719862;-0.004042674,-0.122489;-0.7145801;0.06547573,-0.1044174;-0.7047;-0.03079788,-0.005740773;0.3997424;0.01040637,0;0;0,-0.003252955;0.1993041;0.01634931,-0.007475137;0.4990299;0.02699889,0.1067927;0.367782;0.05189248,0.1377128;0.08952758;0.0561835,0.1843415;-0.1807652;-9.773672E-05,-0.1096432;0.3558873;-0.0166302,-0.1883298;0.2676377;-0.270442,-0.2240469;0.174149;-0.5319456,0.07593437;0.00444552;-0.02478325,0.06901856;-0.3739569;0.00933131,0.07028539;-0.7161701;0.08273757,0.07766853;-0.7678605;0.0255347,-0.06596317;0.004978769;-0.04498967,-0.1076612;-0.3704566;-0.003642634,-0.122871;-0.7116031;0.07308879,-0.1186041;-0.7629284;0.01505443,-0.00617066;0.399042;0.02616115,116.8676
+0;0;0,-0.003811338;0.1997558;0.009114861,-0.006989836;0.4996774;0.007025138,0.109537;0.3681477;0.02102792,0.1466905;0.0909304;0.0340734,0.1913006;-0.177912;-0.03022034,-0.1098588;0.3559215;-0.03008023,-0.1852387;0.2236598;-0.2650796,-0.2236499;0.1611673;-0.5353004,0.07399291;0.005748108;-0.02986651,0.07771631;-0.3717898;0.01315974,0.07975413;-0.715337;0.08002609,0.09543467;-0.7055808;-0.0166399,-0.06753158;0.004155633;-0.04268743,-0.1052664;-0.3719862;-0.004042674,-0.122489;-0.7145801;0.06547573,-0.1044174;-0.7047;-0.03079788,-0.005740773;0.3997424;0.01040637,0;0;0,-0.003181892;0.199303;0.01637602,-0.007266304;0.49903;0.02704793,0.1069302;0.3677449;0.05199232,0.1376435;0.0894638;0.05603604,0.1842761;-0.1807881;-0.0004378967,-0.1100353;0.3562371;-0.0155878,-0.2012039;0.2347474;-0.250808,-0.2305766;0.173799;-0.522511,0.07594295;0.004437559;-0.02475837,0.06877924;-0.373951;0.009458469,0.07024102;-0.71617;0.08283415,0.07761245;-0.7679962;0.02582422,-0.06595835;0.004990655;-0.04499543,-0.1072819;-0.3704367;-0.003202431,-0.1229223;-0.7117082;0.07288408,-0.1157159;-0.761176;0.01261017,-0.006009823;0.3990415;0.02620327,116.9013
+0;0;0,-0.003953864;0.1997499;0.009185338,-0.007363915;0.4996689;0.007274613,0.1091892;0.3681559;0.02139848,0.146028;0.0909209;0.03495125,0.1902877;-0.1780463;-0.02906246,-0.1098273;0.3558368;-0.03071836,-0.1864337;0.2262036;-0.2667834,-0.2241124;0.1658833;-0.5376003,0.0741055;0.005722106;-0.02959108,0.07748023;-0.3718215;0.01341366,0.07958407;-0.7153561;0.08034299,0.0956066;-0.7055942;-0.01626807,-0.0673347;0.00419934;-0.04299306,-0.1056907;-0.3718417;-0.003981028,-0.122935;-0.7143686;0.06586166,-0.1045229;-0.7044882;-0.03034747,-0.006079351;0.3997334;0.01062707,0;0;0,-0.003181892;0.199303;0.01637602,-0.007266304;0.49903;0.02704793,0.1069302;0.3677449;0.05199232,0.1376435;0.0894638;0.05603604,0.1842761;-0.1807881;-0.0004378967,-0.1100353;0.3562371;-0.0155878,-0.2012039;0.2347474;-0.250808,-0.2305766;0.173799;-0.522511,0.07594295;0.004437559;-0.02475837,0.06877924;-0.373951;0.009458469,0.07024102;-0.71617;0.08283415,0.07761245;-0.7679962;0.02582422,-0.06595835;0.004990655;-0.04499543,-0.1072819;-0.3704367;-0.003202431,-0.1229223;-0.7117082;0.07288408,-0.1157159;-0.761176;0.01261017,-0.006009823;0.3990415;0.02620327,116.9236
+0;0;0,-0.003953864;0.1997499;0.009185338,-0.007363915;0.4996689;0.007274613,0.1091892;0.3681559;0.02139848,0.146028;0.0909209;0.03495125,0.1902877;-0.1780463;-0.02906246,-0.1098273;0.3558368;-0.03071836,-0.1864337;0.2262036;-0.2667834,-0.2241124;0.1658833;-0.5376003,0.0741055;0.005722106;-0.02959108,0.07748023;-0.3718215;0.01341366,0.07958407;-0.7153561;0.08034299,0.0956066;-0.7055942;-0.01626807,-0.0673347;0.00419934;-0.04299306,-0.1056907;-0.3718417;-0.003981028,-0.122935;-0.7143686;0.06586166,-0.1045229;-0.7044882;-0.03034747,-0.006079351;0.3997334;0.01062707,0;0;0,-0.003162348;0.1993006;0.01640938,-0.007204835;0.4990271;0.02710922,0.1073223;0.36802;0.05083913,0.1380709;0.0897789;0.05687233,0.1846335;-0.1804646;0.0003005564,-0.1103501;0.3564538;-0.01485203,-0.1838241;0.2756259;-0.2726667,-0.2218301;0.1856519;-0.535079,0.07595446;0.004415012;-0.02472707,0.06852943;-0.3739469;0.009727538,0.07003708;-0.7161828;0.08302397,0.07759657;-0.7681267;0.02620804,-0.06596453;0.005004704;-0.04498482,-0.1077978;-0.3704212;-0.003689159,-0.1231623;-0.7116441;0.07267126,-0.1153191;-0.7621621;0.01388919,-0.005962791;0.3990385;0.0262556,116.9461
+0;0;0,-0.003953864;0.1997499;0.009185338,-0.007363915;0.4996689;0.007274613,0.1091892;0.3681559;0.02139848,0.146028;0.0909209;0.03495125,0.1902877;-0.1780463;-0.02906246,-0.1098273;0.3558368;-0.03071836,-0.1864337;0.2262036;-0.2667834,-0.2241124;0.1658833;-0.5376003,0.0741055;0.005722106;-0.02959108,0.07748023;-0.3718215;0.01341366,0.07958407;-0.7153561;0.08034299,0.0956066;-0.7055942;-0.01626807,-0.0673347;0.00419934;-0.04299306,-0.1056907;-0.3718417;-0.003981028,-0.122935;-0.7143686;0.06586166,-0.1045229;-0.7044882;-0.03034747,-0.006079351;0.3997334;0.01062707,0;0;0,-0.003154248;0.1992974;0.0164503,-0.007197748;0.4990226;0.02718332,0.1072978;0.3679004;0.05090991,0.1381649;0.08966815;0.0567438,0.1844914;-0.180598;8.655339E-05,-0.1098486;0.3563864;-0.01595488,-0.2048481;0.2419607;-0.2531928,-0.2311766;0.1819719;-0.525421,0.07596026;0.004420666;-0.02470822,0.06832153;-0.3739364;0.009753065,0.06973003;-0.7161674;0.08307359,0.07732794;-0.768365;0.02663035,-0.06593551;0.005018462;-0.0450258,-0.1080957;-0.370359;-0.003622234,-0.1229719;-0.7115911;0.07279361,-0.1165103;-0.7631176;0.01524648,-0.005954168;0.3990341;0.02631947,116.9796
+0;0;0,-0.00413273;0.1997422;0.009272849,-0.007790434;0.4996582;0.007555344,0.1087862;0.368185;0.02185417,0.1452602;0.09090444;0.03546133,0.1891692;-0.1782323;-0.02807919,-0.1097528;0.3557654;-0.0315643,-0.1877594;0.2288085;-0.2686232,-0.2241818;0.178338;-0.5416179,0.07422666;0.005687247;-0.02929264,0.07713488;-0.3718638;0.01368123,0.07915027;-0.7153162;0.08103411,0.09561604;-0.7055494;-0.01550344,-0.06709889;0.004257218;-0.04335451,-0.1060809;-0.3716542;-0.003718972,-0.1233921;-0.7141423;0.06629713,-0.104542;-0.704258;-0.02982798,-0.006474118;0.399722;0.0108778,0;0;0,-0.003097284;0.1992962;0.01647549,-0.007032725;0.4990225;0.02721925,0.1076733;0.3680237;0.04993596,0.1385602;0.08983174;0.05736754,0.185206;-0.1802793;0.0002343878,-0.1101234;0.3565791;-0.01511766,-0.1923561;0.239464;-0.2557873,-0.2207501;0.1936087;-0.5305436,0.07597844;0.004429263;-0.02465071,0.06806612;-0.3739157;0.009881873,0.0695438;-0.7161353;0.08325465,0.07709391;-0.7679988;0.02632172,-0.06592616;0.005004759;-0.04504102,-0.1085678;-0.3703905;-0.00429726,-0.1232668;-0.7115264;0.07258105,-0.1162441;-0.7625581;0.01440421,-0.005826683;0.3990335;0.02635297,117.0019
+0;0;0,-0.00413273;0.1997422;0.009272849,-0.007790434;0.4996582;0.007555344,0.1087862;0.368185;0.02185417,0.1452602;0.09090444;0.03546133,0.1891692;-0.1782323;-0.02807919,-0.1097528;0.3557654;-0.0315643,-0.1877594;0.2288085;-0.2686232,-0.2241818;0.178338;-0.5416179,0.07422666;0.005687247;-0.02929264,0.07713488;-0.3718638;0.01368123,0.07915027;-0.7153162;0.08103411,0.09561604;-0.7055494;-0.01550344,-0.06709889;0.004257218;-0.04335451,-0.1060809;-0.3716542;-0.003718972,-0.1233921;-0.7141423;0.06629713,-0.104542;-0.704258;-0.02982798,-0.006474118;0.399722;0.0108778,0;0;0,-0.002972336;0.1992912;0.01655837,-0.006661027;0.4990146;0.02747538,0.107918;0.3679119;0.05018491,0.1388303;0.08971244;0.05721967,0.1853982;-0.1804746;0.0003830865,-0.1101918;0.3568432;-0.01430899,-0.2004728;0.2535419;-0.2583954,-0.2296579;0.1946618;-0.5305743,0.07597842;0.004421057;-0.02465224,0.06781728;-0.3739091;0.009984635,0.06916162;-0.7161166;0.0834161,0.07679225;-0.7680452;0.0265875,-0.06594743;0.005008097;-0.04500952,-0.1088699;-0.3703604;-0.004313696,-0.1232686;-0.7114472;0.07283854,-0.1155993;-0.76185;0.01387608,-0.005541684;0.3990252;0.02654461,117.035
+0;0;0,-0.00413273;0.1997422;0.009272849,-0.007790434;0.4996582;0.007555344,0.1087862;0.368185;0.02185417,0.1452602;0.09090444;0.03546133,0.1891692;-0.1782323;-0.02807919,-0.1097528;0.3557654;-0.0315643,-0.1877594;0.2288085;-0.2686232,-0.2241818;0.178338;-0.5416179,0.07422666;0.005687247;-0.02929264,0.07713488;-0.3718638;0.01368123,0.07915027;-0.7153162;0.08103411,0.09561604;-0.7055494;-0.01550344,-0.06709889;0.004257218;-0.04335451,-0.1060809;-0.3716542;-0.003718972,-0.1233921;-0.7141423;0.06629713,-0.104542;-0.704258;-0.02982798,-0.006474118;0.399722;0.0108778,0;0;0,-0.002923005;0.1992859;0.01663117,-0.006487317;0.4990061;0.02768312,0.1080327;0.3679012;0.05040795,0.1387921;0.0896751;0.05704732,0.1852671;-0.1805052;0.0001029521,-0.1103028;0.3570162;-0.01372149,-0.1897606;0.2479355;-0.2590536,-0.2229546;0.1994613;-0.5328207,0.0759941;0.004401762;-0.02460732,0.06769991;-0.3739229;0.01005754,0.06895584;-0.7161085;0.08359277,0.07666092;-0.7680013;0.02672267,-0.06591441;0.005035325;-0.04505481,-0.1090814;-0.3702954;-0.004269056,-0.1233795;-0.7113658;0.07297443,-0.1160211;-0.7620957;0.01442076,-0.00541249;0.3990167;0.02670109,117.0687
+0;0;0,-0.004210963;0.1997374;0.009340185,-0.008110886;0.499651;0.007841459,0.1084775;0.3681194;0.02233065,0.1446851;0.09080949;0.03605045,0.1885567;-0.178437;-0.0270495,-0.1095947;0.3555512;-0.03215357,-0.1883789;0.2365591;-0.2730559,-0.2248452;0.1934485;-0.5473034,0.07435828;0.005649062;-0.02896433,0.07708263;-0.3719005;0.01403447,0.07905145;-0.7153319;0.08149558,0.09588397;-0.7055683;-0.01497804,-0.06684028;0.004347825;-0.04374327,-0.106278;-0.3714264;-0.003266543,-0.1235251;-0.713898;0.06684599,-0.1043111;-0.7040098;-0.02920783,-0.006743046;0.3997136;0.01110396,0;0;0,-0.002923005;0.1992859;0.01663117,-0.006487317;0.4990061;0.02768312,0.1080327;0.3679012;0.05040795,0.1387921;0.0896751;0.05704732,0.1852671;-0.1805052;0.0001029521,-0.1103028;0.3570162;-0.01372149,-0.1897606;0.2479355;-0.2590536,-0.2229546;0.1994613;-0.5328207,0.0759941;0.004401762;-0.02460732,0.06769991;-0.3739229;0.01005754,0.06895584;-0.7161085;0.08359277,0.07666092;-0.7680013;0.02672267,-0.06591441;0.005035325;-0.04505481,-0.1090814;-0.3702954;-0.004269056,-0.1233795;-0.7113658;0.07297443,-0.1160211;-0.7620957;0.01442076,-0.00541249;0.3990167;0.02670109,117.091
+0;0;0,-0.004210963;0.1997374;0.009340185,-0.008110886;0.499651;0.007841459,0.1084775;0.3681194;0.02233065,0.1446851;0.09080949;0.03605045,0.1885567;-0.178437;-0.0270495,-0.1095947;0.3555512;-0.03215357,-0.1883789;0.2365591;-0.2730559,-0.2248452;0.1934485;-0.5473034,0.07435828;0.005649062;-0.02896433,0.07708263;-0.3719005;0.01403447,0.07905145;-0.7153319;0.08149558,0.09588397;-0.7055683;-0.01497804,-0.06684028;0.004347825;-0.04374327,-0.106278;-0.3714264;-0.003266543,-0.1235251;-0.713898;0.06684599,-0.1043111;-0.7040098;-0.02920783,-0.006743046;0.3997136;0.01110396,0;0;0,-0.002897201;0.1992781;0.01672847,-0.006417435;0.4989963;0.02784731,0.1082463;0.3679192;0.04980461,0.139117;0.08973607;0.05762367,0.1854713;-0.1804091;0.000414826,-0.1103765;0.3570614;-0.01330631,-0.1816808;0.2889895;-0.2753786,-0.2156963;0.2413476;-0.549191,0.07600074;0.004418389;-0.02458385,0.06751406;-0.3738752;0.01037253,0.06881972;-0.7160636;0.08389395,0.0763947;-0.7683213;0.02753528,-0.06593199;0.005017435;-0.04503107,-0.1091137;-0.3702831;-0.003984425,-0.1234663;-0.7113618;0.07321241,-0.1160888;-0.7627436;0.0155706,-0.005360027;0.3990069;0.02684485,117.1137
+0;0;0,-0.004210963;0.1997374;0.009340185,-0.008110886;0.499651;0.007841459,0.1084775;0.3681194;0.02233065,0.1446851;0.09080949;0.03605045,0.1885567;-0.178437;-0.0270495,-0.1095947;0.3555512;-0.03215357,-0.1883789;0.2365591;-0.2730559,-0.2248452;0.1934485;-0.5473034,0.07435828;0.005649062;-0.02896433,0.07708263;-0.3719005;0.01403447,0.07905145;-0.7153319;0.08149558,0.09588397;-0.7055683;-0.01497804,-0.06684028;0.004347825;-0.04374327,-0.106278;-0.3714264;-0.003266543,-0.1235251;-0.713898;0.06684599,-0.1043111;-0.7040098;-0.02920783,-0.006743046;0.3997136;0.01110396,0;0;0,-0.002862355;0.1992765;0.01675397,-0.006315607;0.498994;0.02791264,0.1084405;0.3680286;0.04943486,0.1393502;0.08986837;0.05788939,0.1858457;-0.1802;0.0004329421,-0.1095092;0.3567826;-0.01498137,-0.1989177;0.2676025;-0.2648874,-0.2285624;0.2409475;-0.5420349,0.07600847;0.004425346;-0.0245587,0.0674927;-0.3738665;0.01040885,0.06879157;-0.7160376;0.08401075,0.07666448;-0.7683277;0.02774018,-0.06591084;0.005015794;-0.04506221,-0.1089691;-0.3702895;-0.003928959,-0.1234121;-0.7113565;0.07330254,-0.1171626;-0.7638238;0.01708781,-0.005280646;0.3990045;0.02689608,117.1469
+0;0;0,-0.004282279;0.1997333;0.009394278,-0.008377386;0.4996447;0.008053047,0.1082123;0.3680283;0.02272221,0.144227;0.09069967;0.03656995,0.1881592;-0.1784747;-0.02679491,-0.1094201;0.3553811;-0.03274755,-0.1884359;0.246921;-0.2784972,-0.2259434;0.2067589;-0.5530518,0.07447133;0.005684621;-0.02866542,0.07707515;-0.371869;0.01430501,0.07870815;-0.7153155;0.08169861,0.09588488;-0.7055501;-0.01471468,-0.06657464;0.004318092;-0.04414941,-0.1067369;-0.3713612;-0.00350336,-0.1234784;-0.7137347;0.06720762,-0.1039298;-0.7038492;-0.02877814,-0.006963271;0.3997065;0.01127359,0;0;0,-0.002830503;0.1992662;0.0168817,-0.006186593;0.4989811;0.02814338,0.1085935;0.3679973;0.04926002,0.1397634;0.08987674;0.05805676,0.1860042;-0.1802145;0.0005019791,-0.108693;0.3563801;-0.0161832,-0.1928728;0.2714819;-0.2693749,-0.2242122;0.2464173;-0.5464844,0.07605361;0.004485721;-0.02440751,0.06757022;-0.373809;0.01053666,0.06868527;-0.7159671;0.08420245,0.07653502;-0.7682787;0.02796031,-0.0657934;0.004962018;-0.04523946,-0.1091139;-0.3702897;-0.003893618,-0.1234688;-0.7112666;0.07375076,-0.1199841;-0.7667612;0.02199609,-0.005194593;0.3989916;0.02708729,117.1694
+0;0;0,-0.004282279;0.1997333;0.009394278,-0.008377386;0.4996447;0.008053047,0.1082123;0.3680283;0.02272221,0.144227;0.09069967;0.03656995,0.1881592;-0.1784747;-0.02679491,-0.1094201;0.3553811;-0.03274755,-0.1884359;0.246921;-0.2784972,-0.2259434;0.2067589;-0.5530518,0.07447133;0.005684621;-0.02866542,0.07707515;-0.371869;0.01430501,0.07870815;-0.7153155;0.08169861,0.09588488;-0.7055501;-0.01471468,-0.06657464;0.004318092;-0.04414941,-0.1067369;-0.3713612;-0.00350336,-0.1234784;-0.7137347;0.06720762,-0.1039298;-0.7038492;-0.02877814,-0.006963271;0.3997065;0.01127359,0;0;0,-0.002830503;0.1992662;0.0168817,-0.006186593;0.4989811;0.02814338,0.1085935;0.3679973;0.04926002,0.1397634;0.08987674;0.05805676,0.1860042;-0.1802145;0.0005019791,-0.108693;0.3563801;-0.0161832,-0.1928728;0.2714819;-0.2693749,-0.2242122;0.2464173;-0.5464844,0.07605361;0.004485721;-0.02440751,0.06757022;-0.373809;0.01053666,0.06868527;-0.7159671;0.08420245,0.07653502;-0.7682787;0.02796031,-0.0657934;0.004962018;-0.04523946,-0.1091139;-0.3702897;-0.003893618,-0.1234688;-0.7112666;0.07375076,-0.1199841;-0.7667612;0.02199609,-0.005194593;0.3989916;0.02708729,117.1919
+0;0;0,-0.004282279;0.1997333;0.009394278,-0.008377386;0.4996447;0.008053047,0.1082123;0.3680283;0.02272221,0.144227;0.09069967;0.03656995,0.1881592;-0.1784747;-0.02679491,-0.1094201;0.3553811;-0.03274755,-0.1884359;0.246921;-0.2784972,-0.2259434;0.2067589;-0.5530518,0.07447133;0.005684621;-0.02866542,0.07707515;-0.371869;0.01430501,0.07870815;-0.7153155;0.08169861,0.09588488;-0.7055501;-0.01471468,-0.06657464;0.004318092;-0.04414941,-0.1067369;-0.3713612;-0.00350336,-0.1234784;-0.7137347;0.06720762,-0.1039298;-0.7038492;-0.02877814,-0.006963271;0.3997065;0.01127359,0;0;0,-0.002788553;0.1992568;0.0169987,-0.005991026;0.498968;0.02841685,0.1087914;0.3679901;0.04914184,0.1400083;0.08988377;0.05821817,0.1861057;-0.1801472;0.000267081,-0.1091028;0.3565515;-0.01483937,-0.1919159;0.2723875;-0.2687259,-0.2233842;0.2471998;-0.5458096,0.07608385;0.004463186;-0.0243172,0.06759202;-0.3738228;0.0107191,0.06861167;-0.7159704;0.08443479,0.07575821;-0.7676181;0.027141,-0.06576294;0.004989097;-0.04528072,-0.1090627;-0.370226;-0.00358158,-0.1232034;-0.7112166;0.07404201,-0.1198827;-0.7655087;0.02034075,-0.005061314;0.3989787;0.02729516,117.225
+0;0;0,-0.004448716;0.1997261;0.009471836,-0.008783977;0.4996338;0.008278347,0.1078463;0.3680461;0.0231997,0.1435216;0.0906812;0.03719859,0.1871849;-0.1786129;-0.02584282,-0.1095067;0.355318;-0.03309631,-0.1891547;0.2568855;-0.2828307,-0.2259575;0.2293501;-0.5590323,0.07457876;0.005676311;-0.0283864,0.07687176;-0.3718787;0.01459011,0.07842358;-0.7153429;0.0818947,0.09587415;-0.7055742;-0.0144701,-0.06643143;0.004328739;-0.04436358,-0.1075924;-0.3712185;-0.003497656,-0.1238785;-0.7135397;0.06757258,-0.1040592;-0.7036479;-0.02835894,-0.00730899;0.3996956;0.01147114,0;0;0,-0.002777928;0.1992466;0.01711923,-0.005887654;0.4989526;0.0287183,0.108914;0.3679681;0.04906357,0.1401616;0.08987305;0.0583753,0.1862613;-0.1801245;0.0002706945,-0.109437;0.3567691;-0.01384912,-0.182108;0.2949687;-0.2770973,-0.2171166;0.249362;-0.551131,0.07610703;0.004452119;-0.02424664,0.06744651;-0.3738456;0.01062195,0.06856965;-0.7159683;0.08445157,0.0759009;-0.7677228;0.02733373,-0.06574476;0.004999131;-0.04530601,-0.1090544;-0.3701844;-0.003334995,-0.1231398;-0.711166;0.07433821,-0.1210868;-0.7650917;0.02000346,-0.004994465;0.3989637;0.02751975,117.2478
+0;0;0,-0.004448716;0.1997261;0.009471836,-0.008783977;0.4996338;0.008278347,0.1078463;0.3680461;0.0231997,0.1435216;0.0906812;0.03719859,0.1871849;-0.1786129;-0.02584282,-0.1095067;0.355318;-0.03309631,-0.1891547;0.2568855;-0.2828307,-0.2259575;0.2293501;-0.5590323,0.07457876;0.005676311;-0.0283864,0.07687176;-0.3718787;0.01459011,0.07842358;-0.7153429;0.0818947,0.09587415;-0.7055742;-0.0144701,-0.06643143;0.004328739;-0.04436358,-0.1075924;-0.3712185;-0.003497656,-0.1238785;-0.7135397;0.06757258,-0.1040592;-0.7036479;-0.02835894,-0.00730899;0.3996956;0.01147114,0;0;0,-0.00268159;0.1992276;0.01735491,-0.005723267;0.4989281;0.02909932,0.1091052;0.3679609;0.04914349,0.1403503;0.0898681;0.05853169,0.1864028;-0.1800415;-1.741573E-05,-0.1095175;0.3568716;-0.01308246,-0.1853386;0.2833781;-0.2724083,-0.2188167;0.2552603;-0.548974,0.07615978;0.004404508;-0.02408916,0.06746184;-0.37386;0.0111282,0.06852207;-0.7160079;0.0848418,0.07579441;-0.7678567;0.02785141,-0.06570738;0.005054772;-0.04535405,-0.1087948;-0.3700978;-0.002880707,-0.1227059;-0.711072;0.07485693,-0.1194127;-0.764259;0.01945758,-0.004857559;0.3989394;0.02786365,117.2811
+0;0;0,-0.004448716;0.1997261;0.009471836,-0.008783977;0.4996338;0.008278347,0.1078463;0.3680461;0.0231997,0.1435216;0.0906812;0.03719859,0.1871849;-0.1786129;-0.02584282,-0.1095067;0.355318;-0.03309631,-0.1891547;0.2568855;-0.2828307,-0.2259575;0.2293501;-0.5590323,0.07457876;0.005676311;-0.0283864,0.07687176;-0.3718787;0.01459011,0.07842358;-0.7153429;0.0818947,0.09587415;-0.7055742;-0.0144701,-0.06643143;0.004328739;-0.04436358,-0.1075924;-0.3712185;-0.003497656,-0.1238785;-0.7135397;0.06757258,-0.1040592;-0.7036479;-0.02835894,-0.00730899;0.3996956;0.01147114,0;0;0,-0.00261103;0.1992233;0.01741432,-0.005465808;0.4989232;0.02922797,0.1093335;0.3679648;0.04900865,0.1407124;0.08989924;0.05875094,0.1865916;-0.1800491;0.0002445728,-0.1095506;0.3569881;-0.01255451,-0.1808763;0.2924101;-0.2755038,-0.2169838;0.2499607;-0.5499019,0.0761807;0.004380252;-0.02402739,0.06746753;-0.3738874;0.01115226,0.06849088;-0.7160294;0.08489385,0.07593885;-0.767862;0.02790297,-0.06569233;0.005083666;-0.04537262,-0.1081179;-0.370108;-0.002579357,-0.1222439;-0.7110291;0.07535201,-0.1194908;-0.7649119;0.02098207,-0.004675054;0.3989343;0.02796249,117.3149
+0;0;0,-0.004581656;0.1997166;0.009607094,-0.009135108;0.499621;0.008613488,0.1075379;0.3680215;0.02359651,0.1429204;0.09063041;0.0378176,0.186801;-0.1786237;-0.02524337,-0.109586;0.3553191;-0.03331355,-0.1881481;0.2656723;-0.2866738,-0.2175323;0.2457892;-0.5644169,0.07470068;0.005682667;-0.02806271,0.0767798;-0.3718806;0.01485146,0.07828998;-0.7153041;0.08236464,0.09595068;-0.705528;-0.01396342,-0.06630459;0.004318373;-0.04455392,-0.1077407;-0.3711262;-0.003027614,-0.1239946;-0.7134201;0.06818114,-0.1039689;-0.7035215;-0.02770893,-0.007603066;0.3996822;0.01175747,0;0;0,-0.002565567;0.1992127;0.01754191,-0.005248391;0.4989056;0.02959037,0.1093535;0.3677567;0.04970313,0.1402137;0.08959654;0.05833951,0.1854867;-0.180431;-0.0002736002,-0.1095391;0.3570503;-0.01200596,-0.1804463;0.2934387;-0.2753038,-0.2168958;0.2489719;-0.5493369,0.07619872;0.004373461;-0.02397139,0.06734993;-0.3738759;0.01137196,0.06833185;-0.7160236;0.08508733,0.07608211;-0.7676842;0.0278904,-0.06567468;0.005096772;-0.04539668,-0.1089203;-0.3700981;-0.003460586,-0.1224457;-0.7109035;0.07508102,-0.1199052;-0.7651519;0.02126881,-0.004522664;0.3989175;0.02822703,117.3366
+0;0;0,-0.004581656;0.1997166;0.009607094,-0.009135108;0.499621;0.008613488,0.1075379;0.3680215;0.02359651,0.1429204;0.09063041;0.0378176,0.186801;-0.1786237;-0.02524337,-0.109586;0.3553191;-0.03331355,-0.1881481;0.2656723;-0.2866738,-0.2175323;0.2457892;-0.5644169,0.07470068;0.005682667;-0.02806271,0.0767798;-0.3718806;0.01485146,0.07828998;-0.7153041;0.08236464,0.09595068;-0.705528;-0.01396342,-0.06630459;0.004318373;-0.04455392,-0.1077407;-0.3711262;-0.003027614,-0.1239946;-0.7134201;0.06818114,-0.1039689;-0.7035215;-0.02770893,-0.007603066;0.3996822;0.01175747,0;0;0,-0.002517725;0.1992078;0.01760416,-0.005169605;0.4988982;0.02971583,0.1093331;0.3676676;0.05017423,0.1388127;0.08931559;0.05732433,0.1860106;-0.1802633;-0.001832902,-0.1095702;0.3570984;-0.01168749,-0.1797473;0.2976907;-0.2761604,-0.2137529;0.2599713;-0.5515163,0.07623;0.004337647;-0.02387826,0.06742834;-0.3739136;0.01145692,0.06834919;-0.7160296;0.08531971,0.07606064;-0.7678865;0.02839868,-0.06562218;0.005150941;-0.04546644,-0.1088861;-0.3700052;-0.003204744,-0.1225005;-0.710781;0.07544975,-0.1196834;-0.7648269;0.02133544,-0.004451688;0.3989103;0.02833586,117.3703
+0;0;0,-0.004581656;0.1997166;0.009607094,-0.009135108;0.499621;0.008613488,0.1075379;0.3680215;0.02359651,0.1429204;0.09063041;0.0378176,0.186801;-0.1786237;-0.02524337,-0.109586;0.3553191;-0.03331355,-0.1881481;0.2656723;-0.2866738,-0.2175323;0.2457892;-0.5644169,0.07470068;0.005682667;-0.02806271,0.0767798;-0.3718806;0.01485146,0.07828998;-0.7153041;0.08236464,0.09595068;-0.705528;-0.01396342,-0.06630459;0.004318373;-0.04455392,-0.1077407;-0.3711262;-0.003027614,-0.1239946;-0.7134201;0.06818114,-0.1039689;-0.7035215;-0.02770893,-0.007603066;0.3996822;0.01175747,0;0;0,-0.002517725;0.1992078;0.01760416,-0.005169605;0.4988982;0.02971583,0.1093331;0.3676676;0.05017423,0.1388127;0.08931559;0.05732433,0.1860106;-0.1802633;-0.001832902,-0.1095702;0.3570984;-0.01168749,-0.1797473;0.2976907;-0.2761604,-0.2137529;0.2599713;-0.5515163,0.07623;0.004337647;-0.02387826,0.06742834;-0.3739136;0.01145692,0.06834919;-0.7160296;0.08531971,0.07606064;-0.7678865;0.02839868,-0.06562218;0.005150941;-0.04546644,-0.1088861;-0.3700052;-0.003204744,-0.1225005;-0.710781;0.07544975,-0.1196834;-0.7648269;0.02133544,-0.004451688;0.3989103;0.02833586,117.3929
+0;0;0,-0.004680634;0.1997101;0.00969352,-0.009499671;0.4996112;0.008969136,0.107214;0.3680125;0.02409053,0.1422269;0.0905773;0.03836652,0.1864088;-0.178643;-0.02462861,-0.1099432;0.3556519;-0.03325745,-0.1873692;0.2700778;-0.2883698,-0.2172952;0.2482702;-0.5659105,0.07485991;0.005674977;-0.02763673,0.0767204;-0.3719009;0.01517609,0.07816973;-0.7152742;0.08294564,0.09597273;-0.7054858;-0.0133588,-0.06612999;0.004349613;-0.04480965,-0.1077248;-0.3710132;-0.00270709,-0.1241047;-0.7132077;0.06894885,-0.1039385;-0.7032955;-0.02691463,-0.007903996;0.3996706;0.01202339,0;0;0,-0.002454074;0.1992043;0.01765257,-0.004997418;0.4988924;0.02984663,0.1093641;0.3674853;0.05057408,0.1389459;0.08913124;0.05720366,0.1854164;-0.1806082;-0.001797408,-0.1095605;0.3571496;-0.01130839,-0.1798241;0.2992589;-0.2760946,-0.2160362;0.2535923;-0.5499618,0.07621574;0.004305067;-0.02392963,0.06738709;-0.3739251;0.01162262,0.06824929;-0.7160168;0.08559909,0.0757944;-0.7688547;0.03009264,-0.06565931;0.005172718;-0.04541033,-0.1089701;-0.3699684;-0.003063239,-0.1218254;-0.7106253;0.07623163,-0.1198516;-0.7631987;0.01986013,-0.004314531;0.3989046;0.0284384,117.4262
+0;0;0,-0.004680634;0.1997101;0.00969352,-0.009499671;0.4996112;0.008969136,0.107214;0.3680125;0.02409053,0.1422269;0.0905773;0.03836652,0.1864088;-0.178643;-0.02462861,-0.1099432;0.3556519;-0.03325745,-0.1873692;0.2700778;-0.2883698,-0.2172952;0.2482702;-0.5659105,0.07485991;0.005674977;-0.02763673,0.0767204;-0.3719009;0.01517609,0.07816973;-0.7152742;0.08294564,0.09597273;-0.7054858;-0.0133588,-0.06612999;0.004349613;-0.04480965,-0.1077248;-0.3710132;-0.00270709,-0.1241047;-0.7132077;0.06894885,-0.1039385;-0.7032955;-0.02691463,-0.007903996;0.3996706;0.01202339,0;0;0,-0.002340549;0.1991951;0.01777163,-0.004662163;0.498881;0.03006777,0.1095135;0.3675766;0.05137813,0.1387233;0.08915907;0.05689843,0.1845225;-0.1806848;-0.00214982,-0.1094318;0.3572147;-0.0109013,-0.181336;0.2902731;-0.2731009,-0.224163;0.234582;-0.5441439,0.07621592;0.004264122;-0.02393636,0.06748645;-0.3739479;0.01183289,0.06830011;-0.7160313;0.08584866,0.07560998;-0.7691003;0.03065711,-0.06566842;0.005206347;-0.04539331,-0.1089908;-0.3699321;-0.003033396,-0.1218467;-0.710536;0.0764882,-0.1197428;-0.7630123;0.01997952,-0.004070327;0.3988932;0.028619,117.4489
+0;0;0,-0.004680634;0.1997101;0.00969352,-0.009499671;0.4996112;0.008969136,0.107214;0.3680125;0.02409053,0.1422269;0.0905773;0.03836652,0.1864088;-0.178643;-0.02462861,-0.1099432;0.3556519;-0.03325745,-0.1873692;0.2700778;-0.2883698,-0.2172952;0.2482702;-0.5659105,0.07485991;0.005674977;-0.02763673,0.0767204;-0.3719009;0.01517609,0.07816973;-0.7152742;0.08294564,0.09597273;-0.7054858;-0.0133588,-0.06612999;0.004349613;-0.04480965,-0.1077248;-0.3710132;-0.00270709,-0.1241047;-0.7132077;0.06894885,-0.1039385;-0.7032955;-0.02691463,-0.007903996;0.3996706;0.01202339,0;0;0,-0.002262511;0.1991901;0.01783841,-0.004407482;0.4988737;0.03022471,0.109817;0.3676692;0.05106204,0.1397393;0.08934474;0.05739762,0.1846067;-0.1807275;-0.001320895,-0.1093803;0.357389;-0.01060235,-0.1821338;0.2882593;-0.2719986,-0.224801;0.2332259;-0.5432012,0.07623463;0.004232372;-0.02388239,0.06753149;-0.3739728;0.01196531,0.06827963;-0.7160515;0.08600366,0.0755607;-0.7677208;0.02875764,-0.06565777;0.005239074;-0.04540494,-0.1089049;-0.369885;-0.002842013,-0.1218091;-0.7104493;0.07684158,-0.1200569;-0.76298;0.02040036,-0.003881291;0.3988861;0.02874157,117.482
+0;0;0,-0.004746404;0.1997035;0.009796855,-0.009761583;0.4996017;0.009336413,0.106961;0.3679733;0.02457761,0.1417235;0.09051144;0.03894774,0.1861495;-0.1786982;-0.02392098,-0.1101977;0.3560264;-0.0332769,-0.1867771;0.2771838;-0.2908025,-0.2190958;0.2444367;-0.5669966,0.07500501;0.005623547;-0.02725112,0.07660858;-0.3719618;0.01548911,0.07804996;-0.7153193;0.08333845,0.09602176;-0.7055193;-0.0129371,-0.06589469;0.00442015;-0.04514812,-0.1075988;-0.3708457;-0.002296187,-0.1241569;-0.7130207;0.06941225,-0.1038236;-0.703094;-0.02641895,-0.008127825;0.3996592;0.01230717,0;0;0,-0.002207713;0.1991877;0.01787202,-0.004275783;0.498869;0.03032562,0.1100073;0.3677163;0.05080472,0.1401359;0.08942756;0.05770699,0.1849681;-0.1806754;-0.0008975938,-0.1093635;0.3574645;-0.01035538,-0.1806628;0.2954992;-0.2739397,-0.2257814;0.230265;-0.5424706,0.07624292;0.004236872;-0.0238551,0.06747727;-0.3739706;0.01195312,0.06822008;-0.7160097;0.086174,0.07551078;-0.7676692;0.0289152,-0.06566101;0.005232628;-0.04540099,-0.1079395;-0.3699339;-0.002243094,-0.1218518;-0.7104992;0.07726632,-0.1197908;-0.7624137;0.01994469,-0.003770643;0.3988816;0.02882069,117.5042
+0;0;0,-0.004746404;0.1997035;0.009796855,-0.009761583;0.4996017;0.009336413,0.106961;0.3679733;0.02457761,0.1417235;0.09051144;0.03894774,0.1861495;-0.1786982;-0.02392098,-0.1101977;0.3560264;-0.0332769,-0.1867771;0.2771838;-0.2908025,-0.2190958;0.2444367;-0.5669966,0.07500501;0.005623547;-0.02725112,0.07660858;-0.3719618;0.01548911,0.07804996;-0.7153193;0.08333845,0.09602176;-0.7055193;-0.0129371,-0.06589469;0.00442015;-0.04514812,-0.1075988;-0.3708457;-0.002296187,-0.1241569;-0.7130207;0.06941225,-0.1038236;-0.703094;-0.02641895,-0.008127825;0.3996592;0.01230717,0;0;0,-0.002207713;0.1991877;0.01787202,-0.004275783;0.498869;0.03032562,0.1100073;0.3677163;0.05080472,0.1401359;0.08942756;0.05770699,0.1849681;-0.1806754;-0.0008975938,-0.1093635;0.3574645;-0.01035538,-0.1806628;0.2954992;-0.2739397,-0.2257814;0.230265;-0.5424706,0.07624292;0.004236872;-0.0238551,0.06747727;-0.3739706;0.01195312,0.06822008;-0.7160097;0.086174,0.07551078;-0.7676692;0.0289152,-0.06566101;0.005232628;-0.04540099,-0.1079395;-0.3699339;-0.002243094,-0.1218518;-0.7104992;0.07726632,-0.1197908;-0.7624137;0.01994469,-0.003770643;0.3988816;0.02882069,117.5272
+0;0;0,-0.004746404;0.1997035;0.009796855,-0.009761583;0.4996017;0.009336413,0.106961;0.3679733;0.02457761,0.1417235;0.09051144;0.03894774,0.1861495;-0.1786982;-0.02392098,-0.1101977;0.3560264;-0.0332769,-0.1867771;0.2771838;-0.2908025,-0.2190958;0.2444367;-0.5669966,0.07500501;0.005623547;-0.02725112,0.07660858;-0.3719618;0.01548911,0.07804996;-0.7153193;0.08333845,0.09602176;-0.7055193;-0.0129371,-0.06589469;0.00442015;-0.04514812,-0.1075988;-0.3708457;-0.002296187,-0.1241569;-0.7130207;0.06941225,-0.1038236;-0.703094;-0.02641895,-0.008127825;0.3996592;0.01230717,0;0;0,-0.002105032;0.1991841;0.01792417,-0.004005963;0.4988633;0.03045433,0.1101486;0.3676058;0.05113622,0.1403164;0.08931479;0.05777179,0.1846874;-0.1808886;-0.00072027,-0.1092808;0.3575549;-0.009997163,-0.1800041;0.2975174;-0.2741821,-0.2260915;0.2285427;-0.5416114,0.07625489;0.004225518;-0.02381882,0.06746887;-0.3739704;0.01210591,0.06825471;-0.7159963;0.08638738,0.07567583;-0.7677549;0.02928699,-0.06565605;0.005243755;-0.04540689,-0.1070502;-0.3699359;-0.001512222,-0.1214392;-0.7104636;0.07807328,-0.1192775;-0.7618922;0.02006717,-0.003556447;0.398876;0.02892506,117.5603
+0;0;0,-0.004757375;0.1996997;0.009869074,-0.0098726;0.4995963;0.009565077,0.1068205;0.3679131;0.02507826,0.1410387;0.09036809;0.03914479,0.1855007;-0.1789404;-0.02327364,-0.110336;0.3565253;-0.03347164,-0.1868208;0.2803937;-0.2918397,-0.219494;0.2459055;-0.56778,0.07508724;0.005545635;-0.0270398,0.0765964;-0.3720448;0.01565822,0.07809091;-0.7153944;0.08354643,0.0962913;-0.7055919;-0.01268668,-0.06583488;0.004494115;-0.04522799,-0.1076369;-0.3707333;-0.002135202,-0.1239763;-0.7128773;0.06977104,-0.1034189;-0.7029505;-0.02601233,-0.008218855;0.3996526;0.01248623,0;0;0,-0.002105032;0.1991841;0.01792417,-0.004005963;0.4988633;0.03045433,0.1101486;0.3676058;0.05113622,0.1403164;0.08931479;0.05777179,0.1846874;-0.1808886;-0.00072027,-0.1092808;0.3575549;-0.009997163,-0.1800041;0.2975174;-0.2741821,-0.2260915;0.2285427;-0.5416114,0.07625489;0.004225518;-0.02381882,0.06746887;-0.3739704;0.01210591,0.06825471;-0.7159963;0.08638738,0.07567583;-0.7677549;0.02928699,-0.06565605;0.005243755;-0.04540689,-0.1070502;-0.3699359;-0.001512222,-0.1214392;-0.7104636;0.07807328,-0.1192775;-0.7618922;0.02006717,-0.003556447;0.398876;0.02892506,117.5603
+0;0;0,-0.004757375;0.1996997;0.009869074,-0.0098726;0.4995963;0.009565077,0.1068205;0.3679131;0.02507826,0.1410387;0.09036809;0.03914479,0.1855007;-0.1789404;-0.02327364,-0.110336;0.3565253;-0.03347164,-0.1868208;0.2803937;-0.2918397,-0.219494;0.2459055;-0.56778,0.07508724;0.005545635;-0.0270398,0.0765964;-0.3720448;0.01565822,0.07809091;-0.7153944;0.08354643,0.0962913;-0.7055919;-0.01268668,-0.06583488;0.004494115;-0.04522799,-0.1076369;-0.3707333;-0.002135202,-0.1239763;-0.7128773;0.06977104,-0.1034189;-0.7029505;-0.02601233,-0.008218855;0.3996526;0.01248623,0;0;0,-0.002105032;0.1991841;0.01792417,-0.004005963;0.4988633;0.03045433,0.1101486;0.3676058;0.05113622,0.1403164;0.08931479;0.05777179,0.1846874;-0.1808886;-0.00072027,-0.1092808;0.3575549;-0.009997163,-0.1800041;0.2975174;-0.2741821,-0.2260915;0.2285427;-0.5416114,0.07625489;0.004225518;-0.02381882,0.06746887;-0.3739704;0.01210591,0.06825471;-0.7159963;0.08638738,0.07567583;-0.7677549;0.02928699,-0.06565605;0.005243755;-0.04540689,-0.1070502;-0.3699359;-0.001512222,-0.1214392;-0.7104636;0.07807328,-0.1192775;-0.7618922;0.02006717,-0.003556447;0.398876;0.02892506,117.5603
+0;0;0,-0.004757375;0.1996997;0.009869074,-0.0098726;0.4995963;0.009565077,0.1068205;0.3679131;0.02507826,0.1410387;0.09036809;0.03914479,0.1855007;-0.1789404;-0.02327364,-0.110336;0.3565253;-0.03347164,-0.1868208;0.2803937;-0.2918397,-0.219494;0.2459055;-0.56778,0.07508724;0.005545635;-0.0270398,0.0765964;-0.3720448;0.01565822,0.07809091;-0.7153944;0.08354643,0.0962913;-0.7055919;-0.01268668,-0.06583488;0.004494115;-0.04522799,-0.1076369;-0.3707333;-0.002135202,-0.1239763;-0.7128773;0.06977104,-0.1034189;-0.7029505;-0.02601233,-0.008218855;0.3996526;0.01248623,0;0;0,-0.002105032;0.1991841;0.01792417,-0.004005963;0.4988633;0.03045433,0.1101486;0.3676058;0.05113622,0.1403164;0.08931479;0.05777179,0.1846874;-0.1808886;-0.00072027,-0.1092808;0.3575549;-0.009997163,-0.1800041;0.2975174;-0.2741821,-0.2260915;0.2285427;-0.5416114,0.07625489;0.004225518;-0.02381882,0.06746887;-0.3739704;0.01210591,0.06825471;-0.7159963;0.08638738,0.07567583;-0.7677549;0.02928699,-0.06565605;0.005243755;-0.04540689,-0.1070502;-0.3699359;-0.001512222,-0.1214392;-0.7104636;0.07807328,-0.1192775;-0.7618922;0.02006717,-0.003556447;0.398876;0.02892506,117.5603
+0;0;0,-0.004733574;0.1996944;0.009987938,-0.009915254;0.49959;0.00991313,0.1067621;0.3678568;0.02546366,0.1408419;0.0902966;0.03956746,0.1853123;-0.1790334;-0.02275226,-0.1103105;0.3570417;-0.03381654,-0.1870256;0.2846127;-0.2931789,-0.2196333;0.2551909;-0.569713,0.07521678;0.005494384;-0.02668797,0.07680739;-0.3721234;0.01576513,0.07824928;-0.7154161;0.08394203,0.09669954;-0.7056131;-0.01224357,-0.06573606;0.004562141;-0.0453647,-0.1074507;-0.3706272;-0.001858003,-0.1238204;-0.7127166;0.07030033,-0.1030136;-0.7027832;-0.02543058,-0.008251136;0.3996443;0.01275491,0;0;0,-0.002105032;0.1991841;0.01792417,-0.004005963;0.4988633;0.03045433,0.1101486;0.3676058;0.05113622,0.1403164;0.08931479;0.05777179,0.1846874;-0.1808886;-0.00072027,-0.1092808;0.3575549;-0.009997163,-0.1800041;0.2975174;-0.2741821,-0.2260915;0.2285427;-0.5416114,0.07625489;0.004225518;-0.02381882,0.06746887;-0.3739704;0.01210591,0.06825471;-0.7159963;0.08638738,0.07567583;-0.7677549;0.02928699,-0.06565605;0.005243755;-0.04540689,-0.1070502;-0.3699359;-0.001512222,-0.1214392;-0.7104636;0.07807328,-0.1192775;-0.7618922;0.02006717,-0.003556447;0.398876;0.02892506,117.5603
+0;0;0,-0.004733574;0.1996944;0.009987938,-0.009915254;0.49959;0.00991313,0.1067621;0.3678568;0.02546366,0.1408419;0.0902966;0.03956746,0.1853123;-0.1790334;-0.02275226,-0.1103105;0.3570417;-0.03381654,-0.1870256;0.2846127;-0.2931789,-0.2196333;0.2551909;-0.569713,0.07521678;0.005494384;-0.02668797,0.07680739;-0.3721234;0.01576513,0.07824928;-0.7154161;0.08394203,0.09669954;-0.7056131;-0.01224357,-0.06573606;0.004562141;-0.0453647,-0.1074507;-0.3706272;-0.001858003,-0.1238204;-0.7127166;0.07030033,-0.1030136;-0.7027832;-0.02543058,-0.008251136;0.3996443;0.01275491,0;0;0,-0.002105032;0.1991841;0.01792417,-0.004005963;0.4988633;0.03045433,0.1101486;0.3676058;0.05113622,0.1403164;0.08931479;0.05777179,0.1846874;-0.1808886;-0.00072027,-0.1092808;0.3575549;-0.009997163,-0.1800041;0.2975174;-0.2741821,-0.2260915;0.2285427;-0.5416114,0.07625489;0.004225518;-0.02381882,0.06746887;-0.3739704;0.01210591,0.06825471;-0.7159963;0.08638738,0.07567583;-0.7677549;0.02928699,-0.06565605;0.005243755;-0.04540689,-0.1070502;-0.3699359;-0.001512222,-0.1214392;-0.7104636;0.07807328,-0.1192775;-0.7618922;0.02006717,-0.003556447;0.398876;0.02892506,117.5603
+0;0;0,-0.004733574;0.1996944;0.009987938,-0.009915254;0.49959;0.00991313,0.1067621;0.3678568;0.02546366,0.1408419;0.0902966;0.03956746,0.1853123;-0.1790334;-0.02275226,-0.1103105;0.3570417;-0.03381654,-0.1870256;0.2846127;-0.2931789,-0.2196333;0.2551909;-0.569713,0.07521678;0.005494384;-0.02668797,0.07680739;-0.3721234;0.01576513,0.07824928;-0.7154161;0.08394203,0.09669954;-0.7056131;-0.01224357,-0.06573606;0.004562141;-0.0453647,-0.1074507;-0.3706272;-0.001858003,-0.1238204;-0.7127166;0.07030033,-0.1030136;-0.7027832;-0.02543058,-0.008251136;0.3996443;0.01275491,0;0;0,-0.002105032;0.1991841;0.01792417,-0.004005963;0.4988633;0.03045433,0.1101486;0.3676058;0.05113622,0.1403164;0.08931479;0.05777179,0.1846874;-0.1808886;-0.00072027,-0.1092808;0.3575549;-0.009997163,-0.1800041;0.2975174;-0.2741821,-0.2260915;0.2285427;-0.5416114,0.07625489;0.004225518;-0.02381882,0.06746887;-0.3739704;0.01210591,0.06825471;-0.7159963;0.08638738,0.07567583;-0.7677549;0.02928699,-0.06565605;0.005243755;-0.04540689,-0.1070502;-0.3699359;-0.001512222,-0.1214392;-0.7104636;0.07807328,-0.1192775;-0.7618922;0.02006717,-0.003556447;0.398876;0.02892506,117.5603
+0;0;0,-0.004685477;0.1996855;0.01018572,-0.009886933;0.4995805;0.01022343,0.1067776;0.3678214;0.02592979,0.1405716;0.09022361;0.0399801,0.185239;-0.1790235;-0.02255649,-0.1102544;0.3574288;-0.03392359,-0.1868981;0.2884688;-0.2942508,-0.2198266;0.258623;-0.5707014,0.07530675;0.00539914;-0.02645263,0.07688547;-0.3722067;0.01610703,0.0783541;-0.7154866;0.08434734,0.09699923;-0.7056765;-0.01180218,-0.06570312;0.004650163;-0.04540349,-0.1072443;-0.3705066;-0.001452584,-0.1235675;-0.7125859;0.07076475,-0.1025683;-0.7026442;-0.0249259,-0.008208129;0.3996342;0.0130368,0;0;0,-0.002105032;0.1991841;0.01792417,-0.004005963;0.4988633;0.03045433,0.1101486;0.3676058;0.05113622,0.1403164;0.08931479;0.05777179,0.1846874;-0.1808886;-0.00072027,-0.1092808;0.3575549;-0.009997163,-0.1800041;0.2975174;-0.2741821,-0.2260915;0.2285427;-0.5416114,0.07625489;0.004225518;-0.02381882,0.06746887;-0.3739704;0.01210591,0.06825471;-0.7159963;0.08638738,0.07567583;-0.7677549;0.02928699,-0.06565605;0.005243755;-0.04540689,-0.1070502;-0.3699359;-0.001512222,-0.1214392;-0.7104636;0.07807328,-0.1192775;-0.7618922;0.02006717,-0.003556447;0.398876;0.02892506,117.5603

+ 136 - 0
DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_OneArm_Sideways_ColorFeedback_Fast.csv

@@ -0,0 +1,136 @@
+Demo_SpineBase,Demo_SpineMid,Demo_Neck,Demo_ShoulderLeft,Demo_ElbowLeft,Demo_WristLeft,Demo_ShoulderRight,Demo_ElbowRight,Demo_WristRight,Demo_HipLeft,Demo_KneeLeft,Demo_AnkleLeft,Demo_FootLeft,Demo_HipRight,Demo_KneeRight,Demo_AnkleRight,Demo_FootRight,Demo_SpineShoulder,Body_SpineBase,Body_SpineMid,Body_Neck,Body_ShoulderLeft,Body_ElbowLeft,Body_WristLeft,Body_ShoulderRight,Body_ElbowRight,Body_WristRight,Body_HipLeft,Body_KneeLeft,Body_AnkleLeft,Body_FootLeft,Body_HipRight,Body_KneeRight,Body_AnkleRight,Body_FootRight,Body_SpineShoulder,time
+0;0;0,0.004628852;0.1998773;0.005258655,0.01041303;0.4996554;-0.002503171,0.1234964;0.3653007;0.00277505,0.1612559;0.08838472;0.0198567,0.1988773;-0.1802657;-0.04950884,-0.1050417;0.361204;0.003786585,-0.1598837;0.0866949;-0.0023052,-0.2176591;-0.1824983;-0.05326612,0.06946469;0.00476251;-0.03939511,0.08526544;-0.3715036;0.01134099,0.0858184;-0.710112;0.09990776,0.09608892;-0.7607068;0.04160687,-0.07027771;0.006098346;-0.037734,-0.1082181;-0.3696718;0.004186418,-0.1256849;-0.7091206;0.08766951,-0.1251881;-0.6987492;-0.0103839,0.008570645;0.3998261;0.003038917,0;0;0,0.005124551;0.1997064;0.009544598,0.01363529;0.4995221;0.008191168,0.1257668;0.3674669;0.02265812,0.1651321;0.09059951;0.03661665,0.2158551;-0.1813044;-0.00692014,-0.103587;0.3630245;0.01104417,-0.156263;0.08810166;0.004511698,-0.2138821;-0.1813097;-0.04546402,0.07304817;0.003292273;-0.03245187,0.07072382;-0.3709396;0.03346514,0.06254625;-0.71013;0.1193898,0.06552375;-0.6999936;0.0214277,-0.07083319;0.006357638;-0.03663658,-0.09588614;-0.3704923;0.005273432,-0.1171198;-0.7098501;0.08825214,-0.1119079;-0.6996228;-0.009634905,0.01069607;0.3996194;0.01148047,154.0964
+0;0;0,0.004628852;0.1998773;0.005258655,0.01041303;0.4996554;-0.002503171,0.1234964;0.3653007;0.00277505,0.1612559;0.08838472;0.0198567,0.1988773;-0.1802657;-0.04950884,-0.1050417;0.361204;0.003786585,-0.1598837;0.0866949;-0.0023052,-0.2176591;-0.1824983;-0.05326612,0.06946469;0.00476251;-0.03939511,0.08526544;-0.3715036;0.01134099,0.0858184;-0.710112;0.09990776,0.09608892;-0.7607068;0.04160687,-0.07027771;0.006098346;-0.037734,-0.1082181;-0.3696718;0.004186418,-0.1256849;-0.7091206;0.08766951,-0.1251881;-0.6987492;-0.0103839,0.008570645;0.3998261;0.003038917,0;0;0,0.005110351;0.1997034;0.009615468,0.01359705;0.4995204;0.00838105,0.1257468;0.3675253;0.02286668,0.1651062;0.09065762;0.03683457,0.2156333;-0.1812462;-0.006929688,-0.1036133;0.3630059;0.01114929,-0.156207;0.08807239;0.004405525,-0.2139617;-0.1812901;-0.04567691,0.07302452;0.00332913;-0.03250131,0.07068475;-0.3708925;0.03347399,0.0626442;-0.7100268;0.1196322,0.06855795;-0.7669927;0.07062231,-0.07086026;0.006329068;-0.03658915,-0.09589472;-0.3705191;0.005347896,-0.1170854;-0.7098089;0.08861497,-0.1118464;-0.6995826;-0.009270445,0.01066474;0.3996161;0.01162826,154.1132
+0;0;0,0.004628852;0.1998773;0.005258655,0.01041303;0.4996554;-0.002503171,0.1234964;0.3653007;0.00277505,0.1612559;0.08838472;0.0198567,0.1988773;-0.1802657;-0.04950884,-0.1050417;0.361204;0.003786585,-0.1598837;0.0866949;-0.0023052,-0.2176591;-0.1824983;-0.05326612,0.06946469;0.00476251;-0.03939511,0.08526544;-0.3715036;0.01134099,0.0858184;-0.710112;0.09990776,0.09608892;-0.7607068;0.04160687,-0.07027771;0.006098346;-0.037734,-0.1082181;-0.3696718;0.004186418,-0.1256849;-0.7091206;0.08766951,-0.1251881;-0.6987492;-0.0103839,0.008570645;0.3998261;0.003038917,0;0;0,0.005110351;0.1997034;0.009615468,0.01359705;0.4995204;0.00838105,0.1257468;0.3675253;0.02286668,0.1651062;0.09065762;0.03683457,0.2156333;-0.1812462;-0.006929688,-0.1036133;0.3630059;0.01114929,-0.156207;0.08807239;0.004405525,-0.2139617;-0.1812901;-0.04567691,0.07302452;0.00332913;-0.03250131,0.07068475;-0.3708925;0.03347399,0.0626442;-0.7100268;0.1196322,0.06855795;-0.7669927;0.07062231,-0.07086026;0.006329068;-0.03658915,-0.09589472;-0.3705191;0.005347896,-0.1170854;-0.7098089;0.08861497,-0.1118464;-0.6995826;-0.009270445,0.01066474;0.3996161;0.01162826,154.1303
+0;0;0,0.004574471;0.1998795;0.005220255,0.01028918;0.4996577;-0.002587632,0.1233972;0.3653043;0.002740141,0.1611915;0.0883916;0.01979661,0.1988587;-0.1802267;-0.04966845,-0.1051175;0.3611398;0.003855627,-0.1599153;0.08661941;-0.002122816,-0.2177974;-0.1826418;-0.0526012,0.06946065;0.004795699;-0.03939821,0.08522931;-0.3714863;0.01122977,0.08593225;-0.7100622;0.09991948,0.09561162;-0.7608551;0.04179192,-0.07026452;0.006063766;-0.03776411,-0.1081996;-0.3697119;0.004111696,-0.1257251;-0.7091619;0.08757752,-0.1252664;-0.6987946;-0.01047527,0.008471094;0.3998289;0.002972275,0;0;0,0.005083698;0.1997014;0.009670462,0.01352211;0.4995199;0.008536344,0.1256814;0.3675403;0.02307996,0.1649732;0.09066153;0.03701923,0.2154373;-0.1812392;-0.006837286,-0.1036782;0.3630142;0.0113074,-0.1562871;0.08808607;0.004465388,-0.2140764;-0.181285;-0.04553087,0.07300315;0.003373442;-0.03254473,0.0706619;-0.3708345;0.03350771,0.0624713;-0.7099367;0.1197782,0.06549311;-0.6997821;0.02181374,-0.07087936;0.006289992;-0.03655889,-0.09609933;-0.370548;0.005359046,-0.1171032;-0.7098351;0.08868449,-0.1118485;-0.6995983;-0.009202212,0.01060321;0.3996144;0.01175461,154.1491
+0;0;0,0.004574471;0.1998795;0.005220255,0.01028918;0.4996577;-0.002587632,0.1233972;0.3653043;0.002740141,0.1611915;0.0883916;0.01979661,0.1988587;-0.1802267;-0.04966845,-0.1051175;0.3611398;0.003855627,-0.1599153;0.08661941;-0.002122816,-0.2177974;-0.1826418;-0.0526012,0.06946065;0.004795699;-0.03939821,0.08522931;-0.3714863;0.01122977,0.08593225;-0.7100622;0.09991948,0.09561162;-0.7608551;0.04179192,-0.07026452;0.006063766;-0.03776411,-0.1081996;-0.3697119;0.004111696,-0.1257251;-0.7091619;0.08757752,-0.1252664;-0.6987946;-0.01047527,0.008471094;0.3998289;0.002972275,0;0;0,0.005083698;0.1997014;0.009670462,0.01352211;0.4995199;0.008536344,0.1256814;0.3675403;0.02307996,0.1649732;0.09066153;0.03701923,0.2154373;-0.1812392;-0.006837286,-0.1036782;0.3630142;0.0113074,-0.1562871;0.08808607;0.004465388,-0.2140764;-0.181285;-0.04553087,0.07300315;0.003373442;-0.03254473,0.0706619;-0.3708345;0.03350771,0.0624713;-0.7099367;0.1197782,0.06549311;-0.6997821;0.02181374,-0.07087936;0.006289992;-0.03655889,-0.09609933;-0.370548;0.005359046,-0.1171032;-0.7098351;0.08868449,-0.1118485;-0.6995983;-0.009202212,0.01060321;0.3996144;0.01175461,154.1603
+0;0;0,0.004574471;0.1998795;0.005220255,0.01028918;0.4996577;-0.002587632,0.1233972;0.3653043;0.002740141,0.1611915;0.0883916;0.01979661,0.1988587;-0.1802267;-0.04966845,-0.1051175;0.3611398;0.003855627,-0.1599153;0.08661941;-0.002122816,-0.2177974;-0.1826418;-0.0526012,0.06946065;0.004795699;-0.03939821,0.08522931;-0.3714863;0.01122977,0.08593225;-0.7100622;0.09991948,0.09561162;-0.7608551;0.04179192,-0.07026452;0.006063766;-0.03776411,-0.1081996;-0.3697119;0.004111696,-0.1257251;-0.7091619;0.08757752,-0.1252664;-0.6987946;-0.01047527,0.008471094;0.3998289;0.002972275,0;0;0,0.005064937;0.1996929;0.009853642,0.0134698;0.4995132;0.008869637,0.1256302;0.3675039;0.02344711,0.1648808;0.09061128;0.03722631,0.2152996;-0.1812904;-0.006676286,-0.1036738;0.3628848;0.01152018,-0.1562406;0.08795226;0.004530398,-0.2142498;-0.1813856;-0.04539014,0.07297059;0.003411246;-0.03261375,0.07069513;-0.3708397;0.033197,0.06234505;-0.7097813;0.1200814,0.06891576;-0.7667086;0.07108669,-0.07090995;0.00626748;-0.03650336,-0.09599676;-0.3705832;0.005380068,-0.1170509;-0.7097814;0.08905359,-0.1117489;-0.6995343;-0.008832641,0.01056863;0.3996053;0.01203043,154.1827
+0;0;0,0.004537818;0.1998812;0.005186833,0.01023456;0.4996567;-0.002734609,0.1233571;0.3653584;0.002720892,0.1611712;0.08844331;0.01969543,0.199252;-0.1799668;-0.05034648,-0.1052389;0.3613323;0.003702083,-0.1604658;0.08689335;-0.00206595,-0.2183918;-0.1827202;-0.05057513,0.06945962;0.004803787;-0.03939905,0.08522347;-0.3714952;0.01110453,0.08627938;-0.7100668;0.09980707,0.09556815;-0.7613485;0.0423005,-0.07025962;0.006059946;-0.03777383,-0.1081558;-0.3697313;0.003997013,-0.125825;-0.7090846;0.08782486,-0.1253081;-0.6987214;-0.01022682,0.008415008;0.3998302;0.002864996,0;0;0,0.005064937;0.1996929;0.009853642,0.0134698;0.4995132;0.008869637,0.1256302;0.3675039;0.02344711,0.1648808;0.09061128;0.03722631,0.2152996;-0.1812904;-0.006676286,-0.1036738;0.3628848;0.01152018,-0.1562406;0.08795226;0.004530398,-0.2142498;-0.1813856;-0.04539014,0.07297059;0.003411246;-0.03261375,0.07069513;-0.3708397;0.033197,0.06234505;-0.7097813;0.1200814,0.06891576;-0.7667086;0.07108669,-0.07090995;0.00626748;-0.03650336,-0.09599676;-0.3705832;0.005380068,-0.1170509;-0.7097814;0.08905359,-0.1117489;-0.6995343;-0.008832641,0.01056863;0.3996053;0.01203043,154.1939
+0;0;0,0.004537818;0.1998812;0.005186833,0.01023456;0.4996567;-0.002734609,0.1233571;0.3653584;0.002720892,0.1611712;0.08844331;0.01969543,0.199252;-0.1799668;-0.05034648,-0.1052389;0.3613323;0.003702083,-0.1604658;0.08689335;-0.00206595,-0.2183918;-0.1827202;-0.05057513,0.06945962;0.004803787;-0.03939905,0.08522347;-0.3714952;0.01110453,0.08627938;-0.7100668;0.09980707,0.09556815;-0.7613485;0.0423005,-0.07025962;0.006059946;-0.03777383,-0.1081558;-0.3697313;0.003997013,-0.125825;-0.7090846;0.08782486,-0.1253081;-0.6987214;-0.01022682,0.008415008;0.3998302;0.002864996,0;0;0,0.005032525;0.1996865;0.00999905,0.01338221;0.4995092;0.00916658,0.1255774;0.367546;0.02374107,0.1647826;0.09064025;0.03738622,0.2150386;-0.1811735;-0.007241145,-0.1037213;0.3628365;0.01177796,-0.156351;0.08791932;0.004658651,-0.2143378;-0.1814642;-0.04504099,0.07297765;0.003411287;-0.03259793,0.07077762;-0.3708438;0.03319174,0.06240297;-0.7096463;0.1206146,0.06939766;-0.7663281;0.07124497,-0.07090648;0.006275123;-0.03650882,-0.09598737;-0.3705492;0.005614951,-0.1170416;-0.7096915;0.08951471,-0.1117308;-0.69943;-0.008373939,0.01050783;0.3995987;0.01226855,154.2054
+0;0;0,0.004537818;0.1998812;0.005186833,0.01023456;0.4996567;-0.002734609,0.1233571;0.3653584;0.002720892,0.1611712;0.08844331;0.01969543,0.199252;-0.1799668;-0.05034648,-0.1052389;0.3613323;0.003702083,-0.1604658;0.08689335;-0.00206595,-0.2183918;-0.1827202;-0.05057513,0.06945962;0.004803787;-0.03939905,0.08522347;-0.3714952;0.01110453,0.08627938;-0.7100668;0.09980707,0.09556815;-0.7613485;0.0423005,-0.07025962;0.006059946;-0.03777383,-0.1081558;-0.3697313;0.003997013,-0.125825;-0.7090846;0.08782486,-0.1253081;-0.6987214;-0.01022682,0.008415008;0.3998302;0.002864996,0;0;0,0.005032525;0.1996865;0.00999905,0.01338221;0.4995092;0.00916658,0.1255774;0.367546;0.02374107,0.1647826;0.09064025;0.03738622,0.2150386;-0.1811735;-0.007241145,-0.1037213;0.3628365;0.01177796,-0.156351;0.08791932;0.004658651,-0.2143378;-0.1814642;-0.04504099,0.07297765;0.003411287;-0.03259793,0.07077762;-0.3708438;0.03319174,0.06240297;-0.7096463;0.1206146,0.06939766;-0.7663281;0.07124497,-0.07090648;0.006275123;-0.03650882,-0.09598737;-0.3705492;0.005614951,-0.1170416;-0.7096915;0.08951471,-0.1117308;-0.69943;-0.008373939,0.01050783;0.3995987;0.01226855,154.2271
+0;0;0,0.004525898;0.1998816;0.005182517,0.01023278;0.4996569;-0.002742798,0.1233388;0.3653228;0.002713441,0.1611457;0.0884054;0.01966585,0.199442;-0.179898;-0.05066672,-0.1052812;0.3614342;0.003635599,-0.1608827;0.08706754;-0.001970817,-0.2188109;-0.1826912;-0.04966288,0.06946134;0.004802243;-0.03939621,0.08544461;-0.3714342;0.01150276,0.08654073;-0.7100021;0.1002187,0.09517425;-0.760861;0.04201814,-0.07025538;0.006058215;-0.037782,-0.1080787;-0.369745;0.003946897,-0.1257934;-0.7091088;0.08772276,-0.1252491;-0.6987477;-0.01032835,0.008407518;0.3998304;0.002855883,0;0;0,0.004998986;0.1996827;0.01009117,0.01332907;0.4995073;0.009391418,0.1255226;0.3675486;0.02400303,0.1646541;0.09062132;0.03741842,0.2155534;-0.1809388;-0.008016948,-0.1037337;0.3627281;0.01189835,-0.1564836;0.08783767;0.004639302,-0.214047;-0.1818011;-0.04416031,0.0729814;0.003426127;-0.03258796,0.07081089;-0.3708142;0.0332863,0.06244012;-0.7096152;0.1207154,0.06952646;-0.7663315;0.0714197,-0.07090592;0.006263544;-0.03651189,-0.09607227;-0.3705439;0.005711447,-0.1173532;-0.7096818;0.08957186,-0.1124589;-0.7662538;0.03975878,0.0104617;0.3995945;0.01242452,154.2384
+0;0;0,0.004525898;0.1998816;0.005182517,0.01023278;0.4996569;-0.002742798,0.1233388;0.3653228;0.002713441,0.1611457;0.0884054;0.01966585,0.199442;-0.179898;-0.05066672,-0.1052812;0.3614342;0.003635599,-0.1608827;0.08706754;-0.001970817,-0.2188109;-0.1826912;-0.04966288,0.06946134;0.004802243;-0.03939621,0.08544461;-0.3714342;0.01150276,0.08654073;-0.7100021;0.1002187,0.09517425;-0.760861;0.04201814,-0.07025538;0.006058215;-0.037782,-0.1080787;-0.369745;0.003946897,-0.1257934;-0.7091088;0.08772276,-0.1252491;-0.6987477;-0.01032835,0.008407518;0.3998304;0.002855883,0;0;0,0.004998986;0.1996827;0.01009117,0.01332907;0.4995073;0.009391418,0.1255226;0.3675486;0.02400303,0.1646541;0.09062132;0.03741842,0.2155534;-0.1809388;-0.008016948,-0.1037337;0.3627281;0.01189835,-0.1564836;0.08783767;0.004639302,-0.214047;-0.1818011;-0.04416031,0.0729814;0.003426127;-0.03258796,0.07081089;-0.3708142;0.0332863,0.06244012;-0.7096152;0.1207154,0.06952646;-0.7663315;0.0714197,-0.07090592;0.006263544;-0.03651189,-0.09607227;-0.3705439;0.005711447,-0.1173532;-0.7096818;0.08957186,-0.1124589;-0.7662538;0.03975878,0.0104617;0.3995945;0.01242452,154.2499
+0;0;0,0.004525898;0.1998816;0.005182517,0.01023278;0.4996569;-0.002742798,0.1233388;0.3653228;0.002713441,0.1611457;0.0884054;0.01966585,0.199442;-0.179898;-0.05066672,-0.1052812;0.3614342;0.003635599,-0.1608827;0.08706754;-0.001970817,-0.2188109;-0.1826912;-0.04966288,0.06946134;0.004802243;-0.03939621,0.08544461;-0.3714342;0.01150276,0.08654073;-0.7100021;0.1002187,0.09517425;-0.760861;0.04201814,-0.07025538;0.006058215;-0.037782,-0.1080787;-0.369745;0.003946897,-0.1257934;-0.7091088;0.08772276,-0.1252491;-0.6987477;-0.01032835,0.008407518;0.3998304;0.002855883,0;0;0,0.004907098;0.1996773;0.01024087,0.01310742;0.4995073;0.009725026,0.1253877;0.3676032;0.02421518,0.1645053;0.09067172;0.03758616,0.215711;-0.1806958;-0.008648597,-0.1038815;0.3627039;0.01212296,-0.1565758;0.08781087;0.004563286,-0.2142459;-0.1818272;-0.04411393,0.07298525;0.003449653;-0.03257685,0.07070873;-0.3708268;0.03308871,0.06222589;-0.7095571;0.1207805,0.06932721;-0.7663223;0.071573,-0.07090651;0.00624185;-0.03651446,-0.09610514;-0.3705686;0.005662572,-0.1174645;-0.7096394;0.08977431,-0.1129957;-0.76653;0.04047876,0.01030754;0.3995897;0.01266448,154.2719
+0;0;0,0.004505469;0.1998822;0.005177293,0.01019565;0.4996575;-0.002760286,0.123305;0.3653265;0.002729455,0.1611289;0.08840999;0.01965945,0.1997321;-0.1798005;-0.0508596,-0.1052998;0.3613889;0.003701836,-0.1609447;0.08703059;-0.001880007,-0.2191998;-0.182624;-0.04976238,0.06945752;0.004811444;-0.03940182,0.08546113;-0.3714215;0.0115166,0.08661637;-0.7100493;0.1000031,0.09432819;-0.7621506;0.04343551,-0.07025192;0.006044568;-0.03779062,-0.1080711;-0.3697582;0.003946628,-0.1258466;-0.709114;0.087742,-0.1253217;-0.698756;-0.01030857,0.008372794;0.3998312;0.002840881,0;0;0,0.004907098;0.1996773;0.01024087,0.01310742;0.4995073;0.009725026,0.1253877;0.3676032;0.02421518,0.1645053;0.09067172;0.03758616,0.215711;-0.1806958;-0.008648597,-0.1038815;0.3627039;0.01212296,-0.1565758;0.08781087;0.004563286,-0.2142459;-0.1818272;-0.04411393,0.07298525;0.003449653;-0.03257685,0.07070873;-0.3708268;0.03308871,0.06222589;-0.7095571;0.1207805,0.06932721;-0.7663223;0.071573,-0.07090651;0.00624185;-0.03651446,-0.09610514;-0.3705686;0.005662572,-0.1174645;-0.7096394;0.08977431,-0.1129957;-0.76653;0.04047876,0.01030754;0.3995897;0.01266448,154.2831
+0;0;0,0.004505469;0.1998822;0.005177293,0.01019565;0.4996575;-0.002760286,0.123305;0.3653265;0.002729455,0.1611289;0.08840999;0.01965945,0.1997321;-0.1798005;-0.0508596,-0.1052998;0.3613889;0.003701836,-0.1609447;0.08703059;-0.001880007,-0.2191998;-0.182624;-0.04976238,0.06945752;0.004811444;-0.03940182,0.08546113;-0.3714215;0.0115166,0.08661637;-0.7100493;0.1000031,0.09432819;-0.7621506;0.04343551,-0.07025192;0.006044568;-0.03779062,-0.1080711;-0.3697582;0.003946628,-0.1258466;-0.709114;0.087742,-0.1253217;-0.698756;-0.01030857,0.008372794;0.3998312;0.002840881,0;0;0,0.004907098;0.1996773;0.01024087,0.01310742;0.4995073;0.009725026,0.1253877;0.3676032;0.02421518,0.1645053;0.09067172;0.03758616,0.215711;-0.1806958;-0.008648597,-0.1038815;0.3627039;0.01212296,-0.1565758;0.08781087;0.004563286,-0.2142459;-0.1818272;-0.04411393,0.07298525;0.003449653;-0.03257685,0.07070873;-0.3708268;0.03308871,0.06222589;-0.7095571;0.1207805,0.06932721;-0.7663223;0.071573,-0.07090651;0.00624185;-0.03651446,-0.09610514;-0.3705686;0.005662572,-0.1174645;-0.7096394;0.08977431,-0.1129957;-0.76653;0.04047876,0.01030754;0.3995897;0.01266448,154.294
+0;0;0,0.004505469;0.1998822;0.005177293,0.01019565;0.4996575;-0.002760286,0.123305;0.3653265;0.002729455,0.1611289;0.08840999;0.01965945,0.1997321;-0.1798005;-0.0508596,-0.1052998;0.3613889;0.003701836,-0.1609447;0.08703059;-0.001880007,-0.2191998;-0.182624;-0.04976238,0.06945752;0.004811444;-0.03940182,0.08546113;-0.3714215;0.0115166,0.08661637;-0.7100493;0.1000031,0.09432819;-0.7621506;0.04343551,-0.07025192;0.006044568;-0.03779062,-0.1080711;-0.3697582;0.003946628,-0.1258466;-0.709114;0.087742,-0.1253217;-0.698756;-0.01030857,0.008372794;0.3998312;0.002840881,0;0;0,0.004833366;0.1996737;0.01034678,0.0128877;0.4995098;0.01009286,0.1252672;0.3676866;0.02442759,0.1646704;0.09079564;0.03779786,0.2157931;-0.1805311;-0.008767061,-0.1040325;0.3627134;0.01233876,-0.1567295;0.08782893;0.00449275,-0.2143664;-0.1818278;-0.04412054,0.07295943;0.003520923;-0.03262704,0.07055472;-0.3707518;0.03305485,0.06207797;-0.7094864;0.1207307,0.06518684;-0.6992664;0.02275574,-0.07092875;0.006185209;-0.03648088,-0.09606451;-0.3706326;0.005667925,-0.1176209;-0.7096524;0.08993462,-0.1122784;-0.6993521;-0.007960126,0.01016056;0.3995864;0.0129012,154.3167
+0;0;0,0.004485983;0.199883;0.005165246,0.01014853;0.4996578;-0.002812425,0.1232627;0.3653258;0.002720054,0.1610932;0.08840922;0.01963325,0.1998294;-0.1797599;-0.05097011,-0.105401;0.3615639;0.003575439,-0.1616603;0.087322;-0.001547918,-0.2206473;-0.1821544;-0.04953797,0.06946407;0.00481859;-0.03938939,0.08544894;-0.3714031;0.01161726,0.08670289;-0.7100577;0.09999994,0.09416768;-0.7624496;0.04382294,-0.07024308;0.006040253;-0.03780774,-0.1080113;-0.3697475;0.004110739,-0.1258044;-0.7091118;0.08786806,-0.1234756;-0.7644361;0.03576861,0.008330951;0.399832;0.002800473,0;0;0,0.004833366;0.1996737;0.01034678,0.0128877;0.4995098;0.01009286,0.1252672;0.3676866;0.02442759,0.1646704;0.09079564;0.03779786,0.2157931;-0.1805311;-0.008767061,-0.1040325;0.3627134;0.01233876,-0.1567295;0.08782893;0.00449275,-0.2143664;-0.1818278;-0.04412054,0.07295943;0.003520923;-0.03262704,0.07055472;-0.3707518;0.03305485,0.06207797;-0.7094864;0.1207307,0.06518684;-0.6992664;0.02275574,-0.07092875;0.006185209;-0.03648088,-0.09606451;-0.3706326;0.005667925,-0.1176209;-0.7096524;0.08993462,-0.1122784;-0.6993521;-0.007960126,0.01016056;0.3995864;0.0129012,154.3278
+0;0;0,0.004485983;0.199883;0.005165246,0.01014853;0.4996578;-0.002812425,0.1232627;0.3653258;0.002720054,0.1610932;0.08840922;0.01963325,0.1998294;-0.1797599;-0.05097011,-0.105401;0.3615639;0.003575439,-0.1616603;0.087322;-0.001547918,-0.2206473;-0.1821544;-0.04953797,0.06946407;0.00481859;-0.03938939,0.08544894;-0.3714031;0.01161726,0.08670289;-0.7100577;0.09999994,0.09416768;-0.7624496;0.04382294,-0.07024308;0.006040253;-0.03780774,-0.1080113;-0.3697475;0.004110739,-0.1258044;-0.7091118;0.08786806,-0.1234756;-0.7644361;0.03576861,0.008330951;0.399832;0.002800473,0;0;0,0.004749445;0.1996698;0.01045983,0.01263184;0.4995114;0.01037698,0.1251118;0.3677605;0.02463395,0.1645325;0.09086919;0.03794554,0.2159642;-0.1803686;-0.008796927,-0.1041933;0.3626626;0.01249701,-0.1568128;0.08776662;0.004533488,-0.214845;-0.1817608;-0.04432553,0.07294182;0.003565338;-0.03266157,0.07046215;-0.3706783;0.03318354,0.06193771;-0.7093714;0.1210144,0.06862879;-0.7663708;0.07216401,-0.07095305;0.006147045;-0.03644007,-0.09606652;-0.3706602;0.005816542,-0.1176932;-0.7096518;0.09017874,-0.1123387;-0.6993379;-0.007718071,0.009983949;0.3995838;0.01310779,154.339
+0;0;0,0.004485983;0.199883;0.005165246,0.01014853;0.4996578;-0.002812425,0.1232627;0.3653258;0.002720054,0.1610932;0.08840922;0.01963325,0.1998294;-0.1797599;-0.05097011,-0.105401;0.3615639;0.003575439,-0.1616603;0.087322;-0.001547918,-0.2206473;-0.1821544;-0.04953797,0.06946407;0.00481859;-0.03938939,0.08544894;-0.3714031;0.01161726,0.08670289;-0.7100577;0.09999994,0.09416768;-0.7624496;0.04382294,-0.07024308;0.006040253;-0.03780774,-0.1080113;-0.3697475;0.004110739,-0.1258044;-0.7091118;0.08786806,-0.1234756;-0.7644361;0.03576861,0.008330951;0.399832;0.002800473,0;0;0,0.004749445;0.1996698;0.01045983,0.01263184;0.4995114;0.01037698,0.1251118;0.3677605;0.02463395,0.1645325;0.09086919;0.03794554,0.2159642;-0.1803686;-0.008796927,-0.1041933;0.3626626;0.01249701,-0.1568128;0.08776662;0.004533488,-0.214845;-0.1817608;-0.04432553,0.07294182;0.003565338;-0.03266157,0.07046215;-0.3706783;0.03318354,0.06193771;-0.7093714;0.1210144,0.06862879;-0.7663708;0.07216401,-0.07095305;0.006147045;-0.03644007,-0.09606652;-0.3706602;0.005816542,-0.1176932;-0.7096518;0.09017874,-0.1123387;-0.6993379;-0.007718071,0.009983949;0.3995838;0.01310779,154.3611
+0;0;0,0.004457829;0.1998842;0.005140703,0.01011593;0.4996585;-0.002870004,0.1232217;0.3653086;0.002671972,0.1612089;0.08841497;0.01960864,0.19985;-0.1797585;-0.05103051,-0.1054207;0.361519;0.00358377,-0.1621909;0.0873729;-0.001004113,-0.22272;-0.1817805;-0.04888647,0.06947669;0.004824709;-0.03936637,0.08545667;-0.3713924;0.01167582,0.08716227;-0.710106;0.09982446,0.09372836;-0.7634383;0.04493708,-0.0702014;0.006029226;-0.03788684,-0.107966;-0.3697788;0.003852721,-0.1258054;-0.7090895;0.08781672,-0.1236885;-0.7644644;0.0357913,0.008295352;0.3998331;0.002748808,0;0;0,0.004612255;0.199663;0.01064956,0.01239252;0.4995089;0.01075789,0.1249295;0.3677674;0.02490972,0.164368;0.09087539;0.03815485,0.2164219;-0.1801696;-0.009015132,-0.104316;0.36246;0.01277061,-0.1567898;0.08754617;0.004470211,-0.2153151;-0.1817655;-0.04498714,0.07290201;0.003611883;-0.03274524,0.07025649;-0.3706073;0.0332321,0.06194458;-0.7091894;0.1215104,0.06806085;-0.7663785;0.07292365,-0.07099888;0.006111174;-0.03635673,-0.09622676;-0.3706722;0.006044671,-0.1165522;-0.7096978;0.09059308,-0.1112228;-0.699348;-0.00731232,0.009797759;0.3995771;0.01338504,154.3726
+0;0;0,0.004457829;0.1998842;0.005140703,0.01011593;0.4996585;-0.002870004,0.1232217;0.3653086;0.002671972,0.1612089;0.08841497;0.01960864,0.19985;-0.1797585;-0.05103051,-0.1054207;0.361519;0.00358377,-0.1621909;0.0873729;-0.001004113,-0.22272;-0.1817805;-0.04888647,0.06947669;0.004824709;-0.03936637,0.08545667;-0.3713924;0.01167582,0.08716227;-0.710106;0.09982446,0.09372836;-0.7634383;0.04493708,-0.0702014;0.006029226;-0.03788684,-0.107966;-0.3697788;0.003852721,-0.1258054;-0.7090895;0.08781672,-0.1236885;-0.7644644;0.0357913,0.008295352;0.3998331;0.002748808,0;0;0,0.004612255;0.199663;0.01064956,0.01239252;0.4995089;0.01075789,0.1249295;0.3677674;0.02490972,0.164368;0.09087539;0.03815485,0.2164219;-0.1801696;-0.009015132,-0.104316;0.36246;0.01277061,-0.1567898;0.08754617;0.004470211,-0.2153151;-0.1817655;-0.04498714,0.07290201;0.003611883;-0.03274524,0.07025649;-0.3706073;0.0332321,0.06194458;-0.7091894;0.1215104,0.06806085;-0.7663785;0.07292365,-0.07099888;0.006111174;-0.03635673,-0.09622676;-0.3706722;0.006044671,-0.1165522;-0.7096978;0.09059308,-0.1112228;-0.699348;-0.00731232,0.009797759;0.3995771;0.01338504,154.3841
+0;0;0,0.004457829;0.1998842;0.005140703,0.01011593;0.4996585;-0.002870004,0.1232217;0.3653086;0.002671972,0.1612089;0.08841497;0.01960864,0.19985;-0.1797585;-0.05103051,-0.1054207;0.361519;0.00358377,-0.1621909;0.0873729;-0.001004113,-0.22272;-0.1817805;-0.04888647,0.06947669;0.004824709;-0.03936637,0.08545667;-0.3713924;0.01167582,0.08716227;-0.710106;0.09982446,0.09372836;-0.7634383;0.04493708,-0.0702014;0.006029226;-0.03788684,-0.107966;-0.3697788;0.003852721,-0.1258054;-0.7090895;0.08781672,-0.1236885;-0.7644644;0.0357913,0.008295352;0.3998331;0.002748808,0;0;0,0.004525614;0.1996595;0.01075244,0.01217904;0.4995098;0.01102965,0.1247836;0.3677649;0.0250793,0.1643013;0.09088135;0.03826519,0.2165606;-0.1800294;-0.009445786,-0.1044355;0.362372;0.01292157,-0.1568417;0.08744961;0.004479591,-0.2158593;-0.1816483;-0.04555302,0.07288191;0.003622605;-0.03278878,0.07018197;-0.3706028;0.03315133,0.06181199;-0.7091656;0.1214981,0.0649228;-0.6989014;0.02351429,-0.07103043;0.006101371;-0.0362967,-0.09613117;-0.3707077;0.005950999,-0.116638;-0.7096737;0.09069473,-0.1113065;-0.6993273;-0.007209882,0.009650448;0.399574;0.01356668,154.4059
+0;0;0,0.004427029;0.199885;0.005137524,0.0100884;0.4996592;-0.002882864,0.1231837;0.3652869;0.002665721,0.1613191;0.08841398;0.01960795,0.1997949;-0.1798034;-0.05095433,-0.1054562;0.3615343;0.003654166,-0.1625737;0.08745769;-0.0007706773,-0.2261907;-0.1811217;-0.04786646,0.06949472;0.004809737;-0.03933638,0.08540248;-0.3714209;0.01162927,0.08700256;-0.7101296;0.09979856,0.09349808;-0.7649243;0.04718988,-0.07014313;0.006058206;-0.03798999,-0.1078903;-0.369757;0.003700189,-0.1258645;-0.7090536;0.08769289,-0.122517;-0.7641731;0.03531465,0.008264083;0.3998337;0.002735086,0;0;0,0.004525614;0.1996595;0.01075244,0.01217904;0.4995098;0.01102965,0.1247836;0.3677649;0.0250793,0.1643013;0.09088135;0.03826519,0.2165606;-0.1800294;-0.009445786,-0.1044355;0.362372;0.01292157,-0.1568417;0.08744961;0.004479591,-0.2158593;-0.1816483;-0.04555302,0.07288191;0.003622605;-0.03278878,0.07018197;-0.3706028;0.03315133,0.06181199;-0.7091656;0.1214981,0.0649228;-0.6989014;0.02351429,-0.07103043;0.006101371;-0.0362967,-0.09613117;-0.3707077;0.005950999,-0.116638;-0.7096737;0.09069473,-0.1113065;-0.6993273;-0.007209882,0.009650448;0.399574;0.01356668,154.4174
+0;0;0,0.004427029;0.199885;0.005137524,0.0100884;0.4996592;-0.002882864,0.1231837;0.3652869;0.002665721,0.1613191;0.08841398;0.01960795,0.1997949;-0.1798034;-0.05095433,-0.1054562;0.3615343;0.003654166,-0.1625737;0.08745769;-0.0007706773,-0.2261907;-0.1811217;-0.04786646,0.06949472;0.004809737;-0.03933638,0.08540248;-0.3714209;0.01162927,0.08700256;-0.7101296;0.09979856,0.09349808;-0.7649243;0.04718988,-0.07014313;0.006058206;-0.03798999,-0.1078903;-0.369757;0.003700189,-0.1258645;-0.7090536;0.08769289,-0.122517;-0.7641731;0.03531465,0.008264083;0.3998337;0.002735086,0;0;0,0.004525614;0.1996595;0.01075244,0.01217904;0.4995098;0.01102965,0.1247836;0.3677649;0.0250793,0.1643013;0.09088135;0.03826519,0.2165606;-0.1800294;-0.009445786,-0.1044355;0.362372;0.01292157,-0.1568417;0.08744961;0.004479591,-0.2158593;-0.1816483;-0.04555302,0.07288191;0.003622605;-0.03278878,0.07018197;-0.3706028;0.03315133,0.06181199;-0.7091656;0.1214981,0.0649228;-0.6989014;0.02351429,-0.07103043;0.006101371;-0.0362967,-0.09613117;-0.3707077;0.005950999,-0.116638;-0.7096737;0.09069473,-0.1113065;-0.6993273;-0.007209882,0.009650448;0.399574;0.01356668,154.4285
+0;0;0,0.004427029;0.199885;0.005137524,0.0100884;0.4996592;-0.002882864,0.1231837;0.3652869;0.002665721,0.1613191;0.08841398;0.01960795,0.1997949;-0.1798034;-0.05095433,-0.1054562;0.3615343;0.003654166,-0.1625737;0.08745769;-0.0007706773,-0.2261907;-0.1811217;-0.04786646,0.06949472;0.004809737;-0.03933638,0.08540248;-0.3714209;0.01162927,0.08700256;-0.7101296;0.09979856,0.09349808;-0.7649243;0.04718988,-0.07014313;0.006058206;-0.03798999,-0.1078903;-0.369757;0.003700189,-0.1258645;-0.7090536;0.08769289,-0.122517;-0.7641731;0.03531465,0.008264083;0.3998337;0.002735086,0;0;0,0.004505809;0.1996584;0.01078073,0.01214009;0.4995091;0.01112092,0.1247349;0.3677603;0.02523588,0.1643863;0.09089905;0.03848776,0.2170447;-0.1798881;-0.009485137,-0.1044441;0.3622739;0.01318902,-0.1568072;0.08735308;0.004434154,-0.2163857;-0.1815709;-0.04586808,0.07286993;0.00363708;-0.03281377,0.07007863;-0.3705855;0.03313849,0.0616841;-0.7091304;0.1215514,0.06775006;-0.7663152;0.07295072,-0.07104645;0.006089046;-0.03626741,-0.0960796;-0.3707471;0.005778383,-0.1163901;-0.7097034;0.09060822,-0.1111085;-0.6993465;-0.007301204,0.009611139;0.3995728;0.01363885,154.4509
+0;0;0,0.004395736;0.1998855;0.005144919,0.01004964;0.4996601;-0.002869618,0.1231297;0.3652354;0.002627016,0.161297;0.0883674;0.01957809,0.1998269;-0.1798605;-0.05091469,-0.1054941;0.3615347;0.003694839,-0.163642;0.08766541;-0.00010768,-0.2311448;-0.1801012;-0.04641556,0.06950609;0.00480896;-0.03931636,0.08533202;-0.3714264;0.01163917,0.0870281;-0.7101172;0.09987582,0.09327484;-0.7651221;0.04757717,-0.07011262;0.006056219;-0.03804657,-0.1078607;-0.3697462;0.003757637,-0.1258529;-0.7090777;0.08760522,-0.1225769;-0.7643929;0.03554177,0.008225815;0.3998344;0.002743706,0;0;0,0.004505809;0.1996584;0.01078073,0.01214009;0.4995091;0.01112092,0.1247349;0.3677603;0.02523588,0.1643863;0.09089905;0.03848776,0.2170447;-0.1798881;-0.009485137,-0.1044441;0.3622739;0.01318902,-0.1568072;0.08735308;0.004434154,-0.2163857;-0.1815709;-0.04586808,0.07286993;0.00363708;-0.03281377,0.07007863;-0.3705855;0.03313849,0.0616841;-0.7091304;0.1215514,0.06775006;-0.7663152;0.07295072,-0.07104645;0.006089046;-0.03626741,-0.0960796;-0.3707471;0.005778383,-0.1163901;-0.7097034;0.09060822,-0.1111085;-0.6993465;-0.007301204,0.009611139;0.3995728;0.01363885,154.4617
+0;0;0,0.004395736;0.1998855;0.005144919,0.01004964;0.4996601;-0.002869618,0.1231297;0.3652354;0.002627016,0.161297;0.0883674;0.01957809,0.1998269;-0.1798605;-0.05091469,-0.1054941;0.3615347;0.003694839,-0.163642;0.08766541;-0.00010768,-0.2311448;-0.1801012;-0.04641556,0.06950609;0.00480896;-0.03931636,0.08533202;-0.3714264;0.01163917,0.0870281;-0.7101172;0.09987582,0.09327484;-0.7651221;0.04757717,-0.07011262;0.006056219;-0.03804657,-0.1078607;-0.3697462;0.003757637,-0.1258529;-0.7090777;0.08760522,-0.1225769;-0.7643929;0.03554177,0.008225815;0.3998344;0.002743706,0;0;0,0.004487105;0.1996514;0.01091704,0.01207598;0.4995041;0.01154883,0.1247199;0.3678497;0.02546029,0.164375;0.09098932;0.03871945,0.2178303;-0.1796538;-0.00918505,-0.1044612;0.3621689;0.01334916,-0.1569535;0.08727407;0.004552308,-0.2172625;-0.1814308;-0.04604902,0.07288709;0.003639386;-0.0327754,0.07010894;-0.3705713;0.03324462,0.06167046;-0.7090708;0.1218271,0.06761722;-0.7662691;0.07323609,-0.07103335;0.006086054;-0.03629357,-0.09589513;-0.3707611;0.005755249,-0.1164126;-0.7096932;0.09063183,-0.1111179;-0.6993243;-0.007279299,0.009561779;0.3995642;0.01393641,154.4732
+0;0;0,0.004395736;0.1998855;0.005144919,0.01004964;0.4996601;-0.002869618,0.1231297;0.3652354;0.002627016,0.161297;0.0883674;0.01957809,0.1998269;-0.1798605;-0.05091469,-0.1054941;0.3615347;0.003694839,-0.163642;0.08766541;-0.00010768,-0.2311448;-0.1801012;-0.04641556,0.06950609;0.00480896;-0.03931636,0.08533202;-0.3714264;0.01163917,0.0870281;-0.7101172;0.09987582,0.09327484;-0.7651221;0.04757717,-0.07011262;0.006056219;-0.03804657,-0.1078607;-0.3697462;0.003757637,-0.1258529;-0.7090777;0.08760522,-0.1225769;-0.7643929;0.03554177,0.008225815;0.3998344;0.002743706,0;0;0,0.004487105;0.1996514;0.01091704,0.01207598;0.4995041;0.01154883,0.1247199;0.3678497;0.02546029,0.164375;0.09098932;0.03871945,0.2178303;-0.1796538;-0.00918505,-0.1044612;0.3621689;0.01334916,-0.1569535;0.08727407;0.004552308,-0.2172625;-0.1814308;-0.04604902,0.07288709;0.003639386;-0.0327754,0.07010894;-0.3705713;0.03324462,0.06167046;-0.7090708;0.1218271,0.06761722;-0.7662691;0.07323609,-0.07103335;0.006086054;-0.03629357,-0.09589513;-0.3707611;0.005755249,-0.1164126;-0.7096932;0.09063183,-0.1111179;-0.6993243;-0.007279299,0.009561779;0.3995642;0.01393641,154.4957
+0;0;0,0.004343288;0.1998868;0.00513879,0.009980028;0.499661;-0.002903936,0.1230705;0.365258;0.002641757,0.1613655;0.08839476;0.01938184,0.1995988;-0.17999;-0.05067399,-0.1055629;0.361547;0.003737283,-0.1658111;0.0881241;0.0005661966,-0.2385868;-0.1784236;-0.04477708,0.06952811;0.004799302;-0.03927861,0.08521302;-0.3714434;0.01166661,0.08699706;-0.7101755;0.0997427,0.09530755;-0.7643723;0.04643381,-0.07005566;0.006067256;-0.03814962,-0.1080076;-0.3697017;0.003771335,-0.1259625;-0.7090286;0.08764523,-0.1254669;-0.6986803;-0.01040356,0.008160167;0.3998357;0.00271726,0;0;0,0.004454883;0.1996499;0.0109579,0.01196919;0.4995044;0.01169904,0.1246506;0.3678748;0.02556113,0.1643947;0.09103355;0.03895155,0.2180379;-0.1795721;-0.008954417,-0.1044944;0.3620331;0.01348297,-0.1570055;0.08714789;0.004500005,-0.2183;-0.1813221;-0.04616416,0.07288377;0.003664485;-0.03277998,0.0701475;-0.3705485;0.03322824,0.06176776;-0.708939;0.1222322,0.06879692;-0.7657306;0.07306106,-0.07103956;0.00605794;-0.03628612,-0.0958131;-0.3707905;0.005803876,-0.1159292;-0.7097448;0.09068813,-0.110661;-0.699362;-0.00722719,0.009484535;0.3995628;0.01404355,154.5074
+0;0;0,0.004343288;0.1998868;0.00513879,0.009980028;0.499661;-0.002903936,0.1230705;0.365258;0.002641757,0.1613655;0.08839476;0.01938184,0.1995988;-0.17999;-0.05067399,-0.1055629;0.361547;0.003737283,-0.1658111;0.0881241;0.0005661966,-0.2385868;-0.1784236;-0.04477708,0.06952811;0.004799302;-0.03927861,0.08521302;-0.3714434;0.01166661,0.08699706;-0.7101755;0.0997427,0.09530755;-0.7643723;0.04643381,-0.07005566;0.006067256;-0.03814962,-0.1080076;-0.3697017;0.003771335,-0.1259625;-0.7090286;0.08764523,-0.1254669;-0.6986803;-0.01040356,0.008160167;0.3998357;0.00271726,0;0;0,0.004454883;0.1996499;0.0109579,0.01196919;0.4995044;0.01169904,0.1246506;0.3678748;0.02556113,0.1643947;0.09103355;0.03895155,0.2180379;-0.1795721;-0.008954417,-0.1044944;0.3620331;0.01348297,-0.1570055;0.08714789;0.004500005,-0.2183;-0.1813221;-0.04616416,0.07288377;0.003664485;-0.03277998,0.0701475;-0.3705485;0.03322824,0.06176776;-0.708939;0.1222322,0.06879692;-0.7657306;0.07306106,-0.07103956;0.00605794;-0.03628612,-0.0958131;-0.3707905;0.005803876,-0.1159292;-0.7097448;0.09068813,-0.110661;-0.699362;-0.00722719,0.009484535;0.3995628;0.01404355,154.5187
+0;0;0,0.004343288;0.1998868;0.00513879,0.009980028;0.499661;-0.002903936,0.1230705;0.365258;0.002641757,0.1613655;0.08839476;0.01938184,0.1995988;-0.17999;-0.05067399,-0.1055629;0.361547;0.003737283,-0.1658111;0.0881241;0.0005661966,-0.2385868;-0.1784236;-0.04477708,0.06952811;0.004799302;-0.03927861,0.08521302;-0.3714434;0.01166661,0.08699706;-0.7101755;0.0997427,0.09530755;-0.7643723;0.04643381,-0.07005566;0.006067256;-0.03814962,-0.1080076;-0.3697017;0.003771335,-0.1259625;-0.7090286;0.08764523,-0.1254669;-0.6986803;-0.01040356,0.008160167;0.3998357;0.00271726,0;0;0,0.004417836;0.1996486;0.01099679,0.01191309;0.4995036;0.01181848,0.1245883;0.3678888;0.02577008,0.1644131;0.09105602;0.03909711,0.2184123;-0.179466;-0.008881215,-0.1045367;0.3619938;0.01361623,-0.1571013;0.08711985;0.00459944,-0.2196589;-0.1810733;-0.04598689,0.07288983;0.003681306;-0.03276464,0.0701424;-0.370529;0.03325872,0.06144953;-0.7088889;0.1223485,0.06853957;-0.7657835;0.07336825,-0.07103187;0.006038296;-0.03630444,-0.09582178;-0.3708112;0.005766068,-0.1155036;-0.7096665;0.09114601,-0.1102206;-0.6992772;-0.006769821,0.009430101;0.3995612;0.01413139,154.5412
+0;0;0,0.004299135;0.1998883;0.005115563,0.009915082;0.4996616;-0.002983892,0.1230175;0.3652836;0.002643164,0.1613932;0.0884206;0.01920141,0.1991366;-0.1800611;-0.05074852,-0.1056328;0.3615805;0.003798457,-0.1702718;0.08916175;0.0006651853,-0.2466581;-0.1765432;-0.04367441,0.06955558;0.004806846;-0.03922901,0.08506564;-0.3714691;0.01152389,0.08704697;-0.7100956;0.1000004,0.09471009;-0.76443;0.04681217,-0.07001611;0.006046691;-0.03822541,-0.10804;-0.3697101;0.003738731,-0.1260026;-0.7090088;0.0877253,-0.1255261;-0.6986645;-0.01032279,0.008099911;0.3998371;0.002653358,0;0;0,0.004417836;0.1996486;0.01099679,0.01191309;0.4995036;0.01181848,0.1245883;0.3678888;0.02577008,0.1644131;0.09105602;0.03909711,0.2184123;-0.179466;-0.008881215,-0.1045367;0.3619938;0.01361623,-0.1571013;0.08711985;0.00459944,-0.2196589;-0.1810733;-0.04598689,0.07288983;0.003681306;-0.03276464,0.0701424;-0.370529;0.03325872,0.06144953;-0.7088889;0.1223485,0.06853957;-0.7657835;0.07336825,-0.07103187;0.006038296;-0.03630444,-0.09582178;-0.3708112;0.005766068,-0.1155036;-0.7096665;0.09114601,-0.1102206;-0.6992772;-0.006769821,0.009430101;0.3995612;0.01413139,154.5526
+0;0;0,0.004299135;0.1998883;0.005115563,0.009915082;0.4996616;-0.002983892,0.1230175;0.3652836;0.002643164,0.1613932;0.0884206;0.01920141,0.1991366;-0.1800611;-0.05074852,-0.1056328;0.3615805;0.003798457,-0.1702718;0.08916175;0.0006651853,-0.2466581;-0.1765432;-0.04367441,0.06955558;0.004806846;-0.03922901,0.08506564;-0.3714691;0.01152389,0.08704697;-0.7100956;0.1000004,0.09471009;-0.76443;0.04681217,-0.07001611;0.006046691;-0.03822541,-0.10804;-0.3697101;0.003738731,-0.1260026;-0.7090088;0.0877253,-0.1255261;-0.6986645;-0.01032279,0.008099911;0.3998371;0.002653358,0;0;0,0.004417836;0.1996486;0.01099679,0.01191309;0.4995036;0.01181848,0.1245883;0.3678888;0.02577008,0.1644131;0.09105602;0.03909711,0.2184123;-0.179466;-0.008881215,-0.1045367;0.3619938;0.01361623,-0.1571013;0.08711985;0.00459944,-0.2196589;-0.1810733;-0.04598689,0.07288983;0.003681306;-0.03276464,0.0701424;-0.370529;0.03325872,0.06144953;-0.7088889;0.1223485,0.06853957;-0.7657835;0.07336825,-0.07103187;0.006038296;-0.03630444,-0.09582178;-0.3708112;0.005766068,-0.1155036;-0.7096665;0.09114601,-0.1102206;-0.6992772;-0.006769821,0.009430101;0.3995612;0.01413139,154.5642
+0;0;0,0.004299135;0.1998883;0.005115563,0.009915082;0.4996616;-0.002983892,0.1230175;0.3652836;0.002643164,0.1613932;0.0884206;0.01920141,0.1991366;-0.1800611;-0.05074852,-0.1056328;0.3615805;0.003798457,-0.1702718;0.08916175;0.0006651853,-0.2466581;-0.1765432;-0.04367441,0.06955558;0.004806846;-0.03922901,0.08506564;-0.3714691;0.01152389,0.08704697;-0.7100956;0.1000004,0.09471009;-0.76443;0.04681217,-0.07001611;0.006046691;-0.03822541,-0.10804;-0.3697101;0.003738731,-0.1260026;-0.7090088;0.0877253,-0.1255261;-0.6986645;-0.01032279,0.008099911;0.3998371;0.002653358,0;0;0,0.004273433;0.1996475;0.01107295,0.01166283;0.4995047;0.01212505,0.1243905;0.3679503;0.02598607,0.1644272;0.09114504;0.03924929,0.2183687;-0.1794122;-0.008595046,-0.1047703;0.362046;0.01382729,-0.1577499;0.08725244;0.004790522,-0.2220641;-0.180468;-0.04609622,0.07289189;0.003729008;-0.03275464,0.06978378;-0.370486;0.03322612,0.06105693;-0.7088517;0.1222907,0.06808026;-0.7650298;0.07205119,-0.07105;0.00598847;-0.0362772,-0.09611356;-0.3708425;0.005796745,-0.1159042;-0.7097491;0.09094746,-0.1153256;-0.7664281;0.04108331,0.009214129;0.3995596;0.01435636,154.5867
+0;0;0,0.004219203;0.1998892;0.005150122,0.009807363;0.4996636;-0.002923544,0.1229578;0.3654275;0.002738052,0.1612425;0.08854893;0.01924679,0.1988707;-0.1799773;-0.05059421,-0.1058324;0.3618692;0.0037501,-0.1759037;0.09078738;0.00159067,-0.262071;-0.1717377;-0.04374993,0.06957987;0.0048061;-0.03918601,0.08475891;-0.3714893;0.01152291,0.08711192;-0.7100914;0.1000842,0.09441483;-0.7640333;0.04622864,-0.07000374;0.006041498;-0.03824887,-0.1083034;-0.3696907;0.003684983,-0.1258032;-0.7088849;0.08818968,-0.1252714;-0.6985331;-0.009859629,0.007997442;0.3998385;0.002704678,0;0;0,0.004273433;0.1996475;0.01107295,0.01166283;0.4995047;0.01212505,0.1243905;0.3679503;0.02598607,0.1644272;0.09114504;0.03924929,0.2183687;-0.1794122;-0.008595046,-0.1047703;0.362046;0.01382729,-0.1577499;0.08725244;0.004790522,-0.2220641;-0.180468;-0.04609622,0.07289189;0.003729008;-0.03275464,0.06978378;-0.370486;0.03322612,0.06105693;-0.7088517;0.1222907,0.06808026;-0.7650298;0.07205119,-0.07105;0.00598847;-0.0362772,-0.09611356;-0.3708425;0.005796745,-0.1159042;-0.7097491;0.09094746,-0.1153256;-0.7664281;0.04108331,0.009214129;0.3995596;0.01435636,154.598
+0;0;0,0.004219203;0.1998892;0.005150122,0.009807363;0.4996636;-0.002923544,0.1229578;0.3654275;0.002738052,0.1612425;0.08854893;0.01924679,0.1988707;-0.1799773;-0.05059421,-0.1058324;0.3618692;0.0037501,-0.1759037;0.09078738;0.00159067,-0.262071;-0.1717377;-0.04374993,0.06957987;0.0048061;-0.03918601,0.08475891;-0.3714893;0.01152291,0.08711192;-0.7100914;0.1000842,0.09441483;-0.7640333;0.04622864,-0.07000374;0.006041498;-0.03824887,-0.1083034;-0.3696907;0.003684983,-0.1258032;-0.7088849;0.08818968,-0.1252714;-0.6985331;-0.009859629,0.007997442;0.3998385;0.002704678,0;0;0,0.00415303;0.1996461;0.0111438,0.01143246;0.4995056;0.01229583,0.1242143;0.3679904;0.02608927,0.1643144;0.09120011;0.03947387,0.2184983;-0.1793419;-0.008182492,-0.1049318;0.3619553;0.01403247,-0.1585209;0.0872803;0.004985681,-0.2244626;-0.1802942;-0.04456846,0.0728902;0.00378899;-0.03275152,0.06955585;-0.3704271;0.03321219,0.06093238;-0.7087793;0.1223382,0.06747855;-0.7647882;0.07174556,-0.07107145;0.005930139;-0.03624474,-0.09596584;-0.3709541;0.005451478,-0.1157899;-0.709783;0.0909032,-0.1105609;-0.6993585;-0.007022575,0.00902326;0.3995588;0.01449372,154.6099
+0;0;0,0.004219203;0.1998892;0.005150122,0.009807363;0.4996636;-0.002923544,0.1229578;0.3654275;0.002738052,0.1612425;0.08854893;0.01924679,0.1988707;-0.1799773;-0.05059421,-0.1058324;0.3618692;0.0037501,-0.1759037;0.09078738;0.00159067,-0.262071;-0.1717377;-0.04374993,0.06957987;0.0048061;-0.03918601,0.08475891;-0.3714893;0.01152291,0.08711192;-0.7100914;0.1000842,0.09441483;-0.7640333;0.04622864,-0.07000374;0.006041498;-0.03824887,-0.1083034;-0.3696907;0.003684983,-0.1258032;-0.7088849;0.08818968,-0.1252714;-0.6985331;-0.009859629,0.007997442;0.3998385;0.002704678,0;0;0,0.00415303;0.1996461;0.0111438,0.01143246;0.4995056;0.01229583,0.1242143;0.3679904;0.02608927,0.1643144;0.09120011;0.03947387,0.2184983;-0.1793419;-0.008182492,-0.1049318;0.3619553;0.01403247,-0.1585209;0.0872803;0.004985681,-0.2244626;-0.1802942;-0.04456846,0.0728902;0.00378899;-0.03275152,0.06955585;-0.3704271;0.03321219,0.06093238;-0.7087793;0.1223382,0.06747855;-0.7647882;0.07174556,-0.07107145;0.005930139;-0.03624474,-0.09596584;-0.3709541;0.005451478,-0.1157899;-0.709783;0.0909032,-0.1105609;-0.6993585;-0.007022575,0.00902326;0.3995588;0.01449372,154.6321
+0;0;0,0.004123691;0.19989;0.005195411,0.009666187;0.4996665;-0.002832673,0.1228573;0.3655299;0.002857387,0.1609705;0.08862677;0.01935044,0.1981767;-0.1799568;-0.05049626,-0.1059563;0.3618527;0.003889612,-0.1809275;0.09207997;0.002478858,-0.2727766;-0.1687635;-0.04138958,0.06958894;0.004785114;-0.03917246,0.08435531;-0.371498;0.01174856,0.08634897;-0.7101836;0.09999862,0.09457009;-0.7632427;0.04492041,-0.07002012;0.006053119;-0.03821705,-0.1088008;-0.3697042;0.003044482,-0.1262533;-0.7087961;0.08796838,-0.1257335;-0.6984388;-0.01008209,0.007866876;0.3998404;0.002780441,0;0;0,0.004153484;0.1996456;0.01115213,0.011401;0.4995052;0.01235602,0.1242025;0.3680424;0.02615981,0.1643526;0.09126058;0.03956726,0.2191688;-0.1792779;-0.007381033,-0.1049698;0.3619955;0.01405411,-0.1591148;0.08742276;0.005215241,-0.2266597;-0.1801507;-0.04213593,0.07288647;0.003807797;-0.03275765,0.06957398;-0.3704361;0.03304904,0.06089692;-0.7087762;0.1222159,0.06658604;-0.7653433;0.07247886,-0.07108611;0.005896544;-0.03622147,-0.09585623;-0.3710366;0.005104151,-0.1158234;-0.7097868;0.09083427,-0.1105794;-0.6993588;-0.007091388,0.008998607;0.3995581;0.01454847,154.6433
+0;0;0,0.004123691;0.19989;0.005195411,0.009666187;0.4996665;-0.002832673,0.1228573;0.3655299;0.002857387,0.1609705;0.08862677;0.01935044,0.1981767;-0.1799568;-0.05049626,-0.1059563;0.3618527;0.003889612,-0.1809275;0.09207997;0.002478858,-0.2727766;-0.1687635;-0.04138958,0.06958894;0.004785114;-0.03917246,0.08435531;-0.371498;0.01174856,0.08634897;-0.7101836;0.09999862,0.09457009;-0.7632427;0.04492041,-0.07002012;0.006053119;-0.03821705,-0.1088008;-0.3697042;0.003044482,-0.1262533;-0.7087961;0.08796838,-0.1257335;-0.6984388;-0.01008209,0.007866876;0.3998404;0.002780441,0;0;0,0.004153484;0.1996456;0.01115213,0.011401;0.4995052;0.01235602,0.1242025;0.3680424;0.02615981,0.1643526;0.09126058;0.03956726,0.2191688;-0.1792779;-0.007381033,-0.1049698;0.3619955;0.01405411,-0.1591148;0.08742276;0.005215241,-0.2266597;-0.1801507;-0.04213593,0.07288647;0.003807797;-0.03275765,0.06957398;-0.3704361;0.03304904,0.06089692;-0.7087762;0.1222159,0.06658604;-0.7653433;0.07247886,-0.07108611;0.005896544;-0.03622147,-0.09585623;-0.3710366;0.005104151,-0.1158234;-0.7097868;0.09083427,-0.1105794;-0.6993588;-0.007091388,0.008998607;0.3995581;0.01454847,154.6547
+0;0;0,0.004123691;0.19989;0.005195411,0.009666187;0.4996665;-0.002832673,0.1228573;0.3655299;0.002857387,0.1609705;0.08862677;0.01935044,0.1981767;-0.1799568;-0.05049626,-0.1059563;0.3618527;0.003889612,-0.1809275;0.09207997;0.002478858,-0.2727766;-0.1687635;-0.04138958,0.06958894;0.004785114;-0.03917246,0.08435531;-0.371498;0.01174856,0.08634897;-0.7101836;0.09999862,0.09457009;-0.7632427;0.04492041,-0.07002012;0.006053119;-0.03821705,-0.1088008;-0.3697042;0.003044482,-0.1262533;-0.7087961;0.08796838,-0.1257335;-0.6984388;-0.01008209,0.007866876;0.3998404;0.002780441,0;0;0,0.004121699;0.1996461;0.01115549,0.01131569;0.4995063;0.0124125,0.1241215;0.3680513;0.02633243,0.164284;0.09127522;0.03982134,0.2191235;-0.1792687;-0.007068314,-0.1050227;0.3619416;0.01410028,-0.1601559;0.08755144;0.005712943,-0.2290606;-0.1800261;-0.03961246,0.07289105;0.003848288;-0.03274273,0.06957016;-0.370402;0.03302706,0.06084571;-0.7087242;0.122257,0.06762872;-0.7657787;0.07351772,-0.07108821;0.005842916;-0.03622605,-0.09588482;-0.3710873;0.005110934,-0.1156674;-0.709774;0.09113386,-0.1164118;-0.7663215;0.04104405,0.008927777;0.3995587;0.01459846,154.6773
+0;0;0,0.003950821;0.1998934;0.005198065,0.009374333;0.499671;-0.002867644,0.1226394;0.3656635;0.002915651,0.1606375;0.08874464;0.01941063,0.1969901;-0.1799614;-0.05041449,-0.1062005;0.3618282;0.004067769,-0.1867596;0.09366801;0.003494647,-0.289017;-0.1631289;-0.04121288,0.06961796;0.004775604;-0.03912203,0.0838894;-0.3715007;0.01199001,0.08615775;-0.7101911;0.1002151,0.09434153;-0.7619873;0.04327287,-0.07000352;0.006056926;-0.03824683,-0.1096301;-0.3696158;0.002980631,-0.126641;-0.7087466;0.08783931,-0.1261674;-0.6983881;-0.01021165,0.007610755;0.3998451;0.002759927,0;0;0,0.004121699;0.1996461;0.01115549,0.01131569;0.4995063;0.0124125,0.1241215;0.3680513;0.02633243,0.164284;0.09127522;0.03982134,0.2191235;-0.1792687;-0.007068314,-0.1050227;0.3619416;0.01410028,-0.1601559;0.08755144;0.005712943,-0.2290606;-0.1800261;-0.03961246,0.07289105;0.003848288;-0.03274273,0.06957016;-0.370402;0.03302706,0.06084571;-0.7087242;0.122257,0.06762872;-0.7657787;0.07351772,-0.07108821;0.005842916;-0.03622605,-0.09588482;-0.3710873;0.005110934,-0.1156674;-0.709774;0.09113386,-0.1164118;-0.7663215;0.04104405,0.008927777;0.3995587;0.01459846,154.6882
+0;0;0,0.003950821;0.1998934;0.005198065,0.009374333;0.499671;-0.002867644,0.1226394;0.3656635;0.002915651,0.1606375;0.08874464;0.01941063,0.1969901;-0.1799614;-0.05041449,-0.1062005;0.3618282;0.004067769,-0.1867596;0.09366801;0.003494647,-0.289017;-0.1631289;-0.04121288,0.06961796;0.004775604;-0.03912203,0.0838894;-0.3715007;0.01199001,0.08615775;-0.7101911;0.1002151,0.09434153;-0.7619873;0.04327287,-0.07000352;0.006056926;-0.03824683,-0.1096301;-0.3696158;0.002980631,-0.126641;-0.7087466;0.08783931,-0.1261674;-0.6983881;-0.01021165,0.007610755;0.3998451;0.002759927,0;0;0,0.004121699;0.1996461;0.01115549,0.01131569;0.4995063;0.0124125,0.1241215;0.3680513;0.02633243,0.164284;0.09127522;0.03982134,0.2191235;-0.1792687;-0.007068314,-0.1050227;0.3619416;0.01410028,-0.1601559;0.08755144;0.005712943,-0.2290606;-0.1800261;-0.03961246,0.07289105;0.003848288;-0.03274273,0.06957016;-0.370402;0.03302706,0.06084571;-0.7087242;0.122257,0.06762872;-0.7657787;0.07351772,-0.07108821;0.005842916;-0.03622605,-0.09588482;-0.3710873;0.005110934,-0.1156674;-0.709774;0.09113386,-0.1164118;-0.7663215;0.04104405,0.008927777;0.3995587;0.01459846,154.6994
+0;0;0,0.003950821;0.1998934;0.005198065,0.009374333;0.499671;-0.002867644,0.1226394;0.3656635;0.002915651,0.1606375;0.08874464;0.01941063,0.1969901;-0.1799614;-0.05041449,-0.1062005;0.3618282;0.004067769,-0.1867596;0.09366801;0.003494647,-0.289017;-0.1631289;-0.04121288,0.06961796;0.004775604;-0.03912203,0.0838894;-0.3715007;0.01199001,0.08615775;-0.7101911;0.1002151,0.09434153;-0.7619873;0.04327287,-0.07000352;0.006056926;-0.03824683,-0.1096301;-0.3696158;0.002980631,-0.126641;-0.7087466;0.08783931,-0.1261674;-0.6983881;-0.01021165,0.007610755;0.3998451;0.002759927,0;0;0,0.003948695;0.1996511;0.01112911,0.009998311;0.4995352;0.01239914,0.123317;0.3682255;0.02642032,0.1635011;0.09144351;0.03972266,0.2184332;-0.1793439;-0.005627483,-0.1058174;0.361827;0.0140776,-0.1621412;0.08766422;0.006179685,-0.2335503;-0.1792677;-0.03907598,0.07291723;0.003901983;-0.03267799,0.06941943;-0.3703735;0.03293903,0.06069392;-0.7087154;0.122094,0.06741545;-0.765826;0.0734465,-0.07108118;0.005797425;-0.03624714,-0.09578231;-0.3711839;0.004678506,-0.1155781;-0.7098412;0.09081432,-0.1169856;-0.7663513;0.04067421,0.008088671;0.3995779;0.01461132,154.7218
+0;0;0,0.003834383;0.1998946;0.005240384,0.009179696;0.499675;-0.002772365,0.1224936;0.3657623;0.002998486,0.1602963;0.08880454;0.0192888,0.1961108;-0.180013;-0.05038514,-0.1063505;0.3617609;0.004223323,-0.19362;0.09570819;0.004304072,-0.3072599;-0.1563196;-0.04005739,0.06960683;0.004720715;-0.03914847,0.083479;-0.3715429;0.01216709,0.08589699;-0.7102557;0.1003018,0.0940846;-0.7620513;0.04335927,-0.07002171;0.006102683;-0.03820625,-0.1098363;-0.3695566;0.002963256,-0.1273748;-0.7086492;0.08786692,-0.1269266;-0.6982819;-0.01018591,0.007436429;0.3998477;0.002837301,0;0;0,0.003818897;0.1996545;0.01111198,0.009252224;0.4995494;0.01242092,0.1228011;0.3683347;0.0265993,0.1629243;0.09153506;0.03971703,0.2178899;-0.1792508;-0.005601972,-0.1063166;0.3617531;0.01405294,-0.1646271;0.08798608;0.006877957,-0.2381607;-0.1782235;-0.03922277,0.07297313;0.003839311;-0.03256043,0.06936312;-0.370366;0.0334498,0.06072778;-0.7088304;0.1221474,0.06739383;-0.7654723;0.07266249,-0.0710533;0.005860941;-0.03629159,-0.09549177;-0.371195;0.004100692,-0.1155278;-0.7098225;0.09029801,-0.1172281;-0.7657425;0.03916226,0.007561136;0.3995883;0.01464312,154.7332
+0;0;0,0.003834383;0.1998946;0.005240384,0.009179696;0.499675;-0.002772365,0.1224936;0.3657623;0.002998486,0.1602963;0.08880454;0.0192888,0.1961108;-0.180013;-0.05038514,-0.1063505;0.3617609;0.004223323,-0.19362;0.09570819;0.004304072,-0.3072599;-0.1563196;-0.04005739,0.06960683;0.004720715;-0.03914847,0.083479;-0.3715429;0.01216709,0.08589699;-0.7102557;0.1003018,0.0940846;-0.7620513;0.04335927,-0.07002171;0.006102683;-0.03820625,-0.1098363;-0.3695566;0.002963256,-0.1273748;-0.7086492;0.08786692,-0.1269266;-0.6982819;-0.01018591,0.007436429;0.3998477;0.002837301,0;0;0,0.003818897;0.1996545;0.01111198,0.009252224;0.4995494;0.01242092,0.1228011;0.3683347;0.0265993,0.1629243;0.09153506;0.03971703,0.2178899;-0.1792508;-0.005601972,-0.1063166;0.3617531;0.01405294,-0.1646271;0.08798608;0.006877957,-0.2381607;-0.1782235;-0.03922277,0.07297313;0.003839311;-0.03256043,0.06936312;-0.370366;0.0334498,0.06072778;-0.7088304;0.1221474,0.06739383;-0.7654723;0.07266249,-0.0710533;0.005860941;-0.03629159,-0.09549177;-0.371195;0.004100692,-0.1155278;-0.7098225;0.09029801,-0.1172281;-0.7657425;0.03916226,0.007561136;0.3995883;0.01464312,154.7551
+0;0;0,0.003834383;0.1998946;0.005240384,0.009179696;0.499675;-0.002772365,0.1224936;0.3657623;0.002998486,0.1602963;0.08880454;0.0192888,0.1961108;-0.180013;-0.05038514,-0.1063505;0.3617609;0.004223323,-0.19362;0.09570819;0.004304072,-0.3072599;-0.1563196;-0.04005739,0.06960683;0.004720715;-0.03914847,0.083479;-0.3715429;0.01216709,0.08589699;-0.7102557;0.1003018,0.0940846;-0.7620513;0.04335927,-0.07002171;0.006102683;-0.03820625,-0.1098363;-0.3695566;0.002963256,-0.1273748;-0.7086492;0.08786692,-0.1269266;-0.6982819;-0.01018591,0.007436429;0.3998477;0.002837301,0;0;0,0.003818897;0.1996545;0.01111198,0.009252224;0.4995494;0.01242092,0.1228011;0.3683347;0.0265993,0.1629243;0.09153506;0.03971703,0.2178899;-0.1792508;-0.005601972,-0.1063166;0.3617531;0.01405294,-0.1646271;0.08798608;0.006877957,-0.2381607;-0.1782235;-0.03922277,0.07297313;0.003839311;-0.03256043,0.06936312;-0.370366;0.0334498,0.06072778;-0.7088304;0.1221474,0.06739383;-0.7654723;0.07266249,-0.0710533;0.005860941;-0.03629159,-0.09549177;-0.371195;0.004100692,-0.1155278;-0.7098225;0.09029801,-0.1172281;-0.7657425;0.03916226,0.007561136;0.3995883;0.01464312,154.7671
+0;0;0,0.003855734;0.1998939;0.005251316,0.009290458;0.4996734;-0.002737807,0.122586;0.3658221;0.003038744,0.1604253;0.08886629;0.01927704,0.1951782;-0.1800123;-0.05069823,-0.1062902;0.3618059;0.004376871,-0.2023908;0.09881434;0.004045864,-0.3211804;-0.1508162;-0.04037924,0.06961901;0.004645493;-0.03913581,0.08327049;-0.3716037;0.01234421,0.08568343;-0.7103093;0.1005072,0.09425098;-0.7618344;0.04323374,-0.07000657;0.006180856;-0.03822143,-0.1099168;-0.3694652;0.002975699,-0.1275699;-0.7085116;0.08804004,-0.1271629;-0.6981421;-0.01001341,0.007510712;0.3998462;0.002861872,0;0;0,0.00376668;0.1996578;0.01107138,0.009278933;0.4995508;0.01236159,0.1227521;0.3683379;0.02677036,0.1626457;0.09149265;0.03962349,0.2175942;-0.1793458;-0.005400717,-0.1063699;0.361836;0.0139878,-0.1671424;0.08858916;0.007440437,-0.2421094;-0.1771479;-0.03907597,0.07308757;0.003838207;-0.03230287,0.06912234;-0.3704478;0.0332277,0.0604716;-0.7089326;0.1218462,0.06706655;-0.7655742;0.07235137,-0.07098344;0.005882223;-0.03642459,-0.09551887;-0.3712168;0.003504615,-0.1155326;-0.7098073;0.0898523,-0.1177611;-0.7654768;0.03831816,0.00753427;0.3995911;0.0146009,154.7888
+0;0;0,0.003855734;0.1998939;0.005251316,0.009290458;0.4996734;-0.002737807,0.122586;0.3658221;0.003038744,0.1604253;0.08886629;0.01927704,0.1951782;-0.1800123;-0.05069823,-0.1062902;0.3618059;0.004376871,-0.2023908;0.09881434;0.004045864,-0.3211804;-0.1508162;-0.04037924,0.06961901;0.004645493;-0.03913581,0.08327049;-0.3716037;0.01234421,0.08568343;-0.7103093;0.1005072,0.09425098;-0.7618344;0.04323374,-0.07000657;0.006180856;-0.03822143,-0.1099168;-0.3694652;0.002975699,-0.1275699;-0.7085116;0.08804004,-0.1271629;-0.6981421;-0.01001341,0.007510712;0.3998462;0.002861872,0;0;0,0.003723464;0.1996624;0.0110027,0.009280136;0.4995545;0.01225479,0.1227106;0.3683594;0.02680904,0.162524;0.0915103;0.03982662,0.2166426;-0.1795798;-0.004685249,-0.1064411;0.3619572;0.01383399,-0.1693836;0.08918229;0.008170363,-0.2474823;-0.1756211;-0.03851761,0.07320221;0.003785119;-0.03204854,0.0688531;-0.3705643;0.03309399,0.06022061;-0.7090802;0.1215953,0.06740901;-0.7660951;0.07284349,-0.0709307;0.005893955;-0.03652528,-0.09557325;-0.3711933;0.003448889,-0.115573;-0.7097001;0.09012733,-0.1185281;-0.7652667;0.03845891,0.007501315;0.3995959;0.01451635,154.8005
+0;0;0,0.003855734;0.1998939;0.005251316,0.009290458;0.4996734;-0.002737807,0.122586;0.3658221;0.003038744,0.1604253;0.08886629;0.01927704,0.1951782;-0.1800123;-0.05069823,-0.1062902;0.3618059;0.004376871,-0.2023908;0.09881434;0.004045864,-0.3211804;-0.1508162;-0.04037924,0.06961901;0.004645493;-0.03913581,0.08327049;-0.3716037;0.01234421,0.08568343;-0.7103093;0.1005072,0.09425098;-0.7618344;0.04323374,-0.07000657;0.006180856;-0.03822143,-0.1099168;-0.3694652;0.002975699,-0.1275699;-0.7085116;0.08804004,-0.1271629;-0.6981421;-0.01001341,0.007510712;0.3998462;0.002861872,0;0;0,0.003723464;0.1996624;0.0110027,0.009280136;0.4995545;0.01225479,0.1227106;0.3683594;0.02680904,0.162524;0.0915103;0.03982662,0.2166426;-0.1795798;-0.004685249,-0.1064411;0.3619572;0.01383399,-0.1693836;0.08918229;0.008170363,-0.2474823;-0.1756211;-0.03851761,0.07320221;0.003785119;-0.03204854,0.0688531;-0.3705643;0.03309399,0.06022061;-0.7090802;0.1215953,0.06740901;-0.7660951;0.07284349,-0.0709307;0.005893955;-0.03652528,-0.09557325;-0.3711933;0.003448889,-0.115573;-0.7097001;0.09012733,-0.1185281;-0.7652667;0.03845891,0.007501315;0.3995959;0.01451635,154.8222
+0;0;0,0.003872562;0.1998933;0.005260331,0.009375488;0.4996722;-0.002708916,0.1226591;0.3658731;0.002980573,0.1606862;0.08893955;0.01915907,0.1946407;-0.1800682;-0.05071158,-0.1062461;0.36185;0.004519979,-0.210272;0.1018918;0.003927289,-0.3410767;-0.1414951;-0.0413822,0.06962737;0.004596004;-0.03912679,0.08312579;-0.3716358;0.01252018,0.08532886;-0.710326;0.100748,0.09399554;-0.7620682;0.04379964,-0.06999359;0.006234393;-0.03823651,-0.1100535;-0.3693721;0.00317578,-0.1276653;-0.7084041;0.08830564,-0.1273276;-0.698032;-0.009748615,0.007568235;0.399845;0.002882363,0;0;0,0.003723464;0.1996624;0.0110027,0.009280136;0.4995545;0.01225479,0.1227106;0.3683594;0.02680904,0.162524;0.0915103;0.03982662,0.2166426;-0.1795798;-0.004685249,-0.1064411;0.3619572;0.01383399,-0.1693836;0.08918229;0.008170363,-0.2474823;-0.1756211;-0.03851761,0.07320221;0.003785119;-0.03204854,0.0688531;-0.3705643;0.03309399,0.06022061;-0.7090802;0.1215953,0.06740901;-0.7660951;0.07284349,-0.0709307;0.005893955;-0.03652528,-0.09557325;-0.3711933;0.003448889,-0.115573;-0.7097001;0.09012733,-0.1185281;-0.7652667;0.03845891,0.007501315;0.3995959;0.01451635,154.8338
+0;0;0,0.003872562;0.1998933;0.005260331,0.009375488;0.4996722;-0.002708916,0.1226591;0.3658731;0.002980573,0.1606862;0.08893955;0.01915907,0.1946407;-0.1800682;-0.05071158,-0.1062461;0.36185;0.004519979,-0.210272;0.1018918;0.003927289,-0.3410767;-0.1414951;-0.0413822,0.06962737;0.004596004;-0.03912679,0.08312579;-0.3716358;0.01252018,0.08532886;-0.710326;0.100748,0.09399554;-0.7620682;0.04379964,-0.06999359;0.006234393;-0.03823651,-0.1100535;-0.3693721;0.00317578,-0.1276653;-0.7084041;0.08830564,-0.1273276;-0.698032;-0.009748615,0.007568235;0.399845;0.002882363,0;0;0,0.003715581;0.1996709;0.01085096,0.009488328;0.4995582;0.0118889,0.1227077;0.3682214;0.02702083,0.1623507;0.09133634;0.03979173,0.2150696;-0.1800382;-0.004666846,-0.1063816;0.3620501;0.01367757,-0.1730605;0.09014857;0.00883322,-0.2537289;-0.1738384;-0.03810818,0.073277;0.003715409;-0.03188535,0.06856932;-0.3706729;0.03300864,0.06013488;-0.70923;0.1213711,0.06452134;-0.7664851;0.07271612,-0.07088295;0.005918225;-0.03661395,-0.09546792;-0.3711877;0.003218818,-0.1157413;-0.7096289;0.09008974,-0.1185389;-0.7641896;0.03678242,0.007589214;0.3996043;0.01425996,154.845
+0;0;0,0.003872562;0.1998933;0.005260331,0.009375488;0.4996722;-0.002708916,0.1226591;0.3658731;0.002980573,0.1606862;0.08893955;0.01915907,0.1946407;-0.1800682;-0.05071158,-0.1062461;0.36185;0.004519979,-0.210272;0.1018918;0.003927289,-0.3410767;-0.1414951;-0.0413822,0.06962737;0.004596004;-0.03912679,0.08312579;-0.3716358;0.01252018,0.08532886;-0.710326;0.100748,0.09399554;-0.7620682;0.04379964,-0.06999359;0.006234393;-0.03823651,-0.1100535;-0.3693721;0.00317578,-0.1276653;-0.7084041;0.08830564,-0.1273276;-0.698032;-0.009748615,0.007568235;0.399845;0.002882363,0;0;0,0.003426044;0.1996891;0.0106083,0.008822725;0.4995825;0.01154992,0.1222127;0.368277;0.02689073,0.1616141;0.09136078;0.03973428,0.2138715;-0.1800694;-0.004929073,-0.1068631;0.3620556;0.01334642,-0.1772656;0.09107897;0.009453993,-0.2605347;-0.1719899;-0.03809642,0.07349745;0.00366004;-0.03138038,0.06805623;-0.370888;0.03252674,0.05976762;-0.7094644;0.1208293,0.06465728;-0.7662645;0.07141425,-0.07077095;0.005926345;-0.03682868,-0.09556773;-0.3711876;0.002797376,-0.1158472;-0.7096453;0.08960246,-0.1184558;-0.7647098;0.03709316,0.007101762;0.3996269;0.01398113,154.867
+0;0;0,0.004001905;0.1998925;0.005195408,0.009854502;0.4996617;-0.002890051,0.1229986;0.3658501;0.002815983,0.16132;0.08894995;0.01887102,0.1949275;-0.1801997;-0.05061992,-0.1059166;0.3619009;0.00462531,-0.2212549;0.1067596;0.004758072,-0.3614743;-0.1315517;-0.03935808,0.06957772;0.004566662;-0.03921844,0.08296245;-0.3716267;0.01273724,0.08507876;-0.710326;0.1009323,0.09259675;-0.7621359;0.0439181,-0.07004406;0.006244185;-0.03814236,-0.1101905;-0.3693556;0.003246829,-0.1280213;-0.7083457;0.08849813,-0.1277739;-0.6979748;-0.009556122,0.007912755;0.3998392;0.002739624,0;0;0,0.003426044;0.1996891;0.0106083,0.008822725;0.4995825;0.01154992,0.1222127;0.368277;0.02689073,0.1616141;0.09136078;0.03973428,0.2138715;-0.1800694;-0.004929073,-0.1068631;0.3620556;0.01334642,-0.1772656;0.09107897;0.009453993,-0.2605347;-0.1719899;-0.03809642,0.07349745;0.00366004;-0.03138038,0.06805623;-0.370888;0.03252674,0.05976762;-0.7094644;0.1208293,0.06465728;-0.7662645;0.07141425,-0.07077095;0.005926345;-0.03682868,-0.09556773;-0.3711876;0.002797376,-0.1158472;-0.7096453;0.08960246,-0.1184558;-0.7647098;0.03709316,0.007101762;0.3996269;0.01398113,154.8788
+0;0;0,0.004001905;0.1998925;0.005195408,0.009854502;0.4996617;-0.002890051,0.1229986;0.3658501;0.002815983,0.16132;0.08894995;0.01887102,0.1949275;-0.1801997;-0.05061992,-0.1059166;0.3619009;0.00462531,-0.2212549;0.1067596;0.004758072,-0.3614743;-0.1315517;-0.03935808,0.06957772;0.004566662;-0.03921844,0.08296245;-0.3716267;0.01273724,0.08507876;-0.710326;0.1009323,0.09259675;-0.7621359;0.0439181,-0.07004406;0.006244185;-0.03814236,-0.1101905;-0.3693556;0.003246829,-0.1280213;-0.7083457;0.08849813,-0.1277739;-0.6979748;-0.009556122,0.007912755;0.3998392;0.002739624,0;0;0,0.003431086;0.1997007;0.01038492,0.008928315;0.499593;0.01111902,0.1222132;0.3682414;0.02669356,0.1613498;0.09129822;0.03976237,0.2115579;-0.1805857;-0.00449032,-0.1068704;0.3621919;0.01291787,-0.1807757;0.09214187;0.009609193,-0.2671899;-0.1699978;-0.03745856,0.07359126;0.003669065;-0.0311587,0.06799766;-0.3708701;0.03278769,0.0595073;-0.7096423;0.1203168,0.06438053;-0.7655441;0.06935464,-0.07066943;0.005908268;-0.037026,-0.09599093;-0.3711795;0.002516571,-0.116145;-0.7096541;0.08928515,-0.1184166;-0.7643303;0.03613643,0.007134517;0.3996403;0.01361622,154.9005
+0;0;0,0.004001905;0.1998925;0.005195408,0.009854502;0.4996617;-0.002890051,0.1229986;0.3658501;0.002815983,0.16132;0.08894995;0.01887102,0.1949275;-0.1801997;-0.05061992,-0.1059166;0.3619009;0.00462531,-0.2212549;0.1067596;0.004758072,-0.3614743;-0.1315517;-0.03935808,0.06957772;0.004566662;-0.03921844,0.08296245;-0.3716267;0.01273724,0.08507876;-0.710326;0.1009323,0.09259675;-0.7621359;0.0439181,-0.07004406;0.006244185;-0.03814236,-0.1101905;-0.3693556;0.003246829,-0.1280213;-0.7083457;0.08849813,-0.1277739;-0.6979748;-0.009556122,0.007912755;0.3998392;0.002739624,0;0;0,0.003431086;0.1997007;0.01038492,0.008928315;0.499593;0.01111902,0.1222132;0.3682414;0.02669356,0.1613498;0.09129822;0.03976237,0.2115579;-0.1805857;-0.00449032,-0.1068704;0.3621919;0.01291787,-0.1807757;0.09214187;0.009609193,-0.2671899;-0.1699978;-0.03745856,0.07359126;0.003669065;-0.0311587,0.06799766;-0.3708701;0.03278769,0.0595073;-0.7096423;0.1203168,0.06438053;-0.7655441;0.06935464,-0.07066943;0.005908268;-0.037026,-0.09599093;-0.3711795;0.002516571,-0.116145;-0.7096541;0.08928515,-0.1184166;-0.7643303;0.03613643,0.007134517;0.3996403;0.01361622,154.9227
+0;0;0,0.004153944;0.1998933;0.005041832,0.01035153;0.4996471;-0.003343484,0.123405;0.365963;0.002525492,0.1617638;0.08907947;0.0187772,0.1950288;-0.1802059;-0.05035184,-0.1056392;0.3622065;0.004777093,-0.2304918;0.1115839;0.004391117,-0.3773534;-0.1225667;-0.0403881,0.06951968;0.004475675;-0.03933169,0.08240247;-0.3717419;0.01257595,0.08436526;-0.7105494;0.1003576,0.09218061;-0.7641194;0.04599788,-0.07011163;0.006300285;-0.03800876,-0.1097026;-0.3694627;0.002423134,-0.128557;-0.7083254;0.08796036,-0.1226604;-0.7647134;0.03793691,0.008284258;0.3998331;0.002392152,0;0;0,0.003431086;0.1997007;0.01038492,0.008928315;0.499593;0.01111902,0.1222132;0.3682414;0.02669356,0.1613498;0.09129822;0.03976237,0.2115579;-0.1805857;-0.00449032,-0.1068704;0.3621919;0.01291787,-0.1807757;0.09214187;0.009609193,-0.2671899;-0.1699978;-0.03745856,0.07359126;0.003669065;-0.0311587,0.06799766;-0.3708701;0.03278769,0.0595073;-0.7096423;0.1203168,0.06438053;-0.7655441;0.06935464,-0.07066943;0.005908268;-0.037026,-0.09599093;-0.3711795;0.002516571,-0.116145;-0.7096541;0.08928515,-0.1184166;-0.7643303;0.03613643,0.007134517;0.3996403;0.01361622,154.9342
+0;0;0,0.004153944;0.1998933;0.005041832,0.01035153;0.4996471;-0.003343484,0.123405;0.365963;0.002525492,0.1617638;0.08907947;0.0187772,0.1950288;-0.1802059;-0.05035184,-0.1056392;0.3622065;0.004777093,-0.2304918;0.1115839;0.004391117,-0.3773534;-0.1225667;-0.0403881,0.06951968;0.004475675;-0.03933169,0.08240247;-0.3717419;0.01257595,0.08436526;-0.7105494;0.1003576,0.09218061;-0.7641194;0.04599788,-0.07011163;0.006300285;-0.03800876,-0.1097026;-0.3694627;0.002423134,-0.128557;-0.7083254;0.08796036,-0.1226604;-0.7647134;0.03793691,0.008284258;0.3998331;0.002392152,0;0;0,0.003334413;0.1997154;0.01013145,0.008891861;0.4996063;0.01057305,0.1220836;0.3682842;0.02656223,0.1610274;0.09130713;0.03948885,0.2097485;-0.1808412;-0.004800051,-0.1070185;0.3623477;0.01251739,-0.1838756;0.09312022;0.009425396,-0.2747718;-0.1676001;-0.03708067,0.07372427;0.003621655;-0.03084824,0.06748521;-0.3710092;0.03249804,0.05905865;-0.7098715;0.1196838,0.06405551;-0.7650126;0.06747243,-0.07055988;0.005923022;-0.03723199,-0.09643523;-0.3711436;0.002153162,-0.1165484;-0.709653;0.08879535,-0.1190019;-0.7642263;0.03549113,0.007031931;0.3996578;0.01319041,154.9457
+0;0;0,0.004153944;0.1998933;0.005041832,0.01035153;0.4996471;-0.003343484,0.123405;0.365963;0.002525492,0.1617638;0.08907947;0.0187772,0.1950288;-0.1802059;-0.05035184,-0.1056392;0.3622065;0.004777093,-0.2304918;0.1115839;0.004391117,-0.3773534;-0.1225667;-0.0403881,0.06951968;0.004475675;-0.03933169,0.08240247;-0.3717419;0.01257595,0.08436526;-0.7105494;0.1003576,0.09218061;-0.7641194;0.04599788,-0.07011163;0.006300285;-0.03800876,-0.1097026;-0.3694627;0.002423134,-0.128557;-0.7083254;0.08796036,-0.1226604;-0.7647134;0.03793691,0.008284258;0.3998331;0.002392152,0;0;0,0.00327893;0.1997273;0.009913528,0.008789431;0.4996196;0.01014244,0.1219568;0.3683403;0.02645868,0.1606061;0.09131378;0.0392076,0.2059031;-0.1815124;-0.004542269,-0.1071559;0.3624569;0.01210252,-0.1874663;0.09423769;0.009155151,-0.2829301;-0.1649886;-0.03654382,0.07384592;0.003542138;-0.03056524,0.06717113;-0.3711897;0.03213632,0.05863763;-0.7101066;0.1190992,0.06352234;-0.7651202;0.06667006,-0.07044657;0.00597471;-0.03743771,-0.09673724;-0.3710652;0.001928721,-0.1167;-0.7094655;0.08903028,-0.1196351;-0.7614151;0.03179694,0.00692503;0.3996729;0.01282217,154.9676
+0;0;0,0.004150975;0.1998941;0.005009567,0.01036046;0.4996468;-0.003407751,0.1234374;0.3660538;0.00233604,0.1615341;0.0891445;0.01876407,0.1946581;-0.1801885;-0.05024713,-0.1056658;0.3623265;0.005041002,-0.2405119;0.1169363;0.005482968,-0.3992983;-0.1095808;-0.03783993,0.06951671;0.004434439;-0.03934161,0.08208774;-0.3719341;0.01153737,0.08424502;-0.7106335;0.0997307,0.09114259;-0.7639916;0.04492319,-0.07011619;0.006336642;-0.03799429,-0.109769;-0.3694234;0.002404112,-0.1291168;-0.7083476;0.08758701,-0.1291563;-0.6979951;-0.01046385,0.008289922;0.3998334;0.002336439,0;0;0,0.00327893;0.1997273;0.009913528,0.008789431;0.4996196;0.01014244,0.1219568;0.3683403;0.02645868,0.1606061;0.09131378;0.0392076,0.2059031;-0.1815124;-0.004542269,-0.1071559;0.3624569;0.01210252,-0.1874663;0.09423769;0.009155151,-0.2829301;-0.1649886;-0.03654382,0.07384592;0.003542138;-0.03056524,0.06717113;-0.3711897;0.03213632,0.05863763;-0.7101066;0.1190992,0.06352234;-0.7651202;0.06667006,-0.07044657;0.00597471;-0.03743771,-0.09673724;-0.3710652;0.001928721,-0.1167;-0.7094655;0.08903028,-0.1196351;-0.7614151;0.03179694,0.00692503;0.3996729;0.01282217,154.9795
+0;0;0,0.004150975;0.1998941;0.005009567,0.01036046;0.4996468;-0.003407751,0.1234374;0.3660538;0.00233604,0.1615341;0.0891445;0.01876407,0.1946581;-0.1801885;-0.05024713,-0.1056658;0.3623265;0.005041002,-0.2405119;0.1169363;0.005482968,-0.3992983;-0.1095808;-0.03783993,0.06951671;0.004434439;-0.03934161,0.08208774;-0.3719341;0.01153737,0.08424502;-0.7106335;0.0997307,0.09114259;-0.7639916;0.04492319,-0.07011619;0.006336642;-0.03799429,-0.109769;-0.3694234;0.002404112,-0.1291168;-0.7083476;0.08758701,-0.1291563;-0.6979951;-0.01046385,0.008289922;0.3998334;0.002336439,0;0;0,0.003279451;0.1997331;0.009794029,0.008853568;0.499624;0.00987333,0.121969;0.3683913;0.02641617,0.1604702;0.09134182;0.03911401,0.2042074;-0.181713;-0.004796103,-0.107157;0.36253;0.01183846,-0.1915342;0.09555748;0.009358565,-0.2920942;-0.1614641;-0.03783887,0.07387931;0.003512224;-0.03048791,0.06689872;-0.3712339;0.03209488,0.05843427;-0.7102326;0.118745,0.06333459;-0.7652598;0.06633915,-0.07040002;0.005985193;-0.03752351,-0.09696762;-0.3710236;0.001954589,-0.1166727;-0.7095186;0.08874676,-0.1197735;-0.7607533;0.03051183,0.006945195;0.3996797;0.01261156,155.0011
+0;0;0,0.004150975;0.1998941;0.005009567,0.01036046;0.4996468;-0.003407751,0.1234374;0.3660538;0.00233604,0.1615341;0.0891445;0.01876407,0.1946581;-0.1801885;-0.05024713,-0.1056658;0.3623265;0.005041002,-0.2405119;0.1169363;0.005482968,-0.3992983;-0.1095808;-0.03783993,0.06951671;0.004434439;-0.03934161,0.08208774;-0.3719341;0.01153737,0.08424502;-0.7106335;0.0997307,0.09114259;-0.7639916;0.04492319,-0.07011619;0.006336642;-0.03799429,-0.109769;-0.3694234;0.002404112,-0.1291168;-0.7083476;0.08758701,-0.1291563;-0.6979951;-0.01046385,0.008289922;0.3998334;0.002336439,0;0;0,0.003279451;0.1997331;0.009794029,0.008853568;0.499624;0.00987333,0.121969;0.3683913;0.02641617,0.1604702;0.09134182;0.03911401,0.2042074;-0.181713;-0.004796103,-0.107157;0.36253;0.01183846,-0.1915342;0.09555748;0.009358565,-0.2920942;-0.1614641;-0.03783887,0.07387931;0.003512224;-0.03048791,0.06689872;-0.3712339;0.03209488,0.05843427;-0.7102326;0.118745,0.06333459;-0.7652598;0.06633915,-0.07040002;0.005985193;-0.03752351,-0.09696762;-0.3710236;0.001954589,-0.1166727;-0.7095186;0.08874676,-0.1197735;-0.7607533;0.03051183,0.006945195;0.3996797;0.01261156,155.0233
+0;0;0,0.004230126;0.1998946;0.004923171,0.01058101;0.49964;-0.003647287,0.1236312;0.3661205;0.002066428,0.1621731;0.08927828;0.01858667,0.194968;-0.1801734;-0.0501176,-0.1055388;0.362496;0.005253342,-0.2529659;0.124453;0.004367051,-0.419085;-0.09664361;-0.03945929,0.06946947;0.00439249;-0.03942966,0.08173567;-0.3719564;0.01166832,0.08385805;-0.7106501;0.09988457,0.09052248;-0.7639733;0.0449953,-0.0701636;0.006372503;-0.03790066,-0.1101326;-0.3693552;0.002486713,-0.1294937;-0.7083095;0.08754625,-0.1252877;-0.7641182;0.03636826,0.008463363;0.3998306;0.002148943,0;0;0,0.003273081;0.199746;0.009530857,0.009009989;0.4996316;0.009301203,0.1220227;0.368445;0.02614917,0.1604578;0.09139168;0.03896373,0.2019124;-0.1820867;-0.004522689,-0.1071248;0.3626325;0.01148378,-0.1961708;0.09718066;0.009001119,-0.3000882;-0.1585104;-0.03815012,0.07387334;0.003476286;-0.03050647,0.06672049;-0.371327;0.03171382,0.058398;-0.7102659;0.118611,0.06264839;-0.7657656;0.06692216,-0.07035775;0.006020229;-0.03759713,-0.09691896;-0.370951;0.002242852,-0.1164403;-0.7096509;0.08827364,-0.1209065;-0.7615252;0.03103156,0.007006628;0.3996934;0.01219097,155.0348
+0;0;0,0.004230126;0.1998946;0.004923171,0.01058101;0.49964;-0.003647287,0.1236312;0.3661205;0.002066428,0.1621731;0.08927828;0.01858667,0.194968;-0.1801734;-0.0501176,-0.1055388;0.362496;0.005253342,-0.2529659;0.124453;0.004367051,-0.419085;-0.09664361;-0.03945929,0.06946947;0.00439249;-0.03942966,0.08173567;-0.3719564;0.01166832,0.08385805;-0.7106501;0.09988457,0.09052248;-0.7639733;0.0449953,-0.0701636;0.006372503;-0.03790066,-0.1101326;-0.3693552;0.002486713,-0.1294937;-0.7083095;0.08754625,-0.1252877;-0.7641182;0.03636826,0.008463363;0.3998306;0.002148943,0;0;0,0.003273081;0.199746;0.009530857,0.009009989;0.4996316;0.009301203,0.1220227;0.368445;0.02614917,0.1604578;0.09139168;0.03896373,0.2019124;-0.1820867;-0.004522689,-0.1071248;0.3626325;0.01148378,-0.1961708;0.09718066;0.009001119,-0.3000882;-0.1585104;-0.03815012,0.07387334;0.003476286;-0.03050647,0.06672049;-0.371327;0.03171382,0.058398;-0.7102659;0.118611,0.06264839;-0.7657656;0.06692216,-0.07035775;0.006020229;-0.03759713,-0.09691896;-0.370951;0.002242852,-0.1164403;-0.7096509;0.08827364,-0.1209065;-0.7615252;0.03103156,0.007006628;0.3996934;0.01219097,155.0461
+0;0;0,0.004230126;0.1998946;0.004923171,0.01058101;0.49964;-0.003647287,0.1236312;0.3661205;0.002066428,0.1621731;0.08927828;0.01858667,0.194968;-0.1801734;-0.0501176,-0.1055388;0.362496;0.005253342,-0.2529659;0.124453;0.004367051,-0.419085;-0.09664361;-0.03945929,0.06946947;0.00439249;-0.03942966,0.08173567;-0.3719564;0.01166832,0.08385805;-0.7106501;0.09988457,0.09052248;-0.7639733;0.0449953,-0.0701636;0.006372503;-0.03790066,-0.1101326;-0.3693552;0.002486713,-0.1294937;-0.7083095;0.08754625,-0.1252877;-0.7641182;0.03636826,0.008463363;0.3998306;0.002148943,0;0;0,0.003268241;0.1997601;0.009231251,0.008979042;0.4996467;0.008712331,0.1219771;0.3685036;0.02579359,0.160136;0.091414;0.03864777,0.199741;-0.1824283;-0.004268784,-0.1071891;0.3627326;0.01091853,-0.200481;0.09873468;0.009614255,-0.3078213;-0.1554412;-0.03805837,0.07391185;0.003425471;-0.03041882,0.06630505;-0.3714727;0.03117237,0.05828814;-0.7104808;0.1178282,0.06262974;-0.7668806;0.06766601,-0.0702754;0.006055855;-0.03774514,-0.09627953;-0.3710049;0.001611676,-0.1165948;-0.7098055;0.08706008,-0.1212076;-0.7615373;0.02962631,0.006968827;0.3997109;0.01167934,155.0682
+0;0;0,0.004353703;0.1998939;0.004844799,0.01106806;0.4996251;-0.003929937,0.1240025;0.36619;0.001808342,0.1627835;0.08939034;0.01848073,0.1953772;-0.1801135;-0.05011487,-0.1052556;0.3627316;0.005510943,-0.2605151;0.1297259;0.003834034,-0.4449474;-0.07653913;-0.03905496,0.06946497;0.004366327;-0.03944051,0.08158427;-0.3719758;0.01174235,0.08379527;-0.7107164;0.09977591,0.09067802;-0.7640976;0.04500186,-0.07016893;0.006404669;-0.03788537,-0.1101813;-0.3693195;0.002492029,-0.1294735;-0.7082987;0.0874683,-0.1245497;-0.7643705;0.03679877,0.008812285;0.3998231;0.001942127,0;0;0,0.003268241;0.1997601;0.009231251,0.008979042;0.4996467;0.008712331,0.1219771;0.3685036;0.02579359,0.160136;0.091414;0.03864777,0.199741;-0.1824283;-0.004268784,-0.1071891;0.3627326;0.01091853,-0.200481;0.09873468;0.009614255,-0.3078213;-0.1554412;-0.03805837,0.07391185;0.003425471;-0.03041882,0.06630505;-0.3714727;0.03117237,0.05828814;-0.7104808;0.1178282,0.06262974;-0.7668806;0.06766601,-0.0702754;0.006055855;-0.03774514,-0.09627953;-0.3710049;0.001611676,-0.1165948;-0.7098055;0.08706008,-0.1212076;-0.7615373;0.02962631,0.006968827;0.3997109;0.01167934,155.0797
+0;0;0,0.004353703;0.1998939;0.004844799,0.01106806;0.4996251;-0.003929937,0.1240025;0.36619;0.001808342,0.1627835;0.08939034;0.01848073,0.1953772;-0.1801135;-0.05011487,-0.1052556;0.3627316;0.005510943,-0.2605151;0.1297259;0.003834034,-0.4449474;-0.07653913;-0.03905496,0.06946497;0.004366327;-0.03944051,0.08158427;-0.3719758;0.01174235,0.08379527;-0.7107164;0.09977591,0.09067802;-0.7640976;0.04500186,-0.07016893;0.006404669;-0.03788537,-0.1101813;-0.3693195;0.002492029,-0.1294735;-0.7082987;0.0874683,-0.1245497;-0.7643705;0.03679877,0.008812285;0.3998231;0.001942127,0;0;0,0.003268241;0.1997601;0.009231251,0.008979042;0.4996467;0.008712331,0.1219771;0.3685036;0.02579359,0.160136;0.091414;0.03864777,0.199741;-0.1824283;-0.004268784,-0.1071891;0.3627326;0.01091853,-0.200481;0.09873468;0.009614255,-0.3078213;-0.1554412;-0.03805837,0.07391185;0.003425471;-0.03041882,0.06630505;-0.3714727;0.03117237,0.05828814;-0.7104808;0.1178282,0.06262974;-0.7668806;0.06766601,-0.0702754;0.006055855;-0.03774514,-0.09627953;-0.3710049;0.001611676,-0.1165948;-0.7098055;0.08706008,-0.1212076;-0.7615373;0.02962631,0.006968827;0.3997109;0.01167934,155.0906
+0;0;0,0.004353703;0.1998939;0.004844799,0.01106806;0.4996251;-0.003929937,0.1240025;0.36619;0.001808342,0.1627835;0.08939034;0.01848073,0.1953772;-0.1801135;-0.05011487,-0.1052556;0.3627316;0.005510943,-0.2605151;0.1297259;0.003834034,-0.4449474;-0.07653913;-0.03905496,0.06946497;0.004366327;-0.03944051,0.08158427;-0.3719758;0.01174235,0.08379527;-0.7107164;0.09977591,0.09067802;-0.7640976;0.04500186,-0.07016893;0.006404669;-0.03788537,-0.1101813;-0.3693195;0.002492029,-0.1294735;-0.7082987;0.0874683,-0.1245497;-0.7643705;0.03679877,0.008812285;0.3998231;0.001942127,0;0;0,0.0032994;0.199767;0.009070016,0.009063525;0.4996522;0.00838766,0.1220233;0.368551;0.02563372,0.1601845;0.09146684;0.0385978,0.1992424;-0.1824265;-0.004494239,-0.1071534;0.3627822;0.01063285,-0.2050473;0.1004538;0.009860243,-0.3153729;-0.1523483;-0.03829984,0.07390701;0.003377037;-0.03043599,0.06625406;-0.3715608;0.03090744,0.05844875;-0.7105305;0.1177329,0.06247564;-0.7004005;0.0198096,-0.07025203;0.006101178;-0.03778132,-0.09621362;-0.3710031;0.001185045,-0.1166053;-0.7098091;0.08659398,-0.1213936;-0.7613273;0.02887172,0.007017901;0.3997188;0.01140917,155.1131
+0;0;0,0.004427289;0.1998931;0.00480922,0.0112384;0.4996217;-0.003988491,0.1241564;0.3662317;0.00153176,0.1634225;0.08949694;0.01814593,0.1962083;-0.1800267;-0.05028006,-0.1051626;0.362923;0.005892279,-0.2702302;0.1367675;0.00337187,-0.459325;-0.06541537;-0.03864337,0.06944383;0.004328883;-0.03948184,0.08131123;-0.3719992;0.01186367,0.0837407;-0.7106451;0.100255,0.0913533;-0.7636019;0.04493578,-0.07019279;0.006440721;-0.03783502,-0.1104056;-0.3692564;0.002595156,-0.1297565;-0.7082442;0.08752337,-0.1303411;-0.6979099;-0.01052213,0.008953702;0.3998206;0.001886911,0;0;0,0.00337291;0.1997669;0.00904428,0.009208485;0.4996505;0.008258868,0.1221481;0.3685455;0.0255091,0.1602132;0.09148312;0.03920081,0.1992484;-0.1823453;-0.004322041,-0.1070449;0.3628281;0.0104224,-0.2095056;0.1022484;0.01028986,-0.3231193;-0.1490963;-0.03785323,0.0738808;0.003337403;-0.03050391,0.06624259;-0.3715985;0.03085328,0.05843919;-0.7106398;0.1173985,0.06251352;-0.7676454;0.06827159,-0.07026216;0.006142435;-0.03775578,-0.09633441;-0.3709568;0.001185451,-0.1166765;-0.7097836;0.08652352,-0.1201112;-0.7609901;0.028268,0.007140498;0.3997186;0.01131417,155.1354
+0;0;0,0.004427289;0.1998931;0.00480922,0.0112384;0.4996217;-0.003988491,0.1241564;0.3662317;0.00153176,0.1634225;0.08949694;0.01814593,0.1962083;-0.1800267;-0.05028006,-0.1051626;0.362923;0.005892279,-0.2702302;0.1367675;0.00337187,-0.459325;-0.06541537;-0.03864337,0.06944383;0.004328883;-0.03948184,0.08131123;-0.3719992;0.01186367,0.0837407;-0.7106451;0.100255,0.0913533;-0.7636019;0.04493578,-0.07019279;0.006440721;-0.03783502,-0.1104056;-0.3692564;0.002595156,-0.1297565;-0.7082442;0.08752337,-0.1303411;-0.6979099;-0.01052213,0.008953702;0.3998206;0.001886911,0;0;0,0.00337291;0.1997669;0.00904428,0.009208485;0.4996505;0.008258868,0.1221481;0.3685455;0.0255091,0.1602132;0.09148312;0.03920081,0.1992484;-0.1823453;-0.004322041,-0.1070449;0.3628281;0.0104224,-0.2095056;0.1022484;0.01028986,-0.3231193;-0.1490963;-0.03785323,0.0738808;0.003337403;-0.03050391,0.06624259;-0.3715985;0.03085328,0.05843919;-0.7106398;0.1173985,0.06251352;-0.7676454;0.06827159,-0.07026216;0.006142435;-0.03775578,-0.09633441;-0.3709568;0.001185451,-0.1166765;-0.7097836;0.08652352,-0.1201112;-0.7609901;0.028268,0.007140498;0.3997186;0.01131417,155.147
+0;0;0,0.004427289;0.1998931;0.00480922,0.0112384;0.4996217;-0.003988491,0.1241564;0.3662317;0.00153176,0.1634225;0.08949694;0.01814593,0.1962083;-0.1800267;-0.05028006,-0.1051626;0.362923;0.005892279,-0.2702302;0.1367675;0.00337187,-0.459325;-0.06541537;-0.03864337,0.06944383;0.004328883;-0.03948184,0.08131123;-0.3719992;0.01186367,0.0837407;-0.7106451;0.100255,0.0913533;-0.7636019;0.04493578,-0.07019279;0.006440721;-0.03783502,-0.1104056;-0.3692564;0.002595156,-0.1297565;-0.7082442;0.08752337,-0.1303411;-0.6979099;-0.01052213,0.008953702;0.3998206;0.001886911,0;0;0,0.003299937;0.1997746;0.008900915,0.009039059;0.4996601;0.007955457,0.1220033;0.3685571;0.02524657,0.1601309;0.09151369;0.03914789,0.1990038;-0.1824159;-0.003880702,-0.1071967;0.3628604;0.0101523,-0.2151897;0.1045252;0.01081267,-0.3325245;-0.1449784;-0.03797751,0.07389592;0.003238211;-0.03047796,0.06590235;-0.3717014;0.03081134,0.05802478;-0.7108085;0.1170919,0.06208159;-0.7007014;0.01917449,-0.07023059;0.006236333;-0.03779911,-0.09664911;-0.3708529;0.001004901,-0.1168589;-0.7097198;0.08621514,-0.1195755;-0.7610903;0.02815088,0.006995688;0.3997289;0.01104891,155.1687
+0;0;0,0.00451551;0.1998921;0.004769594,0.0115048;0.4996144;-0.004098866,0.1243723;0.366267;0.001303136,0.1639462;0.08955759;0.0176074,0.1966844;-0.1799479;-0.05091283,-0.1050537;0.3632661;0.006230653,-0.278824;0.1437237;0.003982471,-0.4808864;-0.04528809;-0.03897486,0.0694392;0.004296843;-0.03949346,0.08140904;-0.3720449;0.01172788,0.08362278;-0.7106034;0.1004591,0.09136903;-0.7630751;0.04443752,-0.0701964;0.006479758;-0.03782165,-0.1104802;-0.3692079;0.002625942,-0.1296311;-0.7082007;0.08757971,-0.130392;-0.6978665;-0.01046455,0.009158615;0.3998162;0.001800355,0;0;0,0.003299937;0.1997746;0.008900915,0.009039059;0.4996601;0.007955457,0.1220033;0.3685571;0.02524657,0.1601309;0.09151369;0.03914789,0.1990038;-0.1824159;-0.003880702,-0.1071967;0.3628604;0.0101523,-0.2151897;0.1045252;0.01081267,-0.3325245;-0.1449784;-0.03797751,0.07389592;0.003238211;-0.03047796,0.06590235;-0.3717014;0.03081134,0.05802478;-0.7108085;0.1170919,0.06208159;-0.7007014;0.01917449,-0.07023059;0.006236333;-0.03779911,-0.09664911;-0.3708529;0.001004901,-0.1168589;-0.7097198;0.08621514,-0.1195755;-0.7610903;0.02815088,0.006995688;0.3997289;0.01104891,155.1808
+0;0;0,0.00451551;0.1998921;0.004769594,0.0115048;0.4996144;-0.004098866,0.1243723;0.366267;0.001303136,0.1639462;0.08955759;0.0176074,0.1966844;-0.1799479;-0.05091283,-0.1050537;0.3632661;0.006230653,-0.278824;0.1437237;0.003982471,-0.4808864;-0.04528809;-0.03897486,0.0694392;0.004296843;-0.03949346,0.08140904;-0.3720449;0.01172788,0.08362278;-0.7106034;0.1004591,0.09136903;-0.7630751;0.04443752,-0.0701964;0.006479758;-0.03782165,-0.1104802;-0.3692079;0.002625942,-0.1296311;-0.7082007;0.08757971,-0.130392;-0.6978665;-0.01046455,0.009158615;0.3998162;0.001800355,0;0;0,0.003364865;0.1997765;0.008833945,0.009147765;0.4996611;0.007776841,0.1220902;0.3685108;0.02507145,0.1602743;0.09148657;0.0391977,0.1998795;-0.1825012;-0.002780199,-0.1070918;0.3628377;0.009962194,-0.2193362;0.1063216;0.01078633,-0.3401175;-0.1416354;-0.03747544,0.07388055;0.003170633;-0.0305223,0.06592996;-0.3717955;0.03061008,0.05809448;-0.7108932;0.1169313,0.06215542;-0.7007934;0.01901558,-0.07023813;0.006315464;-0.03777195,-0.09684084;-0.3707167;0.001458619,-0.1168706;-0.7096612;0.086402,-0.1189526;-0.7613739;0.02879373,0.007092287;0.399731;0.01090165,155.2023
+0;0;0,0.00451551;0.1998921;0.004769594,0.0115048;0.4996144;-0.004098866,0.1243723;0.366267;0.001303136,0.1639462;0.08955759;0.0176074,0.1966844;-0.1799479;-0.05091283,-0.1050537;0.3632661;0.006230653,-0.278824;0.1437237;0.003982471,-0.4808864;-0.04528809;-0.03897486,0.0694392;0.004296843;-0.03949346,0.08140904;-0.3720449;0.01172788,0.08362278;-0.7106034;0.1004591,0.09136903;-0.7630751;0.04443752,-0.0701964;0.006479758;-0.03782165,-0.1104802;-0.3692079;0.002625942,-0.1296311;-0.7082007;0.08757971,-0.130392;-0.6978665;-0.01046455,0.009158615;0.3998162;0.001800355,0;0;0,0.003364865;0.1997765;0.008833945,0.009147765;0.4996611;0.007776841,0.1220902;0.3685108;0.02507145,0.1602743;0.09148657;0.0391977,0.1998795;-0.1825012;-0.002780199,-0.1070918;0.3628377;0.009962194,-0.2193362;0.1063216;0.01078633,-0.3401175;-0.1416354;-0.03747544,0.07388055;0.003170633;-0.0305223,0.06592996;-0.3717955;0.03061008,0.05809448;-0.7108932;0.1169313,0.06215542;-0.7007934;0.01901558,-0.07023813;0.006315464;-0.03777195,-0.09684084;-0.3707167;0.001458619,-0.1168706;-0.7096612;0.086402,-0.1189526;-0.7613739;0.02879373,0.007092287;0.399731;0.01090165,155.2138
+0;0;0,0.00460998;0.1998903;0.004756783,0.01177605;0.4996087;-0.004106255,0.1245592;0.366188;0.001094968,0.1638756;0.08944544;0.01745839,0.1970108;-0.1799562;-0.05127897,-0.1049813;0.3637497;0.00665971,-0.2897564;0.1533867;0.004296863,-0.4971104;-0.02959605;-0.03953957,0.06935845;0.004233714;-0.03964191,0.08114561;-0.3720481;0.01205949,0.08325568;-0.7106538;0.1006133,0.0906174;-0.7632329;0.04469821,-0.07025886;0.006582944;-0.03768761,-0.1106989;-0.3691132;0.00252388,-0.1298611;-0.7080854;0.08755727,-0.1308094;-0.6977489;-0.01048583,0.009368153;0.3998116;0.001787633,0;0;0,0.003432425;0.1997797;0.008733877,0.009242894;0.4996641;0.007583044,0.1222014;0.3685693;0.02486687,0.1604929;0.09157199;0.03922687,0.2013172;-0.1823249;-0.002171978,-0.1070036;0.362857;0.009770141,-0.2237905;0.1083786;0.01101717,-0.3471447;-0.1382159;-0.03771531,0.07387332;0.003103783;-0.03054667,0.06604165;-0.3718715;0.03054475,0.05807811;-0.7110487;0.1165412,0.06213165;-0.7009613;0.01862764,-0.07024051;0.006389098;-0.03775514,-0.09680979;-0.370633;0.00159445,-0.1170398;-0.7096642;0.08614364,-0.1186341;-0.7616901;0.02896662,0.007185407;0.3997346;0.01072342,155.2356
+0;0;0,0.00460998;0.1998903;0.004756783,0.01177605;0.4996087;-0.004106255,0.1245592;0.366188;0.001094968,0.1638756;0.08944544;0.01745839,0.1970108;-0.1799562;-0.05127897,-0.1049813;0.3637497;0.00665971,-0.2897564;0.1533867;0.004296863,-0.4971104;-0.02959605;-0.03953957,0.06935845;0.004233714;-0.03964191,0.08114561;-0.3720481;0.01205949,0.08325568;-0.7106538;0.1006133,0.0906174;-0.7632329;0.04469821,-0.07025886;0.006582944;-0.03768761,-0.1106989;-0.3691132;0.00252388,-0.1298611;-0.7080854;0.08755727,-0.1308094;-0.6977489;-0.01048583,0.009368153;0.3998116;0.001787633,0;0;0,0.003432425;0.1997797;0.008733877,0.009242894;0.4996641;0.007583044,0.1222014;0.3685693;0.02486687,0.1604929;0.09157199;0.03922687,0.2013172;-0.1823249;-0.002171978,-0.1070036;0.362857;0.009770141,-0.2237905;0.1083786;0.01101717,-0.3471447;-0.1382159;-0.03771531,0.07387332;0.003103783;-0.03054667,0.06604165;-0.3718715;0.03054475,0.05807811;-0.7110487;0.1165412,0.06213165;-0.7009613;0.01862764,-0.07024051;0.006389098;-0.03775514,-0.09680979;-0.370633;0.00159445,-0.1170398;-0.7096642;0.08614364,-0.1186341;-0.7616901;0.02896662,0.007185407;0.3997346;0.01072342,155.2471
+0;0;0,0.00460998;0.1998903;0.004756783,0.01177605;0.4996087;-0.004106255,0.1245592;0.366188;0.001094968,0.1638756;0.08944544;0.01745839,0.1970108;-0.1799562;-0.05127897,-0.1049813;0.3637497;0.00665971,-0.2897564;0.1533867;0.004296863,-0.4971104;-0.02959605;-0.03953957,0.06935845;0.004233714;-0.03964191,0.08114561;-0.3720481;0.01205949,0.08325568;-0.7106538;0.1006133,0.0906174;-0.7632329;0.04469821,-0.07025886;0.006582944;-0.03768761,-0.1106989;-0.3691132;0.00252388,-0.1298611;-0.7080854;0.08755727,-0.1308094;-0.6977489;-0.01048583,0.009368153;0.3998116;0.001787633,0;0;0,0.003432425;0.1997797;0.008733877,0.009242894;0.4996641;0.007583044,0.1222014;0.3685693;0.02486687,0.1604929;0.09157199;0.03922687,0.2013172;-0.1823249;-0.002171978,-0.1070036;0.362857;0.009770141,-0.2237905;0.1083786;0.01101717,-0.3471447;-0.1382159;-0.03771531,0.07387332;0.003103783;-0.03054667,0.06604165;-0.3718715;0.03054475,0.05807811;-0.7110487;0.1165412,0.06213165;-0.7009613;0.01862764,-0.07024051;0.006389098;-0.03775514,-0.09680979;-0.370633;0.00159445,-0.1170398;-0.7096642;0.08614364,-0.1186341;-0.7616901;0.02896662,0.007185407;0.3997346;0.01072342,155.2608
+0;0;0,0.004728507;0.1998879;0.004741527,0.01211064;0.4996015;-0.004114229,0.1247737;0.3660337;0.0008793742,0.1638707;0.08927351;0.01746952,0.1971809;-0.1799662;-0.05181561,-0.1048924;0.3643575;0.007120227,-0.3002009;0.1637571;0.00336593,-0.5159368;-0.009643212;-0.0389466,0.06929154;0.004172624;-0.03976522,0.08113703;-0.3721213;0.01183493,0.0830294;-0.7106404;0.1007236,0.09102935;-0.7631536;0.04479868,-0.07031901;0.006620519;-0.03756868,-0.1120842;-0.3689959;0.002028946,-0.1308537;-0.707866;0.08755559,-0.1319879;-0.6975367;-0.01048408,0.009627517;0.3998058;0.001772802,0;0;0,0.003519679;0.1997795;0.008704683,0.009440904;0.4996613;0.007468516,0.1223658;0.3685508;0.02470861,0.1607792;0.09158051;0.03926478,0.2022869;-0.1822069;-0.00217852,-0.1068411;0.3628497;0.009629378,-0.2271041;0.1099963;0.01103427,-0.3539082;-0.1349257;-0.03727612,0.07382488;0.003039029;-0.03067005,0.06601143;-0.3719272;0.03047984,0.05804829;-0.7110586;0.116657,0.06208798;-0.7009832;0.01874533,-0.07030542;0.006460309;-0.03762195,-0.09723141;-0.3705477;0.001620632,-0.1173226;-0.7095602;0.08627798,-0.1182708;-0.7614993;0.02896231,0.007345423;0.3997335;0.01063939,155.2804
+0;0;0,0.004728507;0.1998879;0.004741527,0.01211064;0.4996015;-0.004114229,0.1247737;0.3660337;0.0008793742,0.1638707;0.08927351;0.01746952,0.1971809;-0.1799662;-0.05181561,-0.1048924;0.3643575;0.007120227,-0.3002009;0.1637571;0.00336593,-0.5159368;-0.009643212;-0.0389466,0.06929154;0.004172624;-0.03976522,0.08113703;-0.3721213;0.01183493,0.0830294;-0.7106404;0.1007236,0.09102935;-0.7631536;0.04479868,-0.07031901;0.006620519;-0.03756868,-0.1120842;-0.3689959;0.002028946,-0.1308537;-0.707866;0.08755559,-0.1319879;-0.6975367;-0.01048408,0.009627517;0.3998058;0.001772802,0;0;0,0.003519679;0.1997795;0.008704683,0.009440904;0.4996613;0.007468516,0.1223658;0.3685508;0.02470861,0.1607792;0.09158051;0.03926478,0.2022869;-0.1822069;-0.00217852,-0.1068411;0.3628497;0.009629378,-0.2271041;0.1099963;0.01103427,-0.3539082;-0.1349257;-0.03727612,0.07382488;0.003039029;-0.03067005,0.06601143;-0.3719272;0.03047984,0.05804829;-0.7110586;0.116657,0.06208798;-0.7009832;0.01874533,-0.07030542;0.006460309;-0.03762195,-0.09723141;-0.3705477;0.001620632,-0.1173226;-0.7095602;0.08627798,-0.1182708;-0.7614993;0.02896231,0.007345423;0.3997335;0.01063939,155.2918
+0;0;0,0.004728507;0.1998879;0.004741527,0.01211064;0.4996015;-0.004114229,0.1247737;0.3660337;0.0008793742,0.1638707;0.08927351;0.01746952,0.1971809;-0.1799662;-0.05181561,-0.1048924;0.3643575;0.007120227,-0.3002009;0.1637571;0.00336593,-0.5159368;-0.009643212;-0.0389466,0.06929154;0.004172624;-0.03976522,0.08113703;-0.3721213;0.01183493,0.0830294;-0.7106404;0.1007236,0.09102935;-0.7631536;0.04479868,-0.07031901;0.006620519;-0.03756868,-0.1120842;-0.3689959;0.002028946,-0.1308537;-0.707866;0.08755559,-0.1319879;-0.6975367;-0.01048408,0.009627517;0.3998058;0.001772802,0;0;0,0.003559457;0.1997812;0.008648355,0.009570017;0.4996596;0.007299271,0.1224417;0.3685265;0.02459446,0.1609456;0.09157348;0.03923918,0.2036011;-0.1820256;-0.002282262,-0.1067685;0.3628786;0.009546693,-0.2309427;0.1119223;0.01086267,-0.3601778;-0.1320123;-0.03597949,0.07380515;0.002998702;-0.03072143,0.06599556;-0.3719637;0.03045175,0.05820129;-0.711152;0.1164202,0.06222923;-0.7010844;0.01850966,-0.07033433;0.006512235;-0.03755892,-0.09726378;-0.3705277;0.001373444,-0.1178784;-0.7095968;0.08567756,-0.1177735;-0.7620513;0.029098,0.007427114;0.3997349;0.01053452,155.314
+0;0;0,0.004961138;0.1998837;0.004680298,0.01298418;0.4995776;-0.004284736,0.1253769;0.3659207;0.0006431862,0.1643811;0.08914959;0.01726897,0.1976127;-0.1800109;-0.05236048,-0.1044812;0.3651539;0.007532429,-0.3079656;0.1728753;0.002732175,-0.5299247;0.007274747;-0.03862717,0.06927488;0.004099046;-0.03980187,0.08105727;-0.3722023;0.01175846,0.08267915;-0.7107039;0.1007191,0.09011987;-0.7632586;0.04477837,-0.07032177;0.006726592;-0.03754467,-0.1119549;-0.3688805;0.002280265,-0.1308654;-0.707745;0.08779783,-0.1245088;-0.7641672;0.03789004,0.01026018;0.3997903;0.00163824,0;0;0,0.003559457;0.1997812;0.008648355,0.009570017;0.4996596;0.007299271,0.1224417;0.3685265;0.02459446,0.1609456;0.09157348;0.03923918,0.2036011;-0.1820256;-0.002282262,-0.1067685;0.3628786;0.009546693,-0.2309427;0.1119223;0.01086267,-0.3601778;-0.1320123;-0.03597949,0.07380515;0.002998702;-0.03072143,0.06599556;-0.3719637;0.03045175,0.05820129;-0.711152;0.1164202,0.06222923;-0.7010844;0.01850966,-0.07033433;0.006512235;-0.03755892,-0.09726378;-0.3705277;0.001373444,-0.1178784;-0.7095968;0.08567756,-0.1177735;-0.7620513;0.029098,0.007427114;0.3997349;0.01053452,155.3256
+0;0;0,0.004961138;0.1998837;0.004680298,0.01298418;0.4995776;-0.004284736,0.1253769;0.3659207;0.0006431862,0.1643811;0.08914959;0.01726897,0.1976127;-0.1800109;-0.05236048,-0.1044812;0.3651539;0.007532429,-0.3079656;0.1728753;0.002732175,-0.5299247;0.007274747;-0.03862717,0.06927488;0.004099046;-0.03980187,0.08105727;-0.3722023;0.01175846,0.08267915;-0.7107039;0.1007191,0.09011987;-0.7632586;0.04477837,-0.07032177;0.006726592;-0.03754467,-0.1119549;-0.3688805;0.002280265,-0.1308654;-0.707745;0.08779783,-0.1245088;-0.7641672;0.03789004,0.01026018;0.3997903;0.00163824,0;0;0,0.003602474;0.1997851;0.008540542,0.009630735;0.4996634;0.00709138,0.1225078;0.3685428;0.02438278,0.1610539;0.09160027;0.03911473,0.2050104;-0.1817727;-0.002539176,-0.1067046;0.3628725;0.009362917,-0.2348118;0.1139039;0.01115035,-0.36597;-0.12917;-0.03481307,0.07375672;0.002921741;-0.03084492,0.06594715;-0.3720398;0.0303341,0.05842122;-0.7112923;0.1160725,0.06243478;-0.7012402;0.01816452,-0.0704084;0.006626644;-0.03739978,-0.09751727;-0.3704107;0.00143297,-0.1183737;-0.7095669;0.08532621,-0.1176883;-0.7626228;0.0296374,0.007487733;0.3997392;0.01034146,155.3476
+0;0;0,0.004961138;0.1998837;0.004680298,0.01298418;0.4995776;-0.004284736,0.1253769;0.3659207;0.0006431862,0.1643811;0.08914959;0.01726897,0.1976127;-0.1800109;-0.05236048,-0.1044812;0.3651539;0.007532429,-0.3079656;0.1728753;0.002732175,-0.5299247;0.007274747;-0.03862717,0.06927488;0.004099046;-0.03980187,0.08105727;-0.3722023;0.01175846,0.08267915;-0.7107039;0.1007191,0.09011987;-0.7632586;0.04477837,-0.07032177;0.006726592;-0.03754467,-0.1119549;-0.3688805;0.002280265,-0.1308654;-0.707745;0.08779783,-0.1245088;-0.7641672;0.03789004,0.01026018;0.3997903;0.00163824,0;0;0,0.003647319;0.1997865;0.008488174,0.009697198;0.499664;0.006996408,0.1225707;0.3685713;0.02431942,0.1613277;0.09166226;0.03912713,0.2059791;-0.1815352;-0.00293728,-0.1066473;0.362872;0.009325367,-0.2383999;0.1158156;0.01141088,-0.3727881;-0.125861;-0.0325467,0.07374066;0.002874108;-0.03088776,0.06583932;-0.3720201;0.03069091,0.058516;-0.7113534;0.1161268,0.06251793;-0.7013042;0.0182189,-0.07042652;0.006683121;-0.0373556,-0.09758669;-0.3703739;0.001249623,-0.1186841;-0.7095079;0.08517201,-0.1164037;-0.7633937;0.03078463,0.007544758;0.3997406;0.01026544,155.3695
+0;0;0,0.005229258;0.1998776;0.004646645,0.01383614;0.4995557;-0.004319095,0.125953;0.3656817;0.0003576704,0.164585;0.08885115;0.01686331,0.1975916;-0.1803325;-0.05278379,-0.1040122;0.3658047;0.007943254,-0.3162766;0.1832568;0.003462019,-0.549031;0.03378861;-0.03995052,0.0692037;0.00403215;-0.03993232,0.0807252;-0.3722308;0.01196607,0.08200885;-0.7106999;0.1010561,0.08909515;-0.7632242;0.04502467,-0.07037994;0.006791824;-0.03742372,-0.1121332;-0.3687977;0.002440583,-0.1310169;-0.7076631;0.08796035,-0.124631;-0.7641312;0.03813567,0.01090432;0.3997738;0.001595473,0;0;0,0.003647319;0.1997865;0.008488174,0.009697198;0.499664;0.006996408,0.1225707;0.3685713;0.02431942,0.1613277;0.09166226;0.03912713,0.2059791;-0.1815352;-0.00293728,-0.1066473;0.362872;0.009325367,-0.2383999;0.1158156;0.01141088,-0.3727881;-0.125861;-0.0325467,0.07374066;0.002874108;-0.03088776,0.06583932;-0.3720201;0.03069091,0.058516;-0.7113534;0.1161268,0.06251793;-0.7013042;0.0182189,-0.07042652;0.006683121;-0.0373556,-0.09758669;-0.3703739;0.001249623,-0.1186841;-0.7095079;0.08517201,-0.1164037;-0.7633937;0.03078463,0.007544758;0.3997406;0.01026544,155.3818
+0;0;0,0.005229258;0.1998776;0.004646645,0.01383614;0.4995557;-0.004319095,0.125953;0.3656817;0.0003576704,0.164585;0.08885115;0.01686331,0.1975916;-0.1803325;-0.05278379,-0.1040122;0.3658047;0.007943254,-0.3162766;0.1832568;0.003462019,-0.549031;0.03378861;-0.03995052,0.0692037;0.00403215;-0.03993232,0.0807252;-0.3722308;0.01196607,0.08200885;-0.7106999;0.1010561,0.08909515;-0.7632242;0.04502467,-0.07037994;0.006791824;-0.03742372,-0.1121332;-0.3687977;0.002440583,-0.1310169;-0.7076631;0.08796035,-0.124631;-0.7641312;0.03813567,0.01090432;0.3997738;0.001595473,0;0;0,0.00343435;0.1997911;0.00846825,0.008848058;0.4996784;0.006754654,0.1220453;0.3687703;0.0241009,0.1608853;0.09187526;0.03895234,0.2063265;-0.1811502;-0.003381994,-0.1071728;0.3626989;0.00919399,-0.2427882;0.117743;0.01145835,-0.3804772;-0.1222068;-0.03173663,0.07371106;0.002814955;-0.03096377,0.06587525;-0.3720637;0.03071762,0.05852462;-0.7112959;0.1165515,0.06251693;-0.7012559;0.01864516,-0.07047415;0.006756045;-0.03725253,-0.09754739;-0.3703291;0.001137476,-0.1185759;-0.709498;0.08493656,-0.115447;-0.7636941;0.03107351,0.006959117;0.3997532;0.0101284,155.403
+0;0;0,0.005229258;0.1998776;0.004646645,0.01383614;0.4995557;-0.004319095,0.125953;0.3656817;0.0003576704,0.164585;0.08885115;0.01686331,0.1975916;-0.1803325;-0.05278379,-0.1040122;0.3658047;0.007943254,-0.3162766;0.1832568;0.003462019,-0.549031;0.03378861;-0.03995052,0.0692037;0.00403215;-0.03993232,0.0807252;-0.3722308;0.01196607,0.08200885;-0.7106999;0.1010561,0.08909515;-0.7632242;0.04502467,-0.07037994;0.006791824;-0.03742372,-0.1121332;-0.3687977;0.002440583,-0.1310169;-0.7076631;0.08796035,-0.124631;-0.7641312;0.03813567,0.01090432;0.3997738;0.001595473,0;0;0,0.00343435;0.1997911;0.00846825,0.008848058;0.4996784;0.006754654,0.1220453;0.3687703;0.0241009,0.1608853;0.09187526;0.03895234,0.2063265;-0.1811502;-0.003381994,-0.1071728;0.3626989;0.00919399,-0.2427882;0.117743;0.01145835,-0.3804772;-0.1222068;-0.03173663,0.07371106;0.002814955;-0.03096377,0.06587525;-0.3720637;0.03071762,0.05852462;-0.7112959;0.1165515,0.06251693;-0.7012559;0.01864516,-0.07047415;0.006756045;-0.03725253,-0.09754739;-0.3703291;0.001137476,-0.1185759;-0.709498;0.08493656,-0.115447;-0.7636941;0.03107351,0.006959117;0.3997532;0.0101284,155.4152
+0;0;0,0.005484734;0.1998721;0.004589615,0.0145243;0.4995359;-0.004432191,0.1264103;0.3653717;0.0002551799,0.1651257;0.08853868;0.01652117,0.1979879;-0.1805959;-0.05338334,-0.1036144;0.3663609;0.008190956,-0.3243139;0.194151;0.002232686,-0.5586765;0.04664779;-0.0392035,0.06920258;0.003972764;-0.0399402,0.08050709;-0.3722677;0.01216817,0.08177686;-0.7107357;0.1012625,0.08772306;-0.7631514;0.04493925,-0.07038582;0.006827299;-0.03740618,-0.1123714;-0.3687299;0.002518341,-0.1312428;-0.7075692;0.08814418,-0.1245842;-0.7637203;0.03780878,0.01144964;0.3997592;0.001497063,0;0;0,0.003546798;0.1997903;0.008440385,0.009162609;0.4996728;0.006674344,0.1222431;0.3687501;0.02403756,0.161255;0.0918718;0.03875009,0.2072182;-0.1809553;-0.004293635,-0.1069757;0.3627073;0.009141119,-0.2457085;0.1195051;0.01157206,-0.384584;-0.1198057;-0.03136921,0.0736904;0.002755301;-0.03101826,0.06597134;-0.3718921;0.03206674,0.05859543;-0.711385;0.1168617,0.06258013;-0.7013445;0.0189549,-0.07048734;0.006813874;-0.03721701,-0.09762201;-0.3702945;0.0009007715,-0.1184073;-0.7094732;0.08472067,-0.1154448;-0.7638378;0.03111244,0.007159643;0.3997509;0.01008207,155.4364
+0;0;0,0.005484734;0.1998721;0.004589615,0.0145243;0.4995359;-0.004432191,0.1264103;0.3653717;0.0002551799,0.1651257;0.08853868;0.01652117,0.1979879;-0.1805959;-0.05338334,-0.1036144;0.3663609;0.008190956,-0.3243139;0.194151;0.002232686,-0.5586765;0.04664779;-0.0392035,0.06920258;0.003972764;-0.0399402,0.08050709;-0.3722677;0.01216817,0.08177686;-0.7107357;0.1012625,0.08772306;-0.7631514;0.04493925,-0.07038582;0.006827299;-0.03740618,-0.1123714;-0.3687299;0.002518341,-0.1312428;-0.7075692;0.08814418,-0.1245842;-0.7637203;0.03780878,0.01144964;0.3997592;0.001497063,0;0;0,0.003546798;0.1997903;0.008440385,0.009162609;0.4996728;0.006674344,0.1222431;0.3687501;0.02403756,0.161255;0.0918718;0.03875009,0.2072182;-0.1809553;-0.004293635,-0.1069757;0.3627073;0.009141119,-0.2457085;0.1195051;0.01157206,-0.384584;-0.1198057;-0.03136921,0.0736904;0.002755301;-0.03101826,0.06597134;-0.3718921;0.03206674,0.05859543;-0.711385;0.1168617,0.06258013;-0.7013445;0.0189549,-0.07048734;0.006813874;-0.03721701,-0.09762201;-0.3702945;0.0009007715,-0.1184073;-0.7094732;0.08472067,-0.1154448;-0.7638378;0.03111244,0.007159643;0.3997509;0.01008207,155.4482
+0;0;0,0.005484734;0.1998721;0.004589615,0.0145243;0.4995359;-0.004432191,0.1264103;0.3653717;0.0002551799,0.1651257;0.08853868;0.01652117,0.1979879;-0.1805959;-0.05338334,-0.1036144;0.3663609;0.008190956,-0.3243139;0.194151;0.002232686,-0.5586765;0.04664779;-0.0392035,0.06920258;0.003972764;-0.0399402,0.08050709;-0.3722677;0.01216817,0.08177686;-0.7107357;0.1012625,0.08772306;-0.7631514;0.04493925,-0.07038582;0.006827299;-0.03740618,-0.1123714;-0.3687299;0.002518341,-0.1312428;-0.7075692;0.08814418,-0.1245842;-0.7637203;0.03780878,0.01144964;0.3997592;0.001497063,0;0;0,0.003629158;0.199792;0.008365579,0.009394021;0.4996705;0.006500223,0.122384;0.3686663;0.0238822,0.1614992;0.09180221;0.03858892,0.2080413;-0.18082;-0.005125728,-0.1068105;0.3626927;0.009058694,-0.250009;0.1220932;0.01152631,-0.3919266;-0.115362;-0.03176854,0.07365554;0.002725557;-0.03110357,0.06590214;-0.3719335;0.03190827,0.05864332;-0.7114429;0.116647,0.06260271;-0.7014115;0.018741,-0.07054576;0.006843095;-0.03710077,-0.09762119;-0.3703084;0.0006312691,-0.1183689;-0.7094972;0.08441931,-0.1152972;-0.7639781;0.03100068,0.007320263;0.3997517;0.00995241,155.47
+0;0;0,0.00560317;0.199869;0.004579653,0.01479836;0.4995286;-0.004431286,0.1266131;0.3652853;0.0001226045,0.1652173;0.08843669;0.016388,0.1981748;-0.1805398;-0.05407777,-0.1035179;0.366861;0.00842349,-0.3312951;0.204108;0.003037118,-0.5762264;0.07431208;-0.03648105,0.0691494;0.003959081;-0.04003357,0.08040512;-0.3722504;0.01230898,0.08125437;-0.7106919;0.101509,0.08813838;-0.7634799;0.0458425,-0.07042614;0.00684962;-0.03732614,-0.112729;-0.3686804;0.00251982,-0.1316178;-0.7074575;0.08838739,-0.1333487;-0.6971413;-0.009640969,0.01167789;0.3997529;0.001492137,0;0;0,0.003629158;0.199792;0.008365579,0.009394021;0.4996705;0.006500223,0.122384;0.3686663;0.0238822,0.1614992;0.09180221;0.03858892,0.2080413;-0.18082;-0.005125728,-0.1068105;0.3626927;0.009058694,-0.250009;0.1220932;0.01152631,-0.3919266;-0.115362;-0.03176854,0.07365554;0.002725557;-0.03110357,0.06590214;-0.3719335;0.03190827,0.05864332;-0.7114429;0.116647,0.06260271;-0.7014115;0.018741,-0.07054576;0.006843095;-0.03710077,-0.09762119;-0.3703084;0.0006312691,-0.1183689;-0.7094972;0.08441931,-0.1152972;-0.7639781;0.03100068,0.007320263;0.3997517;0.00995241,155.4814
+0;0;0,0.00560317;0.199869;0.004579653,0.01479836;0.4995286;-0.004431286,0.1266131;0.3652853;0.0001226045,0.1652173;0.08843669;0.016388,0.1981748;-0.1805398;-0.05407777,-0.1035179;0.366861;0.00842349,-0.3312951;0.204108;0.003037118,-0.5762264;0.07431208;-0.03648105,0.0691494;0.003959081;-0.04003357,0.08040512;-0.3722504;0.01230898,0.08125437;-0.7106919;0.101509,0.08813838;-0.7634799;0.0458425,-0.07042614;0.00684962;-0.03732614,-0.112729;-0.3686804;0.00251982,-0.1316178;-0.7074575;0.08838739,-0.1333487;-0.6971413;-0.009640969,0.01167789;0.3997529;0.001492137,0;0;0,0.003629158;0.199792;0.008365579,0.009394021;0.4996705;0.006500223,0.122384;0.3686663;0.0238822,0.1614992;0.09180221;0.03858892,0.2080413;-0.18082;-0.005125728,-0.1068105;0.3626927;0.009058694,-0.250009;0.1220932;0.01152631,-0.3919266;-0.115362;-0.03176854,0.07365554;0.002725557;-0.03110357,0.06590214;-0.3719335;0.03190827,0.05864332;-0.7114429;0.116647,0.06260271;-0.7014115;0.018741,-0.07054576;0.006843095;-0.03710077,-0.09762119;-0.3703084;0.0006312691,-0.1183689;-0.7094972;0.08441931,-0.1152972;-0.7639781;0.03100068,0.007320263;0.3997517;0.00995241,155.4931
+0;0;0,0.00560317;0.199869;0.004579653,0.01479836;0.4995286;-0.004431286,0.1266131;0.3652853;0.0001226045,0.1652173;0.08843669;0.016388,0.1981748;-0.1805398;-0.05407777,-0.1035179;0.366861;0.00842349,-0.3312951;0.204108;0.003037118,-0.5762264;0.07431208;-0.03648105,0.0691494;0.003959081;-0.04003357,0.08040512;-0.3722504;0.01230898,0.08125437;-0.7106919;0.101509,0.08813838;-0.7634799;0.0458425,-0.07042614;0.00684962;-0.03732614,-0.112729;-0.3686804;0.00251982,-0.1316178;-0.7074575;0.08838739,-0.1333487;-0.6971413;-0.009640969,0.01167789;0.3997529;0.001492137,0;0;0,0.003668311;0.1997931;0.008321495,0.009459527;0.4996708;0.006418669,0.1224645;0.3687418;0.02376581,0.1617348;0.09189665;0.03841641,0.2087279;-0.1805744;-0.005756058,-0.106758;0.3626992;0.009007581,-0.253757;0.1244032;0.01151911,-0.3994047;-0.1105185;-0.03318614,0.07363386;0.002694497;-0.03115757,0.06593653;-0.3719605;0.03188507,0.05868013;-0.7115301;0.1163827,0.06261095;-0.7014953;0.01847486,-0.07058525;0.006880307;-0.03701869,-0.09756324;-0.3703024;0.0004697181,-0.1185232;-0.7095538;0.08395106,-0.1152321;-0.7644758;0.03124973,0.007374671;0.3997527;0.009886318,155.515
+0;0;0,0.005739508;0.1998661;0.004540678,0.01511991;0.4995181;-0.00452597,0.1268577;0.3652139;-4.841376E-05,0.1651142;0.08830997;0.01609751,0.1979871;-0.1805732;-0.0547629,-0.1034282;0.3675376;0.008640307,-0.336983;0.2132256;0.002321817,-0.5844033;0.08801949;-0.03649366,0.06909977;0.003934412;-0.04012159,0.08021713;-0.3722587;0.01236773,0.08092015;-0.7106715;0.1016775,0.08849684;-0.7634032;0.04601712,-0.07046417;0.006885647;-0.03724765,-0.1129159;-0.368632;0.00255613,-0.1317653;-0.7074031;0.08845647,-0.1336077;-0.6970915;-0.009568892,0.01194284;0.3997454;0.001416219,0;0;0,0.003668311;0.1997931;0.008321495,0.009459527;0.4996708;0.006418669,0.1224645;0.3687418;0.02376581,0.1617348;0.09189665;0.03841641,0.2087279;-0.1805744;-0.005756058,-0.106758;0.3626992;0.009007581,-0.253757;0.1244032;0.01151911,-0.3994047;-0.1105185;-0.03318614,0.07363386;0.002694497;-0.03115757,0.06593653;-0.3719605;0.03188507,0.05868013;-0.7115301;0.1163827,0.06261095;-0.7014953;0.01847486,-0.07058525;0.006880307;-0.03701869,-0.09756324;-0.3703024;0.0004697181,-0.1185232;-0.7095538;0.08395106,-0.1152321;-0.7644758;0.03124973,0.007374671;0.3997527;0.009886318,155.5264
+0;0;0,0.005739508;0.1998661;0.004540678,0.01511991;0.4995181;-0.00452597,0.1268577;0.3652139;-4.841376E-05,0.1651142;0.08830997;0.01609751,0.1979871;-0.1805732;-0.0547629,-0.1034282;0.3675376;0.008640307,-0.336983;0.2132256;0.002321817,-0.5844033;0.08801949;-0.03649366,0.06909977;0.003934412;-0.04012159,0.08021713;-0.3722587;0.01236773,0.08092015;-0.7106715;0.1016775,0.08849684;-0.7634032;0.04601712,-0.07046417;0.006885647;-0.03724765,-0.1129159;-0.368632;0.00255613,-0.1317653;-0.7074031;0.08845647,-0.1336077;-0.6970915;-0.009568892,0.01194284;0.3997454;0.001416219,0;0;0,0.003730036;0.199792;0.008320192,0.009604373;0.499668;0.006418199,0.1225755;0.3687321;0.02368049,0.1618382;0.09188038;0.03822549,0.209686;-0.1802874;-0.006888919,-0.1066815;0.3627783;0.009020377,-0.2574299;0.1268332;0.01122443,-0.406819;-0.105675;-0.03375131,0.07363559;0.002684994;-0.03115428,0.06605602;-0.3719835;0.03182244,0.05879992;-0.7115545;0.1163141,0.06410725;-0.7681938;0.06666055,-0.0705746;0.006885859;-0.03703798,-0.09763787;-0.3702657;0.0007015243,-0.118342;-0.7095265;0.08420888,-0.115302;-0.7642812;0.03122399,0.007477524;0.3997508;0.009885948,155.5484
+0;0;0,0.005739508;0.1998661;0.004540678,0.01511991;0.4995181;-0.00452597,0.1268577;0.3652139;-4.841376E-05,0.1651142;0.08830997;0.01609751,0.1979871;-0.1805732;-0.0547629,-0.1034282;0.3675376;0.008640307,-0.336983;0.2132256;0.002321817,-0.5844033;0.08801949;-0.03649366,0.06909977;0.003934412;-0.04012159,0.08021713;-0.3722587;0.01236773,0.08092015;-0.7106715;0.1016775,0.08849684;-0.7634032;0.04601712,-0.07046417;0.006885647;-0.03724765,-0.1129159;-0.368632;0.00255613,-0.1317653;-0.7074031;0.08845647,-0.1336077;-0.6970915;-0.009568892,0.01194284;0.3997454;0.001416219,0;0;0,0.003741378;0.1997913;0.008332104,0.00964077;0.4996667;0.006417815,0.1226208;0.36874;0.02353901,0.1619654;0.09190208;0.03812648,0.2099038;-0.1800647;-0.00809031,-0.1066709;0.3628228;0.009046037,-0.2611998;0.1293372;0.01134983,-0.4129465;-0.101771;-0.03294384,0.07362066;0.00269633;-0.03118858,0.06606314;-0.3719845;0.03171754,0.05879529;-0.7115546;0.1162117,0.06262752;-0.7015324;0.01830253,-0.07057994;0.006879433;-0.03702898,-0.09790047;-0.3702736;0.000510063,-0.1187467;-0.7094831;0.08418991,-0.1156141;-0.7647908;0.03210546,0.007502979;0.3997499;0.009891017,155.5707
+0;0;0,0.005842757;0.1998652;0.00444419,0.01535078;0.499507;-0.004819,0.1270009;0.3650446;-0.000282097,0.1649562;0.08809718;0.01582839,0.1978943;-0.1806635;-0.05546527,-0.1034032;0.3682009;0.008686459,-0.3426914;0.2229392;0.002348785,-0.5974458;0.1128715;-0.03487081,0.06900588;0.003975693;-0.04027881,0.08004158;-0.3721853;0.01245725,0.08032985;-0.7104815;0.1022104,0.08842161;-0.7634065;0.04691153,-0.07053106;0.006902356;-0.03711773,-0.113139;-0.3686237;0.002439141,-0.131993;-0.7074038;0.08830268,-0.1256098;-0.7637569;0.03827855,0.01213549;0.3997398;0.001195515,0;0;0,0.003741378;0.1997913;0.008332104,0.00964077;0.4996667;0.006417815,0.1226208;0.36874;0.02353901,0.1619654;0.09190208;0.03812648,0.2099038;-0.1800647;-0.00809031,-0.1066709;0.3628228;0.009046037,-0.2611998;0.1293372;0.01134983,-0.4129465;-0.101771;-0.03294384,0.07362066;0.00269633;-0.03118858,0.06606314;-0.3719845;0.03171754,0.05879529;-0.7115546;0.1162117,0.06262752;-0.7015324;0.01830253,-0.07057994;0.006879433;-0.03702898,-0.09790047;-0.3702736;0.000510063,-0.1187467;-0.7094831;0.08418991,-0.1156141;-0.7647908;0.03210546,0.007502979;0.3997499;0.009891017,155.5839
+0;0;0,0.005842757;0.1998652;0.00444419,0.01535078;0.499507;-0.004819,0.1270009;0.3650446;-0.000282097,0.1649562;0.08809718;0.01582839,0.1978943;-0.1806635;-0.05546527,-0.1034032;0.3682009;0.008686459,-0.3426914;0.2229392;0.002348785,-0.5974458;0.1128715;-0.03487081,0.06900588;0.003975693;-0.04027881,0.08004158;-0.3721853;0.01245725,0.08032985;-0.7104815;0.1022104,0.08842161;-0.7634065;0.04691153,-0.07053106;0.006902356;-0.03711773,-0.113139;-0.3686237;0.002439141,-0.131993;-0.7074038;0.08830268,-0.1256098;-0.7637569;0.03827855,0.01213549;0.3997398;0.001195515,0;0;0,0.003755944;0.199791;0.008334391,0.009735168;0.4996644;0.006387139,0.122703;0.3687105;0.02332901,0.16223;0.09187943;0.03754704,0.210184;-0.1799283;-0.009579897,-0.1066506;0.3629656;0.009059699,-0.2646862;0.1318431;0.01173436,-0.4198001;-0.09714727;-0.03189002,0.07360542;0.002711297;-0.03122324,0.06590753;-0.3719471;0.031799,0.05860607;-0.7115467;0.1161724,0.06236419;-0.7015234;0.01826017,-0.07058856;0.006877739;-0.03701285,-0.09791981;-0.3702725;0.000546474,-0.1187846;-0.7095072;0.08411938,-0.115721;-0.7650466;0.03241221,0.007569964;0.3997487;0.009875026,155.6039
+0;0;0,0.005842757;0.1998652;0.00444419,0.01535078;0.499507;-0.004819,0.1270009;0.3650446;-0.000282097,0.1649562;0.08809718;0.01582839,0.1978943;-0.1806635;-0.05546527,-0.1034032;0.3682009;0.008686459,-0.3426914;0.2229392;0.002348785,-0.5974458;0.1128715;-0.03487081,0.06900588;0.003975693;-0.04027881,0.08004158;-0.3721853;0.01245725,0.08032985;-0.7104815;0.1022104,0.08842161;-0.7634065;0.04691153,-0.07053106;0.006902356;-0.03711773,-0.113139;-0.3686237;0.002439141,-0.131993;-0.7074038;0.08830268,-0.1256098;-0.7637569;0.03827855,0.01213549;0.3997398;0.001195515,0;0;0,0.003755944;0.199791;0.008334391,0.009735168;0.4996644;0.006387139,0.122703;0.3687105;0.02332901,0.16223;0.09187943;0.03754704,0.210184;-0.1799283;-0.009579897,-0.1066506;0.3629656;0.009059699,-0.2646862;0.1318431;0.01173436,-0.4198001;-0.09714727;-0.03189002,0.07360542;0.002711297;-0.03122324,0.06590753;-0.3719471;0.031799,0.05860607;-0.7115467;0.1161724,0.06236419;-0.7015234;0.01826017,-0.07058856;0.006877739;-0.03701285,-0.09791981;-0.3702725;0.000546474,-0.1187846;-0.7095072;0.08411938,-0.115721;-0.7650466;0.03241221,0.007569964;0.3997487;0.009875026,155.6163
+0;0;0,0.005905379;0.199863;0.004462991,0.01548405;0.4995034;-0.004771851,0.1271008;0.3650164;-0.000438084,0.1647434;0.08803901;0.01588783,0.1975927;-0.1805937;-0.05592713,-0.1034464;0.3687754;0.008768703,-0.3483963;0.2332589;0.002867015,-0.6041812;0.1257605;-0.03479198,0.06891952;0.003990163;-0.04042497,0.07994527;-0.3721248;0.01264102,0.0799521;-0.7104151;0.1024167,0.08853231;-0.7632867;0.04711136,-0.07058538;0.006928452;-0.03700946,-0.1134968;-0.3685771;0.00241369,-0.1321612;-0.7073604;0.08830599,-0.1341399;-0.6970606;-0.00971435,0.01224549;0.3997363;0.001232474,0;0;0,0.00373993;0.1997915;0.008329225,0.009713545;0.4996649;0.006370592,0.1227165;0.3687522;0.02312193,0.162228;0.09191343;0.0372326,0.2101699;-0.1796777;-0.01113912,-0.1066886;0.3630211;0.009061784,-0.2680102;0.1341829;0.01196565,-0.4339336;-0.08706099;-0.0318583,0.07359118;0.002734741;-0.03125473,0.06586009;-0.3719137;0.03182276,0.05859743;-0.7115034;0.1162388,0.06228022;-0.701479;0.01832348,-0.0705999;0.006865575;-0.03699348,-0.09802118;-0.3702843;0.0005041696,-0.1188483;-0.7095337;0.08402695,-0.115768;-0.7648162;0.0318981,0.007549715;0.3997493;0.00986304,155.6376
+0;0;0,0.005905379;0.199863;0.004462991,0.01548405;0.4995034;-0.004771851,0.1271008;0.3650164;-0.000438084,0.1647434;0.08803901;0.01588783,0.1975927;-0.1805937;-0.05592713,-0.1034464;0.3687754;0.008768703,-0.3483963;0.2332589;0.002867015,-0.6041812;0.1257605;-0.03479198,0.06891952;0.003990163;-0.04042497,0.07994527;-0.3721248;0.01264102,0.0799521;-0.7104151;0.1024167,0.08853231;-0.7632867;0.04711136,-0.07058538;0.006928452;-0.03700946,-0.1134968;-0.3685771;0.00241369,-0.1321612;-0.7073604;0.08830599,-0.1341399;-0.6970606;-0.00971435,0.01224549;0.3997363;0.001232474,0;0;0,0.00373993;0.1997915;0.008329225,0.009713545;0.4996649;0.006370592,0.1227165;0.3687522;0.02312193,0.162228;0.09191343;0.0372326,0.2101699;-0.1796777;-0.01113912,-0.1066886;0.3630211;0.009061784,-0.2680102;0.1341829;0.01196565,-0.4339336;-0.08706099;-0.0318583,0.07359118;0.002734741;-0.03125473,0.06586009;-0.3719137;0.03182276,0.05859743;-0.7115034;0.1162388,0.06228022;-0.701479;0.01832348,-0.0705999;0.006865575;-0.03699348,-0.09802118;-0.3702843;0.0005041696,-0.1188483;-0.7095337;0.08402695,-0.115768;-0.7648162;0.0318981,0.007549715;0.3997493;0.00986304,155.6493
+0;0;0,0.005905379;0.199863;0.004462991,0.01548405;0.4995034;-0.004771851,0.1271008;0.3650164;-0.000438084,0.1647434;0.08803901;0.01588783,0.1975927;-0.1805937;-0.05592713,-0.1034464;0.3687754;0.008768703,-0.3483963;0.2332589;0.002867015,-0.6041812;0.1257605;-0.03479198,0.06891952;0.003990163;-0.04042497,0.07994527;-0.3721248;0.01264102,0.0799521;-0.7104151;0.1024167,0.08853231;-0.7632867;0.04711136,-0.07058538;0.006928452;-0.03700946,-0.1134968;-0.3685771;0.00241369,-0.1321612;-0.7073604;0.08830599,-0.1341399;-0.6970606;-0.00971435,0.01224549;0.3997363;0.001232474,0;0;0,0.00373993;0.1997915;0.008329225,0.009713545;0.4996649;0.006370592,0.1227165;0.3687522;0.02312193,0.162228;0.09191343;0.0372326,0.2101699;-0.1796777;-0.01113912,-0.1066886;0.3630211;0.009061784,-0.2680102;0.1341829;0.01196565,-0.4339336;-0.08706099;-0.0318583,0.07359118;0.002734741;-0.03125473,0.06586009;-0.3719137;0.03182276,0.05859743;-0.7115034;0.1162388,0.06228022;-0.701479;0.01832348,-0.0705999;0.006865575;-0.03699348,-0.09802118;-0.3702843;0.0005041696,-0.1188483;-0.7095337;0.08402695,-0.115768;-0.7648162;0.0318981,0.007549715;0.3997493;0.00986304,155.6604
+0;0;0,0.005979041;0.1998613;0.004440741,0.01563879;0.4994977;-0.004834973,0.1272175;0.3649691;-0.0004948786,0.1644524;0.08792326;0.01560424,0.1972593;-0.1807015;-0.05625974,-0.1035263;0.3695717;0.008740371,-0.3523234;0.2412613;0.002700217,-0.613387;0.1467475;-0.03353392,0.0688604;0.003985233;-0.04052607,0.07983064;-0.3720922;0.01281616,0.0797181;-0.7103007;0.1028997,0.08904387;-0.763288;0.0478893,-0.07062586;0.006929151;-0.03693201,-0.1135734;-0.368588;0.002341293,-0.1322993;-0.7073623;0.08825591,-0.1269384;-0.7638178;0.03828877,0.01237551;0.3997324;0.001184539,0;0;0,0.003817743;0.19979;0.008328932,0.01006386;0.4996577;0.006381548,0.1229498;0.3687088;0.02297303,0.1624236;0.09184051;0.03660284,0.2103272;-0.1797146;-0.01200897,-0.1065189;0.3631897;0.009121889,-0.2710841;0.1366832;0.01274044,-0.4388413;-0.08310299;-0.03143609,0.07357269;0.00272166;-0.0312994,0.06595199;-0.3719176;0.03184579,0.05873036;-0.7115602;0.1160521,0.06233957;-0.7015327;0.01813338,-0.07061628;0.00687974;-0.03695958,-0.09787403;-0.3702915;0.0004419982,-0.1187605;-0.7095616;0.08386585,-0.1153505;-0.7652658;0.03245417,0.007775255;0.3997449;0.009874017,155.6825
+0;0;0,0.005979041;0.1998613;0.004440741,0.01563879;0.4994977;-0.004834973,0.1272175;0.3649691;-0.0004948786,0.1644524;0.08792326;0.01560424,0.1972593;-0.1807015;-0.05625974,-0.1035263;0.3695717;0.008740371,-0.3523234;0.2412613;0.002700217,-0.613387;0.1467475;-0.03353392,0.0688604;0.003985233;-0.04052607,0.07983064;-0.3720922;0.01281616,0.0797181;-0.7103007;0.1028997,0.08904387;-0.763288;0.0478893,-0.07062586;0.006929151;-0.03693201,-0.1135734;-0.368588;0.002341293,-0.1322993;-0.7073623;0.08825591,-0.1269384;-0.7638178;0.03828877,0.01237551;0.3997324;0.001184539,0;0;0,0.003817743;0.19979;0.008328932,0.01006386;0.4996577;0.006381548,0.1229498;0.3687088;0.02297303,0.1624236;0.09184051;0.03660284,0.2103272;-0.1797146;-0.01200897,-0.1065189;0.3631897;0.009121889,-0.2710841;0.1366832;0.01274044,-0.4388413;-0.08310299;-0.03143609,0.07357269;0.00272166;-0.0312994,0.06595199;-0.3719176;0.03184579,0.05873036;-0.7115602;0.1160521,0.06233957;-0.7015327;0.01813338,-0.07061628;0.00687974;-0.03695958,-0.09787403;-0.3702915;0.0004419982,-0.1187605;-0.7095616;0.08386585,-0.1153505;-0.7652658;0.03245417,0.007775255;0.3997449;0.009874017,155.6941
+0;0;0,0.005979041;0.1998613;0.004440741,0.01563879;0.4994977;-0.004834973,0.1272175;0.3649691;-0.0004948786,0.1644524;0.08792326;0.01560424,0.1972593;-0.1807015;-0.05625974,-0.1035263;0.3695717;0.008740371,-0.3523234;0.2412613;0.002700217,-0.613387;0.1467475;-0.03353392,0.0688604;0.003985233;-0.04052607,0.07983064;-0.3720922;0.01281616,0.0797181;-0.7103007;0.1028997,0.08904387;-0.763288;0.0478893,-0.07062586;0.006929151;-0.03693201,-0.1135734;-0.368588;0.002341293,-0.1322993;-0.7073623;0.08825591,-0.1269384;-0.7638178;0.03828877,0.01237551;0.3997324;0.001184539,0;0;0,0.003845783;0.1997889;0.008343387,0.01016344;0.4996551;0.006404423,0.1230638;0.3687682;0.02280665,0.1626061;0.09189647;0.036165,0.2102193;-0.1795983;-0.01306501,-0.1064919;0.3633418;0.009155487,-0.274703;0.1395471;0.0137351,-0.4475907;-0.07619166;-0.03061147,0.07356203;0.002700684;-0.03132626,0.06592318;-0.3719374;0.0318242,0.05870867;-0.7115688;0.1160765,0.06380051;-0.7682716;0.06651117,-0.0706306;0.006906256;-0.03692725,-0.09787443;-0.3702722;0.0004120469,-0.1185949;-0.7095548;0.08382622,-0.1157598;-0.7651272;0.03216076,0.007851555;0.3997428;0.009894357,155.716
+0;0;0,0.006055994;0.1998597;0.004408657,0.01582018;0.4994912;-0.004914142,0.1273358;0.3648724;-0.0005672059,0.1644913;0.08781275;0.01547697,0.1972655;-0.1807387;-0.05667561,-0.1036197;0.3704936;0.008637805,-0.3609337;0.2605048;-0.0009520911,-0.6260192;0.1746706;-0.02855952,0.06877118;0.004044722;-0.04067141,0.0797258;-0.3720079;0.01284877,0.07955608;-0.7102225;0.1029093,0.08843813;-0.762801;0.04721459,-0.07069705;0.006938546;-0.03679382,-0.11356;-0.3685947;0.002417963,-0.1324058;-0.7073861;0.08823884,-0.128161;-0.763449;0.03749282,0.01252192;0.3997281;0.001122952,0;0;0,0.003845783;0.1997889;0.008343387,0.01016344;0.4996551;0.006404423,0.1230638;0.3687682;0.02280665,0.1626061;0.09189647;0.036165,0.2102193;-0.1795983;-0.01306501,-0.1064919;0.3633418;0.009155487,-0.274703;0.1395471;0.0137351,-0.4475907;-0.07619166;-0.03061147,0.07356203;0.002700684;-0.03132626,0.06592318;-0.3719374;0.0318242,0.05870867;-0.7115688;0.1160765,0.06380051;-0.7682716;0.06651117,-0.0706306;0.006906256;-0.03692725,-0.09787443;-0.3702722;0.0004120469,-0.1185949;-0.7095548;0.08382622,-0.1157598;-0.7651272;0.03216076,0.007851555;0.3997428;0.009894357,155.7274
+0;0;0,0.006055994;0.1998597;0.004408657,0.01582018;0.4994912;-0.004914142,0.1273358;0.3648724;-0.0005672059,0.1644913;0.08781275;0.01547697,0.1972655;-0.1807387;-0.05667561,-0.1036197;0.3704936;0.008637805,-0.3609337;0.2605048;-0.0009520911,-0.6260192;0.1746706;-0.02855952,0.06877118;0.004044722;-0.04067141,0.0797258;-0.3720079;0.01284877,0.07955608;-0.7102225;0.1029093,0.08843813;-0.762801;0.04721459,-0.07069705;0.006938546;-0.03679382,-0.11356;-0.3685947;0.002417963,-0.1324058;-0.7073861;0.08823884,-0.128161;-0.763449;0.03749282,0.01252192;0.3997281;0.001122952,0;0;0,0.003902883;0.199786;0.008386684,0.01033212;0.4996497;0.006434635,0.1231984;0.3685557;0.02221699,0.1633102;0.09176445;0.03554594,0.2100794;-0.1799938;-0.01303503,-0.1064605;0.3636249;0.009216611,-0.2773391;0.1418664;0.01408148,-0.4559922;-0.06895849;-0.03103992,0.07353202;0.0027043;-0.03139631,0.06587407;-0.3717834;0.03263731,0.05876256;-0.7115535;0.1163378,0.0637321;-0.7677836;0.06594276,-0.07064448;0.006901941;-0.03690149,-0.09755319;-0.3703318;0.0001203269,-0.1183654;-0.7096003;0.08356909,-0.1162096;-0.7648633;0.03136187,0.007974155;0.3997386;0.009928857,155.7385
+0;0;0,0.006055994;0.1998597;0.004408657,0.01582018;0.4994912;-0.004914142,0.1273358;0.3648724;-0.0005672059,0.1644913;0.08781275;0.01547697,0.1972655;-0.1807387;-0.05667561,-0.1036197;0.3704936;0.008637805,-0.3609337;0.2605048;-0.0009520911,-0.6260192;0.1746706;-0.02855952,0.06877118;0.004044722;-0.04067141,0.0797258;-0.3720079;0.01284877,0.07955608;-0.7102225;0.1029093,0.08843813;-0.762801;0.04721459,-0.07069705;0.006938546;-0.03679382,-0.11356;-0.3685947;0.002417963,-0.1324058;-0.7073861;0.08823884,-0.128161;-0.763449;0.03749282,0.01252192;0.3997281;0.001122952,0;0;0,0.003902883;0.199786;0.008386684,0.01033212;0.4996497;0.006434635,0.1231984;0.3685557;0.02221699,0.1633102;0.09176445;0.03554594,0.2100794;-0.1799938;-0.01303503,-0.1064605;0.3636249;0.009216611,-0.2773391;0.1418664;0.01408148,-0.4559922;-0.06895849;-0.03103992,0.07353202;0.0027043;-0.03139631,0.06587407;-0.3717834;0.03263731,0.05876256;-0.7115535;0.1163378,0.0637321;-0.7677836;0.06594276,-0.07064448;0.006901941;-0.03690149,-0.09755319;-0.3703318;0.0001203269,-0.1183654;-0.7096003;0.08356909,-0.1162096;-0.7648633;0.03136187,0.007974155;0.3997386;0.009928857,155.7608
+0;0;0,0.006090102;0.1998579;0.004442181,0.01584776;0.4994912;-0.004829003,0.12736;0.3648496;-0.0006511568,0.1640412;0.08770958;0.01509429,0.1969737;-0.1808646;-0.05690113,-0.1038286;0.3713683;0.008307208,-0.3620815;0.263565;-0.0008514915,-0.6290787;0.1839754;-0.02874408,0.06875832;0.004043839;-0.04069325,0.07962693;-0.3720236;0.01273995,0.07964348;-0.7103157;0.1025088,0.08716001;-0.7631062;0.04692794,-0.0707136;0.006903547;-0.03676857,-0.1133654;-0.3687169;0.001833152,-0.1326397;-0.7074143;0.08792935,-0.1291371;-0.7637614;0.03761127,0.01255506;0.399727;0.001191907,0;0;0,0.003976963;0.1997842;0.008395453,0.01073737;0.4996405;0.006458343,0.123471;0.3684449;0.02190981,0.1637942;0.0916881;0.03531479,0.2099232;-0.1799656;-0.01444844,-0.1062389;0.3637614;0.009267408,-0.2798908;0.1441767;0.01452082,-0.4657441;-0.06038246;-0.03035816,0.07346974;0.002744064;-0.03153836,0.06595122;-0.3717415;0.03252429,0.05886162;-0.7114596;0.1164369,0.06385443;-0.767666;0.06600335,-0.07069866;0.006883037;-0.03680114,-0.09751108;-0.3703592;0.0002045855,-0.1181079;-0.709587;0.08387186,-0.1165878;-0.7639251;0.03016172,0.008240784;0.3997326;0.00994835,155.7829
+0;0;0,0.006090102;0.1998579;0.004442181,0.01584776;0.4994912;-0.004829003,0.12736;0.3648496;-0.0006511568,0.1640412;0.08770958;0.01509429,0.1969737;-0.1808646;-0.05690113,-0.1038286;0.3713683;0.008307208,-0.3620815;0.263565;-0.0008514915,-0.6290787;0.1839754;-0.02874408,0.06875832;0.004043839;-0.04069325,0.07962693;-0.3720236;0.01273995,0.07964348;-0.7103157;0.1025088,0.08716001;-0.7631062;0.04692794,-0.0707136;0.006903547;-0.03676857,-0.1133654;-0.3687169;0.001833152,-0.1326397;-0.7074143;0.08792935,-0.1291371;-0.7637614;0.03761127,0.01255506;0.399727;0.001191907,0;0;0,0.003976963;0.1997842;0.008395453,0.01073737;0.4996405;0.006458343,0.123471;0.3684449;0.02190981,0.1637942;0.0916881;0.03531479,0.2099232;-0.1799656;-0.01444844,-0.1062389;0.3637614;0.009267408,-0.2798908;0.1441767;0.01452082,-0.4657441;-0.06038246;-0.03035816,0.07346974;0.002744064;-0.03153836,0.06595122;-0.3717415;0.03252429,0.05886162;-0.7114596;0.1164369,0.06385443;-0.767666;0.06600335,-0.07069866;0.006883037;-0.03680114,-0.09751108;-0.3703592;0.0002045855,-0.1181079;-0.709587;0.08387186,-0.1165878;-0.7639251;0.03016172,0.008240784;0.3997326;0.00994835,155.7943
+0;0;0,0.006090102;0.1998579;0.004442181,0.01584776;0.4994912;-0.004829003,0.12736;0.3648496;-0.0006511568,0.1640412;0.08770958;0.01509429,0.1969737;-0.1808646;-0.05690113,-0.1038286;0.3713683;0.008307208,-0.3620815;0.263565;-0.0008514915,-0.6290787;0.1839754;-0.02874408,0.06875832;0.004043839;-0.04069325,0.07962693;-0.3720236;0.01273995,0.07964348;-0.7103157;0.1025088,0.08716001;-0.7631062;0.04692794,-0.0707136;0.006903547;-0.03676857,-0.1133654;-0.3687169;0.001833152,-0.1326397;-0.7074143;0.08792935,-0.1291371;-0.7637614;0.03761127,0.01255506;0.399727;0.001191907,0;0;0,0.004024018;0.1997837;0.008384904,0.0109669;0.4996343;0.006289071,0.1236441;0.3683845;0.02152337,0.1641422;0.09165704;0.03500679,0.2099711;-0.1800541;-0.01472006,-0.1061122;0.3638639;0.009259738,-0.2830921;0.1469711;0.01522856,-0.4714726;-0.05508432;-0.03044846,0.07343245;0.002743028;-0.03162517,0.06597859;-0.3717571;0.03235972,0.05888579;-0.7114446;0.1163961,0.06359454;-0.7675634;0.06578588,-0.07071947;0.006884506;-0.03676086,-0.09750685;-0.3703327;0.0005163103,-0.1177059;-0.7095072;0.08449631,-0.1167066;-0.7629781;0.02943618,0.00840089;0.3997304;0.009842849,155.8053
+0;0;0,0.006126599;0.1998568;0.004443413,0.01590681;0.4994892;-0.004831262,0.1273969;0.3648;-0.0006474563,0.1637471;0.08761689;0.01510567,0.1967261;-0.1809531;-0.05688424,-0.1040123;0.3722922;0.008082309,-0.3671867;0.2771783;-0.001540329,-0.6397123;0.2200245;-0.03092104,0.06874216;0.004029864;-0.04072192,0.07963184;-0.3720302;0.01275966,0.07910571;-0.7100559;0.1035249,0.09072304;-0.7603634;0.04508042,-0.07072379;0.006900432;-0.03674955,-0.1133434;-0.3687299;0.001791261,-0.1328797;-0.707368;0.08806166,-0.1345911;-0.6970825;-0.009960853,0.01260651;0.3997253;0.001192089,0;0;0,0.004024018;0.1997837;0.008384904,0.0109669;0.4996343;0.006289071,0.1236441;0.3683845;0.02152337,0.1641422;0.09165704;0.03500679,0.2099711;-0.1800541;-0.01472006,-0.1061122;0.3638639;0.009259738,-0.2830921;0.1469711;0.01522856,-0.4714726;-0.05508432;-0.03044846,0.07343245;0.002743028;-0.03162517,0.06597859;-0.3717571;0.03235972,0.05888579;-0.7114446;0.1163961,0.06359454;-0.7675634;0.06578588,-0.07071947;0.006884506;-0.03676086,-0.09750685;-0.3703327;0.0005163103,-0.1177059;-0.7095072;0.08449631,-0.1167066;-0.7629781;0.02943618,0.00840089;0.3997304;0.009842849,155.8169
+0;0;0,0.006126599;0.1998568;0.004443413,0.01590681;0.4994892;-0.004831262,0.1273969;0.3648;-0.0006474563,0.1637471;0.08761689;0.01510567,0.1967261;-0.1809531;-0.05688424,-0.1040123;0.3722922;0.008082309,-0.3671867;0.2771783;-0.001540329,-0.6397123;0.2200245;-0.03092104,0.06874216;0.004029864;-0.04072192,0.07963184;-0.3720302;0.01275966,0.07910571;-0.7100559;0.1035249,0.09072304;-0.7603634;0.04508042,-0.07072379;0.006900432;-0.03674955,-0.1133434;-0.3687299;0.001791261,-0.1328797;-0.707368;0.08806166,-0.1345911;-0.6970825;-0.009960853,0.01260651;0.3997253;0.001192089,0;0;0,0.004063669;0.1997828;0.008385513,0.01110753;0.499631;0.006252781,0.1237758;0.3682991;0.02111171,0.1646029;0.09162226;0.03464194,0.2099172;-0.1801562;-0.01518891,-0.106043;0.3640088;0.009382576,-0.2862593;0.1498125;0.01586581,-0.4782673;-0.04866271;-0.0303997,0.07338282;0.002773304;-0.03173753,0.06572378;-0.3717231;0.03224516,0.05863415;-0.7113163;0.1166618,0.06374343;-0.7671016;0.06552704,-0.07074084;0.006867962;-0.03672279,-0.09725902;-0.3704697;-0.0004861765,-0.1178294;-0.709524;0.0838879,-0.1172666;-0.7642112;0.03071119,0.008516824;0.3997281;0.009816065,155.8387
+0;0;0,0.006126599;0.1998568;0.004443413,0.01590681;0.4994892;-0.004831262,0.1273969;0.3648;-0.0006474563,0.1637471;0.08761689;0.01510567,0.1967261;-0.1809531;-0.05688424,-0.1040123;0.3722922;0.008082309,-0.3671867;0.2771783;-0.001540329,-0.6397123;0.2200245;-0.03092104,0.06874216;0.004029864;-0.04072192,0.07963184;-0.3720302;0.01275966,0.07910571;-0.7100559;0.1035249,0.09072304;-0.7603634;0.04508042,-0.07072379;0.006900432;-0.03674955,-0.1133434;-0.3687299;0.001791261,-0.1328797;-0.707368;0.08806166,-0.1345911;-0.6970825;-0.009960853,0.01260651;0.3997253;0.001192089,0;0;0,0.004063669;0.1997828;0.008385513,0.01110753;0.499631;0.006252781,0.1237758;0.3682991;0.02111171,0.1646029;0.09162226;0.03464194,0.2099172;-0.1801562;-0.01518891,-0.106043;0.3640088;0.009382576,-0.2862593;0.1498125;0.01586581,-0.4782673;-0.04866271;-0.0303997,0.07338282;0.002773304;-0.03173753,0.06572378;-0.3717231;0.03224516,0.05863415;-0.7113163;0.1166618,0.06374343;-0.7671016;0.06552704,-0.07074084;0.006867962;-0.03672279,-0.09725902;-0.3704697;-0.0004861765,-0.1178294;-0.709524;0.0838879,-0.1172666;-0.7642112;0.03071119,0.008516824;0.3997281;0.009816065,155.8504
+0;0;0,0.006180672;0.1998555;0.004424985,0.01601068;0.4994843;-0.004906344,0.127485;0.3647939;-0.0006369092,0.1636953;0.08758575;0.01499804,0.1967055;-0.1809628;-0.0570576,-0.10416;0.3732053;0.007609288,-0.3699743;0.285847;-0.002940239,-0.6416723;0.2239254;-0.03025224,0.06872722;0.003997905;-0.04075029,0.0797449;-0.3720319;0.01291735,0.07899118;-0.7100794;0.1035994,0.09101133;-0.7596548;0.04424222,-0.07073356;0.006910633;-0.03672881,-0.1134654;-0.3686975;0.001904134,-0.1329572;-0.7073176;0.08825538,-0.1344885;-0.69704;-0.009768531,0.01269452;0.3997224;0.001139939,0;0;0,0.004137885;0.1997759;0.008511898,0.01123994;0.4996231;0.0064325,0.123932;0.3682118;0.02065559,0.1650203;0.09156281;0.03396361,0.2102247;-0.1803629;-0.0151585,-0.1059769;0.3641698;0.009591185,-0.2881298;0.1516106;0.01583051,-0.4852498;-0.0417347;-0.03065912,0.07325573;0.002797346;-0.03202768,0.06569497;-0.3715875;0.03261591,0.05865812;-0.7112435;0.1167841,0.06272326;-0.7675578;0.06645204,-0.07081782;0.006852024;-0.03657712,-0.09736174;-0.370487;-0.0003737397,-0.1177318;-0.7095145;0.08415678,-0.1174011;-0.763988;0.03063917,0.008635657;0.39972;0.009979205,155.8721
+0;0;0,0.006180672;0.1998555;0.004424985,0.01601068;0.4994843;-0.004906344,0.127485;0.3647939;-0.0006369092,0.1636953;0.08758575;0.01499804,0.1967055;-0.1809628;-0.0570576,-0.10416;0.3732053;0.007609288,-0.3699743;0.285847;-0.002940239,-0.6416723;0.2239254;-0.03025224,0.06872722;0.003997905;-0.04075029,0.0797449;-0.3720319;0.01291735,0.07899118;-0.7100794;0.1035994,0.09101133;-0.7596548;0.04424222,-0.07073356;0.006910633;-0.03672881,-0.1134654;-0.3686975;0.001904134,-0.1329572;-0.7073176;0.08825538,-0.1344885;-0.69704;-0.009768531,0.01269452;0.3997224;0.001139939,0;0;0,0.004137885;0.1997759;0.008511898,0.01123994;0.4996231;0.0064325,0.123932;0.3682118;0.02065559,0.1650203;0.09156281;0.03396361,0.2102247;-0.1803629;-0.0151585,-0.1059769;0.3641698;0.009591185,-0.2881298;0.1516106;0.01583051,-0.4852498;-0.0417347;-0.03065912,0.07325573;0.002797346;-0.03202768,0.06569497;-0.3715875;0.03261591,0.05865812;-0.7112435;0.1167841,0.06272326;-0.7675578;0.06645204,-0.07081782;0.006852024;-0.03657712,-0.09736174;-0.370487;-0.0003737397,-0.1177318;-0.7095145;0.08415678,-0.1174011;-0.763988;0.03063917,0.008635657;0.39972;0.009979205,155.8838
+0;0;0,0.006180672;0.1998555;0.004424985,0.01601068;0.4994843;-0.004906344,0.127485;0.3647939;-0.0006369092,0.1636953;0.08758575;0.01499804,0.1967055;-0.1809628;-0.0570576,-0.10416;0.3732053;0.007609288,-0.3699743;0.285847;-0.002940239,-0.6416723;0.2239254;-0.03025224,0.06872722;0.003997905;-0.04075029,0.0797449;-0.3720319;0.01291735,0.07899118;-0.7100794;0.1035994,0.09101133;-0.7596548;0.04424222,-0.07073356;0.006910633;-0.03672881,-0.1134654;-0.3686975;0.001904134,-0.1329572;-0.7073176;0.08825538,-0.1344885;-0.69704;-0.009768531,0.01269452;0.3997224;0.001139939,0;0;0,0.00416219;0.1997739;0.008548579,0.01128497;0.4996209;0.006496037,0.1240087;0.3681668;0.02027409,0.1653707;0.09157148;0.03384707,0.210218;-0.180327;-0.01575061,-0.1059775;0.3643267;0.00968949,-0.2909131;0.1541967;0.01633963,-0.492003;-0.03518839;-0.02944392,0.07316427;0.002865904;-0.03223005,0.06542159;-0.3714872;0.03257562,0.05876363;-0.7111535;0.116733,0.06130483;-0.701101;0.0187757,-0.0708805;0.006801864;-0.03646491,-0.09745178;-0.3705316;-0.000223875,-0.1180213;-0.7096181;0.08402136,-0.1171479;-0.7611641;0.02614652,0.008684609;0.3997172;0.01003121,155.9056
+0;0;0,0.006194758;0.1998551;0.004420764,0.01601979;0.4994844;-0.004903288,0.1274956;0.3647915;-0.000648465,0.1635508;0.08756337;0.01498977,0.1966907;-0.18094;-0.05717445,-0.1043497;0.3740482;0.007371563,-0.3711574;0.2895269;-0.0009802012,-0.645262;0.2394729;-0.02857183,0.06871489;0.004025319;-0.04076836,0.07972359;-0.3719968;0.01295474,0.07899841;-0.7100664;0.103555,0.0911308;-0.7597501;0.04436602,-0.07073426;0.00686458;-0.03673612,-0.1136881;-0.3687154;0.001924597,-0.1328686;-0.707409;0.08805682,-0.1343061;-0.6971319;-0.0099684,0.012706;0.3997222;0.001141023,0;0;0,0.00416219;0.1997739;0.008548579,0.01128497;0.4996209;0.006496037,0.1240087;0.3681668;0.02027409,0.1653707;0.09157148;0.03384707,0.210218;-0.180327;-0.01575061,-0.1059775;0.3643267;0.00968949,-0.2909131;0.1541967;0.01633963,-0.492003;-0.03518839;-0.02944392,0.07316427;0.002865904;-0.03223005,0.06542159;-0.3714872;0.03257562,0.05876363;-0.7111535;0.116733,0.06130483;-0.701101;0.0187757,-0.0708805;0.006801864;-0.03646491,-0.09745178;-0.3705316;-0.000223875,-0.1180213;-0.7096181;0.08402136,-0.1171479;-0.7611641;0.02614652,0.008684609;0.3997172;0.01003121,155.9171
+0;0;0,0.006194758;0.1998551;0.004420764,0.01601979;0.4994844;-0.004903288,0.1274956;0.3647915;-0.000648465,0.1635508;0.08756337;0.01498977,0.1966907;-0.18094;-0.05717445,-0.1043497;0.3740482;0.007371563,-0.3711574;0.2895269;-0.0009802012,-0.645262;0.2394729;-0.02857183,0.06871489;0.004025319;-0.04076836,0.07972359;-0.3719968;0.01295474,0.07899841;-0.7100664;0.103555,0.0911308;-0.7597501;0.04436602,-0.07073426;0.00686458;-0.03673612,-0.1136881;-0.3687154;0.001924597,-0.1328686;-0.707409;0.08805682,-0.1343061;-0.6971319;-0.0099684,0.012706;0.3997222;0.001141023,0;0;0,0.00416219;0.1997739;0.008548579,0.01128497;0.4996209;0.006496037,0.1240087;0.3681668;0.02027409,0.1653707;0.09157148;0.03384707,0.210218;-0.180327;-0.01575061,-0.1059775;0.3643267;0.00968949,-0.2909131;0.1541967;0.01633963,-0.492003;-0.03518839;-0.02944392,0.07316427;0.002865904;-0.03223005,0.06542159;-0.3714872;0.03257562,0.05876363;-0.7111535;0.116733,0.06130483;-0.701101;0.0187757,-0.0708805;0.006801864;-0.03646491,-0.09745178;-0.3705316;-0.000223875,-0.1180213;-0.7096181;0.08402136,-0.1171479;-0.7611641;0.02614652,0.008684609;0.3997172;0.01003121,155.9285
+0;0;0,0.006194758;0.1998551;0.004420764,0.01601979;0.4994844;-0.004903288,0.1274956;0.3647915;-0.000648465,0.1635508;0.08756337;0.01498977,0.1966907;-0.18094;-0.05717445,-0.1043497;0.3740482;0.007371563,-0.3711574;0.2895269;-0.0009802012,-0.645262;0.2394729;-0.02857183,0.06871489;0.004025319;-0.04076836,0.07972359;-0.3719968;0.01295474,0.07899841;-0.7100664;0.103555,0.0911308;-0.7597501;0.04436602,-0.07073426;0.00686458;-0.03673612,-0.1136881;-0.3687154;0.001924597,-0.1328686;-0.707409;0.08805682,-0.1343061;-0.6971319;-0.0099684,0.012706;0.3997222;0.001141023,0;0;0,0.004229658;0.1997707;0.008588925,0.01147484;0.4996149;0.006536244,0.1241792;0.3681717;0.02010294,0.1656091;0.09156474;0.03322345,0.2102458;-0.1803907;-0.01625185,-0.1058923;0.3645294;0.009825394,-0.2942121;0.1574232;0.01635893,-0.4980277;-0.02907591;-0.02921827,0.07307178;0.002961717;-0.03243058,0.06542439;-0.3713295;0.0327429,0.05866876;-0.7109888;0.116921,0.06275528;-0.7674412;0.06682833,-0.07092676;0.006740707;-0.03638623,-0.09732721;-0.3705757;0.0001564845,-0.1180864;-0.7096999;0.08420292,-0.1173681;-0.7616599;0.02691385,0.008833925;0.3997122;0.01006987,155.9503
+0;0;0,0.006261315;0.1998531;0.004420501,0.01611659;0.4994812;-0.004903253,0.1275776;0.3647625;-0.0006349338,0.163576;0.08753008;0.01505861,0.1967151;-0.1809694;-0.05712065,-0.1044029;0.3746499;0.007141766,-0.3744782;0.3012982;-0.001737306,-0.6485769;0.2501784;-0.02736336,0.06872544;0.004008555;-0.04075224,0.07984921;-0.3720101;0.01297171,0.07920244;-0.7100511;0.1036795,0.09114429;-0.7597066;0.04441407,-0.07071883;0.006861693;-0.03676633,-0.1140959;-0.3687312;0.001291919,-0.1329214;-0.7073798;0.08767892,-0.1342617;-0.697103;-0.0103476,0.0127958;0.3997194;0.001143005,0;0;0,0.004173781;0.1997663;0.008718485,0.01132656;0.4996136;0.006796983,0.1241156;0.3681856;0.01985347,0.1653735;0.09156072;0.03313598,0.2102887;-0.1802731;-0.01675414,-0.1060442;0.3646683;0.01012392,-0.2981623;0.1610634;0.01609643,-0.5056394;-0.0211287;-0.03037193,0.0729293;0.003010078;-0.03274532,0.06488769;-0.3711132;0.03333867,0.05789987;-0.7107992;0.11739,0.0601654;-0.7007197;0.01942036,-0.0710676;0.006694525;-0.03611896,-0.09775695;-0.3705843;0.0006006658,-0.1184915;-0.7096933;0.08471468,-0.1182045;-0.7611999;0.02677853,0.008725873;0.3997083;0.0102861,155.9727
+0;0;0,0.006261315;0.1998531;0.004420501,0.01611659;0.4994812;-0.004903253,0.1275776;0.3647625;-0.0006349338,0.163576;0.08753008;0.01505861,0.1967151;-0.1809694;-0.05712065,-0.1044029;0.3746499;0.007141766,-0.3744782;0.3012982;-0.001737306,-0.6485769;0.2501784;-0.02736336,0.06872544;0.004008555;-0.04075224,0.07984921;-0.3720101;0.01297171,0.07920244;-0.7100511;0.1036795,0.09114429;-0.7597066;0.04441407,-0.07071883;0.006861693;-0.03676633,-0.1140959;-0.3687312;0.001291919,-0.1329214;-0.7073798;0.08767892,-0.1342617;-0.697103;-0.0103476,0.0127958;0.3997194;0.001143005,0;0;0,0.004173781;0.1997663;0.008718485,0.01132656;0.4996136;0.006796983,0.1241156;0.3681856;0.01985347,0.1653735;0.09156072;0.03313598,0.2102887;-0.1802731;-0.01675414,-0.1060442;0.3646683;0.01012392,-0.2981623;0.1610634;0.01609643,-0.5056394;-0.0211287;-0.03037193,0.0729293;0.003010078;-0.03274532,0.06488769;-0.3711132;0.03333867,0.05789987;-0.7107992;0.11739,0.0601654;-0.7007197;0.01942036,-0.0710676;0.006694525;-0.03611896,-0.09775695;-0.3705843;0.0006006658,-0.1184915;-0.7096933;0.08471468,-0.1182045;-0.7611999;0.02677853,0.008725873;0.3997083;0.0102861,155.9842
+0;0;0,0.006261315;0.1998531;0.004420501,0.01611659;0.4994812;-0.004903253,0.1275776;0.3647625;-0.0006349338,0.163576;0.08753008;0.01505861,0.1967151;-0.1809694;-0.05712065,-0.1044029;0.3746499;0.007141766,-0.3744782;0.3012982;-0.001737306,-0.6485769;0.2501784;-0.02736336,0.06872544;0.004008555;-0.04075224,0.07984921;-0.3720101;0.01297171,0.07920244;-0.7100511;0.1036795,0.09114429;-0.7597066;0.04441407,-0.07071883;0.006861693;-0.03676633,-0.1140959;-0.3687312;0.001291919,-0.1329214;-0.7073798;0.08767892,-0.1342617;-0.697103;-0.0103476,0.0127958;0.3997194;0.001143005,0;0;0,0.004256322;0.1997635;0.008741368,0.01149069;0.4996087;0.006797424,0.1242992;0.3681183;0.01911875,0.1660393;0.09158111;0.03271794,0.2109751;-0.1803612;-0.01655824,-0.1059338;0.3647664;0.01020009,-0.3016566;0.164612;0.01575344,-0.5126923;-0.01333448;-0.03113947,0.07278262;0.003050852;-0.03306635,0.06496291;-0.3709887;0.03351618,0.05807591;-0.7106766;0.1175681,0.06340931;-0.7672719;0.06784083,-0.07113016;0.006675064;-0.03599921,-0.09778617;-0.3706141;0.0006382689,-0.1184986;-0.7097011;0.08484674,-0.1175449;-0.762197;0.02833549,0.008867458;0.3997043;0.01029611,156.0064
+0;0;0,0.006334759;0.1998526;0.004335673,0.01622735;0.4994719;-0.005203539,0.1276617;0.3646913;-0.0006091145,0.1635104;0.08743748;0.01505001,0.1967159;-0.181059;-0.05710986,-0.1045222;0.3756886;0.006880112,-0.3764085;0.3093009;-0.001518128,-0.6514527;0.2630294;-0.02620831,0.06876227;0.003921079;-0.0406986,0.08002469;-0.3720967;0.01300243,0.07943416;-0.7101585;0.1036328,0.09032052;-0.7601858;0.04466574,-0.07066296;0.006937924;-0.03685933,-0.1139946;-0.3686455;0.001343384,-0.1327185;-0.7073194;0.08765316,-0.1339351;-0.6970583;-0.01037183,0.01289727;0.399716;0.0009343426,0;0;0,0.004256322;0.1997635;0.008741368,0.01149069;0.4996087;0.006797424,0.1242992;0.3681183;0.01911875,0.1660393;0.09158111;0.03271794,0.2109751;-0.1803612;-0.01655824,-0.1059338;0.3647664;0.01020009,-0.3016566;0.164612;0.01575344,-0.5126923;-0.01333448;-0.03113947,0.07278262;0.003050852;-0.03306635,0.06496291;-0.3709887;0.03351618,0.05807591;-0.7106766;0.1175681,0.06340931;-0.7672719;0.06784083,-0.07113016;0.006675064;-0.03599921,-0.09778617;-0.3706141;0.0006382689,-0.1184986;-0.7097011;0.08484674,-0.1175449;-0.762197;0.02833549,0.008867458;0.3997043;0.01029611,156.0181
+0;0;0,0.006334759;0.1998526;0.004335673,0.01622735;0.4994719;-0.005203539,0.1276617;0.3646913;-0.0006091145,0.1635104;0.08743748;0.01505001,0.1967159;-0.181059;-0.05710986,-0.1045222;0.3756886;0.006880112,-0.3764085;0.3093009;-0.001518128,-0.6514527;0.2630294;-0.02620831,0.06876227;0.003921079;-0.0406986,0.08002469;-0.3720967;0.01300243,0.07943416;-0.7101585;0.1036328,0.09032052;-0.7601858;0.04466574,-0.07066296;0.006937924;-0.03685933,-0.1139946;-0.3686455;0.001343384,-0.1327185;-0.7073194;0.08765316,-0.1339351;-0.6970583;-0.01037183,0.01289727;0.399716;0.0009343426,0;0;0,0.00439998;0.1997544;0.008878061,0.01171456;0.4995977;0.007016493,0.1245533;0.3681343;0.01877127,0.1666123;0.09165832;0.03263056,0.211895;-0.1802468;-0.01653342,-0.105787;0.3649509;0.01040726,-0.3061237;0.1693878;0.01491213,-0.5208663;-0.00429979;-0.03111226,0.07263207;0.003078664;-0.03339315,0.06504271;-0.3708646;0.03375474,0.05828951;-0.7104872;0.1180808,0.06010962;-0.7003792;0.02009617,-0.07122384;0.006647694;-0.03581861,-0.09767858;-0.3706402;0.0009780899,-0.1183907;-0.7096658;0.08543296,-0.1179169;-0.7619827;0.02865524,0.00907357;0.3996932;0.01049716,156.0395
+0;0;0,0.006334759;0.1998526;0.004335673,0.01622735;0.4994719;-0.005203539,0.1276617;0.3646913;-0.0006091145,0.1635104;0.08743748;0.01505001,0.1967159;-0.181059;-0.05710986,-0.1045222;0.3756886;0.006880112,-0.3764085;0.3093009;-0.001518128,-0.6514527;0.2630294;-0.02620831,0.06876227;0.003921079;-0.0406986,0.08002469;-0.3720967;0.01300243,0.07943416;-0.7101585;0.1036328,0.09032052;-0.7601858;0.04466574,-0.07066296;0.006937924;-0.03685933,-0.1139946;-0.3686455;0.001343384,-0.1327185;-0.7073194;0.08765316,-0.1339351;-0.6970583;-0.01037183,0.01289727;0.399716;0.0009343426,0;0;0,0.00439998;0.1997544;0.008878061,0.01171456;0.4995977;0.007016493,0.1245533;0.3681343;0.01877127,0.1666123;0.09165832;0.03263056,0.211895;-0.1802468;-0.01653342,-0.105787;0.3649509;0.01040726,-0.3061237;0.1693878;0.01491213,-0.5208663;-0.00429979;-0.03111226,0.07263207;0.003078664;-0.03339315,0.06504271;-0.3708646;0.03375474,0.05828951;-0.7104872;0.1180808,0.06010962;-0.7003792;0.02009617,-0.07122384;0.006647694;-0.03581861,-0.09767858;-0.3706402;0.0009780899,-0.1183907;-0.7096658;0.08543296,-0.1179169;-0.7619827;0.02865524,0.00907357;0.3996932;0.01049716,156.0511
+0;0;0,0.006370188;0.1998511;0.004353815,0.01625135;0.4994707;-0.005176455,0.1276996;0.3646841;-0.0004910589,0.1633445;0.08740187;0.01512903,0.1967308;-0.1810979;-0.05693507,-0.104725;0.3768637;0.00677993,-0.3783823;0.3184389;-0.003129805,-0.6546652;0.2787403;-0.02530609,0.06881061;0.003777049;-0.04063044,0.08019936;-0.3722299;0.01311943,0.07973951;-0.7103193;0.1036477,0.08911059;-0.760619;0.04479069,-0.0705897;0.007066284;-0.03697515,-0.1139595;-0.3685021;0.001331843,-0.1324887;-0.7071612;0.08774188,-0.1335927;-0.6968974;-0.01028498,0.01293575;0.3997146;0.0009672472,0;0;0,0.004433926;0.1997516;0.008924565,0.01177729;0.4995949;0.007129329,0.124618;0.3680312;0.01848068,0.1667678;0.0915536;0.03202723,0.2126225;-0.1802825;-0.01698804,-0.105861;0.3654111;0.010648,-0.3112864;0.1751764;0.0139917,-0.528387;0.004659683;-0.03282028,0.07257174;0.003083171;-0.03352367,0.06476715;-0.3707912;0.03398203,0.05806304;-0.7103492;0.1185718,0.05972476;-0.7002363;0.02058327,-0.07133862;0.006597573;-0.0355988,-0.09794925;-0.3706818;0.001173105,-0.1185339;-0.7096348;0.08594994,-0.1174834;-0.7622874;0.02966993,0.009139;0.3996894;0.01058374,156.073
+0;0;0,0.006370188;0.1998511;0.004353815,0.01625135;0.4994707;-0.005176455,0.1276996;0.3646841;-0.0004910589,0.1633445;0.08740187;0.01512903,0.1967308;-0.1810979;-0.05693507,-0.104725;0.3768637;0.00677993,-0.3783823;0.3184389;-0.003129805,-0.6546652;0.2787403;-0.02530609,0.06881061;0.003777049;-0.04063044,0.08019936;-0.3722299;0.01311943,0.07973951;-0.7103193;0.1036477,0.08911059;-0.760619;0.04479069,-0.0705897;0.007066284;-0.03697515,-0.1139595;-0.3685021;0.001331843,-0.1324887;-0.7071612;0.08774188,-0.1335927;-0.6968974;-0.01028498,0.01293575;0.3997146;0.0009672472,0;0;0,0.004433926;0.1997516;0.008924565,0.01177729;0.4995949;0.007129329,0.124618;0.3680312;0.01848068,0.1667678;0.0915536;0.03202723,0.2126225;-0.1802825;-0.01698804,-0.105861;0.3654111;0.010648,-0.3112864;0.1751764;0.0139917,-0.528387;0.004659683;-0.03282028,0.07257174;0.003083171;-0.03352367,0.06476715;-0.3707912;0.03398203,0.05806304;-0.7103492;0.1185718,0.05972476;-0.7002363;0.02058327,-0.07133862;0.006597573;-0.0355988,-0.09794925;-0.3706818;0.001173105,-0.1185339;-0.7096348;0.08594994,-0.1174834;-0.7622874;0.02966993,0.009139;0.3996894;0.01058374,156.0846
+0;0;0,0.006370188;0.1998511;0.004353815,0.01625135;0.4994707;-0.005176455,0.1276996;0.3646841;-0.0004910589,0.1633445;0.08740187;0.01512903,0.1967308;-0.1810979;-0.05693507,-0.104725;0.3768637;0.00677993,-0.3783823;0.3184389;-0.003129805,-0.6546652;0.2787403;-0.02530609,0.06881061;0.003777049;-0.04063044,0.08019936;-0.3722299;0.01311943,0.07973951;-0.7103193;0.1036477,0.08911059;-0.760619;0.04479069,-0.0705897;0.007066284;-0.03697515,-0.1139595;-0.3685021;0.001331843,-0.1324887;-0.7071612;0.08774188,-0.1335927;-0.6968974;-0.01028498,0.01293575;0.3997146;0.0009672472,0;0;0,0.004433926;0.1997516;0.008924565,0.01177729;0.4995949;0.007129329,0.124618;0.3680312;0.01848068,0.1667678;0.0915536;0.03202723,0.2126225;-0.1802825;-0.01698804,-0.105861;0.3654111;0.010648,-0.3112864;0.1751764;0.0139917,-0.528387;0.004659683;-0.03282028,0.07257174;0.003083171;-0.03352367,0.06476715;-0.3707912;0.03398203,0.05806304;-0.7103492;0.1185718,0.05972476;-0.7002363;0.02058327,-0.07133862;0.006597573;-0.0355988,-0.09794925;-0.3706818;0.001173105,-0.1185339;-0.7096348;0.08594994,-0.1174834;-0.7622874;0.02966993,0.009139;0.3996894;0.01058374,156.0957
+0;0;0,0.006450139;0.1998488;0.004342656,0.01639655;0.4994664;-0.005181639,0.1278194;0.3646468;-0.0004816767,0.1633421;0.08735225;0.01519865,0.1966499;-0.1813228;-0.05624579,-0.1047688;0.3777034;0.006503747,-0.3798351;0.3263651;-0.003641583,-0.6566581;0.288626;-0.02221061,0.06883629;0.003707827;-0.04059331,0.08054332;-0.3723102;0.01301071,0.08006179;-0.7104052;0.1035175,0.08959617;-0.7613451;0.04557068,-0.07053972;0.007112547;-0.03706156,-0.1136609;-0.3684784;0.00130485,-0.1321294;-0.7071389;0.0877225,-0.1331095;-0.6968749;-0.01030571,0.01306555;0.3997107;0.0009594613,0;0;0,0.004425629;0.1997517;0.008926514,0.01174344;0.4995958;0.007146315,0.124575;0.3678474;0.01811595,0.1676687;0.09150892;0.0315318,0.2133013;-0.1803952;-0.017313,-0.1059589;0.3656837;0.01085396,-0.3160017;0.1805398;0.01280003,-0.5371093;0.01477379;-0.03228903,0.07247821;0.003137103;-0.03372043,0.06474573;-0.370736;0.03380072,0.05790272;-0.7101803;0.1188344,0.05939222;-0.7000629;0.02084218,-0.07144937;0.0065585;-0.03538323,-0.098198;-0.3707102;0.001397394,-0.1187288;-0.7096364;0.08629444,-0.117896;-0.762287;0.03000771,0.009121649;0.3996896;0.01059257,156.1068
+0;0;0,0.006450139;0.1998488;0.004342656,0.01639655;0.4994664;-0.005181639,0.1278194;0.3646468;-0.0004816767,0.1633421;0.08735225;0.01519865,0.1966499;-0.1813228;-0.05624579,-0.1047688;0.3777034;0.006503747,-0.3798351;0.3263651;-0.003641583,-0.6566581;0.288626;-0.02221061,0.06883629;0.003707827;-0.04059331,0.08054332;-0.3723102;0.01301071,0.08006179;-0.7104052;0.1035175,0.08959617;-0.7613451;0.04557068,-0.07053972;0.007112547;-0.03706156,-0.1136609;-0.3684784;0.00130485,-0.1321294;-0.7071389;0.0877225,-0.1331095;-0.6968749;-0.01030571,0.01306555;0.3997107;0.0009594613,0;0;0,0.004425629;0.1997517;0.008926514,0.01174344;0.4995958;0.007146315,0.124575;0.3678474;0.01811595,0.1676687;0.09150892;0.0315318,0.2133013;-0.1803952;-0.017313,-0.1059589;0.3656837;0.01085396,-0.3160017;0.1805398;0.01280003,-0.5371093;0.01477379;-0.03228903,0.07247821;0.003137103;-0.03372043,0.06474573;-0.370736;0.03380072,0.05790272;-0.7101803;0.1188344,0.05939222;-0.7000629;0.02084218,-0.07144937;0.0065585;-0.03538323,-0.098198;-0.3707102;0.001397394,-0.1187288;-0.7096364;0.08629444,-0.117896;-0.762287;0.03000771,0.009121649;0.3996896;0.01059257,156.1184
+0;0;0,0.006416459;0.1998508;0.004301473,0.01617567;0.4994711;-0.005318731,0.1277018;0.3647077;-0.0004526551,0.1618536;0.08726221;0.01559778,0.1965124;-0.1811824;-0.05607002,-0.105007;0.3782179;0.00624146,-0.3813884;0.3346133;-0.004341293,-0.6587809;0.2995187;-0.01923268,0.06886399;0.003724202;-0.0405448,0.08072887;-0.3723001;0.01298076,0.08036914;-0.7103891;0.1035107,0.08993302;-0.7613485;0.04559599,-0.07049403;0.007088872;-0.0371529,-0.1135858;-0.3684958;0.001308464,-0.1318193;-0.7071669;0.08773419,-0.1326879;-0.6969106;-0.01029354,0.01292915;0.3997151;0.0008627283,0;0;0,0.004577021;0.1997375;0.009163233,0.01200016;0.4995798;0.007599871,0.1248222;0.3678038;0.01820644,0.1682704;0.09152067;0.03161971,0.2143512;-0.1801947;-0.01785076,-0.1057779;0.3658501;0.01131346,-0.320175;0.1857628;0.01287735,-0.5499955;0.03211069;-0.03154767,0.07238792;0.003113489;-0.03391599,0.06492753;-0.3706442;0.03427117,0.05803735;-0.7100099;0.1196146,0.05941082;-0.6998687;0.02161589,-0.07157065;0.006537814;-0.03514112,-0.09826207;-0.3707005;0.001991171,-0.1186368;-0.7095949;0.08705261,-0.1184987;-0.7628531;0.03166261,0.009356663;0.3996721;0.01098682,156.1403
+0;0;0,0.006416459;0.1998508;0.004301473,0.01617567;0.4994711;-0.005318731,0.1277018;0.3647077;-0.0004526551,0.1618536;0.08726221;0.01559778,0.1965124;-0.1811824;-0.05607002,-0.105007;0.3782179;0.00624146,-0.3813884;0.3346133;-0.004341293,-0.6587809;0.2995187;-0.01923268,0.06886399;0.003724202;-0.0405448,0.08072887;-0.3723001;0.01298076,0.08036914;-0.7103891;0.1035107,0.08993302;-0.7613485;0.04559599,-0.07049403;0.007088872;-0.0371529,-0.1135858;-0.3684958;0.001308464,-0.1318193;-0.7071669;0.08773419,-0.1326879;-0.6969106;-0.01029354,0.01292915;0.3997151;0.0008627283,0;0;0,0.004577021;0.1997375;0.009163233,0.01200016;0.4995798;0.007599871,0.1248222;0.3678038;0.01820644,0.1682704;0.09152067;0.03161971,0.2143512;-0.1801947;-0.01785076,-0.1057779;0.3658501;0.01131346,-0.320175;0.1857628;0.01287735,-0.5499955;0.03211069;-0.03154767,0.07238792;0.003113489;-0.03391599,0.06492753;-0.3706442;0.03427117,0.05803735;-0.7100099;0.1196146,0.05941082;-0.6998687;0.02161589,-0.07157065;0.006537814;-0.03514112,-0.09826207;-0.3707005;0.001991171,-0.1186368;-0.7095949;0.08705261,-0.1184987;-0.7628531;0.03166261,0.009356663;0.3996721;0.01098682,156.152
+0;0;0,0.006416459;0.1998508;0.004301473,0.01617567;0.4994711;-0.005318731,0.1277018;0.3647077;-0.0004526551,0.1618536;0.08726221;0.01559778,0.1965124;-0.1811824;-0.05607002,-0.105007;0.3782179;0.00624146,-0.3813884;0.3346133;-0.004341293,-0.6587809;0.2995187;-0.01923268,0.06886399;0.003724202;-0.0405448,0.08072887;-0.3723001;0.01298076,0.08036914;-0.7103891;0.1035107,0.08993302;-0.7613485;0.04559599,-0.07049403;0.007088872;-0.0371529,-0.1135858;-0.3684958;0.001308464,-0.1318193;-0.7071669;0.08773419,-0.1326879;-0.6969106;-0.01029354,0.01292915;0.3997151;0.0008627283,0;0;0,0.004617032;0.1997362;0.009173241,0.01209894;0.4995772;0.007636682,0.1248818;0.3676884;0.01812014,0.1686883;0.09145445;0.03137806,0.2153171;-0.180115;-0.01837952,-0.1057712;0.3661119;0.01136135,-0.3245023;0.1913163;0.01314996,-0.5567801;0.0411808;-0.0305118,0.07238067;0.003120453;-0.03393083,0.06491699;-0.3705981;0.03447055,0.05795407;-0.7099472;0.1198735,0.05929679;-0.6998134;0.0218759,-0.07160871;0.006518443;-0.03506711,-0.09829516;-0.3707127;0.00214107,-0.1189372;-0.7095782;0.08725335,-0.1171116;-0.7640452;0.03375572,0.009440578;0.3996696;0.0110122,156.174
+0;0;0,0.006416459;0.1998508;0.004301473,0.01617567;0.4994711;-0.005318731,0.1277018;0.3647077;-0.0004526551,0.1618536;0.08726221;0.01559778,0.1965124;-0.1811824;-0.05607002,-0.105007;0.3782179;0.00624146,-0.3813884;0.3346133;-0.004341293,-0.6587809;0.2995187;-0.01923268,0.06886399;0.003724202;-0.0405448,0.08072887;-0.3723001;0.01298076,0.08036914;-0.7103891;0.1035107,0.08993302;-0.7613485;0.04559599,-0.07049403;0.007088872;-0.0371529,-0.1135858;-0.3684958;0.001308464,-0.1318193;-0.7071669;0.08773419,-0.1326879;-0.6969106;-0.01029354,0.01292915;0.3997151;0.0008627283,0;0;0,0.004617032;0.1997362;0.009173241,0.01209894;0.4995772;0.007636682,0.1248818;0.3676884;0.01812014,0.1686883;0.09145445;0.03137806,0.2153171;-0.180115;-0.01837952,-0.1057712;0.3661119;0.01136135,-0.3245023;0.1913163;0.01314996,-0.5567801;0.0411808;-0.0305118,0.07238067;0.003120453;-0.03393083,0.06491699;-0.3705981;0.03447055,0.05795407;-0.7099472;0.1198735,0.05929679;-0.6998134;0.0218759,-0.07160871;0.006518443;-0.03506711,-0.09829516;-0.3707127;0.00214107,-0.1189372;-0.7095782;0.08725335,-0.1171116;-0.7640452;0.03375572,0.009440578;0.3996696;0.0110122,156.1958
+0;0;0,0.006417728;0.1998506;0.004308826,0.01614086;0.4994728;-0.005288648,0.1276868;0.3647027;-0.0004197576,0.1616689;0.08724019;0.01569705,0.1961838;-0.1816807;-0.05423363,-0.1051536;0.3788714;0.005899691,-0.3827067;0.3427587;-0.001856292,-0.6607266;0.3144425;-0.01926613,0.06889221;0.003772392;-0.04049237,0.08080518;-0.3722607;0.01296006,0.0807183;-0.7104581;0.1030852,0.09109388;-0.7609649;0.04468134,-0.07045939;0.007027906;-0.03723013,-0.1136399;-0.3685422;0.001274016,-0.1312321;-0.7073117;0.08744647,-0.1319565;-0.6970523;-0.01058306,0.01291572;0.3997156;0.0008834326,0;0;0,0.004578197;0.1997367;0.009181548,0.0120022;0.4995795;0.00768576,0.1247957;0.3676263;0.01812233,0.1692409;0.09149197;0.03132994,0.2161662;-0.1798309;-0.01948252,-0.1059284;0.3664169;0.01169502,-0.3282035;0.1961488;0.01330421,-0.5720084;0.06526718;-0.02946407,0.07237747;0.003092124;-0.03394026,0.06473926;-0.3705235;0.03500247,0.05768465;-0.7097871;0.1207368,0.05891996;-0.6996453;0.02273617,-0.07165927;0.006513606;-0.03496458,-0.09867782;-0.3706684;0.002502214,-0.1192212;-0.709454;0.08795543,-0.1175827;-0.764375;0.03517525,0.009370193;0.3996706;0.0110437,156.2073
+0;0;0,0.006417728;0.1998506;0.004308826,0.01614086;0.4994728;-0.005288648,0.1276868;0.3647027;-0.0004197576,0.1616689;0.08724019;0.01569705,0.1961838;-0.1816807;-0.05423363,-0.1051536;0.3788714;0.005899691,-0.3827067;0.3427587;-0.001856292,-0.6607266;0.3144425;-0.01926613,0.06889221;0.003772392;-0.04049237,0.08080518;-0.3722607;0.01296006,0.0807183;-0.7104581;0.1030852,0.09109388;-0.7609649;0.04468134,-0.07045939;0.007027906;-0.03723013,-0.1136399;-0.3685422;0.001274016,-0.1312321;-0.7073117;0.08744647,-0.1319565;-0.6970523;-0.01058306,0.01291572;0.3997156;0.0008834326,0;0;0,0.004578197;0.1997367;0.009181548,0.0120022;0.4995795;0.00768576,0.1247957;0.3676263;0.01812233,0.1692409;0.09149197;0.03132994,0.2161662;-0.1798309;-0.01948252,-0.1059284;0.3664169;0.01169502,-0.3282035;0.1961488;0.01330421,-0.5720084;0.06526718;-0.02946407,0.07237747;0.003092124;-0.03394026,0.06473926;-0.3705235;0.03500247,0.05768465;-0.7097871;0.1207368,0.05891996;-0.6996453;0.02273617,-0.07165927;0.006513606;-0.03496458,-0.09867782;-0.3706684;0.002502214,-0.1192212;-0.709454;0.08795543,-0.1175827;-0.764375;0.03517525,0.009370193;0.3996706;0.0110437,156.2188
+0;0;0,0.006417728;0.1998506;0.004308826,0.01614086;0.4994728;-0.005288648,0.1276868;0.3647027;-0.0004197576,0.1616689;0.08724019;0.01569705,0.1961838;-0.1816807;-0.05423363,-0.1051536;0.3788714;0.005899691,-0.3827067;0.3427587;-0.001856292,-0.6607266;0.3144425;-0.01926613,0.06889221;0.003772392;-0.04049237,0.08080518;-0.3722607;0.01296006,0.0807183;-0.7104581;0.1030852,0.09109388;-0.7609649;0.04468134,-0.07045939;0.007027906;-0.03723013,-0.1136399;-0.3685422;0.001274016,-0.1312321;-0.7073117;0.08744647,-0.1319565;-0.6970523;-0.01058306,0.01291572;0.3997156;0.0008834326,0;0;0,0.004578197;0.1997367;0.009181548,0.0120022;0.4995795;0.00768576,0.1247957;0.3676263;0.01812233,0.1692409;0.09149197;0.03132994,0.2161662;-0.1798309;-0.01948252,-0.1059284;0.3664169;0.01169502,-0.3282035;0.1961488;0.01330421,-0.5720084;0.06526718;-0.02946407,0.07237747;0.003092124;-0.03394026,0.06473926;-0.3705235;0.03500247,0.05768465;-0.7097871;0.1207368,0.05891996;-0.6996453;0.02273617,-0.07165927;0.006513606;-0.03496458,-0.09867782;-0.3706684;0.002502214,-0.1192212;-0.709454;0.08795543,-0.1175827;-0.764375;0.03517525,0.009370193;0.3996706;0.0110437,156.23

+ 136 - 0
DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_OneArm_Sideways_ColorFeedback_Slow.csv

@@ -0,0 +1,136 @@
+Demo_SpineBase,Demo_SpineMid,Demo_Neck,Demo_ShoulderLeft,Demo_ElbowLeft,Demo_WristLeft,Demo_ShoulderRight,Demo_ElbowRight,Demo_WristRight,Demo_HipLeft,Demo_KneeLeft,Demo_AnkleLeft,Demo_FootLeft,Demo_HipRight,Demo_KneeRight,Demo_AnkleRight,Demo_FootRight,Demo_SpineShoulder,Body_SpineBase,Body_SpineMid,Body_Neck,Body_ShoulderLeft,Body_ElbowLeft,Body_WristLeft,Body_ShoulderRight,Body_ElbowRight,Body_WristRight,Body_HipLeft,Body_KneeLeft,Body_AnkleLeft,Body_FootLeft,Body_HipRight,Body_KneeRight,Body_AnkleRight,Body_FootRight,Body_SpineShoulder,time
+0;0;0,0.004628852;0.1998773;0.005258655,0.01041303;0.4996554;-0.002503171,0.1234964;0.3653007;0.00277505,0.1612559;0.08838472;0.0198567,0.1988773;-0.1802657;-0.04950884,-0.1050417;0.361204;0.003786585,-0.1598837;0.0866949;-0.0023052,-0.2176591;-0.1824983;-0.05326612,0.06946469;0.00476251;-0.03939511,0.08526544;-0.3715036;0.01134099,0.0858184;-0.710112;0.09990776,0.09608892;-0.7607068;0.04160687,-0.07027771;0.006098346;-0.037734,-0.1082181;-0.3696718;0.004186418,-0.1256849;-0.7091206;0.08766951,-0.1251881;-0.6987492;-0.0103839,0.008570645;0.3998261;0.003038917,0;0;0,0.004970104;0.1998727;0.00511702,0.01298814;0.4996074;-0.002544747,0.1253268;0.3662223;0.008028598,0.16237;0.08891103;0.01926453,0.2075898;-0.1800023;-0.04430249,-0.104028;0.3631668;0.001163985,-0.1671457;0.09041503;-0.003593841,-0.2323163;-0.1751433;-0.06385647,0.07314994;0.004244327;-0.03211031,0.07554722;-0.3724751;0.01765683,0.08254962;-0.7108409;0.1068728,0.09472372;-0.7554892;0.04145541,-0.07123896;0.005730907;-0.03594673,-0.1097621;-0.3698023;0.007535819,-0.1338197;-0.7084769;0.09251083,-0.1365613;-0.7630882;0.03928098,0.01023434;0.3997905;0.002842245,6.89205
+0;0;0,0.004628852;0.1998773;0.005258655,0.01041303;0.4996554;-0.002503171,0.1234964;0.3653007;0.00277505,0.1612559;0.08838472;0.0198567,0.1988773;-0.1802657;-0.04950884,-0.1050417;0.361204;0.003786585,-0.1598837;0.0866949;-0.0023052,-0.2176591;-0.1824983;-0.05326612,0.06946469;0.00476251;-0.03939511,0.08526544;-0.3715036;0.01134099,0.0858184;-0.710112;0.09990776,0.09608892;-0.7607068;0.04160687,-0.07027771;0.006098346;-0.037734,-0.1082181;-0.3696718;0.004186418,-0.1256849;-0.7091206;0.08766951,-0.1251881;-0.6987492;-0.0103839,0.008570645;0.3998261;0.003038917,0;0;0,0.004966016;0.1998714;0.005173387,0.01294931;0.4996105;-0.002357102,0.1253187;0.3662702;0.008155189,0.1623178;0.08895215;0.01937065,0.2076138;-0.1799834;-0.04404788,-0.1040582;0.3631942;0.001229297,-0.167071;0.09042057;-0.003662795,-0.2317607;-0.1755303;-0.0626999,0.07316171;0.004249906;-0.03208273,0.07572921;-0.3724523;0.01780607,0.08255841;-0.7107971;0.1071155,0.09523031;-0.7557696;0.04216512,-0.07122584;0.005725441;-0.03597357,-0.1097777;-0.3697968;0.007578645,-0.1339451;-0.7085189;0.09233283,-0.1375956;-0.7622133;0.03772591,0.01021181;0.3997906;0.002980207,6.920603
+0;0;0,0.004628852;0.1998773;0.005258655,0.01041303;0.4996554;-0.002503171,0.1234964;0.3653007;0.00277505,0.1612559;0.08838472;0.0198567,0.1988773;-0.1802657;-0.04950884,-0.1050417;0.361204;0.003786585,-0.1598837;0.0866949;-0.0023052,-0.2176591;-0.1824983;-0.05326612,0.06946469;0.00476251;-0.03939511,0.08526544;-0.3715036;0.01134099,0.0858184;-0.710112;0.09990776,0.09608892;-0.7607068;0.04160687,-0.07027771;0.006098346;-0.037734,-0.1082181;-0.3696718;0.004186418,-0.1256849;-0.7091206;0.08766951,-0.1251881;-0.6987492;-0.0103839,0.008570645;0.3998261;0.003038917,0;0;0,0.004950868;0.1998708;0.0052101,0.01288635;0.4996132;-0.002241743,0.1252977;0.3663308;0.008141612,0.1624323;0.08903879;0.01954931,0.2075848;-0.1798707;-0.04408212,-0.1041127;0.3632345;0.001242049,-0.1670797;0.09045261;-0.003776517,-0.2314426;-0.1758174;-0.06172222,0.07315759;0.004239794;-0.03209347,0.07561459;-0.372426;0.01807465,0.08267782;-0.7106549;0.1078039,0.09499753;-0.7545109;0.04152033,-0.07122239;0.005736711;-0.03597863,-0.1099165;-0.3697879;0.007426977,-0.1341569;-0.7084749;0.09230055,-0.1377251;-0.7619845;0.03740591,0.01016883;0.3997912;0.003067125,6.953608
+0;0;0,0.004574471;0.1998795;0.005220255,0.01028918;0.4996577;-0.002587632,0.1233972;0.3653043;0.002740141,0.1611915;0.0883916;0.01979661,0.1988587;-0.1802267;-0.04966845,-0.1051175;0.3611398;0.003855627,-0.1599153;0.08661941;-0.002122816,-0.2177974;-0.1826418;-0.0526012,0.06946065;0.004795699;-0.03939821,0.08522931;-0.3714863;0.01122977,0.08593225;-0.7100622;0.09991948,0.09561162;-0.7608551;0.04179192,-0.07026452;0.006063766;-0.03776411,-0.1081996;-0.3697119;0.004111696,-0.1257251;-0.7091619;0.08757752,-0.1252664;-0.6987946;-0.01047527,0.008471094;0.3998289;0.002972275,0;0;0,0.004902275;0.199871;0.005250236,0.0127282;0.4996187;-0.00211139,0.1252008;0.3663817;0.008126182,0.1624353;0.08911264;0.01976565,0.2076324;-0.179819;-0.04374032,-0.1042295;0.3632432;0.001277453,-0.1671768;0.09046003;-0.003917085,-0.2307726;-0.1764335;-0.0598045,0.07316058;0.004228454;-0.03208814,0.07549911;-0.3722757;0.01928446,0.08262294;-0.7107427;0.1081067,0.09472094;-0.7546296;0.04181658,-0.07121991;0.005745839;-0.03598206,-0.1099764;-0.3697748;0.007402617,-0.1341529;-0.7084951;0.09216128,-0.138588;-0.761846;0.03708897,0.01005303;0.3997937;0.003163694,6.976243
+0;0;0,0.004574471;0.1998795;0.005220255,0.01028918;0.4996577;-0.002587632,0.1233972;0.3653043;0.002740141,0.1611915;0.0883916;0.01979661,0.1988587;-0.1802267;-0.04966845,-0.1051175;0.3611398;0.003855627,-0.1599153;0.08661941;-0.002122816,-0.2177974;-0.1826418;-0.0526012,0.06946065;0.004795699;-0.03939821,0.08522931;-0.3714863;0.01122977,0.08593225;-0.7100622;0.09991948,0.09561162;-0.7608551;0.04179192,-0.07026452;0.006063766;-0.03776411,-0.1081996;-0.3697119;0.004111696,-0.1257251;-0.7091619;0.08757752,-0.1252664;-0.6987946;-0.01047527,0.008471094;0.3998289;0.002972275,0;0;0,0.004766143;0.1998745;0.005241915,0.01245738;0.4996262;-0.002109987,0.1250352;0.3666292;0.008271368,0.1621084;0.08933491;0.01982489,0.2074098;-0.1795713;-0.04371443,-0.1044598;0.3632561;0.001227458,-0.1673314;0.09045708;-0.004050084,-0.2304051;-0.1769253;-0.05816452,0.07314285;0.004253671;-0.03212523,0.07513623;-0.3722796;0.01904807,0.08218284;-0.7107198;0.1079782,0.09495605;-0.7539946;0.04113773,-0.07123863;0.005718347;-0.03594938,-0.1102506;-0.3698133;0.007109281,-0.1345169;-0.7085543;0.09175943,-0.1383737;-0.7625434;0.03762095,0.009824264;0.3997996;0.003155683,7.009937
+0;0;0,0.004574471;0.1998795;0.005220255,0.01028918;0.4996577;-0.002587632,0.1233972;0.3653043;0.002740141,0.1611915;0.0883916;0.01979661,0.1988587;-0.1802267;-0.04966845,-0.1051175;0.3611398;0.003855627,-0.1599153;0.08661941;-0.002122816,-0.2177974;-0.1826418;-0.0526012,0.06946065;0.004795699;-0.03939821,0.08522931;-0.3714863;0.01122977,0.08593225;-0.7100622;0.09991948,0.09561162;-0.7608551;0.04179192,-0.07026452;0.006063766;-0.03776411,-0.1081996;-0.3697119;0.004111696,-0.1257251;-0.7091619;0.08757752,-0.1252664;-0.6987946;-0.01047527,0.008471094;0.3998289;0.002972275,0;0;0,0.004761348;0.1998738;0.005270177,0.01242265;0.4996273;-0.002038867,0.1250199;0.3666437;0.00826,0.1621537;0.08936125;0.01990212,0.2075566;-0.1795713;-0.04345304,-0.1045016;0.3633185;0.001254915,-0.1671614;0.09047219;-0.004096936,-0.2303022;-0.1769818;-0.05777764,0.07315217;0.004263069;-0.03210274,0.07530442;-0.3722758;0.01902301,0.08211224;-0.7107595;0.1078062,0.0972051;-0.7535313;0.04089981,-0.07122751;0.005710893;-0.03597258,-0.1102686;-0.3698232;0.007038388,-0.1346516;-0.7085755;0.0916099,-0.138889;-0.7639343;0.03968759,0.00980186;0.3997997;0.003213104,7.043141
+0;0;0,0.004537818;0.1998812;0.005186833,0.01023456;0.4996567;-0.002734609,0.1233571;0.3653584;0.002720892,0.1611712;0.08844331;0.01969543,0.199252;-0.1799668;-0.05034648,-0.1052389;0.3613323;0.003702083,-0.1604658;0.08689335;-0.00206595,-0.2183918;-0.1827202;-0.05057513,0.06945962;0.004803787;-0.03939905,0.08522347;-0.3714952;0.01110453,0.08627938;-0.7100668;0.09980707,0.09556815;-0.7613485;0.0423005,-0.07025962;0.006059946;-0.03777383,-0.1081558;-0.3697313;0.003997013,-0.125825;-0.7090846;0.08782486,-0.1253081;-0.6987214;-0.01022682,0.008415008;0.3998302;0.002864996,0;0;0,0.004761348;0.1998738;0.005270177,0.01242265;0.4996273;-0.002038867,0.1250199;0.3666437;0.00826,0.1621537;0.08936125;0.01990212,0.2075566;-0.1795713;-0.04345304,-0.1045016;0.3633185;0.001254915,-0.1671614;0.09047219;-0.004096936,-0.2303022;-0.1769818;-0.05777764,0.07315217;0.004263069;-0.03210274,0.07530442;-0.3722758;0.01902301,0.08211224;-0.7107595;0.1078062,0.0972051;-0.7535313;0.04089981,-0.07122751;0.005710893;-0.03597258,-0.1102686;-0.3698232;0.007038388,-0.1346516;-0.7085755;0.0916099,-0.138889;-0.7639343;0.03968759,0.00980186;0.3997997;0.003213104,7.065465
+0;0;0,0.004537818;0.1998812;0.005186833,0.01023456;0.4996567;-0.002734609,0.1233571;0.3653584;0.002720892,0.1611712;0.08844331;0.01969543,0.199252;-0.1799668;-0.05034648,-0.1052389;0.3613323;0.003702083,-0.1604658;0.08689335;-0.00206595,-0.2183918;-0.1827202;-0.05057513,0.06945962;0.004803787;-0.03939905,0.08522347;-0.3714952;0.01110453,0.08627938;-0.7100668;0.09980707,0.09556815;-0.7613485;0.0423005,-0.07025962;0.006059946;-0.03777383,-0.1081558;-0.3697313;0.003997013,-0.125825;-0.7090846;0.08782486,-0.1253081;-0.6987214;-0.01022682,0.008415008;0.3998302;0.002864996,0;0;0,0.004762673;0.1998741;0.005258567,0.01240554;0.4996273;-0.002080629,0.1250063;0.3666461;0.008341966,0.1621427;0.08936548;0.02002024,0.2076215;-0.1795447;-0.04337514,-0.104503;0.3632931;0.001243731,-0.1671465;0.09044492;-0.004200562,-0.2301678;-0.1771437;-0.05734774,0.07316747;0.004274457;-0.03206635,0.07557897;-0.3722474;0.01917265,0.08202803;-0.7107651;0.1078529,0.09538946;-0.7551075;0.04231903,-0.07121596;0.005701171;-0.035997,-0.1102307;-0.3698349;0.007020712,-0.1346553;-0.7085885;0.09157489,-0.1388752;-0.7638245;0.0394498,0.009792628;0.3998001;0.003182839,7.087723
+0;0;0,0.004537818;0.1998812;0.005186833,0.01023456;0.4996567;-0.002734609,0.1233571;0.3653584;0.002720892,0.1611712;0.08844331;0.01969543,0.199252;-0.1799668;-0.05034648,-0.1052389;0.3613323;0.003702083,-0.1604658;0.08689335;-0.00206595,-0.2183918;-0.1827202;-0.05057513,0.06945962;0.004803787;-0.03939905,0.08522347;-0.3714952;0.01110453,0.08627938;-0.7100668;0.09980707,0.09556815;-0.7613485;0.0423005,-0.07025962;0.006059946;-0.03777383,-0.1081558;-0.3697313;0.003997013,-0.125825;-0.7090846;0.08782486,-0.1253081;-0.6987214;-0.01022682,0.008415008;0.3998302;0.002864996,0;0;0,0.004638365;0.1998776;0.005234986,0.01208145;0.4996364;-0.002089879,0.1247988;0.3668018;0.008297164,0.1624939;0.08960938;0.02027334,0.2077619;-0.1792079;-0.04366474,-0.104753;0.3632998;0.001147265,-0.1672065;0.09040454;-0.004121258,-0.2305828;-0.1770615;-0.05746299,0.07312825;0.004322879;-0.03214919,0.07620443;-0.3721169;0.01965491,0.08175302;-0.71068;0.1082224,0.09398665;-0.7566352;0.04433852,-0.07125293;0.005645007;-0.03593261,-0.1103539;-0.3699104;0.006837383,-0.1348653;-0.7087148;0.09116264,-0.1405278;-0.7636896;0.03874853,0.009541179;0.3998068;0.003163693,7.121248
+0;0;0,0.004525898;0.1998816;0.005182517,0.01023278;0.4996569;-0.002742798,0.1233388;0.3653228;0.002713441,0.1611457;0.0884054;0.01966585,0.199442;-0.179898;-0.05066672,-0.1052812;0.3614342;0.003635599,-0.1608827;0.08706754;-0.001970817,-0.2188109;-0.1826912;-0.04966288,0.06946134;0.004802243;-0.03939621,0.08544461;-0.3714342;0.01150276,0.08654073;-0.7100021;0.1002187,0.09517425;-0.760861;0.04201814,-0.07025538;0.006058215;-0.037782,-0.1080787;-0.369745;0.003946897,-0.1257934;-0.7091088;0.08772276,-0.1252491;-0.6987477;-0.01032835,0.008407518;0.3998304;0.002855883,0;0;0,0.004603587;0.1998777;0.005265266,0.01198326;0.4996392;-0.002012594,0.1247335;0.3668545;0.008446079,0.1623827;0.08966637;0.02066275,0.2075875;-0.1792093;-0.04307421,-0.1047975;0.3632033;0.001196971,-0.1670638;0.09026417;-0.004014291,-0.2307078;-0.1772991;-0.05654344,0.07311317;0.00434463;-0.03218054,0.07599002;-0.3721064;0.01955246,0.08156218;-0.710674;0.1081015,0.09428736;-0.7569508;0.04469849,-0.07126614;0.00562295;-0.03590989,-0.1103655;-0.369929;0.006892037,-0.1351307;-0.7087764;0.09097034,-0.1385373;-0.7630872;0.03730385,0.009465184;0.3998082;0.003224633,7.143519
+0;0;0,0.004525898;0.1998816;0.005182517,0.01023278;0.4996569;-0.002742798,0.1233388;0.3653228;0.002713441,0.1611457;0.0884054;0.01966585,0.199442;-0.179898;-0.05066672,-0.1052812;0.3614342;0.003635599,-0.1608827;0.08706754;-0.001970817,-0.2188109;-0.1826912;-0.04966288,0.06946134;0.004802243;-0.03939621,0.08544461;-0.3714342;0.01150276,0.08654073;-0.7100021;0.1002187,0.09517425;-0.760861;0.04201814,-0.07025538;0.006058215;-0.037782,-0.1080787;-0.369745;0.003946897,-0.1257934;-0.7091088;0.08772276,-0.1252491;-0.6987477;-0.01032835,0.008407518;0.3998304;0.002855883,0;0;0,0.004603587;0.1998777;0.005265266,0.01198326;0.4996392;-0.002012594,0.1247335;0.3668545;0.008446079,0.1623827;0.08966637;0.02066275,0.2075875;-0.1792093;-0.04307421,-0.1047975;0.3632033;0.001196971,-0.1670638;0.09026417;-0.004014291,-0.2307078;-0.1772991;-0.05654344,0.07311317;0.00434463;-0.03218054,0.07599002;-0.3721064;0.01955246,0.08156218;-0.710674;0.1081015,0.09428736;-0.7569508;0.04469849,-0.07126614;0.00562295;-0.03590989,-0.1103655;-0.369929;0.006892037,-0.1351307;-0.7087764;0.09097034,-0.1385373;-0.7630872;0.03730385,0.009465184;0.3998082;0.003224633,7.165933
+0;0;0,0.004525898;0.1998816;0.005182517,0.01023278;0.4996569;-0.002742798,0.1233388;0.3653228;0.002713441,0.1611457;0.0884054;0.01966585,0.199442;-0.179898;-0.05066672,-0.1052812;0.3614342;0.003635599,-0.1608827;0.08706754;-0.001970817,-0.2188109;-0.1826912;-0.04966288,0.06946134;0.004802243;-0.03939621,0.08544461;-0.3714342;0.01150276,0.08654073;-0.7100021;0.1002187,0.09517425;-0.760861;0.04201814,-0.07025538;0.006058215;-0.037782,-0.1080787;-0.369745;0.003946897,-0.1257934;-0.7091088;0.08772276,-0.1252491;-0.6987477;-0.01032835,0.008407518;0.3998304;0.002855883,0;0;0,0.004497299;0.1998813;0.00521976,0.01177782;0.499645;-0.002079009,0.1245811;0.3669421;0.008499734,0.1621467;0.08973581;0.02056146,0.2073388;-0.1791444;-0.04316526,-0.1049303;0.3630876;0.001186666,-0.1671792;0.09014595;-0.004099472,-0.2311134;-0.1773831;-0.05645053,0.07310031;0.004358604;-0.03220788,0.0756778;-0.3721277;0.01928402,0.08134156;-0.7106445;0.1080212,0.09385122;-0.7570454;0.04472494,-0.07128058;0.00560892;-0.0358834,-0.1105543;-0.3699405;0.006780446,-0.135198;-0.7087855;0.09090357,-0.1388003;-0.7627732;0.03674544,0.009294681;0.3998131;0.003158119,7.199331
+0;0;0,0.004505469;0.1998822;0.005177293,0.01019565;0.4996575;-0.002760286,0.123305;0.3653265;0.002729455,0.1611289;0.08840999;0.01965945,0.1997321;-0.1798005;-0.0508596,-0.1052998;0.3613889;0.003701836,-0.1609447;0.08703059;-0.001880007,-0.2191998;-0.182624;-0.04976238,0.06945752;0.004811444;-0.03940182,0.08546113;-0.3714215;0.0115166,0.08661637;-0.7100493;0.1000031,0.09432819;-0.7621506;0.04343551,-0.07025192;0.006044568;-0.03779062,-0.1080711;-0.3697582;0.003946628,-0.1258466;-0.709114;0.087742,-0.1253217;-0.698756;-0.01030857,0.008372794;0.3998312;0.002840881,0;0;0,0.004475227;0.1998819;0.005214821,0.01170615;0.499646;-0.002113635,0.1245228;0.3669243;0.008428813,0.1621831;0.08973533;0.02059232,0.2074019;-0.1791596;-0.04305327,-0.1049958;0.3631145;0.001285422,-0.167107;0.09014568;-0.004212305,-0.2315721;-0.1772936;-0.0563704,0.07310277;0.004379748;-0.03219941,0.0756954;-0.3721368;0.01906996,0.08116931;-0.7106456;0.1078501,0.09397714;-0.7567838;0.0442975,-0.07127445;0.005584994;-0.0358993,-0.1104618;-0.3699904;0.006615017,-0.1352787;-0.7088767;0.09052087,-0.1376131;-0.7635211;0.03732421,0.009239495;0.3998144;0.003136057,7.222084
+0;0;0,0.004505469;0.1998822;0.005177293,0.01019565;0.4996575;-0.002760286,0.123305;0.3653265;0.002729455,0.1611289;0.08840999;0.01965945,0.1997321;-0.1798005;-0.0508596,-0.1052998;0.3613889;0.003701836,-0.1609447;0.08703059;-0.001880007,-0.2191998;-0.182624;-0.04976238,0.06945752;0.004811444;-0.03940182,0.08546113;-0.3714215;0.0115166,0.08661637;-0.7100493;0.1000031,0.09432819;-0.7621506;0.04343551,-0.07025192;0.006044568;-0.03779062,-0.1080711;-0.3697582;0.003946628,-0.1258466;-0.709114;0.087742,-0.1253217;-0.698756;-0.01030857,0.008372794;0.3998312;0.002840881,0;0;0,0.004435883;0.1998824;0.005228867,0.01160818;0.4996486;-0.002074121,0.124451;0.3669433;0.008433577,0.1620531;0.08974642;0.02059654,0.2074136;-0.1791487;-0.04294734,-0.1050847;0.3631484;0.001355798,-0.1672801;0.09019712;-0.00406228,-0.2327936;-0.1769893;-0.05620988,0.0731504;0.004403349;-0.03208786,0.07540539;-0.3721756;0.01873704,0.08099706;-0.710673;0.1075531,0.09380418;-0.7569706;0.04419185,-0.07126007;0.005558091;-0.035932,-0.1104689;-0.3700116;0.006612949,-0.1349093;-0.7089264;0.09051402,-0.1393104;-0.7627461;0.03615502,0.009161567;0.399816;0.003166196,7.244224
+0;0;0,0.004505469;0.1998822;0.005177293,0.01019565;0.4996575;-0.002760286,0.123305;0.3653265;0.002729455,0.1611289;0.08840999;0.01965945,0.1997321;-0.1798005;-0.0508596,-0.1052998;0.3613889;0.003701836,-0.1609447;0.08703059;-0.001880007,-0.2191998;-0.182624;-0.04976238,0.06945752;0.004811444;-0.03940182,0.08546113;-0.3714215;0.0115166,0.08661637;-0.7100493;0.1000031,0.09432819;-0.7621506;0.04343551,-0.07025192;0.006044568;-0.03779062,-0.1080711;-0.3697582;0.003946628,-0.1258466;-0.709114;0.087742,-0.1253217;-0.698756;-0.01030857,0.008372794;0.3998312;0.002840881,0;0;0,0.004387639;0.1998846;0.005187429,0.01149425;0.4996511;-0.002167332,0.1243416;0.3669172;0.008475548,0.1618637;0.08971459;0.02075588,0.2072137;-0.1791352;-0.04298704,-0.1052444;0.3633376;0.001588745,-0.1673424;0.09036666;-0.003950376,-0.2340388;-0.1764911;-0.05628118,0.07315573;0.0043849;-0.0320782,0.07542146;-0.3721991;0.01870875,0.08068592;-0.71071;0.1074931,0.09401121;-0.7564198;0.04353624,-0.07125781;0.00556701;-0.03593512,-0.110555;-0.3699994;0.006557118,-0.1349791;-0.7088932;0.09054789,-0.1397092;-0.7624684;0.03584123,0.009066061;0.3998188;0.003087925,7.277538
+0;0;0,0.004485983;0.199883;0.005165246,0.01014853;0.4996578;-0.002812425,0.1232627;0.3653258;0.002720054,0.1610932;0.08840922;0.01963325,0.1998294;-0.1797599;-0.05097011,-0.105401;0.3615639;0.003575439,-0.1616603;0.087322;-0.001547918,-0.2206473;-0.1821544;-0.04953797,0.06946407;0.00481859;-0.03938939,0.08544894;-0.3714031;0.01161726,0.08670289;-0.7100577;0.09999994,0.09416768;-0.7624496;0.04382294,-0.07024308;0.006040253;-0.03780774,-0.1080113;-0.3697475;0.004110739,-0.1258044;-0.7091118;0.08786806,-0.1234756;-0.7644361;0.03576861,0.008330951;0.399832;0.002800473,0;0;0,0.004366408;0.1998841;0.005222013,0.01141498;0.4996529;-0.002094302,0.124284;0.3669244;0.008568036,0.1617309;0.0897156;0.02093776,0.2072372;-0.1791298;-0.04271233,-0.1053003;0.3633319;0.00163918,-0.1676823;0.0904237;-0.00379857,-0.2361938;-0.1759782;-0.05610731,0.07316697;0.004406175;-0.03204965,0.07574653;-0.3722279;0.01834968,0.08047199;-0.710754;0.1071061,0.09426621;-0.756121;0.04284459,-0.07126033;0.005540789;-0.03593418,-0.1106679;-0.3700219;0.006488707,-0.1351352;-0.7089461;0.09034389,-0.139576;-0.7630792;0.0364746,0.009007945;0.3998195;0.003150892,7.300256
+0;0;0,0.004485983;0.199883;0.005165246,0.01014853;0.4996578;-0.002812425,0.1232627;0.3653258;0.002720054,0.1610932;0.08840922;0.01963325,0.1998294;-0.1797599;-0.05097011,-0.105401;0.3615639;0.003575439,-0.1616603;0.087322;-0.001547918,-0.2206473;-0.1821544;-0.04953797,0.06946407;0.00481859;-0.03938939,0.08544894;-0.3714031;0.01161726,0.08670289;-0.7100577;0.09999994,0.09416768;-0.7624496;0.04382294,-0.07024308;0.006040253;-0.03780774,-0.1080113;-0.3697475;0.004110739,-0.1258044;-0.7091118;0.08786806,-0.1234756;-0.7644361;0.03576861,0.008330951;0.399832;0.002800473,0;0;0,0.004366408;0.1998841;0.005222013,0.01141498;0.4996529;-0.002094302,0.124284;0.3669244;0.008568036,0.1617309;0.0897156;0.02093776,0.2072372;-0.1791298;-0.04271233,-0.1053003;0.3633319;0.00163918,-0.1676823;0.0904237;-0.00379857,-0.2361938;-0.1759782;-0.05610731,0.07316697;0.004406175;-0.03204965,0.07574653;-0.3722279;0.01834968,0.08047199;-0.710754;0.1071061,0.09426621;-0.756121;0.04284459,-0.07126033;0.005540789;-0.03593418,-0.1106679;-0.3700219;0.006488707,-0.1351352;-0.7089461;0.09034389,-0.139576;-0.7630792;0.0364746,0.009007945;0.3998195;0.003150892,7.334218
+0;0;0,0.004485983;0.199883;0.005165246,0.01014853;0.4996578;-0.002812425,0.1232627;0.3653258;0.002720054,0.1610932;0.08840922;0.01963325,0.1998294;-0.1797599;-0.05097011,-0.105401;0.3615639;0.003575439,-0.1616603;0.087322;-0.001547918,-0.2206473;-0.1821544;-0.04953797,0.06946407;0.00481859;-0.03938939,0.08544894;-0.3714031;0.01161726,0.08670289;-0.7100577;0.09999994,0.09416768;-0.7624496;0.04382294,-0.07024308;0.006040253;-0.03780774,-0.1080113;-0.3697475;0.004110739,-0.1258044;-0.7091118;0.08786806,-0.1234756;-0.7644361;0.03576861,0.008330951;0.399832;0.002800473,0;0;0,0.004333558;0.1998847;0.005229676,0.01132692;0.4996546;-0.002088631,0.1242124;0.3669232;0.008590903,0.1617907;0.0897454;0.02125207,0.2070422;-0.1791148;-0.04251708,-0.1053774;0.3633534;0.001696037,-0.1683322;0.09057513;-0.00366345,-0.2387633;-0.1752452;-0.05637964,0.07318863;0.004438326;-0.03199572,0.07579859;-0.372235;0.01810794,0.08026864;-0.710786;0.1067826,0.09407215;-0.7562708;0.04266144,-0.07125532;0.005510082;-0.03594882,-0.1107585;-0.3700471;0.006433487,-0.1353787;-0.7089787;0.09021435,-0.139734;-0.7634187;0.03682039,0.008937826;0.3998209;0.003158866,7.368207
+0;0;0,0.004457829;0.1998842;0.005140703,0.01011593;0.4996585;-0.002870004,0.1232217;0.3653086;0.002671972,0.1612089;0.08841497;0.01960864,0.19985;-0.1797585;-0.05103051,-0.1054207;0.361519;0.00358377,-0.1621909;0.0873729;-0.001004113,-0.22272;-0.1817805;-0.04888647,0.06947669;0.004824709;-0.03936637,0.08545667;-0.3713924;0.01167582,0.08716227;-0.710106;0.09982446,0.09372836;-0.7634383;0.04493708,-0.0702014;0.006029226;-0.03788684,-0.107966;-0.3697788;0.003852721,-0.1258054;-0.7090895;0.08781672,-0.1236885;-0.7644644;0.0357913,0.008295352;0.3998331;0.002748808,0;0;0,0.004300875;0.1998851;0.005238726,0.01124374;0.4996563;-0.002073074,0.1241401;0.366912;0.00864907,0.1618485;0.08975083;0.02128937,0.2073335;-0.1792064;-0.04190196,-0.1054298;0.3633077;0.001766269,-0.1691392;0.09070075;-0.00338968,-0.2412582;-0.17464;-0.05623969,0.07319448;0.004443376;-0.03198161,0.07566513;-0.3722391;0.01806018,0.08007969;-0.7107887;0.1067432,0.09383009;-0.7564307;0.04279623,-0.07125868;0.005502407;-0.03594334,-0.1108176;-0.3700465;0.006460812,-0.1354555;-0.7089909;0.09018441,-0.1408549;-0.7633437;0.03674788,0.008871164;0.3998222;0.003172952,7.391074
+0;0;0,0.004457829;0.1998842;0.005140703,0.01011593;0.4996585;-0.002870004,0.1232217;0.3653086;0.002671972,0.1612089;0.08841497;0.01960864,0.19985;-0.1797585;-0.05103051,-0.1054207;0.361519;0.00358377,-0.1621909;0.0873729;-0.001004113,-0.22272;-0.1817805;-0.04888647,0.06947669;0.004824709;-0.03936637,0.08545667;-0.3713924;0.01167582,0.08716227;-0.710106;0.09982446,0.09372836;-0.7634383;0.04493708,-0.0702014;0.006029226;-0.03788684,-0.107966;-0.3697788;0.003852721,-0.1258054;-0.7090895;0.08781672,-0.1236885;-0.7644644;0.0357913,0.008295352;0.3998331;0.002748808,0;0;0,0.004261483;0.1998864;0.005221947,0.01115054;0.4996581;-0.002120738,0.1240594;0.3669132;0.008686163,0.1618125;0.08976609;0.02150014,0.2071122;-0.1792527;-0.04156203,-0.1055205;0.363349;0.001837822,-0.1702234;0.09096941;-0.002944109,-0.2439965;-0.1738485;-0.05613239,0.07322064;0.004452845;-0.03192036,0.0756226;-0.3722717;0.01780723,0.08020459;-0.7107422;0.1067828,0.09349385;-0.7566575;0.04306257,-0.07124782;0.00548736;-0.03596714,-0.1106866;-0.3700486;0.006662786,-0.1355923;-0.709029;0.09016149,-0.1405983;-0.7632413;0.03646577,0.008794274;0.3998242;0.003135578,7.414739
+0;0;0,0.004457829;0.1998842;0.005140703,0.01011593;0.4996585;-0.002870004,0.1232217;0.3653086;0.002671972,0.1612089;0.08841497;0.01960864,0.19985;-0.1797585;-0.05103051,-0.1054207;0.361519;0.00358377,-0.1621909;0.0873729;-0.001004113,-0.22272;-0.1817805;-0.04888647,0.06947669;0.004824709;-0.03936637,0.08545667;-0.3713924;0.01167582,0.08716227;-0.710106;0.09982446,0.09372836;-0.7634383;0.04493708,-0.0702014;0.006029226;-0.03788684,-0.107966;-0.3697788;0.003852721,-0.1258054;-0.7090895;0.08781672,-0.1236885;-0.7644644;0.0357913,0.008295352;0.3998331;0.002748808,0;0;0,0.004198175;0.1998878;0.005221207,0.01101788;0.4996616;-0.002106576,0.1239546;0.3669205;0.008661036,0.1617262;0.08978313;0.02162874,0.2071309;-0.1792703;-0.04120978,-0.1056156;0.3633106;0.001873534,-0.1713381;0.09117267;-0.002763665,-0.2467917;-0.1732065;-0.05577693,0.07320011;0.004483114;-0.0319632,0.07570549;-0.3722356;0.01780382,0.08028395;-0.7107639;0.1065599,0.09234973;-0.7564036;0.04227112,-0.07127701;0.00545966;-0.03591349,-0.1105771;-0.3701194;0.00646431,-0.1361655;-0.7091091;0.08971825,-0.1403879;-0.7639447;0.03694437,0.008686543;0.3998266;0.003140753,7.448831
+0;0;0,0.004427029;0.199885;0.005137524,0.0100884;0.4996592;-0.002882864,0.1231837;0.3652869;0.002665721,0.1613191;0.08841398;0.01960795,0.1997949;-0.1798034;-0.05095433,-0.1054562;0.3615343;0.003654166,-0.1625737;0.08745769;-0.0007706773,-0.2261907;-0.1811217;-0.04786646,0.06949472;0.004809737;-0.03933638,0.08540248;-0.3714209;0.01162927,0.08700256;-0.7101296;0.09979856,0.09349808;-0.7649243;0.04718988,-0.07014313;0.006058206;-0.03798999,-0.1078903;-0.369757;0.003700189,-0.1258645;-0.7090536;0.08769289,-0.122517;-0.7641731;0.03531465,0.008264083;0.3998337;0.002735086,0;0;0,0.00415746;0.1998881;0.005239662,0.01089178;0.4996638;-0.00208469,0.1238492;0.3668807;0.008613459,0.1615874;0.08975208;0.02186318,0.2070692;-0.1793065;-0.04089748,-0.1056802;0.3632097;0.001941052,-0.1730571;0.09147641;-0.002680424,-0.2503032;-0.1723517;-0.05585715,0.07322261;0.004485177;-0.0319113,0.07553015;-0.3722767;0.01753724,0.08011817;-0.7107786;0.1063933,0.09211469;-0.7567353;0.04246625,-0.07126708;0.005450241;-0.03593463,-0.1107676;-0.3701183;0.006349858,-0.1365192;-0.7090911;0.08962217,-0.1401674;-0.7640784;0.0370497,0.008589583;0.3998283;0.003164948,7.47149
+0;0;0,0.004427029;0.199885;0.005137524,0.0100884;0.4996592;-0.002882864,0.1231837;0.3652869;0.002665721,0.1613191;0.08841398;0.01960795,0.1997949;-0.1798034;-0.05095433,-0.1054562;0.3615343;0.003654166,-0.1625737;0.08745769;-0.0007706773,-0.2261907;-0.1811217;-0.04786646,0.06949472;0.004809737;-0.03933638,0.08540248;-0.3714209;0.01162927,0.08700256;-0.7101296;0.09979856,0.09349808;-0.7649243;0.04718988,-0.07014313;0.006058206;-0.03798999,-0.1078903;-0.369757;0.003700189,-0.1258645;-0.7090536;0.08769289,-0.122517;-0.7641731;0.03531465,0.008264083;0.3998337;0.002735086,0;0;0,0.00415746;0.1998881;0.005239662,0.01089178;0.4996638;-0.00208469,0.1238492;0.3668807;0.008613459,0.1615874;0.08975208;0.02186318,0.2070692;-0.1793065;-0.04089748,-0.1056802;0.3632097;0.001941052,-0.1730571;0.09147641;-0.002680424,-0.2503032;-0.1723517;-0.05585715,0.07322261;0.004485177;-0.0319113,0.07553015;-0.3722767;0.01753724,0.08011817;-0.7107786;0.1063933,0.09211469;-0.7567353;0.04246625,-0.07126708;0.005450241;-0.03593463,-0.1107676;-0.3701183;0.006349858,-0.1365192;-0.7090911;0.08962217,-0.1401674;-0.7640784;0.0370497,0.008589583;0.3998283;0.003164948,7.494648
+0;0;0,0.004427029;0.199885;0.005137524,0.0100884;0.4996592;-0.002882864,0.1231837;0.3652869;0.002665721,0.1613191;0.08841398;0.01960795,0.1997949;-0.1798034;-0.05095433,-0.1054562;0.3615343;0.003654166,-0.1625737;0.08745769;-0.0007706773,-0.2261907;-0.1811217;-0.04786646,0.06949472;0.004809737;-0.03933638,0.08540248;-0.3714209;0.01162927,0.08700256;-0.7101296;0.09979856,0.09349808;-0.7649243;0.04718988,-0.07014313;0.006058206;-0.03798999,-0.1078903;-0.369757;0.003700189,-0.1258645;-0.7090536;0.08769289,-0.122517;-0.7641731;0.03531465,0.008264083;0.3998337;0.002735086,0;0;0,0.004115182;0.1998885;0.005258692,0.01078925;0.4996661;-0.002042179,0.1237513;0.3668222;0.008596048,0.1616078;0.08971423;0.02194113,0.2071379;-0.1793528;-0.04074834,-0.105753;0.3631768;0.002036093,-0.1744874;0.0917857;-0.002703125,-0.2546268;-0.1711584;-0.05597688,0.0732335;0.004490312;-0.03188559,0.07551147;-0.3722897;0.01742619,0.07992561;-0.7107873;0.1063073,0.09223785;-0.7573576;0.04317722,-0.07125974;0.005441786;-0.03595047,-0.1105804;-0.3701988;0.005858526,-0.1367609;-0.7091003;0.0892875,-0.1403075;-0.7641107;0.03674559,0.008506388;0.3998297;0.003199479,7.528524
+0;0;0,0.004395736;0.1998855;0.005144919,0.01004964;0.4996601;-0.002869618,0.1231297;0.3652354;0.002627016,0.161297;0.0883674;0.01957809,0.1998269;-0.1798605;-0.05091469,-0.1054941;0.3615347;0.003694839,-0.163642;0.08766541;-0.00010768,-0.2311448;-0.1801012;-0.04641556,0.06950609;0.00480896;-0.03931636,0.08533202;-0.3714264;0.01163917,0.0870281;-0.7101172;0.09987582,0.09327484;-0.7651221;0.04757717,-0.07011262;0.006056219;-0.03804657,-0.1078607;-0.3697462;0.003757637,-0.1258529;-0.7090777;0.08760522,-0.1225769;-0.7643929;0.03554177,0.008225815;0.3998344;0.002743706,0;0;0,0.003976349;0.1998928;0.005200597,0.01054676;0.4996724;-0.002130044,0.1235325;0.3667921;0.008521302,0.1616042;0.08973134;0.02222743,0.2067332;-0.1793971;-0.04048831,-0.1059115;0.3630255;0.002048254,-0.1760098;0.09198374;-0.002706039,-0.2580805;-0.1704043;-0.05578097,0.07322113;0.004520224;-0.03190976,0.07537929;-0.3722398;0.01755913,0.07972444;-0.7107836;0.1062679,0.09214699;-0.7565432;0.04218852,-0.07126313;0.005407527;-0.03594891,-0.1108735;-0.3702213;0.005692463,-0.1370047;-0.7091058;0.08920577,-0.1406629;-0.7633579;0.03546375,0.008298438;0.3998352;0.003112367,7.551132
+0;0;0,0.004395736;0.1998855;0.005144919,0.01004964;0.4996601;-0.002869618,0.1231297;0.3652354;0.002627016,0.161297;0.0883674;0.01957809,0.1998269;-0.1798605;-0.05091469,-0.1054941;0.3615347;0.003694839,-0.163642;0.08766541;-0.00010768,-0.2311448;-0.1801012;-0.04641556,0.06950609;0.00480896;-0.03931636,0.08533202;-0.3714264;0.01163917,0.0870281;-0.7101172;0.09987582,0.09327484;-0.7651221;0.04757717,-0.07011262;0.006056219;-0.03804657,-0.1078607;-0.3697462;0.003757637,-0.1258529;-0.7090777;0.08760522,-0.1225769;-0.7643929;0.03554177,0.008225815;0.3998344;0.002743706,0;0;0,0.003934666;0.1998938;0.005194874,0.01045736;0.4996741;-0.002151594,0.1234526;0.3667865;0.008495204,0.1615498;0.08973327;0.02228492,0.2067406;-0.1794241;-0.04026167,-0.1059798;0.3629936;0.002120193,-0.1776712;0.09236819;-0.002592494,-0.2619134;-0.1694182;-0.05523403,0.07322999;0.004558424;-0.03188399,0.07535183;-0.3721849;0.01771435,0.07963823;-0.7107607;0.1063036,0.09294913;-0.7578347;0.04399451,-0.07126199;0.005374863;-0.03595606,-0.1106189;-0.3702886;0.005612589,-0.1371807;-0.7091665;0.0890167,-0.1399012;-0.7635691;0.03545551,0.008220138;0.3998369;0.003095875,7.584501
+0;0;0,0.004395736;0.1998855;0.005144919,0.01004964;0.4996601;-0.002869618,0.1231297;0.3652354;0.002627016,0.161297;0.0883674;0.01957809,0.1998269;-0.1798605;-0.05091469,-0.1054941;0.3615347;0.003694839,-0.163642;0.08766541;-0.00010768,-0.2311448;-0.1801012;-0.04641556,0.06950609;0.00480896;-0.03931636,0.08533202;-0.3714264;0.01163917,0.0870281;-0.7101172;0.09987582,0.09327484;-0.7651221;0.04757717,-0.07011262;0.006056219;-0.03804657,-0.1078607;-0.3697462;0.003757637,-0.1258529;-0.7090777;0.08760522,-0.1225769;-0.7643929;0.03554177,0.008225815;0.3998344;0.002743706,0;0;0,0.003912184;0.199895;0.005165653,0.01037337;0.4996754;-0.002228338,0.1233949;0.3668163;0.008480058,0.1615356;0.08977389;0.02236627,0.2067097;-0.1793841;-0.04018988,-0.1060446;0.3629958;0.002197778,-0.1798225;0.09292912;-0.002365723,-0.2659288;-0.1682286;-0.05511371,0.07320724;0.00454701;-0.03193782,0.07526913;-0.3722055;0.01759255,0.07947645;-0.710832;0.1059916,0.0928221;-0.7578385;0.04360648,-0.07127339;0.005386741;-0.03593171,-0.1108287;-0.3702775;0.005441561,-0.137262;-0.7090686;0.0892383,-0.1407073;-0.7635921;0.03590988,0.008156586;0.3998386;0.003034543,7.617999
+0;0;0,0.004343288;0.1998868;0.00513879,0.009980028;0.499661;-0.002903936,0.1230705;0.365258;0.002641757,0.1613655;0.08839476;0.01938184,0.1995988;-0.17999;-0.05067399,-0.1055629;0.361547;0.003737283,-0.1658111;0.0881241;0.0005661966,-0.2385868;-0.1784236;-0.04477708,0.06952811;0.004799302;-0.03927861,0.08521302;-0.3714434;0.01166661,0.08699706;-0.7101755;0.0997427,0.09530755;-0.7643723;0.04643381,-0.07005566;0.006067256;-0.03814962,-0.1080076;-0.3697017;0.003771335,-0.1259625;-0.7090286;0.08764523,-0.1254669;-0.6986803;-0.01040356,0.008160167;0.3998357;0.00271726,0;0;0,0.003843799;0.1998972;0.005130489,0.0102526;0.499678;-0.002299779,0.1232941;0.3668764;0.00851952,0.1614278;0.08982939;0.02233124,0.2066987;-0.1793223;-0.04018195,-0.1061577;0.3629971;0.002349833,-0.1815375;0.09337127;-0.002103434,-0.2701614;-0.1669721;-0.0547068,0.07321656;0.004578789;-0.0319119,0.07522401;-0.3721762;0.01760203,0.07973464;-0.7108085;0.1059637,0.09236934;-0.7588674;0.04474951,-0.07126582;0.005355449;-0.03595139,-0.1109911;-0.3702997;0.005341627,-0.1375516;-0.7090859;0.08911772,-0.1406263;-0.76359;0.03573586,0.008044284;0.3998415;0.002971379,7.640541
+0;0;0,0.004343288;0.1998868;0.00513879,0.009980028;0.499661;-0.002903936,0.1230705;0.365258;0.002641757,0.1613655;0.08839476;0.01938184,0.1995988;-0.17999;-0.05067399,-0.1055629;0.361547;0.003737283,-0.1658111;0.0881241;0.0005661966,-0.2385868;-0.1784236;-0.04477708,0.06952811;0.004799302;-0.03927861,0.08521302;-0.3714434;0.01166661,0.08699706;-0.7101755;0.0997427,0.09530755;-0.7643723;0.04643381,-0.07005566;0.006067256;-0.03814962,-0.1080076;-0.3697017;0.003771335,-0.1259625;-0.7090286;0.08764523,-0.1254669;-0.6986803;-0.01040356,0.008160167;0.3998357;0.00271726,0;0;0,0.003843799;0.1998972;0.005130489,0.0102526;0.499678;-0.002299779,0.1232941;0.3668764;0.00851952,0.1614278;0.08982939;0.02233124,0.2066987;-0.1793223;-0.04018195,-0.1061577;0.3629971;0.002349833,-0.1815375;0.09337127;-0.002103434,-0.2701614;-0.1669721;-0.0547068,0.07321656;0.004578789;-0.0319119,0.07522401;-0.3721762;0.01760203,0.07973464;-0.7108085;0.1059637,0.09236934;-0.7588674;0.04474951,-0.07126582;0.005355449;-0.03595139,-0.1109911;-0.3702997;0.005341627,-0.1375516;-0.7090859;0.08911772,-0.1406263;-0.76359;0.03573586,0.008044284;0.3998415;0.002971379,7.662642
+0;0;0,0.004343288;0.1998868;0.00513879,0.009980028;0.499661;-0.002903936,0.1230705;0.365258;0.002641757,0.1613655;0.08839476;0.01938184,0.1995988;-0.17999;-0.05067399,-0.1055629;0.361547;0.003737283,-0.1658111;0.0881241;0.0005661966,-0.2385868;-0.1784236;-0.04477708,0.06952811;0.004799302;-0.03927861,0.08521302;-0.3714434;0.01166661,0.08699706;-0.7101755;0.0997427,0.09530755;-0.7643723;0.04643381,-0.07005566;0.006067256;-0.03814962,-0.1080076;-0.3697017;0.003771335,-0.1259625;-0.7090286;0.08764523,-0.1254669;-0.6986803;-0.01040356,0.008160167;0.3998357;0.00271726,0;0;0,0.00379498;0.1998976;0.005153545,0.01013422;0.4996815;-0.002218743,0.123215;0.3669108;0.008529397,0.1615909;0.08990017;0.02240058,0.2067789;-0.1792186;-0.04031415,-0.1062352;0.3629569;0.002457896,-0.1832667;0.09378928;-0.001409135,-0.2756593;-0.1648614;-0.05584679,0.07321092;0.004615868;-0.03191949,0.0753148;-0.3721212;0.01772733,0.07982098;-0.7107952;0.1059292,0.09208804;-0.7587844;0.04455153,-0.07127051;0.005312936;-0.03594839,-0.1110797;-0.3703367;0.005313996,-0.1376862;-0.7091127;0.08911653,-0.1406195;-0.7637058;0.03586798,0.007953582;0.399843;0.003028173,7.696317
+0;0;0,0.004299135;0.1998883;0.005115563,0.009915082;0.4996616;-0.002983892,0.1230175;0.3652836;0.002643164,0.1613932;0.0884206;0.01920141,0.1991366;-0.1800611;-0.05074852,-0.1056328;0.3615805;0.003798457,-0.1702718;0.08916175;0.0006651853,-0.2466581;-0.1765432;-0.04367441,0.06955558;0.004806846;-0.03922901,0.08506564;-0.3714691;0.01152389,0.08704697;-0.7100956;0.1000004,0.09471009;-0.76443;0.04681217,-0.07001611;0.006046691;-0.03822541,-0.10804;-0.3697101;0.003738731,-0.1260026;-0.7090088;0.0877253,-0.1255261;-0.6986645;-0.01032279,0.008099911;0.3998371;0.002653358,0;0;0,0.003779175;0.1998981;0.005145156,0.0100843;0.4996823;-0.002245743,0.123174;0.3669078;0.008507354,0.1616432;0.0899083;0.02234251,0.2068261;-0.1792793;-0.0400799,-0.1062799;0.362971;0.002518228,-0.1855898;0.09445578;-0.0005664404,-0.2806671;-0.162879;-0.05659407,0.07321801;0.004614413;-0.03190343,0.07538114;-0.372137;0.01763129,0.0797489;-0.7108178;0.1058142,0.09268884;-0.7592385;0.0451285,-0.07126413;0.005312778;-0.03596107,-0.1108276;-0.37037;0.005236316,-0.1377506;-0.7091511;0.08891696,-0.1408071;-0.7636347;0.03550176,0.007913607;0.3998439;0.003007343,7.71892
+0;0;0,0.004299135;0.1998883;0.005115563,0.009915082;0.4996616;-0.002983892,0.1230175;0.3652836;0.002643164,0.1613932;0.0884206;0.01920141,0.1991366;-0.1800611;-0.05074852,-0.1056328;0.3615805;0.003798457,-0.1702718;0.08916175;0.0006651853,-0.2466581;-0.1765432;-0.04367441,0.06955558;0.004806846;-0.03922901,0.08506564;-0.3714691;0.01152389,0.08704697;-0.7100956;0.1000004,0.09471009;-0.76443;0.04681217,-0.07001611;0.006046691;-0.03822541,-0.10804;-0.3697101;0.003738731,-0.1260026;-0.7090088;0.0877253,-0.1255261;-0.6986645;-0.01032279,0.008099911;0.3998371;0.002653358,0;0;0,0.003729768;0.1998988;0.005151677,0.01000108;0.4996838;-0.00223851,0.1231016;0.3669153;0.008506805,0.1615919;0.08991843;0.02233647,0.20678;-0.1792619;-0.04011336,-0.1063456;0.3629451;0.002534298,-0.188118;0.09517196;-0.000759548,-0.2852582;-0.1614372;-0.05657656,0.07322365;0.004603174;-0.03189213,0.0755707;-0.3721451;0.01765832,0.07958259;-0.7108007;0.1059548,0.09141853;-0.7561893;0.04132921,-0.07125206;0.00532562;-0.03598306,-0.1108773;-0.3703516;0.005204849,-0.1378994;-0.7091166;0.08891933,-0.1404494;-0.7635058;0.03532866,0.007839115;0.3998452;0.003013316,7.752044
+0;0;0,0.004299135;0.1998883;0.005115563,0.009915082;0.4996616;-0.002983892,0.1230175;0.3652836;0.002643164,0.1613932;0.0884206;0.01920141,0.1991366;-0.1800611;-0.05074852,-0.1056328;0.3615805;0.003798457,-0.1702718;0.08916175;0.0006651853,-0.2466581;-0.1765432;-0.04367441,0.06955558;0.004806846;-0.03922901,0.08506564;-0.3714691;0.01152389,0.08704697;-0.7100956;0.1000004,0.09471009;-0.76443;0.04681217,-0.07001611;0.006046691;-0.03822541,-0.10804;-0.3697101;0.003738731,-0.1260026;-0.7090088;0.0877253,-0.1255261;-0.6986645;-0.01032279,0.008099911;0.3998371;0.002653358,0;0;0,0.003646338;0.1999009;0.005132346,0.009869705;0.4996867;-0.002271353,0.1229847;0.3669237;0.008463034,0.1615306;0.0899345;0.02228871,0.2068834;-0.1791578;-0.04042054,-0.1064421;0.3628767;0.002603496,-0.1912562;0.09604922;-0.000501635,-0.29085;-0.1595367;-0.05668819,0.07321011;0.004619496;-0.03192085,0.07555715;-0.3721263;0.0176478,0.0794745;-0.7107968;0.1058916,0.09219868;-0.756376;0.04165848,-0.07126603;0.005308039;-0.035958,-0.1108591;-0.3703761;0.005198628,-0.1380771;-0.709125;0.08891422,-0.1405081;-0.7636803;0.03558038,0.007720029;0.3998478;0.0029804,7.785774
+0;0;0,0.004219203;0.1998892;0.005150122,0.009807363;0.4996636;-0.002923544,0.1229578;0.3654275;0.002738052,0.1612425;0.08854893;0.01924679,0.1988707;-0.1799773;-0.05059421,-0.1058324;0.3618692;0.0037501,-0.1759037;0.09078738;0.00159067,-0.262071;-0.1717377;-0.04374993,0.06957987;0.0048061;-0.03918601,0.08475891;-0.3714893;0.01152291,0.08711192;-0.7100914;0.1000842,0.09441483;-0.7640333;0.04622864,-0.07000374;0.006041498;-0.03824887,-0.1083034;-0.3696907;0.003684983,-0.1258032;-0.7088849;0.08818968,-0.1252714;-0.6985331;-0.009859629,0.007997442;0.3998385;0.002704678,0;0;0,0.003593787;0.1999021;0.005120608,0.009742139;0.4996889;-0.002306143,0.1228788;0.366933;0.008432094,0.1613773;0.08993608;0.02223732,0.2068627;-0.1790975;-0.04062778,-0.1065437;0.3628581;0.002686226,-0.1940151;0.09688649;-0.0001170195,-0.2956823;-0.1576796;-0.05721249,0.07319356;0.004630886;-0.03195712,0.07544502;-0.3721216;0.01756564,0.07899692;-0.71071;0.1061391,0.09162024;-0.7586296;0.04474535,-0.07127526;0.005295755;-0.0359415,-0.1106914;-0.3704385;0.004925415,-0.1383255;-0.7091542;0.08863926,-0.1396562;-0.7638121;0.03542952,0.007611972;0.39985;0.002953009,7.819022
+0;0;0,0.004219203;0.1998892;0.005150122,0.009807363;0.4996636;-0.002923544,0.1229578;0.3654275;0.002738052,0.1612425;0.08854893;0.01924679,0.1988707;-0.1799773;-0.05059421,-0.1058324;0.3618692;0.0037501,-0.1759037;0.09078738;0.00159067,-0.262071;-0.1717377;-0.04374993,0.06957987;0.0048061;-0.03918601,0.08475891;-0.3714893;0.01152291,0.08711192;-0.7100914;0.1000842,0.09441483;-0.7640333;0.04622864,-0.07000374;0.006041498;-0.03824887,-0.1083034;-0.3696907;0.003684983,-0.1258032;-0.7088849;0.08818968,-0.1252714;-0.6985331;-0.009859629,0.007997442;0.3998385;0.002704678,0;0;0,0.003567892;0.1999032;0.00509795,0.009681396;0.4996901;-0.002356226,0.1228303;0.3669464;0.008374683,0.1615183;0.089975;0.02216258,0.2069334;-0.1790347;-0.04085502,-0.1066018;0.3628754;0.00279623,-0.1971362;0.09792906;0.0001549642,-0.3018735;-0.1552316;-0.05763584,0.07316729;0.004671322;-0.03201131,0.07547665;-0.3720892;0.01744752,0.07902868;-0.7107241;0.1058429,0.09120695;-0.7585717;0.04426812,-0.07130793;0.005238342;-0.03588506,-0.1106367;-0.3705143;0.004897173,-0.13855;-0.7092272;0.08852963,-0.1409393;-0.7636679;0.03501261,0.0075593;0.3998514;0.002909982,7.852437
+0;0;0,0.004219203;0.1998892;0.005150122,0.009807363;0.4996636;-0.002923544,0.1229578;0.3654275;0.002738052,0.1612425;0.08854893;0.01924679,0.1988707;-0.1799773;-0.05059421,-0.1058324;0.3618692;0.0037501,-0.1759037;0.09078738;0.00159067,-0.262071;-0.1717377;-0.04374993,0.06957987;0.0048061;-0.03918601,0.08475891;-0.3714893;0.01152291,0.08711192;-0.7100914;0.1000842,0.09441483;-0.7640333;0.04622864,-0.07000374;0.006041498;-0.03824887,-0.1083034;-0.3696907;0.003684983,-0.1258032;-0.7088849;0.08818968,-0.1252714;-0.6985331;-0.009859629,0.007997442;0.3998385;0.002704678,0;0;0,0.003521926;0.1999039;0.00510095,0.009569019;0.4996914;-0.002374382,0.1227633;0.3669633;0.008345331,0.1613729;0.08997217;0.02195376,0.2069372;-0.179043;-0.04093302,-0.106654;0.3628134;0.002890557,-0.199627;0.09870976;0.0005854876,-0.3066871;-0.1535533;-0.05687336,0.07316083;0.004669544;-0.03202636,0.07548561;-0.3720834;0.01748948,0.07894912;-0.7107895;0.1056152,0.09107329;-0.7587479;0.04417025,-0.07131095;0.005241694;-0.03587859,-0.1105712;-0.3705491;0.004616953,-0.1386722;-0.7092106;0.08839463,-0.1410986;-0.7636834;0.03493007,0.007486653;0.3998526;0.002905639,7.886011
+0;0;0,0.004123691;0.19989;0.005195411,0.009666187;0.4996665;-0.002832673,0.1228573;0.3655299;0.002857387,0.1609705;0.08862677;0.01935044,0.1981767;-0.1799568;-0.05049626,-0.1059563;0.3618527;0.003889612,-0.1809275;0.09207997;0.002478858,-0.2727766;-0.1687635;-0.04138958,0.06958894;0.004785114;-0.03917246,0.08435531;-0.371498;0.01174856,0.08634897;-0.7101836;0.09999862,0.09457009;-0.7632427;0.04492041,-0.07002012;0.006053119;-0.03821705,-0.1088008;-0.3697042;0.003044482,-0.1262533;-0.7087961;0.08796838,-0.1257335;-0.6984388;-0.01008209,0.007866876;0.3998404;0.002780441,0;0;0,0.003557477;0.1999024;0.005134732,0.009643014;0.4996901;-0.0022962,0.1228129;0.3668981;0.008319322,0.1614422;0.08991081;0.02195029,0.2070336;-0.1790848;-0.04100025,-0.1065792;0.3627765;0.003069767,-0.2023211;0.09965956;0.00134873,-0.3127237;-0.1513161;-0.05541822,0.07316154;0.004659325;-0.03202623,0.07557925;-0.3720827;0.01756855,0.07893905;-0.7107022;0.1060306,0.09095702;-0.7581763;0.04395529,-0.07130858;0.005251476;-0.03588188,-0.1105578;-0.3705432;0.004588231,-0.1386453;-0.70921;0.08834929,-0.1438082;-0.7622296;0.03284162,0.007550028;0.3998509;0.002972713,7.908632
+0;0;0,0.004123691;0.19989;0.005195411,0.009666187;0.4996665;-0.002832673,0.1228573;0.3655299;0.002857387,0.1609705;0.08862677;0.01935044,0.1981767;-0.1799568;-0.05049626,-0.1059563;0.3618527;0.003889612,-0.1809275;0.09207997;0.002478858,-0.2727766;-0.1687635;-0.04138958,0.06958894;0.004785114;-0.03917246,0.08435531;-0.371498;0.01174856,0.08634897;-0.7101836;0.09999862,0.09457009;-0.7632427;0.04492041,-0.07002012;0.006053119;-0.03821705,-0.1088008;-0.3697042;0.003044482,-0.1262533;-0.7087961;0.08796838,-0.1257335;-0.6984388;-0.01008209,0.007866876;0.3998404;0.002780441,0;0;0,0.003557477;0.1999024;0.005134732,0.009643014;0.4996901;-0.0022962,0.1228129;0.3668981;0.008319322,0.1614422;0.08991081;0.02195029,0.2070336;-0.1790848;-0.04100025,-0.1065792;0.3627765;0.003069767,-0.2023211;0.09965956;0.00134873,-0.3127237;-0.1513161;-0.05541822,0.07316154;0.004659325;-0.03202623,0.07557925;-0.3720827;0.01756855,0.07893905;-0.7107022;0.1060306,0.09095702;-0.7581763;0.04395529,-0.07130858;0.005251476;-0.03588188,-0.1105578;-0.3705432;0.004588231,-0.1386453;-0.70921;0.08834929,-0.1438082;-0.7622296;0.03284162,0.007550028;0.3998509;0.002972713,7.930882
+0;0;0,0.004123691;0.19989;0.005195411,0.009666187;0.4996665;-0.002832673,0.1228573;0.3655299;0.002857387,0.1609705;0.08862677;0.01935044,0.1981767;-0.1799568;-0.05049626,-0.1059563;0.3618527;0.003889612,-0.1809275;0.09207997;0.002478858,-0.2727766;-0.1687635;-0.04138958,0.06958894;0.004785114;-0.03917246,0.08435531;-0.371498;0.01174856,0.08634897;-0.7101836;0.09999862,0.09457009;-0.7632427;0.04492041,-0.07002012;0.006053119;-0.03821705,-0.1088008;-0.3697042;0.003044482,-0.1262533;-0.7087961;0.08796838,-0.1257335;-0.6984388;-0.01008209,0.007866876;0.3998404;0.002780441,0;0;0,0.003555626;0.1999023;0.005141771,0.009620694;0.4996903;-0.002287088,0.1228063;0.3669267;0.008314454,0.1614402;0.08993766;0.02189842,0.2070446;-0.1789714;-0.04141166,-0.1066225;0.362863;0.003146381,-0.2052566;0.1008149;0.001691742,-0.3185718;-0.1489016;-0.0548887,0.07315758;0.004648676;-0.03203684,0.07566185;-0.3720613;0.01779554,0.07878847;-0.7105294;0.1068438,0.09089125;-0.7572919;0.04390705,-0.07131337;0.005261173;-0.03587094,-0.1104834;-0.3705749;0.004290916,-0.1387762;-0.7092054;0.08812914,-0.1417875;-0.7617209;0.03171874,0.00753464;0.399851;0.002982555,7.964792
+0;0;0,0.003950821;0.1998934;0.005198065,0.009374333;0.499671;-0.002867644,0.1226394;0.3656635;0.002915651,0.1606375;0.08874464;0.01941063,0.1969901;-0.1799614;-0.05041449,-0.1062005;0.3618282;0.004067769,-0.1867596;0.09366801;0.003494647,-0.289017;-0.1631289;-0.04121288,0.06961796;0.004775604;-0.03912203,0.0838894;-0.3715007;0.01199001,0.08615775;-0.7101911;0.1002151,0.09434153;-0.7619873;0.04327287,-0.07000352;0.006056926;-0.03824683,-0.1096301;-0.3696158;0.002980631,-0.126641;-0.7087466;0.08783931,-0.1261674;-0.6983881;-0.01021165,0.007610755;0.3998451;0.002759927,0;0;0,0.0035402;0.1999023;0.005150004,0.009558782;0.4996914;-0.002272662,0.1227586;0.3669067;0.00825596,0.1615624;0.08994463;0.02190509,0.2069978;-0.1789422;-0.04162046,-0.1066527;0.3628182;0.003253615,-0.2082359;0.1018975;0.002126516,-0.3236342;-0.1470197;-0.05376132,0.07313661;0.004645387;-0.03208512,0.07550674;-0.3720321;0.01799905,0.07876576;-0.7105131;0.1069935,0.09080099;-0.7573;0.04407345,-0.07133221;0.005271274;-0.03583195,-0.1106124;-0.3705668;0.004202861,-0.1388481;-0.7091761;0.08814649,-0.141885;-0.7625459;0.03300801,0.007489531;0.3998517;0.002996031,7.986675
+0;0;0,0.003950821;0.1998934;0.005198065,0.009374333;0.499671;-0.002867644,0.1226394;0.3656635;0.002915651,0.1606375;0.08874464;0.01941063,0.1969901;-0.1799614;-0.05041449,-0.1062005;0.3618282;0.004067769,-0.1867596;0.09366801;0.003494647,-0.289017;-0.1631289;-0.04121288,0.06961796;0.004775604;-0.03912203,0.0838894;-0.3715007;0.01199001,0.08615775;-0.7101911;0.1002151,0.09434153;-0.7619873;0.04327287,-0.07000352;0.006056926;-0.03824683,-0.1096301;-0.3696158;0.002980631,-0.126641;-0.7087466;0.08783931,-0.1261674;-0.6983881;-0.01021165,0.007610755;0.3998451;0.002759927,0;0;0,0.003563029;0.1999013;0.005173279,0.00964775;0.4996909;-0.002176898,0.1228287;0.36691;0.008256513,0.1617678;0.0899674;0.02191331,0.2070722;-0.1788609;-0.04195262,-0.1066114;0.3628933;0.003495716,-0.2111281;0.1031326;0.002686232,-0.3285497;-0.1450165;-0.05239718,0.07310692;0.004639803;-0.03215352,0.07551488;-0.3719947;0.01825074,0.0787739;-0.7105241;0.107061,0.09092909;-0.7569251;0.04369593,-0.07137442;0.005268797;-0.03574818,-0.1106568;-0.3705689;0.004288107,-0.1389126;-0.7091831;0.08820483,-0.1413066;-0.7626076;0.0331174,0.007555121;0.3998504;0.003066583,8.00907
+0;0;0,0.003950821;0.1998934;0.005198065,0.009374333;0.499671;-0.002867644,0.1226394;0.3656635;0.002915651,0.1606375;0.08874464;0.01941063,0.1969901;-0.1799614;-0.05041449,-0.1062005;0.3618282;0.004067769,-0.1867596;0.09366801;0.003494647,-0.289017;-0.1631289;-0.04121288,0.06961796;0.004775604;-0.03912203,0.0838894;-0.3715007;0.01199001,0.08615775;-0.7101911;0.1002151,0.09434153;-0.7619873;0.04327287,-0.07000352;0.006056926;-0.03824683,-0.1096301;-0.3696158;0.002980631,-0.126641;-0.7087466;0.08783931,-0.1261674;-0.6983881;-0.01021165,0.007610755;0.3998451;0.002759927,0;0;0,0.003589315;0.1998997;0.005217394,0.009726683;0.4996909;-0.002024197,0.1228904;0.3668946;0.008276155,0.1618372;0.08995184;0.0219083,0.2071696;-0.1788655;-0.04198401,-0.1065726;0.3629613;0.003606592,-0.2145787;0.1046308;0.003438303,-0.3347134;-0.142529;-0.05022468,0.07310311;0.004633856;-0.03216305,0.07552759;-0.3719726;0.01845023,0.07890788;-0.7104661;0.1073924,0.09105005;-0.7568485;0.04400213,-0.07138223;0.005282679;-0.03573052,-0.110669;-0.370548;0.004367638,-0.1387747;-0.7091955;0.08820033,-0.1407038;-0.7631102;0.03384399,0.00761645;0.3998488;0.003182579,8.042418
+0;0;0,0.003834383;0.1998946;0.005240384,0.009179696;0.499675;-0.002772365,0.1224936;0.3657623;0.002998486,0.1602963;0.08880454;0.0192888,0.1961108;-0.180013;-0.05038514,-0.1063505;0.3617609;0.004223323,-0.19362;0.09570819;0.004304072,-0.3072599;-0.1563196;-0.04005739,0.06960683;0.004720715;-0.03914847,0.083479;-0.3715429;0.01216709,0.08589699;-0.7102557;0.1003018,0.0940846;-0.7620513;0.04335927,-0.07002171;0.006102683;-0.03820625,-0.1098363;-0.3695566;0.002963256,-0.1273748;-0.7086492;0.08786692,-0.1269266;-0.6982819;-0.01018591,0.007436429;0.3998477;0.002837301,0;0;0,0.003589315;0.1998997;0.005217394,0.009726683;0.4996909;-0.002024197,0.1228904;0.3668946;0.008276155,0.1618372;0.08995184;0.0219083,0.2071696;-0.1788655;-0.04198401,-0.1065726;0.3629613;0.003606592,-0.2145787;0.1046308;0.003438303,-0.3347134;-0.142529;-0.05022468,0.07310311;0.004633856;-0.03216305,0.07552759;-0.3719726;0.01845023,0.07890788;-0.7104661;0.1073924,0.09105005;-0.7568485;0.04400213,-0.07138223;0.005282679;-0.03573052,-0.110669;-0.370548;0.004367638,-0.1387747;-0.7091955;0.08820033,-0.1407038;-0.7631102;0.03384399,0.00761645;0.3998488;0.003182579,8.064837
+0;0;0,0.003834383;0.1998946;0.005240384,0.009179696;0.499675;-0.002772365,0.1224936;0.3657623;0.002998486,0.1602963;0.08880454;0.0192888,0.1961108;-0.180013;-0.05038514,-0.1063505;0.3617609;0.004223323,-0.19362;0.09570819;0.004304072,-0.3072599;-0.1563196;-0.04005739,0.06960683;0.004720715;-0.03914847,0.083479;-0.3715429;0.01216709,0.08589699;-0.7102557;0.1003018,0.0940846;-0.7620513;0.04335927,-0.07002171;0.006102683;-0.03820625,-0.1098363;-0.3695566;0.002963256,-0.1273748;-0.7086492;0.08786692,-0.1269266;-0.6982819;-0.01018591,0.007436429;0.3998477;0.002837301,0;0;0,0.003607261;0.1998989;0.005235544,0.009721297;0.4996901;-0.002016069,0.1228811;0.366831;0.008195625,0.1619147;0.08990601;0.02194047,0.207147;-0.1787768;-0.04258522,-0.1065651;0.3629515;0.003593263,-0.2207191;0.1072797;0.004483894,-0.3461825;-0.1375477;-0.04765506,0.07307042;0.004589141;-0.03224364,0.07537536;-0.3720118;0.0184158,0.07868938;-0.7105511;0.107186,0.0905757;-0.7574756;0.0444059,-0.07141368;0.005358995;-0.03565624,-0.1108888;-0.3704794;0.004183419,-0.1392195;-0.7091215;0.08796228,-0.1412062;-0.7628096;0.03325982,0.007621009;0.3998483;0.003199723,8.098705
+0;0;0,0.003834383;0.1998946;0.005240384,0.009179696;0.499675;-0.002772365,0.1224936;0.3657623;0.002998486,0.1602963;0.08880454;0.0192888,0.1961108;-0.180013;-0.05038514,-0.1063505;0.3617609;0.004223323,-0.19362;0.09570819;0.004304072,-0.3072599;-0.1563196;-0.04005739,0.06960683;0.004720715;-0.03914847,0.083479;-0.3715429;0.01216709,0.08589699;-0.7102557;0.1003018,0.0940846;-0.7620513;0.04335927,-0.07002171;0.006102683;-0.03820625,-0.1098363;-0.3695566;0.002963256,-0.1273748;-0.7086492;0.08786692,-0.1269266;-0.6982819;-0.01018591,0.007436429;0.3998477;0.002837301,0;0;0,0.003607261;0.1998989;0.005235544,0.009721297;0.4996901;-0.002016069,0.1228811;0.366831;0.008195625,0.1619147;0.08990601;0.02194047,0.207147;-0.1787768;-0.04258522,-0.1065651;0.3629515;0.003593263,-0.2207191;0.1072797;0.004483894,-0.3461825;-0.1375477;-0.04765506,0.07307042;0.004589141;-0.03224364,0.07537536;-0.3720118;0.0184158,0.07868938;-0.7105511;0.107186,0.0905757;-0.7574756;0.0444059,-0.07141368;0.005358995;-0.03565624,-0.1108888;-0.3704794;0.004183419,-0.1392195;-0.7091215;0.08796228,-0.1412062;-0.7628096;0.03325982,0.007621009;0.3998483;0.003199723,8.131926
+0;0;0,0.003855734;0.1998939;0.005251316,0.009290458;0.4996734;-0.002737807,0.122586;0.3658221;0.003038744,0.1604253;0.08886629;0.01927704,0.1951782;-0.1800123;-0.05069823,-0.1062902;0.3618059;0.004376871,-0.2023908;0.09881434;0.004045864,-0.3211804;-0.1508162;-0.04037924,0.06961901;0.004645493;-0.03913581,0.08327049;-0.3716037;0.01234421,0.08568343;-0.7103093;0.1005072,0.09425098;-0.7618344;0.04323374,-0.07000657;0.006180856;-0.03822143,-0.1099168;-0.3694652;0.002975699,-0.1275699;-0.7085116;0.08804004,-0.1271629;-0.6981421;-0.01001341,0.007510712;0.3998462;0.002861872,0;0;0,0.003615027;0.1998984;0.005251147,0.009730908;0.4996903;-0.001965456,0.1228984;0.3668453;0.008154348,0.1620157;0.08993247;0.02190632,0.2072822;-0.178748;-0.04260531,-0.10656;0.3629646;0.003590137,-0.2240719;0.1088197;0.004721445,-0.3512424;-0.1353177;-0.0465099,0.07304888;0.004557963;-0.03229684,0.07525584;-0.3720284;0.01847541,0.07843881;-0.7105246;0.1074149,0.09170701;-0.7560828;0.04326734,-0.07143256;0.005358492;-0.03561848,-0.1110264;-0.3704784;0.004117478,-0.1393321;-0.7091696;0.08770594,-0.1415451;-0.7626798;0.03274084,0.00763066;0.3998479;0.003238857,8.154147
+0;0;0,0.003855734;0.1998939;0.005251316,0.009290458;0.4996734;-0.002737807,0.122586;0.3658221;0.003038744,0.1604253;0.08886629;0.01927704,0.1951782;-0.1800123;-0.05069823,-0.1062902;0.3618059;0.004376871,-0.2023908;0.09881434;0.004045864,-0.3211804;-0.1508162;-0.04037924,0.06961901;0.004645493;-0.03913581,0.08327049;-0.3716037;0.01234421,0.08568343;-0.7103093;0.1005072,0.09425098;-0.7618344;0.04323374,-0.07000657;0.006180856;-0.03822143,-0.1099168;-0.3694652;0.002975699,-0.1275699;-0.7085116;0.08804004,-0.1271629;-0.6981421;-0.01001341,0.007510712;0.3998462;0.002861872,0;0;0,0.003631972;0.1998974;0.005277245,0.009778215;0.4996907;-0.001859012,0.1229404;0.3668616;0.008204656,0.1620735;0.08994702;0.02187628,0.2073589;-0.178755;-0.0425324,-0.1065222;0.3629573;0.003599371,-0.2270669;0.1102405;0.005383295,-0.3584955;-0.1318989;-0.04456733,0.07303854;0.004545139;-0.03232202,0.07469645;-0.3720337;0.01852656,0.07837856;-0.7106484;0.1069945,0.09048652;-0.7569721;0.04352726,-0.07146673;0.005397097;-0.03554403,-0.110992;-0.3704773;0.003903788,-0.1393937;-0.7091261;0.08763181,-0.1403338;-0.763258;0.03358617,0.007666518;0.3998471;0.003316485,8.187708
+0;0;0,0.003855734;0.1998939;0.005251316,0.009290458;0.4996734;-0.002737807,0.122586;0.3658221;0.003038744,0.1604253;0.08886629;0.01927704,0.1951782;-0.1800123;-0.05069823,-0.1062902;0.3618059;0.004376871,-0.2023908;0.09881434;0.004045864,-0.3211804;-0.1508162;-0.04037924,0.06961901;0.004645493;-0.03913581,0.08327049;-0.3716037;0.01234421,0.08568343;-0.7103093;0.1005072,0.09425098;-0.7618344;0.04323374,-0.07000657;0.006180856;-0.03822143,-0.1099168;-0.3694652;0.002975699,-0.1275699;-0.7085116;0.08804004,-0.1271629;-0.6981421;-0.01001341,0.007510712;0.3998462;0.002861872,0;0;0,0.003671059;0.199895;0.005339968,0.009844549;0.49969;-0.001700915,0.1229856;0.3667852;0.008179982,0.1624722;0.08991739;0.02178289,0.2073765;-0.1788546;-0.04260053,-0.1064691;0.3629766;0.003657412,-0.229858;0.1116368;0.005533042,-0.3640458;-0.1293355;-0.04269556,0.07302714;0.004536179;-0.03234903,0.07464079;-0.3720415;0.01850989,0.07829946;-0.7106774;0.1068973,0.09054101;-0.7567847;0.04319633,-0.07147309;0.005402406;-0.03553043,-0.1110729;-0.3704755;0.003809601,-0.139624;-0.7091209;0.08750044,-0.1399678;-0.764351;0.03519637,0.00772664;0.3998449;0.003444678,8.221346
+0;0;0,0.003872562;0.1998933;0.005260331,0.009375488;0.4996722;-0.002708916,0.1226591;0.3658731;0.002980573,0.1606862;0.08893955;0.01915907,0.1946407;-0.1800682;-0.05071158,-0.1062461;0.36185;0.004519979,-0.210272;0.1018918;0.003927289,-0.3410767;-0.1414951;-0.0413822,0.06962737;0.004596004;-0.03912679,0.08312579;-0.3716358;0.01252018,0.08532886;-0.710326;0.100748,0.09399554;-0.7620682;0.04379964,-0.06999359;0.006234393;-0.03823651,-0.1100535;-0.3693721;0.00317578,-0.1276653;-0.7084041;0.08830564,-0.1273276;-0.698032;-0.009748615,0.007568235;0.399845;0.002882363,0;0;0,0.003707455;0.1998931;0.005384373,0.009928085;0.4996885;-0.001613128,0.1230504;0.3667908;0.008203772,0.1625799;0.08993086;0.02184116,0.2074761;-0.178838;-0.04256095,-0.1064106;0.3629812;0.003687198,-0.2336137;0.1135496;0.005494869,-0.3710607;-0.125692;-0.04216809,0.07298271;0.004502465;-0.03245383,0.07463307;-0.372047;0.01861264,0.07831875;-0.7107336;0.1068044,0.09052896;-0.7570448;0.04334176,-0.07149164;0.005423988;-0.0354898,-0.111108;-0.3704721;0.003659267,-0.1395341;-0.7091059;0.08743939,-0.1394519;-0.7638464;0.03434468,0.007787454;0.3998427;0.003510243,8.254438
+0;0;0,0.003872562;0.1998933;0.005260331,0.009375488;0.4996722;-0.002708916,0.1226591;0.3658731;0.002980573,0.1606862;0.08893955;0.01915907,0.1946407;-0.1800682;-0.05071158,-0.1062461;0.36185;0.004519979,-0.210272;0.1018918;0.003927289,-0.3410767;-0.1414951;-0.0413822,0.06962737;0.004596004;-0.03912679,0.08312579;-0.3716358;0.01252018,0.08532886;-0.710326;0.100748,0.09399554;-0.7620682;0.04379964,-0.06999359;0.006234393;-0.03823651,-0.1100535;-0.3693721;0.00317578,-0.1276653;-0.7084041;0.08830564,-0.1273276;-0.698032;-0.009748615,0.007568235;0.399845;0.002882363,0;0;0,0.003423875;0.1998734;0.006235788,0.008067022;0.4997636;0.002453794,0.1219129;0.3667556;0.008420184,0.1615247;0.08990949;0.02209947,0.2065187;-0.1788517;-0.04226626,-0.1074132;0.3624429;0.004044897,-0.2389028;0.1152455;0.006028575,-0.3789969;-0.1227878;-0.03994782,0.0729627;0.004465309;-0.03250393,0.07432577;-0.3720127;0.01909488,0.07822582;-0.7107546;0.1070647,0.0904432;-0.7572069;0.04377344,-0.07151031;0.005475362;-0.03544426,-0.1113205;-0.3704269;0.003448233,-0.139719;-0.7090603;0.08723912,-0.1397146;-0.7638204;0.03417553,0.006585722;0.3998485;0.006297004,8.276948
+0;0;0,0.003872562;0.1998933;0.005260331,0.009375488;0.4996722;-0.002708916,0.1226591;0.3658731;0.002980573,0.1606862;0.08893955;0.01915907,0.1946407;-0.1800682;-0.05071158,-0.1062461;0.36185;0.004519979,-0.210272;0.1018918;0.003927289,-0.3410767;-0.1414951;-0.0413822,0.06962737;0.004596004;-0.03912679,0.08312579;-0.3716358;0.01252018,0.08532886;-0.710326;0.100748,0.09399554;-0.7620682;0.04379964,-0.06999359;0.006234393;-0.03823651,-0.1100535;-0.3693721;0.00317578,-0.1276653;-0.7084041;0.08830564,-0.1273276;-0.698032;-0.009748615,0.007568235;0.399845;0.002882363,0;0;0,0.003483326;0.1998745;0.006169329,0.008621701;0.4997424;0.001692627,0.1221733;0.3665865;0.008336785,0.1620311;0.08977503;0.02200365,0.2067817;-0.1790132;-0.0424188,-0.1070976;0.3624178;0.003968446,-0.2412913;0.116677;0.005835585,-0.3855176;-0.1189159;-0.0399332,0.07294562;0.004449285;-0.03254443,0.07383572;-0.3720495;0.0189133,0.07829146;-0.710771;0.1069351,0.09050392;-0.7573093;0.04374683,-0.0715164;0.00549323;-0.03542921,-0.1113752;-0.3704097;0.003406975,-0.1397034;-0.7090462;0.08720948,-0.1407325;-0.7635763;0.03379028,0.006900318;0.3998451;0.005884646,8.310434
+0;0;0,0.004001905;0.1998925;0.005195408,0.009854502;0.4996617;-0.002890051,0.1229986;0.3658501;0.002815983,0.16132;0.08894995;0.01887102,0.1949275;-0.1801997;-0.05061992,-0.1059166;0.3619009;0.00462531,-0.2212549;0.1067596;0.004758072,-0.3614743;-0.1315517;-0.03935808,0.06957772;0.004566662;-0.03921844,0.08296245;-0.3716267;0.01273724,0.08507876;-0.710326;0.1009323,0.09259675;-0.7621359;0.0439181,-0.07004406;0.006244185;-0.03814236,-0.1101905;-0.3693556;0.003246829,-0.1280213;-0.7083457;0.08849813,-0.1277739;-0.6979748;-0.009556122,0.007912755;0.3998392;0.002739624,0;0;0,0.003483326;0.1998745;0.006169329,0.008621701;0.4997424;0.001692627,0.1221733;0.3665865;0.008336785,0.1620311;0.08977503;0.02200365,0.2067817;-0.1790132;-0.0424188,-0.1070976;0.3624178;0.003968446,-0.2412913;0.116677;0.005835585,-0.3855176;-0.1189159;-0.0399332,0.07294562;0.004449285;-0.03254443,0.07383572;-0.3720495;0.0189133,0.07829146;-0.710771;0.1069351,0.09050392;-0.7573093;0.04374683,-0.0715164;0.00549323;-0.03542921,-0.1113752;-0.3704097;0.003406975,-0.1397034;-0.7090462;0.08720948,-0.1407325;-0.7635763;0.03379028,0.006900318;0.3998451;0.005884646,8.332691
+0;0;0,0.004001905;0.1998925;0.005195408,0.009854502;0.4996617;-0.002890051,0.1229986;0.3658501;0.002815983,0.16132;0.08894995;0.01887102,0.1949275;-0.1801997;-0.05061992,-0.1059166;0.3619009;0.00462531,-0.2212549;0.1067596;0.004758072,-0.3614743;-0.1315517;-0.03935808,0.06957772;0.004566662;-0.03921844,0.08296245;-0.3716267;0.01273724,0.08507876;-0.710326;0.1009323,0.09259675;-0.7621359;0.0439181,-0.07004406;0.006244185;-0.03814236,-0.1101905;-0.3693556;0.003246829,-0.1280213;-0.7083457;0.08849813,-0.1277739;-0.6979748;-0.009556122,0.007912755;0.3998392;0.002739624,0;0;0,0.003505955;0.1998741;0.006170241,0.008753676;0.4997382;0.001612756,0.1222609;0.3666238;0.008366703,0.1621;0.08980665;0.02197214,0.20694;-0.1790815;-0.04196944,-0.1070334;0.3624572;0.003950804,-0.2446331;0.1186108;0.006240031,-0.393169;-0.1144594;-0.03865331,0.07293041;0.004438817;-0.03257994,0.07377222;-0.3720525;0.01893276,0.07818072;-0.7106963;0.1072557,0.09052719;-0.7572479;0.04410964,-0.07154968;0.005533924;-0.03535559,-0.1115317;-0.37037;0.003343578,-0.1398854;-0.7090366;0.08701542,-0.1412359;-0.7637263;0.03385672,0.006978262;0.3998437;0.00584792,8.355059
+0;0;0,0.004001905;0.1998925;0.005195408,0.009854502;0.4996617;-0.002890051,0.1229986;0.3658501;0.002815983,0.16132;0.08894995;0.01887102,0.1949275;-0.1801997;-0.05061992,-0.1059166;0.3619009;0.00462531,-0.2212549;0.1067596;0.004758072,-0.3614743;-0.1315517;-0.03935808,0.06957772;0.004566662;-0.03921844,0.08296245;-0.3716267;0.01273724,0.08507876;-0.710326;0.1009323,0.09259675;-0.7621359;0.0439181,-0.07004406;0.006244185;-0.03814236,-0.1101905;-0.3693556;0.003246829,-0.1280213;-0.7083457;0.08849813,-0.1277739;-0.6979748;-0.009556122,0.007912755;0.3998392;0.002739624,0;0;0,0.00353029;0.1998739;0.006161117,0.008885444;0.4997343;0.001527328,0.1223342;0.3666123;0.008338538,0.1626193;0.08986178;0.02198559,0.2069212;-0.1790621;-0.04218066,-0.106962;0.3624715;0.003920469,-0.2481052;0.1206685;0.007066309,-0.3997284;-0.1103913;-0.03789806,0.07291856;0.004408155;-0.0326106,0.07370787;-0.3720783;0.01893882,0.07813589;-0.7107418;0.1071852,0.09047336;-0.7574683;0.04425008,-0.07157607;0.005576656;-0.03529543,-0.1115814;-0.3703356;0.003298853,-0.1400714;-0.7090105;0.08689116,-0.1408975;-0.7636017;0.0335652,0.007054905;0.3998426;0.005803898,8.388566
+0;0;0,0.004153944;0.1998933;0.005041832,0.01035153;0.4996471;-0.003343484,0.123405;0.365963;0.002525492,0.1617638;0.08907947;0.0187772,0.1950288;-0.1802059;-0.05035184,-0.1056392;0.3622065;0.004777093,-0.2304918;0.1115839;0.004391117,-0.3773534;-0.1225667;-0.0403881,0.06951968;0.004475675;-0.03933169,0.08240247;-0.3717419;0.01257595,0.08436526;-0.7105494;0.1003576,0.09218061;-0.7641194;0.04599788,-0.07011163;0.006300285;-0.03800876,-0.1097026;-0.3694627;0.002423134,-0.128557;-0.7083254;0.08796036,-0.1226604;-0.7647134;0.03793691,0.008284258;0.3998331;0.002392152,0;0;0,0.00355398;0.199874;0.006145154,0.008990283;0.4997312;0.001436405,0.122393;0.3665989;0.008298917,0.1627784;0.08986148;0.02191656,0.207035;-0.179118;-0.04204734,-0.1069463;0.3626089;0.003982361,-0.2512157;0.1226568;0.007030771,-0.4053857;-0.106846;-0.03724192,0.07290623;0.004379101;-0.03264208,0.07360975;-0.3720903;0.0190329,0.07806879;-0.7107686;0.1072211,0.09037591;-0.7567475;0.04337961,-0.0716073;0.005610147;-0.0352267,-0.1115577;-0.3703426;0.003028825,-0.1401687;-0.709044;0.08647183,-0.1404894;-0.7640797;0.03385213,0.007117674;0.3998418;0.00574978,8.410813
+0;0;0,0.004153944;0.1998933;0.005041832,0.01035153;0.4996471;-0.003343484,0.123405;0.365963;0.002525492,0.1617638;0.08907947;0.0187772,0.1950288;-0.1802059;-0.05035184,-0.1056392;0.3622065;0.004777093,-0.2304918;0.1115839;0.004391117,-0.3773534;-0.1225667;-0.0403881,0.06951968;0.004475675;-0.03933169,0.08240247;-0.3717419;0.01257595,0.08436526;-0.7105494;0.1003576,0.09218061;-0.7641194;0.04599788,-0.07011163;0.006300285;-0.03800876,-0.1097026;-0.3694627;0.002423134,-0.128557;-0.7083254;0.08796036,-0.1226604;-0.7647134;0.03793691,0.008284258;0.3998331;0.002392152,0;0;0,0.00355398;0.199874;0.006145154,0.008990283;0.4997312;0.001436405,0.122393;0.3665989;0.008298917,0.1627784;0.08986148;0.02191656,0.207035;-0.179118;-0.04204734,-0.1069463;0.3626089;0.003982361,-0.2512157;0.1226568;0.007030771,-0.4053857;-0.106846;-0.03724192,0.07290623;0.004379101;-0.03264208,0.07360975;-0.3720903;0.0190329,0.07806879;-0.7107686;0.1072211,0.09037591;-0.7567475;0.04337961,-0.0716073;0.005610147;-0.0352267,-0.1115577;-0.3703426;0.003028825,-0.1401687;-0.709044;0.08647183,-0.1404894;-0.7640797;0.03385213,0.007117674;0.3998418;0.00574978,8.433374
+0;0;0,0.004153944;0.1998933;0.005041832,0.01035153;0.4996471;-0.003343484,0.123405;0.365963;0.002525492,0.1617638;0.08907947;0.0187772,0.1950288;-0.1802059;-0.05035184,-0.1056392;0.3622065;0.004777093,-0.2304918;0.1115839;0.004391117,-0.3773534;-0.1225667;-0.0403881,0.06951968;0.004475675;-0.03933169,0.08240247;-0.3717419;0.01257595,0.08436526;-0.7105494;0.1003576,0.09218061;-0.7641194;0.04599788,-0.07011163;0.006300285;-0.03800876,-0.1097026;-0.3694627;0.002423134,-0.128557;-0.7083254;0.08796036,-0.1226604;-0.7647134;0.03793691,0.008284258;0.3998331;0.002392152,0;0;0,0.00357806;0.1998747;0.00610651,0.009095522;0.4997278;0.001261091,0.1224532;0.36658;0.008201631,0.1629638;0.08986145;0.02183099,0.2070692;-0.1791638;-0.04204469,-0.1068974;0.3626597;0.003901263,-0.2544097;0.124681;0.0064093,-0.4124369;-0.1020858;-0.03835871,0.0729019;0.004362814;-0.03265393,0.07348833;-0.3721273;0.01887102,0.07783365;-0.710826;0.106986,0.09055072;-0.7568624;0.04329342,-0.07160189;0.00561141;-0.03523749,-0.1116687;-0.3703474;0.002836455,-0.1403262;-0.7090546;0.08624023,-0.1405428;-0.7640607;0.03357226,0.007183757;0.3998416;0.005630142,8.466665
+0;0;0,0.004150975;0.1998941;0.005009567,0.01036046;0.4996468;-0.003407751,0.1234374;0.3660538;0.00233604,0.1615341;0.0891445;0.01876407,0.1946581;-0.1801885;-0.05024713,-0.1056658;0.3623265;0.005041002,-0.2405119;0.1169363;0.005482968,-0.3992983;-0.1095808;-0.03783993,0.06951671;0.004434439;-0.03934161,0.08208774;-0.3719341;0.01153737,0.08424502;-0.7106335;0.0997307,0.09114259;-0.7639916;0.04492319,-0.07011619;0.006336642;-0.03799429,-0.109769;-0.3694234;0.002404112,-0.1291168;-0.7083476;0.08758701,-0.1291563;-0.6979951;-0.01046385,0.008289922;0.3998334;0.002336439,0;0;0,0.003332474;0.1998617;0.006647664,0.008011674;0.4997485;0.003040719,0.1217218;0.366562;0.00819558,0.1624486;0.08987963;0.02191288,0.2063548;-0.1791971;-0.04188342,-0.1075097;0.3623173;0.003952139,-0.2579958;0.1262071;0.006375875,-0.4188115;-0.0984115;-0.03928415,0.07288391;0.004352029;-0.03269549,0.0734145;-0.3721404;0.01881294,0.07768819;-0.7108993;0.1067002,0.09047173;-0.7570807;0.04319446,-0.07161468;0.005613288;-0.0352112,-0.1116145;-0.3703723;0.002668329,-0.1405559;-0.7090498;0.0860944,-0.1404736;-0.7638813;0.03314528,0.006434311;0.3998374;0.006950252,8.489295
+0;0;0,0.004150975;0.1998941;0.005009567,0.01036046;0.4996468;-0.003407751,0.1234374;0.3660538;0.00233604,0.1615341;0.0891445;0.01876407,0.1946581;-0.1801885;-0.05024713,-0.1056658;0.3623265;0.005041002,-0.2405119;0.1169363;0.005482968,-0.3992983;-0.1095808;-0.03783993,0.06951671;0.004434439;-0.03934161,0.08208774;-0.3719341;0.01153737,0.08424502;-0.7106335;0.0997307,0.09114259;-0.7639916;0.04492319,-0.07011619;0.006336642;-0.03799429,-0.109769;-0.3694234;0.002404112,-0.1291168;-0.7083476;0.08758701,-0.1291563;-0.6979951;-0.01046385,0.008289922;0.3998334;0.002336439,0;0;0,0.003161864;0.1998507;0.007050971,0.007405947;0.4997517;0.004143321,0.1212659;0.366503;0.008211244,0.1620652;0.08983907;0.02208558,0.2058895;-0.1793002;-0.04150278,-0.1078539;0.3620741;0.003974204,-0.2605987;0.1274177;0.00629397,-0.4232879;-0.09581269;-0.03953676,0.07286478;0.00432314;-0.03274192,0.07330343;-0.3721724;0.01874473,0.07745039;-0.7109474;0.106576,0.09053431;-0.7573451;0.04339211,-0.07164489;0.005637759;-0.03514577,-0.1116624;-0.3703569;0.002624981,-0.1406438;-0.7090836;0.08583727,-0.1411539;-0.7633456;0.0319889,0.005987116;0.3998293;0.007817929,8.523131
+0;0;0,0.004150975;0.1998941;0.005009567,0.01036046;0.4996468;-0.003407751,0.1234374;0.3660538;0.00233604,0.1615341;0.0891445;0.01876407,0.1946581;-0.1801885;-0.05024713,-0.1056658;0.3623265;0.005041002,-0.2405119;0.1169363;0.005482968,-0.3992983;-0.1095808;-0.03783993,0.06951671;0.004434439;-0.03934161,0.08208774;-0.3719341;0.01153737,0.08424502;-0.7106335;0.0997307,0.09114259;-0.7639916;0.04492319,-0.07011619;0.006336642;-0.03799429,-0.109769;-0.3694234;0.002404112,-0.1291168;-0.7083476;0.08758701,-0.1291563;-0.6979951;-0.01046385,0.008289922;0.3998334;0.002336439,0;0;0,0.003216995;0.199853;0.006959231,0.008051716;0.499731;0.00327,0.121621;0.3664287;0.008077277,0.1623738;0.08975926;0.02197706,0.2061512;-0.1794506;-0.04134429,-0.1075251;0.3621882;0.003826739,-0.2628401;0.12922;0.005584531,-0.4267751;-0.09321889;-0.03965082,0.07284558;0.004315158;-0.03278568,0.07321153;-0.3721795;0.01870842,0.07725366;-0.7110749;0.1060784,0.09181406;-0.7578632;0.0436959,-0.07167125;0.005639024;-0.03509177,-0.1117295;-0.3703326;0.002864543,-0.1407192;-0.7090663;0.08604592,-0.1406907;-0.7628746;0.03149164,0.006364971;0.3998279;0.007334932,8.556385
+0;0;0,0.004230126;0.1998946;0.004923171,0.01058101;0.49964;-0.003647287,0.1236312;0.3661205;0.002066428,0.1621731;0.08927828;0.01858667,0.194968;-0.1801734;-0.0501176,-0.1055388;0.362496;0.005253342,-0.2529659;0.124453;0.004367051,-0.419085;-0.09664361;-0.03945929,0.06946947;0.00439249;-0.03942966,0.08173567;-0.3719564;0.01166832,0.08385805;-0.7106501;0.09988457,0.09052248;-0.7639733;0.0449953,-0.0701636;0.006372503;-0.03790066,-0.1101326;-0.3693552;0.002486713,-0.1294937;-0.7083095;0.08754625,-0.1252877;-0.7641182;0.03636826,0.008463363;0.3998306;0.002148943,0;0;0,0.003232032;0.199858;0.006806574,0.008409495;0.4997193;0.002533966,0.1218115;0.3663461;0.007869357,0.1627199;0.0897072;0.02192083,0.206322;-0.1794907;-0.04157212,-0.1073418;0.3622695;0.003618855,-0.2652239;0.1310323;0.005234166,-0.4354508;-0.08663861;-0.03995657,0.07281462;0.00432118;-0.03285358,0.07297628;-0.3721761;0.01862248,0.07688439;-0.7109604;0.1064287,0.09186678;-0.7570609;0.04330777,-0.07169984;0.005622528;-0.03503598,-0.1119397;-0.3703386;0.002832569,-0.1410855;-0.7090883;0.08589363,-0.140725;-0.7626919;0.03102721,0.006582062;0.3998299;0.006867652,8.589861
+0;0;0,0.004230126;0.1998946;0.004923171,0.01058101;0.49964;-0.003647287,0.1236312;0.3661205;0.002066428,0.1621731;0.08927828;0.01858667,0.194968;-0.1801734;-0.0501176,-0.1055388;0.362496;0.005253342,-0.2529659;0.124453;0.004367051,-0.419085;-0.09664361;-0.03945929,0.06946947;0.00439249;-0.03942966,0.08173567;-0.3719564;0.01166832,0.08385805;-0.7106501;0.09988457,0.09052248;-0.7639733;0.0449953,-0.0701636;0.006372503;-0.03790066,-0.1101326;-0.3693552;0.002486713,-0.1294937;-0.7083095;0.08754625,-0.1252877;-0.7641182;0.03636826,0.008463363;0.3998306;0.002148943,0;0;0,0.003289258;0.199861;0.006690525,0.008905459;0.4997013;0.001776159,0.1221351;0.366355;0.007717541,0.1631918;0.08974096;0.02182464,0.2067794;-0.1794815;-0.04157378,-0.1071016;0.3624939;0.003482349,-0.2664467;0.1322629;0.005165797,-0.4372384;-0.08493915;-0.04014942,0.07279261;0.004326016;-0.03290169,0.07274267;-0.3721561;0.01868534,0.07680995;-0.7109258;0.1065402,0.09174532;-0.7561921;0.042416,-0.07172211;0.005605327;-0.03499314,-0.1120582;-0.3703528;0.002801884,-0.141086;-0.7091353;0.08577079,-0.1411163;-0.7630299;0.0313493,0.006905775;0.3998281;0.006395039,8.61252
+0;0;0,0.004230126;0.1998946;0.004923171,0.01058101;0.49964;-0.003647287,0.1236312;0.3661205;0.002066428,0.1621731;0.08927828;0.01858667,0.194968;-0.1801734;-0.0501176,-0.1055388;0.362496;0.005253342,-0.2529659;0.124453;0.004367051,-0.419085;-0.09664361;-0.03945929,0.06946947;0.00439249;-0.03942966,0.08173567;-0.3719564;0.01166832,0.08385805;-0.7106501;0.09988457,0.09052248;-0.7639733;0.0449953,-0.0701636;0.006372503;-0.03790066,-0.1101326;-0.3693552;0.002486713,-0.1294937;-0.7083095;0.08754625,-0.1252877;-0.7641182;0.03636826,0.008463363;0.3998306;0.002148943,0;0;0,0.003142761;0.1998512;0.007044515,0.008212391;0.4997216;0.003163781,0.1217092;0.3664092;0.007728392,0.1628811;0.08981171;0.02182465,0.2063629;-0.179434;-0.04154775,-0.1075113;0.362439;0.003599713,-0.2691973;0.1338441;0.005026354,-0.4420857;-0.08175796;-0.0399776,0.07276574;0.00428607;-0.0329663,0.07264791;-0.372162;0.01886779,0.07679461;-0.7109981;0.1064631,0.09062483;-0.7564848;0.04235006,-0.07178983;0.005650975;-0.03484662,-0.1120343;-0.3703485;0.002634168,-0.1408222;-0.7090491;0.08601962,-0.1412101;-0.7621207;0.03035134,0.006455925;0.3998235;0.007321922,8.64608
+0;0;0,0.004353703;0.1998939;0.004844799,0.01106806;0.4996251;-0.003929937,0.1240025;0.36619;0.001808342,0.1627835;0.08939034;0.01848073,0.1953772;-0.1801135;-0.05011487,-0.1052556;0.3627316;0.005510943,-0.2605151;0.1297259;0.003834034,-0.4449474;-0.07653913;-0.03905496,0.06946497;0.004366327;-0.03944051,0.08158427;-0.3719758;0.01174235,0.08379527;-0.7107164;0.09977591,0.09067802;-0.7640976;0.04500186,-0.07016893;0.006404669;-0.03788537,-0.1101813;-0.3693195;0.002492029,-0.1294735;-0.7082987;0.0874683,-0.1245497;-0.7643705;0.03679877,0.008812285;0.3998231;0.001942127,0;0;0,0.003272213;0.1998526;0.006945377,0.009076427;0.4996959;0.002331473,0.1222755;0.3664091;0.00759854,0.1634859;0.08981803;0.02170758,0.2070667;-0.1794428;-0.0415325,-0.1070622;0.3627538;0.003495266,-0.2707603;0.1355935;0.004561177,-0.4459183;-0.07802117;-0.04113833,0.0727632;0.00426677;-0.03297439,0.07256683;-0.3721819;0.01885616,0.07733778;-0.7111835;0.1057762,0.090523;-0.7572073;0.04216377,-0.07178632;0.005661499;-0.03485213,-0.1120639;-0.3703268;0.002703831,-0.1408807;-0.7090122;0.08614135,-0.1420091;-0.7624507;0.03103466,0.007022453;0.3998174;0.006809924,8.679297
+0;0;0,0.004353703;0.1998939;0.004844799,0.01106806;0.4996251;-0.003929937,0.1240025;0.36619;0.001808342,0.1627835;0.08939034;0.01848073,0.1953772;-0.1801135;-0.05011487,-0.1052556;0.3627316;0.005510943,-0.2605151;0.1297259;0.003834034,-0.4449474;-0.07653913;-0.03905496,0.06946497;0.004366327;-0.03944051,0.08158427;-0.3719758;0.01174235,0.08379527;-0.7107164;0.09977591,0.09067802;-0.7640976;0.04500186,-0.07016893;0.006404669;-0.03788537,-0.1101813;-0.3693195;0.002492029,-0.1294735;-0.7082987;0.0874683,-0.1245497;-0.7643705;0.03679877,0.008812285;0.3998231;0.001942127,0;0;0,0.003378145;0.1998542;0.006847699,0.009641775;0.499677;0.001635854,0.1226586;0.3663615;0.007508471,0.1639283;0.08978009;0.0216343,0.2075306;-0.1794912;-0.04154667,-0.1067211;0.362896;0.003395979,-0.2726574;0.1373631;0.003722005,-0.4493167;-0.07490607;-0.04246545,0.07275675;0.004275833;-0.03298746,0.07246762;-0.3721645;0.01890246,0.07744509;-0.7112289;0.105566,0.09014004;-0.7564784;0.04094122,-0.07179383;0.005650592;-0.03483844,-0.1120622;-0.3703405;0.002699982,-0.1408899;-0.7090334;0.08610313,-0.1420424;-0.7624818;0.03101193,0.007421163;0.3998127;0.006345862,8.701074
+0;0;0,0.004353703;0.1998939;0.004844799,0.01106806;0.4996251;-0.003929937,0.1240025;0.36619;0.001808342,0.1627835;0.08939034;0.01848073,0.1953772;-0.1801135;-0.05011487,-0.1052556;0.3627316;0.005510943,-0.2605151;0.1297259;0.003834034,-0.4449474;-0.07653913;-0.03905496,0.06946497;0.004366327;-0.03944051,0.08158427;-0.3719758;0.01174235,0.08379527;-0.7107164;0.09977591,0.09067802;-0.7640976;0.04500186,-0.07016893;0.006404669;-0.03788537,-0.1101813;-0.3693195;0.002492029,-0.1294735;-0.7082987;0.0874683,-0.1245497;-0.7643705;0.03679877,0.008812285;0.3998231;0.001942127,0;0;0,0.003378145;0.1998542;0.006847699,0.009641775;0.499677;0.001635854,0.1226586;0.3663615;0.007508471,0.1639283;0.08978009;0.0216343,0.2075306;-0.1794912;-0.04154667,-0.1067211;0.362896;0.003395979,-0.2726574;0.1373631;0.003722005,-0.4493167;-0.07490607;-0.04246545,0.07275675;0.004275833;-0.03298746,0.07246762;-0.3721645;0.01890246,0.07744509;-0.7112289;0.105566,0.09014004;-0.7564784;0.04094122,-0.07179383;0.005650592;-0.03483844,-0.1120622;-0.3703405;0.002699982,-0.1408899;-0.7090334;0.08610313,-0.1420424;-0.7624818;0.03101193,0.007421163;0.3998127;0.006345862,8.724016
+0;0;0,0.004427289;0.1998931;0.00480922,0.0112384;0.4996217;-0.003988491,0.1241564;0.3662317;0.00153176,0.1634225;0.08949694;0.01814593,0.1962083;-0.1800267;-0.05028006,-0.1051626;0.362923;0.005892279,-0.2702302;0.1367675;0.00337187,-0.459325;-0.06541537;-0.03864337,0.06944383;0.004328883;-0.03948184,0.08131123;-0.3719992;0.01186367,0.0837407;-0.7106451;0.100255,0.0913533;-0.7636019;0.04493578,-0.07019279;0.006440721;-0.03783502,-0.1104056;-0.3692564;0.002595156,-0.1297565;-0.7082442;0.08752337,-0.1303411;-0.6979099;-0.01052213,0.008953702;0.3998206;0.001886911,0;0;0,0.003502307;0.1998553;0.006751623,0.01021499;0.49966;0.001094455,0.1230799;0.3663838;0.007523489,0.1642194;0.08977756;0.0215431,0.2077823;-0.1795103;-0.04159413,-0.106352;0.3630174;0.003326495,-0.2739542;0.1387197;0.003589388,-0.4552026;-0.06966741;-0.04249551,0.07275351;0.004273083;-0.03299496,0.0724308;-0.3721538;0.01899199,0.07746567;-0.7112556;0.1055058,0.09018379;-0.7560379;0.0403455,-0.0718004;0.005652077;-0.03482464,-0.1120612;-0.3703418;0.002694674,-0.1409318;-0.7090468;0.08603358,-0.1420329;-0.7625257;0.03098752,0.007839077;0.3998067;0.005959789,8.757352
+0;0;0,0.004427289;0.1998931;0.00480922,0.0112384;0.4996217;-0.003988491,0.1241564;0.3662317;0.00153176,0.1634225;0.08949694;0.01814593,0.1962083;-0.1800267;-0.05028006,-0.1051626;0.362923;0.005892279,-0.2702302;0.1367675;0.00337187,-0.459325;-0.06541537;-0.03864337,0.06944383;0.004328883;-0.03948184,0.08131123;-0.3719992;0.01186367,0.0837407;-0.7106451;0.100255,0.0913533;-0.7636019;0.04493578,-0.07019279;0.006440721;-0.03783502,-0.1104056;-0.3692564;0.002595156,-0.1297565;-0.7082442;0.08752337,-0.1303411;-0.6979099;-0.01052213,0.008953702;0.3998206;0.001886911,0;0;0,0.00358702;0.1998555;0.006701443,0.01048539;0.4996544;0.0009533125,0.123277;0.3663339;0.007458703,0.1645078;0.08974063;0.02146616,0.2080282;-0.179545;-0.04170997,-0.1061639;0.3630841;0.003250377,-0.276314;0.1407131;0.002932232,-0.4614492;-0.06425053;-0.0430554,0.07273987;0.004277384;-0.03302446,0.07238915;-0.3721328;0.01908331,0.0771905;-0.7112942;0.1053767,0.09023479;-0.7560476;0.04024787,-0.071813;0.005637147;-0.03480108,-0.1120704;-0.3703689;0.002599079,-0.1409579;-0.7090793;0.08591035,-0.1409381;-0.7616661;0.02952383,0.008050464;0.3998039;0.005845686,8.779417
+0;0;0,0.004427289;0.1998931;0.00480922,0.0112384;0.4996217;-0.003988491,0.1241564;0.3662317;0.00153176,0.1634225;0.08949694;0.01814593,0.1962083;-0.1800267;-0.05028006,-0.1051626;0.362923;0.005892279,-0.2702302;0.1367675;0.00337187,-0.459325;-0.06541537;-0.03864337,0.06944383;0.004328883;-0.03948184,0.08131123;-0.3719992;0.01186367,0.0837407;-0.7106451;0.100255,0.0913533;-0.7636019;0.04493578,-0.07019279;0.006440721;-0.03783502,-0.1104056;-0.3692564;0.002595156,-0.1297565;-0.7082442;0.08752337,-0.1303411;-0.6979099;-0.01052213,0.008953702;0.3998206;0.001886911,0;0;0,0.003707758;0.1998568;0.006594842,0.010874;0.4996421;0.0004886724,0.1235857;0.3663475;0.007378984,0.1647988;0.0897508;0.02136951,0.2082;-0.1795514;-0.0418181,-0.1059004;0.3632026;0.003122119,-0.2780275;0.1423583;0.002919979,-0.4653818;-0.06048751;-0.04346881,0.0727067;0.004296209;-0.03309498,0.07231883;-0.3721056;0.01907348,0.07697248;-0.7113014;0.1052391,0.08987795;-0.7577032;0.04202332,-0.07186529;0.005593813;-0.0347,-0.1123417;-0.3703943;0.00264376,-0.1413775;-0.7091439;0.08574392,-0.1403687;-0.7615351;0.02908113,0.00835791;0.3997998;0.005507571,8.813543
+0;0;0,0.00451551;0.1998921;0.004769594,0.0115048;0.4996144;-0.004098866,0.1243723;0.366267;0.001303136,0.1639462;0.08955759;0.0176074,0.1966844;-0.1799479;-0.05091283,-0.1050537;0.3632661;0.006230653,-0.278824;0.1437237;0.003982471,-0.4808864;-0.04528809;-0.03897486,0.0694392;0.004296843;-0.03949346,0.08140904;-0.3720449;0.01172788,0.08362278;-0.7106034;0.1004591,0.09136903;-0.7630751;0.04443752,-0.0701964;0.006479758;-0.03782165,-0.1104802;-0.3692079;0.002625942,-0.1296311;-0.7082007;0.08757971,-0.130392;-0.6978665;-0.01046455,0.009158615;0.3998162;0.001800355,0;0;0,0.003754625;0.199858;0.006533556,0.01098799;0.4996391;0.0002961638,0.1236769;0.3663208;0.007314432,0.1650521;0.08974919;0.02132251,0.2083654;-0.179563;-0.04188276,-0.1058205;0.3632603;0.003054404,-0.280566;0.144483;0.002350266,-0.4701354;-0.05650291;-0.04312634,0.07268874;0.004300307;-0.03313389,0.07218338;-0.3720635;0.01930675,0.076876;-0.7113099;0.1052713,0.09000091;-0.7575175;0.04186681,-0.07188729;0.005579077;-0.03465675,-0.1123843;-0.3704178;0.002576496,-0.141567;-0.7091461;0.085712,-0.1402692;-0.7616588;0.02923208,0.008458138;0.3997992;0.005355589,8.835142
+0;0;0,0.00451551;0.1998921;0.004769594,0.0115048;0.4996144;-0.004098866,0.1243723;0.366267;0.001303136,0.1639462;0.08955759;0.0176074,0.1966844;-0.1799479;-0.05091283,-0.1050537;0.3632661;0.006230653,-0.278824;0.1437237;0.003982471,-0.4808864;-0.04528809;-0.03897486,0.0694392;0.004296843;-0.03949346,0.08140904;-0.3720449;0.01172788,0.08362278;-0.7106034;0.1004591,0.09136903;-0.7630751;0.04443752,-0.0701964;0.006479758;-0.03782165,-0.1104802;-0.3692079;0.002625942,-0.1296311;-0.7082007;0.08757971,-0.130392;-0.6978665;-0.01046455,0.009158615;0.3998162;0.001800355,0;0;0,0.003754625;0.199858;0.006533556,0.01098799;0.4996391;0.0002961638,0.1236769;0.3663208;0.007314432,0.1650521;0.08974919;0.02132251,0.2083654;-0.179563;-0.04188276,-0.1058205;0.3632603;0.003054404,-0.280566;0.144483;0.002350266,-0.4701354;-0.05650291;-0.04312634,0.07268874;0.004300307;-0.03313389,0.07218338;-0.3720635;0.01930675,0.076876;-0.7113099;0.1052713,0.09000091;-0.7575175;0.04186681,-0.07188729;0.005579077;-0.03465675,-0.1123843;-0.3704178;0.002576496,-0.141567;-0.7091461;0.085712,-0.1402692;-0.7616588;0.02923208,0.008458138;0.3997992;0.005355589,8.857639
+0;0;0,0.00451551;0.1998921;0.004769594,0.0115048;0.4996144;-0.004098866,0.1243723;0.366267;0.001303136,0.1639462;0.08955759;0.0176074,0.1966844;-0.1799479;-0.05091283,-0.1050537;0.3632661;0.006230653,-0.278824;0.1437237;0.003982471,-0.4808864;-0.04528809;-0.03897486,0.0694392;0.004296843;-0.03949346,0.08140904;-0.3720449;0.01172788,0.08362278;-0.7106034;0.1004591,0.09136903;-0.7630751;0.04443752,-0.0701964;0.006479758;-0.03782165,-0.1104802;-0.3692079;0.002625942,-0.1296311;-0.7082007;0.08757971,-0.130392;-0.6978665;-0.01046455,0.009158615;0.3998162;0.001800355,0;0;0,0.003812133;0.1998578;0.006507061,0.01115975;0.4996352;0.0002128948,0.1238244;0.3663454;0.007251526,0.1651948;0.08977449;0.02128804,0.2086453;-0.1795422;-0.04180399,-0.1057324;0.3634171;0.003026235,-0.2823274;0.1461294;0.002513752,-0.4754319;-0.05130017;-0.04366205,0.07267388;0.004305317;-0.03316581,0.07210445;-0.3720312;0.01946992,0.07684922;-0.7112944;0.1053651,0.08986322;-0.7575501;0.0419955,-0.07192613;0.005582792;-0.03457547,-0.1124442;-0.3704182;0.002594125,-0.1416194;-0.7091483;0.08572489,-0.1402673;-0.7616922;0.029292,0.008597972;0.3997968;0.005283863,8.880332
+0;0;0,0.00460998;0.1998903;0.004756783,0.01177605;0.4996087;-0.004106255,0.1245592;0.366188;0.001094968,0.1638756;0.08944544;0.01745839,0.1970108;-0.1799562;-0.05127897,-0.1049813;0.3637497;0.00665971,-0.2897564;0.1533867;0.004296863,-0.4971104;-0.02959605;-0.03953957,0.06935845;0.004233714;-0.03964191,0.08114561;-0.3720481;0.01205949,0.08325568;-0.7106538;0.1006133,0.0906174;-0.7632329;0.04469821,-0.07025886;0.006582944;-0.03768761,-0.1106989;-0.3691132;0.00252388,-0.1298611;-0.7080854;0.08755727,-0.1308094;-0.6977489;-0.01048583,0.009368153;0.3998116;0.001787633,0;0;0,0.003882849;0.1998583;0.006448247,0.01135627;0.4996292;-2.341019E-05,0.1239859;0.3663464;0.00719021,0.1654265;0.08978376;0.02118351,0.2088517;-0.1795735;-0.04175238,-0.1056008;0.3635035;0.002991073,-0.2844966;0.1481058;0.002646495,-0.4808704;-0.04602323;-0.04373514,0.07265448;0.004301551;-0.03320879,0.0720463;-0.3720231;0.01951125,0.07666244;-0.711262;0.1055091,0.08876123;-0.756478;0.04073119,-0.07197423;0.005575199;-0.03447647,-0.1125368;-0.3704218;0.002684336,-0.1416111;-0.7092237;0.08555731,-0.1406108;-0.7620947;0.02959837,0.00876065;0.3997943;0.005099653,8.913871
+0;0;0,0.00460998;0.1998903;0.004756783,0.01177605;0.4996087;-0.004106255,0.1245592;0.366188;0.001094968,0.1638756;0.08944544;0.01745839,0.1970108;-0.1799562;-0.05127897,-0.1049813;0.3637497;0.00665971,-0.2897564;0.1533867;0.004296863,-0.4971104;-0.02959605;-0.03953957,0.06935845;0.004233714;-0.03964191,0.08114561;-0.3720481;0.01205949,0.08325568;-0.7106538;0.1006133,0.0906174;-0.7632329;0.04469821,-0.07025886;0.006582944;-0.03768761,-0.1106989;-0.3691132;0.00252388,-0.1298611;-0.7080854;0.08755727,-0.1308094;-0.6977489;-0.01048583,0.009368153;0.3998116;0.001787633,0;0;0,0.003989001;0.1998579;0.006396981,0.01157208;0.4996246;-0.0001628464,0.1241464;0.3662498;0.00708654,0.1658357;0.08972242;0.02103747,0.2089328;-0.1797617;-0.04157989,-0.1054318;0.3635553;0.002964343,-0.286411;0.1499048;0.002987523,-0.4853012;-0.04162933;-0.04345996,0.07264562;0.004300037;-0.03322835,0.07200968;-0.3720212;0.01951544,0.07673866;-0.7112187;0.1056702,0.08890782;-0.7568746;0.04141989,-0.07198522;0.005581223;-0.03445254,-0.1126849;-0.3704035;0.002682127,-0.1416479;-0.7092426;0.08544227,-0.1416502;-0.762122;0.02948684,0.008948669;0.3997914;0.004979632,8.936003
+0;0;0,0.00460998;0.1998903;0.004756783,0.01177605;0.4996087;-0.004106255,0.1245592;0.366188;0.001094968,0.1638756;0.08944544;0.01745839,0.1970108;-0.1799562;-0.05127897,-0.1049813;0.3637497;0.00665971,-0.2897564;0.1533867;0.004296863,-0.4971104;-0.02959605;-0.03953957,0.06935845;0.004233714;-0.03964191,0.08114561;-0.3720481;0.01205949,0.08325568;-0.7106538;0.1006133,0.0906174;-0.7632329;0.04469821,-0.07025886;0.006582944;-0.03768761,-0.1106989;-0.3691132;0.00252388,-0.1298611;-0.7080854;0.08755727,-0.1308094;-0.6977489;-0.01048583,0.009368153;0.3998116;0.001787633,0;0;0,0.004082739;0.1998583;0.006324307,0.01174286;0.4996216;-0.000324659,0.1242908;0.3662156;0.006993841,0.1660194;0.08969659;0.02099326,0.2090521;-0.1797965;-0.04162976,-0.1053023;0.3636276;0.002929626,-0.2884759;0.1518555;0.003003472,-0.4910313;-0.03586532;-0.04317205,0.07263735;0.00431615;-0.03324434,0.07193458;-0.3720028;0.01951489,0.07658675;-0.7112045;0.1056578,0.08893552;-0.7567269;0.04128481,-0.07198914;0.005572793;-0.03444571,-0.1127277;-0.3704147;0.002619132,-0.1416072;-0.7092512;0.08541881,-0.1407531;-0.7643538;0.03291332,0.009103464;0.3997897;0.004835491,8.969451
+0;0;0,0.004728507;0.1998879;0.004741527,0.01211064;0.4996015;-0.004114229,0.1247737;0.3660337;0.0008793742,0.1638707;0.08927351;0.01746952,0.1971809;-0.1799662;-0.05181561,-0.1048924;0.3643575;0.007120227,-0.3002009;0.1637571;0.00336593,-0.5159368;-0.009643212;-0.0389466,0.06929154;0.004172624;-0.03976522,0.08113703;-0.3721213;0.01183493,0.0830294;-0.7106404;0.1007236,0.09102935;-0.7631536;0.04479868,-0.07031901;0.006620519;-0.03756868,-0.1120842;-0.3689959;0.002028946,-0.1308537;-0.707866;0.08755559,-0.1319879;-0.6975367;-0.01048408,0.009627517;0.3998058;0.001772802,0;0;0,0.004082739;0.1998583;0.006324307,0.01174286;0.4996216;-0.000324659,0.1242908;0.3662156;0.006993841,0.1660194;0.08969659;0.02099326,0.2090521;-0.1797965;-0.04162976,-0.1053023;0.3636276;0.002929626,-0.2884759;0.1518555;0.003003472,-0.4910313;-0.03586532;-0.04317205,0.07263735;0.00431615;-0.03324434,0.07193458;-0.3720028;0.01951489,0.07658675;-0.7112045;0.1056578,0.08893552;-0.7567269;0.04128481,-0.07198914;0.005572793;-0.03444571,-0.1127277;-0.3704147;0.002619132,-0.1416072;-0.7092512;0.08541881,-0.1407531;-0.7643538;0.03291332,0.009103464;0.3997897;0.004835491,8.991638
+0;0;0,0.004728507;0.1998879;0.004741527,0.01211064;0.4996015;-0.004114229,0.1247737;0.3660337;0.0008793742,0.1638707;0.08927351;0.01746952,0.1971809;-0.1799662;-0.05181561,-0.1048924;0.3643575;0.007120227,-0.3002009;0.1637571;0.00336593,-0.5159368;-0.009643212;-0.0389466,0.06929154;0.004172624;-0.03976522,0.08113703;-0.3721213;0.01183493,0.0830294;-0.7106404;0.1007236,0.09102935;-0.7631536;0.04479868,-0.07031901;0.006620519;-0.03756868,-0.1120842;-0.3689959;0.002028946,-0.1308537;-0.707866;0.08755559,-0.1319879;-0.6975367;-0.01048408,0.009627517;0.3998058;0.001772802,0;0;0,0.004204099;0.1998579;0.00625548,0.01199858;0.4996156;-0.0005100984,0.1244804;0.3661164;0.006834354,0.1663162;0.08961987;0.020957,0.2091499;-0.1799229;-0.04158873,-0.1051193;0.3637283;0.002875178,-0.291544;0.1548126;0.002699679,-0.4965228;-0.03027724;-0.04340278,0.07261347;0.004307812;-0.03329755,0.07184713;-0.3719432;0.01994332,0.07643858;-0.7110982;0.1062731,0.08852496;-0.7566942;0.04193675,-0.07201642;0.005560728;-0.0343906,-0.1127963;-0.3704315;0.002580825,-0.1416765;-0.7092699;0.08537257,-0.1410776;-0.7644651;0.03301393,0.009320972;0.3997863;0.004680569,9.014408
+0;0;0,0.004728507;0.1998879;0.004741527,0.01211064;0.4996015;-0.004114229,0.1247737;0.3660337;0.0008793742,0.1638707;0.08927351;0.01746952,0.1971809;-0.1799662;-0.05181561,-0.1048924;0.3643575;0.007120227,-0.3002009;0.1637571;0.00336593,-0.5159368;-0.009643212;-0.0389466,0.06929154;0.004172624;-0.03976522,0.08113703;-0.3721213;0.01183493,0.0830294;-0.7106404;0.1007236,0.09102935;-0.7631536;0.04479868,-0.07031901;0.006620519;-0.03756868,-0.1120842;-0.3689959;0.002028946,-0.1308537;-0.707866;0.08755559,-0.1319879;-0.6975367;-0.01048408,0.009627517;0.3998058;0.001772802,0;0;0,0.004267998;0.1998576;0.006222493,0.01210332;0.4996136;-0.0005817325,0.1245877;0.3661493;0.006742564,0.1664999;0.08966517;0.02088031,0.2091843;-0.1798635;-0.04182798,-0.1050375;0.363773;0.002841522,-0.2943495;0.1574701;0.002491669,-0.5013906;-0.02522762;-0.04393562,0.07260016;0.00431281;-0.03332591,0.0717514;-0.3719316;0.01995981,0.07640103;-0.711096;0.1062495,0.0891339;-0.7567214;0.04207256,-0.07203608;0.005567014;-0.03434838,-0.1130422;-0.3703786;0.002845719,-0.1415492;-0.7092606;0.08558824,-0.1414909;-0.7640033;0.03249706,0.009417679;0.3997849;0.004615849,9.048326
+0;0;0,0.004961138;0.1998837;0.004680298,0.01298418;0.4995776;-0.004284736,0.1253769;0.3659207;0.0006431862,0.1643811;0.08914959;0.01726897,0.1976127;-0.1800109;-0.05236048,-0.1044812;0.3651539;0.007532429,-0.3079656;0.1728753;0.002732175,-0.5299247;0.007274747;-0.03862717,0.06927488;0.004099046;-0.03980187,0.08105727;-0.3722023;0.01175846,0.08267915;-0.7107039;0.1007191,0.09011987;-0.7632586;0.04477837,-0.07032177;0.006726592;-0.03754467,-0.1119549;-0.3688805;0.002280265,-0.1308654;-0.707745;0.08779783,-0.1245088;-0.7641672;0.03789004,0.01026018;0.3997903;0.00163824,0;0;0,0.004327543;0.199858;0.006167596,0.01220032;0.4996126;-0.0006695222,0.1246801;0.3661556;0.006635001,0.1669541;0.08972421;0.02072702,0.2092322;-0.1799093;-0.04180573,-0.1049774;0.363866;0.002784416,-0.297478;0.1605375;0.001772772,-0.5059791;-0.02055013;-0.0444288,0.07256982;0.004317681;-0.03339128,0.0716764;-0.3719133;0.01998858,0.07634327;-0.7111326;0.1060614,0.08898804;-0.7575843;0.04285343,-0.07204199;0.005565822;-0.03433617,-0.1130489;-0.3703792;0.002862643,-0.1415614;-0.7092568;0.0856214,-0.1412327;-0.7639545;0.03245942,0.00950772;0.3997842;0.00452995,9.082262
+0;0;0,0.004961138;0.1998837;0.004680298,0.01298418;0.4995776;-0.004284736,0.1253769;0.3659207;0.0006431862,0.1643811;0.08914959;0.01726897,0.1976127;-0.1800109;-0.05236048,-0.1044812;0.3651539;0.007532429,-0.3079656;0.1728753;0.002732175,-0.5299247;0.007274747;-0.03862717,0.06927488;0.004099046;-0.03980187,0.08105727;-0.3722023;0.01175846,0.08267915;-0.7107039;0.1007191,0.09011987;-0.7632586;0.04477837,-0.07032177;0.006726592;-0.03754467,-0.1119549;-0.3688805;0.002280265,-0.1308654;-0.707745;0.08779783,-0.1245088;-0.7641672;0.03789004,0.01026018;0.3997903;0.00163824,0;0;0,0.004419031;0.1998586;0.006085092,0.0124363;0.4996068;-0.0008748798,0.1248431;0.3660676;0.006532132,0.1672907;0.08965135;0.02039815,0.209332;-0.1800525;-0.04199049,-0.1048456;0.3640391;0.002776268,-0.3003631;0.1636113;0.00151171,-0.5115666;-0.01420896;-0.04510408,0.07256781;0.004308779;-0.03339681,0.07167377;-0.3719176;0.02001562,0.07637187;-0.7111589;0.106,0.09057174;-0.7572448;0.04268104,-0.07203995;0.005582862;-0.0343377,-0.1130227;-0.3703746;0.002761718,-0.1415815;-0.709263;0.08546057,-0.1401699;-0.7642975;0.03285698,0.009696846;0.3997815;0.004358903,9.115346
+0;0;0,0.004961138;0.1998837;0.004680298,0.01298418;0.4995776;-0.004284736,0.1253769;0.3659207;0.0006431862,0.1643811;0.08914959;0.01726897,0.1976127;-0.1800109;-0.05236048,-0.1044812;0.3651539;0.007532429,-0.3079656;0.1728753;0.002732175,-0.5299247;0.007274747;-0.03862717,0.06927488;0.004099046;-0.03980187,0.08105727;-0.3722023;0.01175846,0.08267915;-0.7107039;0.1007191,0.09011987;-0.7632586;0.04477837,-0.07032177;0.006726592;-0.03754467,-0.1119549;-0.3688805;0.002280265,-0.1308654;-0.707745;0.08779783,-0.1245088;-0.7641672;0.03789004,0.01026018;0.3997903;0.00163824,0;0;0,0.004494573;0.1998586;0.006029027,0.01257211;0.4996054;-0.0009386349,0.1249512;0.3660183;0.006309009,0.1671981;0.08957767;0.0203011,0.2092637;-0.1800631;-0.04234342,-0.1047764;0.3641974;0.002747074,-0.3034782;0.1669312;0.0008266771,-0.5171681;-0.007816404;-0.04607629,0.07251407;0.004310306;-0.03351314,0.07163061;-0.3718773;0.02017171,0.076341;-0.7111139;0.1061739,0.09071508;-0.7571018;0.04277644,-0.07206351;0.005582399;-0.03428829,-0.1130689;-0.3703856;0.002680346,-0.1415756;-0.7092885;0.08533736,-0.1425176;-0.7643424;0.03275462,0.009816272;0.3997802;0.004288285,9.148661
+0;0;0,0.005229258;0.1998776;0.004646645,0.01383614;0.4995557;-0.004319095,0.125953;0.3656817;0.0003576704,0.164585;0.08885115;0.01686331,0.1975916;-0.1803325;-0.05278379,-0.1040122;0.3658047;0.007943254,-0.3162766;0.1832568;0.003462019,-0.549031;0.03378861;-0.03995052,0.0692037;0.00403215;-0.03993232,0.0807252;-0.3722308;0.01196607,0.08200885;-0.7106999;0.1010561,0.08909515;-0.7632242;0.04502467,-0.07037994;0.006791824;-0.03742372,-0.1121332;-0.3687977;0.002440583,-0.1310169;-0.7076631;0.08796035,-0.124631;-0.7641312;0.03813567,0.01090432;0.3997738;0.001595473,0;0;0,0.004557739;0.1998584;0.005987625,0.0127468;0.4996006;-0.00105569,0.1250864;0.3660198;0.006243994,0.167304;0.08956864;0.02011606,0.2094351;-0.179979;-0.0428841,-0.1047093;0.3644095;0.002722552,-0.3064131;0.1702237;-1.089345E-05,-0.521531;-0.00304015;-0.04587927,0.07248358;0.00430147;-0.03358017,0.07166835;-0.3718667;0.02024253,0.07640895;-0.7111259;0.1061538,0.09030618;-0.75686;0.04234777,-0.07207549;0.005589795;-0.03426189,-0.1130399;-0.3703831;0.002701174,-0.1415407;-0.7092853;0.08536339,-0.1424892;-0.7643505;0.03279905,0.009950763;0.3997776;0.004192429,9.18209
+0;0;0,0.005229258;0.1998776;0.004646645,0.01383614;0.4995557;-0.004319095,0.125953;0.3656817;0.0003576704,0.164585;0.08885115;0.01686331,0.1975916;-0.1803325;-0.05278379,-0.1040122;0.3658047;0.007943254,-0.3162766;0.1832568;0.003462019,-0.549031;0.03378861;-0.03995052,0.0692037;0.00403215;-0.03993232,0.0807252;-0.3722308;0.01196607,0.08200885;-0.7106999;0.1010561,0.08909515;-0.7632242;0.04502467,-0.07037994;0.006791824;-0.03742372,-0.1121332;-0.3687977;0.002440583,-0.1310169;-0.7076631;0.08796035,-0.124631;-0.7641312;0.03813567,0.01090432;0.3997738;0.001595473,0;0;0,0.004722118;0.1998548;0.00598169,0.01315346;0.4995915;-0.001026306,0.1253647;0.3658749;0.006172845,0.16739;0.08938792;0.0199141,0.2096765;-0.1799912;-0.0436997,-0.1044801;0.3646881;0.002742511,-0.3087392;0.1732074;-0.0009101678,-0.5252084;0.001482308;-0.04620473,0.07238913;0.004279702;-0.03378608,0.07155035;-0.3718246;0.02048047,0.07635263;-0.7110577;0.1064912,0.09091572;-0.7565908;0.04259554,-0.07212752;0.005606404;-0.0341495,-0.1131654;-0.3703624;0.00277428,-0.1415857;-0.7092351;0.08558463,-0.1428162;-0.763451;0.03167577,0.01026804;0.39977;0.004202337,9.204249
+0;0;0,0.005229258;0.1998776;0.004646645,0.01383614;0.4995557;-0.004319095,0.125953;0.3656817;0.0003576704,0.164585;0.08885115;0.01686331,0.1975916;-0.1803325;-0.05278379,-0.1040122;0.3658047;0.007943254,-0.3162766;0.1832568;0.003462019,-0.549031;0.03378861;-0.03995052,0.0692037;0.00403215;-0.03993232,0.0807252;-0.3722308;0.01196607,0.08200885;-0.7106999;0.1010561,0.08909515;-0.7632242;0.04502467,-0.07037994;0.006791824;-0.03742372,-0.1121332;-0.3687977;0.002440583,-0.1310169;-0.7076631;0.08796035,-0.124631;-0.7641312;0.03813567,0.01090432;0.3997738;0.001595473,0;0;0,0.004775463;0.1998549;0.005936118,0.01325316;0.4995895;-0.001112167,0.1254427;0.365839;0.006080602,0.1676004;0.0893679;0.01973498,0.209511;-0.1800129;-0.04412048,-0.1044393;0.3648393;0.002724807,-0.3117267;0.1766528;-0.001489979,-0.5301003;0.007330537;-0.04668905,0.07238485;0.004282078;-0.03379492,0.07156065;-0.3718178;0.02050261,0.07597962;-0.7109292;0.1070121,0.09094054;-0.7564594;0.04320471,-0.07213072;0.005604484;-0.03414306,-0.113336;-0.3703497;0.002742667,-0.1416405;-0.7091904;0.08572379,-0.1437066;-0.7633422;0.0317404,0.01035603;0.3997688;0.004125136,9.237386
+0;0;0,0.005484734;0.1998721;0.004589615,0.0145243;0.4995359;-0.004432191,0.1264103;0.3653717;0.0002551799,0.1651257;0.08853868;0.01652117,0.1979879;-0.1805959;-0.05338334,-0.1036144;0.3663609;0.008190956,-0.3243139;0.194151;0.002232686,-0.5586765;0.04664779;-0.0392035,0.06920258;0.003972764;-0.0399402,0.08050709;-0.3722677;0.01216817,0.08177686;-0.7107357;0.1012625,0.08772306;-0.7631514;0.04493925,-0.07038582;0.006827299;-0.03740618,-0.1123714;-0.3687299;0.002518341,-0.1312428;-0.7075692;0.08814418,-0.1245842;-0.7637203;0.03780878,0.01144964;0.3997592;0.001497063,0;0;0,0.004775463;0.1998549;0.005936118,0.01325316;0.4995895;-0.001112167,0.1254427;0.365839;0.006080602,0.1676004;0.0893679;0.01973498,0.209511;-0.1800129;-0.04412048,-0.1044393;0.3648393;0.002724807,-0.3117267;0.1766528;-0.001489979,-0.5301003;0.007330537;-0.04668905,0.07238485;0.004282078;-0.03379492,0.07156065;-0.3718178;0.02050261,0.07597962;-0.7109292;0.1070121,0.09094054;-0.7564594;0.04320471,-0.07213072;0.005604484;-0.03414306,-0.113336;-0.3703497;0.002742667,-0.1416405;-0.7091904;0.08572379,-0.1437066;-0.7633422;0.0317404,0.01035603;0.3997688;0.004125136,9.26021
+0;0;0,0.005484734;0.1998721;0.004589615,0.0145243;0.4995359;-0.004432191,0.1264103;0.3653717;0.0002551799,0.1651257;0.08853868;0.01652117,0.1979879;-0.1805959;-0.05338334,-0.1036144;0.3663609;0.008190956,-0.3243139;0.194151;0.002232686,-0.5586765;0.04664779;-0.0392035,0.06920258;0.003972764;-0.0399402,0.08050709;-0.3722677;0.01216817,0.08177686;-0.7107357;0.1012625,0.08772306;-0.7631514;0.04493925,-0.07038582;0.006827299;-0.03740618,-0.1123714;-0.3687299;0.002518341,-0.1312428;-0.7075692;0.08814418,-0.1245842;-0.7637203;0.03780878,0.01144964;0.3997592;0.001497063,0;0;0,0.004893431;0.1998537;0.005878024,0.01356668;0.4995816;-0.001228265,0.1256485;0.3657106;0.006083296,0.1677957;0.08923662;0.01971189,0.2097029;-0.1801303;-0.04420418,-0.1042576;0.3650338;0.002772347,-0.313731;0.1792912;-0.001763573,-0.5341772;0.01285808;-0.04762734,0.07237887;0.004277728;-0.03380828,0.07149474;-0.3718875;0.02003366,0.07596152;-0.7108597;0.1070847,0.09132333;-0.7575064;0.04472046,-0.07214135;0.005606443;-0.03412026,-0.113334;-0.3703486;0.002771012,-0.1415288;-0.7092019;0.08573766,-0.1433101;-0.7637056;0.03229647,0.0106;0.3997636;0.00402258,9.283383
+0;0;0,0.005484734;0.1998721;0.004589615,0.0145243;0.4995359;-0.004432191,0.1264103;0.3653717;0.0002551799,0.1651257;0.08853868;0.01652117,0.1979879;-0.1805959;-0.05338334,-0.1036144;0.3663609;0.008190956,-0.3243139;0.194151;0.002232686,-0.5586765;0.04664779;-0.0392035,0.06920258;0.003972764;-0.0399402,0.08050709;-0.3722677;0.01216817,0.08177686;-0.7107357;0.1012625,0.08772306;-0.7631514;0.04493925,-0.07038582;0.006827299;-0.03740618,-0.1123714;-0.3687299;0.002518341,-0.1312428;-0.7075692;0.08814418,-0.1245842;-0.7637203;0.03780878,0.01144964;0.3997592;0.001497063,0;0;0,0.005036597;0.1998504;0.005869648,0.0139182;0.4995719;-0.001254759,0.1259252;0.3657052;0.005965557,0.1683363;0.08926266;0.01941317,0.2101298;-0.180175;-0.04427877,-0.1040719;0.3653188;0.002836476,-0.3159479;0.1823414;-0.002440091,-0.537639;0.01780666;-0.04914564,0.07230576;0.004291625;-0.03396261,0.07149174;-0.3718347;0.02015138,0.07609585;-0.7107546;0.1073987,0.0913671;-0.7573879;0.04499574,-0.07218067;0.005601171;-0.03403789,-0.1133498;-0.3703585;0.002832115,-0.1414604;-0.7091761;0.0859731,-0.1433868;-0.7631457;0.03170155,0.01087456;0.3997564;0.003998956,9.316382
+0;0;0,0.00560317;0.199869;0.004579653,0.01479836;0.4995286;-0.004431286,0.1266131;0.3652853;0.0001226045,0.1652173;0.08843669;0.016388,0.1981748;-0.1805398;-0.05407777,-0.1035179;0.366861;0.00842349,-0.3312951;0.204108;0.003037118,-0.5762264;0.07431208;-0.03648105,0.0691494;0.003959081;-0.04003357,0.08040512;-0.3722504;0.01230898,0.08125437;-0.7106919;0.101509,0.08813838;-0.7634799;0.0458425,-0.07042614;0.00684962;-0.03732614,-0.112729;-0.3686804;0.00251982,-0.1316178;-0.7074575;0.08838739,-0.1333487;-0.6971413;-0.009640969,0.01167789;0.3997529;0.001492137,0;0;0,0.005097767;0.1998483;0.005889907,0.01404068;0.4995691;-0.001196019,0.1260285;0.365714;0.006000419,0.1682654;0.08924639;0.01948052,0.2101057;-0.1800787;-0.04465533,-0.1039932;0.3653852;0.002897629,-0.3184021;0.1853923;-0.002703259,-0.5423886;0.02402584;-0.04951092,0.07229229;0.004281587;-0.03399254,0.07152504;-0.3718174;0.02031217,0.07621516;-0.7107204;0.1076204,0.09135491;-0.7573563;0.04518851,-0.07219587;0.005607999;-0.0340045,-0.1133389;-0.3703516;0.002895307,-0.1418084;-0.7090935;0.08622245,-0.142733;-0.7634361;0.03250574,0.01097429;0.3997534;0.004041611,9.34987
+0;0;0,0.00560317;0.199869;0.004579653,0.01479836;0.4995286;-0.004431286,0.1266131;0.3652853;0.0001226045,0.1652173;0.08843669;0.016388,0.1981748;-0.1805398;-0.05407777,-0.1035179;0.366861;0.00842349,-0.3312951;0.204108;0.003037118,-0.5762264;0.07431208;-0.03648105,0.0691494;0.003959081;-0.04003357,0.08040512;-0.3722504;0.01230898,0.08125437;-0.7106919;0.101509,0.08813838;-0.7634799;0.0458425,-0.07042614;0.00684962;-0.03732614,-0.112729;-0.3686804;0.00251982,-0.1316178;-0.7074575;0.08838739,-0.1333487;-0.6971413;-0.009640969,0.01167789;0.3997529;0.001492137,0;0;0,0.005153858;0.1998482;0.005843136,0.01416528;0.499566;-0.001285483,0.1261286;0.3657024;0.006016057,0.1683217;0.0892255;0.01944303,0.2100611;-0.18004;-0.04500788,-0.1039127;0.3654619;0.002882616,-0.3204889;0.1880977;-0.003176262,-0.5487797;0.0325242;-0.04878501,0.07229275;0.004270035;-0.03399301,0.07153104;-0.3718218;0.02036062,0.0761532;-0.7107623;0.107527,0.09105632;-0.7574495;0.04510124,-0.07219718;0.005617997;-0.03400006,-0.1134001;-0.3703519;0.002727456,-0.1417937;-0.7090632;0.08620461,-0.1424608;-0.7634372;0.03253341,0.01107886;0.3997515;0.003962358,9.383364
+0;0;0,0.00560317;0.199869;0.004579653,0.01479836;0.4995286;-0.004431286,0.1266131;0.3652853;0.0001226045,0.1652173;0.08843669;0.016388,0.1981748;-0.1805398;-0.05407777,-0.1035179;0.366861;0.00842349,-0.3312951;0.204108;0.003037118,-0.5762264;0.07431208;-0.03648105,0.0691494;0.003959081;-0.04003357,0.08040512;-0.3722504;0.01230898,0.08125437;-0.7106919;0.101509,0.08813838;-0.7634799;0.0458425,-0.07042614;0.00684962;-0.03732614,-0.112729;-0.3686804;0.00251982,-0.1316178;-0.7074575;0.08838739,-0.1333487;-0.6971413;-0.009640969,0.01167789;0.3997529;0.001492137,0;0;0,0.005276681;0.1998468;0.005778465,0.01443702;0.4995585;-0.001426182,0.1263042;0.3655578;0.006127842,0.1684798;0.08906618;0.01930202,0.2100672;-0.1802448;-0.04505713,-0.1037003;0.3654836;0.002888966,-0.3223691;0.1907203;-0.003568383,-0.5505584;0.03490792;-0.04886895,0.07229437;0.004249819;-0.03399212,0.07161389;-0.371797;0.02067342,0.0761282;-0.7107271;0.1078859,0.09025843;-0.757431;0.04530121,-0.07220403;0.005638588;-0.0339821,-0.1133964;-0.3703824;0.002230983,-0.1417373;-0.7090009;0.08610177,-0.1407719;-0.7641839;0.03372879,0.01130028;0.3997468;0.003843887,9.416732
+0;0;0,0.005739508;0.1998661;0.004540678,0.01511991;0.4995181;-0.00452597,0.1268577;0.3652139;-4.841376E-05,0.1651142;0.08830997;0.01609751,0.1979871;-0.1805732;-0.0547629,-0.1034282;0.3675376;0.008640307,-0.336983;0.2132256;0.002321817,-0.5844033;0.08801949;-0.03649366,0.06909977;0.003934412;-0.04012159,0.08021713;-0.3722587;0.01236773,0.08092015;-0.7106715;0.1016775,0.08849684;-0.7634032;0.04601712,-0.07046417;0.006885647;-0.03724765,-0.1129159;-0.368632;0.00255613,-0.1317653;-0.7074031;0.08845647,-0.1336077;-0.6970915;-0.009568892,0.01194284;0.3997454;0.001416219,0;0;0,0.005337543;0.1998455;0.005770408,0.01451513;0.4995577;-0.001390766,0.1264002;0.3656308;0.006252087,0.1685912;0.0891262;0.01910248,0.2100105;-0.1802522;-0.04508251,-0.1036913;0.3657083;0.002892325,-0.3240129;0.1930407;-0.003762442,-0.553227;0.03858729;-0.04854016,0.072236;0.004257602;-0.03411498,0.0715608;-0.3717429;0.02086847,0.07601641;-0.7107402;0.1078224,0.09053223;-0.7572758;0.04511997,-0.07224496;0.005638554;-0.033895,-0.1137475;-0.3703609;0.002187349,-0.141872;-0.708936;0.08630609,-0.1409048;-0.764443;0.03446379,0.01137631;0.3997452;0.003862521,9.438798
+0;0;0,0.005739508;0.1998661;0.004540678,0.01511991;0.4995181;-0.00452597,0.1268577;0.3652139;-4.841376E-05,0.1651142;0.08830997;0.01609751,0.1979871;-0.1805732;-0.0547629,-0.1034282;0.3675376;0.008640307,-0.336983;0.2132256;0.002321817,-0.5844033;0.08801949;-0.03649366,0.06909977;0.003934412;-0.04012159,0.08021713;-0.3722587;0.01236773,0.08092015;-0.7106715;0.1016775,0.08849684;-0.7634032;0.04601712,-0.07046417;0.006885647;-0.03724765,-0.1129159;-0.368632;0.00255613,-0.1317653;-0.7074031;0.08845647,-0.1336077;-0.6970915;-0.009568892,0.01194284;0.3997454;0.001416219,0;0;0,0.005337543;0.1998455;0.005770408,0.01451513;0.4995577;-0.001390766,0.1264002;0.3656308;0.006252087,0.1685912;0.0891262;0.01910248,0.2100105;-0.1802522;-0.04508251,-0.1036913;0.3657083;0.002892325,-0.3240129;0.1930407;-0.003762442,-0.553227;0.03858729;-0.04854016,0.072236;0.004257602;-0.03411498,0.0715608;-0.3717429;0.02086847,0.07601641;-0.7107402;0.1078224,0.09053223;-0.7572758;0.04511997,-0.07224496;0.005638554;-0.033895,-0.1137475;-0.3703609;0.002187349,-0.141872;-0.708936;0.08630609,-0.1409048;-0.764443;0.03446379,0.01137631;0.3997452;0.003862521,9.461191
+0;0;0,0.005739508;0.1998661;0.004540678,0.01511991;0.4995181;-0.00452597,0.1268577;0.3652139;-4.841376E-05,0.1651142;0.08830997;0.01609751,0.1979871;-0.1805732;-0.0547629,-0.1034282;0.3675376;0.008640307,-0.336983;0.2132256;0.002321817,-0.5844033;0.08801949;-0.03649366,0.06909977;0.003934412;-0.04012159,0.08021713;-0.3722587;0.01236773,0.08092015;-0.7106715;0.1016775,0.08849684;-0.7634032;0.04601712,-0.07046417;0.006885647;-0.03724765,-0.1129159;-0.368632;0.00255613,-0.1317653;-0.7074031;0.08845647,-0.1336077;-0.6970915;-0.009568892,0.01194284;0.3997454;0.001416219,0;0;0,0.005384747;0.1998447;0.005751694,0.01458145;0.4995569;-0.001394545,0.1264459;0.3655694;0.006239522,0.1685412;0.08905229;0.01913335,0.2098994;-0.1803368;-0.04504629,-0.1036616;0.3658239;0.002812262,-0.3260089;0.1957915;-0.004304251,-0.5572156;0.04409491;-0.04825412,0.07224656;0.004249171;-0.03409368,0.07151612;-0.3717574;0.0208476,0.07603472;-0.7107421;0.107847,0.08977534;-0.7585449;0.04654503,-0.07222946;0.005645262;-0.0339269,-0.1141028;-0.3702723;0.002577934,-0.141615;-0.7088661;0.0868232,-0.1425847;-0.7636641;0.03382922,0.01143988;0.399744;0.00385091,9.484116
+0;0;0,0.005842757;0.1998652;0.00444419,0.01535078;0.499507;-0.004819,0.1270009;0.3650446;-0.000282097,0.1649562;0.08809718;0.01582839,0.1978943;-0.1806635;-0.05546527,-0.1034032;0.3682009;0.008686459,-0.3426914;0.2229392;0.002348785,-0.5974458;0.1128715;-0.03487081,0.06900588;0.003975693;-0.04027881,0.08004158;-0.3721853;0.01245725,0.08032985;-0.7104815;0.1022104,0.08842161;-0.7634065;0.04691153,-0.07053106;0.006902356;-0.03711773,-0.113139;-0.3686237;0.002439141,-0.131993;-0.7074038;0.08830268,-0.1256098;-0.7637569;0.03827855,0.01213549;0.3997398;0.001195515,0;0;0,0.005426808;0.1998456;0.005680732,0.014671;0.4995536;-0.001581047,0.1265328;0.3656189;0.006259932,0.168604;0.08909675;0.01912532,0.2098321;-0.1803119;-0.04505609,-0.1036672;0.3660989;0.002691416,-0.3278165;0.1984487;-0.004414241,-0.5655969;0.05693635;-0.04724796,0.07223597;0.004247721;-0.03411629,0.07152717;-0.3717454;0.02091681,0.07605425;-0.7107713;0.1077554,0.08955994;-0.7587204;0.04658727,-0.07223769;0.00564737;-0.03390904,-0.1141243;-0.3702658;0.002626814,-0.1417368;-0.7088191;0.087002,-0.1423128;-0.7635065;0.03382574,0.01151544;0.3997432;0.003703556,9.517102
+0;0;0,0.005842757;0.1998652;0.00444419,0.01535078;0.499507;-0.004819,0.1270009;0.3650446;-0.000282097,0.1649562;0.08809718;0.01582839,0.1978943;-0.1806635;-0.05546527,-0.1034032;0.3682009;0.008686459,-0.3426914;0.2229392;0.002348785,-0.5974458;0.1128715;-0.03487081,0.06900588;0.003975693;-0.04027881,0.08004158;-0.3721853;0.01245725,0.08032985;-0.7104815;0.1022104,0.08842161;-0.7634065;0.04691153,-0.07053106;0.006902356;-0.03711773,-0.113139;-0.3686237;0.002439141,-0.131993;-0.7074038;0.08830268,-0.1256098;-0.7637569;0.03827855,0.01213549;0.3997398;0.001195515,0;0;0,0.005504682;0.1998438;0.005672372,0.01481189;0.499549;-0.001618318,0.1266479;0.3656074;0.006296586,0.1686248;0.08907062;0.01915466,0.2096639;-0.1804014;-0.04488142,-0.103625;0.3663613;0.002610965,-0.3296291;0.201243;-0.005011814,-0.5666565;0.0581446;-0.04673532,0.07222667;0.004210516;-0.03414058,0.07173332;-0.3717217;0.0213096,0.07628857;-0.7107627;0.1080875,0.08980165;-0.7593768;0.04777802,-0.07224318;0.005681238;-0.03389169,-0.1140384;-0.3702355;0.002711043,-0.1415875;-0.708786;0.0871183,-0.14143;-0.7631032;0.03335413,0.01163442;0.3997399;0.00367666,9.550694
+0;0;0,0.005842757;0.1998652;0.00444419,0.01535078;0.499507;-0.004819,0.1270009;0.3650446;-0.000282097,0.1649562;0.08809718;0.01582839,0.1978943;-0.1806635;-0.05546527,-0.1034032;0.3682009;0.008686459,-0.3426914;0.2229392;0.002348785,-0.5974458;0.1128715;-0.03487081,0.06900588;0.003975693;-0.04027881,0.08004158;-0.3721853;0.01245725,0.08032985;-0.7104815;0.1022104,0.08842161;-0.7634065;0.04691153,-0.07053106;0.006902356;-0.03711773,-0.113139;-0.3686237;0.002439141,-0.131993;-0.7074038;0.08830268,-0.1256098;-0.7637569;0.03827855,0.01213549;0.3997398;0.001195515,0;0;0,0.005546444;0.1998439;0.005626656,0.01491123;0.4995453;-0.001748009,0.1267329;0.3656322;0.006321558,0.168504;0.08906582;0.01921358,0.2095438;-0.1804201;-0.04476363,-0.1036052;0.3665703;0.002458085,-0.3312696;0.2037352;-0.004866758,-0.568911;0.06154096;-0.04618717,0.07223601;0.004210655;-0.03412081,0.07184772;-0.3717269;0.02129387,0.07651168;-0.7106725;0.1084382,0.08970671;-0.7585713;0.04713831,-0.07223359;0.005679925;-0.03391234,-0.1142846;-0.37018;0.002979957,-0.1413831;-0.7088362;0.08710836,-0.1413529;-0.7628194;0.03282366,0.01171449;0.3997383;0.003575488,9.584217
+0;0;0,0.005905379;0.199863;0.004462991,0.01548405;0.4995034;-0.004771851,0.1271008;0.3650164;-0.000438084,0.1647434;0.08803901;0.01588783,0.1975927;-0.1805937;-0.05592713,-0.1034464;0.3687754;0.008768703,-0.3483963;0.2332589;0.002867015,-0.6041812;0.1257605;-0.03479198,0.06891952;0.003990163;-0.04042497,0.07994527;-0.3721248;0.01264102,0.0799521;-0.7104151;0.1024167,0.08853231;-0.7632867;0.04711136,-0.07058538;0.006928452;-0.03700946,-0.1134968;-0.3685771;0.00241369,-0.1321612;-0.7073604;0.08830599,-0.1341399;-0.6970606;-0.00971435,0.01224549;0.3997363;0.001232474,0;0;0,0.005620894;0.1998424;0.005606016,0.01517161;0.4995364;-0.001829678,0.1269027;0.3655711;0.006328491,0.1684898;0.08897987;0.01928195,0.2093381;-0.1806114;-0.04437301,-0.1035137;0.3669051;0.00230218,-0.3331241;0.2068255;-0.005019359,-0.5781386;0.07798977;-0.04708134,0.07224587;0.004190462;-0.03410239,0.07192155;-0.371749;0.02129966,0.07643745;-0.7106733;0.1085346,0.08933286;-0.7585364;0.0471257,-0.07221799;0.005709401;-0.03394062,-0.1142466;-0.3701487;0.002995171,-0.1411799;-0.7088296;0.08707791,-0.1410153;-0.7627683;0.03272475,0.01190243;0.3997328;0.00351402,9.617909
+0;0;0,0.005905379;0.199863;0.004462991,0.01548405;0.4995034;-0.004771851,0.1271008;0.3650164;-0.000438084,0.1647434;0.08803901;0.01588783,0.1975927;-0.1805937;-0.05592713,-0.1034464;0.3687754;0.008768703,-0.3483963;0.2332589;0.002867015,-0.6041812;0.1257605;-0.03479198,0.06891952;0.003990163;-0.04042497,0.07994527;-0.3721248;0.01264102,0.0799521;-0.7104151;0.1024167,0.08853231;-0.7632867;0.04711136,-0.07058538;0.006928452;-0.03700946,-0.1134968;-0.3685771;0.00241369,-0.1321612;-0.7073604;0.08830599,-0.1341399;-0.6970606;-0.00971435,0.01224549;0.3997363;0.001232474,0;0;0,0.00565896;0.1998425;0.005563498,0.01525491;0.4995337;-0.001930067,0.1269592;0.3655271;0.006284841,0.1684343;0.0889273;0.01941413,0.2090268;-0.1807676;-0.0439651,-0.1035195;0.3671811;0.001997761,-0.3348226;0.2095418;-0.004982949,-0.5787268;0.07866852;-0.04720777,0.07225089;0.004185944;-0.03409232,0.07189317;-0.3717678;0.02121278,0.07644178;-0.7106375;0.1086581,0.08934529;-0.7585149;0.04726907,-0.07220791;0.005716198;-0.03396092,-0.1142737;-0.3701366;0.002986614,-0.1411061;-0.7087842;0.08723536,-0.1411583;-0.7628247;0.03303949,0.01197257;0.3997315;0.00343168,9.651153
+0;0;0,0.005905379;0.199863;0.004462991,0.01548405;0.4995034;-0.004771851,0.1271008;0.3650164;-0.000438084,0.1647434;0.08803901;0.01588783,0.1975927;-0.1805937;-0.05592713,-0.1034464;0.3687754;0.008768703,-0.3483963;0.2332589;0.002867015,-0.6041812;0.1257605;-0.03479198,0.06891952;0.003990163;-0.04042497,0.07994527;-0.3721248;0.01264102,0.0799521;-0.7104151;0.1024167,0.08853231;-0.7632867;0.04711136,-0.07058538;0.006928452;-0.03700946,-0.1134968;-0.3685771;0.00241369,-0.1321612;-0.7073604;0.08830599,-0.1341399;-0.6970606;-0.00971435,0.01224549;0.3997363;0.001232474,0;0;0,0.005692679;0.1998416;0.005560911,0.01534933;0.4995306;-0.001944815,0.1270332;0.365538;0.006308616,0.1683829;0.08892021;0.01945513,0.2083927;-0.1810137;-0.04327346,-0.1035422;0.3675224;0.001796915,-0.3365024;0.2123226;-0.004724419,-0.580062;0.08085993;-0.04710701,0.07225831;0.004166995;-0.03407893,0.07175162;-0.3718352;0.02089474,0.07643333;-0.7106974;0.108362,0.08924513;-0.758304;0.04661189,-0.07219855;0.005743338;-0.03397623,-0.1142695;-0.3701072;0.002988663,-0.1411705;-0.7087405;0.08727308,-0.1411533;-0.7635702;0.03432112,0.01204364;0.3997293;0.00342037,9.684402
+0;0;0,0.005979041;0.1998613;0.004440741,0.01563879;0.4994977;-0.004834973,0.1272175;0.3649691;-0.0004948786,0.1644524;0.08792326;0.01560424,0.1972593;-0.1807015;-0.05625974,-0.1035263;0.3695717;0.008740371,-0.3523234;0.2412613;0.002700217,-0.613387;0.1467475;-0.03353392,0.0688604;0.003985233;-0.04052607,0.07983064;-0.3720922;0.01281616,0.0797181;-0.7103007;0.1028997,0.08904387;-0.763288;0.0478893,-0.07062586;0.006929151;-0.03693201,-0.1135734;-0.368588;0.002341293,-0.1322993;-0.7073623;0.08825591,-0.1269384;-0.7638178;0.03828877,0.01237551;0.3997324;0.001184539,0;0;0,0.005720445;0.1998422;0.005510002,0.01537312;0.4995291;-0.002078182,0.1270596;0.3655363;0.006280066,0.1684587;0.08893481;0.01961099,0.2079921;-0.1811589;-0.0427307,-0.1035838;0.3677811;0.0016032,-0.338174;0.2150583;-0.004974018,-0.5823482;0.08456402;-0.04680887,0.07225937;0.004168275;-0.03407651,0.07176669;-0.3718277;0.02093956,0.07653331;-0.7108998;0.1075846,0.08780335;-0.758944;0.04608579,-0.07220104;0.005736437;-0.0339721,-0.1143922;-0.370077;0.003232341,-0.1412289;-0.7087283;0.08746473,-0.1400669;-0.7633547;0.03420102,0.01207242;0.3997293;0.003316406,9.71804
+0;0;0,0.005979041;0.1998613;0.004440741,0.01563879;0.4994977;-0.004834973,0.1272175;0.3649691;-0.0004948786,0.1644524;0.08792326;0.01560424,0.1972593;-0.1807015;-0.05625974,-0.1035263;0.3695717;0.008740371,-0.3523234;0.2412613;0.002700217,-0.613387;0.1467475;-0.03353392,0.0688604;0.003985233;-0.04052607,0.07983064;-0.3720922;0.01281616,0.0797181;-0.7103007;0.1028997,0.08904387;-0.763288;0.0478893,-0.07062586;0.006929151;-0.03693201,-0.1135734;-0.368588;0.002341293,-0.1322993;-0.7073623;0.08825591,-0.1269384;-0.7638178;0.03828877,0.01237551;0.3997324;0.001184539,0;0;0,0.005819486;0.1998418;0.005419483,0.0156587;0.4995176;-0.002355958,0.1272785;0.3655468;0.006276494,0.1686683;0.08895075;0.01974926,0.2077703;-0.1813035;-0.04216748,-0.1034485;0.3680794;0.001440291,-0.3401302;0.2186244;-0.005267021,-0.5857871;0.09094787;-0.04711672,0.07229237;0.004135826;-0.0340104,0.07177888;-0.3718696;0.02094124,0.07690254;-0.7110578;0.10711,0.08807612;-0.7591392;0.04564091,-0.07214156;0.005777223;-0.03409135,-0.1143096;-0.3700127;0.003375445,-0.1409901;-0.7086785;0.08759919,-0.1407758;-0.7633557;0.03440399,0.012292;0.3997237;0.003106098,9.751903
+0;0;0,0.005979041;0.1998613;0.004440741,0.01563879;0.4994977;-0.004834973,0.1272175;0.3649691;-0.0004948786,0.1644524;0.08792326;0.01560424,0.1972593;-0.1807015;-0.05625974,-0.1035263;0.3695717;0.008740371,-0.3523234;0.2412613;0.002700217,-0.613387;0.1467475;-0.03353392,0.0688604;0.003985233;-0.04052607,0.07983064;-0.3720922;0.01281616,0.0797181;-0.7103007;0.1028997,0.08904387;-0.763288;0.0478893,-0.07062586;0.006929151;-0.03693201,-0.1135734;-0.368588;0.002341293,-0.1322993;-0.7073623;0.08825591,-0.1269384;-0.7638178;0.03828877,0.01237551;0.3997324;0.001184539,0;0;0,0.00592232;0.1998409;0.005340354,0.0160763;0.4994994;-0.002679082,0.127556;0.3654935;0.006248607,0.1687159;0.08886662;0.01979201,0.2076558;-0.1815948;-0.04131709,-0.1032702;0.3685048;0.001229292,-0.3416783;0.2218177;-0.005440341,-0.589091;0.0974718;-0.04697371,0.07230384;0.004120412;-0.03398789,0.07151758;-0.3719492;0.02051914,0.07678103;-0.7111297;0.1067105,0.0886106;-0.7589186;0.0449939,-0.07212368;0.005798867;-0.03412548,-0.1142898;-0.3699847;0.003407724,-0.1408771;-0.7086757;0.08755928,-0.1401718;-0.7632439;0.03419511,0.01258853;0.3997146;0.002873854,9.785424
+0;0;0,0.006055994;0.1998597;0.004408657,0.01582018;0.4994912;-0.004914142,0.1273358;0.3648724;-0.0005672059,0.1644913;0.08781275;0.01547697,0.1972655;-0.1807387;-0.05667561,-0.1036197;0.3704936;0.008637805,-0.3609337;0.2605048;-0.0009520911,-0.6260192;0.1746706;-0.02855952,0.06877118;0.004044722;-0.04067141,0.0797258;-0.3720079;0.01284877,0.07955608;-0.7102225;0.1029093,0.08843813;-0.762801;0.04721459,-0.07069705;0.006938546;-0.03679382,-0.11356;-0.3685947;0.002417963,-0.1324058;-0.7073861;0.08823884,-0.128161;-0.763449;0.03749282,0.01252192;0.3997281;0.001122952,0;0;0,0.006005317;0.1998399;0.005285752,0.01628523;0.4994912;-0.002839217,0.1277063;0.3654427;0.006208797,0.1687064;0.08879846;0.01988217,0.2072428;-0.1818496;-0.04065373,-0.1031874;0.3688132;0.001091893,-0.3436007;0.2254352;-0.005553676,-0.5931556;0.1050874;-0.04603526,0.0722999;0.004116224;-0.03399679,0.07156458;-0.3719785;0.0203374,0.07686681;-0.7111132;0.1067061,0.08960473;-0.757624;0.04358834,-0.07212739;0.005797128;-0.0341179,-0.114299;-0.3699833;0.003440693,-0.1406951;-0.7087542;0.08733071,-0.1403191;-0.7640368;0.03511257,0.01275503;0.3997099;0.002748775,9.818694
+0;0;0,0.006055994;0.1998597;0.004408657,0.01582018;0.4994912;-0.004914142,0.1273358;0.3648724;-0.0005672059,0.1644913;0.08781275;0.01547697,0.1972655;-0.1807387;-0.05667561,-0.1036197;0.3704936;0.008637805,-0.3609337;0.2605048;-0.0009520911,-0.6260192;0.1746706;-0.02855952,0.06877118;0.004044722;-0.04067141,0.0797258;-0.3720079;0.01284877,0.07955608;-0.7102225;0.1029093,0.08843813;-0.762801;0.04721459,-0.07069705;0.006938546;-0.03679382,-0.11356;-0.3685947;0.002417963,-0.1324058;-0.7073861;0.08823884,-0.128161;-0.763449;0.03749282,0.01252192;0.3997281;0.001122952,0;0;0,0.006082172;0.19984;0.005195214,0.01647137;0.4994824;-0.00311016,0.1278353;0.3653813;0.006196796,0.1687509;0.08873248;0.02002842,0.2067527;-0.1821235;-0.03991252,-0.1031187;0.3691214;0.0009397359,-0.3448969;0.2280266;-0.005026708,-0.6007962;0.1208148;-0.04272534,0.07230204;0.004137972;-0.03398957,0.071491;-0.3719676;0.02026888,0.07682412;-0.7110837;0.1067083,0.08945603;-0.75854;0.0447328,-0.07212683;0.005771267;-0.0341235,-0.1142931;-0.3700307;0.003224678,-0.1407175;-0.7087473;0.08732467,-0.1400407;-0.7638988;0.03489597,0.0129072;0.3997059;0.002541585,9.852037
+0;0;0,0.006055994;0.1998597;0.004408657,0.01582018;0.4994912;-0.004914142,0.1273358;0.3648724;-0.0005672059,0.1644913;0.08781275;0.01547697,0.1972655;-0.1807387;-0.05667561,-0.1036197;0.3704936;0.008637805,-0.3609337;0.2605048;-0.0009520911,-0.6260192;0.1746706;-0.02855952,0.06877118;0.004044722;-0.04067141,0.0797258;-0.3720079;0.01284877,0.07955608;-0.7102225;0.1029093,0.08843813;-0.762801;0.04721459,-0.07069705;0.006938546;-0.03679382,-0.11356;-0.3685947;0.002417963,-0.1324058;-0.7073861;0.08823884,-0.128161;-0.763449;0.03749282,0.01252192;0.3997281;0.001122952,0;0;0,0.00618043;0.19984;0.005076296,0.01677424;0.4994677;-0.003489972,0.1280465;0.3653303;0.006150788,0.1689352;0.08868232;0.02007946,0.2066079;-0.1822039;-0.03993222,-0.1029722;0.3694342;0.0008021691,-0.3464572;0.2312828;-0.004607428,-0.6010568;0.1210371;-0.04235553,0.07231857;0.004099604;-0.03395904,0.07141975;-0.3720065;0.0202937,0.07692855;-0.7111962;0.1064331,0.0895099;-0.7597504;0.04584479,-0.07209514;0.005836898;-0.03417923,-0.1142388;-0.3699601;0.003244638,-0.1405568;-0.7086914;0.08731878,-0.1404935;-0.7637748;0.03477544,0.01313952;0.399699;0.002254467,9.874263
+0;0;0,0.006090102;0.1998579;0.004442181,0.01584776;0.4994912;-0.004829003,0.12736;0.3648496;-0.0006511568,0.1640412;0.08770958;0.01509429,0.1969737;-0.1808646;-0.05690113,-0.1038286;0.3713683;0.008307208,-0.3620815;0.263565;-0.0008514915,-0.6290787;0.1839754;-0.02874408,0.06875832;0.004043839;-0.04069325,0.07962693;-0.3720236;0.01273995,0.07964348;-0.7103157;0.1025088,0.08716001;-0.7631062;0.04692794,-0.0707136;0.006903547;-0.03676857,-0.1133654;-0.3687169;0.001833152,-0.1326397;-0.7074143;0.08792935,-0.1291371;-0.7637614;0.03761127,0.01255506;0.399727;0.001191907,0;0;0,0.006230939;0.1998408;0.00498453,0.01686242;0.4994616;-0.003765328,0.1281291;0.3653591;0.006166556,0.1688745;0.088698;0.02025321,0.2063153;-0.1822157;-0.03977977,-0.1029806;0.3697748;0.0006667676,-0.3483642;0.2350197;-0.00462145,-0.6022713;0.1229363;-0.04161453,0.07232224;0.004088801;-0.03395253,0.07136083;-0.3720075;0.0203672,0.07710327;-0.7111285;0.1067614,0.08979362;-0.758871;0.04515728,-0.0720892;0.005841496;-0.03419101,-0.1142516;-0.3699522;0.003244795,-0.1405535;-0.7086786;0.08734376,-0.1404059;-0.7637819;0.0348327,0.01322081;0.3996969;0.002044655,9.907655
+0;0;0,0.006090102;0.1998579;0.004442181,0.01584776;0.4994912;-0.004829003,0.12736;0.3648496;-0.0006511568,0.1640412;0.08770958;0.01509429,0.1969737;-0.1808646;-0.05690113,-0.1038286;0.3713683;0.008307208,-0.3620815;0.263565;-0.0008514915,-0.6290787;0.1839754;-0.02874408,0.06875832;0.004043839;-0.04069325,0.07962693;-0.3720236;0.01273995,0.07964348;-0.7103157;0.1025088,0.08716001;-0.7631062;0.04692794,-0.0707136;0.006903547;-0.03676857,-0.1133654;-0.3687169;0.001833152,-0.1326397;-0.7074143;0.08792935,-0.1291371;-0.7637614;0.03761127,0.01255506;0.399727;0.001191907,0;0;0,0.006230939;0.1998408;0.00498453,0.01686242;0.4994616;-0.003765328,0.1281291;0.3653591;0.006166556,0.1688745;0.088698;0.02025321,0.2063153;-0.1822157;-0.03977977,-0.1029806;0.3697748;0.0006667676,-0.3483642;0.2350197;-0.00462145,-0.6022713;0.1229363;-0.04161453,0.07232224;0.004088801;-0.03395253,0.07136083;-0.3720075;0.0203672,0.07710327;-0.7111285;0.1067614,0.08979362;-0.758871;0.04515728,-0.0720892;0.005841496;-0.03419101,-0.1142516;-0.3699522;0.003244795,-0.1405535;-0.7086786;0.08734376,-0.1404059;-0.7637819;0.0348327,0.01322081;0.3996969;0.002044655,9.930107
+0;0;0,0.006090102;0.1998579;0.004442181,0.01584776;0.4994912;-0.004829003,0.12736;0.3648496;-0.0006511568,0.1640412;0.08770958;0.01509429,0.1969737;-0.1808646;-0.05690113,-0.1038286;0.3713683;0.008307208,-0.3620815;0.263565;-0.0008514915,-0.6290787;0.1839754;-0.02874408,0.06875832;0.004043839;-0.04069325,0.07962693;-0.3720236;0.01273995,0.07964348;-0.7103157;0.1025088,0.08716001;-0.7631062;0.04692794,-0.0707136;0.006903547;-0.03676857,-0.1133654;-0.3687169;0.001833152,-0.1326397;-0.7074143;0.08792935,-0.1291371;-0.7637614;0.03761127,0.01255506;0.399727;0.001191907,0;0;0,0.006295445;0.1998411;0.004890872,0.01695465;0.4994579;-0.003966379,0.1282026;0.3653177;0.006122768,0.1687236;0.08863238;0.02037958,0.205809;-0.1825546;-0.03863127,-0.1029717;0.3700853;0.0005834264,-0.3497391;0.2378881;-0.004868519,-0.6050421;0.1290025;-0.04180517,0.07232988;0.004078309;-0.03393753,0.07125089;-0.3720166;0.02039006,0.07694253;-0.7110831;0.1070012,0.08927653;-0.7559144;0.04182341,-0.07208567;0.005843148;-0.03419815,-0.1143645;-0.3699472;0.003139388,-0.1405653;-0.7086156;0.08750305,-0.1407731;-0.763435;0.03453485,0.01331066;0.3996953;0.001876818,9.952429
+0;0;0,0.006126599;0.1998568;0.004443413,0.01590681;0.4994892;-0.004831262,0.1273969;0.3648;-0.0006474563,0.1637471;0.08761689;0.01510567,0.1967261;-0.1809531;-0.05688424,-0.1040123;0.3722922;0.008082309,-0.3671867;0.2771783;-0.001540329,-0.6397123;0.2200245;-0.03092104,0.06874216;0.004029864;-0.04072192,0.07963184;-0.3720302;0.01275966,0.07910571;-0.7100559;0.1035249,0.09072304;-0.7603634;0.04508042,-0.07072379;0.006900432;-0.03674955,-0.1133434;-0.3687299;0.001791261,-0.1328797;-0.707368;0.08806166,-0.1345911;-0.6970825;-0.009960853,0.01260651;0.3997253;0.001192089,0;0;0,0.006451233;0.1998387;0.004782673,0.01735792;0.4994428;-0.004206604,0.1284871;0.3652083;0.0061178,0.1689458;0.08851564;0.0204107,0.2057462;-0.182715;-0.03857823,-0.1027202;0.3703495;0.0004691216,-0.3511301;0.2412787;-0.00529433,-0.6071361;0.133736;-0.04128784,0.07234997;0.004032549;-0.03390015,0.07113086;-0.3720502;0.02050803,0.07680883;-0.711159;0.1069544,0.09104577;-0.755605;0.04172329,-0.07205114;0.005895563;-0.03426187,-0.1144443;-0.3698739;0.003156938,-0.140457;-0.7085582;0.08751475,-0.1411547;-0.7644155;0.0362503,0.01363244;0.3996856;0.001678,9.985704
+0;0;0,0.006126599;0.1998568;0.004443413,0.01590681;0.4994892;-0.004831262,0.1273969;0.3648;-0.0006474563,0.1637471;0.08761689;0.01510567,0.1967261;-0.1809531;-0.05688424,-0.1040123;0.3722922;0.008082309,-0.3671867;0.2771783;-0.001540329,-0.6397123;0.2200245;-0.03092104,0.06874216;0.004029864;-0.04072192,0.07963184;-0.3720302;0.01275966,0.07910571;-0.7100559;0.1035249,0.09072304;-0.7603634;0.04508042,-0.07072379;0.006900432;-0.03674955,-0.1133434;-0.3687299;0.001791261,-0.1328797;-0.707368;0.08806166,-0.1345911;-0.6970825;-0.009960853,0.01260651;0.3997253;0.001192089,0;0;0,0.006532353;0.1998383;0.00469026,0.01756304;0.4994329;-0.004459599,0.1286387;0.3651749;0.00602467,0.1690433;0.08847535;0.02033665,0.2055836;-0.1828043;-0.03858868,-0.1026299;0.3706397;0.0002556872,-0.3539989;0.247456;-0.006021332,-0.6109833;0.1418538;-0.04076648,0.07235467;0.004038601;-0.03388939,0.07102913;-0.3720518;0.02046338,0.07686047;-0.7111278;0.1070286,0.09108345;-0.7557126;0.04195319,-0.07203517;0.005893543;-0.03429579,-0.1144182;-0.3698694;0.003199156,-0.1405533;-0.7085708;0.08745086,-0.140939;-0.7649676;0.03709758,0.01379661;0.3996805;0.001479881,10.0086
+0;0;0,0.006126599;0.1998568;0.004443413,0.01590681;0.4994892;-0.004831262,0.1273969;0.3648;-0.0006474563,0.1637471;0.08761689;0.01510567,0.1967261;-0.1809531;-0.05688424,-0.1040123;0.3722922;0.008082309,-0.3671867;0.2771783;-0.001540329,-0.6397123;0.2200245;-0.03092104,0.06874216;0.004029864;-0.04072192,0.07963184;-0.3720302;0.01275966,0.07910571;-0.7100559;0.1035249,0.09072304;-0.7603634;0.04508042,-0.07072379;0.006900432;-0.03674955,-0.1133434;-0.3687299;0.001791261,-0.1328797;-0.707368;0.08806166,-0.1345911;-0.6970825;-0.009960853,0.01260651;0.3997253;0.001192089,0;0;0,0.006585709;0.1998381;0.004623209,0.01776082;0.4994201;-0.004748901,0.1287856;0.365187;0.00594869,0.1690797;0.08847108;0.02025433,0.2055599;-0.182828;-0.03861862,-0.1025699;0.3709818;9.494578E-05,-0.3555354;0.2511405;-0.006723022,-0.6139516;0.1486347;-0.04009481,0.0723583;0.004039981;-0.03388149,0.07103607;-0.3720564;0.02043073,0.07708378;-0.711216;0.1066523,0.09112825;-0.7558039;0.04154162,-0.0720266;0.005899153;-0.0343128,-0.1144928;-0.3698652;0.003073219,-0.1407221;-0.7085463;0.08737701,-0.1371353;-0.6995285;-0.01033115,0.01394334;0.3996747;0.001274395,10.04243
+0;0;0,0.006180672;0.1998555;0.004424985,0.01601068;0.4994843;-0.004906344,0.127485;0.3647939;-0.0006369092,0.1636953;0.08758575;0.01499804,0.1967055;-0.1809628;-0.0570576,-0.10416;0.3732053;0.007609288,-0.3699743;0.285847;-0.002940239,-0.6416723;0.2239254;-0.03025224,0.06872722;0.003997905;-0.04075029,0.0797449;-0.3720319;0.01291735,0.07899118;-0.7100794;0.1035994,0.09101133;-0.7596548;0.04424222,-0.07073356;0.006910633;-0.03672881,-0.1134654;-0.3686975;0.001904134,-0.1329572;-0.7073176;0.08825538,-0.1344885;-0.69704;-0.009768531,0.01269452;0.3997224;0.001139939,0;0;0,0.006725596;0.1998354;0.004538275,0.01819528;0.499402;-0.004970423,0.1291091;0.3651615;0.005806888,0.1691581;0.08842528;0.02040622,0.205409;-0.1827571;-0.039142,-0.1023915;0.3715903;-9.279279E-05,-0.3570172;0.255348;-0.007407123,-0.6174687;0.1579876;-0.04036094,0.07237594;0.004014736;-0.03384679,0.07101298;-0.3720891;0.02041252,0.07678545;-0.711297;0.1064627,0.09086859;-0.7558803;0.04135497,-0.07200512;0.005919641;-0.03435433,-0.1144947;-0.369842;0.003033638,-0.1406946;-0.7085023;0.08742976,-0.1370759;-0.6994954;-0.01027486,0.01427251;0.3996633;0.001097442,10.07512
+0;0;0,0.006180672;0.1998555;0.004424985,0.01601068;0.4994843;-0.004906344,0.127485;0.3647939;-0.0006369092,0.1636953;0.08758575;0.01499804,0.1967055;-0.1809628;-0.0570576,-0.10416;0.3732053;0.007609288,-0.3699743;0.285847;-0.002940239,-0.6416723;0.2239254;-0.03025224,0.06872722;0.003997905;-0.04075029,0.0797449;-0.3720319;0.01291735,0.07899118;-0.7100794;0.1035994,0.09101133;-0.7596548;0.04424222,-0.07073356;0.006910633;-0.03672881,-0.1134654;-0.3686975;0.001904134,-0.1329572;-0.7073176;0.08825538,-0.1344885;-0.69704;-0.009768531,0.01269452;0.3997224;0.001139939,0;0;0,0.006725596;0.1998354;0.004538275,0.01819528;0.499402;-0.004970423,0.1291091;0.3651615;0.005806888,0.1691581;0.08842528;0.02040622,0.205409;-0.1827571;-0.039142,-0.1023915;0.3715903;-9.279279E-05,-0.3570172;0.255348;-0.007407123,-0.6174687;0.1579876;-0.04036094,0.07237594;0.004014736;-0.03384679,0.07101298;-0.3720891;0.02041252,0.07678545;-0.711297;0.1064627,0.09086859;-0.7558803;0.04135497,-0.07200512;0.005919641;-0.03435433,-0.1144947;-0.369842;0.003033638,-0.1406946;-0.7085023;0.08742976,-0.1370759;-0.6994954;-0.01027486,0.01427251;0.3996633;0.001097442,10.09748
+0;0;0,0.006180672;0.1998555;0.004424985,0.01601068;0.4994843;-0.004906344,0.127485;0.3647939;-0.0006369092,0.1636953;0.08758575;0.01499804,0.1967055;-0.1809628;-0.0570576,-0.10416;0.3732053;0.007609288,-0.3699743;0.285847;-0.002940239,-0.6416723;0.2239254;-0.03025224,0.06872722;0.003997905;-0.04075029,0.0797449;-0.3720319;0.01291735,0.07899118;-0.7100794;0.1035994,0.09101133;-0.7596548;0.04424222,-0.07073356;0.006910633;-0.03672881,-0.1134654;-0.3686975;0.001904134,-0.1329572;-0.7073176;0.08825538,-0.1344885;-0.69704;-0.009768531,0.01269452;0.3997224;0.001139939,0;0;0,0.006804282;0.1998355;0.004414674,0.01831475;0.4993953;-0.005255809,0.1291914;0.3650833;0.005757329,0.1692132;0.08834568;0.02040524,0.2053744;-0.1828353;-0.03920376,-0.102416;0.3721589;-0.000236942,-0.3583432;0.2588691;-0.008400852,-0.619616;0.1636161;-0.04101112,0.07240877;0.003947605;-0.03378442,0.07093813;-0.3721665;0.02040066,0.0767674;-0.7113551;0.1065232,0.09097171;-0.7559376;0.04144111,-0.07194179;0.005995883;-0.03447359,-0.1145001;-0.3697459;0.003035165,-0.1406867;-0.7083805;0.08753902,-0.1370236;-0.6993892;-0.01016061,0.01438497;0.3996602;0.0008658392,10.11992
+0;0;0,0.006194758;0.1998551;0.004420764,0.01601979;0.4994844;-0.004903288,0.1274956;0.3647915;-0.000648465,0.1635508;0.08756337;0.01498977,0.1966907;-0.18094;-0.05717445,-0.1043497;0.3740482;0.007371563,-0.3711574;0.2895269;-0.0009802012,-0.645262;0.2394729;-0.02857183,0.06871489;0.004025319;-0.04076836,0.07972359;-0.3719968;0.01295474,0.07899841;-0.7100664;0.103555,0.0911308;-0.7597501;0.04436602,-0.07073426;0.00686458;-0.03673612,-0.1136881;-0.3687154;0.001924597,-0.1328686;-0.707409;0.08805682,-0.1343061;-0.6971319;-0.0099684,0.012706;0.3997222;0.001141023,0;0;0,0.00686972;0.1998335;0.004401527,0.01840705;0.4993929;-0.005251717,0.1292788;0.3650932;0.005823123,0.1690098;0.08830425;0.02029166,0.2052599;-0.1828668;-0.03930886,-0.1024183;0.3725356;-0.0002101025,-0.3597448;0.2624701;-0.00849615,-0.6224756;0.1713402;-0.04117454,0.07240599;0.003955903;-0.0337894,0.07075354;-0.3721308;0.02058068,0.0768507;-0.7113097;0.106723,0.09130973;-0.7555197;0.04127213,-0.07194926;0.005968694;-0.03446271,-0.1143311;-0.3698417;0.002555322,-0.140613;-0.7083849;0.08739474,-0.1369299;-0.699397;-0.0103034,0.01447155;0.3996577;0.0008636205,10.15334
+0;0;0,0.006194758;0.1998551;0.004420764,0.01601979;0.4994844;-0.004903288,0.1274956;0.3647915;-0.000648465,0.1635508;0.08756337;0.01498977,0.1966907;-0.18094;-0.05717445,-0.1043497;0.3740482;0.007371563,-0.3711574;0.2895269;-0.0009802012,-0.645262;0.2394729;-0.02857183,0.06871489;0.004025319;-0.04076836,0.07972359;-0.3719968;0.01295474,0.07899841;-0.7100664;0.103555,0.0911308;-0.7597501;0.04436602,-0.07073426;0.00686458;-0.03673612,-0.1136881;-0.3687154;0.001924597,-0.1328686;-0.707409;0.08805682,-0.1343061;-0.6971319;-0.0099684,0.012706;0.3997222;0.001141023,0;0;0,0.007045045;0.199829;0.004326328,0.01891223;0.499368;-0.005546712,0.129625;0.3649705;0.005578972,0.1692712;0.08818883;0.02041383,0.2055351;-0.1828892;-0.03959962,-0.1021488;0.3729858;-0.0003123121,-0.3608187;0.2661089;-0.008508128,-0.6264251;0.1830673;-0.03944939,0.07241127;0.003929845;-0.03378111,0.07080548;-0.3721789;0.02043692,0.07737004;-0.7114214;0.106294,0.09157367;-0.7571069;0.04249763,-0.07192638;0.005994379;-0.034506,-0.1142126;-0.3698504;0.002271894,-0.1404855;-0.7083812;0.08716348,-0.1368377;-0.6994061;-0.01053326,0.01484897;0.3996429;0.0006502387,10.17591
+0;0;0,0.006194758;0.1998551;0.004420764,0.01601979;0.4994844;-0.004903288,0.1274956;0.3647915;-0.000648465,0.1635508;0.08756337;0.01498977,0.1966907;-0.18094;-0.05717445,-0.1043497;0.3740482;0.007371563,-0.3711574;0.2895269;-0.0009802012,-0.645262;0.2394729;-0.02857183,0.06871489;0.004025319;-0.04076836,0.07972359;-0.3719968;0.01295474,0.07899841;-0.7100664;0.103555,0.0911308;-0.7597501;0.04436602,-0.07073426;0.00686458;-0.03673612,-0.1136881;-0.3687154;0.001924597,-0.1328686;-0.707409;0.08805682,-0.1343061;-0.6971319;-0.0099684,0.012706;0.3997222;0.001141023,0;0;0,0.007107493;0.1998266;0.004339141,0.0190091;0.4993651;-0.005504404,0.1297005;0.3649155;0.005486177,0.1692746;0.08813056;0.0204523,0.2055804;-0.1829247;-0.03963889,-0.1021421;0.3733316;-0.0002336507,-0.3626333;0.2709589;-0.008245056,-0.6305723;0.1952111;-0.03775696,0.07240646;0.003900865;-0.0337948,0.07080996;-0.3721952;0.02051166,0.07754213;-0.7114325;0.1063762,0.09143479;-0.7572596;0.04267974,-0.07193398;0.006012829;-0.03448692,-0.1142053;-0.3698329;0.002298024,-0.1404631;-0.7083609;0.08720569,-0.1368604;-0.6993821;-0.01049349,0.01493491;0.3996399;0.0006825817,10.20961
+0;0;0,0.006261315;0.1998531;0.004420501,0.01611659;0.4994812;-0.004903253,0.1275776;0.3647625;-0.0006349338,0.163576;0.08753008;0.01505861,0.1967151;-0.1809694;-0.05712065,-0.1044029;0.3746499;0.007141766,-0.3744782;0.3012982;-0.001737306,-0.6485769;0.2501784;-0.02736336,0.06872544;0.004008555;-0.04075224,0.07984921;-0.3720101;0.01297171,0.07920244;-0.7100511;0.1036795,0.09114429;-0.7597066;0.04441407,-0.07071883;0.006861693;-0.03676633,-0.1140959;-0.3687312;0.001291919,-0.1329214;-0.7073798;0.08767892,-0.1342617;-0.697103;-0.0103476,0.0127958;0.3997194;0.001143005,0;0;0,0.007237978;0.1998222;0.004326981,0.01923902;0.4993576;-0.005491063,0.1299025;0.3648912;0.005369095,0.1694158;0.0881201;0.02074666,0.2058328;-0.182797;-0.03989751,-0.1020479;0.3738078;-0.0001688261,-0.363883;0.274919;-0.008131367,-0.6322433;0.201087;-0.03865327,0.07238417;0.003876735;-0.03384527,0.07101239;-0.3721676;0.0208241,0.07777181;-0.7114254;0.1066056,0.09154826;-0.757273;0.04290828,-0.07194791;0.006024293;-0.03445585,-0.1143375;-0.3698535;0.001862049,-0.1402486;-0.7083395;0.0870432,-0.1366965;-0.6993772;-0.01065429,0.01513711;0.399633;0.0006866967,10.24306
+0;0;0,0.006261315;0.1998531;0.004420501,0.01611659;0.4994812;-0.004903253,0.1275776;0.3647625;-0.0006349338,0.163576;0.08753008;0.01505861,0.1967151;-0.1809694;-0.05712065,-0.1044029;0.3746499;0.007141766,-0.3744782;0.3012982;-0.001737306,-0.6485769;0.2501784;-0.02736336,0.06872544;0.004008555;-0.04075224,0.07984921;-0.3720101;0.01297171,0.07920244;-0.7100511;0.1036795,0.09114429;-0.7597066;0.04441407,-0.07071883;0.006861693;-0.03676633,-0.1140959;-0.3687312;0.001291919,-0.1329214;-0.7073798;0.08767892,-0.1342617;-0.697103;-0.0103476,0.0127958;0.3997194;0.001143005,0;0;0,0.007237978;0.1998222;0.004326981,0.01923902;0.4993576;-0.005491063,0.1299025;0.3648912;0.005369095,0.1694158;0.0881201;0.02074666,0.2058328;-0.182797;-0.03989751,-0.1020479;0.3738078;-0.0001688261,-0.363883;0.274919;-0.008131367,-0.6322433;0.201087;-0.03865327,0.07238417;0.003876735;-0.03384527,0.07101239;-0.3721676;0.0208241,0.07777181;-0.7114254;0.1066056,0.09154826;-0.757273;0.04290828,-0.07194791;0.006024293;-0.03445585,-0.1143375;-0.3698535;0.001862049,-0.1402486;-0.7083395;0.0870432,-0.1366965;-0.6993772;-0.01065429,0.01513711;0.399633;0.0006866967,10.2653
+0;0;0,0.006261315;0.1998531;0.004420501,0.01611659;0.4994812;-0.004903253,0.1275776;0.3647625;-0.0006349338,0.163576;0.08753008;0.01505861,0.1967151;-0.1809694;-0.05712065,-0.1044029;0.3746499;0.007141766,-0.3744782;0.3012982;-0.001737306,-0.6485769;0.2501784;-0.02736336,0.06872544;0.004008555;-0.04075224,0.07984921;-0.3720101;0.01297171,0.07920244;-0.7100511;0.1036795,0.09114429;-0.7597066;0.04441407,-0.07071883;0.006861693;-0.03676633,-0.1140959;-0.3687312;0.001291919,-0.1329214;-0.7073798;0.08767892,-0.1342617;-0.697103;-0.0103476,0.0127958;0.3997194;0.001143005,0;0;0,0.007389697;0.1998185;0.004237386,0.01969895;0.499338;-0.005690492,0.1302158;0.3647663;0.005323424,0.1695817;0.08797386;0.02069479,0.2059541;-0.1829615;-0.03989468,-0.1018052;0.3742933;-0.0002236645,-0.3654029;0.2801993;-0.008134173,-0.6341562;0.2077887;-0.03860235,0.07241483;0.003853871;-0.03378224,0.07103843;-0.3721857;0.02091998,0.07783632;-0.7114381;0.1067199,0.09110459;-0.7574926;0.04316162,-0.0719063;0.006043455;-0.03453926,-0.1145166;-0.3698007;0.001868144,-0.1400478;-0.7083623;0.08686351,-0.1364861;-0.6994004;-0.01083354,0.01548934;0.3996199;0.0005202689,10.2878
+0;0;0,0.006334759;0.1998526;0.004335673,0.01622735;0.4994719;-0.005203539,0.1276617;0.3646913;-0.0006091145,0.1635104;0.08743748;0.01505001,0.1967159;-0.181059;-0.05710986,-0.1045222;0.3756886;0.006880112,-0.3764085;0.3093009;-0.001518128,-0.6514527;0.2630294;-0.02620831,0.06876227;0.003921079;-0.0406986,0.08002469;-0.3720967;0.01300243,0.07943416;-0.7101585;0.1036328,0.09032052;-0.7601858;0.04466574,-0.07066296;0.006937924;-0.03685933,-0.1139946;-0.3686455;0.001343384,-0.1327185;-0.7073194;0.08765316,-0.1339351;-0.6970583;-0.01037183,0.01289727;0.399716;0.0009343426,0;0;0,0.007583;0.1998097;0.004312679,0.02005829;0.4993252;-0.005520492,0.1305339;0.3647888;0.005414604,0.169942;0.08799672;0.02068382,0.2062687;-0.1828678;-0.04024874,-0.1015844;0.3746756;-5.280192E-05,-0.366562;0.2845247;-0.007778139,-0.6364369;0.2166049;-0.03867126,0.07238719;0.003856011;-0.03384117,0.07122358;-0.3721122;0.02135452,0.07801098;-0.7113547;0.1071943,0.09165854;-0.7574152;0.04372346,-0.07193775;0.006032999;-0.03447553,-0.114595;-0.3697801;0.002196696,-0.1399541;-0.7083197;0.08733086,-0.1364082;-0.6993439;-0.01036977,0.01579484;0.3996077;0.0006626369,10.32117
+0;0;0,0.006334759;0.1998526;0.004335673,0.01622735;0.4994719;-0.005203539,0.1276617;0.3646913;-0.0006091145,0.1635104;0.08743748;0.01505001,0.1967159;-0.181059;-0.05710986,-0.1045222;0.3756886;0.006880112,-0.3764085;0.3093009;-0.001518128,-0.6514527;0.2630294;-0.02620831,0.06876227;0.003921079;-0.0406986,0.08002469;-0.3720967;0.01300243,0.07943416;-0.7101585;0.1036328,0.09032052;-0.7601858;0.04466574,-0.07066296;0.006937924;-0.03685933,-0.1139946;-0.3686455;0.001343384,-0.1327185;-0.7073194;0.08765316,-0.1339351;-0.6970583;-0.01037183,0.01289727;0.399716;0.0009343426,0;0;0,0.00767738;0.1998062;0.004308053,0.02027367;0.4993161;-0.005541445,0.1307115;0.3648022;0.00539427,0.1700915;0.08800286;0.02060508,0.2064165;-0.1827685;-0.04074121,-0.1015221;0.3751835;7.18988E-05,-0.3674458;0.2878549;-0.00756535,-0.6381164;0.2229694;-0.03801727,0.07238437;0.003889241;-0.0338434,0.0712646;-0.3720761;0.02137235,0.07802229;-0.7113333;0.1071564,0.09310132;-0.7592989;0.04637816,-0.07192469;0.006007047;-0.03450731,-0.1145391;-0.3698038;0.002237987,-0.1398928;-0.708342;0.08737946,-0.1363864;-0.6993667;-0.01032247,0.01596602;0.3996008;0.0006470417,10.35462
+0;0;0,0.006334759;0.1998526;0.004335673,0.01622735;0.4994719;-0.005203539,0.1276617;0.3646913;-0.0006091145,0.1635104;0.08743748;0.01505001,0.1967159;-0.181059;-0.05710986,-0.1045222;0.3756886;0.006880112,-0.3764085;0.3093009;-0.001518128,-0.6514527;0.2630294;-0.02620831,0.06876227;0.003921079;-0.0406986,0.08002469;-0.3720967;0.01300243,0.07943416;-0.7101585;0.1036328,0.09032052;-0.7601858;0.04466574,-0.07066296;0.006937924;-0.03685933,-0.1139946;-0.3686455;0.001343384,-0.1327185;-0.7073194;0.08765316,-0.1339351;-0.6970583;-0.01037183,0.01289727;0.399716;0.0009343426,0;0;0,0.007734998;0.1998046;0.004279127,0.02037552;0.4993124;-0.005581022,0.1308064;0.3648098;0.00534435,0.1701479;0.08800295;0.02051781,0.2062558;-0.1827466;-0.04105268,-0.1015404;0.3757093;0.0001986022,-0.3684121;0.2913429;-0.007662597,-0.6400567;0.2301304;-0.03702603,0.07239511;0.003881782;-0.03382128,0.0713127;-0.3720788;0.02142767,0.07840955;-0.7113262;0.1072229,0.09306005;-0.7590268;0.04600199,-0.07190599;0.006010521;-0.03454566,-0.1145685;-0.3697815;0.002336558,-0.1398677;-0.7082661;0.08770709,-0.1364099;-0.6992868;-0.009997435,0.01605714;0.3995976;0.0006093562,10.37705
+0;0;0,0.006370188;0.1998511;0.004353815,0.01625135;0.4994707;-0.005176455,0.1276996;0.3646841;-0.0004910589,0.1633445;0.08740187;0.01512903,0.1967308;-0.1810979;-0.05693507,-0.104725;0.3768637;0.00677993,-0.3783823;0.3184389;-0.003129805,-0.6546652;0.2787403;-0.02530609,0.06881061;0.003777049;-0.04063044,0.08019936;-0.3722299;0.01311943,0.07973951;-0.7103193;0.1036477,0.08911059;-0.760619;0.04479069,-0.0705897;0.007066284;-0.03697515,-0.1139595;-0.3685021;0.001331843,-0.1324887;-0.7071612;0.08774188,-0.1335927;-0.6968974;-0.01028498,0.01293575;0.3997146;0.0009672472,0;0;0,0.007923637;0.1997963;0.004316982,0.020755;0.4992955;-0.005553853,0.1310928;0.3647202;0.005295584,0.1704786;0.08792612;0.02058717,0.2064834;-0.1828586;-0.04088888,-0.1013084;0.3760623;0.0003878088,-0.3690478;0.2944802;-0.007357924,-0.6414667;0.2368389;-0.03677553,0.07244039;0.003862096;-0.03372646,0.07170349;-0.3720765;0.02167811,0.07871386;-0.7113583;0.1073443,0.09354646;-0.7585947;0.04558237,-0.07183901;0.006034367;-0.03468056,-0.1142529;-0.3697454;0.002610341,-0.1395292;-0.7082131;0.0880545,-0.1361397;-0.6992242;-0.009654477,0.01636336;0.3995845;0.0006452878,10.41019
+0;0;0,0.006370188;0.1998511;0.004353815,0.01625135;0.4994707;-0.005176455,0.1276996;0.3646841;-0.0004910589,0.1633445;0.08740187;0.01512903,0.1967308;-0.1810979;-0.05693507,-0.104725;0.3768637;0.00677993,-0.3783823;0.3184389;-0.003129805,-0.6546652;0.2787403;-0.02530609,0.06881061;0.003777049;-0.04063044,0.08019936;-0.3722299;0.01311943,0.07973951;-0.7103193;0.1036477,0.08911059;-0.760619;0.04479069,-0.0705897;0.007066284;-0.03697515,-0.1139595;-0.3685021;0.001331843,-0.1324887;-0.7071612;0.08774188,-0.1335927;-0.6968974;-0.01028498,0.01293575;0.3997146;0.0009672472,0;0;0,0.008063196;0.1997903;0.004337581,0.02116551;0.4992782;-0.005524227,0.131379;0.3646543;0.005326808,0.1705881;0.0878219;0.02037592,0.2067583;-0.1828272;-0.04159822,-0.101083;0.376438;0.0005210852,-0.3695438;0.2972594;-0.007194738,-0.6426493;0.2426906;-0.03610161,0.07245237;0.003849605;-0.03370215,0.07183765;-0.3720858;0.02172508,0.07898185;-0.711274;0.1077503,0.09375415;-0.7579927;0.04533217,-0.07182781;0.006033303;-0.03470396,-0.1142036;-0.369745;0.002645053,-0.1394036;-0.7082007;0.08815929,-0.1401553;-0.7649358;0.03839526,0.016666;0.3995715;0.0006676964,10.44424
+0;0;0,0.006370188;0.1998511;0.004353815,0.01625135;0.4994707;-0.005176455,0.1276996;0.3646841;-0.0004910589,0.1633445;0.08740187;0.01512903,0.1967308;-0.1810979;-0.05693507,-0.104725;0.3768637;0.00677993,-0.3783823;0.3184389;-0.003129805,-0.6546652;0.2787403;-0.02530609,0.06881061;0.003777049;-0.04063044,0.08019936;-0.3722299;0.01311943,0.07973951;-0.7103193;0.1036477,0.08911059;-0.760619;0.04479069,-0.0705897;0.007066284;-0.03697515,-0.1139595;-0.3685021;0.001331843,-0.1324887;-0.7071612;0.08774188,-0.1335927;-0.6968974;-0.01028498,0.01293575;0.3997146;0.0009672472,0;0;0,0.008109306;0.1997874;0.004387306,0.02124219;0.4992756;-0.005420435,0.131455;0.3646766;0.005285885,0.1706621;0.0878337;0.02014528,0.2067994;-0.1828542;-0.04167838,-0.1010886;0.3767881;0.0005913945,-0.3703613;0.3004015;-0.006977199,-0.6439654;0.2483273;-0.03577165,0.07246976;0.00380736;-0.03366953,0.07177661;-0.3721162;0.02183731,0.07906512;-0.7112631;0.1080133,0.09367424;-0.7582268;0.04585895,-0.07181056;0.006063541;-0.03473438,-0.1139913;-0.3697534;0.002445765,-0.1394196;-0.7081629;0.0880753,-0.1360816;-0.6991656;-0.009637266,0.01672916;0.3995685;0.0007548963,10.47739
+0;0;0,0.006450139;0.1998488;0.004342656,0.01639655;0.4994664;-0.005181639,0.1278194;0.3646468;-0.0004816767,0.1633421;0.08735225;0.01519865,0.1966499;-0.1813228;-0.05624579,-0.1047688;0.3777034;0.006503747,-0.3798351;0.3263651;-0.003641583,-0.6566581;0.288626;-0.02221061,0.06883629;0.003707827;-0.04059331,0.08054332;-0.3723102;0.01301071,0.08006179;-0.7104052;0.1035175,0.08959617;-0.7613451;0.04557068,-0.07053972;0.007112547;-0.03706156,-0.1136609;-0.3684784;0.00130485,-0.1321294;-0.7071389;0.0877225,-0.1331095;-0.6968749;-0.01030571,0.01306555;0.3997107;0.0009594613,0;0;0,0.008109306;0.1997874;0.004387306,0.02124219;0.4992756;-0.005420435,0.131455;0.3646766;0.005285885,0.1706621;0.0878337;0.02014528,0.2067994;-0.1828542;-0.04167838,-0.1010886;0.3767881;0.0005913945,-0.3703613;0.3004015;-0.006977199,-0.6439654;0.2483273;-0.03577165,0.07246976;0.00380736;-0.03366953,0.07177661;-0.3721162;0.02183731,0.07906512;-0.7112631;0.1080133,0.09367424;-0.7582268;0.04585895,-0.07181056;0.006063541;-0.03473438,-0.1139913;-0.3697534;0.002445765,-0.1394196;-0.7081629;0.0880753,-0.1360816;-0.6991656;-0.009637266,0.01672916;0.3995685;0.0007548963,10.49969
+0;0;0,0.006450139;0.1998488;0.004342656,0.01639655;0.4994664;-0.005181639,0.1278194;0.3646468;-0.0004816767,0.1633421;0.08735225;0.01519865,0.1966499;-0.1813228;-0.05624579,-0.1047688;0.3777034;0.006503747,-0.3798351;0.3263651;-0.003641583,-0.6566581;0.288626;-0.02221061,0.06883629;0.003707827;-0.04059331,0.08054332;-0.3723102;0.01301071,0.08006179;-0.7104052;0.1035175,0.08959617;-0.7613451;0.04557068,-0.07053972;0.007112547;-0.03706156,-0.1136609;-0.3684784;0.00130485,-0.1321294;-0.7071389;0.0877225,-0.1331095;-0.6968749;-0.01030571,0.01306555;0.3997107;0.0009594613,0;0;0,0.008254616;0.1997806;0.004425546,0.0215206;0.4992662;-0.00528124,0.1316944;0.364675;0.005409282,0.1707417;0.08778694;0.01984242,0.2067363;-0.182934;-0.04191969,-0.1010295;0.3777222;0.000770178,-0.3716459;0.306244;-0.006822707,-0.6462499;0.2588262;-0.03410324,0.07249575;0.003760407;-0.03361883,0.07179949;-0.3721275;0.02212894,0.07918751;-0.7112302;0.1084699,0.09256201;-0.7587566;0.0467384,-0.07178064;0.006101499;-0.03478952,-0.1143227;-0.3696775;0.00236357,-0.1393389;-0.7080636;0.08820666,-0.1359936;-0.6990594;-0.009507142,0.01696686;0.3995589;0.0008595379,10.5334
+0;0;0,0.006416459;0.1998508;0.004301473,0.01617567;0.4994711;-0.005318731,0.1277018;0.3647077;-0.0004526551,0.1618536;0.08726221;0.01559778,0.1965124;-0.1811824;-0.05607002,-0.105007;0.3782179;0.00624146,-0.3813884;0.3346133;-0.004341293,-0.6587809;0.2995187;-0.01923268,0.06886399;0.003724202;-0.0405448,0.08072887;-0.3723001;0.01298076,0.08036914;-0.7103891;0.1035107,0.08993302;-0.7613485;0.04559599,-0.07049403;0.007088872;-0.0371529,-0.1135858;-0.3684958;0.001308464,-0.1318193;-0.7071669;0.08773419,-0.1326879;-0.6969106;-0.01029354,0.01292915;0.3997151;0.0008627283,0;0;0,0.008254616;0.1997806;0.004425546,0.0215206;0.4992662;-0.00528124,0.1316944;0.364675;0.005409282,0.1707417;0.08778694;0.01984242,0.2067363;-0.182934;-0.04191969,-0.1010295;0.3777222;0.000770178,-0.3716459;0.306244;-0.006822707,-0.6462499;0.2588262;-0.03410324,0.07249575;0.003760407;-0.03361883,0.07179949;-0.3721275;0.02212894,0.07918751;-0.7112302;0.1084699,0.09256201;-0.7587566;0.0467384,-0.07178064;0.006101499;-0.03478952,-0.1143227;-0.3696775;0.00236357,-0.1393389;-0.7080636;0.08820666,-0.1359936;-0.6990594;-0.009507142,0.01696686;0.3995589;0.0008595379,10.56711
+0;0;0,0.006416459;0.1998508;0.004301473,0.01617567;0.4994711;-0.005318731,0.1277018;0.3647077;-0.0004526551,0.1618536;0.08726221;0.01559778,0.1965124;-0.1811824;-0.05607002,-0.105007;0.3782179;0.00624146,-0.3813884;0.3346133;-0.004341293,-0.6587809;0.2995187;-0.01923268,0.06886399;0.003724202;-0.0405448,0.08072887;-0.3723001;0.01298076,0.08036914;-0.7103891;0.1035107,0.08993302;-0.7613485;0.04559599,-0.07049403;0.007088872;-0.0371529,-0.1135858;-0.3684958;0.001308464,-0.1318193;-0.7071669;0.08773419,-0.1326879;-0.6969106;-0.01029354,0.01292915;0.3997151;0.0008627283,0;0;0,0.008393873;0.1997716;0.00456712,0.02177064;0.4992567;-0.004996005,0.13189;0.3645839;0.005395934,0.1711058;0.0877223;0.01987921,0.20681;-0.1829972;-0.04205753,-0.1008836;0.3780622;0.0009896506,-0.3722158;0.3093256;-0.00636475,-0.6471784;0.2637677;-0.03319904,0.07251913;0.003759205;-0.03356851,0.07187779;-0.3720954;0.02240397,0.07923479;-0.7111351;0.1089946,0.09316872;-0.7588101;0.04757434,-0.07177217;0.006092967;-0.03480849,-0.114136;-0.369671;0.002697844,-0.1390672;-0.7080584;0.08856083,-0.1357804;-0.6990381;-0.009158395,0.0171771;0.3995486;0.001103364,10.58888
+0;0;0,0.006416459;0.1998508;0.004301473,0.01617567;0.4994711;-0.005318731,0.1277018;0.3647077;-0.0004526551,0.1618536;0.08726221;0.01559778,0.1965124;-0.1811824;-0.05607002,-0.105007;0.3782179;0.00624146,-0.3813884;0.3346133;-0.004341293,-0.6587809;0.2995187;-0.01923268,0.06886399;0.003724202;-0.0405448,0.08072887;-0.3723001;0.01298076,0.08036914;-0.7103891;0.1035107,0.08993302;-0.7613485;0.04559599,-0.07049403;0.007088872;-0.0371529,-0.1135858;-0.3684958;0.001308464,-0.1318193;-0.7071669;0.08773419,-0.1326879;-0.6969106;-0.01029354,0.01292915;0.3997151;0.0008627283,0;0;0,0.00858089;0.1997608;0.004689624,0.02212235;0.4992424;-0.004740091,0.1321725;0.3645048;0.005455168,0.1712224;0.08761311;0.01981114,0.2068281;-0.1831437;-0.04201894,-0.1006682;0.3784993;0.001223167,-0.3725252;0.3118762;-0.006204628,-0.6478335;0.2679647;-0.03222652,0.07254086;0.003744374;-0.03352316,0.07207803;-0.3720533;0.02283207,0.07948828;-0.7111229;0.1093009,0.09377369;-0.7586439;0.04776685,-0.07176594;0.006099731;-0.03482016,-0.1138592;-0.3696556;0.003075365,-0.1384862;-0.7080581;0.0889663,-0.1405305;-0.7647454;0.03915526,0.01747363;0.3995346;0.001322338,10.62234
+0;0;0,0.006416459;0.1998508;0.004301473,0.01617567;0.4994711;-0.005318731,0.1277018;0.3647077;-0.0004526551,0.1618536;0.08726221;0.01559778,0.1965124;-0.1811824;-0.05607002,-0.105007;0.3782179;0.00624146,-0.3813884;0.3346133;-0.004341293,-0.6587809;0.2995187;-0.01923268,0.06886399;0.003724202;-0.0405448,0.08072887;-0.3723001;0.01298076,0.08036914;-0.7103891;0.1035107,0.08993302;-0.7613485;0.04559599,-0.07049403;0.007088872;-0.0371529,-0.1135858;-0.3684958;0.001308464,-0.1318193;-0.7071669;0.08773419,-0.1326879;-0.6969106;-0.01029354,0.01292915;0.3997151;0.0008627283,0;0;0,0.008628682;0.1997584;0.004705449,0.02222665;0.4992395;-0.004667901,0.1322453;0.3644725;0.005480331,0.1711722;0.08756101;0.0197878,0.2068042;-0.1831766;-0.04211143,-0.1006636;0.3789283;0.001397606,-0.3728536;0.3136263;-0.005546204,-0.648627;0.2723791;-0.03099621,0.07256214;0.003715558;-0.0334803,0.07205822;-0.3721179;0.02263498,0.07945342;-0.711135;0.1093107,0.09368608;-0.7584684;0.04752901,-0.07173302;0.00614657;-0.03487968,-0.1137097;-0.3696226;0.003008343,-0.1385195;-0.7079196;0.08926146,-0.1353107;-0.6988724;-0.008466147,0.01755453;0.3995312;0.001367589,10.65556
+0;0;0,0.006417728;0.1998506;0.004308826,0.01614086;0.4994728;-0.005288648,0.1276868;0.3647027;-0.0004197576,0.1616689;0.08724019;0.01569705,0.1961838;-0.1816807;-0.05423363,-0.1051536;0.3788714;0.005899691,-0.3827067;0.3427587;-0.001856292,-0.6607266;0.3144425;-0.01926613,0.06889221;0.003772392;-0.04049237,0.08080518;-0.3722607;0.01296006,0.0807183;-0.7104581;0.1030852,0.09109388;-0.7609649;0.04468134,-0.07045939;0.007027906;-0.03723013,-0.1136399;-0.3685422;0.001274016,-0.1312321;-0.7073117;0.08744647,-0.1319565;-0.6970523;-0.01058306,0.01291572;0.3997156;0.0008834326,0;0;0,0.008667469;0.1997562;0.00472587,0.02234419;0.4992378;-0.004539296,0.1323252;0.3644407;0.005502954,0.1711578;0.0875155;0.01980182,0.2067588;-0.1831699;-0.04234328,-0.1006585;0.3793995;0.001636607,-0.3734235;0.3165328;-0.005220219,-0.649403;0.2761046;-0.02973388,0.07256441;0.003701648;-0.03347691,0.07208695;-0.3721204;0.02271529,0.07949424;-0.7110361;0.1097857,0.09339546;-0.7586098;0.04823024,-0.0717287;0.006153166;-0.03488741,-0.1137049;-0.3696215;0.002946686,-0.138515;-0.7078834;0.08933729,-0.1412287;-0.7645675;0.03955274,0.01764121;0.3995278;0.001444888,10.67841
+0;0;0,0.006417728;0.1998506;0.004308826,0.01614086;0.4994728;-0.005288648,0.1276868;0.3647027;-0.0004197576,0.1616689;0.08724019;0.01569705,0.1961838;-0.1816807;-0.05423363,-0.1051536;0.3788714;0.005899691,-0.3827067;0.3427587;-0.001856292,-0.6607266;0.3144425;-0.01926613,0.06889221;0.003772392;-0.04049237,0.08080518;-0.3722607;0.01296006,0.0807183;-0.7104581;0.1030852,0.09109388;-0.7609649;0.04468134,-0.07045939;0.007027906;-0.03723013,-0.1136399;-0.3685422;0.001274016,-0.1312321;-0.7073117;0.08744647,-0.1319565;-0.6970523;-0.01058306,0.01291572;0.3997156;0.0008834326,0;0;0,0.008759147;0.1997516;0.004753839,0.02259737;0.4992273;-0.004468162,0.1324966;0.3643825;0.005533985,0.1712953;0.08745193;0.01982077,0.2068968;-0.18325;-0.04225167,-0.1005217;0.3796819;0.001714049,-0.3738846;0.3194072;-0.004583942,-0.6500803;0.2803275;-0.028847,0.07257788;0.003687857;-0.03344923,0.07220286;-0.3721305;0.02276834,0.07944272;-0.7110789;0.1097257,0.09370242;-0.7580866;0.04754463,-0.07171381;0.006161522;-0.03491654,-0.1135792;-0.3696286;0.002885979,-0.1383364;-0.707851;0.08944644,-0.1409217;-0.7645078;0.03960747,0.01782709;0.3995193;0.001494767,10.71195
+0;0;0,0.006417728;0.1998506;0.004308826,0.01614086;0.4994728;-0.005288648,0.1276868;0.3647027;-0.0004197576,0.1616689;0.08724019;0.01569705,0.1961838;-0.1816807;-0.05423363,-0.1051536;0.3788714;0.005899691,-0.3827067;0.3427587;-0.001856292,-0.6607266;0.3144425;-0.01926613,0.06889221;0.003772392;-0.04049237,0.08080518;-0.3722607;0.01296006,0.0807183;-0.7104581;0.1030852,0.09109388;-0.7609649;0.04468134,-0.07045939;0.007027906;-0.03723013,-0.1136399;-0.3685422;0.001274016,-0.1312321;-0.7073117;0.08744647,-0.1319565;-0.6970523;-0.01058306,0.01291572;0.3997156;0.0008834326,0;0;0,0.008832163;0.1997486;0.004741498,0.02276565;0.4992207;-0.004457714,0.1326212;0.3643188;0.005515995,0.1712177;0.08735013;0.01960998,0.2065428;-0.1833488;-0.04263325,-0.1004139;0.3798794;0.001755785,-0.3742008;0.3215634;-0.004568093,-0.650647;0.2839128;-0.02822994,0.07258905;0.003672486;-0.03342667,0.07230855;-0.3721323;0.02288221,0.079523;-0.7110706;0.109881,0.09373862;-0.7578081;0.0473568,-0.07169373;0.006177173;-0.03495501,-0.113483;-0.3696054;0.0030072,-0.1382285;-0.7078253;0.08958049,-0.140733;-0.7639148;0.03876392,0.01796871;0.3995135;0.001496821,10.73452

+ 136 - 0
DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_OneArm_Sideways_HapticFeedback_Fast.csv

@@ -0,0 +1,136 @@
+Demo_SpineBase,Demo_SpineMid,Demo_Neck,Demo_ShoulderLeft,Demo_ElbowLeft,Demo_WristLeft,Demo_ShoulderRight,Demo_ElbowRight,Demo_WristRight,Demo_HipLeft,Demo_KneeLeft,Demo_AnkleLeft,Demo_FootLeft,Demo_HipRight,Demo_KneeRight,Demo_AnkleRight,Demo_FootRight,Demo_SpineShoulder,Body_SpineBase,Body_SpineMid,Body_Neck,Body_ShoulderLeft,Body_ElbowLeft,Body_WristLeft,Body_ShoulderRight,Body_ElbowRight,Body_WristRight,Body_HipLeft,Body_KneeLeft,Body_AnkleLeft,Body_FootLeft,Body_HipRight,Body_KneeRight,Body_AnkleRight,Body_FootRight,Body_SpineShoulder,time
+0;0;0,0.004628852;0.1998773;0.005258655,0.01041303;0.4996554;-0.002503171,0.1234964;0.3653007;0.00277505,0.1612559;0.08838472;0.0198567,0.1988773;-0.1802657;-0.04950884,-0.1050417;0.361204;0.003786585,-0.1598837;0.0866949;-0.0023052,-0.2176591;-0.1824983;-0.05326612,0.06946469;0.00476251;-0.03939511,0.08526544;-0.3715036;0.01134099,0.0858184;-0.710112;0.09990776,0.09608892;-0.7607068;0.04160687,-0.07027771;0.006098346;-0.037734,-0.1082181;-0.3696718;0.004186418,-0.1256849;-0.7091206;0.08766951,-0.1251881;-0.6987492;-0.0103839,0.008570645;0.3998261;0.003038917,0;0;0,0.001436692;0.1997121;0.0106314,0.001535429;0.499572;0.01866988,0.1176702;0.3687095;0.02078458,0.1577494;0.09252888;0.04354255,0.2056203;-0.1778589;-0.01121887,-0.1103188;0.3583436;0.006094984,-0.1625609;0.08344314;-0.003928833,-0.2222708;-0.1841695;-0.0606581,0.07350676;0.004239484;-0.03128549,0.0696831;-0.3709493;0.02887093,0.06236345;-0.7109749;0.1115085,0.06614126;-0.7004557;0.01349708,-0.07030206;0.005302299;-0.0378088,-0.09556204;-0.3718403;0.001246732,-0.1164007;-0.7118886;0.08145244,-0.1116617;-0.766641;0.02858877,0.001739638;0.3995742;0.0180511,133.8798
+0;0;0,0.004628852;0.1998773;0.005258655,0.01041303;0.4996554;-0.002503171,0.1234964;0.3653007;0.00277505,0.1612559;0.08838472;0.0198567,0.1988773;-0.1802657;-0.04950884,-0.1050417;0.361204;0.003786585,-0.1598837;0.0866949;-0.0023052,-0.2176591;-0.1824983;-0.05326612,0.06946469;0.00476251;-0.03939511,0.08526544;-0.3715036;0.01134099,0.0858184;-0.710112;0.09990776,0.09608892;-0.7607068;0.04160687,-0.07027771;0.006098346;-0.037734,-0.1082181;-0.3696718;0.004186418,-0.1256849;-0.7091206;0.08766951,-0.1251881;-0.6987492;-0.0103839,0.008570645;0.3998261;0.003038917,0;0;0,0.001436692;0.1997121;0.0106314,0.001535429;0.499572;0.01866988,0.1176702;0.3687095;0.02078458,0.1577494;0.09252888;0.04354255,0.2056203;-0.1778589;-0.01121887,-0.1103188;0.3583436;0.006094984,-0.1625609;0.08344314;-0.003928833,-0.2222708;-0.1841695;-0.0606581,0.07350676;0.004239484;-0.03128549,0.0696831;-0.3709493;0.02887093,0.06236345;-0.7109749;0.1115085,0.06614126;-0.7004557;0.01349708,-0.07030206;0.005302299;-0.0378088,-0.09556204;-0.3718403;0.001246732,-0.1164007;-0.7118886;0.08145244,-0.1116617;-0.766641;0.02858877,0.001739638;0.3995742;0.0180511,133.8963
+0;0;0,0.004628852;0.1998773;0.005258655,0.01041303;0.4996554;-0.002503171,0.1234964;0.3653007;0.00277505,0.1612559;0.08838472;0.0198567,0.1988773;-0.1802657;-0.04950884,-0.1050417;0.361204;0.003786585,-0.1598837;0.0866949;-0.0023052,-0.2176591;-0.1824983;-0.05326612,0.06946469;0.00476251;-0.03939511,0.08526544;-0.3715036;0.01134099,0.0858184;-0.710112;0.09990776,0.09608892;-0.7607068;0.04160687,-0.07027771;0.006098346;-0.037734,-0.1082181;-0.3696718;0.004186418,-0.1256849;-0.7091206;0.08766951,-0.1251881;-0.6987492;-0.0103839,0.008570645;0.3998261;0.003038917,0;0;0,0.001708583;0.1997062;0.01070118,0.004336436;0.4996054;0.01529946,0.1192032;0.3689359;0.02147434,0.1595844;0.09273905;0.04348915,0.2074473;-0.1775087;-0.01196633,-0.1092902;0.3592661;0.006696549,-0.1619221;0.08446386;-0.003962312,-0.2219697;-0.1828034;-0.06194934,0.07351453;0.004350165;-0.03125205,0.0694702;-0.3707231;0.02960596,0.06155762;-0.7106454;0.1126132,0.06818917;-0.7667471;0.06218968,-0.0702905;0.005208893;-0.03784328,-0.09608275;-0.3717853;0.002282836,-0.1170917;-0.7116807;0.08308993,-0.1125444;-0.7657884;0.0291899,0.003300829;0.3996174;0.01644473,133.9131
+0;0;0,0.004574471;0.1998795;0.005220255,0.01028918;0.4996577;-0.002587632,0.1233972;0.3653043;0.002740141,0.1611915;0.0883916;0.01979661,0.1988587;-0.1802267;-0.04966845,-0.1051175;0.3611398;0.003855627,-0.1599153;0.08661941;-0.002122816,-0.2177974;-0.1826418;-0.0526012,0.06946065;0.004795699;-0.03939821,0.08522931;-0.3714863;0.01122977,0.08593225;-0.7100622;0.09991948,0.09561162;-0.7608551;0.04179192,-0.07026452;0.006063766;-0.03776411,-0.1081996;-0.3697119;0.004111696,-0.1257251;-0.7091619;0.08757752,-0.1252664;-0.6987946;-0.01047527,0.008471094;0.3998289;0.002972275,0;0;0,0.001708583;0.1997062;0.01070118,0.004336436;0.4996054;0.01529946,0.1192032;0.3689359;0.02147434,0.1595844;0.09273905;0.04348915,0.2074473;-0.1775087;-0.01196633,-0.1092902;0.3592661;0.006696549,-0.1619221;0.08446386;-0.003962312,-0.2219697;-0.1828034;-0.06194934,0.07351453;0.004350165;-0.03125205,0.0694702;-0.3707231;0.02960596,0.06155762;-0.7106454;0.1126132,0.06818917;-0.7667471;0.06218968,-0.0702905;0.005208893;-0.03784328,-0.09608275;-0.3717853;0.002282836,-0.1170917;-0.7116807;0.08308993,-0.1125444;-0.7657884;0.0291899,0.003300829;0.3996174;0.01644473,133.9317
+0;0;0,0.004574471;0.1998795;0.005220255,0.01028918;0.4996577;-0.002587632,0.1233972;0.3653043;0.002740141,0.1611915;0.0883916;0.01979661,0.1988587;-0.1802267;-0.04966845,-0.1051175;0.3611398;0.003855627,-0.1599153;0.08661941;-0.002122816,-0.2177974;-0.1826418;-0.0526012,0.06946065;0.004795699;-0.03939821,0.08522931;-0.3714863;0.01122977,0.08593225;-0.7100622;0.09991948,0.09561162;-0.7608551;0.04179192,-0.07026452;0.006063766;-0.03776411,-0.1081996;-0.3697119;0.004111696,-0.1257251;-0.7091619;0.08757752,-0.1252664;-0.6987946;-0.01047527,0.008471094;0.3998289;0.002972275,0;0;0,0.001778472;0.1996974;0.01085291,0.004914486;0.499597;0.01495145,0.119587;0.3690454;0.02194049,0.1597866;0.09278917;0.04353868,0.2078056;-0.1773374;-0.01237023,-0.1095019;0.3602187;0.0102004,-0.1618699;0.08559614;-0.005291877,-0.2223804;-0.1814615;-0.0637613,0.07351785;0.00433785;-0.03124593,0.06945717;-0.3707016;0.02981866,0.06164607;-0.7106466;0.112743,0.06812638;-0.7668149;0.06241375,-0.07027493;0.005223167;-0.03787021,-0.09618283;-0.3717429;0.002446018,-0.1175019;-0.7115287;0.08363183,-0.1120862;-0.7659779;0.03034945,0.003682351;0.3996138;0.01631273,133.9534
+0;0;0,0.004574471;0.1998795;0.005220255,0.01028918;0.4996577;-0.002587632,0.1233972;0.3653043;0.002740141,0.1611915;0.0883916;0.01979661,0.1988587;-0.1802267;-0.04966845,-0.1051175;0.3611398;0.003855627,-0.1599153;0.08661941;-0.002122816,-0.2177974;-0.1826418;-0.0526012,0.06946065;0.004795699;-0.03939821,0.08522931;-0.3714863;0.01122977,0.08593225;-0.7100622;0.09991948,0.09561162;-0.7608551;0.04179192,-0.07026452;0.006063766;-0.03776411,-0.1081996;-0.3697119;0.004111696,-0.1257251;-0.7091619;0.08757752,-0.1252664;-0.6987946;-0.01047527,0.008471094;0.3998289;0.002972275,0;0;0,0.001829275;0.1996881;0.01101475,0.005194428;0.4995885;0.0148071,0.119794;0.3691491;0.02243684,0.1600061;0.09287879;0.0438306,0.2081219;-0.1771817;-0.01231391,-0.1092753;0.3601688;0.01005378,-0.1622417;0.08563212;-0.004917276,-0.2229412;-0.1813933;-0.06333811,0.07348667;0.004267572;-0.03132883,0.0695604;-0.3707309;0.02999566,0.06141852;-0.7105864;0.113254,0.06817301;-0.7670181;0.06341478,-0.07029377;0.005295251;-0.0378252,-0.09637202;-0.3716337;0.002727143,-0.1178269;-0.7113184;0.08429923,-0.11323;-0.7667385;0.03250849,0.00388695;0.399608;0.01628767,133.9762
+0;0;0,0.004537818;0.1998812;0.005186833,0.01023456;0.4996567;-0.002734609,0.1233571;0.3653584;0.002720892,0.1611712;0.08844331;0.01969543,0.199252;-0.1799668;-0.05034648,-0.1052389;0.3613323;0.003702083,-0.1604658;0.08689335;-0.00206595,-0.2183918;-0.1827202;-0.05057513,0.06945962;0.004803787;-0.03939905,0.08522347;-0.3714952;0.01110453,0.08627938;-0.7100668;0.09980707,0.09556815;-0.7613485;0.0423005,-0.07025962;0.006059946;-0.03777383,-0.1081558;-0.3697313;0.003997013,-0.125825;-0.7090846;0.08782486,-0.1253081;-0.6987214;-0.01022682,0.008415008;0.3998302;0.002864996,0;0;0,0.001829275;0.1996881;0.01101475,0.005194428;0.4995885;0.0148071,0.119794;0.3691491;0.02243684,0.1600061;0.09287879;0.0438306,0.2081219;-0.1771817;-0.01231391,-0.1092753;0.3601688;0.01005378,-0.1622417;0.08563212;-0.004917276,-0.2229412;-0.1813933;-0.06333811,0.07348667;0.004267572;-0.03132883,0.0695604;-0.3707309;0.02999566,0.06141852;-0.7105864;0.113254,0.06817301;-0.7670181;0.06341478,-0.07029377;0.005295251;-0.0378252,-0.09637202;-0.3716337;0.002727143,-0.1178269;-0.7113184;0.08429923,-0.11323;-0.7667385;0.03250849,0.00388695;0.399608;0.01628767,133.9984
+0;0;0,0.004537818;0.1998812;0.005186833,0.01023456;0.4996567;-0.002734609,0.1233571;0.3653584;0.002720892,0.1611712;0.08844331;0.01969543,0.199252;-0.1799668;-0.05034648,-0.1052389;0.3613323;0.003702083,-0.1604658;0.08689335;-0.00206595,-0.2183918;-0.1827202;-0.05057513,0.06945962;0.004803787;-0.03939905,0.08522347;-0.3714952;0.01110453,0.08627938;-0.7100668;0.09980707,0.09556815;-0.7613485;0.0423005,-0.07025962;0.006059946;-0.03777383,-0.1081558;-0.3697313;0.003997013,-0.125825;-0.7090846;0.08782486,-0.1253081;-0.6987214;-0.01022682,0.008415008;0.3998302;0.002864996,0;0;0,0.001920348;0.1996737;0.01125671,0.005559228;0.4995722;0.01492606,0.1200506;0.3691368;0.02299119,0.1603721;0.09286293;0.04413224,0.2085695;-0.1771111;-0.01235707,-0.1090661;0.3603296;0.01035337,-0.1624022;0.0858463;-0.004281234,-0.2231397;-0.1811736;-0.06268782,0.07346643;0.004225172;-0.03138204,0.06939314;-0.3707634;0.02999371,0.06141019;-0.7103731;0.1142644,0.06789876;-0.7669038;0.0645618,-0.07031426;0.005348861;-0.03777956,-0.09649037;-0.3715317;0.003157489,-0.1179492;-0.7111735;0.08490692,-0.1131922;-0.7666395;0.03320657,0.004164357;0.3995936;0.01645286,134.0104
+0;0;0,0.004537818;0.1998812;0.005186833,0.01023456;0.4996567;-0.002734609,0.1233571;0.3653584;0.002720892,0.1611712;0.08844331;0.01969543,0.199252;-0.1799668;-0.05034648,-0.1052389;0.3613323;0.003702083,-0.1604658;0.08689335;-0.00206595,-0.2183918;-0.1827202;-0.05057513,0.06945962;0.004803787;-0.03939905,0.08522347;-0.3714952;0.01110453,0.08627938;-0.7100668;0.09980707,0.09556815;-0.7613485;0.0423005,-0.07025962;0.006059946;-0.03777383,-0.1081558;-0.3697313;0.003997013,-0.125825;-0.7090846;0.08782486,-0.1253081;-0.6987214;-0.01022682,0.008415008;0.3998302;0.002864996,0;0;0,0.001920348;0.1996737;0.01125671,0.005559228;0.4995722;0.01492606,0.1200506;0.3691368;0.02299119,0.1603721;0.09286293;0.04413224,0.2085695;-0.1771111;-0.01235707,-0.1090661;0.3603296;0.01035337,-0.1624022;0.0858463;-0.004281234,-0.2231397;-0.1811736;-0.06268782,0.07346643;0.004225172;-0.03138204,0.06939314;-0.3707634;0.02999371,0.06141019;-0.7103731;0.1142644,0.06789876;-0.7669038;0.0645618,-0.07031426;0.005348861;-0.03777956,-0.09649037;-0.3715317;0.003157489,-0.1179492;-0.7111735;0.08490692,-0.1131922;-0.7666395;0.03320657,0.004164357;0.3995936;0.01645286,134.0317
+0;0;0,0.004525898;0.1998816;0.005182517,0.01023278;0.4996569;-0.002742798,0.1233388;0.3653228;0.002713441,0.1611457;0.0884054;0.01966585,0.199442;-0.179898;-0.05066672,-0.1052812;0.3614342;0.003635599,-0.1608827;0.08706754;-0.001970817,-0.2188109;-0.1826912;-0.04966288,0.06946134;0.004802243;-0.03939621,0.08544461;-0.3714342;0.01150276,0.08654073;-0.7100021;0.1002187,0.09517425;-0.760861;0.04201814,-0.07025538;0.006058215;-0.037782,-0.1080787;-0.369745;0.003946897,-0.1257934;-0.7091088;0.08772276,-0.1252491;-0.6987477;-0.01032835,0.008407518;0.3998304;0.002855883,0;0;0,0.001995166;0.1996581;0.01151757,0.005766853;0.4995544;0.01522831,0.1201925;0.3690781;0.02355372,0.1604609;0.09278801;0.04458337,0.2087134;-0.1771469;-0.01204549,-0.1089051;0.3603346;0.01063517,-0.1624116;0.08588874;-0.004080036,-0.2233036;-0.1811616;-0.06218611,0.0734474;0.004186179;-0.03143176,0.06948249;-0.3707797;0.03008937,0.06159252;-0.7102699;0.1148486,0.06484002;-0.699838;0.01683565,-0.07032768;0.00539952;-0.03774734,-0.09642648;-0.3714524;0.003501695,-0.1181269;-0.7110006;0.08557548,-0.1130956;-0.7669521;0.03471271,0.004332682;0.3995762;0.01674327,134.043
+0;0;0,0.004525898;0.1998816;0.005182517,0.01023278;0.4996569;-0.002742798,0.1233388;0.3653228;0.002713441,0.1611457;0.0884054;0.01966585,0.199442;-0.179898;-0.05066672,-0.1052812;0.3614342;0.003635599,-0.1608827;0.08706754;-0.001970817,-0.2188109;-0.1826912;-0.04966288,0.06946134;0.004802243;-0.03939621,0.08544461;-0.3714342;0.01150276,0.08654073;-0.7100021;0.1002187,0.09517425;-0.760861;0.04201814,-0.07025538;0.006058215;-0.037782,-0.1080787;-0.369745;0.003946897,-0.1257934;-0.7091088;0.08772276,-0.1252491;-0.6987477;-0.01032835,0.008407518;0.3998304;0.002855883,0;0;0,0.001995166;0.1996581;0.01151757,0.005766853;0.4995544;0.01522831,0.1201925;0.3690781;0.02355372,0.1604609;0.09278801;0.04458337,0.2087134;-0.1771469;-0.01204549,-0.1089051;0.3603346;0.01063517,-0.1624116;0.08588874;-0.004080036,-0.2233036;-0.1811616;-0.06218611,0.0734474;0.004186179;-0.03143176,0.06948249;-0.3707797;0.03008937,0.06159252;-0.7102699;0.1148486,0.06484002;-0.699838;0.01683565,-0.07032768;0.00539952;-0.03774734,-0.09642648;-0.3714524;0.003501695,-0.1181269;-0.7110006;0.08557548,-0.1130956;-0.7669521;0.03471271,0.004332682;0.3995762;0.01674327,134.0542
+0;0;0,0.004525898;0.1998816;0.005182517,0.01023278;0.4996569;-0.002742798,0.1233388;0.3653228;0.002713441,0.1611457;0.0884054;0.01966585,0.199442;-0.179898;-0.05066672,-0.1052812;0.3614342;0.003635599,-0.1608827;0.08706754;-0.001970817,-0.2188109;-0.1826912;-0.04966288,0.06946134;0.004802243;-0.03939621,0.08544461;-0.3714342;0.01150276,0.08654073;-0.7100021;0.1002187,0.09517425;-0.760861;0.04201814,-0.07025538;0.006058215;-0.037782,-0.1080787;-0.369745;0.003946897,-0.1257934;-0.7091088;0.08772276,-0.1252491;-0.6987477;-0.01032835,0.008407518;0.3998304;0.002855883,0;0;0,0.00212647;0.1996413;0.01178366,0.00610905;0.4995339;0.0155605,0.1204414;0.3690563;0.02429724,0.1604995;0.09270728;0.0449506,0.2088506;-0.1772175;-0.01164234,-0.1085889;0.3602223;0.01079162,-0.1625762;0.08584523;-0.00344151,-0.2235394;-0.1812361;-0.06132989,0.07338374;0.004121579;-0.03158858,0.06942049;-0.3707135;0.03072523,0.06192178;-0.7101523;0.1157258,0.06743886;-0.7664669;0.06553261,-0.07038403;0.005478969;-0.03763071,-0.09662431;-0.3713486;0.00375025,-0.1182232;-0.7107142;0.08660241,-0.1127431;-0.7661089;0.03485565,0.004608193;0.3995563;0.01705702,134.0763
+0;0;0,0.004505469;0.1998822;0.005177293,0.01019565;0.4996575;-0.002760286,0.123305;0.3653265;0.002729455,0.1611289;0.08840999;0.01965945,0.1997321;-0.1798005;-0.0508596,-0.1052998;0.3613889;0.003701836,-0.1609447;0.08703059;-0.001880007,-0.2191998;-0.182624;-0.04976238,0.06945752;0.004811444;-0.03940182,0.08546113;-0.3714215;0.0115166,0.08661637;-0.7100493;0.1000031,0.09432819;-0.7621506;0.04343551,-0.07025192;0.006044568;-0.03779062,-0.1080711;-0.3697582;0.003946628,-0.1258466;-0.709114;0.087742,-0.1253217;-0.698756;-0.01030857,0.008372794;0.3998312;0.002840881,0;0;0,0.00212647;0.1996413;0.01178366,0.00610905;0.4995339;0.0155605,0.1204414;0.3690563;0.02429724,0.1604995;0.09270728;0.0449506,0.2088506;-0.1772175;-0.01164234,-0.1085889;0.3602223;0.01079162,-0.1625762;0.08584523;-0.00344151,-0.2235394;-0.1812361;-0.06132989,0.07338374;0.004121579;-0.03158858,0.06942049;-0.3707135;0.03072523,0.06192178;-0.7101523;0.1157258,0.06743886;-0.7664669;0.06553261,-0.07038403;0.005478969;-0.03763071,-0.09662431;-0.3713486;0.00375025,-0.1182232;-0.7107142;0.08660241,-0.1127431;-0.7661089;0.03485565,0.004608193;0.3995563;0.01705702,134.0878
+0;0;0,0.004505469;0.1998822;0.005177293,0.01019565;0.4996575;-0.002760286,0.123305;0.3653265;0.002729455,0.1611289;0.08840999;0.01965945,0.1997321;-0.1798005;-0.0508596,-0.1052998;0.3613889;0.003701836,-0.1609447;0.08703059;-0.001880007,-0.2191998;-0.182624;-0.04976238,0.06945752;0.004811444;-0.03940182,0.08546113;-0.3714215;0.0115166,0.08661637;-0.7100493;0.1000031,0.09432819;-0.7621506;0.04343551,-0.07025192;0.006044568;-0.03779062,-0.1080711;-0.3697582;0.003946628,-0.1258466;-0.709114;0.087742,-0.1253217;-0.698756;-0.01030857,0.008372794;0.3998312;0.002840881,0;0;0,0.002164709;0.1996318;0.01193563,0.006206022;0.4995228;0.01577368,0.1205204;0.3690851;0.02471673,0.1605981;0.09272778;0.04522147,0.2087642;-0.1771539;-0.01173408,-0.1085216;0.3602537;0.0110006,-0.1626231;0.08588719;-0.003001038,-0.2238712;-0.1811304;-0.06088246,0.07335147;0.004105812;-0.0316655,0.06953359;-0.3707168;0.03073212,0.06193924;-0.7100242;0.1162466,0.06737085;-0.76684;0.0669158,-0.07041673;0.005506087;-0.03756548,-0.09666434;-0.3713292;0.003741205,-0.118299;-0.7105602;0.08713304,-0.1128599;-0.765988;0.0354367,0.004691056;0.3995452;0.01725114,134.0989
+0;0;0,0.004505469;0.1998822;0.005177293,0.01019565;0.4996575;-0.002760286,0.123305;0.3653265;0.002729455,0.1611289;0.08840999;0.01965945,0.1997321;-0.1798005;-0.0508596,-0.1052998;0.3613889;0.003701836,-0.1609447;0.08703059;-0.001880007,-0.2191998;-0.182624;-0.04976238,0.06945752;0.004811444;-0.03940182,0.08546113;-0.3714215;0.0115166,0.08661637;-0.7100493;0.1000031,0.09432819;-0.7621506;0.04343551,-0.07025192;0.006044568;-0.03779062,-0.1080711;-0.3697582;0.003946628,-0.1258466;-0.709114;0.087742,-0.1253217;-0.698756;-0.01030857,0.008372794;0.3998312;0.002840881,0;0;0,0.002164709;0.1996318;0.01193563,0.006206022;0.4995228;0.01577368,0.1205204;0.3690851;0.02471673,0.1605981;0.09272778;0.04522147,0.2087642;-0.1771539;-0.01173408,-0.1085216;0.3602537;0.0110006,-0.1626231;0.08588719;-0.003001038,-0.2238712;-0.1811304;-0.06088246,0.07335147;0.004105812;-0.0316655,0.06953359;-0.3707168;0.03073212,0.06193924;-0.7100242;0.1162466,0.06737085;-0.76684;0.0669158,-0.07041673;0.005506087;-0.03756548,-0.09666434;-0.3713292;0.003741205,-0.118299;-0.7105602;0.08713304,-0.1128599;-0.765988;0.0354367,0.004691056;0.3995452;0.01725114,134.121
+0;0;0,0.004485983;0.199883;0.005165246,0.01014853;0.4996578;-0.002812425,0.1232627;0.3653258;0.002720054,0.1610932;0.08840922;0.01963325,0.1998294;-0.1797599;-0.05097011,-0.105401;0.3615639;0.003575439,-0.1616603;0.087322;-0.001547918,-0.2206473;-0.1821544;-0.04953797,0.06946407;0.00481859;-0.03938939,0.08544894;-0.3714031;0.01161726,0.08670289;-0.7100577;0.09999994,0.09416768;-0.7624496;0.04382294,-0.07024308;0.006040253;-0.03780774,-0.1080113;-0.3697475;0.004110739,-0.1258044;-0.7091118;0.08786806,-0.1234756;-0.7644361;0.03576861,0.008330951;0.399832;0.002800473,0;0;0,0.002164709;0.1996318;0.01193563,0.006206022;0.4995228;0.01577368,0.1205204;0.3690851;0.02471673,0.1605981;0.09272778;0.04522147,0.2087642;-0.1771539;-0.01173408,-0.1085216;0.3602537;0.0110006,-0.1626231;0.08588719;-0.003001038,-0.2238712;-0.1811304;-0.06088246,0.07335147;0.004105812;-0.0316655,0.06953359;-0.3707168;0.03073212,0.06193924;-0.7100242;0.1162466,0.06737085;-0.76684;0.0669158,-0.07041673;0.005506087;-0.03756548,-0.09666434;-0.3713292;0.003741205,-0.118299;-0.7105602;0.08713304,-0.1128599;-0.765988;0.0354367,0.004691056;0.3995452;0.01725114,134.1326
+0;0;0,0.004485983;0.199883;0.005165246,0.01014853;0.4996578;-0.002812425,0.1232627;0.3653258;0.002720054,0.1610932;0.08840922;0.01963325,0.1998294;-0.1797599;-0.05097011,-0.105401;0.3615639;0.003575439,-0.1616603;0.087322;-0.001547918,-0.2206473;-0.1821544;-0.04953797,0.06946407;0.00481859;-0.03938939,0.08544894;-0.3714031;0.01161726,0.08670289;-0.7100577;0.09999994,0.09416768;-0.7624496;0.04382294,-0.07024308;0.006040253;-0.03780774,-0.1080113;-0.3697475;0.004110739,-0.1258044;-0.7091118;0.08786806,-0.1234756;-0.7644361;0.03576861,0.008330951;0.399832;0.002800473,0;0;0,0.002178295;0.1996195;0.01213742,0.006324524;0.4995073;0.01613151,0.1205902;0.3690407;0.02504034,0.1607471;0.09268844;0.04545681,0.2087659;-0.1772177;-0.01150681,-0.1084483;0.3602641;0.01123568,-0.1627486;0.08593437;-0.00271693,-0.2241462;-0.1811234;-0.06025374,0.07330136;0.004092343;-0.03178307,0.06940617;-0.3706997;0.03079289,0.06175349;-0.7098917;0.1167593,0.06698584;-0.7667232;0.06743475,-0.07046854;0.005524775;-0.03746546,-0.09675043;-0.3713143;0.003784683,-0.1186094;-0.7104821;0.0873754,-0.1127883;-0.7660799;0.036003,0.004769944;0.3995295;0.0175497,134.1545
+0;0;0,0.004485983;0.199883;0.005165246,0.01014853;0.4996578;-0.002812425,0.1232627;0.3653258;0.002720054,0.1610932;0.08840922;0.01963325,0.1998294;-0.1797599;-0.05097011,-0.105401;0.3615639;0.003575439,-0.1616603;0.087322;-0.001547918,-0.2206473;-0.1821544;-0.04953797,0.06946407;0.00481859;-0.03938939,0.08544894;-0.3714031;0.01161726,0.08670289;-0.7100577;0.09999994,0.09416768;-0.7624496;0.04382294,-0.07024308;0.006040253;-0.03780774,-0.1080113;-0.3697475;0.004110739,-0.1258044;-0.7091118;0.08786806,-0.1234756;-0.7644361;0.03576861,0.008330951;0.399832;0.002800473,0;0;0,0.002178295;0.1996195;0.01213742,0.006324524;0.4995073;0.01613151,0.1205902;0.3690407;0.02504034,0.1607471;0.09268844;0.04545681,0.2087659;-0.1772177;-0.01150681,-0.1084483;0.3602641;0.01123568,-0.1627486;0.08593437;-0.00271693,-0.2241462;-0.1811234;-0.06025374,0.07330136;0.004092343;-0.03178307,0.06940617;-0.3706997;0.03079289,0.06175349;-0.7098917;0.1167593,0.06698584;-0.7667232;0.06743475,-0.07046854;0.005524775;-0.03746546,-0.09675043;-0.3713143;0.003784683,-0.1186094;-0.7104821;0.0873754,-0.1127883;-0.7660799;0.036003,0.004769944;0.3995295;0.0175497,134.1662
+0;0;0,0.004457829;0.1998842;0.005140703,0.01011593;0.4996585;-0.002870004,0.1232217;0.3653086;0.002671972,0.1612089;0.08841497;0.01960864,0.19985;-0.1797585;-0.05103051,-0.1054207;0.361519;0.00358377,-0.1621909;0.0873729;-0.001004113,-0.22272;-0.1817805;-0.04888647,0.06947669;0.004824709;-0.03936637,0.08545667;-0.3713924;0.01167582,0.08716227;-0.710106;0.09982446,0.09372836;-0.7634383;0.04493708,-0.0702014;0.006029226;-0.03788684,-0.107966;-0.3697788;0.003852721,-0.1258054;-0.7090895;0.08781672,-0.1236885;-0.7644644;0.0357913,0.008295352;0.3998331;0.002748808,0;0;0,0.002166484;0.1996056;0.01236676,0.006305173;0.499491;0.01652426,0.1205502;0.3689703;0.02558,0.1607046;0.09260261;0.04579247,0.2086612;-0.1773364;-0.0110678,-0.1084696;0.3602654;0.01161337,-0.1629122;0.08595979;-0.002257902,-0.2250988;-0.1817514;-0.05577016,0.0732844;0.004114466;-0.0318193,0.06926226;-0.3706459;0.03093794,0.06147011;-0.7097242;0.1173391,0.0650469;-0.6992338;0.0193259,-0.07048495;0.005518826;-0.03743546,-0.09699002;-0.371287;0.003975585,-0.1189642;-0.7103878;0.08780725,-0.113037;-0.7660251;0.03651261,0.004756847;0.3995124;0.01789381,134.188
+0;0;0,0.004457829;0.1998842;0.005140703,0.01011593;0.4996585;-0.002870004,0.1232217;0.3653086;0.002671972,0.1612089;0.08841497;0.01960864,0.19985;-0.1797585;-0.05103051,-0.1054207;0.361519;0.00358377,-0.1621909;0.0873729;-0.001004113,-0.22272;-0.1817805;-0.04888647,0.06947669;0.004824709;-0.03936637,0.08545667;-0.3713924;0.01167582,0.08716227;-0.710106;0.09982446,0.09372836;-0.7634383;0.04493708,-0.0702014;0.006029226;-0.03788684,-0.107966;-0.3697788;0.003852721,-0.1258054;-0.7090895;0.08781672,-0.1236885;-0.7644644;0.0357913,0.008295352;0.3998331;0.002748808,0;0;0,0.002166484;0.1996056;0.01236676,0.006305173;0.499491;0.01652426,0.1205502;0.3689703;0.02558,0.1607046;0.09260261;0.04579247,0.2086612;-0.1773364;-0.0110678,-0.1084696;0.3602654;0.01161337,-0.1629122;0.08595979;-0.002257902,-0.2250988;-0.1817514;-0.05577016,0.0732844;0.004114466;-0.0318193,0.06926226;-0.3706459;0.03093794,0.06147011;-0.7097242;0.1173391,0.0650469;-0.6992338;0.0193259,-0.07048495;0.005518826;-0.03743546,-0.09699002;-0.371287;0.003975585,-0.1189642;-0.7103878;0.08780725,-0.113037;-0.7660251;0.03651261,0.004756847;0.3995124;0.01789381,134.1997
+0;0;0,0.004457829;0.1998842;0.005140703,0.01011593;0.4996585;-0.002870004,0.1232217;0.3653086;0.002671972,0.1612089;0.08841497;0.01960864,0.19985;-0.1797585;-0.05103051,-0.1054207;0.361519;0.00358377,-0.1621909;0.0873729;-0.001004113,-0.22272;-0.1817805;-0.04888647,0.06947669;0.004824709;-0.03936637,0.08545667;-0.3713924;0.01167582,0.08716227;-0.710106;0.09982446,0.09372836;-0.7634383;0.04493708,-0.0702014;0.006029226;-0.03788684,-0.107966;-0.3697788;0.003852721,-0.1258054;-0.7090895;0.08781672,-0.1236885;-0.7644644;0.0357913,0.008295352;0.3998331;0.002748808,0;0;0,0.002229727;0.1995953;0.01251995,0.006442414;0.4994782;0.01678203,0.120656;0.3689487;0.02585218,0.1609424;0.09259638;0.04601224,0.2087869;-0.1773742;-0.01079299,-0.1083614;0.3602659;0.01180998,-0.163124;0.08601996;-0.001981916,-0.2266395;-0.1824346;-0.0499183,0.07326835;0.004084125;-0.03186014,0.06945051;-0.3706346;0.03115786,0.06180949;-0.7097132;0.1175716,0.06648692;-0.7666576;0.06839027,-0.0704948;0.005557343;-0.03741121,-0.09698045;-0.3712369;0.004117422,-0.1189885;-0.7102846;0.08815503,-0.113092;-0.7659652;0.03692942,0.00486825;0.3994995;0.0181169,134.2215
+0;0;0,0.004427029;0.199885;0.005137524,0.0100884;0.4996592;-0.002882864,0.1231837;0.3652869;0.002665721,0.1613191;0.08841398;0.01960795,0.1997949;-0.1798034;-0.05095433,-0.1054562;0.3615343;0.003654166,-0.1625737;0.08745769;-0.0007706773,-0.2261907;-0.1811217;-0.04786646,0.06949472;0.004809737;-0.03933638,0.08540248;-0.3714209;0.01162927,0.08700256;-0.7101296;0.09979856,0.09349808;-0.7649243;0.04718988,-0.07014313;0.006058206;-0.03798999,-0.1078903;-0.369757;0.003700189,-0.1258645;-0.7090536;0.08769289,-0.122517;-0.7641731;0.03531465,0.008264083;0.3998337;0.002735086,0;0;0,0.002322826;0.1995744;0.01283298,0.006591835;0.4994532;0.01729324,0.1207802;0.3689069;0.02636643,0.1610897;0.09255335;0.04646283,0.2088516;-0.1774291;-0.01035482,-0.1082346;0.3602583;0.0122547,-0.1635052;0.08611462;-0.001542938,-0.2273815;-0.1827298;-0.04673669,0.07332359;0.004054408;-0.03173662,0.0697071;-0.3706305;0.03149406,0.06181417;-0.7096475;0.1181267,0.06741226;-0.7663206;0.06856422,-0.07042762;0.005608891;-0.03752985,-0.09674362;-0.3711334;0.004573565,-0.1187774;-0.7102536;0.08831134,-0.1133741;-0.7663442;0.0377226,0.005000579;0.399474;0.01857339,134.233
+0;0;0,0.004427029;0.199885;0.005137524,0.0100884;0.4996592;-0.002882864,0.1231837;0.3652869;0.002665721,0.1613191;0.08841398;0.01960795,0.1997949;-0.1798034;-0.05095433,-0.1054562;0.3615343;0.003654166,-0.1625737;0.08745769;-0.0007706773,-0.2261907;-0.1811217;-0.04786646,0.06949472;0.004809737;-0.03933638,0.08540248;-0.3714209;0.01162927,0.08700256;-0.7101296;0.09979856,0.09349808;-0.7649243;0.04718988,-0.07014313;0.006058206;-0.03798999,-0.1078903;-0.369757;0.003700189,-0.1258645;-0.7090536;0.08769289,-0.122517;-0.7641731;0.03531465,0.008264083;0.3998337;0.002735086,0;0;0,0.002322826;0.1995744;0.01283298,0.006591835;0.4994532;0.01729324,0.1207802;0.3689069;0.02636643,0.1610897;0.09255335;0.04646283,0.2088516;-0.1774291;-0.01035482,-0.1082346;0.3602583;0.0122547,-0.1635052;0.08611462;-0.001542938,-0.2273815;-0.1827298;-0.04673669,0.07332359;0.004054408;-0.03173662,0.0697071;-0.3706305;0.03149406,0.06181417;-0.7096475;0.1181267,0.06741226;-0.7663206;0.06856422,-0.07042762;0.005608891;-0.03752985,-0.09674362;-0.3711334;0.004573565,-0.1187774;-0.7102536;0.08831134,-0.1133741;-0.7663442;0.0377226,0.005000579;0.399474;0.01857339,134.2443
+0;0;0,0.004427029;0.199885;0.005137524,0.0100884;0.4996592;-0.002882864,0.1231837;0.3652869;0.002665721,0.1613191;0.08841398;0.01960795,0.1997949;-0.1798034;-0.05095433,-0.1054562;0.3615343;0.003654166,-0.1625737;0.08745769;-0.0007706773,-0.2261907;-0.1811217;-0.04786646,0.06949472;0.004809737;-0.03933638,0.08540248;-0.3714209;0.01162927,0.08700256;-0.7101296;0.09979856,0.09349808;-0.7649243;0.04718988,-0.07014313;0.006058206;-0.03798999,-0.1078903;-0.369757;0.003700189,-0.1258645;-0.7090536;0.08769289,-0.122517;-0.7641731;0.03531465,0.008264083;0.3998337;0.002735086,0;0;0,0.002348082;0.1995672;0.01293853,0.006663733;0.4994437;0.01751597,0.1208401;0.3689303;0.02664056,0.1611739;0.09257144;0.04661527,0.2087948;-0.1774493;-0.01013878,-0.1082035;0.3603208;0.01246035,-0.1645122;0.08638051;-0.001180328,-0.2289678;-0.1825766;-0.04485549,0.07328444;0.004044714;-0.03182812,0.06965338;-0.3706227;0.03150538,0.06170104;-0.7095857;0.1183437,0.06729188;-0.7661444;0.06858087,-0.07046931;0.005626095;-0.03744894,-0.0966567;-0.3711169;0.004728805,-0.1188874;-0.7101989;0.08856915,-0.1135247;-0.7659792;0.03745175,0.005058008;0.3994642;0.01875532,134.2669
+0;0;0,0.004395736;0.1998855;0.005144919,0.01004964;0.4996601;-0.002869618,0.1231297;0.3652354;0.002627016,0.161297;0.0883674;0.01957809,0.1998269;-0.1798605;-0.05091469,-0.1054941;0.3615347;0.003694839,-0.163642;0.08766541;-0.00010768,-0.2311448;-0.1801012;-0.04641556,0.06950609;0.00480896;-0.03931636,0.08533202;-0.3714264;0.01163917,0.0870281;-0.7101172;0.09987582,0.09327484;-0.7651221;0.04757717,-0.07011262;0.006056219;-0.03804657,-0.1078607;-0.3697462;0.003757637,-0.1258529;-0.7090777;0.08760522,-0.1225769;-0.7643929;0.03554177,0.008225815;0.3998344;0.002743706,0;0;0,0.002348082;0.1995672;0.01293853,0.006663733;0.4994437;0.01751597,0.1208401;0.3689303;0.02664056,0.1611739;0.09257144;0.04661527,0.2087948;-0.1774493;-0.01013878,-0.1082035;0.3603208;0.01246035,-0.1645122;0.08638051;-0.001180328,-0.2289678;-0.1825766;-0.04485549,0.07328444;0.004044714;-0.03182812,0.06965338;-0.3706227;0.03150538,0.06170104;-0.7095857;0.1183437,0.06729188;-0.7661444;0.06858087,-0.07046931;0.005626095;-0.03744894,-0.0966567;-0.3711169;0.004728805,-0.1188874;-0.7101989;0.08856915,-0.1135247;-0.7659792;0.03745175,0.005058008;0.3994642;0.01875532,134.2784
+0;0;0,0.004395736;0.1998855;0.005144919,0.01004964;0.4996601;-0.002869618,0.1231297;0.3652354;0.002627016,0.161297;0.0883674;0.01957809,0.1998269;-0.1798605;-0.05091469,-0.1054941;0.3615347;0.003694839,-0.163642;0.08766541;-0.00010768,-0.2311448;-0.1801012;-0.04641556,0.06950609;0.00480896;-0.03931636,0.08533202;-0.3714264;0.01163917,0.0870281;-0.7101172;0.09987582,0.09327484;-0.7651221;0.04757717,-0.07011262;0.006056219;-0.03804657,-0.1078607;-0.3697462;0.003757637,-0.1258529;-0.7090777;0.08760522,-0.1225769;-0.7643929;0.03554177,0.008225815;0.3998344;0.002743706,0;0;0,0.002348082;0.1995672;0.01293853,0.006663733;0.4994437;0.01751597,0.1208401;0.3689303;0.02664056,0.1611739;0.09257144;0.04661527,0.2087948;-0.1774493;-0.01013878,-0.1082035;0.3603208;0.01246035,-0.1645122;0.08638051;-0.001180328,-0.2289678;-0.1825766;-0.04485549,0.07328444;0.004044714;-0.03182812,0.06965338;-0.3706227;0.03150538,0.06170104;-0.7095857;0.1183437,0.06729188;-0.7661444;0.06858087,-0.07046931;0.005626095;-0.03744894,-0.0966567;-0.3711169;0.004728805,-0.1188874;-0.7101989;0.08856915,-0.1135247;-0.7659792;0.03745175,0.005058008;0.3994642;0.01875532,134.2901
+0;0;0,0.004395736;0.1998855;0.005144919,0.01004964;0.4996601;-0.002869618,0.1231297;0.3652354;0.002627016,0.161297;0.0883674;0.01957809,0.1998269;-0.1798605;-0.05091469,-0.1054941;0.3615347;0.003694839,-0.163642;0.08766541;-0.00010768,-0.2311448;-0.1801012;-0.04641556,0.06950609;0.00480896;-0.03931636,0.08533202;-0.3714264;0.01163917,0.0870281;-0.7101172;0.09987582,0.09327484;-0.7651221;0.04757717,-0.07011262;0.006056219;-0.03804657,-0.1078607;-0.3697462;0.003757637,-0.1258529;-0.7090777;0.08760522,-0.1225769;-0.7643929;0.03554177,0.008225815;0.3998344;0.002743706,0;0;0,0.002340216;0.1995632;0.01300211,0.006635256;0.4994388;0.01764621,0.1208135;0.3689115;0.02680975,0.1613184;0.09257281;0.04671593,0.2087228;-0.1775719;-0.009628203,-0.1081958;0.3602291;0.01262776,-0.165995;0.08659509;-0.0009258995,-0.2311059;-0.1822566;-0.04427695,0.07328305;0.004047472;-0.03183099,0.06945103;-0.3706201;0.03148946,0.06151754;-0.709532;0.1185285,0.06516044;-0.6989744;0.02050436,-0.07048462;0.005626691;-0.03742003,-0.09653044;-0.3711717;0.00434814,-0.1187894;-0.7101312;0.08867513,-0.1108213;-0.7667818;0.03939853,0.005038849;0.399459;0.01886662,134.3123
+0;0;0,0.004343288;0.1998868;0.00513879,0.009980028;0.499661;-0.002903936,0.1230705;0.365258;0.002641757,0.1613655;0.08839476;0.01938184,0.1995988;-0.17999;-0.05067399,-0.1055629;0.361547;0.003737283,-0.1658111;0.0881241;0.0005661966,-0.2385868;-0.1784236;-0.04477708,0.06952811;0.004799302;-0.03927861,0.08521302;-0.3714434;0.01166661,0.08699706;-0.7101755;0.0997427,0.09530755;-0.7643723;0.04643381,-0.07005566;0.006067256;-0.03814962,-0.1080076;-0.3697017;0.003771335,-0.1259625;-0.7090286;0.08764523,-0.1254669;-0.6986803;-0.01040356,0.008160167;0.3998357;0.00271726,0;0;0,0.002340216;0.1995632;0.01300211,0.006635256;0.4994388;0.01764621,0.1208135;0.3689115;0.02680975,0.1613184;0.09257281;0.04671593,0.2087228;-0.1775719;-0.009628203,-0.1081958;0.3602291;0.01262776,-0.165995;0.08659509;-0.0009258995,-0.2311059;-0.1822566;-0.04427695,0.07328305;0.004047472;-0.03183099,0.06945103;-0.3706201;0.03148946,0.06151754;-0.709532;0.1185285,0.06516044;-0.6989744;0.02050436,-0.07048462;0.005626691;-0.03742003,-0.09653044;-0.3711717;0.00434814,-0.1187894;-0.7101312;0.08867513,-0.1108213;-0.7667818;0.03939853,0.005038849;0.399459;0.01886662,134.324
+0;0;0,0.004343288;0.1998868;0.00513879,0.009980028;0.499661;-0.002903936,0.1230705;0.365258;0.002641757,0.1613655;0.08839476;0.01938184,0.1995988;-0.17999;-0.05067399,-0.1055629;0.361547;0.003737283,-0.1658111;0.0881241;0.0005661966,-0.2385868;-0.1784236;-0.04477708,0.06952811;0.004799302;-0.03927861,0.08521302;-0.3714434;0.01166661,0.08699706;-0.7101755;0.0997427,0.09530755;-0.7643723;0.04643381,-0.07005566;0.006067256;-0.03814962,-0.1080076;-0.3697017;0.003771335,-0.1259625;-0.7090286;0.08764523,-0.1254669;-0.6986803;-0.01040356,0.008160167;0.3998357;0.00271726,0;0;0,0.002303401;0.1995563;0.01311466,0.006585995;0.4994299;0.0179357,0.1207807;0.3689335;0.02702376,0.1614317;0.09261432;0.04690342,0.2087101;-0.1775558;-0.009424966,-0.1082718;0.3603249;0.01280921,-0.1683048;0.08715639;-0.0004208786,-0.2359243;-0.1809239;-0.0446992,0.07329693;0.004050967;-0.03179858,0.06931885;-0.3706639;0.03123309,0.06139218;-0.7094489;0.1187653,0.0650458;-0.6988802;0.02073936,-0.07047255;0.005626043;-0.03744285,-0.09653908;-0.3711738;0.004299469,-0.1185779;-0.7101447;0.08863807,-0.1111666;-0.7668073;0.03929564,0.004997591;0.3994491;0.01908165,134.3354
+0;0;0,0.004343288;0.1998868;0.00513879,0.009980028;0.499661;-0.002903936,0.1230705;0.365258;0.002641757,0.1613655;0.08839476;0.01938184,0.1995988;-0.17999;-0.05067399,-0.1055629;0.361547;0.003737283,-0.1658111;0.0881241;0.0005661966,-0.2385868;-0.1784236;-0.04477708,0.06952811;0.004799302;-0.03927861,0.08521302;-0.3714434;0.01166661,0.08699706;-0.7101755;0.0997427,0.09530755;-0.7643723;0.04643381,-0.07005566;0.006067256;-0.03814962,-0.1080076;-0.3697017;0.003771335,-0.1259625;-0.7090286;0.08764523,-0.1254669;-0.6986803;-0.01040356,0.008160167;0.3998357;0.00271726,0;0;0,0.002303401;0.1995563;0.01311466,0.006585995;0.4994299;0.0179357,0.1207807;0.3689335;0.02702376,0.1614317;0.09261432;0.04690342,0.2087101;-0.1775558;-0.009424966,-0.1082718;0.3603249;0.01280921,-0.1683048;0.08715639;-0.0004208786,-0.2359243;-0.1809239;-0.0446992,0.07329693;0.004050967;-0.03179858,0.06931885;-0.3706639;0.03123309,0.06139218;-0.7094489;0.1187653,0.0650458;-0.6988802;0.02073936,-0.07047255;0.005626043;-0.03744285,-0.09653908;-0.3711738;0.004299469,-0.1185779;-0.7101447;0.08863807,-0.1111666;-0.7668073;0.03929564,0.004997591;0.3994491;0.01908165,134.3579
+0;0;0,0.004299135;0.1998883;0.005115563,0.009915082;0.4996616;-0.002983892,0.1230175;0.3652836;0.002643164,0.1613932;0.0884206;0.01920141,0.1991366;-0.1800611;-0.05074852,-0.1056328;0.3615805;0.003798457,-0.1702718;0.08916175;0.0006651853,-0.2466581;-0.1765432;-0.04367441,0.06955558;0.004806846;-0.03922901,0.08506564;-0.3714691;0.01152389,0.08704697;-0.7100956;0.1000004,0.09471009;-0.76443;0.04681217,-0.07001611;0.006046691;-0.03822541,-0.10804;-0.3697101;0.003738731,-0.1260026;-0.7090088;0.0877253,-0.1255261;-0.6986645;-0.01032279,0.008099911;0.3998371;0.002653358,0;0;0,0.002312629;0.1995531;0.01316037,0.006605263;0.4994246;0.01812446,0.1208342;0.3690523;0.02717448,0.1615005;0.09273645;0.0470704,0.2086581;-0.1774533;-0.009264719,-0.1082815;0.3604228;0.01286855,-0.1699436;0.08760631;-0.0001305155,-0.2398372;-0.1798444;-0.04468379,0.07330403;0.00404923;-0.03178241,0.06923845;-0.3706737;0.03119563,0.06139029;-0.7094598;0.1187306,0.06507023;-0.6988817;0.02070381,-0.07047083;0.005627112;-0.03744592,-0.0964475;-0.3712101;0.004013952,-0.1183574;-0.7101333;0.08857748,-0.1112715;-0.7662582;0.03825557,0.005019498;0.3994431;0.01921599,134.3695
+0;0;0,0.004299135;0.1998883;0.005115563,0.009915082;0.4996616;-0.002983892,0.1230175;0.3652836;0.002643164,0.1613932;0.0884206;0.01920141,0.1991366;-0.1800611;-0.05074852,-0.1056328;0.3615805;0.003798457,-0.1702718;0.08916175;0.0006651853,-0.2466581;-0.1765432;-0.04367441,0.06955558;0.004806846;-0.03922901,0.08506564;-0.3714691;0.01152389,0.08704697;-0.7100956;0.1000004,0.09471009;-0.76443;0.04681217,-0.07001611;0.006046691;-0.03822541,-0.10804;-0.3697101;0.003738731,-0.1260026;-0.7090088;0.0877253,-0.1255261;-0.6986645;-0.01032279,0.008099911;0.3998371;0.002653358,0;0;0,0.002312629;0.1995531;0.01316037,0.006605263;0.4994246;0.01812446,0.1208342;0.3690523;0.02717448,0.1615005;0.09273645;0.0470704,0.2086581;-0.1774533;-0.009264719,-0.1082815;0.3604228;0.01286855,-0.1699436;0.08760631;-0.0001305155,-0.2398372;-0.1798444;-0.04468379,0.07330403;0.00404923;-0.03178241,0.06923845;-0.3706737;0.03119563,0.06139029;-0.7094598;0.1187306,0.06507023;-0.6988817;0.02070381,-0.07047083;0.005627112;-0.03744592,-0.0964475;-0.3712101;0.004013952,-0.1183574;-0.7101333;0.08857748,-0.1112715;-0.7662582;0.03825557,0.005019498;0.3994431;0.01921599,134.3816
+0;0;0,0.004299135;0.1998883;0.005115563,0.009915082;0.4996616;-0.002983892,0.1230175;0.3652836;0.002643164,0.1613932;0.0884206;0.01920141,0.1991366;-0.1800611;-0.05074852,-0.1056328;0.3615805;0.003798457,-0.1702718;0.08916175;0.0006651853,-0.2466581;-0.1765432;-0.04367441,0.06955558;0.004806846;-0.03922901,0.08506564;-0.3714691;0.01152389,0.08704697;-0.7100956;0.1000004,0.09471009;-0.76443;0.04681217,-0.07001611;0.006046691;-0.03822541,-0.10804;-0.3697101;0.003738731,-0.1260026;-0.7090088;0.0877253,-0.1255261;-0.6986645;-0.01032279,0.008099911;0.3998371;0.002653358,0;0;0,0.002327891;0.1995497;0.01320919,0.006705582;0.4994182;0.01830222,0.1209034;0.3690493;0.02734823,0.1615165;0.0927251;0.04723537,0.2084322;-0.1775944;-0.008677743,-0.108239;0.3605057;0.01296394,-0.1725143;0.08827302;0.0003918819,-0.2442793;-0.1787565;-0.04371076,0.07331336;0.004025348;-0.03176392,0.06916716;-0.3707221;0.03106229,0.0613677;-0.7094475;0.1188366,0.06507535;-0.6988627;0.02080952,-0.07045639;0.005659603;-0.03746819,-0.09640911;-0.3711831;0.003957137,-0.1181266;-0.7101074;0.08856592,-0.111632;-0.7662703;0.03822927,0.005091118;0.3994366;0.01934041,134.4032
+0;0;0,0.004219203;0.1998892;0.005150122,0.009807363;0.4996636;-0.002923544,0.1229578;0.3654275;0.002738052,0.1612425;0.08854893;0.01924679,0.1988707;-0.1799773;-0.05059421,-0.1058324;0.3618692;0.0037501,-0.1759037;0.09078738;0.00159067,-0.262071;-0.1717377;-0.04374993,0.06957987;0.0048061;-0.03918601,0.08475891;-0.3714893;0.01152291,0.08711192;-0.7100914;0.1000842,0.09441483;-0.7640333;0.04622864,-0.07000374;0.006041498;-0.03824887,-0.1083034;-0.3696907;0.003684983,-0.1258032;-0.7088849;0.08818968,-0.1252714;-0.6985331;-0.009859629,0.007997442;0.3998385;0.002704678,0;0;0,0.002327891;0.1995497;0.01320919,0.006705582;0.4994182;0.01830222,0.1209034;0.3690493;0.02734823,0.1615165;0.0927251;0.04723537,0.2084322;-0.1775944;-0.008677743,-0.108239;0.3605057;0.01296394,-0.1725143;0.08827302;0.0003918819,-0.2442793;-0.1787565;-0.04371076,0.07331336;0.004025348;-0.03176392,0.06916716;-0.3707221;0.03106229,0.0613677;-0.7094475;0.1188366,0.06507535;-0.6988627;0.02080952,-0.07045639;0.005659603;-0.03746819,-0.09640911;-0.3711831;0.003957137,-0.1181266;-0.7101074;0.08856592,-0.111632;-0.7662703;0.03822927,0.005091118;0.3994366;0.01934041,134.4155
+0;0;0,0.004219203;0.1998892;0.005150122,0.009807363;0.4996636;-0.002923544,0.1229578;0.3654275;0.002738052,0.1612425;0.08854893;0.01924679,0.1988707;-0.1799773;-0.05059421,-0.1058324;0.3618692;0.0037501,-0.1759037;0.09078738;0.00159067,-0.262071;-0.1717377;-0.04374993,0.06957987;0.0048061;-0.03918601,0.08475891;-0.3714893;0.01152291,0.08711192;-0.7100914;0.1000842,0.09441483;-0.7640333;0.04622864,-0.07000374;0.006041498;-0.03824887,-0.1083034;-0.3696907;0.003684983,-0.1258032;-0.7088849;0.08818968,-0.1252714;-0.6985331;-0.009859629,0.007997442;0.3998385;0.002704678,0;0;0,0.002371098;0.199547;0.01324312,0.006856162;0.4994122;0.01844722,0.1210104;0.3690075;0.02744514,0.1615906;0.09268653;0.04744486,0.2085646;-0.1777335;-0.007930581,-0.1081218;0.3605052;0.01301228,-0.1750423;0.08889508;0.0007818099,-0.2494999;-0.1772359;-0.04427782,0.07332476;0.004001862;-0.03174057,0.06925851;-0.3707998;0.03076681,0.06127995;-0.7094911;0.1186559,0.06500407;-0.6988993;0.02062809,-0.07043291;0.005690649;-0.03750762,-0.09645429;-0.3711455;0.00393391,-0.1178709;-0.7101893;0.08813977,-0.1133996;-0.7652878;0.03581137,0.005207106;0.3994307;0.0194441,134.4371
+0;0;0,0.004219203;0.1998892;0.005150122,0.009807363;0.4996636;-0.002923544,0.1229578;0.3654275;0.002738052,0.1612425;0.08854893;0.01924679,0.1988707;-0.1799773;-0.05059421,-0.1058324;0.3618692;0.0037501,-0.1759037;0.09078738;0.00159067,-0.262071;-0.1717377;-0.04374993,0.06957987;0.0048061;-0.03918601,0.08475891;-0.3714893;0.01152291,0.08711192;-0.7100914;0.1000842,0.09441483;-0.7640333;0.04622864,-0.07000374;0.006041498;-0.03824887,-0.1083034;-0.3696907;0.003684983,-0.1258032;-0.7088849;0.08818968,-0.1252714;-0.6985331;-0.009859629,0.007997442;0.3998385;0.002704678,0;0;0,0.002371098;0.199547;0.01324312,0.006856162;0.4994122;0.01844722,0.1210104;0.3690075;0.02744514,0.1615906;0.09268653;0.04744486,0.2085646;-0.1777335;-0.007930581,-0.1081218;0.3605052;0.01301228,-0.1750423;0.08889508;0.0007818099,-0.2494999;-0.1772359;-0.04427782,0.07332476;0.004001862;-0.03174057,0.06925851;-0.3707998;0.03076681,0.06127995;-0.7094911;0.1186559,0.06500407;-0.6988993;0.02062809,-0.07043291;0.005690649;-0.03750762,-0.09645429;-0.3711455;0.00393391,-0.1178709;-0.7101893;0.08813977,-0.1133996;-0.7652878;0.03581137,0.005207106;0.3994307;0.0194441,134.449
+0;0;0,0.004123691;0.19989;0.005195411,0.009666187;0.4996665;-0.002832673,0.1228573;0.3655299;0.002857387,0.1609705;0.08862677;0.01935044,0.1981767;-0.1799568;-0.05049626,-0.1059563;0.3618527;0.003889612,-0.1809275;0.09207997;0.002478858,-0.2727766;-0.1687635;-0.04138958,0.06958894;0.004785114;-0.03917246,0.08435531;-0.371498;0.01174856,0.08634897;-0.7101836;0.09999862,0.09457009;-0.7632427;0.04492041,-0.07002012;0.006053119;-0.03821705,-0.1088008;-0.3697042;0.003044482,-0.1262533;-0.7087961;0.08796838,-0.1257335;-0.6984388;-0.01008209,0.007866876;0.3998404;0.002780441,0;0;0,0.002371098;0.199547;0.01324312,0.006856162;0.4994122;0.01844722,0.1210104;0.3690075;0.02744514,0.1615906;0.09268653;0.04744486,0.2085646;-0.1777335;-0.007930581,-0.1081218;0.3605052;0.01301228,-0.1750423;0.08889508;0.0007818099,-0.2494999;-0.1772359;-0.04427782,0.07332476;0.004001862;-0.03174057,0.06925851;-0.3707998;0.03076681,0.06127995;-0.7094911;0.1186559,0.06500407;-0.6988993;0.02062809,-0.07043291;0.005690649;-0.03750762,-0.09645429;-0.3711455;0.00393391,-0.1178709;-0.7101893;0.08813977,-0.1133996;-0.7652878;0.03581137,0.005207106;0.3994307;0.0194441,134.4606
+0;0;0,0.004123691;0.19989;0.005195411,0.009666187;0.4996665;-0.002832673,0.1228573;0.3655299;0.002857387,0.1609705;0.08862677;0.01935044,0.1981767;-0.1799568;-0.05049626,-0.1059563;0.3618527;0.003889612,-0.1809275;0.09207997;0.002478858,-0.2727766;-0.1687635;-0.04138958,0.06958894;0.004785114;-0.03917246,0.08435531;-0.371498;0.01174856,0.08634897;-0.7101836;0.09999862,0.09457009;-0.7632427;0.04492041,-0.07002012;0.006053119;-0.03821705,-0.1088008;-0.3697042;0.003044482,-0.1262533;-0.7087961;0.08796838,-0.1257335;-0.6984388;-0.01008209,0.007866876;0.3998404;0.002780441,0;0;0,0.002389692;0.1995478;0.01322728,0.00688701;0.4994133;0.01839771,0.1210404;0.369038;0.02751416,0.1615474;0.09270701;0.04752329,0.2085558;-0.1776953;-0.007909432,-0.1080804;0.3604659;0.01301449,-0.1781793;0.08964604;0.001066414,-0.255558;-0.1755111;-0.04480565,0.07333025;0.003986656;-0.03172981,0.06922949;-0.3708186;0.03075351,0.06142898;-0.7094598;0.1188518,0.06517038;-0.6988693;0.0208249,-0.07043501;0.005696958;-0.03750272,-0.09649783;-0.3711722;0.003610805,-0.1177419;-0.7101893;0.08796804,-0.113512;-0.7652926;0.03562743,0.005236641;0.399432;0.01940862,134.4825
+0;0;0,0.004123691;0.19989;0.005195411,0.009666187;0.4996665;-0.002832673,0.1228573;0.3655299;0.002857387,0.1609705;0.08862677;0.01935044,0.1981767;-0.1799568;-0.05049626,-0.1059563;0.3618527;0.003889612,-0.1809275;0.09207997;0.002478858,-0.2727766;-0.1687635;-0.04138958,0.06958894;0.004785114;-0.03917246,0.08435531;-0.371498;0.01174856,0.08634897;-0.7101836;0.09999862,0.09457009;-0.7632427;0.04492041,-0.07002012;0.006053119;-0.03821705,-0.1088008;-0.3697042;0.003044482,-0.1262533;-0.7087961;0.08796838,-0.1257335;-0.6984388;-0.01008209,0.007866876;0.3998404;0.002780441,0;0;0,0.002389692;0.1995478;0.01322728,0.00688701;0.4994133;0.01839771,0.1210404;0.369038;0.02751416,0.1615474;0.09270701;0.04752329,0.2085558;-0.1776953;-0.007909432,-0.1080804;0.3604659;0.01301449,-0.1781793;0.08964604;0.001066414,-0.255558;-0.1755111;-0.04480565,0.07333025;0.003986656;-0.03172981,0.06922949;-0.3708186;0.03075351,0.06142898;-0.7094598;0.1188518,0.06517038;-0.6988693;0.0208249,-0.07043501;0.005696958;-0.03750272,-0.09649783;-0.3711722;0.003610805,-0.1177419;-0.7101893;0.08796804,-0.113512;-0.7652926;0.03562743,0.005236641;0.399432;0.01940862,134.4942
+0;0;0,0.003950821;0.1998934;0.005198065,0.009374333;0.499671;-0.002867644,0.1226394;0.3656635;0.002915651,0.1606375;0.08874464;0.01941063,0.1969901;-0.1799614;-0.05041449,-0.1062005;0.3618282;0.004067769,-0.1867596;0.09366801;0.003494647,-0.289017;-0.1631289;-0.04121288,0.06961796;0.004775604;-0.03912203,0.0838894;-0.3715007;0.01199001,0.08615775;-0.7101911;0.1002151,0.09434153;-0.7619873;0.04327287,-0.07000352;0.006056926;-0.03824683,-0.1096301;-0.3696158;0.002980631,-0.126641;-0.7087466;0.08783931,-0.1261674;-0.6983881;-0.01021165,0.007610755;0.3998451;0.002759927,0;0;0,0.00238803;0.1995493;0.01320474,0.006855149;0.4994158;0.01833923,0.1209853;0.3689435;0.02762934,0.1613724;0.09259322;0.04761386,0.2083097;-0.1778674;-0.007594548,-0.1080912;0.3604394;0.01301262,-0.1810453;0.09035772;0.001453586,-0.2625549;-0.1733588;-0.04555457,0.0733666;0.00393687;-0.03165192,0.06902319;-0.3708923;0.03067183,0.06117487;-0.7095426;0.1187305,0.0649593;-0.6989546;0.02070574,-0.07042437;0.005727264;-0.03751808,-0.09767149;-0.3711932;0.002338395,-0.1177958;-0.7101871;0.08706239,-0.1139757;-0.765393;0.03485741,0.005218348;0.3994344;0.01936393,134.516
+0;0;0,0.003950821;0.1998934;0.005198065,0.009374333;0.499671;-0.002867644,0.1226394;0.3656635;0.002915651,0.1606375;0.08874464;0.01941063,0.1969901;-0.1799614;-0.05041449,-0.1062005;0.3618282;0.004067769,-0.1867596;0.09366801;0.003494647,-0.289017;-0.1631289;-0.04121288,0.06961796;0.004775604;-0.03912203,0.0838894;-0.3715007;0.01199001,0.08615775;-0.7101911;0.1002151,0.09434153;-0.7619873;0.04327287,-0.07000352;0.006056926;-0.03824683,-0.1096301;-0.3696158;0.002980631,-0.126641;-0.7087466;0.08783931,-0.1261674;-0.6983881;-0.01021165,0.007610755;0.3998451;0.002759927,0;0;0,0.00238803;0.1995493;0.01320474,0.006855149;0.4994158;0.01833923,0.1209853;0.3689435;0.02762934,0.1613724;0.09259322;0.04761386,0.2083097;-0.1778674;-0.007594548,-0.1080912;0.3604394;0.01301262,-0.1810453;0.09035772;0.001453586,-0.2625549;-0.1733588;-0.04555457,0.0733666;0.00393687;-0.03165192,0.06902319;-0.3708923;0.03067183,0.06117487;-0.7095426;0.1187305,0.0649593;-0.6989546;0.02070574,-0.07042437;0.005727264;-0.03751808,-0.09767149;-0.3711932;0.002338395,-0.1177958;-0.7101871;0.08706239,-0.1139757;-0.765393;0.03485741,0.005218348;0.3994344;0.01936393,134.5271
+0;0;0,0.003950821;0.1998934;0.005198065,0.009374333;0.499671;-0.002867644,0.1226394;0.3656635;0.002915651,0.1606375;0.08874464;0.01941063,0.1969901;-0.1799614;-0.05041449,-0.1062005;0.3618282;0.004067769,-0.1867596;0.09366801;0.003494647,-0.289017;-0.1631289;-0.04121288,0.06961796;0.004775604;-0.03912203,0.0838894;-0.3715007;0.01199001,0.08615775;-0.7101911;0.1002151,0.09434153;-0.7619873;0.04327287,-0.07000352;0.006056926;-0.03824683,-0.1096301;-0.3696158;0.002980631,-0.126641;-0.7087466;0.08783931,-0.1261674;-0.6983881;-0.01021165,0.007610755;0.3998451;0.002759927,0;0;0,0.002383418;0.1995514;0.01317346,0.006816203;0.4994192;0.01826207,0.120953;0.3689353;0.02763617,0.1612968;0.09258515;0.04771075,0.2081417;-0.1779498;-0.007211052,-0.1080976;0.3603902;0.01295379,-0.184911;0.09136361;0.001800125,-0.269643;-0.1710863;-0.04657879,0.07340145;0.003915092;-0.0315737,0.06887924;-0.3709417;0.03057046,0.06096807;-0.7095804;0.1186684,0.06477332;-0.6989958;0.02064514,-0.07041904;0.005742196;-0.0375258,-0.09769744;-0.3711585;0.002496209,-0.1174994;-0.7101974;0.08711559,-0.1154362;-0.7641405;0.03280796,0.005193989;0.3994377;0.01930305,134.5494
+0;0;0,0.003834383;0.1998946;0.005240384,0.009179696;0.499675;-0.002772365,0.1224936;0.3657623;0.002998486,0.1602963;0.08880454;0.0192888,0.1961108;-0.180013;-0.05038514,-0.1063505;0.3617609;0.004223323,-0.19362;0.09570819;0.004304072,-0.3072599;-0.1563196;-0.04005739,0.06960683;0.004720715;-0.03914847,0.083479;-0.3715429;0.01216709,0.08589699;-0.7102557;0.1003018,0.0940846;-0.7620513;0.04335927,-0.07002171;0.006102683;-0.03820625,-0.1098363;-0.3695566;0.002963256,-0.1273748;-0.7086492;0.08786692,-0.1269266;-0.6982819;-0.01018591,0.007436429;0.3998477;0.002837301,0;0;0,0.002383418;0.1995514;0.01317346,0.006816203;0.4994192;0.01826207,0.120953;0.3689353;0.02763617,0.1612968;0.09258515;0.04771075,0.2081417;-0.1779498;-0.007211052,-0.1080976;0.3603902;0.01295379,-0.184911;0.09136361;0.001800125,-0.269643;-0.1710863;-0.04657879,0.07340145;0.003915092;-0.0315737,0.06887924;-0.3709417;0.03057046,0.06096807;-0.7095804;0.1186684,0.06477332;-0.6989958;0.02064514,-0.07041904;0.005742196;-0.0375258,-0.09769744;-0.3711585;0.002496209,-0.1174994;-0.7101974;0.08711559,-0.1154362;-0.7641405;0.03280796,0.005193989;0.3994377;0.01930305,134.5607
+0;0;0,0.003834383;0.1998946;0.005240384,0.009179696;0.499675;-0.002772365,0.1224936;0.3657623;0.002998486,0.1602963;0.08880454;0.0192888,0.1961108;-0.180013;-0.05038514,-0.1063505;0.3617609;0.004223323,-0.19362;0.09570819;0.004304072,-0.3072599;-0.1563196;-0.04005739,0.06960683;0.004720715;-0.03914847,0.083479;-0.3715429;0.01216709,0.08589699;-0.7102557;0.1003018,0.0940846;-0.7620513;0.04335927,-0.07002171;0.006102683;-0.03820625,-0.1098363;-0.3695566;0.002963256,-0.1273748;-0.7086492;0.08786692,-0.1269266;-0.6982819;-0.01018591,0.007436429;0.3998477;0.002837301,0;0;0,0.002268894;0.1995644;0.01299702,0.006539792;0.4994379;0.01789019,0.1207356;0.3690049;0.02742522,0.1609869;0.0926688;0.04787445,0.2077189;-0.1778892;-0.007030088,-0.108306;0.3603725;0.01259495,-0.1879485;0.09216204;0.001629832,-0.2767807;-0.1689266;-0.04675983,0.07346708;0.003861511;-0.03142733,0.06838897;-0.37108;0.03016066,0.06055357;-0.7097229;0.1182494,0.0652458;-0.7668844;0.06945531,-0.07038303;0.005786515;-0.03758652,-0.09758534;-0.3711217;0.002416573,-0.1176579;-0.7102274;0.08670402,-0.1168365;-0.7638299;0.03184095,0.004970396;0.3994563;0.01899081,134.5833
+0;0;0,0.003834383;0.1998946;0.005240384,0.009179696;0.499675;-0.002772365,0.1224936;0.3657623;0.002998486,0.1602963;0.08880454;0.0192888,0.1961108;-0.180013;-0.05038514,-0.1063505;0.3617609;0.004223323,-0.19362;0.09570819;0.004304072,-0.3072599;-0.1563196;-0.04005739,0.06960683;0.004720715;-0.03914847,0.083479;-0.3715429;0.01216709,0.08589699;-0.7102557;0.1003018,0.0940846;-0.7620513;0.04335927,-0.07002171;0.006102683;-0.03820625,-0.1098363;-0.3695566;0.002963256,-0.1273748;-0.7086492;0.08786692,-0.1269266;-0.6982819;-0.01018591,0.007436429;0.3998477;0.002837301,0;0;0,0.001519426;0.1994835;0.01428386,0.001946254;0.4992753;0.02424167,0.1177918;0.3681232;0.02781129,0.158093;0.09180555;0.04841178,0.2040858;-0.1789999;-0.00589364,-0.1103055;0.3582938;0.01286877,-0.1935306;0.09116712;0.002055753,-0.2870342;-0.1681499;-0.04705383,0.07350864;0.003811297;-0.03133614,0.06787724;-0.3710479;0.0307031,0.06018912;-0.7098683;0.1181195,0.06403387;-0.6990581;0.02005333,-0.07036187;0.005823433;-0.0376204,-0.0970232;-0.3711828;0.001818396,-0.1177108;-0.7103202;0.08582963,-0.1181251;-0.7640258;0.03111944,0.001995116;0.3992798;0.02329546,134.6051
+0;0;0,0.003855734;0.1998939;0.005251316,0.009290458;0.4996734;-0.002737807,0.122586;0.3658221;0.003038744,0.1604253;0.08886629;0.01927704,0.1951782;-0.1800123;-0.05069823,-0.1062902;0.3618059;0.004376871,-0.2023908;0.09881434;0.004045864,-0.3211804;-0.1508162;-0.04037924,0.06961901;0.004645493;-0.03913581,0.08327049;-0.3716037;0.01234421,0.08568343;-0.7103093;0.1005072,0.09425098;-0.7618344;0.04323374,-0.07000657;0.006180856;-0.03822143,-0.1099168;-0.3694652;0.002975699,-0.1275699;-0.7085116;0.08804004,-0.1271629;-0.6981421;-0.01001341,0.007510712;0.3998462;0.002861872,0;0;0,0.001519426;0.1994835;0.01428386,0.001946254;0.4992753;0.02424167,0.1177918;0.3681232;0.02781129,0.158093;0.09180555;0.04841178,0.2040858;-0.1789999;-0.00589364,-0.1103055;0.3582938;0.01286877,-0.1935306;0.09116712;0.002055753,-0.2870342;-0.1681499;-0.04705383,0.07350864;0.003811297;-0.03133614,0.06787724;-0.3710479;0.0307031,0.06018912;-0.7098683;0.1181195,0.06403387;-0.6990581;0.02005333,-0.07036187;0.005823433;-0.0376204,-0.0970232;-0.3711828;0.001818396,-0.1177108;-0.7103202;0.08582963,-0.1181251;-0.7640258;0.03111944,0.001995116;0.3992798;0.02329546,134.6169
+0;0;0,0.003855734;0.1998939;0.005251316,0.009290458;0.4996734;-0.002737807,0.122586;0.3658221;0.003038744,0.1604253;0.08886629;0.01927704,0.1951782;-0.1800123;-0.05069823,-0.1062902;0.3618059;0.004376871,-0.2023908;0.09881434;0.004045864,-0.3211804;-0.1508162;-0.04037924,0.06961901;0.004645493;-0.03913581,0.08327049;-0.3716037;0.01234421,0.08568343;-0.7103093;0.1005072,0.09425098;-0.7618344;0.04323374,-0.07000657;0.006180856;-0.03822143,-0.1099168;-0.3694652;0.002975699,-0.1275699;-0.7085116;0.08804004,-0.1271629;-0.6981421;-0.01001341,0.007510712;0.3998462;0.002861872,0;0;0,0.001519426;0.1994835;0.01428386,0.001946254;0.4992753;0.02424167,0.1177918;0.3681232;0.02781129,0.158093;0.09180555;0.04841178,0.2040858;-0.1789999;-0.00589364,-0.1103055;0.3582938;0.01286877,-0.1935306;0.09116712;0.002055753,-0.2870342;-0.1681499;-0.04705383,0.07350864;0.003811297;-0.03133614,0.06787724;-0.3710479;0.0307031,0.06018912;-0.7098683;0.1181195,0.06403387;-0.6990581;0.02005333,-0.07036187;0.005823433;-0.0376204,-0.0970232;-0.3711828;0.001818396,-0.1177108;-0.7103202;0.08582963,-0.1181251;-0.7640258;0.03111944,0.001995116;0.3992798;0.02329546,134.6285
+0;0;0,0.003855734;0.1998939;0.005251316,0.009290458;0.4996734;-0.002737807,0.122586;0.3658221;0.003038744,0.1604253;0.08886629;0.01927704,0.1951782;-0.1800123;-0.05069823,-0.1062902;0.3618059;0.004376871,-0.2023908;0.09881434;0.004045864,-0.3211804;-0.1508162;-0.04037924,0.06961901;0.004645493;-0.03913581,0.08327049;-0.3716037;0.01234421,0.08568343;-0.7103093;0.1005072,0.09425098;-0.7618344;0.04323374,-0.07000657;0.006180856;-0.03822143,-0.1099168;-0.3694652;0.002975699,-0.1275699;-0.7085116;0.08804004,-0.1271629;-0.6981421;-0.01001341,0.007510712;0.3998462;0.002861872,0;0;0,0.001512293;0.1994939;0.01413818,0.00288792;0.4993135;0.02270715,0.1182431;0.3683197;0.02769232,0.1584855;0.09199965;0.04837421,0.2039281;-0.1791055;-0.004889179,-0.110038;0.3586461;0.01269286,-0.1967649;0.09264323;0.00169589,-0.2925322;-0.165884;-0.0472149,0.07356558;0.003791873;-0.03120459,0.06758016;-0.3710708;0.03078055,0.06003815;-0.7099618;0.1179357,0.0639138;-0.699201;0.0198804,-0.07033681;0.005821411;-0.03766754,-0.09687845;-0.3712003;0.001704741,-0.1172515;-0.7103267;0.08583684,-0.1194787;-0.7634088;0.03022734,0.002428943;0.3993147;0.02255382,134.65
+0;0;0,0.003872562;0.1998933;0.005260331,0.009375488;0.4996722;-0.002708916,0.1226591;0.3658731;0.002980573,0.1606862;0.08893955;0.01915907,0.1946407;-0.1800682;-0.05071158,-0.1062461;0.36185;0.004519979,-0.210272;0.1018918;0.003927289,-0.3410767;-0.1414951;-0.0413822,0.06962737;0.004596004;-0.03912679,0.08312579;-0.3716358;0.01252018,0.08532886;-0.710326;0.100748,0.09399554;-0.7620682;0.04379964,-0.06999359;0.006234393;-0.03823651,-0.1100535;-0.3693721;0.00317578,-0.1276653;-0.7084041;0.08830564,-0.1273276;-0.698032;-0.009748615,0.007568235;0.399845;0.002882363,0;0;0,0.001512293;0.1994939;0.01413818,0.00288792;0.4993135;0.02270715,0.1182431;0.3683197;0.02769232,0.1584855;0.09199965;0.04837421,0.2039281;-0.1791055;-0.004889179,-0.110038;0.3586461;0.01269286,-0.1967649;0.09264323;0.00169589,-0.2925322;-0.165884;-0.0472149,0.07356558;0.003791873;-0.03120459,0.06758016;-0.3710708;0.03078055,0.06003815;-0.7099618;0.1179357,0.0639138;-0.699201;0.0198804,-0.07033681;0.005821411;-0.03766754,-0.09687845;-0.3712003;0.001704741,-0.1172515;-0.7103267;0.08583684,-0.1194787;-0.7634088;0.03022734,0.002428943;0.3993147;0.02255382,134.6616
+0;0;0,0.003872562;0.1998933;0.005260331,0.009375488;0.4996722;-0.002708916,0.1226591;0.3658731;0.002980573,0.1606862;0.08893955;0.01915907,0.1946407;-0.1800682;-0.05071158,-0.1062461;0.36185;0.004519979,-0.210272;0.1018918;0.003927289,-0.3410767;-0.1414951;-0.0413822,0.06962737;0.004596004;-0.03912679,0.08312579;-0.3716358;0.01252018,0.08532886;-0.710326;0.100748,0.09399554;-0.7620682;0.04379964,-0.06999359;0.006234393;-0.03823651,-0.1100535;-0.3693721;0.00317578,-0.1276653;-0.7084041;0.08830564,-0.1273276;-0.698032;-0.009748615,0.007568235;0.399845;0.002882363,0;0;0,0.001480419;0.1995129;0.0138714,0.003424216;0.4993465;0.02151797,0.1185096;0.3684879;0.02748064,0.1588772;0.09219858;0.04832989,0.2037372;-0.179241;-0.003709838,-0.10987;0.3588331;0.01235303,-0.2010254;0.09430933;0.001497304,-0.2998487;-0.1632252;-0.04656435,0.07357842;0.003775434;-0.0311763,0.06741737;-0.371145;0.03044133,0.05985554;-0.7100605;0.1174994,0.06377785;-0.6993465;0.01945515,-0.07031791;0.005838487;-0.03770017,-0.09674401;-0.371143;0.002132464,-0.1172797;-0.7103756;0.08579551,-0.1201773;-0.762491;0.02879835,0.002682542;0.3993498;0.02185657,134.6723
+0;0;0,0.003872562;0.1998933;0.005260331,0.009375488;0.4996722;-0.002708916,0.1226591;0.3658731;0.002980573,0.1606862;0.08893955;0.01915907,0.1946407;-0.1800682;-0.05071158,-0.1062461;0.36185;0.004519979,-0.210272;0.1018918;0.003927289,-0.3410767;-0.1414951;-0.0413822,0.06962737;0.004596004;-0.03912679,0.08312579;-0.3716358;0.01252018,0.08532886;-0.710326;0.100748,0.09399554;-0.7620682;0.04379964,-0.06999359;0.006234393;-0.03823651,-0.1100535;-0.3693721;0.00317578,-0.1276653;-0.7084041;0.08830564,-0.1273276;-0.698032;-0.009748615,0.007568235;0.399845;0.002882363,0;0;0,0.001480419;0.1995129;0.0138714,0.003424216;0.4993465;0.02151797,0.1185096;0.3684879;0.02748064,0.1588772;0.09219858;0.04832989,0.2037372;-0.179241;-0.003709838,-0.10987;0.3588331;0.01235303,-0.2010254;0.09430933;0.001497304,-0.2998487;-0.1632252;-0.04656435,0.07357842;0.003775434;-0.0311763,0.06741737;-0.371145;0.03044133,0.05985554;-0.7100605;0.1174994,0.06377785;-0.6993465;0.01945515,-0.07031791;0.005838487;-0.03770017,-0.09674401;-0.371143;0.002132464,-0.1172797;-0.7103756;0.08579551,-0.1201773;-0.762491;0.02879835,0.002682542;0.3993498;0.02185657,134.6948
+0;0;0,0.004001905;0.1998925;0.005195408,0.009854502;0.4996617;-0.002890051,0.1229986;0.3658501;0.002815983,0.16132;0.08894995;0.01887102,0.1949275;-0.1801997;-0.05061992,-0.1059166;0.3619009;0.00462531,-0.2212549;0.1067596;0.004758072,-0.3614743;-0.1315517;-0.03935808,0.06957772;0.004566662;-0.03921844,0.08296245;-0.3716267;0.01273724,0.08507876;-0.710326;0.1009323,0.09259675;-0.7621359;0.0439181,-0.07004406;0.006244185;-0.03814236,-0.1101905;-0.3693556;0.003246829,-0.1280213;-0.7083457;0.08849813,-0.1277739;-0.6979748;-0.009556122,0.007912755;0.3998392;0.002739624,0;0;0,0.001462449;0.1995241;0.0137105,0.003803036;0.4993696;0.02053634,0.1187211;0.3686018;0.02733913,0.1591022;0.09233016;0.04839513,0.2032393;-0.179204;-0.003769293,-0.109726;0.3589672;0.01210165,-0.205812;0.09619799;0.001155701,-0.3074407;-0.1601878;-0.04719651,0.07361344;0.003765359;-0.03109475,0.06726958;-0.3711803;0.03035069,0.05968342;-0.7101983;0.1170066,0.06364746;-0.6995262;0.01897237,-0.07029429;0.005837008;-0.03774443,-0.09666564;-0.3711693;0.001889523,-0.1173409;-0.7104313;0.08539873,-0.1205186;-0.7628987;0.02892709,0.002893584;0.3993764;0.02126327,134.7063
+0;0;0,0.004001905;0.1998925;0.005195408,0.009854502;0.4996617;-0.002890051,0.1229986;0.3658501;0.002815983,0.16132;0.08894995;0.01887102,0.1949275;-0.1801997;-0.05061992,-0.1059166;0.3619009;0.00462531,-0.2212549;0.1067596;0.004758072,-0.3614743;-0.1315517;-0.03935808,0.06957772;0.004566662;-0.03921844,0.08296245;-0.3716267;0.01273724,0.08507876;-0.710326;0.1009323,0.09259675;-0.7621359;0.0439181,-0.07004406;0.006244185;-0.03814236,-0.1101905;-0.3693556;0.003246829,-0.1280213;-0.7083457;0.08849813,-0.1277739;-0.6979748;-0.009556122,0.007912755;0.3998392;0.002739624,0;0;0,0.001462449;0.1995241;0.0137105,0.003803036;0.4993696;0.02053634,0.1187211;0.3686018;0.02733913,0.1591022;0.09233016;0.04839513,0.2032393;-0.179204;-0.003769293,-0.109726;0.3589672;0.01210165,-0.205812;0.09619799;0.001155701,-0.3074407;-0.1601878;-0.04719651,0.07361344;0.003765359;-0.03109475,0.06726958;-0.3711803;0.03035069,0.05968342;-0.7101983;0.1170066,0.06364746;-0.6995262;0.01897237,-0.07029429;0.005837008;-0.03774443,-0.09666564;-0.3711693;0.001889523,-0.1173409;-0.7104313;0.08539873,-0.1205186;-0.7628987;0.02892709,0.002893584;0.3993764;0.02126327,134.7283
+0;0;0,0.004001905;0.1998925;0.005195408,0.009854502;0.4996617;-0.002890051,0.1229986;0.3658501;0.002815983,0.16132;0.08894995;0.01887102,0.1949275;-0.1801997;-0.05061992,-0.1059166;0.3619009;0.00462531,-0.2212549;0.1067596;0.004758072,-0.3614743;-0.1315517;-0.03935808,0.06957772;0.004566662;-0.03921844,0.08296245;-0.3716267;0.01273724,0.08507876;-0.710326;0.1009323,0.09259675;-0.7621359;0.0439181,-0.07004406;0.006244185;-0.03814236,-0.1101905;-0.3693556;0.003246829,-0.1280213;-0.7083457;0.08849813,-0.1277739;-0.6979748;-0.009556122,0.007912755;0.3998392;0.002739624,0;0;0,0.001545205;0.199547;0.01336476,0.004337015;0.4993966;0.01962832,0.1190428;0.3686838;0.02694202,0.1593696;0.09244117;0.0484765,0.2028824;-0.1792312;-0.003492441,-0.109475;0.3591394;0.01171302,-0.2094482;0.09780687;0.001192829,-0.3140072;-0.1576586;-0.0457626,0.07371303;0.00364164;-0.03087274,0.06734437;-0.371409;0.02992573,0.0599214;-0.7104549;0.1164865,0.06388801;-0.6998205;0.01845981,-0.07020647;0.005913821;-0.03789562,-0.09642494;-0.3711503;0.001286302,-0.1170941;-0.7104222;0.08475709,-0.1206231;-0.7628405;0.02823487,0.003214371;0.3994079;0.02063207,134.7397
+0;0;0,0.004153944;0.1998933;0.005041832,0.01035153;0.4996471;-0.003343484,0.123405;0.365963;0.002525492,0.1617638;0.08907947;0.0187772,0.1950288;-0.1802059;-0.05035184,-0.1056392;0.3622065;0.004777093,-0.2304918;0.1115839;0.004391117,-0.3773534;-0.1225667;-0.0403881,0.06951968;0.004475675;-0.03933169,0.08240247;-0.3717419;0.01257595,0.08436526;-0.7105494;0.1003576,0.09218061;-0.7641194;0.04599788,-0.07011163;0.006300285;-0.03800876,-0.1097026;-0.3694627;0.002423134,-0.128557;-0.7083254;0.08796036,-0.1226604;-0.7647134;0.03793691,0.008284258;0.3998331;0.002392152,0;0;0,0.001545205;0.199547;0.01336476,0.004337015;0.4993966;0.01962832,0.1190428;0.3686838;0.02694202,0.1593696;0.09244117;0.0484765,0.2028824;-0.1792312;-0.003492441,-0.109475;0.3591394;0.01171302,-0.2094482;0.09780687;0.001192829,-0.3140072;-0.1576586;-0.0457626,0.07371303;0.00364164;-0.03087274,0.06734437;-0.371409;0.02992573,0.0599214;-0.7104549;0.1164865,0.06388801;-0.6998205;0.01845981,-0.07020647;0.005913821;-0.03789562,-0.09642494;-0.3711503;0.001286302,-0.1170941;-0.7104222;0.08475709,-0.1206231;-0.7628405;0.02823487,0.003214371;0.3994079;0.02063207,134.7618
+0;0;0,0.004153944;0.1998933;0.005041832,0.01035153;0.4996471;-0.003343484,0.123405;0.365963;0.002525492,0.1617638;0.08907947;0.0187772,0.1950288;-0.1802059;-0.05035184,-0.1056392;0.3622065;0.004777093,-0.2304918;0.1115839;0.004391117,-0.3773534;-0.1225667;-0.0403881,0.06951968;0.004475675;-0.03933169,0.08240247;-0.3717419;0.01257595,0.08436526;-0.7105494;0.1003576,0.09218061;-0.7641194;0.04599788,-0.07011163;0.006300285;-0.03800876,-0.1097026;-0.3694627;0.002423134,-0.128557;-0.7083254;0.08796036,-0.1226604;-0.7647134;0.03793691,0.008284258;0.3998331;0.002392152,0;0;0,0.001616738;0.1995704;0.01300122,0.004815538;0.4994235;0.01874528,0.1193451;0.3687868;0.02655584,0.1595491;0.09256002;0.04851928,0.2023375;-0.1793011;-0.003062803,-0.1092549;0.3593407;0.01128725,-0.213624;0.09973192;0.0007816441,-0.3210145;-0.1546356;-0.04574194,0.07379244;0.003547736;-0.03069346,0.06736639;-0.371595;0.02952795,0.0601745;-0.7107283;0.1157653,0.06415723;-0.700136;0.01774751,-0.07013555;0.005976379;-0.03801693,-0.0962732;-0.3711349;0.0007630847,-0.1168658;-0.7104053;0.08425891,-0.1201184;-0.7627773;0.0276526,0.003512554;0.3994396;0.01998138,134.7843
+0;0;0,0.004153944;0.1998933;0.005041832,0.01035153;0.4996471;-0.003343484,0.123405;0.365963;0.002525492,0.1617638;0.08907947;0.0187772,0.1950288;-0.1802059;-0.05035184,-0.1056392;0.3622065;0.004777093,-0.2304918;0.1115839;0.004391117,-0.3773534;-0.1225667;-0.0403881,0.06951968;0.004475675;-0.03933169,0.08240247;-0.3717419;0.01257595,0.08436526;-0.7105494;0.1003576,0.09218061;-0.7641194;0.04599788,-0.07011163;0.006300285;-0.03800876,-0.1097026;-0.3694627;0.002423134,-0.128557;-0.7083254;0.08796036,-0.1226604;-0.7647134;0.03793691,0.008284258;0.3998331;0.002392152,0;0;0,0.00168391;0.1995805;0.0128366,0.005195967;0.4994368;0.01811623,0.1196057;0.3688465;0.02634293,0.1599445;0.09266126;0.0485803,0.2021312;-0.179298;-0.002979565,-0.1090391;0.3594472;0.01104676,-0.2169039;0.1012583;0.0008649696,-0.32948;-0.1505002;-0.04755267,0.07383075;0.00348374;-0.03060855,0.06740551;-0.371685;0.02945084,0.06021485;-0.7108889;0.1154103,0.06420993;-0.7003213;0.0173979,-0.07009604;0.006023298;-0.03808235,-0.09613445;-0.3711063;0.0005865321,-0.1167568;-0.710416;0.08391519,-0.1198857;-0.7625825;0.02700415,0.003774968;0.3994571;0.01954389,134.8061
+0;0;0,0.004150975;0.1998941;0.005009567,0.01036046;0.4996468;-0.003407751,0.1234374;0.3660538;0.00233604,0.1615341;0.0891445;0.01876407,0.1946581;-0.1801885;-0.05024713,-0.1056658;0.3623265;0.005041002,-0.2405119;0.1169363;0.005482968,-0.3992983;-0.1095808;-0.03783993,0.06951671;0.004434439;-0.03934161,0.08208774;-0.3719341;0.01153737,0.08424502;-0.7106335;0.0997307,0.09114259;-0.7639916;0.04492319,-0.07011619;0.006336642;-0.03799429,-0.109769;-0.3694234;0.002404112,-0.1291168;-0.7083476;0.08758701,-0.1291563;-0.6979951;-0.01046385,0.008289922;0.3998334;0.002336439,0;0;0,0.00168391;0.1995805;0.0128366,0.005195967;0.4994368;0.01811623,0.1196057;0.3688465;0.02634293,0.1599445;0.09266126;0.0485803,0.2021312;-0.179298;-0.002979565,-0.1090391;0.3594472;0.01104676,-0.2169039;0.1012583;0.0008649696,-0.32948;-0.1505002;-0.04755267,0.07383075;0.00348374;-0.03060855,0.06740551;-0.371685;0.02945084,0.06021485;-0.7108889;0.1154103,0.06420993;-0.7003213;0.0173979,-0.07009604;0.006023298;-0.03808235,-0.09613445;-0.3711063;0.0005865321,-0.1167568;-0.710416;0.08391519,-0.1198857;-0.7625825;0.02700415,0.003774968;0.3994571;0.01954389,134.818
+0;0;0,0.004150975;0.1998941;0.005009567,0.01036046;0.4996468;-0.003407751,0.1234374;0.3660538;0.00233604,0.1615341;0.0891445;0.01876407,0.1946581;-0.1801885;-0.05024713,-0.1056658;0.3623265;0.005041002,-0.2405119;0.1169363;0.005482968,-0.3992983;-0.1095808;-0.03783993,0.06951671;0.004434439;-0.03934161,0.08208774;-0.3719341;0.01153737,0.08424502;-0.7106335;0.0997307,0.09114259;-0.7639916;0.04492319,-0.07011619;0.006336642;-0.03799429,-0.109769;-0.3694234;0.002404112,-0.1291168;-0.7083476;0.08758701,-0.1291563;-0.6979951;-0.01046385,0.008289922;0.3998334;0.002336439,0;0;0,0.001756683;0.1995925;0.01263973,0.005442525;0.4994509;0.0176169,0.1198143;0.3689985;0.02611745,0.1601821;0.09284613;0.04870763,0.2019417;-0.1792407;-0.002526104,-0.108923;0.3596254;0.01078698,-0.2212131;0.1033314;0.0005725119,-0.3363653;-0.1471865;-0.04822055,0.07384323;0.003406696;-0.03058714,0.06744977;-0.3717888;0.02930838,0.06024793;-0.7109748;0.115337,0.06425554;-0.7004263;0.01732893,-0.07009085;0.006101394;-0.03807946,-0.09607185;-0.3710628;0.0002898872,-0.1164746;-0.7103505;0.08376154,-0.1184096;-0.7632269;0.02783507,0.003957002;0.3994739;0.01916486,134.8398
+0;0;0,0.004150975;0.1998941;0.005009567,0.01036046;0.4996468;-0.003407751,0.1234374;0.3660538;0.00233604,0.1615341;0.0891445;0.01876407,0.1946581;-0.1801885;-0.05024713,-0.1056658;0.3623265;0.005041002,-0.2405119;0.1169363;0.005482968,-0.3992983;-0.1095808;-0.03783993,0.06951671;0.004434439;-0.03934161,0.08208774;-0.3719341;0.01153737,0.08424502;-0.7106335;0.0997307,0.09114259;-0.7639916;0.04492319,-0.07011619;0.006336642;-0.03799429,-0.109769;-0.3694234;0.002404112,-0.1291168;-0.7083476;0.08758701,-0.1291563;-0.6979951;-0.01046385,0.008289922;0.3998334;0.002336439,0;0;0,0.001756683;0.1995925;0.01263973,0.005442525;0.4994509;0.0176169,0.1198143;0.3689985;0.02611745,0.1601821;0.09284613;0.04870763,0.2019417;-0.1792407;-0.002526104,-0.108923;0.3596254;0.01078698,-0.2212131;0.1033314;0.0005725119,-0.3363653;-0.1471865;-0.04822055,0.07384323;0.003406696;-0.03058714,0.06744977;-0.3717888;0.02930838,0.06024793;-0.7109748;0.115337,0.06425554;-0.7004263;0.01732893,-0.07009085;0.006101394;-0.03807946,-0.09607185;-0.3710628;0.0002898872,-0.1164746;-0.7103505;0.08376154,-0.1184096;-0.7632269;0.02783507,0.003957002;0.3994739;0.01916486,134.8515
+0;0;0,0.004230126;0.1998946;0.004923171,0.01058101;0.49964;-0.003647287,0.1236312;0.3661205;0.002066428,0.1621731;0.08927828;0.01858667,0.194968;-0.1801734;-0.0501176,-0.1055388;0.362496;0.005253342,-0.2529659;0.124453;0.004367051,-0.419085;-0.09664361;-0.03945929,0.06946947;0.00439249;-0.03942966,0.08173567;-0.3719564;0.01166832,0.08385805;-0.7106501;0.09988457,0.09052248;-0.7639733;0.0449953,-0.0701636;0.006372503;-0.03790066,-0.1101326;-0.3693552;0.002486713,-0.1294937;-0.7083095;0.08754625,-0.1252877;-0.7641182;0.03636826,0.008463363;0.3998306;0.002148943,0;0;0,0.001813234;0.1996009;0.01249756,0.005761962;0.4994611;0.01711693,0.1200407;0.3690366;0.02595004,0.1605356;0.09293121;0.04888374,0.2018016;-0.1792813;-0.00208161,-0.1087328;0.3597202;0.01060104,-0.2248759;0.1051613;8.596759E-05,-0.3438465;-0.1434992;-0.04904574,0.07387593;0.003342974;-0.03051512,0.06747611;-0.3718564;0.02935559,0.06030419;-0.711121;0.1150768,0.06431939;-0.7005937;0.01707322,-0.07005799;0.006148823;-0.03813227,-0.09603675;-0.371031;8.391961E-05,-0.1163367;-0.7103117;0.08360973,-0.1176872;-0.7634749;0.02809351,0.004189251;0.3994876;0.01879619,134.8732
+0;0;0,0.004230126;0.1998946;0.004923171,0.01058101;0.49964;-0.003647287,0.1236312;0.3661205;0.002066428,0.1621731;0.08927828;0.01858667,0.194968;-0.1801734;-0.0501176,-0.1055388;0.362496;0.005253342,-0.2529659;0.124453;0.004367051,-0.419085;-0.09664361;-0.03945929,0.06946947;0.00439249;-0.03942966,0.08173567;-0.3719564;0.01166832,0.08385805;-0.7106501;0.09988457,0.09052248;-0.7639733;0.0449953,-0.0701636;0.006372503;-0.03790066,-0.1101326;-0.3693552;0.002486713,-0.1294937;-0.7083095;0.08754625,-0.1252877;-0.7641182;0.03636826,0.008463363;0.3998306;0.002148943,0;0;0,0.001813234;0.1996009;0.01249756,0.005761962;0.4994611;0.01711693,0.1200407;0.3690366;0.02595004,0.1605356;0.09293121;0.04888374,0.2018016;-0.1792813;-0.00208161,-0.1087328;0.3597202;0.01060104,-0.2248759;0.1051613;8.596759E-05,-0.3438465;-0.1434992;-0.04904574,0.07387593;0.003342974;-0.03051512,0.06747611;-0.3718564;0.02935559,0.06030419;-0.711121;0.1150768,0.06431939;-0.7005937;0.01707322,-0.07005799;0.006148823;-0.03813227,-0.09603675;-0.371031;8.391961E-05,-0.1163367;-0.7103117;0.08360973,-0.1176872;-0.7634749;0.02809351,0.004189251;0.3994876;0.01879619,134.8849
+0;0;0,0.004230126;0.1998946;0.004923171,0.01058101;0.49964;-0.003647287,0.1236312;0.3661205;0.002066428,0.1621731;0.08927828;0.01858667,0.194968;-0.1801734;-0.0501176,-0.1055388;0.362496;0.005253342,-0.2529659;0.124453;0.004367051,-0.419085;-0.09664361;-0.03945929,0.06946947;0.00439249;-0.03942966,0.08173567;-0.3719564;0.01166832,0.08385805;-0.7106501;0.09988457,0.09052248;-0.7639733;0.0449953,-0.0701636;0.006372503;-0.03790066,-0.1101326;-0.3693552;0.002486713,-0.1294937;-0.7083095;0.08754625,-0.1252877;-0.7641182;0.03636826,0.008463363;0.3998306;0.002148943,0;0;0,0.001880411;0.1996143;0.0122723,0.006162426;0.4994767;0.01628319,0.120308;0.3690645;0.02569043,0.1609849;0.093018;0.04900828,0.2017907;-0.1792899;-0.001817718,-0.1084883;0.3598046;0.01029128,-0.2280598;0.1068148;0.0003494648,-0.3499237;-0.1404477;-0.04874634,0.0738778;0.003240877;-0.03052158,0.067223;-0.3718652;0.02990303,0.06023817;-0.7113631;0.1147111,0.06427372;-0.70087;0.01671518,-0.07005812;0.006267502;-0.0381127,-0.09590231;-0.3709543;-0.0002204776,-0.1161887;-0.7102695;0.08316837,-0.1147735;-0.7640066;0.02852328,0.004475874;0.3995094;0.01820508,134.9065
+0;0;0,0.004353703;0.1998939;0.004844799,0.01106806;0.4996251;-0.003929937,0.1240025;0.36619;0.001808342,0.1627835;0.08939034;0.01848073,0.1953772;-0.1801135;-0.05011487,-0.1052556;0.3627316;0.005510943,-0.2605151;0.1297259;0.003834034,-0.4449474;-0.07653913;-0.03905496,0.06946497;0.004366327;-0.03944051,0.08158427;-0.3719758;0.01174235,0.08379527;-0.7107164;0.09977591,0.09067802;-0.7640976;0.04500186,-0.07016893;0.006404669;-0.03788537,-0.1101813;-0.3693195;0.002492029,-0.1294735;-0.7082987;0.0874683,-0.1245497;-0.7643705;0.03679877,0.008812285;0.3998231;0.001942127,0;0;0,0.001880411;0.1996143;0.0122723,0.006162426;0.4994767;0.01628319,0.120308;0.3690645;0.02569043,0.1609849;0.093018;0.04900828,0.2017907;-0.1792899;-0.001817718,-0.1084883;0.3598046;0.01029128,-0.2280598;0.1068148;0.0003494648,-0.3499237;-0.1404477;-0.04874634,0.0738778;0.003240877;-0.03052158,0.067223;-0.3718652;0.02990303,0.06023817;-0.7113631;0.1147111,0.06427372;-0.70087;0.01671518,-0.07005812;0.006267502;-0.0381127,-0.09590231;-0.3709543;-0.0002204776,-0.1161887;-0.7102695;0.08316837,-0.1147735;-0.7640066;0.02852328,0.004475874;0.3995094;0.01820508,134.9195
+0;0;0,0.004353703;0.1998939;0.004844799,0.01106806;0.4996251;-0.003929937,0.1240025;0.36619;0.001808342,0.1627835;0.08939034;0.01848073,0.1953772;-0.1801135;-0.05011487,-0.1052556;0.3627316;0.005510943,-0.2605151;0.1297259;0.003834034,-0.4449474;-0.07653913;-0.03905496,0.06946497;0.004366327;-0.03944051,0.08158427;-0.3719758;0.01174235,0.08379527;-0.7107164;0.09977591,0.09067802;-0.7640976;0.04500186,-0.07016893;0.006404669;-0.03788537,-0.1101813;-0.3693195;0.002492029,-0.1294735;-0.7082987;0.0874683,-0.1245497;-0.7643705;0.03679877,0.008812285;0.3998231;0.001942127,0;0;0,0.001940621;0.1996228;0.01212337,0.006406401;0.4994875;0.01570563,0.1204794;0.3690811;0.02555483,0.161212;0.09303927;0.0488316,0.2017391;-0.1794496;-0.001241922,-0.1083291;0.3598659;0.01007763,-0.2321469;0.1089086;0.0006110612,-0.3560117;-0.1375667;-0.04742442,0.07387897;0.003187057;-0.03052442,0.06726214;-0.3719447;0.02974446,0.06019463;-0.7114677;0.1144449,0.06426008;-0.7010019;0.01645566,-0.07005884;0.006325445;-0.0381018,-0.09579368;-0.3709189;-0.0003606044,-0.116119;-0.7102319;0.0830273,-0.1143154;-0.7643553;0.02899021,0.004665979;0.3995242;0.01777955,134.9402
+0;0;0,0.004353703;0.1998939;0.004844799,0.01106806;0.4996251;-0.003929937,0.1240025;0.36619;0.001808342,0.1627835;0.08939034;0.01848073,0.1953772;-0.1801135;-0.05011487,-0.1052556;0.3627316;0.005510943,-0.2605151;0.1297259;0.003834034,-0.4449474;-0.07653913;-0.03905496,0.06946497;0.004366327;-0.03944051,0.08158427;-0.3719758;0.01174235,0.08379527;-0.7107164;0.09977591,0.09067802;-0.7640976;0.04500186,-0.07016893;0.006404669;-0.03788537,-0.1101813;-0.3693195;0.002492029,-0.1294735;-0.7082987;0.0874683,-0.1245497;-0.7643705;0.03679877,0.008812285;0.3998231;0.001942127,0;0;0,0.001940621;0.1996228;0.01212337,0.006406401;0.4994875;0.01570563,0.1204794;0.3690811;0.02555483,0.161212;0.09303927;0.0488316,0.2017391;-0.1794496;-0.001241922,-0.1083291;0.3598659;0.01007763,-0.2321469;0.1089086;0.0006110612,-0.3560117;-0.1375667;-0.04742442,0.07387897;0.003187057;-0.03052442,0.06726214;-0.3719447;0.02974446,0.06019463;-0.7114677;0.1144449,0.06426008;-0.7010019;0.01645566,-0.07005884;0.006325445;-0.0381018,-0.09579368;-0.3709189;-0.0003606044,-0.116119;-0.7102319;0.0830273,-0.1143154;-0.7643553;0.02899021,0.004665979;0.3995242;0.01777955,134.9519
+0;0;0,0.004427289;0.1998931;0.00480922,0.0112384;0.4996217;-0.003988491,0.1241564;0.3662317;0.00153176,0.1634225;0.08949694;0.01814593,0.1962083;-0.1800267;-0.05028006,-0.1051626;0.362923;0.005892279,-0.2702302;0.1367675;0.00337187,-0.459325;-0.06541537;-0.03864337,0.06944383;0.004328883;-0.03948184,0.08131123;-0.3719992;0.01186367,0.0837407;-0.7106451;0.100255,0.0913533;-0.7636019;0.04493578,-0.07019279;0.006440721;-0.03783502,-0.1104056;-0.3692564;0.002595156,-0.1297565;-0.7082442;0.08752337,-0.1303411;-0.6979099;-0.01052213,0.008953702;0.3998206;0.001886911,0;0;0,0.00200746;0.1996323;0.01195383,0.006599826;0.4994979;0.015347,0.120627;0.3690977;0.02536911,0.1613991;0.09308872;0.04896384,0.2016958;-0.1794156;-0.001211867,-0.1081936;0.3599191;0.009839244,-0.2351905;0.1105359;0.0009060353,-0.36208;-0.1345524;-0.0463248,0.07391445;0.00313462;-0.03044383,0.06727376;-0.3720389;0.02956237,0.06019688;-0.7116209;0.1140252,0.0642805;-0.701171;0.01603986,-0.07002123;0.006363092;-0.03816461,-0.09603804;-0.3707995;0.0001962259,-0.1159957;-0.7102668;0.08304299,-0.1144457;-0.7642113;0.0287205,0.004820408;0.3995364;0.01747457,134.9737
+0;0;0,0.004427289;0.1998931;0.00480922,0.0112384;0.4996217;-0.003988491,0.1241564;0.3662317;0.00153176,0.1634225;0.08949694;0.01814593,0.1962083;-0.1800267;-0.05028006,-0.1051626;0.362923;0.005892279,-0.2702302;0.1367675;0.00337187,-0.459325;-0.06541537;-0.03864337,0.06944383;0.004328883;-0.03948184,0.08131123;-0.3719992;0.01186367,0.0837407;-0.7106451;0.100255,0.0913533;-0.7636019;0.04493578,-0.07019279;0.006440721;-0.03783502,-0.1104056;-0.3692564;0.002595156,-0.1297565;-0.7082442;0.08752337,-0.1303411;-0.6979099;-0.01052213,0.008953702;0.3998206;0.001886911,0;0;0,0.00200746;0.1996323;0.01195383,0.006599826;0.4994979;0.015347,0.120627;0.3690977;0.02536911,0.1613991;0.09308872;0.04896384,0.2016958;-0.1794156;-0.001211867,-0.1081936;0.3599191;0.009839244,-0.2351905;0.1105359;0.0009060353,-0.36208;-0.1345524;-0.0463248,0.07391445;0.00313462;-0.03044383,0.06727376;-0.3720389;0.02956237,0.06019688;-0.7116209;0.1140252,0.0642805;-0.701171;0.01603986,-0.07002123;0.006363092;-0.03816461,-0.09603804;-0.3707995;0.0001962259,-0.1159957;-0.7102668;0.08304299,-0.1144457;-0.7642113;0.0287205,0.004820408;0.3995364;0.01747457,134.9854
+0;0;0,0.004427289;0.1998931;0.00480922,0.0112384;0.4996217;-0.003988491,0.1241564;0.3662317;0.00153176,0.1634225;0.08949694;0.01814593,0.1962083;-0.1800267;-0.05028006,-0.1051626;0.362923;0.005892279,-0.2702302;0.1367675;0.00337187,-0.459325;-0.06541537;-0.03864337,0.06944383;0.004328883;-0.03948184,0.08131123;-0.3719992;0.01186367,0.0837407;-0.7106451;0.100255,0.0913533;-0.7636019;0.04493578,-0.07019279;0.006440721;-0.03783502,-0.1104056;-0.3692564;0.002595156,-0.1297565;-0.7082442;0.08752337,-0.1303411;-0.6979099;-0.01052213,0.008953702;0.3998206;0.001886911,0;0;0,0.001155738;0.1995628;0.01316669,0.002310071;0.4994183;0.02035793,0.1178953;0.3684744;0.02540759,0.1585788;0.09246886;0.04919384,0.1987245;-0.1800305;-0.001129262,-0.1100597;0.3580314;0.009805255,-0.2404613;0.1103893;0.00150822,-0.3721809;-0.1324023;-0.04434106,0.07390849;0.003090022;-0.03046286,0.0672831;-0.3720853;0.02953361,0.06041083;-0.7117552;0.1136596,0.06447198;-0.7011058;0.01563376,-0.07002053;0.00640637;-0.03815867,-0.0962914;-0.3706526;0.001038168,-0.1159531;-0.7102877;0.08326596,-0.1145911;-0.7639179;0.02845589,0.002049874;0.3994192;0.02069094,135.007
+0;0;0,0.00451551;0.1998921;0.004769594,0.0115048;0.4996144;-0.004098866,0.1243723;0.366267;0.001303136,0.1639462;0.08955759;0.0176074,0.1966844;-0.1799479;-0.05091283,-0.1050537;0.3632661;0.006230653,-0.278824;0.1437237;0.003982471,-0.4808864;-0.04528809;-0.03897486,0.0694392;0.004296843;-0.03949346,0.08140904;-0.3720449;0.01172788,0.08362278;-0.7106034;0.1004591,0.09136903;-0.7630751;0.04443752,-0.0701964;0.006479758;-0.03782165,-0.1104802;-0.3692079;0.002625942,-0.1296311;-0.7082007;0.08757971,-0.130392;-0.6978665;-0.01046455,0.009158615;0.3998162;0.001800355,0;0;0,0.001155738;0.1995628;0.01316669,0.002310071;0.4994183;0.02035793,0.1178953;0.3684744;0.02540759,0.1585788;0.09246886;0.04919384,0.1987245;-0.1800305;-0.001129262,-0.1100597;0.3580314;0.009805255,-0.2404613;0.1103893;0.00150822,-0.3721809;-0.1324023;-0.04434106,0.07390849;0.003090022;-0.03046286,0.0672831;-0.3720853;0.02953361,0.06041083;-0.7117552;0.1136596,0.06447198;-0.7011058;0.01563376,-0.07002053;0.00640637;-0.03815867,-0.0962914;-0.3706526;0.001038168,-0.1159531;-0.7102877;0.08326596,-0.1145911;-0.7639179;0.02845589,0.002049874;0.3994192;0.02069094,135.0188
+0;0;0,0.00451551;0.1998921;0.004769594,0.0115048;0.4996144;-0.004098866,0.1243723;0.366267;0.001303136,0.1639462;0.08955759;0.0176074,0.1966844;-0.1799479;-0.05091283,-0.1050537;0.3632661;0.006230653,-0.278824;0.1437237;0.003982471,-0.4808864;-0.04528809;-0.03897486,0.0694392;0.004296843;-0.03949346,0.08140904;-0.3720449;0.01172788,0.08362278;-0.7106034;0.1004591,0.09136903;-0.7630751;0.04443752,-0.0701964;0.006479758;-0.03782165,-0.1104802;-0.3692079;0.002625942,-0.1296311;-0.7082007;0.08757971,-0.130392;-0.6978665;-0.01046455,0.009158615;0.3998162;0.001800355,0;0;0,0.001281113;0.1995742;0.01298115,0.003782822;0.4994459;0.01841431,0.118751;0.3688341;0.02522779,0.159366;0.09282613;0.04910248,0.1992643;-0.1797355;-0.001079977,-0.1095453;0.3586693;0.009552596,-0.2439819;0.11317;0.002007368,-0.379168;-0.127445;-0.04520643,0.07393657;0.003020962;-0.03040159,0.06730648;-0.3721555;0.02958722,0.0604996;-0.7117888;0.1138659,0.06477993;-0.7684014;0.064067,-0.06999952;0.006465498;-0.03818721,-0.09655089;-0.3705296;0.001432952,-0.115984;-0.7102884;0.08320267,-0.1155029;-0.764155;0.02874009,0.002859539;0.3994575;0.01962552,135.0411
+0;0;0,0.00451551;0.1998921;0.004769594,0.0115048;0.4996144;-0.004098866,0.1243723;0.366267;0.001303136,0.1639462;0.08955759;0.0176074,0.1966844;-0.1799479;-0.05091283,-0.1050537;0.3632661;0.006230653,-0.278824;0.1437237;0.003982471,-0.4808864;-0.04528809;-0.03897486,0.0694392;0.004296843;-0.03949346,0.08140904;-0.3720449;0.01172788,0.08362278;-0.7106034;0.1004591,0.09136903;-0.7630751;0.04443752,-0.0701964;0.006479758;-0.03782165,-0.1104802;-0.3692079;0.002625942,-0.1296311;-0.7082007;0.08757971,-0.130392;-0.6978665;-0.01046455,0.009158615;0.3998162;0.001800355,0;0;0,0.001281113;0.1995742;0.01298115,0.003782822;0.4994459;0.01841431,0.118751;0.3688341;0.02522779,0.159366;0.09282613;0.04910248,0.1992643;-0.1797355;-0.001079977,-0.1095453;0.3586693;0.009552596,-0.2439819;0.11317;0.002007368,-0.379168;-0.127445;-0.04520643,0.07393657;0.003020962;-0.03040159,0.06730648;-0.3721555;0.02958722,0.0604996;-0.7117888;0.1138659,0.06477993;-0.7684014;0.064067,-0.06999952;0.006465498;-0.03818721,-0.09655089;-0.3705296;0.001432952,-0.115984;-0.7102884;0.08320267,-0.1155029;-0.764155;0.02874009,0.002859539;0.3994575;0.01962552,135.0633
+0;0;0,0.00460998;0.1998903;0.004756783,0.01177605;0.4996087;-0.004106255,0.1245592;0.366188;0.001094968,0.1638756;0.08944544;0.01745839,0.1970108;-0.1799562;-0.05127897,-0.1049813;0.3637497;0.00665971,-0.2897564;0.1533867;0.004296863,-0.4971104;-0.02959605;-0.03953957,0.06935845;0.004233714;-0.03964191,0.08114561;-0.3720481;0.01205949,0.08325568;-0.7106538;0.1006133,0.0906174;-0.7632329;0.04469821,-0.07025886;0.006582944;-0.03768761,-0.1106989;-0.3691132;0.00252388,-0.1298611;-0.7080854;0.08755727,-0.1308094;-0.6977489;-0.01048583,0.009368153;0.3998116;0.001787633,0;0;0,0.001402662;0.1995851;0.01279995,0.004736513;0.499463;0.01703773,0.119307;0.3688263;0.02499671,0.1600309;0.09284014;0.04893836,0.1997504;-0.1797691;-0.001127161,-0.1090672;0.3588798;0.009306508,-0.247283;0.115464;0.002587561,-0.384368;-0.1241917;-0.04402613,0.07393369;0.003000971;-0.03041058,0.06721482;-0.3721942;0.02945142,0.06056676;-0.7118616;0.113605,0.06492438;-0.7684745;0.06381315,-0.07000539;0.006483098;-0.03817347,-0.09644864;-0.3705434;0.001219165,-0.1160418;-0.7103124;0.08290868,-0.1149965;-0.7637526;0.02780298,0.003457905;0.3994859;0.01875311,135.0855
+0;0;0,0.00460998;0.1998903;0.004756783,0.01177605;0.4996087;-0.004106255,0.1245592;0.366188;0.001094968,0.1638756;0.08944544;0.01745839,0.1970108;-0.1799562;-0.05127897,-0.1049813;0.3637497;0.00665971,-0.2897564;0.1533867;0.004296863,-0.4971104;-0.02959605;-0.03953957,0.06935845;0.004233714;-0.03964191,0.08114561;-0.3720481;0.01205949,0.08325568;-0.7106538;0.1006133,0.0906174;-0.7632329;0.04469821,-0.07025886;0.006582944;-0.03768761,-0.1106989;-0.3691132;0.00252388,-0.1298611;-0.7080854;0.08755727,-0.1308094;-0.6977489;-0.01048583,0.009368153;0.3998116;0.001787633,0;0;0,0.001402662;0.1995851;0.01279995,0.004736513;0.499463;0.01703773,0.119307;0.3688263;0.02499671,0.1600309;0.09284014;0.04893836,0.1997504;-0.1797691;-0.001127161,-0.1090672;0.3588798;0.009306508,-0.247283;0.115464;0.002587561,-0.384368;-0.1241917;-0.04402613,0.07393369;0.003000971;-0.03041058,0.06721482;-0.3721942;0.02945142,0.06056676;-0.7118616;0.113605,0.06492438;-0.7684745;0.06381315,-0.07000539;0.006483098;-0.03817347,-0.09644864;-0.3705434;0.001219165,-0.1160418;-0.7103124;0.08290868,-0.1149965;-0.7637526;0.02780298,0.003457905;0.3994859;0.01875311,135.0974
+0;0;0,0.00460998;0.1998903;0.004756783,0.01177605;0.4996087;-0.004106255,0.1245592;0.366188;0.001094968,0.1638756;0.08944544;0.01745839,0.1970108;-0.1799562;-0.05127897,-0.1049813;0.3637497;0.00665971,-0.2897564;0.1533867;0.004296863,-0.4971104;-0.02959605;-0.03953957,0.06935845;0.004233714;-0.03964191,0.08114561;-0.3720481;0.01205949,0.08325568;-0.7106538;0.1006133,0.0906174;-0.7632329;0.04469821,-0.07025886;0.006582944;-0.03768761,-0.1106989;-0.3691132;0.00252388,-0.1298611;-0.7080854;0.08755727,-0.1308094;-0.6977489;-0.01048583,0.009368153;0.3998116;0.001787633,0;0;0,0.001494085;0.1995932;0.01266185,0.005273929;0.4994746;0.01615324,0.1196681;0.3689119;0.0249226,0.1600686;0.09288162;0.04890337,0.1999994;-0.1796631;-0.001345117,-0.1088087;0.3591104;0.009169227,-0.2501911;0.1175066;0.002953119,-0.3900179;-0.1207287;-0.04278944,0.07392066;0.002946672;-0.03044755,0.06710938;-0.372257;0.02935056,0.06062302;-0.711938;0.113462,0.06476849;-0.7014433;0.01547042,-0.07003057;0.006553362;-0.03811525,-0.09660837;-0.370498;0.0009480901,-0.1160044;-0.7102833;0.08261657,-0.115023;-0.7644529;0.02863039,0.003831924;0.3995046;0.01813561,135.1191
+0;0;0,0.004728507;0.1998879;0.004741527,0.01211064;0.4996015;-0.004114229,0.1247737;0.3660337;0.0008793742,0.1638707;0.08927351;0.01746952,0.1971809;-0.1799662;-0.05181561,-0.1048924;0.3643575;0.007120227,-0.3002009;0.1637571;0.00336593,-0.5159368;-0.009643212;-0.0389466,0.06929154;0.004172624;-0.03976522,0.08113703;-0.3721213;0.01183493,0.0830294;-0.7106404;0.1007236,0.09102935;-0.7631536;0.04479868,-0.07031901;0.006620519;-0.03756868,-0.1120842;-0.3689959;0.002028946,-0.1308537;-0.707866;0.08755559,-0.1319879;-0.6975367;-0.01048408,0.009627517;0.3998058;0.001772802,0;0;0,0.001494085;0.1995932;0.01266185,0.005273929;0.4994746;0.01615324,0.1196681;0.3689119;0.0249226,0.1600686;0.09288162;0.04890337,0.1999994;-0.1796631;-0.001345117,-0.1088087;0.3591104;0.009169227,-0.2501911;0.1175066;0.002953119,-0.3900179;-0.1207287;-0.04278944,0.07392066;0.002946672;-0.03044755,0.06710938;-0.372257;0.02935056,0.06062302;-0.711938;0.113462,0.06476849;-0.7014433;0.01547042,-0.07003057;0.006553362;-0.03811525,-0.09660837;-0.370498;0.0009480901,-0.1160044;-0.7102833;0.08261657,-0.115023;-0.7644529;0.02863039,0.003831924;0.3995046;0.01813561,135.1308
+0;0;0,0.004728507;0.1998879;0.004741527,0.01211064;0.4996015;-0.004114229,0.1247737;0.3660337;0.0008793742,0.1638707;0.08927351;0.01746952,0.1971809;-0.1799662;-0.05181561,-0.1048924;0.3643575;0.007120227,-0.3002009;0.1637571;0.00336593,-0.5159368;-0.009643212;-0.0389466,0.06929154;0.004172624;-0.03976522,0.08113703;-0.3721213;0.01183493,0.0830294;-0.7106404;0.1007236,0.09102935;-0.7631536;0.04479868,-0.07031901;0.006620519;-0.03756868,-0.1120842;-0.3689959;0.002028946,-0.1308537;-0.707866;0.08755559,-0.1319879;-0.6975367;-0.01048408,0.009627517;0.3998058;0.001772802,0;0;0,0.001567751;0.1995998;0.01254917,0.00556817;0.4994845;0.01556603,0.1199066;0.3690276;0.02487091,0.1601344;0.09297156;0.04884552,0.1999594;-0.1795841;-0.001427896,-0.1086691;0.3593168;0.009064406,-0.2532787;0.1196206;0.003250744,-0.3959364;-0.1169056;-0.04262036,0.07391953;0.002955499;-0.03044943,0.06700137;-0.3722582;0.02927346,0.06051464;-0.7119355;0.1133996,0.06468053;-0.7014624;0.01541314,-0.07002865;0.006542914;-0.03812058,-0.09699988;-0.3704734;0.001010507,-0.1160099;-0.7102493;0.08280888,-0.1156932;-0.7630326;0.02671222,0.004067512;0.3995182;0.01768468,135.1525
+0;0;0,0.004728507;0.1998879;0.004741527,0.01211064;0.4996015;-0.004114229,0.1247737;0.3660337;0.0008793742,0.1638707;0.08927351;0.01746952,0.1971809;-0.1799662;-0.05181561,-0.1048924;0.3643575;0.007120227,-0.3002009;0.1637571;0.00336593,-0.5159368;-0.009643212;-0.0389466,0.06929154;0.004172624;-0.03976522,0.08113703;-0.3721213;0.01183493,0.0830294;-0.7106404;0.1007236,0.09102935;-0.7631536;0.04479868,-0.07031901;0.006620519;-0.03756868,-0.1120842;-0.3689959;0.002028946,-0.1308537;-0.707866;0.08755559,-0.1319879;-0.6975367;-0.01048408,0.009627517;0.3998058;0.001772802,0;0;0,0.001665515;0.1996092;0.01238515,0.005881913;0.4994924;0.01526616,0.1201246;0.3690223;0.02478241,0.1601511;0.0929465;0.0488659,0.1998539;-0.179591;-0.001602098,-0.1085102;0.3594956;0.008988934,-0.2574131;0.122438;0.003364384,-0.4015732;-0.1132068;-0.04234566,0.07388549;0.002884315;-0.03053876,0.06675504;-0.3723018;0.0293319,0.06045554;-0.7120948;0.1130044,0.06462254;-0.7016413;0.01502186,-0.07008315;0.006627572;-0.03800562,-0.09696101;-0.3704434;0.0006606653,-0.1159083;-0.7102127;0.08250087,-0.1158161;-0.7640296;0.0279598,0.004300092;0.3995283;0.01742862,135.1749
+0;0;0,0.004961138;0.1998837;0.004680298,0.01298418;0.4995776;-0.004284736,0.1253769;0.3659207;0.0006431862,0.1643811;0.08914959;0.01726897,0.1976127;-0.1800109;-0.05236048,-0.1044812;0.3651539;0.007532429,-0.3079656;0.1728753;0.002732175,-0.5299247;0.007274747;-0.03862717,0.06927488;0.004099046;-0.03980187,0.08105727;-0.3722023;0.01175846,0.08267915;-0.7107039;0.1007191,0.09011987;-0.7632586;0.04477837,-0.07032177;0.006726592;-0.03754467,-0.1119549;-0.3688805;0.002280265,-0.1308654;-0.707745;0.08779783,-0.1245088;-0.7641672;0.03789004,0.01026018;0.3997903;0.00163824,0;0;0,0.001665515;0.1996092;0.01238515,0.005881913;0.4994924;0.01526616,0.1201246;0.3690223;0.02478241,0.1601511;0.0929465;0.0488659,0.1998539;-0.179591;-0.001602098,-0.1085102;0.3594956;0.008988934,-0.2574131;0.122438;0.003364384,-0.4015732;-0.1132068;-0.04234566,0.07388549;0.002884315;-0.03053876,0.06675504;-0.3723018;0.0293319,0.06045554;-0.7120948;0.1130044,0.06462254;-0.7016413;0.01502186,-0.07008315;0.006627572;-0.03800562,-0.09696101;-0.3704434;0.0006606653,-0.1159083;-0.7102127;0.08250087,-0.1158161;-0.7640296;0.0279598,0.004300092;0.3995283;0.01742862,135.1863
+0;0;0,0.004961138;0.1998837;0.004680298,0.01298418;0.4995776;-0.004284736,0.1253769;0.3659207;0.0006431862,0.1643811;0.08914959;0.01726897,0.1976127;-0.1800109;-0.05236048,-0.1044812;0.3651539;0.007532429,-0.3079656;0.1728753;0.002732175,-0.5299247;0.007274747;-0.03862717,0.06927488;0.004099046;-0.03980187,0.08105727;-0.3722023;0.01175846,0.08267915;-0.7107039;0.1007191,0.09011987;-0.7632586;0.04477837,-0.07032177;0.006726592;-0.03754467,-0.1119549;-0.3688805;0.002280265,-0.1308654;-0.707745;0.08779783,-0.1245088;-0.7641672;0.03789004,0.01026018;0.3997903;0.00163824,0;0;0,0.001665515;0.1996092;0.01238515,0.005881913;0.4994924;0.01526616,0.1201246;0.3690223;0.02478241,0.1601511;0.0929465;0.0488659,0.1998539;-0.179591;-0.001602098,-0.1085102;0.3594956;0.008988934,-0.2574131;0.122438;0.003364384,-0.4015732;-0.1132068;-0.04234566,0.07388549;0.002884315;-0.03053876,0.06675504;-0.3723018;0.0293319,0.06045554;-0.7120948;0.1130044,0.06462254;-0.7016413;0.01502186,-0.07008315;0.006627572;-0.03800562,-0.09696101;-0.3704434;0.0006606653,-0.1159083;-0.7102127;0.08250087,-0.1158161;-0.7640296;0.0279598,0.004300092;0.3995283;0.01742862,135.1976
+0;0;0,0.004961138;0.1998837;0.004680298,0.01298418;0.4995776;-0.004284736,0.1253769;0.3659207;0.0006431862,0.1643811;0.08914959;0.01726897,0.1976127;-0.1800109;-0.05236048,-0.1044812;0.3651539;0.007532429,-0.3079656;0.1728753;0.002732175,-0.5299247;0.007274747;-0.03862717,0.06927488;0.004099046;-0.03980187,0.08105727;-0.3722023;0.01175846,0.08267915;-0.7107039;0.1007191,0.09011987;-0.7632586;0.04477837,-0.07032177;0.006726592;-0.03754467,-0.1119549;-0.3688805;0.002280265,-0.1308654;-0.707745;0.08779783,-0.1245088;-0.7641672;0.03789004,0.01026018;0.3997903;0.00163824,0;0;0,0.001775356;0.199615;0.01227521,0.006320456;0.4994974;0.01474632,0.1204317;0.3690708;0.0247534,0.1604135;0.09298307;0.04877513,0.199927;-0.179572;-0.001746625,-0.108286;0.3596995;0.008976924,-0.2608017;0.124949;0.003391626,-0.406772;-0.1096293;-0.04205857,0.0738765;0.002876852;-0.03056119,0.06676327;-0.3723218;0.02923327,0.06050059;-0.71211;0.1129278,0.06466483;-0.7016779;0.01494944,-0.07009331;0.006629662;-0.03798652,-0.09685291;-0.3704673;0.0005072951,-0.1159619;-0.7102392;0.08229905,-0.1155409;-0.7639957;0.02766688,0.004620591;0.3995381;0.01703783,135.2197
+0;0;0,0.005229258;0.1998776;0.004646645,0.01383614;0.4995557;-0.004319095,0.125953;0.3656817;0.0003576704,0.164585;0.08885115;0.01686331,0.1975916;-0.1803325;-0.05278379,-0.1040122;0.3658047;0.007943254,-0.3162766;0.1832568;0.003462019,-0.549031;0.03378861;-0.03995052,0.0692037;0.00403215;-0.03993232,0.0807252;-0.3722308;0.01196607,0.08200885;-0.7106999;0.1010561,0.08909515;-0.7632242;0.04502467,-0.07037994;0.006791824;-0.03742372,-0.1121332;-0.3687977;0.002440583,-0.1310169;-0.7076631;0.08796035,-0.124631;-0.7641312;0.03813567,0.01090432;0.3997738;0.001595473,0;0;0,0.001775356;0.199615;0.01227521,0.006320456;0.4994974;0.01474632,0.1204317;0.3690708;0.0247534,0.1604135;0.09298307;0.04877513,0.199927;-0.179572;-0.001746625,-0.108286;0.3596995;0.008976924,-0.2608017;0.124949;0.003391626,-0.406772;-0.1096293;-0.04205857,0.0738765;0.002876852;-0.03056119,0.06676327;-0.3723218;0.02923327,0.06050059;-0.71211;0.1129278,0.06466483;-0.7016779;0.01494944,-0.07009331;0.006629662;-0.03798652,-0.09685291;-0.3704673;0.0005072951,-0.1159619;-0.7102392;0.08229905,-0.1155409;-0.7639957;0.02766688,0.004620591;0.3995381;0.01703783,135.2312
+0;0;0,0.005229258;0.1998776;0.004646645,0.01383614;0.4995557;-0.004319095,0.125953;0.3656817;0.0003576704,0.164585;0.08885115;0.01686331,0.1975916;-0.1803325;-0.05278379,-0.1040122;0.3658047;0.007943254,-0.3162766;0.1832568;0.003462019,-0.549031;0.03378861;-0.03995052,0.0692037;0.00403215;-0.03993232,0.0807252;-0.3722308;0.01196607,0.08200885;-0.7106999;0.1010561,0.08909515;-0.7632242;0.04502467,-0.07037994;0.006791824;-0.03742372,-0.1121332;-0.3687977;0.002440583,-0.1310169;-0.7076631;0.08796035,-0.124631;-0.7641312;0.03813567,0.01090432;0.3997738;0.001595473,0;0;0,0.001907497;0.199623;0.01212436,0.006648474;0.499504;0.01437677,0.1206873;0.3691496;0.02471693,0.1607719;0.09307453;0.04871205,0.2001638;-0.1795038;-0.001778979,-0.1081406;0.3599595;0.008987697,-0.2636384;0.1271589;0.004059495,-0.4131361;-0.1053448;-0.04057781,0.07386792;0.002822108;-0.03058704,0.06681813;-0.3723968;0.02908737,0.06058921;-0.7122195;0.1126442,0.06474064;-0.7018017;0.0146682,-0.07010219;0.006682926;-0.03796078,-0.0967571;-0.3704546;0.0002071895,-0.1163144;-0.710224;0.08190343,-0.1144625;-0.7649966;0.02889242,0.004875555;0.3995477;0.0167422,135.253
+0;0;0,0.005229258;0.1998776;0.004646645,0.01383614;0.4995557;-0.004319095,0.125953;0.3656817;0.0003576704,0.164585;0.08885115;0.01686331,0.1975916;-0.1803325;-0.05278379,-0.1040122;0.3658047;0.007943254,-0.3162766;0.1832568;0.003462019,-0.549031;0.03378861;-0.03995052,0.0692037;0.00403215;-0.03993232,0.0807252;-0.3722308;0.01196607,0.08200885;-0.7106999;0.1010561,0.08909515;-0.7632242;0.04502467,-0.07037994;0.006791824;-0.03742372,-0.1121332;-0.3687977;0.002440583,-0.1310169;-0.7076631;0.08796035,-0.124631;-0.7641312;0.03813567,0.01090432;0.3997738;0.001595473,0;0;0,0.002015057;0.1996274;0.01203579,0.006851366;0.4995077;0.01421278,0.1208322;0.3690996;0.02471617,0.1609843;0.09303001;0.0486623,0.2002832;-0.1795811;-0.001723811,-0.1080423;0.3601089;0.009147506,-0.2674721;0.1299755;0.00459185,-0.420853;-0.1000024;-0.03995561,0.07386288;0.002803992;-0.03060084,0.0663656;-0.3723433;0.02946857,0.06063816;-0.7122959;0.1125311,0.06474068;-0.7018815;0.0145537,-0.07010921;0.006697563;-0.03794523,-0.09667782;-0.370462;6.467104E-05,-0.1162565;-0.7102185;0.08180906,-0.1145072;-0.7654029;0.02945863,0.005045049;0.3995524;0.01659536,135.2751
+0;0;0,0.005484734;0.1998721;0.004589615,0.0145243;0.4995359;-0.004432191,0.1264103;0.3653717;0.0002551799,0.1651257;0.08853868;0.01652117,0.1979879;-0.1805959;-0.05338334,-0.1036144;0.3663609;0.008190956,-0.3243139;0.194151;0.002232686,-0.5586765;0.04664779;-0.0392035,0.06920258;0.003972764;-0.0399402,0.08050709;-0.3722677;0.01216817,0.08177686;-0.7107357;0.1012625,0.08772306;-0.7631514;0.04493925,-0.07038582;0.006827299;-0.03740618,-0.1123714;-0.3687299;0.002518341,-0.1312428;-0.7075692;0.08814418,-0.1245842;-0.7637203;0.03780878,0.01144964;0.3997592;0.001497063,0;0;0,0.002015057;0.1996274;0.01203579,0.006851366;0.4995077;0.01421278,0.1208322;0.3690996;0.02471617,0.1609843;0.09303001;0.0486623,0.2002832;-0.1795811;-0.001723811,-0.1080423;0.3601089;0.009147506,-0.2674721;0.1299755;0.00459185,-0.420853;-0.1000024;-0.03995561,0.07386288;0.002803992;-0.03060084,0.0663656;-0.3723433;0.02946857,0.06063816;-0.7122959;0.1125311,0.06474068;-0.7018815;0.0145537,-0.07010921;0.006697563;-0.03794523,-0.09667782;-0.370462;6.467104E-05,-0.1162565;-0.7102185;0.08180906,-0.1145072;-0.7654029;0.02945863,0.005045049;0.3995524;0.01659536,135.2865
+0;0;0,0.005484734;0.1998721;0.004589615,0.0145243;0.4995359;-0.004432191,0.1264103;0.3653717;0.0002551799,0.1651257;0.08853868;0.01652117,0.1979879;-0.1805959;-0.05338334,-0.1036144;0.3663609;0.008190956,-0.3243139;0.194151;0.002232686,-0.5586765;0.04664779;-0.0392035,0.06920258;0.003972764;-0.0399402,0.08050709;-0.3722677;0.01216817,0.08177686;-0.7107357;0.1012625,0.08772306;-0.7631514;0.04493925,-0.07038582;0.006827299;-0.03740618,-0.1123714;-0.3687299;0.002518341,-0.1312428;-0.7075692;0.08814418,-0.1245842;-0.7637203;0.03780878,0.01144964;0.3997592;0.001497063,0;0;0,0.002015057;0.1996274;0.01203579,0.006851366;0.4995077;0.01421278,0.1208322;0.3690996;0.02471617,0.1609843;0.09303001;0.0486623,0.2002832;-0.1795811;-0.001723811,-0.1080423;0.3601089;0.009147506,-0.2674721;0.1299755;0.00459185,-0.420853;-0.1000024;-0.03995561,0.07386288;0.002803992;-0.03060084,0.0663656;-0.3723433;0.02946857,0.06063816;-0.7122959;0.1125311,0.06474068;-0.7018815;0.0145537,-0.07010921;0.006697563;-0.03794523,-0.09667782;-0.370462;6.467104E-05,-0.1162565;-0.7102185;0.08180906,-0.1145072;-0.7654029;0.02945863,0.005045049;0.3995524;0.01659536,135.2975
+0;0;0,0.005484734;0.1998721;0.004589615,0.0145243;0.4995359;-0.004432191,0.1264103;0.3653717;0.0002551799,0.1651257;0.08853868;0.01652117,0.1979879;-0.1805959;-0.05338334,-0.1036144;0.3663609;0.008190956,-0.3243139;0.194151;0.002232686,-0.5586765;0.04664779;-0.0392035,0.06920258;0.003972764;-0.0399402,0.08050709;-0.3722677;0.01216817,0.08177686;-0.7107357;0.1012625,0.08772306;-0.7631514;0.04493925,-0.07038582;0.006827299;-0.03740618,-0.1123714;-0.3687299;0.002518341,-0.1312428;-0.7075692;0.08814418,-0.1245842;-0.7637203;0.03780878,0.01144964;0.3997592;0.001497063,0;0;0,0.002132351;0.1996301;0.01197082,0.007186485;0.4995094;0.01395878,0.1210788;0.3691047;0.02473769,0.1611719;0.09302288;0.04864091,0.2002849;-0.1796086;-0.001780007,-0.1078594;0.3602926;0.009206295,-0.2700774;0.13211;0.004959256,-0.433433;-0.09064734;-0.04080198,0.07384703;0.002828666;-0.03063683,0.06623113;-0.3722768;0.02967814,0.06072615;-0.7122968;0.1124794,0.06481736;-0.701893;0.01450363,-0.07012741;0.006679033;-0.03791485,-0.09685971;-0.3705;-0.0002138205,-0.1162483;-0.7102405;0.08164261,-0.1146094;-0.7657336;0.02979433,0.005308438;0.3995563;0.01637597,135.3199
+0;0;0,0.00560317;0.199869;0.004579653,0.01479836;0.4995286;-0.004431286,0.1266131;0.3652853;0.0001226045,0.1652173;0.08843669;0.016388,0.1981748;-0.1805398;-0.05407777,-0.1035179;0.366861;0.00842349,-0.3312951;0.204108;0.003037118,-0.5762264;0.07431208;-0.03648105,0.0691494;0.003959081;-0.04003357,0.08040512;-0.3722504;0.01230898,0.08125437;-0.7106919;0.101509,0.08813838;-0.7634799;0.0458425,-0.07042614;0.00684962;-0.03732614,-0.112729;-0.3686804;0.00251982,-0.1316178;-0.7074575;0.08838739,-0.1333487;-0.6971413;-0.009640969,0.01167789;0.3997529;0.001492137,0;0;0,0.002132351;0.1996301;0.01197082,0.007186485;0.4995094;0.01395878,0.1210788;0.3691047;0.02473769,0.1611719;0.09302288;0.04864091,0.2002849;-0.1796086;-0.001780007,-0.1078594;0.3602926;0.009206295,-0.2700774;0.13211;0.004959256,-0.433433;-0.09064734;-0.04080198,0.07384703;0.002828666;-0.03063683,0.06623113;-0.3722768;0.02967814,0.06072615;-0.7122968;0.1124794,0.06481736;-0.701893;0.01450363,-0.07012741;0.006679033;-0.03791485,-0.09685971;-0.3705;-0.0002138205,-0.1162483;-0.7102405;0.08164261,-0.1146094;-0.7657336;0.02979433,0.005308438;0.3995563;0.01637597,135.3313
+0;0;0,0.00560317;0.199869;0.004579653,0.01479836;0.4995286;-0.004431286,0.1266131;0.3652853;0.0001226045,0.1652173;0.08843669;0.016388,0.1981748;-0.1805398;-0.05407777,-0.1035179;0.366861;0.00842349,-0.3312951;0.204108;0.003037118,-0.5762264;0.07431208;-0.03648105,0.0691494;0.003959081;-0.04003357,0.08040512;-0.3722504;0.01230898,0.08125437;-0.7106919;0.101509,0.08813838;-0.7634799;0.0458425,-0.07042614;0.00684962;-0.03732614,-0.112729;-0.3686804;0.00251982,-0.1316178;-0.7074575;0.08838739,-0.1333487;-0.6971413;-0.009640969,0.01167789;0.3997529;0.001492137,0;0;0,0.002168711;0.1996326;0.01192158,0.00724606;0.4995128;0.01383013,0.121134;0.369128;0.02472774,0.16128;0.09304962;0.04858271,0.2001656;-0.1796047;-0.001890559,-0.1078991;0.3605357;0.009325511,-0.2724413;0.1340093;0.005916276,-0.4383638;-0.08688353;-0.03964779,0.07383784;0.00282472;-0.03065931,0.06612363;-0.3722765;0.02966945,0.06064099;-0.7123138;0.1124015,0.06515568;-0.7687485;0.06231494,-0.07014349;0.006679541;-0.03788501,-0.09703926;-0.3705068;-0.0003744923,-0.1164901;-0.7102547;0.08143675,-0.1146819;-0.7660639;0.03011901,0.0053662;0.39956;0.01625966,135.3428
+0;0;0,0.00560317;0.199869;0.004579653,0.01479836;0.4995286;-0.004431286,0.1266131;0.3652853;0.0001226045,0.1652173;0.08843669;0.016388,0.1981748;-0.1805398;-0.05407777,-0.1035179;0.366861;0.00842349,-0.3312951;0.204108;0.003037118,-0.5762264;0.07431208;-0.03648105,0.0691494;0.003959081;-0.04003357,0.08040512;-0.3722504;0.01230898,0.08125437;-0.7106919;0.101509,0.08813838;-0.7634799;0.0458425,-0.07042614;0.00684962;-0.03732614,-0.112729;-0.3686804;0.00251982,-0.1316178;-0.7074575;0.08838739,-0.1333487;-0.6971413;-0.009640969,0.01167789;0.3997529;0.001492137,0;0;0,0.002168711;0.1996326;0.01192158,0.00724606;0.4995128;0.01383013,0.121134;0.369128;0.02472774,0.16128;0.09304962;0.04858271,0.2001656;-0.1796047;-0.001890559,-0.1078991;0.3605357;0.009325511,-0.2724413;0.1340093;0.005916276,-0.4383638;-0.08688353;-0.03964779,0.07383784;0.00282472;-0.03065931,0.06612363;-0.3722765;0.02966945,0.06064099;-0.7123138;0.1124015,0.06515568;-0.7687485;0.06231494,-0.07014349;0.006679541;-0.03788501,-0.09703926;-0.3705068;-0.0003744923,-0.1164901;-0.7102547;0.08143675,-0.1146819;-0.7660639;0.03011901,0.0053662;0.39956;0.01625966,135.3651
+0;0;0,0.005739508;0.1998661;0.004540678,0.01511991;0.4995181;-0.00452597,0.1268577;0.3652139;-4.841376E-05,0.1651142;0.08830997;0.01609751,0.1979871;-0.1805732;-0.0547629,-0.1034282;0.3675376;0.008640307,-0.336983;0.2132256;0.002321817,-0.5844033;0.08801949;-0.03649366,0.06909977;0.003934412;-0.04012159,0.08021713;-0.3722587;0.01236773,0.08092015;-0.7106715;0.1016775,0.08849684;-0.7634032;0.04601712,-0.07046417;0.006885647;-0.03724765,-0.1129159;-0.368632;0.00255613,-0.1317653;-0.7074031;0.08845647,-0.1336077;-0.6970915;-0.009568892,0.01194284;0.3997454;0.001416219,0;0;0,0.00236044;0.1996358;0.01183061,0.007541561;0.4995163;0.01357103,0.1213978;0.3691807;0.02458519,0.1618012;0.093153;0.04859055,0.2007477;-0.1794321;-0.002208617,-0.1077166;0.3607202;0.009319562,-0.274745;0.1360169;0.006170542,-0.4436595;-0.082552;-0.03960638,0.07380798;0.002836727;-0.03073002,0.06647459;-0.3722582;0.02968515,0.06106054;-0.7122941;0.1124273,0.06550665;-0.7686423;0.06218559,-0.07019002;0.006666924;-0.03780096,-0.09674444;-0.3705553;-0.0004073717,-0.116363;-0.710314;0.08131835,-0.1146638;-0.7656483;0.02921106,0.005623673;0.399565;0.01603292,135.3872
+0;0;0,0.005739508;0.1998661;0.004540678,0.01511991;0.4995181;-0.00452597,0.1268577;0.3652139;-4.841376E-05,0.1651142;0.08830997;0.01609751,0.1979871;-0.1805732;-0.0547629,-0.1034282;0.3675376;0.008640307,-0.336983;0.2132256;0.002321817,-0.5844033;0.08801949;-0.03649366,0.06909977;0.003934412;-0.04012159,0.08021713;-0.3722587;0.01236773,0.08092015;-0.7106715;0.1016775,0.08849684;-0.7634032;0.04601712,-0.07046417;0.006885647;-0.03724765,-0.1129159;-0.368632;0.00255613,-0.1317653;-0.7074031;0.08845647,-0.1336077;-0.6970915;-0.009568892,0.01194284;0.3997454;0.001416219,0;0;0,0.002473918;0.1996355;0.0118133,0.007693619;0.4995157;0.01354835,0.1215244;0.3691317;0.02454141,0.1622175;0.09315091;0.04859684,0.2009152;-0.1794561;-0.002274752,-0.1076557;0.3609293;0.009387418,-0.2768467;0.1378419;0.006862319,-0.4503546;-0.07716952;-0.03858104,0.07380026;0.002852357;-0.03074712,0.06659325;-0.3722439;0.02967541,0.06113459;-0.712268;0.1124631,0.06577484;-0.7685472;0.06212062,-0.07020705;0.006646897;-0.03777286,-0.09671013;-0.3705687;-0.0002763458,-0.1163741;-0.7103387;0.08139187,-0.115072;-0.7639011;0.02647716,0.005761864;0.3995646;0.01600407,135.4093
+0;0;0,0.005739508;0.1998661;0.004540678,0.01511991;0.4995181;-0.00452597,0.1268577;0.3652139;-4.841376E-05,0.1651142;0.08830997;0.01609751,0.1979871;-0.1805732;-0.0547629,-0.1034282;0.3675376;0.008640307,-0.336983;0.2132256;0.002321817,-0.5844033;0.08801949;-0.03649366,0.06909977;0.003934412;-0.04012159,0.08021713;-0.3722587;0.01236773,0.08092015;-0.7106715;0.1016775,0.08849684;-0.7634032;0.04601712,-0.07046417;0.006885647;-0.03724765,-0.1129159;-0.368632;0.00255613,-0.1317653;-0.7074031;0.08845647,-0.1336077;-0.6970915;-0.009568892,0.01194284;0.3997454;0.001416219,0;0;0,0.002473918;0.1996355;0.0118133,0.007693619;0.4995157;0.01354835,0.1215244;0.3691317;0.02454141,0.1622175;0.09315091;0.04859684,0.2009152;-0.1794561;-0.002274752,-0.1076557;0.3609293;0.009387418,-0.2768467;0.1378419;0.006862319,-0.4503546;-0.07716952;-0.03858104,0.07380026;0.002852357;-0.03074712,0.06659325;-0.3722439;0.02967541,0.06113459;-0.712268;0.1124631,0.06577484;-0.7685472;0.06212062,-0.07020705;0.006646897;-0.03777286,-0.09671013;-0.3705687;-0.0002763458,-0.1163741;-0.7103387;0.08139187,-0.115072;-0.7639011;0.02647716,0.005761864;0.3995646;0.01600407,135.4208
+0;0;0,0.005842757;0.1998652;0.00444419,0.01535078;0.499507;-0.004819,0.1270009;0.3650446;-0.000282097,0.1649562;0.08809718;0.01582839,0.1978943;-0.1806635;-0.05546527,-0.1034032;0.3682009;0.008686459,-0.3426914;0.2229392;0.002348785,-0.5974458;0.1128715;-0.03487081,0.06900588;0.003975693;-0.04027881,0.08004158;-0.3721853;0.01245725,0.08032985;-0.7104815;0.1022104,0.08842161;-0.7634065;0.04691153,-0.07053106;0.006902356;-0.03711773,-0.113139;-0.3686237;0.002439141,-0.131993;-0.7074038;0.08830268,-0.1256098;-0.7637569;0.03827855,0.01213549;0.3997398;0.001195515,0;0;0,0.00261481;0.1996349;0.01179319,0.007885729;0.4995145;0.01352175,0.1216943;0.3691226;0.02450456,0.1624672;0.09314883;0.04850525,0.2008869;-0.1794718;-0.002503872,-0.1075483;0.3610915;0.00950818,-0.2787189;0.1395114;0.007815874,-0.4561215;-0.07200153;-0.0389882,0.07377092;0.002864487;-0.03081634,0.06672422;-0.3722232;0.02967768,0.06123193;-0.7122815;0.1123228,0.06515102;-0.701896;0.01434366,-0.07025808;0.006637174;-0.03767957,-0.09659992;-0.370612;-0.0004077256,-0.1161895;-0.710371;0.08132371,-0.1146006;-0.764052;0.02659741,0.005933355;0.3995636;0.01597491,135.4429
+0;0;0,0.005842757;0.1998652;0.00444419,0.01535078;0.499507;-0.004819,0.1270009;0.3650446;-0.000282097,0.1649562;0.08809718;0.01582839,0.1978943;-0.1806635;-0.05546527,-0.1034032;0.3682009;0.008686459,-0.3426914;0.2229392;0.002348785,-0.5974458;0.1128715;-0.03487081,0.06900588;0.003975693;-0.04027881,0.08004158;-0.3721853;0.01245725,0.08032985;-0.7104815;0.1022104,0.08842161;-0.7634065;0.04691153,-0.07053106;0.006902356;-0.03711773,-0.113139;-0.3686237;0.002439141,-0.131993;-0.7074038;0.08830268,-0.1256098;-0.7637569;0.03827855,0.01213549;0.3997398;0.001195515,0;0;0,0.00261481;0.1996349;0.01179319,0.007885729;0.4995145;0.01352175,0.1216943;0.3691226;0.02450456,0.1624672;0.09314883;0.04850525,0.2008869;-0.1794718;-0.002503872,-0.1075483;0.3610915;0.00950818,-0.2787189;0.1395114;0.007815874,-0.4561215;-0.07200153;-0.0389882,0.07377092;0.002864487;-0.03081634,0.06672422;-0.3722232;0.02967768,0.06123193;-0.7122815;0.1123228,0.06515102;-0.701896;0.01434366,-0.07025808;0.006637174;-0.03767957,-0.09659992;-0.370612;-0.0004077256,-0.1161895;-0.710371;0.08132371,-0.1146006;-0.764052;0.02659741,0.005933355;0.3995636;0.01597491,135.4541
+0;0;0,0.005842757;0.1998652;0.00444419,0.01535078;0.499507;-0.004819,0.1270009;0.3650446;-0.000282097,0.1649562;0.08809718;0.01582839,0.1978943;-0.1806635;-0.05546527,-0.1034032;0.3682009;0.008686459,-0.3426914;0.2229392;0.002348785,-0.5974458;0.1128715;-0.03487081,0.06900588;0.003975693;-0.04027881,0.08004158;-0.3721853;0.01245725,0.08032985;-0.7104815;0.1022104,0.08842161;-0.7634065;0.04691153,-0.07053106;0.006902356;-0.03711773,-0.113139;-0.3686237;0.002439141,-0.131993;-0.7074038;0.08830268,-0.1256098;-0.7637569;0.03827855,0.01213549;0.3997398;0.001195515,0;0;0,0.00261481;0.1996349;0.01179319,0.007885729;0.4995145;0.01352175,0.1216943;0.3691226;0.02450456,0.1624672;0.09314883;0.04850525,0.2008869;-0.1794718;-0.002503872,-0.1075483;0.3610915;0.00950818,-0.2787189;0.1395114;0.007815874,-0.4561215;-0.07200153;-0.0389882,0.07377092;0.002864487;-0.03081634,0.06672422;-0.3722232;0.02967768,0.06123193;-0.7122815;0.1123228,0.06515102;-0.701896;0.01434366,-0.07025808;0.006637174;-0.03767957,-0.09659992;-0.370612;-0.0004077256,-0.1161895;-0.710371;0.08132371,-0.1146006;-0.764052;0.02659741,0.005933355;0.3995636;0.01597491,135.4657
+0;0;0,0.005905379;0.199863;0.004462991,0.01548405;0.4995034;-0.004771851,0.1271008;0.3650164;-0.000438084,0.1647434;0.08803901;0.01588783,0.1975927;-0.1805937;-0.05592713,-0.1034464;0.3687754;0.008768703,-0.3483963;0.2332589;0.002867015,-0.6041812;0.1257605;-0.03479198,0.06891952;0.003990163;-0.04042497,0.07994527;-0.3721248;0.01264102,0.0799521;-0.7104151;0.1024167,0.08853231;-0.7632867;0.04711136,-0.07058538;0.006928452;-0.03700946,-0.1134968;-0.3685771;0.00241369,-0.1321612;-0.7073604;0.08830599,-0.1341399;-0.6970606;-0.00971435,0.01224549;0.3997363;0.001232474,0;0;0,0.002707043;0.1996367;0.01174146,0.008002967;0.4995165;0.0134298,0.1218085;0.3691511;0.0244409,0.1626386;0.09318182;0.04839534,0.2007161;-0.1793828;-0.003166731,-0.1075206;0.3613082;0.009581177,-0.2805651;0.1411833;0.008773943,-0.4609094;-0.06764358;-0.03884174,0.0737614;0.002824035;-0.03084284,0.06653252;-0.3722825;0.02951325,0.06131319;-0.7123691;0.1120593,0.06518994;-0.7019818;0.01407812,-0.07028098;0.006682573;-0.03762882,-0.09662408;-0.3705955;-0.0006517246,-0.1159496;-0.7103488;0.08116642,-0.1150708;-0.7633406;0.02538473,0.006042496;0.3995659;0.01588632,135.4875
+0;0;0,0.005905379;0.199863;0.004462991,0.01548405;0.4995034;-0.004771851,0.1271008;0.3650164;-0.000438084,0.1647434;0.08803901;0.01588783,0.1975927;-0.1805937;-0.05592713,-0.1034464;0.3687754;0.008768703,-0.3483963;0.2332589;0.002867015,-0.6041812;0.1257605;-0.03479198,0.06891952;0.003990163;-0.04042497,0.07994527;-0.3721248;0.01264102,0.0799521;-0.7104151;0.1024167,0.08853231;-0.7632867;0.04711136,-0.07058538;0.006928452;-0.03700946,-0.1134968;-0.3685771;0.00241369,-0.1321612;-0.7073604;0.08830599,-0.1341399;-0.6970606;-0.00971435,0.01224549;0.3997363;0.001232474,0;0;0,0.002707043;0.1996367;0.01174146,0.008002967;0.4995165;0.0134298,0.1218085;0.3691511;0.0244409,0.1626386;0.09318182;0.04839534,0.2007161;-0.1793828;-0.003166731,-0.1075206;0.3613082;0.009581177,-0.2805651;0.1411833;0.008773943,-0.4609094;-0.06764358;-0.03884174,0.0737614;0.002824035;-0.03084284,0.06653252;-0.3722825;0.02951325,0.06131319;-0.7123691;0.1120593,0.06518994;-0.7019818;0.01407812,-0.07028098;0.006682573;-0.03762882,-0.09662408;-0.3705955;-0.0006517246,-0.1159496;-0.7103488;0.08116642,-0.1150708;-0.7633406;0.02538473,0.006042496;0.3995659;0.01588632,135.4986
+0;0;0,0.005905379;0.199863;0.004462991,0.01548405;0.4995034;-0.004771851,0.1271008;0.3650164;-0.000438084,0.1647434;0.08803901;0.01588783,0.1975927;-0.1805937;-0.05592713,-0.1034464;0.3687754;0.008768703,-0.3483963;0.2332589;0.002867015,-0.6041812;0.1257605;-0.03479198,0.06891952;0.003990163;-0.04042497,0.07994527;-0.3721248;0.01264102,0.0799521;-0.7104151;0.1024167,0.08853231;-0.7632867;0.04711136,-0.07058538;0.006928452;-0.03700946,-0.1134968;-0.3685771;0.00241369,-0.1321612;-0.7073604;0.08830599,-0.1341399;-0.6970606;-0.00971435,0.01224549;0.3997363;0.001232474,0;0;0,0.002768296;0.1996388;0.01169251,0.00815205;0.4995181;0.01326674,0.1219022;0.3690966;0.02442006,0.1623975;0.09306246;0.04819538,0.2009604;-0.179395;-0.003571972,-0.1074571;0.361431;0.00969263,-0.2832929;0.1435295;0.008875845,-0.4678557;-0.06165163;-0.03842428,0.0737481;0.002829184;-0.03087414,0.06614993;-0.3722387;0.02967582,0.06150078;-0.7123485;0.1121604,0.0669243;-0.7685114;0.06169718,-0.07031989;0.006673182;-0.03755769,-0.09659977;-0.3706193;-0.0006825998,-0.1157608;-0.7103916;0.08109532,-0.1164209;-0.7647233;0.02735768,0.006159817;0.3995688;0.01575163,135.5102
+0;0;0,0.005979041;0.1998613;0.004440741,0.01563879;0.4994977;-0.004834973,0.1272175;0.3649691;-0.0004948786,0.1644524;0.08792326;0.01560424,0.1972593;-0.1807015;-0.05625974,-0.1035263;0.3695717;0.008740371,-0.3523234;0.2412613;0.002700217,-0.613387;0.1467475;-0.03353392,0.0688604;0.003985233;-0.04052607,0.07983064;-0.3720922;0.01281616,0.0797181;-0.7103007;0.1028997,0.08904387;-0.763288;0.0478893,-0.07062586;0.006929151;-0.03693201,-0.1135734;-0.368588;0.002341293,-0.1322993;-0.7073623;0.08825591,-0.1269384;-0.7638178;0.03828877,0.01237551;0.3997324;0.001184539,0;0;0,0.002768296;0.1996388;0.01169251,0.00815205;0.4995181;0.01326674,0.1219022;0.3690966;0.02442006,0.1623975;0.09306246;0.04819538,0.2009604;-0.179395;-0.003571972,-0.1074571;0.361431;0.00969263,-0.2832929;0.1435295;0.008875845,-0.4678557;-0.06165163;-0.03842428,0.0737481;0.002829184;-0.03087414,0.06614993;-0.3722387;0.02967582,0.06150078;-0.7123485;0.1121604,0.0669243;-0.7685114;0.06169718,-0.07031989;0.006673182;-0.03755769,-0.09659977;-0.3706193;-0.0006825998,-0.1157608;-0.7103916;0.08109532,-0.1164209;-0.7647233;0.02735768,0.006159817;0.3995688;0.01575163,135.5319
+0;0;0,0.005979041;0.1998613;0.004440741,0.01563879;0.4994977;-0.004834973,0.1272175;0.3649691;-0.0004948786,0.1644524;0.08792326;0.01560424,0.1972593;-0.1807015;-0.05625974,-0.1035263;0.3695717;0.008740371,-0.3523234;0.2412613;0.002700217,-0.613387;0.1467475;-0.03353392,0.0688604;0.003985233;-0.04052607,0.07983064;-0.3720922;0.01281616,0.0797181;-0.7103007;0.1028997,0.08904387;-0.763288;0.0478893,-0.07062586;0.006929151;-0.03693201,-0.1135734;-0.368588;0.002341293,-0.1322993;-0.7073623;0.08825591,-0.1269384;-0.7638178;0.03828877,0.01237551;0.3997324;0.001184539,0;0;0,0.001845345;0.1995776;0.01286029,0.004001191;0.4994502;0.01947433,0.1190822;0.368116;0.0246286,0.1597697;0.09210861;0.04838678,0.1985386;-0.1803081;-0.003440827,-0.1094115;0.3595032;0.01031454,-0.2873105;0.1432813;0.01013155,-0.4768424;-0.05739968;-0.03682393,0.07371984;0.002823995;-0.03094205,0.06631879;-0.3722572;0.02955035,0.06135909;-0.7123399;0.1121285,0.06721221;-0.7679793;0.06082909,-0.0703806;0.006666123;-0.03744509,-0.09679812;-0.3706673;-0.001091734,-0.1154558;-0.7104847;0.08061506,-0.1153572;-0.7657517;0.02836999,0.00334828;0.3994528;0.01976237,135.5436
+0;0;0,0.005979041;0.1998613;0.004440741,0.01563879;0.4994977;-0.004834973,0.1272175;0.3649691;-0.0004948786,0.1644524;0.08792326;0.01560424,0.1972593;-0.1807015;-0.05625974,-0.1035263;0.3695717;0.008740371,-0.3523234;0.2412613;0.002700217,-0.613387;0.1467475;-0.03353392,0.0688604;0.003985233;-0.04052607,0.07983064;-0.3720922;0.01281616,0.0797181;-0.7103007;0.1028997,0.08904387;-0.763288;0.0478893,-0.07062586;0.006929151;-0.03693201,-0.1135734;-0.368588;0.002341293,-0.1322993;-0.7073623;0.08825591,-0.1269384;-0.7638178;0.03828877,0.01237551;0.3997324;0.001184539,0;0;0,0.001845345;0.1995776;0.01286029,0.004001191;0.4994502;0.01947433,0.1190822;0.368116;0.0246286,0.1597697;0.09210861;0.04838678,0.1985386;-0.1803081;-0.003440827,-0.1094115;0.3595032;0.01031454,-0.2873105;0.1432813;0.01013155,-0.4768424;-0.05739968;-0.03682393,0.07371984;0.002823995;-0.03094205,0.06631879;-0.3722572;0.02955035,0.06135909;-0.7123399;0.1121285,0.06721221;-0.7679793;0.06082909,-0.0703806;0.006666123;-0.03744509,-0.09679812;-0.3706673;-0.001091734,-0.1154558;-0.7104847;0.08061506,-0.1153572;-0.7657517;0.02836999,0.00334828;0.3994528;0.01976237,135.5658
+0;0;0,0.006055994;0.1998597;0.004408657,0.01582018;0.4994912;-0.004914142,0.1273358;0.3648724;-0.0005672059,0.1644913;0.08781275;0.01547697,0.1972655;-0.1807387;-0.05667561,-0.1036197;0.3704936;0.008637805,-0.3609337;0.2605048;-0.0009520911,-0.6260192;0.1746706;-0.02855952,0.06877118;0.004044722;-0.04067141,0.0797258;-0.3720079;0.01284877,0.07955608;-0.7102225;0.1029093,0.08843813;-0.762801;0.04721459,-0.07069705;0.006938546;-0.03679382,-0.11356;-0.3685947;0.002417963,-0.1324058;-0.7073861;0.08823884,-0.128161;-0.763449;0.03749282,0.01252192;0.3997281;0.001122952,0;0;0,0.001893378;0.1995852;0.01273371,0.004563403;0.4994722;0.01789829,0.119375;0.3682986;0.02430011,0.1603289;0.09233087;0.04806144,0.1994661;-0.1800157;-0.003858276,-0.1093603;0.3599761;0.01030849,-0.2895933;0.1456967;0.01094368,-0.4829074;-0.05108929;-0.03706581,0.07368971;0.002864851;-0.03100997,0.06630705;-0.3722153;0.02949136,0.0614395;-0.7122955;0.1120851,0.06742961;-0.7683952;0.06157796,-0.07041742;0.00664417;-0.03737969,-0.09689763;-0.3707226;-0.001419112,-0.1153888;-0.7105199;0.0804092,-0.1154681;-0.7657664;0.02813086,0.003622173;0.3994819;0.01892546,135.5879
+0;0;0,0.006055994;0.1998597;0.004408657,0.01582018;0.4994912;-0.004914142,0.1273358;0.3648724;-0.0005672059,0.1644913;0.08781275;0.01547697,0.1972655;-0.1807387;-0.05667561,-0.1036197;0.3704936;0.008637805,-0.3609337;0.2605048;-0.0009520911,-0.6260192;0.1746706;-0.02855952,0.06877118;0.004044722;-0.04067141,0.0797258;-0.3720079;0.01284877,0.07955608;-0.7102225;0.1029093,0.08843813;-0.762801;0.04721459,-0.07069705;0.006938546;-0.03679382,-0.11356;-0.3685947;0.002417963,-0.1324058;-0.7073861;0.08823884,-0.128161;-0.763449;0.03749282,0.01252192;0.3997281;0.001122952,0;0;0,0.001893378;0.1995852;0.01273371,0.004563403;0.4994722;0.01789829,0.119375;0.3682986;0.02430011,0.1603289;0.09233087;0.04806144,0.1994661;-0.1800157;-0.003858276,-0.1093603;0.3599761;0.01030849,-0.2895933;0.1456967;0.01094368,-0.4829074;-0.05108929;-0.03706581,0.07368971;0.002864851;-0.03100997,0.06630705;-0.3722153;0.02949136,0.0614395;-0.7122955;0.1120851,0.06742961;-0.7683952;0.06157796,-0.07041742;0.00664417;-0.03737969,-0.09689763;-0.3707226;-0.001419112,-0.1153888;-0.7105199;0.0804092,-0.1154681;-0.7657664;0.02813086,0.003622173;0.3994819;0.01892546,135.5993
+0;0;0,0.006055994;0.1998597;0.004408657,0.01582018;0.4994912;-0.004914142,0.1273358;0.3648724;-0.0005672059,0.1644913;0.08781275;0.01547697,0.1972655;-0.1807387;-0.05667561,-0.1036197;0.3704936;0.008637805,-0.3609337;0.2605048;-0.0009520911,-0.6260192;0.1746706;-0.02855952,0.06877118;0.004044722;-0.04067141,0.0797258;-0.3720079;0.01284877,0.07955608;-0.7102225;0.1029093,0.08843813;-0.762801;0.04721459,-0.07069705;0.006938546;-0.03679382,-0.11356;-0.3685947;0.002417963,-0.1324058;-0.7073861;0.08823884,-0.128161;-0.763449;0.03749282,0.01252192;0.3997281;0.001122952,0;0;0,0.001945075;0.1995941;0.01258608,0.005114705;0.4994884;0.01658534,0.1196815;0.3683817;0.02392697,0.160944;0.09247234;0.04783141,0.2005452;-0.1797796;-0.004232425,-0.1092261;0.3603645;0.01020896,-0.2925086;0.1486912;0.01160179,-0.4898564;-0.04387461;-0.03710421,0.07367247;0.00287051;-0.03105042,0.06605596;-0.3722418;0.02922216,0.06126898;-0.7122929;0.1119405,0.0676038;-0.7685633;0.0617679,-0.070446;0.006647597;-0.0373252,-0.09689151;-0.3707303;-0.001456458,-0.1151647;-0.7105314;0.08040524,-0.1155052;-0.7653052;0.02736475,0.003933349;0.3995073;0.01813279,135.6105
+0;0;0,0.006090102;0.1998579;0.004442181,0.01584776;0.4994912;-0.004829003,0.12736;0.3648496;-0.0006511568,0.1640412;0.08770958;0.01509429,0.1969737;-0.1808646;-0.05690113,-0.1038286;0.3713683;0.008307208,-0.3620815;0.263565;-0.0008514915,-0.6290787;0.1839754;-0.02874408,0.06875832;0.004043839;-0.04069325,0.07962693;-0.3720236;0.01273995,0.07964348;-0.7103157;0.1025088,0.08716001;-0.7631062;0.04692794,-0.0707136;0.006903547;-0.03676857,-0.1133654;-0.3687169;0.001833152,-0.1326397;-0.7074143;0.08792935,-0.1291371;-0.7637614;0.03761127,0.01255506;0.399727;0.001191907,0;0;0,0.001945075;0.1995941;0.01258608,0.005114705;0.4994884;0.01658534,0.1196815;0.3683817;0.02392697,0.160944;0.09247234;0.04783141,0.2005452;-0.1797796;-0.004232425,-0.1092261;0.3603645;0.01020896,-0.2925086;0.1486912;0.01160179,-0.4898564;-0.04387461;-0.03710421,0.07367247;0.00287051;-0.03105042,0.06605596;-0.3722418;0.02922216,0.06126898;-0.7122929;0.1119405,0.0676038;-0.7685633;0.0617679,-0.070446;0.006647597;-0.0373252,-0.09689151;-0.3707303;-0.001456458,-0.1151647;-0.7105314;0.08040524,-0.1155052;-0.7653052;0.02736475,0.003933349;0.3995073;0.01813279,135.6329
+0;0;0,0.006090102;0.1998579;0.004442181,0.01584776;0.4994912;-0.004829003,0.12736;0.3648496;-0.0006511568,0.1640412;0.08770958;0.01509429,0.1969737;-0.1808646;-0.05690113,-0.1038286;0.3713683;0.008307208,-0.3620815;0.263565;-0.0008514915,-0.6290787;0.1839754;-0.02874408,0.06875832;0.004043839;-0.04069325,0.07962693;-0.3720236;0.01273995,0.07964348;-0.7103157;0.1025088,0.08716001;-0.7631062;0.04692794,-0.0707136;0.006903547;-0.03676857,-0.1133654;-0.3687169;0.001833152,-0.1326397;-0.7074143;0.08792935,-0.1291371;-0.7637614;0.03761127,0.01255506;0.399727;0.001191907,0;0;0,0.001294332;0.199561;0.01318093,0.002771478;0.49944;0.01935077,0.1179585;0.3678432;0.02373836,0.1597161;0.09201691;0.04774141,0.1996945;-0.1800962;-0.004758071,-0.1104879;0.3594644;0.01045153,-0.2964607;0.1501531;0.01214692,-0.4984308;-0.03731161;-0.03750227,0.07364089;0.00285134;-0.03112699,0.06625894;-0.3722557;0.02920759,0.06151216;-0.7122816;0.1120316,0.06780224;-0.7686359;0.06199791,-0.07051987;0.006666824;-0.037182,-0.0966395;-0.3707568;-0.001555912,-0.1150627;-0.7105415;0.08034003,-0.1144434;-0.7641811;0.02553101,0.002255108;0.3994432;0.01997596,135.644
+0;0;0,0.006090102;0.1998579;0.004442181,0.01584776;0.4994912;-0.004829003,0.12736;0.3648496;-0.0006511568,0.1640412;0.08770958;0.01509429,0.1969737;-0.1808646;-0.05690113,-0.1038286;0.3713683;0.008307208,-0.3620815;0.263565;-0.0008514915,-0.6290787;0.1839754;-0.02874408,0.06875832;0.004043839;-0.04069325,0.07962693;-0.3720236;0.01273995,0.07964348;-0.7103157;0.1025088,0.08716001;-0.7631062;0.04692794,-0.0707136;0.006903547;-0.03676857,-0.1133654;-0.3687169;0.001833152,-0.1326397;-0.7074143;0.08792935,-0.1291371;-0.7637614;0.03761127,0.01255506;0.399727;0.001191907,0;0;0,0.001294332;0.199561;0.01318093,0.002771478;0.49944;0.01935077,0.1179585;0.3678432;0.02373836,0.1597161;0.09201691;0.04774141,0.1996945;-0.1800962;-0.004758071,-0.1104879;0.3594644;0.01045153,-0.2964607;0.1501531;0.01214692,-0.4984308;-0.03731161;-0.03750227,0.07364089;0.00285134;-0.03112699,0.06625894;-0.3722557;0.02920759,0.06151216;-0.7122816;0.1120316,0.06780224;-0.7686359;0.06199791,-0.07051987;0.006666824;-0.037182,-0.0966395;-0.3707568;-0.001555912,-0.1150627;-0.7105415;0.08034003,-0.1144434;-0.7641811;0.02553101,0.002255108;0.3994432;0.01997596,135.655
+0;0;0,0.006126599;0.1998568;0.004443413,0.01590681;0.4994892;-0.004831262,0.1273969;0.3648;-0.0006474563,0.1637471;0.08761689;0.01510567,0.1967261;-0.1809531;-0.05688424,-0.1040123;0.3722922;0.008082309,-0.3671867;0.2771783;-0.001540329,-0.6397123;0.2200245;-0.03092104,0.06874216;0.004029864;-0.04072192,0.07963184;-0.3720302;0.01275966,0.07910571;-0.7100559;0.1035249,0.09072304;-0.7603634;0.04508042,-0.07072379;0.006900432;-0.03674955,-0.1133434;-0.3687299;0.001791261,-0.1328797;-0.707368;0.08806166,-0.1345911;-0.6970825;-0.009960853,0.01260651;0.3997253;0.001192089,0;0;0,0.001319737;0.1995834;0.0128348,0.003262126;0.4994881;0.01662235,0.118273;0.3682396;0.02311942,0.1604682;0.09251565;0.04753004,0.201015;-0.1794493;-0.005300045,-0.1106723;0.3604221;0.010524,-0.3003963;0.1545039;0.01211888,-0.5071121;-0.02780755;-0.03718699,0.07363753;0.002856175;-0.03113447,0.06613176;-0.3722501;0.02918885,0.06140495;-0.7122917;0.1119501,0.06458205;-0.7017439;0.01391172,-0.07052487;0.006663795;-0.03717305,-0.09669058;-0.3707578;-0.001559891,-0.1151711;-0.7105118;0.0804504,-0.1144921;-0.7642832;0.02584369,0.002517705;0.399505;0.01830483,135.6667
+0;0;0,0.006126599;0.1998568;0.004443413,0.01590681;0.4994892;-0.004831262,0.1273969;0.3648;-0.0006474563,0.1637471;0.08761689;0.01510567,0.1967261;-0.1809531;-0.05688424,-0.1040123;0.3722922;0.008082309,-0.3671867;0.2771783;-0.001540329,-0.6397123;0.2200245;-0.03092104,0.06874216;0.004029864;-0.04072192,0.07963184;-0.3720302;0.01275966,0.07910571;-0.7100559;0.1035249,0.09072304;-0.7603634;0.04508042,-0.07072379;0.006900432;-0.03674955,-0.1133434;-0.3687299;0.001791261,-0.1328797;-0.707368;0.08806166,-0.1345911;-0.6970825;-0.009960853,0.01260651;0.3997253;0.001192089,0;0;0,0.001319737;0.1995834;0.0128348,0.003262126;0.4994881;0.01662235,0.118273;0.3682396;0.02311942,0.1604682;0.09251565;0.04753004,0.201015;-0.1794493;-0.005300045,-0.1106723;0.3604221;0.010524,-0.3003963;0.1545039;0.01211888,-0.5071121;-0.02780755;-0.03718699,0.07363753;0.002856175;-0.03113447,0.06613176;-0.3722501;0.02918885,0.06140495;-0.7122917;0.1119501,0.06458205;-0.7017439;0.01391172,-0.07052487;0.006663795;-0.03717305,-0.09669058;-0.3707578;-0.001559891,-0.1151711;-0.7105118;0.0804504,-0.1144921;-0.7642832;0.02584369,0.002517705;0.399505;0.01830483,135.6886
+0;0;0,0.006126599;0.1998568;0.004443413,0.01590681;0.4994892;-0.004831262,0.1273969;0.3648;-0.0006474563,0.1637471;0.08761689;0.01510567,0.1967261;-0.1809531;-0.05688424,-0.1040123;0.3722922;0.008082309,-0.3671867;0.2771783;-0.001540329,-0.6397123;0.2200245;-0.03092104,0.06874216;0.004029864;-0.04072192,0.07963184;-0.3720302;0.01275966,0.07910571;-0.7100559;0.1035249,0.09072304;-0.7603634;0.04508042,-0.07072379;0.006900432;-0.03674955,-0.1133434;-0.3687299;0.001791261,-0.1328797;-0.707368;0.08806166,-0.1345911;-0.6970825;-0.009960853,0.01260651;0.3997253;0.001192089,0;0;0,0.0009069004;0.1995524;0.01334234,0.001434822;0.499435;0.0194688,0.1169725;0.3677574;0.02309522,0.1596743;0.09211901;0.04759147,0.2006621;-0.1797541;-0.005371083,-0.1117465;0.3600877;0.01121224,-0.3059663;0.1584014;0.01234837,-0.5164437;-0.01919746;-0.03822727,0.07359058;0.002919783;-0.0312394,0.06598131;-0.3721856;0.02907665,0.06152863;-0.7122559;0.1117348,0.06446804;-0.7016064;0.01366888,-0.07058087;0.006650425;-0.03706904,-0.09679828;-0.3707862;-0.001653682,-0.1152073;-0.7105496;0.08033396,-0.1136954;-0.7648464;0.02655878,0.001268097;0.3994373;0.02011761,135.7114
+0;0;0,0.006180672;0.1998555;0.004424985,0.01601068;0.4994843;-0.004906344,0.127485;0.3647939;-0.0006369092,0.1636953;0.08758575;0.01499804,0.1967055;-0.1809628;-0.0570576,-0.10416;0.3732053;0.007609288,-0.3699743;0.285847;-0.002940239,-0.6416723;0.2239254;-0.03025224,0.06872722;0.003997905;-0.04075029,0.0797449;-0.3720319;0.01291735,0.07899118;-0.7100794;0.1035994,0.09101133;-0.7596548;0.04424222,-0.07073356;0.006910633;-0.03672881,-0.1134654;-0.3686975;0.001904134,-0.1329572;-0.7073176;0.08825538,-0.1344885;-0.69704;-0.009768531,0.01269452;0.3997224;0.001139939,0;0;0,0.0009069004;0.1995524;0.01334234,0.001434822;0.499435;0.0194688,0.1169725;0.3677574;0.02309522,0.1596743;0.09211901;0.04759147,0.2006621;-0.1797541;-0.005371083,-0.1117465;0.3600877;0.01121224,-0.3059663;0.1584014;0.01234837,-0.5164437;-0.01919746;-0.03822727,0.07359058;0.002919783;-0.0312394,0.06598131;-0.3721856;0.02907665,0.06152863;-0.7122559;0.1117348,0.06446804;-0.7016064;0.01366888,-0.07058087;0.006650425;-0.03706904,-0.09679828;-0.3707862;-0.001653682,-0.1152073;-0.7105496;0.08033396,-0.1136954;-0.7648464;0.02655878,0.001268097;0.3994373;0.02011761,135.7225
+0;0;0,0.006180672;0.1998555;0.004424985,0.01601068;0.4994843;-0.004906344,0.127485;0.3647939;-0.0006369092,0.1636953;0.08758575;0.01499804,0.1967055;-0.1809628;-0.0570576,-0.10416;0.3732053;0.007609288,-0.3699743;0.285847;-0.002940239,-0.6416723;0.2239254;-0.03025224,0.06872722;0.003997905;-0.04075029,0.0797449;-0.3720319;0.01291735,0.07899118;-0.7100794;0.1035994,0.09101133;-0.7596548;0.04424222,-0.07073356;0.006910633;-0.03672881,-0.1134654;-0.3686975;0.001904134,-0.1329572;-0.7073176;0.08825538,-0.1344885;-0.69704;-0.009768531,0.01269452;0.3997224;0.001139939,0;0;0,0.0005948418;0.1995331;0.01364564,0.000753067;0.499402;0.02045281,0.1163178;0.3673845;0.0229455,0.159224;0.09176543;0.04730035,0.2011503;-0.179972;-0.005623739,-0.1122494;0.3599665;0.01136486,-0.3106161;0.1623546;0.01172931,-0.5261103;-0.008459508;-0.04104215,0.07354765;0.002951579;-0.03133737,0.06594925;-0.3721735;0.02885776,0.06155568;-0.7122283;0.1115827,0.06440643;-0.7015409;0.0135067,-0.07064012;0.006632626;-0.03695918,-0.09757648;-0.3708465;-0.00255071,-0.1152209;-0.7105933;0.0796731,-0.1140548;-0.7652419;0.0264446,0.0006870245;0.3994029;0.0208593,135.7446
+0;0;0,0.006180672;0.1998555;0.004424985,0.01601068;0.4994843;-0.004906344,0.127485;0.3647939;-0.0006369092,0.1636953;0.08758575;0.01499804,0.1967055;-0.1809628;-0.0570576,-0.10416;0.3732053;0.007609288,-0.3699743;0.285847;-0.002940239,-0.6416723;0.2239254;-0.03025224,0.06872722;0.003997905;-0.04075029,0.0797449;-0.3720319;0.01291735,0.07899118;-0.7100794;0.1035994,0.09101133;-0.7596548;0.04424222,-0.07073356;0.006910633;-0.03672881,-0.1134654;-0.3686975;0.001904134,-0.1329572;-0.7073176;0.08825538,-0.1344885;-0.69704;-0.009768531,0.01269452;0.3997224;0.001139939,0;0;0,0.0007384259;0.1995649;0.01316372,0.002132387;0.4994713;0.01676803,0.1172203;0.3679186;0.02218273,0.1609908;0.09246534;0.04687326,0.203784;-0.1791425;-0.006022278,-0.1120357;0.361367;0.01114272,-0.3154981;0.1690063;0.01050702,-0.5334439;0.001167879;-0.04174164,0.0734994;0.003116662;-0.03143446,0.06578794;-0.3719785;0.02893237,0.06147068;-0.7120425;0.1116235,0.06417613;-0.7014886;0.01356975,-0.07066818;0.00656545;-0.03691751,-0.09763556;-0.3709147;-0.002544567,-0.1153627;-0.7106332;0.07977863,-0.1148176;-0.765645;0.0271223,0.001503653;0.3994899;0.01858953,135.7668
+0;0;0,0.006194758;0.1998551;0.004420764,0.01601979;0.4994844;-0.004903288,0.1274956;0.3647915;-0.000648465,0.1635508;0.08756337;0.01498977,0.1966907;-0.18094;-0.05717445,-0.1043497;0.3740482;0.007371563,-0.3711574;0.2895269;-0.0009802012,-0.645262;0.2394729;-0.02857183,0.06871489;0.004025319;-0.04076836,0.07972359;-0.3719968;0.01295474,0.07899841;-0.7100664;0.103555,0.0911308;-0.7597501;0.04436602,-0.07073426;0.00686458;-0.03673612,-0.1136881;-0.3687154;0.001924597,-0.1328686;-0.707409;0.08805682,-0.1343061;-0.6971319;-0.0099684,0.012706;0.3997222;0.001141023,0;0;0,0.0007384259;0.1995649;0.01316372,0.002132387;0.4994713;0.01676803,0.1172203;0.3679186;0.02218273,0.1609908;0.09246534;0.04687326,0.203784;-0.1791425;-0.006022278,-0.1120357;0.361367;0.01114272,-0.3154981;0.1690063;0.01050702,-0.5334439;0.001167879;-0.04174164,0.0734994;0.003116662;-0.03143446,0.06578794;-0.3719785;0.02893237,0.06147068;-0.7120425;0.1116235,0.06417613;-0.7014886;0.01356975,-0.07066818;0.00656545;-0.03691751,-0.09763556;-0.3709147;-0.002544567,-0.1153627;-0.7106332;0.07977863,-0.1148176;-0.765645;0.0271223,0.001503653;0.3994899;0.01858953,135.789
+0;0;0,0.006194758;0.1998551;0.004420764,0.01601979;0.4994844;-0.004903288,0.1274956;0.3647915;-0.000648465,0.1635508;0.08756337;0.01498977,0.1966907;-0.18094;-0.05717445,-0.1043497;0.3740482;0.007371563,-0.3711574;0.2895269;-0.0009802012,-0.645262;0.2394729;-0.02857183,0.06871489;0.004025319;-0.04076836,0.07972359;-0.3719968;0.01295474,0.07899841;-0.7100664;0.103555,0.0911308;-0.7597501;0.04436602,-0.07073426;0.00686458;-0.03673612,-0.1136881;-0.3687154;0.001924597,-0.1328686;-0.707409;0.08805682,-0.1343061;-0.6971319;-0.0099684,0.012706;0.3997222;0.001141023,0;0;0,0.0008175541;0.1995826;0.01288839,0.002533422;0.4994971;0.01539369,0.1175665;0.3682946;0.02146074,0.1629291;0.0931645;0.04687117,0.2064068;-0.1783189;-0.006104644,-0.1119866;0.36187;0.01108683,-0.3216498;0.1762956;0.009221922,-0.5476111;0.0188036;-0.04115457,0.07346173;0.003174917;-0.03151657,0.06563818;-0.3719177;0.02885148,0.06157322;-0.7119678;0.1116127,0.06404909;-0.7014642;0.01356291,-0.07073869;0.006503805;-0.03679317,-0.09760202;-0.3709567;-0.002125032,-0.1151848;-0.7106812;0.0802046,-0.1148892;-0.7646988;0.02597399,0.00176558;0.3995246;0.01761139,135.8004
+0;0;0,0.006194758;0.1998551;0.004420764,0.01601979;0.4994844;-0.004903288,0.1274956;0.3647915;-0.000648465,0.1635508;0.08756337;0.01498977,0.1966907;-0.18094;-0.05717445,-0.1043497;0.3740482;0.007371563,-0.3711574;0.2895269;-0.0009802012,-0.645262;0.2394729;-0.02857183,0.06871489;0.004025319;-0.04076836,0.07972359;-0.3719968;0.01295474,0.07899841;-0.7100664;0.103555,0.0911308;-0.7597501;0.04436602,-0.07073426;0.00686458;-0.03673612,-0.1136881;-0.3687154;0.001924597,-0.1328686;-0.707409;0.08805682,-0.1343061;-0.6971319;-0.0099684,0.012706;0.3997222;0.001141023,0;0;0,0.0008175541;0.1995826;0.01288839,0.002533422;0.4994971;0.01539369,0.1175665;0.3682946;0.02146074,0.1629291;0.0931645;0.04687117,0.2064068;-0.1783189;-0.006104644,-0.1119866;0.36187;0.01108683,-0.3216498;0.1762956;0.009221922,-0.5476111;0.0188036;-0.04115457,0.07346173;0.003174917;-0.03151657,0.06563818;-0.3719177;0.02885148,0.06157322;-0.7119678;0.1116127,0.06404909;-0.7014642;0.01356291,-0.07073869;0.006503805;-0.03679317,-0.09760202;-0.3709567;-0.002125032,-0.1151848;-0.7106812;0.0802046,-0.1148892;-0.7646988;0.02597399,0.00176558;0.3995246;0.01761139,135.8226
+0;0;0,0.006261315;0.1998531;0.004420501,0.01611659;0.4994812;-0.004903253,0.1275776;0.3647625;-0.0006349338,0.163576;0.08753008;0.01505861,0.1967151;-0.1809694;-0.05712065,-0.1044029;0.3746499;0.007141766,-0.3744782;0.3012982;-0.001737306,-0.6485769;0.2501784;-0.02736336,0.06872544;0.004008555;-0.04075224,0.07984921;-0.3720101;0.01297171,0.07920244;-0.7100511;0.1036795,0.09114429;-0.7597066;0.04441407,-0.07071883;0.006861693;-0.03676633,-0.1140959;-0.3687312;0.001291919,-0.1329214;-0.7073798;0.08767892,-0.1342617;-0.697103;-0.0103476,0.0127958;0.3997194;0.001143005,0;0;0,0.0008175541;0.1995826;0.01288839,0.002533422;0.4994971;0.01539369,0.1175665;0.3682946;0.02146074,0.1629291;0.0931645;0.04687117,0.2064068;-0.1783189;-0.006104644,-0.1119866;0.36187;0.01108683,-0.3216498;0.1762956;0.009221922,-0.5476111;0.0188036;-0.04115457,0.07346173;0.003174917;-0.03151657,0.06563818;-0.3719177;0.02885148,0.06157322;-0.7119678;0.1116127,0.06404909;-0.7014642;0.01356291,-0.07073869;0.006503805;-0.03679317,-0.09760202;-0.3709567;-0.002125032,-0.1151848;-0.7106812;0.0802046,-0.1148892;-0.7646988;0.02597399,0.00176558;0.3995246;0.01761139,135.8344
+0;0;0,0.006261315;0.1998531;0.004420501,0.01611659;0.4994812;-0.004903253,0.1275776;0.3647625;-0.0006349338,0.163576;0.08753008;0.01505861,0.1967151;-0.1809694;-0.05712065,-0.1044029;0.3746499;0.007141766,-0.3744782;0.3012982;-0.001737306,-0.6485769;0.2501784;-0.02736336,0.06872544;0.004008555;-0.04075224,0.07984921;-0.3720101;0.01297171,0.07920244;-0.7100511;0.1036795,0.09114429;-0.7597066;0.04441407,-0.07071883;0.006861693;-0.03676633,-0.1140959;-0.3687312;0.001291919,-0.1329214;-0.7073798;0.08767892,-0.1342617;-0.697103;-0.0103476,0.0127958;0.3997194;0.001143005,0;0;0,0.0008543273;0.1995985;0.01263819,0.002690547;0.4995174;0.01465417,0.1177108;0.3684452;0.02108494,0.1639231;0.09349358;0.0468929,0.2085545;-0.177716;-0.006524369,-0.1120486;0.3623362;0.01111014,-0.3266022;0.1824524;0.008187496,-0.5553516;0.02913021;-0.04246859,0.0734257;0.003335564;-0.03158387,0.06561475;-0.371718;0.02902854,0.06161635;-0.7118205;0.111577,0.06396209;-0.7013485;0.01353029,-0.07077041;0.006371791;-0.03675525,-0.0976111;-0.3710963;-0.002151903,-0.115858;-0.7106469;0.08074847,-0.1149613;-0.764643;0.02649116,0.001883592;0.3995482;0.0170032,135.8561
+0;0;0,0.006261315;0.1998531;0.004420501,0.01611659;0.4994812;-0.004903253,0.1275776;0.3647625;-0.0006349338,0.163576;0.08753008;0.01505861,0.1967151;-0.1809694;-0.05712065,-0.1044029;0.3746499;0.007141766,-0.3744782;0.3012982;-0.001737306,-0.6485769;0.2501784;-0.02736336,0.06872544;0.004008555;-0.04075224,0.07984921;-0.3720101;0.01297171,0.07920244;-0.7100511;0.1036795,0.09114429;-0.7597066;0.04441407,-0.07071883;0.006861693;-0.03676633,-0.1140959;-0.3687312;0.001291919,-0.1329214;-0.7073798;0.08767892,-0.1342617;-0.697103;-0.0103476,0.0127958;0.3997194;0.001143005,0;0;0,0.0009234074;0.1996112;0.01243063,0.003013258;0.4995322;0.01399706,0.1179974;0.3686367;0.02056346,0.1651263;0.09387362;0.04671863,0.2104861;-0.1772098;-0.006725337,-0.1119852;0.3628292;0.01105094,-0.3308987;0.1882959;0.007175608,-0.5658295;0.0447613;-0.04386694,0.07336895;0.003485865;-0.0316993,0.06555887;-0.3715451;0.02905221,0.06155001;-0.7116515;0.1115846,0.06373879;-0.7012044;0.01353924,-0.0708059;0.006294121;-0.03670025,-0.09756331;-0.3711893;-0.00219984,-0.1162088;-0.7106923;0.08080669,-0.1141774;-0.7650154;0.02708997,0.002124212;0.3995667;0.01647212,135.8677
+0;0;0,0.006334759;0.1998526;0.004335673,0.01622735;0.4994719;-0.005203539,0.1276617;0.3646913;-0.0006091145,0.1635104;0.08743748;0.01505001,0.1967159;-0.181059;-0.05710986,-0.1045222;0.3756886;0.006880112,-0.3764085;0.3093009;-0.001518128,-0.6514527;0.2630294;-0.02620831,0.06876227;0.003921079;-0.0406986,0.08002469;-0.3720967;0.01300243,0.07943416;-0.7101585;0.1036328,0.09032052;-0.7601858;0.04466574,-0.07066296;0.006937924;-0.03685933,-0.1139946;-0.3686455;0.001343384,-0.1327185;-0.7073194;0.08765316,-0.1339351;-0.6970583;-0.01037183,0.01289727;0.399716;0.0009343426,0;0;0,0.0009234074;0.1996112;0.01243063,0.003013258;0.4995322;0.01399706,0.1179974;0.3686367;0.02056346,0.1651263;0.09387362;0.04671863,0.2104861;-0.1772098;-0.006725337,-0.1119852;0.3628292;0.01105094,-0.3308987;0.1882959;0.007175608,-0.5658295;0.0447613;-0.04386694,0.07336895;0.003485865;-0.0316993,0.06555887;-0.3715451;0.02905221,0.06155001;-0.7116515;0.1115846,0.06373879;-0.7012044;0.01353924,-0.0708059;0.006294121;-0.03670025,-0.09756331;-0.3711893;-0.00219984,-0.1162088;-0.7106923;0.08080669,-0.1141774;-0.7650154;0.02708997,0.002124212;0.3995667;0.01647212,135.8898
+0;0;0,0.006334759;0.1998526;0.004335673,0.01622735;0.4994719;-0.005203539,0.1276617;0.3646913;-0.0006091145,0.1635104;0.08743748;0.01505001,0.1967159;-0.181059;-0.05710986,-0.1045222;0.3756886;0.006880112,-0.3764085;0.3093009;-0.001518128,-0.6514527;0.2630294;-0.02620831,0.06876227;0.003921079;-0.0406986,0.08002469;-0.3720967;0.01300243,0.07943416;-0.7101585;0.1036328,0.09032052;-0.7601858;0.04466574,-0.07066296;0.006937924;-0.03685933,-0.1139946;-0.3686455;0.001343384,-0.1327185;-0.7073194;0.08765316,-0.1339351;-0.6970583;-0.01037183,0.01289727;0.399716;0.0009343426,0;0;0,0.0009653757;0.1996214;0.01226246,0.003112912;0.4995439;0.01358661,0.1181216;0.3688126;0.02025098,0.1660723;0.09421238;0.04662303,0.2119903;-0.1767961;-0.006724436,-0.1122106;0.3635281;0.01312796,-0.3353704;0.1945874;0.005463496,-0.5743803;0.05811903;-0.04602142,0.07334123;0.003495888;-0.03176227,0.06568059;-0.3715234;0.02908054,0.06172911;-0.7115755;0.1118387,0.06312495;-0.7011412;0.0137814,-0.07084101;0.006248209;-0.0366403,-0.09744858;-0.3712565;-0.002256356,-0.1159351;-0.7106773;0.08112101,-0.1140687;-0.7646481;0.02684931,0.00220644;0.3995802;0.01612438,135.9012
+0;0;0,0.006334759;0.1998526;0.004335673,0.01622735;0.4994719;-0.005203539,0.1276617;0.3646913;-0.0006091145,0.1635104;0.08743748;0.01505001,0.1967159;-0.181059;-0.05710986,-0.1045222;0.3756886;0.006880112,-0.3764085;0.3093009;-0.001518128,-0.6514527;0.2630294;-0.02620831,0.06876227;0.003921079;-0.0406986,0.08002469;-0.3720967;0.01300243,0.07943416;-0.7101585;0.1036328,0.09032052;-0.7601858;0.04466574,-0.07066296;0.006937924;-0.03685933,-0.1139946;-0.3686455;0.001343384,-0.1327185;-0.7073194;0.08765316,-0.1339351;-0.6970583;-0.01037183,0.01289727;0.399716;0.0009343426,0;0;0,0.0009653757;0.1996214;0.01226246,0.003112912;0.4995439;0.01358661,0.1181216;0.3688126;0.02025098,0.1660723;0.09421238;0.04662303,0.2119903;-0.1767961;-0.006724436,-0.1122106;0.3635281;0.01312796,-0.3353704;0.1945874;0.005463496,-0.5743803;0.05811903;-0.04602142,0.07334123;0.003495888;-0.03176227,0.06568059;-0.3715234;0.02908054,0.06172911;-0.7115755;0.1118387,0.06312495;-0.7011412;0.0137814,-0.07084101;0.006248209;-0.0366403,-0.09744858;-0.3712565;-0.002256356,-0.1159351;-0.7106773;0.08112101,-0.1140687;-0.7646481;0.02684931,0.00220644;0.3995802;0.01612438,135.9231
+0;0;0,0.006370188;0.1998511;0.004353815,0.01625135;0.4994707;-0.005176455,0.1276996;0.3646841;-0.0004910589,0.1633445;0.08740187;0.01512903,0.1967308;-0.1810979;-0.05693507,-0.104725;0.3768637;0.00677993,-0.3783823;0.3184389;-0.003129805,-0.6546652;0.2787403;-0.02530609,0.06881061;0.003777049;-0.04063044,0.08019936;-0.3722299;0.01311943,0.07973951;-0.7103193;0.1036477,0.08911059;-0.760619;0.04479069,-0.0705897;0.007066284;-0.03697515,-0.1139595;-0.3685021;0.001331843,-0.1324887;-0.7071612;0.08774188,-0.1335927;-0.6968974;-0.01028498,0.01293575;0.3997146;0.0009672472,0;0;0,0.001063759;0.1996335;0.01205626,0.003318102;0.4995566;0.01301139,0.1183009;0.3689227;0.02005241,0.1666315;0.09439799;0.04651664,0.2134224;-0.1764558;-0.006857999,-0.1121852;0.3639786;0.01276992,-0.3391276;0.2001628;0.004924484,-0.5880813;0.08399434;-0.04917679,0.07330726;0.003530525;-0.03183678,0.06579417;-0.3714761;0.02910256,0.06196271;-0.7115535;0.1117625,0.06341404;-0.7011456;0.01371129,-0.07087656;0.006181342;-0.03658284,-0.09727518;-0.3713435;-0.002259757,-0.1159513;-0.7106926;0.08136648,-0.1135374;-0.764952;0.02756554,0.002370217;0.3995965;0.01567102,135.9344
+0;0;0,0.006370188;0.1998511;0.004353815,0.01625135;0.4994707;-0.005176455,0.1276996;0.3646841;-0.0004910589,0.1633445;0.08740187;0.01512903,0.1967308;-0.1810979;-0.05693507,-0.104725;0.3768637;0.00677993,-0.3783823;0.3184389;-0.003129805,-0.6546652;0.2787403;-0.02530609,0.06881061;0.003777049;-0.04063044,0.08019936;-0.3722299;0.01311943,0.07973951;-0.7103193;0.1036477,0.08911059;-0.760619;0.04479069,-0.0705897;0.007066284;-0.03697515,-0.1139595;-0.3685021;0.001331843,-0.1324887;-0.7071612;0.08774188,-0.1335927;-0.6968974;-0.01028498,0.01293575;0.3997146;0.0009672472,0;0;0,0.001063759;0.1996335;0.01205626,0.003318102;0.4995566;0.01301139,0.1183009;0.3689227;0.02005241,0.1666315;0.09439799;0.04651664,0.2134224;-0.1764558;-0.006857999,-0.1121852;0.3639786;0.01276992,-0.3391276;0.2001628;0.004924484,-0.5880813;0.08399434;-0.04917679,0.07330726;0.003530525;-0.03183678,0.06579417;-0.3714761;0.02910256,0.06196271;-0.7115535;0.1117625,0.06341404;-0.7011456;0.01371129,-0.07087656;0.006181342;-0.03658284,-0.09727518;-0.3713435;-0.002259757,-0.1159513;-0.7106926;0.08136648,-0.1135374;-0.764952;0.02756554,0.002370217;0.3995965;0.01567102,135.9459
+0;0;0,0.006370188;0.1998511;0.004353815,0.01625135;0.4994707;-0.005176455,0.1276996;0.3646841;-0.0004910589,0.1633445;0.08740187;0.01512903,0.1967308;-0.1810979;-0.05693507,-0.104725;0.3768637;0.00677993,-0.3783823;0.3184389;-0.003129805,-0.6546652;0.2787403;-0.02530609,0.06881061;0.003777049;-0.04063044,0.08019936;-0.3722299;0.01311943,0.07973951;-0.7103193;0.1036477,0.08911059;-0.760619;0.04479069,-0.0705897;0.007066284;-0.03697515,-0.1139595;-0.3685021;0.001331843,-0.1324887;-0.7071612;0.08774188,-0.1335927;-0.6968974;-0.01028498,0.01293575;0.3997146;0.0009672472,0;0;0,0.001063759;0.1996335;0.01205626,0.003318102;0.4995566;0.01301139,0.1183009;0.3689227;0.02005241,0.1666315;0.09439799;0.04651664,0.2134224;-0.1764558;-0.006857999,-0.1121852;0.3639786;0.01276992,-0.3391276;0.2001628;0.004924484,-0.5880813;0.08399434;-0.04917679,0.07330726;0.003530525;-0.03183678,0.06579417;-0.3714761;0.02910256,0.06196271;-0.7115535;0.1117625,0.06341404;-0.7011456;0.01371129,-0.07087656;0.006181342;-0.03658284,-0.09727518;-0.3713435;-0.002259757,-0.1159513;-0.7106926;0.08136648,-0.1135374;-0.764952;0.02756554,0.002370217;0.3995965;0.01567102,135.9571
+0;0;0,0.006450139;0.1998488;0.004342656,0.01639655;0.4994664;-0.005181639,0.1278194;0.3646468;-0.0004816767,0.1633421;0.08735225;0.01519865,0.1966499;-0.1813228;-0.05624579,-0.1047688;0.3777034;0.006503747,-0.3798351;0.3263651;-0.003641583,-0.6566581;0.288626;-0.02221061,0.06883629;0.003707827;-0.04059331,0.08054332;-0.3723102;0.01301071,0.08006179;-0.7104052;0.1035175,0.08959617;-0.7613451;0.04557068,-0.07053972;0.007112547;-0.03706156,-0.1136609;-0.3684784;0.00130485,-0.1321294;-0.7071389;0.0877225,-0.1331095;-0.6968749;-0.01030571,0.01306555;0.3997107;0.0009594613,0;0;0,0.001093261;0.1996408;0.01193138,0.003380509;0.4995647;0.01272167,0.1183541;0.3689447;0.01991045,0.1670185;0.09448695;0.04645659,0.2142804;-0.1762939;-0.006872687,-0.1122791;0.3644695;0.01248452,-0.3425233;0.2053491;0.004221568,-0.5908979;0.08709288;-0.04798538,0.07326917;0.003711687;-0.03190378,0.06588399;-0.3712969;0.02903917,0.06202351;-0.7113187;0.1119258,0.06352983;-0.7009204;0.01387731,-0.07089698;0.006060186;-0.03656354,-0.09794363;-0.3714178;-0.002229411,-0.1162077;-0.7108099;0.08131362,-0.1134817;-0.7652389;0.02779424,0.002423989;0.3996058;0.01542555,135.9794
+0;0;0,0.006450139;0.1998488;0.004342656,0.01639655;0.4994664;-0.005181639,0.1278194;0.3646468;-0.0004816767,0.1633421;0.08735225;0.01519865,0.1966499;-0.1813228;-0.05624579,-0.1047688;0.3777034;0.006503747,-0.3798351;0.3263651;-0.003641583,-0.6566581;0.288626;-0.02221061,0.06883629;0.003707827;-0.04059331,0.08054332;-0.3723102;0.01301071,0.08006179;-0.7104052;0.1035175,0.08959617;-0.7613451;0.04557068,-0.07053972;0.007112547;-0.03706156,-0.1136609;-0.3684784;0.00130485,-0.1321294;-0.7071389;0.0877225,-0.1331095;-0.6968749;-0.01030571,0.01306555;0.3997107;0.0009594613,0;0;0,0.0006190647;0.1996054;0.01254181,0.000922431;0.4995212;0.01724506,0.1166798;0.3683759;0.0200716,0.165942;0.09403589;0.04673233,0.2133541;-0.1767354;-0.006512552,-0.1135469;0.3635704;0.01270441,-0.3484474;0.2114742;0.003296597,-0.5970459;0.09712608;-0.05606047,0.07320037;0.0039179;-0.0320368,0.06600058;-0.3710636;0.0290947,0.06215021;-0.711103;0.1119097,0.06366687;-0.700537;0.01382798,-0.07094031;0.005906162;-0.03650465,-0.09866591;-0.3716482;-0.003580641,-0.1165111;-0.7110486;0.08001895,-0.1137192;-0.7658476;0.02709121,0.0008085878;0.3995257;0.01818576,136.001
+0;0;0,0.006416459;0.1998508;0.004301473,0.01617567;0.4994711;-0.005318731,0.1277018;0.3647077;-0.0004526551,0.1618536;0.08726221;0.01559778,0.1965124;-0.1811824;-0.05607002,-0.105007;0.3782179;0.00624146,-0.3813884;0.3346133;-0.004341293,-0.6587809;0.2995187;-0.01923268,0.06886399;0.003724202;-0.0405448,0.08072887;-0.3723001;0.01298076,0.08036914;-0.7103891;0.1035107,0.08993302;-0.7613485;0.04559599,-0.07049403;0.007088872;-0.0371529,-0.1135858;-0.3684958;0.001308464,-0.1318193;-0.7071669;0.08773419,-0.1326879;-0.6969106;-0.01029354,0.01292915;0.3997151;0.0008627283,0;0;0,0.0006190647;0.1996054;0.01254181,0.000922431;0.4995212;0.01724506,0.1166798;0.3683759;0.0200716,0.165942;0.09403589;0.04673233,0.2133541;-0.1767354;-0.006512552,-0.1135469;0.3635704;0.01270441,-0.3484474;0.2114742;0.003296597,-0.5970459;0.09712608;-0.05606047,0.07320037;0.0039179;-0.0320368,0.06600058;-0.3710636;0.0290947,0.06215021;-0.711103;0.1119097,0.06366687;-0.700537;0.01382798,-0.07094031;0.005906162;-0.03650465,-0.09866591;-0.3716482;-0.003580641,-0.1165111;-0.7110486;0.08001895,-0.1137192;-0.7658476;0.02709121,0.0008085878;0.3995257;0.01818576,136.0129
+0;0;0,0.006416459;0.1998508;0.004301473,0.01617567;0.4994711;-0.005318731,0.1277018;0.3647077;-0.0004526551,0.1618536;0.08726221;0.01559778,0.1965124;-0.1811824;-0.05607002,-0.105007;0.3782179;0.00624146,-0.3813884;0.3346133;-0.004341293,-0.6587809;0.2995187;-0.01923268,0.06886399;0.003724202;-0.0405448,0.08072887;-0.3723001;0.01298076,0.08036914;-0.7103891;0.1035107,0.08993302;-0.7613485;0.04559599,-0.07049403;0.007088872;-0.0371529,-0.1135858;-0.3684958;0.001308464,-0.1318193;-0.7071669;0.08773419,-0.1326879;-0.6969106;-0.01029354,0.01292915;0.3997151;0.0008627283,0;0;0,0.0006190647;0.1996054;0.01254181,0.000922431;0.4995212;0.01724506,0.1166798;0.3683759;0.0200716,0.165942;0.09403589;0.04673233,0.2133541;-0.1767354;-0.006512552,-0.1135469;0.3635704;0.01270441,-0.3484474;0.2114742;0.003296597,-0.5970459;0.09712608;-0.05606047,0.07320037;0.0039179;-0.0320368,0.06600058;-0.3710636;0.0290947,0.06215021;-0.711103;0.1119097,0.06366687;-0.700537;0.01382798,-0.07094031;0.005906162;-0.03650465,-0.09866591;-0.3716482;-0.003580641,-0.1165111;-0.7110486;0.08001895,-0.1137192;-0.7658476;0.02709121,0.0008085878;0.3995257;0.01818576,136.0241
+0;0;0,0.006416459;0.1998508;0.004301473,0.01617567;0.4994711;-0.005318731,0.1277018;0.3647077;-0.0004526551,0.1618536;0.08726221;0.01559778,0.1965124;-0.1811824;-0.05607002,-0.105007;0.3782179;0.00624146,-0.3813884;0.3346133;-0.004341293,-0.6587809;0.2995187;-0.01923268,0.06886399;0.003724202;-0.0405448,0.08072887;-0.3723001;0.01298076,0.08036914;-0.7103891;0.1035107,0.08993302;-0.7613485;0.04559599,-0.07049403;0.007088872;-0.0371529,-0.1135858;-0.3684958;0.001308464,-0.1318193;-0.7071669;0.08773419,-0.1326879;-0.6969106;-0.01029354,0.01292915;0.3997151;0.0008627283,0;0;0,0.0007562643;0.1996207;0.01228895,0.001566374;0.4995452;0.01551137,0.1170835;0.3685635;0.01978325,0.1667707;0.09431386;0.04658446,0.2145158;-0.176403;-0.006639734,-0.1134349;0.3643685;0.0123062,-0.3517118;0.217617;0.002920318,-0.608947;0.1216857;-0.05209973,0.07310955;0.004099021;-0.03222097,0.0663069;-0.3708623;0.02907902,0.06250942;-0.7109256;0.1117989,0.06407668;-0.7004263;0.01373128,-0.07100508;0.005747913;-0.03640384,-0.09829977;-0.3718519;-0.003641561,-0.1164997;-0.7111562;0.08027122,-0.1133338;-0.7660559;0.02752621,0.001184777;0.3995601;0.01719366,136.0462
+0;0;0,0.006416459;0.1998508;0.004301473,0.01617567;0.4994711;-0.005318731,0.1277018;0.3647077;-0.0004526551,0.1618536;0.08726221;0.01559778,0.1965124;-0.1811824;-0.05607002,-0.105007;0.3782179;0.00624146,-0.3813884;0.3346133;-0.004341293,-0.6587809;0.2995187;-0.01923268,0.06886399;0.003724202;-0.0405448,0.08072887;-0.3723001;0.01298076,0.08036914;-0.7103891;0.1035107,0.08993302;-0.7613485;0.04559599,-0.07049403;0.007088872;-0.0371529,-0.1135858;-0.3684958;0.001308464,-0.1318193;-0.7071669;0.08773419,-0.1326879;-0.6969106;-0.01029354,0.01292915;0.3997151;0.0008627283,0;0;0,0.0008612461;0.1996324;0.01208957,0.002173239;0.4995592;0.01420724,0.11748;0.3687605;0.01956784,0.1672226;0.09452453;0.04640651,0.2149248;-0.1762297;-0.006665226,-0.1133721;0.3653391;0.01190471,-0.3550434;0.2242148;0.003021243,-0.614523;0.1329318;-0.04930263,0.07307494;0.00418571;-0.03228826,0.06634708;-0.370777;0.02901204,0.06256751;-0.7108221;0.1118069,0.06421848;-0.7003762;0.01375128,-0.07104021;0.00563776;-0.03635248,-0.09776823;-0.3717614;-0.0009191781,-0.1162934;-0.7111051;0.08276267,-0.112755;-0.7654021;0.02908304,0.001549998;0.3995849;0.01639077,136.0686
+0;0;0,0.006417728;0.1998506;0.004308826,0.01614086;0.4994728;-0.005288648,0.1276868;0.3647027;-0.0004197576,0.1616689;0.08724019;0.01569705,0.1961838;-0.1816807;-0.05423363,-0.1051536;0.3788714;0.005899691,-0.3827067;0.3427587;-0.001856292,-0.6607266;0.3144425;-0.01926613,0.06889221;0.003772392;-0.04049237,0.08080518;-0.3722607;0.01296006,0.0807183;-0.7104581;0.1030852,0.09109388;-0.7609649;0.04468134,-0.07045939;0.007027906;-0.03723013,-0.1136399;-0.3685422;0.001274016,-0.1312321;-0.7073117;0.08744647,-0.1319565;-0.6970523;-0.01058306,0.01291572;0.3997156;0.0008834326,0;0;0,0.0008612461;0.1996324;0.01208957,0.002173239;0.4995592;0.01420724,0.11748;0.3687605;0.01956784,0.1672226;0.09452453;0.04640651,0.2149248;-0.1762297;-0.006665226,-0.1133721;0.3653391;0.01190471,-0.3550434;0.2242148;0.003021243,-0.614523;0.1329318;-0.04930263,0.07307494;0.00418571;-0.03228826,0.06634708;-0.370777;0.02901204,0.06256751;-0.7108221;0.1118069,0.06421848;-0.7003762;0.01375128,-0.07104021;0.00563776;-0.03635248,-0.09776823;-0.3717614;-0.0009191781,-0.1162934;-0.7111051;0.08276267,-0.112755;-0.7654021;0.02908304,0.001549998;0.3995849;0.01639077,136.08
+0;0;0,0.006417728;0.1998506;0.004308826,0.01614086;0.4994728;-0.005288648,0.1276868;0.3647027;-0.0004197576,0.1616689;0.08724019;0.01569705,0.1961838;-0.1816807;-0.05423363,-0.1051536;0.3788714;0.005899691,-0.3827067;0.3427587;-0.001856292,-0.6607266;0.3144425;-0.01926613,0.06889221;0.003772392;-0.04049237,0.08080518;-0.3722607;0.01296006,0.0807183;-0.7104581;0.1030852,0.09109388;-0.7609649;0.04468134,-0.07045939;0.007027906;-0.03723013,-0.1136399;-0.3685422;0.001274016,-0.1312321;-0.7073117;0.08744647,-0.1319565;-0.6970523;-0.01058306,0.01291572;0.3997156;0.0008834326,0;0;0,0.0008663535;0.1996474;0.01183854,0.00232983;0.4995766;0.01333605,0.1176045;0.3689217;0.01941696,0.1678086;0.09476992;0.04625635,0.215296;-0.1760331;-0.006759372,-0.1134508;0.3659458;0.01148888,-0.3576886;0.2293355;0.002239929,-0.6158057;0.1341534;-0.04987427,0.07304207;0.004278486;-0.03235044,0.06620764;-0.3705633;0.02967302,0.06241919;-0.7106649;0.1122352,0.06416314;-0.7002472;0.01418678,-0.07106013;0.005564873;-0.03632479,-0.09830167;-0.3718162;-0.001091175,-0.1164361;-0.7111791;0.08259853,-0.1131007;-0.765159;0.02841125,0.001652562;0.3996078;0.0157409,136.102
+0;0;0,0.006417728;0.1998506;0.004308826,0.01614086;0.4994728;-0.005288648,0.1276868;0.3647027;-0.0004197576,0.1616689;0.08724019;0.01569705,0.1961838;-0.1816807;-0.05423363,-0.1051536;0.3788714;0.005899691,-0.3827067;0.3427587;-0.001856292,-0.6607266;0.3144425;-0.01926613,0.06889221;0.003772392;-0.04049237,0.08080518;-0.3722607;0.01296006,0.0807183;-0.7104581;0.1030852,0.09109388;-0.7609649;0.04468134,-0.07045939;0.007027906;-0.03723013,-0.1136399;-0.3685422;0.001274016,-0.1312321;-0.7073117;0.08744647,-0.1319565;-0.6970523;-0.01058306,0.01291572;0.3997156;0.0008834326,0;0;0,0.0008663535;0.1996474;0.01183854,0.00232983;0.4995766;0.01333605,0.1176045;0.3689217;0.01941696,0.1678086;0.09476992;0.04625635,0.215296;-0.1760331;-0.006759372,-0.1134508;0.3659458;0.01148888,-0.3576886;0.2293355;0.002239929,-0.6158057;0.1341534;-0.04987427,0.07304207;0.004278486;-0.03235044,0.06620764;-0.3705633;0.02967302,0.06241919;-0.7106649;0.1122352,0.06416314;-0.7002472;0.01418678,-0.07106013;0.005564873;-0.03632479,-0.09830167;-0.3718162;-0.001091175,-0.1164361;-0.7111791;0.08259853,-0.1131007;-0.765159;0.02841125,0.001652562;0.3996078;0.0157409,136.114

+ 136 - 0
DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_OneArm_Sideways_None_Fast.csv

@@ -0,0 +1,136 @@
+Demo_SpineBase,Demo_SpineMid,Demo_Neck,Demo_ShoulderLeft,Demo_ElbowLeft,Demo_WristLeft,Demo_ShoulderRight,Demo_ElbowRight,Demo_WristRight,Demo_HipLeft,Demo_KneeLeft,Demo_AnkleLeft,Demo_FootLeft,Demo_HipRight,Demo_KneeRight,Demo_AnkleRight,Demo_FootRight,Demo_SpineShoulder,Body_SpineBase,Body_SpineMid,Body_Neck,Body_ShoulderLeft,Body_ElbowLeft,Body_WristLeft,Body_ShoulderRight,Body_ElbowRight,Body_WristRight,Body_HipLeft,Body_KneeLeft,Body_AnkleLeft,Body_FootLeft,Body_HipRight,Body_KneeRight,Body_AnkleRight,Body_FootRight,Body_SpineShoulder,time
+0;0;0,0.004628852;0.1998773;0.005258655,0.01041303;0.4996554;-0.002503171,0.1234964;0.3653007;0.00277505,0.1612559;0.08838472;0.0198567,0.1988773;-0.1802657;-0.04950884,-0.1050417;0.361204;0.003786585,-0.1598837;0.0866949;-0.0023052,-0.2176591;-0.1824983;-0.05326612,0.06946469;0.00476251;-0.03939511,0.08526544;-0.3715036;0.01134099,0.0858184;-0.710112;0.09990776,0.09608892;-0.7607068;0.04160687,-0.07027771;0.006098346;-0.037734,-0.1082181;-0.3696718;0.004186418,-0.1256849;-0.7091206;0.08766951,-0.1251881;-0.6987492;-0.0103839,0.008570645;0.3998261;0.003038917,0;0;0,0.00269059;0.1998565;0.007079796,0.00771622;0.4997265;0.002817544,0.1208062;0.3660587;0.01528627,0.1574516;0.08903018;0.03295928,0.1993015;-0.1867477;0.008563692,-0.1087544;0.3646055;0.008099074,-0.1614318;0.08961061;0.006396685,-0.2122876;-0.1801299;-0.048864,0.07172151;0.005055233;-0.03507805,0.08783837;-0.3718629;0.0104523,0.09427485;-0.7125686;0.09031568,0.0949509;-0.701884;-0.007798858,-0.06981514;0.005106225;-0.0387269,-0.1181198;-0.3698195;-3.103539E-05,-0.1390326;-0.7111264;0.07461631,-0.1355744;-0.7003608;-0.02345549,0.005954173;0.3998299;0.00700834,47.82865
+0;0;0,0.004628852;0.1998773;0.005258655,0.01041303;0.4996554;-0.002503171,0.1234964;0.3653007;0.00277505,0.1612559;0.08838472;0.0198567,0.1988773;-0.1802657;-0.04950884,-0.1050417;0.361204;0.003786585,-0.1598837;0.0866949;-0.0023052,-0.2176591;-0.1824983;-0.05326612,0.06946469;0.00476251;-0.03939511,0.08526544;-0.3715036;0.01134099,0.0858184;-0.710112;0.09990776,0.09608892;-0.7607068;0.04160687,-0.07027771;0.006098346;-0.037734,-0.1082181;-0.3696718;0.004186418,-0.1256849;-0.7091206;0.08766951,-0.1251881;-0.6987492;-0.0103839,0.008570645;0.3998261;0.003038917,0;0;0,0.002937845;0.1998455;0.007289699,0.008400854;0.4997149;0.003500079,0.1212506;0.3660237;0.01690521,0.1600055;0.08910513;0.0315383,0.2047164;-0.1858865;0.003600508,-0.1082172;0.3645735;0.008183641,-0.1611553;0.08962953;0.006350547,-0.2123477;-0.1800228;-0.04902963,0.07172748;0.005003166;-0.03507331,0.08775744;-0.371935;0.0103213,0.09417269;-0.7126714;0.09005559,0.09531017;-0.7019635;-0.008059233,-0.06982052;0.005146945;-0.03871182,-0.1180094;-0.3698019;-9.584799E-05,-0.138584;-0.7112075;0.0741934,-0.1346699;-0.7004153;-0.02386649,0.006489734;0.3998138;0.00751512,47.84513
+0;0;0,0.004628852;0.1998773;0.005258655,0.01041303;0.4996554;-0.002503171,0.1234964;0.3653007;0.00277505,0.1612559;0.08838472;0.0198567,0.1988773;-0.1802657;-0.04950884,-0.1050417;0.361204;0.003786585,-0.1598837;0.0866949;-0.0023052,-0.2176591;-0.1824983;-0.05326612,0.06946469;0.00476251;-0.03939511,0.08526544;-0.3715036;0.01134099,0.0858184;-0.710112;0.09990776,0.09608892;-0.7607068;0.04160687,-0.07027771;0.006098346;-0.037734,-0.1082181;-0.3696718;0.004186418,-0.1256849;-0.7091206;0.08766951,-0.1251881;-0.6987492;-0.0103839,0.008570645;0.3998261;0.003038917,0;0;0,0.002937845;0.1998455;0.007289699,0.008400854;0.4997149;0.003500079,0.1212506;0.3660237;0.01690521,0.1600055;0.08910513;0.0315383,0.2047164;-0.1858865;0.003600508,-0.1082172;0.3645735;0.008183641,-0.1611553;0.08962953;0.006350547,-0.2123477;-0.1800228;-0.04902963,0.07172748;0.005003166;-0.03507331,0.08775744;-0.371935;0.0103213,0.09417269;-0.7126714;0.09005559,0.09531017;-0.7019635;-0.008059233,-0.06982052;0.005146945;-0.03871182,-0.1180094;-0.3698019;-9.584799E-05,-0.138584;-0.7112075;0.0741934,-0.1346699;-0.7004153;-0.02386649,0.006489734;0.3998138;0.00751512,47.86195
+0;0;0,0.004574471;0.1998795;0.005220255,0.01028918;0.4996577;-0.002587632,0.1233972;0.3653043;0.002740141,0.1611915;0.0883916;0.01979661,0.1988587;-0.1802267;-0.04966845,-0.1051175;0.3611398;0.003855627,-0.1599153;0.08661941;-0.002122816,-0.2177974;-0.1826418;-0.0526012,0.06946065;0.004795699;-0.03939821,0.08522931;-0.3714863;0.01122977,0.08593225;-0.7100622;0.09991948,0.09561162;-0.7608551;0.04179192,-0.07026452;0.006063766;-0.03776411,-0.1081996;-0.3697119;0.004111696,-0.1257251;-0.7091619;0.08757752,-0.1252664;-0.6987946;-0.01047527,0.008471094;0.3998289;0.002972275,0;0;0,0.003048046;0.1998433;0.007306537,0.008533136;0.4997123;0.003522783,0.1213412;0.3657571;0.01653269,0.1593333;0.08869514;0.03043493,0.2077047;-0.1851085;-0.002606696,-0.1080788;0.3645642;0.008098836,-0.1611336;0.08964342;0.006167693,-0.2128397;-0.1798559;-0.0494797,0.07176431;0.004879674;-0.03501533,0.08737874;-0.3721062;0.01012714,0.09361;-0.7129331;0.08948842,0.0946905;-0.7022225;-0.008627586,-0.06982896;0.005246944;-0.03868315,-0.1180667;-0.3697139;-0.0002450943,-0.1384838;-0.7112577;0.0734502,-0.1346318;-0.7004689;-0.02461148,0.006626682;0.3998111;0.007537705,47.88148
+0;0;0,0.004574471;0.1998795;0.005220255,0.01028918;0.4996577;-0.002587632,0.1233972;0.3653043;0.002740141,0.1611915;0.0883916;0.01979661,0.1988587;-0.1802267;-0.04966845,-0.1051175;0.3611398;0.003855627,-0.1599153;0.08661941;-0.002122816,-0.2177974;-0.1826418;-0.0526012,0.06946065;0.004795699;-0.03939821,0.08522931;-0.3714863;0.01122977,0.08593225;-0.7100622;0.09991948,0.09561162;-0.7608551;0.04179192,-0.07026452;0.006063766;-0.03776411,-0.1081996;-0.3697119;0.004111696,-0.1257251;-0.7091619;0.08757752,-0.1252664;-0.6987946;-0.01047527,0.008471094;0.3998289;0.002972275,0;0;0,0.003161911;0.1998381;0.007398814,0.008703256;0.4997077;0.003748202,0.1215128;0.3657425;0.01654267,0.1583624;0.08846205;0.02909824,0.2088915;-0.1845194;-0.007342525,-0.1079482;0.3646528;0.007929659,-0.1614997;0.08983064;0.005689976,-0.2130968;-0.1797857;-0.04948969,0.07179923;0.004811314;-0.03495313,0.08717415;-0.3722502;0.009636473,0.09320994;-0.7131271;0.08879735,0.09438476;-0.702406;-0.009319648,-0.0698088;0.00529549;-0.03871291,-0.1181987;-0.3696824;-0.0006342456,-0.1383335;-0.7113447;0.07258783,-0.1343922;-0.7005467;-0.02547211,0.006787474;0.3998049;0.007719115,47.90368
+0;0;0,0.004574471;0.1998795;0.005220255,0.01028918;0.4996577;-0.002587632,0.1233972;0.3653043;0.002740141,0.1611915;0.0883916;0.01979661,0.1988587;-0.1802267;-0.04966845,-0.1051175;0.3611398;0.003855627,-0.1599153;0.08661941;-0.002122816,-0.2177974;-0.1826418;-0.0526012,0.06946065;0.004795699;-0.03939821,0.08522931;-0.3714863;0.01122977,0.08593225;-0.7100622;0.09991948,0.09561162;-0.7608551;0.04179192,-0.07026452;0.006063766;-0.03776411,-0.1081996;-0.3697119;0.004111696,-0.1257251;-0.7091619;0.08757752,-0.1252664;-0.6987946;-0.01047527,0.008471094;0.3998289;0.002972275,0;0;0,0.003161911;0.1998381;0.007398814,0.008703256;0.4997077;0.003748202,0.1215128;0.3657425;0.01654267,0.1583624;0.08846205;0.02909824,0.2088915;-0.1845194;-0.007342525,-0.1079482;0.3646528;0.007929659,-0.1614997;0.08983064;0.005689976,-0.2130968;-0.1797857;-0.04948969,0.07179923;0.004811314;-0.03495313,0.08717415;-0.3722502;0.009636473,0.09320994;-0.7131271;0.08879735,0.09438476;-0.702406;-0.009319648,-0.0698088;0.00529549;-0.03871291,-0.1181987;-0.3696824;-0.0006342456,-0.1383335;-0.7113447;0.07258783,-0.1343922;-0.7005467;-0.02547211,0.006787474;0.3998049;0.007719115,47.92595
+0;0;0,0.004537818;0.1998812;0.005186833,0.01023456;0.4996567;-0.002734609,0.1233571;0.3653584;0.002720892,0.1611712;0.08844331;0.01969543,0.199252;-0.1799668;-0.05034648,-0.1052389;0.3613323;0.003702083,-0.1604658;0.08689335;-0.00206595,-0.2183918;-0.1827202;-0.05057513,0.06945962;0.004803787;-0.03939905,0.08522347;-0.3714952;0.01110453,0.08627938;-0.7100668;0.09980707,0.09556815;-0.7613485;0.0423005,-0.07025962;0.006059946;-0.03777383,-0.1081558;-0.3697313;0.003997013,-0.125825;-0.7090846;0.08782486,-0.1253081;-0.6987214;-0.01022682,0.008415008;0.3998302;0.002864996,0;0;0,0.003318289;0.1998363;0.007378689,0.009105286;0.4997016;0.003743809,0.1217938;0.3655452;0.01625169,0.1587885;0.08824956;0.02802273,0.2116214;-0.1836409;-0.01301681,-0.1076187;0.3646071;0.007712868,-0.1615939;0.08986846;0.005399893,-0.2132765;-0.1798051;-0.04941878,0.07187252;0.004708406;-0.03481625,0.08729694;-0.3723179;0.01005255,0.09310007;-0.7133826;0.08841835,0.09426568;-0.7026592;-0.009699203,-0.06976311;0.005375595;-0.03878416,-0.1175568;-0.3696143;-7.589906E-05,-0.1381421;-0.711413;0.07238036,-0.1342108;-0.700624;-0.02567821,0.007104648;0.3998002;0.007707815,47.93715
+0;0;0,0.004537818;0.1998812;0.005186833,0.01023456;0.4996567;-0.002734609,0.1233571;0.3653584;0.002720892,0.1611712;0.08844331;0.01969543,0.199252;-0.1799668;-0.05034648,-0.1052389;0.3613323;0.003702083,-0.1604658;0.08689335;-0.00206595,-0.2183918;-0.1827202;-0.05057513,0.06945962;0.004803787;-0.03939905,0.08522347;-0.3714952;0.01110453,0.08627938;-0.7100668;0.09980707,0.09556815;-0.7613485;0.0423005,-0.07025962;0.006059946;-0.03777383,-0.1081558;-0.3697313;0.003997013,-0.125825;-0.7090846;0.08782486,-0.1253081;-0.6987214;-0.01022682,0.008415008;0.3998302;0.002864996,0;0;0,0.003318289;0.1998363;0.007378689,0.009105286;0.4997016;0.003743809,0.1217938;0.3655452;0.01625169,0.1587885;0.08824956;0.02802273,0.2116214;-0.1836409;-0.01301681,-0.1076187;0.3646071;0.007712868,-0.1615939;0.08986846;0.005399893,-0.2132765;-0.1798051;-0.04941878,0.07187252;0.004708406;-0.03481625,0.08729694;-0.3723179;0.01005255,0.09310007;-0.7133826;0.08841835,0.09426568;-0.7026592;-0.009699203,-0.06976311;0.005375595;-0.03878416,-0.1175568;-0.3696143;-7.589906E-05,-0.1381421;-0.711413;0.07238036,-0.1342108;-0.700624;-0.02567821,0.007104648;0.3998002;0.007707815,47.94838
+0;0;0,0.004537818;0.1998812;0.005186833,0.01023456;0.4996567;-0.002734609,0.1233571;0.3653584;0.002720892,0.1611712;0.08844331;0.01969543,0.199252;-0.1799668;-0.05034648,-0.1052389;0.3613323;0.003702083,-0.1604658;0.08689335;-0.00206595,-0.2183918;-0.1827202;-0.05057513,0.06945962;0.004803787;-0.03939905,0.08522347;-0.3714952;0.01110453,0.08627938;-0.7100668;0.09980707,0.09556815;-0.7613485;0.0423005,-0.07025962;0.006059946;-0.03777383,-0.1081558;-0.3697313;0.003997013,-0.125825;-0.7090846;0.08782486,-0.1253081;-0.6987214;-0.01022682,0.008415008;0.3998302;0.002864996,0;0;0,0.003538746;0.1998286;0.007484393,0.009807126;0.4996869;0.004066839,0.1223061;0.3654275;0.01630818,0.1594469;0.08810413;0.02690565,0.2133316;-0.1829821;-0.01791286,-0.1070896;0.3645945;0.007756033,-0.1616202;0.08996642;0.00533577,-0.2137076;-0.179594;-0.0496559,0.07187886;0.004650702;-0.03481092,0.08743472;-0.3723207;0.01047169,0.09304956;-0.71348;0.08843873,0.09422626;-0.7027436;-0.00968124,-0.06975818;0.005427663;-0.03878578,-0.1175502;-0.3695778;-0.0002267025,-0.1378995;-0.7113624;0.07236283,-0.1339611;-0.7005716;-0.0256958,0.007634045;0.3997861;0.007953566,47.97048
+0;0;0,0.004525898;0.1998816;0.005182517,0.01023278;0.4996569;-0.002742798,0.1233388;0.3653228;0.002713441,0.1611457;0.0884054;0.01966585,0.199442;-0.179898;-0.05066672,-0.1052812;0.3614342;0.003635599,-0.1608827;0.08706754;-0.001970817,-0.2188109;-0.1826912;-0.04966288,0.06946134;0.004802243;-0.03939621,0.08544461;-0.3714342;0.01150276,0.08654073;-0.7100021;0.1002187,0.09517425;-0.760861;0.04201814,-0.07025538;0.006058215;-0.037782,-0.1080787;-0.369745;0.003946897,-0.1257934;-0.7091088;0.08772276,-0.1252491;-0.6987477;-0.01032835,0.008407518;0.3998304;0.002855883,0;0;0,0.003538746;0.1998286;0.007484393,0.009807126;0.4996869;0.004066839,0.1223061;0.3654275;0.01630818,0.1594469;0.08810413;0.02690565,0.2133316;-0.1829821;-0.01791286,-0.1070896;0.3645945;0.007756033,-0.1616202;0.08996642;0.00533577,-0.2137076;-0.179594;-0.0496559,0.07187886;0.004650702;-0.03481092,0.08743472;-0.3723207;0.01047169,0.09304956;-0.71348;0.08843873,0.09422626;-0.7027436;-0.00968124,-0.06975818;0.005427663;-0.03878578,-0.1175502;-0.3695778;-0.0002267025,-0.1378995;-0.7113624;0.07236283,-0.1339611;-0.7005716;-0.0256958,0.007634045;0.3997861;0.007953566,47.98181
+0;0;0,0.004525898;0.1998816;0.005182517,0.01023278;0.4996569;-0.002742798,0.1233388;0.3653228;0.002713441,0.1611457;0.0884054;0.01966585,0.199442;-0.179898;-0.05066672,-0.1052812;0.3614342;0.003635599,-0.1608827;0.08706754;-0.001970817,-0.2188109;-0.1826912;-0.04966288,0.06946134;0.004802243;-0.03939621,0.08544461;-0.3714342;0.01150276,0.08654073;-0.7100021;0.1002187,0.09517425;-0.760861;0.04201814,-0.07025538;0.006058215;-0.037782,-0.1080787;-0.369745;0.003946897,-0.1257934;-0.7091088;0.08772276,-0.1252491;-0.6987477;-0.01032835,0.008407518;0.3998304;0.002855883,0;0;0,0.003538746;0.1998286;0.007484393,0.009807126;0.4996869;0.004066839,0.1223061;0.3654275;0.01630818,0.1594469;0.08810413;0.02690565,0.2133316;-0.1829821;-0.01791286,-0.1070896;0.3645945;0.007756033,-0.1616202;0.08996642;0.00533577,-0.2137076;-0.179594;-0.0496559,0.07187886;0.004650702;-0.03481092,0.08743472;-0.3723207;0.01047169,0.09304956;-0.71348;0.08843873,0.09422626;-0.7027436;-0.00968124,-0.06975818;0.005427663;-0.03878578,-0.1175502;-0.3695778;-0.0002267025,-0.1378995;-0.7113624;0.07236283,-0.1339611;-0.7005716;-0.0256958,0.007634045;0.3997861;0.007953566,47.99295
+0;0;0,0.004525898;0.1998816;0.005182517,0.01023278;0.4996569;-0.002742798,0.1233388;0.3653228;0.002713441,0.1611457;0.0884054;0.01966585,0.199442;-0.179898;-0.05066672,-0.1052812;0.3614342;0.003635599,-0.1608827;0.08706754;-0.001970817,-0.2188109;-0.1826912;-0.04966288,0.06946134;0.004802243;-0.03939621,0.08544461;-0.3714342;0.01150276,0.08654073;-0.7100021;0.1002187,0.09517425;-0.760861;0.04201814,-0.07025538;0.006058215;-0.037782,-0.1080787;-0.369745;0.003946897,-0.1257934;-0.7091088;0.08772276,-0.1252491;-0.6987477;-0.01032835,0.008407518;0.3998304;0.002855883,0;0;0,0.003679988;0.1998261;0.007481426,0.01009507;0.4996811;0.004042958,0.1225512;0.365366;0.01606995,0.1600268;0.08805907;0.02588931,0.2141418;-0.1825392;-0.02152532,-0.1068712;0.3646813;0.007600614,-0.1618116;0.09013563;0.005103639,-0.214858;-0.1789629;-0.05121754,0.07190666;0.00465795;-0.03475248,0.087421;-0.3723468;0.01026697,0.09269231;-0.7135292;0.08815645,0.09385501;-0.7027909;-0.009964086,-0.06973314;0.005420067;-0.03883183,-0.1173941;-0.369592;-0.0001741759,-0.1378682;-0.7114506;0.07203062,-0.1339474;-0.7006598;-0.02602872,0.007880099;0.3997815;0.00793878,48.01529
+0;0;0,0.004505469;0.1998822;0.005177293,0.01019565;0.4996575;-0.002760286,0.123305;0.3653265;0.002729455,0.1611289;0.08840999;0.01965945,0.1997321;-0.1798005;-0.0508596,-0.1052998;0.3613889;0.003701836,-0.1609447;0.08703059;-0.001880007,-0.2191998;-0.182624;-0.04976238,0.06945752;0.004811444;-0.03940182,0.08546113;-0.3714215;0.0115166,0.08661637;-0.7100493;0.1000031,0.09432819;-0.7621506;0.04343551,-0.07025192;0.006044568;-0.03779062,-0.1080711;-0.3697582;0.003946628,-0.1258466;-0.709114;0.087742,-0.1253217;-0.698756;-0.01030857,0.008372794;0.3998312;0.002840881,0;0;0,0.003679988;0.1998261;0.007481426,0.01009507;0.4996811;0.004042958,0.1225512;0.365366;0.01606995,0.1600268;0.08805907;0.02588931,0.2141418;-0.1825392;-0.02152532,-0.1068712;0.3646813;0.007600614,-0.1618116;0.09013563;0.005103639,-0.214858;-0.1789629;-0.05121754,0.07190666;0.00465795;-0.03475248,0.087421;-0.3723468;0.01026697,0.09269231;-0.7135292;0.08815645,0.09385501;-0.7027909;-0.009964086,-0.06973314;0.005420067;-0.03883183,-0.1173941;-0.369592;-0.0001741759,-0.1378682;-0.7114506;0.07203062,-0.1339474;-0.7006598;-0.02602872,0.007880099;0.3997815;0.00793878,48.0266
+0;0;0,0.004505469;0.1998822;0.005177293,0.01019565;0.4996575;-0.002760286,0.123305;0.3653265;0.002729455,0.1611289;0.08840999;0.01965945,0.1997321;-0.1798005;-0.0508596,-0.1052998;0.3613889;0.003701836,-0.1609447;0.08703059;-0.001880007,-0.2191998;-0.182624;-0.04976238,0.06945752;0.004811444;-0.03940182,0.08546113;-0.3714215;0.0115166,0.08661637;-0.7100493;0.1000031,0.09432819;-0.7621506;0.04343551,-0.07025192;0.006044568;-0.03779062,-0.1080711;-0.3697582;0.003946628,-0.1258466;-0.709114;0.087742,-0.1253217;-0.698756;-0.01030857,0.008372794;0.3998312;0.002840881,0;0;0,0.003765263;0.1998245;0.007482996,0.01029146;0.4996769;0.00404125,0.1227095;0.3653508;0.0160662,0.159897;0.087989;0.02542014,0.2143736;-0.1821394;-0.02420797,-0.1067188;0.3647076;0.007629469,-0.1617987;0.09019005;0.005113525,-0.2153047;-0.1786852;-0.05183543,0.07192633;0.00463283;-0.03471512,0.08747802;-0.3723963;0.0100865,0.09259654;-0.7135892;0.08793989,0.09900752;-0.7679496;0.03462733,-0.06971741;0.005436894;-0.03885771,-0.1172661;-0.3695819;-0.0001277588,-0.1377408;-0.711493;0.07182775,-0.1385154;-0.7637862;0.01501901,0.008041618;0.3997782;0.007940095,48.03813
+0;0;0,0.004505469;0.1998822;0.005177293,0.01019565;0.4996575;-0.002760286,0.123305;0.3653265;0.002729455,0.1611289;0.08840999;0.01965945,0.1997321;-0.1798005;-0.0508596,-0.1052998;0.3613889;0.003701836,-0.1609447;0.08703059;-0.001880007,-0.2191998;-0.182624;-0.04976238,0.06945752;0.004811444;-0.03940182,0.08546113;-0.3714215;0.0115166,0.08661637;-0.7100493;0.1000031,0.09432819;-0.7621506;0.04343551,-0.07025192;0.006044568;-0.03779062,-0.1080711;-0.3697582;0.003946628,-0.1258466;-0.709114;0.087742,-0.1253217;-0.698756;-0.01030857,0.008372794;0.3998312;0.002840881,0;0;0,0.003765263;0.1998245;0.007482996,0.01029146;0.4996769;0.00404125,0.1227095;0.3653508;0.0160662,0.159897;0.087989;0.02542014,0.2143736;-0.1821394;-0.02420797,-0.1067188;0.3647076;0.007629469,-0.1617987;0.09019005;0.005113525,-0.2153047;-0.1786852;-0.05183543,0.07192633;0.00463283;-0.03471512,0.08747802;-0.3723963;0.0100865,0.09259654;-0.7135892;0.08793989,0.09900752;-0.7679496;0.03462733,-0.06971741;0.005436894;-0.03885771,-0.1172661;-0.3695819;-0.0001277588,-0.1377408;-0.711493;0.07182775,-0.1385154;-0.7637862;0.01501901,0.008041618;0.3997782;0.007940095,48.05992
+0;0;0,0.004485983;0.199883;0.005165246,0.01014853;0.4996578;-0.002812425,0.1232627;0.3653258;0.002720054,0.1610932;0.08840922;0.01963325,0.1998294;-0.1797599;-0.05097011,-0.105401;0.3615639;0.003575439,-0.1616603;0.087322;-0.001547918,-0.2206473;-0.1821544;-0.04953797,0.06946407;0.00481859;-0.03938939,0.08544894;-0.3714031;0.01161726,0.08670289;-0.7100577;0.09999994,0.09416768;-0.7624496;0.04382294,-0.07024308;0.006040253;-0.03780774,-0.1080113;-0.3697475;0.004110739,-0.1258044;-0.7091118;0.08786806,-0.1234756;-0.7644361;0.03576861,0.008330951;0.399832;0.002800473,0;0;0,0.003801399;0.199827;0.007396678,0.01032599;0.4996785;0.003864254,0.1227122;0.3652461;0.0159492,0.160062;0.08788171;0.02455193,0.2145713;-0.181937;-0.02669865,-0.1066881;0.3647317;0.007552569,-0.1618223;0.09022483;0.005058676,-0.2158929;-0.1784241;-0.05242287,0.07192382;0.004596601;-0.03472514,0.08757931;-0.37244;0.009977698,0.09257226;-0.7136437;0.08779208,0.09373003;-0.7029197;-0.01032567,-0.06972033;0.00547293;-0.03884742,-0.1171608;-0.3695734;-0.0002509058,-0.1377914;-0.7115166;0.07150693,-0.1384013;-0.7637709;0.01463981,0.008079015;0.3997809;0.007790223,48.07127
+0;0;0,0.004485983;0.199883;0.005165246,0.01014853;0.4996578;-0.002812425,0.1232627;0.3653258;0.002720054,0.1610932;0.08840922;0.01963325,0.1998294;-0.1797599;-0.05097011,-0.105401;0.3615639;0.003575439,-0.1616603;0.087322;-0.001547918,-0.2206473;-0.1821544;-0.04953797,0.06946407;0.00481859;-0.03938939,0.08544894;-0.3714031;0.01161726,0.08670289;-0.7100577;0.09999994,0.09416768;-0.7624496;0.04382294,-0.07024308;0.006040253;-0.03780774,-0.1080113;-0.3697475;0.004110739,-0.1258044;-0.7091118;0.08786806,-0.1234756;-0.7644361;0.03576861,0.008330951;0.399832;0.002800473,0;0;0,0.003801399;0.199827;0.007396678,0.01032599;0.4996785;0.003864254,0.1227122;0.3652461;0.0159492,0.160062;0.08788171;0.02455193,0.2145713;-0.181937;-0.02669865,-0.1066881;0.3647317;0.007552569,-0.1618223;0.09022483;0.005058676,-0.2158929;-0.1784241;-0.05242287,0.07192382;0.004596601;-0.03472514,0.08757931;-0.37244;0.009977698,0.09257226;-0.7136437;0.08779208,0.09373003;-0.7029197;-0.01032567,-0.06972033;0.00547293;-0.03884742,-0.1171608;-0.3695734;-0.0002509058,-0.1377914;-0.7115166;0.07150693,-0.1384013;-0.7637709;0.01463981,0.008079015;0.3997809;0.007790223,48.08285
+0;0;0,0.004485983;0.199883;0.005165246,0.01014853;0.4996578;-0.002812425,0.1232627;0.3653258;0.002720054,0.1610932;0.08840922;0.01963325,0.1998294;-0.1797599;-0.05097011,-0.105401;0.3615639;0.003575439,-0.1616603;0.087322;-0.001547918,-0.2206473;-0.1821544;-0.04953797,0.06946407;0.00481859;-0.03938939,0.08544894;-0.3714031;0.01161726,0.08670289;-0.7100577;0.09999994,0.09416768;-0.7624496;0.04382294,-0.07024308;0.006040253;-0.03780774,-0.1080113;-0.3697475;0.004110739,-0.1258044;-0.7091118;0.08786806,-0.1234756;-0.7644361;0.03576861,0.008330951;0.399832;0.002800473,0;0;0,0.00389531;0.1998253;0.007395008,0.01051033;0.4996747;0.003857183,0.1228865;0.3652419;0.01571085,0.1601562;0.08785185;0.02381965,0.2143846;-0.1819119;-0.02801458,-0.1065722;0.364868;0.007445997,-0.1619032;0.09039828;0.005239659,-0.2167379;-0.1779439;-0.05294634,0.07196064;0.004517805;-0.03465913,0.08778689;-0.3725009;0.01013381,0.09267393;-0.7137971;0.08754832,0.09380011;-0.7030773;-0.01056898,-0.06968938;0.005533735;-0.03889431,-0.1171436;-0.3695413;-0.0005955063,-0.1375828;-0.711485;0.07121472,-0.1383355;-0.7638434;0.01450011,0.008237189;0.3997778;0.007786138,48.10452
+0;0;0,0.004457829;0.1998842;0.005140703,0.01011593;0.4996585;-0.002870004,0.1232217;0.3653086;0.002671972,0.1612089;0.08841497;0.01960864,0.19985;-0.1797585;-0.05103051,-0.1054207;0.361519;0.00358377,-0.1621909;0.0873729;-0.001004113,-0.22272;-0.1817805;-0.04888647,0.06947669;0.004824709;-0.03936637,0.08545667;-0.3713924;0.01167582,0.08716227;-0.710106;0.09982446,0.09372836;-0.7634383;0.04493708,-0.0702014;0.006029226;-0.03788684,-0.107966;-0.3697788;0.003852721,-0.1258054;-0.7090895;0.08781672,-0.1236885;-0.7644644;0.0357913,0.008295352;0.3998331;0.002748808,0;0;0,0.00389531;0.1998253;0.007395008,0.01051033;0.4996747;0.003857183,0.1228865;0.3652419;0.01571085,0.1601562;0.08785185;0.02381965,0.2143846;-0.1819119;-0.02801458,-0.1065722;0.364868;0.007445997,-0.1619032;0.09039828;0.005239659,-0.2167379;-0.1779439;-0.05294634,0.07196064;0.004517805;-0.03465913,0.08778689;-0.3725009;0.01013381,0.09267393;-0.7137971;0.08754832,0.09380011;-0.7030773;-0.01056898,-0.06968938;0.005533735;-0.03889431,-0.1171436;-0.3695413;-0.0005955063,-0.1375828;-0.711485;0.07121472,-0.1383355;-0.7638434;0.01450011,0.008237189;0.3997778;0.007786138,48.11612
+0;0;0,0.004457829;0.1998842;0.005140703,0.01011593;0.4996585;-0.002870004,0.1232217;0.3653086;0.002671972,0.1612089;0.08841497;0.01960864,0.19985;-0.1797585;-0.05103051,-0.1054207;0.361519;0.00358377,-0.1621909;0.0873729;-0.001004113,-0.22272;-0.1817805;-0.04888647,0.06947669;0.004824709;-0.03936637,0.08545667;-0.3713924;0.01167582,0.08716227;-0.710106;0.09982446,0.09372836;-0.7634383;0.04493708,-0.0702014;0.006029226;-0.03788684,-0.107966;-0.3697788;0.003852721,-0.1258054;-0.7090895;0.08781672,-0.1236885;-0.7644644;0.0357913,0.008295352;0.3998331;0.002748808,0;0;0,0.00389531;0.1998253;0.007395008,0.01051033;0.4996747;0.003857183,0.1228865;0.3652419;0.01571085,0.1601562;0.08785185;0.02381965,0.2143846;-0.1819119;-0.02801458,-0.1065722;0.364868;0.007445997,-0.1619032;0.09039828;0.005239659,-0.2167379;-0.1779439;-0.05294634,0.07196064;0.004517805;-0.03465913,0.08778689;-0.3725009;0.01013381,0.09267393;-0.7137971;0.08754832,0.09380011;-0.7030773;-0.01056898,-0.06968938;0.005533735;-0.03889431,-0.1171436;-0.3695413;-0.0005955063,-0.1375828;-0.711485;0.07121472,-0.1383355;-0.7638434;0.01450011,0.008237189;0.3997778;0.007786138,48.12715
+0;0;0,0.004457829;0.1998842;0.005140703,0.01011593;0.4996585;-0.002870004,0.1232217;0.3653086;0.002671972,0.1612089;0.08841497;0.01960864,0.19985;-0.1797585;-0.05103051,-0.1054207;0.361519;0.00358377,-0.1621909;0.0873729;-0.001004113,-0.22272;-0.1817805;-0.04888647,0.06947669;0.004824709;-0.03936637,0.08545667;-0.3713924;0.01167582,0.08716227;-0.710106;0.09982446,0.09372836;-0.7634383;0.04493708,-0.0702014;0.006029226;-0.03788684,-0.107966;-0.3697788;0.003852721,-0.1258054;-0.7090895;0.08781672,-0.1236885;-0.7644644;0.0357913,0.008295352;0.3998331;0.002748808,0;0;0,0.003967959;0.199825;0.007363236,0.01067207;0.4996722;0.003801681,0.1229934;0.3651251;0.01552801,0.1604365;0.08774599;0.0231979,0.214051;-0.1820557;-0.02907591,-0.1064163;0.36479;0.007342427,-0.1618717;0.09034541;0.005137317,-0.2173693;-0.1778225;-0.05322353,0.07189204;0.004548578;-0.0347972,0.08771224;-0.3724813;0.00990371,0.09243882;-0.7137382;0.08750127,0.09354235;-0.703015;-0.01061697,-0.06977376;0.005506362;-0.03874665,-0.1172598;-0.369603;-0.0008252822,-0.1377876;-0.7115698;0.07084942,-0.1385968;-0.7640392;0.01429711,0.008369669;0.3997762;0.007737059,48.14929
+0;0;0,0.004427029;0.199885;0.005137524,0.0100884;0.4996592;-0.002882864,0.1231837;0.3652869;0.002665721,0.1613191;0.08841398;0.01960795,0.1997949;-0.1798034;-0.05095433,-0.1054562;0.3615343;0.003654166,-0.1625737;0.08745769;-0.0007706773,-0.2261907;-0.1811217;-0.04786646,0.06949472;0.004809737;-0.03933638,0.08540248;-0.3714209;0.01162927,0.08700256;-0.7101296;0.09979856,0.09349808;-0.7649243;0.04718988,-0.07014313;0.006058206;-0.03798999,-0.1078903;-0.369757;0.003700189,-0.1258645;-0.7090536;0.08769289,-0.122517;-0.7641731;0.03531465,0.008264083;0.3998337;0.002735086,0;0;0,0.003967959;0.199825;0.007363236,0.01067207;0.4996722;0.003801681,0.1229934;0.3651251;0.01552801,0.1604365;0.08774599;0.0231979,0.214051;-0.1820557;-0.02907591,-0.1064163;0.36479;0.007342427,-0.1618717;0.09034541;0.005137317,-0.2173693;-0.1778225;-0.05322353,0.07189204;0.004548578;-0.0347972,0.08771224;-0.3724813;0.00990371,0.09243882;-0.7137382;0.08750127,0.09354235;-0.703015;-0.01061697,-0.06977376;0.005506362;-0.03874665,-0.1172598;-0.369603;-0.0008252822,-0.1377876;-0.7115698;0.07084942,-0.1385968;-0.7640392;0.01429711,0.008369669;0.3997762;0.007737059,48.16093
+0;0;0,0.004427029;0.199885;0.005137524,0.0100884;0.4996592;-0.002882864,0.1231837;0.3652869;0.002665721,0.1613191;0.08841398;0.01960795,0.1997949;-0.1798034;-0.05095433,-0.1054562;0.3615343;0.003654166,-0.1625737;0.08745769;-0.0007706773,-0.2261907;-0.1811217;-0.04786646,0.06949472;0.004809737;-0.03933638,0.08540248;-0.3714209;0.01162927,0.08700256;-0.7101296;0.09979856,0.09349808;-0.7649243;0.04718988,-0.07014313;0.006058206;-0.03798999,-0.1078903;-0.369757;0.003700189,-0.1258645;-0.7090536;0.08769289,-0.122517;-0.7641731;0.03531465,0.008264083;0.3998337;0.002735086,0;0;0,0.004054826;0.199824;0.007343299,0.01084115;0.499669;0.003747518,0.1231348;0.3650666;0.01529778,0.1605358;0.08767587;0.02274884,0.213408;-0.182126;-0.03027484,-0.1062579;0.3647479;0.007177593,-0.161888;0.09033725;0.005154254,-0.218347;-0.1776158;-0.05327138,0.07185833;0.004530722;-0.03486907,0.08764554;-0.3724529;0.01023199,0.09234056;-0.7138159;0.08736337,0.09342308;-0.7030947;-0.01075471,-0.06980483;0.005532535;-0.03868691,-0.1173389;-0.3696036;-0.001091789,-0.137863;-0.7115196;0.07082628,-0.1387712;-0.7649177;0.01565433,0.008515402;0.399774;0.007694934,48.17177
+0;0;0,0.004427029;0.199885;0.005137524,0.0100884;0.4996592;-0.002882864,0.1231837;0.3652869;0.002665721,0.1613191;0.08841398;0.01960795,0.1997949;-0.1798034;-0.05095433,-0.1054562;0.3615343;0.003654166,-0.1625737;0.08745769;-0.0007706773,-0.2261907;-0.1811217;-0.04786646,0.06949472;0.004809737;-0.03933638,0.08540248;-0.3714209;0.01162927,0.08700256;-0.7101296;0.09979856,0.09349808;-0.7649243;0.04718988,-0.07014313;0.006058206;-0.03798999,-0.1078903;-0.369757;0.003700189,-0.1258645;-0.7090536;0.08769289,-0.122517;-0.7641731;0.03531465,0.008264083;0.3998337;0.002735086,0;0;0,0.004054826;0.199824;0.007343299,0.01084115;0.499669;0.003747518,0.1231348;0.3650666;0.01529778,0.1605358;0.08767587;0.02274884,0.213408;-0.182126;-0.03027484,-0.1062579;0.3647479;0.007177593,-0.161888;0.09033725;0.005154254,-0.218347;-0.1776158;-0.05327138,0.07185833;0.004530722;-0.03486907,0.08764554;-0.3724529;0.01023199,0.09234056;-0.7138159;0.08736337,0.09342308;-0.7030947;-0.01075471,-0.06980483;0.005532535;-0.03868691,-0.1173389;-0.3696036;-0.001091789,-0.137863;-0.7115196;0.07082628,-0.1387712;-0.7649177;0.01565433,0.008515402;0.399774;0.007694934,48.19396
+0;0;0,0.004395736;0.1998855;0.005144919,0.01004964;0.4996601;-0.002869618,0.1231297;0.3652354;0.002627016,0.161297;0.0883674;0.01957809,0.1998269;-0.1798605;-0.05091469,-0.1054941;0.3615347;0.003694839,-0.163642;0.08766541;-0.00010768,-0.2311448;-0.1801012;-0.04641556,0.06950609;0.00480896;-0.03931636,0.08533202;-0.3714264;0.01163917,0.0870281;-0.7101172;0.09987582,0.09327484;-0.7651221;0.04757717,-0.07011262;0.006056219;-0.03804657,-0.1078607;-0.3697462;0.003757637,-0.1258529;-0.7090777;0.08760522,-0.1225769;-0.7643929;0.03554177,0.008225815;0.3998344;0.002743706,0;0;0,0.00409569;0.1998267;0.007246446,0.01088169;0.4996704;0.003532866,0.1231894;0.3650848;0.01502839,0.1606704;0.08769679;0.02217334,0.2121877;-0.1823582;-0.03089545,-0.1062329;0.3648123;0.007041134,-0.1621107;0.09045181;0.005045747,-0.2197145;-0.1773009;-0.05318068,0.07181475;0.004556409;-0.03495543,0.08753003;-0.3724615;0.00988327,0.09228637;-0.7138175;0.08704182,0.0933311;-0.7031069;-0.01107458,-0.0698389;0.005507908;-0.03862888,-0.117415;-0.3696678;-0.001484752,-0.1378233;-0.7116277;0.07025729,-0.1340259;-0.7008749;-0.02779946,0.008559423;0.3997767;0.007516284,48.20552
+0;0;0,0.004395736;0.1998855;0.005144919,0.01004964;0.4996601;-0.002869618,0.1231297;0.3652354;0.002627016,0.161297;0.0883674;0.01957809,0.1998269;-0.1798605;-0.05091469,-0.1054941;0.3615347;0.003694839,-0.163642;0.08766541;-0.00010768,-0.2311448;-0.1801012;-0.04641556,0.06950609;0.00480896;-0.03931636,0.08533202;-0.3714264;0.01163917,0.0870281;-0.7101172;0.09987582,0.09327484;-0.7651221;0.04757717,-0.07011262;0.006056219;-0.03804657,-0.1078607;-0.3697462;0.003757637,-0.1258529;-0.7090777;0.08760522,-0.1225769;-0.7643929;0.03554177,0.008225815;0.3998344;0.002743706,0;0;0,0.00409569;0.1998267;0.007246446,0.01088169;0.4996704;0.003532866,0.1231894;0.3650848;0.01502839,0.1606704;0.08769679;0.02217334,0.2121877;-0.1823582;-0.03089545,-0.1062329;0.3648123;0.007041134,-0.1621107;0.09045181;0.005045747,-0.2197145;-0.1773009;-0.05318068,0.07181475;0.004556409;-0.03495543,0.08753003;-0.3724615;0.00988327,0.09228637;-0.7138175;0.08704182,0.0933311;-0.7031069;-0.01107458,-0.0698389;0.005507908;-0.03862888,-0.117415;-0.3696678;-0.001484752,-0.1378233;-0.7116277;0.07025729,-0.1340259;-0.7008749;-0.02779946,0.008559423;0.3997767;0.007516284,48.21669
+0;0;0,0.004395736;0.1998855;0.005144919,0.01004964;0.4996601;-0.002869618,0.1231297;0.3652354;0.002627016,0.161297;0.0883674;0.01957809,0.1998269;-0.1798605;-0.05091469,-0.1054941;0.3615347;0.003694839,-0.163642;0.08766541;-0.00010768,-0.2311448;-0.1801012;-0.04641556,0.06950609;0.00480896;-0.03931636,0.08533202;-0.3714264;0.01163917,0.0870281;-0.7101172;0.09987582,0.09327484;-0.7651221;0.04757717,-0.07011262;0.006056219;-0.03804657,-0.1078607;-0.3697462;0.003757637,-0.1258529;-0.7090777;0.08760522,-0.1225769;-0.7643929;0.03554177,0.008225815;0.3998344;0.002743706,0;0;0,0.00415874;0.1998249;0.007259516,0.01112031;0.4996653;0.00359659,0.1233541;0.3650109;0.01490345,0.1605204;0.08757558;0.02185589,0.2110727;-0.1826257;-0.03139578,-0.1060391;0.364747;0.007006071,-0.1623908;0.09048358;0.004987383,-0.2221535;-0.1773461;-0.05065171,0.07180165;0.004493771;-0.03499041,0.08748559;-0.3725266;0.00983822,0.09234867;-0.7138962;0.08693045,0.09336752;-0.7031825;-0.01118683,-0.0698424;0.005530693;-0.0386193,-0.1173588;-0.369664;-0.00158973,-0.1375748;-0.711743;0.06963704,-0.1396671;-0.7645485;0.01361135,0.008734252;0.3997723;0.007559592,48.23995
+0;0;0,0.004343288;0.1998868;0.00513879,0.009980028;0.499661;-0.002903936,0.1230705;0.365258;0.002641757,0.1613655;0.08839476;0.01938184,0.1995988;-0.17999;-0.05067399,-0.1055629;0.361547;0.003737283,-0.1658111;0.0881241;0.0005661966,-0.2385868;-0.1784236;-0.04477708,0.06952811;0.004799302;-0.03927861,0.08521302;-0.3714434;0.01166661,0.08699706;-0.7101755;0.0997427,0.09530755;-0.7643723;0.04643381,-0.07005566;0.006067256;-0.03814962,-0.1080076;-0.3697017;0.003771335,-0.1259625;-0.7090286;0.08764523,-0.1254669;-0.6986803;-0.01040356,0.008160167;0.3998357;0.00271726,0;0;0,0.00415874;0.1998249;0.007259516,0.01112031;0.4996653;0.00359659,0.1233541;0.3650109;0.01490345,0.1605204;0.08757558;0.02185589,0.2110727;-0.1826257;-0.03139578,-0.1060391;0.364747;0.007006071,-0.1623908;0.09048358;0.004987383,-0.2221535;-0.1773461;-0.05065171,0.07180165;0.004493771;-0.03499041,0.08748559;-0.3725266;0.00983822,0.09234867;-0.7138962;0.08693045,0.09336752;-0.7031825;-0.01118683,-0.0698424;0.005530693;-0.0386193,-0.1173588;-0.369664;-0.00158973,-0.1375748;-0.711743;0.06963704,-0.1396671;-0.7645485;0.01361135,0.008734252;0.3997723;0.007559592,48.2509
+0;0;0,0.004343288;0.1998868;0.00513879,0.009980028;0.499661;-0.002903936,0.1230705;0.365258;0.002641757,0.1613655;0.08839476;0.01938184,0.1995988;-0.17999;-0.05067399,-0.1055629;0.361547;0.003737283,-0.1658111;0.0881241;0.0005661966,-0.2385868;-0.1784236;-0.04477708,0.06952811;0.004799302;-0.03927861,0.08521302;-0.3714434;0.01166661,0.08699706;-0.7101755;0.0997427,0.09530755;-0.7643723;0.04643381,-0.07005566;0.006067256;-0.03814962,-0.1080076;-0.3697017;0.003771335,-0.1259625;-0.7090286;0.08764523,-0.1254669;-0.6986803;-0.01040356,0.008160167;0.3998357;0.00271726,0;0;0,0.00415874;0.1998249;0.007259516,0.01112031;0.4996653;0.00359659,0.1233541;0.3650109;0.01490345,0.1605204;0.08757558;0.02185589,0.2110727;-0.1826257;-0.03139578,-0.1060391;0.364747;0.007006071,-0.1623908;0.09048358;0.004987383,-0.2221535;-0.1773461;-0.05065171,0.07180165;0.004493771;-0.03499041,0.08748559;-0.3725266;0.00983822,0.09234867;-0.7138962;0.08693045,0.09336752;-0.7031825;-0.01118683,-0.0698424;0.005530693;-0.0386193,-0.1173588;-0.369664;-0.00158973,-0.1375748;-0.711743;0.06963704,-0.1396671;-0.7645485;0.01361135,0.008734252;0.3997723;0.007559592,48.26233
+0;0;0,0.004343288;0.1998868;0.00513879,0.009980028;0.499661;-0.002903936,0.1230705;0.365258;0.002641757,0.1613655;0.08839476;0.01938184,0.1995988;-0.17999;-0.05067399,-0.1055629;0.361547;0.003737283,-0.1658111;0.0881241;0.0005661966,-0.2385868;-0.1784236;-0.04477708,0.06952811;0.004799302;-0.03927861,0.08521302;-0.3714434;0.01166661,0.08699706;-0.7101755;0.0997427,0.09530755;-0.7643723;0.04643381,-0.07005566;0.006067256;-0.03814962,-0.1080076;-0.3697017;0.003771335,-0.1259625;-0.7090286;0.08764523,-0.1254669;-0.6986803;-0.01040356,0.008160167;0.3998357;0.00271726,0;0;0,0.004190827;0.1998241;0.007265601,0.01118787;0.4996636;0.003600436,0.1234194;0.3650162;0.01482903,0.1603401;0.08754417;0.02162391,0.210226;-0.1828376;-0.03133912,-0.105979;0.3647389;0.007047245,-0.162774;0.09056678;0.00505551,-0.2242639;-0.1771178;-0.04938687,0.07178975;0.004483233;-0.03501617,0.08747512;-0.3725378;0.009806667,0.09227872;-0.7139058;0.08690953,0.09326272;-0.7031909;-0.01120836,-0.06987118;0.005546027;-0.03856501,-0.1174127;-0.36966;-0.001683377,-0.137437;-0.7118102;0.06925462,-0.1393512;-0.7646697;0.01330248,0.008792458;0.3997709;0.007565252,48.2853
+0;0;0,0.004299135;0.1998883;0.005115563,0.009915082;0.4996616;-0.002983892,0.1230175;0.3652836;0.002643164,0.1613932;0.0884206;0.01920141,0.1991366;-0.1800611;-0.05074852,-0.1056328;0.3615805;0.003798457,-0.1702718;0.08916175;0.0006651853,-0.2466581;-0.1765432;-0.04367441,0.06955558;0.004806846;-0.03922901,0.08506564;-0.3714691;0.01152389,0.08704697;-0.7100956;0.1000004,0.09471009;-0.76443;0.04681217,-0.07001611;0.006046691;-0.03822541,-0.10804;-0.3697101;0.003738731,-0.1260026;-0.7090088;0.0877253,-0.1255261;-0.6986645;-0.01032279,0.008099911;0.3998371;0.002653358,0;0;0,0.004190827;0.1998241;0.007265601,0.01118787;0.4996636;0.003600436,0.1234194;0.3650162;0.01482903,0.1603401;0.08754417;0.02162391,0.210226;-0.1828376;-0.03133912,-0.105979;0.3647389;0.007047245,-0.162774;0.09056678;0.00505551,-0.2242639;-0.1771178;-0.04938687,0.07178975;0.004483233;-0.03501617,0.08747512;-0.3725378;0.009806667,0.09227872;-0.7139058;0.08690953,0.09326272;-0.7031909;-0.01120836,-0.06987118;0.005546027;-0.03856501,-0.1174127;-0.36966;-0.001683377,-0.137437;-0.7118102;0.06925462,-0.1393512;-0.7646697;0.01330248,0.008792458;0.3997709;0.007565252,48.29625
+0;0;0,0.004299135;0.1998883;0.005115563,0.009915082;0.4996616;-0.002983892,0.1230175;0.3652836;0.002643164,0.1613932;0.0884206;0.01920141,0.1991366;-0.1800611;-0.05074852,-0.1056328;0.3615805;0.003798457,-0.1702718;0.08916175;0.0006651853,-0.2466581;-0.1765432;-0.04367441,0.06955558;0.004806846;-0.03922901,0.08506564;-0.3714691;0.01152389,0.08704697;-0.7100956;0.1000004,0.09471009;-0.76443;0.04681217,-0.07001611;0.006046691;-0.03822541,-0.10804;-0.3697101;0.003738731,-0.1260026;-0.7090088;0.0877253,-0.1255261;-0.6986645;-0.01032279,0.008099911;0.3998371;0.002653358,0;0;0,0.004133825;0.1998281;0.007187472,0.01085703;0.4996673;0.003179232,0.1232337;0.3650798;0.01473599,0.159793;0.08755922;0.02150098,0.2068394;-0.1834392;-0.03090617,-0.106156;0.3646924;0.007092417,-0.1639068;0.09071904;0.005233285,-0.2275784;-0.1769013;-0.04697095,0.07179784;0.004409641;-0.03500894,0.08729611;-0.3726076;0.009910673,0.09216397;-0.7140048;0.08687991,0.09310842;-0.7033069;-0.01123502,-0.06986804;0.00560522;-0.03856213,-0.117545;-0.3695982;-0.001829639,-0.1375955;-0.7117406;0.0691391,-0.1339016;-0.7009947;-0.02892027,0.008600002;0.3997782;0.007311132,48.30762
+0;0;0,0.004299135;0.1998883;0.005115563,0.009915082;0.4996616;-0.002983892,0.1230175;0.3652836;0.002643164,0.1613932;0.0884206;0.01920141,0.1991366;-0.1800611;-0.05074852,-0.1056328;0.3615805;0.003798457,-0.1702718;0.08916175;0.0006651853,-0.2466581;-0.1765432;-0.04367441,0.06955558;0.004806846;-0.03922901,0.08506564;-0.3714691;0.01152389,0.08704697;-0.7100956;0.1000004,0.09471009;-0.76443;0.04681217,-0.07001611;0.006046691;-0.03822541,-0.10804;-0.3697101;0.003738731,-0.1260026;-0.7090088;0.0877253,-0.1255261;-0.6986645;-0.01032279,0.008099911;0.3998371;0.002653358,0;0;0,0.004133825;0.1998281;0.007187472,0.01085703;0.4996673;0.003179232,0.1232337;0.3650798;0.01473599,0.159793;0.08755922;0.02150098,0.2068394;-0.1834392;-0.03090617,-0.106156;0.3646924;0.007092417,-0.1639068;0.09071904;0.005233285,-0.2275784;-0.1769013;-0.04697095,0.07179784;0.004409641;-0.03500894,0.08729611;-0.3726076;0.009910673,0.09216397;-0.7140048;0.08687991,0.09310842;-0.7033069;-0.01123502,-0.06986804;0.00560522;-0.03856213,-0.117545;-0.3695982;-0.001829639,-0.1375955;-0.7117406;0.0691391,-0.1339016;-0.7009947;-0.02892027,0.008600002;0.3997782;0.007311132,48.31943
+0;0;0,0.004219203;0.1998892;0.005150122,0.009807363;0.4996636;-0.002923544,0.1229578;0.3654275;0.002738052,0.1612425;0.08854893;0.01924679,0.1988707;-0.1799773;-0.05059421,-0.1058324;0.3618692;0.0037501,-0.1759037;0.09078738;0.00159067,-0.262071;-0.1717377;-0.04374993,0.06957987;0.0048061;-0.03918601,0.08475891;-0.3714893;0.01152291,0.08711192;-0.7100914;0.1000842,0.09441483;-0.7640333;0.04622864,-0.07000374;0.006041498;-0.03824887,-0.1083034;-0.3696907;0.003684983,-0.1258032;-0.7088849;0.08818968,-0.1252714;-0.6985331;-0.009859629,0.007997442;0.3998385;0.002704678,0;0;0,0.004133825;0.1998281;0.007187472,0.01085703;0.4996673;0.003179232,0.1232337;0.3650798;0.01473599,0.159793;0.08755922;0.02150098,0.2068394;-0.1834392;-0.03090617,-0.106156;0.3646924;0.007092417,-0.1639068;0.09071904;0.005233285,-0.2275784;-0.1769013;-0.04697095,0.07179784;0.004409641;-0.03500894,0.08729611;-0.3726076;0.009910673,0.09216397;-0.7140048;0.08687991,0.09310842;-0.7033069;-0.01123502,-0.06986804;0.00560522;-0.03856213,-0.117545;-0.3695982;-0.001829639,-0.1375955;-0.7117406;0.0691391,-0.1339016;-0.7009947;-0.02892027,0.008600002;0.3997782;0.007311132,48.33046
+0;0;0,0.004219203;0.1998892;0.005150122,0.009807363;0.4996636;-0.002923544,0.1229578;0.3654275;0.002738052,0.1612425;0.08854893;0.01924679,0.1988707;-0.1799773;-0.05059421,-0.1058324;0.3618692;0.0037501,-0.1759037;0.09078738;0.00159067,-0.262071;-0.1717377;-0.04374993,0.06957987;0.0048061;-0.03918601,0.08475891;-0.3714893;0.01152291,0.08711192;-0.7100914;0.1000842,0.09441483;-0.7640333;0.04622864,-0.07000374;0.006041498;-0.03824887,-0.1083034;-0.3696907;0.003684983,-0.1258032;-0.7088849;0.08818968,-0.1252714;-0.6985331;-0.009859629,0.007997442;0.3998385;0.002704678,0;0;0,0.004251985;0.1998248;0.007207663,0.01118868;0.4996602;0.003254241,0.1234798;0.3650148;0.01458894,0.1601106;0.08750847;0.02154814,0.2037404;-0.1840872;-0.03072256,-0.1059331;0.3647793;0.007123414,-0.1649334;0.09107029;0.005597334,-0.2309064;-0.1759742;-0.04669795,0.07181782;0.004331677;-0.03497768,0.08719265;-0.3727181;0.009711035,0.09208941;-0.7141266;0.08662822,0.09297291;-0.7034212;-0.01148874,-0.06986286;0.005658846;-0.03856369,-0.117612;-0.369546;-0.001939449,-0.1374151;-0.7116814;0.06913224,-0.1337839;-0.7009149;-0.0289335,0.008851331;0.3997719;0.007360505,48.3534
+0;0;0,0.004219203;0.1998892;0.005150122,0.009807363;0.4996636;-0.002923544,0.1229578;0.3654275;0.002738052,0.1612425;0.08854893;0.01924679,0.1988707;-0.1799773;-0.05059421,-0.1058324;0.3618692;0.0037501,-0.1759037;0.09078738;0.00159067,-0.262071;-0.1717377;-0.04374993,0.06957987;0.0048061;-0.03918601,0.08475891;-0.3714893;0.01152291,0.08711192;-0.7100914;0.1000842,0.09441483;-0.7640333;0.04622864,-0.07000374;0.006041498;-0.03824887,-0.1083034;-0.3696907;0.003684983,-0.1258032;-0.7088849;0.08818968,-0.1252714;-0.6985331;-0.009859629,0.007997442;0.3998385;0.002704678,0;0;0,0.004356385;0.19982;0.007279537,0.01144773;0.4996547;0.003511441,0.1236962;0.3650212;0.01459929,0.1602257;0.08750334;0.02163089,0.2019941;-0.1845301;-0.02987848,-0.1057762;0.3649191;0.007274406,-0.1682874;0.09198627;0.007458267,-0.2407149;-0.1730934;-0.04627249,0.07180883;0.004302171;-0.03499976,0.08686706;-0.3727484;0.009789933,0.09189425;-0.7141627;0.08667283,0.09272955;-0.7034445;-0.01144708,-0.06988095;0.005684978;-0.03852705,-0.1177898;-0.3695069;-0.00197864,-0.1381355;-0.7114556;0.06983456,-0.1345458;-0.7006739;-0.02823569,0.009052886;0.3997647;0.007542364,48.37539
+0;0;0,0.004123691;0.19989;0.005195411,0.009666187;0.4996665;-0.002832673,0.1228573;0.3655299;0.002857387,0.1609705;0.08862677;0.01935044,0.1981767;-0.1799568;-0.05049626,-0.1059563;0.3618527;0.003889612,-0.1809275;0.09207997;0.002478858,-0.2727766;-0.1687635;-0.04138958,0.06958894;0.004785114;-0.03917246,0.08435531;-0.371498;0.01174856,0.08634897;-0.7101836;0.09999862,0.09457009;-0.7632427;0.04492041,-0.07002012;0.006053119;-0.03821705,-0.1088008;-0.3697042;0.003044482,-0.1262533;-0.7087961;0.08796838,-0.1257335;-0.6984388;-0.01008209,0.007866876;0.3998404;0.002780441,0;0;0,0.004356385;0.19982;0.007279537,0.01144773;0.4996547;0.003511441,0.1236962;0.3650212;0.01459929,0.1602257;0.08750334;0.02163089,0.2019941;-0.1845301;-0.02987848,-0.1057762;0.3649191;0.007274406,-0.1682874;0.09198627;0.007458267,-0.2407149;-0.1730934;-0.04627249,0.07180883;0.004302171;-0.03499976,0.08686706;-0.3727484;0.009789933,0.09189425;-0.7141627;0.08667283,0.09272955;-0.7034445;-0.01144708,-0.06988095;0.005684978;-0.03852705,-0.1177898;-0.3695069;-0.00197864,-0.1381355;-0.7114556;0.06983456,-0.1345458;-0.7006739;-0.02823569,0.009052886;0.3997647;0.007542364,48.38737
+0;0;0,0.004123691;0.19989;0.005195411,0.009666187;0.4996665;-0.002832673,0.1228573;0.3655299;0.002857387,0.1609705;0.08862677;0.01935044,0.1981767;-0.1799568;-0.05049626,-0.1059563;0.3618527;0.003889612,-0.1809275;0.09207997;0.002478858,-0.2727766;-0.1687635;-0.04138958,0.06958894;0.004785114;-0.03917246,0.08435531;-0.371498;0.01174856,0.08634897;-0.7101836;0.09999862,0.09457009;-0.7632427;0.04492041,-0.07002012;0.006053119;-0.03821705,-0.1088008;-0.3697042;0.003044482,-0.1262533;-0.7087961;0.08796838,-0.1257335;-0.6984388;-0.01008209,0.007866876;0.3998404;0.002780441,0;0;0,0.004418247;0.1998169;0.007329126,0.01159746;0.4996514;0.003689145,0.1238211;0.3650123;0.01459082,0.1602333;0.08747855;0.02160334,0.2004933;-0.184889;-0.02933833,-0.1056858;0.365006;0.007346206,-0.17068;0.09265518;0.00822923,-0.2468821;-0.1712774;-0.04592635,0.07181544;0.004261839;-0.03499112,0.08672277;-0.3727865;0.009868119,0.09181513;-0.7142113;0.08669983,0.09262363;-0.7034802;-0.01142285,-0.06988668;0.005710685;-0.03851286,-0.1177834;-0.3694961;-0.002102125,-0.1389665;-0.7111682;0.07077777,-0.1416822;-0.7649034;0.01617882,0.009170862;0.3997601;0.007668458,48.40958
+0;0;0,0.004123691;0.19989;0.005195411,0.009666187;0.4996665;-0.002832673,0.1228573;0.3655299;0.002857387,0.1609705;0.08862677;0.01935044,0.1981767;-0.1799568;-0.05049626,-0.1059563;0.3618527;0.003889612,-0.1809275;0.09207997;0.002478858,-0.2727766;-0.1687635;-0.04138958,0.06958894;0.004785114;-0.03917246,0.08435531;-0.371498;0.01174856,0.08634897;-0.7101836;0.09999862,0.09457009;-0.7632427;0.04492041,-0.07002012;0.006053119;-0.03821705,-0.1088008;-0.3697042;0.003044482,-0.1262533;-0.7087961;0.08796838,-0.1257335;-0.6984388;-0.01008209,0.007866876;0.3998404;0.002780441,0;0;0,0.004548443;0.1998123;0.007373554,0.01194442;0.499643;0.00382846,0.1240755;0.3649369;0.0145987,0.1602998;0.08738482;0.02185493,0.1994784;-0.1851843;-0.02885104,-0.1054635;0.3651529;0.007527067,-0.1729906;0.09342;0.008675201,-0.2517968;-0.1693988;-0.0471445,0.07182882;0.004233516;-0.03496708,0.08639024;-0.3728171;0.009986583,0.0914593;-0.714205;0.08698362,0.09220897;-0.7034647;-0.01114132,-0.06988677;0.005744247;-0.03850769,-0.1179864;-0.3695281;-0.003052182,-0.139616;-0.7110517;0.07039002,-0.1361019;-0.7002508;-0.02768673,0.009440113;0.3997521;0.007769945,48.43158
+0;0;0,0.003950821;0.1998934;0.005198065,0.009374333;0.499671;-0.002867644,0.1226394;0.3656635;0.002915651,0.1606375;0.08874464;0.01941063,0.1969901;-0.1799614;-0.05041449,-0.1062005;0.3618282;0.004067769,-0.1867596;0.09366801;0.003494647,-0.289017;-0.1631289;-0.04121288,0.06961796;0.004775604;-0.03912203,0.0838894;-0.3715007;0.01199001,0.08615775;-0.7101911;0.1002151,0.09434153;-0.7619873;0.04327287,-0.07000352;0.006056926;-0.03824683,-0.1096301;-0.3696158;0.002980631,-0.126641;-0.7087466;0.08783931,-0.1261674;-0.6983881;-0.01021165,0.007610755;0.3998451;0.002759927,0;0;0,0.004548443;0.1998123;0.007373554,0.01194442;0.499643;0.00382846,0.1240755;0.3649369;0.0145987,0.1602998;0.08738482;0.02185493,0.1994784;-0.1851843;-0.02885104,-0.1054635;0.3651529;0.007527067,-0.1729906;0.09342;0.008675201,-0.2517968;-0.1693988;-0.0471445,0.07182882;0.004233516;-0.03496708,0.08639024;-0.3728171;0.009986583,0.0914593;-0.714205;0.08698362,0.09220897;-0.7034647;-0.01114132,-0.06988677;0.005744247;-0.03850769,-0.1179864;-0.3695281;-0.003052182,-0.139616;-0.7110517;0.07039002,-0.1361019;-0.7002508;-0.02768673,0.009440113;0.3997521;0.007769945,48.4431
+0;0;0,0.003950821;0.1998934;0.005198065,0.009374333;0.499671;-0.002867644,0.1226394;0.3656635;0.002915651,0.1606375;0.08874464;0.01941063,0.1969901;-0.1799614;-0.05041449,-0.1062005;0.3618282;0.004067769,-0.1867596;0.09366801;0.003494647,-0.289017;-0.1631289;-0.04121288,0.06961796;0.004775604;-0.03912203,0.0838894;-0.3715007;0.01199001,0.08615775;-0.7101911;0.1002151,0.09434153;-0.7619873;0.04327287,-0.07000352;0.006056926;-0.03824683,-0.1096301;-0.3696158;0.002980631,-0.126641;-0.7087466;0.08783931,-0.1261674;-0.6983881;-0.01021165,0.007610755;0.3998451;0.002759927,0;0;0,0.004548443;0.1998123;0.007373554,0.01194442;0.499643;0.00382846,0.1240755;0.3649369;0.0145987,0.1602998;0.08738482;0.02185493,0.1994784;-0.1851843;-0.02885104,-0.1054635;0.3651529;0.007527067,-0.1729906;0.09342;0.008675201,-0.2517968;-0.1693988;-0.0471445,0.07182882;0.004233516;-0.03496708,0.08639024;-0.3728171;0.009986583,0.0914593;-0.714205;0.08698362,0.09220897;-0.7034647;-0.01114132,-0.06988677;0.005744247;-0.03850769,-0.1179864;-0.3695281;-0.003052182,-0.139616;-0.7110517;0.07039002,-0.1361019;-0.7002508;-0.02768673,0.009440113;0.3997521;0.007769945,48.4541
+0;0;0,0.003950821;0.1998934;0.005198065,0.009374333;0.499671;-0.002867644,0.1226394;0.3656635;0.002915651,0.1606375;0.08874464;0.01941063,0.1969901;-0.1799614;-0.05041449,-0.1062005;0.3618282;0.004067769,-0.1867596;0.09366801;0.003494647,-0.289017;-0.1631289;-0.04121288,0.06961796;0.004775604;-0.03912203,0.0838894;-0.3715007;0.01199001,0.08615775;-0.7101911;0.1002151,0.09434153;-0.7619873;0.04327287,-0.07000352;0.006056926;-0.03824683,-0.1096301;-0.3696158;0.002980631,-0.126641;-0.7087466;0.08783931,-0.1261674;-0.6983881;-0.01021165,0.007610755;0.3998451;0.002759927,0;0;0,0.004613068;0.1998105;0.007381227,0.01206838;0.49964;0.003855036,0.1241817;0.364948;0.01469195,0.1604781;0.08740929;0.0220956,0.1986652;-0.1854547;-0.02777409,-0.1053758;0.3652115;0.007742772,-0.1750726;0.09403136;0.009665876,-0.2572425;-0.167594;-0.0469049,0.07182389;0.004191943;-0.03498223,0.08614963;-0.372835;0.01024443,0.09115942;-0.7142337;0.08719791,0.09186351;-0.7034918;-0.01092768,-0.06990241;0.00578315;-0.03847349,-0.1181531;-0.3694595;-0.002909359,-0.1398245;-0.7109705;0.07057969,-0.1363562;-0.7001677;-0.02749905,0.009546489;0.3997492;0.007788657,48.47641
+0;0;0,0.003834383;0.1998946;0.005240384,0.009179696;0.499675;-0.002772365,0.1224936;0.3657623;0.002998486,0.1602963;0.08880454;0.0192888,0.1961108;-0.180013;-0.05038514,-0.1063505;0.3617609;0.004223323,-0.19362;0.09570819;0.004304072,-0.3072599;-0.1563196;-0.04005739,0.06960683;0.004720715;-0.03914847,0.083479;-0.3715429;0.01216709,0.08589699;-0.7102557;0.1003018,0.0940846;-0.7620513;0.04335927,-0.07002171;0.006102683;-0.03820625,-0.1098363;-0.3695566;0.002963256,-0.1273748;-0.7086492;0.08786692,-0.1269266;-0.6982819;-0.01018591,0.007436429;0.3998477;0.002837301,0;0;0,0.004613068;0.1998105;0.007381227,0.01206838;0.49964;0.003855036,0.1241817;0.364948;0.01469195,0.1604781;0.08740929;0.0220956,0.1986652;-0.1854547;-0.02777409,-0.1053758;0.3652115;0.007742772,-0.1750726;0.09403136;0.009665876,-0.2572425;-0.167594;-0.0469049,0.07182389;0.004191943;-0.03498223,0.08614963;-0.372835;0.01024443,0.09115942;-0.7142337;0.08719791,0.09186351;-0.7034918;-0.01092768,-0.06990241;0.00578315;-0.03847349,-0.1181531;-0.3694595;-0.002909359,-0.1398245;-0.7109705;0.07057969,-0.1363562;-0.7001677;-0.02749905,0.009546489;0.3997492;0.007788657,48.4887
+0;0;0,0.003834383;0.1998946;0.005240384,0.009179696;0.499675;-0.002772365,0.1224936;0.3657623;0.002998486,0.1602963;0.08880454;0.0192888,0.1961108;-0.180013;-0.05038514,-0.1063505;0.3617609;0.004223323,-0.19362;0.09570819;0.004304072,-0.3072599;-0.1563196;-0.04005739,0.06960683;0.004720715;-0.03914847,0.083479;-0.3715429;0.01216709,0.08589699;-0.7102557;0.1003018,0.0940846;-0.7620513;0.04335927,-0.07002171;0.006102683;-0.03820625,-0.1098363;-0.3695566;0.002963256,-0.1273748;-0.7086492;0.08786692,-0.1269266;-0.6982819;-0.01018591,0.007436429;0.3998477;0.002837301,0;0;0,0.004591134;0.1998099;0.007411196,0.01196683;0.4996418;0.003920784,0.1241159;0.364977;0.01475022,0.1604434;0.08744213;0.02214663,0.1980529;-0.1855572;-0.02742047,-0.1054285;0.3651412;0.007882271,-0.1777371;0.09465328;0.01067517,-0.2631237;-0.1660416;-0.04542567,0.07183509;0.004184292;-0.03496012,0.085821;-0.3728427;0.01037237,0.09073657;-0.7142388;0.08734335,0.09140727;-0.7034946;-0.01078293,-0.06990048;0.005803517;-0.0384739,-0.1184284;-0.3693917;-0.002786331,-0.1402954;-0.710889;0.07070782,-0.1368593;-0.7000825;-0.02737279,0.009472432;0.3997499;0.007842573,48.50985
+0;0;0,0.003834383;0.1998946;0.005240384,0.009179696;0.499675;-0.002772365,0.1224936;0.3657623;0.002998486,0.1602963;0.08880454;0.0192888,0.1961108;-0.180013;-0.05038514,-0.1063505;0.3617609;0.004223323,-0.19362;0.09570819;0.004304072,-0.3072599;-0.1563196;-0.04005739,0.06960683;0.004720715;-0.03914847,0.083479;-0.3715429;0.01216709,0.08589699;-0.7102557;0.1003018,0.0940846;-0.7620513;0.04335927,-0.07002171;0.006102683;-0.03820625,-0.1098363;-0.3695566;0.002963256,-0.1273748;-0.7086492;0.08786692,-0.1269266;-0.6982819;-0.01018591,0.007436429;0.3998477;0.002837301,0;0;0,0.004591134;0.1998099;0.007411196,0.01196683;0.4996418;0.003920784,0.1241159;0.364977;0.01475022,0.1604434;0.08744213;0.02214663,0.1980529;-0.1855572;-0.02742047,-0.1054285;0.3651412;0.007882271,-0.1777371;0.09465328;0.01067517,-0.2631237;-0.1660416;-0.04542567,0.07183509;0.004184292;-0.03496012,0.085821;-0.3728427;0.01037237,0.09073657;-0.7142388;0.08734335,0.09140727;-0.7034946;-0.01078293,-0.06990048;0.005803517;-0.0384739,-0.1184284;-0.3693917;-0.002786331,-0.1402954;-0.710889;0.07070782,-0.1368593;-0.7000825;-0.02737279,0.009472432;0.3997499;0.007842573,48.52173
+0;0;0,0.003855734;0.1998939;0.005251316,0.009290458;0.4996734;-0.002737807,0.122586;0.3658221;0.003038744,0.1604253;0.08886629;0.01927704,0.1951782;-0.1800123;-0.05069823,-0.1062902;0.3618059;0.004376871,-0.2023908;0.09881434;0.004045864,-0.3211804;-0.1508162;-0.04037924,0.06961901;0.004645493;-0.03913581,0.08327049;-0.3716037;0.01234421,0.08568343;-0.7103093;0.1005072,0.09425098;-0.7618344;0.04323374,-0.07000657;0.006180856;-0.03822143,-0.1099168;-0.3694652;0.002975699,-0.1275699;-0.7085116;0.08804004,-0.1271629;-0.6981421;-0.01001341,0.007510712;0.3998462;0.002861872,0;0;0,0.004517692;0.1998077;0.007516507,0.01182025;0.499642;0.004102335,0.1240037;0.3650117;0.01480134,0.1604748;0.08749861;0.0223079,0.1976544;-0.185617;-0.02694215,-0.1055572;0.3651372;0.008112132,-0.1804203;0.09535185;0.01148384,-0.2693113;-0.1642402;-0.04428694,0.07182838;0.004199381;-0.03497213,0.08545753;-0.3728161;0.0105639,0.09041977;-0.7141912;0.08762521,0.09102761;-0.7034349;-0.01050384,-0.06992792;0.005799379;-0.03842465,-0.1185384;-0.3693878;-0.00276529,-0.1405594;-0.71084;0.07089236,-0.1371858;-0.7000217;-0.02719273,0.009342851;0.3997489;0.008002924,48.54326
+0;0;0,0.003855734;0.1998939;0.005251316,0.009290458;0.4996734;-0.002737807,0.122586;0.3658221;0.003038744,0.1604253;0.08886629;0.01927704,0.1951782;-0.1800123;-0.05069823,-0.1062902;0.3618059;0.004376871,-0.2023908;0.09881434;0.004045864,-0.3211804;-0.1508162;-0.04037924,0.06961901;0.004645493;-0.03913581,0.08327049;-0.3716037;0.01234421,0.08568343;-0.7103093;0.1005072,0.09425098;-0.7618344;0.04323374,-0.07000657;0.006180856;-0.03822143,-0.1099168;-0.3694652;0.002975699,-0.1275699;-0.7085116;0.08804004,-0.1271629;-0.6981421;-0.01001341,0.007510712;0.3998462;0.002861872,0;0;0,0.004517692;0.1998077;0.007516507,0.01182025;0.499642;0.004102335,0.1240037;0.3650117;0.01480134,0.1604748;0.08749861;0.0223079,0.1976544;-0.185617;-0.02694215,-0.1055572;0.3651372;0.008112132,-0.1804203;0.09535185;0.01148384,-0.2693113;-0.1642402;-0.04428694,0.07182838;0.004199381;-0.03497213,0.08545753;-0.3728161;0.0105639,0.09041977;-0.7141912;0.08762521,0.09102761;-0.7034349;-0.01050384,-0.06992792;0.005799379;-0.03842465,-0.1185384;-0.3693878;-0.00276529,-0.1405594;-0.71084;0.07089236,-0.1371858;-0.7000217;-0.02719273,0.009342851;0.3997489;0.008002924,48.55466
+0;0;0,0.003855734;0.1998939;0.005251316,0.009290458;0.4996734;-0.002737807,0.122586;0.3658221;0.003038744,0.1604253;0.08886629;0.01927704,0.1951782;-0.1800123;-0.05069823,-0.1062902;0.3618059;0.004376871,-0.2023908;0.09881434;0.004045864,-0.3211804;-0.1508162;-0.04037924,0.06961901;0.004645493;-0.03913581,0.08327049;-0.3716037;0.01234421,0.08568343;-0.7103093;0.1005072,0.09425098;-0.7618344;0.04323374,-0.07000657;0.006180856;-0.03822143,-0.1099168;-0.3694652;0.002975699,-0.1275699;-0.7085116;0.08804004,-0.1271629;-0.6981421;-0.01001341,0.007510712;0.3998462;0.002861872,0;0;0,0.0045091;0.1998054;0.007581491,0.01176971;0.4996417;0.004252068,0.1239759;0.365035;0.01490468,0.1604356;0.08752319;0.02251161,0.197471;-0.1856427;-0.02656746,-0.1056169;0.3652132;0.008332547,-0.1835741;0.09631595;0.0124539,-0.2768578;-0.1621711;-0.04123607,0.07180763;0.004156572;-0.03501981,0.0850274;-0.3728397;0.01079559,0.09000001;-0.7141945;0.08794612,0.09056626;-0.7034239;-0.01018598,-0.06997205;0.005835956;-0.03833868,-0.1187811;-0.369315;-0.002569005,-0.1408506;-0.7107586;0.07111388,-0.1375183;-0.6999307;-0.02697448,0.009306348;0.3997471;0.008125219,48.57712
+0;0;0,0.003872562;0.1998933;0.005260331,0.009375488;0.4996722;-0.002708916,0.1226591;0.3658731;0.002980573,0.1606862;0.08893955;0.01915907,0.1946407;-0.1800682;-0.05071158,-0.1062461;0.36185;0.004519979,-0.210272;0.1018918;0.003927289,-0.3410767;-0.1414951;-0.0413822,0.06962737;0.004596004;-0.03912679,0.08312579;-0.3716358;0.01252018,0.08532886;-0.710326;0.100748,0.09399554;-0.7620682;0.04379964,-0.06999359;0.006234393;-0.03823651,-0.1100535;-0.3693721;0.00317578,-0.1276653;-0.7084041;0.08830564,-0.1273276;-0.698032;-0.009748615,0.007568235;0.399845;0.002882363,0;0;0,0.004352803;0.1998049;0.007685312,0.01147724;0.4996451;0.004432891,0.1237562;0.3651582;0.01500029,0.160248;0.08765328;0.0227063,0.1970541;-0.1855748;-0.02619883,-0.1058705;0.3651944;0.008625238,-0.1870469;0.09725735;0.01311261,-0.2854937;-0.1595023;-0.03963885,0.07180295;0.004193758;-0.03502497,0.08451963;-0.3727892;0.01104179,0.08947948;-0.714147;0.08817963,0.08997057;-0.7033656;-0.009954982,-0.06998621;0.005811378;-0.03831656,-0.1198234;-0.3692652;-0.003190048,-0.1415402;-0.7106878;0.07069461,-0.1382837;-0.6998436;-0.0273995,0.009046249;0.3997489;0.008284536,48.59908
+0;0;0,0.003872562;0.1998933;0.005260331,0.009375488;0.4996722;-0.002708916,0.1226591;0.3658731;0.002980573,0.1606862;0.08893955;0.01915907,0.1946407;-0.1800682;-0.05071158,-0.1062461;0.36185;0.004519979,-0.210272;0.1018918;0.003927289,-0.3410767;-0.1414951;-0.0413822,0.06962737;0.004596004;-0.03912679,0.08312579;-0.3716358;0.01252018,0.08532886;-0.710326;0.100748,0.09399554;-0.7620682;0.04379964,-0.06999359;0.006234393;-0.03823651,-0.1100535;-0.3693721;0.00317578,-0.1276653;-0.7084041;0.08830564,-0.1273276;-0.698032;-0.009748615,0.007568235;0.399845;0.002882363,0;0;0,0.004352803;0.1998049;0.007685312,0.01147724;0.4996451;0.004432891,0.1237562;0.3651582;0.01500029,0.160248;0.08765328;0.0227063,0.1970541;-0.1855748;-0.02619883,-0.1058705;0.3651944;0.008625238,-0.1870469;0.09725735;0.01311261,-0.2854937;-0.1595023;-0.03963885,0.07180295;0.004193758;-0.03502497,0.08451963;-0.3727892;0.01104179,0.08947948;-0.714147;0.08817963,0.08997057;-0.7033656;-0.009954982,-0.06998621;0.005811378;-0.03831656,-0.1198234;-0.3692652;-0.003190048,-0.1415402;-0.7106878;0.07069461,-0.1382837;-0.6998436;-0.0273995,0.009046249;0.3997489;0.008284536,48.61076
+0;0;0,0.003872562;0.1998933;0.005260331,0.009375488;0.4996722;-0.002708916,0.1226591;0.3658731;0.002980573,0.1606862;0.08893955;0.01915907,0.1946407;-0.1800682;-0.05071158,-0.1062461;0.36185;0.004519979,-0.210272;0.1018918;0.003927289,-0.3410767;-0.1414951;-0.0413822,0.06962737;0.004596004;-0.03912679,0.08312579;-0.3716358;0.01252018,0.08532886;-0.710326;0.100748,0.09399554;-0.7620682;0.04379964,-0.06999359;0.006234393;-0.03823651,-0.1100535;-0.3693721;0.00317578,-0.1276653;-0.7084041;0.08830564,-0.1273276;-0.698032;-0.009748615,0.007568235;0.399845;0.002882363,0;0;0,0.004352803;0.1998049;0.007685312,0.01147724;0.4996451;0.004432891,0.1237562;0.3651582;0.01500029,0.160248;0.08765328;0.0227063,0.1970541;-0.1855748;-0.02619883,-0.1058705;0.3651944;0.008625238,-0.1870469;0.09725735;0.01311261,-0.2854937;-0.1595023;-0.03963885,0.07180295;0.004193758;-0.03502497,0.08451963;-0.3727892;0.01104179,0.08947948;-0.714147;0.08817963,0.08997057;-0.7033656;-0.009954982,-0.06998621;0.005811378;-0.03831656,-0.1198234;-0.3692652;-0.003190048,-0.1415402;-0.7106878;0.07069461,-0.1382837;-0.6998436;-0.0273995,0.009046249;0.3997489;0.008284536,48.63287
+0;0;0,0.004001905;0.1998925;0.005195408,0.009854502;0.4996617;-0.002890051,0.1229986;0.3658501;0.002815983,0.16132;0.08894995;0.01887102,0.1949275;-0.1801997;-0.05061992,-0.1059166;0.3619009;0.00462531,-0.2212549;0.1067596;0.004758072,-0.3614743;-0.1315517;-0.03935808,0.06957772;0.004566662;-0.03921844,0.08296245;-0.3716267;0.01273724,0.08507876;-0.710326;0.1009323,0.09259675;-0.7621359;0.0439181,-0.07004406;0.006244185;-0.03814236,-0.1101905;-0.3693556;0.003246829,-0.1280213;-0.7083457;0.08849813,-0.1277739;-0.6979748;-0.009556122,0.007912755;0.3998392;0.002739624,0;0;0,0.004346887;0.199801;0.007788631,0.01141832;0.4996438;0.004670192,0.1237397;0.3652252;0.01517036,0.1603441;0.08773929;0.02302327,0.1971909;-0.1854692;-0.02596096,-0.1059302;0.3652615;0.009005561,-0.1913648;0.09864795;0.01326734,-0.2936786;-0.1566382;-0.03927674,0.07177368;0.004141951;-0.03509107,0.08415136;-0.3727968;0.01142726,0.08913277;-0.7141356;0.08864795,0.08954749;-0.7033397;-0.009489872,-0.07003067;0.005861336;-0.0382276,-0.1201671;-0.3691769;-0.003118068,-0.1418365;-0.7105659;0.07093582,-0.1386571;-0.6997097;-0.02716315,0.009007031;0.3997455;0.008479883,48.64457
+0;0;0,0.004001905;0.1998925;0.005195408,0.009854502;0.4996617;-0.002890051,0.1229986;0.3658501;0.002815983,0.16132;0.08894995;0.01887102,0.1949275;-0.1801997;-0.05061992,-0.1059166;0.3619009;0.00462531,-0.2212549;0.1067596;0.004758072,-0.3614743;-0.1315517;-0.03935808,0.06957772;0.004566662;-0.03921844,0.08296245;-0.3716267;0.01273724,0.08507876;-0.710326;0.1009323,0.09259675;-0.7621359;0.0439181,-0.07004406;0.006244185;-0.03814236,-0.1101905;-0.3693556;0.003246829,-0.1280213;-0.7083457;0.08849813,-0.1277739;-0.6979748;-0.009556122,0.007912755;0.3998392;0.002739624,0;0;0,0.004346887;0.199801;0.007788631,0.01141832;0.4996438;0.004670192,0.1237397;0.3652252;0.01517036,0.1603441;0.08773929;0.02302327,0.1971909;-0.1854692;-0.02596096,-0.1059302;0.3652615;0.009005561,-0.1913648;0.09864795;0.01326734,-0.2936786;-0.1566382;-0.03927674,0.07177368;0.004141951;-0.03509107,0.08415136;-0.3727968;0.01142726,0.08913277;-0.7141356;0.08864795,0.08954749;-0.7033397;-0.009489872,-0.07003067;0.005861336;-0.0382276,-0.1201671;-0.3691769;-0.003118068,-0.1418365;-0.7105659;0.07093582,-0.1386571;-0.6997097;-0.02716315,0.009007031;0.3997455;0.008479883,48.65664
+0;0;0,0.004001905;0.1998925;0.005195408,0.009854502;0.4996617;-0.002890051,0.1229986;0.3658501;0.002815983,0.16132;0.08894995;0.01887102,0.1949275;-0.1801997;-0.05061992,-0.1059166;0.3619009;0.00462531,-0.2212549;0.1067596;0.004758072,-0.3614743;-0.1315517;-0.03935808,0.06957772;0.004566662;-0.03921844,0.08296245;-0.3716267;0.01273724,0.08507876;-0.710326;0.1009323,0.09259675;-0.7621359;0.0439181,-0.07004406;0.006244185;-0.03814236,-0.1101905;-0.3693556;0.003246829,-0.1280213;-0.7083457;0.08849813,-0.1277739;-0.6979748;-0.009556122,0.007912755;0.3998392;0.002739624,0;0;0,0.004328517;0.1997982;0.00787032,0.01136103;0.4996426;0.004833282,0.1237183;0.3653053;0.01532376,0.1603183;0.08781964;0.02320757,0.1971653;-0.1853711;-0.02587529,-0.1059907;0.3653107;0.009231075,-0.1958071;0.100143;0.01359822,-0.3022733;-0.153892;-0.03671246,0.07177514;0.004143164;-0.03508795,0.08402182;-0.3728069;0.01137324,0.08881182;-0.7140685;0.08894609,0.08920161;-0.703265;-0.009193331,-0.07003725;0.005864678;-0.03821503,-0.1201;-0.3691562;-0.002816308,-0.1418934;-0.7105396;0.07122739,-0.1387412;-0.6996731;-0.02687448,0.008961584;0.3997431;0.008620485,48.67794
+0;0;0,0.004153944;0.1998933;0.005041832,0.01035153;0.4996471;-0.003343484,0.123405;0.365963;0.002525492,0.1617638;0.08907947;0.0187772,0.1950288;-0.1802059;-0.05035184,-0.1056392;0.3622065;0.004777093,-0.2304918;0.1115839;0.004391117,-0.3773534;-0.1225667;-0.0403881,0.06951968;0.004475675;-0.03933169,0.08240247;-0.3717419;0.01257595,0.08436526;-0.7105494;0.1003576,0.09218061;-0.7641194;0.04599788,-0.07011163;0.006300285;-0.03800876,-0.1097026;-0.3694627;0.002423134,-0.128557;-0.7083254;0.08796036,-0.1226604;-0.7647134;0.03793691,0.008284258;0.3998331;0.002392152,0;0;0,0.004328517;0.1997982;0.00787032,0.01136103;0.4996426;0.004833282,0.1237183;0.3653053;0.01532376,0.1603183;0.08781964;0.02320757,0.1971653;-0.1853711;-0.02587529,-0.1059907;0.3653107;0.009231075,-0.1958071;0.100143;0.01359822,-0.3022733;-0.153892;-0.03671246,0.07177514;0.004143164;-0.03508795,0.08402182;-0.3728069;0.01137324,0.08881182;-0.7140685;0.08894609,0.08920161;-0.703265;-0.009193331,-0.07003725;0.005864678;-0.03821503,-0.1201;-0.3691562;-0.002816308,-0.1418934;-0.7105396;0.07122739,-0.1387412;-0.6996731;-0.02687448,0.008961584;0.3997431;0.008620485,48.68923
+0;0;0,0.004153944;0.1998933;0.005041832,0.01035153;0.4996471;-0.003343484,0.123405;0.365963;0.002525492,0.1617638;0.08907947;0.0187772,0.1950288;-0.1802059;-0.05035184,-0.1056392;0.3622065;0.004777093,-0.2304918;0.1115839;0.004391117,-0.3773534;-0.1225667;-0.0403881,0.06951968;0.004475675;-0.03933169,0.08240247;-0.3717419;0.01257595,0.08436526;-0.7105494;0.1003576,0.09218061;-0.7641194;0.04599788,-0.07011163;0.006300285;-0.03800876,-0.1097026;-0.3694627;0.002423134,-0.128557;-0.7083254;0.08796036,-0.1226604;-0.7647134;0.03793691,0.008284258;0.3998331;0.002392152,0;0;0,0.004115461;0.1998081;0.007731908,0.01038686;0.4996633;0.004226817,0.123082;0.3654663;0.01531937,0.1597572;0.08799595;0.02339034,0.1966677;-0.1851274;-0.0260186,-0.1065829;0.3651448;0.009405713,-0.2006821;0.1014709;0.01403188,-0.3123599;-0.1503536;-0.03609288,0.07172469;0.00412268;-0.03519335,0.0837752;-0.3728025;0.01152067,0.08855236;-0.7140325;0.08923312,0.08888187;-0.7032551;-0.008901432,-0.0700874;0.005882895;-0.03812018,-0.1202434;-0.3691159;-0.002619196,-0.1422057;-0.7105002;0.07136969,-0.1391119;-0.6996551;-0.02672986,0.008308614;0.3997636;0.008195071,48.70055
+0;0;0,0.004153944;0.1998933;0.005041832,0.01035153;0.4996471;-0.003343484,0.123405;0.365963;0.002525492,0.1617638;0.08907947;0.0187772,0.1950288;-0.1802059;-0.05035184,-0.1056392;0.3622065;0.004777093,-0.2304918;0.1115839;0.004391117,-0.3773534;-0.1225667;-0.0403881,0.06951968;0.004475675;-0.03933169,0.08240247;-0.3717419;0.01257595,0.08436526;-0.7105494;0.1003576,0.09218061;-0.7641194;0.04599788,-0.07011163;0.006300285;-0.03800876,-0.1097026;-0.3694627;0.002423134,-0.128557;-0.7083254;0.08796036,-0.1226604;-0.7647134;0.03793691,0.008284258;0.3998331;0.002392152,0;0;0,0.004115461;0.1998081;0.007731908,0.01038686;0.4996633;0.004226817,0.123082;0.3654663;0.01531937,0.1597572;0.08799595;0.02339034,0.1966677;-0.1851274;-0.0260186,-0.1065829;0.3651448;0.009405713,-0.2006821;0.1014709;0.01403188,-0.3123599;-0.1503536;-0.03609288,0.07172469;0.00412268;-0.03519335,0.0837752;-0.3728025;0.01152067,0.08855236;-0.7140325;0.08923312,0.08888187;-0.7032551;-0.008901432,-0.0700874;0.005882895;-0.03812018,-0.1202434;-0.3691159;-0.002619196,-0.1422057;-0.7105002;0.07136969,-0.1391119;-0.6996551;-0.02672986,0.008308614;0.3997636;0.008195071,48.72284
+0;0;0,0.004150975;0.1998941;0.005009567,0.01036046;0.4996468;-0.003407751,0.1234374;0.3660538;0.00233604,0.1615341;0.0891445;0.01876407,0.1946581;-0.1801885;-0.05024713,-0.1056658;0.3623265;0.005041002,-0.2405119;0.1169363;0.005482968,-0.3992983;-0.1095808;-0.03783993,0.06951671;0.004434439;-0.03934161,0.08208774;-0.3719341;0.01153737,0.08424502;-0.7106335;0.0997307,0.09114259;-0.7639916;0.04492319,-0.07011619;0.006336642;-0.03799429,-0.109769;-0.3694234;0.002404112,-0.1291168;-0.7083476;0.08758701,-0.1291563;-0.6979951;-0.01046385,0.008289922;0.3998334;0.002336439,0;0;0,0.003923963;0.1998181;0.007570232,0.009680367;0.4996784;0.003676351,0.1225811;0.3655646;0.01517598,0.1594943;0.08813739;0.02363707,0.1963821;-0.1849414;-0.02603474,-0.1070442;0.3650309;0.009575266,-0.205422;0.1029224;0.01415181,-0.319868;-0.1477261;-0.03562199,0.07174055;0.004085226;-0.03516539,0.08356161;-0.3728259;0.01172059,0.0884192;-0.7140614;0.08940423,0.0886456;-0.703304;-0.008726671,-0.07005521;0.00593563;-0.03817114,-0.1203229;-0.3690215;-0.002389334,-0.1423087;-0.7104198;0.07152846,-0.139318;-0.6995987;-0.0265696,0.007800322;0.3997805;0.007783855,48.74437
+0;0;0,0.004150975;0.1998941;0.005009567,0.01036046;0.4996468;-0.003407751,0.1234374;0.3660538;0.00233604,0.1615341;0.0891445;0.01876407,0.1946581;-0.1801885;-0.05024713,-0.1056658;0.3623265;0.005041002,-0.2405119;0.1169363;0.005482968,-0.3992983;-0.1095808;-0.03783993,0.06951671;0.004434439;-0.03934161,0.08208774;-0.3719341;0.01153737,0.08424502;-0.7106335;0.0997307,0.09114259;-0.7639916;0.04492319,-0.07011619;0.006336642;-0.03799429,-0.109769;-0.3694234;0.002404112,-0.1291168;-0.7083476;0.08758701,-0.1291563;-0.6979951;-0.01046385,0.008289922;0.3998334;0.002336439,0;0;0,0.003923963;0.1998181;0.007570232,0.009680367;0.4996784;0.003676351,0.1225811;0.3655646;0.01517598,0.1594943;0.08813739;0.02363707,0.1963821;-0.1849414;-0.02603474,-0.1070442;0.3650309;0.009575266,-0.205422;0.1029224;0.01415181,-0.319868;-0.1477261;-0.03562199,0.07174055;0.004085226;-0.03516539,0.08356161;-0.3728259;0.01172059,0.0884192;-0.7140614;0.08940423,0.0886456;-0.703304;-0.008726671,-0.07005521;0.00593563;-0.03817114,-0.1203229;-0.3690215;-0.002389334,-0.1423087;-0.7104198;0.07152846,-0.139318;-0.6995987;-0.0265696,0.007800322;0.3997805;0.007783855,48.75618
+0;0;0,0.004150975;0.1998941;0.005009567,0.01036046;0.4996468;-0.003407751,0.1234374;0.3660538;0.00233604,0.1615341;0.0891445;0.01876407,0.1946581;-0.1801885;-0.05024713,-0.1056658;0.3623265;0.005041002,-0.2405119;0.1169363;0.005482968,-0.3992983;-0.1095808;-0.03783993,0.06951671;0.004434439;-0.03934161,0.08208774;-0.3719341;0.01153737,0.08424502;-0.7106335;0.0997307,0.09114259;-0.7639916;0.04492319,-0.07011619;0.006336642;-0.03799429,-0.109769;-0.3694234;0.002404112,-0.1291168;-0.7083476;0.08758701,-0.1291563;-0.6979951;-0.01046385,0.008289922;0.3998334;0.002336439,0;0;0,0.003798782;0.1998231;0.00750388,0.009310239;0.4996867;0.003507468,0.1223264;0.3657024;0.01516801,0.1592439;0.08827746;0.02368173,0.1963868;-0.1847744;-0.02594767,-0.1073007;0.3649625;0.009736208,-0.2118619;0.1052513;0.01386657,-0.3290026;-0.1445785;-0.03370568,0.07166183;0.004083736;-0.0353257,0.08323815;-0.3727748;0.01204135,0.08818894;-0.7140297;0.08963375,0.08835624;-0.7032771;-0.008496344,-0.07012804;0.005940413;-0.03803643,-0.1205464;-0.3689903;-0.002190892,-0.1425554;-0.710382;0.07175058,-0.1396226;-0.6995686;-0.0263477,0.007515534;0.3997885;0.007644738,48.77803
+0;0;0,0.004230126;0.1998946;0.004923171,0.01058101;0.49964;-0.003647287,0.1236312;0.3661205;0.002066428,0.1621731;0.08927828;0.01858667,0.194968;-0.1801734;-0.0501176,-0.1055388;0.362496;0.005253342,-0.2529659;0.124453;0.004367051,-0.419085;-0.09664361;-0.03945929,0.06946947;0.00439249;-0.03942966,0.08173567;-0.3719564;0.01166832,0.08385805;-0.7106501;0.09988457,0.09052248;-0.7639733;0.0449953,-0.0701636;0.006372503;-0.03790066,-0.1101326;-0.3693552;0.002486713,-0.1294937;-0.7083095;0.08754625,-0.1252877;-0.7641182;0.03636826,0.008463363;0.3998306;0.002148943,0;0;0,0.003840616;0.1998192;0.007584512,0.009440708;0.4996827;0.003707331,0.1224144;0.3657019;0.01536425,0.1599149;0.08834961;0.02369465,0.1965849;-0.1848216;-0.02562873,-0.1072187;0.3649855;0.009984585,-0.2156746;0.1068736;0.01393143,-0.3366818;-0.1413483;-0.03236253,0.07162828;0.004045426;-0.03539808,0.08309311;-0.3727663;0.01236667,0.08807652;-0.7140114;0.09000014,0.08821885;-0.7032511;-0.008131489,-0.07016331;0.005976299;-0.03796569,-0.1205315;-0.3689433;-0.001933269,-0.1428897;-0.7102869;0.07212552,-0.1399785;-0.6994649;-0.02597508,0.007604409;0.3997837;0.007807718,48.80021
+0;0;0,0.004230126;0.1998946;0.004923171,0.01058101;0.49964;-0.003647287,0.1236312;0.3661205;0.002066428,0.1621731;0.08927828;0.01858667,0.194968;-0.1801734;-0.0501176,-0.1055388;0.362496;0.005253342,-0.2529659;0.124453;0.004367051,-0.419085;-0.09664361;-0.03945929,0.06946947;0.00439249;-0.03942966,0.08173567;-0.3719564;0.01166832,0.08385805;-0.7106501;0.09988457,0.09052248;-0.7639733;0.0449953,-0.0701636;0.006372503;-0.03790066,-0.1101326;-0.3693552;0.002486713,-0.1294937;-0.7083095;0.08754625,-0.1252877;-0.7641182;0.03636826,0.008463363;0.3998306;0.002148943,0;0;0,0.003840616;0.1998192;0.007584512,0.009440708;0.4996827;0.003707331,0.1224144;0.3657019;0.01536425,0.1599149;0.08834961;0.02369465,0.1965849;-0.1848216;-0.02562873,-0.1072187;0.3649855;0.009984585,-0.2156746;0.1068736;0.01393143,-0.3366818;-0.1413483;-0.03236253,0.07162828;0.004045426;-0.03539808,0.08309311;-0.3727663;0.01236667,0.08807652;-0.7140114;0.09000014,0.08821885;-0.7032511;-0.008131489,-0.07016331;0.005976299;-0.03796569,-0.1205315;-0.3689433;-0.001933269,-0.1428897;-0.7102869;0.07212552,-0.1399785;-0.6994649;-0.02597508,0.007604409;0.3997837;0.007807718,48.81165
+0;0;0,0.004230126;0.1998946;0.004923171,0.01058101;0.49964;-0.003647287,0.1236312;0.3661205;0.002066428,0.1621731;0.08927828;0.01858667,0.194968;-0.1801734;-0.0501176,-0.1055388;0.362496;0.005253342,-0.2529659;0.124453;0.004367051,-0.419085;-0.09664361;-0.03945929,0.06946947;0.00439249;-0.03942966,0.08173567;-0.3719564;0.01166832,0.08385805;-0.7106501;0.09988457,0.09052248;-0.7639733;0.0449953,-0.0701636;0.006372503;-0.03790066,-0.1101326;-0.3693552;0.002486713,-0.1294937;-0.7083095;0.08754625,-0.1252877;-0.7641182;0.03636826,0.008463363;0.3998306;0.002148943,0;0;0,0.003874087;0.1998148;0.007682756,0.009602145;0.4996781;0.003960948,0.1225249;0.3656988;0.01540959,0.1601035;0.08836478;0.0239913,0.1972084;-0.1846548;-0.02584404,-0.1071432;0.3650627;0.01022424,-0.2203556;0.1090029;0.01426901,-0.3455031;-0.1371499;-0.03206582,0.07162867;0.004049387;-0.03539683,0.08282076;-0.3727429;0.01258549,0.08775105;-0.714002;0.09016058,0.08782202;-0.7032259;-0.00797423,-0.07016694;0.005984307;-0.03795773,-0.1207893;-0.3689112;-0.002031095,-0.1432986;-0.7101957;0.07225396,-0.140458;-0.6993577;-0.02585182,0.007704204;0.3997779;0.008004774,48.83367
+0;0;0,0.004353703;0.1998939;0.004844799,0.01106806;0.4996251;-0.003929937,0.1240025;0.36619;0.001808342,0.1627835;0.08939034;0.01848073,0.1953772;-0.1801135;-0.05011487,-0.1052556;0.3627316;0.005510943,-0.2605151;0.1297259;0.003834034,-0.4449474;-0.07653913;-0.03905496,0.06946497;0.004366327;-0.03944051,0.08158427;-0.3719758;0.01174235,0.08379527;-0.7107164;0.09977591,0.09067802;-0.7640976;0.04500186,-0.07016893;0.006404669;-0.03788537,-0.1101813;-0.3693195;0.002492029,-0.1294735;-0.7082987;0.0874683,-0.1245497;-0.7643705;0.03679877,0.008812285;0.3998231;0.001942127,0;0;0,0.003874087;0.1998148;0.007682756,0.009602145;0.4996781;0.003960948,0.1225249;0.3656988;0.01540959,0.1601035;0.08836478;0.0239913,0.1972084;-0.1846548;-0.02584404,-0.1071432;0.3650627;0.01022424,-0.2203556;0.1090029;0.01426901,-0.3455031;-0.1371499;-0.03206582,0.07162867;0.004049387;-0.03539683,0.08282076;-0.3727429;0.01258549,0.08775105;-0.714002;0.09016058,0.08782202;-0.7032259;-0.00797423,-0.07016694;0.005984307;-0.03795773,-0.1207893;-0.3689112;-0.002031095,-0.1432986;-0.7101957;0.07225396,-0.140458;-0.6993577;-0.02585182,0.007704204;0.3997779;0.008004774,48.84557
+0;0;0,0.004353703;0.1998939;0.004844799,0.01106806;0.4996251;-0.003929937,0.1240025;0.36619;0.001808342,0.1627835;0.08939034;0.01848073,0.1953772;-0.1801135;-0.05011487,-0.1052556;0.3627316;0.005510943,-0.2605151;0.1297259;0.003834034,-0.4449474;-0.07653913;-0.03905496,0.06946497;0.004366327;-0.03944051,0.08158427;-0.3719758;0.01174235,0.08379527;-0.7107164;0.09977591,0.09067802;-0.7640976;0.04500186,-0.07016893;0.006404669;-0.03788537,-0.1101813;-0.3693195;0.002492029,-0.1294735;-0.7082987;0.0874683,-0.1245497;-0.7643705;0.03679877,0.008812285;0.3998231;0.001942127,0;0;0,0.003874087;0.1998148;0.007682756,0.009602145;0.4996781;0.003960948,0.1225249;0.3656988;0.01540959,0.1601035;0.08836478;0.0239913,0.1972084;-0.1846548;-0.02584404,-0.1071432;0.3650627;0.01022424,-0.2203556;0.1090029;0.01426901,-0.3455031;-0.1371499;-0.03206582,0.07162867;0.004049387;-0.03539683,0.08282076;-0.3727429;0.01258549,0.08775105;-0.714002;0.09016058,0.08782202;-0.7032259;-0.00797423,-0.07016694;0.005984307;-0.03795773,-0.1207893;-0.3689112;-0.002031095,-0.1432986;-0.7101957;0.07225396,-0.140458;-0.6993577;-0.02585182,0.007704204;0.3997779;0.008004774,48.85649
+0;0;0,0.004353703;0.1998939;0.004844799,0.01106806;0.4996251;-0.003929937,0.1240025;0.36619;0.001808342,0.1627835;0.08939034;0.01848073,0.1953772;-0.1801135;-0.05011487,-0.1052556;0.3627316;0.005510943,-0.2605151;0.1297259;0.003834034,-0.4449474;-0.07653913;-0.03905496,0.06946497;0.004366327;-0.03944051,0.08158427;-0.3719758;0.01174235,0.08379527;-0.7107164;0.09977591,0.09067802;-0.7640976;0.04500186,-0.07016893;0.006404669;-0.03788537,-0.1101813;-0.3693195;0.002492029,-0.1294735;-0.7082987;0.0874683,-0.1245497;-0.7643705;0.03679877,0.008812285;0.3998231;0.001942127,0;0;0,0.003989047;0.1998047;0.007884732,0.009990102;0.4996653;0.004363565,0.1227846;0.3656401;0.01550417,0.1605494;0.08834448;0.02450092,0.1981559;-0.1844356;-0.02626114,-0.1068824;0.3650424;0.01056611,-0.2250748;0.1112486;0.01495654,-0.3541544;-0.1327908;-0.03176829,0.07159203;0.004038604;-0.03547212,0.08262337;-0.3727428;0.01263284,0.08765698;-0.7139021;0.09063888,0.08763511;-0.7031021;-0.007500611,-0.07021908;0.00599785;-0.03785903,-0.1206803;-0.3688918;-0.001645867,-0.1433008;-0.7101336;0.07280114,-0.140553;-0.6992749;-0.02531136,0.007962632;0.3997647;0.008333533,48.87843
+0;0;0,0.004427289;0.1998931;0.00480922,0.0112384;0.4996217;-0.003988491,0.1241564;0.3662317;0.00153176,0.1634225;0.08949694;0.01814593,0.1962083;-0.1800267;-0.05028006,-0.1051626;0.362923;0.005892279,-0.2702302;0.1367675;0.00337187,-0.459325;-0.06541537;-0.03864337,0.06944383;0.004328883;-0.03948184,0.08131123;-0.3719992;0.01186367,0.0837407;-0.7106451;0.100255,0.0913533;-0.7636019;0.04493578,-0.07019279;0.006440721;-0.03783502,-0.1104056;-0.3692564;0.002595156,-0.1297565;-0.7082442;0.08752337,-0.1303411;-0.6979099;-0.01052213,0.008953702;0.3998206;0.001886911,0;0;0,0.003989047;0.1998047;0.007884732,0.009990102;0.4996653;0.004363565,0.1227846;0.3656401;0.01550417,0.1605494;0.08834448;0.02450092,0.1981559;-0.1844356;-0.02626114,-0.1068824;0.3650424;0.01056611,-0.2250748;0.1112486;0.01495654,-0.3541544;-0.1327908;-0.03176829,0.07159203;0.004038604;-0.03547212,0.08262337;-0.3727428;0.01263284,0.08765698;-0.7139021;0.09063888,0.08763511;-0.7031021;-0.007500611,-0.07021908;0.00599785;-0.03785903,-0.1206803;-0.3688918;-0.001645867,-0.1433008;-0.7101336;0.07280114,-0.140553;-0.6992749;-0.02531136,0.007962632;0.3997647;0.008333533,48.8899
+0;0;0,0.004427289;0.1998931;0.00480922,0.0112384;0.4996217;-0.003988491,0.1241564;0.3662317;0.00153176,0.1634225;0.08949694;0.01814593,0.1962083;-0.1800267;-0.05028006,-0.1051626;0.362923;0.005892279,-0.2702302;0.1367675;0.00337187,-0.459325;-0.06541537;-0.03864337,0.06944383;0.004328883;-0.03948184,0.08131123;-0.3719992;0.01186367,0.0837407;-0.7106451;0.100255,0.0913533;-0.7636019;0.04493578,-0.07019279;0.006440721;-0.03783502,-0.1104056;-0.3692564;0.002595156,-0.1297565;-0.7082442;0.08752337,-0.1303411;-0.6979099;-0.01052213,0.008953702;0.3998206;0.001886911,0;0;0,0.004082043;0.1997974;0.008020453,0.01027579;0.4996562;0.00467788,0.1230141;0.3657082;0.01574701,0.1608299;0.08842173;0.02481088,0.1988986;-0.184165;-0.02664046,-0.1066829;0.365053;0.01082314,-0.2294814;0.1134512;0.01495149,-0.3639332;-0.1278928;-0.03060926,0.07148131;0.00399541;-0.03569957,0.08235724;-0.3726829;0.01324046,0.08746907;-0.71385;0.09120774,0.08742931;-0.7030309;-0.006935477,-0.07032611;0.00603101;-0.03765454,-0.1207746;-0.3688446;-0.001278184,-0.1434722;-0.7101163;0.07300777,-0.1407405;-0.6992355;-0.02510948,0.008168198;0.3997549;0.008587864,48.90069
+0;0;0,0.004427289;0.1998931;0.00480922,0.0112384;0.4996217;-0.003988491,0.1241564;0.3662317;0.00153176,0.1634225;0.08949694;0.01814593,0.1962083;-0.1800267;-0.05028006,-0.1051626;0.362923;0.005892279,-0.2702302;0.1367675;0.00337187,-0.459325;-0.06541537;-0.03864337,0.06944383;0.004328883;-0.03948184,0.08131123;-0.3719992;0.01186367,0.0837407;-0.7106451;0.100255,0.0913533;-0.7636019;0.04493578,-0.07019279;0.006440721;-0.03783502,-0.1104056;-0.3692564;0.002595156,-0.1297565;-0.7082442;0.08752337,-0.1303411;-0.6979099;-0.01052213,0.008953702;0.3998206;0.001886911,0;0;0,0.004082043;0.1997974;0.008020453,0.01027579;0.4996562;0.00467788,0.1230141;0.3657082;0.01574701,0.1608299;0.08842173;0.02481088,0.1988986;-0.184165;-0.02664046,-0.1066829;0.365053;0.01082314,-0.2294814;0.1134512;0.01495149,-0.3639332;-0.1278928;-0.03060926,0.07148131;0.00399541;-0.03569957,0.08235724;-0.3726829;0.01324046,0.08746907;-0.71385;0.09120774,0.08742931;-0.7030309;-0.006935477,-0.07032611;0.00603101;-0.03765454,-0.1207746;-0.3688446;-0.001278184,-0.1434722;-0.7101163;0.07300777,-0.1407405;-0.6992355;-0.02510948,0.008168198;0.3997549;0.008587864,48.91282
+0;0;0,0.00451551;0.1998921;0.004769594,0.0115048;0.4996144;-0.004098866,0.1243723;0.366267;0.001303136,0.1639462;0.08955759;0.0176074,0.1966844;-0.1799479;-0.05091283,-0.1050537;0.3632661;0.006230653,-0.278824;0.1437237;0.003982471,-0.4808864;-0.04528809;-0.03897486,0.0694392;0.004296843;-0.03949346,0.08140904;-0.3720449;0.01172788,0.08362278;-0.7106034;0.1004591,0.09136903;-0.7630751;0.04443752,-0.0701964;0.006479758;-0.03782165,-0.1104802;-0.3692079;0.002625942,-0.1296311;-0.7082007;0.08757971,-0.130392;-0.6978665;-0.01046455,0.009158615;0.3998162;0.001800355,0;0;0,0.004225863;0.1997962;0.007974943,0.01070583;0.499649;0.004624874,0.1233605;0.365768;0.01571655,0.161517;0.08853036;0.024848,0.1993293;-0.183948;-0.02736101,-0.1063472;0.3650344;0.01091266,-0.2345321;0.1161252;0.01449654,-0.3717937;-0.1237957;-0.0301939,0.07144392;0.003937422;-0.03578075,0.08227082;-0.372679;0.01364481,0.08744072;-0.7138441;0.09161679,0.08733926;-0.7030264;-0.006526105,-0.07036667;0.00609101;-0.03756901,-0.1207797;-0.3687703;-0.0009969734,-0.1438022;-0.7100478;0.07316248,-0.1411276;-0.6991591;-0.02495789,0.008496895;0.3997498;0.00853365,48.93412
+0;0;0,0.00451551;0.1998921;0.004769594,0.0115048;0.4996144;-0.004098866,0.1243723;0.366267;0.001303136,0.1639462;0.08955759;0.0176074,0.1966844;-0.1799479;-0.05091283,-0.1050537;0.3632661;0.006230653,-0.278824;0.1437237;0.003982471,-0.4808864;-0.04528809;-0.03897486,0.0694392;0.004296843;-0.03949346,0.08140904;-0.3720449;0.01172788,0.08362278;-0.7106034;0.1004591,0.09136903;-0.7630751;0.04443752,-0.0701964;0.006479758;-0.03782165,-0.1104802;-0.3692079;0.002625942,-0.1296311;-0.7082007;0.08757971,-0.130392;-0.6978665;-0.01046455,0.009158615;0.3998162;0.001800355,0;0;0,0.004225863;0.1997962;0.007974943,0.01070583;0.499649;0.004624874,0.1233605;0.365768;0.01571655,0.161517;0.08853036;0.024848,0.1993293;-0.183948;-0.02736101,-0.1063472;0.3650344;0.01091266,-0.2345321;0.1161252;0.01449654,-0.3717937;-0.1237957;-0.0301939,0.07144392;0.003937422;-0.03578075,0.08227082;-0.372679;0.01364481,0.08744072;-0.7138441;0.09161679,0.08733926;-0.7030264;-0.006526105,-0.07036667;0.00609101;-0.03756901,-0.1207797;-0.3687703;-0.0009969734,-0.1438022;-0.7100478;0.07316248,-0.1411276;-0.6991591;-0.02495789,0.008496895;0.3997498;0.00853365,48.94591
+0;0;0,0.00451551;0.1998921;0.004769594,0.0115048;0.4996144;-0.004098866,0.1243723;0.366267;0.001303136,0.1639462;0.08955759;0.0176074,0.1966844;-0.1799479;-0.05091283,-0.1050537;0.3632661;0.006230653,-0.278824;0.1437237;0.003982471,-0.4808864;-0.04528809;-0.03897486,0.0694392;0.004296843;-0.03949346,0.08140904;-0.3720449;0.01172788,0.08362278;-0.7106034;0.1004591,0.09136903;-0.7630751;0.04443752,-0.0701964;0.006479758;-0.03782165,-0.1104802;-0.3692079;0.002625942,-0.1296311;-0.7082007;0.08757971,-0.130392;-0.6978665;-0.01046455,0.009158615;0.3998162;0.001800355,0;0;0,0.004379147;0.1997893;0.00806582,0.01111604;0.4996376;0.004831029,0.1236674;0.3657219;0.01582816,0.1619815;0.08851692;0.02528396,0.1994395;-0.183869;-0.02765776,-0.1060602;0.3651247;0.0112553,-0.2380359;0.118203;0.01473388,-0.3813447;-0.1183634;-0.02884288,0.07142341;0.003867852;-0.03582926,0.08222889;-0.3726884;0.01405627,0.08747354;-0.7138181;0.09217842,0.08728634;-0.7029866;-0.005967058,-0.07039847;0.006160585;-0.03749802,-0.1206496;-0.3686841;-0.0005343668,-0.1436939;-0.7099376;0.07372883,-0.1411051;-0.6990349;-0.02439655,0.008810692;0.3997392;0.008703209,48.9679
+0;0;0,0.00460998;0.1998903;0.004756783,0.01177605;0.4996087;-0.004106255,0.1245592;0.366188;0.001094968,0.1638756;0.08944544;0.01745839,0.1970108;-0.1799562;-0.05127897,-0.1049813;0.3637497;0.00665971,-0.2897564;0.1533867;0.004296863,-0.4971104;-0.02959605;-0.03953957,0.06935845;0.004233714;-0.03964191,0.08114561;-0.3720481;0.01205949,0.08325568;-0.7106538;0.1006133,0.0906174;-0.7632329;0.04469821,-0.07025886;0.006582944;-0.03768761,-0.1106989;-0.3691132;0.00252388,-0.1298611;-0.7080854;0.08755727,-0.1308094;-0.6977489;-0.01048583,0.009368153;0.3998116;0.001787633,0;0;0,0.004379147;0.1997893;0.00806582,0.01111604;0.4996376;0.004831029,0.1236674;0.3657219;0.01582816,0.1619815;0.08851692;0.02528396,0.1994395;-0.183869;-0.02765776,-0.1060602;0.3651247;0.0112553,-0.2380359;0.118203;0.01473388,-0.3813447;-0.1183634;-0.02884288,0.07142341;0.003867852;-0.03582926,0.08222889;-0.3726884;0.01405627,0.08747354;-0.7138181;0.09217842,0.08728634;-0.7029866;-0.005967058,-0.07039847;0.006160585;-0.03749802,-0.1206496;-0.3686841;-0.0005343668,-0.1436939;-0.7099376;0.07372883,-0.1411051;-0.6990349;-0.02439655,0.008810692;0.3997392;0.008703209,48.97983
+0;0;0,0.00460998;0.1998903;0.004756783,0.01177605;0.4996087;-0.004106255,0.1245592;0.366188;0.001094968,0.1638756;0.08944544;0.01745839,0.1970108;-0.1799562;-0.05127897,-0.1049813;0.3637497;0.00665971,-0.2897564;0.1533867;0.004296863,-0.4971104;-0.02959605;-0.03953957,0.06935845;0.004233714;-0.03964191,0.08114561;-0.3720481;0.01205949,0.08325568;-0.7106538;0.1006133,0.0906174;-0.7632329;0.04469821,-0.07025886;0.006582944;-0.03768761,-0.1106989;-0.3691132;0.00252388,-0.1298611;-0.7080854;0.08755727,-0.1308094;-0.6977489;-0.01048583,0.009368153;0.3998116;0.001787633,0;0;0,0.004379147;0.1997893;0.00806582,0.01111604;0.4996376;0.004831029,0.1236674;0.3657219;0.01582816,0.1619815;0.08851692;0.02528396,0.1994395;-0.183869;-0.02765776,-0.1060602;0.3651247;0.0112553,-0.2380359;0.118203;0.01473388,-0.3813447;-0.1183634;-0.02884288,0.07142341;0.003867852;-0.03582926,0.08222889;-0.3726884;0.01405627,0.08747354;-0.7138181;0.09217842,0.08728634;-0.7029866;-0.005967058,-0.07039847;0.006160585;-0.03749802,-0.1206496;-0.3686841;-0.0005343668,-0.1436939;-0.7099376;0.07372883,-0.1411051;-0.6990349;-0.02439655,0.008810692;0.3997392;0.008703209,48.99063
+0;0;0,0.00460998;0.1998903;0.004756783,0.01177605;0.4996087;-0.004106255,0.1245592;0.366188;0.001094968,0.1638756;0.08944544;0.01745839,0.1970108;-0.1799562;-0.05127897,-0.1049813;0.3637497;0.00665971,-0.2897564;0.1533867;0.004296863,-0.4971104;-0.02959605;-0.03953957,0.06935845;0.004233714;-0.03964191,0.08114561;-0.3720481;0.01205949,0.08325568;-0.7106538;0.1006133,0.0906174;-0.7632329;0.04469821,-0.07025886;0.006582944;-0.03768761,-0.1106989;-0.3691132;0.00252388,-0.1298611;-0.7080854;0.08755727,-0.1308094;-0.6977489;-0.01048583,0.009368153;0.3998116;0.001787633,0;0;0,0.004199502;0.1997965;0.007982287,0.01054356;0.4996517;0.004618383,0.1232493;0.3657739;0.01588498,0.1615665;0.08857304;0.02544922,0.1986055;-0.1837018;-0.02835151,-0.1064219;0.3649843;0.01142455,-0.2432838;0.1207372;0.01491464,-0.3901128;-0.1134425;-0.02981897,0.07143777;0.003838681;-0.03580377,0.08199894;-0.3726889;0.01435026,0.08699963;-0.7137829;0.09264392,0.08677884;-0.7029626;-0.005499318,-0.07039125;0.006199987;-0.03750511,-0.1207307;-0.3686211;-0.0004228204,-0.144085;-0.7098162;0.07401165,-0.1415303;-0.6989236;-0.02411268,0.008394908;0.3997517;0.008538952,49.01257
+0;0;0,0.004728507;0.1998879;0.004741527,0.01211064;0.4996015;-0.004114229,0.1247737;0.3660337;0.0008793742,0.1638707;0.08927351;0.01746952,0.1971809;-0.1799662;-0.05181561,-0.1048924;0.3643575;0.007120227,-0.3002009;0.1637571;0.00336593,-0.5159368;-0.009643212;-0.0389466,0.06929154;0.004172624;-0.03976522,0.08113703;-0.3721213;0.01183493,0.0830294;-0.7106404;0.1007236,0.09102935;-0.7631536;0.04479868,-0.07031901;0.006620519;-0.03756868,-0.1120842;-0.3689959;0.002028946,-0.1308537;-0.707866;0.08755559,-0.1319879;-0.6975367;-0.01048408,0.009627517;0.3998058;0.001772802,0;0;0,0.004199502;0.1997965;0.007982287,0.01054356;0.4996517;0.004618383,0.1232493;0.3657739;0.01588498,0.1615665;0.08857304;0.02544922,0.1986055;-0.1837018;-0.02835151,-0.1064219;0.3649843;0.01142455,-0.2432838;0.1207372;0.01491464,-0.3901128;-0.1134425;-0.02981897,0.07143777;0.003838681;-0.03580377,0.08199894;-0.3726889;0.01435026,0.08699963;-0.7137829;0.09264392,0.08677884;-0.7029626;-0.005499318,-0.07039125;0.006199987;-0.03750511,-0.1207307;-0.3686211;-0.0004228204,-0.144085;-0.7098162;0.07401165,-0.1415303;-0.6989236;-0.02411268,0.008394908;0.3997517;0.008538952,49.02438
+0;0;0,0.004728507;0.1998879;0.004741527,0.01211064;0.4996015;-0.004114229,0.1247737;0.3660337;0.0008793742,0.1638707;0.08927351;0.01746952,0.1971809;-0.1799662;-0.05181561,-0.1048924;0.3643575;0.007120227,-0.3002009;0.1637571;0.00336593,-0.5159368;-0.009643212;-0.0389466,0.06929154;0.004172624;-0.03976522,0.08113703;-0.3721213;0.01183493,0.0830294;-0.7106404;0.1007236,0.09102935;-0.7631536;0.04479868,-0.07031901;0.006620519;-0.03756868,-0.1120842;-0.3689959;0.002028946,-0.1308537;-0.707866;0.08755559,-0.1319879;-0.6975367;-0.01048408,0.009627517;0.3998058;0.001772802,0;0;0,0.00430944;0.1997878;0.008141323,0.01083499;0.4996408;0.004952611,0.1234965;0.3658485;0.01610493,0.1617681;0.08864164;0.02567954,0.1977345;-0.1836048;-0.02898587,-0.1062399;0.3650943;0.01173478,-0.2466376;0.1228632;0.01527734,-0.3992423;-0.1074149;-0.03037151,0.07149184;0.003764585;-0.03570357,0.08194223;-0.3727377;0.01466275,0.08710215;-0.713771;0.09320983,0.0868456;-0.7029313;-0.00493709,-0.07032222;0.006301905;-0.03761743,-0.120643;-0.3684627;5.576387E-05,-0.1440596;-0.7096591;0.07446487,-0.1415389;-0.6987405;-0.02366538,0.008612875;0.3997403;0.00881882,49.04649
+0;0;0,0.004728507;0.1998879;0.004741527,0.01211064;0.4996015;-0.004114229,0.1247737;0.3660337;0.0008793742,0.1638707;0.08927351;0.01746952,0.1971809;-0.1799662;-0.05181561,-0.1048924;0.3643575;0.007120227,-0.3002009;0.1637571;0.00336593,-0.5159368;-0.009643212;-0.0389466,0.06929154;0.004172624;-0.03976522,0.08113703;-0.3721213;0.01183493,0.0830294;-0.7106404;0.1007236,0.09102935;-0.7631536;0.04479868,-0.07031901;0.006620519;-0.03756868,-0.1120842;-0.3689959;0.002028946,-0.1308537;-0.707866;0.08755559,-0.1319879;-0.6975367;-0.01048408,0.009627517;0.3998058;0.001772802,0;0;0,0.00430944;0.1997878;0.008141323,0.01083499;0.4996408;0.004952611,0.1234965;0.3658485;0.01610493,0.1617681;0.08864164;0.02567954,0.1977345;-0.1836048;-0.02898587,-0.1062399;0.3650943;0.01173478,-0.2466376;0.1228632;0.01527734,-0.3992423;-0.1074149;-0.03037151,0.07149184;0.003764585;-0.03570357,0.08194223;-0.3727377;0.01466275,0.08710215;-0.713771;0.09320983,0.0868456;-0.7029313;-0.00493709,-0.07032222;0.006301905;-0.03761743,-0.120643;-0.3684627;5.576387E-05,-0.1440596;-0.7096591;0.07446487,-0.1415389;-0.6987405;-0.02366538,0.008612875;0.3997403;0.00881882,49.05967
+0;0;0,0.004961138;0.1998837;0.004680298,0.01298418;0.4995776;-0.004284736,0.1253769;0.3659207;0.0006431862,0.1643811;0.08914959;0.01726897,0.1976127;-0.1800109;-0.05236048,-0.1044812;0.3651539;0.007532429,-0.3079656;0.1728753;0.002732175,-0.5299247;0.007274747;-0.03862717,0.06927488;0.004099046;-0.03980187,0.08105727;-0.3722023;0.01175846,0.08267915;-0.7107039;0.1007191,0.09011987;-0.7632586;0.04477837,-0.07032177;0.006726592;-0.03754467,-0.1119549;-0.3688805;0.002280265,-0.1308654;-0.707745;0.08779783,-0.1245088;-0.7641672;0.03789004,0.01026018;0.3997903;0.00163824,0;0;0,0.004569547;0.1997803;0.008181165,0.01175307;0.4996203;0.005118256,0.1241116;0.3656809;0.01628776,0.1623985;0.08847675;0.02587852,0.1978542;-0.183782;-0.02905834,-0.1056104;0.3652093;0.01202437,-0.2501002;0.1253898;0.01507741,-0.4074688;-0.1016699;-0.03051858,0.07136527;0.003758051;-0.03595655,0.08142506;-0.372668;0.01505535,0.08669857;-0.7136747;0.09371088,0.08638267;-0.7028219;-0.004438423,-0.07043829;0.006303155;-0.03739943,-0.1207779;-0.368457;0.0002931207,-0.1444128;-0.7096128;0.07481907,-0.1419506;-0.6986829;-0.02331486,0.009277264;0.3997235;0.008926994,49.08011
+0;0;0,0.004961138;0.1998837;0.004680298,0.01298418;0.4995776;-0.004284736,0.1253769;0.3659207;0.0006431862,0.1643811;0.08914959;0.01726897,0.1976127;-0.1800109;-0.05236048,-0.1044812;0.3651539;0.007532429,-0.3079656;0.1728753;0.002732175,-0.5299247;0.007274747;-0.03862717,0.06927488;0.004099046;-0.03980187,0.08105727;-0.3722023;0.01175846,0.08267915;-0.7107039;0.1007191,0.09011987;-0.7632586;0.04477837,-0.07032177;0.006726592;-0.03754467,-0.1119549;-0.3688805;0.002280265,-0.1308654;-0.707745;0.08779783,-0.1245088;-0.7641672;0.03789004,0.01026018;0.3997903;0.00163824,0;0;0,0.004753206;0.1997759;0.008185722,0.01228558;0.4996083;0.00519419,0.1245043;0.3655679;0.016154,0.1629396;0.08839083;0.02593069,0.1975842;-0.1839369;-0.02918147,-0.1052164;0.365276;0.01225205,-0.2547412;0.1285669;0.01559022,-0.417931;-0.0944383;-0.02955118,0.07132494;0.003682408;-0.03604432,0.08120645;-0.3726808;0.01546423,0.08669559;-0.71357;0.0946124,0.09225092;-0.768012;0.04133298,-0.07048674;0.006372075;-0.03729632,-0.1209007;-0.3683628;0.0005488768,-0.1447905;-0.7094379;0.07536191,-0.14246;-0.6984987;-0.02277704,0.009689204;0.3997134;0.008971425,49.10163
+0;0;0,0.004961138;0.1998837;0.004680298,0.01298418;0.4995776;-0.004284736,0.1253769;0.3659207;0.0006431862,0.1643811;0.08914959;0.01726897,0.1976127;-0.1800109;-0.05236048,-0.1044812;0.3651539;0.007532429,-0.3079656;0.1728753;0.002732175,-0.5299247;0.007274747;-0.03862717,0.06927488;0.004099046;-0.03980187,0.08105727;-0.3722023;0.01175846,0.08267915;-0.7107039;0.1007191,0.09011987;-0.7632586;0.04477837,-0.07032177;0.006726592;-0.03754467,-0.1119549;-0.3688805;0.002280265,-0.1308654;-0.707745;0.08779783,-0.1245088;-0.7641672;0.03789004,0.01026018;0.3997903;0.00163824,0;0;0,0.004753206;0.1997759;0.008185722,0.01228558;0.4996083;0.00519419,0.1245043;0.3655679;0.016154,0.1629396;0.08839083;0.02593069,0.1975842;-0.1839369;-0.02918147,-0.1052164;0.365276;0.01225205,-0.2547412;0.1285669;0.01559022,-0.417931;-0.0944383;-0.02955118,0.07132494;0.003682408;-0.03604432,0.08120645;-0.3726808;0.01546423,0.08669559;-0.71357;0.0946124,0.09225092;-0.768012;0.04133298,-0.07048674;0.006372075;-0.03729632,-0.1209007;-0.3683628;0.0005488768,-0.1447905;-0.7094379;0.07536191,-0.14246;-0.6984987;-0.02277704,0.009689204;0.3997134;0.008971425,49.11386
+0;0;0,0.005229258;0.1998776;0.004646645,0.01383614;0.4995557;-0.004319095,0.125953;0.3656817;0.0003576704,0.164585;0.08885115;0.01686331,0.1975916;-0.1803325;-0.05278379,-0.1040122;0.3658047;0.007943254,-0.3162766;0.1832568;0.003462019,-0.549031;0.03378861;-0.03995052,0.0692037;0.00403215;-0.03993232,0.0807252;-0.3722308;0.01196607,0.08200885;-0.7106999;0.1010561,0.08909515;-0.7632242;0.04502467,-0.07037994;0.006791824;-0.03742372,-0.1121332;-0.3687977;0.002440583,-0.1310169;-0.7076631;0.08796035,-0.124631;-0.7641312;0.03813567,0.01090432;0.3997738;0.001595473,0;0;0,0.004529961;0.1997818;0.008168287,0.01139268;0.4996288;0.00506159,0.1239361;0.3656722;0.0159997,0.1624377;0.08850494;0.0257944,0.1960903;-0.1839019;-0.02954091,-0.105766;0.3651527;0.01242765,-0.259595;0.1312211;0.01598046,-0.4260785;-0.08944288;-0.02863615,0.07132572;0.003665424;-0.03604449,0.08096009;-0.3726798;0.01564177,0.08655053;-0.7135167;0.09500781,0.0921433;-0.7679786;0.04176391,-0.07048313;0.00639459;-0.03729932,-0.1210165;-0.3683213;0.0005737804,-0.1449201;-0.709339;0.0756442,-0.1426875;-0.6984005;-0.0224969,0.009090336;0.3997285;0.008885554,49.13557
+0;0;0,0.005229258;0.1998776;0.004646645,0.01383614;0.4995557;-0.004319095,0.125953;0.3656817;0.0003576704,0.164585;0.08885115;0.01686331,0.1975916;-0.1803325;-0.05278379,-0.1040122;0.3658047;0.007943254,-0.3162766;0.1832568;0.003462019,-0.549031;0.03378861;-0.03995052,0.0692037;0.00403215;-0.03993232,0.0807252;-0.3722308;0.01196607,0.08200885;-0.7106999;0.1010561,0.08909515;-0.7632242;0.04502467,-0.07037994;0.006791824;-0.03742372,-0.1121332;-0.3687977;0.002440583,-0.1310169;-0.7076631;0.08796035,-0.124631;-0.7641312;0.03813567,0.01090432;0.3997738;0.001595473,0;0;0,0.004529961;0.1997818;0.008168287,0.01139268;0.4996288;0.00506159,0.1239361;0.3656722;0.0159997,0.1624377;0.08850494;0.0257944,0.1960903;-0.1839019;-0.02954091,-0.105766;0.3651527;0.01242765,-0.259595;0.1312211;0.01598046,-0.4260785;-0.08944288;-0.02863615,0.07132572;0.003665424;-0.03604449,0.08096009;-0.3726798;0.01564177,0.08655053;-0.7135167;0.09500781,0.0921433;-0.7679786;0.04176391,-0.07048313;0.00639459;-0.03729932,-0.1210165;-0.3683213;0.0005737804,-0.1449201;-0.709339;0.0756442,-0.1426875;-0.6984005;-0.0224969,0.009090336;0.3997285;0.008885554,49.14743
+0;0;0,0.005229258;0.1998776;0.004646645,0.01383614;0.4995557;-0.004319095,0.125953;0.3656817;0.0003576704,0.164585;0.08885115;0.01686331,0.1975916;-0.1803325;-0.05278379,-0.1040122;0.3658047;0.007943254,-0.3162766;0.1832568;0.003462019,-0.549031;0.03378861;-0.03995052,0.0692037;0.00403215;-0.03993232,0.0807252;-0.3722308;0.01196607,0.08200885;-0.7106999;0.1010561,0.08909515;-0.7632242;0.04502467,-0.07037994;0.006791824;-0.03742372,-0.1121332;-0.3687977;0.002440583,-0.1310169;-0.7076631;0.08796035,-0.124631;-0.7641312;0.03813567,0.01090432;0.3997738;0.001595473,0;0;0,0.004635798;0.199781;0.008128159,0.01169448;0.4996236;0.005027998,0.1242038;0.3658005;0.01599478,0.1625986;0.08862093;0.02585953,0.1955417;-0.1837562;-0.03004604,-0.1056015;0.3653878;0.01256354,-0.2637506;0.1343562;0.01621045,-0.4356717;-0.08213255;-0.02823863,0.07119962;0.003704163;-0.03628903,0.08066108;-0.372584;0.0158429,0.08632226;-0.7133727;0.09541032,0.09159552;-0.7674293;0.0414966,-0.07058482;0.006376703;-0.03710958,-0.1211183;-0.3683531;0.000625737,-0.1452147;-0.7092932;0.07598599,-0.1430345;-0.6983544;-0.02215636,0.009320923;0.3997248;0.008849185,49.16925
+0;0;0,0.005484734;0.1998721;0.004589615,0.0145243;0.4995359;-0.004432191,0.1264103;0.3653717;0.0002551799,0.1651257;0.08853868;0.01652117,0.1979879;-0.1805959;-0.05338334,-0.1036144;0.3663609;0.008190956,-0.3243139;0.194151;0.002232686,-0.5586765;0.04664779;-0.0392035,0.06920258;0.003972764;-0.0399402,0.08050709;-0.3722677;0.01216817,0.08177686;-0.7107357;0.1012625,0.08772306;-0.7631514;0.04493925,-0.07038582;0.006827299;-0.03740618,-0.1123714;-0.3687299;0.002518341,-0.1312428;-0.7075692;0.08814418,-0.1245842;-0.7637203;0.03780878,0.01144964;0.3997592;0.001497063,0;0;0,0.004635798;0.199781;0.008128159,0.01169448;0.4996236;0.005027998,0.1242038;0.3658005;0.01599478,0.1625986;0.08862093;0.02585953,0.1955417;-0.1837562;-0.03004604,-0.1056015;0.3653878;0.01256354,-0.2637506;0.1343562;0.01621045,-0.4356717;-0.08213255;-0.02823863,0.07119962;0.003704163;-0.03628903,0.08066108;-0.372584;0.0158429,0.08632226;-0.7133727;0.09541032,0.09159552;-0.7674293;0.0414966,-0.07058482;0.006376703;-0.03710958,-0.1211183;-0.3683531;0.000625737,-0.1452147;-0.7092932;0.07598599,-0.1430345;-0.6983544;-0.02215636,0.009320923;0.3997248;0.008849185,49.18053
+0;0;0,0.005484734;0.1998721;0.004589615,0.0145243;0.4995359;-0.004432191,0.1264103;0.3653717;0.0002551799,0.1651257;0.08853868;0.01652117,0.1979879;-0.1805959;-0.05338334,-0.1036144;0.3663609;0.008190956,-0.3243139;0.194151;0.002232686,-0.5586765;0.04664779;-0.0392035,0.06920258;0.003972764;-0.0399402,0.08050709;-0.3722677;0.01216817,0.08177686;-0.7107357;0.1012625,0.08772306;-0.7631514;0.04493925,-0.07038582;0.006827299;-0.03740618,-0.1123714;-0.3687299;0.002518341,-0.1312428;-0.7075692;0.08814418,-0.1245842;-0.7637203;0.03780878,0.01144964;0.3997592;0.001497063,0;0;0,0.004635798;0.199781;0.008128159,0.01169448;0.4996236;0.005027998,0.1242038;0.3658005;0.01599478,0.1625986;0.08862093;0.02585953,0.1955417;-0.1837562;-0.03004604,-0.1056015;0.3653878;0.01256354,-0.2637506;0.1343562;0.01621045,-0.4356717;-0.08213255;-0.02823863,0.07119962;0.003704163;-0.03628903,0.08066108;-0.372584;0.0158429,0.08632226;-0.7133727;0.09541032,0.09159552;-0.7674293;0.0414966,-0.07058482;0.006376703;-0.03710958,-0.1211183;-0.3683531;0.000625737,-0.1452147;-0.7092932;0.07598599,-0.1430345;-0.6983544;-0.02215636,0.009320923;0.3997248;0.008849185,49.19149
+0;0;0,0.005484734;0.1998721;0.004589615,0.0145243;0.4995359;-0.004432191,0.1264103;0.3653717;0.0002551799,0.1651257;0.08853868;0.01652117,0.1979879;-0.1805959;-0.05338334,-0.1036144;0.3663609;0.008190956,-0.3243139;0.194151;0.002232686,-0.5586765;0.04664779;-0.0392035,0.06920258;0.003972764;-0.0399402,0.08050709;-0.3722677;0.01216817,0.08177686;-0.7107357;0.1012625,0.08772306;-0.7631514;0.04493925,-0.07038582;0.006827299;-0.03740618,-0.1123714;-0.3687299;0.002518341,-0.1312428;-0.7075692;0.08814418,-0.1245842;-0.7637203;0.03780878,0.01144964;0.3997592;0.001497063,0;0;0,0.004763529;0.1997769;0.008155562,0.01208001;0.499614;0.005120751,0.1244802;0.3657266;0.01590697,0.1630106;0.08857024;0.02589482,0.1951275;-0.1838913;-0.03008048,-0.1053645;0.3655506;0.01268804,-0.2677843;0.1375028;0.01642908,-0.4457022;-0.07410417;-0.02792968,0.07119644;0.003641293;-0.03630162,0.08044462;-0.3726349;0.01595456,0.08616079;-0.7133648;0.09576962,0.09234273;-0.7679518;0.04279008,-0.07059624;0.0064406;-0.0370768,-0.1210939;-0.368282;0.0007774681,-0.1451352;-0.7091652;0.07641226,-0.1430254;-0.6982159;-0.02173366,0.009607098;0.3997167;0.008918894,49.21398
+0;0;0,0.00560317;0.199869;0.004579653,0.01479836;0.4995286;-0.004431286,0.1266131;0.3652853;0.0001226045,0.1652173;0.08843669;0.016388,0.1981748;-0.1805398;-0.05407777,-0.1035179;0.366861;0.00842349,-0.3312951;0.204108;0.003037118,-0.5762264;0.07431208;-0.03648105,0.0691494;0.003959081;-0.04003357,0.08040512;-0.3722504;0.01230898,0.08125437;-0.7106919;0.101509,0.08813838;-0.7634799;0.0458425,-0.07042614;0.00684962;-0.03732614,-0.112729;-0.3686804;0.00251982,-0.1316178;-0.7074575;0.08838739,-0.1333487;-0.6971413;-0.009640969,0.01167789;0.3997529;0.001492137,0;0;0,0.004763529;0.1997769;0.008155562,0.01208001;0.499614;0.005120751,0.1244802;0.3657266;0.01590697,0.1630106;0.08857024;0.02589482,0.1951275;-0.1838913;-0.03008048,-0.1053645;0.3655506;0.01268804,-0.2677843;0.1375028;0.01642908,-0.4457022;-0.07410417;-0.02792968,0.07119644;0.003641293;-0.03630162,0.08044462;-0.3726349;0.01595456,0.08616079;-0.7133648;0.09576962,0.09234273;-0.7679518;0.04279008,-0.07059624;0.0064406;-0.0370768,-0.1210939;-0.368282;0.0007774681,-0.1451352;-0.7091652;0.07641226,-0.1430254;-0.6982159;-0.02173366,0.009607098;0.3997167;0.008918894,49.22496
+0;0;0,0.00560317;0.199869;0.004579653,0.01479836;0.4995286;-0.004431286,0.1266131;0.3652853;0.0001226045,0.1652173;0.08843669;0.016388,0.1981748;-0.1805398;-0.05407777,-0.1035179;0.366861;0.00842349,-0.3312951;0.204108;0.003037118,-0.5762264;0.07431208;-0.03648105,0.0691494;0.003959081;-0.04003357,0.08040512;-0.3722504;0.01230898,0.08125437;-0.7106919;0.101509,0.08813838;-0.7634799;0.0458425,-0.07042614;0.00684962;-0.03732614,-0.112729;-0.3686804;0.00251982,-0.1316178;-0.7074575;0.08838739,-0.1333487;-0.6971413;-0.009640969,0.01167789;0.3997529;0.001492137,0;0;0,0.004920365;0.1997673;0.008295053,0.01257845;0.4995977;0.005388958,0.1248262;0.3656626;0.01586436,0.1630679;0.0884724;0.0260225,0.1948688;-0.1839657;-0.0302463,-0.1050967;0.3657964;0.01288549,-0.270765;0.1400992;0.0167327,-0.4569594;-0.06395383;-0.02902764,0.07118202;0.00356519;-0.03633743,0.08056888;-0.3726635;0.01623483,0.08623958;-0.7133585;0.09620237,0.09247553;-0.7680094;0.04333143,-0.07059898;0.006519194;-0.03705785,-0.1208794;-0.3682199;0.0009225048,-0.145025;-0.709053;0.07674962,-0.142986;-0.6980875;-0.02140094,0.009952441;0.3997023;0.009132452,49.23652
+0;0;0,0.00560317;0.199869;0.004579653,0.01479836;0.4995286;-0.004431286,0.1266131;0.3652853;0.0001226045,0.1652173;0.08843669;0.016388,0.1981748;-0.1805398;-0.05407777,-0.1035179;0.366861;0.00842349,-0.3312951;0.204108;0.003037118,-0.5762264;0.07431208;-0.03648105,0.0691494;0.003959081;-0.04003357,0.08040512;-0.3722504;0.01230898,0.08125437;-0.7106919;0.101509,0.08813838;-0.7634799;0.0458425,-0.07042614;0.00684962;-0.03732614,-0.112729;-0.3686804;0.00251982,-0.1316178;-0.7074575;0.08838739,-0.1333487;-0.6971413;-0.009640969,0.01167789;0.3997529;0.001492137,0;0;0,0.004920365;0.1997673;0.008295053,0.01257845;0.4995977;0.005388958,0.1248262;0.3656626;0.01586436,0.1630679;0.0884724;0.0260225,0.1948688;-0.1839657;-0.0302463,-0.1050967;0.3657964;0.01288549,-0.270765;0.1400992;0.0167327,-0.4569594;-0.06395383;-0.02902764,0.07118202;0.00356519;-0.03633743,0.08056888;-0.3726635;0.01623483,0.08623958;-0.7133585;0.09620237,0.09247553;-0.7680094;0.04333143,-0.07059898;0.006519194;-0.03705785,-0.1208794;-0.3682199;0.0009225048,-0.145025;-0.709053;0.07674962,-0.142986;-0.6980875;-0.02140094,0.009952441;0.3997023;0.009132452,49.25841
+0;0;0,0.005739508;0.1998661;0.004540678,0.01511991;0.4995181;-0.00452597,0.1268577;0.3652139;-4.841376E-05,0.1651142;0.08830997;0.01609751,0.1979871;-0.1805732;-0.0547629,-0.1034282;0.3675376;0.008640307,-0.336983;0.2132256;0.002321817,-0.5844033;0.08801949;-0.03649366,0.06909977;0.003934412;-0.04012159,0.08021713;-0.3722587;0.01236773,0.08092015;-0.7106715;0.1016775,0.08849684;-0.7634032;0.04601712,-0.07046417;0.006885647;-0.03724765,-0.1129159;-0.368632;0.00255613,-0.1317653;-0.7074031;0.08845647,-0.1336077;-0.6970915;-0.009568892,0.01194284;0.3997454;0.001416219,0;0;0,0.005096308;0.199763;0.00829154,0.01313416;0.4995825;0.005314971,0.1252283;0.3656562;0.01590347,0.1631672;0.08842024;0.02594633,0.1942623;-0.1840989;-0.0303245,-0.1047662;0.3660659;0.01303306,-0.2740846;0.143095;0.01693735,-0.4630839;-0.05839677;-0.02867345,0.07117302;0.003536519;-0.03635786,0.08069614;-0.3726737;0.01632214,0.08623308;-0.7133507;0.09637536,0.08545854;-0.7024689;-0.001777045,-0.07060894;0.006549689;-0.0370335,-0.1206743;-0.3682141;0.0009864457,-0.1449396;-0.7090497;0.07676455,-0.1429339;-0.6980863;-0.02138627,0.01035848;0.3996922;0.009086474,49.26963
+0;0;0,0.005739508;0.1998661;0.004540678,0.01511991;0.4995181;-0.00452597,0.1268577;0.3652139;-4.841376E-05,0.1651142;0.08830997;0.01609751,0.1979871;-0.1805732;-0.0547629,-0.1034282;0.3675376;0.008640307,-0.336983;0.2132256;0.002321817,-0.5844033;0.08801949;-0.03649366,0.06909977;0.003934412;-0.04012159,0.08021713;-0.3722587;0.01236773,0.08092015;-0.7106715;0.1016775,0.08849684;-0.7634032;0.04601712,-0.07046417;0.006885647;-0.03724765,-0.1129159;-0.368632;0.00255613,-0.1317653;-0.7074031;0.08845647,-0.1336077;-0.6970915;-0.009568892,0.01194284;0.3997454;0.001416219,0;0;0,0.005096308;0.199763;0.00829154,0.01313416;0.4995825;0.005314971,0.1252283;0.3656562;0.01590347,0.1631672;0.08842024;0.02594633,0.1942623;-0.1840989;-0.0303245,-0.1047662;0.3660659;0.01303306,-0.2740846;0.143095;0.01693735,-0.4630839;-0.05839677;-0.02867345,0.07117302;0.003536519;-0.03635786,0.08069614;-0.3726737;0.01632214,0.08623308;-0.7133507;0.09637536,0.08545854;-0.7024689;-0.001777045,-0.07060894;0.006549689;-0.0370335,-0.1206743;-0.3682141;0.0009864457,-0.1449396;-0.7090497;0.07676455,-0.1429339;-0.6980863;-0.02138627,0.01035848;0.3996922;0.009086474,49.28146
+0;0;0,0.005739508;0.1998661;0.004540678,0.01511991;0.4995181;-0.00452597,0.1268577;0.3652139;-4.841376E-05,0.1651142;0.08830997;0.01609751,0.1979871;-0.1805732;-0.0547629,-0.1034282;0.3675376;0.008640307,-0.336983;0.2132256;0.002321817,-0.5844033;0.08801949;-0.03649366,0.06909977;0.003934412;-0.04012159,0.08021713;-0.3722587;0.01236773,0.08092015;-0.7106715;0.1016775,0.08849684;-0.7634032;0.04601712,-0.07046417;0.006885647;-0.03724765,-0.1129159;-0.368632;0.00255613,-0.1317653;-0.7074031;0.08845647,-0.1336077;-0.6970915;-0.009568892,0.01194284;0.3997454;0.001416219,0;0;0,0.005204195;0.1997614;0.008264991,0.01343742;0.4995756;0.005284121,0.125449;0.3655864;0.01583662,0.1633731;0.08835155;0.0259662,0.1938292;-0.1842279;-0.03036208,-0.1045756;0.3662352;0.01310646,-0.2770328;0.1456837;0.01704865,-0.4697388;-0.05213462;-0.0291281,0.07117137;0.003510796;-0.03636357,0.08067233;-0.3727466;0.01598235,0.08622032;-0.7133529;0.09633477,0.08540365;-0.7024705;-0.001817413,-0.07061509;0.006576771;-0.03701695,-0.1205895;-0.3681977;0.001017611,-0.1448733;-0.7090325;0.07679342,-0.1429098;-0.6980666;-0.02135875,0.0105963;0.3996871;0.009055076,49.30297
+0;0;0,0.005842757;0.1998652;0.00444419,0.01535078;0.499507;-0.004819,0.1270009;0.3650446;-0.000282097,0.1649562;0.08809718;0.01582839,0.1978943;-0.1806635;-0.05546527,-0.1034032;0.3682009;0.008686459,-0.3426914;0.2229392;0.002348785,-0.5974458;0.1128715;-0.03487081,0.06900588;0.003975693;-0.04027881,0.08004158;-0.3721853;0.01245725,0.08032985;-0.7104815;0.1022104,0.08842161;-0.7634065;0.04691153,-0.07053106;0.006902356;-0.03711773,-0.113139;-0.3686237;0.002439141,-0.131993;-0.7074038;0.08830268,-0.1256098;-0.7637569;0.03827855,0.01213549;0.3997398;0.001195515,0;0;0,0.005204195;0.1997614;0.008264991,0.01343742;0.4995756;0.005284121,0.125449;0.3655864;0.01583662,0.1633731;0.08835155;0.0259662,0.1938292;-0.1842279;-0.03036208,-0.1045756;0.3662352;0.01310646,-0.2770328;0.1456837;0.01704865,-0.4697388;-0.05213462;-0.0291281,0.07117137;0.003510796;-0.03636357,0.08067233;-0.3727466;0.01598235,0.08622032;-0.7133529;0.09633477,0.08540365;-0.7024705;-0.001817413,-0.07061509;0.006576771;-0.03701695,-0.1205895;-0.3681977;0.001017611,-0.1448733;-0.7090325;0.07679342,-0.1429098;-0.6980666;-0.02135875,0.0105963;0.3996871;0.009055076,49.31471
+0;0;0,0.005842757;0.1998652;0.00444419,0.01535078;0.499507;-0.004819,0.1270009;0.3650446;-0.000282097,0.1649562;0.08809718;0.01582839,0.1978943;-0.1806635;-0.05546527,-0.1034032;0.3682009;0.008686459,-0.3426914;0.2229392;0.002348785,-0.5974458;0.1128715;-0.03487081,0.06900588;0.003975693;-0.04027881,0.08004158;-0.3721853;0.01245725,0.08032985;-0.7104815;0.1022104,0.08842161;-0.7634065;0.04691153,-0.07053106;0.006902356;-0.03711773,-0.113139;-0.3686237;0.002439141,-0.131993;-0.7074038;0.08830268,-0.1256098;-0.7637569;0.03827855,0.01213549;0.3997398;0.001195515,0;0;0,0.005204195;0.1997614;0.008264991,0.01343742;0.4995756;0.005284121,0.125449;0.3655864;0.01583662,0.1633731;0.08835155;0.0259662,0.1938292;-0.1842279;-0.03036208,-0.1045756;0.3662352;0.01310646,-0.2770328;0.1456837;0.01704865,-0.4697388;-0.05213462;-0.0291281,0.07117137;0.003510796;-0.03636357,0.08067233;-0.3727466;0.01598235,0.08622032;-0.7133529;0.09633477,0.08540365;-0.7024705;-0.001817413,-0.07061509;0.006576771;-0.03701695,-0.1205895;-0.3681977;0.001017611,-0.1448733;-0.7090325;0.07679342,-0.1429098;-0.6980666;-0.02135875,0.0105963;0.3996871;0.009055076,49.32602
+0;0;0,0.005842757;0.1998652;0.00444419,0.01535078;0.499507;-0.004819,0.1270009;0.3650446;-0.000282097,0.1649562;0.08809718;0.01582839,0.1978943;-0.1806635;-0.05546527,-0.1034032;0.3682009;0.008686459,-0.3426914;0.2229392;0.002348785,-0.5974458;0.1128715;-0.03487081,0.06900588;0.003975693;-0.04027881,0.08004158;-0.3721853;0.01245725,0.08032985;-0.7104815;0.1022104,0.08842161;-0.7634065;0.04691153,-0.07053106;0.006902356;-0.03711773,-0.113139;-0.3686237;0.002439141,-0.131993;-0.7074038;0.08830268,-0.1256098;-0.7637569;0.03827855,0.01213549;0.3997398;0.001195515,0;0;0,0.005366794;0.1997562;0.008285274,0.01394058;0.499561;0.005307681,0.1258547;0.3656343;0.01563799,0.1636554;0.08839354;0.02606314,0.1938473;-0.1842667;-0.03001588,-0.1043337;0.3666929;0.01317253,-0.2800301;0.1487109;0.0169993,-0.4768099;-0.04505298;-0.0291876,0.07116679;0.003466451;-0.03637679,0.08077928;-0.3727642;0.01614057,0.08660355;-0.7133595;0.09652069,0.08571117;-0.7024681;-0.001632579,-0.07061829;0.006624683;-0.03700231,-0.1204952;-0.3681605;0.001054797,-0.1449537;-0.7089329;0.07705468,-0.1430603;-0.697958;-0.0211006,0.01097171;0.3996761;0.00907643,49.34798
+0;0;0,0.005905379;0.199863;0.004462991,0.01548405;0.4995034;-0.004771851,0.1271008;0.3650164;-0.000438084,0.1647434;0.08803901;0.01588783,0.1975927;-0.1805937;-0.05592713,-0.1034464;0.3687754;0.008768703,-0.3483963;0.2332589;0.002867015,-0.6041812;0.1257605;-0.03479198,0.06891952;0.003990163;-0.04042497,0.07994527;-0.3721248;0.01264102,0.0799521;-0.7104151;0.1024167,0.08853231;-0.7632867;0.04711136,-0.07058538;0.006928452;-0.03700946,-0.1134968;-0.3685771;0.00241369,-0.1321612;-0.7073604;0.08830599,-0.1341399;-0.6970606;-0.00971435,0.01224549;0.3997363;0.001232474,0;0;0,0.005463403;0.1997539;0.008278374,0.01419809;0.4995544;0.005328164,0.1260712;0.365624;0.01544896,0.163725;0.08837131;0.02608583,0.1935195;-0.1843661;-0.02982999,-0.1042054;0.3669667;0.01320889,-0.2822628;0.1509131;0.01726389,-0.4827542;-0.03903858;-0.02879631,0.07114183;0.003443908;-0.03642771,0.08059011;-0.3728322;0.01579299,0.0866178;-0.7133185;0.09661868,0.08566184;-0.7024245;-0.001534514,-0.07064565;0.006643091;-0.03694675,-0.1205358;-0.3681618;0.0008985959,-0.145013;-0.7088624;0.07721314,-0.1431819;-0.6978846;-0.0209439,0.01117851;0.3996706;0.009085231,49.37008
+0;0;0,0.005905379;0.199863;0.004462991,0.01548405;0.4995034;-0.004771851,0.1271008;0.3650164;-0.000438084,0.1647434;0.08803901;0.01588783,0.1975927;-0.1805937;-0.05592713,-0.1034464;0.3687754;0.008768703,-0.3483963;0.2332589;0.002867015,-0.6041812;0.1257605;-0.03479198,0.06891952;0.003990163;-0.04042497,0.07994527;-0.3721248;0.01264102,0.0799521;-0.7104151;0.1024167,0.08853231;-0.7632867;0.04711136,-0.07058538;0.006928452;-0.03700946,-0.1134968;-0.3685771;0.00241369,-0.1321612;-0.7073604;0.08830599,-0.1341399;-0.6970606;-0.00971435,0.01224549;0.3997363;0.001232474,0;0;0,0.005463403;0.1997539;0.008278374,0.01419809;0.4995544;0.005328164,0.1260712;0.365624;0.01544896,0.163725;0.08837131;0.02608583,0.1935195;-0.1843661;-0.02982999,-0.1042054;0.3669667;0.01320889,-0.2822628;0.1509131;0.01726389,-0.4827542;-0.03903858;-0.02879631,0.07114183;0.003443908;-0.03642771,0.08059011;-0.3728322;0.01579299,0.0866178;-0.7133185;0.09661868,0.08566184;-0.7024245;-0.001534514,-0.07064565;0.006643091;-0.03694675,-0.1205358;-0.3681618;0.0008985959,-0.145013;-0.7088624;0.07721314,-0.1431819;-0.6978846;-0.0209439,0.01117851;0.3996706;0.009085231,49.38185
+0;0;0,0.005905379;0.199863;0.004462991,0.01548405;0.4995034;-0.004771851,0.1271008;0.3650164;-0.000438084,0.1647434;0.08803901;0.01588783,0.1975927;-0.1805937;-0.05592713,-0.1034464;0.3687754;0.008768703,-0.3483963;0.2332589;0.002867015,-0.6041812;0.1257605;-0.03479198,0.06891952;0.003990163;-0.04042497,0.07994527;-0.3721248;0.01264102,0.0799521;-0.7104151;0.1024167,0.08853231;-0.7632867;0.04711136,-0.07058538;0.006928452;-0.03700946,-0.1134968;-0.3685771;0.00241369,-0.1321612;-0.7073604;0.08830599,-0.1341399;-0.6970606;-0.00971435,0.01224549;0.3997363;0.001232474,0;0;0,0.005255819;0.1997627;0.008201097,0.01324749;0.4995829;0.005155541,0.1254559;0.3656883;0.01531827,0.1628426;0.08839297;0.02578366,0.1921833;-0.1844196;-0.03000531,-0.1047981;0.3668855;0.0132369,-0.2855974;0.1531199;0.01722049,-0.4884109;-0.03434977;-0.02884229,0.07116889;0.003408713;-0.03637814,0.08062031;-0.3728843;0.01572056,0.08662118;-0.7133393;0.09667943,0.08564228;-0.7024487;-0.001472875,-0.07061853;0.00669009;-0.03699008,-0.1203489;-0.3681457;0.0007595271,-0.1451463;-0.7087806;0.07726369,-0.143336;-0.6978149;-0.02089141,0.01055078;0.3996912;0.008945179,49.40348
+0;0;0,0.005979041;0.1998613;0.004440741,0.01563879;0.4994977;-0.004834973,0.1272175;0.3649691;-0.0004948786,0.1644524;0.08792326;0.01560424,0.1972593;-0.1807015;-0.05625974,-0.1035263;0.3695717;0.008740371,-0.3523234;0.2412613;0.002700217,-0.613387;0.1467475;-0.03353392,0.0688604;0.003985233;-0.04052607,0.07983064;-0.3720922;0.01281616,0.0797181;-0.7103007;0.1028997,0.08904387;-0.763288;0.0478893,-0.07062586;0.006929151;-0.03693201,-0.1135734;-0.368588;0.002341293,-0.1322993;-0.7073623;0.08825591,-0.1269384;-0.7638178;0.03828877,0.01237551;0.3997324;0.001184539,0;0;0,0.005255819;0.1997627;0.008201097,0.01324749;0.4995829;0.005155541,0.1254559;0.3656883;0.01531827,0.1628426;0.08839297;0.02578366,0.1921833;-0.1844196;-0.03000531,-0.1047981;0.3668855;0.0132369,-0.2855974;0.1531199;0.01722049,-0.4884109;-0.03434977;-0.02884229,0.07116889;0.003408713;-0.03637814,0.08062031;-0.3728843;0.01572056,0.08662118;-0.7133393;0.09667943,0.08564228;-0.7024487;-0.001472875,-0.07061853;0.00669009;-0.03699008,-0.1203489;-0.3681457;0.0007595271,-0.1451463;-0.7087806;0.07726369,-0.143336;-0.6978149;-0.02089141,0.01055078;0.3996912;0.008945179,49.41515
+0;0;0,0.005979041;0.1998613;0.004440741,0.01563879;0.4994977;-0.004834973,0.1272175;0.3649691;-0.0004948786,0.1644524;0.08792326;0.01560424,0.1972593;-0.1807015;-0.05625974,-0.1035263;0.3695717;0.008740371,-0.3523234;0.2412613;0.002700217,-0.613387;0.1467475;-0.03353392,0.0688604;0.003985233;-0.04052607,0.07983064;-0.3720922;0.01281616,0.0797181;-0.7103007;0.1028997,0.08904387;-0.763288;0.0478893,-0.07062586;0.006929151;-0.03693201,-0.1135734;-0.368588;0.002341293,-0.1322993;-0.7073623;0.08825591,-0.1269384;-0.7638178;0.03828877,0.01237551;0.3997324;0.001184539,0;0;0,0.005417601;0.1997577;0.008217979,0.01378789;0.4995674;0.005163335,0.125812;0.3655384;0.0151287,0.1631295;0.08823144;0.02553519,0.1920652;-0.1846999;-0.02988309,-0.1044777;0.3671152;0.01331379,-0.2884467;0.156066;0.01700935,-0.4937027;-0.02868624;-0.02921346,0.07116581;0.003365581;-0.03638819,0.08044979;-0.3729063;0.01589263,0.08671893;-0.7133133;0.09703277,0.08566142;-0.7024192;-0.001119398,-0.07062168;0.006736417;-0.03697564,-0.120262;-0.3681222;0.000665281,-0.1450249;-0.708701;0.07743013,-0.1432932;-0.6977311;-0.02072719,0.01093704;0.3996801;0.008958519,49.43777
+0;0;0,0.005979041;0.1998613;0.004440741,0.01563879;0.4994977;-0.004834973,0.1272175;0.3649691;-0.0004948786,0.1644524;0.08792326;0.01560424,0.1972593;-0.1807015;-0.05625974,-0.1035263;0.3695717;0.008740371,-0.3523234;0.2412613;0.002700217,-0.613387;0.1467475;-0.03353392,0.0688604;0.003985233;-0.04052607,0.07983064;-0.3720922;0.01281616,0.0797181;-0.7103007;0.1028997,0.08904387;-0.763288;0.0478893,-0.07062586;0.006929151;-0.03693201,-0.1135734;-0.368588;0.002341293,-0.1322993;-0.7073623;0.08825591,-0.1269384;-0.7638178;0.03828877,0.01237551;0.3997324;0.001184539,0;0;0,0.005417601;0.1997577;0.008217979,0.01378789;0.4995674;0.005163335,0.125812;0.3655384;0.0151287,0.1631295;0.08823144;0.02553519,0.1920652;-0.1846999;-0.02988309,-0.1044777;0.3671152;0.01331379,-0.2884467;0.156066;0.01700935,-0.4937027;-0.02868624;-0.02921346,0.07116581;0.003365581;-0.03638819,0.08044979;-0.3729063;0.01589263,0.08671893;-0.7133133;0.09703277,0.08566142;-0.7024192;-0.001119398,-0.07062168;0.006736417;-0.03697564,-0.120262;-0.3681222;0.000665281,-0.1450249;-0.708701;0.07743013,-0.1432932;-0.6977311;-0.02072719,0.01093704;0.3996801;0.008958519,49.44883
+0;0;0,0.006055994;0.1998597;0.004408657,0.01582018;0.4994912;-0.004914142,0.1273358;0.3648724;-0.0005672059,0.1644913;0.08781275;0.01547697,0.1972655;-0.1807387;-0.05667561,-0.1036197;0.3704936;0.008637805,-0.3609337;0.2605048;-0.0009520911,-0.6260192;0.1746706;-0.02855952,0.06877118;0.004044722;-0.04067141,0.0797258;-0.3720079;0.01284877,0.07955608;-0.7102225;0.1029093,0.08843813;-0.762801;0.04721459,-0.07069705;0.006938546;-0.03679382,-0.11356;-0.3685947;0.002417963,-0.1324058;-0.7073861;0.08823884,-0.128161;-0.763449;0.03749282,0.01252192;0.3997281;0.001122952,0;0;0,0.005593454;0.1997558;0.00814415,0.01440634;0.4995507;0.004916255,0.1262162;0.3653882;0.01495307,0.1632842;0.08804852;0.02537597,0.1916005;-0.1848758;-0.03039583,-0.1041157;0.3674305;0.01330167,-0.290893;0.158861;0.01691157,-0.4981507;-0.02359228;-0.02951073,0.07117001;0.003280723;-0.03638773,0.08052637;-0.3729689;0.01603998,0.08687585;-0.7133439;0.09730873,0.08577608;-0.7024595;-0.0008410811,-0.07060695;0.006830488;-0.03698653,-0.1201405;-0.3680764;0.0003135167,-0.1448926;-0.7085176;0.07768981,-0.143203;-0.6975587;-0.0204661,0.01138353;0.399671;0.008776745,49.47051
+0;0;0,0.006055994;0.1998597;0.004408657,0.01582018;0.4994912;-0.004914142,0.1273358;0.3648724;-0.0005672059,0.1644913;0.08781275;0.01547697,0.1972655;-0.1807387;-0.05667561,-0.1036197;0.3704936;0.008637805,-0.3609337;0.2605048;-0.0009520911,-0.6260192;0.1746706;-0.02855952,0.06877118;0.004044722;-0.04067141,0.0797258;-0.3720079;0.01284877,0.07955608;-0.7102225;0.1029093,0.08843813;-0.762801;0.04721459,-0.07069705;0.006938546;-0.03679382,-0.11356;-0.3685947;0.002417963,-0.1324058;-0.7073861;0.08823884,-0.128161;-0.763449;0.03749282,0.01252192;0.3997281;0.001122952,0;0;0,0.005593454;0.1997558;0.00814415,0.01440634;0.4995507;0.004916255,0.1262162;0.3653882;0.01495307,0.1632842;0.08804852;0.02537597,0.1916005;-0.1848758;-0.03039583,-0.1041157;0.3674305;0.01330167,-0.290893;0.158861;0.01691157,-0.4981507;-0.02359228;-0.02951073,0.07117001;0.003280723;-0.03638773,0.08052637;-0.3729689;0.01603998,0.08687585;-0.7133439;0.09730873,0.08577608;-0.7024595;-0.0008410811,-0.07060695;0.006830488;-0.03698653,-0.1201405;-0.3680764;0.0003135167,-0.1448926;-0.7085176;0.07768981,-0.143203;-0.6975587;-0.0204661,0.01138353;0.399671;0.008776745,49.48212
+0;0;0,0.006055994;0.1998597;0.004408657,0.01582018;0.4994912;-0.004914142,0.1273358;0.3648724;-0.0005672059,0.1644913;0.08781275;0.01547697,0.1972655;-0.1807387;-0.05667561,-0.1036197;0.3704936;0.008637805,-0.3609337;0.2605048;-0.0009520911,-0.6260192;0.1746706;-0.02855952,0.06877118;0.004044722;-0.04067141,0.0797258;-0.3720079;0.01284877,0.07955608;-0.7102225;0.1029093,0.08843813;-0.762801;0.04721459,-0.07069705;0.006938546;-0.03679382,-0.11356;-0.3685947;0.002417963,-0.1324058;-0.7073861;0.08823884,-0.128161;-0.763449;0.03749282,0.01252192;0.3997281;0.001122952,0;0;0,0.005421726;0.1997593;0.008173458,0.01368688;0.4995717;0.005065781,0.1257339;0.3653434;0.01479155,0.1625165;0.08796611;0.02522704,0.1907241;-0.1850137;-0.03032764,-0.1045578;0.3673095;0.01339007,-0.294219;0.1613651;0.01733575,-0.5032223;-0.01887317;-0.02990584,0.07116734;0.003229275;-0.03639754,0.08035979;-0.3730075;0.01615116,0.08689331;-0.7133033;0.097736,0.08574466;-0.7024137;-0.0004142746,-0.07060773;0.006885584;-0.03697481,-0.1200059;-0.3680276;0.0004406832,-0.144761;-0.7084278;0.07799612,-0.1431215;-0.6974615;-0.02016209,0.01090458;0.399683;0.008874108,49.50405
+0;0;0,0.006090102;0.1998579;0.004442181,0.01584776;0.4994912;-0.004829003,0.12736;0.3648496;-0.0006511568,0.1640412;0.08770958;0.01509429,0.1969737;-0.1808646;-0.05690113,-0.1038286;0.3713683;0.008307208,-0.3620815;0.263565;-0.0008514915,-0.6290787;0.1839754;-0.02874408,0.06875832;0.004043839;-0.04069325,0.07962693;-0.3720236;0.01273995,0.07964348;-0.7103157;0.1025088,0.08716001;-0.7631062;0.04692794,-0.0707136;0.006903547;-0.03676857,-0.1133654;-0.3687169;0.001833152,-0.1326397;-0.7074143;0.08792935,-0.1291371;-0.7637614;0.03761127,0.01255506;0.399727;0.001191907,0;0;0,0.005421726;0.1997593;0.008173458,0.01368688;0.4995717;0.005065781,0.1257339;0.3653434;0.01479155,0.1625165;0.08796611;0.02522704,0.1907241;-0.1850137;-0.03032764,-0.1045578;0.3673095;0.01339007,-0.294219;0.1613651;0.01733575,-0.5032223;-0.01887317;-0.02990584,0.07116734;0.003229275;-0.03639754,0.08035979;-0.3730075;0.01615116,0.08689331;-0.7133033;0.097736,0.08574466;-0.7024137;-0.0004142746,-0.07060773;0.006885584;-0.03697481,-0.1200059;-0.3680276;0.0004406832,-0.144761;-0.7084278;0.07799612,-0.1431215;-0.6974615;-0.02016209,0.01090458;0.399683;0.008874108,49.5157
+0;0;0,0.006090102;0.1998579;0.004442181,0.01584776;0.4994912;-0.004829003,0.12736;0.3648496;-0.0006511568,0.1640412;0.08770958;0.01509429,0.1969737;-0.1808646;-0.05690113,-0.1038286;0.3713683;0.008307208,-0.3620815;0.263565;-0.0008514915,-0.6290787;0.1839754;-0.02874408,0.06875832;0.004043839;-0.04069325,0.07962693;-0.3720236;0.01273995,0.07964348;-0.7103157;0.1025088,0.08716001;-0.7631062;0.04692794,-0.0707136;0.006903547;-0.03676857,-0.1133654;-0.3687169;0.001833152,-0.1326397;-0.7074143;0.08792935,-0.1291371;-0.7637614;0.03761127,0.01255506;0.399727;0.001191907,0;0;0,0.005421726;0.1997593;0.008173458,0.01368688;0.4995717;0.005065781,0.1257339;0.3653434;0.01479155,0.1625165;0.08796611;0.02522704,0.1907241;-0.1850137;-0.03032764,-0.1045578;0.3673095;0.01339007,-0.294219;0.1613651;0.01733575,-0.5032223;-0.01887317;-0.02990584,0.07116734;0.003229275;-0.03639754,0.08035979;-0.3730075;0.01615116,0.08689331;-0.7133033;0.097736,0.08574466;-0.7024137;-0.0004142746,-0.07060773;0.006885584;-0.03697481,-0.1200059;-0.3680276;0.0004406832,-0.144761;-0.7084278;0.07799612,-0.1431215;-0.6974615;-0.02016209,0.01090458;0.399683;0.008874108,49.52693
+0;0;0,0.006090102;0.1998579;0.004442181,0.01584776;0.4994912;-0.004829003,0.12736;0.3648496;-0.0006511568,0.1640412;0.08770958;0.01509429,0.1969737;-0.1808646;-0.05690113,-0.1038286;0.3713683;0.008307208,-0.3620815;0.263565;-0.0008514915,-0.6290787;0.1839754;-0.02874408,0.06875832;0.004043839;-0.04069325,0.07962693;-0.3720236;0.01273995,0.07964348;-0.7103157;0.1025088,0.08716001;-0.7631062;0.04692794,-0.0707136;0.006903547;-0.03676857,-0.1133654;-0.3687169;0.001833152,-0.1326397;-0.7074143;0.08792935,-0.1291371;-0.7637614;0.03761127,0.01255506;0.399727;0.001191907,0;0;0,0.005722465;0.199752;0.008148825,0.01493089;0.4995348;0.004881199,0.1265463;0.3652167;0.01477464,0.1629923;0.08779714;0.0252662,0.1907482;-0.1851717;-0.03056974,-0.1038151;0.3676914;0.0134196,-0.2964251;0.1645028;0.01739099,-0.5069369;-0.01375611;-0.03065643,0.07120221;0.003169733;-0.03633453,0.08035735;-0.3730696;0.01620267,0.08708031;-0.71329;0.09808559,0.08591077;-0.7024071;-6.312132E-05,-0.07056987;0.006952186;-0.03703458,-0.1197822;-0.3679531;0.0007030889,-0.1446705;-0.7083291;0.07832239,-0.1430499;-0.6973686;-0.01983499,0.01175375;0.3996601;0.008747501,49.54873
+0;0;0,0.006126599;0.1998568;0.004443413,0.01590681;0.4994892;-0.004831262,0.1273969;0.3648;-0.0006474563,0.1637471;0.08761689;0.01510567,0.1967261;-0.1809531;-0.05688424,-0.1040123;0.3722922;0.008082309,-0.3671867;0.2771783;-0.001540329,-0.6397123;0.2200245;-0.03092104,0.06874216;0.004029864;-0.04072192,0.07963184;-0.3720302;0.01275966,0.07910571;-0.7100559;0.1035249,0.09072304;-0.7603634;0.04508042,-0.07072379;0.006900432;-0.03674955,-0.1133434;-0.3687299;0.001791261,-0.1328797;-0.707368;0.08806166,-0.1345911;-0.6970825;-0.009960853,0.01260651;0.3997253;0.001192089,0;0;0,0.005722465;0.199752;0.008148825,0.01493089;0.4995348;0.004881199,0.1265463;0.3652167;0.01477464,0.1629923;0.08779714;0.0252662,0.1907482;-0.1851717;-0.03056974,-0.1038151;0.3676914;0.0134196,-0.2964251;0.1645028;0.01739099,-0.5069369;-0.01375611;-0.03065643,0.07120221;0.003169733;-0.03633453,0.08035735;-0.3730696;0.01620267,0.08708031;-0.71329;0.09808559,0.08591077;-0.7024071;-6.312132E-05,-0.07056987;0.006952186;-0.03703458,-0.1197822;-0.3679531;0.0007030889,-0.1446705;-0.7083291;0.07832239,-0.1430499;-0.6973686;-0.01983499,0.01175375;0.3996601;0.008747501,49.56008
+0;0;0,0.006126599;0.1998568;0.004443413,0.01590681;0.4994892;-0.004831262,0.1273969;0.3648;-0.0006474563,0.1637471;0.08761689;0.01510567,0.1967261;-0.1809531;-0.05688424,-0.1040123;0.3722922;0.008082309,-0.3671867;0.2771783;-0.001540329,-0.6397123;0.2200245;-0.03092104,0.06874216;0.004029864;-0.04072192,0.07963184;-0.3720302;0.01275966,0.07910571;-0.7100559;0.1035249,0.09072304;-0.7603634;0.04508042,-0.07072379;0.006900432;-0.03674955,-0.1133434;-0.3687299;0.001791261,-0.1328797;-0.707368;0.08806166,-0.1345911;-0.6970825;-0.009960853,0.01260651;0.3997253;0.001192089,0;0;0,0.005879284;0.1997454;0.008199047,0.0153388;0.4995211;0.005000245,0.1268433;0.3651496;0.0149326,0.1631582;0.08771405;0.02545467,0.1907226;-0.1852933;-0.03028744,-0.1035397;0.3678305;0.01351796,-0.2983736;0.1667743;0.01753168,-0.510316;-0.009853363;-0.03025014,0.07123861;0.003099678;-0.03626918,0.08035384;-0.3731278;0.01635919,0.08722282;-0.7133167;0.09836161,0.08607289;-0.7024257;0.0002110973,-0.07053437;0.00702658;-0.03708813,-0.1196855;-0.3678653;0.000862468,-0.1444568;-0.7082016;0.07869251,-0.1428166;-0.6972338;-0.01946598,0.01207072;0.3996485;0.008843372,49.58214
+0;0;0,0.006126599;0.1998568;0.004443413,0.01590681;0.4994892;-0.004831262,0.1273969;0.3648;-0.0006474563,0.1637471;0.08761689;0.01510567,0.1967261;-0.1809531;-0.05688424,-0.1040123;0.3722922;0.008082309,-0.3671867;0.2771783;-0.001540329,-0.6397123;0.2200245;-0.03092104,0.06874216;0.004029864;-0.04072192,0.07963184;-0.3720302;0.01275966,0.07910571;-0.7100559;0.1035249,0.09072304;-0.7603634;0.04508042,-0.07072379;0.006900432;-0.03674955,-0.1133434;-0.3687299;0.001791261,-0.1328797;-0.707368;0.08806166,-0.1345911;-0.6970825;-0.009960853,0.01260651;0.3997253;0.001192089,0;0;0,0.005678668;0.1997456;0.008332649,0.01454221;0.4995416;0.005305807,0.1263106;0.3650303;0.01467446,0.1624096;0.08758661;0.02571334,0.1900694;-0.1854545;-0.02981595,-0.1040389;0.3677537;0.0136757,-0.3016843;0.1694456;0.01686695,-0.5149448;-0.005694121;-0.03052582,0.07123566;0.003036113;-0.03628032,0.08023255;-0.3731068;0.01696959,0.08716676;-0.7132961;0.09896491,0.08591966;-0.7023853;0.0008117333,-0.07054756;0.007089626;-0.03705103,-0.1198151;-0.3677728;0.0010393,-0.144414;-0.7080181;0.07932134,-0.1428718;-0.6970315;-0.01884236,0.01155121;0.399658;0.009088546,49.60445
+0;0;0,0.006180672;0.1998555;0.004424985,0.01601068;0.4994843;-0.004906344,0.127485;0.3647939;-0.0006369092,0.1636953;0.08758575;0.01499804,0.1967055;-0.1809628;-0.0570576,-0.10416;0.3732053;0.007609288,-0.3699743;0.285847;-0.002940239,-0.6416723;0.2239254;-0.03025224,0.06872722;0.003997905;-0.04075029,0.0797449;-0.3720319;0.01291735,0.07899118;-0.7100794;0.1035994,0.09101133;-0.7596548;0.04424222,-0.07073356;0.006910633;-0.03672881,-0.1134654;-0.3686975;0.001904134,-0.1329572;-0.7073176;0.08825538,-0.1344885;-0.69704;-0.009768531,0.01269452;0.3997224;0.001139939,0;0;0,0.005678668;0.1997456;0.008332649,0.01454221;0.4995416;0.005305807,0.1263106;0.3650303;0.01467446,0.1624096;0.08758661;0.02571334,0.1900694;-0.1854545;-0.02981595,-0.1040389;0.3677537;0.0136757,-0.3016843;0.1694456;0.01686695,-0.5149448;-0.005694121;-0.03052582,0.07123566;0.003036113;-0.03628032,0.08023255;-0.3731068;0.01696959,0.08716676;-0.7132961;0.09896491,0.08591966;-0.7023853;0.0008117333,-0.07054756;0.007089626;-0.03705103,-0.1198151;-0.3677728;0.0010393,-0.144414;-0.7080181;0.07932134,-0.1428718;-0.6970315;-0.01884236,0.01155121;0.399658;0.009088546,49.61563
+0;0;0,0.006180672;0.1998555;0.004424985,0.01601068;0.4994843;-0.004906344,0.127485;0.3647939;-0.0006369092,0.1636953;0.08758575;0.01499804,0.1967055;-0.1809628;-0.0570576,-0.10416;0.3732053;0.007609288,-0.3699743;0.285847;-0.002940239,-0.6416723;0.2239254;-0.03025224,0.06872722;0.003997905;-0.04075029,0.0797449;-0.3720319;0.01291735,0.07899118;-0.7100794;0.1035994,0.09101133;-0.7596548;0.04424222,-0.07073356;0.006910633;-0.03672881,-0.1134654;-0.3686975;0.001904134,-0.1329572;-0.7073176;0.08825538,-0.1344885;-0.69704;-0.009768531,0.01269452;0.3997224;0.001139939,0;0;0,0.005678668;0.1997456;0.008332649,0.01454221;0.4995416;0.005305807,0.1263106;0.3650303;0.01467446,0.1624096;0.08758661;0.02571334,0.1900694;-0.1854545;-0.02981595,-0.1040389;0.3677537;0.0136757,-0.3016843;0.1694456;0.01686695,-0.5149448;-0.005694121;-0.03052582,0.07123566;0.003036113;-0.03628032,0.08023255;-0.3731068;0.01696959,0.08716676;-0.7132961;0.09896491,0.08591966;-0.7023853;0.0008117333,-0.07054756;0.007089626;-0.03705103,-0.1198151;-0.3677728;0.0010393,-0.144414;-0.7080181;0.07932134,-0.1428718;-0.6970315;-0.01884236,0.01155121;0.399658;0.009088546,49.62704
+0;0;0,0.006180672;0.1998555;0.004424985,0.01601068;0.4994843;-0.004906344,0.127485;0.3647939;-0.0006369092,0.1636953;0.08758575;0.01499804,0.1967055;-0.1809628;-0.0570576,-0.10416;0.3732053;0.007609288,-0.3699743;0.285847;-0.002940239,-0.6416723;0.2239254;-0.03025224,0.06872722;0.003997905;-0.04075029,0.0797449;-0.3720319;0.01291735,0.07899118;-0.7100794;0.1035994,0.09101133;-0.7596548;0.04424222,-0.07073356;0.006910633;-0.03672881,-0.1134654;-0.3686975;0.001904134,-0.1329572;-0.7073176;0.08825538,-0.1344885;-0.69704;-0.009768531,0.01269452;0.3997224;0.001139939,0;0;0,0.005923622;0.1997347;0.00842349,0.01519434;0.4995192;0.005513633,0.1268007;0.3650194;0.01496851,0.1626748;0.08753502;0.02571486,0.1902083;-0.1855551;-0.02963559,-0.1036093;0.3679756;0.01391043,-0.3036443;0.1720709;0.01661791,-0.519385;-4.267693E-05;-0.03063549,0.07118692;0.002975653;-0.03638086,0.08021387;-0.3730692;0.01755242,0.08720638;-0.7132034;0.09977058,0.08597361;-0.7022816;0.001615062,-0.07059307;0.007141676;-0.03695424,-0.1198736;-0.3677069;0.001254842,-0.144359;-0.7078797;0.07988656,-0.1428026;-0.6968811;-0.01827924,0.01204468;0.3996392;0.009266424,49.63842
+0;0;0,0.006194758;0.1998551;0.004420764,0.01601979;0.4994844;-0.004903288,0.1274956;0.3647915;-0.000648465,0.1635508;0.08756337;0.01498977,0.1966907;-0.18094;-0.05717445,-0.1043497;0.3740482;0.007371563,-0.3711574;0.2895269;-0.0009802012,-0.645262;0.2394729;-0.02857183,0.06871489;0.004025319;-0.04076836,0.07972359;-0.3719968;0.01295474,0.07899841;-0.7100664;0.103555,0.0911308;-0.7597501;0.04436602,-0.07073426;0.00686458;-0.03673612,-0.1136881;-0.3687154;0.001924597,-0.1328686;-0.707409;0.08805682,-0.1343061;-0.6971319;-0.0099684,0.012706;0.3997222;0.001141023,0;0;0,0.005923622;0.1997347;0.00842349,0.01519434;0.4995192;0.005513633,0.1268007;0.3650194;0.01496851,0.1626748;0.08753502;0.02571486,0.1902083;-0.1855551;-0.02963559,-0.1036093;0.3679756;0.01391043,-0.3036443;0.1720709;0.01661791,-0.519385;-4.267693E-05;-0.03063549,0.07118692;0.002975653;-0.03638086,0.08021387;-0.3730692;0.01755242,0.08720638;-0.7132034;0.09977058,0.08597361;-0.7022816;0.001615062,-0.07059307;0.007141676;-0.03695424,-0.1198736;-0.3677069;0.001254842,-0.144359;-0.7078797;0.07988656,-0.1428026;-0.6968811;-0.01827924,0.01204468;0.3996392;0.009266424,49.66021
+0;0;0,0.006194758;0.1998551;0.004420764,0.01601979;0.4994844;-0.004903288,0.1274956;0.3647915;-0.000648465,0.1635508;0.08756337;0.01498977,0.1966907;-0.18094;-0.05717445,-0.1043497;0.3740482;0.007371563,-0.3711574;0.2895269;-0.0009802012,-0.645262;0.2394729;-0.02857183,0.06871489;0.004025319;-0.04076836,0.07972359;-0.3719968;0.01295474,0.07899841;-0.7100664;0.103555,0.0911308;-0.7597501;0.04436602,-0.07073426;0.00686458;-0.03673612,-0.1136881;-0.3687154;0.001924597,-0.1328686;-0.707409;0.08805682,-0.1343061;-0.6971319;-0.0099684,0.012706;0.3997222;0.001141023,0;0;0,0.006111966;0.1997251;0.008515903,0.01581001;0.4994971;0.005682375,0.1272522;0.3650685;0.01508218,0.1630991;0.0875746;0.02567183,0.1897957;-0.1855699;-0.02982025,-0.1032501;0.3682156;0.01401955,-0.3070809;0.1762585;0.01635741,-0.5232201;0.004869372;-0.0317014,0.07116066;0.002958664;-0.0364336,0.08034095;-0.3730256;0.0178949,0.08724343;-0.7131527;0.1001499,0.08601467;-0.7022204;0.001992337,-0.07062412;0.007156205;-0.03689203,-0.1197756;-0.367691;0.00149643,-0.1441796;-0.7078519;0.08020517,-0.1426205;-0.6968429;-0.0179626,0.01247504;0.3996219;0.009401395,49.67178
+0;0;0,0.006194758;0.1998551;0.004420764,0.01601979;0.4994844;-0.004903288,0.1274956;0.3647915;-0.000648465,0.1635508;0.08756337;0.01498977,0.1966907;-0.18094;-0.05717445,-0.1043497;0.3740482;0.007371563,-0.3711574;0.2895269;-0.0009802012,-0.645262;0.2394729;-0.02857183,0.06871489;0.004025319;-0.04076836,0.07972359;-0.3719968;0.01295474,0.07899841;-0.7100664;0.103555,0.0911308;-0.7597501;0.04436602,-0.07073426;0.00686458;-0.03673612,-0.1136881;-0.3687154;0.001924597,-0.1328686;-0.707409;0.08805682,-0.1343061;-0.6971319;-0.0099684,0.012706;0.3997222;0.001141023,0;0;0,0.006111966;0.1997251;0.008515903,0.01581001;0.4994971;0.005682375,0.1272522;0.3650685;0.01508218,0.1630991;0.0875746;0.02567183,0.1897957;-0.1855699;-0.02982025,-0.1032501;0.3682156;0.01401955,-0.3070809;0.1762585;0.01635741,-0.5232201;0.004869372;-0.0317014,0.07116066;0.002958664;-0.0364336,0.08034095;-0.3730256;0.0178949,0.08724343;-0.7131527;0.1001499,0.08601467;-0.7022204;0.001992337,-0.07062412;0.007156205;-0.03689203,-0.1197756;-0.367691;0.00149643,-0.1441796;-0.7078519;0.08020517,-0.1426205;-0.6968429;-0.0179626,0.01247504;0.3996219;0.009401395,49.69396
+0;0;0,0.006261315;0.1998531;0.004420501,0.01611659;0.4994812;-0.004903253,0.1275776;0.3647625;-0.0006349338,0.163576;0.08753008;0.01505861,0.1967151;-0.1809694;-0.05712065,-0.1044029;0.3746499;0.007141766,-0.3744782;0.3012982;-0.001737306,-0.6485769;0.2501784;-0.02736336,0.06872544;0.004008555;-0.04075224,0.07984921;-0.3720101;0.01297171,0.07920244;-0.7100511;0.1036795,0.09114429;-0.7597066;0.04441407,-0.07071883;0.006861693;-0.03676633,-0.1140959;-0.3687312;0.001291919,-0.1329214;-0.7073798;0.08767892,-0.1342617;-0.697103;-0.0103476,0.0127958;0.3997194;0.001143005,0;0;0,0.006282072;0.199718;0.008560225,0.01635733;0.499479;0.005850398,0.1276651;0.3650245;0.0148572,0.1631035;0.0874745;0.02535072,0.189573;-0.1854517;-0.03131201,-0.1029332;0.3685164;0.01405816,-0.3088889;0.1788331;0.01563927,-0.5272792;0.01033232;-0.03245628,0.07112736;0.002920466;-0.03650163,0.08035164;-0.3730614;0.0178359,0.0869959;-0.7130775;0.1005696,0.09356336;-0.7676504;0.04761382,-0.07064582;0.007201481;-0.03684165,-0.1198221;-0.3676299;0.001670167,-0.1441736;-0.70775;0.08057052,-0.1426887;-0.6967357;-0.01759943,0.01288029;0.3996068;0.009518296,49.71642
+0;0;0,0.006261315;0.1998531;0.004420501,0.01611659;0.4994812;-0.004903253,0.1275776;0.3647625;-0.0006349338,0.163576;0.08753008;0.01505861,0.1967151;-0.1809694;-0.05712065,-0.1044029;0.3746499;0.007141766,-0.3744782;0.3012982;-0.001737306,-0.6485769;0.2501784;-0.02736336,0.06872544;0.004008555;-0.04075224,0.07984921;-0.3720101;0.01297171,0.07920244;-0.7100511;0.1036795,0.09114429;-0.7597066;0.04441407,-0.07071883;0.006861693;-0.03676633,-0.1140959;-0.3687312;0.001291919,-0.1329214;-0.7073798;0.08767892,-0.1342617;-0.697103;-0.0103476,0.0127958;0.3997194;0.001143005,0;0;0,0.006282072;0.199718;0.008560225,0.01635733;0.499479;0.005850398,0.1276651;0.3650245;0.0148572,0.1631035;0.0874745;0.02535072,0.189573;-0.1854517;-0.03131201,-0.1029332;0.3685164;0.01405816,-0.3088889;0.1788331;0.01563927,-0.5272792;0.01033232;-0.03245628,0.07112736;0.002920466;-0.03650163,0.08035164;-0.3730614;0.0178359,0.0869959;-0.7130775;0.1005696,0.09356336;-0.7676504;0.04761382,-0.07064582;0.007201481;-0.03684165,-0.1198221;-0.3676299;0.001670167,-0.1441736;-0.70775;0.08057052,-0.1426887;-0.6967357;-0.01759943,0.01288029;0.3996068;0.009518296,49.72771
+0;0;0,0.006261315;0.1998531;0.004420501,0.01611659;0.4994812;-0.004903253,0.1275776;0.3647625;-0.0006349338,0.163576;0.08753008;0.01505861,0.1967151;-0.1809694;-0.05712065,-0.1044029;0.3746499;0.007141766,-0.3744782;0.3012982;-0.001737306,-0.6485769;0.2501784;-0.02736336,0.06872544;0.004008555;-0.04075224,0.07984921;-0.3720101;0.01297171,0.07920244;-0.7100511;0.1036795,0.09114429;-0.7597066;0.04441407,-0.07071883;0.006861693;-0.03676633,-0.1140959;-0.3687312;0.001291919,-0.1329214;-0.7073798;0.08767892,-0.1342617;-0.697103;-0.0103476,0.0127958;0.3997194;0.001143005,0;0;0,0.006558296;0.1997112;0.008509472,0.01717854;0.4994512;0.00562054,0.1282486;0.3649384;0.01492103,0.1636346;0.08736891;0.02506952,0.1900024;-0.1856692;-0.03109931,-0.1023764;0.3687484;0.01412313,-0.3108743;0.1818589;0.01511908,-0.5312784;0.01601316;-0.03301803,0.07110712;0.002849105;-0.03654668,0.08067559;-0.373059;0.01823981,0.08729979;-0.713074;0.10098,0.09375158;-0.7674924;0.0477644,-0.07065499;0.007271867;-0.03681023,-0.1196674;-0.3675686;0.001821421,-0.1440217;-0.7076069;0.08107301,-0.1322511;-0.7629089;0.03022975,0.01349491;0.3995891;0.009360598,49.7497
+0;0;0,0.006334759;0.1998526;0.004335673,0.01622735;0.4994719;-0.005203539,0.1276617;0.3646913;-0.0006091145,0.1635104;0.08743748;0.01505001,0.1967159;-0.181059;-0.05710986,-0.1045222;0.3756886;0.006880112,-0.3764085;0.3093009;-0.001518128,-0.6514527;0.2630294;-0.02620831,0.06876227;0.003921079;-0.0406986,0.08002469;-0.3720967;0.01300243,0.07943416;-0.7101585;0.1036328,0.09032052;-0.7601858;0.04466574,-0.07066296;0.006937924;-0.03685933,-0.1139946;-0.3686455;0.001343384,-0.1327185;-0.7073194;0.08765316,-0.1339351;-0.6970583;-0.01037183,0.01289727;0.399716;0.0009343426,0;0;0,0.006558296;0.1997112;0.008509472,0.01717854;0.4994512;0.00562054,0.1282486;0.3649384;0.01492103,0.1636346;0.08736891;0.02506952,0.1900024;-0.1856692;-0.03109931,-0.1023764;0.3687484;0.01412313,-0.3108743;0.1818589;0.01511908,-0.5312784;0.01601316;-0.03301803,0.07110712;0.002849105;-0.03654668,0.08067559;-0.373059;0.01823981,0.08729979;-0.713074;0.10098,0.09375158;-0.7674924;0.0477644,-0.07065499;0.007271867;-0.03681023,-0.1196674;-0.3675686;0.001821421,-0.1440217;-0.7076069;0.08107301,-0.1322511;-0.7629089;0.03022975,0.01349491;0.3995891;0.009360598,49.76105
+0;0;0,0.006334759;0.1998526;0.004335673,0.01622735;0.4994719;-0.005203539,0.1276617;0.3646913;-0.0006091145,0.1635104;0.08743748;0.01505001,0.1967159;-0.181059;-0.05710986,-0.1045222;0.3756886;0.006880112,-0.3764085;0.3093009;-0.001518128,-0.6514527;0.2630294;-0.02620831,0.06876227;0.003921079;-0.0406986,0.08002469;-0.3720967;0.01300243,0.07943416;-0.7101585;0.1036328,0.09032052;-0.7601858;0.04466574,-0.07066296;0.006937924;-0.03685933,-0.1139946;-0.3686455;0.001343384,-0.1327185;-0.7073194;0.08765316,-0.1339351;-0.6970583;-0.01037183,0.01289727;0.399716;0.0009343426,0;0;0,0.006690886;0.1997065;0.008517507,0.01757463;0.4994381;0.005706511,0.1285631;0.364923;0.01480157,0.1638315;0.08734733;0.02518762,0.1901165;-0.1857168;-0.0308932,-0.1021179;0.3689259;0.01419978,-0.3130363;0.1847705;0.01470574,-0.5354047;0.02144496;-0.03301248,0.07107011;0.00282586;-0.03662039,0.08066505;-0.3730374;0.01846846,0.08720232;-0.7130447;0.1012469,0.09316476;-0.7674146;0.04789729,-0.07068846;0.007290909;-0.03674215,-0.1196893;-0.3675467;0.001932055,-0.1440202;-0.7075672;0.0812671,-0.1325352;-0.7628222;0.03027996,0.01380247;0.399578;0.009412932,49.77231
+0;0;0,0.006334759;0.1998526;0.004335673,0.01622735;0.4994719;-0.005203539,0.1276617;0.3646913;-0.0006091145,0.1635104;0.08743748;0.01505001,0.1967159;-0.181059;-0.05710986,-0.1045222;0.3756886;0.006880112,-0.3764085;0.3093009;-0.001518128,-0.6514527;0.2630294;-0.02620831,0.06876227;0.003921079;-0.0406986,0.08002469;-0.3720967;0.01300243,0.07943416;-0.7101585;0.1036328,0.09032052;-0.7601858;0.04466574,-0.07066296;0.006937924;-0.03685933,-0.1139946;-0.3686455;0.001343384,-0.1327185;-0.7073194;0.08765316,-0.1339351;-0.6970583;-0.01037183,0.01289727;0.399716;0.0009343426,0;0;0,0.006690886;0.1997065;0.008517507,0.01757463;0.4994381;0.005706511,0.1285631;0.364923;0.01480157,0.1638315;0.08734733;0.02518762,0.1901165;-0.1857168;-0.0308932,-0.1021179;0.3689259;0.01419978,-0.3130363;0.1847705;0.01470574,-0.5354047;0.02144496;-0.03301248,0.07107011;0.00282586;-0.03662039,0.08066505;-0.3730374;0.01846846,0.08720232;-0.7130447;0.1012469,0.09316476;-0.7674146;0.04789729,-0.07068846;0.007290909;-0.03674215,-0.1196893;-0.3675467;0.001932055,-0.1440202;-0.7075672;0.0812671,-0.1325352;-0.7628222;0.03027996,0.01380247;0.399578;0.009412932,49.79461
+0;0;0,0.006370188;0.1998511;0.004353815,0.01625135;0.4994707;-0.005176455,0.1276996;0.3646841;-0.0004910589,0.1633445;0.08740187;0.01512903,0.1967308;-0.1810979;-0.05693507,-0.104725;0.3768637;0.00677993,-0.3783823;0.3184389;-0.003129805,-0.6546652;0.2787403;-0.02530609,0.06881061;0.003777049;-0.04063044,0.08019936;-0.3722299;0.01311943,0.07973951;-0.7103193;0.1036477,0.08911059;-0.760619;0.04479069,-0.0705897;0.007066284;-0.03697515,-0.1139595;-0.3685021;0.001331843,-0.1324887;-0.7071612;0.08774188,-0.1335927;-0.6968974;-0.01028498,0.01293575;0.3997146;0.0009672472,0;0;0,0.006857149;0.1997005;0.008525611,0.01812174;0.4994192;0.005795809,0.1289936;0.3649478;0.0147404,0.1641946;0.08736527;0.02517241,0.1904238;-0.1856703;-0.03107352,-0.1017694;0.3691611;0.01427869,-0.3150574;0.1877554;0.01471975,-0.5389981;0.02683741;-0.03381869,0.07095876;0.002816811;-0.03683641,0.08061901;-0.3729822;0.01867751,0.08716097;-0.7129678;0.1015447,0.09334886;-0.7670733;0.04780464,-0.07074694;0.007315887;-0.03662443,-0.119886;-0.3675154;0.001934983,-0.1440626;-0.7074796;0.08155809,-0.1341376;-0.7627407;0.03025472,0.01421576;0.3995629;0.009464635,49.80582
+0;0;0,0.006370188;0.1998511;0.004353815,0.01625135;0.4994707;-0.005176455,0.1276996;0.3646841;-0.0004910589,0.1633445;0.08740187;0.01512903,0.1967308;-0.1810979;-0.05693507,-0.104725;0.3768637;0.00677993,-0.3783823;0.3184389;-0.003129805,-0.6546652;0.2787403;-0.02530609,0.06881061;0.003777049;-0.04063044,0.08019936;-0.3722299;0.01311943,0.07973951;-0.7103193;0.1036477,0.08911059;-0.760619;0.04479069,-0.0705897;0.007066284;-0.03697515,-0.1139595;-0.3685021;0.001331843,-0.1324887;-0.7071612;0.08774188,-0.1335927;-0.6968974;-0.01028498,0.01293575;0.3997146;0.0009672472,0;0;0,0.006857149;0.1997005;0.008525611,0.01812174;0.4994192;0.005795809,0.1289936;0.3649478;0.0147404,0.1641946;0.08736527;0.02517241,0.1904238;-0.1856703;-0.03107352,-0.1017694;0.3691611;0.01427869,-0.3150574;0.1877554;0.01471975,-0.5389981;0.02683741;-0.03381869,0.07095876;0.002816811;-0.03683641,0.08061901;-0.3729822;0.01867751,0.08716097;-0.7129678;0.1015447,0.09334886;-0.7670733;0.04780464,-0.07074694;0.007315887;-0.03662443,-0.119886;-0.3675154;0.001934983,-0.1440626;-0.7074796;0.08155809,-0.1341376;-0.7627407;0.03025472,0.01421576;0.3995629;0.009464635,49.82779
+0;0;0,0.006370188;0.1998511;0.004353815,0.01625135;0.4994707;-0.005176455,0.1276996;0.3646841;-0.0004910589,0.1633445;0.08740187;0.01512903,0.1967308;-0.1810979;-0.05693507,-0.104725;0.3768637;0.00677993,-0.3783823;0.3184389;-0.003129805,-0.6546652;0.2787403;-0.02530609,0.06881061;0.003777049;-0.04063044,0.08019936;-0.3722299;0.01311943,0.07973951;-0.7103193;0.1036477,0.08911059;-0.760619;0.04479069,-0.0705897;0.007066284;-0.03697515,-0.1139595;-0.3685021;0.001331843,-0.1324887;-0.7071612;0.08774188,-0.1335927;-0.6968974;-0.01028498,0.01293575;0.3997146;0.0009672472,0;0;0,0.006990144;0.1996983;0.008469548,0.0185089;0.4994069;0.005683733,0.1292339;0.3646972;0.01445594,0.1642958;0.08710212;0.025021,0.190196;-0.1858656;-0.03170457,-0.1014986;0.3692986;0.01427958,-0.3174609;0.1910845;0.01412344,-0.5439375;0.03372744;-0.03432326,0.07091186;0.002805224;-0.03692748,0.08065806;-0.372963;0.01877965,0.08730602;-0.7129087;0.101802,0.09317262;-0.767153;0.04824373,-0.07077613;0.007326482;-0.03656585,-0.1199003;-0.3675164;0.001900211,-0.1440937;-0.7074329;0.08172169,-0.1340751;-0.7626692;0.03039534,0.01452074;0.3995544;0.009369589,49.83937
+0;0;0,0.006450139;0.1998488;0.004342656,0.01639655;0.4994664;-0.005181639,0.1278194;0.3646468;-0.0004816767,0.1633421;0.08735225;0.01519865,0.1966499;-0.1813228;-0.05624579,-0.1047688;0.3777034;0.006503747,-0.3798351;0.3263651;-0.003641583,-0.6566581;0.288626;-0.02221061,0.06883629;0.003707827;-0.04059331,0.08054332;-0.3723102;0.01301071,0.08006179;-0.7104052;0.1035175,0.08959617;-0.7613451;0.04557068,-0.07053972;0.007112547;-0.03706156,-0.1136609;-0.3684784;0.00130485,-0.1321294;-0.7071389;0.0877225,-0.1331095;-0.6968749;-0.01030571,0.01306555;0.3997107;0.0009594613,0;0;0,0.006990144;0.1996983;0.008469548,0.0185089;0.4994069;0.005683733,0.1292339;0.3646972;0.01445594,0.1642958;0.08710212;0.025021,0.190196;-0.1858656;-0.03170457,-0.1014986;0.3692986;0.01427958,-0.3174609;0.1910845;0.01412344,-0.5439375;0.03372744;-0.03432326,0.07091186;0.002805224;-0.03692748,0.08065806;-0.372963;0.01877965,0.08730602;-0.7129087;0.101802,0.09317262;-0.767153;0.04824373,-0.07077613;0.007326482;-0.03656585,-0.1199003;-0.3675164;0.001900211,-0.1440937;-0.7074329;0.08172169,-0.1340751;-0.7626692;0.03039534,0.01452074;0.3995544;0.009369589,49.85051
+0;0;0,0.006450139;0.1998488;0.004342656,0.01639655;0.4994664;-0.005181639,0.1278194;0.3646468;-0.0004816767,0.1633421;0.08735225;0.01519865,0.1966499;-0.1813228;-0.05624579,-0.1047688;0.3777034;0.006503747,-0.3798351;0.3263651;-0.003641583,-0.6566581;0.288626;-0.02221061,0.06883629;0.003707827;-0.04059331,0.08054332;-0.3723102;0.01301071,0.08006179;-0.7104052;0.1035175,0.08959617;-0.7613451;0.04557068,-0.07053972;0.007112547;-0.03706156,-0.1136609;-0.3684784;0.00130485,-0.1321294;-0.7071389;0.0877225,-0.1331095;-0.6968749;-0.01030571,0.01306555;0.3997107;0.0009594613,0;0;0,0.006792976;0.1997018;0.008547034,0.0172726;0.4994527;0.006018195,0.1284861;0.3646395;0.01397034,0.1637261;0.08707753;0.02481085,0.1892354;-0.1859532;-0.03178843,-0.1022003;0.3691283;0.01446949,-0.3203996;0.1936621;0.01365847,-0.5516711;0.04395768;-0.03636252,0.07082783;0.002795985;-0.0370891,0.08072484;-0.3729719;0.01859294,0.08723378;-0.7128178;0.1020339,0.09333252;-0.767101;0.04856291,-0.07084803;0.007349994;-0.03642159,-0.1199199;-0.3674944;0.00209609,-0.1440634;-0.7073875;0.08203201,-0.1347815;-0.7626534;0.0306163,0.01376904;0.3995774;0.009574708,49.87256
+0;0;0,0.006416459;0.1998508;0.004301473,0.01617567;0.4994711;-0.005318731,0.1277018;0.3647077;-0.0004526551,0.1618536;0.08726221;0.01559778,0.1965124;-0.1811824;-0.05607002,-0.105007;0.3782179;0.00624146,-0.3813884;0.3346133;-0.004341293,-0.6587809;0.2995187;-0.01923268,0.06886399;0.003724202;-0.0405448,0.08072887;-0.3723001;0.01298076,0.08036914;-0.7103891;0.1035107,0.08993302;-0.7613485;0.04559599,-0.07049403;0.007088872;-0.0371529,-0.1135858;-0.3684958;0.001308464,-0.1318193;-0.7071669;0.08773419,-0.1326879;-0.6969106;-0.01029354,0.01292915;0.3997151;0.0008627283,0;0;0,0.006792976;0.1997018;0.008547034,0.0172726;0.4994527;0.006018195,0.1284861;0.3646395;0.01397034,0.1637261;0.08707753;0.02481085,0.1892354;-0.1859532;-0.03178843,-0.1022003;0.3691283;0.01446949,-0.3203996;0.1936621;0.01365847,-0.5516711;0.04395768;-0.03636252,0.07082783;0.002795985;-0.0370891,0.08072484;-0.3729719;0.01859294,0.08723378;-0.7128178;0.1020339,0.09333252;-0.767101;0.04856291,-0.07084803;0.007349994;-0.03642159,-0.1199199;-0.3674944;0.00209609,-0.1440634;-0.7073875;0.08203201,-0.1347815;-0.7626534;0.0306163,0.01376904;0.3995774;0.009574708,49.8842
+0;0;0,0.006416459;0.1998508;0.004301473,0.01617567;0.4994711;-0.005318731,0.1277018;0.3647077;-0.0004526551,0.1618536;0.08726221;0.01559778,0.1965124;-0.1811824;-0.05607002,-0.105007;0.3782179;0.00624146,-0.3813884;0.3346133;-0.004341293,-0.6587809;0.2995187;-0.01923268,0.06886399;0.003724202;-0.0405448,0.08072887;-0.3723001;0.01298076,0.08036914;-0.7103891;0.1035107,0.08993302;-0.7613485;0.04559599,-0.07049403;0.007088872;-0.0371529,-0.1135858;-0.3684958;0.001308464,-0.1318193;-0.7071669;0.08773419,-0.1326879;-0.6969106;-0.01029354,0.01292915;0.3997151;0.0008627283,0;0;0,0.006792976;0.1997018;0.008547034,0.0172726;0.4994527;0.006018195,0.1284861;0.3646395;0.01397034,0.1637261;0.08707753;0.02481085,0.1892354;-0.1859532;-0.03178843,-0.1022003;0.3691283;0.01446949,-0.3203996;0.1936621;0.01365847,-0.5516711;0.04395768;-0.03636252,0.07082783;0.002795985;-0.0370891,0.08072484;-0.3729719;0.01859294,0.08723378;-0.7128178;0.1020339,0.09333252;-0.767101;0.04856291,-0.07084803;0.007349994;-0.03642159,-0.1199199;-0.3674944;0.00209609,-0.1440634;-0.7073875;0.08203201,-0.1347815;-0.7626534;0.0306163,0.01376904;0.3995774;0.009574708,49.8951
+0;0;0,0.006416459;0.1998508;0.004301473,0.01617567;0.4994711;-0.005318731,0.1277018;0.3647077;-0.0004526551,0.1618536;0.08726221;0.01559778,0.1965124;-0.1811824;-0.05607002,-0.105007;0.3782179;0.00624146,-0.3813884;0.3346133;-0.004341293,-0.6587809;0.2995187;-0.01923268,0.06886399;0.003724202;-0.0405448,0.08072887;-0.3723001;0.01298076,0.08036914;-0.7103891;0.1035107,0.08993302;-0.7613485;0.04559599,-0.07049403;0.007088872;-0.0371529,-0.1135858;-0.3684958;0.001308464,-0.1318193;-0.7071669;0.08773419,-0.1326879;-0.6969106;-0.01029354,0.01292915;0.3997151;0.0008627283,0;0;0,0.007159308;0.1996935;0.008442008,0.0188033;0.4993993;0.005729479,0.1294588;0.3643523;0.01385077,0.1647754;0.08679977;0.02468342,0.1896223;-0.1862465;-0.03213535,-0.1012625;0.3695704;0.01442805,-0.3221754;0.1975347;0.01334804,-0.5553374;0.05102059;-0.03733866,0.07076097;0.00276956;-0.03721847,0.08073565;-0.3729288;0.0189174,0.08725002;-0.7127572;0.1024294,0.09542702;-0.7641275;0.04487927,-0.07091354;0.007378771;-0.03628807,-0.1200075;-0.3674544;0.002311237,-0.1440491;-0.70732;0.08239479,-0.1360889;-0.7625982;0.03077817,0.01482313;0.3995445;0.009359628,49.91727
+0;0;0,0.006416459;0.1998508;0.004301473,0.01617567;0.4994711;-0.005318731,0.1277018;0.3647077;-0.0004526551,0.1618536;0.08726221;0.01559778,0.1965124;-0.1811824;-0.05607002,-0.105007;0.3782179;0.00624146,-0.3813884;0.3346133;-0.004341293,-0.6587809;0.2995187;-0.01923268,0.06886399;0.003724202;-0.0405448,0.08072887;-0.3723001;0.01298076,0.08036914;-0.7103891;0.1035107,0.08993302;-0.7613485;0.04559599,-0.07049403;0.007088872;-0.0371529,-0.1135858;-0.3684958;0.001308464,-0.1318193;-0.7071669;0.08773419,-0.1326879;-0.6969106;-0.01029354,0.01292915;0.3997151;0.0008627283,0;0;0,0.007353028;0.1996877;0.008410987,0.01954795;0.4993712;0.005655388,0.1299413;0.3641525;0.01365446,0.1652676;0.08660054;0.02446925,0.1897034;-0.1864609;-0.03245492,-0.1008014;0.3698363;0.01439558,-0.3246094;0.2015839;0.01334256,-0.559971;0.05858104;-0.03720549,0.07071592;0.002745999;-0.03730573,0.08079469;-0.3729374;0.01891152,0.08715077;-0.7127645;0.1024412,0.09558485;-0.764651;0.04566553,-0.07094041;0.007394316;-0.03623234,-0.1201295;-0.3674308;0.002323713,-0.1439346;-0.7072955;0.08248159,-0.1429128;-0.696283;-0.01569393,0.01535611;0.3995256;0.009299225,49.93956
+0;0;0,0.006417728;0.1998506;0.004308826,0.01614086;0.4994728;-0.005288648,0.1276868;0.3647027;-0.0004197576,0.1616689;0.08724019;0.01569705,0.1961838;-0.1816807;-0.05423363,-0.1051536;0.3788714;0.005899691,-0.3827067;0.3427587;-0.001856292,-0.6607266;0.3144425;-0.01926613,0.06889221;0.003772392;-0.04049237,0.08080518;-0.3722607;0.01296006,0.0807183;-0.7104581;0.1030852,0.09109388;-0.7609649;0.04468134,-0.07045939;0.007027906;-0.03723013,-0.1136399;-0.3685422;0.001274016,-0.1312321;-0.7073117;0.08744647,-0.1319565;-0.6970523;-0.01058306,0.01291572;0.3997156;0.0008834326,0;0;0,0.007353028;0.1996877;0.008410987,0.01954795;0.4993712;0.005655388,0.1299413;0.3641525;0.01365446,0.1652676;0.08660054;0.02446925,0.1897034;-0.1864609;-0.03245492,-0.1008014;0.3698363;0.01439558,-0.3246094;0.2015839;0.01334256,-0.559971;0.05858104;-0.03720549,0.07071592;0.002745999;-0.03730573,0.08079469;-0.3729374;0.01891152,0.08715077;-0.7127645;0.1024412,0.09558485;-0.764651;0.04566553,-0.07094041;0.007394316;-0.03623234,-0.1201295;-0.3674308;0.002323713,-0.1439346;-0.7072955;0.08248159,-0.1429128;-0.696283;-0.01569393,0.01535611;0.3995256;0.009299225,49.95084
+0;0;0,0.006417728;0.1998506;0.004308826,0.01614086;0.4994728;-0.005288648,0.1276868;0.3647027;-0.0004197576,0.1616689;0.08724019;0.01569705,0.1961838;-0.1816807;-0.05423363,-0.1051536;0.3788714;0.005899691,-0.3827067;0.3427587;-0.001856292,-0.6607266;0.3144425;-0.01926613,0.06889221;0.003772392;-0.04049237,0.08080518;-0.3722607;0.01296006,0.0807183;-0.7104581;0.1030852,0.09109388;-0.7609649;0.04468134,-0.07045939;0.007027906;-0.03723013,-0.1136399;-0.3685422;0.001274016,-0.1312321;-0.7073117;0.08744647,-0.1319565;-0.6970523;-0.01058306,0.01291572;0.3997156;0.0008834326,0;0;0,0.007353028;0.1996877;0.008410987,0.01954795;0.4993712;0.005655388,0.1299413;0.3641525;0.01365446,0.1652676;0.08660054;0.02446925,0.1897034;-0.1864609;-0.03245492,-0.1008014;0.3698363;0.01439558,-0.3246094;0.2015839;0.01334256,-0.559971;0.05858104;-0.03720549,0.07071592;0.002745999;-0.03730573,0.08079469;-0.3729374;0.01891152,0.08715077;-0.7127645;0.1024412,0.09558485;-0.764651;0.04566553,-0.07094041;0.007394316;-0.03623234,-0.1201295;-0.3674308;0.002323713,-0.1439346;-0.7072955;0.08248159,-0.1429128;-0.696283;-0.01569393,0.01535611;0.3995256;0.009299225,49.96412
+0;0;0,0.006417728;0.1998506;0.004308826,0.01614086;0.4994728;-0.005288648,0.1276868;0.3647027;-0.0004197576,0.1616689;0.08724019;0.01569705,0.1961838;-0.1816807;-0.05423363,-0.1051536;0.3788714;0.005899691,-0.3827067;0.3427587;-0.001856292,-0.6607266;0.3144425;-0.01926613,0.06889221;0.003772392;-0.04049237,0.08080518;-0.3722607;0.01296006,0.0807183;-0.7104581;0.1030852,0.09109388;-0.7609649;0.04468134,-0.07045939;0.007027906;-0.03723013,-0.1136399;-0.3685422;0.001274016,-0.1312321;-0.7073117;0.08744647,-0.1319565;-0.6970523;-0.01058306,0.01291572;0.3997156;0.0008834326,0;0;0,0.007518812;0.1996846;0.00833718,0.02002384;0.4993547;0.005518231,0.1302738;0.3640069;0.01354768,0.1652692;0.08640039;0.02403173,0.1896034;-0.1866607;-0.03293734,-0.1004837;0.3700685;0.01440486,-0.3275921;0.2063051;0.01258118,-0.5665891;0.06945273;-0.03793442,0.07063244;0.002733442;-0.03746449,0.08072238;-0.3729137;0.01899315,0.08701701;-0.7127551;0.1024686,0.09584222;-0.7647502;0.04590959,-0.07098565;0.007391088;-0.03614429,-0.1202298;-0.367425;0.002428852,-0.143977;-0.707284;0.08262834,-0.1429893;-0.6962816;-0.01554558,0.01573037;0.3995142;0.009184984,49.98447

+ 115 - 0
DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_TwoArmsPlusLeg_Backward_HapticFeedback_Fast.csv

@@ -0,0 +1,115 @@
+Demo_SpineBase,Demo_SpineMid,Demo_Neck,Demo_ShoulderLeft,Demo_ElbowLeft,Demo_WristLeft,Demo_ShoulderRight,Demo_ElbowRight,Demo_WristRight,Demo_HipLeft,Demo_KneeLeft,Demo_AnkleLeft,Demo_FootLeft,Demo_HipRight,Demo_KneeRight,Demo_AnkleRight,Demo_FootRight,Demo_SpineShoulder,Body_SpineBase,Body_SpineMid,Body_Neck,Body_ShoulderLeft,Body_ElbowLeft,Body_WristLeft,Body_ShoulderRight,Body_ElbowRight,Body_WristRight,Body_HipLeft,Body_KneeLeft,Body_AnkleLeft,Body_FootLeft,Body_HipRight,Body_KneeRight,Body_AnkleRight,Body_FootRight,Body_SpineShoulder,time
+0;0;0,0.002774069;0.1999564;0.003121259,0.006746806;0.4996396;-0.008626321,0.1211067;0.3704381;0.01104665,0.1672322;0.09440127;0.01976888,0.2293164;-0.1726772;-0.03692888,-0.1089448;0.3640747;-0.006587058,-0.1681115;0.09043577;-0.01117447,-0.2173299;-0.1789726;-0.06945547,0.07101912;0.003527971;-0.0366584,0.07212283;-0.3732227;0.01291675,0.06426939;-0.7141765;0.09158599,0.06844828;-0.7055917;-0.006004602,-0.06883678;0.007633297;-0.04004035,-0.1139687;-0.3682853;-0.00766211,-0.1392807;-0.7070391;0.0766298,-0.1325325;-0.6982571;-0.02085998,0.005493625;0.3998754;-0.001878663,0;0;0,0.003388127;0.1999616;-0.001970206,0.008963329;0.4992611;-0.02065691,0.1234077;0.3755148;0.004908765,0.1708749;0.101072;0.03368387,0.2503934;-0.1613833;-0.02283205,-0.1085626;0.368182;-0.01837307,-0.1678283;0.09474534;-0.02932586,-0.2219303;-0.1708755;-0.09945819,0.07468605;0.003962521;-0.0283953,0.06956814;-0.3742166;0.008406129,0.0605702;-0.7178464;0.07426697,0.06239646;-0.7707669;0.01840225,-0.06935918;0.005123492;-0.03953549,-0.09768619;-0.3723614;-0.006327998,-0.1182708;-0.7138224;0.0677032,-0.1092931;-0.7052534;-0.02955992,0.007017828;0.3997028;-0.01147245,125.2787
+0;0;0,0.002774069;0.1999564;0.003121259,0.006746806;0.4996396;-0.008626321,0.1211067;0.3704381;0.01104665,0.1672322;0.09440127;0.01976888,0.2293164;-0.1726772;-0.03692888,-0.1089448;0.3640747;-0.006587058,-0.1681115;0.09043577;-0.01117447,-0.2173299;-0.1789726;-0.06945547,0.07101912;0.003527971;-0.0366584,0.07212283;-0.3732227;0.01291675,0.06426939;-0.7141765;0.09158599,0.06844828;-0.7055917;-0.006004602,-0.06883678;0.007633297;-0.04004035,-0.1139687;-0.3682853;-0.00766211,-0.1392807;-0.7070391;0.0766298,-0.1325325;-0.6982571;-0.02085998,0.005493625;0.3998754;-0.001878663,0;0;0,0.003388127;0.1999616;-0.001970206,0.008963329;0.4992611;-0.02065691,0.1234077;0.3755148;0.004908765,0.1708749;0.101072;0.03368387,0.2503934;-0.1613833;-0.02283205,-0.1085626;0.368182;-0.01837307,-0.1678283;0.09474534;-0.02932586,-0.2219303;-0.1708755;-0.09945819,0.07468605;0.003962521;-0.0283953,0.06956814;-0.3742166;0.008406129,0.0605702;-0.7178464;0.07426697,0.06239646;-0.7707669;0.01840225,-0.06935918;0.005123492;-0.03953549,-0.09768619;-0.3723614;-0.006327998,-0.1182708;-0.7138224;0.0677032,-0.1092931;-0.7052534;-0.02955992,0.007017828;0.3997028;-0.01147245,125.2943
+0;0;0,0.002774069;0.1999564;0.003121259,0.006746806;0.4996396;-0.008626321,0.1211067;0.3704381;0.01104665,0.1672322;0.09440127;0.01976888,0.2293164;-0.1726772;-0.03692888,-0.1089448;0.3640747;-0.006587058,-0.1681115;0.09043577;-0.01117447,-0.2173299;-0.1789726;-0.06945547,0.07101912;0.003527971;-0.0366584,0.07212283;-0.3732227;0.01291675,0.06426939;-0.7141765;0.09158599,0.06844828;-0.7055917;-0.006004602,-0.06883678;0.007633297;-0.04004035,-0.1139687;-0.3682853;-0.00766211,-0.1392807;-0.7070391;0.0766298,-0.1325325;-0.6982571;-0.02085998,0.005493625;0.3998754;-0.001878663,0;0;0,0.003726873;0.1999574;-0.001778801,0.009870534;0.4992659;-0.02014123,0.124037;0.3751996;0.005448163,0.1709321;0.100636;0.03400815,0.2500341;-0.1619383;-0.02253927,-0.1078107;0.3681385;-0.01839564,-0.1677739;0.09486476;-0.02961483,-0.2225037;-0.1700807;-0.101785,0.07472911;0.003933162;-0.02828587,0.06814191;-0.3742715;0.008016558,0.0588297;-0.7178833;0.07392702,0.06067494;-0.7707888;0.01804065,-0.06923965;0.005176402;-0.03973758,-0.09905709;-0.3722171;-0.006797876,-0.1202824;-0.7136346;0.06725353,-0.1143907;-0.7690796;0.01563515,0.007731915;0.3997014;-0.01106783,125.3108
+0;0;0,0.002759945;0.1999588;0.002979736,0.0067248;0.4996334;-0.008969379,0.1210866;0.3705873;0.01106807,0.1668466;0.09450069;0.02013491,0.2288764;-0.1725976;-0.0365291,-0.1089769;0.3641337;-0.007146431,-0.1688406;0.09063569;-0.01104388,-0.2183621;-0.1787451;-0.0691957,0.07103602;0.003483333;-0.0366299,0.07164764;-0.3732781;0.01287188,0.06379403;-0.7142477;0.09147262,0.06818409;-0.7056836;-0.006104179,-0.06877475;0.00768414;-0.0401371,-0.1142865;-0.3682094;-0.008001477,-0.1399117;-0.7068875;0.07649986,-0.1329511;-0.6981238;-0.02097102,0.005467226;0.399875;-0.002137239,0;0;0,0.004064959;0.1999519;-0.001650114,0.01078142;0.4992612;-0.01979911,0.1246902;0.3750863;0.00599735,0.170858;0.1003777;0.03434759,0.248969;-0.1624336;-0.02247573,-0.1070677;0.3680603;-0.01824728,-0.167338;0.09485483;-0.02948409,-0.222949;-0.1696263;-0.1026765,0.07473157;0.003760106;-0.02830291,0.06713413;-0.3743939;0.008328505,0.05725422;-0.7179803;0.07428899,0.05899598;-0.7709185;0.01844807,-0.06922057;0.005358257;-0.03974672,-0.09976521;-0.3720185;-0.007284969,-0.1216882;-0.7132634;0.06735636,-0.1163469;-0.7686406;0.01556629,0.008447632;0.3996945;-0.01079828,125.3314
+0;0;0,0.002759945;0.1999588;0.002979736,0.0067248;0.4996334;-0.008969379,0.1210866;0.3705873;0.01106807,0.1668466;0.09450069;0.02013491,0.2288764;-0.1725976;-0.0365291,-0.1089769;0.3641337;-0.007146431,-0.1688406;0.09063569;-0.01104388,-0.2183621;-0.1787451;-0.0691957,0.07103602;0.003483333;-0.0366299,0.07164764;-0.3732781;0.01287188,0.06379403;-0.7142477;0.09147262,0.06818409;-0.7056836;-0.006104179,-0.06877475;0.00768414;-0.0401371,-0.1142865;-0.3682094;-0.008001477,-0.1399117;-0.7068875;0.07649986,-0.1329511;-0.6981238;-0.02097102,0.005467226;0.399875;-0.002137239,0;0;0,0.004064959;0.1999519;-0.001650114,0.01078142;0.4992612;-0.01979911,0.1246902;0.3750863;0.00599735,0.170858;0.1003777;0.03434759,0.248969;-0.1624336;-0.02247573,-0.1070677;0.3680603;-0.01824728,-0.167338;0.09485483;-0.02948409,-0.222949;-0.1696263;-0.1026765,0.07473157;0.003760106;-0.02830291,0.06713413;-0.3743939;0.008328505,0.05725422;-0.7179803;0.07428899,0.05899598;-0.7709185;0.01844807,-0.06922057;0.005358257;-0.03974672,-0.09976521;-0.3720185;-0.007284969,-0.1216882;-0.7132634;0.06735636,-0.1163469;-0.7686406;0.01556629,0.008447632;0.3996945;-0.01079828,125.3433
+0;0;0,0.002759945;0.1999588;0.002979736,0.0067248;0.4996334;-0.008969379,0.1210866;0.3705873;0.01106807,0.1668466;0.09450069;0.02013491,0.2288764;-0.1725976;-0.0365291,-0.1089769;0.3641337;-0.007146431,-0.1688406;0.09063569;-0.01104388,-0.2183621;-0.1787451;-0.0691957,0.07103602;0.003483333;-0.0366299,0.07164764;-0.3732781;0.01287188,0.06379403;-0.7142477;0.09147262,0.06818409;-0.7056836;-0.006104179,-0.06877475;0.00768414;-0.0401371,-0.1142865;-0.3682094;-0.008001477,-0.1399117;-0.7068875;0.07649986,-0.1329511;-0.6981238;-0.02097102,0.005467226;0.399875;-0.002137239,0;0;0,0.004064959;0.1999519;-0.001650114,0.01078142;0.4992612;-0.01979911,0.1246902;0.3750863;0.00599735,0.170858;0.1003777;0.03434759,0.248969;-0.1624336;-0.02247573,-0.1070677;0.3680603;-0.01824728,-0.167338;0.09485483;-0.02948409,-0.222949;-0.1696263;-0.1026765,0.07473157;0.003760106;-0.02830291,0.06713413;-0.3743939;0.008328505,0.05725422;-0.7179803;0.07428899,0.05899598;-0.7709185;0.01844807,-0.06922057;0.005358257;-0.03974672,-0.09976521;-0.3720185;-0.007284969,-0.1216882;-0.7132634;0.06735636,-0.1163469;-0.7686406;0.01556629,0.008447632;0.3996945;-0.01079828,125.3647
+0;0;0,0.003079979;0.1999571;0.002770202,0.007732221;0.4996045;-0.009577069,0.1218444;0.3708467;0.01117029,0.1674714;0.09475732;0.02080415,0.2299293;-0.1724862;-0.03469263,-0.1083277;0.3644489;-0.007565585,-0.168899;0.0910987;-0.01084721,-0.2189372;-0.1781566;-0.06913739,0.07102207;0.003403167;-0.03666448,0.07090801;-0.3733731;0.01272831,0.06281663;-0.7143062;0.0914629,0.06738213;-0.7057778;-0.006097995,-0.06879095;0.007751834;-0.04009631,-0.1145863;-0.3681611;-0.008595772,-0.1407401;-0.7067431;0.07612833,-0.1336053;-0.6980123;-0.02132279,0.006220009;0.3998607;-0.002584164,0;0;0,0.004130984;0.1999525;-0.001397229,0.01093904;0.4992826;-0.01916663,0.1247763;0.3748545;0.006453337,0.1698109;0.09997874;0.03500513,0.2477147;-0.1628818;-0.02187474,-0.106799;0.3677169;-0.01834684,-0.168089;0.09471557;-0.02901467,-0.2252845;-0.1693372;-0.1025323,0.07466799;0.003649126;-0.02848466,0.06555332;-0.3744394;0.00847391,0.05510925;-0.7179789;0.07459167,0.05724589;-0.7702401;0.01777146,-0.06928514;0.005483788;-0.03961688,-0.1004862;-0.371914;-0.008034665,-0.1234683;-0.7129606;0.06719171,-0.1175015;-0.7682823;0.01537844,0.00857834;0.399705;-0.01029444,125.3764
+0;0;0,0.003079979;0.1999571;0.002770202,0.007732221;0.4996045;-0.009577069,0.1218444;0.3708467;0.01117029,0.1674714;0.09475732;0.02080415,0.2299293;-0.1724862;-0.03469263,-0.1083277;0.3644489;-0.007565585,-0.168899;0.0910987;-0.01084721,-0.2189372;-0.1781566;-0.06913739,0.07102207;0.003403167;-0.03666448,0.07090801;-0.3733731;0.01272831,0.06281663;-0.7143062;0.0914629,0.06738213;-0.7057778;-0.006097995,-0.06879095;0.007751834;-0.04009631,-0.1145863;-0.3681611;-0.008595772,-0.1407401;-0.7067431;0.07612833,-0.1336053;-0.6980123;-0.02132279,0.006220009;0.3998607;-0.002584164,0;0;0,0.004130984;0.1999525;-0.001397229,0.01093904;0.4992826;-0.01916663,0.1247763;0.3748545;0.006453337,0.1698109;0.09997874;0.03500513,0.2477147;-0.1628818;-0.02187474,-0.106799;0.3677169;-0.01834684,-0.168089;0.09471557;-0.02901467,-0.2252845;-0.1693372;-0.1025323,0.07466799;0.003649126;-0.02848466,0.06555332;-0.3744394;0.00847391,0.05510925;-0.7179789;0.07459167,0.05724589;-0.7702401;0.01777146,-0.06928514;0.005483788;-0.03961688,-0.1004862;-0.371914;-0.008034665,-0.1234683;-0.7129606;0.06719171,-0.1175015;-0.7682823;0.01537844,0.00857834;0.399705;-0.01029444,125.3985
+0;0;0,0.002942522;0.1999594;0.002755891,0.007416922;0.4996121;-0.009530927,0.1216511;0.3710902;0.01110507,0.1666526;0.09491283;0.021151,0.2288515;-0.1724252;-0.0341812,-0.1085311;0.3642963;-0.007790086,-0.1696709;0.09106606;-0.01046916,-0.2203811;-0.1780375;-0.06887959,0.07100943;0.003289083;-0.03669934,0.07062176;-0.3734868;0.01269459,0.06223586;-0.714422;0.09138943,0.06687598;-0.7058936;-0.006167948,-0.06875076;0.007877145;-0.04014079,-0.1148988;-0.368018;-0.00894523,-0.1415495;-0.7065344;0.07588668,-0.1343383;-0.6978025;-0.02155903,0.005956666;0.399866;-0.002560747,0;0;0,0.004655804;0.1999418;-0.001266399,0.01234469;0.4992608;-0.01885929,0.1258332;0.3750803;0.007384142,0.1697853;0.1000693;0.03631819,0.2473892;-0.1628536;-0.02068303,-0.1058295;0.3681671;-0.01800774,-0.1687488;0.09553105;-0.02853081,-0.22653;-0.1685731;-0.101403,0.07463915;0.003551074;-0.02857249,0.0642746;-0.3744878;0.008564664,0.05246577;-0.7178137;0.0755564,0.05429659;-0.7701908;0.01889358,-0.06933446;0.005584277;-0.03951642,-0.1015762;-0.3717258;-0.007931538,-0.1256189;-0.7125964;0.06775997,-0.1206002;-0.7682656;0.01642193,0.009682781;0.399686;-0.01004094,125.41
+0;0;0,0.002942522;0.1999594;0.002755891,0.007416922;0.4996121;-0.009530927,0.1216511;0.3710902;0.01110507,0.1666526;0.09491283;0.021151,0.2288515;-0.1724252;-0.0341812,-0.1085311;0.3642963;-0.007790086,-0.1696709;0.09106606;-0.01046916,-0.2203811;-0.1780375;-0.06887959,0.07100943;0.003289083;-0.03669934,0.07062176;-0.3734868;0.01269459,0.06223586;-0.714422;0.09138943,0.06687598;-0.7058936;-0.006167948,-0.06875076;0.007877145;-0.04014079,-0.1148988;-0.368018;-0.00894523,-0.1415495;-0.7065344;0.07588668,-0.1343383;-0.6978025;-0.02155903,0.005956666;0.399866;-0.002560747,0;0;0,0.004583276;0.1999443;-0.001120508,0.01200558;0.4992796;-0.01854711,0.1256569;0.3754454;0.007761593,0.1688413;0.1004;0.03751284,0.2457613;-0.1629376;-0.01849274,-0.1059923;0.3679297;-0.01777852,-0.1695926;0.09543845;-0.02795259,-0.229118;-0.1684258;-0.1002878,0.07461365;0.003590113;-0.02863416,0.06161774;-0.3743404;0.00877771,0.04903337;-0.7176363;0.07578156,0.05045472;-0.770596;0.01996331,-0.06939434;0.005555226;-0.03941527,-0.1030729;-0.3716767;-0.008401761,-0.1286566;-0.7122349;0.06818528,-0.1237368;-0.7675679;0.01628073,0.009449361;0.3996976;-0.009777877,125.4318
+0;0;0,0.002942522;0.1999594;0.002755891,0.007416922;0.4996121;-0.009530927,0.1216511;0.3710902;0.01110507,0.1666526;0.09491283;0.021151,0.2288515;-0.1724252;-0.0341812,-0.1085311;0.3642963;-0.007790086,-0.1696709;0.09106606;-0.01046916,-0.2203811;-0.1780375;-0.06887959,0.07100943;0.003289083;-0.03669934,0.07062176;-0.3734868;0.01269459,0.06223586;-0.714422;0.09138943,0.06687598;-0.7058936;-0.006167948,-0.06875076;0.007877145;-0.04014079,-0.1148988;-0.368018;-0.00894523,-0.1415495;-0.7065344;0.07588668,-0.1343383;-0.6978025;-0.02155903,0.005956666;0.399866;-0.002560747,0;0;0,0.004583276;0.1999443;-0.001120508,0.01200558;0.4992796;-0.01854711,0.1256569;0.3754454;0.007761593,0.1688413;0.1004;0.03751284,0.2457613;-0.1629376;-0.01849274,-0.1059923;0.3679297;-0.01777852,-0.1695926;0.09543845;-0.02795259,-0.229118;-0.1684258;-0.1002878,0.07461365;0.003590113;-0.02863416,0.06161774;-0.3743404;0.00877771,0.04903337;-0.7176363;0.07578156,0.05045472;-0.770596;0.01996331,-0.06939434;0.005555226;-0.03941527,-0.1030729;-0.3716767;-0.008401761,-0.1286566;-0.7122349;0.06818528,-0.1237368;-0.7675679;0.01628073,0.009449361;0.3996976;-0.009777877,125.4435
+0;0;0,0.002942522;0.1999594;0.002755891,0.007416922;0.4996121;-0.009530927,0.1216511;0.3710902;0.01110507,0.1666526;0.09491283;0.021151,0.2288515;-0.1724252;-0.0341812,-0.1085311;0.3642963;-0.007790086,-0.1696709;0.09106606;-0.01046916,-0.2203811;-0.1780375;-0.06887959,0.07100943;0.003289083;-0.03669934,0.07062176;-0.3734868;0.01269459,0.06223586;-0.714422;0.09138943,0.06687598;-0.7058936;-0.006167948,-0.06875076;0.007877145;-0.04014079,-0.1148988;-0.368018;-0.00894523,-0.1415495;-0.7065344;0.07588668,-0.1343383;-0.6978025;-0.02155903,0.005956666;0.399866;-0.002560747,0;0;0,0.004583276;0.1999443;-0.001120508,0.01200558;0.4992796;-0.01854711,0.1256569;0.3754454;0.007761593,0.1688413;0.1004;0.03751284,0.2457613;-0.1629376;-0.01849274,-0.1059923;0.3679297;-0.01777852,-0.1695926;0.09543845;-0.02795259,-0.229118;-0.1684258;-0.1002878,0.07461365;0.003590113;-0.02863416,0.06161774;-0.3743404;0.00877771,0.04903337;-0.7176363;0.07578156,0.05045472;-0.770596;0.01996331,-0.06939434;0.005555226;-0.03941527,-0.1030729;-0.3716767;-0.008401761,-0.1286566;-0.7122349;0.06818528,-0.1237368;-0.7675679;0.01628073,0.009449361;0.3996976;-0.009777877,125.4546
+0;0;0,0.00256916;0.1999654;0.002688779,0.006563925;0.4996251;-0.009591741,0.1210198;0.3712639;0.01071698,0.1652311;0.09498122;0.0213605,0.2278543;-0.1723911;-0.03332363,-0.1091222;0.36401;-0.008387482,-0.1719208;0.09115013;-0.01034745,-0.2230673;-0.1778978;-0.06863317,0.07105973;0.00315885;-0.03661333,0.06938917;-0.3736424;0.0125598,0.06067972;-0.7145939;0.0911485,0.06541121;-0.7060726;-0.006402932,-0.06877056;0.007960385;-0.04009043,-0.1153744;-0.3679503;-0.009771239,-0.1430002;-0.7062805;0.07549022,-0.1356948;-0.6975522;-0.02194768,0.005247066;0.3998769;-0.002623128,0;0;0,0.004583276;0.1999443;-0.001120508,0.01200558;0.4992796;-0.01854711,0.1256569;0.3754454;0.007761593,0.1688413;0.1004;0.03751284,0.2457613;-0.1629376;-0.01849274,-0.1059923;0.3679297;-0.01777852,-0.1695926;0.09543845;-0.02795259,-0.229118;-0.1684258;-0.1002878,0.07461365;0.003590113;-0.02863416,0.06161774;-0.3743404;0.00877771,0.04903337;-0.7176363;0.07578156,0.05045472;-0.770596;0.01996331,-0.06939434;0.005555226;-0.03941527,-0.1030729;-0.3716767;-0.008401761,-0.1286566;-0.7122349;0.06818528,-0.1237368;-0.7675679;0.01628073,0.009449361;0.3996976;-0.009777877,125.4659
+0;0;0,0.00256916;0.1999654;0.002688779,0.006563925;0.4996251;-0.009591741,0.1210198;0.3712639;0.01071698,0.1652311;0.09498122;0.0213605,0.2278543;-0.1723911;-0.03332363,-0.1091222;0.36401;-0.008387482,-0.1719208;0.09115013;-0.01034745,-0.2230673;-0.1778978;-0.06863317,0.07105973;0.00315885;-0.03661333,0.06938917;-0.3736424;0.0125598,0.06067972;-0.7145939;0.0911485,0.06541121;-0.7060726;-0.006402932,-0.06877056;0.007960385;-0.04009043,-0.1153744;-0.3679503;-0.009771239,-0.1430002;-0.7062805;0.07549022,-0.1356948;-0.6975522;-0.02194768,0.005247066;0.3998769;-0.002623128,0;0;0,0.004955355;0.1999355;-0.001121047,0.01287539;0.4992554;-0.01858765,0.1263382;0.3754146;0.00793329,0.1681234;0.1001811;0.03794177,0.2438884;-0.1640726;-0.01525256,-0.1053714;0.3681647;-0.01746357,-0.1701199;0.09594232;-0.02759316,-0.23015;-0.1682038;-0.09846775,0.0746041;0.003452898;-0.02867587,0.05916141;-0.3743688;0.008905116,0.04618127;-0.7176415;0.0759524,0.0474147;-0.7707836;0.02040176,-0.06941479;0.005685328;-0.03936067,-0.1038038;-0.371549;-0.009167543,-0.131301;-0.7117373;0.06839415,-0.1257557;-0.7670752;0.01656085,0.01016255;0.3996792;-0.009799425,125.488
+0;0;0,0.00256916;0.1999654;0.002688779,0.006563925;0.4996251;-0.009591741,0.1210198;0.3712639;0.01071698,0.1652311;0.09498122;0.0213605,0.2278543;-0.1723911;-0.03332363,-0.1091222;0.36401;-0.008387482,-0.1719208;0.09115013;-0.01034745,-0.2230673;-0.1778978;-0.06863317,0.07105973;0.00315885;-0.03661333,0.06938917;-0.3736424;0.0125598,0.06067972;-0.7145939;0.0911485,0.06541121;-0.7060726;-0.006402932,-0.06877056;0.007960385;-0.04009043,-0.1153744;-0.3679503;-0.009771239,-0.1430002;-0.7062805;0.07549022,-0.1356948;-0.6975522;-0.02194768,0.005247066;0.3998769;-0.002623128,0;0;0,0.004955355;0.1999355;-0.001121047,0.01287539;0.4992554;-0.01858765,0.1263382;0.3754146;0.00793329,0.1681234;0.1001811;0.03794177,0.2438884;-0.1640726;-0.01525256,-0.1053714;0.3681647;-0.01746357,-0.1701199;0.09594232;-0.02759316,-0.23015;-0.1682038;-0.09846775,0.0746041;0.003452898;-0.02867587,0.05916141;-0.3743688;0.008905116,0.04618127;-0.7176415;0.0759524,0.0474147;-0.7707836;0.02040176,-0.06941479;0.005685328;-0.03936067,-0.1038038;-0.371549;-0.009167543,-0.131301;-0.7117373;0.06839415,-0.1257557;-0.7670752;0.01656085,0.01016255;0.3996792;-0.009799425,125.4994
+0;0;0,0.003251485;0.1999608;0.002261896,0.008595889;0.4995642;-0.0108046,0.1226699;0.3717739;0.01019597,0.1661924;0.09542909;0.0219998,0.2272169;-0.1722793;-0.03284759,-0.107909;0.3651081;-0.009273848,-0.1709051;0.09228674;-0.009349958,-0.2238572;-0.1762666;-0.06830082,0.07108047;0.002996694;-0.03658671,0.06746382;-0.3738782;0.01191349,0.0579977;-0.7148747;0.09021861,0.06283719;-0.7064096;-0.007315129,-0.06876;0.008077379;-0.04008513,-0.1172256;-0.3676771;-0.01076581,-0.1456129;-0.7060838;0.07394031,-0.138198;-0.6974156;-0.02347617,0.006809415;0.3998453;-0.003528116,0;0;0,0.005404292;0.1999235;-0.00117887,0.01394689;0.499218;-0.01878159,0.1271638;0.3754216;0.008140543,0.1679428;0.1001499;0.03916615,0.2415493;-0.1653548;-0.01072716,-0.1045602;0.368245;-0.01710776,-0.1706951;0.09632158;-0.0262652,-0.2313218;-0.1681057;-0.09556604,0.07456649;0.003159822;-0.02880718,0.05640505;-0.3744759;0.009421276,0.04248682;-0.7176889;0.07658575,0.04334756;-0.7712085;0.02159722,-0.0694798;0.005964497;-0.03920436,-0.1052681;-0.3711843;-0.009573689,-0.1346114;-0.7110752;0.06861263,-0.1291052;-0.7666324;0.01713772,0.01103491;0.3996521;-0.009941636,125.5109
+0;0;0,0.003251485;0.1999608;0.002261896,0.008595889;0.4995642;-0.0108046,0.1226699;0.3717739;0.01019597,0.1661924;0.09542909;0.0219998,0.2272169;-0.1722793;-0.03284759,-0.107909;0.3651081;-0.009273848,-0.1709051;0.09228674;-0.009349958,-0.2238572;-0.1762666;-0.06830082,0.07108047;0.002996694;-0.03658671,0.06746382;-0.3738782;0.01191349,0.0579977;-0.7148747;0.09021861,0.06283719;-0.7064096;-0.007315129,-0.06876;0.008077379;-0.04008513,-0.1172256;-0.3676771;-0.01076581,-0.1456129;-0.7060838;0.07394031,-0.138198;-0.6974156;-0.02347617,0.006809415;0.3998453;-0.003528116,0;0;0,0.005404292;0.1999235;-0.00117887,0.01394689;0.499218;-0.01878159,0.1271638;0.3754216;0.008140543,0.1679428;0.1001499;0.03916615,0.2415493;-0.1653548;-0.01072716,-0.1045602;0.368245;-0.01710776,-0.1706951;0.09632158;-0.0262652,-0.2313218;-0.1681057;-0.09556604,0.07456649;0.003159822;-0.02880718,0.05640505;-0.3744759;0.009421276,0.04248682;-0.7176889;0.07658575,0.04334756;-0.7712085;0.02159722,-0.0694798;0.005964497;-0.03920436,-0.1052681;-0.3711843;-0.009573689,-0.1346114;-0.7110752;0.06861263,-0.1291052;-0.7666324;0.01713772,0.01103491;0.3996521;-0.009941636,125.5327
+0;0;0,0.003251485;0.1999608;0.002261896,0.008595889;0.4995642;-0.0108046,0.1226699;0.3717739;0.01019597,0.1661924;0.09542909;0.0219998,0.2272169;-0.1722793;-0.03284759,-0.107909;0.3651081;-0.009273848,-0.1709051;0.09228674;-0.009349958,-0.2238572;-0.1762666;-0.06830082,0.07108047;0.002996694;-0.03658671,0.06746382;-0.3738782;0.01191349,0.0579977;-0.7148747;0.09021861,0.06283719;-0.7064096;-0.007315129,-0.06876;0.008077379;-0.04008513,-0.1172256;-0.3676771;-0.01076581,-0.1456129;-0.7060838;0.07394031,-0.138198;-0.6974156;-0.02347617,0.006809415;0.3998453;-0.003528116,0;0;0,0.00570624;0.1999146;-0.001259746,0.01461718;0.4991877;-0.01903796,0.1277878;0.3753195;0.007414607,0.1677439;0.1000763;0.03973544,0.2397094;-0.1666203;-0.006023556,-0.1040705;0.3684977;-0.01737766,-0.1717503;0.09691432;-0.02524703,-0.2327751;-0.1678582;-0.09285982,0.0745812;0.002925355;-0.02879387,0.05444211;-0.3746445;0.009092871,0.03861309;-0.7177063;0.07660596,0.03913291;-0.771015;0.02129413,-0.06948106;0.006184638;-0.039168,-0.1069615;-0.3708907;-0.01071852,-0.1382796;-0.7106012;0.06748608,-0.1320355;-0.7668864;0.01732755,0.01159385;0.3996309;-0.01013286,125.5444
+0;0;0,0.00426057;0.1999442;0.002046342,0.01137006;0.4994942;-0.01137898,0.1248648;0.3718665;0.009881118,0.1673332;0.09540939;0.02283963,0.2273869;-0.1727265;-0.03098123,-0.1059928;0.3659384;-0.009762539,-0.1698161;0.09331504;-0.008007923,-0.2247193;-0.1749496;-0.06648658,0.07097178;0.002840331;-0.03680949,0.06615212;-0.3740432;0.01151808,0.05577374;-0.715162;0.08917262,0.0606575;-0.7067332;-0.008350886,-0.06885503;0.008206177;-0.03989541,-0.1185181;-0.3674741;-0.01164834,-0.1479106;-0.7058507;0.07283447,-0.1404479;-0.6972136;-0.02457158,0.008985131;0.3997979;-0.003965563,0;0;0,0.00570624;0.1999146;-0.001259746,0.01461718;0.4991877;-0.01903796,0.1277878;0.3753195;0.007414607,0.1677439;0.1000763;0.03973544,0.2397094;-0.1666203;-0.006023556,-0.1040705;0.3684977;-0.01737766,-0.1717503;0.09691432;-0.02524703,-0.2327751;-0.1678582;-0.09285982,0.0745812;0.002925355;-0.02879387,0.05444211;-0.3746445;0.009092871,0.03861309;-0.7177063;0.07660596,0.03913291;-0.771015;0.02129413,-0.06948106;0.006184638;-0.039168,-0.1069615;-0.3708907;-0.01071852,-0.1382796;-0.7106012;0.06748608,-0.1320355;-0.7668864;0.01732755,0.01159385;0.3996309;-0.01013286,125.5555
+0;0;0,0.00426057;0.1999442;0.002046342,0.01137006;0.4994942;-0.01137898,0.1248648;0.3718665;0.009881118,0.1673332;0.09540939;0.02283963,0.2273869;-0.1727265;-0.03098123,-0.1059928;0.3659384;-0.009762539,-0.1698161;0.09331504;-0.008007923,-0.2247193;-0.1749496;-0.06648658,0.07097178;0.002840331;-0.03680949,0.06615212;-0.3740432;0.01151808,0.05577374;-0.715162;0.08917262,0.0606575;-0.7067332;-0.008350886,-0.06885503;0.008206177;-0.03989541,-0.1185181;-0.3674741;-0.01164834,-0.1479106;-0.7058507;0.07283447,-0.1404479;-0.6972136;-0.02457158,0.008985131;0.3997979;-0.003965563,0;0;0,0.006224684;0.1998978;-0.001457,0.01594827;0.4991203;-0.01964518,0.129004;0.3756953;0.006496233,0.1684564;0.1005878;0.04054641,0.2366445;-0.1680526;0.0007632412,-0.1031572;0.36893;-0.0175193,-0.1731272;0.0979006;-0.0243964,-0.2344218;-0.1675801;-0.0889176,0.07450873;0.002812468;-0.02899205,0.05294375;-0.3747164;0.008516204,0.03448135;-0.7175285;0.07662675,0.03515324;-0.770773;0.02122006,-0.06962965;0.00627534;-0.03888871,-0.1092372;-0.3706447;-0.01127468,-0.1415703;-0.7104336;0.0661725,-0.135174;-0.766371;0.01543926,0.01265372;0.3995858;-0.01058727,125.5666
+0;0;0,0.00426057;0.1999442;0.002046342,0.01137006;0.4994942;-0.01137898,0.1248648;0.3718665;0.009881118,0.1673332;0.09540939;0.02283963,0.2273869;-0.1727265;-0.03098123,-0.1059928;0.3659384;-0.009762539,-0.1698161;0.09331504;-0.008007923,-0.2247193;-0.1749496;-0.06648658,0.07097178;0.002840331;-0.03680949,0.06615212;-0.3740432;0.01151808,0.05577374;-0.715162;0.08917262,0.0606575;-0.7067332;-0.008350886,-0.06885503;0.008206177;-0.03989541,-0.1185181;-0.3674741;-0.01164834,-0.1479106;-0.7058507;0.07283447,-0.1404479;-0.6972136;-0.02457158,0.008985131;0.3997979;-0.003965563,0;0;0,0.006224684;0.1998978;-0.001457,0.01594827;0.4991203;-0.01964518,0.129004;0.3756953;0.006496233,0.1684564;0.1005878;0.04054641,0.2366445;-0.1680526;0.0007632412,-0.1031572;0.36893;-0.0175193,-0.1731272;0.0979006;-0.0243964,-0.2344218;-0.1675801;-0.0889176,0.07450873;0.002812468;-0.02899205,0.05294375;-0.3747164;0.008516204,0.03448135;-0.7175285;0.07662675,0.03515324;-0.770773;0.02122006,-0.06962965;0.00627534;-0.03888871,-0.1092372;-0.3706447;-0.01127468,-0.1415703;-0.7104336;0.0661725,-0.135174;-0.766371;0.01543926,0.01265372;0.3995858;-0.01058727,125.5885
+0;0;0,0.004715238;0.1999376;0.001649382,0.01217057;0.4994536;-0.01233221,0.1256358;0.3721316;0.009296518,0.1663186;0.09550542;0.02422442,0.2262201;-0.1730617;-0.02757801,-0.1054753;0.3665649;-0.01020163,-0.1701194;0.09416056;-0.00607876,-0.2275263;-0.1738102;-0.06349088,0.07102589;0.002557863;-0.03672575,0.06395784;-0.3743069;0.01147192,0.05226977;-0.7154018;0.0890452,0.05712952;-0.7070014;-0.008473203,-0.06891745;0.00838895;-0.03974935,-0.1202349;-0.3671345;-0.01238816,-0.1508221;-0.705424;0.07201968,-0.1433854;-0.6968305;-0.02537876,0.009708204;0.3997735;-0.004728789,0;0;0,0.007304353;0.1998563;-0.002024743,0.01904517;0.4989241;-0.02148069,0.1314166;0.3754272;0.004776608,0.1710683;0.1006735;0.04135743,0.2365584;-0.1695989;0.008740172,-0.1009528;0.3694084;-0.018412,-0.1733529;0.09898004;-0.02358422,-0.234911;-0.1670602;-0.08549725,0.07439139;0.002863594;-0.02928684,0.05150813;-0.3746519;0.007570276,0.03146577;-0.71738;0.0756562,0.02978802;-0.7711623;0.02108775,-0.06978386;0.006219075;-0.03862042,-0.1113509;-0.3706121;-0.01272713,-0.1449239;-0.7103581;0.06437977,-0.1370692;-0.7630725;0.008732207,0.01504327;0.3994601;-0.01194661,125.5999
+0;0;0,0.004715238;0.1999376;0.001649382,0.01217057;0.4994536;-0.01233221,0.1256358;0.3721316;0.009296518,0.1663186;0.09550542;0.02422442,0.2262201;-0.1730617;-0.02757801,-0.1054753;0.3665649;-0.01020163,-0.1701194;0.09416056;-0.00607876,-0.2275263;-0.1738102;-0.06349088,0.07102589;0.002557863;-0.03672575,0.06395784;-0.3743069;0.01147192,0.05226977;-0.7154018;0.0890452,0.05712952;-0.7070014;-0.008473203,-0.06891745;0.00838895;-0.03974935,-0.1202349;-0.3671345;-0.01238816,-0.1508221;-0.705424;0.07201968,-0.1433854;-0.6968305;-0.02537876,0.009708204;0.3997735;-0.004728789,0;0;0,0.007304353;0.1998563;-0.002024743,0.01904517;0.4989241;-0.02148069,0.1314166;0.3754272;0.004776608,0.1710683;0.1006735;0.04135743,0.2365584;-0.1695989;0.008740172,-0.1009528;0.3694084;-0.018412,-0.1733529;0.09898004;-0.02358422,-0.234911;-0.1670602;-0.08549725,0.07439139;0.002863594;-0.02928684,0.05150813;-0.3746519;0.007570276,0.03146577;-0.71738;0.0756562,0.02978802;-0.7711623;0.02108775,-0.06978386;0.006219075;-0.03862042,-0.1113509;-0.3706121;-0.01272713,-0.1449239;-0.7103581;0.06437977,-0.1370692;-0.7630725;0.008732207,0.01504327;0.3994601;-0.01194661,125.6111
+0;0;0,0.005560328;0.1999185;0.001299483,0.01424412;0.4993742;-0.01324316,0.1273376;0.3720891;0.008353255,0.1670285;0.09544978;0.02553814,0.2269086;-0.1740395;-0.0212581,-0.1040098;0.3671988;-0.01069594,-0.1703696;0.09523481;-0.005041247,-0.2296878;-0.1727052;-0.06062451,0.07098237;0.002420646;-0.03681906,0.06191097;-0.3744364;0.0111021,0.04858301;-0.7156448;0.08790835,0.05331088;-0.7072647;-0.009612069,-0.06902824;0.008471071;-0.03953913,-0.1218607;-0.3669402;-0.01355582,-0.1534773;-0.7051792;0.07067439,-0.1461847;-0.6966365;-0.02672379,0.0113798;0.3997201;-0.005441988,0;0;0,0.007304353;0.1998563;-0.002024743,0.01904517;0.4989241;-0.02148069,0.1314166;0.3754272;0.004776608,0.1710683;0.1006735;0.04135743,0.2365584;-0.1695989;0.008740172,-0.1009528;0.3694084;-0.018412,-0.1733529;0.09898004;-0.02358422,-0.234911;-0.1670602;-0.08549725,0.07439139;0.002863594;-0.02928684,0.05150813;-0.3746519;0.007570276,0.03146577;-0.71738;0.0756562,0.02978802;-0.7711623;0.02108775,-0.06978386;0.006219075;-0.03862042,-0.1113509;-0.3706121;-0.01272713,-0.1449239;-0.7103581;0.06437977,-0.1370692;-0.7630725;0.008732207,0.01504327;0.3994601;-0.01194661,125.6333
+0;0;0,0.005560328;0.1999185;0.001299483,0.01424412;0.4993742;-0.01324316,0.1273376;0.3720891;0.008353255,0.1670285;0.09544978;0.02553814,0.2269086;-0.1740395;-0.0212581,-0.1040098;0.3671988;-0.01069594,-0.1703696;0.09523481;-0.005041247,-0.2296878;-0.1727052;-0.06062451,0.07098237;0.002420646;-0.03681906,0.06191097;-0.3744364;0.0111021,0.04858301;-0.7156448;0.08790835,0.05331088;-0.7072647;-0.009612069,-0.06902824;0.008471071;-0.03953913,-0.1218607;-0.3669402;-0.01355582,-0.1534773;-0.7051792;0.07067439,-0.1461847;-0.6966365;-0.02672379,0.0113798;0.3997201;-0.005441988,0;0;0,0.00743762;0.1998445;-0.002620571,0.01927305;0.4988485;-0.02297536,0.1318009;0.3757736;0.002959065,0.1717846;0.1013542;0.0416277,0.2336831;-0.1705194;0.01606626,-0.1008285;0.3697142;-0.01958651,-0.1736226;0.09934303;-0.02025365,-0.2379398;-0.1667146;-0.07921661,0.07439638;0.002536811;-0.02930433,0.05079205;-0.3748659;0.008245412,0.02771314;-0.7176514;0.07507011,0.02551546;-0.7701986;0.01866854,-0.06983686;0.006484103;-0.03848076,-0.1134866;-0.3701907;-0.01376691,-0.1484308;-0.7097281;0.06364936,-0.1415885;-0.7623599;0.007745977,0.01525897;0.3994146;-0.01313717,125.6448
+0;0;0,0.005560328;0.1999185;0.001299483,0.01424412;0.4993742;-0.01324316,0.1273376;0.3720891;0.008353255,0.1670285;0.09544978;0.02553814,0.2269086;-0.1740395;-0.0212581,-0.1040098;0.3671988;-0.01069594,-0.1703696;0.09523481;-0.005041247,-0.2296878;-0.1727052;-0.06062451,0.07098237;0.002420646;-0.03681906,0.06191097;-0.3744364;0.0111021,0.04858301;-0.7156448;0.08790835,0.05331088;-0.7072647;-0.009612069,-0.06902824;0.008471071;-0.03953913,-0.1218607;-0.3669402;-0.01355582,-0.1534773;-0.7051792;0.07067439,-0.1461847;-0.6966365;-0.02672379,0.0113798;0.3997201;-0.005441988,0;0;0,0.007304647;0.1998386;-0.003340794,0.01895617;0.4987788;-0.02471134,0.1316192;0.3758919;0.001266392,0.1721589;0.1018677;0.04209868,0.2331561;-0.1708459;0.02458801,-0.1011864;0.3700846;-0.02097707,-0.1760801;0.1002952;-0.01882745,-0.2423812;-0.1664979;-0.07198401,0.07429501;0.002346682;-0.02957608,0.04881689;-0.3749052;0.008263739,0.02299188;-0.7177048;0.0740018,0.02077393;-0.7699612;0.01717777,-0.07007945;0.006606284;-0.03801613,-0.1159021;-0.3699192;-0.01502008,-0.152128;-0.7093781;0.06215064,-0.1491338;-0.7611938;0.004729003,0.01500483;0.3993769;-0.01453035,125.6674
+0;0;0,0.005560328;0.1999185;0.001299483,0.01424412;0.4993742;-0.01324316,0.1273376;0.3720891;0.008353255,0.1670285;0.09544978;0.02553814,0.2269086;-0.1740395;-0.0212581,-0.1040098;0.3671988;-0.01069594,-0.1703696;0.09523481;-0.005041247,-0.2296878;-0.1727052;-0.06062451,0.07098237;0.002420646;-0.03681906,0.06191097;-0.3744364;0.0111021,0.04858301;-0.7156448;0.08790835,0.05331088;-0.7072647;-0.009612069,-0.06902824;0.008471071;-0.03953913,-0.1218607;-0.3669402;-0.01355582,-0.1534773;-0.7051792;0.07067439,-0.1461847;-0.6966365;-0.02672379,0.0113798;0.3997201;-0.005441988,0;0;0,0.007304647;0.1998386;-0.003340794,0.01895617;0.4987788;-0.02471134,0.1316192;0.3758919;0.001266392,0.1721589;0.1018677;0.04209868,0.2331561;-0.1708459;0.02458801,-0.1011864;0.3700846;-0.02097707,-0.1760801;0.1002952;-0.01882745,-0.2423812;-0.1664979;-0.07198401,0.07429501;0.002346682;-0.02957608,0.04881689;-0.3749052;0.008263739,0.02299188;-0.7177048;0.0740018,0.02077393;-0.7699612;0.01717777,-0.07007945;0.006606284;-0.03801613,-0.1159021;-0.3699192;-0.01502008,-0.152128;-0.7093781;0.06215064,-0.1491338;-0.7611938;0.004729003,0.01500483;0.3993769;-0.01453035,125.6788
+0;0;0,0.005803497;0.1999154;0.0003775647,0.01498901;0.4992823;-0.01558257,0.1280015;0.372511;0.006629673,0.1673524;0.09604594;0.02708862,0.2246919;-0.1744287;-0.01713406,-0.1037228;0.3680608;-0.01188434,-0.1716003;0.09653419;-0.003764175,-0.2332719;-0.1710246;-0.05861773,0.07096034;0.002334991;-0.03686702,0.05924498;-0.3745199;0.01049522,0.04392711;-0.7158747;0.08627251,0.04849604;-0.7075824;-0.01123597,-0.06915762;0.008478792;-0.03931075,-0.1244061;-0.3666907;-0.01490959,-0.1573799;-0.7048949;0.06893966,-0.1502505;-0.6964595;-0.0284469,0.01194617;0.3996746;-0.007273314,0;0;0,0.007304647;0.1998386;-0.003340794,0.01895617;0.4987788;-0.02471134,0.1316192;0.3758919;0.001266392,0.1721589;0.1018677;0.04209868,0.2331561;-0.1708459;0.02458801,-0.1011864;0.3700846;-0.02097707,-0.1760801;0.1002952;-0.01882745,-0.2423812;-0.1664979;-0.07198401,0.07429501;0.002346682;-0.02957608,0.04881689;-0.3749052;0.008263739,0.02299188;-0.7177048;0.0740018,0.02077393;-0.7699612;0.01717777,-0.07007945;0.006606284;-0.03801613,-0.1159021;-0.3699192;-0.01502008,-0.152128;-0.7093781;0.06215064,-0.1491338;-0.7611938;0.004729003,0.01500483;0.3993769;-0.01453035,125.6901
+0;0;0,0.005803497;0.1999154;0.0003775647,0.01498901;0.4992823;-0.01558257,0.1280015;0.372511;0.006629673,0.1673524;0.09604594;0.02708862,0.2246919;-0.1744287;-0.01713406,-0.1037228;0.3680608;-0.01188434,-0.1716003;0.09653419;-0.003764175,-0.2332719;-0.1710246;-0.05861773,0.07096034;0.002334991;-0.03686702,0.05924498;-0.3745199;0.01049522,0.04392711;-0.7158747;0.08627251,0.04849604;-0.7075824;-0.01123597,-0.06915762;0.008478792;-0.03931075,-0.1244061;-0.3666907;-0.01490959,-0.1573799;-0.7048949;0.06893966,-0.1502505;-0.6964595;-0.0284469,0.01194617;0.3996746;-0.007273314,0;0;0,0.007309583;0.1998249;-0.004074079,0.01907463;0.4986724;-0.02662706,0.1318101;0.3762477;-0.0004744316,0.1739763;0.1029297;0.04333538,0.2309996;-0.1709898;0.03254367,-0.1010844;0.3699459;-0.02260493,-0.1791385;0.101083;-0.01810375,-0.2444531;-0.1675912;-0.06224268,0.07410738;0.002209201;-0.03005354,0.04816887;-0.3749763;0.008133588,0.01961933;-0.717703;0.07312105,0.01709087;-0.7707881;0.01752904,-0.0703036;0.006752424;-0.03757403,-0.1173549;-0.3697392;-0.01659307,-0.1565407;-0.7087532;0.06108548,-0.1530935;-0.7609776;0.004276395,0.01507975;0.3993161;-0.01602668,125.7014
+0;0;0,0.005803497;0.1999154;0.0003775647,0.01498901;0.4992823;-0.01558257,0.1280015;0.372511;0.006629673,0.1673524;0.09604594;0.02708862,0.2246919;-0.1744287;-0.01713406,-0.1037228;0.3680608;-0.01188434,-0.1716003;0.09653419;-0.003764175,-0.2332719;-0.1710246;-0.05861773,0.07096034;0.002334991;-0.03686702,0.05924498;-0.3745199;0.01049522,0.04392711;-0.7158747;0.08627251,0.04849604;-0.7075824;-0.01123597,-0.06915762;0.008478792;-0.03931075,-0.1244061;-0.3666907;-0.01490959,-0.1573799;-0.7048949;0.06893966,-0.1502505;-0.6964595;-0.0284469,0.01194617;0.3996746;-0.007273314,0;0;0,0.007309583;0.1998249;-0.004074079,0.01907463;0.4986724;-0.02662706,0.1318101;0.3762477;-0.0004744316,0.1739763;0.1029297;0.04333538,0.2309996;-0.1709898;0.03254367,-0.1010844;0.3699459;-0.02260493,-0.1791385;0.101083;-0.01810375,-0.2444531;-0.1675912;-0.06224268,0.07410738;0.002209201;-0.03005354,0.04816887;-0.3749763;0.008133588,0.01961933;-0.717703;0.07312105,0.01709087;-0.7707881;0.01752904,-0.0703036;0.006752424;-0.03757403,-0.1173549;-0.3697392;-0.01659307,-0.1565407;-0.7087532;0.06108548,-0.1530935;-0.7609776;0.004276395,0.01507975;0.3993161;-0.01602668,125.7129
+0;0;0,0.006518388;0.1998935;-0.0003285077,0.01702501;0.4991442;-0.01756412,0.1296516;0.3726749;0.005008281,0.1679747;0.0963268;0.02873725,0.2236589;-0.1751897;-0.01098733,-0.1023584;0.3687533;-0.01323973,-0.1728345;0.0979867;-0.002349685,-0.2365189;-0.1699454;-0.05291344,0.07075489;0.002157221;-0.03727053,0.05897263;-0.3746493;0.01045853,0.04123555;-0.7160502;0.08549708,0.04575122;-0.7078485;-0.01199365,-0.06931806;0.008660158;-0.03898727,-0.1252874;-0.3665113;-0.01631937,-0.1601907;-0.7047088;0.06677189,-0.1531177;-0.6963743;-0.03059638,0.01352589;0.3995916;-0.008786684,0;0;0,0.007309583;0.1998249;-0.004074079,0.01907463;0.4986724;-0.02662706,0.1318101;0.3762477;-0.0004744316,0.1739763;0.1029297;0.04333538,0.2309996;-0.1709898;0.03254367,-0.1010844;0.3699459;-0.02260493,-0.1791385;0.101083;-0.01810375,-0.2444531;-0.1675912;-0.06224268,0.07410738;0.002209201;-0.03005354,0.04816887;-0.3749763;0.008133588,0.01961933;-0.717703;0.07312105,0.01709087;-0.7707881;0.01752904,-0.0703036;0.006752424;-0.03757403,-0.1173549;-0.3697392;-0.01659307,-0.1565407;-0.7087532;0.06108548,-0.1530935;-0.7609776;0.004276395,0.01507975;0.3993161;-0.01602668,125.7243
+0;0;0,0.006518388;0.1998935;-0.0003285077,0.01702501;0.4991442;-0.01756412,0.1296516;0.3726749;0.005008281,0.1679747;0.0963268;0.02873725,0.2236589;-0.1751897;-0.01098733,-0.1023584;0.3687533;-0.01323973,-0.1728345;0.0979867;-0.002349685,-0.2365189;-0.1699454;-0.05291344,0.07075489;0.002157221;-0.03727053,0.05897263;-0.3746493;0.01045853,0.04123555;-0.7160502;0.08549708,0.04575122;-0.7078485;-0.01199365,-0.06931806;0.008660158;-0.03898727,-0.1252874;-0.3665113;-0.01631937,-0.1601907;-0.7047088;0.06677189,-0.1531177;-0.6963743;-0.03059638,0.01352589;0.3995916;-0.008786684,0;0;0,0.009616365;0.1996961;-0.005384817,0.02700042;0.4979084;-0.03214419,0.1380104;0.3764719;-0.005903784,0.1711924;0.1032402;0.04550988,0.2268074;-0.1711796;0.04462506,-0.09569871;0.371024;-0.02432122,-0.1757206;0.1028211;-0.01634197,-0.239288;-0.1682394;-0.04609754,0.07404581;0.002007318;-0.030219,0.04787392;-0.3751523;0.008065153,0.01711272;-0.7178425;0.07223018,0.01455705;-0.7712187;0.01707693,-0.07042265;0.006912117;-0.03732121,-0.1172078;-0.3696459;-0.01694444,-0.1592799;-0.7080879;0.06171257,-0.1564106;-0.760791;0.005570129,0.02094644;0.3988481;-0.01987973,125.7372
+0;0;0,0.004864944;0.1999375;-0.001158364,0.01334163;0.4992537;-0.0184069,0.127243;0.3732378;0.002963516,0.1647972;0.09715205;0.03064663,0.2190855;-0.1756577;-0.001410194,-0.1047763;0.3679799;-0.01425377,-0.1777373;0.09799895;-0.0005804067,-0.2430862;-0.1705742;-0.04527898,0.07058822;0.001931606;-0.0375975,0.05829851;-0.3748495;0.01020389,0.03900104;-0.7164147;0.0841011,0.04327128;-0.7082703;-0.01338787,-0.06952055;0.008846375;-0.03858282,-0.1260216;-0.3663144;-0.01708928,-0.1627614;-0.7046528;0.06462565,-0.1559237;-0.6963584;-0.0327505,0.01087493;0.3996651;-0.009687824,0;0;0,0.009616365;0.1996961;-0.005384817,0.02700042;0.4979084;-0.03214419,0.1380104;0.3764719;-0.005903784,0.1711924;0.1032402;0.04550988,0.2268074;-0.1711796;0.04462506,-0.09569871;0.371024;-0.02432122,-0.1757206;0.1028211;-0.01634197,-0.239288;-0.1682394;-0.04609754,0.07404581;0.002007318;-0.030219,0.04787392;-0.3751523;0.008065153,0.01711272;-0.7178425;0.07223018,0.01455705;-0.7712187;0.01707693,-0.07042265;0.006912117;-0.03732121,-0.1172078;-0.3696459;-0.01694444,-0.1592799;-0.7080879;0.06171257,-0.1564106;-0.760791;0.005570129,0.02094644;0.3988481;-0.01987973,125.7584
+0;0;0,0.004864944;0.1999375;-0.001158364,0.01334163;0.4992537;-0.0184069,0.127243;0.3732378;0.002963516,0.1647972;0.09715205;0.03064663,0.2190855;-0.1756577;-0.001410194,-0.1047763;0.3679799;-0.01425377,-0.1777373;0.09799895;-0.0005804067,-0.2430862;-0.1705742;-0.04527898,0.07058822;0.001931606;-0.0375975,0.05829851;-0.3748495;0.01020389,0.03900104;-0.7164147;0.0841011,0.04327128;-0.7082703;-0.01338787,-0.06952055;0.008846375;-0.03858282,-0.1260216;-0.3663144;-0.01708928,-0.1627614;-0.7046528;0.06462565,-0.1559237;-0.6963584;-0.0327505,0.01087493;0.3996651;-0.009687824,0;0;0,0.01056836;0.1996135;-0.006540361,0.0285956;0.4976274;-0.03506031,0.1397249;0.3769443;-0.008773623,0.1723666;0.1044602;0.04678649,0.2253593;-0.1704081;0.05304855,-0.09444405;0.3718976;-0.02609758,-0.1767262;0.1045134;-0.01446486,-0.2413895;-0.1667978;-0.03913986,0.07397696;0.001818512;-0.03039906,0.04682566;-0.3752876;0.007730071,0.0145974;-0.7179235;0.07146332,0.01952703;-0.7102848;-0.02587976,-0.07051148;0.007068763;-0.03712363,-0.1184722;-0.3693559;-0.01701783,-0.1616409;-0.7064448;0.06669322,-0.164262;-0.7550702;0.004958473,0.02247558;0.3986387;-0.02226228,125.7806
+0;0;0,0.004864944;0.1999375;-0.001158364,0.01334163;0.4992537;-0.0184069,0.127243;0.3732378;0.002963516,0.1647972;0.09715205;0.03064663,0.2190855;-0.1756577;-0.001410194,-0.1047763;0.3679799;-0.01425377,-0.1777373;0.09799895;-0.0005804067,-0.2430862;-0.1705742;-0.04527898,0.07058822;0.001931606;-0.0375975,0.05829851;-0.3748495;0.01020389,0.03900104;-0.7164147;0.0841011,0.04327128;-0.7082703;-0.01338787,-0.06952055;0.008846375;-0.03858282,-0.1260216;-0.3663144;-0.01708928,-0.1627614;-0.7046528;0.06462565,-0.1559237;-0.6963584;-0.0327505,0.01087493;0.3996651;-0.009687824,0;0;0,0.01056836;0.1996135;-0.006540361,0.0285956;0.4976274;-0.03506031,0.1397249;0.3769443;-0.008773623,0.1723666;0.1044602;0.04678649,0.2253593;-0.1704081;0.05304855,-0.09444405;0.3718976;-0.02609758,-0.1767262;0.1045134;-0.01446486,-0.2413895;-0.1667978;-0.03913986,0.07397696;0.001818512;-0.03039906,0.04682566;-0.3752876;0.007730071,0.0145974;-0.7179235;0.07146332,0.01952703;-0.7102848;-0.02587976,-0.07051148;0.007068763;-0.03712363,-0.1184722;-0.3693559;-0.01701783,-0.1616409;-0.7064448;0.06669322,-0.164262;-0.7550702;0.004958473,0.02247558;0.3986387;-0.02226228,125.7924
+0;0;0,0.00712766;0.199855;-0.002678774,0.02111658;0.498663;-0.02430761,0.1325554;0.3733589;0.0003698822,0.1695356;0.09766582;0.03239781,0.2221731;-0.1762556;0.007978044,-0.1000293;0.3698634;-0.01668574,-0.1758751;0.1008728;0.0003865696,-0.2426433;-0.1684665;-0.0370079,0.07045108;0.001560905;-0.03787095,0.05755551;-0.3753216;0.00896126,0.03527356;-0.7169465;0.08173438,0.03947841;-0.7090852;-0.01569352,-0.06959235;0.009153266;-0.03838127,-0.1266469;-0.3659739;-0.01778197,-0.1661312;-0.7045299;0.06172176,-0.1593677;-0.6965461;-0.03558982,0.01625803;0.3993382;-0.01377229,0;0;0,0.00951538;0.1996555;-0.006867101,0.02675021;0.4977103;-0.03544889,0.1379649;0.3770283;-0.00910787,0.1740568;0.1052369;0.04769717,0.2257066;-0.1697043;0.05951281,-0.09608023;0.3716214;-0.02749771,-0.1809778;0.1052626;-0.01183223,-0.247273;-0.1661832;-0.02978042,0.07392444;0.00168071;-0.03053443,0.04517138;-0.3753149;0.007512441,0.01252431;-0.7179093;0.07125615,0.01784321;-0.7102929;-0.0260613,-0.07064011;0.00715931;-0.03686079,-0.117837;-0.3692854;-0.01537076,-0.1634868;-0.7048306;0.07309125,-0.1718569;-0.756541;0.01605311,0.02071967;0.3987174;-0.02264104,125.8034
+0;0;0,0.00712766;0.199855;-0.002678774,0.02111658;0.498663;-0.02430761,0.1325554;0.3733589;0.0003698822,0.1695356;0.09766582;0.03239781,0.2221731;-0.1762556;0.007978044,-0.1000293;0.3698634;-0.01668574,-0.1758751;0.1008728;0.0003865696,-0.2426433;-0.1684665;-0.0370079,0.07045108;0.001560905;-0.03787095,0.05755551;-0.3753216;0.00896126,0.03527356;-0.7169465;0.08173438,0.03947841;-0.7090852;-0.01569352,-0.06959235;0.009153266;-0.03838127,-0.1266469;-0.3659739;-0.01778197,-0.1661312;-0.7045299;0.06172176,-0.1593677;-0.6965461;-0.03558982,0.01625803;0.3993382;-0.01377229,0;0;0,0.00951538;0.1996555;-0.006867101,0.02675021;0.4977103;-0.03544889,0.1379649;0.3770283;-0.00910787,0.1740568;0.1052369;0.04769717,0.2257066;-0.1697043;0.05951281,-0.09608023;0.3716214;-0.02749771,-0.1809778;0.1052626;-0.01183223,-0.247273;-0.1661832;-0.02978042,0.07392444;0.00168071;-0.03053443,0.04517138;-0.3753149;0.007512441,0.01252431;-0.7179093;0.07125615,0.01784321;-0.7102929;-0.0260613,-0.07064011;0.00715931;-0.03686079,-0.117837;-0.3692854;-0.01537076,-0.1634868;-0.7048306;0.07309125,-0.1718569;-0.756541;0.01605311,0.02071967;0.3987174;-0.02264104,125.8154
+0;0;0,0.00712766;0.199855;-0.002678774,0.02111658;0.498663;-0.02430761,0.1325554;0.3733589;0.0003698822,0.1695356;0.09766582;0.03239781,0.2221731;-0.1762556;0.007978044,-0.1000293;0.3698634;-0.01668574,-0.1758751;0.1008728;0.0003865696,-0.2426433;-0.1684665;-0.0370079,0.07045108;0.001560905;-0.03787095,0.05755551;-0.3753216;0.00896126,0.03527356;-0.7169465;0.08173438,0.03947841;-0.7090852;-0.01569352,-0.06959235;0.009153266;-0.03838127,-0.1266469;-0.3659739;-0.01778197,-0.1661312;-0.7045299;0.06172176,-0.1593677;-0.6965461;-0.03558982,0.01625803;0.3993382;-0.01377229,0;0;0,0.01132369;0.199515;-0.008097239,0.03135476;0.4971253;-0.0393447,0.1419418;0.3771767;-0.01280264,0.1736115;0.1060664;0.04961709,0.2240205;-0.1688657;0.06608839,-0.09252599;0.3720907;-0.02939164,-0.1798638;0.1067288;-0.01054605,-0.2474589;-0.1647631;-0.02164094,0.07375345;0.001346134;-0.03096153,0.04464684;-0.3756308;0.00700121,0.01082676;-0.7181803;0.07037362,0.01555664;-0.7108129;-0.02691665,-0.07072838;0.007537764;-0.03661527,-0.1189318;-0.368711;-0.01395792,-0.1662104;-0.7005368;0.08682076,-0.1776057;-0.7496393;0.02671284,0.02451345;0.3983099;-0.02560759,125.8368
+0;0;0,0.00712766;0.199855;-0.002678774,0.02111658;0.498663;-0.02430761,0.1325554;0.3733589;0.0003698822,0.1695356;0.09766582;0.03239781,0.2221731;-0.1762556;0.007978044,-0.1000293;0.3698634;-0.01668574,-0.1758751;0.1008728;0.0003865696,-0.2426433;-0.1684665;-0.0370079,0.07045108;0.001560905;-0.03787095,0.05755551;-0.3753216;0.00896126,0.03527356;-0.7169465;0.08173438,0.03947841;-0.7090852;-0.01569352,-0.06959235;0.009153266;-0.03838127,-0.1266469;-0.3659739;-0.01778197,-0.1661312;-0.7045299;0.06172176,-0.1593677;-0.6965461;-0.03558982,0.01625803;0.3993382;-0.01377229,0;0;0,0.01132369;0.199515;-0.008097239,0.03135476;0.4971253;-0.0393447,0.1419418;0.3771767;-0.01280264,0.1736115;0.1060664;0.04961709,0.2240205;-0.1688657;0.06608839,-0.09252599;0.3720907;-0.02939164,-0.1798638;0.1067288;-0.01054605,-0.2474589;-0.1647631;-0.02164094,0.07375345;0.001346134;-0.03096153,0.04464684;-0.3756308;0.00700121,0.01082676;-0.7181803;0.07037362,0.01555664;-0.7108129;-0.02691665,-0.07072838;0.007537764;-0.03661527,-0.1189318;-0.368711;-0.01395792,-0.1662104;-0.7005368;0.08682076,-0.1776057;-0.7496393;0.02671284,0.02451345;0.3983099;-0.02560759,125.8485
+0;0;0,0.009150902;0.1997561;-0.003709052,0.02572908;0.4982624;-0.02757517,0.1365766;0.3734833;-0.002535773,0.1732147;0.09852642;0.03562655,0.224394;-0.1762244;0.01851932,-0.09654404;0.3711468;-0.01847099,-0.1746909;0.1030763;0.002296593,-0.2425086;-0.1669455;-0.02751883,0.07039604;0.001366243;-0.03798067,0.05756796;-0.3754752;0.009199806,0.03261331;-0.7172772;0.08025347,0.03641324;-0.7095754;-0.01715469,-0.06971534;0.009285997;-0.03812535,-0.1272868;-0.3658099;-0.01841178,-0.1686048;-0.7043511;0.06021848,-0.1622474;-0.6965426;-0.03708067,0.02014556;0.3990554;-0.01631545,0;0;0,0.01132369;0.199515;-0.008097239,0.03135476;0.4971253;-0.0393447,0.1419418;0.3771767;-0.01280264,0.1736115;0.1060664;0.04961709,0.2240205;-0.1688657;0.06608839,-0.09252599;0.3720907;-0.02939164,-0.1798638;0.1067288;-0.01054605,-0.2474589;-0.1647631;-0.02164094,0.07375345;0.001346134;-0.03096153,0.04464684;-0.3756308;0.00700121,0.01082676;-0.7181803;0.07037362,0.01555664;-0.7108129;-0.02691665,-0.07072838;0.007537764;-0.03661527,-0.1189318;-0.368711;-0.01395792,-0.1662104;-0.7005368;0.08682076,-0.1776057;-0.7496393;0.02671284,0.02451345;0.3983099;-0.02560759,125.86
+0;0;0,0.009150902;0.1997561;-0.003709052,0.02572908;0.4982624;-0.02757517,0.1365766;0.3734833;-0.002535773,0.1732147;0.09852642;0.03562655,0.224394;-0.1762244;0.01851932,-0.09654404;0.3711468;-0.01847099,-0.1746909;0.1030763;0.002296593,-0.2425086;-0.1669455;-0.02751883,0.07039604;0.001366243;-0.03798067,0.05756796;-0.3754752;0.009199806,0.03261331;-0.7172772;0.08025347,0.03641324;-0.7095754;-0.01715469,-0.06971534;0.009285997;-0.03812535,-0.1272868;-0.3658099;-0.01841178,-0.1686048;-0.7043511;0.06021848,-0.1622474;-0.6965426;-0.03708067,0.02014556;0.3990554;-0.01631545,0;0;0,0.01252306;0.1993844;-0.009435603,0.03382448;0.4966569;-0.04297055,0.1441557;0.3770073;-0.01612327,0.1741322;0.1070062;0.05170579,0.2249118;-0.1671998;0.07685602,-0.09070536;0.3730874;-0.03142886,-0.1793685;0.1085392;-0.007911731,-0.2492255;-0.1625502;-0.01343879,0.07372815;0.0011287;-0.03103041,0.0442664;-0.3758708;0.00643149,0.008958686;-0.7183157;0.06955706,0.01328036;-0.7111813;-0.0276977,-0.07078718;0.007684298;-0.03647089,-0.1179003;-0.3683546;-0.008629911,-0.1685344;-0.6979606;0.097653,-0.1808952;-0.7468016;0.03739265,0.02664778;0.3979758;-0.02846086,125.8816
+0;0;0,0.0102431;0.1996692;-0.00522186,0.02832865;0.4979038;-0.03128546,0.1387802;0.3734474;-0.005898801,0.1749438;0.09932894;0.0382745,0.2236435;-0.1762642;0.02951391,-0.09447998;0.3710994;-0.02133586,-0.1755752;0.1043971;0.004998004,-0.2455201;-0.1658369;-0.0169393,0.07040259;0.001232926;-0.03797309,0.05741812;-0.3757262;0.008213967,0.03028128;-0.717687;0.07768651,0.03393891;-0.7102014;-0.01967736,-0.06976888;0.009342004;-0.03801354,-0.1272599;-0.3658123;-0.0191982,-0.1707497;-0.7044159;0.05797873,-0.1645337;-0.6968285;-0.03927884,0.02225833;0.3988118;-0.01928872,0;0;0,0.01252306;0.1993844;-0.009435603,0.03382448;0.4966569;-0.04297055,0.1441557;0.3770073;-0.01612327,0.1741322;0.1070062;0.05170579,0.2249118;-0.1671998;0.07685602,-0.09070536;0.3730874;-0.03142886,-0.1793685;0.1085392;-0.007911731,-0.2492255;-0.1625502;-0.01343879,0.07372815;0.0011287;-0.03103041,0.0442664;-0.3758708;0.00643149,0.008958686;-0.7183157;0.06955706,0.01328036;-0.7111813;-0.0276977,-0.07078718;0.007684298;-0.03647089,-0.1179003;-0.3683546;-0.008629911,-0.1685344;-0.6979606;0.097653,-0.1808952;-0.7468016;0.03739265,0.02664778;0.3979758;-0.02846086,125.893
+0;0;0,0.0102431;0.1996692;-0.00522186,0.02832865;0.4979038;-0.03128546,0.1387802;0.3734474;-0.005898801,0.1749438;0.09932894;0.0382745,0.2236435;-0.1762642;0.02951391,-0.09447998;0.3710994;-0.02133586,-0.1755752;0.1043971;0.004998004,-0.2455201;-0.1658369;-0.0169393,0.07040259;0.001232926;-0.03797309,0.05741812;-0.3757262;0.008213967,0.03028128;-0.717687;0.07768651,0.03393891;-0.7102014;-0.01967736,-0.06976888;0.009342004;-0.03801354,-0.1272599;-0.3658123;-0.0191982,-0.1707497;-0.7044159;0.05797873,-0.1645337;-0.6968285;-0.03927884,0.02225833;0.3988118;-0.01928872,0;0;0,0.01348535;0.199264;-0.01058375,0.03536321;0.4963262;-0.04559647,0.1456223;0.376871;-0.01857058,0.1753142;0.107835;0.05310929,0.2256861;-0.1658773;0.08383848,-0.08940154;0.3733526;-0.03342069,-0.1795405;0.1098602;-0.004322184,-0.2533982;-0.1602209;-0.005442832,0.07366467;0.0008880675;-0.03118858,0.04352942;-0.376028;0.006576125,0.00716012;-0.7184392;0.06928055,0.01132573;-0.711487;-0.027938,-0.0708534;0.007877577;-0.03630068,-0.1192026;-0.3677455;-0.005160946,-0.1692556;-0.6940101;0.1112265,-0.1849456;-0.7392072;0.04720123,0.02806503;0.3977215;-0.03063446,125.9154
+0;0;0,0.0102431;0.1996692;-0.00522186,0.02832865;0.4979038;-0.03128546,0.1387802;0.3734474;-0.005898801,0.1749438;0.09932894;0.0382745,0.2236435;-0.1762642;0.02951391,-0.09447998;0.3710994;-0.02133586,-0.1755752;0.1043971;0.004998004,-0.2455201;-0.1658369;-0.0169393,0.07040259;0.001232926;-0.03797309,0.05741812;-0.3757262;0.008213967,0.03028128;-0.717687;0.07768651,0.03393891;-0.7102014;-0.01967736,-0.06976888;0.009342004;-0.03801354,-0.1272599;-0.3658123;-0.0191982,-0.1707497;-0.7044159;0.05797873,-0.1645337;-0.6968285;-0.03927884,0.02225833;0.3988118;-0.01928872,0;0;0,0.01201281;0.1993431;-0.01086388,0.03130072;0.4967213;-0.04477094,0.1432024;0.3773175;-0.02036747,0.1744621;0.1092321;0.05415137,0.2226436;-0.1642563;0.08996533,-0.09189551;0.3731019;-0.03508642,-0.1841149;0.1108653;-0.001507435,-0.2611961;-0.1582791;0.002942301,0.07364279;0.0006264034;-0.03124654,0.04167372;-0.376142;0.006483776,0.005273849;-0.7185244;0.06932747,0.009421514;-0.7115305;-0.02790174,-0.07090472;0.008085441;-0.03615447,-0.1208085;-0.3668581;0.0002729483,-0.1725792;-0.6903685;0.1234023,-0.1965722;-0.7393767;0.06699259,0.02541262;0.3979361;-0.03038953,125.9371
+0;0;0,0.01079894;0.1995957;-0.006705021,0.0296227;0.497596;-0.03482962,0.1399365;0.373495;-0.009117693,0.1747659;0.100192;0.0408057,0.2227615;-0.1756596;0.03928179,-0.09354317;0.3713809;-0.02372243,-0.1772843;0.1060692;0.007855406,-0.2490843;-0.1642027;-0.00620907,0.07021183;0.001007193;-0.03833125,0.05746907;-0.3760188;0.007374555,0.02823558;-0.7179212;0.07628132,0.03167752;-0.7106328;-0.02104462,-0.06994517;0.009541965;-0.03763806,-0.1276006;-0.3656241;-0.0195756,-0.1725282;-0.7041851;0.05696158,-0.1665325;-0.6968015;-0.04026266,0.02331647;0.3986071;-0.02212363,0;0;0,0.01201281;0.1993431;-0.01086388,0.03130072;0.4967213;-0.04477094,0.1432024;0.3773175;-0.02036747,0.1744621;0.1092321;0.05415137,0.2226436;-0.1642563;0.08996533,-0.09189551;0.3731019;-0.03508642,-0.1841149;0.1108653;-0.001507435,-0.2611961;-0.1582791;0.002942301,0.07364279;0.0006264034;-0.03124654,0.04167372;-0.376142;0.006483776,0.005273849;-0.7185244;0.06932747,0.009421514;-0.7115305;-0.02790174,-0.07090472;0.008085441;-0.03615447,-0.1208085;-0.3668581;0.0002729483,-0.1725792;-0.6903685;0.1234023,-0.1965722;-0.7393767;0.06699259,0.02541262;0.3979361;-0.03038953,125.9491
+0;0;0,0.01079894;0.1995957;-0.006705021,0.0296227;0.497596;-0.03482962,0.1399365;0.373495;-0.009117693,0.1747659;0.100192;0.0408057,0.2227615;-0.1756596;0.03928179,-0.09354317;0.3713809;-0.02372243,-0.1772843;0.1060692;0.007855406,-0.2490843;-0.1642027;-0.00620907,0.07021183;0.001007193;-0.03833125,0.05746907;-0.3760188;0.007374555,0.02823558;-0.7179212;0.07628132,0.03167752;-0.7106328;-0.02104462,-0.06994517;0.009541965;-0.03763806,-0.1276006;-0.3656241;-0.0195756,-0.1725282;-0.7041851;0.05696158,-0.1665325;-0.6968015;-0.04026266,0.02331647;0.3986071;-0.02212363,0;0;0,0.01201281;0.1993431;-0.01086388,0.03130072;0.4967213;-0.04477094,0.1432024;0.3773175;-0.02036747,0.1744621;0.1092321;0.05415137,0.2226436;-0.1642563;0.08996533,-0.09189551;0.3731019;-0.03508642,-0.1841149;0.1108653;-0.001507435,-0.2611961;-0.1582791;0.002942301,0.07364279;0.0006264034;-0.03124654,0.04167372;-0.376142;0.006483776,0.005273849;-0.7185244;0.06932747,0.009421514;-0.7115305;-0.02790174,-0.07090472;0.008085441;-0.03615447,-0.1208085;-0.3668581;0.0002729483,-0.1725792;-0.6903685;0.1234023,-0.1965722;-0.7393767;0.06699259,0.02541262;0.3979361;-0.03038953,125.9607
+0;0;0,0.01079894;0.1995957;-0.006705021,0.0296227;0.497596;-0.03482962,0.1399365;0.373495;-0.009117693,0.1747659;0.100192;0.0408057,0.2227615;-0.1756596;0.03928179,-0.09354317;0.3713809;-0.02372243,-0.1772843;0.1060692;0.007855406,-0.2490843;-0.1642027;-0.00620907,0.07021183;0.001007193;-0.03833125,0.05746907;-0.3760188;0.007374555,0.02823558;-0.7179212;0.07628132,0.03167752;-0.7106328;-0.02104462,-0.06994517;0.009541965;-0.03763806,-0.1276006;-0.3656241;-0.0195756,-0.1725282;-0.7041851;0.05696158,-0.1665325;-0.6968015;-0.04026266,0.02331647;0.3986071;-0.02212363,0;0;0,0.01173538;0.1993312;-0.01137392,0.0305853;0.4966862;-0.0457228,0.1425728;0.3774438;-0.02197597,0.1748662;0.1104201;0.05584123,0.2239812;-0.1621551;0.09695682,-0.09248389;0.3728466;-0.0375553,-0.187392;0.1122358;0.0008430779,-0.267095;-0.1558633;0.01389366,0.0735618;0.0004331559;-0.03144002,0.04188837;-0.3763297;0.0065929,0.005123641;-0.7186976;0.06930343,0.009523576;-0.7117958;-0.02789284,-0.07095975;0.008274078;-0.03600351,-0.1222834;-0.3658616;0.006286073,-0.175729;-0.6855842;0.1382746,-0.1988839;-0.7374276;0.08568636,0.0246914;0.3979278;-0.03116122,125.982
+0;0;0,0.01161246;0.199485;-0.008419395,0.03166422;0.4971107;-0.03947499,0.1416357;0.3736716;-0.01226101,0.1745331;0.1011176;0.04280342,0.2240647;-0.1743402;0.05114849,-0.09215967;0.3721762;-0.02654682,-0.1783998;0.1082855;0.00984489,-0.2506572;-0.1621731;0.004275794,0.07033479;0.0008004848;-0.03811005,0.05787413;-0.3764146;0.006088663,0.02579976;-0.7183155;0.07372721,0.0291663;-0.7113023;-0.02353676,-0.06993556;0.009624179;-0.037635,-0.1283138;-0.3654649;-0.02031028,-0.1732211;-0.7033182;0.05930425,-0.1673193;-0.6962117;-0.03786086,0.02496238;0.3982867;-0.02573041,0;0;0,0.01157892;0.1993151;-0.01180764,0.03009846;0.4966346;-0.04663216,0.142151;0.3774783;-0.02345279,0.1743319;0.1110702;0.05649142,0.2254736;-0.1600123;0.1044373,-0.09288494;0.3728673;-0.03985428,-0.1899714;0.1137996;0.00325191,-0.2715943;-0.153396;0.02180352,0.07358819;0.0003334628;-0.03137941,0.04245805;-0.3765258;0.006144334,0.005053669;-0.718763;0.06918848,0.009672301;-0.7119574;-0.02797473,-0.07100936;0.008301114;-0.03589933,-0.1239747;-0.3650193;0.01128714,-0.1801428;-0.6819462;0.1487735,-0.2024628;-0.7396743;0.1062811,0.024203;0.3979043;-0.03188151,126.0041
+0;0;0,0.01161246;0.199485;-0.008419395,0.03166422;0.4971107;-0.03947499,0.1416357;0.3736716;-0.01226101,0.1745331;0.1011176;0.04280342,0.2240647;-0.1743402;0.05114849,-0.09215967;0.3721762;-0.02654682,-0.1783998;0.1082855;0.00984489,-0.2506572;-0.1621731;0.004275794,0.07033479;0.0008004848;-0.03811005,0.05787413;-0.3764146;0.006088663,0.02579976;-0.7183155;0.07372721,0.0291663;-0.7113023;-0.02353676,-0.06993556;0.009624179;-0.037635,-0.1283138;-0.3654649;-0.02031028,-0.1732211;-0.7033182;0.05930425,-0.1673193;-0.6962117;-0.03786086,0.02496238;0.3982867;-0.02573041,0;0;0,0.01157892;0.1993151;-0.01180764,0.03009846;0.4966346;-0.04663216,0.142151;0.3774783;-0.02345279,0.1743319;0.1110702;0.05649142,0.2254736;-0.1600123;0.1044373,-0.09288494;0.3728673;-0.03985428,-0.1899714;0.1137996;0.00325191,-0.2715943;-0.153396;0.02180352,0.07358819;0.0003334628;-0.03137941,0.04245805;-0.3765258;0.006144334,0.005053669;-0.718763;0.06918848,0.009672301;-0.7119574;-0.02797473,-0.07100936;0.008301114;-0.03589933,-0.1239747;-0.3650193;0.01128714,-0.1801428;-0.6819462;0.1487735,-0.2024628;-0.7396743;0.1062811,0.024203;0.3979043;-0.03188151,126.0162
+0;0;0,0.01161246;0.199485;-0.008419395,0.03166422;0.4971107;-0.03947499,0.1416357;0.3736716;-0.01226101,0.1745331;0.1011176;0.04280342,0.2240647;-0.1743402;0.05114849,-0.09215967;0.3721762;-0.02654682,-0.1783998;0.1082855;0.00984489,-0.2506572;-0.1621731;0.004275794,0.07033479;0.0008004848;-0.03811005,0.05787413;-0.3764146;0.006088663,0.02579976;-0.7183155;0.07372721,0.0291663;-0.7113023;-0.02353676,-0.06993556;0.009624179;-0.037635,-0.1283138;-0.3654649;-0.02031028,-0.1732211;-0.7033182;0.05930425,-0.1673193;-0.6962117;-0.03786086,0.02496238;0.3982867;-0.02573041,0;0;0,0.01157892;0.1993151;-0.01180764,0.03009846;0.4966346;-0.04663216,0.142151;0.3774783;-0.02345279,0.1743319;0.1110702;0.05649142,0.2254736;-0.1600123;0.1044373,-0.09288494;0.3728673;-0.03985428,-0.1899714;0.1137996;0.00325191,-0.2715943;-0.153396;0.02180352,0.07358819;0.0003334628;-0.03137941,0.04245805;-0.3765258;0.006144334,0.005053669;-0.718763;0.06918848,0.009672301;-0.7119574;-0.02797473,-0.07100936;0.008301114;-0.03589933,-0.1239747;-0.3650193;0.01128714,-0.1801428;-0.6819462;0.1487735,-0.2024628;-0.7396743;0.1062811,0.024203;0.3979043;-0.03188151,126.0271
+0;0;0,0.01161246;0.199485;-0.008419395,0.03166422;0.4971107;-0.03947499,0.1416357;0.3736716;-0.01226101,0.1745331;0.1011176;0.04280342,0.2240647;-0.1743402;0.05114849,-0.09215967;0.3721762;-0.02654682,-0.1783998;0.1082855;0.00984489,-0.2506572;-0.1621731;0.004275794,0.07033479;0.0008004848;-0.03811005,0.05787413;-0.3764146;0.006088663,0.02579976;-0.7183155;0.07372721,0.0291663;-0.7113023;-0.02353676,-0.06993556;0.009624179;-0.037635,-0.1283138;-0.3654649;-0.02031028,-0.1732211;-0.7033182;0.05930425,-0.1673193;-0.6962117;-0.03786086,0.02496238;0.3982867;-0.02573041,0;0;0,0.01438217;0.1989754;-0.01421109,0.03985909;0.4946356;-0.05745664,0.1490633;0.3772826;-0.02823017,0.1782377;0.1122249;0.05717023,0.2285332;-0.1584765;0.1080736,-0.08670976;0.3744462;-0.04277721,-0.1859018;0.1169969;0.004980169,-0.2690933;-0.1492079;0.02976276,0.07355727;0.0001800524;-0.03145307,0.04189898;-0.3766594;0.005826704,0.004477303;-0.7188597;0.069061,0.008533087;-0.7127788;-0.02795152,-0.07106034;0.008416541;-0.03577134,-0.125565;-0.3641144;0.01570607,-0.1835432;-0.6774573;0.1604637,-0.1771651;-0.6718279;0.0636887,0.0311588;0.3966885;-0.03927239,126.0383
+0;0;0,0.01243055;0.1993757;-0.009736815,0.03362179;0.4966554;-0.04323676,0.1432445;0.3735537;-0.01474298,0.1756836;0.1020992;0.04575626,0.2248072;-0.173217;0.05946307,-0.09071742;0.3726597;-0.0286729,-0.1785042;0.1100363;0.0128294,-0.2520599;-0.1601279;0.01377064,0.07034179;0.0006908121;-0.03809928,0.05834214;-0.3766335;0.005287409,0.02621598;-0.7186193;0.07247036,0.02945388;-0.7118803;-0.02473275,-0.07000251;0.00968019;-0.03749588,-0.1279795;-0.3654556;-0.01983788,-0.1726006;-0.7015148;0.06718604,-0.1668197;-0.6946682;-0.02992473,0.02658164;0.3979762;-0.02864695,0;0;0,0.01438217;0.1989754;-0.01421109,0.03985909;0.4946356;-0.05745664,0.1490633;0.3772826;-0.02823017,0.1782377;0.1122249;0.05717023,0.2285332;-0.1584765;0.1080736,-0.08670976;0.3744462;-0.04277721,-0.1859018;0.1169969;0.004980169,-0.2690933;-0.1492079;0.02976276,0.07355727;0.0001800524;-0.03145307,0.04189898;-0.3766594;0.005826704,0.004477303;-0.7188597;0.069061,0.008533087;-0.7127788;-0.02795152,-0.07106034;0.008416541;-0.03577134,-0.125565;-0.3641144;0.01570607,-0.1835432;-0.6774573;0.1604637,-0.1771651;-0.6718279;0.0636887,0.0311588;0.3966885;-0.03927239,126.0496
+0;0;0,0.01243055;0.1993757;-0.009736815,0.03362179;0.4966554;-0.04323676,0.1432445;0.3735537;-0.01474298,0.1756836;0.1020992;0.04575626,0.2248072;-0.173217;0.05946307,-0.09071742;0.3726597;-0.0286729,-0.1785042;0.1100363;0.0128294,-0.2520599;-0.1601279;0.01377064,0.07034179;0.0006908121;-0.03809928,0.05834214;-0.3766335;0.005287409,0.02621598;-0.7186193;0.07247036,0.02945388;-0.7118803;-0.02473275,-0.07000251;0.00968019;-0.03749588,-0.1279795;-0.3654556;-0.01983788,-0.1726006;-0.7015148;0.06718604,-0.1668197;-0.6946682;-0.02992473,0.02658164;0.3979762;-0.02864695,0;0;0,0.01540344;0.1987857;-0.01571586,0.04177827;0.493992;-0.06151171,0.1509246;0.3770685;-0.03157792,0.1789973;0.1133509;0.05822731,0.2289127;-0.1566676;0.1129854,-0.08508487;0.3748666;-0.04538671,-0.18611;0.1189214;0.006439231,-0.2721583;-0.1457673;0.03702736,0.07352398;3.456661E-06;-0.03153133,0.04216243;-0.3769121;0.005226199,0.003954824;-0.7190672;0.0682347,0.007765575;-0.7132879;-0.02871289,-0.07109269;0.00857116;-0.03567022,-0.1269379;-0.3632593;0.01931508,-0.1865873;-0.6704131;0.1761543,-0.1804327;-0.6651774;0.07946479,0.03297413;0.3961855;-0.04263381,126.0713
+0;0;0,0.01243055;0.1993757;-0.009736815,0.03362179;0.4966554;-0.04323676,0.1432445;0.3735537;-0.01474298,0.1756836;0.1020992;0.04575626,0.2248072;-0.173217;0.05946307,-0.09071742;0.3726597;-0.0286729,-0.1785042;0.1100363;0.0128294,-0.2520599;-0.1601279;0.01377064,0.07034179;0.0006908121;-0.03809928,0.05834214;-0.3766335;0.005287409,0.02621598;-0.7186193;0.07247036,0.02945388;-0.7118803;-0.02473275,-0.07000251;0.00968019;-0.03749588,-0.1279795;-0.3654556;-0.01983788,-0.1726006;-0.7015148;0.06718604,-0.1668197;-0.6946682;-0.02992473,0.02658164;0.3979762;-0.02864695,0;0;0,0.01540344;0.1987857;-0.01571586,0.04177827;0.493992;-0.06151171,0.1509246;0.3770685;-0.03157792,0.1789973;0.1133509;0.05822731,0.2289127;-0.1566676;0.1129854,-0.08508487;0.3748666;-0.04538671,-0.18611;0.1189214;0.006439231,-0.2721583;-0.1457673;0.03702736,0.07352398;3.456661E-06;-0.03153133,0.04216243;-0.3769121;0.005226199,0.003954824;-0.7190672;0.0682347,0.007765575;-0.7132879;-0.02871289,-0.07109269;0.00857116;-0.03567022,-0.1269379;-0.3632593;0.01931508,-0.1865873;-0.6704131;0.1761543,-0.1804327;-0.6651774;0.07946479,0.03297413;0.3961855;-0.04263381,126.0828
+0;0;0,0.01281454;0.1992908;-0.01090659,0.0338991;0.4964032;-0.0459439,0.1437262;0.3739226;-0.01701796,0.1763061;0.1038493;0.04930656,0.22479;-0.1712667;0.06829264,-0.09052743;0.3732852;-0.03079784,-0.1811769;0.1124622;0.01561404,-0.2556318;-0.1572557;0.02604046,0.07034808;0.0005212226;-0.03809037,0.05778622;-0.3768615;0.004623771,0.02611587;-0.7192243;0.07008135,0.02929502;-0.7127066;-0.02707045,-0.07006238;0.009784468;-0.03735676,-0.1278985;-0.3652644;-0.01752491,-0.1722354;-0.6997345;0.07555563,-0.1664998;-0.6930743;-0.02151319,0.02694437;0.3977875;-0.03089174,0;0;0,0.01540344;0.1987857;-0.01571586,0.04177827;0.493992;-0.06151171,0.1509246;0.3770685;-0.03157792,0.1789973;0.1133509;0.05822731,0.2289127;-0.1566676;0.1129854,-0.08508487;0.3748666;-0.04538671,-0.18611;0.1189214;0.006439231,-0.2721583;-0.1457673;0.03702736,0.07352398;3.456661E-06;-0.03153133,0.04216243;-0.3769121;0.005226199,0.003954824;-0.7190672;0.0682347,0.007765575;-0.7132879;-0.02871289,-0.07109269;0.00857116;-0.03567022,-0.1269379;-0.3632593;0.01931508,-0.1865873;-0.6704131;0.1761543,-0.1804327;-0.6651774;0.07946479,0.03297413;0.3961855;-0.04263381,126.094
+0;0;0,0.01281454;0.1992908;-0.01090659,0.0338991;0.4964032;-0.0459439,0.1437262;0.3739226;-0.01701796,0.1763061;0.1038493;0.04930656,0.22479;-0.1712667;0.06829264,-0.09052743;0.3732852;-0.03079784,-0.1811769;0.1124622;0.01561404,-0.2556318;-0.1572557;0.02604046,0.07034808;0.0005212226;-0.03809037,0.05778622;-0.3768615;0.004623771,0.02611587;-0.7192243;0.07008135,0.02929502;-0.7127066;-0.02707045,-0.07006238;0.009784468;-0.03735676,-0.1278985;-0.3652644;-0.01752491,-0.1722354;-0.6997345;0.07555563,-0.1664998;-0.6930743;-0.02151319,0.02694437;0.3977875;-0.03089174,0;0;0,0.01611017;0.1986404;-0.01680668,0.04341534;0.4934939;-0.0643161,0.1523997;0.3770442;-0.03421523,0.1802762;0.1143978;0.0587349,0.2299316;-0.1540577;0.1209125,-0.08386311;0.3754853;-0.0480735,-0.186709;0.1214139;0.009114705,-0.2755105;-0.1421702;0.04132754,0.07346059;-0.0001704149;-0.03167827,0.04226072;-0.3771437;0.004622176,0.003610972;-0.7193385;0.06714334,0.007430159;-0.7137793;-0.02974868,-0.07115867;0.008743661;-0.03549637,-0.128445;-0.3623833;0.0226675,-0.1866046;-0.6651156;0.1884101,-0.2205322;-0.7251201;0.1610586,0.03436074;0.3958119;-0.04491917,126.1171
+0;0;0,0.01281454;0.1992908;-0.01090659,0.0338991;0.4964032;-0.0459439,0.1437262;0.3739226;-0.01701796,0.1763061;0.1038493;0.04930656,0.22479;-0.1712667;0.06829264,-0.09052743;0.3732852;-0.03079784,-0.1811769;0.1124622;0.01561404,-0.2556318;-0.1572557;0.02604046,0.07034808;0.0005212226;-0.03809037,0.05778622;-0.3768615;0.004623771,0.02611587;-0.7192243;0.07008135,0.02929502;-0.7127066;-0.02707045,-0.07006238;0.009784468;-0.03735676,-0.1278985;-0.3652644;-0.01752491,-0.1722354;-0.6997345;0.07555563,-0.1664998;-0.6930743;-0.02151319,0.02694437;0.3977875;-0.03089174,0;0;0,0.01663053;0.1985067;-0.0178473,0.04457276;0.4929716;-0.06735598,0.1535469;0.3773622;-0.0371577,0.1819643;0.1161178;0.05950586,0.2289841;-0.1517397;0.1261505,-0.08304429;0.3760616;-0.04998552,-0.1870819;0.1233576;0.01098087,-0.2797931;-0.138433;0.04662228,0.07337767;-0.0003672293;-0.03186821,0.04242888;-0.3773419;0.004631665,0.003558621;-0.7195295;0.06705581,0.007040739;-0.7142005;-0.02979055,-0.07122259;0.008981862;-0.03530819,-0.129662;-0.3613315;0.02676302,-0.1872115;-0.6593001;0.201127,-0.2197072;-0.7194396;0.1725102,0.03535054;0.3954383;-0.0473009,126.139
+0;0;0,0.01365615;0.1991783;-0.01189635,0.03518852;0.4960765;-0.04846281,0.14501;0.3741068;-0.01900513,0.1769129;0.1051239;0.05192036,0.2263409;-0.1691145;0.07930996,-0.08953641;0.374089;-0.03351321,-0.1828649;0.1153858;0.01904574,-0.2588508;-0.1536563;0.03461738,0.07029854;0.0003405082;-0.03818375,0.0576132;-0.377122;0.003782034,0.02419987;-0.719296;0.06936008,0.02762412;-0.7129548;-0.02774056,-0.07015008;0.009921125;-0.03715559,-0.1277808;-0.3650291;-0.01499635,-0.1739993;-0.6972176;0.08507672,-0.1680309;-0.6908135;-0.01191613,0.02814876;0.3975385;-0.03294795,0;0;0,0.01663053;0.1985067;-0.0178473,0.04457276;0.4929716;-0.06735598,0.1535469;0.3773622;-0.0371577,0.1819643;0.1161178;0.05950586,0.2289841;-0.1517397;0.1261505,-0.08304429;0.3760616;-0.04998552,-0.1870819;0.1233576;0.01098087,-0.2797931;-0.138433;0.04662228,0.07337767;-0.0003672293;-0.03186821,0.04242888;-0.3773419;0.004631665,0.003558621;-0.7195295;0.06705581,0.007040739;-0.7142005;-0.02979055,-0.07122259;0.008981862;-0.03530819,-0.129662;-0.3613315;0.02676302,-0.1872115;-0.6593001;0.201127,-0.2197072;-0.7194396;0.1725102,0.03535054;0.3954383;-0.0473009,126.1504
+0;0;0,0.01365615;0.1991783;-0.01189635,0.03518852;0.4960765;-0.04846281,0.14501;0.3741068;-0.01900513,0.1769129;0.1051239;0.05192036,0.2263409;-0.1691145;0.07930996,-0.08953641;0.374089;-0.03351321,-0.1828649;0.1153858;0.01904574,-0.2588508;-0.1536563;0.03461738,0.07029854;0.0003405082;-0.03818375,0.0576132;-0.377122;0.003782034,0.02419987;-0.719296;0.06936008,0.02762412;-0.7129548;-0.02774056,-0.07015008;0.009921125;-0.03715559,-0.1277808;-0.3650291;-0.01499635,-0.1739993;-0.6972176;0.08507672,-0.1680309;-0.6908135;-0.01191613,0.02814876;0.3975385;-0.03294795,0;0;0,0.01813585;0.1976607;-0.02452192,0.04687429;0.4866105;-0.09921074,0.1511903;0.3647176;-0.04179121,0.1790047;0.1048461;0.05867339,0.2257327;-0.1614614;0.1314526,-0.07810331;0.3641081;-0.05349027,-0.1839679;0.1131951;0.01158898,-0.2785228;-0.1472566;0.05189144,0.07334562;-0.0004942527;-0.03194015,0.04192679;-0.3774747;0.004096016,0.002931546;-0.7196583;0.06646359,0.006188818;-0.7169509;-0.02968474,-0.07123405;0.009093889;-0.03525636,-0.1307732;-0.3605077;0.02993354,-0.1876919;-0.6544969;0.2111258,-0.182128;-0.6526027;0.1153181,0.03759604;0.391521;-0.0696826,126.1718
+0;0;0,0.01365615;0.1991783;-0.01189635,0.03518852;0.4960765;-0.04846281,0.14501;0.3741068;-0.01900513,0.1769129;0.1051239;0.05192036,0.2263409;-0.1691145;0.07930996,-0.08953641;0.374089;-0.03351321,-0.1828649;0.1153858;0.01904574,-0.2588508;-0.1536563;0.03461738,0.07029854;0.0003405082;-0.03818375,0.0576132;-0.377122;0.003782034,0.02419987;-0.719296;0.06936008,0.02762412;-0.7129548;-0.02774056,-0.07015008;0.009921125;-0.03715559,-0.1277808;-0.3650291;-0.01499635,-0.1739993;-0.6972176;0.08507672,-0.1680309;-0.6908135;-0.01191613,0.02814876;0.3975385;-0.03294795,0;0;0,0.01813585;0.1976607;-0.02452192,0.04687429;0.4866105;-0.09921074,0.1511903;0.3647176;-0.04179121,0.1790047;0.1048461;0.05867339,0.2257327;-0.1614614;0.1314526,-0.07810331;0.3641081;-0.05349027,-0.1839679;0.1131951;0.01158898,-0.2785228;-0.1472566;0.05189144,0.07334562;-0.0004942527;-0.03194015,0.04192679;-0.3774747;0.004096016,0.002931546;-0.7196583;0.06646359,0.006188818;-0.7169509;-0.02968474,-0.07123405;0.009093889;-0.03525636,-0.1307732;-0.3605077;0.02993354,-0.1876919;-0.6544969;0.2111258,-0.182128;-0.6526027;0.1153181,0.03759604;0.391521;-0.0696826,126.1836
+0;0;0,0.01438476;0.1990656;-0.01288262,0.03683442;0.4956643;-0.05127558,0.1464251;0.3744334;-0.02067699,0.1787873;0.1072164;0.05644483,0.2286135;-0.1662617;0.09001684,-0.0883525;0.3746731;-0.03484449,-0.1824076;0.1174104;0.02320331,-0.2602432;-0.150713;0.04445148,0.0702913;0.0003114516;-0.03819732,0.05688134;-0.3771722;0.003351025,0.02410775;-0.7194161;0.06888732,0.02738955;-0.7132859;-0.02816661,-0.07019086;0.009915658;-0.03707995,-0.1269993;-0.3648411;-0.01005794,-0.1745351;-0.6942364;0.09828898,-0.1687036;-0.6881003;0.001353398,0.02950465;0.3972476;-0.03513794,0;0;0,0.01813585;0.1976607;-0.02452192,0.04687429;0.4866105;-0.09921074,0.1511903;0.3647176;-0.04179121,0.1790047;0.1048461;0.05867339,0.2257327;-0.1614614;0.1314526,-0.07810331;0.3641081;-0.05349027,-0.1839679;0.1131951;0.01158898,-0.2785228;-0.1472566;0.05189144,0.07334562;-0.0004942527;-0.03194015,0.04192679;-0.3774747;0.004096016,0.002931546;-0.7196583;0.06646359,0.006188818;-0.7169509;-0.02968474,-0.07123405;0.009093889;-0.03525636,-0.1307732;-0.3605077;0.02993354,-0.1876919;-0.6544969;0.2111258,-0.182128;-0.6526027;0.1153181,0.03759604;0.391521;-0.0696826,126.1945
+0;0;0,0.01438476;0.1990656;-0.01288262,0.03683442;0.4956643;-0.05127558,0.1464251;0.3744334;-0.02067699,0.1787873;0.1072164;0.05644483,0.2286135;-0.1662617;0.09001684,-0.0883525;0.3746731;-0.03484449,-0.1824076;0.1174104;0.02320331,-0.2602432;-0.150713;0.04445148,0.0702913;0.0003114516;-0.03819732,0.05688134;-0.3771722;0.003351025,0.02410775;-0.7194161;0.06888732,0.02738955;-0.7132859;-0.02816661,-0.07019086;0.009915658;-0.03707995,-0.1269993;-0.3648411;-0.01005794,-0.1745351;-0.6942364;0.09828898,-0.1687036;-0.6881003;0.001353398,0.02950465;0.3972476;-0.03513794,0;0;0,0.01845362;0.197363;-0.02659514,0.04658795;0.4868002;-0.09967618,0.15149;0.3646975;-0.04453661,0.1811772;0.1065375;0.0597328,0.2233259;-0.1586519;0.1390933,-0.07827785;0.3642348;-0.05512466,-0.1854056;0.1147946;0.01345548,-0.2816005;-0.1445405;0.05695081,0.07327372;-0.0006775848;-0.03210143,0.04162537;-0.377681;0.00349085,0.002455708;-0.7198744;0.0656953,0.005391615;-0.717255;-0.03043837,-0.07128169;0.009279708;-0.03511137,-0.1323775;-0.3593752;0.03388741,-0.1895752;-0.6503913;0.2197316,-0.184328;-0.6486616;0.1239545,0.03752293;0.3914579;-0.07090691,126.2166
+0;0;0,0.01710208;0.1980477;-0.02201382,0.04116353;0.489354;-0.08941333,0.141719;0.3551199;-0.02648462,0.1753111;0.08960918;0.05582953,0.2233296;-0.1833405;0.09573771,-0.07704262;0.356615;-0.03981305,-0.1735225;0.1016578;0.0241283,-0.2523009;-0.1654735;0.05302148,0.07033129;0.0003456959;-0.03812335,0.05492117;-0.3771482;0.002630021,0.02090406;-0.7193589;0.06770426,0.02420098;-0.7161492;-0.02858393,-0.07019615;0.009849729;-0.0370875,-0.1278274;-0.364375;-0.004923932,-0.1732202;-0.6892248;0.1171908,-0.1906842;-0.7452086;0.06921361,0.034558;0.3924865;-0.06547509,0;0;0,0.01845362;0.197363;-0.02659514,0.04658795;0.4868002;-0.09967618,0.15149;0.3646975;-0.04453661,0.1811772;0.1065375;0.0597328,0.2233259;-0.1586519;0.1390933,-0.07827785;0.3642348;-0.05512466,-0.1854056;0.1147946;0.01345548,-0.2816005;-0.1445405;0.05695081,0.07327372;-0.0006775848;-0.03210143,0.04162537;-0.377681;0.00349085,0.002455708;-0.7198744;0.0656953,0.005391615;-0.717255;-0.03043837,-0.07128169;0.009279708;-0.03511137,-0.1323775;-0.3593752;0.03388741,-0.1895752;-0.6503913;0.2197316,-0.184328;-0.6486616;0.1239545,0.03752293;0.3914579;-0.07090691,126.228
+0;0;0,0.01710208;0.1980477;-0.02201382,0.04116353;0.489354;-0.08941333,0.141719;0.3551199;-0.02648462,0.1753111;0.08960918;0.05582953,0.2233296;-0.1833405;0.09573771,-0.07704262;0.356615;-0.03981305,-0.1735225;0.1016578;0.0241283,-0.2523009;-0.1654735;0.05302148,0.07033129;0.0003456959;-0.03812335,0.05492117;-0.3771482;0.002630021,0.02090406;-0.7193589;0.06770426,0.02420098;-0.7161492;-0.02858393,-0.07019615;0.009849729;-0.0370875,-0.1278274;-0.364375;-0.004923932,-0.1732202;-0.6892248;0.1171908,-0.1906842;-0.7452086;0.06921361,0.034558;0.3924865;-0.06547509,0;0;0,0.01830643;0.197043;-0.02896409,0.04603623;0.4865146;-0.1022094,0.1513482;0.3647005;-0.04828671,0.1816725;0.1080532;0.05947495,0.221191;-0.1551081;0.1465635,-0.07858445;0.3636594;-0.0575965,-0.1872347;0.1160879;0.01522836,-0.284764;-0.1416749;0.06468941,0.07315906;-0.000809317;-0.03235888,0.04139033;-0.377937;0.001780171,0.001489095;-0.7200928;0.06372616,0.00404757;-0.7177315;-0.03234444,-0.07136721;0.009393238;-0.03490685,-0.1339141;-0.3585589;0.03650139,-0.1894503;-0.6449268;0.2299159,-0.1846086;-0.6435523;0.1342229,0.03710978;0.3910155;-0.07392098,126.2395
+0;0;0,0.01710208;0.1980477;-0.02201382,0.04116353;0.489354;-0.08941333,0.141719;0.3551199;-0.02648462,0.1753111;0.08960918;0.05582953,0.2233296;-0.1833405;0.09573771,-0.07704262;0.356615;-0.03981305,-0.1735225;0.1016578;0.0241283,-0.2523009;-0.1654735;0.05302148,0.07033129;0.0003456959;-0.03812335,0.05492117;-0.3771482;0.002630021,0.02090406;-0.7193589;0.06770426,0.02420098;-0.7161492;-0.02858393,-0.07019615;0.009849729;-0.0370875,-0.1278274;-0.364375;-0.004923932,-0.1732202;-0.6892248;0.1171908,-0.1906842;-0.7452086;0.06921361,0.034558;0.3924865;-0.06547509,0;0;0,0.01830643;0.197043;-0.02896409,0.04603623;0.4865146;-0.1022094,0.1513482;0.3647005;-0.04828671,0.1816725;0.1080532;0.05947495,0.221191;-0.1551081;0.1465635,-0.07858445;0.3636594;-0.0575965,-0.1872347;0.1160879;0.01522836,-0.284764;-0.1416749;0.06468941,0.07315906;-0.000809317;-0.03235888,0.04139033;-0.377937;0.001780171,0.001489095;-0.7200928;0.06372616,0.00404757;-0.7177315;-0.03234444,-0.07136721;0.009393238;-0.03490685,-0.1339141;-0.3585589;0.03650139,-0.1894503;-0.6449268;0.2299159,-0.1846086;-0.6435523;0.1342229,0.03710978;0.3910155;-0.07392098,126.2505
+0;0;0,0.01710208;0.1980477;-0.02201382,0.04116353;0.489354;-0.08941333,0.141719;0.3551199;-0.02648462,0.1753111;0.08960918;0.05582953,0.2233296;-0.1833405;0.09573771,-0.07704262;0.356615;-0.03981305,-0.1735225;0.1016578;0.0241283,-0.2523009;-0.1654735;0.05302148,0.07033129;0.0003456959;-0.03812335,0.05492117;-0.3771482;0.002630021,0.02090406;-0.7193589;0.06770426,0.02420098;-0.7161492;-0.02858393,-0.07019615;0.009849729;-0.0370875,-0.1278274;-0.364375;-0.004923932,-0.1732202;-0.6892248;0.1171908,-0.1906842;-0.7452086;0.06921361,0.034558;0.3924865;-0.06547509,0;0;0,0.01845375;0.1967859;-0.03057407,0.0459163;0.4862491;-0.1040235,0.1514724;0.3645861;-0.05079783,0.1827873;0.1093664;0.06002764,0.220248;-0.1513915;0.1549064,-0.07863808;0.3634994;-0.05948051,-0.1886811;0.1178848;0.01774663,-0.2877969;-0.1384512;0.07129937,0.07308829;-0.0008266184;-0.03251798,0.0410216;-0.3779604;0.001273241,0.0008621775;-0.7201211;0.06302485,0.003230942;-0.7179492;-0.03299593,-0.07144383;0.009402554;-0.03474726,-0.1361558;-0.3573765;0.0406552,-0.1919796;-0.6400574;0.2393389,-0.1873166;-0.6389437;0.1437154,0.03707685;0.3906767;-0.07595626,126.2726
+0;0;0,0.01695634;0.197817;-0.02410232,0.03968743;0.4897349;-0.08922381,0.1409895;0.3560437;-0.02789801,0.1753397;0.09223488;0.05942298,0.2232024;-0.1795091;0.1070081,-0.07850435;0.3563495;-0.04053842,-0.1766826;0.1036774;0.02958853,-0.2579286;-0.1622455;0.06251403,0.07028441;0.0002744597;-0.03821028,0.05312032;-0.3771208;0.002755951,0.01901097;-0.7193463;0.06770414,0.02232366;-0.716153;-0.02857894,-0.07028149;0.009891936;-0.03691424,-0.1285481;-0.3636609;0.001338191,-0.1740219;-0.6870198;0.1273191,-0.2012819;-0.7447466;0.08781061,0.03308584;0.3928539;-0.06533889,0;0;0,0.01845375;0.1967859;-0.03057407,0.0459163;0.4862491;-0.1040235,0.1514724;0.3645861;-0.05079783,0.1827873;0.1093664;0.06002764,0.220248;-0.1513915;0.1549064,-0.07863808;0.3634994;-0.05948051,-0.1886811;0.1178848;0.01774663,-0.2877969;-0.1384512;0.07129937,0.07308829;-0.0008266184;-0.03251798,0.0410216;-0.3779604;0.001273241,0.0008621775;-0.7201211;0.06302485,0.003230942;-0.7179492;-0.03299593,-0.07144383;0.009402554;-0.03474726,-0.1361558;-0.3573765;0.0406552,-0.1919796;-0.6400574;0.2393389,-0.1873166;-0.6389437;0.1437154,0.03707685;0.3906767;-0.07595626,126.2841
+0;0;0,0.01695634;0.197817;-0.02410232,0.03968743;0.4897349;-0.08922381,0.1409895;0.3560437;-0.02789801,0.1753397;0.09223488;0.05942298,0.2232024;-0.1795091;0.1070081,-0.07850435;0.3563495;-0.04053842,-0.1766826;0.1036774;0.02958853,-0.2579286;-0.1622455;0.06251403,0.07028441;0.0002744597;-0.03821028,0.05312032;-0.3771208;0.002755951,0.01901097;-0.7193463;0.06770414,0.02232366;-0.716153;-0.02857894,-0.07028149;0.009891936;-0.03691424,-0.1285481;-0.3636609;0.001338191,-0.1740219;-0.6870198;0.1273191,-0.2012819;-0.7447466;0.08781061,0.03308584;0.3928539;-0.06533889,0;0;0,0.01835181;0.1965909;-0.03186231,0.04556473;0.4859008;-0.1060416,0.1516516;0.3645937;-0.0545914,0.1841739;0.1114254;0.06050919,0.2197695;-0.1458551;0.1651022,-0.07888974;0.3629823;-0.06145592,-0.1900063;0.1191831;0.01987712,-0.2904539;-0.1353525;0.07922298,0.07305159;-0.0008250349;-0.03260038,0.0412499;-0.3780655;0.0002365001,0.0007841215;-0.7202032;0.06191574,0.002580374;-0.7181984;-0.03406887,-0.07144993;0.009385732;-0.03473924,-0.1364778;-0.3567956;0.04325179,-0.190961;-0.635407;0.2479644,-0.1868899;-0.6345342;0.152387,0.03678683;0.3903475;-0.07788996,126.3062
+0;0;0,0.01704697;0.1975566;-0.02609187,0.03905928;0.4897122;-0.09032914,0.1407493;0.3564812;-0.02993842,0.1750056;0.09441328;0.06251097,0.221607;-0.1758254;0.1190738,-0.07936445;0.3564976;-0.04179449,-0.1788121;0.1059929;0.03408424,-0.2629766;-0.1582542;0.07268199,0.07023568;0.0001437867;-0.03830051,0.05212393;-0.3772492;0.002276678,0.0181444;-0.7194625;0.0673569,0.02137231;-0.7163935;-0.02889434,-0.07033999;0.009986776;-0.03677705,-0.1298691;-0.3628296;0.006399725,-0.1755503;-0.6825091;0.1413746,-0.1698135;-0.679581;0.04527985,0.03233375;0.3928783;-0.06628852,0;0;0,0.01835181;0.1965909;-0.03186231,0.04556473;0.4859008;-0.1060416,0.1516516;0.3645937;-0.0545914,0.1841739;0.1114254;0.06050919,0.2197695;-0.1458551;0.1651022,-0.07888974;0.3629823;-0.06145592,-0.1900063;0.1191831;0.01987712,-0.2904539;-0.1353525;0.07922298,0.07305159;-0.0008250349;-0.03260038,0.0412499;-0.3780655;0.0002365001,0.0007841215;-0.7202032;0.06191574,0.002580374;-0.7181984;-0.03406887,-0.07144993;0.009385732;-0.03473924,-0.1364778;-0.3567956;0.04325179,-0.190961;-0.635407;0.2479644,-0.1868899;-0.6345342;0.152387,0.03678683;0.3903475;-0.07788996,126.3177
+0;0;0,0.01704697;0.1975566;-0.02609187,0.03905928;0.4897122;-0.09032914,0.1407493;0.3564812;-0.02993842,0.1750056;0.09441328;0.06251097,0.221607;-0.1758254;0.1190738,-0.07936445;0.3564976;-0.04179449,-0.1788121;0.1059929;0.03408424,-0.2629766;-0.1582542;0.07268199,0.07023568;0.0001437867;-0.03830051,0.05212393;-0.3772492;0.002276678,0.0181444;-0.7194625;0.0673569,0.02137231;-0.7163935;-0.02889434,-0.07033999;0.009986776;-0.03677705,-0.1298691;-0.3628296;0.006399725,-0.1755503;-0.6825091;0.1413746,-0.1698135;-0.679581;0.04527985,0.03233375;0.3928783;-0.06628852,0;0;0,0.0183761;0.1962673;-0.03378535,0.04529766;0.4846745;-0.1114923,0.1515769;0.3649521;-0.05796382,0.1850412;0.1137197;0.06104212,0.2193927;-0.1406831;0.1728419,-0.07898153;0.3631653;-0.06360064,-0.1915107;0.121475;0.02197394,-0.2932023;-0.130942;0.08788648,0.07301594;-0.0008421819;-0.03267971,0.04122762;-0.378122;-0.0002848618,0.0003945678;-0.7202479;0.06121722,0.001800873;-0.7186931;-0.03464149,-0.07149854;0.00938987;-0.03463797,-0.138062;-0.3550192;0.05006957,-0.1927502;-0.633428;0.255003,-0.1890507;-0.63302;0.1595534,0.03662265;0.3894762;-0.08213186,126.3394
+0;0;0,0.01704697;0.1975566;-0.02609187,0.03905928;0.4897122;-0.09032914,0.1407493;0.3564812;-0.02993842,0.1750056;0.09441328;0.06251097,0.221607;-0.1758254;0.1190738,-0.07936445;0.3564976;-0.04179449,-0.1788121;0.1059929;0.03408424,-0.2629766;-0.1582542;0.07268199,0.07023568;0.0001437867;-0.03830051,0.05212393;-0.3772492;0.002276678,0.0181444;-0.7194625;0.0673569,0.02137231;-0.7163935;-0.02889434,-0.07033999;0.009986776;-0.03677705,-0.1298691;-0.3628296;0.006399725,-0.1755503;-0.6825091;0.1413746,-0.1698135;-0.679581;0.04527985,0.03233375;0.3928783;-0.06628852,0;0;0,0.0183761;0.1962673;-0.03378535,0.04529766;0.4846745;-0.1114923,0.1515769;0.3649521;-0.05796382,0.1850412;0.1137197;0.06104212,0.2193927;-0.1406831;0.1728419,-0.07898153;0.3631653;-0.06360064,-0.1915107;0.121475;0.02197394,-0.2932023;-0.130942;0.08788648,0.07301594;-0.0008421819;-0.03267971,0.04122762;-0.378122;-0.0002848618,0.0003945678;-0.7202479;0.06121722,0.001800873;-0.7186931;-0.03464149,-0.07149854;0.00938987;-0.03463797,-0.138062;-0.3550192;0.05006957,-0.1927502;-0.633428;0.255003,-0.1890507;-0.63302;0.1595534,0.03662265;0.3894762;-0.08213186,126.3512
+0;0;0,0.01704741;0.1973432;-0.02765951,0.03906282;0.4893883;-0.09235126,0.140889;0.3567765;-0.03204162,0.1760209;0.09650129;0.0650284,0.220981;-0.1724004;0.1288285,-0.07955776;0.356328;-0.04336868,-0.1804878;0.1080879;0.03780977,-0.2660016;-0.1546002;0.08344245,0.07016402;-0.0001680733;-0.03843153,0.05139009;-0.3775614;0.001840685,0.01765443;-0.719762;0.06711417,0.02081145;-0.7168881;-0.02908462,-0.07029285;0.01032015;-0.03677512,-0.1305767;-0.3617878;0.01119933,-0.1769913;-0.6776563;0.1546314,-0.2096224;-0.7333549;0.1147445,0.03214391;0.3926696;-0.06790501,0;0;0,0.0184373;0.1959214;-0.03570526,0.045192;0.4834585;-0.1166283,0.1514898;0.3653365;-0.06070267,0.1850324;0.1156708;0.06153436,0.219245;-0.1334367;0.1847212,-0.07902545;0.3635044;-0.06594601,-0.1931301;0.1241439;0.02397971,-0.2944684;-0.1257546;0.09935406,0.07292823;-0.0008519985;-0.03287474,0.04151424;-0.3781727;-0.0005909577,0.0003115609;-0.7203348;0.0604617,0.001622616;-0.7192329;-0.0352628,-0.07161044;0.009396235;-0.0344043,-0.1387463;-0.3547983;0.05077244,-0.1940155;-0.6290724;0.2610557,-0.190422;-0.6292476;0.1657848,0.03656063;0.3885891;-0.08620963,126.3728
+0;0;0,0.01704741;0.1973432;-0.02765951,0.03906282;0.4893883;-0.09235126,0.140889;0.3567765;-0.03204162,0.1760209;0.09650129;0.0650284,0.220981;-0.1724004;0.1288285,-0.07955776;0.356328;-0.04336868,-0.1804878;0.1080879;0.03780977,-0.2660016;-0.1546002;0.08344245,0.07016402;-0.0001680733;-0.03843153,0.05139009;-0.3775614;0.001840685,0.01765443;-0.719762;0.06711417,0.02081145;-0.7168881;-0.02908462,-0.07029285;0.01032015;-0.03677512,-0.1305767;-0.3617878;0.01119933,-0.1769913;-0.6776563;0.1546314,-0.2096224;-0.7333549;0.1147445,0.03214391;0.3926696;-0.06790501,0;0;0,0.0184373;0.1959214;-0.03570526,0.045192;0.4834585;-0.1166283,0.1514898;0.3653365;-0.06070267,0.1850324;0.1156708;0.06153436,0.219245;-0.1334367;0.1847212,-0.07902545;0.3635044;-0.06594601,-0.1931301;0.1241439;0.02397971,-0.2944684;-0.1257546;0.09935406,0.07292823;-0.0008519985;-0.03287474,0.04151424;-0.3781727;-0.0005909577,0.0003115609;-0.7203348;0.0604617,0.001622616;-0.7192329;-0.0352628,-0.07161044;0.009396235;-0.0344043,-0.1387463;-0.3547983;0.05077244,-0.1940155;-0.6290724;0.2610557,-0.190422;-0.6292476;0.1657848,0.03656063;0.3885891;-0.08620963,126.3843
+0;0;0,0.01704741;0.1973432;-0.02765951,0.03906282;0.4893883;-0.09235126,0.140889;0.3567765;-0.03204162,0.1760209;0.09650129;0.0650284,0.220981;-0.1724004;0.1288285,-0.07955776;0.356328;-0.04336868,-0.1804878;0.1080879;0.03780977,-0.2660016;-0.1546002;0.08344245,0.07016402;-0.0001680733;-0.03843153,0.05139009;-0.3775614;0.001840685,0.01765443;-0.719762;0.06711417,0.02081145;-0.7168881;-0.02908462,-0.07029285;0.01032015;-0.03677512,-0.1305767;-0.3617878;0.01119933,-0.1769913;-0.6776563;0.1546314,-0.2096224;-0.7333549;0.1147445,0.03214391;0.3926696;-0.06790501,0;0;0,0.0184373;0.1959214;-0.03570526,0.045192;0.4834585;-0.1166283,0.1514898;0.3653365;-0.06070267,0.1850324;0.1156708;0.06153436,0.219245;-0.1334367;0.1847212,-0.07902545;0.3635044;-0.06594601,-0.1931301;0.1241439;0.02397971,-0.2944684;-0.1257546;0.09935406,0.07292823;-0.0008519985;-0.03287474,0.04151424;-0.3781727;-0.0005909577,0.0003115609;-0.7203348;0.0604617,0.001622616;-0.7192329;-0.0352628,-0.07161044;0.009396235;-0.0344043,-0.1387463;-0.3547983;0.05077244,-0.1940155;-0.6290724;0.2610557,-0.190422;-0.6292476;0.1657848,0.03656063;0.3885891;-0.08620963,126.3958
+0;0;0,0.01704741;0.1973432;-0.02765951,0.03906282;0.4893883;-0.09235126,0.140889;0.3567765;-0.03204162,0.1760209;0.09650129;0.0650284,0.220981;-0.1724004;0.1288285,-0.07955776;0.356328;-0.04336868,-0.1804878;0.1080879;0.03780977,-0.2660016;-0.1546002;0.08344245,0.07016402;-0.0001680733;-0.03843153,0.05139009;-0.3775614;0.001840685,0.01765443;-0.719762;0.06711417,0.02081145;-0.7168881;-0.02908462,-0.07029285;0.01032015;-0.03677512,-0.1305767;-0.3617878;0.01119933,-0.1769913;-0.6776563;0.1546314,-0.2096224;-0.7333549;0.1147445,0.03214391;0.3926696;-0.06790501,0;0;0,0.01841798;0.1956851;-0.03698815,0.04513544;0.4828855;-0.119126,0.1515385;0.3654067;-0.06290497,0.1859021;0.1173462;0.06233525,0.2191417;-0.1281848;0.1927564,-0.07915257;0.3634836;-0.06792359,-0.194626;0.1263328;0.02601992,-0.2959362;-0.1217261;0.1072789,0.07300548;-0.000799605;-0.03270415,0.04218656;-0.3782195;-0.001011267,0.0006267279;-0.7203885;0.0597597,0.001867188;-0.7195321;-0.03589131,-0.07155541;0.009321893;-0.03453875,-0.1397944;-0.3542082;0.0525777,-0.1966588;-0.6237539;0.2684749,-0.1931129;-0.6242545;0.1733059,0.03649523;0.3881218;-0.08838186,126.4181
+0;0;0,0.01589069;0.1972931;-0.02868639,0.03680508;0.489385;-0.09351069,0.1392913;0.3565344;-0.03434926,0.1745695;0.09825641;0.0678658,0.2170888;-0.1686578;0.1410021,-0.08110249;0.3559358;-0.04324187,-0.178683;0.1074429;0.04119313,-0.2641074;-0.1541982;0.09263857,0.0701953;-0.0002396101;-0.03837397,0.04924753;-0.3775597;0.001509916,0.01534512;-0.7197063;0.06698012,0.01756526;-0.7168916;-0.02922814,-0.07029136;0.01032207;-0.03677743,-0.1324595;-0.3607427;0.01657086,-0.1799131;-0.6719295;0.1695772,-0.213988;-0.725225;0.1259792,0.03021074;0.3926814;-0.06891543,0;0;0,0.01841798;0.1956851;-0.03698815,0.04513544;0.4828855;-0.119126,0.1515385;0.3654067;-0.06290497,0.1859021;0.1173462;0.06233525,0.2191417;-0.1281848;0.1927564,-0.07915257;0.3634836;-0.06792359,-0.194626;0.1263328;0.02601992,-0.2959362;-0.1217261;0.1072789,0.07300548;-0.000799605;-0.03270415,0.04218656;-0.3782195;-0.001011267,0.0006267279;-0.7203885;0.0597597,0.001867188;-0.7195321;-0.03589131,-0.07155541;0.009321893;-0.03453875,-0.1397944;-0.3542082;0.0525777,-0.1966588;-0.6237539;0.2684749,-0.1931129;-0.6242545;0.1733059,0.03649523;0.3881218;-0.08838186,126.4291
+0;0;0,0.01589069;0.1972931;-0.02868639,0.03680508;0.489385;-0.09351069,0.1392913;0.3565344;-0.03434926,0.1745695;0.09825641;0.0678658,0.2170888;-0.1686578;0.1410021,-0.08110249;0.3559358;-0.04324187,-0.178683;0.1074429;0.04119313,-0.2641074;-0.1541982;0.09263857,0.0701953;-0.0002396101;-0.03837397,0.04924753;-0.3775597;0.001509916,0.01534512;-0.7197063;0.06698012,0.01756526;-0.7168916;-0.02922814,-0.07029136;0.01032207;-0.03677743,-0.1324595;-0.3607427;0.01657086,-0.1799131;-0.6719295;0.1695772,-0.213988;-0.725225;0.1259792,0.03021074;0.3926814;-0.06891543,0;0;0,0.01834897;0.1955501;-0.03772913,0.04492376;0.482732;-0.119989,0.1515928;0.3649505;-0.0651376,0.1828223;0.1215315;0.06966566,0.2205239;-0.1186556;0.2085495,-0.07940608;0.3631258;-0.06947362,-0.1961169;0.1282979;0.02868163,-0.2975487;-0.1180621;0.1148114,0.07295597;-0.0007966757;-0.0328145,0.04230285;-0.3782174;-0.0009715408,0.0007393621;-0.7204618;0.05937091,0.001747384;-0.7196974;-0.03625474,-0.07161566;0.009304242;-0.03441842,-0.1410853;-0.3530847;0.05640114,-0.1963356;-0.6156909;0.2810906,-0.193037;-0.6163874;0.1859757,0.0363165;0.3879602;-0.08926079,126.4516
+0;0;0,0.01524105;0.1971768;-0.02981627,0.03520825;0.4891459;-0.0954684,0.138198;0.3563466;-0.03660508,0.1740147;0.100627;0.07167538,0.2141859;-0.1644374;0.152466,-0.08194578;0.3552189;-0.04371434,-0.1783951;0.1076621;0.04467759,-0.26456;-0.1527847;0.1007407,0.07020971;-0.0004993452;-0.0383451,0.04907016;-0.3778949;0.0007154271,0.01428445;-0.7198555;0.06669178,0.01599662;-0.71719;-0.02948462,-0.07024028;0.01053869;-0.03681356,-0.1339309;-0.3596862;0.02043132,-0.1821083;-0.6642346;0.1860489,-0.1778512;-0.6619703;0.09006654,0.02891822;0.3925139;-0.07051471,0;0;0,0.01825587;0.1954137;-0.03847352,0.04460457;0.4825047;-0.1211317,0.1514139;0.36433;-0.06697882,0.186634;0.1227224;0.07008073,0.2187031;-0.1162765;0.2123871,-0.07969399;0.3623491;-0.07146171,-0.1970394;0.1298523;0.03137465,-0.3003844;-0.1129667;0.1249629,0.07298987;-0.0008014488;-0.03273892,0.04229784;-0.3782378;-0.001119193,0.001072172;-0.7205753;0.05892649,0.002141055;-0.7199526;-0.03665505,-0.07159999;0.009289262;-0.03445505,-0.1415241;-0.3528573;0.05698058,-0.1991257;-0.6136557;0.2831802,-0.1957425;-0.6145594;0.1881354,0.03605994;0.3877549;-0.09031837,126.4738
+0;0;0,0.01524105;0.1971768;-0.02981627,0.03520825;0.4891459;-0.0954684,0.138198;0.3563466;-0.03660508,0.1740147;0.100627;0.07167538,0.2141859;-0.1644374;0.152466,-0.08194578;0.3552189;-0.04371434,-0.1783951;0.1076621;0.04467759,-0.26456;-0.1527847;0.1007407,0.07020971;-0.0004993452;-0.0383451,0.04907016;-0.3778949;0.0007154271,0.01428445;-0.7198555;0.06669178,0.01599662;-0.71719;-0.02948462,-0.07024028;0.01053869;-0.03681356,-0.1339309;-0.3596862;0.02043132,-0.1821083;-0.6642346;0.1860489,-0.1778512;-0.6619703;0.09006654,0.02891822;0.3925139;-0.07051471,0;0;0,0.01825587;0.1954137;-0.03847352,0.04460457;0.4825047;-0.1211317,0.1514139;0.36433;-0.06697882,0.186634;0.1227224;0.07008073,0.2187031;-0.1162765;0.2123871,-0.07969399;0.3623491;-0.07146171,-0.1970394;0.1298523;0.03137465,-0.3003844;-0.1129667;0.1249629,0.07298987;-0.0008014488;-0.03273892,0.04229784;-0.3782378;-0.001119193,0.001072172;-0.7205753;0.05892649,0.002141055;-0.7199526;-0.03665505,-0.07159999;0.009289262;-0.03445505,-0.1415241;-0.3528573;0.05698058,-0.1991257;-0.6136557;0.2831802,-0.1957425;-0.6145594;0.1881354,0.03605994;0.3877549;-0.09031837,126.4849
+0;0;0,0.01524105;0.1971768;-0.02981627,0.03520825;0.4891459;-0.0954684,0.138198;0.3563466;-0.03660508,0.1740147;0.100627;0.07167538,0.2141859;-0.1644374;0.152466,-0.08194578;0.3552189;-0.04371434,-0.1783951;0.1076621;0.04467759,-0.26456;-0.1527847;0.1007407,0.07020971;-0.0004993452;-0.0383451,0.04907016;-0.3778949;0.0007154271,0.01428445;-0.7198555;0.06669178,0.01599662;-0.71719;-0.02948462,-0.07024028;0.01053869;-0.03681356,-0.1339309;-0.3596862;0.02043132,-0.1821083;-0.6642346;0.1860489,-0.1778512;-0.6619703;0.09006654,0.02891822;0.3925139;-0.07051471,0;0;0,0.01815846;0.1952464;-0.03935853,0.0442429;0.4820616;-0.1230524,0.1510413;0.3637018;-0.06840899,0.1861019;0.1229684;0.0702206,0.2177553;-0.1111531;0.2205043,-0.07992176;0.3617024;-0.0731245,-0.1979018;0.1309764;0.03292363,-0.3053972;-0.1082101;0.1310794,0.07297237;-0.0008034291;-0.03277783,0.04211128;-0.3782885;-0.001913855,0.001412824;-0.7207501;0.05778302,0.002581831;-0.7203322;-0.03773417,-0.07159758;0.009285678;-0.03446101,-0.142083;-0.3528235;0.05669107,-0.2001029;-0.6080545;0.2890504,-0.1966266;-0.6092725;0.1941117,0.03577735;0.3874152;-0.09190137,126.5074
+0;0;0,0.01524105;0.1971768;-0.02981627,0.03520825;0.4891459;-0.0954684,0.138198;0.3563466;-0.03660508,0.1740147;0.100627;0.07167538,0.2141859;-0.1644374;0.152466,-0.08194578;0.3552189;-0.04371434,-0.1783951;0.1076621;0.04467759,-0.26456;-0.1527847;0.1007407,0.07020971;-0.0004993452;-0.0383451,0.04907016;-0.3778949;0.0007154271,0.01428445;-0.7198555;0.06669178,0.01599662;-0.71719;-0.02948462,-0.07024028;0.01053869;-0.03681356,-0.1339309;-0.3596862;0.02043132,-0.1821083;-0.6642346;0.1860489,-0.1778512;-0.6619703;0.09006654,0.02891822;0.3925139;-0.07051471,0;0;0,0.01815846;0.1952464;-0.03935853,0.0442429;0.4820616;-0.1230524,0.1510413;0.3637018;-0.06840899,0.1861019;0.1229684;0.0702206,0.2177553;-0.1111531;0.2205043,-0.07992176;0.3617024;-0.0731245,-0.1979018;0.1309764;0.03292363,-0.3053972;-0.1082101;0.1310794,0.07297237;-0.0008034291;-0.03277783,0.04211128;-0.3782885;-0.001913855,0.001412824;-0.7207501;0.05778302,0.002581831;-0.7203322;-0.03773417,-0.07159758;0.009285678;-0.03446101,-0.142083;-0.3528235;0.05669107,-0.2001029;-0.6080545;0.2890504,-0.1966266;-0.6092725;0.1941117,0.03577735;0.3874152;-0.09190137,126.5185
+0;0;0,0.01618757;0.196791;-0.03180037,0.03937512;0.4872901;-0.10263,0.1407106;0.3561718;-0.03950053,0.1757066;0.1031665;0.07523224,0.2172632;-0.1571203;0.1696982,-0.07983625;0.3562266;-0.04902116,-0.1815157;0.1138535;0.04750105,-0.2702781;-0.1442253;0.1100836,0.07015824;-0.0008201723;-0.0384337,0.04825144;-0.3781783;0.0005653836,0.01353066;-0.7201426;0.06655717,0.01626678;-0.7181083;-0.02941385,-0.07014544;0.010878;-0.03689561,-0.1355311;-0.3584064;0.02437218,-0.1856028;-0.6567824;0.2003397,-0.2279069;-0.7136565;0.1745858,0.03179905;0.3913092;-0.07560635,0;0;0,0.01813081;0.1948468;-0.04130363,0.04443292;0.4802013;-0.129748,0.1509959;0.3643461;-0.07105088,0.1838044;0.1278419;0.07520013,0.2180804;-0.1077919;0.2225158,-0.07992639;0.3625597;-0.07586677,-0.1990477;0.1343694;0.03431185,-0.3068397;-0.1029228;0.136651,0.07296748;-0.0008032382;-0.03278873,0.04214141;-0.3783081;-0.002132511,0.001411036;-0.7207563;0.05761962,0.002639765;-0.7209352;-0.03770994,-0.0716169;0.009277611;-0.03442305,-0.1418668;-0.3524821;0.05828539,-0.2010863;-0.6026219;0.295821,-0.1975478;-0.604514;0.2011089,0.03584642;0.3861664;-0.09682818,126.5405
+0;0;0,0.01618757;0.196791;-0.03180037,0.03937512;0.4872901;-0.10263,0.1407106;0.3561718;-0.03950053,0.1757066;0.1031665;0.07523224,0.2172632;-0.1571203;0.1696982,-0.07983625;0.3562266;-0.04902116,-0.1815157;0.1138535;0.04750105,-0.2702781;-0.1442253;0.1100836,0.07015824;-0.0008201723;-0.0384337,0.04825144;-0.3781783;0.0005653836,0.01353066;-0.7201426;0.06655717,0.01626678;-0.7181083;-0.02941385,-0.07014544;0.010878;-0.03689561,-0.1355311;-0.3584064;0.02437218,-0.1856028;-0.6567824;0.2003397,-0.2279069;-0.7136565;0.1745858,0.03179905;0.3913092;-0.07560635,0;0;0,0.01813081;0.1948468;-0.04130363,0.04443292;0.4802013;-0.129748,0.1509959;0.3643461;-0.07105088,0.1838044;0.1278419;0.07520013,0.2180804;-0.1077919;0.2225158,-0.07992639;0.3625597;-0.07586677,-0.1990477;0.1343694;0.03431185,-0.3068397;-0.1029228;0.136651,0.07296748;-0.0008032382;-0.03278873,0.04214141;-0.3783081;-0.002132511,0.001411036;-0.7207563;0.05761962,0.002639765;-0.7209352;-0.03770994,-0.0716169;0.009277611;-0.03442305,-0.1418668;-0.3524821;0.05828539,-0.2010863;-0.6026219;0.295821,-0.1975478;-0.604514;0.2011089,0.03584642;0.3861664;-0.09682818,126.5629
+0;0;0,0.01553429;0.1967153;-0.03258492,0.03749155;0.48723;-0.10375,0.1388277;0.3555111;-0.03964623,0.1763098;0.1045745;0.07878484,0.2151688;-0.1535192;0.1801635,-0.08074904;0.3554189;-0.04906792,-0.1814471;0.113973;0.05075089,-0.2704809;-0.142623;0.1188056,0.07010783;-0.0009200166;-0.03852332,0.04786722;-0.3782608;0.0004546456,0.01299525;-0.7202176;0.06640546,0.01575127;-0.7183166;-0.02952603,-0.07014582;0.01094189;-0.03687597,-0.1370234;-0.3575629;0.02740187,-0.1899089;-0.6504228;0.2116196,-0.227824;-0.7081121;0.1820722,0.03041022;0.3912312;-0.07665588,0;0;0,0.01805018;0.1946889;-0.0420766,0.04414803;0.4799782;-0.1308049,0.1505949;0.3628968;-0.07235483,0.1838018;0.1277186;0.07593048,0.2162708;-0.1002408;0.2352423,-0.08011585;0.3613433;-0.0778935,-0.2004004;0.1356192;0.03603753,-0.3089172;-0.09767728;0.1464769,0.07296326;-0.0008308484;-0.03279743,0.04145169;-0.3782984;-0.002378941,0.001414694;-0.7208998;0.05696165,0.002902232;-0.7212323;-0.03831547,-0.07162563;0.00930229;-0.03439819,-0.1415005;-0.352325;0.05910686,-0.2004083;-0.5978279;0.3015077,-0.1966353;-0.5999612;0.2068863,0.03562501;0.3859451;-0.09786345,126.5854
+0;0;0,0.01553429;0.1967153;-0.03258492,0.03749155;0.48723;-0.10375,0.1388277;0.3555111;-0.03964623,0.1763098;0.1045745;0.07878484,0.2151688;-0.1535192;0.1801635,-0.08074904;0.3554189;-0.04906792,-0.1814471;0.113973;0.05075089,-0.2704809;-0.142623;0.1188056,0.07010783;-0.0009200166;-0.03852332,0.04786722;-0.3782608;0.0004546456,0.01299525;-0.7202176;0.06640546,0.01575127;-0.7183166;-0.02952603,-0.07014582;0.01094189;-0.03687597,-0.1370234;-0.3575629;0.02740187,-0.1899089;-0.6504228;0.2116196,-0.227824;-0.7081121;0.1820722,0.03041022;0.3912312;-0.07665588,0;0;0,0.01799257;0.1945413;-0.0427777,0.04399516;0.4797849;-0.131691,0.1503601;0.3618947;-0.07352555,0.1843281;0.1280194;0.07663615,0.2151401;-0.09576298;0.2420812,-0.08025053;0.3606248;-0.07944193,-0.201296;0.1373979;0.03853151,-0.3101009;-0.09345376;0.1537228,0.07296516;-0.0008590866;-0.0327925,0.04155293;-0.3783729;-0.002848832,0.001596939;-0.7209814;0.05650558,0.003201048;-0.7214326;-0.03873176,-0.07163877;0.009326217;-0.03436435,-0.1424172;-0.3531009;0.05528507,-0.2000909;-0.595045;0.3015305,-0.1962242;-0.5973822;0.2069823,0.03549097;0.3857528;-0.09874184,126.6075
+0;0;0,0.01553429;0.1967153;-0.03258492,0.03749155;0.48723;-0.10375,0.1388277;0.3555111;-0.03964623,0.1763098;0.1045745;0.07878484,0.2151688;-0.1535192;0.1801635,-0.08074904;0.3554189;-0.04906792,-0.1814471;0.113973;0.05075089,-0.2704809;-0.142623;0.1188056,0.07010783;-0.0009200166;-0.03852332,0.04786722;-0.3782608;0.0004546456,0.01299525;-0.7202176;0.06640546,0.01575127;-0.7183166;-0.02952603,-0.07014582;0.01094189;-0.03687597,-0.1370234;-0.3575629;0.02740187,-0.1899089;-0.6504228;0.2116196,-0.227824;-0.7081121;0.1820722,0.03041022;0.3912312;-0.07665588,0;0;0,0.01799257;0.1945413;-0.0427777,0.04399516;0.4797849;-0.131691,0.1503601;0.3618947;-0.07352555,0.1843281;0.1280194;0.07663615,0.2151401;-0.09576298;0.2420812,-0.08025053;0.3606248;-0.07944193,-0.201296;0.1373979;0.03853151,-0.3101009;-0.09345376;0.1537228,0.07296516;-0.0008590866;-0.0327925,0.04155293;-0.3783729;-0.002848832,0.001596939;-0.7209814;0.05650558,0.003201048;-0.7214326;-0.03873176,-0.07163877;0.009326217;-0.03436435,-0.1424172;-0.3531009;0.05528507,-0.2000909;-0.595045;0.3015305,-0.1962242;-0.5973822;0.2069823,0.03549097;0.3857528;-0.09874184,126.619
+0;0;0,0.01563279;0.1964685;-0.03399651,0.03749147;0.4865322;-0.1070212,0.1380171;0.3547568;-0.04001722,0.1791838;0.1061183;0.08198351,0.2135423;-0.1497713;0.1903347,-0.08023308;0.355169;-0.04976355,-0.179777;0.114672;0.053446,-0.2697332;-0.1398098;0.1279235,0.07014653;-0.001034242;-0.03844989,0.0467803;-0.3782908;0.0006840974,0.01220652;-0.7203386;0.06631888,0.01497084;-0.718744;-0.02952211,-0.07013088;0.01099882;-0.03688748,-0.1385623;-0.3565508;0.0311158,-0.1935028;-0.6445739;0.2222289,-0.1880917;-0.6436775;0.1267108,0.03049955;0.3906836;-0.07937769,0;0;0,0.01751231;0.1940656;-0.04507621,0.0425275;0.4778202;-0.1388707,0.1491247;0.3628199;-0.07660971,0.1835297;0.1305148;0.07587182,0.2042102;-0.08876966;0.2487493,-0.08127788;0.361448;-0.0816453,-0.2026647;0.1396409;0.03863283,-0.3116053;-0.08782931;0.160244,0.07301177;-0.0009329746;-0.03268655,0.04234412;-0.3785734;-0.003579944,0.002353519;-0.721185;0.05573293,0.003889629;-0.722287;-0.039295,-0.07162733;0.009380684;-0.03437337,-0.1413312;-0.3534643;0.05442351,-0.1997205;-0.5892863;0.3063733,-0.1959148;-0.5923266;0.212066,0.03433758;0.384402;-0.1041438,126.6408
+0;0;0,0.01563279;0.1964685;-0.03399651,0.03749147;0.4865322;-0.1070212,0.1380171;0.3547568;-0.04001722,0.1791838;0.1061183;0.08198351,0.2135423;-0.1497713;0.1903347,-0.08023308;0.355169;-0.04976355,-0.179777;0.114672;0.053446,-0.2697332;-0.1398098;0.1279235,0.07014653;-0.001034242;-0.03844989,0.0467803;-0.3782908;0.0006840974,0.01220652;-0.7203386;0.06631888,0.01497084;-0.718744;-0.02952211,-0.07013088;0.01099882;-0.03688748,-0.1385623;-0.3565508;0.0311158,-0.1935028;-0.6445739;0.2222289,-0.1880917;-0.6436775;0.1267108,0.03049955;0.3906836;-0.07937769,0;0;0,0.01751231;0.1940656;-0.04507621,0.0425275;0.4778202;-0.1388707,0.1491247;0.3628199;-0.07660971,0.1835297;0.1305148;0.07587182,0.2042102;-0.08876966;0.2487493,-0.08127788;0.361448;-0.0816453,-0.2026647;0.1396409;0.03863283,-0.3116053;-0.08782931;0.160244,0.07301177;-0.0009329746;-0.03268655,0.04234412;-0.3785734;-0.003579944,0.002353519;-0.721185;0.05573293,0.003889629;-0.722287;-0.039295,-0.07162733;0.009380684;-0.03437337,-0.1413312;-0.3534643;0.05442351,-0.1997205;-0.5892863;0.3063733,-0.1959148;-0.5923266;0.212066,0.03433758;0.384402;-0.1041438,126.6527
+0;0;0,0.01563279;0.1964685;-0.03399651,0.03749147;0.4865322;-0.1070212,0.1380171;0.3547568;-0.04001722,0.1791838;0.1061183;0.08198351,0.2135423;-0.1497713;0.1903347,-0.08023308;0.355169;-0.04976355,-0.179777;0.114672;0.053446,-0.2697332;-0.1398098;0.1279235,0.07014653;-0.001034242;-0.03844989,0.0467803;-0.3782908;0.0006840974,0.01220652;-0.7203386;0.06631888,0.01497084;-0.718744;-0.02952211,-0.07013088;0.01099882;-0.03688748,-0.1385623;-0.3565508;0.0311158,-0.1935028;-0.6445739;0.2222289,-0.1880917;-0.6436775;0.1267108,0.03049955;0.3906836;-0.07937769,0;0;0,0.01765394;0.1939791;-0.04539216,0.0428676;0.477853;-0.1387861,0.1495299;0.3619324;-0.07804155,0.1840052;0.1314611;0.0771822,0.2044608;-0.08821931;0.2495832,-0.08121133;0.3612228;-0.08300191,-0.2029175;0.1408322;0.03953609,-0.3121627;-0.08459318;0.1646317,0.07303385;-0.0009565252;-0.03263652,0.04040455;-0.3785199;-0.004685838,0.002148874;-0.7213144;0.0547149,0.003546909;-0.722425;-0.04031232,-0.07162523;0.009393891;-0.03437414,-0.1414744;-0.3532952;0.05494402,-0.198604;-0.5857915;0.3102511,-0.1949483;-0.5888816;0.2159553,0.03459973;0.3843639;-0.1042691,126.6748
+0;0;0,0.01721298;0.195857;-0.03665697,0.04263172;0.4840474;-0.1156672,0.1425284;0.3543823;-0.0470736,0.1799553;0.1112363;0.08663972,0.2143382;-0.1406129;0.2040697,-0.07724029;0.3545764;-0.05827139,-0.1823659;0.1215087;0.0558693,-0.27429;-0.1301679;0.1371639,0.07013002;-0.001236288;-0.03847403,0.04592572;-0.3784337;0.0007207617,0.01144323;-0.7205539;0.06602593,0.01470252;-0.7197664;-0.02955654,-0.07012007;0.01116225;-0.03685891,-0.1401733;-0.3553503;0.03498168,-0.1969213;-0.6364704;0.2356086,-0.1909897;-0.6364943;0.1404068,0.03436702;0.388942;-0.0858904,0;0;0,0.01765394;0.1939791;-0.04539216,0.0428676;0.477853;-0.1387861,0.1495299;0.3619324;-0.07804155,0.1840052;0.1314611;0.0771822,0.2044608;-0.08821931;0.2495832,-0.08121133;0.3612228;-0.08300191,-0.2029175;0.1408322;0.03953609,-0.3121627;-0.08459318;0.1646317,0.07303385;-0.0009565252;-0.03263652,0.04040455;-0.3785199;-0.004685838,0.002148874;-0.7213144;0.0547149,0.003546909;-0.722425;-0.04031232,-0.07162523;0.009393891;-0.03437414,-0.1414744;-0.3532952;0.05494402,-0.198604;-0.5857915;0.3102511,-0.1949483;-0.5888816;0.2159553,0.03459973;0.3843639;-0.1042691,126.6859
+0;0;0,0.01721298;0.195857;-0.03665697,0.04263172;0.4840474;-0.1156672,0.1425284;0.3543823;-0.0470736,0.1799553;0.1112363;0.08663972,0.2143382;-0.1406129;0.2040697,-0.07724029;0.3545764;-0.05827139,-0.1823659;0.1215087;0.0558693,-0.27429;-0.1301679;0.1371639,0.07013002;-0.001236288;-0.03847403,0.04592572;-0.3784337;0.0007207617,0.01144323;-0.7205539;0.06602593,0.01470252;-0.7197664;-0.02955654,-0.07012007;0.01116225;-0.03685891,-0.1401733;-0.3553503;0.03498168,-0.1969213;-0.6364704;0.2356086,-0.1909897;-0.6364943;0.1404068,0.03436702;0.388942;-0.0858904,0;0;0,0.01769952;0.1937923;-0.04616573,0.04312866;0.4775657;-0.1398179,0.1498077;0.361742;-0.07941946,0.1873257;0.1333962;0.07822134,0.2057304;-0.07500365;0.2643147,-0.08114847;0.3612482;-0.08432383,-0.2038127;0.142669;0.04048254,-0.3136346;-0.08049528;0.1690782,0.07303789;-0.0009760481;-0.03262689,0.04058642;-0.3785878;-0.005127341,0.002264719;-0.7213787;0.05425169,0.00358852;-0.7226048;-0.04073873,-0.07164827;0.009405222;-0.03432298,-0.1411354;-0.3532771;0.05530445,-0.198129;-0.5781718;0.3173619,-0.1945556;-0.5814631;0.2231338,0.03477835;0.3840917;-0.1052795,126.7083
+0;0;0,0.01721298;0.195857;-0.03665697,0.04263172;0.4840474;-0.1156672,0.1425284;0.3543823;-0.0470736,0.1799553;0.1112363;0.08663972,0.2143382;-0.1406129;0.2040697,-0.07724029;0.3545764;-0.05827139,-0.1823659;0.1215087;0.0558693,-0.27429;-0.1301679;0.1371639,0.07013002;-0.001236288;-0.03847403,0.04592572;-0.3784337;0.0007207617,0.01144323;-0.7205539;0.06602593,0.01470252;-0.7197664;-0.02955654,-0.07012007;0.01116225;-0.03685891,-0.1401733;-0.3553503;0.03498168,-0.1969213;-0.6364704;0.2356086,-0.1909897;-0.6364943;0.1404068,0.03436702;0.388942;-0.0858904,0;0;0,0.01769952;0.1937923;-0.04616573,0.04312866;0.4775657;-0.1398179,0.1498077;0.361742;-0.07941946,0.1873257;0.1333962;0.07822134,0.2057304;-0.07500365;0.2643147,-0.08114847;0.3612482;-0.08432383,-0.2038127;0.142669;0.04048254,-0.3136346;-0.08049528;0.1690782,0.07303789;-0.0009760481;-0.03262689,0.04058642;-0.3785878;-0.005127341,0.002264719;-0.7213787;0.05425169,0.00358852;-0.7226048;-0.04073873,-0.07164827;0.009405222;-0.03432298,-0.1411354;-0.3532771;0.05530445,-0.198129;-0.5781718;0.3173619,-0.1945556;-0.5814631;0.2231338,0.03477835;0.3840917;-0.1052795,126.7304
+0;0;0,0.01717281;0.1956785;-0.03761662,0.04186193;0.4837669;-0.1172469,0.1411479;0.3534506;-0.04665619,0.1801174;0.1121003;0.08984075,0.2157161;-0.1348668;0.216884,-0.07711816;0.3539549;-0.05785685,-0.1804083;0.1211302;0.05843506,-0.2721629;-0.128164;0.1469423,0.07022186;-0.001235615;-0.03830618,0.04654775;-0.3784297;0.001242593,0.01140838;-0.7205341;0.06627987,0.01459229;-0.719916;-0.02925318,-0.07008037;0.01113453;-0.0369427,-0.1410952;-0.3545179;0.03825833,-0.200379;-0.6298071;0.2461075,-0.1945076;-0.6301665;0.1510084,0.03389709;0.3886704;-0.08736016,0;0;0,0.0177017;0.1935633;-0.04711581,0.04333236;0.4770882;-0.1414701,0.1500005;0.3616939;-0.08090133,0.1877104;0.1352856;0.07946462,0.2159835;-0.06951839;0.2682925,-0.08105137;0.3610591;-0.08568567,-0.2040322;0.1446707;0.04257895,-0.3143864;-0.07724367;0.1728707,0.07309864;-0.0009503097;-0.03249133,0.04090069;-0.3786422;-0.005805906,0.002936676;-0.7214818;0.0535218,0.004174779;-0.722884;-0.0414117,-0.07158224;0.009375174;-0.03446865,-0.1400073;-0.3534113;0.05555367,-0.1943792;-0.5703159;0.3248046,-0.1909317;-0.5738679;0.2306644,0.03489874;0.3836927;-0.1067401,126.7415
+0;0;0,0.01717281;0.1956785;-0.03761662,0.04186193;0.4837669;-0.1172469,0.1411479;0.3534506;-0.04665619,0.1801174;0.1121003;0.08984075,0.2157161;-0.1348668;0.216884,-0.07711816;0.3539549;-0.05785685,-0.1804083;0.1211302;0.05843506,-0.2721629;-0.128164;0.1469423,0.07022186;-0.001235615;-0.03830618,0.04654775;-0.3784297;0.001242593,0.01140838;-0.7205341;0.06627987,0.01459229;-0.719916;-0.02925318,-0.07008037;0.01113453;-0.0369427,-0.1410952;-0.3545179;0.03825833,-0.200379;-0.6298071;0.2461075,-0.1945076;-0.6301665;0.1510084,0.03389709;0.3886704;-0.08736016,0;0;0,0.0177017;0.1935633;-0.04711581,0.04333236;0.4770882;-0.1414701,0.1500005;0.3616939;-0.08090133,0.1877104;0.1352856;0.07946462,0.2159835;-0.06951839;0.2682925,-0.08105137;0.3610591;-0.08568567,-0.2040322;0.1446707;0.04257895,-0.3143864;-0.07724367;0.1728707,0.07309864;-0.0009503097;-0.03249133,0.04090069;-0.3786422;-0.005805906,0.002936676;-0.7214818;0.0535218,0.004174779;-0.722884;-0.0414117,-0.07158224;0.009375174;-0.03446865,-0.1400073;-0.3534113;0.05555367,-0.1943792;-0.5703159;0.3248046,-0.1909317;-0.5738679;0.2306644,0.03489874;0.3836927;-0.1067401,126.7531
+0;0;0,0.01717281;0.1956785;-0.03761662,0.04186193;0.4837669;-0.1172469,0.1411479;0.3534506;-0.04665619,0.1801174;0.1121003;0.08984075,0.2157161;-0.1348668;0.216884,-0.07711816;0.3539549;-0.05785685,-0.1804083;0.1211302;0.05843506,-0.2721629;-0.128164;0.1469423,0.07022186;-0.001235615;-0.03830618,0.04654775;-0.3784297;0.001242593,0.01140838;-0.7205341;0.06627987,0.01459229;-0.719916;-0.02925318,-0.07008037;0.01113453;-0.0369427,-0.1410952;-0.3545179;0.03825833,-0.200379;-0.6298071;0.2461075,-0.1945076;-0.6301665;0.1510084,0.03389709;0.3886704;-0.08736016,0;0;0,0.01789296;0.1933292;-0.04799633,0.04361577;0.4766677;-0.142886,0.1503502;0.3617534;-0.08225437,0.1891322;0.1369296;0.08007318,0.2174748;-0.06824216;0.2684909,-0.0808491;0.3607825;-0.08710624,-0.205109;0.1465919;0.04359124,-0.3165495;-0.07202095;0.1784595,0.0731781;-0.0008362603;-0.03231511,0.04098519;-0.3786627;-0.007600645,0.003812328;-0.7215447;0.05198206,0.005045595;-0.7231069;-0.04289848,-0.07154646;0.009244733;-0.03457801,-0.14207;-0.3527283;0.05708408,-0.1930482;-0.5632129;0.332034,-0.1896239;-0.5669982;0.2379764,0.03514709;0.3833369;-0.1079912,126.7749
+0;0;0,0.01728356;0.1954561;-0.03870668,0.04162566;0.4832253;-0.1196024,0.1402041;0.3526235;-0.04677242,0.1803866;0.1134848;0.09322067,0.2171346;-0.1288727;0.228544,-0.07774623;0.3525996;-0.06321657,-0.1837705;0.1256091;0.06182008,-0.2767469;-0.1209363;0.1565342,0.07030784;-0.001311303;-0.03814562,0.04703181;-0.3785274;0.001430497,0.0115961;-0.720653;0.06619453,0.0170143;-0.7204171;-0.02911939,-0.06995904;0.01122435;-0.03714494,-0.1417739;-0.3536212;0.04115169,-0.2012426;-0.6234484;0.2559929,-0.1931717;-0.6242815;0.161208,0.03381883;0.3882243;-0.08937226,0;0;0,0.01789296;0.1933292;-0.04799633,0.04361577;0.4766677;-0.142886,0.1503502;0.3617534;-0.08225437,0.1891322;0.1369296;0.08007318,0.2174748;-0.06824216;0.2684909,-0.0808491;0.3607825;-0.08710624,-0.205109;0.1465919;0.04359124,-0.3165495;-0.07202095;0.1784595,0.0731781;-0.0008362603;-0.03231511,0.04098519;-0.3786627;-0.007600645,0.003812328;-0.7215447;0.05198206,0.005045595;-0.7231069;-0.04289848,-0.07154646;0.009244733;-0.03457801,-0.14207;-0.3527283;0.05708408,-0.1930482;-0.5632129;0.332034,-0.1896239;-0.5669982;0.2379764,0.03514709;0.3833369;-0.1079912,126.7862
+0;0;0,0.01728356;0.1954561;-0.03870668,0.04162566;0.4832253;-0.1196024,0.1402041;0.3526235;-0.04677242,0.1803866;0.1134848;0.09322067,0.2171346;-0.1288727;0.228544,-0.07774623;0.3525996;-0.06321657,-0.1837705;0.1256091;0.06182008,-0.2767469;-0.1209363;0.1565342,0.07030784;-0.001311303;-0.03814562,0.04703181;-0.3785274;0.001430497,0.0115961;-0.720653;0.06619453,0.0170143;-0.7204171;-0.02911939,-0.06995904;0.01122435;-0.03714494,-0.1417739;-0.3536212;0.04115169,-0.2012426;-0.6234484;0.2559929,-0.1931717;-0.6242815;0.161208,0.03381883;0.3882243;-0.08937226,0;0;0,0.01789296;0.1933292;-0.04799633,0.04361577;0.4766677;-0.142886,0.1503502;0.3617534;-0.08225437,0.1891322;0.1369296;0.08007318,0.2174748;-0.06824216;0.2684909,-0.0808491;0.3607825;-0.08710624,-0.205109;0.1465919;0.04359124,-0.3165495;-0.07202095;0.1784595,0.0731781;-0.0008362603;-0.03231511,0.04098519;-0.3786627;-0.007600645,0.003812328;-0.7215447;0.05198206,0.005045595;-0.7231069;-0.04289848,-0.07154646;0.009244733;-0.03457801,-0.14207;-0.3527283;0.05708408,-0.1930482;-0.5632129;0.332034,-0.1896239;-0.5669982;0.2379764,0.03514709;0.3833369;-0.1079912,126.7978
+0;0;0,0.01728356;0.1954561;-0.03870668,0.04162566;0.4832253;-0.1196024,0.1402041;0.3526235;-0.04677242,0.1803866;0.1134848;0.09322067,0.2171346;-0.1288727;0.228544,-0.07774623;0.3525996;-0.06321657,-0.1837705;0.1256091;0.06182008,-0.2767469;-0.1209363;0.1565342,0.07030784;-0.001311303;-0.03814562,0.04703181;-0.3785274;0.001430497,0.0115961;-0.720653;0.06619453,0.0170143;-0.7204171;-0.02911939,-0.06995904;0.01122435;-0.03714494,-0.1417739;-0.3536212;0.04115169,-0.2012426;-0.6234484;0.2559929,-0.1931717;-0.6242815;0.161208,0.03381883;0.3882243;-0.08937226,0;0;0,0.01847011;0.1930653;-0.04883279,0.0445294;0.4762898;-0.1439699,0.1512403;0.3616738;-0.08337235,0.191446;0.1386524;0.08108121,0.2200451;-0.06122395;0.2750697,-0.08019096;0.3608788;-0.08852109,-0.2062578;0.1498699;0.04557739,-0.3149568;-0.06763898;0.1844098,0.07317586;-0.0008378167;-0.03232013,0.04184272;-0.3787981;-0.008566862,0.00502798;-0.7217224;0.05099493,0.00629268;-0.7234156;-0.04384149,-0.07162511;0.009208417;-0.03442453,-0.1395233;-0.3533983;0.0567138,-0.1868989;-0.5556993;0.3383693,-0.1834974;-0.5596967;0.2443874,0.03596272;0.3829997;-0.1089903,126.8198
+0;0;0,0.0172433;0.1952344;-0.03982686,0.04136273;0.4825595;-0.1223517,0.1396268;0.351606;-0.04836081,0.1800731;0.1162685;0.09785925,0.2153516;-0.1243402;0.2366502,-0.0778245;0.3514271;-0.06604888,-0.1848534;0.1277355;0.06397743,-0.2787175;-0.1145754;0.1682607,0.07040701;-0.001489797;-0.03795566,0.04666173;-0.3786591;0.001786388,0.0111162;-0.7208562;0.06611107,0.01711107;-0.7209241;-0.02907286,-0.06983251;0.01136844;-0.0373387,-0.1436768;-0.351872;0.04634765,-0.2079053;-0.6156471;0.2672488,-0.1991978;-0.6168956;0.1726565,0.03366802;0.3877213;-0.09158613,0;0;0,0.01847011;0.1930653;-0.04883279,0.0445294;0.4762898;-0.1439699,0.1512403;0.3616738;-0.08337235,0.191446;0.1386524;0.08108121,0.2200451;-0.06122395;0.2750697,-0.08019096;0.3608788;-0.08852109,-0.2062578;0.1498699;0.04557739,-0.3149568;-0.06763898;0.1844098,0.07317586;-0.0008378167;-0.03232013,0.04184272;-0.3787981;-0.008566862,0.00502798;-0.7217224;0.05099493,0.00629268;-0.7234156;-0.04384149,-0.07162511;0.009208417;-0.03442453,-0.1395233;-0.3533983;0.0567138,-0.1868989;-0.5556993;0.3383693,-0.1834974;-0.5596967;0.2443874,0.03596272;0.3829997;-0.1089903,126.8311
+0;0;0,0.0172433;0.1952344;-0.03982686,0.04136273;0.4825595;-0.1223517,0.1396268;0.351606;-0.04836081,0.1800731;0.1162685;0.09785925,0.2153516;-0.1243402;0.2366502,-0.0778245;0.3514271;-0.06604888,-0.1848534;0.1277355;0.06397743,-0.2787175;-0.1145754;0.1682607,0.07040701;-0.001489797;-0.03795566,0.04666173;-0.3786591;0.001786388,0.0111162;-0.7208562;0.06611107,0.01711107;-0.7209241;-0.02907286,-0.06983251;0.01136844;-0.0373387,-0.1436768;-0.351872;0.04634765,-0.2079053;-0.6156471;0.2672488,-0.1991978;-0.6168956;0.1726565,0.03366802;0.3877213;-0.09158613,0;0;0,0.01851156;0.1928817;-0.04953765,0.04449446;0.4759051;-0.1452911,0.1513629;0.3617464;-0.08476262,0.1934759;0.1405842;0.08171189,0.2200345;-0.05829369;0.2770123,-0.08028499;0.3608932;-0.0897719,-0.2064101;0.1512695;0.04642782,-0.3139938;-0.06398468;0.1895759,0.07317776;-0.0007592705;-0.03231776,0.04245041;-0.3788297;-0.009544902,0.005812198;-0.7217726;0.0500184,0.006959596;-0.7235988;-0.04477492,-0.07162708;0.009119351;-0.03444415,-0.1384488;-0.3537401;0.05648355,-0.1878505;-0.5473515;0.3438407,-0.1845469;-0.5515685;0.2499349,0.03595403;0.3826911;-0.1101027,126.8421
+0;0;0,0.0172433;0.1952344;-0.03982686,0.04136273;0.4825595;-0.1223517,0.1396268;0.351606;-0.04836081,0.1800731;0.1162685;0.09785925,0.2153516;-0.1243402;0.2366502,-0.0778245;0.3514271;-0.06604888,-0.1848534;0.1277355;0.06397743,-0.2787175;-0.1145754;0.1682607,0.07040701;-0.001489797;-0.03795566,0.04666173;-0.3786591;0.001786388,0.0111162;-0.7208562;0.06611107,0.01711107;-0.7209241;-0.02907286,-0.06983251;0.01136844;-0.0373387,-0.1436768;-0.351872;0.04634765,-0.2079053;-0.6156471;0.2672488,-0.1991978;-0.6168956;0.1726565,0.03366802;0.3877213;-0.09158613,0;0;0,0.01851156;0.1928817;-0.04953765,0.04449446;0.4759051;-0.1452911,0.1513629;0.3617464;-0.08476262,0.1934759;0.1405842;0.08171189,0.2200345;-0.05829369;0.2770123,-0.08028499;0.3608932;-0.0897719,-0.2064101;0.1512695;0.04642782,-0.3139938;-0.06398468;0.1895759,0.07317776;-0.0007592705;-0.03231776,0.04245041;-0.3788297;-0.009544902,0.005812198;-0.7217726;0.0500184,0.006959596;-0.7235988;-0.04477492,-0.07162708;0.009119351;-0.03444415,-0.1384488;-0.3537401;0.05648355,-0.1878505;-0.5473515;0.3438407,-0.1845469;-0.5515685;0.2499349,0.03595403;0.3826911;-0.1101027,126.8645
+0;0;0,0.01861487;0.194516;-0.04262625,0.04638467;0.4792143;-0.1327035,0.144931;0.3513884;-0.05839478,0.1815237;0.1246676;0.1017885,0.2136049;-0.09629259;0.2707482,-0.07442546;0.352629;-0.07026692,-0.1826499;0.1320721;0.06405414,-0.2766581;-0.1070264;0.1753842,0.07044871;-0.001633044;-0.03787232,0.04676122;-0.3787309;0.002576616,0.0112418;-0.7210283;0.06638008,0.01472683;-0.7218721;-0.02868051,-0.0697675;0.01150666;-0.03741782,-0.1448083;-0.3499755;0.05257965,-0.2097116;-0.610043;0.2776405,-0.2034641;-0.6121756;0.1831499,0.03732662;0.3854465;-0.09915438,0;0;0,0.01833586;0.1927177;-0.05023606,0.04421362;0.4754805;-0.1467856,0.1511185;0.3617115;-0.08579183,0.1950356;0.1426976;0.08304,0.2221636;-0.05717897;0.2772394,-0.08055504;0.3606589;-0.09101228,-0.206778;0.1523448;0.04709271,-0.313396;-0.06163301;0.1928531,0.07323152;-0.0007042334;-0.03219704,0.04247975;-0.3788445;-0.01064924,0.006451827;-0.7217523;0.04948558,0.007608394;-0.7237381;-0.04525393,-0.07159872;0.009052084;-0.03452078,-0.137182;-0.3538925;0.05696716,-0.1873582;-0.541616;0.3480724,-0.1840414;-0.5460467;0.2542453,0.03570239;0.3823614;-0.1113399,126.887
+0;0;0,0.01861487;0.194516;-0.04262625,0.04638467;0.4792143;-0.1327035,0.144931;0.3513884;-0.05839478,0.1815237;0.1246676;0.1017885,0.2136049;-0.09629259;0.2707482,-0.07442546;0.352629;-0.07026692,-0.1826499;0.1320721;0.06405414,-0.2766581;-0.1070264;0.1753842,0.07044871;-0.001633044;-0.03787232,0.04676122;-0.3787309;0.002576616,0.0112418;-0.7210283;0.06638008,0.01472683;-0.7218721;-0.02868051,-0.0697675;0.01150666;-0.03741782,-0.1448083;-0.3499755;0.05257965,-0.2097116;-0.610043;0.2776405,-0.2034641;-0.6121756;0.1831499,0.03732662;0.3854465;-0.09915438,0;0;0,0.01833586;0.1927177;-0.05023606,0.04421362;0.4754805;-0.1467856,0.1511185;0.3617115;-0.08579183,0.1950356;0.1426976;0.08304,0.2221636;-0.05717897;0.2772394,-0.08055504;0.3606589;-0.09101228,-0.206778;0.1523448;0.04709271,-0.313396;-0.06163301;0.1928531,0.07323152;-0.0007042334;-0.03219704,0.04247975;-0.3788445;-0.01064924,0.006451827;-0.7217523;0.04948558,0.007608394;-0.7237381;-0.04525393,-0.07159872;0.009052084;-0.03452078,-0.137182;-0.3538925;0.05696716,-0.1873582;-0.541616;0.3480724,-0.1840414;-0.5460467;0.2542453,0.03570239;0.3823614;-0.1113399,126.898
+0;0;0,0.01861487;0.194516;-0.04262625,0.04638467;0.4792143;-0.1327035,0.144931;0.3513884;-0.05839478,0.1815237;0.1246676;0.1017885,0.2136049;-0.09629259;0.2707482,-0.07442546;0.352629;-0.07026692,-0.1826499;0.1320721;0.06405414,-0.2766581;-0.1070264;0.1753842,0.07044871;-0.001633044;-0.03787232,0.04676122;-0.3787309;0.002576616,0.0112418;-0.7210283;0.06638008,0.01472683;-0.7218721;-0.02868051,-0.0697675;0.01150666;-0.03741782,-0.1448083;-0.3499755;0.05257965,-0.2097116;-0.610043;0.2776405,-0.2034641;-0.6121756;0.1831499,0.03732662;0.3854465;-0.09915438,0;0;0,0.01809519;0.1926104;-0.05073277,0.04351408;0.4752184;-0.1478556,0.1507085;0.3619746;-0.08687291,0.1969642;0.1453051;0.0843426,0.2316332;-0.04601012;0.2858284,-0.08114653;0.3608497;-0.0917889,-0.2066639;0.1539686;0.04908562,-0.3135064;-0.05830313;0.1971578,0.0732132;-0.0005705977;-0.03224129,0.04230254;-0.3787184;-0.01105641,0.006685741;-0.7216454;0.04921378,0.007624492;-0.7237304;-0.04549459,-0.07169921;0.008881118;-0.0343562,-0.1392505;-0.3531439;0.05931731,-0.1903634;-0.5389857;0.351465,-0.1872285;-0.5435418;0.2576777,0.03516567;0.3821565;-0.1122215,126.9204
+0;0;0,0.01932584;0.1939499;-0.04483258,0.04757532;0.4778181;-0.1373866,0.145971;0.3504841;-0.06202679,0.1819752;0.1285306;0.1048275,0.2260579;-0.08505924;0.2804295,-0.07350635;0.3524997;-0.07399249,-0.1826679;0.1356619;0.06552508,-0.2781304;-0.09957206;0.1836432,0.07052489;-0.001845162;-0.03772049,0.0475569;-0.3789279;0.003280696,0.01147005;-0.7212617;0.06656802,0.01491374;-0.7225885;-0.02833601,-0.06958367;0.01184999;-0.03765222,-0.1461371;-0.346955;0.0613353,-0.2129921;-0.6000343;0.293674,-0.2067585;-0.6027873;0.1993958,0.03845402;0.3842728;-0.1032387,0;0;0,0.01809519;0.1926104;-0.05073277,0.04351408;0.4752184;-0.1478556,0.1507085;0.3619746;-0.08687291,0.1969642;0.1453051;0.0843426,0.2316332;-0.04601012;0.2858284,-0.08114653;0.3608497;-0.0917889,-0.2066639;0.1539686;0.04908562,-0.3135064;-0.05830313;0.1971578,0.0732132;-0.0005705977;-0.03224129,0.04230254;-0.3787184;-0.01105641,0.006685741;-0.7216454;0.04921378,0.007624492;-0.7237304;-0.04549459,-0.07169921;0.008881118;-0.0343562,-0.1392505;-0.3531439;0.05931731,-0.1903634;-0.5389857;0.351465,-0.1872285;-0.5435418;0.2576777,0.03516567;0.3821565;-0.1122215,126.9314
+0;0;0,0.01932584;0.1939499;-0.04483258,0.04757532;0.4778181;-0.1373866,0.145971;0.3504841;-0.06202679,0.1819752;0.1285306;0.1048275,0.2260579;-0.08505924;0.2804295,-0.07350635;0.3524997;-0.07399249,-0.1826679;0.1356619;0.06552508,-0.2781304;-0.09957206;0.1836432,0.07052489;-0.001845162;-0.03772049,0.0475569;-0.3789279;0.003280696,0.01147005;-0.7212617;0.06656802,0.01491374;-0.7225885;-0.02833601,-0.06958367;0.01184999;-0.03765222,-0.1461371;-0.346955;0.0613353,-0.2129921;-0.6000343;0.293674,-0.2067585;-0.6027873;0.1993958,0.03845402;0.3842728;-0.1032387,0;0;0,0.01785541;0.1924823;-0.05130069,0.04287079;0.4749505;-0.1489345,0.15028;0.362401;-0.08762113,0.1984571;0.1479592;0.0858542,0.2341897;-0.04463203;0.2859337,-0.0816789;0.3609364;-0.09256139,-0.2068131;0.1555862;0.05087066,-0.3127171;-0.05396824;0.2034199,0.07321684;-0.0003803491;-0.03223584,0.04286072;-0.3786072;-0.01167091,0.007509887;-0.7215686;0.04855998,0.008382769;-0.723763;-0.04611189,-0.07171892;0.008699716;-0.03436149,-0.1385607;-0.3532245;0.06020582,-0.1897806;-0.5385954;0.3526339,-0.1867078;-0.5432677;0.2588875,0.03466341;0.3819386;-0.1131374,126.9426
+0;0;0,0.01932584;0.1939499;-0.04483258,0.04757532;0.4778181;-0.1373866,0.145971;0.3504841;-0.06202679,0.1819752;0.1285306;0.1048275,0.2260579;-0.08505924;0.2804295,-0.07350635;0.3524997;-0.07399249,-0.1826679;0.1356619;0.06552508,-0.2781304;-0.09957206;0.1836432,0.07052489;-0.001845162;-0.03772049,0.0475569;-0.3789279;0.003280696,0.01147005;-0.7212617;0.06656802,0.01491374;-0.7225885;-0.02833601,-0.06958367;0.01184999;-0.03765222,-0.1461371;-0.346955;0.0613353,-0.2129921;-0.6000343;0.293674,-0.2067585;-0.6027873;0.1993958,0.03845402;0.3842728;-0.1032387,0;0;0,0.01785541;0.1924823;-0.05130069,0.04287079;0.4749505;-0.1489345,0.15028;0.362401;-0.08762113,0.1984571;0.1479592;0.0858542,0.2341897;-0.04463203;0.2859337,-0.0816789;0.3609364;-0.09256139,-0.2068131;0.1555862;0.05087066,-0.3127171;-0.05396824;0.2034199,0.07321684;-0.0003803491;-0.03223584,0.04286072;-0.3786072;-0.01167091,0.007509887;-0.7215686;0.04855998,0.008382769;-0.723763;-0.04611189,-0.07171892;0.008699716;-0.03436149,-0.1385607;-0.3532245;0.06020582,-0.1897806;-0.5385954;0.3526339,-0.1867078;-0.5432677;0.2588875,0.03466341;0.3819386;-0.1131374,126.9541
+0;0;0,0.01964801;0.1935964;-0.04619959,0.04828395;0.4767894;-0.1406888,0.1468613;0.3497512;-0.06542008,0.1827559;0.1330266;0.1081945,0.2264047;-0.07989486;0.2847143,-0.07311161;0.3519725;-0.07721409,-0.1835286;0.1381167;0.06587256,-0.2808037;-0.09054554;0.1949119,0.07066002;-0.001995683;-0.03745903,0.04818289;-0.3790817;0.003783084,0.01237172;-0.7215635;0.066423,0.01568454;-0.7232262;-0.02837414,-0.0694608;0.01197753;-0.03783829,-0.1462014;-0.3467026;0.06145646,-0.2159908;-0.5966349;0.2963251,-0.2098921;-0.5999144;0.2022226,0.03906028;0.3834774;-0.1059352,0;0;0,0.01749957;0.1923845;-0.05178792,0.04203634;0.4747251;-0.1499124,0.1496702;0.3628184;-0.08827522,0.1999048;0.1500572;0.08667952,0.2532914;-0.02668239;0.297186,-0.08239545;0.3608796;-0.09351404,-0.2063934;0.1568357;0.05274116,-0.3120065;-0.05125375;0.2074819,0.07322482;-0.0002294102;-0.03221914,0.04329917;-0.3785217;-0.0122344,0.008078307;-0.7214956;0.04800227,0.008981407;-0.723788;-0.04663593,-0.07174095;0.008548139;-0.03435355,-0.1381935;-0.3531632;0.06129678,-0.1895042;-0.5382966;0.3538593,-0.1863996;-0.5430748;0.2601532,0.03399176;0.3817583;-0.1139614,126.976
+0;0;0,0.01964801;0.1935964;-0.04619959,0.04828395;0.4767894;-0.1406888,0.1468613;0.3497512;-0.06542008,0.1827559;0.1330266;0.1081945,0.2264047;-0.07989486;0.2847143,-0.07311161;0.3519725;-0.07721409,-0.1835286;0.1381167;0.06587256,-0.2808037;-0.09054554;0.1949119,0.07066002;-0.001995683;-0.03745903,0.04818289;-0.3790817;0.003783084,0.01237172;-0.7215635;0.066423,0.01568454;-0.7232262;-0.02837414,-0.0694608;0.01197753;-0.03783829,-0.1462014;-0.3467026;0.06145646,-0.2159908;-0.5966349;0.2963251,-0.2098921;-0.5999144;0.2022226,0.03906028;0.3834774;-0.1059352,0;0;0,0.01749957;0.1923845;-0.05178792,0.04203634;0.4747251;-0.1499124,0.1496702;0.3628184;-0.08827522,0.1999048;0.1500572;0.08667952,0.2532914;-0.02668239;0.297186,-0.08239545;0.3608796;-0.09351404,-0.2063934;0.1568357;0.05274116,-0.3120065;-0.05125375;0.2074819,0.07322482;-0.0002294102;-0.03221914,0.04329917;-0.3785217;-0.0122344,0.008078307;-0.7214956;0.04800227,0.008981407;-0.723788;-0.04663593,-0.07174095;0.008548139;-0.03435355,-0.1381935;-0.3531632;0.06129678,-0.1895042;-0.5382966;0.3538593,-0.1863996;-0.5430748;0.2601532,0.03399176;0.3817583;-0.1139614,126.9986
+0;0;0,0.01964801;0.1935964;-0.04619959,0.04828395;0.4767894;-0.1406888,0.1468613;0.3497512;-0.06542008,0.1827559;0.1330266;0.1081945,0.2264047;-0.07989486;0.2847143,-0.07311161;0.3519725;-0.07721409,-0.1835286;0.1381167;0.06587256,-0.2808037;-0.09054554;0.1949119,0.07066002;-0.001995683;-0.03745903,0.04818289;-0.3790817;0.003783084,0.01237172;-0.7215635;0.066423,0.01568454;-0.7232262;-0.02837414,-0.0694608;0.01197753;-0.03783829,-0.1462014;-0.3467026;0.06145646,-0.2159908;-0.5966349;0.2963251,-0.2098921;-0.5999144;0.2022226,0.03906028;0.3834774;-0.1059352,0;0;0,0.01743287;0.1922749;-0.05221543,0.04183131;0.4745559;-0.1505473,0.1495184;0.3626411;-0.08888738,0.2016158;0.1519531;0.08802062,0.2558897;-0.02247262;0.3002234,-0.08258674;0.3607577;-0.09426699,-0.2060318;0.1581035;0.05436877,-0.3106527;-0.04847075;0.2117904,0.07320058;-3.809904E-05;-0.03227497,0.04313321;-0.3783422;-0.01273091,0.008583266;-0.7214059;0.04738213,0.00939656;-0.7237654;-0.04723394,-0.0717962;0.008345089;-0.03428797,-0.1379838;-0.3529227;0.06320456,-0.1893502;-0.5378926;0.3558607,-0.1863302;-0.542747;0.2621801,0.03383648;0.3816074;-0.1145382,127.0097
+0;0;0,0.01961129;0.1933891;-0.04707478,0.0477197;0.476397;-0.1422799,0.145501;0.3486822;-0.06478836,0.1830252;0.1342381;0.111296,0.2224889;-0.07412276;0.2941302,-0.07334343;0.3502226;-0.0797675,-0.1854888;0.1400011;0.06730506,-0.2863743;-0.08225717;0.2045033,0.0706291;-0.002085673;-0.0375124,0.04876785;-0.3791938;0.003858209,0.01266197;-0.7216889;0.06625625,0.0172225;-0.7236282;-0.02839619,-0.06943283;0.01202015;-0.03787608,-0.1462869;-0.3462444;0.06282119,-0.2185558;-0.591424;0.3019115,-0.2112078;-0.5950455;0.20802,0.03871486;0.3831385;-0.1073263,0;0;0,0.01743287;0.1922749;-0.05221543,0.04183131;0.4745559;-0.1505473,0.1495184;0.3626411;-0.08888738,0.2016158;0.1519531;0.08802062,0.2558897;-0.02247262;0.3002234,-0.08258674;0.3607577;-0.09426699,-0.2060318;0.1581035;0.05436877,-0.3106527;-0.04847075;0.2117904,0.07320058;-3.809904E-05;-0.03227497,0.04313321;-0.3783422;-0.01273091,0.008583266;-0.7214059;0.04738213,0.00939656;-0.7237654;-0.04723394,-0.0717962;0.008345089;-0.03428797,-0.1379838;-0.3529227;0.06320456,-0.1893502;-0.5378926;0.3558607,-0.1863302;-0.542747;0.2621801,0.03383648;0.3816074;-0.1145382,127.0209
+0;0;0,0.01961129;0.1933891;-0.04707478,0.0477197;0.476397;-0.1422799,0.145501;0.3486822;-0.06478836,0.1830252;0.1342381;0.111296,0.2224889;-0.07412276;0.2941302,-0.07334343;0.3502226;-0.0797675,-0.1854888;0.1400011;0.06730506,-0.2863743;-0.08225717;0.2045033,0.0706291;-0.002085673;-0.0375124,0.04876785;-0.3791938;0.003858209,0.01266197;-0.7216889;0.06625625,0.0172225;-0.7236282;-0.02839619,-0.06943283;0.01202015;-0.03787608,-0.1462869;-0.3462444;0.06282119,-0.2185558;-0.591424;0.3019115,-0.2112078;-0.5950455;0.20802,0.03871486;0.3831385;-0.1073263,0;0;0,0.01701478;0.1921607;-0.05277088,0.04083314;0.4742495;-0.1517942,0.1486905;0.3624363;-0.08975841,0.2031611;0.1537075;0.08875006,0.2606286;-0.01980303;0.3008623,-0.08325932;0.3601704;-0.09492511,-0.2049079;0.1576786;0.05540355,-0.3096931;-0.04600233;0.2164443,0.07317281;9.128178E-05;-0.03233778,0.04405075;-0.3783003;-0.01305857,0.009523887;-0.7213712;0.04702707,0.01017351;-0.7238513;-0.04754895,-0.07184912;0.008210259;-0.03420957,-0.1370182;-0.3530042;0.06416238,-0.1883966;-0.5379373;0.3568397,-0.1855367;-0.5429152;0.2632001,0.0330367;0.3813725;-0.1155578,127.0323
+0;0;0,0.01961129;0.1933891;-0.04707478,0.0477197;0.476397;-0.1422799,0.145501;0.3486822;-0.06478836,0.1830252;0.1342381;0.111296,0.2224889;-0.07412276;0.2941302,-0.07334343;0.3502226;-0.0797675,-0.1854888;0.1400011;0.06730506,-0.2863743;-0.08225717;0.2045033,0.0706291;-0.002085673;-0.0375124,0.04876785;-0.3791938;0.003858209,0.01266197;-0.7216889;0.06625625,0.0172225;-0.7236282;-0.02839619,-0.06943283;0.01202015;-0.03787608,-0.1462869;-0.3462444;0.06282119,-0.2185558;-0.591424;0.3019115,-0.2112078;-0.5950455;0.20802,0.03871486;0.3831385;-0.1073263,0;0;0,0.01701478;0.1921607;-0.05277088,0.04083314;0.4742495;-0.1517942,0.1486905;0.3624363;-0.08975841,0.2031611;0.1537075;0.08875006,0.2606286;-0.01980303;0.3008623,-0.08325932;0.3601704;-0.09492511,-0.2049079;0.1576786;0.05540355,-0.3096931;-0.04600233;0.2164443,0.07317281;9.128178E-05;-0.03233778,0.04405075;-0.3783003;-0.01305857,0.009523887;-0.7213712;0.04702707,0.01017351;-0.7238513;-0.04754895,-0.07184912;0.008210259;-0.03420957,-0.1370182;-0.3530042;0.06416238,-0.1883966;-0.5379373;0.3568397,-0.1855367;-0.5429152;0.2632001,0.0330367;0.3813725;-0.1155578,127.0542
+0;0;0,0.01959453;0.1931993;-0.04785485,0.04754184;0.475944;-0.1438903,0.1447169;0.3479966;-0.0647769,0.1850494;0.141643;0.1201325,0.2241874;-0.06137106;0.3089538,-0.07357645;0.3491775;-0.08243583,-0.1870461;0.1422516;0.06825034,-0.289218;-0.07605547;0.2107387,0.07065561;-0.002141165;-0.0374593,0.04990214;-0.3793339;0.003709711,0.01315877;-0.7217445;0.06619883,0.01874949;-0.7239389;-0.02831183,-0.06938604;0.01202141;-0.03796133,-0.1481058;-0.3444571;0.06751977,-0.21917;-0.5817006;0.3148361,-0.2108274;-0.5856924;0.2211614,0.03859329;0.3827727;-0.1086905,0;0;0,0.01672482;0.1920764;-0.05316903,0.04019713;0.4740925;-0.1524837,0.1481524;0.3623063;-0.09029181,0.2055071;0.1558443;0.08994094,0.2641894;-0.01746485;0.3018851,-0.0837203;0.35981;-0.09541871,-0.2048233;0.158032;0.05630376,-0.3082757;-0.04470208;0.2193881,0.07317287;0.0002610894;-0.0323367,0.04404455;-0.3781453;-0.01336025,0.01022682;-0.7212968;0.04666822,0.010762;-0.7238463;-0.04788466,-0.0719106;0.008009469;-0.03412792,-0.1359849;-0.3531054;0.06532335,-0.1873737;-0.5380194;0.3580109,-0.1846242;-0.5430686;0.2643946,0.03251415;0.3812385;-0.116164,127.0658

+ 115 - 0
DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_TwoArmsPlusLeg_Backward_None_Fast.csv

@@ -0,0 +1,115 @@
+Demo_SpineBase,Demo_SpineMid,Demo_Neck,Demo_ShoulderLeft,Demo_ElbowLeft,Demo_WristLeft,Demo_ShoulderRight,Demo_ElbowRight,Demo_WristRight,Demo_HipLeft,Demo_KneeLeft,Demo_AnkleLeft,Demo_FootLeft,Demo_HipRight,Demo_KneeRight,Demo_AnkleRight,Demo_FootRight,Demo_SpineShoulder,Body_SpineBase,Body_SpineMid,Body_Neck,Body_ShoulderLeft,Body_ElbowLeft,Body_WristLeft,Body_ShoulderRight,Body_ElbowRight,Body_WristRight,Body_HipLeft,Body_KneeLeft,Body_AnkleLeft,Body_FootLeft,Body_HipRight,Body_KneeRight,Body_AnkleRight,Body_FootRight,Body_SpineShoulder,time
+0;0;0,0.002774069;0.1999564;0.003121259,0.006746806;0.4996396;-0.008626321,0.1211067;0.3704381;0.01104665,0.1672322;0.09440127;0.01976888,0.2293164;-0.1726772;-0.03692888,-0.1089448;0.3640747;-0.006587058,-0.1681115;0.09043577;-0.01117447,-0.2173299;-0.1789726;-0.06945547,0.07101912;0.003527971;-0.0366584,0.07212283;-0.3732227;0.01291675,0.06426939;-0.7141765;0.09158599,0.06844828;-0.7055917;-0.006004602,-0.06883678;0.007633297;-0.04004035,-0.1139687;-0.3682853;-0.00766211,-0.1392807;-0.7070391;0.0766298,-0.1325325;-0.6982571;-0.02085998,0.005493625;0.3998754;-0.001878663,0;0;0,0.003291283;0.1998342;0.007446553,0.008989133;0.4996516;0.001702208,0.1215521;0.3660836;0.0171736,0.1570731;0.08873856;0.03193755,0.2150697;-0.1797237;-0.02250912,-0.1068043;0.3614801;0.003289964,-0.1710027;0.08895293;0.0005578678,-0.2228913;-0.1731167;-0.08326992,0.07388698;0.002990168;-0.03052496,0.05954132;-0.3739423;0.01547602,0.04986402;-0.7157696;0.09004422,0.04802069;-0.7705855;0.03710207,-0.07026674;0.006916812;-0.03761306,-0.09665864;-0.3701071;0.001838651,-0.1177504;-0.7082674;0.08960396,-0.1129169;-0.7623358;0.03566753,0.006860198;0.3998011;0.006738539,88.99945
+0;0;0,0.002774069;0.1999564;0.003121259,0.006746806;0.4996396;-0.008626321,0.1211067;0.3704381;0.01104665,0.1672322;0.09440127;0.01976888,0.2293164;-0.1726772;-0.03692888,-0.1089448;0.3640747;-0.006587058,-0.1681115;0.09043577;-0.01117447,-0.2173299;-0.1789726;-0.06945547,0.07101912;0.003527971;-0.0366584,0.07212283;-0.3732227;0.01291675,0.06426939;-0.7141765;0.09158599,0.06844828;-0.7055917;-0.006004602,-0.06883678;0.007633297;-0.04004035,-0.1139687;-0.3682853;-0.00766211,-0.1392807;-0.7070391;0.0766298,-0.1325325;-0.6982571;-0.02085998,0.005493625;0.3998754;-0.001878663,0;0;0,0.003334144;0.1998312;0.007508306,0.008988298;0.4996556;0.002040667,0.1215839;0.3660583;0.01741715,0.157654;0.0887534;0.03159253,0.2158171;-0.1795157;-0.02362305,-0.1066827;0.3612386;0.003497504,-0.17104;0.08875063;0.0005926783,-0.2234061;-0.1732274;-0.08322442,0.07386386;0.002935166;-0.03058618,0.05937843;-0.3739519;0.01574173,0.04960727;-0.7157164;0.09058553,0.04819246;-0.7707912;0.03804716,-0.07030141;0.006967618;-0.03753882,-0.09665452;-0.3700775;0.001736309,-0.1179124;-0.7081053;0.08997056,-0.1130896;-0.7625888;0.03668556,0.006900377;0.3997987;0.006963576,89.01499
+0;0;0,0.002774069;0.1999564;0.003121259,0.006746806;0.4996396;-0.008626321,0.1211067;0.3704381;0.01104665,0.1672322;0.09440127;0.01976888,0.2293164;-0.1726772;-0.03692888,-0.1089448;0.3640747;-0.006587058,-0.1681115;0.09043577;-0.01117447,-0.2173299;-0.1789726;-0.06945547,0.07101912;0.003527971;-0.0366584,0.07212283;-0.3732227;0.01291675,0.06426939;-0.7141765;0.09158599,0.06844828;-0.7055917;-0.006004602,-0.06883678;0.007633297;-0.04004035,-0.1139687;-0.3682853;-0.00766211,-0.1392807;-0.7070391;0.0766298,-0.1325325;-0.6982571;-0.02085998,0.005493625;0.3998754;-0.001878663,0;0;0,0.003312927;0.1998287;0.007583125,0.008844854;0.4996613;0.002391651,0.121562;0.3662188;0.01753848,0.1580279;0.08893865;0.03117443,0.2163666;-0.1791948;-0.02451273,-0.1067009;0.361065;0.00364117,-0.1711304;0.08859438;0.0007085036,-0.2239526;-0.1732626;-0.08320068,0.07386397;0.002971946;-0.03058236,0.05914072;-0.3739165;0.01565963,0.04954455;-0.715624;0.09078546,0.05341649;-0.7055547;-0.00713174,-0.07027737;0.006936565;-0.03758956,-0.09708698;-0.3700641;0.001802348,-0.1184422;-0.7079378;0.09060169,-0.1133037;-0.7623165;0.03718032,0.006820446;0.3997976;0.007201894,89.03127
+0;0;0,0.002759945;0.1999588;0.002979736,0.0067248;0.4996334;-0.008969379,0.1210866;0.3705873;0.01106807,0.1668466;0.09450069;0.02013491,0.2288764;-0.1725976;-0.0365291,-0.1089769;0.3641337;-0.007146431,-0.1688406;0.09063569;-0.01104388,-0.2183621;-0.1787451;-0.0691957,0.07103602;0.003483333;-0.0366299,0.07164764;-0.3732781;0.01287188,0.06379403;-0.7142477;0.09147262,0.06818409;-0.7056836;-0.006104179,-0.06877475;0.00768414;-0.0401371,-0.1142865;-0.3682094;-0.008001477,-0.1399117;-0.7068875;0.07649986,-0.1329511;-0.6981238;-0.02097102,0.005467226;0.399875;-0.002137239,0;0;0,0.003312927;0.1998287;0.007583125,0.008844854;0.4996613;0.002391651,0.121562;0.3662188;0.01753848,0.1580279;0.08893865;0.03117443,0.2163666;-0.1791948;-0.02451273,-0.1067009;0.361065;0.00364117,-0.1711304;0.08859438;0.0007085036,-0.2239526;-0.1732626;-0.08320068,0.07386397;0.002971946;-0.03058236,0.05914072;-0.3739165;0.01565963,0.04954455;-0.715624;0.09078546,0.05341649;-0.7055547;-0.00713174,-0.07027737;0.006936565;-0.03758956,-0.09708698;-0.3700641;0.001802348,-0.1184422;-0.7079378;0.09060169,-0.1133037;-0.7623165;0.03718032,0.006820446;0.3997976;0.007201894,89.05351
+0;0;0,0.002759945;0.1999588;0.002979736,0.0067248;0.4996334;-0.008969379,0.1210866;0.3705873;0.01106807,0.1668466;0.09450069;0.02013491,0.2288764;-0.1725976;-0.0365291,-0.1089769;0.3641337;-0.007146431,-0.1688406;0.09063569;-0.01104388,-0.2183621;-0.1787451;-0.0691957,0.07103602;0.003483333;-0.0366299,0.07164764;-0.3732781;0.01287188,0.06379403;-0.7142477;0.09147262,0.06818409;-0.7056836;-0.006104179,-0.06877475;0.00768414;-0.0401371,-0.1142865;-0.3682094;-0.008001477,-0.1399117;-0.7068875;0.07649986,-0.1329511;-0.6981238;-0.02097102,0.005467226;0.399875;-0.002137239,0;0;0,0.00394496;0.1998278;0.007301284,0.01100807;0.499628;0.001910661,0.1233351;0.3668175;0.01754394,0.1595676;0.0895007;0.03105647,0.2185134;-0.1781995;-0.02605737,-0.1055573;0.3624722;0.003772211,-0.1701954;0.09005275;0.0006788268,-0.2232961;-0.1715427;-0.08386767,0.07384067;0.00299568;-0.03063626,0.05891553;-0.373852;0.01587273,0.04916731;-0.7154964;0.09126559,0.04850535;-0.7707482;0.03899991,-0.07031539;0.006924135;-0.03752069,-0.09716191;-0.3700697;0.001911677,-0.1187128;-0.7078804;0.09090324,-0.1145454;-0.7627108;0.0381165,0.008459246;0.399776;0.006714179,89.07545
+0;0;0,0.002759945;0.1999588;0.002979736,0.0067248;0.4996334;-0.008969379,0.1210866;0.3705873;0.01106807,0.1668466;0.09450069;0.02013491,0.2288764;-0.1725976;-0.0365291,-0.1089769;0.3641337;-0.007146431,-0.1688406;0.09063569;-0.01104388,-0.2183621;-0.1787451;-0.0691957,0.07103602;0.003483333;-0.0366299,0.07164764;-0.3732781;0.01287188,0.06379403;-0.7142477;0.09147262,0.06818409;-0.7056836;-0.006104179,-0.06877475;0.00768414;-0.0401371,-0.1142865;-0.3682094;-0.008001477,-0.1399117;-0.7068875;0.07649986,-0.1329511;-0.6981238;-0.02097102,0.005467226;0.399875;-0.002137239,0;0;0,0.00394496;0.1998278;0.007301284,0.01100807;0.499628;0.001910661,0.1233351;0.3668175;0.01754394,0.1595676;0.0895007;0.03105647,0.2185134;-0.1781995;-0.02605737,-0.1055573;0.3624722;0.003772211,-0.1701954;0.09005275;0.0006788268,-0.2232961;-0.1715427;-0.08386767,0.07384067;0.00299568;-0.03063626,0.05891553;-0.373852;0.01587273,0.04916731;-0.7154964;0.09126559,0.04850535;-0.7707482;0.03899991,-0.07031539;0.006924135;-0.03752069,-0.09716191;-0.3700697;0.001911677,-0.1187128;-0.7078804;0.09090324,-0.1145454;-0.7627108;0.0381165,0.008459246;0.399776;0.006714179,89.087
+0;0;0,0.003079979;0.1999571;0.002770202,0.007732221;0.4996045;-0.009577069,0.1218444;0.3708467;0.01117029,0.1674714;0.09475732;0.02080415,0.2299293;-0.1724862;-0.03469263,-0.1083277;0.3644489;-0.007565585,-0.168899;0.0910987;-0.01084721,-0.2189372;-0.1781566;-0.06913739,0.07102207;0.003403167;-0.03666448,0.07090801;-0.3733731;0.01272831,0.06281663;-0.7143062;0.0914629,0.06738213;-0.7057778;-0.006097995,-0.06879095;0.007751834;-0.04009631,-0.1145863;-0.3681611;-0.008595772,-0.1407401;-0.7067431;0.07612833,-0.1336053;-0.6980123;-0.02132279,0.006220009;0.3998607;-0.002584164,0;0;0,0.00394496;0.1998278;0.007301284,0.01100807;0.499628;0.001910661,0.1233351;0.3668175;0.01754394,0.1595676;0.0895007;0.03105647,0.2185134;-0.1781995;-0.02605737,-0.1055573;0.3624722;0.003772211,-0.1701954;0.09005275;0.0006788268,-0.2232961;-0.1715427;-0.08386767,0.07384067;0.00299568;-0.03063626,0.05891553;-0.373852;0.01587273,0.04916731;-0.7154964;0.09126559,0.04850535;-0.7707482;0.03899991,-0.07031539;0.006924135;-0.03752069,-0.09716191;-0.3700697;0.001911677,-0.1187128;-0.7078804;0.09090324,-0.1145454;-0.7627108;0.0381165,0.008459246;0.399776;0.006714179,89.09843
+0;0;0,0.003079979;0.1999571;0.002770202,0.007732221;0.4996045;-0.009577069,0.1218444;0.3708467;0.01117029,0.1674714;0.09475732;0.02080415,0.2299293;-0.1724862;-0.03469263,-0.1083277;0.3644489;-0.007565585,-0.168899;0.0910987;-0.01084721,-0.2189372;-0.1781566;-0.06913739,0.07102207;0.003403167;-0.03666448,0.07090801;-0.3733731;0.01272831,0.06281663;-0.7143062;0.0914629,0.06738213;-0.7057778;-0.006097995,-0.06879095;0.007751834;-0.04009631,-0.1145863;-0.3681611;-0.008595772,-0.1407401;-0.7067431;0.07612833,-0.1336053;-0.6980123;-0.02132279,0.006220009;0.3998607;-0.002584164,0;0;0,0.003573684;0.1998258;0.007541365,0.010291;0.4996376;0.002414402,0.1226933;0.3667258;0.0177008,0.1592316;0.08943713;0.03096521,0.2181498;-0.1779575;-0.02759033,-0.1061026;0.3621998;0.004063912,-0.1707359;0.08978161;0.0007622712,-0.2246863;-0.1716497;-0.08375402,0.07385861;0.002974838;-0.03059503,0.05799524;-0.3737721;0.01641639,0.04802631;-0.7154925;0.09143525,0.04720736;-0.7702582;0.0383871,-0.07032029;0.006944691;-0.03750772,-0.09802242;-0.3699615;0.002169907,-0.1197543;-0.7076876;0.09143822,-0.1163436;-0.7619243;0.03765589,0.007819129;0.3997804;0.007150237,89.12048
+0;0;0,0.002942522;0.1999594;0.002755891,0.007416922;0.4996121;-0.009530927,0.1216511;0.3710902;0.01110507,0.1666526;0.09491283;0.021151,0.2288515;-0.1724252;-0.0341812,-0.1085311;0.3642963;-0.007790086,-0.1696709;0.09106606;-0.01046916,-0.2203811;-0.1780375;-0.06887959,0.07100943;0.003289083;-0.03669934,0.07062176;-0.3734868;0.01269459,0.06223586;-0.714422;0.09138943,0.06687598;-0.7058936;-0.006167948,-0.06875076;0.007877145;-0.04014079,-0.1148988;-0.368018;-0.00894523,-0.1415495;-0.7065344;0.07588668,-0.1343383;-0.6978025;-0.02155903,0.005956666;0.399866;-0.002560747,0;0;0,0.003573684;0.1998258;0.007541365,0.010291;0.4996376;0.002414402,0.1226933;0.3667258;0.0177008,0.1592316;0.08943713;0.03096521,0.2181498;-0.1779575;-0.02759033,-0.1061026;0.3621998;0.004063912,-0.1707359;0.08978161;0.0007622712,-0.2246863;-0.1716497;-0.08375402,0.07385861;0.002974838;-0.03059503,0.05799524;-0.3737721;0.01641639,0.04802631;-0.7154925;0.09143525,0.04720736;-0.7702582;0.0383871,-0.07032029;0.006944691;-0.03750772,-0.09802242;-0.3699615;0.002169907,-0.1197543;-0.7076876;0.09143822,-0.1163436;-0.7619243;0.03765589,0.007819129;0.3997804;0.007150237,89.13175
+0;0;0,0.002942522;0.1999594;0.002755891,0.007416922;0.4996121;-0.009530927,0.1216511;0.3710902;0.01110507,0.1666526;0.09491283;0.021151,0.2288515;-0.1724252;-0.0341812,-0.1085311;0.3642963;-0.007790086,-0.1696709;0.09106606;-0.01046916,-0.2203811;-0.1780375;-0.06887959,0.07100943;0.003289083;-0.03669934,0.07062176;-0.3734868;0.01269459,0.06223586;-0.714422;0.09138943,0.06687598;-0.7058936;-0.006167948,-0.06875076;0.007877145;-0.04014079,-0.1148988;-0.368018;-0.00894523,-0.1415495;-0.7065344;0.07588668,-0.1343383;-0.6978025;-0.02155903,0.005956666;0.399866;-0.002560747,0;0;0,0.00333113;0.1998253;0.007664953,0.009716963;0.499648;0.002780143,0.1222218;0.3667052;0.01780012,0.1590113;0.0894202;0.03043251,0.2178875;-0.1779179;-0.02842273,-0.1064968;0.3619565;0.004157287,-0.1711105;0.08953074;0.001115158,-0.2258012;-0.171748;-0.0833974,0.0738669;0.002979856;-0.03057453,0.05741083;-0.3736987;0.01678062,0.0472558;-0.715372;0.09198855,0.05105343;-0.7052724;-0.00593771,-0.07032388;0.006936617;-0.03750246,-0.09862755;-0.3699128;0.002289873,-0.1204119;-0.7076298;0.09157959,-0.1175415;-0.7620329;0.03802702,0.007337296;0.399785;0.00744235,89.14301
+0;0;0,0.002942522;0.1999594;0.002755891,0.007416922;0.4996121;-0.009530927,0.1216511;0.3710902;0.01110507,0.1666526;0.09491283;0.021151,0.2288515;-0.1724252;-0.0341812,-0.1085311;0.3642963;-0.007790086,-0.1696709;0.09106606;-0.01046916,-0.2203811;-0.1780375;-0.06887959,0.07100943;0.003289083;-0.03669934,0.07062176;-0.3734868;0.01269459,0.06223586;-0.714422;0.09138943,0.06687598;-0.7058936;-0.006167948,-0.06875076;0.007877145;-0.04014079,-0.1148988;-0.368018;-0.00894523,-0.1415495;-0.7065344;0.07588668,-0.1343383;-0.6978025;-0.02155903,0.005956666;0.399866;-0.002560747,0;0;0,0.003941113;0.1998216;0.007471133,0.01130738;0.4996245;0.002566772,0.1237406;0.3675472;0.01795927,0.1599034;0.09016582;0.0302816,0.2185258;-0.1771611;-0.02887703,-0.1056183;0.3632275;0.00444223,-0.1700461;0.09075961;0.001232389,-0.2255419;-0.1704799;-0.08287545,0.07387238;0.002978778;-0.03056138,0.05671785;-0.3736065;0.01728461,0.04643115;-0.7152629;0.09255163,0.05016075;-0.7051708;-0.005375728,-0.07033971;0.006932835;-0.03747347,-0.09908827;-0.3698775;0.002370369,-0.1210487;-0.7074647;0.09210673,-0.1180787;-0.7609385;0.03712212,0.00865115;0.3997659;0.007171445,89.16497
+0;0;0,0.002942522;0.1999594;0.002755891,0.007416922;0.4996121;-0.009530927,0.1216511;0.3710902;0.01110507,0.1666526;0.09491283;0.021151,0.2288515;-0.1724252;-0.0341812,-0.1085311;0.3642963;-0.007790086,-0.1696709;0.09106606;-0.01046916,-0.2203811;-0.1780375;-0.06887959,0.07100943;0.003289083;-0.03669934,0.07062176;-0.3734868;0.01269459,0.06223586;-0.714422;0.09138943,0.06687598;-0.7058936;-0.006167948,-0.06875076;0.007877145;-0.04014079,-0.1148988;-0.368018;-0.00894523,-0.1415495;-0.7065344;0.07588668,-0.1343383;-0.6978025;-0.02155903,0.005956666;0.399866;-0.002560747,0;0;0,0.003941113;0.1998216;0.007471133,0.01130738;0.4996245;0.002566772,0.1237406;0.3675472;0.01795927,0.1599034;0.09016582;0.0302816,0.2185258;-0.1771611;-0.02887703,-0.1056183;0.3632275;0.00444223,-0.1700461;0.09075961;0.001232389,-0.2255419;-0.1704799;-0.08287545,0.07387238;0.002978778;-0.03056138,0.05671785;-0.3736065;0.01728461,0.04643115;-0.7152629;0.09255163,0.05016075;-0.7051708;-0.005375728,-0.07033971;0.006932835;-0.03747347,-0.09908827;-0.3698775;0.002370369,-0.1210487;-0.7074647;0.09210673,-0.1180787;-0.7609385;0.03712212,0.00865115;0.3997659;0.007171445,89.17725
+0;0;0,0.00256916;0.1999654;0.002688779,0.006563925;0.4996251;-0.009591741,0.1210198;0.3712639;0.01071698,0.1652311;0.09498122;0.0213605,0.2278543;-0.1723911;-0.03332363,-0.1091222;0.36401;-0.008387482,-0.1719208;0.09115013;-0.01034745,-0.2230673;-0.1778978;-0.06863317,0.07105973;0.00315885;-0.03661333,0.06938917;-0.3736424;0.0125598,0.06067972;-0.7145939;0.0911485,0.06541121;-0.7060726;-0.006402932,-0.06877056;0.007960385;-0.04009043,-0.1153744;-0.3679503;-0.009771239,-0.1430002;-0.7062805;0.07549022,-0.1356948;-0.6975522;-0.02194768,0.005247066;0.3998769;-0.002623128,0;0;0,0.003941113;0.1998216;0.007471133,0.01130738;0.4996245;0.002566772,0.1237406;0.3675472;0.01795927,0.1599034;0.09016582;0.0302816,0.2185258;-0.1771611;-0.02887703,-0.1056183;0.3632275;0.00444223,-0.1700461;0.09075961;0.001232389,-0.2255419;-0.1704799;-0.08287545,0.07387238;0.002978778;-0.03056138,0.05671785;-0.3736065;0.01728461,0.04643115;-0.7152629;0.09255163,0.05016075;-0.7051708;-0.005375728,-0.07033971;0.006932835;-0.03747347,-0.09908827;-0.3698775;0.002370369,-0.1210487;-0.7074647;0.09210673,-0.1180787;-0.7609385;0.03712212,0.00865115;0.3997659;0.007171445,89.19847
+0;0;0,0.00256916;0.1999654;0.002688779,0.006563925;0.4996251;-0.009591741,0.1210198;0.3712639;0.01071698,0.1652311;0.09498122;0.0213605,0.2278543;-0.1723911;-0.03332363,-0.1091222;0.36401;-0.008387482,-0.1719208;0.09115013;-0.01034745,-0.2230673;-0.1778978;-0.06863317,0.07105973;0.00315885;-0.03661333,0.06938917;-0.3736424;0.0125598,0.06067972;-0.7145939;0.0911485,0.06541121;-0.7060726;-0.006402932,-0.06877056;0.007960385;-0.04009043,-0.1153744;-0.3679503;-0.009771239,-0.1430002;-0.7062805;0.07549022,-0.1356948;-0.6975522;-0.02194768,0.005247066;0.3998769;-0.002623128,0;0;0,0.004271963;0.1998203;0.007322147,0.01197996;0.4996128;0.002250442,0.1244581;0.3679961;0.01777966,0.161022;0.09065405;0.02980033,0.2191572;-0.1767903;-0.02930827,-0.1052291;0.3638655;0.004445044,-0.1694273;0.09134218;0.001342418,-0.2252786;-0.1703048;-0.08124995,0.07389428;0.002996887;-0.03050662,0.05641515;-0.3735679;0.01738298,0.0459663;-0.7151779;0.09283808,0.04961738;-0.7051004;-0.005089276,-0.07032892;0.006907958;-0.0374983,-0.09943797;-0.3699062;0.002045766,-0.1213551;-0.7076262;0.09129159,-0.1204163;-0.7582318;0.03211497,0.009251278;0.3997578;0.006890798,89.21005
+0;0;0,0.00256916;0.1999654;0.002688779,0.006563925;0.4996251;-0.009591741,0.1210198;0.3712639;0.01071698,0.1652311;0.09498122;0.0213605,0.2278543;-0.1723911;-0.03332363,-0.1091222;0.36401;-0.008387482,-0.1719208;0.09115013;-0.01034745,-0.2230673;-0.1778978;-0.06863317,0.07105973;0.00315885;-0.03661333,0.06938917;-0.3736424;0.0125598,0.06067972;-0.7145939;0.0911485,0.06541121;-0.7060726;-0.006402932,-0.06877056;0.007960385;-0.04009043,-0.1153744;-0.3679503;-0.009771239,-0.1430002;-0.7062805;0.07549022,-0.1356948;-0.6975522;-0.02194768,0.005247066;0.3998769;-0.002623128,0;0;0,0.004271963;0.1998203;0.007322147,0.01197996;0.4996128;0.002250442,0.1244581;0.3679961;0.01777966,0.161022;0.09065405;0.02980033,0.2191572;-0.1767903;-0.02930827,-0.1052291;0.3638655;0.004445044,-0.1694273;0.09134218;0.001342418,-0.2252786;-0.1703048;-0.08124995,0.07389428;0.002996887;-0.03050662,0.05641515;-0.3735679;0.01738298,0.0459663;-0.7151779;0.09283808,0.04961738;-0.7051004;-0.005089276,-0.07032892;0.006907958;-0.0374983,-0.09943797;-0.3699062;0.002045766,-0.1213551;-0.7076262;0.09129159,-0.1204163;-0.7582318;0.03211497,0.009251278;0.3997578;0.006890798,89.22147
+0;0;0,0.003251485;0.1999608;0.002261896,0.008595889;0.4995642;-0.0108046,0.1226699;0.3717739;0.01019597,0.1661924;0.09542909;0.0219998,0.2272169;-0.1722793;-0.03284759,-0.107909;0.3651081;-0.009273848,-0.1709051;0.09228674;-0.009349958,-0.2238572;-0.1762666;-0.06830082,0.07108047;0.002996694;-0.03658671,0.06746382;-0.3738782;0.01191349,0.0579977;-0.7148747;0.09021861,0.06283719;-0.7064096;-0.007315129,-0.06876;0.008077379;-0.04008513,-0.1172256;-0.3676771;-0.01076581,-0.1456129;-0.7060838;0.07394031,-0.138198;-0.6974156;-0.02347617,0.006809415;0.3998453;-0.003528116,0;0;0,0.004271963;0.1998203;0.007322147,0.01197996;0.4996128;0.002250442,0.1244581;0.3679961;0.01777966,0.161022;0.09065405;0.02980033,0.2191572;-0.1767903;-0.02930827,-0.1052291;0.3638655;0.004445044,-0.1694273;0.09134218;0.001342418,-0.2252786;-0.1703048;-0.08124995,0.07389428;0.002996887;-0.03050662,0.05641515;-0.3735679;0.01738298,0.0459663;-0.7151779;0.09283808,0.04961738;-0.7051004;-0.005089276,-0.07032892;0.006907958;-0.0374983,-0.09943797;-0.3699062;0.002045766,-0.1213551;-0.7076262;0.09129159,-0.1204163;-0.7582318;0.03211497,0.009251278;0.3997578;0.006890798,89.23236
+0;0;0,0.003251485;0.1999608;0.002261896,0.008595889;0.4995642;-0.0108046,0.1226699;0.3717739;0.01019597,0.1661924;0.09542909;0.0219998,0.2272169;-0.1722793;-0.03284759,-0.107909;0.3651081;-0.009273848,-0.1709051;0.09228674;-0.009349958,-0.2238572;-0.1762666;-0.06830082,0.07108047;0.002996694;-0.03658671,0.06746382;-0.3738782;0.01191349,0.0579977;-0.7148747;0.09021861,0.06283719;-0.7064096;-0.007315129,-0.06876;0.008077379;-0.04008513,-0.1172256;-0.3676771;-0.01076581,-0.1456129;-0.7060838;0.07394031,-0.138198;-0.6974156;-0.02347617,0.006809415;0.3998453;-0.003528116,0;0;0,0.00471318;0.1998133;0.007240061,0.01325049;0.4995842;0.002161205,0.1256047;0.3684735;0.01752931,0.1619499;0.09109911;0.02946505,0.2191557;-0.176502;-0.02984015,-0.104426;0.3644655;0.004361895,-0.1686903;0.09195495;0.001520541,-0.2246366;-0.1703736;-0.07881442,0.0739079;0.002982542;-0.03047501,0.05689956;-0.3736292;0.01721437,0.04574153;-0.7151862;0.09280743,0.04932681;-0.7051117;-0.00512173,-0.07032137;0.006917274;-0.03751076,-0.09932167;-0.3699391;0.001709897,-0.1212824;-0.7076256;0.0910718,-0.1208118;-0.7587827;0.03264831,0.01024795;0.3997362;0.006783281,89.25459
+0;0;0,0.003251485;0.1999608;0.002261896,0.008595889;0.4995642;-0.0108046,0.1226699;0.3717739;0.01019597,0.1661924;0.09542909;0.0219998,0.2272169;-0.1722793;-0.03284759,-0.107909;0.3651081;-0.009273848,-0.1709051;0.09228674;-0.009349958,-0.2238572;-0.1762666;-0.06830082,0.07108047;0.002996694;-0.03658671,0.06746382;-0.3738782;0.01191349,0.0579977;-0.7148747;0.09021861,0.06283719;-0.7064096;-0.007315129,-0.06876;0.008077379;-0.04008513,-0.1172256;-0.3676771;-0.01076581,-0.1456129;-0.7060838;0.07394031,-0.138198;-0.6974156;-0.02347617,0.006809415;0.3998453;-0.003528116,0;0;0,0.005217868;0.19981;0.006979928,0.01473069;0.4995371;0.001189043,0.1269554;0.3692481;0.01704295,0.1623177;0.09174895;0.0290323,0.2195571;-0.1758669;-0.03017413,-0.103521;0.3652509;0.004006112,-0.1679564;0.09277672;0.001583423,-0.2241454;-0.1699156;-0.07738195,0.07388941;0.003024913;-0.03051563,0.05643488;-0.3735929;0.01696425,0.04518515;-0.7151424;0.09257805,0.04870745;-0.7051116;-0.005344495,-0.07032883;0.006870305;-0.03750538,-0.09970108;-0.3700182;0.001124851,-0.1218096;-0.7078495;0.08990121,-0.1212854;-0.759698;0.03245075,0.01140552;0.3997123;0.006081854,89.27688
+0;0;0,0.00426057;0.1999442;0.002046342,0.01137006;0.4994942;-0.01137898,0.1248648;0.3718665;0.009881118,0.1673332;0.09540939;0.02283963,0.2273869;-0.1727265;-0.03098123,-0.1059928;0.3659384;-0.009762539,-0.1698161;0.09331504;-0.008007923,-0.2247193;-0.1749496;-0.06648658,0.07097178;0.002840331;-0.03680949,0.06615212;-0.3740432;0.01151808,0.05577374;-0.715162;0.08917262,0.0606575;-0.7067332;-0.008350886,-0.06885503;0.008206177;-0.03989541,-0.1185181;-0.3674741;-0.01164834,-0.1479106;-0.7058507;0.07283447,-0.1404479;-0.6972136;-0.02457158,0.008985131;0.3997979;-0.003965563,0;0;0,0.005217868;0.19981;0.006979928,0.01473069;0.4995371;0.001189043,0.1269554;0.3692481;0.01704295,0.1623177;0.09174895;0.0290323,0.2195571;-0.1758669;-0.03017413,-0.103521;0.3652509;0.004006112,-0.1679564;0.09277672;0.001583423,-0.2241454;-0.1699156;-0.07738195,0.07388941;0.003024913;-0.03051563,0.05643488;-0.3735929;0.01696425,0.04518515;-0.7151424;0.09257805,0.04870745;-0.7051116;-0.005344495,-0.07032883;0.006870305;-0.03750538,-0.09970108;-0.3700182;0.001124851,-0.1218096;-0.7078495;0.08990121,-0.1212854;-0.759698;0.03245075,0.01140552;0.3997123;0.006081854,89.28822
+0;0;0,0.00426057;0.1999442;0.002046342,0.01137006;0.4994942;-0.01137898,0.1248648;0.3718665;0.009881118,0.1673332;0.09540939;0.02283963,0.2273869;-0.1727265;-0.03098123,-0.1059928;0.3659384;-0.009762539,-0.1698161;0.09331504;-0.008007923,-0.2247193;-0.1749496;-0.06648658,0.07097178;0.002840331;-0.03680949,0.06615212;-0.3740432;0.01151808,0.05577374;-0.715162;0.08917262,0.0606575;-0.7067332;-0.008350886,-0.06885503;0.008206177;-0.03989541,-0.1185181;-0.3674741;-0.01164834,-0.1479106;-0.7058507;0.07283447,-0.1404479;-0.6972136;-0.02457158,0.008985131;0.3997979;-0.003965563,0;0;0,0.005217868;0.19981;0.006979928,0.01473069;0.4995371;0.001189043,0.1269554;0.3692481;0.01704295,0.1623177;0.09174895;0.0290323,0.2195571;-0.1758669;-0.03017413,-0.103521;0.3652509;0.004006112,-0.1679564;0.09277672;0.001583423,-0.2241454;-0.1699156;-0.07738195,0.07388941;0.003024913;-0.03051563,0.05643488;-0.3735929;0.01696425,0.04518515;-0.7151424;0.09257805,0.04870745;-0.7051116;-0.005344495,-0.07032883;0.006870305;-0.03750538,-0.09970108;-0.3700182;0.001124851,-0.1218096;-0.7078495;0.08990121,-0.1212854;-0.759698;0.03245075,0.01140552;0.3997123;0.006081854,89.29945
+0;0;0,0.00426057;0.1999442;0.002046342,0.01137006;0.4994942;-0.01137898,0.1248648;0.3718665;0.009881118,0.1673332;0.09540939;0.02283963,0.2273869;-0.1727265;-0.03098123,-0.1059928;0.3659384;-0.009762539,-0.1698161;0.09331504;-0.008007923,-0.2247193;-0.1749496;-0.06648658,0.07097178;0.002840331;-0.03680949,0.06615212;-0.3740432;0.01151808,0.05577374;-0.715162;0.08917262,0.0606575;-0.7067332;-0.008350886,-0.06885503;0.008206177;-0.03989541,-0.1185181;-0.3674741;-0.01164834,-0.1479106;-0.7058507;0.07283447,-0.1404479;-0.6972136;-0.02457158,0.008985131;0.3997979;-0.003965563,0;0;0,0.005914032;0.1998018;0.006652286,0.01663952;0.4994712;9.535765E-05,0.1285495;0.3696244;0.01646912,0.1632672;0.09205797;0.02877939,0.2202778;-0.1755991;-0.03046137,-0.1022478;0.365987;0.003590589,-0.166833;0.09354338;0.001783666,-0.2239325;-0.1694312;-0.07557284,0.07393093;0.003032962;-0.0304141,0.05598824;-0.3735914;0.01683138,0.04457448;-0.7151568;0.09234823,0.04802576;-0.7051821;-0.005565397,-0.07033367;0.006834317;-0.03750289,-0.09989978;-0.3701103;0.0004258491,-0.1221848;-0.7079229;0.08922894,-0.1221854;-0.7604753;0.03279212,0.01291443;0.3996745;0.005265122,89.32153
+0;0;0,0.004715238;0.1999376;0.001649382,0.01217057;0.4994536;-0.01233221,0.1256358;0.3721316;0.009296518,0.1663186;0.09550542;0.02422442,0.2262201;-0.1730617;-0.02757801,-0.1054753;0.3665649;-0.01020163,-0.1701194;0.09416056;-0.00607876,-0.2275263;-0.1738102;-0.06349088,0.07102589;0.002557863;-0.03672575,0.06395784;-0.3743069;0.01147192,0.05226977;-0.7154018;0.0890452,0.05712952;-0.7070014;-0.008473203,-0.06891745;0.00838895;-0.03974935,-0.1202349;-0.3671345;-0.01238816,-0.1508221;-0.705424;0.07201968,-0.1433854;-0.6968305;-0.02537876,0.009708204;0.3997735;-0.004728789,0;0;0,0.00624498;0.1998075;0.006162785,0.01736796;0.4994411;-0.001267443,0.1292628;0.3699975;0.01542457,0.1633042;0.09237882;0.02842706,0.219482;-0.1754798;-0.03069825,-0.101878;0.3668085;0.002997448,-0.1671386;0.09452254;0.001810937,-0.2248645;-0.1684474;-0.07509518,0.07393643;0.00289873;-0.03041385,0.05494677;-0.3737201;0.01646517,0.0433382;-0.7153791;0.09152751,0.04665524;-0.7054617;-0.006379008,-0.07033524;0.006950171;-0.03747865,-0.1004662;-0.3700965;-0.001037717,-0.1235377;-0.7077574;0.08814066,-0.1229817;-0.7604576;0.03192338,0.01352976;0.3996652;0.004213449,89.33276
+0;0;0,0.004715238;0.1999376;0.001649382,0.01217057;0.4994536;-0.01233221,0.1256358;0.3721316;0.009296518,0.1663186;0.09550542;0.02422442,0.2262201;-0.1730617;-0.02757801,-0.1054753;0.3665649;-0.01020163,-0.1701194;0.09416056;-0.00607876,-0.2275263;-0.1738102;-0.06349088,0.07102589;0.002557863;-0.03672575,0.06395784;-0.3743069;0.01147192,0.05226977;-0.7154018;0.0890452,0.05712952;-0.7070014;-0.008473203,-0.06891745;0.00838895;-0.03974935,-0.1202349;-0.3671345;-0.01238816,-0.1508221;-0.705424;0.07201968,-0.1433854;-0.6968305;-0.02537876,0.009708204;0.3997735;-0.004728789,0;0;0,0.00624498;0.1998075;0.006162785,0.01736796;0.4994411;-0.001267443,0.1292628;0.3699975;0.01542457,0.1633042;0.09237882;0.02842706,0.219482;-0.1754798;-0.03069825,-0.101878;0.3668085;0.002997448,-0.1671386;0.09452254;0.001810937,-0.2248645;-0.1684474;-0.07509518,0.07393643;0.00289873;-0.03041385,0.05494677;-0.3737201;0.01646517,0.0433382;-0.7153791;0.09152751,0.04665524;-0.7054617;-0.006379008,-0.07033524;0.006950171;-0.03747865,-0.1004662;-0.3700965;-0.001037717,-0.1235377;-0.7077574;0.08814066,-0.1229817;-0.7604576;0.03192338,0.01352976;0.3996652;0.004213449,89.34431
+0;0;0,0.005560328;0.1999185;0.001299483,0.01424412;0.4993742;-0.01324316,0.1273376;0.3720891;0.008353255,0.1670285;0.09544978;0.02553814,0.2269086;-0.1740395;-0.0212581,-0.1040098;0.3671988;-0.01069594,-0.1703696;0.09523481;-0.005041247,-0.2296878;-0.1727052;-0.06062451,0.07098237;0.002420646;-0.03681906,0.06191097;-0.3744364;0.0111021,0.04858301;-0.7156448;0.08790835,0.05331088;-0.7072647;-0.009612069,-0.06902824;0.008471071;-0.03953913,-0.1218607;-0.3669402;-0.01355582,-0.1534773;-0.7051792;0.07067439,-0.1461847;-0.6966365;-0.02672379,0.0113798;0.3997201;-0.005441988,0;0;0,0.006885504;0.1998012;0.005664922,0.0196209;0.4993314;-0.003085892,0.1310236;0.3704322;0.01448463,0.1654959;0.0928899;0.02797303,0.2197656;-0.1756622;-0.02977252,-0.1004028;0.3674331;0.002371462,-0.1663262;0.09530482;0.001845917,-0.224371;-0.16789;-0.07404417,0.07390877;0.002760608;-0.03049381,0.05460891;-0.373877;0.01610621,0.04289151;-0.7155751;0.09097378,0.04608411;-0.705742;-0.006919548,-0.07037395;0.007087595;-0.03738011,-0.1001283;-0.3701343;-0.002475969,-0.124229;-0.7076468;0.08699179,-0.1238028;-0.7608897;0.03158019,0.01520172;0.3996092;0.002909608,89.36612
+0;0;0,0.005560328;0.1999185;0.001299483,0.01424412;0.4993742;-0.01324316,0.1273376;0.3720891;0.008353255,0.1670285;0.09544978;0.02553814,0.2269086;-0.1740395;-0.0212581,-0.1040098;0.3671988;-0.01069594,-0.1703696;0.09523481;-0.005041247,-0.2296878;-0.1727052;-0.06062451,0.07098237;0.002420646;-0.03681906,0.06191097;-0.3744364;0.0111021,0.04858301;-0.7156448;0.08790835,0.05331088;-0.7072647;-0.009612069,-0.06902824;0.008471071;-0.03953913,-0.1218607;-0.3669402;-0.01355582,-0.1534773;-0.7051792;0.07067439,-0.1461847;-0.6966365;-0.02672379,0.0113798;0.3997201;-0.005441988,0;0;0,0.006885504;0.1998012;0.005664922,0.0196209;0.4993314;-0.003085892,0.1310236;0.3704322;0.01448463,0.1654959;0.0928899;0.02797303,0.2197656;-0.1756622;-0.02977252,-0.1004028;0.3674331;0.002371462,-0.1663262;0.09530482;0.001845917,-0.224371;-0.16789;-0.07404417,0.07390877;0.002760608;-0.03049381,0.05460891;-0.373877;0.01610621,0.04289151;-0.7155751;0.09097378,0.04608411;-0.705742;-0.006919548,-0.07037395;0.007087595;-0.03738011,-0.1001283;-0.3701343;-0.002475969,-0.124229;-0.7076468;0.08699179,-0.1238028;-0.7608897;0.03158019,0.01520172;0.3996092;0.002909608,89.37805
+0;0;0,0.005560328;0.1999185;0.001299483,0.01424412;0.4993742;-0.01324316,0.1273376;0.3720891;0.008353255,0.1670285;0.09544978;0.02553814,0.2269086;-0.1740395;-0.0212581,-0.1040098;0.3671988;-0.01069594,-0.1703696;0.09523481;-0.005041247,-0.2296878;-0.1727052;-0.06062451,0.07098237;0.002420646;-0.03681906,0.06191097;-0.3744364;0.0111021,0.04858301;-0.7156448;0.08790835,0.05331088;-0.7072647;-0.009612069,-0.06902824;0.008471071;-0.03953913,-0.1218607;-0.3669402;-0.01355582,-0.1534773;-0.7051792;0.07067439,-0.1461847;-0.6966365;-0.02672379,0.0113798;0.3997201;-0.005441988,0;0;0,0.007437842;0.1998005;0.00494252,0.02097203;0.499261;-0.004911409,0.1321875;0.3706829;0.01314177,0.1656537;0.09307462;0.0277599,0.218668;-0.1759019;-0.02917067,-0.0994252;0.3678454;0.001371876,-0.1661924;0.0959242;0.002367566,-0.2249193;-0.1673011;-0.0728892,0.07381892;0.002679255;-0.03071788,0.05399502;-0.3739837;0.0154564,0.04144763;-0.7157815;0.08973178,0.04452368;-0.7060431;-0.008145727,-0.07046891;0.007155344;-0.03718781,-0.1013039;-0.3701425;-0.004088953,-0.125749;-0.7076299;0.08537999,-0.1242704;-0.7622527;0.03211847,0.0163043;0.3995736;0.001462623,89.40022
+0;0;0,0.005560328;0.1999185;0.001299483,0.01424412;0.4993742;-0.01324316,0.1273376;0.3720891;0.008353255,0.1670285;0.09544978;0.02553814,0.2269086;-0.1740395;-0.0212581,-0.1040098;0.3671988;-0.01069594,-0.1703696;0.09523481;-0.005041247,-0.2296878;-0.1727052;-0.06062451,0.07098237;0.002420646;-0.03681906,0.06191097;-0.3744364;0.0111021,0.04858301;-0.7156448;0.08790835,0.05331088;-0.7072647;-0.009612069,-0.06902824;0.008471071;-0.03953913,-0.1218607;-0.3669402;-0.01355582,-0.1534773;-0.7051792;0.07067439,-0.1461847;-0.6966365;-0.02672379,0.0113798;0.3997201;-0.005441988,0;0;0,0.007437842;0.1998005;0.00494252,0.02097203;0.499261;-0.004911409,0.1321875;0.3706829;0.01314177,0.1656537;0.09307462;0.0277599,0.218668;-0.1759019;-0.02917067,-0.0994252;0.3678454;0.001371876,-0.1661924;0.0959242;0.002367566,-0.2249193;-0.1673011;-0.0728892,0.07381892;0.002679255;-0.03071788,0.05399502;-0.3739837;0.0154564,0.04144763;-0.7157815;0.08973178,0.04452368;-0.7060431;-0.008145727,-0.07046891;0.007155344;-0.03718781,-0.1013039;-0.3701425;-0.004088953,-0.125749;-0.7076299;0.08537999,-0.1242704;-0.7622527;0.03211847,0.0163043;0.3995736;0.001462623,89.41211
+0;0;0,0.005803497;0.1999154;0.0003775647,0.01498901;0.4992823;-0.01558257,0.1280015;0.372511;0.006629673,0.1673524;0.09604594;0.02708862,0.2246919;-0.1744287;-0.01713406,-0.1037228;0.3680608;-0.01188434,-0.1716003;0.09653419;-0.003764175,-0.2332719;-0.1710246;-0.05861773,0.07096034;0.002334991;-0.03686702,0.05924498;-0.3745199;0.01049522,0.04392711;-0.7158747;0.08627251,0.04849604;-0.7075824;-0.01123597,-0.06915762;0.008478792;-0.03931075,-0.1244061;-0.3666907;-0.01490959,-0.1573799;-0.7048949;0.06893966,-0.1502505;-0.6964595;-0.0284469,0.01194617;0.3996746;-0.007273314,0;0;0,0.007437842;0.1998005;0.00494252,0.02097203;0.499261;-0.004911409,0.1321875;0.3706829;0.01314177,0.1656537;0.09307462;0.0277599,0.218668;-0.1759019;-0.02917067,-0.0994252;0.3678454;0.001371876,-0.1661924;0.0959242;0.002367566,-0.2249193;-0.1673011;-0.0728892,0.07381892;0.002679255;-0.03071788,0.05399502;-0.3739837;0.0154564,0.04144763;-0.7157815;0.08973178,0.04452368;-0.7060431;-0.008145727,-0.07046891;0.007155344;-0.03718781,-0.1013039;-0.3701425;-0.004088953,-0.125749;-0.7076299;0.08537999,-0.1242704;-0.7622527;0.03211847,0.0163043;0.3995736;0.001462623,89.42329
+0;0;0,0.005803497;0.1999154;0.0003775647,0.01498901;0.4992823;-0.01558257,0.1280015;0.372511;0.006629673,0.1673524;0.09604594;0.02708862,0.2246919;-0.1744287;-0.01713406,-0.1037228;0.3680608;-0.01188434,-0.1716003;0.09653419;-0.003764175,-0.2332719;-0.1710246;-0.05861773,0.07096034;0.002334991;-0.03686702,0.05924498;-0.3745199;0.01049522,0.04392711;-0.7158747;0.08627251,0.04849604;-0.7075824;-0.01123597,-0.06915762;0.008478792;-0.03931075,-0.1244061;-0.3666907;-0.01490959,-0.1573799;-0.7048949;0.06893966,-0.1502505;-0.6964595;-0.0284469,0.01194617;0.3996746;-0.007273314,0;0;0,0.007961046;0.1997923;0.004432069,0.02206632;0.4992081;-0.005988857,0.1332699;0.3710939;0.01173556,0.1670436;0.09362909;0.02824611,0.2193148;-0.1761366;-0.02555167,-0.09869067;0.368508;0.0003396454,-0.1665224;0.09686846;0.003623074,-0.2258634;-0.1664183;-0.07093365,0.07376634;0.002542132;-0.03085554,0.05333141;-0.3741277;0.01499509,0.03978375;-0.716033;0.08859651,0.04274641;-0.7063526;-0.009272486,-0.07054368;0.007265163;-0.0370244,-0.1021192;-0.3701162;-0.005619518,-0.1277492;-0.7077206;0.0830733,-0.1249212;-0.7602333;0.02664939,0.01722727;0.39954;0.0005580892,89.44599
+0;0;0,0.005803497;0.1999154;0.0003775647,0.01498901;0.4992823;-0.01558257,0.1280015;0.372511;0.006629673,0.1673524;0.09604594;0.02708862,0.2246919;-0.1744287;-0.01713406,-0.1037228;0.3680608;-0.01188434,-0.1716003;0.09653419;-0.003764175,-0.2332719;-0.1710246;-0.05861773,0.07096034;0.002334991;-0.03686702,0.05924498;-0.3745199;0.01049522,0.04392711;-0.7158747;0.08627251,0.04849604;-0.7075824;-0.01123597,-0.06915762;0.008478792;-0.03931075,-0.1244061;-0.3666907;-0.01490959,-0.1573799;-0.7048949;0.06893966,-0.1502505;-0.6964595;-0.0284469,0.01194617;0.3996746;-0.007273314,0;0;0,0.007961046;0.1997923;0.004432069,0.02206632;0.4992081;-0.005988857,0.1332699;0.3710939;0.01173556,0.1670436;0.09362909;0.02824611,0.2193148;-0.1761366;-0.02555167,-0.09869067;0.368508;0.0003396454,-0.1665224;0.09686846;0.003623074,-0.2258634;-0.1664183;-0.07093365,0.07376634;0.002542132;-0.03085554,0.05333141;-0.3741277;0.01499509,0.03978375;-0.716033;0.08859651,0.04274641;-0.7063526;-0.009272486,-0.07054368;0.007265163;-0.0370244,-0.1021192;-0.3701162;-0.005619518,-0.1277492;-0.7077206;0.0830733,-0.1249212;-0.7602333;0.02664939,0.01722727;0.39954;0.0005580892,89.45732
+0;0;0,0.006518388;0.1998935;-0.0003285077,0.01702501;0.4991442;-0.01756412,0.1296516;0.3726749;0.005008281,0.1679747;0.0963268;0.02873725,0.2236589;-0.1751897;-0.01098733,-0.1023584;0.3687533;-0.01323973,-0.1728345;0.0979867;-0.002349685,-0.2365189;-0.1699454;-0.05291344,0.07075489;0.002157221;-0.03727053,0.05897263;-0.3746493;0.01045853,0.04123555;-0.7160502;0.08549708,0.04575122;-0.7078485;-0.01199365,-0.06931806;0.008660158;-0.03898727,-0.1252874;-0.3665113;-0.01631937,-0.1601907;-0.7047088;0.06677189,-0.1531177;-0.6963743;-0.03059638,0.01352589;0.3995916;-0.008786684,0;0;0,0.008622929;0.1997863;0.00332903,0.02407995;0.4990731;-0.008686995,0.1349435;0.3716165;0.009522637,0.168383;0.0942477;0.02818665,0.2205348;-0.1763076;-0.02161308,-0.09746268;0.3695531;-0.001341272,-0.1653006;0.09802374;0.007013965,-0.2268852;-0.164964;-0.0667748,0.07367943;0.00233085;-0.03107906,0.0525874;-0.3743708;0.01420871,0.03769317;-0.7164299;0.08682908,0.04046449;-0.7068793;-0.01101848,-0.07060099;0.007463834;-0.03687533,-0.1031864;-0.3700441;-0.008136243,-0.1299283;-0.7076261;0.08031284,-0.1276044;-0.7597182;0.02325593,0.01874805;0.39947;-0.001559363,89.4689
+0;0;0,0.006518388;0.1998935;-0.0003285077,0.01702501;0.4991442;-0.01756412,0.1296516;0.3726749;0.005008281,0.1679747;0.0963268;0.02873725,0.2236589;-0.1751897;-0.01098733,-0.1023584;0.3687533;-0.01323973,-0.1728345;0.0979867;-0.002349685,-0.2365189;-0.1699454;-0.05291344,0.07075489;0.002157221;-0.03727053,0.05897263;-0.3746493;0.01045853,0.04123555;-0.7160502;0.08549708,0.04575122;-0.7078485;-0.01199365,-0.06931806;0.008660158;-0.03898727,-0.1252874;-0.3665113;-0.01631937,-0.1601907;-0.7047088;0.06677189,-0.1531177;-0.6963743;-0.03059638,0.01352589;0.3995916;-0.008786684,0;0;0,0.008622929;0.1997863;0.00332903,0.02407995;0.4990731;-0.008686995,0.1349435;0.3716165;0.009522637,0.168383;0.0942477;0.02818665,0.2205348;-0.1763076;-0.02161308,-0.09746268;0.3695531;-0.001341272,-0.1653006;0.09802374;0.007013965,-0.2268852;-0.164964;-0.0667748,0.07367943;0.00233085;-0.03107906,0.0525874;-0.3743708;0.01420871,0.03769317;-0.7164299;0.08682908,0.04046449;-0.7068793;-0.01101848,-0.07060099;0.007463834;-0.03687533,-0.1031864;-0.3700441;-0.008136243,-0.1299283;-0.7076261;0.08031284,-0.1276044;-0.7597182;0.02325593,0.01874805;0.39947;-0.001559363,89.48019
+0;0;0,0.004864944;0.1999375;-0.001158364,0.01334163;0.4992537;-0.0184069,0.127243;0.3732378;0.002963516,0.1647972;0.09715205;0.03064663,0.2190855;-0.1756577;-0.001410194,-0.1047763;0.3679799;-0.01425377,-0.1777373;0.09799895;-0.0005804067,-0.2430862;-0.1705742;-0.04527898,0.07058822;0.001931606;-0.0375975,0.05829851;-0.3748495;0.01020389,0.03900104;-0.7164147;0.0841011,0.04327128;-0.7082703;-0.01338787,-0.06952055;0.008846375;-0.03858282,-0.1260216;-0.3663144;-0.01708928,-0.1627614;-0.7046528;0.06462565,-0.1559237;-0.6963584;-0.0327505,0.01087493;0.3996651;-0.009687824,0;0;0,0.009338064;0.199767;0.002438913,0.02634851;0.4988923;-0.011282,0.1367665;0.3719167;0.007575003,0.170749;0.09484825;0.02944474,0.2214016;-0.1765465;-0.01723739,-0.09598109;0.3704388;-0.002531617,-0.1661516;0.09954605;0.00712276,-0.2289024;-0.1641919;-0.06291031,0.07367944;0.002146621;-0.0310923,0.05198677;-0.3746397;0.01319679,0.03620713;-0.7167859;0.08521737,0.03873555;-0.7073673;-0.01260909,-0.0706446;0.00759899;-0.03676403,-0.1034144;-0.3700425;-0.01006122,-0.1309572;-0.7075915;0.07826816,-0.1286947;-0.7601401;0.02187131,0.02047552;0.3993681;-0.003507882,89.5022
+0;0;0,0.004864944;0.1999375;-0.001158364,0.01334163;0.4992537;-0.0184069,0.127243;0.3732378;0.002963516,0.1647972;0.09715205;0.03064663,0.2190855;-0.1756577;-0.001410194,-0.1047763;0.3679799;-0.01425377,-0.1777373;0.09799895;-0.0005804067,-0.2430862;-0.1705742;-0.04527898,0.07058822;0.001931606;-0.0375975,0.05829851;-0.3748495;0.01020389,0.03900104;-0.7164147;0.0841011,0.04327128;-0.7082703;-0.01338787,-0.06952055;0.008846375;-0.03858282,-0.1260216;-0.3663144;-0.01708928,-0.1627614;-0.7046528;0.06462565,-0.1559237;-0.6963584;-0.0327505,0.01087493;0.3996651;-0.009687824,0;0;0,0.009338064;0.199767;0.002438913,0.02634851;0.4988923;-0.011282,0.1367665;0.3719167;0.007575003,0.170749;0.09484825;0.02944474,0.2214016;-0.1765465;-0.01723739,-0.09598109;0.3704388;-0.002531617,-0.1661516;0.09954605;0.00712276,-0.2289024;-0.1641919;-0.06291031,0.07367944;0.002146621;-0.0310923,0.05198677;-0.3746397;0.01319679,0.03620713;-0.7167859;0.08521737,0.03873555;-0.7073673;-0.01260909,-0.0706446;0.00759899;-0.03676403,-0.1034144;-0.3700425;-0.01006122,-0.1309572;-0.7075915;0.07826816,-0.1286947;-0.7601401;0.02187131,0.02047552;0.3993681;-0.003507882,89.51411
+0;0;0,0.004864944;0.1999375;-0.001158364,0.01334163;0.4992537;-0.0184069,0.127243;0.3732378;0.002963516,0.1647972;0.09715205;0.03064663,0.2190855;-0.1756577;-0.001410194,-0.1047763;0.3679799;-0.01425377,-0.1777373;0.09799895;-0.0005804067,-0.2430862;-0.1705742;-0.04527898,0.07058822;0.001931606;-0.0375975,0.05829851;-0.3748495;0.01020389,0.03900104;-0.7164147;0.0841011,0.04327128;-0.7082703;-0.01338787,-0.06952055;0.008846375;-0.03858282,-0.1260216;-0.3663144;-0.01708928,-0.1627614;-0.7046528;0.06462565,-0.1559237;-0.6963584;-0.0327505,0.01087493;0.3996651;-0.009687824,0;0;0,0.00951719;0.1997714;0.0008903007,0.02685639;0.4987903;-0.01460723,0.1373399;0.3727661;0.00506078,0.1710367;0.0958986;0.02973735,0.2208438;-0.1769485;-0.008651432,-0.09578435;0.3711803;-0.004852498,-0.1687023;0.1011112;0.007216095,-0.2331777;-0.1632795;-0.058666,0.07366056;0.001922793;-0.03115163,0.05065963;-0.3750193;0.01110502,0.03362811;-0.7171421;0.08295127,0.03055274;-0.7717508;0.02973548,-0.07067848;0.007766069;-0.03666387,-0.1048547;-0.3699474;-0.01290472,-0.1329316;-0.7075334;0.07511459,-0.1318894;-0.7599348;0.0184672,0.02086093;0.3993226;-0.006226195,89.53589
+0;0;0,0.00712766;0.199855;-0.002678774,0.02111658;0.498663;-0.02430761,0.1325554;0.3733589;0.0003698822,0.1695356;0.09766582;0.03239781,0.2221731;-0.1762556;0.007978044,-0.1000293;0.3698634;-0.01668574,-0.1758751;0.1008728;0.0003865696,-0.2426433;-0.1684665;-0.0370079,0.07045108;0.001560905;-0.03787095,0.05755551;-0.3753216;0.00896126,0.03527356;-0.7169465;0.08173438,0.03947841;-0.7090852;-0.01569352,-0.06959235;0.009153266;-0.03838127,-0.1266469;-0.3659739;-0.01778197,-0.1661312;-0.7045299;0.06172176,-0.1593677;-0.6965461;-0.03558982,0.01625803;0.3993382;-0.01377229,0;0;0,0.00951719;0.1997714;0.0008903007,0.02685639;0.4987903;-0.01460723,0.1373399;0.3727661;0.00506078,0.1710367;0.0958986;0.02973735,0.2208438;-0.1769485;-0.008651432,-0.09578435;0.3711803;-0.004852498,-0.1687023;0.1011112;0.007216095,-0.2331777;-0.1632795;-0.058666,0.07366056;0.001922793;-0.03115163,0.05065963;-0.3750193;0.01110502,0.03362811;-0.7171421;0.08295127,0.03055274;-0.7717508;0.02973548,-0.07067848;0.007766069;-0.03666387,-0.1048547;-0.3699474;-0.01290472,-0.1329316;-0.7075334;0.07511459,-0.1318894;-0.7599348;0.0184672,0.02086093;0.3993226;-0.006226195,89.54731
+0;0;0,0.00712766;0.199855;-0.002678774,0.02111658;0.498663;-0.02430761,0.1325554;0.3733589;0.0003698822,0.1695356;0.09766582;0.03239781,0.2221731;-0.1762556;0.007978044,-0.1000293;0.3698634;-0.01668574,-0.1758751;0.1008728;0.0003865696,-0.2426433;-0.1684665;-0.0370079,0.07045108;0.001560905;-0.03787095,0.05755551;-0.3753216;0.00896126,0.03527356;-0.7169465;0.08173438,0.03947841;-0.7090852;-0.01569352,-0.06959235;0.009153266;-0.03838127,-0.1266469;-0.3659739;-0.01778197,-0.1661312;-0.7045299;0.06172176,-0.1593677;-0.6965461;-0.03558982,0.01625803;0.3993382;-0.01377229,0;0;0,0.01021859;0.1997388;-3.683432E-05,0.02834799;0.4986325;-0.01697864,0.1387404;0.3732072;0.002923587,0.1709433;0.09648836;0.0310249,0.2196627;-0.1776146;0.00112558,-0.09479813;0.3722326;-0.006433056,-0.1694124;0.1027569;0.008249025,-0.2361242;-0.1623217;-0.05243785,0.07376917;0.001676723;-0.0309079,0.04988968;-0.3753603;0.009992786,0.03133582;-0.7176487;0.08066365,0.03367147;-0.7085425;-0.01710135,-0.07065137;0.00791582;-0.03668411,-0.1050724;-0.3698923;-0.01486201,-0.134552;-0.7074065;0.07297378,-0.1334395;-0.7596688;0.01612588,0.02211545;0.3992211;-0.008117175,89.56976
+0;0;0,0.00712766;0.199855;-0.002678774,0.02111658;0.498663;-0.02430761,0.1325554;0.3733589;0.0003698822,0.1695356;0.09766582;0.03239781,0.2221731;-0.1762556;0.007978044,-0.1000293;0.3698634;-0.01668574,-0.1758751;0.1008728;0.0003865696,-0.2426433;-0.1684665;-0.0370079,0.07045108;0.001560905;-0.03787095,0.05755551;-0.3753216;0.00896126,0.03527356;-0.7169465;0.08173438,0.03947841;-0.7090852;-0.01569352,-0.06959235;0.009153266;-0.03838127,-0.1266469;-0.3659739;-0.01778197,-0.1661312;-0.7045299;0.06172176,-0.1593677;-0.6965461;-0.03558982,0.01625803;0.3993382;-0.01377229,0;0;0,0.01021859;0.1997388;-3.683432E-05,0.02834799;0.4986325;-0.01697864,0.1387404;0.3732072;0.002923587,0.1709433;0.09648836;0.0310249,0.2196627;-0.1776146;0.00112558,-0.09479813;0.3722326;-0.006433056,-0.1694124;0.1027569;0.008249025,-0.2361242;-0.1623217;-0.05243785,0.07376917;0.001676723;-0.0309079,0.04988968;-0.3753603;0.009992786,0.03133582;-0.7176487;0.08066365,0.03367147;-0.7085425;-0.01710135,-0.07065137;0.00791582;-0.03668411,-0.1050724;-0.3698923;-0.01486201,-0.134552;-0.7074065;0.07297378,-0.1334395;-0.7596688;0.01612588,0.02211545;0.3992211;-0.008117175,89.58105
+0;0;0,0.00712766;0.199855;-0.002678774,0.02111658;0.498663;-0.02430761,0.1325554;0.3733589;0.0003698822,0.1695356;0.09766582;0.03239781,0.2221731;-0.1762556;0.007978044,-0.1000293;0.3698634;-0.01668574,-0.1758751;0.1008728;0.0003865696,-0.2426433;-0.1684665;-0.0370079,0.07045108;0.001560905;-0.03787095,0.05755551;-0.3753216;0.00896126,0.03527356;-0.7169465;0.08173438,0.03947841;-0.7090852;-0.01569352,-0.06959235;0.009153266;-0.03838127,-0.1266469;-0.3659739;-0.01778197,-0.1661312;-0.7045299;0.06172176,-0.1593677;-0.6965461;-0.03558982,0.01625803;0.3993382;-0.01377229,0;0;0,0.01078158;0.1997061;-0.001104176,0.02960315;0.4984593;-0.01968021,0.139968;0.374046;0.0009378931,0.1720811;0.09776828;0.0331774,0.2170672;-0.1775393;0.009053517,-0.09403384;0.373396;-0.007756142,-0.1701836;0.1046762;0.01201537,-0.2394718;-0.1607787;-0.04395648,0.07353576;0.001618939;-0.03146222,0.04944463;-0.3754112;0.009377595,0.02885204;-0.7178439;0.07877322,0.03097148;-0.7088843;-0.01896527,-0.07088689;0.00797025;-0.03621497,-0.1066028;-0.3698498;-0.01681437,-0.1373679;-0.7073753;0.07053584,-0.1401708;-0.7583479;0.01192198,0.02315126;0.3991129;-0.01026409,89.60312
+0;0;0,0.009150902;0.1997561;-0.003709052,0.02572908;0.4982624;-0.02757517,0.1365766;0.3734833;-0.002535773,0.1732147;0.09852642;0.03562655,0.224394;-0.1762244;0.01851932,-0.09654404;0.3711468;-0.01847099,-0.1746909;0.1030763;0.002296593,-0.2425086;-0.1669455;-0.02751883,0.07039604;0.001366243;-0.03798067,0.05756796;-0.3754752;0.009199806,0.03261331;-0.7172772;0.08025347,0.03641324;-0.7095754;-0.01715469,-0.06971534;0.009285997;-0.03812535,-0.1272868;-0.3658099;-0.01841178,-0.1686048;-0.7043511;0.06021848,-0.1622474;-0.6965426;-0.03708067,0.02014556;0.3990554;-0.01631545,0;0;0,0.01078158;0.1997061;-0.001104176,0.02960315;0.4984593;-0.01968021,0.139968;0.374046;0.0009378931,0.1720811;0.09776828;0.0331774,0.2170672;-0.1775393;0.009053517,-0.09403384;0.373396;-0.007756142,-0.1701836;0.1046762;0.01201537,-0.2394718;-0.1607787;-0.04395648,0.07353576;0.001618939;-0.03146222,0.04944463;-0.3754112;0.009377595,0.02885204;-0.7178439;0.07877322,0.03097148;-0.7088843;-0.01896527,-0.07088689;0.00797025;-0.03621497,-0.1066028;-0.3698498;-0.01681437,-0.1373679;-0.7073753;0.07053584,-0.1401708;-0.7583479;0.01192198,0.02315126;0.3991129;-0.01026409,89.61456
+0;0;0,0.009150902;0.1997561;-0.003709052,0.02572908;0.4982624;-0.02757517,0.1365766;0.3734833;-0.002535773,0.1732147;0.09852642;0.03562655,0.224394;-0.1762244;0.01851932,-0.09654404;0.3711468;-0.01847099,-0.1746909;0.1030763;0.002296593,-0.2425086;-0.1669455;-0.02751883,0.07039604;0.001366243;-0.03798067,0.05756796;-0.3754752;0.009199806,0.03261331;-0.7172772;0.08025347,0.03641324;-0.7095754;-0.01715469,-0.06971534;0.009285997;-0.03812535,-0.1272868;-0.3658099;-0.01841178,-0.1686048;-0.7043511;0.06021848,-0.1622474;-0.6965426;-0.03708067,0.02014556;0.3990554;-0.01631545,0;0;0,0.01088727;0.1996858;-0.002655741,0.02983992;0.498305;-0.02315051,0.1402344;0.3744024;-0.001892463,0.1712491;0.09857979;0.03498529,0.2136623;-0.1774274;0.01446383,-0.09401042;0.3740493;-0.01009207,-0.173253;0.1064599;0.01263611,-0.2449141;-0.1601542;-0.03407127,0.07362441;0.001404311;-0.03126457,0.04818669;-0.3757593;0.007471785,0.02581192;-0.718346;0.07554308,0.0278266;-0.7095985;-0.02215172,-0.07085622;0.008094206;-0.03624748,-0.1075217;-0.3697395;-0.01900524,-0.1399601;-0.7073481;0.06741332,-0.143103;-0.7584675;0.00902006,0.02332316;0.3990257;-0.01309361,89.63651
+0;0;0,0.0102431;0.1996692;-0.00522186,0.02832865;0.4979038;-0.03128546,0.1387802;0.3734474;-0.005898801,0.1749438;0.09932894;0.0382745,0.2236435;-0.1762642;0.02951391,-0.09447998;0.3710994;-0.02133586,-0.1755752;0.1043971;0.004998004,-0.2455201;-0.1658369;-0.0169393,0.07040259;0.001232926;-0.03797309,0.05741812;-0.3757262;0.008213967,0.03028128;-0.717687;0.07768651,0.03393891;-0.7102014;-0.01967736,-0.06976888;0.009342004;-0.03801354,-0.1272599;-0.3658123;-0.0191982,-0.1707497;-0.7044159;0.05797873,-0.1645337;-0.6968285;-0.03927884,0.02225833;0.3988118;-0.01928872,0;0;0,0.01088727;0.1996858;-0.002655741,0.02983992;0.498305;-0.02315051,0.1402344;0.3744024;-0.001892463,0.1712491;0.09857979;0.03498529,0.2136623;-0.1774274;0.01446383,-0.09401042;0.3740493;-0.01009207,-0.173253;0.1064599;0.01263611,-0.2449141;-0.1601542;-0.03407127,0.07362441;0.001404311;-0.03126457,0.04818669;-0.3757593;0.007471785,0.02581192;-0.718346;0.07554308,0.0278266;-0.7095985;-0.02215172,-0.07085622;0.008094206;-0.03624748,-0.1075217;-0.3697395;-0.01900524,-0.1399601;-0.7073481;0.06741332,-0.143103;-0.7584675;0.00902006,0.02332316;0.3990257;-0.01309361,89.65894
+0;0;0,0.0102431;0.1996692;-0.00522186,0.02832865;0.4979038;-0.03128546,0.1387802;0.3734474;-0.005898801,0.1749438;0.09932894;0.0382745,0.2236435;-0.1762642;0.02951391,-0.09447998;0.3710994;-0.02133586,-0.1755752;0.1043971;0.004998004,-0.2455201;-0.1658369;-0.0169393,0.07040259;0.001232926;-0.03797309,0.05741812;-0.3757262;0.008213967,0.03028128;-0.717687;0.07768651,0.03393891;-0.7102014;-0.01967736,-0.06976888;0.009342004;-0.03801354,-0.1272599;-0.3658123;-0.0191982,-0.1707497;-0.7044159;0.05797873,-0.1645337;-0.6968285;-0.03927884,0.02225833;0.3988118;-0.01928872,0;0;0,0.01147518;0.1996354;-0.003743302,0.03094799;0.4981031;-0.02590155,0.1413329;0.3748379;-0.004337472,0.1711676;0.09949276;0.03683235,0.2124881;-0.1769827;0.02089681,-0.09321313;0.3747266;-0.01193647,-0.1745988;0.1082088;0.01535232,-0.2489226;-0.1580747;-0.02902176,0.07351829;0.001401799;-0.03151343,0.04770138;-0.3758702;0.005893685,0.02337008;-0.7184469;0.07334173,0.02518384;-0.7098798;-0.0243176,-0.07099801;0.008053501;-0.03597809,-0.1092079;-0.3697258;-0.02105017,-0.1423557;-0.7074171;0.06477378,-0.1468142;-0.7580128;0.005744494,0.02428064;0.39889;-0.0153038,89.67049
+0;0;0,0.0102431;0.1996692;-0.00522186,0.02832865;0.4979038;-0.03128546,0.1387802;0.3734474;-0.005898801,0.1749438;0.09932894;0.0382745,0.2236435;-0.1762642;0.02951391,-0.09447998;0.3710994;-0.02133586,-0.1755752;0.1043971;0.004998004,-0.2455201;-0.1658369;-0.0169393,0.07040259;0.001232926;-0.03797309,0.05741812;-0.3757262;0.008213967,0.03028128;-0.717687;0.07768651,0.03393891;-0.7102014;-0.01967736,-0.06976888;0.009342004;-0.03801354,-0.1272599;-0.3658123;-0.0191982,-0.1707497;-0.7044159;0.05797873,-0.1645337;-0.6968285;-0.03927884,0.02225833;0.3988118;-0.01928872,0;0;0,0.01147518;0.1996354;-0.003743302,0.03094799;0.4981031;-0.02590155,0.1413329;0.3748379;-0.004337472,0.1711676;0.09949276;0.03683235,0.2124881;-0.1769827;0.02089681,-0.09321313;0.3747266;-0.01193647,-0.1745988;0.1082088;0.01535232,-0.2489226;-0.1580747;-0.02902176,0.07351829;0.001401799;-0.03151343,0.04770138;-0.3758702;0.005893685,0.02337008;-0.7184469;0.07334173,0.02518384;-0.7098798;-0.0243176,-0.07099801;0.008053501;-0.03597809,-0.1092079;-0.3697258;-0.02105017,-0.1423557;-0.7074171;0.06477378,-0.1468142;-0.7580128;0.005744494,0.02428064;0.39889;-0.0153038,89.69256
+0;0;0,0.01079894;0.1995957;-0.006705021,0.0296227;0.497596;-0.03482962,0.1399365;0.373495;-0.009117693,0.1747659;0.100192;0.0408057,0.2227615;-0.1756596;0.03928179,-0.09354317;0.3713809;-0.02372243,-0.1772843;0.1060692;0.007855406,-0.2490843;-0.1642027;-0.00620907,0.07021183;0.001007193;-0.03833125,0.05746907;-0.3760188;0.007374555,0.02823558;-0.7179212;0.07628132,0.03167752;-0.7106328;-0.02104462,-0.06994517;0.009541965;-0.03763806,-0.1276006;-0.3656241;-0.0195756,-0.1725282;-0.7041851;0.05696158,-0.1665325;-0.6968015;-0.04026266,0.02331647;0.3986071;-0.02212363,0;0;0,0.01091173;0.1996521;-0.004467777,0.02960812;0.4981375;-0.02710264,0.1402035;0.3748876;-0.005625761,0.1728328;0.1004601;0.03937272,0.2115601;-0.1766469;0.02879553,-0.0943239;0.3745212;-0.01346551,-0.1774769;0.1093101;0.02042572,-0.2547355;-0.1570654;-0.01798278,0.0733839;0.001232452;-0.03183212,0.04774664;-0.3760484;0.005609237,0.02149348;-0.7186531;0.07218874,0.02346426;-0.7101707;-0.0254489,-0.0711621;0.008227961;-0.03561257,-0.1097933;-0.3695551;-0.02191784,-0.1446422;-0.7074035;0.06260444,-0.1475172;-0.7589981;0.004863042,0.02313213;0.3989196;-0.01643155,89.70373
+0;0;0,0.01079894;0.1995957;-0.006705021,0.0296227;0.497596;-0.03482962,0.1399365;0.373495;-0.009117693,0.1747659;0.100192;0.0408057,0.2227615;-0.1756596;0.03928179,-0.09354317;0.3713809;-0.02372243,-0.1772843;0.1060692;0.007855406,-0.2490843;-0.1642027;-0.00620907,0.07021183;0.001007193;-0.03833125,0.05746907;-0.3760188;0.007374555,0.02823558;-0.7179212;0.07628132,0.03167752;-0.7106328;-0.02104462,-0.06994517;0.009541965;-0.03763806,-0.1276006;-0.3656241;-0.0195756,-0.1725282;-0.7041851;0.05696158,-0.1665325;-0.6968015;-0.04026266,0.02331647;0.3986071;-0.02212363,0;0;0,0.01091173;0.1996521;-0.004467777,0.02960812;0.4981375;-0.02710264,0.1402035;0.3748876;-0.005625761,0.1728328;0.1004601;0.03937272,0.2115601;-0.1766469;0.02879553,-0.0943239;0.3745212;-0.01346551,-0.1774769;0.1093101;0.02042572,-0.2547355;-0.1570654;-0.01798278,0.0733839;0.001232452;-0.03183212,0.04774664;-0.3760484;0.005609237,0.02149348;-0.7186531;0.07218874,0.02346426;-0.7101707;-0.0254489,-0.0711621;0.008227961;-0.03561257,-0.1097933;-0.3695551;-0.02191784,-0.1446422;-0.7074035;0.06260444,-0.1475172;-0.7589981;0.004863042,0.02313213;0.3989196;-0.01643155,89.71495
+0;0;0,0.01079894;0.1995957;-0.006705021,0.0296227;0.497596;-0.03482962,0.1399365;0.373495;-0.009117693,0.1747659;0.100192;0.0408057,0.2227615;-0.1756596;0.03928179,-0.09354317;0.3713809;-0.02372243,-0.1772843;0.1060692;0.007855406,-0.2490843;-0.1642027;-0.00620907,0.07021183;0.001007193;-0.03833125,0.05746907;-0.3760188;0.007374555,0.02823558;-0.7179212;0.07628132,0.03167752;-0.7106328;-0.02104462,-0.06994517;0.009541965;-0.03763806,-0.1276006;-0.3656241;-0.0195756,-0.1725282;-0.7041851;0.05696158,-0.1665325;-0.6968015;-0.04026266,0.02331647;0.3986071;-0.02212363,0;0;0,0.01059502;0.1996525;-0.005161432,0.02872332;0.498122;-0.02847632,0.1394884;0.374848;-0.006932527,0.1737097;0.1011186;0.04103705,0.2108264;-0.1763976;0.03837066,-0.09506368;0.3746008;-0.01475278,-0.1808605;0.1108853;0.02388692,-0.2603109;-0.1560347;-0.005119592,0.07334913;0.0009633208;-0.03192142,0.0477975;-0.3762587;0.00616594,0.01977546;-0.7190271;0.07116288,0.02181256;-0.7106361;-0.02645322,-0.07120372;0.008473312;-0.03547157,-0.1102053;-0.3692957;-0.02245571,-0.1462857;-0.7072601;0.06108022,-0.1481978;-0.7593385;0.003988247,0.02241259;0.3989144;-0.01761232,89.7369
+0;0;0,0.01161246;0.199485;-0.008419395,0.03166422;0.4971107;-0.03947499,0.1416357;0.3736716;-0.01226101,0.1745331;0.1011176;0.04280342,0.2240647;-0.1743402;0.05114849,-0.09215967;0.3721762;-0.02654682,-0.1783998;0.1082855;0.00984489,-0.2506572;-0.1621731;0.004275794,0.07033479;0.0008004848;-0.03811005,0.05787413;-0.3764146;0.006088663,0.02579976;-0.7183155;0.07372721,0.0291663;-0.7113023;-0.02353676,-0.06993556;0.009624179;-0.037635,-0.1283138;-0.3654649;-0.02031028,-0.1732211;-0.7033182;0.05930425,-0.1673193;-0.6962117;-0.03786086,0.02496238;0.3982867;-0.02573041,0;0;0,0.01059502;0.1996525;-0.005161432,0.02872332;0.498122;-0.02847632,0.1394884;0.374848;-0.006932527,0.1737097;0.1011186;0.04103705,0.2108264;-0.1763976;0.03837066,-0.09506368;0.3746008;-0.01475278,-0.1808605;0.1108853;0.02388692,-0.2603109;-0.1560347;-0.005119592,0.07334913;0.0009633208;-0.03192142,0.0477975;-0.3762587;0.00616594,0.01977546;-0.7190271;0.07116288,0.02181256;-0.7106361;-0.02645322,-0.07120372;0.008473312;-0.03547157,-0.1102053;-0.3692957;-0.02245571,-0.1462857;-0.7072601;0.06108022,-0.1481978;-0.7593385;0.003988247,0.02241259;0.3989144;-0.01761232,89.75932
+0;0;0,0.01161246;0.199485;-0.008419395,0.03166422;0.4971107;-0.03947499,0.1416357;0.3736716;-0.01226101,0.1745331;0.1011176;0.04280342,0.2240647;-0.1743402;0.05114849,-0.09215967;0.3721762;-0.02654682,-0.1783998;0.1082855;0.00984489,-0.2506572;-0.1621731;0.004275794,0.07033479;0.0008004848;-0.03811005,0.05787413;-0.3764146;0.006088663,0.02579976;-0.7183155;0.07372721,0.0291663;-0.7113023;-0.02353676,-0.06993556;0.009624179;-0.037635,-0.1283138;-0.3654649;-0.02031028,-0.1732211;-0.7033182;0.05930425,-0.1673193;-0.6962117;-0.03786086,0.02496238;0.3982867;-0.02573041,0;0;0,0.0123744;0.1995162;-0.006338035,0.03441694;0.4974189;-0.03311973,0.1442255;0.3763349;-0.01035167,0.1716025;0.1029869;0.04379056,0.205711;-0.1749229;0.04544432,-0.09112491;0.3763212;-0.01711866,-0.1796686;0.1140448;0.02496574,-0.2606174;-0.1530251;0.002141722,0.07336445;0.0006332539;-0.03189446,0.04658302;-0.3766324;0.004894644,0.01704371;-0.7194984;0.06869379,0.01871122;-0.7113659;-0.02887173,-0.07119729;0.008723795;-0.03542374,-0.1112611;-0.3689779;-0.02374971,-0.1486588;-0.7070755;0.05866036,-0.1504193;-0.7597824;0.002477787,0.02675403;0.3984689;-0.02086546,89.77071
+0;0;0,0.01161246;0.199485;-0.008419395,0.03166422;0.4971107;-0.03947499,0.1416357;0.3736716;-0.01226101,0.1745331;0.1011176;0.04280342,0.2240647;-0.1743402;0.05114849,-0.09215967;0.3721762;-0.02654682,-0.1783998;0.1082855;0.00984489,-0.2506572;-0.1621731;0.004275794,0.07033479;0.0008004848;-0.03811005,0.05787413;-0.3764146;0.006088663,0.02579976;-0.7183155;0.07372721,0.0291663;-0.7113023;-0.02353676,-0.06993556;0.009624179;-0.037635,-0.1283138;-0.3654649;-0.02031028,-0.1732211;-0.7033182;0.05930425,-0.1673193;-0.6962117;-0.03786086,0.02496238;0.3982867;-0.02573041,0;0;0,0.0123744;0.1995162;-0.006338035,0.03441694;0.4974189;-0.03311973,0.1442255;0.3763349;-0.01035167,0.1716025;0.1029869;0.04379056,0.205711;-0.1749229;0.04544432,-0.09112491;0.3763212;-0.01711866,-0.1796686;0.1140448;0.02496574,-0.2606174;-0.1530251;0.002141722,0.07336445;0.0006332539;-0.03189446,0.04658302;-0.3766324;0.004894644,0.01704371;-0.7194984;0.06869379,0.01871122;-0.7113659;-0.02887173,-0.07119729;0.008723795;-0.03542374,-0.1112611;-0.3689779;-0.02374971,-0.1486588;-0.7070755;0.05866036,-0.1504193;-0.7597824;0.002477787,0.02675403;0.3984689;-0.02086546,89.78173
+0;0;0,0.01161246;0.199485;-0.008419395,0.03166422;0.4971107;-0.03947499,0.1416357;0.3736716;-0.01226101,0.1745331;0.1011176;0.04280342,0.2240647;-0.1743402;0.05114849,-0.09215967;0.3721762;-0.02654682,-0.1783998;0.1082855;0.00984489,-0.2506572;-0.1621731;0.004275794,0.07033479;0.0008004848;-0.03811005,0.05787413;-0.3764146;0.006088663,0.02579976;-0.7183155;0.07372721,0.0291663;-0.7113023;-0.02353676,-0.06993556;0.009624179;-0.037635,-0.1283138;-0.3654649;-0.02031028,-0.1732211;-0.7033182;0.05930425,-0.1673193;-0.6962117;-0.03786086,0.02496238;0.3982867;-0.02573041,0;0;0,0.0123744;0.1995162;-0.006338035,0.03441694;0.4974189;-0.03311973,0.1442255;0.3763349;-0.01035167,0.1716025;0.1029869;0.04379056,0.205711;-0.1749229;0.04544432,-0.09112491;0.3763212;-0.01711866,-0.1796686;0.1140448;0.02496574,-0.2606174;-0.1530251;0.002141722,0.07336445;0.0006332539;-0.03189446,0.04658302;-0.3766324;0.004894644,0.01704371;-0.7194984;0.06869379,0.01871122;-0.7113659;-0.02887173,-0.07119729;0.008723795;-0.03542374,-0.1112611;-0.3689779;-0.02374971,-0.1486588;-0.7070755;0.05866036,-0.1504193;-0.7597824;0.002477787,0.02675403;0.3984689;-0.02086546,89.79268
+0;0;0,0.01243055;0.1993757;-0.009736815,0.03362179;0.4966554;-0.04323676,0.1432445;0.3735537;-0.01474298,0.1756836;0.1020992;0.04575626,0.2248072;-0.173217;0.05946307,-0.09071742;0.3726597;-0.0286729,-0.1785042;0.1100363;0.0128294,-0.2520599;-0.1601279;0.01377064,0.07034179;0.0006908121;-0.03809928,0.05834214;-0.3766335;0.005287409,0.02621598;-0.7186193;0.07247036,0.02945388;-0.7118803;-0.02473275,-0.07000251;0.00968019;-0.03749588,-0.1279795;-0.3654556;-0.01983788,-0.1726006;-0.7015148;0.06718604,-0.1668197;-0.6946682;-0.02992473,0.02658164;0.3979762;-0.02864695,0;0;0,0.0108074;0.1995706;-0.007400847,0.0318572;0.4975097;-0.03460883,0.1417674;0.3763992;-0.01183651,0.1714654;0.1038737;0.04515338,0.205306;-0.1738914;0.05522353,-0.09356749;0.3761919;-0.01951401,-0.1847695;0.1160469;0.02954438,-0.2687392;-0.1506695;0.01500145,0.07338022;0.0005013142;-0.0318605,0.04418021;-0.3766947;0.003783751,0.01378341;-0.7196937;0.06645532,0.01580787;-0.7116865;-0.03107528,-0.07127618;0.008777576;-0.03525139,-0.1134356;-0.3687369;-0.02498465,-0.1519229;-0.7068627;0.05680547,-0.1544269;-0.7612268;0.003173131,0.02429672;0.3985576;-0.02230787,89.80412
+0;0;0,0.01243055;0.1993757;-0.009736815,0.03362179;0.4966554;-0.04323676,0.1432445;0.3735537;-0.01474298,0.1756836;0.1020992;0.04575626,0.2248072;-0.173217;0.05946307,-0.09071742;0.3726597;-0.0286729,-0.1785042;0.1100363;0.0128294,-0.2520599;-0.1601279;0.01377064,0.07034179;0.0006908121;-0.03809928,0.05834214;-0.3766335;0.005287409,0.02621598;-0.7186193;0.07247036,0.02945388;-0.7118803;-0.02473275,-0.07000251;0.00968019;-0.03749588,-0.1279795;-0.3654556;-0.01983788,-0.1726006;-0.7015148;0.06718604,-0.1668197;-0.6946682;-0.02992473,0.02658164;0.3979762;-0.02864695,0;0;0,0.0108074;0.1995706;-0.007400847,0.0318572;0.4975097;-0.03460883,0.1417674;0.3763992;-0.01183651,0.1714654;0.1038737;0.04515338,0.205306;-0.1738914;0.05522353,-0.09356749;0.3761919;-0.01951401,-0.1847695;0.1160469;0.02954438,-0.2687392;-0.1506695;0.01500145,0.07338022;0.0005013142;-0.0318605,0.04418021;-0.3766947;0.003783751,0.01378341;-0.7196937;0.06645532,0.01580787;-0.7116865;-0.03107528,-0.07127618;0.008777576;-0.03525139,-0.1134356;-0.3687369;-0.02498465,-0.1519229;-0.7068627;0.05680547,-0.1544269;-0.7612268;0.003173131,0.02429672;0.3985576;-0.02230787,89.81535
+0;0;0,0.01243055;0.1993757;-0.009736815,0.03362179;0.4966554;-0.04323676,0.1432445;0.3735537;-0.01474298,0.1756836;0.1020992;0.04575626,0.2248072;-0.173217;0.05946307,-0.09071742;0.3726597;-0.0286729,-0.1785042;0.1100363;0.0128294,-0.2520599;-0.1601279;0.01377064,0.07034179;0.0006908121;-0.03809928,0.05834214;-0.3766335;0.005287409,0.02621598;-0.7186193;0.07247036,0.02945388;-0.7118803;-0.02473275,-0.07000251;0.00968019;-0.03749588,-0.1279795;-0.3654556;-0.01983788,-0.1726006;-0.7015148;0.06718604,-0.1668197;-0.6946682;-0.02992473,0.02658164;0.3979762;-0.02864695,0;0;0,0.0108074;0.1995706;-0.007400847,0.0318572;0.4975097;-0.03460883,0.1417674;0.3763992;-0.01183651,0.1714654;0.1038737;0.04515338,0.205306;-0.1738914;0.05522353,-0.09356749;0.3761919;-0.01951401,-0.1847695;0.1160469;0.02954438,-0.2687392;-0.1506695;0.01500145,0.07338022;0.0005013142;-0.0318605,0.04418021;-0.3766947;0.003783751,0.01378341;-0.7196937;0.06645532,0.01580787;-0.7116865;-0.03107528,-0.07127618;0.008777576;-0.03525139,-0.1134356;-0.3687369;-0.02498465,-0.1519229;-0.7068627;0.05680547,-0.1544269;-0.7612268;0.003173131,0.02429672;0.3985576;-0.02230787,89.82677
+0;0;0,0.01281454;0.1992908;-0.01090659,0.0338991;0.4964032;-0.0459439,0.1437262;0.3739226;-0.01701796,0.1763061;0.1038493;0.04930656,0.22479;-0.1712667;0.06829264,-0.09052743;0.3732852;-0.03079784,-0.1811769;0.1124622;0.01561404,-0.2556318;-0.1572557;0.02604046,0.07034808;0.0005212226;-0.03809037,0.05778622;-0.3768615;0.004623771,0.02611587;-0.7192243;0.07008135,0.02929502;-0.7127066;-0.02707045,-0.07006238;0.009784468;-0.03735676,-0.1278985;-0.3652644;-0.01752491,-0.1722354;-0.6997345;0.07555563,-0.1664998;-0.6930743;-0.02151319,0.02694437;0.3977875;-0.03089174,0;0;0,0.01407693;0.1991149;-0.01245448,0.04298425;0.4930449;-0.06398491,0.1467589;0.3668601;-0.01684323,0.1733315;0.09532422;0.04610251,0.2046079;-0.1825094;0.06127748,-0.08244665;0.3687047;-0.02433968,-0.1758855;0.110463;0.03025357,-0.2612993;-0.1560946;0.02307512,0.07333227;0.0002552677;-0.03197365,0.04383001;-0.3769903;0.002888765,0.01242516;-0.7200179;0.06490324,0.01406674;-0.7140065;-0.03216301,-0.07131012;0.008999123;-0.03512666,-0.1136643;-0.3685122;-0.0255693,-0.1533889;-0.7062425;0.05725684,-0.1563691;-0.7585889;0.0005983114,0.03307939;0.396025;-0.04187063,89.84863
+0;0;0,0.01281454;0.1992908;-0.01090659,0.0338991;0.4964032;-0.0459439,0.1437262;0.3739226;-0.01701796,0.1763061;0.1038493;0.04930656,0.22479;-0.1712667;0.06829264,-0.09052743;0.3732852;-0.03079784,-0.1811769;0.1124622;0.01561404,-0.2556318;-0.1572557;0.02604046,0.07034808;0.0005212226;-0.03809037,0.05778622;-0.3768615;0.004623771,0.02611587;-0.7192243;0.07008135,0.02929502;-0.7127066;-0.02707045,-0.07006238;0.009784468;-0.03735676,-0.1278985;-0.3652644;-0.01752491,-0.1722354;-0.6997345;0.07555563,-0.1664998;-0.6930743;-0.02151319,0.02694437;0.3977875;-0.03089174,0;0;0,0.01407693;0.1991149;-0.01245448,0.04298425;0.4930449;-0.06398491,0.1467589;0.3668601;-0.01684323,0.1733315;0.09532422;0.04610251,0.2046079;-0.1825094;0.06127748,-0.08244665;0.3687047;-0.02433968,-0.1758855;0.110463;0.03025357,-0.2612993;-0.1560946;0.02307512,0.07333227;0.0002552677;-0.03197365,0.04383001;-0.3769903;0.002888765,0.01242516;-0.7200179;0.06490324,0.01406674;-0.7140065;-0.03216301,-0.07131012;0.008999123;-0.03512666,-0.1136643;-0.3685122;-0.0255693,-0.1533889;-0.7062425;0.05725684,-0.1563691;-0.7585889;0.0005983114,0.03307939;0.396025;-0.04187063,89.85998
+0;0;0,0.01281454;0.1992908;-0.01090659,0.0338991;0.4964032;-0.0459439,0.1437262;0.3739226;-0.01701796,0.1763061;0.1038493;0.04930656,0.22479;-0.1712667;0.06829264,-0.09052743;0.3732852;-0.03079784,-0.1811769;0.1124622;0.01561404,-0.2556318;-0.1572557;0.02604046,0.07034808;0.0005212226;-0.03809037,0.05778622;-0.3768615;0.004623771,0.02611587;-0.7192243;0.07008135,0.02929502;-0.7127066;-0.02707045,-0.07006238;0.009784468;-0.03735676,-0.1278985;-0.3652644;-0.01752491,-0.1722354;-0.6997345;0.07555563,-0.1664998;-0.6930743;-0.02151319,0.02694437;0.3977875;-0.03089174,0;0;0,0.01519884;0.1988612;-0.01494011,0.0417817;0.4933189;-0.06497548,0.1466395;0.3666219;-0.01978155,0.1716661;0.09633914;0.04892725,0.2009303;-0.1812509;0.07100336,-0.08250901;0.3685632;-0.02542717,-0.177716;0.1118957;0.03337275,-0.2648023;-0.154216;0.03408972,0.07335237;5.203616E-06;-0.03192852,0.04327685;-0.3771831;0.003063306,0.01069607;-0.7202979;0.06397928,0.01189064;-0.7144118;-0.03306244,-0.07128282;0.009207889;-0.03512797,-0.1137591;-0.3682568;-0.02435036,-0.1529358;-0.7056638;0.06004004,-0.1586787;-0.7554954;9.062886E-05,0.03283345;0.3959461;-0.04403615,89.87138
+0;0;0,0.01365615;0.1991783;-0.01189635,0.03518852;0.4960765;-0.04846281,0.14501;0.3741068;-0.01900513,0.1769129;0.1051239;0.05192036,0.2263409;-0.1691145;0.07930996,-0.08953641;0.374089;-0.03351321,-0.1828649;0.1153858;0.01904574,-0.2588508;-0.1536563;0.03461738,0.07029854;0.0003405082;-0.03818375,0.0576132;-0.377122;0.003782034,0.02419987;-0.719296;0.06936008,0.02762412;-0.7129548;-0.02774056,-0.07015008;0.009921125;-0.03715559,-0.1277808;-0.3650291;-0.01499635,-0.1739993;-0.6972176;0.08507672,-0.1680309;-0.6908135;-0.01191613,0.02814876;0.3975385;-0.03294795,0;0;0,0.01519884;0.1988612;-0.01494011,0.0417817;0.4933189;-0.06497548,0.1466395;0.3666219;-0.01978155,0.1716661;0.09633914;0.04892725,0.2009303;-0.1812509;0.07100336,-0.08250901;0.3685632;-0.02542717,-0.177716;0.1118957;0.03337275,-0.2648023;-0.154216;0.03408972,0.07335237;5.203616E-06;-0.03192852,0.04327685;-0.3771831;0.003063306,0.01069607;-0.7202979;0.06397928,0.01189064;-0.7144118;-0.03306244,-0.07128282;0.009207889;-0.03512797,-0.1137591;-0.3682568;-0.02435036,-0.1529358;-0.7056638;0.06004004,-0.1586787;-0.7554954;9.062886E-05,0.03283345;0.3959461;-0.04403615,89.89304
+0;0;0,0.01365615;0.1991783;-0.01189635,0.03518852;0.4960765;-0.04846281,0.14501;0.3741068;-0.01900513,0.1769129;0.1051239;0.05192036,0.2263409;-0.1691145;0.07930996,-0.08953641;0.374089;-0.03351321,-0.1828649;0.1153858;0.01904574,-0.2588508;-0.1536563;0.03461738,0.07029854;0.0003405082;-0.03818375,0.0576132;-0.377122;0.003782034,0.02419987;-0.719296;0.06936008,0.02762412;-0.7129548;-0.02774056,-0.07015008;0.009921125;-0.03715559,-0.1277808;-0.3650291;-0.01499635,-0.1739993;-0.6972176;0.08507672,-0.1680309;-0.6908135;-0.01191613,0.02814876;0.3975385;-0.03294795,0;0;0,0.01631946;0.1985938;-0.01715107,0.04246531;0.4930239;-0.0677937,0.1473515;0.36533;-0.02222363,0.1705576;0.0959422;0.05052057,0.1996125;-0.1809894;0.079926,-0.08109101;0.3678575;-0.02719508,-0.1788269;0.1130562;0.03544681,-0.2664077;-0.1526417;0.04703321,0.07337964;-0.0002156182;-0.03186505,0.04202941;-0.3773412;0.002681144,0.00900504;-0.720461;0.06332915,0.01000082;-0.7148399;-0.03364857,-0.07126342;0.009380938;-0.03512155,-0.1141568;-0.3680125;-0.02353046,-0.1543331;-0.7029706;0.06968406,-0.1625552;-0.756361;0.01510895,0.03394079;0.3955304;-0.04724237,89.9043
+0;0;0,0.01365615;0.1991783;-0.01189635,0.03518852;0.4960765;-0.04846281,0.14501;0.3741068;-0.01900513,0.1769129;0.1051239;0.05192036,0.2263409;-0.1691145;0.07930996,-0.08953641;0.374089;-0.03351321,-0.1828649;0.1153858;0.01904574,-0.2588508;-0.1536563;0.03461738,0.07029854;0.0003405082;-0.03818375,0.0576132;-0.377122;0.003782034,0.02419987;-0.719296;0.06936008,0.02762412;-0.7129548;-0.02774056,-0.07015008;0.009921125;-0.03715559,-0.1277808;-0.3650291;-0.01499635,-0.1739993;-0.6972176;0.08507672,-0.1680309;-0.6908135;-0.01191613,0.02814876;0.3975385;-0.03294795,0;0;0,0.01631946;0.1985938;-0.01715107,0.04246531;0.4930239;-0.0677937,0.1473515;0.36533;-0.02222363,0.1705576;0.0959422;0.05052057,0.1996125;-0.1809894;0.079926,-0.08109101;0.3678575;-0.02719508,-0.1788269;0.1130562;0.03544681,-0.2664077;-0.1526417;0.04703321,0.07337964;-0.0002156182;-0.03186505,0.04202941;-0.3773412;0.002681144,0.00900504;-0.720461;0.06332915,0.01000082;-0.7148399;-0.03364857,-0.07126342;0.009380938;-0.03512155,-0.1141568;-0.3680125;-0.02353046,-0.1543331;-0.7029706;0.06968406,-0.1625552;-0.756361;0.01510895,0.03394079;0.3955304;-0.04724237,89.9159
+0;0;0,0.01438476;0.1990656;-0.01288262,0.03683442;0.4956643;-0.05127558,0.1464251;0.3744334;-0.02067699,0.1787873;0.1072164;0.05644483,0.2286135;-0.1662617;0.09001684,-0.0883525;0.3746731;-0.03484449,-0.1824076;0.1174104;0.02320331,-0.2602432;-0.150713;0.04445148,0.0702913;0.0003114516;-0.03819732,0.05688134;-0.3771722;0.003351025,0.02410775;-0.7194161;0.06888732,0.02738955;-0.7132859;-0.02816661,-0.07019086;0.009915658;-0.03707995,-0.1269993;-0.3648411;-0.01005794,-0.1745351;-0.6942364;0.09828898,-0.1687036;-0.6881003;0.001353398,0.02950465;0.3972476;-0.03513794,0;0;0,0.01649962;0.1984268;-0.0188296,0.04237051;0.4926582;-0.07080721,0.1475541;0.3654483;-0.0252484,0.1708122;0.09742862;0.05236939,0.1983894;-0.1788291;0.08871734,-0.08092099;0.3675771;-0.02907905,-0.1799348;0.1143472;0.03778547,-0.2689788;-0.1505904;0.05449606,0.07338796;-0.000364172;-0.03184454,0.04106344;-0.3774564;0.002164342,0.00782359;-0.7205428;0.06288356,0.008523753;-0.7151691;-0.03403424,-0.07124772;0.00948782;-0.03512468,-0.1148334;-0.3677414;-0.02103896,-0.1571642;-0.6993805;0.08251593,-0.1542896;-0.6941835;-0.01431668,0.03396663;0.3952111;-0.04998823,89.93784
+0;0;0,0.01438476;0.1990656;-0.01288262,0.03683442;0.4956643;-0.05127558,0.1464251;0.3744334;-0.02067699,0.1787873;0.1072164;0.05644483,0.2286135;-0.1662617;0.09001684,-0.0883525;0.3746731;-0.03484449,-0.1824076;0.1174104;0.02320331,-0.2602432;-0.150713;0.04445148,0.0702913;0.0003114516;-0.03819732,0.05688134;-0.3771722;0.003351025,0.02410775;-0.7194161;0.06888732,0.02738955;-0.7132859;-0.02816661,-0.07019086;0.009915658;-0.03707995,-0.1269993;-0.3648411;-0.01005794,-0.1745351;-0.6942364;0.09828898,-0.1687036;-0.6881003;0.001353398,0.02950465;0.3972476;-0.03513794,0;0;0,0.01649962;0.1984268;-0.0188296,0.04237051;0.4926582;-0.07080721,0.1475541;0.3654483;-0.0252484,0.1708122;0.09742862;0.05236939,0.1983894;-0.1788291;0.08871734,-0.08092099;0.3675771;-0.02907905,-0.1799348;0.1143472;0.03778547,-0.2689788;-0.1505904;0.05449606,0.07338796;-0.000364172;-0.03184454,0.04106344;-0.3774564;0.002164342,0.00782359;-0.7205428;0.06288356,0.008523753;-0.7151691;-0.03403424,-0.07124772;0.00948782;-0.03512468,-0.1148334;-0.3677414;-0.02103896,-0.1571642;-0.6993805;0.08251593,-0.1542896;-0.6941835;-0.01431668,0.03396663;0.3952111;-0.04998823,89.94961
+0;0;0,0.01710208;0.1980477;-0.02201382,0.04116353;0.489354;-0.08941333,0.141719;0.3551199;-0.02648462,0.1753111;0.08960918;0.05582953,0.2233296;-0.1833405;0.09573771,-0.07704262;0.356615;-0.03981305,-0.1735225;0.1016578;0.0241283,-0.2523009;-0.1654735;0.05302148,0.07033129;0.0003456959;-0.03812335,0.05492117;-0.3771482;0.002630021,0.02090406;-0.7193589;0.06770426,0.02420098;-0.7161492;-0.02858393,-0.07019615;0.009849729;-0.0370875,-0.1278274;-0.364375;-0.004923932,-0.1732202;-0.6892248;0.1171908,-0.1906842;-0.7452086;0.06921361,0.034558;0.3924865;-0.06547509,0;0;0,0.01666769;0.1982272;-0.02069177,0.04322262;0.4920253;-0.07473682,0.1480904;0.3649255;-0.02831431,0.1702917;0.09797892;0.05321245,0.1973636;-0.1774615;0.09563518,-0.08029464;0.3674445;-0.03172058,-0.1807365;0.1157016;0.03854305,-0.2704248;-0.1481559;0.06565791,0.07335976;-0.0004975076;-0.03190764,0.03986258;-0.3775687;0.001187477,0.006136719;-0.7207705;0.06097975,0.006704985;-0.7157214;-0.03585583,-0.07128486;0.009572883;-0.0350261,-0.1160751;-0.367411;-0.01838395,-0.1600039;-0.6952684;0.09598306,-0.168207;-0.7467117;0.0385401,0.03455928;0.3947483;-0.05323981,89.97136
+0;0;0,0.01710208;0.1980477;-0.02201382,0.04116353;0.489354;-0.08941333,0.141719;0.3551199;-0.02648462,0.1753111;0.08960918;0.05582953,0.2233296;-0.1833405;0.09573771,-0.07704262;0.356615;-0.03981305,-0.1735225;0.1016578;0.0241283,-0.2523009;-0.1654735;0.05302148,0.07033129;0.0003456959;-0.03812335,0.05492117;-0.3771482;0.002630021,0.02090406;-0.7193589;0.06770426,0.02420098;-0.7161492;-0.02858393,-0.07019615;0.009849729;-0.0370875,-0.1278274;-0.364375;-0.004923932,-0.1732202;-0.6892248;0.1171908,-0.1906842;-0.7452086;0.06921361,0.034558;0.3924865;-0.06547509,0;0;0,0.01666769;0.1982272;-0.02069177,0.04322262;0.4920253;-0.07473682,0.1480904;0.3649255;-0.02831431,0.1702917;0.09797892;0.05321245,0.1973636;-0.1774615;0.09563518,-0.08029464;0.3674445;-0.03172058,-0.1807365;0.1157016;0.03854305,-0.2704248;-0.1481559;0.06565791,0.07335976;-0.0004975076;-0.03190764,0.03986258;-0.3775687;0.001187477,0.006136719;-0.7207705;0.06097975,0.006704985;-0.7157214;-0.03585583,-0.07128486;0.009572883;-0.0350261,-0.1160751;-0.367411;-0.01838395,-0.1600039;-0.6952684;0.09598306,-0.168207;-0.7467117;0.0385401,0.03455928;0.3947483;-0.05323981,89.98283
+0;0;0,0.01710208;0.1980477;-0.02201382,0.04116353;0.489354;-0.08941333,0.141719;0.3551199;-0.02648462,0.1753111;0.08960918;0.05582953,0.2233296;-0.1833405;0.09573771,-0.07704262;0.356615;-0.03981305,-0.1735225;0.1016578;0.0241283,-0.2523009;-0.1654735;0.05302148,0.07033129;0.0003456959;-0.03812335,0.05492117;-0.3771482;0.002630021,0.02090406;-0.7193589;0.06770426,0.02420098;-0.7161492;-0.02858393,-0.07019615;0.009849729;-0.0370875,-0.1278274;-0.364375;-0.004923932,-0.1732202;-0.6892248;0.1171908,-0.1906842;-0.7452086;0.06921361,0.034558;0.3924865;-0.06547509,0;0;0,0.01745573;0.1979747;-0.0223898,0.0452166;0.4911545;-0.07912661,0.1492973;0.3635496;-0.03107803,0.1714857;0.09786206;0.05446626,0.1964493;-0.1771605;0.1007201,-0.07854802;0.3669329;-0.0341844,-0.1804665;0.117171;0.0408601,-0.2711117;-0.1454097;0.07599948,0.07332787;-0.0006981909;-0.03197711,0.039919;-0.3777806;0.001079168,0.005466647;-0.7210482;0.0600742,0.005918629;-0.7163609;-0.03666805,-0.07128947;0.009760582;-0.03496487,-0.1167911;-0.3667466;-0.0110498,-0.1615274;-0.6922891;0.1094523,-0.1730997;-0.7456502;0.055443,0.03613231;0.3941119;-0.05676137,90.00503
+0;0;0,0.01710208;0.1980477;-0.02201382,0.04116353;0.489354;-0.08941333,0.141719;0.3551199;-0.02648462,0.1753111;0.08960918;0.05582953,0.2233296;-0.1833405;0.09573771,-0.07704262;0.356615;-0.03981305,-0.1735225;0.1016578;0.0241283,-0.2523009;-0.1654735;0.05302148,0.07033129;0.0003456959;-0.03812335,0.05492117;-0.3771482;0.002630021,0.02090406;-0.7193589;0.06770426,0.02420098;-0.7161492;-0.02858393,-0.07019615;0.009849729;-0.0370875,-0.1278274;-0.364375;-0.004923932,-0.1732202;-0.6892248;0.1171908,-0.1906842;-0.7452086;0.06921361,0.034558;0.3924865;-0.06547509,0;0;0,0.01745573;0.1979747;-0.0223898,0.0452166;0.4911545;-0.07912661,0.1492973;0.3635496;-0.03107803,0.1714857;0.09786206;0.05446626,0.1964493;-0.1771605;0.1007201,-0.07854802;0.3669329;-0.0341844,-0.1804665;0.117171;0.0408601,-0.2711117;-0.1454097;0.07599948,0.07332787;-0.0006981909;-0.03197711,0.039919;-0.3777806;0.001079168,0.005466647;-0.7210482;0.0600742,0.005918629;-0.7163609;-0.03666805,-0.07128947;0.009760582;-0.03496487,-0.1167911;-0.3667466;-0.0110498,-0.1615274;-0.6922891;0.1094523,-0.1730997;-0.7456502;0.055443,0.03613231;0.3941119;-0.05676137,90.02714
+0;0;0,0.01695634;0.197817;-0.02410232,0.03968743;0.4897349;-0.08922381,0.1409895;0.3560437;-0.02789801,0.1753397;0.09223488;0.05942298,0.2232024;-0.1795091;0.1070081,-0.07850435;0.3563495;-0.04053842,-0.1766826;0.1036774;0.02958853,-0.2579286;-0.1622455;0.06251403,0.07028441;0.0002744597;-0.03821028,0.05312032;-0.3771208;0.002755951,0.01901097;-0.7193463;0.06770414,0.02232366;-0.716153;-0.02857894,-0.07028149;0.009891936;-0.03691424,-0.1285481;-0.3636609;0.001338191,-0.1740219;-0.6870198;0.1273191,-0.2012819;-0.7447466;0.08781061,0.03308584;0.3928539;-0.06533889,0;0;0,0.01742585;0.1978521;-0.02347066,0.04488505;0.4909073;-0.08100741,0.1493667;0.3633572;-0.03407069,0.1708607;0.09888798;0.05533865,0.1949366;-0.175626;0.1049617,-0.07876745;0.3663339;-0.03629275,-0.1818578;0.1181332;0.0422489,-0.2728024;-0.1435642;0.08278975,0.07320867;-0.0009786182;-0.0322418,0.03921352;-0.3780013;0.0008980744,0.004722752;-0.721346;0.05941987,0.005008984;-0.7168263;-0.03727902,-0.07133164;0.01008932;-0.0347851,-0.1185096;-0.3659385;-0.006905463,-0.1632088;-0.6867884;0.1255985,-0.1794999;-0.7408105;0.07387899,0.03590522;0.393904;-0.05843019,90.03847
+0;0;0,0.01695634;0.197817;-0.02410232,0.03968743;0.4897349;-0.08922381,0.1409895;0.3560437;-0.02789801,0.1753397;0.09223488;0.05942298,0.2232024;-0.1795091;0.1070081,-0.07850435;0.3563495;-0.04053842,-0.1766826;0.1036774;0.02958853,-0.2579286;-0.1622455;0.06251403,0.07028441;0.0002744597;-0.03821028,0.05312032;-0.3771208;0.002755951,0.01901097;-0.7193463;0.06770414,0.02232366;-0.716153;-0.02857894,-0.07028149;0.009891936;-0.03691424,-0.1285481;-0.3636609;0.001338191,-0.1740219;-0.6870198;0.1273191,-0.2012819;-0.7447466;0.08781061,0.03308584;0.3928539;-0.06533889,0;0;0,0.01742585;0.1978521;-0.02347066,0.04488505;0.4909073;-0.08100741,0.1493667;0.3633572;-0.03407069,0.1708607;0.09888798;0.05533865,0.1949366;-0.175626;0.1049617,-0.07876745;0.3663339;-0.03629275,-0.1818578;0.1181332;0.0422489,-0.2728024;-0.1435642;0.08278975,0.07320867;-0.0009786182;-0.0322418,0.03921352;-0.3780013;0.0008980744,0.004722752;-0.721346;0.05941987,0.005008984;-0.7168263;-0.03727902,-0.07133164;0.01008932;-0.0347851,-0.1185096;-0.3659385;-0.006905463,-0.1632088;-0.6867884;0.1255985,-0.1794999;-0.7408105;0.07387899,0.03590522;0.393904;-0.05843019,90.06092
+0;0;0,0.01704697;0.1975566;-0.02609187,0.03905928;0.4897122;-0.09032914,0.1407493;0.3564812;-0.02993842,0.1750056;0.09441328;0.06251097,0.221607;-0.1758254;0.1190738,-0.07936445;0.3564976;-0.04179449,-0.1788121;0.1059929;0.03408424,-0.2629766;-0.1582542;0.07268199,0.07023568;0.0001437867;-0.03830051,0.05212393;-0.3772492;0.002276678,0.0181444;-0.7194625;0.0673569,0.02137231;-0.7163935;-0.02889434,-0.07033999;0.009986776;-0.03677705,-0.1298691;-0.3628296;0.006399725,-0.1755503;-0.6825091;0.1413746,-0.1698135;-0.679581;0.04527985,0.03233375;0.3928783;-0.06628852,0;0;0,0.01769546;0.1977057;-0.02448074,0.04519104;0.4904777;-0.08343442,0.1497398;0.3626952;-0.0368184,0.1708645;0.09941918;0.05613045,0.1941033;-0.1747006;0.108268,-0.07838058;0.3656576;-0.03829616,-0.1830405;0.1191681;0.04349133,-0.2737789;-0.1414508;0.09086575,0.07324015;-0.001052902;-0.03216788,0.03923514;-0.3780878;0.0008223429,0.004847415;-0.7214257;0.05944514,0.004981625;-0.7171229;-0.03719665,-0.07129773;0.01012748;-0.03484347,-0.1202472;-0.3649119;0.00189114,-0.1624332;-0.6792021;0.1500195,-0.1920846;-0.7341372;0.1063522,0.03620955;0.3935764;-0.06042399,90.0835
+0;0;0,0.01704697;0.1975566;-0.02609187,0.03905928;0.4897122;-0.09032914,0.1407493;0.3564812;-0.02993842,0.1750056;0.09441328;0.06251097,0.221607;-0.1758254;0.1190738,-0.07936445;0.3564976;-0.04179449,-0.1788121;0.1059929;0.03408424,-0.2629766;-0.1582542;0.07268199,0.07023568;0.0001437867;-0.03830051,0.05212393;-0.3772492;0.002276678,0.0181444;-0.7194625;0.0673569,0.02137231;-0.7163935;-0.02889434,-0.07033999;0.009986776;-0.03677705,-0.1298691;-0.3628296;0.006399725,-0.1755503;-0.6825091;0.1413746,-0.1698135;-0.679581;0.04527985,0.03233375;0.3928783;-0.06628852,0;0;0,0.01786132;0.1975428;-0.02564814,0.04535987;0.4898823;-0.0867007,0.1501028;0.3621238;-0.04044272,0.1706246;0.1003079;0.0566723,0.1940243;-0.1731668;0.1120257,-0.07803659;0.3649086;-0.04043077,-0.1837657;0.1199322;0.04446868,-0.2745318;-0.1397683;0.09659513,0.07317244;-0.00127473;-0.03231363,0.03876678;-0.378297;0.000404831,0.004164997;-0.7216283;0.05893918,0.003861602;-0.7175719;-0.0376364,-0.07130574;0.01039571;-0.03474795,-0.1211023;-0.3635181;0.01117354,-0.1636246;-0.6763297;0.162305,-0.1969134;-0.7308434;0.1204803,0.03639371;0.3931542;-0.06296723,90.10538
+0;0;0,0.01704697;0.1975566;-0.02609187,0.03905928;0.4897122;-0.09032914,0.1407493;0.3564812;-0.02993842,0.1750056;0.09441328;0.06251097,0.221607;-0.1758254;0.1190738,-0.07936445;0.3564976;-0.04179449,-0.1788121;0.1059929;0.03408424,-0.2629766;-0.1582542;0.07268199,0.07023568;0.0001437867;-0.03830051,0.05212393;-0.3772492;0.002276678,0.0181444;-0.7194625;0.0673569,0.02137231;-0.7163935;-0.02889434,-0.07033999;0.009986776;-0.03677705,-0.1298691;-0.3628296;0.006399725,-0.1755503;-0.6825091;0.1413746,-0.1698135;-0.679581;0.04527985,0.03233375;0.3928783;-0.06628852,0;0;0,0.01786132;0.1975428;-0.02564814,0.04535987;0.4898823;-0.0867007,0.1501028;0.3621238;-0.04044272,0.1706246;0.1003079;0.0566723,0.1940243;-0.1731668;0.1120257,-0.07803659;0.3649086;-0.04043077,-0.1837657;0.1199322;0.04446868,-0.2745318;-0.1397683;0.09659513,0.07317244;-0.00127473;-0.03231363,0.03876678;-0.378297;0.000404831,0.004164997;-0.7216283;0.05893918,0.003861602;-0.7175719;-0.0376364,-0.07130574;0.01039571;-0.03474795,-0.1211023;-0.3635181;0.01117354,-0.1636246;-0.6763297;0.162305,-0.1969134;-0.7308434;0.1204803,0.03639371;0.3931542;-0.06296723,90.1277
+0;0;0,0.01704741;0.1973432;-0.02765951,0.03906282;0.4893883;-0.09235126,0.140889;0.3567765;-0.03204162,0.1760209;0.09650129;0.0650284,0.220981;-0.1724004;0.1288285,-0.07955776;0.356328;-0.04336868,-0.1804878;0.1080879;0.03780977,-0.2660016;-0.1546002;0.08344245,0.07016402;-0.0001680733;-0.03843153,0.05139009;-0.3775614;0.001840685,0.01765443;-0.719762;0.06711417,0.02081145;-0.7168881;-0.02908462,-0.07029285;0.01032015;-0.03677512,-0.1305767;-0.3617878;0.01119933,-0.1769913;-0.6776563;0.1546314,-0.2096224;-0.7333549;0.1147445,0.03214391;0.3926696;-0.06790501,0;0;0,0.01809536;0.1973291;-0.02708871,0.04569821;0.4890344;-0.09104846,0.1502001;0.3610586;-0.0433869,0.1706339;0.1003325;0.05663511,0.1947731;-0.1721823;0.116242,-0.07734205;0.3636833;-0.04264501,-0.1838593;0.1203426;0.04589531,-0.2745568;-0.1386479;0.1015536,0.07309856;-0.001464631;-0.03247238,0.03902004;-0.3785092;0.0003307387,0.004984509;-0.7218423;0.059186,0.004507191;-0.7181743;-0.03728368,-0.07135366;0.01058349;-0.03459255,-0.1222469;-0.3624104;0.01722838,-0.1629719;-0.670164;0.1788736,-0.2000448;-0.7262012;0.1438993,0.03670131;0.3925601;-0.06631443,90.13883
+0;0;0,0.01704741;0.1973432;-0.02765951,0.03906282;0.4893883;-0.09235126,0.140889;0.3567765;-0.03204162,0.1760209;0.09650129;0.0650284,0.220981;-0.1724004;0.1288285,-0.07955776;0.356328;-0.04336868,-0.1804878;0.1080879;0.03780977,-0.2660016;-0.1546002;0.08344245,0.07016402;-0.0001680733;-0.03843153,0.05139009;-0.3775614;0.001840685,0.01765443;-0.719762;0.06711417,0.02081145;-0.7168881;-0.02908462,-0.07029285;0.01032015;-0.03677512,-0.1305767;-0.3617878;0.01119933,-0.1769913;-0.6776563;0.1546314,-0.2096224;-0.7333549;0.1147445,0.03214391;0.3926696;-0.06790501,0;0;0,0.01809536;0.1973291;-0.02708871,0.04569821;0.4890344;-0.09104846,0.1502001;0.3610586;-0.0433869,0.1706339;0.1003325;0.05663511,0.1947731;-0.1721823;0.116242,-0.07734205;0.3636833;-0.04264501,-0.1838593;0.1203426;0.04589531,-0.2745568;-0.1386479;0.1015536,0.07309856;-0.001464631;-0.03247238,0.03902004;-0.3785092;0.0003307387,0.004984509;-0.7218423;0.059186,0.004507191;-0.7181743;-0.03728368,-0.07135366;0.01058349;-0.03459255,-0.1222469;-0.3624104;0.01722838,-0.1629719;-0.670164;0.1788736,-0.2000448;-0.7262012;0.1438993,0.03670131;0.3925601;-0.06631443,90.15022
+0;0;0,0.01704741;0.1973432;-0.02765951,0.03906282;0.4893883;-0.09235126,0.140889;0.3567765;-0.03204162,0.1760209;0.09650129;0.0650284,0.220981;-0.1724004;0.1288285,-0.07955776;0.356328;-0.04336868,-0.1804878;0.1080879;0.03780977,-0.2660016;-0.1546002;0.08344245,0.07016402;-0.0001680733;-0.03843153,0.05139009;-0.3775614;0.001840685,0.01765443;-0.719762;0.06711417,0.02081145;-0.7168881;-0.02908462,-0.07029285;0.01032015;-0.03677512,-0.1305767;-0.3617878;0.01119933,-0.1769913;-0.6776563;0.1546314,-0.2096224;-0.7333549;0.1147445,0.03214391;0.3926696;-0.06790501,0;0;0,0.01809536;0.1973291;-0.02708871,0.04569821;0.4890344;-0.09104846,0.1502001;0.3610586;-0.0433869,0.1706339;0.1003325;0.05663511,0.1947731;-0.1721823;0.116242,-0.07734205;0.3636833;-0.04264501,-0.1838593;0.1203426;0.04589531,-0.2745568;-0.1386479;0.1015536,0.07309856;-0.001464631;-0.03247238,0.03902004;-0.3785092;0.0003307387,0.004984509;-0.7218423;0.059186,0.004507191;-0.7181743;-0.03728368,-0.07135366;0.01058349;-0.03459255,-0.1222469;-0.3624104;0.01722838,-0.1629719;-0.670164;0.1788736,-0.2000448;-0.7262012;0.1438993,0.03670131;0.3925601;-0.06631443,90.16156
+0;0;0,0.01704741;0.1973432;-0.02765951,0.03906282;0.4893883;-0.09235126,0.140889;0.3567765;-0.03204162,0.1760209;0.09650129;0.0650284,0.220981;-0.1724004;0.1288285,-0.07955776;0.356328;-0.04336868,-0.1804878;0.1080879;0.03780977,-0.2660016;-0.1546002;0.08344245,0.07016402;-0.0001680733;-0.03843153,0.05139009;-0.3775614;0.001840685,0.01765443;-0.719762;0.06711417,0.02081145;-0.7168881;-0.02908462,-0.07029285;0.01032015;-0.03677512,-0.1305767;-0.3617878;0.01119933,-0.1769913;-0.6776563;0.1546314,-0.2096224;-0.7333549;0.1147445,0.03214391;0.3926696;-0.06790501,0;0;0,0.01812141;0.1971865;-0.02809113,0.04566827;0.4886634;-0.09311624,0.1505809;0.3612;-0.04651459,0.1723393;0.1016349;0.05621088,0.1930658;-0.1703905;0.1192393,-0.07740116;0.3632449;-0.04482753,-0.1847809;0.1216625;0.04740887,-0.2756836;-0.1367832;0.1052238,0.07307643;-0.001526059;-0.0325193,0.03933578;-0.3786235;2.397969E-05,0.004478067;-0.7219398;0.05849478,0.003752371;-0.718444;-0.03792617,-0.07137345;0.01058751;-0.03455047,-0.1232312;-0.3614338;0.02299029,-0.1631097;-0.6627868;0.1964724,-0.2013781;-0.7227053;0.1752543,0.03669365;0.392269;-0.06806485,90.18409
+0;0;0,0.01589069;0.1972931;-0.02868639,0.03680508;0.489385;-0.09351069,0.1392913;0.3565344;-0.03434926,0.1745695;0.09825641;0.0678658,0.2170888;-0.1686578;0.1410021,-0.08110249;0.3559358;-0.04324187,-0.178683;0.1074429;0.04119313,-0.2641074;-0.1541982;0.09263857,0.0701953;-0.0002396101;-0.03837397,0.04924753;-0.3775597;0.001509916,0.01534512;-0.7197063;0.06698012,0.01756526;-0.7168916;-0.02922814,-0.07029136;0.01032207;-0.03677743,-0.1324595;-0.3607427;0.01657086,-0.1799131;-0.6719295;0.1695772,-0.213988;-0.725225;0.1259792,0.03021074;0.3926814;-0.06891543,0;0;0,0.01835149;0.1969536;-0.02953787,0.0457719;0.48798;-0.09660998,0.1510817;0.361273;-0.05040609,0.1737122;0.1034395;0.0564102,0.192449;-0.168224;0.1215863,-0.0769875;0.362475;-0.04671546,-0.1849435;0.122351;0.04860505,-0.2762658;-0.1355565;0.1081359,0.0730323;-0.001585513;-0.03261547,0.03951243;-0.3787386;-0.0004912652,0.004892617;-0.7220099;0.05838402,0.003508118;-0.7188126;-0.03794716,-0.0714203;0.0106298;-0.03444049,-0.1232701;-0.3604946;0.02863293,-0.1619786;-0.6568558;0.2107639,-0.2011369;-0.7175844;0.1954355,0.03684282;0.3917513;-0.07091372,90.20568
+0;0;0,0.01589069;0.1972931;-0.02868639,0.03680508;0.489385;-0.09351069,0.1392913;0.3565344;-0.03434926,0.1745695;0.09825641;0.0678658,0.2170888;-0.1686578;0.1410021,-0.08110249;0.3559358;-0.04324187,-0.178683;0.1074429;0.04119313,-0.2641074;-0.1541982;0.09263857,0.0701953;-0.0002396101;-0.03837397,0.04924753;-0.3775597;0.001509916,0.01534512;-0.7197063;0.06698012,0.01756526;-0.7168916;-0.02922814,-0.07029136;0.01032207;-0.03677743,-0.1324595;-0.3607427;0.01657086,-0.1799131;-0.6719295;0.1695772,-0.213988;-0.725225;0.1259792,0.03021074;0.3926814;-0.06891543,0;0;0,0.01835149;0.1969536;-0.02953787,0.0457719;0.48798;-0.09660998,0.1510817;0.361273;-0.05040609,0.1737122;0.1034395;0.0564102,0.192449;-0.168224;0.1215863,-0.0769875;0.362475;-0.04671546,-0.1849435;0.122351;0.04860505,-0.2762658;-0.1355565;0.1081359,0.0730323;-0.001585513;-0.03261547,0.03951243;-0.3787386;-0.0004912652,0.004892617;-0.7220099;0.05838402,0.003508118;-0.7188126;-0.03794716,-0.0714203;0.0106298;-0.03444049,-0.1232701;-0.3604946;0.02863293,-0.1619786;-0.6568558;0.2107639,-0.2011369;-0.7175844;0.1954355,0.03684282;0.3917513;-0.07091372,90.21736
+0;0;0,0.01524105;0.1971768;-0.02981627,0.03520825;0.4891459;-0.0954684,0.138198;0.3563466;-0.03660508,0.1740147;0.100627;0.07167538,0.2141859;-0.1644374;0.152466,-0.08194578;0.3552189;-0.04371434,-0.1783951;0.1076621;0.04467759,-0.26456;-0.1527847;0.1007407,0.07020971;-0.0004993452;-0.0383451,0.04907016;-0.3778949;0.0007154271,0.01428445;-0.7198555;0.06669178,0.01599662;-0.71719;-0.02948462,-0.07024028;0.01053869;-0.03681356,-0.1339309;-0.3596862;0.02043132,-0.1821083;-0.6642346;0.1860489,-0.1778512;-0.6619703;0.09006654,0.02891822;0.3925139;-0.07051471,0;0;0,0.01936317;0.1964579;-0.03208389,0.04976968;0.4852459;-0.1069831,0.153831;0.3618882;-0.054123,0.1769143;0.1053373;0.05564414,0.1947113;-0.1660016;0.1224156,-0.07406823;0.3639439;-0.05036768,-0.1827038;0.1255544;0.04846948,-0.2748773;-0.1313115;0.1111108,0.07300498;-0.001613;-0.03267524,0.03933943;-0.378786;-0.0009394772,0.004722208;-0.7220377;0.05805112,0.003098092;-0.7196717;-0.03804118,-0.07145172;0.01060696;-0.03438233,-0.1233445;-0.3594203;0.03480558,-0.1609991;-0.6487611;0.2281033,-0.1605272;-0.6473547;0.1322796,0.03969636;0.389982;-0.07828963,90.23945
+0;0;0,0.01524105;0.1971768;-0.02981627,0.03520825;0.4891459;-0.0954684,0.138198;0.3563466;-0.03660508,0.1740147;0.100627;0.07167538,0.2141859;-0.1644374;0.152466,-0.08194578;0.3552189;-0.04371434,-0.1783951;0.1076621;0.04467759,-0.26456;-0.1527847;0.1007407,0.07020971;-0.0004993452;-0.0383451,0.04907016;-0.3778949;0.0007154271,0.01428445;-0.7198555;0.06669178,0.01599662;-0.71719;-0.02948462,-0.07024028;0.01053869;-0.03681356,-0.1339309;-0.3596862;0.02043132,-0.1821083;-0.6642346;0.1860489,-0.1778512;-0.6619703;0.09006654,0.02891822;0.3925139;-0.07051471,0;0;0,0.01936317;0.1964579;-0.03208389,0.04976968;0.4852459;-0.1069831,0.153831;0.3618882;-0.054123,0.1769143;0.1053373;0.05564414,0.1947113;-0.1660016;0.1224156,-0.07406823;0.3639439;-0.05036768,-0.1827038;0.1255544;0.04846948,-0.2748773;-0.1313115;0.1111108,0.07300498;-0.001613;-0.03267524,0.03933943;-0.378786;-0.0009394772,0.004722208;-0.7220377;0.05805112,0.003098092;-0.7196717;-0.03804118,-0.07145172;0.01060696;-0.03438233,-0.1233445;-0.3594203;0.03480558,-0.1609991;-0.6487611;0.2281033,-0.1605272;-0.6473547;0.1322796,0.03969636;0.389982;-0.07828963,90.25089
+0;0;0,0.01524105;0.1971768;-0.02981627,0.03520825;0.4891459;-0.0954684,0.138198;0.3563466;-0.03660508,0.1740147;0.100627;0.07167538,0.2141859;-0.1644374;0.152466,-0.08194578;0.3552189;-0.04371434,-0.1783951;0.1076621;0.04467759,-0.26456;-0.1527847;0.1007407,0.07020971;-0.0004993452;-0.0383451,0.04907016;-0.3778949;0.0007154271,0.01428445;-0.7198555;0.06669178,0.01599662;-0.71719;-0.02948462,-0.07024028;0.01053869;-0.03681356,-0.1339309;-0.3596862;0.02043132,-0.1821083;-0.6642346;0.1860489,-0.1778512;-0.6619703;0.09006654,0.02891822;0.3925139;-0.07051471,0;0;0,0.01996913;0.1960278;-0.03426882,0.05089758;0.4839034;-0.1124458,0.1549754;0.3621899;-0.05769332,0.1796895;0.1071444;0.05518277,0.1954007;-0.1634981;0.1252239,-0.07289495;0.3641171;-0.05333247,-0.1823267;0.12799;0.04995689,-0.2749071;-0.1279762;0.1156088,0.07291557;-0.001688356;-0.03287048,0.04057193;-0.3790772;-0.002349716,0.004970264;-0.7221227;0.05725183,0.003104021;-0.7202501;-0.03869276,-0.07154735;0.01069422;-0.03415566,-0.1233858;-0.3582607;0.04057769,-0.1606633;-0.6441578;0.2390046,-0.1604436;-0.6433257;0.1433532,0.0407342;0.3889136;-0.08288827,90.2729
+0;0;0,0.01524105;0.1971768;-0.02981627,0.03520825;0.4891459;-0.0954684,0.138198;0.3563466;-0.03660508,0.1740147;0.100627;0.07167538,0.2141859;-0.1644374;0.152466,-0.08194578;0.3552189;-0.04371434,-0.1783951;0.1076621;0.04467759,-0.26456;-0.1527847;0.1007407,0.07020971;-0.0004993452;-0.0383451,0.04907016;-0.3778949;0.0007154271,0.01428445;-0.7198555;0.06669178,0.01599662;-0.71719;-0.02948462,-0.07024028;0.01053869;-0.03681356,-0.1339309;-0.3596862;0.02043132,-0.1821083;-0.6642346;0.1860489,-0.1778512;-0.6619703;0.09006654,0.02891822;0.3925139;-0.07051471,0;0;0,0.01996913;0.1960278;-0.03426882,0.05089758;0.4839034;-0.1124458,0.1549754;0.3621899;-0.05769332,0.1796895;0.1071444;0.05518277,0.1954007;-0.1634981;0.1252239,-0.07289495;0.3641171;-0.05333247,-0.1823267;0.12799;0.04995689,-0.2749071;-0.1279762;0.1156088,0.07291557;-0.001688356;-0.03287048,0.04057193;-0.3790772;-0.002349716,0.004970264;-0.7221227;0.05725183,0.003104021;-0.7202501;-0.03869276,-0.07154735;0.01069422;-0.03415566,-0.1233858;-0.3582607;0.04057769,-0.1606633;-0.6441578;0.2390046,-0.1604436;-0.6433257;0.1433532,0.0407342;0.3889136;-0.08288827,90.28445
+0;0;0,0.01618757;0.196791;-0.03180037,0.03937512;0.4872901;-0.10263,0.1407106;0.3561718;-0.03950053,0.1757066;0.1031665;0.07523224,0.2172632;-0.1571203;0.1696982,-0.07983625;0.3562266;-0.04902116,-0.1815157;0.1138535;0.04750105,-0.2702781;-0.1442253;0.1100836,0.07015824;-0.0008201723;-0.0384337,0.04825144;-0.3781783;0.0005653836,0.01353066;-0.7201426;0.06655717,0.01626678;-0.7181083;-0.02941385,-0.07014544;0.010878;-0.03689561,-0.1355311;-0.3584064;0.02437218,-0.1856028;-0.6567824;0.2003397,-0.2279069;-0.7136565;0.1745858,0.03179905;0.3913092;-0.07560635,0;0;0,0.02041724;0.1956002;-0.03638266,0.051315;0.4828023;-0.1170319,0.1556102;0.3626584;-0.06091868,0.1792176;0.1096943;0.05677516,0.1951606;-0.1610493;0.1263719,-0.07235169;0.36466;-0.05580089,-0.1812541;0.1307298;0.05290487,-0.2760761;-0.1238163;0.1208393,0.07288195;-0.001645641;-0.03294712,0.04038152;-0.3790472;-0.002751697,0.004785597;-0.7220509;0.05709307,0.002645326;-0.7205997;-0.03872127,-0.07160717;0.01063042;-0.03405006,-0.1229852;-0.3571915;0.04636953,-0.1593785;-0.6368948;0.253593,-0.1594549;-0.6366023;0.1581076,0.04120567;0.3880319;-0.08676025,90.30634
+0;0;0,0.01618757;0.196791;-0.03180037,0.03937512;0.4872901;-0.10263,0.1407106;0.3561718;-0.03950053,0.1757066;0.1031665;0.07523224,0.2172632;-0.1571203;0.1696982,-0.07983625;0.3562266;-0.04902116,-0.1815157;0.1138535;0.04750105,-0.2702781;-0.1442253;0.1100836,0.07015824;-0.0008201723;-0.0384337,0.04825144;-0.3781783;0.0005653836,0.01353066;-0.7201426;0.06655717,0.01626678;-0.7181083;-0.02941385,-0.07014544;0.010878;-0.03689561,-0.1355311;-0.3584064;0.02437218,-0.1856028;-0.6567824;0.2003397,-0.2279069;-0.7136565;0.1745858,0.03179905;0.3913092;-0.07560635,0;0;0,0.02041724;0.1956002;-0.03638266,0.051315;0.4828023;-0.1170319,0.1556102;0.3626584;-0.06091868,0.1792176;0.1096943;0.05677516,0.1951606;-0.1610493;0.1263719,-0.07235169;0.36466;-0.05580089,-0.1812541;0.1307298;0.05290487,-0.2760761;-0.1238163;0.1208393,0.07288195;-0.001645641;-0.03294712,0.04038152;-0.3790472;-0.002751697,0.004785597;-0.7220509;0.05709307,0.002645326;-0.7205997;-0.03872127,-0.07160717;0.01063042;-0.03405006,-0.1229852;-0.3571915;0.04636953,-0.1593785;-0.6368948;0.253593,-0.1594549;-0.6366023;0.1581076,0.04120567;0.3880319;-0.08676025,90.32861
+0;0;0,0.01553429;0.1967153;-0.03258492,0.03749155;0.48723;-0.10375,0.1388277;0.3555111;-0.03964623,0.1763098;0.1045745;0.07878484,0.2151688;-0.1535192;0.1801635,-0.08074904;0.3554189;-0.04906792,-0.1814471;0.113973;0.05075089,-0.2704809;-0.142623;0.1188056,0.07010783;-0.0009200166;-0.03852332,0.04786722;-0.3782608;0.0004546456,0.01299525;-0.7202176;0.06640546,0.01575127;-0.7183166;-0.02952603,-0.07014582;0.01094189;-0.03687597,-0.1370234;-0.3575629;0.02740187,-0.1899089;-0.6504228;0.2116196,-0.227824;-0.7081121;0.1820722,0.03041022;0.3912312;-0.07665588,0;0;0,0.02072084;0.1951574;-0.03852561,0.05130306;0.4815407;-0.1221518,0.1559893;0.3634294;-0.0645085,0.1791234;0.1122783;0.0570971,0.1952688;-0.1575023;0.1302939,-0.07216691;0.3657333;-0.05832944,-0.1813755;0.1337754;0.05422725,-0.2771007;-0.1194929;0.1255848,0.0728251;-0.001637364;-0.03307302,0.03978542;-0.3790023;-0.003004402,0.004807126;-0.7219967;0.05725601,0.002305003;-0.7210023;-0.03841224,-0.07166989;0.01061411;-0.03392296,-0.1238881;-0.3558555;0.0519448,-0.1598082;-0.6336409;0.2618138,-0.1602435;-0.6338723;0.166494,0.04133993;0.3870738;-0.09089901,90.34017
+0;0;0,0.01553429;0.1967153;-0.03258492,0.03749155;0.48723;-0.10375,0.1388277;0.3555111;-0.03964623,0.1763098;0.1045745;0.07878484,0.2151688;-0.1535192;0.1801635,-0.08074904;0.3554189;-0.04906792,-0.1814471;0.113973;0.05075089,-0.2704809;-0.142623;0.1188056,0.07010783;-0.0009200166;-0.03852332,0.04786722;-0.3782608;0.0004546456,0.01299525;-0.7202176;0.06640546,0.01575127;-0.7183166;-0.02952603,-0.07014582;0.01094189;-0.03687597,-0.1370234;-0.3575629;0.02740187,-0.1899089;-0.6504228;0.2116196,-0.227824;-0.7081121;0.1820722,0.03041022;0.3912312;-0.07665588,0;0;0,0.02072084;0.1951574;-0.03852561,0.05130306;0.4815407;-0.1221518,0.1559893;0.3634294;-0.0645085,0.1791234;0.1122783;0.0570971,0.1952688;-0.1575023;0.1302939,-0.07216691;0.3657333;-0.05832944,-0.1813755;0.1337754;0.05422725,-0.2771007;-0.1194929;0.1255848,0.0728251;-0.001637364;-0.03307302,0.03978542;-0.3790023;-0.003004402,0.004807126;-0.7219967;0.05725601,0.002305003;-0.7210023;-0.03841224,-0.07166989;0.01061411;-0.03392296,-0.1238881;-0.3558555;0.0519448,-0.1598082;-0.6336409;0.2618138,-0.1602435;-0.6338723;0.166494,0.04133993;0.3870738;-0.09089901,90.36211
+0;0;0,0.01553429;0.1967153;-0.03258492,0.03749155;0.48723;-0.10375,0.1388277;0.3555111;-0.03964623,0.1763098;0.1045745;0.07878484,0.2151688;-0.1535192;0.1801635,-0.08074904;0.3554189;-0.04906792,-0.1814471;0.113973;0.05075089,-0.2704809;-0.142623;0.1188056,0.07010783;-0.0009200166;-0.03852332,0.04786722;-0.3782608;0.0004546456,0.01299525;-0.7202176;0.06640546,0.01575127;-0.7183166;-0.02952603,-0.07014582;0.01094189;-0.03687597,-0.1370234;-0.3575629;0.02740187,-0.1899089;-0.6504228;0.2116196,-0.227824;-0.7081121;0.1820722,0.03041022;0.3912312;-0.07665588,0;0;0,0.02096818;0.1948156;-0.0400899,0.05155709;0.4808146;-0.1250294,0.1565742;0.3636071;-0.06778642,0.1868358;0.1142436;0.05591512,0.1957912;-0.1524938;0.1405965,-0.07221422;0.3659405;-0.06135574,-0.1825114;0.1365609;0.05534684,-0.2792726;-0.1151207;0.1308032,0.0728241;-0.001589857;-0.03307753,0.04056383;-0.3791409;-0.004538598,0.004997276;-0.7219267;0.05655935,0.002441673;-0.7212196;-0.03901992,-0.0716944;0.01053231;-0.03389665,-0.1237675;-0.3550904;0.05559298,-0.1595788;-0.6274753;0.2724433,-0.1600803;-0.6281212;0.1772562,0.04159102;0.3864739;-0.09339868,90.37332
+0;0;0,0.01563279;0.1964685;-0.03399651,0.03749147;0.4865322;-0.1070212,0.1380171;0.3547568;-0.04001722,0.1791838;0.1061183;0.08198351,0.2135423;-0.1497713;0.1903347,-0.08023308;0.355169;-0.04976355,-0.179777;0.114672;0.053446,-0.2697332;-0.1398098;0.1279235,0.07014653;-0.001034242;-0.03844989,0.0467803;-0.3782908;0.0006840974,0.01220652;-0.7203386;0.06631888,0.01497084;-0.718744;-0.02952211,-0.07013088;0.01099882;-0.03688748,-0.1385623;-0.3565508;0.0311158,-0.1935028;-0.6445739;0.2222289,-0.1880917;-0.6436775;0.1267108,0.03049955;0.3906836;-0.07937769,0;0;0,0.02096818;0.1948156;-0.0400899,0.05155709;0.4808146;-0.1250294,0.1565742;0.3636071;-0.06778642,0.1868358;0.1142436;0.05591512,0.1957912;-0.1524938;0.1405965,-0.07221422;0.3659405;-0.06135574,-0.1825114;0.1365609;0.05534684,-0.2792726;-0.1151207;0.1308032,0.0728241;-0.001589857;-0.03307753,0.04056383;-0.3791409;-0.004538598,0.004997276;-0.7219267;0.05655935,0.002441673;-0.7212196;-0.03901992,-0.0716944;0.01053231;-0.03389665,-0.1237675;-0.3550904;0.05559298,-0.1595788;-0.6274753;0.2724433,-0.1600803;-0.6281212;0.1772562,0.04159102;0.3864739;-0.09339868,90.39587
+0;0;0,0.01563279;0.1964685;-0.03399651,0.03749147;0.4865322;-0.1070212,0.1380171;0.3547568;-0.04001722,0.1791838;0.1061183;0.08198351,0.2135423;-0.1497713;0.1903347,-0.08023308;0.355169;-0.04976355,-0.179777;0.114672;0.053446,-0.2697332;-0.1398098;0.1279235,0.07014653;-0.001034242;-0.03844989,0.0467803;-0.3782908;0.0006840974,0.01220652;-0.7203386;0.06631888,0.01497084;-0.718744;-0.02952211,-0.07013088;0.01099882;-0.03688748,-0.1385623;-0.3565508;0.0311158,-0.1935028;-0.6445739;0.2222289,-0.1880917;-0.6436775;0.1267108,0.03049955;0.3906836;-0.07937769,0;0;0,0.02089143;0.1944996;-0.04163492,0.05108238;0.4798402;-0.1288887,0.1567342;0.3644892;-0.0715825,0.1860031;0.1170271;0.05611181,0.1950413;-0.1482094;0.1453748,-0.0724197;0.3659725;-0.06356579,-0.1828513;0.1381804;0.05608209,-0.2803055;-0.1111902;0.1380395,0.07279103;-0.001513378;-0.03315383,0.03990554;-0.379048;-0.005115101,0.004946169;-0.7218546;0.05621605,0.001866071;-0.7214885;-0.03924254,-0.07172421;0.01042693;-0.03386614,-0.1244707;-0.3544027;0.05842201,-0.1616208;-0.6254764;0.2766854,-0.1626194;-0.6265034;0.1816258,0.04128025;0.3857601;-0.09644088,90.40686
+0;0;0,0.01563279;0.1964685;-0.03399651,0.03749147;0.4865322;-0.1070212,0.1380171;0.3547568;-0.04001722,0.1791838;0.1061183;0.08198351,0.2135423;-0.1497713;0.1903347,-0.08023308;0.355169;-0.04976355,-0.179777;0.114672;0.053446,-0.2697332;-0.1398098;0.1279235,0.07014653;-0.001034242;-0.03844989,0.0467803;-0.3782908;0.0006840974,0.01220652;-0.7203386;0.06631888,0.01497084;-0.718744;-0.02952211,-0.07013088;0.01099882;-0.03688748,-0.1385623;-0.3565508;0.0311158,-0.1935028;-0.6445739;0.2222289,-0.1880917;-0.6436775;0.1267108,0.03049955;0.3906836;-0.07937769,0;0;0,0.02089143;0.1944996;-0.04163492,0.05108238;0.4798402;-0.1288887,0.1567342;0.3644892;-0.0715825,0.1860031;0.1170271;0.05611181,0.1950413;-0.1482094;0.1453748,-0.0724197;0.3659725;-0.06356579,-0.1828513;0.1381804;0.05608209,-0.2803055;-0.1111902;0.1380395,0.07279103;-0.001513378;-0.03315383,0.03990554;-0.379048;-0.005115101,0.004946169;-0.7218546;0.05621605,0.001866071;-0.7214885;-0.03924254,-0.07172421;0.01042693;-0.03386614,-0.1244707;-0.3544027;0.05842201,-0.1616208;-0.6254764;0.2766854,-0.1626194;-0.6265034;0.1816258,0.04128025;0.3857601;-0.09644088,90.42923
+0;0;0,0.01721298;0.195857;-0.03665697,0.04263172;0.4840474;-0.1156672,0.1425284;0.3543823;-0.0470736,0.1799553;0.1112363;0.08663972,0.2143382;-0.1406129;0.2040697,-0.07724029;0.3545764;-0.05827139,-0.1823659;0.1215087;0.0558693,-0.27429;-0.1301679;0.1371639,0.07013002;-0.001236288;-0.03847403,0.04592572;-0.3784337;0.0007207617,0.01144323;-0.7205539;0.06602593,0.01470252;-0.7197664;-0.02955654,-0.07012007;0.01116225;-0.03685891,-0.1401733;-0.3553503;0.03498168,-0.1969213;-0.6364704;0.2356086,-0.1909897;-0.6364943;0.1404068,0.03436702;0.388942;-0.0858904,0;0;0,0.02089257;0.1940688;-0.04359838,0.05061847;0.4788399;-0.132858,0.1564796;0.3652391;-0.07395465,0.182836;0.1199285;0.05843882,0.1926436;-0.1435674;0.1526393,-0.07282145;0.3667095;-0.06633706,-0.1839912;0.1414661;0.05738309,-0.2811642;-0.1059121;0.1454823,0.07280414;-0.001592628;-0.03312131,0.03989457;-0.3791245;-0.005074291,0.005001925;-0.7219396;0.05624683,0.002200278;-0.7219958;-0.03908826,-0.07166683;0.01050933;-0.03396202,-0.1248407;-0.3533582;0.06181366,-0.1611214;-0.6205705;0.2849308,-0.1618574;-0.6220946;0.1900325,0.04096586;0.3849589;-0.09979462,90.44308
+0;0;0,0.01721298;0.195857;-0.03665697,0.04263172;0.4840474;-0.1156672,0.1425284;0.3543823;-0.0470736,0.1799553;0.1112363;0.08663972,0.2143382;-0.1406129;0.2040697,-0.07724029;0.3545764;-0.05827139,-0.1823659;0.1215087;0.0558693,-0.27429;-0.1301679;0.1371639,0.07013002;-0.001236288;-0.03847403,0.04592572;-0.3784337;0.0007207617,0.01144323;-0.7205539;0.06602593,0.01470252;-0.7197664;-0.02955654,-0.07012007;0.01116225;-0.03685891,-0.1401733;-0.3553503;0.03498168,-0.1969213;-0.6364704;0.2356086,-0.1909897;-0.6364943;0.1404068,0.03436702;0.388942;-0.0858904,0;0;0,0.02089257;0.1940688;-0.04359838,0.05061847;0.4788399;-0.132858,0.1564796;0.3652391;-0.07395465,0.182836;0.1199285;0.05843882,0.1926436;-0.1435674;0.1526393,-0.07282145;0.3667095;-0.06633706,-0.1839912;0.1414661;0.05738309,-0.2811642;-0.1059121;0.1454823,0.07280414;-0.001592628;-0.03312131,0.03989457;-0.3791245;-0.005074291,0.005001925;-0.7219396;0.05624683,0.002200278;-0.7219958;-0.03908826,-0.07166683;0.01050933;-0.03396202,-0.1248407;-0.3533582;0.06181366,-0.1611214;-0.6205705;0.2849308,-0.1618574;-0.6220946;0.1900325,0.04096586;0.3849589;-0.09979462,90.46278
+0;0;0,0.01721298;0.195857;-0.03665697,0.04263172;0.4840474;-0.1156672,0.1425284;0.3543823;-0.0470736,0.1799553;0.1112363;0.08663972,0.2143382;-0.1406129;0.2040697,-0.07724029;0.3545764;-0.05827139,-0.1823659;0.1215087;0.0558693,-0.27429;-0.1301679;0.1371639,0.07013002;-0.001236288;-0.03847403,0.04592572;-0.3784337;0.0007207617,0.01144323;-0.7205539;0.06602593,0.01470252;-0.7197664;-0.02955654,-0.07012007;0.01116225;-0.03685891,-0.1401733;-0.3553503;0.03498168,-0.1969213;-0.6364704;0.2356086,-0.1909897;-0.6364943;0.1404068,0.03436702;0.388942;-0.0858904,0;0;0,0.02091811;0.193792;-0.04480061,0.05062568;0.4780763;-0.1356025,0.1565847;0.3655659;-0.07593087,0.1823322;0.1219333;0.05964284,0.1950098;-0.1329663;0.1748187,-0.0730819;0.3674341;-0.06879574,-0.1847056;0.1444591;0.05857095,-0.2828136;-0.09970696;0.1542672,0.07284323;-0.001629407;-0.03303345,0.04008792;-0.3792201;-0.005604146,0.004726939;-0.7219797;0.05575954,0.002100935;-0.7223186;-0.03949095,-0.07161772;0.01051788;-0.03406283,-0.1258458;-0.3528958;0.06283821,-0.1623494;-0.6149223;0.2919879,-0.1629187;-0.6168668;0.1972291,0.04097556;0.3843802;-0.1020181,90.47437
+0;0;0,0.01717281;0.1956785;-0.03761662,0.04186193;0.4837669;-0.1172469,0.1411479;0.3534506;-0.04665619,0.1801174;0.1121003;0.08984075,0.2157161;-0.1348668;0.216884,-0.07711816;0.3539549;-0.05785685,-0.1804083;0.1211302;0.05843506,-0.2721629;-0.128164;0.1469423,0.07022186;-0.001235615;-0.03830618,0.04654775;-0.3784297;0.001242593,0.01140838;-0.7205341;0.06627987,0.01459229;-0.719916;-0.02925318,-0.07008037;0.01113453;-0.0369427,-0.1410952;-0.3545179;0.03825833,-0.200379;-0.6298071;0.2461075,-0.1945076;-0.6301665;0.1510084,0.03389709;0.3886704;-0.08736016,0;0;0,0.02091811;0.193792;-0.04480061,0.05062568;0.4780763;-0.1356025,0.1565847;0.3655659;-0.07593087,0.1823322;0.1219333;0.05964284,0.1950098;-0.1329663;0.1748187,-0.0730819;0.3674341;-0.06879574,-0.1847056;0.1444591;0.05857095,-0.2828136;-0.09970696;0.1542672,0.07284323;-0.001629407;-0.03303345,0.04008792;-0.3792201;-0.005604146,0.004726939;-0.7219797;0.05575954,0.002100935;-0.7223186;-0.03949095,-0.07161772;0.01051788;-0.03406283,-0.1258458;-0.3528958;0.06283821,-0.1623494;-0.6149223;0.2919879,-0.1629187;-0.6168668;0.1972291,0.04097556;0.3843802;-0.1020181,90.49602
+0;0;0,0.01717281;0.1956785;-0.03761662,0.04186193;0.4837669;-0.1172469,0.1411479;0.3534506;-0.04665619,0.1801174;0.1121003;0.08984075,0.2157161;-0.1348668;0.216884,-0.07711816;0.3539549;-0.05785685,-0.1804083;0.1211302;0.05843506,-0.2721629;-0.128164;0.1469423,0.07022186;-0.001235615;-0.03830618,0.04654775;-0.3784297;0.001242593,0.01140838;-0.7205341;0.06627987,0.01459229;-0.719916;-0.02925318,-0.07008037;0.01113453;-0.0369427,-0.1410952;-0.3545179;0.03825833,-0.200379;-0.6298071;0.2461075,-0.1945076;-0.6301665;0.1510084,0.03389709;0.3886704;-0.08736016,0;0;0,0.02110375;0.1935218;-0.04586882,0.05130586;0.477265;-0.1381846,0.1572665;0.3657776;-0.07826476,0.1827984;0.1245179;0.06152758,0.1955838;-0.1297948;0.1779819,-0.07267405;0.3672675;-0.07093058,-0.1849436;0.1465354;0.05973262,-0.2837381;-0.09449011;0.1624281,0.07291177;-0.001477727;-0.03288905,0.0397481;-0.3791162;-0.006633762,0.00470487;-0.721817;0.05523846,0.001951161;-0.7224058;-0.03992846,-0.0716268;0.01035559;-0.03409344,-0.1264118;-0.352764;0.06359372,-0.1631942;-0.6121722;0.2956592,-0.1638821;-0.6144173;0.2010031,0.0414675;0.3837748;-0.104085,90.50764
+0;0;0,0.01717281;0.1956785;-0.03761662,0.04186193;0.4837669;-0.1172469,0.1411479;0.3534506;-0.04665619,0.1801174;0.1121003;0.08984075,0.2157161;-0.1348668;0.216884,-0.07711816;0.3539549;-0.05785685,-0.1804083;0.1211302;0.05843506,-0.2721629;-0.128164;0.1469423,0.07022186;-0.001235615;-0.03830618,0.04654775;-0.3784297;0.001242593,0.01140838;-0.7205341;0.06627987,0.01459229;-0.719916;-0.02925318,-0.07008037;0.01113453;-0.0369427,-0.1410952;-0.3545179;0.03825833,-0.200379;-0.6298071;0.2461075,-0.1945076;-0.6301665;0.1510084,0.03389709;0.3886704;-0.08736016,0;0;0,0.02110375;0.1935218;-0.04586882,0.05130586;0.477265;-0.1381846,0.1572665;0.3657776;-0.07826476,0.1827984;0.1245179;0.06152758,0.1955838;-0.1297948;0.1779819,-0.07267405;0.3672675;-0.07093058,-0.1849436;0.1465354;0.05973262,-0.2837381;-0.09449011;0.1624281,0.07291177;-0.001477727;-0.03288905,0.0397481;-0.3791162;-0.006633762,0.00470487;-0.721817;0.05523846,0.001951161;-0.7224058;-0.03992846,-0.0716268;0.01035559;-0.03409344,-0.1264118;-0.352764;0.06359372,-0.1631942;-0.6121722;0.2956592,-0.1638821;-0.6144173;0.2010031,0.0414675;0.3837748;-0.104085,90.5298
+0;0;0,0.01728356;0.1954561;-0.03870668,0.04162566;0.4832253;-0.1196024,0.1402041;0.3526235;-0.04677242,0.1803866;0.1134848;0.09322067,0.2171346;-0.1288727;0.228544,-0.07774623;0.3525996;-0.06321657,-0.1837705;0.1256091;0.06182008,-0.2767469;-0.1209363;0.1565342,0.07030784;-0.001311303;-0.03814562,0.04703181;-0.3785274;0.001430497,0.0115961;-0.720653;0.06619453,0.0170143;-0.7204171;-0.02911939,-0.06995904;0.01122435;-0.03714494,-0.1417739;-0.3536212;0.04115169,-0.2012426;-0.6234484;0.2559929,-0.1931717;-0.6242815;0.161208,0.03381883;0.3882243;-0.08937226,0;0;0,0.02099355;0.1932746;-0.04694903,0.05072059;0.476672;-0.1404761,0.1569335;0.3661857;-0.0799441,0.1823442;0.126839;0.06312034,0.195862;-0.1244015;0.1859842,-0.07330891;0.3673527;-0.07332985,-0.1866417;0.1491534;0.06062821,-0.2867834;-0.08792375;0.1709282,0.07293826;-0.001413299;-0.03283309,0.03922922;-0.3790164;-0.006764017,0.004288998;-0.721719;0.05515624,0.001916133;-0.7225704;-0.03993614,-0.07162494;0.01027797;-0.03412082,-0.1271479;-0.3523306;0.0650369,-0.1655321;-0.607156;0.3018716,-0.1658252;-0.6097279;0.2073254,0.04105277;0.3833044;-0.105994,90.54072
+0;0;0,0.01728356;0.1954561;-0.03870668,0.04162566;0.4832253;-0.1196024,0.1402041;0.3526235;-0.04677242,0.1803866;0.1134848;0.09322067,0.2171346;-0.1288727;0.228544,-0.07774623;0.3525996;-0.06321657,-0.1837705;0.1256091;0.06182008,-0.2767469;-0.1209363;0.1565342,0.07030784;-0.001311303;-0.03814562,0.04703181;-0.3785274;0.001430497,0.0115961;-0.720653;0.06619453,0.0170143;-0.7204171;-0.02911939,-0.06995904;0.01122435;-0.03714494,-0.1417739;-0.3536212;0.04115169,-0.2012426;-0.6234484;0.2559929,-0.1931717;-0.6242815;0.161208,0.03381883;0.3882243;-0.08937226,0;0;0,0.02099355;0.1932746;-0.04694903,0.05072059;0.476672;-0.1404761,0.1569335;0.3661857;-0.0799441,0.1823442;0.126839;0.06312034,0.195862;-0.1244015;0.1859842,-0.07330891;0.3673527;-0.07332985,-0.1866417;0.1491534;0.06062821,-0.2867834;-0.08792375;0.1709282,0.07293826;-0.001413299;-0.03283309,0.03922922;-0.3790164;-0.006764017,0.004288998;-0.721719;0.05515624,0.001916133;-0.7225704;-0.03993614,-0.07162494;0.01027797;-0.03412082,-0.1271479;-0.3523306;0.0650369,-0.1655321;-0.607156;0.3018716,-0.1658252;-0.6097279;0.2073254,0.04105277;0.3833044;-0.105994,90.5523
+0;0;0,0.01728356;0.1954561;-0.03870668,0.04162566;0.4832253;-0.1196024,0.1402041;0.3526235;-0.04677242,0.1803866;0.1134848;0.09322067,0.2171346;-0.1288727;0.228544,-0.07774623;0.3525996;-0.06321657,-0.1837705;0.1256091;0.06182008,-0.2767469;-0.1209363;0.1565342,0.07030784;-0.001311303;-0.03814562,0.04703181;-0.3785274;0.001430497,0.0115961;-0.720653;0.06619453,0.0170143;-0.7204171;-0.02911939,-0.06995904;0.01122435;-0.03714494,-0.1417739;-0.3536212;0.04115169,-0.2012426;-0.6234484;0.2559929,-0.1931717;-0.6242815;0.161208,0.03381883;0.3882243;-0.08937226,0;0;0,0.02128079;0.1930107;-0.0478958,0.05167033;0.4760146;-0.1423971,0.1576691;0.3666362;-0.08109516,0.1829415;0.1289934;0.06480609,0.2013927;-0.1126094;0.2051187,-0.07290318;0.3680179;-0.07541228,-0.1870193;0.1520283;0.06143083,-0.2866829;-0.08157769;0.1793095,0.07297459;-0.001337175;-0.03275548,0.03712913;-0.3788599;-0.008431848,0.004065055;-0.7217192;0.05365104,0.001898485;-0.7228026;-0.04137072,-0.07163277;0.01018183;-0.03413321,-0.1263416;-0.3521275;0.06655873,-0.1655394;-0.6005396;0.3099822,-0.165625;-0.6034226;0.2155434,0.04175241;0.3827914;-0.1075967,90.57441
+0;0;0,0.0172433;0.1952344;-0.03982686,0.04136273;0.4825595;-0.1223517,0.1396268;0.351606;-0.04836081,0.1800731;0.1162685;0.09785925,0.2153516;-0.1243402;0.2366502,-0.0778245;0.3514271;-0.06604888,-0.1848534;0.1277355;0.06397743,-0.2787175;-0.1145754;0.1682607,0.07040701;-0.001489797;-0.03795566,0.04666173;-0.3786591;0.001786388,0.0111162;-0.7208562;0.06611107,0.01711107;-0.7209241;-0.02907286,-0.06983251;0.01136844;-0.0373387,-0.1436768;-0.351872;0.04634765,-0.2079053;-0.6156471;0.2672488,-0.1991978;-0.6168956;0.1726565,0.03366802;0.3877213;-0.09158613,0;0;0,0.02128079;0.1930107;-0.0478958,0.05167033;0.4760146;-0.1423971,0.1576691;0.3666362;-0.08109516,0.1829415;0.1289934;0.06480609,0.2013927;-0.1126094;0.2051187,-0.07290318;0.3680179;-0.07541228,-0.1870193;0.1520283;0.06143083,-0.2866829;-0.08157769;0.1793095,0.07297459;-0.001337175;-0.03275548,0.03712913;-0.3788599;-0.008431848,0.004065055;-0.7217192;0.05365104,0.001898485;-0.7228026;-0.04137072,-0.07163277;0.01018183;-0.03413321,-0.1263416;-0.3521275;0.06655873,-0.1655394;-0.6005396;0.3099822,-0.165625;-0.6034226;0.2155434,0.04175241;0.3827914;-0.1075967,90.58576
+0;0;0,0.0172433;0.1952344;-0.03982686,0.04136273;0.4825595;-0.1223517,0.1396268;0.351606;-0.04836081,0.1800731;0.1162685;0.09785925,0.2153516;-0.1243402;0.2366502,-0.0778245;0.3514271;-0.06604888,-0.1848534;0.1277355;0.06397743,-0.2787175;-0.1145754;0.1682607,0.07040701;-0.001489797;-0.03795566,0.04666173;-0.3786591;0.001786388,0.0111162;-0.7208562;0.06611107,0.01711107;-0.7209241;-0.02907286,-0.06983251;0.01136844;-0.0373387,-0.1436768;-0.351872;0.04634765,-0.2079053;-0.6156471;0.2672488,-0.1991978;-0.6168956;0.1726565,0.03366802;0.3877213;-0.09158613,0;0;0,0.02128079;0.1930107;-0.0478958,0.05167033;0.4760146;-0.1423971,0.1576691;0.3666362;-0.08109516,0.1829415;0.1289934;0.06480609,0.2013927;-0.1126094;0.2051187,-0.07290318;0.3680179;-0.07541228,-0.1870193;0.1520283;0.06143083,-0.2866829;-0.08157769;0.1793095,0.07297459;-0.001337175;-0.03275548,0.03712913;-0.3788599;-0.008431848,0.004065055;-0.7217192;0.05365104,0.001898485;-0.7228026;-0.04137072,-0.07163277;0.01018183;-0.03413321,-0.1263416;-0.3521275;0.06655873,-0.1655394;-0.6005396;0.3099822,-0.165625;-0.6034226;0.2155434,0.04175241;0.3827914;-0.1075967,90.5967
+0;0;0,0.0172433;0.1952344;-0.03982686,0.04136273;0.4825595;-0.1223517,0.1396268;0.351606;-0.04836081,0.1800731;0.1162685;0.09785925,0.2153516;-0.1243402;0.2366502,-0.0778245;0.3514271;-0.06604888,-0.1848534;0.1277355;0.06397743,-0.2787175;-0.1145754;0.1682607,0.07040701;-0.001489797;-0.03795566,0.04666173;-0.3786591;0.001786388,0.0111162;-0.7208562;0.06611107,0.01711107;-0.7209241;-0.02907286,-0.06983251;0.01136844;-0.0373387,-0.1436768;-0.351872;0.04634765,-0.2079053;-0.6156471;0.2672488,-0.1991978;-0.6168956;0.1726565,0.03366802;0.3877213;-0.09158613,0;0;0,0.02145489;0.1926958;-0.04907141,0.05225635;0.475167;-0.1450201,0.1580638;0.3672633;-0.08232494,0.1835102;0.132229;0.06771284,0.2020743;-0.1018478;0.2202364,-0.07266658;0.3684452;-0.07777566,-0.1873579;0.1546957;0.06207077,-0.2887954;-0.07466786;0.1865809,0.07299659;-0.001379523;-0.03270465,0.03674022;-0.3788463;-0.008121377,0.003800053;-0.7217475;0.05379555,0.00196423;-0.723119;-0.04113845,-0.07161853;0.01017913;-0.0341639,-0.1254738;-0.3536997;0.06118718,-0.1644657;-0.5980117;0.308758,-0.1642402;-0.6012356;0.2144387,0.04218665;0.3821444;-0.1097299,90.61967
+0;0;0,0.01861487;0.194516;-0.04262625,0.04638467;0.4792143;-0.1327035,0.144931;0.3513884;-0.05839478,0.1815237;0.1246676;0.1017885,0.2136049;-0.09629259;0.2707482,-0.07442546;0.352629;-0.07026692,-0.1826499;0.1320721;0.06405414,-0.2766581;-0.1070264;0.1753842,0.07044871;-0.001633044;-0.03787232,0.04676122;-0.3787309;0.002576616,0.0112418;-0.7210283;0.06638008,0.01472683;-0.7218721;-0.02868051,-0.0697675;0.01150666;-0.03741782,-0.1448083;-0.3499755;0.05257965,-0.2097116;-0.610043;0.2776405,-0.2034641;-0.6121756;0.1831499,0.03732662;0.3854465;-0.09915438,0;0;0,0.02122359;0.192487;-0.04998329,0.0512185;0.4746933;-0.1469608,0.157217;0.3678321;-0.0829571,0.184136;0.1355733;0.07109226,0.2032577;-0.09555499;0.227981,-0.07328186;0.3687263;-0.07869251,-0.1890773;0.1564785;0.06252474,-0.2907504;-0.06950539;0.1928852,0.07302941;-0.001263809;-0.032636,0.03685261;-0.3787522;-0.008269411,0.003486563;-0.721578;0.0538366,0.00179767;-0.7231572;-0.04103121,-0.07156947;0.01004566;-0.03430592,-0.1264878;-0.3537934;0.06058951,-0.1644697;-0.5894272;0.3165857,-0.1641123;-0.5929504;0.2223728,0.04145545;0.3817675;-0.111331,90.64089
+0;0;0,0.01861487;0.194516;-0.04262625,0.04638467;0.4792143;-0.1327035,0.144931;0.3513884;-0.05839478,0.1815237;0.1246676;0.1017885,0.2136049;-0.09629259;0.2707482,-0.07442546;0.352629;-0.07026692,-0.1826499;0.1320721;0.06405414,-0.2766581;-0.1070264;0.1753842,0.07044871;-0.001633044;-0.03787232,0.04676122;-0.3787309;0.002576616,0.0112418;-0.7210283;0.06638008,0.01472683;-0.7218721;-0.02868051,-0.0697675;0.01150666;-0.03741782,-0.1448083;-0.3499755;0.05257965,-0.2097116;-0.610043;0.2776405,-0.2034641;-0.6121756;0.1831499,0.03732662;0.3854465;-0.09915438,0;0;0,0.02122359;0.192487;-0.04998329,0.0512185;0.4746933;-0.1469608,0.157217;0.3678321;-0.0829571,0.184136;0.1355733;0.07109226,0.2032577;-0.09555499;0.227981,-0.07328186;0.3687263;-0.07869251,-0.1890773;0.1564785;0.06252474,-0.2907504;-0.06950539;0.1928852,0.07302941;-0.001263809;-0.032636,0.03685261;-0.3787522;-0.008269411,0.003486563;-0.721578;0.0538366,0.00179767;-0.7231572;-0.04103121,-0.07156947;0.01004566;-0.03430592,-0.1264878;-0.3537934;0.06058951,-0.1644697;-0.5894272;0.3165857,-0.1641123;-0.5929504;0.2223728,0.04145545;0.3817675;-0.111331,90.65274
+0;0;0,0.01861487;0.194516;-0.04262625,0.04638467;0.4792143;-0.1327035,0.144931;0.3513884;-0.05839478,0.1815237;0.1246676;0.1017885,0.2136049;-0.09629259;0.2707482,-0.07442546;0.352629;-0.07026692,-0.1826499;0.1320721;0.06405414,-0.2766581;-0.1070264;0.1753842,0.07044871;-0.001633044;-0.03787232,0.04676122;-0.3787309;0.002576616,0.0112418;-0.7210283;0.06638008,0.01472683;-0.7218721;-0.02868051,-0.0697675;0.01150666;-0.03741782,-0.1448083;-0.3499755;0.05257965,-0.2097116;-0.610043;0.2776405,-0.2034641;-0.6121756;0.1831499,0.03732662;0.3854465;-0.09915438,0;0;0,0.02125503;0.1922777;-0.05076913,0.05150331;0.4741783;-0.1485565,0.1572971;0.367888;-0.0836696,0.1838295;0.1385642;0.07478109,0.2050285;-0.08820479;0.2376504,-0.07321529;0.3684404;-0.08039263,-0.1898702;0.1582898;0.06323318,-0.2925306;-0.06426664;0.1986196,0.07307709;-0.001289421;-0.03252809,0.03797486;-0.3789142;-0.008708077,0.003974751;-0.7216818;0.05337524,0.002586372;-0.7234544;-0.04143286,-0.07148843;0.01006803;-0.03446794,-0.126624;-0.3538493;0.06000028,-0.1651513;-0.5808665;0.3235887,-0.1644895;-0.5846673;0.2294767,0.04163691;0.381361;-0.1126731,90.67467
+0;0;0,0.01932584;0.1939499;-0.04483258,0.04757532;0.4778181;-0.1373866,0.145971;0.3504841;-0.06202679,0.1819752;0.1285306;0.1048275,0.2260579;-0.08505924;0.2804295,-0.07350635;0.3524997;-0.07399249,-0.1826679;0.1356619;0.06552508,-0.2781304;-0.09957206;0.1836432,0.07052489;-0.001845162;-0.03772049,0.0475569;-0.3789279;0.003280696,0.01147005;-0.7212617;0.06656802,0.01491374;-0.7225885;-0.02833601,-0.06958367;0.01184999;-0.03765222,-0.1461371;-0.346955;0.0613353,-0.2129921;-0.6000343;0.293674,-0.2067585;-0.6027873;0.1993958,0.03845402;0.3842728;-0.1032387,0;0;0,0.02125503;0.1922777;-0.05076913,0.05150331;0.4741783;-0.1485565,0.1572971;0.367888;-0.0836696,0.1838295;0.1385642;0.07478109,0.2050285;-0.08820479;0.2376504,-0.07321529;0.3684404;-0.08039263,-0.1898702;0.1582898;0.06323318,-0.2925306;-0.06426664;0.1986196,0.07307709;-0.001289421;-0.03252809,0.03797486;-0.3789142;-0.008708077,0.003974751;-0.7216818;0.05337524,0.002586372;-0.7234544;-0.04143286,-0.07148843;0.01006803;-0.03446794,-0.126624;-0.3538493;0.06000028,-0.1651513;-0.5808665;0.3235887,-0.1644895;-0.5846673;0.2294767,0.04163691;0.381361;-0.1126731,90.68609
+0;0;0,0.01932584;0.1939499;-0.04483258,0.04757532;0.4778181;-0.1373866,0.145971;0.3504841;-0.06202679,0.1819752;0.1285306;0.1048275,0.2260579;-0.08505924;0.2804295,-0.07350635;0.3524997;-0.07399249,-0.1826679;0.1356619;0.06552508,-0.2781304;-0.09957206;0.1836432,0.07052489;-0.001845162;-0.03772049,0.0475569;-0.3789279;0.003280696,0.01147005;-0.7212617;0.06656802,0.01491374;-0.7225885;-0.02833601,-0.06958367;0.01184999;-0.03765222,-0.1461371;-0.346955;0.0613353,-0.2129921;-0.6000343;0.293674,-0.2067585;-0.6027873;0.1993958,0.03845402;0.3842728;-0.1032387,0;0;0,0.02125503;0.1922777;-0.05076913,0.05150331;0.4741783;-0.1485565,0.1572971;0.367888;-0.0836696,0.1838295;0.1385642;0.07478109,0.2050285;-0.08820479;0.2376504,-0.07321529;0.3684404;-0.08039263,-0.1898702;0.1582898;0.06323318,-0.2925306;-0.06426664;0.1986196,0.07307709;-0.001289421;-0.03252809,0.03797486;-0.3789142;-0.008708077,0.003974751;-0.7216818;0.05337524,0.002586372;-0.7234544;-0.04143286,-0.07148843;0.01006803;-0.03446794,-0.126624;-0.3538493;0.06000028,-0.1651513;-0.5808665;0.3235887,-0.1644895;-0.5846673;0.2294767,0.04163691;0.381361;-0.1126731,90.6974
+0;0;0,0.01932584;0.1939499;-0.04483258,0.04757532;0.4778181;-0.1373866,0.145971;0.3504841;-0.06202679,0.1819752;0.1285306;0.1048275,0.2260579;-0.08505924;0.2804295,-0.07350635;0.3524997;-0.07399249,-0.1826679;0.1356619;0.06552508,-0.2781304;-0.09957206;0.1836432,0.07052489;-0.001845162;-0.03772049,0.0475569;-0.3789279;0.003280696,0.01147005;-0.7212617;0.06656802,0.01491374;-0.7225885;-0.02833601,-0.06958367;0.01184999;-0.03765222,-0.1461371;-0.346955;0.0613353,-0.2129921;-0.6000343;0.293674,-0.2067585;-0.6027873;0.1993958,0.03845402;0.3842728;-0.1032387,0;0;0,0.02124967;0.1921094;-0.05140454,0.0514429;0.473846;-0.1496826,0.1570448;0.3679047;-0.08368781,0.1828692;0.1412689;0.07869855,0.2046713;-0.0746102;0.2556756,-0.0732804;0.368719;-0.08124205,-0.1918676;0.1620778;0.06585138,-0.2932511;-0.0573145;0.2072317,0.07308014;-0.001263633;-0.03252224,0.03831552;-0.378906;-0.008487685,0.00385651;-0.721619;0.05364466,0.002701522;-0.7235348;-0.04111847,-0.07151826;0.01001516;-0.03442144,-0.1285502;-0.3535911;0.06011849,-0.1656667;-0.5740807;0.3293892,-0.1647803;-0.5780918;0.2353549,0.04159619;0.3810832;-0.1136534,90.70884
+0;0;0,0.01964801;0.1935964;-0.04619959,0.04828395;0.4767894;-0.1406888,0.1468613;0.3497512;-0.06542008,0.1827559;0.1330266;0.1081945,0.2264047;-0.07989486;0.2847143,-0.07311161;0.3519725;-0.07721409,-0.1835286;0.1381167;0.06587256,-0.2808037;-0.09054554;0.1949119,0.07066002;-0.001995683;-0.03745903,0.04818289;-0.3790817;0.003783084,0.01237172;-0.7215635;0.066423,0.01568454;-0.7232262;-0.02837414,-0.0694608;0.01197753;-0.03783829,-0.1462014;-0.3467026;0.06145646,-0.2159908;-0.5966349;0.2963251,-0.2098921;-0.5999144;0.2022226,0.03906028;0.3834774;-0.1059352,0;0;0,0.02124967;0.1921094;-0.05140454,0.0514429;0.473846;-0.1496826,0.1570448;0.3679047;-0.08368781,0.1828692;0.1412689;0.07869855,0.2046713;-0.0746102;0.2556756,-0.0732804;0.368719;-0.08124205,-0.1918676;0.1620778;0.06585138,-0.2932511;-0.0573145;0.2072317,0.07308014;-0.001263633;-0.03252224,0.03831552;-0.378906;-0.008487685,0.00385651;-0.721619;0.05364466,0.002701522;-0.7235348;-0.04111847,-0.07151826;0.01001516;-0.03442144,-0.1285502;-0.3535911;0.06011849,-0.1656667;-0.5740807;0.3293892,-0.1647803;-0.5780918;0.2353549,0.04159619;0.3810832;-0.1136534,90.73045
+0;0;0,0.01964801;0.1935964;-0.04619959,0.04828395;0.4767894;-0.1406888,0.1468613;0.3497512;-0.06542008,0.1827559;0.1330266;0.1081945,0.2264047;-0.07989486;0.2847143,-0.07311161;0.3519725;-0.07721409,-0.1835286;0.1381167;0.06587256,-0.2808037;-0.09054554;0.1949119,0.07066002;-0.001995683;-0.03745903,0.04818289;-0.3790817;0.003783084,0.01237172;-0.7215635;0.066423,0.01568454;-0.7232262;-0.02837414,-0.0694608;0.01197753;-0.03783829,-0.1462014;-0.3467026;0.06145646,-0.2159908;-0.5966349;0.2963251,-0.2098921;-0.5999144;0.2022226,0.03906028;0.3834774;-0.1059352,0;0;0,0.02104008;0.1920403;-0.05174788,0.05091949;0.4737962;-0.1500677,0.1565674;0.3683311;-0.08364495,0.182281;0.1441555;0.08213837,0.2040736;-0.06645633;0.2653534,-0.07385783;0.3688748;-0.08209632,-0.1939044;0.1642196;0.06658132,-0.2944171;-0.05050692;0.2155435,0.07310501;-0.001147257;-0.0324706,0.03827961;-0.3787782;-0.008344237,0.003087945;-0.7213879;0.05394655,0.002218017;-0.7233644;-0.04079916,-0.0715341;0.009893356;-0.03442374,-0.1294536;-0.3535438;0.06022703,-0.1664906;-0.5666809;0.3353649,-0.1653299;-0.5708315;0.2413841,0.04117464;0.3810251;-0.1140322,90.74221
+0;0;0,0.01964801;0.1935964;-0.04619959,0.04828395;0.4767894;-0.1406888,0.1468613;0.3497512;-0.06542008,0.1827559;0.1330266;0.1081945,0.2264047;-0.07989486;0.2847143,-0.07311161;0.3519725;-0.07721409,-0.1835286;0.1381167;0.06587256,-0.2808037;-0.09054554;0.1949119,0.07066002;-0.001995683;-0.03745903,0.04818289;-0.3790817;0.003783084,0.01237172;-0.7215635;0.066423,0.01568454;-0.7232262;-0.02837414,-0.0694608;0.01197753;-0.03783829,-0.1462014;-0.3467026;0.06145646,-0.2159908;-0.5966349;0.2963251,-0.2098921;-0.5999144;0.2022226,0.03906028;0.3834774;-0.1059352,0;0;0,0.02104008;0.1920403;-0.05174788,0.05091949;0.4737962;-0.1500677,0.1565674;0.3683311;-0.08364495,0.182281;0.1441555;0.08213837,0.2040736;-0.06645633;0.2653534,-0.07385783;0.3688748;-0.08209632,-0.1939044;0.1642196;0.06658132,-0.2944171;-0.05050692;0.2155435,0.07310501;-0.001147257;-0.0324706,0.03827961;-0.3787782;-0.008344237,0.003087945;-0.7213879;0.05394655,0.002218017;-0.7233644;-0.04079916,-0.0715341;0.009893356;-0.03442374,-0.1294536;-0.3535438;0.06022703,-0.1664906;-0.5666809;0.3353649,-0.1653299;-0.5708315;0.2413841,0.04117464;0.3810251;-0.1140322,90.75324
+0;0;0,0.01961129;0.1933891;-0.04707478,0.0477197;0.476397;-0.1422799,0.145501;0.3486822;-0.06478836,0.1830252;0.1342381;0.111296,0.2224889;-0.07412276;0.2941302,-0.07334343;0.3502226;-0.0797675,-0.1854888;0.1400011;0.06730506,-0.2863743;-0.08225717;0.2045033,0.0706291;-0.002085673;-0.0375124,0.04876785;-0.3791938;0.003858209,0.01266197;-0.7216889;0.06625625,0.0172225;-0.7236282;-0.02839619,-0.06943283;0.01202015;-0.03787608,-0.1462869;-0.3462444;0.06282119,-0.2185558;-0.591424;0.3019115,-0.2112078;-0.5950455;0.20802,0.03871486;0.3831385;-0.1073263,0;0;0,0.02104008;0.1920403;-0.05174788,0.05091949;0.4737962;-0.1500677,0.1565674;0.3683311;-0.08364495,0.182281;0.1441555;0.08213837,0.2040736;-0.06645633;0.2653534,-0.07385783;0.3688748;-0.08209632,-0.1939044;0.1642196;0.06658132,-0.2944171;-0.05050692;0.2155435,0.07310501;-0.001147257;-0.0324706,0.03827961;-0.3787782;-0.008344237,0.003087945;-0.7213879;0.05394655,0.002218017;-0.7233644;-0.04079916,-0.0715341;0.009893356;-0.03442374,-0.1294536;-0.3535438;0.06022703,-0.1664906;-0.5666809;0.3353649,-0.1653299;-0.5708315;0.2413841,0.04117464;0.3810251;-0.1140322,90.76466
+0;0;0,0.01961129;0.1933891;-0.04707478,0.0477197;0.476397;-0.1422799,0.145501;0.3486822;-0.06478836,0.1830252;0.1342381;0.111296,0.2224889;-0.07412276;0.2941302,-0.07334343;0.3502226;-0.0797675,-0.1854888;0.1400011;0.06730506,-0.2863743;-0.08225717;0.2045033,0.0706291;-0.002085673;-0.0375124,0.04876785;-0.3791938;0.003858209,0.01266197;-0.7216889;0.06625625,0.0172225;-0.7236282;-0.02839619,-0.06943283;0.01202015;-0.03787608,-0.1462869;-0.3462444;0.06282119,-0.2185558;-0.591424;0.3019115,-0.2112078;-0.5950455;0.20802,0.03871486;0.3831385;-0.1073263,0;0;0,0.02080494;0.191919;-0.05229023,0.05017331;0.4735371;-0.1511576,0.155939;0.3688394;-0.08402804,0.1821366;0.1487259;0.08703842,0.2050909;-0.05631641;0.2763286,-0.07439351;0.3691485;-0.08272544,-0.1956289;0.1666086;0.06787205,-0.294221;-0.04371603;0.224215,0.07307562;-0.001049817;-0.03254,0.03872668;-0.3787344;-0.008570766,0.00301297;-0.7212108;0.05415416,0.002258268;-0.7233087;-0.04055147,-0.07158748;0.00983476;-0.03432943,-0.1295355;-0.3536768;0.06001754,-0.1667804;-0.5618798;0.3388801,-0.1655055;-0.5661973;0.2449616,0.04061007;0.3808165;-0.114944,90.77582
+0;0;0,0.01961129;0.1933891;-0.04707478,0.0477197;0.476397;-0.1422799,0.145501;0.3486822;-0.06478836,0.1830252;0.1342381;0.111296,0.2224889;-0.07412276;0.2941302,-0.07334343;0.3502226;-0.0797675,-0.1854888;0.1400011;0.06730506,-0.2863743;-0.08225717;0.2045033,0.0706291;-0.002085673;-0.0375124,0.04876785;-0.3791938;0.003858209,0.01266197;-0.7216889;0.06625625,0.0172225;-0.7236282;-0.02839619,-0.06943283;0.01202015;-0.03787608,-0.1462869;-0.3462444;0.06282119,-0.2185558;-0.591424;0.3019115,-0.2112078;-0.5950455;0.20802,0.03871486;0.3831385;-0.1073263,0;0;0,0.02080494;0.191919;-0.05229023,0.05017331;0.4735371;-0.1511576,0.155939;0.3688394;-0.08402804,0.1821366;0.1487259;0.08703842,0.2050909;-0.05631641;0.2763286,-0.07439351;0.3691485;-0.08272544,-0.1956289;0.1666086;0.06787205,-0.294221;-0.04371603;0.224215,0.07307562;-0.001049817;-0.03254,0.03872668;-0.3787344;-0.008570766,0.00301297;-0.7212108;0.05415416,0.002258268;-0.7233087;-0.04055147,-0.07158748;0.00983476;-0.03432943,-0.1295355;-0.3536768;0.06001754,-0.1667804;-0.5618798;0.3388801,-0.1655055;-0.5661973;0.2449616,0.04061007;0.3808165;-0.114944,90.79781
+0;0;0,0.01959453;0.1931993;-0.04785485,0.04754184;0.475944;-0.1438903,0.1447169;0.3479966;-0.0647769,0.1850494;0.141643;0.1201325,0.2241874;-0.06137106;0.3089538,-0.07357645;0.3491775;-0.08243583,-0.1870461;0.1422516;0.06825034,-0.289218;-0.07605547;0.2107387,0.07065561;-0.002141165;-0.0374593,0.04990214;-0.3793339;0.003709711,0.01315877;-0.7217445;0.06619883,0.01874949;-0.7239389;-0.02831183,-0.06938604;0.01202141;-0.03796133,-0.1481058;-0.3444571;0.06751977,-0.21917;-0.5817006;0.3148361,-0.2108274;-0.5856924;0.2211614,0.03859329;0.3827727;-0.1086905,0;0;0,0.02058931;0.1918641;-0.05257605,0.04948484;0.4734378;-0.1517084,0.1554551;0.369841;-0.08419265,0.1824992;0.1505954;0.08785389,0.2057712;-0.04145232;0.2902794,-0.07491937;0.3695872;-0.08305384,-0.1975949;0.1703088;0.07069539,-0.2940413;-0.0367467;0.2326402,0.07309908;-0.0008974582;-0.03249181,0.0386409;-0.3785538;-0.008236345,0.002609916;-0.7209938;0.05450599,0.001904816;-0.723147;-0.04018125,-0.07161522;0.009702318;-0.03430926,-0.1296493;-0.3535976;0.06079686,-0.1680385;-0.5548213;0.3445843,-0.166706;-0.5592673;0.2507137,0.04009861;0.3807341;-0.1154052,90.8091

+ 193 - 0
DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_TwoArmsPlusLeg_Forward_ColorFeedback_Slow.csv

@@ -0,0 +1,193 @@
+Demo_SpineBase,Demo_SpineMid,Demo_Neck,Demo_ShoulderLeft,Demo_ElbowLeft,Demo_WristLeft,Demo_ShoulderRight,Demo_ElbowRight,Demo_WristRight,Demo_HipLeft,Demo_KneeLeft,Demo_AnkleLeft,Demo_FootLeft,Demo_HipRight,Demo_KneeRight,Demo_AnkleRight,Demo_FootRight,Demo_SpineShoulder,Body_SpineBase,Body_SpineMid,Body_Neck,Body_ShoulderLeft,Body_ElbowLeft,Body_WristLeft,Body_ShoulderRight,Body_ElbowRight,Body_WristRight,Body_HipLeft,Body_KneeLeft,Body_AnkleLeft,Body_FootLeft,Body_HipRight,Body_KneeRight,Body_AnkleRight,Body_FootRight,Body_SpineShoulder,time
+0;0;0,0.001868052;0.1997914;0.008939652,0.004715541;0.4996756;0.004546887,0.1186706;0.3658375;0.01109597,0.1640096;0.09036952;0.03258448,0.2281775;-0.175382;-0.02790173,-0.1111105;0.3647365;0.005136629,-0.1743281;0.09205547;0.01210918,-0.2292503;-0.1768328;-0.04341267,0.0715239;0.003489261;-0.03566728,0.08483919;-0.3738685;0.007038508,0.08931865;-0.7136736;0.09077886,0.1020609;-0.7636405;0.03210239,-0.07168872;0.006809366;-0.03484766,-0.110274;-0.3703924;-0.009746412,-0.1316407;-0.7140393;0.05310453,-0.1283495;-0.7037965;-0.04486907,0.003590216;0.3997839;0.009062615,0;0;0,-0.007011594;0.1998484;-0.0033871,-0.01684462;0.4988958;-0.02418385,0.1033062;0.3785885;0.001928956,0.159544;0.1056982;0.02964487,0.2444257;-0.1576051;-0.01355781,-0.1272701;0.3606239;-0.01711889,-0.1831846;0.08627903;-0.01421068,-0.2308144;-0.1878109;-0.04592963,0.07404367;0.007940072;-0.02923165,0.09285476;-0.3703378;0.00162266,0.106266;-0.7144691;0.06402311,0.1158015;-0.7628897;0.002710171,-0.06982267;0.0008746365;-0.03903884,-0.08187094;-0.3783451;-0.01789061,-0.07505209;-0.7227363;0.04414316,-0.06807005;-0.7702607;-0.018636,-0.01375815;0.3994402;-0.01423105,181.7524
+0;0;0,0.001747591;0.199796;0.008859514,0.004408652;0.4996844;0.004586099,0.1184871;0.3658915;0.01089856,0.1641982;0.09048769;0.03242153,0.2285817;-0.1754328;-0.02708527,-0.111284;0.3646605;0.005046514,-0.1742778;0.09192696;0.01199039,-0.2289604;-0.1771509;-0.04284476,0.07152486;0.003517302;-0.03566263,0.08511727;-0.3738375;0.006982267,0.0896585;-0.7136242;0.09079402,0.1022606;-0.7635543;0.03203725,-0.0716996;0.006775998;-0.03483178,-0.1100051;-0.3704588;-0.009799808,-0.1312948;-0.7140945;0.0531383,-0.1280504;-0.7038524;-0.04483669,0.003389226;0.3997892;0.009048985,0;0;0,-0.007405355;0.1998341;-0.003387502,-0.01790671;0.4988608;-0.02416448,0.1025092;0.3786772;0.001804258,0.1581306;0.1056917;0.02982548,0.2441266;-0.157262;-0.01330252,-0.1281826;0.3608269;-0.01718681,-0.1846517;0.08659428;-0.01441286,-0.2320434;-0.1875719;-0.04582837,0.07411586;0.008013608;-0.02902792,0.09253515;-0.3703301;0.001250833,0.1064542;-0.7142742;0.06456489,0.1167274;-0.762625;0.003281742,-0.0697473;0.0007743405;-0.03917544,-0.08182874;-0.3784315;-0.01779904,-0.07423744;-0.7227147;0.04474259,-0.06757693;-0.7704898;-0.01776082,-0.01459315;0.3994105;-0.01423197,181.7801
+0;0;0,0.001747591;0.199796;0.008859514,0.004408652;0.4996844;0.004586099,0.1184871;0.3658915;0.01089856,0.1641982;0.09048769;0.03242153,0.2285817;-0.1754328;-0.02708527,-0.111284;0.3646605;0.005046514,-0.1742778;0.09192696;0.01199039,-0.2289604;-0.1771509;-0.04284476,0.07152486;0.003517302;-0.03566263,0.08511727;-0.3738375;0.006982267,0.0896585;-0.7136242;0.09079402,0.1022606;-0.7635543;0.03203725,-0.0716996;0.006775998;-0.03483178,-0.1100051;-0.3704588;-0.009799808,-0.1312948;-0.7140945;0.0531383,-0.1280504;-0.7038524;-0.04483669,0.003389226;0.3997892;0.009048985,0;0;0,-0.007978181;0.1998129;-0.003340542,-0.01949035;0.4988133;-0.02397305,0.1012826;0.3784935;0.001686884,0.1579309;0.1057921;0.03040739,0.2427935;-0.157609;-0.01223302,-0.1293942;0.3607357;-0.0172876,-0.1857881;0.08649188;-0.01411893,-0.2357384;-0.1870135;-0.04728165,0.07412954;0.008109101;-0.02896642,0.09255295;-0.3702326;0.001334544,0.107168;-0.714048;0.06518875,0.1177677;-0.7623478;0.003895964,-0.06974745;0.0006730735;-0.03917704,-0.0818874;-0.3785314;-0.01780961,-0.07393596;-0.7226648;0.04550666,-0.06587852;-0.7706074;-0.01662259,-0.01582754;0.3993686;-0.01410736,181.8068
+0;0;0,0.001747591;0.199796;0.008859514,0.004408652;0.4996844;0.004586099,0.1184871;0.3658915;0.01089856,0.1641982;0.09048769;0.03242153,0.2285817;-0.1754328;-0.02708527,-0.111284;0.3646605;0.005046514,-0.1742778;0.09192696;0.01199039,-0.2289604;-0.1771509;-0.04284476,0.07152486;0.003517302;-0.03566263,0.08511727;-0.3738375;0.006982267,0.0896585;-0.7136242;0.09079402,0.1022606;-0.7635543;0.03203725,-0.0716996;0.006775998;-0.03483178,-0.1100051;-0.3704588;-0.009799808,-0.1312948;-0.7140945;0.0531383,-0.1280504;-0.7038524;-0.04483669,0.003389226;0.3997892;0.009048985,0;0;0,-0.008371457;0.1997952;-0.003436781,-0.02037038;0.4987643;-0.02424527,0.1005112;0.3783713;0.00165718,0.1572447;0.105687;0.03037247,0.2413572;-0.1580574;-0.01162751,-0.1301256;0.3607201;-0.01774734,-0.1870095;0.0865809;-0.01429598,-0.2376917;-0.1867454;-0.04782239,0.07417104;0.008231593;-0.02882531,0.09279333;-0.3701212;0.001214677,0.1076065;-0.7137791;0.06586594,0.1183696;-0.7611706;0.003458321,-0.06969374;0.0005356827;-0.03927463,-0.08159769;-0.3786543;-0.01752131,-0.07163902;-0.7226486;0.04626567,-0.06590123;-0.770346;-0.01642556,-0.01655846;0.3993307;-0.0143237,181.8366
+0;0;0,0.001844779;0.1997963;0.008833506,0.004611731;0.4996854;0.004665241,0.1186484;0.3657615;0.0107521,0.1652134;0.09051704;0.03248235,0.2296369;-0.1755176;-0.02646836,-0.1111171;0.364767;0.004999077,-0.1739515;0.09199002;0.01167264,-0.2279978;-0.1772136;-0.04317642,0.07152431;0.003549434;-0.03566054,0.08536006;-0.3738276;0.006708805,0.09019873;-0.7135634;0.09070952,0.1027624;-0.7635865;0.03207111,-0.07170934;0.00673713;-0.03481927,-0.1096833;-0.3705555;-0.01015769,-0.130787;-0.7141616;0.05300486,-0.1275807;-0.7039171;-0.04497189,0.003585881;0.3997886;0.009088653,0;0;0,-0.00866346;0.1997813;-0.003520172,-0.02096507;0.4987282;-0.02447202,0.09992164;0.3781148;0.001769832,0.1567615;0.1054924;0.03086113,0.2414612;-0.1579976;-0.0115531,-0.1306819;0.3608434;-0.01802697,-0.1878386;0.08675808;-0.01481247,-0.237517;-0.1868125;-0.04784579,0.07412899;0.008401149;-0.02888447,0.09340835;-0.3698906;0.001507336,0.1086417;-0.713466;0.06649834,0.1199512;-0.760534;0.003787637,-0.06969107;0.0003898101;-0.03928109,-0.08173599;-0.378789;-0.01740981,-0.07107119;-0.7226487;0.04698533,-0.06455334;-0.7707348;-0.01514432,-0.01706626;0.3993025;-0.01450623,181.8699
+0;0;0,0.001844779;0.1997963;0.008833506,0.004611731;0.4996854;0.004665241,0.1186484;0.3657615;0.0107521,0.1652134;0.09051704;0.03248235,0.2296369;-0.1755176;-0.02646836,-0.1111171;0.364767;0.004999077,-0.1739515;0.09199002;0.01167264,-0.2279978;-0.1772136;-0.04317642,0.07152431;0.003549434;-0.03566054,0.08536006;-0.3738276;0.006708805,0.09019873;-0.7135634;0.09070952,0.1027624;-0.7635865;0.03207111,-0.07170934;0.00673713;-0.03481927,-0.1096833;-0.3705555;-0.01015769,-0.130787;-0.7141616;0.05300486,-0.1275807;-0.7039171;-0.04497189,0.003585881;0.3997886;0.009088653,0;0;0,-0.00866346;0.1997813;-0.003520172,-0.02096507;0.4987282;-0.02447202,0.09992164;0.3781148;0.001769832,0.1567615;0.1054924;0.03086113,0.2414612;-0.1579976;-0.0115531,-0.1306819;0.3608434;-0.01802697,-0.1878386;0.08675808;-0.01481247,-0.237517;-0.1868125;-0.04784579,0.07412899;0.008401149;-0.02888447,0.09340835;-0.3698906;0.001507336,0.1086417;-0.713466;0.06649834,0.1199512;-0.760534;0.003787637,-0.06969107;0.0003898101;-0.03928109,-0.08173599;-0.378789;-0.01740981,-0.07107119;-0.7226487;0.04698533,-0.06455334;-0.7707348;-0.01514432,-0.01706626;0.3993025;-0.01450623,181.8925
+0;0;0,0.001844779;0.1997963;0.008833506,0.004611731;0.4996854;0.004665241,0.1186484;0.3657615;0.0107521,0.1652134;0.09051704;0.03248235,0.2296369;-0.1755176;-0.02646836,-0.1111171;0.364767;0.004999077,-0.1739515;0.09199002;0.01167264,-0.2279978;-0.1772136;-0.04317642,0.07152431;0.003549434;-0.03566054,0.08536006;-0.3738276;0.006708805,0.09019873;-0.7135634;0.09070952,0.1027624;-0.7635865;0.03207111,-0.07170934;0.00673713;-0.03481927,-0.1096833;-0.3705555;-0.01015769,-0.130787;-0.7141616;0.05300486,-0.1275807;-0.7039171;-0.04497189,0.003585881;0.3997886;0.009088653,0;0;0,-0.008932144;0.199769;-0.003545725,-0.02151886;0.4986995;-0.0245617,0.09946482;0.3781455;0.001686424,0.1562496;0.1055047;0.03071166,0.2411317;-0.1580479;-0.01094208,-0.1311729;0.3609303;-0.01854397,-0.1881536;0.08681044;-0.01515009,-0.2377495;-0.1867738;-0.0481941,0.07410379;0.008528017;-0.02891196,0.09376963;-0.3697652;0.001212681,0.109246;-0.7132512;0.06661768,0.1222309;-0.7602512;0.004148506,-0.06967784;0.0002795544;-0.03930548,-0.08156668;-0.3789132;-0.01759177,-0.07042811;-0.7226824;0.04720569,-0.06306233;-0.7713529;-0.01408621,-0.01753491;0.3992793;-0.01457481,181.9261
+0;0;0,0.001960472;0.1997965;0.008805127,0.004846924;0.4996864;0.004745477,0.1187877;0.3654621;0.01043303,0.1669383;0.09053269;0.03268883,0.2308251;-0.1759347;-0.02487534,-0.1108967;0.364787;0.004941184,-0.1734084;0.0919365;0.01164256,-0.2278403;-0.1769445;-0.04439452,0.07152266;0.003627321;-0.03565601,0.08596417;-0.3737496;0.006511785,0.09082771;-0.7135048;0.09043258,0.1037136;-0.7635363;0.0318757,-0.0717274;0.00665148;-0.03479853,-0.1091453;-0.3706977;-0.01015105,-0.1300071;-0.7143204;0.05300128,-0.1268924;-0.7040705;-0.04497951,0.003809259;0.3997877;0.009124283,0;0;0,-0.009108102;0.1997597;-0.003619204,-0.02176602;0.4986769;-0.02478086,0.09921513;0.3780369;0.001474986,0.156783;0.1055946;0.03082099,0.240381;-0.1583792;-0.01076259,-0.131351;0.3607829;-0.01916932,-0.1881482;0.08663031;-0.01536791,-0.2371512;-0.1870682;-0.04835036,0.07419952;0.008684793;-0.02861827,0.09533396;-0.3695814;0.0008440278,0.1116751;-0.7128677;0.0670815,0.1253559;-0.7587395;0.003392234,-0.06955954;0.0001173997;-0.03951526,-0.07961471;-0.3790909;-0.01715544,-0.06844437;-0.7227566;0.04818286,-0.0599933;-0.7712414;-0.01320713,-0.01777367;0.3992618;-0.014746,181.9485
+0;0;0,0.001960472;0.1997965;0.008805127,0.004846924;0.4996864;0.004745477,0.1187877;0.3654621;0.01043303,0.1669383;0.09053269;0.03268883,0.2308251;-0.1759347;-0.02487534,-0.1108967;0.364787;0.004941184,-0.1734084;0.0919365;0.01164256,-0.2278403;-0.1769445;-0.04439452,0.07152266;0.003627321;-0.03565601,0.08596417;-0.3737496;0.006511785,0.09082771;-0.7135048;0.09043258,0.1037136;-0.7635363;0.0318757,-0.0717274;0.00665148;-0.03479853,-0.1091453;-0.3706977;-0.01015105,-0.1300071;-0.7143204;0.05300128,-0.1268924;-0.7040705;-0.04497951,0.003809259;0.3997877;0.009124283,0;0;0,-0.008964961;0.1997642;-0.003728301,-0.02136359;0.4986798;-0.02506609,0.09947592;0.3777887;0.001307661,0.1563386;0.1051662;0.03035178,0.2406085;-0.1586785;-0.01069157,-0.1310105;0.3607588;-0.01976703,-0.1872876;0.08650044;-0.01585875,-0.2359225;-0.187237;-0.04906209,0.07421947;0.008810904;-0.02852785,0.09666167;-0.369468;-0.0002191439,0.1136295;-0.712492;0.06720959,0.12736;-0.7583786;0.003548823,-0.06949417;9.569901E-06;-0.03963029,-0.07869397;-0.3792034;-0.01698424,-0.06717061;-0.7227873;0.04872221,-0.05817489;-0.7709995;-0.01293764,-0.01745818;0.3992671;-0.01497409,181.9703
+0;0;0,0.001960472;0.1997965;0.008805127,0.004846924;0.4996864;0.004745477,0.1187877;0.3654621;0.01043303,0.1669383;0.09053269;0.03268883,0.2308251;-0.1759347;-0.02487534,-0.1108967;0.364787;0.004941184,-0.1734084;0.0919365;0.01164256,-0.2278403;-0.1769445;-0.04439452,0.07152266;0.003627321;-0.03565601,0.08596417;-0.3737496;0.006511785,0.09082771;-0.7135048;0.09043258,0.1037136;-0.7635363;0.0318757,-0.0717274;0.00665148;-0.03479853,-0.1091453;-0.3706977;-0.01015105,-0.1300071;-0.7143204;0.05300128,-0.1268924;-0.7040705;-0.04497951,0.003809259;0.3997877;0.009124283,0;0;0,-0.009444638;0.1997377;-0.003956048,-0.02265398;0.4985798;-0.0258195,0.09843937;0.377885;0.001136944,0.156311;0.1054297;0.02975491,0.2404466;-0.1584196;-0.01153346,-0.132016;0.3607003;-0.02055863,-0.1873266;0.0862518;-0.0162296,-0.2357894;-0.1873964;-0.05040605,0.0742033;0.008960539;-0.02852329,0.09723558;-0.369375;-0.001472712,0.115115;-0.7121459;0.06699944,0.1294416;-0.7579422;0.00336232,-0.06947546;-0.0001341179;-0.03966284,-0.07813393;-0.3793693;-0.01717619,-0.066078;-0.7228885;0.0487729,-0.05616311;-0.7723358;-0.01114225,-0.01847023;0.3991982;-0.01553326,182.004
+0;0;0,0.002032022;0.1997995;0.008719348,0.004992099;0.4996898;0.004702858,0.1189041;0.3653748;0.01024491,0.1674187;0.09054938;0.03298991,0.2311453;-0.1763991;-0.02248479,-0.1107648;0.3648148;0.004934947,-0.1722792;0.09173495;0.01152184,-0.2299562;-0.1758524;-0.04738805,0.07153349;0.003719636;-0.03562478,0.08639391;-0.3737086;0.005933676,0.09154049;-0.713382;0.09016852,0.104433;-0.7636986;0.03200475,-0.07171149;0.006564949;-0.03484773,-0.1090911;-0.3708076;-0.01050168,-0.1295322;-0.7144519;0.05267082,-0.1264876;-0.7042102;-0.04531052,0.003951154;0.39979;0.009056667,0;0;0,-0.009444638;0.1997377;-0.003956048,-0.02265398;0.4985798;-0.0258195,0.09843937;0.377885;0.001136944,0.156311;0.1054297;0.02975491,0.2404466;-0.1584196;-0.01153346,-0.132016;0.3607003;-0.02055863,-0.1873266;0.0862518;-0.0162296,-0.2357894;-0.1873964;-0.05040605,0.0742033;0.008960539;-0.02852329,0.09723558;-0.369375;-0.001472712,0.115115;-0.7121459;0.06699944,0.1294416;-0.7579422;0.00336232,-0.06947546;-0.0001341179;-0.03966284,-0.07813393;-0.3793693;-0.01717619,-0.066078;-0.7228885;0.0487729,-0.05616311;-0.7723358;-0.01114225,-0.01847023;0.3991982;-0.01553326,182.0266
+0;0;0,0.002032022;0.1997995;0.008719348,0.004992099;0.4996898;0.004702858,0.1189041;0.3653748;0.01024491,0.1674187;0.09054938;0.03298991,0.2311453;-0.1763991;-0.02248479,-0.1107648;0.3648148;0.004934947,-0.1722792;0.09173495;0.01152184,-0.2299562;-0.1758524;-0.04738805,0.07153349;0.003719636;-0.03562478,0.08639391;-0.3737086;0.005933676,0.09154049;-0.713382;0.09016852,0.104433;-0.7636986;0.03200475,-0.07171149;0.006564949;-0.03484773,-0.1090911;-0.3708076;-0.01050168,-0.1295322;-0.7144519;0.05267082,-0.1264876;-0.7042102;-0.04531052,0.003951154;0.39979;0.009056667,0;0;0,-0.01002435;0.1997035;-0.004246224,-0.02407361;0.4984673;-0.02664591,0.09731969;0.3781979;0.0008064378,0.1548359;0.1055859;0.02863842,0.2401475;-0.1579762;-0.01206718,-0.1330926;0.3604281;-0.02130256,-0.1872332;0.08573982;-0.01741542,-0.2355448;-0.1877876;-0.05275293,0.07431089;0.009111392;-0.02819352,0.09837849;-0.3693335;-0.003693838,0.117365;-0.7115982;0.06697723,0.1319916;-0.7573995;0.003414467,-0.06936412;-0.0002931358;-0.03985641,-0.07648437;-0.3795244;-0.01677132,-0.06365095;-0.7229478;0.04952847,-0.05309246;-0.7721897;-0.01054851,-0.01961622;0.3991168;-0.01617554,182.0491
+0;0;0,0.002032022;0.1997995;0.008719348,0.004992099;0.4996898;0.004702858,0.1189041;0.3653748;0.01024491,0.1674187;0.09054938;0.03298991,0.2311453;-0.1763991;-0.02248479,-0.1107648;0.3648148;0.004934947,-0.1722792;0.09173495;0.01152184,-0.2299562;-0.1758524;-0.04738805,0.07153349;0.003719636;-0.03562478,0.08639391;-0.3737086;0.005933676,0.09154049;-0.713382;0.09016852,0.104433;-0.7636986;0.03200475,-0.07171149;0.006564949;-0.03484773,-0.1090911;-0.3708076;-0.01050168,-0.1295322;-0.7144519;0.05267082,-0.1264876;-0.7042102;-0.04531052,0.003951154;0.39979;0.009056667,0;0;0,-0.01024001;0.1996863;-0.004529491,-0.02447179;0.4984075;-0.0273773,0.09691125;0.3783601;0.0008426569,0.1536592;0.105493;0.02773497,0.2412776;-0.1572392;-0.01343299,-0.1333385;0.3600738;-0.02189305,-0.1870389;0.08529025;-0.01868492,-0.2346126;-0.1881749;-0.05547515,0.07441472;0.009156927;-0.0279034,0.1000018;-0.3693188;-0.005511738,0.1204193;-0.7111619;0.06678241,0.1349951;-0.7574989;0.003852099,-0.06926294;-0.0003321197;-0.04003168,-0.07456326;-0.3795794;-0.01671958,-0.06063038;-0.7228987;0.04989621,-0.04989106;-0.7720014;-0.01033194,-0.01996944;0.3990749;-0.0167586,182.0825
+0;0;0,0.001576666;0.1998101;0.008569103,0.003609967;0.4997093;0.004563724,0.1179683;0.3656646;0.0100783,0.1662939;0.09085491;0.03340753,0.2307174;-0.1762714;-0.02038048,-0.1116938;0.3645547;0.00464912,-0.1722103;0.09125024;0.01116246,-0.2309329;-0.1759099;-0.04864661,0.07152349;0.003830442;-0.03563311,0.08715816;-0.3736621;0.005047608,0.0929746;-0.7132754;0.08948065,0.1056621;-0.7630842;0.03057737,-0.07172647;0.006446981;-0.0348389,-0.1079516;-0.3710603;-0.01083972,-0.128184;-0.7147518;0.05214319,-0.1251129;-0.7045122;-0.04583689,0.002933463;0.3998052;0.008891359,0;0;0,-0.01045481;0.1996694;-0.004776787,-0.02496929;0.4983446;-0.02804124,0.0964396;0.3782234;0.0006255675,0.1545105;0.1055893;0.0270521,0.2427406;-0.1567431;-0.01534083,-0.133812;0.3602424;-0.02259037,-0.1856453;0.08509842;-0.01957035,-0.233062;-0.1880808;-0.05861862,0.0744332;0.009359829;-0.02778655,0.1010348;-0.3692149;-0.008459464,0.1228274;-0.7105216;0.06593663,0.137789;-0.7562493;0.002364121,-0.0691404;-0.0004892464;-0.04024132,-0.0746606;-0.3797428;-0.01708432,-0.05904155;-0.7228354;0.05032127,-0.04758346;-0.7714513;-0.01040976,-0.02037831;0.3990314;-0.01727976,182.1047
+0;0;0,0.001576666;0.1998101;0.008569103,0.003609967;0.4997093;0.004563724,0.1179683;0.3656646;0.0100783,0.1662939;0.09085491;0.03340753,0.2307174;-0.1762714;-0.02038048,-0.1116938;0.3645547;0.00464912,-0.1722103;0.09125024;0.01116246,-0.2309329;-0.1759099;-0.04864661,0.07152349;0.003830442;-0.03563311,0.08715816;-0.3736621;0.005047608,0.0929746;-0.7132754;0.08948065,0.1056621;-0.7630842;0.03057737,-0.07172647;0.006446981;-0.0348389,-0.1079516;-0.3710603;-0.01083972,-0.128184;-0.7147518;0.05214319,-0.1251129;-0.7045122;-0.04583689,0.002933463;0.3998052;0.008891359,0;0;0,-0.01045481;0.1996694;-0.004776787,-0.02496929;0.4983446;-0.02804124,0.0964396;0.3782234;0.0006255675,0.1545105;0.1055893;0.0270521,0.2427406;-0.1567431;-0.01534083,-0.133812;0.3602424;-0.02259037,-0.1856453;0.08509842;-0.01957035,-0.233062;-0.1880808;-0.05861862,0.0744332;0.009359829;-0.02778655,0.1010348;-0.3692149;-0.008459464,0.1228274;-0.7105216;0.06593663,0.137789;-0.7562493;0.002364121,-0.0691404;-0.0004892464;-0.04024132,-0.0746606;-0.3797428;-0.01708432,-0.05904155;-0.7228354;0.05032127,-0.04758346;-0.7714513;-0.01040976,-0.02037831;0.3990314;-0.01727976,182.1271
+0;0;0,0.001576666;0.1998101;0.008569103,0.003609967;0.4997093;0.004563724,0.1179683;0.3656646;0.0100783,0.1662939;0.09085491;0.03340753,0.2307174;-0.1762714;-0.02038048,-0.1116938;0.3645547;0.00464912,-0.1722103;0.09125024;0.01116246,-0.2309329;-0.1759099;-0.04864661,0.07152349;0.003830442;-0.03563311,0.08715816;-0.3736621;0.005047608,0.0929746;-0.7132754;0.08948065,0.1056621;-0.7630842;0.03057737,-0.07172647;0.006446981;-0.0348389,-0.1079516;-0.3710603;-0.01083972,-0.128184;-0.7147518;0.05214319,-0.1251129;-0.7045122;-0.04583689,0.002933463;0.3998052;0.008891359,0;0;0,-0.01018572;0.1996808;-0.004880162,-0.02419835;0.4983733;-0.02823449,0.0969543;0.3777823;0.000429526,0.156852;0.1055239;0.0266513,0.2473045;-0.1560511;-0.01573842,-0.1331595;0.360118;-0.02291927,-0.1846074;0.08488807;-0.02165524,-0.2310079;-0.1880164;-0.06372803,0.07452684;0.009455739;-0.02750162,0.1021819;-0.3692052;-0.01165591,0.1263823;-0.7098353;0.06506111,0.1408838;-0.7559821;0.00188376,-0.06908928;-0.0006063987;-0.04032747,-0.07252779;-0.3798947;-0.01733778,-0.0553621;-0.7227457;0.05091597,-0.043546;-0.7742943;-0.00574265,-0.01978382;0.3990545;-0.01745079,182.1605
+0;0;0,0.0008157998;0.1998203;0.008437653,0.001279873;0.4997252;0.004349727,0.1163752;0.3662193;0.009851318,0.1648159;0.09149778;0.03396775,0.2294088;-0.1758401;-0.0185506,-0.1134368;0.3645379;0.004466068,-0.1732016;0.09106526;0.01085879,-0.2319155;-0.1759458;-0.04962046,0.07155312;0.003917836;-0.03556405,0.08811973;-0.3736419;0.004111461,0.09420351;-0.7131991;0.08875109,0.1069166;-0.7628759;0.02967495,-0.07171028;0.006349429;-0.03489012,-0.107056;-0.3712713;-0.01136868,-0.1269051;-0.7149912;0.05158063,-0.1238612;-0.7047579;-0.04639904,0.001181192;0.3998198;0.008696981,0;0;0,-0.009606607;0.1997074;-0.00496583,-0.02278122;0.4984334;-0.02838403,0.09797025;0.3772811;0.000451589,0.1589157;0.1050785;0.02477014,0.2498409;-0.1556683;-0.02152968,-0.132045;0.3603249;-0.02357645,-0.1824184;0.08489338;-0.02372,-0.2279869;-0.1872204;-0.07144438,0.07466834;0.009675006;-0.02703763,0.1044013;-0.3689709;-0.01507142,0.1304147;-0.7089834;0.06376246,0.1449079;-0.7561501;0.001833033,-0.06886782;-0.000803453;-0.04070108,-0.07042546;-0.380141;-0.01832798,-0.05146812;-0.7226959;0.05093087,-0.03929445;-0.7743223;-0.005539961,-0.01864181;0.3991042;-0.01758666,182.1831
+0;0;0,0.0008157998;0.1998203;0.008437653,0.001279873;0.4997252;0.004349727,0.1163752;0.3662193;0.009851318,0.1648159;0.09149778;0.03396775,0.2294088;-0.1758401;-0.0185506,-0.1134368;0.3645379;0.004466068,-0.1732016;0.09106526;0.01085879,-0.2319155;-0.1759458;-0.04962046,0.07155312;0.003917836;-0.03556405,0.08811973;-0.3736419;0.004111461,0.09420351;-0.7131991;0.08875109,0.1069166;-0.7628759;0.02967495,-0.07171028;0.006349429;-0.03489012,-0.107056;-0.3712713;-0.01136868,-0.1269051;-0.7149912;0.05158063,-0.1238612;-0.7047579;-0.04639904,0.001181192;0.3998198;0.008696981,0;0;0,-0.009376418;0.1997131;-0.005173175,-0.02216383;0.4984355;-0.02885332,0.098401;0.377088;0.0001585055,0.1614425;0.1052974;0.02373061,0.2526073;-0.1548067;-0.02561363,-0.1316371;0.3606574;-0.02461715,-0.1801177;0.0848951;-0.02681276,-0.2237681;-0.1871707;-0.07656033,0.07461195;0.009894074;-0.0271139,0.106041;-0.3687179;-0.01903817,0.1337717;-0.7083212;0.06096544,0.1486687;-0.7570652;0.001153555,-0.06887935;-0.0009912408;-0.04067742,-0.06935188;-0.3804068;-0.01961583,-0.04876366;-0.7227672;0.05013712,-0.03704271;-0.7743951;-0.006427139,-0.01815883;0.3991096;-0.0179758,182.2166
+0;0;0,0.0008157998;0.1998203;0.008437653,0.001279873;0.4997252;0.004349727,0.1163752;0.3662193;0.009851318,0.1648159;0.09149778;0.03396775,0.2294088;-0.1758401;-0.0185506,-0.1134368;0.3645379;0.004466068,-0.1732016;0.09106526;0.01085879,-0.2319155;-0.1759458;-0.04962046,0.07155312;0.003917836;-0.03556405,0.08811973;-0.3736419;0.004111461,0.09420351;-0.7131991;0.08875109,0.1069166;-0.7628759;0.02967495,-0.07171028;0.006349429;-0.03489012,-0.107056;-0.3712713;-0.01136868,-0.1269051;-0.7149912;0.05158063,-0.1238612;-0.7047579;-0.04639904,0.001181192;0.3998198;0.008696981,0;0;0,-0.01189027;0.1995695;-0.00553453,-0.02972263;0.4979488;-0.03023111,0.09283626;0.3774855;-0.001160096,0.1582755;0.1061213;0.02073035,0.251577;-0.1528679;-0.03044995,-0.137281;0.3600211;-0.02586085,-0.1831541;0.08383003;-0.02962808,-0.225044;-0.1880539;-0.08182385,0.07466053;0.01008395;-0.02690944,0.1083406;-0.3684081;-0.02383218,0.1377186;-0.7074191;0.0580729,0.1541426;-0.7561901;-0.001302049,-0.06878517;-0.001158974;-0.04083206,-0.06739693;-0.3805999;-0.02027421,-0.0448778;-0.7227492;0.04991646,-0.03245667;-0.7749432;-0.005670205,-0.0239141;0.3987556;-0.01896273,182.2501
+0;0;0,0.0002486185;0.1998252;0.008356452,-0.0001531181;0.4997309;0.004285182,0.1152924;0.3664364;0.009665433,0.1646066;0.09195235;0.03469816,0.2293448;-0.1755449;-0.01682046,-0.1145684;0.3645482;0.003986187,-0.174438;0.09109029;0.01002006,-0.2321754;-0.1760294;-0.05091786,0.07150704;0.004158831;-0.0356293,0.08804452;-0.373596;0.002156597,0.09525048;-0.7129174;0.08764981,0.1080075;-0.7625645;0.02854307,-0.07178777;0.006090241;-0.0347768,-0.1063846;-0.3716498;-0.01207175,-0.1260895;-0.7154213;0.0506407,-0.1229559;-0.7051919;-0.04733536,3.572626E-05;0.3998249;0.008617332,0;0;0,-0.01242925;0.199526;-0.005905666,-0.03019917;0.4978683;-0.03109526,0.09224334;0.3774166;-0.001921555,0.1604598;0.1066174;0.01843317,0.2540783;-0.1518106;-0.03495727,-0.1377928;0.3598614;-0.02747021,-0.1810963;0.08328077;-0.03275869,-0.2202291;-0.1889311;-0.08538312,0.0746439;0.01029154;-0.02687697,0.1113002;-0.3679221;-0.03015749,0.1422465;-0.706377;0.05345255,0.1597819;-0.7533152;-0.00797236,-0.06873389;-0.001346669;-0.04091258,-0.06503151;-0.3808132;-0.02112791,-0.04107267;-0.7228512;0.04912906,-0.02845448;-0.7751172;-0.006306358,-0.02451423;0.3986849;-0.01967895,182.273
+0;0;0,0.0002486185;0.1998252;0.008356452,-0.0001531181;0.4997309;0.004285182,0.1152924;0.3664364;0.009665433,0.1646066;0.09195235;0.03469816,0.2293448;-0.1755449;-0.01682046,-0.1145684;0.3645482;0.003986187,-0.174438;0.09109029;0.01002006,-0.2321754;-0.1760294;-0.05091786,0.07150704;0.004158831;-0.0356293,0.08804452;-0.373596;0.002156597,0.09525048;-0.7129174;0.08764981,0.1080075;-0.7625645;0.02854307,-0.07178777;0.006090241;-0.0347768,-0.1063846;-0.3716498;-0.01207175,-0.1260895;-0.7154213;0.0506407,-0.1229559;-0.7051919;-0.04733536,3.572626E-05;0.3998249;0.008617332,0;0;0,-0.01242925;0.199526;-0.005905666,-0.03019917;0.4978683;-0.03109526,0.09224334;0.3774166;-0.001921555,0.1604598;0.1066174;0.01843317,0.2540783;-0.1518106;-0.03495727,-0.1377928;0.3598614;-0.02747021,-0.1810963;0.08328077;-0.03275869,-0.2202291;-0.1889311;-0.08538312,0.0746439;0.01029154;-0.02687697,0.1113002;-0.3679221;-0.03015749,0.1422465;-0.706377;0.05345255,0.1597819;-0.7533152;-0.00797236,-0.06873389;-0.001346669;-0.04091258,-0.06503151;-0.3808132;-0.02112791,-0.04107267;-0.7228512;0.04912906,-0.02845448;-0.7751172;-0.006306358,-0.02451423;0.3986849;-0.01967895,182.2959
+0;0;0,0.0002486185;0.1998252;0.008356452,-0.0001531181;0.4997309;0.004285182,0.1152924;0.3664364;0.009665433,0.1646066;0.09195235;0.03469816,0.2293448;-0.1755449;-0.01682046,-0.1145684;0.3645482;0.003986187,-0.174438;0.09109029;0.01002006,-0.2321754;-0.1760294;-0.05091786,0.07150704;0.004158831;-0.0356293,0.08804452;-0.373596;0.002156597,0.09525048;-0.7129174;0.08764981,0.1080075;-0.7625645;0.02854307,-0.07178777;0.006090241;-0.0347768,-0.1063846;-0.3716498;-0.01207175,-0.1260895;-0.7154213;0.0506407,-0.1229559;-0.7051919;-0.04733536,3.572626E-05;0.3998249;0.008617332,0;0;0,-0.01328008;0.19947;-0.005947506,-0.0319337;0.497764;-0.03107481,0.09081791;0.3774359;-0.002204889,0.1619034;0.1071638;0.01511071,0.2564754;-0.1505457;-0.0400433,-0.1390636;0.3592964;-0.02822201,-0.180786;0.08251813;-0.03550248,-0.2186056;-0.1894314;-0.09039445,0.07463747;0.01057653;-0.02678405,0.1150119;-0.3669966;-0.0412219,0.1475846;-0.7040229;0.04739098,0.164708;-0.750162;-0.01513609,-0.06873365;-0.001663394;-0.04090132,-0.06262848;-0.3811212;-0.0215494,-0.03669011;-0.7230244;0.0486604,-0.02281052;-0.7762588;-0.004999653,-0.02600097;0.3985912;-0.0196921,182.3305
+0;0;0,-7.310651E-05;0.1998346;0.008131774,-0.0008572692;0.4997366;0.003836445,0.1147066;0.3664646;0.009689175,0.16439;0.09207961;0.03507561,0.2291013;-0.1755879;-0.01558553,-0.1151606;0.364597;0.003438359,-0.1751295;0.09115171;0.009043768,-0.231461;-0.1761882;-0.05224337,0.07157881;0.00427117;-0.03547156,0.08875683;-0.3737013;-0.000234127,0.09686175;-0.7127903;0.08609684,0.1096097;-0.7632616;0.02811537,-0.07169299;0.005988198;-0.03498939,-0.1054287;-0.3718763;-0.01307345,-0.1244351;-0.7156717;0.04972388,-0.1211196;-0.7054606;-0.04824248,-0.0005512578;0.399834;0.008238972,0;0;0,-0.01411509;0.1994037;-0.006237756,-0.03417119;0.4975556;-0.03195645,0.08915281;0.3775017;-0.003237188,0.1630079;0.1078617;0.01224565,0.2586811;-0.1476057;-0.05086574,-0.1408033;0.3592756;-0.02971302,-0.1818477;0.08248109;-0.03972154,-0.2167175;-0.1894456;-0.09664214,0.0746297;0.01097662;-0.02664434,0.1174291;-0.3658653;-0.05027395,0.1512318;-0.7027243;0.03851471,0.1668636;-0.7511749;-0.02149482,-0.06867539;-0.002069129;-0.04098059,-0.06326783;-0.3815595;-0.0220641,-0.03483715;-0.7232791;0.048074,-0.02092434;-0.7762969;-0.005912006,-0.02775962;0.3984374;-0.02035959,182.3535
+0;0;0,-7.310651E-05;0.1998346;0.008131774,-0.0008572692;0.4997366;0.003836445,0.1147066;0.3664646;0.009689175,0.16439;0.09207961;0.03507561,0.2291013;-0.1755879;-0.01558553,-0.1151606;0.364597;0.003438359,-0.1751295;0.09115171;0.009043768,-0.231461;-0.1761882;-0.05224337,0.07157881;0.00427117;-0.03547156,0.08875683;-0.3737013;-0.000234127,0.09686175;-0.7127903;0.08609684,0.1096097;-0.7632616;0.02811537,-0.07169299;0.005988198;-0.03498939,-0.1054287;-0.3718763;-0.01307345,-0.1244351;-0.7156717;0.04972388,-0.1211196;-0.7054606;-0.04824248,-0.0005512578;0.399834;0.008238972,0;0;0,-0.01474602;0.1993493;-0.0065138,-0.03563143;0.4974061;-0.03266758,0.08790134;0.3771324;-0.00377195,0.1635195;0.1078315;0.008835941,0.261564;-0.1466361;-0.05467372,-0.1420415;0.3594546;-0.0310284,-0.1816826;0.08257824;-0.04399138,-0.214162;-0.1891075;-0.1034215,0.07463402;0.0114963;-0.02641208,0.1215294;-0.3642769;-0.05796161,0.1558623;-0.7005782;0.03271731,0.1723796;-0.7507142;-0.0247753,-0.06851455;-0.002535305;-0.04122292,-0.06224624;-0.3820192;-0.02244313,-0.03309601;-0.7237532;0.04732915,-0.01710847;-0.7756499;-0.007782914,-0.02896096;0.3983223;-0.02092387,182.3766
+0;0;0,-7.310651E-05;0.1998346;0.008131774,-0.0008572692;0.4997366;0.003836445,0.1147066;0.3664646;0.009689175,0.16439;0.09207961;0.03507561,0.2291013;-0.1755879;-0.01558553,-0.1151606;0.364597;0.003438359,-0.1751295;0.09115171;0.009043768,-0.231461;-0.1761882;-0.05224337,0.07157881;0.00427117;-0.03547156,0.08875683;-0.3737013;-0.000234127,0.09686175;-0.7127903;0.08609684,0.1096097;-0.7632616;0.02811537,-0.07169299;0.005988198;-0.03498939,-0.1054287;-0.3718763;-0.01307345,-0.1244351;-0.7156717;0.04972388,-0.1211196;-0.7054606;-0.04824248,-0.0005512578;0.399834;0.008238972,0;0;0,-0.015677;0.1992705;-0.006744736,-0.03803205;0.4971848;-0.03330185,0.08605821;0.3774481;-0.004118804,0.163811;0.1086451;0.005854716,0.2621609;-0.1448565;-0.06096027,-0.1436682;0.3586763;-0.0322854,-0.1814162;0.08163163;-0.04716272,-0.2128708;-0.1895064;-0.1095706,0.0746505;0.01203567;-0.02612367,0.125671;-0.3623266;-0.06674114,0.1594319;-0.69811;0.0260473,0.1762027;-0.7478931;-0.03186122,-0.06836071;-0.003049497;-0.04144289,-0.06132232;-0.3825116;-0.0224967,-0.03082963;-0.7242962;0.04644863,-0.0138717;-0.7764612;-0.007969633,-0.03086947;0.3981521;-0.02141804,182.4113
+0;0;0,0.00125375;0.1998476;0.007704915,0.00112868;0.4997492;0.003193873,0.1164506;0.3659355;0.009673681,0.1657495;0.09145582;0.03478398,0.2318716;-0.1759258;-0.01556448,-0.1134579;0.3652898;0.002875804,-0.1722528;0.09157556;0.007742882,-0.2277742;-0.1758645;-0.05384582,0.07162581;0.004574285;-0.03533862,0.09020685;-0.3736867;-0.004139941,0.09941021;-0.7124602;0.08331202,0.112361;-0.7631738;0.0257134,-0.07162344;0.005691668;-0.03518079,-0.1032932;-0.3724329;-0.01471584,-0.1217685;-0.7161881;0.04845846,-0.1182529;-0.7060199;-0.04949223,0.001360396;0.3998476;0.007621149,0;0;0,-0.01669534;0.1991886;-0.00672107,-0.04054728;0.4970028;-0.03310725,0.08415313;0.3776451;-0.004388219,0.1631825;0.1091351;0.003141521,0.262294;-0.1430916;-0.06727619,-0.145501;0.3582311;-0.03304844,-0.1831856;0.08138487;-0.05138038,-0.2132648;-0.1886287;-0.1191144,0.07470346;0.01239924;-0.02580023,0.1301864;-0.3603517;-0.07456943,0.1629076;-0.6954983;0.0208559,0.1797788;-0.7471462;-0.03436183,-0.06816752;-0.003392531;-0.04173343,-0.06021547;-0.3828469;-0.02299426,-0.02809195;-0.7244969;0.04587771,-0.01029324;-0.7770371;-0.00769766,-0.03289315;0.3979979;-0.02129774,182.4337
+0;0;0,0.00125375;0.1998476;0.007704915,0.00112868;0.4997492;0.003193873,0.1164506;0.3659355;0.009673681,0.1657495;0.09145582;0.03478398,0.2318716;-0.1759258;-0.01556448,-0.1134579;0.3652898;0.002875804,-0.1722528;0.09157556;0.007742882,-0.2277742;-0.1758645;-0.05384582,0.07162581;0.004574285;-0.03533862,0.09020685;-0.3736867;-0.004139941,0.09941021;-0.7124602;0.08331202,0.112361;-0.7631738;0.0257134,-0.07162344;0.005691668;-0.03518079,-0.1032932;-0.3724329;-0.01471584,-0.1217685;-0.7161881;0.04845846,-0.1182529;-0.7060199;-0.04949223,0.001360396;0.3998476;0.007621149,0;0;0,-0.01669534;0.1991886;-0.00672107,-0.04054728;0.4970028;-0.03310725,0.08415313;0.3776451;-0.004388219,0.1631825;0.1091351;0.003141521,0.262294;-0.1430916;-0.06727619,-0.145501;0.3582311;-0.03304844,-0.1831856;0.08138487;-0.05138038,-0.2132648;-0.1886287;-0.1191144,0.07470346;0.01239924;-0.02580023,0.1301864;-0.3603517;-0.07456943,0.1629076;-0.6954983;0.0208559,0.1797788;-0.7471462;-0.03436183,-0.06816752;-0.003392531;-0.04173343,-0.06021547;-0.3828469;-0.02299426,-0.02809195;-0.7244969;0.04587771,-0.01029324;-0.7770371;-0.00769766,-0.03289315;0.3979979;-0.02129774,182.4561
+0;0;0,0.00125375;0.1998476;0.007704915,0.00112868;0.4997492;0.003193873,0.1164506;0.3659355;0.009673681,0.1657495;0.09145582;0.03478398,0.2318716;-0.1759258;-0.01556448,-0.1134579;0.3652898;0.002875804,-0.1722528;0.09157556;0.007742882,-0.2277742;-0.1758645;-0.05384582,0.07162581;0.004574285;-0.03533862,0.09020685;-0.3736867;-0.004139941,0.09941021;-0.7124602;0.08331202,0.112361;-0.7631738;0.0257134,-0.07162344;0.005691668;-0.03518079,-0.1032932;-0.3724329;-0.01471584,-0.1217685;-0.7161881;0.04845846,-0.1182529;-0.7060199;-0.04949223,0.001360396;0.3998476;0.007621149,0;0;0,-0.01731979;0.1991323;-0.006807596,-0.0420059;0.4968697;-0.0332934,0.08302736;0.377781;-0.00472427,0.1646279;0.1100041;0.001352593,0.2653854;-0.1403978;-0.0731242,-0.1466888;0.3582674;-0.03373904,-0.1848097;0.081752;-0.05578527,-0.2140164;-0.1873384;-0.1274604,0.07473909;0.01272066;-0.02553923,0.1335369;-0.3584622;-0.08180694,0.1656987;-0.6933479;0.01471855,0.1838612;-0.7456865;-0.03904476,-0.06804828;-0.003727253;-0.04189913,-0.05999275;-0.3832093;-0.02377542,-0.02630399;-0.7245688;0.04578547,-0.01558223;-0.716379;-0.05121639,-0.03408725;0.3978895;-0.021452,182.4896
+0;0;0,0.002351165;0.1998508;0.007358535,0.003331849;0.4997464;0.002538886,0.118275;0.3655229;0.01006655,0.1673537;0.09087208;0.03369281,0.2339433;-0.1765196;-0.0159814,-0.1117135;0.3660369;0.002346464,-0.1685852;0.09189844;0.00605478,-0.2229957;-0.1758765;-0.0550688,0.07172935;0.004779028;-0.03510072,0.09099171;-0.3738247;-0.008867627,0.1021696;-0.7120528;0.08044546,0.1161129;-0.7622571;0.02236919,-0.07155405;0.005446482;-0.03536034,-0.1010247;-0.3729344;-0.01640293,-0.1187609;-0.7166613;0.04713626,-0.1149399;-0.7065222;-0.05079713,0.003328647;0.3998481;0.007047225,0;0;0,-0.01709666;0.1991504;-0.0068424,-0.04130563;0.4969276;-0.03332139,0.08353572;0.3779308;-0.004457826,0.1665052;0.1105258;-0.001200069,0.268884;-0.137877;-0.08003307,-0.1462823;0.3586727;-0.03376874,-0.1830201;0.08215669;-0.0580425,-0.2121322;-0.185634;-0.1344665,0.0747859;0.01295649;-0.0252824,0.1361013;-0.3568294;-0.08772273,0.1680057;-0.6912516;0.01048049,0.1858552;-0.7448343;-0.04143616,-0.06799258;-0.004032835;-0.04196123,-0.05946857;-0.3835387;-0.02456505,-0.02429908;-0.7246457;0.0454999,-0.01351657;-0.7164602;-0.05149426,-0.0335539;0.3979336;-0.02148456,182.5118
+0;0;0,0.002351165;0.1998508;0.007358535,0.003331849;0.4997464;0.002538886,0.118275;0.3655229;0.01006655,0.1673537;0.09087208;0.03369281,0.2339433;-0.1765196;-0.0159814,-0.1117135;0.3660369;0.002346464,-0.1685852;0.09189844;0.00605478,-0.2229957;-0.1758765;-0.0550688,0.07172935;0.004779028;-0.03510072,0.09099171;-0.3738247;-0.008867627,0.1021696;-0.7120528;0.08044546,0.1161129;-0.7622571;0.02236919,-0.07155405;0.005446482;-0.03536034,-0.1010247;-0.3729344;-0.01640293,-0.1187609;-0.7166613;0.04713626,-0.1149399;-0.7065222;-0.05079713,0.003328647;0.3998481;0.007047225,0;0;0,-0.01697188;0.1991554;-0.007005452,-0.04090897;0.4969386;-0.03366453,0.08377379;0.3780865;-0.004167262,0.1683275;0.11116;-0.003217544,0.2712782;-0.1359331;-0.08535253,-0.146139;0.359077;-0.03387986,-0.1824622;0.08275014;-0.06078838,-0.2109591;-0.184196;-0.1403352,0.07480279;0.01324232;-0.02508352,0.1385463;-0.3550502;-0.09362099,0.169665;-0.6892065;0.005732834,0.1875066;-0.7446645;-0.04303815,-0.06791978;-0.004343707;-0.04204801,-0.05835424;-0.3838421;-0.02503531,-0.02238179;-0.7248788;0.04496469,-0.01150553;-0.7167175;-0.05201354,-0.03325517;0.3979438;-0.02177142,182.5344
+0;0;0,0.002351165;0.1998508;0.007358535,0.003331849;0.4997464;0.002538886,0.118275;0.3655229;0.01006655,0.1673537;0.09087208;0.03369281,0.2339433;-0.1765196;-0.0159814,-0.1117135;0.3660369;0.002346464,-0.1685852;0.09189844;0.00605478,-0.2229957;-0.1758765;-0.0550688,0.07172935;0.004779028;-0.03510072,0.09099171;-0.3738247;-0.008867627,0.1021696;-0.7120528;0.08044546,0.1161129;-0.7622571;0.02236919,-0.07155405;0.005446482;-0.03536034,-0.1010247;-0.3729344;-0.01640293,-0.1187609;-0.7166613;0.04713626,-0.1149399;-0.7065222;-0.05079713,0.003328647;0.3998481;0.007047225,0;0;0,-0.01870722;0.199;-0.007004675,-0.04605291;0.4964999;-0.03355936,0.07999706;0.377899;-0.00499326,0.1655567;0.1113119;-0.008292673,0.2712858;-0.1339504;-0.09236252,-0.1495313;0.3574331;-0.03457903,-0.1853853;0.08135679;-0.0645182,-0.213143;-0.1842882;-0.1485554,0.07481698;0.01352065;-0.02489201,0.141184;-0.3527888;-0.1011338,0.1716609;-0.6864418;9.302795E-05,0.1892291;-0.7417687;-0.04900558,-0.06784581;-0.004660944;-0.04213338,-0.0563356;-0.3841162;-0.02536341,-0.0200033;-0.7251254;0.04458432,-0.009119316;-0.7169278;-0.05240123,-0.03718737;0.3976002;-0.02171659,182.5678
+0;0;0,-0.0004979642;0.1998441;0.0078796,-0.003414671;0.499735;0.003668907,0.1128957;0.3663197;0.01004845,0.1627011;0.09167123;0.03213083,0.2298476;-0.1755051;-0.01795052,-0.1168514;0.3646626;0.001437872,-0.1731441;0.09038582;0.003273595,-0.2259668;-0.1777712;-0.05756716,0.07182831;0.005042993;-0.03486061,0.09234268;-0.3738623;-0.01461448,0.1048791;-0.711854;0.07541016,0.1202438;-0.7626564;0.01853399,-0.07151631;0.005149421;-0.03548099,-0.0990674;-0.3734884;-0.01891763,-0.1154033;-0.7171894;0.04513536,-0.1113029;-0.7069827;-0.05280041,-0.002310893;0.3998358;0.008019575,0;0;0,-0.01870722;0.199;-0.007004675,-0.04605291;0.4964999;-0.03355936,0.07999706;0.377899;-0.00499326,0.1655567;0.1113119;-0.008292673,0.2712858;-0.1339504;-0.09236252,-0.1495313;0.3574331;-0.03457903,-0.1853853;0.08135679;-0.0645182,-0.213143;-0.1842882;-0.1485554,0.07481698;0.01352065;-0.02489201,0.141184;-0.3527888;-0.1011338,0.1716609;-0.6864418;9.302795E-05,0.1892291;-0.7417687;-0.04900558,-0.06784581;-0.004660944;-0.04213338,-0.0563356;-0.3841162;-0.02536341,-0.0200033;-0.7251254;0.04458432,-0.009119316;-0.7169278;-0.05240123,-0.03718737;0.3976002;-0.02171659,182.59
+0;0;0,-0.0004979642;0.1998441;0.0078796,-0.003414671;0.499735;0.003668907,0.1128957;0.3663197;0.01004845,0.1627011;0.09167123;0.03213083,0.2298476;-0.1755051;-0.01795052,-0.1168514;0.3646626;0.001437872,-0.1731441;0.09038582;0.003273595,-0.2259668;-0.1777712;-0.05756716,0.07182831;0.005042993;-0.03486061,0.09234268;-0.3738623;-0.01461448,0.1048791;-0.711854;0.07541016,0.1202438;-0.7626564;0.01853399,-0.07151631;0.005149421;-0.03548099,-0.0990674;-0.3734884;-0.01891763,-0.1154033;-0.7171894;0.04513536,-0.1113029;-0.7069827;-0.05280041,-0.002310893;0.3998358;0.008019575,0;0;0,-0.01973708;0.198894;-0.007184992,-0.04844791;0.4962258;-0.03416774,0.07815081;0.3783652;-0.005588168,0.1650715;0.1122637;-0.0114843,0.2723075;-0.1311833;-0.09885716,-0.1512945;0.3567291;-0.03538181,-0.1879443;0.08116114;-0.06883413,-0.2142072;-0.1839362;-0.1550528,0.07483327;0.01370161;-0.02474363,0.1438639;-0.3503737;-0.1089099,0.1736568;-0.6833771;-0.005367205,0.191839;-0.7392145;-0.05333979,-0.06777734;-0.004873922;-0.04221938,-0.05506216;-0.384315;-0.02600835,-0.01816804;-0.7252804;0.0438588,-0.007209531;-0.7170954;-0.05311552,-0.03916705;0.3973834;-0.02216608,182.6126
+0;0;0,-0.0004979642;0.1998441;0.0078796,-0.003414671;0.499735;0.003668907,0.1128957;0.3663197;0.01004845,0.1627011;0.09167123;0.03213083,0.2298476;-0.1755051;-0.01795052,-0.1168514;0.3646626;0.001437872,-0.1731441;0.09038582;0.003273595,-0.2259668;-0.1777712;-0.05756716,0.07182831;0.005042993;-0.03486061,0.09234268;-0.3738623;-0.01461448,0.1048791;-0.711854;0.07541016,0.1202438;-0.7626564;0.01853399,-0.07151631;0.005149421;-0.03548099,-0.0990674;-0.3734884;-0.01891763,-0.1154033;-0.7171894;0.04513536,-0.1113029;-0.7069827;-0.05280041,-0.002310893;0.3998358;0.008019575,0;0;0,-0.02050664;0.1988103;-0.007345221,-0.05024514;0.4960145;-0.03461792,0.07667883;0.3783249;-0.005815636,0.1657246;0.1129909;-0.01410201,0.2737817;-0.1286653;-0.1053488,-0.1524085;0.3556397;-0.03592622,-0.1883287;0.08014977;-0.07078369,-0.2133836;-0.18327;-0.1623385,0.07483821;0.01397296;-0.02457638,0.1456598;-0.3476706;-0.1173032,0.1747859;-0.6800598;-0.01161942,0.1933928;-0.7341393;-0.06245658,-0.06765025;-0.005107882;-0.0423952,-0.05491873;-0.3845643;-0.02656108,-0.0169039;-0.7254508;0.04309013,-0.005845028;-0.7172874;-0.05386793,-0.04064208;0.3972148;-0.02251833,182.646
+0;0;0,-0.001118912;0.1998434;0.007833506,-0.003596813;0.4997351;0.003414473,0.1126201;0.3668764;0.01042852,0.1638383;0.0922471;0.02928129,0.2312276;-0.174601;-0.02220453,-0.117107;0.3643663;3.319979E-05,-0.1712738;0.08965576;0.0003335757,-0.2227756;-0.1786602;-0.06093705,0.07195307;0.005373885;-0.03455254,0.09558862;-0.3736707;-0.02164657,0.1102082;-0.7108358;0.07112169,0.125456;-0.7611624;0.01354434,-0.07136708;0.004844733;-0.03582274,-0.09524198;-0.3741637;-0.02230887,-0.1105008;-0.7178264;0.0422131,-0.1058413;-0.7076236;-0.05569685,-0.002735531;0.3998369;0.007843372,0;0;0,-0.01952698;0.1989047;-0.007456903,-0.04884083;0.4961481;-0.0347637,0.07791786;0.3782408;-0.00586183,0.170112;0.1140806;-0.01680107,0.2785094;-0.12565;-0.1126092,-0.151318;0.356333;-0.03619056,-0.1872837;0.08126223;-0.07417103,-0.2109966;-0.1805948;-0.1704446,0.07486427;0.0140804;-0.02443529,0.1492741;-0.3438542;-0.128098,0.1764574;-0.6759368;-0.02094273,0.1975728;-0.7268262;-0.07581577,-0.06763556;-0.005282892;-0.0423972,-0.05439454;-0.3847331;-0.02683278,-0.01515441;-0.7255458;0.04249924,-0.004041052;-0.7174159;-0.05444503,-0.03935675;0.3973382;-0.02265322,182.6682
+0;0;0,-0.001118912;0.1998434;0.007833506,-0.003596813;0.4997351;0.003414473,0.1126201;0.3668764;0.01042852,0.1638383;0.0922471;0.02928129,0.2312276;-0.174601;-0.02220453,-0.117107;0.3643663;3.319979E-05,-0.1712738;0.08965576;0.0003335757,-0.2227756;-0.1786602;-0.06093705,0.07195307;0.005373885;-0.03455254,0.09558862;-0.3736707;-0.02164657,0.1102082;-0.7108358;0.07112169,0.125456;-0.7611624;0.01354434,-0.07136708;0.004844733;-0.03582274,-0.09524198;-0.3741637;-0.02230887,-0.1105008;-0.7178264;0.0422131,-0.1058413;-0.7076236;-0.05569685,-0.002735531;0.3998369;0.007843372,0;0;0,-0.01952698;0.1989047;-0.007456903,-0.04884083;0.4961481;-0.0347637,0.07791786;0.3782408;-0.00586183,0.170112;0.1140806;-0.01680107,0.2785094;-0.12565;-0.1126092,-0.151318;0.356333;-0.03619056,-0.1872837;0.08126223;-0.07417103,-0.2109966;-0.1805948;-0.1704446,0.07486427;0.0140804;-0.02443529,0.1492741;-0.3438542;-0.128098,0.1764574;-0.6759368;-0.02094273,0.1975728;-0.7268262;-0.07581577,-0.06763556;-0.005282892;-0.0423972,-0.05439454;-0.3847331;-0.02683278,-0.01515441;-0.7255458;0.04249924,-0.004041052;-0.7174159;-0.05444503,-0.03935675;0.3973382;-0.02265322,182.6915
+0;0;0,-0.001118912;0.1998434;0.007833506,-0.003596813;0.4997351;0.003414473,0.1126201;0.3668764;0.01042852,0.1638383;0.0922471;0.02928129,0.2312276;-0.174601;-0.02220453,-0.117107;0.3643663;3.319979E-05,-0.1712738;0.08965576;0.0003335757,-0.2227756;-0.1786602;-0.06093705,0.07195307;0.005373885;-0.03455254,0.09558862;-0.3736707;-0.02164657,0.1102082;-0.7108358;0.07112169,0.125456;-0.7611624;0.01354434,-0.07136708;0.004844733;-0.03582274,-0.09524198;-0.3741637;-0.02230887,-0.1105008;-0.7178264;0.0422131,-0.1058413;-0.7076236;-0.05569685,-0.002735531;0.3998369;0.007843372,0;0;0,-0.01887186;0.1989602;-0.00766045,-0.04777558;0.4962332;-0.03507034,0.07882594;0.3783656;-0.005982211,0.1727953;0.1149804;-0.02005371,0.2824299;-0.1222245;-0.1206226,-0.1506035;0.3569985;-0.03651254,-0.1866853;0.08227488;-0.07682419,-0.2090311;-0.1785671;-0.1761323,0.07491831;0.01426096;-0.02416341,0.1527681;-0.3397135;-0.138363,0.177646;-0.6716974;-0.03034562,0.199393;-0.724862;-0.08144085,-0.06750935;-0.005452211;-0.04257653,-0.05473391;-0.3849444;-0.02766153,-0.0150387;-0.7257901;0.04124758,-0.00386062;-0.717714;-0.05567714,-0.03843761;0.3974164;-0.0229034,182.7242
+0;0;0,-0.002327558;0.1998293;0.007926508,-0.006464926;0.4997055;0.003697499,0.1103356;0.3670526;0.01128154,0.1621602;0.09227565;0.02583642,0.2314785;-0.1739136;-0.02649202,-0.1193939;0.3643702;-0.0004323432,-0.1719891;0.08936015;-0.002230059,-0.221615;-0.179065;-0.06456168,0.0719807;0.00566992;-0.03444751,0.09667438;-0.3734767;-0.02827543,0.1136679;-0.7099145;0.0667024,0.1295139;-0.7594606;0.00821026,-0.07136106;0.004537583;-0.0358749,-0.09279734;-0.3746913;-0.02465379,-0.1068873;-0.7183526;0.04014167,-0.1017976;-0.7081265;-0.05775157,-0.005061725;0.3998106;0.008061149,0;0;0,-0.02000768;0.1988483;-0.007684754,-0.04945583;0.496052;-0.03526737,0.07731146;0.3781528;-0.006408555,0.1727555;0.1155688;-0.02484985,0.2848462;-0.1182318;-0.1305518,-0.151612;0.3555893;-0.03730546,-0.1874856;0.08118007;-0.07988062,-0.2090844;-0.1771726;-0.1856511,0.07495972;0.01450258;-0.02388967,0.1577865;-0.3360372;-0.1449745,0.1796426;-0.6678967;-0.03592605,0.2031746;-0.7207239;-0.08677799,-0.06731804;-0.00568996;-0.04284747,-0.05331673;-0.3851541;-0.02832456,-0.01300122;-0.7259107;0.0406655,-0.001670722;-0.7178224;-0.05624423,-0.03998371;0.397254;-0.02305148,182.7468
+0;0;0,-0.002327558;0.1998293;0.007926508,-0.006464926;0.4997055;0.003697499,0.1103356;0.3670526;0.01128154,0.1621602;0.09227565;0.02583642,0.2314785;-0.1739136;-0.02649202,-0.1193939;0.3643702;-0.0004323432,-0.1719891;0.08936015;-0.002230059,-0.221615;-0.179065;-0.06456168,0.0719807;0.00566992;-0.03444751,0.09667438;-0.3734767;-0.02827543,0.1136679;-0.7099145;0.0667024,0.1295139;-0.7594606;0.00821026,-0.07136106;0.004537583;-0.0358749,-0.09279734;-0.3746913;-0.02465379,-0.1068873;-0.7183526;0.04014167,-0.1017976;-0.7081265;-0.05775157,-0.005061725;0.3998106;0.008061149,0;0;0,-0.02073467;0.1987725;-0.007717497,-0.0509444;0.4958871;-0.03543728,0.07614073;0.3782626;-0.006736485,0.1737212;0.1167375;-0.02870605,0.2865564;-0.1146582;-0.1388161,-0.1525832;0.3549525;-0.03803738,-0.1882831;0.08089662;-0.08296925,-0.2090024;-0.1751092;-0.194467,0.07494723;0.01464519;-0.02384179,0.1622758;-0.3315934;-0.1538133,0.1816227;-0.663951;-0.04581285,0.2067667;-0.7161809;-0.09686214,-0.06726725;-0.005870987;-0.04290279,-0.05305317;-0.3853618;-0.0293112,-0.01201794;-0.7260473;0.03960555,-0.0005459413;-0.7179473;-0.05729018,-0.04122253;0.3971188;-0.02317763,182.7688
+0;0;0,-0.002327558;0.1998293;0.007926508,-0.006464926;0.4997055;0.003697499,0.1103356;0.3670526;0.01128154,0.1621602;0.09227565;0.02583642,0.2314785;-0.1739136;-0.02649202,-0.1193939;0.3643702;-0.0004323432,-0.1719891;0.08936015;-0.002230059,-0.221615;-0.179065;-0.06456168,0.0719807;0.00566992;-0.03444751,0.09667438;-0.3734767;-0.02827543,0.1136679;-0.7099145;0.0667024,0.1295139;-0.7594606;0.00821026,-0.07136106;0.004537583;-0.0358749,-0.09279734;-0.3746913;-0.02465379,-0.1068873;-0.7183526;0.04014167,-0.1017976;-0.7081265;-0.05775157,-0.005061725;0.3998106;0.008061149,0;0;0,-0.01997106;0.1988478;-0.007792761,-0.04887103;0.4960901;-0.03551373,0.07743008;0.3781797;-0.006692134,0.1779164;0.1181707;-0.03310858,0.2912962;-0.1096963;-0.1498203,-0.1514178;0.3556042;-0.03825131,-0.1868418;0.08213913;-0.08685191,-0.2052993;-0.1715588;-0.2038847,0.07495968;0.0147653;-0.02372829,0.1668812;-0.3259082;-0.1647671,0.183558;-0.6578563;-0.05507502,0.2108668;-0.7101137;-0.1049545,-0.06720144;-0.006019021;-0.04298533,-0.05250938;-0.3855005;-0.02964479,-0.01122893;-0.7261994;0.03905867,0.0003161607;-0.718106;-0.05782688,-0.0398821;0.3972532;-0.02324674,182.8023
+0;0;0,-0.002702099;0.1998192;0.008062039,-0.006941357;0.4996984;0.004139253,0.109872;0.3671963;0.01248684,0.1638257;0.09258527;0.02130706,0.2327167;-0.1725681;-0.0365524,-0.1197513;0.3641644;-0.0008990802,-0.1694981;0.08865708;-0.005480426,-0.2175756;-0.1798494;-0.06866898,0.07214181;0.005834963;-0.03408095,0.09973615;-0.3731618;-0.03402367,0.1187856;-0.7091823;0.06203521,0.1347036;-0.7600487;0.005402662,-0.07122594;0.004380743;-0.03616178,-0.08972354;-0.3750712;-0.02755683,-0.1021773;-0.7186937;0.03777659,-0.09655677;-0.7084398;-0.06009324,-0.00554173;0.3997988;0.008393508,0;0;0,-0.01997106;0.1988478;-0.007792761,-0.04887103;0.4960901;-0.03551373,0.07743008;0.3781797;-0.006692134,0.1779164;0.1181707;-0.03310858,0.2912962;-0.1096963;-0.1498203,-0.1514178;0.3556042;-0.03825131,-0.1868418;0.08213913;-0.08685191,-0.2052993;-0.1715588;-0.2038847,0.07495968;0.0147653;-0.02372829,0.1668812;-0.3259082;-0.1647671,0.183558;-0.6578563;-0.05507502,0.2108668;-0.7101137;-0.1049545,-0.06720144;-0.006019021;-0.04298533,-0.05250938;-0.3855005;-0.02964479,-0.01122893;-0.7261994;0.03905867,0.0003161607;-0.718106;-0.05782688,-0.0398821;0.3972532;-0.02324674,182.8247
+0;0;0,-0.002702099;0.1998192;0.008062039,-0.006941357;0.4996984;0.004139253,0.109872;0.3671963;0.01248684,0.1638257;0.09258527;0.02130706,0.2327167;-0.1725681;-0.0365524,-0.1197513;0.3641644;-0.0008990802,-0.1694981;0.08865708;-0.005480426,-0.2175756;-0.1798494;-0.06866898,0.07214181;0.005834963;-0.03408095,0.09973615;-0.3731618;-0.03402367,0.1187856;-0.7091823;0.06203521,0.1347036;-0.7600487;0.005402662,-0.07122594;0.004380743;-0.03616178,-0.08972354;-0.3750712;-0.02755683,-0.1021773;-0.7186937;0.03777659,-0.09655677;-0.7084398;-0.06009324,-0.00554173;0.3997988;0.008393508,0;0;0,-0.01937181;0.1989058;-0.007824961,-0.04759013;0.4962067;-0.03559835,0.07834844;0.3782648;-0.006738394,0.1821364;0.1202685;-0.03938784,0.2957423;-0.1067522;-0.1575204,-0.1506873;0.3562789;-0.03851105,-0.1855735;0.08315212;-0.08935092,-0.2023006;-0.1683432;-0.2112948,0.07497431;0.0148922;-0.0236024,0.1706548;-0.3204162;-0.1746438,0.185587;-0.6524116;-0.06484349,0.213085;-0.7049547;-0.1141435,-0.06713991;-0.006165731;-0.0430606,-0.05215858;-0.3856525;-0.03020134,-0.01031395;-0.7261605;0.03910418,0.001284634;-0.7180697;-0.05777441,-0.03896198;0.3973414;-0.0233018,182.8473
+0;0;0,-0.002702099;0.1998192;0.008062039,-0.006941357;0.4996984;0.004139253,0.109872;0.3671963;0.01248684,0.1638257;0.09258527;0.02130706,0.2327167;-0.1725681;-0.0365524,-0.1197513;0.3641644;-0.0008990802,-0.1694981;0.08865708;-0.005480426,-0.2175756;-0.1798494;-0.06866898,0.07214181;0.005834963;-0.03408095,0.09973615;-0.3731618;-0.03402367,0.1187856;-0.7091823;0.06203521,0.1347036;-0.7600487;0.005402662,-0.07122594;0.004380743;-0.03616178,-0.08972354;-0.3750712;-0.02755683,-0.1021773;-0.7186937;0.03777659,-0.09655677;-0.7084398;-0.06009324,-0.00554173;0.3997988;0.008393508,0;0;0,-0.02088271;0.1987603;-0.00763243,-0.05170786;0.4958629;-0.03481422,0.075565;0.3781171;-0.007013811,0.1806236;0.1212194;-0.04397602,0.2947104;-0.1019222;-0.1688442,-0.1530437;0.3548782;-0.03891861,-0.1876701;0.08255517;-0.09406535,-0.202645;-0.1677123;-0.2187327,0.07499868;0.01509333;-0.02339634,0.1730552;-0.3159253;-0.1821779,0.1879866;-0.6483152;-0.0735779,0.2170576;-0.6978709;-0.1267359,-0.06701532;-0.006348439;-0.04322781,-0.05073901;-0.3857734;-0.03012152,-0.008758876;-0.7262527;0.03924352,0.002900744;-0.7180675;-0.05764905,-0.04187424;0.3970782;-0.02277792,182.8806
+0;0;0,-0.003155291;0.1998081;0.008171177,-0.007867971;0.4996837;0.0045077,0.1091897;0.3676139;0.01319163,0.1662848;0.09350377;0.01513869,0.2355614;-0.1706012;-0.04690416,-0.1205436;0.3644534;-0.001676247,-0.1689468;0.08877426;-0.00930055,-0.2162022;-0.1794671;-0.07421206,0.0724397;0.00593178;-0.03342609,0.1042818;-0.3726907;-0.03900196,0.1250792;-0.7084032;0.05776869,0.141594;-0.7586968;0.0004956163,-0.07087096;0.004329365;-0.03685871,-0.08755407;-0.3752506;-0.03048047,-0.09666349;-0.7188891;0.03531957,-0.09056871;-0.708611;-0.06252675,-0.006329866;0.3997823;0.008671878,0;0;0,-0.02167515;0.1986831;-0.007431277,-0.05330545;0.4957281;-0.03432244,0.07437238;0.3781614;-0.007163166,0.1817208;0.1227934;-0.04794904,0.2945251;-0.0976536;-0.1786331,-0.1540266;0.3543064;-0.03941634,-0.1879975;0.08237359;-0.09684919,-0.2019739;-0.1649846;-0.2273045,0.07504492;0.01517101;-0.02319699,0.1755514;-0.3104578;-0.1913169,0.1897529;-0.6428654;-0.08267277,0.2181621;-0.6918424;-0.1370377,-0.06690902;-0.00643533;-0.04337937,-0.04985733;-0.3858551;-0.03113692,-0.007399023;-0.7261864;0.03866191,0.004374445;-0.7179475;-0.05822895,-0.04316343;0.3969618;-0.02239078,182.9023
+0;0;0,-0.003155291;0.1998081;0.008171177,-0.007867971;0.4996837;0.0045077,0.1091897;0.3676139;0.01319163,0.1662848;0.09350377;0.01513869,0.2355614;-0.1706012;-0.04690416,-0.1205436;0.3644534;-0.001676247,-0.1689468;0.08877426;-0.00930055,-0.2162022;-0.1794671;-0.07421206,0.0724397;0.00593178;-0.03342609,0.1042818;-0.3726907;-0.03900196,0.1250792;-0.7084032;0.05776869,0.141594;-0.7586968;0.0004956163,-0.07087096;0.004329365;-0.03685871,-0.08755407;-0.3752506;-0.03048047,-0.09666349;-0.7188891;0.03531957,-0.09056871;-0.708611;-0.06252675,-0.006329866;0.3997823;0.008671878,0;0;0,-0.02167515;0.1986831;-0.007431277,-0.05330545;0.4957281;-0.03432244,0.07437238;0.3781614;-0.007163166,0.1817208;0.1227934;-0.04794904,0.2945251;-0.0976536;-0.1786331,-0.1540266;0.3543064;-0.03941634,-0.1879975;0.08237359;-0.09684919,-0.2019739;-0.1649846;-0.2273045,0.07504492;0.01517101;-0.02319699,0.1755514;-0.3104578;-0.1913169,0.1897529;-0.6428654;-0.08267277,0.2181621;-0.6918424;-0.1370377,-0.06690902;-0.00643533;-0.04337937,-0.04985733;-0.3858551;-0.03113692,-0.007399023;-0.7261864;0.03866191,0.004374445;-0.7179475;-0.05822895,-0.04316343;0.3969618;-0.02239078,182.9253
+0;0;0,-0.003155291;0.1998081;0.008171177,-0.007867971;0.4996837;0.0045077,0.1091897;0.3676139;0.01319163,0.1662848;0.09350377;0.01513869,0.2355614;-0.1706012;-0.04690416,-0.1205436;0.3644534;-0.001676247,-0.1689468;0.08877426;-0.00930055,-0.2162022;-0.1794671;-0.07421206,0.0724397;0.00593178;-0.03342609,0.1042818;-0.3726907;-0.03900196,0.1250792;-0.7084032;0.05776869,0.141594;-0.7586968;0.0004956163,-0.07087096;0.004329365;-0.03685871,-0.08755407;-0.3752506;-0.03048047,-0.09666349;-0.7188891;0.03531957,-0.09056871;-0.708611;-0.06252675,-0.006329866;0.3997823;0.008671878,0;0;0,-0.02198894;0.1986546;-0.007269497,-0.05375202;0.4957077;-0.03391517,0.07398635;0.3779727;-0.007116034,0.1823552;0.1236878;-0.05178583,0.2948199;-0.09309836;-0.1887363,-0.1542231;0.3539388;-0.03951839,-0.1879913;0.08281928;-0.1007879,-0.1997187;-0.1624737;-0.2353012,0.07510724;0.01526543;-0.02293184,0.1761353;-0.3066589;-0.1977405,0.1887714;-0.6384713;-0.08710218,0.2198295;-0.6843115;-0.1444055,-0.06678749;-0.006522261;-0.04355332,-0.04842233;-0.3858724;-0.03105501,-0.006017826;-0.7262241;0.0386771,0.005807485;-0.7179438;-0.05821674,-0.04355872;0.3969367;-0.02206675,182.9588
+0;0;0,-0.003676355;0.1997965;0.008236092,-0.009069784;0.499663;0.004751096,0.1081511;0.3675592;0.01433823,0.1663571;0.09374335;0.008258464,0.2366385;-0.1687362;-0.05930638,-0.1214473;0.364346;-0.002099514,-0.1695421;0.08877736;-0.01429883,-0.2152168;-0.1789242;-0.08248746,0.07256491;0.00614278;-0.03311493,0.1085122;-0.3720149;-0.04334234,0.1308603;-0.7073432;0.05440971,0.1471753;-0.757256;-0.003450193,-0.07070074;0.004130843;-0.03720673,-0.08638714;-0.3755232;-0.03311221,-0.09221589;-0.7192868;0.03240548,-0.08559477;-0.7089732;-0.06541379,-0.007316777;0.3997625;0.008850037,0;0;0,-0.02211385;0.1986455;-0.007138231,-0.0537721;0.4957253;-0.03360922,0.07390346;0.3775796;-0.007171107,0.1835265;0.1245283;-0.05562516,0.2948224;-0.0888854;-0.198691,-0.1540821;0.3536496;-0.03977661,-0.1871133;0.0830729;-0.1037861,-0.196949;-0.1590864;-0.2440079,0.07518457;0.01526557;-0.02267692,0.1773307;-0.3018037;-0.2055246,0.1902314;-0.6341298;-0.09646999,0.2208814;-0.6785232;-0.1558518,-0.06668662;-0.006533301;-0.04370597,-0.04661039;-0.3857914;-0.03104673,-0.004263718;-0.7262204;0.03834235,0.007640426;-0.7179055;-0.05854959,-0.04361475;0.3969439;-0.02181672,182.9923
+0;0;0,-0.003676355;0.1997965;0.008236092,-0.009069784;0.499663;0.004751096,0.1081511;0.3675592;0.01433823,0.1663571;0.09374335;0.008258464,0.2366385;-0.1687362;-0.05930638,-0.1214473;0.364346;-0.002099514,-0.1695421;0.08877736;-0.01429883,-0.2152168;-0.1789242;-0.08248746,0.07256491;0.00614278;-0.03311493,0.1085122;-0.3720149;-0.04334234,0.1308603;-0.7073432;0.05440971,0.1471753;-0.757256;-0.003450193,-0.07070074;0.004130843;-0.03720673,-0.08638714;-0.3755232;-0.03311221,-0.09221589;-0.7192868;0.03240548,-0.08559477;-0.7089732;-0.06541379,-0.007316777;0.3997625;0.008850037,0;0;0,-0.02220777;0.1986414;-0.006957198,-0.05387725;0.4957466;-0.03313129,0.07376185;0.3770768;-0.00715037,0.1841992;0.1249965;-0.05871706,0.2950256;-0.085237;-0.206769,-0.1539891;0.353377;-0.03989723,-0.1861181;0.08356896;-0.1075092,-0.1945224;-0.1566638;-0.2510975,0.07527363;0.01521173;-0.02241614,0.1776358;-0.2969682;-0.213376,0.1901006;-0.6294897;-0.1048675,0.2217962;-0.6725734;-0.1653171,-0.06660741;-0.006475629;-0.04383514,-0.04534507;-0.3856674;-0.03112435,-0.003052443;-0.7261262;0.03815139,0.008915507;-0.7177861;-0.05873833,-0.04371431;0.3969534;-0.02144269,183.0155
+0;0;0,-0.003676355;0.1997965;0.008236092,-0.009069784;0.499663;0.004751096,0.1081511;0.3675592;0.01433823,0.1663571;0.09374335;0.008258464,0.2366385;-0.1687362;-0.05930638,-0.1214473;0.364346;-0.002099514,-0.1695421;0.08877736;-0.01429883,-0.2152168;-0.1789242;-0.08248746,0.07256491;0.00614278;-0.03311493,0.1085122;-0.3720149;-0.04334234,0.1308603;-0.7073432;0.05440971,0.1471753;-0.757256;-0.003450193,-0.07070074;0.004130843;-0.03720673,-0.08638714;-0.3755232;-0.03311221,-0.09221589;-0.7192868;0.03240548,-0.08559477;-0.7089732;-0.06541379,-0.007316777;0.3997625;0.008850037,0;0;0,-0.02220747;0.1986495;-0.006722725,-0.05384169;0.4957939;-0.03249623,0.07381866;0.3769465;-0.007123973,0.1846562;0.1258554;-0.06251606,0.2944015;-0.08051771;-0.2166788,-0.1538302;0.3533659;-0.04007637,-0.1843214;0.08401814;-0.110234,-0.1920376;-0.1533087;-0.2586132,0.07532623;0.0151983;-0.02224793,0.1772252;-0.2922028;-0.2210473,0.1895731;-0.6246921;-0.1124271,0.2220116;-0.6631123;-0.177745,-0.06655811;-0.006489605;-0.0439079,-0.04423616;-0.3856277;-0.03141733,-0.001670159;-0.7261222;0.03751467,0.01037055;-0.7177384;-0.05937579,-0.04368602;0.3969832;-0.02095087,183.0484
+0;0;0,-0.001869753;0.1998529;0.007438277,-0.00558926;0.4997384;0.003270221,0.1107009;0.3661898;0.01447134,0.1716938;0.09323373;0.001248545,0.2429438;-0.1671113;-0.07320888,-0.1188789;0.3656526;-0.002335364,-0.1664186;0.09026378;-0.01968462,-0.2116412;-0.1762814;-0.09254469,0.07270598;0.006380033;-0.03275873,0.1123498;-0.3712377;-0.04802868,0.1363961;-0.7062951;0.05024824,0.1523526;-0.7556253;-0.00850638,-0.07048891;0.003922891;-0.03762878,-0.0839081;-0.3758341;-0.03550478,-0.08707127;-0.7196026;0.0301704,-0.0802777;-0.7093758;-0.06761952,-0.004276388;0.3998384;0.007543317,0;0;0,-0.02229818;0.198647;-0.006492713,-0.05411594;0.4958102;-0.03182936,0.0736424;0.3768123;-0.007059552,0.1844321;0.126647;-0.06658232,0.2938746;-0.07517818;-0.22686,-0.15385;0.3531713;-0.04016322,-0.1835861;0.08456573;-0.1134217,-0.1901757;-0.1486022;-0.2683065,0.07537693;0.01520217;-0.02207288,0.175989;-0.287946;-0.2279331,0.1880362;-0.6209847;-0.1209748,0.2204427;-0.6606176;-0.1850146,-0.06655391;-0.006540014;-0.04390679,-0.04359739;-0.3856594;-0.03201056,-0.000798054;-0.7260526;0.03727569,0.01129504;-0.7176234;-0.05961838,-0.04388965;0.396988;-0.02044459,183.0818
+0;0;0,-0.001869753;0.1998529;0.007438277,-0.00558926;0.4997384;0.003270221,0.1107009;0.3661898;0.01447134,0.1716938;0.09323373;0.001248545,0.2429438;-0.1671113;-0.07320888,-0.1188789;0.3656526;-0.002335364,-0.1664186;0.09026378;-0.01968462,-0.2116412;-0.1762814;-0.09254469,0.07270598;0.006380033;-0.03275873,0.1123498;-0.3712377;-0.04802868,0.1363961;-0.7062951;0.05024824,0.1523526;-0.7556253;-0.00850638,-0.07048891;0.003922891;-0.03762878,-0.0839081;-0.3758341;-0.03550478,-0.08707127;-0.7196026;0.0301704,-0.0802777;-0.7093758;-0.06761952,-0.004276388;0.3998384;0.007543317,0;0;0,-0.02226759;0.1986544;-0.006371397,-0.05394365;0.4958435;-0.03157545,0.0737398;0.3765793;-0.007027037,0.1849298;0.1278222;-0.07149963,0.2943646;-0.07061739;-0.2359556,-0.1536324;0.3531239;-0.04032266,-0.18283;0.08522996;-0.1163514,-0.1880751;-0.1465536;-0.273351,0.07540891;0.01522328;-0.02194874,0.1754664;-0.2862677;-0.2304954,0.1861292;-0.619278;-0.1233018,0.2185351;-0.6529748;-0.1932487,-0.06650882;-0.006593011;-0.04396714,-0.04256851;-0.3856593;-0.03232062,0.0004171021;-0.7259727;0.03724248,0.01257946;-0.7175241;-0.05964723,-0.04376873;0.3970119;-0.02022753,183.1036
+0;0;0,-0.001869753;0.1998529;0.007438277,-0.00558926;0.4997384;0.003270221,0.1107009;0.3661898;0.01447134,0.1716938;0.09323373;0.001248545,0.2429438;-0.1671113;-0.07320888,-0.1188789;0.3656526;-0.002335364,-0.1664186;0.09026378;-0.01968462,-0.2116412;-0.1762814;-0.09254469,0.07270598;0.006380033;-0.03275873,0.1123498;-0.3712377;-0.04802868,0.1363961;-0.7062951;0.05024824,0.1523526;-0.7556253;-0.00850638,-0.07048891;0.003922891;-0.03762878,-0.0839081;-0.3758341;-0.03550478,-0.08707127;-0.7196026;0.0301704,-0.0802777;-0.7093758;-0.06761952,-0.004276388;0.3998384;0.007543317,0;0;0,-0.02241073;0.1986443;-0.006179623,-0.05431578;0.4958382;-0.03104076,0.0734767;0.3764571;-0.007050361,0.1840597;0.1288652;-0.07683322,0.2943579;-0.06728126;-0.2434491,-0.1537962;0.3530525;-0.04046843,-0.1824101;0.0858773;-0.1192,-0.1858664;-0.1420053;-0.2818579,0.07544763;0.01520353;-0.02182903,0.1749767;-0.2759113;-0.2448674,0.184615;-0.6085117;-0.1363131,0.2164504;-0.6430898;-0.2057118,-0.06651109;-0.006618598;-0.04395984,-0.04180177;-0.3856438;-0.03258622,0.00167365;-0.7259654;0.03663135,0.01387454;-0.717482;-0.06026123,-0.04406081;0.3970011;-0.01981264,183.1373
+0;0;0,-5.458181E-05;0.1998813;0.006889422,-0.001417617;0.4997756;0.001948582,0.113642;0.3649507;0.01550566,0.1764976;0.09290698;-0.00550371,0.25151;-0.1648208;-0.08518761,-0.1157638;0.3665847;-0.002257868,-0.162099;0.0914458;-0.02574426,-0.2057139;-0.1746866;-0.101052,0.0729557;0.006693737;-0.03213504,0.117;-0.3702304;-0.05184008,0.1420474;-0.7053179;0.04608332,0.159067;-0.7545255;-0.01253815,-0.07036166;0.003553612;-0.03790262,-0.0810966;-0.3762925;-0.0366063,-0.0804062;-0.720138;0.02873776,-0.07332555;-0.7099937;-0.06901507,-0.0008053427;0.3998794;0.006461388,0;0;0,-0.02241073;0.1986443;-0.006179623,-0.05431578;0.4958382;-0.03104076,0.0734767;0.3764571;-0.007050361,0.1840597;0.1288652;-0.07683322,0.2943579;-0.06728126;-0.2434491,-0.1537962;0.3530525;-0.04046843,-0.1824101;0.0858773;-0.1192,-0.1858664;-0.1420053;-0.2818579,0.07544763;0.01520353;-0.02182903,0.1749767;-0.2759113;-0.2448674,0.184615;-0.6085117;-0.1363131,0.2164504;-0.6430898;-0.2057118,-0.06651109;-0.006618598;-0.04395984,-0.04180177;-0.3856438;-0.03258622,0.00167365;-0.7259654;0.03663135,0.01387454;-0.717482;-0.06026123,-0.04406081;0.3970011;-0.01981264,183.1598
+0;0;0,-5.458181E-05;0.1998813;0.006889422,-0.001417617;0.4997756;0.001948582,0.113642;0.3649507;0.01550566,0.1764976;0.09290698;-0.00550371,0.25151;-0.1648208;-0.08518761,-0.1157638;0.3665847;-0.002257868,-0.162099;0.0914458;-0.02574426,-0.2057139;-0.1746866;-0.101052,0.0729557;0.006693737;-0.03213504,0.117;-0.3702304;-0.05184008,0.1420474;-0.7053179;0.04608332,0.159067;-0.7545255;-0.01253815,-0.07036166;0.003553612;-0.03790262,-0.0810966;-0.3762925;-0.0366063,-0.0804062;-0.720138;0.02873776,-0.07332555;-0.7099937;-0.06901507,-0.0008053427;0.3998794;0.006461388,0;0;0,-0.0221852;0.1986761;-0.005969817,-0.05376876;0.4959202;-0.03063464,0.07387644;0.3761102;-0.006936617,0.1851683;0.1300893;-0.08101684,0.2953646;-0.06217875;-0.2521593,-0.1533135;0.3531678;-0.04041029,-0.1818694;0.08764157;-0.1245552,-0.183512;-0.1387117;-0.2893626,0.07549651;0.01516296;-0.02168783,0.1750216;-0.2716345;-0.2502528,0.1843708;-0.6042951;-0.1418579,0.2157008;-0.6401169;-0.2103117,-0.06654542;-0.006650523;-0.04390305,-0.04019135;-0.3855627;-0.0324563,0.003341567;-0.7258716;0.03678771,0.01557445;-0.7173671;-0.06010555,-0.04361392;0.3970667;-0.01946026,183.1825
+0;0;0,-5.458181E-05;0.1998813;0.006889422,-0.001417617;0.4997756;0.001948582,0.113642;0.3649507;0.01550566,0.1764976;0.09290698;-0.00550371,0.25151;-0.1648208;-0.08518761,-0.1157638;0.3665847;-0.002257868,-0.162099;0.0914458;-0.02574426,-0.2057139;-0.1746866;-0.101052,0.0729557;0.006693737;-0.03213504,0.117;-0.3702304;-0.05184008,0.1420474;-0.7053179;0.04608332,0.159067;-0.7545255;-0.01253815,-0.07036166;0.003553612;-0.03790262,-0.0810966;-0.3762925;-0.0366063,-0.0804062;-0.720138;0.02873776,-0.07332555;-0.7099937;-0.06901507,-0.0008053427;0.3998794;0.006461388,0;0;0,-0.02233415;0.1986621;-0.005877567,-0.0541275;0.4958968;-0.03038437,0.07360829;0.3759928;-0.0071152,0.1847847;0.1311728;-0.08523671,0.2955936;-0.05705942;-0.2604223,-0.1536666;0.3535467;-0.04071508,-0.1812886;0.08904478;-0.1283264,-0.1811566;-0.1317535;-0.3005126,0.07551955;0.01526116;-0.02153818,0.1741457;-0.271047;-0.2511041,0.1824944;-0.60396;-0.1434045,0.2121852;-0.6398917;-0.2124804,-0.06648205;-0.006742901;-0.04398488,-0.03960431;-0.385629;-0.03289792,0.004191503;-0.7260476;0.03563751,0.01647663;-0.7175359;-0.06125072,-0.04390465;0.3970445;-0.01926137,183.216
+0;0;0,-0.004583843;0.1997674;0.008483067,-0.01310216;0.4995766;0.006302924,0.1053094;0.3677743;0.01583432,0.1707949;0.09719312;-0.01412324,0.2481611;-0.1570253;-0.1023699,-0.1244462;0.3649387;-0.002131332,-0.1671351;0.08988008;-0.03246974,-0.2117982;-0.1740291;-0.1146717,0.07314993;0.006987057;-0.031627,0.122061;-0.3690462;-0.05625801,0.1486223;-0.7042794;0.04076365,0.1663835;-0.7548609;-0.0157268,-0.07003741;0.003302879;-0.0385208,-0.07832104;-0.3766051;-0.03737856,-0.07382737;-0.7206079;0.02697881,-0.06671918;-0.7102235;-0.07082049,-0.01021832;0.399683;0.009903099,0;0;0,-0.0225628;0.1986465;-0.005521271,-0.05481943;0.4958918;-0.02929929,0.07308052;0.3755501;-0.007050383,0.1847469;0.1319287;-0.08816288,0.2955844;-0.05108453;-0.2687763,-0.1539905;0.3534138;-0.04068486,-0.1801009;0.08974454;-0.131221,-0.1786739;-0.12555;-0.3102356,0.07560449;0.01523848;-0.02125443,0.1728087;-0.2629522;-0.2611738,0.1803114;-0.5959492;-0.1536715,0.2108351;-0.6319086;-0.2223567,-0.06646298;-0.006773225;-0.04400904,-0.03788579;-0.3855147;-0.03225187,0.006002411;-0.7258878;0.03645017,0.0182954;-0.7173039;-0.06045308,-0.04443065;0.3970268;-0.01844675,183.2493
+0;0;0,-0.004583843;0.1997674;0.008483067,-0.01310216;0.4995766;0.006302924,0.1053094;0.3677743;0.01583432,0.1707949;0.09719312;-0.01412324,0.2481611;-0.1570253;-0.1023699,-0.1244462;0.3649387;-0.002131332,-0.1671351;0.08988008;-0.03246974,-0.2117982;-0.1740291;-0.1146717,0.07314993;0.006987057;-0.031627,0.122061;-0.3690462;-0.05625801,0.1486223;-0.7042794;0.04076365,0.1663835;-0.7548609;-0.0157268,-0.07003741;0.003302879;-0.0385208,-0.07832104;-0.3766051;-0.03737856,-0.07382737;-0.7206079;0.02697881,-0.06671918;-0.7102235;-0.07082049,-0.01021832;0.399683;0.009903099,0;0;0,-0.02285191;0.1986177;-0.005366315,-0.05549203;0.4958406;-0.0288968,0.07255069;0.3754138;-0.007149896,0.1844083;0.1327434;-0.09080955,0.2949055;-0.04619393;-0.2756657,-0.1544113;0.3533065;-0.04089133,-0.1795467;0.0905982;-0.1344465,-0.1783154;-0.1248076;-0.3133287,0.07564344;0.0153041;-0.02106788,0.1724289;-0.2595695;-0.2649471,0.1785089;-0.592793;-0.1580588,0.2091871;-0.6289078;-0.2265255,-0.06636467;-0.006822111;-0.04414963,-0.03700188;-0.3855054;-0.03245312,0.006838046;-0.7258463;0.0364391,0.01915857;-0.7172281;-0.06046818,-0.04498453;0.3969796;-0.0181222,183.2712
+0;0;0,-0.004583843;0.1997674;0.008483067,-0.01310216;0.4995766;0.006302924,0.1053094;0.3677743;0.01583432,0.1707949;0.09719312;-0.01412324,0.2481611;-0.1570253;-0.1023699,-0.1244462;0.3649387;-0.002131332,-0.1671351;0.08988008;-0.03246974,-0.2117982;-0.1740291;-0.1146717,0.07314993;0.006987057;-0.031627,0.122061;-0.3690462;-0.05625801,0.1486223;-0.7042794;0.04076365,0.1663835;-0.7548609;-0.0157268,-0.07003741;0.003302879;-0.0385208,-0.07832104;-0.3766051;-0.03737856,-0.07382737;-0.7206079;0.02697881,-0.06671918;-0.7102235;-0.07082049,-0.01021832;0.399683;0.009903099,0;0;0,-0.0230153;0.1986029;-0.00521561,-0.0558809;0.4958204;-0.02849707,0.07224136;0.3752168;-0.007280425,0.1845627;0.1338554;-0.09404804,0.2946364;-0.04124656;-0.2827888,-0.1545684;0.3531377;-0.04105777,-0.180009;0.09197298;-0.1387603,-0.1776218;-0.1220071;-0.3193339,0.07565652;0.01539276;-0.02095601,0.17139;-0.2560637;-0.2690416,0.1751945;-0.5898367;-0.1637746,0.2051037;-0.6263337;-0.2322113,-0.06632823;-0.006902594;-0.04419184,-0.0366546;-0.3855774;-0.03301762,0.007065952;-0.7259358;0.03586356,0.0194038;-0.7172946;-0.06104661,-0.04530257;0.3969581;-0.01780365,183.3046
+0;0;0,-0.004828198;0.1997491;0.008774987,-0.01215746;0.4995871;0.006483752,0.1056693;0.3674143;0.01597045,0.1738421;0.09845415;-0.02161814,0.2535321;-0.1476779;-0.1287095,-0.123735;0.3645453;-0.003107981,-0.1678222;0.09036532;-0.03890789,-0.2092786;-0.1738757;-0.1217211,0.07339817;0.0070966;-0.03102172,0.1267354;-0.3678921;-0.06165816,0.1541707;-0.7033207;0.03444069,0.1730324;-0.7554852;-0.01934808,-0.06960332;0.003228621;-0.0393059,-0.07500578;-0.3767323;-0.03859137,-0.06755045;-0.7208742;0.02473881,-0.06006986;-0.7104825;-0.07303418,-0.009764344;0.3996834;0.01015875,0;0;0,-0.0230153;0.1986029;-0.00521561,-0.0558809;0.4958204;-0.02849707,0.07224136;0.3752168;-0.007280425,0.1845627;0.1338554;-0.09404804,0.2946364;-0.04124656;-0.2827888,-0.1545684;0.3531377;-0.04105777,-0.180009;0.09197298;-0.1387603,-0.1776218;-0.1220071;-0.3193339,0.07565652;0.01539276;-0.02095601,0.17139;-0.2560637;-0.2690416,0.1751945;-0.5898367;-0.1637746,0.2051037;-0.6263337;-0.2322113,-0.06632823;-0.006902594;-0.04419184,-0.0366546;-0.3855774;-0.03301762,0.007065952;-0.7259358;0.03586356,0.0194038;-0.7172946;-0.06104661,-0.04530257;0.3969581;-0.01780365,183.3273
+0;0;0,-0.004828198;0.1997491;0.008774987,-0.01215746;0.4995871;0.006483752,0.1056693;0.3674143;0.01597045,0.1738421;0.09845415;-0.02161814,0.2535321;-0.1476779;-0.1287095,-0.123735;0.3645453;-0.003107981,-0.1678222;0.09036532;-0.03890789,-0.2092786;-0.1738757;-0.1217211,0.07339817;0.0070966;-0.03102172,0.1267354;-0.3678921;-0.06165816,0.1541707;-0.7033207;0.03444069,0.1730324;-0.7554852;-0.01934808,-0.06960332;0.003228621;-0.0393059,-0.07500578;-0.3767323;-0.03859137,-0.06755045;-0.7208742;0.02473881,-0.06006986;-0.7104825;-0.07303418,-0.009764344;0.3996834;0.01015875,0;0;0,-0.02298895;0.1986154;-0.004841276,-0.05590398;0.4958665;-0.027623,0.07226684;0.3752345;-0.006839828,0.1851757;0.1353218;-0.09680362,0.2950629;-0.03673719;-0.2884296,-0.1544363;0.3530416;-0.0407109,-0.1793515;0.09280643;-0.1409948,-0.1752975;-0.1175081;-0.3257957,0.07569831;0.01544234;-0.02076776,0.1710893;-0.2545289;-0.2705998,0.1728095;-0.5886518;-0.1663936,0.2017193;-0.6250188;-0.2353837,-0.06630296;-0.007010761;-0.04421275,-0.03500235;-0.3855345;-0.03237772,0.008801553;-0.72583;0.03676097,0.02115072;-0.717129;-0.0601609,-0.04529789;0.3969888;-0.01710056,183.3497
+0;0;0,-0.004828198;0.1997491;0.008774987,-0.01215746;0.4995871;0.006483752,0.1056693;0.3674143;0.01597045,0.1738421;0.09845415;-0.02161814,0.2535321;-0.1476779;-0.1287095,-0.123735;0.3645453;-0.003107981,-0.1678222;0.09036532;-0.03890789,-0.2092786;-0.1738757;-0.1217211,0.07339817;0.0070966;-0.03102172,0.1267354;-0.3678921;-0.06165816,0.1541707;-0.7033207;0.03444069,0.1730324;-0.7554852;-0.01934808,-0.06960332;0.003228621;-0.0393059,-0.07500578;-0.3767323;-0.03859137,-0.06755045;-0.7208742;0.02473881,-0.06006986;-0.7104825;-0.07303418,-0.009764344;0.3996834;0.01015875,0;0;0,-0.02327855;0.1985837;-0.004758226,-0.05674362;0.4957869;-0.02736399,0.07162932;0.3750276;-0.007013783,0.1844833;0.1359873;-0.09933766,0.294421;-0.03442208;-0.2924034,-0.1549853;0.35293;-0.04085544,-0.1786189;0.09272373;-0.141524,-0.1739108;-0.1138013;-0.3305352,0.07568658;0.01569581;-0.02061995,0.1697441;-0.2539805;-0.2712748,0.1693157;-0.5886069;-0.1686832,0.1966955;-0.6253741;-0.237911,-0.06622834;-0.007230559;-0.04428912,-0.03483339;-0.3857542;-0.03270414,0.009080678;-0.7260953;0.03613931,0.02141767;-0.7173669;-0.06079014,-0.04594105;0.3969243;-0.01690022,183.3834
+0;0;0,-0.004592675;0.1997439;0.009016316,-0.01118558;0.4996004;0.006978011,0.1063222;0.3672383;0.01621339,0.1752306;0.09977156;-0.0297558,0.2604992;-0.142638;-0.1409622,-0.1232138;0.3652355;-0.002991891,-0.1675326;0.0922637;-0.04683502,-0.2056887;-0.1722416;-0.1303878,0.07362945;0.007109978;-0.03046561,0.1303314;-0.3669926;-0.06556717,0.1594084;-0.7025073;0.02974509,0.1790358;-0.7510543;-0.0289503,-0.06940496;0.003176593;-0.0396593,-0.07154771;-0.376817;-0.03918707,-0.06134394;-0.7210196;0.02342622,-0.0537962;-0.7106099;-0.07434522,-0.009069741;0.3996877;0.01057917,0;0;0,-0.02330751;0.1985883;-0.004409764,-0.05691556;0.4958243;-0.02638103,0.07151346;0.3748044;-0.006853696,0.1849705;0.1368095;-0.1011189,0.2932846;-0.02927992;-0.2988114,-0.1549958;0.3529145;-0.04053731,-0.1794569;0.09421602;-0.1448289,-0.1723061;-0.1094399;-0.3368527,0.07566998;0.01572364;-0.02065965,0.1685155;-0.2534905;-0.2722614,0.1663962;-0.5884004;-0.1706204,0.1910584;-0.6254937;-0.2405508,-0.06624993;-0.007299983;-0.04424541,-0.03401906;-0.385745;-0.03238899,0.009877428;-0.726005;0.03686582,0.02215637;-0.7172177;-0.0600839,-0.04605928;0.3969424;-0.01615752,183.4052
+0;0;0,-0.004592675;0.1997439;0.009016316,-0.01118558;0.4996004;0.006978011,0.1063222;0.3672383;0.01621339,0.1752306;0.09977156;-0.0297558,0.2604992;-0.142638;-0.1409622,-0.1232138;0.3652355;-0.002991891,-0.1675326;0.0922637;-0.04683502,-0.2056887;-0.1722416;-0.1303878,0.07362945;0.007109978;-0.03046561,0.1303314;-0.3669926;-0.06556717,0.1594084;-0.7025073;0.02974509,0.1790358;-0.7510543;-0.0289503,-0.06940496;0.003176593;-0.0396593,-0.07154771;-0.376817;-0.03918707,-0.06134394;-0.7210196;0.02342622,-0.0537962;-0.7106099;-0.07434522,-0.009069741;0.3996877;0.01057917,0;0;0,-0.02370955;0.1985454;-0.004191082,-0.05837204;0.4957024;-0.02559534,0.07048187;0.3746172;-0.006957986,0.1842672;0.1380009;-0.1042493,0.2916045;-0.02663054;-0.3036865,-0.1558405;0.3526374;-0.04061585,-0.1800843;0.09391859;-0.1449078,-0.1720906;-0.1056285;-0.3411654,0.07565324;0.0158522;-0.02062268,0.1626295;-0.259425;-0.267721,0.1604244;-0.5950701;-0.1685366,0.1841165;-0.6337538;-0.2372478,-0.0662369;-0.007415037;-0.04424579,-0.03402125;-0.3858781;-0.03293728,0.009988964;-0.7260739;0.03656042,0.02224155;-0.7172326;-0.06040441,-0.04712669;0.3968434;-0.01557327,183.4289
+0;0;0,-0.004592675;0.1997439;0.009016316,-0.01118558;0.4996004;0.006978011,0.1063222;0.3672383;0.01621339,0.1752306;0.09977156;-0.0297558,0.2604992;-0.142638;-0.1409622,-0.1232138;0.3652355;-0.002991891,-0.1675326;0.0922637;-0.04683502,-0.2056887;-0.1722416;-0.1303878,0.07362945;0.007109978;-0.03046561,0.1303314;-0.3669926;-0.06556717,0.1594084;-0.7025073;0.02974509,0.1790358;-0.7510543;-0.0289503,-0.06940496;0.003176593;-0.0396593,-0.07154771;-0.376817;-0.03918707,-0.06134394;-0.7210196;0.02342622,-0.0537962;-0.7106099;-0.07434522,-0.009069741;0.3996877;0.01057917,0;0;0,-0.02370955;0.1985454;-0.004191082,-0.05837204;0.4957024;-0.02559534,0.07048187;0.3746172;-0.006957986,0.1842672;0.1380009;-0.1042493,0.2916045;-0.02663054;-0.3036865,-0.1558405;0.3526374;-0.04061585,-0.1800843;0.09391859;-0.1449078,-0.1720906;-0.1056285;-0.3411654,0.07565324;0.0158522;-0.02062268,0.1626295;-0.259425;-0.267721,0.1604244;-0.5950701;-0.1685366,0.1841165;-0.6337538;-0.2372478,-0.0662369;-0.007415037;-0.04424579,-0.03402125;-0.3858781;-0.03293728,0.009988964;-0.7260739;0.03656042,0.02224155;-0.7172326;-0.06040441,-0.04712669;0.3968434;-0.01557327,183.4611
+0;0;0,-0.005662035;0.1996914;0.009555082,-0.0139129;0.4995125;0.008465474,0.1042665;0.367467;0.01667093,0.1751118;0.1021228;-0.03785846,0.263795;-0.1357987;-0.155878,-0.1252561;0.3653769;-0.003439027,-0.16809;0.09340572;-0.05439894,-0.2050061;-0.1702386;-0.141168,0.07368903;0.007505263;-0.03022579,0.13197;-0.3660131;-0.06879206,0.1630046;-0.7014624;0.026132,0.18496;-0.747493;-0.03500168,-0.06930582;0.002765253;-0.03986296,-0.06924259;-0.3772339;-0.04068124,-0.05707075;-0.7215261;0.02108183,-0.04922796;-0.7110503;-0.07667962,-0.01124542;0.3996015;0.01173468,0;0;0,-0.02397743;0.1985168;-0.004023182,-0.05900057;0.4956484;-0.02518354,0.06995049;0.3743606;-0.007067099,0.1833306;0.1387133;-0.1071437,0.2887764;-0.02451047;-0.3087353,-0.1562664;0.3525158;-0.04057158,-0.180141;0.09466502;-0.1470751,-0.1714059;-0.1018355;-0.346352,0.07564749;0.01589781;-0.02060866,0.1581332;-0.2637348;-0.2643333,0.1557466;-0.6008131;-0.1701393,0.1777358;-0.6404279;-0.2384785,-0.0662514;-0.007467534;-0.04421525,-0.03397579;-0.3859341;-0.0331997,0.01052203;-0.7261862;0.0357094,0.02272091;-0.7173266;-0.06126621,-0.04765078;0.3967941;-0.01523256,183.4947
+0;0;0,-0.005662035;0.1996914;0.009555082,-0.0139129;0.4995125;0.008465474,0.1042665;0.367467;0.01667093,0.1751118;0.1021228;-0.03785846,0.263795;-0.1357987;-0.155878,-0.1252561;0.3653769;-0.003439027,-0.16809;0.09340572;-0.05439894,-0.2050061;-0.1702386;-0.141168,0.07368903;0.007505263;-0.03022579,0.13197;-0.3660131;-0.06879206,0.1630046;-0.7014624;0.026132,0.18496;-0.747493;-0.03500168,-0.06930582;0.002765253;-0.03986296,-0.06924259;-0.3772339;-0.04068124,-0.05707075;-0.7215261;0.02108183,-0.04922796;-0.7110503;-0.07667962,-0.01124542;0.3996015;0.01173468,0;0;0,-0.02415926;0.1984978;-0.003865582,-0.05926457;0.495635;-0.02480417,0.06970015;0.3742536;-0.007088786,0.1825367;0.1395577;-0.1099758,0.2857617;-0.02211054;-0.3139561,-0.1564515;0.3524096;-0.04041117,-0.1799028;0.09528735;-0.148754,-0.1708433;-0.09776658;-0.3513573,0.07563251;0.0159373;-0.02063313,0.1541423;-0.2670161;-0.2618252,0.151679;-0.6041363;-0.1677833,0.1719984;-0.6448942;-0.2354623,-0.06629773;-0.007540601;-0.04413332,-0.03349686;-0.3859675;-0.03330759,0.01199939;-0.7261406;0.03533917,0.02412472;-0.7172734;-0.06164734,-0.0479071;0.396775;-0.01491952,183.5283
+0;0;0,-0.005662035;0.1996914;0.009555082,-0.0139129;0.4995125;0.008465474,0.1042665;0.367467;0.01667093,0.1751118;0.1021228;-0.03785846,0.263795;-0.1357987;-0.155878,-0.1252561;0.3653769;-0.003439027,-0.16809;0.09340572;-0.05439894,-0.2050061;-0.1702386;-0.141168,0.07368903;0.007505263;-0.03022579,0.13197;-0.3660131;-0.06879206,0.1630046;-0.7014624;0.026132,0.18496;-0.747493;-0.03500168,-0.06930582;0.002765253;-0.03986296,-0.06924259;-0.3772339;-0.04068124,-0.05707075;-0.7215261;0.02108183,-0.04922796;-0.7110503;-0.07667962,-0.01124542;0.3996015;0.01173468,0;0;0,-0.02466506;0.1984415;-0.00355182,-0.06075568;0.4955195;-0.02365897,0.06855066;0.3738453;-0.007166924,0.1793436;0.1392383;-0.1124497,0.2789201;-0.01756556;-0.321966,-0.1572054;0.351807;-0.04036989,-0.1812984;0.09706089;-0.1540535,-0.1708868;-0.09380904;-0.3586513,0.07562894;0.01593952;-0.02064451,0.1521311;-0.2681093;-0.2611932,0.1486344;-0.6055167;-0.1682198,0.1662504;-0.6479081;-0.2349218,-0.06634613;-0.007574311;-0.04405474,-0.03348523;-0.3860061;-0.03358876,0.01264631;-0.726176;0.03464852,0.02469945;-0.7172453;-0.06236082,-0.04905565;0.3966691;-0.01408259,183.5508
+0;0;0,-0.005814305;0.1996876;0.009542752,-0.01403509;0.4995087;0.008348785,0.1042225;0.3679371;0.01690183,0.1747467;0.1050517;-0.0488069,0.2671241;-0.1283651;-0.1728352,-0.1253643;0.3654498;-0.004071994,-0.1678609;0.09481657;-0.06196581,-0.2032363;-0.1676907;-0.1527322,0.07386319;0.007901867;-0.02969493,0.1342548;-0.3647141;-0.07340054,0.1685627;-0.7004282;0.01943787,0.1909769;-0.7530202;-0.03229402,-0.06894469;0.002449311;-0.0405047,-0.06735715;-0.377544;-0.04209637,-0.05277951;-0.721887;0.01885772,-0.0446721;-0.711417;-0.07888096,-0.01140668;0.3995982;0.01166148,0;0;0,-0.02510943;0.19839;-0.00330637,-0.06212208;0.4953888;-0.02290596,0.06749661;0.3735108;-0.007261837,0.1769825;0.1384907;-0.1129897,0.2729611;-0.01659693;-0.3254419,-0.1579504;0.3512532;-0.04026845,-0.1822935;0.09784371;-0.156849,-0.1707668;-0.09056811;-0.3636535,0.07562329;0.01595339;-0.02065447,0.1497965;-0.2692875;-0.2605211,0.1438146;-0.6068026;-0.1680667,0.1589341;-0.6517045;-0.2325733,-0.06638184;-0.007625546;-0.04399206,-0.03375712;-0.3860829;-0.03371248,0.0125811;-0.7262326;0.03448536,0.02455246;-0.717259;-0.06254338,-0.05010346;0.3965599;-0.01350377,183.5844
+0;0;0,-0.005814305;0.1996876;0.009542752,-0.01403509;0.4995087;0.008348785,0.1042225;0.3679371;0.01690183,0.1747467;0.1050517;-0.0488069,0.2671241;-0.1283651;-0.1728352,-0.1253643;0.3654498;-0.004071994,-0.1678609;0.09481657;-0.06196581,-0.2032363;-0.1676907;-0.1527322,0.07386319;0.007901867;-0.02969493,0.1342548;-0.3647141;-0.07340054,0.1685627;-0.7004282;0.01943787,0.1909769;-0.7530202;-0.03229402,-0.06894469;0.002449311;-0.0405047,-0.06735715;-0.377544;-0.04209637,-0.05277951;-0.721887;0.01885772,-0.0446721;-0.711417;-0.07888096,-0.01140668;0.3995982;0.01166148,0;0;0,-0.02516038;0.1983839;-0.003283089,-0.06214435;0.4953834;-0.02292354,0.06748378;0.3736315;-0.00730289,0.1735363;0.137395;-0.1138167,0.2655083;-0.01563261;-0.3295102,-0.1571186;0.3489993;-0.03986269,-0.1871899;0.09735554;-0.1589053,-0.1744201;-0.08723894;-0.3690524,0.07559871;0.01600958;-0.02070091,0.1480896;-0.2704111;-0.2596743,0.1401315;-0.6080971;-0.1679964,0.1521712;-0.6563268;-0.2291123,-0.06647431;-0.007687359;-0.04384142,-0.03384308;-0.3861568;-0.03403797,0.01215091;-0.7263913;0.03396957,0.02389385;-0.7174178;-0.06308705,-0.05014322;0.3965541;-0.01350331,183.6067
+0;0;0,-0.005814305;0.1996876;0.009542752,-0.01403509;0.4995087;0.008348785,0.1042225;0.3679371;0.01690183,0.1747467;0.1050517;-0.0488069,0.2671241;-0.1283651;-0.1728352,-0.1253643;0.3654498;-0.004071994,-0.1678609;0.09481657;-0.06196581,-0.2032363;-0.1676907;-0.1527322,0.07386319;0.007901867;-0.02969493,0.1342548;-0.3647141;-0.07340054,0.1685627;-0.7004282;0.01943787,0.1909769;-0.7530202;-0.03229402,-0.06894469;0.002449311;-0.0405047,-0.06735715;-0.377544;-0.04209637,-0.05277951;-0.721887;0.01885772,-0.0446721;-0.711417;-0.07888096,-0.01140668;0.3995982;0.01166148,0;0;0,-0.02594944;0.1982886;-0.002876779,-0.06652196;0.4949229;-0.02095441,0.06463943;0.3735723;-0.007040136,0.1686706;0.1366792;-0.1140876,0.2563818;-0.01692437;-0.3311423,-0.1585885;0.3460917;-0.03966892,-0.1915284;0.09605381;-0.1613078,-0.1769926;-0.08507159;-0.374339,0.0755202;0.01624067;-0.02080723,0.1469597;-0.2710316;-0.2590739,0.1369552;-0.6088745;-0.1681778,0.1461301;-0.6600198;-0.2258949,-0.06652656;-0.007833868;-0.04373611,-0.03465331;-0.386349;-0.03322919,0.01186149;-0.7265829;0.03442625,0.02345369;-0.7174874;-0.06267485,-0.05309331;0.3962213;-0.01214093,183.6403
+0;0;0,-0.006529991;0.1996517;0.009827012,-0.01582089;0.4994431;0.00909498,0.1029022;0.3681885;0.01681895,0.1764934;0.1089593;-0.05923764,0.2683891;-0.1198288;-0.1919446,-0.1265653;0.3653868;-0.00508095,-0.16841;0.09598747;-0.06890108,-0.2041851;-0.1619355;-0.1718373,0.07397347;0.007956895;-0.02940431,0.135127;-0.3636471;-0.08010646,0.1733441;-0.6985933;0.01397091,0.1948385;-0.7501624;-0.03973633,-0.06887513;0.002310646;-0.04063099,-0.06543145;-0.377665;-0.04320139,-0.04774461;-0.7219651;0.01716967,-0.03934321;-0.7114543;-0.08055232,-0.01284058;0.3995374;0.01225194,0;0;0,-0.02594944;0.1982886;-0.002876779,-0.06652196;0.4949229;-0.02095441,0.06463943;0.3735723;-0.007040136,0.1686706;0.1366792;-0.1140876,0.2563818;-0.01692437;-0.3311423,-0.1585885;0.3460917;-0.03966892,-0.1915284;0.09605381;-0.1613078,-0.1769926;-0.08507159;-0.374339,0.0755202;0.01624067;-0.02080723,0.1469597;-0.2710316;-0.2590739,0.1369552;-0.6088745;-0.1681778,0.1461301;-0.6600198;-0.2258949,-0.06652656;-0.007833868;-0.04373611,-0.03465331;-0.386349;-0.03322919,0.01186149;-0.7265829;0.03442625,0.02345369;-0.7174874;-0.06267485,-0.05309331;0.3962213;-0.01214093,183.6622
+0;0;0,-0.006529991;0.1996517;0.009827012,-0.01582089;0.4994431;0.00909498,0.1029022;0.3681885;0.01681895,0.1764934;0.1089593;-0.05923764,0.2683891;-0.1198288;-0.1919446,-0.1265653;0.3653868;-0.00508095,-0.16841;0.09598747;-0.06890108,-0.2041851;-0.1619355;-0.1718373,0.07397347;0.007956895;-0.02940431,0.135127;-0.3636471;-0.08010646,0.1733441;-0.6985933;0.01397091,0.1948385;-0.7501624;-0.03973633,-0.06887513;0.002310646;-0.04063099,-0.06543145;-0.377665;-0.04320139,-0.04774461;-0.7219651;0.01716967,-0.03934321;-0.7114543;-0.08055232,-0.01284058;0.3995374;0.01225194,0;0;0,-0.02626913;0.1982453;-0.002953184,-0.06686846;0.4948681;-0.0211587,0.06431667;0.3736648;-0.00730925,0.1656541;0.1360648;-0.1153693,0.2508789;-0.01782438;-0.3332106,-0.1586442;0.345129;-0.03929573,-0.1935036;0.0963944;-0.1630532,-0.1718625;-0.08069623;-0.3788554,0.07539289;0.01640312;-0.02113883,0.1460245;-0.2716963;-0.2586464,0.1343424;-0.6094579;-0.1676482,0.1403886;-0.6618667;-0.2239708,-0.06669393;-0.00822845;-0.04340752,-0.0351801;-0.3867632;-0.03252921,0.01111538;-0.7272072;0.0342139,0.02246448;-0.7181319;-0.06291157,-0.05344849;0.3961694;-0.01230032,183.6848
+0;0;0,-0.006529991;0.1996517;0.009827012,-0.01582089;0.4994431;0.00909498,0.1029022;0.3681885;0.01681895,0.1764934;0.1089593;-0.05923764,0.2683891;-0.1198288;-0.1919446,-0.1265653;0.3653868;-0.00508095,-0.16841;0.09598747;-0.06890108,-0.2041851;-0.1619355;-0.1718373,0.07397347;0.007956895;-0.02940431,0.135127;-0.3636471;-0.08010646,0.1733441;-0.6985933;0.01397091,0.1948385;-0.7501624;-0.03973633,-0.06887513;0.002310646;-0.04063099,-0.06543145;-0.377665;-0.04320139,-0.04774461;-0.7219651;0.01716967,-0.03934321;-0.7114543;-0.08055232,-0.01284058;0.3995374;0.01225194,0;0;0,-0.02740242;0.1980996;-0.002379585,-0.07165145;0.4943421;-0.01819007,0.06117821;0.3741409;-0.006965784,0.1640246;0.1366138;-0.1137529,0.2478884;-0.01999299;-0.3301811,-0.1605742;0.3426988;-0.0388235,-0.1964756;0.09501548;-0.1643785,-0.174279;-0.08245476;-0.3798121,0.07514642;0.01677636;-0.02171563,0.1446206;-0.2737071;-0.2566469,0.1317317;-0.6115475;-0.1661056,0.1334015;-0.6655399;-0.2203503,-0.06685825;-0.008571228;-0.04308721,-0.03538609;-0.3870884;-0.03150211,0.01047027;-0.7276778;0.03480108,0.0216031;-0.7184361;-0.06238511,-0.05681105;0.3957692;-0.01024469,183.7182
+0;0;0,-0.007202367;0.1996166;0.01006739,-0.01744189;0.4993778;0.009709406,0.1016004;0.3680518;0.01631848,0.1781969;0.1119215;-0.06692971,0.2683534;-0.1083586;-0.2144035,-0.1275162;0.3649487;-0.006161873,-0.1674978;0.09674075;-0.07591817,-0.20226;-0.1551517;-0.1931435,0.07418272;0.008050212;-0.02884645,0.1361473;-0.3619951;-0.08906957,0.178641;-0.6962517;0.005623825,0.1996498;-0.741231;-0.05711965,-0.06858775;0.002190449;-0.04112083,-0.06344049;-0.3777549;-0.04500052,-0.04270397;-0.7220808;0.01424181,-0.03411645;-0.7115375;-0.08347048,-0.01415624;0.3994778;0.01273961,0;0;0,-0.02763388;0.1980679;-0.002343129,-0.07179634;0.4943194;-0.01821764,0.06103229;0.3745071;-0.006924716,0.1635728;0.1364918;-0.1129162,0.2425474;-0.02159506;-0.3301063,-0.1606714;0.342082;-0.0381485,-0.1970184;0.09520356;-0.1651522,-0.174231;-0.08191496;-0.3808134,0.07497685;0.01703799;-0.02209479,0.1436749;-0.2760227;-0.2540344,0.1305323;-0.6139326;-0.1637894,0.1284124;-0.6702836;-0.2141781,-0.06695067;-0.008919897;-0.04287239,-0.03507359;-0.3873873;-0.03077868,0.01014898;-0.7281996;0.03481035,0.02109608;-0.7189571;-0.06239711,-0.05702812;0.3957385;-0.01023676,183.7402
+0;0;0,-0.007202367;0.1996166;0.01006739,-0.01744189;0.4993778;0.009709406,0.1016004;0.3680518;0.01631848,0.1781969;0.1119215;-0.06692971,0.2683534;-0.1083586;-0.2144035,-0.1275162;0.3649487;-0.006161873,-0.1674978;0.09674075;-0.07591817,-0.20226;-0.1551517;-0.1931435,0.07418272;0.008050212;-0.02884645,0.1361473;-0.3619951;-0.08906957,0.178641;-0.6962517;0.005623825,0.1996498;-0.741231;-0.05711965,-0.06858775;0.002190449;-0.04112083,-0.06344049;-0.3777549;-0.04500052,-0.04270397;-0.7220808;0.01424181,-0.03411645;-0.7115375;-0.08347048,-0.01415624;0.3994778;0.01273961,0;0;0,-0.02763388;0.1980679;-0.002343129,-0.07179634;0.4943194;-0.01821764,0.06103229;0.3745071;-0.006924716,0.1635728;0.1364918;-0.1129162,0.2425474;-0.02159506;-0.3301063,-0.1606714;0.342082;-0.0381485,-0.1970184;0.09520356;-0.1651522,-0.174231;-0.08191496;-0.3808134,0.07497685;0.01703799;-0.02209479,0.1436749;-0.2760227;-0.2540344,0.1305323;-0.6139326;-0.1637894,0.1284124;-0.6702836;-0.2141781,-0.06695067;-0.008919897;-0.04287239,-0.03507359;-0.3873873;-0.03077868,0.01014898;-0.7281996;0.03481035,0.02109608;-0.7189571;-0.06239711,-0.05702812;0.3957385;-0.01023676,183.7628
+0;0;0,-0.007202367;0.1996166;0.01006739,-0.01744189;0.4993778;0.009709406,0.1016004;0.3680518;0.01631848,0.1781969;0.1119215;-0.06692971,0.2683534;-0.1083586;-0.2144035,-0.1275162;0.3649487;-0.006161873,-0.1674978;0.09674075;-0.07591817,-0.20226;-0.1551517;-0.1931435,0.07418272;0.008050212;-0.02884645,0.1361473;-0.3619951;-0.08906957,0.178641;-0.6962517;0.005623825,0.1996498;-0.741231;-0.05711965,-0.06858775;0.002190449;-0.04112083,-0.06344049;-0.3777549;-0.04500052,-0.04270397;-0.7220808;0.01424181,-0.03411645;-0.7115375;-0.08347048,-0.01415624;0.3994778;0.01273961,0;0;0,-0.02861241;0.1979378;-0.001405266,-0.07473577;0.4939924;-0.01521703,0.05872143;0.3745174;-0.00661974,0.1603713;0.1357831;-0.1118492,0.2389901;-0.02212085;-0.3293013,-0.1631846;0.340458;-0.03263459,-0.181725;0.1181422;-0.2018444,-0.1569614;-0.07756692;-0.400552,0.07481264;0.01735465;-0.02240279,0.1436604;-0.2771357;-0.2524798,0.1297367;-0.6147208;-0.1611425,0.1275938;-0.6702415;-0.2129269,-0.06704278;-0.009121791;-0.04268557,-0.03427363;-0.3874801;-0.02960408,0.0105818;-0.728545;0.03491513,0.01980599;-0.719191;-0.06249463,-0.05943331;0.3954423;-0.007888198,183.7962
+0;0;0,-0.00721551;0.1996314;0.00975922,-0.01734082;0.4993955;0.008927854,0.1018081;0.3685312;0.01412359,0.1753718;0.1147488;-0.07852031,0.2658337;-0.1025707;-0.2301411,-0.1271749;0.3646525;-0.007932758,-0.1657368;0.09766901;-0.08298467,-0.198527;-0.1514548;-0.2065247,0.07440334;0.008157485;-0.0282418,0.1395702;-0.3586725;-0.1030018,0.1859185;-0.6931137;-0.01080143,0.2074572;-0.7450283;-0.06396241,-0.06832887;0.002012338;-0.04155858,-0.06195502;-0.3778945;-0.0470524,-0.03742778;-0.7222983;0.01025773,-0.02903681;-0.7117863;-0.08746539,-0.01411;0.3994986;0.01211891,0;0;0,-0.02932043;0.1978379;-0.0006896925,-0.07657406;0.4937648;-0.0133343,0.05719675;0.3742507;-0.006487885,0.1582429;0.1349053;-0.1109076,0.237535;-0.02176929;-0.3290035,-0.1644916;0.3396838;-0.03071931,-0.182319;0.094732;-0.1651842,-0.1620507;-0.05846916;-0.3986764,0.0747082;0.01756259;-0.02258848,0.1436709;-0.2777886;-0.2515247,0.1283543;-0.6149589;-0.158888,0.1354863;-0.6053451;-0.2565278,-0.06711758;-0.00950545;-0.04248384,-0.03460843;-0.3879009;-0.02983346,0.01033079;-0.7289822;0.03454049,0.01891635;-0.719542;-0.06294585,-0.06095345;0.3952391;-0.006358216,183.8189
+0;0;0,-0.00721551;0.1996314;0.00975922,-0.01734082;0.4993955;0.008927854,0.1018081;0.3685312;0.01412359,0.1753718;0.1147488;-0.07852031,0.2658337;-0.1025707;-0.2301411,-0.1271749;0.3646525;-0.007932758,-0.1657368;0.09766901;-0.08298467,-0.198527;-0.1514548;-0.2065247,0.07440334;0.008157485;-0.0282418,0.1395702;-0.3586725;-0.1030018,0.1859185;-0.6931137;-0.01080143,0.2074572;-0.7450283;-0.06396241,-0.06832887;0.002012338;-0.04155858,-0.06195502;-0.3778945;-0.0470524,-0.03742778;-0.7222983;0.01025773,-0.02903681;-0.7117863;-0.08746539,-0.01411;0.3994986;0.01211891,0;0;0,-0.02963603;0.1977903;-0.0008496941,-0.07615633;0.493802;-0.01410364,0.05723343;0.3743569;-0.006458879,0.1585304;0.1352748;-0.1112382,0.237818;-0.02007318;-0.3302827,-0.1637186;0.3385576;-0.03179033,-0.1832988;0.1199147;-0.2056061,-0.1620632;-0.07365941;-0.4067978,0.07450737;0.01786632;-0.02300968,0.1434366;-0.2778896;-0.2514329,0.1278868;-0.6150284;-0.1587201,0.1353474;-0.6054441;-0.2563292,-0.06719235;-0.01001178;-0.04224869,-0.03477222;-0.3884242;-0.02987873,0.009832934;-0.7296065;0.03419144,0.01873768;-0.7201875;-0.06326178,-0.06093572;0.3952355;-0.006824424,183.8409
+0;0;0,-0.00721551;0.1996314;0.00975922,-0.01734082;0.4993955;0.008927854,0.1018081;0.3685312;0.01412359,0.1753718;0.1147488;-0.07852031,0.2658337;-0.1025707;-0.2301411,-0.1271749;0.3646525;-0.007932758,-0.1657368;0.09766901;-0.08298467,-0.198527;-0.1514548;-0.2065247,0.07440334;0.008157485;-0.0282418,0.1395702;-0.3586725;-0.1030018,0.1859185;-0.6931137;-0.01080143,0.2074572;-0.7450283;-0.06396241,-0.06832887;0.002012338;-0.04155858,-0.06195502;-0.3778945;-0.0470524,-0.03742778;-0.7222983;0.01025773,-0.02903681;-0.7117863;-0.08746539,-0.01411;0.3994986;0.01211891,0;0;0,-0.0296998;0.1977806;-0.0008775592,-0.07561375;0.4938681;-0.01448904,0.05752851;0.3746906;-0.006334701,0.167671;0.1518548;-0.1352255,0.2314689;-0.0112213;-0.3537112,-0.1636162;0.3386661;-0.0315932,-0.1809781;0.1181531;-0.2032691,-0.1629781;-0.07122569;-0.4087239,0.07439847;0.01805791;-0.02321161,0.1434056;-0.2780299;-0.2511809,0.1270438;-0.6150449;-0.1581582,0.1344674;-0.6054867;-0.2557647,-0.06721703;-0.01023496;-0.04215586,-0.03387351;-0.388548;-0.02921535,0.0096393;-0.7300419;0.03393992,0.01849592;-0.7206403;-0.06351399,-0.06069183;0.3952685;-0.007042684,183.8743
+0;0;0,-0.007380696;0.1996429;0.009394883,-0.01770712;0.499398;0.008026629,0.1015752;0.3687621;0.01205745,0.1735003;0.1174331;-0.08824468,0.2621028;-0.09204742;-0.2515466,-0.1268103;0.3636657;-0.01057827,-0.1671885;0.09820947;-0.08996706,-0.1968369;-0.1462313;-0.2232701,0.0745781;0.008385489;-0.02770902,0.1434104;-0.3532366;-0.1220042,0.191318;-0.6872284;-0.02897541,0.2144822;-0.7412843;-0.07794511,-0.06819327;0.001687402;-0.0417951,-0.05997922;-0.3781545;-0.04905201,-0.03280878;-0.722609;0.006740723,-0.02432545;-0.7121313;-0.0909676,-0.01441699;0.399509;0.01139902,0;0;0,-0.0296998;0.1977806;-0.0008775592,-0.07561375;0.4938681;-0.01448904,0.05752851;0.3746906;-0.006334701,0.167671;0.1518548;-0.1352255,0.2314689;-0.0112213;-0.3537112,-0.1636162;0.3386661;-0.0315932,-0.1809781;0.1181531;-0.2032691,-0.1629781;-0.07122569;-0.4087239,0.07439847;0.01805791;-0.02321161,0.1434056;-0.2780299;-0.2511809,0.1270438;-0.6150449;-0.1581582,0.1344674;-0.6054867;-0.2557647,-0.06721703;-0.01023496;-0.04215586,-0.03387351;-0.388548;-0.02921535,0.0096393;-0.7300419;0.03393992,0.01849592;-0.7206403;-0.06351399,-0.06069183;0.3952685;-0.007042684,183.8969
+0;0;0,-0.007380696;0.1996429;0.009394883,-0.01770712;0.499398;0.008026629,0.1015752;0.3687621;0.01205745,0.1735003;0.1174331;-0.08824468,0.2621028;-0.09204742;-0.2515466,-0.1268103;0.3636657;-0.01057827,-0.1671885;0.09820947;-0.08996706,-0.1968369;-0.1462313;-0.2232701,0.0745781;0.008385489;-0.02770902,0.1434104;-0.3532366;-0.1220042,0.191318;-0.6872284;-0.02897541,0.2144822;-0.7412843;-0.07794511,-0.06819327;0.001687402;-0.0417951,-0.05997922;-0.3781545;-0.04905201,-0.03280878;-0.722609;0.006740723,-0.02432545;-0.7121313;-0.0909676,-0.01441699;0.399509;0.01139902,0;0;0,-0.02981711;0.1977628;-0.0008929091,-0.07539134;0.4938891;-0.01480001,0.05757953;0.3746281;-0.005631785,0.1688381;0.1529628;-0.135578,0.2337529;-0.00603658;-0.3567234,-0.1636425;0.3387516;-0.03157984,-0.1754219;0.1087817;-0.1908753,-0.1638887;-0.05224495;-0.4196491,0.0742669;0.01828293;-0.02345555,0.1430423;-0.2783408;-0.2507974,0.1260302;-0.6153083;-0.1577191,0.1337507;-0.605757;-0.2553011,-0.06725556;-0.01056251;-0.04201336,-0.03358236;-0.3888448;-0.02903029,0.009243596;-0.7305688;0.03334494,0.01838677;-0.7211676;-0.06408243,-0.06061986;0.395274;-0.007258087,183.9192
+0;0;0,-0.007380696;0.1996429;0.009394883,-0.01770712;0.499398;0.008026629,0.1015752;0.3687621;0.01205745,0.1735003;0.1174331;-0.08824468,0.2621028;-0.09204742;-0.2515466,-0.1268103;0.3636657;-0.01057827,-0.1671885;0.09820947;-0.08996706,-0.1968369;-0.1462313;-0.2232701,0.0745781;0.008385489;-0.02770902,0.1434104;-0.3532366;-0.1220042,0.191318;-0.6872284;-0.02897541,0.2144822;-0.7412843;-0.07794511,-0.06819327;0.001687402;-0.0417951,-0.05997922;-0.3781545;-0.04905201,-0.03280878;-0.722609;0.006740723,-0.02432545;-0.7121313;-0.0909676,-0.01441699;0.399509;0.01139902,0;0;0,-0.03064484;0.1976337;0.001353565,-0.07790788;0.4936911;-0.007821021,0.05571827;0.3744086;-0.004652217,0.1596109;0.1368883;-0.1104369,0.2428592;0.007737666;-0.3445092,-0.1646086;0.3379397;-0.02865338,-0.1765786;0.1176767;-0.2011089,-0.1584646;-0.05932401;-0.4173093,0.07417051;0.01847152;-0.02361223,0.1423711;-0.2792038;-0.2497495,0.1250302;-0.6160582;-0.1563238,0.1319613;-0.6061598;-0.2540371,-0.06727102;-0.01079833;-0.04192858,-0.03335599;-0.3890674;-0.02918856,0.009376608;-0.7309148;0.03257089,0.01772222;-0.7211824;-0.06499743,-0.06246483;0.3950558;-0.002112536,183.9526
+0;0;0,-0.007272818;0.1996724;0.008835146,-0.01740268;0.4994293;0.006657829,0.1015361;0.3678951;0.01291156,0.1838179;0.1243903;-0.09815204,0.274379;-0.08262697;-0.2635078,-0.1265268;0.3641356;-0.01261656,-0.1638844;0.1006331;-0.09962735,-0.1908744;-0.1415804;-0.2374829,0.0746432;0.008696272;-0.0274366,0.1501566;-0.34593;-0.1411816,0.1969273;-0.6785539;-0.04282588,0.2208875;-0.7169192;-0.1117614,-0.06824415;0.001241783;-0.04172761,-0.05657015;-0.3784553;-0.05141431,-0.02681168;-0.7229764;0.002619807,-0.01718062;-0.7125584;-0.09497011,-0.01418472;0.3995475;0.01030173,0;0;0,-0.03098794;0.1975623;0.002981989,-0.07802859;0.4936972;-0.004600029,0.05542211;0.3742122;-0.003232457,0.1724397;0.1591808;-0.1391308,0.2348097;0.01539539;-0.3711562,-0.1643379;0.3377639;-0.02747755,-0.1762785;0.1210429;-0.2043658,-0.1560762;-0.05336289;-0.4224815,0.07413525;0.01857771;-0.02363967,0.1420707;-0.2793961;-0.2494634,0.1243605;-0.6163135;-0.1563343,0.1313488;-0.6062329;-0.2540808,-0.06723265;-0.01086117;-0.04197387,-0.03273758;-0.3890744;-0.02913481,0.009844415;-0.731015;0.03221167,0.01823422;-0.7211046;-0.06538965,-0.06269665;0.3950189;0.0006458545,183.9862
+0;0;0,-0.007272818;0.1996724;0.008835146,-0.01740268;0.4994293;0.006657829,0.1015361;0.3678951;0.01291156,0.1838179;0.1243903;-0.09815204,0.274379;-0.08262697;-0.2635078,-0.1265268;0.3641356;-0.01261656,-0.1638844;0.1006331;-0.09962735,-0.1908744;-0.1415804;-0.2374829,0.0746432;0.008696272;-0.0274366,0.1501566;-0.34593;-0.1411816,0.1969273;-0.6785539;-0.04282588,0.2208875;-0.7169192;-0.1117614,-0.06824415;0.001241783;-0.04172761,-0.05657015;-0.3784553;-0.05141431,-0.02681168;-0.7229764;0.002619807,-0.01718062;-0.7125584;-0.09497011,-0.01418472;0.3995475;0.01030173,0;0;0,-0.03108145;0.197532;0.003877463,-0.07779846;0.4937348;-0.002968859,0.05535262;0.3733457;-0.0023459,0.1715889;0.1594751;-0.1407239,0.2386564;0.02557406;-0.3773089,-0.1641481;0.3379732;-0.02676462,-0.1757292;0.124882;-0.2080324,-0.1521347;-0.04258662;-0.4311861,0.07409842;0.01868164;-0.02367322,0.1412745;-0.2797584;-0.2491082,0.1239034;-0.6168617;-0.1565901,0.1309805;-0.6066851;-0.2543497,-0.06720974;-0.01093285;-0.04199195,-0.03267334;-0.3891627;-0.02976721,0.01048602;-0.7308718;0.03245938,0.01894919;-0.7208672;-0.06515497,-0.0625903;0.3950261;0.002062035,184.0085
+0;0;0,-0.007272818;0.1996724;0.008835146,-0.01740268;0.4994293;0.006657829,0.1015361;0.3678951;0.01291156,0.1838179;0.1243903;-0.09815204,0.274379;-0.08262697;-0.2635078,-0.1265268;0.3641356;-0.01261656,-0.1638844;0.1006331;-0.09962735,-0.1908744;-0.1415804;-0.2374829,0.0746432;0.008696272;-0.0274366,0.1501566;-0.34593;-0.1411816,0.1969273;-0.6785539;-0.04282588,0.2208875;-0.7169192;-0.1117614,-0.06824415;0.001241783;-0.04172761,-0.05657015;-0.3784553;-0.05141431,-0.02681168;-0.7229764;0.002619807,-0.01718062;-0.7125584;-0.09497011,-0.01418472;0.3995475;0.01030173,0;0;0,-0.03085275;0.1975501;0.004697896,-0.07630022;0.4939932;-0.00020508,0.05614562;0.3726556;-0.0006768242,0.1714718;0.1621199;-0.1448107,0.2427501;0.05077312;-0.3916332,-0.1631643;0.3384647;-0.02553542,-0.1737743;0.129026;-0.2110694,-0.1428509;-0.0360087;-0.4351392,0.07411172;0.01860799;-0.02368957,0.1412187;-0.2805772;-0.2481554,0.1243613;-0.6181054;-0.1571031,0.1315973;-0.6077914;-0.2548789,-0.06719109;-0.01082923;-0.0420486,-0.03190556;-0.3889917;-0.02987961,0.01214393;-0.7305768;0.03240436,0.02074838;-0.7204466;-0.06522326,-0.06162904;0.3951669;0.004052629,184.042
+0;0;0,-0.007526537;0.1996728;0.00860887,-0.01796625;0.4994157;0.006042571,0.1010609;0.3678754;0.01242351,0.1859859;0.1277646;-0.1039146,0.2779106;-0.07538186;-0.2732703,-0.1269546;0.3644121;-0.01373415,-0.1606668;0.102199;-0.1059719,-0.1852583;-0.1369104;-0.2495753,0.07470604;0.009109344;-0.02712981,0.1548915;-0.3396477;-0.1549531,0.2015275;-0.6726679;-0.05788266,0.2257695;-0.7246792;-0.1097139,-0.06806604;0.0008189102;-0.04202789,-0.05608195;-0.3788485;-0.05247061,-0.02422944;-0.7235755;-0.001004681,-0.01432013;-0.7131819;-0.09856182,-0.01465623;0.399542;0.009823513,0;0;0,-0.03073884;0.1975517;0.005333886,-0.07563365;0.494077;0.0004704222,0.05657466;0.3723274;9.994721E-05,0.1707517;0.1637535;-0.1477531,0.2180974;0.06427542;-0.4051682,-0.1627252;0.3388448;-0.02519282,-0.1690474;0.1284367;-0.2098235,-0.1403994;-0.01618949;-0.4478624,0.07416944;0.01859115;-0.02352153,0.141102;-0.280083;-0.2487188,0.1236783;-0.6180585;-0.1594498,0.131087;-0.6076891;-0.2572237,-0.06707875;-0.01074332;-0.04224953,-0.03137435;-0.3888907;-0.0308572,0.01434852;-0.7303048;0.03115737,0.02308846;-0.7201328;-0.06646673,-0.0611266;0.3952289;0.004783159,184.0753
+0;0;0,-0.007526537;0.1996728;0.00860887,-0.01796625;0.4994157;0.006042571,0.1010609;0.3678754;0.01242351,0.1859859;0.1277646;-0.1039146,0.2779106;-0.07538186;-0.2732703,-0.1269546;0.3644121;-0.01373415,-0.1606668;0.102199;-0.1059719,-0.1852583;-0.1369104;-0.2495753,0.07470604;0.009109344;-0.02712981,0.1548915;-0.3396477;-0.1549531,0.2015275;-0.6726679;-0.05788266,0.2257695;-0.7246792;-0.1097139,-0.06806604;0.0008189102;-0.04202789,-0.05608195;-0.3788485;-0.05247061,-0.02422944;-0.7235755;-0.001004681,-0.01432013;-0.7131819;-0.09856182,-0.01465623;0.399542;0.009823513,0;0;0,-0.03073884;0.1975517;0.005333886,-0.07563365;0.494077;0.0004704222,0.05657466;0.3723274;9.994721E-05,0.1707517;0.1637535;-0.1477531,0.2180974;0.06427542;-0.4051682,-0.1627252;0.3388448;-0.02519282,-0.1690474;0.1284367;-0.2098235,-0.1403994;-0.01618949;-0.4478624,0.07416944;0.01859115;-0.02352153,0.141102;-0.280083;-0.2487188,0.1236783;-0.6180585;-0.1594498,0.131087;-0.6076891;-0.2572237,-0.06707875;-0.01074332;-0.04224953,-0.03137435;-0.3888907;-0.0308572,0.01434852;-0.7303048;0.03115737,0.02308846;-0.7201328;-0.06646673,-0.0611266;0.3952289;0.004783159,184.0979
+0;0;0,-0.007526537;0.1996728;0.00860887,-0.01796625;0.4994157;0.006042571,0.1010609;0.3678754;0.01242351,0.1859859;0.1277646;-0.1039146,0.2779106;-0.07538186;-0.2732703,-0.1269546;0.3644121;-0.01373415,-0.1606668;0.102199;-0.1059719,-0.1852583;-0.1369104;-0.2495753,0.07470604;0.009109344;-0.02712981,0.1548915;-0.3396477;-0.1549531,0.2015275;-0.6726679;-0.05788266,0.2257695;-0.7246792;-0.1097139,-0.06806604;0.0008189102;-0.04202789,-0.05608195;-0.3788485;-0.05247061,-0.02422944;-0.7235755;-0.001004681,-0.01432013;-0.7131819;-0.09856182,-0.01465623;0.399542;0.009823513,0;0;0,-0.03052084;0.1975688;0.005921429,-0.07477532;0.494195;0.001451694,0.05708221;0.3717613;0.00060764,0.174216;0.1502759;-0.1243878,0.2535548;0.08102106;-0.3838279,-0.1621401;0.3393067;-0.02478521,-0.1676082;0.1307893;-0.2115754,-0.1381229;-0.004483312;-0.4549515,0.07433788;0.01841981;-0.02312117,0.1403298;-0.2797613;-0.2492474,0.1217149;-0.6184102;-0.1628157,0.1292082;-0.6079795;-0.2605955,-0.06692936;-0.01053188;-0.04253868,-0.03077635;-0.3886137;-0.03041228,0.01608498;-0.7302479;0.0295054,0.02486472;-0.7200189;-0.06812667,-0.06047502;0.3953127;0.00567022,184.1319
+0;0;0,-0.00803822;0.1996496;0.00868513,-0.0192463;0.4993654;0.006217068,0.1000762;0.367926;0.01157188,0.1858197;0.1310357;-0.1106207,0.2780078;-0.06627136;-0.2866073,-0.1275999;0.3639967;-0.01482237,-0.1607522;0.1044407;-0.1144798,-0.1821728;-0.1310007;-0.264508,0.07485458;0.009466709;-0.02659274,0.159657;-0.3307136;-0.1731735,0.2023329;-0.6633571;-0.07303863,0.2093798;-0.6531307;-0.1708106,-0.06777622;0.0004755257;-0.04249892,-0.05516239;-0.3791638;-0.05321804,-0.02157544;-0.7238486;-0.002579104,-0.01158708;-0.7134517;-0.1001288,-0.01568458;0.3994992;0.009967498,0;0;0,-0.02972785;0.197672;0.006484404,-0.07238231;0.4945536;0.003457187,0.0587024;0.371364;0.001603927,0.1821058;0.1571538;-0.1298707,0.2496637;0.07836124;-0.3899239,-0.160399;0.3401029;-0.02423578,-0.164693;0.1340185;-0.2137372,-0.1314527;0.007549807;-0.461327,0.07439369;0.01829899;-0.02303747,0.1406523;-0.2793125;-0.2498352,0.1212954;-0.6188892;-0.1672942,0.1163768;-0.67337;-0.2205746,-0.06690796;-0.01035303;-0.0426162,-0.02876287;-0.3882256;-0.03007722,0.01919669;-0.729992;0.02819449,0.02813856;-0.7196574;-0.06944424,-0.05870376;0.3955609;0.007109074,184.1648
+0;0;0,-0.00803822;0.1996496;0.00868513,-0.0192463;0.4993654;0.006217068,0.1000762;0.367926;0.01157188,0.1858197;0.1310357;-0.1106207,0.2780078;-0.06627136;-0.2866073,-0.1275999;0.3639967;-0.01482237,-0.1607522;0.1044407;-0.1144798,-0.1821728;-0.1310007;-0.264508,0.07485458;0.009466709;-0.02659274,0.159657;-0.3307136;-0.1731735,0.2023329;-0.6633571;-0.07303863,0.2093798;-0.6531307;-0.1708106,-0.06777622;0.0004755257;-0.04249892,-0.05516239;-0.3791638;-0.05321804,-0.02157544;-0.7238486;-0.002579104,-0.01158708;-0.7134517;-0.1001288,-0.01568458;0.3994992;0.009967498,0;0;0,-0.02943434;0.1976947;0.00710158,-0.07142052;0.4946748;0.004632988,0.05933792;0.3709553;0.002234642,0.1847335;0.1610963;-0.134276,0.248454;0.08642063;-0.3965034,-0.1596697;0.3409332;-0.02438014,-0.163304;0.1389142;-0.2182232,-0.1274624;0.01757839;-0.4680091,0.0745231;0.01821808;-0.02268058,0.1401508;-0.2782256;-0.2511848,0.1194299;-0.6194429;-0.1760758,0.1274684;-0.6088718;-0.2738403,-0.06678732;-0.0102166;-0.04283777,-0.02800131;-0.3880428;-0.03087942,0.02216327;-0.7300951;0.02374446,0.03138648;-0.7196805;-0.07388414,-0.05794471;0.3956494;0.008149301,184.1871
+0;0;0,-0.00803822;0.1996496;0.00868513,-0.0192463;0.4993654;0.006217068,0.1000762;0.367926;0.01157188,0.1858197;0.1310357;-0.1106207,0.2780078;-0.06627136;-0.2866073,-0.1275999;0.3639967;-0.01482237,-0.1607522;0.1044407;-0.1144798,-0.1821728;-0.1310007;-0.264508,0.07485458;0.009466709;-0.02659274,0.159657;-0.3307136;-0.1731735,0.2023329;-0.6633571;-0.07303863,0.2093798;-0.6531307;-0.1708106,-0.06777622;0.0004755257;-0.04249892,-0.05516239;-0.3791638;-0.05321804,-0.02157544;-0.7238486;-0.002579104,-0.01158708;-0.7134517;-0.1001288,-0.01568458;0.3994992;0.009967498,0;0;0,-0.02888257;0.1977683;0.007313308,-0.07023108;0.4948408;0.005146714,0.06021291;0.3704626;0.003170367,0.1810434;0.1765291;-0.1586623,0.239917;0.07833058;-0.4141832,-0.1586355;0.3412796;-0.02449152,-0.1615409;0.1408704;-0.2200106,-0.1241397;0.02246907;-0.4709733,0.0745916;0.01815121;-0.02250837,0.1400337;-0.2774495;-0.2521549,0.1187246;-0.6199046;-0.1830868,0.1271734;-0.6093099;-0.2808214,-0.06676941;-0.01011273;-0.04289031,-0.02660843;-0.3878047;-0.03123357,0.02394465;-0.7298614;0.02300283,0.03354973;-0.7194175;-0.07459482,-0.05696176;0.3957835;0.00855034,184.2097
+0;0;0,-0.007816465;0.1996765;0.00825832,-0.01862588;0.4994013;0.00517954,0.1003977;0.367379;0.01033685,0.1889834;0.1338724;-0.1162619,0.2808224;-0.05966844;-0.2965604,-0.1271171;0.3642651;-0.01600444,-0.1592031;0.1065569;-0.1206801,-0.1778002;-0.1248082;-0.2772825,0.0749191;0.009615886;-0.02635648,0.1642386;-0.3201964;-0.192627,0.2026056;-0.6519142;-0.08778787,0.2097388;-0.6418321;-0.1855242,-0.06771886;0.0002056434;-0.04259241,-0.05159912;-0.3792746;-0.0542068,-0.01791751;-0.7240824;-0.004475418,-0.007884008;-0.713751;-0.1020073,-0.01520655;0.399538;0.00913226,0;0;0,-0.02849997;0.1978087;0.007711909,-0.06917915;0.4949735;0.00573462,0.06095338;0.3701144;0.003442675,0.1958795;0.1821588;-0.1542521,0.2435676;0.1147425;-0.4217981,-0.1577484;0.341978;-0.0249865,-0.1593601;0.1461896;-0.2251473,-0.1247694;0.03804952;-0.481095,0.07479148;0.01804526;-0.02192265,0.139845;-0.2760096;-0.2536548,0.1169093;-0.6197155;-0.1916854,0.1257083;-0.6091164;-0.28939,-0.06653494;-0.009947347;-0.04329148,-0.02591073;-0.3876188;-0.03261527,0.02534613;-0.7297212;0.02066371,0.04439332;-0.7781819;-0.03833739,-0.05610852;0.395889;0.009115255,184.243
+0;0;0,-0.007816465;0.1996765;0.00825832,-0.01862588;0.4994013;0.00517954,0.1003977;0.367379;0.01033685,0.1889834;0.1338724;-0.1162619,0.2808224;-0.05966844;-0.2965604,-0.1271171;0.3642651;-0.01600444,-0.1592031;0.1065569;-0.1206801,-0.1778002;-0.1248082;-0.2772825,0.0749191;0.009615886;-0.02635648,0.1642386;-0.3201964;-0.192627,0.2026056;-0.6519142;-0.08778787,0.2097388;-0.6418321;-0.1855242,-0.06771886;0.0002056434;-0.04259241,-0.05159912;-0.3792746;-0.0542068,-0.01791751;-0.7240824;-0.004475418,-0.007884008;-0.713751;-0.1020073,-0.01520655;0.399538;0.00913226,0;0;0,-0.02849997;0.1978087;0.007711909,-0.06917915;0.4949735;0.00573462,0.06095338;0.3701144;0.003442675,0.1958795;0.1821588;-0.1542521,0.2435676;0.1147425;-0.4217981,-0.1577484;0.341978;-0.0249865,-0.1593601;0.1461896;-0.2251473,-0.1247694;0.03804952;-0.481095,0.07479148;0.01804526;-0.02192265,0.139845;-0.2760096;-0.2536548,0.1169093;-0.6197155;-0.1916854,0.1257083;-0.6091164;-0.28939,-0.06653494;-0.009947347;-0.04329148,-0.02591073;-0.3876188;-0.03261527,0.02534613;-0.7297212;0.02066371,0.04439332;-0.7781819;-0.03833739,-0.05610852;0.395889;0.009115255,184.2655
+0;0;0,-0.007816465;0.1996765;0.00825832,-0.01862588;0.4994013;0.00517954,0.1003977;0.367379;0.01033685,0.1889834;0.1338724;-0.1162619,0.2808224;-0.05966844;-0.2965604,-0.1271171;0.3642651;-0.01600444,-0.1592031;0.1065569;-0.1206801,-0.1778002;-0.1248082;-0.2772825,0.0749191;0.009615886;-0.02635648,0.1642386;-0.3201964;-0.192627,0.2026056;-0.6519142;-0.08778787,0.2097388;-0.6418321;-0.1855242,-0.06771886;0.0002056434;-0.04259241,-0.05159912;-0.3792746;-0.0542068,-0.01791751;-0.7240824;-0.004475418,-0.007884008;-0.713751;-0.1020073,-0.01520655;0.399538;0.00913226,0;0;0,-0.02813372;0.1978437;0.008145201,-0.06820686;0.4950939;0.006741822,0.06163035;0.369817;0.003891386,0.1960388;0.1829888;-0.1555752,0.2336337;0.1283647;-0.4276098,-0.1567716;0.3425004;-0.0254062,-0.1564997;0.1505775;-0.2292824,-0.1222593;0.04549988;-0.4865494,0.07491432;0.01804399;-0.02150021,0.1398081;-0.2747027;-0.2549272,0.1148828;-0.6192297;-0.1985368,0.1240479;-0.6086029;-0.2962132,-0.06640434;-0.009899078;-0.04350255,-0.0247271;-0.3874804;-0.0337403,0.02767116;-0.7299594;0.01588393,0.03792145;-0.719436;-0.08166397,-0.05532707;0.3959783;0.009936757,184.299
+0;0;0,-0.008453966;0.1996479;0.008320705,-0.02027739;0.4993351;0.005317158,0.09911482;0.3674073;0.009473828,0.1895605;0.1367387;-0.1209545,0.2821055;-0.0505438;-0.3073968,-0.1281774;0.364116;-0.01685683,-0.1586385;0.1081285;-0.1261388,-0.1752992;-0.1198809;-0.2877993,0.07501046;0.009958784;-0.02596639,0.1674285;-0.3064424;-0.215041,0.2026513;-0.6364076;-0.1037652,0.2354623;-0.6911539;-0.1454965,-0.06753374;-0.0001638155;-0.0428855,-0.04910796;-0.3795427;-0.05437964,-0.01478774;-0.7243985;-0.005424228,-0.004784114;-0.7140604;-0.1029606,-0.01651859;0.3994831;0.009247978,0;0;0,-0.0275859;0.1979141;0.008309131,-0.06703681;0.4952493;0.007181761,0.06253629;0.3696003;0.004473801,0.1972559;0.1851019;-0.1574242,0.2343326;0.1284468;-0.4291143,-0.1558913;0.3430369;-0.02543091,-0.1581105;0.1850767;-0.2566097,-0.1110135;0.05601636;-0.5005878,0.07501552;0.01786196;-0.02129843,0.1397914;-0.2731898;-0.2568678,0.1130447;-0.6174637;-0.1997703,0.1110555;-0.664456;-0.2635531,-0.0663624;-0.009680524;-0.04361559,-0.02346731;-0.3871347;-0.0342175,0.02894701;-0.7297469;0.01446147,0.03943244;-0.7192047;-0.0830652,-0.05435655;0.3961046;0.01026931,184.3328
+0;0;0,-0.008453966;0.1996479;0.008320705,-0.02027739;0.4993351;0.005317158,0.09911482;0.3674073;0.009473828,0.1895605;0.1367387;-0.1209545,0.2821055;-0.0505438;-0.3073968,-0.1281774;0.364116;-0.01685683,-0.1586385;0.1081285;-0.1261388,-0.1752992;-0.1198809;-0.2877993,0.07501046;0.009958784;-0.02596639,0.1674285;-0.3064424;-0.215041,0.2026513;-0.6364076;-0.1037652,0.2354623;-0.6911539;-0.1454965,-0.06753374;-0.0001638155;-0.0428855,-0.04910796;-0.3795427;-0.05437964,-0.01478774;-0.7243985;-0.005424228,-0.004784114;-0.7140604;-0.1029606,-0.01651859;0.3994831;0.009247978,0;0;0,-0.02705429;0.1979796;0.008494429,-0.06583728;0.4954031;0.007497481,0.06349508;0.3695015;0.004943082,0.1979554;0.1874166;-0.1598765,0.2433266;0.1096065;-0.4249936,-0.1546715;0.3431751;-0.0257851,-0.158411;0.1751168;-0.2497102,-0.1221966;0.05074891;-0.4979463,0.07509017;0.01783677;-0.0210551,0.1398719;-0.270011;-0.2605273,0.1124908;-0.6141745;-0.2030661,0.1108639;-0.6561092;-0.2725121,-0.06622611;-0.009632024;-0.04383294,-0.02207526;-0.386952;-0.03487153,0.03031258;-0.7297217;0.01271477,0.04110863;-0.7191647;-0.08478096,-0.05335556;0.396232;0.01054732,184.3665
+0;0;0,-0.008453966;0.1996479;0.008320705,-0.02027739;0.4993351;0.005317158,0.09911482;0.3674073;0.009473828,0.1895605;0.1367387;-0.1209545,0.2821055;-0.0505438;-0.3073968,-0.1281774;0.364116;-0.01685683,-0.1586385;0.1081285;-0.1261388,-0.1752992;-0.1198809;-0.2877993,0.07501046;0.009958784;-0.02596639,0.1674285;-0.3064424;-0.215041,0.2026513;-0.6364076;-0.1037652,0.2354623;-0.6911539;-0.1454965,-0.06753374;-0.0001638155;-0.0428855,-0.04910796;-0.3795427;-0.05437964,-0.01478774;-0.7243985;-0.005424228,-0.004784114;-0.7140604;-0.1029606,-0.01651859;0.3994831;0.009247978,0;0;0,-0.026793;0.1980093;0.008628374,-0.06520162;0.4954811;0.007666652,0.06397486;0.3693106;0.005366811,0.1954427;0.1921453;-0.1670532,0.2444589;0.1143064;-0.4315121,-0.1542256;0.3435652;-0.02586286,-0.1579176;0.1753989;-0.2497075,-0.1213343;0.05275888;-0.4987479,0.07516693;0.01761145;-0.02097069,0.1390464;-0.2664995;-0.2651026,0.1129486;-0.6118872;-0.2148409,0.1112434;-0.6552597;-0.2827642,-0.06625994;-0.009383802;-0.04383565,-0.02128059;-0.3866089;-0.03499876,0.03067263;-0.7295182;0.01205527,0.04176992;-0.7801301;-0.04607016,-0.05282897;0.3962964;0.01071775,184.3997
+0;0;0,-0.008782292;0.1996433;0.0080879,-0.02109031;0.4993066;0.004697886,0.09829371;0.3667974;0.008436616,0.1923259;0.1391208;-0.1246848,0.2844458;-0.04416573;-0.3152628,-0.1287565;0.3642382;-0.0178485,-0.1578826;0.1098195;-0.1310863,-0.1719006;-0.1155123;-0.2967035,0.0750355;0.01014014;-0.02582347,0.1695838;-0.300512;-0.2231958,0.2017332;-0.6297444;-0.1088608,0.2347169;-0.684215;-0.1510129,-0.06742323;-0.0004021434;-0.04305748,-0.04777044;-0.3797206;-0.05451462,-0.01230496;-0.724677;-0.007109046,-0.002280788;-0.7143649;-0.104638,-0.01717338;0.3994661;0.008763477,0;0;0,-0.02644266;0.1980535;0.008695242,-0.06441773;0.4955804;0.007680533,0.06464694;0.3694117;0.005588277,0.1961689;0.1934769;-0.1680461,0.2394743;0.1670044;-0.4434075,-0.1536802;0.3440298;-0.02604651,-0.1583267;0.1723941;-0.2472243,-0.1210469;0.05506045;-0.4987059,0.07524598;0.01751024;-0.02077098,0.1391655;-0.263238;-0.2687522,0.1136268;-0.6090184;-0.2209644,0.1237317;-0.598408;-0.3185448,-0.0661537;-0.009267615;-0.04402045,-0.02174291;-0.3865364;-0.03422346,0.03219736;-0.729476;0.01030538,0.04080966;-0.7793115;-0.04929435,-0.05216868;0.3963813;0.01076035,184.4331
+0;0;0,-0.008782292;0.1996433;0.0080879,-0.02109031;0.4993066;0.004697886,0.09829371;0.3667974;0.008436616,0.1923259;0.1391208;-0.1246848,0.2844458;-0.04416573;-0.3152628,-0.1287565;0.3642382;-0.0178485,-0.1578826;0.1098195;-0.1310863,-0.1719006;-0.1155123;-0.2967035,0.0750355;0.01014014;-0.02582347,0.1695838;-0.300512;-0.2231958,0.2017332;-0.6297444;-0.1088608,0.2347169;-0.684215;-0.1510129,-0.06742323;-0.0004021434;-0.04305748,-0.04777044;-0.3797206;-0.05451462,-0.01230496;-0.724677;-0.007109046,-0.002280788;-0.7143649;-0.104638,-0.01717338;0.3994661;0.008763477,0;0;0,-0.02634871;0.1980546;0.008951126,-0.06411072;0.4956093;0.008260815,0.06489564;0.3695334;0.005772916,0.1959852;0.1952242;-0.169817,0.2450562;0.162676;-0.4435553,-0.1535091;0.3445289;-0.02606015,-0.1578633;0.1911798;-0.2602931,-0.1112692;0.065752;-0.5062542,0.07529809;0.01737928;-0.02069199,0.139173;-0.2591881;-0.2733389,0.11408;-0.6056178;-0.2302475,0.1157735;-0.6453003;-0.3019517,-0.0661938;-0.00915244;-0.04398425,-0.0214534;-0.3863949;-0.03468987,0.03316621;-0.7292643;0.009551581,0.04259211;-0.778712;-0.05044187,-0.0519306;0.3963985;0.01124058,184.4554
+0;0;0,-0.008782292;0.1996433;0.0080879,-0.02109031;0.4993066;0.004697886,0.09829371;0.3667974;0.008436616,0.1923259;0.1391208;-0.1246848,0.2844458;-0.04416573;-0.3152628,-0.1287565;0.3642382;-0.0178485,-0.1578826;0.1098195;-0.1310863,-0.1719006;-0.1155123;-0.2967035,0.0750355;0.01014014;-0.02582347,0.1695838;-0.300512;-0.2231958,0.2017332;-0.6297444;-0.1088608,0.2347169;-0.684215;-0.1510129,-0.06742323;-0.0004021434;-0.04305748,-0.04777044;-0.3797206;-0.05451462,-0.01230496;-0.724677;-0.007109046,-0.002280788;-0.7143649;-0.104638,-0.01717338;0.3994661;0.008763477,0;0;0,-0.02632054;0.1980538;0.009050472,-0.06396873;0.4956226;0.008416248,0.06499781;0.3695438;0.005847485,0.1964866;0.1964684;-0.170662,0.2465477;0.1611467;-0.4438767,-0.1534978;0.344811;-0.02603607,-0.15765;0.1933116;-0.2614733,-0.1087698;0.06978745;-0.5079535,0.07535121;0.01739634;-0.02048323,0.1397565;-0.2553426;-0.2771258,0.115391;-0.6024141;-0.2390771,0.1155321;-0.6491018;-0.3032565,-0.06609492;-0.0091529;-0.04413259,-0.02244335;-0.3865302;-0.03513787,0.03338049;-0.7292041;0.009114753,0.04300665;-0.7784192;-0.05115385,-0.05182541;0.3964072;0.01138787,184.4887
+0;0;0,-0.008972866;0.1996405;0.007948009,-0.02148543;0.4992925;0.004331024,0.09792808;0.3666977;0.007782373,0.1941553;0.144001;-0.1320266,0.2869838;-0.03766648;-0.3238071,-0.1291011;0.3646177;-0.0186177,-0.158545;0.1154687;-0.1429471,-0.168624;-0.1127462;-0.3048619,0.07510994;0.01029403;-0.02554466,0.1709843;-0.2940348;-0.2319231,0.2014155;-0.6223382;-0.1144886,0.2326484;-0.6770247;-0.1575316,-0.06720588;-0.0005743615;-0.04339401,-0.04597455;-0.3798;-0.05510389,-0.01013822;-0.7247806;-0.00815542,-5.206373E-05;-0.7144869;-0.1056743,-0.01751159;0.3994575;0.008474362,0;0;0,-0.02665037;0.198005;0.009153069,-0.06486073;0.4955021;0.008618355,0.06439061;0.3697943;0.006055776,0.1956663;0.198757;-0.1725862,0.2521603;0.1599326;-0.4440656,-0.1540316;0.3446664;-0.0262089,-0.15904;0.1946718;-0.2625911,-0.1152652;0.06613463;-0.5074624,0.07535409;0.01743884;-0.02043641,0.1412455;-0.2519979;-0.2801712,0.1165528;-0.5990633;-0.2422776,0.1183513;-0.6428488;-0.3097495,-0.06601721;-0.009231896;-0.04423233,-0.02325124;-0.386719;-0.03560036,0.03226443;-0.7291517;0.01085282,0.04143418;-0.7802977;-0.04686416,-0.05251323;0.3963111;0.01156476,184.5222
+0;0;0,-0.008972866;0.1996405;0.007948009,-0.02148543;0.4992925;0.004331024,0.09792808;0.3666977;0.007782373,0.1941553;0.144001;-0.1320266,0.2869838;-0.03766648;-0.3238071,-0.1291011;0.3646177;-0.0186177,-0.158545;0.1154687;-0.1429471,-0.168624;-0.1127462;-0.3048619,0.07510994;0.01029403;-0.02554466,0.1709843;-0.2940348;-0.2319231,0.2014155;-0.6223382;-0.1144886,0.2326484;-0.6770247;-0.1575316,-0.06720588;-0.0005743615;-0.04339401,-0.04597455;-0.3798;-0.05510389,-0.01013822;-0.7247806;-0.00815542,-5.206373E-05;-0.7144869;-0.1056743,-0.01751159;0.3994575;0.008474362,0;0;0,-0.02704764;0.1979456;0.009271558,-0.06604535;0.4953409;0.00893276,0.06355352;0.3699747;0.00606579,0.1935517;0.2043004;-0.1784674,0.2604156;0.1611802;-0.4469258,-0.1547613;0.3442849;-0.02605327,-0.1576235;0.1914379;-0.2606372,-0.114394;0.06579734;-0.5071035,0.07536745;0.01736096;-0.02045345,0.1433735;-0.2458542;-0.2859585,0.1195656;-0.593182;-0.2499498,0.1204721;-0.6380179;-0.316273,-0.06604971;-0.009209184;-0.04418853,-0.02361839;-0.3867357;-0.03562539,0.03188009;-0.7290089;0.01200848,0.04306438;-0.7184277;-0.08544829,-0.05340801;0.3961845;0.01181422,184.5444
+0;0;0,-0.008972866;0.1996405;0.007948009,-0.02148543;0.4992925;0.004331024,0.09792808;0.3666977;0.007782373,0.1941553;0.144001;-0.1320266,0.2869838;-0.03766648;-0.3238071,-0.1291011;0.3646177;-0.0186177,-0.158545;0.1154687;-0.1429471,-0.168624;-0.1127462;-0.3048619,0.07510994;0.01029403;-0.02554466,0.1709843;-0.2940348;-0.2319231,0.2014155;-0.6223382;-0.1144886,0.2326484;-0.6770247;-0.1575316,-0.06720588;-0.0005743615;-0.04339401,-0.04597455;-0.3798;-0.05510389,-0.01013822;-0.7247806;-0.00815542,-5.206373E-05;-0.7144869;-0.1056743,-0.01751159;0.3994575;0.008474362,0;0;0,-0.02784964;0.1978458;0.009025042,-0.06885105;0.4949709;0.0084843,0.06172732;0.3705334;0.00540354,0.1925245;0.2090123;-0.1822212,0.2629556;0.154511;-0.4476813,-0.1564173;0.3437034;-0.02686337,-0.1593738;0.1874287;-0.2591767,-0.1153595;0.0658649;-0.5075413,0.07532167;0.01744505;-0.02055037,0.1444322;-0.2393071;-0.2920317,0.1221862;-0.5867473;-0.2561094,0.123234;-0.6311031;-0.3229683,-0.06611048;-0.009361316;-0.04406552,-0.02463757;-0.3870294;-0.03722481,0.02987638;-0.7288337;0.01471799,0.04135404;-0.77982;-0.04281016,-0.05539942;0.3959243;0.01145582,184.567
+0;0;0,-0.009576128;0.1996075;0.008071184,-0.02319273;0.4992144;0.004681911,0.09659538;0.3666027;0.007641485,0.1934562;0.1475007;-0.1373147,0.2887359;-0.03077504;-0.331066,-0.1302583;0.3645159;-0.01896982,-0.1601027;0.1200243;-0.1521357,-0.1627134;-0.09685099;-0.3292184,0.0751636;0.01066179;-0.02523409,0.169302;-0.284826;-0.2448359,0.1980753;-0.6133712;-0.1276601,0.2280285;-0.668687;-0.1703687,-0.06701667;-0.000859169;-0.04368097,-0.04551625;-0.3801185;-0.05368413,-0.009549402;-0.7252007;-0.007590204,0.0006016577;-0.7148909;-0.1051056,-0.01883269;0.3993921;0.008742832,0;0;0,-0.02861027;0.1977344;0.009086489,-0.07119287;0.4946371;0.008634688,0.06009001;0.3709654;0.005538456,0.1915198;0.2114598;-0.1833642,0.2498074;0.155812;-0.4515169,-0.1580497;0.3432207;-0.02683466,-0.1660165;0.1896855;-0.2608506,-0.1205442;0.02309769;-0.4812611,0.07524361;0.01782258;-0.02051231,0.1454468;-0.2345565;-0.2957872,0.1253305;-0.5821584;-0.2601745,0.1262127;-0.6260978;-0.3274961,-0.06610195;-0.009726075;-0.04399927,-0.02464444;-0.3873996;-0.03736629,0.02854206;-0.7293092;0.01525516,0.03968688;-0.718726;-0.08220655,-0.05718463;0.395667;0.01157936,184.6009
+0;0;0,-0.009576128;0.1996075;0.008071184,-0.02319273;0.4992144;0.004681911,0.09659538;0.3666027;0.007641485,0.1934562;0.1475007;-0.1373147,0.2887359;-0.03077504;-0.331066,-0.1302583;0.3645159;-0.01896982,-0.1601027;0.1200243;-0.1521357,-0.1627134;-0.09685099;-0.3292184,0.0751636;0.01066179;-0.02523409,0.169302;-0.284826;-0.2448359,0.1980753;-0.6133712;-0.1276601,0.2280285;-0.668687;-0.1703687,-0.06701667;-0.000859169;-0.04368097,-0.04551625;-0.3801185;-0.05368413,-0.009549402;-0.7252007;-0.007590204,0.0006016577;-0.7148909;-0.1051056,-0.01883269;0.3993921;0.008742832,0;0;0,-0.02861027;0.1977344;0.009086489,-0.07119287;0.4946371;0.008634688,0.06009001;0.3709654;0.005538456,0.1915198;0.2114598;-0.1833642,0.2498074;0.155812;-0.4515169,-0.1580497;0.3432207;-0.02683466,-0.1660165;0.1896855;-0.2608506,-0.1205442;0.02309769;-0.4812611,0.07524361;0.01782258;-0.02051231,0.1454468;-0.2345565;-0.2957872,0.1253305;-0.5821584;-0.2601745,0.1262127;-0.6260978;-0.3274961,-0.06610195;-0.009726075;-0.04399927,-0.02464444;-0.3873996;-0.03736629,0.02854206;-0.7293092;0.01525516,0.03968688;-0.718726;-0.08220655,-0.05718463;0.395667;0.01157936,184.6227
+0;0;0,-0.009576128;0.1996075;0.008071184,-0.02319273;0.4992144;0.004681911,0.09659538;0.3666027;0.007641485,0.1934562;0.1475007;-0.1373147,0.2887359;-0.03077504;-0.331066,-0.1302583;0.3645159;-0.01896982,-0.1601027;0.1200243;-0.1521357,-0.1627134;-0.09685099;-0.3292184,0.0751636;0.01066179;-0.02523409,0.169302;-0.284826;-0.2448359,0.1980753;-0.6133712;-0.1276601,0.2280285;-0.668687;-0.1703687,-0.06701667;-0.000859169;-0.04368097,-0.04551625;-0.3801185;-0.05368413,-0.009549402;-0.7252007;-0.007590204,0.0006016577;-0.7148909;-0.1051056,-0.01883269;0.3993921;0.008742832,0;0;0,-0.02943764;0.1976039;0.009280929,-0.07386475;0.4942372;0.009294625,0.05807912;0.3708171;0.005543638,0.1874073;0.217358;-0.1897115,0.2489766;0.1622017;-0.4572316,-0.1598798;0.3426071;-0.02642084,-0.1688495;0.2102098;-0.2729782,-0.1112792;0.1020605;-0.5247506,0.07519551;0.0180237;-0.02051295,0.1459685;-0.2329378;-0.2969356,0.1274365;-0.5805497;-0.2605694,0.1317321;-0.6219185;-0.330484,-0.06614;-0.0099557;-0.0438906,-0.02455737;-0.387622;-0.03764051,0.02415203;-0.7292943;0.02056114,0.04087459;-0.7799854;-0.03608965,-0.05920336;0.3953568;0.01207242,184.6564
+0;0;0,-0.009825265;0.1995893;0.00821985,-0.02369712;0.4991876;0.005093679,0.09605941;0.3662394;0.007456548,0.1967984;0.1500321;-0.1391928,0.290207;-0.0222186;-0.3392042,-0.1305359;0.3645371;-0.0193322,-0.1591952;0.1222903;-0.1567918,-0.1595414;-0.09473175;-0.3337135,0.07520513;0.01081508;-0.0250444,0.1685925;-0.2770464;-0.2548586,0.1929599;-0.6050973;-0.1353229,0.2239861;-0.6571981;-0.1832482,-0.06694496;-0.001043636;-0.0437868,-0.04384106;-0.3802134;-0.05360958,-0.007722683;-0.7252966;-0.00764152,0.002517505;-0.7149739;-0.1051502,-0.01926684;0.3993646;0.009062016,0;0;0,-0.03029886;0.197464;0.009484027,-0.07645291;0.4938333;0.009973645,0.0562075;0.3711655;0.005753714,0.1872798;0.2190917;-0.1894222,0.2478354;0.1709045;-0.4585151,-0.161613;0.3421327;-0.0263614,-0.1706025;0.1947652;-0.2642731,-0.1091528;0.110381;-0.524087,0.07512355;0.01855083;-0.02030565,0.1472908;-0.2290609;-0.2993762,0.1299491;-0.576554;-0.2613267,0.1359342;-0.617205;-0.3318435,-0.06603209;-0.01042107;-0.04394502,-0.02448341;-0.3880964;-0.03802605,0.02324941;-0.729838;0.02057699,0.03419347;-0.7192105;-0.07691626,-0.06119496;0.3950388;0.01258929,184.6898
+0;0;0,-0.009825265;0.1995893;0.00821985,-0.02369712;0.4991876;0.005093679,0.09605941;0.3662394;0.007456548,0.1967984;0.1500321;-0.1391928,0.290207;-0.0222186;-0.3392042,-0.1305359;0.3645371;-0.0193322,-0.1591952;0.1222903;-0.1567918,-0.1595414;-0.09473175;-0.3337135,0.07520513;0.01081508;-0.0250444,0.1685925;-0.2770464;-0.2548586,0.1929599;-0.6050973;-0.1353229,0.2239861;-0.6571981;-0.1832482,-0.06694496;-0.001043636;-0.0437868,-0.04384106;-0.3802134;-0.05360958,-0.007722683;-0.7252966;-0.00764152,0.002517505;-0.7149739;-0.1051502,-0.01926684;0.3993646;0.009062016,0;0;0,-0.03117166;0.1973134;0.009784508,-0.07884261;0.4934412;0.01081887,0.05437447;0.3713074;0.006156974,0.1831558;0.2225269;-0.1930408,0.2460169;0.1779613;-0.4622292,-0.1632951;0.3415061;-0.02587554,-0.1768522;0.221885;-0.2786739,-0.1070124;0.1071386;-0.5243478,0.07509106;0.01886034;-0.02014003,0.1497535;-0.2246789;-0.3021226,0.1330947;-0.5718145;-0.2606574,0.1407523;-0.6121819;-0.3312959,-0.06594402;-0.01071882;-0.04400561,-0.02414973;-0.3883667;-0.03806107,0.02089433;-0.7304825;0.02048648,0.03171501;-0.7197893;-0.07703358,-0.06310611;0.394717;0.01324919,184.7121
+0;0;0,-0.009825265;0.1995893;0.00821985,-0.02369712;0.4991876;0.005093679,0.09605941;0.3662394;0.007456548,0.1967984;0.1500321;-0.1391928,0.290207;-0.0222186;-0.3392042,-0.1305359;0.3645371;-0.0193322,-0.1591952;0.1222903;-0.1567918,-0.1595414;-0.09473175;-0.3337135,0.07520513;0.01081508;-0.0250444,0.1685925;-0.2770464;-0.2548586,0.1929599;-0.6050973;-0.1353229,0.2239861;-0.6571981;-0.1832482,-0.06694496;-0.001043636;-0.0437868,-0.04384106;-0.3802134;-0.05360958,-0.007722683;-0.7252966;-0.00764152,0.002517505;-0.7149739;-0.1051502,-0.01926684;0.3993646;0.009062016,0;0;0,-0.03193692;0.1971786;0.01003178,-0.08146358;0.4929997;0.0117492,0.05264624;0.3720826;0.006990741,0.1816563;0.2233372;-0.1920852,0.24413;0.1850572;-0.462329,-0.1652254;0.3408955;-0.02488896,-0.1518128;0.1692255;-0.2456819,-0.1035684;0.1036478;-0.513585,0.07504911;0.01917253;-0.02000112,0.1561477;-0.2087032;-0.3130808,0.1376418;-0.5546289;-0.2631514,0.1452626;-0.5934339;-0.3353165,-0.06589453;-0.01103852;-0.0440007,-0.02399299;-0.3886752;-0.03810081,0.01787905;-0.7310686;0.02117339,0.02857202;-0.7203268;-0.07637037,-0.06506024;0.3943782;0.01392514,184.7456
+0;0;0,-0.01015169;0.1995696;0.008302549,-0.02453994;0.4991449;0.005316809,0.09535164;0.3660845;0.007403887,0.1985871;0.1541165;-0.1436326,0.2927502;-0.01169176;-0.3486715,-0.131023;0.3644543;-0.01981035,-0.1597217;0.1287863;-0.1682589,-0.1571949;-0.09026292;-0.3426466,0.07527407;0.01093179;-0.02478526,0.1664018;-0.2657186;-0.268835,0.1888456;-0.5937461;-0.1488591,0.2175458;-0.6487299;-0.1930638,-0.06683545;-0.001153205;-0.04395103,-0.04301865;-0.3802967;-0.05306157,-0.006441701;-0.7253445;-0.007190727,0.003941124;-0.7150006;-0.1046886,-0.01993719;0.3993279;0.009237382,0;0;0,-0.03275786;0.1970285;0.01032952,-0.08394235;0.492563;0.01264554,0.05084253;0.3725125;0.007375195,0.1791206;0.2251545;-0.1931999,0.2422491;0.1908816;-0.4638291,-0.1670082;0.3402577;-0.02416628,-0.1521988;0.1696549;-0.2456959,-0.1060668;0.09390339;-0.5112774,0.07501709;0.01947778;-0.01982554,0.1579689;-0.2054312;-0.3146729,0.1378969;-0.5508224;-0.2617385,0.147072;-0.5893129;-0.3340219,-0.06581331;-0.01131582;-0.0440518,-0.02389491;-0.38895;-0.03811298,0.01676051;-0.7315884;0.02058991,0.02723331;-0.7207944;-0.07698803,-0.06698962;0.3940304;0.01462536,184.7686
+0;0;0,-0.01015169;0.1995696;0.008302549,-0.02453994;0.4991449;0.005316809,0.09535164;0.3660845;0.007403887,0.1985871;0.1541165;-0.1436326,0.2927502;-0.01169176;-0.3486715,-0.131023;0.3644543;-0.01981035,-0.1597217;0.1287863;-0.1682589,-0.1571949;-0.09026292;-0.3426466,0.07527407;0.01093179;-0.02478526,0.1664018;-0.2657186;-0.268835,0.1888456;-0.5937461;-0.1488591,0.2175458;-0.6487299;-0.1930638,-0.06683545;-0.001153205;-0.04395103,-0.04301865;-0.3802967;-0.05306157,-0.006441701;-0.7253445;-0.007190727,0.003941124;-0.7150006;-0.1046886,-0.01993719;0.3993279;0.009237382,0;0;0,-0.03275786;0.1970285;0.01032952,-0.08394235;0.492563;0.01264554,0.05084253;0.3725125;0.007375195,0.1791206;0.2251545;-0.1931999,0.2422491;0.1908816;-0.4638291,-0.1670082;0.3402577;-0.02416628,-0.1521988;0.1696549;-0.2456959,-0.1060668;0.09390339;-0.5112774,0.07501709;0.01947778;-0.01982554,0.1579689;-0.2054312;-0.3146729,0.1378969;-0.5508224;-0.2617385,0.147072;-0.5893129;-0.3340219,-0.06581331;-0.01131582;-0.0440518,-0.02389491;-0.38895;-0.03811298,0.01676051;-0.7315884;0.02058991,0.02723331;-0.7207944;-0.07698803,-0.06698962;0.3940304;0.01462536,184.7906
+0;0;0,-0.01015169;0.1995696;0.008302549,-0.02453994;0.4991449;0.005316809,0.09535164;0.3660845;0.007403887,0.1985871;0.1541165;-0.1436326,0.2927502;-0.01169176;-0.3486715,-0.131023;0.3644543;-0.01981035,-0.1597217;0.1287863;-0.1682589,-0.1571949;-0.09026292;-0.3426466,0.07527407;0.01093179;-0.02478526,0.1664018;-0.2657186;-0.268835,0.1888456;-0.5937461;-0.1488591,0.2175458;-0.6487299;-0.1930638,-0.06683545;-0.001153205;-0.04395103,-0.04301865;-0.3802967;-0.05306157,-0.006441701;-0.7253445;-0.007190727,0.003941124;-0.7150006;-0.1046886,-0.01993719;0.3993279;0.009237382,0;0;0,-0.03276202;0.1970356;0.01017897,-0.08227575;0.4928532;0.01124894,0.05174744;0.3726999;0.007191325,0.1789449;0.2242596;-0.1932738,0.2410026;0.1984199;-0.4650847,-0.1672076;0.3410492;-0.02301789,-0.1522515;0.1711751;-0.2450969,-0.1097685;0.06382678;-0.5001881,0.07497839;0.01957926;-0.01987192,0.1584331;-0.2054411;-0.3144922,0.1375943;-0.54997;-0.2564783,0.147344;-0.5882547;-0.3288809,-0.0658197;-0.01148966;-0.04399722,-0.0231513;-0.3890423;-0.038214,0.01600196;-0.7319483;0.01994545,0.02616652;-0.721215;-0.0776531,-0.06612445;0.3941997;0.01382247,184.8238
+0;0;0,-0.01036331;0.199552;0.008461168,-0.02509427;0.4991143;0.005803217,0.09473589;0.3654817;0.007228767,0.200341;0.1587861;-0.1493742,0.2946019;-0.001335979;-0.3588398,-0.1313169;0.3644721;-0.0200504,-0.1560231;0.1310174;-0.1726562,-0.1534775;-0.08230098;-0.3540088,0.0753614;0.01095397;-0.02450855,0.1650604;-0.2578721;-0.2776619,0.1845246;-0.5853238;-0.1556108,0.2139959;-0.6400338;-0.1998337,-0.06677397;-0.001217145;-0.04404264,-0.04167674;-0.3802937;-0.05247483,-0.004726697;-0.7252921;-0.006531868,0.005731551;-0.7149236;-0.1040266,-0.02037631;0.399298;0.009603314,0;0;0,-0.03273649;0.1970449;0.01008129,-0.08151621;0.4929829;0.01075642,0.05218625;0.3727478;0.007078999,0.1840806;0.2031116;-0.172441,0.2321821;0.2086271;-0.4482232,-0.1674453;0.3414981;-0.02198405,-0.1539353;0.173687;-0.2457181,-0.1106973;0.06593493;-0.5005121,0.07498039;0.0196353;-0.019809,0.1612796;-0.2015977;-0.3164711,0.1375244;-0.5448643;-0.2524104,0.14766;-0.5824196;-0.3254415,-0.06578024;-0.0115567;-0.04403864,-0.02239333;-0.3890205;-0.03782111,0.01546079;-0.7321212;0.02004946,0.0253034;-0.7214106;-0.0775776,-0.06569053;0.3942815;0.01351053,184.8576
+0;0;0,-0.01036331;0.199552;0.008461168,-0.02509427;0.4991143;0.005803217,0.09473589;0.3654817;0.007228767,0.200341;0.1587861;-0.1493742,0.2946019;-0.001335979;-0.3588398,-0.1313169;0.3644721;-0.0200504,-0.1560231;0.1310174;-0.1726562,-0.1534775;-0.08230098;-0.3540088,0.0753614;0.01095397;-0.02450855,0.1650604;-0.2578721;-0.2776619,0.1845246;-0.5853238;-0.1556108,0.2139959;-0.6400338;-0.1998337,-0.06677397;-0.001217145;-0.04404264,-0.04167674;-0.3802937;-0.05247483,-0.004726697;-0.7252921;-0.006531868,0.005731551;-0.7149236;-0.1040266,-0.02037631;0.399298;0.009603314,0;0;0,-0.03277416;0.1970408;0.0100388,-0.08117875;0.4930408;0.01050398,0.05240306;0.3728036;0.007074179,0.1785062;0.2310007;-0.1988139,0.234657;0.2250051;-0.4730605,-0.1677888;0.3418508;-0.02104226,-0.1555882;0.1752139;-0.2457271,-0.1135242;0.08533683;-0.5075529,0.07498119;0.01970482;-0.01973677,0.1629831;-0.1992816;-0.3175632,0.1370169;-0.5417465;-0.2501576,0.1483349;-0.5792429;-0.3230695,-0.06572703;-0.01163252;-0.04409811,-0.02196076;-0.3890496;-0.03770831,0.01452477;-0.7323399;0.01991625,0.02410252;-0.7216449;-0.07773408,-0.06548651;0.39432;0.0133265,184.8909
+0;0;0,-0.01036331;0.199552;0.008461168,-0.02509427;0.4991143;0.005803217,0.09473589;0.3654817;0.007228767,0.200341;0.1587861;-0.1493742,0.2946019;-0.001335979;-0.3588398,-0.1313169;0.3644721;-0.0200504,-0.1560231;0.1310174;-0.1726562,-0.1534775;-0.08230098;-0.3540088,0.0753614;0.01095397;-0.02450855,0.1650604;-0.2578721;-0.2776619,0.1845246;-0.5853238;-0.1556108,0.2139959;-0.6400338;-0.1998337,-0.06677397;-0.001217145;-0.04404264,-0.04167674;-0.3802937;-0.05247483,-0.004726697;-0.7252921;-0.006531868,0.005731551;-0.7149236;-0.1040266,-0.02037631;0.399298;0.009603314,0;0;0,-0.03292942;0.1970182;0.009973887,-0.08131511;0.4930218;0.01032979,0.05227246;0.3727492;0.007111009,0.1784776;0.2311707;-0.1988691,0.2333412;0.2329453;-0.4734357,-0.1681504;0.3418012;-0.02045077,-0.1573759;0.1765632;-0.246239,-0.1151101;0.09114167;-0.5095198,0.07498231;0.01981503;-0.01962187,0.1822647;-0.1307172;-0.3516317,0.1507317;-0.4729199;-0.2852768,0.1554261;-0.5270389;-0.3391466,-0.06564398;-0.01172644;-0.0441968,-0.02201685;-0.3891564;-0.03761792,0.01337393;-0.732513;0.02029404,0.02278911;-0.7218134;-0.077373,-0.0656199;0.3943024;0.01318139,184.9246
+0;0;0,-0.01033257;0.1995423;0.008724309,-0.02500613;0.4991108;0.006467648,0.09467795;0.3650669;0.007508614,0.2027982;0.161341;-0.1512547,0.298432;0.008898824;-0.3657671,-0.131082;0.3645172;-0.02020562,-0.1586459;0.1413312;-0.1870236,-0.145426;-0.06501937;-0.3758216,0.07549158;0.01088378;-0.02413638,0.1645701;-0.2511933;-0.2844835,0.18245;-0.5788749;-0.1628077,0.2130255;-0.6332167;-0.2069847,-0.06667991;-0.001182573;-0.04418587,-0.03919126;-0.3801117;-0.05174341,-0.001917768;-0.7250784;-0.005823597,0.008698464;-0.7146764;-0.1033081,-0.02030906;0.3992884;0.01013133,0;0;0,-0.03342326;0.1969206;0.01025479,-0.08378137;0.4925976;0.01224242,0.05072864;0.3729284;0.007422736,0.1791698;0.2326083;-0.1980357,0.230489;0.2421591;-0.4731268,-0.1695408;0.341491;-0.01982218,-0.1608327;0.1773244;-0.2464795,-0.1161626;0.1085653;-0.5142046,0.07497762;0.01997175;-0.0194804,0.18185;-0.1309115;-0.3514631,0.1497779;-0.472926;-0.2844002,0.1547007;-0.5269001;-0.3384754,-0.06555174;-0.01185302;-0.04429983,-0.02193752;-0.38928;-0.0374702,0.01194587;-0.7327462;0.02069205,0.02112944;-0.7219667;-0.07701278,-0.06720161;0.3940046;0.01436873,184.9468
+0;0;0,-0.01033257;0.1995423;0.008724309,-0.02500613;0.4991108;0.006467648,0.09467795;0.3650669;0.007508614,0.2027982;0.161341;-0.1512547,0.298432;0.008898824;-0.3657671,-0.131082;0.3645172;-0.02020562,-0.1586459;0.1413312;-0.1870236,-0.145426;-0.06501937;-0.3758216,0.07549158;0.01088378;-0.02413638,0.1645701;-0.2511933;-0.2844835,0.18245;-0.5788749;-0.1628077,0.2130255;-0.6332167;-0.2069847,-0.06667991;-0.001182573;-0.04418587,-0.03919126;-0.3801117;-0.05174341,-0.001917768;-0.7250784;-0.005823597,0.008698464;-0.7146764;-0.1033081,-0.02030906;0.3992884;0.01013133,0;0;0,-0.03384621;0.1968357;0.01049539,-0.08537292;0.4923068;0.01333796,0.04960193;0.3728907;0.007866094,0.1793903;0.2333724;-0.1972914,0.2282516;0.2514372;-0.4724027,-0.1705226;0.3409204;-0.01900286,-0.1637887;0.1769968;-0.2459031,-0.1183403;0.1111069;-0.5142182,0.0749655;0.02011041;-0.01938416,0.1817624;-0.1308913;-0.3513373,0.1497676;-0.4729726;-0.2845789,0.1540885;-0.5273509;-0.3380732,-0.06547487;-0.01198122;-0.04437895,-0.02140516;-0.389352;-0.03736734,0.01146204;-0.7329406;0.0206551,0.02042628;-0.7221199;-0.07707822,-0.06834216;0.3937839;0.0151233,184.9803
+0;0;0,-0.01033257;0.1995423;0.008724309,-0.02500613;0.4991108;0.006467648,0.09467795;0.3650669;0.007508614,0.2027982;0.161341;-0.1512547,0.298432;0.008898824;-0.3657671,-0.131082;0.3645172;-0.02020562,-0.1586459;0.1413312;-0.1870236,-0.145426;-0.06501937;-0.3758216,0.07549158;0.01088378;-0.02413638,0.1645701;-0.2511933;-0.2844835,0.18245;-0.5788749;-0.1628077,0.2130255;-0.6332167;-0.2069847,-0.06667991;-0.001182573;-0.04418587,-0.03919126;-0.3801117;-0.05174341,-0.001917768;-0.7250784;-0.005823597,0.008698464;-0.7146764;-0.1033081,-0.02030906;0.3992884;0.01013133,0;0;0,-0.0344489;0.1967234;0.01063803,-0.08711636;0.4919876;0.01403365,0.04831254;0.3729199;0.008056195,0.178866;0.2339761;-0.1970057,0.2264465;0.2629079;-0.4714124,-0.171735;0.3404905;-0.01852378,-0.1667029;0.1761542;-0.2451694,-0.1208447;0.1161912;-0.5148015,0.07499439;0.02014668;-0.01923414,0.1764072;-0.1836499;-0.3235077,0.140868;-0.5263298;-0.261803,0.1534147;-0.5618595;-0.3362907,-0.06528491;-0.01199633;-0.04465388,-0.02192682;-0.3894485;-0.03758734,0.01028039;-0.7331206;0.02031073,0.0190669;-0.722267;-0.07744515,-0.06966004;0.393536;0.01563561,185.0024
+0;0;0,-0.0104254;0.1995275;0.008948982,-0.02521919;0.4990934;0.007112926,0.09437669;0.3646528;0.007726094,0.2040357;0.1661765;-0.1565361,0.2958608;0.03788525;-0.3878573,-0.1310398;0.3644414;-0.02043811,-0.1440513;0.1088014;-0.1339233,-0.1490642;-0.05431382;-0.3614498,0.075591;0.01086125;-0.02383345,0.1634442;-0.2454547;-0.2902615,0.1778261;-0.573144;-0.168143,0.2094889;-0.6260649;-0.2142038,-0.06657562;-0.001169401;-0.0443432,-0.03783868;-0.3800068;-0.05185458,-0.0002360642;-0.7249308;-0.005881872,0.01054848;-0.7145011;-0.1033534,-0.02048595;0.3992673;0.01062624,0;0;0,-0.0344489;0.1967234;0.01063803,-0.08711636;0.4919876;0.01403365,0.04831254;0.3729199;0.008056195,0.178866;0.2339761;-0.1970057,0.2264465;0.2629079;-0.4714124,-0.171735;0.3404905;-0.01852378,-0.1667029;0.1761542;-0.2451694,-0.1208447;0.1161912;-0.5148015,0.07499439;0.02014668;-0.01923414,0.1764072;-0.1836499;-0.3235077,0.140868;-0.5263298;-0.261803,0.1534147;-0.5618595;-0.3362907,-0.06528491;-0.01199633;-0.04465388,-0.02192682;-0.3894485;-0.03758734,0.01028039;-0.7331206;0.02031073,0.0190669;-0.722267;-0.07744515,-0.06966004;0.393536;0.01563561,185.0252
+0;0;0,-0.0104254;0.1995275;0.008948982,-0.02521919;0.4990934;0.007112926,0.09437669;0.3646528;0.007726094,0.2040357;0.1661765;-0.1565361,0.2958608;0.03788525;-0.3878573,-0.1310398;0.3644414;-0.02043811,-0.1440513;0.1088014;-0.1339233,-0.1490642;-0.05431382;-0.3614498,0.075591;0.01086125;-0.02383345,0.1634442;-0.2454547;-0.2902615,0.1778261;-0.573144;-0.168143,0.2094889;-0.6260649;-0.2142038,-0.06657562;-0.001169401;-0.0443432,-0.03783868;-0.3800068;-0.05185458,-0.0002360642;-0.7249308;-0.005881872,0.01054848;-0.7145011;-0.1033534,-0.02048595;0.3992673;0.01062624,0;0;0,-0.03497561;0.1966195;0.01083876,-0.08849574;0.4917246;0.01466854,0.04721963;0.3728554;0.008189455,0.1875826;0.2135147;-0.1743174,0.2273197;0.2587194;-0.4477721,-0.1725943;0.3398958;-0.018134,-0.1694288;0.1762278;-0.2452965,-0.1231774;0.1213114;-0.5159346,0.07501209;0.02018776;-0.01912174,0.1881278;-0.1273347;-0.3505459,0.1502888;-0.4686062;-0.282708,0.154511;-0.5219509;-0.3378063,-0.06511416;-0.01201149;-0.04489843,-0.02204186;-0.3894966;-0.03784329,0.00931517;-0.733282;0.01984849,0.01793956;-0.7223868;-0.07792997,-0.0707549;0.3933218;0.01613543,185.0587
+0;0;0,-0.0104254;0.1995275;0.008948982,-0.02521919;0.4990934;0.007112926,0.09437669;0.3646528;0.007726094,0.2040357;0.1661765;-0.1565361,0.2958608;0.03788525;-0.3878573,-0.1310398;0.3644414;-0.02043811,-0.1440513;0.1088014;-0.1339233,-0.1490642;-0.05431382;-0.3614498,0.075591;0.01086125;-0.02383345,0.1634442;-0.2454547;-0.2902615,0.1778261;-0.573144;-0.168143,0.2094889;-0.6260649;-0.2142038,-0.06657562;-0.001169401;-0.0443432,-0.03783868;-0.3800068;-0.05185458,-0.0002360642;-0.7249308;-0.005881872,0.01054848;-0.7145011;-0.1033534,-0.02048595;0.3992673;0.01062624,0;0;0,-0.03548874;0.1965207;0.01096118,-0.0895544;0.4915235;0.01498034,0.04631609;0.3727225;0.00816404,0.185216;0.2206685;-0.1815367,0.2326343;0.2643455;-0.4540139,-0.173286;0.3393006;-0.01780553,-0.1702046;0.1745546;-0.2441885,-0.1205954;0.1564545;-0.5191636,0.07504962;0.020231;-0.01892776,0.1778883;-0.1838074;-0.32256,0.139344;-0.5258034;-0.2588965,0.1515724;-0.5612798;-0.3334841,-0.06496055;-0.01203499;-0.04511413,-0.02217997;-0.3895547;-0.03813807,0.008569008;-0.733404;0.01950008,0.01701839;-0.722479;-0.07829948,-0.07164578;0.3931503;0.01639212,185.0917
+0;0;0,-0.01054048;0.1995053;0.00930248,-0.02574173;0.4990554;0.008130785,0.09396344;0.3644876;0.008162136,0.2019939;0.1788299;-0.1714503,0.3016724;0.02921425;-0.3861113,-0.1311523;0.3644392;-0.02060089,-0.1516476;0.1699488;-0.2209841,-0.1452047;-0.05138256;-0.3923636,0.07573042;0.01077266;-0.02342761,0.1620815;-0.2404128;-0.29518,0.1721823;-0.5653044;-0.1653976,0.20248;-0.6126732;-0.2210405,-0.06649334;-0.001137556;-0.04446731,-0.03653202;-0.379881;-0.05193128,0.001462381;-0.7246703;-0.005275354,0.01244383;-0.7141925;-0.1027346,-0.02085225;0.3992283;0.01139305,0;0;0,-0.03731877;0.1960548;0.01303249,-0.09839469;0.4895101;0.02438703,0.04027277;0.3725684;0.01222603,0.1896668;0.2302252;-0.1770352,0.2327769;0.265123;-0.4514868,-0.1761765;0.3337991;-0.01387155,-0.1734317;0.1748584;-0.2443717,-0.127493;0.1482297;-0.5192909,0.07499838;0.02051534;-0.01882456,0.1750699;-0.1879026;-0.3203999,0.1360994;-0.5295061;-0.2549144,0.148322;-0.5653686;-0.3291623,-0.0648152;-0.01232672;-0.04524425,-0.02252722;-0.3899046;-0.03841645,0.007853817;-0.733829;0.01896863,0.01574323;-0.7225639;-0.07894336,-0.07771096;0.3916835;0.02292416,185.1146
+0;0;0,-0.01054048;0.1995053;0.00930248,-0.02574173;0.4990554;0.008130785,0.09396344;0.3644876;0.008162136,0.2019939;0.1788299;-0.1714503,0.3016724;0.02921425;-0.3861113,-0.1311523;0.3644392;-0.02060089,-0.1516476;0.1699488;-0.2209841,-0.1452047;-0.05138256;-0.3923636,0.07573042;0.01077266;-0.02342761,0.1620815;-0.2404128;-0.29518,0.1721823;-0.5653044;-0.1653976,0.20248;-0.6126732;-0.2210405,-0.06649334;-0.001137556;-0.04446731,-0.03653202;-0.379881;-0.05193128,0.001462381;-0.7246703;-0.005275354,0.01244383;-0.7141925;-0.1027346,-0.02085225;0.3992283;0.01139305,0;0;0,-0.03840171;0.1957662;0.01417365,-0.1007389;0.4888963;0.02682611,0.03807902;0.372295;0.01326554,0.1852799;0.240555;-0.1851695,0.2381366;0.2740466;-0.458088,-0.1769463;0.3315346;-0.01254754,-0.1744046;0.1748396;-0.2445825,-0.1271085;0.1614591;-0.5202345,0.07495847;0.02085392;-0.01861021,0.1743821;-0.1875761;-0.3203914,0.1358038;-0.530048;-0.2593611,0.1482282;-0.5654266;-0.3340021,-0.06478518;-0.01258187;-0.04521701,-0.02165295;-0.3900631;-0.0383218,0.008040046;-0.7340671;0.01894557,0.01555824;-0.7227257;-0.0790102,-0.07983949;0.3911192;0.0251347,185.1364
+0;0;0,-0.01054048;0.1995053;0.00930248,-0.02574173;0.4990554;0.008130785,0.09396344;0.3644876;0.008162136,0.2019939;0.1788299;-0.1714503,0.3016724;0.02921425;-0.3861113,-0.1311523;0.3644392;-0.02060089,-0.1516476;0.1699488;-0.2209841,-0.1452047;-0.05138256;-0.3923636,0.07573042;0.01077266;-0.02342761,0.1620815;-0.2404128;-0.29518,0.1721823;-0.5653044;-0.1653976,0.20248;-0.6126732;-0.2210405,-0.06649334;-0.001137556;-0.04446731,-0.03653202;-0.379881;-0.05193128,0.001462381;-0.7246703;-0.005275354,0.01244383;-0.7141925;-0.1027346,-0.02085225;0.3992283;0.01139305,0;0;0,-0.0395087;0.1955084;0.01468051,-0.1024508;0.4885141;0.02714833,0.03649478;0.3721369;0.01372925,0.1868638;0.2425001;-0.1837131,0.2389484;0.2788014;-0.4564207,-0.178204;0.3307165;-0.01228876,-0.1755547;0.1672015;-0.239568,-0.1290662;0.1604635;-0.5155995,0.07495289;0.02104238;-0.01841963,0.1721554;-0.1894346;-0.3195029,0.1337566;-0.5322529;-0.2603325,0.1460044;-0.5669822;-0.3355663,-0.06463576;-0.01275709;-0.04538143,-0.02214104;-0.3903191;-0.03897018,0.006814631;-0.734423;0.01807417,0.01433999;-0.723045;-0.07988803,-0.08145659;0.390755;0.02559692,185.17
+0;0;0,-0.01018373;0.1994907;0.009988711,-0.02514369;0.4990547;0.009455374,0.09446472;0.3643333;0.009000038,0.2032103;0.1828088;-0.1743664,0.3000983;0.05276366;-0.4026228,-0.1304203;0.3645147;-0.02018518,-0.1617811;0.1639913;-0.213076,-0.1488979;-0.01641899;-0.4268192,0.07591368;0.01063316;-0.0228921,0.1621069;-0.2357002;-0.2990996,0.1666754;-0.5602478;-0.1681491,0.1976787;-0.6074868;-0.2235832,-0.06633276;-0.001038096;-0.0447089,-0.03508402;-0.3796896;-0.05153405,0.003691565;-0.7243155;-0.004317768,0.01484382;-0.7137797;-0.1017692,-0.02029889;0.3992188;0.01250891,0;0;0,-0.0395087;0.1955084;0.01468051,-0.1024508;0.4885141;0.02714833,0.03649478;0.3721369;0.01372925,0.1868638;0.2425001;-0.1837131,0.2389484;0.2788014;-0.4564207,-0.178204;0.3307165;-0.01228876,-0.1755547;0.1672015;-0.239568,-0.1290662;0.1604635;-0.5155995,0.07495289;0.02104238;-0.01841963,0.1721554;-0.1894346;-0.3195029,0.1337566;-0.5322529;-0.2603325,0.1460044;-0.5669822;-0.3355663,-0.06463576;-0.01275709;-0.04538143,-0.02214104;-0.3903191;-0.03897018,0.006814631;-0.734423;0.01807417,0.01433999;-0.723045;-0.07988803,-0.08145659;0.390755;0.02559692,185.1927
+0;0;0,-0.01018373;0.1994907;0.009988711,-0.02514369;0.4990547;0.009455374,0.09446472;0.3643333;0.009000038,0.2032103;0.1828088;-0.1743664,0.3000983;0.05276366;-0.4026228,-0.1304203;0.3645147;-0.02018518,-0.1617811;0.1639913;-0.213076,-0.1488979;-0.01641899;-0.4268192,0.07591368;0.01063316;-0.0228921,0.1621069;-0.2357002;-0.2990996,0.1666754;-0.5602478;-0.1681491,0.1976787;-0.6074868;-0.2235832,-0.06633276;-0.001038096;-0.0447089,-0.03508402;-0.3796896;-0.05153405,0.003691565;-0.7243155;-0.004317768,0.01484382;-0.7137797;-0.1017692,-0.02029889;0.3992188;0.01250891,0;0;0,-0.04037196;0.1952962;0.01514924,-0.1037512;0.4882114;0.02748153,0.03524444;0.3719446;0.01379957,0.186388;0.2435627;-0.1838711,0.2395368;0.2830622;-0.4559281,-0.1789401;0.3297439;-0.01203087,-0.1838198;0.149478;-0.226228,-0.1328395;0.175379;-0.5003268,0.07494874;0.02116248;-0.01829849,0.1706937;-0.1912182;-0.3185106,0.1314877;-0.534379;-0.2619106,0.1445972;-0.5695567;-0.3366101,-0.06452692;-0.01286588;-0.04550545,-0.02229309;-0.390467;-0.0396992,0.005956529;-0.7346744;0.01707396,0.01331958;-0.7232836;-0.08090301,-0.08268598;0.3904662;0.02602096,185.2151
+0;0;0,-0.01018373;0.1994907;0.009988711,-0.02514369;0.4990547;0.009455374,0.09446472;0.3643333;0.009000038,0.2032103;0.1828088;-0.1743664,0.3000983;0.05276366;-0.4026228,-0.1304203;0.3645147;-0.02018518,-0.1617811;0.1639913;-0.213076,-0.1488979;-0.01641899;-0.4268192,0.07591368;0.01063316;-0.0228921,0.1621069;-0.2357002;-0.2990996,0.1666754;-0.5602478;-0.1681491,0.1976787;-0.6074868;-0.2235832,-0.06633276;-0.001038096;-0.0447089,-0.03508402;-0.3796896;-0.05153405,0.003691565;-0.7243155;-0.004317768,0.01484382;-0.7137797;-0.1017692,-0.02029889;0.3992188;0.01250891,0;0;0,-0.04092271;0.1951428;0.01564053,-0.1044895;0.4880173;0.02794384,0.03458551;0.3720456;0.01453788,0.1891307;0.2416802;-0.1791646,0.239686;0.2854293;-0.4510657,-0.1795655;0.3293856;-0.01152734,-0.1724894;0.1639847;-0.2373424,-0.1300221;0.169243;-0.5140533,0.07502971;0.02116057;-0.01796589,0.169302;-0.193181;-0.317249,0.1305069;-0.5371559;-0.265517,0.1427863;-0.5729797;-0.3397898,-0.06439218;-0.01283972;-0.04570327,-0.02227833;-0.390458;-0.04014944,0.00608843;-0.7347807;0.01586197,0.01345623;-0.7234034;-0.08211207,-0.08341502;0.3902735;0.02652195,185.2487
+0;0;0,-0.009940366;0.1994701;0.01062405,-0.0247427;0.4990428;0.01087904,0.09486727;0.3644358;0.009824478,0.2030914;0.1875215;-0.1782948,0.3001835;0.05537404;-0.4052534,-0.1297388;0.364662;-0.02021947,-0.1487441;0.1801886;-0.2300012,-0.1413073;-0.009517804;-0.4358073,0.07607106;0.01044714;-0.02245109,0.1613055;-0.2277438;-0.3060003,0.1625826;-0.5522301;-0.1748247,0.1925938;-0.5972838;-0.2336998,-0.0661995;-0.0008792145;-0.04490939,-0.03377726;-0.379434;-0.05162657,0.005771201;-0.7238087;-0.003232822,0.01721049;-0.7132151;-0.1006625,-0.01992339;0.3991977;0.01366049,0;0;0,-0.04100425;0.1950592;0.01644907,-0.1040122;0.4880192;0.02958006,0.03475025;0.3717751;0.0156829,0.1937152;0.2375436;-0.1716993,0.2389489;0.2858691;-0.4437627,-0.1794609;0.3295895;-0.01030472,-0.1731474;0.1661583;-0.2375719,-0.1305458;0.1839267;-0.513741,0.07505225;0.02118699;-0.01784013,0.167874;-0.1960193;-0.315507,0.1293099;-0.5402111;-0.2650612,0.1404305;-0.5749273;-0.340481,-0.06433093;-0.01285044;-0.04578644,-0.0221821;-0.3904672;-0.04039801,0.006256305;-0.7347921;0.01556288,0.01354363;-0.7233607;-0.08242744,-0.08319616;0.3902249;0.02785881,185.282
+0;0;0,-0.009940366;0.1994701;0.01062405,-0.0247427;0.4990428;0.01087904,0.09486727;0.3644358;0.009824478,0.2030914;0.1875215;-0.1782948,0.3001835;0.05537404;-0.4052534,-0.1297388;0.364662;-0.02021947,-0.1487441;0.1801886;-0.2300012,-0.1413073;-0.009517804;-0.4358073,0.07607106;0.01044714;-0.02245109,0.1613055;-0.2277438;-0.3060003,0.1625826;-0.5522301;-0.1748247,0.1925938;-0.5972838;-0.2336998,-0.0661995;-0.0008792145;-0.04490939,-0.03377726;-0.379434;-0.05162657,0.005771201;-0.7238087;-0.003232822,0.01721049;-0.7132151;-0.1006625,-0.01992339;0.3991977;0.01366049,0;0;0,-0.04107792;0.195031;0.01659803,-0.1037503;0.4880739;0.029488,0.03490645;0.3718427;0.01595143,0.1978303;0.2335;-0.1649273,0.2376867;0.2848242;-0.4372824,-0.1795695;0.3300212;-0.01039026,-0.1734547;0.167616;-0.2383972,-0.1309302;0.1836154;-0.5146863,0.07507006;0.0211249;-0.01783884,0.1666053;-0.196879;-0.3153209,0.1282716;-0.5417882;-0.2698439,0.1388519;-0.5766159;-0.3452457,-0.0642904;-0.0127776;-0.04586368,-0.02255991;-0.3904482;-0.04101615,0.005845774;-0.7346965;0.01543024,0.01327163;-0.7232651;-0.08254969,-0.08307596;0.3902482;0.0278421,185.3039
+0;0;0,-0.009940366;0.1994701;0.01062405,-0.0247427;0.4990428;0.01087904,0.09486727;0.3644358;0.009824478,0.2030914;0.1875215;-0.1782948,0.3001835;0.05537404;-0.4052534,-0.1297388;0.364662;-0.02021947,-0.1487441;0.1801886;-0.2300012,-0.1413073;-0.009517804;-0.4358073,0.07607106;0.01044714;-0.02245109,0.1613055;-0.2277438;-0.3060003,0.1625826;-0.5522301;-0.1748247,0.1925938;-0.5972838;-0.2336998,-0.0661995;-0.0008792145;-0.04490939,-0.03377726;-0.379434;-0.05162657,0.005771201;-0.7238087;-0.003232822,0.01721049;-0.7132151;-0.1006625,-0.01992339;0.3991977;0.01366049,0;0;0,-0.04107792;0.195031;0.01659803,-0.1037503;0.4880739;0.029488,0.03490645;0.3718427;0.01595143,0.1978303;0.2335;-0.1649273,0.2376867;0.2848242;-0.4372824,-0.1795695;0.3300212;-0.01039026,-0.1734547;0.167616;-0.2383972,-0.1309302;0.1836154;-0.5146863,0.07507006;0.0211249;-0.01783884,0.1666053;-0.196879;-0.3153209,0.1282716;-0.5417882;-0.2698439,0.1388519;-0.5766159;-0.3452457,-0.0642904;-0.0127776;-0.04586368,-0.02255991;-0.3904482;-0.04101615,0.005845774;-0.7346965;0.01543024,0.01327163;-0.7232651;-0.08254969,-0.08307596;0.3902482;0.0278421,185.3266
+0;0;0,-0.01012581;0.1994362;0.01107619,-0.02550083;0.4989806;0.01232722,0.09427153;0.3642447;0.01048268,0.2024189;0.1920162;-0.181979,0.2943941;0.06674987;-0.414893,-0.1299333;0.3644972;-0.02018281,-0.1595671;0.1729265;-0.2222286,-0.1435237;0.004362419;-0.445228,0.07619892;0.01031686;-0.02207454,0.1589254;-0.2306876;-0.3039844,0.1581688;-0.5570699;-0.1775961,0.1860731;-0.59917;-0.2410227,-0.06603765;-0.0007554292;-0.04514929,-0.03322209;-0.379287;-0.05122938,0.006756246;-0.7235445;-0.002357095,0.01839605;-0.7128917;-0.09977477,-0.02046638;0.3991357;0.01470503,0;0;0,-0.04093299;0.1950319;0.01694223,-0.102761;0.4882413;0.03012704,0.03557727;0.3720026;0.01667817,0.1936145;0.2546065;-0.1824258,0.248111;0.282399;-0.4556614,-0.1790499;0.3306091;-0.01032671,-0.1734617;0.1676492;-0.237951,-0.1309135;0.1814209;-0.5143565,0.07511304;0.02102033;-0.01778136,0.1655801;-0.1975901;-0.3151451,0.1276306;-0.5430853;-0.2740008,0.1382314;-0.578527;-0.3488675,-0.06425404;-0.01266726;-0.04594517,-0.02261464;-0.3903466;-0.04099511,0.006702457;-0.7345427;0.01530345,0.01436476;-0.7230998;-0.08266045,-0.08243512;0.3903446;0.02836777,185.3599
+0;0;0,-0.01012581;0.1994362;0.01107619,-0.02550083;0.4989806;0.01232722,0.09427153;0.3642447;0.01048268,0.2024189;0.1920162;-0.181979,0.2943941;0.06674987;-0.414893,-0.1299333;0.3644972;-0.02018281,-0.1595671;0.1729265;-0.2222286,-0.1435237;0.004362419;-0.445228,0.07619892;0.01031686;-0.02207454,0.1589254;-0.2306876;-0.3039844,0.1581688;-0.5570699;-0.1775961,0.1860731;-0.59917;-0.2410227,-0.06603765;-0.0007554292;-0.04514929,-0.03322209;-0.379287;-0.05122938,0.006756246;-0.7235445;-0.002357095,0.01839605;-0.7128917;-0.09977477,-0.02046638;0.3991357;0.01470503,0;0;0,-0.04073891;0.1950464;0.01724145,-0.1017403;0.4884156;0.03071873,0.03626733;0.3719015;0.01743444,0.1936317;0.2506367;-0.1798758,0.2463744;0.2833496;-0.4529107,-0.1784315;0.3311559;-0.01031695,-0.1750814;0.1621571;-0.2335393,-0.1321922;0.175864;-0.5098953,0.07513983;0.02092704;-0.01777821,0.1645718;-0.1975097;-0.3155823,0.1269697;-0.5434523;-0.2780344,0.1366207;-0.5788002;-0.3531111,-0.06423713;-0.012564;-0.04599714,-0.0228539;-0.3902574;-0.04006995,0.007819192;-0.7346255;0.01442594,0.01574701;-0.7231498;-0.08352302,-0.08173874;0.3904541;0.02885225,185.3827
+0;0;0,-0.01012581;0.1994362;0.01107619,-0.02550083;0.4989806;0.01232722,0.09427153;0.3642447;0.01048268,0.2024189;0.1920162;-0.181979,0.2943941;0.06674987;-0.414893,-0.1299333;0.3644972;-0.02018281,-0.1595671;0.1729265;-0.2222286,-0.1435237;0.004362419;-0.445228,0.07619892;0.01031686;-0.02207454,0.1589254;-0.2306876;-0.3039844,0.1581688;-0.5570699;-0.1775961,0.1860731;-0.59917;-0.2410227,-0.06603765;-0.0007554292;-0.04514929,-0.03322209;-0.379287;-0.05122938,0.006756246;-0.7235445;-0.002357095,0.01839605;-0.7128917;-0.09977477,-0.02046638;0.3991357;0.01470503,0;0;0,-0.04041577;0.1951033;0.01735753,-0.1003598;0.4886853;0.03093488,0.03728063;0.3719707;0.01836547,0.1923515;0.2494017;-0.179952,0.2505864;0.2761119;-0.4525236,-0.1780873;0.3321837;-0.009867245,-0.1757482;0.1603017;-0.2308901,-0.1340096;0.1110848;-0.5033522,0.07524723;0.02053803;-0.01777764,0.1632144;-0.1989431;-0.3152499,0.1253869;-0.5450239;-0.2792338,0.134462;-0.5782394;-0.3561847,-0.0642347;-0.01225527;-0.04608375,-0.02336322;-0.3899654;-0.03804933,0.008679949;-0.7344908;0.01463403,0.01679221;-0.7229863;-0.08330527,-0.08077689;0.3906399;0.02903716,185.4161
+0;0;0,-0.01020686;0.199409;0.01148353,-0.02568327;0.4989456;0.01320866,0.09401498;0.3639029;0.01072275,0.1999494;0.1881267;-0.1797519,0.2851577;0.1006491;-0.4317187,-0.1297764;0.364612;-0.0205299,-0.1474493;0.1939546;-0.2418073,-0.1364517;0.01973511;-0.4607288,0.0763329;0.01025266;-0.02163727,0.1574421;-0.2223619;-0.3109671,0.1529101;-0.5500009;-0.1879542,0.1816024;-0.5961657;-0.2460549,-0.0658979;-0.000710571;-0.04535374,-0.03242129;-0.3791871;-0.05125412,0.007716525;-0.7233873;-0.002109598,0.01960658;-0.7126969;-0.0995045,-0.0206106;0.3990991;0.01543496,0;0;0,-0.03996594;0.1951825;0.01750741,-0.09843203;0.4890533;0.03125107,0.03866927;0.3720964;0.01933322,0.1942467;0.2460564;-0.1763952,0.2545298;0.2671982;-0.4490102,-0.1774653;0.3335847;-0.009466946,-0.176049;0.1605801;-0.2296201,-0.1311955;0.1084344;-0.5010404,0.07528561;0.02046622;-0.01769774,0.1613337;-0.2003825;-0.3147189,0.1238333;-0.5468854;-0.2826341,0.1321291;-0.5810651;-0.3588715,-0.06418508;-0.01215966;-0.04617812,-0.02375013;-0.3899077;-0.03772555,0.008812316;-0.7344893;0.01426674,0.03853082;-0.7833917;-0.03950343,-0.07942789;0.3908948;0.02931722,185.45
+0;0;0,-0.01020686;0.199409;0.01148353,-0.02568327;0.4989456;0.01320866,0.09401498;0.3639029;0.01072275,0.1999494;0.1881267;-0.1797519,0.2851577;0.1006491;-0.4317187,-0.1297764;0.364612;-0.0205299,-0.1474493;0.1939546;-0.2418073,-0.1364517;0.01973511;-0.4607288,0.0763329;0.01025266;-0.02163727,0.1574421;-0.2223619;-0.3109671,0.1529101;-0.5500009;-0.1879542,0.1816024;-0.5961657;-0.2460549,-0.0658979;-0.000710571;-0.04535374,-0.03242129;-0.3791871;-0.05125412,0.007716525;-0.7233873;-0.002109598,0.01960658;-0.7126969;-0.0995045,-0.0206106;0.3990991;0.01543496,0;0;0,-0.03951934;0.1952562;0.01769861,-0.09627491;0.4894455;0.03175543,0.04022888;0.3723668;0.02057245,0.1910897;0.2401128;-0.1747475,0.2566477;0.2614647;-0.446126,-0.1765349;0.3349945;-0.009285137,-0.1756475;0.1611286;-0.2287614,-0.1309257;0.1098233;-0.5003636,0.0753019;0.02040266;-0.01770182,0.1571416;-0.2068452;-0.3110628,0.1218439;-0.55402;-0.284161,0.1285418;-0.5881822;-0.3605701,-0.06420512;-0.01209684;-0.04616676,-0.02445054;-0.3898869;-0.03645848,0.009177994;-0.7345662;0.01419083,0.03915786;-0.7831347;-0.03992197,-0.0779347;0.3911623;0.02974297,185.4828
+0;0;0,-0.01020686;0.199409;0.01148353,-0.02568327;0.4989456;0.01320866,0.09401498;0.3639029;0.01072275,0.1999494;0.1881267;-0.1797519,0.2851577;0.1006491;-0.4317187,-0.1297764;0.364612;-0.0205299,-0.1474493;0.1939546;-0.2418073,-0.1364517;0.01973511;-0.4607288,0.0763329;0.01025266;-0.02163727,0.1574421;-0.2223619;-0.3109671,0.1529101;-0.5500009;-0.1879542,0.1816024;-0.5961657;-0.2460549,-0.0658979;-0.000710571;-0.04535374,-0.03242129;-0.3791871;-0.05125412,0.007716525;-0.7233873;-0.002109598,0.01960658;-0.7126969;-0.0995045,-0.0206106;0.3990991;0.01543496,0;0;0,-0.03904321;0.1953545;0.01767063,-0.09456955;0.4897854;0.03153476,0.04157603;0.3726358;0.02154841,0.1959969;0.1989856;-0.134656,0.2497078;0.2501355;-0.4046538,-0.1756923;0.3361774;-0.009648027,-0.1750382;0.1601395;-0.2273869,-0.1320749;0.1039079;-0.4982968,0.07532276;0.02025764;-0.01777945,0.1562403;-0.2064426;-0.3118192,0.1209422;-0.5538484;-0.2880874,0.1259156;-0.5892435;-0.3635774,-0.0642825;-0.01195132;-0.04609692,-0.02495566;-0.3897679;-0.03570339,0.008896202;-0.7346132;0.01365031,0.01818496;-0.7230724;-0.08419129,-0.07666898;0.391419;0.02962984,185.5164
+0;0;0,-0.01039281;0.199383;0.01176509,-0.02630063;0.4988952;0.01392321,0.09353884;0.36384;0.01091501,0.2021298;0.2014394;-0.1896693,0.2785357;0.09908666;-0.43884,-0.1298279;0.3646188;-0.021237,-0.1474061;0.1945742;-0.2429932,-0.1368112;0.02969958;-0.4690554,0.07639951;0.01023384;-0.02140988,0.1553949;-0.21782;-0.314925,0.149909;-0.5467103;-0.1953377,0.1757403;-0.5906897;-0.257465,-0.06583926;-0.0007245264;-0.04543861,-0.03216471;-0.379184;-0.05131022,0.008148745;-0.7233022;-0.001738019,0.02038248;-0.7125802;-0.09909663,-0.02106634;0.3990535;0.01598098,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01039281;0.199383;0.01176509,-0.02630063;0.4988952;0.01392321,0.09353884;0.36384;0.01091501,0.2021298;0.2014394;-0.1896693,0.2785357;0.09908666;-0.43884,-0.1298279;0.3646188;-0.021237,-0.1474061;0.1945742;-0.2429932,-0.1368112;0.02969958;-0.4690554,0.07639951;0.01023384;-0.02140988,0.1553949;-0.21782;-0.314925,0.149909;-0.5467103;-0.1953377,0.1757403;-0.5906897;-0.257465,-0.06583926;-0.0007245264;-0.04543861,-0.03216471;-0.379184;-0.05131022,0.008148745;-0.7233022;-0.001738019,0.02038248;-0.7125802;-0.09909663,-0.02106634;0.3990535;0.01598098,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01039281;0.199383;0.01176509,-0.02630063;0.4988952;0.01392321,0.09353884;0.36384;0.01091501,0.2021298;0.2014394;-0.1896693,0.2785357;0.09908666;-0.43884,-0.1298279;0.3646188;-0.021237,-0.1474061;0.1945742;-0.2429932,-0.1368112;0.02969958;-0.4690554,0.07639951;0.01023384;-0.02140988,0.1553949;-0.21782;-0.314925,0.149909;-0.5467103;-0.1953377,0.1757403;-0.5906897;-0.257465,-0.06583926;-0.0007245264;-0.04543861,-0.03216471;-0.379184;-0.05131022,0.008148745;-0.7233022;-0.001738019,0.02038248;-0.7125802;-0.09909663,-0.02106634;0.3990535;0.01598098,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01054632;0.1993567;0.01207013,-0.02654454;0.4988597;0.0147191,0.09328149;0.363776;0.01114599,0.2018935;0.2045806;-0.1919802,0.2784017;0.1033781;-0.441589,-0.1296208;0.3644745;-0.02175455,-0.1474916;0.1968897;-0.2453523,-0.1362208;0.04222903;-0.4784898,0.07650694;0.00997517;-0.02114671,0.1537175;-0.2092403;-0.3217845,0.1466643;-0.5388672;-0.2043267,0.1731422;-0.5823527;-0.2667671,-0.06579778;-0.0004380256;-0.0455023,-0.03153063;-0.3788442;-0.05137791,0.009170502;-0.7229401;-0.001966935,0.02167406;-0.7121963;-0.09929556,-0.02129676;0.3990156;0.01662262,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01054632;0.1993567;0.01207013,-0.02654454;0.4988597;0.0147191,0.09328149;0.363776;0.01114599,0.2018935;0.2045806;-0.1919802,0.2784017;0.1033781;-0.441589,-0.1296208;0.3644745;-0.02175455,-0.1474916;0.1968897;-0.2453523,-0.1362208;0.04222903;-0.4784898,0.07650694;0.00997517;-0.02114671,0.1537175;-0.2092403;-0.3217845,0.1466643;-0.5388672;-0.2043267,0.1731422;-0.5823527;-0.2667671,-0.06579778;-0.0004380256;-0.0455023,-0.03153063;-0.3788442;-0.05137791,0.009170502;-0.7229401;-0.001966935,0.02167406;-0.7121963;-0.09929556,-0.02129676;0.3990156;0.01662262,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01054632;0.1993567;0.01207013,-0.02654454;0.4988597;0.0147191,0.09328149;0.363776;0.01114599,0.2018935;0.2045806;-0.1919802,0.2784017;0.1033781;-0.441589,-0.1296208;0.3644745;-0.02175455,-0.1474916;0.1968897;-0.2453523,-0.1362208;0.04222903;-0.4784898,0.07650694;0.00997517;-0.02114671,0.1537175;-0.2092403;-0.3217845,0.1466643;-0.5388672;-0.2043267,0.1731422;-0.5823527;-0.2667671,-0.06579778;-0.0004380256;-0.0455023,-0.03153063;-0.3788442;-0.05137791,0.009170502;-0.7229401;-0.001966935,0.02167406;-0.7121963;-0.09929556,-0.02129676;0.3990156;0.01662262,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01065023;0.1993328;0.01236906,-0.02672146;0.4988275;0.01545107,0.09317096;0.3639381;0.01152912,0.2001064;0.2142913;-0.1995885,0.268132;0.1272784;-0.4568846,-0.1295611;0.364473;-0.02180189,-0.1534592;0.201488;-0.2482191,-0.136196;0.048026;-0.4817815,0.07665496;0.009723135;-0.02072386,0.1533106;-0.2057613;-0.3241878,0.1436334;-0.5368708;-0.2111706,0.170084;-0.5799389;-0.2741103,-0.06563291;-0.0001419824;-0.04574167,-0.03101715;-0.3785259;-0.05096979,0.01016651;-0.7224764;-0.0009497665,0.0228035;-0.711709;-0.09826581,-0.02145698;0.3989818;0.01721917,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01065023;0.1993328;0.01236906,-0.02672146;0.4988275;0.01545107,0.09317096;0.3639381;0.01152912,0.2001064;0.2142913;-0.1995885,0.268132;0.1272784;-0.4568846,-0.1295611;0.364473;-0.02180189,-0.1534592;0.201488;-0.2482191,-0.136196;0.048026;-0.4817815,0.07665496;0.009723135;-0.02072386,0.1533106;-0.2057613;-0.3241878,0.1436334;-0.5368708;-0.2111706,0.170084;-0.5799389;-0.2741103,-0.06563291;-0.0001419824;-0.04574167,-0.03101715;-0.3785259;-0.05096979,0.01016651;-0.7224764;-0.0009497665,0.0228035;-0.711709;-0.09826581,-0.02145698;0.3989818;0.01721917,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01065023;0.1993328;0.01236906,-0.02672146;0.4988275;0.01545107,0.09317096;0.3639381;0.01152912,0.2001064;0.2142913;-0.1995885,0.268132;0.1272784;-0.4568846,-0.1295611;0.364473;-0.02180189,-0.1534592;0.201488;-0.2482191,-0.136196;0.048026;-0.4817815,0.07665496;0.009723135;-0.02072386,0.1533106;-0.2057613;-0.3241878,0.1436334;-0.5368708;-0.2111706,0.170084;-0.5799389;-0.2741103,-0.06563291;-0.0001419824;-0.04574167,-0.03101715;-0.3785259;-0.05096979,0.01016651;-0.7224764;-0.0009497665,0.0228035;-0.711709;-0.09826581,-0.02145698;0.3989818;0.01721917,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01075863;0.199301;0.01278162,-0.02695006;0.4987839;0.0163073,0.09302174;0.3640237;0.01203492,0.1980681;0.2207152;-0.2043627,0.2643545;0.1225605;-0.4580787,-0.1294562;0.364397;-0.02183219,-0.149161;0.2178139;-0.2595823,-0.1326367;0.07350829;-0.4989624,0.07679947;0.009473205;-0.02030025,0.152434;-0.2018556;-0.3269263,0.1409392;-0.5339375;-0.216974,0.166041;-0.5758775;-0.2817393,-0.06552699;4.575797E-05;-0.04589346,-0.03097874;-0.3783464;-0.05097051,0.01082937;-0.7221399;-0.0003926158,0.0236663;-0.711345;-0.09768794,-0.02163489;0.3989385;0.01793527,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01075863;0.199301;0.01278162,-0.02695006;0.4987839;0.0163073,0.09302174;0.3640237;0.01203492,0.1980681;0.2207152;-0.2043627,0.2643545;0.1225605;-0.4580787,-0.1294562;0.364397;-0.02183219,-0.149161;0.2178139;-0.2595823,-0.1326367;0.07350829;-0.4989624,0.07679947;0.009473205;-0.02030025,0.152434;-0.2018556;-0.3269263,0.1409392;-0.5339375;-0.216974,0.166041;-0.5758775;-0.2817393,-0.06552699;4.575797E-05;-0.04589346,-0.03097874;-0.3783464;-0.05097051,0.01082937;-0.7221399;-0.0003926158,0.0236663;-0.711345;-0.09768794,-0.02163489;0.3989385;0.01793527,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01075863;0.199301;0.01278162,-0.02695006;0.4987839;0.0163073,0.09302174;0.3640237;0.01203492,0.1980681;0.2207152;-0.2043627,0.2643545;0.1225605;-0.4580787,-0.1294562;0.364397;-0.02183219,-0.149161;0.2178139;-0.2595823,-0.1326367;0.07350829;-0.4989624,0.07679947;0.009473205;-0.02030025,0.152434;-0.2018556;-0.3269263,0.1409392;-0.5339375;-0.216974,0.166041;-0.5758775;-0.2817393,-0.06552699;4.575797E-05;-0.04589346,-0.03097874;-0.3783464;-0.05097051,0.01082937;-0.7221399;-0.0003926158,0.0236663;-0.711345;-0.09768794,-0.02163489;0.3989385;0.01793527,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01082618;0.1992828;0.01300668,-0.02697303;0.4987637;0.01683228,0.09296826;0.3640461;0.01208832,0.1981395;0.2219984;-0.2050786,0.2663043;0.1246788;-0.4586184,-0.129261;0.3643028;-0.02197809,-0.1642292;0.2109667;-0.2536357,-0.1387164;0.08260982;-0.5011708,0.07691104;0.009319082;-0.01994607,0.1516272;-0.197806;-0.3296503,0.1377318;-0.5311586;-0.2239004,0.1614906;-0.5731543;-0.2891088,-0.06541014;0.0001897033;-0.04605949,-0.03054211;-0.3781825;-0.05038638,0.01127291;-0.7219884;0.0001007281,0.02420716;-0.7111789;-0.09718458,-0.02168146;0.3989157;0.01837762,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01082618;0.1992828;0.01300668,-0.02697303;0.4987637;0.01683228,0.09296826;0.3640461;0.01208832,0.1981395;0.2219984;-0.2050786,0.2663043;0.1246788;-0.4586184,-0.129261;0.3643028;-0.02197809,-0.1642292;0.2109667;-0.2536357,-0.1387164;0.08260982;-0.5011708,0.07691104;0.009319082;-0.01994607,0.1516272;-0.197806;-0.3296503,0.1377318;-0.5311586;-0.2239004,0.1614906;-0.5731543;-0.2891088,-0.06541014;0.0001897033;-0.04605949,-0.03054211;-0.3781825;-0.05038638,0.01127291;-0.7219884;0.0001007281,0.02420716;-0.7111789;-0.09718458,-0.02168146;0.3989157;0.01837762,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01082618;0.1992828;0.01300668,-0.02697303;0.4987637;0.01683228,0.09296826;0.3640461;0.01208832,0.1981395;0.2219984;-0.2050786,0.2663043;0.1246788;-0.4586184,-0.129261;0.3643028;-0.02197809,-0.1642292;0.2109667;-0.2536357,-0.1387164;0.08260982;-0.5011708,0.07691104;0.009319082;-0.01994607,0.1516272;-0.197806;-0.3296503,0.1377318;-0.5311586;-0.2239004,0.1614906;-0.5731543;-0.2891088,-0.06541014;0.0001897033;-0.04605949,-0.03054211;-0.3781825;-0.05038638,0.01127291;-0.7219884;0.0001007281,0.02420716;-0.7111789;-0.09718458,-0.02168146;0.3989157;0.01837762,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01085672;0.1992487;0.01349319,-0.02695649;0.4987246;0.01780623,0.0929661;0.3640662;0.01239869,0.1975968;0.2294974;-0.2097356,0.2628446;0.1566855;-0.4721116,-0.1290548;0.3641471;-0.02156707,-0.1520918;0.2057889;-0.2513321,-0.1363404;0.08685958;-0.5043296,0.07704233;0.009108257;-0.01953255,0.1506501;-0.1930459;-0.3327667,0.1368251;-0.5271744;-0.2294855,0.1600532;-0.5690627;-0.295003,-0.0653283;0.0002982827;-0.04617492,-0.02979252;-0.3780225;-0.04942524,0.01208084;-0.7217729;0.001390669,0.02496957;-0.7109233;-0.0959086,-0.0216723;0.3988742;0.01921313,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01085672;0.1992487;0.01349319,-0.02695649;0.4987246;0.01780623,0.0929661;0.3640662;0.01239869,0.1975968;0.2294974;-0.2097356,0.2628446;0.1566855;-0.4721116,-0.1290548;0.3641471;-0.02156707,-0.1520918;0.2057889;-0.2513321,-0.1363404;0.08685958;-0.5043296,0.07704233;0.009108257;-0.01953255,0.1506501;-0.1930459;-0.3327667,0.1368251;-0.5271744;-0.2294855,0.1600532;-0.5690627;-0.295003,-0.0653283;0.0002982827;-0.04617492,-0.02979252;-0.3780225;-0.04942524,0.01208084;-0.7217729;0.001390669,0.02496957;-0.7109233;-0.0959086,-0.0216723;0.3988742;0.01921313,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01085672;0.1992487;0.01349319,-0.02695649;0.4987246;0.01780623,0.0929661;0.3640662;0.01239869,0.1975968;0.2294974;-0.2097356,0.2628446;0.1566855;-0.4721116,-0.1290548;0.3641471;-0.02156707,-0.1520918;0.2057889;-0.2513321,-0.1363404;0.08685958;-0.5043296,0.07704233;0.009108257;-0.01953255,0.1506501;-0.1930459;-0.3327667,0.1368251;-0.5271744;-0.2294855,0.1600532;-0.5690627;-0.295003,-0.0653283;0.0002982827;-0.04617492,-0.02979252;-0.3780225;-0.04942524,0.01208084;-0.7217729;0.001390669,0.02496957;-0.7109233;-0.0959086,-0.0216723;0.3988742;0.01921313,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01088834;0.1992078;0.01406127,-0.0269364;0.4986771;0.01889062,0.09294514;0.3639727;0.01291652,0.1967325;0.2388575;-0.2150624,0.2765881;0.1754006;-0.4758234,-0.1289473;0.3641297;-0.02088375,-0.1509359;0.2021901;-0.2482426,-0.1368528;0.08860773;-0.5037827,0.07723078;0.008837797;-0.01890237,0.1499038;-0.1906866;-0.3340351,0.1354173;-0.5256178;-0.2334806,0.1580887;-0.5652174;-0.3016123,-0.06505146;0.0005228695;-0.04656214,-0.02912347;-0.3777725;-0.04791036,0.01272409;-0.7215482;0.002755791,0.02556818;-0.7106566;-0.09455762,-0.02165376;0.3988248;0.02015708,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01088834;0.1992078;0.01406127,-0.0269364;0.4986771;0.01889062,0.09294514;0.3639727;0.01291652,0.1967325;0.2388575;-0.2150624,0.2765881;0.1754006;-0.4758234,-0.1289473;0.3641297;-0.02088375,-0.1509359;0.2021901;-0.2482426,-0.1368528;0.08860773;-0.5037827,0.07723078;0.008837797;-0.01890237,0.1499038;-0.1906866;-0.3340351,0.1354173;-0.5256178;-0.2334806,0.1580887;-0.5652174;-0.3016123,-0.06505146;0.0005228695;-0.04656214,-0.02912347;-0.3777725;-0.04791036,0.01272409;-0.7215482;0.002755791,0.02556818;-0.7106566;-0.09455762,-0.02165376;0.3988248;0.02015708,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01088834;0.1992078;0.01406127,-0.0269364;0.4986771;0.01889062,0.09294514;0.3639727;0.01291652,0.1967325;0.2388575;-0.2150624,0.2765881;0.1754006;-0.4758234,-0.1289473;0.3641297;-0.02088375,-0.1509359;0.2021901;-0.2482426,-0.1368528;0.08860773;-0.5037827,0.07723078;0.008837797;-0.01890237,0.1499038;-0.1906866;-0.3340351,0.1354173;-0.5256178;-0.2334806,0.1580887;-0.5652174;-0.3016123,-0.06505146;0.0005228695;-0.04656214,-0.02912347;-0.3777725;-0.04791036,0.01272409;-0.7215482;0.002755791,0.02556818;-0.7106566;-0.09455762,-0.02165376;0.3988248;0.02015708,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01096748;0.1991832;0.01434526,-0.02709383;0.4986399;0.01969064,0.09276161;0.3638578;0.01313726,0.1965611;0.240858;-0.2159844,0.2577036;0.1810649;-0.4826046,-0.1287015;0.363687;-0.02090661,-0.151583;0.2018516;-0.2482516,-0.1390522;0.09531722;-0.5068892,0.07731913;0.00870811;-0.01859893,0.1477926;-0.1941864;-0.3320751,0.1330105;-0.5305014;-0.2362957,0.1553172;-0.5703777;-0.3042642,-0.06499782;0.0005832606;-0.04663628,-0.02865848;-0.3776736;-0.04771929,0.01319886;-0.7214249;0.00310408,0.02609655;-0.7105026;-0.09420827,-0.02178801;0.3987866;0.02077684,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01096748;0.1991832;0.01434526,-0.02709383;0.4986399;0.01969064,0.09276161;0.3638578;0.01313726,0.1965611;0.240858;-0.2159844,0.2577036;0.1810649;-0.4826046,-0.1287015;0.363687;-0.02090661,-0.151583;0.2018516;-0.2482516,-0.1390522;0.09531722;-0.5068892,0.07731913;0.00870811;-0.01859893,0.1477926;-0.1941864;-0.3320751,0.1330105;-0.5305014;-0.2362957,0.1553172;-0.5703777;-0.3042642,-0.06499782;0.0005832606;-0.04663628,-0.02865848;-0.3776736;-0.04771929,0.01319886;-0.7214249;0.00310408,0.02609655;-0.7105026;-0.09420827,-0.02178801;0.3987866;0.02077684,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01096748;0.1991832;0.01434526,-0.02709383;0.4986399;0.01969064,0.09276161;0.3638578;0.01313726,0.1965611;0.240858;-0.2159844,0.2577036;0.1810649;-0.4826046,-0.1287015;0.363687;-0.02090661,-0.151583;0.2018516;-0.2482516,-0.1390522;0.09531722;-0.5068892,0.07731913;0.00870811;-0.01859893,0.1477926;-0.1941864;-0.3320751,0.1330105;-0.5305014;-0.2362957,0.1553172;-0.5703777;-0.3042642,-0.06499782;0.0005832606;-0.04663628,-0.02865848;-0.3776736;-0.04771929,0.01319886;-0.7214249;0.00310408,0.02609655;-0.7105026;-0.09420827,-0.02178801;0.3987866;0.02077684,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01107711;0.199147;0.01475674,-0.0272672;0.4985895;0.02064534,0.0925549;0.3637084;0.01355809,0.1965582;0.2450524;-0.2177514,0.2696262;0.199878;-0.4842478,-0.1286729;0.3634684;-0.02043794,-0.1606901;0.2415208;-0.2704453,-0.1426984;0.135929;-0.5291472,0.07737479;0.008690634;-0.01837426,0.1469184;-0.1959605;-0.3309148,0.1320103;-0.5330223;-0.2378177,0.1533412;-0.5713773;-0.3076216,-0.0649884;0.0005245315;-0.0466501,-0.02792512;-0.3776636;-0.04687132,0.01348614;-0.7213268;0.004904568,0.02635715;-0.7103699;-0.09241807,-0.02193957;0.3987358;0.02156451,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01107711;0.199147;0.01475674,-0.0272672;0.4985895;0.02064534,0.0925549;0.3637084;0.01355809,0.1965582;0.2450524;-0.2177514,0.2696262;0.199878;-0.4842478,-0.1286729;0.3634684;-0.02043794,-0.1606901;0.2415208;-0.2704453,-0.1426984;0.135929;-0.5291472,0.07737479;0.008690634;-0.01837426,0.1469184;-0.1959605;-0.3309148,0.1320103;-0.5330223;-0.2378177,0.1533412;-0.5713773;-0.3076216,-0.0649884;0.0005245315;-0.0466501,-0.02792512;-0.3776636;-0.04687132,0.01348614;-0.7213268;0.004904568,0.02635715;-0.7103699;-0.09241807,-0.02193957;0.3987358;0.02156451,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01107711;0.199147;0.01475674,-0.0272672;0.4985895;0.02064534,0.0925549;0.3637084;0.01355809,0.1965582;0.2450524;-0.2177514,0.2696262;0.199878;-0.4842478,-0.1286729;0.3634684;-0.02043794,-0.1606901;0.2415208;-0.2704453,-0.1426984;0.135929;-0.5291472,0.07737479;0.008690634;-0.01837426,0.1469184;-0.1959605;-0.3309148,0.1320103;-0.5330223;-0.2378177,0.1533412;-0.5713773;-0.3076216,-0.0649884;0.0005245315;-0.0466501,-0.02792512;-0.3776636;-0.04687132,0.01348614;-0.7213268;0.004904568,0.02635715;-0.7103699;-0.09241807,-0.02193957;0.3987358;0.02156451,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01119474;0.1991042;0.01523851,-0.02743767;0.4985321;0.02164613,0.09237438;0.3636135;0.01406788,0.1947142;0.2615768;-0.2257552,0.2756869;0.1759111;-0.4797332,-0.1287255;0.3633952;-0.01980571,-0.1482432;0.2249097;-0.2623769,-0.1395844;0.1241848;-0.523489,0.07739513;0.008740689;-0.01826451,0.145942;-0.1960741;-0.330918,0.1305071;-0.5337821;-0.2402811,0.1522287;-0.5706769;-0.3113674,-0.06501521;0.0004233613;-0.04661376,-0.0274726;-0.377717;-0.04601894,0.01384969;-0.7212607;0.006614212,0.02665655;-0.7102649;-0.0907245,-0.02208411;0.3986785;0.02241641,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01119474;0.1991042;0.01523851,-0.02743767;0.4985321;0.02164613,0.09237438;0.3636135;0.01406788,0.1947142;0.2615768;-0.2257552,0.2756869;0.1759111;-0.4797332,-0.1287255;0.3633952;-0.01980571,-0.1482432;0.2249097;-0.2623769,-0.1395844;0.1241848;-0.523489,0.07739513;0.008740689;-0.01826451,0.145942;-0.1960741;-0.330918,0.1305071;-0.5337821;-0.2402811,0.1522287;-0.5706769;-0.3113674,-0.06501521;0.0004233613;-0.04661376,-0.0274726;-0.377717;-0.04601894,0.01384969;-0.7212607;0.006614212,0.02665655;-0.7102649;-0.0907245,-0.02208411;0.3986785;0.02241641,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01119474;0.1991042;0.01523851,-0.02743767;0.4985321;0.02164613,0.09237438;0.3636135;0.01406788,0.1947142;0.2615768;-0.2257552,0.2756869;0.1759111;-0.4797332,-0.1287255;0.3633952;-0.01980571,-0.1482432;0.2249097;-0.2623769,-0.1395844;0.1241848;-0.523489,0.07739513;0.008740689;-0.01826451,0.145942;-0.1960741;-0.330918,0.1305071;-0.5337821;-0.2402811,0.1522287;-0.5706769;-0.3113674,-0.06501521;0.0004233613;-0.04661376,-0.0274726;-0.377717;-0.04601894,0.01384969;-0.7212607;0.006614212,0.02665655;-0.7102649;-0.0907245,-0.02208411;0.3986785;0.02241641,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01189797;0.1990277;0.01569706,-0.02853955;0.4984232;0.0225018,0.09134853;0.3633743;0.01471582,0.1927086;0.2689506;-0.2286159,0.2566937;0.1947248;-0.4909066,-0.1296876;0.3633048;-0.01908653,-0.1497698;0.2239852;-0.2611336,-0.1385783;0.1328779;-0.5256599,0.0772373;0.009950961;-0.01831332,0.1504454;-0.1398093;-0.3597989,0.1306828;-0.4744972;-0.2593329,0.1528774;-0.5118527;-0.3298357,-0.06537289;-0.0004253046;-0.04611078,-0.02817584;-0.378599;-0.04510598,0.01310387;-0.7220397;0.008227699,0.02587672;-0.7110015;-0.08912376,-0.02305959;0.3985758;0.02317966,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01189797;0.1990277;0.01569706,-0.02853955;0.4984232;0.0225018,0.09134853;0.3633743;0.01471582,0.1927086;0.2689506;-0.2286159,0.2566937;0.1947248;-0.4909066,-0.1296876;0.3633048;-0.01908653,-0.1497698;0.2239852;-0.2611336,-0.1385783;0.1328779;-0.5256599,0.0772373;0.009950961;-0.01831332,0.1504454;-0.1398093;-0.3597989,0.1306828;-0.4744972;-0.2593329,0.1528774;-0.5118527;-0.3298357,-0.06537289;-0.0004253046;-0.04611078,-0.02817584;-0.378599;-0.04510598,0.01310387;-0.7220397;0.008227699,0.02587672;-0.7110015;-0.08912376,-0.02305959;0.3985758;0.02317966,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01259374;0.1989377;0.01628424,-0.02976936;0.4982896;0.02361258,0.09038169;0.3634484;0.01557669,0.1912065;0.271716;-0.2290037,0.2543563;0.2028969;-0.4929658,-0.1306316;0.3631032;-0.01825159,-0.1510703;0.2250633;-0.2610009,-0.1361464;0.1843213;-0.5376186,0.07707592;0.01079952;-0.01851139,0.1452791;-0.1050041;-0.3739517,0.1309388;-0.4434161;-0.2857946,0.1419184;-0.4333256;-0.3831756,-0.06574389;-0.001226919;-0.04556572,-0.02885542;-0.3794309;-0.04454796,0.01201998;-0.72311;0.007546667,0.02476294;-0.7119463;-0.08983307,-0.02407942;0.3984531;0.02413971,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01259374;0.1989377;0.01628424,-0.02976936;0.4982896;0.02361258,0.09038169;0.3634484;0.01557669,0.1912065;0.271716;-0.2290037,0.2543563;0.2028969;-0.4929658,-0.1306316;0.3631032;-0.01825159,-0.1510703;0.2250633;-0.2610009,-0.1361464;0.1843213;-0.5376186,0.07707592;0.01079952;-0.01851139,0.1452791;-0.1050041;-0.3739517,0.1309388;-0.4434161;-0.2857946,0.1419184;-0.4333256;-0.3831756,-0.06574389;-0.001226919;-0.04556572,-0.02885542;-0.3794309;-0.04454796,0.01201998;-0.72311;0.007546667,0.02476294;-0.7119463;-0.08983307,-0.02407942;0.3984531;0.02413971,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01259374;0.1989377;0.01628424,-0.02976936;0.4982896;0.02361258,0.09038169;0.3634484;0.01557669,0.1912065;0.271716;-0.2290037,0.2543563;0.2028969;-0.4929658,-0.1306316;0.3631032;-0.01825159,-0.1510703;0.2250633;-0.2610009,-0.1361464;0.1843213;-0.5376186,0.07707592;0.01079952;-0.01851139,0.1452791;-0.1050041;-0.3739517,0.1309388;-0.4434161;-0.2857946,0.1419184;-0.4333256;-0.3831756,-0.06574389;-0.001226919;-0.04556572,-0.02885542;-0.3794309;-0.04454796,0.01201998;-0.72311;0.007546667,0.02476294;-0.7119463;-0.08983307,-0.02407942;0.3984531;0.02413971,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01259374;0.1989377;0.01628424,-0.02976936;0.4982896;0.02361258,0.09038169;0.3634484;0.01557669,0.1912065;0.271716;-0.2290037,0.2543563;0.2028969;-0.4929658,-0.1306316;0.3631032;-0.01825159,-0.1510703;0.2250633;-0.2610009,-0.1361464;0.1843213;-0.5376186,0.07707592;0.01079952;-0.01851139,0.1452791;-0.1050041;-0.3739517,0.1309388;-0.4434161;-0.2857946,0.1419184;-0.4333256;-0.3831756,-0.06574389;-0.001226919;-0.04556572,-0.02885542;-0.3794309;-0.04454796,0.01201998;-0.72311;0.007546667,0.02476294;-0.7119463;-0.08983307,-0.02407942;0.3984531;0.02413971,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01295438;0.198894;0.01653416,-0.03041063;0.4982201;0.02419276,0.08984487;0.3634773;0.01608005,0.1873573;0.2786298;-0.2322991,0.2530789;0.1982938;-0.4923507,-0.1310908;0.3628619;-0.01787497,-0.153089;0.2340558;-0.265514,-0.1372025;0.134662;-0.5267963,0.07708374;0.01095299;-0.0183883,0.1441119;-0.1049618;-0.3740159,0.1295816;-0.4438246;-0.2876394,0.1405783;-0.4336978;-0.3850259,-0.06578535;-0.001488819;-0.04549803,-0.02907239;-0.3797073;-0.04379448,0.01136657;-0.7234123;0.008469716,0.02412111;-0.7122276;-0.08891255,-0.02464552;0.3983874;0.02463776,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01295438;0.198894;0.01653416,-0.03041063;0.4982201;0.02419276,0.08984487;0.3634773;0.01608005,0.1873573;0.2786298;-0.2322991,0.2530789;0.1982938;-0.4923507,-0.1310908;0.3628619;-0.01787497,-0.153089;0.2340558;-0.265514,-0.1372025;0.134662;-0.5267963,0.07708374;0.01095299;-0.0183883,0.1441119;-0.1049618;-0.3740159,0.1295816;-0.4438246;-0.2876394,0.1405783;-0.4336978;-0.3850259,-0.06578535;-0.001488819;-0.04549803,-0.02907239;-0.3797073;-0.04379448,0.01136657;-0.7234123;0.008469716,0.02412111;-0.7122276;-0.08891255,-0.02464552;0.3983874;0.02463776,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01295438;0.198894;0.01653416,-0.03041063;0.4982201;0.02419276,0.08984487;0.3634773;0.01608005,0.1873573;0.2786298;-0.2322991,0.2530789;0.1982938;-0.4923507,-0.1310908;0.3628619;-0.01787497,-0.153089;0.2340558;-0.265514,-0.1372025;0.134662;-0.5267963,0.07708374;0.01095299;-0.0183883,0.1441119;-0.1049618;-0.3740159,0.1295816;-0.4438246;-0.2876394,0.1405783;-0.4336978;-0.3850259,-0.06578535;-0.001488819;-0.04549803,-0.02907239;-0.3797073;-0.04379448,0.01136657;-0.7234123;0.008469716,0.02412111;-0.7122276;-0.08891255,-0.02464552;0.3983874;0.02463776,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01329863;0.1988454;0.01684224,-0.03108706;0.498139;0.02495017,0.08923604;0.3633533;0.01661295,0.1886704;0.2757361;-0.2300367,0.2533243;0.1974513;-0.4909799,-0.1315799;0.3626519;-0.0173732,-0.1559988;0.2462557;-0.2708602,-0.1397329;0.1736306;-0.540788,0.07700597;0.01131727;-0.0184932,0.1423161;-0.1049945;-0.3743108,0.1275924;-0.4435241;-0.2866699,0.1467192;-0.5000709;-0.3329713,-0.06596896;-0.001906328;-0.04521572,-0.02920222;-0.3801198;-0.04354778,0.01094066;-0.7238325;0.008893695,0.02367427;-0.7126154;-0.08849756,-0.0252322;0.398311;0.02527183,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01329863;0.1988454;0.01684224,-0.03108706;0.498139;0.02495017,0.08923604;0.3633533;0.01661295,0.1886704;0.2757361;-0.2300367,0.2533243;0.1974513;-0.4909799,-0.1315799;0.3626519;-0.0173732,-0.1559988;0.2462557;-0.2708602,-0.1397329;0.1736306;-0.540788,0.07700597;0.01131727;-0.0184932,0.1423161;-0.1049945;-0.3743108,0.1275924;-0.4435241;-0.2866699,0.1467192;-0.5000709;-0.3329713,-0.06596896;-0.001906328;-0.04521572,-0.02920222;-0.3801198;-0.04354778,0.01094066;-0.7238325;0.008893695,0.02367427;-0.7126154;-0.08849756,-0.0252322;0.398311;0.02527183,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01329863;0.1988454;0.01684224,-0.03108706;0.498139;0.02495017,0.08923604;0.3633533;0.01661295,0.1886704;0.2757361;-0.2300367,0.2533243;0.1974513;-0.4909799,-0.1315799;0.3626519;-0.0173732,-0.1559988;0.2462557;-0.2708602,-0.1397329;0.1736306;-0.540788,0.07700597;0.01131727;-0.0184932,0.1423161;-0.1049945;-0.3743108,0.1275924;-0.4435241;-0.2866699,0.1467192;-0.5000709;-0.3329713,-0.06596896;-0.001906328;-0.04521572,-0.02920222;-0.3801198;-0.04354778,0.01094066;-0.7238325;0.008893695,0.02367427;-0.7126154;-0.08849756,-0.0252322;0.398311;0.02527183,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01349433;0.198822;0.0169628,-0.03154473;0.4980868;0.02551615,0.08879813;0.3631921;0.01712498,0.1898378;0.2772709;-0.2294688,0.2610817;0.262847;-0.499869,-0.1319615;0.3624263;-0.01686546,-0.1577267;0.2530031;-0.2733079,-0.1404787;0.173117;-0.5411152,0.07702316;0.01120763;-0.01848839,0.1410358;-0.1038315;-0.3749549,0.1264178;-0.4421721;-0.2865697,0.1455994;-0.4972172;-0.3355533,-0.06600651;-0.001883967;-0.04516184,-0.02896992;-0.3800709;-0.04344431,0.01230693;-0.7236651;0.008892853,0.02498663;-0.7124113;-0.08851252,-0.02564215;0.3982613;0.02570268,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01349433;0.198822;0.0169628,-0.03154473;0.4980868;0.02551615,0.08879813;0.3631921;0.01712498,0.1898378;0.2772709;-0.2294688,0.2610817;0.262847;-0.499869,-0.1319615;0.3624263;-0.01686546,-0.1577267;0.2530031;-0.2733079,-0.1404787;0.173117;-0.5411152,0.07702316;0.01120763;-0.01848839,0.1410358;-0.1038315;-0.3749549,0.1264178;-0.4421721;-0.2865697,0.1455994;-0.4972172;-0.3355533,-0.06600651;-0.001883967;-0.04516184,-0.02896992;-0.3800709;-0.04344431,0.01230693;-0.7236651;0.008892853,0.02498663;-0.7124113;-0.08851252,-0.02564215;0.3982613;0.02570268,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01349433;0.198822;0.0169628,-0.03154473;0.4980868;0.02551615,0.08879813;0.3631921;0.01712498,0.1898378;0.2772709;-0.2294688,0.2610817;0.262847;-0.499869,-0.1319615;0.3624263;-0.01686546,-0.1577267;0.2530031;-0.2733079,-0.1404787;0.173117;-0.5411152,0.07702316;0.01120763;-0.01848839,0.1410358;-0.1038315;-0.3749549,0.1264178;-0.4421721;-0.2865697,0.1455994;-0.4972172;-0.3355533,-0.06600651;-0.001883967;-0.04516184,-0.02896992;-0.3800709;-0.04344431,0.01230693;-0.7236651;0.008892853,0.02498663;-0.7124113;-0.08851252,-0.02564215;0.3982613;0.02570268,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01374811;0.198777;0.01728287,-0.03205675;0.4980119;0.02621309,0.08829422;0.3630887;0.01759045,0.1906767;0.279941;-0.2294,0.2588993;0.2591981;-0.5001682,-0.1324139;0.3623217;-0.01627329,-0.1593518;0.2584141;-0.2748803,-0.136461;0.1658914;-0.5381588,0.07700861;0.01112289;-0.01859985,0.1395925;-0.102038;-0.3759202,0.1243489;-0.4407919;-0.2892403,0.1449813;-0.4964921;-0.3364608,-0.06613044;-0.001888182;-0.04497998,-0.02832873;-0.380001;-0.04367965,0.01259474;-0.7234977;0.00956782,0.02519469;-0.7122154;-0.0878534,-0.02612369;0.3981881;0.02634105,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01374811;0.198777;0.01728287,-0.03205675;0.4980119;0.02621309,0.08829422;0.3630887;0.01759045,0.1906767;0.279941;-0.2294,0.2588993;0.2591981;-0.5001682,-0.1324139;0.3623217;-0.01627329,-0.1593518;0.2584141;-0.2748803,-0.136461;0.1658914;-0.5381588,0.07700861;0.01112289;-0.01859985,0.1395925;-0.102038;-0.3759202,0.1243489;-0.4407919;-0.2892403,0.1449813;-0.4964921;-0.3364608,-0.06613044;-0.001888182;-0.04497998,-0.02832873;-0.380001;-0.04367965,0.01259474;-0.7234977;0.00956782,0.02519469;-0.7122154;-0.0878534,-0.02612369;0.3981881;0.02634105,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.01374811;0.198777;0.01728287,-0.03205675;0.4980119;0.02621309,0.08829422;0.3630887;0.01759045,0.1906767;0.279941;-0.2294,0.2588993;0.2591981;-0.5001682,-0.1324139;0.3623217;-0.01627329,-0.1593518;0.2584141;-0.2748803,-0.136461;0.1658914;-0.5381588,0.07700861;0.01112289;-0.01859985,0.1395925;-0.102038;-0.3759202,0.1243489;-0.4407919;-0.2892403,0.1449813;-0.4964921;-0.3364608,-0.06613044;-0.001888182;-0.04497998,-0.02832873;-0.380001;-0.04367965,0.01259474;-0.7234977;0.00956782,0.02519469;-0.7122154;-0.0878534,-0.02612369;0.3981881;0.02634105,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.014358;0.198682;0.01786915,-0.03302732;0.4978801;0.02719881,0.08736857;0.3629701;0.01840638,0.1899902;0.2800201;-0.2285513,0.2586758;0.2651273;-0.4995873,-0.1332702;0.3619746;-0.01535739,-0.1626273;0.260434;-0.2746404,-0.1415147;0.1958107;-0.5462616,0.07701001;0.01112566;-0.01859239,0.1374607;-0.09996765;-0.3769274,0.1227728;-0.4390377;-0.2913949,0.1336117;-0.4288175;-0.3888181,-0.06621246;-0.001963218;-0.04485594,-0.02868045;-0.3801042;-0.04397257,0.0119584;-0.7235953;0.009527873,0.02447834;-0.7122566;-0.08791447,-0.02704627;0.3980591;0.02723813,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.014358;0.198682;0.01786915,-0.03302732;0.4978801;0.02719881,0.08736857;0.3629701;0.01840638,0.1899902;0.2800201;-0.2285513,0.2586758;0.2651273;-0.4995873,-0.1332702;0.3619746;-0.01535739,-0.1626273;0.260434;-0.2746404,-0.1415147;0.1958107;-0.5462616,0.07701001;0.01112566;-0.01859239,0.1374607;-0.09996765;-0.3769274,0.1227728;-0.4390377;-0.2913949,0.1336117;-0.4288175;-0.3888181,-0.06621246;-0.001963218;-0.04485594,-0.02868045;-0.3801042;-0.04397257,0.0119584;-0.7235953;0.009527873,0.02447834;-0.7122566;-0.08791447,-0.02704627;0.3980591;0.02723813,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.0145463;0.1986146;0.01845693,-0.03352529;0.4977708;0.0283878,0.08688425;0.3628578;0.01944311,0.1894665;0.2806113;-0.2277661,0.2596475;0.2680433;-0.4985366,-0.1337435;0.3618155;-0.01429529,-0.1627848;0.2710487;-0.2775784,-0.1423684;0.2065822;-0.5492901,0.07702325;0.01113837;-0.01852982,0.1363952;-0.09920294;-0.3772773,0.121808;-0.438525;-0.292733,0.132618;-0.4282561;-0.3901693,-0.06619985;-0.002022717;-0.0448719,-0.02842627;-0.3801379;-0.04344198,0.01177763;-0.7235555;0.01085357,0.02426016;-0.7121691;-0.08660268,-0.02752895;0.3979508;0.02828052,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.0145463;0.1986146;0.01845693,-0.03352529;0.4977708;0.0283878,0.08688425;0.3628578;0.01944311,0.1894665;0.2806113;-0.2277661,0.2596475;0.2680433;-0.4985366,-0.1337435;0.3618155;-0.01429529,-0.1627848;0.2710487;-0.2775784,-0.1423684;0.2065822;-0.5492901,0.07702325;0.01113837;-0.01852982,0.1363952;-0.09920294;-0.3772773,0.121808;-0.438525;-0.292733,0.132618;-0.4282561;-0.3901693,-0.06619985;-0.002022717;-0.0448719,-0.02842627;-0.3801379;-0.04344198,0.01177763;-0.7235555;0.01085357,0.02426016;-0.7121691;-0.08660268,-0.02752895;0.3979508;0.02828052,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.0145463;0.1986146;0.01845693,-0.03352529;0.4977708;0.0283878,0.08688425;0.3628578;0.01944311,0.1894665;0.2806113;-0.2277661,0.2596475;0.2680433;-0.4985366,-0.1337435;0.3618155;-0.01429529,-0.1627848;0.2710487;-0.2775784,-0.1423684;0.2065822;-0.5492901,0.07702325;0.01113837;-0.01852982,0.1363952;-0.09920294;-0.3772773,0.121808;-0.438525;-0.292733,0.132618;-0.4282561;-0.3901693,-0.06619985;-0.002022717;-0.0448719,-0.02842627;-0.3801379;-0.04344198,0.01177763;-0.7235555;0.01085357,0.02426016;-0.7121691;-0.08660268,-0.02752895;0.3979508;0.02828052,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.014432;0.1985995;0.01870734,-0.03361534;0.4977174;0.02938296,0.08718218;0.3636861;0.021266,0.1833292;0.2817021;-0.2286027,0.2589124;0.2749028;-0.4981226,-0.1323674;0.3578159;-0.01354934,-0.1727579;0.2764413;-0.2784017,-0.1468806;0.2174736;-0.5508961,0.07703242;0.0111204;-0.01850249,0.1350708;-0.0985904;-0.3776613,0.1205054;-0.438043;-0.2936388,0.1310596;-0.4277396;-0.3911101,-0.06622046;-0.002041807;-0.04484062,-0.02844982;-0.3801552;-0.04293173,0.01144434;-0.7235211;0.01191653,0.02365965;-0.7121002;-0.08558014,-0.02757535;0.3979007;0.02901638,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.014432;0.1985995;0.01870734,-0.03361534;0.4977174;0.02938296,0.08718218;0.3636861;0.021266,0.1833292;0.2817021;-0.2286027,0.2589124;0.2749028;-0.4981226,-0.1323674;0.3578159;-0.01354934,-0.1727579;0.2764413;-0.2784017,-0.1468806;0.2174736;-0.5508961,0.07703242;0.0111204;-0.01850249,0.1350708;-0.0985904;-0.3776613,0.1205054;-0.438043;-0.2936388,0.1310596;-0.4277396;-0.3911101,-0.06622046;-0.002041807;-0.04484062,-0.02844982;-0.3801552;-0.04293173,0.01144434;-0.7235211;0.01191653,0.02365965;-0.7121002;-0.08558014,-0.02757535;0.3979007;0.02901638,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55
+0;0;0,-0.014432;0.1985995;0.01870734,-0.03361534;0.4977174;0.02938296,0.08718218;0.3636861;0.021266,0.1833292;0.2817021;-0.2286027,0.2589124;0.2749028;-0.4981226,-0.1323674;0.3578159;-0.01354934,-0.1727579;0.2764413;-0.2784017,-0.1468806;0.2174736;-0.5508961,0.07703242;0.0111204;-0.01850249,0.1350708;-0.0985904;-0.3776613,0.1205054;-0.438043;-0.2936388,0.1310596;-0.4277396;-0.3911101,-0.06622046;-0.002041807;-0.04484062,-0.02844982;-0.3801552;-0.04293173,0.01144434;-0.7235211;0.01191653,0.02365965;-0.7121002;-0.08558014,-0.02757535;0.3979007;0.02901638,0;0;0,-0.03860365;0.1954613;0.01745361,-0.09301257;0.4901264;0.03069164,0.04280946;0.3730685;0.02169412,0.1957495;0.1982501;-0.1346641,0.2500572;0.2485123;-0.4047092,-0.1749443;0.3370741;-0.01005505,-0.1725531;0.1586656;-0.2258435,-0.1316737;0.1015754;-0.4968963,0.0753346;0.02018051;-0.01781698,0.1550094;-0.2064487;-0.3122506,0.1197212;-0.5539378;-0.2897543,0.1235324;-0.5890334;-0.3655702,-0.06429232;-0.01186562;-0.04610536,-0.02575912;-0.3897351;-0.03471224,0.008099806;-0.7348975;0.012368,0.04304399;-0.773663;-0.05127325,-0.07550855;0.3916837;0.02906441,185.55

+ 193 - 0
DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_TwoArmsPlusLeg_Forward_HapticFeedback_Fast.csv

@@ -0,0 +1,193 @@
+Demo_SpineBase,Demo_SpineMid,Demo_Neck,Demo_ShoulderLeft,Demo_ElbowLeft,Demo_WristLeft,Demo_ShoulderRight,Demo_ElbowRight,Demo_WristRight,Demo_HipLeft,Demo_KneeLeft,Demo_AnkleLeft,Demo_FootLeft,Demo_HipRight,Demo_KneeRight,Demo_AnkleRight,Demo_FootRight,Demo_SpineShoulder,Body_SpineBase,Body_SpineMid,Body_Neck,Body_ShoulderLeft,Body_ElbowLeft,Body_WristLeft,Body_ShoulderRight,Body_ElbowRight,Body_WristRight,Body_HipLeft,Body_KneeLeft,Body_AnkleLeft,Body_FootLeft,Body_HipRight,Body_KneeRight,Body_AnkleRight,Body_FootRight,Body_SpineShoulder,time
+0;0;0,0.001868052;0.1997914;0.008939652,0.004715541;0.4996756;0.004546887,0.1186706;0.3658375;0.01109597,0.1640096;0.09036952;0.03258448,0.2281775;-0.175382;-0.02790173,-0.1111105;0.3647365;0.005136629,-0.1743281;0.09205547;0.01210918,-0.2292503;-0.1768328;-0.04341267,0.0715239;0.003489261;-0.03566728,0.08483919;-0.3738685;0.007038508,0.08931865;-0.7136736;0.09077886,0.1020609;-0.7636405;0.03210239,-0.07168872;0.006809366;-0.03484766,-0.110274;-0.3703924;-0.009746412,-0.1316407;-0.7140393;0.05310453,-0.1283495;-0.7037965;-0.04486907,0.003590216;0.3997839;0.009062615,0;0;0,-0.001503271;0.1999917;0.001026716,-0.002567234;0.499538;-0.01425879,0.1138849;0.3723782;0.005677301,0.1630339;0.09724173;0.02253827,0.2231951;-0.1695049;-0.0376851,-0.11713;0.3649737;-0.006317908,-0.1700972;0.09032401;0.006410893,-0.2309018;-0.1781207;-0.04497233,0.07320419;0.005726236;-0.03175463,0.09668974;-0.3726989;-0.006400006,0.1150124;-0.7147215;0.06560554,0.1171824;-0.7059546;-0.03209015,-0.07167554;0.004748305;-0.03521464,-0.09889226;-0.373522;-0.01132369,-0.1180371;-0.7142792;0.06625226,-0.1128383;-0.7055869;-0.03131286,-0.002311844;0.3998561;-0.006292725,6.04291
+0;0;0,0.001747591;0.199796;0.008859514,0.004408652;0.4996844;0.004586099,0.1184871;0.3658915;0.01089856,0.1641982;0.09048769;0.03242153,0.2285817;-0.1754328;-0.02708527,-0.111284;0.3646605;0.005046514,-0.1742778;0.09192696;0.01199039,-0.2289604;-0.1771509;-0.04284476,0.07152486;0.003517302;-0.03566263,0.08511727;-0.3738375;0.006982267,0.0896585;-0.7136242;0.09079402,0.1022606;-0.7635543;0.03203725,-0.0716996;0.006775998;-0.03483178,-0.1100051;-0.3704588;-0.009799808,-0.1312948;-0.7140945;0.0531383,-0.1280504;-0.7038524;-0.04483669,0.003389226;0.3997892;0.009048985,0;0;0,-0.001503271;0.1999917;0.001026716,-0.002567234;0.499538;-0.01425879,0.1138849;0.3723782;0.005677301,0.1630339;0.09724173;0.02253827,0.2231951;-0.1695049;-0.0376851,-0.11713;0.3649737;-0.006317908,-0.1700972;0.09032401;0.006410893,-0.2309018;-0.1781207;-0.04497233,0.07320419;0.005726236;-0.03175463,0.09668974;-0.3726989;-0.006400006,0.1150124;-0.7147215;0.06560554,0.1171824;-0.7059546;-0.03209015,-0.07167554;0.004748305;-0.03521464,-0.09889226;-0.373522;-0.01132369,-0.1180371;-0.7142792;0.06625226,-0.1128383;-0.7055869;-0.03131286,-0.002311844;0.3998561;-0.006292725,6.065211
+0;0;0,0.001747591;0.199796;0.008859514,0.004408652;0.4996844;0.004586099,0.1184871;0.3658915;0.01089856,0.1641982;0.09048769;0.03242153,0.2285817;-0.1754328;-0.02708527,-0.111284;0.3646605;0.005046514,-0.1742778;0.09192696;0.01199039,-0.2289604;-0.1771509;-0.04284476,0.07152486;0.003517302;-0.03566263,0.08511727;-0.3738375;0.006982267,0.0896585;-0.7136242;0.09079402,0.1022606;-0.7635543;0.03203725,-0.0716996;0.006775998;-0.03483178,-0.1100051;-0.3704588;-0.009799808,-0.1312948;-0.7140945;0.0531383,-0.1280504;-0.7038524;-0.04483669,0.003389226;0.3997892;0.009048985,0;0;0,-0.001547951;0.1999892;0.001386975,-0.002760708;0.4995514;-0.01355206,0.1137289;0.3722491;0.006354394,0.1627383;0.09706828;0.02289581,0.2228325;-0.1697012;-0.03729304,-0.1171794;0.3647565;-0.005660417,-0.1703519;0.09013051;0.006718318,-0.2310301;-0.1784054;-0.0443367,0.07322955;0.005766388;-0.03168883,0.09709978;-0.3726583;-0.006690647,0.1151055;-0.7145094;0.06620421,0.1172845;-0.7057014;-0.03150022,-0.07165255;0.004718874;-0.03526533,-0.09877899;-0.3735157;-0.01071471,-0.1178698;-0.7141723;0.06731497,-0.1126634;-0.705439;-0.0302587,-0.002429307;0.3998625;-0.005677653,6.085392
+0;0;0,0.001747591;0.199796;0.008859514,0.004408652;0.4996844;0.004586099,0.1184871;0.3658915;0.01089856,0.1641982;0.09048769;0.03242153,0.2285817;-0.1754328;-0.02708527,-0.111284;0.3646605;0.005046514,-0.1742778;0.09192696;0.01199039,-0.2289604;-0.1771509;-0.04284476,0.07152486;0.003517302;-0.03566263,0.08511727;-0.3738375;0.006982267,0.0896585;-0.7136242;0.09079402,0.1022606;-0.7635543;0.03203725,-0.0716996;0.006775998;-0.03483178,-0.1100051;-0.3704588;-0.009799808,-0.1312948;-0.7140945;0.0531383,-0.1280504;-0.7038524;-0.04483669,0.003389226;0.3997892;0.009048985,0;0;0,-0.001555323;0.1999858;0.001805103,-0.002832699;0.4995655;-0.01274553,0.113681;0.3723136;0.007066185,0.1627113;0.09713054;0.02350827,0.2228225;-0.1695871;-0.03689335,-0.117235;0.3647446;-0.005034085,-0.1706267;0.09014955;0.007084989,-0.2310687;-0.1785076;-0.04361134,0.07329592;0.005783628;-0.03153185,0.0972476;-0.3726164;-0.006239144,0.1150674;-0.7143611;0.06719795,0.1172605;-0.7055033;-0.03051695,-0.07158038;0.004713316;-0.03541234,-0.09870864;-0.3734579;-0.009906439,-0.1178965;-0.7140082;0.06856225,-0.1126762;-0.7052261;-0.02902129,-0.002490547;0.3998688;-0.004970241,6.105014
+0;0;0,0.001844779;0.1997963;0.008833506,0.004611731;0.4996854;0.004665241,0.1186484;0.3657615;0.0107521,0.1652134;0.09051704;0.03248235,0.2296369;-0.1755176;-0.02646836,-0.1111171;0.364767;0.004999077,-0.1739515;0.09199002;0.01167264,-0.2279978;-0.1772136;-0.04317642,0.07152431;0.003549434;-0.03566054,0.08536006;-0.3738276;0.006708805,0.09019873;-0.7135634;0.09070952,0.1027624;-0.7635865;0.03207111,-0.07170934;0.00673713;-0.03481927,-0.1096833;-0.3705555;-0.01015769,-0.130787;-0.7141616;0.05300486,-0.1275807;-0.7039171;-0.04497189,0.003585881;0.3997886;0.009088653,0;0;0,-0.001555323;0.1999858;0.001805103,-0.002832699;0.4995655;-0.01274553,0.113681;0.3723136;0.007066185,0.1627113;0.09713054;0.02350827,0.2228225;-0.1695871;-0.03689335,-0.117235;0.3647446;-0.005034085,-0.1706267;0.09014955;0.007084989,-0.2310687;-0.1785076;-0.04361134,0.07329592;0.005783628;-0.03153185,0.0972476;-0.3726164;-0.006239144,0.1150674;-0.7143611;0.06719795,0.1172605;-0.7055033;-0.03051695,-0.07158038;0.004713316;-0.03541234,-0.09870864;-0.3734579;-0.009906439,-0.1178965;-0.7140082;0.06856225,-0.1126762;-0.7052261;-0.02902129,-0.002490547;0.3998688;-0.004970241,6.127364
+0;0;0,0.001844779;0.1997963;0.008833506,0.004611731;0.4996854;0.004665241,0.1186484;0.3657615;0.0107521,0.1652134;0.09051704;0.03248235,0.2296369;-0.1755176;-0.02646836,-0.1111171;0.364767;0.004999077,-0.1739515;0.09199002;0.01167264,-0.2279978;-0.1772136;-0.04317642,0.07152431;0.003549434;-0.03566054,0.08536006;-0.3738276;0.006708805,0.09019873;-0.7135634;0.09070952,0.1027624;-0.7635865;0.03207111,-0.07170934;0.00673713;-0.03481927,-0.1096833;-0.3705555;-0.01015769,-0.130787;-0.7141616;0.05300486,-0.1275807;-0.7039171;-0.04497189,0.003585881;0.3997886;0.009088653,0;0;0,-0.0014733;0.1999818;0.002258068,-0.002748949;0.4995838;-0.0118226,0.1138049;0.372501;0.007878469,0.163804;0.09748885;0.02426144,0.2238949;-0.1692432;-0.03609652,-0.1172086;0.3649443;-0.004245853,-0.1708418;0.09037551;0.00739215,-0.2310943;-0.1783831;-0.04299083,0.07328275;0.005919126;-0.03153731,0.09743562;-0.3724673;-0.006232329,0.1151716;-0.714021;0.06810813,0.117339;-0.7051064;-0.02961961,-0.07160033;0.004586416;-0.03538866,-0.09842008;-0.3735585;-0.009175826,-0.1180141;-0.7140522;0.069438,-0.1128139;-0.7051916;-0.02816368,-0.002405277;0.3998755;-0.004197698,6.139234
+0;0;0,0.001844779;0.1997963;0.008833506,0.004611731;0.4996854;0.004665241,0.1186484;0.3657615;0.0107521,0.1652134;0.09051704;0.03248235,0.2296369;-0.1755176;-0.02646836,-0.1111171;0.364767;0.004999077,-0.1739515;0.09199002;0.01167264,-0.2279978;-0.1772136;-0.04317642,0.07152431;0.003549434;-0.03566054,0.08536006;-0.3738276;0.006708805,0.09019873;-0.7135634;0.09070952,0.1027624;-0.7635865;0.03207111,-0.07170934;0.00673713;-0.03481927,-0.1096833;-0.3705555;-0.01015769,-0.130787;-0.7141616;0.05300486,-0.1275807;-0.7039171;-0.04497189,0.003585881;0.3997886;0.009088653,0;0;0,-0.0014733;0.1999818;0.002258068,-0.002748949;0.4995838;-0.0118226,0.1138049;0.372501;0.007878469,0.163804;0.09748885;0.02426144,0.2238949;-0.1692432;-0.03609652,-0.1172086;0.3649443;-0.004245853,-0.1708418;0.09037551;0.00739215,-0.2310943;-0.1783831;-0.04299083,0.07328275;0.005919126;-0.03153731,0.09743562;-0.3724673;-0.006232329,0.1151716;-0.714021;0.06810813,0.117339;-0.7051064;-0.02961961,-0.07160033;0.004586416;-0.03538866,-0.09842008;-0.3735585;-0.009175826,-0.1180141;-0.7140522;0.069438,-0.1128139;-0.7051916;-0.02816368,-0.002405277;0.3998755;-0.004197698,6.160809
+0;0;0,0.001960472;0.1997965;0.008805127,0.004846924;0.4996864;0.004745477,0.1187877;0.3654621;0.01043303,0.1669383;0.09053269;0.03268883,0.2308251;-0.1759347;-0.02487534,-0.1108967;0.364787;0.004941184,-0.1734084;0.0919365;0.01164256,-0.2278403;-0.1769445;-0.04439452,0.07152266;0.003627321;-0.03565601,0.08596417;-0.3737496;0.006511785,0.09082771;-0.7135048;0.09043258,0.1037136;-0.7635363;0.0318757,-0.0717274;0.00665148;-0.03479853,-0.1091453;-0.3706977;-0.01015105,-0.1300071;-0.7143204;0.05300128,-0.1268924;-0.7040705;-0.04497951,0.003809259;0.3997877;0.009124283,0;0;0,-0.001596802;0.1999737;0.0028187,-0.003176203;0.4996014;-0.01065359,0.1135027;0.3723242;0.008888857,0.1626909;0.0971193;0.02447112,0.2232279;-0.1694564;-0.03613162,-0.1173009;0.3644135;-0.003355064,-0.1712103;0.08986625;0.007489645,-0.2311957;-0.1790446;-0.04239709,0.07333694;0.006027464;-0.03139047,0.09779981;-0.3723387;-0.006079907,0.1154475;-0.7136472;0.06939895,0.1176421;-0.704666;-0.02834252,-0.07154487;0.004492088;-0.0355127,-0.09862208;-0.3736388;-0.009361673,-0.1184209;-0.713906;0.07017604,-0.1131851;-0.704971;-0.02743981,-0.002661907;0.3998799;-0.003213283,6.171984
+0;0;0,0.001960472;0.1997965;0.008805127,0.004846924;0.4996864;0.004745477,0.1187877;0.3654621;0.01043303,0.1669383;0.09053269;0.03268883,0.2308251;-0.1759347;-0.02487534,-0.1108967;0.364787;0.004941184,-0.1734084;0.0919365;0.01164256,-0.2278403;-0.1769445;-0.04439452,0.07152266;0.003627321;-0.03565601,0.08596417;-0.3737496;0.006511785,0.09082771;-0.7135048;0.09043258,0.1037136;-0.7635363;0.0318757,-0.0717274;0.00665148;-0.03479853,-0.1091453;-0.3706977;-0.01015105,-0.1300071;-0.7143204;0.05300128,-0.1268924;-0.7040705;-0.04497951,0.003809259;0.3997877;0.009124283,0;0;0,-0.001596802;0.1999737;0.0028187,-0.003176203;0.4996014;-0.01065359,0.1135027;0.3723242;0.008888857,0.1626909;0.0971193;0.02447112,0.2232279;-0.1694564;-0.03613162,-0.1173009;0.3644135;-0.003355064,-0.1712103;0.08986625;0.007489645,-0.2311957;-0.1790446;-0.04239709,0.07333694;0.006027464;-0.03139047,0.09779981;-0.3723387;-0.006079907,0.1154475;-0.7136472;0.06939895,0.1176421;-0.704666;-0.02834252,-0.07154487;0.004492088;-0.0355127,-0.09862208;-0.3736388;-0.009361673,-0.1184209;-0.713906;0.07017604,-0.1131851;-0.704971;-0.02743981,-0.002661907;0.3998799;-0.003213283,6.183274
+0;0;0,0.001960472;0.1997965;0.008805127,0.004846924;0.4996864;0.004745477,0.1187877;0.3654621;0.01043303,0.1669383;0.09053269;0.03268883,0.2308251;-0.1759347;-0.02487534,-0.1108967;0.364787;0.004941184,-0.1734084;0.0919365;0.01164256,-0.2278403;-0.1769445;-0.04439452,0.07152266;0.003627321;-0.03565601,0.08596417;-0.3737496;0.006511785,0.09082771;-0.7135048;0.09043258,0.1037136;-0.7635363;0.0318757,-0.0717274;0.00665148;-0.03479853,-0.1091453;-0.3706977;-0.01015105,-0.1300071;-0.7143204;0.05300128,-0.1268924;-0.7040705;-0.04497951,0.003809259;0.3997877;0.009124283,0;0;0,-0.00156092;0.1999703;0.003074144,-0.003226931;0.4996193;-0.009906267,0.1134448;0.3720704;0.009493143,0.1627592;0.09688723;0.02505984,0.2232548;-0.1697333;-0.03538659,-0.1172652;0.3643247;-0.002718587,-0.1715391;0.08981675;0.007266956,-0.2307425;-0.1793271;-0.0422964,0.07330664;0.006098433;-0.03144752,0.09846453;-0.3722465;-0.006503073,0.1161343;-0.7133367;0.06995116,0.1183145;-0.7043142;-0.02779949,-0.07155935;0.004435061;-0.03549069,-0.0983122;-0.3736849;-0.008853402,-0.1181721;-0.7138147;0.07125495,-0.1129467;-0.7048469;-0.02636853,-0.002655416;0.3998859;-0.002632518,6.205547
+0;0;0,0.002032022;0.1997995;0.008719348,0.004992099;0.4996898;0.004702858,0.1189041;0.3653748;0.01024491,0.1674187;0.09054938;0.03298991,0.2311453;-0.1763991;-0.02248479,-0.1107648;0.3648148;0.004934947,-0.1722792;0.09173495;0.01152184,-0.2299562;-0.1758524;-0.04738805,0.07153349;0.003719636;-0.03562478,0.08639391;-0.3737086;0.005933676,0.09154049;-0.713382;0.09016852,0.104433;-0.7636986;0.03200475,-0.07171149;0.006564949;-0.03484773,-0.1090911;-0.3708076;-0.01050168,-0.1295322;-0.7144519;0.05267082,-0.1264876;-0.7042102;-0.04531052,0.003951154;0.39979;0.009056667,0;0;0,-0.00156092;0.1999703;0.003074144,-0.003226931;0.4996193;-0.009906267,0.1134448;0.3720704;0.009493143,0.1627592;0.09688723;0.02505984,0.2232548;-0.1697333;-0.03538659,-0.1172652;0.3643247;-0.002718587,-0.1715391;0.08981675;0.007266956,-0.2307425;-0.1793271;-0.0422964,0.07330664;0.006098433;-0.03144752,0.09846453;-0.3722465;-0.006503073,0.1161343;-0.7133367;0.06995116,0.1183145;-0.7043142;-0.02779949,-0.07155935;0.004435061;-0.03549069,-0.0983122;-0.3736849;-0.008853402,-0.1181721;-0.7138147;0.07125495,-0.1129467;-0.7048469;-0.02636853,-0.002655416;0.3998859;-0.002632518,6.216871
+0;0;0,0.002032022;0.1997995;0.008719348,0.004992099;0.4996898;0.004702858,0.1189041;0.3653748;0.01024491,0.1674187;0.09054938;0.03298991,0.2311453;-0.1763991;-0.02248479,-0.1107648;0.3648148;0.004934947,-0.1722792;0.09173495;0.01152184,-0.2299562;-0.1758524;-0.04738805,0.07153349;0.003719636;-0.03562478,0.08639391;-0.3737086;0.005933676,0.09154049;-0.713382;0.09016852,0.104433;-0.7636986;0.03200475,-0.07171149;0.006564949;-0.03484773,-0.1090911;-0.3708076;-0.01050168,-0.1295322;-0.7144519;0.05267082,-0.1264876;-0.7042102;-0.04531052,0.003951154;0.39979;0.009056667,0;0;0,-0.00156092;0.1999703;0.003074144,-0.003226931;0.4996193;-0.009906267,0.1134448;0.3720704;0.009493143,0.1627592;0.09688723;0.02505984,0.2232548;-0.1697333;-0.03538659,-0.1172652;0.3643247;-0.002718587,-0.1715391;0.08981675;0.007266956,-0.2307425;-0.1793271;-0.0422964,0.07330664;0.006098433;-0.03144752,0.09846453;-0.3722465;-0.006503073,0.1161343;-0.7133367;0.06995116,0.1183145;-0.7043142;-0.02779949,-0.07155935;0.004435061;-0.03549069,-0.0983122;-0.3736849;-0.008853402,-0.1181721;-0.7138147;0.07125495,-0.1129467;-0.7048469;-0.02636853,-0.002655416;0.3998859;-0.002632518,6.228044
+0;0;0,0.002032022;0.1997995;0.008719348,0.004992099;0.4996898;0.004702858,0.1189041;0.3653748;0.01024491,0.1674187;0.09054938;0.03298991,0.2311453;-0.1763991;-0.02248479,-0.1107648;0.3648148;0.004934947,-0.1722792;0.09173495;0.01152184,-0.2299562;-0.1758524;-0.04738805,0.07153349;0.003719636;-0.03562478,0.08639391;-0.3737086;0.005933676,0.09154049;-0.713382;0.09016852,0.104433;-0.7636986;0.03200475,-0.07171149;0.006564949;-0.03484773,-0.1090911;-0.3708076;-0.01050168,-0.1295322;-0.7144519;0.05267082,-0.1264876;-0.7042102;-0.04531052,0.003951154;0.39979;0.009056667,0;0;0,-0.001444078;0.1999684;0.003245968,-0.003096519;0.4996369;-0.009293601,0.1136078;0.3722147;0.01002761,0.1628868;0.09700787;0.02528436,0.2232335;-0.1694197;-0.03615361,-0.117225;0.3646488;-0.002252758,-0.1713107;0.09007707;0.006972678,-0.2300972;-0.179164;-0.04255915,0.07331195;0.006092966;-0.0314362,0.09944158;-0.3722259;-0.007103354,0.1172775;-0.7131014;0.07026444,0.1194724;-0.7040455;-0.02749305,-0.07156256;0.004444776;-0.03548301,-0.0975998;-0.3737359;-0.008998118,-0.1173482;-0.7137493;0.07163015,-0.1121029;-0.7047358;-0.0260021,-0.002517081;0.399892;-0.002178268,6.250298
+0;0;0,0.001576666;0.1998101;0.008569103,0.003609967;0.4997093;0.004563724,0.1179683;0.3656646;0.0100783,0.1662939;0.09085491;0.03340753,0.2307174;-0.1762714;-0.02038048,-0.1116938;0.3645547;0.00464912,-0.1722103;0.09125024;0.01116246,-0.2309329;-0.1759099;-0.04864661,0.07152349;0.003830442;-0.03563311,0.08715816;-0.3736621;0.005047608,0.0929746;-0.7132754;0.08948065,0.1056621;-0.7630842;0.03057737,-0.07172647;0.006446981;-0.0348389,-0.1079516;-0.3710603;-0.01083972,-0.128184;-0.7147518;0.05214319,-0.1251129;-0.7045122;-0.04583689,0.002933463;0.3998052;0.008891359,0;0;0,-0.001403205;0.199967;0.003347855,-0.003048766;0.4996526;-0.00879048,0.1135688;0.3719979;0.01063257,0.1627756;0.09674791;0.02533485,0.2237623;-0.1693857;-0.03674183,-0.1171095;0.3644116;-0.001871915,-0.1711922;0.08979961;0.006085838,-0.2291463;-0.1796766;-0.04314752,0.07333513;0.006142652;-0.0313724,0.1004391;-0.3722318;-0.009053279,0.1184093;-0.7126852;0.07012069,0.1206532;-0.7036042;-0.02764108,-0.07153473;0.004396281;-0.0355451,-0.09712161;-0.3738329;-0.009316342,-0.1164446;-0.7137007;0.07202558,-0.111149;-0.7046818;-0.02560511,-0.002476343;0.3998973;-0.001822837,6.261497
+0;0;0,0.001576666;0.1998101;0.008569103,0.003609967;0.4997093;0.004563724,0.1179683;0.3656646;0.0100783,0.1662939;0.09085491;0.03340753,0.2307174;-0.1762714;-0.02038048,-0.1116938;0.3645547;0.00464912,-0.1722103;0.09125024;0.01116246,-0.2309329;-0.1759099;-0.04864661,0.07152349;0.003830442;-0.03563311,0.08715816;-0.3736621;0.005047608,0.0929746;-0.7132754;0.08948065,0.1056621;-0.7630842;0.03057737,-0.07172647;0.006446981;-0.0348389,-0.1079516;-0.3710603;-0.01083972,-0.128184;-0.7147518;0.05214319,-0.1251129;-0.7045122;-0.04583689,0.002933463;0.3998052;0.008891359,0;0;0,-0.001403205;0.199967;0.003347855,-0.003048766;0.4996526;-0.00879048,0.1135688;0.3719979;0.01063257,0.1627756;0.09674791;0.02533485,0.2237623;-0.1693857;-0.03674183,-0.1171095;0.3644116;-0.001871915,-0.1711922;0.08979961;0.006085838,-0.2291463;-0.1796766;-0.04314752,0.07333513;0.006142652;-0.0313724,0.1004391;-0.3722318;-0.009053279,0.1184093;-0.7126852;0.07012069,0.1206532;-0.7036042;-0.02764108,-0.07153473;0.004396281;-0.0355451,-0.09712161;-0.3738329;-0.009316342,-0.1164446;-0.7137007;0.07202558,-0.111149;-0.7046818;-0.02560511,-0.002476343;0.3998973;-0.001822837,6.272694
+0;0;0,0.001576666;0.1998101;0.008569103,0.003609967;0.4997093;0.004563724,0.1179683;0.3656646;0.0100783,0.1662939;0.09085491;0.03340753,0.2307174;-0.1762714;-0.02038048,-0.1116938;0.3645547;0.00464912,-0.1722103;0.09125024;0.01116246,-0.2309329;-0.1759099;-0.04864661,0.07152349;0.003830442;-0.03563311,0.08715816;-0.3736621;0.005047608,0.0929746;-0.7132754;0.08948065,0.1056621;-0.7630842;0.03057737,-0.07172647;0.006446981;-0.0348389,-0.1079516;-0.3710603;-0.01083972,-0.128184;-0.7147518;0.05214319,-0.1251129;-0.7045122;-0.04583689,0.002933463;0.3998052;0.008891359,0;0;0,-0.001403205;0.199967;0.003347855,-0.003048766;0.4996526;-0.00879048,0.1135688;0.3719979;0.01063257,0.1627756;0.09674791;0.02533485,0.2237623;-0.1693857;-0.03674183,-0.1171095;0.3644116;-0.001871915,-0.1711922;0.08979961;0.006085838,-0.2291463;-0.1796766;-0.04314752,0.07333513;0.006142652;-0.0313724,0.1004391;-0.3722318;-0.009053279,0.1184093;-0.7126852;0.07012069,0.1206532;-0.7036042;-0.02764108,-0.07153473;0.004396281;-0.0355451,-0.09712161;-0.3738329;-0.009316342,-0.1164446;-0.7137007;0.07202558,-0.111149;-0.7046818;-0.02560511,-0.002476343;0.3998973;-0.001822837,6.294899
+0;0;0,0.0008157998;0.1998203;0.008437653,0.001279873;0.4997252;0.004349727,0.1163752;0.3662193;0.009851318,0.1648159;0.09149778;0.03396775,0.2294088;-0.1758401;-0.0185506,-0.1134368;0.3645379;0.004466068,-0.1732016;0.09106526;0.01085879,-0.2319155;-0.1759458;-0.04962046,0.07155312;0.003917836;-0.03556405,0.08811973;-0.3736419;0.004111461,0.09420351;-0.7131991;0.08875109,0.1069166;-0.7628759;0.02967495,-0.07171028;0.006349429;-0.03489012,-0.107056;-0.3712713;-0.01136868,-0.1269051;-0.7149912;0.05158063,-0.1238612;-0.7047579;-0.04639904,0.001181192;0.3998198;0.008696981,0;0;0,-0.001655343;0.1999638;0.003424149,-0.003865923;0.4996671;-0.008212144,0.1130358;0.3725725;0.01127548,0.1629436;0.0974175;0.02538107,0.2241618;-0.1684426;-0.03763264,-0.1179072;0.3649249;-0.001322359,-0.1708549;0.09005514;0.005247565,-0.2279098;-0.1795644;-0.04425036,0.07322907;0.006201807;-0.03160762,0.1020423;-0.3721057;-0.01031793,0.120994;-0.7122719;0.06985528,0.1232819;-0.7031536;-0.02791344,-0.07160246;0.004352106;-0.03541394,-0.09559649;-0.3740128;-0.009639453,-0.1141369;-0.7137529;0.0724147,-0.1087957;-0.7047033;-0.02522012,-0.003117036;0.3998992;-0.001443371,6.30607
+0;0;0,0.0008157998;0.1998203;0.008437653,0.001279873;0.4997252;0.004349727,0.1163752;0.3662193;0.009851318,0.1648159;0.09149778;0.03396775,0.2294088;-0.1758401;-0.0185506,-0.1134368;0.3645379;0.004466068,-0.1732016;0.09106526;0.01085879,-0.2319155;-0.1759458;-0.04962046,0.07155312;0.003917836;-0.03556405,0.08811973;-0.3736419;0.004111461,0.09420351;-0.7131991;0.08875109,0.1069166;-0.7628759;0.02967495,-0.07171028;0.006349429;-0.03489012,-0.107056;-0.3712713;-0.01136868,-0.1269051;-0.7149912;0.05158063,-0.1238612;-0.7047579;-0.04639904,0.001181192;0.3998198;0.008696981,0;0;0,-0.001655343;0.1999638;0.003424149,-0.003865923;0.4996671;-0.008212144,0.1130358;0.3725725;0.01127548,0.1629436;0.0974175;0.02538107,0.2241618;-0.1684426;-0.03763264,-0.1179072;0.3649249;-0.001322359,-0.1708549;0.09005514;0.005247565,-0.2279098;-0.1795644;-0.04425036,0.07322907;0.006201807;-0.03160762,0.1020423;-0.3721057;-0.01031793,0.120994;-0.7122719;0.06985528,0.1232819;-0.7031536;-0.02791344,-0.07160246;0.004352106;-0.03541394,-0.09559649;-0.3740128;-0.009639453,-0.1141369;-0.7137529;0.0724147,-0.1087957;-0.7047033;-0.02522012,-0.003117036;0.3998992;-0.001443371,6.317472
+0;0;0,0.0008157998;0.1998203;0.008437653,0.001279873;0.4997252;0.004349727,0.1163752;0.3662193;0.009851318,0.1648159;0.09149778;0.03396775,0.2294088;-0.1758401;-0.0185506,-0.1134368;0.3645379;0.004466068,-0.1732016;0.09106526;0.01085879,-0.2319155;-0.1759458;-0.04962046,0.07155312;0.003917836;-0.03556405,0.08811973;-0.3736419;0.004111461,0.09420351;-0.7131991;0.08875109,0.1069166;-0.7628759;0.02967495,-0.07171028;0.006349429;-0.03489012,-0.107056;-0.3712713;-0.01136868,-0.1269051;-0.7149912;0.05158063,-0.1238612;-0.7047579;-0.04639904,0.001181192;0.3998198;0.008696981,0;0;0,-0.00116305;0.1999665;0.003473698,-0.002781913;0.499683;-0.007919295,0.1138653;0.3724002;0.01160311,0.1647363;0.09737635;0.02479543,0.2270455;-0.1681007;-0.03876181,-0.1169737;0.3647772;-0.0015294,-0.168015;0.08951923;0.003745074,-0.2243766;-0.1800974;-0.04655638,0.07327164;0.006444811;-0.03145999,0.1033866;-0.371827;-0.01137113,0.1237124;-0.7117379;0.06954484,0.1260861;-0.7026094;-0.02822401,-0.07158233;0.004081792;-0.03548674,-0.09410803;-0.3744178;-0.01037391,-0.1116333;-0.7141813;0.07180678,-0.1061995;-0.7051065;-0.0258283,-0.002231687;0.3999082;-0.001234008,6.339459
+0;0;0,0.0002486185;0.1998252;0.008356452,-0.0001531181;0.4997309;0.004285182,0.1152924;0.3664364;0.009665433,0.1646066;0.09195235;0.03469816,0.2293448;-0.1755449;-0.01682046,-0.1145684;0.3645482;0.003986187,-0.174438;0.09109029;0.01002006,-0.2321754;-0.1760294;-0.05091786,0.07150704;0.004158831;-0.0356293,0.08804452;-0.373596;0.002156597,0.09525048;-0.7129174;0.08764981,0.1080075;-0.7625645;0.02854307,-0.07178777;0.006090241;-0.0347768,-0.1063846;-0.3716498;-0.01207175,-0.1260895;-0.7154213;0.0506407,-0.1229559;-0.7051919;-0.04733536,3.572626E-05;0.3998249;0.008617332,0;0;0,-0.00116305;0.1999665;0.003473698,-0.002781913;0.499683;-0.007919295,0.1138653;0.3724002;0.01160311,0.1647363;0.09737635;0.02479543,0.2270455;-0.1681007;-0.03876181,-0.1169737;0.3647772;-0.0015294,-0.168015;0.08951923;0.003745074,-0.2243766;-0.1800974;-0.04655638,0.07327164;0.006444811;-0.03145999,0.1033866;-0.371827;-0.01137113,0.1237124;-0.7117379;0.06954484,0.1260861;-0.7026094;-0.02822401,-0.07158233;0.004081792;-0.03548674,-0.09410803;-0.3744178;-0.01037391,-0.1116333;-0.7141813;0.07180678,-0.1061995;-0.7051065;-0.0258283,-0.002231687;0.3999082;-0.001234008,6.350875
+0;0;0,0.0002486185;0.1998252;0.008356452,-0.0001531181;0.4997309;0.004285182,0.1152924;0.3664364;0.009665433,0.1646066;0.09195235;0.03469816,0.2293448;-0.1755449;-0.01682046,-0.1145684;0.3645482;0.003986187,-0.174438;0.09109029;0.01002006,-0.2321754;-0.1760294;-0.05091786,0.07150704;0.004158831;-0.0356293,0.08804452;-0.373596;0.002156597,0.09525048;-0.7129174;0.08764981,0.1080075;-0.7625645;0.02854307,-0.07178777;0.006090241;-0.0347768,-0.1063846;-0.3716498;-0.01207175,-0.1260895;-0.7154213;0.0506407,-0.1229559;-0.7051919;-0.04733536,3.572626E-05;0.3998249;0.008617332,0;0;0,-0.00116305;0.1999665;0.003473698,-0.002781913;0.499683;-0.007919295,0.1138653;0.3724002;0.01160311,0.1647363;0.09737635;0.02479543,0.2270455;-0.1681007;-0.03876181,-0.1169737;0.3647772;-0.0015294,-0.168015;0.08951923;0.003745074,-0.2243766;-0.1800974;-0.04655638,0.07327164;0.006444811;-0.03145999,0.1033866;-0.371827;-0.01137113,0.1237124;-0.7117379;0.06954484,0.1260861;-0.7026094;-0.02822401,-0.07158233;0.004081792;-0.03548674,-0.09410803;-0.3744178;-0.01037391,-0.1116333;-0.7141813;0.07180678,-0.1061995;-0.7051065;-0.0258283,-0.002231687;0.3999082;-0.001234008,6.362063
+0;0;0,0.0002486185;0.1998252;0.008356452,-0.0001531181;0.4997309;0.004285182,0.1152924;0.3664364;0.009665433,0.1646066;0.09195235;0.03469816,0.2293448;-0.1755449;-0.01682046,-0.1145684;0.3645482;0.003986187,-0.174438;0.09109029;0.01002006,-0.2321754;-0.1760294;-0.05091786,0.07150704;0.004158831;-0.0356293,0.08804452;-0.373596;0.002156597,0.09525048;-0.7129174;0.08764981,0.1080075;-0.7625645;0.02854307,-0.07178777;0.006090241;-0.0347768,-0.1063846;-0.3716498;-0.01207175,-0.1260895;-0.7154213;0.0506407,-0.1229559;-0.7051919;-0.04733536,3.572626E-05;0.3998249;0.008617332,0;0;0,-0.001860097;0.1999598;0.003550207,-0.004644593;0.4996863;-0.007374684,0.1125267;0.3729413;0.01171356,0.1665129;0.09845144;0.02358093,0.229464;-0.1669081;-0.03983442,-0.1185503;0.3650501;-0.001731584,-0.1678453;0.08944005;0.001289543,-0.2236819;-0.1795332;-0.05289206,0.0732825;0.006646566;-0.03139265,0.1049555;-0.3715909;-0.01313734,0.1272391;-0.7112252;0.06842219,0.1297042;-0.7020609;-0.02935201,-0.07159398;0.003851157;-0.035489,-0.09159041;-0.3748175;-0.01078712,-0.1084643;-0.7145728;0.07156335,-0.1029303;-0.7054787;-0.02607025,-0.003726209;0.3999023;-0.0008710015,6.384415
+0;0;0,-7.310651E-05;0.1998346;0.008131774,-0.0008572692;0.4997366;0.003836445,0.1147066;0.3664646;0.009689175,0.16439;0.09207961;0.03507561,0.2291013;-0.1755879;-0.01558553,-0.1151606;0.364597;0.003438359,-0.1751295;0.09115171;0.009043768,-0.231461;-0.1761882;-0.05224337,0.07157881;0.00427117;-0.03547156,0.08875683;-0.3737013;-0.000234127,0.09686175;-0.7127903;0.08609684,0.1096097;-0.7632616;0.02811537,-0.07169299;0.005988198;-0.03498939,-0.1054287;-0.3718763;-0.01307345,-0.1244351;-0.7156717;0.04972388,-0.1211196;-0.7054606;-0.04824248,-0.0005512578;0.399834;0.008238972,0;0;0,-0.001860097;0.1999598;0.003550207,-0.004644593;0.4996863;-0.007374684,0.1125267;0.3729413;0.01171356,0.1665129;0.09845144;0.02358093,0.229464;-0.1669081;-0.03983442,-0.1185503;0.3650501;-0.001731584,-0.1678453;0.08944005;0.001289543,-0.2236819;-0.1795332;-0.05289206,0.0732825;0.006646566;-0.03139265,0.1049555;-0.3715909;-0.01313734,0.1272391;-0.7112252;0.06842219,0.1297042;-0.7020609;-0.02935201,-0.07159398;0.003851157;-0.035489,-0.09159041;-0.3748175;-0.01078712,-0.1084643;-0.7145728;0.07156335,-0.1029303;-0.7054787;-0.02607025,-0.003726209;0.3999023;-0.0008710015,6.395483
+0;0;0,-7.310651E-05;0.1998346;0.008131774,-0.0008572692;0.4997366;0.003836445,0.1147066;0.3664646;0.009689175,0.16439;0.09207961;0.03507561,0.2291013;-0.1755879;-0.01558553,-0.1151606;0.364597;0.003438359,-0.1751295;0.09115171;0.009043768,-0.231461;-0.1761882;-0.05224337,0.07157881;0.00427117;-0.03547156,0.08875683;-0.3737013;-0.000234127,0.09686175;-0.7127903;0.08609684,0.1096097;-0.7632616;0.02811537,-0.07169299;0.005988198;-0.03498939,-0.1054287;-0.3718763;-0.01307345,-0.1244351;-0.7156717;0.04972388,-0.1211196;-0.7054606;-0.04824248,-0.0005512578;0.399834;0.008238972,0;0;0,-0.002951018;0.1999504;0.003335675,-0.007424453;0.4996479;-0.007815942,0.1105176;0.3739708;0.01145531,0.1673345;0.09998667;0.02167961,0.2313972;-0.1643235;-0.04492449,-0.1208113;0.3650951;-0.001904132,-0.166782;0.08889523;-0.001309767,-0.2218736;-0.1787364;-0.06245084,0.07326184;0.006982536;-0.03136792,0.1088705;-0.3709494;-0.01406353,0.1328941;-0.7104882;0.06739992,0.1353297;-0.7013322;-0.03037329,-0.07156251;0.003512342;-0.0355875,-0.08791478;-0.3753585;-0.01130872,-0.1035017;-0.71517;0.0710634,-0.09798914;-0.7060976;-0.02656676,-0.005964193;0.3998756;-0.001231014,6.406581
+0;0;0,-7.310651E-05;0.1998346;0.008131774,-0.0008572692;0.4997366;0.003836445,0.1147066;0.3664646;0.009689175,0.16439;0.09207961;0.03507561,0.2291013;-0.1755879;-0.01558553,-0.1151606;0.364597;0.003438359,-0.1751295;0.09115171;0.009043768,-0.231461;-0.1761882;-0.05224337,0.07157881;0.00427117;-0.03547156,0.08875683;-0.3737013;-0.000234127,0.09686175;-0.7127903;0.08609684,0.1096097;-0.7632616;0.02811537,-0.07169299;0.005988198;-0.03498939,-0.1054287;-0.3718763;-0.01307345,-0.1244351;-0.7156717;0.04972388,-0.1211196;-0.7054606;-0.04824248,-0.0005512578;0.399834;0.008238972,0;0;0,-0.003171988;0.1999533;0.002932065,-0.007735331;0.4996301;-0.008723366,0.1102613;0.3744121;0.01108501,0.1711895;0.1012262;0.01864784,0.2363222;-0.1627945;-0.04806642,-0.121227;0.3654239;-0.002604275,-0.1666459;0.0891434;-0.005095849,-0.2207695;-0.1773642;-0.07176157,0.07346971;0.00695631;-0.03088382,0.1138226;-0.370591;-0.01572924,0.1396108;-0.7099937;0.06576201,0.1421685;-0.7008792;-0.03199919,-0.07151879;0.003433477;-0.03568296,-0.0825994;-0.375705;-0.01263411,-0.09656494;-0.7156278;0.06956947,-0.09091587;-0.7066134;-0.02804043,-0.006278723;0.3998692;-0.001967406,6.42913
+0;0;0,0.00125375;0.1998476;0.007704915,0.00112868;0.4997492;0.003193873,0.1164506;0.3659355;0.009673681,0.1657495;0.09145582;0.03478398,0.2318716;-0.1759258;-0.01556448,-0.1134579;0.3652898;0.002875804,-0.1722528;0.09157556;0.007742882,-0.2277742;-0.1758645;-0.05384582,0.07162581;0.004574285;-0.03533862,0.09020685;-0.3736867;-0.004139941,0.09941021;-0.7124602;0.08331202,0.112361;-0.7631738;0.0257134,-0.07162344;0.005691668;-0.03518079,-0.1032932;-0.3724329;-0.01471584,-0.1217685;-0.7161881;0.04845846,-0.1182529;-0.7060199;-0.04949223,0.001360396;0.3998476;0.007621149,0;0;0,-0.003171988;0.1999533;0.002932065,-0.007735331;0.4996301;-0.008723366,0.1102613;0.3744121;0.01108501,0.1711895;0.1012262;0.01864784,0.2363222;-0.1627945;-0.04806642,-0.121227;0.3654239;-0.002604275,-0.1666459;0.0891434;-0.005095849,-0.2207695;-0.1773642;-0.07176157,0.07346971;0.00695631;-0.03088382,0.1138226;-0.370591;-0.01572924,0.1396108;-0.7099937;0.06576201,0.1421685;-0.7008792;-0.03199919,-0.07151879;0.003433477;-0.03568296,-0.0825994;-0.375705;-0.01263411,-0.09656494;-0.7156278;0.06956947,-0.09091587;-0.7066134;-0.02804043,-0.006278723;0.3998692;-0.001967406,6.440122
+0;0;0,0.00125375;0.1998476;0.007704915,0.00112868;0.4997492;0.003193873,0.1164506;0.3659355;0.009673681,0.1657495;0.09145582;0.03478398,0.2318716;-0.1759258;-0.01556448,-0.1134579;0.3652898;0.002875804,-0.1722528;0.09157556;0.007742882,-0.2277742;-0.1758645;-0.05384582,0.07162581;0.004574285;-0.03533862,0.09020685;-0.3736867;-0.004139941,0.09941021;-0.7124602;0.08331202,0.112361;-0.7631738;0.0257134,-0.07162344;0.005691668;-0.03518079,-0.1032932;-0.3724329;-0.01471584,-0.1217685;-0.7161881;0.04845846,-0.1182529;-0.7060199;-0.04949223,0.001360396;0.3998476;0.007621149,0;0;0,-0.003171988;0.1999533;0.002932065,-0.007735331;0.4996301;-0.008723366,0.1102613;0.3744121;0.01108501,0.1711895;0.1012262;0.01864784,0.2363222;-0.1627945;-0.04806642,-0.121227;0.3654239;-0.002604275,-0.1666459;0.0891434;-0.005095849,-0.2207695;-0.1773642;-0.07176157,0.07346971;0.00695631;-0.03088382,0.1138226;-0.370591;-0.01572924,0.1396108;-0.7099937;0.06576201,0.1421685;-0.7008792;-0.03199919,-0.07151879;0.003433477;-0.03568296,-0.0825994;-0.375705;-0.01263411,-0.09656494;-0.7156278;0.06956947,-0.09091587;-0.7066134;-0.02804043,-0.006278723;0.3998692;-0.001967406,6.451244
+0;0;0,0.00125375;0.1998476;0.007704915,0.00112868;0.4997492;0.003193873,0.1164506;0.3659355;0.009673681,0.1657495;0.09145582;0.03478398,0.2318716;-0.1759258;-0.01556448,-0.1134579;0.3652898;0.002875804,-0.1722528;0.09157556;0.007742882,-0.2277742;-0.1758645;-0.05384582,0.07162581;0.004574285;-0.03533862,0.09020685;-0.3736867;-0.004139941,0.09941021;-0.7124602;0.08331202,0.112361;-0.7631738;0.0257134,-0.07162344;0.005691668;-0.03518079,-0.1032932;-0.3724329;-0.01471584,-0.1217685;-0.7161881;0.04845846,-0.1182529;-0.7060199;-0.04949223,0.001360396;0.3998476;0.007621149,0;0;0,-0.003792705;0.1999466;0.00263868,-0.009279146;0.4995906;-0.00944201,0.1091582;0.3749651;0.01038344,0.1734428;0.1024774;0.0146173,0.240834;-0.1605145;-0.05389333,-0.1224752;0.3654387;-0.003882242,-0.1657347;0.08883789;-0.008420752,-0.2174787;-0.177031;-0.07938743,0.07350348;0.007104719;-0.03076949,0.1163972;-0.3702472;-0.01789824,0.1448222;-0.7095172;0.06326712,0.147494;-0.7004344;-0.03448426,-0.07143778;0.003276795;-0.03585953,-0.0813442;-0.3759436;-0.01363965,-0.09239961;-0.7161442;0.06785492,-0.08662725;-0.7071656;-0.02974008,-0.007521273;0.3998449;-0.002535566,6.473696
+0;0;0,0.002351165;0.1998508;0.007358535,0.003331849;0.4997464;0.002538886,0.118275;0.3655229;0.01006655,0.1673537;0.09087208;0.03369281,0.2339433;-0.1765196;-0.0159814,-0.1117135;0.3660369;0.002346464,-0.1685852;0.09189844;0.00605478,-0.2229957;-0.1758765;-0.0550688,0.07172935;0.004779028;-0.03510072,0.09099171;-0.3738247;-0.008867627,0.1021696;-0.7120528;0.08044546,0.1161129;-0.7622571;0.02236919,-0.07155405;0.005446482;-0.03536034,-0.1010247;-0.3729344;-0.01640293,-0.1187609;-0.7166613;0.04713626,-0.1149399;-0.7065222;-0.05079713,0.003328647;0.3998481;0.007047225,0;0;0,-0.003792705;0.1999466;0.00263868,-0.009279146;0.4995906;-0.00944201,0.1091582;0.3749651;0.01038344,0.1734428;0.1024774;0.0146173,0.240834;-0.1605145;-0.05389333,-0.1224752;0.3654387;-0.003882242,-0.1657347;0.08883789;-0.008420752,-0.2174787;-0.177031;-0.07938743,0.07350348;0.007104719;-0.03076949,0.1163972;-0.3702472;-0.01789824,0.1448222;-0.7095172;0.06326712,0.147494;-0.7004344;-0.03448426,-0.07143778;0.003276795;-0.03585953,-0.0813442;-0.3759436;-0.01363965,-0.09239961;-0.7161442;0.06785492,-0.08662725;-0.7071656;-0.02974008,-0.007521273;0.3998449;-0.002535566,6.484836
+0;0;0,0.002351165;0.1998508;0.007358535,0.003331849;0.4997464;0.002538886,0.118275;0.3655229;0.01006655,0.1673537;0.09087208;0.03369281,0.2339433;-0.1765196;-0.0159814,-0.1117135;0.3660369;0.002346464,-0.1685852;0.09189844;0.00605478,-0.2229957;-0.1758765;-0.0550688,0.07172935;0.004779028;-0.03510072,0.09099171;-0.3738247;-0.008867627,0.1021696;-0.7120528;0.08044546,0.1161129;-0.7622571;0.02236919,-0.07155405;0.005446482;-0.03536034,-0.1010247;-0.3729344;-0.01640293,-0.1187609;-0.7166613;0.04713626,-0.1149399;-0.7065222;-0.05079713,0.003328647;0.3998481;0.007047225,0;0;0,-0.003792705;0.1999466;0.00263868,-0.009279146;0.4995906;-0.00944201,0.1091582;0.3749651;0.01038344,0.1734428;0.1024774;0.0146173,0.240834;-0.1605145;-0.05389333,-0.1224752;0.3654387;-0.003882242,-0.1657347;0.08883789;-0.008420752,-0.2174787;-0.177031;-0.07938743,0.07350348;0.007104719;-0.03076949,0.1163972;-0.3702472;-0.01789824,0.1448222;-0.7095172;0.06326712,0.147494;-0.7004344;-0.03448426,-0.07143778;0.003276795;-0.03585953,-0.0813442;-0.3759436;-0.01363965,-0.09239961;-0.7161442;0.06785492,-0.08662725;-0.7071656;-0.02974008,-0.007521273;0.3998449;-0.002535566,6.49608
+0;0;0,0.002351165;0.1998508;0.007358535,0.003331849;0.4997464;0.002538886,0.118275;0.3655229;0.01006655,0.1673537;0.09087208;0.03369281,0.2339433;-0.1765196;-0.0159814,-0.1117135;0.3660369;0.002346464,-0.1685852;0.09189844;0.00605478,-0.2229957;-0.1758765;-0.0550688,0.07172935;0.004779028;-0.03510072,0.09099171;-0.3738247;-0.008867627,0.1021696;-0.7120528;0.08044546,0.1161129;-0.7622571;0.02236919,-0.07155405;0.005446482;-0.03536034,-0.1010247;-0.3729344;-0.01640293,-0.1187609;-0.7166613;0.04713626,-0.1149399;-0.7065222;-0.05079713,0.003328647;0.3998481;0.007047225,0;0;0,-0.004946957;0.1999224;0.002561629,-0.01221279;0.4995245;-0.00961594,0.1070077;0.375735;0.01007054,0.1764726;0.1044905;0.01110311,0.2452459;-0.1572368;-0.06079282,-0.1246533;0.3649042;-0.005105305,-0.1676095;0.08829907;-0.01176524,-0.2169181;-0.1770071;-0.08647318,0.0735812;0.007379203;-0.03051809,0.1181096;-0.3698614;-0.02018433,0.1499057;-0.7090498;0.06006642,0.1528552;-0.6999682;-0.03767671,-0.0713525;0.00297482;-0.03605511,-0.07905244;-0.3763371;-0.01453303,-0.08723348;-0.7167438;0.0664378,-0.08118183;-0.7077587;-0.03114166,-0.009862924;0.3997934;-0.002674899,6.518314
+0;0;0,-0.0004979642;0.1998441;0.0078796,-0.003414671;0.499735;0.003668907,0.1128957;0.3663197;0.01004845,0.1627011;0.09167123;0.03213083,0.2298476;-0.1755051;-0.01795052,-0.1168514;0.3646626;0.001437872,-0.1731441;0.09038582;0.003273595,-0.2259668;-0.1777712;-0.05756716,0.07182831;0.005042993;-0.03486061,0.09234268;-0.3738623;-0.01461448,0.1048791;-0.711854;0.07541016,0.1202438;-0.7626564;0.01853399,-0.07151631;0.005149421;-0.03548099,-0.0990674;-0.3734884;-0.01891763,-0.1154033;-0.7171894;0.04513536,-0.1113029;-0.7069827;-0.05280041,-0.002310893;0.3998358;0.008019575,0;0;0,-0.004946957;0.1999224;0.002561629,-0.01221279;0.4995245;-0.00961594,0.1070077;0.375735;0.01007054,0.1764726;0.1044905;0.01110311,0.2452459;-0.1572368;-0.06079282,-0.1246533;0.3649042;-0.005105305,-0.1676095;0.08829907;-0.01176524,-0.2169181;-0.1770071;-0.08647318,0.0735812;0.007379203;-0.03051809,0.1181096;-0.3698614;-0.02018433,0.1499057;-0.7090498;0.06006642,0.1528552;-0.6999682;-0.03767671,-0.0713525;0.00297482;-0.03605511,-0.07905244;-0.3763371;-0.01453303,-0.08723348;-0.7167438;0.0664378,-0.08118183;-0.7077587;-0.03114166,-0.009862924;0.3997934;-0.002674899,6.529515
+0;0;0,-0.0004979642;0.1998441;0.0078796,-0.003414671;0.499735;0.003668907,0.1128957;0.3663197;0.01004845,0.1627011;0.09167123;0.03213083,0.2298476;-0.1755051;-0.01795052,-0.1168514;0.3646626;0.001437872,-0.1731441;0.09038582;0.003273595,-0.2259668;-0.1777712;-0.05756716,0.07182831;0.005042993;-0.03486061,0.09234268;-0.3738623;-0.01461448,0.1048791;-0.711854;0.07541016,0.1202438;-0.7626564;0.01853399,-0.07151631;0.005149421;-0.03548099,-0.0990674;-0.3734884;-0.01891763,-0.1154033;-0.7171894;0.04513536,-0.1113029;-0.7069827;-0.05280041,-0.002310893;0.3998358;0.008019575,0;0;0,-0.006233586;0.1998894;0.00231685,-0.01543768;0.49942;-0.01029143,0.1046143;0.3767952;0.009868262,0.1773001;0.1064172;0.006330611,0.249003;-0.1544124;-0.06596443,-0.1271665;0.3645955;-0.005745654,-0.1674867;0.08769888;-0.01587236,-0.2142133;-0.1773926;-0.09296393,0.0737358;0.00769765;-0.03006289,0.1211905;-0.3692412;-0.02199028,0.1559709;-0.7082903;0.05760869,0.1590153;-0.6992321;-0.04012654,-0.07113528;0.002652864;-0.03650664,-0.07653885;-0.3766892;-0.01481763,-0.08144858;-0.717418;0.06505614,-0.07529854;-0.7084544;-0.03251255,-0.01244945;0.3997168;-0.00319598,6.540919
+0;0;0,-0.0004979642;0.1998441;0.0078796,-0.003414671;0.499735;0.003668907,0.1128957;0.3663197;0.01004845,0.1627011;0.09167123;0.03213083,0.2298476;-0.1755051;-0.01795052,-0.1168514;0.3646626;0.001437872,-0.1731441;0.09038582;0.003273595,-0.2259668;-0.1777712;-0.05756716,0.07182831;0.005042993;-0.03486061,0.09234268;-0.3738623;-0.01461448,0.1048791;-0.711854;0.07541016,0.1202438;-0.7626564;0.01853399,-0.07151631;0.005149421;-0.03548099,-0.0990674;-0.3734884;-0.01891763,-0.1154033;-0.7171894;0.04513536,-0.1113029;-0.7069827;-0.05280041,-0.002310893;0.3998358;0.008019575,0;0;0,-0.004842927;0.1999338;0.001733648,-0.01210485;0.4994916;-0.01150433,0.1070648;0.3763973;0.01029124,0.1800497;0.1062112;0.001764033,0.2566375;-0.1530191;-0.07126959,-0.1247836;0.3657379;-0.006411027,-0.1631537;0.08870614;-0.01986947,-0.2085897;-0.1754164;-0.1009548,0.07386575;0.007883633;-0.02969342,0.1251415;-0.3686033;-0.0243657,0.1630268;-0.7075778;0.05412648,0.1663106;-0.6986037;-0.04358292,-0.07095751;0.002439805;-0.03686567,-0.07402468;-0.3769805;-0.01610918,-0.07556786;-0.7179215;0.06299077,-0.06916438;-0.7090515;-0.03454138,-0.009735825;0.3997853;-0.004221044,6.563562
+0;0;0,-0.001118912;0.1998434;0.007833506,-0.003596813;0.4997351;0.003414473,0.1126201;0.3668764;0.01042852,0.1638383;0.0922471;0.02928129,0.2312276;-0.174601;-0.02220453,-0.117107;0.3643663;3.319979E-05,-0.1712738;0.08965576;0.0003335757,-0.2227756;-0.1786602;-0.06093705,0.07195307;0.005373885;-0.03455254,0.09558862;-0.3736707;-0.02164657,0.1102082;-0.7108358;0.07112169,0.125456;-0.7611624;0.01354434,-0.07136708;0.004844733;-0.03582274,-0.09524198;-0.3741637;-0.02230887,-0.1105008;-0.7178264;0.0422131,-0.1058413;-0.7076236;-0.05569685,-0.002735531;0.3998369;0.007843372,0;0;0,-0.004842927;0.1999338;0.001733648,-0.01210485;0.4994916;-0.01150433,0.1070648;0.3763973;0.01029124,0.1800497;0.1062112;0.001764033,0.2566375;-0.1530191;-0.07126959,-0.1247836;0.3657379;-0.006411027,-0.1631537;0.08870614;-0.01986947,-0.2085897;-0.1754164;-0.1009548,0.07386575;0.007883633;-0.02969342,0.1251415;-0.3686033;-0.0243657,0.1630268;-0.7075778;0.05412648,0.1663106;-0.6986037;-0.04358292,-0.07095751;0.002439805;-0.03686567,-0.07402468;-0.3769805;-0.01610918,-0.07556786;-0.7179215;0.06299077,-0.06916438;-0.7090515;-0.03454138,-0.009735825;0.3997853;-0.004221044,6.575438
+0;0;0,-0.001118912;0.1998434;0.007833506,-0.003596813;0.4997351;0.003414473,0.1126201;0.3668764;0.01042852,0.1638383;0.0922471;0.02928129,0.2312276;-0.174601;-0.02220453,-0.117107;0.3643663;3.319979E-05,-0.1712738;0.08965576;0.0003335757,-0.2227756;-0.1786602;-0.06093705,0.07195307;0.005373885;-0.03455254,0.09558862;-0.3736707;-0.02164657,0.1102082;-0.7108358;0.07112169,0.125456;-0.7611624;0.01354434,-0.07136708;0.004844733;-0.03582274,-0.09524198;-0.3741637;-0.02230887,-0.1105008;-0.7178264;0.0422131,-0.1058413;-0.7076236;-0.05569685,-0.002735531;0.3998369;0.007843372,0;0;0,-0.004842927;0.1999338;0.001733648,-0.01210485;0.4994916;-0.01150433,0.1070648;0.3763973;0.01029124,0.1800497;0.1062112;0.001764033,0.2566375;-0.1530191;-0.07126959,-0.1247836;0.3657379;-0.006411027,-0.1631537;0.08870614;-0.01986947,-0.2085897;-0.1754164;-0.1009548,0.07386575;0.007883633;-0.02969342,0.1251415;-0.3686033;-0.0243657,0.1630268;-0.7075778;0.05412648,0.1663106;-0.6986037;-0.04358292,-0.07095751;0.002439805;-0.03686567,-0.07402468;-0.3769805;-0.01610918,-0.07556786;-0.7179215;0.06299077,-0.06916438;-0.7090515;-0.03454138,-0.009735825;0.3997853;-0.004221044,6.58664
+0;0;0,-0.001118912;0.1998434;0.007833506,-0.003596813;0.4997351;0.003414473,0.1126201;0.3668764;0.01042852,0.1638383;0.0922471;0.02928129,0.2312276;-0.174601;-0.02220453,-0.117107;0.3643663;3.319979E-05,-0.1712738;0.08965576;0.0003335757,-0.2227756;-0.1786602;-0.06093705,0.07195307;0.005373885;-0.03455254,0.09558862;-0.3736707;-0.02164657,0.1102082;-0.7108358;0.07112169,0.125456;-0.7611624;0.01354434,-0.07136708;0.004844733;-0.03582274,-0.09524198;-0.3741637;-0.02230887,-0.1105008;-0.7178264;0.0422131,-0.1058413;-0.7076236;-0.05569685,-0.002735531;0.3998369;0.007843372,0;0;0,-0.007261674;0.1998564;0.00216218,-0.01829366;0.4993305;-0.01035203,0.1024063;0.3773557;0.0105633,0.1794786;0.108478;-0.002269325,0.2586919;-0.1482163;-0.08122053,-0.1294703;0.3648418;-0.006972288,-0.1676634;0.08796674;-0.02374966,-0.2108395;-0.1750368;-0.1095691,0.07393909;0.008155022;-0.02943649,0.1287662;-0.3678563;-0.02635417,0.1696281;-0.7067912;0.05080443,0.1732294;-0.6977413;-0.04691007,-0.07087438;0.002132823;-0.03704422,-0.07048555;-0.3773289;-0.01682982,-0.06911377;-0.7185204;0.06118627,-0.06238822;-0.7095692;-0.03634177,-0.01468576;0.3996435;-0.003318294,6.609812
+0;0;0,-0.002327558;0.1998293;0.007926508,-0.006464926;0.4997055;0.003697499,0.1103356;0.3670526;0.01128154,0.1621602;0.09227565;0.02583642,0.2314785;-0.1739136;-0.02649202,-0.1193939;0.3643702;-0.0004323432,-0.1719891;0.08936015;-0.002230059,-0.221615;-0.179065;-0.06456168,0.0719807;0.00566992;-0.03444751,0.09667438;-0.3734767;-0.02827543,0.1136679;-0.7099145;0.0667024,0.1295139;-0.7594606;0.00821026,-0.07136106;0.004537583;-0.0358749,-0.09279734;-0.3746913;-0.02465379,-0.1068873;-0.7183526;0.04014167,-0.1017976;-0.7081265;-0.05775157,-0.005061725;0.3998106;0.008061149,0;0;0,-0.007261674;0.1998564;0.00216218,-0.01829366;0.4993305;-0.01035203,0.1024063;0.3773557;0.0105633,0.1794786;0.108478;-0.002269325,0.2586919;-0.1482163;-0.08122053,-0.1294703;0.3648418;-0.006972288,-0.1676634;0.08796674;-0.02374966,-0.2108395;-0.1750368;-0.1095691,0.07393909;0.008155022;-0.02943649,0.1287662;-0.3678563;-0.02635417,0.1696281;-0.7067912;0.05080443,0.1732294;-0.6977413;-0.04691007,-0.07087438;0.002132823;-0.03704422,-0.07048555;-0.3773289;-0.01682982,-0.06911377;-0.7185204;0.06118627,-0.06238822;-0.7095692;-0.03634177,-0.01468576;0.3996435;-0.003318294,6.621356
+0;0;0,-0.002327558;0.1998293;0.007926508,-0.006464926;0.4997055;0.003697499,0.1103356;0.3670526;0.01128154,0.1621602;0.09227565;0.02583642,0.2314785;-0.1739136;-0.02649202,-0.1193939;0.3643702;-0.0004323432,-0.1719891;0.08936015;-0.002230059,-0.221615;-0.179065;-0.06456168,0.0719807;0.00566992;-0.03444751,0.09667438;-0.3734767;-0.02827543,0.1136679;-0.7099145;0.0667024,0.1295139;-0.7594606;0.00821026,-0.07136106;0.004537583;-0.0358749,-0.09279734;-0.3746913;-0.02465379,-0.1068873;-0.7183526;0.04014167,-0.1017976;-0.7081265;-0.05775157,-0.005061725;0.3998106;0.008061149,0;0;0,-0.008233613;0.1998177;0.00225497,-0.02002756;0.4992642;-0.01021236,0.1009266;0.3774904;0.01037643,0.1821414;0.1100552;-0.006433733,0.2636082;-0.1448773;-0.08872928,-0.1310074;0.3648325;-0.007744648,-0.1699107;0.08829775;-0.02811774,-0.2096949;-0.1746516;-0.115724,0.0740391;0.008546446;-0.0290718,0.1324215;-0.3669365;-0.03108837,0.1768402;-0.7055767;0.04539585,0.1806516;-0.696513;-0.05231364,-0.0706685;0.001737729;-0.03745589,-0.06690454;-0.377795;-0.0189965,-0.06233779;-0.7190629;0.05856232,-0.05539747;-0.7101016;-0.03895283,-0.0162398;0.3995833;-0.003186095,6.632852
+0;0;0,-0.002327558;0.1998293;0.007926508,-0.006464926;0.4997055;0.003697499,0.1103356;0.3670526;0.01128154,0.1621602;0.09227565;0.02583642,0.2314785;-0.1739136;-0.02649202,-0.1193939;0.3643702;-0.0004323432,-0.1719891;0.08936015;-0.002230059,-0.221615;-0.179065;-0.06456168,0.0719807;0.00566992;-0.03444751,0.09667438;-0.3734767;-0.02827543,0.1136679;-0.7099145;0.0667024,0.1295139;-0.7594606;0.00821026,-0.07136106;0.004537583;-0.0358749,-0.09279734;-0.3746913;-0.02465379,-0.1068873;-0.7183526;0.04014167,-0.1017976;-0.7081265;-0.05775157,-0.005061725;0.3998106;0.008061149,0;0;0,-0.008233613;0.1998177;0.00225497,-0.02002756;0.4992642;-0.01021236,0.1009266;0.3774904;0.01037643,0.1821414;0.1100552;-0.006433733,0.2636082;-0.1448773;-0.08872928,-0.1310074;0.3648325;-0.007744648,-0.1699107;0.08829775;-0.02811774,-0.2096949;-0.1746516;-0.115724,0.0740391;0.008546446;-0.0290718,0.1324215;-0.3669365;-0.03108837,0.1768402;-0.7055767;0.04539585,0.1806516;-0.696513;-0.05231364,-0.0706685;0.001737729;-0.03745589,-0.06690454;-0.377795;-0.0189965,-0.06233779;-0.7190629;0.05856232,-0.05539747;-0.7101016;-0.03895283,-0.0162398;0.3995833;-0.003186095,6.656013
+0;0;0,-0.002702099;0.1998192;0.008062039,-0.006941357;0.4996984;0.004139253,0.109872;0.3671963;0.01248684,0.1638257;0.09258527;0.02130706,0.2327167;-0.1725681;-0.0365524,-0.1197513;0.3641644;-0.0008990802,-0.1694981;0.08865708;-0.005480426,-0.2175756;-0.1798494;-0.06866898,0.07214181;0.005834963;-0.03408095,0.09973615;-0.3731618;-0.03402367,0.1187856;-0.7091823;0.06203521,0.1347036;-0.7600487;0.005402662,-0.07122594;0.004380743;-0.03616178,-0.08972354;-0.3750712;-0.02755683,-0.1021773;-0.7186937;0.03777659,-0.09655677;-0.7084398;-0.06009324,-0.00554173;0.3997988;0.008393508,0;0;0,-0.009227628;0.1997745;0.002237883,-0.0224285;0.4991614;-0.01025062,0.09894291;0.3777694;0.01126884,0.1852804;0.1122759;-0.01015532,0.2680029;-0.140426;-0.09789772,-0.1331096;0.3652844;-0.00776455,-0.1726955;0.08930054;-0.03356859,-0.2078467;-0.1737079;-0.1229605,0.07412836;0.008995635;-0.02870654,0.1363238;-0.3658251;-0.0351169,0.1833019;-0.7042701;0.04069889,0.1873779;-0.695201;-0.0570011,-0.07050309;0.001281927;-0.03778452,-0.06426542;-0.3782475;-0.01993872,-0.0573004;-0.719577;0.05716953,-0.05007796;-0.7106189;-0.04032446,-0.01818065;0.3994995;-0.003218174,6.667386
+0;0;0,-0.002702099;0.1998192;0.008062039,-0.006941357;0.4996984;0.004139253,0.109872;0.3671963;0.01248684,0.1638257;0.09258527;0.02130706,0.2327167;-0.1725681;-0.0365524,-0.1197513;0.3641644;-0.0008990802,-0.1694981;0.08865708;-0.005480426,-0.2175756;-0.1798494;-0.06866898,0.07214181;0.005834963;-0.03408095,0.09973615;-0.3731618;-0.03402367,0.1187856;-0.7091823;0.06203521,0.1347036;-0.7600487;0.005402662,-0.07122594;0.004380743;-0.03616178,-0.08972354;-0.3750712;-0.02755683,-0.1021773;-0.7186937;0.03777659,-0.09655677;-0.7084398;-0.06009324,-0.00554173;0.3997988;0.008393508,0;0;0,-0.009227628;0.1997745;0.002237883,-0.0224285;0.4991614;-0.01025062,0.09894291;0.3777694;0.01126884,0.1852804;0.1122759;-0.01015532,0.2680029;-0.140426;-0.09789772,-0.1331096;0.3652844;-0.00776455,-0.1726955;0.08930054;-0.03356859,-0.2078467;-0.1737079;-0.1229605,0.07412836;0.008995635;-0.02870654,0.1363238;-0.3658251;-0.0351169,0.1833019;-0.7042701;0.04069889,0.1873779;-0.695201;-0.0570011,-0.07050309;0.001281927;-0.03778452,-0.06426542;-0.3782475;-0.01993872,-0.0573004;-0.719577;0.05716953,-0.05007796;-0.7106189;-0.04032446,-0.01818065;0.3994995;-0.003218174,6.678967
+0;0;0,-0.002702099;0.1998192;0.008062039,-0.006941357;0.4996984;0.004139253,0.109872;0.3671963;0.01248684,0.1638257;0.09258527;0.02130706,0.2327167;-0.1725681;-0.0365524,-0.1197513;0.3641644;-0.0008990802,-0.1694981;0.08865708;-0.005480426,-0.2175756;-0.1798494;-0.06866898,0.07214181;0.005834963;-0.03408095,0.09973615;-0.3731618;-0.03402367,0.1187856;-0.7091823;0.06203521,0.1347036;-0.7600487;0.005402662,-0.07122594;0.004380743;-0.03616178,-0.08972354;-0.3750712;-0.02755683,-0.1021773;-0.7186937;0.03777659,-0.09655677;-0.7084398;-0.06009324,-0.00554173;0.3997988;0.008393508,0;0;0,-0.01086594;0.1996878;0.002591135,-0.02691373;0.4989637;-0.009230184,0.0954937;0.3774239;0.01134647,0.1846602;0.1132428;-0.01429935,0.2702007;-0.1367387;-0.1069926,-0.1365013;0.3648268;-0.007518249,-0.1744302;0.08907053;-0.03784791,-0.2070805;-0.1732437;-0.1301799,0.07410954;0.009546258;-0.028577,0.1379414;-0.364883;-0.03990071,0.1876307;-0.7030295;0.03551755,0.1916105;-0.6939063;-0.06219796,-0.07048515;0.0006866508;-0.03783347,-0.06424627;-0.3788654;-0.02047557,-0.05422007;-0.7203431;0.05563283,-0.0470806;-0.711314;-0.04188255,-0.02168137;0.3993318;-0.002439222,6.70182
+0;0;0,-0.003155291;0.1998081;0.008171177,-0.007867971;0.4996837;0.0045077,0.1091897;0.3676139;0.01319163,0.1662848;0.09350377;0.01513869,0.2355614;-0.1706012;-0.04690416,-0.1205436;0.3644534;-0.001676247,-0.1689468;0.08877426;-0.00930055,-0.2162022;-0.1794671;-0.07421206,0.0724397;0.00593178;-0.03342609,0.1042818;-0.3726907;-0.03900196,0.1250792;-0.7084032;0.05776869,0.141594;-0.7586968;0.0004956163,-0.07087096;0.004329365;-0.03685871,-0.08755407;-0.3752506;-0.03048047,-0.09666349;-0.7188891;0.03531957,-0.09056871;-0.708611;-0.06252675,-0.006329866;0.3997823;0.008671878,0;0;0,-0.01086594;0.1996878;0.002591135,-0.02691373;0.4989637;-0.009230184,0.0954937;0.3774239;0.01134647,0.1846602;0.1132428;-0.01429935,0.2702007;-0.1367387;-0.1069926,-0.1365013;0.3648268;-0.007518249,-0.1744302;0.08907053;-0.03784791,-0.2070805;-0.1732437;-0.1301799,0.07410954;0.009546258;-0.028577,0.1379414;-0.364883;-0.03990071,0.1876307;-0.7030295;0.03551755,0.1916105;-0.6939063;-0.06219796,-0.07048515;0.0006866508;-0.03783347,-0.06424627;-0.3788654;-0.02047557,-0.05422007;-0.7203431;0.05563283,-0.0470806;-0.711314;-0.04188255,-0.02168137;0.3993318;-0.002439222,6.713078
+0;0;0,-0.003155291;0.1998081;0.008171177,-0.007867971;0.4996837;0.0045077,0.1091897;0.3676139;0.01319163,0.1662848;0.09350377;0.01513869,0.2355614;-0.1706012;-0.04690416,-0.1205436;0.3644534;-0.001676247,-0.1689468;0.08877426;-0.00930055,-0.2162022;-0.1794671;-0.07421206,0.0724397;0.00593178;-0.03342609,0.1042818;-0.3726907;-0.03900196,0.1250792;-0.7084032;0.05776869,0.141594;-0.7586968;0.0004956163,-0.07087096;0.004329365;-0.03685871,-0.08755407;-0.3752506;-0.03048047,-0.09666349;-0.7188891;0.03531957,-0.09056871;-0.708611;-0.06252675,-0.006329866;0.3997823;0.008671878,0;0;0,-0.01086594;0.1996878;0.002591135,-0.02691373;0.4989637;-0.009230184,0.0954937;0.3774239;0.01134647,0.1846602;0.1132428;-0.01429935,0.2702007;-0.1367387;-0.1069926,-0.1365013;0.3648268;-0.007518249,-0.1744302;0.08907053;-0.03784791,-0.2070805;-0.1732437;-0.1301799,0.07410954;0.009546258;-0.028577,0.1379414;-0.364883;-0.03990071,0.1876307;-0.7030295;0.03551755,0.1916105;-0.6939063;-0.06219796,-0.07048515;0.0006866508;-0.03783347,-0.06424627;-0.3788654;-0.02047557,-0.05422007;-0.7203431;0.05563283,-0.0470806;-0.711314;-0.04188255,-0.02168137;0.3993318;-0.002439222,6.724344
+0;0;0,-0.003155291;0.1998081;0.008171177,-0.007867971;0.4996837;0.0045077,0.1091897;0.3676139;0.01319163,0.1662848;0.09350377;0.01513869,0.2355614;-0.1706012;-0.04690416,-0.1205436;0.3644534;-0.001676247,-0.1689468;0.08877426;-0.00930055,-0.2162022;-0.1794671;-0.07421206,0.0724397;0.00593178;-0.03342609,0.1042818;-0.3726907;-0.03900196,0.1250792;-0.7084032;0.05776869,0.141594;-0.7586968;0.0004956163,-0.07087096;0.004329365;-0.03685871,-0.08755407;-0.3752506;-0.03048047,-0.09666349;-0.7188891;0.03531957,-0.09056871;-0.708611;-0.06252675,-0.006329866;0.3997823;0.008671878,0;0;0,-0.01207032;0.1996163;0.002767532,-0.02958973;0.498819;-0.008809605,0.09316952;0.3767436;0.01157323,0.1854429;0.1140655;-0.01818948,0.2735373;-0.1336862;-0.1144106,-0.1386736;0.3645607;-0.007568656,-0.1766462;0.08943126;-0.04309126,-0.206077;-0.1728713;-0.1365321,0.07430188;0.01021362;-0.02783724,0.1419018;-0.3632044;-0.04756605,0.1939653;-0.7006432;0.02940479,0.1980413;-0.6914862;-0.06831396,-0.07009836;0.0001033041;-0.03855138,-0.06200695;-0.3794263;-0.0214684,-0.04939723;-0.7210621;0.05353776,-0.0421457;-0.7119985;-0.04397678,-0.02391389;0.399206;-0.002098467,6.746559
+0;0;0,-0.003676355;0.1997965;0.008236092,-0.009069784;0.499663;0.004751096,0.1081511;0.3675592;0.01433823,0.1663571;0.09374335;0.008258464,0.2366385;-0.1687362;-0.05930638,-0.1214473;0.364346;-0.002099514,-0.1695421;0.08877736;-0.01429883,-0.2152168;-0.1789242;-0.08248746,0.07256491;0.00614278;-0.03311493,0.1085122;-0.3720149;-0.04334234,0.1308603;-0.7073432;0.05440971,0.1471753;-0.757256;-0.003450193,-0.07070074;0.004130843;-0.03720673,-0.08638714;-0.3755232;-0.03311221,-0.09221589;-0.7192868;0.03240548,-0.08559477;-0.7089732;-0.06541379,-0.007316777;0.3997625;0.008850037,0;0;0,-0.01394338;0.1994857;0.003326208,-0.03483226;0.4985121;-0.007201131,0.08913415;0.3763231;0.01226397,0.1848906;0.1154034;-0.02167114,0.2744226;-0.1306664;-0.120836,-0.142453;0.3634956;-0.007110291,-0.1810403;0.08923408;-0.04823954,-0.207763;-0.1723826;-0.1443781,0.07443784;0.01077991;-0.02725435,0.1433708;-0.3618795;-0.05506052,0.197614;-0.6984725;0.02407744,0.2017213;-0.689209;-0.07366268,-0.06985068;-0.0004411528;-0.03899598,-0.06135308;-0.3799792;-0.0223024,-0.04714487;-0.7217057;0.05200183,-0.03984021;-0.7125433;-0.04552989,-0.0279798;0.3989484;-0.0008667505,6.768827
+0;0;0,-0.003676355;0.1997965;0.008236092,-0.009069784;0.499663;0.004751096,0.1081511;0.3675592;0.01433823,0.1663571;0.09374335;0.008258464,0.2366385;-0.1687362;-0.05930638,-0.1214473;0.364346;-0.002099514,-0.1695421;0.08877736;-0.01429883,-0.2152168;-0.1789242;-0.08248746,0.07256491;0.00614278;-0.03311493,0.1085122;-0.3720149;-0.04334234,0.1308603;-0.7073432;0.05440971,0.1471753;-0.757256;-0.003450193,-0.07070074;0.004130843;-0.03720673,-0.08638714;-0.3755232;-0.03311221,-0.09221589;-0.7192868;0.03240548,-0.08559477;-0.7089732;-0.06541379,-0.007316777;0.3997625;0.008850037,0;0;0,-0.01394338;0.1994857;0.003326208,-0.03483226;0.4985121;-0.007201131,0.08913415;0.3763231;0.01226397,0.1848906;0.1154034;-0.02167114,0.2744226;-0.1306664;-0.120836,-0.142453;0.3634956;-0.007110291,-0.1810403;0.08923408;-0.04823954,-0.207763;-0.1723826;-0.1443781,0.07443784;0.01077991;-0.02725435,0.1433708;-0.3618795;-0.05506052,0.197614;-0.6984725;0.02407744,0.2017213;-0.689209;-0.07366268,-0.06985068;-0.0004411528;-0.03899598,-0.06135308;-0.3799792;-0.0223024,-0.04714487;-0.7217057;0.05200183,-0.03984021;-0.7125433;-0.04552989,-0.0279798;0.3989484;-0.0008667505,6.779969
+0;0;0,-0.003676355;0.1997965;0.008236092,-0.009069784;0.499663;0.004751096,0.1081511;0.3675592;0.01433823,0.1663571;0.09374335;0.008258464,0.2366385;-0.1687362;-0.05930638,-0.1214473;0.364346;-0.002099514,-0.1695421;0.08877736;-0.01429883,-0.2152168;-0.1789242;-0.08248746,0.07256491;0.00614278;-0.03311493,0.1085122;-0.3720149;-0.04334234,0.1308603;-0.7073432;0.05440971,0.1471753;-0.757256;-0.003450193,-0.07070074;0.004130843;-0.03720673,-0.08638714;-0.3755232;-0.03311221,-0.09221589;-0.7192868;0.03240548,-0.08559477;-0.7089732;-0.06541379,-0.007316777;0.3997625;0.008850037,0;0;0,-0.015336;0.1993805;0.003494598,-0.0379608;0.4982848;-0.006892531,0.08661341;0.3764316;0.01232657,0.1826784;0.116094;-0.02503414,0.275199;-0.1272917;-0.1280067,-0.1449445;0.3630778;-0.007533662,-0.1825673;0.08932832;-0.05276358,-0.2099037;-0.1704002;-0.1537281,0.0744016;0.01142867;-0.02708849,0.1451831;-0.3596666;-0.06805581,0.2020797;-0.6952792;0.01334982,0.2063113;-0.6859749;-0.08439364,-0.06978581;-0.001158928;-0.03909728,-0.05921455;-0.3806985;-0.02367141,-0.04320966;-0.7224839;0.04999379,-0.03576354;-0.7132851;-0.04753501,-0.03058187;0.3987567;-0.0005906215,6.802459
+0;0;0,-0.001869753;0.1998529;0.007438277,-0.00558926;0.4997384;0.003270221,0.1107009;0.3661898;0.01447134,0.1716938;0.09323373;0.001248545,0.2429438;-0.1671113;-0.07320888,-0.1188789;0.3656526;-0.002335364,-0.1664186;0.09026378;-0.01968462,-0.2116412;-0.1762814;-0.09254469,0.07270598;0.006380033;-0.03275873,0.1123498;-0.3712377;-0.04802868,0.1363961;-0.7062951;0.05024824,0.1523526;-0.7556253;-0.00850638,-0.07048891;0.003922891;-0.03762878,-0.0839081;-0.3758341;-0.03550478,-0.08707127;-0.7196026;0.0301704,-0.0802777;-0.7093758;-0.06761952,-0.004276388;0.3998384;0.007543317,0;0;0,-0.015336;0.1993805;0.003494598,-0.0379608;0.4982848;-0.006892531,0.08661341;0.3764316;0.01232657,0.1826784;0.116094;-0.02503414,0.275199;-0.1272917;-0.1280067,-0.1449445;0.3630778;-0.007533662,-0.1825673;0.08932832;-0.05276358,-0.2099037;-0.1704002;-0.1537281,0.0744016;0.01142867;-0.02708849,0.1451831;-0.3596666;-0.06805581,0.2020797;-0.6952792;0.01334982,0.2063113;-0.6859749;-0.08439364,-0.06978581;-0.001158928;-0.03909728,-0.05921455;-0.3806985;-0.02367141,-0.04320966;-0.7224839;0.04999379,-0.03576354;-0.7132851;-0.04753501,-0.03058187;0.3987567;-0.0005906215,6.824719
+0;0;0,-0.001869753;0.1998529;0.007438277,-0.00558926;0.4997384;0.003270221,0.1107009;0.3661898;0.01447134,0.1716938;0.09323373;0.001248545,0.2429438;-0.1671113;-0.07320888,-0.1188789;0.3656526;-0.002335364,-0.1664186;0.09026378;-0.01968462,-0.2116412;-0.1762814;-0.09254469,0.07270598;0.006380033;-0.03275873,0.1123498;-0.3712377;-0.04802868,0.1363961;-0.7062951;0.05024824,0.1523526;-0.7556253;-0.00850638,-0.07048891;0.003922891;-0.03762878,-0.0839081;-0.3758341;-0.03550478,-0.08707127;-0.7196026;0.0301704,-0.0802777;-0.7093758;-0.06761952,-0.004276388;0.3998384;0.007543317,0;0;0,-0.01644179;0.1992888;0.003694596,-0.0407439;0.4980726;-0.006367351,0.08443147;0.3763984;0.01259555,0.1813328;0.1167636;-0.02740292,0.2755875;-0.1233221;-0.1363751,-0.1471213;0.3628078;-0.007423648,-0.1845495;0.0896945;-0.05649752,-0.2109307;-0.1690699;-0.1601555,0.07441338;0.01207126;-0.02677561,0.1458692;-0.3571323;-0.08139077,0.20343;-0.6921678;0.001903407,0.2076909;-0.6828107;-0.09584994,-0.06959649;-0.001748863;-0.03941153,-0.05936299;-0.3813049;-0.02416389,-0.04217742;-0.7231364;0.04901972,-0.03469899;-0.7138795;-0.048519,-0.03280689;0.3985806;-0.0001763734,6.836168
+0;0;0,-0.001869753;0.1998529;0.007438277,-0.00558926;0.4997384;0.003270221,0.1107009;0.3661898;0.01447134,0.1716938;0.09323373;0.001248545,0.2429438;-0.1671113;-0.07320888,-0.1188789;0.3656526;-0.002335364,-0.1664186;0.09026378;-0.01968462,-0.2116412;-0.1762814;-0.09254469,0.07270598;0.006380033;-0.03275873,0.1123498;-0.3712377;-0.04802868,0.1363961;-0.7062951;0.05024824,0.1523526;-0.7556253;-0.00850638,-0.07048891;0.003922891;-0.03762878,-0.0839081;-0.3758341;-0.03550478,-0.08707127;-0.7196026;0.0301704,-0.0802777;-0.7093758;-0.06761952,-0.004276388;0.3998384;0.007543317,0;0;0,-0.01644179;0.1992888;0.003694596,-0.0407439;0.4980726;-0.006367351,0.08443147;0.3763984;0.01259555,0.1813328;0.1167636;-0.02740292,0.2755875;-0.1233221;-0.1363751,-0.1471213;0.3628078;-0.007423648,-0.1845495;0.0896945;-0.05649752,-0.2109307;-0.1690699;-0.1601555,0.07441338;0.01207126;-0.02677561,0.1458692;-0.3571323;-0.08139077,0.20343;-0.6921678;0.001903407,0.2076909;-0.6828107;-0.09584994,-0.06959649;-0.001748863;-0.03941153,-0.05936299;-0.3813049;-0.02416389,-0.04217742;-0.7231364;0.04901972,-0.03469899;-0.7138795;-0.048519,-0.03280689;0.3985806;-0.0001763734,6.858343
+0;0;0,-5.458181E-05;0.1998813;0.006889422,-0.001417617;0.4997756;0.001948582,0.113642;0.3649507;0.01550566,0.1764976;0.09290698;-0.00550371,0.25151;-0.1648208;-0.08518761,-0.1157638;0.3665847;-0.002257868,-0.162099;0.0914458;-0.02574426,-0.2057139;-0.1746866;-0.101052,0.0729557;0.006693737;-0.03213504,0.117;-0.3702304;-0.05184008,0.1420474;-0.7053179;0.04608332,0.159067;-0.7545255;-0.01253815,-0.07036166;0.003553612;-0.03790262,-0.0810966;-0.3762925;-0.0366063,-0.0804062;-0.720138;0.02873776,-0.07332555;-0.7099937;-0.06901507,-0.0008053427;0.3998794;0.006461388,0;0;0,-0.01721475;0.1992152;0.004116533,-0.04237309;0.4979536;-0.005177134,0.08316511;0.3767587;0.0133514,0.1818622;0.1183083;-0.02980245,0.2768628;-0.1209314;-0.1399807,-0.1482303;0.3620599;-0.007448163,-0.1865595;0.08978632;-0.06034399,-0.2125116;-0.1675786;-0.1675344,0.07448769;0.01275535;-0.0262466,0.1485603;-0.3528981;-0.09843262,0.2054414;-0.6864464;-0.008933857,0.2099156;-0.6770092;-0.1066946,-0.06931391;-0.002417353;-0.0398715,-0.05689615;-0.3819152;-0.02479731,-0.03863508;-0.7238265;0.04775016,-0.03095334;-0.7144889;-0.04978986,-0.03417994;0.3984659;0.0007442515,6.881338
+0;0;0,-5.458181E-05;0.1998813;0.006889422,-0.001417617;0.4997756;0.001948582,0.113642;0.3649507;0.01550566,0.1764976;0.09290698;-0.00550371,0.25151;-0.1648208;-0.08518761,-0.1157638;0.3665847;-0.002257868,-0.162099;0.0914458;-0.02574426,-0.2057139;-0.1746866;-0.101052,0.0729557;0.006693737;-0.03213504,0.117;-0.3702304;-0.05184008,0.1420474;-0.7053179;0.04608332,0.159067;-0.7545255;-0.01253815,-0.07036166;0.003553612;-0.03790262,-0.0810966;-0.3762925;-0.0366063,-0.0804062;-0.720138;0.02873776,-0.07332555;-0.7099937;-0.06901507,-0.0008053427;0.3998794;0.006461388,0;0;0,-0.01790397;0.1991523;0.004222306,-0.04395719;0.4978195;-0.00488964,0.08180593;0.3768398;0.01443285,0.1815574;0.1195324;-0.03292263,0.2765959;-0.1189287;-0.144744,-0.1493739;0.361478;-0.007305373,-0.1875182;0.08973551;-0.06299234,-0.2129119;-0.1660804;-0.1739579,0.07455949;0.01335847;-0.02573779,0.1509753;-0.3488206;-0.1116849,0.2056162;-0.6811166;-0.01632363,0.2104083;-0.6716425;-0.114077,-0.06909679;-0.003057327;-0.04020306,-0.0559563;-0.3824492;-0.02319914,-0.03575581;-0.7246448;0.04746987,-0.02778155;-0.7152647;-0.05005568,-0.03548007;0.3983519;0.0009708605,6.902908
+0;0;0,-5.458181E-05;0.1998813;0.006889422,-0.001417617;0.4997756;0.001948582,0.113642;0.3649507;0.01550566,0.1764976;0.09290698;-0.00550371,0.25151;-0.1648208;-0.08518761,-0.1157638;0.3665847;-0.002257868,-0.162099;0.0914458;-0.02574426,-0.2057139;-0.1746866;-0.101052,0.0729557;0.006693737;-0.03213504,0.117;-0.3702304;-0.05184008,0.1420474;-0.7053179;0.04608332,0.159067;-0.7545255;-0.01253815,-0.07036166;0.003553612;-0.03790262,-0.0810966;-0.3762925;-0.0366063,-0.0804062;-0.720138;0.02873776,-0.07332555;-0.7099937;-0.06901507,-0.0008053427;0.3998794;0.006461388,0;0;0,-0.01790397;0.1991523;0.004222306,-0.04395719;0.4978195;-0.00488964,0.08180593;0.3768398;0.01443285,0.1815574;0.1195324;-0.03292263,0.2765959;-0.1189287;-0.144744,-0.1493739;0.361478;-0.007305373,-0.1875182;0.08973551;-0.06299234,-0.2129119;-0.1660804;-0.1739579,0.07455949;0.01335847;-0.02573779,0.1509753;-0.3488206;-0.1116849,0.2056162;-0.6811166;-0.01632363,0.2104083;-0.6716425;-0.114077,-0.06909679;-0.003057327;-0.04020306,-0.0559563;-0.3824492;-0.02319914,-0.03575581;-0.7246448;0.04746987,-0.02778155;-0.7152647;-0.05005568,-0.03548007;0.3983519;0.0009708605,6.925191
+0;0;0,-0.004583843;0.1997674;0.008483067,-0.01310216;0.4995766;0.006302924,0.1053094;0.3677743;0.01583432,0.1707949;0.09719312;-0.01412324,0.2481611;-0.1570253;-0.1023699,-0.1244462;0.3649387;-0.002131332,-0.1671351;0.08988008;-0.03246974,-0.2117982;-0.1740291;-0.1146717,0.07314993;0.006987057;-0.031627,0.122061;-0.3690462;-0.05625801,0.1486223;-0.7042794;0.04076365,0.1663835;-0.7548609;-0.0157268,-0.07003741;0.003302879;-0.0385208,-0.07832104;-0.3766051;-0.03737856,-0.07382737;-0.7206079;0.02697881,-0.06671918;-0.7102235;-0.07082049,-0.01021832;0.399683;0.009903099,0;0;0,-0.0188498;0.1990562;0.004615682,-0.04654419;0.4976;-0.003698889,0.07986997;0.3771015;0.01532212,0.1798506;0.1205832;-0.03568977,0.2755427;-0.1162929;-0.1502879,-0.1511506;0.3607137;-0.007103104,-0.1891654;0.08962283;-0.06596386,-0.215743;-0.1624903;-0.1848444,0.07456228;0.01381294;-0.02548859,0.1517096;-0.3444854;-0.125841,0.2032667;-0.6748755;-0.02247637,0.2082816;-0.6653227;-0.1202351,-0.06895063;-0.003542106;-0.04041366,-0.0551444;-0.3829046;-0.02328165,-0.03353151;-0.7251916;0.04652145,-0.02538215;-0.7157371;-0.05100532,-0.03749881;0.398166;0.001873873,6.947728
+0;0;0,-0.004583843;0.1997674;0.008483067,-0.01310216;0.4995766;0.006302924,0.1053094;0.3677743;0.01583432,0.1707949;0.09719312;-0.01412324,0.2481611;-0.1570253;-0.1023699,-0.1244462;0.3649387;-0.002131332,-0.1671351;0.08988008;-0.03246974,-0.2117982;-0.1740291;-0.1146717,0.07314993;0.006987057;-0.031627,0.122061;-0.3690462;-0.05625801,0.1486223;-0.7042794;0.04076365,0.1663835;-0.7548609;-0.0157268,-0.07003741;0.003302879;-0.0385208,-0.07832104;-0.3766051;-0.03737856,-0.07382737;-0.7206079;0.02697881,-0.06671918;-0.7102235;-0.07082049,-0.01021832;0.399683;0.009903099,0;0;0,-0.0188498;0.1990562;0.004615682,-0.04654419;0.4976;-0.003698889,0.07986997;0.3771015;0.01532212,0.1798506;0.1205832;-0.03568977,0.2755427;-0.1162929;-0.1502879,-0.1511506;0.3607137;-0.007103104,-0.1891654;0.08962283;-0.06596386,-0.215743;-0.1624903;-0.1848444,0.07456228;0.01381294;-0.02548859,0.1517096;-0.3444854;-0.125841,0.2032667;-0.6748755;-0.02247637,0.2082816;-0.6653227;-0.1202351,-0.06895063;-0.003542106;-0.04041366,-0.0551444;-0.3829046;-0.02328165,-0.03353151;-0.7251916;0.04652145,-0.02538215;-0.7157371;-0.05100532,-0.03749881;0.398166;0.001873873,6.958593
+0;0;0,-0.004583843;0.1997674;0.008483067,-0.01310216;0.4995766;0.006302924,0.1053094;0.3677743;0.01583432,0.1707949;0.09719312;-0.01412324,0.2481611;-0.1570253;-0.1023699,-0.1244462;0.3649387;-0.002131332,-0.1671351;0.08988008;-0.03246974,-0.2117982;-0.1740291;-0.1146717,0.07314993;0.006987057;-0.031627,0.122061;-0.3690462;-0.05625801,0.1486223;-0.7042794;0.04076365,0.1663835;-0.7548609;-0.0157268,-0.07003741;0.003302879;-0.0385208,-0.07832104;-0.3766051;-0.03737856,-0.07382737;-0.7206079;0.02697881,-0.06671918;-0.7102235;-0.07082049,-0.01021832;0.399683;0.009903099,0;0;0,-0.01950937;0.1989847;0.00494818,-0.04806054;0.4974634;-0.002788441,0.07861942;0.3770891;0.01621976,0.1784285;0.1211387;-0.0378868,0.2749601;-0.1130429;-0.1572208,-0.1521481;0.359919;-0.006736385,-0.1899723;0.08954075;-0.06890497,-0.217856;-0.1584837;-0.1958157,0.07457516;0.01411771;-0.02528313,0.1529683;-0.3398204;-0.139223,0.2011471;-0.6687166;-0.02965076,0.2063402;-0.6591051;-0.1274124,-0.06882866;-0.003939104;-0.04058447,-0.05405736;-0.3832649;-0.02344526,-0.03117401;-0.7256606;0.04541374,-0.02289625;-0.7161458;-0.05211489,-0.03874776;0.3980432;0.002586451,6.981094
+0;0;0,-0.004828198;0.1997491;0.008774987,-0.01215746;0.4995871;0.006483752,0.1056693;0.3674143;0.01597045,0.1738421;0.09845415;-0.02161814,0.2535321;-0.1476779;-0.1287095,-0.123735;0.3645453;-0.003107981,-0.1678222;0.09036532;-0.03890789,-0.2092786;-0.1738757;-0.1217211,0.07339817;0.0070966;-0.03102172,0.1267354;-0.3678921;-0.06165816,0.1541707;-0.7033207;0.03444069,0.1730324;-0.7554852;-0.01934808,-0.06960332;0.003228621;-0.0393059,-0.07500578;-0.3767323;-0.03859137,-0.06755045;-0.7208742;0.02473881,-0.06006986;-0.7104825;-0.07303418,-0.009764344;0.3996834;0.01015875,0;0;0,-0.01950937;0.1989847;0.00494818,-0.04806054;0.4974634;-0.002788441,0.07861942;0.3770891;0.01621976,0.1784285;0.1211387;-0.0378868,0.2749601;-0.1130429;-0.1572208,-0.1521481;0.359919;-0.006736385,-0.1899723;0.08954075;-0.06890497,-0.217856;-0.1584837;-0.1958157,0.07457516;0.01411771;-0.02528313,0.1529683;-0.3398204;-0.139223,0.2011471;-0.6687166;-0.02965076,0.2063402;-0.6591051;-0.1274124,-0.06882866;-0.003939104;-0.04058447,-0.05405736;-0.3832649;-0.02344526,-0.03117401;-0.7256606;0.04541374,-0.02289625;-0.7161458;-0.05211489,-0.03874776;0.3980432;0.002586451,6.992335
+0;0;0,-0.004828198;0.1997491;0.008774987,-0.01215746;0.4995871;0.006483752,0.1056693;0.3674143;0.01597045,0.1738421;0.09845415;-0.02161814,0.2535321;-0.1476779;-0.1287095,-0.123735;0.3645453;-0.003107981,-0.1678222;0.09036532;-0.03890789,-0.2092786;-0.1738757;-0.1217211,0.07339817;0.0070966;-0.03102172,0.1267354;-0.3678921;-0.06165816,0.1541707;-0.7033207;0.03444069,0.1730324;-0.7554852;-0.01934808,-0.06960332;0.003228621;-0.0393059,-0.07500578;-0.3767323;-0.03859137,-0.06755045;-0.7208742;0.02473881,-0.06006986;-0.7104825;-0.07303418,-0.009764344;0.3996834;0.01015875,0;0;0,-0.01958431;0.1989744;0.005064498,-0.04807385;0.4974625;-0.00252688,0.07854351;0.3773057;0.0169959,0.1792668;0.1222376;-0.03952894,0.274515;-0.1086137;-0.1661601,-0.1523935;0.3603389;-0.005842871,-0.18963;0.09064084;-0.07123695,-0.2165492;-0.1541521;-0.2044728,0.074567;0.01452183;-0.02507747,0.1537911;-0.3362412;-0.147914,0.1981442;-0.6646667;-0.03535487,0.2033245;-0.6550488;-0.1331185,-0.06874353;-0.004406989;-0.04068055,-0.0531008;-0.3836846;-0.02325175,-0.0293806;-0.7262447;0.04449749,-0.02117302;-0.7167054;-0.05304223,-0.03879723;0.3980366;0.002804925,7.003423
+0;0;0,-0.004828198;0.1997491;0.008774987,-0.01215746;0.4995871;0.006483752,0.1056693;0.3674143;0.01597045,0.1738421;0.09845415;-0.02161814,0.2535321;-0.1476779;-0.1287095,-0.123735;0.3645453;-0.003107981,-0.1678222;0.09036532;-0.03890789,-0.2092786;-0.1738757;-0.1217211,0.07339817;0.0070966;-0.03102172,0.1267354;-0.3678921;-0.06165816,0.1541707;-0.7033207;0.03444069,0.1730324;-0.7554852;-0.01934808,-0.06960332;0.003228621;-0.0393059,-0.07500578;-0.3767323;-0.03859137,-0.06755045;-0.7208742;0.02473881,-0.06006986;-0.7104825;-0.07303418,-0.009764344;0.3996834;0.01015875,0;0;0,-0.01958431;0.1989744;0.005064498,-0.04807385;0.4974625;-0.00252688,0.07854351;0.3773057;0.0169959,0.1792668;0.1222376;-0.03952894,0.274515;-0.1086137;-0.1661601,-0.1523935;0.3603389;-0.005842871,-0.18963;0.09064084;-0.07123695,-0.2165492;-0.1541521;-0.2044728,0.074567;0.01452183;-0.02507747,0.1537911;-0.3362412;-0.147914,0.1981442;-0.6646667;-0.03535487,0.2033245;-0.6550488;-0.1331185,-0.06874353;-0.004406989;-0.04068055,-0.0531008;-0.3836846;-0.02325175,-0.0293806;-0.7262447;0.04449749,-0.02117302;-0.7167054;-0.05304223,-0.03879723;0.3980366;0.002804925,7.025729
+0;0;0,-0.004592675;0.1997439;0.009016316,-0.01118558;0.4996004;0.006978011,0.1063222;0.3672383;0.01621339,0.1752306;0.09977156;-0.0297558,0.2604992;-0.142638;-0.1409622,-0.1232138;0.3652355;-0.002991891,-0.1675326;0.0922637;-0.04683502,-0.2056887;-0.1722416;-0.1303878,0.07362945;0.007109978;-0.03046561,0.1303314;-0.3669926;-0.06556717,0.1594084;-0.7025073;0.02974509,0.1790358;-0.7510543;-0.0289503,-0.06940496;0.003176593;-0.0396593,-0.07154771;-0.376817;-0.03918707,-0.06134394;-0.7210196;0.02342622,-0.0537962;-0.7106099;-0.07434522,-0.009069741;0.3996877;0.01057917,0;0;0,-0.02020925;0.1989017;0.005448911,-0.04965388;0.4973162;-0.001387048,0.07734431;0.3770573;0.01715931,0.1780726;0.1225152;-0.04168058,0.2744593;-0.1060005;-0.1716429,-0.1534471;0.3596104;-0.005071605,-0.1908581;0.09088346;-0.07425442,-0.2165692;-0.1522074;-0.2108039,0.07461834;0.01473017;-0.02480172,0.1544496;-0.3317861;-0.1587922,0.1952102;-0.6590238;-0.04151454,0.2002477;-0.6493633;-0.1392945,-0.06859016;-0.004669592;-0.04090945,-0.05191818;-0.3839146;-0.02372644,-0.02711923;-0.7263956;0.0440361,-0.01911951;-0.7167836;-0.05353612,-0.04005861;0.3979064;0.00367343,7.037006
+0;0;0,-0.004592675;0.1997439;0.009016316,-0.01118558;0.4996004;0.006978011,0.1063222;0.3672383;0.01621339,0.1752306;0.09977156;-0.0297558,0.2604992;-0.142638;-0.1409622,-0.1232138;0.3652355;-0.002991891,-0.1675326;0.0922637;-0.04683502,-0.2056887;-0.1722416;-0.1303878,0.07362945;0.007109978;-0.03046561,0.1303314;-0.3669926;-0.06556717,0.1594084;-0.7025073;0.02974509,0.1790358;-0.7510543;-0.0289503,-0.06940496;0.003176593;-0.0396593,-0.07154771;-0.376817;-0.03918707,-0.06134394;-0.7210196;0.02342622,-0.0537962;-0.7106099;-0.07434522,-0.009069741;0.3996877;0.01057917,0;0;0,-0.02020925;0.1989017;0.005448911,-0.04965388;0.4973162;-0.001387048,0.07734431;0.3770573;0.01715931,0.1780726;0.1225152;-0.04168058,0.2744593;-0.1060005;-0.1716429,-0.1534471;0.3596104;-0.005071605,-0.1908581;0.09088346;-0.07425442,-0.2165692;-0.1522074;-0.2108039,0.07461834;0.01473017;-0.02480172,0.1544496;-0.3317861;-0.1587922,0.1952102;-0.6590238;-0.04151454,0.2002477;-0.6493633;-0.1392945,-0.06859016;-0.004669592;-0.04090945,-0.05191818;-0.3839146;-0.02372644,-0.02711923;-0.7263956;0.0440361,-0.01911951;-0.7167836;-0.05353612,-0.04005861;0.3979064;0.00367343,7.048121
+0;0;0,-0.004592675;0.1997439;0.009016316,-0.01118558;0.4996004;0.006978011,0.1063222;0.3672383;0.01621339,0.1752306;0.09977156;-0.0297558,0.2604992;-0.142638;-0.1409622,-0.1232138;0.3652355;-0.002991891,-0.1675326;0.0922637;-0.04683502,-0.2056887;-0.1722416;-0.1303878,0.07362945;0.007109978;-0.03046561,0.1303314;-0.3669926;-0.06556717,0.1594084;-0.7025073;0.02974509,0.1790358;-0.7510543;-0.0289503,-0.06940496;0.003176593;-0.0396593,-0.07154771;-0.376817;-0.03918707,-0.06134394;-0.7210196;0.02342622,-0.0537962;-0.7106099;-0.07434522,-0.009069741;0.3996877;0.01057917,0;0;0,-0.01997562;0.1989216;0.005584719,-0.04905455;0.4973743;-0.001131976,0.07776833;0.3771454;0.01792324,0.1789329;0.1233106;-0.0431802,0.2754377;-0.1006844;-0.1807049,-0.1529794;0.359565;-0.004276876,-0.1893225;0.09132019;-0.07585801,-0.2145726;-0.1464074;-0.2216251,0.07458115;0.01497173;-0.02476889,0.153083;-0.3265159;-0.1718187,0.1923514;-0.6526327;-0.05096411,0.1973654;-0.6429827;-0.1487432,-0.06857718;-0.004972808;-0.04089549,-0.05091378;-0.3841733;-0.02371986,-0.02522159;-0.7266381;0.0437915,-0.01730107;-0.7170113;-0.05379025,-0.03957887;0.3979514;0.003896596,7.07042
+0;0;0,-0.005662035;0.1996914;0.009555082,-0.0139129;0.4995125;0.008465474,0.1042665;0.367467;0.01667093,0.1751118;0.1021228;-0.03785846,0.263795;-0.1357987;-0.155878,-0.1252561;0.3653769;-0.003439027,-0.16809;0.09340572;-0.05439894,-0.2050061;-0.1702386;-0.141168,0.07368903;0.007505263;-0.03022579,0.13197;-0.3660131;-0.06879206,0.1630046;-0.7014624;0.026132,0.18496;-0.747493;-0.03500168,-0.06930582;0.002765253;-0.03986296,-0.06924259;-0.3772339;-0.04068124,-0.05707075;-0.7215261;0.02108183,-0.04922796;-0.7110503;-0.07667962,-0.01124542;0.3996015;0.01173468,0;0;0,-0.01997562;0.1989216;0.005584719,-0.04905455;0.4973743;-0.001131976,0.07776833;0.3771454;0.01792324,0.1789329;0.1233106;-0.0431802,0.2754377;-0.1006844;-0.1807049,-0.1529794;0.359565;-0.004276876,-0.1893225;0.09132019;-0.07585801,-0.2145726;-0.1464074;-0.2216251,0.07458115;0.01497173;-0.02476889,0.153083;-0.3265159;-0.1718187,0.1923514;-0.6526327;-0.05096411,0.1973654;-0.6429827;-0.1487432,-0.06857718;-0.004972808;-0.04089549,-0.05091378;-0.3841733;-0.02371986,-0.02522159;-0.7266381;0.0437915,-0.01730107;-0.7170113;-0.05379025,-0.03957887;0.3979514;0.003896596,7.092727
+0;0;0,-0.005662035;0.1996914;0.009555082,-0.0139129;0.4995125;0.008465474,0.1042665;0.367467;0.01667093,0.1751118;0.1021228;-0.03785846,0.263795;-0.1357987;-0.155878,-0.1252561;0.3653769;-0.003439027,-0.16809;0.09340572;-0.05439894,-0.2050061;-0.1702386;-0.141168,0.07368903;0.007505263;-0.03022579,0.13197;-0.3660131;-0.06879206,0.1630046;-0.7014624;0.026132,0.18496;-0.747493;-0.03500168,-0.06930582;0.002765253;-0.03986296,-0.06924259;-0.3772339;-0.04068124,-0.05707075;-0.7215261;0.02108183,-0.04922796;-0.7110503;-0.07667962,-0.01124542;0.3996015;0.01173468,0;0;0,-0.01978223;0.1989337;0.005833811,-0.04855687;0.4974227;-0.0005713268,0.07806849;0.3766389;0.01838454,0.1790138;0.1232736;-0.04498789,0.2761378;-0.09823938;-0.1860515,-0.152563;0.359444;-0.003338236,-0.1877016;0.09163204;-0.0771086,-0.2117951;-0.143274;-0.2275701,0.0745886;0.01509609;-0.02467079,0.1522978;-0.3237215;-0.1781762,0.1903031;-0.6487926;-0.05414248,0.1951759;-0.6391231;-0.1519327,-0.06856231;-0.005172837;-0.0408956,-0.04977179;-0.384313;-0.02358463,-0.02315741;-0.7268132;0.04338792,-0.01542222;-0.7171523;-0.05421581,-0.03918155;0.3979852;0.004357459,7.115155
+0;0;0,-0.005662035;0.1996914;0.009555082,-0.0139129;0.4995125;0.008465474,0.1042665;0.367467;0.01667093,0.1751118;0.1021228;-0.03785846,0.263795;-0.1357987;-0.155878,-0.1252561;0.3653769;-0.003439027,-0.16809;0.09340572;-0.05439894,-0.2050061;-0.1702386;-0.141168,0.07368903;0.007505263;-0.03022579,0.13197;-0.3660131;-0.06879206,0.1630046;-0.7014624;0.026132,0.18496;-0.747493;-0.03500168,-0.06930582;0.002765253;-0.03986296,-0.06924259;-0.3772339;-0.04068124,-0.05707075;-0.7215261;0.02108183,-0.04922796;-0.7110503;-0.07667962,-0.01124542;0.3996015;0.01173468,0;0;0,-0.01978223;0.1989337;0.005833811,-0.04855687;0.4974227;-0.0005713268,0.07806849;0.3766389;0.01838454,0.1790138;0.1232736;-0.04498789,0.2761378;-0.09823938;-0.1860515,-0.152563;0.359444;-0.003338236,-0.1877016;0.09163204;-0.0771086,-0.2117951;-0.143274;-0.2275701,0.0745886;0.01509609;-0.02467079,0.1522978;-0.3237215;-0.1781762,0.1903031;-0.6487926;-0.05414248,0.1951759;-0.6391231;-0.1519327,-0.06856231;-0.005172837;-0.0408956,-0.04977179;-0.384313;-0.02358463,-0.02315741;-0.7268132;0.04338792,-0.01542222;-0.7171523;-0.05421581,-0.03918155;0.3979852;0.004357459,7.126443
+0;0;0,-0.005814305;0.1996876;0.009542752,-0.01403509;0.4995087;0.008348785,0.1042225;0.3679371;0.01690183,0.1747467;0.1050517;-0.0488069,0.2671241;-0.1283651;-0.1728352,-0.1253643;0.3654498;-0.004071994,-0.1678609;0.09481657;-0.06196581,-0.2032363;-0.1676907;-0.1527322,0.07386319;0.007901867;-0.02969493,0.1342548;-0.3647141;-0.07340054,0.1685627;-0.7004282;0.01943787,0.1909769;-0.7530202;-0.03229402,-0.06894469;0.002449311;-0.0405047,-0.06735715;-0.377544;-0.04209637,-0.05277951;-0.721887;0.01885772,-0.0446721;-0.711417;-0.07888096,-0.01140668;0.3995982;0.01166148,0;0;0,-0.02072219;0.1988125;0.006647769,-0.05135834;0.4971581;0.002334007,0.07609645;0.3760718;0.0183987,0.1768401;0.1232481;-0.04741088,0.2750298;-0.09659614;-0.190335,-0.1543536;0.3584152;-0.00232893,-0.1903247;0.09192634;-0.0803657,-0.2113107;-0.1415454;-0.2335014,0.07466663;0.01518015;-0.02438149,0.150645;-0.3193723;-0.1877888,0.1861959;-0.6444753;-0.06311252,0.1908501;-0.6347009;-0.1609351,-0.06845545;-0.005308087;-0.04105697,-0.04822694;-0.3843802;-0.02387772,-0.02038114;-0.7267652;0.04318278,-0.01295115;-0.7169674;-0.05447308,-0.04132417;0.3977484;0.006460459,7.148635
+0;0;0,-0.005814305;0.1996876;0.009542752,-0.01403509;0.4995087;0.008348785,0.1042225;0.3679371;0.01690183,0.1747467;0.1050517;-0.0488069,0.2671241;-0.1283651;-0.1728352,-0.1253643;0.3654498;-0.004071994,-0.1678609;0.09481657;-0.06196581,-0.2032363;-0.1676907;-0.1527322,0.07386319;0.007901867;-0.02969493,0.1342548;-0.3647141;-0.07340054,0.1685627;-0.7004282;0.01943787,0.1909769;-0.7530202;-0.03229402,-0.06894469;0.002449311;-0.0405047,-0.06735715;-0.377544;-0.04209637,-0.05277951;-0.721887;0.01885772,-0.0446721;-0.711417;-0.07888096,-0.01140668;0.3995982;0.01166148,0;0;0,-0.02072219;0.1988125;0.006647769,-0.05135834;0.4971581;0.002334007,0.07609645;0.3760718;0.0183987,0.1768401;0.1232481;-0.04741088,0.2750298;-0.09659614;-0.190335,-0.1543536;0.3584152;-0.00232893,-0.1903247;0.09192634;-0.0803657,-0.2113107;-0.1415454;-0.2335014,0.07466663;0.01518015;-0.02438149,0.150645;-0.3193723;-0.1877888,0.1861959;-0.6444753;-0.06311252,0.1908501;-0.6347009;-0.1609351,-0.06845545;-0.005308087;-0.04105697,-0.04822694;-0.3843802;-0.02387772,-0.02038114;-0.7267652;0.04318278,-0.01295115;-0.7169674;-0.05447308,-0.04132417;0.3977484;0.006460459,7.160112
+0;0;0,-0.005814305;0.1996876;0.009542752,-0.01403509;0.4995087;0.008348785,0.1042225;0.3679371;0.01690183,0.1747467;0.1050517;-0.0488069,0.2671241;-0.1283651;-0.1728352,-0.1253643;0.3654498;-0.004071994,-0.1678609;0.09481657;-0.06196581,-0.2032363;-0.1676907;-0.1527322,0.07386319;0.007901867;-0.02969493,0.1342548;-0.3647141;-0.07340054,0.1685627;-0.7004282;0.01943787,0.1909769;-0.7530202;-0.03229402,-0.06894469;0.002449311;-0.0405047,-0.06735715;-0.377544;-0.04209637,-0.05277951;-0.721887;0.01885772,-0.0446721;-0.711417;-0.07888096,-0.01140668;0.3995982;0.01166148,0;0;0,-0.02110774;0.1987495;0.007287037,-0.05243908;0.497039;0.00416473,0.07527305;0.3756611;0.01891368,0.1764281;0.1239448;-0.05041587,0.2745494;-0.09265456;-0.1982566,-0.1550776;0.357997;-0.001231717,-0.1891063;0.09209713;-0.08209773,-0.2089381;-0.13761;-0.2409729,0.07474217;0.01525723;-0.02410033,0.1487415;-0.3169951;-0.1930161,0.1838205;-0.6427946;-0.07003596,0.1883217;-0.6329489;-0.1678805,-0.06837629;-0.005447538;-0.04117048,-0.04689851;-0.384428;-0.02349171,-0.01820025;-0.7266793;0.04389079,-0.01097538;-0.7167913;-0.0537991,-0.04217926;0.3976355;0.007864792,7.182146
+0;0;0,-0.006529991;0.1996517;0.009827012,-0.01582089;0.4994431;0.00909498,0.1029022;0.3681885;0.01681895,0.1764934;0.1089593;-0.05923764,0.2683891;-0.1198288;-0.1919446,-0.1265653;0.3653868;-0.00508095,-0.16841;0.09598747;-0.06890108,-0.2041851;-0.1619355;-0.1718373,0.07397347;0.007956895;-0.02940431,0.135127;-0.3636471;-0.08010646,0.1733441;-0.6985933;0.01397091,0.1948385;-0.7501624;-0.03973633,-0.06887513;0.002310646;-0.04063099,-0.06543145;-0.377665;-0.04320139,-0.04774461;-0.7219651;0.01716967,-0.03934321;-0.7114543;-0.08055232,-0.01284058;0.3995374;0.01225194,0;0;0,-0.02110774;0.1987495;0.007287037,-0.05243908;0.497039;0.00416473,0.07527305;0.3756611;0.01891368,0.1764281;0.1239448;-0.05041587,0.2745494;-0.09265456;-0.1982566,-0.1550776;0.357997;-0.001231717,-0.1891063;0.09209713;-0.08209773,-0.2089381;-0.13761;-0.2409729,0.07474217;0.01525723;-0.02410033,0.1487415;-0.3169951;-0.1930161,0.1838205;-0.6427946;-0.07003596,0.1883217;-0.6329489;-0.1678805,-0.06837629;-0.005447538;-0.04117048,-0.04689851;-0.384428;-0.02349171,-0.01820025;-0.7266793;0.04389079,-0.01097538;-0.7167913;-0.0537991,-0.04217926;0.3976355;0.007864792,7.193377
+0;0;0,-0.006529991;0.1996517;0.009827012,-0.01582089;0.4994431;0.00909498,0.1029022;0.3681885;0.01681895,0.1764934;0.1089593;-0.05923764,0.2683891;-0.1198288;-0.1919446,-0.1265653;0.3653868;-0.00508095,-0.16841;0.09598747;-0.06890108,-0.2041851;-0.1619355;-0.1718373,0.07397347;0.007956895;-0.02940431,0.135127;-0.3636471;-0.08010646,0.1733441;-0.6985933;0.01397091,0.1948385;-0.7501624;-0.03973633,-0.06887513;0.002310646;-0.04063099,-0.06543145;-0.377665;-0.04320139,-0.04774461;-0.7219651;0.01716967,-0.03934321;-0.7114543;-0.08055232,-0.01284058;0.3995374;0.01225194,0;0;0,-0.02086722;0.1987539;0.00784003,-0.05166148;0.4971035;0.005281086,0.07580505;0.375161;0.01934882,0.1772598;0.1243956;-0.0529262,0.2757782;-0.08891244;-0.2052213,-0.1543913;0.3577609;-0.0003133509,-0.1874436;0.09278327;-0.08454158,-0.2062538;-0.1340804;-0.2475724,0.07474971;0.01533698;-0.0240262,0.1482594;-0.3141957;-0.1983952,0.1805359;-0.6388401;-0.07165045,0.2014957;-0.6980088;-0.1117706,-0.06835656;-0.005581757;-0.04118525,-0.04453466;-0.3844195;-0.02345063,-0.0150394;-0.726557;0.04416543,-0.007974397;-0.7166185;-0.05354651,-0.04159293;0.3976746;0.008820402,7.204633
+0;0;0,-0.006529991;0.1996517;0.009827012,-0.01582089;0.4994431;0.00909498,0.1029022;0.3681885;0.01681895,0.1764934;0.1089593;-0.05923764,0.2683891;-0.1198288;-0.1919446,-0.1265653;0.3653868;-0.00508095,-0.16841;0.09598747;-0.06890108,-0.2041851;-0.1619355;-0.1718373,0.07397347;0.007956895;-0.02940431,0.135127;-0.3636471;-0.08010646,0.1733441;-0.6985933;0.01397091,0.1948385;-0.7501624;-0.03973633,-0.06887513;0.002310646;-0.04063099,-0.06543145;-0.377665;-0.04320139,-0.04774461;-0.7219651;0.01716967,-0.03934321;-0.7114543;-0.08055232,-0.01284058;0.3995374;0.01225194,0;0;0,-0.02086722;0.1987539;0.00784003,-0.05166148;0.4971035;0.005281086,0.07580505;0.375161;0.01934882,0.1772598;0.1243956;-0.0529262,0.2757782;-0.08891244;-0.2052213,-0.1543913;0.3577609;-0.0003133509,-0.1874436;0.09278327;-0.08454158,-0.2062538;-0.1340804;-0.2475724,0.07474971;0.01533698;-0.0240262,0.1482594;-0.3141957;-0.1983952,0.1805359;-0.6388401;-0.07165045,0.2014957;-0.6980088;-0.1117706,-0.06835656;-0.005581757;-0.04118525,-0.04453466;-0.3844195;-0.02345063,-0.0150394;-0.726557;0.04416543,-0.007974397;-0.7166185;-0.05354651,-0.04159293;0.3976746;0.008820402,7.226812
+0;0;0,-0.007202367;0.1996166;0.01006739,-0.01744189;0.4993778;0.009709406,0.1016004;0.3680518;0.01631848,0.1781969;0.1119215;-0.06692971,0.2683534;-0.1083586;-0.2144035,-0.1275162;0.3649487;-0.006161873,-0.1674978;0.09674075;-0.07591817,-0.20226;-0.1551517;-0.1931435,0.07418272;0.008050212;-0.02884645,0.1361473;-0.3619951;-0.08906957,0.178641;-0.6962517;0.005623825,0.1996498;-0.741231;-0.05711965,-0.06858775;0.002190449;-0.04112083,-0.06344049;-0.3777549;-0.04500052,-0.04270397;-0.7220808;0.01424181,-0.03411645;-0.7115375;-0.08347048,-0.01415624;0.3994778;0.01273961,0;0;0,-0.02100263;0.1987186;0.008354881,-0.05194099;0.4970598;0.006644608,0.07555671;0.3746633;0.01945583,0.1774336;0.125532;-0.05771078,0.276339;-0.08553994;-0.2128441,-0.1544261;0.3573313;-0.0001171483,-0.1883437;0.09339076;-0.08720897,-0.2060116;-0.1326739;-0.2514727,0.0748885;0.01529469;-0.02361748,0.1461951;-0.311268;-0.2043721,0.1767088;-0.6355271;-0.07621247,0.1811827;-0.6255712;-0.1740808,-0.06821986;-0.005527423;-0.04141859,-0.04310231;-0.3842747;-0.02353946,-0.01283234;-0.7263125;0.04423851,-0.005777393;-0.7163101;-0.05348726,-0.04183698;0.3976246;0.009890237,7.238024
+0;0;0,-0.007202367;0.1996166;0.01006739,-0.01744189;0.4993778;0.009709406,0.1016004;0.3680518;0.01631848,0.1781969;0.1119215;-0.06692971,0.2683534;-0.1083586;-0.2144035,-0.1275162;0.3649487;-0.006161873,-0.1674978;0.09674075;-0.07591817,-0.20226;-0.1551517;-0.1931435,0.07418272;0.008050212;-0.02884645,0.1361473;-0.3619951;-0.08906957,0.178641;-0.6962517;0.005623825,0.1996498;-0.741231;-0.05711965,-0.06858775;0.002190449;-0.04112083,-0.06344049;-0.3777549;-0.04500052,-0.04270397;-0.7220808;0.01424181,-0.03411645;-0.7115375;-0.08347048,-0.01415624;0.3994778;0.01273961,0;0;0,-0.02100263;0.1987186;0.008354881,-0.05194099;0.4970598;0.006644608,0.07555671;0.3746633;0.01945583,0.1774336;0.125532;-0.05771078,0.276339;-0.08553994;-0.2128441,-0.1544261;0.3573313;-0.0001171483,-0.1883437;0.09339076;-0.08720897,-0.2060116;-0.1326739;-0.2514727,0.0748885;0.01529469;-0.02361748,0.1461951;-0.311268;-0.2043721,0.1767088;-0.6355271;-0.07621247,0.1811827;-0.6255712;-0.1740808,-0.06821986;-0.005527423;-0.04141859,-0.04310231;-0.3842747;-0.02353946,-0.01283234;-0.7263125;0.04423851,-0.005777393;-0.7163101;-0.05348726,-0.04183698;0.3976246;0.009890237,7.249393
+0;0;0,-0.007202367;0.1996166;0.01006739,-0.01744189;0.4993778;0.009709406,0.1016004;0.3680518;0.01631848,0.1781969;0.1119215;-0.06692971,0.2683534;-0.1083586;-0.2144035,-0.1275162;0.3649487;-0.006161873,-0.1674978;0.09674075;-0.07591817,-0.20226;-0.1551517;-0.1931435,0.07418272;0.008050212;-0.02884645,0.1361473;-0.3619951;-0.08906957,0.178641;-0.6962517;0.005623825,0.1996498;-0.741231;-0.05711965,-0.06858775;0.002190449;-0.04112083,-0.06344049;-0.3777549;-0.04500052,-0.04270397;-0.7220808;0.01424181,-0.03411645;-0.7115375;-0.08347048,-0.01415624;0.3994778;0.01273961,0;0;0,-0.02078899;0.1987188;0.008868102,-0.05138056;0.4970985;0.007791046,0.07594416;0.3740896;0.01961127,0.1780437;0.1260717;-0.06078045,0.2747134;-0.07918763;-0.2248644,-0.1538899;0.357096;0.0008179564,-0.1857541;0.09431973;-0.09046902,-0.2012195;-0.1278665;-0.2601573,0.07495238;0.01529679;-0.02341257,0.1449529;-0.308547;-0.2094909,0.1734516;-0.6331172;-0.08165509,0.1777365;-0.6231252;-0.1795393,-0.06811476;-0.005543433;-0.04158906,-0.04201717;-0.3842462;-0.02417788,-0.0107892;-0.7261154;0.04401498,-0.003992958;-0.7160604;-0.05373986,-0.04139333;0.397645;0.01083292,7.271508
+0;0;0,-0.00721551;0.1996314;0.00975922,-0.01734082;0.4993955;0.008927854,0.1018081;0.3685312;0.01412359,0.1753718;0.1147488;-0.07852031,0.2658337;-0.1025707;-0.2301411,-0.1271749;0.3646525;-0.007932758,-0.1657368;0.09766901;-0.08298467,-0.198527;-0.1514548;-0.2065247,0.07440334;0.008157485;-0.0282418,0.1395702;-0.3586725;-0.1030018,0.1859185;-0.6931137;-0.01080143,0.2074572;-0.7450283;-0.06396241,-0.06832887;0.002012338;-0.04155858,-0.06195502;-0.3778945;-0.0470524,-0.03742778;-0.7222983;0.01025773,-0.02903681;-0.7117863;-0.08746539,-0.01411;0.3994986;0.01211891,0;0;0,-0.02078899;0.1987188;0.008868102,-0.05138056;0.4970985;0.007791046,0.07594416;0.3740896;0.01961127,0.1780437;0.1260717;-0.06078045,0.2747134;-0.07918763;-0.2248644,-0.1538899;0.357096;0.0008179564,-0.1857541;0.09431973;-0.09046902,-0.2012195;-0.1278665;-0.2601573,0.07495238;0.01529679;-0.02341257,0.1449529;-0.308547;-0.2094909,0.1734516;-0.6331172;-0.08165509,0.1777365;-0.6231252;-0.1795393,-0.06811476;-0.005543433;-0.04158906,-0.04201717;-0.3842462;-0.02417788,-0.0107892;-0.7261154;0.04401498,-0.003992958;-0.7160604;-0.05373986,-0.04139333;0.397645;0.01083292,7.282874
+0;0;0,-0.00721551;0.1996314;0.00975922,-0.01734082;0.4993955;0.008927854,0.1018081;0.3685312;0.01412359,0.1753718;0.1147488;-0.07852031,0.2658337;-0.1025707;-0.2301411,-0.1271749;0.3646525;-0.007932758,-0.1657368;0.09766901;-0.08298467,-0.198527;-0.1514548;-0.2065247,0.07440334;0.008157485;-0.0282418,0.1395702;-0.3586725;-0.1030018,0.1859185;-0.6931137;-0.01080143,0.2074572;-0.7450283;-0.06396241,-0.06832887;0.002012338;-0.04155858,-0.06195502;-0.3778945;-0.0470524,-0.03742778;-0.7222983;0.01025773,-0.02903681;-0.7117863;-0.08746539,-0.01411;0.3994986;0.01211891,0;0;0,-0.02052564;0.198727;0.009288509,-0.05064538;0.4971552;0.008669147,0.07641248;0.3732743;0.01942581,0.1786644;0.1268479;-0.06553626,0.2773774;-0.07861005;-0.2281487,-0.1533833;0.3574173;0.001208699,-0.1835425;0.09584472;-0.09402887,-0.1971568;-0.1270591;-0.2629327,0.0749673;0.0152013;-0.02342699,0.1439303;-0.3055305;-0.2151957,0.1717923;-0.6298934;-0.08669512,0.1824861;-0.678043;-0.1481629,-0.06816348;-0.005499608;-0.04151499,-0.04080955;-0.3841811;-0.02563659,-0.008291107;-0.7257682;0.04336184,-0.001649911;-0.7156773;-0.05441097,-0.04081657;0.3976819;0.01157622,7.305184
+0;0;0,-0.00721551;0.1996314;0.00975922,-0.01734082;0.4993955;0.008927854,0.1018081;0.3685312;0.01412359,0.1753718;0.1147488;-0.07852031,0.2658337;-0.1025707;-0.2301411,-0.1271749;0.3646525;-0.007932758,-0.1657368;0.09766901;-0.08298467,-0.198527;-0.1514548;-0.2065247,0.07440334;0.008157485;-0.0282418,0.1395702;-0.3586725;-0.1030018,0.1859185;-0.6931137;-0.01080143,0.2074572;-0.7450283;-0.06396241,-0.06832887;0.002012338;-0.04155858,-0.06195502;-0.3778945;-0.0470524,-0.03742778;-0.7222983;0.01025773,-0.02903681;-0.7117863;-0.08746539,-0.01411;0.3994986;0.01211891,0;0;0,-0.02052564;0.198727;0.009288509,-0.05064538;0.4971552;0.008669147,0.07641248;0.3732743;0.01942581,0.1786644;0.1268479;-0.06553626,0.2773774;-0.07861005;-0.2281487,-0.1533833;0.3574173;0.001208699,-0.1835425;0.09584472;-0.09402887,-0.1971568;-0.1270591;-0.2629327,0.0749673;0.0152013;-0.02342699,0.1439303;-0.3055305;-0.2151957,0.1717923;-0.6298934;-0.08669512,0.1824861;-0.678043;-0.1481629,-0.06816348;-0.005499608;-0.04151499,-0.04080955;-0.3841811;-0.02563659,-0.008291107;-0.7257682;0.04336184,-0.001649911;-0.7156773;-0.05441097,-0.04081657;0.3976819;0.01157622,7.327446
+0;0;0,-0.007380696;0.1996429;0.009394883,-0.01770712;0.499398;0.008026629,0.1015752;0.3687621;0.01205745,0.1735003;0.1174331;-0.08824468,0.2621028;-0.09204742;-0.2515466,-0.1268103;0.3636657;-0.01057827,-0.1671885;0.09820947;-0.08996706,-0.1968369;-0.1462313;-0.2232701,0.0745781;0.008385489;-0.02770902,0.1434104;-0.3532366;-0.1220042,0.191318;-0.6872284;-0.02897541,0.2144822;-0.7412843;-0.07794511,-0.06819327;0.001687402;-0.0417951,-0.05997922;-0.3781545;-0.04905201,-0.03280878;-0.722609;0.006740723,-0.02432545;-0.7121313;-0.0909676,-0.01441699;0.399509;0.01139902,0;0;0,-0.02009839;0.198757;0.009577181,-0.0494715;0.4972591;0.009218719,0.07720356;0.3723164;0.01848295,0.1809633;0.1291608;-0.07376276,0.2808676;-0.07507429;-0.2371859,-0.1524944;0.357684;0.001351721,-0.1805883;0.09675047;-0.09624139,-0.1924518;-0.1236894;-0.2684782,0.0750352;0.01505655;-0.02330275,0.1432024;-0.301261;-0.2225424,0.1693294;-0.6268746;-0.09687157,0.1732836;-0.6168923;-0.1947677,-0.06821111;-0.005401775;-0.04144955,-0.03840065;-0.3839528;-0.02694321,-0.004987862;-0.7252628;0.04299337,0.001351288;-0.7151546;-0.054803,-0.03989212;0.3977596;0.01206059,7.349743
+0;0;0,-0.007380696;0.1996429;0.009394883,-0.01770712;0.499398;0.008026629,0.1015752;0.3687621;0.01205745,0.1735003;0.1174331;-0.08824468,0.2621028;-0.09204742;-0.2515466,-0.1268103;0.3636657;-0.01057827,-0.1671885;0.09820947;-0.08996706,-0.1968369;-0.1462313;-0.2232701,0.0745781;0.008385489;-0.02770902,0.1434104;-0.3532366;-0.1220042,0.191318;-0.6872284;-0.02897541,0.2144822;-0.7412843;-0.07794511,-0.06819327;0.001687402;-0.0417951,-0.05997922;-0.3781545;-0.04905201,-0.03280878;-0.722609;0.006740723,-0.02432545;-0.7121313;-0.0909676,-0.01441699;0.399509;0.01139902,0;0;0,-0.02009839;0.198757;0.009577181,-0.0494715;0.4972591;0.009218719,0.07720356;0.3723164;0.01848295,0.1809633;0.1291608;-0.07376276,0.2808676;-0.07507429;-0.2371859,-0.1524944;0.357684;0.001351721,-0.1805883;0.09675047;-0.09624139,-0.1924518;-0.1236894;-0.2684782,0.0750352;0.01505655;-0.02330275,0.1432024;-0.301261;-0.2225424,0.1693294;-0.6268746;-0.09687157,0.1732836;-0.6168923;-0.1947677,-0.06821111;-0.005401775;-0.04144955,-0.03840065;-0.3839528;-0.02694321,-0.004987862;-0.7252628;0.04299337,0.001351288;-0.7151546;-0.054803,-0.03989212;0.3977596;0.01206059,7.360974
+0;0;0,-0.007380696;0.1996429;0.009394883,-0.01770712;0.499398;0.008026629,0.1015752;0.3687621;0.01205745,0.1735003;0.1174331;-0.08824468,0.2621028;-0.09204742;-0.2515466,-0.1268103;0.3636657;-0.01057827,-0.1671885;0.09820947;-0.08996706,-0.1968369;-0.1462313;-0.2232701,0.0745781;0.008385489;-0.02770902,0.1434104;-0.3532366;-0.1220042,0.191318;-0.6872284;-0.02897541,0.2144822;-0.7412843;-0.07794511,-0.06819327;0.001687402;-0.0417951,-0.05997922;-0.3781545;-0.04905201,-0.03280878;-0.722609;0.006740723,-0.02432545;-0.7121313;-0.0909676,-0.01441699;0.399509;0.01139902,0;0;0,-0.02017552;0.1987503;0.009552472,-0.04940999;0.4972655;0.009106933,0.0772095;0.372203;0.0175998,0.1819063;0.1311085;-0.078899,0.2817168;-0.06708279;-0.2496564,-0.1524831;0.3577248;0.0009016842,-0.1802509;0.09810683;-0.1002291,-0.1873775;-0.1155114;-0.2811061,0.07504649;0.01501968;-0.02329021,0.1428176;-0.2984242;-0.2271529,0.1696451;-0.6246833;-0.1033172,0.1734964;-0.6147155;-0.2012145,-0.06825406;-0.005404704;-0.04137839,-0.03719036;-0.3839221;-0.02874291,-0.002787925;-0.7250444;0.04162793,0.003429278;-0.7149382;-0.05617588,-0.03990301;0.3977601;0.01198803,7.383254
+0;0;0,-0.007272818;0.1996724;0.008835146,-0.01740268;0.4994293;0.006657829,0.1015361;0.3678951;0.01291156,0.1838179;0.1243903;-0.09815204,0.274379;-0.08262697;-0.2635078,-0.1265268;0.3641356;-0.01261656,-0.1638844;0.1006331;-0.09962735,-0.1908744;-0.1415804;-0.2374829,0.0746432;0.008696272;-0.0274366,0.1501566;-0.34593;-0.1411816,0.1969273;-0.6785539;-0.04282588,0.2208875;-0.7169192;-0.1117614,-0.06824415;0.001241783;-0.04172761,-0.05657015;-0.3784553;-0.05141431,-0.02681168;-0.7229764;0.002619807,-0.01718062;-0.7125584;-0.09497011,-0.01418472;0.3995475;0.01030173,0;0;0,-0.01987024;0.1987944;0.009271635,-0.04858563;0.4973591;0.008451029,0.07779913;0.3718291;0.01615263,0.18384;0.1326433;-0.08357461,0.2834831;-0.06304714;-0.2572884,-0.1518681;0.3579715;0.0001249555,-0.1795429;0.1000588;-0.1053033,-0.1849763;-0.1140148;-0.2857001,0.07508819;0.01490525;-0.02322923,0.1432202;-0.293811;-0.2340664,0.1687532;-0.6214728;-0.1137097,0.1724787;-0.6116;-0.2115924,-0.0683367;-0.005347615;-0.04124923,-0.0346631;-0.3836963;-0.03037235,0.0003452376;-0.7247125;0.04021365,0.006384229;-0.7146361;-0.05759525,-0.03925356;0.3978409;0.01145637,7.405516
+0;0;0,-0.007272818;0.1996724;0.008835146,-0.01740268;0.4994293;0.006657829,0.1015361;0.3678951;0.01291156,0.1838179;0.1243903;-0.09815204,0.274379;-0.08262697;-0.2635078,-0.1265268;0.3641356;-0.01261656,-0.1638844;0.1006331;-0.09962735,-0.1908744;-0.1415804;-0.2374829,0.0746432;0.008696272;-0.0274366,0.1501566;-0.34593;-0.1411816,0.1969273;-0.6785539;-0.04282588,0.2208875;-0.7169192;-0.1117614,-0.06824415;0.001241783;-0.04172761,-0.05657015;-0.3784553;-0.05141431,-0.02681168;-0.7229764;0.002619807,-0.01718062;-0.7125584;-0.09497011,-0.01418472;0.3995475;0.01030173,0;0;0,-0.01987024;0.1987944;0.009271635,-0.04858563;0.4973591;0.008451029,0.07779913;0.3718291;0.01615263,0.18384;0.1326433;-0.08357461,0.2834831;-0.06304714;-0.2572884,-0.1518681;0.3579715;0.0001249555,-0.1795429;0.1000588;-0.1053033,-0.1849763;-0.1140148;-0.2857001,0.07508819;0.01490525;-0.02322923,0.1432202;-0.293811;-0.2340664,0.1687532;-0.6214728;-0.1137097,0.1724787;-0.6116;-0.2115924,-0.0683367;-0.005347615;-0.04124923,-0.0346631;-0.3836963;-0.03037235,0.0003452376;-0.7247125;0.04021365,0.006384229;-0.7146361;-0.05759525,-0.03925356;0.3978409;0.01145637,7.416859
+0;0;0,-0.007272818;0.1996724;0.008835146,-0.01740268;0.4994293;0.006657829,0.1015361;0.3678951;0.01291156,0.1838179;0.1243903;-0.09815204,0.274379;-0.08262697;-0.2635078,-0.1265268;0.3641356;-0.01261656,-0.1638844;0.1006331;-0.09962735,-0.1908744;-0.1415804;-0.2374829,0.0746432;0.008696272;-0.0274366,0.1501566;-0.34593;-0.1411816,0.1969273;-0.6785539;-0.04282588,0.2208875;-0.7169192;-0.1117614,-0.06824415;0.001241783;-0.04172761,-0.05657015;-0.3784553;-0.05141431,-0.02681168;-0.7229764;0.002619807,-0.01718062;-0.7125584;-0.09497011,-0.01418472;0.3995475;0.01030173,0;0;0,-0.0194957;0.1988634;0.008558616,-0.04797702;0.4974465;0.006911435,0.07829021;0.3713578;0.01359631,0.1865531;0.1344256;-0.0890794,0.2852087;-0.05293314;-0.2722836,-0.1513926;0.3583957;-0.001310859,-0.1782238;0.1009932;-0.1081944,-0.1801827;-0.1093982;-0.2929417,0.07507864;0.01488469;-0.02327324,0.1435173;-0.2877085;-0.2427123,0.1698088;-0.6152405;-0.1221654,0.1732319;-0.6054577;-0.2200405,-0.06842607;-0.005380176;-0.04109655,-0.03280855;-0.3836109;-0.03255784,0.002657812;-0.7245635;0.03810647,0.008388107;-0.7145653;-0.05970504,-0.03868088;0.3979343;0.01021165,7.439017
+0;0;0,-0.007526537;0.1996728;0.00860887,-0.01796625;0.4994157;0.006042571,0.1010609;0.3678754;0.01242351,0.1859859;0.1277646;-0.1039146,0.2779106;-0.07538186;-0.2732703,-0.1269546;0.3644121;-0.01373415,-0.1606668;0.102199;-0.1059719,-0.1852583;-0.1369104;-0.2495753,0.07470604;0.009109344;-0.02712981,0.1548915;-0.3396477;-0.1549531,0.2015275;-0.6726679;-0.05788266,0.2257695;-0.7246792;-0.1097139,-0.06806604;0.0008189102;-0.04202789,-0.05608195;-0.3788485;-0.05247061,-0.02422944;-0.7235755;-0.001004681,-0.01432013;-0.7131819;-0.09856182,-0.01465623;0.399542;0.009823513,0;0;0,-0.0194957;0.1988634;0.008558616,-0.04797702;0.4974465;0.006911435,0.07829021;0.3713578;0.01359631,0.1865531;0.1344256;-0.0890794,0.2852087;-0.05293314;-0.2722836,-0.1513926;0.3583957;-0.001310859,-0.1782238;0.1009932;-0.1081944,-0.1801827;-0.1093982;-0.2929417,0.07507864;0.01488469;-0.02327324,0.1435173;-0.2877085;-0.2427123,0.1698088;-0.6152405;-0.1221654,0.1732319;-0.6054577;-0.2200405,-0.06842607;-0.005380176;-0.04109655,-0.03280855;-0.3836109;-0.03255784,0.002657812;-0.7245635;0.03810647,0.008388107;-0.7145653;-0.05970504,-0.03868088;0.3979343;0.01021165,7.450283
+0;0;0,-0.007526537;0.1996728;0.00860887,-0.01796625;0.4994157;0.006042571,0.1010609;0.3678754;0.01242351,0.1859859;0.1277646;-0.1039146,0.2779106;-0.07538186;-0.2732703,-0.1269546;0.3644121;-0.01373415,-0.1606668;0.102199;-0.1059719,-0.1852583;-0.1369104;-0.2495753,0.07470604;0.009109344;-0.02712981,0.1548915;-0.3396477;-0.1549531,0.2015275;-0.6726679;-0.05788266,0.2257695;-0.7246792;-0.1097139,-0.06806604;0.0008189102;-0.04202789,-0.05608195;-0.3788485;-0.05247061,-0.02422944;-0.7235755;-0.001004681,-0.01432013;-0.7131819;-0.09856182,-0.01465623;0.399542;0.009823513,0;0;0,-0.01921947;0.1989232;0.007756518,-0.04762923;0.4975032;0.00501536,0.07861064;0.3711214;0.0111288,0.1880355;0.1360675;-0.0945873,0.2878068;-0.04933129;-0.2791759,-0.1510807;0.3587564;-0.003231431,-0.1765711;0.1030173;-0.1143518,-0.176873;-0.1070313;-0.299499,0.07507934;0.01494059;-0.02323513,0.1447177;-0.2818664;-0.2500745,0.1707087;-0.6108041;-0.1333504,0.1740159;-0.6011043;-0.2312124,-0.0684296;-0.005466959;-0.0410792,-0.03118932;-0.3835874;-0.03490464,0.004866011;-0.7244353;0.03596587,0.01046625;-0.7145267;-0.06183483,-0.03831409;0.3980073;0.008729493,7.472438
+0;0;0,-0.007526537;0.1996728;0.00860887,-0.01796625;0.4994157;0.006042571,0.1010609;0.3678754;0.01242351,0.1859859;0.1277646;-0.1039146,0.2779106;-0.07538186;-0.2732703,-0.1269546;0.3644121;-0.01373415,-0.1606668;0.102199;-0.1059719,-0.1852583;-0.1369104;-0.2495753,0.07470604;0.009109344;-0.02712981,0.1548915;-0.3396477;-0.1549531,0.2015275;-0.6726679;-0.05788266,0.2257695;-0.7246792;-0.1097139,-0.06806604;0.0008189102;-0.04202789,-0.05608195;-0.3788485;-0.05247061,-0.02422944;-0.7235755;-0.001004681,-0.01432013;-0.7131819;-0.09856182,-0.01465623;0.399542;0.009823513,0;0;0,-0.01921947;0.1989232;0.007756518,-0.04762923;0.4975032;0.00501536,0.07861064;0.3711214;0.0111288,0.1880355;0.1360675;-0.0945873,0.2878068;-0.04933129;-0.2791759,-0.1510807;0.3587564;-0.003231431,-0.1765711;0.1030173;-0.1143518,-0.176873;-0.1070313;-0.299499,0.07507934;0.01494059;-0.02323513,0.1447177;-0.2818664;-0.2500745,0.1707087;-0.6108041;-0.1333504,0.1740159;-0.6011043;-0.2312124,-0.0684296;-0.005466959;-0.0410792,-0.03118932;-0.3835874;-0.03490464,0.004866011;-0.7244353;0.03596587,0.01046625;-0.7145267;-0.06183483,-0.03831409;0.3980073;0.008729493,7.484367
+0;0;0,-0.00803822;0.1996496;0.00868513,-0.0192463;0.4993654;0.006217068,0.1000762;0.367926;0.01157188,0.1858197;0.1310357;-0.1106207,0.2780078;-0.06627136;-0.2866073,-0.1275999;0.3639967;-0.01482237,-0.1607522;0.1044407;-0.1144798,-0.1821728;-0.1310007;-0.264508,0.07485458;0.009466709;-0.02659274,0.159657;-0.3307136;-0.1731735,0.2023329;-0.6633571;-0.07303863,0.2093798;-0.6531307;-0.1708106,-0.06777622;0.0004755257;-0.04249892,-0.05516239;-0.3791638;-0.05321804,-0.02157544;-0.7238486;-0.002579104,-0.01158708;-0.7134517;-0.1001288,-0.01568458;0.3994992;0.009967498,0;0;0,-0.01946414;0.1989231;0.007124333,-0.04872755;0.4973983;0.002917178,0.07783993;0.3710293;0.008719029,0.1884499;0.1381363;-0.1004885,0.2877042;-0.03727822;-0.2948549,-0.1518242;0.3588396;-0.00544063,-0.1764514;0.1041868;-0.1192187,-0.1741831;-0.1039772;-0.3064688,0.07516565;0.01497722;-0.02293049,0.145221;-0.2760315;-0.2570377,0.1715994;-0.6068506;-0.1458491,0.1748765;-0.5972549;-0.2436905,-0.06829898;-0.005476942;-0.04129471,-0.03050125;-0.383562;-0.0364944,0.005817644;-0.7243681;0.03444297,0.01138556;-0.7145502;-0.06334089,-0.0390903;0.3979577;0.007241861,7.506146
+0;0;0,-0.00803822;0.1996496;0.00868513,-0.0192463;0.4993654;0.006217068,0.1000762;0.367926;0.01157188,0.1858197;0.1310357;-0.1106207,0.2780078;-0.06627136;-0.2866073,-0.1275999;0.3639967;-0.01482237,-0.1607522;0.1044407;-0.1144798,-0.1821728;-0.1310007;-0.264508,0.07485458;0.009466709;-0.02659274,0.159657;-0.3307136;-0.1731735,0.2023329;-0.6633571;-0.07303863,0.2093798;-0.6531307;-0.1708106,-0.06777622;0.0004755257;-0.04249892,-0.05516239;-0.3791638;-0.05321804,-0.02157544;-0.7238486;-0.002579104,-0.01158708;-0.7134517;-0.1001288,-0.01568458;0.3994992;0.009967498,0;0;0,-0.01946414;0.1989231;0.007124333,-0.04872755;0.4973983;0.002917178,0.07783993;0.3710293;0.008719029,0.1884499;0.1381363;-0.1004885,0.2877042;-0.03727822;-0.2948549,-0.1518242;0.3588396;-0.00544063,-0.1764514;0.1041868;-0.1192187,-0.1741831;-0.1039772;-0.3064688,0.07516565;0.01497722;-0.02293049,0.145221;-0.2760315;-0.2570377,0.1715994;-0.6068506;-0.1458491,0.1748765;-0.5972549;-0.2436905,-0.06829898;-0.005476942;-0.04129471,-0.03050125;-0.383562;-0.0364944,0.005817644;-0.7243681;0.03444297,0.01138556;-0.7145502;-0.06334089,-0.0390903;0.3979577;0.007241861,7.517346
+0;0;0,-0.00803822;0.1996496;0.00868513,-0.0192463;0.4993654;0.006217068,0.1000762;0.367926;0.01157188,0.1858197;0.1310357;-0.1106207,0.2780078;-0.06627136;-0.2866073,-0.1275999;0.3639967;-0.01482237,-0.1607522;0.1044407;-0.1144798,-0.1821728;-0.1310007;-0.264508,0.07485458;0.009466709;-0.02659274,0.159657;-0.3307136;-0.1731735,0.2023329;-0.6633571;-0.07303863,0.2093798;-0.6531307;-0.1708106,-0.06777622;0.0004755257;-0.04249892,-0.05516239;-0.3791638;-0.05321804,-0.02157544;-0.7238486;-0.002579104,-0.01158708;-0.7134517;-0.1001288,-0.01568458;0.3994992;0.009967498,0;0;0,-0.01946414;0.1989231;0.007124333,-0.04872755;0.4973983;0.002917178,0.07783993;0.3710293;0.008719029,0.1884499;0.1381363;-0.1004885,0.2877042;-0.03727822;-0.2948549,-0.1518242;0.3588396;-0.00544063,-0.1764514;0.1041868;-0.1192187,-0.1741831;-0.1039772;-0.3064688,0.07516565;0.01497722;-0.02293049,0.145221;-0.2760315;-0.2570377,0.1715994;-0.6068506;-0.1458491,0.1748765;-0.5972549;-0.2436905,-0.06829898;-0.005476942;-0.04129471,-0.03050125;-0.383562;-0.0364944,0.005817644;-0.7243681;0.03444297,0.01138556;-0.7145502;-0.06334089,-0.0390903;0.3979577;0.007241861,7.528443
+0;0;0,-0.007816465;0.1996765;0.00825832,-0.01862588;0.4994013;0.00517954,0.1003977;0.367379;0.01033685,0.1889834;0.1338724;-0.1162619,0.2808224;-0.05966844;-0.2965604,-0.1271171;0.3642651;-0.01600444,-0.1592031;0.1065569;-0.1206801,-0.1778002;-0.1248082;-0.2772825,0.0749191;0.009615886;-0.02635648,0.1642386;-0.3201964;-0.192627,0.2026056;-0.6519142;-0.08778787,0.2097388;-0.6418321;-0.1855242,-0.06771886;0.0002056434;-0.04259241,-0.05159912;-0.3792746;-0.0542068,-0.01791751;-0.7240824;-0.004475418,-0.007884008;-0.713751;-0.1020073,-0.01520655;0.399538;0.00913226,0;0;0,-0.01962596;0.1989267;0.006555724,-0.04944726;0.4973213;0.001046769,0.07725485;0.3707383;0.006223196,0.1919538;0.1533987;-0.1279694,0.2904601;-0.03210871;-0.3131275,-0.1523717;0.3590472;-0.007398365,-0.1764364;0.1062143;-0.1252814,-0.1723268;-0.1001136;-0.3145218,0.07517325;0.01507949;-0.02283835,0.1449824;-0.2707669;-0.2632932,0.1719503;-0.6022077;-0.1541157,0.1750912;-0.5927172;-0.2519395,-0.06833856;-0.005623256;-0.04120947,-0.0297888;-0.3836472;-0.0377783,0.00692841;-0.7245564;0.03245559,0.01236156;-0.7148243;-0.06531812,-0.03962488;0.3979232;0.00589828,7.550701
+0;0;0,-0.007816465;0.1996765;0.00825832,-0.01862588;0.4994013;0.00517954,0.1003977;0.367379;0.01033685,0.1889834;0.1338724;-0.1162619,0.2808224;-0.05966844;-0.2965604,-0.1271171;0.3642651;-0.01600444,-0.1592031;0.1065569;-0.1206801,-0.1778002;-0.1248082;-0.2772825,0.0749191;0.009615886;-0.02635648,0.1642386;-0.3201964;-0.192627,0.2026056;-0.6519142;-0.08778787,0.2097388;-0.6418321;-0.1855242,-0.06771886;0.0002056434;-0.04259241,-0.05159912;-0.3792746;-0.0542068,-0.01791751;-0.7240824;-0.004475418,-0.007884008;-0.713751;-0.1020073,-0.01520655;0.399538;0.00913226,0;0;0,-0.01962596;0.1989267;0.006555724,-0.04944726;0.4973213;0.001046769,0.07725485;0.3707383;0.006223196,0.1919538;0.1533987;-0.1279694,0.2904601;-0.03210871;-0.3131275,-0.1523717;0.3590472;-0.007398365,-0.1764364;0.1062143;-0.1252814,-0.1723268;-0.1001136;-0.3145218,0.07517325;0.01507949;-0.02283835,0.1449824;-0.2707669;-0.2632932,0.1719503;-0.6022077;-0.1541157,0.1750912;-0.5927172;-0.2519395,-0.06833856;-0.005623256;-0.04120947,-0.0297888;-0.3836472;-0.0377783,0.00692841;-0.7245564;0.03245559,0.01236156;-0.7148243;-0.06531812,-0.03962488;0.3979232;0.00589828,7.561917
+0;0;0,-0.007816465;0.1996765;0.00825832,-0.01862588;0.4994013;0.00517954,0.1003977;0.367379;0.01033685,0.1889834;0.1338724;-0.1162619,0.2808224;-0.05966844;-0.2965604,-0.1271171;0.3642651;-0.01600444,-0.1592031;0.1065569;-0.1206801,-0.1778002;-0.1248082;-0.2772825,0.0749191;0.009615886;-0.02635648,0.1642386;-0.3201964;-0.192627,0.2026056;-0.6519142;-0.08778787,0.2097388;-0.6418321;-0.1855242,-0.06771886;0.0002056434;-0.04259241,-0.05159912;-0.3792746;-0.0542068,-0.01791751;-0.7240824;-0.004475418,-0.007884008;-0.713751;-0.1020073,-0.01520655;0.399538;0.00913226,0;0;0,-0.01976324;0.1989351;0.005850743,-0.05009888;0.4972482;-0.0009255591,0.07671177;0.3704309;0.003726602,0.1931215;0.1548813;-0.1318728,0.2917431;-0.02726795;-0.320275,-0.1528366;0.3592158;-0.009532565,-0.1765099;0.1076493;-0.1301719,-0.1704931;-0.09534441;-0.3229344,0.07523644;0.0151311;-0.02259486,0.1450585;-0.2667399;-0.2676941,0.1721467;-0.5990328;-0.1611688,0.1752093;-0.5896469;-0.2589731,-0.06830291;-0.005689196;-0.04125949,-0.02873886;-0.3836195;-0.03942811,0.008157078;-0.7244993;0.03085459,0.01350671;-0.7148577;-0.06690492,-0.04010145;0.3978932;0.004426298,7.584243
+0;0;0,-0.008453966;0.1996479;0.008320705,-0.02027739;0.4993351;0.005317158,0.09911482;0.3674073;0.009473828,0.1895605;0.1367387;-0.1209545,0.2821055;-0.0505438;-0.3073968,-0.1281774;0.364116;-0.01685683,-0.1586385;0.1081285;-0.1261388,-0.1752992;-0.1198809;-0.2877993,0.07501046;0.009958784;-0.02596639,0.1674285;-0.3064424;-0.215041,0.2026513;-0.6364076;-0.1037652,0.2354623;-0.6911539;-0.1454965,-0.06753374;-0.0001638155;-0.0428855,-0.04910796;-0.3795427;-0.05437964,-0.01478774;-0.7243985;-0.005424228,-0.004784114;-0.7140604;-0.1029606,-0.01651859;0.3994831;0.009247978,0;0;0,-0.01976324;0.1989351;0.005850743,-0.05009888;0.4972482;-0.0009255591,0.07671177;0.3704309;0.003726602,0.1931215;0.1548813;-0.1318728,0.2917431;-0.02726795;-0.320275,-0.1528366;0.3592158;-0.009532565,-0.1765099;0.1076493;-0.1301719,-0.1704931;-0.09534441;-0.3229344,0.07523644;0.0151311;-0.02259486,0.1450585;-0.2667399;-0.2676941,0.1721467;-0.5990328;-0.1611688,0.1752093;-0.5896469;-0.2589731,-0.06830291;-0.005689196;-0.04125949,-0.02873886;-0.3836195;-0.03942811,0.008157078;-0.7244993;0.03085459,0.01350671;-0.7148577;-0.06690492,-0.04010145;0.3978932;0.004426298,7.595371
+0;0;0,-0.008453966;0.1996479;0.008320705,-0.02027739;0.4993351;0.005317158,0.09911482;0.3674073;0.009473828,0.1895605;0.1367387;-0.1209545,0.2821055;-0.0505438;-0.3073968,-0.1281774;0.364116;-0.01685683,-0.1586385;0.1081285;-0.1261388,-0.1752992;-0.1198809;-0.2877993,0.07501046;0.009958784;-0.02596639,0.1674285;-0.3064424;-0.215041,0.2026513;-0.6364076;-0.1037652,0.2354623;-0.6911539;-0.1454965,-0.06753374;-0.0001638155;-0.0428855,-0.04910796;-0.3795427;-0.05437964,-0.01478774;-0.7243985;-0.005424228,-0.004784114;-0.7140604;-0.1029606,-0.01651859;0.3994831;0.009247978,0;0;0,-0.01981455;0.1989495;0.005146403,-0.05034317;0.4972144;-0.002713819,0.07648812;0.3703055;0.001689446,0.1941067;0.1571258;-0.1365867,0.2916223;-0.02113967;-0.3292317,-0.1529182;0.3591685;-0.01166001,-0.1763611;0.1094018;-0.1360265,-0.1695539;-0.08893344;-0.3335532,0.07524242;0.01515117;-0.02256148,0.1447881;-0.2634589;-0.2714386,0.173729;-0.5971348;-0.1698375,0.1768343;-0.5878887;-0.2676109,-0.06836715;-0.005768887;-0.04114188,-0.02771897;-0.3835884;-0.04074228,0.009409636;-0.7245111;0.02920853,0.01480996;-0.7149526;-0.06853084,-0.04029129;0.3978873;0.003037687,7.60673
+0;0;0,-0.008453966;0.1996479;0.008320705,-0.02027739;0.4993351;0.005317158,0.09911482;0.3674073;0.009473828,0.1895605;0.1367387;-0.1209545,0.2821055;-0.0505438;-0.3073968,-0.1281774;0.364116;-0.01685683,-0.1586385;0.1081285;-0.1261388,-0.1752992;-0.1198809;-0.2877993,0.07501046;0.009958784;-0.02596639,0.1674285;-0.3064424;-0.215041,0.2026513;-0.6364076;-0.1037652,0.2354623;-0.6911539;-0.1454965,-0.06753374;-0.0001638155;-0.0428855,-0.04910796;-0.3795427;-0.05437964,-0.01478774;-0.7243985;-0.005424228,-0.004784114;-0.7140604;-0.1029606,-0.01651859;0.3994831;0.009247978,0;0;0,-0.01981455;0.1989495;0.005146403,-0.05034317;0.4972144;-0.002713819,0.07648812;0.3703055;0.001689446,0.1941067;0.1571258;-0.1365867,0.2916223;-0.02113967;-0.3292317,-0.1529182;0.3591685;-0.01166001,-0.1763611;0.1094018;-0.1360265,-0.1695539;-0.08893344;-0.3335532,0.07524242;0.01515117;-0.02256148,0.1447881;-0.2634589;-0.2714386,0.173729;-0.5971348;-0.1698375,0.1768343;-0.5878887;-0.2676109,-0.06836715;-0.005768887;-0.04114188,-0.02771897;-0.3835884;-0.04074228,0.009409636;-0.7245111;0.02920853,0.01480996;-0.7149526;-0.06853084,-0.04029129;0.3978873;0.003037687,7.628942
+0;0;0,-0.008782292;0.1996433;0.0080879,-0.02109031;0.4993066;0.004697886,0.09829371;0.3667974;0.008436616,0.1923259;0.1391208;-0.1246848,0.2844458;-0.04416573;-0.3152628,-0.1287565;0.3642382;-0.0178485,-0.1578826;0.1098195;-0.1310863,-0.1719006;-0.1155123;-0.2967035,0.0750355;0.01014014;-0.02582347,0.1695838;-0.300512;-0.2231958,0.2017332;-0.6297444;-0.1088608,0.2347169;-0.684215;-0.1510129,-0.06742323;-0.0004021434;-0.04305748,-0.04777044;-0.3797206;-0.05451462,-0.01230496;-0.724677;-0.007109046,-0.002280788;-0.7143649;-0.104638,-0.01717338;0.3994661;0.008763477,0;0;0,-0.01995017;0.1989498;0.00458086,-0.05087671;0.4971291;-0.004698893,0.07601918;0.3701418;-0.0001864962,0.1944016;0.1596812;-0.1419326,0.2919336;-0.01508299;-0.3377513,-0.1531441;0.3588317;-0.01388799,-0.1779446;0.1135308;-0.1465997,-0.1696514;-0.08385321;-0.3450204,0.07524473;0.01520211;-0.02251947,0.1445512;-0.2594437;-0.2758301,0.174576;-0.5939146;-0.177201,0.1778023;-0.5847582;-0.2749513,-0.06842455;-0.005864966;-0.04103271,-0.02671903;-0.3835689;-0.041657,0.01075545;-0.7244936;0.02809969,0.0162808;-0.7150217;-0.06961453,-0.04072542;0.3978455;0.001602769,7.651429
+0;0;0,-0.008782292;0.1996433;0.0080879,-0.02109031;0.4993066;0.004697886,0.09829371;0.3667974;0.008436616,0.1923259;0.1391208;-0.1246848,0.2844458;-0.04416573;-0.3152628,-0.1287565;0.3642382;-0.0178485,-0.1578826;0.1098195;-0.1310863,-0.1719006;-0.1155123;-0.2967035,0.0750355;0.01014014;-0.02582347,0.1695838;-0.300512;-0.2231958,0.2017332;-0.6297444;-0.1088608,0.2347169;-0.684215;-0.1510129,-0.06742323;-0.0004021434;-0.04305748,-0.04777044;-0.3797206;-0.05451462,-0.01230496;-0.724677;-0.007109046,-0.002280788;-0.7143649;-0.104638,-0.01717338;0.3994661;0.008763477,0;0;0,-0.02009587;0.1989487;0.003947037,-0.05115784;0.4970834;-0.006280315,0.07569343;0.3698872;-0.002152514,0.1956176;0.1624944;-0.1470885,0.2931384;-0.009017318;-0.3457676,-0.1531705;0.3585479;-0.01615383,-0.1774162;0.1145541;-0.1513543,-0.1700191;-0.07953684;-0.3530322,0.07529181;0.01519133;-0.02236887,0.1441889;-0.2558613;-0.2796308,0.1739513;-0.5906848;-0.1821249,0.1773089;-0.5816193;-0.2798514,-0.06844046;-0.005880548;-0.04100392,-0.02539743;-0.3834302;-0.04287586,0.01272616;-0.7243841;0.02638526,0.0183621;-0.714995;-0.07130519,-0.04098347;0.397822;0.0003270502,7.662652
+0;0;0,-0.008782292;0.1996433;0.0080879,-0.02109031;0.4993066;0.004697886,0.09829371;0.3667974;0.008436616,0.1923259;0.1391208;-0.1246848,0.2844458;-0.04416573;-0.3152628,-0.1287565;0.3642382;-0.0178485,-0.1578826;0.1098195;-0.1310863,-0.1719006;-0.1155123;-0.2967035,0.0750355;0.01014014;-0.02582347,0.1695838;-0.300512;-0.2231958,0.2017332;-0.6297444;-0.1088608,0.2347169;-0.684215;-0.1510129,-0.06742323;-0.0004021434;-0.04305748,-0.04777044;-0.3797206;-0.05451462,-0.01230496;-0.724677;-0.007109046,-0.002280788;-0.7143649;-0.104638,-0.01717338;0.3994661;0.008763477,0;0;0,-0.02009587;0.1989487;0.003947037,-0.05115784;0.4970834;-0.006280315,0.07569343;0.3698872;-0.002152514,0.1956176;0.1624944;-0.1470885,0.2931384;-0.009017318;-0.3457676,-0.1531705;0.3585479;-0.01615383,-0.1774162;0.1145541;-0.1513543,-0.1700191;-0.07953684;-0.3530322,0.07529181;0.01519133;-0.02236887,0.1441889;-0.2558613;-0.2796308,0.1739513;-0.5906848;-0.1821249,0.1773089;-0.5816193;-0.2798514,-0.06844046;-0.005880548;-0.04100392,-0.02539743;-0.3834302;-0.04287586,0.01272616;-0.7243841;0.02638526,0.0183621;-0.714995;-0.07130519,-0.04098347;0.397822;0.0003270502,7.684775
+0;0;0,-0.008972866;0.1996405;0.007948009,-0.02148543;0.4992925;0.004331024,0.09792808;0.3666977;0.007782373,0.1941553;0.144001;-0.1320266,0.2869838;-0.03766648;-0.3238071,-0.1291011;0.3646177;-0.0186177,-0.158545;0.1154687;-0.1429471,-0.168624;-0.1127462;-0.3048619,0.07510994;0.01029403;-0.02554466,0.1709843;-0.2940348;-0.2319231,0.2014155;-0.6223382;-0.1144886,0.2326484;-0.6770247;-0.1575316,-0.06720588;-0.0005743615;-0.04339401,-0.04597455;-0.3798;-0.05510389,-0.01013822;-0.7247806;-0.00815542,-5.206373E-05;-0.7144869;-0.1056743,-0.01751159;0.3994575;0.008474362,0;0;0,-0.02015251;0.1989541;0.003338097,-0.0511287;0.4970727;-0.007630798,0.07567886;0.369879;-0.003444385,0.1958348;0.1654533;-0.1523492,0.2935275;0.000130415;-0.3561248,-0.1529061;0.3583547;-0.01862689,-0.1772393;0.1156082;-0.1560388,-0.1701111;-0.07322279;-0.3626594,0.07539983;0.01517334;-0.02201442,0.1441711;-0.2522278;-0.2831028,0.1738863;-0.5873796;-0.1867168,0.1776522;-0.5783894;-0.2844123,-0.0683733;-0.005864638;-0.04111809,-0.02414548;-0.383271;-0.04400256,0.01410939;-0.7242311;0.02515519,0.02014489;-0.7149025;-0.07249863,-0.04099249;0.3978223;-0.0008039488,7.707487
+0;0;0,-0.008972866;0.1996405;0.007948009,-0.02148543;0.4992925;0.004331024,0.09792808;0.3666977;0.007782373,0.1941553;0.144001;-0.1320266,0.2869838;-0.03766648;-0.3238071,-0.1291011;0.3646177;-0.0186177,-0.158545;0.1154687;-0.1429471,-0.168624;-0.1127462;-0.3048619,0.07510994;0.01029403;-0.02554466,0.1709843;-0.2940348;-0.2319231,0.2014155;-0.6223382;-0.1144886,0.2326484;-0.6770247;-0.1575316,-0.06720588;-0.0005743615;-0.04339401,-0.04597455;-0.3798;-0.05510389,-0.01013822;-0.7247806;-0.00815542,-5.206373E-05;-0.7144869;-0.1056743,-0.01751159;0.3994575;0.008474362,0;0;0,-0.02015251;0.1989541;0.003338097,-0.0511287;0.4970727;-0.007630798,0.07567886;0.369879;-0.003444385,0.1958348;0.1654533;-0.1523492,0.2935275;0.000130415;-0.3561248,-0.1529061;0.3583547;-0.01862689,-0.1772393;0.1156082;-0.1560388,-0.1701111;-0.07322279;-0.3626594,0.07539983;0.01517334;-0.02201442,0.1441711;-0.2522278;-0.2831028,0.1738863;-0.5873796;-0.1867168,0.1776522;-0.5783894;-0.2844123,-0.0683733;-0.005864638;-0.04111809,-0.02414548;-0.383271;-0.04400256,0.01410939;-0.7242311;0.02515519,0.02014489;-0.7149025;-0.07249863,-0.04099249;0.3978223;-0.0008039488,7.718554
+0;0;0,-0.008972866;0.1996405;0.007948009,-0.02148543;0.4992925;0.004331024,0.09792808;0.3666977;0.007782373,0.1941553;0.144001;-0.1320266,0.2869838;-0.03766648;-0.3238071,-0.1291011;0.3646177;-0.0186177,-0.158545;0.1154687;-0.1429471,-0.168624;-0.1127462;-0.3048619,0.07510994;0.01029403;-0.02554466,0.1709843;-0.2940348;-0.2319231,0.2014155;-0.6223382;-0.1144886,0.2326484;-0.6770247;-0.1575316,-0.06720588;-0.0005743615;-0.04339401,-0.04597455;-0.3798;-0.05510389,-0.01013822;-0.7247806;-0.00815542,-5.206373E-05;-0.7144869;-0.1056743,-0.01751159;0.3994575;0.008474362,0;0;0,-0.0202263;0.1989536;0.002889644,-0.05100291;0.4970756;-0.008592766,0.07564335;0.3696306;-0.005153462,0.1975063;0.1674133;-0.1556778,0.2938084;0.01077412;-0.3668414,-0.1527086;0.3585948;-0.02086404,-0.176754;0.1169903;-0.1603239,-0.1702238;-0.06068271;-0.3766331,0.07551052;0.015127;-0.02166411,0.1444133;-0.2494881;-0.2855414,0.1732773;-0.5851732;-0.1907662,0.1772744;-0.5762298;-0.2884425,-0.06827435;-0.005815138;-0.04128918,-0.02303782;-0.3830955;-0.04491641,0.01540371;-0.7240463;0.02418367,0.02165155;-0.714762;-0.07344741,-0.0409442;0.3978261;-0.001638283,7.740804
+0;0;0,-0.009576128;0.1996075;0.008071184,-0.02319273;0.4992144;0.004681911,0.09659538;0.3666027;0.007641485,0.1934562;0.1475007;-0.1373147,0.2887359;-0.03077504;-0.331066,-0.1302583;0.3645159;-0.01896982,-0.1601027;0.1200243;-0.1521357,-0.1627134;-0.09685099;-0.3292184,0.0751636;0.01066179;-0.02523409,0.169302;-0.284826;-0.2448359,0.1980753;-0.6133712;-0.1276601,0.2280285;-0.668687;-0.1703687,-0.06701667;-0.000859169;-0.04368097,-0.04551625;-0.3801185;-0.05368413,-0.009549402;-0.7252007;-0.007590204,0.0006016577;-0.7148909;-0.1051056,-0.01883269;0.3993921;0.008742832,0;0;0,-0.0204232;0.1989401;0.002394537,-0.0513652;0.497021;-0.009715032,0.07532915;0.3695922;-0.006329045,0.1983384;0.1700193;-0.1594282,0.2931449;0.01683168;-0.3737767,-0.1527799;0.3584425;-0.02288933,-0.1771329;0.1204435;-0.1683659,-0.1705388;-0.05469306;-0.3867318,0.07556489;0.01521708;-0.02140998,0.1441085;-0.2474225;-0.2873465,0.1726447;-0.5835764;-0.1941465,0.1769401;-0.5746929;-0.2917971,-0.06819665;-0.005908888;-0.04140413,-0.02216166;-0.3830829;-0.04593348,0.01653102;-0.724031;0.02303942,0.02306214;-0.7148011;-0.07456155,-0.04125011;0.3977907;-0.002571285,7.763011
+0;0;0,-0.009576128;0.1996075;0.008071184,-0.02319273;0.4992144;0.004681911,0.09659538;0.3666027;0.007641485,0.1934562;0.1475007;-0.1373147,0.2887359;-0.03077504;-0.331066,-0.1302583;0.3645159;-0.01896982,-0.1601027;0.1200243;-0.1521357,-0.1627134;-0.09685099;-0.3292184,0.0751636;0.01066179;-0.02523409,0.169302;-0.284826;-0.2448359,0.1980753;-0.6133712;-0.1276601,0.2280285;-0.668687;-0.1703687,-0.06701667;-0.000859169;-0.04368097,-0.04551625;-0.3801185;-0.05368413,-0.009549402;-0.7252007;-0.007590204,0.0006016577;-0.7148909;-0.1051056,-0.01883269;0.3993921;0.008742832,0;0;0,-0.0204232;0.1989401;0.002394537,-0.0513652;0.497021;-0.009715032,0.07532915;0.3695922;-0.006329045,0.1983384;0.1700193;-0.1594282,0.2931449;0.01683168;-0.3737767,-0.1527799;0.3584425;-0.02288933,-0.1771329;0.1204435;-0.1683659,-0.1705388;-0.05469306;-0.3867318,0.07556489;0.01521708;-0.02140998,0.1441085;-0.2474225;-0.2873465,0.1726447;-0.5835764;-0.1941465,0.1769401;-0.5746929;-0.2917971,-0.06819665;-0.005908888;-0.04140413,-0.02216166;-0.3830829;-0.04593348,0.01653102;-0.724031;0.02303942,0.02306214;-0.7148011;-0.07456155,-0.04125011;0.3977907;-0.002571285,7.77444
+0;0;0,-0.009576128;0.1996075;0.008071184,-0.02319273;0.4992144;0.004681911,0.09659538;0.3666027;0.007641485,0.1934562;0.1475007;-0.1373147,0.2887359;-0.03077504;-0.331066,-0.1302583;0.3645159;-0.01896982,-0.1601027;0.1200243;-0.1521357,-0.1627134;-0.09685099;-0.3292184,0.0751636;0.01066179;-0.02523409,0.169302;-0.284826;-0.2448359,0.1980753;-0.6133712;-0.1276601,0.2280285;-0.668687;-0.1703687,-0.06701667;-0.000859169;-0.04368097,-0.04551625;-0.3801185;-0.05368413,-0.009549402;-0.7252007;-0.007590204,0.0006016577;-0.7148909;-0.1051056,-0.01883269;0.3993921;0.008742832,0;0;0,-0.0204232;0.1989401;0.002394537,-0.0513652;0.497021;-0.009715032,0.07532915;0.3695922;-0.006329045,0.1983384;0.1700193;-0.1594282,0.2931449;0.01683168;-0.3737767,-0.1527799;0.3584425;-0.02288933,-0.1771329;0.1204435;-0.1683659,-0.1705388;-0.05469306;-0.3867318,0.07556489;0.01521708;-0.02140998,0.1441085;-0.2474225;-0.2873465,0.1726447;-0.5835764;-0.1941465,0.1769401;-0.5746929;-0.2917971,-0.06819665;-0.005908888;-0.04140413,-0.02216166;-0.3830829;-0.04593348,0.01653102;-0.724031;0.02303942,0.02306214;-0.7148011;-0.07456155,-0.04125011;0.3977907;-0.002571285,7.796697
+0;0;0,-0.009825265;0.1995893;0.00821985,-0.02369712;0.4991876;0.005093679,0.09605941;0.3662394;0.007456548,0.1967984;0.1500321;-0.1391928,0.290207;-0.0222186;-0.3392042,-0.1305359;0.3645371;-0.0193322,-0.1591952;0.1222903;-0.1567918,-0.1595414;-0.09473175;-0.3337135,0.07520513;0.01081508;-0.0250444,0.1685925;-0.2770464;-0.2548586,0.1929599;-0.6050973;-0.1353229,0.2239861;-0.6571981;-0.1832482,-0.06694496;-0.001043636;-0.0437868,-0.04384106;-0.3802134;-0.05360958,-0.007722683;-0.7252966;-0.00764152,0.002517505;-0.7149739;-0.1051502,-0.01926684;0.3993646;0.009062016,0;0;0,-0.02052264;0.1989331;0.002105966,-0.05143169;0.4969987;-0.01047571,0.07518353;0.3694223;-0.007323473,0.1995762;0.1728918;-0.1632152,0.2929505;0.02542055;-0.3821523,-0.1525988;0.3584635;-0.0250386,-0.1761105;0.1192199;-0.1685994,-0.1711318;-0.04453224;-0.3956687,0.07559858;0.01514842;-0.02133964,0.1434866;-0.2453011;-0.2895881,0.1703498;-0.5818096;-0.1971739,0.1751064;-0.5729608;-0.2947957,-0.06821927;-0.005866394;-0.04137289,-0.0213523;-0.3829278;-0.04668701,0.01745574;-0.7239222;0.02199154,0.02441422;-0.7147215;-0.07557367,-0.04134552;0.3977756;-0.003192225,7.818823
+0;0;0,-0.009825265;0.1995893;0.00821985,-0.02369712;0.4991876;0.005093679,0.09605941;0.3662394;0.007456548,0.1967984;0.1500321;-0.1391928,0.290207;-0.0222186;-0.3392042,-0.1305359;0.3645371;-0.0193322,-0.1591952;0.1222903;-0.1567918,-0.1595414;-0.09473175;-0.3337135,0.07520513;0.01081508;-0.0250444,0.1685925;-0.2770464;-0.2548586,0.1929599;-0.6050973;-0.1353229,0.2239861;-0.6571981;-0.1832482,-0.06694496;-0.001043636;-0.0437868,-0.04384106;-0.3802134;-0.05360958,-0.007722683;-0.7252966;-0.00764152,0.002517505;-0.7149739;-0.1051502,-0.01926684;0.3993646;0.009062016,0;0;0,-0.02052264;0.1989331;0.002105966,-0.05143169;0.4969987;-0.01047571,0.07518353;0.3694223;-0.007323473,0.1995762;0.1728918;-0.1632152,0.2929505;0.02542055;-0.3821523,-0.1525988;0.3584635;-0.0250386,-0.1761105;0.1192199;-0.1685994,-0.1711318;-0.04453224;-0.3956687,0.07559858;0.01514842;-0.02133964,0.1434866;-0.2453011;-0.2895881,0.1703498;-0.5818096;-0.1971739,0.1751064;-0.5729608;-0.2947957,-0.06821927;-0.005866394;-0.04137289,-0.0213523;-0.3829278;-0.04668701,0.01745574;-0.7239222;0.02199154,0.02441422;-0.7147215;-0.07557367,-0.04134552;0.3977756;-0.003192225,7.830567
+0;0;0,-0.009825265;0.1995893;0.00821985,-0.02369712;0.4991876;0.005093679,0.09605941;0.3662394;0.007456548,0.1967984;0.1500321;-0.1391928,0.290207;-0.0222186;-0.3392042,-0.1305359;0.3645371;-0.0193322,-0.1591952;0.1222903;-0.1567918,-0.1595414;-0.09473175;-0.3337135,0.07520513;0.01081508;-0.0250444,0.1685925;-0.2770464;-0.2548586,0.1929599;-0.6050973;-0.1353229,0.2239861;-0.6571981;-0.1832482,-0.06694496;-0.001043636;-0.0437868,-0.04384106;-0.3802134;-0.05360958,-0.007722683;-0.7252966;-0.00764152,0.002517505;-0.7149739;-0.1051502,-0.01926684;0.3993646;0.009062016,0;0;0,-0.0206877;0.1989191;0.001793252,-0.05163409;0.4969615;-0.01126047,0.07500558;0.3694974;-0.007961171,0.199592;0.178168;-0.1700453,0.2936715;0.03107798;-0.388937,-0.1525145;0.3582959;-0.02686638,-0.1763022;0.1186796;-0.1697586,-0.1709037;-0.0374766;-0.4021077,0.0756458;0.01516418;-0.02116035,0.1433431;-0.2433477;-0.2913245,0.1684537;-0.5804323;-0.200531,0.1736498;-0.5716124;-0.2981241,-0.06818313;-0.00589776;-0.04142796,-0.02031115;-0.3828244;-0.04731153,0.01847552;-0.723856;0.02119422,0.02584195;-0.7146848;-0.07633473,-0.04154878;0.3977483;-0.003842192,7.852277
+0;0;0,-0.01015169;0.1995696;0.008302549,-0.02453994;0.4991449;0.005316809,0.09535164;0.3660845;0.007403887,0.1985871;0.1541165;-0.1436326,0.2927502;-0.01169176;-0.3486715,-0.131023;0.3644543;-0.01981035,-0.1597217;0.1287863;-0.1682589,-0.1571949;-0.09026292;-0.3426466,0.07527407;0.01093179;-0.02478526,0.1664018;-0.2657186;-0.268835,0.1888456;-0.5937461;-0.1488591,0.2175458;-0.6487299;-0.1930638,-0.06683545;-0.001153205;-0.04395103,-0.04301865;-0.3802967;-0.05306157,-0.006441701;-0.7253445;-0.007190727,0.003941124;-0.7150006;-0.1046886,-0.01993719;0.3993279;0.009237382,0;0;0,-0.02101022;0.1988874;0.001545263,-0.05230245;0.4968686;-0.01207714,0.07444154;0.3694637;-0.008522906,0.1998563;0.1802569;-0.1724495,0.2941249;0.04250145;-0.3972535,-0.1528345;0.3579634;-0.02827152,-0.1766843;0.1184472;-0.1713211,-0.1707042;-0.03083429;-0.4081317,0.07567067;0.01511713;-0.02110503,0.1430368;-0.2413286;-0.2933133,0.1665385;-0.5788732;-0.2038073,0.1720321;-0.5700883;-0.3013765,-0.06820791;-0.005880103;-0.04138967,-0.01970241;-0.3827114;-0.04812731,0.01915106;-0.723722;0.02044532,0.0267856;-0.714583;-0.07705614,-0.04212431;0.3976784;-0.004481405,7.874978
+0;0;0,-0.01015169;0.1995696;0.008302549,-0.02453994;0.4991449;0.005316809,0.09535164;0.3660845;0.007403887,0.1985871;0.1541165;-0.1436326,0.2927502;-0.01169176;-0.3486715,-0.131023;0.3644543;-0.01981035,-0.1597217;0.1287863;-0.1682589,-0.1571949;-0.09026292;-0.3426466,0.07527407;0.01093179;-0.02478526,0.1664018;-0.2657186;-0.268835,0.1888456;-0.5937461;-0.1488591,0.2175458;-0.6487299;-0.1930638,-0.06683545;-0.001153205;-0.04395103,-0.04301865;-0.3802967;-0.05306157,-0.006441701;-0.7253445;-0.007190727,0.003941124;-0.7150006;-0.1046886,-0.01993719;0.3993279;0.009237382,0;0;0,-0.02101022;0.1988874;0.001545263,-0.05230245;0.4968686;-0.01207714,0.07444154;0.3694637;-0.008522906,0.1998563;0.1802569;-0.1724495,0.2941249;0.04250145;-0.3972535,-0.1528345;0.3579634;-0.02827152,-0.1766843;0.1184472;-0.1713211,-0.1707042;-0.03083429;-0.4081317,0.07567067;0.01511713;-0.02110503,0.1430368;-0.2413286;-0.2933133,0.1665385;-0.5788732;-0.2038073,0.1720321;-0.5700883;-0.3013765,-0.06820791;-0.005880103;-0.04138967,-0.01970241;-0.3827114;-0.04812731,0.01915106;-0.723722;0.02044532,0.0267856;-0.714583;-0.07705614,-0.04212431;0.3976784;-0.004481405,7.885934
+0;0;0,-0.01015169;0.1995696;0.008302549,-0.02453994;0.4991449;0.005316809,0.09535164;0.3660845;0.007403887,0.1985871;0.1541165;-0.1436326,0.2927502;-0.01169176;-0.3486715,-0.131023;0.3644543;-0.01981035,-0.1597217;0.1287863;-0.1682589,-0.1571949;-0.09026292;-0.3426466,0.07527407;0.01093179;-0.02478526,0.1664018;-0.2657186;-0.268835,0.1888456;-0.5937461;-0.1488591,0.2175458;-0.6487299;-0.1930638,-0.06683545;-0.001153205;-0.04395103,-0.04301865;-0.3802967;-0.05306157,-0.006441701;-0.7253445;-0.007190727,0.003941124;-0.7150006;-0.1046886,-0.01993719;0.3993279;0.009237382,0;0;0,-0.0211437;0.1988745;0.001371283,-0.05227915;0.4968637;-0.01246481,0.07444908;0.3696713;-0.008723272,0.1992621;0.1832455;-0.1762557,0.2934316;0.04983419;-0.4037058,-0.1526967;0.3578603;-0.02932144,-0.1732631;0.1389354;-0.2026677,-0.1693261;-0.01465562;-0.4367495,0.07574084;0.0151511;-0.02082711,0.1430583;-0.2387755;-0.2953988,0.1647522;-0.5769881;-0.2079823,0.170548;-0.5682274;-0.3055287,-0.06811329;-0.005898267;-0.04154262,-0.0185249;-0.3825895;-0.04822913,0.02046754;-0.7236161;0.02018437,0.02836647;-0.7144896;-0.07729334,-0.04217399;0.3976691;-0.004827069,7.908592
+0;0;0,-0.01036331;0.199552;0.008461168,-0.02509427;0.4991143;0.005803217,0.09473589;0.3654817;0.007228767,0.200341;0.1587861;-0.1493742,0.2946019;-0.001335979;-0.3588398,-0.1313169;0.3644721;-0.0200504,-0.1560231;0.1310174;-0.1726562,-0.1534775;-0.08230098;-0.3540088,0.0753614;0.01095397;-0.02450855,0.1650604;-0.2578721;-0.2776619,0.1845246;-0.5853238;-0.1556108,0.2139959;-0.6400338;-0.1998337,-0.06677397;-0.001217145;-0.04404264,-0.04167674;-0.3802937;-0.05247483,-0.004726697;-0.7252921;-0.006531868,0.005731551;-0.7149236;-0.1040266,-0.02037631;0.399298;0.009603314,0;0;0,-0.02158714;0.1988275;0.001273553,-0.05341679;0.4967341;-0.01277642,0.07356548;0.3696746;-0.009188698,0.1990775;0.185941;-0.1791554,0.2922428;0.05813029;-0.4102066,-0.1532875;0.3574463;-0.03045122,-0.174384;0.1444299;-0.2109476,-0.1697942;-0.01249392;-0.4427964,0.07576854;0.015214;-0.02067999,0.1422542;-0.2371541;-0.2968864,0.16285;-0.5755507;-0.2099176,0.16887;-0.5667964;-0.307449,-0.06809739;-0.005968421;-0.04155867,-0.01812297;-0.3826003;-0.04870121,0.02113738;-0.7235075;0.02015271,0.02923011;-0.7143822;-0.07730885,-0.04307541;0.3975682;-0.005083549,7.93036
+0;0;0,-0.01036331;0.199552;0.008461168,-0.02509427;0.4991143;0.005803217,0.09473589;0.3654817;0.007228767,0.200341;0.1587861;-0.1493742,0.2946019;-0.001335979;-0.3588398,-0.1313169;0.3644721;-0.0200504,-0.1560231;0.1310174;-0.1726562,-0.1534775;-0.08230098;-0.3540088,0.0753614;0.01095397;-0.02450855,0.1650604;-0.2578721;-0.2776619,0.1845246;-0.5853238;-0.1556108,0.2139959;-0.6400338;-0.1998337,-0.06677397;-0.001217145;-0.04404264,-0.04167674;-0.3802937;-0.05247483,-0.004726697;-0.7252921;-0.006531868,0.005731551;-0.7149236;-0.1040266,-0.02037631;0.399298;0.009603314,0;0;0,-0.02158714;0.1988275;0.001273553,-0.05341679;0.4967341;-0.01277642,0.07356548;0.3696746;-0.009188698,0.1990775;0.185941;-0.1791554,0.2922428;0.05813029;-0.4102066,-0.1532875;0.3574463;-0.03045122,-0.174384;0.1444299;-0.2109476,-0.1697942;-0.01249392;-0.4427964,0.07576854;0.015214;-0.02067999,0.1422542;-0.2371541;-0.2968864,0.16285;-0.5755507;-0.2099176,0.16887;-0.5667964;-0.307449,-0.06809739;-0.005968421;-0.04155867,-0.01812297;-0.3826003;-0.04870121,0.02113738;-0.7235075;0.02015271,0.02923011;-0.7143822;-0.07730885,-0.04307541;0.3975682;-0.005083549,7.942227
+0;0;0,-0.01036331;0.199552;0.008461168,-0.02509427;0.4991143;0.005803217,0.09473589;0.3654817;0.007228767,0.200341;0.1587861;-0.1493742,0.2946019;-0.001335979;-0.3588398,-0.1313169;0.3644721;-0.0200504,-0.1560231;0.1310174;-0.1726562,-0.1534775;-0.08230098;-0.3540088,0.0753614;0.01095397;-0.02450855,0.1650604;-0.2578721;-0.2776619,0.1845246;-0.5853238;-0.1556108,0.2139959;-0.6400338;-0.1998337,-0.06677397;-0.001217145;-0.04404264,-0.04167674;-0.3802937;-0.05247483,-0.004726697;-0.7252921;-0.006531868,0.005731551;-0.7149236;-0.1040266,-0.02037631;0.399298;0.009603314,0;0;0,-0.02206521;0.1987754;0.0012192,-0.05466188;0.496594;-0.01295267,0.07265908;0.3699299;-0.009512585,0.1973848;0.1926834;-0.1867897,0.2814268;0.07665143;-0.4273589,-0.1538726;0.355937;-0.03009336,-0.1797941;0.1443326;-0.2116192,-0.1749906;-0.005102351;-0.4483598,0.07579558;0.01524632;-0.02055671,0.1415053;-0.2354751;-0.2984433,0.1606072;-0.5745276;-0.2137173,0.1662425;-0.5657955;-0.3112668,-0.06811843;-0.006012884;-0.04151776,-0.01756719;-0.3825655;-0.04877452,0.02176786;-0.7234845;0.01997877,0.02944236;-0.7143757;-0.07751307,-0.04406266;0.3974571;-0.005236686,7.96398
+0;0;0,-0.01033257;0.1995423;0.008724309,-0.02500613;0.4991108;0.006467648,0.09467795;0.3650669;0.007508614,0.2027982;0.161341;-0.1512547,0.298432;0.008898824;-0.3657671,-0.131082;0.3645172;-0.02020562,-0.1586459;0.1413312;-0.1870236,-0.145426;-0.06501937;-0.3758216,0.07549158;0.01088378;-0.02413638,0.1645701;-0.2511933;-0.2844835,0.18245;-0.5788749;-0.1628077,0.2130255;-0.6332167;-0.2069847,-0.06667991;-0.001182573;-0.04418587,-0.03919126;-0.3801117;-0.05174341,-0.001917768;-0.7250784;-0.005823597,0.008698464;-0.7146764;-0.1033081,-0.02030906;0.3992884;0.01013133,0;0;0,-0.02206521;0.1987754;0.0012192,-0.05466188;0.496594;-0.01295267,0.07265908;0.3699299;-0.009512585,0.1973848;0.1926834;-0.1867897,0.2814268;0.07665143;-0.4273589,-0.1538726;0.355937;-0.03009336,-0.1797941;0.1443326;-0.2116192,-0.1749906;-0.005102351;-0.4483598,0.07579558;0.01524632;-0.02055671,0.1415053;-0.2354751;-0.2984433,0.1606072;-0.5745276;-0.2137173,0.1662425;-0.5657955;-0.3112668,-0.06811843;-0.006012884;-0.04151776,-0.01756719;-0.3825655;-0.04877452,0.02176786;-0.7234845;0.01997877,0.02944236;-0.7143757;-0.07751307,-0.04406266;0.3974571;-0.005236686,7.975413
+0;0;0,-0.01033257;0.1995423;0.008724309,-0.02500613;0.4991108;0.006467648,0.09467795;0.3650669;0.007508614,0.2027982;0.161341;-0.1512547,0.298432;0.008898824;-0.3657671,-0.131082;0.3645172;-0.02020562,-0.1586459;0.1413312;-0.1870236,-0.145426;-0.06501937;-0.3758216,0.07549158;0.01088378;-0.02413638,0.1645701;-0.2511933;-0.2844835,0.18245;-0.5788749;-0.1628077,0.2130255;-0.6332167;-0.2069847,-0.06667991;-0.001182573;-0.04418587,-0.03919126;-0.3801117;-0.05174341,-0.001917768;-0.7250784;-0.005823597,0.008698464;-0.7146764;-0.1033081,-0.02030906;0.3992884;0.01013133,0;0;0,-0.02253513;0.1987231;0.001145439,-0.05594519;0.4964436;-0.01320227,0.07177823;0.3703313;-0.009621484,0.1975967;0.1941987;-0.1872363,0.281013;0.07905735;-0.4284503,-0.1545767;0.3549107;-0.0300843,-0.1820627;0.1453964;-0.2137914,-0.1770176;-0.001122981;-0.4523425,0.07582539;0.01528181;-0.02042,0.1407787;-0.232539;-0.3010727,0.1581991;-0.5719926;-0.2175996,0.1637061;-0.5632833;-0.3151515,-0.06811202;-0.006054492;-0.04152223,-0.01710847;-0.3825419;-0.04899819,0.02170888;-0.7236085;0.01931567,0.02922934;-0.7145116;-0.07818563,-0.04506775;0.3973407;-0.005437146,7.997519
+0;0;0,-0.01033257;0.1995423;0.008724309,-0.02500613;0.4991108;0.006467648,0.09467795;0.3650669;0.007508614,0.2027982;0.161341;-0.1512547,0.298432;0.008898824;-0.3657671,-0.131082;0.3645172;-0.02020562,-0.1586459;0.1413312;-0.1870236,-0.145426;-0.06501937;-0.3758216,0.07549158;0.01088378;-0.02413638,0.1645701;-0.2511933;-0.2844835,0.18245;-0.5788749;-0.1628077,0.2130255;-0.6332167;-0.2069847,-0.06667991;-0.001182573;-0.04418587,-0.03919126;-0.3801117;-0.05174341,-0.001917768;-0.7250784;-0.005823597,0.008698464;-0.7146764;-0.1033081,-0.02030906;0.3992884;0.01013133,0;0;0,-0.02253513;0.1987231;0.001145439,-0.05594519;0.4964436;-0.01320227,0.07177823;0.3703313;-0.009621484,0.1975967;0.1941987;-0.1872363,0.281013;0.07905735;-0.4284503,-0.1545767;0.3549107;-0.0300843,-0.1820627;0.1453964;-0.2137914,-0.1770176;-0.001122981;-0.4523425,0.07582539;0.01528181;-0.02042,0.1407787;-0.232539;-0.3010727,0.1581991;-0.5719926;-0.2175996,0.1637061;-0.5632833;-0.3151515,-0.06811202;-0.006054492;-0.04152223,-0.01710847;-0.3825419;-0.04899819,0.02170888;-0.7236085;0.01931567,0.02922934;-0.7145116;-0.07818563,-0.04506775;0.3973407;-0.005437146,8.008866
+0;0;0,-0.0104254;0.1995275;0.008948982,-0.02521919;0.4990934;0.007112926,0.09437669;0.3646528;0.007726094,0.2040357;0.1661765;-0.1565361,0.2958608;0.03788525;-0.3878573,-0.1310398;0.3644414;-0.02043811,-0.1440513;0.1088014;-0.1339233,-0.1490642;-0.05431382;-0.3614498,0.075591;0.01086125;-0.02383345,0.1634442;-0.2454547;-0.2902615,0.1778261;-0.573144;-0.168143,0.2094889;-0.6260649;-0.2142038,-0.06657562;-0.001169401;-0.0443432,-0.03783868;-0.3800068;-0.05185458,-0.0002360642;-0.7249308;-0.005881872,0.01054848;-0.7145011;-0.1033534,-0.02048595;0.3992673;0.01062624,0;0;0,-0.02253513;0.1987231;0.001145439,-0.05594519;0.4964436;-0.01320227,0.07177823;0.3703313;-0.009621484,0.1975967;0.1941987;-0.1872363,0.281013;0.07905735;-0.4284503,-0.1545767;0.3549107;-0.0300843,-0.1820627;0.1453964;-0.2137914,-0.1770176;-0.001122981;-0.4523425,0.07582539;0.01528181;-0.02042,0.1407787;-0.232539;-0.3010727,0.1581991;-0.5719926;-0.2175996,0.1637061;-0.5632833;-0.3151515,-0.06811202;-0.006054492;-0.04152223,-0.01710847;-0.3825419;-0.04899819,0.02170888;-0.7236085;0.01931567,0.02922934;-0.7145116;-0.07818563,-0.04506775;0.3973407;-0.005437146,8.020024
+0;0;0,-0.0104254;0.1995275;0.008948982,-0.02521919;0.4990934;0.007112926,0.09437669;0.3646528;0.007726094,0.2040357;0.1661765;-0.1565361,0.2958608;0.03788525;-0.3878573,-0.1310398;0.3644414;-0.02043811,-0.1440513;0.1088014;-0.1339233,-0.1490642;-0.05431382;-0.3614498,0.075591;0.01086125;-0.02383345,0.1634442;-0.2454547;-0.2902615,0.1778261;-0.573144;-0.168143,0.2094889;-0.6260649;-0.2142038,-0.06657562;-0.001169401;-0.0443432,-0.03783868;-0.3800068;-0.05185458,-0.0002360642;-0.7249308;-0.005881872,0.01054848;-0.7145011;-0.1033534,-0.02048595;0.3992673;0.01062624,0;0;0,-0.02299469;0.1986711;0.001011673,-0.05737184;0.4962749;-0.01348142,0.07080715;0.3706391;-0.009914491,0.197579;0.1971471;-0.18944,0.2813698;0.07874478;-0.4289395,-0.1554524;0.3559355;-0.03298552,-0.1783286;0.1467655;-0.2177139,-0.1708892;-0.0007107407;-0.4556118,0.07585524;0.01562135;-0.02004884,0.140092;-0.23037;-0.3024703,0.1547743;-0.5706069;-0.2217032,0.1613049;-0.5618944;-0.3191926,-0.06796553;-0.006323338;-0.04172172,-0.0171091;-0.3828249;-0.04948191,0.02171989;-0.7238796;0.01888498,0.03021962;-0.7147601;-0.07854068,-0.0461361;0.3972153;-0.005673823,8.042295
+0;0;0,-0.0104254;0.1995275;0.008948982,-0.02521919;0.4990934;0.007112926,0.09437669;0.3646528;0.007726094,0.2040357;0.1661765;-0.1565361,0.2958608;0.03788525;-0.3878573,-0.1310398;0.3644414;-0.02043811,-0.1440513;0.1088014;-0.1339233,-0.1490642;-0.05431382;-0.3614498,0.075591;0.01086125;-0.02383345,0.1634442;-0.2454547;-0.2902615,0.1778261;-0.573144;-0.168143,0.2094889;-0.6260649;-0.2142038,-0.06657562;-0.001169401;-0.0443432,-0.03783868;-0.3800068;-0.05185458,-0.0002360642;-0.7249308;-0.005881872,0.01054848;-0.7145011;-0.1033534,-0.02048595;0.3992673;0.01062624,0;0;0,-0.02299469;0.1986711;0.001011673,-0.05737184;0.4962749;-0.01348142,0.07080715;0.3706391;-0.009914491,0.197579;0.1971471;-0.18944,0.2813698;0.07874478;-0.4289395,-0.1554524;0.3559355;-0.03298552,-0.1783286;0.1467655;-0.2177139,-0.1708892;-0.0007107407;-0.4556118,0.07585524;0.01562135;-0.02004884,0.140092;-0.23037;-0.3024703,0.1547743;-0.5706069;-0.2217032,0.1613049;-0.5618944;-0.3191926,-0.06796553;-0.006323338;-0.04172172,-0.0171091;-0.3828249;-0.04948191,0.02171989;-0.7238796;0.01888498,0.03021962;-0.7147601;-0.07854068,-0.0461361;0.3972153;-0.005673823,8.053708
+0;0;0,-0.01054048;0.1995053;0.00930248,-0.02574173;0.4990554;0.008130785,0.09396344;0.3644876;0.008162136,0.2019939;0.1788299;-0.1714503,0.3016724;0.02921425;-0.3861113,-0.1311523;0.3644392;-0.02060089,-0.1516476;0.1699488;-0.2209841,-0.1452047;-0.05138256;-0.3923636,0.07573042;0.01077266;-0.02342761,0.1620815;-0.2404128;-0.29518,0.1721823;-0.5653044;-0.1653976,0.20248;-0.6126732;-0.2210405,-0.06649334;-0.001137556;-0.04446731,-0.03653202;-0.379881;-0.05193128,0.001462381;-0.7246703;-0.005275354,0.01244383;-0.7141925;-0.1027346,-0.02085225;0.3992283;0.01139305,0;0;0,-0.02337024;0.1986274;0.001005524,-0.05821007;0.4961812;-0.01342375,0.07018509;0.3708947;-0.009996545,0.1972151;0.2013416;-0.193068,0.2812466;0.08178451;-0.4319085,-0.1559486;0.3558974;-0.03381021,-0.1832022;0.1438225;-0.2145903,-0.1716752;0.005690724;-0.4578736,0.07585514;0.01579903;-0.0199095,0.1396559;-0.2270274;-0.3051546,0.1529098;-0.5678493;-0.2266385,0.1597379;-0.5591386;-0.3241071,-0.06788504;-0.00652091;-0.04182223,-0.01706917;-0.3830231;-0.04980987,0.0212311;-0.7242671;0.01790744,0.03001304;-0.7151354;-0.07949582,-0.04683033;0.3971349;-0.005655728,8.075936
+0;0;0,-0.01054048;0.1995053;0.00930248,-0.02574173;0.4990554;0.008130785,0.09396344;0.3644876;0.008162136,0.2019939;0.1788299;-0.1714503,0.3016724;0.02921425;-0.3861113,-0.1311523;0.3644392;-0.02060089,-0.1516476;0.1699488;-0.2209841,-0.1452047;-0.05138256;-0.3923636,0.07573042;0.01077266;-0.02342761,0.1620815;-0.2404128;-0.29518,0.1721823;-0.5653044;-0.1653976,0.20248;-0.6126732;-0.2210405,-0.06649334;-0.001137556;-0.04446731,-0.03653202;-0.379881;-0.05193128,0.001462381;-0.7246703;-0.005275354,0.01244383;-0.7141925;-0.1027346,-0.02085225;0.3992283;0.01139305,0;0;0,-0.02337024;0.1986274;0.001005524,-0.05821007;0.4961812;-0.01342375,0.07018509;0.3708947;-0.009996545,0.1972151;0.2013416;-0.193068,0.2812466;0.08178451;-0.4319085,-0.1559486;0.3558974;-0.03381021,-0.1832022;0.1438225;-0.2145903,-0.1716752;0.005690724;-0.4578736,0.07585514;0.01579903;-0.0199095,0.1396559;-0.2270274;-0.3051546,0.1529098;-0.5678493;-0.2266385,0.1597379;-0.5591386;-0.3241071,-0.06788504;-0.00652091;-0.04182223,-0.01706917;-0.3830231;-0.04980987,0.0212311;-0.7242671;0.01790744,0.03001304;-0.7151354;-0.07949582,-0.04683033;0.3971349;-0.005655728,8.086902
+0;0;0,-0.01054048;0.1995053;0.00930248,-0.02574173;0.4990554;0.008130785,0.09396344;0.3644876;0.008162136,0.2019939;0.1788299;-0.1714503,0.3016724;0.02921425;-0.3861113,-0.1311523;0.3644392;-0.02060089,-0.1516476;0.1699488;-0.2209841,-0.1452047;-0.05138256;-0.3923636,0.07573042;0.01077266;-0.02342761,0.1620815;-0.2404128;-0.29518,0.1721823;-0.5653044;-0.1653976,0.20248;-0.6126732;-0.2210405,-0.06649334;-0.001137556;-0.04446731,-0.03653202;-0.379881;-0.05193128,0.001462381;-0.7246703;-0.005275354,0.01244383;-0.7141925;-0.1027346,-0.02085225;0.3992283;0.01139305,0;0;0,-0.0236449;0.1985954;0.0008792146,-0.05884955;0.4960991;-0.01370117,0.06981283;0.3714522;-0.009897976,0.1979022;0.2056682;-0.1956633,0.2772965;0.08684253;-0.4364474,-0.1562788;0.3546241;-0.03296714,-0.1892512;0.1536042;-0.2250708,-0.1738215;0.01170774;-0.4659594,0.0758713;0.01588271;-0.01978092,0.1397463;-0.2152997;-0.314526,0.1504087;-0.555918;-0.2347418,0.1568762;-0.5472402;-0.3322279,-0.06786658;-0.006627745;-0.0418354,-0.01700972;-0.3831195;-0.05005161,0.02178067;-0.7244153;0.01712329,0.03016659;-0.7153218;-0.08030666,-0.04735218;0.3970701;-0.005887244,8.109741
+0;0;0,-0.01018373;0.1994907;0.009988711,-0.02514369;0.4990547;0.009455374,0.09446472;0.3643333;0.009000038,0.2032103;0.1828088;-0.1743664,0.3000983;0.05276366;-0.4026228,-0.1304203;0.3645147;-0.02018518,-0.1617811;0.1639913;-0.213076,-0.1488979;-0.01641899;-0.4268192,0.07591368;0.01063316;-0.0228921,0.1621069;-0.2357002;-0.2990996,0.1666754;-0.5602478;-0.1681491,0.1976787;-0.6074868;-0.2235832,-0.06633276;-0.001038096;-0.0447089,-0.03508402;-0.3796896;-0.05153405,0.003691565;-0.7243155;-0.004317768,0.01484382;-0.7137797;-0.1017692,-0.02029889;0.3992188;0.01250891,0;0;0,-0.02396787;0.1985566;0.0008930652,-0.05981776;0.4959867;-0.01362584,0.06916491;0.3718124;-0.009888543,0.198908;0.2037764;-0.1924553,0.2750331;0.1188249;-0.4481665,-0.1567863;0.3537457;-0.03261951,-0.184202;0.1713991;-0.2433281,-0.1700576;0.02397257;-0.4809525,0.07588043;0.015974;-0.01967211,0.1400287;-0.2104794;-0.3180072,0.148381;-0.5513247;-0.2389202,0.1546679;-0.5426474;-0.336418,-0.06785327;-0.00670976;-0.0418439,-0.0170088;-0.3832007;-0.05017442,0.02189359;-0.7244928;0.01695457,0.0300698;-0.7153988;-0.08049333,-0.04809602;0.3969817;-0.005841215,8.131521
+0;0;0,-0.01018373;0.1994907;0.009988711,-0.02514369;0.4990547;0.009455374,0.09446472;0.3643333;0.009000038,0.2032103;0.1828088;-0.1743664,0.3000983;0.05276366;-0.4026228,-0.1304203;0.3645147;-0.02018518,-0.1617811;0.1639913;-0.213076,-0.1488979;-0.01641899;-0.4268192,0.07591368;0.01063316;-0.0228921,0.1621069;-0.2357002;-0.2990996,0.1666754;-0.5602478;-0.1681491,0.1976787;-0.6074868;-0.2235832,-0.06633276;-0.001038096;-0.0447089,-0.03508402;-0.3796896;-0.05153405,0.003691565;-0.7243155;-0.004317768,0.01484382;-0.7137797;-0.1017692,-0.02029889;0.3992188;0.01250891,0;0;0,-0.02396787;0.1985566;0.0008930652,-0.05981776;0.4959867;-0.01362584,0.06916491;0.3718124;-0.009888543,0.198908;0.2037764;-0.1924553,0.2750331;0.1188249;-0.4481665,-0.1567863;0.3537457;-0.03261951,-0.184202;0.1713991;-0.2433281,-0.1700576;0.02397257;-0.4809525,0.07588043;0.015974;-0.01967211,0.1400287;-0.2104794;-0.3180072,0.148381;-0.5513247;-0.2389202,0.1546679;-0.5426474;-0.336418,-0.06785327;-0.00670976;-0.0418439,-0.0170088;-0.3832007;-0.05017442,0.02189359;-0.7244928;0.01695457,0.0300698;-0.7153988;-0.08049333,-0.04809602;0.3969817;-0.005841215,8.143032
+0;0;0,-0.01018373;0.1994907;0.009988711,-0.02514369;0.4990547;0.009455374,0.09446472;0.3643333;0.009000038,0.2032103;0.1828088;-0.1743664,0.3000983;0.05276366;-0.4026228,-0.1304203;0.3645147;-0.02018518,-0.1617811;0.1639913;-0.213076,-0.1488979;-0.01641899;-0.4268192,0.07591368;0.01063316;-0.0228921,0.1621069;-0.2357002;-0.2990996,0.1666754;-0.5602478;-0.1681491,0.1976787;-0.6074868;-0.2235832,-0.06633276;-0.001038096;-0.0447089,-0.03508402;-0.3796896;-0.05153405,0.003691565;-0.7243155;-0.004317768,0.01484382;-0.7137797;-0.1017692,-0.02029889;0.3992188;0.01250891,0;0;0,-0.02476955;0.198457;0.001134978,-0.06313464;0.4956203;-0.01246697,0.06688447;0.3720523;-0.009776887,0.1987009;0.2149907;-0.2004496,0.275792;0.1182798;-0.4516546,-0.1584399;0.3522049;-0.03264809,-0.186594;0.171409;-0.2445919,-0.1714403;0.02442744;-0.4824296,0.0758794;0.01612169;-0.01955528,0.1402429;-0.2049983;-0.3218189,0.146526;-0.5466817;-0.2462347,0.1526764;-0.5379382;-0.3437557,-0.06782313;-0.00680754;-0.04187696,-0.01717642;-0.3833255;-0.05018904,0.02180277;-0.7246197;0.01688485,0.02981294;-0.7154655;-0.08058974,-0.05046189;0.3967029;-0.005067445,8.165244
+0;0;0,-0.009940366;0.1994701;0.01062405,-0.0247427;0.4990428;0.01087904,0.09486727;0.3644358;0.009824478,0.2030914;0.1875215;-0.1782948,0.3001835;0.05537404;-0.4052534,-0.1297388;0.364662;-0.02021947,-0.1487441;0.1801886;-0.2300012,-0.1413073;-0.009517804;-0.4358073,0.07607106;0.01044714;-0.02245109,0.1613055;-0.2277438;-0.3060003,0.1625826;-0.5522301;-0.1748247,0.1925938;-0.5972838;-0.2336998,-0.0661995;-0.0008792145;-0.04490939,-0.03377726;-0.379434;-0.05162657,0.005771201;-0.7238087;-0.003232822,0.01721049;-0.7132151;-0.1006625,-0.01992339;0.3991977;0.01366049,0;0;0,-0.02476955;0.198457;0.001134978,-0.06313464;0.4956203;-0.01246697,0.06688447;0.3720523;-0.009776887,0.1987009;0.2149907;-0.2004496,0.275792;0.1182798;-0.4516546,-0.1584399;0.3522049;-0.03264809,-0.186594;0.171409;-0.2445919,-0.1714403;0.02442744;-0.4824296,0.0758794;0.01612169;-0.01955528,0.1402429;-0.2049983;-0.3218189,0.146526;-0.5466817;-0.2462347,0.1526764;-0.5379382;-0.3437557,-0.06782313;-0.00680754;-0.04187696,-0.01717642;-0.3833255;-0.05018904,0.02180277;-0.7246197;0.01688485,0.02981294;-0.7154655;-0.08058974,-0.05046189;0.3967029;-0.005067445,8.187601
+0;0;0,-0.009940366;0.1994701;0.01062405,-0.0247427;0.4990428;0.01087904,0.09486727;0.3644358;0.009824478,0.2030914;0.1875215;-0.1782948,0.3001835;0.05537404;-0.4052534,-0.1297388;0.364662;-0.02021947,-0.1487441;0.1801886;-0.2300012,-0.1413073;-0.009517804;-0.4358073,0.07607106;0.01044714;-0.02245109,0.1613055;-0.2277438;-0.3060003,0.1625826;-0.5522301;-0.1748247,0.1925938;-0.5972838;-0.2336998,-0.0661995;-0.0008792145;-0.04490939,-0.03377726;-0.379434;-0.05162657,0.005771201;-0.7238087;-0.003232822,0.01721049;-0.7132151;-0.1006625,-0.01992339;0.3991977;0.01366049,0;0;0,-0.02495825;0.198433;0.001188192,-0.06321304;0.4956106;-0.01240622,0.06683989;0.3724613;-0.00932339,0.2000549;0.2133711;-0.1973235,0.2758065;0.1209303;-0.4505357,-0.1585306;0.3518483;-0.0322599,-0.1873007;0.1723233;-0.245199,-0.165965;0.03700314;-0.4893982,0.07592119;0.01620479;-0.01932301,0.1403782;-0.2047966;-0.3216534,0.1448585;-0.5468077;-0.2474351,0.1510336;-0.5380701;-0.3449532,-0.06776107;-0.006818243;-0.04197557,-0.01722496;-0.383357;-0.05001434,0.02180278;-0.7246468;0.01705385,0.02981381;-0.7154905;-0.08042112,-0.05061042;0.3966845;-0.005002858,8.19864
+0;0;0,-0.009940366;0.1994701;0.01062405,-0.0247427;0.4990428;0.01087904,0.09486727;0.3644358;0.009824478,0.2030914;0.1875215;-0.1782948,0.3001835;0.05537404;-0.4052534,-0.1297388;0.364662;-0.02021947,-0.1487441;0.1801886;-0.2300012,-0.1413073;-0.009517804;-0.4358073,0.07607106;0.01044714;-0.02245109,0.1613055;-0.2277438;-0.3060003,0.1625826;-0.5522301;-0.1748247,0.1925938;-0.5972838;-0.2336998,-0.0661995;-0.0008792145;-0.04490939,-0.03377726;-0.379434;-0.05162657,0.005771201;-0.7238087;-0.003232822,0.01721049;-0.7132151;-0.1006625,-0.01992339;0.3991977;0.01366049,0;0;0,-0.02495825;0.198433;0.001188192,-0.06321304;0.4956106;-0.01240622,0.06683989;0.3724613;-0.00932339,0.2000549;0.2133711;-0.1973235,0.2758065;0.1209303;-0.4505357,-0.1585306;0.3518483;-0.0322599,-0.1873007;0.1723233;-0.245199,-0.165965;0.03700314;-0.4893982,0.07592119;0.01620479;-0.01932301,0.1403782;-0.2047966;-0.3216534,0.1448585;-0.5468077;-0.2474351,0.1510336;-0.5380701;-0.3449532,-0.06776107;-0.006818243;-0.04197557,-0.01722496;-0.383357;-0.05001434,0.02180278;-0.7246468;0.01705385,0.02981381;-0.7154905;-0.08042112,-0.05061042;0.3966845;-0.005002858,8.209963
+0;0;0,-0.01012581;0.1994362;0.01107619,-0.02550083;0.4989806;0.01232722,0.09427153;0.3642447;0.01048268,0.2024189;0.1920162;-0.181979,0.2943941;0.06674987;-0.414893,-0.1299333;0.3644972;-0.02018281,-0.1595671;0.1729265;-0.2222286,-0.1435237;0.004362419;-0.445228,0.07619892;0.01031686;-0.02207454,0.1589254;-0.2306876;-0.3039844,0.1581688;-0.5570699;-0.1775961,0.1860731;-0.59917;-0.2410227,-0.06603765;-0.0007554292;-0.04514929,-0.03322209;-0.379287;-0.05122938,0.006756246;-0.7235445;-0.002357095,0.01839605;-0.7128917;-0.09977477,-0.02046638;0.3991357;0.01470503,0;0;0,-0.02515888;0.1984073;0.001247196,-0.06365548;0.4955627;-0.01215494,0.0665881;0.3729201;-0.008598561,0.2017203;0.2140831;-0.195441,0.2758448;0.126582;-0.4508801,-0.1588432;0.351556;-0.03191085,-0.187324;0.176633;-0.2486844,-0.1659317;0.05018628;-0.4975892,0.07593694;0.01644564;-0.01905577,0.1400193;-0.2047586;-0.3213175,0.1429516;-0.5470378;-0.2482677,0.1492609;-0.5382865;-0.3457802,-0.06770422;-0.006940247;-0.04204725,-0.0177382;-0.3835604;-0.04983714,0.02148199;-0.7248327;0.01720753,0.02960661;-0.7156577;-0.08026199,-0.05098361;0.3966401;-0.004823434,8.231956
+0;0;0,-0.01012581;0.1994362;0.01107619,-0.02550083;0.4989806;0.01232722,0.09427153;0.3642447;0.01048268,0.2024189;0.1920162;-0.181979,0.2943941;0.06674987;-0.414893,-0.1299333;0.3644972;-0.02018281,-0.1595671;0.1729265;-0.2222286,-0.1435237;0.004362419;-0.445228,0.07619892;0.01031686;-0.02207454,0.1589254;-0.2306876;-0.3039844,0.1581688;-0.5570699;-0.1775961,0.1860731;-0.59917;-0.2410227,-0.06603765;-0.0007554292;-0.04514929,-0.03322209;-0.379287;-0.05122938,0.006756246;-0.7235445;-0.002357095,0.01839605;-0.7128917;-0.09977477,-0.02046638;0.3991357;0.01470503,0;0;0,-0.02515888;0.1984073;0.001247196,-0.06365548;0.4955627;-0.01215494,0.0665881;0.3729201;-0.008598561,0.2017203;0.2140831;-0.195441,0.2758448;0.126582;-0.4508801,-0.1588432;0.351556;-0.03191085,-0.187324;0.176633;-0.2486844,-0.1659317;0.05018628;-0.4975892,0.07593694;0.01644564;-0.01905577,0.1400193;-0.2047586;-0.3213175,0.1429516;-0.5470378;-0.2482677,0.1492609;-0.5382865;-0.3457802,-0.06770422;-0.006940247;-0.04204725,-0.0177382;-0.3835604;-0.04983714,0.02148199;-0.7248327;0.01720753,0.02960661;-0.7156577;-0.08026199,-0.05098361;0.3966401;-0.004823434,8.243502
+0;0;0,-0.01012581;0.1994362;0.01107619,-0.02550083;0.4989806;0.01232722,0.09427153;0.3642447;0.01048268,0.2024189;0.1920162;-0.181979,0.2943941;0.06674987;-0.414893,-0.1299333;0.3644972;-0.02018281,-0.1595671;0.1729265;-0.2222286,-0.1435237;0.004362419;-0.445228,0.07619892;0.01031686;-0.02207454,0.1589254;-0.2306876;-0.3039844,0.1581688;-0.5570699;-0.1775961,0.1860731;-0.59917;-0.2410227,-0.06603765;-0.0007554292;-0.04514929,-0.03322209;-0.379287;-0.05122938,0.006756246;-0.7235445;-0.002357095,0.01839605;-0.7128917;-0.09977477,-0.02046638;0.3991357;0.01470503,0;0;0,-0.02515888;0.1984073;0.001247196,-0.06365548;0.4955627;-0.01215494,0.0665881;0.3729201;-0.008598561,0.2017203;0.2140831;-0.195441,0.2758448;0.126582;-0.4508801,-0.1588432;0.351556;-0.03191085,-0.187324;0.176633;-0.2486844,-0.1659317;0.05018628;-0.4975892,0.07593694;0.01644564;-0.01905577,0.1400193;-0.2047586;-0.3213175,0.1429516;-0.5470378;-0.2482677,0.1492609;-0.5382865;-0.3457802,-0.06770422;-0.006940247;-0.04204725,-0.0177382;-0.3835604;-0.04983714,0.02148199;-0.7248327;0.01720753,0.02960661;-0.7156577;-0.08026199,-0.05098361;0.3966401;-0.004823434,8.254757
+0;0;0,-0.01020686;0.199409;0.01148353,-0.02568327;0.4989456;0.01320866,0.09401498;0.3639029;0.01072275,0.1999494;0.1881267;-0.1797519,0.2851577;0.1006491;-0.4317187,-0.1297764;0.364612;-0.0205299,-0.1474493;0.1939546;-0.2418073,-0.1364517;0.01973511;-0.4607288,0.0763329;0.01025266;-0.02163727,0.1574421;-0.2223619;-0.3109671,0.1529101;-0.5500009;-0.1879542,0.1816024;-0.5961657;-0.2460549,-0.0658979;-0.000710571;-0.04535374,-0.03242129;-0.3791871;-0.05125412,0.007716525;-0.7233873;-0.002109598,0.01960658;-0.7126969;-0.0995045,-0.0206106;0.3990991;0.01543496,0;0;0,-0.02616265;0.1982706;0.002073837,-0.066374;0.4953042;-0.008910571,0.06447576;0.3730436;-0.007538141,0.2008757;0.215197;-0.1942987,0.2730733;0.1295413;-0.4509125,-0.1607161;0.3524823;-0.0324644,-0.1823808;0.1772474;-0.2497738,-0.1602433;0.05674508;-0.5015458,0.07594505;0.01668978;-0.01880961,0.1408963;-0.2043651;-0.3209952,0.1412815;-0.5467235;-0.248259,0.1481155;-0.5377964;-0.3457743,-0.0675687;-0.007193686;-0.04222228,-0.01697923;-0.3837457;-0.0492451,0.02131112;-0.7251763;0.01753027,0.02995974;-0.7159014;-0.07991548,-0.05312443;0.3963914;-0.002530706,8.276896
+0;0;0,-0.01020686;0.199409;0.01148353,-0.02568327;0.4989456;0.01320866,0.09401498;0.3639029;0.01072275,0.1999494;0.1881267;-0.1797519,0.2851577;0.1006491;-0.4317187,-0.1297764;0.364612;-0.0205299,-0.1474493;0.1939546;-0.2418073,-0.1364517;0.01973511;-0.4607288,0.0763329;0.01025266;-0.02163727,0.1574421;-0.2223619;-0.3109671,0.1529101;-0.5500009;-0.1879542,0.1816024;-0.5961657;-0.2460549,-0.0658979;-0.000710571;-0.04535374,-0.03242129;-0.3791871;-0.05125412,0.007716525;-0.7233873;-0.002109598,0.01960658;-0.7126969;-0.0995045,-0.0206106;0.3990991;0.01543496,0;0;0,-0.02616265;0.1982706;0.002073837,-0.066374;0.4953042;-0.008910571,0.06447576;0.3730436;-0.007538141,0.2008757;0.215197;-0.1942987,0.2730733;0.1295413;-0.4509125,-0.1607161;0.3524823;-0.0324644,-0.1823808;0.1772474;-0.2497738,-0.1602433;0.05674508;-0.5015458,0.07594505;0.01668978;-0.01880961,0.1408963;-0.2043651;-0.3209952,0.1412815;-0.5467235;-0.248259,0.1481155;-0.5377964;-0.3457743,-0.0675687;-0.007193686;-0.04222228,-0.01697923;-0.3837457;-0.0492451,0.02131112;-0.7251763;0.01753027,0.02995974;-0.7159014;-0.07991548,-0.05312443;0.3963914;-0.002530706,8.288372
+0;0;0,-0.01020686;0.199409;0.01148353,-0.02568327;0.4989456;0.01320866,0.09401498;0.3639029;0.01072275,0.1999494;0.1881267;-0.1797519,0.2851577;0.1006491;-0.4317187,-0.1297764;0.364612;-0.0205299,-0.1474493;0.1939546;-0.2418073,-0.1364517;0.01973511;-0.4607288,0.0763329;0.01025266;-0.02163727,0.1574421;-0.2223619;-0.3109671,0.1529101;-0.5500009;-0.1879542,0.1816024;-0.5961657;-0.2460549,-0.0658979;-0.000710571;-0.04535374,-0.03242129;-0.3791871;-0.05125412,0.007716525;-0.7233873;-0.002109598,0.01960658;-0.7126969;-0.0995045,-0.0206106;0.3990991;0.01543496,0;0;0,-0.02664617;0.1981972;0.002800394,-0.06751126;0.495204;-0.006444586,0.06351455;0.3729509;-0.006373731,0.2167098;0.2213726;-0.185134,0.2795786;0.135717;-0.4441912,-0.1613811;0.3527968;-0.03221247,-0.1783133;0.1803575;-0.2521625,-0.1560284;0.06032266;-0.5041447,0.07594153;0.01706779;-0.01848175,0.1412371;-0.2040532;-0.3205447,0.1392928;-0.5462941;-0.2472825,0.146468;-0.5372424;-0.3448001,-0.06740276;-0.007519834;-0.04243019,-0.01678045;-0.3840858;-0.04838467,0.02050394;-0.7255816;0.01862629,0.02947289;-0.7161469;-0.07882436,-0.05406052;0.3962781;-0.0007219149,8.310388
+0;0;0,-0.01039281;0.199383;0.01176509,-0.02630063;0.4988952;0.01392321,0.09353884;0.36384;0.01091501,0.2021298;0.2014394;-0.1896693,0.2785357;0.09908666;-0.43884,-0.1298279;0.3646188;-0.021237,-0.1474061;0.1945742;-0.2429932,-0.1368112;0.02969958;-0.4690554,0.07639951;0.01023384;-0.02140988,0.1553949;-0.21782;-0.314925,0.149909;-0.5467103;-0.1953377,0.1757403;-0.5906897;-0.257465,-0.06583926;-0.0007245264;-0.04543861,-0.03216471;-0.379184;-0.05131022,0.008148745;-0.7233022;-0.001738019,0.02038248;-0.7125802;-0.09909663,-0.02106634;0.3990535;0.01598098,0;0;0,-0.0268616;0.198166;0.002950502,-0.06771933;0.4951734;-0.006297333,0.06333665;0.37305;-0.005919446,0.2056129;0.2497588;-0.2131795,0.2688896;0.1612713;-0.4711835,-0.1614742;0.3515445;-0.03074603,-0.1818771;0.1816575;-0.2523811,-0.1578715;0.06651419;-0.506479,0.07596927;0.01717677;-0.01826549,0.1463276;-0.1713815;-0.3405937,0.1393866;-0.5124663;-0.2624083,0.1511572;-0.5681381;-0.3126258,-0.06727916;-0.007621935;-0.04260774,-0.01689745;-0.3842319;-0.04776616,0.01935372;-0.7258055;0.01941523,0.02785439;-0.7164239;-0.07806617,-0.05427827;0.3962466;-0.0005672509,8.333234
+0;0;0,-0.01039281;0.199383;0.01176509,-0.02630063;0.4988952;0.01392321,0.09353884;0.36384;0.01091501,0.2021298;0.2014394;-0.1896693,0.2785357;0.09908666;-0.43884,-0.1298279;0.3646188;-0.021237,-0.1474061;0.1945742;-0.2429932,-0.1368112;0.02969958;-0.4690554,0.07639951;0.01023384;-0.02140988,0.1553949;-0.21782;-0.314925,0.149909;-0.5467103;-0.1953377,0.1757403;-0.5906897;-0.257465,-0.06583926;-0.0007245264;-0.04543861,-0.03216471;-0.379184;-0.05131022,0.008148745;-0.7233022;-0.001738019,0.02038248;-0.7125802;-0.09909663,-0.02106634;0.3990535;0.01598098,0;0;0,-0.0268616;0.198166;0.002950502,-0.06771933;0.4951734;-0.006297333,0.06333665;0.37305;-0.005919446,0.2056129;0.2497588;-0.2131795,0.2688896;0.1612713;-0.4711835,-0.1614742;0.3515445;-0.03074603,-0.1818771;0.1816575;-0.2523811,-0.1578715;0.06651419;-0.506479,0.07596927;0.01717677;-0.01826549,0.1463276;-0.1713815;-0.3405937,0.1393866;-0.5124663;-0.2624083,0.1511572;-0.5681381;-0.3126258,-0.06727916;-0.007621935;-0.04260774,-0.01689745;-0.3842319;-0.04776616,0.01935372;-0.7258055;0.01941523,0.02785439;-0.7164239;-0.07806617,-0.05427827;0.3962466;-0.0005672509,8.354949
+0;0;0,-0.01039281;0.199383;0.01176509,-0.02630063;0.4988952;0.01392321,0.09353884;0.36384;0.01091501,0.2021298;0.2014394;-0.1896693,0.2785357;0.09908666;-0.43884,-0.1298279;0.3646188;-0.021237,-0.1474061;0.1945742;-0.2429932,-0.1368112;0.02969958;-0.4690554,0.07639951;0.01023384;-0.02140988,0.1553949;-0.21782;-0.314925,0.149909;-0.5467103;-0.1953377,0.1757403;-0.5906897;-0.257465,-0.06583926;-0.0007245264;-0.04543861,-0.03216471;-0.379184;-0.05131022,0.008148745;-0.7233022;-0.001738019,0.02038248;-0.7125802;-0.09909663,-0.02106634;0.3990535;0.01598098,0;0;0,-0.0273914;0.1980805;0.003720272,-0.06958795;0.4949773;-0.00283268,0.06185897;0.372811;-0.004751331,0.2050099;0.2491505;-0.2111875,0.2682295;0.1622922;-0.4697584,-0.1624693;0.3517706;-0.03028909,-0.182666;0.183181;-0.2529315,-0.1579713;0.06600343;-0.5060315,0.07600764;0.01717029;-0.01811128,0.1469057;-0.1681189;-0.3422121,0.1386485;-0.5090342;-0.2634174,0.1512699;-0.5635551;-0.3153493,-0.06714708;-0.007598275;-0.04281979,-0.01687813;-0.3842327;-0.04724229,0.01867943;-0.725674;0.02097422,0.02736355;-0.7160703;-0.07653771,-0.05568051;0.3960611;0.001874799,8.366496
+0;0;0,-0.01054632;0.1993567;0.01207013,-0.02654454;0.4988597;0.0147191,0.09328149;0.363776;0.01114599,0.2018935;0.2045806;-0.1919802,0.2784017;0.1033781;-0.441589,-0.1296208;0.3644745;-0.02175455,-0.1474916;0.1968897;-0.2453523,-0.1362208;0.04222903;-0.4784898,0.07650694;0.00997517;-0.02114671,0.1537175;-0.2092403;-0.3217845,0.1466643;-0.5388672;-0.2043267,0.1731422;-0.5823527;-0.2667671,-0.06579778;-0.0004380256;-0.0455023,-0.03153063;-0.3788442;-0.05137791,0.009170502;-0.7229401;-0.001966935,0.02167406;-0.7121963;-0.09929556,-0.02129676;0.3990156;0.01662262,0;0;0,-0.0273914;0.1980805;0.003720272,-0.06958795;0.4949773;-0.00283268,0.06185897;0.372811;-0.004751331,0.2050099;0.2491505;-0.2111875,0.2682295;0.1622922;-0.4697584,-0.1624693;0.3517706;-0.03028909,-0.182666;0.183181;-0.2529315,-0.1579713;0.06600343;-0.5060315,0.07600764;0.01717029;-0.01811128,0.1469057;-0.1681189;-0.3422121,0.1386485;-0.5090342;-0.2634174,0.1512699;-0.5635551;-0.3153493,-0.06714708;-0.007598275;-0.04281979,-0.01687813;-0.3842327;-0.04724229,0.01867943;-0.725674;0.02097422,0.02736355;-0.7160703;-0.07653771,-0.05568051;0.3960611;0.001874799,8.388597
+0;0;0,-0.01054632;0.1993567;0.01207013,-0.02654454;0.4988597;0.0147191,0.09328149;0.363776;0.01114599,0.2018935;0.2045806;-0.1919802,0.2784017;0.1033781;-0.441589,-0.1296208;0.3644745;-0.02175455,-0.1474916;0.1968897;-0.2453523,-0.1362208;0.04222903;-0.4784898,0.07650694;0.00997517;-0.02114671,0.1537175;-0.2092403;-0.3217845,0.1466643;-0.5388672;-0.2043267,0.1731422;-0.5823527;-0.2667671,-0.06579778;-0.0004380256;-0.0455023,-0.03153063;-0.3788442;-0.05137791,0.009170502;-0.7229401;-0.001966935,0.02167406;-0.7121963;-0.09929556,-0.02129676;0.3990156;0.01662262,0;0;0,-0.02787184;0.1979942;0.004631172,-0.07079563;0.4948237;-5.362928E-05,0.0609514;0.3729277;-0.002228141,0.2046542;0.2488544;-0.2080323,0.2769703;0.1510611;-0.4602363,-0.1633235;0.3520574;-0.02918223,-0.1813848;0.1845171;-0.252798,-0.1524735;0.07521184;-0.5089552,0.07610574;0.01714079;-0.01772315,0.1475019;-0.1666371;-0.3425743,0.1379122;-0.5072938;-0.2628183,0.1508359;-0.5611421;-0.3157565,-0.06692046;-0.007589896;-0.0431746,-0.01621703;-0.3841853;-0.0454339,0.01898497;-0.7256628;0.02278545,0.02812081;-0.7158963;-0.07471913,-0.05666294;0.39591;0.003991045,8.399717
+0;0;0,-0.01054632;0.1993567;0.01207013,-0.02654454;0.4988597;0.0147191,0.09328149;0.363776;0.01114599,0.2018935;0.2045806;-0.1919802,0.2784017;0.1033781;-0.441589,-0.1296208;0.3644745;-0.02175455,-0.1474916;0.1968897;-0.2453523,-0.1362208;0.04222903;-0.4784898,0.07650694;0.00997517;-0.02114671,0.1537175;-0.2092403;-0.3217845,0.1466643;-0.5388672;-0.2043267,0.1731422;-0.5823527;-0.2667671,-0.06579778;-0.0004380256;-0.0455023,-0.03153063;-0.3788442;-0.05137791,0.009170502;-0.7229401;-0.001966935,0.02167406;-0.7121963;-0.09929556,-0.02129676;0.3990156;0.01662262,0;0;0,-0.02787184;0.1979942;0.004631172,-0.07079563;0.4948237;-5.362928E-05,0.0609514;0.3729277;-0.002228141,0.2046542;0.2488544;-0.2080323,0.2769703;0.1510611;-0.4602363,-0.1633235;0.3520574;-0.02918223,-0.1813848;0.1845171;-0.252798,-0.1524735;0.07521184;-0.5089552,0.07610574;0.01714079;-0.01772315,0.1475019;-0.1666371;-0.3425743,0.1379122;-0.5072938;-0.2628183,0.1508359;-0.5611421;-0.3157565,-0.06692046;-0.007589896;-0.0431746,-0.01621703;-0.3841853;-0.0454339,0.01898497;-0.7256628;0.02278545,0.02812081;-0.7158963;-0.07471913,-0.05666294;0.39591;0.003991045,8.422502
+0;0;0,-0.01065023;0.1993328;0.01236906,-0.02672146;0.4988275;0.01545107,0.09317096;0.3639381;0.01152912,0.2001064;0.2142913;-0.1995885,0.268132;0.1272784;-0.4568846,-0.1295611;0.364473;-0.02180189,-0.1534592;0.201488;-0.2482191,-0.136196;0.048026;-0.4817815,0.07665496;0.009723135;-0.02072386,0.1533106;-0.2057613;-0.3241878,0.1436334;-0.5368708;-0.2111706,0.170084;-0.5799389;-0.2741103,-0.06563291;-0.0001419824;-0.04574167,-0.03101715;-0.3785259;-0.05096979,0.01016651;-0.7224764;-0.0009497665,0.0228035;-0.711709;-0.09826581,-0.02145698;0.3989818;0.01721917,0;0;0,-0.02821523;0.1979317;0.005188869,-0.07181182;0.4946817;0.001933261,0.0602348;0.3731195;-0.000593903,0.2070035;0.2457332;-0.2021669,0.2783599;0.1612271;-0.4593963,-0.1629265;0.3492717;-0.02781148,-0.1897567;0.1846789;-0.2527322,-0.1581213;0.08447274;-0.5122663,0.07613527;0.01717978;-0.0175578,0.1466707;-0.1686324;-0.3414383,0.1364347;-0.5093873;-0.2621834,0.1486763;-0.56098;-0.318688,-0.06680412;-0.007648949;-0.04334401,-0.01654497;-0.3843086;-0.04459023,0.01833226;-0.7257502;0.02397519,0.02727377;-0.7158749;-0.07356992,-0.057447;0.3957837;0.005515745,8.444302
+0;0;0,-0.01065023;0.1993328;0.01236906,-0.02672146;0.4988275;0.01545107,0.09317096;0.3639381;0.01152912,0.2001064;0.2142913;-0.1995885,0.268132;0.1272784;-0.4568846,-0.1295611;0.364473;-0.02180189,-0.1534592;0.201488;-0.2482191,-0.136196;0.048026;-0.4817815,0.07665496;0.009723135;-0.02072386,0.1533106;-0.2057613;-0.3241878,0.1436334;-0.5368708;-0.2111706,0.170084;-0.5799389;-0.2741103,-0.06563291;-0.0001419824;-0.04574167,-0.03101715;-0.3785259;-0.05096979,0.01016651;-0.7224764;-0.0009497665,0.0228035;-0.711709;-0.09826581,-0.02145698;0.3989818;0.01721917,0;0;0,-0.02821523;0.1979317;0.005188869,-0.07181182;0.4946817;0.001933261,0.0602348;0.3731195;-0.000593903,0.2070035;0.2457332;-0.2021669,0.2783599;0.1612271;-0.4593963,-0.1629265;0.3492717;-0.02781148,-0.1897567;0.1846789;-0.2527322,-0.1581213;0.08447274;-0.5122663,0.07613527;0.01717978;-0.0175578,0.1466707;-0.1686324;-0.3414383,0.1364347;-0.5093873;-0.2621834,0.1486763;-0.56098;-0.318688,-0.06680412;-0.007648949;-0.04334401,-0.01654497;-0.3843086;-0.04459023,0.01833226;-0.7257502;0.02397519,0.02727377;-0.7158749;-0.07356992,-0.057447;0.3957837;0.005515745,8.455593
+0;0;0,-0.01065023;0.1993328;0.01236906,-0.02672146;0.4988275;0.01545107,0.09317096;0.3639381;0.01152912,0.2001064;0.2142913;-0.1995885,0.268132;0.1272784;-0.4568846,-0.1295611;0.364473;-0.02180189,-0.1534592;0.201488;-0.2482191,-0.136196;0.048026;-0.4817815,0.07665496;0.009723135;-0.02072386,0.1533106;-0.2057613;-0.3241878,0.1436334;-0.5368708;-0.2111706,0.170084;-0.5799389;-0.2741103,-0.06563291;-0.0001419824;-0.04574167,-0.03101715;-0.3785259;-0.05096979,0.01016651;-0.7224764;-0.0009497665,0.0228035;-0.711709;-0.09826581,-0.02145698;0.3989818;0.01721917,0;0;0,-0.02859891;0.1978616;0.005734038,-0.07271375;0.4945472;0.003771737,0.05935619;0.3725253;-0.0004311851,0.2222725;0.2437319;-0.1882357,0.2841355;0.2287659;-0.4609058,-0.1629971;0.3479404;-0.02675456,-0.1930239;0.1857177;-0.2529894,-0.1553115;0.1129785;-0.5207332,0.07622107;0.0171317;-0.01722942,0.1468644;-0.1548949;-0.3486149,0.1352967;-0.4954298;-0.2686011,0.1464981;-0.5497096;-0.3212456,-0.06645732;-0.0075496;-0.0438911,-0.01690165;-0.3843044;-0.04361093,0.01764154;-0.725865;0.0245296,0.02608248;-0.7159221;-0.07307401,-0.05816389;0.3956609;0.006901702,8.46689
+0;0;0,-0.01075863;0.199301;0.01278162,-0.02695006;0.4987839;0.0163073,0.09302174;0.3640237;0.01203492,0.1980681;0.2207152;-0.2043627,0.2643545;0.1225605;-0.4580787,-0.1294562;0.364397;-0.02183219,-0.149161;0.2178139;-0.2595823,-0.1326367;0.07350829;-0.4989624,0.07679947;0.009473205;-0.02030025,0.152434;-0.2018556;-0.3269263,0.1409392;-0.5339375;-0.216974,0.166041;-0.5758775;-0.2817393,-0.06552699;4.575797E-05;-0.04589346,-0.03097874;-0.3783464;-0.05097051,0.01082937;-0.7221399;-0.0003926158,0.0236663;-0.711345;-0.09768794,-0.02163489;0.3989385;0.01793527,0;0;0,-0.02859891;0.1978616;0.005734038,-0.07271375;0.4945472;0.003771737,0.05935619;0.3725253;-0.0004311851,0.2222725;0.2437319;-0.1882357,0.2841355;0.2287659;-0.4609058,-0.1629971;0.3479404;-0.02675456,-0.1930239;0.1857177;-0.2529894,-0.1553115;0.1129785;-0.5207332,0.07622107;0.0171317;-0.01722942,0.1468644;-0.1548949;-0.3486149,0.1352967;-0.4954298;-0.2686011,0.1464981;-0.5497096;-0.3212456,-0.06645732;-0.0075496;-0.0438911,-0.01690165;-0.3843044;-0.04361093,0.01764154;-0.725865;0.0245296,0.02608248;-0.7159221;-0.07307401,-0.05816389;0.3956609;0.006901702,8.488994
+0;0;0,-0.01075863;0.199301;0.01278162,-0.02695006;0.4987839;0.0163073,0.09302174;0.3640237;0.01203492,0.1980681;0.2207152;-0.2043627,0.2643545;0.1225605;-0.4580787,-0.1294562;0.364397;-0.02183219,-0.149161;0.2178139;-0.2595823,-0.1326367;0.07350829;-0.4989624,0.07679947;0.009473205;-0.02030025,0.152434;-0.2018556;-0.3269263,0.1409392;-0.5339375;-0.216974,0.166041;-0.5758775;-0.2817393,-0.06552699;4.575797E-05;-0.04589346,-0.03097874;-0.3783464;-0.05097051,0.01082937;-0.7221399;-0.0003926158,0.0236663;-0.711345;-0.09768794,-0.02163489;0.3989385;0.01793527,0;0;0,-0.02893493;0.1977915;0.006427778,-0.07361637;0.4943985;0.006174162,0.05855151;0.3724209;-6.295927E-05,0.2280743;0.2433842;-0.1817538,0.2858362;0.2061861;-0.4531941,-0.1631368;0.3473726;-0.02605765,-0.1938114;0.1876038;-0.2539458,-0.1568045;0.1133364;-0.5213684,0.07626804;0.01710228;-0.01704985,0.1467471;-0.1511436;-0.3504055,0.1335078;-0.4916568;-0.2705589,0.1439603;-0.545969;-0.3233055,-0.06630578;-0.007510761;-0.04412632,-0.01700623;-0.3842982;-0.04325995,0.01697396;-0.7259812;0.02454938,0.02510192;-0.7159402;-0.07310089,-0.05887413;0.3955244;0.008737469,8.500315
+0;0;0,-0.01075863;0.199301;0.01278162,-0.02695006;0.4987839;0.0163073,0.09302174;0.3640237;0.01203492,0.1980681;0.2207152;-0.2043627,0.2643545;0.1225605;-0.4580787,-0.1294562;0.364397;-0.02183219,-0.149161;0.2178139;-0.2595823,-0.1326367;0.07350829;-0.4989624,0.07679947;0.009473205;-0.02030025,0.152434;-0.2018556;-0.3269263,0.1409392;-0.5339375;-0.216974,0.166041;-0.5758775;-0.2817393,-0.06552699;4.575797E-05;-0.04589346,-0.03097874;-0.3783464;-0.05097051,0.01082937;-0.7221399;-0.0003926158,0.0236663;-0.711345;-0.09768794,-0.02163489;0.3989385;0.01793527,0;0;0,-0.02893493;0.1977915;0.006427778,-0.07361637;0.4943985;0.006174162,0.05855151;0.3724209;-6.295927E-05,0.2280743;0.2433842;-0.1817538,0.2858362;0.2061861;-0.4531941,-0.1631368;0.3473726;-0.02605765,-0.1938114;0.1876038;-0.2539458,-0.1568045;0.1133364;-0.5213684,0.07626804;0.01710228;-0.01704985,0.1467471;-0.1511436;-0.3504055,0.1335078;-0.4916568;-0.2705589,0.1439603;-0.545969;-0.3233055,-0.06630578;-0.007510761;-0.04412632,-0.01700623;-0.3842982;-0.04325995,0.01697396;-0.7259812;0.02454938,0.02510192;-0.7159402;-0.07310089,-0.05887413;0.3955244;0.008737469,8.522712
+0;0;0,-0.01082618;0.1992828;0.01300668,-0.02697303;0.4987637;0.01683228,0.09296826;0.3640461;0.01208832,0.1981395;0.2219984;-0.2050786,0.2663043;0.1246788;-0.4586184,-0.129261;0.3643028;-0.02197809,-0.1642292;0.2109667;-0.2536357,-0.1387164;0.08260982;-0.5011708,0.07691104;0.009319082;-0.01994607,0.1516272;-0.197806;-0.3296503,0.1377318;-0.5311586;-0.2239004,0.1614906;-0.5731543;-0.2891088,-0.06541014;0.0001897033;-0.04605949,-0.03054211;-0.3781825;-0.05038638,0.01127291;-0.7219884;0.0001007281,0.02420716;-0.7111789;-0.09718458,-0.02168146;0.3989157;0.01837762,0;0;0,-0.02936513;0.1976973;0.007311861,-0.07435876;0.4942543;0.009015726,0.05808583;0.3728003;0.00299444,0.211615;0.2776652;-0.2109638,0.306433;0.2682134;-0.4742511,-0.1632794;0.3467932;-0.02476874,-0.1948791;0.1911145;-0.2553454,-0.1571791;0.1181091;-0.5230185,0.07634136;0.01708219;-0.01673901,0.1504216;-0.1216196;-0.3626782,0.1329311;-0.4614293;-0.2806817,0.1417922;-0.5164918;-0.332507,-0.0661581;-0.007538645;-0.04434269,-0.01721872;-0.3843692;-0.04242598,0.01602657;-0.7261763;0.02512176,0.02462059;-0.7159982;-0.07251652,-0.05950674;0.3953809;0.01087508,8.54479
+0;0;0,-0.01082618;0.1992828;0.01300668,-0.02697303;0.4987637;0.01683228,0.09296826;0.3640461;0.01208832,0.1981395;0.2219984;-0.2050786,0.2663043;0.1246788;-0.4586184,-0.129261;0.3643028;-0.02197809,-0.1642292;0.2109667;-0.2536357,-0.1387164;0.08260982;-0.5011708,0.07691104;0.009319082;-0.01994607,0.1516272;-0.197806;-0.3296503,0.1377318;-0.5311586;-0.2239004,0.1614906;-0.5731543;-0.2891088,-0.06541014;0.0001897033;-0.04605949,-0.03054211;-0.3781825;-0.05038638,0.01127291;-0.7219884;0.0001007281,0.02420716;-0.7111789;-0.09718458,-0.02168146;0.3989157;0.01837762,0;0;0,-0.02936513;0.1976973;0.007311861,-0.07435876;0.4942543;0.009015726,0.05808583;0.3728003;0.00299444,0.211615;0.2776652;-0.2109638,0.306433;0.2682134;-0.4742511,-0.1632794;0.3467932;-0.02476874,-0.1948791;0.1911145;-0.2553454,-0.1571791;0.1181091;-0.5230185,0.07634136;0.01708219;-0.01673901,0.1504216;-0.1216196;-0.3626782,0.1329311;-0.4614293;-0.2806817,0.1417922;-0.5164918;-0.332507,-0.0661581;-0.007538645;-0.04434269,-0.01721872;-0.3843692;-0.04242598,0.01602657;-0.7261763;0.02512176,0.02462059;-0.7159982;-0.07251652,-0.05950674;0.3953809;0.01087508,8.556138
+0;0;0,-0.01082618;0.1992828;0.01300668,-0.02697303;0.4987637;0.01683228,0.09296826;0.3640461;0.01208832,0.1981395;0.2219984;-0.2050786,0.2663043;0.1246788;-0.4586184,-0.129261;0.3643028;-0.02197809,-0.1642292;0.2109667;-0.2536357,-0.1387164;0.08260982;-0.5011708,0.07691104;0.009319082;-0.01994607,0.1516272;-0.197806;-0.3296503,0.1377318;-0.5311586;-0.2239004,0.1614906;-0.5731543;-0.2891088,-0.06541014;0.0001897033;-0.04605949,-0.03054211;-0.3781825;-0.05038638,0.01127291;-0.7219884;0.0001007281,0.02420716;-0.7111789;-0.09718458,-0.02168146;0.3989157;0.01837762,0;0;0,-0.02956693;0.1976595;0.007516962,-0.07358372;0.4943593;0.008010529,0.05863569;0.373259;0.005453021,0.2102426;0.2788153;-0.2101757,0.2877021;0.2360863;-0.4758339,-0.1635046;0.3467483;-0.0234148,-0.1976009;0.1917949;-0.2541244,-0.1471941;0.1642829;-0.5281723,0.07639021;0.01712068;-0.01647476,0.1484329;-0.1256827;-0.3611733,0.1295263;-0.4658096;-0.2808228,0.1369467;-0.5200429;-0.3342053,-0.06606459;-0.007631097;-0.04446612,-0.01766558;-0.3845268;-0.04179653,0.01483379;-0.7264074;0.02574196,0.02391795;-0.716239;-0.07184999,-0.05919108;0.3954312;0.01047716,8.578426
+0;0;0,-0.01085672;0.1992487;0.01349319,-0.02695649;0.4987246;0.01780623,0.0929661;0.3640662;0.01239869,0.1975968;0.2294974;-0.2097356,0.2628446;0.1566855;-0.4721116,-0.1290548;0.3641471;-0.02156707,-0.1520918;0.2057889;-0.2513321,-0.1363404;0.08685958;-0.5043296,0.07704233;0.009108257;-0.01953255,0.1506501;-0.1930459;-0.3327667,0.1368251;-0.5271744;-0.2294855,0.1600532;-0.5690627;-0.295003,-0.0653283;0.0002982827;-0.04617492,-0.02979252;-0.3780225;-0.04942524,0.01208084;-0.7217729;0.001390669,0.02496957;-0.7109233;-0.0959086,-0.0216723;0.3988742;0.01921313,0;0;0,-0.02956693;0.1976595;0.007516962,-0.07358372;0.4943593;0.008010529,0.05863569;0.373259;0.005453021,0.2102426;0.2788153;-0.2101757,0.2877021;0.2360863;-0.4758339,-0.1635046;0.3467483;-0.0234148,-0.1976009;0.1917949;-0.2541244,-0.1471941;0.1642829;-0.5281723,0.07639021;0.01712068;-0.01647476,0.1484329;-0.1256827;-0.3611733,0.1295263;-0.4658096;-0.2808228,0.1369467;-0.5200429;-0.3342053,-0.06606459;-0.007631097;-0.04446612,-0.01766558;-0.3845268;-0.04179653,0.01483379;-0.7264074;0.02574196,0.02391795;-0.716239;-0.07184999,-0.05919108;0.3954312;0.01047716,8.591986
+0;0;0,-0.01085672;0.1992487;0.01349319,-0.02695649;0.4987246;0.01780623,0.0929661;0.3640662;0.01239869,0.1975968;0.2294974;-0.2097356,0.2628446;0.1566855;-0.4721116,-0.1290548;0.3641471;-0.02156707,-0.1520918;0.2057889;-0.2513321,-0.1363404;0.08685958;-0.5043296,0.07704233;0.009108257;-0.01953255,0.1506501;-0.1930459;-0.3327667,0.1368251;-0.5271744;-0.2294855,0.1600532;-0.5690627;-0.295003,-0.0653283;0.0002982827;-0.04617492,-0.02979252;-0.3780225;-0.04942524,0.01208084;-0.7217729;0.001390669,0.02496957;-0.7109233;-0.0959086,-0.0216723;0.3988742;0.01921313,0;0;0,-0.02949926;0.1976677;0.00756719,-0.07277521;0.4944729;0.007305383,0.05902912;0.372754;0.004961634,0.2104128;0.2810387;-0.2119975,0.3072088;0.2794405;-0.4747293,-0.1636597;0.3471521;-0.02214729,-0.1987464;0.1966357;-0.255629,-0.1578066;0.126636;-0.523629,0.07646725;0.01702363;-0.01621592,0.1473389;-0.1276556;-0.3603745,0.1270757;-0.4681218;-0.2818114,0.1335208;-0.5223521;-0.3353251,-0.06588645;-0.007497946;-0.04475216,-0.01737709;-0.3843743;-0.04142279,0.01457472;-0.7263168;0.02606346,0.02311188;-0.7161815;-0.07157112,-0.05868057;0.395511;0.01011398,8.611516
+0;0;0,-0.01085672;0.1992487;0.01349319,-0.02695649;0.4987246;0.01780623,0.0929661;0.3640662;0.01239869,0.1975968;0.2294974;-0.2097356,0.2628446;0.1566855;-0.4721116,-0.1290548;0.3641471;-0.02156707,-0.1520918;0.2057889;-0.2513321,-0.1363404;0.08685958;-0.5043296,0.07704233;0.009108257;-0.01953255,0.1506501;-0.1930459;-0.3327667,0.1368251;-0.5271744;-0.2294855,0.1600532;-0.5690627;-0.295003,-0.0653283;0.0002982827;-0.04617492,-0.02979252;-0.3780225;-0.04942524,0.01208084;-0.7217729;0.001390669,0.02496957;-0.7109233;-0.0959086,-0.0216723;0.3988742;0.01921313,0;0;0,-0.02949926;0.1976677;0.00756719,-0.07277521;0.4944729;0.007305383,0.05902912;0.372754;0.004961634,0.2104128;0.2810387;-0.2119975,0.3072088;0.2794405;-0.4747293,-0.1636597;0.3471521;-0.02214729,-0.1987464;0.1966357;-0.255629,-0.1578066;0.126636;-0.523629,0.07646725;0.01702363;-0.01621592,0.1473389;-0.1276556;-0.3603745,0.1270757;-0.4681218;-0.2818114,0.1335208;-0.5223521;-0.3353251,-0.06588645;-0.007497946;-0.04475216,-0.01737709;-0.3843743;-0.04142279,0.01457472;-0.7263168;0.02606346,0.02311188;-0.7161815;-0.07157112,-0.05868057;0.395511;0.01011398,8.62283
+0;0;0,-0.01088834;0.1992078;0.01406127,-0.0269364;0.4986771;0.01889062,0.09294514;0.3639727;0.01291652,0.1967325;0.2388575;-0.2150624,0.2765881;0.1754006;-0.4758234,-0.1289473;0.3641297;-0.02088375,-0.1509359;0.2021901;-0.2482426,-0.1368528;0.08860773;-0.5037827,0.07723078;0.008837797;-0.01890237,0.1499038;-0.1906866;-0.3340351,0.1354173;-0.5256178;-0.2334806,0.1580887;-0.5652174;-0.3016123,-0.06505146;0.0005228695;-0.04656214,-0.02912347;-0.3777725;-0.04791036,0.01272409;-0.7215482;0.002755791,0.02556818;-0.7106566;-0.09455762,-0.02165376;0.3988248;0.02015708,0;0;0,-0.02954926;0.1976168;0.008627743,-0.07275116;0.4944248;0.01195293,0.05902161;0.3725777;0.007395183,0.2161805;0.2795316;-0.2048394,0.289134;0.2496248;-0.473509,-0.1631242;0.3473036;-0.02083038,-0.1991354;0.2022858;-0.2576278,-0.1516342;0.167095;-0.531316,0.07651626;0.01696285;-0.0160475,0.1465841;-0.1279815;-0.3602591,0.1251311;-0.4689096;-0.28405,0.1307462;-0.5217198;-0.3398257,-0.06577305;-0.007396822;-0.04493543,-0.01743964;-0.3842933;-0.04133591,0.01415788;-0.7263344;0.0258165,0.02296669;-0.7160143;-0.07183136,-0.05863313;0.3954356;0.01330066,8.645016
+0;0;0,-0.01088834;0.1992078;0.01406127,-0.0269364;0.4986771;0.01889062,0.09294514;0.3639727;0.01291652,0.1967325;0.2388575;-0.2150624,0.2765881;0.1754006;-0.4758234,-0.1289473;0.3641297;-0.02088375,-0.1509359;0.2021901;-0.2482426,-0.1368528;0.08860773;-0.5037827,0.07723078;0.008837797;-0.01890237,0.1499038;-0.1906866;-0.3340351,0.1354173;-0.5256178;-0.2334806,0.1580887;-0.5652174;-0.3016123,-0.06505146;0.0005228695;-0.04656214,-0.02912347;-0.3777725;-0.04791036,0.01272409;-0.7215482;0.002755791,0.02556818;-0.7106566;-0.09455762,-0.02165376;0.3988248;0.02015708,0;0;0,-0.02942583;0.1976297;0.008752564,-0.0718736;0.4945506;0.01102548,0.05950888;0.372239;0.007126365,0.21288;0.2926624;-0.2132027,0.2985197;0.2661128;-0.4784591,-0.163033;0.3472136;-0.01951389,-0.2024043;0.221255;-0.266464,-0.1535449;0.1753491;-0.5383195,0.07661773;0.01676754;-0.01576621,0.1455481;-0.1278251;-0.3603552,0.1236815;-0.4690359;-0.2855417,0.1284292;-0.5204731;-0.3433815,-0.06561951;-0.007165971;-0.04519655,-0.01678828;-0.3839912;-0.04092767,0.01533737;-0.7261085;0.0255833,0.02363999;-0.7158107;-0.07210444,-0.05806988;0.3955251;0.01287027,8.667479
+0;0;0,-0.01088834;0.1992078;0.01406127,-0.0269364;0.4986771;0.01889062,0.09294514;0.3639727;0.01291652,0.1967325;0.2388575;-0.2150624,0.2765881;0.1754006;-0.4758234,-0.1289473;0.3641297;-0.02088375,-0.1509359;0.2021901;-0.2482426,-0.1368528;0.08860773;-0.5037827,0.07723078;0.008837797;-0.01890237,0.1499038;-0.1906866;-0.3340351,0.1354173;-0.5256178;-0.2334806,0.1580887;-0.5652174;-0.3016123,-0.06505146;0.0005228695;-0.04656214,-0.02912347;-0.3777725;-0.04791036,0.01272409;-0.7215482;0.002755791,0.02556818;-0.7106566;-0.09455762,-0.02165376;0.3988248;0.02015708,0;0;0,-0.02942583;0.1976297;0.008752564,-0.0718736;0.4945506;0.01102548,0.05950888;0.372239;0.007126365,0.21288;0.2926624;-0.2132027,0.2985197;0.2661128;-0.4784591,-0.163033;0.3472136;-0.01951389,-0.2024043;0.221255;-0.266464,-0.1535449;0.1753491;-0.5383195,0.07661773;0.01676754;-0.01576621,0.1455481;-0.1278251;-0.3603552,0.1236815;-0.4690359;-0.2855417,0.1284292;-0.5204731;-0.3433815,-0.06561951;-0.007165971;-0.04519655,-0.01678828;-0.3839912;-0.04092767,0.01533737;-0.7261085;0.0255833,0.02363999;-0.7158107;-0.07210444,-0.05806988;0.3955251;0.01287027,8.678679
+0;0;0,-0.01096748;0.1991832;0.01434526,-0.02709383;0.4986399;0.01969064,0.09276161;0.3638578;0.01313726,0.1965611;0.240858;-0.2159844,0.2577036;0.1810649;-0.4826046,-0.1287015;0.363687;-0.02090661,-0.151583;0.2018516;-0.2482516,-0.1390522;0.09531722;-0.5068892,0.07731913;0.00870811;-0.01859893,0.1477926;-0.1941864;-0.3320751,0.1330105;-0.5305014;-0.2362957,0.1553172;-0.5703777;-0.3042642,-0.06499782;0.0005832606;-0.04663628,-0.02865848;-0.3776736;-0.04771929,0.01319886;-0.7214249;0.00310408,0.02609655;-0.7105026;-0.09420827,-0.02178801;0.3987866;0.02077684,0;0;0,-0.02943514;0.1975732;0.009920223,-0.07165416;0.4944746;0.01648699,0.05946789;0.3719219;0.007886145,0.2213162;0.2865249;-0.2040394,0.3002435;0.2719246;-0.472288,-0.1621829;0.3471766;-0.01796847,-0.1992375;0.2303773;-0.269732,-0.153102;0.1801883;-0.5413063,0.07670097;0.01664193;-0.01549215,0.1445152;-0.1277767;-0.3603754,0.1224149;-0.4694868;-0.2879476,0.1277705;-0.5197358;-0.3473735,-0.06553128;-0.007000014;-0.04535032,-0.01598221;-0.3837217;-0.04028654,0.01549993;-0.7258856;0.02629249,0.02332688;-0.7154018;-0.07147181,-0.05788556;0.395427;0.01658539,8.70085
+0;0;0,-0.01096748;0.1991832;0.01434526,-0.02709383;0.4986399;0.01969064,0.09276161;0.3638578;0.01313726,0.1965611;0.240858;-0.2159844,0.2577036;0.1810649;-0.4826046,-0.1287015;0.363687;-0.02090661,-0.151583;0.2018516;-0.2482516,-0.1390522;0.09531722;-0.5068892,0.07731913;0.00870811;-0.01859893,0.1477926;-0.1941864;-0.3320751,0.1330105;-0.5305014;-0.2362957,0.1553172;-0.5703777;-0.3042642,-0.06499782;0.0005832606;-0.04663628,-0.02865848;-0.3776736;-0.04771929,0.01319886;-0.7214249;0.00310408,0.02609655;-0.7105026;-0.09420827,-0.02178801;0.3987866;0.02077684,0;0;0,-0.02943514;0.1975732;0.009920223,-0.07165416;0.4944746;0.01648699,0.05946789;0.3719219;0.007886145,0.2213162;0.2865249;-0.2040394,0.3002435;0.2719246;-0.472288,-0.1621829;0.3471766;-0.01796847,-0.1992375;0.2303773;-0.269732,-0.153102;0.1801883;-0.5413063,0.07670097;0.01664193;-0.01549215,0.1445152;-0.1277767;-0.3603754,0.1224149;-0.4694868;-0.2879476,0.1277705;-0.5197358;-0.3473735,-0.06553128;-0.007000014;-0.04535032,-0.01598221;-0.3837217;-0.04028654,0.01549993;-0.7258856;0.02629249,0.02332688;-0.7154018;-0.07147181,-0.05788556;0.395427;0.01658539,8.712074
+0;0;0,-0.01096748;0.1991832;0.01434526,-0.02709383;0.4986399;0.01969064,0.09276161;0.3638578;0.01313726,0.1965611;0.240858;-0.2159844,0.2577036;0.1810649;-0.4826046,-0.1287015;0.363687;-0.02090661,-0.151583;0.2018516;-0.2482516,-0.1390522;0.09531722;-0.5068892,0.07731913;0.00870811;-0.01859893,0.1477926;-0.1941864;-0.3320751,0.1330105;-0.5305014;-0.2362957,0.1553172;-0.5703777;-0.3042642,-0.06499782;0.0005832606;-0.04663628,-0.02865848;-0.3776736;-0.04771929,0.01319886;-0.7214249;0.00310408,0.02609655;-0.7105026;-0.09420827,-0.02178801;0.3987866;0.02077684,0;0;0,-0.02912618;0.1976204;0.009891186,-0.07014479;0.4947131;0.01463724,0.060419;0.3715999;0.007784722,0.225721;0.2847353;-0.2008532,0.3008989;0.2739438;-0.4703562,-0.1618484;0.3473689;-0.01689196,-0.192144;0.2313393;-0.2699123,-0.1522143;0.1908182;-0.5440723,0.07676722;0.01645364;-0.01536459,0.1438768;-0.1260081;-0.3611983,0.1219399;-0.4683866;-0.2919468,0.1278731;-0.5132231;-0.3580097,-0.065495;-0.006836873;-0.04542755,-0.01485197;-0.3834118;-0.04027078,0.01711788;-0.7255477;0.02621975,0.02466531;-0.7151123;-0.07155685,-0.05689381;0.3956;0.01563939,8.734352
+0;0;0,-0.01107711;0.199147;0.01475674,-0.0272672;0.4985895;0.02064534,0.0925549;0.3637084;0.01355809,0.1965582;0.2450524;-0.2177514,0.2696262;0.199878;-0.4842478,-0.1286729;0.3634684;-0.02043794,-0.1606901;0.2415208;-0.2704453,-0.1426984;0.135929;-0.5291472,0.07737479;0.008690634;-0.01837426,0.1469184;-0.1959605;-0.3309148,0.1320103;-0.5330223;-0.2378177,0.1533412;-0.5713773;-0.3076216,-0.0649884;0.0005245315;-0.0466501,-0.02792512;-0.3776636;-0.04687132,0.01348614;-0.7213268;0.004904568,0.02635715;-0.7103699;-0.09241807,-0.02193957;0.3987358;0.02156451,0;0;0,-0.02912618;0.1976204;0.009891186,-0.07014479;0.4947131;0.01463724,0.060419;0.3715999;0.007784722,0.225721;0.2847353;-0.2008532,0.3008989;0.2739438;-0.4703562,-0.1618484;0.3473689;-0.01689196,-0.192144;0.2313393;-0.2699123,-0.1522143;0.1908182;-0.5440723,0.07676722;0.01645364;-0.01536459,0.1438768;-0.1260081;-0.3611983,0.1219399;-0.4683866;-0.2919468,0.1278731;-0.5132231;-0.3580097,-0.065495;-0.006836873;-0.04542755,-0.01485197;-0.3834118;-0.04027078,0.01711788;-0.7255477;0.02621975,0.02466531;-0.7151123;-0.07155685,-0.05689381;0.3956;0.01563939,8.745602
+0;0;0,-0.01107711;0.199147;0.01475674,-0.0272672;0.4985895;0.02064534,0.0925549;0.3637084;0.01355809,0.1965582;0.2450524;-0.2177514,0.2696262;0.199878;-0.4842478,-0.1286729;0.3634684;-0.02043794,-0.1606901;0.2415208;-0.2704453,-0.1426984;0.135929;-0.5291472,0.07737479;0.008690634;-0.01837426,0.1469184;-0.1959605;-0.3309148,0.1320103;-0.5330223;-0.2378177,0.1533412;-0.5713773;-0.3076216,-0.0649884;0.0005245315;-0.0466501,-0.02792512;-0.3776636;-0.04687132,0.01348614;-0.7213268;0.004904568,0.02635715;-0.7103699;-0.09241807,-0.02193957;0.3987358;0.02156451,0;0;0,-0.02868263;0.1976163;0.01118511,-0.06856831;0.4947812;0.01989995,0.0616116;0.3710912;0.01295391,0.2242007;0.2855478;-0.1983447,0.2995683;0.2783037;-0.4679133,-0.1599986;0.3477151;-0.01560191,-0.1762881;0.2371289;-0.2723223,-0.1564647;0.1548175;-0.5392152,0.07682903;0.01624439;-0.01527808,0.1426294;-0.1253662;-0.3617124,0.1210442;-0.4684928;-0.296152,0.127966;-0.5122608;-0.3633113,-0.06540769;-0.006629317;-0.04558383,-0.01398696;-0.3830916;-0.03992335,0.018821;-0.725153;0.0265425,0.02766569;-0.714507;-0.07116725,-0.05568003;0.3956167;0.01937082,8.767831
+0;0;0,-0.01107711;0.199147;0.01475674,-0.0272672;0.4985895;0.02064534,0.0925549;0.3637084;0.01355809,0.1965582;0.2450524;-0.2177514,0.2696262;0.199878;-0.4842478,-0.1286729;0.3634684;-0.02043794,-0.1606901;0.2415208;-0.2704453,-0.1426984;0.135929;-0.5291472,0.07737479;0.008690634;-0.01837426,0.1469184;-0.1959605;-0.3309148,0.1320103;-0.5330223;-0.2378177,0.1533412;-0.5713773;-0.3076216,-0.0649884;0.0005245315;-0.0466501,-0.02792512;-0.3776636;-0.04687132,0.01348614;-0.7213268;0.004904568,0.02635715;-0.7103699;-0.09241807,-0.02193957;0.3987358;0.02156451,0;0;0,-0.02868263;0.1976163;0.01118511,-0.06856831;0.4947812;0.01989995,0.0616116;0.3710912;0.01295391,0.2242007;0.2855478;-0.1983447,0.2995683;0.2783037;-0.4679133,-0.1599986;0.3477151;-0.01560191,-0.1762881;0.2371289;-0.2723223,-0.1564647;0.1548175;-0.5392152,0.07682903;0.01624439;-0.01527808,0.1426294;-0.1253662;-0.3617124,0.1210442;-0.4684928;-0.296152,0.127966;-0.5122608;-0.3633113,-0.06540769;-0.006629317;-0.04558383,-0.01398696;-0.3830916;-0.03992335,0.018821;-0.725153;0.0265425,0.02766569;-0.714507;-0.07116725,-0.05568003;0.3956167;0.01937082,8.77921
+0;0;0,-0.01119474;0.1991042;0.01523851,-0.02743767;0.4985321;0.02164613,0.09237438;0.3636135;0.01406788,0.1947142;0.2615768;-0.2257552,0.2756869;0.1759111;-0.4797332,-0.1287255;0.3633952;-0.01980571,-0.1482432;0.2249097;-0.2623769,-0.1395844;0.1241848;-0.523489,0.07739513;0.008740689;-0.01826451,0.145942;-0.1960741;-0.330918,0.1305071;-0.5337821;-0.2402811,0.1522287;-0.5706769;-0.3113674,-0.06501521;0.0004233613;-0.04661376,-0.0274726;-0.377717;-0.04601894,0.01384969;-0.7212607;0.006614212,0.02665655;-0.7102649;-0.0907245,-0.02208411;0.3986785;0.02241641,0;0;0,-0.02868263;0.1976163;0.01118511,-0.06856831;0.4947812;0.01989995,0.0616116;0.3710912;0.01295391,0.2242007;0.2855478;-0.1983447,0.2995683;0.2783037;-0.4679133,-0.1599986;0.3477151;-0.01560191,-0.1762881;0.2371289;-0.2723223,-0.1564647;0.1548175;-0.5392152,0.07682903;0.01624439;-0.01527808,0.1426294;-0.1253662;-0.3617124,0.1210442;-0.4684928;-0.296152,0.127966;-0.5122608;-0.3633113,-0.06540769;-0.006629317;-0.04558383,-0.01398696;-0.3830916;-0.03992335,0.018821;-0.725153;0.0265425,0.02766569;-0.714507;-0.07116725,-0.05568003;0.3956167;0.01937082,8.790434
+0;0;0,-0.01119474;0.1991042;0.01523851,-0.02743767;0.4985321;0.02164613,0.09237438;0.3636135;0.01406788,0.1947142;0.2615768;-0.2257552,0.2756869;0.1759111;-0.4797332,-0.1287255;0.3633952;-0.01980571,-0.1482432;0.2249097;-0.2623769,-0.1395844;0.1241848;-0.523489,0.07739513;0.008740689;-0.01826451,0.145942;-0.1960741;-0.330918,0.1305071;-0.5337821;-0.2402811,0.1522287;-0.5706769;-0.3113674,-0.06501521;0.0004233613;-0.04661376,-0.0274726;-0.377717;-0.04601894,0.01384969;-0.7212607;0.006614212,0.02665655;-0.7102649;-0.0907245,-0.02208411;0.3986785;0.02241641,0;0;0,-0.0283752;0.1976636;0.01113348,-0.0673428;0.494998;0.01747753,0.06254798;0.3708823;0.01548463,0.2254709;0.28584;-0.1957592,0.2986154;0.286382;-0.4660361,-0.1597594;0.3476066;-0.01457302,-0.1735779;0.2403367;-0.2728407,-0.1470384;0.2151838;-0.5504429,0.07690139;0.01609177;-0.01507418,0.1416548;-0.1250138;-0.3619116,0.1199471;-0.4684634;-0.2981058,0.1268579;-0.5111699;-0.366414,-0.06529213;-0.006413645;-0.04577994,-0.01092844;-0.3824449;-0.03906656,0.02015533;-0.7244551;0.02848198,0.02966853;-0.713856;-0.06915565,-0.05481094;0.395788;0.01805148,8.812508
+0;0;0,-0.01119474;0.1991042;0.01523851,-0.02743767;0.4985321;0.02164613,0.09237438;0.3636135;0.01406788,0.1947142;0.2615768;-0.2257552,0.2756869;0.1759111;-0.4797332,-0.1287255;0.3633952;-0.01980571,-0.1482432;0.2249097;-0.2623769,-0.1395844;0.1241848;-0.523489,0.07739513;0.008740689;-0.01826451,0.145942;-0.1960741;-0.330918,0.1305071;-0.5337821;-0.2402811,0.1522287;-0.5706769;-0.3113674,-0.06501521;0.0004233613;-0.04661376,-0.0274726;-0.377717;-0.04601894,0.01384969;-0.7212607;0.006614212,0.02665655;-0.7102649;-0.0907245,-0.02208411;0.3986785;0.02241641,0;0;0,-0.0283752;0.1976636;0.01113348,-0.0673428;0.494998;0.01747753,0.06254798;0.3708823;0.01548463,0.2254709;0.28584;-0.1957592,0.2986154;0.286382;-0.4660361,-0.1597594;0.3476066;-0.01457302,-0.1735779;0.2403367;-0.2728407,-0.1470384;0.2151838;-0.5504429,0.07690139;0.01609177;-0.01507418,0.1416548;-0.1250138;-0.3619116,0.1199471;-0.4684634;-0.2981058,0.1268579;-0.5111699;-0.366414,-0.06529213;-0.006413645;-0.04577994,-0.01092844;-0.3824449;-0.03906656,0.02015533;-0.7244551;0.02848198,0.02966853;-0.713856;-0.06915565,-0.05481094;0.395788;0.01805148,8.823697
+0;0;0,-0.01189797;0.1990277;0.01569706,-0.02853955;0.4984232;0.0225018,0.09134853;0.3633743;0.01471582,0.1927086;0.2689506;-0.2286159,0.2566937;0.1947248;-0.4909066,-0.1296876;0.3633048;-0.01908653,-0.1497698;0.2239852;-0.2611336,-0.1385783;0.1328779;-0.5256599,0.0772373;0.009950961;-0.01831332,0.1504454;-0.1398093;-0.3597989,0.1306828;-0.4744972;-0.2593329,0.1528774;-0.5118527;-0.3298357,-0.06537289;-0.0004253046;-0.04611078,-0.02817584;-0.378599;-0.04510598,0.01310387;-0.7220397;0.008227699,0.02587672;-0.7110015;-0.08912376,-0.02305959;0.3985758;0.02317966,0;0;0,-0.02755523;0.1976969;0.01251579,-0.06501254;0.495138;0.02235965,0.06403588;0.3701861;0.0144419,0.2298951;0.2847181;-0.1943306,0.3013005;0.2882667;-0.4650494,-0.1576029;0.3486217;-0.01334489,-0.1715833;0.2427013;-0.2721603,-0.146648;0.1971297;-0.5472993,0.07697293;0.01583718;-0.01497839,0.1403626;-0.1251421;-0.362119,0.1184986;-0.4694799;-0.3033534,0.1264221;-0.5143282;-0.3691939,-0.06529784;-0.00621366;-0.04579937,-0.009855509;-0.3820786;-0.03861102,0.0198556;-0.7241156;0.02941827,0.02857635;-0.7133762;-0.06832106,-0.05296663;0.3958693;0.02156799,8.835008
+0;0;0,-0.01189797;0.1990277;0.01569706,-0.02853955;0.4984232;0.0225018,0.09134853;0.3633743;0.01471582,0.1927086;0.2689506;-0.2286159,0.2566937;0.1947248;-0.4909066,-0.1296876;0.3633048;-0.01908653,-0.1497698;0.2239852;-0.2611336,-0.1385783;0.1328779;-0.5256599,0.0772373;0.009950961;-0.01831332,0.1504454;-0.1398093;-0.3597989,0.1306828;-0.4744972;-0.2593329,0.1528774;-0.5118527;-0.3298357,-0.06537289;-0.0004253046;-0.04611078,-0.02817584;-0.378599;-0.04510598,0.01310387;-0.7220397;0.008227699,0.02587672;-0.7110015;-0.08912376,-0.02305959;0.3985758;0.02317966,0;0;0,-0.02755523;0.1976969;0.01251579,-0.06501254;0.495138;0.02235965,0.06403588;0.3701861;0.0144419,0.2298951;0.2847181;-0.1943306,0.3013005;0.2882667;-0.4650494,-0.1576029;0.3486217;-0.01334489,-0.1715833;0.2427013;-0.2721603,-0.146648;0.1971297;-0.5472993,0.07697293;0.01583718;-0.01497839,0.1403626;-0.1251421;-0.362119,0.1184986;-0.4694799;-0.3033534,0.1264221;-0.5143282;-0.3691939,-0.06529784;-0.00621366;-0.04579937,-0.009855509;-0.3820786;-0.03861102,0.0198556;-0.7241156;0.02941827,0.02857635;-0.7133762;-0.06832106,-0.05296663;0.3958693;0.02156799,8.857317
+0;0;0,-0.01259374;0.1989377;0.01628424,-0.02976936;0.4982896;0.02361258,0.09038169;0.3634484;0.01557669,0.1912065;0.271716;-0.2290037,0.2543563;0.2028969;-0.4929658,-0.1306316;0.3631032;-0.01825159,-0.1510703;0.2250633;-0.2610009,-0.1361464;0.1843213;-0.5376186,0.07707592;0.01079952;-0.01851139,0.1452791;-0.1050041;-0.3739517,0.1309388;-0.4434161;-0.2857946,0.1419184;-0.4333256;-0.3831756,-0.06574389;-0.001226919;-0.04556572,-0.02885542;-0.3794309;-0.04454796,0.01201998;-0.72311;0.007546667,0.02476294;-0.7119463;-0.08983307,-0.02407942;0.3984531;0.02413971,0;0;0,-0.02733861;0.1977419;0.01227747,-0.0644149;0.4952878;0.01967103,0.06441252;0.3698052;0.01334522,0.2332003;0.2995952;-0.1987426,0.3026041;0.2936229;-0.4699389,-0.1577433;0.3487132;-0.01294329,-0.1717783;0.2435389;-0.2720599,-0.1456936;0.204381;-0.5480784,0.07707541;0.01555511;-0.01474512,0.1369322;-0.1316206;-0.3599356,0.1165725;-0.4764213;-0.3033853,0.1244865;-0.5208361;-0.3697165,-0.06524377;-0.006019985;-0.04590217,0.07107965;-0.3483572;-0.1387524,0.0518991;-0.6779774;-0.02263787,0.06015871;-0.667506;-0.1203641,-0.05250173;0.3960006;0.020043,8.868417
+0;0;0,-0.01259374;0.1989377;0.01628424,-0.02976936;0.4982896;0.02361258,0.09038169;0.3634484;0.01557669,0.1912065;0.271716;-0.2290037,0.2543563;0.2028969;-0.4929658,-0.1306316;0.3631032;-0.01825159,-0.1510703;0.2250633;-0.2610009,-0.1361464;0.1843213;-0.5376186,0.07707592;0.01079952;-0.01851139,0.1452791;-0.1050041;-0.3739517,0.1309388;-0.4434161;-0.2857946,0.1419184;-0.4333256;-0.3831756,-0.06574389;-0.001226919;-0.04556572,-0.02885542;-0.3794309;-0.04454796,0.01201998;-0.72311;0.007546667,0.02476294;-0.7119463;-0.08983307,-0.02407942;0.3984531;0.02413971,0;0;0,-0.02733861;0.1977419;0.01227747,-0.0644149;0.4952878;0.01967103,0.06441252;0.3698052;0.01334522,0.2332003;0.2995952;-0.1987426,0.3026041;0.2936229;-0.4699389,-0.1577433;0.3487132;-0.01294329,-0.1717783;0.2435389;-0.2720599,-0.1456936;0.204381;-0.5480784,0.07707541;0.01555511;-0.01474512,0.1369322;-0.1316206;-0.3599356,0.1165725;-0.4764213;-0.3033853,0.1244865;-0.5208361;-0.3697165,-0.06524377;-0.006019985;-0.04590217,0.07107965;-0.3483572;-0.1387524,0.0518991;-0.6779774;-0.02263787,0.06015871;-0.667506;-0.1203641,-0.05250173;0.3960006;0.020043,8.879831
+0;0;0,-0.01259374;0.1989377;0.01628424,-0.02976936;0.4982896;0.02361258,0.09038169;0.3634484;0.01557669,0.1912065;0.271716;-0.2290037,0.2543563;0.2028969;-0.4929658,-0.1306316;0.3631032;-0.01825159,-0.1510703;0.2250633;-0.2610009,-0.1361464;0.1843213;-0.5376186,0.07707592;0.01079952;-0.01851139,0.1452791;-0.1050041;-0.3739517,0.1309388;-0.4434161;-0.2857946,0.1419184;-0.4333256;-0.3831756,-0.06574389;-0.001226919;-0.04556572,-0.02885542;-0.3794309;-0.04454796,0.01201998;-0.72311;0.007546667,0.02476294;-0.7119463;-0.08983307,-0.02407942;0.3984531;0.02413971,0;0;0,-0.02636229;0.1978094;0.01328415,-0.06179459;0.4954963;0.0229876,0.06606667;0.3690389;0.01290439,0.2316721;0.3002572;-0.2021396,0.3027241;0.3126565;-0.4726906,-0.1554648;0.3494167;-0.01204121,-0.1695564;0.2495748;-0.2732557,-0.1436545;0.2074334;-0.5488518,0.07711805;0.01538958;-0.01469583,0.1350556;-0.1348105;-0.3589097,0.1153216;-0.4801337;-0.305408,0.1234047;-0.524192;-0.3721166,-0.06528869;-0.005902683;-0.04585351,0.0710946;-0.3481073;-0.1391038,0.05306265;-0.6783226;-0.02450579,0.06094571;-0.6677409;-0.1222851,-0.05044445;0.3961442;0.02241577,8.901945
+0;0;0,-0.01259374;0.1989377;0.01628424,-0.02976936;0.4982896;0.02361258,0.09038169;0.3634484;0.01557669,0.1912065;0.271716;-0.2290037,0.2543563;0.2028969;-0.4929658,-0.1306316;0.3631032;-0.01825159,-0.1510703;0.2250633;-0.2610009,-0.1361464;0.1843213;-0.5376186,0.07707592;0.01079952;-0.01851139,0.1452791;-0.1050041;-0.3739517,0.1309388;-0.4434161;-0.2857946,0.1419184;-0.4333256;-0.3831756,-0.06574389;-0.001226919;-0.04556572,-0.02885542;-0.3794309;-0.04454796,0.01201998;-0.72311;0.007546667,0.02476294;-0.7119463;-0.08983307,-0.02407942;0.3984531;0.02413971,0;0;0,-0.02636229;0.1978094;0.01328415,-0.06179459;0.4954963;0.0229876,0.06606667;0.3690389;0.01290439,0.2316721;0.3002572;-0.2021396,0.3027241;0.3126565;-0.4726906,-0.1554648;0.3494167;-0.01204121,-0.1695564;0.2495748;-0.2732557,-0.1436545;0.2074334;-0.5488518,0.07711805;0.01538958;-0.01469583,0.1350556;-0.1348105;-0.3589097,0.1153216;-0.4801337;-0.305408,0.1234047;-0.524192;-0.3721166,-0.06528869;-0.005902683;-0.04585351,0.0710946;-0.3481073;-0.1391038,0.05306265;-0.6783226;-0.02450579,0.06094571;-0.6677409;-0.1222851,-0.05044445;0.3961442;0.02241577,8.913096
+0;0;0,-0.01295438;0.198894;0.01653416,-0.03041063;0.4982201;0.02419276,0.08984487;0.3634773;0.01608005,0.1873573;0.2786298;-0.2322991,0.2530789;0.1982938;-0.4923507,-0.1310908;0.3628619;-0.01787497,-0.153089;0.2340558;-0.265514,-0.1372025;0.134662;-0.5267963,0.07708374;0.01095299;-0.0183883,0.1441119;-0.1049618;-0.3740159,0.1295816;-0.4438246;-0.2876394,0.1405783;-0.4336978;-0.3850259,-0.06578535;-0.001488819;-0.04549803,-0.02907239;-0.3797073;-0.04379448,0.01136657;-0.7234123;0.008469716,0.02412111;-0.7122276;-0.08891255,-0.02464552;0.3983874;0.02463776,0;0;0,-0.02533352;0.1978705;0.01433418,-0.05991871;0.4956155;0.02525532,0.06743556;0.368771;0.01257034,0.2525606;0.2712411;-0.1734851,0.3139374;0.2922438;-0.4458668,-0.1538986;0.3505205;-0.01125159,-0.1637823;0.2510092;-0.2727852,-0.1398328;0.2112827;-0.548916,0.07718156;0.01521773;-0.01454054,0.1333064;-0.1378214;-0.3578029,0.1133436;-0.4833095;-0.3054627,0.1217671;-0.5269792;-0.3725582,-0.06533767;-0.00580486;-0.04579621,0.0717803;-0.3474998;-0.1398347,0.05267324;-0.6774275;-0.0245845,0.06030744;-0.6667826;-0.1223961,-0.04879037;0.3962415;0.02427105,8.935355
+0;0;0,-0.01295438;0.198894;0.01653416,-0.03041063;0.4982201;0.02419276,0.08984487;0.3634773;0.01608005,0.1873573;0.2786298;-0.2322991,0.2530789;0.1982938;-0.4923507,-0.1310908;0.3628619;-0.01787497,-0.153089;0.2340558;-0.265514,-0.1372025;0.134662;-0.5267963,0.07708374;0.01095299;-0.0183883,0.1441119;-0.1049618;-0.3740159,0.1295816;-0.4438246;-0.2876394,0.1405783;-0.4336978;-0.3850259,-0.06578535;-0.001488819;-0.04549803,-0.02907239;-0.3797073;-0.04379448,0.01136657;-0.7234123;0.008469716,0.02412111;-0.7122276;-0.08891255,-0.02464552;0.3983874;0.02463776,0;0;0,-0.02533352;0.1978705;0.01433418,-0.05991871;0.4956155;0.02525532,0.06743556;0.368771;0.01257034,0.2525606;0.2712411;-0.1734851,0.3139374;0.2922438;-0.4458668,-0.1538986;0.3505205;-0.01125159,-0.1637823;0.2510092;-0.2727852,-0.1398328;0.2112827;-0.548916,0.07718156;0.01521773;-0.01454054,0.1333064;-0.1378214;-0.3578029,0.1133436;-0.4833095;-0.3054627,0.1217671;-0.5269792;-0.3725582,-0.06533767;-0.00580486;-0.04579621,0.0717803;-0.3474998;-0.1398347,0.05267324;-0.6774275;-0.0245845,0.06030744;-0.6667826;-0.1223961,-0.04879037;0.3962415;0.02427105,8.946702
+0;0;0,-0.01295438;0.198894;0.01653416,-0.03041063;0.4982201;0.02419276,0.08984487;0.3634773;0.01608005,0.1873573;0.2786298;-0.2322991,0.2530789;0.1982938;-0.4923507,-0.1310908;0.3628619;-0.01787497,-0.153089;0.2340558;-0.265514,-0.1372025;0.134662;-0.5267963,0.07708374;0.01095299;-0.0183883,0.1441119;-0.1049618;-0.3740159,0.1295816;-0.4438246;-0.2876394,0.1405783;-0.4336978;-0.3850259,-0.06578535;-0.001488819;-0.04549803,-0.02907239;-0.3797073;-0.04379448,0.01136657;-0.7234123;0.008469716,0.02412111;-0.7122276;-0.08891255,-0.02464552;0.3983874;0.02463776,0;0;0,-0.02533352;0.1978705;0.01433418,-0.05991871;0.4956155;0.02525532,0.06743556;0.368771;0.01257034,0.2525606;0.2712411;-0.1734851,0.3139374;0.2922438;-0.4458668,-0.1538986;0.3505205;-0.01125159,-0.1637823;0.2510092;-0.2727852,-0.1398328;0.2112827;-0.548916,0.07718156;0.01521773;-0.01454054,0.1333064;-0.1378214;-0.3578029,0.1133436;-0.4833095;-0.3054627,0.1217671;-0.5269792;-0.3725582,-0.06533767;-0.00580486;-0.04579621,0.0717803;-0.3474998;-0.1398347,0.05267324;-0.6774275;-0.0245845,0.06030744;-0.6667826;-0.1223961,-0.04879037;0.3962415;0.02427105,8.957817
+0;0;0,-0.01329863;0.1988454;0.01684224,-0.03108706;0.498139;0.02495017,0.08923604;0.3633533;0.01661295,0.1886704;0.2757361;-0.2300367,0.2533243;0.1974513;-0.4909799,-0.1315799;0.3626519;-0.0173732,-0.1559988;0.2462557;-0.2708602,-0.1397329;0.1736306;-0.540788,0.07700597;0.01131727;-0.0184932,0.1423161;-0.1049945;-0.3743108,0.1275924;-0.4435241;-0.2866699,0.1467192;-0.5000709;-0.3329713,-0.06596896;-0.001906328;-0.04521572,-0.02920222;-0.3801198;-0.04354778,0.01094066;-0.7238325;0.008893695,0.02367427;-0.7126154;-0.08849756,-0.0252322;0.398311;0.02527183,0;0;0,-0.02455246;0.1979222;0.01496626,-0.05859506;0.4957207;0.02611381,0.06901179;0.368905;0.01816954,0.2264651;0.315511;-0.2071248,0.301142;0.2960149;-0.4762776,-0.1534413;0.3517551;-0.009741766,-0.1749979;0.258939;-0.2730296,-0.1440232;0.2120785;-0.5473372,0.07721466;0.01503844;-0.01455137,0.1325705;-0.1390242;-0.3574806,0.1118735;-0.4847089;-0.3067485,0.1207016;-0.5288245;-0.3732988,-0.06532985;-0.005573063;-0.04583614,0.0716432;-0.3470381;-0.1409152,0.05203504;-0.6774714;-0.02720792,0.06105578;-0.6667672;-0.1249131,-0.04760768;0.3963315;0.02507482,8.980326
+0;0;0,-0.01329863;0.1988454;0.01684224,-0.03108706;0.498139;0.02495017,0.08923604;0.3633533;0.01661295,0.1886704;0.2757361;-0.2300367,0.2533243;0.1974513;-0.4909799,-0.1315799;0.3626519;-0.0173732,-0.1559988;0.2462557;-0.2708602,-0.1397329;0.1736306;-0.540788,0.07700597;0.01131727;-0.0184932,0.1423161;-0.1049945;-0.3743108,0.1275924;-0.4435241;-0.2866699,0.1467192;-0.5000709;-0.3329713,-0.06596896;-0.001906328;-0.04521572,-0.02920222;-0.3801198;-0.04354778,0.01094066;-0.7238325;0.008893695,0.02367427;-0.7126154;-0.08849756,-0.0252322;0.398311;0.02527183,0;0;0,-0.02455246;0.1979222;0.01496626,-0.05859506;0.4957207;0.02611381,0.06901179;0.368905;0.01816954,0.2264651;0.315511;-0.2071248,0.301142;0.2960149;-0.4762776,-0.1534413;0.3517551;-0.009741766,-0.1749979;0.258939;-0.2730296,-0.1440232;0.2120785;-0.5473372,0.07721466;0.01503844;-0.01455137,0.1325705;-0.1390242;-0.3574806,0.1118735;-0.4847089;-0.3067485,0.1207016;-0.5288245;-0.3732988,-0.06532985;-0.005573063;-0.04583614,0.0716432;-0.3470381;-0.1409152,0.05203504;-0.6774714;-0.02720792,0.06105578;-0.6667672;-0.1249131,-0.04760768;0.3963315;0.02507482,8.99158
+0;0;0,-0.01329863;0.1988454;0.01684224,-0.03108706;0.498139;0.02495017,0.08923604;0.3633533;0.01661295,0.1886704;0.2757361;-0.2300367,0.2533243;0.1974513;-0.4909799,-0.1315799;0.3626519;-0.0173732,-0.1559988;0.2462557;-0.2708602,-0.1397329;0.1736306;-0.540788,0.07700597;0.01131727;-0.0184932,0.1423161;-0.1049945;-0.3743108,0.1275924;-0.4435241;-0.2866699,0.1467192;-0.5000709;-0.3329713,-0.06596896;-0.001906328;-0.04521572,-0.02920222;-0.3801198;-0.04354778,0.01094066;-0.7238325;0.008893695,0.02367427;-0.7126154;-0.08849756,-0.0252322;0.398311;0.02527183,0;0;0,-0.02390247;0.197971;0.015367,-0.05752119;0.495827;0.02624806,0.07001574;0.3689023;0.01979902,0.2260188;0.2801278;-0.1951013,0.2970958;0.2967818;-0.4654172,-0.153395;0.3533587;-0.008627888,-0.1633732;0.2455389;-0.2668436,-0.1387439;0.2101364;-0.5435023,0.07731064;0.01470109;-0.01438553,0.1308487;-0.1456969;-0.3546886,0.1095795;-0.4914598;-0.3047323,0.1180597;-0.5351771;-0.3717685,-0.06531577;-0.005263159;-0.04589281,0.07046288;-0.3470224;-0.1416257,0.05066418;-0.6778032;-0.02896668,0.05996198;-0.667084;-0.1266488,-0.04665544;0.3964234;0.02531464,9.002687
+0;0;0,-0.01349433;0.198822;0.0169628,-0.03154473;0.4980868;0.02551615,0.08879813;0.3631921;0.01712498,0.1898378;0.2772709;-0.2294688,0.2610817;0.262847;-0.499869,-0.1319615;0.3624263;-0.01686546,-0.1577267;0.2530031;-0.2733079,-0.1404787;0.173117;-0.5411152,0.07702316;0.01120763;-0.01848839,0.1410358;-0.1038315;-0.3749549,0.1264178;-0.4421721;-0.2865697,0.1455994;-0.4972172;-0.3355533,-0.06600651;-0.001883967;-0.04516184,-0.02896992;-0.3800709;-0.04344431,0.01230693;-0.7236651;0.008892853,0.02498663;-0.7124113;-0.08851252,-0.02564215;0.3982613;0.02570268,0;0;0,-0.02390247;0.197971;0.015367,-0.05752119;0.495827;0.02624806,0.07001574;0.3689023;0.01979902,0.2260188;0.2801278;-0.1951013,0.2970958;0.2967818;-0.4654172,-0.153395;0.3533587;-0.008627888,-0.1633732;0.2455389;-0.2668436,-0.1387439;0.2101364;-0.5435023,0.07731064;0.01470109;-0.01438553,0.1308487;-0.1456969;-0.3546886,0.1095795;-0.4914598;-0.3047323,0.1180597;-0.5351771;-0.3717685,-0.06531577;-0.005263159;-0.04589281,0.07046288;-0.3470224;-0.1416257,0.05066418;-0.6778032;-0.02896668,0.05996198;-0.667084;-0.1266488,-0.04665544;0.3964234;0.02531464,9.024981
+0;0;0,-0.01349433;0.198822;0.0169628,-0.03154473;0.4980868;0.02551615,0.08879813;0.3631921;0.01712498,0.1898378;0.2772709;-0.2294688,0.2610817;0.262847;-0.499869,-0.1319615;0.3624263;-0.01686546,-0.1577267;0.2530031;-0.2733079,-0.1404787;0.173117;-0.5411152,0.07702316;0.01120763;-0.01848839,0.1410358;-0.1038315;-0.3749549,0.1264178;-0.4421721;-0.2865697,0.1455994;-0.4972172;-0.3355533,-0.06600651;-0.001883967;-0.04516184,-0.02896992;-0.3800709;-0.04344431,0.01230693;-0.7236651;0.008892853,0.02498663;-0.7124113;-0.08851252,-0.02564215;0.3982613;0.02570268,0;0;0,-0.02348671;0.1980052;0.01556644,-0.05677318;0.495905;0.02625543,0.07069029;0.3689217;0.02069152,0.2238718;0.2788697;-0.1957018,0.2924029;0.2697312;-0.4670318,-0.1531938;0.3543423;-0.008279262,-0.1634418;0.2424946;-0.2647653,-0.1409982;0.1979174;-0.5402814,0.07736859;0.01438664;-0.01439185,0.1296717;-0.1463697;-0.3547179,0.1082011;-0.4921254;-0.3047977,0.1164406;-0.5358207;-0.371888,-0.06535385;-0.00495717;-0.04587265,0.07037535;-0.3462918;-0.1431778,0.04895869;-0.6767021;-0.02973031,0.05849699;-0.6659911;-0.1273876,-0.04600517;0.3964902;0.0253978,9.047483
+0;0;0,-0.01349433;0.198822;0.0169628,-0.03154473;0.4980868;0.02551615,0.08879813;0.3631921;0.01712498,0.1898378;0.2772709;-0.2294688,0.2610817;0.262847;-0.499869,-0.1319615;0.3624263;-0.01686546,-0.1577267;0.2530031;-0.2733079,-0.1404787;0.173117;-0.5411152,0.07702316;0.01120763;-0.01848839,0.1410358;-0.1038315;-0.3749549,0.1264178;-0.4421721;-0.2865697,0.1455994;-0.4972172;-0.3355533,-0.06600651;-0.001883967;-0.04516184,-0.02896992;-0.3800709;-0.04344431,0.01230693;-0.7236651;0.008892853,0.02498663;-0.7124113;-0.08851252,-0.02564215;0.3982613;0.02570268,0;0;0,-0.02348671;0.1980052;0.01556644,-0.05677318;0.495905;0.02625543,0.07069029;0.3689217;0.02069152,0.2238718;0.2788697;-0.1957018,0.2924029;0.2697312;-0.4670318,-0.1531938;0.3543423;-0.008279262,-0.1634418;0.2424946;-0.2647653,-0.1409982;0.1979174;-0.5402814,0.07736859;0.01438664;-0.01439185,0.1296717;-0.1463697;-0.3547179,0.1082011;-0.4921254;-0.3047977,0.1164406;-0.5358207;-0.371888,-0.06535385;-0.00495717;-0.04587265,0.07037535;-0.3462918;-0.1431778,0.04895869;-0.6767021;-0.02973031,0.05849699;-0.6659911;-0.1273876,-0.04600517;0.3964902;0.0253978,9.058662
+0;0;0,-0.01374811;0.198777;0.01728287,-0.03205675;0.4980119;0.02621309,0.08829422;0.3630887;0.01759045,0.1906767;0.279941;-0.2294,0.2588993;0.2591981;-0.5001682,-0.1324139;0.3623217;-0.01627329,-0.1593518;0.2584141;-0.2748803,-0.136461;0.1658914;-0.5381588,0.07700861;0.01112289;-0.01859985,0.1395925;-0.102038;-0.3759202,0.1243489;-0.4407919;-0.2892403,0.1449813;-0.4964921;-0.3364608,-0.06613044;-0.001888182;-0.04497998,-0.02832873;-0.380001;-0.04367965,0.01259474;-0.7234977;0.00956782,0.02519469;-0.7122154;-0.0878534,-0.02612369;0.3981881;0.02634105,0;0;0,-0.02273065;0.198079;0.01574894,-0.05481132;0.496117;0.02624706,0.0722516;0.3690241;0.02161567,0.2265929;0.2780811;-0.1935776,0.2986698;0.2516486;-0.4628474,-0.1517494;0.3550917;-0.008604441,-0.172645;0.2535584;-0.268709,-0.1383328;0.1691331;-0.5334636,0.07741848;0.01419151;-0.01431714,0.128675;-0.1501043;-0.3531086,0.1062366;-0.4958749;-0.3037206,0.1144868;-0.5393848;-0.3710127,-0.0653924;-0.004815215;-0.04583283,0.06951987;-0.3464201;-0.1433253,0.04723953;-0.6770513;-0.03069037,0.05735339;-0.666335;-0.1282908,-0.04445973;0.3966572;0.02547246,9.080924
+0;0;0,-0.01374811;0.198777;0.01728287,-0.03205675;0.4980119;0.02621309,0.08829422;0.3630887;0.01759045,0.1906767;0.279941;-0.2294,0.2588993;0.2591981;-0.5001682,-0.1324139;0.3623217;-0.01627329,-0.1593518;0.2584141;-0.2748803,-0.136461;0.1658914;-0.5381588,0.07700861;0.01112289;-0.01859985,0.1395925;-0.102038;-0.3759202,0.1243489;-0.4407919;-0.2892403,0.1449813;-0.4964921;-0.3364608,-0.06613044;-0.001888182;-0.04497998,-0.02832873;-0.380001;-0.04367965,0.01259474;-0.7234977;0.00956782,0.02519469;-0.7122154;-0.0878534,-0.02612369;0.3981881;0.02634105,0;0;0,-0.02214462;0.1981387;0.01583333,-0.05312052;0.4963009;0.02608963,0.07356405;0.3691589;0.0220964,0.2294546;0.2752285;-0.1906833,0.2967938;0.234965;-0.4594663,-0.1504087;0.355551;-0.009175397,-0.1721873;0.2514957;-0.2682086,-0.1376469;0.1673712;-0.5330293,0.07741724;0.01404286;-0.01446958,0.1290729;-0.1518262;-0.3524328,0.1059188;-0.4976781;-0.303952,0.1141044;-0.541624;-0.3707728,-0.0654674;-0.004641316;-0.0457436,0.06872287;-0.3467295;-0.1425353,0.04703689;-0.6777882;-0.03104585,0.05754799;-0.6670728;-0.1286042,-0.04316185;0.3968003;0.02541664,9.103237
+0;0;0,-0.01374811;0.198777;0.01728287,-0.03205675;0.4980119;0.02621309,0.08829422;0.3630887;0.01759045,0.1906767;0.279941;-0.2294,0.2588993;0.2591981;-0.5001682,-0.1324139;0.3623217;-0.01627329,-0.1593518;0.2584141;-0.2748803,-0.136461;0.1658914;-0.5381588,0.07700861;0.01112289;-0.01859985,0.1395925;-0.102038;-0.3759202,0.1243489;-0.4407919;-0.2892403,0.1449813;-0.4964921;-0.3364608,-0.06613044;-0.001888182;-0.04497998,-0.02832873;-0.380001;-0.04367965,0.01259474;-0.7234977;0.00956782,0.02519469;-0.7122154;-0.0878534,-0.02612369;0.3981881;0.02634105,0;0;0,-0.02214462;0.1981387;0.01583333,-0.05312052;0.4963009;0.02608963,0.07356405;0.3691589;0.0220964,0.2294546;0.2752285;-0.1906833,0.2967938;0.234965;-0.4594663,-0.1504087;0.355551;-0.009175397,-0.1721873;0.2514957;-0.2682086,-0.1376469;0.1673712;-0.5330293,0.07741724;0.01404286;-0.01446958,0.1290729;-0.1518262;-0.3524328,0.1059188;-0.4976781;-0.303952,0.1141044;-0.541624;-0.3707728,-0.0654674;-0.004641316;-0.0457436,0.06872287;-0.3467295;-0.1425353,0.04703689;-0.6777882;-0.03104585,0.05754799;-0.6670728;-0.1286042,-0.04316185;0.3968003;0.02541664,9.125681
+0;0;0,-0.014358;0.198682;0.01786915,-0.03302732;0.4978801;0.02719881,0.08736857;0.3629701;0.01840638,0.1899902;0.2800201;-0.2285513,0.2586758;0.2651273;-0.4995873,-0.1332702;0.3619746;-0.01535739,-0.1626273;0.260434;-0.2746404,-0.1415147;0.1958107;-0.5462616,0.07701001;0.01112566;-0.01859239,0.1374607;-0.09996765;-0.3769274,0.1227728;-0.4390377;-0.2913949,0.1336117;-0.4288175;-0.3888181,-0.06621246;-0.001963218;-0.04485594,-0.02868045;-0.3801042;-0.04397257,0.0119584;-0.7235953;0.009527873,0.02447834;-0.7122566;-0.08791447,-0.02704627;0.3980591;0.02723813,0;0;0,-0.02195853;0.198195;0.01538013,-0.05258428;0.496421;0.02477273,0.07401817;0.3694191;0.02183639,0.2307824;0.2659681;-0.1858241,0.3055953;0.2381441;-0.454206,-0.1500495;0.3559464;-0.01040814,-0.172472;0.2476623;-0.2676469,-0.1377181;0.164698;-0.5328056,0.077491;0.01367274;-0.01442917,0.1299197;-0.1531786;-0.3517893,0.1062849;-0.4987032;-0.3012506,0.1152427;-0.5458283;-0.3642703,-0.0654747;-0.004304375;-0.0457661,0.06663492;-0.3477614;-0.140552,0.04566272;-0.6791358;-0.02986708,0.05653563;-0.6684654;-0.1273768,-0.0427633;0.3969051;0.02440643,9.136961
+0;0;0,-0.014358;0.198682;0.01786915,-0.03302732;0.4978801;0.02719881,0.08736857;0.3629701;0.01840638,0.1899902;0.2800201;-0.2285513,0.2586758;0.2651273;-0.4995873,-0.1332702;0.3619746;-0.01535739,-0.1626273;0.260434;-0.2746404,-0.1415147;0.1958107;-0.5462616,0.07701001;0.01112566;-0.01859239,0.1374607;-0.09996765;-0.3769274,0.1227728;-0.4390377;-0.2913949,0.1336117;-0.4288175;-0.3888181,-0.06621246;-0.001963218;-0.04485594,-0.02868045;-0.3801042;-0.04397257,0.0119584;-0.7235953;0.009527873,0.02447834;-0.7122566;-0.08791447,-0.02704627;0.3980591;0.02723813,0;0;0,-0.02195853;0.198195;0.01538013,-0.05258428;0.496421;0.02477273,0.07401817;0.3694191;0.02183639,0.2307824;0.2659681;-0.1858241,0.3055953;0.2381441;-0.454206,-0.1500495;0.3559464;-0.01040814,-0.172472;0.2476623;-0.2676469,-0.1377181;0.164698;-0.5328056,0.077491;0.01367274;-0.01442917,0.1299197;-0.1531786;-0.3517893,0.1062849;-0.4987032;-0.3012506,0.1152427;-0.5458283;-0.3642703,-0.0654747;-0.004304375;-0.0457661,0.06663492;-0.3477614;-0.140552,0.04566272;-0.6791358;-0.02986708,0.05653563;-0.6684654;-0.1273768,-0.0427633;0.3969051;0.02440643,9.158998
+0;0;0,-0.0145463;0.1986146;0.01845693,-0.03352529;0.4977708;0.0283878,0.08688425;0.3628578;0.01944311,0.1894665;0.2806113;-0.2277661,0.2596475;0.2680433;-0.4985366,-0.1337435;0.3618155;-0.01429529,-0.1627848;0.2710487;-0.2775784,-0.1423684;0.2065822;-0.5492901,0.07702325;0.01113837;-0.01852982,0.1363952;-0.09920294;-0.3772773,0.121808;-0.438525;-0.292733,0.132618;-0.4282561;-0.3901693,-0.06619985;-0.002022717;-0.0448719,-0.02842627;-0.3801379;-0.04344198,0.01177763;-0.7235555;0.01085357,0.02426016;-0.7121691;-0.08660268,-0.02752895;0.3979508;0.02828052,0;0;0,-0.02170757;0.1982498;0.01502615,-0.05197864;0.4965342;0.02366611,0.07448304;0.3693998;0.02119449,0.2305779;0.2596916;-0.1837409,0.3045049;0.2364047;-0.4527994,-0.1495011;0.3563377;-0.01177024,-0.1709909;0.2401028;-0.2655962,-0.137324;0.1610601;-0.5320897,0.07749505;0.01343559;-0.01462881,0.1319086;-0.1576595;-0.3495402,0.1079011;-0.5027522;-0.2962985,0.117465;-0.5513665;-0.3573585,-0.06559827;-0.004092421;-0.04560831,0.0637041;-0.3496993;-0.1363652,0.04344254;-0.6815686;-0.02703929,0.05464301;-0.670934;-0.1245048,-0.04227428;0.3970063;0.02356372,9.170381
+0;0;0,-0.0145463;0.1986146;0.01845693,-0.03352529;0.4977708;0.0283878,0.08688425;0.3628578;0.01944311,0.1894665;0.2806113;-0.2277661,0.2596475;0.2680433;-0.4985366,-0.1337435;0.3618155;-0.01429529,-0.1627848;0.2710487;-0.2775784,-0.1423684;0.2065822;-0.5492901,0.07702325;0.01113837;-0.01852982,0.1363952;-0.09920294;-0.3772773,0.121808;-0.438525;-0.292733,0.132618;-0.4282561;-0.3901693,-0.06619985;-0.002022717;-0.0448719,-0.02842627;-0.3801379;-0.04344198,0.01177763;-0.7235555;0.01085357,0.02426016;-0.7121691;-0.08660268,-0.02752895;0.3979508;0.02828052,0;0;0,-0.02170757;0.1982498;0.01502615,-0.05197864;0.4965342;0.02366611,0.07448304;0.3693998;0.02119449,0.2305779;0.2596916;-0.1837409,0.3045049;0.2364047;-0.4527994,-0.1495011;0.3563377;-0.01177024,-0.1709909;0.2401028;-0.2655962,-0.137324;0.1610601;-0.5320897,0.07749505;0.01343559;-0.01462881,0.1319086;-0.1576595;-0.3495402,0.1079011;-0.5027522;-0.2962985,0.117465;-0.5513665;-0.3573585,-0.06559827;-0.004092421;-0.04560831,0.0637041;-0.3496993;-0.1363652,0.04344254;-0.6815686;-0.02703929,0.05464301;-0.670934;-0.1245048,-0.04227428;0.3970063;0.02356372,9.192577
+0;0;0,-0.0145463;0.1986146;0.01845693,-0.03352529;0.4977708;0.0283878,0.08688425;0.3628578;0.01944311,0.1894665;0.2806113;-0.2277661,0.2596475;0.2680433;-0.4985366,-0.1337435;0.3618155;-0.01429529,-0.1627848;0.2710487;-0.2775784,-0.1423684;0.2065822;-0.5492901,0.07702325;0.01113837;-0.01852982,0.1363952;-0.09920294;-0.3772773,0.121808;-0.438525;-0.292733,0.132618;-0.4282561;-0.3901693,-0.06619985;-0.002022717;-0.0448719,-0.02842627;-0.3801379;-0.04344198,0.01177763;-0.7235555;0.01085357,0.02426016;-0.7121691;-0.08660268,-0.02752895;0.3979508;0.02828052,0;0;0,-0.02092761;0.198384;0.01434625,-0.04875828;0.4969491;0.02098049,0.07673756;0.3695545;0.02010445,0.2316793;0.2561935;-0.183715,0.299511;0.2120114;-0.4517575,-0.1481125;0.3584466;-0.01288352,-0.1774566;0.2237358;-0.2565881,-0.1425803;0.1353224;-0.5199637,0.07762303;0.01296598;-0.01437176,0.1360908;-0.1652917;-0.3448347,0.1141101;-0.509791;-0.2870675,0.1215917;-0.5633962;-0.3414201,-0.06552718;-0.003705994;-0.04574334,0.05769064;-0.3546492;-0.1235654,0.04002308;-0.6885442;-0.02011492,0.05135211;-0.6779877;-0.1175501,-0.03999089;0.3973369;0.02171795,9.214936
+0;0;0,-0.014432;0.1985995;0.01870734,-0.03361534;0.4977174;0.02938296,0.08718218;0.3636861;0.021266,0.1833292;0.2817021;-0.2286027,0.2589124;0.2749028;-0.4981226,-0.1323674;0.3578159;-0.01354934,-0.1727579;0.2764413;-0.2784017,-0.1468806;0.2174736;-0.5508961,0.07703242;0.0111204;-0.01850249,0.1350708;-0.0985904;-0.3776613,0.1205054;-0.438043;-0.2936388,0.1310596;-0.4277396;-0.3911101,-0.06622046;-0.002041807;-0.04484062,-0.02844982;-0.3801552;-0.04293173,0.01144434;-0.7235211;0.01191653,0.02365965;-0.7121002;-0.08558014,-0.02757535;0.3979007;0.02901638,0;0;0,-0.02092761;0.198384;0.01434625,-0.04875828;0.4969491;0.02098049,0.07673756;0.3695545;0.02010445,0.2316793;0.2561935;-0.183715,0.299511;0.2120114;-0.4517575,-0.1481125;0.3584466;-0.01288352,-0.1774566;0.2237358;-0.2565881,-0.1425803;0.1353224;-0.5199637,0.07762303;0.01296598;-0.01437176,0.1360908;-0.1652917;-0.3448347,0.1141101;-0.509791;-0.2870675,0.1215917;-0.5633962;-0.3414201,-0.06552718;-0.003705994;-0.04574334,0.05769064;-0.3546492;-0.1235654,0.04002308;-0.6885442;-0.02011492,0.05135211;-0.6779877;-0.1175501,-0.03999089;0.3973369;0.02171795,9.226122
+0;0;0,-0.014432;0.1985995;0.01870734,-0.03361534;0.4977174;0.02938296,0.08718218;0.3636861;0.021266,0.1833292;0.2817021;-0.2286027,0.2589124;0.2749028;-0.4981226,-0.1323674;0.3578159;-0.01354934,-0.1727579;0.2764413;-0.2784017,-0.1468806;0.2174736;-0.5508961,0.07703242;0.0111204;-0.01850249,0.1350708;-0.0985904;-0.3776613,0.1205054;-0.438043;-0.2936388,0.1310596;-0.4277396;-0.3911101,-0.06622046;-0.002041807;-0.04484062,-0.02844982;-0.3801552;-0.04293173,0.01144434;-0.7235211;0.01191653,0.02365965;-0.7121002;-0.08558014,-0.02757535;0.3979007;0.02901638,0;0;0,-0.02003659;0.1985315;0.01355686,-0.046106;0.4972892;0.01827319,0.07871172;0.3693648;0.01865716,0.2437861;0.2272952;-0.1573164,0.3124318;0.2093522;-0.4281777,-0.1466305;0.3602682;-0.01467173,-0.177375;0.2193187;-0.2546468,-0.1441014;0.1322898;-0.51869,0.07761587;0.0126844;-0.01465887,0.1413678;-0.1716451;-0.3407851,0.1235404;-0.5153434;-0.2771165,0.1382858;-0.5689645;-0.3299377,-0.06560478;-0.003382964;-0.04565706,0.04957072;-0.3601068;-0.1079683,0.03194696;-0.6953522;-0.008973673,0.04358874;-0.6848763;-0.1063558,-0.0379056;0.3976364;0.01971606,9.248366
+0;0;0,-0.014432;0.1985995;0.01870734,-0.03361534;0.4977174;0.02938296,0.08718218;0.3636861;0.021266,0.1833292;0.2817021;-0.2286027,0.2589124;0.2749028;-0.4981226,-0.1323674;0.3578159;-0.01354934,-0.1727579;0.2764413;-0.2784017,-0.1468806;0.2174736;-0.5508961,0.07703242;0.0111204;-0.01850249,0.1350708;-0.0985904;-0.3776613,0.1205054;-0.438043;-0.2936388,0.1310596;-0.4277396;-0.3911101,-0.06622046;-0.002041807;-0.04484062,-0.02844982;-0.3801552;-0.04293173,0.01144434;-0.7235211;0.01191653,0.02365965;-0.7121002;-0.08558014,-0.02757535;0.3979007;0.02901638,0;0;0,-0.02003659;0.1985315;0.01355686,-0.046106;0.4972892;0.01827319,0.07871172;0.3693648;0.01865716,0.2437861;0.2272952;-0.1573164,0.3124318;0.2093522;-0.4281777,-0.1466305;0.3602682;-0.01467173,-0.177375;0.2193187;-0.2546468,-0.1441014;0.1322898;-0.51869,0.07761587;0.0126844;-0.01465887,0.1413678;-0.1716451;-0.3407851,0.1235404;-0.5153434;-0.2771165,0.1382858;-0.5689645;-0.3299377,-0.06560478;-0.003382964;-0.04565706,0.04957072;-0.3601068;-0.1079683,0.03194696;-0.6953522;-0.008973673,0.04358874;-0.6848763;-0.1063558,-0.0379056;0.3976364;0.01971606,9.259687

+ 193 - 0
DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_TwoArmsPlusLeg_Forward_HapticFeedback_Slow.csv

@@ -0,0 +1,193 @@
+Demo_SpineBase,Demo_SpineMid,Demo_Neck,Demo_ShoulderLeft,Demo_ElbowLeft,Demo_WristLeft,Demo_ShoulderRight,Demo_ElbowRight,Demo_WristRight,Demo_HipLeft,Demo_KneeLeft,Demo_AnkleLeft,Demo_FootLeft,Demo_HipRight,Demo_KneeRight,Demo_AnkleRight,Demo_FootRight,Demo_SpineShoulder,Body_SpineBase,Body_SpineMid,Body_Neck,Body_ShoulderLeft,Body_ElbowLeft,Body_WristLeft,Body_ShoulderRight,Body_ElbowRight,Body_WristRight,Body_HipLeft,Body_KneeLeft,Body_AnkleLeft,Body_FootLeft,Body_HipRight,Body_KneeRight,Body_AnkleRight,Body_FootRight,Body_SpineShoulder,time
+0;0;0,0.001868052;0.1997914;0.008939652,0.004715541;0.4996756;0.004546887,0.1186706;0.3658375;0.01109597,0.1640096;0.09036952;0.03258448,0.2281775;-0.175382;-0.02790173,-0.1111105;0.3647365;0.005136629,-0.1743281;0.09205547;0.01210918,-0.2292503;-0.1768328;-0.04341267,0.0715239;0.003489261;-0.03566728,0.08483919;-0.3738685;0.007038508,0.08931865;-0.7136736;0.09077886,0.1020609;-0.7636405;0.03210239,-0.07168872;0.006809366;-0.03484766,-0.110274;-0.3703924;-0.009746412,-0.1316407;-0.7140393;0.05310453,-0.1283495;-0.7037965;-0.04486907,0.003590216;0.3997839;0.009062615,0;0;0,-0.002941972;0.199976;0.0009613074,-0.008147722;0.4996164;-0.01144079,0.1095249;0.3738163;0.01173214,0.1720779;0.1036312;0.05029562,0.2611709;-0.1601923;0.02097631,-0.1203168;0.362377;-0.01045503,-0.1941608;0.0923132;-0.006901004,-0.2613772;-0.1751431;-0.05536823,0.0741555;0.006030515;-0.02940397,0.1134938;-0.3711854;-0.005725304,0.1468994;-0.7118521;0.06728349,0.1526362;-0.7019837;-0.03050101,-0.07048284;0.003883221;-0.03764427,-0.09645069;-0.3752272;-0.03667499,-0.1070841;-0.7169725;0.03813905,-0.09821154;-0.707162;-0.05939896,-0.006478105;0.3998693;-0.004532855,8.433339
+0;0;0,0.001747591;0.199796;0.008859514,0.004408652;0.4996844;0.004586099,0.1184871;0.3658915;0.01089856,0.1641982;0.09048769;0.03242153,0.2285817;-0.1754328;-0.02708527,-0.111284;0.3646605;0.005046514,-0.1742778;0.09192696;0.01199039,-0.2289604;-0.1771509;-0.04284476,0.07152486;0.003517302;-0.03566263,0.08511727;-0.3738375;0.006982267,0.0896585;-0.7136242;0.09079402,0.1022606;-0.7635543;0.03203725,-0.0716996;0.006775998;-0.03483178,-0.1100051;-0.3704588;-0.009799808,-0.1312948;-0.7140945;0.0531383,-0.1280504;-0.7038524;-0.04483669,0.003389226;0.3997892;0.009048985,0;0;0,-0.003021779;0.1999748;0.0009755542,-0.00790564;0.4996077;-0.01172991,0.1096531;0.3735994;0.01116764,0.1738788;0.1039718;0.05086683,0.2633784;-0.1597097;0.021509,-0.1204477;0.3630535;-0.009968293,-0.1917256;0.09229228;-0.007174557,-0.2580962;-0.1753338;-0.05587009,0.07416119;0.00604761;-0.02938609,0.1140763;-0.3711081;-0.005713418,0.1479531;-0.7118292;0.06682251,0.1532965;-0.7019727;-0.03098182,-0.07050865;0.003820422;-0.03760232,-0.09562778;-0.3753482;-0.03714614,-0.1058054;-0.7171632;0.03741191,-0.09732435;-0.7073658;-0.0601582,-0.006354409;0.399866;-0.00471725,8.460227
+0;0;0,0.001747591;0.199796;0.008859514,0.004408652;0.4996844;0.004586099,0.1184871;0.3658915;0.01089856,0.1641982;0.09048769;0.03242153,0.2285817;-0.1754328;-0.02708527,-0.111284;0.3646605;0.005046514,-0.1742778;0.09192696;0.01199039,-0.2289604;-0.1771509;-0.04284476,0.07152486;0.003517302;-0.03566263,0.08511727;-0.3738375;0.006982267,0.0896585;-0.7136242;0.09079402,0.1022606;-0.7635543;0.03203725,-0.0716996;0.006775998;-0.03483178,-0.1100051;-0.3704588;-0.009799808,-0.1312948;-0.7140945;0.0531383,-0.1280504;-0.7038524;-0.04483669,0.003389226;0.3997892;0.009048985,0;0;0,-0.003141654;0.1999735;0.0008605302,-0.00796295;0.4995899;-0.01224625,0.1096029;0.3735161;0.010453,0.1756247;0.1044696;0.05113611,0.2654327;-0.1591326;0.02200891,-0.1205355;0.3630269;-0.01001261,-0.1895873;0.09168589;-0.007581719,-0.2558892;-0.1761155;-0.05539874,0.07416455;0.006134333;-0.02935964,0.1143062;-0.3709776;-0.005376227,0.1486335;-0.7117934;0.06650064,0.1537018;-0.7019625;-0.03131307,-0.07055539;0.003689279;-0.03752767,-0.09516403;-0.375513;-0.03737395,-0.1048379;-0.7174208;0.03682459,-0.09663126;-0.7076485;-0.06076381,-0.006433449;0.3998578;-0.005092992,8.484173
+0;0;0,0.001747591;0.199796;0.008859514,0.004408652;0.4996844;0.004586099,0.1184871;0.3658915;0.01089856,0.1641982;0.09048769;0.03242153,0.2285817;-0.1754328;-0.02708527,-0.111284;0.3646605;0.005046514,-0.1742778;0.09192696;0.01199039,-0.2289604;-0.1771509;-0.04284476,0.07152486;0.003517302;-0.03566263,0.08511727;-0.3738375;0.006982267,0.0896585;-0.7136242;0.09079402,0.1022606;-0.7635543;0.03203725,-0.0716996;0.006775998;-0.03483178,-0.1100051;-0.3704588;-0.009799808,-0.1312948;-0.7140945;0.0531383,-0.1280504;-0.7038524;-0.04483669,0.003389226;0.3997892;0.009048985,0;0;0,-0.002554813;0.1999832;0.0004271856,-0.006455904;0.4995861;-0.0133079,0.1108151;0.3733423;0.009403367,0.1781984;0.10481;0.05123484,0.2683482;-0.1586317;0.02171355,-0.1194999;0.3635827;-0.0104339,-0.1871758;0.09188834;-0.008961682,-0.2526295;-0.1763755;-0.05533319,0.07414141;0.006186604;-0.02940711,0.1163109;-0.3707379;-0.005963473,0.1510791;-0.7116183;0.06539278,0.1559297;-0.7018595;-0.03241706,-0.07066713;0.003566225;-0.03732879,-0.09311084;-0.37577;-0.03791623,-0.1017444;-0.7178375;0.03567253,-0.09375533;-0.7081362;-0.06191915,-0.005202674;0.3998632;-0.005975455,8.517471
+0;0;0,0.001844779;0.1997963;0.008833506,0.004611731;0.4996854;0.004665241,0.1186484;0.3657615;0.0107521,0.1652134;0.09051704;0.03248235,0.2296369;-0.1755176;-0.02646836,-0.1111171;0.364767;0.004999077,-0.1739515;0.09199002;0.01167264,-0.2279978;-0.1772136;-0.04317642,0.07152431;0.003549434;-0.03566054,0.08536006;-0.3738276;0.006708805,0.09019873;-0.7135634;0.09070952,0.1027624;-0.7635865;0.03207111,-0.07170934;0.00673713;-0.03481927,-0.1096833;-0.3705555;-0.01015769,-0.130787;-0.7141616;0.05300486,-0.1275807;-0.7039171;-0.04497189,0.003585881;0.3997886;0.009088653,0;0;0,-0.002348351;0.1999862;0.0001380186,-0.00579419;0.4995692;-0.01414023,0.1113214;0.3733126;0.00874024,0.1798408;0.1052781;0.05189854,0.2708655;-0.1577812;0.02166059,-0.1190575;0.3637771;-0.01096102,-0.185561;0.09179145;-0.00990903,-0.2501388;-0.1769618;-0.05464629,0.07415836;0.006243833;-0.0293522,0.116991;-0.3706171;-0.006089244,0.1529056;-0.7114977;0.06469612,0.1576843;-0.7017906;-0.03310655,-0.07064798;0.003484617;-0.03737272,-0.09177914;-0.3759257;-0.03852045,-0.09942619;-0.7180303;0.03500466,-0.09151237;-0.7083789;-0.06258279,-0.004692367;0.399858;-0.006626343,8.551072
+0;0;0,0.001844779;0.1997963;0.008833506,0.004611731;0.4996854;0.004665241,0.1186484;0.3657615;0.0107521,0.1652134;0.09051704;0.03248235,0.2296369;-0.1755176;-0.02646836,-0.1111171;0.364767;0.004999077,-0.1739515;0.09199002;0.01167264,-0.2279978;-0.1772136;-0.04317642,0.07152431;0.003549434;-0.03566054,0.08536006;-0.3738276;0.006708805,0.09019873;-0.7135634;0.09070952,0.1027624;-0.7635865;0.03207111,-0.07170934;0.00673713;-0.03481927,-0.1096833;-0.3705555;-0.01015769,-0.130787;-0.7141616;0.05300486,-0.1275807;-0.7039171;-0.04497189,0.003585881;0.3997886;0.009088653,0;0;0,-0.002348351;0.1999862;0.0001380186,-0.00579419;0.4995692;-0.01414023,0.1113214;0.3733126;0.00874024,0.1798408;0.1052781;0.05189854,0.2708655;-0.1577812;0.02166059,-0.1190575;0.3637771;-0.01096102,-0.185561;0.09179145;-0.00990903,-0.2501388;-0.1769618;-0.05464629,0.07415836;0.006243833;-0.0293522,0.116991;-0.3706171;-0.006089244,0.1529056;-0.7114977;0.06469612,0.1576843;-0.7017906;-0.03310655,-0.07064798;0.003484617;-0.03737272,-0.09177914;-0.3759257;-0.03852045,-0.09942619;-0.7180303;0.03500466,-0.09151237;-0.7083789;-0.06258279,-0.004692367;0.399858;-0.006626343,8.573324
+0;0;0,0.001844779;0.1997963;0.008833506,0.004611731;0.4996854;0.004665241,0.1186484;0.3657615;0.0107521,0.1652134;0.09051704;0.03248235,0.2296369;-0.1755176;-0.02646836,-0.1111171;0.364767;0.004999077,-0.1739515;0.09199002;0.01167264,-0.2279978;-0.1772136;-0.04317642,0.07152431;0.003549434;-0.03566054,0.08536006;-0.3738276;0.006708805,0.09019873;-0.7135634;0.09070952,0.1027624;-0.7635865;0.03207111,-0.07170934;0.00673713;-0.03481927,-0.1096833;-0.3705555;-0.01015769,-0.130787;-0.7141616;0.05300486,-0.1275807;-0.7039171;-0.04497189,0.003585881;0.3997886;0.009088653,0;0;0,-0.002186439;0.199988;-9.985916E-05,-0.005172337;0.4995508;-0.01489332,0.1117536;0.3730504;0.007862694,0.1822921;0.1056889;0.05193254,0.2738535;-0.1572577;0.02234194,-0.1186589;0.3639437;-0.01158256,-0.1841739;0.09171659;-0.01117658,-0.2472559;-0.1775651;-0.05485797,0.07413349;0.006409185;-0.02937938,0.1179076;-0.3703563;-0.006322445,0.1546248;-0.7112612;0.06393193,0.1592899;-0.7016011;-0.03386646,-0.07071217;0.003285813;-0.03726919,-0.09048143;-0.3761947;-0.03920547,-0.09741292;-0.7182979;0.03439696,-0.08961237;-0.7086877;-0.063191,-0.004240874;0.3998513;-0.00720364,8.606795
+0;0;0,0.001960472;0.1997965;0.008805127,0.004846924;0.4996864;0.004745477,0.1187877;0.3654621;0.01043303,0.1669383;0.09053269;0.03268883,0.2308251;-0.1759347;-0.02487534,-0.1108967;0.364787;0.004941184,-0.1734084;0.0919365;0.01164256,-0.2278403;-0.1769445;-0.04439452,0.07152266;0.003627321;-0.03565601,0.08596417;-0.3737496;0.006511785,0.09082771;-0.7135048;0.09043258,0.1037136;-0.7635363;0.0318757,-0.0717274;0.00665148;-0.03479853,-0.1091453;-0.3706977;-0.01015105,-0.1300071;-0.7143204;0.05300128,-0.1268924;-0.7040705;-0.04497951,0.003809259;0.3997877;0.009124283,0;0;0,-0.004041481;0.1999589;-0.0003048925,-0.01060542;0.4994009;-0.01624514,0.1079805;0.3745622;0.006583708,0.1804355;0.1078553;0.05150275,0.2729137;-0.1547619;0.02183811,-0.122879;0.3639224;-0.01209878,-0.1862652;0.09119228;-0.01279745,-0.2474595;-0.1787429;-0.05510871,0.07408635;0.006610536;-0.02945357,0.119606;-0.3699581;-0.006562857,0.1573052;-0.7108465;0.06325042,0.1617895;-0.7012244;-0.03454852,-0.07081952;0.003042624;-0.03708555,-0.08812682;-0.3765538;-0.0397318,-0.09466882;-0.7187694;0.03338259,-0.08704236;-0.7091814;-0.06421447,-0.008426868;0.3997605;-0.008057754,8.62938
+0;0;0,0.001960472;0.1997965;0.008805127,0.004846924;0.4996864;0.004745477,0.1187877;0.3654621;0.01043303,0.1669383;0.09053269;0.03268883,0.2308251;-0.1759347;-0.02487534,-0.1108967;0.364787;0.004941184,-0.1734084;0.0919365;0.01164256,-0.2278403;-0.1769445;-0.04439452,0.07152266;0.003627321;-0.03565601,0.08596417;-0.3737496;0.006511785,0.09082771;-0.7135048;0.09043258,0.1037136;-0.7635363;0.0318757,-0.0717274;0.00665148;-0.03479853,-0.1091453;-0.3706977;-0.01015105,-0.1300071;-0.7143204;0.05300128,-0.1268924;-0.7040705;-0.04497951,0.003809259;0.3997877;0.009124283,0;0;0,-0.004818274;0.1999408;-0.0006750216,-0.01207038;0.4993201;-0.01745439,0.1067693;0.3751664;0.00604073,0.1811165;0.108897;0.05046035,0.2743527;-0.1535417;0.02159929,-0.1241385;0.3637235;-0.01298825,-0.1852995;0.09048572;-0.01366618,-0.2449533;-0.1798664;-0.05551331,0.07416432;0.006750988;-0.0292246,0.1219682;-0.3695821;-0.007130554,0.1605212;-0.710457;0.06228116,0.1651154;-0.7009024;-0.03549859,-0.07072613;0.00290279;-0.0372745,-0.08609167;-0.3767772;-0.03992107,-0.09123733;-0.7190883;0.03285693,-0.08350186;-0.7095671;-0.06471758,-0.009731823;0.3997085;-0.008964579,8.651534
+0;0;0,0.001960472;0.1997965;0.008805127,0.004846924;0.4996864;0.004745477,0.1187877;0.3654621;0.01043303,0.1669383;0.09053269;0.03268883,0.2308251;-0.1759347;-0.02487534,-0.1108967;0.364787;0.004941184,-0.1734084;0.0919365;0.01164256,-0.2278403;-0.1769445;-0.04439452,0.07152266;0.003627321;-0.03565601,0.08596417;-0.3737496;0.006511785,0.09082771;-0.7135048;0.09043258,0.1037136;-0.7635363;0.0318757,-0.0717274;0.00665148;-0.03479853,-0.1091453;-0.3706977;-0.01015105,-0.1300071;-0.7143204;0.05300128,-0.1268924;-0.7040705;-0.04497951,0.003809259;0.3997877;0.009124283,0;0;0,-0.005154597;0.1999309;-0.001028889,-0.01254835;0.4992721;-0.01841091,0.1062946;0.3753391;0.005655938,0.1822779;0.1094656;0.04967662,0.2770897;-0.1524932;0.02159915,-0.1246414;0.3637796;-0.01355238,-0.1846234;0.09028319;-0.01491996,-0.2415712;-0.1813473;-0.05198561,0.07409388;0.006917575;-0.029364,0.1236772;-0.3692017;-0.007551253,0.1635756;-0.7099677;0.06163418,0.1682026;-0.7004721;-0.03613168,-0.07076924;0.002742626;-0.03720473,-0.08423249;-0.3770068;-0.04022053,-0.08895507;-0.7193974;0.03221135,-0.08117687;-0.7099103;-0.0653526,-0.01020111;0.3996783;-0.009717794,8.684957
+0;0;0,0.002032022;0.1997995;0.008719348,0.004992099;0.4996898;0.004702858,0.1189041;0.3653748;0.01024491,0.1674187;0.09054938;0.03298991,0.2311453;-0.1763991;-0.02248479,-0.1107648;0.3648148;0.004934947,-0.1722792;0.09173495;0.01152184,-0.2299562;-0.1758524;-0.04738805,0.07153349;0.003719636;-0.03562478,0.08639391;-0.3737086;0.005933676,0.09154049;-0.713382;0.09016852,0.104433;-0.7636986;0.03200475,-0.07171149;0.006564949;-0.03484773,-0.1090911;-0.3708076;-0.01050168,-0.1295322;-0.7144519;0.05267082,-0.1264876;-0.7042102;-0.04531052,0.003951154;0.39979;0.009056667,0;0;0,-0.005154597;0.1999309;-0.001028889,-0.01254835;0.4992721;-0.01841091,0.1062946;0.3753391;0.005655938,0.1822779;0.1094656;0.04967662,0.2770897;-0.1524932;0.02159915,-0.1246414;0.3637796;-0.01355238,-0.1846234;0.09028319;-0.01491996,-0.2415712;-0.1813473;-0.05198561,0.07409388;0.006917575;-0.029364,0.1236772;-0.3692017;-0.007551253,0.1635756;-0.7099677;0.06163418,0.1682026;-0.7004721;-0.03613168,-0.07076924;0.002742626;-0.03720473,-0.08423249;-0.3770068;-0.04022053,-0.08895507;-0.7193974;0.03221135,-0.08117687;-0.7099103;-0.0653526,-0.01020111;0.3996783;-0.009717794,8.70748
+0;0;0,0.002032022;0.1997995;0.008719348,0.004992099;0.4996898;0.004702858,0.1189041;0.3653748;0.01024491,0.1674187;0.09054938;0.03298991,0.2311453;-0.1763991;-0.02248479,-0.1107648;0.3648148;0.004934947,-0.1722792;0.09173495;0.01152184,-0.2299562;-0.1758524;-0.04738805,0.07153349;0.003719636;-0.03562478,0.08639391;-0.3737086;0.005933676,0.09154049;-0.713382;0.09016852,0.104433;-0.7636986;0.03200475,-0.07171149;0.006564949;-0.03484773,-0.1090911;-0.3708076;-0.01050168,-0.1295322;-0.7144519;0.05267082,-0.1264876;-0.7042102;-0.04531052,0.003951154;0.39979;0.009056667,0;0;0,-0.005987578;0.1999065;-0.001235595,-0.01457464;0.4991897;-0.01905358,0.1047768;0.3758733;0.005168302,0.1820171;0.1103429;0.04907209,0.2776298;-0.1513422;0.02115844,-0.1263051;0.3637808;-0.01389863,-0.1857044;0.09016576;-0.01645025,-0.2394258;-0.1823676;-0.05165814,0.07413426;0.007149591;-0.02920606,0.1247656;-0.3688709;-0.008108478,0.1656098;-0.7094821;0.06128721,0.1701906;-0.7000373;-0.03647014,-0.07065579;0.002545668;-0.03743367,-0.08337759;-0.3772269;-0.04075079,-0.08702472;-0.7196593;0.03154501,-0.07929626;-0.7101961;-0.06601787,-0.01184138;0.3996196;-0.01020423,8.729754
+0;0;0,0.002032022;0.1997995;0.008719348,0.004992099;0.4996898;0.004702858,0.1189041;0.3653748;0.01024491,0.1674187;0.09054938;0.03298991,0.2311453;-0.1763991;-0.02248479,-0.1107648;0.3648148;0.004934947,-0.1722792;0.09173495;0.01152184,-0.2299562;-0.1758524;-0.04738805,0.07153349;0.003719636;-0.03562478,0.08639391;-0.3737086;0.005933676,0.09154049;-0.713382;0.09016852,0.104433;-0.7636986;0.03200475,-0.07171149;0.006564949;-0.03484773,-0.1090911;-0.3708076;-0.01050168,-0.1295322;-0.7144519;0.05267082,-0.1264876;-0.7042102;-0.04531052,0.003951154;0.39979;0.009056667,0;0;0,-0.006723115;0.199883;-0.001253093,-0.01620383;0.4991415;-0.01903863,0.1034215;0.3758089;0.005128721,0.1824841;0.1107357;0.04854907,0.2801122;-0.150233;0.0209068,-0.1275987;0.3635688;-0.01415394,-0.1835806;0.08923393;-0.01669464,-0.2356827;-0.1835708;-0.05223268,0.07412922;0.007510299;-0.02912822,0.1259729;-0.3683797;-0.008660585,0.1686709;-0.708765;0.06072776,0.1732833;-0.699312;-0.03702984,-0.07063308;0.002178378;-0.03749962,-0.08157242;-0.377651;-0.04065875,-0.08407196;-0.7201656;0.03129605,-0.07630783;-0.7106827;-0.06626812,-0.01319687;0.3995776;-0.01020737,8.763257
+0;0;0,0.001576666;0.1998101;0.008569103,0.003609967;0.4997093;0.004563724,0.1179683;0.3656646;0.0100783,0.1662939;0.09085491;0.03340753,0.2307174;-0.1762714;-0.02038048,-0.1116938;0.3645547;0.00464912,-0.1722103;0.09125024;0.01116246,-0.2309329;-0.1759099;-0.04864661,0.07152349;0.003830442;-0.03563311,0.08715816;-0.3736621;0.005047608,0.0929746;-0.7132754;0.08948065,0.1056621;-0.7630842;0.03057737,-0.07172647;0.006446981;-0.0348389,-0.1079516;-0.3710603;-0.01083972,-0.128184;-0.7147518;0.05214319,-0.1251129;-0.7045122;-0.04583689,0.002933463;0.3998052;0.008891359,0;0;0,-0.007160201;0.1998683;-0.001172726,-0.01709131;0.4991238;-0.01876629,0.1028153;0.3763851;0.005085354,0.1825261;0.1114232;0.04799633,0.281299;-0.1489907;0.01921229,-0.1283229;0.3634804;-0.01429395,-0.1831286;0.08891487;-0.01747262,-0.2339518;-0.1839736;-0.05420006,0.07424252;0.007719177;-0.028783,0.128587;-0.3678378;-0.008694079,0.1725332;-0.7080678;0.0606769,0.1771503;-0.6985927;-0.03708511,-0.07053725;0.001951237;-0.03769201,-0.07886706;-0.3779444;-0.04084156,-0.07998224;-0.7204146;0.03135875,-0.07220885;-0.7109146;-0.0662083,-0.0139548;0.3995576;-0.01000689,8.785663
+0;0;0,0.001576666;0.1998101;0.008569103,0.003609967;0.4997093;0.004563724,0.1179683;0.3656646;0.0100783,0.1662939;0.09085491;0.03340753,0.2307174;-0.1762714;-0.02038048,-0.1116938;0.3645547;0.00464912,-0.1722103;0.09125024;0.01116246,-0.2309329;-0.1759099;-0.04864661,0.07152349;0.003830442;-0.03563311,0.08715816;-0.3736621;0.005047608,0.0929746;-0.7132754;0.08948065,0.1056621;-0.7630842;0.03057737,-0.07172647;0.006446981;-0.0348389,-0.1079516;-0.3710603;-0.01083972,-0.128184;-0.7147518;0.05214319,-0.1251129;-0.7045122;-0.04583689,0.002933463;0.3998052;0.008891359,0;0;0,-0.008247299;0.1998268;-0.001119652,-0.01997606;0.4990257;-0.01857248,0.1007124;0.377257;0.005358879,0.1809099;0.1122858;0.04729484,0.2790644;-0.1483071;0.01801896,-0.1305712;0.3633623;-0.01443592,-0.1846315;0.08867928;-0.01960522,-0.2321962;-0.1847942;-0.05634578,0.07425417;0.007967039;-0.02868526,0.1308855;-0.3672616;-0.008775709,0.1759933;-0.707343;0.06057773,0.1807284;-0.6978374;-0.03718505,-0.07047388;0.001720321;-0.03782158,-0.07680557;-0.3782122;-0.04115942,-0.07680572;-0.7206958;0.03098624,-0.06890939;-0.7111728;-0.06657577,-0.0162256;0.3994761;-0.009866319,8.819051
+0;0;0,0.001576666;0.1998101;0.008569103,0.003609967;0.4997093;0.004563724,0.1179683;0.3656646;0.0100783,0.1662939;0.09085491;0.03340753,0.2307174;-0.1762714;-0.02038048,-0.1116938;0.3645547;0.00464912,-0.1722103;0.09125024;0.01116246,-0.2309329;-0.1759099;-0.04864661,0.07152349;0.003830442;-0.03563311,0.08715816;-0.3736621;0.005047608,0.0929746;-0.7132754;0.08948065,0.1056621;-0.7630842;0.03057737,-0.07172647;0.006446981;-0.0348389,-0.1079516;-0.3710603;-0.01083972,-0.128184;-0.7147518;0.05214319,-0.1251129;-0.7045122;-0.04583689,0.002933463;0.3998052;0.008891359,0;0;0,-0.008480874;0.1998173;-0.001049991,-0.02030214;0.4990204;-0.01837017,0.1002912;0.3773473;0.006380145,0.1804658;0.1121088;0.04663614,0.2799671;-0.147657;0.01467939,-0.1309324;0.3634548;-0.01415619,-0.1839994;0.08864003;-0.02195035,-0.2292339;-0.1851394;-0.05934905,0.07428458;0.008206308;-0.02853871,0.1332839;-0.3666575;-0.008633671,0.1796592;-0.7065885;0.06062132,0.184565;-0.6970654;-0.03713672,-0.07044199;0.001466472;-0.03789162,-0.07476959;-0.3784943;-0.04121668,-0.0731629;-0.7209883;0.03086192,-0.06509086;-0.711453;-0.06668827,-0.01654979;0.3994668;-0.009710368,8.853052
+0;0;0,0.0008157998;0.1998203;0.008437653,0.001279873;0.4997252;0.004349727,0.1163752;0.3662193;0.009851318,0.1648159;0.09149778;0.03396775,0.2294088;-0.1758401;-0.0185506,-0.1134368;0.3645379;0.004466068,-0.1732016;0.09106526;0.01085879,-0.2319155;-0.1759458;-0.04962046,0.07155312;0.003917836;-0.03556405,0.08811973;-0.3736419;0.004111461,0.09420351;-0.7131991;0.08875109,0.1069166;-0.7628759;0.02967495,-0.07171028;0.006349429;-0.03489012,-0.107056;-0.3712713;-0.01136868,-0.1269051;-0.7149912;0.05158063,-0.1238612;-0.7047579;-0.04639904,0.001181192;0.3998198;0.008696981,0;0;0,-0.009614596;0.1997666;-0.0009374895,-0.0232722;0.4989065;-0.01800501,0.09800301;0.3774627;0.006502662,0.1796788;0.1124907;0.0454756,0.2798517;-0.1467853;0.01169113,-0.1330717;0.3627602;-0.01435188,-0.1855279;0.08790174;-0.02440986,-0.2287891;-0.186172;-0.06198717,0.07434435;0.008463948;-0.02830686,0.135404;-0.3661191;-0.009352734,0.1839853;-0.7057147;0.06003501,0.1890187;-0.6961522;-0.03772478,-0.07024361;0.001267415;-0.03826525,-0.0736374;-0.3787003;-0.04187207,-0.06989442;-0.7211063;0.03054408,-0.06168624;-0.7115272;-0.06700394,-0.01889811;0.39937;-0.009441007,8.875784
+0;0;0,0.0008157998;0.1998203;0.008437653,0.001279873;0.4997252;0.004349727,0.1163752;0.3662193;0.009851318,0.1648159;0.09149778;0.03396775,0.2294088;-0.1758401;-0.0185506,-0.1134368;0.3645379;0.004466068,-0.1732016;0.09106526;0.01085879,-0.2319155;-0.1759458;-0.04962046,0.07155312;0.003917836;-0.03556405,0.08811973;-0.3736419;0.004111461,0.09420351;-0.7131991;0.08875109,0.1069166;-0.7628759;0.02967495,-0.07171028;0.006349429;-0.03489012,-0.107056;-0.3712713;-0.01136868,-0.1269051;-0.7149912;0.05158063,-0.1238612;-0.7047579;-0.04639904,0.001181192;0.3998198;0.008696981,0;0;0,-0.009614596;0.1997666;-0.0009374895,-0.0232722;0.4989065;-0.01800501,0.09800301;0.3774627;0.006502662,0.1796788;0.1124907;0.0454756,0.2798517;-0.1467853;0.01169113,-0.1330717;0.3627602;-0.01435188,-0.1855279;0.08790174;-0.02440986,-0.2287891;-0.186172;-0.06198717,0.07434435;0.008463948;-0.02830686,0.135404;-0.3661191;-0.009352734,0.1839853;-0.7057147;0.06003501,0.1890187;-0.6961522;-0.03772478,-0.07024361;0.001267415;-0.03826525,-0.0736374;-0.3787003;-0.04187207,-0.06989442;-0.7211063;0.03054408,-0.06168624;-0.7115272;-0.06700394,-0.01889811;0.39937;-0.009441007,8.898765
+0;0;0,0.0008157998;0.1998203;0.008437653,0.001279873;0.4997252;0.004349727,0.1163752;0.3662193;0.009851318,0.1648159;0.09149778;0.03396775,0.2294088;-0.1758401;-0.0185506,-0.1134368;0.3645379;0.004466068,-0.1732016;0.09106526;0.01085879,-0.2319155;-0.1759458;-0.04962046,0.07155312;0.003917836;-0.03556405,0.08811973;-0.3736419;0.004111461,0.09420351;-0.7131991;0.08875109,0.1069166;-0.7628759;0.02967495,-0.07171028;0.006349429;-0.03489012,-0.107056;-0.3712713;-0.01136868,-0.1269051;-0.7149912;0.05158063,-0.1238612;-0.7047579;-0.04639904,0.001181192;0.3998198;0.008696981,0;0;0,-0.01023484;0.1997367;-0.0007092957,-0.02473225;0.4988633;-0.01732242,0.09678274;0.3772207;0.006936287,0.1784162;0.1120027;0.04429122,0.2789896;-0.1466724;0.007247973,-0.134174;0.36251;-0.01441461,-0.1853196;0.08747044;-0.02613471,-0.2282721;-0.1863557;-0.06581226,0.07436689;0.008718517;-0.02817007,0.1364095;-0.365726;-0.009675987,0.1866426;-0.7050481;0.05987369,0.1918289;-0.6954328;-0.03788912,-0.07019547;0.001010573;-0.03836112,-0.07286996;-0.3789606;-0.0422032,-0.06715578;-0.721276;0.03051208,-0.05879348;-0.7116525;-0.06703213,-0.02009274;0.3993247;-0.008923643,8.921623
+0;0;0,0.0002486185;0.1998252;0.008356452,-0.0001531181;0.4997309;0.004285182,0.1152924;0.3664364;0.009665433,0.1646066;0.09195235;0.03469816,0.2293448;-0.1755449;-0.01682046,-0.1145684;0.3645482;0.003986187,-0.174438;0.09109029;0.01002006,-0.2321754;-0.1760294;-0.05091786,0.07150704;0.004158831;-0.0356293,0.08804452;-0.373596;0.002156597,0.09525048;-0.7129174;0.08764981,0.1080075;-0.7625645;0.02854307,-0.07178777;0.006090241;-0.0347768,-0.1063846;-0.3716498;-0.01207175,-0.1260895;-0.7154213;0.0506407,-0.1229559;-0.7051919;-0.04733536,3.572626E-05;0.3998249;0.008617332,0;0;0,-0.009579633;0.1997693;-0.0006926468,-0.02322819;0.4989367;-0.01728891,0.09782743;0.3766993;0.00758718,0.1802426;0.1115521;0.04370786,0.2801585;-0.1469574;0.003837116,-0.1332444;0.363524;-0.01417433,-0.1809279;0.08793703;-0.0275194,-0.2228179;-0.1857777;-0.06905811,0.07442391;0.009051072;-0.02791342,0.1370629;-0.3653226;-0.01000391,0.1889448;-0.7044865;0.05910506,0.1941449;-0.6948769;-0.03865584,-0.07007298;0.0006823319;-0.03859161,-0.07228824;-0.3792923;-0.04238757,-0.06599141;-0.7216253;0.03019662,-0.0575974;-0.7120219;-0.06734065,-0.01885003;0.3993858;-0.008895892,8.944214
+0;0;0,0.0002486185;0.1998252;0.008356452,-0.0001531181;0.4997309;0.004285182,0.1152924;0.3664364;0.009665433,0.1646066;0.09195235;0.03469816,0.2293448;-0.1755449;-0.01682046,-0.1145684;0.3645482;0.003986187,-0.174438;0.09109029;0.01002006,-0.2321754;-0.1760294;-0.05091786,0.07150704;0.004158831;-0.0356293,0.08804452;-0.373596;0.002156597,0.09525048;-0.7129174;0.08764981,0.1080075;-0.7625645;0.02854307,-0.07178777;0.006090241;-0.0347768,-0.1063846;-0.3716498;-0.01207175,-0.1260895;-0.7154213;0.0506407,-0.1229559;-0.7051919;-0.04733536,3.572626E-05;0.3998249;0.008617332,0;0;0,-0.009579633;0.1997693;-0.0006926468,-0.02322819;0.4989367;-0.01728891,0.09782743;0.3766993;0.00758718,0.1802426;0.1115521;0.04370786,0.2801585;-0.1469574;0.003837116,-0.1332444;0.363524;-0.01417433,-0.1809279;0.08793703;-0.0275194,-0.2228179;-0.1857777;-0.06905811,0.07442391;0.009051072;-0.02791342,0.1370629;-0.3653226;-0.01000391,0.1889448;-0.7044865;0.05910506,0.1941449;-0.6948769;-0.03865584,-0.07007298;0.0006823319;-0.03859161,-0.07228824;-0.3792923;-0.04238757,-0.06599141;-0.7216253;0.03019662,-0.0575974;-0.7120219;-0.06734065,-0.01885003;0.3993858;-0.008895892,8.967281
+0;0;0,0.0002486185;0.1998252;0.008356452,-0.0001531181;0.4997309;0.004285182,0.1152924;0.3664364;0.009665433,0.1646066;0.09195235;0.03469816,0.2293448;-0.1755449;-0.01682046,-0.1145684;0.3645482;0.003986187,-0.174438;0.09109029;0.01002006,-0.2321754;-0.1760294;-0.05091786,0.07150704;0.004158831;-0.0356293,0.08804452;-0.373596;0.002156597,0.09525048;-0.7129174;0.08764981,0.1080075;-0.7625645;0.02854307,-0.07178777;0.006090241;-0.0347768,-0.1063846;-0.3716498;-0.01207175,-0.1260895;-0.7154213;0.0506407,-0.1229559;-0.7051919;-0.04733536,3.572626E-05;0.3998249;0.008617332,0;0;0,-0.008687289;0.1998101;-0.0006857372,-0.02108568;0.4990324;-0.01727506,0.09936954;0.3763273;0.008374737,0.1822938;0.1111063;0.04274612,0.2830002;-0.1468183;0.00111571,-0.1315822;0.3638676;-0.01420347,-0.1765378;0.08788428;-0.02877034,-0.2176353;-0.1855486;-0.07287806,0.07447851;0.009566175;-0.02759421,0.1399137;-0.364365;-0.01045832,0.192431;-0.7034041;0.05878374,0.1977961;-0.6938034;-0.03896636,-0.06988299;0.0002023438;-0.03894003,-0.06981812;-0.3797791;-0.04269908,-0.06260514;-0.7220648;0.03002265,-0.05404288;-0.7124798;-0.06749616,-0.0171069;0.3994645;-0.008885411,9.001413
+0;0;0,-7.310651E-05;0.1998346;0.008131774,-0.0008572692;0.4997366;0.003836445,0.1147066;0.3664646;0.009689175,0.16439;0.09207961;0.03507561,0.2291013;-0.1755879;-0.01558553,-0.1151606;0.364597;0.003438359,-0.1751295;0.09115171;0.009043768,-0.231461;-0.1761882;-0.05224337,0.07157881;0.00427117;-0.03547156,0.08875683;-0.3737013;-0.000234127,0.09686175;-0.7127903;0.08609684,0.1096097;-0.7632616;0.02811537,-0.07169299;0.005988198;-0.03498939,-0.1054287;-0.3718763;-0.01307345,-0.1244351;-0.7156717;0.04972388,-0.1211196;-0.7054606;-0.04824248,-0.0005512578;0.399834;0.008238972,0;0;0,-0.01204353;0.1996366;-0.0004069446,-0.03110982;0.4985432;-0.01637762,0.09200968;0.3768092;0.008042838,0.1752723;0.1115004;0.04088413,0.2769856;-0.1457312;-0.00254808,-0.138484;0.3612303;-0.01444693,-0.1813972;0.08497691;-0.03002002,-0.222122;-0.1878015;-0.07832564,0.07447141;0.009976323;-0.02746785,0.1411816;-0.363775;-0.01135279,0.1958397;-0.7025608;0.05747034,0.2013575;-0.6928647;-0.04029115,-0.06976099;-0.0001697848;-0.03915834,-0.06851684;-0.3801417;-0.0436036,-0.05899123;-0.7222736;0.02957444,-0.05028291;-0.712585;-0.06795307,-0.02477914;0.3990778;-0.008220132,9.024388
+0;0;0,-7.310651E-05;0.1998346;0.008131774,-0.0008572692;0.4997366;0.003836445,0.1147066;0.3664646;0.009689175,0.16439;0.09207961;0.03507561,0.2291013;-0.1755879;-0.01558553,-0.1151606;0.364597;0.003438359,-0.1751295;0.09115171;0.009043768,-0.231461;-0.1761882;-0.05224337,0.07157881;0.00427117;-0.03547156,0.08875683;-0.3737013;-0.000234127,0.09686175;-0.7127903;0.08609684,0.1096097;-0.7632616;0.02811537,-0.07169299;0.005988198;-0.03498939,-0.1054287;-0.3718763;-0.01307345,-0.1244351;-0.7156717;0.04972388,-0.1211196;-0.7054606;-0.04824248,-0.0005512578;0.399834;0.008238972,0;0;0,-0.01311235;0.1995695;-0.0002941033,-0.0324076;0.498467;-0.01614843,0.09061351;0.3767175;0.008375093,0.1730255;0.1108156;0.03844947,0.2735019;-0.1463592;-0.008086629,-0.1397624;0.3608836;-0.01442174,-0.1793783;0.08422288;-0.03143492,-0.2207276;-0.1874382;-0.08519841,0.07456354;0.01026009;-0.02711104,0.1429981;-0.363234;-0.01231588,0.1993235;-0.7016719;0.05687402,0.2049376;-0.6919488;-0.04088759,-0.06958418;-0.0004540511;-0.03946943,-0.06602886;-0.3804119;-0.04387598,-0.0547903;-0.7224265;0.02960644,-0.04598903;-0.7127122;-0.06791808,-0.02615515;0.3989941;-0.008020878,9.047133
+0;0;0,-7.310651E-05;0.1998346;0.008131774,-0.0008572692;0.4997366;0.003836445,0.1147066;0.3664646;0.009689175,0.16439;0.09207961;0.03507561,0.2291013;-0.1755879;-0.01558553,-0.1151606;0.364597;0.003438359,-0.1751295;0.09115171;0.009043768,-0.231461;-0.1761882;-0.05224337,0.07157881;0.00427117;-0.03547156,0.08875683;-0.3737013;-0.000234127,0.09686175;-0.7127903;0.08609684,0.1096097;-0.7632616;0.02811537,-0.07169299;0.005988198;-0.03498939,-0.1054287;-0.3718763;-0.01307345,-0.1244351;-0.7156717;0.04972388,-0.1211196;-0.7054606;-0.04824248,-0.0005512578;0.399834;0.008238972,0;0;0,-0.0135033;0.1995431;-0.0004775355,-0.03274959;0.4984248;-0.01667798,0.0901826;0.3768004;0.008248447,0.1720256;0.1106541;0.0377083,0.2734814;-0.1458107;-0.01058791,-0.1401095;0.3606467;-0.01481725,-0.1778791;0.0838187;-0.03324898,-0.2175884;-0.1875266;-0.08977246,0.07460499;0.01046205;-0.02691916,0.1456602;-0.3626026;-0.01372951,0.2041938;-0.7004834;0.05634413,0.2098928;-0.6907878;-0.04140686,-0.06947524;-0.000648166;-0.03965816,-0.0625661;-0.3805493;-0.04489134,-0.04969018;-0.7223833;0.02916074,-0.04080101;-0.7126969;-0.06834999,-0.02656877;0.3989573;-0.008430538,9.080895
+0;0;0,0.00125375;0.1998476;0.007704915,0.00112868;0.4997492;0.003193873,0.1164506;0.3659355;0.009673681,0.1657495;0.09145582;0.03478398,0.2318716;-0.1759258;-0.01556448,-0.1134579;0.3652898;0.002875804,-0.1722528;0.09157556;0.007742882,-0.2277742;-0.1758645;-0.05384582,0.07162581;0.004574285;-0.03533862,0.09020685;-0.3736867;-0.004139941,0.09941021;-0.7124602;0.08331202,0.112361;-0.7631738;0.0257134,-0.07162344;0.005691668;-0.03518079,-0.1032932;-0.3724329;-0.01471584,-0.1217685;-0.7161881;0.04845846,-0.1182529;-0.7060199;-0.04949223,0.001360396;0.3998476;0.007621149,0;0;0,-0.0135033;0.1995431;-0.0004775355,-0.03274959;0.4984248;-0.01667798,0.0901826;0.3768004;0.008248447,0.1720256;0.1106541;0.0377083,0.2734814;-0.1458107;-0.01058791,-0.1401095;0.3606467;-0.01481725,-0.1778791;0.0838187;-0.03324898,-0.2175884;-0.1875266;-0.08977246,0.07460499;0.01046205;-0.02691916,0.1456602;-0.3626026;-0.01372951,0.2041938;-0.7004834;0.05634413,0.2098928;-0.6907878;-0.04140686,-0.06947524;-0.000648166;-0.03965816,-0.0625661;-0.3805493;-0.04489134,-0.04969018;-0.7223833;0.02916074,-0.04080101;-0.7126969;-0.06834999,-0.02656877;0.3989573;-0.008430538,9.103209
+0;0;0,0.00125375;0.1998476;0.007704915,0.00112868;0.4997492;0.003193873,0.1164506;0.3659355;0.009673681,0.1657495;0.09145582;0.03478398,0.2318716;-0.1759258;-0.01556448,-0.1134579;0.3652898;0.002875804,-0.1722528;0.09157556;0.007742882,-0.2277742;-0.1758645;-0.05384582,0.07162581;0.004574285;-0.03533862,0.09020685;-0.3736867;-0.004139941,0.09941021;-0.7124602;0.08331202,0.112361;-0.7631738;0.0257134,-0.07162344;0.005691668;-0.03518079,-0.1032932;-0.3724329;-0.01471584,-0.1217685;-0.7161881;0.04845846,-0.1182529;-0.7060199;-0.04949223,0.001360396;0.3998476;0.007621149,0;0;0,-0.01352182;0.199542;-0.0003910989,-0.03248898;0.4984481;-0.01646973,0.09035971;0.3768122;0.0081453,0.1738715;0.111079;0.03663514,0.2741517;-0.1451586;-0.01519328,-0.1397431;0.3600529;-0.01501442,-0.1754114;0.08306164;-0.03510468,-0.2130619;-0.1881855;-0.09347806,0.07475813;0.01053397;-0.02646239,0.1499912;-0.3617819;-0.01546776,0.210445;-0.6992959;0.05474356,0.2161735;-0.6895903;-0.04300777,-0.06928355;-0.0007117045;-0.03999104,-0.05709592;-0.3804737;-0.04567301,-0.04371717;-0.7222986;0.02833185,-0.03478371;-0.7125964;-0.06917813,-0.02642974;0.3989697;-0.008264014,9.125573
+0;0;0,0.00125375;0.1998476;0.007704915,0.00112868;0.4997492;0.003193873,0.1164506;0.3659355;0.009673681,0.1657495;0.09145582;0.03478398,0.2318716;-0.1759258;-0.01556448,-0.1134579;0.3652898;0.002875804,-0.1722528;0.09157556;0.007742882,-0.2277742;-0.1758645;-0.05384582,0.07162581;0.004574285;-0.03533862,0.09020685;-0.3736867;-0.004139941,0.09941021;-0.7124602;0.08331202,0.112361;-0.7631738;0.0257134,-0.07162344;0.005691668;-0.03518079,-0.1032932;-0.3724329;-0.01471584,-0.1217685;-0.7161881;0.04845846,-0.1182529;-0.7060199;-0.04949223,0.001360396;0.3998476;0.007621149,0;0;0,-0.0140182;0.1995078;-0.0003752589,-0.03369328;0.4983689;-0.01643736,0.08940701;0.3767823;0.008070241,0.1751743;0.1117097;0.03600745,0.2759362;-0.1436867;-0.01894452,-0.1407394;0.3601288;-0.01540764,-0.1755221;0.08316764;-0.03737774,-0.2102868;-0.1882701;-0.0966481,0.07479802;0.01079621;-0.02624305,0.1510448;-0.3613905;-0.01827689,0.2139034;-0.6983957;0.05226592,0.2196889;-0.6886708;-0.04548606,-0.06915636;-0.000967711;-0.04020523,-0.05481029;-0.3806558;-0.04578565,-0.04067303;-0.7224388;0.02827175,-0.03167262;-0.7127159;-0.06923638,-0.02740353;0.3989044;-0.008236465,9.158987
+0;0;0,0.002351165;0.1998508;0.007358535,0.003331849;0.4997464;0.002538886,0.118275;0.3655229;0.01006655,0.1673537;0.09087208;0.03369281,0.2339433;-0.1765196;-0.0159814,-0.1117135;0.3660369;0.002346464,-0.1685852;0.09189844;0.00605478,-0.2229957;-0.1758765;-0.0550688,0.07172935;0.004779028;-0.03510072,0.09099171;-0.3738247;-0.008867627,0.1021696;-0.7120528;0.08044546,0.1161129;-0.7622571;0.02236919,-0.07155405;0.005446482;-0.03536034,-0.1010247;-0.3729344;-0.01640293,-0.1187609;-0.7166613;0.04713626,-0.1149399;-0.7065222;-0.05079713,0.003328647;0.3998481;0.007047225,0;0;0,-0.01398132;0.19951;-0.0005225746,-0.03350806;0.4983685;-0.01681343,0.08941926;0.376452;0.008120515,0.1747735;0.1111498;0.03512786,0.27685;-0.14299;-0.02312461,-0.1406301;0.3602481;-0.01608169,-0.1736455;0.08314484;-0.03896786,-0.2075092;-0.1880641;-0.09978692,0.07482775;0.01109675;-0.0260321,0.1523442;-0.3608902;-0.02191485,0.2173839;-0.697316;0.04941193,0.2233933;-0.6876063;-0.04832338,-0.06907433;-0.001288003;-0.04033704,-0.05368185;-0.3809094;-0.04745283,-0.03758477;-0.7225126;0.02703331,-0.02835113;-0.7128099;-0.07044879,-0.02727849;0.3989066;-0.008535675,9.181524
+0;0;0,0.002351165;0.1998508;0.007358535,0.003331849;0.4997464;0.002538886,0.118275;0.3655229;0.01006655,0.1673537;0.09087208;0.03369281,0.2339433;-0.1765196;-0.0159814,-0.1117135;0.3660369;0.002346464,-0.1685852;0.09189844;0.00605478,-0.2229957;-0.1758765;-0.0550688,0.07172935;0.004779028;-0.03510072,0.09099171;-0.3738247;-0.008867627,0.1021696;-0.7120528;0.08044546,0.1161129;-0.7622571;0.02236919,-0.07155405;0.005446482;-0.03536034,-0.1010247;-0.3729344;-0.01640293,-0.1187609;-0.7166613;0.04713626,-0.1149399;-0.7065222;-0.05079713,0.003328647;0.3998481;0.007047225,0;0;0,-0.01398132;0.19951;-0.0005225746,-0.03350806;0.4983685;-0.01681343,0.08941926;0.376452;0.008120515,0.1747735;0.1111498;0.03512786,0.27685;-0.14299;-0.02312461,-0.1406301;0.3602481;-0.01608169,-0.1736455;0.08314484;-0.03896786,-0.2075092;-0.1880641;-0.09978692,0.07482775;0.01109675;-0.0260321,0.1523442;-0.3608902;-0.02191485,0.2173839;-0.697316;0.04941193,0.2233933;-0.6876063;-0.04832338,-0.06907433;-0.001288003;-0.04033704,-0.05368185;-0.3809094;-0.04745283,-0.03758477;-0.7225126;0.02703331,-0.02835113;-0.7128099;-0.07044879,-0.02727849;0.3989066;-0.008535675,9.203719
+0;0;0,0.002351165;0.1998508;0.007358535,0.003331849;0.4997464;0.002538886,0.118275;0.3655229;0.01006655,0.1673537;0.09087208;0.03369281,0.2339433;-0.1765196;-0.0159814,-0.1117135;0.3660369;0.002346464,-0.1685852;0.09189844;0.00605478,-0.2229957;-0.1758765;-0.0550688,0.07172935;0.004779028;-0.03510072,0.09099171;-0.3738247;-0.008867627,0.1021696;-0.7120528;0.08044546,0.1161129;-0.7622571;0.02236919,-0.07155405;0.005446482;-0.03536034,-0.1010247;-0.3729344;-0.01640293,-0.1187609;-0.7166613;0.04713626,-0.1149399;-0.7065222;-0.05079713,0.003328647;0.3998481;0.007047225,0;0;0,-0.01388516;0.1995165;-0.0006147951,-0.03320731;0.4983804;-0.01704764,0.08945234;0.3758422;0.008420925,0.175697;0.110838;0.03552572,0.279018;-0.1419323;-0.02637677,-0.1404366;0.3604046;-0.01653492,-0.1705772;0.08306116;-0.04045448,-0.2028971;-0.1877269;-0.1039312,0.07488955;0.01131103;-0.02576075,0.1531518;-0.3605372;-0.02774009,0.220479;-0.6960551;0.04570889,0.2266577;-0.686354;-0.05201408,-0.06896996;-0.001518278;-0.04050725,-0.05259494;-0.3810855;-0.04829192,-0.03509586;-0.7225507;0.02650949,-0.02568092;-0.712855;-0.07095382,-0.02705362;0.3989178;-0.008721867,9.237239
+0;0;0,-0.0004979642;0.1998441;0.0078796,-0.003414671;0.499735;0.003668907,0.1128957;0.3663197;0.01004845,0.1627011;0.09167123;0.03213083,0.2298476;-0.1755051;-0.01795052,-0.1168514;0.3646626;0.001437872,-0.1731441;0.09038582;0.003273595,-0.2259668;-0.1777712;-0.05756716,0.07182831;0.005042993;-0.03486061,0.09234268;-0.3738623;-0.01461448,0.1048791;-0.711854;0.07541016,0.1202438;-0.7626564;0.01853399,-0.07151631;0.005149421;-0.03548099,-0.0990674;-0.3734884;-0.01891763,-0.1154033;-0.7171894;0.04513536,-0.1113029;-0.7069827;-0.05280041,-0.002310893;0.3998358;0.008019575,0;0;0,-0.01575329;0.1993769;-0.0008390928,-0.03884611;0.4979337;-0.01794793,0.0852975;0.3761273;0.007729637,0.1734099;0.1116728;0.03418804,0.2780642;-0.1393852;-0.03227478,-0.1444196;0.3592991;-0.0176531,-0.1726587;0.08187902;-0.04296438,-0.2026465;-0.1889823;-0.1072673,0.07486535;0.01168262;-0.02566506,0.1552573;-0.3596518;-0.03258171,0.2243379;-0.6946347;0.04167691,0.230697;-0.6849336;-0.05603449,-0.06887568;-0.001877887;-0.04065236,-0.05104423;-0.3813483;-0.04982885,-0.03252769;-0.7227225;0.02514326,-0.02291359;-0.7130338;-0.07229914,-0.03133713;0.3985868;-0.009356396,9.259552
+0;0;0,-0.0004979642;0.1998441;0.0078796,-0.003414671;0.499735;0.003668907,0.1128957;0.3663197;0.01004845,0.1627011;0.09167123;0.03213083,0.2298476;-0.1755051;-0.01795052,-0.1168514;0.3646626;0.001437872,-0.1731441;0.09038582;0.003273595,-0.2259668;-0.1777712;-0.05756716,0.07182831;0.005042993;-0.03486061,0.09234268;-0.3738623;-0.01461448,0.1048791;-0.711854;0.07541016,0.1202438;-0.7626564;0.01853399,-0.07151631;0.005149421;-0.03548099,-0.0990674;-0.3734884;-0.01891763,-0.1154033;-0.7171894;0.04513536,-0.1113029;-0.7069827;-0.05280041,-0.002310893;0.3998358;0.008019575,0;0;0,-0.01505655;0.1994296;-0.001058042,-0.03708428;0.4980585;-0.01832819,0.08653229;0.3756759;0.007940472,0.175575;0.1114605;0.03366262,0.2824449;-0.1375568;-0.03683017,-0.1430877;0.3597314;-0.01826668,-0.1705074;0.08231714;-0.04452433,-0.1990447;-0.1881479;-0.1111147,0.07486805;0.01204729;-0.02548799,0.1565396;-0.3588831;-0.0373369,0.2274435;-0.6931404;0.03845659,0.2339911;-0.6834674;-0.05923653,-0.06876267;-0.002236802;-0.04082514,-0.05060257;-0.381659;-0.05126621,-0.03014692;-0.7228913;0.02384746,-0.02033345;-0.7132316;-0.073569,-0.02991141;0.3986899;-0.009700975,9.28194
+0;0;0,-0.0004979642;0.1998441;0.0078796,-0.003414671;0.499735;0.003668907,0.1128957;0.3663197;0.01004845,0.1627011;0.09167123;0.03213083,0.2298476;-0.1755051;-0.01795052,-0.1168514;0.3646626;0.001437872,-0.1731441;0.09038582;0.003273595,-0.2259668;-0.1777712;-0.05756716,0.07182831;0.005042993;-0.03486061,0.09234268;-0.3738623;-0.01461448,0.1048791;-0.711854;0.07541016,0.1202438;-0.7626564;0.01853399,-0.07151631;0.005149421;-0.03548099,-0.0990674;-0.3734884;-0.01891763,-0.1154033;-0.7171894;0.04513536,-0.1113029;-0.7069827;-0.05280041,-0.002310893;0.3998358;0.008019575,0;0;0,-0.0169085;0.1992786;-0.001469199,-0.04180932;0.4976216;-0.01972136,0.08280436;0.3759434;0.007128191,0.1733182;0.1122612;0.03318437,0.2820656;-0.1352664;-0.03964499,-0.146552;0.3584028;-0.01930469,-0.1717063;0.08088675;-0.04672878,-0.1985138;-0.1895114;-0.1143023,0.07489012;0.01230384;-0.02529991,0.1591407;-0.3578265;-0.04277518,0.2312652;-0.6917636;0.0332775,0.2379219;-0.6821347;-0.06439906,-0.06869452;-0.002536931;-0.04092219,-0.04922578;-0.3818674;-0.05229629,-0.02736394;-0.7230515;0.02263979,-0.01742386;-0.7134404;-0.0747537,-0.033723;0.398355;-0.01073508,9.315482
+0;0;0,-0.001118912;0.1998434;0.007833506,-0.003596813;0.4997351;0.003414473,0.1126201;0.3668764;0.01042852,0.1638383;0.0922471;0.02928129,0.2312276;-0.174601;-0.02220453,-0.117107;0.3643663;3.319979E-05,-0.1712738;0.08965576;0.0003335757,-0.2227756;-0.1786602;-0.06093705,0.07195307;0.005373885;-0.03455254,0.09558862;-0.3736707;-0.02164657,0.1102082;-0.7108358;0.07112169,0.125456;-0.7611624;0.01354434,-0.07136708;0.004844733;-0.03582274,-0.09524198;-0.3741637;-0.02230887,-0.1105008;-0.7178264;0.0422131,-0.1058413;-0.7076236;-0.05569685,-0.002735531;0.3998369;0.007843372,0;0;0,-0.0169085;0.1992786;-0.001469199,-0.04180932;0.4976216;-0.01972136,0.08280436;0.3759434;0.007128191,0.1733182;0.1122612;0.03318437,0.2820656;-0.1352664;-0.03964499,-0.146552;0.3584028;-0.01930469,-0.1717063;0.08088675;-0.04672878,-0.1985138;-0.1895114;-0.1143023,0.07489012;0.01230384;-0.02529991,0.1591407;-0.3578265;-0.04277518,0.2312652;-0.6917636;0.0332775,0.2379219;-0.6821347;-0.06439906,-0.06869452;-0.002536931;-0.04092219,-0.04922578;-0.3818674;-0.05229629,-0.02736394;-0.7230515;0.02263979,-0.01742386;-0.7134404;-0.0747537,-0.033723;0.398355;-0.01073508,9.337948
+0;0;0,-0.001118912;0.1998434;0.007833506,-0.003596813;0.4997351;0.003414473,0.1126201;0.3668764;0.01042852,0.1638383;0.0922471;0.02928129,0.2312276;-0.174601;-0.02220453,-0.117107;0.3643663;3.319979E-05,-0.1712738;0.08965576;0.0003335757,-0.2227756;-0.1786602;-0.06093705,0.07195307;0.005373885;-0.03455254,0.09558862;-0.3736707;-0.02164657,0.1102082;-0.7108358;0.07112169,0.125456;-0.7611624;0.01354434,-0.07136708;0.004844733;-0.03582274,-0.09524198;-0.3741637;-0.02230887,-0.1105008;-0.7178264;0.0422131,-0.1058413;-0.7076236;-0.05569685,-0.002735531;0.3998369;0.007843372,0;0;0,-0.01814933;0.1991666;-0.001807936,-0.04448262;0.4973548;-0.02057435,0.0805386;0.376008;0.006871291,0.1727214;0.1128529;0.03240012,0.2827052;-0.133177;-0.04357908,-0.1485039;0.3573474;-0.01999463,-0.1724233;0.07984215;-0.04860708,-0.1978166;-0.1902604;-0.1178878,0.07493695;0.01250873;-0.02505962,0.1612914;-0.3567153;-0.04988935,0.2342837;-0.6899649;0.02832068,0.2410837;-0.6803624;-0.06934048,-0.06859088;-0.002770662;-0.04108059,-0.04830662;-0.3820282;-0.05342031,-0.02437574;-0.7230452;0.02164448,-0.01428825;-0.713464;-0.07572755,-0.03597546;0.3981383;-0.0114241,9.371109
+0;0;0,-0.001118912;0.1998434;0.007833506,-0.003596813;0.4997351;0.003414473,0.1126201;0.3668764;0.01042852,0.1638383;0.0922471;0.02928129,0.2312276;-0.174601;-0.02220453,-0.117107;0.3643663;3.319979E-05,-0.1712738;0.08965576;0.0003335757,-0.2227756;-0.1786602;-0.06093705,0.07195307;0.005373885;-0.03455254,0.09558862;-0.3736707;-0.02164657,0.1102082;-0.7108358;0.07112169,0.125456;-0.7611624;0.01354434,-0.07136708;0.004844733;-0.03582274,-0.09524198;-0.3741637;-0.02230887,-0.1105008;-0.7178264;0.0422131,-0.1058413;-0.7076236;-0.05569685,-0.002735531;0.3998369;0.007843372,0;0;0,-0.01940886;0.1990462;-0.001973944,-0.0476811;0.4970408;-0.02099512,0.07801157;0.3760265;0.006702364,0.1705049;0.1128954;0.0313397,0.2830286;-0.1312551;-0.04694807,-0.1507744;0.3564237;-0.02075755,-0.1750663;0.07909209;-0.0507086,-0.1984308;-0.1909946;-0.1207606,0.07494906;0.01273652;-0.02490821,0.1627393;-0.3556084;-0.05676591,0.2368722;-0.6883585;0.02249065,0.2438802;-0.6787385;-0.07515947,-0.06849054;-0.002995759;-0.04123192,-0.04841737;-0.3822123;-0.05508349,-0.02287507;-0.7231143;0.01997286,-0.01256722;-0.7135255;-0.07737771,-0.03852623;0.3978897;-0.01176226,9.404596
+0;0;0,-0.002327558;0.1998293;0.007926508,-0.006464926;0.4997055;0.003697499,0.1103356;0.3670526;0.01128154,0.1621602;0.09227565;0.02583642,0.2314785;-0.1739136;-0.02649202,-0.1193939;0.3643702;-0.0004323432,-0.1719891;0.08936015;-0.002230059,-0.221615;-0.179065;-0.06456168,0.0719807;0.00566992;-0.03444751,0.09667438;-0.3734767;-0.02827543,0.1136679;-0.7099145;0.0667024,0.1295139;-0.7594606;0.00821026,-0.07136106;0.004537583;-0.0358749,-0.09279734;-0.3746913;-0.02465379,-0.1068873;-0.7183526;0.04014167,-0.1017976;-0.7081265;-0.05775157,-0.005061725;0.3998106;0.008061149,0;0;0,-0.02023385;0.1989627;-0.002101429,-0.04945312;0.4968597;-0.02122461,0.07660268;0.3762417;0.006440614,0.1712931;0.1139136;0.03129482,0.2855848;-0.1287097;-0.04914981,-0.1520618;0.3557579;-0.02105751,-0.1752657;0.07842466;-0.05184445,-0.1982163;-0.191423;-0.1229465,0.0749496;0.01312025;-0.02470661,0.1638249;-0.3543813;-0.06270391,0.2395394;-0.6867088;0.01683062,0.2465169;-0.6770787;-0.08082381,-0.06833343;-0.00334592;-0.041465,-0.04668064;-0.3824752;-0.05532566,-0.02060618;-0.7233838;0.01951711,-0.0103185;-0.7137936;-0.0778359,-0.04001236;0.3977377;-0.01196738,9.427085
+0;0;0,-0.002327558;0.1998293;0.007926508,-0.006464926;0.4997055;0.003697499,0.1103356;0.3670526;0.01128154,0.1621602;0.09227565;0.02583642,0.2314785;-0.1739136;-0.02649202,-0.1193939;0.3643702;-0.0004323432,-0.1719891;0.08936015;-0.002230059,-0.221615;-0.179065;-0.06456168,0.0719807;0.00566992;-0.03444751,0.09667438;-0.3734767;-0.02827543,0.1136679;-0.7099145;0.0667024,0.1295139;-0.7594606;0.00821026,-0.07136106;0.004537583;-0.0358749,-0.09279734;-0.3746913;-0.02465379,-0.1068873;-0.7183526;0.04014167,-0.1017976;-0.7081265;-0.05775157,-0.005061725;0.3998106;0.008061149,0;0;0,-0.02122265;0.198859;-0.002163634,-0.05201519;0.4965988;-0.02127364,0.0746868;0.3764575;0.006151899,0.1718009;0.1149585;0.03038293,0.2870262;-0.1265957;-0.05192567,-0.1539121;0.3551252;-0.02135521,-0.1769256;0.07797024;-0.05384333,-0.1976119;-0.1922627;-0.1241727,0.0749241;0.0134415;-0.02461108,0.164719;-0.3530183;-0.06982242,0.241137;-0.6848899;0.01093361,0.2480795;-0.6752387;-0.08672769,-0.0682805;-0.0036891;-0.04152304,-0.04597614;-0.3827828;-0.05532413,-0.01902368;-0.7237332;0.01901561,-0.008766197;-0.7141227;-0.07834484,-0.04204118;0.3975277;-0.01203118,9.449414
+0;0;0,-0.002327558;0.1998293;0.007926508,-0.006464926;0.4997055;0.003697499,0.1103356;0.3670526;0.01128154,0.1621602;0.09227565;0.02583642,0.2314785;-0.1739136;-0.02649202,-0.1193939;0.3643702;-0.0004323432,-0.1719891;0.08936015;-0.002230059,-0.221615;-0.179065;-0.06456168,0.0719807;0.00566992;-0.03444751,0.09667438;-0.3734767;-0.02827543,0.1136679;-0.7099145;0.0667024,0.1295139;-0.7594606;0.00821026,-0.07136106;0.004537583;-0.0358749,-0.09279734;-0.3746913;-0.02465379,-0.1068873;-0.7183526;0.04014167,-0.1017976;-0.7081265;-0.05775157,-0.005061725;0.3998106;0.008061149,0;0;0,-0.02146754;0.1988317;-0.002259471,-0.05222297;0.4965712;-0.02143425,0.07445097;0.3765488;0.006021596,0.1726779;0.1153518;0.02899127,0.2892253;-0.125251;-0.05423737,-0.15405;0.3548579;-0.02182779,-0.1764062;0.07776186;-0.05526396,-0.1964841;-0.1923479;-0.1262399,0.07483962;0.01385858;-0.02463678,0.1659902;-0.3511387;-0.078196,0.2433295;-0.6825254;0.003666557,0.250383;-0.6728665;-0.0939884,-0.06820279;-0.004119894;-0.04161017,-0.04393231;-0.3830839;-0.05565245,-0.01590915;-0.7239757;0.01856048,-0.005547401;-0.7143654;-0.07878885,-0.04229693;0.3974968;-0.01217493,9.483201
+0;0;0,-0.002702099;0.1998192;0.008062039,-0.006941357;0.4996984;0.004139253,0.109872;0.3671963;0.01248684,0.1638257;0.09258527;0.02130706,0.2327167;-0.1725681;-0.0365524,-0.1197513;0.3641644;-0.0008990802,-0.1694981;0.08865708;-0.005480426,-0.2175756;-0.1798494;-0.06866898,0.07214181;0.005834963;-0.03408095,0.09973615;-0.3731618;-0.03402367,0.1187856;-0.7091823;0.06203521,0.1347036;-0.7600487;0.005402662,-0.07122594;0.004380743;-0.03616178,-0.08972354;-0.3750712;-0.02755683,-0.1021773;-0.7186937;0.03777659,-0.09655677;-0.7084398;-0.06009324,-0.00554173;0.3997988;0.008393508,0;0;0,-0.02146754;0.1988317;-0.002259471,-0.05222297;0.4965712;-0.02143425,0.07445097;0.3765488;0.006021596,0.1726779;0.1153518;0.02899127,0.2892253;-0.125251;-0.05423737,-0.15405;0.3548579;-0.02182779,-0.1764062;0.07776186;-0.05526396,-0.1964841;-0.1923479;-0.1262399,0.07483962;0.01385858;-0.02463678,0.1659902;-0.3511387;-0.078196,0.2433295;-0.6825254;0.003666557,0.250383;-0.6728665;-0.0939884,-0.06820279;-0.004119894;-0.04161017,-0.04393231;-0.3830839;-0.05565245,-0.01590915;-0.7239757;0.01856048,-0.005547401;-0.7143654;-0.07878885,-0.04229693;0.3974968;-0.01217493,9.505056
+0;0;0,-0.002702099;0.1998192;0.008062039,-0.006941357;0.4996984;0.004139253,0.109872;0.3671963;0.01248684,0.1638257;0.09258527;0.02130706,0.2327167;-0.1725681;-0.0365524,-0.1197513;0.3641644;-0.0008990802,-0.1694981;0.08865708;-0.005480426,-0.2175756;-0.1798494;-0.06866898,0.07214181;0.005834963;-0.03408095,0.09973615;-0.3731618;-0.03402367,0.1187856;-0.7091823;0.06203521,0.1347036;-0.7600487;0.005402662,-0.07122594;0.004380743;-0.03616178,-0.08972354;-0.3750712;-0.02755683,-0.1021773;-0.7186937;0.03777659,-0.09655677;-0.7084398;-0.06009324,-0.00554173;0.3997988;0.008393508,0;0;0,-0.02245265;0.1987215;-0.002377493,-0.05489257;0.4962729;-0.02169944,0.07241069;0.3763538;0.005533183,0.1725953;0.1158767;0.02822063,0.2895548;-0.1240291;-0.05642959,-0.1557959;0.3537579;-0.02214713,-0.1775655;0.07668346;-0.05614506,-0.1978085;-0.192974;-0.1287749,0.07477959;0.01421985;-0.02461316,0.1660662;-0.3496219;-0.08532497,0.2441496;-0.6807957;-0.003307372,0.2511743;-0.6711301;-0.1009658,-0.06816394;-0.004509704;-0.0416334,-0.0433294;-0.3834381;-0.05565221,-0.01408587;-0.7242526;0.01844396,-0.003762446;-0.71464;-0.07890996,-0.04438582;0.3972627;-0.01239431,9.5277
+0;0;0,-0.002702099;0.1998192;0.008062039,-0.006941357;0.4996984;0.004139253,0.109872;0.3671963;0.01248684,0.1638257;0.09258527;0.02130706,0.2327167;-0.1725681;-0.0365524,-0.1197513;0.3641644;-0.0008990802,-0.1694981;0.08865708;-0.005480426,-0.2175756;-0.1798494;-0.06866898,0.07214181;0.005834963;-0.03408095,0.09973615;-0.3731618;-0.03402367,0.1187856;-0.7091823;0.06203521,0.1347036;-0.7600487;0.005402662,-0.07122594;0.004380743;-0.03616178,-0.08972354;-0.3750712;-0.02755683,-0.1021773;-0.7186937;0.03777659,-0.09655677;-0.7084398;-0.06009324,-0.00554173;0.3997988;0.008393508,0;0;0,-0.02288389;0.1986695;-0.002599956,-0.05568054;0.4961616;-0.02222943,0.07174536;0.3764448;0.005090866,0.1731223;0.1162826;0.02602815,0.290169;-0.1230638;-0.06007264,-0.1562677;0.3530674;-0.02249489,-0.1780979;0.07613361;-0.05758206,-0.1976862;-0.1932529;-0.1313874,0.07474179;0.01448212;-0.02457505,0.1675726;-0.3476627;-0.09264533,0.2461743;-0.6780723;-0.008080237,0.2531747;-0.668429;-0.1057358,-0.06811861;-0.004833129;-0.04167128,-0.0419114;-0.3836848;-0.05525682,-0.01105118;-0.7243682;0.01878675,-0.0007568737;-0.7147815;-0.07856482,-0.04508597;0.3971703;-0.01282263,9.561142
+0;0;0,-0.003155291;0.1998081;0.008171177,-0.007867971;0.4996837;0.0045077,0.1091897;0.3676139;0.01319163,0.1662848;0.09350377;0.01513869,0.2355614;-0.1706012;-0.04690416,-0.1205436;0.3644534;-0.001676247,-0.1689468;0.08877426;-0.00930055,-0.2162022;-0.1794671;-0.07421206,0.0724397;0.00593178;-0.03342609,0.1042818;-0.3726907;-0.03900196,0.1250792;-0.7084032;0.05776869,0.141594;-0.7586968;0.0004956163,-0.07087096;0.004329365;-0.03685871,-0.08755407;-0.3752506;-0.03048047,-0.09666349;-0.7188891;0.03531957,-0.09056871;-0.708611;-0.06252675,-0.006329866;0.3997823;0.008671878,0;0;0,-0.02331595;0.1986196;-0.002571489,-0.05656794;0.4960698;-0.02207186,0.07111903;0.3767423;0.004786874,0.1744706;0.117269;0.02458688,0.2916689;-0.1217257;-0.0622814,-0.1567266;0.3523123;-0.02269434,-0.1771124;0.07538524;-0.05869189,-0.1971167;-0.1933108;-0.1348644,0.07474126;0.01481336;-0.02437845,0.1704974;-0.3450258;-0.1001845,0.2480411;-0.6747521;-0.01205074,0.2550105;-0.6650867;-0.1097131,-0.06803626;-0.005244228;-0.04175602,-0.04002617;-0.3839858;-0.0548038,-0.007048707;-0.7245294;0.01896997,0.003199621;-0.7149271;-0.0783897,-0.04584132;0.3970881;-0.01271537,9.583481
+0;0;0,-0.003155291;0.1998081;0.008171177,-0.007867971;0.4996837;0.0045077,0.1091897;0.3676139;0.01319163,0.1662848;0.09350377;0.01513869,0.2355614;-0.1706012;-0.04690416,-0.1205436;0.3644534;-0.001676247,-0.1689468;0.08877426;-0.00930055,-0.2162022;-0.1794671;-0.07421206,0.0724397;0.00593178;-0.03342609,0.1042818;-0.3726907;-0.03900196,0.1250792;-0.7084032;0.05776869,0.141594;-0.7586968;0.0004956163,-0.07087096;0.004329365;-0.03685871,-0.08755407;-0.3752506;-0.03048047,-0.09666349;-0.7188891;0.03531957,-0.09056871;-0.708611;-0.06252675,-0.006329866;0.3997823;0.008671878,0;0;0,-0.02331595;0.1986196;-0.002571489,-0.05656794;0.4960698;-0.02207186,0.07111903;0.3767423;0.004786874,0.1744706;0.117269;0.02458688,0.2916689;-0.1217257;-0.0622814,-0.1567266;0.3523123;-0.02269434,-0.1771124;0.07538524;-0.05869189,-0.1971167;-0.1933108;-0.1348644,0.07474126;0.01481336;-0.02437845,0.1704974;-0.3450258;-0.1001845,0.2480411;-0.6747521;-0.01205074,0.2550105;-0.6650867;-0.1097131,-0.06803626;-0.005244228;-0.04175602,-0.04002617;-0.3839858;-0.0548038,-0.007048707;-0.7245294;0.01896997,0.003199621;-0.7149271;-0.0783897,-0.04584132;0.3970881;-0.01271537,9.605811
+0;0;0,-0.003155291;0.1998081;0.008171177,-0.007867971;0.4996837;0.0045077,0.1091897;0.3676139;0.01319163,0.1662848;0.09350377;0.01513869,0.2355614;-0.1706012;-0.04690416,-0.1205436;0.3644534;-0.001676247,-0.1689468;0.08877426;-0.00930055,-0.2162022;-0.1794671;-0.07421206,0.0724397;0.00593178;-0.03342609,0.1042818;-0.3726907;-0.03900196,0.1250792;-0.7084032;0.05776869,0.141594;-0.7586968;0.0004956163,-0.07087096;0.004329365;-0.03685871,-0.08755407;-0.3752506;-0.03048047,-0.09666349;-0.7188891;0.03531957,-0.09056871;-0.708611;-0.06252675,-0.006329866;0.3997823;0.008671878,0;0;0,-0.02305598;0.1986511;-0.002477561,-0.05581388;0.496167;-0.02181154,0.07173546;0.3764303;0.004291888,0.178024;0.1181252;0.02381657,0.2951431;-0.1201489;-0.06511386,-0.1560841;0.3522195;-0.02242002,-0.1744195;0.07528052;-0.05941496,-0.1943611;-0.1927005;-0.1380819,0.07465111;0.01512169;-0.0244652,0.1717092;-0.3421575;-0.1100881,0.2489306;-0.6710407;-0.01858538,0.2556317;-0.6613705;-0.1162675,-0.06800915;-0.005610955;-0.04175251,-0.0389;-0.384295;-0.05404085,-0.004529987;-0.7248156;0.01920148,0.005436428;-0.7152076;-0.07818867,-0.04525985;0.3971614;-0.01251041,9.639287
+0;0;0,-0.003676355;0.1997965;0.008236092,-0.009069784;0.499663;0.004751096,0.1081511;0.3675592;0.01433823,0.1663571;0.09374335;0.008258464,0.2366385;-0.1687362;-0.05930638,-0.1214473;0.364346;-0.002099514,-0.1695421;0.08877736;-0.01429883,-0.2152168;-0.1789242;-0.08248746,0.07256491;0.00614278;-0.03311493,0.1085122;-0.3720149;-0.04334234,0.1308603;-0.7073432;0.05440971,0.1471753;-0.757256;-0.003450193,-0.07070074;0.004130843;-0.03720673,-0.08638714;-0.3755232;-0.03311221,-0.09221589;-0.7192868;0.03240548,-0.08559477;-0.7089732;-0.06541379,-0.007316777;0.3997625;0.008850037,0;0;0,-0.02241138;0.1987257;-0.002413527,-0.0543426;0.4963361;-0.021673,0.07302667;0.3767219;0.00405258,0.1805234;0.118769;0.02150998,0.2986318;-0.1193715;-0.0664644,-0.1548391;0.3522845;-0.02231122,-0.1736197;0.07546636;-0.05998126,-0.1935244;-0.1918081;-0.1410254,0.07461141;0.01545811;-0.02437591,0.1753061;-0.3389944;-0.1172416,0.2495342;-0.6672001;-0.02095485,0.2560962;-0.6575308;-0.1186462,-0.06794932;-0.005999418;-0.04179588,-0.03752339;-0.3845966;-0.05356191,-0.002154995;-0.7250423;0.01955316,0.007657114;-0.7154382;-0.07785182,-0.04404627;0.3973016;-0.01239134,9.672856
+0;0;0,-0.003676355;0.1997965;0.008236092,-0.009069784;0.499663;0.004751096,0.1081511;0.3675592;0.01433823,0.1663571;0.09374335;0.008258464,0.2366385;-0.1687362;-0.05930638,-0.1214473;0.364346;-0.002099514,-0.1695421;0.08877736;-0.01429883,-0.2152168;-0.1789242;-0.08248746,0.07256491;0.00614278;-0.03311493,0.1085122;-0.3720149;-0.04334234,0.1308603;-0.7073432;0.05440971,0.1471753;-0.757256;-0.003450193,-0.07070074;0.004130843;-0.03720673,-0.08638714;-0.3755232;-0.03311221,-0.09221589;-0.7192868;0.03240548,-0.08559477;-0.7089732;-0.06541379,-0.007316777;0.3997625;0.008850037,0;0;0,-0.02336851;0.1986148;-0.002463393,-0.05688271;0.4960498;-0.02174754,0.07119204;0.3769195;0.003269513,0.1809054;0.119821;0.01949694,0.2988822;-0.1175736;-0.07064344,-0.1563614;0.3509302;-0.0226062,-0.1737676;0.07406023;-0.06055443,-0.1935551;-0.1924116;-0.1442279,0.0745124;0.01592737;-0.02437663,0.1777645;-0.3352178;-0.1265337,0.2491671;-0.6623172;-0.02451576,0.2556028;-0.6526358;-0.1222181,-0.06792001;-0.006518308;-0.04176582,-0.03629073;-0.3850141;-0.05361949,9.685755E-05;-0.7253694;0.01941632,0.009762414;-0.7157627;-0.07800387,-0.04605267;0.3970724;-0.01246379,9.695224
+0;0;0,-0.003676355;0.1997965;0.008236092,-0.009069784;0.499663;0.004751096,0.1081511;0.3675592;0.01433823,0.1663571;0.09374335;0.008258464,0.2366385;-0.1687362;-0.05930638,-0.1214473;0.364346;-0.002099514,-0.1695421;0.08877736;-0.01429883,-0.2152168;-0.1789242;-0.08248746,0.07256491;0.00614278;-0.03311493,0.1085122;-0.3720149;-0.04334234,0.1308603;-0.7073432;0.05440971,0.1471753;-0.757256;-0.003450193,-0.07070074;0.004130843;-0.03720673,-0.08638714;-0.3755232;-0.03311221,-0.09221589;-0.7192868;0.03240548,-0.08559477;-0.7089732;-0.06541379,-0.007316777;0.3997625;0.008850037,0;0;0,-0.02292713;0.198666;-0.002479541,-0.05584178;0.4961676;-0.02176978,0.07211144;0.3772818;0.003112424,0.1836296;0.120874;0.01790141,0.3011922;-0.1160121;-0.07409884,-0.1554736;0.3509531;-0.02263071,-0.1745563;0.07424983;-0.06098663,-0.1929302;-0.1917375;-0.1465035,0.07448777;0.01621295;-0.02426339,0.1790876;-0.3322336;-0.1340081,0.2461819;-0.6590158;-0.02812277,0.2525899;-0.6493476;-0.1258241,-0.06785989;-0.006846623;-0.04181099,-0.03562973;-0.3853204;-0.05271083,0.001062978;-0.7257549;0.01980152,0.01065211;-0.7161541;-0.07762498,-0.04519672;0.3971704;-0.01248381,9.728585
+0;0;0,-0.001869753;0.1998529;0.007438277,-0.00558926;0.4997384;0.003270221,0.1107009;0.3661898;0.01447134,0.1716938;0.09323373;0.001248545,0.2429438;-0.1671113;-0.07320888,-0.1188789;0.3656526;-0.002335364,-0.1664186;0.09026378;-0.01968462,-0.2116412;-0.1762814;-0.09254469,0.07270598;0.006380033;-0.03275873,0.1123498;-0.3712377;-0.04802868,0.1363961;-0.7062951;0.05024824,0.1523526;-0.7556253;-0.00850638,-0.07048891;0.003922891;-0.03762878,-0.0839081;-0.3758341;-0.03550478,-0.08707127;-0.7196026;0.0301704,-0.0802777;-0.7093758;-0.06761952,-0.004276388;0.3998384;0.007543317,0;0;0,-0.0243103;0.1985008;-0.002538594,-0.06105034;0.4955637;-0.0217155,0.06845393;0.3770512;0.002559699,0.1814257;0.1211964;0.01581563,0.2990109;-0.1150907;-0.07768364,-0.1588216;0.3495437;-0.02271508,-0.175614;0.07274202;-0.06142986,-0.1932191;-0.1918336;-0.1513731,0.07424568;0.01690746;-0.02452991,0.1783062;-0.3287234;-0.1433183,0.2419567;-0.6545113;-0.03236404,0.2482519;-0.644826;-0.1300763,-0.06786896;-0.007377324;-0.04170586,-0.03642742;-0.3859363;-0.05192776,0.0005664416;-0.7263463;0.02054648,0.009997007;-0.7167241;-0.07689996,-0.04896003;0.3967257;-0.01250264,9.762075
+0;0;0,-0.001869753;0.1998529;0.007438277,-0.00558926;0.4997384;0.003270221,0.1107009;0.3661898;0.01447134,0.1716938;0.09323373;0.001248545,0.2429438;-0.1671113;-0.07320888,-0.1188789;0.3656526;-0.002335364,-0.1664186;0.09026378;-0.01968462,-0.2116412;-0.1762814;-0.09254469,0.07270598;0.006380033;-0.03275873,0.1123498;-0.3712377;-0.04802868,0.1363961;-0.7062951;0.05024824,0.1523526;-0.7556253;-0.00850638,-0.07048891;0.003922891;-0.03762878,-0.0839081;-0.3758341;-0.03550478,-0.08707127;-0.7196026;0.0301704,-0.0802777;-0.7093758;-0.06761952,-0.004276388;0.3998384;0.007543317,0;0;0,-0.02596434;0.1982921;-0.002467646,-0.06577918;0.494984;-0.02126365,0.06486971;0.3770366;0.002384135,0.1789853;0.1215558;0.01273764,0.2969757;-0.1142981;-0.08134323,-0.1621368;0.3481715;-0.02251602,-0.1772712;0.07134426;-0.06172843,-0.1947159;-0.1917366;-0.1559841,0.07403572;0.01755579;-0.02470842,0.1779609;-0.3258596;-0.14987,0.2359299;-0.6509612;-0.03390218,0.2421798;-0.6412397;-0.1316249,-0.06783971;-0.008007304;-0.0416372,-0.03757029;-0.3867013;-0.05027808,0.0002280772;-0.7271444;0.02162322,0.009535479;-0.717476;-0.07584472,-0.05267864;0.3962607;-0.01220412,9.784373
+0;0;0,-0.001869753;0.1998529;0.007438277,-0.00558926;0.4997384;0.003270221,0.1107009;0.3661898;0.01447134,0.1716938;0.09323373;0.001248545,0.2429438;-0.1671113;-0.07320888,-0.1188789;0.3656526;-0.002335364,-0.1664186;0.09026378;-0.01968462,-0.2116412;-0.1762814;-0.09254469,0.07270598;0.006380033;-0.03275873,0.1123498;-0.3712377;-0.04802868,0.1363961;-0.7062951;0.05024824,0.1523526;-0.7556253;-0.00850638,-0.07048891;0.003922891;-0.03762878,-0.0839081;-0.3758341;-0.03550478,-0.08707127;-0.7196026;0.0301704,-0.0802777;-0.7093758;-0.06761952,-0.004276388;0.3998384;0.007543317,0;0;0,-0.02752274;0.1980828;-0.002386824,-0.06992481;0.4944308;-0.02095121,0.06178695;0.3772817;0.001689301,0.1773274;0.1224231;0.01156321,0.2961369;-0.1128147;-0.08302785,-0.1652185;0.3472398;-0.02237112,-0.1784655;0.07036453;-0.06192632,-0.1954828;-0.1917585;-0.1588898,0.07392445;0.0177621;-0.02489344,0.1771128;-0.3233202;-0.1568593,0.2310618;-0.6474622;-0.03635424,0.2370827;-0.6377313;-0.1340933,-0.06793752;-0.008377129;-0.04140431,-0.0381554;-0.3871576;-0.0476023,0.0002316236;-0.7276725;0.02364362,0.009249591;-0.7179729;-0.07385804,-0.05598344;0.3958152;-0.01197252,9.818128
+0;0;0,-5.458181E-05;0.1998813;0.006889422,-0.001417617;0.4997756;0.001948582,0.113642;0.3649507;0.01550566,0.1764976;0.09290698;-0.00550371,0.25151;-0.1648208;-0.08518761,-0.1157638;0.3665847;-0.002257868,-0.162099;0.0914458;-0.02574426,-0.2057139;-0.1746866;-0.101052,0.0729557;0.006693737;-0.03213504,0.117;-0.3702304;-0.05184008,0.1420474;-0.7053179;0.04608332,0.159067;-0.7545255;-0.01253815,-0.07036166;0.003553612;-0.03790262,-0.0810966;-0.3762925;-0.0366063,-0.0804062;-0.720138;0.02873776,-0.07332555;-0.7099937;-0.06901507,-0.0008053427;0.3998794;0.006461388,0;0;0,-0.02890868;0.1978861;-0.002316713,-0.07361803;0.4939125;-0.02060702,0.05902587;0.3774098;0.00114924,0.176964;0.1235743;0.00877288,0.2957634;-0.110755;-0.08805951,-0.1677661;0.3459561;-0.02209457,-0.1798506;0.0691542;-0.06252556,-0.1947678;-0.1925215;-0.161031,0.07355563;0.01865713;-0.02532746,0.1758948;-0.32021;-0.1635148,0.2248712;-0.6444556;-0.04117849,0.2306651;-0.6346996;-0.1389364,-0.06798033;-0.009108668;-0.04117896,-0.038187;-0.3878978;-0.04676143,9.256601E-05;-0.7284601;0.02431593,0.008802989;-0.7187346;-0.07321907,-0.05891643;0.3953977;-0.01173684,9.851459
+0;0;0,-5.458181E-05;0.1998813;0.006889422,-0.001417617;0.4997756;0.001948582,0.113642;0.3649507;0.01550566,0.1764976;0.09290698;-0.00550371,0.25151;-0.1648208;-0.08518761,-0.1157638;0.3665847;-0.002257868,-0.162099;0.0914458;-0.02574426,-0.2057139;-0.1746866;-0.101052,0.0729557;0.006693737;-0.03213504,0.117;-0.3702304;-0.05184008,0.1420474;-0.7053179;0.04608332,0.159067;-0.7545255;-0.01253815,-0.07036166;0.003553612;-0.03790262,-0.0810966;-0.3762925;-0.0366063,-0.0804062;-0.720138;0.02873776,-0.07332555;-0.7099937;-0.06901507,-0.0008053427;0.3998794;0.006461388,0;0;0,-0.02890868;0.1978861;-0.002316713,-0.07361803;0.4939125;-0.02060702,0.05902587;0.3774098;0.00114924,0.176964;0.1235743;0.00877288,0.2957634;-0.110755;-0.08805951,-0.1677661;0.3459561;-0.02209457,-0.1798506;0.0691542;-0.06252556,-0.1947678;-0.1925215;-0.161031,0.07355563;0.01865713;-0.02532746,0.1758948;-0.32021;-0.1635148,0.2248712;-0.6444556;-0.04117849,0.2306651;-0.6346996;-0.1389364,-0.06798033;-0.009108668;-0.04117896,-0.038187;-0.3878978;-0.04676143,9.256601E-05;-0.7284601;0.02431593,0.008802989;-0.7187346;-0.07321907,-0.05891643;0.3953977;-0.01173684,9.874059
+0;0;0,-5.458181E-05;0.1998813;0.006889422,-0.001417617;0.4997756;0.001948582,0.113642;0.3649507;0.01550566,0.1764976;0.09290698;-0.00550371,0.25151;-0.1648208;-0.08518761,-0.1157638;0.3665847;-0.002257868,-0.162099;0.0914458;-0.02574426,-0.2057139;-0.1746866;-0.101052,0.0729557;0.006693737;-0.03213504,0.117;-0.3702304;-0.05184008,0.1420474;-0.7053179;0.04608332,0.159067;-0.7545255;-0.01253815,-0.07036166;0.003553612;-0.03790262,-0.0810966;-0.3762925;-0.0366063,-0.0804062;-0.720138;0.02873776,-0.07332555;-0.7099937;-0.06901507,-0.0008053427;0.3998794;0.006461388,0;0;0,-0.02882506;0.1979008;-0.002096719,-0.07234965;0.4941058;-0.02034196,0.05973614;0.3774976;0.0008452069,0.1810621;0.1252245;0.007029945,0.299439;-0.1074848;-0.0941298,-0.1672135;0.3462553;-0.02172814,-0.1830328;0.0698286;-0.06341794,-0.1953766;-0.1914014;-0.1634504,0.07333188;0.01912016;-0.02562916,0.1741826;-0.3179338;-0.1692389,0.2191512;-0.6417522;-0.0442611,0.2247494;-0.632009;-0.1420278,-0.06807233;-0.009634394;-0.04090643,-0.0385027;-0.3884487;-0.04594383,-0.0002553016;-0.7290493;0.02496709,0.008190132;-0.7193187;-0.07259227,-0.05826247;0.3954992;-0.01149472,9.907404
+0;0;0,-0.004583843;0.1997674;0.008483067,-0.01310216;0.4995766;0.006302924,0.1053094;0.3677743;0.01583432,0.1707949;0.09719312;-0.01412324,0.2481611;-0.1570253;-0.1023699,-0.1244462;0.3649387;-0.002131332,-0.1671351;0.08988008;-0.03246974,-0.2117982;-0.1740291;-0.1146717,0.07314993;0.006987057;-0.031627,0.122061;-0.3690462;-0.05625801,0.1486223;-0.7042794;0.04076365,0.1663835;-0.7548609;-0.0157268,-0.07003741;0.003302879;-0.0385208,-0.07832104;-0.3766051;-0.03737856,-0.07382737;-0.7206079;0.02697881,-0.06671918;-0.7102235;-0.07082049,-0.01021832;0.399683;0.009903099,0;0;0,-0.02883662;0.1979012;-0.001882207,-0.07216031;0.4941393;-0.02006602,0.05987854;0.3775475;0.0005950416,0.1829574;0.126077;0.004362212,0.3015115;-0.1053365;-0.09952573,-0.1671315;0.3462645;-0.02139693,-0.1861801;0.07019281;-0.06407646,-0.1969178;-0.1899031;-0.1672016,0.07312559;0.01944994;-0.02596819,0.1728131;-0.3155914;-0.1749975,0.2125314;-0.6387028;-0.04646166,0.2179953;-0.6289725;-0.1442333,-0.06818272;-0.009978892;-0.04063912,-0.03874926;-0.388809;-0.045266,-0.00101424;-0.7295574;0.02520806,0.00721672;-0.7198114;-0.07237283,-0.05817684;0.395516;-0.01123964,9.94102
+0;0;0,-0.004583843;0.1997674;0.008483067,-0.01310216;0.4995766;0.006302924,0.1053094;0.3677743;0.01583432,0.1707949;0.09719312;-0.01412324,0.2481611;-0.1570253;-0.1023699,-0.1244462;0.3649387;-0.002131332,-0.1671351;0.08988008;-0.03246974,-0.2117982;-0.1740291;-0.1146717,0.07314993;0.006987057;-0.031627,0.122061;-0.3690462;-0.05625801,0.1486223;-0.7042794;0.04076365,0.1663835;-0.7548609;-0.0157268,-0.07003741;0.003302879;-0.0385208,-0.07832104;-0.3766051;-0.03737856,-0.07382737;-0.7206079;0.02697881,-0.06671918;-0.7102235;-0.07082049,-0.01021832;0.399683;0.009903099,0;0;0,-0.03149608;0.1974941;-0.00201661,-0.08546358;0.4920026;-0.01986856,0.05124412;0.3774177;-0.0003767293,0.1771901;0.1273546;0.002076295,0.2965824;-0.1018714;-0.1056313,-0.1748063;0.3419743;-0.02034299,-0.1904313;0.06604299;-0.06526253,-0.1999711;-0.1932764;-0.1704407,0.07269964;0.02042784;-0.02640956,0.170535;-0.3132263;-0.1797169,0.2066913;-0.636628;-0.05086036,0.2114848;-0.6268706;-0.1486727,-0.0683144;-0.01050537;-0.04028374,-0.03889342;-0.3893386;-0.04473279,-0.001987606;-0.7301701;0.02577848,0.005518212;-0.7204074;-0.07186431,-0.06709665;0.3940846;-0.0112247,9.963356
+0;0;0,-0.004583843;0.1997674;0.008483067,-0.01310216;0.4995766;0.006302924,0.1053094;0.3677743;0.01583432,0.1707949;0.09719312;-0.01412324,0.2481611;-0.1570253;-0.1023699,-0.1244462;0.3649387;-0.002131332,-0.1671351;0.08988008;-0.03246974,-0.2117982;-0.1740291;-0.1146717,0.07314993;0.006987057;-0.031627,0.122061;-0.3690462;-0.05625801,0.1486223;-0.7042794;0.04076365,0.1663835;-0.7548609;-0.0157268,-0.07003741;0.003302879;-0.0385208,-0.07832104;-0.3766051;-0.03737856,-0.07382737;-0.7206079;0.02697881,-0.06671918;-0.7102235;-0.07082049,-0.01021832;0.399683;0.009903099,0;0;0,-0.03393639;0.1970905;-0.001915904,-0.090277;0.491213;-0.01880218,0.04703709;0.3774146;-0.001272777,0.1754598;0.1286034;-0.000476827,0.295521;-0.09843469;-0.1120071,-0.1781455;0.3388487;-0.01869826,-0.1910464;0.06337488;-0.06715197,-0.1986024;-0.1951052;-0.1745343,0.07219992;0.02114286;-0.02720573,0.1693922;-0.3116479;-0.182782,0.2019508;-0.6345853;-0.05181882,0.2058706;-0.6248124;-0.1496733,-0.06842966;-0.01095849;-0.03996614,-0.03902;-0.3897951;-0.04419629,-0.002099596;-0.7306665;0.02611394,0.004472311;-0.720888;-0.07159943,-0.07154445;0.3933356;-0.01048899,9.996917
+0;0;0,-0.004828198;0.1997491;0.008774987,-0.01215746;0.4995871;0.006483752,0.1056693;0.3674143;0.01597045,0.1738421;0.09845415;-0.02161814,0.2535321;-0.1476779;-0.1287095,-0.123735;0.3645453;-0.003107981,-0.1678222;0.09036532;-0.03890789,-0.2092786;-0.1738757;-0.1217211,0.07339817;0.0070966;-0.03102172,0.1267354;-0.3678921;-0.06165816,0.1541707;-0.7033207;0.03444069,0.1730324;-0.7554852;-0.01934808,-0.06960332;0.003228621;-0.0393059,-0.07500578;-0.3767323;-0.03859137,-0.06755045;-0.7208742;0.02473881,-0.06006986;-0.7104825;-0.07303418,-0.009764344;0.3996834;0.01015875,0;0;0,-0.03603355;0.1967191;-0.001781255,-0.09539895;0.4902769;-0.01813068,0.04302847;0.3773477;-0.002122438,0.1749595;0.130379;-0.002936355,0.2956224;-0.09451219;-0.1181075,-0.1812092;0.3358198;-0.01752488,-0.1928056;0.06063879;-0.06793267,-0.1981511;-0.1967688;-0.1779906,0.07152767;0.02209586;-0.02820575,0.1677042;-0.3103972;-0.1850446,0.1974653;-0.6332645;-0.05324562,0.2006769;-0.6234828;-0.1511277,-0.06862427;-0.01166812;-0.03942795,-0.03921311;-0.3905047;-0.04365291,-0.002622455;-0.7314391;0.02652419,0.003192189;-0.7216485;-0.07123967,-0.07574111;0.392565;-0.0100105,10.01903
+0;0;0,-0.004828198;0.1997491;0.008774987,-0.01215746;0.4995871;0.006483752,0.1056693;0.3674143;0.01597045,0.1738421;0.09845415;-0.02161814,0.2535321;-0.1476779;-0.1287095,-0.123735;0.3645453;-0.003107981,-0.1678222;0.09036532;-0.03890789,-0.2092786;-0.1738757;-0.1217211,0.07339817;0.0070966;-0.03102172,0.1267354;-0.3678921;-0.06165816,0.1541707;-0.7033207;0.03444069,0.1730324;-0.7554852;-0.01934808,-0.06960332;0.003228621;-0.0393059,-0.07500578;-0.3767323;-0.03859137,-0.06755045;-0.7208742;0.02473881,-0.06006986;-0.7104825;-0.07303418,-0.009764344;0.3996834;0.01015875,0;0;0,-0.03603355;0.1967191;-0.001781255,-0.09539895;0.4902769;-0.01813068,0.04302847;0.3773477;-0.002122438,0.1749595;0.130379;-0.002936355,0.2956224;-0.09451219;-0.1181075,-0.1812092;0.3358198;-0.01752488,-0.1928056;0.06063879;-0.06793267,-0.1981511;-0.1967688;-0.1779906,0.07152767;0.02209586;-0.02820575,0.1677042;-0.3103972;-0.1850446,0.1974653;-0.6332645;-0.05324562,0.2006769;-0.6234828;-0.1511277,-0.06862427;-0.01166812;-0.03942795,-0.03921311;-0.3905047;-0.04365291,-0.002622455;-0.7314391;0.02652419,0.003192189;-0.7216485;-0.07123967,-0.07574111;0.392565;-0.0100105,10.04142
+0;0;0,-0.004828198;0.1997491;0.008774987,-0.01215746;0.4995871;0.006483752,0.1056693;0.3674143;0.01597045,0.1738421;0.09845415;-0.02161814,0.2535321;-0.1476779;-0.1287095,-0.123735;0.3645453;-0.003107981,-0.1678222;0.09036532;-0.03890789,-0.2092786;-0.1738757;-0.1217211,0.07339817;0.0070966;-0.03102172,0.1267354;-0.3678921;-0.06165816,0.1541707;-0.7033207;0.03444069,0.1730324;-0.7554852;-0.01934808,-0.06960332;0.003228621;-0.0393059,-0.07500578;-0.3767323;-0.03859137,-0.06755045;-0.7208742;0.02473881,-0.06006986;-0.7104825;-0.07303418,-0.009764344;0.3996834;0.01015875,0;0;0,-0.03598883;0.1967303;-0.001408692,-0.09404063;0.4905609;-0.01758171,0.04363874;0.3773069;-0.002460384,0.1775741;0.1314357;-0.00541184,0.2985591;-0.09244147;-0.1222093,-0.1805345;0.335755;-0.01696501,-0.1972456;0.06104776;-0.0685083,-0.2001989;-0.1956742;-0.1802452,0.07115217;0.0225375;-0.02879982,0.1666172;-0.3093952;-0.1872521,0.1949058;-0.6325523;-0.05583979,0.1978335;-0.6227573;-0.1537336,-0.06877849;-0.01215144;-0.03901105,-0.03912025;-0.3909678;-0.04331471,-0.002684735;-0.731903;0.02693979,0.002813913;-0.7220986;-0.07084519,-0.07515916;0.3926873;-0.009566524,10.07482
+0;0;0,-0.004592675;0.1997439;0.009016316,-0.01118558;0.4996004;0.006978011,0.1063222;0.3672383;0.01621339,0.1752306;0.09977156;-0.0297558,0.2604992;-0.142638;-0.1409622,-0.1232138;0.3652355;-0.002991891,-0.1675326;0.0922637;-0.04683502,-0.2056887;-0.1722416;-0.1303878,0.07362945;0.007109978;-0.03046561,0.1303314;-0.3669926;-0.06556717,0.1594084;-0.7025073;0.02974509,0.1790358;-0.7510543;-0.0289503,-0.06940496;0.003176593;-0.0396593,-0.07154771;-0.376817;-0.03918707,-0.06134394;-0.7210196;0.02342622,-0.0537962;-0.7106099;-0.07434522,-0.009069741;0.3996877;0.01057917,0;0;0,-0.0359347;0.1967428;-0.0009792125,-0.09351829;0.4906844;-0.01684022,0.04394609;0.377579;-0.00231761,0.1793146;0.1325612;-0.008772013,0.3008417;-0.08972016;-0.1280287,-0.1801671;0.3355945;-0.01630664,-0.2000301;0.06123066;-0.06855562,-0.201016;-0.1945536;-0.1824566,0.07072649;0.022934;-0.02952618,0.1660995;-0.3088168;-0.1884143,0.1921476;-0.6321237;-0.05690715,0.1948977;-0.6222871;-0.1548146,-0.06895444;-0.01263002;-0.03854566,-0.03897074;-0.3914212;-0.04281632,-0.002902534;-0.7324368;0.02723649,0.002382552;-0.7225904;-0.07056895,-0.07490407;0.3927457;-0.008996769,10.09734
+0;0;0,-0.004592675;0.1997439;0.009016316,-0.01118558;0.4996004;0.006978011,0.1063222;0.3672383;0.01621339,0.1752306;0.09977156;-0.0297558,0.2604992;-0.142638;-0.1409622,-0.1232138;0.3652355;-0.002991891,-0.1675326;0.0922637;-0.04683502,-0.2056887;-0.1722416;-0.1303878,0.07362945;0.007109978;-0.03046561,0.1303314;-0.3669926;-0.06556717,0.1594084;-0.7025073;0.02974509,0.1790358;-0.7510543;-0.0289503,-0.06940496;0.003176593;-0.0396593,-0.07154771;-0.376817;-0.03918707,-0.06134394;-0.7210196;0.02342622,-0.0537962;-0.7106099;-0.07434522,-0.009069741;0.3996877;0.01057917,0;0;0,-0.03524271;0.1968698;0.0004711518,-0.09203021;0.4909967;-0.01476777,0.04533405;0.3778367;-0.0003814008,0.1800794;0.1326187;-0.01095731,0.3021407;-0.08824424;-0.1322857,-0.1785814;0.3354461;-0.01373795,-0.1985318;0.06139192;-0.06755524,-0.1982064;-0.1926214;-0.1853564,0.07020857;0.02323722;-0.03050881,0.167558;-0.3077454;-0.1897997,0.1916498;-0.6310078;-0.0578108,0.1941146;-0.6210418;-0.1557524,-0.0693646;-0.01371312;-0.03742328,-0.03721881;-0.3923394;-0.04039078,-0.001463532;-0.7333776;0.02971259,0.003500835;-0.7234024;-0.06813609,-0.07351384;0.3930302;-0.007039985,10.11987
+0;0;0,-0.004592675;0.1997439;0.009016316,-0.01118558;0.4996004;0.006978011,0.1063222;0.3672383;0.01621339,0.1752306;0.09977156;-0.0297558,0.2604992;-0.142638;-0.1409622,-0.1232138;0.3652355;-0.002991891,-0.1675326;0.0922637;-0.04683502,-0.2056887;-0.1722416;-0.1303878,0.07362945;0.007109978;-0.03046561,0.1303314;-0.3669926;-0.06556717,0.1594084;-0.7025073;0.02974509,0.1790358;-0.7510543;-0.0289503,-0.06940496;0.003176593;-0.0396593,-0.07154771;-0.376817;-0.03918707,-0.06134394;-0.7210196;0.02342622,-0.0537962;-0.7106099;-0.07434522,-0.009069741;0.3996877;0.01057917,0;0;0,-0.03658668;0.1966212;0.001230214,-0.09441056;0.4906452;-0.01203327,0.04350979;0.3774933;-7.369602E-05,0.1818631;0.1343593;-0.01208167,0.3048425;-0.08513197;-0.1349624,-0.1797487;0.3338096;-0.01174655,-0.2010056;0.06031165;-0.06784473,-0.1990945;-0.1923849;-0.18843,0.06980073;0.02367735;-0.03110049,0.1679833;-0.307418;-0.1896441,0.1907458;-0.6311136;-0.05848399,0.1925873;-0.6210279;-0.1564637,-0.06961371;-0.01459548;-0.03661833,-0.03653583;-0.3931479;-0.03860062,-0.0008466542;-0.7342296;0.03132479,0.003469407;-0.7241322;-0.06657954,-0.07541759;0.3927155;-0.005029534,10.1534
+0;0;0,-0.005662035;0.1996914;0.009555082,-0.0139129;0.4995125;0.008465474,0.1042665;0.367467;0.01667093,0.1751118;0.1021228;-0.03785846,0.263795;-0.1357987;-0.155878,-0.1252561;0.3653769;-0.003439027,-0.16809;0.09340572;-0.05439894,-0.2050061;-0.1702386;-0.141168,0.07368903;0.007505263;-0.03022579,0.13197;-0.3660131;-0.06879206,0.1630046;-0.7014624;0.026132,0.18496;-0.747493;-0.03500168,-0.06930582;0.002765253;-0.03986296,-0.06924259;-0.3772339;-0.04068124,-0.05707075;-0.7215261;0.02108183,-0.04922796;-0.7110503;-0.07667962,-0.01124542;0.3996015;0.01173468,0;0;0,-0.03750837;0.1964455;0.001511662,-0.09690043;0.4901994;-0.0108191,0.04160824;0.37682;-0.0006745537,0.1830486;0.1355976;-0.01503935,0.3065082;-0.08176084;-0.1411863,-0.1779022;0.3269727;-0.007325248,-0.1881978;0.05527842;-0.07422974,-0.1853474;-0.1953561;-0.1990265,0.06952009;0.02401057;-0.03147141,0.1672609;-0.3060124;-0.1925043,0.1891669;-0.6299334;-0.06175528,0.1889262;-0.619931;-0.1597351,-0.06961869;-0.01544474;-0.03625875,-0.03666506;-0.3940091;-0.03799898,-0.001027815;-0.735141;0.03170802,0.001187487;-0.7251383;-0.06624708,-0.07733;0.3923585;-0.004173846,10.1869
+0;0;0,-0.005662035;0.1996914;0.009555082,-0.0139129;0.4995125;0.008465474,0.1042665;0.367467;0.01667093,0.1751118;0.1021228;-0.03785846,0.263795;-0.1357987;-0.155878,-0.1252561;0.3653769;-0.003439027,-0.16809;0.09340572;-0.05439894,-0.2050061;-0.1702386;-0.141168,0.07368903;0.007505263;-0.03022579,0.13197;-0.3660131;-0.06879206,0.1630046;-0.7014624;0.026132,0.18496;-0.747493;-0.03500168,-0.06930582;0.002765253;-0.03986296,-0.06924259;-0.3772339;-0.04068124,-0.05707075;-0.7215261;0.02108183,-0.04922796;-0.7110503;-0.07667962,-0.01124542;0.3996015;0.01173468,0;0;0,-0.03842775;0.1962651;0.001820327,-0.09795841;0.4900216;-0.009718839,0.04067734;0.3776307;-7.998548E-05,0.1838679;0.1377466;-0.01884301,0.3074351;-0.07963575;-0.1448433,-0.1787357;0.3264428;-0.006858706,-0.1916782;0.05499926;-0.07431898,-0.1878244;-0.1953839;-0.1995923,0.06942161;0.02424924;-0.03150577,0.1675626;-0.3052055;-0.1934561,0.1889494;-0.6293086;-0.06307273,0.1887184;-0.6192368;-0.1610667,-0.06965913;-0.0160134;-0.03593294,-0.03569865;-0.3944906;-0.03723866,-0.0001042038;-0.7356202;0.03250094,0.002110279;-0.7255508;-0.06546777,-0.07839574;0.3921639;-0.00330318,10.22032
+0;0;0,-0.005662035;0.1996914;0.009555082,-0.0139129;0.4995125;0.008465474,0.1042665;0.367467;0.01667093,0.1751118;0.1021228;-0.03785846,0.263795;-0.1357987;-0.155878,-0.1252561;0.3653769;-0.003439027,-0.16809;0.09340572;-0.05439894,-0.2050061;-0.1702386;-0.141168,0.07368903;0.007505263;-0.03022579,0.13197;-0.3660131;-0.06879206,0.1630046;-0.7014624;0.026132,0.18496;-0.747493;-0.03500168,-0.06930582;0.002765253;-0.03986296,-0.06924259;-0.3772339;-0.04068124,-0.05707075;-0.7215261;0.02108183,-0.04922796;-0.7110503;-0.07667962,-0.01124542;0.3996015;0.01173468,0;0;0,-0.04313557;0.195274;0.002721091,-0.1148439;0.4864624;-0.003926261,0.0286106;0.376684;0.0004229968,0.1754455;0.1392685;-0.0213352,0.2991566;-0.07690628;-0.1492571,-0.1870402;0.3181951;-0.00502897,-0.1983625;0.04739919;-0.07532395,-0.1930013;-0.2026337;-0.2012397,0.06906622;0.02482496;-0.03183674,0.168576;-0.3040797;-0.1940698,0.1893056;-0.628475;-0.06430866,0.1884286;-0.6181539;-0.1623493,-0.06962309;-0.01694374;-0.03557435,-0.03458109;-0.3953244;-0.03589706,0.0006384924;-0.7365071;0.03377369,0.002200108;-0.7261825;-0.06425916,-0.09070048;0.3895233;0.0005340159,10.24244
+0;0;0,-0.005814305;0.1996876;0.009542752,-0.01403509;0.4995087;0.008348785,0.1042225;0.3679371;0.01690183,0.1747467;0.1050517;-0.0488069,0.2671241;-0.1283651;-0.1728352,-0.1253643;0.3654498;-0.004071994,-0.1678609;0.09481657;-0.06196581,-0.2032363;-0.1676907;-0.1527322,0.07386319;0.007901867;-0.02969493,0.1342548;-0.3647141;-0.07340054,0.1685627;-0.7004282;0.01943787,0.1909769;-0.7530202;-0.03229402,-0.06894469;0.002449311;-0.0405047,-0.06735715;-0.377544;-0.04209637,-0.05277951;-0.721887;0.01885772,-0.0446721;-0.711417;-0.07888096,-0.01140668;0.3995982;0.01166148,0;0;0,-0.04533942;0.1947625;0.003450867,-0.1181181;0.4857049;-0.002023462,0.02544502;0.3772776;0.001402391,0.173793;0.1412017;-0.0243089,0.2984377;-0.07326347;-0.1541872,-0.1891245;0.3158114;-0.003479889,-0.1996446;0.04603666;-0.07771531,-0.1919768;-0.2035956;-0.2043049,0.06861462;0.02537644;-0.03237389,0.1688449;-0.3032529;-0.1947212,0.1898506;-0.6278417;-0.06548916,0.1885974;-0.6174337;-0.1635431,-0.06967752;-0.0175414;-0.03517587,-0.0338677;-0.3958499;-0.03460545,0.0009410456;-0.7370792;0.0350431,0.002132433;-0.7266718;-0.06301153,-0.09400291;0.3887478;0.002193093,10.27605
+0;0;0,-0.005814305;0.1996876;0.009542752,-0.01403509;0.4995087;0.008348785,0.1042225;0.3679371;0.01690183,0.1747467;0.1050517;-0.0488069,0.2671241;-0.1283651;-0.1728352,-0.1253643;0.3654498;-0.004071994,-0.1678609;0.09481657;-0.06196581,-0.2032363;-0.1676907;-0.1527322,0.07386319;0.007901867;-0.02969493,0.1342548;-0.3647141;-0.07340054,0.1685627;-0.7004282;0.01943787,0.1909769;-0.7530202;-0.03229402,-0.06894469;0.002449311;-0.0405047,-0.06735715;-0.377544;-0.04209637,-0.05277951;-0.721887;0.01885772,-0.0446721;-0.711417;-0.07888096,-0.01140668;0.3995982;0.01166148,0;0;0,-0.04533942;0.1947625;0.003450867,-0.1181181;0.4857049;-0.002023462,0.02544502;0.3772776;0.001402391,0.173793;0.1412017;-0.0243089,0.2984377;-0.07326347;-0.1541872,-0.1891245;0.3158114;-0.003479889,-0.1996446;0.04603666;-0.07771531,-0.1919768;-0.2035956;-0.2043049,0.06861462;0.02537644;-0.03237389,0.1688449;-0.3032529;-0.1947212,0.1898506;-0.6278417;-0.06548916,0.1885974;-0.6174337;-0.1635431,-0.06967752;-0.0175414;-0.03517587,-0.0338677;-0.3958499;-0.03460545,0.0009410456;-0.7370792;0.0350431,0.002132433;-0.7266718;-0.06301153,-0.09400291;0.3887478;0.002193093,10.29832
+0;0;0,-0.005814305;0.1996876;0.009542752,-0.01403509;0.4995087;0.008348785,0.1042225;0.3679371;0.01690183,0.1747467;0.1050517;-0.0488069,0.2671241;-0.1283651;-0.1728352,-0.1253643;0.3654498;-0.004071994,-0.1678609;0.09481657;-0.06196581,-0.2032363;-0.1676907;-0.1527322,0.07386319;0.007901867;-0.02969493,0.1342548;-0.3647141;-0.07340054,0.1685627;-0.7004282;0.01943787,0.1909769;-0.7530202;-0.03229402,-0.06894469;0.002449311;-0.0405047,-0.06735715;-0.377544;-0.04209637,-0.05277951;-0.721887;0.01885772,-0.0446721;-0.711417;-0.07888096,-0.01140668;0.3995982;0.01166148,0;0;0,-0.04456925;0.1949294;0.004013306,-0.1151426;0.4864043;-0.001618318,0.02705634;0.3776548;0.002513852,0.174243;0.1413098;-0.02710244,0.299424;-0.07023747;-0.1611826,-0.1880537;0.3169021;-0.00306092,-0.2025593;0.04771832;-0.07875562,-0.1930412;-0.2011834;-0.2066514,0.06853466;0.02554676;-0.03240931,0.1709919;-0.3019207;-0.1957114,0.192388;-0.6269698;-0.06770639,0.1913546;-0.6165056;-0.1657742,-0.06972517;-0.01804035;-0.03482739,-0.03143197;-0.396098;-0.03235892,0.00230138;-0.7374667;0.03713541,0.003729062;-0.7269995;-0.06092801,-0.09239423;0.3891229;0.002720846,10.32117
+0;0;0,-0.006529991;0.1996517;0.009827012,-0.01582089;0.4994431;0.00909498,0.1029022;0.3681885;0.01681895,0.1764934;0.1089593;-0.05923764,0.2683891;-0.1198288;-0.1919446,-0.1265653;0.3653868;-0.00508095,-0.16841;0.09598747;-0.06890108,-0.2041851;-0.1619355;-0.1718373,0.07397347;0.007956895;-0.02940431,0.135127;-0.3636471;-0.08010646,0.1733441;-0.6985933;0.01397091,0.1948385;-0.7501624;-0.03973633,-0.06887513;0.002310646;-0.04063099,-0.06543145;-0.377665;-0.04320139,-0.04774461;-0.7219651;0.01716967,-0.03934321;-0.7114543;-0.08055232,-0.01284058;0.3995374;0.01225194,0;0;0,-0.04521168;0.194773;0.004401248,-0.1154273;0.4863402;-0.0009314516,0.0267972;0.377916;0.002815147,0.1740921;0.1419577;-0.02924565,0.3019003;-0.06664337;-0.1654465,-0.1883713;0.3169077;-0.002885178,-0.2049684;0.04822284;-0.07991089,-0.1945464;-0.1973652;-0.2139925,0.06833259;0.02583258;-0.03260881,0.1731686;-0.2997924;-0.1980711,0.1939683;-0.6244787;-0.06905104,0.192932;-0.6139745;-0.1671267,-0.06972706;-0.01858575;-0.03453559,-0.03047403;-0.3965392;-0.0313149,0.002840772;-0.7379488;0.03818077,0.004283499;-0.7274348;-0.05989174,-0.09268361;0.3890545;0.003336697,10.35423
+0;0;0,-0.006529991;0.1996517;0.009827012,-0.01582089;0.4994431;0.00909498,0.1029022;0.3681885;0.01681895,0.1764934;0.1089593;-0.05923764,0.2683891;-0.1198288;-0.1919446,-0.1265653;0.3653868;-0.00508095,-0.16841;0.09598747;-0.06890108,-0.2041851;-0.1619355;-0.1718373,0.07397347;0.007956895;-0.02940431,0.135127;-0.3636471;-0.08010646,0.1733441;-0.6985933;0.01397091,0.1948385;-0.7501624;-0.03973633,-0.06887513;0.002310646;-0.04063099,-0.06543145;-0.377665;-0.04320139,-0.04774461;-0.7219651;0.01716967,-0.03934321;-0.7114543;-0.08055232,-0.01284058;0.3995374;0.01225194,0;0;0,-0.04900558;0.1938275;0.00541778,-0.1256546;0.4838139;0.002743577,0.0193114;0.3779025;0.002720397,0.1766066;0.1485093;-0.02948178,0.3048171;-0.05786675;-0.1686615,-0.1929061;0.3110951;-0.0002177553,-0.2018228;0.04419729;-0.08439634,-0.1900463;-0.1986686;-0.2232396,0.06793094;0.02652251;-0.03289289,0.1763183;-0.2976193;-0.1989779,0.197087;-0.6222278;-0.06975712,0.1947287;-0.6116455;-0.1678254,-0.06966793;-0.0198274;-0.03395959,-0.0282145;-0.3975383;-0.0299458,0.004798438;-0.7389712;0.03957883,0.004942716;-0.7283844;-0.05851862,-0.1002871;0.3871403;0.00601565,10.38793
+0;0;0,-0.006529991;0.1996517;0.009827012,-0.01582089;0.4994431;0.00909498,0.1029022;0.3681885;0.01681895,0.1764934;0.1089593;-0.05923764,0.2683891;-0.1198288;-0.1919446,-0.1265653;0.3653868;-0.00508095,-0.16841;0.09598747;-0.06890108,-0.2041851;-0.1619355;-0.1718373,0.07397347;0.007956895;-0.02940431,0.135127;-0.3636471;-0.08010646,0.1733441;-0.6985933;0.01397091,0.1948385;-0.7501624;-0.03973633,-0.06887513;0.002310646;-0.04063099,-0.06543145;-0.377665;-0.04320139,-0.04774461;-0.7219651;0.01716967,-0.03934321;-0.7114543;-0.08055232,-0.01284058;0.3995374;0.01225194,0;0;0,-0.0509368;0.193302;0.00630612,-0.1289503;0.4829301;0.004802209,0.01627535;0.3771263;0.002389449,0.1790895;0.1516557;-0.03008432,0.3081173;-0.04652752;-0.1800018,-0.1945123;0.3087029;0.00104341,-0.2034603;0.043764;-0.08910809,-0.1887459;-0.1985094;-0.2287042,0.06759725;0.02712541;-0.03308811,0.1799783;-0.2946867;-0.2010388,0.2010808;-0.6191055;-0.07139646,0.198013;-0.6084768;-0.1694543,-0.0695952;-0.02100912;-0.03339349,-0.02589707;-0.398459;-0.02869992,0.006382987;-0.7399188;0.04103701,0.005858379;-0.729285;-0.05706844,-0.1032511;0.3863335;0.007743008,10.42138
+0;0;0,-0.007202367;0.1996166;0.01006739,-0.01744189;0.4993778;0.009709406,0.1016004;0.3680518;0.01631848,0.1781969;0.1119215;-0.06692971,0.2683534;-0.1083586;-0.2144035,-0.1275162;0.3649487;-0.006161873,-0.1674978;0.09674075;-0.07591817,-0.20226;-0.1551517;-0.1931435,0.07418272;0.008050212;-0.02884645,0.1361473;-0.3619951;-0.08906957,0.178641;-0.6962517;0.005623825,0.1996498;-0.741231;-0.05711965,-0.06858775;0.002190449;-0.04112083,-0.06344049;-0.3777549;-0.04500052,-0.04270397;-0.7220808;0.01424181,-0.03411645;-0.7115375;-0.08347048,-0.01415624;0.3994778;0.01273961,0;0;0,-0.05322745;0.1926709;0.006690975,-0.1363347;0.4808816;0.005877842,0.01073318;0.3763295;0.001675547,0.1787495;0.1548796;-0.03194632,0.309449;-0.04449371;-0.1788066,-0.19895;0.3059043;0.002017295,-0.2054283;0.04226226;-0.09206191,-0.1876281;-0.1986226;-0.2336868,0.0673006;0.02772052;-0.03319942,0.1827207;-0.2917864;-0.2034742,0.2028044;-0.6156878;-0.07238434,0.1990259;-0.6050745;-0.1704143,-0.06931955;-0.02212091;-0.03324854,-0.02450341;-0.3994225;-0.02733333,0.006807026;-0.7409602;0.04246387,0.00559198;-0.730343;-0.05563216,-0.1087673;0.384795;0.008600899,10.44355
+0;0;0,-0.007202367;0.1996166;0.01006739,-0.01744189;0.4993778;0.009709406,0.1016004;0.3680518;0.01631848,0.1781969;0.1119215;-0.06692971,0.2683534;-0.1083586;-0.2144035,-0.1275162;0.3649487;-0.006161873,-0.1674978;0.09674075;-0.07591817,-0.20226;-0.1551517;-0.1931435,0.07418272;0.008050212;-0.02884645,0.1361473;-0.3619951;-0.08906957,0.178641;-0.6962517;0.005623825,0.1996498;-0.741231;-0.05711965,-0.06858775;0.002190449;-0.04112083,-0.06344049;-0.3777549;-0.04500052,-0.04270397;-0.7220808;0.01424181,-0.03411645;-0.7115375;-0.08347048,-0.01415624;0.3994778;0.01273961,0;0;0,-0.05322745;0.1926709;0.006690975,-0.1363347;0.4808816;0.005877842,0.01073318;0.3763295;0.001675547,0.1787495;0.1548796;-0.03194632,0.309449;-0.04449371;-0.1788066,-0.19895;0.3059043;0.002017295,-0.2054283;0.04226226;-0.09206191,-0.1876281;-0.1986226;-0.2336868,0.0673006;0.02772052;-0.03319942,0.1827207;-0.2917864;-0.2034742,0.2028044;-0.6156878;-0.07238434,0.1990259;-0.6050745;-0.1704143,-0.06931955;-0.02212091;-0.03324854,-0.02450341;-0.3994225;-0.02733333,0.006807026;-0.7409602;0.04246387,0.00559198;-0.730343;-0.05563216,-0.1087673;0.384795;0.008600899,10.46604
+0;0;0,-0.007202367;0.1996166;0.01006739,-0.01744189;0.4993778;0.009709406,0.1016004;0.3680518;0.01631848,0.1781969;0.1119215;-0.06692971,0.2683534;-0.1083586;-0.2144035,-0.1275162;0.3649487;-0.006161873,-0.1674978;0.09674075;-0.07591817,-0.20226;-0.1551517;-0.1931435,0.07418272;0.008050212;-0.02884645,0.1361473;-0.3619951;-0.08906957,0.178641;-0.6962517;0.005623825,0.1996498;-0.741231;-0.05711965,-0.06858775;0.002190449;-0.04112083,-0.06344049;-0.3777549;-0.04500052,-0.04270397;-0.7220808;0.01424181,-0.03411645;-0.7115375;-0.08347048,-0.01415624;0.3994778;0.01273961,0;0;0,-0.05554406;0.1920031;0.007049299,-0.1426285;0.4790371;0.006841212,0.005867764;0.3766633;0.002765161,0.1729466;0.1550029;-0.03399511,0.305692;-0.04069032;-0.1839378,-0.2027116;0.3031135;0.002034964,-0.2117208;0.04008275;-0.09353516,-0.1924459;-0.2002804;-0.2358519,0.06715263;0.02809636;-0.03318312,0.1864373;-0.2884661;-0.2062709,0.2040537;-0.6119845;-0.07388698,0.200406;-0.6013052;-0.171935,-0.06914196;-0.02276856;-0.03318105,-0.02284272;-0.3998787;-0.02652371,0.007130764;-0.7414675;0.04360972,0.006058143;-0.7307817;-0.0545015,-0.1137639;0.3833274;0.009386722,10.49961
+0;0;0,-0.00721551;0.1996314;0.00975922,-0.01734082;0.4993955;0.008927854,0.1018081;0.3685312;0.01412359,0.1753718;0.1147488;-0.07852031,0.2658337;-0.1025707;-0.2301411,-0.1271749;0.3646525;-0.007932758,-0.1657368;0.09766901;-0.08298467,-0.198527;-0.1514548;-0.2065247,0.07440334;0.008157485;-0.0282418,0.1395702;-0.3586725;-0.1030018,0.1859185;-0.6931137;-0.01080143,0.2074572;-0.7450283;-0.06396241,-0.06832887;0.002012338;-0.04155858,-0.06195502;-0.3778945;-0.0470524,-0.03742778;-0.7222983;0.01025773,-0.02903681;-0.7117863;-0.08746539,-0.01411;0.3994986;0.01211891,0;0;0,-0.05691096;0.191583;0.00755514,-0.1474667;0.4775419;0.00787368,0.002333738;0.3762689;0.003287308,0.1709832;0.1561576;-0.03555066,0.305078;-0.03786775;-0.186457,-0.2056373;0.3013586;0.002444894,-0.2154369;0.03874546;-0.09419014,-0.1968825;-0.1950721;-0.2471119,0.06684594;0.02878297;-0.03321386,0.1885309;-0.2854156;-0.2089182,0.2084883;-0.6090358;-0.07711664,0.2046859;-0.5983968;-0.1751508,-0.06866878;-0.02392068;-0.03335264,-0.02316774;-0.4011168;-0.02608832,0.005555654;-0.7427123;0.04453386,0.004388906;-0.731978;-0.05358582,-0.1173177;0.3822238;0.01022077,10.53326
+0;0;0,-0.00721551;0.1996314;0.00975922,-0.01734082;0.4993955;0.008927854,0.1018081;0.3685312;0.01412359,0.1753718;0.1147488;-0.07852031,0.2658337;-0.1025707;-0.2301411,-0.1271749;0.3646525;-0.007932758,-0.1657368;0.09766901;-0.08298467,-0.198527;-0.1514548;-0.2065247,0.07440334;0.008157485;-0.0282418,0.1395702;-0.3586725;-0.1030018,0.1859185;-0.6931137;-0.01080143,0.2074572;-0.7450283;-0.06396241,-0.06832887;0.002012338;-0.04155858,-0.06195502;-0.3778945;-0.0470524,-0.03742778;-0.7222983;0.01025773,-0.02903681;-0.7117863;-0.08746539,-0.01411;0.3994986;0.01211891,0;0;0,-0.05827145;0.1911604;0.007882327,-0.1509154;0.4764488;0.00849501,-0.00049752;0.375681;0.003545728,0.1704152;0.1577282;-0.03750798,0.3062825;-0.03381827;-0.1899876,-0.2080784;0.3000113;0.003258843,-0.216011;0.03820595;-0.0957111,-0.1966214;-0.19245;-0.2532606,0.06645085;0.02928926;-0.03356224,0.1906286;-0.2836926;-0.2096936,0.208141;-0.606866;-0.07645606,0.2040806;-0.5962173;-0.1744818,-0.06860762;-0.02447519;-0.03307505,-0.02237022;-0.4015897;-0.02623674,0.004759137;-0.7431338;0.0452585,0.00333892;-0.7323972;-0.05285831,-0.120148;0.3813263;0.0107492,10.55534
+0;0;0,-0.00721551;0.1996314;0.00975922,-0.01734082;0.4993955;0.008927854,0.1018081;0.3685312;0.01412359,0.1753718;0.1147488;-0.07852031,0.2658337;-0.1025707;-0.2301411,-0.1271749;0.3646525;-0.007932758,-0.1657368;0.09766901;-0.08298467,-0.198527;-0.1514548;-0.2065247,0.07440334;0.008157485;-0.0282418,0.1395702;-0.3586725;-0.1030018,0.1859185;-0.6931137;-0.01080143,0.2074572;-0.7450283;-0.06396241,-0.06832887;0.002012338;-0.04155858,-0.06195502;-0.3778945;-0.0470524,-0.03742778;-0.7222983;0.01025773,-0.02903681;-0.7117863;-0.08746539,-0.01411;0.3994986;0.01211891,0;0;0,-0.05946817;0.1907683;0.008426283,-0.153661;0.4755482;0.009496162,-0.002764009;0.3751285;0.004040393,0.1700048;0.1590183;-0.0389399,0.306595;-0.02955636;-0.1944478,-0.2099803;0.2988728;0.00425765,-0.2168793;0.03756827;-0.09610335,-0.1962077;-0.1911082;-0.2563524,0.0661862;0.02982725;-0.03361131,0.1925163;-0.2813627;-0.2113796,0.2105401;-0.6045126;-0.07815321,0.2061965;-0.5938691;-0.1761657,-0.06842227;-0.02524018;-0.03288353,-0.02175106;-0.4023021;-0.02609366,0.003728921;-0.7437869;0.04628651,0.002062119;-0.7330269;-0.05183101,-0.1224024;0.3805822;0.01158448,10.58893
+0;0;0,-0.007380696;0.1996429;0.009394883,-0.01770712;0.499398;0.008026629,0.1015752;0.3687621;0.01205745,0.1735003;0.1174331;-0.08824468,0.2621028;-0.09204742;-0.2515466,-0.1268103;0.3636657;-0.01057827,-0.1671885;0.09820947;-0.08996706,-0.1968369;-0.1462313;-0.2232701,0.0745781;0.008385489;-0.02770902,0.1434104;-0.3532366;-0.1220042,0.191318;-0.6872284;-0.02897541,0.2144822;-0.7412843;-0.07794511,-0.06819327;0.001687402;-0.0417951,-0.05997922;-0.3781545;-0.04905201,-0.03280878;-0.722609;0.006740723,-0.02432545;-0.7121313;-0.0909676,-0.01441699;0.399509;0.01139902,0;0;0,-0.06093281;0.1902841;0.008897309,-0.157002;0.4744362;0.01008312,-0.005412176;0.3741034;0.004252769,0.1691962;0.1597066;-0.03985978,0.3072138;-0.02766693;-0.1955592,-0.2123797;0.2977369;0.005128336,-0.218792;0.03689674;-0.0964653,-0.1964873;-0.1903278;-0.2585502,0.06578976;0.0306952;-0.0336082,0.1955482;-0.2773932;-0.2142855,0.2114367;-0.6008052;-0.0814237,0.206822;-0.5901862;-0.179419,-0.06780816;-0.02656914;-0.0331079,-0.0232403;-0.403879;-0.02596504,0.0005098823;-0.7453221;0.04719596,-0.00140908;-0.7345608;-0.05091719,-0.1250219;0.3797099;0.01213182,10.62225
+0;0;0,-0.007380696;0.1996429;0.009394883,-0.01770712;0.499398;0.008026629,0.1015752;0.3687621;0.01205745,0.1735003;0.1174331;-0.08824468,0.2621028;-0.09204742;-0.2515466,-0.1268103;0.3636657;-0.01057827,-0.1671885;0.09820947;-0.08996706,-0.1968369;-0.1462313;-0.2232701,0.0745781;0.008385489;-0.02770902,0.1434104;-0.3532366;-0.1220042,0.191318;-0.6872284;-0.02897541,0.2144822;-0.7412843;-0.07794511,-0.06819327;0.001687402;-0.0417951,-0.05997922;-0.3781545;-0.04905201,-0.03280878;-0.722609;0.006740723,-0.02432545;-0.7121313;-0.0909676,-0.01441699;0.399509;0.01139902,0;0;0,-0.06222216;0.1898453;0.009335852,-0.1600724;0.4733887;0.01069183,-0.008067861;0.371923;0.00275129,0.1740067;0.1636318;-0.04041821,0.3133355;-0.02048746;-0.1988089,-0.2146293;0.2966815;0.006023758,-0.2199881;0.03602737;-0.09610707,-0.1952374;-0.1891203;-0.2607155,0.06542826;0.03150235;-0.03356702,0.1967485;-0.2749727;-0.2158526,0.2106195;-0.5983467;-0.08267292,0.2052503;-0.5877991;-0.1806156,-0.06736828;-0.02762446;-0.03314217,-0.02449356;-0.4051251;-0.02572488,-0.001899334;-0.7465235;0.04800841,-0.004569458;-0.7358342;-0.05007303,-0.1274546;0.3788787;0.01267237,10.64466
+0;0;0,-0.007380696;0.1996429;0.009394883,-0.01770712;0.499398;0.008026629,0.1015752;0.3687621;0.01205745,0.1735003;0.1174331;-0.08824468,0.2621028;-0.09204742;-0.2515466,-0.1268103;0.3636657;-0.01057827,-0.1671885;0.09820947;-0.08996706,-0.1968369;-0.1462313;-0.2232701,0.0745781;0.008385489;-0.02770902,0.1434104;-0.3532366;-0.1220042,0.191318;-0.6872284;-0.02897541,0.2144822;-0.7412843;-0.07794511,-0.06819327;0.001687402;-0.0417951,-0.05997922;-0.3781545;-0.04905201,-0.03280878;-0.722609;0.006740723,-0.02432545;-0.7121313;-0.0909676,-0.01441699;0.399509;0.01139902,0;0;0,-0.06222216;0.1898453;0.009335852,-0.1600724;0.4733887;0.01069183,-0.008067861;0.371923;0.00275129,0.1740067;0.1636318;-0.04041821,0.3133355;-0.02048746;-0.1988089,-0.2146293;0.2966815;0.006023758,-0.2199881;0.03602737;-0.09610707,-0.1952374;-0.1891203;-0.2607155,0.06542826;0.03150235;-0.03356702,0.1967485;-0.2749727;-0.2158526,0.2106195;-0.5983467;-0.08267292,0.2052503;-0.5877991;-0.1806156,-0.06736828;-0.02762446;-0.03314217,-0.02449356;-0.4051251;-0.02572488,-0.001899334;-0.7465235;0.04800841,-0.004569458;-0.7358342;-0.05007303,-0.1274546;0.3788787;0.01267237,10.66718
+0;0;0,-0.007272818;0.1996724;0.008835146,-0.01740268;0.4994293;0.006657829,0.1015361;0.3678951;0.01291156,0.1838179;0.1243903;-0.09815204,0.274379;-0.08262697;-0.2635078,-0.1265268;0.3641356;-0.01261656,-0.1638844;0.1006331;-0.09962735,-0.1908744;-0.1415804;-0.2374829,0.0746432;0.008696272;-0.0274366,0.1501566;-0.34593;-0.1411816,0.1969273;-0.6785539;-0.04282588,0.2208875;-0.7169192;-0.1117614,-0.06824415;0.001241783;-0.04172761,-0.05657015;-0.3784553;-0.05141431,-0.02681168;-0.7229764;0.002619807,-0.01718062;-0.7125584;-0.09497011,-0.01418472;0.3995475;0.01030173,0;0;0,-0.06525821;0.1888085;0.00962852,-0.1736641;0.468481;0.01178053,-0.01794697;0.3694027;0.0001318054,0.1750918;0.1706597;-0.0403311,0.3151942;-0.0135749;-0.1979031,-0.2227291;0.2915124;0.009476265,-0.2136455;0.03410202;-0.1003299,-0.1877864;-0.1893437;-0.2670732,0.06505609;0.03227179;-0.03355944,0.1973304;-0.2733434;-0.2165971,0.2098023;-0.5966706;-0.08316547,0.202332;-0.5863906;-0.1809168,-0.06686261;-0.02875336;-0.03320595,-0.02538472;-0.4063998;-0.02528256,-0.003992589;-0.7478082;0.04876214,-0.008768405;-0.7373926;-0.04918501,-0.1370524;0.3754391;0.01345326,10.70045
+0;0;0,-0.007272818;0.1996724;0.008835146,-0.01740268;0.4994293;0.006657829,0.1015361;0.3678951;0.01291156,0.1838179;0.1243903;-0.09815204,0.274379;-0.08262697;-0.2635078,-0.1265268;0.3641356;-0.01261656,-0.1638844;0.1006331;-0.09962735,-0.1908744;-0.1415804;-0.2374829,0.0746432;0.008696272;-0.0274366,0.1501566;-0.34593;-0.1411816,0.1969273;-0.6785539;-0.04282588,0.2208875;-0.7169192;-0.1117614,-0.06824415;0.001241783;-0.04172761,-0.05657015;-0.3784553;-0.05141431,-0.02681168;-0.7229764;0.002619807,-0.01718062;-0.7125584;-0.09497011,-0.01418472;0.3995475;0.01030173,0;0;0,-0.06713271;0.1881413;0.009800205,-0.1768029;0.4673194;0.01212995,-0.02108571;0.3693058;-0.0001867069,0.1739161;0.1727004;-0.04166722,0.3151155;-0.01077648;-0.199144,-0.2251471;0.2896363;0.01026758,-0.2135951;0.03302655;-0.1011683,-0.1868543;-0.1895928;-0.2688751,0.06480036;0.03277114;-0.03357029,0.1990051;-0.270818;-0.2185641,0.2102128;-0.594107;-0.08492802,0.2022922;-0.5839021;-0.1826287,-0.06664912;-0.0294285;-0.03304328,-0.02563477;-0.4071243;-0.02505955,-0.005132012;-0.7485725;0.04905343,0.06218055;-0.7882538;0.02428377,-0.1401656;0.3742873;0.0137831,10.72298
+0;0;0,-0.007272818;0.1996724;0.008835146,-0.01740268;0.4994293;0.006657829,0.1015361;0.3678951;0.01291156,0.1838179;0.1243903;-0.09815204,0.274379;-0.08262697;-0.2635078,-0.1265268;0.3641356;-0.01261656,-0.1638844;0.1006331;-0.09962735,-0.1908744;-0.1415804;-0.2374829,0.0746432;0.008696272;-0.0274366,0.1501566;-0.34593;-0.1411816,0.1969273;-0.6785539;-0.04282588,0.2208875;-0.7169192;-0.1117614,-0.06824415;0.001241783;-0.04172761,-0.05657015;-0.3784553;-0.05141431,-0.02681168;-0.7229764;0.002619807,-0.01718062;-0.7125584;-0.09497011,-0.01418472;0.3995475;0.01030173,0;0;0,-0.06832042;0.1877072;0.00991538,-0.1783098;0.466758;0.01231694,-0.02271768;0.369142;-0.0007081162,0.1739602;0.1744497;-0.04328389,0.3159091;-0.009757996;-0.1992263,-0.2263372;0.2886694;0.01072794,-0.2135466;0.03255385;-0.1017053,-0.1864043;-0.1888024;-0.2710118,0.06464589;0.03306608;-0.03357888,0.2000592;-0.269422;-0.2194934,0.2107785;-0.5928701;-0.08620273,0.202504;-0.5827215;-0.1838626,-0.06652926;-0.02978952;-0.03296122,-0.0256635;-0.4075041;-0.02510759,-0.005728055;-0.7489842;0.04901304,0.05027698;-0.798356;0.02527365,-0.1417287;0.3737039;0.01397408,10.75651
+0;0;0,-0.007526537;0.1996728;0.00860887,-0.01796625;0.4994157;0.006042571,0.1010609;0.3678754;0.01242351,0.1859859;0.1277646;-0.1039146,0.2779106;-0.07538186;-0.2732703,-0.1269546;0.3644121;-0.01373415,-0.1606668;0.102199;-0.1059719,-0.1852583;-0.1369104;-0.2495753,0.07470604;0.009109344;-0.02712981,0.1548915;-0.3396477;-0.1549531,0.2015275;-0.6726679;-0.05788266,0.2257695;-0.7246792;-0.1097139,-0.06806604;0.0008189102;-0.04202789,-0.05608195;-0.3788485;-0.05247061,-0.02422944;-0.7235755;-0.001004681,-0.01432013;-0.7131819;-0.09856182,-0.01465623;0.399542;0.009823513,0;0;0,-0.06939572;0.1873105;0.009950512,-0.1799678;0.4661306;0.01226042,-0.02431927;0.3691243;-0.001219871,0.1734101;0.1755391;-0.04397344,0.315273;-0.007260948;-0.201641,-0.2275113;0.2876925;0.01097679,-0.2155803;0.03168252;-0.1017909,-0.1870905;-0.1889089;-0.2718725,0.0645097;0.03332327;-0.03358657,0.2013413;-0.2679327;-0.2204608,0.2116044;-0.5913799;-0.08713204,0.2030465;-0.5812986;-0.1847538,-0.06641531;-0.03013986;-0.0328724,-0.02583822;-0.4078884;-0.02515635,-0.006733343;-0.7494042;0.04901882,-0.01256644;-0.739162;-0.0488362,-0.1432869;0.3731167;0.01397063,10.79002
+0;0;0,-0.007526537;0.1996728;0.00860887,-0.01796625;0.4994157;0.006042571,0.1010609;0.3678754;0.01242351,0.1859859;0.1277646;-0.1039146,0.2779106;-0.07538186;-0.2732703,-0.1269546;0.3644121;-0.01373415,-0.1606668;0.102199;-0.1059719,-0.1852583;-0.1369104;-0.2495753,0.07470604;0.009109344;-0.02712981,0.1548915;-0.3396477;-0.1549531,0.2015275;-0.6726679;-0.05788266,0.2257695;-0.7246792;-0.1097139,-0.06806604;0.0008189102;-0.04202789,-0.05608195;-0.3788485;-0.05247061,-0.02422944;-0.7235755;-0.001004681,-0.01432013;-0.7131819;-0.09856182,-0.01465623;0.399542;0.009823513,0;0;0,-0.06946099;0.1872868;0.009940492,-0.1785056;0.4667052;0.01205044,-0.02364527;0.369092;-0.000985655,0.1728202;0.1745625;-0.04525279,0.3150332;-0.008477941;-0.202325,-0.2263857;0.2875238;0.009784937,-0.2216184;0.0298503;-0.0996757,-0.1923131;-0.1901119;-0.2704323,0.06445946;0.03339411;-0.03361266,0.2028752;-0.2662306;-0.2219372,0.2128368;-0.5898407;-0.08898118,0.2046983;-0.5797093;-0.186649,-0.06645672;-0.03021765;-0.03271694,-0.0259768;-0.4079805;-0.02519339,-0.007178374;-0.7495015;0.049036,-0.01257339;-0.7391954;-0.04885704,-0.1426434;0.3733749;0.01388404,10.8234
+0;0;0,-0.007526537;0.1996728;0.00860887,-0.01796625;0.4994157;0.006042571,0.1010609;0.3678754;0.01242351,0.1859859;0.1277646;-0.1039146,0.2779106;-0.07538186;-0.2732703,-0.1269546;0.3644121;-0.01373415,-0.1606668;0.102199;-0.1059719,-0.1852583;-0.1369104;-0.2495753,0.07470604;0.009109344;-0.02712981,0.1548915;-0.3396477;-0.1549531,0.2015275;-0.6726679;-0.05788266,0.2257695;-0.7246792;-0.1097139,-0.06806604;0.0008189102;-0.04202789,-0.05608195;-0.3788485;-0.05247061,-0.02422944;-0.7235755;-0.001004681,-0.01432013;-0.7131819;-0.09856182,-0.01465623;0.399542;0.009823513,0;0;0,-0.06903315;0.1874577;0.009696675,-0.1769333;0.4673176;0.01153646,-0.02268619;0.3693774;-0.001182993,0.1725785;0.1740295;-0.04712736,0.3154119;-0.008950531;-0.2037062,-0.2255483;0.2880075;0.009183684,-0.2231974;0.02983505;-0.09917445,-0.1932604;-0.1895883;-0.2705138,0.06440126;0.03352038;-0.03359854,0.2046455;-0.2648616;-0.2225423,0.2145326;-0.588792;-0.09036314,0.2065413;-0.5786719;-0.1880408,-0.06669497;-0.03035223;-0.03210176,-0.0243156;-0.4079267;-0.02565973,-0.006017573;-0.7494843;0.04852653,-0.01124614;-0.7391831;-0.04937454,-0.1417045;0.373749;0.01349814,10.85682
+0;0;0,-0.00803822;0.1996496;0.00868513,-0.0192463;0.4993654;0.006217068,0.1000762;0.367926;0.01157188,0.1858197;0.1310357;-0.1106207,0.2780078;-0.06627136;-0.2866073,-0.1275999;0.3639967;-0.01482237,-0.1607522;0.1044407;-0.1144798,-0.1821728;-0.1310007;-0.264508,0.07485458;0.009466709;-0.02659274,0.159657;-0.3307136;-0.1731735,0.2023329;-0.6633571;-0.07303863,0.2093798;-0.6531307;-0.1708106,-0.06777622;0.0004755257;-0.04249892,-0.05516239;-0.3791638;-0.05321804,-0.02157544;-0.7238486;-0.002579104,-0.01158708;-0.7134517;-0.1001288,-0.01568458;0.3994992;0.009967498,0;0;0,-0.06862032;0.1876331;0.00922329,-0.1755959;0.4678488;0.01065408,-0.02176622;0.3696846;-0.001900076,0.1732196;0.1742555;-0.04867617,0.315929;-0.008704215;-0.2053918,-0.2247672;0.2885201;0.008407192,-0.2245972;0.02949521;-0.09792285,-0.1942076;-0.1887995;-0.2706188,0.0642945;0.03372929;-0.03359394,0.2078385;-0.2626143;-0.2232663,0.2189426;-0.587402;-0.09330608,0.2109862;-0.577325;-0.1909778,-0.06675638;-0.03050763;-0.03182565,-0.02802975;-0.4083166;-0.01915193,-0.007197557;-0.74998;0.05386941,-0.01233839;-0.7397259;-0.04402683,-0.1407864;0.3741262;0.0127449,10.89028
+0;0;0,-0.00803822;0.1996496;0.00868513,-0.0192463;0.4993654;0.006217068,0.1000762;0.367926;0.01157188,0.1858197;0.1310357;-0.1106207,0.2780078;-0.06627136;-0.2866073,-0.1275999;0.3639967;-0.01482237,-0.1607522;0.1044407;-0.1144798,-0.1821728;-0.1310007;-0.264508,0.07485458;0.009466709;-0.02659274,0.159657;-0.3307136;-0.1731735,0.2023329;-0.6633571;-0.07303863,0.2093798;-0.6531307;-0.1708106,-0.06777622;0.0004755257;-0.04249892,-0.05516239;-0.3791638;-0.05321804,-0.02157544;-0.7238486;-0.002579104,-0.01158708;-0.7134517;-0.1001288,-0.01568458;0.3994992;0.009967498,0;0;0,-0.07077899;0.1868421;0.008964192,-0.1794518;0.4664068;0.008529259,-0.02489603;0.3690504;-0.005154066,0.1743647;0.1774123;-0.04953869,0.316819;-0.003062829;-0.209337,-0.2279315;0.2876241;0.009755724,-0.2211868;0.02936554;-0.09821207,-0.1900706;-0.1855966;-0.2749126,0.0640739;0.0340672;-0.03367435,0.2124989;-0.2596963;-0.2236033,0.2236725;-0.5849951;-0.09493384,0.2143217;-0.5752525;-0.1924131,-0.06678434;-0.03096853;-0.03131774,-0.02799451;-0.4087829;-0.01900279,-0.008711113;-0.7506787;0.05335307,-0.01517162;-0.7407892;-0.04439063,-0.1436859;0.3730646;0.01136421,10.91277
+0;0;0,-0.00803822;0.1996496;0.00868513,-0.0192463;0.4993654;0.006217068,0.1000762;0.367926;0.01157188,0.1858197;0.1310357;-0.1106207,0.2780078;-0.06627136;-0.2866073,-0.1275999;0.3639967;-0.01482237,-0.1607522;0.1044407;-0.1144798,-0.1821728;-0.1310007;-0.264508,0.07485458;0.009466709;-0.02659274,0.159657;-0.3307136;-0.1731735,0.2023329;-0.6633571;-0.07303863,0.2093798;-0.6531307;-0.1708106,-0.06777622;0.0004755257;-0.04249892,-0.05516239;-0.3791638;-0.05321804,-0.02157544;-0.7238486;-0.002579104,-0.01158708;-0.7134517;-0.1001288,-0.01568458;0.3994992;0.009967498,0;0;0,-0.07077899;0.1868421;0.008964192,-0.1794518;0.4664068;0.008529259,-0.02489603;0.3690504;-0.005154066,0.1743647;0.1774123;-0.04953869,0.316819;-0.003062829;-0.209337,-0.2279315;0.2876241;0.009755724,-0.2211868;0.02936554;-0.09821207,-0.1900706;-0.1855966;-0.2749126,0.0640739;0.0340672;-0.03367435,0.2124989;-0.2596963;-0.2236033,0.2236725;-0.5849951;-0.09493384,0.2143217;-0.5752525;-0.1924131,-0.06678434;-0.03096853;-0.03131774,-0.02799451;-0.4087829;-0.01900279,-0.008711113;-0.7506787;0.05335307,-0.01517162;-0.7407892;-0.04439063,-0.1436859;0.3730646;0.01136421,10.935
+0;0;0,-0.007816465;0.1996765;0.00825832,-0.01862588;0.4994013;0.00517954,0.1003977;0.367379;0.01033685,0.1889834;0.1338724;-0.1162619,0.2808224;-0.05966844;-0.2965604,-0.1271171;0.3642651;-0.01600444,-0.1592031;0.1065569;-0.1206801,-0.1778002;-0.1248082;-0.2772825,0.0749191;0.009615886;-0.02635648,0.1642386;-0.3201964;-0.192627,0.2026056;-0.6519142;-0.08778787,0.2097388;-0.6418321;-0.1855242,-0.06771886;0.0002056434;-0.04259241,-0.05159912;-0.3792746;-0.0542068,-0.01791751;-0.7240824;-0.004475418,-0.007884008;-0.713751;-0.1020073,-0.01520655;0.399538;0.00913226,0;0;0,-0.07224591;0.1862956;0.008629641,-0.1826301;0.4651824;0.006944976,-0.02753551;0.3686675;-0.007440995,0.1750999;0.1807619;-0.05250071,0.3184591;0.001712412;-0.2130916,-0.2303715;0.2866222;0.0103587,-0.2234474;0.02748212;-0.09546418,-0.1907476;-0.1839114;-0.2761393,0.06373923;0.03438182;-0.03398825,0.2292453;-0.246551;-0.2291408,0.2420291;-0.5731507;-0.1039641,0.2315986;-0.5636404;-0.2012851,-0.06692256;-0.0314865;-0.03049543,-0.03199482;-0.409784;-0.02206349,-0.01021746;-0.7518824;0.0486073,-0.01750223;-0.7422749;-0.04901996,-0.1461727;0.372124;0.01025861,10.9685
+0;0;0,-0.007816465;0.1996765;0.00825832,-0.01862588;0.4994013;0.00517954,0.1003977;0.367379;0.01033685,0.1889834;0.1338724;-0.1162619,0.2808224;-0.05966844;-0.2965604,-0.1271171;0.3642651;-0.01600444,-0.1592031;0.1065569;-0.1206801,-0.1778002;-0.1248082;-0.2772825,0.0749191;0.009615886;-0.02635648,0.1642386;-0.3201964;-0.192627,0.2026056;-0.6519142;-0.08778787,0.2097388;-0.6418321;-0.1855242,-0.06771886;0.0002056434;-0.04259241,-0.05159912;-0.3792746;-0.0542068,-0.01791751;-0.7240824;-0.004475418,-0.007884008;-0.713751;-0.1020073,-0.01520655;0.399538;0.00913226,0;0;0,-0.072253;0.1862983;0.008512906,-0.1814159;0.4656648;0.006837675,-0.02682519;0.3686984;-0.007359327,0.1761688;0.1818594;-0.05515687,0.3223971;0.007143855;-0.2179198,-0.2296194;0.2868375;0.01002673,-0.2264187;0.02628025;-0.09244121,-0.1947767;-0.1834884;-0.2751866,0.06360204;0.03445692;-0.0341687,0.2272841;-0.2502612;-0.225333,0.2691583;-0.5761029;-0.1046112,0.2584496;-0.5666122;-0.2018978,-0.06706185;-0.03163559;-0.0300316,-0.03321538;-0.4100594;-0.0229713,-0.01138525;-0.7522287;0.04733901,-0.01852787;-0.7426021;-0.05030275,-0.1454842;0.3724018;0.01014269,10.99102
+0;0;0,-0.007816465;0.1996765;0.00825832,-0.01862588;0.4994013;0.00517954,0.1003977;0.367379;0.01033685,0.1889834;0.1338724;-0.1162619,0.2808224;-0.05966844;-0.2965604,-0.1271171;0.3642651;-0.01600444,-0.1592031;0.1065569;-0.1206801,-0.1778002;-0.1248082;-0.2772825,0.0749191;0.009615886;-0.02635648,0.1642386;-0.3201964;-0.192627,0.2026056;-0.6519142;-0.08778787,0.2097388;-0.6418321;-0.1855242,-0.06771886;0.0002056434;-0.04259241,-0.05159912;-0.3792746;-0.0542068,-0.01791751;-0.7240824;-0.004475418,-0.007884008;-0.713751;-0.1020073,-0.01520655;0.399538;0.00913226,0;0;0,-0.07318747;0.1859676;0.007722428,-0.1825771;0.4652439;0.005620558,-0.02808004;0.3676609;-0.009314801,0.1789425;0.186253;-0.06062632,0.3289831;0.01148762;-0.2198271,-0.2305888;0.2863094;0.008887258,-0.2334155;0.02268302;-0.08541612,-0.2028655;-0.1839549;-0.2718765,0.06309389;0.03469262;-0.03486522,0.1284071;-0.319637;-0.1556325,0.2859433;-0.6285788;-0.1083327,0.2746958;-0.6192368;-0.205527,-0.06710067;-0.03222759;-0.02930671,-0.03643749;-0.4109725;-0.02583452,-0.01518049;-0.7530794;0.04495353,-0.02245646;-0.7435814;-0.05265144,-0.146589;0.3720066;0.009035924,11.02437
+0;0;0,-0.008453966;0.1996479;0.008320705,-0.02027739;0.4993351;0.005317158,0.09911482;0.3674073;0.009473828,0.1895605;0.1367387;-0.1209545,0.2821055;-0.0505438;-0.3073968,-0.1281774;0.364116;-0.01685683,-0.1586385;0.1081285;-0.1261388,-0.1752992;-0.1198809;-0.2877993,0.07501046;0.009958784;-0.02596639,0.1674285;-0.3064424;-0.215041,0.2026513;-0.6364076;-0.1037652,0.2354623;-0.6911539;-0.1454965,-0.06753374;-0.0001638155;-0.0428855,-0.04910796;-0.3795427;-0.05437964,-0.01478774;-0.7243985;-0.005424228,-0.004784114;-0.7140604;-0.1029606,-0.01651859;0.3994831;0.009247978,0;0;0,-0.07453302;0.1854594;0.007044321,-0.1870986;0.4634559;0.00406082,-0.03114629;0.3668703;-0.01104451,0.1811755;0.1928508;-0.06615032,0.3392568;0.02252667;-0.2223553,-0.2331434;0.2847418;0.008272173,-0.2429929;0.01701915;-0.07313776,-0.2144487;-0.1863008;-0.2635222,0.06267527;0.03482302;-0.03548474,0.1282974;-0.3195543;-0.1559441,0.3189583;-0.6106123;-0.1180804,0.3202202;-0.6805715;-0.1206419,-0.06735814;-0.03268482;-0.02818836,-0.0382238;-0.4115663;-0.02819263,-0.0175205;-0.7536498;0.04287264,-0.02509155;-0.7443372;-0.05467074,-0.1495647;0.3708493;0.007961804,11.04684
+0;0;0,-0.008453966;0.1996479;0.008320705,-0.02027739;0.4993351;0.005317158,0.09911482;0.3674073;0.009473828,0.1895605;0.1367387;-0.1209545,0.2821055;-0.0505438;-0.3073968,-0.1281774;0.364116;-0.01685683,-0.1586385;0.1081285;-0.1261388,-0.1752992;-0.1198809;-0.2877993,0.07501046;0.009958784;-0.02596639,0.1674285;-0.3064424;-0.215041,0.2026513;-0.6364076;-0.1037652,0.2354623;-0.6911539;-0.1454965,-0.06753374;-0.0001638155;-0.0428855,-0.04910796;-0.3795427;-0.05437964,-0.01478774;-0.7243985;-0.005424228,-0.004784114;-0.7140604;-0.1029606,-0.01651859;0.3994831;0.009247978,0;0;0,-0.07453302;0.1854594;0.007044321,-0.1870986;0.4634559;0.00406082,-0.03114629;0.3668703;-0.01104451,0.1811755;0.1928508;-0.06615032,0.3392568;0.02252667;-0.2223553,-0.2331434;0.2847418;0.008272173,-0.2429929;0.01701915;-0.07313776,-0.2144487;-0.1863008;-0.2635222,0.06267527;0.03482302;-0.03548474,0.1282974;-0.3195543;-0.1559441,0.3189583;-0.6106123;-0.1180804,0.3202202;-0.6805715;-0.1206419,-0.06735814;-0.03268482;-0.02818836,-0.0382238;-0.4115663;-0.02819263,-0.0175205;-0.7536498;0.04287264,-0.02509155;-0.7443372;-0.05467074,-0.1495647;0.3708493;0.007961804,11.06899
+0;0;0,-0.008453966;0.1996479;0.008320705,-0.02027739;0.4993351;0.005317158,0.09911482;0.3674073;0.009473828,0.1895605;0.1367387;-0.1209545,0.2821055;-0.0505438;-0.3073968,-0.1281774;0.364116;-0.01685683,-0.1586385;0.1081285;-0.1261388,-0.1752992;-0.1198809;-0.2877993,0.07501046;0.009958784;-0.02596639,0.1674285;-0.3064424;-0.215041,0.2026513;-0.6364076;-0.1037652,0.2354623;-0.6911539;-0.1454965,-0.06753374;-0.0001638155;-0.0428855,-0.04910796;-0.3795427;-0.05437964,-0.01478774;-0.7243985;-0.005424228,-0.004784114;-0.7140604;-0.1029606,-0.01651859;0.3994831;0.009247978,0;0;0,-0.07629737;0.1847782;0.005978865,-0.191323;0.4617469;0.002123062,-0.03442941;0.3659253;-0.01341833,0.1820933;0.1988273;-0.07338636,0.3446539;0.02826171;-0.2246525,-0.2361223;0.2833403;0.00772169,-0.2501406;0.01182485;-0.05923237,-0.2249158;-0.1885592;-0.2531652,0.06200777;0.03487426;-0.03658992,0.2759814;-0.2194101;-0.2208581,0.3527369;-0.5433851;-0.1129287,0.3398612;-0.5346556;-0.2097883,-0.06761488;-0.03329545;-0.02682613,-0.04101428;-0.4123296;-0.03187966,-0.0208535;-0.7543344;0.03971838,-0.02888742;-0.7452802;-0.05773279,-0.1527131;0.3696035;0.00646719,11.10247
+0;0;0,-0.008782292;0.1996433;0.0080879,-0.02109031;0.4993066;0.004697886,0.09829371;0.3667974;0.008436616,0.1923259;0.1391208;-0.1246848,0.2844458;-0.04416573;-0.3152628,-0.1287565;0.3642382;-0.0178485,-0.1578826;0.1098195;-0.1310863,-0.1719006;-0.1155123;-0.2967035,0.0750355;0.01014014;-0.02582347,0.1695838;-0.300512;-0.2231958,0.2017332;-0.6297444;-0.1088608,0.2347169;-0.684215;-0.1510129,-0.06742323;-0.0004021434;-0.04305748,-0.04777044;-0.3797206;-0.05451462,-0.01230496;-0.724677;-0.007109046,-0.002280788;-0.7143649;-0.104638,-0.01717338;0.3994661;0.008763477,0;0;0,-0.07759706;0.1842678;0.004907354,-0.1947172;0.4603298;-0.0002318397,-0.03718457;0.365402;-0.01599566,0.1909236;0.222294;-0.09272124,0.3479423;0.03411883;-0.2281288,-0.237773;0.281516;0.01054054,-0.2491314;0.007204622;-0.04445245,-0.2305954;-0.1887704;-0.2435761,0.06124576;0.03498679;-0.0377476,0.2793584;-0.2154407;-0.2224445,0.390337;-0.5312538;-0.1202396,0.3752366;-0.5230753;-0.2166543,-0.06781533;-0.03419247;-0.02513873,-0.04214587;-0.4131781;-0.03567309,-0.02301836;-0.7551453;0.03638611,-0.03268612;-0.7466432;-0.06079607,-0.1553518;0.3685343;0.004660924,11.13599
+0;0;0,-0.008782292;0.1996433;0.0080879,-0.02109031;0.4993066;0.004697886,0.09829371;0.3667974;0.008436616,0.1923259;0.1391208;-0.1246848,0.2844458;-0.04416573;-0.3152628,-0.1287565;0.3642382;-0.0178485,-0.1578826;0.1098195;-0.1310863,-0.1719006;-0.1155123;-0.2967035,0.0750355;0.01014014;-0.02582347,0.1695838;-0.300512;-0.2231958,0.2017332;-0.6297444;-0.1088608,0.2347169;-0.684215;-0.1510129,-0.06742323;-0.0004021434;-0.04305748,-0.04777044;-0.3797206;-0.05451462,-0.01230496;-0.724677;-0.007109046,-0.002280788;-0.7143649;-0.104638,-0.01717338;0.3994661;0.008763477,0;0;0,-0.07885998;0.1837652;0.00338724,-0.1980541;0.4588884;-0.003765699,-0.03996227;0.365548;-0.01948905,0.1882018;0.2214976;-0.09425978,0.3510859;0.04271083;-0.2353415,-0.2399605;0.2801093;0.009847777,-0.2512714;0.002328962;-0.0234708,-0.2406026;-0.1936936;-0.2231238,0.0603825;0.03511862;-0.03899531,0.2858334;-0.2107069;-0.2210439,0.4136614;-0.5206878;-0.1206851,0.3974952;-0.5130507;-0.2168025,-0.06781793;-0.03492081;-0.02410943,-0.04142811;-0.4136601;-0.04023671,-0.02440285;-0.7558233;0.03141865,-0.03476429;-0.7477771;-0.06558996,-0.1580278;0.367423;0.001888978,11.15833
+0;0;0,-0.008782292;0.1996433;0.0080879,-0.02109031;0.4993066;0.004697886,0.09829371;0.3667974;0.008436616,0.1923259;0.1391208;-0.1246848,0.2844458;-0.04416573;-0.3152628,-0.1287565;0.3642382;-0.0178485,-0.1578826;0.1098195;-0.1310863,-0.1719006;-0.1155123;-0.2967035,0.0750355;0.01014014;-0.02582347,0.1695838;-0.300512;-0.2231958,0.2017332;-0.6297444;-0.1088608,0.2347169;-0.684215;-0.1510129,-0.06742323;-0.0004021434;-0.04305748,-0.04777044;-0.3797206;-0.05451462,-0.01230496;-0.724677;-0.007109046,-0.002280788;-0.7143649;-0.104638,-0.01717338;0.3994661;0.008763477,0;0;0,-0.08135557;0.1826918;0.00223379,-0.2098466;0.4533776;-0.01024188,-0.04897048;0.3660892;-0.02662172,0.1840868;0.2271376;-0.09573603,0.3490938;0.05337296;-0.2405756,-0.2481937;0.276542;0.00943163,-0.2589636;-0.002472132;-0.01142809,-0.2564616;-0.2083021;-0.2012379,0.05965743;0.03539049;-0.03985604,0.2894319;-0.2054127;-0.2232067,0.4472848;-0.5042251;-0.1321374,0.4289162;-0.4976597;-0.2276016,-0.06765233;-0.0357185;-0.02339552,-0.04152933;-0.4142874;-0.04347383,-0.02551067;-0.7565183;0.02809028,-0.03757295;-0.7494436;-0.06849612,-0.166473;0.3636161;-0.002392893,11.18068
+0;0;0,-0.008972866;0.1996405;0.007948009,-0.02148543;0.4992925;0.004331024,0.09792808;0.3666977;0.007782373,0.1941553;0.144001;-0.1320266,0.2869838;-0.03766648;-0.3238071,-0.1291011;0.3646177;-0.0186177,-0.158545;0.1154687;-0.1429471,-0.168624;-0.1127462;-0.3048619,0.07510994;0.01029403;-0.02554466,0.1709843;-0.2940348;-0.2319231,0.2014155;-0.6223382;-0.1144886,0.2326484;-0.6770247;-0.1575316,-0.06720588;-0.0005743615;-0.04339401,-0.04597455;-0.3798;-0.05510389,-0.01013822;-0.7247806;-0.00815542,-5.206373E-05;-0.7144869;-0.1056743,-0.01751159;0.3994575;0.008474362,0;0;0,-0.08347659;0.1817451;0.0006168509,-0.2133913;0.4516614;-0.01393407,-0.05274978;0.366534;-0.0311512,0.1813226;0.2282435;-0.09812757,0.3482581;0.05814637;-0.2450953,-0.249844;0.2741862;0.01170899,-0.2526349;-0.005389094;-0.003452768,-0.2578895;-0.2148107;-0.1892348,0.0585323;0.03580883;-0.04113024,0.2981555;-0.19802;-0.2208657,0.4602474;-0.4949575;-0.1311201,0.5134012;-0.5339584;-0.1802481,-0.06743748;-0.03689872;-0.02215107,-0.03801659;-0.4148877;-0.04781698,-0.02648683;-0.7575822;0.02237935,-0.04048302;-0.751422;-0.07372357,-0.1699073;0.3619984;-0.005586774,11.21422
+0;0;0,-0.008972866;0.1996405;0.007948009,-0.02148543;0.4992925;0.004331024,0.09792808;0.3666977;0.007782373,0.1941553;0.144001;-0.1320266,0.2869838;-0.03766648;-0.3238071,-0.1291011;0.3646177;-0.0186177,-0.158545;0.1154687;-0.1429471,-0.168624;-0.1127462;-0.3048619,0.07510994;0.01029403;-0.02554466,0.1709843;-0.2940348;-0.2319231,0.2014155;-0.6223382;-0.1144886,0.2326484;-0.6770247;-0.1575316,-0.06720588;-0.0005743615;-0.04339401,-0.04597455;-0.3798;-0.05510389,-0.01013822;-0.7247806;-0.00815542,-5.206373E-05;-0.7144869;-0.1056743,-0.01751159;0.3994575;0.008474362,0;0;0,-0.08347659;0.1817451;0.0006168509,-0.2133913;0.4516614;-0.01393407,-0.05274978;0.366534;-0.0311512,0.1813226;0.2282435;-0.09812757,0.3482581;0.05814637;-0.2450953,-0.249844;0.2741862;0.01170899,-0.2526349;-0.005389094;-0.003452768,-0.2578895;-0.2148107;-0.1892348,0.0585323;0.03580883;-0.04113024,0.2981555;-0.19802;-0.2208657,0.4602474;-0.4949575;-0.1311201,0.5134012;-0.5339584;-0.1802481,-0.06743748;-0.03689872;-0.02215107,-0.03801659;-0.4148877;-0.04781698,-0.02648683;-0.7575822;0.02237935,-0.04048302;-0.751422;-0.07372357,-0.1699073;0.3619984;-0.005586774,11.23656
+0;0;0,-0.008972866;0.1996405;0.007948009,-0.02148543;0.4992925;0.004331024,0.09792808;0.3666977;0.007782373,0.1941553;0.144001;-0.1320266,0.2869838;-0.03766648;-0.3238071,-0.1291011;0.3646177;-0.0186177,-0.158545;0.1154687;-0.1429471,-0.168624;-0.1127462;-0.3048619,0.07510994;0.01029403;-0.02554466,0.1709843;-0.2940348;-0.2319231,0.2014155;-0.6223382;-0.1144886,0.2326484;-0.6770247;-0.1575316,-0.06720588;-0.0005743615;-0.04339401,-0.04597455;-0.3798;-0.05510389,-0.01013822;-0.7247806;-0.00815542,-5.206373E-05;-0.7144869;-0.1056743,-0.01751159;0.3994575;0.008474362,0;0;0,-0.08490502;0.1810793;-0.001194341,-0.2156992;0.4504575;-0.01775181,-0.05508705;0.3669013;-0.03498691,0.1793436;0.2286417;-0.1007634,0.3462579;0.06131488;-0.2509012,-0.2520637;0.273594;0.01036227,-0.2458812;-0.006285101;0.004936092,-0.259432;-0.2259151;-0.1682085,0.05811774;0.03617146;-0.04139993,0.3015359;-0.1899614;-0.225822,0.4789146;-0.4787042;-0.1382754,0.5212237;-0.5255737;-0.1862444,-0.06723911;-0.03721427;-0.02222613,-0.03524521;-0.4147428;-0.05135683,-0.0262035;-0.7576804;0.01801186,-0.04065438;-0.7520393;-0.07789339,-0.1720378;0.3609415;-0.008776141,11.27004
+0;0;0,-0.009576128;0.1996075;0.008071184,-0.02319273;0.4992144;0.004681911,0.09659538;0.3666027;0.007641485,0.1934562;0.1475007;-0.1373147,0.2887359;-0.03077504;-0.331066,-0.1302583;0.3645159;-0.01896982,-0.1601027;0.1200243;-0.1521357,-0.1627134;-0.09685099;-0.3292184,0.0751636;0.01066179;-0.02523409,0.169302;-0.284826;-0.2448359,0.1980753;-0.6133712;-0.1276601,0.2280285;-0.668687;-0.1703687,-0.06701667;-0.000859169;-0.04368097,-0.04551625;-0.3801185;-0.05368413,-0.009549402;-0.7252007;-0.007590204,0.0006016577;-0.7148909;-0.1051056,-0.01883269;0.3993921;0.008742832,0;0;0,-0.08740711;0.1798653;-0.002908429,-0.2185744;0.449001;-0.02034575,-0.05799964;0.3653265;-0.03791711,0.1762203;0.2263044;-0.1028315,0.34425;0.06020825;-0.2530915,-0.255963;0.2737152;0.009970158,-0.2434859;-0.005955726;0.01530581,-0.2594668;-0.2386894;-0.1395478,0.05793049;0.03664653;-0.04124427,0.2998405;-0.1879528;-0.2294852,0.4837792;-0.4724404;-0.1415455,0.533982;-0.5140487;-0.1900422,-0.06704184;-0.03762063;-0.02213773,-0.03513438;-0.4150175;-0.05301748,-0.02857984;-0.7584176;0.01431301,-0.04348683;-0.7532354;-0.0814046,-0.1747968;0.3595813;-0.01098378,11.30357
+0;0;0,-0.009576128;0.1996075;0.008071184,-0.02319273;0.4992144;0.004681911,0.09659538;0.3666027;0.007641485,0.1934562;0.1475007;-0.1373147,0.2887359;-0.03077504;-0.331066,-0.1302583;0.3645159;-0.01896982,-0.1601027;0.1200243;-0.1521357,-0.1627134;-0.09685099;-0.3292184,0.0751636;0.01066179;-0.02523409,0.169302;-0.284826;-0.2448359,0.1980753;-0.6133712;-0.1276601,0.2280285;-0.668687;-0.1703687,-0.06701667;-0.000859169;-0.04368097,-0.04551625;-0.3801185;-0.05368413,-0.009549402;-0.7252007;-0.007590204,0.0006016577;-0.7148909;-0.1051056,-0.01883269;0.3993921;0.008742832,0;0;0,-0.0895399;0.1787832;-0.004377596,-0.2213487;0.4474911;-0.02340027,-0.06072948;0.3641572;-0.04070649,0.1727774;0.2229558;-0.1034494,0.3408249;0.05795816;-0.2548952,-0.2589717;0.2729272;0.00845788,-0.24507;-0.006634027;0.01568965,-0.2606305;-0.2439321;-0.1321193,0.0577777;0.03724575;-0.04092054,0.2989516;-0.1875384;-0.2298841,0.4875434;-0.4677893;-0.1382731,0.533371;-0.5110877;-0.1885441,-0.06676669;-0.03812974;-0.02209825,-0.03679008;-0.4155017;-0.05514098,-0.03176928;-0.7590814;0.01140073,-0.04677325;-0.7542827;-0.08420143,-0.1774298;0.35821;-0.01339956,11.32593
+0;0;0,-0.009576128;0.1996075;0.008071184,-0.02319273;0.4992144;0.004681911,0.09659538;0.3666027;0.007641485,0.1934562;0.1475007;-0.1373147,0.2887359;-0.03077504;-0.331066,-0.1302583;0.3645159;-0.01896982,-0.1601027;0.1200243;-0.1521357,-0.1627134;-0.09685099;-0.3292184,0.0751636;0.01066179;-0.02523409,0.169302;-0.284826;-0.2448359,0.1980753;-0.6133712;-0.1276601,0.2280285;-0.668687;-0.1703687,-0.06701667;-0.000859169;-0.04368097,-0.04551625;-0.3801185;-0.05368413,-0.009549402;-0.7252007;-0.007590204,0.0006016577;-0.7148909;-0.1051056,-0.01883269;0.3993921;0.008742832,0;0;0,-0.09068721;0.178164;-0.005781934,-0.2229369;0.4465252;-0.02650093,-0.06234516;0.3633515;-0.04330398,0.1706317;0.220874;-0.1051257,0.3330577;0.05279113;-0.2592878,-0.2610252;0.2727133;0.006828191,-0.2434564;-0.006436259;0.01974597,-0.259031;-0.2459931;-0.1243719,0.05755225;0.03745705;-0.04104519,0.2977341;-0.187661;-0.2308729,0.4857668;-0.4671758;-0.1359246,0.5334181;-0.5091627;-0.1863948,-0.06662993;-0.03845417;-0.02194831,-0.03773552;-0.415735;-0.05693837,-0.03271125;-0.7595265;0.008499943,-0.04775693;-0.7550718;-0.08700433,-0.1790099;0.3573216;-0.01586372,11.35935
+0;0;0,-0.009825265;0.1995893;0.00821985,-0.02369712;0.4991876;0.005093679,0.09605941;0.3662394;0.007456548,0.1967984;0.1500321;-0.1391928,0.290207;-0.0222186;-0.3392042,-0.1305359;0.3645371;-0.0193322,-0.1591952;0.1222903;-0.1567918,-0.1595414;-0.09473175;-0.3337135,0.07520513;0.01081508;-0.0250444,0.1685925;-0.2770464;-0.2548586,0.1929599;-0.6050973;-0.1353229,0.2239861;-0.6571981;-0.1832482,-0.06694496;-0.001043636;-0.0437868,-0.04384106;-0.3802134;-0.05360958,-0.007722683;-0.7252966;-0.00764152,0.002517505;-0.7149739;-0.1051502,-0.01926684;0.3993646;0.009062016,0;0;0,-0.09109348;0.1779274;-0.006620399,-0.2236164;0.4460393;-0.02879481,-0.06311436;0.3629152;-0.0453369,0.1681366;0.2161988;-0.1036233,0.3299062;0.04958707;-0.2600557,-0.2621747;0.272833;0.005563587,-0.241802;-0.006019831;0.02059784,-0.2438896;-0.2542284;-0.1089713,0.05741696;0.03763818;-0.04106896,0.2955261;-0.188729;-0.2320191,0.481468;-0.4678472;-0.1319261,0.5303668;-0.5087526;-0.182733,-0.06655575;-0.03872522;-0.02169539,-0.03582943;-0.4157841;-0.0575072,-0.03110599;-0.7600914;0.005183477,-0.04620976;-0.7559177;-0.09023602,-0.1797343;0.3568682;-0.01771022,11.39286
+0;0;0,-0.009825265;0.1995893;0.00821985,-0.02369712;0.4991876;0.005093679,0.09605941;0.3662394;0.007456548,0.1967984;0.1500321;-0.1391928,0.290207;-0.0222186;-0.3392042,-0.1305359;0.3645371;-0.0193322,-0.1591952;0.1222903;-0.1567918,-0.1595414;-0.09473175;-0.3337135,0.07520513;0.01081508;-0.0250444,0.1685925;-0.2770464;-0.2548586,0.1929599;-0.6050973;-0.1353229,0.2239861;-0.6571981;-0.1832482,-0.06694496;-0.001043636;-0.0437868,-0.04384106;-0.3802134;-0.05360958,-0.007722683;-0.7252966;-0.00764152,0.002517505;-0.7149739;-0.1051502,-0.01926684;0.3993646;0.009062016,0;0;0,-0.09100366;0.1779497;-0.007228244,-0.2233181;0.4460189;-0.03113259,-0.06302968;0.3628778;-0.04729968,0.1675692;0.2147614;-0.1046205,0.3249333;0.04228064;-0.2591745,-0.2627539;0.2736283;0.004262984,-0.2369835;-0.004680932;0.0209922,-0.2414519;-0.2520726;-0.1100703,0.05744382;0.03788402;-0.04080451,0.2917089;-0.1916506;-0.2327257,0.46954;-0.473106;-0.1247491,0.5176187;-0.5141951;-0.1760793,-0.0664584;-0.03889885;-0.0216832,-0.03532162;-0.4159123;-0.05761902,-0.03031931;-0.7604363;0.003847893,-0.04546675;-0.7564485;-0.09151417,-0.1796147;0.3568262;-0.01952722,11.41529
+0;0;0,-0.009825265;0.1995893;0.00821985,-0.02369712;0.4991876;0.005093679,0.09605941;0.3662394;0.007456548,0.1967984;0.1500321;-0.1391928,0.290207;-0.0222186;-0.3392042,-0.1305359;0.3645371;-0.0193322,-0.1591952;0.1222903;-0.1567918,-0.1595414;-0.09473175;-0.3337135,0.07520513;0.01081508;-0.0250444,0.1685925;-0.2770464;-0.2548586,0.1929599;-0.6050973;-0.1353229,0.2239861;-0.6571981;-0.1832482,-0.06694496;-0.001043636;-0.0437868,-0.04384106;-0.3802134;-0.05360958,-0.007722683;-0.7252966;-0.00764152,0.002517505;-0.7149739;-0.1051502,-0.01926684;0.3993646;0.009062016,0;0;0,-0.0904755;0.1781942;-0.007811916,-0.2217332;0.4466164;-0.03353695,-0.06195181;0.3628392;-0.04933656,0.1663577;0.2111079;-0.1063665,0.3084568;0.02405861;-0.2587488,-0.2624853;0.2749218;0.002484994,-0.2299752;-0.002651989;0.01968667,-0.2348712;-0.2490968;-0.1131328,0.05759767;0.03800985;-0.04046923,0.2816187;-0.1942328;-0.2411628,0.4438826;-0.4809936;-0.1231007,0.4918365;-0.5259826;-0.1686757,-0.06640163;-0.03888308;-0.02188447,-0.03536453;-0.4158505;-0.05838507,-0.02974749;-0.7604433;0.002640832,-0.04482103;-0.7565938;-0.09269512,-0.1785159;0.3572607;-0.02137798,11.44899
+0;0;0,-0.01015169;0.1995696;0.008302549,-0.02453994;0.4991449;0.005316809,0.09535164;0.3660845;0.007403887,0.1985871;0.1541165;-0.1436326,0.2927502;-0.01169176;-0.3486715,-0.131023;0.3644543;-0.01981035,-0.1597217;0.1287863;-0.1682589,-0.1571949;-0.09026292;-0.3426466,0.07527407;0.01093179;-0.02478526,0.1664018;-0.2657186;-0.268835,0.1888456;-0.5937461;-0.1488591,0.2175458;-0.6487299;-0.1930638,-0.06683545;-0.001153205;-0.04395103,-0.04301865;-0.3802967;-0.05306157,-0.006441701;-0.7253445;-0.007190727,0.003941124;-0.7150006;-0.1046886,-0.01993719;0.3993279;0.009237382,0;0;0,-0.08967602;0.1785793;-0.008225963,-0.2188323;0.4478635;-0.03552782,-0.05984358;0.363087;-0.05071438,0.1637121;0.2031115;-0.1039189,0.3061572;0.01993524;-0.260622,-0.2613376;0.2767532;0.0009545255,-0.2246902;-0.000412941;0.0163137,-0.2185647;-0.2414123;-0.1261004,0.05788547;0.03820465;-0.03987076,0.2834219;-0.1862129;-0.2476448,0.421525;-0.4833052;-0.1245039,0.455553;-0.538148;-0.1650476,-0.06624028;-0.03877861;-0.02254871,-0.03591643;-0.4159131;-0.05790482,-0.02783046;-0.7606247;0.002165936,-0.04278541;-0.7567981;-0.09318239,-0.1764636;0.3581722;-0.02286438,11.48228
+0;0;0,-0.01015169;0.1995696;0.008302549,-0.02453994;0.4991449;0.005316809,0.09535164;0.3660845;0.007403887,0.1985871;0.1541165;-0.1436326,0.2927502;-0.01169176;-0.3486715,-0.131023;0.3644543;-0.01981035,-0.1597217;0.1287863;-0.1682589,-0.1571949;-0.09026292;-0.3426466,0.07527407;0.01093179;-0.02478526,0.1664018;-0.2657186;-0.268835,0.1888456;-0.5937461;-0.1488591,0.2175458;-0.6487299;-0.1930638,-0.06683545;-0.001153205;-0.04395103,-0.04301865;-0.3802967;-0.05306157,-0.006441701;-0.7253445;-0.007190727,0.003941124;-0.7150006;-0.1046886,-0.01993719;0.3993279;0.009237382,0;0;0,-0.08967602;0.1785793;-0.008225963,-0.2188323;0.4478635;-0.03552782,-0.05984358;0.363087;-0.05071438,0.1637121;0.2031115;-0.1039189,0.3061572;0.01993524;-0.260622,-0.2613376;0.2767532;0.0009545255,-0.2246902;-0.000412941;0.0163137,-0.2185647;-0.2414123;-0.1261004,0.05788547;0.03820465;-0.03987076,0.2834219;-0.1862129;-0.2476448,0.421525;-0.4833052;-0.1245039,0.455553;-0.538148;-0.1650476,-0.06624028;-0.03877861;-0.02254871,-0.03591643;-0.4159131;-0.05790482,-0.02783046;-0.7606247;0.002165936,-0.04278541;-0.7567981;-0.09318239,-0.1764636;0.3581722;-0.02286438,11.50455
+0;0;0,-0.01015169;0.1995696;0.008302549,-0.02453994;0.4991449;0.005316809,0.09535164;0.3660845;0.007403887,0.1985871;0.1541165;-0.1436326,0.2927502;-0.01169176;-0.3486715,-0.131023;0.3644543;-0.01981035,-0.1597217;0.1287863;-0.1682589,-0.1571949;-0.09026292;-0.3426466,0.07527407;0.01093179;-0.02478526,0.1664018;-0.2657186;-0.268835,0.1888456;-0.5937461;-0.1488591,0.2175458;-0.6487299;-0.1930638,-0.06683545;-0.001153205;-0.04395103,-0.04301865;-0.3802967;-0.05306157,-0.006441701;-0.7253445;-0.007190727,0.003941124;-0.7150006;-0.1046886,-0.01993719;0.3993279;0.009237382,0;0;0,-0.0850246;0.1808239;-0.008574902,-0.2104023;0.4517653;-0.03691051,-0.05324993;0.3656511;-0.05113927,0.1665549;0.2008548;-0.1052503,0.3011947;0.01035993;-0.2601175,-0.255394;0.2802822;-0.0001702681,-0.2077183;0.004375517;-0.001758017,-0.2018114;-0.2365618;-0.1442863,0.05860205;0.03801279;-0.03899779,0.2410137;-0.2173024;-0.2533343,0.3890624;-0.512705;-0.1379269,0.4251652;-0.5659729;-0.1799157,-0.06668588;-0.03809112;-0.02240672,-0.02327327;-0.4150222;-0.04334199,-0.01959283;-0.7604035;0.01321118,-0.03439543;-0.7564551;-0.08219426,-0.1700198;0.3612199;-0.02384183,11.53811
+0;0;0,-0.01036331;0.199552;0.008461168,-0.02509427;0.4991143;0.005803217,0.09473589;0.3654817;0.007228767,0.200341;0.1587861;-0.1493742,0.2946019;-0.001335979;-0.3588398,-0.1313169;0.3644721;-0.0200504,-0.1560231;0.1310174;-0.1726562,-0.1534775;-0.08230098;-0.3540088,0.0753614;0.01095397;-0.02450855,0.1650604;-0.2578721;-0.2776619,0.1845246;-0.5853238;-0.1556108,0.2139959;-0.6400338;-0.1998337,-0.06677397;-0.001217145;-0.04404264,-0.04167674;-0.3802937;-0.05247483,-0.004726697;-0.7252921;-0.006531868,0.005731551;-0.7149236;-0.1040266,-0.02037631;0.399298;0.009603314,0;0;0,-0.08018674;0.1829275;-0.0103738,-0.2010156;0.455811;-0.03957335,-0.04604331;0.3682806;-0.05316122,0.1617658;0.1902517;-0.1124997,0.2919191;0.001853406;-0.2736401,-0.2487529;0.2836239;-0.003460484,-0.1968445;0.008734643;-0.01535359,-0.1726672;-0.2346565;-0.1516481,0.05951224;0.03759048;-0.03801644,0.08810086;-0.3196486;-0.1643611,0.3183295;-0.5811927;-0.1313545,0.2992626;-0.5776996;-0.2258735,-0.06693625;-0.03711459;-0.02328184,-0.01246808;-0.4121301;-0.05150606,-0.006060521;-0.7577193;0.00351233,-0.02040849;-0.753712;-0.09197859,-0.1629058;0.3643317;-0.02618788,11.57151
+0;0;0,-0.01036331;0.199552;0.008461168,-0.02509427;0.4991143;0.005803217,0.09473589;0.3654817;0.007228767,0.200341;0.1587861;-0.1493742,0.2946019;-0.001335979;-0.3588398,-0.1313169;0.3644721;-0.0200504,-0.1560231;0.1310174;-0.1726562,-0.1534775;-0.08230098;-0.3540088,0.0753614;0.01095397;-0.02450855,0.1650604;-0.2578721;-0.2776619,0.1845246;-0.5853238;-0.1556108,0.2139959;-0.6400338;-0.1998337,-0.06677397;-0.001217145;-0.04404264,-0.04167674;-0.3802937;-0.05247483,-0.004726697;-0.7252921;-0.006531868,0.005731551;-0.7149236;-0.1040266,-0.02037631;0.399298;0.009603314,0;0;0,-0.07696015;0.1842428;-0.01147828,-0.1840329;0.4621378;-0.04603938,-0.03413253;0.3724542;-0.05560041,0.1718071;0.1923926;-0.1153223,0.2836413;-0.02117555;-0.2577364,-0.2387689;0.2895964;-0.008471208,-0.1882022;0.0147377;-0.02566755,-0.1675721;-0.2274927;-0.1645878,0.0604486;0.03666795;-0.03743564,0.0957658;-0.3177392;-0.1699057,0.2994583;-0.599806;-0.1318575,0.2817064;-0.5960287;-0.2267112,-0.0670603;-0.03588763;-0.02479908,-0.008283023;-0.4102792;-0.05265824,-0.0009337296;-0.755904;0.002018131,-0.01434978;-0.7518147;-0.09363043,-0.1514369;0.3688748;-0.03056279,11.605
+0;0;0,-0.01036331;0.199552;0.008461168,-0.02509427;0.4991143;0.005803217,0.09473589;0.3654817;0.007228767,0.200341;0.1587861;-0.1493742,0.2946019;-0.001335979;-0.3588398,-0.1313169;0.3644721;-0.0200504,-0.1560231;0.1310174;-0.1726562,-0.1534775;-0.08230098;-0.3540088,0.0753614;0.01095397;-0.02450855,0.1650604;-0.2578721;-0.2776619,0.1845246;-0.5853238;-0.1556108,0.2139959;-0.6400338;-0.1998337,-0.06677397;-0.001217145;-0.04404264,-0.04167674;-0.3802937;-0.05247483,-0.004726697;-0.7252921;-0.006531868,0.005731551;-0.7149236;-0.1040266,-0.02037631;0.399298;0.009603314,0;0;0,-0.06579398;0.1883047;-0.01457701,-0.1437816;0.47464;-0.05786889,-0.00102254;0.3789509;-0.06189407,0.1905194;0.1814821;-0.1140265,0.3052039;-0.02615878;-0.2627972,-0.2166093;0.3116482;-0.02308753,-0.1921938;0.03369167;-0.04641196,-0.1601354;-0.1955145;-0.2040089,0.06234539;0.03423204;-0.03662267,0.2259361;-0.2242423;-0.2620757,0.2902972;-0.5482117;-0.1463109,0.2762921;-0.5439745;-0.241915,-0.06795228;-0.0327622;-0.02662943,-0.0006624758;-0.4058328;-0.05290443,0.01139306;-0.7511898;0.002622053,0.0009996146;-0.7466686;-0.09351749,-0.1190352;0.3793843;-0.04014937,11.6387
+0;0;0,-0.01033257;0.1995423;0.008724309,-0.02500613;0.4991108;0.006467648,0.09467795;0.3650669;0.007508614,0.2027982;0.161341;-0.1512547,0.298432;0.008898824;-0.3657671,-0.131082;0.3645172;-0.02020562,-0.1586459;0.1413312;-0.1870236,-0.145426;-0.06501937;-0.3758216,0.07549158;0.01088378;-0.02413638,0.1645701;-0.2511933;-0.2844835,0.18245;-0.5788749;-0.1628077,0.2130255;-0.6332167;-0.2069847,-0.06667991;-0.001182573;-0.04418587,-0.03919126;-0.3801117;-0.05174341,-0.001917768;-0.7250784;-0.005823597,0.008698464;-0.7146764;-0.1033081,-0.02030906;0.3992884;0.01013133,0;0;0,-0.06579398;0.1883047;-0.01457701,-0.1437816;0.47464;-0.05786889,-0.00102254;0.3789509;-0.06189407,0.1905194;0.1814821;-0.1140265,0.3052039;-0.02615878;-0.2627972,-0.2166093;0.3116482;-0.02308753,-0.1921938;0.03369167;-0.04641196,-0.1601354;-0.1955145;-0.2040089,0.06234539;0.03423204;-0.03662267,0.2259361;-0.2242423;-0.2620757,0.2902972;-0.5482117;-0.1463109,0.2762921;-0.5439745;-0.241915,-0.06795228;-0.0327622;-0.02662943,-0.0006624758;-0.4058328;-0.05290443,0.01139306;-0.7511898;0.002622053,0.0009996146;-0.7466686;-0.09351749,-0.1190352;0.3793843;-0.04014937,11.66123
+0;0;0,-0.01033257;0.1995423;0.008724309,-0.02500613;0.4991108;0.006467648,0.09467795;0.3650669;0.007508614,0.2027982;0.161341;-0.1512547,0.298432;0.008898824;-0.3657671,-0.131082;0.3645172;-0.02020562,-0.1586459;0.1413312;-0.1870236,-0.145426;-0.06501937;-0.3758216,0.07549158;0.01088378;-0.02413638,0.1645701;-0.2511933;-0.2844835,0.18245;-0.5788749;-0.1628077,0.2130255;-0.6332167;-0.2069847,-0.06667991;-0.001182573;-0.04418587,-0.03919126;-0.3801117;-0.05174341,-0.001917768;-0.7250784;-0.005823597,0.008698464;-0.7146764;-0.1033081,-0.02030906;0.3992884;0.01013133,0;0;0,-0.06305113;0.1892027;-0.0150636,-0.1404733;0.4758017;-0.05768834,0.002565846;0.3795278;-0.06115075,0.1908373;0.1762291;-0.101444,0.3064408;-0.0246564;-0.2585453,-0.2138177;0.3136183;-0.02360995,-0.1814346;0.03759325;-0.05769057,-0.1487505;-0.1852838;-0.2239963,0.06290576;0.03361949;-0.03622976,0.153372;-0.2741882;-0.2398724,0.2641797;-0.5961864;-0.1590095,0.2507519;-0.5916612;-0.2547734,-0.06824372;-0.03171902;-0.02714218,0.00075984;-0.4045714;-0.05203421,0.01345087;-0.7499009;0.003521603,0.003420807;-0.7452458;-0.0926919,-0.1156034;0.3805185;-0.04029281,11.69441
+0;0;0,-0.01033257;0.1995423;0.008724309,-0.02500613;0.4991108;0.006467648,0.09467795;0.3650669;0.007508614,0.2027982;0.161341;-0.1512547,0.298432;0.008898824;-0.3657671,-0.131082;0.3645172;-0.02020562,-0.1586459;0.1413312;-0.1870236,-0.145426;-0.06501937;-0.3758216,0.07549158;0.01088378;-0.02413638,0.1645701;-0.2511933;-0.2844835,0.18245;-0.5788749;-0.1628077,0.2130255;-0.6332167;-0.2069847,-0.06667991;-0.001182573;-0.04418587,-0.03919126;-0.3801117;-0.05174341,-0.001917768;-0.7250784;-0.005823597,0.008698464;-0.7146764;-0.1033081,-0.02030906;0.3992884;0.01013133,0;0;0,-0.06077964;0.1899244;-0.01531586,-0.1366188;0.4770637;-0.057185,0.006704785;0.3823147;-0.05669025,0.1851745;0.1705391;-0.09791714,0.3011502;-0.02856278;-0.2570023,-0.2109494;0.3154077;-0.02418958,-0.1762795;0.04087058;-0.06693711,-0.1437633;-0.1758438;-0.2412288,0.06348899;0.03284539;-0.03592114,0.2032571;-0.2501197;-0.247571,0.247916;-0.5750114;-0.1252969,0.2640104;-0.6356755;-0.1642966,-0.06858201;-0.03047491;-0.02770897,0.001626752;-0.4032059;-0.05099713,0.01451042;-0.7484345;0.005138051,0.005962265;-0.7434111;-0.09131454,-0.1121451;0.3816163;-0.04013104,11.71678
+0;0;0,-0.0104254;0.1995275;0.008948982,-0.02521919;0.4990934;0.007112926,0.09437669;0.3646528;0.007726094,0.2040357;0.1661765;-0.1565361,0.2958608;0.03788525;-0.3878573,-0.1310398;0.3644414;-0.02043811,-0.1440513;0.1088014;-0.1339233,-0.1490642;-0.05431382;-0.3614498,0.075591;0.01086125;-0.02383345,0.1634442;-0.2454547;-0.2902615,0.1778261;-0.573144;-0.168143,0.2094889;-0.6260649;-0.2142038,-0.06657562;-0.001169401;-0.0443432,-0.03783868;-0.3800068;-0.05185458,-0.0002360642;-0.7249308;-0.005881872,0.01054848;-0.7145011;-0.1033534,-0.02048595;0.3992673;0.01062624,0;0;0,-0.06077964;0.1899244;-0.01531586,-0.1366188;0.4770637;-0.057185,0.006704785;0.3823147;-0.05669025,0.1851745;0.1705391;-0.09791714,0.3011502;-0.02856278;-0.2570023,-0.2109494;0.3154077;-0.02418958,-0.1762795;0.04087058;-0.06693711,-0.1437633;-0.1758438;-0.2412288,0.06348899;0.03284539;-0.03592114,0.2032571;-0.2501197;-0.247571,0.247916;-0.5750114;-0.1252969,0.2640104;-0.6356755;-0.1642966,-0.06858201;-0.03047491;-0.02770897,0.001626752;-0.4032059;-0.05099713,0.01451042;-0.7484345;0.005138051,0.005962265;-0.7434111;-0.09131454,-0.1121451;0.3816163;-0.04013104,11.73903
+0;0;0,-0.0104254;0.1995275;0.008948982,-0.02521919;0.4990934;0.007112926,0.09437669;0.3646528;0.007726094,0.2040357;0.1661765;-0.1565361,0.2958608;0.03788525;-0.3878573,-0.1310398;0.3644414;-0.02043811,-0.1440513;0.1088014;-0.1339233,-0.1490642;-0.05431382;-0.3614498,0.075591;0.01086125;-0.02383345,0.1634442;-0.2454547;-0.2902615,0.1778261;-0.573144;-0.168143,0.2094889;-0.6260649;-0.2142038,-0.06657562;-0.001169401;-0.0443432,-0.03783868;-0.3800068;-0.05185458,-0.0002360642;-0.7249308;-0.005881872,0.01054848;-0.7145011;-0.1033534,-0.02048595;0.3992673;0.01062624,0;0;0,-0.05848378;0.1906431;-0.01532499,-0.1319593;0.4785656;-0.05605163,0.01055646;0.3825284;-0.05621104,0.1889692;0.1702762;-0.09517126,0.3076586;-0.02567483;-0.2561557,-0.2088208;0.3184209;-0.02761361,-0.1863919;0.04331332;-0.07465379,-0.1531327;-0.1746984;-0.2471784,0.06415211;0.03184523;-0.0356425,0.159226;-0.2880377;-0.2174002,0.2291204;-0.615343;-0.114999,0.2189396;-0.6101211;-0.2113442,-0.06921104;-0.02821648;-0.02852475,0.001912542;-0.4009587;-0.0486399,0.01595076;-0.7461637;0.007364415,0.008611903;-0.740787;-0.08927841,-0.1082724;0.3828335;-0.03948973,11.76146
+0;0;0,-0.0104254;0.1995275;0.008948982,-0.02521919;0.4990934;0.007112926,0.09437669;0.3646528;0.007726094,0.2040357;0.1661765;-0.1565361,0.2958608;0.03788525;-0.3878573,-0.1310398;0.3644414;-0.02043811,-0.1440513;0.1088014;-0.1339233,-0.1490642;-0.05431382;-0.3614498,0.075591;0.01086125;-0.02383345,0.1634442;-0.2454547;-0.2902615,0.1778261;-0.573144;-0.168143,0.2094889;-0.6260649;-0.2142038,-0.06657562;-0.001169401;-0.0443432,-0.03783868;-0.3800068;-0.05185458,-0.0002360642;-0.7249308;-0.005881872,0.01054848;-0.7145011;-0.1033534,-0.02048595;0.3992673;0.01062624,0;0;0,-0.05290316;0.1922574;-0.01543819,-0.1125627;0.4836369;-0.05412987,0.0252362;0.3842768;-0.05248338,0.1913434;0.1621667;-0.09089503,0.3120484;-0.03089407;-0.2538609,-0.1949105;0.3225;-0.029218,-0.1751102;0.04761481;-0.07867591,-0.1388372;-0.1642374;-0.2581276,0.06462314;0.03111018;-0.03544017,0.157541;-0.2899293;-0.2162713,0.2212821;-0.618588;-0.1141902,0.2128141;-0.6128426;-0.2108339,-0.0696671;-0.02644219;-0.02910851,-0.01504767;-0.4024795;-0.03266834,0.01123035;-0.7477556;0.01826154,0.005497876;-0.7418391;-0.07862566,-0.09391746;0.3866489;-0.03845567,11.79499
+0;0;0,-0.01054048;0.1995053;0.00930248,-0.02574173;0.4990554;0.008130785,0.09396344;0.3644876;0.008162136,0.2019939;0.1788299;-0.1714503,0.3016724;0.02921425;-0.3861113,-0.1311523;0.3644392;-0.02060089,-0.1516476;0.1699488;-0.2209841,-0.1452047;-0.05138256;-0.3923636,0.07573042;0.01077266;-0.02342761,0.1620815;-0.2404128;-0.29518,0.1721823;-0.5653044;-0.1653976,0.20248;-0.6126732;-0.2210405,-0.06649334;-0.001137556;-0.04446731,-0.03653202;-0.379881;-0.05193128,0.001462381;-0.7246703;-0.005275354,0.01244383;-0.7141925;-0.1027346,-0.02085225;0.3992283;0.01139305,0;0;0,-0.04921;0.1932446;-0.01532677,-0.1075823;0.4850308;-0.05293794,0.03036581;0.3842121;-0.05055744,0.1934015;0.1599071;-0.08937269,0.3176114;-0.03054965;-0.2527683,-0.1902879;0.3243243;-0.02991309,-0.1744972;0.05224743;-0.09413797,-0.1384689;-0.1365235;-0.2977737,0.06514752;0.03038931;-0.03510398,0.1545869;-0.2926149;-0.2141817,0.2150485;-0.6223304;-0.1135235,0.2074591;-0.6163296;-0.2103039,-0.06995825;-0.02417353;-0.03035594,-0.008252401;-0.3989404;-0.04227895,0.01701294;-0.7443565;0.00821279,0.01208636;-0.738229;-0.08877087,-0.08886862;0.3880074;-0.0375672,11.82852
+0;0;0,-0.01054048;0.1995053;0.00930248,-0.02574173;0.4990554;0.008130785,0.09396344;0.3644876;0.008162136,0.2019939;0.1788299;-0.1714503,0.3016724;0.02921425;-0.3861113,-0.1311523;0.3644392;-0.02060089,-0.1516476;0.1699488;-0.2209841,-0.1452047;-0.05138256;-0.3923636,0.07573042;0.01077266;-0.02342761,0.1620815;-0.2404128;-0.29518,0.1721823;-0.5653044;-0.1653976,0.20248;-0.6126732;-0.2210405,-0.06649334;-0.001137556;-0.04446731,-0.03653202;-0.379881;-0.05193128,0.001462381;-0.7246703;-0.005275354,0.01244383;-0.7141925;-0.1027346,-0.02085225;0.3992283;0.01139305,0;0;0,-0.04617036;0.1940264;-0.01490155,-0.1020342;0.4864822;-0.05111016,0.0351713;0.3839874;-0.04845767,0.1951234;0.1576696;-0.08840233,0.3205314;-0.03131922;-0.2525853,-0.1861231;0.3263476;-0.03040545,-0.1734096;0.05586591;-0.1016659,-0.1371107;-0.13433;-0.3039229,0.06578501;0.02983357;-0.03438446,0.1647309;-0.2859417;-0.2211885,0.2094742;-0.6141708;-0.1082121,0.2027183;-0.607895;-0.205122,-0.06996308;-0.02239993;-0.03167664,-0.008006223;-0.3972109;-0.04051492,0.01762722;-0.7425575;0.01026508,0.01347499;-0.7361559;-0.08682187,-0.084089;0.3892369;-0.03623369,11.85082
+0;0;0,-0.01054048;0.1995053;0.00930248,-0.02574173;0.4990554;0.008130785,0.09396344;0.3644876;0.008162136,0.2019939;0.1788299;-0.1714503,0.3016724;0.02921425;-0.3861113,-0.1311523;0.3644392;-0.02060089,-0.1516476;0.1699488;-0.2209841,-0.1452047;-0.05138256;-0.3923636,0.07573042;0.01077266;-0.02342761,0.1620815;-0.2404128;-0.29518,0.1721823;-0.5653044;-0.1653976,0.20248;-0.6126732;-0.2210405,-0.06649334;-0.001137556;-0.04446731,-0.03653202;-0.379881;-0.05193128,0.001462381;-0.7246703;-0.005275354,0.01244383;-0.7141925;-0.1027346,-0.02085225;0.3992283;0.01139305,0;0;0,-0.04340839;0.194753;-0.01367478,-0.09535119;0.4881058;-0.04845889,0.04032877;0.3846258;-0.0460739,0.2000374;0.1584312;-0.08765697,0.3260376;-0.03005059;-0.2519695,-0.1825741;0.3301225;-0.0304962,-0.171758;0.06128728;-0.1080246,-0.1298507;-0.1326521;-0.3055881,0.0670609;0.02819876;-0.0332816,0.1683283;-0.2867699;-0.2202033,0.202608;-0.6168169;-0.1088755,0.1966859;-0.6100804;-0.2059515,-0.07025129;-0.01994258;-0.03266571,-0.006035499;-0.3944285;-0.03871657,0.02117868;-0.7395005;0.01309746,0.01774812;-0.73276;-0.08409941,-0.07893597;0.3905008;-0.03418243,11.88452
+0;0;0,-0.01018373;0.1994907;0.009988711,-0.02514369;0.4990547;0.009455374,0.09446472;0.3643333;0.009000038,0.2032103;0.1828088;-0.1743664,0.3000983;0.05276366;-0.4026228,-0.1304203;0.3645147;-0.02018518,-0.1617811;0.1639913;-0.213076,-0.1488979;-0.01641899;-0.4268192,0.07591368;0.01063316;-0.0228921,0.1621069;-0.2357002;-0.2990996,0.1666754;-0.5602478;-0.1681491,0.1976787;-0.6074868;-0.2235832,-0.06633276;-0.001038096;-0.0447089,-0.03508402;-0.3796896;-0.05153405,0.003691565;-0.7243155;-0.004317768,0.01484382;-0.7137797;-0.1017692,-0.02029889;0.3992188;0.01250891,0;0;0,-0.04148079;0.1951972;-0.01331872,-0.09320719;0.4886816;-0.04729961,0.04262168;0.384699;-0.04451163,0.2095355;0.1647994;-0.09124388,0.330595;-0.02663168;-0.2558608,-0.1811338;0.3320532;-0.03080339,-0.1715544;0.06417716;-0.1117397,-0.1311216;-0.1293724;-0.3099915,0.06745532;0.0277447;-0.03286352,0.1205957;-0.3113869;-0.195854,0.1961361;-0.6438034;-0.1165262,0.1908279;-0.6368652;-0.2136857,-0.07019081;-0.01919189;-0.03324036,-0.007559404;-0.3939621;-0.03820359,0.01938479;-0.7390433;0.01369003,0.01655014;-0.7321151;-0.08357073,-0.07667595;0.3910677;-0.03321955,11.91785
+0;0;0,-0.01018373;0.1994907;0.009988711,-0.02514369;0.4990547;0.009455374,0.09446472;0.3643333;0.009000038,0.2032103;0.1828088;-0.1743664,0.3000983;0.05276366;-0.4026228,-0.1304203;0.3645147;-0.02018518,-0.1617811;0.1639913;-0.213076,-0.1488979;-0.01641899;-0.4268192,0.07591368;0.01063316;-0.0228921,0.1621069;-0.2357002;-0.2990996,0.1666754;-0.5602478;-0.1681491,0.1976787;-0.6074868;-0.2235832,-0.06633276;-0.001038096;-0.0447089,-0.03508402;-0.3796896;-0.05153405,0.003691565;-0.7243155;-0.004317768,0.01484382;-0.7137797;-0.1017692,-0.02029889;0.3992188;0.01250891,0;0;0,-0.04032002;0.1954865;-0.01262219,-0.09167816;0.4891396;-0.04568949,0.04407492;0.3845391;-0.04286649,0.2117709;0.1661216;-0.09358017,0.3336784;-0.02401921;-0.2590644,-0.1801202;0.3332092;-0.03062726,-0.171769;0.06626728;-0.114724,-0.1320979;-0.1240245;-0.3162562,0.06799614;0.02727873;-0.03213093,0.1671285;-0.2910432;-0.21446,0.2000441;-0.6225306;-0.1070695,0.1951621;-0.615403;-0.2042961,-0.0700209;-0.01843376;-0.03401868,-0.009934872;-0.3936412;-0.03702586,0.01691784;-0.7385288;0.01618556,0.01452034;-0.7314053;-0.08113308,-0.07522122;0.3914723;-0.0318955,11.95137
+0;0;0,-0.01018373;0.1994907;0.009988711,-0.02514369;0.4990547;0.009455374,0.09446472;0.3643333;0.009000038,0.2032103;0.1828088;-0.1743664,0.3000983;0.05276366;-0.4026228,-0.1304203;0.3645147;-0.02018518,-0.1617811;0.1639913;-0.213076,-0.1488979;-0.01641899;-0.4268192,0.07591368;0.01063316;-0.0228921,0.1621069;-0.2357002;-0.2990996,0.1666754;-0.5602478;-0.1681491,0.1976787;-0.6074868;-0.2235832,-0.06633276;-0.001038096;-0.0447089,-0.03508402;-0.3796896;-0.05153405,0.003691565;-0.7243155;-0.004317768,0.01484382;-0.7137797;-0.1017692,-0.02029889;0.3992188;0.01250891,0;0;0,-0.03954392;0.1956909;-0.01188871,-0.09094982;0.4894177;-0.04421005,0.0448795;0.3845636;-0.04104613,0.21312;0.1675614;-0.0958657,0.3401026;-0.01940836;-0.2611464,-0.1793568;0.3334622;-0.0299163,-0.1717535;0.06678084;-0.1149058,-0.1331581;-0.1206179;-0.3193371,0.0684488;0.02655803;-0.03177156,0.1673482;-0.2925841;-0.2127888,0.2005622;-0.6241708;-0.1057976,0.1959587;-0.6168644;-0.2030796,-0.07011037;-0.01789955;-0.03411954,-0.01337045;-0.393628;-0.03707093,0.01463312;-0.7382339;0.01735877,0.01254273;-0.7309634;-0.08000139,-0.07445318;0.3917265;-0.03063436,11.9848
+0;0;0,-0.009940366;0.1994701;0.01062405,-0.0247427;0.4990428;0.01087904,0.09486727;0.3644358;0.009824478,0.2030914;0.1875215;-0.1782948,0.3001835;0.05537404;-0.4052534,-0.1297388;0.364662;-0.02021947,-0.1487441;0.1801886;-0.2300012,-0.1413073;-0.009517804;-0.4358073,0.07607106;0.01044714;-0.02245109,0.1613055;-0.2277438;-0.3060003,0.1625826;-0.5522301;-0.1748247,0.1925938;-0.5972838;-0.2336998,-0.0661995;-0.0008792145;-0.04490939,-0.03377726;-0.379434;-0.05162657,0.005771201;-0.7238087;-0.003232822,0.01721049;-0.7132151;-0.1006625,-0.01992339;0.3991977;0.01366049,0;0;0,-0.03896142;0.1958625;-0.01094926,-0.09023465;0.4897018;-0.04244548,0.04549478;0.3842148;-0.03968289,0.2198073;0.173039;-0.09816316,0.3509525;-0.007870674;-0.2669015,-0.1786249;0.3335735;-0.02898883,-0.1721833;0.06796572;-0.1173687,-0.1345924;-0.1166085;-0.3245383,0.06884339;0.0258695;-0.0314858,0.1684308;-0.2949786;-0.2090776,0.2024927;-0.6267397;-0.102897,0.1979566;-0.6192645;-0.2002215,-0.07023904;-0.01747703;-0.0340739,-0.01438407;-0.393347;-0.0354861,0.01356251;-0.7378963;0.01932933,0.01157075;-0.7304699;-0.07806918,-0.07378964;0.3919648;-0.02913942,12.0184
+0;0;0,-0.009940366;0.1994701;0.01062405,-0.0247427;0.4990428;0.01087904,0.09486727;0.3644358;0.009824478,0.2030914;0.1875215;-0.1782948,0.3001835;0.05537404;-0.4052534,-0.1297388;0.364662;-0.02021947,-0.1487441;0.1801886;-0.2300012,-0.1413073;-0.009517804;-0.4358073,0.07607106;0.01044714;-0.02245109,0.1613055;-0.2277438;-0.3060003,0.1625826;-0.5522301;-0.1748247,0.1925938;-0.5972838;-0.2336998,-0.0661995;-0.0008792145;-0.04490939,-0.03377726;-0.379434;-0.05162657,0.005771201;-0.7238087;-0.003232822,0.01721049;-0.7132151;-0.1006625,-0.01992339;0.3991977;0.01366049,0;0;0,-0.03896142;0.1958625;-0.01094926,-0.09023465;0.4897018;-0.04244548,0.04549478;0.3842148;-0.03968289,0.2198073;0.173039;-0.09816316,0.3509525;-0.007870674;-0.2669015,-0.1786249;0.3335735;-0.02898883,-0.1721833;0.06796572;-0.1173687,-0.1345924;-0.1166085;-0.3245383,0.06884339;0.0258695;-0.0314858,0.1684308;-0.2949786;-0.2090776,0.2024927;-0.6267397;-0.102897,0.1979566;-0.6192645;-0.2002215,-0.07023904;-0.01747703;-0.0340739,-0.01438407;-0.393347;-0.0354861,0.01356251;-0.7378963;0.01932933,0.01157075;-0.7304699;-0.07806918,-0.07378964;0.3919648;-0.02913942,12.04075
+0;0;0,-0.009940366;0.1994701;0.01062405,-0.0247427;0.4990428;0.01087904,0.09486727;0.3644358;0.009824478,0.2030914;0.1875215;-0.1782948,0.3001835;0.05537404;-0.4052534,-0.1297388;0.364662;-0.02021947,-0.1487441;0.1801886;-0.2300012,-0.1413073;-0.009517804;-0.4358073,0.07607106;0.01044714;-0.02245109,0.1613055;-0.2277438;-0.3060003,0.1625826;-0.5522301;-0.1748247,0.1925938;-0.5972838;-0.2336998,-0.0661995;-0.0008792145;-0.04490939,-0.03377726;-0.379434;-0.05162657,0.005771201;-0.7238087;-0.003232822,0.01721049;-0.7132151;-0.1006625,-0.01992339;0.3991977;0.01366049,0;0;0,-0.03954053;0.195829;-0.009356848,-0.09253502;0.4894788;-0.03967877,0.04364172;0.3840444;-0.03733007,0.2190451;0.1744242;-0.09810039,0.3539556;0.003080174;-0.2737147,-0.1806706;0.3337707;-0.02707436,-0.1747895;0.06885549;-0.1175473,-0.1385922;-0.1168331;-0.3239679,0.06906278;0.02516526;-0.03157597,0.1675086;-0.2995323;-0.2026897,0.2028137;-0.6311712;-0.09653327,0.1982656;-0.6234309;-0.1939182,-0.07046092;-0.0172949;-0.03370676,-0.01919702;-0.3938205;-0.03298193,0.008537903;-0.7382619;0.0226137,0.006589129;-0.7305995;-0.07484005,-0.07562837;0.3917872;-0.02662058,12.07415
+0;0;0,-0.01012581;0.1994362;0.01107619,-0.02550083;0.4989806;0.01232722,0.09427153;0.3642447;0.01048268,0.2024189;0.1920162;-0.181979,0.2943941;0.06674987;-0.414893,-0.1299333;0.3644972;-0.02018281,-0.1595671;0.1729265;-0.2222286,-0.1435237;0.004362419;-0.445228,0.07619892;0.01031686;-0.02207454,0.1589254;-0.2306876;-0.3039844,0.1581688;-0.5570699;-0.1775961,0.1860731;-0.59917;-0.2410227,-0.06603765;-0.0007554292;-0.04514929,-0.03322209;-0.379287;-0.05122938,0.006756246;-0.7235445;-0.002357095,0.01839605;-0.7128917;-0.09977477,-0.02046638;0.3991357;0.01470503,0;0;0,-0.04154752;0.1955312;-0.006432078,-0.098225;0.4887442;-0.03403988,0.03895437;0.3831381;-0.03244246,0.2201679;0.1785077;-0.09317207,0.352791;0.009161055;-0.2724284,-0.1854775;0.3334235;-0.02271856,-0.1809369;0.07143626;-0.1214204,-0.1479996;-0.1145757;-0.3280957,0.06929372;0.02447961;-0.031609,0.1678163;-0.3078785;-0.1872735,0.2037247;-0.6402384;-0.08360355,0.1990428;-0.6320388;-0.181086,-0.07059343;-0.01720171;-0.03347638,-0.02668097;-0.3946501;-0.03137196,-0.001098381;-0.7385622;0.02837709,-0.003074828;-0.7304584;-0.06917624,-0.08028468;0.3911574;-0.02159159,12.10781
+0;0;0,-0.01012581;0.1994362;0.01107619,-0.02550083;0.4989806;0.01232722,0.09427153;0.3642447;0.01048268,0.2024189;0.1920162;-0.181979,0.2943941;0.06674987;-0.414893,-0.1299333;0.3644972;-0.02018281,-0.1595671;0.1729265;-0.2222286,-0.1435237;0.004362419;-0.445228,0.07619892;0.01031686;-0.02207454,0.1589254;-0.2306876;-0.3039844,0.1581688;-0.5570699;-0.1775961,0.1860731;-0.59917;-0.2410227,-0.06603765;-0.0007554292;-0.04514929,-0.03322209;-0.379287;-0.05122938,0.006756246;-0.7235445;-0.002357095,0.01839605;-0.7128917;-0.09977477,-0.02046638;0.3991357;0.01470503,0;0;0,-0.04154752;0.1955312;-0.006432078,-0.098225;0.4887442;-0.03403988,0.03895437;0.3831381;-0.03244246,0.2201679;0.1785077;-0.09317207,0.352791;0.009161055;-0.2724284,-0.1854775;0.3334235;-0.02271856,-0.1809369;0.07143626;-0.1214204,-0.1479996;-0.1145757;-0.3280957,0.06929372;0.02447961;-0.031609,0.1678163;-0.3078785;-0.1872735,0.2037247;-0.6402384;-0.08360355,0.1990428;-0.6320388;-0.181086,-0.07059343;-0.01720171;-0.03347638,-0.02668097;-0.3946501;-0.03137196,-0.001098381;-0.7385622;0.02837709,-0.003074828;-0.7304584;-0.06917624,-0.08028468;0.3911574;-0.02159159,12.13017
+0;0;0,-0.01012581;0.1994362;0.01107619,-0.02550083;0.4989806;0.01232722,0.09427153;0.3642447;0.01048268,0.2024189;0.1920162;-0.181979,0.2943941;0.06674987;-0.414893,-0.1299333;0.3644972;-0.02018281,-0.1595671;0.1729265;-0.2222286,-0.1435237;0.004362419;-0.445228,0.07619892;0.01031686;-0.02207454,0.1589254;-0.2306876;-0.3039844,0.1581688;-0.5570699;-0.1775961,0.1860731;-0.59917;-0.2410227,-0.06603765;-0.0007554292;-0.04514929,-0.03322209;-0.379287;-0.05122938,0.006756246;-0.7235445;-0.002357095,0.01839605;-0.7128917;-0.09977477,-0.02046638;0.3991357;0.01470503,0;0;0,-0.04177086;0.1955249;-0.005020803,-0.100017;0.4886323;-0.03040103,0.03772973;0.3821432;-0.02963195,0.2201279;0.179048;-0.09194764,0.353759;0.02017443;-0.2798357,-0.1865988;0.3333945;-0.02230899,-0.1859678;0.07062435;-0.1190118,-0.1550888;-0.1112553;-0.3296449,0.06941303;0.02393817;-0.03176153,0.1679793;-0.3119317;-0.1796673,0.2029616;-0.6440857;-0.07502543,0.1989256;-0.6355479;-0.1726117,-0.07083965;-0.01686443;-0.03312604,-0.02883103;-0.394518;-0.02951411,-0.005262788;-0.7380687;0.03307557,-0.006555156;-0.7296299;-0.0645638,-0.08143437;0.3910765;-0.01867242,12.15287
+0;0;0,-0.01020686;0.199409;0.01148353,-0.02568327;0.4989456;0.01320866,0.09401498;0.3639029;0.01072275,0.1999494;0.1881267;-0.1797519,0.2851577;0.1006491;-0.4317187,-0.1297764;0.364612;-0.0205299,-0.1474493;0.1939546;-0.2418073,-0.1364517;0.01973511;-0.4607288,0.0763329;0.01025266;-0.02163727,0.1574421;-0.2223619;-0.3109671,0.1529101;-0.5500009;-0.1879542,0.1816024;-0.5961657;-0.2460549,-0.0658979;-0.000710571;-0.04535374,-0.03242129;-0.3791871;-0.05125412,0.007716525;-0.7233873;-0.002109598,0.01960658;-0.7126969;-0.0995045,-0.0206106;0.3990991;0.01543496,0;0;0,-0.04285185;0.1953108;-0.004172865,-0.1031444;0.4881244;-0.02812768,0.03526534;0.3813989;-0.02813141,0.2177482;0.1787348;-0.09159207,0.3500051;0.02226269;-0.2824444,-0.1890373;0.3330992;-0.02161144,-0.1905431;0.07190323;-0.1224797,-0.1603806;-0.1113726;-0.3320034,0.06952635;0.02397175;-0.03148715,0.1667012;-0.314891;-0.1733643,0.2018462;-0.6472607;-0.06946445,0.1979576;-0.6385463;-0.1670954,-0.070592;-0.01685096;-0.03365731,-0.03274409;-0.3949422;-0.02984535,-0.01040776;-0.7382302;0.03460968,-0.01151122;-0.7296146;-0.06307089,-0.08384616;0.3906522;-0.01686971,12.18601
+0;0;0,-0.01020686;0.199409;0.01148353,-0.02568327;0.4989456;0.01320866,0.09401498;0.3639029;0.01072275,0.1999494;0.1881267;-0.1797519,0.2851577;0.1006491;-0.4317187,-0.1297764;0.364612;-0.0205299,-0.1474493;0.1939546;-0.2418073,-0.1364517;0.01973511;-0.4607288,0.0763329;0.01025266;-0.02163727,0.1574421;-0.2223619;-0.3109671,0.1529101;-0.5500009;-0.1879542,0.1816024;-0.5961657;-0.2460549,-0.0658979;-0.000710571;-0.04535374,-0.03242129;-0.3791871;-0.05125412,0.007716525;-0.7233873;-0.002109598,0.01960658;-0.7126969;-0.0995045,-0.0206106;0.3990991;0.01543496,0;0;0,-0.04285185;0.1953108;-0.004172865,-0.1031444;0.4881244;-0.02812768,0.03526534;0.3813989;-0.02813141,0.2177482;0.1787348;-0.09159207,0.3500051;0.02226269;-0.2824444,-0.1890373;0.3330992;-0.02161144,-0.1905431;0.07190323;-0.1224797,-0.1603806;-0.1113726;-0.3320034,0.06952635;0.02397175;-0.03148715,0.1667012;-0.314891;-0.1733643,0.2018462;-0.6472607;-0.06946445,0.1979576;-0.6385463;-0.1670954,-0.070592;-0.01685096;-0.03365731,-0.03274409;-0.3949422;-0.02984535,-0.01040776;-0.7382302;0.03460968,-0.01151122;-0.7296146;-0.06307089,-0.08384616;0.3906522;-0.01686971,12.20836
+0;0;0,-0.01020686;0.199409;0.01148353,-0.02568327;0.4989456;0.01320866,0.09401498;0.3639029;0.01072275,0.1999494;0.1881267;-0.1797519,0.2851577;0.1006491;-0.4317187,-0.1297764;0.364612;-0.0205299,-0.1474493;0.1939546;-0.2418073,-0.1364517;0.01973511;-0.4607288,0.0763329;0.01025266;-0.02163727,0.1574421;-0.2223619;-0.3109671,0.1529101;-0.5500009;-0.1879542,0.1816024;-0.5961657;-0.2460549,-0.0658979;-0.000710571;-0.04535374,-0.03242129;-0.3791871;-0.05125412,0.007716525;-0.7233873;-0.002109598,0.01960658;-0.7126969;-0.0995045,-0.0206106;0.3990991;0.01543496,0;0;0,-0.04374109;0.1951299;-0.003321081,-0.1058546;0.4876801;-0.02581413,0.03318126;0.3806533;-0.02650516,0.2157585;0.1785821;-0.09156514,0.3457828;0.02482145;-0.2861194,-0.1897158;0.3304509;-0.02122461,-0.1945337;0.07094759;-0.1262714,-0.1675505;-0.1041358;-0.343107,0.06963056;0.02419599;-0.03108278,0.1645488;-0.3166299;-0.1697487,0.1997423;-0.6485828;-0.06454075,0.1961117;-0.6396908;-0.1622202,-0.07031847;-0.01696737;-0.03416756,-0.03607402;-0.3953916;-0.02943345,-0.01436581;-0.7384264;0.03656532,-0.01519187;-0.7296312;-0.06115714,-0.08588186;0.3902876;-0.01505301,12.24178
+0;0;0,-0.01039281;0.199383;0.01176509,-0.02630063;0.4988952;0.01392321,0.09353884;0.36384;0.01091501,0.2021298;0.2014394;-0.1896693,0.2785357;0.09908666;-0.43884,-0.1298279;0.3646188;-0.021237,-0.1474061;0.1945742;-0.2429932,-0.1368112;0.02969958;-0.4690554,0.07639951;0.01023384;-0.02140988,0.1553949;-0.21782;-0.314925,0.149909;-0.5467103;-0.1953377,0.1757403;-0.5906897;-0.257465,-0.06583926;-0.0007245264;-0.04543861,-0.03216471;-0.379184;-0.05131022,0.008148745;-0.7233022;-0.001738019,0.02038248;-0.7125802;-0.09909663,-0.02106634;0.3990535;0.01598098,0;0;0,-0.04335505;0.1952261;-0.002669132,-0.1058692;0.4878521;-0.0231293,0.03350417;0.3801527;-0.02441992,0.2121954;0.1755625;-0.09233361,0.3406995;0.02570987;-0.2909058,-0.188134;0.3287488;-0.02140578,-0.2051325;0.08670506;-0.1611409,-0.1701196;-0.09856969;-0.368137,0.06994291;0.02423984;-0.03033842,0.1607038;-0.319373;-0.1648474,0.1945229;-0.6511084;-0.05850866,0.1915514;-0.6419913;-0.1562587,-0.07011678;-0.01681148;-0.0346556,-0.04019455;-0.3956131;-0.03091969,-0.01949877;-0.7379427;0.03895265,-0.01966382;-0.7289144;-0.05882344,-0.08553088;0.390442;-0.01324903,12.27525
+0;0;0,-0.01039281;0.199383;0.01176509,-0.02630063;0.4988952;0.01392321,0.09353884;0.36384;0.01091501,0.2021298;0.2014394;-0.1896693,0.2785357;0.09908666;-0.43884,-0.1298279;0.3646188;-0.021237,-0.1474061;0.1945742;-0.2429932,-0.1368112;0.02969958;-0.4690554,0.07639951;0.01023384;-0.02140988,0.1553949;-0.21782;-0.314925,0.149909;-0.5467103;-0.1953377,0.1757403;-0.5906897;-0.257465,-0.06583926;-0.0007245264;-0.04543861,-0.03216471;-0.379184;-0.05131022,0.008148745;-0.7233022;-0.001738019,0.02038248;-0.7125802;-0.09909663,-0.02106634;0.3990535;0.01598098,0;0;0,-0.04335505;0.1952261;-0.002669132,-0.1058692;0.4878521;-0.0231293,0.03350417;0.3801527;-0.02441992,0.2121954;0.1755625;-0.09233361,0.3406995;0.02570987;-0.2909058,-0.188134;0.3287488;-0.02140578,-0.2051325;0.08670506;-0.1611409,-0.1701196;-0.09856969;-0.368137,0.06994291;0.02423984;-0.03033842,0.1607038;-0.319373;-0.1648474,0.1945229;-0.6511084;-0.05850866,0.1915514;-0.6419913;-0.1562587,-0.07011678;-0.01681148;-0.0346556,-0.04019455;-0.3956131;-0.03091969,-0.01949877;-0.7379427;0.03895265,-0.01966382;-0.7289144;-0.05882344,-0.08553088;0.390442;-0.01324903,12.298
+0;0;0,-0.01039281;0.199383;0.01176509,-0.02630063;0.4988952;0.01392321,0.09353884;0.36384;0.01091501,0.2021298;0.2014394;-0.1896693,0.2785357;0.09908666;-0.43884,-0.1298279;0.3646188;-0.021237,-0.1474061;0.1945742;-0.2429932,-0.1368112;0.02969958;-0.4690554,0.07639951;0.01023384;-0.02140988,0.1553949;-0.21782;-0.314925,0.149909;-0.5467103;-0.1953377,0.1757403;-0.5906897;-0.257465,-0.06583926;-0.0007245264;-0.04543861,-0.03216471;-0.379184;-0.05131022,0.008148745;-0.7233022;-0.001738019,0.02038248;-0.7125802;-0.09909663,-0.02106634;0.3990535;0.01598098,0;0;0,-0.04278472;0.195355;-0.002429576,-0.104501;0.4882035;-0.02217386,0.03462768;0.3801156;-0.02367294,0.2114975;0.1756197;-0.09646377,0.3381363;0.0241278;-0.2949904,-0.1866539;0.3286773;-0.02228314,-0.2033462;0.0934286;-0.1732117,-0.1683422;-0.09860963;-0.3739504,0.07010487;0.02411538;-0.03006253,0.1571601;-0.3218376;-0.1609743,0.1914787;-0.6528267;-0.05249196,0.1890401;-0.6435966;-0.1502808,-0.07009676;-0.01658134;-0.03480665,-0.04228107;-0.3955379;-0.03053626,-0.02143652;-0.7376522;0.04033853,-0.02107034;-0.7285063;-0.05746216,-0.08439034;0.3907145;-0.01261053,12.33128
+0;0;0,-0.01054632;0.1993567;0.01207013,-0.02654454;0.4988597;0.0147191,0.09328149;0.363776;0.01114599,0.2018935;0.2045806;-0.1919802,0.2784017;0.1033781;-0.441589,-0.1296208;0.3644745;-0.02175455,-0.1474916;0.1968897;-0.2453523,-0.1362208;0.04222903;-0.4784898,0.07650694;0.00997517;-0.02114671,0.1537175;-0.2092403;-0.3217845,0.1466643;-0.5388672;-0.2043267,0.1731422;-0.5823527;-0.2667671,-0.06579778;-0.0004380256;-0.0455023,-0.03153063;-0.3788442;-0.05137791,0.009170502;-0.7229401;-0.001966935,0.02167406;-0.7121963;-0.09929556,-0.02129676;0.3990156;0.01662262,0;0;0,-0.04178373;0.1955711;-0.002465376,-0.1008427;0.4889738;-0.02214154,0.03726579;0.3800385;-0.02323979,0.211959;0.1744967;-0.09830556,0.3356971;0.023467;-0.2990016,-0.1836517;0.3288543;-0.02351179,-0.2034555;0.0935079;-0.173911,-0.1666171;-0.093362;-0.3791488,0.07023198;0.02389347;-0.02994279,0.1534687;-0.3241699;-0.1577063,0.1912569;-0.6551006;-0.05020306,0.1893977;-0.6458182;-0.1480158,-0.07010271;-0.01628092;-0.03493626,-0.04175685;-0.395194;-0.03031378,-0.02149189;-0.7371816;0.04133686,-0.02054081;-0.7279799;-0.05647177,-0.08173861;0.3912736;-0.01266991,12.3647
+0;0;0,-0.01054632;0.1993567;0.01207013,-0.02654454;0.4988597;0.0147191,0.09328149;0.363776;0.01114599,0.2018935;0.2045806;-0.1919802,0.2784017;0.1033781;-0.441589,-0.1296208;0.3644745;-0.02175455,-0.1474916;0.1968897;-0.2453523,-0.1362208;0.04222903;-0.4784898,0.07650694;0.00997517;-0.02114671,0.1537175;-0.2092403;-0.3217845,0.1466643;-0.5388672;-0.2043267,0.1731422;-0.5823527;-0.2667671,-0.06579778;-0.0004380256;-0.0455023,-0.03153063;-0.3788442;-0.05137791,0.009170502;-0.7229401;-0.001966935,0.02167406;-0.7121963;-0.09929556,-0.02129676;0.3990156;0.01662262,0;0;0,-0.04071153;0.1957973;-0.002448923,-0.09764743;0.4896327;-0.02195764,0.03974154;0.3805428;-0.02307947,0.2101019;0.1722261;-0.1004196,0.3319582;0.02136327;-0.3023885,-0.1811616;0.3294081;-0.02388535,-0.2030386;0.09349406;-0.1731032,-0.1643861;-0.08725433;-0.3834267,0.07033235;0.02352533;-0.02999867,0.1530525;-0.3254431;-0.1556109,0.1913026;-0.6562138;-0.04777908,0.1896316;-0.6469009;-0.1456016,-0.07019902;-0.01588786;-0.03492381,-0.04224151;-0.3948145;-0.02918013,-0.02201713;-0.7366302;0.04329696,-0.02087261;-0.7274041;-0.0545148,-0.0792699;0.3917828;-0.0125944,12.38715
+0;0;0,-0.01054632;0.1993567;0.01207013,-0.02654454;0.4988597;0.0147191,0.09328149;0.363776;0.01114599,0.2018935;0.2045806;-0.1919802,0.2784017;0.1033781;-0.441589,-0.1296208;0.3644745;-0.02175455,-0.1474916;0.1968897;-0.2453523,-0.1362208;0.04222903;-0.4784898,0.07650694;0.00997517;-0.02114671,0.1537175;-0.2092403;-0.3217845,0.1466643;-0.5388672;-0.2043267,0.1731422;-0.5823527;-0.2667671,-0.06579778;-0.0004380256;-0.0455023,-0.03153063;-0.3788442;-0.05137791,0.009170502;-0.7229401;-0.001966935,0.02167406;-0.7121963;-0.09929556,-0.02129676;0.3990156;0.01662262,0;0;0,-0.04082878;0.1957825;-0.001487978,-0.09815083;0.4895808;-0.02039746,0.03944581;0.3802325;-0.0215601,0.2115068;0.1738816;-0.1003913,0.3292907;0.02001254;-0.3025082,-0.180761;0.328727;-0.02471549,-0.205453;0.092234;-0.1725714,-0.1658893;-0.082775;-0.3875285,0.07043931;0.02313238;-0.03005322,0.1525638;-0.3270613;-0.1526091,0.1920016;-0.657832;-0.04520597,0.1910357;-0.6483399;-0.1430758,-0.07034321;-0.01546561;-0.03482308,-0.04184248;-0.394318;-0.02716921,-0.02193735;-0.7360977;0.04556614,-0.02007914;-0.7266925;-0.05227251,-0.07954824;0.3917588;-0.01118911,12.42068
+0;0;0,-0.01065023;0.1993328;0.01236906,-0.02672146;0.4988275;0.01545107,0.09317096;0.3639381;0.01152912,0.2001064;0.2142913;-0.1995885,0.268132;0.1272784;-0.4568846,-0.1295611;0.364473;-0.02180189,-0.1534592;0.201488;-0.2482191,-0.136196;0.048026;-0.4817815,0.07665496;0.009723135;-0.02072386,0.1533106;-0.2057613;-0.3241878,0.1436334;-0.5368708;-0.2111706,0.170084;-0.5799389;-0.2741103,-0.06563291;-0.0001419824;-0.04574167,-0.03101715;-0.3785259;-0.05096979,0.01016651;-0.7224764;-0.0009497665,0.0228035;-0.711709;-0.09826581,-0.02145698;0.3989818;0.01721917,0;0;0,-0.04105458;0.1957398;-0.0006762566,-0.09862721;0.489532;-0.01882745,0.03900377;0.3802909;-0.02051133,0.2104926;0.1740543;-0.1008734,0.324012;0.01768276;-0.3035092,-0.1806245;0.3281143;-0.02474293,-0.2075648;0.09168467;-0.1723073,-0.1665543;-0.07979745;-0.3898206,0.07048956;0.02240108;-0.03048627,0.1486648;-0.3303033;-0.1483345,0.1920801;-0.6613804;-0.04343879,0.1913443;-0.651755;-0.1413384,-0.07067323;-0.01485999;-0.03441619,-0.04237393;-0.3936962;-0.02534625,-0.02265546;-0.7353712;0.04793001,-0.02056167;-0.7258373;-0.04993089,-0.07996792;0.3917068;-0.009768229,12.45418
+0;0;0,-0.01065023;0.1993328;0.01236906,-0.02672146;0.4988275;0.01545107,0.09317096;0.3639381;0.01152912,0.2001064;0.2142913;-0.1995885,0.268132;0.1272784;-0.4568846,-0.1295611;0.364473;-0.02180189,-0.1534592;0.201488;-0.2482191,-0.136196;0.048026;-0.4817815,0.07665496;0.009723135;-0.02072386,0.1533106;-0.2057613;-0.3241878,0.1436334;-0.5368708;-0.2111706,0.170084;-0.5799389;-0.2741103,-0.06563291;-0.0001419824;-0.04574167,-0.03101715;-0.3785259;-0.05096979,0.01016651;-0.7224764;-0.0009497665,0.0228035;-0.711709;-0.09826581,-0.02145698;0.3989818;0.01721917,0;0;0,-0.04096388;0.1957599;-0.0001128309,-0.09869173;0.4895663;-0.01747871,0.0386619;0.3804297;-0.02258195,0.2037482;0.1683034;-0.1009973,0.3127784;0.006065175;-0.3014747,-0.1804716;0.3281553;-0.02476805,-0.2087663;0.09183273;-0.1722504,-0.1684186;-0.07920419;-0.3902377,0.07057652;0.02167352;-0.03080931,0.1454256;-0.3331262;-0.1444526,0.1925701;-0.6641742;-0.0410863,0.1908003;-0.6545464;-0.1389732,-0.07090759;-0.01422504;-0.03420177,-0.04273472;-0.3930331;-0.02367897,-0.02292602;-0.7346681;0.04975889,-0.02185976;-0.7251386;-0.04811769,-0.07998614;0.3917316;-0.008620941,12.47628
+0;0;0,-0.01065023;0.1993328;0.01236906,-0.02672146;0.4988275;0.01545107,0.09317096;0.3639381;0.01152912,0.2001064;0.2142913;-0.1995885,0.268132;0.1272784;-0.4568846,-0.1295611;0.364473;-0.02180189,-0.1534592;0.201488;-0.2482191,-0.136196;0.048026;-0.4817815,0.07665496;0.009723135;-0.02072386,0.1533106;-0.2057613;-0.3241878,0.1436334;-0.5368708;-0.2111706,0.170084;-0.5799389;-0.2741103,-0.06563291;-0.0001419824;-0.04574167,-0.03101715;-0.3785259;-0.05096979,0.01016651;-0.7224764;-0.0009497665,0.0228035;-0.711709;-0.09826581,-0.02145698;0.3989818;0.01721917,0;0;0,-0.04096388;0.1957599;-0.0001128309,-0.09869173;0.4895663;-0.01747871,0.0386619;0.3804297;-0.02258195,0.2037482;0.1683034;-0.1009973,0.3127784;0.006065175;-0.3014747,-0.1804716;0.3281553;-0.02476805,-0.2087663;0.09183273;-0.1722504,-0.1684186;-0.07920419;-0.3902377,0.07057652;0.02167352;-0.03080931,0.1454256;-0.3331262;-0.1444526,0.1925701;-0.6641742;-0.0410863,0.1908003;-0.6545464;-0.1389732,-0.07090759;-0.01422504;-0.03420177,-0.04273472;-0.3930331;-0.02367897,-0.02292602;-0.7346681;0.04975889,-0.02185976;-0.7251386;-0.04811769,-0.07998614;0.3917316;-0.008620941,12.49899
+0;0;0,-0.01075863;0.199301;0.01278162,-0.02695006;0.4987839;0.0163073,0.09302174;0.3640237;0.01203492,0.1980681;0.2207152;-0.2043627,0.2643545;0.1225605;-0.4580787,-0.1294562;0.364397;-0.02183219,-0.149161;0.2178139;-0.2595823,-0.1326367;0.07350829;-0.4989624,0.07679947;0.009473205;-0.02030025,0.152434;-0.2018556;-0.3269263,0.1409392;-0.5339375;-0.216974,0.166041;-0.5758775;-0.2817393,-0.06552699;4.575797E-05;-0.04589346,-0.03097874;-0.3783464;-0.05097051,0.01082937;-0.7221399;-0.0003926158,0.0236663;-0.711345;-0.09768794,-0.02163489;0.3989385;0.01793527,0;0;0,-0.0373826;0.1964648;-0.002033058,-0.0837011;0.4920229;-0.02332055,0.0493794;0.3806995;-0.02475927,0.2118697;0.1661636;-0.1020332,0.3173303;0.0002439916;-0.3014041,-0.1721581;0.3328181;-0.02512296,-0.2046546;0.09699544;-0.1725395,-0.1599606;-0.07565299;-0.3883982,0.07070248;0.02128323;-0.03079258,0.1453519;-0.3341371;-0.142613,0.1929948;-0.6652039;-0.03953549,0.1912415;-0.6559547;-0.1373431,-0.07097882;-0.01369195;-0.03427152,-0.04274183;-0.3924412;-0.02195452,-0.02276232;-0.7340119;0.05173587,-0.02167827;-0.7248639;-0.04605993,-0.06936584;0.3935753;-0.01319295,12.53227
+0;0;0,-0.01075863;0.199301;0.01278162,-0.02695006;0.4987839;0.0163073,0.09302174;0.3640237;0.01203492,0.1980681;0.2207152;-0.2043627,0.2643545;0.1225605;-0.4580787,-0.1294562;0.364397;-0.02183219,-0.149161;0.2178139;-0.2595823,-0.1326367;0.07350829;-0.4989624,0.07679947;0.009473205;-0.02030025,0.152434;-0.2018556;-0.3269263,0.1409392;-0.5339375;-0.216974,0.166041;-0.5758775;-0.2817393,-0.06552699;4.575797E-05;-0.04589346,-0.03097874;-0.3783464;-0.05097051,0.01082937;-0.7221399;-0.0003926158,0.0236663;-0.711345;-0.09768794,-0.02163489;0.3989385;0.01793527,0;0;0,-0.03560152;0.196787;-0.002724524,-0.08019967;0.4926204;-0.02401512,0.05252747;0.3802467;-0.02542494,0.2140485;0.1646092;-0.1016574,0.3177141;-0.003682777;-0.2999786,-0.1709798;0.3369914;-0.02591335,-0.2031783;0.100404;-0.1721653,-0.1587951;-0.06766373;-0.3916725,0.07078816;0.02093379;-0.03083525,0.1456785;-0.3347762;-0.1415684,0.1934777;-0.6658709;-0.03865304,0.1919073;-0.6566744;-0.1364526,-0.07102431;-0.01320353;-0.03436879,-0.04292309;-0.3919295;-0.02106715,-0.02255849;-0.7334242;0.05286976,-0.02129189;-0.7243291;-0.04491255,-0.0661222;0.3941207;-0.01403348,12.55463
+0;0;0,-0.01075863;0.199301;0.01278162,-0.02695006;0.4987839;0.0163073,0.09302174;0.3640237;0.01203492,0.1980681;0.2207152;-0.2043627,0.2643545;0.1225605;-0.4580787,-0.1294562;0.364397;-0.02183219,-0.149161;0.2178139;-0.2595823,-0.1326367;0.07350829;-0.4989624,0.07679947;0.009473205;-0.02030025,0.152434;-0.2018556;-0.3269263,0.1409392;-0.5339375;-0.216974,0.166041;-0.5758775;-0.2817393,-0.06552699;4.575797E-05;-0.04589346,-0.03097874;-0.3783464;-0.05097051,0.01082937;-0.7221399;-0.0003926158,0.0236663;-0.711345;-0.09768794,-0.02163489;0.3989385;0.01793527,0;0;0,-0.03438446;0.1969945;-0.003300006,-0.07855035;0.4928935;-0.02463257,0.05415037;0.3801759;-0.02598237,0.2141804;0.1634271;-0.1022081,0.3165238;-0.006077945;-0.3001825,-0.1701874;0.338833;-0.02637925,-0.202006;0.1015967;-0.1716599,-0.1594198;-0.06684221;-0.3912385,0.0709045;0.02063711;-0.03076787,0.145972;-0.3351826;-0.1410275,0.1934413;-0.6663058;-0.03805115,0.1919122;-0.657162;-0.1358401,-0.07101741;-0.01271443;-0.03456689,-0.04320811;-0.3914164;-0.02002656,-0.02258584;-0.7328595;0.05407736,-0.02128368;-0.7238117;-0.04369437,-0.06446804;0.3943909;-0.01468611,12.5882
+0;0;0,-0.01082618;0.1992828;0.01300668,-0.02697303;0.4987637;0.01683228,0.09296826;0.3640461;0.01208832,0.1981395;0.2219984;-0.2050786,0.2663043;0.1246788;-0.4586184,-0.129261;0.3643028;-0.02197809,-0.1642292;0.2109667;-0.2536357,-0.1387164;0.08260982;-0.5011708,0.07691104;0.009319082;-0.01994607,0.1516272;-0.197806;-0.3296503,0.1377318;-0.5311586;-0.2239004,0.1614906;-0.5731543;-0.2891088,-0.06541014;0.0001897033;-0.04605949,-0.03054211;-0.3781825;-0.05038638,0.01127291;-0.7219884;0.0001007281,0.02420716;-0.7111789;-0.09718458,-0.02168146;0.3989157;0.01837762,0;0;0,-0.03332886;0.1971734;-0.003440159,-0.07737219;0.4931199;-0.02438128,0.05536023;0.380008;-0.02551947,0.2141288;0.1625427;-0.1023399,0.3162017;-0.007294461;-0.3001693,-0.1684885;0.3381072;-0.02603223,-0.200059;0.1011662;-0.1718481,-0.1544959;-0.06540895;-0.3922494,0.07103829;0.02024644;-0.03071875,0.1454394;-0.3360859;-0.1397682,0.1923702;-0.6673651;-0.03704741,0.1909117;-0.6582119;-0.1348395,-0.07116469;-0.01225044;-0.03443129,-0.04410524;-0.3909388;-0.01821663,-0.02300617;-0.7322272;0.05646294,-0.02164592;-0.7231665;-0.04131077,-0.06324452;0.3946095;-0.01457819,12.62298
+0;0;0,-0.01082618;0.1992828;0.01300668,-0.02697303;0.4987637;0.01683228,0.09296826;0.3640461;0.01208832,0.1981395;0.2219984;-0.2050786,0.2663043;0.1246788;-0.4586184,-0.129261;0.3643028;-0.02197809,-0.1642292;0.2109667;-0.2536357,-0.1387164;0.08260982;-0.5011708,0.07691104;0.009319082;-0.01994607,0.1516272;-0.197806;-0.3296503,0.1377318;-0.5311586;-0.2239004,0.1614906;-0.5731543;-0.2891088,-0.06541014;0.0001897033;-0.04605949,-0.03054211;-0.3781825;-0.05038638,0.01127291;-0.7219884;0.0001007281,0.02420716;-0.7111789;-0.09718458,-0.02168146;0.3989157;0.01837762,0;0;0,-0.03304412;0.197224;-0.003283209,-0.07713475;0.4931778;-0.02401727,0.05562472;0.3800476;-0.02526881,0.2139091;0.1622964;-0.1022784,0.3158076;-0.007564709;-0.3001771,-0.1681382;0.3380404;-0.02584339,-0.1990114;0.101828;-0.1729846,-0.1549321;-0.06479234;-0.3936533,0.07115052;0.02006371;-0.03057862,0.1452741;-0.3360785;-0.1404351,0.1923622;-0.6672176;-0.037335,0.1909199;-0.6580377;-0.135133,-0.07114609;-0.0119182;-0.03458599,-0.04479612;-0.390661;-0.01847567,-0.02296171;-0.7317404;0.05694409,-0.02158718;-0.7226534;-0.04083504,-0.0629731;0.3946662;-0.01427545,12.65521
+0;0;0,-0.01082618;0.1992828;0.01300668,-0.02697303;0.4987637;0.01683228,0.09296826;0.3640461;0.01208832,0.1981395;0.2219984;-0.2050786,0.2663043;0.1246788;-0.4586184,-0.129261;0.3643028;-0.02197809,-0.1642292;0.2109667;-0.2536357,-0.1387164;0.08260982;-0.5011708,0.07691104;0.009319082;-0.01994607,0.1516272;-0.197806;-0.3296503,0.1377318;-0.5311586;-0.2239004,0.1614906;-0.5731543;-0.2891088,-0.06541014;0.0001897033;-0.04605949,-0.03054211;-0.3781825;-0.05038638,0.01127291;-0.7219884;0.0001007281,0.02420716;-0.7111789;-0.09718458,-0.02168146;0.3989157;0.01837762,0;0;0,-0.03263453;0.1972933;-0.003219604,-0.07664989;0.4932548;-0.02399863,0.05614504;0.3800796;-0.02469629,0.2134091;0.1618305;-0.1023839,0.3147393;-0.005272448;-0.3029051,-0.1676551;0.3380245;-0.02537077,-0.1980664;0.1031638;-0.1747548,-0.1617907;-0.06038424;-0.3991119,0.07124475;0.01995662;-0.0304289,0.1451967;-0.3352044;-0.1435296,0.1924119;-0.6659406;-0.03920211,0.1909905;-0.6567577;-0.137001,-0.07116191;-0.01177745;-0.03460164,-0.04556326;-0.3907152;-0.02231802,-0.02252338;-0.7311568;0.05558404,-0.02113353;-0.7220615;-0.04219667,-0.06249472;0.3947448;-0.0142304,12.68899
+0;0;0,-0.01085672;0.1992487;0.01349319,-0.02695649;0.4987246;0.01780623,0.0929661;0.3640662;0.01239869,0.1975968;0.2294974;-0.2097356,0.2628446;0.1566855;-0.4721116,-0.1290548;0.3641471;-0.02156707,-0.1520918;0.2057889;-0.2513321,-0.1363404;0.08685958;-0.5043296,0.07704233;0.009108257;-0.01953255,0.1506501;-0.1930459;-0.3327667,0.1368251;-0.5271744;-0.2294855,0.1600532;-0.5690627;-0.295003,-0.0653283;0.0002982827;-0.04617492,-0.02979252;-0.3780225;-0.04942524,0.01208084;-0.7217729;0.001390669,0.02496957;-0.7109233;-0.0959086,-0.0216723;0.3988742;0.01921313,0;0;0,-0.03280528;0.1972716;-0.002777527,-0.07888918;0.4930089;-0.022315,0.05491902;0.3800776;-0.02212219,0.2153587;0.1649616;-0.1020234,0.3147945;0.00143981;-0.3064082,-0.1685539;0.3372326;-0.02533028,-0.1979051;0.1040595;-0.1775434,-0.1627088;-0.06156491;-0.4005451,0.07134303;0.01990923;-0.03022903,0.1454951;-0.3321164;-0.1526194,0.1930077;-0.6633341;-0.04996791,0.1923994;-0.6539863;-0.1478102,-0.07114179;-0.01170399;-0.03466789,-0.04551719;-0.3906837;-0.02381577,-0.02110166;-0.7308949;0.05467127,-0.01890879;-0.7216466;-0.0431273,-0.0638576;0.3945778;-0.01307471,12.72219
+0;0;0,-0.01085672;0.1992487;0.01349319,-0.02695649;0.4987246;0.01780623,0.0929661;0.3640662;0.01239869,0.1975968;0.2294974;-0.2097356,0.2628446;0.1566855;-0.4721116,-0.1290548;0.3641471;-0.02156707,-0.1520918;0.2057889;-0.2513321,-0.1363404;0.08685958;-0.5043296,0.07704233;0.009108257;-0.01953255,0.1506501;-0.1930459;-0.3327667,0.1368251;-0.5271744;-0.2294855,0.1600532;-0.5690627;-0.295003,-0.0653283;0.0002982827;-0.04617492,-0.02979252;-0.3780225;-0.04942524,0.01208084;-0.7217729;0.001390669,0.02496957;-0.7109233;-0.0959086,-0.0216723;0.3988742;0.01921313,0;0;0,-0.03286604;0.1972662;-0.002425043,-0.07966401;0.492939;-0.02122747,0.05443955;0.3802034;-0.02078329,0.2152945;0.1658629;-0.1019242,0.3134474;0.007564798;-0.3109881,-0.1687951;0.3368223;-0.02533672,-0.1978085;0.1045498;-0.1789847,-0.1640287;-0.05766636;-0.4046944,0.07143237;0.01991345;-0.0300145,0.1452607;-0.3277549;-0.1644617,0.1923419;-0.6593925;-0.06297358,0.1921694;-0.6499403;-0.1608396,-0.07107499;-0.01168499;-0.03481099,-0.04506271;-0.3906475;-0.02428746,-0.0195214;-0.7307264;0.05441471,-0.01692353;-0.7213757;-0.0433956,-0.06439611;0.3945214;-0.0122347,12.74443
+0;0;0,-0.01085672;0.1992487;0.01349319,-0.02695649;0.4987246;0.01780623,0.0929661;0.3640662;0.01239869,0.1975968;0.2294974;-0.2097356,0.2628446;0.1566855;-0.4721116,-0.1290548;0.3641471;-0.02156707,-0.1520918;0.2057889;-0.2513321,-0.1363404;0.08685958;-0.5043296,0.07704233;0.009108257;-0.01953255,0.1506501;-0.1930459;-0.3327667,0.1368251;-0.5271744;-0.2294855,0.1600532;-0.5690627;-0.295003,-0.0653283;0.0002982827;-0.04617492,-0.02979252;-0.3780225;-0.04942524,0.01208084;-0.7217729;0.001390669,0.02496957;-0.7109233;-0.0959086,-0.0216723;0.3988742;0.01921313,0;0;0,-0.03304568;0.197239;-0.002186147,-0.08035799;0.492855;-0.02057385,0.05393901;0.3802774;-0.01990601,0.2145428;0.1660824;-0.1019239,0.308988;0.02152708;-0.3223414,-0.1690769;0.3364579;-0.0255504,-0.1967783;0.1046788;-0.1801825,-0.1615224;-0.05059163;-0.4105043,0.07146794;0.0199767;-0.02988754,0.1448581;-0.3230203;-0.1760619,0.1909394;-0.6550121;-0.07527544,0.191142;-0.6454871;-0.1731567,-0.07104668;-0.01176169;-0.03484295,-0.04496034;-0.3907432;-0.02522407,-0.01969526;-0.7309421;0.05304711,-0.01672594;-0.7215728;-0.04475657,-0.06493793;0.3944506;-0.0116969,12.778
+0;0;0,-0.01088834;0.1992078;0.01406127,-0.0269364;0.4986771;0.01889062,0.09294514;0.3639727;0.01291652,0.1967325;0.2388575;-0.2150624,0.2765881;0.1754006;-0.4758234,-0.1289473;0.3641297;-0.02088375,-0.1509359;0.2021901;-0.2482426,-0.1368528;0.08860773;-0.5037827,0.07723078;0.008837797;-0.01890237,0.1499038;-0.1906866;-0.3340351,0.1354173;-0.5256178;-0.2334806,0.1580887;-0.5652174;-0.3016123,-0.06505146;0.0005228695;-0.04656214,-0.02912347;-0.3777725;-0.04791036,0.01272409;-0.7215482;0.002755791,0.02556818;-0.7106566;-0.09455762,-0.02165376;0.3988248;0.02015708,0;0;0,-0.03304129;0.1972424;-0.001924757,-0.08049458;0.4928582;-0.01993295,0.0538639;0.3804494;-0.0192303,0.2142909;0.1669418;-0.1033592,0.3052197;0.02595544;-0.327535,-0.1688945;0.3361676;-0.0259327,-0.1960457;0.1059145;-0.1829242,-0.1787347;-0.03907536;-0.4218347,0.071527;0.01990581;-0.02979341,0.1453269;-0.3172057;-0.1888827,0.1894762;-0.6497371;-0.08901406,0.1900553;-0.6401427;-0.1869083,-0.07108093;-0.01171972;-0.03478722,-0.04459356;-0.3907103;-0.02675334,-0.01788773;-0.7306297;0.05225036,-0.01458736;-0.7211876;-0.04555804,-0.06504324;0.3944493;-0.01116196,12.81142
+0;0;0,-0.01088834;0.1992078;0.01406127,-0.0269364;0.4986771;0.01889062,0.09294514;0.3639727;0.01291652,0.1967325;0.2388575;-0.2150624,0.2765881;0.1754006;-0.4758234,-0.1289473;0.3641297;-0.02088375,-0.1509359;0.2021901;-0.2482426,-0.1368528;0.08860773;-0.5037827,0.07723078;0.008837797;-0.01890237,0.1499038;-0.1906866;-0.3340351,0.1354173;-0.5256178;-0.2334806,0.1580887;-0.5652174;-0.3016123,-0.06505146;0.0005228695;-0.04656214,-0.02912347;-0.3777725;-0.04791036,0.01272409;-0.7215482;0.002755791,0.02556818;-0.7106566;-0.09455762,-0.02165376;0.3988248;0.02015708,0;0;0,-0.03335935;0.1971916;-0.001627549,-0.08144267;0.4927364;-0.01911629,0.05315099;0.3805609;-0.0185689,0.2139597;0.1678697;-0.1040266,0.3070691;0.02646345;-0.3270398,-0.1691868;0.3354628;-0.02600798,-0.1951994;0.1058341;-0.1841029,-0.177316;-0.04109545;-0.4217831,0.07156546;0.0201797;-0.0295155,0.1461177;-0.311335;-0.1996331,0.1864408;-0.6434883;-0.09692854,0.1872922;-0.6338298;-0.1948341,-0.07097254;-0.0119607;-0.03492621,-0.0449209;-0.3910039;-0.0280301,-0.01839318;-0.7309052;0.05111139,-0.01484831;-0.7214217;-0.04669714,-0.06578186;0.394346;-0.01051011,12.84486
+0;0;0,-0.01088834;0.1992078;0.01406127,-0.0269364;0.4986771;0.01889062,0.09294514;0.3639727;0.01291652,0.1967325;0.2388575;-0.2150624,0.2765881;0.1754006;-0.4758234,-0.1289473;0.3641297;-0.02088375,-0.1509359;0.2021901;-0.2482426,-0.1368528;0.08860773;-0.5037827,0.07723078;0.008837797;-0.01890237,0.1499038;-0.1906866;-0.3340351,0.1354173;-0.5256178;-0.2334806,0.1580887;-0.5652174;-0.3016123,-0.06505146;0.0005228695;-0.04656214,-0.02912347;-0.3777725;-0.04791036,0.01272409;-0.7215482;0.002755791,0.02556818;-0.7106566;-0.09455762,-0.02165376;0.3988248;0.02015708,0;0;0,-0.03335935;0.1971916;-0.001627549,-0.08144267;0.4927364;-0.01911629,0.05315099;0.3805609;-0.0185689,0.2139597;0.1678697;-0.1040266,0.3070691;0.02646345;-0.3270398,-0.1691868;0.3354628;-0.02600798,-0.1951994;0.1058341;-0.1841029,-0.177316;-0.04109545;-0.4217831,0.07156546;0.0201797;-0.0295155,0.1461177;-0.311335;-0.1996331,0.1864408;-0.6434883;-0.09692854,0.1872922;-0.6338298;-0.1948341,-0.07097254;-0.0119607;-0.03492621,-0.0449209;-0.3910039;-0.0280301,-0.01839318;-0.7309052;0.05111139,-0.01484831;-0.7214217;-0.04669714,-0.06578186;0.394346;-0.01051011,12.86751
+0;0;0,-0.01096748;0.1991832;0.01434526,-0.02709383;0.4986399;0.01969064,0.09276161;0.3638578;0.01313726,0.1965611;0.240858;-0.2159844,0.2577036;0.1810649;-0.4826046,-0.1287015;0.363687;-0.02090661,-0.151583;0.2018516;-0.2482516,-0.1390522;0.09531722;-0.5068892,0.07731913;0.00870811;-0.01859893,0.1477926;-0.1941864;-0.3320751,0.1330105;-0.5305014;-0.2362957,0.1553172;-0.5703777;-0.3042642,-0.06499782;0.0005832606;-0.04663628,-0.02865848;-0.3776736;-0.04771929,0.01319886;-0.7214249;0.00310408,0.02609655;-0.7105026;-0.09420827,-0.02178801;0.3987866;0.02077684,0;0;0,-0.03372432;0.1971315;-0.001352741,-0.08283452;0.4925485;-0.01815882,0.05213179;0.3806255;-0.01839092,0.2129155;0.1681574;-0.1044484,0.3071027;0.02610503;-0.3265968,-0.1697498;0.3346831;-0.02583714,-0.195858;0.1078288;-0.1878726,-0.1754301;-0.04304555;-0.4228612,0.07149193;0.02054104;-0.02944434,0.1461416;-0.3040567;-0.2123753,0.1810207;-0.635561;-0.1056593,0.1819006;-0.6258542;-0.2035746,-0.07092936;-0.01225787;-0.03491089,-0.0452777;-0.3913566;-0.02979674,-0.01794843;-0.7309284;0.05047803,-0.01445501;-0.7213845;-0.047345,-0.06678873;0.3941982;-0.009806698,12.90085
+0;0;0,-0.01096748;0.1991832;0.01434526,-0.02709383;0.4986399;0.01969064,0.09276161;0.3638578;0.01313726,0.1965611;0.240858;-0.2159844,0.2577036;0.1810649;-0.4826046,-0.1287015;0.363687;-0.02090661,-0.151583;0.2018516;-0.2482516,-0.1390522;0.09531722;-0.5068892,0.07731913;0.00870811;-0.01859893,0.1477926;-0.1941864;-0.3320751,0.1330105;-0.5305014;-0.2362957,0.1553172;-0.5703777;-0.3042642,-0.06499782;0.0005832606;-0.04663628,-0.02865848;-0.3776736;-0.04771929,0.01319886;-0.7214249;0.00310408,0.02609655;-0.7105026;-0.09420827,-0.02178801;0.3987866;0.02077684,0;0;0,-0.0341254;0.1970643;-0.001062213,-0.08419809;0.4923512;-0.0173146,0.05116553;0.380634;-0.01746425,0.2150853;0.1705795;-0.1035305,0.309368;0.02797425;-0.3252838,-0.1705499;0.3341908;-0.0252416,-0.1947996;0.1079483;-0.1884172,-0.1737643;-0.04272853;-0.4234789,0.0713426;0.02124039;-0.02931004,0.1467844;-0.2990201;-0.2194199,0.1755295;-0.6298426;-0.1088296,0.1765918;-0.6200898;-0.2067527,-0.07075665;-0.01290396;-0.03502832,-0.04481391;-0.3919907;-0.0305304,-0.01732828;-0.7314239;0.05027569,-0.01373955;-0.7218114;-0.04755822,-0.06779324;0.3940438;-0.00915803,12.92322
+0;0;0,-0.01096748;0.1991832;0.01434526,-0.02709383;0.4986399;0.01969064,0.09276161;0.3638578;0.01313726,0.1965611;0.240858;-0.2159844,0.2577036;0.1810649;-0.4826046,-0.1287015;0.363687;-0.02090661,-0.151583;0.2018516;-0.2482516,-0.1390522;0.09531722;-0.5068892,0.07731913;0.00870811;-0.01859893,0.1477926;-0.1941864;-0.3320751,0.1330105;-0.5305014;-0.2362957,0.1553172;-0.5703777;-0.3042642,-0.06499782;0.0005832606;-0.04663628,-0.02865848;-0.3776736;-0.04771929,0.01319886;-0.7214249;0.00310408,0.02609655;-0.7105026;-0.09420827,-0.02178801;0.3987866;0.02077684,0;0;0,-0.03461386;0.1969806;-0.0007189852,-0.08571075;0.4921206;-0.01645058,0.05007178;0.3809519;-0.016949,0.2149139;0.1731645;-0.106679,0.3109195;0.03254911;-0.3289632,-0.171407;0.3335761;-0.02472373,-0.1946739;0.1079628;-0.1889105,-0.1729174;-0.04197814;-0.4243768,0.07121499;0.02181989;-0.02919449,0.1486092;-0.29371;-0.2263011,0.1701564;-0.6232914;-0.1104917,0.1712309;-0.6135066;-0.2084212,-0.07059968;-0.01358367;-0.03508801,-0.04405446;-0.3926341;-0.03107815,-0.0166208;-0.7319404;0.05027674,-0.01310706;-0.7222629;-0.0475734,-0.06893019;0.393862;-0.008472024,12.95667
+0;0;0,-0.01107711;0.199147;0.01475674,-0.0272672;0.4985895;0.02064534,0.0925549;0.3637084;0.01355809,0.1965582;0.2450524;-0.2177514,0.2696262;0.199878;-0.4842478,-0.1286729;0.3634684;-0.02043794,-0.1606901;0.2415208;-0.2704453,-0.1426984;0.135929;-0.5291472,0.07737479;0.008690634;-0.01837426,0.1469184;-0.1959605;-0.3309148,0.1320103;-0.5330223;-0.2378177,0.1533412;-0.5713773;-0.3076216,-0.0649884;0.0005245315;-0.0466501,-0.02792512;-0.3776636;-0.04687132,0.01348614;-0.7213268;0.004904568,0.02635715;-0.7103699;-0.09241807,-0.02193957;0.3987358;0.02156451,0;0;0,-0.03537305;0.1968466;-0.0004124659,-0.08788566;0.4917643;-0.01566354,0.04860115;0.3818828;-0.01609002,0.2151671;0.1778526;-0.111103,0.3125446;0.03514095;-0.331446,-0.1727446;0.3327388;-0.02374102,-0.1954392;0.1092628;-0.1909039,-0.1739446;-0.0399168;-0.4268773,0.0710826;0.02256269;-0.02895147,0.1494636;-0.2894805;-0.231153,0.1641757;-0.6184622;-0.1126007,0.1652037;-0.6086439;-0.2105376,-0.07038894;-0.01440007;-0.03518574,-0.04368781;-0.3934482;-0.03209571,-0.01676978;-0.7326328;0.04993654,-0.01338584;-0.7228921;-0.04793127,-0.07054289;0.393589;-0.007864247,12.99013
+0;0;0,-0.01107711;0.199147;0.01475674,-0.0272672;0.4985895;0.02064534,0.0925549;0.3637084;0.01355809,0.1965582;0.2450524;-0.2177514,0.2696262;0.199878;-0.4842478,-0.1286729;0.3634684;-0.02043794,-0.1606901;0.2415208;-0.2704453,-0.1426984;0.135929;-0.5291472,0.07737479;0.008690634;-0.01837426,0.1469184;-0.1959605;-0.3309148,0.1320103;-0.5330223;-0.2378177,0.1533412;-0.5713773;-0.3076216,-0.0649884;0.0005245315;-0.0466501,-0.02792512;-0.3776636;-0.04687132,0.01348614;-0.7213268;0.004904568,0.02635715;-0.7103699;-0.09241807,-0.02193957;0.3987358;0.02156451,0;0;0,-0.03591177;0.1967493;-0.0002634486,-0.08936507;0.4915093;-0.01528103,0.04745003;0.3816407;-0.01548754,0.2183392;0.1811255;-0.110306,0.3159089;0.03863223;-0.3307053,-0.173405;0.3317106;-0.02349281,-0.1971953;0.1104724;-0.1934566,-0.1744314;-0.03951268;-0.4287995,0.07112691;0.02280774;-0.02864907,0.1502678;-0.2855678;-0.236113,0.1570958;-0.6143392;-0.1162684,0.1582928;-0.6045462;-0.2141983,-0.07024982;-0.01470491;-0.03533736,-0.0422886;-0.3936664;-0.03281895,-0.0154319;-0.7328659;0.04917124,-0.01199713;-0.7230759;-0.048705,-0.07170951;0.3933847;-0.007545259,13.02369
+0;0;0,-0.01107711;0.199147;0.01475674,-0.0272672;0.4985895;0.02064534,0.0925549;0.3637084;0.01355809,0.1965582;0.2450524;-0.2177514,0.2696262;0.199878;-0.4842478,-0.1286729;0.3634684;-0.02043794,-0.1606901;0.2415208;-0.2704453,-0.1426984;0.135929;-0.5291472,0.07737479;0.008690634;-0.01837426,0.1469184;-0.1959605;-0.3309148,0.1320103;-0.5330223;-0.2378177,0.1533412;-0.5713773;-0.3076216,-0.0649884;0.0005245315;-0.0466501,-0.02792512;-0.3776636;-0.04687132,0.01348614;-0.7213268;0.004904568,0.02635715;-0.7103699;-0.09241807,-0.02193957;0.3987358;0.02156451,0;0;0,-0.03640316;0.1966591;-8.96073E-05,-0.0909074;0.4912451;-0.01474585,0.0462835;0.3813099;-0.01492011,0.2208964;0.1843715;-0.110448,0.3191922;0.04295878;-0.3312203,-0.1741503;0.3308207;-0.02308691,-0.1984346;0.1109342;-0.1947266,-0.1668267;-0.0310227;-0.4339946,0.07105371;0.02320304;-0.02851297,0.1499961;-0.2829595;-0.2393034,0.1520443;-0.612027;-0.1200962,0.1533097;-0.6022985;-0.2180118,-0.07019024;-0.01512906;-0.03527664,-0.04139908;-0.3940279;-0.03267447,-0.01461897;-0.7332469;0.04925983,-0.01118894;-0.7234156;-0.04862512,-0.07287395;0.3931795;-0.007134439,13.04595
+0;0;0,-0.01119474;0.1991042;0.01523851,-0.02743767;0.4985321;0.02164613,0.09237438;0.3636135;0.01406788,0.1947142;0.2615768;-0.2257552,0.2756869;0.1759111;-0.4797332,-0.1287255;0.3633952;-0.01980571,-0.1482432;0.2249097;-0.2623769,-0.1395844;0.1241848;-0.523489,0.07739513;0.008740689;-0.01826451,0.145942;-0.1960741;-0.330918,0.1305071;-0.5337821;-0.2402811,0.1522287;-0.5706769;-0.3113674,-0.06501521;0.0004233613;-0.04661376,-0.0274726;-0.377717;-0.04601894,0.01384969;-0.7212607;0.006614212,0.02665655;-0.7102649;-0.0907245,-0.02208411;0.3986785;0.02241641,0;0;0,-0.03640316;0.1966591;-8.96073E-05,-0.0909074;0.4912451;-0.01474585,0.0462835;0.3813099;-0.01492011,0.2208964;0.1843715;-0.110448,0.3191922;0.04295878;-0.3312203,-0.1741503;0.3308207;-0.02308691,-0.1984346;0.1109342;-0.1947266,-0.1668267;-0.0310227;-0.4339946,0.07105371;0.02320304;-0.02851297,0.1499961;-0.2829595;-0.2393034,0.1520443;-0.612027;-0.1200962,0.1533097;-0.6022985;-0.2180118,-0.07019024;-0.01512906;-0.03527664,-0.04139908;-0.3940279;-0.03267447,-0.01461897;-0.7332469;0.04925983,-0.01118894;-0.7234156;-0.04862512,-0.07287395;0.3931795;-0.007134439,13.06843
+0;0;0,-0.01119474;0.1991042;0.01523851,-0.02743767;0.4985321;0.02164613,0.09237438;0.3636135;0.01406788,0.1947142;0.2615768;-0.2257552,0.2756869;0.1759111;-0.4797332,-0.1287255;0.3633952;-0.01980571,-0.1482432;0.2249097;-0.2623769,-0.1395844;0.1241848;-0.523489,0.07739513;0.008740689;-0.01826451,0.145942;-0.1960741;-0.330918,0.1305071;-0.5337821;-0.2402811,0.1522287;-0.5706769;-0.3113674,-0.06501521;0.0004233613;-0.04661376,-0.0274726;-0.377717;-0.04601894,0.01384969;-0.7212607;0.006614212,0.02665655;-0.7102649;-0.0907245,-0.02208411;0.3986785;0.02241641,0;0;0,-0.03667815;0.1966078;0.0002775671,-0.09151732;0.4911641;-0.01371592,0.04578363;0.3815042;-0.01397183,0.2219684;0.1872588;-0.1120925,0.3201949;0.04607299;-0.3330407,-0.1743396;0.3301802;-0.02230684,-0.1989824;0.111733;-0.1957241,-0.1732528;-0.02932152;-0.436227,0.07108825;0.02329525;-0.02835123,0.1514429;-0.2794956;-0.2434345,0.1516474;-0.6080492;-0.1228007,0.1529044;-0.5982537;-0.2207303,-0.07006598;-0.01524579;-0.03547288,-0.03867959;-0.3939283;-0.03167508,-0.01249665;-0.7332832;0.04988945,-0.009104964;-0.7233828;-0.04801101,-0.07341081;0.3930945;-0.006333047,13.10189
+0;0;0,-0.01119474;0.1991042;0.01523851,-0.02743767;0.4985321;0.02164613,0.09237438;0.3636135;0.01406788,0.1947142;0.2615768;-0.2257552,0.2756869;0.1759111;-0.4797332,-0.1287255;0.3633952;-0.01980571,-0.1482432;0.2249097;-0.2623769,-0.1395844;0.1241848;-0.523489,0.07739513;0.008740689;-0.01826451,0.145942;-0.1960741;-0.330918,0.1305071;-0.5337821;-0.2402811,0.1522287;-0.5706769;-0.3113674,-0.06501521;0.0004233613;-0.04661376,-0.0274726;-0.377717;-0.04601894,0.01384969;-0.7212607;0.006614212,0.02665655;-0.7102649;-0.0907245,-0.02208411;0.3986785;0.02241641,0;0;0,-0.03690311;0.1965648;0.0006735363,-0.09179985;0.491141;-0.01264884,0.04548523;0.3816131;-0.01312977,0.2196999;0.1884442;-0.1167397,0.3197356;0.05290692;-0.3403969,-0.1746871;0.3300638;-0.02094551,-0.1970797;0.113093;-0.1965081,-0.1794011;-0.008911103;-0.4479091,0.07100861;0.0235625;-0.02832994,0.1522825;-0.2764556;-0.2469248,0.151047;-0.605418;-0.1274163,0.1521054;-0.5955809;-0.2253568,-0.06995385;-0.01550279;-0.0355826,-0.03617074;-0.3939782;-0.03170627,-0.01010825;-0.7334542;0.04939136,-0.006951813;-0.7234958;-0.04852887,-0.07372348;0.3930498;-0.005482249,13.12422
+0;0;0,-0.01189797;0.1990277;0.01569706,-0.02853955;0.4984232;0.0225018,0.09134853;0.3633743;0.01471582,0.1927086;0.2689506;-0.2286159,0.2566937;0.1947248;-0.4909066,-0.1296876;0.3633048;-0.01908653,-0.1497698;0.2239852;-0.2611336,-0.1385783;0.1328779;-0.5256599,0.0772373;0.009950961;-0.01831332,0.1504454;-0.1398093;-0.3597989,0.1306828;-0.4744972;-0.2593329,0.1528774;-0.5118527;-0.3298357,-0.06537289;-0.0004253046;-0.04611078,-0.02817584;-0.378599;-0.04510598,0.01310387;-0.7220397;0.008227699,0.02587672;-0.7110015;-0.08912376,-0.02305959;0.3985758;0.02317966,0;0;0,-0.03699675;0.1965456;0.001038425,-0.09165935;0.4911835;-0.01185233,0.04554833;0.3816858;-0.01186126,0.2193839;0.1899256;-0.1186753,0.3156332;0.07433686;-0.3548432,-0.1747252;0.330048;-0.01976633,-0.1973191;0.1154544;-0.1982015,-0.1740038;0.006017365;-0.4548723,0.07103185;0.02371341;-0.02814515,0.1532802;-0.2732493;-0.250515,0.1506279;-0.6026319;-0.1321931,0.151691;-0.5927356;-0.2301458,-0.06979996;-0.01564611;-0.03582129,-0.03377308;-0.3939149;-0.03197352,-0.008477645;-0.7334534;0.04910505,-0.00534445;-0.7234424;-0.04882668,-0.0737028;0.3930615;-0.004807289,13.14657
+0;0;0,-0.01189797;0.1990277;0.01569706,-0.02853955;0.4984232;0.0225018,0.09134853;0.3633743;0.01471582,0.1927086;0.2689506;-0.2286159,0.2566937;0.1947248;-0.4909066,-0.1296876;0.3633048;-0.01908653,-0.1497698;0.2239852;-0.2611336,-0.1385783;0.1328779;-0.5256599,0.0772373;0.009950961;-0.01831332,0.1504454;-0.1398093;-0.3597989,0.1306828;-0.4744972;-0.2593329,0.1528774;-0.5118527;-0.3298357,-0.06537289;-0.0004253046;-0.04611078,-0.02817584;-0.378599;-0.04510598,0.01310387;-0.7220397;0.008227699,0.02587672;-0.7110015;-0.08912376,-0.02305959;0.3985758;0.02317966,0;0;0,-0.03707344;0.196529;0.001378711,-0.09157119;0.491217;-0.01104156,0.04551988;0.3816219;-0.01155395,0.2192324;0.1904149;-0.1195531,0.3142991;0.07556222;-0.3565577,-0.1744811;0.3297997;-0.01965614,-0.1979146;0.1173315;-0.2005101,-0.1738107;0.005743541;-0.45618,0.07105007;0.02374528;-0.0280722,0.1535505;-0.2711455;-0.2530902,0.1495208;-0.6004835;-0.1346833,0.1506301;-0.5905157;-0.2326501,-0.06974333;-0.01571296;-0.03590225,-0.03220135;-0.3938375;-0.0323796,-0.007180037;-0.7334931;0.0482927,-0.004027881;-0.7234257;-0.04964991,-0.07370266;0.3930687;-0.004140656,13.18007
+0;0;0,-0.01259374;0.1989377;0.01628424,-0.02976936;0.4982896;0.02361258,0.09038169;0.3634484;0.01557669,0.1912065;0.271716;-0.2290037,0.2543563;0.2028969;-0.4929658,-0.1306316;0.3631032;-0.01825159,-0.1510703;0.2250633;-0.2610009,-0.1361464;0.1843213;-0.5376186,0.07707592;0.01079952;-0.01851139,0.1452791;-0.1050041;-0.3739517,0.1309388;-0.4434161;-0.2857946,0.1419184;-0.4333256;-0.3831756,-0.06574389;-0.001226919;-0.04556572,-0.02885542;-0.3794309;-0.04454796,0.01201998;-0.72311;0.007546667,0.02476294;-0.7119463;-0.08983307,-0.02407942;0.3984531;0.02413971,0;0;0,-0.03707344;0.196529;0.001378711,-0.09157119;0.491217;-0.01104156,0.04551988;0.3816219;-0.01155395,0.2192324;0.1904149;-0.1195531,0.3142991;0.07556222;-0.3565577,-0.1744811;0.3297997;-0.01965614,-0.1979146;0.1173315;-0.2005101,-0.1738107;0.005743541;-0.45618,0.07105007;0.02374528;-0.0280722,0.1535505;-0.2711455;-0.2530902,0.1495208;-0.6004835;-0.1346833,0.1506301;-0.5905157;-0.2326501,-0.06974333;-0.01571296;-0.03590225,-0.03220135;-0.3938375;-0.0323796,-0.007180037;-0.7334931;0.0482927,-0.004027881;-0.7234257;-0.04964991,-0.07370266;0.3930687;-0.004140656,13.20253
+0;0;0,-0.01259374;0.1989377;0.01628424,-0.02976936;0.4982896;0.02361258,0.09038169;0.3634484;0.01557669,0.1912065;0.271716;-0.2290037,0.2543563;0.2028969;-0.4929658,-0.1306316;0.3631032;-0.01825159,-0.1510703;0.2250633;-0.2610009,-0.1361464;0.1843213;-0.5376186,0.07707592;0.01079952;-0.01851139,0.1452791;-0.1050041;-0.3739517,0.1309388;-0.4434161;-0.2857946,0.1419184;-0.4333256;-0.3831756,-0.06574389;-0.001226919;-0.04556572,-0.02885542;-0.3794309;-0.04454796,0.01201998;-0.72311;0.007546667,0.02476294;-0.7119463;-0.08983307,-0.02407942;0.3984531;0.02413971,0;0;0,-0.03696956;0.1965474;0.001541483,-0.09112374;0.4912999;-0.01083296,0.04580219;0.3815007;-0.01163966,0.2186221;0.1908548;-0.1220362,0.3084348;0.08552458;-0.3654273,-0.1741513;0.3299501;-0.01988606,-0.1978977;0.1179542;-0.2012527,-0.1726742;0.008979678;-0.4579399,0.07110124;0.0236923;-0.02798728,0.1533919;-0.269275;-0.2555798,0.1475192;-0.6011835;-0.1446644,0.1487021;-0.5912203;-0.2426293,-0.06971371;-0.01572138;-0.03595603,-0.03018444;-0.3936498;-0.0332138,-0.005782407;-0.7333567;0.04743225,-0.002591515;-0.7232683;-0.05051341,-0.0733842;0.3931282;-0.003932179,13.23611
+0;0;0,-0.01259374;0.1989377;0.01628424,-0.02976936;0.4982896;0.02361258,0.09038169;0.3634484;0.01557669,0.1912065;0.271716;-0.2290037,0.2543563;0.2028969;-0.4929658,-0.1306316;0.3631032;-0.01825159,-0.1510703;0.2250633;-0.2610009,-0.1361464;0.1843213;-0.5376186,0.07707592;0.01079952;-0.01851139,0.1452791;-0.1050041;-0.3739517,0.1309388;-0.4434161;-0.2857946,0.1419184;-0.4333256;-0.3831756,-0.06574389;-0.001226919;-0.04556572,-0.02885542;-0.3794309;-0.04454796,0.01201998;-0.72311;0.007546667,0.02476294;-0.7119463;-0.08983307,-0.02407942;0.3984531;0.02413971,0;0;0,-0.03692187;0.1965549;0.001714305,-0.09084439;0.4913524;-0.0105814,0.04593887;0.381336;-0.01185353,0.2169423;0.1913255;-0.1261071,0.2997116;0.09553286;-0.3758529,-0.1739442;0.3301228;-0.02030315,-0.1979166;0.1219943;-0.206066,-0.1726571;0.03026976;-0.4694072,0.07134532;0.02352578;-0.02750242,0.1528177;-0.2671201;-0.2583427,0.1464918;-0.5992936;-0.1482485,0.1477623;-0.5892847;-0.2462217,-0.06952249;-0.01557214;-0.03638863,-0.02919421;-0.3934179;-0.03389655,-0.005080367;-0.7331792;0.04660642,-0.001823973;-0.7230653;-0.05134225,-0.0731975;0.3931633;-0.003690325,13.26936
+0;0;0,-0.01259374;0.1989377;0.01628424,-0.02976936;0.4982896;0.02361258,0.09038169;0.3634484;0.01557669,0.1912065;0.271716;-0.2290037,0.2543563;0.2028969;-0.4929658,-0.1306316;0.3631032;-0.01825159,-0.1510703;0.2250633;-0.2610009,-0.1361464;0.1843213;-0.5376186,0.07707592;0.01079952;-0.01851139,0.1452791;-0.1050041;-0.3739517,0.1309388;-0.4434161;-0.2857946,0.1419184;-0.4333256;-0.3831756,-0.06574389;-0.001226919;-0.04556572,-0.02885542;-0.3794309;-0.04454796,0.01201998;-0.72311;0.007546667,0.02476294;-0.7119463;-0.08983307,-0.02407942;0.3984531;0.02413971,0;0;0,-0.03679112;0.1965783;0.001840181,-0.09039976;0.4914383;-0.01032532,0.04620581;0.3810102;-0.01192294,0.2168007;0.1913596;-0.1273787,0.292626;0.09751793;-0.380053,-0.1734353;0.3300562;-0.02069798,-0.1989132;0.1250733;-0.2097295,-0.1739201;0.04197662;-0.4759442,0.07152756;0.02341429;-0.02712158,0.1517079;-0.2660149;-0.2599345,0.1439929;-0.5993664;-0.153552,0.1454132;-0.5892908;-0.2515367,-0.06940863;-0.01546711;-0.03664982,-0.02818263;-0.3932138;-0.03385483,-0.004418481;-0.7331472;0.04602366,-0.001047453;-0.7230066;-0.05192655,-0.0728716;0.3932251;-0.003475064,13.29175
+0;0;0,-0.01295438;0.198894;0.01653416,-0.03041063;0.4982201;0.02419276,0.08984487;0.3634773;0.01608005,0.1873573;0.2786298;-0.2322991,0.2530789;0.1982938;-0.4923507,-0.1310908;0.3628619;-0.01787497,-0.153089;0.2340558;-0.265514,-0.1372025;0.134662;-0.5267963,0.07708374;0.01095299;-0.0183883,0.1441119;-0.1049618;-0.3740159,0.1295816;-0.4438246;-0.2876394,0.1405783;-0.4336978;-0.3850259,-0.06578535;-0.001488819;-0.04549803,-0.02907239;-0.3797073;-0.04379448,0.01136657;-0.7234123;0.008469716,0.02412111;-0.7122276;-0.08891255,-0.02464552;0.3983874;0.02463776,0;0;0,-0.03656792;0.1966188;0.001954611,-0.08976894;0.4915628;-0.00997529,0.04678605;0.3804587;-0.008787829,0.2127793;0.1925779;-0.1334756,0.2837551;0.1078709;-0.3907443,-0.172801;0.3300346;-0.02092819,-0.1976202;0.1545605;-0.2377066,-0.1632655;0.05960777;-0.498865,0.07177664;0.02311336;-0.02671867,0.150605;-0.264824;-0.2618318,0.1416073;-0.5987941;-0.1575103,0.1441246;-0.5885864;-0.2554997,-0.06936878;-0.01505156;-0.03689745,-0.02744211;-0.3927178;-0.03367555,-0.003490213;-0.7328018;0.0455025,0.0009353934;-0.7225665;-0.05242487,-0.07239303;0.3933161;-0.003217009,13.32523
+0;0;0,-0.01295438;0.198894;0.01653416,-0.03041063;0.4982201;0.02419276,0.08984487;0.3634773;0.01608005,0.1873573;0.2786298;-0.2322991,0.2530789;0.1982938;-0.4923507,-0.1310908;0.3628619;-0.01787497,-0.153089;0.2340558;-0.265514,-0.1372025;0.134662;-0.5267963,0.07708374;0.01095299;-0.0183883,0.1441119;-0.1049618;-0.3740159,0.1295816;-0.4438246;-0.2876394,0.1405783;-0.4336978;-0.3850259,-0.06578535;-0.001488819;-0.04549803,-0.02907239;-0.3797073;-0.04379448,0.01136657;-0.7234123;0.008469716,0.02412111;-0.7122276;-0.08891255,-0.02464552;0.3983874;0.02463776,0;0;0,-0.0363723;0.1966576;0.001684987,-0.08928797;0.4916335;-0.01071224,0.04710418;0.3802666;-0.01022338,0.2131117;0.1927265;-0.1354041,0.2826262;0.1089893;-0.3933883,-0.1725963;0.3305226;-0.02195725,-0.2064461;0.1461555;-0.2299547,-0.172558;0.06139272;-0.4946562,0.07203722;0.02269847;-0.02637077,0.1486788;-0.2636414;-0.2641428,0.1363195;-0.5984318;-0.1628381,0.1388181;-0.5883166;-0.2608093,-0.06930985;-0.01466351;-0.0371635,-0.02743197;-0.3923421;-0.03489019,-0.002944414;-0.7325868;0.04342892,0.001397759;-0.7224085;-0.05449067,-0.07200366;0.3933817;-0.003795591,13.34762
+0;0;0,-0.01295438;0.198894;0.01653416,-0.03041063;0.4982201;0.02419276,0.08984487;0.3634773;0.01608005,0.1873573;0.2786298;-0.2322991,0.2530789;0.1982938;-0.4923507,-0.1310908;0.3628619;-0.01787497,-0.153089;0.2340558;-0.265514,-0.1372025;0.134662;-0.5267963,0.07708374;0.01095299;-0.0183883,0.1441119;-0.1049618;-0.3740159,0.1295816;-0.4438246;-0.2876394,0.1405783;-0.4336978;-0.3850259,-0.06578535;-0.001488819;-0.04549803,-0.02907239;-0.3797073;-0.04379448,0.01136657;-0.7234123;0.008469716,0.02412111;-0.7122276;-0.08891255,-0.02464552;0.3983874;0.02463776,0;0;0,-0.0363723;0.1966576;0.001684987,-0.08928797;0.4916335;-0.01071224,0.04710418;0.3802666;-0.01022338,0.2131117;0.1927265;-0.1354041,0.2826262;0.1089893;-0.3933883,-0.1725963;0.3305226;-0.02195725,-0.2064461;0.1461555;-0.2299547,-0.172558;0.06139272;-0.4946562,0.07203722;0.02269847;-0.02637077,0.1486788;-0.2636414;-0.2641428,0.1363195;-0.5984318;-0.1628381,0.1388181;-0.5883166;-0.2608093,-0.06930985;-0.01466351;-0.0371635,-0.02743197;-0.3923421;-0.03489019,-0.002944414;-0.7325868;0.04342892,0.001397759;-0.7224085;-0.05449067,-0.07200366;0.3933817;-0.003795591,13.36983
+0;0;0,-0.01329863;0.1988454;0.01684224,-0.03108706;0.498139;0.02495017,0.08923604;0.3633533;0.01661295,0.1886704;0.2757361;-0.2300367,0.2533243;0.1974513;-0.4909799,-0.1315799;0.3626519;-0.0173732,-0.1559988;0.2462557;-0.2708602,-0.1397329;0.1736306;-0.540788,0.07700597;0.01131727;-0.0184932,0.1423161;-0.1049945;-0.3743108,0.1275924;-0.4435241;-0.2866699,0.1467192;-0.5000709;-0.3329713,-0.06596896;-0.001906328;-0.04521572,-0.02920222;-0.3801198;-0.04354778,0.01094066;-0.7238325;0.008893695,0.02367427;-0.7126154;-0.08849756,-0.0252322;0.398311;0.02527183,0;0;0,-0.03593893;0.1967375;0.001657362,-0.08827312;0.4918196;-0.01069669,0.04799207;0.3801017;-0.007722717,0.2114796;0.1936444;-0.1377438,0.2789778;0.1033164;-0.3940344,-0.1720288;0.3311713;-0.02232679,-0.2062127;0.1465746;-0.2300658,-0.1713149;0.06659836;-0.4961221,0.07218789;0.02226334;-0.02632968,0.1480161;-0.2630427;-0.2656005,0.1319194;-0.598175;-0.165965,0.1354213;-0.5879515;-0.2639274,-0.06945104;-0.01415416;-0.03709733,-0.02667991;-0.3917324;-0.03478748,-0.001614276;-0.73216;0.04254792,0.003653283;-0.7219173;-0.05533928,-0.07118998;0.3935305;-0.003810355,13.40363
+0;0;0,-0.01329863;0.1988454;0.01684224,-0.03108706;0.498139;0.02495017,0.08923604;0.3633533;0.01661295,0.1886704;0.2757361;-0.2300367,0.2533243;0.1974513;-0.4909799,-0.1315799;0.3626519;-0.0173732,-0.1559988;0.2462557;-0.2708602,-0.1397329;0.1736306;-0.540788,0.07700597;0.01131727;-0.0184932,0.1423161;-0.1049945;-0.3743108,0.1275924;-0.4435241;-0.2866699,0.1467192;-0.5000709;-0.3329713,-0.06596896;-0.001906328;-0.04521572,-0.02920222;-0.3801198;-0.04354778,0.01094066;-0.7238325;0.008893695,0.02367427;-0.7126154;-0.08849756,-0.0252322;0.398311;0.02527183,0;0;0,-0.03535363;0.1968455;0.001398305,-0.08697996;0.4920416;-0.01122769,0.04899771;0.3800648;-0.009029975,0.2120896;0.1934208;-0.1392798,0.282012;0.1088674;-0.3968873,-0.1711516;0.3317735;-0.0231677,-0.2026012;0.1467148;-0.2309277,-0.1697116;0.06940982;-0.4980273,0.07246377;0.02181095;-0.02594774,0.1469367;-0.26198;-0.2674358,0.1301193;-0.5976533;-0.1697599,0.1335504;-0.5874578;-0.2677191,-0.06939414;-0.01369508;-0.03737509,-0.02610895;-0.3912116;-0.03460431,-0.0001198724;-0.7317193;0.042071,0.005034565;-0.7215377;-0.05580986,-0.07012801;0.3937176;-0.004269408,13.42562
+0;0;0,-0.01329863;0.1988454;0.01684224,-0.03108706;0.498139;0.02495017,0.08923604;0.3633533;0.01661295,0.1886704;0.2757361;-0.2300367,0.2533243;0.1974513;-0.4909799,-0.1315799;0.3626519;-0.0173732,-0.1559988;0.2462557;-0.2708602,-0.1397329;0.1736306;-0.540788,0.07700597;0.01131727;-0.0184932,0.1423161;-0.1049945;-0.3743108,0.1275924;-0.4435241;-0.2866699,0.1467192;-0.5000709;-0.3329713,-0.06596896;-0.001906328;-0.04521572,-0.02920222;-0.3801198;-0.04354778,0.01094066;-0.7238325;0.008893695,0.02367427;-0.7126154;-0.08849756,-0.0252322;0.398311;0.02527183,0;0;0,-0.0348648;0.1969033;0.003681629,-0.08467229;0.4925913;-0.003851841,0.05014386;0.3784717;-0.00724086,0.2097997;0.1910339;-0.1405717,0.272753;0.1047127;-0.3993873,-0.1715149;0.3362238;-0.02006951,-0.1993999;0.1553835;-0.232011,-0.16743;0.07137304;-0.4971905,0.072712;0.02126349;-0.02570659,0.1455265;-0.2613014;-0.2691303,0.1256763;-0.5979066;-0.1753064,0.1286815;-0.5873272;-0.2733564,-0.06933522;-0.01312545;-0.03768752,-0.02569377;-0.3906061;-0.03573829,0.001453649;-0.7313203;0.03960675,0.006097885;-0.7207946;-0.05836868,-0.06853995;0.3940328;0.001244797,13.44807
+0;0;0,-0.01349433;0.198822;0.0169628,-0.03154473;0.4980868;0.02551615,0.08879813;0.3631921;0.01712498,0.1898378;0.2772709;-0.2294688,0.2610817;0.262847;-0.499869,-0.1319615;0.3624263;-0.01686546,-0.1577267;0.2530031;-0.2733079,-0.1404787;0.173117;-0.5411152,0.07702316;0.01120763;-0.01848839,0.1410358;-0.1038315;-0.3749549,0.1264178;-0.4421721;-0.2865697,0.1455994;-0.4972172;-0.3355533,-0.06600651;-0.001883967;-0.04516184,-0.02896992;-0.3800709;-0.04344431,0.01230693;-0.7236651;0.008892853,0.02498663;-0.7124113;-0.08851252,-0.02564215;0.3982613;0.02570268,0;0;0,-0.03424191;0.1970005;0.004275061,-0.08308029;0.4928551;-0.002934293,0.05129208;0.3778781;-0.006731461,0.2079159;0.1917513;-0.1453886,0.2698912;0.1019794;-0.4032646,-0.1709031;0.3379292;-0.01990247,-0.1990805;0.1618584;-0.2357847,-0.1678706;0.06583799;-0.4969475,0.07293982;0.02078695;-0.02544965,0.1432275;-0.2613438;-0.2701165,0.1203994;-0.6001665;-0.1853931,0.1236273;-0.5896101;-0.2834315,-0.06931805;-0.01263587;-0.03788592,-0.0247443;-0.3900093;-0.03631814,0.003066491;-0.7310272;0.03739304,0.04922742;-0.7786193;-0.005602892,-0.06725541;0.3942454;0.002134474,13.48147
+0;0;0,-0.01349433;0.198822;0.0169628,-0.03154473;0.4980868;0.02551615,0.08879813;0.3631921;0.01712498,0.1898378;0.2772709;-0.2294688,0.2610817;0.262847;-0.499869,-0.1319615;0.3624263;-0.01686546,-0.1577267;0.2530031;-0.2733079,-0.1404787;0.173117;-0.5411152,0.07702316;0.01120763;-0.01848839,0.1410358;-0.1038315;-0.3749549,0.1264178;-0.4421721;-0.2865697,0.1455994;-0.4972172;-0.3355533,-0.06600651;-0.001883967;-0.04516184,-0.02896992;-0.3800709;-0.04344431,0.01230693;-0.7236651;0.008892853,0.02498663;-0.7124113;-0.08851252,-0.02564215;0.3982613;0.02570268,0;0;0,-0.03319784;0.1971704;0.004663529,-0.08058456;0.4932745;-0.00196017,0.05314046;0.3774907;-0.006652414,0.2110619;0.195742;-0.1495797,0.2683068;0.105162;-0.4082654,-0.1689601;0.3389581;-0.02055658,-0.1962059;0.1631354;-0.2367603,-0.1651548;0.07088865;-0.4992986,0.07324688;0.02010303;-0.02511498,0.1419314;-0.2614202;-0.2709342,0.1180464;-0.600556;-0.187769,0.1216013;-0.5899084;-0.2858142,-0.0692941;-0.01192038;-0.03816062,-0.02319496;-0.3891104;-0.03655034,0.006427081;-0.7302553;0.03585584,0.05429098;-0.7739049;-0.01194367,-0.0652509;0.3945774;0.002914494,13.51507
+0;0;0,-0.01349433;0.198822;0.0169628,-0.03154473;0.4980868;0.02551615,0.08879813;0.3631921;0.01712498,0.1898378;0.2772709;-0.2294688,0.2610817;0.262847;-0.499869,-0.1319615;0.3624263;-0.01686546,-0.1577267;0.2530031;-0.2733079,-0.1404787;0.173117;-0.5411152,0.07702316;0.01120763;-0.01848839,0.1410358;-0.1038315;-0.3749549,0.1264178;-0.4421721;-0.2865697,0.1455994;-0.4972172;-0.3355533,-0.06600651;-0.001883967;-0.04516184,-0.02896992;-0.3800709;-0.04344431,0.01230693;-0.7236651;0.008892853,0.02498663;-0.7124113;-0.08851252,-0.02564215;0.3982613;0.02570268,0;0;0,-0.03319784;0.1971704;0.004663529,-0.08058456;0.4932745;-0.00196017,0.05314046;0.3774907;-0.006652414,0.2110619;0.195742;-0.1495797,0.2683068;0.105162;-0.4082654,-0.1689601;0.3389581;-0.02055658,-0.1962059;0.1631354;-0.2367603,-0.1651548;0.07088865;-0.4992986,0.07324688;0.02010303;-0.02511498,0.1419314;-0.2614202;-0.2709342,0.1180464;-0.600556;-0.187769,0.1216013;-0.5899084;-0.2858142,-0.0692941;-0.01192038;-0.03816062,-0.02319496;-0.3891104;-0.03655034,0.006427081;-0.7302553;0.03585584,0.05429098;-0.7739049;-0.01194367,-0.0652509;0.3945774;0.002914494,13.53745
+0;0;0,-0.01374811;0.198777;0.01728287,-0.03205675;0.4980119;0.02621309,0.08829422;0.3630887;0.01759045,0.1906767;0.279941;-0.2294,0.2588993;0.2591981;-0.5001682,-0.1324139;0.3623217;-0.01627329,-0.1593518;0.2584141;-0.2748803,-0.136461;0.1658914;-0.5381588,0.07700861;0.01112289;-0.01859985,0.1395925;-0.102038;-0.3759202,0.1243489;-0.4407919;-0.2892403,0.1449813;-0.4964921;-0.3364608,-0.06613044;-0.001888182;-0.04497998,-0.02832873;-0.380001;-0.04367965,0.01259474;-0.7234977;0.00956782,0.02519469;-0.7122154;-0.0878534,-0.02612369;0.3981881;0.02634105,0;0;0,-0.03257187;0.1972672;0.004971358,-0.07905993;0.4935173;-0.001444554,0.05434721;0.3776948;-0.006541165,0.2105988;0.1748692;-0.1198866,0.2618365;0.1088429;-0.3871229,-0.1680689;0.3402191;-0.02103726,-0.1821086;0.1713496;-0.2439408,-0.1549185;0.08587472;-0.5091855,0.0735048;0.01968679;-0.02468755,0.1399793;-0.2611651;-0.2718785,0.1157012;-0.6009902;-0.1916947,0.1195073;-0.5903106;-0.2897367,-0.06918772;-0.01149218;-0.03848363,-0.02353223;-0.388738;-0.03741782,0.008201011;-0.7296584;0.03515162,0.04676221;-0.7798534;-0.0104751,-0.06401536;0.3947737;0.003389402,13.57085
+0;0;0,-0.01374811;0.198777;0.01728287,-0.03205675;0.4980119;0.02621309,0.08829422;0.3630887;0.01759045,0.1906767;0.279941;-0.2294,0.2588993;0.2591981;-0.5001682,-0.1324139;0.3623217;-0.01627329,-0.1593518;0.2584141;-0.2748803,-0.136461;0.1658914;-0.5381588,0.07700861;0.01112289;-0.01859985,0.1395925;-0.102038;-0.3759202,0.1243489;-0.4407919;-0.2892403,0.1449813;-0.4964921;-0.3364608,-0.06613044;-0.001888182;-0.04497998,-0.02832873;-0.380001;-0.04367965,0.01259474;-0.7234977;0.00956782,0.02519469;-0.7122154;-0.0878534,-0.02612369;0.3981881;0.02634105,0;0;0,-0.0322464;0.1973216;0.004936908,-0.07836021;0.493622;-0.001808696,0.05491136;0.3773236;-0.006311344,0.2104143;0.1750442;-0.1216451,0.2579201;0.1197059;-0.3919798,-0.1675464;0.34059;-0.02157557,-0.1920098;0.1727039;-0.2443216,-0.1500645;0.09846277;-0.5110216,0.07363822;0.0195075;-0.02443092,0.1381396;-0.2610472;-0.2724805,0.1127882;-0.6012721;-0.1943504,0.116929;-0.5905901;-0.2923793,-0.06905072;-0.01131513;-0.038781,-0.02621083;-0.3888883;-0.03696486,0.007679801;-0.7301171;0.03313727,0.04994228;-0.7789267;-0.01161679,-0.06342089;0.394869;0.003156289,13.60438
+0;0;0,-0.01374811;0.198777;0.01728287,-0.03205675;0.4980119;0.02621309,0.08829422;0.3630887;0.01759045,0.1906767;0.279941;-0.2294,0.2588993;0.2591981;-0.5001682,-0.1324139;0.3623217;-0.01627329,-0.1593518;0.2584141;-0.2748803,-0.136461;0.1658914;-0.5381588,0.07700861;0.01112289;-0.01859985,0.1395925;-0.102038;-0.3759202,0.1243489;-0.4407919;-0.2892403,0.1449813;-0.4964921;-0.3364608,-0.06613044;-0.001888182;-0.04497998,-0.02832873;-0.380001;-0.04367965,0.01259474;-0.7234977;0.00956782,0.02519469;-0.7122154;-0.0878534,-0.02612369;0.3981881;0.02634105,0;0;0,-0.03171675;0.1974088;0.004878912,-0.07718547;0.4938034;-0.00209341,0.055951;0.3776811;-0.006081993,0.2099011;0.1755809;-0.1237888,0.2568595;0.1251892;-0.3951844,-0.1663229;0.340535;-0.02234253,-0.1838442;0.2015165;-0.2647613,-0.1391223;0.1043415;-0.5235217,0.0737496;0.01928789;-0.02426878,0.1375281;-0.2606208;-0.2732334,0.1101047;-0.6018401;-0.2003132,0.1146142;-0.5911896;-0.2983196,-0.06898358;-0.01109242;-0.03896438,-0.02717194;-0.3887799;-0.03697401,0.009743582;-0.7302166;0.03054072,0.01562819;-0.7196746;-0.06737127,-0.0624444;0.3950249;0.002957902,13.63802
+0;0;0,-0.014358;0.198682;0.01786915,-0.03302732;0.4978801;0.02719881,0.08736857;0.3629701;0.01840638,0.1899902;0.2800201;-0.2285513,0.2586758;0.2651273;-0.4995873,-0.1332702;0.3619746;-0.01535739,-0.1626273;0.260434;-0.2746404,-0.1415147;0.1958107;-0.5462616,0.07701001;0.01112566;-0.01859239,0.1374607;-0.09996765;-0.3769274,0.1227728;-0.4390377;-0.2913949,0.1336117;-0.4288175;-0.3888181,-0.06621246;-0.001963218;-0.04485594,-0.02868045;-0.3801042;-0.04397257,0.0119584;-0.7235953;0.009527873,0.02447834;-0.7122566;-0.08791447,-0.02704627;0.3980591;0.02723813,0;0;0,-0.03137328;0.1974587;0.005075588,-0.07628149;0.4939437;-0.001668588,0.05666304;0.3776635;-0.005519179,0.2102937;0.1763927;-0.1250503,0.2538569;0.1497799;-0.4003574,-0.1655948;0.3407691;-0.022307,-0.1896869;0.1755576;-0.2470841,-0.1478418;0.09267142;-0.511241,0.07379139;0.01903637;-0.02434022,0.1362144;-0.2604259;-0.2741486,0.1081551;-0.602083;-0.2035572,0.1128697;-0.5914;-0.3015604,-0.06910283;-0.0108393;-0.03882407,0.03046164;-0.3731018;-0.09585702,0.0229511;-0.7065464;0.01024801,0.02901701;-0.6961095;-0.08763197,-0.06172935;0.3951337;0.003314496,13.66031
+0;0;0,-0.014358;0.198682;0.01786915,-0.03302732;0.4978801;0.02719881,0.08736857;0.3629701;0.01840638,0.1899902;0.2800201;-0.2285513,0.2586758;0.2651273;-0.4995873,-0.1332702;0.3619746;-0.01535739,-0.1626273;0.260434;-0.2746404,-0.1415147;0.1958107;-0.5462616,0.07701001;0.01112566;-0.01859239,0.1374607;-0.09996765;-0.3769274,0.1227728;-0.4390377;-0.2913949,0.1336117;-0.4288175;-0.3888181,-0.06621246;-0.001963218;-0.04485594,-0.02868045;-0.3801042;-0.04397257,0.0119584;-0.7235953;0.009527873,0.02447834;-0.7122566;-0.08791447,-0.02704627;0.3980591;0.02723813,0;0;0,-0.03086732;0.1975337;0.005259927,-0.07497976;0.4941472;-0.001088856,0.05773867;0.3780564;-0.004827003,0.210513;0.1767715;-0.1254271,0.2547514;0.1506571;-0.4006743,-0.1650133;0.3416779;-0.02166962,-0.1796955;0.2013999;-0.2635508,-0.1365563;0.1018085;-0.5216604,0.07380901;0.01878432;-0.02448222,0.134835;-0.2604998;-0.2748344,0.1054883;-0.6020945;-0.2044649,0.1102459;-0.5913869;-0.3024709,-0.06923683;-0.01060629;-0.03864929,-0.03081348;-0.3885634;-0.03015977,0.01416235;-0.7308034;0.02771052,0.0202241;-0.7203703;-0.07016895,-0.06070742;0.3952893;0.003749006,13.69373
+0;0;0,-0.0145463;0.1986146;0.01845693,-0.03352529;0.4977708;0.0283878,0.08688425;0.3628578;0.01944311,0.1894665;0.2806113;-0.2277661,0.2596475;0.2680433;-0.4985366,-0.1337435;0.3618155;-0.01429529,-0.1627848;0.2710487;-0.2775784,-0.1423684;0.2065822;-0.5492901,0.07702325;0.01113837;-0.01852982,0.1363952;-0.09920294;-0.3772773,0.121808;-0.438525;-0.292733,0.132618;-0.4282561;-0.3901693,-0.06619985;-0.002022717;-0.0448719,-0.02842627;-0.3801379;-0.04344198,0.01177763;-0.7235555;0.01085357,0.02426016;-0.7121691;-0.08660268,-0.02752895;0.3979508;0.02828052,0;0;0,-0.03046579;0.197582;0.005762097,-0.07380337;0.4943305;0.0004219543,0.05863089;0.3781734;-0.003732819,0.2106627;0.177824;-0.1268037,0.2539786;0.1614838;-0.4029499,-0.1642781;0.3422137;-0.02071189,-0.1867022;0.1707518;-0.2409345,-0.1422909;0.0915022;-0.5057876,0.07388864;0.01857635;-0.02440057,0.1330881;-0.2600249;-0.2759493,0.1049505;-0.6019988;-0.2069413,0.1097417;-0.5912334;-0.304957,-0.06925981;-0.01040768;-0.03866212,-0.02950748;-0.3882537;-0.03144523,0.01006259;-0.730469;0.0303848,0.06386527;-0.7622737;-0.02693403,-0.0598098;0.3954157;0.004898848,13.71635
+0;0;0,-0.0145463;0.1986146;0.01845693,-0.03352529;0.4977708;0.0283878,0.08688425;0.3628578;0.01944311,0.1894665;0.2806113;-0.2277661,0.2596475;0.2680433;-0.4985366,-0.1337435;0.3618155;-0.01429529,-0.1627848;0.2710487;-0.2775784,-0.1423684;0.2065822;-0.5492901,0.07702325;0.01113837;-0.01852982,0.1363952;-0.09920294;-0.3772773,0.121808;-0.438525;-0.292733,0.132618;-0.4282561;-0.3901693,-0.06619985;-0.002022717;-0.0448719,-0.02842627;-0.3801379;-0.04344198,0.01177763;-0.7235555;0.01085357,0.02426016;-0.7121691;-0.08660268,-0.02752895;0.3979508;0.02828052,0;0;0,-0.03018482;0.1976216;0.005879086,-0.07315369;0.4944237;0.0005652551,0.05924421;0.3784471;-0.002906457,0.2104231;0.1794326;-0.129153,0.2514945;0.1694594;-0.4059448,-0.1638433;0.3425763;-0.02073051,-0.1877884;0.1738738;-0.2429153,-0.1350263;0.09921446;-0.5075701,0.07392713;0.01844373;-0.02438457,0.1321968;-0.2591498;-0.277261,0.1033827;-0.6015129;-0.2104986,0.108482;-0.5907552;-0.3084973,-0.06923715;-0.01028601;-0.03873518,0.04315156;-0.3655164;-0.1134356,0.02133534;-0.693857;0.005797148,0.07372934;-0.7309119;-0.04672449,-0.05927208;0.3954934;0.005050209,13.7498
+0;0;0,-0.0145463;0.1986146;0.01845693,-0.03352529;0.4977708;0.0283878,0.08688425;0.3628578;0.01944311,0.1894665;0.2806113;-0.2277661,0.2596475;0.2680433;-0.4985366,-0.1337435;0.3618155;-0.01429529,-0.1627848;0.2710487;-0.2775784,-0.1423684;0.2065822;-0.5492901,0.07702325;0.01113837;-0.01852982,0.1363952;-0.09920294;-0.3772773,0.121808;-0.438525;-0.292733,0.132618;-0.4282561;-0.3901693,-0.06619985;-0.002022717;-0.0448719,-0.02842627;-0.3801379;-0.04344198,0.01177763;-0.7235555;0.01085357,0.02426016;-0.7121691;-0.08660268,-0.02752895;0.3979508;0.02828052,0;0;0,-0.03011312;0.1976193;0.006311139,-0.07291536;0.4944579;0.001744417,0.05947109;0.3786035;-0.001663876,0.1931125;0.2032717;-0.1742869,0.2496354;0.1824498;-0.4477309,-0.1632388;0.3419949;-0.02026196,-0.1875601;0.1746583;-0.2434366,-0.1273984;0.1645088;-0.5167086,0.07394428;0.01843718;-0.02433751,0.1313863;-0.2574164;-0.2792988,0.1018026;-0.6005335;-0.2168854,0.1071409;-0.5897417;-0.314878,-0.06922471;-0.01029066;-0.03875619,-0.02819993;-0.3880572;-0.03568717,0.01183008;-0.7295699;0.02963274,0.04038835;-0.706192;-0.06597361,-0.05908617;0.3955092;0.005976316,13.78322
+0;0;0,-0.014432;0.1985995;0.01870734,-0.03361534;0.4977174;0.02938296,0.08718218;0.3636861;0.021266,0.1833292;0.2817021;-0.2286027,0.2589124;0.2749028;-0.4981226,-0.1323674;0.3578159;-0.01354934,-0.1727579;0.2764413;-0.2784017,-0.1468806;0.2174736;-0.5508961,0.07703242;0.0111204;-0.01850249,0.1350708;-0.0985904;-0.3776613,0.1205054;-0.438043;-0.2936388,0.1310596;-0.4277396;-0.3911101,-0.06622046;-0.002041807;-0.04484062,-0.02844982;-0.3801552;-0.04293173,0.01144434;-0.7235211;0.01191653,0.02365965;-0.7121002;-0.08558014,-0.02757535;0.3979007;0.02901638,0;0;0,-0.03011312;0.1976193;0.006311139,-0.07291536;0.4944579;0.001744417,0.05947109;0.3786035;-0.001663876,0.1931125;0.2032717;-0.1742869,0.2496354;0.1824498;-0.4477309,-0.1632388;0.3419949;-0.02026196,-0.1875601;0.1746583;-0.2434366,-0.1273984;0.1645088;-0.5167086,0.07394428;0.01843718;-0.02433751,0.1313863;-0.2574164;-0.2792988,0.1018026;-0.6005335;-0.2168854,0.1071409;-0.5897417;-0.314878,-0.06922471;-0.01029066;-0.03875619,-0.02819993;-0.3880572;-0.03568717,0.01183008;-0.7295699;0.02963274,0.04038835;-0.706192;-0.06597361,-0.05908617;0.3955092;0.005976316,13.80537
+0;0;0,-0.014432;0.1985995;0.01870734,-0.03361534;0.4977174;0.02938296,0.08718218;0.3636861;0.021266,0.1833292;0.2817021;-0.2286027,0.2589124;0.2749028;-0.4981226,-0.1323674;0.3578159;-0.01354934,-0.1727579;0.2764413;-0.2784017,-0.1468806;0.2174736;-0.5508961,0.07703242;0.0111204;-0.01850249,0.1350708;-0.0985904;-0.3776613,0.1205054;-0.438043;-0.2936388,0.1310596;-0.4277396;-0.3911101,-0.06622046;-0.002041807;-0.04484062,-0.02844982;-0.3801552;-0.04293173,0.01144434;-0.7235211;0.01191653,0.02365965;-0.7121002;-0.08558014,-0.02757535;0.3979007;0.02901638,0;0;0,-0.03009481;0.1976035;0.006868331,-0.07288933;0.4944579;0.00332476,0.0595171;0.3786677;-0.0004320475,0.2054805;0.1975966;-0.1563421,0.2503181;0.1869397;-0.4325233,-0.1629884;0.3417885;-0.01949565,-0.1882544;0.1768055;-0.2443117,-0.1272925;0.1648975;-0.5173352,0.07397644;0.01840804;-0.02426171,0.1312064;-0.2563842;-0.2804139,0.1007476;-0.599501;-0.2184206,0.1062021;-0.5886384;-0.3164207,-0.06919314;-0.01027236;-0.03881736,0.05267429;-0.3596365;-0.1253793,0.01983171;-0.681177;0.008908063,0.0469558;-0.6801319;-0.08288464,-0.05905169;0.3954958;0.007200393,13.83895
+0;0;0,-0.014432;0.1985995;0.01870734,-0.03361534;0.4977174;0.02938296,0.08718218;0.3636861;0.021266,0.1833292;0.2817021;-0.2286027,0.2589124;0.2749028;-0.4981226,-0.1323674;0.3578159;-0.01354934,-0.1727579;0.2764413;-0.2784017,-0.1468806;0.2174736;-0.5508961,0.07703242;0.0111204;-0.01850249,0.1350708;-0.0985904;-0.3776613,0.1205054;-0.438043;-0.2936388,0.1310596;-0.4277396;-0.3911101,-0.06622046;-0.002041807;-0.04484062,-0.02844982;-0.3801552;-0.04293173,0.01144434;-0.7235211;0.01191653,0.02365965;-0.7121002;-0.08558014,-0.02757535;0.3979007;0.02901638,0;0;0,-0.03017699;0.1975737;0.007347905,-0.07323948;0.494396;0.004437458,0.0592925;0.3787313;0.000491539,0.2046273;0.1988659;-0.1573889,0.2324979;0.2005496;-0.4359933,-0.1627102;0.3410909;-0.01929574,-0.1957301;0.142732;-0.2141378,-0.1157226;0.05872168;-0.4689732,0.07400503;0.01853146;-0.02407988,0.130956;-0.2551011;-0.2815325,0.09922313;-0.5984915;-0.2217327,0.1048865;-0.5875885;-0.3197288,-0.06908735;-0.01038276;-0.03897609,0.05297736;-0.3594931;-0.1262812,0.01929261;-0.6805534;0.008943036,0.04571623;-0.6774368;-0.08368027,-0.05929387;0.3954414;0.008110319,13.87275

+ 193 - 0
DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_TwoArmsPlusLeg_Forward_None_Fast.csv

@@ -0,0 +1,193 @@
+Demo_SpineBase,Demo_SpineMid,Demo_Neck,Demo_ShoulderLeft,Demo_ElbowLeft,Demo_WristLeft,Demo_ShoulderRight,Demo_ElbowRight,Demo_WristRight,Demo_HipLeft,Demo_KneeLeft,Demo_AnkleLeft,Demo_FootLeft,Demo_HipRight,Demo_KneeRight,Demo_AnkleRight,Demo_FootRight,Demo_SpineShoulder,Body_SpineBase,Body_SpineMid,Body_Neck,Body_ShoulderLeft,Body_ElbowLeft,Body_WristLeft,Body_ShoulderRight,Body_ElbowRight,Body_WristRight,Body_HipLeft,Body_KneeLeft,Body_AnkleLeft,Body_FootLeft,Body_HipRight,Body_KneeRight,Body_AnkleRight,Body_FootRight,Body_SpineShoulder,time
+0;0;0,0.001868052;0.1997914;0.008939652,0.004715541;0.4996756;0.004546887,0.1186706;0.3658375;0.01109597,0.1640096;0.09036952;0.03258448,0.2281775;-0.175382;-0.02790173,-0.1111105;0.3647365;0.005136629,-0.1743281;0.09205547;0.01210918,-0.2292503;-0.1768328;-0.04341267,0.0715239;0.003489261;-0.03566728,0.08483919;-0.3738685;0.007038508,0.08931865;-0.7136736;0.09077886,0.1020609;-0.7636405;0.03210239,-0.07168872;0.006809366;-0.03484766,-0.110274;-0.3703924;-0.009746412,-0.1316407;-0.7140393;0.05310453,-0.1283495;-0.7037965;-0.04486907,0.003590216;0.3997839;0.009062615,0;0;0,0.001249135;0.1998104;0.008616762,0.003218982;0.4997371;0.00637537,0.1176745;0.3672948;0.01882434,0.152719;0.09015304;0.03791195,0.2087114;-0.1810146;-0.003716681,-0.1115172;0.3625297;0.01299617,-0.1660911;0.08833721;0.02849385,-0.2249449;-0.179676;-0.02723002,0.07231005;0.005587403;-0.03376447,0.1006675;-0.3720957;-0.00292057,0.1188853;-0.7139968;0.06968632,0.1190015;-0.7026348;-0.02856138,-0.06983908;0.005046886;-0.0386915,-0.09874772;-0.3727792;-0.01020065,-0.1051675;-0.7165205;0.05537931,-0.1022408;-0.7051675;-0.04282317,0.002505748;0.3998023;0.009912189,28.09225
+0;0;0,0.001747591;0.199796;0.008859514,0.004408652;0.4996844;0.004586099,0.1184871;0.3658915;0.01089856,0.1641982;0.09048769;0.03242153,0.2285817;-0.1754328;-0.02708527,-0.111284;0.3646605;0.005046514,-0.1742778;0.09192696;0.01199039,-0.2289604;-0.1771509;-0.04284476,0.07152486;0.003517302;-0.03566263,0.08511727;-0.3738375;0.006982267,0.0896585;-0.7136242;0.09079402,0.1022606;-0.7635543;0.03203725,-0.0716996;0.006775998;-0.03483178,-0.1100051;-0.3704588;-0.009799808,-0.1312948;-0.7140945;0.0531383,-0.1280504;-0.7038524;-0.04483669,0.003389226;0.3997892;0.009048985,0;0;0,0.001316066;0.1998148;0.008503251,0.003429488;0.4997396;0.006114343,0.1178727;0.3674575;0.01867633,0.1530831;0.09035194;0.03798256,0.2096387;-0.1807197;-0.003510062,-0.1114034;0.3626778;0.01285012,-0.1662161;0.08850244;0.02779841,-0.224427;-0.1797338;-0.02752603,0.07235726;0.005549607;-0.03366939,0.101303;-0.3720835;-0.002759444,0.1195077;-0.7139745;0.06989805,0.1196236;-0.7026184;-0.02834853,-0.06984061;0.005074927;-0.03868506,-0.09799112;-0.3727863;-0.009902008,-0.1042069;-0.716516;0.05575788,-0.1012809;-0.7051714;-0.04244302,0.002664569;0.3998067;0.009697399,28.11431
+0;0;0,0.001747591;0.199796;0.008859514,0.004408652;0.4996844;0.004586099,0.1184871;0.3658915;0.01089856,0.1641982;0.09048769;0.03242153,0.2285817;-0.1754328;-0.02708527,-0.111284;0.3646605;0.005046514,-0.1742778;0.09192696;0.01199039,-0.2289604;-0.1771509;-0.04284476,0.07152486;0.003517302;-0.03566263,0.08511727;-0.3738375;0.006982267,0.0896585;-0.7136242;0.09079402,0.1022606;-0.7635543;0.03203725,-0.0716996;0.006775998;-0.03483178,-0.1100051;-0.3704588;-0.009799808,-0.1312948;-0.7140945;0.0531383,-0.1280504;-0.7038524;-0.04483669,0.003389226;0.3997892;0.009048985,0;0;0,0.001206058;0.1998223;0.008341737,0.003089339;0.4997437;0.005505416,0.1176589;0.367698;0.01845439,0.1529662;0.09060931;0.03782577,0.2100052;-0.1804216;-0.003269121,-0.1117316;0.3628996;0.01248347,-0.1666083;0.08872631;0.02723372,-0.223685;-0.1798485;-0.02762834,0.0723895;0.005575431;-0.03359576,0.1013027;-0.3720751;-0.002869168,0.1197473;-0.7139784;0.06966988,0.1199173;-0.7026449;-0.02857234,-0.06981104;0.005046515;-0.03874211,-0.09815242;-0.3728057;-0.01002861,-0.1039364;-0.7165065;0.05582216,-0.1009563;-0.7051859;-0.04237253,0.002403175;0.3998166;0.009261342,28.13207
+0;0;0,0.001747591;0.199796;0.008859514,0.004408652;0.4996844;0.004586099,0.1184871;0.3658915;0.01089856,0.1641982;0.09048769;0.03242153,0.2285817;-0.1754328;-0.02708527,-0.111284;0.3646605;0.005046514,-0.1742778;0.09192696;0.01199039,-0.2289604;-0.1771509;-0.04284476,0.07152486;0.003517302;-0.03566263,0.08511727;-0.3738375;0.006982267,0.0896585;-0.7136242;0.09079402,0.1022606;-0.7635543;0.03203725,-0.0716996;0.006775998;-0.03483178,-0.1100051;-0.3704588;-0.009799808,-0.1312948;-0.7140945;0.0531383,-0.1280504;-0.7038524;-0.04483669,0.003389226;0.3997892;0.009048985,0;0;0,0.001206058;0.1998223;0.008341737,0.003089339;0.4997437;0.005505416,0.1176589;0.367698;0.01845439,0.1529662;0.09060931;0.03782577,0.2100052;-0.1804216;-0.003269121,-0.1117316;0.3628996;0.01248347,-0.1666083;0.08872631;0.02723372,-0.223685;-0.1798485;-0.02762834,0.0723895;0.005575431;-0.03359576,0.1013027;-0.3720751;-0.002869168,0.1197473;-0.7139784;0.06966988,0.1199173;-0.7026449;-0.02857234,-0.06981104;0.005046515;-0.03874211,-0.09815242;-0.3728057;-0.01002861,-0.1039364;-0.7165065;0.05582216,-0.1009563;-0.7051859;-0.04237253,0.002403175;0.3998166;0.009261342,28.1563
+0;0;0,0.001844779;0.1997963;0.008833506,0.004611731;0.4996854;0.004665241,0.1186484;0.3657615;0.0107521,0.1652134;0.09051704;0.03248235,0.2296369;-0.1755176;-0.02646836,-0.1111171;0.364767;0.004999077,-0.1739515;0.09199002;0.01167264,-0.2279978;-0.1772136;-0.04317642,0.07152431;0.003549434;-0.03566054,0.08536006;-0.3738276;0.006708805,0.09019873;-0.7135634;0.09070952,0.1027624;-0.7635865;0.03207111,-0.07170934;0.00673713;-0.03481927,-0.1096833;-0.3705555;-0.01015769,-0.130787;-0.7141616;0.05300486,-0.1275807;-0.7039171;-0.04497189,0.003585881;0.3997886;0.009088653,0;0;0,0.001259237;0.1998273;0.008213853,0.003285172;0.4997469;0.005254534,0.1178352;0.3678153;0.01822951,0.1535914;0.09081343;0.03801461,0.2108564;-0.1801969;-0.002901584,-0.1115625;0.362823;0.01220599,-0.1664407;0.08864507;0.02686338,-0.2232775;-0.1800154;-0.02782778,0.07242992;0.005563719;-0.03351047,0.1020879;-0.3720424;-0.002949214,0.1207065;-0.7139762;0.06940158,0.1208999;-0.7026534;-0.02883856,-0.06978676;0.005051176;-0.03878521,-0.09719083;-0.3728677;-0.01003943,-0.1029072;-0.7165879;0.0557158,-0.09990238;-0.7052768;-0.04247634,0.002547576;0.3998214;0.009043837,28.17607
+0;0;0,0.001844779;0.1997963;0.008833506,0.004611731;0.4996854;0.004665241,0.1186484;0.3657615;0.0107521,0.1652134;0.09051704;0.03248235,0.2296369;-0.1755176;-0.02646836,-0.1111171;0.364767;0.004999077,-0.1739515;0.09199002;0.01167264,-0.2279978;-0.1772136;-0.04317642,0.07152431;0.003549434;-0.03566054,0.08536006;-0.3738276;0.006708805,0.09019873;-0.7135634;0.09070952,0.1027624;-0.7635865;0.03207111,-0.07170934;0.00673713;-0.03481927,-0.1096833;-0.3705555;-0.01015769,-0.130787;-0.7141616;0.05300486,-0.1275807;-0.7039171;-0.04497189,0.003585881;0.3997886;0.009088653,0;0;0,0.001259237;0.1998273;0.008213853,0.003285172;0.4997469;0.005254534,0.1178352;0.3678153;0.01822951,0.1535914;0.09081343;0.03801461,0.2108564;-0.1801969;-0.002901584,-0.1115625;0.362823;0.01220599,-0.1664407;0.08864507;0.02686338,-0.2232775;-0.1800154;-0.02782778,0.07242992;0.005563719;-0.03351047,0.1020879;-0.3720424;-0.002949214,0.1207065;-0.7139762;0.06940158,0.1208999;-0.7026534;-0.02883856,-0.06978676;0.005051176;-0.03878521,-0.09719083;-0.3728677;-0.01003943,-0.1029072;-0.7165879;0.0557158,-0.09990238;-0.7052768;-0.04247634,0.002547576;0.3998214;0.009043837,28.18776
+0;0;0,0.001844779;0.1997963;0.008833506,0.004611731;0.4996854;0.004665241,0.1186484;0.3657615;0.0107521,0.1652134;0.09051704;0.03248235,0.2296369;-0.1755176;-0.02646836,-0.1111171;0.364767;0.004999077,-0.1739515;0.09199002;0.01167264,-0.2279978;-0.1772136;-0.04317642,0.07152431;0.003549434;-0.03566054,0.08536006;-0.3738276;0.006708805,0.09019873;-0.7135634;0.09070952,0.1027624;-0.7635865;0.03207111,-0.07170934;0.00673713;-0.03481927,-0.1096833;-0.3705555;-0.01015769,-0.130787;-0.7141616;0.05300486,-0.1275807;-0.7039171;-0.04497189,0.003585881;0.3997886;0.009088653,0;0;0,0.001228419;0.199834;0.008054524,0.003158167;0.499752;0.004889948,0.117803;0.3680209;0.01790629,0.1540624;0.09111103;0.0380605,0.211823;-0.1799332;-0.001923922,-0.111625;0.3627456;0.01188063,-0.1664532;0.08854887;0.0263726,-0.22297;-0.1802282;-0.02807697,0.07240917;0.005600033;-0.03354925,0.1023176;-0.3720007;-0.00316558,0.1209543;-0.7139341;0.06918221,0.1211376;-0.7026255;-0.02905525,-0.06983284;0.004999623;-0.0387089,-0.09701906;-0.3729588;-0.01027768,-0.1025099;-0.71671;0.05533447,-0.09951568;-0.7054144;-0.04285504,0.002458376;0.399829;0.008748664,28.21025
+0;0;0,0.001960472;0.1997965;0.008805127,0.004846924;0.4996864;0.004745477,0.1187877;0.3654621;0.01043303,0.1669383;0.09053269;0.03268883,0.2308251;-0.1759347;-0.02487534,-0.1108967;0.364787;0.004941184,-0.1734084;0.0919365;0.01164256,-0.2278403;-0.1769445;-0.04439452,0.07152266;0.003627321;-0.03565601,0.08596417;-0.3737496;0.006511785,0.09082771;-0.7135048;0.09043258,0.1037136;-0.7635363;0.0318757,-0.0717274;0.00665148;-0.03479853,-0.1091453;-0.3706977;-0.01015105,-0.1300071;-0.7143204;0.05300128,-0.1268924;-0.7040705;-0.04497951,0.003809259;0.3997877;0.009124283,0;0;0,0.001228419;0.199834;0.008054524,0.003158167;0.499752;0.004889948,0.117803;0.3680209;0.01790629,0.1540624;0.09111103;0.0380605,0.211823;-0.1799332;-0.001923922,-0.111625;0.3627456;0.01188063,-0.1664532;0.08854887;0.0263726,-0.22297;-0.1802282;-0.02807697,0.07240917;0.005600033;-0.03354925,0.1023176;-0.3720007;-0.00316558,0.1209543;-0.7139341;0.06918221,0.1211376;-0.7026255;-0.02905525,-0.06983284;0.004999623;-0.0387089,-0.09701906;-0.3729588;-0.01027768,-0.1025099;-0.71671;0.05533447,-0.09951568;-0.7054144;-0.04285504,0.002458376;0.399829;0.008748664,28.22129
+0;0;0,0.001960472;0.1997965;0.008805127,0.004846924;0.4996864;0.004745477,0.1187877;0.3654621;0.01043303,0.1669383;0.09053269;0.03268883,0.2308251;-0.1759347;-0.02487534,-0.1108967;0.364787;0.004941184,-0.1734084;0.0919365;0.01164256,-0.2278403;-0.1769445;-0.04439452,0.07152266;0.003627321;-0.03565601,0.08596417;-0.3737496;0.006511785,0.09082771;-0.7135048;0.09043258,0.1037136;-0.7635363;0.0318757,-0.0717274;0.00665148;-0.03479853,-0.1091453;-0.3706977;-0.01015105,-0.1300071;-0.7143204;0.05300128,-0.1268924;-0.7040705;-0.04497951,0.003809259;0.3997877;0.009124283,0;0;0,0.001228419;0.199834;0.008054524,0.003158167;0.499752;0.004889948,0.117803;0.3680209;0.01790629,0.1540624;0.09111103;0.0380605,0.211823;-0.1799332;-0.001923922,-0.111625;0.3627456;0.01188063,-0.1664532;0.08854887;0.0263726,-0.22297;-0.1802282;-0.02807697,0.07240917;0.005600033;-0.03354925,0.1023176;-0.3720007;-0.00316558,0.1209543;-0.7139341;0.06918221,0.1211376;-0.7026255;-0.02905525,-0.06983284;0.004999623;-0.0387089,-0.09701906;-0.3729588;-0.01027768,-0.1025099;-0.71671;0.05533447,-0.09951568;-0.7054144;-0.04285504,0.002458376;0.399829;0.008748664,28.23231
+0;0;0,0.001960472;0.1997965;0.008805127,0.004846924;0.4996864;0.004745477,0.1187877;0.3654621;0.01043303,0.1669383;0.09053269;0.03268883,0.2308251;-0.1759347;-0.02487534,-0.1108967;0.364787;0.004941184,-0.1734084;0.0919365;0.01164256,-0.2278403;-0.1769445;-0.04439452,0.07152266;0.003627321;-0.03565601,0.08596417;-0.3737496;0.006511785,0.09082771;-0.7135048;0.09043258,0.1037136;-0.7635363;0.0318757,-0.0717274;0.00665148;-0.03479853,-0.1091453;-0.3706977;-0.01015105,-0.1300071;-0.7143204;0.05300128,-0.1268924;-0.7040705;-0.04497951,0.003809259;0.3997877;0.009124283,0;0;0,0.001256102;0.1998419;0.007851737,0.003165908;0.4997566;0.004390209,0.1177772;0.3678446;0.01743807,0.1549934;0.09110302;0.03815197,0.2134274;-0.1800146;-0.0003279634,-0.111601;0.3627416;0.01149744,-0.1661878;0.08848053;0.0256792,-0.2222841;-0.180463;-0.02838193,0.07242084;0.005622945;-0.0335202,0.1028743;-0.3719535;-0.00337752,0.1217171;-0.7139442;0.06864573,0.1218725;-0.7026588;-0.02958736,-0.06984074;0.004969454;-0.03869851,-0.09637216;-0.3730541;-0.01051508,-0.1018118;-0.7168062;0.05509632,-0.0988427;-0.7055318;-0.0430899,0.00247798;0.3998375;0.008352995,28.24608
+0;0;0,0.002032022;0.1997995;0.008719348,0.004992099;0.4996898;0.004702858,0.1189041;0.3653748;0.01024491,0.1674187;0.09054938;0.03298991,0.2311453;-0.1763991;-0.02248479,-0.1107648;0.3648148;0.004934947,-0.1722792;0.09173495;0.01152184,-0.2299562;-0.1758524;-0.04738805,0.07153349;0.003719636;-0.03562478,0.08639391;-0.3737086;0.005933676,0.09154049;-0.713382;0.09016852,0.104433;-0.7636986;0.03200475,-0.07171149;0.006564949;-0.03484773,-0.1090911;-0.3708076;-0.01050168,-0.1295322;-0.7144519;0.05267082,-0.1264876;-0.7042102;-0.04531052,0.003951154;0.39979;0.009056667,0;0;0,0.001256102;0.1998419;0.007851737,0.003165908;0.4997566;0.004390209,0.1177772;0.3678446;0.01743807,0.1549934;0.09110302;0.03815197,0.2134274;-0.1800146;-0.0003279634,-0.111601;0.3627416;0.01149744,-0.1661878;0.08848053;0.0256792,-0.2222841;-0.180463;-0.02838193,0.07242084;0.005622945;-0.0335202,0.1028743;-0.3719535;-0.00337752,0.1217171;-0.7139442;0.06864573,0.1218725;-0.7026588;-0.02958736,-0.06984074;0.004969454;-0.03869851,-0.09637216;-0.3730541;-0.01051508,-0.1018118;-0.7168062;0.05509632,-0.0988427;-0.7055318;-0.0430899,0.00247798;0.3998375;0.008352995,28.26563
+0;0;0,0.002032022;0.1997995;0.008719348,0.004992099;0.4996898;0.004702858,0.1189041;0.3653748;0.01024491,0.1674187;0.09054938;0.03298991,0.2311453;-0.1763991;-0.02248479,-0.1107648;0.3648148;0.004934947,-0.1722792;0.09173495;0.01152184,-0.2299562;-0.1758524;-0.04738805,0.07153349;0.003719636;-0.03562478,0.08639391;-0.3737086;0.005933676,0.09154049;-0.713382;0.09016852,0.104433;-0.7636986;0.03200475,-0.07171149;0.006564949;-0.03484773,-0.1090911;-0.3708076;-0.01050168,-0.1295322;-0.7144519;0.05267082,-0.1264876;-0.7042102;-0.04531052,0.003951154;0.39979;0.009056667,0;0;0,0.001226228;0.1998521;0.007592257,0.002973572;0.4997635;0.003810494,0.1177123;0.3680782;0.0170079,0.1551433;0.0914143;0.03836262,0.2141587;-0.1795979;2.726912E-05,-0.1117537;0.3628364;0.0109687,-0.166164;0.08853438;0.02503765,-0.2219673;-0.1804999;-0.02887472,0.07245682;0.005667549;-0.03343482,0.1031523;-0.3719251;-0.003743095,0.1222997;-0.7138827;0.06835678,0.1224842;-0.7026269;-0.02987061,-0.06977437;0.004935662;-0.03882238,-0.09638637;-0.3730869;-0.01070222,-0.1014107;-0.7168937;0.05465563,-0.09841096;-0.7056469;-0.0435244,0.002354207;0.3998486;0.007889409,28.27702
+0;0;0,0.002032022;0.1997995;0.008719348,0.004992099;0.4996898;0.004702858,0.1189041;0.3653748;0.01024491,0.1674187;0.09054938;0.03298991,0.2311453;-0.1763991;-0.02248479,-0.1107648;0.3648148;0.004934947,-0.1722792;0.09173495;0.01152184,-0.2299562;-0.1758524;-0.04738805,0.07153349;0.003719636;-0.03562478,0.08639391;-0.3737086;0.005933676,0.09154049;-0.713382;0.09016852,0.104433;-0.7636986;0.03200475,-0.07171149;0.006564949;-0.03484773,-0.1090911;-0.3708076;-0.01050168,-0.1295322;-0.7144519;0.05267082,-0.1264876;-0.7042102;-0.04531052,0.003951154;0.39979;0.009056667,0;0;0,0.001316174;0.1998592;0.007387439,0.003155652;0.499767;0.003364948,0.1178948;0.3682099;0.01673761,0.1554968;0.09159747;0.03845483,0.2151914;-0.179343;0.000668183,-0.1116524;0.3630072;0.01054917,-0.1655078;0.08858699;0.02444696,-0.2214355;-0.1802684;-0.03022375,0.07245982;0.005700476;-0.03342274,0.1035367;-0.371886;-0.00405065,0.1227553;-0.7138374;0.06805917,0.1229786;-0.7026006;-0.03016452,-0.0697917;0.004887298;-0.03879733,-0.09601516;-0.3731768;-0.01087188,-0.1006522;-0.7170071;0.05439092,-0.09761567;-0.7057808;-0.04378407,0.002509984;0.3998556;0.0075231,28.29909
+0;0;0,0.001576666;0.1998101;0.008569103,0.003609967;0.4997093;0.004563724,0.1179683;0.3656646;0.0100783,0.1662939;0.09085491;0.03340753,0.2307174;-0.1762714;-0.02038048,-0.1116938;0.3645547;0.00464912,-0.1722103;0.09125024;0.01116246,-0.2309329;-0.1759099;-0.04864661,0.07152349;0.003830442;-0.03563311,0.08715816;-0.3736621;0.005047608,0.0929746;-0.7132754;0.08948065,0.1056621;-0.7630842;0.03057737,-0.07172647;0.006446981;-0.0348389,-0.1079516;-0.3710603;-0.01083972,-0.128184;-0.7147518;0.05214319,-0.1251129;-0.7045122;-0.04583689,0.002933463;0.3998052;0.008891359,0;0;0,0.001316174;0.1998592;0.007387439,0.003155652;0.499767;0.003364948,0.1178948;0.3682099;0.01673761,0.1554968;0.09159747;0.03845483,0.2151914;-0.179343;0.000668183,-0.1116524;0.3630072;0.01054917,-0.1655078;0.08858699;0.02444696,-0.2214355;-0.1802684;-0.03022375,0.07245982;0.005700476;-0.03342274,0.1035367;-0.371886;-0.00405065,0.1227553;-0.7138374;0.06805917,0.1229786;-0.7026006;-0.03016452,-0.0697917;0.004887298;-0.03879733,-0.09601516;-0.3731768;-0.01087188,-0.1006522;-0.7170071;0.05439092,-0.09761567;-0.7057808;-0.04378407,0.002509984;0.3998556;0.0075231,28.31059
+0;0;0,0.001576666;0.1998101;0.008569103,0.003609967;0.4997093;0.004563724,0.1179683;0.3656646;0.0100783,0.1662939;0.09085491;0.03340753,0.2307174;-0.1762714;-0.02038048,-0.1116938;0.3645547;0.00464912,-0.1722103;0.09125024;0.01116246,-0.2309329;-0.1759099;-0.04864661,0.07152349;0.003830442;-0.03563311,0.08715816;-0.3736621;0.005047608,0.0929746;-0.7132754;0.08948065,0.1056621;-0.7630842;0.03057737,-0.07172647;0.006446981;-0.0348389,-0.1079516;-0.3710603;-0.01083972,-0.128184;-0.7147518;0.05214319,-0.1251129;-0.7045122;-0.04583689,0.002933463;0.3998052;0.008891359,0;0;0,0.001316174;0.1998592;0.007387439,0.003155652;0.499767;0.003364948,0.1178948;0.3682099;0.01673761,0.1554968;0.09159747;0.03845483,0.2151914;-0.179343;0.000668183,-0.1116524;0.3630072;0.01054917,-0.1655078;0.08858699;0.02444696,-0.2214355;-0.1802684;-0.03022375,0.07245982;0.005700476;-0.03342274,0.1035367;-0.371886;-0.00405065,0.1227553;-0.7138374;0.06805917,0.1229786;-0.7026006;-0.03016452,-0.0697917;0.004887298;-0.03879733,-0.09601516;-0.3731768;-0.01087188,-0.1006522;-0.7170071;0.05439092,-0.09761567;-0.7057808;-0.04378407,0.002509984;0.3998556;0.0075231,28.33256
+0;0;0,0.001576666;0.1998101;0.008569103,0.003609967;0.4997093;0.004563724,0.1179683;0.3656646;0.0100783,0.1662939;0.09085491;0.03340753,0.2307174;-0.1762714;-0.02038048,-0.1116938;0.3645547;0.00464912,-0.1722103;0.09125024;0.01116246,-0.2309329;-0.1759099;-0.04864661,0.07152349;0.003830442;-0.03563311,0.08715816;-0.3736621;0.005047608,0.0929746;-0.7132754;0.08948065,0.1056621;-0.7630842;0.03057737,-0.07172647;0.006446981;-0.0348389,-0.1079516;-0.3710603;-0.01083972,-0.128184;-0.7147518;0.05214319,-0.1251129;-0.7045122;-0.04583689,0.002933463;0.3998052;0.008891359,0;0;0,0.00112852;0.1998688;0.00715606,0.002649543;0.499773;0.002763165,0.1176034;0.3686584;0.01644011,0.1555075;0.09211636;0.03852584,0.2159215;-0.1787301;0.001211569,-0.1121053;0.3632041;0.01019705,-0.1651111;0.08859906;0.02370447,-0.2208146;-0.1803342;-0.03081162,0.07245253;0.005787636;-0.03342356,0.1041476;-0.3718051;-0.004803285,0.1237023;-0.7137762;0.06712282,0.1239472;-0.7025656;-0.03109581,-0.06977909;0.00479475;-0.03883154,-0.09554786;-0.373325;-0.01123781,-0.09987213;-0.7171398;0.05412769,-0.09681243;-0.7059387;-0.04404177,0.002113695;0.3998663;0.007048729,28.35505
+0;0;0,0.0008157998;0.1998203;0.008437653,0.001279873;0.4997252;0.004349727,0.1163752;0.3662193;0.009851318,0.1648159;0.09149778;0.03396775,0.2294088;-0.1758401;-0.0185506,-0.1134368;0.3645379;0.004466068,-0.1732016;0.09106526;0.01085879,-0.2319155;-0.1759458;-0.04962046,0.07155312;0.003917836;-0.03556405,0.08811973;-0.3736419;0.004111461,0.09420351;-0.7131991;0.08875109,0.1069166;-0.7628759;0.02967495,-0.07171028;0.006349429;-0.03489012,-0.107056;-0.3712713;-0.01136868,-0.1269051;-0.7149912;0.05158063,-0.1238612;-0.7047579;-0.04639904,0.001181192;0.3998198;0.008696981,0;0;0,0.001019299;0.1998793;0.006870803,0.00222748;0.4997768;0.002004599,0.1173672;0.3690732;0.01634303,0.1553294;0.09253263;0.03834775,0.2169274;-0.1780424;0.001000583,-0.1124745;0.3634228;0.009667473,-0.164943;0.08869812;0.02283615,-0.2200183;-0.180417;-0.03142023,0.0724834;0.005837658;-0.03334783,0.1046814;-0.3717708;-0.005506519,0.1244971;-0.713739;0.06636219,0.1248701;-0.7025628;-0.03184945,-0.06972858;0.004738292;-0.03892907,-0.09552642;-0.3733984;-0.01159608,-0.09926154;-0.7172623;0.05354767,-0.09607192;-0.706093;-0.04461156,0.001809503;0.3998774;0.006467673,28.36645
+0;0;0,0.0008157998;0.1998203;0.008437653,0.001279873;0.4997252;0.004349727,0.1163752;0.3662193;0.009851318,0.1648159;0.09149778;0.03396775,0.2294088;-0.1758401;-0.0185506,-0.1134368;0.3645379;0.004466068,-0.1732016;0.09106526;0.01085879,-0.2319155;-0.1759458;-0.04962046,0.07155312;0.003917836;-0.03556405,0.08811973;-0.3736419;0.004111461,0.09420351;-0.7131991;0.08875109,0.1069166;-0.7628759;0.02967495,-0.07171028;0.006349429;-0.03489012,-0.107056;-0.3712713;-0.01136868,-0.1269051;-0.7149912;0.05158063,-0.1238612;-0.7047579;-0.04639904,0.001181192;0.3998198;0.008696981,0;0;0,0.001019299;0.1998793;0.006870803,0.00222748;0.4997768;0.002004599,0.1173672;0.3690732;0.01634303,0.1553294;0.09253263;0.03834775,0.2169274;-0.1780424;0.001000583,-0.1124745;0.3634228;0.009667473,-0.164943;0.08869812;0.02283615,-0.2200183;-0.180417;-0.03142023,0.0724834;0.005837658;-0.03334783,0.1046814;-0.3717708;-0.005506519,0.1244971;-0.713739;0.06636219,0.1248701;-0.7025628;-0.03184945,-0.06972858;0.004738292;-0.03892907,-0.09552642;-0.3733984;-0.01159608,-0.09926154;-0.7172623;0.05354767,-0.09607192;-0.706093;-0.04461156,0.001809503;0.3998774;0.006467673,28.37779
+0;0;0,0.0008157998;0.1998203;0.008437653,0.001279873;0.4997252;0.004349727,0.1163752;0.3662193;0.009851318,0.1648159;0.09149778;0.03396775,0.2294088;-0.1758401;-0.0185506,-0.1134368;0.3645379;0.004466068,-0.1732016;0.09106526;0.01085879,-0.2319155;-0.1759458;-0.04962046,0.07155312;0.003917836;-0.03556405,0.08811973;-0.3736419;0.004111461,0.09420351;-0.7131991;0.08875109,0.1069166;-0.7628759;0.02967495,-0.07171028;0.006349429;-0.03489012,-0.107056;-0.3712713;-0.01136868,-0.1269051;-0.7149912;0.05158063,-0.1238612;-0.7047579;-0.04639904,0.001181192;0.3998198;0.008696981,0;0;0,0.0007207853;0.1998887;0.006632342,0.001317128;0.4997798;0.001316879,0.1166441;0.3690138;0.01595845,0.1556278;0.09266344;0.03855809,0.2183045;-0.1775982;0.0007391721,-0.1131922;0.3635164;0.009203039,-0.165365;0.0887183;0.02200946,-0.219653;-0.1805634;-0.0322139,0.07255007;0.00592945;-0.03318628,0.1050877;-0.3717164;-0.00626212,0.12516;-0.7136647;0.06563023,0.1255594;-0.7025172;-0.03257579,-0.0696516;0.004659156;-0.03907615,-0.09556668;-0.3735144;-0.01237097,-0.09879526;-0.7174;0.05268469,-0.09557786;-0.7062607;-0.04546786,0.001116772;0.3998871;0.005944523,28.39975
+0;0;0,0.0002486185;0.1998252;0.008356452,-0.0001531181;0.4997309;0.004285182,0.1152924;0.3664364;0.009665433,0.1646066;0.09195235;0.03469816,0.2293448;-0.1755449;-0.01682046,-0.1145684;0.3645482;0.003986187,-0.174438;0.09109029;0.01002006,-0.2321754;-0.1760294;-0.05091786,0.07150704;0.004158831;-0.0356293,0.08804452;-0.373596;0.002156597,0.09525048;-0.7129174;0.08764981,0.1080075;-0.7625645;0.02854307,-0.07178777;0.006090241;-0.0347768,-0.1063846;-0.3716498;-0.01207175,-0.1260895;-0.7154213;0.0506407,-0.1229559;-0.7051919;-0.04733536,3.572626E-05;0.3998249;0.008617332,0;0;0,0.0007207853;0.1998887;0.006632342,0.001317128;0.4997798;0.001316879,0.1166441;0.3690138;0.01595845,0.1556278;0.09266344;0.03855809,0.2183045;-0.1775982;0.0007391721,-0.1131922;0.3635164;0.009203039,-0.165365;0.0887183;0.02200946,-0.219653;-0.1805634;-0.0322139,0.07255007;0.00592945;-0.03318628,0.1050877;-0.3717164;-0.00626212,0.12516;-0.7136647;0.06563023,0.1255594;-0.7025172;-0.03257579,-0.0696516;0.004659156;-0.03907615,-0.09556668;-0.3735144;-0.01237097,-0.09879526;-0.7174;0.05268469,-0.09557786;-0.7062607;-0.04546786,0.001116772;0.3998871;0.005944523,28.42192
+0;0;0,0.0002486185;0.1998252;0.008356452,-0.0001531181;0.4997309;0.004285182,0.1152924;0.3664364;0.009665433,0.1646066;0.09195235;0.03469816,0.2293448;-0.1755449;-0.01682046,-0.1145684;0.3645482;0.003986187,-0.174438;0.09109029;0.01002006,-0.2321754;-0.1760294;-0.05091786,0.07150704;0.004158831;-0.0356293,0.08804452;-0.373596;0.002156597,0.09525048;-0.7129174;0.08764981,0.1080075;-0.7625645;0.02854307,-0.07178777;0.006090241;-0.0347768,-0.1063846;-0.3716498;-0.01207175,-0.1260895;-0.7154213;0.0506407,-0.1229559;-0.7051919;-0.04733536,3.572626E-05;0.3998249;0.008617332,0;0;0,0.0004091951;0.1998933;0.006520555,0.0006689867;0.4997813;0.0009943331,0.1161176;0.3690853;0.01559743,0.155665;0.09281686;0.0382192,0.2196515;-0.1771507;0.0004935488,-0.1137444;0.3634934;0.008669744,-0.1653654;0.08857426;0.02110856,-0.2184054;-0.1809896;-0.0329479,0.07255603;0.006094316;-0.03314336,0.1055999;-0.3715911;-0.007417662,0.1260079;-0.7134535;0.06478788,0.1264511;-0.7023194;-0.0334154,-0.0696622;0.004478745;-0.03907837,-0.09486114;-0.3737839;-0.01295665,-0.09782754;-0.717679;0.05206141,-0.09456599;-0.7065505;-0.0460876,0.0005634575;0.3998915;0.005686613,28.43314
+0;0;0,0.0002486185;0.1998252;0.008356452,-0.0001531181;0.4997309;0.004285182,0.1152924;0.3664364;0.009665433,0.1646066;0.09195235;0.03469816,0.2293448;-0.1755449;-0.01682046,-0.1145684;0.3645482;0.003986187,-0.174438;0.09109029;0.01002006,-0.2321754;-0.1760294;-0.05091786,0.07150704;0.004158831;-0.0356293,0.08804452;-0.373596;0.002156597,0.09525048;-0.7129174;0.08764981,0.1080075;-0.7625645;0.02854307,-0.07178777;0.006090241;-0.0347768,-0.1063846;-0.3716498;-0.01207175,-0.1260895;-0.7154213;0.0506407,-0.1229559;-0.7051919;-0.04733536,3.572626E-05;0.3998249;0.008617332,0;0;0,0.0004091951;0.1998933;0.006520555,0.0006689867;0.4997813;0.0009943331,0.1161176;0.3690853;0.01559743,0.155665;0.09281686;0.0382192,0.2196515;-0.1771507;0.0004935488,-0.1137444;0.3634934;0.008669744,-0.1653654;0.08857426;0.02110856,-0.2184054;-0.1809896;-0.0329479,0.07255603;0.006094316;-0.03314336,0.1055999;-0.3715911;-0.007417662,0.1260079;-0.7134535;0.06478788,0.1264511;-0.7023194;-0.0334154,-0.0696622;0.004478745;-0.03907837,-0.09486114;-0.3737839;-0.01295665,-0.09782754;-0.717679;0.05206141,-0.09456599;-0.7065505;-0.0460876,0.0005634575;0.3998915;0.005686613,28.44599
+0;0;0,-7.310651E-05;0.1998346;0.008131774,-0.0008572692;0.4997366;0.003836445,0.1147066;0.3664646;0.009689175,0.16439;0.09207961;0.03507561,0.2291013;-0.1755879;-0.01558553,-0.1151606;0.364597;0.003438359,-0.1751295;0.09115171;0.009043768,-0.231461;-0.1761882;-0.05224337,0.07157881;0.00427117;-0.03547156,0.08875683;-0.3737013;-0.000234127,0.09686175;-0.7127903;0.08609684,0.1096097;-0.7632616;0.02811537,-0.07169299;0.005988198;-0.03498939,-0.1054287;-0.3718763;-0.01307345,-0.1244351;-0.7156717;0.04972388,-0.1211196;-0.7054606;-0.04824248,-0.0005512578;0.399834;0.008238972,0;0;0,-0.0002133049;0.1999023;0.006246489,-0.001102825;0.4997769;0.0001322981,0.1148364;0.36947;0.01504761,0.1551252;0.0933384;0.03802914,0.2213907;-0.1760255;-7.567555E-05,-0.1152374;0.3638751;0.007977854,-0.1657256;0.08870709;0.01953349,-0.217517;-0.1812489;-0.03377135,0.0725687;0.006232295;-0.0330899,0.106294;-0.3715334;-0.009516722,0.1273815;-0.7132469;0.06319617,0.1278857;-0.7021473;-0.03500018,-0.06961483;0.004351139;-0.03917707,-0.09421553;-0.3740153;-0.01400481,-0.09665402;-0.7179091;0.05104196,-0.09332977;-0.7068081;-0.04709965,-0.000809556;0.3998978;0.005039977,28.46674
+0;0;0,-7.310651E-05;0.1998346;0.008131774,-0.0008572692;0.4997366;0.003836445,0.1147066;0.3664646;0.009689175,0.16439;0.09207961;0.03507561,0.2291013;-0.1755879;-0.01558553,-0.1151606;0.364597;0.003438359,-0.1751295;0.09115171;0.009043768,-0.231461;-0.1761882;-0.05224337,0.07157881;0.00427117;-0.03547156,0.08875683;-0.3737013;-0.000234127,0.09686175;-0.7127903;0.08609684,0.1096097;-0.7632616;0.02811537,-0.07169299;0.005988198;-0.03498939,-0.1054287;-0.3718763;-0.01307345,-0.1244351;-0.7156717;0.04972388,-0.1211196;-0.7054606;-0.04824248,-0.0005512578;0.399834;0.008238972,0;0;0,-0.0002133049;0.1999023;0.006246489,-0.001102825;0.4997769;0.0001322981,0.1148364;0.36947;0.01504761,0.1551252;0.0933384;0.03802914,0.2213907;-0.1760255;-7.567555E-05,-0.1152374;0.3638751;0.007977854,-0.1657256;0.08870709;0.01953349,-0.217517;-0.1812489;-0.03377135,0.0725687;0.006232295;-0.0330899,0.106294;-0.3715334;-0.009516722,0.1273815;-0.7132469;0.06319617,0.1278857;-0.7021473;-0.03500018,-0.06961483;0.004351139;-0.03917707,-0.09421553;-0.3740153;-0.01400481,-0.09665402;-0.7179091;0.05104196,-0.09332977;-0.7068081;-0.04709965,-0.000809556;0.3998978;0.005039977,28.47834
+0;0;0,-7.310651E-05;0.1998346;0.008131774,-0.0008572692;0.4997366;0.003836445,0.1147066;0.3664646;0.009689175,0.16439;0.09207961;0.03507561,0.2291013;-0.1755879;-0.01558553,-0.1151606;0.364597;0.003438359,-0.1751295;0.09115171;0.009043768,-0.231461;-0.1761882;-0.05224337,0.07157881;0.00427117;-0.03547156,0.08875683;-0.3737013;-0.000234127,0.09686175;-0.7127903;0.08609684,0.1096097;-0.7632616;0.02811537,-0.07169299;0.005988198;-0.03498939,-0.1054287;-0.3718763;-0.01307345,-0.1244351;-0.7156717;0.04972388,-0.1211196;-0.7054606;-0.04824248,-0.0005512578;0.399834;0.008238972,0;0;0,-0.0007710707;0.1999098;0.005955387,-0.002142159;0.4997731;-0.0006240653,0.1139981;0.3697269;0.01428082,0.1550783;0.09369224;0.03702496,0.2235439;-0.1750989;-0.001234289,-0.1161021;0.363695;0.007169326,-0.1656868;0.08833128;0.01794766,-0.2160529;-0.1819099;-0.03527793,0.07268558;0.006308623;-0.03281778,0.108467;-0.371439;-0.01216842,0.130187;-0.713151;0.06036541,0.1307355;-0.7020707;-0.03782699,-0.06946485;0.004271629;-0.03945109,-0.09141877;-0.3743244;-0.01530335,-0.09357987;-0.7182282;0.04970001,-0.09021197;-0.7071589;-0.048434,-0.001727431;0.3999017;0.004427922,28.50015
+0;0;0,0.00125375;0.1998476;0.007704915,0.00112868;0.4997492;0.003193873,0.1164506;0.3659355;0.009673681,0.1657495;0.09145582;0.03478398,0.2318716;-0.1759258;-0.01556448,-0.1134579;0.3652898;0.002875804,-0.1722528;0.09157556;0.007742882,-0.2277742;-0.1758645;-0.05384582,0.07162581;0.004574285;-0.03533862,0.09020685;-0.3736867;-0.004139941,0.09941021;-0.7124602;0.08331202,0.112361;-0.7631738;0.0257134,-0.07162344;0.005691668;-0.03518079,-0.1032932;-0.3724329;-0.01471584,-0.1217685;-0.7161881;0.04845846,-0.1182529;-0.7060199;-0.04949223,0.001360396;0.3998476;0.007621149,0;0;0,-0.0007710707;0.1999098;0.005955387,-0.002142159;0.4997731;-0.0006240653,0.1139981;0.3697269;0.01428082,0.1550783;0.09369224;0.03702496,0.2235439;-0.1750989;-0.001234289,-0.1161021;0.363695;0.007169326,-0.1656868;0.08833128;0.01794766,-0.2160529;-0.1819099;-0.03527793,0.07268558;0.006308623;-0.03281778,0.108467;-0.371439;-0.01216842,0.130187;-0.713151;0.06036541,0.1307355;-0.7020707;-0.03782699,-0.06946485;0.004271629;-0.03945109,-0.09141877;-0.3743244;-0.01530335,-0.09357987;-0.7182282;0.04970001,-0.09021197;-0.7071589;-0.048434,-0.001727431;0.3999017;0.004427922,28.51163
+0;0;0,0.00125375;0.1998476;0.007704915,0.00112868;0.4997492;0.003193873,0.1164506;0.3659355;0.009673681,0.1657495;0.09145582;0.03478398,0.2318716;-0.1759258;-0.01556448,-0.1134579;0.3652898;0.002875804,-0.1722528;0.09157556;0.007742882,-0.2277742;-0.1758645;-0.05384582,0.07162581;0.004574285;-0.03533862,0.09020685;-0.3736867;-0.004139941,0.09941021;-0.7124602;0.08331202,0.112361;-0.7631738;0.0257134,-0.07162344;0.005691668;-0.03518079,-0.1032932;-0.3724329;-0.01471584,-0.1217685;-0.7161881;0.04845846,-0.1182529;-0.7060199;-0.04949223,0.001360396;0.3998476;0.007621149,0;0;0,-0.0007710707;0.1999098;0.005955387,-0.002142159;0.4997731;-0.0006240653,0.1139981;0.3697269;0.01428082,0.1550783;0.09369224;0.03702496,0.2235439;-0.1750989;-0.001234289,-0.1161021;0.363695;0.007169326,-0.1656868;0.08833128;0.01794766,-0.2160529;-0.1819099;-0.03527793,0.07268558;0.006308623;-0.03281778,0.108467;-0.371439;-0.01216842,0.130187;-0.713151;0.06036541,0.1307355;-0.7020707;-0.03782699,-0.06946485;0.004271629;-0.03945109,-0.09141877;-0.3743244;-0.01530335,-0.09357987;-0.7182282;0.04970001,-0.09021197;-0.7071589;-0.048434,-0.001727431;0.3999017;0.004427922,28.52307
+0;0;0,0.00125375;0.1998476;0.007704915,0.00112868;0.4997492;0.003193873,0.1164506;0.3659355;0.009673681,0.1657495;0.09145582;0.03478398,0.2318716;-0.1759258;-0.01556448,-0.1134579;0.3652898;0.002875804,-0.1722528;0.09157556;0.007742882,-0.2277742;-0.1758645;-0.05384582,0.07162581;0.004574285;-0.03533862,0.09020685;-0.3736867;-0.004139941,0.09941021;-0.7124602;0.08331202,0.112361;-0.7631738;0.0257134,-0.07162344;0.005691668;-0.03518079,-0.1032932;-0.3724329;-0.01471584,-0.1217685;-0.7161881;0.04845846,-0.1182529;-0.7060199;-0.04949223,0.001360396;0.3998476;0.007621149,0;0;0,0.001190423;0.199922;0.005455384,0.002127683;0.4998001;-0.0006411136,0.1165877;0.3682998;0.01464161,0.1589572;0.09231415;0.03553964,0.2297955;-0.1758114;-0.003069237,-0.1131926;0.3640741;0.006460847,-0.161966;0.08850563;0.01558201,-0.2102088;-0.1818757;-0.03888413,0.07264337;0.006364995;-0.03290026,0.1105248;-0.3713628;-0.01596912,0.132821;-0.7129338;0.05705247,0.1336026;-0.7018572;-0.04113763,-0.06952947;0.004202975;-0.03934448,-0.08888454;-0.3746314;-0.0167637,-0.09001174;-0.7184868;0.04852208,-0.08641914;-0.7074374;-0.04960014,0.00130561;0.3999177;0.004136753,28.54514
+0;0;0,0.002351165;0.1998508;0.007358535,0.003331849;0.4997464;0.002538886,0.118275;0.3655229;0.01006655,0.1673537;0.09087208;0.03369281,0.2339433;-0.1765196;-0.0159814,-0.1117135;0.3660369;0.002346464,-0.1685852;0.09189844;0.00605478,-0.2229957;-0.1758765;-0.0550688,0.07172935;0.004779028;-0.03510072,0.09099171;-0.3738247;-0.008867627,0.1021696;-0.7120528;0.08044546,0.1161129;-0.7622571;0.02236919,-0.07155405;0.005446482;-0.03536034,-0.1010247;-0.3729344;-0.01640293,-0.1187609;-0.7166613;0.04713626,-0.1149399;-0.7065222;-0.05079713,0.003328647;0.3998481;0.007047225,0;0;0,0.001190423;0.199922;0.005455384,0.002127683;0.4998001;-0.0006411136,0.1165877;0.3682998;0.01464161,0.1589572;0.09231415;0.03553964,0.2297955;-0.1758114;-0.003069237,-0.1131926;0.3640741;0.006460847,-0.161966;0.08850563;0.01558201,-0.2102088;-0.1818757;-0.03888413,0.07264337;0.006364995;-0.03290026,0.1105248;-0.3713628;-0.01596912,0.132821;-0.7129338;0.05705247,0.1336026;-0.7018572;-0.04113763,-0.06952947;0.004202975;-0.03934448,-0.08888454;-0.3746314;-0.0167637,-0.09001174;-0.7184868;0.04852208,-0.08641914;-0.7074374;-0.04960014,0.00130561;0.3999177;0.004136753,28.55623
+0;0;0,0.002351165;0.1998508;0.007358535,0.003331849;0.4997464;0.002538886,0.118275;0.3655229;0.01006655,0.1673537;0.09087208;0.03369281,0.2339433;-0.1765196;-0.0159814,-0.1117135;0.3660369;0.002346464,-0.1685852;0.09189844;0.00605478,-0.2229957;-0.1758765;-0.0550688,0.07172935;0.004779028;-0.03510072,0.09099171;-0.3738247;-0.008867627,0.1021696;-0.7120528;0.08044546,0.1161129;-0.7622571;0.02236919,-0.07155405;0.005446482;-0.03536034,-0.1010247;-0.3729344;-0.01640293,-0.1187609;-0.7166613;0.04713626,-0.1149399;-0.7065222;-0.05079713,0.003328647;0.3998481;0.007047225,0;0;0,0.001653686;0.1999232;0.005290071,0.003692653;0.4997895;-0.0012098,0.1177141;0.3677495;0.01516554,0.161891;0.09192282;0.03434968,0.2344928;-0.1753809;-0.006609894,-0.1119369;0.3644557;0.00617702,-0.1592665;0.08858821;0.01373102,-0.2072682;-0.1804139;-0.04737304,0.07269566;0.0065777;-0.03274256,0.11208;-0.3711454;-0.01954732,0.1354624;-0.7123078;0.05502787,0.1364072;-0.7012497;-0.04315724,-0.06948803;0.003972262;-0.03944154,-0.08782695;-0.3749211;-0.01700182,-0.08679553;-0.7188505;0.04789418,-0.08304336;-0.7078317;-0.05021614,0.002677415;0.3999141;0.003676159,28.56776
+0;0;0,0.002351165;0.1998508;0.007358535,0.003331849;0.4997464;0.002538886,0.118275;0.3655229;0.01006655,0.1673537;0.09087208;0.03369281,0.2339433;-0.1765196;-0.0159814,-0.1117135;0.3660369;0.002346464,-0.1685852;0.09189844;0.00605478,-0.2229957;-0.1758765;-0.0550688,0.07172935;0.004779028;-0.03510072,0.09099171;-0.3738247;-0.008867627,0.1021696;-0.7120528;0.08044546,0.1161129;-0.7622571;0.02236919,-0.07155405;0.005446482;-0.03536034,-0.1010247;-0.3729344;-0.01640293,-0.1187609;-0.7166613;0.04713626,-0.1149399;-0.7065222;-0.05079713,0.003328647;0.3998481;0.007047225,0;0;0,0.001653686;0.1999232;0.005290071,0.003692653;0.4997895;-0.0012098,0.1177141;0.3677495;0.01516554,0.161891;0.09192282;0.03434968,0.2344928;-0.1753809;-0.006609894,-0.1119369;0.3644557;0.00617702,-0.1592665;0.08858821;0.01373102,-0.2072682;-0.1804139;-0.04737304,0.07269566;0.0065777;-0.03274256,0.11208;-0.3711454;-0.01954732,0.1354624;-0.7123078;0.05502787,0.1364072;-0.7012497;-0.04315724,-0.06948803;0.003972262;-0.03944154,-0.08782695;-0.3749211;-0.01700182,-0.08679553;-0.7188505;0.04789418,-0.08304336;-0.7078317;-0.05021614,0.002677415;0.3999141;0.003676159,28.58959
+0;0;0,-0.0004979642;0.1998441;0.0078796,-0.003414671;0.499735;0.003668907,0.1128957;0.3663197;0.01004845,0.1627011;0.09167123;0.03213083,0.2298476;-0.1755051;-0.01795052,-0.1168514;0.3646626;0.001437872,-0.1731441;0.09038582;0.003273595,-0.2259668;-0.1777712;-0.05756716,0.07182831;0.005042993;-0.03486061,0.09234268;-0.3738623;-0.01461448,0.1048791;-0.711854;0.07541016,0.1202438;-0.7626564;0.01853399,-0.07151631;0.005149421;-0.03548099,-0.0990674;-0.3734884;-0.01891763,-0.1154033;-0.7171894;0.04513536,-0.1113029;-0.7069827;-0.05280041,-0.002310893;0.3998358;0.008019575,0;0;0,-0.001948955;0.199924;0.005157374,-0.006914981;0.4997179;-0.002707194,0.1108237;0.3710577;0.0141755,0.1564959;0.095301;0.03067688,0.2301725;-0.1711039;-0.01404651,-0.119599;0.364067;0.005585994,-0.1660264;0.08799243;0.01081294,-0.2113439;-0.1810334;-0.05220639,0.0728639;0.006760219;-0.0323288,0.1150391;-0.3708172;-0.02480959,0.1400806;-0.7115647;0.05111162,0.1411353;-0.7005335;-0.04706717,-0.06922978;0.003809473;-0.03990894,-0.08384858;-0.3753346;-0.01902717,-0.0826133;-0.7192945;0.0457036,-0.07874416;-0.7082953;-0.0523984,-0.005103567;0.399885;0.002779649,28.60134
+0;0;0,-0.0004979642;0.1998441;0.0078796,-0.003414671;0.499735;0.003668907,0.1128957;0.3663197;0.01004845,0.1627011;0.09167123;0.03213083,0.2298476;-0.1755051;-0.01795052,-0.1168514;0.3646626;0.001437872,-0.1731441;0.09038582;0.003273595,-0.2259668;-0.1777712;-0.05756716,0.07182831;0.005042993;-0.03486061,0.09234268;-0.3738623;-0.01461448,0.1048791;-0.711854;0.07541016,0.1202438;-0.7626564;0.01853399,-0.07151631;0.005149421;-0.03548099,-0.0990674;-0.3734884;-0.01891763,-0.1154033;-0.7171894;0.04513536,-0.1113029;-0.7069827;-0.05280041,-0.002310893;0.3998358;0.008019575,0;0;0,-0.001948955;0.199924;0.005157374,-0.006914981;0.4997179;-0.002707194,0.1108237;0.3710577;0.0141755,0.1564959;0.095301;0.03067688,0.2301725;-0.1711039;-0.01404651,-0.119599;0.364067;0.005585994,-0.1660264;0.08799243;0.01081294,-0.2113439;-0.1810334;-0.05220639,0.0728639;0.006760219;-0.0323288,0.1150391;-0.3708172;-0.02480959,0.1400806;-0.7115647;0.05111162,0.1411353;-0.7005335;-0.04706717,-0.06922978;0.003809473;-0.03990894,-0.08384858;-0.3753346;-0.01902717,-0.0826133;-0.7192945;0.0457036,-0.07874416;-0.7082953;-0.0523984,-0.005103567;0.399885;0.002779649,28.61312
+0;0;0,-0.0004979642;0.1998441;0.0078796,-0.003414671;0.499735;0.003668907,0.1128957;0.3663197;0.01004845,0.1627011;0.09167123;0.03213083,0.2298476;-0.1755051;-0.01795052,-0.1168514;0.3646626;0.001437872,-0.1731441;0.09038582;0.003273595,-0.2259668;-0.1777712;-0.05756716,0.07182831;0.005042993;-0.03486061,0.09234268;-0.3738623;-0.01461448,0.1048791;-0.711854;0.07541016,0.1202438;-0.7626564;0.01853399,-0.07151631;0.005149421;-0.03548099,-0.0990674;-0.3734884;-0.01891763,-0.1154033;-0.7171894;0.04513536,-0.1113029;-0.7069827;-0.05280041,-0.002310893;0.3998358;0.008019575,0;0;0,-0.002731297;0.1999101;0.005339982,-0.007189862;0.4997178;-0.002298994,0.1103694;0.3716587;0.01431895,0.1590606;0.09628293;0.02836761,0.2335006;-0.1688101;-0.02246893,-0.1203128;0.3642916;0.00507656,-0.1647833;0.08786878;0.008656343,-0.2084912;-0.1806622;-0.05753089,0.07288756;0.006975998;-0.03222945,0.1168697;-0.3704646;-0.03018914,0.1445478;-0.7105734;0.04765609,0.1457753;-0.699502;-0.05052844,-0.06932411;0.003543584;-0.03976948,-0.08032282;-0.3757872;-0.02009271,-0.07743742;-0.71974;0.04462308,-0.07339244;-0.7087132;-0.05347717,-0.005726812;0.3998753;0.003116876,28.63593
+0;0;0,-0.001118912;0.1998434;0.007833506,-0.003596813;0.4997351;0.003414473,0.1126201;0.3668764;0.01042852,0.1638383;0.0922471;0.02928129,0.2312276;-0.174601;-0.02220453,-0.117107;0.3643663;3.319979E-05,-0.1712738;0.08965576;0.0003335757,-0.2227756;-0.1786602;-0.06093705,0.07195307;0.005373885;-0.03455254,0.09558862;-0.3736707;-0.02164657,0.1102082;-0.7108358;0.07112169,0.125456;-0.7611624;0.01354434,-0.07136708;0.004844733;-0.03582274,-0.09524198;-0.3741637;-0.02230887,-0.1105008;-0.7178264;0.0422131,-0.1058413;-0.7076236;-0.05569685,-0.002735531;0.3998369;0.007843372,0;0;0,-0.002731297;0.1999101;0.005339982,-0.007189862;0.4997178;-0.002298994,0.1103694;0.3716587;0.01431895,0.1590606;0.09628293;0.02836761,0.2335006;-0.1688101;-0.02246893,-0.1203128;0.3642916;0.00507656,-0.1647833;0.08786878;0.008656343,-0.2084912;-0.1806622;-0.05753089,0.07288756;0.006975998;-0.03222945,0.1168697;-0.3704646;-0.03018914,0.1445478;-0.7105734;0.04765609,0.1457753;-0.699502;-0.05052844,-0.06932411;0.003543584;-0.03976948,-0.08032282;-0.3757872;-0.02009271,-0.07743742;-0.71974;0.04462308,-0.07339244;-0.7087132;-0.05347717,-0.005726812;0.3998753;0.003116876,28.64816
+0;0;0,-0.001118912;0.1998434;0.007833506,-0.003596813;0.4997351;0.003414473,0.1126201;0.3668764;0.01042852,0.1638383;0.0922471;0.02928129,0.2312276;-0.174601;-0.02220453,-0.117107;0.3643663;3.319979E-05,-0.1712738;0.08965576;0.0003335757,-0.2227756;-0.1786602;-0.06093705,0.07195307;0.005373885;-0.03455254,0.09558862;-0.3736707;-0.02164657,0.1102082;-0.7108358;0.07112169,0.125456;-0.7611624;0.01354434,-0.07136708;0.004844733;-0.03582274,-0.09524198;-0.3741637;-0.02230887,-0.1105008;-0.7178264;0.0422131,-0.1058413;-0.7076236;-0.05569685,-0.002735531;0.3998369;0.007843372,0;0;0,-0.002731297;0.1999101;0.005339982,-0.007189862;0.4997178;-0.002298994,0.1103694;0.3716587;0.01431895,0.1590606;0.09628293;0.02836761,0.2335006;-0.1688101;-0.02246893,-0.1203128;0.3642916;0.00507656,-0.1647833;0.08786878;0.008656343,-0.2084912;-0.1806622;-0.05753089,0.07288756;0.006975998;-0.03222945,0.1168697;-0.3704646;-0.03018914,0.1445478;-0.7105734;0.04765609,0.1457753;-0.699502;-0.05052844,-0.06932411;0.003543584;-0.03976948,-0.08032282;-0.3757872;-0.02009271,-0.07743742;-0.71974;0.04462308,-0.07339244;-0.7087132;-0.05347717,-0.005726812;0.3998753;0.003116876,28.65927
+0;0;0,-0.001118912;0.1998434;0.007833506,-0.003596813;0.4997351;0.003414473,0.1126201;0.3668764;0.01042852,0.1638383;0.0922471;0.02928129,0.2312276;-0.174601;-0.02220453,-0.117107;0.3643663;3.319979E-05,-0.1712738;0.08965576;0.0003335757,-0.2227756;-0.1786602;-0.06093705,0.07195307;0.005373885;-0.03455254,0.09558862;-0.3736707;-0.02164657,0.1102082;-0.7108358;0.07112169,0.125456;-0.7611624;0.01354434,-0.07136708;0.004844733;-0.03582274,-0.09524198;-0.3741637;-0.02230887,-0.1105008;-0.7178264;0.0422131,-0.1058413;-0.7076236;-0.05569685,-0.002735531;0.3998369;0.007843372,0;0;0,-0.003279901;0.1999042;0.005249362,-0.00802209;0.4997058;-0.002476947,0.1094908;0.3715015;0.01457073,0.1607247;0.09641811;0.02477922,0.2364995;-0.1672235;-0.03135685,-0.1212085;0.3645649;0.004564766,-0.1654537;0.08808464;0.005583393,-0.2063268;-0.1802707;-0.06308122,0.07301168;0.007087113;-0.03192284,0.1187818;-0.3701219;-0.03621988,0.1489376;-0.7099156;0.04207979,0.1503943;-0.6988571;-0.05609912,-0.06915487;0.003453824;-0.04007086,-0.07825886;-0.3759665;-0.02116792,-0.07338904;-0.7199905;0.04304887,-0.06911065;-0.708971;-0.05504006,-0.00652921;0.3998647;0.002957055,28.68212
+0;0;0,-0.002327558;0.1998293;0.007926508,-0.006464926;0.4997055;0.003697499,0.1103356;0.3670526;0.01128154,0.1621602;0.09227565;0.02583642,0.2314785;-0.1739136;-0.02649202,-0.1193939;0.3643702;-0.0004323432,-0.1719891;0.08936015;-0.002230059,-0.221615;-0.179065;-0.06456168,0.0719807;0.00566992;-0.03444751,0.09667438;-0.3734767;-0.02827543,0.1136679;-0.7099145;0.0667024,0.1295139;-0.7594606;0.00821026,-0.07136106;0.004537583;-0.0358749,-0.09279734;-0.3746913;-0.02465379,-0.1068873;-0.7183526;0.04014167,-0.1017976;-0.7081265;-0.05775157,-0.005061725;0.3998106;0.008061149,0;0;0,-0.003279901;0.1999042;0.005249362,-0.00802209;0.4997058;-0.002476947,0.1094908;0.3715015;0.01457073,0.1607247;0.09641811;0.02477922,0.2364995;-0.1672235;-0.03135685,-0.1212085;0.3645649;0.004564766,-0.1654537;0.08808464;0.005583393,-0.2063268;-0.1802707;-0.06308122,0.07301168;0.007087113;-0.03192284,0.1187818;-0.3701219;-0.03621988,0.1489376;-0.7099156;0.04207979,0.1503943;-0.6988571;-0.05609912,-0.06915487;0.003453824;-0.04007086,-0.07825886;-0.3759665;-0.02116792,-0.07338904;-0.7199905;0.04304887,-0.06911065;-0.708971;-0.05504006,-0.00652921;0.3998647;0.002957055,28.694
+0;0;0,-0.002327558;0.1998293;0.007926508,-0.006464926;0.4997055;0.003697499,0.1103356;0.3670526;0.01128154,0.1621602;0.09227565;0.02583642,0.2314785;-0.1739136;-0.02649202,-0.1193939;0.3643702;-0.0004323432,-0.1719891;0.08936015;-0.002230059,-0.221615;-0.179065;-0.06456168,0.0719807;0.00566992;-0.03444751,0.09667438;-0.3734767;-0.02827543,0.1136679;-0.7099145;0.0667024,0.1295139;-0.7594606;0.00821026,-0.07136106;0.004537583;-0.0358749,-0.09279734;-0.3746913;-0.02465379,-0.1068873;-0.7183526;0.04014167,-0.1017976;-0.7081265;-0.05775157,-0.005061725;0.3998106;0.008061149,0;0;0,-0.003994301;0.1998905;0.005276226,-0.009561989;0.4996824;-0.002297134,0.108284;0.3719094;0.01485704,0.1630105;0.0973787;0.02101261,0.2392488;-0.1645749;-0.04197985,-0.1224988;0.3645051;0.003952269,-0.163916;0.08759162;0.002068494,-0.2024574;-0.1799734;-0.07089403,0.07318794;0.007417759;-0.03144046,0.1223235;-0.3692465;-0.04191405,0.1542901;-0.7085751;0.03767409,0.1559912;-0.6974916;-0.06050572,-0.06880492;0.003209619;-0.04068882,-0.07633246;-0.3762911;-0.02272984,-0.06859818;-0.7203169;0.04119503,-0.06407361;-0.7092859;-0.05688507,-0.007822983;0.3998416;0.003068787,28.70484
+0;0;0,-0.002327558;0.1998293;0.007926508,-0.006464926;0.4997055;0.003697499,0.1103356;0.3670526;0.01128154,0.1621602;0.09227565;0.02583642,0.2314785;-0.1739136;-0.02649202,-0.1193939;0.3643702;-0.0004323432,-0.1719891;0.08936015;-0.002230059,-0.221615;-0.179065;-0.06456168,0.0719807;0.00566992;-0.03444751,0.09667438;-0.3734767;-0.02827543,0.1136679;-0.7099145;0.0667024,0.1295139;-0.7594606;0.00821026,-0.07136106;0.004537583;-0.0358749,-0.09279734;-0.3746913;-0.02465379,-0.1068873;-0.7183526;0.04014167,-0.1017976;-0.7081265;-0.05775157,-0.005061725;0.3998106;0.008061149,0;0;0,-0.003994301;0.1998905;0.005276226,-0.009561989;0.4996824;-0.002297134,0.108284;0.3719094;0.01485704,0.1630105;0.0973787;0.02101261,0.2392488;-0.1645749;-0.04197985,-0.1224988;0.3645051;0.003952269,-0.163916;0.08759162;0.002068494,-0.2024574;-0.1799734;-0.07089403,0.07318794;0.007417759;-0.03144046,0.1223235;-0.3692465;-0.04191405,0.1542901;-0.7085751;0.03767409,0.1559912;-0.6974916;-0.06050572,-0.06880492;0.003209619;-0.04068882,-0.07633246;-0.3762911;-0.02272984,-0.06859818;-0.7203169;0.04119503,-0.06407361;-0.7092859;-0.05688507,-0.007822983;0.3998416;0.003068787,28.71671
+0;0;0,-0.002702099;0.1998192;0.008062039,-0.006941357;0.4996984;0.004139253,0.109872;0.3671963;0.01248684,0.1638257;0.09258527;0.02130706,0.2327167;-0.1725681;-0.0365524,-0.1197513;0.3641644;-0.0008990802,-0.1694981;0.08865708;-0.005480426,-0.2175756;-0.1798494;-0.06866898,0.07214181;0.005834963;-0.03408095,0.09973615;-0.3731618;-0.03402367,0.1187856;-0.7091823;0.06203521,0.1347036;-0.7600487;0.005402662,-0.07122594;0.004380743;-0.03616178,-0.08972354;-0.3750712;-0.02755683,-0.1021773;-0.7186937;0.03777659,-0.09655677;-0.7084398;-0.06009324,-0.00554173;0.3997988;0.008393508,0;0;0,-0.003994301;0.1998905;0.005276226,-0.009561989;0.4996824;-0.002297134,0.108284;0.3719094;0.01485704,0.1630105;0.0973787;0.02101261,0.2392488;-0.1645749;-0.04197985,-0.1224988;0.3645051;0.003952269,-0.163916;0.08759162;0.002068494,-0.2024574;-0.1799734;-0.07089403,0.07318794;0.007417759;-0.03144046,0.1223235;-0.3692465;-0.04191405,0.1542901;-0.7085751;0.03767409,0.1559912;-0.6974916;-0.06050572,-0.06880492;0.003209619;-0.04068882,-0.07633246;-0.3762911;-0.02272984,-0.06859818;-0.7203169;0.04119503,-0.06407361;-0.7092859;-0.05688507,-0.007822983;0.3998416;0.003068787,28.72842
+0;0;0,-0.002702099;0.1998192;0.008062039,-0.006941357;0.4996984;0.004139253,0.109872;0.3671963;0.01248684,0.1638257;0.09258527;0.02130706,0.2327167;-0.1725681;-0.0365524,-0.1197513;0.3641644;-0.0008990802,-0.1694981;0.08865708;-0.005480426,-0.2175756;-0.1798494;-0.06866898,0.07214181;0.005834963;-0.03408095,0.09973615;-0.3731618;-0.03402367,0.1187856;-0.7091823;0.06203521,0.1347036;-0.7600487;0.005402662,-0.07122594;0.004380743;-0.03616178,-0.08972354;-0.3750712;-0.02755683,-0.1021773;-0.7186937;0.03777659,-0.09655677;-0.7084398;-0.06009324,-0.00554173;0.3997988;0.008393508,0;0;0,-0.004653839;0.1998725;0.005415373,-0.01109649;0.4996555;-0.001830835,0.1071199;0.3721486;0.01491326,0.163144;0.09781817;0.01694798,0.2406183;-0.1618787;-0.05344576,-0.1238964;0.3649268;0.003666964,-0.163517;0.08779269;-0.001521514,-0.2009755;-0.1780891;-0.08091749,0.07336831;0.007686281;-0.03095176,0.1239094;-0.3684207;-0.05067797,0.1588816;-0.7068051;0.03161964,0.1606603;-0.6956781;-0.06656715,-0.0685826;0.002937116;-0.04108284,-0.07422929;-0.3766267;-0.02377933,-0.06473829;-0.7206617;0.03985929,-0.06012031;-0.7096046;-0.0582215,-0.009079855;0.3998135;0.003412891,28.73969
+0;0;0,-0.002702099;0.1998192;0.008062039,-0.006941357;0.4996984;0.004139253,0.109872;0.3671963;0.01248684,0.1638257;0.09258527;0.02130706,0.2327167;-0.1725681;-0.0365524,-0.1197513;0.3641644;-0.0008990802,-0.1694981;0.08865708;-0.005480426,-0.2175756;-0.1798494;-0.06866898,0.07214181;0.005834963;-0.03408095,0.09973615;-0.3731618;-0.03402367,0.1187856;-0.7091823;0.06203521,0.1347036;-0.7600487;0.005402662,-0.07122594;0.004380743;-0.03616178,-0.08972354;-0.3750712;-0.02755683,-0.1021773;-0.7186937;0.03777659,-0.09655677;-0.7084398;-0.06009324,-0.00554173;0.3997988;0.008393508,0;0;0,-0.004653839;0.1998725;0.005415373,-0.01109649;0.4996555;-0.001830835,0.1071199;0.3721486;0.01491326,0.163144;0.09781817;0.01694798,0.2406183;-0.1618787;-0.05344576,-0.1238964;0.3649268;0.003666964,-0.163517;0.08779269;-0.001521514,-0.2009755;-0.1780891;-0.08091749,0.07336831;0.007686281;-0.03095176,0.1239094;-0.3684207;-0.05067797,0.1588816;-0.7068051;0.03161964,0.1606603;-0.6956781;-0.06656715,-0.0685826;0.002937116;-0.04108284,-0.07422929;-0.3766267;-0.02377933,-0.06473829;-0.7206617;0.03985929,-0.06012031;-0.7096046;-0.0582215,-0.009079855;0.3998135;0.003412891,28.76244
+0;0;0,-0.003155291;0.1998081;0.008171177,-0.007867971;0.4996837;0.0045077,0.1091897;0.3676139;0.01319163,0.1662848;0.09350377;0.01513869,0.2355614;-0.1706012;-0.04690416,-0.1205436;0.3644534;-0.001676247,-0.1689468;0.08877426;-0.00930055,-0.2162022;-0.1794671;-0.07421206,0.0724397;0.00593178;-0.03342609,0.1042818;-0.3726907;-0.03900196,0.1250792;-0.7084032;0.05776869,0.141594;-0.7586968;0.0004956163,-0.07087096;0.004329365;-0.03685871,-0.08755407;-0.3752506;-0.03048047,-0.09666349;-0.7188891;0.03531957,-0.09056871;-0.708611;-0.06252675,-0.006329866;0.3997823;0.008671878,0;0;0,-0.00569349;0.1998486;0.005303373,-0.01383242;0.4995848;-0.00215657,0.1050811;0.3730479;0.01563728,0.1637256;0.09928805;0.01159308,0.2424561;-0.1577627;-0.06667823,-0.1261466;0.3651667;0.002865925,-0.1645916;0.08799362;-0.006987686,-0.2005859;-0.1767877;-0.09062545,0.07341069;0.008207497;-0.03071655,0.1256374;-0.3672001;-0.0579471,0.1641975;-0.7048078;0.02592287,0.1664223;-0.693689;-0.07225324,-0.06851509;0.002394077;-0.04123046,-0.07320768;-0.3772322;-0.02504819,-0.06055921;-0.721252;0.03812125,-0.05547684;-0.710202;-0.0599352,-0.01124139;0.3997602;0.003165786,28.77359
+0;0;0,-0.003155291;0.1998081;0.008171177,-0.007867971;0.4996837;0.0045077,0.1091897;0.3676139;0.01319163,0.1662848;0.09350377;0.01513869,0.2355614;-0.1706012;-0.04690416,-0.1205436;0.3644534;-0.001676247,-0.1689468;0.08877426;-0.00930055,-0.2162022;-0.1794671;-0.07421206,0.0724397;0.00593178;-0.03342609,0.1042818;-0.3726907;-0.03900196,0.1250792;-0.7084032;0.05776869,0.141594;-0.7586968;0.0004956163,-0.07087096;0.004329365;-0.03685871,-0.08755407;-0.3752506;-0.03048047,-0.09666349;-0.7188891;0.03531957,-0.09056871;-0.708611;-0.06252675,-0.006329866;0.3997823;0.008671878,0;0;0,-0.00569349;0.1998486;0.005303373,-0.01383242;0.4995848;-0.00215657,0.1050811;0.3730479;0.01563728,0.1637256;0.09928805;0.01159308,0.2424561;-0.1577627;-0.06667823,-0.1261466;0.3651667;0.002865925,-0.1645916;0.08799362;-0.006987686,-0.2005859;-0.1767877;-0.09062545,0.07341069;0.008207497;-0.03071655,0.1256374;-0.3672001;-0.0579471,0.1641975;-0.7048078;0.02592287,0.1664223;-0.693689;-0.07225324,-0.06851509;0.002394077;-0.04123046,-0.07320768;-0.3772322;-0.02504819,-0.06055921;-0.721252;0.03812125,-0.05547684;-0.710202;-0.0599352,-0.01124139;0.3997602;0.003165786,28.7857
+0;0;0,-0.003155291;0.1998081;0.008171177,-0.007867971;0.4996837;0.0045077,0.1091897;0.3676139;0.01319163,0.1662848;0.09350377;0.01513869,0.2355614;-0.1706012;-0.04690416,-0.1205436;0.3644534;-0.001676247,-0.1689468;0.08877426;-0.00930055,-0.2162022;-0.1794671;-0.07421206,0.0724397;0.00593178;-0.03342609,0.1042818;-0.3726907;-0.03900196,0.1250792;-0.7084032;0.05776869,0.141594;-0.7586968;0.0004956163,-0.07087096;0.004329365;-0.03685871,-0.08755407;-0.3752506;-0.03048047,-0.09666349;-0.7188891;0.03531957,-0.09056871;-0.708611;-0.06252675,-0.006329866;0.3997823;0.008671878,0;0;0,-0.006136618;0.1998376;0.005222154,-0.01461963;0.4995627;-0.002305468,0.1045757;0.3737019;0.01500505,0.1655831;0.100582;0.005858961,0.2458145;-0.1529213;-0.08188493,-0.1268161;0.3650434;0.001527603,-0.1639131;0.08786544;-0.01248012,-0.198673;-0.1752776;-0.1016286,0.07354207;0.008678502;-0.03026959,0.131465;-0.3648633;-0.06914764,0.1718348;-0.7015787;0.01741449,0.1742588;-0.6904574;-0.0807574,-0.06820078;0.001943243;-0.04177173,-0.06980853;-0.377786;-0.02751919,-0.0535839;-0.7218356;0.034663,-0.04829358;-0.7107909;-0.06338143,-0.01195186;0.3997411;0.003035292,28.80688
+0;0;0,-0.003676355;0.1997965;0.008236092,-0.009069784;0.499663;0.004751096,0.1081511;0.3675592;0.01433823,0.1663571;0.09374335;0.008258464,0.2366385;-0.1687362;-0.05930638,-0.1214473;0.364346;-0.002099514,-0.1695421;0.08877736;-0.01429883,-0.2152168;-0.1789242;-0.08248746,0.07256491;0.00614278;-0.03311493,0.1085122;-0.3720149;-0.04334234,0.1308603;-0.7073432;0.05440971,0.1471753;-0.757256;-0.003450193,-0.07070074;0.004130843;-0.03720673,-0.08638714;-0.3755232;-0.03311221,-0.09221589;-0.7192868;0.03240548,-0.08559477;-0.7089732;-0.06541379,-0.007316777;0.3997625;0.008850037,0;0;0,-0.006136618;0.1998376;0.005222154,-0.01461963;0.4995627;-0.002305468,0.1045757;0.3737019;0.01500505,0.1655831;0.100582;0.005858961,0.2458145;-0.1529213;-0.08188493,-0.1268161;0.3650434;0.001527603,-0.1639131;0.08786544;-0.01248012,-0.198673;-0.1752776;-0.1016286,0.07354207;0.008678502;-0.03026959,0.131465;-0.3648633;-0.06914764,0.1718348;-0.7015787;0.01741449,0.1742588;-0.6904574;-0.0807574,-0.06820078;0.001943243;-0.04177173,-0.06980853;-0.377786;-0.02751919,-0.0535839;-0.7218356;0.034663,-0.04829358;-0.7107909;-0.06338143,-0.01195186;0.3997411;0.003035292,28.82923
+0;0;0,-0.003676355;0.1997965;0.008236092,-0.009069784;0.499663;0.004751096,0.1081511;0.3675592;0.01433823,0.1663571;0.09374335;0.008258464,0.2366385;-0.1687362;-0.05930638,-0.1214473;0.364346;-0.002099514,-0.1695421;0.08877736;-0.01429883,-0.2152168;-0.1789242;-0.08248746,0.07256491;0.00614278;-0.03311493,0.1085122;-0.3720149;-0.04334234,0.1308603;-0.7073432;0.05440971,0.1471753;-0.757256;-0.003450193,-0.07070074;0.004130843;-0.03720673,-0.08638714;-0.3755232;-0.03311221,-0.09221589;-0.7192868;0.03240548,-0.08559477;-0.7089732;-0.06541379,-0.007316777;0.3997625;0.008850037,0;0;0,-0.006520246;0.1998307;0.005016623,-0.01548119;0.4995355;-0.00277062,0.1038903;0.3737799;0.01454001,0.1681557;0.1016169;0.0004946981,0.2498809;-0.1494471;-0.09271415,-0.1272924;0.3643088;1.409976E-05,-0.1647629;0.08744758;-0.01852779,-0.1976648;-0.1743699;-0.1121711,0.07373499;0.009192791;-0.02964194,0.13638;-0.3620496;-0.0811655,0.1781257;-0.6977967;0.008451268,0.1808483;-0.6867037;-0.08970734,-0.06790119;0.001444077;-0.04227698,-0.06678613;-0.3783264;-0.0291181,-0.04813047;-0.7224023;0.0322311,-0.04252777;-0.7113848;-0.06579071,-0.01266729;0.3997223;0.002652471,28.84061
+0;0;0,-0.003676355;0.1997965;0.008236092,-0.009069784;0.499663;0.004751096,0.1081511;0.3675592;0.01433823,0.1663571;0.09374335;0.008258464,0.2366385;-0.1687362;-0.05930638,-0.1214473;0.364346;-0.002099514,-0.1695421;0.08877736;-0.01429883,-0.2152168;-0.1789242;-0.08248746,0.07256491;0.00614278;-0.03311493,0.1085122;-0.3720149;-0.04334234,0.1308603;-0.7073432;0.05440971,0.1471753;-0.757256;-0.003450193,-0.07070074;0.004130843;-0.03720673,-0.08638714;-0.3755232;-0.03311221,-0.09221589;-0.7192868;0.03240548,-0.08559477;-0.7089732;-0.06541379,-0.007316777;0.3997625;0.008850037,0;0;0,-0.006520246;0.1998307;0.005016623,-0.01548119;0.4995355;-0.00277062,0.1038903;0.3737799;0.01454001,0.1681557;0.1016169;0.0004946981,0.2498809;-0.1494471;-0.09271415,-0.1272924;0.3643088;1.409976E-05,-0.1647629;0.08744758;-0.01852779,-0.1976648;-0.1743699;-0.1121711,0.07373499;0.009192791;-0.02964194,0.13638;-0.3620496;-0.0811655,0.1781257;-0.6977967;0.008451268,0.1808483;-0.6867037;-0.08970734,-0.06790119;0.001444077;-0.04227698,-0.06678613;-0.3783264;-0.0291181,-0.04813047;-0.7224023;0.0322311,-0.04252777;-0.7113848;-0.06579071,-0.01266729;0.3997223;0.002652471,28.86333
+0;0;0,-0.001869753;0.1998529;0.007438277,-0.00558926;0.4997384;0.003270221,0.1107009;0.3661898;0.01447134,0.1716938;0.09323373;0.001248545,0.2429438;-0.1671113;-0.07320888,-0.1188789;0.3656526;-0.002335364,-0.1664186;0.09026378;-0.01968462,-0.2116412;-0.1762814;-0.09254469,0.07270598;0.006380033;-0.03275873,0.1123498;-0.3712377;-0.04802868,0.1363961;-0.7062951;0.05024824,0.1523526;-0.7556253;-0.00850638,-0.07048891;0.003922891;-0.03762878,-0.0839081;-0.3758341;-0.03550478,-0.08707127;-0.7196026;0.0301704,-0.0802777;-0.7093758;-0.06761952,-0.004276388;0.3998384;0.007543317,0;0;0,-0.004797951;0.1999048;0.003877426,-0.0128644;0.4996263;-0.004434692,0.1063344;0.3737389;0.01326224,0.1657168;0.1006898;-0.004568191,0.2492305;-0.1461027;-0.1071298,-0.1251604;0.365606;-0.001102261,-0.1624147;0.08918732;-0.02569604,-0.1919062;-0.1730466;-0.1193101,0.07376169;0.009782563;-0.02938561,0.1400385;-0.3586762;-0.09454364,0.1838068;-0.6938464;-0.003740355,0.1864045;-0.6828634;-0.1018811,-0.06765891;0.0009164163;-0.04267823,-0.06794997;-0.3788467;-0.02926546,-0.04544836;-0.7229096;0.03085413,-0.03993793;-0.7120102;-0.06714997,-0.01015903;0.3998128;0.001038062,28.8849
+0;0;0,-0.001869753;0.1998529;0.007438277,-0.00558926;0.4997384;0.003270221,0.1107009;0.3661898;0.01447134,0.1716938;0.09323373;0.001248545,0.2429438;-0.1671113;-0.07320888,-0.1188789;0.3656526;-0.002335364,-0.1664186;0.09026378;-0.01968462,-0.2116412;-0.1762814;-0.09254469,0.07270598;0.006380033;-0.03275873,0.1123498;-0.3712377;-0.04802868,0.1363961;-0.7062951;0.05024824,0.1523526;-0.7556253;-0.00850638,-0.07048891;0.003922891;-0.03762878,-0.0839081;-0.3758341;-0.03550478,-0.08707127;-0.7196026;0.0301704,-0.0802777;-0.7093758;-0.06761952,-0.004276388;0.3998384;0.007543317,0;0;0,-0.004797951;0.1999048;0.003877426,-0.0128644;0.4996263;-0.004434692,0.1063344;0.3737389;0.01326224,0.1657168;0.1006898;-0.004568191,0.2492305;-0.1461027;-0.1071298,-0.1251604;0.365606;-0.001102261,-0.1624147;0.08918732;-0.02569604,-0.1919062;-0.1730466;-0.1193101,0.07376169;0.009782563;-0.02938561,0.1400385;-0.3586762;-0.09454364,0.1838068;-0.6938464;-0.003740355,0.1864045;-0.6828634;-0.1018811,-0.06765891;0.0009164163;-0.04267823,-0.06794997;-0.3788467;-0.02926546,-0.04544836;-0.7229096;0.03085413,-0.03993793;-0.7120102;-0.06714997,-0.01015903;0.3998128;0.001038062,28.89688
+0;0;0,-0.001869753;0.1998529;0.007438277,-0.00558926;0.4997384;0.003270221,0.1107009;0.3661898;0.01447134,0.1716938;0.09323373;0.001248545,0.2429438;-0.1671113;-0.07320888,-0.1188789;0.3656526;-0.002335364,-0.1664186;0.09026378;-0.01968462,-0.2116412;-0.1762814;-0.09254469,0.07270598;0.006380033;-0.03275873,0.1123498;-0.3712377;-0.04802868,0.1363961;-0.7062951;0.05024824,0.1523526;-0.7556253;-0.00850638,-0.07048891;0.003922891;-0.03762878,-0.0839081;-0.3758341;-0.03550478,-0.08707127;-0.7196026;0.0301704,-0.0802777;-0.7093758;-0.06761952,-0.004276388;0.3998384;0.007543317,0;0;0,-0.007145572;0.1998252;0.004337777,-0.01821232;0.4994482;-0.00394541,0.1015803;0.3723084;0.01371539,0.1664611;0.1009214;-0.009512954,0.2524349;-0.1414747;-0.1202047,-0.1292239;0.364264;-0.00225256,-0.1672609;0.08833927;-0.03086677,-0.1939641;-0.1729584;-0.1278744,0.07390457;0.0101926;-0.02888297,0.1439628;-0.3553444;-0.105529,0.1877669;-0.6899278;-0.01260363,0.2024437;-0.7448743;-0.06328592,-0.06742911;0.0005099013;-0.04304712,-0.06664484;-0.3792453;-0.02943238,-0.0418191;-0.7233585;0.02947235,-0.03570555;-0.7124078;-0.06850597,-0.01462981;0.3996664;0.00160168,28.91898
+0;0;0,-5.458181E-05;0.1998813;0.006889422,-0.001417617;0.4997756;0.001948582,0.113642;0.3649507;0.01550566,0.1764976;0.09290698;-0.00550371,0.25151;-0.1648208;-0.08518761,-0.1157638;0.3665847;-0.002257868,-0.162099;0.0914458;-0.02574426,-0.2057139;-0.1746866;-0.101052,0.0729557;0.006693737;-0.03213504,0.117;-0.3702304;-0.05184008,0.1420474;-0.7053179;0.04608332,0.159067;-0.7545255;-0.01253815,-0.07036166;0.003553612;-0.03790262,-0.0810966;-0.3762925;-0.0366063,-0.0804062;-0.720138;0.02873776,-0.07332555;-0.7099937;-0.06901507,-0.0008053427;0.3998794;0.006461388,0;0;0,-0.007145572;0.1998252;0.004337777,-0.01821232;0.4994482;-0.00394541,0.1015803;0.3723084;0.01371539,0.1664611;0.1009214;-0.009512954,0.2524349;-0.1414747;-0.1202047,-0.1292239;0.364264;-0.00225256,-0.1672609;0.08833927;-0.03086677,-0.1939641;-0.1729584;-0.1278744,0.07390457;0.0101926;-0.02888297,0.1439628;-0.3553444;-0.105529,0.1877669;-0.6899278;-0.01260363,0.2024437;-0.7448743;-0.06328592,-0.06742911;0.0005099013;-0.04304712,-0.06664484;-0.3792453;-0.02943238,-0.0418191;-0.7233585;0.02947235,-0.03570555;-0.7124078;-0.06850597,-0.01462981;0.3996664;0.00160168,28.93038
+0;0;0,-5.458181E-05;0.1998813;0.006889422,-0.001417617;0.4997756;0.001948582,0.113642;0.3649507;0.01550566,0.1764976;0.09290698;-0.00550371,0.25151;-0.1648208;-0.08518761,-0.1157638;0.3665847;-0.002257868,-0.162099;0.0914458;-0.02574426,-0.2057139;-0.1746866;-0.101052,0.0729557;0.006693737;-0.03213504,0.117;-0.3702304;-0.05184008,0.1420474;-0.7053179;0.04608332,0.159067;-0.7545255;-0.01253815,-0.07036166;0.003553612;-0.03790262,-0.0810966;-0.3762925;-0.0366063,-0.0804062;-0.720138;0.02873776,-0.07332555;-0.7099937;-0.06901507,-0.0008053427;0.3998794;0.006461388,0;0;0,-0.008350575;0.1997729;0.004589988,-0.02058719;0.4993511;-0.003621025,0.09966931;0.3728018;0.01409668,0.167118;0.1027687;-0.01644552,0.2527396;-0.1369201;-0.1331426,-0.1311702;0.3640474;-0.003257599,-0.1689994;0.08857995;-0.0362214,-0.1943533;-0.1695974;-0.1415858,0.0738914;0.01066486;-0.02874581,0.1469695;-0.3518283;-0.1162576,0.1908261;-0.6862987;-0.02295087,0.1944568;-0.675212;-0.1210789,-0.06745137;-5.946363E-05;-0.04301521,-0.06542211;-0.3798296;-0.02995711,-0.03819802;-0.7239579;0.02778825,-0.03164714;-0.7129735;-0.07016835,-0.01666959;0.3995821;0.001928291,28.9414
+0;0;0,-5.458181E-05;0.1998813;0.006889422,-0.001417617;0.4997756;0.001948582,0.113642;0.3649507;0.01550566,0.1764976;0.09290698;-0.00550371,0.25151;-0.1648208;-0.08518761,-0.1157638;0.3665847;-0.002257868,-0.162099;0.0914458;-0.02574426,-0.2057139;-0.1746866;-0.101052,0.0729557;0.006693737;-0.03213504,0.117;-0.3702304;-0.05184008,0.1420474;-0.7053179;0.04608332,0.159067;-0.7545255;-0.01253815,-0.07036166;0.003553612;-0.03790262,-0.0810966;-0.3762925;-0.0366063,-0.0804062;-0.720138;0.02873776,-0.07332555;-0.7099937;-0.06901507,-0.0008053427;0.3998794;0.006461388,0;0;0,-0.008350575;0.1997729;0.004589988,-0.02058719;0.4993511;-0.003621025,0.09966931;0.3728018;0.01409668,0.167118;0.1027687;-0.01644552,0.2527396;-0.1369201;-0.1331426,-0.1311702;0.3640474;-0.003257599,-0.1689994;0.08857995;-0.0362214,-0.1943533;-0.1695974;-0.1415858,0.0738914;0.01066486;-0.02874581,0.1469695;-0.3518283;-0.1162576,0.1908261;-0.6862987;-0.02295087,0.1944568;-0.675212;-0.1210789,-0.06745137;-5.946363E-05;-0.04301521,-0.06542211;-0.3798296;-0.02995711,-0.03819802;-0.7239579;0.02778825,-0.03164714;-0.7129735;-0.07016835,-0.01666959;0.3995821;0.001928291,28.96356
+0;0;0,-0.004583843;0.1997674;0.008483067,-0.01310216;0.4995766;0.006302924,0.1053094;0.3677743;0.01583432,0.1707949;0.09719312;-0.01412324,0.2481611;-0.1570253;-0.1023699,-0.1244462;0.3649387;-0.002131332,-0.1671351;0.08988008;-0.03246974,-0.2117982;-0.1740291;-0.1146717,0.07314993;0.006987057;-0.031627,0.122061;-0.3690462;-0.05625801,0.1486223;-0.7042794;0.04076365,0.1663835;-0.7548609;-0.0157268,-0.07003741;0.003302879;-0.0385208,-0.07832104;-0.3766051;-0.03737856,-0.07382737;-0.7206079;0.02697881,-0.06671918;-0.7102235;-0.07082049,-0.01021832;0.399683;0.009903099,0;0;0,-0.009283595;0.1997244;0.00489762,-0.02263161;0.4992678;-0.002843617,0.09794627;0.3725038;0.01449043,0.1671417;0.1035769;-0.0214311,0.2529745;-0.1318819;-0.1462985,-0.1327032;0.3635885;-0.003520026,-0.1704835;0.08877596;-0.0416086,-0.1939111;-0.1672004;-0.1526368,0.07400828;0.01112439;-0.02826698,0.1497456;-0.3485777;-0.1245906,0.192551;-0.682815;-0.02996961,0.1964093;-0.6716588;-0.1281023,-0.06721697;-0.0004874328;-0.04337789,-0.06323933;-0.3802384;-0.03021108,-0.03562987;-0.724502;0.02653655,-0.02885252;-0.7134894;-0.0714101,-0.01836477;0.3995042;0.00254397,28.98598
+0;0;0,-0.004583843;0.1997674;0.008483067,-0.01310216;0.4995766;0.006302924,0.1053094;0.3677743;0.01583432,0.1707949;0.09719312;-0.01412324,0.2481611;-0.1570253;-0.1023699,-0.1244462;0.3649387;-0.002131332,-0.1671351;0.08988008;-0.03246974,-0.2117982;-0.1740291;-0.1146717,0.07314993;0.006987057;-0.031627,0.122061;-0.3690462;-0.05625801,0.1486223;-0.7042794;0.04076365,0.1663835;-0.7548609;-0.0157268,-0.07003741;0.003302879;-0.0385208,-0.07832104;-0.3766051;-0.03737856,-0.07382737;-0.7206079;0.02697881,-0.06671918;-0.7102235;-0.07082049,-0.01021832;0.399683;0.009903099,0;0;0,-0.009283595;0.1997244;0.00489762,-0.02263161;0.4992678;-0.002843617,0.09794627;0.3725038;0.01449043,0.1671417;0.1035769;-0.0214311,0.2529745;-0.1318819;-0.1462985,-0.1327032;0.3635885;-0.003520026,-0.1704835;0.08877596;-0.0416086,-0.1939111;-0.1672004;-0.1526368,0.07400828;0.01112439;-0.02826698,0.1497456;-0.3485777;-0.1245906,0.192551;-0.682815;-0.02996961,0.1964093;-0.6716588;-0.1281023,-0.06721697;-0.0004874328;-0.04337789,-0.06323933;-0.3802384;-0.03021108,-0.03562987;-0.724502;0.02653655,-0.02885252;-0.7134894;-0.0714101,-0.01836477;0.3995042;0.00254397,28.9969
+0;0;0,-0.004583843;0.1997674;0.008483067,-0.01310216;0.4995766;0.006302924,0.1053094;0.3677743;0.01583432,0.1707949;0.09719312;-0.01412324,0.2481611;-0.1570253;-0.1023699,-0.1244462;0.3649387;-0.002131332,-0.1671351;0.08988008;-0.03246974,-0.2117982;-0.1740291;-0.1146717,0.07314993;0.006987057;-0.031627,0.122061;-0.3690462;-0.05625801,0.1486223;-0.7042794;0.04076365,0.1663835;-0.7548609;-0.0157268,-0.07003741;0.003302879;-0.0385208,-0.07832104;-0.3766051;-0.03737856,-0.07382737;-0.7206079;0.02697881,-0.06671918;-0.7102235;-0.07082049,-0.01021832;0.399683;0.009903099,0;0;0,-0.009402511;0.1997183;0.004916962,-0.02263779;0.4992657;-0.002853433,0.09793875;0.3730125;0.01506717,0.1693802;0.1054832;-0.02645642,0.256112;-0.1276045;-0.1550943,-0.1328028;0.3637985;-0.004101661,-0.170432;0.08960465;-0.04654898,-0.1937347;-0.1631128;-0.1648319,0.07413562;0.01165176;-0.02771546,0.1516804;-0.3451668;-0.1329169,0.1929307;-0.6793048;-0.03726042,0.197155;-0.6681533;-0.1353771,-0.06693184;-0.0009646904;-0.04380866,-0.0620576;-0.380694;-0.03032088,-0.03266454;-0.7249733;0.02542646,-0.02555341;-0.7139668;-0.07249536,-0.01842999;0.3995005;0.002548949,29.01944
+0;0;0,-0.004828198;0.1997491;0.008774987,-0.01215746;0.4995871;0.006483752,0.1056693;0.3674143;0.01597045,0.1738421;0.09845415;-0.02161814,0.2535321;-0.1476779;-0.1287095,-0.123735;0.3645453;-0.003107981,-0.1678222;0.09036532;-0.03890789,-0.2092786;-0.1738757;-0.1217211,0.07339817;0.0070966;-0.03102172,0.1267354;-0.3678921;-0.06165816,0.1541707;-0.7033207;0.03444069,0.1730324;-0.7554852;-0.01934808,-0.06960332;0.003228621;-0.0393059,-0.07500578;-0.3767323;-0.03859137,-0.06755045;-0.7208742;0.02473881,-0.06006986;-0.7104825;-0.07303418,-0.009764344;0.3996834;0.01015875,0;0;0,-0.009402511;0.1997183;0.004916962,-0.02263779;0.4992657;-0.002853433,0.09793875;0.3730125;0.01506717,0.1693802;0.1054832;-0.02645642,0.256112;-0.1276045;-0.1550943,-0.1328028;0.3637985;-0.004101661,-0.170432;0.08960465;-0.04654898,-0.1937347;-0.1631128;-0.1648319,0.07413562;0.01165176;-0.02771546,0.1516804;-0.3451668;-0.1329169,0.1929307;-0.6793048;-0.03726042,0.197155;-0.6681533;-0.1353771,-0.06693184;-0.0009646904;-0.04380866,-0.0620576;-0.380694;-0.03032088,-0.03266454;-0.7249733;0.02542646,-0.02555341;-0.7139668;-0.07249536,-0.01842999;0.3995005;0.002548949,29.0306
+0;0;0,-0.004828198;0.1997491;0.008774987,-0.01215746;0.4995871;0.006483752,0.1056693;0.3674143;0.01597045,0.1738421;0.09845415;-0.02161814,0.2535321;-0.1476779;-0.1287095,-0.123735;0.3645453;-0.003107981,-0.1678222;0.09036532;-0.03890789,-0.2092786;-0.1738757;-0.1217211,0.07339817;0.0070966;-0.03102172,0.1267354;-0.3678921;-0.06165816,0.1541707;-0.7033207;0.03444069,0.1730324;-0.7554852;-0.01934808,-0.06960332;0.003228621;-0.0393059,-0.07500578;-0.3767323;-0.03859137,-0.06755045;-0.7208742;0.02473881,-0.06006986;-0.7104825;-0.07303418,-0.009764344;0.3996834;0.01015875,0;0;0,-0.01052256;0.1996548;0.005217863,-0.02580999;0.4991201;-0.00196268,0.09550742;0.372589;0.01491519,0.1664607;0.1061458;-0.03380493,0.2555757;-0.1231349;-0.1675542,-0.1351254;0.3634348;-0.004252871,-0.1729378;0.09024706;-0.0526128,-0.1951458;-0.1576093;-0.1809641,0.07412974;0.01177695;-0.02767825,0.1521517;-0.3420004;-0.1423699,0.1919926;-0.6757399;-0.04474492,0.1962768;-0.6645193;-0.1428723,-0.06706739;-0.001229986;-0.04359417,-0.06123115;-0.380964;-0.03063197,-0.03058094;-0.7251744;0.0248636,-0.02343996;-0.7141101;-0.07306723,-0.02087894;0.3993766;0.00322583,29.04142
+0;0;0,-0.004828198;0.1997491;0.008774987,-0.01215746;0.4995871;0.006483752,0.1056693;0.3674143;0.01597045,0.1738421;0.09845415;-0.02161814,0.2535321;-0.1476779;-0.1287095,-0.123735;0.3645453;-0.003107981,-0.1678222;0.09036532;-0.03890789,-0.2092786;-0.1738757;-0.1217211,0.07339817;0.0070966;-0.03102172,0.1267354;-0.3678921;-0.06165816,0.1541707;-0.7033207;0.03444069,0.1730324;-0.7554852;-0.01934808,-0.06960332;0.003228621;-0.0393059,-0.07500578;-0.3767323;-0.03859137,-0.06755045;-0.7208742;0.02473881,-0.06006986;-0.7104825;-0.07303418,-0.009764344;0.3996834;0.01015875,0;0;0,-0.01052256;0.1996548;0.005217863,-0.02580999;0.4991201;-0.00196268,0.09550742;0.372589;0.01491519,0.1664607;0.1061458;-0.03380493,0.2555757;-0.1231349;-0.1675542,-0.1351254;0.3634348;-0.004252871,-0.1729378;0.09024706;-0.0526128,-0.1951458;-0.1576093;-0.1809641,0.07412974;0.01177695;-0.02767825,0.1521517;-0.3420004;-0.1423699,0.1919926;-0.6757399;-0.04474492,0.1962768;-0.6645193;-0.1428723,-0.06706739;-0.001229986;-0.04359417,-0.06123115;-0.380964;-0.03063197,-0.03058094;-0.7251744;0.0248636,-0.02343996;-0.7141101;-0.07306723,-0.02087894;0.3993766;0.00322583,29.06392
+0;0;0,-0.004592675;0.1997439;0.009016316,-0.01118558;0.4996004;0.006978011,0.1063222;0.3672383;0.01621339,0.1752306;0.09977156;-0.0297558,0.2604992;-0.142638;-0.1409622,-0.1232138;0.3652355;-0.002991891,-0.1675326;0.0922637;-0.04683502,-0.2056887;-0.1722416;-0.1303878,0.07362945;0.007109978;-0.03046561,0.1303314;-0.3669926;-0.06556717,0.1594084;-0.7025073;0.02974509,0.1790358;-0.7510543;-0.0289503,-0.06940496;0.003176593;-0.0396593,-0.07154771;-0.376817;-0.03918707,-0.06134394;-0.7210196;0.02342622,-0.0537962;-0.7106099;-0.07434522,-0.009069741;0.3996877;0.01057917,0;0;0,-0.01044421;0.1996604;0.005160786,-0.0254226;0.4991379;-0.002147112,0.09569072;0.3724308;0.01522684,0.1676431;0.107388;-0.03931807,0.2574316;-0.116386;-0.1816671,-0.1350259;0.3639765;-0.004310885,-0.1720349;0.09140137;-0.05658994,-0.1947453;-0.1519791;-0.1931556,0.07409046;0.01198735;-0.02769309,0.1523616;-0.3391338;-0.1501167,0.1891648;-0.672965;-0.0516166,0.1935985;-0.661758;-0.1497347,-0.06714726;-0.001523648;-0.04346174,-0.06109713;-0.38126;-0.03066741,-0.02899797;-0.7254562;0.02409212,-0.02176571;-0.7143984;-0.07383075,-0.02060986;0.3993912;0.003089546,29.07495
+0;0;0,-0.004592675;0.1997439;0.009016316,-0.01118558;0.4996004;0.006978011,0.1063222;0.3672383;0.01621339,0.1752306;0.09977156;-0.0297558,0.2604992;-0.142638;-0.1409622,-0.1232138;0.3652355;-0.002991891,-0.1675326;0.0922637;-0.04683502,-0.2056887;-0.1722416;-0.1303878,0.07362945;0.007109978;-0.03046561,0.1303314;-0.3669926;-0.06556717,0.1594084;-0.7025073;0.02974509,0.1790358;-0.7510543;-0.0289503,-0.06940496;0.003176593;-0.0396593,-0.07154771;-0.376817;-0.03918707,-0.06134394;-0.7210196;0.02342622,-0.0537962;-0.7106099;-0.07434522,-0.009069741;0.3996877;0.01057917,0;0;0,-0.01044421;0.1996604;0.005160786,-0.0254226;0.4991379;-0.002147112,0.09569072;0.3724308;0.01522684,0.1676431;0.107388;-0.03931807,0.2574316;-0.116386;-0.1816671,-0.1350259;0.3639765;-0.004310885,-0.1720349;0.09140137;-0.05658994,-0.1947453;-0.1519791;-0.1931556,0.07409046;0.01198735;-0.02769309,0.1523616;-0.3391338;-0.1501167,0.1891648;-0.672965;-0.0516166,0.1935985;-0.661758;-0.1497347,-0.06714726;-0.001523648;-0.04346174,-0.06109713;-0.38126;-0.03066741,-0.02899797;-0.7254562;0.02409212,-0.02176571;-0.7143984;-0.07383075,-0.02060986;0.3993912;0.003089546,29.08687
+0;0;0,-0.004592675;0.1997439;0.009016316,-0.01118558;0.4996004;0.006978011,0.1063222;0.3672383;0.01621339,0.1752306;0.09977156;-0.0297558,0.2604992;-0.142638;-0.1409622,-0.1232138;0.3652355;-0.002991891,-0.1675326;0.0922637;-0.04683502,-0.2056887;-0.1722416;-0.1303878,0.07362945;0.007109978;-0.03046561,0.1303314;-0.3669926;-0.06556717,0.1594084;-0.7025073;0.02974509,0.1790358;-0.7510543;-0.0289503,-0.06940496;0.003176593;-0.0396593,-0.07154771;-0.376817;-0.03918707,-0.06134394;-0.7210196;0.02342622,-0.0537962;-0.7106099;-0.07434522,-0.009069741;0.3996877;0.01057917,0;0;0,-0.01154164;0.1995899;0.005537399,-0.0287247;0.4989693;-0.0009396826,0.09330932;0.3724933;0.01522756,0.1669385;0.1089328;-0.04405661,0.2576351;-0.1104634;-0.1925135,-0.1372172;0.3630641;-0.004650432,-0.1765174;0.09196052;-0.06260165,-0.1971875;-0.1485225;-0.2045195,0.07416756;0.01238377;-0.02730962,0.1527818;-0.3356468;-0.1580556,0.1876285;-0.669283;-0.05819267,0.1922041;-0.6579986;-0.1563191,-0.0669523;-0.001822743;-0.04375005,-0.06198577;-0.3815764;-0.03100364,-0.02888395;-0.7256992;0.02362005,-0.02153515;-0.7145791;-0.07430619,-0.02312948;0.3992479;0.003993772,29.10839
+0;0;0,-0.005662035;0.1996914;0.009555082,-0.0139129;0.4995125;0.008465474,0.1042665;0.367467;0.01667093,0.1751118;0.1021228;-0.03785846,0.263795;-0.1357987;-0.155878,-0.1252561;0.3653769;-0.003439027,-0.16809;0.09340572;-0.05439894,-0.2050061;-0.1702386;-0.141168,0.07368903;0.007505263;-0.03022579,0.13197;-0.3660131;-0.06879206,0.1630046;-0.7014624;0.026132,0.18496;-0.747493;-0.03500168,-0.06930582;0.002765253;-0.03986296,-0.06924259;-0.3772339;-0.04068124,-0.05707075;-0.7215261;0.02108183,-0.04922796;-0.7110503;-0.07667962,-0.01124542;0.3996015;0.01173468,0;0;0,-0.01154164;0.1995899;0.005537399,-0.0287247;0.4989693;-0.0009396826,0.09330932;0.3724933;0.01522756,0.1669385;0.1089328;-0.04405661,0.2576351;-0.1104634;-0.1925135,-0.1372172;0.3630641;-0.004650432,-0.1765174;0.09196052;-0.06260165,-0.1971875;-0.1485225;-0.2045195,0.07416756;0.01238377;-0.02730962,0.1527818;-0.3356468;-0.1580556,0.1876285;-0.669283;-0.05819267,0.1922041;-0.6579986;-0.1563191,-0.0669523;-0.001822743;-0.04375005,-0.06198577;-0.3815764;-0.03100364,-0.02888395;-0.7256992;0.02362005,-0.02153515;-0.7145791;-0.07430619,-0.02312948;0.3992479;0.003993772,29.12001
+0;0;0,-0.005662035;0.1996914;0.009555082,-0.0139129;0.4995125;0.008465474,0.1042665;0.367467;0.01667093,0.1751118;0.1021228;-0.03785846,0.263795;-0.1357987;-0.155878,-0.1252561;0.3653769;-0.003439027,-0.16809;0.09340572;-0.05439894,-0.2050061;-0.1702386;-0.141168,0.07368903;0.007505263;-0.03022579,0.13197;-0.3660131;-0.06879206,0.1630046;-0.7014624;0.026132,0.18496;-0.747493;-0.03500168,-0.06930582;0.002765253;-0.03986296,-0.06924259;-0.3772339;-0.04068124,-0.05707075;-0.7215261;0.02108183,-0.04922796;-0.7110503;-0.07667962,-0.01124542;0.3996015;0.01173468,0;0;0,-0.01274557;0.1995098;0.005778763,-0.03210902;0.4987636;-0.0003324221,0.09085795;0.3728241;0.01488068,0.1662064;0.1108957;-0.04927619,0.2566702;-0.09996803;-0.209753,-0.1395299;0.3620933;-0.005055268,-0.1794992;0.09236896;-0.06870436,-0.1994786;-0.144391;-0.2168446,0.07422991;0.01273803;-0.02697523,0.1529092;-0.3310133;-0.1685543,0.1834929;-0.6637715;-0.06445549,0.1881319;-0.6524457;-0.1625868,-0.06676949;-0.002123799;-0.04401504,-0.06220699;-0.3818801;-0.03119669,-0.02785737;-0.7259246;0.02314992,-0.02052015;-0.7147584;-0.07478604,-0.02577178;0.3990809;0.004484397,29.14189
+0;0;0,-0.005662035;0.1996914;0.009555082,-0.0139129;0.4995125;0.008465474,0.1042665;0.367467;0.01667093,0.1751118;0.1021228;-0.03785846,0.263795;-0.1357987;-0.155878,-0.1252561;0.3653769;-0.003439027,-0.16809;0.09340572;-0.05439894,-0.2050061;-0.1702386;-0.141168,0.07368903;0.007505263;-0.03022579,0.13197;-0.3660131;-0.06879206,0.1630046;-0.7014624;0.026132,0.18496;-0.747493;-0.03500168,-0.06930582;0.002765253;-0.03986296,-0.06924259;-0.3772339;-0.04068124,-0.05707075;-0.7215261;0.02108183,-0.04922796;-0.7110503;-0.07667962,-0.01124542;0.3996015;0.01173468,0;0;0,-0.01274557;0.1995098;0.005778763,-0.03210902;0.4987636;-0.0003324221,0.09085795;0.3728241;0.01488068,0.1662064;0.1108957;-0.04927619,0.2566702;-0.09996803;-0.209753,-0.1395299;0.3620933;-0.005055268,-0.1794992;0.09236896;-0.06870436,-0.1994786;-0.144391;-0.2168446,0.07422991;0.01273803;-0.02697523,0.1529092;-0.3310133;-0.1685543,0.1834929;-0.6637715;-0.06445549,0.1881319;-0.6524457;-0.1625868,-0.06676949;-0.002123799;-0.04401504,-0.06220699;-0.3818801;-0.03119669,-0.02785737;-0.7259246;0.02314992,-0.02052015;-0.7147584;-0.07478604,-0.02577178;0.3990809;0.004484397,29.15347
+0;0;0,-0.005814305;0.1996876;0.009542752,-0.01403509;0.4995087;0.008348785,0.1042225;0.3679371;0.01690183,0.1747467;0.1050517;-0.0488069,0.2671241;-0.1283651;-0.1728352,-0.1253643;0.3654498;-0.004071994,-0.1678609;0.09481657;-0.06196581,-0.2032363;-0.1676907;-0.1527322,0.07386319;0.007901867;-0.02969493,0.1342548;-0.3647141;-0.07340054,0.1685627;-0.7004282;0.01943787,0.1909769;-0.7530202;-0.03229402,-0.06894469;0.002449311;-0.0405047,-0.06735715;-0.377544;-0.04209637,-0.05277951;-0.721887;0.01885772,-0.0446721;-0.711417;-0.07888096,-0.01140668;0.3995982;0.01166148,0;0;0,-0.01332348;0.1994664;0.005969972,-0.03341506;0.4986789;0.0001958017,0.0898442;0.3729436;0.01494906,0.1652573;0.1127481;-0.05584084,0.2576866;-0.09424102;-0.2201951,-0.1405542;0.3619648;-0.0051796,-0.1813145;0.09363186;-0.07399847,-0.202282;-0.1355152;-0.2335353,0.07425982;0.01296244;-0.02678535,0.1526106;-0.327198;-0.1769588,0.179233;-0.6592875;-0.06968416,0.1839966;-0.6479433;-0.167813,-0.06670038;-0.002371705;-0.04410706,-0.06198241;-0.3821192;-0.03108595,-0.0271037;-0.7261585;0.02295543,-0.01971373;-0.7149572;-0.07498332,-0.02685975;0.3990049;0.004899462,29.17555
+0;0;0,-0.005814305;0.1996876;0.009542752,-0.01403509;0.4995087;0.008348785,0.1042225;0.3679371;0.01690183,0.1747467;0.1050517;-0.0488069,0.2671241;-0.1283651;-0.1728352,-0.1253643;0.3654498;-0.004071994,-0.1678609;0.09481657;-0.06196581,-0.2032363;-0.1676907;-0.1527322,0.07386319;0.007901867;-0.02969493,0.1342548;-0.3647141;-0.07340054,0.1685627;-0.7004282;0.01943787,0.1909769;-0.7530202;-0.03229402,-0.06894469;0.002449311;-0.0405047,-0.06735715;-0.377544;-0.04209637,-0.05277951;-0.721887;0.01885772,-0.0446721;-0.711417;-0.07888096,-0.01140668;0.3995982;0.01166148,0;0;0,-0.01332348;0.1994664;0.005969972,-0.03341506;0.4986789;0.0001958017,0.0898442;0.3729436;0.01494906,0.1652573;0.1127481;-0.05584084,0.2576866;-0.09424102;-0.2201951,-0.1405542;0.3619648;-0.0051796,-0.1813145;0.09363186;-0.07399847,-0.202282;-0.1355152;-0.2335353,0.07425982;0.01296244;-0.02678535,0.1526106;-0.327198;-0.1769588,0.179233;-0.6592875;-0.06968416,0.1839966;-0.6479433;-0.167813,-0.06670038;-0.002371705;-0.04410706,-0.06198241;-0.3821192;-0.03108595,-0.0271037;-0.7261585;0.02295543,-0.01971373;-0.7149572;-0.07498332,-0.02685975;0.3990049;0.004899462,29.18693
+0;0;0,-0.005814305;0.1996876;0.009542752,-0.01403509;0.4995087;0.008348785,0.1042225;0.3679371;0.01690183,0.1747467;0.1050517;-0.0488069,0.2671241;-0.1283651;-0.1728352,-0.1253643;0.3654498;-0.004071994,-0.1678609;0.09481657;-0.06196581,-0.2032363;-0.1676907;-0.1527322,0.07386319;0.007901867;-0.02969493,0.1342548;-0.3647141;-0.07340054,0.1685627;-0.7004282;0.01943787,0.1909769;-0.7530202;-0.03229402,-0.06894469;0.002449311;-0.0405047,-0.06735715;-0.377544;-0.04209637,-0.05277951;-0.721887;0.01885772,-0.0446721;-0.711417;-0.07888096,-0.01140668;0.3995982;0.01166148,0;0;0,-0.0139904;0.1994141;0.006186754,-0.03485171;0.4985785;0.0006717737,0.08871917;0.372927;0.01454951,0.1659797;0.1150408;-0.06242805,0.26059;-0.0890362;-0.2291658,-0.1415643;0.3615157;-0.005634514,-0.1815325;0.09386119;-0.07749273,-0.2032502;-0.1294818;-0.2449629,0.07431198;0.0132305;-0.02650816,0.1527323;-0.3232081;-0.1848096,0.1757763;-0.6550081;-0.07582475,0.1806074;-0.6436411;-0.1739546,-0.06654837;-0.002664769;-0.04431944,-0.06209905;-0.3824133;-0.03123298,-0.02632013;-0.7264866;0.02199777,-0.01892328;-0.7152586;-0.07594558,-0.02806667;0.3989162;0.00529616,29.20914
+0;0;0,-0.006529991;0.1996517;0.009827012,-0.01582089;0.4994431;0.00909498,0.1029022;0.3681885;0.01681895,0.1764934;0.1089593;-0.05923764,0.2683891;-0.1198288;-0.1919446,-0.1265653;0.3653868;-0.00508095,-0.16841;0.09598747;-0.06890108,-0.2041851;-0.1619355;-0.1718373,0.07397347;0.007956895;-0.02940431,0.135127;-0.3636471;-0.08010646,0.1733441;-0.6985933;0.01397091,0.1948385;-0.7501624;-0.03973633,-0.06887513;0.002310646;-0.04063099,-0.06543145;-0.377665;-0.04320139,-0.04774461;-0.7219651;0.01716967,-0.03934321;-0.7114543;-0.08055232,-0.01284058;0.3995374;0.01225194,0;0;0,-0.0139904;0.1994141;0.006186754,-0.03485171;0.4985785;0.0006717737,0.08871917;0.372927;0.01454951,0.1659797;0.1150408;-0.06242805,0.26059;-0.0890362;-0.2291658,-0.1415643;0.3615157;-0.005634514,-0.1815325;0.09386119;-0.07749273,-0.2032502;-0.1294818;-0.2449629,0.07431198;0.0132305;-0.02650816,0.1527323;-0.3232081;-0.1848096,0.1757763;-0.6550081;-0.07582475,0.1806074;-0.6436411;-0.1739546,-0.06654837;-0.002664769;-0.04431944,-0.06209905;-0.3824133;-0.03123298,-0.02632013;-0.7264866;0.02199777,-0.01892328;-0.7152586;-0.07594558,-0.02806667;0.3989162;0.00529616,29.22078
+0;0;0,-0.006529991;0.1996517;0.009827012,-0.01582089;0.4994431;0.00909498,0.1029022;0.3681885;0.01681895,0.1764934;0.1089593;-0.05923764,0.2683891;-0.1198288;-0.1919446,-0.1265653;0.3653868;-0.00508095,-0.16841;0.09598747;-0.06890108,-0.2041851;-0.1619355;-0.1718373,0.07397347;0.007956895;-0.02940431,0.135127;-0.3636471;-0.08010646,0.1733441;-0.6985933;0.01397091,0.1948385;-0.7501624;-0.03973633,-0.06887513;0.002310646;-0.04063099,-0.06543145;-0.377665;-0.04320139,-0.04774461;-0.7219651;0.01716967,-0.03934321;-0.7114543;-0.08055232,-0.01284058;0.3995374;0.01225194,0;0;0,-0.01430751;0.1993885;0.006285025,-0.03538197;0.4985399;0.0008851131,0.08827295;0.3727765;0.01393944,0.1673522;0.1184831;-0.07255533,0.2632262;-0.07894622;-0.2464226,-0.1419187;0.3612779;-0.006061888,-0.1823519;0.09473869;-0.08170579,-0.2029587;-0.1254268;-0.2534688,0.07435256;0.01348821;-0.02626336,0.1525806;-0.3185594;-0.1936694,0.1712412;-0.6498951;-0.08245589,0.1760974;-0.6385922;-0.1805723,-0.06647169;-0.002959775;-0.04441569,-0.06140095;-0.3827044;-0.03144311,-0.02506974;-0.7267436;0.02163335,-0.01772925;-0.7155046;-0.07631634,-0.02854742;0.3988793;0.005475001,29.24248
+0;0;0,-0.006529991;0.1996517;0.009827012,-0.01582089;0.4994431;0.00909498,0.1029022;0.3681885;0.01681895,0.1764934;0.1089593;-0.05923764,0.2683891;-0.1198288;-0.1919446,-0.1265653;0.3653868;-0.00508095,-0.16841;0.09598747;-0.06890108,-0.2041851;-0.1619355;-0.1718373,0.07397347;0.007956895;-0.02940431,0.135127;-0.3636471;-0.08010646,0.1733441;-0.6985933;0.01397091,0.1948385;-0.7501624;-0.03973633,-0.06887513;0.002310646;-0.04063099,-0.06543145;-0.377665;-0.04320139,-0.04774461;-0.7219651;0.01716967,-0.03934321;-0.7114543;-0.08055232,-0.01284058;0.3995374;0.01225194,0;0;0,-0.01430751;0.1993885;0.006285025,-0.03538197;0.4985399;0.0008851131,0.08827295;0.3727765;0.01393944,0.1673522;0.1184831;-0.07255533,0.2632262;-0.07894622;-0.2464226,-0.1419187;0.3612779;-0.006061888,-0.1823519;0.09473869;-0.08170579,-0.2029587;-0.1254268;-0.2534688,0.07435256;0.01348821;-0.02626336,0.1525806;-0.3185594;-0.1936694,0.1712412;-0.6498951;-0.08245589,0.1760974;-0.6385922;-0.1805723,-0.06647169;-0.002959775;-0.04441569,-0.06140095;-0.3827044;-0.03144311,-0.02506974;-0.7267436;0.02163335,-0.01772925;-0.7155046;-0.07631634,-0.02854742;0.3988793;0.005475001,29.25372
+0;0;0,-0.007202367;0.1996166;0.01006739,-0.01744189;0.4993778;0.009709406,0.1016004;0.3680518;0.01631848,0.1781969;0.1119215;-0.06692971,0.2683534;-0.1083586;-0.2144035,-0.1275162;0.3649487;-0.006161873,-0.1674978;0.09674075;-0.07591817,-0.20226;-0.1551517;-0.1931435,0.07418272;0.008050212;-0.02884645,0.1361473;-0.3619951;-0.08906957,0.178641;-0.6962517;0.005623825,0.1996498;-0.741231;-0.05711965,-0.06858775;0.002190449;-0.04112083,-0.06344049;-0.3777549;-0.04500052,-0.04270397;-0.7220808;0.01424181,-0.03411645;-0.7115375;-0.08347048,-0.01415624;0.3994778;0.01273961,0;0;0,-0.01430751;0.1993885;0.006285025,-0.03538197;0.4985399;0.0008851131,0.08827295;0.3727765;0.01393944,0.1673522;0.1184831;-0.07255533,0.2632262;-0.07894622;-0.2464226,-0.1419187;0.3612779;-0.006061888,-0.1823519;0.09473869;-0.08170579,-0.2029587;-0.1254268;-0.2534688,0.07435256;0.01348821;-0.02626336,0.1525806;-0.3185594;-0.1936694,0.1712412;-0.6498951;-0.08245589,0.1760974;-0.6385922;-0.1805723,-0.06647169;-0.002959775;-0.04441569,-0.06140095;-0.3827044;-0.03144311,-0.02506974;-0.7267436;0.02163335,-0.01772925;-0.7155046;-0.07631634,-0.02854742;0.3988793;0.005475001,29.26486
+0;0;0,-0.007202367;0.1996166;0.01006739,-0.01744189;0.4993778;0.009709406,0.1016004;0.3680518;0.01631848,0.1781969;0.1119215;-0.06692971,0.2683534;-0.1083586;-0.2144035,-0.1275162;0.3649487;-0.006161873,-0.1674978;0.09674075;-0.07591817,-0.20226;-0.1551517;-0.1931435,0.07418272;0.008050212;-0.02884645,0.1361473;-0.3619951;-0.08906957,0.178641;-0.6962517;0.005623825,0.1996498;-0.741231;-0.05711965,-0.06858775;0.002190449;-0.04112083,-0.06344049;-0.3777549;-0.04500052,-0.04270397;-0.7220808;0.01424181,-0.03411645;-0.7115375;-0.08347048,-0.01415624;0.3994778;0.01273961,0;0;0,-0.01476511;0.1993524;0.006372374,-0.03646891;0.4984609;0.001094369,0.08739722;0.3724934;0.0133191,0.1678865;0.120992;-0.0797858,0.2634224;-0.07199101;-0.2587563,-0.1425828;0.3608036;-0.006665517,-0.1831176;0.09544343;-0.0862954,-0.2032008;-0.1201187;-0.2638612,0.07439542;0.01373902;-0.02601079,0.1524837;-0.3129202;-0.2037634,0.1690819;-0.6440443;-0.09159717,0.1739838;-0.6328093;-0.1896984,-0.06638633;-0.003225549;-0.04452473,-0.06150636;-0.3829964;-0.03226652,-0.02420605;-0.7269055;0.02098045,-0.01686448;-0.7156579;-0.07697079,-0.02942909;0.3988128;0.005644167,29.28726
+0;0;0,-0.007202367;0.1996166;0.01006739,-0.01744189;0.4993778;0.009709406,0.1016004;0.3680518;0.01631848,0.1781969;0.1119215;-0.06692971,0.2683534;-0.1083586;-0.2144035,-0.1275162;0.3649487;-0.006161873,-0.1674978;0.09674075;-0.07591817,-0.20226;-0.1551517;-0.1931435,0.07418272;0.008050212;-0.02884645,0.1361473;-0.3619951;-0.08906957,0.178641;-0.6962517;0.005623825,0.1996498;-0.741231;-0.05711965,-0.06858775;0.002190449;-0.04112083,-0.06344049;-0.3777549;-0.04500052,-0.04270397;-0.7220808;0.01424181,-0.03411645;-0.7115375;-0.08347048,-0.01415624;0.3994778;0.01273961,0;0;0,-0.01476511;0.1993524;0.006372374,-0.03646891;0.4984609;0.001094369,0.08739722;0.3724934;0.0133191,0.1678865;0.120992;-0.0797858,0.2634224;-0.07199101;-0.2587563,-0.1425828;0.3608036;-0.006665517,-0.1831176;0.09544343;-0.0862954,-0.2032008;-0.1201187;-0.2638612,0.07439542;0.01373902;-0.02601079,0.1524837;-0.3129202;-0.2037634,0.1690819;-0.6440443;-0.09159717,0.1739838;-0.6328093;-0.1896984,-0.06638633;-0.003225549;-0.04452473,-0.06150636;-0.3829964;-0.03226652,-0.02420605;-0.7269055;0.02098045,-0.01686448;-0.7156579;-0.07697079,-0.02942909;0.3988128;0.005644167,29.29884
+0;0;0,-0.00721551;0.1996314;0.00975922,-0.01734082;0.4993955;0.008927854,0.1018081;0.3685312;0.01412359,0.1753718;0.1147488;-0.07852031,0.2658337;-0.1025707;-0.2301411,-0.1271749;0.3646525;-0.007932758,-0.1657368;0.09766901;-0.08298467,-0.198527;-0.1514548;-0.2065247,0.07440334;0.008157485;-0.0282418,0.1395702;-0.3586725;-0.1030018,0.1859185;-0.6931137;-0.01080143,0.2074572;-0.7450283;-0.06396241,-0.06832887;0.002012338;-0.04155858,-0.06195502;-0.3778945;-0.0470524,-0.03742778;-0.7222983;0.01025773,-0.02903681;-0.7117863;-0.08746539,-0.01411;0.3994986;0.01211891,0;0;0,-0.01492984;0.1993435;0.006265596,-0.0366712;0.4984457;0.0007961416,0.08718014;0.3722964;0.01262693,0.1689844;0.1252965;-0.09080943,0.2651848;-0.06449762;-0.2728086,-0.1427176;0.3607869;-0.007510833,-0.1838278;0.09713629;-0.09235388,-0.202066;-0.1150959;-0.2740814,0.07442329;0.01396526;-0.02580979,0.1530812;-0.3077537;-0.2121155,0.1669398;-0.6386212;-0.0988252,0.1719594;-0.6274129;-0.1969154,-0.0663623;-0.003540778;-0.04453659,-0.0607726;-0.383324;-0.03298385,-0.02274776;-0.7271601;0.02022159,-0.01533464;-0.7159324;-0.07772048,-0.02963374;0.3988005;0.005412357,29.32078
+0;0;0,-0.00721551;0.1996314;0.00975922,-0.01734082;0.4993955;0.008927854,0.1018081;0.3685312;0.01412359,0.1753718;0.1147488;-0.07852031,0.2658337;-0.1025707;-0.2301411,-0.1271749;0.3646525;-0.007932758,-0.1657368;0.09766901;-0.08298467,-0.198527;-0.1514548;-0.2065247,0.07440334;0.008157485;-0.0282418,0.1395702;-0.3586725;-0.1030018,0.1859185;-0.6931137;-0.01080143,0.2074572;-0.7450283;-0.06396241,-0.06832887;0.002012338;-0.04155858,-0.06195502;-0.3778945;-0.0470524,-0.03742778;-0.7222983;0.01025773,-0.02903681;-0.7117863;-0.08746539,-0.01411;0.3994986;0.01211891,0;0;0,-0.01492984;0.1993435;0.006265596,-0.0366712;0.4984457;0.0007961416,0.08718014;0.3722964;0.01262693,0.1689844;0.1252965;-0.09080943,0.2651848;-0.06449762;-0.2728086,-0.1427176;0.3607869;-0.007510833,-0.1838278;0.09713629;-0.09235388,-0.202066;-0.1150959;-0.2740814,0.07442329;0.01396526;-0.02580979,0.1530812;-0.3077537;-0.2121155,0.1669398;-0.6386212;-0.0988252,0.1719594;-0.6274129;-0.1969154,-0.0663623;-0.003540778;-0.04453659,-0.0607726;-0.383324;-0.03298385,-0.02274776;-0.7271601;0.02022159,-0.01533464;-0.7159324;-0.07772048,-0.02963374;0.3988005;0.005412357,29.33207
+0;0;0,-0.00721551;0.1996314;0.00975922,-0.01734082;0.4993955;0.008927854,0.1018081;0.3685312;0.01412359,0.1753718;0.1147488;-0.07852031,0.2658337;-0.1025707;-0.2301411,-0.1271749;0.3646525;-0.007932758,-0.1657368;0.09766901;-0.08298467,-0.198527;-0.1514548;-0.2065247,0.07440334;0.008157485;-0.0282418,0.1395702;-0.3586725;-0.1030018,0.1859185;-0.6931137;-0.01080143,0.2074572;-0.7450283;-0.06396241,-0.06832887;0.002012338;-0.04155858,-0.06195502;-0.3778945;-0.0470524,-0.03742778;-0.7222983;0.01025773,-0.02903681;-0.7117863;-0.08746539,-0.01411;0.3994986;0.01211891,0;0;0,-0.01480552;0.1993532;0.006251676,-0.03622519;0.4984773;0.0007209186,0.08747114;0.3719578;0.01187885,0.1713406;0.1298141;-0.1009588,0.2677818;-0.05577309;-0.2871214,-0.1424283;0.3611497;-0.008154973,-0.1834847;0.09884608;-0.0970999,-0.1995729;-0.1071272;-0.2860871,0.0744805;0.01394654;-0.02565441,0.1539602;-0.3014811;-0.2220937,0.162629;-0.6316987;-0.1064167,0.1677328;-0.620537;-0.2044936,-0.06640449;-0.003644015;-0.0444653,-0.05934104;-0.3834173;-0.03340364,-0.02091506;-0.7272284;0.0196756,-0.01350125;-0.7160032;-0.07826591,-0.02930069;0.3988253;0.005361328,29.3544
+0;0;0,-0.007380696;0.1996429;0.009394883,-0.01770712;0.499398;0.008026629,0.1015752;0.3687621;0.01205745,0.1735003;0.1174331;-0.08824468,0.2621028;-0.09204742;-0.2515466,-0.1268103;0.3636657;-0.01057827,-0.1671885;0.09820947;-0.08996706,-0.1968369;-0.1462313;-0.2232701,0.0745781;0.008385489;-0.02770902,0.1434104;-0.3532366;-0.1220042,0.191318;-0.6872284;-0.02897541,0.2144822;-0.7412843;-0.07794511,-0.06819327;0.001687402;-0.0417951,-0.05997922;-0.3781545;-0.04905201,-0.03280878;-0.722609;0.006740723,-0.02432545;-0.7121313;-0.0909676,-0.01441699;0.399509;0.01139902,0;0;0,-0.01480552;0.1993532;0.006251676,-0.03622519;0.4984773;0.0007209186,0.08747114;0.3719578;0.01187885,0.1713406;0.1298141;-0.1009588,0.2677818;-0.05577309;-0.2871214,-0.1424283;0.3611497;-0.008154973,-0.1834847;0.09884608;-0.0970999,-0.1995729;-0.1071272;-0.2860871,0.0744805;0.01394654;-0.02565441,0.1539602;-0.3014811;-0.2220937,0.162629;-0.6316987;-0.1064167,0.1677328;-0.620537;-0.2044936,-0.06640449;-0.003644015;-0.0444653,-0.05934104;-0.3834173;-0.03340364,-0.02091506;-0.7272284;0.0196756,-0.01350125;-0.7160032;-0.07826591,-0.02930069;0.3988253;0.005361328,29.36564
+0;0;0,-0.007380696;0.1996429;0.009394883,-0.01770712;0.499398;0.008026629,0.1015752;0.3687621;0.01205745,0.1735003;0.1174331;-0.08824468,0.2621028;-0.09204742;-0.2515466,-0.1268103;0.3636657;-0.01057827,-0.1671885;0.09820947;-0.08996706,-0.1968369;-0.1462313;-0.2232701,0.0745781;0.008385489;-0.02770902,0.1434104;-0.3532366;-0.1220042,0.191318;-0.6872284;-0.02897541,0.2144822;-0.7412843;-0.07794511,-0.06819327;0.001687402;-0.0417951,-0.05997922;-0.3781545;-0.04905201,-0.03280878;-0.722609;0.006740723,-0.02432545;-0.7121313;-0.0909676,-0.01441699;0.399509;0.01139902,0;0;0,-0.01462047;0.1993695;0.006169211,-0.03565758;0.4985182;0.0005082069,0.08786913;0.3717018;0.01116204,0.1765165;0.1386742;-0.1162733,0.2698824;-0.05006829;-0.3008244,-0.1419077;0.3611017;-0.008796966,-0.1834805;0.1000933;-0.1012432,-0.1981736;-0.1042108;-0.2921462,0.07453075;0.01383164;-0.02557054,0.1548786;-0.2965741;-0.229513,0.1615757;-0.6261584;-0.1119146,0.181169;-0.6832209;-0.1570392,-0.06651929;-0.003666337;-0.04429155,-0.05768386;-0.3834178;-0.0337658,-0.01894997;-0.7272242;0.01911907,-0.01154121;-0.7160106;-0.07882062,-0.02886491;0.3988592;0.005192079,29.37662
+0;0;0,-0.007380696;0.1996429;0.009394883,-0.01770712;0.499398;0.008026629,0.1015752;0.3687621;0.01205745,0.1735003;0.1174331;-0.08824468,0.2621028;-0.09204742;-0.2515466,-0.1268103;0.3636657;-0.01057827,-0.1671885;0.09820947;-0.08996706,-0.1968369;-0.1462313;-0.2232701,0.0745781;0.008385489;-0.02770902,0.1434104;-0.3532366;-0.1220042,0.191318;-0.6872284;-0.02897541,0.2144822;-0.7412843;-0.07794511,-0.06819327;0.001687402;-0.0417951,-0.05997922;-0.3781545;-0.04905201,-0.03280878;-0.722609;0.006740723,-0.02432545;-0.7121313;-0.0909676,-0.01441699;0.399509;0.01139902,0;0;0,-0.01462047;0.1993695;0.006169211,-0.03565758;0.4985182;0.0005082069,0.08786913;0.3717018;0.01116204,0.1765165;0.1386742;-0.1162733,0.2698824;-0.05006829;-0.3008244,-0.1419077;0.3611017;-0.008796966,-0.1834805;0.1000933;-0.1012432,-0.1981736;-0.1042108;-0.2921462,0.07453075;0.01383164;-0.02557054,0.1548786;-0.2965741;-0.229513,0.1615757;-0.6261584;-0.1119146,0.181169;-0.6832209;-0.1570392,-0.06651929;-0.003666337;-0.04429155,-0.05768386;-0.3834178;-0.0337658,-0.01894997;-0.7272242;0.01911907,-0.01154121;-0.7160106;-0.07882062,-0.02886491;0.3988592;0.005192079,29.38793
+0;0;0,-0.007272818;0.1996724;0.008835146,-0.01740268;0.4994293;0.006657829,0.1015361;0.3678951;0.01291156,0.1838179;0.1243903;-0.09815204,0.274379;-0.08262697;-0.2635078,-0.1265268;0.3641356;-0.01261656,-0.1638844;0.1006331;-0.09962735,-0.1908744;-0.1415804;-0.2374829,0.0746432;0.008696272;-0.0274366,0.1501566;-0.34593;-0.1411816,0.1969273;-0.6785539;-0.04282588,0.2208875;-0.7169192;-0.1117614,-0.06824415;0.001241783;-0.04172761,-0.05657015;-0.3784553;-0.05141431,-0.02681168;-0.7229764;0.002619807,-0.01718062;-0.7125584;-0.09497011,-0.01418472;0.3995475;0.01030173,0;0;0,-0.01445371;0.199384;0.006090458,-0.03518306;0.498552;0.0003122194,0.08820195;0.371446;0.01039069,0.1788107;0.147128;-0.1305755,0.2697537;-0.04192337;-0.316018,-0.1415597;0.3613789;-0.009440441,-0.1821125;0.1016071;-0.1057424,-0.1942811;-0.08851261;-0.310941,0.07458983;0.01389797;-0.02536148,0.1556211;-0.2892303;-0.2397144,0.1573572;-0.6191434;-0.1228624,0.1855703;-0.6761928;-0.1631913,-0.06647593;-0.003781269;-0.04434695,-0.05643701;-0.3835089;-0.03404302,-0.01742733;-0.7273147;0.01864259,-0.01003042;-0.7161164;-0.07929505,-0.02849538;0.3988878;0.005035194,29.41005
+0;0;0,-0.007272818;0.1996724;0.008835146,-0.01740268;0.4994293;0.006657829,0.1015361;0.3678951;0.01291156,0.1838179;0.1243903;-0.09815204,0.274379;-0.08262697;-0.2635078,-0.1265268;0.3641356;-0.01261656,-0.1638844;0.1006331;-0.09962735,-0.1908744;-0.1415804;-0.2374829,0.0746432;0.008696272;-0.0274366,0.1501566;-0.34593;-0.1411816,0.1969273;-0.6785539;-0.04282588,0.2208875;-0.7169192;-0.1117614,-0.06824415;0.001241783;-0.04172761,-0.05657015;-0.3784553;-0.05141431,-0.02681168;-0.7229764;0.002619807,-0.01718062;-0.7125584;-0.09497011,-0.01418472;0.3995475;0.01030173,0;0;0,-0.01445371;0.199384;0.006090458,-0.03518306;0.498552;0.0003122194,0.08820195;0.371446;0.01039069,0.1788107;0.147128;-0.1305755,0.2697537;-0.04192337;-0.316018,-0.1415597;0.3613789;-0.009440441,-0.1821125;0.1016071;-0.1057424,-0.1942811;-0.08851261;-0.310941,0.07458983;0.01389797;-0.02536148,0.1556211;-0.2892303;-0.2397144,0.1573572;-0.6191434;-0.1228624,0.1855703;-0.6761928;-0.1631913,-0.06647593;-0.003781269;-0.04434695,-0.05643701;-0.3835089;-0.03404302,-0.01742733;-0.7273147;0.01864259,-0.01003042;-0.7161164;-0.07929505,-0.02849538;0.3988878;0.005035194,29.42188
+0;0;0,-0.007272818;0.1996724;0.008835146,-0.01740268;0.4994293;0.006657829,0.1015361;0.3678951;0.01291156,0.1838179;0.1243903;-0.09815204,0.274379;-0.08262697;-0.2635078,-0.1265268;0.3641356;-0.01261656,-0.1638844;0.1006331;-0.09962735,-0.1908744;-0.1415804;-0.2374829,0.0746432;0.008696272;-0.0274366,0.1501566;-0.34593;-0.1411816,0.1969273;-0.6785539;-0.04282588,0.2208875;-0.7169192;-0.1117614,-0.06824415;0.001241783;-0.04172761,-0.05657015;-0.3784553;-0.05141431,-0.02681168;-0.7229764;0.002619807,-0.01718062;-0.7125584;-0.09497011,-0.01418472;0.3995475;0.01030173,0;0;0,-0.01392814;0.1994274;0.005890882,-0.03403097;0.498634;-0.0001184801,0.08913516;0.3712661;0.009446988,0.180999;0.1491709;-0.1342011,0.2681479;-0.02850629;-0.3322816,-0.1407653;0.3621679;-0.01027704,-0.1794088;0.1028096;-0.1084605,-0.1910584;-0.08711211;-0.3138723,0.07461654;0.01388697;-0.02528883,0.1568053;-0.2774507;-0.2550004,0.1589581;-0.6083043;-0.1408457,0.184734;-0.6649106;-0.1836821,-0.06642623;-0.003841149;-0.04441624,-0.05438256;-0.3835309;-0.03489427,-0.01514579;-0.7273183;0.01774276,-0.007738878;-0.7161495;-0.08018847,-0.02752767;0.3989608;0.004673639,29.44337
+0;0;0,-0.007526537;0.1996728;0.00860887,-0.01796625;0.4994157;0.006042571,0.1010609;0.3678754;0.01242351,0.1859859;0.1277646;-0.1039146,0.2779106;-0.07538186;-0.2732703,-0.1269546;0.3644121;-0.01373415,-0.1606668;0.102199;-0.1059719,-0.1852583;-0.1369104;-0.2495753,0.07470604;0.009109344;-0.02712981,0.1548915;-0.3396477;-0.1549531,0.2015275;-0.6726679;-0.05788266,0.2257695;-0.7246792;-0.1097139,-0.06806604;0.0008189102;-0.04202789,-0.05608195;-0.3788485;-0.05247061,-0.02422944;-0.7235755;-0.001004681,-0.01432013;-0.7131819;-0.09856182,-0.01465623;0.399542;0.009823513,0;0;0,-0.01392814;0.1994274;0.005890882,-0.03403097;0.498634;-0.0001184801,0.08913516;0.3712661;0.009446988,0.180999;0.1491709;-0.1342011,0.2681479;-0.02850629;-0.3322816,-0.1407653;0.3621679;-0.01027704,-0.1794088;0.1028096;-0.1084605,-0.1910584;-0.08711211;-0.3138723,0.07461654;0.01388697;-0.02528883,0.1568053;-0.2774507;-0.2550004,0.1589581;-0.6083043;-0.1408457,0.184734;-0.6649106;-0.1836821,-0.06642623;-0.003841149;-0.04441624,-0.05438256;-0.3835309;-0.03489427,-0.01514579;-0.7273183;0.01774276,-0.007738878;-0.7161495;-0.08018847,-0.02752767;0.3989608;0.004673639,29.45513
+0;0;0,-0.007526537;0.1996728;0.00860887,-0.01796625;0.4994157;0.006042571,0.1010609;0.3678754;0.01242351,0.1859859;0.1277646;-0.1039146,0.2779106;-0.07538186;-0.2732703,-0.1269546;0.3644121;-0.01373415,-0.1606668;0.102199;-0.1059719,-0.1852583;-0.1369104;-0.2495753,0.07470604;0.009109344;-0.02712981,0.1548915;-0.3396477;-0.1549531,0.2015275;-0.6726679;-0.05788266,0.2257695;-0.7246792;-0.1097139,-0.06806604;0.0008189102;-0.04202789,-0.05608195;-0.3788485;-0.05247061,-0.02422944;-0.7235755;-0.001004681,-0.01432013;-0.7131819;-0.09856182,-0.01465623;0.399542;0.009823513,0;0;0,-0.01384038;0.1994345;0.00585827,-0.03372912;0.4986535;-0.0002323091,0.08932629;0.3710006;0.008429049,0.1827134;0.153648;-0.1413597,0.2601677;-0.003978789;-0.35943,-0.1405819;0.3625666;-0.01097777,-0.1784941;0.1043914;-0.1125071,-0.1880989;-0.08279297;-0.320521,0.07463522;0.01387581;-0.02523974,0.1562156;-0.2740375;-0.2594417,0.1589104;-0.6057206;-0.1477321,0.1835904;-0.6620408;-0.1917746,-0.06647732;-0.003890491;-0.04433543,-0.05341944;-0.3835697;-0.03578084,-0.01429664;-0.7273632;0.01690098,-0.006950975;-0.716203;-0.08103321,-0.02730391;0.3989768;0.004591181,29.47726
+0;0;0,-0.007526537;0.1996728;0.00860887,-0.01796625;0.4994157;0.006042571,0.1010609;0.3678754;0.01242351,0.1859859;0.1277646;-0.1039146,0.2779106;-0.07538186;-0.2732703,-0.1269546;0.3644121;-0.01373415,-0.1606668;0.102199;-0.1059719,-0.1852583;-0.1369104;-0.2495753,0.07470604;0.009109344;-0.02712981,0.1548915;-0.3396477;-0.1549531,0.2015275;-0.6726679;-0.05788266,0.2257695;-0.7246792;-0.1097139,-0.06806604;0.0008189102;-0.04202789,-0.05608195;-0.3788485;-0.05247061,-0.02422944;-0.7235755;-0.001004681,-0.01432013;-0.7131819;-0.09856182,-0.01465623;0.399542;0.009823513,0;0;0,-0.01372027;0.1994454;0.005769672,-0.03334361;0.4986792;-0.0004548091,0.08959142;0.3708336;0.007534867,0.1837383;0.1565541;-0.1461553,0.2692677;-0.0009959489;-0.361243,-0.1403772;0.3631351;-0.01179692,-0.1779122;0.1084504;-0.1219187,-0.1843141;-0.0590518;-0.3461999,0.0746753;0.01382363;-0.02514969,0.1557189;-0.2725807;-0.2613794,0.1586455;-0.6054382;-0.1532253,0.1841393;-0.6582603;-0.203131,-0.06649484;-0.003885744;-0.04430957,-0.05207679;-0.383526;-0.03622094,-0.01296952;-0.7273176;0.01648509,-0.005608189;-0.7161712;-0.08144527,-0.02701473;0.3989984;0.004413143,29.49913
+0;0;0,-0.00803822;0.1996496;0.00868513,-0.0192463;0.4993654;0.006217068,0.1000762;0.367926;0.01157188,0.1858197;0.1310357;-0.1106207,0.2780078;-0.06627136;-0.2866073,-0.1275999;0.3639967;-0.01482237,-0.1607522;0.1044407;-0.1144798,-0.1821728;-0.1310007;-0.264508,0.07485458;0.009466709;-0.02659274,0.159657;-0.3307136;-0.1731735,0.2023329;-0.6633571;-0.07303863,0.2093798;-0.6531307;-0.1708106,-0.06777622;0.0004755257;-0.04249892,-0.05516239;-0.3791638;-0.05321804,-0.02157544;-0.7238486;-0.002579104,-0.01158708;-0.7134517;-0.1001288,-0.01568458;0.3994992;0.009967498,0;0;0,-0.01372027;0.1994454;0.005769672,-0.03334361;0.4986792;-0.0004548091,0.08959142;0.3708336;0.007534867,0.1837383;0.1565541;-0.1461553,0.2692677;-0.0009959489;-0.361243,-0.1403772;0.3631351;-0.01179692,-0.1779122;0.1084504;-0.1219187,-0.1843141;-0.0590518;-0.3461999,0.0746753;0.01382363;-0.02514969,0.1557189;-0.2725807;-0.2613794,0.1586455;-0.6054382;-0.1532253,0.1841393;-0.6582603;-0.203131,-0.06649484;-0.003885744;-0.04430957,-0.05207679;-0.383526;-0.03622094,-0.01296952;-0.7273176;0.01648509,-0.005608189;-0.7161712;-0.08144527,-0.02701473;0.3989984;0.004413143,29.5106
+0;0;0,-0.00803822;0.1996496;0.00868513,-0.0192463;0.4993654;0.006217068,0.1000762;0.367926;0.01157188,0.1858197;0.1310357;-0.1106207,0.2780078;-0.06627136;-0.2866073,-0.1275999;0.3639967;-0.01482237,-0.1607522;0.1044407;-0.1144798,-0.1821728;-0.1310007;-0.264508,0.07485458;0.009466709;-0.02659274,0.159657;-0.3307136;-0.1731735,0.2023329;-0.6633571;-0.07303863,0.2093798;-0.6531307;-0.1708106,-0.06777622;0.0004755257;-0.04249892,-0.05516239;-0.3791638;-0.05321804,-0.02157544;-0.7238486;-0.002579104,-0.01158708;-0.7134517;-0.1001288,-0.01568458;0.3994992;0.009967498,0;0;0,-0.01372027;0.1994454;0.005769672,-0.03334361;0.4986792;-0.0004548091,0.08959142;0.3708336;0.007534867,0.1837383;0.1565541;-0.1461553,0.2692677;-0.0009959489;-0.361243,-0.1403772;0.3631351;-0.01179692,-0.1779122;0.1084504;-0.1219187,-0.1843141;-0.0590518;-0.3461999,0.0746753;0.01382363;-0.02514969,0.1557189;-0.2725807;-0.2613794,0.1586455;-0.6054382;-0.1532253,0.1841393;-0.6582603;-0.203131,-0.06649484;-0.003885744;-0.04430957,-0.05207679;-0.383526;-0.03622094,-0.01296952;-0.7273176;0.01648509,-0.005608189;-0.7161712;-0.08144527,-0.02701473;0.3989984;0.004413143,29.52229
+0;0;0,-0.00803822;0.1996496;0.00868513,-0.0192463;0.4993654;0.006217068,0.1000762;0.367926;0.01157188,0.1858197;0.1310357;-0.1106207,0.2780078;-0.06627136;-0.2866073,-0.1275999;0.3639967;-0.01482237,-0.1607522;0.1044407;-0.1144798,-0.1821728;-0.1310007;-0.264508,0.07485458;0.009466709;-0.02659274,0.159657;-0.3307136;-0.1731735,0.2023329;-0.6633571;-0.07303863,0.2093798;-0.6531307;-0.1708106,-0.06777622;0.0004755257;-0.04249892,-0.05516239;-0.3791638;-0.05321804,-0.02157544;-0.7238486;-0.002579104,-0.01158708;-0.7134517;-0.1001288,-0.01568458;0.3994992;0.009967498,0;0;0,-0.01345775;0.1994646;0.005724799,-0.03280947;0.4987145;-0.0005768621,0.09000897;0.3706211;0.006760493,0.1841531;0.1602302;-0.152213,0.2713099;-0.002950415;-0.3623933,-0.1399315;0.3635975;-0.01271576,-0.1768272;0.1114922;-0.128826,-0.1770953;-0.06426416;-0.346793,0.07471517;0.01373393;-0.02508032,0.1539373;-0.2679535;-0.267518,0.1571879;-0.6011925;-0.1605547,0.1842338;-0.650867;-0.2145964,-0.06653589;-0.003826065;-0.04425309,-0.05099098;-0.3834421;-0.03717977,-0.01194018;-0.7272586;0.01540578,-0.004485703;-0.7161233;-0.08251537,-0.02655406;0.3990304;0.004315994,29.54394
+0;0;0,-0.007816465;0.1996765;0.00825832,-0.01862588;0.4994013;0.00517954,0.1003977;0.367379;0.01033685,0.1889834;0.1338724;-0.1162619,0.2808224;-0.05966844;-0.2965604,-0.1271171;0.3642651;-0.01600444,-0.1592031;0.1065569;-0.1206801,-0.1778002;-0.1248082;-0.2772825,0.0749191;0.009615886;-0.02635648,0.1642386;-0.3201964;-0.192627,0.2026056;-0.6519142;-0.08778787,0.2097388;-0.6418321;-0.1855242,-0.06771886;0.0002056434;-0.04259241,-0.05159912;-0.3792746;-0.0542068,-0.01791751;-0.7240824;-0.004475418,-0.007884008;-0.713751;-0.1020073,-0.01520655;0.399538;0.00913226,0;0;0,-0.01345775;0.1994646;0.005724799,-0.03280947;0.4987145;-0.0005768621,0.09000897;0.3706211;0.006760493,0.1841531;0.1602302;-0.152213,0.2713099;-0.002950415;-0.3623933,-0.1399315;0.3635975;-0.01271576,-0.1768272;0.1114922;-0.128826,-0.1770953;-0.06426416;-0.346793,0.07471517;0.01373393;-0.02508032,0.1539373;-0.2679535;-0.267518,0.1571879;-0.6011925;-0.1605547,0.1842338;-0.650867;-0.2145964,-0.06653589;-0.003826065;-0.04425309,-0.05099098;-0.3834421;-0.03717977,-0.01194018;-0.7272586;0.01540578,-0.004485703;-0.7161233;-0.08251537,-0.02655406;0.3990304;0.004315994,29.55537
+0;0;0,-0.007816465;0.1996765;0.00825832,-0.01862588;0.4994013;0.00517954,0.1003977;0.367379;0.01033685,0.1889834;0.1338724;-0.1162619,0.2808224;-0.05966844;-0.2965604,-0.1271171;0.3642651;-0.01600444,-0.1592031;0.1065569;-0.1206801,-0.1778002;-0.1248082;-0.2772825,0.0749191;0.009615886;-0.02635648,0.1642386;-0.3201964;-0.192627,0.2026056;-0.6519142;-0.08778787,0.2097388;-0.6418321;-0.1855242,-0.06771886;0.0002056434;-0.04259241,-0.05159912;-0.3792746;-0.0542068,-0.01791751;-0.7240824;-0.004475418,-0.007884008;-0.713751;-0.1020073,-0.01520655;0.399538;0.00913226,0;0;0,-0.01323762;0.1994824;0.005615975,-0.03231965;0.4987468;-0.0008272603,0.0904116;0.3705744;0.006055122,0.1847605;0.1633717;-0.1569337,0.2709267;0.002739862;-0.3694726,-0.1394972;0.3639297;-0.01368183,-0.1753296;0.1148853;-0.1365351,-0.1769595;-0.04621203;-0.3655438,0.07475411;0.01363861;-0.02501622,0.1524007;-0.266234;-0.2700516,0.1554916;-0.6005124;-0.1663774,0.182636;-0.6502886;-0.2202192,-0.06658289;-0.003756403;-0.04418832,-0.05006183;-0.3833473;-0.0380379,-0.01083495;-0.7271264;0.01466091,-0.003266702;-0.7160072;-0.08324842,-0.02614218;0.39906;0.004109097,29.56653
+0;0;0,-0.007816465;0.1996765;0.00825832,-0.01862588;0.4994013;0.00517954,0.1003977;0.367379;0.01033685,0.1889834;0.1338724;-0.1162619,0.2808224;-0.05966844;-0.2965604,-0.1271171;0.3642651;-0.01600444,-0.1592031;0.1065569;-0.1206801,-0.1778002;-0.1248082;-0.2772825,0.0749191;0.009615886;-0.02635648,0.1642386;-0.3201964;-0.192627,0.2026056;-0.6519142;-0.08778787,0.2097388;-0.6418321;-0.1855242,-0.06771886;0.0002056434;-0.04259241,-0.05159912;-0.3792746;-0.0542068,-0.01791751;-0.7240824;-0.004475418,-0.007884008;-0.713751;-0.1020073,-0.01520655;0.399538;0.00913226,0;0;0,-0.01323762;0.1994824;0.005615975,-0.03231965;0.4987468;-0.0008272603,0.0904116;0.3705744;0.006055122,0.1847605;0.1633717;-0.1569337,0.2709267;0.002739862;-0.3694726,-0.1394972;0.3639297;-0.01368183,-0.1753296;0.1148853;-0.1365351,-0.1769595;-0.04621203;-0.3655438,0.07475411;0.01363861;-0.02501622,0.1524007;-0.266234;-0.2700516,0.1554916;-0.6005124;-0.1663774,0.182636;-0.6502886;-0.2202192,-0.06658289;-0.003756403;-0.04418832,-0.05006183;-0.3833473;-0.0380379,-0.01083495;-0.7271264;0.01466091,-0.003266702;-0.7160072;-0.08324842,-0.02614218;0.39906;0.004109097,29.57789
+0;0;0,-0.008453966;0.1996479;0.008320705,-0.02027739;0.4993351;0.005317158,0.09911482;0.3674073;0.009473828,0.1895605;0.1367387;-0.1209545,0.2821055;-0.0505438;-0.3073968,-0.1281774;0.364116;-0.01685683,-0.1586385;0.1081285;-0.1261388,-0.1752992;-0.1198809;-0.2877993,0.07501046;0.009958784;-0.02596639,0.1674285;-0.3064424;-0.215041,0.2026513;-0.6364076;-0.1037652,0.2354623;-0.6911539;-0.1454965,-0.06753374;-0.0001638155;-0.0428855,-0.04910796;-0.3795427;-0.05437964,-0.01478774;-0.7243985;-0.005424228,-0.004784114;-0.7140604;-0.1029606,-0.01651859;0.3994831;0.009247978,0;0;0,-0.01279901;0.1995153;0.005460332,-0.03162524;0.4987952;-0.001079621,0.09105618;0.3706623;0.005516238,0.1857778;0.1665357;-0.1610975,0.2711564;0.006969988;-0.3747545,-0.1388998;0.3644838;-0.01471007,-0.1742495;0.1215509;-0.1493727,-0.1754083;-0.04850377;-0.3718138,0.07480034;0.01356691;-0.0249168,0.1505104;-0.265462;-0.2715153,0.1537093;-0.6012127;-0.1727163,0.1801913;-0.653026;-0.2237584,-0.06658401;-0.003711474;-0.04419044,-0.04914241;-0.3832728;-0.03880875,-0.009660177;-0.727024;0.0138814,-0.00189999;-0.7159201;-0.08400995,-0.02551266;0.3991044;0.003858141,29.59967
+0;0;0,-0.008453966;0.1996479;0.008320705,-0.02027739;0.4993351;0.005317158,0.09911482;0.3674073;0.009473828,0.1895605;0.1367387;-0.1209545,0.2821055;-0.0505438;-0.3073968,-0.1281774;0.364116;-0.01685683,-0.1586385;0.1081285;-0.1261388,-0.1752992;-0.1198809;-0.2877993,0.07501046;0.009958784;-0.02596639,0.1674285;-0.3064424;-0.215041,0.2026513;-0.6364076;-0.1037652,0.2354623;-0.6911539;-0.1454965,-0.06753374;-0.0001638155;-0.0428855,-0.04910796;-0.3795427;-0.05437964,-0.01478774;-0.7243985;-0.005424228,-0.004784114;-0.7140604;-0.1029606,-0.01651859;0.3994831;0.009247978,0;0;0,-0.01279901;0.1995153;0.005460332,-0.03162524;0.4987952;-0.001079621,0.09105618;0.3706623;0.005516238,0.1857778;0.1665357;-0.1610975,0.2711564;0.006969988;-0.3747545,-0.1388998;0.3644838;-0.01471007,-0.1742495;0.1215509;-0.1493727,-0.1754083;-0.04850377;-0.3718138,0.07480034;0.01356691;-0.0249168,0.1505104;-0.265462;-0.2715153,0.1537093;-0.6012127;-0.1727163,0.1801913;-0.653026;-0.2237584,-0.06658401;-0.003711474;-0.04419044,-0.04914241;-0.3832728;-0.03880875,-0.009660177;-0.727024;0.0138814,-0.00189999;-0.7159201;-0.08400995,-0.02551266;0.3991044;0.003858141,29.6114
+0;0;0,-0.008453966;0.1996479;0.008320705,-0.02027739;0.4993351;0.005317158,0.09911482;0.3674073;0.009473828,0.1895605;0.1367387;-0.1209545,0.2821055;-0.0505438;-0.3073968,-0.1281774;0.364116;-0.01685683,-0.1586385;0.1081285;-0.1261388,-0.1752992;-0.1198809;-0.2877993,0.07501046;0.009958784;-0.02596639,0.1674285;-0.3064424;-0.215041,0.2026513;-0.6364076;-0.1037652,0.2354623;-0.6911539;-0.1454965,-0.06753374;-0.0001638155;-0.0428855,-0.04910796;-0.3795427;-0.05437964,-0.01478774;-0.7243985;-0.005424228,-0.004784114;-0.7140604;-0.1029606,-0.01651859;0.3994831;0.009247978,0;0;0,-0.01210715;0.1995607;0.005381117,-0.03055629;0.4988636;-0.001224171,0.09203517;0.3705884;0.004634694,0.1866855;0.1696676;-0.1658709,0.2721025;0.02091771;-0.3871793,-0.1377457;0.3649818;-0.0164963,-0.1707903;0.1236985;-0.1546644,-0.1657306;-0.04571749;-0.377538,0.07491062;0.01330631;-0.02472531,0.1480715;-0.2636347;-0.2744275,0.151316;-0.6008544;-0.1807669,0.1737365;-0.6545359;-0.2307141,-0.0666173;-0.00344423;-0.04416188,-0.04781695;-0.3829594;-0.04031912,-0.007659502;-0.7265375;0.0129867,0.0004446562;-0.7154455;-0.08487447,-0.02450798;0.3991689;0.003713861,29.63321
+0;0;0,-0.008782292;0.1996433;0.0080879,-0.02109031;0.4993066;0.004697886,0.09829371;0.3667974;0.008436616,0.1923259;0.1391208;-0.1246848,0.2844458;-0.04416573;-0.3152628,-0.1287565;0.3642382;-0.0178485,-0.1578826;0.1098195;-0.1310863,-0.1719006;-0.1155123;-0.2967035,0.0750355;0.01014014;-0.02582347,0.1695838;-0.300512;-0.2231958,0.2017332;-0.6297444;-0.1088608,0.2347169;-0.684215;-0.1510129,-0.06742323;-0.0004021434;-0.04305748,-0.04777044;-0.3797206;-0.05451462,-0.01230496;-0.724677;-0.007109046,-0.002280788;-0.7143649;-0.104638,-0.01717338;0.3994661;0.008763477,0;0;0,-0.01210715;0.1995607;0.005381117,-0.03055629;0.4988636;-0.001224171,0.09203517;0.3705884;0.004634694,0.1866855;0.1696676;-0.1658709,0.2721025;0.02091771;-0.3871793,-0.1377457;0.3649818;-0.0164963,-0.1707903;0.1236985;-0.1546644,-0.1657306;-0.04571749;-0.377538,0.07491062;0.01330631;-0.02472531,0.1480715;-0.2636347;-0.2744275,0.151316;-0.6008544;-0.1807669,0.1737365;-0.6545359;-0.2307141,-0.0666173;-0.00344423;-0.04416188,-0.04781695;-0.3829594;-0.04031912,-0.007659502;-0.7265375;0.0129867,0.0004446562;-0.7154455;-0.08487447,-0.02450798;0.3991689;0.003713861,29.6454
+0;0;0,-0.008782292;0.1996433;0.0080879,-0.02109031;0.4993066;0.004697886,0.09829371;0.3667974;0.008436616,0.1923259;0.1391208;-0.1246848,0.2844458;-0.04416573;-0.3152628,-0.1287565;0.3642382;-0.0178485,-0.1578826;0.1098195;-0.1310863,-0.1719006;-0.1155123;-0.2967035,0.0750355;0.01014014;-0.02582347,0.1695838;-0.300512;-0.2231958,0.2017332;-0.6297444;-0.1088608,0.2347169;-0.684215;-0.1510129,-0.06742323;-0.0004021434;-0.04305748,-0.04777044;-0.3797206;-0.05451462,-0.01230496;-0.724677;-0.007109046,-0.002280788;-0.7143649;-0.104638,-0.01717338;0.3994661;0.008763477,0;0;0,-0.01145408;0.1996027;0.005249665,-0.0293217;0.4989371;-0.001556697,0.09313306;0.3705122;0.003872168,0.1876417;0.1735179;-0.1712317,0.2709288;0.04362576;-0.4048795,-0.1364398;0.3654782;-0.01840734,-0.1695436;0.1256261;-0.1590313,-0.1665223;-0.03357531;-0.3893481,0.07506257;0.01311537;-0.02436387,0.1460665;-0.2611802;-0.2775838,0.1493838;-0.5988801;-0.185672,0.1703307;-0.6501337;-0.2400695,-0.06645976;-0.003259176;-0.0444126,-0.04616416;-0.3827026;-0.04112689,-0.005932998;-0.72628;0.01212739,0.002598506;-0.7152109;-0.08569305,-0.02337701;0.3992388;0.003433906,29.66657
+0;0;0,-0.008782292;0.1996433;0.0080879,-0.02109031;0.4993066;0.004697886,0.09829371;0.3667974;0.008436616,0.1923259;0.1391208;-0.1246848,0.2844458;-0.04416573;-0.3152628,-0.1287565;0.3642382;-0.0178485,-0.1578826;0.1098195;-0.1310863,-0.1719006;-0.1155123;-0.2967035,0.0750355;0.01014014;-0.02582347,0.1695838;-0.300512;-0.2231958,0.2017332;-0.6297444;-0.1088608,0.2347169;-0.684215;-0.1510129,-0.06742323;-0.0004021434;-0.04305748,-0.04777044;-0.3797206;-0.05451462,-0.01230496;-0.724677;-0.007109046,-0.002280788;-0.7143649;-0.104638,-0.01717338;0.3994661;0.008763477,0;0;0,-0.01145408;0.1996027;0.005249665,-0.0293217;0.4989371;-0.001556697,0.09313306;0.3705122;0.003872168,0.1876417;0.1735179;-0.1712317,0.2709288;0.04362576;-0.4048795,-0.1364398;0.3654782;-0.01840734,-0.1695436;0.1256261;-0.1590313,-0.1665223;-0.03357531;-0.3893481,0.07506257;0.01311537;-0.02436387,0.1460665;-0.2611802;-0.2775838,0.1493838;-0.5988801;-0.185672,0.1703307;-0.6501337;-0.2400695,-0.06645976;-0.003259176;-0.0444126,-0.04616416;-0.3827026;-0.04112689,-0.005932998;-0.72628;0.01212739,0.002598506;-0.7152109;-0.08569305,-0.02337701;0.3992388;0.003433906,29.67828
+0;0;0,-0.008972866;0.1996405;0.007948009,-0.02148543;0.4992925;0.004331024,0.09792808;0.3666977;0.007782373,0.1941553;0.144001;-0.1320266,0.2869838;-0.03766648;-0.3238071,-0.1291011;0.3646177;-0.0186177,-0.158545;0.1154687;-0.1429471,-0.168624;-0.1127462;-0.3048619,0.07510994;0.01029403;-0.02554466,0.1709843;-0.2940348;-0.2319231,0.2014155;-0.6223382;-0.1144886,0.2326484;-0.6770247;-0.1575316,-0.06720588;-0.0005743615;-0.04339401,-0.04597455;-0.3798;-0.05510389,-0.01013822;-0.7247806;-0.00815542,-5.206373E-05;-0.7144869;-0.1056743,-0.01751159;0.3994575;0.008474362,0;0;0,-0.01047755;0.1996572;0.005219431,-0.02778865;0.4990232;-0.001618336,0.09451742;0.3705097;0.003511189,0.1882994;0.1802297;-0.1792413,0.2719495;0.05292785;-0.4141815,-0.1349077;0.365807;-0.01947568,-0.1690539;0.1284761;-0.164072,-0.1650915;-0.03271128;-0.3929888,0.07515719;0.01277577;-0.02425236,0.1449311;-0.2589508;-0.2805652,0.1454937;-0.5966779;-0.1886954,0.1694494;-0.6454803;-0.2454079,-0.06645984;-0.002934458;-0.0444351,-0.04434164;-0.3822789;-0.04150183,-0.004192289;-0.7260208;0.01074289,0.004611511;-0.7149733;-0.08704922,-0.02197317;0.3993181;0.003388945,29.70036
+0;0;0,-0.008972866;0.1996405;0.007948009,-0.02148543;0.4992925;0.004331024,0.09792808;0.3666977;0.007782373,0.1941553;0.144001;-0.1320266,0.2869838;-0.03766648;-0.3238071,-0.1291011;0.3646177;-0.0186177,-0.158545;0.1154687;-0.1429471,-0.168624;-0.1127462;-0.3048619,0.07510994;0.01029403;-0.02554466,0.1709843;-0.2940348;-0.2319231,0.2014155;-0.6223382;-0.1144886,0.2326484;-0.6770247;-0.1575316,-0.06720588;-0.0005743615;-0.04339401,-0.04597455;-0.3798;-0.05510389,-0.01013822;-0.7247806;-0.00815542,-5.206373E-05;-0.7144869;-0.1056743,-0.01751159;0.3994575;0.008474362,0;0;0,-0.01047755;0.1996572;0.005219431,-0.02778865;0.4990232;-0.001618336,0.09451742;0.3705097;0.003511189,0.1882994;0.1802297;-0.1792413,0.2719495;0.05292785;-0.4141815,-0.1349077;0.365807;-0.01947568,-0.1690539;0.1284761;-0.164072,-0.1650915;-0.03271128;-0.3929888,0.07515719;0.01277577;-0.02425236,0.1449311;-0.2589508;-0.2805652,0.1454937;-0.5966779;-0.1886954,0.1694494;-0.6454803;-0.2454079,-0.06645984;-0.002934458;-0.0444351,-0.04434164;-0.3822789;-0.04150183,-0.004192289;-0.7260208;0.01074289,0.004611511;-0.7149733;-0.08704922,-0.02197317;0.3993181;0.003388945,29.71166
+0;0;0,-0.008972866;0.1996405;0.007948009,-0.02148543;0.4992925;0.004331024,0.09792808;0.3666977;0.007782373,0.1941553;0.144001;-0.1320266,0.2869838;-0.03766648;-0.3238071,-0.1291011;0.3646177;-0.0186177,-0.158545;0.1154687;-0.1429471,-0.168624;-0.1127462;-0.3048619,0.07510994;0.01029403;-0.02554466,0.1709843;-0.2940348;-0.2319231,0.2014155;-0.6223382;-0.1144886,0.2326484;-0.6770247;-0.1575316,-0.06720588;-0.0005743615;-0.04339401,-0.04597455;-0.3798;-0.05510389,-0.01013822;-0.7247806;-0.00815542,-5.206373E-05;-0.7144869;-0.1056743,-0.01751159;0.3994575;0.008474362,0;0;0,-0.01047755;0.1996572;0.005219431,-0.02778865;0.4990232;-0.001618336,0.09451742;0.3705097;0.003511189,0.1882994;0.1802297;-0.1792413,0.2719495;0.05292785;-0.4141815,-0.1349077;0.365807;-0.01947568,-0.1690539;0.1284761;-0.164072,-0.1650915;-0.03271128;-0.3929888,0.07515719;0.01277577;-0.02425236,0.1449311;-0.2589508;-0.2805652,0.1454937;-0.5966779;-0.1886954,0.1694494;-0.6454803;-0.2454079,-0.06645984;-0.002934458;-0.0444351,-0.04434164;-0.3822789;-0.04150183,-0.004192289;-0.7260208;0.01074289,0.004611511;-0.7149733;-0.08704922,-0.02197317;0.3993181;0.003388945,29.72318
+0;0;0,-0.009576128;0.1996075;0.008071184,-0.02319273;0.4992144;0.004681911,0.09659538;0.3666027;0.007641485,0.1934562;0.1475007;-0.1373147,0.2887359;-0.03077504;-0.331066,-0.1302583;0.3645159;-0.01896982,-0.1601027;0.1200243;-0.1521357,-0.1627134;-0.09685099;-0.3292184,0.0751636;0.01066179;-0.02523409,0.169302;-0.284826;-0.2448359,0.1980753;-0.6133712;-0.1276601,0.2280285;-0.668687;-0.1703687,-0.06701667;-0.000859169;-0.04368097,-0.04551625;-0.3801185;-0.05368413,-0.009549402;-0.7252007;-0.007590204,0.0006016577;-0.7148909;-0.1051056,-0.01883269;0.3993921;0.008742832,0;0;0,-0.009833491;0.1996915;0.005159938,-0.02655803;0.4990901;-0.001777899,0.09563589;0.3705937;0.003060272,0.1896457;0.1844917;-0.1838305,0.2715987;0.07018208;-0.4259401,-0.1336479;0.3663575;-0.02104028,-0.1677123;0.1322292;-0.1707852,-0.1624543;-0.02536918;-0.4021618,0.07537343;0.01249547;-0.02372148,0.1434923;-0.2565835;-0.2832524,0.141403;-0.5951633;-0.1945995,0.1657692;-0.6418793;-0.2539372,-0.0662325;-0.002644998;-0.0447913,-0.04300225;-0.3819222;-0.0417669,-0.002869088;-0.7257288;0.01006357,0.006351964;-0.7147548;-0.08767581,-0.02086066;0.3993778;0.003222864,29.7457
+0;0;0,-0.009576128;0.1996075;0.008071184,-0.02319273;0.4992144;0.004681911,0.09659538;0.3666027;0.007641485,0.1934562;0.1475007;-0.1373147,0.2887359;-0.03077504;-0.331066,-0.1302583;0.3645159;-0.01896982,-0.1601027;0.1200243;-0.1521357,-0.1627134;-0.09685099;-0.3292184,0.0751636;0.01066179;-0.02523409,0.169302;-0.284826;-0.2448359,0.1980753;-0.6133712;-0.1276601,0.2280285;-0.668687;-0.1703687,-0.06701667;-0.000859169;-0.04368097,-0.04551625;-0.3801185;-0.05368413,-0.009549402;-0.7252007;-0.007590204,0.0006016577;-0.7148909;-0.1051056,-0.01883269;0.3993921;0.008742832,0;0;0,-0.009833491;0.1996915;0.005159938,-0.02655803;0.4990901;-0.001777899,0.09563589;0.3705937;0.003060272,0.1896457;0.1844917;-0.1838305,0.2715987;0.07018208;-0.4259401,-0.1336479;0.3663575;-0.02104028,-0.1677123;0.1322292;-0.1707852,-0.1624543;-0.02536918;-0.4021618,0.07537343;0.01249547;-0.02372148,0.1434923;-0.2565835;-0.2832524,0.141403;-0.5951633;-0.1945995,0.1657692;-0.6418793;-0.2539372,-0.0662325;-0.002644998;-0.0447913,-0.04300225;-0.3819222;-0.0417669,-0.002869088;-0.7257288;0.01006357,0.006351964;-0.7147548;-0.08767581,-0.02086066;0.3993778;0.003222864,29.7572
+0;0;0,-0.009576128;0.1996075;0.008071184,-0.02319273;0.4992144;0.004681911,0.09659538;0.3666027;0.007641485,0.1934562;0.1475007;-0.1373147,0.2887359;-0.03077504;-0.331066,-0.1302583;0.3645159;-0.01896982,-0.1601027;0.1200243;-0.1521357,-0.1627134;-0.09685099;-0.3292184,0.0751636;0.01066179;-0.02523409,0.169302;-0.284826;-0.2448359,0.1980753;-0.6133712;-0.1276601,0.2280285;-0.668687;-0.1703687,-0.06701667;-0.000859169;-0.04368097,-0.04551625;-0.3801185;-0.05368413,-0.009549402;-0.7252007;-0.007590204,0.0006016577;-0.7148909;-0.1051056,-0.01883269;0.3993921;0.008742832,0;0;0,-0.00939047;0.1997123;0.00517763,-0.02544437;0.4991467;-0.001840518,0.09661929;0.3708513;0.002679866,0.1905335;0.1911005;-0.1903739,0.2757681;0.06419249;-0.4249574,-0.1325336;0.366734;-0.02235954,-0.1749832;0.1562804;-0.2021019,-0.1615865;-0.01884134;-0.4201682,0.07544848;0.01233024;-0.02356886,0.141537;-0.2529394;-0.2875089,0.1359519;-0.5919693;-0.2007472,0.161541;-0.6362022;-0.2626719,-0.06620571;-0.002510213;-0.04483863,-0.04318441;-0.3817958;-0.04130535,-0.00136641;-0.7253546;0.0108348,0.008183893;-0.7144036;-0.08686848,-0.01992833;0.3994243;0.003162645,29.77894
+0;0;0,-0.009825265;0.1995893;0.00821985,-0.02369712;0.4991876;0.005093679,0.09605941;0.3662394;0.007456548,0.1967984;0.1500321;-0.1391928,0.290207;-0.0222186;-0.3392042,-0.1305359;0.3645371;-0.0193322,-0.1591952;0.1222903;-0.1567918,-0.1595414;-0.09473175;-0.3337135,0.07520513;0.01081508;-0.0250444,0.1685925;-0.2770464;-0.2548586,0.1929599;-0.6050973;-0.1353229,0.2239861;-0.6571981;-0.1832482,-0.06694496;-0.001043636;-0.0437868,-0.04384106;-0.3802134;-0.05360958,-0.007722683;-0.7252966;-0.00764152,0.002517505;-0.7149739;-0.1051502,-0.01926684;0.3993646;0.009062016,0;0;0,-0.009187506;0.1997198;0.005253336,-0.02453542;0.4991877;-0.001851633,0.09733123;0.3710108;0.002304838,0.1910713;0.197412;-0.1963815,0.2678959;0.1104289;-0.4511989,-0.13161;0.3668257;-0.02342007,-0.1741368;0.1562187;-0.2029644,-0.1580632;-0.006249815;-0.430441,0.07551885;0.01228093;-0.02336839,0.1398522;-0.2493154;-0.2913769,0.129246;-0.5896999;-0.2105937,0.1562495;-0.6360534;-0.2692533,-0.06610023;-0.00246981;-0.04499622,-0.04318284;-0.3817598;-0.04127208,-0.000105314;-0.7251862;0.0107144,0.009681109;-0.7142401;-0.08696456,-0.01924503;0.3994563;0.003213627,29.80067
+0;0;0,-0.009825265;0.1995893;0.00821985,-0.02369712;0.4991876;0.005093679,0.09605941;0.3662394;0.007456548,0.1967984;0.1500321;-0.1391928,0.290207;-0.0222186;-0.3392042,-0.1305359;0.3645371;-0.0193322,-0.1591952;0.1222903;-0.1567918,-0.1595414;-0.09473175;-0.3337135,0.07520513;0.01081508;-0.0250444,0.1685925;-0.2770464;-0.2548586,0.1929599;-0.6050973;-0.1353229,0.2239861;-0.6571981;-0.1832482,-0.06694496;-0.001043636;-0.0437868,-0.04384106;-0.3802134;-0.05360958,-0.007722683;-0.7252966;-0.00764152,0.002517505;-0.7149739;-0.1051502,-0.01926684;0.3993646;0.009062016,0;0;0,-0.009187506;0.1997198;0.005253336,-0.02453542;0.4991877;-0.001851633,0.09733123;0.3710108;0.002304838,0.1910713;0.197412;-0.1963815,0.2678959;0.1104289;-0.4511989,-0.13161;0.3668257;-0.02342007,-0.1741368;0.1562187;-0.2029644,-0.1580632;-0.006249815;-0.430441,0.07551885;0.01228093;-0.02336839,0.1398522;-0.2493154;-0.2913769,0.129246;-0.5896999;-0.2105937,0.1562495;-0.6360534;-0.2692533,-0.06610023;-0.00246981;-0.04499622,-0.04318284;-0.3817598;-0.04127208,-0.000105314;-0.7251862;0.0107144,0.009681109;-0.7142401;-0.08696456,-0.01924503;0.3994563;0.003213627,29.81224
+0;0;0,-0.009825265;0.1995893;0.00821985,-0.02369712;0.4991876;0.005093679,0.09605941;0.3662394;0.007456548,0.1967984;0.1500321;-0.1391928,0.290207;-0.0222186;-0.3392042,-0.1305359;0.3645371;-0.0193322,-0.1591952;0.1222903;-0.1567918,-0.1595414;-0.09473175;-0.3337135,0.07520513;0.01081508;-0.0250444,0.1685925;-0.2770464;-0.2548586,0.1929599;-0.6050973;-0.1353229,0.2239861;-0.6571981;-0.1832482,-0.06694496;-0.001043636;-0.0437868,-0.04384106;-0.3802134;-0.05360958,-0.007722683;-0.7252966;-0.00764152,0.002517505;-0.7149739;-0.1051502,-0.01926684;0.3993646;0.009062016,0;0;0,-0.009187506;0.1997198;0.005253336,-0.02453542;0.4991877;-0.001851633,0.09733123;0.3710108;0.002304838,0.1910713;0.197412;-0.1963815,0.2678959;0.1104289;-0.4511989,-0.13161;0.3668257;-0.02342007,-0.1741368;0.1562187;-0.2029644,-0.1580632;-0.006249815;-0.430441,0.07551885;0.01228093;-0.02336839,0.1398522;-0.2493154;-0.2913769,0.129246;-0.5896999;-0.2105937,0.1562495;-0.6360534;-0.2692533,-0.06610023;-0.00246981;-0.04499622,-0.04318284;-0.3817598;-0.04127208,-0.000105314;-0.7251862;0.0107144,0.009681109;-0.7142401;-0.08696456,-0.01924503;0.3994563;0.003213627,29.82363
+0;0;0,-0.01015169;0.1995696;0.008302549,-0.02453994;0.4991449;0.005316809,0.09535164;0.3660845;0.007403887,0.1985871;0.1541165;-0.1436326,0.2927502;-0.01169176;-0.3486715,-0.131023;0.3644543;-0.01981035,-0.1597217;0.1287863;-0.1682589,-0.1571949;-0.09026292;-0.3426466,0.07527407;0.01093179;-0.02478526,0.1664018;-0.2657186;-0.268835,0.1888456;-0.5937461;-0.1488591,0.2175458;-0.6487299;-0.1930638,-0.06683545;-0.001153205;-0.04395103,-0.04301865;-0.3802967;-0.05306157,-0.006441701;-0.7253445;-0.007190727,0.003941124;-0.7150006;-0.1046886,-0.01993719;0.3993279;0.009237382,0;0;0,-0.008952583;0.1997293;0.005295121,-0.02371082;0.4992244;-0.001869907,0.09798832;0.3711013;0.001795544,0.1895988;0.2069559;-0.2057226,0.264476;0.1049014;-0.4554791,-0.130694;0.3668895;-0.02454032,-0.1707939;0.1577653;-0.2063618,-0.1460136;-0.0001565665;-0.4362458,0.07559121;0.01221904;-0.02316603,0.1370894;-0.2416029;-0.2991957,0.1257587;-0.5820626;-0.2188293,0.1480821;-0.6230981;-0.2855797,-0.06598509;-0.002406955;-0.04516828,-0.0434089;-0.3817116;-0.04089385,0.001163106;-0.7249645;0.01097888,0.01117347;-0.7140222;-0.08667663,-0.01859732;0.3994861;0.003241048,29.84578
+0;0;0,-0.01015169;0.1995696;0.008302549,-0.02453994;0.4991449;0.005316809,0.09535164;0.3660845;0.007403887,0.1985871;0.1541165;-0.1436326,0.2927502;-0.01169176;-0.3486715,-0.131023;0.3644543;-0.01981035,-0.1597217;0.1287863;-0.1682589,-0.1571949;-0.09026292;-0.3426466,0.07527407;0.01093179;-0.02478526,0.1664018;-0.2657186;-0.268835,0.1888456;-0.5937461;-0.1488591,0.2175458;-0.6487299;-0.1930638,-0.06683545;-0.001153205;-0.04395103,-0.04301865;-0.3802967;-0.05306157,-0.006441701;-0.7253445;-0.007190727,0.003941124;-0.7150006;-0.1046886,-0.01993719;0.3993279;0.009237382,0;0;0,-0.008952583;0.1997293;0.005295121,-0.02371082;0.4992244;-0.001869907,0.09798832;0.3711013;0.001795544,0.1895988;0.2069559;-0.2057226,0.264476;0.1049014;-0.4554791,-0.130694;0.3668895;-0.02454032,-0.1707939;0.1577653;-0.2063618,-0.1460136;-0.0001565665;-0.4362458,0.07559121;0.01221904;-0.02316603,0.1370894;-0.2416029;-0.2991957,0.1257587;-0.5820626;-0.2188293,0.1480821;-0.6230981;-0.2855797,-0.06598509;-0.002406955;-0.04516828,-0.0434089;-0.3817116;-0.04089385,0.001163106;-0.7249645;0.01097888,0.01117347;-0.7140222;-0.08667663,-0.01859732;0.3994861;0.003241048,29.85701
+0;0;0,-0.01015169;0.1995696;0.008302549,-0.02453994;0.4991449;0.005316809,0.09535164;0.3660845;0.007403887,0.1985871;0.1541165;-0.1436326,0.2927502;-0.01169176;-0.3486715,-0.131023;0.3644543;-0.01981035,-0.1597217;0.1287863;-0.1682589,-0.1571949;-0.09026292;-0.3426466,0.07527407;0.01093179;-0.02478526,0.1664018;-0.2657186;-0.268835,0.1888456;-0.5937461;-0.1488591,0.2175458;-0.6487299;-0.1930638,-0.06683545;-0.001153205;-0.04395103,-0.04301865;-0.3802967;-0.05306157,-0.006441701;-0.7253445;-0.007190727,0.003941124;-0.7150006;-0.1046886,-0.01993719;0.3993279;0.009237382,0;0;0,-0.009031346;0.1997226;0.005414849,-0.02337257;0.4992401;-0.001609538,0.09820606;0.3715115;0.001715437,0.1900242;0.2148464;-0.2114172,0.2803011;0.1562466;-0.4699053,-0.1303416;0.3668344;-0.02513165,-0.168728;0.1634794;-0.2137403,-0.1481899;0.01597777;-0.450851,0.07565872;0.01220884;-0.02295,0.1356861;-0.2333712;-0.3066526,0.1206383;-0.5744542;-0.2296076,0.1452037;-0.6158524;-0.2951732,-0.06587384;-0.002383232;-0.04533163,-0.04381957;-0.3817056;-0.04002427,0.002443925;-0.7248724;0.01092941,0.01262074;-0.71393;-0.08670892,-0.01847319;0.3994903;0.003487221,29.87922
+0;0;0,-0.01036331;0.199552;0.008461168,-0.02509427;0.4991143;0.005803217,0.09473589;0.3654817;0.007228767,0.200341;0.1587861;-0.1493742,0.2946019;-0.001335979;-0.3588398,-0.1313169;0.3644721;-0.0200504,-0.1560231;0.1310174;-0.1726562,-0.1534775;-0.08230098;-0.3540088,0.0753614;0.01095397;-0.02450855,0.1650604;-0.2578721;-0.2776619,0.1845246;-0.5853238;-0.1556108,0.2139959;-0.6400338;-0.1998337,-0.06677397;-0.001217145;-0.04404264,-0.04167674;-0.3802937;-0.05247483,-0.004726697;-0.7252921;-0.006531868,0.005731551;-0.7149236;-0.1040266,-0.02037631;0.399298;0.009603314,0;0;0,-0.009141369;0.1997148;0.005518832,-0.02328408;0.4992447;-0.001342896,0.09821679;0.3717757;0.001325908,0.1892276;0.2253714;-0.219316,0.2634307;0.1389384;-0.4750956,-0.1300096;0.3663672;-0.02581046,-0.1687296;0.1671147;-0.2186814,-0.1521211;0.03573066;-0.4653845,0.07570645;0.01220087;-0.0227963,0.1346765;-0.2303248;-0.3093339,0.1157391;-0.5719458;-0.2356014,0.1409667;-0.6115187;-0.302856,-0.06582528;-0.002383147;-0.04540212,-0.04412085;-0.3817025;-0.03864063,0.005606614;-0.7247741;0.00961956,0.01582615;-0.7136894;-0.08804196,-0.01851518;0.3994869;0.00372067,29.90122
+0;0;0,-0.01036331;0.199552;0.008461168,-0.02509427;0.4991143;0.005803217,0.09473589;0.3654817;0.007228767,0.200341;0.1587861;-0.1493742,0.2946019;-0.001335979;-0.3588398,-0.1313169;0.3644721;-0.0200504,-0.1560231;0.1310174;-0.1726562,-0.1534775;-0.08230098;-0.3540088,0.0753614;0.01095397;-0.02450855,0.1650604;-0.2578721;-0.2776619,0.1845246;-0.5853238;-0.1556108,0.2139959;-0.6400338;-0.1998337,-0.06677397;-0.001217145;-0.04404264,-0.04167674;-0.3802937;-0.05247483,-0.004726697;-0.7252921;-0.006531868,0.005731551;-0.7149236;-0.1040266,-0.02037631;0.399298;0.009603314,0;0;0,-0.009141369;0.1997148;0.005518832,-0.02328408;0.4992447;-0.001342896,0.09821679;0.3717757;0.001325908,0.1892276;0.2253714;-0.219316,0.2634307;0.1389384;-0.4750956,-0.1300096;0.3663672;-0.02581046,-0.1687296;0.1671147;-0.2186814,-0.1521211;0.03573066;-0.4653845,0.07570645;0.01220087;-0.0227963,0.1346765;-0.2303248;-0.3093339,0.1157391;-0.5719458;-0.2356014,0.1409667;-0.6115187;-0.302856,-0.06582528;-0.002383147;-0.04540212,-0.04412085;-0.3817025;-0.03864063,0.005606614;-0.7247741;0.00961956,0.01582615;-0.7136894;-0.08804196,-0.01851518;0.3994869;0.00372067,29.91272
+0;0;0,-0.01036331;0.199552;0.008461168,-0.02509427;0.4991143;0.005803217,0.09473589;0.3654817;0.007228767,0.200341;0.1587861;-0.1493742,0.2946019;-0.001335979;-0.3588398,-0.1313169;0.3644721;-0.0200504,-0.1560231;0.1310174;-0.1726562,-0.1534775;-0.08230098;-0.3540088,0.0753614;0.01095397;-0.02450855,0.1650604;-0.2578721;-0.2776619,0.1845246;-0.5853238;-0.1556108,0.2139959;-0.6400338;-0.1998337,-0.06677397;-0.001217145;-0.04404264,-0.04167674;-0.3802937;-0.05247483,-0.004726697;-0.7252921;-0.006531868,0.005731551;-0.7149236;-0.1040266,-0.02037631;0.399298;0.009603314,0;0;0,-0.009141369;0.1997148;0.005518832,-0.02328408;0.4992447;-0.001342896,0.09821679;0.3717757;0.001325908,0.1892276;0.2253714;-0.219316,0.2634307;0.1389384;-0.4750956,-0.1300096;0.3663672;-0.02581046,-0.1687296;0.1671147;-0.2186814,-0.1521211;0.03573066;-0.4653845,0.07570645;0.01220087;-0.0227963,0.1346765;-0.2303248;-0.3093339,0.1157391;-0.5719458;-0.2356014,0.1409667;-0.6115187;-0.302856,-0.06582528;-0.002383147;-0.04540212,-0.04412085;-0.3817025;-0.03864063,0.005606614;-0.7247741;0.00961956,0.01582615;-0.7136894;-0.08804196,-0.01851518;0.3994869;0.00372067,29.92435
+0;0;0,-0.01033257;0.1995423;0.008724309,-0.02500613;0.4991108;0.006467648,0.09467795;0.3650669;0.007508614,0.2027982;0.161341;-0.1512547,0.298432;0.008898824;-0.3657671,-0.131082;0.3645172;-0.02020562,-0.1586459;0.1413312;-0.1870236,-0.145426;-0.06501937;-0.3758216,0.07549158;0.01088378;-0.02413638,0.1645701;-0.2511933;-0.2844835,0.18245;-0.5788749;-0.1628077,0.2130255;-0.6332167;-0.2069847,-0.06667991;-0.001182573;-0.04418587,-0.03919126;-0.3801117;-0.05174341,-0.001917768;-0.7250784;-0.005823597,0.008698464;-0.7146764;-0.1033081,-0.02030906;0.3992884;0.01013133,0;0;0,-0.009355235;0.199698;0.005761867,-0.02359711;0.4992371;-0.0004776055,0.09787941;0.3718852;0.001122192,0.1894401;0.2305156;-0.2225546,0.2640117;0.1540126;-0.4813718,-0.1299821;0.3660179;-0.02618291,-0.1681259;0.1674773;-0.2199008,-0.150756;0.04873049;-0.4728781,0.07574522;0.01224951;-0.02264088,0.1341515;-0.2262635;-0.3126413,0.1136196;-0.5681649;-0.2406566,0.1368418;-0.6061891;-0.3101797,-0.06577551;-0.002412269;-0.04547266,-0.04474991;-0.3817435;-0.03736658,0.006832235;-0.7246893;0.00982948,0.01710005;-0.7135456;-0.0878384,-0.01886252;0.3994671;0.004371983,29.94653
+0;0;0,-0.01033257;0.1995423;0.008724309,-0.02500613;0.4991108;0.006467648,0.09467795;0.3650669;0.007508614,0.2027982;0.161341;-0.1512547,0.298432;0.008898824;-0.3657671,-0.131082;0.3645172;-0.02020562,-0.1586459;0.1413312;-0.1870236,-0.145426;-0.06501937;-0.3758216,0.07549158;0.01088378;-0.02413638,0.1645701;-0.2511933;-0.2844835,0.18245;-0.5788749;-0.1628077,0.2130255;-0.6332167;-0.2069847,-0.06667991;-0.001182573;-0.04418587,-0.03919126;-0.3801117;-0.05174341,-0.001917768;-0.7250784;-0.005823597,0.008698464;-0.7146764;-0.1033081,-0.02030906;0.3992884;0.01013133,0;0;0,-0.009521612;0.1996826;0.006015961,-0.02389091;0.4992315;0.0005196128,0.09754269;0.3717986;0.001160914,0.1943198;0.2314069;-0.22093,0.2627889;0.1683064;-0.484995,-0.129802;0.3654852;-0.02661835,-0.1676118;0.1691035;-0.2225894,-0.145862;0.05795064;-0.4786597,0.07580026;0.01225385;-0.02245359,0.1333581;-0.2211227;-0.3167706,0.1097958;-0.5635443;-0.2482706,0.1325215;-0.6037646;-0.315744,-0.06568915;-0.002381826;-0.04559893,0.02713996;-0.3619915;-0.1259958,0.02469875;-0.6974251;-0.02610417,0.03512387;-0.6861951;-0.123772,-0.0191624;0.399448;0.005089645,29.96834
+0;0;0,-0.01033257;0.1995423;0.008724309,-0.02500613;0.4991108;0.006467648,0.09467795;0.3650669;0.007508614,0.2027982;0.161341;-0.1512547,0.298432;0.008898824;-0.3657671,-0.131082;0.3645172;-0.02020562,-0.1586459;0.1413312;-0.1870236,-0.145426;-0.06501937;-0.3758216,0.07549158;0.01088378;-0.02413638,0.1645701;-0.2511933;-0.2844835,0.18245;-0.5788749;-0.1628077,0.2130255;-0.6332167;-0.2069847,-0.06667991;-0.001182573;-0.04418587,-0.03919126;-0.3801117;-0.05174341,-0.001917768;-0.7250784;-0.005823597,0.008698464;-0.7146764;-0.1033081,-0.02030906;0.3992884;0.01013133,0;0;0,-0.009521612;0.1996826;0.006015961,-0.02389091;0.4992315;0.0005196128,0.09754269;0.3717986;0.001160914,0.1943198;0.2314069;-0.22093,0.2627889;0.1683064;-0.484995,-0.129802;0.3654852;-0.02661835,-0.1676118;0.1691035;-0.2225894,-0.145862;0.05795064;-0.4786597,0.07580026;0.01225385;-0.02245359,0.1333581;-0.2211227;-0.3167706,0.1097958;-0.5635443;-0.2482706,0.1325215;-0.6037646;-0.315744,-0.06568915;-0.002381826;-0.04559893,0.02713996;-0.3619915;-0.1259958,0.02469875;-0.6974251;-0.02610417,0.03512387;-0.6861951;-0.123772,-0.0191624;0.399448;0.005089645,29.9805
+0;0;0,-0.0104254;0.1995275;0.008948982,-0.02521919;0.4990934;0.007112926,0.09437669;0.3646528;0.007726094,0.2040357;0.1661765;-0.1565361,0.2958608;0.03788525;-0.3878573,-0.1310398;0.3644414;-0.02043811,-0.1440513;0.1088014;-0.1339233,-0.1490642;-0.05431382;-0.3614498,0.075591;0.01086125;-0.02383345,0.1634442;-0.2454547;-0.2902615,0.1778261;-0.573144;-0.168143,0.2094889;-0.6260649;-0.2142038,-0.06657562;-0.001169401;-0.0443432,-0.03783868;-0.3800068;-0.05185458,-0.0002360642;-0.7249308;-0.005881872,0.01054848;-0.7145011;-0.1033534,-0.02048595;0.3992673;0.01062624,0;0;0,-0.009742675;0.1996633;0.006294966,-0.02446597;0.4992078;0.001492192,0.09712761;0.3721537;0.001305273,0.1990607;0.2392559;-0.2230779,0.2655856;0.1774809;-0.487952,-0.1300408;0.3653304;-0.02661412,-0.1674893;0.1694084;-0.2231139,-0.1446731;0.06077393;-0.4801702,0.07588499;0.01225961;-0.02216236,0.1329571;-0.2166128;-0.3200888,0.1083012;-0.5593711;-0.2536893,0.1300803;-0.5997859;-0.321272,-0.0655781;-0.002300511;-0.04576266,0.02761507;-0.3619464;-0.1255739,0.02548328;-0.6977257;-0.02684315,0.03594456;-0.6864146;-0.1245227,-0.01964736;0.3994173;0.005810793,30.00191
+0;0;0,-0.0104254;0.1995275;0.008948982,-0.02521919;0.4990934;0.007112926,0.09437669;0.3646528;0.007726094,0.2040357;0.1661765;-0.1565361,0.2958608;0.03788525;-0.3878573,-0.1310398;0.3644414;-0.02043811,-0.1440513;0.1088014;-0.1339233,-0.1490642;-0.05431382;-0.3614498,0.075591;0.01086125;-0.02383345,0.1634442;-0.2454547;-0.2902615,0.1778261;-0.573144;-0.168143,0.2094889;-0.6260649;-0.2142038,-0.06657562;-0.001169401;-0.0443432,-0.03783868;-0.3800068;-0.05185458,-0.0002360642;-0.7249308;-0.005881872,0.01054848;-0.7145011;-0.1033534,-0.02048595;0.3992673;0.01062624,0;0;0,-0.009742675;0.1996633;0.006294966,-0.02446597;0.4992078;0.001492192,0.09712761;0.3721537;0.001305273,0.1990607;0.2392559;-0.2230779,0.2655856;0.1774809;-0.487952,-0.1300408;0.3653304;-0.02661412,-0.1674893;0.1694084;-0.2231139,-0.1446731;0.06077393;-0.4801702,0.07588499;0.01225961;-0.02216236,0.1329571;-0.2166128;-0.3200888,0.1083012;-0.5593711;-0.2536893,0.1300803;-0.5997859;-0.321272,-0.0655781;-0.002300511;-0.04576266,0.02761507;-0.3619464;-0.1255739,0.02548328;-0.6977257;-0.02684315,0.03594456;-0.6864146;-0.1245227,-0.01964736;0.3994173;0.005810793,30.01343
+0;0;0,-0.0104254;0.1995275;0.008948982,-0.02521919;0.4990934;0.007112926,0.09437669;0.3646528;0.007726094,0.2040357;0.1661765;-0.1565361,0.2958608;0.03788525;-0.3878573,-0.1310398;0.3644414;-0.02043811,-0.1440513;0.1088014;-0.1339233,-0.1490642;-0.05431382;-0.3614498,0.075591;0.01086125;-0.02383345,0.1634442;-0.2454547;-0.2902615,0.1778261;-0.573144;-0.168143,0.2094889;-0.6260649;-0.2142038,-0.06657562;-0.001169401;-0.0443432,-0.03783868;-0.3800068;-0.05185458,-0.0002360642;-0.7249308;-0.005881872,0.01054848;-0.7145011;-0.1033534,-0.02048595;0.3992673;0.01062624,0;0;0,-0.009992993;0.1996442;0.006507265,-0.02516231;0.4991743;0.00221311,0.09654747;0.3721239;0.001504247,0.1927489;0.259719;-0.236215,0.2630308;0.1951944;-0.4994583,-0.1304075;0.3651863;-0.02663039,-0.1645989;0.1732437;-0.2276006,-0.142372;0.06549457;-0.4850808,0.07597313;0.01230469;-0.02183294,0.1320785;-0.2127762;-0.322816,0.1069692;-0.5556794;-0.2573422,0.1285693;-0.5948148;-0.3262896,-0.06544136;-0.002184351;-0.04596364,0.02827221;-0.3616727;-0.1258754,0.02598628;-0.6976064;-0.02767498,0.03651569;-0.6862499;-0.1253559,-0.02021473;0.3993828;0.006356603,30.03525
+0;0;0,-0.01054048;0.1995053;0.00930248,-0.02574173;0.4990554;0.008130785,0.09396344;0.3644876;0.008162136,0.2019939;0.1788299;-0.1714503,0.3016724;0.02921425;-0.3861113,-0.1311523;0.3644392;-0.02060089,-0.1516476;0.1699488;-0.2209841,-0.1452047;-0.05138256;-0.3923636,0.07573042;0.01077266;-0.02342761,0.1620815;-0.2404128;-0.29518,0.1721823;-0.5653044;-0.1653976,0.20248;-0.6126732;-0.2210405,-0.06649334;-0.001137556;-0.04446731,-0.03653202;-0.379881;-0.05193128,0.001462381;-0.7246703;-0.005275354,0.01244383;-0.7141925;-0.1027346,-0.02085225;0.3992283;0.01139305,0;0;0,-0.009992993;0.1996442;0.006507265,-0.02516231;0.4991743;0.00221311,0.09654747;0.3721239;0.001504247,0.1927489;0.259719;-0.236215,0.2630308;0.1951944;-0.4994583,-0.1304075;0.3651863;-0.02663039,-0.1645989;0.1732437;-0.2276006,-0.142372;0.06549457;-0.4850808,0.07597313;0.01230469;-0.02183294,0.1320785;-0.2127762;-0.322816,0.1069692;-0.5556794;-0.2573422,0.1285693;-0.5948148;-0.3262896,-0.06544136;-0.002184351;-0.04596364,0.02827221;-0.3616727;-0.1258754,0.02598628;-0.6976064;-0.02767498,0.03651569;-0.6862499;-0.1253559,-0.02021473;0.3993828;0.006356603,30.04705
+0;0;0,-0.01054048;0.1995053;0.00930248,-0.02574173;0.4990554;0.008130785,0.09396344;0.3644876;0.008162136,0.2019939;0.1788299;-0.1714503,0.3016724;0.02921425;-0.3861113,-0.1311523;0.3644392;-0.02060089,-0.1516476;0.1699488;-0.2209841,-0.1452047;-0.05138256;-0.3923636,0.07573042;0.01077266;-0.02342761,0.1620815;-0.2404128;-0.29518,0.1721823;-0.5653044;-0.1653976,0.20248;-0.6126732;-0.2210405,-0.06649334;-0.001137556;-0.04446731,-0.03653202;-0.379881;-0.05193128,0.001462381;-0.7246703;-0.005275354,0.01244383;-0.7141925;-0.1027346,-0.02085225;0.3992283;0.01139305,0;0;0,-0.009992993;0.1996442;0.006507265,-0.02516231;0.4991743;0.00221311,0.09654747;0.3721239;0.001504247,0.1927489;0.259719;-0.236215,0.2630308;0.1951944;-0.4994583,-0.1304075;0.3651863;-0.02663039,-0.1645989;0.1732437;-0.2276006,-0.142372;0.06549457;-0.4850808,0.07597313;0.01230469;-0.02183294,0.1320785;-0.2127762;-0.322816,0.1069692;-0.5556794;-0.2573422,0.1285693;-0.5948148;-0.3262896,-0.06544136;-0.002184351;-0.04596364,0.02827221;-0.3616727;-0.1258754,0.02598628;-0.6976064;-0.02767498,0.03651569;-0.6862499;-0.1253559,-0.02021473;0.3993828;0.006356603,30.05834
+0;0;0,-0.01054048;0.1995053;0.00930248,-0.02574173;0.4990554;0.008130785,0.09396344;0.3644876;0.008162136,0.2019939;0.1788299;-0.1714503,0.3016724;0.02921425;-0.3861113,-0.1311523;0.3644392;-0.02060089,-0.1516476;0.1699488;-0.2209841,-0.1452047;-0.05138256;-0.3923636,0.07573042;0.01077266;-0.02342761,0.1620815;-0.2404128;-0.29518,0.1721823;-0.5653044;-0.1653976,0.20248;-0.6126732;-0.2210405,-0.06649334;-0.001137556;-0.04446731,-0.03653202;-0.379881;-0.05193128,0.001462381;-0.7246703;-0.005275354,0.01244383;-0.7141925;-0.1027346,-0.02085225;0.3992283;0.01139305,0;0;0,-0.01018117;0.1996262;0.006763133,-0.0257213;0.4991447;0.002954637,0.09613163;0.3722104;0.001969026,0.1958428;0.2547286;-0.2318166,0.2610209;0.2170441;-0.5015048,-0.130834;0.365273;-0.02623552,-0.1697742;0.1876408;-0.239145,-0.1446313;0.07294287;-0.4933344,0.07605501;0.01225611;-0.02157368,0.131503;-0.2102435;-0.3245909,0.1063986;-0.5535508;-0.2612678,0.1267335;-0.5931257;-0.3301579,-0.06531613;-0.002154208;-0.04614285,0.02994849;-0.3608581;-0.1277282,0.02670884;-0.6969013;-0.02993011,0.03726;-0.6854811;-0.1276208,-0.02065398;0.3993517;0.006915601,30.08051
+0;0;0,-0.01018373;0.1994907;0.009988711,-0.02514369;0.4990547;0.009455374,0.09446472;0.3643333;0.009000038,0.2032103;0.1828088;-0.1743664,0.3000983;0.05276366;-0.4026228,-0.1304203;0.3645147;-0.02018518,-0.1617811;0.1639913;-0.213076,-0.1488979;-0.01641899;-0.4268192,0.07591368;0.01063316;-0.0228921,0.1621069;-0.2357002;-0.2990996,0.1666754;-0.5602478;-0.1681491,0.1976787;-0.6074868;-0.2235832,-0.06633276;-0.001038096;-0.0447089,-0.03508402;-0.3796896;-0.05153405,0.003691565;-0.7243155;-0.004317768,0.01484382;-0.7137797;-0.1017692,-0.02029889;0.3992188;0.01250891,0;0;0,-0.01050165;0.1995992;0.007062721,-0.02676518;0.4990909;0.004124469,0.09534775;0.3722167;0.00241106,0.196653;0.2552547;-0.2309495,0.2614959;0.2286451;-0.502035,-0.1314016;0.3650984;-0.02597453,-0.1680492;0.1852859;-0.237456,-0.138037;0.1059093;-0.5042867,0.07608265;0.01240148;-0.02139238,0.1304383;-0.2083393;-0.3258903,0.1054657;-0.5518302;-0.2635174,0.1246548;-0.591233;-0.3329079,-0.06532446;-0.002326967;-0.04612265,0.03138424;-0.3602202;-0.1295485,0.02667657;-0.6962368;-0.03171878,0.03727667;-0.6847328;-0.12942,-0.02143419;0.399299;0.007752172,30.10248
+0;0;0,-0.01018373;0.1994907;0.009988711,-0.02514369;0.4990547;0.009455374,0.09446472;0.3643333;0.009000038,0.2032103;0.1828088;-0.1743664,0.3000983;0.05276366;-0.4026228,-0.1304203;0.3645147;-0.02018518,-0.1617811;0.1639913;-0.213076,-0.1488979;-0.01641899;-0.4268192,0.07591368;0.01063316;-0.0228921,0.1621069;-0.2357002;-0.2990996,0.1666754;-0.5602478;-0.1681491,0.1976787;-0.6074868;-0.2235832,-0.06633276;-0.001038096;-0.0447089,-0.03508402;-0.3796896;-0.05153405,0.003691565;-0.7243155;-0.004317768,0.01484382;-0.7137797;-0.1017692,-0.02029889;0.3992188;0.01250891,0;0;0,-0.01050165;0.1995992;0.007062721,-0.02676518;0.4990909;0.004124469,0.09534775;0.3722167;0.00241106,0.196653;0.2552547;-0.2309495,0.2614959;0.2286451;-0.502035,-0.1314016;0.3650984;-0.02597453,-0.1680492;0.1852859;-0.237456,-0.138037;0.1059093;-0.5042867,0.07608265;0.01240148;-0.02139238,0.1304383;-0.2083393;-0.3258903,0.1054657;-0.5518302;-0.2635174,0.1246548;-0.591233;-0.3329079,-0.06532446;-0.002326967;-0.04612265,0.03138424;-0.3602202;-0.1295485,0.02667657;-0.6962368;-0.03171878,0.03727667;-0.6847328;-0.12942,-0.02143419;0.399299;0.007752172,30.11404
+0;0;0,-0.01018373;0.1994907;0.009988711,-0.02514369;0.4990547;0.009455374,0.09446472;0.3643333;0.009000038,0.2032103;0.1828088;-0.1743664,0.3000983;0.05276366;-0.4026228,-0.1304203;0.3645147;-0.02018518,-0.1617811;0.1639913;-0.213076,-0.1488979;-0.01641899;-0.4268192,0.07591368;0.01063316;-0.0228921,0.1621069;-0.2357002;-0.2990996,0.1666754;-0.5602478;-0.1681491,0.1976787;-0.6074868;-0.2235832,-0.06633276;-0.001038096;-0.0447089,-0.03508402;-0.3796896;-0.05153405,0.003691565;-0.7243155;-0.004317768,0.01484382;-0.7137797;-0.1017692,-0.02029889;0.3992188;0.01250891,0;0;0,-0.01076962;0.1995759;0.007313265,-0.02756016;0.499044;0.004908391,0.09465225;0.3718451;0.002863061,0.1973854;0.2566248;-0.2307396,0.2620389;0.2315314;-0.5020148,-0.1318621;0.3647755;-0.02560046,-0.1638297;0.195455;-0.2463008,-0.1526835;0.1401331;-0.5205548,0.07612476;0.01244783;-0.0212149,0.1298214;-0.2064569;-0.3271518,0.1051435;-0.5503097;-0.2666847,0.1244075;-0.5900921;-0.3356725,-0.06528811;-0.002391044;-0.04617082,0.03197881;-0.3600485;-0.129958,0.02651083;-0.6960016;-0.03194999,0.06730512;-0.7508357;-0.06569944,-0.02204703;0.399255;0.008337895,30.13596
+0;0;0,-0.009940366;0.1994701;0.01062405,-0.0247427;0.4990428;0.01087904,0.09486727;0.3644358;0.009824478,0.2030914;0.1875215;-0.1782948,0.3001835;0.05537404;-0.4052534,-0.1297388;0.364662;-0.02021947,-0.1487441;0.1801886;-0.2300012,-0.1413073;-0.009517804;-0.4358073,0.07607106;0.01044714;-0.02245109,0.1613055;-0.2277438;-0.3060003,0.1625826;-0.5522301;-0.1748247,0.1925938;-0.5972838;-0.2336998,-0.0661995;-0.0008792145;-0.04490939,-0.03377726;-0.379434;-0.05162657,0.005771201;-0.7238087;-0.003232822,0.01721049;-0.7132151;-0.1006625,-0.01992339;0.3991977;0.01366049,0;0;0,-0.01076962;0.1995759;0.007313265,-0.02756016;0.499044;0.004908391,0.09465225;0.3718451;0.002863061,0.1973854;0.2566248;-0.2307396,0.2620389;0.2315314;-0.5020148,-0.1318621;0.3647755;-0.02560046,-0.1638297;0.195455;-0.2463008,-0.1526835;0.1401331;-0.5205548,0.07612476;0.01244783;-0.0212149,0.1298214;-0.2064569;-0.3271518,0.1051435;-0.5503097;-0.2666847,0.1244075;-0.5900921;-0.3356725,-0.06528811;-0.002391044;-0.04617082,0.03197881;-0.3600485;-0.129958,0.02651083;-0.6960016;-0.03194999,0.06730512;-0.7508357;-0.06569944,-0.02204703;0.399255;0.008337895,30.14775
+0;0;0,-0.009940366;0.1994701;0.01062405,-0.0247427;0.4990428;0.01087904,0.09486727;0.3644358;0.009824478,0.2030914;0.1875215;-0.1782948,0.3001835;0.05537404;-0.4052534,-0.1297388;0.364662;-0.02021947,-0.1487441;0.1801886;-0.2300012,-0.1413073;-0.009517804;-0.4358073,0.07607106;0.01044714;-0.02245109,0.1613055;-0.2277438;-0.3060003,0.1625826;-0.5522301;-0.1748247,0.1925938;-0.5972838;-0.2336998,-0.0661995;-0.0008792145;-0.04490939,-0.03377726;-0.379434;-0.05162657,0.005771201;-0.7238087;-0.003232822,0.01721049;-0.7132151;-0.1006625,-0.01992339;0.3991977;0.01366049,0;0;0,-0.01076962;0.1995759;0.007313265,-0.02756016;0.499044;0.004908391,0.09465225;0.3718451;0.002863061,0.1973854;0.2566248;-0.2307396,0.2620389;0.2315314;-0.5020148,-0.1318621;0.3647755;-0.02560046,-0.1638297;0.195455;-0.2463008,-0.1526835;0.1401331;-0.5205548,0.07612476;0.01244783;-0.0212149,0.1298214;-0.2064569;-0.3271518,0.1051435;-0.5503097;-0.2666847,0.1244075;-0.5900921;-0.3356725,-0.06528811;-0.002391044;-0.04617082,0.03197881;-0.3600485;-0.129958,0.02651083;-0.6960016;-0.03194999,0.06730512;-0.7508357;-0.06569944,-0.02204703;0.399255;0.008337895,30.15855
+0;0;0,-0.009940366;0.1994701;0.01062405,-0.0247427;0.4990428;0.01087904,0.09486727;0.3644358;0.009824478,0.2030914;0.1875215;-0.1782948,0.3001835;0.05537404;-0.4052534,-0.1297388;0.364662;-0.02021947,-0.1487441;0.1801886;-0.2300012,-0.1413073;-0.009517804;-0.4358073,0.07607106;0.01044714;-0.02245109,0.1613055;-0.2277438;-0.3060003,0.1625826;-0.5522301;-0.1748247,0.1925938;-0.5972838;-0.2336998,-0.0661995;-0.0008792145;-0.04490939,-0.03377726;-0.379434;-0.05162657,0.005771201;-0.7238087;-0.003232822,0.01721049;-0.7132151;-0.1006625,-0.01992339;0.3991977;0.01366049,0;0;0,-0.01095423;0.1995534;0.007644588,-0.02808158;0.4990106;0.006281578,0.09415132;0.3715793;0.003528585,0.198378;0.2593163;-0.2308511,0.2619476;0.2398862;-0.5028462,-0.1322923;0.3645964;-0.02448012,-0.1657546;0.2019859;-0.2499531,-0.148137;0.1301214;-0.5199997,0.0761848;0.01237001;-0.02104421,0.1296616;-0.2044286;-0.3285156,0.1052469;-0.5483196;-0.2681592,0.1239364;-0.5874434;-0.3379633,-0.06517771;-0.002297624;-0.04633127,0.03311329;-0.3595305;-0.1307321,0.02671583;-0.695284;-0.03209815,0.06605843;-0.7508221;-0.06579384,-0.02247943;0.399214;0.009324505,30.18121
+0;0;0,-0.01012581;0.1994362;0.01107619,-0.02550083;0.4989806;0.01232722,0.09427153;0.3642447;0.01048268,0.2024189;0.1920162;-0.181979,0.2943941;0.06674987;-0.414893,-0.1299333;0.3644972;-0.02018281,-0.1595671;0.1729265;-0.2222286,-0.1435237;0.004362419;-0.445228,0.07619892;0.01031686;-0.02207454,0.1589254;-0.2306876;-0.3039844,0.1581688;-0.5570699;-0.1775961,0.1860731;-0.59917;-0.2410227,-0.06603765;-0.0007554292;-0.04514929,-0.03322209;-0.379287;-0.05122938,0.006756246;-0.7235445;-0.002357095,0.01839605;-0.7128917;-0.09977477,-0.02046638;0.3991357;0.01470503,0;0;0,-0.01107631;0.1995318;0.008024509,-0.02835813;0.4989837;0.007451341,0.0937967;0.3711854;0.00406135,0.200115;0.261411;-0.2305574,0.2628581;0.2476802;-0.5030915,-0.1324093;0.3642577;-0.02372501,-0.1591285;0.2330175;-0.2696154,-0.1287478;0.1302052;-0.5282786,0.07626618;0.01227868;-0.02080152,0.1292474;-0.1969508;-0.333557,0.1058368;-0.5408312;-0.2727442,0.1248208;-0.5790891;-0.3433167,-0.06506407;-0.002269804;-0.04649209,0.03434812;-0.3591096;-0.131242,0.02697773;-0.694977;-0.03306495,0.06726465;-0.749977;-0.06700583,-0.02273055;0.3991801;0.0102015,30.20294
+0;0;0,-0.01012581;0.1994362;0.01107619,-0.02550083;0.4989806;0.01232722,0.09427153;0.3642447;0.01048268,0.2024189;0.1920162;-0.181979,0.2943941;0.06674987;-0.414893,-0.1299333;0.3644972;-0.02018281,-0.1595671;0.1729265;-0.2222286,-0.1435237;0.004362419;-0.445228,0.07619892;0.01031686;-0.02207454,0.1589254;-0.2306876;-0.3039844,0.1581688;-0.5570699;-0.1775961,0.1860731;-0.59917;-0.2410227,-0.06603765;-0.0007554292;-0.04514929,-0.03322209;-0.379287;-0.05122938,0.006756246;-0.7235445;-0.002357095,0.01839605;-0.7128917;-0.09977477,-0.02046638;0.3991357;0.01470503,0;0;0,-0.01107631;0.1995318;0.008024509,-0.02835813;0.4989837;0.007451341,0.0937967;0.3711854;0.00406135,0.200115;0.261411;-0.2305574,0.2628581;0.2476802;-0.5030915,-0.1324093;0.3642577;-0.02372501,-0.1591285;0.2330175;-0.2696154,-0.1287478;0.1302052;-0.5282786,0.07626618;0.01227868;-0.02080152,0.1292474;-0.1969508;-0.333557,0.1058368;-0.5408312;-0.2727442,0.1248208;-0.5790891;-0.3433167,-0.06506407;-0.002269804;-0.04649209,0.03434812;-0.3591096;-0.131242,0.02697773;-0.694977;-0.03306495,0.06726465;-0.749977;-0.06700583,-0.02273055;0.3991801;0.0102015,30.21438
+0;0;0,-0.01012581;0.1994362;0.01107619,-0.02550083;0.4989806;0.01232722,0.09427153;0.3642447;0.01048268,0.2024189;0.1920162;-0.181979,0.2943941;0.06674987;-0.414893,-0.1299333;0.3644972;-0.02018281,-0.1595671;0.1729265;-0.2222286,-0.1435237;0.004362419;-0.445228,0.07619892;0.01031686;-0.02207454,0.1589254;-0.2306876;-0.3039844,0.1581688;-0.5570699;-0.1775961,0.1860731;-0.59917;-0.2410227,-0.06603765;-0.0007554292;-0.04514929,-0.03322209;-0.379287;-0.05122938,0.006756246;-0.7235445;-0.002357095,0.01839605;-0.7128917;-0.09977477,-0.02046638;0.3991357;0.01470503,0;0;0,-0.01107631;0.1995318;0.008024509,-0.02835813;0.4989837;0.007451341,0.0937967;0.3711854;0.00406135,0.200115;0.261411;-0.2305574,0.2628581;0.2476802;-0.5030915,-0.1324093;0.3642577;-0.02372501,-0.1591285;0.2330175;-0.2696154,-0.1287478;0.1302052;-0.5282786,0.07626618;0.01227868;-0.02080152,0.1292474;-0.1969508;-0.333557,0.1058368;-0.5408312;-0.2727442,0.1248208;-0.5790891;-0.3433167,-0.06506407;-0.002269804;-0.04649209,0.03434812;-0.3591096;-0.131242,0.02697773;-0.694977;-0.03306495,0.06726465;-0.749977;-0.06700583,-0.02273055;0.3991801;0.0102015,30.2264
+0;0;0,-0.01020686;0.199409;0.01148353,-0.02568327;0.4989456;0.01320866,0.09401498;0.3639029;0.01072275,0.1999494;0.1881267;-0.1797519,0.2851577;0.1006491;-0.4317187,-0.1297764;0.364612;-0.0205299,-0.1474493;0.1939546;-0.2418073,-0.1364517;0.01973511;-0.4607288,0.0763329;0.01025266;-0.02163727,0.1574421;-0.2223619;-0.3109671,0.1529101;-0.5500009;-0.1879542,0.1816024;-0.5961657;-0.2460549,-0.0658979;-0.000710571;-0.04535374,-0.03242129;-0.3791871;-0.05125412,0.007716525;-0.7233873;-0.002109598,0.01960658;-0.7126969;-0.0995045,-0.0206106;0.3990991;0.01543496,0;0;0,-0.01134994;0.1994939;0.008565335,-0.02914567;0.4989166;0.009452214,0.09314989;0.3711703;0.005071358,0.201004;0.2635539;-0.2298461,0.2619807;0.2672429;-0.5031009,-0.1328871;0.364069;-0.02264077,-0.1581239;0.2010891;-0.2489164,-0.147911;0.07052229;-0.4963998,0.07630973;0.01230706;-0.0206243,0.1292442;-0.1970837;-0.3332798,0.1056458;-0.5410511;-0.2730345,0.1247474;-0.5793478;-0.3435377,-0.06501922;-0.002346529;-0.04655099,0.03501035;-0.3590627;-0.1310949,0.02714309;-0.6948401;-0.03264873,0.06606757;-0.7503932;-0.06678883,-0.0233658;0.3991085;0.01167125,30.24773
+0;0;0,-0.01020686;0.199409;0.01148353,-0.02568327;0.4989456;0.01320866,0.09401498;0.3639029;0.01072275,0.1999494;0.1881267;-0.1797519,0.2851577;0.1006491;-0.4317187,-0.1297764;0.364612;-0.0205299,-0.1474493;0.1939546;-0.2418073,-0.1364517;0.01973511;-0.4607288,0.0763329;0.01025266;-0.02163727,0.1574421;-0.2223619;-0.3109671,0.1529101;-0.5500009;-0.1879542,0.1816024;-0.5961657;-0.2460549,-0.0658979;-0.000710571;-0.04535374,-0.03242129;-0.3791871;-0.05125412,0.007716525;-0.7233873;-0.002109598,0.01960658;-0.7126969;-0.0995045,-0.0206106;0.3990991;0.01543496,0;0;0,-0.01134994;0.1994939;0.008565335,-0.02914567;0.4989166;0.009452214,0.09314989;0.3711703;0.005071358,0.201004;0.2635539;-0.2298461,0.2619807;0.2672429;-0.5031009,-0.1328871;0.364069;-0.02264077,-0.1581239;0.2010891;-0.2489164,-0.147911;0.07052229;-0.4963998,0.07630973;0.01230706;-0.0206243,0.1292442;-0.1970837;-0.3332798,0.1056458;-0.5410511;-0.2730345,0.1247474;-0.5793478;-0.3435377,-0.06501922;-0.002346529;-0.04655099,0.03501035;-0.3590627;-0.1310949,0.02714309;-0.6948401;-0.03264873,0.06606757;-0.7503932;-0.06678883,-0.0233658;0.3991085;0.01167125,30.25955
+0;0;0,-0.01020686;0.199409;0.01148353,-0.02568327;0.4989456;0.01320866,0.09401498;0.3639029;0.01072275,0.1999494;0.1881267;-0.1797519,0.2851577;0.1006491;-0.4317187,-0.1297764;0.364612;-0.0205299,-0.1474493;0.1939546;-0.2418073,-0.1364517;0.01973511;-0.4607288,0.0763329;0.01025266;-0.02163727,0.1574421;-0.2223619;-0.3109671,0.1529101;-0.5500009;-0.1879542,0.1816024;-0.5961657;-0.2460549,-0.0658979;-0.000710571;-0.04535374,-0.03242129;-0.3791871;-0.05125412,0.007716525;-0.7233873;-0.002109598,0.01960658;-0.7126969;-0.0995045,-0.0206106;0.3990991;0.01543496,0;0;0,-0.01150762;0.1994664;0.008985627,-0.02941855;0.4988791;0.0105298,0.09286045;0.3710028;0.005975316,0.2021298;0.2685699;-0.2305997,0.2616842;0.2810068;-0.5039101,-0.1331292;0.363843;-0.02164346,-0.162423;0.2031345;-0.249052,-0.1407888;0.1271547;-0.5176764,0.07637887;0.01220007;-0.02043102,0.129253;-0.1974507;-0.3329224,0.1058318;-0.5418443;-0.2750905,0.1241312;-0.5815004;-0.3444676,-0.06496417;-0.002305985;-0.04662981,0.0350971;-0.3591548;-0.1305743,0.02857873;-0.695881;-0.03532241,0.03883798;-0.6840503;-0.1331213,-0.02362686;0.3990672;0.01253966,30.28145
+0;0;0,-0.01039281;0.199383;0.01176509,-0.02630063;0.4988952;0.01392321,0.09353884;0.36384;0.01091501,0.2021298;0.2014394;-0.1896693,0.2785357;0.09908666;-0.43884,-0.1298279;0.3646188;-0.021237,-0.1474061;0.1945742;-0.2429932,-0.1368112;0.02969958;-0.4690554,0.07639951;0.01023384;-0.02140988,0.1553949;-0.21782;-0.314925,0.149909;-0.5467103;-0.1953377,0.1757403;-0.5906897;-0.257465,-0.06583926;-0.0007245264;-0.04543861,-0.03216471;-0.379184;-0.05131022,0.008148745;-0.7233022;-0.001738019,0.02038248;-0.7125802;-0.09909663,-0.02106634;0.3990535;0.01598098,0;0;0,-0.01169971;0.1994273;0.009585818,-0.02979859;0.4988179;0.01269768,0.09252995;0.3710558;0.007334801,0.2028612;0.2663804;-0.2277611,0.2607876;0.283317;-0.5011797,-0.1333212;0.3636856;-0.02043613,-0.1670131;0.2001662;-0.2452167,-0.1643071;0.2272597;-0.5238896,0.07643452;0.01213115;-0.02026326,0.1292496;-0.1976296;-0.3326908,0.1057537;-0.5419946;-0.2747195,0.1242427;-0.5799801;-0.3456852,-0.06489709;-0.002276984;-0.04672454,0.03537884;-0.3590003;-0.1309457,0.0291655;-0.6960949;-0.03698491,0.03944483;-0.6841664;-0.1347998,-0.02397254;0.3989983;0.0141455,30.30418
+0;0;0,-0.01039281;0.199383;0.01176509,-0.02630063;0.4988952;0.01392321,0.09353884;0.36384;0.01091501,0.2021298;0.2014394;-0.1896693,0.2785357;0.09908666;-0.43884,-0.1298279;0.3646188;-0.021237,-0.1474061;0.1945742;-0.2429932,-0.1368112;0.02969958;-0.4690554,0.07639951;0.01023384;-0.02140988,0.1553949;-0.21782;-0.314925,0.149909;-0.5467103;-0.1953377,0.1757403;-0.5906897;-0.257465,-0.06583926;-0.0007245264;-0.04543861,-0.03216471;-0.379184;-0.05131022,0.008148745;-0.7233022;-0.001738019,0.02038248;-0.7125802;-0.09909663,-0.02106634;0.3990535;0.01598098,0;0;0,-0.01169971;0.1994273;0.009585818,-0.02979859;0.4988179;0.01269768,0.09252995;0.3710558;0.007334801,0.2028612;0.2663804;-0.2277611,0.2607876;0.283317;-0.5011797,-0.1333212;0.3636856;-0.02043613,-0.1670131;0.2001662;-0.2452167,-0.1643071;0.2272597;-0.5238896,0.07643452;0.01213115;-0.02026326,0.1292496;-0.1976296;-0.3326908,0.1057537;-0.5419946;-0.2747195,0.1242427;-0.5799801;-0.3456852,-0.06489709;-0.002276984;-0.04672454,0.03537884;-0.3590003;-0.1309457,0.0291655;-0.6960949;-0.03698491,0.03944483;-0.6841664;-0.1347998,-0.02397254;0.3989983;0.0141455,30.32595
+0;0;0,-0.01039281;0.199383;0.01176509,-0.02630063;0.4988952;0.01392321,0.09353884;0.36384;0.01091501,0.2021298;0.2014394;-0.1896693,0.2785357;0.09908666;-0.43884,-0.1298279;0.3646188;-0.021237,-0.1474061;0.1945742;-0.2429932,-0.1368112;0.02969958;-0.4690554,0.07639951;0.01023384;-0.02140988,0.1553949;-0.21782;-0.314925,0.149909;-0.5467103;-0.1953377,0.1757403;-0.5906897;-0.257465,-0.06583926;-0.0007245264;-0.04543861,-0.03216471;-0.379184;-0.05131022,0.008148745;-0.7233022;-0.001738019,0.02038248;-0.7125802;-0.09909663,-0.02106634;0.3990535;0.01598098,0;0;0,-0.0118807;0.1993922;0.01008053,-0.03020256;0.4987579;0.01411839,0.09219582;0.3709746;0.00871757,0.203264;0.2649229;-0.2254125,0.2595176;0.2933237;-0.4982292,-0.1336842;0.3635714;-0.01920395,-0.1697327;0.2108911;-0.251129,-0.1474892;0.09701728;-0.5059583,0.07647268;0.01208736;-0.02014507,0.1289181;-0.197851;-0.3325156,0.1057745;-0.5423476;-0.2751874,0.1241567;-0.5800568;-0.3464443,-0.06487344;-0.002293797;-0.04675654,0.03508302;-0.3591628;-0.1307399,0.02952899;-0.6964473;-0.03742102,0.03981524;-0.6844495;-0.135248,-0.02431688;0.3989378;0.01526335,30.33724
+0;0;0,-0.01054632;0.1993567;0.01207013,-0.02654454;0.4988597;0.0147191,0.09328149;0.363776;0.01114599,0.2018935;0.2045806;-0.1919802,0.2784017;0.1033781;-0.441589,-0.1296208;0.3644745;-0.02175455,-0.1474916;0.1968897;-0.2453523,-0.1362208;0.04222903;-0.4784898,0.07650694;0.00997517;-0.02114671,0.1537175;-0.2092403;-0.3217845,0.1466643;-0.5388672;-0.2043267,0.1731422;-0.5823527;-0.2667671,-0.06579778;-0.0004380256;-0.0455023,-0.03153063;-0.3788442;-0.05137791,0.009170502;-0.7229401;-0.001966935,0.02167406;-0.7121963;-0.09929556,-0.02129676;0.3990156;0.01662262,0;0;0,-0.0118807;0.1993922;0.01008053,-0.03020256;0.4987579;0.01411839,0.09219582;0.3709746;0.00871757,0.203264;0.2649229;-0.2254125,0.2595176;0.2933237;-0.4982292,-0.1336842;0.3635714;-0.01920395,-0.1697327;0.2108911;-0.251129,-0.1474892;0.09701728;-0.5059583,0.07647268;0.01208736;-0.02014507,0.1289181;-0.197851;-0.3325156,0.1057745;-0.5423476;-0.2751874,0.1241567;-0.5800568;-0.3464443,-0.06487344;-0.002293797;-0.04675654,0.03508302;-0.3591628;-0.1307399,0.02952899;-0.6964473;-0.03742102,0.03981524;-0.6844495;-0.135248,-0.02431688;0.3989378;0.01526335,30.35953
+0;0;0,-0.01054632;0.1993567;0.01207013,-0.02654454;0.4988597;0.0147191,0.09328149;0.363776;0.01114599,0.2018935;0.2045806;-0.1919802,0.2784017;0.1033781;-0.441589,-0.1296208;0.3644745;-0.02175455,-0.1474916;0.1968897;-0.2453523,-0.1362208;0.04222903;-0.4784898,0.07650694;0.00997517;-0.02114671,0.1537175;-0.2092403;-0.3217845,0.1466643;-0.5388672;-0.2043267,0.1731422;-0.5823527;-0.2667671,-0.06579778;-0.0004380256;-0.0455023,-0.03153063;-0.3788442;-0.05137791,0.009170502;-0.7229401;-0.001966935,0.02167406;-0.7121963;-0.09929556,-0.02129676;0.3990156;0.01662262,0;0;0,-0.01209543;0.1993472;0.01069482,-0.03055493;0.4986858;0.01592362,0.0918472;0.370757;0.01040255,0.2039151;0.2633522;-0.2226318,0.2581727;0.3000855;-0.4948574,-0.1340553;0.3635178;-0.01767843,-0.171426;0.2171341;-0.2534224,-0.1475547;0.1035862;-0.5082499,0.07651506;0.01197022;-0.02005391,0.1287726;-0.1979346;-0.3324785,0.1056729;-0.5426059;-0.2761926,0.1244142;-0.5811592;-0.3465433,-0.06485181;-0.002214097;-0.04679039,0.03475501;-0.359176;-0.1307947,0.02852713;-0.6961766;-0.03649872,0.03883665;-0.6841142;-0.1343351,-0.024646;0.3988634;0.01667682,30.37069
+0;0;0,-0.01054632;0.1993567;0.01207013,-0.02654454;0.4988597;0.0147191,0.09328149;0.363776;0.01114599,0.2018935;0.2045806;-0.1919802,0.2784017;0.1033781;-0.441589,-0.1296208;0.3644745;-0.02175455,-0.1474916;0.1968897;-0.2453523,-0.1362208;0.04222903;-0.4784898,0.07650694;0.00997517;-0.02114671,0.1537175;-0.2092403;-0.3217845,0.1466643;-0.5388672;-0.2043267,0.1731422;-0.5823527;-0.2667671,-0.06579778;-0.0004380256;-0.0455023,-0.03153063;-0.3788442;-0.05137791,0.009170502;-0.7229401;-0.001966935,0.02167406;-0.7121963;-0.09929556,-0.02129676;0.3990156;0.01662262,0;0;0,-0.01209543;0.1993472;0.01069482,-0.03055493;0.4986858;0.01592362,0.0918472;0.370757;0.01040255,0.2039151;0.2633522;-0.2226318,0.2581727;0.3000855;-0.4948574,-0.1340553;0.3635178;-0.01767843,-0.171426;0.2171341;-0.2534224,-0.1475547;0.1035862;-0.5082499,0.07651506;0.01197022;-0.02005391,0.1287726;-0.1979346;-0.3324785,0.1056729;-0.5426059;-0.2761926,0.1244142;-0.5811592;-0.3465433,-0.06485181;-0.002214097;-0.04679039,0.03475501;-0.359176;-0.1307947,0.02852713;-0.6961766;-0.03649872,0.03883665;-0.6841142;-0.1343351,-0.024646;0.3988634;0.01667682,30.39294
+0;0;0,-0.01065023;0.1993328;0.01236906,-0.02672146;0.4988275;0.01545107,0.09317096;0.3639381;0.01152912,0.2001064;0.2142913;-0.1995885,0.268132;0.1272784;-0.4568846,-0.1295611;0.364473;-0.02180189,-0.1534592;0.201488;-0.2482191,-0.136196;0.048026;-0.4817815,0.07665496;0.009723135;-0.02072386,0.1533106;-0.2057613;-0.3241878,0.1436334;-0.5368708;-0.2111706,0.170084;-0.5799389;-0.2741103,-0.06563291;-0.0001419824;-0.04574167,-0.03101715;-0.3785259;-0.05096979,0.01016651;-0.7224764;-0.0009497665,0.0228035;-0.711709;-0.09826581,-0.02145698;0.3989818;0.01721917,0;0;0,-0.012175;0.1993071;0.01133416,-0.03051467;0.4986227;0.01814194,0.09174974;0.3704173;0.01209292,0.2038888;0.265493;-0.2220346,0.2600872;0.3023;-0.4938563,-0.1339114;0.3631665;-0.0163015,-0.1740679;0.218502;-0.252648,-0.1464145;0.1180877;-0.5125561,0.07656904;0.01188892;-0.01989562,0.1286522;-0.1977762;-0.3325102,0.1059075;-0.5426458;-0.2773049,0.1241941;-0.580662;-0.3482937,-0.06478573;-0.002154362;-0.04688461,0.03356521;-0.3596906;-0.1299201,0.02388207;-0.6953216;-0.03113703,0.06190913;-0.7513691;-0.0650454,-0.02468017;0.3987932;0.01832891,30.41534
+0;0;0,-0.01065023;0.1993328;0.01236906,-0.02672146;0.4988275;0.01545107,0.09317096;0.3639381;0.01152912,0.2001064;0.2142913;-0.1995885,0.268132;0.1272784;-0.4568846,-0.1295611;0.364473;-0.02180189,-0.1534592;0.201488;-0.2482191,-0.136196;0.048026;-0.4817815,0.07665496;0.009723135;-0.02072386,0.1533106;-0.2057613;-0.3241878,0.1436334;-0.5368708;-0.2111706,0.170084;-0.5799389;-0.2741103,-0.06563291;-0.0001419824;-0.04574167,-0.03101715;-0.3785259;-0.05096979,0.01016651;-0.7224764;-0.0009497665,0.0228035;-0.711709;-0.09826581,-0.02145698;0.3989818;0.01721917,0;0;0,-0.012175;0.1993071;0.01133416,-0.03051467;0.4986227;0.01814194,0.09174974;0.3704173;0.01209292,0.2038888;0.265493;-0.2220346,0.2600872;0.3023;-0.4938563,-0.1339114;0.3631665;-0.0163015,-0.1740679;0.218502;-0.252648,-0.1464145;0.1180877;-0.5125561,0.07656904;0.01188892;-0.01989562,0.1286522;-0.1977762;-0.3325102,0.1059075;-0.5426458;-0.2773049,0.1241941;-0.580662;-0.3482937,-0.06478573;-0.002154362;-0.04688461,0.03356521;-0.3596906;-0.1299201,0.02388207;-0.6953216;-0.03113703,0.06190913;-0.7513691;-0.0650454,-0.02468017;0.3987932;0.01832891,30.42699
+0;0;0,-0.01065023;0.1993328;0.01236906,-0.02672146;0.4988275;0.01545107,0.09317096;0.3639381;0.01152912,0.2001064;0.2142913;-0.1995885,0.268132;0.1272784;-0.4568846,-0.1295611;0.364473;-0.02180189,-0.1534592;0.201488;-0.2482191,-0.136196;0.048026;-0.4817815,0.07665496;0.009723135;-0.02072386,0.1533106;-0.2057613;-0.3241878,0.1436334;-0.5368708;-0.2111706,0.170084;-0.5799389;-0.2741103,-0.06563291;-0.0001419824;-0.04574167,-0.03101715;-0.3785259;-0.05096979,0.01016651;-0.7224764;-0.0009497665,0.0228035;-0.711709;-0.09826581,-0.02145698;0.3989818;0.01721917,0;0;0,-0.01232195;0.1992594;0.01199443,-0.03065212;0.4985441;0.02003643,0.0915522;0.3700903;0.01392722,0.2038637;0.2668891;-0.2208825,0.2606843;0.3044911;-0.4924659,-0.1339329;0.3626222;-0.01473539,-0.1795515;0.2180418;-0.2501402,-0.1467753;0.1268119;-0.5128242,0.07657818;0.01186024;-0.01987753,0.128227;-0.1969399;-0.3331424,0.1060805;-0.5420858;-0.2794411,0.1237831;-0.5807495;-0.3499528,-0.06478634;-0.002157525;-0.04688364,0.03323573;-0.3597856;-0.1299125,0.02385686;-0.6959486;-0.03292561,0.06557743;-0.7504233;-0.06644309,-0.02483437;0.3987136;0.01983218,30.44887
+0;0;0,-0.01075863;0.199301;0.01278162,-0.02695006;0.4987839;0.0163073,0.09302174;0.3640237;0.01203492,0.1980681;0.2207152;-0.2043627,0.2643545;0.1225605;-0.4580787,-0.1294562;0.364397;-0.02183219,-0.149161;0.2178139;-0.2595823,-0.1326367;0.07350829;-0.4989624,0.07679947;0.009473205;-0.02030025,0.152434;-0.2018556;-0.3269263,0.1409392;-0.5339375;-0.216974,0.166041;-0.5758775;-0.2817393,-0.06552699;4.575797E-05;-0.04589346,-0.03097874;-0.3783464;-0.05097051,0.01082937;-0.7221399;-0.0003926158,0.0236663;-0.711345;-0.09768794,-0.02163489;0.3989385;0.01793527,0;0;0,-0.01232195;0.1992594;0.01199443,-0.03065212;0.4985441;0.02003643,0.0915522;0.3700903;0.01392722,0.2038637;0.2668891;-0.2208825,0.2606843;0.3044911;-0.4924659,-0.1339329;0.3626222;-0.01473539,-0.1795515;0.2180418;-0.2501402,-0.1467753;0.1268119;-0.5128242,0.07657818;0.01186024;-0.01987753,0.128227;-0.1969399;-0.3331424,0.1060805;-0.5420858;-0.2794411,0.1237831;-0.5807495;-0.3499528,-0.06478634;-0.002157525;-0.04688364,0.03323573;-0.3597856;-0.1299125,0.02385686;-0.6959486;-0.03292561,0.06557743;-0.7504233;-0.06644309,-0.02483437;0.3987136;0.01983218,30.46022
+0;0;0,-0.01075863;0.199301;0.01278162,-0.02695006;0.4987839;0.0163073,0.09302174;0.3640237;0.01203492,0.1980681;0.2207152;-0.2043627,0.2643545;0.1225605;-0.4580787,-0.1294562;0.364397;-0.02183219,-0.149161;0.2178139;-0.2595823,-0.1326367;0.07350829;-0.4989624,0.07679947;0.009473205;-0.02030025,0.152434;-0.2018556;-0.3269263,0.1409392;-0.5339375;-0.216974,0.166041;-0.5758775;-0.2817393,-0.06552699;4.575797E-05;-0.04589346,-0.03097874;-0.3783464;-0.05097051,0.01082937;-0.7221399;-0.0003926158,0.0236663;-0.711345;-0.09768794,-0.02163489;0.3989385;0.01793527,0;0;0,-0.01241847;0.1992241;0.01247261,-0.03079751;0.4984828;0.02130594,0.0914339;0.3700035;0.01542824,0.2036359;0.2696713;-0.2206738,0.2619211;0.3046527;-0.4922969,-0.1340509;0.3624993;-0.0137008,-0.1859606;0.2280922;-0.2537844,-0.1486937;0.1340165;-0.5148609,0.07658883;0.01182041;-0.01986023,0.1270959;-0.1945653;-0.3349062,0.1063436;-0.5399104;-0.2819337,0.1232233;-0.5786271;-0.3525956,-0.06478862;-0.002147323;-0.04688096,0.03285494;-0.3598909;-0.1298584,0.02355826;-0.6960707;-0.03292165,0.06619072;-0.7497762;-0.06721255,-0.02496933;0.3986538;0.02085447,30.47112
+0;0;0,-0.01075863;0.199301;0.01278162,-0.02695006;0.4987839;0.0163073,0.09302174;0.3640237;0.01203492,0.1980681;0.2207152;-0.2043627,0.2643545;0.1225605;-0.4580787,-0.1294562;0.364397;-0.02183219,-0.149161;0.2178139;-0.2595823,-0.1326367;0.07350829;-0.4989624,0.07679947;0.009473205;-0.02030025,0.152434;-0.2018556;-0.3269263,0.1409392;-0.5339375;-0.216974,0.166041;-0.5758775;-0.2817393,-0.06552699;4.575797E-05;-0.04589346,-0.03097874;-0.3783464;-0.05097051,0.01082937;-0.7221399;-0.0003926158,0.0236663;-0.711345;-0.09768794,-0.02163489;0.3989385;0.01793527,0;0;0,-0.01241847;0.1992241;0.01247261,-0.03079751;0.4984828;0.02130594,0.0914339;0.3700035;0.01542824,0.2036359;0.2696713;-0.2206738,0.2619211;0.3046527;-0.4922969,-0.1340509;0.3624993;-0.0137008,-0.1859606;0.2280922;-0.2537844,-0.1486937;0.1340165;-0.5148609,0.07658883;0.01182041;-0.01986023,0.1270959;-0.1945653;-0.3349062,0.1063436;-0.5399104;-0.2819337,0.1232233;-0.5786271;-0.3525956,-0.06478862;-0.002147323;-0.04688096,0.03285494;-0.3598909;-0.1298584,0.02355826;-0.6960707;-0.03292165,0.06619072;-0.7497762;-0.06721255,-0.02496933;0.3986538;0.02085447,30.49338
+0;0;0,-0.01082618;0.1992828;0.01300668,-0.02697303;0.4987637;0.01683228,0.09296826;0.3640461;0.01208832,0.1981395;0.2219984;-0.2050786,0.2663043;0.1246788;-0.4586184,-0.129261;0.3643028;-0.02197809,-0.1642292;0.2109667;-0.2536357,-0.1387164;0.08260982;-0.5011708,0.07691104;0.009319082;-0.01994607,0.1516272;-0.197806;-0.3296503,0.1377318;-0.5311586;-0.2239004,0.1614906;-0.5731543;-0.2891088,-0.06541014;0.0001897033;-0.04605949,-0.03054211;-0.3781825;-0.05038638,0.01127291;-0.7219884;0.0001007281,0.02420716;-0.7111789;-0.09718458,-0.02168146;0.3989157;0.01837762,0;0;0,-0.01245233;0.1991805;0.01311698,-0.03084002;0.4984065;0.02300288,0.09132096;0.3697016;0.01664008,0.2045588;0.2703053;-0.2193633,0.2627735;0.3051957;-0.4910132,-0.1339661;0.3619733;-0.01232915,-0.183235;0.2286421;-0.2535663,-0.1450301;0.1813633;-0.5268886,0.07656854;0.01182292;-0.0199368,0.1267899;-0.1929127;-0.3361031,0.1072414;-0.5384983;-0.2842526,0.123602;-0.5788589;-0.3534027,-0.06480943;-0.002178495;-0.04685072,0.03278237;-0.3599701;-0.1296819,0.02767848;-0.6981987;-0.03981899,0.03820653;-0.6858112;-0.1376912,-0.02502068;0.3985794;0.02218027,30.50489
+0;0;0,-0.01082618;0.1992828;0.01300668,-0.02697303;0.4987637;0.01683228,0.09296826;0.3640461;0.01208832,0.1981395;0.2219984;-0.2050786,0.2663043;0.1246788;-0.4586184,-0.129261;0.3643028;-0.02197809,-0.1642292;0.2109667;-0.2536357,-0.1387164;0.08260982;-0.5011708,0.07691104;0.009319082;-0.01994607,0.1516272;-0.197806;-0.3296503,0.1377318;-0.5311586;-0.2239004,0.1614906;-0.5731543;-0.2891088,-0.06541014;0.0001897033;-0.04605949,-0.03054211;-0.3781825;-0.05038638,0.01127291;-0.7219884;0.0001007281,0.02420716;-0.7111789;-0.09718458,-0.02168146;0.3989157;0.01837762,0;0;0,-0.01245233;0.1991805;0.01311698,-0.03084002;0.4984065;0.02300288,0.09132096;0.3697016;0.01664008,0.2045588;0.2703053;-0.2193633,0.2627735;0.3051957;-0.4910132,-0.1339661;0.3619733;-0.01232915,-0.183235;0.2286421;-0.2535663,-0.1450301;0.1813633;-0.5268886,0.07656854;0.01182292;-0.0199368,0.1267899;-0.1929127;-0.3361031,0.1072414;-0.5384983;-0.2842526,0.123602;-0.5788589;-0.3534027,-0.06480943;-0.002178495;-0.04685072,0.03278237;-0.3599701;-0.1296819,0.02767848;-0.6981987;-0.03981899,0.03820653;-0.6858112;-0.1376912,-0.02502068;0.3985794;0.02218027,30.51607
+0;0;0,-0.01082618;0.1992828;0.01300668,-0.02697303;0.4987637;0.01683228,0.09296826;0.3640461;0.01208832,0.1981395;0.2219984;-0.2050786,0.2663043;0.1246788;-0.4586184,-0.129261;0.3643028;-0.02197809,-0.1642292;0.2109667;-0.2536357,-0.1387164;0.08260982;-0.5011708,0.07691104;0.009319082;-0.01994607,0.1516272;-0.197806;-0.3296503,0.1377318;-0.5311586;-0.2239004,0.1614906;-0.5731543;-0.2891088,-0.06541014;0.0001897033;-0.04605949,-0.03054211;-0.3781825;-0.05038638,0.01127291;-0.7219884;0.0001007281,0.02420716;-0.7111789;-0.09718458,-0.02168146;0.3989157;0.01837762,0;0;0,-0.0125173;0.1991409;0.01364564,-0.03099149;0.4983301;0.02445401,0.09114525;0.3693863;0.01799076,0.2113204;0.2752604;-0.2167394,0.2665422;0.2974971;-0.4903378,-0.134063;0.3615389;-0.01089703,-0.1743813;0.2293959;-0.254439,-0.140747;0.181742;-0.5282964,0.07652837;0.01188134;-0.02005597,0.1266321;-0.193341;-0.3359253,0.1074474;-0.5390981;-0.2850929,0.1235583;-0.5802128;-0.3535264,-0.06484621;-0.002248183;-0.04679652,0.03251733;-0.3600885;-0.1296859,0.02763932;-0.6982993;-0.03974365,0.03813754;-0.6858547;-0.1376293,-0.02514584;0.3985076;0.02331359,30.53812
+0;0;0,-0.01085672;0.1992487;0.01349319,-0.02695649;0.4987246;0.01780623,0.0929661;0.3640662;0.01239869,0.1975968;0.2294974;-0.2097356,0.2628446;0.1566855;-0.4721116,-0.1290548;0.3641471;-0.02156707,-0.1520918;0.2057889;-0.2513321,-0.1363404;0.08685958;-0.5043296,0.07704233;0.009108257;-0.01953255,0.1506501;-0.1930459;-0.3327667,0.1368251;-0.5271744;-0.2294855,0.1600532;-0.5690627;-0.295003,-0.0653283;0.0002982827;-0.04617492,-0.02979252;-0.3780225;-0.04942524,0.01208084;-0.7217729;0.001390669,0.02496957;-0.7109233;-0.0959086,-0.0216723;0.3988742;0.01921313,0;0;0,-0.0125173;0.1991409;0.01364564,-0.03099149;0.4983301;0.02445401,0.09114525;0.3693863;0.01799076,0.2113204;0.2752604;-0.2167394,0.2665422;0.2974971;-0.4903378,-0.134063;0.3615389;-0.01089703,-0.1743813;0.2293959;-0.254439,-0.140747;0.181742;-0.5282964,0.07652837;0.01188134;-0.02005597,0.1266321;-0.193341;-0.3359253,0.1074474;-0.5390981;-0.2850929,0.1235583;-0.5802128;-0.3535264,-0.06484621;-0.002248183;-0.04679652,0.03251733;-0.3600885;-0.1296859,0.02763932;-0.6982993;-0.03974365,0.03813754;-0.6858547;-0.1376293,-0.02514584;0.3985076;0.02331359,30.55004
+0;0;0,-0.01085672;0.1992487;0.01349319,-0.02695649;0.4987246;0.01780623,0.0929661;0.3640662;0.01239869,0.1975968;0.2294974;-0.2097356,0.2628446;0.1566855;-0.4721116,-0.1290548;0.3641471;-0.02156707,-0.1520918;0.2057889;-0.2513321,-0.1363404;0.08685958;-0.5043296,0.07704233;0.009108257;-0.01953255,0.1506501;-0.1930459;-0.3327667,0.1368251;-0.5271744;-0.2294855,0.1600532;-0.5690627;-0.295003,-0.0653283;0.0002982827;-0.04617492,-0.02979252;-0.3780225;-0.04942524,0.01208084;-0.7217729;0.001390669,0.02496957;-0.7109233;-0.0959086,-0.0216723;0.3988742;0.01921313,0;0;0,-0.01269244;0.1990767;0.01439989,-0.03140097;0.4981928;0.02674454,0.09072405;0.3689517;0.01950427,0.2108871;0.2750862;-0.2153364,0.2670294;0.2992989;-0.4885795,-0.1342342;0.3608557;-0.009049919,-0.1641873;0.2252658;-0.2521922,-0.1363607;0.1816596;-0.5273725,0.07650524;0.01191179;-0.02012603,0.126561;-0.1927045;-0.3363958,0.107873;-0.5386075;-0.2863771,0.1234898;-0.5809684;-0.3536081,-0.06484872;-0.002292524;-0.04679088,0.03245548;-0.3601798;-0.1295467,0.02789246;-0.6984081;-0.03965355,0.03826238;-0.6858759;-0.1375685,-0.02547795;0.3983825;0.02506488,30.57129
+0;0;0,-0.01085672;0.1992487;0.01349319,-0.02695649;0.4987246;0.01780623,0.0929661;0.3640662;0.01239869,0.1975968;0.2294974;-0.2097356,0.2628446;0.1566855;-0.4721116,-0.1290548;0.3641471;-0.02156707,-0.1520918;0.2057889;-0.2513321,-0.1363404;0.08685958;-0.5043296,0.07704233;0.009108257;-0.01953255,0.1506501;-0.1930459;-0.3327667,0.1368251;-0.5271744;-0.2294855,0.1600532;-0.5690627;-0.295003,-0.0653283;0.0002982827;-0.04617492,-0.02979252;-0.3780225;-0.04942524,0.01208084;-0.7217729;0.001390669,0.02496957;-0.7109233;-0.0959086,-0.0216723;0.3988742;0.01921313,0;0;0,-0.01269244;0.1990767;0.01439989,-0.03140097;0.4981928;0.02674454,0.09072405;0.3689517;0.01950427,0.2108871;0.2750862;-0.2153364,0.2670294;0.2992989;-0.4885795,-0.1342342;0.3608557;-0.009049919,-0.1641873;0.2252658;-0.2521922,-0.1363607;0.1816596;-0.5273725,0.07650524;0.01191179;-0.02012603,0.126561;-0.1927045;-0.3363958,0.107873;-0.5386075;-0.2863771,0.1234898;-0.5809684;-0.3536081,-0.06484872;-0.002292524;-0.04679088,0.03245548;-0.3601798;-0.1295467,0.02789246;-0.6984081;-0.03965355,0.03826238;-0.6858759;-0.1375685,-0.02547795;0.3983825;0.02506488,30.58261
+0;0;0,-0.01088834;0.1992078;0.01406127,-0.0269364;0.4986771;0.01889062,0.09294514;0.3639727;0.01291652,0.1967325;0.2388575;-0.2150624,0.2765881;0.1754006;-0.4758234,-0.1289473;0.3641297;-0.02088375,-0.1509359;0.2021901;-0.2482426,-0.1368528;0.08860773;-0.5037827,0.07723078;0.008837797;-0.01890237,0.1499038;-0.1906866;-0.3340351,0.1354173;-0.5256178;-0.2334806,0.1580887;-0.5652174;-0.3016123,-0.06505146;0.0005228695;-0.04656214,-0.02912347;-0.3777725;-0.04791036,0.01272409;-0.7215482;0.002755791,0.02556818;-0.7106566;-0.09455762,-0.02165376;0.3988248;0.02015708,0;0;0,-0.01269244;0.1990767;0.01439989,-0.03140097;0.4981928;0.02674454,0.09072405;0.3689517;0.01950427,0.2108871;0.2750862;-0.2153364,0.2670294;0.2992989;-0.4885795,-0.1342342;0.3608557;-0.009049919,-0.1641873;0.2252658;-0.2521922,-0.1363607;0.1816596;-0.5273725,0.07650524;0.01191179;-0.02012603,0.126561;-0.1927045;-0.3363958,0.107873;-0.5386075;-0.2863771,0.1234898;-0.5809684;-0.3536081,-0.06484872;-0.002292524;-0.04679088,0.03245548;-0.3601798;-0.1295467,0.02789246;-0.6984081;-0.03965355,0.03826238;-0.6858759;-0.1375685,-0.02547795;0.3983825;0.02506488,30.59445
+0;0;0,-0.01088834;0.1992078;0.01406127,-0.0269364;0.4986771;0.01889062,0.09294514;0.3639727;0.01291652,0.1967325;0.2388575;-0.2150624,0.2765881;0.1754006;-0.4758234,-0.1289473;0.3641297;-0.02088375,-0.1509359;0.2021901;-0.2482426,-0.1368528;0.08860773;-0.5037827,0.07723078;0.008837797;-0.01890237,0.1499038;-0.1906866;-0.3340351,0.1354173;-0.5256178;-0.2334806,0.1580887;-0.5652174;-0.3016123,-0.06505146;0.0005228695;-0.04656214,-0.02912347;-0.3777725;-0.04791036,0.01272409;-0.7215482;0.002755791,0.02556818;-0.7106566;-0.09455762,-0.02165376;0.3988248;0.02015708,0;0;0,-0.01294396;0.1990123;0.01505207,-0.03206702;0.4980531;0.02852646,0.09017422;0.368745;0.02073622,0.2117404;0.2751474;-0.2134884,0.2715519;0.3014785;-0.4857553,-0.1346002;0.3602519;-0.0075962,-0.1627533;0.2267587;-0.25211,-0.1359379;0.1856223;-0.5277705,0.07648701;0.01193775;-0.02017985,0.1265432;-0.1932456;-0.336082,0.1083588;-0.5394174;-0.2877662,0.123795;-0.5821701;-0.3546151,-0.06486174;-0.002329906;-0.046771,0.03242138;-0.3602547;-0.1293895,0.02606888;-0.6970286;-0.03429482,0.03634371;-0.6844764;-0.1322234,-0.02599799;0.3982584;0.02647818,30.61622
+0;0;0,-0.01088834;0.1992078;0.01406127,-0.0269364;0.4986771;0.01889062,0.09294514;0.3639727;0.01291652,0.1967325;0.2388575;-0.2150624,0.2765881;0.1754006;-0.4758234,-0.1289473;0.3641297;-0.02088375,-0.1509359;0.2021901;-0.2482426,-0.1368528;0.08860773;-0.5037827,0.07723078;0.008837797;-0.01890237,0.1499038;-0.1906866;-0.3340351,0.1354173;-0.5256178;-0.2334806,0.1580887;-0.5652174;-0.3016123,-0.06505146;0.0005228695;-0.04656214,-0.02912347;-0.3777725;-0.04791036,0.01272409;-0.7215482;0.002755791,0.02556818;-0.7106566;-0.09455762,-0.02165376;0.3988248;0.02015708,0;0;0,-0.01294396;0.1990123;0.01505207,-0.03206702;0.4980531;0.02852646,0.09017422;0.368745;0.02073622,0.2117404;0.2751474;-0.2134884,0.2715519;0.3014785;-0.4857553,-0.1346002;0.3602519;-0.0075962,-0.1627533;0.2267587;-0.25211,-0.1359379;0.1856223;-0.5277705,0.07648701;0.01193775;-0.02017985,0.1265432;-0.1932456;-0.336082,0.1083588;-0.5394174;-0.2877662,0.123795;-0.5821701;-0.3546151,-0.06486174;-0.002329906;-0.046771,0.03242138;-0.3602547;-0.1293895,0.02606888;-0.6970286;-0.03429482,0.03634371;-0.6844764;-0.1322234,-0.02599799;0.3982584;0.02647818,30.62832
+0;0;0,-0.01096748;0.1991832;0.01434526,-0.02709383;0.4986399;0.01969064,0.09276161;0.3638578;0.01313726,0.1965611;0.240858;-0.2159844,0.2577036;0.1810649;-0.4826046,-0.1287015;0.363687;-0.02090661,-0.151583;0.2018516;-0.2482516,-0.1390522;0.09531722;-0.5068892,0.07731913;0.00870811;-0.01859893,0.1477926;-0.1941864;-0.3320751,0.1330105;-0.5305014;-0.2362957,0.1553172;-0.5703777;-0.3042642,-0.06499782;0.0005832606;-0.04663628,-0.02865848;-0.3776736;-0.04771929,0.01319886;-0.7214249;0.00310408,0.02609655;-0.7105026;-0.09420827,-0.02178801;0.3987866;0.02077684,0;0;0,-0.01310498;0.1989404;0.01584196,-0.03230693;0.4978996;0.03093602,0.08975317;0.3679736;0.02184868,0.2115282;0.2718423;-0.2112385,0.2691101;0.3045268;-0.4832974,-0.1343521;0.3596336;-0.006687051,-0.1571773;0.2362924;-0.2570188,-0.1291815;0.1988214;-0.5330843,0.076493;0.01190379;-0.02017724,0.12661;-0.19322;-0.3361085,0.1089347;-0.5395211;-0.2885362,0.1240598;-0.5816902;-0.3560851,-0.06485637;-0.002308395;-0.04677951,0.03239296;-0.3602543;-0.1293466,0.02590265;-0.6969253;-0.0338979,0.0362763;-0.6842929;-0.1318303,-0.02621792;0.3981193;0.02832521,30.64967
+0;0;0,-0.01096748;0.1991832;0.01434526,-0.02709383;0.4986399;0.01969064,0.09276161;0.3638578;0.01313726,0.1965611;0.240858;-0.2159844,0.2577036;0.1810649;-0.4826046,-0.1287015;0.363687;-0.02090661,-0.151583;0.2018516;-0.2482516,-0.1390522;0.09531722;-0.5068892,0.07731913;0.00870811;-0.01859893,0.1477926;-0.1941864;-0.3320751,0.1330105;-0.5305014;-0.2362957,0.1553172;-0.5703777;-0.3042642,-0.06499782;0.0005832606;-0.04663628,-0.02865848;-0.3776736;-0.04771929,0.01319886;-0.7214249;0.00310408,0.02609655;-0.7105026;-0.09420827,-0.02178801;0.3987866;0.02077684,0;0;0,-0.01310498;0.1989404;0.01584196,-0.03230693;0.4978996;0.03093602,0.08975317;0.3679736;0.02184868,0.2115282;0.2718423;-0.2112385,0.2691101;0.3045268;-0.4832974,-0.1343521;0.3596336;-0.006687051,-0.1571773;0.2362924;-0.2570188,-0.1291815;0.1988214;-0.5330843,0.076493;0.01190379;-0.02017724,0.12661;-0.19322;-0.3361085,0.1089347;-0.5395211;-0.2885362,0.1240598;-0.5816902;-0.3560851,-0.06485637;-0.002308395;-0.04677951,0.03239296;-0.3602543;-0.1293466,0.02590265;-0.6969253;-0.0338979,0.0362763;-0.6842929;-0.1318303,-0.02621792;0.3981193;0.02832521,30.66097
+0;0;0,-0.01096748;0.1991832;0.01434526,-0.02709383;0.4986399;0.01969064,0.09276161;0.3638578;0.01313726,0.1965611;0.240858;-0.2159844,0.2577036;0.1810649;-0.4826046,-0.1287015;0.363687;-0.02090661,-0.151583;0.2018516;-0.2482516,-0.1390522;0.09531722;-0.5068892,0.07731913;0.00870811;-0.01859893,0.1477926;-0.1941864;-0.3320751,0.1330105;-0.5305014;-0.2362957,0.1553172;-0.5703777;-0.3042642,-0.06499782;0.0005832606;-0.04663628,-0.02865848;-0.3776736;-0.04771929,0.01319886;-0.7214249;0.00310408,0.02609655;-0.7105026;-0.09420827,-0.02178801;0.3987866;0.02077684,0;0;0,-0.01322968;0.1988918;0.0163414,-0.03254905;0.4978189;0.03189132,0.0895188;0.3678238;0.02248834,0.2110431;0.2720299;-0.2108684,0.2689673;0.3045757;-0.4828713,-0.1345407;0.3593368;-0.005656103,-0.1564407;0.2370013;-0.2565633,-0.1287074;0.2014327;-0.5329068,0.07649484;0.01192071;-0.02016023,0.1269228;-0.1932502;-0.3360113,0.1102551;-0.5398954;-0.2906319,0.1242833;-0.5840738;-0.3562121,-0.06481593;-0.00231982;-0.04683496,0.03233423;-0.360383;-0.1290092,0.02587795;-0.6970386;-0.03350369,0.03610191;-0.6843663;-0.1314589,-0.02642186;0.3980442;0.02915832,30.6833
+0;0;0,-0.01107711;0.199147;0.01475674,-0.0272672;0.4985895;0.02064534,0.0925549;0.3637084;0.01355809,0.1965582;0.2450524;-0.2177514,0.2696262;0.199878;-0.4842478,-0.1286729;0.3634684;-0.02043794,-0.1606901;0.2415208;-0.2704453,-0.1426984;0.135929;-0.5291472,0.07737479;0.008690634;-0.01837426,0.1469184;-0.1959605;-0.3309148,0.1320103;-0.5330223;-0.2378177,0.1533412;-0.5713773;-0.3076216,-0.0649884;0.0005245315;-0.0466501,-0.02792512;-0.3776636;-0.04687132,0.01348614;-0.7213268;0.004904568,0.02635715;-0.7103699;-0.09241807,-0.02193957;0.3987358;0.02156451,0;0;0,-0.01348613;0.1988298;0.016877,-0.03317045;0.4977034;0.03297635,0.08899686;0.3676459;0.02320984,0.2118948;0.2666596;-0.2072198,0.265418;0.3085618;-0.4788436,-0.1349234;0.3589311;-0.004732944,-0.1560961;0.237293;-0.2560413,-0.1289018;0.2026279;-0.5325531,0.07646572;0.01196712;-0.02024308,0.1272988;-0.193968;-0.3355314,0.1113666;-0.5408925;-0.2920623,0.124245;-0.586239;-0.3565376,-0.06481057;-0.002366167;-0.04684006,0.03229511;-0.3605126;-0.1287031,0.02549007;-0.6968492;-0.03210381,0.03561031;-0.6841459;-0.1300753,-0.0269126;0.3979414;0.03007875,30.70556
+0;0;0,-0.01107711;0.199147;0.01475674,-0.0272672;0.4985895;0.02064534,0.0925549;0.3637084;0.01355809,0.1965582;0.2450524;-0.2177514,0.2696262;0.199878;-0.4842478,-0.1286729;0.3634684;-0.02043794,-0.1606901;0.2415208;-0.2704453,-0.1426984;0.135929;-0.5291472,0.07737479;0.008690634;-0.01837426,0.1469184;-0.1959605;-0.3309148,0.1320103;-0.5330223;-0.2378177,0.1533412;-0.5713773;-0.3076216,-0.0649884;0.0005245315;-0.0466501,-0.02792512;-0.3776636;-0.04687132,0.01348614;-0.7213268;0.004904568,0.02635715;-0.7103699;-0.09241807,-0.02193957;0.3987358;0.02156451,0;0;0,-0.01348613;0.1988298;0.016877,-0.03317045;0.4977034;0.03297635,0.08899686;0.3676459;0.02320984,0.2118948;0.2666596;-0.2072198,0.265418;0.3085618;-0.4788436,-0.1349234;0.3589311;-0.004732944,-0.1560961;0.237293;-0.2560413,-0.1289018;0.2026279;-0.5325531,0.07646572;0.01196712;-0.02024308,0.1272988;-0.193968;-0.3355314,0.1113666;-0.5408925;-0.2920623,0.124245;-0.586239;-0.3565376,-0.06481057;-0.002366167;-0.04684006,0.03229511;-0.3605126;-0.1287031,0.02549007;-0.6968492;-0.03210381,0.03561031;-0.6841459;-0.1300753,-0.0269126;0.3979414;0.03007875,30.72774
+0;0;0,-0.01107711;0.199147;0.01475674,-0.0272672;0.4985895;0.02064534,0.0925549;0.3637084;0.01355809,0.1965582;0.2450524;-0.2177514,0.2696262;0.199878;-0.4842478,-0.1286729;0.3634684;-0.02043794,-0.1606901;0.2415208;-0.2704453,-0.1426984;0.135929;-0.5291472,0.07737479;0.008690634;-0.01837426,0.1469184;-0.1959605;-0.3309148,0.1320103;-0.5330223;-0.2378177,0.1533412;-0.5713773;-0.3076216,-0.0649884;0.0005245315;-0.0466501,-0.02792512;-0.3776636;-0.04687132,0.01348614;-0.7213268;0.004904568,0.02635715;-0.7103699;-0.09241807,-0.02193957;0.3987358;0.02156451,0;0;0,-0.01348158;0.1988285;0.01689631,-0.0331974;0.4977266;0.0324114,0.08913903;0.3682977;0.02288115,0.2034867;0.2671272;-0.2118296,0.2578474;0.30884;-0.4833162,-0.13447;0.3576709;-0.004996633,-0.156843;0.239976;-0.2580724,-0.130743;0.2039625;-0.5345174,0.0764377;0.01194587;-0.02036108,0.127405;-0.1940349;-0.3355979,0.1117021;-0.5411675;-0.2937361,0.1241445;-0.5877245;-0.3568567,-0.06483788;-0.002358706;-0.04680263,0.0320854;-0.3605924;-0.1285003,0.02582173;-0.6981223;-0.03611881,0.0355298;-0.6853942;-0.1341363,-0.02693063;0.3979567;0.029822,30.73937
+0;0;0,-0.01119474;0.1991042;0.01523851,-0.02743767;0.4985321;0.02164613,0.09237438;0.3636135;0.01406788,0.1947142;0.2615768;-0.2257552,0.2756869;0.1759111;-0.4797332,-0.1287255;0.3633952;-0.01980571,-0.1482432;0.2249097;-0.2623769,-0.1395844;0.1241848;-0.523489,0.07739513;0.008740689;-0.01826451,0.145942;-0.1960741;-0.330918,0.1305071;-0.5337821;-0.2402811,0.1522287;-0.5706769;-0.3113674,-0.06501521;0.0004233613;-0.04661376,-0.0274726;-0.377717;-0.04601894,0.01384969;-0.7212607;0.006614212,0.02665655;-0.7102649;-0.0907245,-0.02208411;0.3986785;0.02241641,0;0;0,-0.01348158;0.1988285;0.01689631,-0.0331974;0.4977266;0.0324114,0.08913903;0.3682977;0.02288115,0.2034867;0.2671272;-0.2118296,0.2578474;0.30884;-0.4833162,-0.13447;0.3576709;-0.004996633,-0.156843;0.239976;-0.2580724,-0.130743;0.2039625;-0.5345174,0.0764377;0.01194587;-0.02036108,0.127405;-0.1940349;-0.3355979,0.1117021;-0.5411675;-0.2937361,0.1241445;-0.5877245;-0.3568567,-0.06483788;-0.002358706;-0.04680263,0.0320854;-0.3605924;-0.1285003,0.02582173;-0.6981223;-0.03611881,0.0355298;-0.6853942;-0.1341363,-0.02693063;0.3979567;0.029822,30.75053
+0;0;0,-0.01119474;0.1991042;0.01523851,-0.02743767;0.4985321;0.02164613,0.09237438;0.3636135;0.01406788,0.1947142;0.2615768;-0.2257552,0.2756869;0.1759111;-0.4797332,-0.1287255;0.3633952;-0.01980571,-0.1482432;0.2249097;-0.2623769,-0.1395844;0.1241848;-0.523489,0.07739513;0.008740689;-0.01826451,0.145942;-0.1960741;-0.330918,0.1305071;-0.5337821;-0.2402811,0.1522287;-0.5706769;-0.3113674,-0.06501521;0.0004233613;-0.04661376,-0.0274726;-0.377717;-0.04601894,0.01384969;-0.7212607;0.006614212,0.02665655;-0.7102649;-0.0907245,-0.02208411;0.3986785;0.02241641,0;0;0,-0.01367642;0.1987915;0.01717312,-0.03354501;0.4976764;0.03274189,0.08887666;0.3681546;0.02411089,0.2037029;0.2693449;-0.2113707,0.2599294;0.308209;-0.4829,-0.1348568;0.3574722;-0.004192993,-0.1573839;0.2396704;-0.2572054,-0.1312855;0.204288;-0.533732,0.07642475;0.01200135;-0.02037706,0.1275284;-0.1937311;-0.3357539,0.1122467;-0.5409876;-0.294774,0.1250547;-0.5856868;-0.360012,-0.0648245;-0.002396204;-0.04681925,0.03161132;-0.3608948;-0.1279297,0.0238523;-0.6972909;-0.03161021,0.05907357;-0.7523004;-0.07076171,-0.02721904;0.3979106;0.0301415,30.77231
+0;0;0,-0.01119474;0.1991042;0.01523851,-0.02743767;0.4985321;0.02164613,0.09237438;0.3636135;0.01406788,0.1947142;0.2615768;-0.2257552,0.2756869;0.1759111;-0.4797332,-0.1287255;0.3633952;-0.01980571,-0.1482432;0.2249097;-0.2623769,-0.1395844;0.1241848;-0.523489,0.07739513;0.008740689;-0.01826451,0.145942;-0.1960741;-0.330918,0.1305071;-0.5337821;-0.2402811,0.1522287;-0.5706769;-0.3113674,-0.06501521;0.0004233613;-0.04661376,-0.0274726;-0.377717;-0.04601894,0.01384969;-0.7212607;0.006614212,0.02665655;-0.7102649;-0.0907245,-0.02208411;0.3986785;0.02241641,0;0;0,-0.01367642;0.1987915;0.01717312,-0.03354501;0.4976764;0.03274189,0.08887666;0.3681546;0.02411089,0.2037029;0.2693449;-0.2113707,0.2599294;0.308209;-0.4829,-0.1348568;0.3574722;-0.004192993,-0.1573839;0.2396704;-0.2572054,-0.1312855;0.204288;-0.533732,0.07642475;0.01200135;-0.02037706,0.1275284;-0.1937311;-0.3357539,0.1122467;-0.5409876;-0.294774,0.1250547;-0.5856868;-0.360012,-0.0648245;-0.002396204;-0.04681925,0.03161132;-0.3608948;-0.1279297,0.0238523;-0.6972909;-0.03161021,0.05907357;-0.7523004;-0.07076171,-0.02721904;0.3979106;0.0301415,30.78459
+0;0;0,-0.01189797;0.1990277;0.01569706,-0.02853955;0.4984232;0.0225018,0.09134853;0.3633743;0.01471582,0.1927086;0.2689506;-0.2286159,0.2566937;0.1947248;-0.4909066,-0.1296876;0.3633048;-0.01908653,-0.1497698;0.2239852;-0.2611336,-0.1385783;0.1328779;-0.5256599,0.0772373;0.009950961;-0.01831332,0.1504454;-0.1398093;-0.3597989,0.1306828;-0.4744972;-0.2593329,0.1528774;-0.5118527;-0.3298357,-0.06537289;-0.0004253046;-0.04611078,-0.02817584;-0.378599;-0.04510598,0.01310387;-0.7220397;0.008227699,0.02587672;-0.7110015;-0.08912376,-0.02305959;0.3985758;0.02317966,0;0;0,-0.01380513;0.1987569;0.01746759,-0.03371251;0.4976413;0.03299114,0.08872527;0.3679766;0.02513833,0.2009044;0.2753215;-0.2140914,0.2622403;0.3064825;-0.4855079,-0.1350884;0.3571839;-0.00336523,-0.1590947;0.2417373;-0.2573254,-0.1381307;0.1783337;-0.5292455,0.07641467;0.01207006;-0.02037426,0.1276459;-0.1947388;-0.3350255,0.1123687;-0.5420572;-0.2945707,0.1250298;-0.5861141;-0.3605652,-0.06481229;-0.002447492;-0.0468335,0.03180315;-0.3610935;-0.1270736,0.02369262;-0.6969973;-0.02907917,0.05881076;-0.7502091;-0.07200377,-0.02737038;0.3978759;0.03041327,30.80596
+0;0;0,-0.01189797;0.1990277;0.01569706,-0.02853955;0.4984232;0.0225018,0.09134853;0.3633743;0.01471582,0.1927086;0.2689506;-0.2286159,0.2566937;0.1947248;-0.4909066,-0.1296876;0.3633048;-0.01908653,-0.1497698;0.2239852;-0.2611336,-0.1385783;0.1328779;-0.5256599,0.0772373;0.009950961;-0.01831332,0.1504454;-0.1398093;-0.3597989,0.1306828;-0.4744972;-0.2593329,0.1528774;-0.5118527;-0.3298357,-0.06537289;-0.0004253046;-0.04611078,-0.02817584;-0.378599;-0.04510598,0.01310387;-0.7220397;0.008227699,0.02587672;-0.7110015;-0.08912376,-0.02305959;0.3985758;0.02317966,0;0;0,-0.01380513;0.1987569;0.01746759,-0.03371251;0.4976413;0.03299114,0.08872527;0.3679766;0.02513833,0.2009044;0.2753215;-0.2140914,0.2622403;0.3064825;-0.4855079,-0.1350884;0.3571839;-0.00336523,-0.1590947;0.2417373;-0.2573254,-0.1381307;0.1783337;-0.5292455,0.07641467;0.01207006;-0.02037426,0.1276459;-0.1947388;-0.3350255,0.1123687;-0.5420572;-0.2945707,0.1250298;-0.5861141;-0.3605652,-0.06481229;-0.002447492;-0.0468335,0.03180315;-0.3610935;-0.1270736,0.02369262;-0.6969973;-0.02907917,0.05881076;-0.7502091;-0.07200377,-0.02737038;0.3978759;0.03041327,30.81763
+0;0;0,-0.01259374;0.1989377;0.01628424,-0.02976936;0.4982896;0.02361258,0.09038169;0.3634484;0.01557669,0.1912065;0.271716;-0.2290037,0.2543563;0.2028969;-0.4929658,-0.1306316;0.3631032;-0.01825159,-0.1510703;0.2250633;-0.2610009,-0.1361464;0.1843213;-0.5376186,0.07707592;0.01079952;-0.01851139,0.1452791;-0.1050041;-0.3739517,0.1309388;-0.4434161;-0.2857946,0.1419184;-0.4333256;-0.3831756,-0.06574389;-0.001226919;-0.04556572,-0.02885542;-0.3794309;-0.04454796,0.01201998;-0.72311;0.007546667,0.02476294;-0.7119463;-0.08983307,-0.02407942;0.3984531;0.02413971,0;0;0,-0.01391428;0.1987233;0.01776039,-0.03384649;0.4976086;0.03322987,0.08853599;0.3676969;0.02535811,0.1942256;0.2827736;-0.2196271,0.2392709;0.2765137;-0.4959092,-0.1351919;0.3570403;-0.003029678,-0.1590858;0.2427399;-0.2575184,-0.138742;0.1764095;-0.5287865,0.07643074;0.01210681;-0.02029204,0.1278875;-0.194638;-0.3349486,0.112643;-0.541963;-0.2945385,0.1251655;-0.5859811;-0.3606028,-0.06477232;-0.0024778;-0.04688717,0.03183912;-0.3612211;-0.1266958,0.02373065;-0.6970506;-0.02844689,0.05580878;-0.751245;-0.07183243,-0.02749371;0.3978432;0.03067808,30.8394
+0;0;0,-0.01259374;0.1989377;0.01628424,-0.02976936;0.4982896;0.02361258,0.09038169;0.3634484;0.01557669,0.1912065;0.271716;-0.2290037,0.2543563;0.2028969;-0.4929658,-0.1306316;0.3631032;-0.01825159,-0.1510703;0.2250633;-0.2610009,-0.1361464;0.1843213;-0.5376186,0.07707592;0.01079952;-0.01851139,0.1452791;-0.1050041;-0.3739517,0.1309388;-0.4434161;-0.2857946,0.1419184;-0.4333256;-0.3831756,-0.06574389;-0.001226919;-0.04556572,-0.02885542;-0.3794309;-0.04454796,0.01201998;-0.72311;0.007546667,0.02476294;-0.7119463;-0.08983307,-0.02407942;0.3984531;0.02413971,0;0;0,-0.01391428;0.1987233;0.01776039,-0.03384649;0.4976086;0.03322987,0.08853599;0.3676969;0.02535811,0.1942256;0.2827736;-0.2196271,0.2392709;0.2765137;-0.4959092,-0.1351919;0.3570403;-0.003029678,-0.1590858;0.2427399;-0.2575184,-0.138742;0.1764095;-0.5287865,0.07643074;0.01210681;-0.02029204,0.1278875;-0.194638;-0.3349486,0.112643;-0.541963;-0.2945385,0.1251655;-0.5859811;-0.3606028,-0.06477232;-0.0024778;-0.04688717,0.03183912;-0.3612211;-0.1266958,0.02373065;-0.6970506;-0.02844689,0.05580878;-0.751245;-0.07183243,-0.02749371;0.3978432;0.03067808,30.8394
+0;0;0,-0.01259374;0.1989377;0.01628424,-0.02976936;0.4982896;0.02361258,0.09038169;0.3634484;0.01557669,0.1912065;0.271716;-0.2290037,0.2543563;0.2028969;-0.4929658,-0.1306316;0.3631032;-0.01825159,-0.1510703;0.2250633;-0.2610009,-0.1361464;0.1843213;-0.5376186,0.07707592;0.01079952;-0.01851139,0.1452791;-0.1050041;-0.3739517,0.1309388;-0.4434161;-0.2857946,0.1419184;-0.4333256;-0.3831756,-0.06574389;-0.001226919;-0.04556572,-0.02885542;-0.3794309;-0.04454796,0.01201998;-0.72311;0.007546667,0.02476294;-0.7119463;-0.08983307,-0.02407942;0.3984531;0.02413971,0;0;0,-0.01391428;0.1987233;0.01776039,-0.03384649;0.4976086;0.03322987,0.08853599;0.3676969;0.02535811,0.1942256;0.2827736;-0.2196271,0.2392709;0.2765137;-0.4959092,-0.1351919;0.3570403;-0.003029678,-0.1590858;0.2427399;-0.2575184,-0.138742;0.1764095;-0.5287865,0.07643074;0.01210681;-0.02029204,0.1278875;-0.194638;-0.3349486,0.112643;-0.541963;-0.2945385,0.1251655;-0.5859811;-0.3606028,-0.06477232;-0.0024778;-0.04688717,0.03183912;-0.3612211;-0.1266958,0.02373065;-0.6970506;-0.02844689,0.05580878;-0.751245;-0.07183243,-0.02749371;0.3978432;0.03067808,30.8394
+0;0;0,-0.01259374;0.1989377;0.01628424,-0.02976936;0.4982896;0.02361258,0.09038169;0.3634484;0.01557669,0.1912065;0.271716;-0.2290037,0.2543563;0.2028969;-0.4929658,-0.1306316;0.3631032;-0.01825159,-0.1510703;0.2250633;-0.2610009,-0.1361464;0.1843213;-0.5376186,0.07707592;0.01079952;-0.01851139,0.1452791;-0.1050041;-0.3739517,0.1309388;-0.4434161;-0.2857946,0.1419184;-0.4333256;-0.3831756,-0.06574389;-0.001226919;-0.04556572,-0.02885542;-0.3794309;-0.04454796,0.01201998;-0.72311;0.007546667,0.02476294;-0.7119463;-0.08983307,-0.02407942;0.3984531;0.02413971,0;0;0,-0.01391428;0.1987233;0.01776039,-0.03384649;0.4976086;0.03322987,0.08853599;0.3676969;0.02535811,0.1942256;0.2827736;-0.2196271,0.2392709;0.2765137;-0.4959092,-0.1351919;0.3570403;-0.003029678,-0.1590858;0.2427399;-0.2575184,-0.138742;0.1764095;-0.5287865,0.07643074;0.01210681;-0.02029204,0.1278875;-0.194638;-0.3349486,0.112643;-0.541963;-0.2945385,0.1251655;-0.5859811;-0.3606028,-0.06477232;-0.0024778;-0.04688717,0.03183912;-0.3612211;-0.1266958,0.02373065;-0.6970506;-0.02844689,0.05580878;-0.751245;-0.07183243,-0.02749371;0.3978432;0.03067808,30.8394
+0;0;0,-0.01295438;0.198894;0.01653416,-0.03041063;0.4982201;0.02419276,0.08984487;0.3634773;0.01608005,0.1873573;0.2786298;-0.2322991,0.2530789;0.1982938;-0.4923507,-0.1310908;0.3628619;-0.01787497,-0.153089;0.2340558;-0.265514,-0.1372025;0.134662;-0.5267963,0.07708374;0.01095299;-0.0183883,0.1441119;-0.1049618;-0.3740159,0.1295816;-0.4438246;-0.2876394,0.1405783;-0.4336978;-0.3850259,-0.06578535;-0.001488819;-0.04549803,-0.02907239;-0.3797073;-0.04379448,0.01136657;-0.7234123;0.008469716,0.02412111;-0.7122276;-0.08891255,-0.02464552;0.3983874;0.02463776,0;0;0,-0.01391428;0.1987233;0.01776039,-0.03384649;0.4976086;0.03322987,0.08853599;0.3676969;0.02535811,0.1942256;0.2827736;-0.2196271,0.2392709;0.2765137;-0.4959092,-0.1351919;0.3570403;-0.003029678,-0.1590858;0.2427399;-0.2575184,-0.138742;0.1764095;-0.5287865,0.07643074;0.01210681;-0.02029204,0.1278875;-0.194638;-0.3349486,0.112643;-0.541963;-0.2945385,0.1251655;-0.5859811;-0.3606028,-0.06477232;-0.0024778;-0.04688717,0.03183912;-0.3612211;-0.1266958,0.02373065;-0.6970506;-0.02844689,0.05580878;-0.751245;-0.07183243,-0.02749371;0.3978432;0.03067808,30.8394
+0;0;0,-0.01295438;0.198894;0.01653416,-0.03041063;0.4982201;0.02419276,0.08984487;0.3634773;0.01608005,0.1873573;0.2786298;-0.2322991,0.2530789;0.1982938;-0.4923507,-0.1310908;0.3628619;-0.01787497,-0.153089;0.2340558;-0.265514,-0.1372025;0.134662;-0.5267963,0.07708374;0.01095299;-0.0183883,0.1441119;-0.1049618;-0.3740159,0.1295816;-0.4438246;-0.2876394,0.1405783;-0.4336978;-0.3850259,-0.06578535;-0.001488819;-0.04549803,-0.02907239;-0.3797073;-0.04379448,0.01136657;-0.7234123;0.008469716,0.02412111;-0.7122276;-0.08891255,-0.02464552;0.3983874;0.02463776,0;0;0,-0.01391428;0.1987233;0.01776039,-0.03384649;0.4976086;0.03322987,0.08853599;0.3676969;0.02535811,0.1942256;0.2827736;-0.2196271,0.2392709;0.2765137;-0.4959092,-0.1351919;0.3570403;-0.003029678,-0.1590858;0.2427399;-0.2575184,-0.138742;0.1764095;-0.5287865,0.07643074;0.01210681;-0.02029204,0.1278875;-0.194638;-0.3349486,0.112643;-0.541963;-0.2945385,0.1251655;-0.5859811;-0.3606028,-0.06477232;-0.0024778;-0.04688717,0.03183912;-0.3612211;-0.1266958,0.02373065;-0.6970506;-0.02844689,0.05580878;-0.751245;-0.07183243,-0.02749371;0.3978432;0.03067808,30.8394
+0;0;0,-0.01295438;0.198894;0.01653416,-0.03041063;0.4982201;0.02419276,0.08984487;0.3634773;0.01608005,0.1873573;0.2786298;-0.2322991,0.2530789;0.1982938;-0.4923507,-0.1310908;0.3628619;-0.01787497,-0.153089;0.2340558;-0.265514,-0.1372025;0.134662;-0.5267963,0.07708374;0.01095299;-0.0183883,0.1441119;-0.1049618;-0.3740159,0.1295816;-0.4438246;-0.2876394,0.1405783;-0.4336978;-0.3850259,-0.06578535;-0.001488819;-0.04549803,-0.02907239;-0.3797073;-0.04379448,0.01136657;-0.7234123;0.008469716,0.02412111;-0.7122276;-0.08891255,-0.02464552;0.3983874;0.02463776,0;0;0,-0.01391428;0.1987233;0.01776039,-0.03384649;0.4976086;0.03322987,0.08853599;0.3676969;0.02535811,0.1942256;0.2827736;-0.2196271,0.2392709;0.2765137;-0.4959092,-0.1351919;0.3570403;-0.003029678,-0.1590858;0.2427399;-0.2575184,-0.138742;0.1764095;-0.5287865,0.07643074;0.01210681;-0.02029204,0.1278875;-0.194638;-0.3349486,0.112643;-0.541963;-0.2945385,0.1251655;-0.5859811;-0.3606028,-0.06477232;-0.0024778;-0.04688717,0.03183912;-0.3612211;-0.1266958,0.02373065;-0.6970506;-0.02844689,0.05580878;-0.751245;-0.07183243,-0.02749371;0.3978432;0.03067808,30.8394
+0;0;0,-0.01329863;0.1988454;0.01684224,-0.03108706;0.498139;0.02495017,0.08923604;0.3633533;0.01661295,0.1886704;0.2757361;-0.2300367,0.2533243;0.1974513;-0.4909799,-0.1315799;0.3626519;-0.0173732,-0.1559988;0.2462557;-0.2708602,-0.1397329;0.1736306;-0.540788,0.07700597;0.01131727;-0.0184932,0.1423161;-0.1049945;-0.3743108,0.1275924;-0.4435241;-0.2866699,0.1467192;-0.5000709;-0.3329713,-0.06596896;-0.001906328;-0.04521572,-0.02920222;-0.3801198;-0.04354778,0.01094066;-0.7238325;0.008893695,0.02367427;-0.7126154;-0.08849756,-0.0252322;0.398311;0.02527183,0;0;0,-0.01391428;0.1987233;0.01776039,-0.03384649;0.4976086;0.03322987,0.08853599;0.3676969;0.02535811,0.1942256;0.2827736;-0.2196271,0.2392709;0.2765137;-0.4959092,-0.1351919;0.3570403;-0.003029678,-0.1590858;0.2427399;-0.2575184,-0.138742;0.1764095;-0.5287865,0.07643074;0.01210681;-0.02029204,0.1278875;-0.194638;-0.3349486,0.112643;-0.541963;-0.2945385,0.1251655;-0.5859811;-0.3606028,-0.06477232;-0.0024778;-0.04688717,0.03183912;-0.3612211;-0.1266958,0.02373065;-0.6970506;-0.02844689,0.05580878;-0.751245;-0.07183243,-0.02749371;0.3978432;0.03067808,30.8394
+0;0;0,-0.01329863;0.1988454;0.01684224,-0.03108706;0.498139;0.02495017,0.08923604;0.3633533;0.01661295,0.1886704;0.2757361;-0.2300367,0.2533243;0.1974513;-0.4909799,-0.1315799;0.3626519;-0.0173732,-0.1559988;0.2462557;-0.2708602,-0.1397329;0.1736306;-0.540788,0.07700597;0.01131727;-0.0184932,0.1423161;-0.1049945;-0.3743108,0.1275924;-0.4435241;-0.2866699,0.1467192;-0.5000709;-0.3329713,-0.06596896;-0.001906328;-0.04521572,-0.02920222;-0.3801198;-0.04354778,0.01094066;-0.7238325;0.008893695,0.02367427;-0.7126154;-0.08849756,-0.0252322;0.398311;0.02527183,0;0;0,-0.01391428;0.1987233;0.01776039,-0.03384649;0.4976086;0.03322987,0.08853599;0.3676969;0.02535811,0.1942256;0.2827736;-0.2196271,0.2392709;0.2765137;-0.4959092,-0.1351919;0.3570403;-0.003029678,-0.1590858;0.2427399;-0.2575184,-0.138742;0.1764095;-0.5287865,0.07643074;0.01210681;-0.02029204,0.1278875;-0.194638;-0.3349486,0.112643;-0.541963;-0.2945385,0.1251655;-0.5859811;-0.3606028,-0.06477232;-0.0024778;-0.04688717,0.03183912;-0.3612211;-0.1266958,0.02373065;-0.6970506;-0.02844689,0.05580878;-0.751245;-0.07183243,-0.02749371;0.3978432;0.03067808,30.8394
+0;0;0,-0.01329863;0.1988454;0.01684224,-0.03108706;0.498139;0.02495017,0.08923604;0.3633533;0.01661295,0.1886704;0.2757361;-0.2300367,0.2533243;0.1974513;-0.4909799,-0.1315799;0.3626519;-0.0173732,-0.1559988;0.2462557;-0.2708602,-0.1397329;0.1736306;-0.540788,0.07700597;0.01131727;-0.0184932,0.1423161;-0.1049945;-0.3743108,0.1275924;-0.4435241;-0.2866699,0.1467192;-0.5000709;-0.3329713,-0.06596896;-0.001906328;-0.04521572,-0.02920222;-0.3801198;-0.04354778,0.01094066;-0.7238325;0.008893695,0.02367427;-0.7126154;-0.08849756,-0.0252322;0.398311;0.02527183,0;0;0,-0.01391428;0.1987233;0.01776039,-0.03384649;0.4976086;0.03322987,0.08853599;0.3676969;0.02535811,0.1942256;0.2827736;-0.2196271,0.2392709;0.2765137;-0.4959092,-0.1351919;0.3570403;-0.003029678,-0.1590858;0.2427399;-0.2575184,-0.138742;0.1764095;-0.5287865,0.07643074;0.01210681;-0.02029204,0.1278875;-0.194638;-0.3349486,0.112643;-0.541963;-0.2945385,0.1251655;-0.5859811;-0.3606028,-0.06477232;-0.0024778;-0.04688717,0.03183912;-0.3612211;-0.1266958,0.02373065;-0.6970506;-0.02844689,0.05580878;-0.751245;-0.07183243,-0.02749371;0.3978432;0.03067808,30.8394
+0;0;0,-0.01349433;0.198822;0.0169628,-0.03154473;0.4980868;0.02551615,0.08879813;0.3631921;0.01712498,0.1898378;0.2772709;-0.2294688,0.2610817;0.262847;-0.499869,-0.1319615;0.3624263;-0.01686546,-0.1577267;0.2530031;-0.2733079,-0.1404787;0.173117;-0.5411152,0.07702316;0.01120763;-0.01848839,0.1410358;-0.1038315;-0.3749549,0.1264178;-0.4421721;-0.2865697,0.1455994;-0.4972172;-0.3355533,-0.06600651;-0.001883967;-0.04516184,-0.02896992;-0.3800709;-0.04344431,0.01230693;-0.7236651;0.008892853,0.02498663;-0.7124113;-0.08851252,-0.02564215;0.3982613;0.02570268,0;0;0,-0.01391428;0.1987233;0.01776039,-0.03384649;0.4976086;0.03322987,0.08853599;0.3676969;0.02535811,0.1942256;0.2827736;-0.2196271,0.2392709;0.2765137;-0.4959092,-0.1351919;0.3570403;-0.003029678,-0.1590858;0.2427399;-0.2575184,-0.138742;0.1764095;-0.5287865,0.07643074;0.01210681;-0.02029204,0.1278875;-0.194638;-0.3349486,0.112643;-0.541963;-0.2945385,0.1251655;-0.5859811;-0.3606028,-0.06477232;-0.0024778;-0.04688717,0.03183912;-0.3612211;-0.1266958,0.02373065;-0.6970506;-0.02844689,0.05580878;-0.751245;-0.07183243,-0.02749371;0.3978432;0.03067808,30.8394
+0;0;0,-0.01349433;0.198822;0.0169628,-0.03154473;0.4980868;0.02551615,0.08879813;0.3631921;0.01712498,0.1898378;0.2772709;-0.2294688,0.2610817;0.262847;-0.499869,-0.1319615;0.3624263;-0.01686546,-0.1577267;0.2530031;-0.2733079,-0.1404787;0.173117;-0.5411152,0.07702316;0.01120763;-0.01848839,0.1410358;-0.1038315;-0.3749549,0.1264178;-0.4421721;-0.2865697,0.1455994;-0.4972172;-0.3355533,-0.06600651;-0.001883967;-0.04516184,-0.02896992;-0.3800709;-0.04344431,0.01230693;-0.7236651;0.008892853,0.02498663;-0.7124113;-0.08851252,-0.02564215;0.3982613;0.02570268,0;0;0,-0.01391428;0.1987233;0.01776039,-0.03384649;0.4976086;0.03322987,0.08853599;0.3676969;0.02535811,0.1942256;0.2827736;-0.2196271,0.2392709;0.2765137;-0.4959092,-0.1351919;0.3570403;-0.003029678,-0.1590858;0.2427399;-0.2575184,-0.138742;0.1764095;-0.5287865,0.07643074;0.01210681;-0.02029204,0.1278875;-0.194638;-0.3349486,0.112643;-0.541963;-0.2945385,0.1251655;-0.5859811;-0.3606028,-0.06477232;-0.0024778;-0.04688717,0.03183912;-0.3612211;-0.1266958,0.02373065;-0.6970506;-0.02844689,0.05580878;-0.751245;-0.07183243,-0.02749371;0.3978432;0.03067808,30.8394
+0;0;0,-0.01349433;0.198822;0.0169628,-0.03154473;0.4980868;0.02551615,0.08879813;0.3631921;0.01712498,0.1898378;0.2772709;-0.2294688,0.2610817;0.262847;-0.499869,-0.1319615;0.3624263;-0.01686546,-0.1577267;0.2530031;-0.2733079,-0.1404787;0.173117;-0.5411152,0.07702316;0.01120763;-0.01848839,0.1410358;-0.1038315;-0.3749549,0.1264178;-0.4421721;-0.2865697,0.1455994;-0.4972172;-0.3355533,-0.06600651;-0.001883967;-0.04516184,-0.02896992;-0.3800709;-0.04344431,0.01230693;-0.7236651;0.008892853,0.02498663;-0.7124113;-0.08851252,-0.02564215;0.3982613;0.02570268,0;0;0,-0.01391428;0.1987233;0.01776039,-0.03384649;0.4976086;0.03322987,0.08853599;0.3676969;0.02535811,0.1942256;0.2827736;-0.2196271,0.2392709;0.2765137;-0.4959092,-0.1351919;0.3570403;-0.003029678,-0.1590858;0.2427399;-0.2575184,-0.138742;0.1764095;-0.5287865,0.07643074;0.01210681;-0.02029204,0.1278875;-0.194638;-0.3349486,0.112643;-0.541963;-0.2945385,0.1251655;-0.5859811;-0.3606028,-0.06477232;-0.0024778;-0.04688717,0.03183912;-0.3612211;-0.1266958,0.02373065;-0.6970506;-0.02844689,0.05580878;-0.751245;-0.07183243,-0.02749371;0.3978432;0.03067808,30.8394
+0;0;0,-0.01374811;0.198777;0.01728287,-0.03205675;0.4980119;0.02621309,0.08829422;0.3630887;0.01759045,0.1906767;0.279941;-0.2294,0.2588993;0.2591981;-0.5001682,-0.1324139;0.3623217;-0.01627329,-0.1593518;0.2584141;-0.2748803,-0.136461;0.1658914;-0.5381588,0.07700861;0.01112289;-0.01859985,0.1395925;-0.102038;-0.3759202,0.1243489;-0.4407919;-0.2892403,0.1449813;-0.4964921;-0.3364608,-0.06613044;-0.001888182;-0.04497998,-0.02832873;-0.380001;-0.04367965,0.01259474;-0.7234977;0.00956782,0.02519469;-0.7122154;-0.0878534,-0.02612369;0.3981881;0.02634105,0;0;0,-0.01391428;0.1987233;0.01776039,-0.03384649;0.4976086;0.03322987,0.08853599;0.3676969;0.02535811,0.1942256;0.2827736;-0.2196271,0.2392709;0.2765137;-0.4959092,-0.1351919;0.3570403;-0.003029678,-0.1590858;0.2427399;-0.2575184,-0.138742;0.1764095;-0.5287865,0.07643074;0.01210681;-0.02029204,0.1278875;-0.194638;-0.3349486,0.112643;-0.541963;-0.2945385,0.1251655;-0.5859811;-0.3606028,-0.06477232;-0.0024778;-0.04688717,0.03183912;-0.3612211;-0.1266958,0.02373065;-0.6970506;-0.02844689,0.05580878;-0.751245;-0.07183243,-0.02749371;0.3978432;0.03067808,30.8394
+0;0;0,-0.01374811;0.198777;0.01728287,-0.03205675;0.4980119;0.02621309,0.08829422;0.3630887;0.01759045,0.1906767;0.279941;-0.2294,0.2588993;0.2591981;-0.5001682,-0.1324139;0.3623217;-0.01627329,-0.1593518;0.2584141;-0.2748803,-0.136461;0.1658914;-0.5381588,0.07700861;0.01112289;-0.01859985,0.1395925;-0.102038;-0.3759202,0.1243489;-0.4407919;-0.2892403,0.1449813;-0.4964921;-0.3364608,-0.06613044;-0.001888182;-0.04497998,-0.02832873;-0.380001;-0.04367965,0.01259474;-0.7234977;0.00956782,0.02519469;-0.7122154;-0.0878534,-0.02612369;0.3981881;0.02634105,0;0;0,-0.01391428;0.1987233;0.01776039,-0.03384649;0.4976086;0.03322987,0.08853599;0.3676969;0.02535811,0.1942256;0.2827736;-0.2196271,0.2392709;0.2765137;-0.4959092,-0.1351919;0.3570403;-0.003029678,-0.1590858;0.2427399;-0.2575184,-0.138742;0.1764095;-0.5287865,0.07643074;0.01210681;-0.02029204,0.1278875;-0.194638;-0.3349486,0.112643;-0.541963;-0.2945385,0.1251655;-0.5859811;-0.3606028,-0.06477232;-0.0024778;-0.04688717,0.03183912;-0.3612211;-0.1266958,0.02373065;-0.6970506;-0.02844689,0.05580878;-0.751245;-0.07183243,-0.02749371;0.3978432;0.03067808,30.8394
+0;0;0,-0.01374811;0.198777;0.01728287,-0.03205675;0.4980119;0.02621309,0.08829422;0.3630887;0.01759045,0.1906767;0.279941;-0.2294,0.2588993;0.2591981;-0.5001682,-0.1324139;0.3623217;-0.01627329,-0.1593518;0.2584141;-0.2748803,-0.136461;0.1658914;-0.5381588,0.07700861;0.01112289;-0.01859985,0.1395925;-0.102038;-0.3759202,0.1243489;-0.4407919;-0.2892403,0.1449813;-0.4964921;-0.3364608,-0.06613044;-0.001888182;-0.04497998,-0.02832873;-0.380001;-0.04367965,0.01259474;-0.7234977;0.00956782,0.02519469;-0.7122154;-0.0878534,-0.02612369;0.3981881;0.02634105,0;0;0,-0.01391428;0.1987233;0.01776039,-0.03384649;0.4976086;0.03322987,0.08853599;0.3676969;0.02535811,0.1942256;0.2827736;-0.2196271,0.2392709;0.2765137;-0.4959092,-0.1351919;0.3570403;-0.003029678,-0.1590858;0.2427399;-0.2575184,-0.138742;0.1764095;-0.5287865,0.07643074;0.01210681;-0.02029204,0.1278875;-0.194638;-0.3349486,0.112643;-0.541963;-0.2945385,0.1251655;-0.5859811;-0.3606028,-0.06477232;-0.0024778;-0.04688717,0.03183912;-0.3612211;-0.1266958,0.02373065;-0.6970506;-0.02844689,0.05580878;-0.751245;-0.07183243,-0.02749371;0.3978432;0.03067808,30.8394
+0;0;0,-0.014358;0.198682;0.01786915,-0.03302732;0.4978801;0.02719881,0.08736857;0.3629701;0.01840638,0.1899902;0.2800201;-0.2285513,0.2586758;0.2651273;-0.4995873,-0.1332702;0.3619746;-0.01535739,-0.1626273;0.260434;-0.2746404,-0.1415147;0.1958107;-0.5462616,0.07701001;0.01112566;-0.01859239,0.1374607;-0.09996765;-0.3769274,0.1227728;-0.4390377;-0.2913949,0.1336117;-0.4288175;-0.3888181,-0.06621246;-0.001963218;-0.04485594,-0.02868045;-0.3801042;-0.04397257,0.0119584;-0.7235953;0.009527873,0.02447834;-0.7122566;-0.08791447,-0.02704627;0.3980591;0.02723813,0;0;0,-0.01391428;0.1987233;0.01776039,-0.03384649;0.4976086;0.03322987,0.08853599;0.3676969;0.02535811,0.1942256;0.2827736;-0.2196271,0.2392709;0.2765137;-0.4959092,-0.1351919;0.3570403;-0.003029678,-0.1590858;0.2427399;-0.2575184,-0.138742;0.1764095;-0.5287865,0.07643074;0.01210681;-0.02029204,0.1278875;-0.194638;-0.3349486,0.112643;-0.541963;-0.2945385,0.1251655;-0.5859811;-0.3606028,-0.06477232;-0.0024778;-0.04688717,0.03183912;-0.3612211;-0.1266958,0.02373065;-0.6970506;-0.02844689,0.05580878;-0.751245;-0.07183243,-0.02749371;0.3978432;0.03067808,30.8394
+0;0;0,-0.014358;0.198682;0.01786915,-0.03302732;0.4978801;0.02719881,0.08736857;0.3629701;0.01840638,0.1899902;0.2800201;-0.2285513,0.2586758;0.2651273;-0.4995873,-0.1332702;0.3619746;-0.01535739,-0.1626273;0.260434;-0.2746404,-0.1415147;0.1958107;-0.5462616,0.07701001;0.01112566;-0.01859239,0.1374607;-0.09996765;-0.3769274,0.1227728;-0.4390377;-0.2913949,0.1336117;-0.4288175;-0.3888181,-0.06621246;-0.001963218;-0.04485594,-0.02868045;-0.3801042;-0.04397257,0.0119584;-0.7235953;0.009527873,0.02447834;-0.7122566;-0.08791447,-0.02704627;0.3980591;0.02723813,0;0;0,-0.01391428;0.1987233;0.01776039,-0.03384649;0.4976086;0.03322987,0.08853599;0.3676969;0.02535811,0.1942256;0.2827736;-0.2196271,0.2392709;0.2765137;-0.4959092,-0.1351919;0.3570403;-0.003029678,-0.1590858;0.2427399;-0.2575184,-0.138742;0.1764095;-0.5287865,0.07643074;0.01210681;-0.02029204,0.1278875;-0.194638;-0.3349486,0.112643;-0.541963;-0.2945385,0.1251655;-0.5859811;-0.3606028,-0.06477232;-0.0024778;-0.04688717,0.03183912;-0.3612211;-0.1266958,0.02373065;-0.6970506;-0.02844689,0.05580878;-0.751245;-0.07183243,-0.02749371;0.3978432;0.03067808,30.8394
+0;0;0,-0.0145463;0.1986146;0.01845693,-0.03352529;0.4977708;0.0283878,0.08688425;0.3628578;0.01944311,0.1894665;0.2806113;-0.2277661,0.2596475;0.2680433;-0.4985366,-0.1337435;0.3618155;-0.01429529,-0.1627848;0.2710487;-0.2775784,-0.1423684;0.2065822;-0.5492901,0.07702325;0.01113837;-0.01852982,0.1363952;-0.09920294;-0.3772773,0.121808;-0.438525;-0.292733,0.132618;-0.4282561;-0.3901693,-0.06619985;-0.002022717;-0.0448719,-0.02842627;-0.3801379;-0.04344198,0.01177763;-0.7235555;0.01085357,0.02426016;-0.7121691;-0.08660268,-0.02752895;0.3979508;0.02828052,0;0;0,-0.01391428;0.1987233;0.01776039,-0.03384649;0.4976086;0.03322987,0.08853599;0.3676969;0.02535811,0.1942256;0.2827736;-0.2196271,0.2392709;0.2765137;-0.4959092,-0.1351919;0.3570403;-0.003029678,-0.1590858;0.2427399;-0.2575184,-0.138742;0.1764095;-0.5287865,0.07643074;0.01210681;-0.02029204,0.1278875;-0.194638;-0.3349486,0.112643;-0.541963;-0.2945385,0.1251655;-0.5859811;-0.3606028,-0.06477232;-0.0024778;-0.04688717,0.03183912;-0.3612211;-0.1266958,0.02373065;-0.6970506;-0.02844689,0.05580878;-0.751245;-0.07183243,-0.02749371;0.3978432;0.03067808,30.8394
+0;0;0,-0.0145463;0.1986146;0.01845693,-0.03352529;0.4977708;0.0283878,0.08688425;0.3628578;0.01944311,0.1894665;0.2806113;-0.2277661,0.2596475;0.2680433;-0.4985366,-0.1337435;0.3618155;-0.01429529,-0.1627848;0.2710487;-0.2775784,-0.1423684;0.2065822;-0.5492901,0.07702325;0.01113837;-0.01852982,0.1363952;-0.09920294;-0.3772773,0.121808;-0.438525;-0.292733,0.132618;-0.4282561;-0.3901693,-0.06619985;-0.002022717;-0.0448719,-0.02842627;-0.3801379;-0.04344198,0.01177763;-0.7235555;0.01085357,0.02426016;-0.7121691;-0.08660268,-0.02752895;0.3979508;0.02828052,0;0;0,-0.01391428;0.1987233;0.01776039,-0.03384649;0.4976086;0.03322987,0.08853599;0.3676969;0.02535811,0.1942256;0.2827736;-0.2196271,0.2392709;0.2765137;-0.4959092,-0.1351919;0.3570403;-0.003029678,-0.1590858;0.2427399;-0.2575184,-0.138742;0.1764095;-0.5287865,0.07643074;0.01210681;-0.02029204,0.1278875;-0.194638;-0.3349486,0.112643;-0.541963;-0.2945385,0.1251655;-0.5859811;-0.3606028,-0.06477232;-0.0024778;-0.04688717,0.03183912;-0.3612211;-0.1266958,0.02373065;-0.6970506;-0.02844689,0.05580878;-0.751245;-0.07183243,-0.02749371;0.3978432;0.03067808,30.8394
+0;0;0,-0.0145463;0.1986146;0.01845693,-0.03352529;0.4977708;0.0283878,0.08688425;0.3628578;0.01944311,0.1894665;0.2806113;-0.2277661,0.2596475;0.2680433;-0.4985366,-0.1337435;0.3618155;-0.01429529,-0.1627848;0.2710487;-0.2775784,-0.1423684;0.2065822;-0.5492901,0.07702325;0.01113837;-0.01852982,0.1363952;-0.09920294;-0.3772773,0.121808;-0.438525;-0.292733,0.132618;-0.4282561;-0.3901693,-0.06619985;-0.002022717;-0.0448719,-0.02842627;-0.3801379;-0.04344198,0.01177763;-0.7235555;0.01085357,0.02426016;-0.7121691;-0.08660268,-0.02752895;0.3979508;0.02828052,0;0;0,-0.01391428;0.1987233;0.01776039,-0.03384649;0.4976086;0.03322987,0.08853599;0.3676969;0.02535811,0.1942256;0.2827736;-0.2196271,0.2392709;0.2765137;-0.4959092,-0.1351919;0.3570403;-0.003029678,-0.1590858;0.2427399;-0.2575184,-0.138742;0.1764095;-0.5287865,0.07643074;0.01210681;-0.02029204,0.1278875;-0.194638;-0.3349486,0.112643;-0.541963;-0.2945385,0.1251655;-0.5859811;-0.3606028,-0.06477232;-0.0024778;-0.04688717,0.03183912;-0.3612211;-0.1266958,0.02373065;-0.6970506;-0.02844689,0.05580878;-0.751245;-0.07183243,-0.02749371;0.3978432;0.03067808,30.8394
+0;0;0,-0.014432;0.1985995;0.01870734,-0.03361534;0.4977174;0.02938296,0.08718218;0.3636861;0.021266,0.1833292;0.2817021;-0.2286027,0.2589124;0.2749028;-0.4981226,-0.1323674;0.3578159;-0.01354934,-0.1727579;0.2764413;-0.2784017,-0.1468806;0.2174736;-0.5508961,0.07703242;0.0111204;-0.01850249,0.1350708;-0.0985904;-0.3776613,0.1205054;-0.438043;-0.2936388,0.1310596;-0.4277396;-0.3911101,-0.06622046;-0.002041807;-0.04484062,-0.02844982;-0.3801552;-0.04293173,0.01144434;-0.7235211;0.01191653,0.02365965;-0.7121002;-0.08558014,-0.02757535;0.3979007;0.02901638,0;0;0,-0.01391428;0.1987233;0.01776039,-0.03384649;0.4976086;0.03322987,0.08853599;0.3676969;0.02535811,0.1942256;0.2827736;-0.2196271,0.2392709;0.2765137;-0.4959092,-0.1351919;0.3570403;-0.003029678,-0.1590858;0.2427399;-0.2575184,-0.138742;0.1764095;-0.5287865,0.07643074;0.01210681;-0.02029204,0.1278875;-0.194638;-0.3349486,0.112643;-0.541963;-0.2945385,0.1251655;-0.5859811;-0.3606028,-0.06477232;-0.0024778;-0.04688717,0.03183912;-0.3612211;-0.1266958,0.02373065;-0.6970506;-0.02844689,0.05580878;-0.751245;-0.07183243,-0.02749371;0.3978432;0.03067808,30.8394
+0;0;0,-0.014432;0.1985995;0.01870734,-0.03361534;0.4977174;0.02938296,0.08718218;0.3636861;0.021266,0.1833292;0.2817021;-0.2286027,0.2589124;0.2749028;-0.4981226,-0.1323674;0.3578159;-0.01354934,-0.1727579;0.2764413;-0.2784017,-0.1468806;0.2174736;-0.5508961,0.07703242;0.0111204;-0.01850249,0.1350708;-0.0985904;-0.3776613,0.1205054;-0.438043;-0.2936388,0.1310596;-0.4277396;-0.3911101,-0.06622046;-0.002041807;-0.04484062,-0.02844982;-0.3801552;-0.04293173,0.01144434;-0.7235211;0.01191653,0.02365965;-0.7121002;-0.08558014,-0.02757535;0.3979007;0.02901638,0;0;0,-0.01391428;0.1987233;0.01776039,-0.03384649;0.4976086;0.03322987,0.08853599;0.3676969;0.02535811,0.1942256;0.2827736;-0.2196271,0.2392709;0.2765137;-0.4959092,-0.1351919;0.3570403;-0.003029678,-0.1590858;0.2427399;-0.2575184,-0.138742;0.1764095;-0.5287865,0.07643074;0.01210681;-0.02029204,0.1278875;-0.194638;-0.3349486,0.112643;-0.541963;-0.2945385,0.1251655;-0.5859811;-0.3606028,-0.06477232;-0.0024778;-0.04688717,0.03183912;-0.3612211;-0.1266958,0.02373065;-0.6970506;-0.02844689,0.05580878;-0.751245;-0.07183243,-0.02749371;0.3978432;0.03067808,30.8394
+0;0;0,-0.014432;0.1985995;0.01870734,-0.03361534;0.4977174;0.02938296,0.08718218;0.3636861;0.021266,0.1833292;0.2817021;-0.2286027,0.2589124;0.2749028;-0.4981226,-0.1323674;0.3578159;-0.01354934,-0.1727579;0.2764413;-0.2784017,-0.1468806;0.2174736;-0.5508961,0.07703242;0.0111204;-0.01850249,0.1350708;-0.0985904;-0.3776613,0.1205054;-0.438043;-0.2936388,0.1310596;-0.4277396;-0.3911101,-0.06622046;-0.002041807;-0.04484062,-0.02844982;-0.3801552;-0.04293173,0.01144434;-0.7235211;0.01191653,0.02365965;-0.7121002;-0.08558014,-0.02757535;0.3979007;0.02901638,0;0;0,-0.01391428;0.1987233;0.01776039,-0.03384649;0.4976086;0.03322987,0.08853599;0.3676969;0.02535811,0.1942256;0.2827736;-0.2196271,0.2392709;0.2765137;-0.4959092,-0.1351919;0.3570403;-0.003029678,-0.1590858;0.2427399;-0.2575184,-0.138742;0.1764095;-0.5287865,0.07643074;0.01210681;-0.02029204,0.1278875;-0.194638;-0.3349486,0.112643;-0.541963;-0.2945385,0.1251655;-0.5859811;-0.3606028,-0.06477232;-0.0024778;-0.04688717,0.03183912;-0.3612211;-0.1266958,0.02373065;-0.6970506;-0.02844689,0.05580878;-0.751245;-0.07183243,-0.02749371;0.3978432;0.03067808,30.8394

+ 161 - 0
DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_TwoArmsPlusLeg_Sideways_None_Fast.csv

@@ -0,0 +1,161 @@
+Demo_SpineBase,Demo_SpineMid,Demo_Neck,Demo_ShoulderLeft,Demo_ElbowLeft,Demo_WristLeft,Demo_ShoulderRight,Demo_ElbowRight,Demo_WristRight,Demo_HipLeft,Demo_KneeLeft,Demo_AnkleLeft,Demo_FootLeft,Demo_HipRight,Demo_KneeRight,Demo_AnkleRight,Demo_FootRight,Demo_SpineShoulder,Body_SpineBase,Body_SpineMid,Body_Neck,Body_ShoulderLeft,Body_ElbowLeft,Body_WristLeft,Body_ShoulderRight,Body_ElbowRight,Body_WristRight,Body_HipLeft,Body_KneeLeft,Body_AnkleLeft,Body_FootLeft,Body_HipRight,Body_KneeRight,Body_AnkleRight,Body_FootRight,Body_SpineShoulder,time
+0;0;0,0.01360856;0.1994753;-0.004942004,0.03441757;0.4977965;-0.02800704,0.1440177;0.3709103;-0.01110884,0.1852288;0.09479222;0.01034964,0.2404634;-0.1788836;-0.01087896,-0.08889636;0.3697026;-0.01159331,-0.158806;0.09865677;-0.004751739,-0.2303101;-0.1708849;-0.0299403,0.0713811;0.0007418244;-0.03611354,0.05821916;-0.3769125;0.003936306,0.02970993;-0.719438;0.06999313,0.02951227;-0.7114824;-0.02754664,-0.07252419;0.008069993;-0.03278898,-0.1021655;-0.3707457;-0.02830533,-0.1312289;-0.71399;0.03365149,-0.1294454;-0.7058851;-0.06390581,0.02742644;0.3986099;-0.01737003,0;0;0,0.006900381;0.1998573;0.003072305,0.01720422;0.4994411;-0.007268663,0.1291299;0.3697185;0.01262342,0.1672888;0.09453851;0.04755021,0.2326634;-0.1754752;0.01263918,-0.1004481;0.3631516;0.004181996,-0.1599982;0.08973646;0.01408033,-0.2236188;-0.1818516;-0.0102582,0.07187344;0.002796418;-0.03501983,0.06468394;-0.3746614;0.008268658,0.05085786;-0.7172949;0.07834777,0.05305853;-0.7082079;-0.01941625,-0.071816;0.006079968;-0.03472026,-0.08568031;-0.372107;-0.0003337637,-0.09546292;-0.7116338;0.08408077,-0.09151;-0.702585;-0.0136199,0.01373429;0.3996995;-0.000977329,4.579576
+0;0;0,0.01360856;0.1994753;-0.004942004,0.03441757;0.4977965;-0.02800704,0.1440177;0.3709103;-0.01110884,0.1852288;0.09479222;0.01034964,0.2404634;-0.1788836;-0.01087896,-0.08889636;0.3697026;-0.01159331,-0.158806;0.09865677;-0.004751739,-0.2303101;-0.1708849;-0.0299403,0.0713811;0.0007418244;-0.03611354,0.05821916;-0.3769125;0.003936306,0.02970993;-0.719438;0.06999313,0.02951227;-0.7114824;-0.02754664,-0.07252419;0.008069993;-0.03278898,-0.1021655;-0.3707457;-0.02830533,-0.1312289;-0.71399;0.03365149,-0.1294454;-0.7058851;-0.06390581,0.02742644;0.3986099;-0.01737003,0;0;0,0.006900381;0.1998573;0.003072305,0.01720422;0.4994411;-0.007268663,0.1291299;0.3697185;0.01262342,0.1672888;0.09453851;0.04755021,0.2326634;-0.1754752;0.01263918,-0.1004481;0.3631516;0.004181996,-0.1599982;0.08973646;0.01408033,-0.2236188;-0.1818516;-0.0102582,0.07187344;0.002796418;-0.03501983,0.06468394;-0.3746614;0.008268658,0.05085786;-0.7172949;0.07834777,0.05305853;-0.7082079;-0.01941625,-0.071816;0.006079968;-0.03472026,-0.08568031;-0.372107;-0.0003337637,-0.09546292;-0.7116338;0.08408077,-0.09151;-0.702585;-0.0136199,0.01373429;0.3996995;-0.000977329,4.598828
+0;0;0,0.01360856;0.1994753;-0.004942004,0.03441757;0.4977965;-0.02800704,0.1440177;0.3709103;-0.01110884,0.1852288;0.09479222;0.01034964,0.2404634;-0.1788836;-0.01087896,-0.08889636;0.3697026;-0.01159331,-0.158806;0.09865677;-0.004751739,-0.2303101;-0.1708849;-0.0299403,0.0713811;0.0007418244;-0.03611354,0.05821916;-0.3769125;0.003936306,0.02970993;-0.719438;0.06999313,0.02951227;-0.7114824;-0.02754664,-0.07252419;0.008069993;-0.03278898,-0.1021655;-0.3707457;-0.02830533,-0.1312289;-0.71399;0.03365149,-0.1294454;-0.7058851;-0.06390581,0.02742644;0.3986099;-0.01737003,0;0;0,0.006878621;0.1998576;0.003101328,0.01719002;0.4994417;-0.007218457,0.1290938;0.3697052;0.01276504,0.1672366;0.09451011;0.04759028,0.2334545;-0.1751339;0.01143391,-0.1004787;0.3631826;0.004233494,-0.1601314;0.0897854;0.0140089,-0.2240469;-0.1817263;-0.01040838,0.07188053;0.002773331;-0.0350071,0.06474359;-0.3746882;0.008257762,0.05093993;-0.7173375;0.07826404,0.05317564;-0.7082481;-0.01949972,-0.07181047;0.006101395;-0.03472794,-0.08572552;-0.3720859;-0.0003658682,-0.09578972;-0.7116077;0.08403572,-0.09179732;-0.7025592;-0.01366328,0.01371317;0.3997001;-0.000931815,4.610571
+0;0;0,0.01357478;0.1994739;-0.005088784,0.03430736;0.4977856;-0.02834786,0.1438919;0.3707787;-0.01115006,0.1839069;0.09448493;0.01031,0.2378196;-0.1794139;-0.01143591,-0.08896828;0.3696861;-0.01170457,-0.1588083;0.09861904;-0.004994608,-0.228229;-0.1716166;-0.0285197,0.0713653;0.0007855042;-0.03614382,0.05794144;-0.3768673;0.003833402,0.02875673;-0.7193903;0.06960747,0.02859434;-0.7114514;-0.02792859,-0.07252611;0.008032823;-0.03279384,-0.1020931;-0.370777;-0.02741767,-0.1315208;-0.7141956;0.03339062,-0.1297108;-0.7061067;-0.0641626,0.0273435;0.3986036;-0.01765033,0;0;0,0.006858897;0.1998579;0.00312734,0.01717279;0.4994436;-0.00714637,0.1290838;0.3697472;0.01282788,0.1671835;0.09453714;0.047582,0.2339752;-0.1747642;0.009956367,-0.1005181;0.3632392;0.004248417,-0.1603438;0.08987269;0.01382037,-0.2244649;-0.1816078;-0.01040447,0.07187804;0.002762046;-0.03501312,0.06463099;-0.3747019;0.008212261,0.05080899;-0.7173632;0.07815631,0.0530603;-0.7082687;-0.01960818,-0.07181453;0.006111952;-0.03471768,-0.08583748;-0.3720918;-0.00058119,-0.09602574;-0.7116488;0.08366398,-0.09201618;-0.7025971;-0.01403501,0.01369344;0.3997009;-0.0008776386,4.630175
+0;0;0,0.01357478;0.1994739;-0.005088784,0.03430736;0.4977856;-0.02834786,0.1438919;0.3707787;-0.01115006,0.1839069;0.09448493;0.01031,0.2378196;-0.1794139;-0.01143591,-0.08896828;0.3696861;-0.01170457,-0.1588083;0.09861904;-0.004994608,-0.228229;-0.1716166;-0.0285197,0.0713653;0.0007855042;-0.03614382,0.05794144;-0.3768673;0.003833402,0.02875673;-0.7193903;0.06960747,0.02859434;-0.7114514;-0.02792859,-0.07252611;0.008032823;-0.03279384,-0.1020931;-0.370777;-0.02741767,-0.1315208;-0.7141956;0.03339062,-0.1297108;-0.7061067;-0.0641626,0.0273435;0.3986036;-0.01765033,0;0;0,0.006858897;0.1998579;0.00312734,0.01717279;0.4994436;-0.00714637,0.1290838;0.3697472;0.01282788,0.1671835;0.09453714;0.047582,0.2339752;-0.1747642;0.009956367,-0.1005181;0.3632392;0.004248417,-0.1603438;0.08987269;0.01382037,-0.2244649;-0.1816078;-0.01040447,0.07187804;0.002762046;-0.03501312,0.06463099;-0.3747019;0.008212261,0.05080899;-0.7173632;0.07815631,0.0530603;-0.7082687;-0.01960818,-0.07181453;0.006111952;-0.03471768,-0.08583748;-0.3720918;-0.00058119,-0.09602574;-0.7116488;0.08366398,-0.09201618;-0.7025971;-0.01403501,0.01369344;0.3997009;-0.0008776386,4.641456
+0;0;0,0.01357478;0.1994739;-0.005088784,0.03430736;0.4977856;-0.02834786,0.1438919;0.3707787;-0.01115006,0.1839069;0.09448493;0.01031,0.2378196;-0.1794139;-0.01143591,-0.08896828;0.3696861;-0.01170457,-0.1588083;0.09861904;-0.004994608,-0.228229;-0.1716166;-0.0285197,0.0713653;0.0007855042;-0.03614382,0.05794144;-0.3768673;0.003833402,0.02875673;-0.7193903;0.06960747,0.02859434;-0.7114514;-0.02792859,-0.07252611;0.008032823;-0.03279384,-0.1020931;-0.370777;-0.02741767,-0.1315208;-0.7141956;0.03339062,-0.1297108;-0.7061067;-0.0641626,0.0273435;0.3986036;-0.01765033,0;0;0,0.006858897;0.1998579;0.00312734,0.01717279;0.4994436;-0.00714637,0.1290838;0.3697472;0.01282788,0.1671835;0.09453714;0.047582,0.2339752;-0.1747642;0.009956367,-0.1005181;0.3632392;0.004248417,-0.1603438;0.08987269;0.01382037,-0.2244649;-0.1816078;-0.01040447,0.07187804;0.002762046;-0.03501312,0.06463099;-0.3747019;0.008212261,0.05080899;-0.7173632;0.07815631,0.0530603;-0.7082687;-0.01960818,-0.07181453;0.006111952;-0.03471768,-0.08583748;-0.3720918;-0.00058119,-0.09602574;-0.7116488;0.08366398,-0.09201618;-0.7025971;-0.01403501,0.01369344;0.3997009;-0.0008776386,4.653338
+0;0;0,0.01351766;0.1994765;-0.005138305,0.03414468;0.4977878;-0.02849422,0.1437478;0.3707487;-0.01108063,0.1826154;0.09427893;0.01022181,0.2353481;-0.1798476;-0.01154737,-0.08909304;0.3697037;-0.01172849,-0.1591647;0.09868911;-0.005323765,-0.2281725;-0.1717203;-0.02805421,0.07144016;0.0007717726;-0.03599593,0.05753574;-0.3769237;0.003409531,0.02853349;-0.7194675;0.06915608,0.02840612;-0.7115406;-0.02837732,-0.07248446;0.008035894;-0.03288505,-0.1023153;-0.3707531;-0.02749922,-0.1317339;-0.7140919;0.03376292,-0.1298886;-0.7060243;-0.06378484,0.02721772;0.3986069;-0.01776266,0;0;0,0.006841056;0.199858;0.003158025,0.01715208;0.499445;-0.007079221,0.1290693;0.3697872;0.01290257,0.1672026;0.09456754;0.04754312,0.2347676;-0.1744196;0.009060599,-0.1005679;0.3633155;0.004232886,-0.1605421;0.0899803;0.013771,-0.2245897;-0.1815708;-0.00984911,0.07184829;0.002798787;-0.03507121,0.0644881;-0.3746635;0.00814933,0.05064352;-0.7173222;0.07810159,0.05292612;-0.708223;-0.01966318,-0.07185413;0.006056339;-0.03464542,-0.08601645;-0.3721626;-0.0007356256,-0.09621342;-0.7117316;0.08346031,-0.092173;-0.7026748;-0.01423849,0.01367085;0.3997018;-0.0008205033,4.675189
+0;0;0,0.01351766;0.1994765;-0.005138305,0.03414468;0.4977878;-0.02849422,0.1437478;0.3707487;-0.01108063,0.1826154;0.09427893;0.01022181,0.2353481;-0.1798476;-0.01154737,-0.08909304;0.3697037;-0.01172849,-0.1591647;0.09868911;-0.005323765,-0.2281725;-0.1717203;-0.02805421,0.07144016;0.0007717726;-0.03599593,0.05753574;-0.3769237;0.003409531,0.02853349;-0.7194675;0.06915608,0.02840612;-0.7115406;-0.02837732,-0.07248446;0.008035894;-0.03288505,-0.1023153;-0.3707531;-0.02749922,-0.1317339;-0.7140919;0.03376292,-0.1298886;-0.7060243;-0.06378484,0.02721772;0.3986069;-0.01776266,0;0;0,0.006841056;0.199858;0.003158025,0.01715208;0.499445;-0.007079221,0.1290693;0.3697872;0.01290257,0.1672026;0.09456754;0.04754312,0.2347676;-0.1744196;0.009060599,-0.1005679;0.3633155;0.004232886,-0.1605421;0.0899803;0.013771,-0.2245897;-0.1815708;-0.00984911,0.07184829;0.002798787;-0.03507121,0.0644881;-0.3746635;0.00814933,0.05064352;-0.7173222;0.07810159,0.05292612;-0.708223;-0.01966318,-0.07185413;0.006056339;-0.03464542,-0.08601645;-0.3721626;-0.0007356256,-0.09621342;-0.7117316;0.08346031,-0.092173;-0.7026748;-0.01423849,0.01367085;0.3997018;-0.0008205033,4.686482
+0;0;0,0.01351766;0.1994765;-0.005138305,0.03414468;0.4977878;-0.02849422,0.1437478;0.3707487;-0.01108063,0.1826154;0.09427893;0.01022181,0.2353481;-0.1798476;-0.01154737,-0.08909304;0.3697037;-0.01172849,-0.1591647;0.09868911;-0.005323765,-0.2281725;-0.1717203;-0.02805421,0.07144016;0.0007717726;-0.03599593,0.05753574;-0.3769237;0.003409531,0.02853349;-0.7194675;0.06915608,0.02840612;-0.7115406;-0.02837732,-0.07248446;0.008035894;-0.03288505,-0.1023153;-0.3707531;-0.02749922,-0.1317339;-0.7140919;0.03376292,-0.1298886;-0.7060243;-0.06378484,0.02721772;0.3986069;-0.01776266,0;0;0,0.006791574;0.1998599;0.0031466,0.01707185;0.4994472;-0.007110541,0.1289764;0.3697674;0.01299355,0.1671466;0.09454346;0.04755991,0.2357707;-0.174054;0.008239157,-0.1006381;0.3633119;0.004233927,-0.1608209;0.09001914;0.01367258,-0.2250718;-0.181499;-0.009773731,0.07186479;0.00279797;-0.03503745,0.06428543;-0.3746709;0.008088376,0.0504997;-0.7173356;0.0780229,0.05281635;-0.7082383;-0.01974065,-0.07185097;0.006055437;-0.03465213,-0.08621354;-0.3721789;-0.0009990633,-0.09643155;-0.7117174;0.0833169,-0.09235556;-0.7026615;-0.01438025,0.01359761;0.3997042;-0.0008451219,4.708497
+0;0;0,0.01350326;0.1994771;-0.005151195,0.0340817;0.4977868;-0.02856892,0.1436751;0.3706204;-0.01116099,0.1818798;0.09404811;0.01000878,0.2337608;-0.1802399;-0.01177271,-0.08912516;0.3696807;-0.01166878,-0.1595886;0.09875751;-0.005710459,-0.2285763;-0.1716473;-0.02855581,0.07146419;0.0007981324;-0.03594764,0.0572909;-0.3769529;0.002824411,0.02843041;-0.7195014;0.0686088,0.02826264;-0.71158;-0.02892329,-0.07246226;0.008011517;-0.03293989,-0.1022911;-0.3707753;-0.02739567,-0.1311962;-0.7141814;0.03373342,-0.1293993;-0.7061252;-0.0638127,0.02717409;0.3986073;-0.01781225,0;0;0,0.006831229;0.19986;0.003051823,0.01718357;0.4994426;-0.007274443,0.1290614;0.3699531;0.01318523,0.1673716;0.09473121;0.04761263,0.2371396;-0.1734411;0.007412754,-0.1005721;0.3633777;0.004320616,-0.161389;0.09022468;0.01374199,-0.2254635;-0.1813277;-0.009790204,0.07187831;0.002725132;-0.03501545,0.06439547;-0.3747692;0.007903926,0.05040229;-0.7174731;0.07760436,0.0527661;-0.7083768;-0.02015787,-0.0718433;0.00613543;-0.03465395,-0.08618332;-0.3721541;-0.001617968,-0.09639457;-0.7116237;0.08297593,-0.09227344;-0.7025791;-0.01471689,0.01367476;0.399702;-0.0009899826,4.730698
+0;0;0,0.01350326;0.1994771;-0.005151195,0.0340817;0.4977868;-0.02856892,0.1436751;0.3706204;-0.01116099,0.1818798;0.09404811;0.01000878,0.2337608;-0.1802399;-0.01177271,-0.08912516;0.3696807;-0.01166878,-0.1595886;0.09875751;-0.005710459,-0.2285763;-0.1716473;-0.02855581,0.07146419;0.0007981324;-0.03594764,0.0572909;-0.3769529;0.002824411,0.02843041;-0.7195014;0.0686088,0.02826264;-0.71158;-0.02892329,-0.07246226;0.008011517;-0.03293989,-0.1022911;-0.3707753;-0.02739567,-0.1311962;-0.7141814;0.03373342,-0.1293993;-0.7061252;-0.0638127,0.02717409;0.3986073;-0.01781225,0;0;0,0.006831229;0.19986;0.003051823,0.01718357;0.4994426;-0.007274443,0.1290614;0.3699531;0.01318523,0.1673716;0.09473121;0.04761263,0.2371396;-0.1734411;0.007412754,-0.1005721;0.3633777;0.004320616,-0.161389;0.09022468;0.01374199,-0.2254635;-0.1813277;-0.009790204,0.07187831;0.002725132;-0.03501545,0.06439547;-0.3747692;0.007903926,0.05040229;-0.7174731;0.07760436,0.0527661;-0.7083768;-0.02015787,-0.0718433;0.00613543;-0.03465395,-0.08618332;-0.3721541;-0.001617968,-0.09639457;-0.7116237;0.08297593,-0.09227344;-0.7025791;-0.01471689,0.01367476;0.399702;-0.0009899826,4.742015
+0;0;0,0.01350326;0.1994771;-0.005151195,0.0340817;0.4977868;-0.02856892,0.1436751;0.3706204;-0.01116099,0.1818798;0.09404811;0.01000878,0.2337608;-0.1802399;-0.01177271,-0.08912516;0.3696807;-0.01166878,-0.1595886;0.09875751;-0.005710459,-0.2285763;-0.1716473;-0.02855581,0.07146419;0.0007981324;-0.03594764,0.0572909;-0.3769529;0.002824411,0.02843041;-0.7195014;0.0686088,0.02826264;-0.71158;-0.02892329,-0.07246226;0.008011517;-0.03293989,-0.1022911;-0.3707753;-0.02739567,-0.1311962;-0.7141814;0.03373342,-0.1293993;-0.7061252;-0.0638127,0.02717409;0.3986073;-0.01781225,0;0;0,0.006831229;0.19986;0.003051823,0.01718357;0.4994426;-0.007274443,0.1290614;0.3699531;0.01318523,0.1673716;0.09473121;0.04761263,0.2371396;-0.1734411;0.007412754,-0.1005721;0.3633777;0.004320616,-0.161389;0.09022468;0.01374199,-0.2254635;-0.1813277;-0.009790204,0.07187831;0.002725132;-0.03501545,0.06439547;-0.3747692;0.007903926,0.05040229;-0.7174731;0.07760436,0.0527661;-0.7083768;-0.02015787,-0.0718433;0.00613543;-0.03465395,-0.08618332;-0.3721541;-0.001617968,-0.09639457;-0.7116237;0.08297593,-0.09227344;-0.7025791;-0.01471689,0.01367476;0.399702;-0.0009899826,4.753883
+0;0;0,0.01348303;0.1994762;-0.005238247,0.03401079;0.4977794;-0.02878348,0.1435855;0.3705311;-0.01103557,0.1812856;0.09385711;0.009706429,0.2325867;-0.1805237;-0.01227884,-0.08914086;0.3695633;-0.01169602,-0.1600503;0.09874889;-0.006089805,-0.2291813;-0.1715911;-0.02926808,0.07144094;0.0007941645;-0.03599392,0.05718805;-0.3770086;0.00224039,0.02808367;-0.7195225;0.06809789,0.0279734;-0.7116156;-0.029431,-0.07246923;0.00802542;-0.03292115,-0.1025014;-0.3707477;-0.02753515,-0.1317181;-0.7141482;0.03347717,-0.1298633;-0.7061074;-0.06406439,0.02712235;0.3986031;-0.01798509,0;0;0,0.006838932;0.1998605;0.003001839,0.01728795;0.4994363;-0.007417915,0.1290891;0.3699098;0.01327193,0.1673145;0.0946627;0.04759194,0.2400137;-0.1726946;0.007158037,-0.1005414;0.3634894;0.004312134,-0.1615006;0.09035715;0.01340966,-0.2260792;-0.1810839;-0.0100289,0.0718716;0.002711357;-0.03503029,0.06405634;-0.3748325;0.007391389,0.05002365;-0.717515;0.0771894,0.05243442;-0.7084275;-0.02056976,-0.07185242;0.006148237;-0.03463278,-0.08655415;-0.3721971;-0.002404347,-0.0967811;-0.711498;0.08286154,-0.09261256;-0.7024552;-0.01482889,0.01373707;0.3996994;-0.001097774,4.775576
+0;0;0,0.01348303;0.1994762;-0.005238247,0.03401079;0.4977794;-0.02878348,0.1435855;0.3705311;-0.01103557,0.1812856;0.09385711;0.009706429,0.2325867;-0.1805237;-0.01227884,-0.08914086;0.3695633;-0.01169602,-0.1600503;0.09874889;-0.006089805,-0.2291813;-0.1715911;-0.02926808,0.07144094;0.0007941645;-0.03599392,0.05718805;-0.3770086;0.00224039,0.02808367;-0.7195225;0.06809789,0.0279734;-0.7116156;-0.029431,-0.07246923;0.00802542;-0.03292115,-0.1025014;-0.3707477;-0.02753515,-0.1317181;-0.7141482;0.03347717,-0.1298633;-0.7061074;-0.06406439,0.02712235;0.3986031;-0.01798509,0;0;0,0.006786529;0.1998632;0.002941061,0.01728235;0.4994329;-0.007600486,0.1290358;0.3700077;0.01349923,0.167245;0.09474939;0.04774698,0.2433658;-0.1716923;0.007566601,-0.1005903;0.3635778;0.004415769,-0.1623079;0.09061098;0.01336339,-0.2277239;-0.1806089;-0.0103118,0.07187033;0.002662193;-0.03503669,0.06328744;-0.3748916;0.00714685,0.04911668;-0.7175723;0.07692613,0.05159134;-0.7084942;-0.02082942,-0.07186203;0.006189977;-0.03460537,-0.08709194;-0.3723075;-0.004477197,-0.09743641;-0.7113028;0.08198223,-0.09320541;-0.7022664;-0.01570414,0.01370443;0.3996999;-0.001233162,4.797904
+0;0;0,0.01348303;0.1994762;-0.005238247,0.03401079;0.4977794;-0.02878348,0.1435855;0.3705311;-0.01103557,0.1812856;0.09385711;0.009706429,0.2325867;-0.1805237;-0.01227884,-0.08914086;0.3695633;-0.01169602,-0.1600503;0.09874889;-0.006089805,-0.2291813;-0.1715911;-0.02926808,0.07144094;0.0007941645;-0.03599392,0.05718805;-0.3770086;0.00224039,0.02808367;-0.7195225;0.06809789,0.0279734;-0.7116156;-0.029431,-0.07246923;0.00802542;-0.03292115,-0.1025014;-0.3707477;-0.02753515,-0.1317181;-0.7141482;0.03347717,-0.1298633;-0.7061074;-0.06406439,0.02712235;0.3986031;-0.01798509,0;0;0,0.006786529;0.1998632;0.002941061,0.01728235;0.4994329;-0.007600486,0.1290358;0.3700077;0.01349923,0.167245;0.09474939;0.04774698,0.2433658;-0.1716923;0.007566601,-0.1005903;0.3635778;0.004415769,-0.1623079;0.09061098;0.01336339,-0.2277239;-0.1806089;-0.0103118,0.07187033;0.002662193;-0.03503669,0.06328744;-0.3748916;0.00714685,0.04911668;-0.7175723;0.07692613,0.05159134;-0.7084942;-0.02082942,-0.07186203;0.006189977;-0.03460537,-0.08709194;-0.3723075;-0.004477197,-0.09743641;-0.7113028;0.08198223,-0.09320541;-0.7022664;-0.01570414,0.01370443;0.3996999;-0.001233162,4.809718
+0;0;0,0.01346878;0.1994774;-0.005231501,0.03395938;0.4977821;-0.02878828,0.1435303;0.3704449;-0.01108868,0.18132;0.09380868;0.009991076,0.2323952;-0.1805998;-0.01217378,-0.0891526;0.3694658;-0.0116882,-0.1605751;0.09878486;-0.006149208,-0.2302794;-0.1714043;-0.02936782,0.07143227;0.0007913144;-0.03601117,0.05714342;-0.3770556;0.001771197,0.02806615;-0.7195845;0.06756265,0.02794137;-0.7116759;-0.02996659,-0.07247574;0.008031561;-0.03290534,-0.1028323;-0.3707221;-0.02799376,-0.1318702;-0.714137;0.0330225,-0.1300298;-0.706094;-0.06451983,0.02708529;0.3986054;-0.01798352,0;0;0,0.006864403;0.199861;0.002904973,0.01757247;0.4994195;-0.007731882,0.1292574;0.3700338;0.01337849,0.1693177;0.09508497;0.04799502,0.2517807;-0.1697496;0.009752132,-0.1003404;0.3634344;0.004279036,-0.163333;0.09076148;0.0133008,-0.2300584;-0.1801158;-0.0106419,0.07186612;0.00263248;-0.03504753,0.06298275;-0.3749663;0.00666862,0.04848704;-0.7177101;0.0760701,0.05097786;-0.7086406;-0.02168324,-0.07187146;0.006216258;-0.03458108,-0.08730869;-0.3725579;-0.008278087,-0.09744339;-0.7110136;0.08029395,-0.09320085;-0.7019555;-0.01739658,0.01391361;0.399692;-0.001325286,4.831707
+0;0;0,0.01346878;0.1994774;-0.005231501,0.03395938;0.4977821;-0.02878828,0.1435303;0.3704449;-0.01108868,0.18132;0.09380868;0.009991076,0.2323952;-0.1805998;-0.01217378,-0.0891526;0.3694658;-0.0116882,-0.1605751;0.09878486;-0.006149208,-0.2302794;-0.1714043;-0.02936782,0.07143227;0.0007913144;-0.03601117,0.05714342;-0.3770556;0.001771197,0.02806615;-0.7195845;0.06756265,0.02794137;-0.7116759;-0.02996659,-0.07247574;0.008031561;-0.03290534,-0.1028323;-0.3707221;-0.02799376,-0.1318702;-0.714137;0.0330225,-0.1300298;-0.706094;-0.06451983,0.02708529;0.3986054;-0.01798352,0;0;0,0.006864403;0.199861;0.002904973,0.01757247;0.4994195;-0.007731882,0.1292574;0.3700338;0.01337849,0.1693177;0.09508497;0.04799502,0.2517807;-0.1697496;0.009752132,-0.1003404;0.3634344;0.004279036,-0.163333;0.09076148;0.0133008,-0.2300584;-0.1801158;-0.0106419,0.07186612;0.00263248;-0.03504753,0.06298275;-0.3749663;0.00666862,0.04848704;-0.7177101;0.0760701,0.05097786;-0.7086406;-0.02168324,-0.07187146;0.006216258;-0.03458108,-0.08730869;-0.3725579;-0.008278087,-0.09744339;-0.7110136;0.08029395,-0.09320085;-0.7019555;-0.01739658,0.01391361;0.399692;-0.001325286,4.843148
+0;0;0,0.01346878;0.1994774;-0.005231501,0.03395938;0.4977821;-0.02878828,0.1435303;0.3704449;-0.01108868,0.18132;0.09380868;0.009991076,0.2323952;-0.1805998;-0.01217378,-0.0891526;0.3694658;-0.0116882,-0.1605751;0.09878486;-0.006149208,-0.2302794;-0.1714043;-0.02936782,0.07143227;0.0007913144;-0.03601117,0.05714342;-0.3770556;0.001771197,0.02806615;-0.7195845;0.06756265,0.02794137;-0.7116759;-0.02996659,-0.07247574;0.008031561;-0.03290534,-0.1028323;-0.3707221;-0.02799376,-0.1318702;-0.714137;0.0330225,-0.1300298;-0.706094;-0.06451983,0.02708529;0.3986054;-0.01798352,0;0;0,0.006694057;0.199867;0.002891931,0.01723309;0.4994295;-0.007794694,0.1290505;0.3703929;0.01340527,0.1723566;0.09603283;0.04877692,0.2578649;-0.1681441;0.01273728,-0.1006873;0.3636232;0.004179356,-0.1649153;0.09123898;0.01321221,-0.2337832;-0.1790973;-0.01077687,0.07183805;0.002504691;-0.0351144,0.06116983;-0.3751091;0.006044324,0.04665215;-0.7178618;0.07539716,0.049184;-0.7087916;-0.02235524,-0.07191031;0.00633824;-0.03447801,-0.08897969;-0.3727331;-0.01414197,-0.09859785;-0.7100532;0.07871639,-0.09431955;-0.7009904;-0.01897357,0.01362622;0.3997015;-0.001367804,4.86481
+0;0;0,0.01328825;0.1994863;-0.005349993,0.03354437;0.4977947;-0.02906381,0.1431611;0.3703385;-0.0113285,0.1815496;0.09382319;0.01024897,0.2343798;-0.1803108;-0.01118712,-0.08944286;0.3692956;-0.01182773,-0.1611957;0.09870675;-0.006065053,-0.2319688;-0.1711849;-0.02950954,0.07140572;0.0008572426;-0.03606226,0.05630909;-0.3770156;0.001143262,0.02707111;-0.7195396;0.06688799,0.02691126;-0.7116475;-0.03063749,-0.0725266;0.007960519;-0.03281037,-0.1036141;-0.3707415;-0.02852672,-0.1327737;-0.7141418;0.03251352,-0.1309686;-0.7061177;-0.06502521,0.02674425;0.3986184;-0.01820977,0;0;0,0.006694057;0.199867;0.002891931,0.01723309;0.4994295;-0.007794694,0.1290505;0.3703929;0.01340527,0.1723566;0.09603283;0.04877692,0.2578649;-0.1681441;0.01273728,-0.1006873;0.3636232;0.004179356,-0.1649153;0.09123898;0.01321221,-0.2337832;-0.1790973;-0.01077687,0.07183805;0.002504691;-0.0351144,0.06116983;-0.3751091;0.006044324,0.04665215;-0.7178618;0.07539716,0.049184;-0.7087916;-0.02235524,-0.07191031;0.00633824;-0.03447801,-0.08897969;-0.3727331;-0.01414197,-0.09859785;-0.7100532;0.07871639,-0.09431955;-0.7009904;-0.01897357,0.01362622;0.3997015;-0.001367804,4.876482
+0;0;0,0.01328825;0.1994863;-0.005349993,0.03354437;0.4977947;-0.02906381,0.1431611;0.3703385;-0.0113285,0.1815496;0.09382319;0.01024897,0.2343798;-0.1803108;-0.01118712,-0.08944286;0.3692956;-0.01182773,-0.1611957;0.09870675;-0.006065053,-0.2319688;-0.1711849;-0.02950954,0.07140572;0.0008572426;-0.03606226,0.05630909;-0.3770156;0.001143262,0.02707111;-0.7195396;0.06688799,0.02691126;-0.7116475;-0.03063749,-0.0725266;0.007960519;-0.03281037,-0.1036141;-0.3707415;-0.02852672,-0.1327737;-0.7141418;0.03251352,-0.1309686;-0.7061177;-0.06502521,0.02674425;0.3986184;-0.01820977,0;0;0,0.006873907;0.1998633;0.002726085,0.01787519;0.4994006;-0.008181538,0.1295902;0.3705894;0.01289852,0.1766312;0.09705108;0.04982976,0.266468;-0.1659147;0.01550249,-0.1002708;0.3638121;0.004298884,-0.165965;0.09176597;0.01297071,-0.2394892;-0.1772402;-0.01212622,0.07179043;0.002379529;-0.03522034,0.06098492;-0.375318;0.005125638,0.04618692;-0.7180626;0.07445936,0.04854632;-0.7090077;-0.02329408,-0.07195359;0.006483327;-0.03436053,-0.08890377;-0.3728742;-0.02019791,-0.09902889;-0.7094351;0.07532284,-0.0949209;-0.7003722;-0.02237449,0.01408613;0.3996848;-0.001670655,4.898342
+0;0;0,0.01328825;0.1994863;-0.005349993,0.03354437;0.4977947;-0.02906381,0.1431611;0.3703385;-0.0113285,0.1815496;0.09382319;0.01024897,0.2343798;-0.1803108;-0.01118712,-0.08944286;0.3692956;-0.01182773,-0.1611957;0.09870675;-0.006065053,-0.2319688;-0.1711849;-0.02950954,0.07140572;0.0008572426;-0.03606226,0.05630909;-0.3770156;0.001143262,0.02707111;-0.7195396;0.06688799,0.02691126;-0.7116475;-0.03063749,-0.0725266;0.007960519;-0.03281037,-0.1036141;-0.3707415;-0.02852672,-0.1327737;-0.7141418;0.03251352,-0.1309686;-0.7061177;-0.06502521,0.02674425;0.3986184;-0.01820977,0;0;0,0.006873907;0.1998633;0.002726085,0.01787519;0.4994006;-0.008181538,0.1295902;0.3705894;0.01289852,0.1766312;0.09705108;0.04982976,0.266468;-0.1659147;0.01550249,-0.1002708;0.3638121;0.004298884,-0.165965;0.09176597;0.01297071,-0.2394892;-0.1772402;-0.01212622,0.07179043;0.002379529;-0.03522034,0.06098492;-0.375318;0.005125638,0.04618692;-0.7180626;0.07445936,0.04854632;-0.7090077;-0.02329408,-0.07195359;0.006483327;-0.03436053,-0.08890377;-0.3728742;-0.02019791,-0.09902889;-0.7094351;0.07532284,-0.0949209;-0.7003722;-0.02237449,0.01408613;0.3996848;-0.001670655,4.910125
+0;0;0,0.01340324;0.1994782;-0.005368541,0.03382476;0.4977711;-0.0291338,0.1433596;0.3701566;-0.01156281,0.1830425;0.09391457;0.01114499,0.2440998;-0.1786427;-0.008465075,-0.08919629;0.3692224;-0.01178963,-0.1618893;0.09887576;-0.006460405,-0.2345506;-0.1705376;-0.02962922,0.07135174;0.0008995556;-0.03616794,0.05597781;-0.3769626;0.001031537,0.02628762;-0.7194734;0.06664295,0.02602018;-0.7115726;-0.03088424,-0.07255951;0.007928702;-0.03274527,-0.1045778;-0.370708;-0.02973089,-0.1336228;-0.7140772;0.03153896,-0.1319264;-0.706051;-0.06600218,0.02697196;0.3986005;-0.01825975,0;0;0,0.006873907;0.1998633;0.002726085,0.01787519;0.4994006;-0.008181538,0.1295902;0.3705894;0.01289852,0.1766312;0.09705108;0.04982976,0.266468;-0.1659147;0.01550249,-0.1002708;0.3638121;0.004298884,-0.165965;0.09176597;0.01297071,-0.2394892;-0.1772402;-0.01212622,0.07179043;0.002379529;-0.03522034,0.06098492;-0.375318;0.005125638,0.04618692;-0.7180626;0.07445936,0.04854632;-0.7090077;-0.02329408,-0.07195359;0.006483327;-0.03436053,-0.08890377;-0.3728742;-0.02019791,-0.09902889;-0.7094351;0.07532284,-0.0949209;-0.7003722;-0.02237449,0.01408613;0.3996848;-0.001670655,4.921307
+0;0;0,0.01340324;0.1994782;-0.005368541,0.03382476;0.4977711;-0.0291338,0.1433596;0.3701566;-0.01156281,0.1830425;0.09391457;0.01114499,0.2440998;-0.1786427;-0.008465075,-0.08919629;0.3692224;-0.01178963,-0.1618893;0.09887576;-0.006460405,-0.2345506;-0.1705376;-0.02962922,0.07135174;0.0008995556;-0.03616794,0.05597781;-0.3769626;0.001031537,0.02628762;-0.7194734;0.06664295,0.02602018;-0.7115726;-0.03088424,-0.07255951;0.007928702;-0.03274527,-0.1045778;-0.370708;-0.02973089,-0.1336228;-0.7140772;0.03153896,-0.1319264;-0.706051;-0.06600218,0.02697196;0.3986005;-0.01825975,0;0;0,0.007216464;0.1998542;0.002491893,0.01884488;0.4993499;-0.008880015,0.1304746;0.3709518;0.01212169,0.1831558;0.09873316;0.05113048,0.2772914;-0.163313;0.02162969,-0.09967107;0.3643171;0.003997895,-0.1684967;0.09305292;0.01287177,-0.2454646;-0.1749291;-0.01284975,0.07184216;0.002279576;-0.03512131,0.0594021;-0.3755493;0.003486592,0.04403441;-0.718264;0.07284391,0.0462136;-0.7092397;-0.02490717,-0.07195676;0.006541039;-0.03434296,-0.0900894;-0.3729658;-0.02757528,-0.09980017;-0.7086993;0.0708558,-0.09588073;-0.6996498;-0.02684638,0.01484071;0.3996539;-0.002196312,4.943179
+0;0;0,0.01340324;0.1994782;-0.005368541,0.03382476;0.4977711;-0.0291338,0.1433596;0.3701566;-0.01156281,0.1830425;0.09391457;0.01114499,0.2440998;-0.1786427;-0.008465075,-0.08919629;0.3692224;-0.01178963,-0.1618893;0.09887576;-0.006460405,-0.2345506;-0.1705376;-0.02962922,0.07135174;0.0008995556;-0.03616794,0.05597781;-0.3769626;0.001031537,0.02628762;-0.7194734;0.06664295,0.02602018;-0.7115726;-0.03088424,-0.07255951;0.007928702;-0.03274527,-0.1045778;-0.370708;-0.02973089,-0.1336228;-0.7140772;0.03153896,-0.1319264;-0.706051;-0.06600218,0.02697196;0.3986005;-0.01825975,0;0;0,0.007216464;0.1998542;0.002491893,0.01884488;0.4993499;-0.008880015,0.1304746;0.3709518;0.01212169,0.1831558;0.09873316;0.05113048,0.2772914;-0.163313;0.02162969,-0.09967107;0.3643171;0.003997895,-0.1684967;0.09305292;0.01287177,-0.2454646;-0.1749291;-0.01284975,0.07184216;0.002279576;-0.03512131,0.0594021;-0.3755493;0.003486592,0.04403441;-0.718264;0.07284391,0.0462136;-0.7092397;-0.02490717,-0.07195676;0.006541039;-0.03434296,-0.0900894;-0.3729658;-0.02757528,-0.09980017;-0.7086993;0.0708558,-0.09588073;-0.6996498;-0.02684638,0.01484071;0.3996539;-0.002196312,4.954651
+0;0;0,0.01334761;0.199479;-0.005475696,0.03364888;0.4977662;-0.02941359,0.1432455;0.370207;-0.01185943,0.1873343;0.09467191;0.01130539,0.2592533;-0.1753268;-0.006814389,-0.08926548;0.3690601;-0.01164139,-0.1640141;0.09926546;-0.006792734,-0.2405711;-0.1691114;-0.02943991,0.07130712;0.0008958027;-0.03625591,0.05512289;-0.3769892;0.0003631413,0.02528506;-0.7195098;0.06585602,0.02486946;-0.7116225;-0.03166761,-0.07262879;0.007925184;-0.03259218,-0.1059431;-0.3706117;-0.03269885,-0.1345502;-0.7137946;0.02980768,-0.1329997;-0.7057775;-0.06773385,0.02684082;0.3985991;-0.01848057,0;0;0,0.006847735;0.1998748;0.001784345,0.01814141;0.4993648;-0.01010672,0.1300102;0.3717298;0.01118444,0.1885391;0.1009008;0.05150862,0.2862374;-0.1601643;0.02505073,-0.1000782;0.3638307;0.004003216,-0.1713988;0.09318185;0.0119129,-0.2538185;-0.1732436;-0.01307642,0.07172284;0.002065236;-0.03537752,0.05900995;-0.3758867;0.001915123,0.04270933;-0.7185777;0.07117669,0.04466052;-0.7096217;-0.02656452,-0.07205326;0.006792664;-0.03409087,-0.09136828;-0.3726616;-0.04052751,-0.1019466;-0.706771;0.06319802,-0.09824315;-0.6977824;-0.0344995,0.01421079;0.3996747;-0.003292535,4.976749
+0;0;0,0.01334761;0.199479;-0.005475696,0.03364888;0.4977662;-0.02941359,0.1432455;0.370207;-0.01185943,0.1873343;0.09467191;0.01130539,0.2592533;-0.1753268;-0.006814389,-0.08926548;0.3690601;-0.01164139,-0.1640141;0.09926546;-0.006792734,-0.2405711;-0.1691114;-0.02943991,0.07130712;0.0008958027;-0.03625591,0.05512289;-0.3769892;0.0003631413,0.02528506;-0.7195098;0.06585602,0.02486946;-0.7116225;-0.03166761,-0.07262879;0.007925184;-0.03259218,-0.1059431;-0.3706117;-0.03269885,-0.1345502;-0.7137946;0.02980768,-0.1329997;-0.7057775;-0.06773385,0.02684082;0.3985991;-0.01848057,0;0;0,0.006847735;0.1998748;0.001784345,0.01814141;0.4993648;-0.01010672,0.1300102;0.3717298;0.01118444,0.1885391;0.1009008;0.05150862,0.2862374;-0.1601643;0.02505073,-0.1000782;0.3638307;0.004003216,-0.1713988;0.09318185;0.0119129,-0.2538185;-0.1732436;-0.01307642,0.07172284;0.002065236;-0.03537752,0.05900995;-0.3758867;0.001915123,0.04270933;-0.7185777;0.07117669,0.04466052;-0.7096217;-0.02656452,-0.07205326;0.006792664;-0.03409087,-0.09136828;-0.3726616;-0.04052751,-0.1019466;-0.706771;0.06319802,-0.09824315;-0.6977824;-0.0344995,0.01421079;0.3996747;-0.003292535,4.988213
+0;0;0,0.01334761;0.199479;-0.005475696,0.03364888;0.4977662;-0.02941359,0.1432455;0.370207;-0.01185943,0.1873343;0.09467191;0.01130539,0.2592533;-0.1753268;-0.006814389,-0.08926548;0.3690601;-0.01164139,-0.1640141;0.09926546;-0.006792734,-0.2405711;-0.1691114;-0.02943991,0.07130712;0.0008958027;-0.03625591,0.05512289;-0.3769892;0.0003631413,0.02528506;-0.7195098;0.06585602,0.02486946;-0.7116225;-0.03166761,-0.07262879;0.007925184;-0.03259218,-0.1059431;-0.3706117;-0.03269885,-0.1345502;-0.7137946;0.02980768,-0.1329997;-0.7057775;-0.06773385,0.02684082;0.3985991;-0.01848057,0;0;0,0.006498989;0.1998901;0.001309111,0.01736075;0.4993731;-0.01115976,0.1295452;0.3724791;0.01017189,0.1955205;0.1034598;0.05110983,0.2936523;-0.157828;0.02877546,-0.1003893;0.3629931;0.004211916,-0.175717;0.09340867;0.01128252,-0.2656272;-0.1706958;-0.01248668,0.071718;0.001773716;-0.03540314,0.05863068;-0.3762588;0.0009305961,0.04009723;-0.718889;0.06993081,0.04172813;-0.7099715;-0.02780797,-0.07210858;0.007053032;-0.0339206,-0.09226466;-0.3721098;-0.04906242,-0.1042294;-0.7050581;0.05818629,-0.100844;-0.6960968;-0.03951689,0.0135541;0.3996906;-0.004166382,5.010743
+0;0;0,0.01358191;0.1994585;-0.005643697,0.03434478;0.4976893;-0.02987962,0.1438385;0.3703527;-0.01246163,0.196567;0.09635216;0.01084964,0.2762434;-0.1715944;-0.005159227,-0.08873408;0.3689919;-0.01205303,-0.1660963;0.09993446;-0.007240721,-0.2483998;-0.1667262;-0.03000502,0.07125469;0.0009226064;-0.03635819,0.05451903;-0.3769957;-0.0003357604,0.02392689;-0.719541;0.06467845,0.02341223;-0.7116767;-0.03283948,-0.0726952;0.007879445;-0.0324549,-0.1077737;-0.3704033;-0.04091831,-0.1363834;-0.7126269;0.02664284,-0.1349237;-0.7046265;-0.07089633,0.02737171;0.3985459;-0.01883559,0;0;0,0.006498989;0.1998901;0.001309111,0.01736075;0.4993731;-0.01115976,0.1295452;0.3724791;0.01017189,0.1955205;0.1034598;0.05110983,0.2936523;-0.157828;0.02877546,-0.1003893;0.3629931;0.004211916,-0.175717;0.09340867;0.01128252,-0.2656272;-0.1706958;-0.01248668,0.071718;0.001773716;-0.03540314,0.05863068;-0.3762588;0.0009305961,0.04009723;-0.718889;0.06993081,0.04172813;-0.7099715;-0.02780797,-0.07210858;0.007053032;-0.0339206,-0.09226466;-0.3721098;-0.04906242,-0.1042294;-0.7050581;0.05818629,-0.100844;-0.6960968;-0.03951689,0.0135541;0.3996906;-0.004166382,5.022201
+0;0;0,0.01358191;0.1994585;-0.005643697,0.03434478;0.4976893;-0.02987962,0.1438385;0.3703527;-0.01246163,0.196567;0.09635216;0.01084964,0.2762434;-0.1715944;-0.005159227,-0.08873408;0.3689919;-0.01205303,-0.1660963;0.09993446;-0.007240721,-0.2483998;-0.1667262;-0.03000502,0.07125469;0.0009226064;-0.03635819,0.05451903;-0.3769957;-0.0003357604,0.02392689;-0.719541;0.06467845,0.02341223;-0.7116767;-0.03283948,-0.0726952;0.007879445;-0.0324549,-0.1077737;-0.3704033;-0.04091831,-0.1363834;-0.7126269;0.02664284,-0.1349237;-0.7046265;-0.07089633,0.02737171;0.3985459;-0.01883559,0;0;0,0.008372733;0.1998198;0.001394454,0.02318455;0.4991032;-0.01167231,0.1342094;0.3728936;0.009137401,0.205505;0.1055045;0.05179946,0.308606;-0.1539701;0.0307489,-0.09642059;0.3642523;0.003963083,-0.1766894;0.09608242;0.01043294,-0.2734805;-0.1655971;-0.0131322,0.07155721;0.001584086;-0.03573592,0.05930464;-0.3766157;-0.0008822903,0.03817722;-0.7191746;0.06772569,0.03936199;-0.710261;-0.03001869,-0.07222408;0.007269677;-0.03362787,-0.09569507;-0.3709883;-0.061377,-0.1073574;-0.7027768;0.04944,-0.1044048;-0.6937935;-0.04828195,0.0179806;0.3995055;-0.004378283,5.033736
+0;0;0,0.01358191;0.1994585;-0.005643697,0.03434478;0.4976893;-0.02987962,0.1438385;0.3703527;-0.01246163,0.196567;0.09635216;0.01084964,0.2762434;-0.1715944;-0.005159227,-0.08873408;0.3689919;-0.01205303,-0.1660963;0.09993446;-0.007240721,-0.2483998;-0.1667262;-0.03000502,0.07125469;0.0009226064;-0.03635819,0.05451903;-0.3769957;-0.0003357604,0.02392689;-0.719541;0.06467845,0.02341223;-0.7116767;-0.03283948,-0.0726952;0.007879445;-0.0324549,-0.1077737;-0.3704033;-0.04091831,-0.1363834;-0.7126269;0.02664284,-0.1349237;-0.7046265;-0.07089633,0.02737171;0.3985459;-0.01883559,0;0;0,0.008372733;0.1998198;0.001394454,0.02318455;0.4991032;-0.01167231,0.1342094;0.3728936;0.009137401,0.205505;0.1055045;0.05179946,0.308606;-0.1539701;0.0307489,-0.09642059;0.3642523;0.003963083,-0.1766894;0.09608242;0.01043294,-0.2734805;-0.1655971;-0.0131322,0.07155721;0.001584086;-0.03573592,0.05930464;-0.3766157;-0.0008822903,0.03817722;-0.7191746;0.06772569,0.03936199;-0.710261;-0.03001869,-0.07222408;0.007269677;-0.03362787,-0.09569507;-0.3709883;-0.061377,-0.1073574;-0.7027768;0.04944,-0.1044048;-0.6937935;-0.04828195,0.0179806;0.3995055;-0.004378283,5.045022
+0;0;0,0.01369476;0.1994327;-0.006247796,0.03471613;0.497589;-0.03117204,0.1442538;0.3708817;-0.0136378,0.2081516;0.09938347;0.01097508,0.302866;-0.16351;-0.006806737,-0.0884103;0.36878;-0.01278492,-0.1702261;0.101054;-0.007398501,-0.2628574;-0.1623184;-0.02871501,0.07107846;0.0008161282;-0.03670404,0.05510753;-0.3770165;0.0005438849,0.02229075;-0.7197866;0.06324719,0.02162402;-0.7120023;-0.03425164,-0.07288782;0.008002123;-0.03198954,-0.1108216;-0.3691527;-0.05873401,-0.138722;-0.7097403;0.01690777,-0.1374004;-0.7018034;-0.08061901,0.02763842;0.398478;-0.01990658,0;0;0,0.008372733;0.1998198;0.001394454,0.02318455;0.4991032;-0.01167231,0.1342094;0.3728936;0.009137401,0.205505;0.1055045;0.05179946,0.308606;-0.1539701;0.0307489,-0.09642059;0.3642523;0.003963083,-0.1766894;0.09608242;0.01043294,-0.2734805;-0.1655971;-0.0131322,0.07155721;0.001584086;-0.03573592,0.05930464;-0.3766157;-0.0008822903,0.03817722;-0.7191746;0.06772569,0.03936199;-0.710261;-0.03001869,-0.07222408;0.007269677;-0.03362787,-0.09569507;-0.3709883;-0.061377,-0.1073574;-0.7027768;0.04944,-0.1044048;-0.6937935;-0.04828195,0.0179806;0.3995055;-0.004378283,5.05637
+0;0;0,0.01369476;0.1994327;-0.006247796,0.03471613;0.497589;-0.03117204,0.1442538;0.3708817;-0.0136378,0.2081516;0.09938347;0.01097508,0.302866;-0.16351;-0.006806737,-0.0884103;0.36878;-0.01278492,-0.1702261;0.101054;-0.007398501,-0.2628574;-0.1623184;-0.02871501,0.07107846;0.0008161282;-0.03670404,0.05510753;-0.3770165;0.0005438849,0.02229075;-0.7197866;0.06324719,0.02162402;-0.7120023;-0.03425164,-0.07288782;0.008002123;-0.03198954,-0.1108216;-0.3691527;-0.05873401,-0.138722;-0.7097403;0.01690777,-0.1374004;-0.7018034;-0.08061901,0.02763842;0.398478;-0.01990658,0;0;0,0.009096589;0.1997914;0.000791133,0.02450724;0.4989906;-0.01344712,0.1355664;0.3733398;0.007369981,0.2116133;0.1073927;0.05083251,0.3197845;-0.1501845;0.03204383,-0.09526294;0.3644763;0.003339574,-0.1807149;0.09791225;0.00978583,-0.2854825;-0.1605053;-0.0155941,0.07140946;0.001219098;-0.03604445,0.05754055;-0.3770494;-0.00256937,0.03507057;-0.7196394;0.06545444,0.03587052;-0.7108092;-0.0322758,-0.07240732;0.007649101;-0.03314621,-0.09896408;-0.3694509;-0.07175107,-0.1108809;-0.7006275;0.04085474,-0.1083021;-0.6917122;-0.05686316,0.01917348;0.3994305;-0.005743754,5.079453
+0;0;0,0.01369476;0.1994327;-0.006247796,0.03471613;0.497589;-0.03117204,0.1442538;0.3708817;-0.0136378,0.2081516;0.09938347;0.01097508,0.302866;-0.16351;-0.006806737,-0.0884103;0.36878;-0.01278492,-0.1702261;0.101054;-0.007398501,-0.2628574;-0.1623184;-0.02871501,0.07107846;0.0008161282;-0.03670404,0.05510753;-0.3770165;0.0005438849,0.02229075;-0.7197866;0.06324719,0.02162402;-0.7120023;-0.03425164,-0.07288782;0.008002123;-0.03198954,-0.1108216;-0.3691527;-0.05873401,-0.138722;-0.7097403;0.01690777,-0.1374004;-0.7018034;-0.08061901,0.02763842;0.398478;-0.01990658,0;0;0,0.01057195;0.199719;0.0007606333,0.02813719;0.4987842;-0.01377474,0.1386717;0.3734203;0.006124487,0.2206998;0.1094207;0.05057208,0.3373338;-0.1445885;0.03396248,-0.09251194;0.3648857;0.002908429,-0.184526;0.1005083;0.00907246,-0.297768;-0.1542976;-0.0164263,0.07116517;0.0008183443;-0.03653556,0.05809621;-0.3774951;-0.00324662,0.03191825;-0.7202078;0.06280446,0.03234161;-0.7113819;-0.03492721,-0.07269327;0.008085029;-0.03240863,-0.103311;-0.3668827;-0.08590358,-0.1157398;-0.6976711;0.02778289,-0.1135129;-0.6887362;-0.06994786,0.02211357;0.3992728;-0.005952676,5.090771
+0;0;0,0.01401291;0.1993933;-0.006780108,0.03582798;0.4974181;-0.03256123,0.1452545;0.3715531;-0.01487849,0.2184781;0.1024909;0.0104952,0.3148858;-0.1596843;-0.008732235,-0.08756962;0.3686728;-0.01333945,-0.1764997;0.1032181;-0.0083124,-0.2794188;-0.1564011;-0.0284496,0.07099394;0.0006009761;-0.03687139,0.05422796;-0.3773009;-0.0006908104,0.02132735;-0.7200745;0.06194961,0.02040727;-0.7123844;-0.03552564,-0.07304335;0.008204661;-0.03158091,-0.1138668;-0.3669842;-0.07592919,-0.1417196;-0.7064136;0.004767098,-0.1419936;-0.7615225;-0.04773442,0.02844751;0.3983657;-0.02097832,0;0;0,0.01057195;0.199719;0.0007606333,0.02813719;0.4987842;-0.01377474,0.1386717;0.3734203;0.006124487,0.2206998;0.1094207;0.05057208,0.3373338;-0.1445885;0.03396248,-0.09251194;0.3648857;0.002908429,-0.184526;0.1005083;0.00907246,-0.297768;-0.1542976;-0.0164263,0.07116517;0.0008183443;-0.03653556,0.05809621;-0.3774951;-0.00324662,0.03191825;-0.7202078;0.06280446,0.03234161;-0.7113819;-0.03492721,-0.07269327;0.008085029;-0.03240863,-0.103311;-0.3668827;-0.08590358,-0.1157398;-0.6976711;0.02778289,-0.1135129;-0.6887362;-0.06994786,0.02211357;0.3992728;-0.005952676,5.113353
+0;0;0,0.01401291;0.1993933;-0.006780108,0.03582798;0.4974181;-0.03256123,0.1452545;0.3715531;-0.01487849,0.2184781;0.1024909;0.0104952,0.3148858;-0.1596843;-0.008732235,-0.08756962;0.3686728;-0.01333945,-0.1764997;0.1032181;-0.0083124,-0.2794188;-0.1564011;-0.0284496,0.07099394;0.0006009761;-0.03687139,0.05422796;-0.3773009;-0.0006908104,0.02132735;-0.7200745;0.06194961,0.02040727;-0.7123844;-0.03552564,-0.07304335;0.008204661;-0.03158091,-0.1138668;-0.3669842;-0.07592919,-0.1417196;-0.7064136;0.004767098,-0.1419936;-0.7615225;-0.04773442,0.02844751;0.3983657;-0.02097832,0;0;0,0.01105068;0.1996945;4.247444E-05,0.02914615;0.4986789;-0.01547447,0.1396219;0.3735473;0.004139727,0.2280817;0.1119424;0.05037497,0.3442022;-0.1424641;0.03646799,-0.09152724;0.3646938;0.002774328,-0.1915435;0.1032421;0.009078297,-0.3116645;-0.1483762;-0.01659672,0.07094125;0.0004329174;-0.03697499,0.05903679;-0.3779507;-0.004048839,0.02938987;-0.7206873;0.06039257,0.02927599;-0.7119437;-0.03732207,-0.07293584;0.00849052;-0.03175331,-0.1070727;-0.3639734;-0.09887446,-0.1202479;-0.6946802;0.0149653,-0.1185281;-0.6858099;-0.08276175,0.02295876;0.3992036;-0.007326659,5.125684
+0;0;0,0.01401291;0.1993933;-0.006780108,0.03582798;0.4974181;-0.03256123,0.1452545;0.3715531;-0.01487849,0.2184781;0.1024909;0.0104952,0.3148858;-0.1596843;-0.008732235,-0.08756962;0.3686728;-0.01333945,-0.1764997;0.1032181;-0.0083124,-0.2794188;-0.1564011;-0.0284496,0.07099394;0.0006009761;-0.03687139,0.05422796;-0.3773009;-0.0006908104,0.02132735;-0.7200745;0.06194961,0.02040727;-0.7123844;-0.03552564,-0.07304335;0.008204661;-0.03158091,-0.1138668;-0.3669842;-0.07592919,-0.1417196;-0.7064136;0.004767098,-0.1419936;-0.7615225;-0.04773442,0.02844751;0.3983657;-0.02097832,0;0;0,0.01105068;0.1996945;4.247444E-05,0.02914615;0.4986789;-0.01547447,0.1396219;0.3735473;0.004139727,0.2280817;0.1119424;0.05037497,0.3442022;-0.1424641;0.03646799,-0.09152724;0.3646938;0.002774328,-0.1915435;0.1032421;0.009078297,-0.3116645;-0.1483762;-0.01659672,0.07094125;0.0004329174;-0.03697499,0.05903679;-0.3779507;-0.004048839,0.02938987;-0.7206873;0.06039257,0.02927599;-0.7119437;-0.03732207,-0.07293584;0.00849052;-0.03175331,-0.1070727;-0.3639734;-0.09887446,-0.1202479;-0.6946802;0.0149653,-0.1185281;-0.6858099;-0.08276175,0.02295876;0.3992036;-0.007326659,5.148048
+0;0;0,0.01376379;0.1993809;-0.00760384,0.03522468;0.4973743;-0.03406684,0.1450723;0.3724845;-0.01878223,0.2339513;0.1085334;0.01003393,0.3422683;-0.1488719;-0.01021252,-0.08797632;0.3684272;-0.01405327,-0.1839805;0.1054444;-0.009229788,-0.2938012;-0.1512858;-0.02994196,0.07075319;0.000293732;-0.03733496,0.05453568;-0.3776812;-0.001671162,0.02034851;-0.7203532;0.06083604,0.01836388;-0.7127551;-0.03660226,-0.07329135;0.008603531;-0.03089269,-0.1188744;-0.3631927;-0.09484389,-0.1447235;-0.7017576;-0.009957939,-0.1449782;-0.7578068;-0.06090358,0.02794296;0.3983344;-0.02231645,0;0;0,0.01210073;0.1996328;-0.0005637466,0.03196859;0.4984455;-0.01715473,0.141915;0.3735135;0.002309923,0.2355781;0.113989;0.04999916,0.3629619;-0.1350714;0.03807087,-0.0894052;0.3649848;0.001965729,-0.1973185;0.1066874;0.008061278,-0.3268517;-0.1402479;-0.01731872,0.07076716;2.264187E-05;-0.03730962,0.05972785;-0.3784845;-0.005522259,0.02719368;-0.7211453;0.05792142,0.02673614;-0.7125121;-0.03976816,-0.07309304;0.008890547;-0.03127884,-0.1139544;-0.3595664;-0.1147645,-0.1258455;-0.6897009;0.000863269,-0.1244259;-0.6809237;-0.09684845,0.02517246;0.3990426;-0.008618613,5.15992
+0;0;0,0.01376379;0.1993809;-0.00760384,0.03522468;0.4973743;-0.03406684,0.1450723;0.3724845;-0.01878223,0.2339513;0.1085334;0.01003393,0.3422683;-0.1488719;-0.01021252,-0.08797632;0.3684272;-0.01405327,-0.1839805;0.1054444;-0.009229788,-0.2938012;-0.1512858;-0.02994196,0.07075319;0.000293732;-0.03733496,0.05453568;-0.3776812;-0.001671162,0.02034851;-0.7203532;0.06083604,0.01836388;-0.7127551;-0.03660226,-0.07329135;0.008603531;-0.03089269,-0.1188744;-0.3631927;-0.09484389,-0.1447235;-0.7017576;-0.009957939,-0.1449782;-0.7578068;-0.06090358,0.02794296;0.3983344;-0.02231645,0;0;0,0.01210073;0.1996328;-0.0005637466,0.03196859;0.4984455;-0.01715473,0.141915;0.3735135;0.002309923,0.2355781;0.113989;0.04999916,0.3629619;-0.1350714;0.03807087,-0.0894052;0.3649848;0.001965729,-0.1973185;0.1066874;0.008061278,-0.3268517;-0.1402479;-0.01731872,0.07076716;2.264187E-05;-0.03730962,0.05972785;-0.3784845;-0.005522259,0.02719368;-0.7211453;0.05792142,0.02673614;-0.7125121;-0.03976816,-0.07309304;0.008890547;-0.03127884,-0.1139544;-0.3595664;-0.1147645,-0.1258455;-0.6897009;0.000863269,-0.1244259;-0.6809237;-0.09684845,0.02517246;0.3990426;-0.008618613,5.171195
+0;0;0,0.01376379;0.1993809;-0.00760384,0.03522468;0.4973743;-0.03406684,0.1450723;0.3724845;-0.01878223,0.2339513;0.1085334;0.01003393,0.3422683;-0.1488719;-0.01021252,-0.08797632;0.3684272;-0.01405327,-0.1839805;0.1054444;-0.009229788,-0.2938012;-0.1512858;-0.02994196,0.07075319;0.000293732;-0.03733496,0.05453568;-0.3776812;-0.001671162,0.02034851;-0.7203532;0.06083604,0.01836388;-0.7127551;-0.03660226,-0.07329135;0.008603531;-0.03089269,-0.1188744;-0.3631927;-0.09484389,-0.1447235;-0.7017576;-0.009957939,-0.1449782;-0.7578068;-0.06090358,0.02794296;0.3983344;-0.02231645,0;0;0,0.01287731;0.1995808;-0.001287645,0.03385048;0.4982556;-0.01895886,0.1435706;0.373778;0.0003470145,0.2448761;0.117436;0.04960066,0.3742124;-0.1306205;0.03776359,-0.08791384;0.3650129;0.000720894,-0.2036515;0.1101359;0.007242252,-0.3419601;-0.1318956;-0.01905406,0.07066499;-0.0005300497;-0.03749905,0.06047955;-0.3791404;-0.006668983,0.02477425;-0.7217203;0.05549303,0.02406727;-0.7131972;-0.04217093,-0.07318354;0.009435547;-0.03090532,-0.1237671;-0.3524027;-0.1353774,-0.1318146;-0.6822028;-0.01847088,-0.1306107;-0.6736044;-0.1161465,0.02669371;0.3989105;-0.01005237,5.193591
+0;0;0,0.01392962;0.1993261;-0.008664572,0.03540242;0.4972386;-0.03604564,0.1453496;0.3727638;-0.02185772,0.2499111;0.1148908;0.009262268,0.3695853;-0.1376819;-0.007622877,-0.08775318;0.3683624;-0.01482083,-0.193504;0.109168;-0.008904487,-0.3116344;-0.1437187;-0.03111948,0.07029874;-0.0002907916;-0.0381838,0.05556975;-0.3783175;-0.002422892,0.02063737;-0.7211202;0.05894478,0.01789918;-0.7136559;-0.03844437,-0.07373685;0.009506512;-0.02953819,-0.1257339;-0.3557829;-0.1204223,-0.148063;-0.6932288;-0.03024653,-0.1487053;-0.6855347;-0.1277249,0.02810327;0.3982285;-0.02405671,0;0;0,0.01287731;0.1995808;-0.001287645,0.03385048;0.4982556;-0.01895886,0.1435706;0.373778;0.0003470145,0.2448761;0.117436;0.04960066,0.3742124;-0.1306205;0.03776359,-0.08791384;0.3650129;0.000720894,-0.2036515;0.1101359;0.007242252,-0.3419601;-0.1318956;-0.01905406,0.07066499;-0.0005300497;-0.03749905,0.06047955;-0.3791404;-0.006668983,0.02477425;-0.7217203;0.05549303,0.02406727;-0.7131972;-0.04217093,-0.07318354;0.009435547;-0.03090532,-0.1237671;-0.3524027;-0.1353774,-0.1318146;-0.6822028;-0.01847088,-0.1306107;-0.6736044;-0.1161465,0.02669371;0.3989105;-0.01005237,5.20615
+0;0;0,0.01392962;0.1993261;-0.008664572,0.03540242;0.4972386;-0.03604564,0.1453496;0.3727638;-0.02185772,0.2499111;0.1148908;0.009262268,0.3695853;-0.1376819;-0.007622877,-0.08775318;0.3683624;-0.01482083,-0.193504;0.109168;-0.008904487,-0.3116344;-0.1437187;-0.03111948,0.07029874;-0.0002907916;-0.0381838,0.05556975;-0.3783175;-0.002422892,0.02063737;-0.7211202;0.05894478,0.01789918;-0.7136559;-0.03844437,-0.07373685;0.009506512;-0.02953819,-0.1257339;-0.3557829;-0.1204223,-0.148063;-0.6932288;-0.03024653,-0.1487053;-0.6855347;-0.1277249,0.02810327;0.3982285;-0.02405671,0;0;0,0.01385295;0.1995119;-0.001756155,0.03664521;0.4980063;-0.02018308,0.1458088;0.3738147;-0.001026277,0.2505435;0.1192357;0.05016123,0.3886932;-0.1241269;0.04070847,-0.08585516;0.3653283;0.0002683997,-0.2084527;0.1136582;0.005923576,-0.3557791;-0.1226719;-0.02311131,0.07038572;-0.001022558;-0.03801057,0.06071547;-0.3797258;-0.008171611,0.02320148;-0.7221321;0.05388176,0.02218828;-0.7136687;-0.04376632,-0.07339319;0.01005612;-0.03020453,-0.1280455;-0.3490552;-0.1417939,-0.135065;-0.6795888;-0.02691034,-0.1341454;-0.6710331;-0.1245797,0.02884915;0.3987347;-0.01099802,5.227211
+0;0;0,0.01398215;0.1992787;-0.009616996,0.03544267;0.4970947;-0.03805537,0.1454267;0.3728541;-0.02455266,0.2606939;0.1197239;0.007674236,0.3954062;-0.1253207;-0.006667553,-0.08768547;0.368376;-0.01559338,-0.2038938;0.1137114;-0.009146452,-0.331291;-0.1347095;-0.03052413,0.06991883;-0.0008631868;-0.03886658,0.05710103;-0.3790087;-0.003629036,0.01978027;-0.7218052;0.05635212,0.01643429;-0.7144579;-0.04099086,-0.07397006;0.01014323;-0.02873232,-0.1310357;-0.3505522;-0.1338146,-0.1462152;-0.6876068;-0.04073517,-0.1475117;-0.6800361;-0.1381787,0.02812378;0.3981244;-0.02575481,0;0;0,0.01385295;0.1995119;-0.001756155,0.03664521;0.4980063;-0.02018308,0.1458088;0.3738147;-0.001026277,0.2505435;0.1192357;0.05016123,0.3886932;-0.1241269;0.04070847,-0.08585516;0.3653283;0.0002683997,-0.2084527;0.1136582;0.005923576,-0.3557791;-0.1226719;-0.02311131,0.07038572;-0.001022558;-0.03801057,0.06071547;-0.3797258;-0.008171611,0.02320148;-0.7221321;0.05388176,0.02218828;-0.7136687;-0.04376632,-0.07339319;0.01005612;-0.03020453,-0.1280455;-0.3490552;-0.1417939,-0.135065;-0.6795888;-0.02691034,-0.1341454;-0.6710331;-0.1245797,0.02884915;0.3987347;-0.01099802,5.239213
+0;0;0,0.01398215;0.1992787;-0.009616996,0.03544267;0.4970947;-0.03805537,0.1454267;0.3728541;-0.02455266,0.2606939;0.1197239;0.007674236,0.3954062;-0.1253207;-0.006667553,-0.08768547;0.368376;-0.01559338,-0.2038938;0.1137114;-0.009146452,-0.331291;-0.1347095;-0.03052413,0.06991883;-0.0008631868;-0.03886658,0.05710103;-0.3790087;-0.003629036,0.01978027;-0.7218052;0.05635212,0.01643429;-0.7144579;-0.04099086,-0.07397006;0.01014323;-0.02873232,-0.1310357;-0.3505522;-0.1338146,-0.1462152;-0.6876068;-0.04073517,-0.1475117;-0.6800361;-0.1381787,0.02812378;0.3981244;-0.02575481,0;0;0,0.01426913;0.1994794;-0.002091512,0.03739364;0.4979177;-0.02101137,0.1465284;0.3738464;-0.002014511,0.2574691;0.1222171;0.05066273,0.4001872;-0.1185078;0.04154985,-0.08513764;0.3654092;0.0004706634,-0.2152484;0.1175303;0.005692032,-0.376396;-0.1092524;-0.02594692,0.07017498;-0.001480731;-0.03838331,0.0617703;-0.3802829;-0.009430269,0.0222095;-0.7224864;0.05247029,0.02090382;-0.7140595;-0.04516629,-0.07351618;0.01064694;-0.02969872,-0.1356209;-0.3427155;-0.1549105,-0.1397622;-0.6740687;-0.04226984,-0.1390949;-0.6655549;-0.139932,0.0295209;0.3986669;-0.01166783,5.261121
+0;0;0,0.01398215;0.1992787;-0.009616996,0.03544267;0.4970947;-0.03805537,0.1454267;0.3728541;-0.02455266,0.2606939;0.1197239;0.007674236,0.3954062;-0.1253207;-0.006667553,-0.08768547;0.368376;-0.01559338,-0.2038938;0.1137114;-0.009146452,-0.331291;-0.1347095;-0.03052413,0.06991883;-0.0008631868;-0.03886658,0.05710103;-0.3790087;-0.003629036,0.01978027;-0.7218052;0.05635212,0.01643429;-0.7144579;-0.04099086,-0.07397006;0.01014323;-0.02873232,-0.1310357;-0.3505522;-0.1338146,-0.1462152;-0.6876068;-0.04073517,-0.1475117;-0.6800361;-0.1381787,0.02812378;0.3981244;-0.02575481,0;0;0,0.01426913;0.1994794;-0.002091512,0.03739364;0.4979177;-0.02101137,0.1465284;0.3738464;-0.002014511,0.2574691;0.1222171;0.05066273,0.4001872;-0.1185078;0.04154985,-0.08513764;0.3654092;0.0004706634,-0.2152484;0.1175303;0.005692032,-0.376396;-0.1092524;-0.02594692,0.07017498;-0.001480731;-0.03838331,0.0617703;-0.3802829;-0.009430269,0.0222095;-0.7224864;0.05247029,0.02090382;-0.7140595;-0.04516629,-0.07351618;0.01064694;-0.02969872,-0.1356209;-0.3427155;-0.1549105,-0.1397622;-0.6740687;-0.04226984,-0.1390949;-0.6655549;-0.139932,0.0295209;0.3986669;-0.01166783,5.272639
+0;0;0,0.01398215;0.1992787;-0.009616996,0.03544267;0.4970947;-0.03805537,0.1454267;0.3728541;-0.02455266,0.2606939;0.1197239;0.007674236,0.3954062;-0.1253207;-0.006667553,-0.08768547;0.368376;-0.01559338,-0.2038938;0.1137114;-0.009146452,-0.331291;-0.1347095;-0.03052413,0.06991883;-0.0008631868;-0.03886658,0.05710103;-0.3790087;-0.003629036,0.01978027;-0.7218052;0.05635212,0.01643429;-0.7144579;-0.04099086,-0.07397006;0.01014323;-0.02873232,-0.1310357;-0.3505522;-0.1338146,-0.1462152;-0.6876068;-0.04073517,-0.1475117;-0.6800361;-0.1381787,0.02812378;0.3981244;-0.02575481,0;0;0,0.01426913;0.1994794;-0.002091512,0.03739364;0.4979177;-0.02101137,0.1465284;0.3738464;-0.002014511,0.2574691;0.1222171;0.05066273,0.4001872;-0.1185078;0.04154985,-0.08513764;0.3654092;0.0004706634,-0.2152484;0.1175303;0.005692032,-0.376396;-0.1092524;-0.02594692,0.07017498;-0.001480731;-0.03838331,0.0617703;-0.3802829;-0.009430269,0.0222095;-0.7224864;0.05247029,0.02090382;-0.7140595;-0.04516629,-0.07351618;0.01064694;-0.02969872,-0.1356209;-0.3427155;-0.1549105,-0.1397622;-0.6740687;-0.04226984,-0.1390949;-0.6655549;-0.139932,0.0295209;0.3986669;-0.01166783,5.284052
+0;0;0,0.01428133;0.1992149;-0.01046236,0.03596266;0.4969293;-0.03979882,0.145904;0.3729656;-0.02688003,0.2750978;0.1267441;0.006043028,0.4246994;-0.1097011;-0.004589031,-0.08721575;0.3684643;-0.01595894,-0.2144547;0.1191536;-0.008583066,-0.3497314;-0.1251295;-0.02922256,0.06961349;-0.001632323;-0.03938651,0.05896736;-0.3799246;-0.005011525,0.01983109;-0.7226474;0.05422878,0.0158722;-0.7153981;-0.04306837,-0.07412142;0.01105382;-0.02799692,-0.1369369;-0.3430341;-0.1507811,-0.1464322;-0.6790013;-0.05312951,-0.1483537;-0.6716108;-0.1505211,0.02854473;0.3979991;-0.02723756,0;0;0,0.01582732;0.1993641;-0.001853983,0.04220802;0.497547;-0.02053853,0.1500562;0.3724716;-0.002857891,0.269936;0.1253202;0.05141003,0.4196364;-0.1111612;0.04326311,-0.08161283;0.3656708;0.0009677345,-0.2183798;0.1213987;0.006059015,-0.3825637;-0.1030523;-0.02658071,0.0701379;-0.001830259;-0.03843598,0.06273146;-0.3807444;-0.0107009,0.02149981;-0.7226763;0.05160901,0.01957898;-0.7141966;-0.04602905,-0.0735216;0.01096963;-0.02956758,-0.14102;-0.3377486;-0.1646214,-0.1421184;-0.6689104;-0.05134895,-0.1420527;-0.6603689;-0.1490195,0.03319054;0.3983861;-0.01127547,5.305955
+0;0;0,0.01428133;0.1992149;-0.01046236,0.03596266;0.4969293;-0.03979882,0.145904;0.3729656;-0.02688003,0.2750978;0.1267441;0.006043028,0.4246994;-0.1097011;-0.004589031,-0.08721575;0.3684643;-0.01595894,-0.2144547;0.1191536;-0.008583066,-0.3497314;-0.1251295;-0.02922256,0.06961349;-0.001632323;-0.03938651,0.05896736;-0.3799246;-0.005011525,0.01983109;-0.7226474;0.05422878,0.0158722;-0.7153981;-0.04306837,-0.07412142;0.01105382;-0.02799692,-0.1369369;-0.3430341;-0.1507811,-0.1464322;-0.6790013;-0.05312951,-0.1483537;-0.6716108;-0.1505211,0.02854473;0.3979991;-0.02723756,0;0;0,0.01582732;0.1993641;-0.001853983,0.04220802;0.497547;-0.02053853,0.1500562;0.3724716;-0.002857891,0.269936;0.1253202;0.05141003,0.4196364;-0.1111612;0.04326311,-0.08161283;0.3656708;0.0009677345,-0.2183798;0.1213987;0.006059015,-0.3825637;-0.1030523;-0.02658071,0.0701379;-0.001830259;-0.03843598,0.06273146;-0.3807444;-0.0107009,0.02149981;-0.7226763;0.05160901,0.01957898;-0.7141966;-0.04602905,-0.0735216;0.01096963;-0.02956758,-0.14102;-0.3377486;-0.1646214,-0.1421184;-0.6689104;-0.05134895,-0.1420527;-0.6603689;-0.1490195,0.03319054;0.3983861;-0.01127547,5.317207
+0;0;0,0.01428133;0.1992149;-0.01046236,0.03596266;0.4969293;-0.03979882,0.145904;0.3729656;-0.02688003,0.2750978;0.1267441;0.006043028,0.4246994;-0.1097011;-0.004589031,-0.08721575;0.3684643;-0.01595894,-0.2144547;0.1191536;-0.008583066,-0.3497314;-0.1251295;-0.02922256,0.06961349;-0.001632323;-0.03938651,0.05896736;-0.3799246;-0.005011525,0.01983109;-0.7226474;0.05422878,0.0158722;-0.7153981;-0.04306837,-0.07412142;0.01105382;-0.02799692,-0.1369369;-0.3430341;-0.1507811,-0.1464322;-0.6790013;-0.05312951,-0.1483537;-0.6716108;-0.1505211,0.02854473;0.3979991;-0.02723756,0;0;0,0.01584617;0.1993577;-0.002322203,0.04173187;0.4975513;-0.02154441,0.1497936;0.3725282;-0.003851694,0.2767755;0.1291029;0.05110029,0.4306797;-0.1046458;0.0424363,-0.08165963;0.3653663;0.001444469,-0.2249059;0.124818;0.005573532,-0.3988563;-0.09203982;-0.02780204,0.06989048;-0.002261448;-0.03886136,0.06357471;-0.3812926;-0.01248939,0.02087908;-0.7230126;0.04999676,0.01853205;-0.7145793;-0.04762172,-0.07365385;0.01152053;-0.0290239,-0.146316;-0.3327065;-0.1726482,-0.1450498;-0.6636333;-0.05869279,-0.1453933;-0.6551665;-0.1563463,0.03290589;0.3983871;-0.01213349,5.339387
+0;0;0,0.01562549;0.1990808;-0.01107682,0.0423655;0.4961243;-0.04275955,0.1504836;0.3736553;-0.02724811,0.2865074;0.1309189;0.004001509,0.4424299;-0.1014972;-0.004423124,-0.08306769;0.3691567;-0.01688924,-0.2194233;0.1247092;-0.009639939,-0.3744902;-0.1074433;-0.03107505,0.06933297;-0.002519294;-0.03983205,0.05907543;-0.3809134;-0.00647603,0.01889594;-0.7234821;0.0529574,0.01512426;-0.7163789;-0.04431289,-0.07418618;0.01211254;-0.02738059,-0.1428533;-0.3342063;-0.1679085,-0.145632;-0.6699432;-0.0690499,-0.1473939;-0.6627702;-0.1663938,0.03289463;0.3975202;-0.02906523,0;0;0,0.01584617;0.1993577;-0.002322203,0.04173187;0.4975513;-0.02154441,0.1497936;0.3725282;-0.003851694,0.2767755;0.1291029;0.05110029,0.4306797;-0.1046458;0.0424363,-0.08165963;0.3653663;0.001444469,-0.2249059;0.124818;0.005573532,-0.3988563;-0.09203982;-0.02780204,0.06989048;-0.002261448;-0.03886136,0.06357471;-0.3812926;-0.01248939,0.02087908;-0.7230126;0.04999676,0.01853205;-0.7145793;-0.04762172,-0.07365385;0.01152053;-0.0290239,-0.146316;-0.3327065;-0.1726482,-0.1450498;-0.6636333;-0.05869279,-0.1453933;-0.6551665;-0.1563463,0.03290589;0.3983871;-0.01213349,5.350664
+0;0;0,0.01562549;0.1990808;-0.01107682,0.0423655;0.4961243;-0.04275955,0.1504836;0.3736553;-0.02724811,0.2865074;0.1309189;0.004001509,0.4424299;-0.1014972;-0.004423124,-0.08306769;0.3691567;-0.01688924,-0.2194233;0.1247092;-0.009639939,-0.3744902;-0.1074433;-0.03107505,0.06933297;-0.002519294;-0.03983205,0.05907543;-0.3809134;-0.00647603,0.01889594;-0.7234821;0.0529574,0.01512426;-0.7163789;-0.04431289,-0.07418618;0.01211254;-0.02738059,-0.1428533;-0.3342063;-0.1679085,-0.145632;-0.6699432;-0.0690499,-0.1473939;-0.6627702;-0.1663938,0.03289463;0.3975202;-0.02906523,0;0;0,0.01721285;0.1992454;-0.002231806,0.04513787;0.497261;-0.02135902,0.1527002;0.3733199;-0.002688339,0.275848;0.1274878;0.05023809,0.4357426;-0.1022714;0.0435718,-0.07897831;0.3654248;0.001643116,-0.2291722;0.1291331;0.004472941,-0.4101219;-0.08147129;-0.0316245,0.06971833;-0.002761792;-0.03913728,0.06378224;-0.381908;-0.01437982,0.01951017;-0.7233604;0.0484708,0.01762745;-0.7149179;-0.0491598,-0.07368991;0.01192528;-0.02876777,-0.151878;-0.3277403;-0.1801413,-0.1487713;-0.6596168;-0.0690181,-0.1486227;-0.6511372;-0.1666749,0.03566597;0.3981537;-0.01197704,5.373099
+0;0;0,0.01562549;0.1990808;-0.01107682,0.0423655;0.4961243;-0.04275955,0.1504836;0.3736553;-0.02724811,0.2865074;0.1309189;0.004001509,0.4424299;-0.1014972;-0.004423124,-0.08306769;0.3691567;-0.01688924,-0.2194233;0.1247092;-0.009639939,-0.3744902;-0.1074433;-0.03107505,0.06933297;-0.002519294;-0.03983205,0.05907543;-0.3809134;-0.00647603,0.01889594;-0.7234821;0.0529574,0.01512426;-0.7163789;-0.04431289,-0.07418618;0.01211254;-0.02738059,-0.1428533;-0.3342063;-0.1679085,-0.145632;-0.6699432;-0.0690499,-0.1473939;-0.6627702;-0.1663938,0.03289463;0.3975202;-0.02906523,0;0;0,0.01721285;0.1992454;-0.002231806,0.04513787;0.497261;-0.02135902,0.1527002;0.3733199;-0.002688339,0.275848;0.1274878;0.05023809,0.4357426;-0.1022714;0.0435718,-0.07897831;0.3654248;0.001643116,-0.2291722;0.1291331;0.004472941,-0.4101219;-0.08147129;-0.0316245,0.06971833;-0.002761792;-0.03913728,0.06378224;-0.381908;-0.01437982,0.01951017;-0.7233604;0.0484708,0.01762745;-0.7149179;-0.0491598,-0.07368991;0.01192528;-0.02876777,-0.151878;-0.3277403;-0.1801413,-0.1487713;-0.6596168;-0.0690181,-0.1486227;-0.6511372;-0.1666749,0.03566597;0.3981537;-0.01197704,5.384543
+0;0;0,0.01679784;0.1989447;-0.0117824,0.04535202;0.4956887;-0.04465076,0.1528041;0.3726269;-0.02966163,0.3016675;0.1379948;0.004797958,0.4685675;-0.08675945;-0.000673092,-0.08056609;0.3689662;-0.01761775,-0.2253435;0.1294453;-0.009297284,-0.3841919;-0.1002514;-0.02946229,0.06905247;-0.003169521;-0.04027047,0.06038595;-0.3817008;-0.008037116,0.01875151;-0.7242089;0.05074003,0.01436418;-0.7171972;-0.04648287,-0.07432659;0.0126537;-0.02674775,-0.1454176;-0.330229;-0.1743199,-0.1441992;-0.6657192;-0.07459615,-0.1466006;-0.6586564;-0.1719004,0.03535001;0.3971994;-0.03051518,0;0;0,0.01851746;0.1991314;-0.001943658,0.0484244;0.4969896;-0.02053089,0.1553256;0.3727131;-0.002908958,0.2812468;0.1284094;0.05056588,0.4459254;-0.09797098;0.04483458,-0.07655071;0.3658467;0.00200702,-0.2344874;0.134646;0.003512545,-0.4193094;-0.07251661;-0.03288086,0.069544;-0.003069076;-0.0394235,0.06313983;-0.3822566;-0.01542723,0.01807141;-0.7235809;0.04755319,0.01598962;-0.7150745;-0.05008745,-0.07375745;0.01216319;-0.02849378,-0.1582662;-0.3213665;-0.1897892,-0.1527999;-0.6533903;-0.07919853,-0.1528268;-0.6448857;-0.176861,0.03830819;0.3979278;-0.01134352,5.406482
+0;0;0,0.01679784;0.1989447;-0.0117824,0.04535202;0.4956887;-0.04465076,0.1528041;0.3726269;-0.02966163,0.3016675;0.1379948;0.004797958,0.4685675;-0.08675945;-0.000673092,-0.08056609;0.3689662;-0.01761775,-0.2253435;0.1294453;-0.009297284,-0.3841919;-0.1002514;-0.02946229,0.06905247;-0.003169521;-0.04027047,0.06038595;-0.3817008;-0.008037116,0.01875151;-0.7242089;0.05074003,0.01436418;-0.7171972;-0.04648287,-0.07432659;0.0126537;-0.02674775,-0.1454176;-0.330229;-0.1743199,-0.1441992;-0.6657192;-0.07459615,-0.1466006;-0.6586564;-0.1719004,0.03535001;0.3971994;-0.03051518,0;0;0,0.01851746;0.1991314;-0.001943658,0.0484244;0.4969896;-0.02053089,0.1553256;0.3727131;-0.002908958,0.2812468;0.1284094;0.05056588,0.4459254;-0.09797098;0.04483458,-0.07655071;0.3658467;0.00200702,-0.2344874;0.134646;0.003512545,-0.4193094;-0.07251661;-0.03288086,0.069544;-0.003069076;-0.0394235,0.06313983;-0.3822566;-0.01542723,0.01807141;-0.7235809;0.04755319,0.01598962;-0.7150745;-0.05008745,-0.07375745;0.01216319;-0.02849378,-0.1582662;-0.3213665;-0.1897892,-0.1527999;-0.6533903;-0.07919853,-0.1528268;-0.6448857;-0.176861,0.03830819;0.3979278;-0.01134352,5.417706
+0;0;0,0.01679784;0.1989447;-0.0117824,0.04535202;0.4956887;-0.04465076,0.1528041;0.3726269;-0.02966163,0.3016675;0.1379948;0.004797958,0.4685675;-0.08675945;-0.000673092,-0.08056609;0.3689662;-0.01761775,-0.2253435;0.1294453;-0.009297284,-0.3841919;-0.1002514;-0.02946229,0.06905247;-0.003169521;-0.04027047,0.06038595;-0.3817008;-0.008037116,0.01875151;-0.7242089;0.05074003,0.01436418;-0.7171972;-0.04648287,-0.07432659;0.0126537;-0.02674775,-0.1454176;-0.330229;-0.1743199,-0.1441992;-0.6657192;-0.07459615,-0.1466006;-0.6586564;-0.1719004,0.03535001;0.3971994;-0.03051518,0;0;0,0.01930269;0.1990571;-0.001912439,0.05005949;0.4968304;-0.0204726,0.1566935;0.3724558;-0.002997318,0.2887033;0.1313521;0.05031682,0.4553415;-0.09363982;0.04709876,-0.07529257;0.3662853;0.002331299,-0.2399268;0.1398001;0.00233914,-0.4316596;-0.06104597;-0.03370818,0.06941586;-0.003283381;-0.03963152,0.06220365;-0.3825211;-0.01668122,0.01649297;-0.723727;0.04647803,0.01429239;-0.715196;-0.0511654,-0.07382379;0.01227009;-0.0282753,-0.1632481;-0.316841;-0.1958736,-0.1576152;-0.6499079;-0.08847395,-0.1577181;-0.6413796;-0.1861416,0.03969274;0.3977938;-0.01129193,5.440163
+0;0;0,0.01686782;0.1988871;-0.01262533,0.04520732;0.4955678;-0.04629961,0.1530422;0.3742079;-0.0300095,0.3057034;0.1419245;0.003738808,0.4840957;-0.07388438;0.002087002,-0.08071589;0.3695598;-0.01820689,-0.2342757;0.1356176;-0.008698043,-0.4019575;-0.08766824;-0.02934362,0.06871792;-0.003962921;-0.04076939,0.06078655;-0.3826312;-0.009988913,0.01643481;-0.7249917;0.04764969,0.0122787;-0.7180939;-0.04955637,-0.07442315;0.01335707;-0.02613011,-0.1536868;-0.3202828;-0.1898423,-0.1450243;-0.6546175;-0.0866665,-0.1472198;-0.6477339;-0.1839332,0.03526166;0.3970913;-0.03203513,0;0;0,0.02012191;0.1989771;-0.001799352,0.05205082;0.4966409;-0.02013994,0.1582517;0.3720398;-0.002831458,0.298714;0.1358189;0.0507418,0.4674193;-0.08765016;0.05045929,-0.073788;0.3664412;0.00242216,-0.2462361;0.1458499;0.00136296,-0.4433242;-0.04950517;-0.03595572,0.06926692;-0.003620713;-0.03986207,0.06295921;-0.383111;-0.02122581,0.0171009;-0.7240517;0.04324489,0.01494546;-0.7154917;-0.05440592,-0.07384508;0.01260783;-0.0280704,-0.1679417;-0.3121434;-0.2015133,-0.160462;-0.6450027;-0.09358411,-0.1604977;-0.636466;-0.1912536,0.04130142;0.3976378;-0.01103887,5.46199
+0;0;0,0.01686782;0.1988871;-0.01262533,0.04520732;0.4955678;-0.04629961,0.1530422;0.3742079;-0.0300095,0.3057034;0.1419245;0.003738808,0.4840957;-0.07388438;0.002087002,-0.08071589;0.3695598;-0.01820689,-0.2342757;0.1356176;-0.008698043,-0.4019575;-0.08766824;-0.02934362,0.06871792;-0.003962921;-0.04076939,0.06078655;-0.3826312;-0.009988913,0.01643481;-0.7249917;0.04764969,0.0122787;-0.7180939;-0.04955637,-0.07442315;0.01335707;-0.02613011,-0.1536868;-0.3202828;-0.1898423,-0.1450243;-0.6546175;-0.0866665,-0.1472198;-0.6477339;-0.1839332,0.03526166;0.3970913;-0.03203513,0;0;0,0.02012191;0.1989771;-0.001799352,0.05205082;0.4966409;-0.02013994,0.1582517;0.3720398;-0.002831458,0.298714;0.1358189;0.0507418,0.4674193;-0.08765016;0.05045929,-0.073788;0.3664412;0.00242216,-0.2462361;0.1458499;0.00136296,-0.4433242;-0.04950517;-0.03595572,0.06926692;-0.003620713;-0.03986207,0.06295921;-0.383111;-0.02122581,0.0171009;-0.7240517;0.04324489,0.01494546;-0.7154917;-0.05440592,-0.07384508;0.01260783;-0.0280704,-0.1679417;-0.3121434;-0.2015133,-0.160462;-0.6450027;-0.09358411,-0.1604977;-0.636466;-0.1912536,0.04130142;0.3976378;-0.01103887,5.473351
+0;0;0,0.01686782;0.1988871;-0.01262533,0.04520732;0.4955678;-0.04629961,0.1530422;0.3742079;-0.0300095,0.3057034;0.1419245;0.003738808,0.4840957;-0.07388438;0.002087002,-0.08071589;0.3695598;-0.01820689,-0.2342757;0.1356176;-0.008698043,-0.4019575;-0.08766824;-0.02934362,0.06871792;-0.003962921;-0.04076939,0.06078655;-0.3826312;-0.009988913,0.01643481;-0.7249917;0.04764969,0.0122787;-0.7180939;-0.04955637,-0.07442315;0.01335707;-0.02613011,-0.1536868;-0.3202828;-0.1898423,-0.1450243;-0.6546175;-0.0866665,-0.1472198;-0.6477339;-0.1839332,0.03526166;0.3970913;-0.03203513,0;0;0,0.02012191;0.1989771;-0.001799352,0.05205082;0.4966409;-0.02013994,0.1582517;0.3720398;-0.002831458,0.298714;0.1358189;0.0507418,0.4674193;-0.08765016;0.05045929,-0.073788;0.3664412;0.00242216,-0.2462361;0.1458499;0.00136296,-0.4433242;-0.04950517;-0.03595572,0.06926692;-0.003620713;-0.03986207,0.06295921;-0.383111;-0.02122581,0.0171009;-0.7240517;0.04324489,0.01494546;-0.7154917;-0.05440592,-0.07384508;0.01260783;-0.0280704,-0.1679417;-0.3121434;-0.2015133,-0.160462;-0.6450027;-0.09358411,-0.1604977;-0.636466;-0.1912536,0.04130142;0.3976378;-0.01103887,5.487052
+0;0;0,0.0178461;0.1987828;-0.01291919,0.04706518;0.495288;-0.04737808,0.1546886;0.3737273;-0.03074028,0.3137009;0.1459075;0.004090874,0.5034888;-0.0599001;-0.0007875361,-0.07906391;0.3696331;-0.01880687,-0.2412332;0.1415485;-0.009943023,-0.4163612;-0.07614598;-0.02836293,0.06855488;-0.004552556;-0.04098174,0.06073187;-0.3833335;-0.01159154,0.01337135;-0.7254707;0.04496932,0.009213269;-0.7186343;-0.05222204,-0.07441157;0.01381056;-0.02592656,-0.1581689;-0.3149936;-0.1970188,-0.1447714;-0.6494205;-0.09465111,-0.1470099;-0.6426;-0.1919018,0.03695972;0.396869;-0.03283274,0;0;0,0.0208516;0.1989021;-0.00178339,0.05383373;0.4964514;-0.02011688,0.1595094;0.3711537;-0.002554653,0.3053283;0.1381065;0.05060384,0.481155;-0.07980396;0.05062076,-0.07247466;0.366825;0.002598056,-0.2512406;0.1513282;0.0006220865,-0.4520847;-0.0401687;-0.03666836,0.06919943;-0.003813971;-0.03996113,0.06198023;-0.3833018;-0.02160792,0.01559876;-0.7242494;0.04245114,0.01353079;-0.7156827;-0.05520304,-0.0738694;0.01274082;-0.02794608,-0.172535;-0.3068905;-0.2082263,-0.1640263;-0.6401159;-0.1015098,-0.1639456;-0.6315953;-0.1991757,0.04274045;0.3974861;-0.01101713,5.506742
+0;0;0,0.0178461;0.1987828;-0.01291919,0.04706518;0.495288;-0.04737808,0.1546886;0.3737273;-0.03074028,0.3137009;0.1459075;0.004090874,0.5034888;-0.0599001;-0.0007875361,-0.07906391;0.3696331;-0.01880687,-0.2412332;0.1415485;-0.009943023,-0.4163612;-0.07614598;-0.02836293,0.06855488;-0.004552556;-0.04098174,0.06073187;-0.3833335;-0.01159154,0.01337135;-0.7254707;0.04496932,0.009213269;-0.7186343;-0.05222204,-0.07441157;0.01381056;-0.02592656,-0.1581689;-0.3149936;-0.1970188,-0.1447714;-0.6494205;-0.09465111,-0.1470099;-0.6426;-0.1919018,0.03695972;0.396869;-0.03283274,0;0;0,0.0208516;0.1989021;-0.00178339,0.05383373;0.4964514;-0.02011688,0.1595094;0.3711537;-0.002554653,0.3053283;0.1381065;0.05060384,0.481155;-0.07980396;0.05062076,-0.07247466;0.366825;0.002598056,-0.2512406;0.1513282;0.0006220865,-0.4520847;-0.0401687;-0.03666836,0.06919943;-0.003813971;-0.03996113,0.06198023;-0.3833018;-0.02160792,0.01559876;-0.7242494;0.04245114,0.01353079;-0.7156827;-0.05520304,-0.0738694;0.01274082;-0.02794608,-0.172535;-0.3068905;-0.2082263,-0.1640263;-0.6401159;-0.1015098,-0.1639456;-0.6315953;-0.1991757,0.04274045;0.3974861;-0.01101713,5.518332
+0;0;0,0.0178461;0.1987828;-0.01291919,0.04706518;0.495288;-0.04737808,0.1546886;0.3737273;-0.03074028,0.3137009;0.1459075;0.004090874,0.5034888;-0.0599001;-0.0007875361,-0.07906391;0.3696331;-0.01880687,-0.2412332;0.1415485;-0.009943023,-0.4163612;-0.07614598;-0.02836293,0.06855488;-0.004552556;-0.04098174,0.06073187;-0.3833335;-0.01159154,0.01337135;-0.7254707;0.04496932,0.009213269;-0.7186343;-0.05222204,-0.07441157;0.01381056;-0.02592656,-0.1581689;-0.3149936;-0.1970188,-0.1447714;-0.6494205;-0.09465111,-0.1470099;-0.6426;-0.1919018,0.03695972;0.396869;-0.03283274,0;0;0,0.02128563;0.1988566;-0.001729987,0.05450508;0.4963829;-0.02000926,0.1600756;0.3708463;-0.002419247,0.31214;0.1418133;0.05068696,0.4909878;-0.07362203;0.05173025,-0.07190695;0.3668944;0.002509039,-0.2580049;0.1577093;-0.0005140444,-0.4650547;-0.02688479;-0.03866421,0.06909308;-0.004023714;-0.04012426,0.06032735;-0.3834985;-0.02217994,0.01331245;-0.724445;0.04142097,0.0113475;-0.7158655;-0.05623816,-0.0739397;0.01290441;-0.02768387,-0.1773281;-0.3005522;-0.2159809,-0.1676543;-0.6338493;-0.109588,-0.1674445;-0.6253451;-0.2072501,0.04336486;0.3974212;-0.01092666,5.540265
+0;0;0,0.01886998;0.1986535;-0.01344247,0.0494402;0.4949133;-0.0488193,0.1566577;0.3735112;-0.03138994,0.3233803;0.1514258;0.004410259,0.5185078;-0.0493179;-0.0008088709,-0.07716095;0.3698782;-0.01942702,-0.2482886;0.1484627;-0.00991271,-0.4335535;-0.06104434;-0.02346663,0.06840768;-0.004993373;-0.04117592,0.06010109;-0.3838932;-0.0135002,0.01070968;-0.7260281;0.04130993,0.006564176;-0.7192794;-0.05586103,-0.074426;0.0141089;-0.02572372,-0.1635786;-0.3073066;-0.2077785,-0.146293;-0.640838;-0.1030981,-0.1485362;-0.6341541;-0.200316,0.03892495;0.3965867;-0.03394318,0;0;0,0.02128563;0.1988566;-0.001729987,0.05450508;0.4963829;-0.02000926,0.1600756;0.3708463;-0.002419247,0.31214;0.1418133;0.05068696,0.4909878;-0.07362203;0.05173025,-0.07190695;0.3668944;0.002509039,-0.2580049;0.1577093;-0.0005140444,-0.4650547;-0.02688479;-0.03866421,0.06909308;-0.004023714;-0.04012426,0.06032735;-0.3834985;-0.02217994,0.01331245;-0.724445;0.04142097,0.0113475;-0.7158655;-0.05623816,-0.0739397;0.01290441;-0.02768387,-0.1773281;-0.3005522;-0.2159809,-0.1676543;-0.6338493;-0.109588,-0.1674445;-0.6253451;-0.2072501,0.04336486;0.3974212;-0.01092666,5.551559
+0;0;0,0.01886998;0.1986535;-0.01344247,0.0494402;0.4949133;-0.0488193,0.1566577;0.3735112;-0.03138994,0.3233803;0.1514258;0.004410259,0.5185078;-0.0493179;-0.0008088709,-0.07716095;0.3698782;-0.01942702,-0.2482886;0.1484627;-0.00991271,-0.4335535;-0.06104434;-0.02346663,0.06840768;-0.004993373;-0.04117592,0.06010109;-0.3838932;-0.0135002,0.01070968;-0.7260281;0.04130993,0.006564176;-0.7192794;-0.05586103,-0.074426;0.0141089;-0.02572372,-0.1635786;-0.3073066;-0.2077785,-0.146293;-0.640838;-0.1030981,-0.1485362;-0.6341541;-0.200316,0.03892495;0.3965867;-0.03394318,0;0;0,0.02123206;0.1988627;-0.001686691,0.05406605;0.4964322;-0.01995474,0.1597176;0.3705136;-0.002699458,0.3177728;0.1457675;0.05122421,0.5067801;-0.06077641;0.05520457,-0.07223145;0.366971;0.002433738,-0.2652933;0.1642268;-0.002243148,-0.4757552;-0.01668204;-0.03936177,0.06899457;-0.004467014;-0.04024667,0.05909771;-0.3840324;-0.02500875,0.01090045;-0.7249131;0.0380571,-0.02403108;-0.7737044;-0.01265507,-0.07386915;0.01334349;-0.02766404,-0.1823738;-0.2946644;-0.2219779,-0.1697582;-0.6271091;-0.1132519,-0.1695749;-0.618633;-0.2109079,0.04306691;0.3974549;-0.01087118,5.562881
+0;0;0,0.01886998;0.1986535;-0.01344247,0.0494402;0.4949133;-0.0488193,0.1566577;0.3735112;-0.03138994,0.3233803;0.1514258;0.004410259,0.5185078;-0.0493179;-0.0008088709,-0.07716095;0.3698782;-0.01942702,-0.2482886;0.1484627;-0.00991271,-0.4335535;-0.06104434;-0.02346663,0.06840768;-0.004993373;-0.04117592,0.06010109;-0.3838932;-0.0135002,0.01070968;-0.7260281;0.04130993,0.006564176;-0.7192794;-0.05586103,-0.074426;0.0141089;-0.02572372,-0.1635786;-0.3073066;-0.2077785,-0.146293;-0.640838;-0.1030981,-0.1485362;-0.6341541;-0.200316,0.03892495;0.3965867;-0.03394318,0;0;0,0.02123206;0.1988627;-0.001686691,0.05406605;0.4964322;-0.01995474,0.1597176;0.3705136;-0.002699458,0.3177728;0.1457675;0.05122421,0.5067801;-0.06077641;0.05520457,-0.07223145;0.366971;0.002433738,-0.2652933;0.1642268;-0.002243148,-0.4757552;-0.01668204;-0.03936177,0.06899457;-0.004467014;-0.04024667,0.05909771;-0.3840324;-0.02500875,0.01090045;-0.7249131;0.0380571,-0.02403108;-0.7737044;-0.01265507,-0.07386915;0.01334349;-0.02766404,-0.1823738;-0.2946644;-0.2219779,-0.1697582;-0.6271091;-0.1132519,-0.1695749;-0.618633;-0.2109079,0.04306691;0.3974549;-0.01087118,5.574374
+0;0;0,0.01868661;0.1986472;-0.01378761,0.04866338;0.4949362;-0.04944751,0.1563317;0.3739859;-0.03191983,0.3306518;0.1579461;0.004676644,0.5390092;-0.02909176;0.002665407,-0.07757711;0.3701275;-0.01952185,-0.2564741;0.1549014;-0.01093998,-0.4500625;-0.04697904;-0.02389375,0.06830286;-0.005356894;-0.04130402,0.05961591;-0.3843;-0.01434709,0.008495796;-0.7264634;0.03867115,0.004299589;-0.7197633;-0.05848598,-0.07441808;0.01442591;-0.02557033,-0.1675529;-0.3010154;-0.2158929,-0.1456564;-0.6341233;-0.110728,-0.1627921;-0.6926795;-0.1539042,0.0385066;0.3965803;-0.03451575,0;0;0,0.02146258;0.1988375;-0.001728891,0.05441119;0.4963903;-0.02006473,0.1599374;0.3700019;-0.002855964,0.3255746;0.1509939;0.05191455,0.5187065;-0.0516838;0.05658633,-0.07193162;0.3670496;0.002390575,-0.271089;0.17031;-0.00307218,-0.4851307;-0.006444171;-0.03973458,0.06883992;-0.004769224;-0.04047617,0.05805184;-0.3843908;-0.02739786,0.01145647;-0.7253745;0.0363128,0.009426375;-0.7167984;-0.06134423,-0.07389789;0.01364158;-0.027441,-0.1874637;-0.2859791;-0.2317209,-0.1732199;-0.6180196;-0.1219654,-0.173041;-0.6096144;-0.2196057,0.04339234;0.3974172;-0.0109583,5.596136
+0;0;0,0.01868661;0.1986472;-0.01378761,0.04866338;0.4949362;-0.04944751,0.1563317;0.3739859;-0.03191983,0.3306518;0.1579461;0.004676644,0.5390092;-0.02909176;0.002665407,-0.07757711;0.3701275;-0.01952185,-0.2564741;0.1549014;-0.01093998,-0.4500625;-0.04697904;-0.02389375,0.06830286;-0.005356894;-0.04130402,0.05961591;-0.3843;-0.01434709,0.008495796;-0.7264634;0.03867115,0.004299589;-0.7197633;-0.05848598,-0.07441808;0.01442591;-0.02557033,-0.1675529;-0.3010154;-0.2158929,-0.1456564;-0.6341233;-0.110728,-0.1627921;-0.6926795;-0.1539042,0.0385066;0.3965803;-0.03451575,0;0;0,0.02146258;0.1988375;-0.001728891,0.05441119;0.4963903;-0.02006473,0.1599374;0.3700019;-0.002855964,0.3255746;0.1509939;0.05191455,0.5187065;-0.0516838;0.05658633,-0.07193162;0.3670496;0.002390575,-0.271089;0.17031;-0.00307218,-0.4851307;-0.006444171;-0.03973458,0.06883992;-0.004769224;-0.04047617,0.05805184;-0.3843908;-0.02739786,0.01145647;-0.7253745;0.0363128,0.009426375;-0.7167984;-0.06134423,-0.07389789;0.01364158;-0.027441,-0.1874637;-0.2859791;-0.2317209,-0.1732199;-0.6180196;-0.1219654,-0.173041;-0.6096144;-0.2196057,0.04339234;0.3974172;-0.0109583,5.607955
+0;0;0,0.01868661;0.1986472;-0.01378761,0.04866338;0.4949362;-0.04944751,0.1563317;0.3739859;-0.03191983,0.3306518;0.1579461;0.004676644,0.5390092;-0.02909176;0.002665407,-0.07757711;0.3701275;-0.01952185,-0.2564741;0.1549014;-0.01093998,-0.4500625;-0.04697904;-0.02389375,0.06830286;-0.005356894;-0.04130402,0.05961591;-0.3843;-0.01434709,0.008495796;-0.7264634;0.03867115,0.004299589;-0.7197633;-0.05848598,-0.07441808;0.01442591;-0.02557033,-0.1675529;-0.3010154;-0.2158929,-0.1456564;-0.6341233;-0.110728,-0.1627921;-0.6926795;-0.1539042,0.0385066;0.3965803;-0.03451575,0;0;0,0.02164517;0.1988182;-0.001670539,0.05469788;0.4963655;-0.01990856,0.1601329;0.3696468;-0.002852544,0.331086;0.1547174;0.05174071,0.5337783;-0.03842893;0.05495358,-0.07170454;0.36697;0.002052298,-0.2762104;0.1758156;-0.004057598,-0.4942391;0.004222289;-0.04173027,0.06874651;-0.004934789;-0.04061484,0.05719624;-0.3845872;-0.02918525,0.01092673;-0.7254385;0.0354642,0.00901747;-0.7168538;-0.06219715,-0.07390848;0.01378913;-0.02733854,-0.1916248;-0.2773468;-0.2413076,-0.1743463;-0.6087116;-0.1299578,-0.1740509;-0.6003693;-0.2275839,0.04365763;0.3973918;-0.01083506,5.629444
+0;0;0,0.01851746;0.1986315;-0.01423524,0.04803386;0.4949197;-0.0502988,0.1560148;0.3741236;-0.03265136,0.3405362;0.1669217;0.005021755,0.5609494;-0.005715489;0.001227579,-0.07790652;0.3702267;-0.0199034,-0.2642159;0.1613915;-0.01114761,-0.4654592;-0.03289506;-0.02355242,0.06826659;-0.005290756;-0.04137247,0.05910462;-0.3842949;-0.01545152,0.00696788;-0.7265235;0.03613691,0.002719053;-0.7198791;-0.06100456,-0.07447192;0.01422167;-0.02552797,-0.1722554;-0.2924959;-0.2274257,-0.1469105;-0.6250497;-0.121286,-0.1640914;-0.6845449;-0.1624614,0.03815816;0.3965504;-0.03526736,0;0;0,0.02164517;0.1988182;-0.001670539,0.05469788;0.4963655;-0.01990856,0.1601329;0.3696468;-0.002852544,0.331086;0.1547174;0.05174071,0.5337783;-0.03842893;0.05495358,-0.07170454;0.36697;0.002052298,-0.2762104;0.1758156;-0.004057598,-0.4942391;0.004222289;-0.04173027,0.06874651;-0.004934789;-0.04061484,0.05719624;-0.3845872;-0.02918525,0.01092673;-0.7254385;0.0354642,0.00901747;-0.7168538;-0.06219715,-0.07390848;0.01378913;-0.02733854,-0.1916248;-0.2773468;-0.2413076,-0.1743463;-0.6087116;-0.1299578,-0.1740509;-0.6003693;-0.2275839,0.04365763;0.3973918;-0.01083506,5.641006
+0;0;0,0.01851746;0.1986315;-0.01423524,0.04803386;0.4949197;-0.0502988,0.1560148;0.3741236;-0.03265136,0.3405362;0.1669217;0.005021755,0.5609494;-0.005715489;0.001227579,-0.07790652;0.3702267;-0.0199034,-0.2642159;0.1613915;-0.01114761,-0.4654592;-0.03289506;-0.02355242,0.06826659;-0.005290756;-0.04137247,0.05910462;-0.3842949;-0.01545152,0.00696788;-0.7265235;0.03613691,0.002719053;-0.7198791;-0.06100456,-0.07447192;0.01422167;-0.02552797,-0.1722554;-0.2924959;-0.2274257,-0.1469105;-0.6250497;-0.121286,-0.1640914;-0.6845449;-0.1624614,0.03815816;0.3965504;-0.03526736,0;0;0,0.02164517;0.1988182;-0.001670539,0.05469788;0.4963655;-0.01990856,0.1601329;0.3696468;-0.002852544,0.331086;0.1547174;0.05174071,0.5337783;-0.03842893;0.05495358,-0.07170454;0.36697;0.002052298,-0.2762104;0.1758156;-0.004057598,-0.4942391;0.004222289;-0.04173027,0.06874651;-0.004934789;-0.04061484,0.05719624;-0.3845872;-0.02918525,0.01092673;-0.7254385;0.0354642,0.00901747;-0.7168538;-0.06219715,-0.07390848;0.01378913;-0.02733854,-0.1916248;-0.2773468;-0.2413076,-0.1743463;-0.6087116;-0.1299578,-0.1740509;-0.6003693;-0.2275839,0.04365763;0.3973918;-0.01083506,5.652604
+0;0;0,0.01851746;0.1986315;-0.01423524,0.04803386;0.4949197;-0.0502988,0.1560148;0.3741236;-0.03265136,0.3405362;0.1669217;0.005021755,0.5609494;-0.005715489;0.001227579,-0.07790652;0.3702267;-0.0199034,-0.2642159;0.1613915;-0.01114761,-0.4654592;-0.03289506;-0.02355242,0.06826659;-0.005290756;-0.04137247,0.05910462;-0.3842949;-0.01545152,0.00696788;-0.7265235;0.03613691,0.002719053;-0.7198791;-0.06100456,-0.07447192;0.01422167;-0.02552797,-0.1722554;-0.2924959;-0.2274257,-0.1469105;-0.6250497;-0.121286,-0.1640914;-0.6845449;-0.1624614,0.03815816;0.3965504;-0.03526736,0;0;0,0.02191214;0.198789;-0.001669864,0.05529701;0.4962988;-0.01991343,0.1605761;0.3693724;-0.002870462,0.3379909;0.1597701;0.05181837,0.5560964;-0.01569907;0.04545086,-0.07129709;0.3671447;0.001805908,-0.2809525;0.1816811;-0.005113096,-0.5030916;0.01538312;-0.04251936,0.06863616;-0.005054747;-0.04078635,0.05685907;-0.3847337;-0.03053103,0.01130256;-0.7256075;0.03450444,0.009467052;-0.7170119;-0.06316072,-0.07394119;0.01391763;-0.02718454,-0.1957844;-0.2673126;-0.2518259,-0.1764066;-0.5981856;-0.1393644,-0.1760248;-0.5899316;-0.2369706,0.04415231;0.397337;-0.01083747,5.665864
+0;0;0,0.0184422;0.1986133;-0.01458191,0.04775496;0.4948752;-0.05104335,0.1558424;0.3740149;-0.03317359,0.3493341;0.1751894;0.004633844,0.5777474;0.01328489;0.008411789,-0.07804196;0.3703262;-0.02015982,-0.2737625;0.1702857;-0.01136863,-0.479488;-0.01929662;-0.02301276,0.06813693;-0.005473183;-0.04156204,0.05867574;-0.3845816;-0.01732694,0.0125717;-0.7273495;0.03638145,0.008218946;-0.7207645;-0.06074111,-0.07453981;0.01436779;-0.02524645,-0.1763608;-0.2838924;-0.2375513,-0.1480645;-0.6159457;-0.1305935,-0.1646769;-0.6755656;-0.1717311,0.03800125;0.396507;-0.03592481,0;0;0,0.02191214;0.198789;-0.001669864,0.05529701;0.4962988;-0.01991343,0.1605761;0.3693724;-0.002870462,0.3379909;0.1597701;0.05181837,0.5560964;-0.01569907;0.04545086,-0.07129709;0.3671447;0.001805908,-0.2809525;0.1816811;-0.005113096,-0.5030916;0.01538312;-0.04251936,0.06863616;-0.005054747;-0.04078635,0.05685907;-0.3847337;-0.03053103,0.01130256;-0.7256075;0.03450444,0.009467052;-0.7170119;-0.06316072,-0.07394119;0.01391763;-0.02718454,-0.1957844;-0.2673126;-0.2518259,-0.1764066;-0.5981856;-0.1393644,-0.1760248;-0.5899316;-0.2369706,0.04415231;0.397337;-0.01083747,5.685576
+0;0;0,0.0184422;0.1986133;-0.01458191,0.04775496;0.4948752;-0.05104335,0.1558424;0.3740149;-0.03317359,0.3493341;0.1751894;0.004633844,0.5777474;0.01328489;0.008411789,-0.07804196;0.3703262;-0.02015982,-0.2737625;0.1702857;-0.01136863,-0.479488;-0.01929662;-0.02301276,0.06813693;-0.005473183;-0.04156204,0.05867574;-0.3845816;-0.01732694,0.0125717;-0.7273495;0.03638145,0.008218946;-0.7207645;-0.06074111,-0.07453981;0.01436779;-0.02524645,-0.1763608;-0.2838924;-0.2375513,-0.1480645;-0.6159457;-0.1305935,-0.1646769;-0.6755656;-0.1717311,0.03800125;0.396507;-0.03592481,0;0;0,0.02237348;0.1987383;-0.001581064,0.05653396;0.4961721;-0.01963152,0.1613761;0.3685341;-0.002785257,0.344918;0.1641978;0.05161207,0.5615833;-0.01308341;0.04636803,-0.07045835;0.3673854;0.001621998,-0.2857677;0.1885814;-0.006803344,-0.5121622;0.02831052;-0.04499722,0.06856713;-0.005206288;-0.0408833,0.05619017;-0.3848765;-0.03101858,0.01101726;-0.7257361;0.03435853,0.009266919;-0.7171254;-0.0633115,-0.07394627;0.01406073;-0.02709694,-0.1979072;-0.2617341;-0.2572511,-0.1770265;-0.5923426;-0.1442821,-0.1765597;-0.5841171;-0.2418815,0.04512287;0.3972343;-0.01062661,5.697043
+0;0;0,0.0184422;0.1986133;-0.01458191,0.04775496;0.4948752;-0.05104335,0.1558424;0.3740149;-0.03317359,0.3493341;0.1751894;0.004633844,0.5777474;0.01328489;0.008411789,-0.07804196;0.3703262;-0.02015982,-0.2737625;0.1702857;-0.01136863,-0.479488;-0.01929662;-0.02301276,0.06813693;-0.005473183;-0.04156204,0.05867574;-0.3845816;-0.01732694,0.0125717;-0.7273495;0.03638145,0.008218946;-0.7207645;-0.06074111,-0.07453981;0.01436779;-0.02524645,-0.1763608;-0.2838924;-0.2375513,-0.1480645;-0.6159457;-0.1305935,-0.1646769;-0.6755656;-0.1717311,0.03800125;0.396507;-0.03592481,0;0;0,0.02237348;0.1987383;-0.001581064,0.05653396;0.4961721;-0.01963152,0.1613761;0.3685341;-0.002785257,0.344918;0.1641978;0.05161207,0.5615833;-0.01308341;0.04636803,-0.07045835;0.3673854;0.001621998,-0.2857677;0.1885814;-0.006803344,-0.5121622;0.02831052;-0.04499722,0.06856713;-0.005206288;-0.0408833,0.05619017;-0.3848765;-0.03101858,0.01101726;-0.7257361;0.03435853,0.009266919;-0.7171254;-0.0633115,-0.07394627;0.01406073;-0.02709694,-0.1979072;-0.2617341;-0.2572511,-0.1770265;-0.5923426;-0.1442821,-0.1765597;-0.5841171;-0.2418815,0.04512287;0.3972343;-0.01062661,5.719349
+0;0;0,0.01903965;0.1985548;-0.01461112,0.04902669;0.4946939;-0.05151157,0.1567527;0.373475;-0.03343114,0.3565732;0.1811005;0.00482912,0.5883507;0.02415438;0.01169099,-0.07709739;0.3704661;-0.02036295,-0.2802219;0.1779315;-0.01194629,-0.4909737;-0.006100953;-0.02270423,0.06803834;-0.005547501;-0.04171343,0.05803768;-0.3846995;-0.01839561,0.01238109;-0.7275393;0.03523574,0.007988583;-0.7209666;-0.06188208,-0.07459556;0.01440088;-0.02506227,-0.1793253;-0.2773012;-0.2449295,-0.1492321;-0.6090499;-0.1375183,-0.1671346;-0.6672385;-0.1811334,0.03899211;0.3963794;-0.03622916,0;0;0,0.02220316;0.1987572;-0.001611367,0.05605303;0.4962238;-0.01970568,0.1609969;0.3686268;-0.002653467,0.3496348;0.1687011;0.05068904,0.5888764;0.0233099;0.05567828,-0.07091305;0.367682;0.00146612,-0.2911255;0.1950303;-0.008427526,-0.5192671;0.03712444;-0.0460728,0.06849836;-0.005323927;-0.0409833,0.05571117;-0.3850015;-0.03196081,0.01061188;-0.7257717;0.03393126,0.008971814;-0.7171779;-0.06373698,-0.0739777;0.01413903;-0.02697012,-0.2005028;-0.2557455;-0.2626685,-0.1768365;-0.5853401;-0.1473112,-0.191601;-0.645371;-0.188256,0.04474399;0.3972756;-0.01068563,5.730512
+0;0;0,0.01903965;0.1985548;-0.01461112,0.04902669;0.4946939;-0.05151157,0.1567527;0.373475;-0.03343114,0.3565732;0.1811005;0.00482912,0.5883507;0.02415438;0.01169099,-0.07709739;0.3704661;-0.02036295,-0.2802219;0.1779315;-0.01194629,-0.4909737;-0.006100953;-0.02270423,0.06803834;-0.005547501;-0.04171343,0.05803768;-0.3846995;-0.01839561,0.01238109;-0.7275393;0.03523574,0.007988583;-0.7209666;-0.06188208,-0.07459556;0.01440088;-0.02506227,-0.1793253;-0.2773012;-0.2449295,-0.1492321;-0.6090499;-0.1375183,-0.1671346;-0.6672385;-0.1811334,0.03899211;0.3963794;-0.03622916,0;0;0,0.02220316;0.1987572;-0.001611367,0.05605303;0.4962238;-0.01970568,0.1609969;0.3686268;-0.002653467,0.3496348;0.1687011;0.05068904,0.5888764;0.0233099;0.05567828,-0.07091305;0.367682;0.00146612,-0.2911255;0.1950303;-0.008427526,-0.5192671;0.03712444;-0.0460728,0.06849836;-0.005323927;-0.0409833,0.05571117;-0.3850015;-0.03196081,0.01061188;-0.7257717;0.03393126,0.008971814;-0.7171779;-0.06373698,-0.0739777;0.01413903;-0.02697012,-0.2005028;-0.2557455;-0.2626685,-0.1768365;-0.5853401;-0.1473112,-0.191601;-0.645371;-0.188256,0.04474399;0.3972756;-0.01068563,5.755898
+0;0;0,0.01903965;0.1985548;-0.01461112,0.04902669;0.4946939;-0.05151157,0.1567527;0.373475;-0.03343114,0.3565732;0.1811005;0.00482912,0.5883507;0.02415438;0.01169099,-0.07709739;0.3704661;-0.02036295,-0.2802219;0.1779315;-0.01194629,-0.4909737;-0.006100953;-0.02270423,0.06803834;-0.005547501;-0.04171343,0.05803768;-0.3846995;-0.01839561,0.01238109;-0.7275393;0.03523574,0.007988583;-0.7209666;-0.06188208,-0.07459556;0.01440088;-0.02506227,-0.1793253;-0.2773012;-0.2449295,-0.1492321;-0.6090499;-0.1375183,-0.1671346;-0.6672385;-0.1811334,0.03899211;0.3963794;-0.03622916,0;0;0,0.02228345;0.1987477;-0.001675312,0.05615678;0.496205;-0.01987715,0.1610822;0.36858;-0.002623119,0.3559319;0.1747256;0.05080081,0.5947584;0.02863789;0.05530471,-0.07093731;0.3681276;0.001220495,-0.2959505;0.20186;-0.009921259,-0.5270302;0.04813331;-0.04693823,0.0683957;-0.005596363;-0.04111823,0.05527146;-0.3852788;-0.03281113,0.009899344;-0.7259428;0.03344142,0.00837265;-0.717366;-0.06422493,-0.07396025;0.01446846;-0.02684295,-0.2028024;-0.2477598;-0.2698163,-0.1762886;-0.5760785;-0.1514785,-0.191665;-0.635892;-0.1926745,0.04484849;0.3972602;-0.01081875,5.769027
+0;0;0,0.01949933;0.1985037;-0.01469856,0.05004321;0.4945361;-0.05198974,0.1574649;0.3729447;-0.03356505,0.3635027;0.1873015;0.004970971,0.6010638;0.0394177;0.01472383,-0.0763393;0.3705879;-0.02061274,-0.2869548;0.1862908;-0.0119155,-0.5012192;0.006353155;-0.0225573,0.06792536;-0.005669546;-0.04188081,0.05735907;-0.3848509;-0.019302,0.01427614;-0.727963;0.03471591,0.009885518;-0.7214257;-0.06239344,-0.07464415;0.01451132;-0.02485302,-0.1816457;-0.2710636;-0.2515635,-0.1490797;-0.6025392;-0.1440302,-0.1680927;-0.6598121;-0.1889963,0.03979117;0.3962671;-0.03655929,0;0;0,0.02228345;0.1987477;-0.001675312,0.05615678;0.496205;-0.01987715,0.1610822;0.36858;-0.002623119,0.3559319;0.1747256;0.05080081,0.5947584;0.02863789;0.05530471,-0.07093731;0.3681276;0.001220495,-0.2959505;0.20186;-0.009921259,-0.5270302;0.04813331;-0.04693823,0.0683957;-0.005596363;-0.04111823,0.05527146;-0.3852788;-0.03281113,0.009899344;-0.7259428;0.03344142,0.00837265;-0.717366;-0.06422493,-0.07396025;0.01446846;-0.02684295,-0.2028024;-0.2477598;-0.2698163,-0.1762886;-0.5760785;-0.1514785,-0.191665;-0.635892;-0.1926745,0.04484849;0.3972602;-0.01081875,5.783629
+0;0;0,0.01949933;0.1985037;-0.01469856,0.05004321;0.4945361;-0.05198974,0.1574649;0.3729447;-0.03356505,0.3635027;0.1873015;0.004970971,0.6010638;0.0394177;0.01472383,-0.0763393;0.3705879;-0.02061274,-0.2869548;0.1862908;-0.0119155,-0.5012192;0.006353155;-0.0225573,0.06792536;-0.005669546;-0.04188081,0.05735907;-0.3848509;-0.019302,0.01427614;-0.727963;0.03471591,0.009885518;-0.7214257;-0.06239344,-0.07464415;0.01451132;-0.02485302,-0.1816457;-0.2710636;-0.2515635,-0.1490797;-0.6025392;-0.1440302,-0.1680927;-0.6598121;-0.1889963,0.03979117;0.3962671;-0.03655929,0;0;0,0.0223764;0.1987372;-0.001681533,0.05631913;0.4961852;-0.01990474,0.1611788;0.3683754;-0.002606595,0.3613857;0.1794797;0.04873153,0.6025404;0.03728847;0.0538347,-0.07090849;0.3684122;0.0007992266,-0.3004227;0.2084644;-0.0110296,-0.5361156;0.06212927;-0.04890926,0.0683533;-0.005733555;-0.04116981,0.05502374;-0.3854322;-0.03401298,0.009432487;-0.7259319;0.03293045,0.008067453;-0.7173725;-0.06473447,-0.07396274;0.0145604;-0.02678632,-0.2047717;-0.2404378;-0.2763157,-0.1772133;-0.5685614;-0.157676,-0.1924939;-0.6277254;-0.2002939,0.04499394;0.3972432;-0.0108369,5.805202
+0;0;0,0.01949933;0.1985037;-0.01469856,0.05004321;0.4945361;-0.05198974,0.1574649;0.3729447;-0.03356505,0.3635027;0.1873015;0.004970971,0.6010638;0.0394177;0.01472383,-0.0763393;0.3705879;-0.02061274,-0.2869548;0.1862908;-0.0119155,-0.5012192;0.006353155;-0.0225573,0.06792536;-0.005669546;-0.04188081,0.05735907;-0.3848509;-0.019302,0.01427614;-0.727963;0.03471591,0.009885518;-0.7214257;-0.06239344,-0.07464415;0.01451132;-0.02485302,-0.1816457;-0.2710636;-0.2515635,-0.1490797;-0.6025392;-0.1440302,-0.1680927;-0.6598121;-0.1889963,0.03979117;0.3962671;-0.03655929,0;0;0,0.02220597;0.1987568;-0.001619992,0.0559029;0.4962347;-0.01980816,0.1608073;0.3682646;-0.002610237,0.3671103;0.1858968;0.04819346,0.6100875;0.04684617;0.05339009,-0.07133878;0.3686661;0.0005138433,-0.3054007;0.2155486;-0.0125264,-0.5447775;0.07532246;-0.05041329,0.06834514;-0.005864576;-0.0411649,0.05391923;-0.3855288;-0.03431061,0.008442245;-0.7260495;0.03260311,0.007187503;-0.7174864;-0.06506412,-0.07395898;0.01462276;-0.02676276,-0.2066911;-0.2339504;-0.2817011,-0.1774678;-0.5604897;-0.1591527,-0.1902917;-0.619739;-0.2023975,0.04465356;0.3972833;-0.01074785,5.826729
+0;0;0,0.02012044;0.1984375;-0.01475519,0.0516321;0.4943379;-0.05228148,0.158615;0.3724241;-0.03387787,0.3708893;0.1941257;0.00548324,0.612029;0.05249922;0.01939595,-0.07520787;0.3708017;-0.02090043,-0.293662;0.1958666;-0.01220916,-0.5133066;0.02252489;-0.02264253,0.06778468;-0.006053738;-0.0420546,0.05683022;-0.3852637;-0.0201501,0.01671246;-0.7286127;0.03464113,0.01226449;-0.7220313;-0.06247624,-0.0746624;0.01493912;-0.02454277,-0.1839295;-0.263045;-0.2594589,-0.1495876;-0.5943321;-0.1518973,-0.1685243;-0.6503261;-0.1992939,0.04101355;0.3961226;-0.03675705,0;0;0,0.02220597;0.1987568;-0.001619992,0.0559029;0.4962347;-0.01980816,0.1608073;0.3682646;-0.002610237,0.3671103;0.1858968;0.04819346,0.6100875;0.04684617;0.05339009,-0.07133878;0.3686661;0.0005138433,-0.3054007;0.2155486;-0.0125264,-0.5447775;0.07532246;-0.05041329,0.06834514;-0.005864576;-0.0411649,0.05391923;-0.3855288;-0.03431061,0.008442245;-0.7260495;0.03260311,0.007187503;-0.7174864;-0.06506412,-0.07395898;0.01462276;-0.02676276,-0.2066911;-0.2339504;-0.2817011,-0.1774678;-0.5604897;-0.1591527,-0.1902917;-0.619739;-0.2023975,0.04465356;0.3972833;-0.01074785,5.838695
+0;0;0,0.02012044;0.1984375;-0.01475519,0.0516321;0.4943379;-0.05228148,0.158615;0.3724241;-0.03387787,0.3708893;0.1941257;0.00548324,0.612029;0.05249922;0.01939595,-0.07520787;0.3708017;-0.02090043,-0.293662;0.1958666;-0.01220916,-0.5133066;0.02252489;-0.02264253,0.06778468;-0.006053738;-0.0420546,0.05683022;-0.3852637;-0.0201501,0.01671246;-0.7286127;0.03464113,0.01226449;-0.7220313;-0.06247624,-0.0746624;0.01493912;-0.02454277,-0.1839295;-0.263045;-0.2594589,-0.1495876;-0.5943321;-0.1518973,-0.1685243;-0.6503261;-0.1992939,0.04101355;0.3961226;-0.03675705,0;0;0,0.02220597;0.1987568;-0.001619992,0.0559029;0.4962347;-0.01980816,0.1608073;0.3682646;-0.002610237,0.3671103;0.1858968;0.04819346,0.6100875;0.04684617;0.05339009,-0.07133878;0.3686661;0.0005138433,-0.3054007;0.2155486;-0.0125264,-0.5447775;0.07532246;-0.05041329,0.06834514;-0.005864576;-0.0411649,0.05391923;-0.3855288;-0.03431061,0.008442245;-0.7260495;0.03260311,0.007187503;-0.7174864;-0.06506412,-0.07395898;0.01462276;-0.02676276,-0.2066911;-0.2339504;-0.2817011,-0.1774678;-0.5604897;-0.1591527,-0.1902917;-0.619739;-0.2023975,0.04465356;0.3972833;-0.01074785,5.849521
+0;0;0,0.02012044;0.1984375;-0.01475519,0.0516321;0.4943379;-0.05228148,0.158615;0.3724241;-0.03387787,0.3708893;0.1941257;0.00548324,0.612029;0.05249922;0.01939595,-0.07520787;0.3708017;-0.02090043,-0.293662;0.1958666;-0.01220916,-0.5133066;0.02252489;-0.02264253,0.06778468;-0.006053738;-0.0420546,0.05683022;-0.3852637;-0.0201501,0.01671246;-0.7286127;0.03464113,0.01226449;-0.7220313;-0.06247624,-0.0746624;0.01493912;-0.02454277,-0.1839295;-0.263045;-0.2594589,-0.1495876;-0.5943321;-0.1518973,-0.1685243;-0.6503261;-0.1992939,0.04101355;0.3961226;-0.03675705,0;0;0,0.02209035;0.1987702;-0.001551313,0.05560933;0.4962699;-0.01970651,0.1606105;0.3684671;-0.002512502,0.3720642;0.1918945;0.04758159,0.6180128;0.0581584;0.05247563,-0.07170312;0.3690327;0.0001751371,-0.3098941;0.22252;-0.0139348,-0.5556158;0.09428892;-0.05365463,0.06830482;-0.005998562;-0.04121248,0.05299297;-0.3856249;-0.03418516,0.007789005;-0.7262956;0.03214777,0.006702448;-0.7177244;-0.06552326,-0.07398339;0.01472859;-0.02663692,-0.2110736;-0.2230419;-0.2894514,-0.1781199;-0.5479846;-0.1636488,-0.191185;-0.6064358;-0.2084338,0.04441351;0.3973121;-0.01065074,5.872199
+0;0;0,0.0205113;0.1983838;-0.01493841,0.05226264;0.4942058;-0.05287833,0.1591247;0.3720274;-0.03439169,0.3766502;0.2005184;0.006441299,0.6225734;0.06750539;0.0215857,-0.07468881;0.3710147;-0.02121635,-0.2976025;0.2018465;-0.01164577,-0.5227094;0.03564748;-0.02188127,0.06766344;-0.006170452;-0.0422325,0.055988;-0.3854224;-0.02145623,0.01727401;-0.7288407;0.03390704,0.01274329;-0.7222955;-0.06319779,-0.07474708;0.01499638;-0.02424833,-0.1849199;-0.2589109;-0.2634903,-0.1500507;-0.5901796;-0.1560417,-0.1694113;-0.6453885;-0.204669,0.04158147;0.3960192;-0.03721614,0;0;0,0.02192645;0.1987887;-0.001509888,0.05523463;0.4963129;-0.01964676,0.1603498;0.3688007;-0.00220024,0.377301;0.1988898;0.04742293,0.629048;0.07636413;0.05072562,-0.07209735;0.3692933;-2.399739E-05,-0.3134754;0.228195;-0.01512105,-0.5583116;0.09769192;-0.05285893,0.06827977;-0.006100765;-0.04123898,0.05217219;-0.3856919;-0.03408639,0.007305581;-0.7263705;0.03243477,0.006408352;-0.7178017;-0.06523763,-0.07398826;0.01478961;-0.02658956,-0.2144576;-0.2158518;-0.2939338,-0.1782149;-0.539355;-0.1653567,-0.1923542;-0.5983518;-0.2087117,0.04409745;0.3973485;-0.01059161,5.893894
+0;0;0,0.0205113;0.1983838;-0.01493841,0.05226264;0.4942058;-0.05287833,0.1591247;0.3720274;-0.03439169,0.3766502;0.2005184;0.006441299,0.6225734;0.06750539;0.0215857,-0.07468881;0.3710147;-0.02121635,-0.2976025;0.2018465;-0.01164577,-0.5227094;0.03564748;-0.02188127,0.06766344;-0.006170452;-0.0422325,0.055988;-0.3854224;-0.02145623,0.01727401;-0.7288407;0.03390704,0.01274329;-0.7222955;-0.06319779,-0.07474708;0.01499638;-0.02424833,-0.1849199;-0.2589109;-0.2634903,-0.1500507;-0.5901796;-0.1560417,-0.1694113;-0.6453885;-0.204669,0.04158147;0.3960192;-0.03721614,0;0;0,0.02192645;0.1987887;-0.001509888,0.05523463;0.4963129;-0.01964676,0.1603498;0.3688007;-0.00220024,0.377301;0.1988898;0.04742293,0.629048;0.07636413;0.05072562,-0.07209735;0.3692933;-2.399739E-05,-0.3134754;0.228195;-0.01512105,-0.5583116;0.09769192;-0.05285893,0.06827977;-0.006100765;-0.04123898,0.05217219;-0.3856919;-0.03408639,0.007305581;-0.7263705;0.03243477,0.006408352;-0.7178017;-0.06523763,-0.07398826;0.01478961;-0.02658956,-0.2144576;-0.2158518;-0.2939338,-0.1782149;-0.539355;-0.1653567,-0.1923542;-0.5983518;-0.2087117,0.04409745;0.3973485;-0.01059161,5.905537
+0;0;0,0.0205113;0.1983838;-0.01493841,0.05226264;0.4942058;-0.05287833,0.1591247;0.3720274;-0.03439169,0.3766502;0.2005184;0.006441299,0.6225734;0.06750539;0.0215857,-0.07468881;0.3710147;-0.02121635,-0.2976025;0.2018465;-0.01164577,-0.5227094;0.03564748;-0.02188127,0.06766344;-0.006170452;-0.0422325,0.055988;-0.3854224;-0.02145623,0.01727401;-0.7288407;0.03390704,0.01274329;-0.7222955;-0.06319779,-0.07474708;0.01499638;-0.02424833,-0.1849199;-0.2589109;-0.2634903,-0.1500507;-0.5901796;-0.1560417,-0.1694113;-0.6453885;-0.204669,0.04158147;0.3960192;-0.03721614,0;0;0,0.02192645;0.1987887;-0.001509888,0.05523463;0.4963129;-0.01964676,0.1603498;0.3688007;-0.00220024,0.377301;0.1988898;0.04742293,0.629048;0.07636413;0.05072562,-0.07209735;0.3692933;-2.399739E-05,-0.3134754;0.228195;-0.01512105,-0.5583116;0.09769192;-0.05285893,0.06827977;-0.006100765;-0.04123898,0.05217219;-0.3856919;-0.03408639,0.007305581;-0.7263705;0.03243477,0.006408352;-0.7178017;-0.06523763,-0.07398826;0.01478961;-0.02658956,-0.2144576;-0.2158518;-0.2939338,-0.1782149;-0.539355;-0.1653567,-0.1923542;-0.5983518;-0.2087117,0.04409745;0.3973485;-0.01059161,5.916842
+0;0;0,0.02082836;0.1983394;-0.01508878,0.05282926;0.4940907;-0.05336744,0.1596095;0.3719066;-0.03468381,0.3860349;0.2126513;0.007379357,0.6320902;0.08002435;0.02371515,-0.07429767;0.3716361;-0.02124226,-0.3027796;0.2099977;-0.01293292,-0.5349018;0.053633;-0.02126062,0.06750861;-0.006331095;-0.04245591,0.05523743;-0.3856117;-0.02256511,0.01705981;-0.7291087;0.03268229,0.01243292;-0.7225769;-0.06441476,-0.07482181;0.01513361;-0.02393051,-0.1861445;-0.2513877;-0.2708589,-0.151443;-0.5827272;-0.1635745,-0.1700213;-0.6367069;-0.2145868,0.04207485;0.3959307;-0.03758869,0;0;0,0.02183713;0.1987997;-0.001347318,0.05500294;0.496348;-0.0193451,0.1601906;0.368998;-0.001827426,0.3827987;0.2066897;0.04818897,0.6347119;0.08448941;0.05080678,-0.07246125;0.3698364;-0.0003026715,-0.3176837;0.2355735;-0.0157756,-0.5628348;0.1054069;-0.0526212,0.06829575;-0.006280417;-0.04118551,0.05114111;-0.3858241;-0.03395175,0.006368853;-0.726504;0.03262601,0.005718273;-0.717922;-0.06505126,-0.07395528;0.01492263;-0.02660697,-0.2176337;-0.208048;-0.298711,-0.1794415;-0.5302912;-0.1675596,-0.194605;-0.5879573;-0.2132185,0.04390468;0.3973754;-0.01033103,5.938799
+0;0;0,0.02082836;0.1983394;-0.01508878,0.05282926;0.4940907;-0.05336744,0.1596095;0.3719066;-0.03468381,0.3860349;0.2126513;0.007379357,0.6320902;0.08002435;0.02371515,-0.07429767;0.3716361;-0.02124226,-0.3027796;0.2099977;-0.01293292,-0.5349018;0.053633;-0.02126062,0.06750861;-0.006331095;-0.04245591,0.05523743;-0.3856117;-0.02256511,0.01705981;-0.7291087;0.03268229,0.01243292;-0.7225769;-0.06441476,-0.07482181;0.01513361;-0.02393051,-0.1861445;-0.2513877;-0.2708589,-0.151443;-0.5827272;-0.1635745,-0.1700213;-0.6367069;-0.2145868,0.04207485;0.3959307;-0.03758869,0;0;0,0.02183713;0.1987997;-0.001347318,0.05500294;0.496348;-0.0193451,0.1601906;0.368998;-0.001827426,0.3827987;0.2066897;0.04818897,0.6347119;0.08448941;0.05080678,-0.07246125;0.3698364;-0.0003026715,-0.3176837;0.2355735;-0.0157756,-0.5628348;0.1054069;-0.0526212,0.06829575;-0.006280417;-0.04118551,0.05114111;-0.3858241;-0.03395175,0.006368853;-0.726504;0.03262601,0.005718273;-0.717922;-0.06505126,-0.07395528;0.01492263;-0.02660697,-0.2176337;-0.208048;-0.298711,-0.1794415;-0.5302912;-0.1675596,-0.194605;-0.5879573;-0.2132185,0.04390468;0.3973754;-0.01033103,5.950061
+0;0;0,0.02108058;0.1983154;-0.01505381,0.05329527;0.4940277;-0.05344839,0.1600413;0.3719461;-0.0347433,0.3888438;0.2161033;0.007237598,0.640326;0.09443338;0.02602998,-0.07396016;0.3719301;-0.02130124,-0.3080676;0.2185304;-0.01341087,-0.5448706;0.06943016;-0.0230781,0.0674753;-0.006300547;-0.04251337,0.05437101;-0.3856029;-0.02359218,0.01660693;-0.7291191;0.03182014,0.01196392;-0.7225804;-0.0652778,-0.07486819;0.01504344;-0.02384215,-0.1876594;-0.245849;-0.2760589,-0.1524379;-0.5771526;-0.168833,-0.1699003;-0.6305491;-0.2211789,0.04248785;0.3958824;-0.03761526,0;0;0,0.0218122;0.1988029;-0.001285448,0.05493803;0.49636;-0.01921393,0.1601697;0.3691774;-0.001759115,0.3861163;0.2113086;0.04749083,0.6417116;0.09707753;0.05221389,-0.07269384;0.3704054;-0.0006365562,-0.3202294;0.2403953;-0.01558613,-0.5683373;0.1157145;-0.05160248,0.06834406;-0.006385082;-0.04108918,0.05008029;-0.3858837;-0.0342185,0.005141418;-0.7264833;0.03265762,0.004637924;-0.7178984;-0.06502115,-0.07393251;0.01498135;-0.02663724,-0.2211403;-0.1928638;-0.3086483,-0.1817716;-0.5135062;-0.173969,-0.1964075;-0.5715401;-0.2190892,0.04383993;0.3973849;-0.01022771,5.972103
+0;0;0,0.02108058;0.1983154;-0.01505381,0.05329527;0.4940277;-0.05344839,0.1600413;0.3719461;-0.0347433,0.3888438;0.2161033;0.007237598,0.640326;0.09443338;0.02602998,-0.07396016;0.3719301;-0.02130124,-0.3080676;0.2185304;-0.01341087,-0.5448706;0.06943016;-0.0230781,0.0674753;-0.006300547;-0.04251337,0.05437101;-0.3856029;-0.02359218,0.01660693;-0.7291191;0.03182014,0.01196392;-0.7225804;-0.0652778,-0.07486819;0.01504344;-0.02384215,-0.1876594;-0.245849;-0.2760589,-0.1524379;-0.5771526;-0.168833,-0.1699003;-0.6305491;-0.2211789,0.04248785;0.3958824;-0.03761526,0;0;0,0.0218122;0.1988029;-0.001285448,0.05493803;0.49636;-0.01921393,0.1601697;0.3691774;-0.001759115,0.3861163;0.2113086;0.04749083,0.6417116;0.09707753;0.05221389,-0.07269384;0.3704054;-0.0006365562,-0.3202294;0.2403953;-0.01558613,-0.5683373;0.1157145;-0.05160248,0.06834406;-0.006385082;-0.04108918,0.05008029;-0.3858837;-0.0342185,0.005141418;-0.7264833;0.03265762,0.004637924;-0.7178984;-0.06502115,-0.07393251;0.01498135;-0.02663724,-0.2211403;-0.1928638;-0.3086483,-0.1817716;-0.5135062;-0.173969,-0.1964075;-0.5715401;-0.2190892,0.04383993;0.3973849;-0.01022771,5.983479
+0;0;0,0.02108058;0.1983154;-0.01505381,0.05329527;0.4940277;-0.05344839,0.1600413;0.3719461;-0.0347433,0.3888438;0.2161033;0.007237598,0.640326;0.09443338;0.02602998,-0.07396016;0.3719301;-0.02130124,-0.3080676;0.2185304;-0.01341087,-0.5448706;0.06943016;-0.0230781,0.0674753;-0.006300547;-0.04251337,0.05437101;-0.3856029;-0.02359218,0.01660693;-0.7291191;0.03182014,0.01196392;-0.7225804;-0.0652778,-0.07486819;0.01504344;-0.02384215,-0.1876594;-0.245849;-0.2760589,-0.1524379;-0.5771526;-0.168833,-0.1699003;-0.6305491;-0.2211789,0.04248785;0.3958824;-0.03761526,0;0;0,0.0217168;0.1988132;-0.001295884,0.05471912;0.4963858;-0.01919542,0.1600551;0.3695299;-0.001683341,0.3909831;0.2186383;0.04631635,0.6514021;0.1158616;0.05066154,-0.07302188;0.3708709;-0.001082296,-0.3230469;0.2457142;-0.01602504,-0.5772005;0.133418;-0.05060089,0.06836072;-0.006403172;-0.04105863,0.04817893;-0.3858054;-0.03423081,0.003728978;-0.7263972;0.03301111,0.003416487;-0.7177939;-0.06467248,-0.07395919;0.01494636;-0.02658278,-0.2226077;-0.185227;-0.313348,-0.1826158;-0.5050105;-0.1768227,-0.1967707;-0.5628698;-0.2224339,0.04365036;0.3974066;-0.01021701,5.994536
+0;0;0,0.02108058;0.1983154;-0.01505381,0.05329527;0.4940277;-0.05344839,0.1600413;0.3719461;-0.0347433,0.3888438;0.2161033;0.007237598,0.640326;0.09443338;0.02602998,-0.07396016;0.3719301;-0.02130124,-0.3080676;0.2185304;-0.01341087,-0.5448706;0.06943016;-0.0230781,0.0674753;-0.006300547;-0.04251337,0.05437101;-0.3856029;-0.02359218,0.01660693;-0.7291191;0.03182014,0.01196392;-0.7225804;-0.0652778,-0.07486819;0.01504344;-0.02384215,-0.1876594;-0.245849;-0.2760589,-0.1524379;-0.5771526;-0.168833,-0.1699003;-0.6305491;-0.2211789,0.04248785;0.3958824;-0.03761526,0;0;0,0.0217168;0.1988132;-0.001295884,0.05471912;0.4963858;-0.01919542,0.1600551;0.3695299;-0.001683341,0.3909831;0.2186383;0.04631635,0.6514021;0.1158616;0.05066154,-0.07302188;0.3708709;-0.001082296,-0.3230469;0.2457142;-0.01602504,-0.5772005;0.133418;-0.05060089,0.06836072;-0.006403172;-0.04105863,0.04817893;-0.3858054;-0.03423081,0.003728978;-0.7263972;0.03301111,0.003416487;-0.7177939;-0.06467248,-0.07395919;0.01494636;-0.02658278,-0.2226077;-0.185227;-0.313348,-0.1826158;-0.5050105;-0.1768227,-0.1967707;-0.5628698;-0.2224339,0.04365036;0.3974066;-0.01021701,6.016838
+0;0;0,0.02123928;0.1983012;-0.0150181,0.05355807;0.4939913;-0.05349132,0.1602741;0.3718889;-0.03453237,0.3919286;0.220073;0.006554522,0.6488566;0.1103033;0.02495508,-0.07378068;0.3722714;-0.02122965,-0.31329;0.2273556;-0.01533854,-0.560322;0.09600823;-0.02643041,0.06739293;-0.006358468;-0.04263522,0.05379463;-0.3856665;-0.0241824,0.01628991;-0.7292502;0.03098673,0.0116927;-0.7226924;-0.06611802,-0.07491987;0.01508772;-0.02365107,-0.1891872;-0.2386725;-0.2823955,-0.1543759;-0.5702788;-0.1759746,-0.1704002;-0.6223623;-0.2307974,0.04273207;0.3958543;-0.03761945,0;0;0,0.02173606;0.1988112;-0.001281417,0.05465105;0.4963944;-0.0191625,0.1600921;0.3698055;-0.001673175,0.3954412;0.2253866;0.04473805,0.6567032;0.1248901;0.05126662,-0.07321735;0.3714925;-0.001411088,-0.3255005;0.2510477;-0.01710407,-0.5817451;0.1430914;-0.05002993,0.06835921;-0.00633091;-0.04107234,0.04692705;-0.3856701;-0.03455858,0.002859861;-0.7262115;0.03318781,0.002659229;-0.7175995;-0.064498,-0.07400163;0.0148187;-0.02653613,-0.2243741;-0.1796396;-0.3163189,-0.183718;-0.4993691;-0.1798633,-0.1973491;-0.5563415;-0.2272976,0.0436212;0.3974107;-0.01018611,6.028099
+0;0;0,0.02123928;0.1983012;-0.0150181,0.05355807;0.4939913;-0.05349132,0.1602741;0.3718889;-0.03453237,0.3919286;0.220073;0.006554522,0.6488566;0.1103033;0.02495508,-0.07378068;0.3722714;-0.02122965,-0.31329;0.2273556;-0.01533854,-0.560322;0.09600823;-0.02643041,0.06739293;-0.006358468;-0.04263522,0.05379463;-0.3856665;-0.0241824,0.01628991;-0.7292502;0.03098673,0.0116927;-0.7226924;-0.06611802,-0.07491987;0.01508772;-0.02365107,-0.1891872;-0.2386725;-0.2823955,-0.1543759;-0.5702788;-0.1759746,-0.1704002;-0.6223623;-0.2307974,0.04273207;0.3958543;-0.03761945,0;0;0,0.02173606;0.1988112;-0.001281417,0.05465105;0.4963944;-0.0191625,0.1600921;0.3698055;-0.001673175,0.3954412;0.2253866;0.04473805,0.6567032;0.1248901;0.05126662,-0.07321735;0.3714925;-0.001411088,-0.3255005;0.2510477;-0.01710407,-0.5817451;0.1430914;-0.05002993,0.06835921;-0.00633091;-0.04107234,0.04692705;-0.3856701;-0.03455858,0.002859861;-0.7262115;0.03318781,0.002659229;-0.7175995;-0.064498,-0.07400163;0.0148187;-0.02653613,-0.2243741;-0.1796396;-0.3163189,-0.183718;-0.4993691;-0.1798633,-0.1973491;-0.5563415;-0.2272976,0.0436212;0.3974107;-0.01018611,6.039501
+0;0;0,0.02123928;0.1983012;-0.0150181,0.05355807;0.4939913;-0.05349132,0.1602741;0.3718889;-0.03453237,0.3919286;0.220073;0.006554522,0.6488566;0.1103033;0.02495508,-0.07378068;0.3722714;-0.02122965,-0.31329;0.2273556;-0.01533854,-0.560322;0.09600823;-0.02643041,0.06739293;-0.006358468;-0.04263522,0.05379463;-0.3856665;-0.0241824,0.01628991;-0.7292502;0.03098673,0.0116927;-0.7226924;-0.06611802,-0.07491987;0.01508772;-0.02365107,-0.1891872;-0.2386725;-0.2823955,-0.1543759;-0.5702788;-0.1759746,-0.1704002;-0.6223623;-0.2307974,0.04273207;0.3958543;-0.03761945,0;0;0,0.02172004;0.1988125;-0.001348299,0.05461647;0.4963933;-0.01929275,0.1601069;0.3700354;-0.001743628,0.3998513;0.2324388;0.04286366,0.664086;0.1405396;0.05446462,-0.07339732;0.3720627;-0.001753853,-0.3272821;0.2549239;-0.01662079,-0.5947607;0.1776197;-0.0462735,0.068349;-0.006284543;-0.04109646,0.04633851;-0.3856;-0.03515547,0.002371676;-0.7260506;0.03311083,0.002263498;-0.7174438;-0.06457398,-0.07404051;0.01475669;-0.0264621,-0.2240377;-0.1760062;-0.3188837,-0.1840304;-0.495643;-0.1820198,-0.1970895;-0.5521116;-0.2305239,0.04358406;0.3974131;-0.01028111,6.061481
+0;0;0,0.02118642;0.1983281;-0.01473433,0.05332711;0.4940877;-0.05282167,0.1601575;0.372099;-0.03444814,0.4007686;0.2355437;0.008667164,0.6572008;0.124507;0.0263701,-0.07406122;0.3725787;-0.0212345,-0.3192579;0.2374838;-0.01594738,-0.5627762;0.0997382;-0.02712756,0.06728813;-0.006256258;-0.0428155,0.05270647;-0.3855679;-0.02520841,0.01565262;-0.72921;0.02990163,0.01108553;-0.7226017;-0.06721672,-0.07502182;0.01494415;-0.02341791,-0.1911196;-0.2330925;-0.286855,-0.1562397;-0.5650028;-0.1814086,-0.1706811;-0.619111;-0.233536,0.04257536;0.3959219;-0.03707748,0;0;0,0.02172004;0.1988125;-0.001348299,0.05461647;0.4963933;-0.01929275,0.1601069;0.3700354;-0.001743628,0.3998513;0.2324388;0.04286366,0.664086;0.1405396;0.05446462,-0.07339732;0.3720627;-0.001753853,-0.3272821;0.2549239;-0.01662079,-0.5947607;0.1776197;-0.0462735,0.068349;-0.006284543;-0.04109646,0.04633851;-0.3856;-0.03515547,0.002371676;-0.7260506;0.03311083,0.002263498;-0.7174438;-0.06457398,-0.07404051;0.01475669;-0.0264621,-0.2240377;-0.1760062;-0.3188837,-0.1840304;-0.495643;-0.1820198,-0.1970895;-0.5521116;-0.2305239,0.04358406;0.3974131;-0.01028111,6.07278
+0;0;0,0.02118642;0.1983281;-0.01473433,0.05332711;0.4940877;-0.05282167,0.1601575;0.372099;-0.03444814,0.4007686;0.2355437;0.008667164,0.6572008;0.124507;0.0263701,-0.07406122;0.3725787;-0.0212345,-0.3192579;0.2374838;-0.01594738,-0.5627762;0.0997382;-0.02712756,0.06728813;-0.006256258;-0.0428155,0.05270647;-0.3855679;-0.02520841,0.01565262;-0.72921;0.02990163,0.01108553;-0.7226017;-0.06721672,-0.07502182;0.01494415;-0.02341791,-0.1911196;-0.2330925;-0.286855,-0.1562397;-0.5650028;-0.1814086,-0.1706811;-0.619111;-0.233536,0.04257536;0.3959219;-0.03707748,0;0;0,0.02172004;0.1988125;-0.001348299,0.05461647;0.4963933;-0.01929275,0.1601069;0.3700354;-0.001743628,0.3998513;0.2324388;0.04286366,0.664086;0.1405396;0.05446462,-0.07339732;0.3720627;-0.001753853,-0.3272821;0.2549239;-0.01662079,-0.5947607;0.1776197;-0.0462735,0.068349;-0.006284543;-0.04109646,0.04633851;-0.3856;-0.03515547,0.002371676;-0.7260506;0.03311083,0.002263498;-0.7174438;-0.06457398,-0.07404051;0.01475669;-0.0264621,-0.2240377;-0.1760062;-0.3188837,-0.1840304;-0.495643;-0.1820198,-0.1970895;-0.5521116;-0.2305239,0.04358406;0.3974131;-0.01028111,6.084198
+0;0;0,0.02118642;0.1983281;-0.01473433,0.05332711;0.4940877;-0.05282167,0.1601575;0.372099;-0.03444814,0.4007686;0.2355437;0.008667164,0.6572008;0.124507;0.0263701,-0.07406122;0.3725787;-0.0212345,-0.3192579;0.2374838;-0.01594738,-0.5627762;0.0997382;-0.02712756,0.06728813;-0.006256258;-0.0428155,0.05270647;-0.3855679;-0.02520841,0.01565262;-0.72921;0.02990163,0.01108553;-0.7226017;-0.06721672,-0.07502182;0.01494415;-0.02341791,-0.1911196;-0.2330925;-0.286855,-0.1562397;-0.5650028;-0.1814086,-0.1706811;-0.619111;-0.233536,0.04257536;0.3959219;-0.03707748,0;0;0,0.02178375;0.1988053;-0.001378689,0.05470077;0.4963771;-0.01940912,0.1602368;0.3702257;-0.001843497,0.4032232;0.2380985;0.04174561,0.6693488;0.1520564;0.05493366,-0.07342491;0.372478;-0.002029504,-0.328794;0.2585729;-0.01659812,-0.5932537;0.1733616;-0.05124056,0.06834342;-0.00634228;-0.04109685,0.04550083;-0.3856166;-0.03569068,0.001753341;-0.7260537;0.03278378,0.001704834;-0.7174344;-0.06490381,-0.07406821;0.01481923;-0.02634939,-0.223758;-0.1746652;-0.319758,-0.1829508;-0.494305;-0.1831374,-0.1965631;-0.5494974;-0.2337039,0.04366374;0.3974031;-0.01033534,6.106096
+0;0;0,0.02086197;0.1983697;-0.01463679,0.05252709;0.4941867;-0.05267423,0.1595283;0.3722389;-0.03427018,0.4018452;0.238399;0.007794093,0.6627705;0.138703;0.02725489,-0.07479053;0.3730121;-0.02123721,-0.3227268;0.2429762;-0.01696312,-0.5683383;0.1089806;-0.02792573,0.06717017;-0.00609157;-0.04302397,0.05103203;-0.3853759;-0.02620321,0.01417667;-0.7290684;0.02872565,0.009667831;-0.7224472;-0.06839851,-0.07514832;0.01475492;-0.02313055,-0.1953859;-0.2230864;-0.2940077,-0.1607197;-0.5558912;-0.191347,-0.1742437;-0.6103317;-0.2431824,0.04193502;0.3960018;-0.03694143,0;0;0,0.02178375;0.1988053;-0.001378689,0.05470077;0.4963771;-0.01940912,0.1602368;0.3702257;-0.001843497,0.4032232;0.2380985;0.04174561,0.6693488;0.1520564;0.05493366,-0.07342491;0.372478;-0.002029504,-0.328794;0.2585729;-0.01659812,-0.5932537;0.1733616;-0.05124056,0.06834342;-0.00634228;-0.04109685,0.04550083;-0.3856166;-0.03569068,0.001753341;-0.7260537;0.03278378,0.001704834;-0.7174344;-0.06490381,-0.07406821;0.01481923;-0.02634939,-0.223758;-0.1746652;-0.319758,-0.1829508;-0.494305;-0.1831374,-0.1965631;-0.5494974;-0.2337039,0.04366374;0.3974031;-0.01033534,6.117867
+0;0;0,0.02086197;0.1983697;-0.01463679,0.05252709;0.4941867;-0.05267423,0.1595283;0.3722389;-0.03427018,0.4018452;0.238399;0.007794093,0.6627705;0.138703;0.02725489,-0.07479053;0.3730121;-0.02123721,-0.3227268;0.2429762;-0.01696312,-0.5683383;0.1089806;-0.02792573,0.06717017;-0.00609157;-0.04302397,0.05103203;-0.3853759;-0.02620321,0.01417667;-0.7290684;0.02872565,0.009667831;-0.7224472;-0.06839851,-0.07514832;0.01475492;-0.02313055,-0.1953859;-0.2230864;-0.2940077,-0.1607197;-0.5558912;-0.191347,-0.1742437;-0.6103317;-0.2431824,0.04193502;0.3960018;-0.03694143,0;0;0,0.02176571;0.1988074;-0.001374028,0.054541;0.4963897;-0.01947472,0.1602002;0.3703793;-0.001922167,0.4069939;0.2450973;0.04047268,0.6750267;0.1654504;0.05512822,-0.07359491;0.3728613;-0.002281457,-0.3309745;0.263491;-0.01620523,-0.5946366;0.1757064;-0.0505007,0.06832162;-0.006271889;-0.04114391,0.04468041;-0.3855053;-0.03633336,0.00135893;-0.7258669;0.03278422,0.001363362;-0.7172412;-0.06490476,-0.07411234;0.01476695;-0.02625448,-0.2249788;-0.1555216;-0.3306245,-0.1842864;-0.4744175;-0.1922427,-0.1983238;-0.528072;-0.2452039,0.04358912;0.3974099;-0.0103602,6.140083
+0;0;0,0.02086197;0.1983697;-0.01463679,0.05252709;0.4941867;-0.05267423,0.1595283;0.3722389;-0.03427018,0.4018452;0.238399;0.007794093,0.6627705;0.138703;0.02725489,-0.07479053;0.3730121;-0.02123721,-0.3227268;0.2429762;-0.01696312,-0.5683383;0.1089806;-0.02792573,0.06717017;-0.00609157;-0.04302397,0.05103203;-0.3853759;-0.02620321,0.01417667;-0.7290684;0.02872565,0.009667831;-0.7224472;-0.06839851,-0.07514832;0.01475492;-0.02313055,-0.1953859;-0.2230864;-0.2940077,-0.1607197;-0.5558912;-0.191347,-0.1742437;-0.6103317;-0.2431824,0.04193502;0.3960018;-0.03694143,0;0;0,0.02176571;0.1988074;-0.001374028,0.054541;0.4963897;-0.01947472,0.1602002;0.3703793;-0.001922167,0.4069939;0.2450973;0.04047268,0.6750267;0.1654504;0.05512822,-0.07359491;0.3728613;-0.002281457,-0.3309745;0.263491;-0.01620523,-0.5946366;0.1757064;-0.0505007,0.06832162;-0.006271889;-0.04114391,0.04468041;-0.3855053;-0.03633336,0.00135893;-0.7258669;0.03278422,0.001363362;-0.7172412;-0.06490476,-0.07411234;0.01476695;-0.02625448,-0.2249788;-0.1555216;-0.3306245,-0.1842864;-0.4744175;-0.1922427,-0.1983238;-0.528072;-0.2452039,0.04358912;0.3974099;-0.0103602,6.151713
+0;0;0,0.02073108;0.1983959;-0.01446747,0.05218688;0.4942728;-0.0522146,0.1593369;0.3726916;-0.03362884,0.4053778;0.245458;0.007303793,0.6678166;0.1499574;0.02744068,-0.07514986;0.3733455;-0.02120483,-0.3267356;0.2505402;-0.01636059,-0.5793171;0.1301856;-0.027193,0.0671548;-0.005994009;-0.04306163,0.04974988;-0.3851977;-0.02569454,0.01300382;-0.7289546;0.02890404,0.008706206;-0.7222764;-0.06824339,-0.07521357;0.01460698;-0.02301204,-0.1974378;-0.2174473;-0.2979885,-0.1623599;-0.550351;-0.1957895,-0.1735645;-0.6050049;-0.2478298,0.04167196;0.3960629;-0.03658593,0;0;0,0.02173597;0.1988106;-0.001378097,0.05441212;0.4963911;-0.0196646,0.1601996;0.3706992;-0.002002215,0.4104754;0.2521691;0.03938192,0.6806874;0.1804084;0.05474058,-0.07374781;0.3732146;-0.002497401,-0.3335434;0.2697608;-0.01676558,-0.5976858;0.1825783;-0.04882762,0.06831702;-0.006041946;-0.04118592,0.04358206;-0.385216;-0.03728823,0.0007719323;-0.7254522;0.03275929,0.0008125435;-0.7168254;-0.06492995,-0.07417013;0.0145923;-0.02618888,-0.2257133;-0.1513976;-0.3325906,-0.1838184;-0.4703273;-0.1946462,-0.1977925;-0.5227776;-0.2494793,0.04351697;0.3974136;-0.01045863,6.162878
+0;0;0,0.02073108;0.1983959;-0.01446747,0.05218688;0.4942728;-0.0522146,0.1593369;0.3726916;-0.03362884,0.4053778;0.245458;0.007303793,0.6678166;0.1499574;0.02744068,-0.07514986;0.3733455;-0.02120483,-0.3267356;0.2505402;-0.01636059,-0.5793171;0.1301856;-0.027193,0.0671548;-0.005994009;-0.04306163,0.04974988;-0.3851977;-0.02569454,0.01300382;-0.7289546;0.02890404,0.008706206;-0.7222764;-0.06824339,-0.07521357;0.01460698;-0.02301204,-0.1974378;-0.2174473;-0.2979885,-0.1623599;-0.550351;-0.1957895,-0.1735645;-0.6050049;-0.2478298,0.04167196;0.3960629;-0.03658593,0;0;0,0.02173597;0.1988106;-0.001378097,0.05441212;0.4963911;-0.0196646,0.1601996;0.3706992;-0.002002215,0.4104754;0.2521691;0.03938192,0.6806874;0.1804084;0.05474058,-0.07374781;0.3732146;-0.002497401,-0.3335434;0.2697608;-0.01676558,-0.5976858;0.1825783;-0.04882762,0.06831702;-0.006041946;-0.04118592,0.04358206;-0.385216;-0.03728823,0.0007719323;-0.7254522;0.03275929,0.0008125435;-0.7168254;-0.06492995,-0.07417013;0.0145923;-0.02618888,-0.2257133;-0.1513976;-0.3325906,-0.1838184;-0.4703273;-0.1946462,-0.1977925;-0.5227776;-0.2494793,0.04351697;0.3974136;-0.01045863,6.174303
+0;0;0,0.02049653;0.1984359;-0.01425046,0.0515565;0.4944019;-0.0516284,0.1588693;0.372875;-0.03316616,0.407961;0.2514835;0.00705089,0.6751118;0.1706722;0.0294112,-0.07573146;0.3737715;-0.02099356,-0.3294746;0.2554889;-0.01613139,-0.5845155;0.140442;-0.02701047,0.0671396;-0.005838546;-0.04310667,0.04864989;-0.3850217;-0.02642454,0.01162297;-0.7286625;0.02871154,0.007423022;-0.7219475;-0.06844901,-0.07528126;0.01439063;-0.02292687,-0.1989752;-0.2122605;-0.3017262,-0.1622474;-0.5446584;-0.1984659,-0.172732;-0.5998918;-0.2497041,0.0411866;0.396156;-0.03612956,0;0;0,0.02169118;0.1988154;-0.001392853,0.05425509;0.496413;-0.01961588,0.1601648;0.3709664;-0.001922451,0.4132714;0.2584522;0.03903616,0.6848124;0.1923199;0.05612383,-0.07390564;0.3735522;-0.002532905,-0.336188;0.2764704;-0.01606458,-0.6025128;0.1957305;-0.04692107,0.06833868;-0.005904885;-0.04116986,0.04297912;-0.3850418;-0.0376922,0.0001784414;-0.7252446;0.03252255,0.0002487219;-0.7166088;-0.06516865,-0.07422891;0.01444711;-0.02610267,-0.225475;-0.1502957;-0.3333232,-0.1834182;-0.4695552;-0.1961933,-0.1975408;-0.5214245;-0.2518528,0.04342903;0.397424;-0.01045189,6.196846
+0;0;0,0.02049653;0.1984359;-0.01425046,0.0515565;0.4944019;-0.0516284,0.1588693;0.372875;-0.03316616,0.407961;0.2514835;0.00705089,0.6751118;0.1706722;0.0294112,-0.07573146;0.3737715;-0.02099356,-0.3294746;0.2554889;-0.01613139,-0.5845155;0.140442;-0.02701047,0.0671396;-0.005838546;-0.04310667,0.04864989;-0.3850217;-0.02642454,0.01162297;-0.7286625;0.02871154,0.007423022;-0.7219475;-0.06844901,-0.07528126;0.01439063;-0.02292687,-0.1989752;-0.2122605;-0.3017262,-0.1622474;-0.5446584;-0.1984659,-0.172732;-0.5998918;-0.2497041,0.0411866;0.396156;-0.03612956,0;0;0,0.02169118;0.1988154;-0.001392853,0.05425509;0.496413;-0.01961588,0.1601648;0.3709664;-0.001922451,0.4132714;0.2584522;0.03903616,0.6848124;0.1923199;0.05612383,-0.07390564;0.3735522;-0.002532905,-0.336188;0.2764704;-0.01606458,-0.6025128;0.1957305;-0.04692107,0.06833868;-0.005904885;-0.04116986,0.04297912;-0.3850418;-0.0376922,0.0001784414;-0.7252446;0.03252255,0.0002487219;-0.7166088;-0.06516865,-0.07422891;0.01444711;-0.02610267,-0.225475;-0.1502957;-0.3333232,-0.1834182;-0.4695552;-0.1961933,-0.1975408;-0.5214245;-0.2518528,0.04342903;0.397424;-0.01045189,6.208535
+0;0;0,0.02049653;0.1984359;-0.01425046,0.0515565;0.4944019;-0.0516284,0.1588693;0.372875;-0.03316616,0.407961;0.2514835;0.00705089,0.6751118;0.1706722;0.0294112,-0.07573146;0.3737715;-0.02099356,-0.3294746;0.2554889;-0.01613139,-0.5845155;0.140442;-0.02701047,0.0671396;-0.005838546;-0.04310667,0.04864989;-0.3850217;-0.02642454,0.01162297;-0.7286625;0.02871154,0.007423022;-0.7219475;-0.06844901,-0.07528126;0.01439063;-0.02292687,-0.1989752;-0.2122605;-0.3017262,-0.1622474;-0.5446584;-0.1984659,-0.172732;-0.5998918;-0.2497041,0.0411866;0.396156;-0.03612956,0;0;0,0.02158281;0.1988278;-0.001303266,0.05399559;0.4964486;-0.0194333,0.1600361;0.3711694;-0.001785804,0.4165241;0.2660843;0.03785063,0.6895019;0.2064274;0.05585513,-0.07415044;0.3739013;-0.002540148,-0.3381061;0.2813834;-0.0154968,-0.6058336;0.2056415;-0.04688362,0.06835669;-0.005877842;-0.04114383,0.04199669;-0.3849515;-0.03825687,-0.0008002855;-0.7250313;0.03255371,-0.0006853589;-0.7163752;-0.06514187,-0.0742603;0.01436588;-0.02605818,-0.226008;-0.1465026;-0.3350791,-0.1830486;-0.4659851;-0.1987508,-0.1979685;-0.5169489;-0.2555159,0.0432597;0.3974449;-0.01032204,6.231447
+0;0;0,0.02036655;0.198464;-0.01404417,0.05120521;0.4944928;-0.05110594,0.1586427;0.3731343;-0.03300215,0.4105556;0.2575761;0.006824676,0.6786611;0.1802379;0.03002408,-0.07605994;0.3739324;-0.02088387,-0.3320461;0.2605435;-0.01713457,-0.5906599;0.1537642;-0.02795539,0.06718458;-0.005387089;-0.04309537,0.04765075;-0.3845471;-0.02709077,0.01077768;-0.7281301;0.02850669,0.006575159;-0.7213776;-0.06866272,-0.07538188;0.01396208;-0.02286115,-0.2009422;-0.2064797;-0.3057746,-0.1635617;-0.5390854;-0.2034219,-0.1732604;-0.5948346;-0.2539494,0.0409158;0.3962221;-0.03571087,0;0;0,0.02158281;0.1988278;-0.001303266,0.05399559;0.4964486;-0.0194333,0.1600361;0.3711694;-0.001785804,0.4165241;0.2660843;0.03785063,0.6895019;0.2064274;0.05585513,-0.07415044;0.3739013;-0.002540148,-0.3381061;0.2813834;-0.0154968,-0.6058336;0.2056415;-0.04688362,0.06835669;-0.005877842;-0.04114383,0.04199669;-0.3849515;-0.03825687,-0.0008002855;-0.7250313;0.03255371,-0.0006853589;-0.7163752;-0.06514187,-0.0742603;0.01436588;-0.02605818,-0.226008;-0.1465026;-0.3350791,-0.1830486;-0.4659851;-0.1987508,-0.1979685;-0.5169489;-0.2555159,0.0432597;0.3974449;-0.01032204,6.242291
+0;0;0,0.02036655;0.198464;-0.01404417,0.05120521;0.4944928;-0.05110594,0.1586427;0.3731343;-0.03300215,0.4105556;0.2575761;0.006824676,0.6786611;0.1802379;0.03002408,-0.07605994;0.3739324;-0.02088387,-0.3320461;0.2605435;-0.01713457,-0.5906599;0.1537642;-0.02795539,0.06718458;-0.005387089;-0.04309537,0.04765075;-0.3845471;-0.02709077,0.01077768;-0.7281301;0.02850669,0.006575159;-0.7213776;-0.06866272,-0.07538188;0.01396208;-0.02286115,-0.2009422;-0.2064797;-0.3057746,-0.1635617;-0.5390854;-0.2034219,-0.1732604;-0.5948346;-0.2539494,0.0409158;0.3962221;-0.03571087,0;0;0,0.02158281;0.1988278;-0.001303266,0.05399559;0.4964486;-0.0194333,0.1600361;0.3711694;-0.001785804,0.4165241;0.2660843;0.03785063,0.6895019;0.2064274;0.05585513,-0.07415044;0.3739013;-0.002540148,-0.3381061;0.2813834;-0.0154968,-0.6058336;0.2056415;-0.04688362,0.06835669;-0.005877842;-0.04114383,0.04199669;-0.3849515;-0.03825687,-0.0008002855;-0.7250313;0.03255371,-0.0006853589;-0.7163752;-0.06514187,-0.0742603;0.01436588;-0.02605818,-0.226008;-0.1465026;-0.3350791,-0.1830486;-0.4659851;-0.1987508,-0.1979685;-0.5169489;-0.2555159,0.0432597;0.3974449;-0.01032204,6.254055
+0;0;0,0.02036655;0.198464;-0.01404417,0.05120521;0.4944928;-0.05110594,0.1586427;0.3731343;-0.03300215,0.4105556;0.2575761;0.006824676,0.6786611;0.1802379;0.03002408,-0.07605994;0.3739324;-0.02088387,-0.3320461;0.2605435;-0.01713457,-0.5906599;0.1537642;-0.02795539,0.06718458;-0.005387089;-0.04309537,0.04765075;-0.3845471;-0.02709077,0.01077768;-0.7281301;0.02850669,0.006575159;-0.7213776;-0.06866272,-0.07538188;0.01396208;-0.02286115,-0.2009422;-0.2064797;-0.3057746,-0.1635617;-0.5390854;-0.2034219,-0.1732604;-0.5948346;-0.2539494,0.0409158;0.3962221;-0.03571087,0;0;0,0.02147192;0.1988401;-0.001250014,0.05378125;0.4964767;-0.01932039,0.1599193;0.3713312;-0.001748165,0.4194508;0.2737412;0.03723402,0.6935956;0.2198659;0.05572868,-0.07438657;0.374335;-0.002492902,-0.3401215;0.2869136;-0.01442846,-0.6090701;0.2150547;-0.04447808,0.06840231;-0.005594963;-0.04110743,0.04149029;-0.3846317;-0.03847752,-0.001118772;-0.7246919;0.03254017,-0.001022516;-0.7160238;-0.06515804,-0.07434131;0.01407229;-0.02598729,-0.2262016;-0.1441672;-0.3363076,-0.1834804;-0.4641651;-0.2011179,-0.1979251;-0.515543;-0.2574117,0.04310796;0.3974627;-0.01024794,6.27627
+0;0;0,0.0201588;0.1985012;-0.0138157,0.05064824;0.4946014;-0.05059138,0.1582273;0.373314;-0.03258168,0.4127042;0.2631516;0.006222695,0.6816434;0.1889304;0.02994936,-0.07655504;0.3741475;-0.02073673,-0.3351681;0.2668514;-0.01812148,-0.5952379;0.1639256;-0.03115999,0.06718947;-0.005176845;-0.04311351,0.04615867;-0.3842809;-0.02769069,0.0091483;-0.7278342;0.02799894,0.005024017;-0.7210445;-0.06918272,-0.07546271;0.0136777;-0.0227662,-0.202841;-0.2012134;-0.3091166,-0.1655641;-0.5340135;-0.2073593,-0.1740532;-0.5904989;-0.2568387,0.04048125;0.3963047;-0.03528201,0;0;0,0.02147192;0.1988401;-0.001250014,0.05378125;0.4964767;-0.01932039,0.1599193;0.3713312;-0.001748165,0.4194508;0.2737412;0.03723402,0.6935956;0.2198659;0.05572868,-0.07438657;0.374335;-0.002492902,-0.3401215;0.2869136;-0.01442846,-0.6090701;0.2150547;-0.04447808,0.06840231;-0.005594963;-0.04110743,0.04149029;-0.3846317;-0.03847752,-0.001118772;-0.7246919;0.03254017,-0.001022516;-0.7160238;-0.06515804,-0.07434131;0.01407229;-0.02598729,-0.2262016;-0.1441672;-0.3363076,-0.1834804;-0.4641651;-0.2011179,-0.1979251;-0.515543;-0.2574117,0.04310796;0.3974627;-0.01024794,6.288412
+0;0;0,0.0201588;0.1985012;-0.0138157,0.05064824;0.4946014;-0.05059138,0.1582273;0.373314;-0.03258168,0.4127042;0.2631516;0.006222695,0.6816434;0.1889304;0.02994936,-0.07655504;0.3741475;-0.02073673,-0.3351681;0.2668514;-0.01812148,-0.5952379;0.1639256;-0.03115999,0.06718947;-0.005176845;-0.04311351,0.04615867;-0.3842809;-0.02769069,0.0091483;-0.7278342;0.02799894,0.005024017;-0.7210445;-0.06918272,-0.07546271;0.0136777;-0.0227662,-0.202841;-0.2012134;-0.3091166,-0.1655641;-0.5340135;-0.2073593,-0.1740532;-0.5904989;-0.2568387,0.04048125;0.3963047;-0.03528201,0;0;0,0.02141421;0.1988471;-0.001119244,0.05361639;0.4965021;-0.0190882,0.1598685;0.371551;-0.001553858,0.4217873;0.2802638;0.03672401,0.698977;0.2461509;0.05677751,-0.07454485;0.3746565;-0.002340073,-0.3416032;0.2912814;-0.01367135,-0.6119214;0.2245553;-0.04326328,0.06840961;-0.005444355;-0.04111549,0.04061092;-0.3844225;-0.03946076,-0.001476463;-0.724299;0.03273783,-0.001381445;-0.7156087;-0.06496523,-0.07441196;0.01388571;-0.02588527,-0.2261208;-0.1422342;-0.3373512,-0.1842887;-0.462638;-0.2028466,-0.199808;-0.5125487;-0.2609278,0.04301193;0.3974762;-0.01006445,6.299585
+0;0;0,0.0201588;0.1985012;-0.0138157,0.05064824;0.4946014;-0.05059138,0.1582273;0.373314;-0.03258168,0.4127042;0.2631516;0.006222695,0.6816434;0.1889304;0.02994936,-0.07655504;0.3741475;-0.02073673,-0.3351681;0.2668514;-0.01812148,-0.5952379;0.1639256;-0.03115999,0.06718947;-0.005176845;-0.04311351,0.04615867;-0.3842809;-0.02769069,0.0091483;-0.7278342;0.02799894,0.005024017;-0.7210445;-0.06918272,-0.07546271;0.0136777;-0.0227662,-0.202841;-0.2012134;-0.3091166,-0.1655641;-0.5340135;-0.2073593,-0.1740532;-0.5904989;-0.2568387,0.04048125;0.3963047;-0.03528201,0;0;0,0.02141421;0.1988471;-0.001119244,0.05361639;0.4965021;-0.0190882,0.1598685;0.371551;-0.001553858,0.4217873;0.2802638;0.03672401,0.698977;0.2461509;0.05677751,-0.07454485;0.3746565;-0.002340073,-0.3416032;0.2912814;-0.01367135,-0.6119214;0.2245553;-0.04326328,0.06840961;-0.005444355;-0.04111549,0.04061092;-0.3844225;-0.03946076,-0.001476463;-0.724299;0.03273783,-0.001381445;-0.7156087;-0.06496523,-0.07441196;0.01388571;-0.02588527,-0.2261208;-0.1422342;-0.3373512,-0.1842887;-0.462638;-0.2028466,-0.199808;-0.5125487;-0.2609278,0.04301193;0.3974762;-0.01006445,6.31093
+0;0;0,0.01995702;0.1985261;-0.01375145,0.05010004;0.4946616;-0.0505235,0.1578075;0.3734488;-0.03224111,0.414929;0.2694782;0.006212078,0.6848868;0.1992948;0.03064677,-0.07702595;0.3744203;-0.02064753,-0.3380438;0.2730904;-0.01927123,-0.59927;0.1731904;-0.03272,0.06712385;-0.005023899;-0.04323366,0.04523946;-0.3841075;-0.02851399,0.008054696;-0.7276276;0.02726441,0.004001583;-0.7208359;-0.06992073,-0.07555004;0.01347278;-0.02259813,-0.2053857;-0.1958238;-0.3119726,-0.166921;-0.5285089;-0.2102815,-0.1731834;-0.5855441;-0.2591247,0.04005112;0.3963545;-0.03520271,0;0;0,0.02141421;0.1988471;-0.001119244,0.05361639;0.4965021;-0.0190882,0.1598685;0.371551;-0.001553858,0.4217873;0.2802638;0.03672401,0.698977;0.2461509;0.05677751,-0.07454485;0.3746565;-0.002340073,-0.3416032;0.2912814;-0.01367135,-0.6119214;0.2245553;-0.04326328,0.06840961;-0.005444355;-0.04111549,0.04061092;-0.3844225;-0.03946076,-0.001476463;-0.724299;0.03273783,-0.001381445;-0.7156087;-0.06496523,-0.07441196;0.01388571;-0.02588527,-0.2261208;-0.1422342;-0.3373512,-0.1842887;-0.462638;-0.2028466,-0.199808;-0.5125487;-0.2609278,0.04301193;0.3974762;-0.01006445,6.322021
+0;0;0,0.01995702;0.1985261;-0.01375145,0.05010004;0.4946616;-0.0505235,0.1578075;0.3734488;-0.03224111,0.414929;0.2694782;0.006212078,0.6848868;0.1992948;0.03064677,-0.07702595;0.3744203;-0.02064753,-0.3380438;0.2730904;-0.01927123,-0.59927;0.1731904;-0.03272,0.06712385;-0.005023899;-0.04323366,0.04523946;-0.3841075;-0.02851399,0.008054696;-0.7276276;0.02726441,0.004001583;-0.7208359;-0.06992073,-0.07555004;0.01347278;-0.02259813,-0.2053857;-0.1958238;-0.3119726,-0.166921;-0.5285089;-0.2102815,-0.1731834;-0.5855441;-0.2591247,0.04005112;0.3963545;-0.03520271,0;0;0,0.02140074;0.1988496;-0.0009275668,0.05357696;0.4965325;-0.01853385,0.1598747;0.3717653;-0.001107195,0.4234386;0.2855833;0.03770946,0.70188;0.2630808;0.05678929,-0.07464547;0.3750067;-0.002037373,-0.3434666;0.2974646;-0.01310064,-0.6162593;0.2403211;-0.03991016,0.06841193;-0.005401661;-0.04111726,0.03989947;-0.3843299;-0.0404453,-0.001968864;-0.7241262;0.03225585,-0.001833285;-0.7154003;-0.06545494,-0.07446166;0.01378794;-0.02579445,-0.22601;-0.1390527;-0.3389603,-0.18644;-0.4604317;-0.2061079,-0.2010961;-0.5115483;-0.2627232,0.04298003;0.3974881;-0.009707611,6.333285
+0;0;0,0.01995702;0.1985261;-0.01375145,0.05010004;0.4946616;-0.0505235,0.1578075;0.3734488;-0.03224111,0.414929;0.2694782;0.006212078,0.6848868;0.1992948;0.03064677,-0.07702595;0.3744203;-0.02064753,-0.3380438;0.2730904;-0.01927123,-0.59927;0.1731904;-0.03272,0.06712385;-0.005023899;-0.04323366,0.04523946;-0.3841075;-0.02851399,0.008054696;-0.7276276;0.02726441,0.004001583;-0.7208359;-0.06992073,-0.07555004;0.01347278;-0.02259813,-0.2053857;-0.1958238;-0.3119726,-0.166921;-0.5285089;-0.2102815,-0.1731834;-0.5855441;-0.2591247,0.04005112;0.3963545;-0.03520271,0;0;0,0.02140074;0.1988496;-0.0009275668,0.05357696;0.4965325;-0.01853385,0.1598747;0.3717653;-0.001107195,0.4234386;0.2855833;0.03770946,0.70188;0.2630808;0.05678929,-0.07464547;0.3750067;-0.002037373,-0.3434666;0.2974646;-0.01310064,-0.6162593;0.2403211;-0.03991016,0.06841193;-0.005401661;-0.04111726,0.03989947;-0.3843299;-0.0404453,-0.001968864;-0.7241262;0.03225585,-0.001833285;-0.7154003;-0.06545494,-0.07446166;0.01378794;-0.02579445,-0.22601;-0.1390527;-0.3389603,-0.18644;-0.4604317;-0.2061079,-0.2010961;-0.5115483;-0.2627232,0.04298003;0.3974881;-0.009707611,6.3557
+0;0;0,0.01959432;0.1985649;-0.01371273,0.04931467;0.4947473;-0.05045213,0.1571344;0.3734739;-0.03174689,0.417075;0.2760538;0.004861865,0.6883856;0.2117003;0.03034025,-0.0777033;0.3745333;-0.02072399,-0.3408052;0.2787381;-0.01992574,-0.6036165;0.1832573;-0.03454262,0.06711407;-0.004825496;-0.04327142,0.04403203;-0.3838768;-0.02958551,0.007130235;-0.727399;0.02636777,0.003262049;-0.7206171;-0.07082257,-0.07560829;0.0132205;-0.02255226,-0.2074648;-0.1880315;-0.3166806,-0.1682945;-0.5202652;-0.21379,-0.1721034;-0.5779309;-0.2617506,0.03939852;0.3964247;-0.03514377,0;0;0,0.02148453;0.1988418;-0.0005879405,0.05368324;0.4965335;-0.018005,0.1600149;0.3719128;-0.0003960617,0.4254293;0.2916125;0.038425,0.7035161;0.2650382;0.05743838,-0.07456587;0.3752532;-0.001530051,-0.3443745;0.301162;-0.01219668,-0.6176528;0.2470329;-0.04028701,0.06843251;-0.005417346;-0.04108094,0.03951243;-0.3843153;-0.04103259,-0.001958951;-0.7239499;0.03264539,-0.001769339;-0.7151861;-0.06507355,-0.07449237;0.01374054;-0.02573103,-0.2260553;-0.1344256;-0.3411283,-0.1877389;-0.4561155;-0.2086616,-0.2046019;-0.5050109;-0.2677476,0.04310488;0.3974813;-0.009244354,6.366888
+0;0;0,0.01959432;0.1985649;-0.01371273,0.04931467;0.4947473;-0.05045213,0.1571344;0.3734739;-0.03174689,0.417075;0.2760538;0.004861865,0.6883856;0.2117003;0.03034025,-0.0777033;0.3745333;-0.02072399,-0.3408052;0.2787381;-0.01992574,-0.6036165;0.1832573;-0.03454262,0.06711407;-0.004825496;-0.04327142,0.04403203;-0.3838768;-0.02958551,0.007130235;-0.727399;0.02636777,0.003262049;-0.7206171;-0.07082257,-0.07560829;0.0132205;-0.02255226,-0.2074648;-0.1880315;-0.3166806,-0.1682945;-0.5202652;-0.21379,-0.1721034;-0.5779309;-0.2617506,0.03939852;0.3964247;-0.03514377,0;0;0,0.02148453;0.1988418;-0.0005879405,0.05368324;0.4965335;-0.018005,0.1600149;0.3719128;-0.0003960617,0.4254293;0.2916125;0.038425,0.7035161;0.2650382;0.05743838,-0.07456587;0.3752532;-0.001530051,-0.3443745;0.301162;-0.01219668,-0.6176528;0.2470329;-0.04028701,0.06843251;-0.005417346;-0.04108094,0.03951243;-0.3843153;-0.04103259,-0.001958951;-0.7239499;0.03264539,-0.001769339;-0.7151861;-0.06507355,-0.07449237;0.01374054;-0.02573103,-0.2260553;-0.1344256;-0.3411283,-0.1877389;-0.4561155;-0.2086616,-0.2046019;-0.5050109;-0.2677476,0.04310488;0.3974813;-0.009244354,6.389165
+0;0;0,0.01959432;0.1985649;-0.01371273,0.04931467;0.4947473;-0.05045213,0.1571344;0.3734739;-0.03174689,0.417075;0.2760538;0.004861865,0.6883856;0.2117003;0.03034025,-0.0777033;0.3745333;-0.02072399,-0.3408052;0.2787381;-0.01992574,-0.6036165;0.1832573;-0.03454262,0.06711407;-0.004825496;-0.04327142,0.04403203;-0.3838768;-0.02958551,0.007130235;-0.727399;0.02636777,0.003262049;-0.7206171;-0.07082257,-0.07560829;0.0132205;-0.02255226,-0.2074648;-0.1880315;-0.3166806,-0.1682945;-0.5202652;-0.21379,-0.1721034;-0.5779309;-0.2617506,0.03939852;0.3964247;-0.03514377,0;0;0,0.02164243;0.1988253;-0.0002852484,0.05381274;0.4965448;-0.01732286,0.1601927;0.3720609;0.0002121832,0.4271138;0.2971704;0.03951293,0.7055091;0.2735508;0.05790137,-0.07446437;0.3754933;-0.001106441,-0.3452699;0.3050369;-0.01111938,-0.6194295;0.2552069;-0.03856913,0.06848857;-0.005564993;-0.04096764,0.03847616;-0.3843752;-0.0424189,-0.001830067;-0.7238328;0.03270706,-0.001573016;-0.7150226;-0.0650218,-0.07446218;0.01385217;-0.0257585,-0.225393;-0.1304024;-0.3432652,-0.1908997;-0.4537879;-0.2139129,-0.2078584;-0.5042108;-0.270874,0.04325744;0.3974736;-0.008751048,6.41156
+0;0;0,0.01948185;0.1985822;-0.01362283,0.04907853;0.4947959;-0.05021136,0.1569816;0.3737824;-0.03127545,0.4194963;0.2832632;0.004673097,0.691681;0.2226834;0.03008198,-0.07794712;0.3748554;-0.0204889,-0.3429507;0.284453;-0.02119745,-0.6077623;0.194483;-0.03462188,0.06713663;-0.004751528;-0.0432446,0.04362852;-0.3837675;-0.02930556,0.006372314;-0.727158;0.02721826,0.00257988;-0.7203388;-0.06998396,-0.07561786;0.01309324;-0.02259436,-0.2087482;-0.1851465;-0.3181909,-0.1679365;-0.5172036;-0.2153682,-0.1714929;-0.5742185;-0.2645186,0.03920162;0.3964607;-0.03495915,0;0;0,0.02179389;0.1988089;0.000213865,0.05393801;0.4965656;-0.01629065,0.1603561;0.3722725;0.001358122,0.4289272;0.3031511;0.03998185,0.7075101;0.2812405;0.05763173,-0.07438182;0.3758267;-0.0003794478,-0.3461983;0.3093394;-0.01013778,-0.6208377;0.2621895;-0.03752556,0.06860667;-0.005829589;-0.04073255,0.03741796;-0.3845387;-0.04331969,-0.002215758;-0.7238307;0.03290424,-0.001815448;-0.7149558;-0.06483813,-0.07440849;0.01410365;-0.0257772,-0.2249945;-0.1227996;-0.3466842,-0.19432;-0.4477506;-0.2203278,-0.2134545;-0.4945724;-0.2814201,0.04340453;0.3974684;-0.007996242,6.433424
+0;0;0,0.01948185;0.1985822;-0.01362283,0.04907853;0.4947959;-0.05021136,0.1569816;0.3737824;-0.03127545,0.4194963;0.2832632;0.004673097,0.691681;0.2226834;0.03008198,-0.07794712;0.3748554;-0.0204889,-0.3429507;0.284453;-0.02119745,-0.6077623;0.194483;-0.03462188,0.06713663;-0.004751528;-0.0432446,0.04362852;-0.3837675;-0.02930556,0.006372314;-0.727158;0.02721826,0.00257988;-0.7203388;-0.06998396,-0.07561786;0.01309324;-0.02259436,-0.2087482;-0.1851465;-0.3181909,-0.1679365;-0.5172036;-0.2153682,-0.1714929;-0.5742185;-0.2645186,0.03920162;0.3964607;-0.03495915,0;0;0,0.02179389;0.1988089;0.000213865,0.05393801;0.4965656;-0.01629065,0.1603561;0.3722725;0.001358122,0.4289272;0.3031511;0.03998185,0.7075101;0.2812405;0.05763173,-0.07438182;0.3758267;-0.0003794478,-0.3461983;0.3093394;-0.01013778,-0.6208377;0.2621895;-0.03752556,0.06860667;-0.005829589;-0.04073255,0.03741796;-0.3845387;-0.04331969,-0.002215758;-0.7238307;0.03290424,-0.001815448;-0.7149558;-0.06483813,-0.07440849;0.01410365;-0.0257772,-0.2249945;-0.1227996;-0.3466842,-0.19432;-0.4477506;-0.2203278,-0.2134545;-0.4945724;-0.2814201,0.04340453;0.3974684;-0.007996242,6.445278
+0;0;0,0.01948185;0.1985822;-0.01362283,0.04907853;0.4947959;-0.05021136,0.1569816;0.3737824;-0.03127545,0.4194963;0.2832632;0.004673097,0.691681;0.2226834;0.03008198,-0.07794712;0.3748554;-0.0204889,-0.3429507;0.284453;-0.02119745,-0.6077623;0.194483;-0.03462188,0.06713663;-0.004751528;-0.0432446,0.04362852;-0.3837675;-0.02930556,0.006372314;-0.727158;0.02721826,0.00257988;-0.7203388;-0.06998396,-0.07561786;0.01309324;-0.02259436,-0.2087482;-0.1851465;-0.3181909,-0.1679365;-0.5172036;-0.2153682,-0.1714929;-0.5742185;-0.2645186,0.03920162;0.3964607;-0.03495915,0;0;0,0.02176885;0.1988105;0.000706603,0.05376298;0.4966216;-0.0151705,0.1602705;0.3724407;0.002368182,0.4302225;0.3094832;0.04189434,0.7097356;0.3093845;0.05839881,-0.07452774;0.3761323;0.0005249907,-0.3468159;0.3115635;-0.008963363,-0.6222749;0.2691323;-0.0358318,0.06871659;-0.005923446;-0.04053323,0.03538078;-0.3844351;-0.04473017,-0.003149699;-0.723626;0.03250311,-0.002709875;-0.7146736;-0.06525582,-0.07437147;0.01412205;-0.02587376,-0.2253479;-0.1162104;-0.3493232,-0.1958841;-0.4422376;-0.2254757,-0.2167162;-0.4877041;-0.2876916,0.043304;0.3974909;-0.007187885,6.467452
+0;0;0,0.01933904;0.1986209;-0.01325596,0.04866854;0.4949662;-0.0489975,0.1567313;0.3741992;-0.03013803,0.4211301;0.2887182;0.004304506,0.695064;0.2369854;0.03045668,-0.07834718;0.3751272;-0.02016395,-0.3449396;0.2895262;-0.02113669,-0.6118834;0.2062355;-0.03540888,0.06711897;-0.004592768;-0.04328915,0.04271811;-0.3835933;-0.03051449,0.005597584;-0.7269398;0.02636458,0.002057257;-0.7200601;-0.07086155,-0.07565252;0.01289416;-0.02259284,-0.2103888;-0.1793943;-0.3213758,-0.1671957;-0.5103884;-0.2161273,-0.1720019;-0.5663595;-0.2669788,0.03890055;0.3965718;-0.0340598,0;0;0,0.02174683;0.1988108;0.001165367,0.05308043;0.4967504;-0.0136677,0.159903;0.373001;0.00380738,0.4308906;0.3140629;0.04243413,0.7104031;0.3116392;0.0587708,-0.07506877;0.3767474;0.001500349,-0.3482106;0.3158664;-0.007830141,-0.6240069;0.2757256;-0.03475757,0.06876981;-0.005921115;-0.04044322,0.03199046;-0.3840706;-0.04753399,-0.004598796;-0.7228878;0.03224127,-0.003965725;-0.7138352;-0.06553811,-0.07440701;0.01406106;-0.02580471,-0.2261125;-0.105419;-0.3530813,-0.1975982;-0.4335994;-0.2348249,-0.2194107;-0.4791953;-0.2965459,0.04286519;0.3975582;-0.006147423,6.489599
+0;0;0,0.01933904;0.1986209;-0.01325596,0.04866854;0.4949662;-0.0489975,0.1567313;0.3741992;-0.03013803,0.4211301;0.2887182;0.004304506,0.695064;0.2369854;0.03045668,-0.07834718;0.3751272;-0.02016395,-0.3449396;0.2895262;-0.02113669,-0.6118834;0.2062355;-0.03540888,0.06711897;-0.004592768;-0.04328915,0.04271811;-0.3835933;-0.03051449,0.005597584;-0.7269398;0.02636458,0.002057257;-0.7200601;-0.07086155,-0.07565252;0.01289416;-0.02259284,-0.2103888;-0.1793943;-0.3213758,-0.1671957;-0.5103884;-0.2161273,-0.1720019;-0.5663595;-0.2669788,0.03890055;0.3965718;-0.0340598,0;0;0,0.02174683;0.1988108;0.001165367,0.05308043;0.4967504;-0.0136677,0.159903;0.373001;0.00380738,0.4308906;0.3140629;0.04243413,0.7104031;0.3116392;0.0587708,-0.07506877;0.3767474;0.001500349,-0.3482106;0.3158664;-0.007830141,-0.6240069;0.2757256;-0.03475757,0.06876981;-0.005921115;-0.04044322,0.03199046;-0.3840706;-0.04753399,-0.004598796;-0.7228878;0.03224127,-0.003965725;-0.7138352;-0.06553811,-0.07440701;0.01406106;-0.02580471,-0.2261125;-0.105419;-0.3530813,-0.1975982;-0.4335994;-0.2348249,-0.2194107;-0.4791953;-0.2965459,0.04286519;0.3975582;-0.006147423,6.501191
+0;0;0,0.01933904;0.1986209;-0.01325596,0.04866854;0.4949662;-0.0489975,0.1567313;0.3741992;-0.03013803,0.4211301;0.2887182;0.004304506,0.695064;0.2369854;0.03045668,-0.07834718;0.3751272;-0.02016395,-0.3449396;0.2895262;-0.02113669,-0.6118834;0.2062355;-0.03540888,0.06711897;-0.004592768;-0.04328915,0.04271811;-0.3835933;-0.03051449,0.005597584;-0.7269398;0.02636458,0.002057257;-0.7200601;-0.07086155,-0.07565252;0.01289416;-0.02259284,-0.2103888;-0.1793943;-0.3213758,-0.1671957;-0.5103884;-0.2161273,-0.1720019;-0.5663595;-0.2669788,0.03890055;0.3965718;-0.0340598,0;0;0,0.0214002;0.1988437;0.001792765,0.05206059;0.496904;-0.01207476,0.1592039;0.3734148;0.005301246,0.4311099;0.3188514;0.04390121,0.7106546;0.3174571;0.05980194,-0.07587808;0.3773239;0.00284,-0.3494148;0.3182474;-0.006521788,-0.6256684;0.2818725;-0.03410427,0.06894808;-0.005903098;-0.0401412,0.02890216;-0.3836173;-0.05146883,-0.005662791;-0.7219619;0.0311639,-0.004972416;-0.7128301;-0.06663202,-0.07436921;0.01398695;-0.02595352,-0.2270735;-0.09695381;-0.3557619,-0.2019416;-0.4290412;-0.2481219,-0.2232356;-0.4749326;-0.3096611,0.04212828;0.397651;-0.004989861,6.52299
+0;0;0,0.01927798;0.1986472;-0.01294736,0.04862576;0.4950496;-0.04820073,0.1567037;0.3744097;-0.02949138,0.4228713;0.2943126;0.004261654,0.6994777;0.2601603;0.03114191,-0.07848932;0.3755744;-0.01967607,-0.3462459;0.2937143;-0.02198193,-0.6149222;0.2162965;-0.03680018,0.06711665;-0.004420671;-0.04331066,0.04173323;-0.3833561;-0.03051782,0.004493412;-0.7266582;0.02655084,0.0009833111;-0.7197325;-0.07068729,-0.07570037;0.0126838;-0.02255161,-0.2117065;-0.1731669;-0.3248129,-0.1660083;-0.503539;-0.2186717,-0.1720502;-0.5583677;-0.2712796,0.038845;0.3966306;-0.03343462,0;0;0,0.0214002;0.1988437;0.001792765,0.05206059;0.496904;-0.01207476,0.1592039;0.3734148;0.005301246,0.4311099;0.3188514;0.04390121,0.7106546;0.3174571;0.05980194,-0.07587808;0.3773239;0.00284,-0.3494148;0.3182474;-0.006521788,-0.6256684;0.2818725;-0.03410427,0.06894808;-0.005903098;-0.0401412,0.02890216;-0.3836173;-0.05146883,-0.005662791;-0.7219619;0.0311639,-0.004972416;-0.7128301;-0.06663202,-0.07436921;0.01398695;-0.02595352,-0.2270735;-0.09695381;-0.3557619,-0.2019416;-0.4290412;-0.2481219,-0.2232356;-0.4749326;-0.3096611,0.04212828;0.397651;-0.004989861,6.534541
+0;0;0,0.01927798;0.1986472;-0.01294736,0.04862576;0.4950496;-0.04820073,0.1567037;0.3744097;-0.02949138,0.4228713;0.2943126;0.004261654,0.6994777;0.2601603;0.03114191,-0.07848932;0.3755744;-0.01967607,-0.3462459;0.2937143;-0.02198193,-0.6149222;0.2162965;-0.03680018,0.06711665;-0.004420671;-0.04331066,0.04173323;-0.3833561;-0.03051782,0.004493412;-0.7266582;0.02655084,0.0009833111;-0.7197325;-0.07068729,-0.07570037;0.0126838;-0.02255161,-0.2117065;-0.1731669;-0.3248129,-0.1660083;-0.503539;-0.2186717,-0.1720502;-0.5583677;-0.2712796,0.038845;0.3966306;-0.03343462,0;0;0,0.0214002;0.1988437;0.001792765,0.05206059;0.496904;-0.01207476,0.1592039;0.3734148;0.005301246,0.4311099;0.3188514;0.04390121,0.7106546;0.3174571;0.05980194,-0.07587808;0.3773239;0.00284,-0.3494148;0.3182474;-0.006521788,-0.6256684;0.2818725;-0.03410427,0.06894808;-0.005903098;-0.0401412,0.02890216;-0.3836173;-0.05146883,-0.005662791;-0.7219619;0.0311639,-0.004972416;-0.7128301;-0.06663202,-0.07436921;0.01398695;-0.02595352,-0.2270735;-0.09695381;-0.3557619,-0.2019416;-0.4290412;-0.2481219,-0.2232356;-0.4749326;-0.3096611,0.04212828;0.397651;-0.004989861,6.545871
+0;0;0,0.01927798;0.1986472;-0.01294736,0.04862576;0.4950496;-0.04820073,0.1567037;0.3744097;-0.02949138,0.4228713;0.2943126;0.004261654,0.6994777;0.2601603;0.03114191,-0.07848932;0.3755744;-0.01967607,-0.3462459;0.2937143;-0.02198193,-0.6149222;0.2162965;-0.03680018,0.06711665;-0.004420671;-0.04331066,0.04173323;-0.3833561;-0.03051782,0.004493412;-0.7266582;0.02655084,0.0009833111;-0.7197325;-0.07068729,-0.07570037;0.0126838;-0.02255161,-0.2117065;-0.1731669;-0.3248129,-0.1660083;-0.503539;-0.2186717,-0.1720502;-0.5583677;-0.2712796,0.038845;0.3966306;-0.03343462,0;0;0,0.02103728;0.1988707;0.002804311,0.05121486;0.4970301;-0.01005122,0.1585687;0.3737156;0.007209768,0.4313477;0.3236797;0.04578473,0.7109331;0.3236227;0.06101611,-0.07659811;0.3779598;0.004775079,-0.3503157;0.3198549;-0.005349582,-0.627113;0.2884628;-0.03359507,0.068914;-0.005837092;-0.04020932,0.02629577;-0.3832351;-0.05263635,-0.007188279;-0.721221;0.03188757,-0.006483599;-0.7119452;-0.06593886,-0.07453591;0.01383892;-0.02555154,-0.2293671;-0.09057198;-0.3564982,-0.2061056;-0.426015;-0.2593547,-0.2252763;-0.4712035;-0.3224355,0.0414779;0.3977256;-0.00343266,6.567874
+0;0;0,0.0189318;0.1987028;-0.01260069,0.04793892;0.4951997;-0.04734474,0.156175;0.3747834;-0.02881305,0.4239936;0.3002047;0.004521698,0.7000869;0.2623258;0.03168148,-0.07913045;0.3759303;-0.01917848,-0.3479645;0.2977296;-0.02277452,-0.618905;0.228795;-0.03824163,0.06717081;-0.004190224;-0.04324956,0.04031535;-0.383078;-0.03216822,0.002982441;-0.7262007;0.02591009,-0.0004798933;-0.7192243;-0.07134176,-0.07576138;0.01238937;-0.02251039,-0.2168802;-0.141684;-0.3399169,-0.1681913;-0.4700726;-0.2290552,-0.1753085;-0.5237837;-0.2832934,0.03826739;0.3967419;-0.03276609,0;0;0,0.02103728;0.1988707;0.002804311,0.05121486;0.4970301;-0.01005122,0.1585687;0.3737156;0.007209768,0.4313477;0.3236797;0.04578473,0.7109331;0.3236227;0.06101611,-0.07659811;0.3779598;0.004775079,-0.3503157;0.3198549;-0.005349582,-0.627113;0.2884628;-0.03359507,0.068914;-0.005837092;-0.04020932,0.02629577;-0.3832351;-0.05263635,-0.007188279;-0.721221;0.03188757,-0.006483599;-0.7119452;-0.06593886,-0.07453591;0.01383892;-0.02555154,-0.2293671;-0.09057198;-0.3564982,-0.2061056;-0.426015;-0.2593547,-0.2252763;-0.4712035;-0.3224355,0.0414779;0.3977256;-0.00343266,6.579472
+0;0;0,0.0189318;0.1987028;-0.01260069,0.04793892;0.4951997;-0.04734474,0.156175;0.3747834;-0.02881305,0.4239936;0.3002047;0.004521698,0.7000869;0.2623258;0.03168148,-0.07913045;0.3759303;-0.01917848,-0.3479645;0.2977296;-0.02277452,-0.618905;0.228795;-0.03824163,0.06717081;-0.004190224;-0.04324956,0.04031535;-0.383078;-0.03216822,0.002982441;-0.7262007;0.02591009,-0.0004798933;-0.7192243;-0.07134176,-0.07576138;0.01238937;-0.02251039,-0.2168802;-0.141684;-0.3399169,-0.1681913;-0.4700726;-0.2290552,-0.1753085;-0.5237837;-0.2832934,0.03826739;0.3967419;-0.03276609,0;0;0,0.02085692;0.1988801;0.003418348,0.05001505;0.4972378;-0.007060848,0.157773;0.3742308;0.009136418,0.4314207;0.3284568;0.04684174,0.7109845;0.3321129;0.06203024,-0.07757432;0.3785655;0.006780284,-0.3515884;0.3219168;-0.003572879,-0.6286287;0.2944314;-0.03345995,0.06903349;-0.00587311;-0.03999855,0.02437304;-0.3829449;-0.05490739,-0.008714329;-0.720724;0.03059434,-0.008004068;-0.711264;-0.06727092,-0.07449904;0.01381097;-0.02567391,-0.2301155;-0.08211062;-0.3588144,-0.207945;-0.419684;-0.2690777,-0.2278072;-0.4617031;-0.3355513,0.04058752;0.3978475;-0.001342616,6.601214
+0;0;0,0.0189318;0.1987028;-0.01260069,0.04793892;0.4951997;-0.04734474,0.156175;0.3747834;-0.02881305,0.4239936;0.3002047;0.004521698,0.7000869;0.2623258;0.03168148,-0.07913045;0.3759303;-0.01917848,-0.3479645;0.2977296;-0.02277452,-0.618905;0.228795;-0.03824163,0.06717081;-0.004190224;-0.04324956,0.04031535;-0.383078;-0.03216822,0.002982441;-0.7262007;0.02591009,-0.0004798933;-0.7192243;-0.07134176,-0.07576138;0.01238937;-0.02251039,-0.2168802;-0.141684;-0.3399169,-0.1681913;-0.4700726;-0.2290552,-0.1753085;-0.5237837;-0.2832934,0.03826739;0.3967419;-0.03276609,0;0;0,0.0204772;0.1989027;0.004291534,0.04912217;0.4973521;-0.004945859,0.1570407;0.3746349;0.0115035,0.4314844;0.3330695;0.04828657,0.7110263;0.3393064;0.0630328,-0.07830749;0.3787023;0.008614118,-0.3526164;0.3235632;-0.002075982,-0.6297961;0.2991182;-0.03328278,0.06909645;-0.005707832;-0.03991367,0.02140465;-0.3822105;-0.05918034,-0.01020697;-0.7196199;0.02831595,-0.009334947;-0.7100578;-0.06956935,-0.0745891;0.01360748;-0.02552061,-0.2308927;-0.07900154;-0.3592761,-0.2104902;-0.4187382;-0.2776507,-0.2304413;-0.458353;-0.3466125,0.03985335;0.3979225;0.0003316654,6.623315
+0;0;0,0.01848065;0.1987532;-0.01247551,0.0471717;0.4952853;-0.04718518,0.1555305;0.3752185;-0.02807635,0.4248607;0.3058971;0.004416753,0.701144;0.2694019;0.03153919,-0.0798379;0.3762451;-0.01883194,-0.3498558;0.3023161;-0.02381626,-0.6219113;0.23819;-0.04035643,0.06720871;-0.00400866;-0.04320786,0.03956172;-0.3828462;-0.0323588,0.002060514;-0.7259018;0.02600675,-0.001280593;-0.7189098;-0.07125306,-0.07578487;0.012162;-0.02255524,-0.2178187;-0.1382442;-0.3413096,-0.1671474;-0.4662394;-0.2301721,-0.1752985;-0.5186097;-0.2862853,0.03757796;0.3968168;-0.03262769,0;0;0,0.0204772;0.1989027;0.004291534,0.04912217;0.4973521;-0.004945859,0.1570407;0.3746349;0.0115035,0.4314844;0.3330695;0.04828657,0.7110263;0.3393064;0.0630328,-0.07830749;0.3787023;0.008614118,-0.3526164;0.3235632;-0.002075982,-0.6297961;0.2991182;-0.03328278,0.06909645;-0.005707832;-0.03991367,0.02140465;-0.3822105;-0.05918034,-0.01020697;-0.7196199;0.02831595,-0.009334947;-0.7100578;-0.06956935,-0.0745891;0.01360748;-0.02552061,-0.2308927;-0.07900154;-0.3592761,-0.2104902;-0.4187382;-0.2776507,-0.2304413;-0.458353;-0.3466125,0.03985335;0.3979225;0.0003316654,6.635027
+0;0;0,0.01848065;0.1987532;-0.01247551,0.0471717;0.4952853;-0.04718518,0.1555305;0.3752185;-0.02807635,0.4248607;0.3058971;0.004416753,0.701144;0.2694019;0.03153919,-0.0798379;0.3762451;-0.01883194,-0.3498558;0.3023161;-0.02381626,-0.6219113;0.23819;-0.04035643,0.06720871;-0.00400866;-0.04320786,0.03956172;-0.3828462;-0.0323588,0.002060514;-0.7259018;0.02600675,-0.001280593;-0.7189098;-0.07125306,-0.07578487;0.012162;-0.02255524,-0.2178187;-0.1382442;-0.3413096,-0.1671474;-0.4662394;-0.2301721,-0.1752985;-0.5186097;-0.2862853,0.03757796;0.3968168;-0.03262769,0;0;0,0.0204772;0.1989027;0.004291534,0.04912217;0.4973521;-0.004945859,0.1570407;0.3746349;0.0115035,0.4314844;0.3330695;0.04828657,0.7110263;0.3393064;0.0630328,-0.07830749;0.3787023;0.008614118,-0.3526164;0.3235632;-0.002075982,-0.6297961;0.2991182;-0.03328278,0.06909645;-0.005707832;-0.03991367,0.02140465;-0.3822105;-0.05918034,-0.01020697;-0.7196199;0.02831595,-0.009334947;-0.7100578;-0.06956935,-0.0745891;0.01360748;-0.02552061,-0.2308927;-0.07900154;-0.3592761,-0.2104902;-0.4187382;-0.2776507,-0.2304413;-0.458353;-0.3466125,0.03985335;0.3979225;0.0003316654,6.645984
+0;0;0,0.01848065;0.1987532;-0.01247551,0.0471717;0.4952853;-0.04718518,0.1555305;0.3752185;-0.02807635,0.4248607;0.3058971;0.004416753,0.701144;0.2694019;0.03153919,-0.0798379;0.3762451;-0.01883194,-0.3498558;0.3023161;-0.02381626,-0.6219113;0.23819;-0.04035643,0.06720871;-0.00400866;-0.04320786,0.03956172;-0.3828462;-0.0323588,0.002060514;-0.7259018;0.02600675,-0.001280593;-0.7189098;-0.07125306,-0.07578487;0.012162;-0.02255524,-0.2178187;-0.1382442;-0.3413096,-0.1671474;-0.4662394;-0.2301721,-0.1752985;-0.5186097;-0.2862853,0.03757796;0.3968168;-0.03262769,0;0;0,0.02001312;0.1989268;0.005255011,0.04782449;0.4975187;-0.001687664,0.1561235;0.3752526;0.01395122,0.4312198;0.3376436;0.05011226,0.7107683;0.3463301;0.06342083,-0.0794034;0.3792088;0.01088162,-0.3539864;0.3254608;0.0001439918,-0.6311127;0.3030312;-0.03299186,0.06912697;-0.005556317;-0.03988218,0.01868872;-0.3816492;-0.06013292,-0.01180969;-0.7189111;0.02832196,-0.01086841;-0.7091702;-0.06959986,-0.0746899;0.01343233;-0.02531779,-0.231868;-0.0760451;-0.3595166,-0.2136181;-0.4176842;-0.2856946,-0.2328879;-0.458054;-0.3540815,0.03883496;0.3980237;0.002776613,6.6682
+0;0;0,0.01824923;0.1987863;-0.01228718,0.04666425;0.4953681;-0.04679911,0.1551633;0.3756666;-0.02746683,0.4257754;0.3116283;0.005216476,0.7029116;0.2819607;0.03196204,-0.08031023;0.3765661;-0.01853642,-0.3518057;0.308346;-0.02455781,-0.6246071;0.2474847;-0.04114854,0.06720617;-0.003798126;-0.04323082,0.03892168;-0.3825904;-0.03244003,0.001094267;-0.7255955;0.02601119,-0.002148798;-0.7185861;-0.07125604,-0.07581722;0.01192478;-0.02257319,-0.2186497;-0.1351117;-0.3425406,-0.1663146;-0.4626043;-0.2306943,-0.1751584;-0.5140098;-0.2880958,0.03715286;0.3968816;-0.03230971,0;0;0,0.02001312;0.1989268;0.005255011,0.04782449;0.4975187;-0.001687664,0.1561235;0.3752526;0.01395122,0.4312198;0.3376436;0.05011226,0.7107683;0.3463301;0.06342083,-0.0794034;0.3792088;0.01088162,-0.3539864;0.3254608;0.0001439918,-0.6311127;0.3030312;-0.03299186,0.06912697;-0.005556317;-0.03988218,0.01868872;-0.3816492;-0.06013292,-0.01180969;-0.7189111;0.02832196,-0.01086841;-0.7091702;-0.06959986,-0.0746899;0.01343233;-0.02531779,-0.231868;-0.0760451;-0.3595166,-0.2136181;-0.4176842;-0.2856946,-0.2328879;-0.458054;-0.3540815,0.03883496;0.3980237;0.002776613,6.679606
+0;0;0,0.01824923;0.1987863;-0.01228718,0.04666425;0.4953681;-0.04679911,0.1551633;0.3756666;-0.02746683,0.4257754;0.3116283;0.005216476,0.7029116;0.2819607;0.03196204,-0.08031023;0.3765661;-0.01853642,-0.3518057;0.308346;-0.02455781,-0.6246071;0.2474847;-0.04114854,0.06720617;-0.003798126;-0.04323082,0.03892168;-0.3825904;-0.03244003,0.001094267;-0.7255955;0.02601119,-0.002148798;-0.7185861;-0.07125604,-0.07581722;0.01192478;-0.02257319,-0.2186497;-0.1351117;-0.3425406,-0.1663146;-0.4626043;-0.2306943,-0.1751584;-0.5140098;-0.2880958,0.03715286;0.3968816;-0.03230971,0;0;0,0.01967727;0.1989361;0.006103348,0.04682438;0.4976222;0.000799695,0.1553099;0.3755954;0.01646741,0.4309481;0.341063;0.05155375,0.7104788;0.3514528;0.06398769,-0.080212;0.3793949;0.01318651,-0.3560697;0.3331001;0.0005654832,-0.6329145;0.3121301;-0.0357277,0.06912816;-0.005338017;-0.03990993,0.0171001;-0.3811992;-0.06043883,-0.01256913;-0.7182642;0.02904272,-0.01156215;-0.7083886;-0.06890623,-0.07475839;0.01319091;-0.02524248,-0.2326496;-0.07455608;-0.3595639,-0.2153777;-0.4165368;-0.2871009,-0.2346197;-0.4563771;-0.3560362,0.03802168;0.3980883;0.004739308,6.690758
+0;0;0,0.01824923;0.1987863;-0.01228718,0.04666425;0.4953681;-0.04679911,0.1551633;0.3756666;-0.02746683,0.4257754;0.3116283;0.005216476,0.7029116;0.2819607;0.03196204,-0.08031023;0.3765661;-0.01853642,-0.3518057;0.308346;-0.02455781,-0.6246071;0.2474847;-0.04114854,0.06720617;-0.003798126;-0.04323082,0.03892168;-0.3825904;-0.03244003,0.001094267;-0.7255955;0.02601119,-0.002148798;-0.7185861;-0.07125604,-0.07581722;0.01192478;-0.02257319,-0.2186497;-0.1351117;-0.3425406,-0.1663146;-0.4626043;-0.2306943,-0.1751584;-0.5140098;-0.2880958,0.03715286;0.3968816;-0.03230971,0;0;0,0.01967727;0.1989361;0.006103348,0.04682438;0.4976222;0.000799695,0.1553099;0.3755954;0.01646741,0.4309481;0.341063;0.05155375,0.7104788;0.3514528;0.06398769,-0.080212;0.3793949;0.01318651,-0.3560697;0.3331001;0.0005654832,-0.6329145;0.3121301;-0.0357277,0.06912816;-0.005338017;-0.03990993,0.0171001;-0.3811992;-0.06043883,-0.01256913;-0.7182642;0.02904272,-0.01156215;-0.7083886;-0.06890623,-0.07475839;0.01319091;-0.02524248,-0.2326496;-0.07455608;-0.3595639,-0.2153777;-0.4165368;-0.2871009,-0.2346197;-0.4563771;-0.3560362,0.03802168;0.3980883;0.004739308,6.712677
+0;0;0,0.01789192;0.1988272;-0.01214997,0.04606058;0.4954387;-0.04661348,0.1546585;0.3760656;-0.027069,0.4265161;0.317372;0.005312247,0.7040787;0.291313;0.03138684,-0.08089271;0.376832;-0.01831605,-0.353223;0.3121079;-0.02517138,-0.6264625;0.253327;-0.04205412,0.06727207;-0.003652324;-0.04314079,0.03881997;-0.3824361;-0.03249464,-0.0005516596;-0.7251425;0.02668484,-0.003721323;-0.7180842;-0.07059637,-0.0758662;0.0117051;-0.02252354,-0.2191855;-0.1296766;-0.3448135,-0.1654223;-0.4571759;-0.2336661,-0.1743579;-0.5082917;-0.2914621,0.03659801;0.3969432;-0.0321533,0;0;0,0.01967727;0.1989361;0.006103348,0.04682438;0.4976222;0.000799695,0.1553099;0.3755954;0.01646741,0.4309481;0.341063;0.05155375,0.7104788;0.3514528;0.06398769,-0.080212;0.3793949;0.01318651,-0.3560697;0.3331001;0.0005654832,-0.6329145;0.3121301;-0.0357277,0.06912816;-0.005338017;-0.03990993,0.0171001;-0.3811992;-0.06043883,-0.01256913;-0.7182642;0.02904272,-0.01156215;-0.7083886;-0.06890623,-0.07475839;0.01319091;-0.02524248,-0.2326496;-0.07455608;-0.3595639,-0.2153777;-0.4165368;-0.2871009,-0.2346197;-0.4563771;-0.3560362,0.03802168;0.3980883;0.004739308,6.724118
+0;0;0,0.01789192;0.1988272;-0.01214997,0.04606058;0.4954387;-0.04661348,0.1546585;0.3760656;-0.027069,0.4265161;0.317372;0.005312247,0.7040787;0.291313;0.03138684,-0.08089271;0.376832;-0.01831605,-0.353223;0.3121079;-0.02517138,-0.6264625;0.253327;-0.04205412,0.06727207;-0.003652324;-0.04314079,0.03881997;-0.3824361;-0.03249464,-0.0005516596;-0.7251425;0.02668484,-0.003721323;-0.7180842;-0.07059637,-0.0758662;0.0117051;-0.02252354,-0.2191855;-0.1296766;-0.3448135,-0.1654223;-0.4571759;-0.2336661,-0.1743579;-0.5082917;-0.2914621,0.03659801;0.3969432;-0.0321533,0;0;0,0.01948019;0.1989304;0.006873043,0.04589681;0.4977065;0.003286752,0.1545476;0.3757128;0.0186355,0.4305475;0.3434717;0.05305302,0.7099979;0.3562324;0.06508075,-0.08095907;0.3794484;0.01524008,-0.3562276;0.3284638;0.009965675,-0.6320509;0.3073686;-0.03335261,0.06915421;-0.005222806;-0.03988004,0.01614894;-0.3809379;-0.06058291,-0.01270176;-0.7179326;0.02942917,-0.01164109;-0.7079089;-0.06854951,-0.07478473;0.01304194;-0.02524186,-0.2328699;-0.07391572;-0.3596779,-0.2161838;-0.4160337;-0.2877275,-0.2362598;-0.4545997;-0.3576964,0.03726806;0.3981377;0.006692852,6.736003
+0;0;0,0.01789192;0.1988272;-0.01214997,0.04606058;0.4954387;-0.04661348,0.1546585;0.3760656;-0.027069,0.4265161;0.317372;0.005312247,0.7040787;0.291313;0.03138684,-0.08089271;0.376832;-0.01831605,-0.353223;0.3121079;-0.02517138,-0.6264625;0.253327;-0.04205412,0.06727207;-0.003652324;-0.04314079,0.03881997;-0.3824361;-0.03249464,-0.0005516596;-0.7251425;0.02668484,-0.003721323;-0.7180842;-0.07059637,-0.0758662;0.0117051;-0.02252354,-0.2191855;-0.1296766;-0.3448135,-0.1654223;-0.4571759;-0.2336661,-0.1743579;-0.5082917;-0.2914621,0.03659801;0.3969432;-0.0321533,0;0;0,0.01922247;0.1989254;0.007692514,0.04488336;0.4977835;0.005822266,0.1536939;0.3754409;0.0206102,0.4299495;0.3446527;0.05429893,0.7092985;0.3597931;0.06591374,-0.08175687;0.3794415;0.01700376,-0.3569723;0.3283342;0.01033102,-0.6328403;0.3079344;-0.03303552,0.06920449;-0.005038177;-0.03981651,0.01553433;-0.3806691;-0.06033187,-0.01264471;-0.717639;0.02998577,-0.011499;-0.7074885;-0.06801771,-0.07476234;0.01278824;-0.02543722,-0.2332835;-0.07319526;-0.3599187,-0.2168753;-0.4151349;-0.2870625,-0.2370092;-0.4537137;-0.3570023,0.03647648;0.3981775;0.008646937,6.757872
+0;0;0,0.01756782;0.1988675;-0.01196243,0.04540014;0.4955308;-0.04625666,0.1541513;0.3766038;-0.02630174,0.4271429;0.3227097;0.004860187,0.7052326;0.3017731;0.02991541,-0.08150073;0.3772253;-0.01791494,-0.3570341;0.3280871;-0.02609037,-0.6282769;0.2602156;-0.04094738,0.06728353;-0.003432329;-0.043141,0.03798003;-0.3821512;-0.03249495,-0.001597643;-0.7247243;0.02731514,-0.004642951;-0.7176375;-0.06997675,-0.07590968;0.01144966;-0.02250832,-0.2203028;-0.1255864;-0.3461929,-0.165333;-0.4531034;-0.2356897,-0.1745109;-0.5033841;-0.294603,0.03603111;0.3970165;-0.03186389,0;0;0,0.01922247;0.1989254;0.007692514,0.04488336;0.4977835;0.005822266,0.1536939;0.3754409;0.0206102,0.4299495;0.3446527;0.05429893,0.7092985;0.3597931;0.06591374,-0.08175687;0.3794415;0.01700376,-0.3569723;0.3283342;0.01033102,-0.6328403;0.3079344;-0.03303552,0.06920449;-0.005038177;-0.03981651,0.01553433;-0.3806691;-0.06033187,-0.01264471;-0.717639;0.02998577,-0.011499;-0.7074885;-0.06801771,-0.07476234;0.01278824;-0.02543722,-0.2332835;-0.07319526;-0.3599187,-0.2168753;-0.4151349;-0.2870625,-0.2370092;-0.4537137;-0.3570023,0.03647648;0.3981775;0.008646937,6.77034
+0;0;0,0.01756782;0.1988675;-0.01196243,0.04540014;0.4955308;-0.04625666,0.1541513;0.3766038;-0.02630174,0.4271429;0.3227097;0.004860187,0.7052326;0.3017731;0.02991541,-0.08150073;0.3772253;-0.01791494,-0.3570341;0.3280871;-0.02609037,-0.6282769;0.2602156;-0.04094738,0.06728353;-0.003432329;-0.043141,0.03798003;-0.3821512;-0.03249495,-0.001597643;-0.7247243;0.02731514,-0.004642951;-0.7176375;-0.06997675,-0.07590968;0.01144966;-0.02250832,-0.2203028;-0.1255864;-0.3461929,-0.165333;-0.4531034;-0.2356897,-0.1745109;-0.5033841;-0.294603,0.03603111;0.3970165;-0.03186389,0;0;0,0.01902461;0.1989079;0.008586627,0.04404159;0.4978261;0.008519035,0.1530601;0.3755938;0.02254693,0.4294978;0.3461191;0.05591539,0.7088403;0.3620912;0.06653157,-0.08240582;0.3791839;0.01890209,-0.3575902;0.3281535;0.01056885,-0.6334963;0.3081197;-0.03272593,0.06909166;-0.00486361;-0.04003359,0.01544788;-0.3805713;-0.05916707,-0.01238886;-0.717478;0.03149138,-0.01124636;-0.7071903;-0.06653987,-0.0748377;0.01266422;-0.02527717,-0.2330587;-0.07365927;-0.3598132,-0.2170269;-0.4153661;-0.2857898,-0.2375184;-0.4549737;-0.3546002,0.03579868;0.3981915;0.01075291,6.790912
+0;0;0,0.01756782;0.1988675;-0.01196243,0.04540014;0.4955308;-0.04625666,0.1541513;0.3766038;-0.02630174,0.4271429;0.3227097;0.004860187,0.7052326;0.3017731;0.02991541,-0.08150073;0.3772253;-0.01791494,-0.3570341;0.3280871;-0.02609037,-0.6282769;0.2602156;-0.04094738,0.06728353;-0.003432329;-0.043141,0.03798003;-0.3821512;-0.03249495,-0.001597643;-0.7247243;0.02731514,-0.004642951;-0.7176375;-0.06997675,-0.07590968;0.01144966;-0.02250832,-0.2203028;-0.1255864;-0.3461929,-0.165333;-0.4531034;-0.2356897,-0.1745109;-0.5033841;-0.294603,0.03603111;0.3970165;-0.03186389,0;0;0,0.01902461;0.1989079;0.008586627,0.04404159;0.4978261;0.008519035,0.1530601;0.3755938;0.02254693,0.4294978;0.3461191;0.05591539,0.7088403;0.3620912;0.06653157,-0.08240582;0.3791839;0.01890209,-0.3575902;0.3281535;0.01056885,-0.6334963;0.3081197;-0.03272593,0.06909166;-0.00486361;-0.04003359,0.01544788;-0.3805713;-0.05916707,-0.01238886;-0.717478;0.03149138,-0.01124636;-0.7071903;-0.06653987,-0.0748377;0.01266422;-0.02527717,-0.2330587;-0.07365927;-0.3598132,-0.2170269;-0.4153661;-0.2857898,-0.2375184;-0.4549737;-0.3546002,0.03579868;0.3981915;0.01075291,6.813498
+0;0;0,0.01735824;0.1988965;-0.01178537,0.04480047;0.4956037;-0.04600133,0.1536928;0.376929;-0.02585318,0.4277333;0.3282285;0.004643681,0.7061334;0.3112845;0.02926632,-0.08205217;0.3776698;-0.01760047,-0.3577086;0.3294849;-0.02717939,-0.6300912;0.2658771;-0.03989738,0.06732994;-0.003350361;-0.04307498,0.03746554;-0.3820328;-0.03269488,-0.002590127;-0.724427;0.02781748,-0.005586112;-0.7173183;-0.06948109,-0.07594139;0.01128862;-0.0224827,-0.2206586;-0.1210874;-0.347957,-0.1646055;-0.4485753;-0.2379131,-0.1731902;-0.4993764;-0.2962011,0.03553668;0.3970801;-0.03160411,0;0;0,0.01877254;0.1989003;0.00928822,0.04340044;0.4978476;0.01007526,0.1526068;0.3755033;0.02282066,0.4288978;0.3470192;0.0582038,0.7082468;0.3631363;0.06841894,-0.08289968;0.3789052;0.02018275,-0.3580124;0.3276634;0.01084005,-0.6339138;0.3076778;-0.03250725,0.06917742;-0.004795054;-0.03989351,0.01574127;-0.3805766;-0.05813728,-0.01198297;-0.7175564;0.03228383,-0.01118193;-0.7071742;-0.06576971,-0.07478147;0.01254829;-0.02550044,-0.2330357;-0.07462847;-0.3597994,-0.2157187;-0.4153241;-0.2815267,-0.2361299;-0.4558229;-0.3494479,0.03526227;0.3981996;0.01209085,6.824608
+0;0;0,0.01735824;0.1988965;-0.01178537,0.04480047;0.4956037;-0.04600133,0.1536928;0.376929;-0.02585318,0.4277333;0.3282285;0.004643681,0.7061334;0.3112845;0.02926632,-0.08205217;0.3776698;-0.01760047,-0.3577086;0.3294849;-0.02717939,-0.6300912;0.2658771;-0.03989738,0.06732994;-0.003350361;-0.04307498,0.03746554;-0.3820328;-0.03269488,-0.002590127;-0.724427;0.02781748,-0.005586112;-0.7173183;-0.06948109,-0.07594139;0.01128862;-0.0224827,-0.2206586;-0.1210874;-0.347957,-0.1646055;-0.4485753;-0.2379131,-0.1731902;-0.4993764;-0.2962011,0.03553668;0.3970801;-0.03160411,0;0;0,0.01877254;0.1989003;0.00928822,0.04340044;0.4978476;0.01007526,0.1526068;0.3755033;0.02282066,0.4288978;0.3470192;0.0582038,0.7082468;0.3631363;0.06841894,-0.08289968;0.3789052;0.02018275,-0.3580124;0.3276634;0.01084005,-0.6339138;0.3076778;-0.03250725,0.06917742;-0.004795054;-0.03989351,0.01574127;-0.3805766;-0.05813728,-0.01198297;-0.7175564;0.03228383,-0.01118193;-0.7071742;-0.06576971,-0.07478147;0.01254829;-0.02550044,-0.2330357;-0.07462847;-0.3597994,-0.2157187;-0.4153241;-0.2815267,-0.2361299;-0.4558229;-0.3494479,0.03526227;0.3981996;0.01209085,6.836454
+0;0;0,0.01735824;0.1988965;-0.01178537,0.04480047;0.4956037;-0.04600133,0.1536928;0.376929;-0.02585318,0.4277333;0.3282285;0.004643681,0.7061334;0.3112845;0.02926632,-0.08205217;0.3776698;-0.01760047,-0.3577086;0.3294849;-0.02717939,-0.6300912;0.2658771;-0.03989738,0.06732994;-0.003350361;-0.04307498,0.03746554;-0.3820328;-0.03269488,-0.002590127;-0.724427;0.02781748,-0.005586112;-0.7173183;-0.06948109,-0.07594139;0.01128862;-0.0224827,-0.2206586;-0.1210874;-0.347957,-0.1646055;-0.4485753;-0.2379131,-0.1731902;-0.4993764;-0.2962011,0.03553668;0.3970801;-0.03160411,0;0;0,0.01827442;0.1989275;0.009689072,0.04239828;0.4979097;0.01113707,0.1518527;0.3757478;0.02282517,0.4280084;0.3484495;0.06014606,0.7074102;0.3639955;0.06978757,-0.08374093;0.3788937;0.02145931,-0.3585311;0.3262434;0.01058319,-0.634477;0.3068325;-0.03274228,0.06911225;-0.004687403;-0.04001906,0.01590125;-0.3805358;-0.05752722,-0.01176611;-0.7175767;0.03268352,-0.01138674;-0.7071324;-0.06538498,-0.07482108;0.01247562;-0.02541979,-0.2326818;-0.07629305;-0.3594858,-0.2141542;-0.4156484;-0.2758515,-0.2337089;-0.4572745;-0.3428389,0.03438812;0.3982492;0.01303963,6.858135
+0;0;0,0.01728336;0.1989149;-0.0115829,0.0445696;0.4956719;-0.04549229,0.1535516;0.3772063;-0.02542043,0.4282641;0.3320963;0.004548263,0.7069384;0.3187943;0.02829018,-0.08231795;0.3782637;-0.01718182,-0.3580475;0.3305865;-0.02718662,-0.631386;0.2709321;-0.03847539,0.0673321;-0.003380139;-0.04306929,0.03704031;-0.3820305;-0.03275784,-0.003187694;-0.7243576;0.02801917,-0.006176941;-0.7172098;-0.06928882,-0.07594153;0.01126382;-0.02249468,-0.2210448;-0.1199277;-0.3482766,-0.1634975;-0.4472993;-0.2386585,-0.1729798;-0.4981878;-0.2966855,0.035358;0.3971281;-0.03119979,0;0;0,0.01827442;0.1989275;0.009689072,0.04239828;0.4979097;0.01113707,0.1518527;0.3757478;0.02282517,0.4280084;0.3484495;0.06014606,0.7074102;0.3639955;0.06978757,-0.08374093;0.3788937;0.02145931,-0.3585311;0.3262434;0.01058319,-0.634477;0.3068325;-0.03274228,0.06911225;-0.004687403;-0.04001906,0.01590125;-0.3805358;-0.05752722,-0.01176611;-0.7175767;0.03268352,-0.01138674;-0.7071324;-0.06538498,-0.07482108;0.01247562;-0.02541979,-0.2326818;-0.07629305;-0.3594858,-0.2141542;-0.4156484;-0.2758515,-0.2337089;-0.4572745;-0.3428389,0.03438812;0.3982492;0.01303963,6.870249
+0;0;0,0.01728336;0.1989149;-0.0115829,0.0445696;0.4956719;-0.04549229,0.1535516;0.3772063;-0.02542043,0.4282641;0.3320963;0.004548263,0.7069384;0.3187943;0.02829018,-0.08231795;0.3782637;-0.01718182,-0.3580475;0.3305865;-0.02718662,-0.631386;0.2709321;-0.03847539,0.0673321;-0.003380139;-0.04306929,0.03704031;-0.3820305;-0.03275784,-0.003187694;-0.7243576;0.02801917,-0.006176941;-0.7172098;-0.06928882,-0.07594153;0.01126382;-0.02249468,-0.2210448;-0.1199277;-0.3482766,-0.1634975;-0.4472993;-0.2386585,-0.1729798;-0.4981878;-0.2966855,0.035358;0.3971281;-0.03119979,0;0;0,0.01761851;0.1989549;0.01032227,0.04114214;0.4979728;0.01300199,0.1508598;0.3757771;0.02300931,0.4268427;0.349047;0.06198305,0.7063153;0.3635771;0.07114498,-0.08479924;0.3785706;0.02267587,-0.3594199;0.3253552;0.01036146,-0.6351829;0.3044398;-0.03342611,0.06895228;-0.00448884;-0.04031666,0.01684244;-0.3805331;-0.05690806,-0.01097499;-0.7176231;0.03307241,-0.01092032;-0.7070892;-0.06501465,-0.07486688;0.01237374;-0.02533459,-0.2322011;-0.079014;-0.3589425,-0.2122723;-0.4170284;-0.2703472,-0.2295032;-0.461049;-0.3353398,0.0332923;0.3982941;0.01459067,6.891334
+0;0;0,0.01728336;0.1989149;-0.0115829,0.0445696;0.4956719;-0.04549229,0.1535516;0.3772063;-0.02542043,0.4282641;0.3320963;0.004548263,0.7069384;0.3187943;0.02829018,-0.08231795;0.3782637;-0.01718182,-0.3580475;0.3305865;-0.02718662,-0.631386;0.2709321;-0.03847539,0.0673321;-0.003380139;-0.04306929,0.03704031;-0.3820305;-0.03275784,-0.003187694;-0.7243576;0.02801917,-0.006176941;-0.7172098;-0.06928882,-0.07594153;0.01126382;-0.02249468,-0.2210448;-0.1199277;-0.3482766,-0.1634975;-0.4472993;-0.2386585,-0.1729798;-0.4981878;-0.2966855,0.035358;0.3971281;-0.03119979,0;0;0,0.01761851;0.1989549;0.01032227,0.04114214;0.4979728;0.01300199,0.1508598;0.3757771;0.02300931,0.4268427;0.349047;0.06198305,0.7063153;0.3635771;0.07114498,-0.08479924;0.3785706;0.02267587,-0.3594199;0.3253552;0.01036146,-0.6351829;0.3044398;-0.03342611,0.06895228;-0.00448884;-0.04031666,0.01684244;-0.3805331;-0.05690806,-0.01097499;-0.7176231;0.03307241,-0.01092032;-0.7070892;-0.06501465,-0.07486688;0.01237374;-0.02533459,-0.2322011;-0.079014;-0.3589425,-0.2122723;-0.4170284;-0.2703472,-0.2295032;-0.461049;-0.3353398,0.0332923;0.3982941;0.01459067,6.903258
+0;0;0,0.01722377;0.1989315;-0.01138368,0.04431019;0.4957263;-0.04511365,0.1533946;0.3775367;-0.02500626,0.4288235;0.3364473;0.004158152,0.7076285;0.3252766;0.02746022,-0.08259019;0.3789698;-0.01656529,-0.3583554;0.3315905;-0.02699377,-0.6324533;0.275534;-0.03830644,0.0673072;-0.003372808;-0.04310875,0.03636614;-0.3819711;-0.03281193,-0.003913689;-0.7242297;0.02831575,-0.006968021;-0.7170457;-0.06899869,-0.07597452;0.01120154;-0.02241423,-0.2211002;-0.1183711;-0.3488334,-0.1616089;-0.4453678;-0.239134,-0.1722471;-0.4957992;-0.2975945,0.0351567;0.3971714;-0.03086123,0;0;0,0.01717708;0.1989725;0.01071909,0.04049616;0.4979992;0.01386406,0.1502609;0.3760151;0.02454601,0.4263976;0.3486506;0.06195914,0.7059245;0.3623513;0.07073364,-0.08530506;0.3781042;0.0233916,-0.3596983;0.3239349;0.01020032,-0.6351882;0.3015203;-0.03455386,0.06877206;-0.004207216;-0.04065344,0.01826407;-0.3805157;-0.05617397,-0.01001169;-0.7177393;0.03316061,-0.009746772;-0.7071915;-0.06492886,-0.07492877;0.01221678;-0.02522754,-0.2319371;-0.08290216;-0.3579448,-0.2093268;-0.4191067;-0.2633123,-0.2268076;-0.462193;-0.3292881,0.03270857;0.3983142;0.01537043,6.925023
+0;0;0,0.01722377;0.1989315;-0.01138368,0.04431019;0.4957263;-0.04511365,0.1533946;0.3775367;-0.02500626,0.4288235;0.3364473;0.004158152,0.7076285;0.3252766;0.02746022,-0.08259019;0.3789698;-0.01656529,-0.3583554;0.3315905;-0.02699377,-0.6324533;0.275534;-0.03830644,0.0673072;-0.003372808;-0.04310875,0.03636614;-0.3819711;-0.03281193,-0.003913689;-0.7242297;0.02831575,-0.006968021;-0.7170457;-0.06899869,-0.07597452;0.01120154;-0.02241423,-0.2211002;-0.1183711;-0.3488334,-0.1616089;-0.4453678;-0.239134,-0.1722471;-0.4957992;-0.2975945,0.0351567;0.3971714;-0.03086123,0;0;0,0.01717708;0.1989725;0.01071909,0.04049616;0.4979992;0.01386406,0.1502609;0.3760151;0.02454601,0.4263976;0.3486506;0.06195914,0.7059245;0.3623513;0.07073364,-0.08530506;0.3781042;0.0233916,-0.3596983;0.3239349;0.01020032,-0.6351882;0.3015203;-0.03455386,0.06877206;-0.004207216;-0.04065344,0.01826407;-0.3805157;-0.05617397,-0.01001169;-0.7177393;0.03316061,-0.009746772;-0.7071915;-0.06492886,-0.07492877;0.01221678;-0.02522754,-0.2319371;-0.08290216;-0.3579448,-0.2093268;-0.4191067;-0.2633123,-0.2268076;-0.462193;-0.3292881,0.03270857;0.3983142;0.01537043,6.936995
+0;0;0,0.01722377;0.1989315;-0.01138368,0.04431019;0.4957263;-0.04511365,0.1533946;0.3775367;-0.02500626,0.4288235;0.3364473;0.004158152,0.7076285;0.3252766;0.02746022,-0.08259019;0.3789698;-0.01656529,-0.3583554;0.3315905;-0.02699377,-0.6324533;0.275534;-0.03830644,0.0673072;-0.003372808;-0.04310875,0.03636614;-0.3819711;-0.03281193,-0.003913689;-0.7242297;0.02831575,-0.006968021;-0.7170457;-0.06899869,-0.07597452;0.01120154;-0.02241423,-0.2211002;-0.1183711;-0.3488334,-0.1616089;-0.4453678;-0.239134,-0.1722471;-0.4957992;-0.2975945,0.0351567;0.3971714;-0.03086123,0;0;0,0.01648636;0.1990128;0.01104959,0.03921004;0.498079;0.01450719,0.1491802;0.3762448;0.02552611,0.4253445;0.347836;0.06194379,0.7049283;0.3599349;0.07124293,-0.08629493;0.3775558;0.02380604,-0.3603486;0.321888;0.009818253,-0.6355498;0.2979782;-0.03592705,0.06866838;-0.003954977;-0.04085353,0.01956495;-0.3805013;-0.05505753,-0.009266952;-0.7178091;0.03378012,-0.008855345;-0.7072374;-0.06431358,-0.07498161;0.01200679;-0.02517129,-0.231731;-0.08816691;-0.3565244,-0.2072876;-0.4234859;-0.2592428,-0.2235688;-0.4683706;-0.323486,0.03162564;0.398378;0.01598448,6.958542
+0;0;0,0.01732395;0.1989322;-0.01121921,0.04445274;0.4957541;-0.04467153,0.1535501;0.3776399;-0.02468697,0.4294533;0.3401469;0.004836667,0.7084101;0.3302832;0.02687725,-0.08252506;0.3794386;-0.01624484,-0.3583254;0.3316707;-0.0234865,-0.6332225;0.2808644;-0.03930774,0.06729776;-0.003357681;-0.04312466,0.03579583;-0.3819134;-0.03296656,-0.004509434;-0.7241343;0.02835464,-0.007570447;-0.7169188;-0.06896698,-0.07599972;0.01114699;-0.0223559,-0.2209655;-0.1163011;-0.3496813,-0.1594798;-0.4428228;-0.2396671,-0.1720091;-0.4927942;-0.2983833,0.03529573;0.3971877;-0.03050066,0;0;0,0.01648636;0.1990128;0.01104959,0.03921004;0.498079;0.01450719,0.1491802;0.3762448;0.02552611,0.4253445;0.347836;0.06194379,0.7049283;0.3599349;0.07124293,-0.08629493;0.3775558;0.02380604,-0.3603486;0.321888;0.009818253,-0.6355498;0.2979782;-0.03592705,0.06866838;-0.003954977;-0.04085353,0.01956495;-0.3805013;-0.05505753,-0.009266952;-0.7178091;0.03378012,-0.008855345;-0.7072374;-0.06431358,-0.07498161;0.01200679;-0.02517129,-0.231731;-0.08816691;-0.3565244,-0.2072876;-0.4234859;-0.2592428,-0.2235688;-0.4683706;-0.323486,0.03162564;0.398378;0.01598448,6.970824
+0;0;0,0.01732395;0.1989322;-0.01121921,0.04445274;0.4957541;-0.04467153,0.1535501;0.3776399;-0.02468697,0.4294533;0.3401469;0.004836667,0.7084101;0.3302832;0.02687725,-0.08252506;0.3794386;-0.01624484,-0.3583254;0.3316707;-0.0234865,-0.6332225;0.2808644;-0.03930774,0.06729776;-0.003357681;-0.04312466,0.03579583;-0.3819134;-0.03296656,-0.004509434;-0.7241343;0.02835464,-0.007570447;-0.7169188;-0.06896698,-0.07599972;0.01114699;-0.0223559,-0.2209655;-0.1163011;-0.3496813,-0.1594798;-0.4428228;-0.2396671,-0.1720091;-0.4927942;-0.2983833,0.03529573;0.3971877;-0.03050066,0;0;0,0.0158614;0.1990495;0.0113,0.03800064;0.4981552;0.01491409,0.1481954;0.3765224;0.0261271,0.4242574;0.3467205;0.06220511,0.7039226;0.3561178;0.0721571,-0.08720507;0.3771075;0.02435558,-0.3601266;0.3173681;0.005780289,-0.6358101;0.2942658;-0.03740436,0.06859918;-0.003692138;-0.04099415,0.02060457;-0.38042;-0.05413328,-0.008755622;-0.7179176;0.03380627,-0.008396897;-0.7073532;-0.0642862,-0.07503232;0.01176026;-0.02513654,-0.2321535;-0.09270062;-0.3549863,-0.2048461;-0.4265739;-0.2535814,-0.2211652;-0.4712175;-0.3180951,0.03061545;0.3984393;0.01640073,6.992133
+0;0;0,0.01732395;0.1989322;-0.01121921,0.04445274;0.4957541;-0.04467153,0.1535501;0.3776399;-0.02468697,0.4294533;0.3401469;0.004836667,0.7084101;0.3302832;0.02687725,-0.08252506;0.3794386;-0.01624484,-0.3583254;0.3316707;-0.0234865,-0.6332225;0.2808644;-0.03930774,0.06729776;-0.003357681;-0.04312466,0.03579583;-0.3819134;-0.03296656,-0.004509434;-0.7241343;0.02835464,-0.007570447;-0.7169188;-0.06896698,-0.07599972;0.01114699;-0.0223559,-0.2209655;-0.1163011;-0.3496813,-0.1594798;-0.4428228;-0.2396671,-0.1720091;-0.4927942;-0.2983833,0.03529573;0.3971877;-0.03050066,0;0;0,0.0158614;0.1990495;0.0113,0.03800064;0.4981552;0.01491409,0.1481954;0.3765224;0.0261271,0.4242574;0.3467205;0.06220511,0.7039226;0.3561178;0.0721571,-0.08720507;0.3771075;0.02435558,-0.3601266;0.3173681;0.005780289,-0.6358101;0.2942658;-0.03740436,0.06859918;-0.003692138;-0.04099415,0.02060457;-0.38042;-0.05413328,-0.008755622;-0.7179176;0.03380627,-0.008396897;-0.7073532;-0.0642862,-0.07503232;0.01176026;-0.02513654,-0.2321535;-0.09270062;-0.3549863,-0.2048461;-0.4265739;-0.2535814,-0.2211652;-0.4712175;-0.3180951,0.03061545;0.3984393;0.01640073,7.003844
+0;0;0,0.01723225;0.1989485;-0.01106977,0.0440297;0.4958161;-0.04437227,0.153232;0.3776497;-0.02429902,0.4298508;0.3449777;0.004241889,0.7087898;0.3355378;0.02669005,-0.08284958;0.3797805;-0.01575819,-0.3595298;0.3377624;-0.02484255,-0.6337372;0.2824914;-0.03730868,0.06731991;-0.003376919;-0.04308857,0.03508;-0.3818752;-0.03310456,-0.00540759;-0.7240049;0.02860429,-0.008492941;-0.7167636;-0.06872258,-0.07599501;0.0111291;-0.02238085,-0.2211932;-0.1160534;-0.3497065,-0.1569982;-0.4418395;-0.2390612,-0.1704791;-0.4916786;-0.2977467,0.03498952;0.3972356;-0.03022414,0;0;0,0.0158614;0.1990495;0.0113,0.03800064;0.4981552;0.01491409,0.1481954;0.3765224;0.0261271,0.4242574;0.3467205;0.06220511,0.7039226;0.3561178;0.0721571,-0.08720507;0.3771075;0.02435558,-0.3601266;0.3173681;0.005780289,-0.6358101;0.2942658;-0.03740436,0.06859918;-0.003692138;-0.04099415,0.02060457;-0.38042;-0.05413328,-0.008755622;-0.7179176;0.03380627,-0.008396897;-0.7073532;-0.0642862,-0.07503232;0.01176026;-0.02513654,-0.2321535;-0.09270062;-0.3549863,-0.2048461;-0.4265739;-0.2535814,-0.2211652;-0.4712175;-0.3180951,0.03061545;0.3984393;0.01640073,7.01547
+0;0;0,0.01723225;0.1989485;-0.01106977,0.0440297;0.4958161;-0.04437227,0.153232;0.3776497;-0.02429902,0.4298508;0.3449777;0.004241889,0.7087898;0.3355378;0.02669005,-0.08284958;0.3797805;-0.01575819,-0.3595298;0.3377624;-0.02484255,-0.6337372;0.2824914;-0.03730868,0.06731991;-0.003376919;-0.04308857,0.03508;-0.3818752;-0.03310456,-0.00540759;-0.7240049;0.02860429,-0.008492941;-0.7167636;-0.06872258,-0.07599501;0.0111291;-0.02238085,-0.2211932;-0.1160534;-0.3497065,-0.1569982;-0.4418395;-0.2390612,-0.1704791;-0.4916786;-0.2977467,0.03498952;0.3972356;-0.03022414,0;0;0,0.0158614;0.1990495;0.0113,0.03800064;0.4981552;0.01491409,0.1481954;0.3765224;0.0261271,0.4242574;0.3467205;0.06220511,0.7039226;0.3561178;0.0721571,-0.08720507;0.3771075;0.02435558,-0.3601266;0.3173681;0.005780289,-0.6358101;0.2942658;-0.03740436,0.06859918;-0.003692138;-0.04099415,0.02060457;-0.38042;-0.05413328,-0.008755622;-0.7179176;0.03380627,-0.008396897;-0.7073532;-0.0642862,-0.07503232;0.01176026;-0.02513654,-0.2321535;-0.09270062;-0.3549863,-0.2048461;-0.4265739;-0.2535814,-0.2211652;-0.4712175;-0.3180951,0.03061545;0.3984393;0.01640073,7.01547
+0;0;0,0.01723225;0.1989485;-0.01106977,0.0440297;0.4958161;-0.04437227,0.153232;0.3776497;-0.02429902,0.4298508;0.3449777;0.004241889,0.7087898;0.3355378;0.02669005,-0.08284958;0.3797805;-0.01575819,-0.3595298;0.3377624;-0.02484255,-0.6337372;0.2824914;-0.03730868,0.06731991;-0.003376919;-0.04308857,0.03508;-0.3818752;-0.03310456,-0.00540759;-0.7240049;0.02860429,-0.008492941;-0.7167636;-0.06872258,-0.07599501;0.0111291;-0.02238085,-0.2211932;-0.1160534;-0.3497065,-0.1569982;-0.4418395;-0.2390612,-0.1704791;-0.4916786;-0.2977467,0.03498952;0.3972356;-0.03022414,0;0;0,0.0158614;0.1990495;0.0113,0.03800064;0.4981552;0.01491409,0.1481954;0.3765224;0.0261271,0.4242574;0.3467205;0.06220511,0.7039226;0.3561178;0.0721571,-0.08720507;0.3771075;0.02435558,-0.3601266;0.3173681;0.005780289,-0.6358101;0.2942658;-0.03740436,0.06859918;-0.003692138;-0.04099415,0.02060457;-0.38042;-0.05413328,-0.008755622;-0.7179176;0.03380627,-0.008396897;-0.7073532;-0.0642862,-0.07503232;0.01176026;-0.02513654,-0.2321535;-0.09270062;-0.3549863,-0.2048461;-0.4265739;-0.2535814,-0.2211652;-0.4712175;-0.3180951,0.03061545;0.3984393;0.01640073,7.01547
+0;0;0,0.01731771;0.1989521;-0.01086981,0.04421094;0.4958544;-0.04378491,0.1534123;0.3777418;-0.0240052,0.4305612;0.3487768;0.003372032,0.7094741;0.3397273;0.02630112,-0.08275623;0.380185;-0.01539348,-0.3589222;0.3345968;-0.0227456,-0.6344011;0.2869007;-0.03812377,0.06729442;-0.003420323;-0.04312497,0.0348433;-0.3819038;-0.03326645,-0.005905084;-0.7239271;0.02885911,-0.009005298;-0.7166455;-0.06847672,-0.07599902;0.0111658;-0.02234891,-0.2207974;-0.1147446;-0.3503428,-0.1556145;-0.4400235;-0.2387868,-0.1699597;-0.4896041;-0.2976183,0.03515013;0.3972571;-0.0297683,0;0;0,0.0158614;0.1990495;0.0113,0.03800064;0.4981552;0.01491409,0.1481954;0.3765224;0.0261271,0.4242574;0.3467205;0.06220511,0.7039226;0.3561178;0.0721571,-0.08720507;0.3771075;0.02435558,-0.3601266;0.3173681;0.005780289,-0.6358101;0.2942658;-0.03740436,0.06859918;-0.003692138;-0.04099415,0.02060457;-0.38042;-0.05413328,-0.008755622;-0.7179176;0.03380627,-0.008396897;-0.7073532;-0.0642862,-0.07503232;0.01176026;-0.02513654,-0.2321535;-0.09270062;-0.3549863,-0.2048461;-0.4265739;-0.2535814,-0.2211652;-0.4712175;-0.3180951,0.03061545;0.3984393;0.01640073,7.01547
+0;0;0,0.01731771;0.1989521;-0.01086981,0.04421094;0.4958544;-0.04378491,0.1534123;0.3777418;-0.0240052,0.4305612;0.3487768;0.003372032,0.7094741;0.3397273;0.02630112,-0.08275623;0.380185;-0.01539348,-0.3589222;0.3345968;-0.0227456,-0.6344011;0.2869007;-0.03812377,0.06729442;-0.003420323;-0.04312497,0.0348433;-0.3819038;-0.03326645,-0.005905084;-0.7239271;0.02885911,-0.009005298;-0.7166455;-0.06847672,-0.07599902;0.0111658;-0.02234891,-0.2207974;-0.1147446;-0.3503428,-0.1556145;-0.4400235;-0.2387868,-0.1699597;-0.4896041;-0.2976183,0.03515013;0.3972571;-0.0297683,0;0;0,0.0158614;0.1990495;0.0113,0.03800064;0.4981552;0.01491409,0.1481954;0.3765224;0.0261271,0.4242574;0.3467205;0.06220511,0.7039226;0.3561178;0.0721571,-0.08720507;0.3771075;0.02435558,-0.3601266;0.3173681;0.005780289,-0.6358101;0.2942658;-0.03740436,0.06859918;-0.003692138;-0.04099415,0.02060457;-0.38042;-0.05413328,-0.008755622;-0.7179176;0.03380627,-0.008396897;-0.7073532;-0.0642862,-0.07503232;0.01176026;-0.02513654,-0.2321535;-0.09270062;-0.3549863,-0.2048461;-0.4265739;-0.2535814,-0.2211652;-0.4712175;-0.3180951,0.03061545;0.3984393;0.01640073,7.01547
+0;0;0,0.01731771;0.1989521;-0.01086981,0.04421094;0.4958544;-0.04378491,0.1534123;0.3777418;-0.0240052,0.4305612;0.3487768;0.003372032,0.7094741;0.3397273;0.02630112,-0.08275623;0.380185;-0.01539348,-0.3589222;0.3345968;-0.0227456,-0.6344011;0.2869007;-0.03812377,0.06729442;-0.003420323;-0.04312497,0.0348433;-0.3819038;-0.03326645,-0.005905084;-0.7239271;0.02885911,-0.009005298;-0.7166455;-0.06847672,-0.07599902;0.0111658;-0.02234891,-0.2207974;-0.1147446;-0.3503428,-0.1556145;-0.4400235;-0.2387868,-0.1699597;-0.4896041;-0.2976183,0.03515013;0.3972571;-0.0297683,0;0;0,0.0158614;0.1990495;0.0113,0.03800064;0.4981552;0.01491409,0.1481954;0.3765224;0.0261271,0.4242574;0.3467205;0.06220511,0.7039226;0.3561178;0.0721571,-0.08720507;0.3771075;0.02435558,-0.3601266;0.3173681;0.005780289,-0.6358101;0.2942658;-0.03740436,0.06859918;-0.003692138;-0.04099415,0.02060457;-0.38042;-0.05413328,-0.008755622;-0.7179176;0.03380627,-0.008396897;-0.7073532;-0.0642862,-0.07503232;0.01176026;-0.02513654,-0.2321535;-0.09270062;-0.3549863,-0.2048461;-0.4265739;-0.2535814,-0.2211652;-0.4712175;-0.3180951,0.03061545;0.3984393;0.01640073,7.01547
+0;0;0,0.01723573;0.1989676;-0.01071504,0.04397639;0.4959006;-0.04347166,0.1533106;0.3783858;-0.02353553,0.4306592;0.3504975;0.002921684,0.7095912;0.3431534;0.02622487,-0.08299471;0.3806126;-0.01505185,-0.3591028;0.3346625;-0.02232293,-0.6350456;0.2898269;-0.03798779,0.06728822;-0.00350944;-0.04312747,0.03440861;-0.3819627;-0.03353322,-0.006423786;-0.7238989;0.02901546,-0.00948301;-0.7166031;-0.06832498,-0.07596099;0.01125179;-0.02243494,-0.2208908;-0.1146066;-0.3503908,-0.1549393;-0.4394254;-0.2379492,-0.1698819;-0.4888161;-0.2968884,0.03495942;0.3972937;-0.02949366,0;0;0,0.0158614;0.1990495;0.0113,0.03800064;0.4981552;0.01491409,0.1481954;0.3765224;0.0261271,0.4242574;0.3467205;0.06220511,0.7039226;0.3561178;0.0721571,-0.08720507;0.3771075;0.02435558,-0.3601266;0.3173681;0.005780289,-0.6358101;0.2942658;-0.03740436,0.06859918;-0.003692138;-0.04099415,0.02060457;-0.38042;-0.05413328,-0.008755622;-0.7179176;0.03380627,-0.008396897;-0.7073532;-0.0642862,-0.07503232;0.01176026;-0.02513654,-0.2321535;-0.09270062;-0.3549863,-0.2048461;-0.4265739;-0.2535814,-0.2211652;-0.4712175;-0.3180951,0.03061545;0.3984393;0.01640073,7.01547
+0;0;0,0.01723573;0.1989676;-0.01071504,0.04397639;0.4959006;-0.04347166,0.1533106;0.3783858;-0.02353553,0.4306592;0.3504975;0.002921684,0.7095912;0.3431534;0.02622487,-0.08299471;0.3806126;-0.01505185,-0.3591028;0.3346625;-0.02232293,-0.6350456;0.2898269;-0.03798779,0.06728822;-0.00350944;-0.04312747,0.03440861;-0.3819627;-0.03353322,-0.006423786;-0.7238989;0.02901546,-0.00948301;-0.7166031;-0.06832498,-0.07596099;0.01125179;-0.02243494,-0.2208908;-0.1146066;-0.3503908,-0.1549393;-0.4394254;-0.2379492,-0.1698819;-0.4888161;-0.2968884,0.03495942;0.3972937;-0.02949366,0;0;0,0.0158614;0.1990495;0.0113,0.03800064;0.4981552;0.01491409,0.1481954;0.3765224;0.0261271,0.4242574;0.3467205;0.06220511,0.7039226;0.3561178;0.0721571,-0.08720507;0.3771075;0.02435558,-0.3601266;0.3173681;0.005780289,-0.6358101;0.2942658;-0.03740436,0.06859918;-0.003692138;-0.04099415,0.02060457;-0.38042;-0.05413328,-0.008755622;-0.7179176;0.03380627,-0.008396897;-0.7073532;-0.0642862,-0.07503232;0.01176026;-0.02513654,-0.2321535;-0.09270062;-0.3549863,-0.2048461;-0.4265739;-0.2535814,-0.2211652;-0.4712175;-0.3180951,0.03061545;0.3984393;0.01640073,7.01547

+ 158 - 0
DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_TwoArms_Backward_None_Fast.csv

@@ -0,0 +1,158 @@
+Demo_SpineBase,Demo_SpineMid,Demo_Neck,Demo_ShoulderLeft,Demo_ElbowLeft,Demo_WristLeft,Demo_ShoulderRight,Demo_ElbowRight,Demo_WristRight,Demo_HipLeft,Demo_KneeLeft,Demo_AnkleLeft,Demo_FootLeft,Demo_HipRight,Demo_KneeRight,Demo_AnkleRight,Demo_FootRight,Demo_SpineShoulder,Body_SpineBase,Body_SpineMid,Body_Neck,Body_ShoulderLeft,Body_ElbowLeft,Body_WristLeft,Body_ShoulderRight,Body_ElbowRight,Body_WristRight,Body_HipLeft,Body_KneeLeft,Body_AnkleLeft,Body_FootLeft,Body_HipRight,Body_KneeRight,Body_AnkleRight,Body_FootRight,Body_SpineShoulder,time
+0;0;0,0.0009887012;0.1999575;0.00400363,0.002802475;0.4997742;-0.00448724,0.1170113;0.3657256;0.007284812,0.1546068;0.08865476;-0.007491262,0.2137986;-0.1754228;-0.07932009,-0.1094676;0.3574607;-0.01056173,-0.1596983;0.08206975;-0.01662062,-0.2073456;-0.1822533;-0.09576021,0.07168115;0.004754793;-0.03520235,0.0942006;-0.3731648;-0.002496671,0.1042865;-0.7154082;0.07008281,0.1134215;-0.7682114;0.01476378,-0.06876805;0.005437365;-0.04051408,-0.1184526;-0.3703646;-0.0139756,-0.1387978;-0.7133626;0.05264652,-0.1317754;-0.7031021;-0.04513406,0.002156086;0.3999332;0.001110865,0;0;0,0.0003680192;0.1999361;0.005042578,0.0005751297;0.4997803;-0.002617608,0.1154347;0.3666131;0.01193965,0.1559677;0.08956245;0.01204963,0.2126396;-0.1718044;-0.07086994,-0.1121445;0.3591047;-0.003658028,-0.1603632;0.08414254;-0.02535496,-0.2064836;-0.1797264;-0.1068784,0.07143445;0.004930486;-0.03567647,0.09379832;-0.372604;0.001303662,0.1038997;-0.714247;0.07665661,0.112175;-0.7671071;0.02128769,-0.06885788;0.005629021;-0.04033493,-0.1205418;-0.369936;-0.0142646,-0.1393009;-0.7117791;0.05847754,-0.1330051;-0.7013971;-0.03937692,0.0005201603;0.3999225;0.002712948,6.892063
+0;0;0,0.0009887012;0.1999575;0.00400363,0.002802475;0.4997742;-0.00448724,0.1170113;0.3657256;0.007284812,0.1546068;0.08865476;-0.007491262,0.2137986;-0.1754228;-0.07932009,-0.1094676;0.3574607;-0.01056173,-0.1596983;0.08206975;-0.01662062,-0.2073456;-0.1822533;-0.09576021,0.07168115;0.004754793;-0.03520235,0.0942006;-0.3731648;-0.002496671,0.1042865;-0.7154082;0.07008281,0.1134215;-0.7682114;0.01476378,-0.06876805;0.005437365;-0.04051408,-0.1184526;-0.3703646;-0.0139756,-0.1387978;-0.7133626;0.05264652,-0.1317754;-0.7031021;-0.04513406,0.002156086;0.3999332;0.001110865,0;0;0,0.0003680192;0.1999361;0.005042578,0.0005751297;0.4997803;-0.002617608,0.1154347;0.3666131;0.01193965,0.1559677;0.08956245;0.01204963,0.2126396;-0.1718044;-0.07086994,-0.1121445;0.3591047;-0.003658028,-0.1603632;0.08414254;-0.02535496,-0.2064836;-0.1797264;-0.1068784,0.07143445;0.004930486;-0.03567647,0.09379832;-0.372604;0.001303662,0.1038997;-0.714247;0.07665661,0.112175;-0.7671071;0.02128769,-0.06885788;0.005629021;-0.04033493,-0.1205418;-0.369936;-0.0142646,-0.1393009;-0.7117791;0.05847754,-0.1330051;-0.7013971;-0.03937692,0.0005201603;0.3999225;0.002712948,6.910872
+0;0;0,0.0009887012;0.1999575;0.00400363,0.002802475;0.4997742;-0.00448724,0.1170113;0.3657256;0.007284812,0.1546068;0.08865476;-0.007491262,0.2137986;-0.1754228;-0.07932009,-0.1094676;0.3574607;-0.01056173,-0.1596983;0.08206975;-0.01662062,-0.2073456;-0.1822533;-0.09576021,0.07168115;0.004754793;-0.03520235,0.0942006;-0.3731648;-0.002496671,0.1042865;-0.7154082;0.07008281,0.1134215;-0.7682114;0.01476378,-0.06876805;0.005437365;-0.04051408,-0.1184526;-0.3703646;-0.0139756,-0.1387978;-0.7133626;0.05264652,-0.1317754;-0.7031021;-0.04513406,0.002156086;0.3999332;0.001110865,0;0;0,0.0003408877;0.1999363;0.005037834,0.0005418548;0.4997806;-0.002613868,0.1154189;0.36668;0.01196217,0.1558755;0.08961818;0.01211522,0.2126662;-0.17165;-0.07103384,-0.1121567;0.359052;-0.003691487,-0.1603498;0.08409774;-0.02554521,-0.2064618;-0.17978;-0.1070449,0.07137792;0.004924823;-0.03579021,0.09379677;-0.3725841;0.001416966,0.1039924;-0.7142026;0.07686797,0.1120334;-0.7671042;0.02152652,-0.06889124;0.005636045;-0.04027693,-0.1205964;-0.3699321;-0.01429207,-0.1393038;-0.711748;0.05859066,-0.1329932;-0.7013663;-0.03926281,0.0004867028;0.3999227;0.002715566,6.928549
+0;0;0,0.001033409;0.1999569;0.004019788,0.003008577;0.4997726;-0.00447124,0.1171589;0.3657541;0.007377766,0.1546154;0.0886662;-0.007431857,0.2139013;-0.1756627;-0.07825152,-0.1093306;0.3574909;-0.01060216,-0.1596566;0.08211985;-0.01677283,-0.2065996;-0.1828875;-0.09402212,0.07166304;0.004720869;-0.03524374,0.09423506;-0.3731889;-0.002460983,0.1042271;-0.7154545;0.07002637,0.113489;-0.7683518;0.01486962,-0.0687743;0.005461934;-0.04050016,-0.118464;-0.3703402;-0.01397287,-0.1387298;-0.7134072;0.05231724,-0.1316646;-0.7031565;-0.04545826,0.002298916;0.399932;0.001128068,0;0;0,0.0003184043;0.1999354;0.005074447,0.0005136566;0.4997804;-0.002540678,0.1154049;0.3666978;0.01193253,0.1558931;0.08964071;0.01214784,0.2129483;-0.171489;-0.07125473,-0.1122038;0.3591214;-0.003718112,-0.160344;0.08416647;-0.02567987,-0.2068509;-0.1793732;-0.1080445,0.07138154;0.004931114;-0.03578212,0.09376545;-0.3725709;0.001516275,0.1039169;-0.7141897;0.07697187,0.1119568;-0.7671874;0.02177445,-0.06889059;0.005627549;-0.04027925,-0.1206713;-0.3699246;-0.01421558,-0.1392721;-0.7117385;0.05870436,-0.132965;-0.7013519;-0.03915031,0.0004597091;0.3999222;0.002780958,6.944801
+0;0;0,0.001033409;0.1999569;0.004019788,0.003008577;0.4997726;-0.00447124,0.1171589;0.3657541;0.007377766,0.1546154;0.0886662;-0.007431857,0.2139013;-0.1756627;-0.07825152,-0.1093306;0.3574909;-0.01060216,-0.1596566;0.08211985;-0.01677283,-0.2065996;-0.1828875;-0.09402212,0.07166304;0.004720869;-0.03524374,0.09423506;-0.3731889;-0.002460983,0.1042271;-0.7154545;0.07002637,0.113489;-0.7683518;0.01486962,-0.0687743;0.005461934;-0.04050016,-0.118464;-0.3703402;-0.01397287,-0.1387298;-0.7134072;0.05231724,-0.1316646;-0.7031565;-0.04545826,0.002298916;0.399932;0.001128068,0;0;0,0.0003184043;0.1999354;0.005074447,0.0005136566;0.4997804;-0.002540678,0.1154049;0.3666978;0.01193253,0.1558931;0.08964071;0.01214784,0.2129483;-0.171489;-0.07125473,-0.1122038;0.3591214;-0.003718112,-0.160344;0.08416647;-0.02567987,-0.2068509;-0.1793732;-0.1080445,0.07138154;0.004931114;-0.03578212,0.09376545;-0.3725709;0.001516275,0.1039169;-0.7141897;0.07697187,0.1119568;-0.7671874;0.02177445,-0.06889059;0.005627549;-0.04027925,-0.1206713;-0.3699246;-0.01421558,-0.1392721;-0.7117385;0.05870436,-0.132965;-0.7013519;-0.03915031,0.0004597091;0.3999222;0.002780958,6.964901
+0;0;0,0.001033409;0.1999569;0.004019788,0.003008577;0.4997726;-0.00447124,0.1171589;0.3657541;0.007377766,0.1546154;0.0886662;-0.007431857,0.2139013;-0.1756627;-0.07825152,-0.1093306;0.3574909;-0.01060216,-0.1596566;0.08211985;-0.01677283,-0.2065996;-0.1828875;-0.09402212,0.07166304;0.004720869;-0.03524374,0.09423506;-0.3731889;-0.002460983,0.1042271;-0.7154545;0.07002637,0.113489;-0.7683518;0.01486962,-0.0687743;0.005461934;-0.04050016,-0.118464;-0.3703402;-0.01397287,-0.1387298;-0.7134072;0.05231724,-0.1316646;-0.7031565;-0.04545826,0.002298916;0.399932;0.001128068,0;0;0,0.0003287217;0.1999332;0.005156396,0.0005563556;0.4997802;-0.002372028,0.1154611;0.3667349;0.01192428,0.1559933;0.08968443;0.01233008,0.213152;-0.1712191;-0.07170696,-0.1121745;0.3591734;-0.003839228,-0.1604264;0.0842326;-0.02573272,-0.2072456;-0.1790932;-0.108603,0.07138841;0.004935675;-0.03576778,0.09379147;-0.3725463;0.00172165,0.1038976;-0.7141758;0.07713475,0.1121215;-0.7671397;0.02191358,-0.06889395;0.005620786;-0.04027444,-0.1206071;-0.3699259;-0.01399818,-0.1393374;-0.7117061;0.05904608,-0.1329939;-0.701308;-0.03880855,0.000492548;0.3999208;0.002928119,6.987339
+0;0;0,0.001025152;0.1999565;0.00404141,0.003012082;0.4997705;-0.004496275,0.1171463;0.3657296;0.00742882,0.1545227;0.08862272;-0.007226308,0.2141038;-0.1758991;-0.07707123,-0.1092782;0.3573618;-0.01066343,-0.1597787;0.08202559;-0.01696084,-0.2067021;-0.1830581;-0.09395964,0.07162401;0.004709667;-0.0353245,0.09416176;-0.3731744;-0.002224185,0.104067;-0.715459;0.07018567,0.1138003;-0.7681984;0.01487336,-0.06879614;0.005472706;-0.04046159,-0.1186358;-0.3703089;-0.01392553,-0.1389706;-0.7133597;0.0524273,-0.1318681;-0.7031085;-0.04534558,0.002296267;0.3999313;0.00112599,0;0;0,0.0003287217;0.1999332;0.005156396,0.0005563556;0.4997802;-0.002372028,0.1154611;0.3667349;0.01192428,0.1559933;0.08968443;0.01233008,0.213152;-0.1712191;-0.07170696,-0.1121745;0.3591734;-0.003839228,-0.1604264;0.0842326;-0.02573272,-0.2072456;-0.1790932;-0.108603,0.07138841;0.004935675;-0.03576778,0.09379147;-0.3725463;0.00172165,0.1038976;-0.7141758;0.07713475,0.1121215;-0.7671397;0.02191358,-0.06889395;0.005620786;-0.04027444,-0.1206071;-0.3699259;-0.01399818,-0.1393374;-0.7117061;0.05904608,-0.1329939;-0.701308;-0.03880855,0.000492548;0.3999208;0.002928119,6.998997
+0;0;0,0.001025152;0.1999565;0.00404141,0.003012082;0.4997705;-0.004496275,0.1171463;0.3657296;0.00742882,0.1545227;0.08862272;-0.007226308,0.2141038;-0.1758991;-0.07707123,-0.1092782;0.3573618;-0.01066343,-0.1597787;0.08202559;-0.01696084,-0.2067021;-0.1830581;-0.09395964,0.07162401;0.004709667;-0.0353245,0.09416176;-0.3731744;-0.002224185,0.104067;-0.715459;0.07018567,0.1138003;-0.7681984;0.01487336,-0.06879614;0.005472706;-0.04046159,-0.1186358;-0.3703089;-0.01392553,-0.1389706;-0.7133597;0.0524273,-0.1318681;-0.7031085;-0.04534558,0.002296267;0.3999313;0.00112599,0;0;0,0.0003214321;0.1999293;0.005309723,0.0005790134;0.4997798;-0.002055285,0.1155037;0.3668221;0.01213833,0.1560216;0.08976939;0.01243351,0.2131632;-0.1708125;-0.0726072,-0.11217;0.3591979;-0.003601519,-0.1604118;0.08426797;-0.02565347,-0.207543;-0.1786838;-0.1095286,0.07139257;0.00495471;-0.03575685,0.09389778;-0.3724777;0.00216841,0.1039935;-0.7140868;0.07767512,0.1120817;-0.767099;0.02250654,-0.06890006;0.005602311;-0.04026654,-0.120425;-0.3699497;-0.01369863,-0.1392484;-0.7117305;0.05931918,-0.1329173;-0.7013116;-0.03854039,0.0005045958;0.3999181;0.003201781,7.0207
+0;0;0,0.001025152;0.1999565;0.00404141,0.003012082;0.4997705;-0.004496275,0.1171463;0.3657296;0.00742882,0.1545227;0.08862272;-0.007226308,0.2141038;-0.1758991;-0.07707123,-0.1092782;0.3573618;-0.01066343,-0.1597787;0.08202559;-0.01696084,-0.2067021;-0.1830581;-0.09395964,0.07162401;0.004709667;-0.0353245,0.09416176;-0.3731744;-0.002224185,0.104067;-0.715459;0.07018567,0.1138003;-0.7681984;0.01487336,-0.06879614;0.005472706;-0.04046159,-0.1186358;-0.3703089;-0.01392553,-0.1389706;-0.7133597;0.0524273,-0.1318681;-0.7031085;-0.04534558,0.002296267;0.3999313;0.00112599,0;0;0,0.0003214321;0.1999293;0.005309723,0.0005790134;0.4997798;-0.002055285,0.1155037;0.3668221;0.01213833,0.1560216;0.08976939;0.01243351,0.2131632;-0.1708125;-0.0726072,-0.11217;0.3591979;-0.003601519,-0.1604118;0.08426797;-0.02565347,-0.207543;-0.1786838;-0.1095286,0.07139257;0.00495471;-0.03575685,0.09389778;-0.3724777;0.00216841,0.1039935;-0.7140868;0.07767512,0.1120817;-0.767099;0.02250654,-0.06890006;0.005602311;-0.04026654,-0.120425;-0.3699497;-0.01369863,-0.1392484;-0.7117305;0.05931918,-0.1329173;-0.7013116;-0.03854039,0.0005045958;0.3999181;0.003201781,7.043427
+0;0;0,0.001051572;0.1999561;0.004055175,0.003097692;0.4997682;-0.004528168,0.117194;0.3656889;0.007501602,0.1545657;0.08857396;-0.007011828,0.2143617;-0.1762201;-0.07563064,-0.1091917;0.35731;-0.01070332,-0.1598068;0.08199576;-0.01704385,-0.2066415;-0.1832637;-0.09348962,0.07162089;0.0046744;-0.03533551,0.09418157;-0.3731919;-0.002048101,0.1041554;-0.7154744;0.07036237,0.1138543;-0.7679752;0.01468868,-0.06878778;0.005505737;-0.04047133,-0.1186606;-0.3702649;-0.01384223,-0.1390383;-0.7133023;0.05256645,-0.1318962;-0.7030538;-0.04520301,0.002360543;0.3999302;0.001112692,0;0;0,0.0003840071;0.1999256;0.00543978,0.0007345526;0.4997783;-0.001814693,0.115636;0.3668624;0.01232933,0.1561928;0.08981529;0.01252754,0.2133508;-0.1706462;-0.07287017,-0.1120529;0.3592162;-0.003496692,-0.1603249;0.08428669;-0.02548755,-0.2079527;-0.1783467;-0.1100765,0.07133093;0.004961838;-0.03587867,0.09381142;-0.3724254;0.00250762,0.1039419;-0.7140055;0.07814095,0.1120118;-0.7669349;0.02284537,-0.06897557;0.00559843;-0.04013761,-0.1204086;-0.3699587;-0.0134637,-0.1393222;-0.7117004;0.05971311,-0.1329685;-0.7012708;-0.03814718,0.0006226322;0.3999153;0.003417199,7.065571
+0;0;0,0.001051572;0.1999561;0.004055175,0.003097692;0.4997682;-0.004528168,0.117194;0.3656889;0.007501602,0.1545657;0.08857396;-0.007011828,0.2143617;-0.1762201;-0.07563064,-0.1091917;0.35731;-0.01070332,-0.1598068;0.08199576;-0.01704385,-0.2066415;-0.1832637;-0.09348962,0.07162089;0.0046744;-0.03533551,0.09418157;-0.3731919;-0.002048101,0.1041554;-0.7154744;0.07036237,0.1138543;-0.7679752;0.01468868,-0.06878778;0.005505737;-0.04047133,-0.1186606;-0.3702649;-0.01384223,-0.1390383;-0.7133023;0.05256645,-0.1318962;-0.7030538;-0.04520301,0.002360543;0.3999302;0.001112692,0;0;0,0.0003840071;0.1999256;0.00543978,0.0007345526;0.4997783;-0.001814693,0.115636;0.3668624;0.01232933,0.1561928;0.08981529;0.01252754,0.2133508;-0.1706462;-0.07287017,-0.1120529;0.3592162;-0.003496692,-0.1603249;0.08428669;-0.02548755,-0.2079527;-0.1783467;-0.1100765,0.07133093;0.004961838;-0.03587867,0.09381142;-0.3724254;0.00250762,0.1039419;-0.7140055;0.07814095,0.1120118;-0.7669349;0.02284537,-0.06897557;0.00559843;-0.04013761,-0.1204086;-0.3699587;-0.0134637,-0.1393222;-0.7117004;0.05971311,-0.1329685;-0.7012708;-0.03814718,0.0006226322;0.3999153;0.003417199,7.076992
+0;0;0,0.001051572;0.1999561;0.004055175,0.003097692;0.4997682;-0.004528168,0.117194;0.3656889;0.007501602,0.1545657;0.08857396;-0.007011828,0.2143617;-0.1762201;-0.07563064,-0.1091917;0.35731;-0.01070332,-0.1598068;0.08199576;-0.01704385,-0.2066415;-0.1832637;-0.09348962,0.07162089;0.0046744;-0.03533551,0.09418157;-0.3731919;-0.002048101,0.1041554;-0.7154744;0.07036237,0.1138543;-0.7679752;0.01468868,-0.06878778;0.005505737;-0.04047133,-0.1186606;-0.3702649;-0.01384223,-0.1390383;-0.7133023;0.05256645,-0.1318962;-0.7030538;-0.04520301,0.002360543;0.3999302;0.001112692,0;0;0,0.0003859293;0.1999238;0.005507494,0.000757931;0.4997787;-0.001643412,0.115674;0.36692;0.01240806,0.1562936;0.08988214;0.01213471,0.2135394;-0.1704985;-0.07345047,-0.1120363;0.3592329;-0.003464899,-0.1603414;0.08429813;-0.02531604,-0.2083068;-0.1781139;-0.1103998,0.07131901;0.004983358;-0.03589939,0.09379036;-0.3723874;0.002653331,0.1039947;-0.7139484;0.07836353,0.107293;-0.7035748;-0.01963609,-0.06900344;0.00557534;-0.04009289,-0.1203998;-0.3699839;-0.01337894,-0.1392435;-0.7116966;0.0599515,-0.1328793;-0.7012602;-0.03790945,0.0006389687;0.3999141;0.003558052,7.09891
+0;0;0,0.001056836;0.199956;0.004059293,0.00311955;0.4997659;-0.004584874,0.1171994;0.3656648;0.007530328,0.1544961;0.08852935;-0.006783824,0.2146447;-0.1765686;-0.0739048,-0.1091706;0.3572847;-0.01069417,-0.1598422;0.08198053;-0.01702129,-0.2063854;-0.1837562;-0.09197263,0.07162976;0.004655938;-0.03531996,0.09422143;-0.3732007;-0.001944132,0.1041858;-0.7154932;0.07042012,0.1138658;-0.7679555;0.01468616,-0.06877115;0.005525035;-0.04049693,-0.118757;-0.3702265;-0.01381025,-0.1390329;-0.7132607;0.05264633,-0.1318827;-0.7030153;-0.04512191,0.002376099;0.3999295;0.001084571,0;0;0,0.0004111804;0.1999235;0.005515282,0.000840415;0.4997786;-0.001621902,0.1157414;0.3669353;0.01238874,0.1563102;0.08989021;0.01191542,0.2136941;-0.1704159;-0.07380386,-0.1119625;0.3592108;-0.003539723,-0.1602648;0.08426398;-0.02524542,-0.2084732;-0.1780768;-0.1104114,0.07133187;0.004983317;-0.0358738,0.09384038;-0.3723908;0.00262421,0.10403;-0.7139264;0.07845052,0.1073439;-0.703551;-0.01954895,-0.06899735;0.005575218;-0.04010341,-0.1203278;-0.3699892;-0.01333451,-0.1391038;-0.7116985;0.06002904,-0.1327255;-0.7012618;-0.03783105,0.0006990046;0.3999139;0.003576434,7.110297
+0;0;0,0.001056836;0.199956;0.004059293,0.00311955;0.4997659;-0.004584874,0.1171994;0.3656648;0.007530328,0.1544961;0.08852935;-0.006783824,0.2146447;-0.1765686;-0.0739048,-0.1091706;0.3572847;-0.01069417,-0.1598422;0.08198053;-0.01702129,-0.2063854;-0.1837562;-0.09197263,0.07162976;0.004655938;-0.03531996,0.09422143;-0.3732007;-0.001944132,0.1041858;-0.7154932;0.07042012,0.1138658;-0.7679555;0.01468616,-0.06877115;0.005525035;-0.04049693,-0.118757;-0.3702265;-0.01381025,-0.1390329;-0.7132607;0.05264633,-0.1318827;-0.7030153;-0.04512191,0.002376099;0.3999295;0.001084571,0;0;0,0.0004111804;0.1999235;0.005515282,0.000840415;0.4997786;-0.001621902,0.1157414;0.3669353;0.01238874,0.1563102;0.08989021;0.01191542,0.2136941;-0.1704159;-0.07380386,-0.1119625;0.3592108;-0.003539723,-0.1602648;0.08426398;-0.02524542,-0.2084732;-0.1780768;-0.1104114,0.07133187;0.004983317;-0.0358738,0.09384038;-0.3723908;0.00262421,0.10403;-0.7139264;0.07845052,0.1073439;-0.703551;-0.01954895,-0.06899735;0.005575218;-0.04010341,-0.1203278;-0.3699892;-0.01333451,-0.1391038;-0.7116985;0.06002904,-0.1327255;-0.7012618;-0.03783105,0.0006990046;0.3999139;0.003576434,7.121747
+0;0;0,0.001056836;0.199956;0.004059293,0.00311955;0.4997659;-0.004584874,0.1171994;0.3656648;0.007530328,0.1544961;0.08852935;-0.006783824,0.2146447;-0.1765686;-0.0739048,-0.1091706;0.3572847;-0.01069417,-0.1598422;0.08198053;-0.01702129,-0.2063854;-0.1837562;-0.09197263,0.07162976;0.004655938;-0.03531996,0.09422143;-0.3732007;-0.001944132,0.1041858;-0.7154932;0.07042012,0.1138658;-0.7679555;0.01468616,-0.06877115;0.005525035;-0.04049693,-0.118757;-0.3702265;-0.01381025,-0.1390329;-0.7132607;0.05264633,-0.1318827;-0.7030153;-0.04512191,0.002376099;0.3999295;0.001084571,0;0;0,0.0004111804;0.1999235;0.005515282,0.000840415;0.4997786;-0.001621902,0.1157414;0.3669353;0.01238874,0.1563102;0.08989021;0.01191542,0.2136941;-0.1704159;-0.07380386,-0.1119625;0.3592108;-0.003539723,-0.1602648;0.08426398;-0.02524542,-0.2084732;-0.1780768;-0.1104114,0.07133187;0.004983317;-0.0358738,0.09384038;-0.3723908;0.00262421,0.10403;-0.7139264;0.07845052,0.1073439;-0.703551;-0.01954895,-0.06899735;0.005575218;-0.04010341,-0.1203278;-0.3699892;-0.01333451,-0.1391038;-0.7116985;0.06002904,-0.1327255;-0.7012618;-0.03783105,0.0006990046;0.3999139;0.003576434,7.143773
+0;0;0,0.001021347;0.1999561;0.00406255,0.003029294;0.4997647;-0.004631236,0.1171277;0.3656714;0.007577838,0.1542584;0.08849895;-0.006449481,0.2147258;-0.1769082;-0.07204465,-0.1092334;0.3572634;-0.01070667,-0.1600012;0.0819746;-0.01692829,-0.2064749;-0.1842642;-0.09012066,0.07164259;0.004642131;-0.03529573,0.0941347;-0.3732126;-0.001831356,0.104101;-0.7155055;0.07053089,0.1137597;-0.7677665;0.01449662,-0.06873789;0.005549902;-0.04054998,-0.1189218;-0.3701653;-0.01372419,-0.1390782;-0.7132347;0.05258639,-0.1319083;-0.7029871;-0.04518087,0.002306485;0.3999295;0.001060457,0;0;0,0.0003882979;0.1999236;0.00551324,0.0008010637;0.499779;-0.001610045,0.1157176;0.3669599;0.01233733,0.1563541;0.08992481;0.01184163,0.2137885;-0.1702479;-0.07424806,-0.1119911;0.359198;-0.003563691,-0.1603197;0.08424726;-0.02516076,-0.2086579;-0.1780438;-0.1104063,0.07129471;0.005001936;-0.03594502,0.09372663;-0.3723523;0.002792705,0.1038664;-0.7138801;0.0786608,0.1071704;-0.7035053;-0.01933886,-0.06903462;0.005566251;-0.04004044,-0.1204082;-0.3699887;-0.01322102,-0.1391048;-0.7116652;0.06031548,-0.1327386;-0.7012322;-0.03754465,0.0006637921;0.3999141;0.003583143,7.154947
+0;0;0,0.001021347;0.1999561;0.00406255,0.003029294;0.4997647;-0.004631236,0.1171277;0.3656714;0.007577838,0.1542584;0.08849895;-0.006449481,0.2147258;-0.1769082;-0.07204465,-0.1092334;0.3572634;-0.01070667,-0.1600012;0.0819746;-0.01692829,-0.2064749;-0.1842642;-0.09012066,0.07164259;0.004642131;-0.03529573,0.0941347;-0.3732126;-0.001831356,0.104101;-0.7155055;0.07053089,0.1137597;-0.7677665;0.01449662,-0.06873789;0.005549902;-0.04054998,-0.1189218;-0.3701653;-0.01372419,-0.1390782;-0.7132347;0.05258639,-0.1319083;-0.7029871;-0.04518087,0.002306485;0.3999295;0.001060457,0;0;0,0.0003882979;0.1999236;0.00551324,0.0008010637;0.499779;-0.001610045,0.1157176;0.3669599;0.01233733,0.1563541;0.08992481;0.01184163,0.2137885;-0.1702479;-0.07424806,-0.1119911;0.359198;-0.003563691,-0.1603197;0.08424726;-0.02516076,-0.2086579;-0.1780438;-0.1104063,0.07129471;0.005001936;-0.03594502,0.09372663;-0.3723523;0.002792705,0.1038664;-0.7138801;0.0786608,0.1071704;-0.7035053;-0.01933886,-0.06903462;0.005566251;-0.04004044,-0.1204082;-0.3699887;-0.01322102,-0.1391048;-0.7116652;0.06031548,-0.1327386;-0.7012322;-0.03754465,0.0006637921;0.3999141;0.003583143,7.166229
+0;0;0,0.001021347;0.1999561;0.00406255,0.003029294;0.4997647;-0.004631236,0.1171277;0.3656714;0.007577838,0.1542584;0.08849895;-0.006449481,0.2147258;-0.1769082;-0.07204465,-0.1092334;0.3572634;-0.01070667,-0.1600012;0.0819746;-0.01692829,-0.2064749;-0.1842642;-0.09012066,0.07164259;0.004642131;-0.03529573,0.0941347;-0.3732126;-0.001831356,0.104101;-0.7155055;0.07053089,0.1137597;-0.7677665;0.01449662,-0.06873789;0.005549902;-0.04054998,-0.1189218;-0.3701653;-0.01372419,-0.1390782;-0.7132347;0.05258639,-0.1319083;-0.7029871;-0.04518087,0.002306485;0.3999295;0.001060457,0;0;0,0.0003710903;0.1999251;0.005459885,0.0007671182;0.4997787;-0.001740213,0.1157062;0.3670238;0.01223378,0.1563382;0.08998808;0.01174769,0.2137075;-0.1700934;-0.07466064,-0.1120208;0.3591912;-0.003618934,-0.1603008;0.0842196;-0.02505795,-0.2089237;-0.1780274;-0.1102773,0.07126594;0.005008981;-0.03600105,0.09369344;-0.3723845;0.00235438,0.1036372;-0.7138591;0.07848744,0.1127413;-0.7669789;0.02364012,-0.06905913;0.005560588;-0.03999895,-0.1204195;-0.3700025;-0.01326953,-0.1390747;-0.7116581;0.06037441,-0.1327262;-0.7012295;-0.03748599,0.0006343757;0.3999151;0.003479278,7.177407
+0;0;0,0.001005657;0.1999561;0.004067656,0.002990194;0.4997635;-0.00466577,0.1170961;0.3656661;0.007550275,0.1542385;0.08846995;-0.005967876,0.2149613;-0.177449;-0.06921226,-0.1091823;0.3570987;-0.01089925,-0.1602183;0.0818513;-0.0167482,-0.2065715;-0.1851125;-0.08732935,0.07162362;0.00463783;-0.03533478,0.09401394;-0.3732101;-0.00172507,0.1040844;-0.7154976;0.07064799,0.1133583;-0.7683798;0.01547061,-0.06874955;0.005566705;-0.04052788,-0.1190871;-0.3701236;-0.01364136,-0.1389594;-0.7132019;0.05270923,-0.1317411;-0.7029531;-0.04505471,0.002275849;0.3999292;0.001043145,0;0;0,0.0003710903;0.1999251;0.005459885,0.0007671182;0.4997787;-0.001740213,0.1157062;0.3670238;0.01223378,0.1563382;0.08998808;0.01174769,0.2137075;-0.1700934;-0.07466064,-0.1120208;0.3591912;-0.003618934,-0.1603008;0.0842196;-0.02505795,-0.2089237;-0.1780274;-0.1102773,0.07126594;0.005008981;-0.03600105,0.09369344;-0.3723845;0.00235438,0.1036372;-0.7138591;0.07848744,0.1127413;-0.7669789;0.02364012,-0.06905913;0.005560588;-0.03999895,-0.1204195;-0.3700025;-0.01326953,-0.1390747;-0.7116581;0.06037441,-0.1327262;-0.7012295;-0.03748599,0.0006343757;0.3999151;0.003479278,7.188619
+0;0;0,0.001005657;0.1999561;0.004067656,0.002990194;0.4997635;-0.00466577,0.1170961;0.3656661;0.007550275,0.1542385;0.08846995;-0.005967876,0.2149613;-0.177449;-0.06921226,-0.1091823;0.3570987;-0.01089925,-0.1602183;0.0818513;-0.0167482,-0.2065715;-0.1851125;-0.08732935,0.07162362;0.00463783;-0.03533478,0.09401394;-0.3732101;-0.00172507,0.1040844;-0.7154976;0.07064799,0.1133583;-0.7683798;0.01547061,-0.06874955;0.005566705;-0.04052788,-0.1190871;-0.3701236;-0.01364136,-0.1389594;-0.7132019;0.05270923,-0.1317411;-0.7029531;-0.04505471,0.002275849;0.3999292;0.001043145,0;0;0,0.0003710903;0.1999251;0.005459885,0.0007671182;0.4997787;-0.001740213,0.1157062;0.3670238;0.01223378,0.1563382;0.08998808;0.01174769,0.2137075;-0.1700934;-0.07466064,-0.1120208;0.3591912;-0.003618934,-0.1603008;0.0842196;-0.02505795,-0.2089237;-0.1780274;-0.1102773,0.07126594;0.005008981;-0.03600105,0.09369344;-0.3723845;0.00235438,0.1036372;-0.7138591;0.07848744,0.1127413;-0.7669789;0.02364012,-0.06905913;0.005560588;-0.03999895,-0.1204195;-0.3700025;-0.01326953,-0.1390747;-0.7116581;0.06037441,-0.1327262;-0.7012295;-0.03748599,0.0006343757;0.3999151;0.003479278,7.19987
+0;0;0,0.001005657;0.1999561;0.004067656,0.002990194;0.4997635;-0.00466577,0.1170961;0.3656661;0.007550275,0.1542385;0.08846995;-0.005967876,0.2149613;-0.177449;-0.06921226,-0.1091823;0.3570987;-0.01089925,-0.1602183;0.0818513;-0.0167482,-0.2065715;-0.1851125;-0.08732935,0.07162362;0.00463783;-0.03533478,0.09401394;-0.3732101;-0.00172507,0.1040844;-0.7154976;0.07064799,0.1133583;-0.7683798;0.01547061,-0.06874955;0.005566705;-0.04052788,-0.1190871;-0.3701236;-0.01364136,-0.1389594;-0.7132019;0.05270923,-0.1317411;-0.7029531;-0.04505471,0.002275849;0.3999292;0.001043145,0;0;0,0.000412277;0.1999249;0.005465169,0.000891143;0.4997787;-0.0017201,0.1158118;0.3670712;0.01227515,0.1563562;0.09002247;0.01192062,0.2137617;-0.1700847;-0.0743862,-0.111915;0.3591807;-0.003729789,-0.1602415;0.08418474;-0.02474788,-0.208969;-0.1780956;-0.1098047,0.0712653;0.005020758;-0.03600067,0.09370733;-0.3723519;0.002550796,0.1036283;-0.7138417;0.07861835,0.1127671;-0.7669618;0.02377732,-0.06907479;0.005550897;-0.03997325,-0.1203773;-0.3700106;-0.01311068,-0.1390765;-0.7116389;0.06064862,-0.1326811;-0.7012107;-0.03720865,0.0007283411;0.399915;0.003495133,7.221944
+0;0;0,0.0009953104;0.1999563;0.004061029,0.002947756;0.4997628;-0.004710005,0.1170963;0.3657789;0.007583373,0.1539731;0.08853409;-0.005661749,0.2153408;-0.1781884;-0.06476453,-0.1091898;0.3570467;-0.01095168,-0.1603941;0.08182412;-0.01648667,-0.2069307;-0.1856664;-0.08492023,0.07162392;0.004619454;-0.03533658,0.09391344;-0.3732259;-0.001630299,0.1039716;-0.7155129;0.07074647,0.1131385;-0.7684171;0.01558429,-0.06873818;0.005593718;-0.04054347,-0.1192443;-0.3700677;-0.01356922,-0.1390852;-0.7131479;0.05278074,-0.1318433;-0.7029004;-0.04498119,0.002245989;0.3999292;0.001013314,0;0;0,0.000412277;0.1999249;0.005465169,0.000891143;0.4997787;-0.0017201,0.1158118;0.3670712;0.01227515,0.1563562;0.09002247;0.01192062,0.2137617;-0.1700847;-0.0743862,-0.111915;0.3591807;-0.003729789,-0.1602415;0.08418474;-0.02474788,-0.208969;-0.1780956;-0.1098047,0.0712653;0.005020758;-0.03600067,0.09370733;-0.3723519;0.002550796,0.1036283;-0.7138417;0.07861835,0.1127671;-0.7669618;0.02377732,-0.06907479;0.005550897;-0.03997325,-0.1203773;-0.3700106;-0.01311068,-0.1390765;-0.7116389;0.06064862,-0.1326811;-0.7012107;-0.03720865,0.0007283411;0.399915;0.003495133,7.233228
+0;0;0,0.0009953104;0.1999563;0.004061029,0.002947756;0.4997628;-0.004710005,0.1170963;0.3657789;0.007583373,0.1539731;0.08853409;-0.005661749,0.2153408;-0.1781884;-0.06476453,-0.1091898;0.3570467;-0.01095168,-0.1603941;0.08182412;-0.01648667,-0.2069307;-0.1856664;-0.08492023,0.07162392;0.004619454;-0.03533658,0.09391344;-0.3732259;-0.001630299,0.1039716;-0.7155129;0.07074647,0.1131385;-0.7684171;0.01558429,-0.06873818;0.005593718;-0.04054347,-0.1192443;-0.3700677;-0.01356922,-0.1390852;-0.7131479;0.05278074,-0.1318433;-0.7029004;-0.04498119,0.002245989;0.3999292;0.001013314,0;0;0,0.0006247757;0.1999418;0.004783081,0.001835227;0.4997234;-0.004676328,0.1166945;0.3683934;0.01190477,0.1571776;0.09133542;0.01178479,0.214692;-0.1690023;-0.07375108,-0.1118943;0.360689;-0.004055761,-0.1602754;0.08568522;-0.02484512,-0.2094651;-0.1769013;-0.1086825,0.07129741;0.005018491;-0.03593734,0.09368904;-0.3723479;0.002705496,0.1036739;-0.7138304;0.07879765,0.1124072;-0.7670192;0.02399475,-0.06902245;0.005561316;-0.04006211,-0.1203972;-0.3699727;-0.01295465,-0.13926;-0.71157;0.06090697,-0.1328732;-0.7012669;-0.03692572,0.001380117;0.3999127;0.001458234,7.24462
+0;0;0,0.0009953104;0.1999563;0.004061029,0.002947756;0.4997628;-0.004710005,0.1170963;0.3657789;0.007583373,0.1539731;0.08853409;-0.005661749,0.2153408;-0.1781884;-0.06476453,-0.1091898;0.3570467;-0.01095168,-0.1603941;0.08182412;-0.01648667,-0.2069307;-0.1856664;-0.08492023,0.07162392;0.004619454;-0.03533658,0.09391344;-0.3732259;-0.001630299,0.1039716;-0.7155129;0.07074647,0.1131385;-0.7684171;0.01558429,-0.06873818;0.005593718;-0.04054347,-0.1192443;-0.3700677;-0.01356922,-0.1390852;-0.7131479;0.05278074,-0.1318433;-0.7029004;-0.04498119,0.002245989;0.3999292;0.001013314,0;0;0,0.0006247757;0.1999418;0.004783081,0.001835227;0.4997234;-0.004676328,0.1166945;0.3683934;0.01190477,0.1571776;0.09133542;0.01178479,0.214692;-0.1690023;-0.07375108,-0.1118943;0.360689;-0.004055761,-0.1602754;0.08568522;-0.02484512,-0.2094651;-0.1769013;-0.1086825,0.07129741;0.005018491;-0.03593734,0.09368904;-0.3723479;0.002705496,0.1036739;-0.7138304;0.07879765,0.1124072;-0.7670192;0.02399475,-0.06902245;0.005561316;-0.04006211,-0.1203972;-0.3699727;-0.01295465,-0.13926;-0.71157;0.06090697,-0.1328732;-0.7012669;-0.03692572,0.001380117;0.3999127;0.001458234,7.266526
+0;0;0,0.001044923;0.199957;0.004015438,0.003066018;0.4997588;-0.004892687,0.1171894;0.3658039;0.0076644,0.1538774;0.08850473;-0.004952251,0.2161053;-0.1788147;-0.060342,-0.1090757;0.3569982;-0.01106626,-0.1605654;0.08181694;-0.0159729,-0.2073225;-0.1862936;-0.08177943,0.071579;0.004571041;-0.03543376,0.09371356;-0.3732498;-0.001353234,0.1035928;-0.7155142;0.07115512,0.1131012;-0.7681422;0.01563743,-0.06878059;0.00564043;-0.040465,-0.119457;-0.3699953;-0.01345227,-0.1392898;-0.7130574;0.0529938,-0.1319829;-0.7028203;-0.04476118,0.002343835;0.3999282;0.0008800025,0;0;0,0.0006247757;0.1999418;0.004783081,0.001835227;0.4997234;-0.004676328,0.1166945;0.3683934;0.01190477,0.1571776;0.09133542;0.01178479,0.214692;-0.1690023;-0.07375108,-0.1118943;0.360689;-0.004055761,-0.1602754;0.08568522;-0.02484512,-0.2094651;-0.1769013;-0.1086825,0.07129741;0.005018491;-0.03593734,0.09368904;-0.3723479;0.002705496,0.1036739;-0.7138304;0.07879765,0.1124072;-0.7670192;0.02399475,-0.06902245;0.005561316;-0.04006211,-0.1203972;-0.3699727;-0.01295465,-0.13926;-0.71157;0.06090697,-0.1328732;-0.7012669;-0.03692572,0.001380117;0.3999127;0.001458234,7.27821
+0;0;0,0.001044923;0.199957;0.004015438,0.003066018;0.4997588;-0.004892687,0.1171894;0.3658039;0.0076644,0.1538774;0.08850473;-0.004952251,0.2161053;-0.1788147;-0.060342,-0.1090757;0.3569982;-0.01106626,-0.1605654;0.08181694;-0.0159729,-0.2073225;-0.1862936;-0.08177943,0.071579;0.004571041;-0.03543376,0.09371356;-0.3732498;-0.001353234,0.1035928;-0.7155142;0.07115512,0.1131012;-0.7681422;0.01563743,-0.06878059;0.00564043;-0.040465,-0.119457;-0.3699953;-0.01345227,-0.1392898;-0.7130574;0.0529938,-0.1319829;-0.7028203;-0.04476118,0.002343835;0.3999282;0.0008800025,0;0;0,0.0007728259;0.1999504;0.00438892,0.002288255;0.4997059;-0.005831644,0.1171541;0.3690591;0.01178577,0.1573586;0.09196058;0.01185671,0.2156936;-0.1693924;-0.06994575,-0.1117823;0.3613211;-0.004443932,-0.1602968;0.08627051;-0.02428155,-0.2099506;-0.1780945;-0.1020351,0.0713165;0.005013983;-0.0359001,0.09368971;-0.3723487;0.002789266,0.1035487;-0.7138557;0.07878752,0.1126905;-0.7669585;0.02392068,-0.06898087;0.005578185;-0.04013133,-0.120439;-0.369944;-0.01301749,-0.1393014;-0.7115219;0.06093344,-0.1328304;-0.7012733;-0.03688275,0.001733694;0.3999112;0.0005489571,7.300023
+0;0;0,0.001044923;0.199957;0.004015438,0.003066018;0.4997588;-0.004892687,0.1171894;0.3658039;0.0076644,0.1538774;0.08850473;-0.004952251,0.2161053;-0.1788147;-0.060342,-0.1090757;0.3569982;-0.01106626,-0.1605654;0.08181694;-0.0159729,-0.2073225;-0.1862936;-0.08177943,0.071579;0.004571041;-0.03543376,0.09371356;-0.3732498;-0.001353234,0.1035928;-0.7155142;0.07115512,0.1131012;-0.7681422;0.01563743,-0.06878059;0.00564043;-0.040465,-0.119457;-0.3699953;-0.01345227,-0.1392898;-0.7130574;0.0529938,-0.1319829;-0.7028203;-0.04476118,0.002343835;0.3999282;0.0008800025,0;0;0,0.0006611308;0.1999486;0.004485078,0.002058465;0.4997119;-0.005572237,0.1169726;0.3689082;0.0116604,0.157037;0.09179035;0.01240498,0.2160189;-0.1709512;-0.06432839,-0.1118485;0.361077;-0.004708423,-0.1610784;0.08604258;-0.02294216,-0.211487;-0.1796411;-0.09554492,0.07135068;0.005024571;-0.03583062,0.09345402;-0.3723404;0.002990935,0.1032481;-0.7138066;0.079181,0.1125088;-0.7669135;0.02434041,-0.06896099;0.005563294;-0.04016754,-0.1206595;-0.3699102;-0.01283784,-0.1395923;-0.7114441;0.0612981,-0.1330748;-0.701185;-0.03651713,0.001564357;0.3999111;0.0007171335,7.322667
+0;0;0,0.0009964313;0.1999574;0.004007579,0.002935436;0.4997586;-0.004936811,0.1171041;0.3658771;0.007704675,0.1538969;0.08852428;-0.003327075,0.2166164;-0.1795791;-0.05418801,-0.1091774;0.3570195;-0.0111803,-0.1610541;0.08189836;-0.01532368,-0.2084079;-0.1868943;-0.0778387,0.07158271;0.004574554;-0.03542581,0.09349675;-0.3732459;-0.001199629,0.1032453;-0.715526;0.07125224,0.1130347;-0.7680539;0.01563466,-0.06876439;0.005652328;-0.04049086,-0.1197495;-0.3699305;-0.01332383,-0.1394406;-0.7130388;0.05292552,-0.1320856;-0.7028006;-0.04482609,0.002241111;0.3999286;0.0008495555,0;0;0,0.0006611308;0.1999486;0.004485078,0.002058465;0.4997119;-0.005572237,0.1169726;0.3689082;0.0116604,0.157037;0.09179035;0.01240498,0.2160189;-0.1709512;-0.06432839,-0.1118485;0.361077;-0.004708423,-0.1610784;0.08604258;-0.02294216,-0.211487;-0.1796411;-0.09554492,0.07135068;0.005024571;-0.03583062,0.09345402;-0.3723404;0.002990935,0.1032481;-0.7138066;0.079181,0.1125088;-0.7669135;0.02434041,-0.06896099;0.005563294;-0.04016754,-0.1206595;-0.3699102;-0.01283784,-0.1395923;-0.7114441;0.0612981,-0.1330748;-0.701185;-0.03651713,0.001564357;0.3999111;0.0007171335,7.33395
+0;0;0,0.0009964313;0.1999574;0.004007579,0.002935436;0.4997586;-0.004936811,0.1171041;0.3658771;0.007704675,0.1538969;0.08852428;-0.003327075,0.2166164;-0.1795791;-0.05418801,-0.1091774;0.3570195;-0.0111803,-0.1610541;0.08189836;-0.01532368,-0.2084079;-0.1868943;-0.0778387,0.07158271;0.004574554;-0.03542581,0.09349675;-0.3732459;-0.001199629,0.1032453;-0.715526;0.07125224,0.1130347;-0.7680539;0.01563466,-0.06876439;0.005652328;-0.04049086,-0.1197495;-0.3699305;-0.01332383,-0.1394406;-0.7130388;0.05292552,-0.1320856;-0.7028006;-0.04482609,0.002241111;0.3999286;0.0008495555,0;0;0,0.000608121;0.1999469;0.004566338,0.001935604;0.4997157;-0.005320688,0.1168709;0.3688307;0.01159646,0.1567147;0.09168449;0.01315819,0.2159518;-0.1724786;-0.05831791,-0.1118826;0.3609497;-0.005055601,-0.1615518;0.08585516;-0.02105458,-0.2113574;-0.1829462;-0.08159581,0.07133706;0.005013936;-0.03585923,0.09324355;-0.3723338;0.003240347,0.1031318;-0.7137913;0.07945727,0.1120389;-0.7670336;0.02476385,-0.06899494;0.005575857;-0.04010746,-0.1207946;-0.3698678;-0.01255987,-0.1398915;-0.7114155;0.06147045,-0.1332841;-0.7011467;-0.03634072,0.001458402;0.3999119;0.0009236983,7.345582
+0;0;0,0.0009964313;0.1999574;0.004007579,0.002935436;0.4997586;-0.004936811,0.1171041;0.3658771;0.007704675,0.1538969;0.08852428;-0.003327075,0.2166164;-0.1795791;-0.05418801,-0.1091774;0.3570195;-0.0111803,-0.1610541;0.08189836;-0.01532368,-0.2084079;-0.1868943;-0.0778387,0.07158271;0.004574554;-0.03542581,0.09349675;-0.3732459;-0.001199629,0.1032453;-0.715526;0.07125224,0.1130347;-0.7680539;0.01563466,-0.06876439;0.005652328;-0.04049086,-0.1197495;-0.3699305;-0.01332383,-0.1394406;-0.7130388;0.05292552,-0.1320856;-0.7028006;-0.04482609,0.002241111;0.3999286;0.0008495555,0;0;0,0.000608121;0.1999469;0.004566338,0.001935604;0.4997157;-0.005320688,0.1168709;0.3688307;0.01159646,0.1567147;0.09168449;0.01315819,0.2159518;-0.1724786;-0.05831791,-0.1118826;0.3609497;-0.005055601,-0.1615518;0.08585516;-0.02105458,-0.2113574;-0.1829462;-0.08159581,0.07133706;0.005013936;-0.03585923,0.09324355;-0.3723338;0.003240347,0.1031318;-0.7137913;0.07945727,0.1120389;-0.7670336;0.02476385,-0.06899494;0.005575857;-0.04010746,-0.1207946;-0.3698678;-0.01255987,-0.1398915;-0.7114155;0.06147045,-0.1332841;-0.7011467;-0.03634072,0.001458402;0.3999119;0.0009236983,7.357166
+0;0;0,0.001029612;0.1999584;0.003948692,0.003012201;0.4997529;-0.005190072,0.1171559;0.3658472;0.007598052,0.1539022;0.08843377;-0.001967946,0.2173123;-0.1804648;-0.04749467,-0.1094209;0.3577361;-0.011034,-0.1597985;0.08232179;-0.01404871,-0.2082678;-0.1872549;-0.07217905,0.0715891;0.004578759;-0.03541238,0.09357243;-0.3732378;-0.001187351,0.1033061;-0.7155146;0.07128231,0.1131848;-0.7680523;0.01569499,-0.06874104;0.005651892;-0.04053054,-0.1197615;-0.3699271;-0.01337629,-0.1394843;-0.713015;0.05296891,-0.1321992;-0.7027867;-0.04478592,0.002305591;0.3999275;0.0006736934,0;0;0,0.000608121;0.1999469;0.004566338,0.001935604;0.4997157;-0.005320688,0.1168709;0.3688307;0.01159646,0.1567147;0.09168449;0.01315819,0.2159518;-0.1724786;-0.05831791,-0.1118826;0.3609497;-0.005055601,-0.1615518;0.08585516;-0.02105458,-0.2113574;-0.1829462;-0.08159581,0.07133706;0.005013936;-0.03585923,0.09324355;-0.3723338;0.003240347,0.1031318;-0.7137913;0.07945727,0.1120389;-0.7670336;0.02476385,-0.06899494;0.005575857;-0.04010746,-0.1207946;-0.3698678;-0.01255987,-0.1398915;-0.7114155;0.06147045,-0.1332841;-0.7011467;-0.03634072,0.001458402;0.3999119;0.0009236983,7.36869
+0;0;0,0.001029612;0.1999584;0.003948692,0.003012201;0.4997529;-0.005190072,0.1171559;0.3658472;0.007598052,0.1539022;0.08843377;-0.001967946,0.2173123;-0.1804648;-0.04749467,-0.1094209;0.3577361;-0.011034,-0.1597985;0.08232179;-0.01404871,-0.2082678;-0.1872549;-0.07217905,0.0715891;0.004578759;-0.03541238,0.09357243;-0.3732378;-0.001187351,0.1033061;-0.7155146;0.07128231,0.1131848;-0.7680523;0.01569499,-0.06874104;0.005651892;-0.04053054,-0.1197615;-0.3699271;-0.01337629,-0.1394843;-0.713015;0.05296891,-0.1321992;-0.7027867;-0.04478592,0.002305591;0.3999275;0.0006736934,0;0;0,0.0005769822;0.1999464;0.004594088,0.00186733;0.4997177;-0.00521756,0.1168186;0.3688113;0.01153107,0.1565781;0.09166875;0.01487341,0.2171116;-0.1749718;-0.04544688,-0.1119178;0.3608934;-0.00507985,-0.1628181;0.0858227;-0.01713378,-0.2122953;-0.1844993;-0.0707811,0.07135828;0.005029043;-0.03581487,0.09315619;-0.3723161;0.003370542,0.1030908;-0.7137741;0.079579,0.1119873;-0.7669189;0.02473561,-0.06897151;0.005558728;-0.04015011,-0.1209063;-0.3698576;-0.01248591,-0.1399226;-0.7114072;0.06155663,-0.1333321;-0.7011308;-0.0362572,0.001398136;0.3999125;0.001003201,7.379805
+0;0;0,0.001029612;0.1999584;0.003948692,0.003012201;0.4997529;-0.005190072,0.1171559;0.3658472;0.007598052,0.1539022;0.08843377;-0.001967946,0.2173123;-0.1804648;-0.04749467,-0.1094209;0.3577361;-0.011034,-0.1597985;0.08232179;-0.01404871,-0.2082678;-0.1872549;-0.07217905,0.0715891;0.004578759;-0.03541238,0.09357243;-0.3732378;-0.001187351,0.1033061;-0.7155146;0.07128231,0.1131848;-0.7680523;0.01569499,-0.06874104;0.005651892;-0.04053054,-0.1197615;-0.3699271;-0.01337629,-0.1394843;-0.713015;0.05296891,-0.1321992;-0.7027867;-0.04478592,0.002305591;0.3999275;0.0006736934,0;0;0,0.0005769822;0.1999464;0.004594088,0.00186733;0.4997177;-0.00521756,0.1168186;0.3688113;0.01153107,0.1565781;0.09166875;0.01487341,0.2171116;-0.1749718;-0.04544688,-0.1119178;0.3608934;-0.00507985,-0.1628181;0.0858227;-0.01713378,-0.2122953;-0.1844993;-0.0707811,0.07135828;0.005029043;-0.03581487,0.09315619;-0.3723161;0.003370542,0.1030908;-0.7137741;0.079579,0.1119873;-0.7669189;0.02473561,-0.06897151;0.005558728;-0.04015011,-0.1209063;-0.3698576;-0.01248591,-0.1399226;-0.7114072;0.06155663,-0.1333321;-0.7011308;-0.0362572,0.001398136;0.3999125;0.001003201,7.39168
+0;0;0,0.0009687952;0.1999599;0.003886024,0.002814344;0.4997496;-0.005428851,0.1170045;0.3658468;0.007531225,0.1534789;0.08832788;0.0002619615,0.2179878;-0.1811523;-0.03997508,-0.1095111;0.3575975;-0.01122583,-0.1606862;0.08231598;-0.01231956,-0.210922;-0.1878274;-0.0661611,0.07161678;0.004588881;-0.03535503,0.09344192;-0.3732191;-0.0009344332,0.1032724;-0.7154613;0.07168543,0.1127176;-0.7680207;0.01605511,-0.06869379;0.005657853;-0.04060975,-0.1199401;-0.3698659;-0.01311853,-0.1396404;-0.7129503;0.05325108,-0.1323151;-0.7027326;-0.04449861,0.002160819;0.3999277;0.0005014599,0;0;0,0.0005633367;0.1999498;0.004444401,0.001780578;0.4997207;-0.005410238,0.1167242;0.3687199;0.01144703,0.1559499;0.09155422;0.01781305,0.216975;-0.1764452;-0.035593,-0.1119294;0.3607696;-0.005340409,-0.1635909;0.08570281;-0.01366786,-0.2133785;-0.1858138;-0.06057124,0.07139368;0.005020906;-0.03574539,0.09313492;-0.3723166;0.003545348,0.1030734;-0.7137595;0.0798209,0.1124984;-0.7668028;0.02491203,-0.06893207;0.005577054;-0.04021524,-0.1210451;-0.3698039;-0.01240597,-0.1399279;-0.7113323;0.06176818,-0.1332753;-0.7010693;-0.03603875,0.001339176;0.3999153;0.000810487,7.413932
+0;0;0,0.0009687952;0.1999599;0.003886024,0.002814344;0.4997496;-0.005428851,0.1170045;0.3658468;0.007531225,0.1534789;0.08832788;0.0002619615,0.2179878;-0.1811523;-0.03997508,-0.1095111;0.3575975;-0.01122583,-0.1606862;0.08231598;-0.01231956,-0.210922;-0.1878274;-0.0661611,0.07161678;0.004588881;-0.03535503,0.09344192;-0.3732191;-0.0009344332,0.1032724;-0.7154613;0.07168543,0.1127176;-0.7680207;0.01605511,-0.06869379;0.005657853;-0.04060975,-0.1199401;-0.3698659;-0.01311853,-0.1396404;-0.7129503;0.05325108,-0.1323151;-0.7027326;-0.04449861,0.002160819;0.3999277;0.0005014599,0;0;0,0.0005633367;0.1999498;0.004444401,0.001780578;0.4997207;-0.005410238,0.1167242;0.3687199;0.01144703,0.1559499;0.09155422;0.01781305,0.216975;-0.1764452;-0.035593,-0.1119294;0.3607696;-0.005340409,-0.1635909;0.08570281;-0.01366786,-0.2133785;-0.1858138;-0.06057124,0.07139368;0.005020906;-0.03574539,0.09313492;-0.3723166;0.003545348,0.1030734;-0.7137595;0.0798209,0.1124984;-0.7668028;0.02491203,-0.06893207;0.005577054;-0.04021524,-0.1210451;-0.3698039;-0.01240597,-0.1399279;-0.7113323;0.06176818,-0.1332753;-0.7010693;-0.03603875,0.001339176;0.3999153;0.000810487,7.425846
+0;0;0,0.0009687952;0.1999599;0.003886024,0.002814344;0.4997496;-0.005428851,0.1170045;0.3658468;0.007531225,0.1534789;0.08832788;0.0002619615,0.2179878;-0.1811523;-0.03997508,-0.1095111;0.3575975;-0.01122583,-0.1606862;0.08231598;-0.01231956,-0.210922;-0.1878274;-0.0661611,0.07161678;0.004588881;-0.03535503,0.09344192;-0.3732191;-0.0009344332,0.1032724;-0.7154613;0.07168543,0.1127176;-0.7680207;0.01605511,-0.06869379;0.005657853;-0.04060975,-0.1199401;-0.3698659;-0.01311853,-0.1396404;-0.7129503;0.05325108,-0.1323151;-0.7027326;-0.04449861,0.002160819;0.3999277;0.0005014599,0;0;0,0.0005474918;0.1999551;0.004201179,0.001636312;0.4997235;-0.005773506,0.116573;0.3686594;0.01151119,0.1555649;0.09156442;0.0214113,0.2160515;-0.1779011;-0.02473769,-0.1119761;0.3606191;-0.005598543,-0.1646561;0.08563438;-0.008462572,-0.2145742;-0.1871225;-0.04734542,0.07137523;0.004973055;-0.0357889,0.09273058;-0.3723235;0.004101623,0.1026319;-0.7137375;0.08051145,0.1123127;-0.7667924;0.0256646,-0.06898027;0.005621317;-0.04012634,-0.1213773;-0.3696882;-0.01188858,-0.1403016;-0.7112221;0.06224974,-0.1335403;-0.7009836;-0.03554477,0.00124384;0.399919;0.0004647519,7.44852
+0;0;0,0.001019197;0.1999612;0.003805275,0.002915228;0.4997458;-0.005661755,0.1170389;0.3656935;0.0074689,0.1536513;0.08811811;0.004087586,0.2183504;-0.1819825;-0.03140441,-0.1097093;0.3582054;-0.01085526,-0.1602067;0.08279949;-0.009598735,-0.2116456;-0.1876612;-0.06063873,0.07165827;0.004578828;-0.03527216,0.09328847;-0.3732085;-0.0005033836,0.1030991;-0.7154142;0.07229105,0.1126307;-0.76784;0.01647764,-0.06864795;0.005673514;-0.040685,-0.1199625;-0.3698132;-0.01281901,-0.139961;-0.7128729;0.05358954,-0.1327596;-0.7026668;-0.044167,0.002248046;0.399927;0.000318893,0;0;0,0.0005474918;0.1999551;0.004201179,0.001636312;0.4997235;-0.005773506,0.116573;0.3686594;0.01151119,0.1555649;0.09156442;0.0214113,0.2160515;-0.1779011;-0.02473769,-0.1119761;0.3606191;-0.005598543,-0.1646561;0.08563438;-0.008462572,-0.2145742;-0.1871225;-0.04734542,0.07137523;0.004973055;-0.0357889,0.09273058;-0.3723235;0.004101623,0.1026319;-0.7137375;0.08051145,0.1123127;-0.7667924;0.0256646,-0.06898027;0.005621317;-0.04012634,-0.1213773;-0.3696882;-0.01188858,-0.1403016;-0.7112221;0.06224974,-0.1335403;-0.7009836;-0.03554477,0.00124384;0.399919;0.0004647519,7.460082
+0;0;0,0.001019197;0.1999612;0.003805275,0.002915228;0.4997458;-0.005661755,0.1170389;0.3656935;0.0074689,0.1536513;0.08811811;0.004087586,0.2183504;-0.1819825;-0.03140441,-0.1097093;0.3582054;-0.01085526,-0.1602067;0.08279949;-0.009598735,-0.2116456;-0.1876612;-0.06063873,0.07165827;0.004578828;-0.03527216,0.09328847;-0.3732085;-0.0005033836,0.1030991;-0.7154142;0.07229105,0.1126307;-0.76784;0.01647764,-0.06864795;0.005673514;-0.040685,-0.1199625;-0.3698132;-0.01281901,-0.139961;-0.7128729;0.05358954,-0.1327596;-0.7026668;-0.044167,0.002248046;0.399927;0.000318893,0;0;0,0.0005474918;0.1999551;0.004201179,0.001636312;0.4997235;-0.005773506,0.116573;0.3686594;0.01151119,0.1555649;0.09156442;0.0214113,0.2160515;-0.1779011;-0.02473769,-0.1119761;0.3606191;-0.005598543,-0.1646561;0.08563438;-0.008462572,-0.2145742;-0.1871225;-0.04734542,0.07137523;0.004973055;-0.0357889,0.09273058;-0.3723235;0.004101623,0.1026319;-0.7137375;0.08051145,0.1123127;-0.7667924;0.0256646,-0.06898027;0.005621317;-0.04012634,-0.1213773;-0.3696882;-0.01188858,-0.1403016;-0.7112221;0.06224974,-0.1335403;-0.7009836;-0.03554477,0.00124384;0.399919;0.0004647519,7.47143
+0;0;0,0.001019197;0.1999612;0.003805275,0.002915228;0.4997458;-0.005661755,0.1170389;0.3656935;0.0074689,0.1536513;0.08811811;0.004087586,0.2183504;-0.1819825;-0.03140441,-0.1097093;0.3582054;-0.01085526,-0.1602067;0.08279949;-0.009598735,-0.2116456;-0.1876612;-0.06063873,0.07165827;0.004578828;-0.03527216,0.09328847;-0.3732085;-0.0005033836,0.1030991;-0.7154142;0.07229105,0.1126307;-0.76784;0.01647764,-0.06864795;0.005673514;-0.040685,-0.1199625;-0.3698132;-0.01281901,-0.139961;-0.7128729;0.05358954,-0.1327596;-0.7026668;-0.044167,0.002248046;0.399927;0.000318893,0;0;0,0.0004963887;0.19996;0.003968217,0.001416338;0.4997215;-0.006242656,0.116436;0.3688893;0.01153634,0.1552509;0.09193328;0.02527498,0.2155147;-0.1787163;-0.0136745,-0.1120953;0.3605089;-0.005975388,-0.1659925;0.08577281;-0.002083134,-0.2153603;-0.1882138;-0.03198538,0.07146546;0.004956724;-0.03561065,0.09257425;-0.3723302;0.004501373,0.1023858;-0.7137037;0.08110368,0.1124725;-0.7664396;0.02584944,-0.06881758;0.005651716;-0.04040048,-0.1215831;-0.3695545;-0.01148579,-0.1405058;-0.7110744;0.06271747,-0.1336163;-0.7008628;-0.03506266,0.001087057;0.399921;6.255554E-05,7.483268
+0;0;0,0.0009834211;0.1999647;0.00362355,0.002764926;0.4997338;-0.006315144,0.116928;0.3657483;0.007407357,0.15346;0.08814168;0.007389266,0.2178818;-0.1826353;-0.02310091,-0.1098854;0.3582997;-0.01092782,-0.1611324;0.08305714;-0.007022611,-0.2132386;-0.1880099;-0.05400768,0.07166582;0.004566695;-0.03525839,0.09286826;-0.3732287;-0.0003136061,0.1026169;-0.7154154;0.07257797,0.112141;-0.7679809;0.01697009,-0.06867349;0.005685272;-0.04064023,-0.1203237;-0.3697408;-0.01257678,-0.1401903;-0.7127737;0.05400945,-0.1329823;-0.7025971;-0.04374063,0.002146795;0.3999257;-0.0001541513,0;0;0,0.0004963887;0.19996;0.003968217,0.001416338;0.4997215;-0.006242656,0.116436;0.3688893;0.01153634,0.1552509;0.09193328;0.02527498,0.2155147;-0.1787163;-0.0136745,-0.1120953;0.3605089;-0.005975388,-0.1659925;0.08577281;-0.002083134,-0.2153603;-0.1882138;-0.03198538,0.07146546;0.004956724;-0.03561065,0.09257425;-0.3723302;0.004501373,0.1023858;-0.7137037;0.08110368,0.1124725;-0.7664396;0.02584944,-0.06881758;0.005651716;-0.04040048,-0.1215831;-0.3695545;-0.01148579,-0.1405058;-0.7110744;0.06271747,-0.1336163;-0.7008628;-0.03506266,0.001087057;0.399921;6.255554E-05,7.505558
+0;0;0,0.0009834211;0.1999647;0.00362355,0.002764926;0.4997338;-0.006315144,0.116928;0.3657483;0.007407357,0.15346;0.08814168;0.007389266,0.2178818;-0.1826353;-0.02310091,-0.1098854;0.3582997;-0.01092782,-0.1611324;0.08305714;-0.007022611,-0.2132386;-0.1880099;-0.05400768,0.07166582;0.004566695;-0.03525839,0.09286826;-0.3732287;-0.0003136061,0.1026169;-0.7154154;0.07257797,0.112141;-0.7679809;0.01697009,-0.06867349;0.005685272;-0.04064023,-0.1203237;-0.3697408;-0.01257678,-0.1401903;-0.7127737;0.05400945,-0.1329823;-0.7025971;-0.04374063,0.002146795;0.3999257;-0.0001541513,0;0;0,0.0005865122;0.1999676;0.003549982,0.001653851;0.4997058;-0.007308993,0.1166143;0.3691113;0.01136251,0.1555425;0.09241417;0.02934297,0.2154112;-0.1793497;-0.001643157,-0.111983;0.3606633;-0.006415755,-0.1665472;0.08622584;0.003921084,-0.2163413;-0.1883972;-0.01850078,0.07155632;0.004900131;-0.03543559,0.09257378;-0.3723702;0.004880831,0.1024541;-0.7137221;0.08157,0.1122438;-0.7667362;0.0266808,-0.06867532;0.005757834;-0.04062692,-0.1215599;-0.3693829;-0.01108678,-0.1405645;-0.7107798;0.06365955,-0.1335842;-0.7006192;-0.0341038,0.001274548;0.3999195;-0.0007867394,7.517379
+0;0;0,0.0009834211;0.1999647;0.00362355,0.002764926;0.4997338;-0.006315144,0.116928;0.3657483;0.007407357,0.15346;0.08814168;0.007389266,0.2178818;-0.1826353;-0.02310091,-0.1098854;0.3582997;-0.01092782,-0.1611324;0.08305714;-0.007022611,-0.2132386;-0.1880099;-0.05400768,0.07166582;0.004566695;-0.03525839,0.09286826;-0.3732287;-0.0003136061,0.1026169;-0.7154154;0.07257797,0.112141;-0.7679809;0.01697009,-0.06867349;0.005685272;-0.04064023,-0.1203237;-0.3697408;-0.01257678,-0.1401903;-0.7127737;0.05400945,-0.1329823;-0.7025971;-0.04374063,0.002146795;0.3999257;-0.0001541513,0;0;0,0.0005865122;0.1999676;0.003549982,0.001653851;0.4997058;-0.007308993,0.1166143;0.3691113;0.01136251,0.1555425;0.09241417;0.02934297,0.2154112;-0.1793497;-0.001643157,-0.111983;0.3606633;-0.006415755,-0.1665472;0.08622584;0.003921084,-0.2163413;-0.1883972;-0.01850078,0.07155632;0.004900131;-0.03543559,0.09257378;-0.3723702;0.004880831,0.1024541;-0.7137221;0.08157,0.1122438;-0.7667362;0.0266808,-0.06867532;0.005757834;-0.04062692,-0.1215599;-0.3693829;-0.01108678,-0.1405645;-0.7107798;0.06365955,-0.1335842;-0.7006192;-0.0341038,0.001274548;0.3999195;-0.0007867394,7.528732
+0;0;0,0.001020176;0.1999691;0.0033646,0.002804956;0.4997194;-0.007111289,0.1169188;0.3656903;0.007345577,0.1535438;0.08811596;0.01067955,0.2167892;-0.1835788;-0.01344476,-0.1098518;0.3582339;-0.01117035,-0.1622989;0.08329201;-0.003669987,-0.214785;-0.188842;-0.04352346,0.07166381;0.004584082;-0.03526022,0.09271908;-0.3731949;-5.026162E-05,0.1026001;-0.715374;0.07285949,0.1117253;-0.7681277;0.01746498,-0.0686767;0.005675847;-0.04063612,-0.1204664;-0.3697227;-0.01246317,-0.1403727;-0.7127099;0.05434628,-0.1330974;-0.7025704;-0.04339128,0.002191368;0.3999231;-0.000761763,0;0;0,0.0005865122;0.1999676;0.003549982,0.001653851;0.4997058;-0.007308993,0.1166143;0.3691113;0.01136251,0.1555425;0.09241417;0.02934297,0.2154112;-0.1793497;-0.001643157,-0.111983;0.3606633;-0.006415755,-0.1665472;0.08622584;0.003921084,-0.2163413;-0.1883972;-0.01850078,0.07155632;0.004900131;-0.03543559,0.09257378;-0.3723702;0.004880831,0.1024541;-0.7137221;0.08157,0.1122438;-0.7667362;0.0266808,-0.06867532;0.005757834;-0.04062692,-0.1215599;-0.3693829;-0.01108678,-0.1405645;-0.7107798;0.06365955,-0.1335842;-0.7006192;-0.0341038,0.001274548;0.3999195;-0.0007867394,7.539976
+0;0;0,0.001020176;0.1999691;0.0033646,0.002804956;0.4997194;-0.007111289,0.1169188;0.3656903;0.007345577,0.1535438;0.08811596;0.01067955,0.2167892;-0.1835788;-0.01344476,-0.1098518;0.3582339;-0.01117035,-0.1622989;0.08329201;-0.003669987,-0.214785;-0.188842;-0.04352346,0.07166381;0.004584082;-0.03526022,0.09271908;-0.3731949;-5.026162E-05,0.1026001;-0.715374;0.07285949,0.1117253;-0.7681277;0.01746498,-0.0686767;0.005675847;-0.04063612,-0.1204664;-0.3697227;-0.01246317,-0.1403727;-0.7127099;0.05434628,-0.1330974;-0.7025704;-0.04339128,0.002191368;0.3999231;-0.000761763,0;0;0,0.0006068806;0.1999747;0.003123635,0.001602994;0.4996789;-0.008613901,0.1166023;0.3693603;0.01096081,0.1550491;0.09292173;0.03340119,0.2152822;-0.1794699;0.009426927,-0.1121523;0.3610306;-0.006890831,-0.167406;0.08707622;0.01031435,-0.2180541;-0.1879889;-0.002874752,0.07159794;0.004848547;-0.03535853,0.09237918;-0.3724315;0.004988421,0.1023667;-0.713743;0.08184363,0.1120117;-0.7667751;0.02695598,-0.06863833;0.005806822;-0.04068243,-0.1217204;-0.3692815;-0.01083245,-0.1407659;-0.7106928;0.06383751,-0.1337465;-0.7005994;-0.0339094,0.001258199;0.3999136;-0.001775863,7.562116
+0;0;0,0.001020176;0.1999691;0.0033646,0.002804956;0.4997194;-0.007111289,0.1169188;0.3656903;0.007345577,0.1535438;0.08811596;0.01067955,0.2167892;-0.1835788;-0.01344476,-0.1098518;0.3582339;-0.01117035,-0.1622989;0.08329201;-0.003669987,-0.214785;-0.188842;-0.04352346,0.07166381;0.004584082;-0.03526022,0.09271908;-0.3731949;-5.026162E-05,0.1026001;-0.715374;0.07285949,0.1117253;-0.7681277;0.01746498,-0.0686767;0.005675847;-0.04063612,-0.1204664;-0.3697227;-0.01246317,-0.1403727;-0.7127099;0.05434628,-0.1330974;-0.7025704;-0.04339128,0.002191368;0.3999231;-0.000761763,0;0;0,0.0006068806;0.1999747;0.003123635,0.001602994;0.4996789;-0.008613901,0.1166023;0.3693603;0.01096081,0.1550491;0.09292173;0.03340119,0.2152822;-0.1794699;0.009426927,-0.1121523;0.3610306;-0.006890831,-0.167406;0.08707622;0.01031435,-0.2180541;-0.1879889;-0.002874752,0.07159794;0.004848547;-0.03535853,0.09237918;-0.3724315;0.004988421,0.1023667;-0.713743;0.08184363,0.1120117;-0.7667751;0.02695598,-0.06863833;0.005806822;-0.04068243,-0.1217204;-0.3692815;-0.01083245,-0.1407659;-0.7106928;0.06383751,-0.1337465;-0.7005994;-0.0339094,0.001258199;0.3999136;-0.001775863,7.57373
+0;0;0,0.001029136;0.199974;0.003054452,0.002749853;0.4997014;-0.008055462,0.1168574;0.3657038;0.007177912,0.1536047;0.08823845;0.01509225,0.2164809;-0.1840244;-0.002782909,-0.109919;0.3582782;-0.01163908,-0.1635736;0.0837146;2.228841E-05,-0.2162255;-0.1890076;-0.03533888,0.07171137;0.004592936;-0.03516227,0.09267543;-0.3732262;-0.0003306419,0.1025643;-0.7153273;0.0729433,0.1115809;-0.7681265;0.01759904,-0.06858899;0.005686752;-0.04078246,-0.1205451;-0.3696633;-0.01227087,-0.1405805;-0.7126061;0.05472744,-0.1331942;-0.7025182;-0.04299131,0.002165175;0.3999193;-0.001482254,0;0;0,0.0006382622;0.199981;0.002683501,0.001623199;0.4996608;-0.009670001,0.116682;0.3696881;0.01042502,0.1543178;0.09371144;0.03906839,0.2145133;-0.1791327;0.02083163,-0.1122768;0.3614516;-0.007574527,-0.1682486;0.08801678;0.01479919,-0.2188725;-0.1872492;0.006681444,0.0716309;0.004770358;-0.03530237,0.0920317;-0.3724977;0.005350042,0.1020133;-0.713778;0.0823444,0.1117783;-0.7668692;0.02756751,-0.06865148;0.005864642;-0.04065195,-0.1219408;-0.3691652;-0.01043742,-0.1409433;-0.7105377;0.06442045,-0.1338704;-0.7005037;-0.03331047,0.001286281;0.3999093;-0.002632579,7.584663
+0;0;0,0.001029136;0.199974;0.003054452,0.002749853;0.4997014;-0.008055462,0.1168574;0.3657038;0.007177912,0.1536047;0.08823845;0.01509225,0.2164809;-0.1840244;-0.002782909,-0.109919;0.3582782;-0.01163908,-0.1635736;0.0837146;2.228841E-05,-0.2162255;-0.1890076;-0.03533888,0.07171137;0.004592936;-0.03516227,0.09267543;-0.3732262;-0.0003306419,0.1025643;-0.7153273;0.0729433,0.1115809;-0.7681265;0.01759904,-0.06858899;0.005686752;-0.04078246,-0.1205451;-0.3696633;-0.01227087,-0.1405805;-0.7126061;0.05472744,-0.1331942;-0.7025182;-0.04299131,0.002165175;0.3999193;-0.001482254,0;0;0,0.0006382622;0.199981;0.002683501,0.001623199;0.4996608;-0.009670001,0.116682;0.3696881;0.01042502,0.1543178;0.09371144;0.03906839,0.2145133;-0.1791327;0.02083163,-0.1122768;0.3614516;-0.007574527,-0.1682486;0.08801678;0.01479919,-0.2188725;-0.1872492;0.006681444,0.0716309;0.004770358;-0.03530237,0.0920317;-0.3724977;0.005350042,0.1020133;-0.713778;0.0823444,0.1117783;-0.7668692;0.02756751,-0.06865148;0.005864642;-0.04065195,-0.1219408;-0.3691652;-0.01043742,-0.1409433;-0.7105377;0.06442045,-0.1338704;-0.7005037;-0.03331047,0.001286281;0.3999093;-0.002632579,7.606723
+0;0;0,0.001029136;0.199974;0.003054452,0.002749853;0.4997014;-0.008055462,0.1168574;0.3657038;0.007177912,0.1536047;0.08823845;0.01509225,0.2164809;-0.1840244;-0.002782909,-0.109919;0.3582782;-0.01163908,-0.1635736;0.0837146;2.228841E-05,-0.2162255;-0.1890076;-0.03533888,0.07171137;0.004592936;-0.03516227,0.09267543;-0.3732262;-0.0003306419,0.1025643;-0.7153273;0.0729433,0.1115809;-0.7681265;0.01759904,-0.06858899;0.005686752;-0.04078246,-0.1205451;-0.3696633;-0.01227087,-0.1405805;-0.7126061;0.05472744,-0.1331942;-0.7025182;-0.04299131,0.002165175;0.3999193;-0.001482254,0;0;0,0.0006200005;0.1999874;0.002156751,0.001502364;0.4996088;-0.01149981,0.1166434;0.3701102;0.00971104,0.1539563;0.09460723;0.04296535,0.2140743;-0.1786815;0.03301113,-0.1124868;0.3617471;-0.008301981,-0.1690437;0.08902898;0.02044089,-0.220235;-0.1862421;0.0227378,0.07166806;0.004702525;-0.03523599,0.09190977;-0.3725772;0.005387511,0.1019232;-0.7138382;0.08246352,0.1118796;-0.7668166;0.02755037,-0.06862278;0.005919542;-0.04069243,-0.1221174;-0.3690647;-0.01027586,-0.1409017;-0.7104253;0.06469138,-0.1338123;-0.7004801;-0.03302015,0.001206818;0.3998924;-0.003978893,7.629214
+0;0;0,0.001034426;0.1999765;0.002888189,0.002724073;0.4996968;-0.008424272,0.1168217;0.3657366;0.007291596,0.153503;0.08839515;0.01896157,0.2165128;-0.1841777;0.007393645,-0.110173;0.3587586;-0.01121952,-0.1631957;0.08430341;0.004995625,-0.2160359;-0.1892141;-0.02321988,0.07176649;0.004634932;-0.03504408,0.09241909;-0.3731692;0.0001344383,0.1022581;-0.7152744;0.07339575,0.1114195;-0.7680929;0.01810405,-0.06854031;0.00563455;-0.04087147,-0.1206736;-0.3696432;-0.01173821,-0.1408659;-0.7125373;0.05546192,-0.1335779;-0.7024611;-0.04226184,0.002152212;0.3999186;-0.001791366,0;0;0,0.0006200005;0.1999874;0.002156751,0.001502364;0.4996088;-0.01149981,0.1166434;0.3701102;0.00971104,0.1539563;0.09460723;0.04296535,0.2140743;-0.1786815;0.03301113,-0.1124868;0.3617471;-0.008301981,-0.1690437;0.08902898;0.02044089,-0.220235;-0.1862421;0.0227378,0.07166806;0.004702525;-0.03523599,0.09190977;-0.3725772;0.005387511,0.1019232;-0.7138382;0.08246352,0.1118796;-0.7668166;0.02755037,-0.06862278;0.005919542;-0.04069243,-0.1221174;-0.3690647;-0.01027586,-0.1409017;-0.7104253;0.06469138,-0.1338123;-0.7004801;-0.03302015,0.001206818;0.3998924;-0.003978893,7.640333
+0;0;0,0.001034426;0.1999765;0.002888189,0.002724073;0.4996968;-0.008424272,0.1168217;0.3657366;0.007291596,0.153503;0.08839515;0.01896157,0.2165128;-0.1841777;0.007393645,-0.110173;0.3587586;-0.01121952,-0.1631957;0.08430341;0.004995625,-0.2160359;-0.1892141;-0.02321988,0.07176649;0.004634932;-0.03504408,0.09241909;-0.3731692;0.0001344383,0.1022581;-0.7152744;0.07339575,0.1114195;-0.7680929;0.01810405,-0.06854031;0.00563455;-0.04087147,-0.1206736;-0.3696432;-0.01173821,-0.1408659;-0.7125373;0.05546192,-0.1335779;-0.7024611;-0.04226184,0.002152212;0.3999186;-0.001791366,0;0;0,0.0006250864;0.199991;0.001787548,0.001476912;0.499581;-0.01254045,0.116694;0.3704894;0.009204641,0.1537319;0.09560588;0.0475096,0.2128139;-0.1780809;0.04530914,-0.1126028;0.3620293;-0.008957846,-0.169647;0.09021699;0.02659563,-0.220401;-0.1849239;0.0376186,0.07163754;0.004683207;-0.03530056,0.09171794;-0.3725878;0.005483814,0.1017161;-0.7138436;0.08258481,0.1116908;-0.7668727;0.02775167,-0.06866622;0.005919775;-0.04061905,-0.1222489;-0.3690474;-0.01014775,-0.1410443;-0.710399;0.06485756,-0.1338995;-0.7005082;-0.03283878,0.001194561;0.3998819;-0.00479402,7.662981
+0;0;0,0.001034426;0.1999765;0.002888189,0.002724073;0.4996968;-0.008424272,0.1168217;0.3657366;0.007291596,0.153503;0.08839515;0.01896157,0.2165128;-0.1841777;0.007393645,-0.110173;0.3587586;-0.01121952,-0.1631957;0.08430341;0.004995625,-0.2160359;-0.1892141;-0.02321988,0.07176649;0.004634932;-0.03504408,0.09241909;-0.3731692;0.0001344383,0.1022581;-0.7152744;0.07339575,0.1114195;-0.7680929;0.01810405,-0.06854031;0.00563455;-0.04087147,-0.1206736;-0.3696432;-0.01173821,-0.1408659;-0.7125373;0.05546192,-0.1335779;-0.7024611;-0.04226184,0.002152212;0.3999186;-0.001791366,0;0;0,0.0005906899;0.1999952;0.001260508,0.001393676;0.4995394;-0.01399121,0.1167351;0.3709664;0.008181728,0.1531961;0.0968087;0.05186403,0.211327;-0.1770244;0.05788282,-0.1127906;0.3623166;-0.009583829,-0.1704931;0.09145266;0.03168542,-0.2212765;-0.1835493;0.04564834,0.07166321;0.004630244;-0.03525542,0.0917724;-0.372618;0.005724467,0.1016955;-0.713874;0.08283401,0.11171;-0.76692;0.02803365,-0.06866357;0.005956329;-0.04061818,-0.1222609;-0.3689958;-0.009987313,-0.1410025;-0.7103522;0.0650098,-0.1339822;-0.7005352;-0.03268033,0.001125004;0.3998651;-0.00593134,7.684752
+0;0;0,0.001096558;0.1999788;0.002697475,0.002900635;0.4996877;-0.008897794,0.1169582;0.3657951;0.007124033,0.1537102;0.08871129;0.02367233,0.2163826;-0.1841072;0.01717042,-0.1100351;0.358717;-0.01145915,-0.1645018;0.08495054;0.01057023,-0.2170734;-0.1891884;-0.01143105,0.0717538;0.004598229;-0.0350749,0.09245643;-0.3731676;0.0004826114,0.1022664;-0.7152379;0.073911,0.1109131;-0.7681164;0.0186264,-0.06856959;0.005669022;-0.04081757,-0.1207347;-0.3695905;-0.01150711,-0.1409266;-0.7124581;0.05582849,-0.1336131;-0.7024071;-0.04188821,0.002287734;0.3999159;-0.00217359,0;0;0,0.0005906899;0.1999952;0.001260508,0.001393676;0.4995394;-0.01399121,0.1167351;0.3709664;0.008181728,0.1531961;0.0968087;0.05186403,0.211327;-0.1770244;0.05788282,-0.1127906;0.3623166;-0.009583829,-0.1704931;0.09145266;0.03168542,-0.2212765;-0.1835493;0.04564834,0.07166321;0.004630244;-0.03525542,0.0917724;-0.372618;0.005724467,0.1016955;-0.713874;0.08283401,0.11171;-0.76692;0.02803365,-0.06866357;0.005956329;-0.04061818,-0.1222609;-0.3689958;-0.009987313,-0.1410025;-0.7103522;0.0650098,-0.1339822;-0.7005352;-0.03268033,0.001125004;0.3998651;-0.00593134,7.696417
+0;0;0,0.001096558;0.1999788;0.002697475,0.002900635;0.4996877;-0.008897794,0.1169582;0.3657951;0.007124033,0.1537102;0.08871129;0.02367233,0.2163826;-0.1841072;0.01717042,-0.1100351;0.358717;-0.01145915,-0.1645018;0.08495054;0.01057023,-0.2170734;-0.1891884;-0.01143105,0.0717538;0.004598229;-0.0350749,0.09245643;-0.3731676;0.0004826114,0.1022664;-0.7152379;0.073911,0.1109131;-0.7681164;0.0186264,-0.06856959;0.005669022;-0.04081757,-0.1207347;-0.3695905;-0.01150711,-0.1409266;-0.7124581;0.05582849,-0.1336131;-0.7024071;-0.04188821,0.002287734;0.3999159;-0.00217359,0;0;0,0.0005906899;0.1999952;0.001260508,0.001393676;0.4995394;-0.01399121,0.1167351;0.3709664;0.008181728,0.1531961;0.0968087;0.05186403,0.211327;-0.1770244;0.05788282,-0.1127906;0.3623166;-0.009583829,-0.1704931;0.09145266;0.03168542,-0.2212765;-0.1835493;0.04564834,0.07166321;0.004630244;-0.03525542,0.0917724;-0.372618;0.005724467,0.1016955;-0.713874;0.08283401,0.11171;-0.76692;0.02803365,-0.06866357;0.005956329;-0.04061818,-0.1222609;-0.3689958;-0.009987313,-0.1410025;-0.7103522;0.0650098,-0.1339822;-0.7005352;-0.03268033,0.001125004;0.3998651;-0.00593134,7.707829
+0;0;0,0.001096558;0.1999788;0.002697475,0.002900635;0.4996877;-0.008897794,0.1169582;0.3657951;0.007124033,0.1537102;0.08871129;0.02367233,0.2163826;-0.1841072;0.01717042,-0.1100351;0.358717;-0.01145915,-0.1645018;0.08495054;0.01057023,-0.2170734;-0.1891884;-0.01143105,0.0717538;0.004598229;-0.0350749,0.09245643;-0.3731676;0.0004826114,0.1022664;-0.7152379;0.073911,0.1109131;-0.7681164;0.0186264,-0.06856959;0.005669022;-0.04081757,-0.1207347;-0.3695905;-0.01150711,-0.1409266;-0.7124581;0.05582849,-0.1336131;-0.7024071;-0.04188821,0.002287734;0.3999159;-0.00217359,0;0;0,0.0006125728;0.1999972;0.000856962,0.001495582;0.4995229;-0.01476826,0.1169092;0.3712189;0.00719074,0.1529495;0.0979341;0.05634875,0.2113142;-0.1755563;0.07036906,-0.1128163;0.3625699;-0.00990171,-0.1707807;0.09276965;0.03751067,-0.2213808;-0.1816079;0.06110274,0.0717126;0.004532213;-0.03516765,0.09183181;-0.3726596;0.006323837,0.1016032;-0.7139277;0.08339883,0.1119928;-0.7666312;0.02815221,-0.06865764;0.006029354;-0.04061742,-0.1221247;-0.3688961;-0.009437285,-0.1409596;-0.7102226;0.06567226,-0.1341612;-0.7004486;-0.03202468,0.001195945;0.3998572;-0.006603997,7.729555
+0;0;0,0.001082649;0.1999821;0.002449224,0.00280778;0.4996743;-0.009576999,0.116909;0.3659205;0.006905002,0.1534882;0.0890657;0.0272364,0.2160736;-0.1838394;0.0296555,-0.1101083;0.3587722;-0.01211155,-0.1657731;0.08572528;0.01521628,-0.2177214;-0.1888962;-0.001647871,0.07174153;0.00456763;-0.03510397,0.09230538;-0.3731874;0.0006492399,0.1019972;-0.7151864;0.07442433,0.1105979;-0.7679359;0.01893959,-0.06857859;0.005705652;-0.04079733,-0.1209554;-0.3695098;-0.01130171,-0.1411677;-0.7123705;0.05606318,-0.1337056;-0.7023529;-0.04163545,0.002225919;0.3999124;-0.002704318,0;0;0,0.0006125728;0.1999972;0.000856962,0.001495582;0.4995229;-0.01476826,0.1169092;0.3712189;0.00719074,0.1529495;0.0979341;0.05634875,0.2113142;-0.1755563;0.07036906,-0.1128163;0.3625699;-0.00990171,-0.1707807;0.09276965;0.03751067,-0.2213808;-0.1816079;0.06110274,0.0717126;0.004532213;-0.03516765,0.09183181;-0.3726596;0.006323837,0.1016032;-0.7139277;0.08339883,0.1119928;-0.7666312;0.02815221,-0.06865764;0.006029354;-0.04061742,-0.1221247;-0.3688961;-0.009437285,-0.1409596;-0.7102226;0.06567226,-0.1341612;-0.7004486;-0.03202468,0.001195945;0.3998572;-0.006603997,7.740816
+0;0;0,0.001082649;0.1999821;0.002449224,0.00280778;0.4996743;-0.009576999,0.116909;0.3659205;0.006905002,0.1534882;0.0890657;0.0272364,0.2160736;-0.1838394;0.0296555,-0.1101083;0.3587722;-0.01211155,-0.1657731;0.08572528;0.01521628,-0.2177214;-0.1888962;-0.001647871,0.07174153;0.00456763;-0.03510397,0.09230538;-0.3731874;0.0006492399,0.1019972;-0.7151864;0.07442433,0.1105979;-0.7679359;0.01893959,-0.06857859;0.005705652;-0.04079733,-0.1209554;-0.3695098;-0.01130171,-0.1411677;-0.7123705;0.05606318,-0.1337056;-0.7023529;-0.04163545,0.002225919;0.3999124;-0.002704318,0;0;0,0.0006875966;0.1999982;0.000498962,0.00176218;0.4994947;-0.01566385,0.1171852;0.3715228;0.006449925,0.1530975;0.09905708;0.06004803,0.2106984;-0.1738427;0.0847028,-0.1127312;0.3628963;-0.01063684,-0.1707853;0.09445179;0.04383568,-0.2226404;-0.1793628;0.07097621,0.07163956;0.004532463;-0.03531614,0.09200126;-0.372669;0.005968846,0.101558;-0.713842;0.083491,0.1116902;-0.7665935;0.02826831,-0.06874291;0.006006051;-0.04047641,-0.1221935;-0.3689407;-0.009524956,-0.1408712;-0.7102356;0.06576716,-0.1340808;-0.7005084;-0.03192063,0.001390927;0.3998441;-0.007319485,7.752126
+0;0;0,0.001082649;0.1999821;0.002449224,0.00280778;0.4996743;-0.009576999,0.116909;0.3659205;0.006905002,0.1534882;0.0890657;0.0272364,0.2160736;-0.1838394;0.0296555,-0.1101083;0.3587722;-0.01211155,-0.1657731;0.08572528;0.01521628,-0.2177214;-0.1888962;-0.001647871,0.07174153;0.00456763;-0.03510397,0.09230538;-0.3731874;0.0006492399,0.1019972;-0.7151864;0.07442433,0.1105979;-0.7679359;0.01893959,-0.06857859;0.005705652;-0.04079733,-0.1209554;-0.3695098;-0.01130171,-0.1411677;-0.7123705;0.05606318,-0.1337056;-0.7023529;-0.04163545,0.002225919;0.3999124;-0.002704318,0;0;0,0.0006875966;0.1999982;0.000498962,0.00176218;0.4994947;-0.01566385,0.1171852;0.3715228;0.006449925,0.1530975;0.09905708;0.06004803,0.2106984;-0.1738427;0.0847028,-0.1127312;0.3628963;-0.01063684,-0.1707853;0.09445179;0.04383568,-0.2226404;-0.1793628;0.07097621,0.07163956;0.004532463;-0.03531614,0.09200126;-0.372669;0.005968846,0.101558;-0.713842;0.083491,0.1116902;-0.7665935;0.02826831,-0.06874291;0.006006051;-0.04047641,-0.1221935;-0.3689407;-0.009524956,-0.1408712;-0.7102356;0.06576716,-0.1340808;-0.7005084;-0.03192063,0.001390927;0.3998441;-0.007319485,7.774577
+0;0;0,0.001059179;0.1999863;0.002089135,0.002700376;0.4996511;-0.01059756,0.1168606;0.3661783;0.006704232,0.1538148;0.08972055;0.03131139,0.214411;-0.1834543;0.04148912,-0.1103033;0.3589411;-0.01221993,-0.1666764;0.08670169;0.02106337,-0.2187019;-0.188285;0.01236461,0.07173567;0.004532443;-0.03512051,0.09212331;-0.373178;0.001199152,0.1018161;-0.7151503;0.07509789,0.1105223;-0.7679951;0.01977203,-0.06859426;0.005737897;-0.04076646,-0.1211147;-0.3694267;-0.01088115,-0.1413839;-0.71226;0.05660552,-0.1339498;-0.7022927;-0.04108495,0.002150042;0.3999054;-0.003492229,0;0;0,0.0007651875;0.1999984;0.0002717991,0.002026705;0.4994759;-0.01622346,0.1174114;0.3717252;0.006165531,0.1536014;0.100393;0.06506505,0.2087672;-0.1722755;0.09682387,-0.1126781;0.3633188;-0.0110046,-0.1704632;0.09616357;0.04973229,-0.2225432;-0.1768877;0.083358,0.07159546;0.0044754;-0.03541273,0.09201781;-0.372675;0.006306645,0.1014463;-0.7138112;0.08400628,0.1118216;-0.7666252;0.02892285,-0.06880247;0.006048464;-0.04036875,-0.1220856;-0.3689136;-0.009314667,-0.1407688;-0.7101835;0.0660895,-0.1339438;-0.7004864;-0.03158963,0.001585088;0.3998351;-0.007766595,7.785557
+0;0;0,0.001059179;0.1999863;0.002089135,0.002700376;0.4996511;-0.01059756,0.1168606;0.3661783;0.006704232,0.1538148;0.08972055;0.03131139,0.214411;-0.1834543;0.04148912,-0.1103033;0.3589411;-0.01221993,-0.1666764;0.08670169;0.02106337,-0.2187019;-0.188285;0.01236461,0.07173567;0.004532443;-0.03512051,0.09212331;-0.373178;0.001199152,0.1018161;-0.7151503;0.07509789,0.1105223;-0.7679951;0.01977203,-0.06859426;0.005737897;-0.04076646,-0.1211147;-0.3694267;-0.01088115,-0.1413839;-0.71226;0.05660552,-0.1339498;-0.7022927;-0.04108495,0.002150042;0.3999054;-0.003492229,0;0;0,0.0007651875;0.1999984;0.0002717991,0.002026705;0.4994759;-0.01622346,0.1174114;0.3717252;0.006165531,0.1536014;0.100393;0.06506505,0.2087672;-0.1722755;0.09682387,-0.1126781;0.3633188;-0.0110046,-0.1704632;0.09616357;0.04973229,-0.2225432;-0.1768877;0.083358,0.07159546;0.0044754;-0.03541273,0.09201781;-0.372675;0.006306645,0.1014463;-0.7138112;0.08400628,0.1118216;-0.7666252;0.02892285,-0.06880247;0.006048464;-0.04036875,-0.1220856;-0.3689136;-0.009314667,-0.1407688;-0.7101835;0.0660895,-0.1339438;-0.7004864;-0.03158963,0.001585088;0.3998351;-0.007766595,7.808151
+0;0;0,0.001059179;0.1999863;0.002089135,0.002700376;0.4996511;-0.01059756,0.1168606;0.3661783;0.006704232,0.1538148;0.08972055;0.03131139,0.214411;-0.1834543;0.04148912,-0.1103033;0.3589411;-0.01221993,-0.1666764;0.08670169;0.02106337,-0.2187019;-0.188285;0.01236461,0.07173567;0.004532443;-0.03512051,0.09212331;-0.373178;0.001199152,0.1018161;-0.7151503;0.07509789,0.1105223;-0.7679951;0.01977203,-0.06859426;0.005737897;-0.04076646,-0.1211147;-0.3694267;-0.01088115,-0.1413839;-0.71226;0.05660552,-0.1339498;-0.7022927;-0.04108495,0.002150042;0.3999054;-0.003492229,0;0;0,0.000893661;0.1999976;0.0004192457,0.002476715;0.4994791;-0.0159854,0.11802;0.3725032;0.005389257,0.1542975;0.1023866;0.06958406,0.207136;-0.1698335;0.1083696,-0.1127008;0.3644054;-0.01110054,-0.1701235;0.09821367;0.05405016,-0.2219149;-0.1738281;0.09541368,0.07158361;0.004387365;-0.03544768,0.09236826;-0.3727274;0.00641463,0.1015512;-0.7137754;0.08452921,0.111998;-0.7664484;0.02924775,-0.06885216;0.006104605;-0.04027546,-0.1222381;-0.3688658;-0.009500228,-0.1409232;-0.7099828;0.06659233,-0.1343405;-0.700265;-0.03110772,0.001895298;0.3998353;-0.007572512,7.830365
+0;0;0,0.001091529;0.1999892;0.001765975,0.002814097;0.4996296;-0.01146998,0.1170046;0.3664406;0.006211116,0.1540729;0.09065491;0.03732685,0.2139117;-0.1825026;0.05162073,-0.1103067;0.3590763;-0.01246058,-0.167445;0.08769929;0.02613696,-0.2184033;-0.1875882;0.0216563,0.07168698;0.004508107;-0.03522291,0.09212112;-0.3731494;0.001618303,0.1016917;-0.715108;0.07559581,0.1106701;-0.767841;0.02014624,-0.06864307;0.005760109;-0.04068108,-0.1211476;-0.3693909;-0.01059762,-0.1413013;-0.7122029;0.05703163,-0.1339554;-0.7022791;-0.04065658,0.002232062;0.3998977;-0.004176309,0;0;0,0.000893661;0.1999976;0.0004192457,0.002476715;0.4994791;-0.0159854,0.11802;0.3725032;0.005389257,0.1542975;0.1023866;0.06958406,0.207136;-0.1698335;0.1083696,-0.1127008;0.3644054;-0.01110054,-0.1701235;0.09821367;0.05405016,-0.2219149;-0.1738281;0.09541368,0.07158361;0.004387365;-0.03544768,0.09236826;-0.3727274;0.00641463,0.1015512;-0.7137754;0.08452921,0.111998;-0.7664484;0.02924775,-0.06885216;0.006104605;-0.04027546,-0.1222381;-0.3688658;-0.009500228,-0.1409232;-0.7099828;0.06659233,-0.1343405;-0.700265;-0.03110772,0.001895298;0.3998353;-0.007572512,7.841698
+0;0;0,0.001091529;0.1999892;0.001765975,0.002814097;0.4996296;-0.01146998,0.1170046;0.3664406;0.006211116,0.1540729;0.09065491;0.03732685,0.2139117;-0.1825026;0.05162073,-0.1103067;0.3590763;-0.01246058,-0.167445;0.08769929;0.02613696,-0.2184033;-0.1875882;0.0216563,0.07168698;0.004508107;-0.03522291,0.09212112;-0.3731494;0.001618303,0.1016917;-0.715108;0.07559581,0.1106701;-0.767841;0.02014624,-0.06864307;0.005760109;-0.04068108,-0.1211476;-0.3693909;-0.01059762,-0.1413013;-0.7122029;0.05703163,-0.1339554;-0.7022791;-0.04065658,0.002232062;0.3998977;-0.004176309,0;0;0,0.001130766;0.1999967;0.0002156889,0.003088345;0.4994692;-0.01631214,0.1185643;0.3727179;0.005063066,0.1548731;0.1038084;0.07412358,0.2039851;-0.1674471;0.1231998,-0.1123605;0.3648752;-0.01132605,-0.1698182;0.100038;0.05910042,-0.2206779;-0.1710009;0.1075894,0.07159285;0.004201245;-0.03545155,0.09291445;-0.3728253;0.006932005,0.1019151;-0.7137768;0.0854883,0.1124736;-0.766483;0.03027774,-0.0688884;0.006260545;-0.04018949,-0.1218839;-0.368777;-0.009557543,-0.1406803;-0.7097854;0.06699283,-0.1341247;-0.7000883;-0.03070477,0.002383297;0.3998298;-0.007856318,7.863904
+0;0;0,0.001091529;0.1999892;0.001765975,0.002814097;0.4996296;-0.01146998,0.1170046;0.3664406;0.006211116,0.1540729;0.09065491;0.03732685,0.2139117;-0.1825026;0.05162073,-0.1103067;0.3590763;-0.01246058,-0.167445;0.08769929;0.02613696,-0.2184033;-0.1875882;0.0216563,0.07168698;0.004508107;-0.03522291,0.09212112;-0.3731494;0.001618303,0.1016917;-0.715108;0.07559581,0.1106701;-0.767841;0.02014624,-0.06864307;0.005760109;-0.04068108,-0.1211476;-0.3693909;-0.01059762,-0.1413013;-0.7122029;0.05703163,-0.1339554;-0.7022791;-0.04065658,0.002232062;0.3998977;-0.004176309,0;0;0,0.001235589;0.1999962;-4.761327E-05,0.003392279;0.4994447;-0.01697221,0.1188578;0.37314;0.004919084,0.1548251;0.1054322;0.07866773,0.2023346;-0.16451;0.1358872,-0.1122893;0.3653675;-0.01143186,-0.1695903;0.1020971;0.06476061,-0.2201152;-0.1680897;0.1181118,0.07165001;0.00403401;-0.03535537,0.09317405;-0.3729656;0.007164747,0.1022551;-0.7138718;0.08590797,0.1126162;-0.7666075;0.03070416,-0.06886044;0.006421435;-0.040212,-0.1217848;-0.3687027;-0.01053203,-0.1405459;-0.7095027;0.06694944,-0.1339973;-0.699841;-0.03074127,0.002618643;0.3998179;-0.008375817,7.885874
+0;0;0,0.001067247;0.1999913;0.001530536,0.002728553;0.4996156;-0.01207023,0.1170198;0.3667417;0.005843128,0.1542042;0.091676;0.04266936,0.2141879;-0.180984;0.0640815,-0.1104819;0.3592975;-0.01252308,-0.1682377;0.08885941;0.03138031,-0.2182878;-0.1865625;0.03752457,0.07163899;0.004553229;-0.03531462,0.09194338;-0.3730595;0.002052881,0.1014075;-0.7149695;0.07626884,0.1106395;-0.7674872;0.02054093,-0.06871041;0.005717785;-0.04057322,-0.1213887;-0.3694439;-0.01093052,-0.1415606;-0.7120904;0.05752734,-0.1343201;-0.702197;-0.04016247,0.002168443;0.3998926;-0.004653292,0;0;0,0.001235589;0.1999962;-4.761327E-05,0.003392279;0.4994447;-0.01697221,0.1188578;0.37314;0.004919084,0.1548251;0.1054322;0.07866773,0.2023346;-0.16451;0.1358872,-0.1122893;0.3653675;-0.01143186,-0.1695903;0.1020971;0.06476061,-0.2201152;-0.1680897;0.1181118,0.07165001;0.00403401;-0.03535537,0.09317405;-0.3729656;0.007164747,0.1022551;-0.7138718;0.08590797,0.1126162;-0.7666075;0.03070416,-0.06886044;0.006421435;-0.040212,-0.1217848;-0.3687027;-0.01053203,-0.1405459;-0.7095027;0.06694944,-0.1339973;-0.699841;-0.03074127,0.002618643;0.3998179;-0.008375817,7.897449
+0;0;0,0.001067247;0.1999913;0.001530536,0.002728553;0.4996156;-0.01207023,0.1170198;0.3667417;0.005843128,0.1542042;0.091676;0.04266936,0.2141879;-0.180984;0.0640815,-0.1104819;0.3592975;-0.01252308,-0.1682377;0.08885941;0.03138031,-0.2182878;-0.1865625;0.03752457,0.07163899;0.004553229;-0.03531462,0.09194338;-0.3730595;0.002052881,0.1014075;-0.7149695;0.07626884,0.1106395;-0.7674872;0.02054093,-0.06871041;0.005717785;-0.04057322,-0.1213887;-0.3694439;-0.01093052,-0.1415606;-0.7120904;0.05752734,-0.1343201;-0.702197;-0.04016247,0.002168443;0.3998926;-0.004653292,0;0;0,0.001404915;0.1999949;-0.000241088,0.003850125;0.4994164;-0.01758564,0.1192749;0.3736159;0.004870446,0.1549833;0.1072953;0.08359922,0.2018103;-0.1607808;0.1494965,-0.1122471;0.3663544;-0.0112303,-0.1685968;0.1042435;0.06953233,-0.2190127;-0.1645878;0.1294319,0.07175994;0.003762588;-0.0351618,0.09364517;-0.3731849;0.00763534,0.1026734;-0.7140642;0.08650082,0.1131037;-0.7668769;0.0314256,-0.06876783;0.006718458;-0.04032179,-0.1214065;-0.3684322;-0.01047016,-0.140063;-0.7092246;0.06706987,-0.1335838;-0.6995952;-0.03061873,0.002971529;0.3998043;-0.008829958,7.919349
+0;0;0,0.001067247;0.1999913;0.001530536,0.002728553;0.4996156;-0.01207023,0.1170198;0.3667417;0.005843128,0.1542042;0.091676;0.04266936,0.2141879;-0.180984;0.0640815,-0.1104819;0.3592975;-0.01252308,-0.1682377;0.08885941;0.03138031,-0.2182878;-0.1865625;0.03752457,0.07163899;0.004553229;-0.03531462,0.09194338;-0.3730595;0.002052881,0.1014075;-0.7149695;0.07626884,0.1106395;-0.7674872;0.02054093,-0.06871041;0.005717785;-0.04057322,-0.1213887;-0.3694439;-0.01093052,-0.1415606;-0.7120904;0.05752734,-0.1343201;-0.702197;-0.04016247,0.002168443;0.3998926;-0.004653292,0;0;0,0.001404915;0.1999949;-0.000241088,0.003850125;0.4994164;-0.01758564,0.1192749;0.3736159;0.004870446,0.1549833;0.1072953;0.08359922,0.2018103;-0.1607808;0.1494965,-0.1122471;0.3663544;-0.0112303,-0.1685968;0.1042435;0.06953233,-0.2190127;-0.1645878;0.1294319,0.07175994;0.003762588;-0.0351618,0.09364517;-0.3731849;0.00763534,0.1026734;-0.7140642;0.08650082,0.1131037;-0.7668769;0.0314256,-0.06876783;0.006718458;-0.04032179,-0.1214065;-0.3684322;-0.01047016,-0.140063;-0.7092246;0.06706987,-0.1335838;-0.6995952;-0.03061873,0.002971529;0.3998043;-0.008829958,7.930826
+0;0;0,0.001091701;0.1999933;0.00121445,0.002830145;0.4995863;-0.01303402,0.1172113;0.3672364;0.005367334,0.1543845;0.093018;0.04805678,0.2132147;-0.1792722;0.07628876,-0.1105696;0.3596287;-0.01273678,-0.1686527;0.09020129;0.03661121,-0.2185725;-0.1850392;0.0488874,0.07156415;0.004570662;-0.0354638,0.09208899;-0.3730081;0.002125856,0.1014189;-0.7148435;0.07670148,0.1106554;-0.7673437;0.02094835,-0.0687758;0.005698247;-0.04046503,-0.1213753;-0.3694839;-0.0109411,-0.1415104;-0.7120405;0.05797549,-0.1343637;-0.7021908;-0.03971225,0.002238399;0.3998812;-0.005381833,0;0;0,0.001404915;0.1999949;-0.000241088,0.003850125;0.4994164;-0.01758564,0.1192749;0.3736159;0.004870446,0.1549833;0.1072953;0.08359922,0.2018103;-0.1607808;0.1494965,-0.1122471;0.3663544;-0.0112303,-0.1685968;0.1042435;0.06953233,-0.2190127;-0.1645878;0.1294319,0.07175994;0.003762588;-0.0351618,0.09364517;-0.3731849;0.00763534,0.1026734;-0.7140642;0.08650082,0.1131037;-0.7668769;0.0314256,-0.06876783;0.006718458;-0.04032179,-0.1214065;-0.3684322;-0.01047016,-0.140063;-0.7092246;0.06706987,-0.1335838;-0.6995952;-0.03061873,0.002971529;0.3998043;-0.008829958,7.942122
+0;0;0,0.001091701;0.1999933;0.00121445,0.002830145;0.4995863;-0.01303402,0.1172113;0.3672364;0.005367334,0.1543845;0.093018;0.04805678,0.2132147;-0.1792722;0.07628876,-0.1105696;0.3596287;-0.01273678,-0.1686527;0.09020129;0.03661121,-0.2185725;-0.1850392;0.0488874,0.07156415;0.004570662;-0.0354638,0.09208899;-0.3730081;0.002125856,0.1014189;-0.7148435;0.07670148,0.1106554;-0.7673437;0.02094835,-0.0687758;0.005698247;-0.04046503,-0.1213753;-0.3694839;-0.0109411,-0.1415104;-0.7120405;0.05797549,-0.1343637;-0.7021908;-0.03971225,0.002238399;0.3998812;-0.005381833,0;0;0,0.001548859;0.1999936;-0.0003835404,0.004261337;0.4993899;-0.0181061,0.1196925;0.3742424;0.004793284,0.1558719;0.1094608;0.08835027,0.2010845;-0.1568581;0.1620395,-0.1122346;0.3673544;-0.01109237,-0.1680917;0.1065758;0.07419825,-0.2169819;-0.1615085;0.1385454,0.07175995;0.00361957;-0.0351768,0.09396427;-0.3732871;0.007815536,0.1028607;-0.714126;0.08687072,0.1132293;-0.7670547;0.03195867,-0.06879601;0.006832254;-0.04025456,-0.1211496;-0.3683478;-0.0102704,-0.1397035;-0.709106;0.06744448,-0.1332932;-0.6994971;-0.03024437,0.003282957;0.3997913;-0.009209064,7.964189
+0;0;0,0.001091701;0.1999933;0.00121445,0.002830145;0.4995863;-0.01303402,0.1172113;0.3672364;0.005367334,0.1543845;0.093018;0.04805678,0.2132147;-0.1792722;0.07628876,-0.1105696;0.3596287;-0.01273678,-0.1686527;0.09020129;0.03661121,-0.2185725;-0.1850392;0.0488874,0.07156415;0.004570662;-0.0354638,0.09208899;-0.3730081;0.002125856,0.1014189;-0.7148435;0.07670148,0.1106554;-0.7673437;0.02094835,-0.0687758;0.005698247;-0.04046503,-0.1213753;-0.3694839;-0.0109411,-0.1415104;-0.7120405;0.05797549,-0.1343637;-0.7021908;-0.03971225,0.002238399;0.3998812;-0.005381833,0;0;0,0.001548859;0.1999936;-0.0003835404,0.004261337;0.4993899;-0.0181061,0.1196925;0.3742424;0.004793284,0.1558719;0.1094608;0.08835027,0.2010845;-0.1568581;0.1620395,-0.1122346;0.3673544;-0.01109237,-0.1680917;0.1065758;0.07419825,-0.2169819;-0.1615085;0.1385454,0.07175995;0.00361957;-0.0351768,0.09396427;-0.3732871;0.007815536,0.1028607;-0.714126;0.08687072,0.1132293;-0.7670547;0.03195867,-0.06879601;0.006832254;-0.04025456,-0.1211496;-0.3683478;-0.0102704,-0.1397035;-0.709106;0.06744448,-0.1332932;-0.6994971;-0.03024437,0.003282957;0.3997913;-0.009209064,7.975888
+0;0;0,0.001139425;0.1999954;0.0007331985,0.003005523;0.4995492;-0.01429552,0.1173643;0.3675886;0.00517157,0.1546513;0.09413353;0.0524155,0.2129309;-0.1775199;0.08717008,-0.1105646;0.3597808;-0.01271359,-0.1688431;0.09138036;0.04173654,-0.2188586;-0.1835491;0.05940676,0.07137581;0.00460392;-0.03583712,0.0919826;-0.372851;0.002933372,0.1013564;-0.7146543;0.07765031,0.1106788;-0.7672137;0.02199921,-0.06894913;0.005664498;-0.04017375,-0.1213635;-0.3695161;-0.01030256,-0.1414607;-0.7120343;0.05881605,-0.1343876;-0.7022513;-0.03886326,0.002365095;0.3998652;-0.006378551,0;0;0,0.001743663;0.199992;-0.0003931211,0.004698371;0.4993747;-0.01829338,0.1201838;0.3750326;0.004927649,0.1555845;0.1117622;0.09344586,0.2003483;-0.1530335;0.1726888,-0.1121257;0.3681896;-0.01073139,-0.1673497;0.1087362;0.07890241,-0.2155945;-0.158096;0.1487095,0.07178874;0.003462038;-0.03513389,0.09440789;-0.3733697;0.008296475,0.1032209;-0.7141763;0.08750006,0.1135335;-0.7672851;0.03285049,-0.06878747;0.006944773;-0.0402499,-0.1206651;-0.3682592;-0.009743124,-0.1392404;-0.7089991;0.06804696,-0.1329159;-0.6993923;-0.02964704,0.003631977;0.3997836;-0.009322604,7.997197
+0;0;0,0.001139425;0.1999954;0.0007331985,0.003005523;0.4995492;-0.01429552,0.1173643;0.3675886;0.00517157,0.1546513;0.09413353;0.0524155,0.2129309;-0.1775199;0.08717008,-0.1105646;0.3597808;-0.01271359,-0.1688431;0.09138036;0.04173654,-0.2188586;-0.1835491;0.05940676,0.07137581;0.00460392;-0.03583712,0.0919826;-0.372851;0.002933372,0.1013564;-0.7146543;0.07765031,0.1106788;-0.7672137;0.02199921,-0.06894913;0.005664498;-0.04017375,-0.1213635;-0.3695161;-0.01030256,-0.1414607;-0.7120343;0.05881605,-0.1343876;-0.7022513;-0.03886326,0.002365095;0.3998652;-0.006378551,0;0;0,0.001980948;0.1999902;5.092822E-06,0.005230955;0.4994095;-0.01729947,0.1208576;0.3761538;0.005200504,0.1557529;0.1139843;0.09712157,0.2001738;-0.148641;0.1834626,-0.1120486;0.3693928;-0.01028465,-0.1664149;0.1109633;0.08276626,-0.2137728;-0.1550608;0.156172,0.07181815;0.003298745;-0.03508947,0.09494382;-0.3734917;0.00843212,0.1036536;-0.7142024;0.08805858,0.1138612;-0.7674177;0.03355156,-0.06877583;0.007073013;-0.04024746,-0.1201907;-0.3681512;-0.009210011,-0.1387728;-0.7088588;0.06871955,-0.13253;-0.6991866;-0.02899334,0.004025088;0.3997931;-0.008632084,8.009446
+0;0;0,0.001139425;0.1999954;0.0007331985,0.003005523;0.4995492;-0.01429552,0.1173643;0.3675886;0.00517157,0.1546513;0.09413353;0.0524155,0.2129309;-0.1775199;0.08717008,-0.1105646;0.3597808;-0.01271359,-0.1688431;0.09138036;0.04173654,-0.2188586;-0.1835491;0.05940676,0.07137581;0.00460392;-0.03583712,0.0919826;-0.372851;0.002933372,0.1013564;-0.7146543;0.07765031,0.1106788;-0.7672137;0.02199921,-0.06894913;0.005664498;-0.04017375,-0.1213635;-0.3695161;-0.01030256,-0.1414607;-0.7120343;0.05881605,-0.1343876;-0.7022513;-0.03886326,0.002365095;0.3998652;-0.006378551,0;0;0,0.001980948;0.1999902;5.092822E-06,0.005230955;0.4994095;-0.01729947,0.1208576;0.3761538;0.005200504,0.1557529;0.1139843;0.09712157,0.2001738;-0.148641;0.1834626,-0.1120486;0.3693928;-0.01028465,-0.1664149;0.1109633;0.08276626,-0.2137728;-0.1550608;0.156172,0.07181815;0.003298745;-0.03508947,0.09494382;-0.3734917;0.00843212,0.1036536;-0.7142024;0.08805858,0.1138612;-0.7674177;0.03355156,-0.06877583;0.007073013;-0.04024746,-0.1201907;-0.3681512;-0.009210011,-0.1387728;-0.7088588;0.06871955,-0.13253;-0.6991866;-0.02899334,0.004025088;0.3997931;-0.008632084,8.030801
+0;0;0,0.001183209;0.1999958;0.000532346,0.003127293;0.4995396;-0.01469364,0.1174979;0.3677702;0.004959493,0.1546949;0.09547213;0.05853308,0.2128582;-0.1752238;0.1002555,-0.110567;0.3599958;-0.01270709,-0.1692855;0.09302375;0.04793982,-0.2201733;-0.1810966;0.07379431,0.07128274;0.004478371;-0.0360377,0.0922025;-0.3729326;0.002991468,0.1014592;-0.7145879;0.07839727,0.1107921;-0.767404;0.02313064,-0.06905759;0.005759098;-0.03997352,-0.1213401;-0.3694282;-0.009956928,-0.1413472;-0.7118491;0.05966833,-0.1343415;-0.7020889;-0.03801111,0.002459548;0.3998602;-0.006720101,0;0;0,0.001980948;0.1999902;5.092822E-06,0.005230955;0.4994095;-0.01729947,0.1208576;0.3761538;0.005200504,0.1557529;0.1139843;0.09712157,0.2001738;-0.148641;0.1834626,-0.1120486;0.3693928;-0.01028465,-0.1664149;0.1109633;0.08276626,-0.2137728;-0.1550608;0.156172,0.07181815;0.003298745;-0.03508947,0.09494382;-0.3734917;0.00843212,0.1036536;-0.7142024;0.08805858,0.1138612;-0.7674177;0.03355156,-0.06877583;0.007073013;-0.04024746,-0.1201907;-0.3681512;-0.009210011,-0.1387728;-0.7088588;0.06871955,-0.13253;-0.6991866;-0.02899334,0.004025088;0.3997931;-0.008632084,8.042439
+0;0;0,0.001183209;0.1999958;0.000532346,0.003127293;0.4995396;-0.01469364,0.1174979;0.3677702;0.004959493,0.1546949;0.09547213;0.05853308,0.2128582;-0.1752238;0.1002555,-0.110567;0.3599958;-0.01270709,-0.1692855;0.09302375;0.04793982,-0.2201733;-0.1810966;0.07379431,0.07128274;0.004478371;-0.0360377,0.0922025;-0.3729326;0.002991468,0.1014592;-0.7145879;0.07839727,0.1107921;-0.767404;0.02313064,-0.06905759;0.005759098;-0.03997352,-0.1213401;-0.3694282;-0.009956928,-0.1413472;-0.7118491;0.05966833,-0.1343415;-0.7020889;-0.03801111,0.002459548;0.3998602;-0.006720101,0;0;0,0.002110362;0.1999886;0.0003142197,0.00547401;0.4994341;-0.01655817,0.1212549;0.377072;0.005562915,0.1555721;0.1160538;0.100914,0.1987923;-0.1433482;0.1970527,-0.1120839;0.3703108;-0.009935545,-0.1653884;0.1134472;0.08794033,-0.2109929;-0.1515651;0.1659708,0.07188298;0.003113271;-0.03497348,0.09538528;-0.3737793;0.007448889,0.1041537;-0.714244;0.08811421,0.1140396;-0.7678219;0.03410487,-0.06871628;0.007230423;-0.04032112,-0.1198178;-0.3680279;-0.009178933,-0.1386099;-0.7086537;0.06905727,-0.1323791;-0.6989345;-0.02866615,0.004221639;0.3998005;-0.008098012,8.064699
+0;0;0,0.001183209;0.1999958;0.000532346,0.003127293;0.4995396;-0.01469364,0.1174979;0.3677702;0.004959493,0.1546949;0.09547213;0.05853308,0.2128582;-0.1752238;0.1002555,-0.110567;0.3599958;-0.01270709,-0.1692855;0.09302375;0.04793982,-0.2201733;-0.1810966;0.07379431,0.07128274;0.004478371;-0.0360377,0.0922025;-0.3729326;0.002991468,0.1014592;-0.7145879;0.07839727,0.1107921;-0.767404;0.02313064,-0.06905759;0.005759098;-0.03997352,-0.1213401;-0.3694282;-0.009956928,-0.1413472;-0.7118491;0.05966833,-0.1343415;-0.7020889;-0.03801111,0.002459548;0.3998602;-0.006720101,0;0;0,0.002110362;0.1999886;0.0003142197,0.00547401;0.4994341;-0.01655817,0.1212549;0.377072;0.005562915,0.1555721;0.1160538;0.100914,0.1987923;-0.1433482;0.1970527,-0.1120839;0.3703108;-0.009935545,-0.1653884;0.1134472;0.08794033,-0.2109929;-0.1515651;0.1659708,0.07188298;0.003113271;-0.03497348,0.09538528;-0.3737793;0.007448889,0.1041537;-0.714244;0.08811421,0.1140396;-0.7678219;0.03410487,-0.06871628;0.007230423;-0.04032112,-0.1198178;-0.3680279;-0.009178933,-0.1386099;-0.7086537;0.06905727,-0.1323791;-0.6989345;-0.02866615,0.004221639;0.3998005;-0.008098012,8.075957
+0;0;0,0.001132307;0.1999967;0.0001533403,0.002911195;0.4994945;-0.01594434,0.1174226;0.368157;0.00438084,0.1550311;0.0972051;0.06413581,0.2124121;-0.1725949;0.1122542,-0.1108555;0.3602942;-0.01313476,-0.1699797;0.09480807;0.0533591,-0.2205151;-0.1788197;0.08456825,0.07119932;0.004504162;-0.03619902,0.09201173;-0.3728741;0.003202725,0.1012811;-0.7145703;0.07842132,0.1105667;-0.7675927;0.02345706,-0.06913721;0.005726544;-0.03984035,-0.1214727;-0.3694838;-0.01020645,-0.1414497;-0.7118168;0.05985808,-0.134489;-0.702118;-0.03781182,0.002307867;0.399841;-0.007648815,0;0;0,0.002092611;0.1999884;0.0005281562,0.005439092;0.4994554;-0.01599113,0.1214811;0.3781843;0.005721458,0.155554;0.1187926;0.1054961,0.1962861;-0.1383957;0.2084286,-0.1123544;0.3713527;-0.009447718,-0.1646981;0.1155697;0.09172148,-0.2095645;-0.1479063;0.1751922,0.07187787;0.003089837;-0.03498607,0.09527143;-0.3737659;0.007821817,0.104437;-0.7142438;0.08838747,0.1127135;-0.768462;0.03510716,-0.06874114;0.007216647;-0.0402812,-0.1198526;-0.3680146;-0.008831408,-0.138686;-0.7086017;0.06956328,-0.1325842;-0.698838;-0.02817751,0.004209602;0.3998083;-0.007687356,8.089746
+0;0;0,0.001132307;0.1999967;0.0001533403,0.002911195;0.4994945;-0.01594434,0.1174226;0.368157;0.00438084,0.1550311;0.0972051;0.06413581,0.2124121;-0.1725949;0.1122542,-0.1108555;0.3602942;-0.01313476,-0.1699797;0.09480807;0.0533591,-0.2205151;-0.1788197;0.08456825,0.07119932;0.004504162;-0.03619902,0.09201173;-0.3728741;0.003202725,0.1012811;-0.7145703;0.07842132,0.1105667;-0.7675927;0.02345706,-0.06913721;0.005726544;-0.03984035,-0.1214727;-0.3694838;-0.01020645,-0.1414497;-0.7118168;0.05985808,-0.134489;-0.702118;-0.03781182,0.002307867;0.399841;-0.007648815,0;0;0,0.002092611;0.1999884;0.0005281562,0.005439092;0.4994554;-0.01599113,0.1214811;0.3781843;0.005721458,0.155554;0.1187926;0.1054961,0.1962861;-0.1383957;0.2084286,-0.1123544;0.3713527;-0.009447718,-0.1646981;0.1155697;0.09172148,-0.2095645;-0.1479063;0.1751922,0.07187787;0.003089837;-0.03498607,0.09527143;-0.3737659;0.007821817,0.104437;-0.7142438;0.08838747,0.1127135;-0.768462;0.03510716,-0.06874114;0.007216647;-0.0402812,-0.1198526;-0.3680146;-0.008831408,-0.138686;-0.7086017;0.06956328,-0.1325842;-0.698838;-0.02817751,0.004209602;0.3998083;-0.007687356,8.109334
+0;0;0,0.001189769;0.1999964;-0.0001295095,0.003113124;0.4994654;-0.01673332,0.117615;0.3684009;0.003988526,0.1558006;0.09859353;0.06837685,0.2123169;-0.1700104;0.1236748,-0.1108793;0.3607226;-0.01342589,-0.1700784;0.09663978;0.05837774,-0.2205188;-0.176059;0.09699306,0.07116394;0.004486679;-0.0362707,0.09225014;-0.372889;0.003009882,0.1014972;-0.7144743;0.07873291,0.1108712;-0.7674477;0.02370974,-0.06919342;0.005731347;-0.03974194,-0.1213296;-0.3695109;-0.01015991,-0.1412289;-0.7117831;0.06022288,-0.1342977;-0.7021266;-0.03744031,0.002452872;0.399827;-0.008262429,0;0;0,0.002093949;0.1999881;0.0006171428,0.005367318;0.4994667;-0.01571155,0.1216027;0.3789393;0.005728273,0.1551525;0.1212296;0.1099401,0.19443;-0.1334859;0.2193811,-0.1125806;0.3721415;-0.009200565,-0.1637778;0.1177861;0.09607131,-0.2065203;-0.1438152;0.1862813,0.07190606;0.003024228;-0.03493382,0.09531018;-0.3738488;0.007715184,0.10451;-0.7142628;0.08854637,0.1128613;-0.7684357;0.03520606,-0.06871806;0.007260394;-0.04031271,-0.1196759;-0.3679706;-0.008611627,-0.1385809;-0.7085488;0.06980491,-0.1325671;-0.6987631;-0.02794587,0.004172549;0.3998133;-0.007479303,8.131542
+0;0;0,0.001189769;0.1999964;-0.0001295095,0.003113124;0.4994654;-0.01673332,0.117615;0.3684009;0.003988526,0.1558006;0.09859353;0.06837685,0.2123169;-0.1700104;0.1236748,-0.1108793;0.3607226;-0.01342589,-0.1700784;0.09663978;0.05837774,-0.2205188;-0.176059;0.09699306,0.07116394;0.004486679;-0.0362707,0.09225014;-0.372889;0.003009882,0.1014972;-0.7144743;0.07873291,0.1108712;-0.7674477;0.02370974,-0.06919342;0.005731347;-0.03974194,-0.1213296;-0.3695109;-0.01015991,-0.1412289;-0.7117831;0.06022288,-0.1342977;-0.7021266;-0.03744031,0.002452872;0.399827;-0.008262429,0;0;0,0.002093949;0.1999881;0.0006171428,0.005367318;0.4994667;-0.01571155,0.1216027;0.3789393;0.005728273,0.1551525;0.1212296;0.1099401,0.19443;-0.1334859;0.2193811,-0.1125806;0.3721415;-0.009200565,-0.1637778;0.1177861;0.09607131,-0.2065203;-0.1438152;0.1862813,0.07190606;0.003024228;-0.03493382,0.09531018;-0.3738488;0.007715184,0.10451;-0.7142628;0.08854637,0.1128613;-0.7684357;0.03520606,-0.06871806;0.007260394;-0.04031271,-0.1196759;-0.3679706;-0.008611627,-0.1385809;-0.7085488;0.06980491,-0.1325671;-0.6987631;-0.02794587,0.004172549;0.3998133;-0.007479303,8.143059
+0;0;0,0.001189769;0.1999964;-0.0001295095,0.003113124;0.4994654;-0.01673332,0.117615;0.3684009;0.003988526,0.1558006;0.09859353;0.06837685,0.2123169;-0.1700104;0.1236748,-0.1108793;0.3607226;-0.01342589,-0.1700784;0.09663978;0.05837774,-0.2205188;-0.176059;0.09699306,0.07116394;0.004486679;-0.0362707,0.09225014;-0.372889;0.003009882,0.1014972;-0.7144743;0.07873291,0.1108712;-0.7674477;0.02370974,-0.06919342;0.005731347;-0.03974194,-0.1213296;-0.3695109;-0.01015991,-0.1412289;-0.7117831;0.06022288,-0.1342977;-0.7021266;-0.03744031,0.002452872;0.399827;-0.008262429,0;0;0,0.002003051;0.19999;4.273875E-05,0.005044838;0.4993984;-0.01748922,0.1214436;0.3799995;0.005585776,0.1543367;0.1242671;0.1147598,0.1930897;-0.1282517;0.2293568,-0.1130353;0.373092;-0.009056688,-0.1636796;0.1200476;0.09958821,-0.2050977;-0.1409878;0.1920275,0.07188817;0.003046045;-0.03496873,0.09536876;-0.3737675;0.008161478,0.1044743;-0.7141931;0.08895472,0.1130133;-0.768344;0.0356095,-0.0687529;0.00721345;-0.0402617,-0.1196952;-0.3680346;-0.008737251,-0.1387281;-0.7085093;0.07009622,-0.1327919;-0.6988093;-0.02764157,0.003957245;0.3997872;-0.008745865,8.165197
+0;0;0,0.001189769;0.1999964;-0.0001295095,0.003113124;0.4994654;-0.01673332,0.117615;0.3684009;0.003988526,0.1558006;0.09859353;0.06837685,0.2123169;-0.1700104;0.1236748,-0.1108793;0.3607226;-0.01342589,-0.1700784;0.09663978;0.05837774,-0.2205188;-0.176059;0.09699306,0.07116394;0.004486679;-0.0362707,0.09225014;-0.372889;0.003009882,0.1014972;-0.7144743;0.07873291,0.1108712;-0.7674477;0.02370974,-0.06919342;0.005731347;-0.03974194,-0.1213296;-0.3695109;-0.01015991,-0.1412289;-0.7117831;0.06022288,-0.1342977;-0.7021266;-0.03744031,0.002452872;0.399827;-0.008262429,0;0;0,0.002026703;0.1999897;9.823882E-05,0.005194558;0.499411;-0.01720335,0.1217081;0.3807875;0.005537746,0.1553739;0.1269578;0.1188387,0.1892156;-0.1228007;0.2408036,-0.1130901;0.373872;-0.006784231,-0.1606069;0.1210502;0.1037749,-0.2003967;-0.1399626;0.1969902,0.07184894;0.003141412;-0.03504086,0.09533864;-0.3736517;0.008262835,0.1044243;-0.7140698;0.08908936,0.1130862;-0.7682583;0.03582327,-0.06878785;0.007122236;-0.04021821,-0.1197822;-0.3681295;-0.008822799,-0.1388029;-0.7085925;0.07006396,-0.1336942;-0.6988622;-0.02772686,0.004063686;0.399792;-0.008555603,8.177016
+0;0;0,0.001348666;0.1999951;-0.0003900349,0.003561663;0.4994395;-0.01739341,0.1179366;0.3685333;0.004033719,0.1568811;0.1002022;0.07390306,0.2131252;-0.1663752;0.1385028,-0.1107689;0.3613313;-0.01347381,-0.1697788;0.09907997;0.06489764,-0.2216133;-0.1725121;0.1090669,0.07114682;0.004387401;-0.03631638,0.09267841;-0.3728741;0.003810484,0.1017499;-0.7144265;0.07970276,0.1115049;-0.7670655;0.02424426,-0.06924348;0.005812441;-0.03964287,-0.1209606;-0.3694814;-0.009979974,-0.1407172;-0.7116653;0.06087088,-0.1337384;-0.7020575;-0.03677877,0.002796782;0.3998135;-0.008787449,0;0;0,0.002026703;0.1999897;9.823882E-05,0.005194558;0.499411;-0.01720335,0.1217081;0.3807875;0.005537746,0.1553739;0.1269578;0.1188387,0.1892156;-0.1228007;0.2408036,-0.1130901;0.373872;-0.006784231,-0.1606069;0.1210502;0.1037749,-0.2003967;-0.1399626;0.1969902,0.07184894;0.003141412;-0.03504086,0.09533864;-0.3736517;0.008262835,0.1044243;-0.7140698;0.08908936,0.1130862;-0.7682583;0.03582327,-0.06878785;0.007122236;-0.04021821,-0.1197822;-0.3681295;-0.008822799,-0.1388029;-0.7085925;0.07006396,-0.1336942;-0.6988622;-0.02772686,0.004063686;0.399792;-0.008555603,8.198939
+0;0;0,0.001348666;0.1999951;-0.0003900349,0.003561663;0.4994395;-0.01739341,0.1179366;0.3685333;0.004033719,0.1568811;0.1002022;0.07390306,0.2131252;-0.1663752;0.1385028,-0.1107689;0.3613313;-0.01347381,-0.1697788;0.09907997;0.06489764,-0.2216133;-0.1725121;0.1090669,0.07114682;0.004387401;-0.03631638,0.09267841;-0.3728741;0.003810484,0.1017499;-0.7144265;0.07970276,0.1115049;-0.7670655;0.02424426,-0.06924348;0.005812441;-0.03964287,-0.1209606;-0.3694814;-0.009979974,-0.1407172;-0.7116653;0.06087088,-0.1337384;-0.7020575;-0.03677877,0.002796782;0.3998135;-0.008787449,0;0;0,0.002026703;0.1999897;9.823882E-05,0.005194558;0.499411;-0.01720335,0.1217081;0.3807875;0.005537746,0.1553739;0.1269578;0.1188387,0.1892156;-0.1228007;0.2408036,-0.1130901;0.373872;-0.006784231,-0.1606069;0.1210502;0.1037749,-0.2003967;-0.1399626;0.1969902,0.07184894;0.003141412;-0.03504086,0.09533864;-0.3736517;0.008262835,0.1044243;-0.7140698;0.08908936,0.1130862;-0.7682583;0.03582327,-0.06878785;0.007122236;-0.04021821,-0.1197822;-0.3681295;-0.008822799,-0.1388029;-0.7085925;0.07006396,-0.1336942;-0.6988622;-0.02772686,0.004063686;0.399792;-0.008555603,8.210051
+0;0;0,0.001348666;0.1999951;-0.0003900349,0.003561663;0.4994395;-0.01739341,0.1179366;0.3685333;0.004033719,0.1568811;0.1002022;0.07390306,0.2131252;-0.1663752;0.1385028,-0.1107689;0.3613313;-0.01347381,-0.1697788;0.09907997;0.06489764,-0.2216133;-0.1725121;0.1090669,0.07114682;0.004387401;-0.03631638,0.09267841;-0.3728741;0.003810484,0.1017499;-0.7144265;0.07970276,0.1115049;-0.7670655;0.02424426,-0.06924348;0.005812441;-0.03964287,-0.1209606;-0.3694814;-0.009979974,-0.1407172;-0.7116653;0.06087088,-0.1337384;-0.7020575;-0.03677877,0.002796782;0.3998135;-0.008787449,0;0;0,0.001898046;0.1999905;-0.0004656152,0.004565537;0.4993268;-0.01918393,0.1213902;0.3821374;0.005089384,0.1553106;0.1301247;0.1223029,0.1901796;-0.1095607;0.2627844,-0.1137346;0.3749623;-0.007442685,-0.1613625;0.1237524;0.1066851,-0.2013012;-0.1343804;0.2075433,0.07184046;0.003163141;-0.03505629,0.09520611;-0.3736153;0.008441858,0.1042361;-0.7140527;0.08919366,0.1130606;-0.7682834;0.03602108,-0.0688051;0.00708165;-0.04019587,-0.1197997;-0.3681798;-0.008916408,-0.1390394;-0.7086376;0.06994003,-0.1338478;-0.6990043;-0.02782626,0.003648873;0.3997572;-0.009961426,8.232346
+0;0;0,0.001479213;0.1999932;-0.0007361942,0.003990322;0.4993936;-0.01844394,0.1183263;0.3688609;0.003414609,0.1582962;0.1023359;0.07935414,0.2136309;-0.1628577;0.1501386,-0.1106743;0.3618892;-0.01360907,-0.1692827;0.1014449;0.07085261,-0.2217399;-0.1689669;0.1211089,0.07109929;0.004317082;-0.03641777,0.09306395;-0.3728775;0.004101407,0.1020867;-0.7143844;0.08020389,0.1116794;-0.7676221;0.02561926,-0.06930456;0.005870974;-0.0395273,-0.1208246;-0.3694739;-0.01016878,-0.1403419;-0.711552;0.06125712,-0.1335228;-0.7019965;-0.03639289,0.003111837;0.3997906;-0.009584822,0;0;0,0.001898046;0.1999905;-0.0004656152,0.004565537;0.4993268;-0.01918393,0.1213902;0.3821374;0.005089384,0.1553106;0.1301247;0.1223029,0.1901796;-0.1095607;0.2627844,-0.1137346;0.3749623;-0.007442685,-0.1613625;0.1237524;0.1066851,-0.2013012;-0.1343804;0.2075433,0.07184046;0.003163141;-0.03505629,0.09520611;-0.3736153;0.008441858,0.1042361;-0.7140527;0.08919366,0.1130606;-0.7682834;0.03602108,-0.0688051;0.00708165;-0.04019587,-0.1197997;-0.3681798;-0.008916408,-0.1390394;-0.7086376;0.06994003,-0.1338478;-0.6990043;-0.02782626,0.003648873;0.3997572;-0.009961426,8.244079
+0;0;0,0.001479213;0.1999932;-0.0007361942,0.003990322;0.4993936;-0.01844394,0.1183263;0.3688609;0.003414609,0.1582962;0.1023359;0.07935414,0.2136309;-0.1628577;0.1501386,-0.1106743;0.3618892;-0.01360907,-0.1692827;0.1014449;0.07085261,-0.2217399;-0.1689669;0.1211089,0.07109929;0.004317082;-0.03641777,0.09306395;-0.3728775;0.004101407,0.1020867;-0.7143844;0.08020389,0.1116794;-0.7676221;0.02561926,-0.06930456;0.005870974;-0.0395273,-0.1208246;-0.3694739;-0.01016878,-0.1403419;-0.711552;0.06125712,-0.1335228;-0.7019965;-0.03639289,0.003111837;0.3997906;-0.009584822,0;0;0,0.001847453;0.199991;-0.0004477567,0.004524555;0.4993444;-0.01890818,0.1215326;0.3830232;0.00483296,0.155556;0.1326114;0.1253998,0.1896575;-0.1069325;0.2663105,-0.1138121;0.3752422;-0.006526457,-0.1597311;0.1246339;0.1096067,-0.1999741;-0.1316181;0.2150362,0.07181253;0.003282427;-0.03510251,0.09508429;-0.3735259;0.008185718,0.1041689;-0.7139883;0.08882609,0.1058263;-0.7043802;-0.009058662,-0.06884065;0.006963027;-0.04015573,-0.1198336;-0.3683037;-0.008937715,-0.1390822;-0.7088436;0.0695613,-0.1343358;-0.6991771;-0.0282345,0.003610076;0.3997647;-0.009795444,8.265779
+0;0;0,0.001479213;0.1999932;-0.0007361942,0.003990322;0.4993936;-0.01844394,0.1183263;0.3688609;0.003414609,0.1582962;0.1023359;0.07935414,0.2136309;-0.1628577;0.1501386,-0.1106743;0.3618892;-0.01360907,-0.1692827;0.1014449;0.07085261,-0.2217399;-0.1689669;0.1211089,0.07109929;0.004317082;-0.03641777,0.09306395;-0.3728775;0.004101407,0.1020867;-0.7143844;0.08020389,0.1116794;-0.7676221;0.02561926,-0.06930456;0.005870974;-0.0395273,-0.1208246;-0.3694739;-0.01016878,-0.1403419;-0.711552;0.06125712,-0.1335228;-0.7019965;-0.03639289,0.003111837;0.3997906;-0.009584822,0;0;0,0.00222911;0.1995257;-0.01358374,0.005667386;0.4952301;-0.06402079,0.1097318;0.3595217;-0.002195098,0.1436047;0.1108036;0.1218691,0.1768298;-0.1279468;0.2643273,-0.1018982;0.3529513;-0.01260616,-0.1459041;0.1033004;0.1062969,-0.1857515;-0.151355;0.2156715,0.07181272;0.003329755;-0.03509767,0.09515808;-0.3735023;0.007943433,0.1041321;-0.7139047;0.08884875,0.1128863;-0.7681943;0.03575787,-0.06885324;0.006895658;-0.04014575,-0.1198539;-0.3683766;-0.009006279,-0.1391001;-0.7089078;0.06953094,-0.134368;-0.7023814;-0.02755972,0.004574651;0.3968053;-0.04637552,8.288093
+0;0;0,0.001648523;0.199991;-0.0009389868,0.004389808;0.4993745;-0.01889814,0.1187024;0.3691261;0.003225997,0.1594947;0.1040187;0.08356324,0.213288;-0.1578158;0.1669236,-0.1105665;0.3624949;-0.01363298,-0.169369;0.1037166;0.07567582,-0.2227433;-0.1653162;0.132001,0.07110311;0.004180522;-0.03642623,0.09375824;-0.3728886;0.004872877,0.1027866;-0.7143755;0.08106472,0.1122511;-0.7674873;0.02626647,-0.06932952;0.00598912;-0.03946577,-0.1202694;-0.3694341;-0.01009656,-0.139673;-0.7113947;0.06192034,-0.1328935;-0.7018621;-0.03572761,0.003435059;0.3997796;-0.009957939,0;0;0,0.00222911;0.1995257;-0.01358374,0.005667386;0.4952301;-0.06402079,0.1097318;0.3595217;-0.002195098,0.1436047;0.1108036;0.1218691,0.1768298;-0.1279468;0.2643273,-0.1018982;0.3529513;-0.01260616,-0.1459041;0.1033004;0.1062969,-0.1857515;-0.151355;0.2156715,0.07181272;0.003329755;-0.03509767,0.09515808;-0.3735023;0.007943433,0.1041321;-0.7139047;0.08884875,0.1128863;-0.7681943;0.03575787,-0.06885324;0.006895658;-0.04014575,-0.1198539;-0.3683766;-0.009006279,-0.1391001;-0.7089078;0.06953094,-0.134368;-0.7023814;-0.02755972,0.004574651;0.3968053;-0.04637552,8.299456
+0;0;0,0.001648523;0.199991;-0.0009389868,0.004389808;0.4993745;-0.01889814,0.1187024;0.3691261;0.003225997,0.1594947;0.1040187;0.08356324,0.213288;-0.1578158;0.1669236,-0.1105665;0.3624949;-0.01363298,-0.169369;0.1037166;0.07567582,-0.2227433;-0.1653162;0.132001,0.07110311;0.004180522;-0.03642623,0.09375824;-0.3728886;0.004872877,0.1027866;-0.7143755;0.08106472,0.1122511;-0.7674873;0.02626647,-0.06932952;0.00598912;-0.03946577,-0.1202694;-0.3694341;-0.01009656,-0.139673;-0.7113947;0.06192034,-0.1328935;-0.7018621;-0.03572761,0.003435059;0.3997796;-0.009957939,0;0;0,0.00160924;0.1997062;-0.01071595,0.000171096;0.4989035;-0.02952662,0.1174318;0.3876276;0.004597435,0.1511849;0.1396968;0.1302599,0.1759442;-0.09771796;0.2766198,-0.1173796;0.3786013;-0.006267678,-0.1608609;0.1313324;0.117698,-0.2016511;-0.1221985;0.2293144,0.07178325;0.003453143;-0.03514599,0.09490599;-0.373405;0.007787436,0.1038894;-0.7137934;0.08875068,0.1125493;-0.7680785;0.03563726,-0.0689013;0.006758552;-0.04008656,-0.1199922;-0.3685089;-0.009037077,-0.1393726;-0.7090586;0.06938659,-0.134518;-0.7001157;-0.02825067,0.000188748;0.3995678;-0.01801905,8.321578
+0;0;0,0.001648523;0.199991;-0.0009389868,0.004389808;0.4993745;-0.01889814,0.1187024;0.3691261;0.003225997,0.1594947;0.1040187;0.08356324,0.213288;-0.1578158;0.1669236,-0.1105665;0.3624949;-0.01363298,-0.169369;0.1037166;0.07567582,-0.2227433;-0.1653162;0.132001,0.07110311;0.004180522;-0.03642623,0.09375824;-0.3728886;0.004872877,0.1027866;-0.7143755;0.08106472,0.1122511;-0.7674873;0.02626647,-0.06932952;0.00598912;-0.03946577,-0.1202694;-0.3694341;-0.01009656,-0.139673;-0.7113947;0.06192034,-0.1328935;-0.7018621;-0.03572761,0.003435059;0.3997796;-0.009957939,0;0;0,0.00160924;0.1997062;-0.01071595,0.000171096;0.4989035;-0.02952662,0.1174318;0.3876276;0.004597435,0.1511849;0.1396968;0.1302599,0.1759442;-0.09771796;0.2766198,-0.1173796;0.3786013;-0.006267678,-0.1608609;0.1313324;0.117698,-0.2016511;-0.1221985;0.2293144,0.07178325;0.003453143;-0.03514599,0.09490599;-0.373405;0.007787436,0.1038894;-0.7137934;0.08875068,0.1125493;-0.7680785;0.03563726,-0.0689013;0.006758552;-0.04008656,-0.1199922;-0.3685089;-0.009037077,-0.1393726;-0.7090586;0.06938659,-0.134518;-0.7001157;-0.02825067,0.000188748;0.3995678;-0.01801905,8.333108
+0;0;0,0.001725646;0.1999879;-0.001368789,0.004661737;0.4993159;-0.02018516,0.1189736;0.3695578;0.002657797,0.1602739;0.1060417;0.0878257,0.2131609;-0.1519985;0.1827901,-0.1105509;0.3629465;-0.01371497,-0.1697063;0.1063033;0.0813371,-0.2240128;-0.1608484;0.145218,0.07104696;0.004102517;-0.03654449,0.09429586;-0.3728869;0.005150393,0.1032052;-0.714336;0.08152527,0.1127017;-0.7673557;0.02659309,-0.06936858;0.006057672;-0.0393866,-0.1198686;-0.3694058;-0.009773796,-0.1394771;-0.7113454;0.06228735,-0.1328509;-0.7018828;-0.03535644,0.003632416;0.3997497;-0.01093874,0;0;0,0.001786895;0.1995097;-0.01388194,0.004868289;0.4951802;-0.06454213,0.1095935;0.360933;-0.002568055,0.1413707;0.1153219;0.1280665,0.1681592;-0.1156472;0.2840653,-0.1027977;0.3537413;-0.01298777,-0.1448328;0.1073104;0.1131267,-0.1827012;-0.1359875;0.2464389,0.07177757;0.003522328;-0.03515071,0.09485678;-0.3733579;0.007612258,0.1038187;-0.7137238;0.08867244,0.1126784;-0.7680241;0.03561628,-0.06891518;0.006677068;-0.04007636,-0.120073;-0.3685814;-0.009028327,-0.139464;-0.7091141;0.06946674,-0.1346771;-0.7026336;-0.02761015,0.003980783;0.3967585;-0.04686804,8.355203
+0;0;0,0.001725646;0.1999879;-0.001368789,0.004661737;0.4993159;-0.02018516,0.1189736;0.3695578;0.002657797,0.1602739;0.1060417;0.0878257,0.2131609;-0.1519985;0.1827901,-0.1105509;0.3629465;-0.01371497,-0.1697063;0.1063033;0.0813371,-0.2240128;-0.1608484;0.145218,0.07104696;0.004102517;-0.03654449,0.09429586;-0.3728869;0.005150393,0.1032052;-0.714336;0.08152527,0.1127017;-0.7673557;0.02659309,-0.06936858;0.006057672;-0.0393866,-0.1198686;-0.3694058;-0.009773796,-0.1394771;-0.7113454;0.06228735,-0.1328509;-0.7018828;-0.03535644,0.003632416;0.3997497;-0.01093874,0;0;0,0.001854959;0.1994266;-0.01501924,0.004724791;0.495315;-0.06436324,0.108833;0.3608449;-0.001118667,0.140503;0.1159239;0.130831,0.1647312;-0.1147887;0.2876262,-0.1029262;0.3539904;-0.01262003,-0.1436436;0.1089813;0.1166573,-0.182601;-0.1348987;0.2485848,0.0717374;0.003574125;-0.0352274,0.09458283;-0.3733079;0.007644873,0.1035149;-0.7136735;0.08870928,0.1125577;-0.7677374;0.03530986,-0.06897438;0.00663873;-0.03998076,-0.1202207;-0.3686165;-0.009040413,-0.1396521;-0.709162;0.06938922,-0.134333;-0.7026861;-0.02765884,0.003838298;0.3968934;-0.04668866,8.377552
+0;0;0,0.001780854;0.1999853;-0.001651063,0.004817547;0.4992857;-0.02088764,0.1191515;0.3697956;0.002173541,0.161202;0.1085096;0.09361418,0.2124534;-0.1466951;0.1967832,-0.1105975;0.3634441;-0.01414558,-0.1695254;0.1088128;0.08630542,-0.224845;-0.1561006;0.1581428,0.07109837;0.003995028;-0.03645628,0.09478206;-0.3729681;0.005231351,0.1036075;-0.7143431;0.0819465,0.1124892;-0.7672446;0.02673372,-0.0693379;0.00616317;-0.03942424,-0.1194684;-0.369329;-0.00954894,-0.1390257;-0.7112314;0.06270248,-0.1324077;-0.7018081;-0.0349336,0.003753499;0.3997327;-0.01150361,0;0;0,0.001854959;0.1994266;-0.01501924,0.004724791;0.495315;-0.06436324,0.108833;0.3608449;-0.001118667,0.140503;0.1159239;0.130831,0.1647312;-0.1147887;0.2876262,-0.1029262;0.3539904;-0.01262003,-0.1436436;0.1089813;0.1166573,-0.182601;-0.1348987;0.2485848,0.0717374;0.003574125;-0.0352274,0.09458283;-0.3733079;0.007644873,0.1035149;-0.7136735;0.08870928,0.1125577;-0.7677374;0.03530986,-0.06897438;0.00663873;-0.03998076,-0.1202207;-0.3686165;-0.009040413,-0.1396521;-0.709162;0.06938922,-0.134333;-0.7026861;-0.02765884,0.003838298;0.3968934;-0.04668866,8.399797
+0;0;0,0.001780854;0.1999853;-0.001651063,0.004817547;0.4992857;-0.02088764,0.1191515;0.3697956;0.002173541,0.161202;0.1085096;0.09361418,0.2124534;-0.1466951;0.1967832,-0.1105975;0.3634441;-0.01414558,-0.1695254;0.1088128;0.08630542,-0.224845;-0.1561006;0.1581428,0.07109837;0.003995028;-0.03645628,0.09478206;-0.3729681;0.005231351,0.1036075;-0.7143431;0.0819465,0.1124892;-0.7672446;0.02673372,-0.0693379;0.00616317;-0.03942424,-0.1194684;-0.369329;-0.00954894,-0.1390257;-0.7112314;0.06270248,-0.1324077;-0.7018081;-0.0349336,0.003753499;0.3997327;-0.01150361,0;0;0,0.001773652;0.1993176;-0.01641167,0.004624881;0.495314;-0.06501574,0.109128;0.3619501;-0.001426127,0.1415842;0.1183892;0.1328299,0.1646474;-0.1107305;0.2921166,-0.1034671;0.354864;-0.01340013,-0.1453275;0.1118295;0.1191967,-0.1854582;-0.1306663;0.2533061,0.07175135;0.003488882;-0.03520754,0.09467749;-0.3733766;0.007767167,0.1035823;-0.7137671;0.08872993,0.1060692;-0.7074043;-0.008404508,-0.06896336;0.006677613;-0.0399933,-0.120024;-0.3685922;-0.008922672,-0.1396089;-0.7091561;0.06938861,-0.1340086;-0.702737;-0.02762983,0.003773932;0.3969579;-0.04697799,8.411101
+0;0;0,0.001780854;0.1999853;-0.001651063,0.004817547;0.4992857;-0.02088764,0.1191515;0.3697956;0.002173541,0.161202;0.1085096;0.09361418,0.2124534;-0.1466951;0.1967832,-0.1105975;0.3634441;-0.01414558,-0.1695254;0.1088128;0.08630542,-0.224845;-0.1561006;0.1581428,0.07109837;0.003995028;-0.03645628,0.09478206;-0.3729681;0.005231351,0.1036075;-0.7143431;0.0819465,0.1124892;-0.7672446;0.02673372,-0.0693379;0.00616317;-0.03942424,-0.1194684;-0.369329;-0.00954894,-0.1390257;-0.7112314;0.06270248,-0.1324077;-0.7018081;-0.0349336,0.003753499;0.3997327;-0.01150361,0;0;0,0.001773652;0.1993176;-0.01641167,0.004624881;0.495314;-0.06501574,0.109128;0.3619501;-0.001426127,0.1415842;0.1183892;0.1328299,0.1646474;-0.1107305;0.2921166,-0.1034671;0.354864;-0.01340013,-0.1453275;0.1118295;0.1191967,-0.1854582;-0.1306663;0.2533061,0.07175135;0.003488882;-0.03520754,0.09467749;-0.3733766;0.007767167,0.1035823;-0.7137671;0.08872993,0.1060692;-0.7074043;-0.008404508,-0.06896336;0.006677613;-0.0399933,-0.120024;-0.3685922;-0.008922672,-0.1396089;-0.7091561;0.06938861,-0.1340086;-0.702737;-0.02762983,0.003773932;0.3969579;-0.04697799,8.422322
+0;0;0,0.001780854;0.1999853;-0.001651063,0.004817547;0.4992857;-0.02088764,0.1191515;0.3697956;0.002173541,0.161202;0.1085096;0.09361418,0.2124534;-0.1466951;0.1967832,-0.1105975;0.3634441;-0.01414558,-0.1695254;0.1088128;0.08630542,-0.224845;-0.1561006;0.1581428,0.07109837;0.003995028;-0.03645628,0.09478206;-0.3729681;0.005231351,0.1036075;-0.7143431;0.0819465,0.1124892;-0.7672446;0.02673372,-0.0693379;0.00616317;-0.03942424,-0.1194684;-0.369329;-0.00954894,-0.1390257;-0.7112314;0.06270248,-0.1324077;-0.7018081;-0.0349336,0.003753499;0.3997327;-0.01150361,0;0;0,0.001773652;0.1993176;-0.01641167,0.004624881;0.495314;-0.06501574,0.109128;0.3619501;-0.001426127,0.1415842;0.1183892;0.1328299,0.1646474;-0.1107305;0.2921166,-0.1034671;0.354864;-0.01340013,-0.1453275;0.1118295;0.1191967,-0.1854582;-0.1306663;0.2533061,0.07175135;0.003488882;-0.03520754,0.09467749;-0.3733766;0.007767167,0.1035823;-0.7137671;0.08872993,0.1060692;-0.7074043;-0.008404508,-0.06896336;0.006677613;-0.0399933,-0.120024;-0.3685922;-0.008922672,-0.1396089;-0.7091561;0.06938861,-0.1340086;-0.702737;-0.02762983,0.003773932;0.3969579;-0.04697799,8.444436
+0;0;0,0.001905312;0.1999814;-0.001947707,0.00515185;0.499248;-0.02166764,0.1195202;0.3701872;0.001548276,0.1610066;0.1109739;0.09895129,0.2095944;-0.1415545;0.209715,-0.1104957;0.3638988;-0.01431691,-0.1692756;0.1110242;0.09056079,-0.224506;-0.1515441;0.1706077,0.07117052;0.003824608;-0.03633358,0.09516235;-0.3730992;0.005532775,0.104048;-0.7144322;0.08242761,0.1133843;-0.7672879;0.02722086,-0.06929953;0.006329586;-0.03946533,-0.1188779;-0.3692114;-0.009284085,-0.1384591;-0.711062;0.06320566,-0.1319986;-0.7016788;-0.0344325,0.004014595;0.3997115;-0.012118,0;0;0,0.001622119;0.199247;-0.0172628,0.004149004;0.4952808;-0.06558979,0.1091732;0.3629223;-0.001898039,0.142314;0.1203964;0.1340537,0.1633766;-0.1055791;0.2980397,-0.1041048;0.3553587;-0.01409778,-0.1462269;0.1140971;0.1216173,-0.1879146;-0.1264599;0.2587101,0.07173967;0.003501856;-0.03523006,0.09458773;-0.3733723;0.00770916,0.1033744;-0.7137493;0.08874194,0.1059997;-0.7074326;-0.008377627,-0.06898995;0.006635179;-0.03995449,-0.1200887;-0.3686265;-0.008848419,-0.1398986;-0.7091945;0.06938807,-0.134158;-0.7028224;-0.02761075,0.00344076;0.39697;-0.04730085,8.466618
+0;0;0,0.001905312;0.1999814;-0.001947707,0.00515185;0.499248;-0.02166764,0.1195202;0.3701872;0.001548276,0.1610066;0.1109739;0.09895129,0.2095944;-0.1415545;0.209715,-0.1104957;0.3638988;-0.01431691,-0.1692756;0.1110242;0.09056079,-0.224506;-0.1515441;0.1706077,0.07117052;0.003824608;-0.03633358,0.09516235;-0.3730992;0.005532775,0.104048;-0.7144322;0.08242761,0.1133843;-0.7672879;0.02722086,-0.06929953;0.006329586;-0.03946533,-0.1188779;-0.3692114;-0.009284085,-0.1384591;-0.711062;0.06320566,-0.1319986;-0.7016788;-0.0344325,0.004014595;0.3997115;-0.012118,0;0;0,0.001621231;0.1991973;-0.01782711,0.004098414;0.4952432;-0.06603564,0.1092534;0.3635376;-0.002032816,0.1426072;0.1221897;0.135948,0.1623619;-0.1009853;0.3038845,-0.1043496;0.3558273;-0.01437821,-0.1465128;0.1164029;0.1245399,-0.1893385;-0.1219573;0.265076,0.07174122;0.003407977;-0.03523609,0.09445081;-0.3734724;0.007721957,0.1030662;-0.7138454;0.08878979,0.1057638;-0.7075577;-0.008320719,-0.0690044;0.006696418;-0.0399193,-0.1200839;-0.3685666;-0.008797409,-0.1398976;-0.7091353;0.06943519,-0.134087;-0.7027977;-0.02755104,0.003381211;0.3969654;-0.04757033,8.489109
+0;0;0,0.001905312;0.1999814;-0.001947707,0.00515185;0.499248;-0.02166764,0.1195202;0.3701872;0.001548276,0.1610066;0.1109739;0.09895129,0.2095944;-0.1415545;0.209715,-0.1104957;0.3638988;-0.01431691,-0.1692756;0.1110242;0.09056079,-0.224506;-0.1515441;0.1706077,0.07117052;0.003824608;-0.03633358,0.09516235;-0.3730992;0.005532775,0.104048;-0.7144322;0.08242761,0.1133843;-0.7672879;0.02722086,-0.06929953;0.006329586;-0.03946533,-0.1188779;-0.3692114;-0.009284085,-0.1384591;-0.711062;0.06320566,-0.1319986;-0.7016788;-0.0344325,0.004014595;0.3997115;-0.012118,0;0;0,0.001621231;0.1991973;-0.01782711,0.004098414;0.4952432;-0.06603564,0.1092534;0.3635376;-0.002032816,0.1426072;0.1221897;0.135948,0.1623619;-0.1009853;0.3038845,-0.1043496;0.3558273;-0.01437821,-0.1465128;0.1164029;0.1245399,-0.1893385;-0.1219573;0.265076,0.07174122;0.003407977;-0.03523609,0.09445081;-0.3734724;0.007721957,0.1030662;-0.7138454;0.08878979,0.1057638;-0.7075577;-0.008320719,-0.0690044;0.006696418;-0.0399193,-0.1200839;-0.3685666;-0.008797409,-0.1398976;-0.7091353;0.06943519,-0.134087;-0.7027977;-0.02755104,0.003381211;0.3969654;-0.04757033,8.500398
+0;0;0,0.001883863;0.1999787;-0.002229017,0.005034084;0.4992148;-0.02241706,0.1195642;0.3706563;0.0009724665,0.1609223;0.1133559;0.1033738,0.2076508;-0.1361763;0.2214843,-0.1106733;0.3641799;-0.01453708,-0.1695518;0.1135172;0.09547004,-0.2252258;-0.1470993;0.1813736,0.07123788;0.003689538;-0.03621534,0.09547493;-0.3732003;0.005816042,0.1043456;-0.7145054;0.08283657,0.1134437;-0.7679935;0.02855054,-0.06923365;0.00644583;-0.03956201,-0.1185202;-0.3691311;-0.009349275,-0.138244;-0.7109141;0.06341968,-0.1319005;-0.7015715;-0.03421758,0.003936518;0.3996936;-0.01270486,0;0;0,0.001588075;0.1991633;-0.01820644,0.003992735;0.4952019;-0.06643339,0.1092581;0.3638688;-0.002255239,0.1426572;0.1239187;0.1381315,0.1613458;-0.09558666;0.3109556,-0.1046573;0.3563221;-0.01473058,-0.1466081;0.1183;0.1266398,-0.1913802;-0.1159452;0.2733527,0.07172429;0.003333206;-0.03527771,0.09448668;-0.3735449;0.007672701,0.1029974;-0.7139344;0.08868207,0.1057902;-0.7076772;-0.008418299,-0.06902578;0.006765057;-0.03987073,-0.1200833;-0.3685071;-0.008824237,-0.1399537;-0.7090589;0.0694679,-0.1340478;-0.7027504;-0.02750545,0.003294563;0.3969493;-0.04783383,8.511479
+0;0;0,0.001883863;0.1999787;-0.002229017,0.005034084;0.4992148;-0.02241706,0.1195642;0.3706563;0.0009724665,0.1609223;0.1133559;0.1033738,0.2076508;-0.1361763;0.2214843,-0.1106733;0.3641799;-0.01453708,-0.1695518;0.1135172;0.09547004,-0.2252258;-0.1470993;0.1813736,0.07123788;0.003689538;-0.03621534,0.09547493;-0.3732003;0.005816042,0.1043456;-0.7145054;0.08283657,0.1134437;-0.7679935;0.02855054,-0.06923365;0.00644583;-0.03956201,-0.1185202;-0.3691311;-0.009349275,-0.138244;-0.7109141;0.06341968,-0.1319005;-0.7015715;-0.03421758,0.003936518;0.3996936;-0.01270486,0;0;0,0.001588075;0.1991633;-0.01820644,0.003992735;0.4952019;-0.06643339,0.1092581;0.3638688;-0.002255239,0.1426572;0.1239187;0.1381315,0.1613458;-0.09558666;0.3109556,-0.1046573;0.3563221;-0.01473058,-0.1466081;0.1183;0.1266398,-0.1913802;-0.1159452;0.2733527,0.07172429;0.003333206;-0.03527771,0.09448668;-0.3735449;0.007672701,0.1029974;-0.7139344;0.08868207,0.1057902;-0.7076772;-0.008418299,-0.06902578;0.006765057;-0.03987073,-0.1200833;-0.3685071;-0.008824237,-0.1399537;-0.7090589;0.0694679,-0.1340478;-0.7027504;-0.02750545,0.003294563;0.3969493;-0.04783383,8.533755
+0;0;0,0.001883863;0.1999787;-0.002229017,0.005034084;0.4992148;-0.02241706,0.1195642;0.3706563;0.0009724665,0.1609223;0.1133559;0.1033738,0.2076508;-0.1361763;0.2214843,-0.1106733;0.3641799;-0.01453708,-0.1695518;0.1135172;0.09547004,-0.2252258;-0.1470993;0.1813736,0.07123788;0.003689538;-0.03621534,0.09547493;-0.3732003;0.005816042,0.1043456;-0.7145054;0.08283657,0.1134437;-0.7679935;0.02855054,-0.06923365;0.00644583;-0.03956201,-0.1185202;-0.3691311;-0.009349275,-0.138244;-0.7109141;0.06341968,-0.1319005;-0.7015715;-0.03421758,0.003936518;0.3996936;-0.01270486,0;0;0,0.001588075;0.1991633;-0.01820644,0.003992735;0.4952019;-0.06643339,0.1092581;0.3638688;-0.002255239,0.1426572;0.1239187;0.1381315,0.1613458;-0.09558666;0.3109556,-0.1046573;0.3563221;-0.01473058,-0.1466081;0.1183;0.1266398,-0.1913802;-0.1159452;0.2733527,0.07172429;0.003333206;-0.03527771,0.09448668;-0.3735449;0.007672701,0.1029974;-0.7139344;0.08868207,0.1057902;-0.7076772;-0.008418299,-0.06902578;0.006765057;-0.03987073,-0.1200833;-0.3685071;-0.008824237,-0.1399537;-0.7090589;0.0694679,-0.1340478;-0.7027504;-0.02750545,0.003294563;0.3969493;-0.04783383,8.545286
+0;0;0,0.001851733;0.1999748;-0.00257883,0.004879995;0.4991637;-0.02346168,0.1195835;0.3711879;0.0003156103,0.1609408;0.1159693;0.1078006,0.2054681;-0.1304768;0.233027,-0.1109036;0.3645411;-0.01476072,-0.1696289;0.1157762;0.09955192,-0.2241907;-0.1425331;0.1928218,0.07126784;0.003608861;-0.0361645,0.09547737;-0.3732705;0.005975664,0.1044483;-0.7145779;0.0829744,0.1075567;-0.7053507;-0.01479487,-0.06922544;0.006505863;-0.03956655,-0.1185789;-0.3690887;-0.009684058,-0.1382806;-0.7107908;0.0634701,-0.1320906;-0.7015021;-0.03416558,0.003833576;0.3996665;-0.01350183,0;0;0,0.001532935;0.1991213;-0.0186644,0.003813032;0.4951144;-0.06714272,0.1092988;0.3643889;-0.002758849,0.1432801;0.1257563;0.1397184,0.1608291;-0.09138787;0.3156173,-0.1049896;0.3568093;-0.01520079,-0.1468738;0.1205964;0.1291918,-0.1938665;-0.1038703;0.2898354,0.07174364;0.003231254;-0.03524782,0.09437966;-0.3736534;0.007712435,0.1027952;-0.7140734;0.08860363,0.1055958;-0.707865;-0.008484572,-0.06900392;0.006850109;-0.03989406,-0.1199912;-0.3684293;-0.008819165,-0.1403102;-0.7090042;0.06925662,-0.1343934;-0.7027496;-0.02770291,0.003154953;0.396903;-0.04832561,8.567485
+0;0;0,0.001851733;0.1999748;-0.00257883,0.004879995;0.4991637;-0.02346168,0.1195835;0.3711879;0.0003156103,0.1609408;0.1159693;0.1078006,0.2054681;-0.1304768;0.233027,-0.1109036;0.3645411;-0.01476072,-0.1696289;0.1157762;0.09955192,-0.2241907;-0.1425331;0.1928218,0.07126784;0.003608861;-0.0361645,0.09547737;-0.3732705;0.005975664,0.1044483;-0.7145779;0.0829744,0.1075567;-0.7053507;-0.01479487,-0.06922544;0.006505863;-0.03956655,-0.1185789;-0.3690887;-0.009684058,-0.1382806;-0.7107908;0.0634701,-0.1320906;-0.7015021;-0.03416558,0.003833576;0.3996665;-0.01350183,0;0;0,0.001471042;0.1990725;-0.01918249,0.003557436;0.4949591;-0.06827664,0.1091172;0.3645917;-0.003376164,0.1435529;0.1276708;0.1418225,0.1607841;-0.08768475;0.3199379,-0.1052397;0.3570696;-0.01572715,-0.1486872;0.1233981;0.1322928,-0.193976;-0.1012196;0.2932147,0.07173092;0.003213478;-0.03527533,0.09410584;-0.3736986;0.007580735,0.1024029;-0.7141348;0.0884163,0.1051523;-0.7080054;-0.008653969,-0.06901066;0.006845664;-0.03988314,-0.1203121;-0.3683973;-0.008885268,-0.1406536;-0.7090114;0.06901364,-0.1347884;-0.7028362;-0.02792956,0.002955081;0.3968157;-0.04910596,8.578737
+0;0;0,0.001745739;0.1999713;-0.002902062,0.00447825;0.4991173;-0.02442256,0.1193448;0.3715485;-3.456883E-05,0.1608005;0.1186448;0.1127536,0.2021407;-0.1258778;0.2427523,-0.1112605;0.3647314;-0.01489651,-0.1693903;0.1183799;0.1048194,-0.2243399;-0.1378242;0.2035108,0.07129746;0.003562906;-0.03611063,0.09553974;-0.3733143;0.006030433,0.1045121;-0.7146056;0.08310015,0.1075536;-0.7054284;-0.01466059,-0.06919717;0.006525774;-0.03961269,-0.1185534;-0.3690725;-0.009781748,-0.1384431;-0.7107458;0.06345591,-0.1323167;-0.7015084;-0.03417291,0.003547228;0.3996418;-0.01423647,0;0;0,0.001471042;0.1990725;-0.01918249,0.003557436;0.4949591;-0.06827664,0.1091172;0.3645917;-0.003376164,0.1435529;0.1276708;0.1418225,0.1607841;-0.08768475;0.3199379,-0.1052397;0.3570696;-0.01572715,-0.1486872;0.1233981;0.1322928,-0.193976;-0.1012196;0.2932147,0.07173092;0.003213478;-0.03527533,0.09410584;-0.3736986;0.007580735,0.1024029;-0.7141348;0.0884163,0.1051523;-0.7080054;-0.008653969,-0.06901066;0.006845664;-0.03988314,-0.1203121;-0.3683973;-0.008885268,-0.1406536;-0.7090114;0.06901364,-0.1347884;-0.7028362;-0.02792956,0.002955081;0.3968157;-0.04910596,8.600691
+0;0;0,0.001745739;0.1999713;-0.002902062,0.00447825;0.4991173;-0.02442256,0.1193448;0.3715485;-3.456883E-05,0.1608005;0.1186448;0.1127536,0.2021407;-0.1258778;0.2427523,-0.1112605;0.3647314;-0.01489651,-0.1693903;0.1183799;0.1048194,-0.2243399;-0.1378242;0.2035108,0.07129746;0.003562906;-0.03611063,0.09553974;-0.3733143;0.006030433,0.1045121;-0.7146056;0.08310015,0.1075536;-0.7054284;-0.01466059,-0.06919717;0.006525774;-0.03961269,-0.1185534;-0.3690725;-0.009781748,-0.1384431;-0.7107458;0.06345591,-0.1323167;-0.7015084;-0.03417291,0.003547228;0.3996418;-0.01423647,0;0;0,0.001376041;0.1990405;-0.0195191,0.003356672;0.494893;-0.06880556,0.109044;0.3649817;-0.003710024,0.143685;0.129812;0.1442603,0.1605063;-0.08316818;0.3252479,-0.1054895;0.3572771;-0.01607608,-0.1502532;0.1259196;0.135152,-0.1960489;-0.09604479;0.2995738,0.07172097;0.003200671;-0.03529669,0.0938715;-0.3737464;0.007367514,0.1022425;-0.714129;0.08842073,0.1049857;-0.7080395;-0.008639887,-0.0690223;0.00682998;-0.03986569,-0.1206072;-0.3683917;-0.009081703,-0.1408208;-0.7090263;0.06876081,-0.1349612;-0.7028892;-0.02817334,0.002780474;0.3967747;-0.04950584,8.612531
+0;0;0,0.001745739;0.1999713;-0.002902062,0.00447825;0.4991173;-0.02442256,0.1193448;0.3715485;-3.456883E-05,0.1608005;0.1186448;0.1127536,0.2021407;-0.1258778;0.2427523,-0.1112605;0.3647314;-0.01489651,-0.1693903;0.1183799;0.1048194,-0.2243399;-0.1378242;0.2035108,0.07129746;0.003562906;-0.03611063,0.09553974;-0.3733143;0.006030433,0.1045121;-0.7146056;0.08310015,0.1075536;-0.7054284;-0.01466059,-0.06919717;0.006525774;-0.03961269,-0.1185534;-0.3690725;-0.009781748,-0.1384431;-0.7107458;0.06345591,-0.1323167;-0.7015084;-0.03417291,0.003547228;0.3996418;-0.01423647,0;0;0,0.001376041;0.1990405;-0.0195191,0.003356672;0.494893;-0.06880556,0.109044;0.3649817;-0.003710024,0.143685;0.129812;0.1442603,0.1605063;-0.08316818;0.3252479,-0.1054895;0.3572771;-0.01607608,-0.1502532;0.1259196;0.135152,-0.1960489;-0.09604479;0.2995738,0.07172097;0.003200671;-0.03529669,0.0938715;-0.3737464;0.007367514,0.1022425;-0.714129;0.08842073,0.1049857;-0.7080395;-0.008639887,-0.0690223;0.00682998;-0.03986569,-0.1206072;-0.3683917;-0.009081703,-0.1408208;-0.7090263;0.06876081,-0.1349612;-0.7028892;-0.02817334,0.002780474;0.3967747;-0.04950584,8.6344
+0;0;0,0.001686809;0.1999661;-0.003274036,0.004289288;0.4990646;-0.025455,0.1192661;0.3720248;-0.0003782716,0.1600407;0.1215664;0.1179772,0.1964859;-0.1183722;0.2576239,-0.1115017;0.3650206;-0.01504323,-0.1689939;0.1209218;0.1094976,-0.2237308;-0.1327192;0.2147124,0.0712592;0.003552359;-0.0361871,0.09573577;-0.3733116;0.005937271,0.1046263;-0.7145122;0.08341698,0.1128581;-0.7682536;0.02938345,-0.06922229;0.006518638;-0.03956995,-0.1184893;-0.3691207;-0.01011023,-0.1384088;-0.7107061;0.06352809,-0.1323423;-0.7015224;-0.03409302,0.003404472;0.3996122;-0.01504167,0;0;0,0.001241378;0.1990044;-0.01989225,0.003102312;0.4948004;-0.06950295,0.1089977;0.3654434;-0.004270654,0.1442454;0.1319396;0.1461739,0.160791;-0.0777145;0.331029,-0.1057698;0.3574859;-0.01648803,-0.1513821;0.1284707;0.1380163,-0.1963414;-0.09299441;0.3033397,0.07171389;0.003269055;-0.03530483,0.09354973;-0.3737375;0.006994393,0.1018482;-0.714126;0.08803022,0.1045086;-0.708085;-0.009020746,-0.06903867;0.006738845;-0.03985285,-0.1208935;-0.3684743;-0.009420261,-0.1411236;-0.7090948;0.06847972,-0.1353465;-0.7030094;-0.02844664,0.002563246;0.3967167;-0.05002755,8.646126
+0;0;0,0.001686809;0.1999661;-0.003274036,0.004289288;0.4990646;-0.025455,0.1192661;0.3720248;-0.0003782716,0.1600407;0.1215664;0.1179772,0.1964859;-0.1183722;0.2576239,-0.1115017;0.3650206;-0.01504323,-0.1689939;0.1209218;0.1094976,-0.2237308;-0.1327192;0.2147124,0.0712592;0.003552359;-0.0361871,0.09573577;-0.3733116;0.005937271,0.1046263;-0.7145122;0.08341698,0.1128581;-0.7682536;0.02938345,-0.06922229;0.006518638;-0.03956995,-0.1184893;-0.3691207;-0.01011023,-0.1384088;-0.7107061;0.06352809,-0.1323423;-0.7015224;-0.03409302,0.003404472;0.3996122;-0.01504167,0;0;0,0.001241378;0.1990044;-0.01989225,0.003102312;0.4948004;-0.06950295,0.1089977;0.3654434;-0.004270654,0.1442454;0.1319396;0.1461739,0.160791;-0.0777145;0.331029,-0.1057698;0.3574859;-0.01648803,-0.1513821;0.1284707;0.1380163,-0.1963414;-0.09299441;0.3033397,0.07171389;0.003269055;-0.03530483,0.09354973;-0.3737375;0.006994393,0.1018482;-0.714126;0.08803022,0.1045086;-0.708085;-0.009020746,-0.06903867;0.006738845;-0.03985285,-0.1208935;-0.3684743;-0.009420261,-0.1411236;-0.7090948;0.06847972,-0.1353465;-0.7030094;-0.02844664,0.002563246;0.3967167;-0.05002755,8.667865
+0;0;0,0.001686809;0.1999661;-0.003274036,0.004289288;0.4990646;-0.025455,0.1192661;0.3720248;-0.0003782716,0.1600407;0.1215664;0.1179772,0.1964859;-0.1183722;0.2576239,-0.1115017;0.3650206;-0.01504323,-0.1689939;0.1209218;0.1094976,-0.2237308;-0.1327192;0.2147124,0.0712592;0.003552359;-0.0361871,0.09573577;-0.3733116;0.005937271,0.1046263;-0.7145122;0.08341698,0.1128581;-0.7682536;0.02938345,-0.06922229;0.006518638;-0.03956995,-0.1184893;-0.3691207;-0.01011023,-0.1384088;-0.7107061;0.06352809,-0.1323423;-0.7015224;-0.03409302,0.003404472;0.3996122;-0.01504167,0;0;0,0.001238389;0.1989792;-0.02014287,0.003110238;0.4947566;-0.06985327,0.109214;0.366064;-0.004632521,0.145182;0.1345648;0.1487118,0.1618357;-0.07165463;0.3373813,-0.1058461;0.3577338;-0.01666438,-0.1521742;0.1307838;0.1406486,-0.1956709;-0.08795644;0.3099435,0.0717494;0.003340233;-0.03522592,0.09352012;-0.3737028;0.006781038,0.1017172;-0.7140825;0.08786389,0.1116746;-0.7684295;0.03507714,-0.0690171;0.006645927;-0.03990579,-0.120805;-0.3685794;-0.009509424,-0.1411085;-0.709205;0.06834956,-0.1354269;-0.703144;-0.0285764,0.002555185;0.3966871;-0.05030666,8.679722
+0;0;0,0.001686809;0.1999661;-0.003274036,0.004289288;0.4990646;-0.025455,0.1192661;0.3720248;-0.0003782716,0.1600407;0.1215664;0.1179772,0.1964859;-0.1183722;0.2576239,-0.1115017;0.3650206;-0.01504323,-0.1689939;0.1209218;0.1094976,-0.2237308;-0.1327192;0.2147124,0.0712592;0.003552359;-0.0361871,0.09573577;-0.3733116;0.005937271,0.1046263;-0.7145122;0.08341698,0.1128581;-0.7682536;0.02938345,-0.06922229;0.006518638;-0.03956995,-0.1184893;-0.3691207;-0.01011023,-0.1384088;-0.7107061;0.06352809,-0.1323423;-0.7015224;-0.03409302,0.003404472;0.3996122;-0.01504167,0;0;0,0.001238389;0.1989792;-0.02014287,0.003110238;0.4947566;-0.06985327,0.109214;0.366064;-0.004632521,0.145182;0.1345648;0.1487118,0.1618357;-0.07165463;0.3373813,-0.1058461;0.3577338;-0.01666438,-0.1521742;0.1307838;0.1406486,-0.1956709;-0.08795644;0.3099435,0.0717494;0.003340233;-0.03522592,0.09352012;-0.3737028;0.006781038,0.1017172;-0.7140825;0.08786389,0.1116746;-0.7684295;0.03507714,-0.0690171;0.006645927;-0.03990579,-0.120805;-0.3685794;-0.009509424,-0.1411085;-0.709205;0.06834956,-0.1354269;-0.703144;-0.0285764,0.002555185;0.3966871;-0.05030666,8.701773
+0;0;0,0.001627948;0.1999621;-0.003536724,0.004102044;0.4990301;-0.02613904,0.1191654;0.3723299;-0.0006307745,0.1592017;0.1239755;0.1223213,0.1957878;-0.1052657;0.2788777,-0.1117827;0.3654728;-0.01523701,-0.1684943;0.1237882;0.1142712,-0.2222086;-0.127606;0.2252473,0.0712775;0.003442517;-0.03616167,0.09571877;-0.3734556;0.005676687,0.1047653;-0.7145888;0.08343478,0.1128966;-0.7683332;0.02939077,-0.06920069;0.006613934;-0.03959192,-0.1185442;-0.3690389;-0.01043441,-0.1384806;-0.7105902;0.0633577,-0.1324243;-0.7014433;-0.0342562,0.003263958;0.3995922;-0.01558447,0;0;0,0.001149511;0.1989557;-0.02037873,0.002929209;0.4947137;-0.07020062,0.1091772;0.3661967;-0.005087078,0.145465;0.1361859;0.1504064,0.1627069;-0.06759661;0.3416533,-0.1060286;0.3578504;-0.01686043,-0.152827;0.1326313;0.1427838,-0.1941253;-0.08262101;0.3170275,0.07176363;0.00340431;-0.03519079,0.09335554;-0.3737068;0.006293353,0.1015144;-0.7140297;0.08761847,0.111444;-0.7682632;0.03464558,-0.06901579;0.006568823;-0.03992081,-0.1210665;-0.3686314;-0.009663764,-0.1412385;-0.7091537;0.0686795,-0.1356889;-0.7031152;-0.02824858,0.002398392;0.3966569;-0.05058949,8.724134
+0;0;0,0.001627948;0.1999621;-0.003536724,0.004102044;0.4990301;-0.02613904,0.1191654;0.3723299;-0.0006307745,0.1592017;0.1239755;0.1223213,0.1957878;-0.1052657;0.2788777,-0.1117827;0.3654728;-0.01523701,-0.1684943;0.1237882;0.1142712,-0.2222086;-0.127606;0.2252473,0.0712775;0.003442517;-0.03616167,0.09571877;-0.3734556;0.005676687,0.1047653;-0.7145888;0.08343478,0.1128966;-0.7683332;0.02939077,-0.06920069;0.006613934;-0.03959192,-0.1185442;-0.3690389;-0.01043441,-0.1384806;-0.7105902;0.0633577,-0.1324243;-0.7014433;-0.0342562,0.003263958;0.3995922;-0.01558447,0;0;0,0.001149511;0.1989557;-0.02037873,0.002929209;0.4947137;-0.07020062,0.1091772;0.3661967;-0.005087078,0.145465;0.1361859;0.1504064,0.1627069;-0.06759661;0.3416533,-0.1060286;0.3578504;-0.01686043,-0.152827;0.1326313;0.1427838,-0.1941253;-0.08262101;0.3170275,0.07176363;0.00340431;-0.03519079,0.09335554;-0.3737068;0.006293353,0.1015144;-0.7140297;0.08761847,0.111444;-0.7682632;0.03464558,-0.06901579;0.006568823;-0.03992081,-0.1210665;-0.3686314;-0.009663764,-0.1412385;-0.7091537;0.0686795,-0.1356889;-0.7031152;-0.02824858,0.002398392;0.3966569;-0.05058949,8.735279
+0;0;0,0.001627948;0.1999621;-0.003536724,0.004102044;0.4990301;-0.02613904,0.1191654;0.3723299;-0.0006307745,0.1592017;0.1239755;0.1223213,0.1957878;-0.1052657;0.2788777,-0.1117827;0.3654728;-0.01523701,-0.1684943;0.1237882;0.1142712,-0.2222086;-0.127606;0.2252473,0.0712775;0.003442517;-0.03616167,0.09571877;-0.3734556;0.005676687,0.1047653;-0.7145888;0.08343478,0.1128966;-0.7683332;0.02939077,-0.06920069;0.006613934;-0.03959192,-0.1185442;-0.3690389;-0.01043441,-0.1384806;-0.7105902;0.0633577,-0.1324243;-0.7014433;-0.0342562,0.003263958;0.3995922;-0.01558447,0;0;0,0.001024355;0.1989312;-0.02062316,0.002715401;0.4946837;-0.07047643,0.1090822;0.3664948;-0.005384263,0.1454875;0.1386632;0.1532582,0.1635511;-0.06342526;0.3462192,-0.1062779;0.3579563;-0.01709931,-0.1533304;0.1348631;0.1454291,-0.1945684;-0.07596564;0.3250139,0.07176699;0.003493887;-0.03517516,0.09296049;-0.3736873;0.00587618,0.101115;-0.7140024;0.08723393,0.1111135;-0.7681639;0.0341596,-0.06901361;0.006458438;-0.03994258,-0.1213754;-0.368718;-0.009928299,-0.141535;-0.7092826;0.06823412,-0.1360245;-0.7032679;-0.02869028,0.002192057;0.3966319;-0.05084033,8.757836
+0;0;0,0.00161355;0.1999584;-0.003747232,0.004070741;0.4990097;-0.02657504,0.1192253;0.3728805;-0.0006554713,0.158755;0.126377;0.1261254,0.1920559;-0.1040541;0.2816649,-0.111924;0.3658539;-0.0152373,-0.1678939;0.1261753;0.11826,-0.221334;-0.122474;0.2353825,0.07133382;0.003341101;-0.03605998,0.09589037;-0.3735242;0.00600531,0.1049087;-0.714637;0.0838557,0.1133538;-0.7682375;0.02963708,-0.0691547;0.006684703;-0.03966033,-0.1182743;-0.368971;-0.01016388,-0.1382194;-0.7104805;0.06381918,-0.1321725;-0.7013566;-0.03379036,0.003237213;0.3995791;-0.01595096,0;0;0,0.0009544507;0.1989053;-0.02087535,0.002480979;0.4946188;-0.07095642,0.1089383;0.3666469;-0.00570295,0.1425504;0.1450812;0.1621627,0.164032;-0.05999893;0.3515847,-0.1063887;0.3580254;-0.01714221,-0.1537742;0.1367473;0.1477536,-0.1935671;-0.07021874;0.3320946,0.07179825;0.003512158;-0.03510948,0.09282508;-0.3736824;0.00590425,0.1009728;-0.7140117;0.0872037,0.111004;-0.7681494;0.03409798,-0.0690081;0.006426979;-0.03995718,-0.1213739;-0.3687432;-0.009871509,-0.1415645;-0.7093146;0.0682532,-0.1361496;-0.703334;-0.02866813,0.002017464;0.3965876;-0.05121665,8.781842
+0;0;0,0.00161355;0.1999584;-0.003747232,0.004070741;0.4990097;-0.02657504,0.1192253;0.3728805;-0.0006554713,0.158755;0.126377;0.1261254,0.1920559;-0.1040541;0.2816649,-0.111924;0.3658539;-0.0152373,-0.1678939;0.1261753;0.11826,-0.221334;-0.122474;0.2353825,0.07133382;0.003341101;-0.03605998,0.09589037;-0.3735242;0.00600531,0.1049087;-0.714637;0.0838557,0.1133538;-0.7682375;0.02963708,-0.0691547;0.006684703;-0.03966033,-0.1182743;-0.368971;-0.01016388,-0.1382194;-0.7104805;0.06381918,-0.1321725;-0.7013566;-0.03379036,0.003237213;0.3995791;-0.01595096,0;0;0,0.0009544507;0.1989053;-0.02087535,0.002480979;0.4946188;-0.07095642,0.1089383;0.3666469;-0.00570295,0.1425504;0.1450812;0.1621627,0.164032;-0.05999893;0.3515847,-0.1063887;0.3580254;-0.01714221,-0.1537742;0.1367473;0.1477536,-0.1935671;-0.07021874;0.3320946,0.07179825;0.003512158;-0.03510948,0.09282508;-0.3736824;0.00590425,0.1009728;-0.7140117;0.0872037,0.111004;-0.7681494;0.03409798,-0.0690081;0.006426979;-0.03995718,-0.1213739;-0.3687432;-0.009871509,-0.1415645;-0.7093146;0.0682532,-0.1361496;-0.703334;-0.02866813,0.002017464;0.3965876;-0.05121665,8.802141
+0;0;0,0.001535456;0.1999533;-0.00403842,0.003825098;0.498966;-0.02737843,0.1191465;0.3734986;-0.0009703813,0.1581036;0.1290514;0.1299033,0.1899561;-0.09136103;0.29962,-0.1122855;0.3664531;-0.01545109,-0.1671438;0.1289168;0.1222698,-0.2195111;-0.1178582;0.2437594,0.07139517;0.003298337;-0.03594232,0.09593454;-0.3735622;0.006176576,0.1048798;-0.7146387;0.08419421,0.113398;-0.7680076;0.02963162,-0.06910154;0.006699094;-0.03975045,-0.1181222;-0.3689499;-0.0100045,-0.1382222;-0.7104092;0.06416807,-0.1322066;-0.7013273;-0.03343441,0.003053379;0.3995543;-0.01657443,0;0;0,0.0008341059;0.198884;-0.02108233,0.002253004;0.4945779;-0.07127725,0.1088035;0.3667657;-0.006021112,0.1438465;0.1460939;0.162727,0.1653834;-0.05637798;0.3549283,-0.1065897;0.3581069;-0.01728842,-0.1543665;0.1384937;0.1497068,-0.1967729;-0.06392713;0.3384593,0.07180693;0.003602271;-0.03508259,0.09247577;-0.3736374;0.005697429,0.1005491;-0.7139487;0.08707939,0.1100097;-0.7678362;0.03347523,-0.0690152;0.006326299;-0.03996097,-0.1216449;-0.3688154;-0.009981057,-0.1418516;-0.7094129;0.06802569,-0.1365145;-0.7034562;-0.02889406,0.001818575;0.3965577;-0.05148153,8.81336
+0;0;0,0.001535456;0.1999533;-0.00403842,0.003825098;0.498966;-0.02737843,0.1191465;0.3734986;-0.0009703813,0.1581036;0.1290514;0.1299033,0.1899561;-0.09136103;0.29962,-0.1122855;0.3664531;-0.01545109,-0.1671438;0.1289168;0.1222698,-0.2195111;-0.1178582;0.2437594,0.07139517;0.003298337;-0.03594232,0.09593454;-0.3735622;0.006176576,0.1048798;-0.7146387;0.08419421,0.113398;-0.7680076;0.02963162,-0.06910154;0.006699094;-0.03975045,-0.1181222;-0.3689499;-0.0100045,-0.1382222;-0.7104092;0.06416807,-0.1322066;-0.7013273;-0.03343441,0.003053379;0.3995543;-0.01657443,0;0;0,0.0008341059;0.198884;-0.02108233,0.002253004;0.4945779;-0.07127725,0.1088035;0.3667657;-0.006021112,0.1438465;0.1460939;0.162727,0.1653834;-0.05637798;0.3549283,-0.1065897;0.3581069;-0.01728842,-0.1543665;0.1384937;0.1497068,-0.1967729;-0.06392713;0.3384593,0.07180693;0.003602271;-0.03508259,0.09247577;-0.3736374;0.005697429,0.1005491;-0.7139487;0.08707939,0.1100097;-0.7678362;0.03347523,-0.0690152;0.006326299;-0.03996097,-0.1216449;-0.3688154;-0.009981057,-0.1418516;-0.7094129;0.06802569,-0.1365145;-0.7034562;-0.02889406,0.001818575;0.3965577;-0.05148153,8.835748
+0;0;0,0.001535456;0.1999533;-0.00403842,0.003825098;0.498966;-0.02737843,0.1191465;0.3734986;-0.0009703813,0.1581036;0.1290514;0.1299033,0.1899561;-0.09136103;0.29962,-0.1122855;0.3664531;-0.01545109,-0.1671438;0.1289168;0.1222698,-0.2195111;-0.1178582;0.2437594,0.07139517;0.003298337;-0.03594232,0.09593454;-0.3735622;0.006176576,0.1048798;-0.7146387;0.08419421,0.113398;-0.7680076;0.02963162,-0.06910154;0.006699094;-0.03975045,-0.1181222;-0.3689499;-0.0100045,-0.1382222;-0.7104092;0.06416807,-0.1322066;-0.7013273;-0.03343441,0.003053379;0.3995543;-0.01657443,0;0;0,0.0008444153;0.1988635;-0.02127445,0.002282169;0.4945285;-0.07163347,0.1089019;0.3668897;-0.006397229,0.1454622;0.1471365;0.1632256,0.1661605;-0.05464688;0.3562412,-0.1065656;0.3582582;-0.01733552,-0.1546193;0.1396772;0.1509298,-0.1941;-0.06414957;0.3388019,0.07182977;0.003679205;-0.0350278,0.0924136;-0.3735906;0.005515896,0.1004886;-0.7139179;0.08683088,0.1106447;-0.7677824;0.03331831,-0.06899509;0.006239601;-0.0400093,-0.1216403;-0.3689058;-0.0101019,-0.1418727;-0.7095225;0.06781399,-0.1366739;-0.7035912;-0.02910694,0.001833637;0.3965232;-0.05176511,8.858047
+0;0;0,0.001473109;0.1999474;-0.004341672,0.003627901;0.4989222;-0.02817303,0.1190331;0.3737872;-0.001344021,0.1572435;0.1317363;0.1341231,0.1909243;-0.08955683;0.3023342,-0.1125012;0.3666803;-0.01561618,-0.1663374;0.1311818;0.1259541,-0.2174964;-0.112346;0.2543166,0.07136919;0.003380963;-0.03598623,0.09591781;-0.3734696;0.006215889,0.1049652;-0.7145301;0.0842922,0.1131229;-0.7683313;0.03034027,-0.069136;0.006611941;-0.0397051,-0.1181801;-0.3690294;-0.009902246,-0.1381691;-0.7104823;0.0643297,-0.1322192;-0.7014434;-0.0332676,0.002904504;0.3995283;-0.01720388,0;0;0,0.0008444153;0.1988635;-0.02127445,0.002282169;0.4945285;-0.07163347,0.1089019;0.3668897;-0.006397229,0.1454622;0.1471365;0.1632256,0.1661605;-0.05464688;0.3562412,-0.1065656;0.3582582;-0.01733552,-0.1546193;0.1396772;0.1509298,-0.1941;-0.06414957;0.3388019,0.07182977;0.003679205;-0.0350278,0.0924136;-0.3735906;0.005515896,0.1004886;-0.7139179;0.08683088,0.1106447;-0.7677824;0.03331831,-0.06899509;0.006239601;-0.0400093,-0.1216403;-0.3689058;-0.0101019,-0.1418727;-0.7095225;0.06781399,-0.1366739;-0.7035912;-0.02910694,0.001833637;0.3965232;-0.05176511,8.869209
+0;0;0,0.001473109;0.1999474;-0.004341672,0.003627901;0.4989222;-0.02817303,0.1190331;0.3737872;-0.001344021,0.1572435;0.1317363;0.1341231,0.1909243;-0.08955683;0.3023342,-0.1125012;0.3666803;-0.01561618,-0.1663374;0.1311818;0.1259541,-0.2174964;-0.112346;0.2543166,0.07136919;0.003380963;-0.03598623,0.09591781;-0.3734696;0.006215889,0.1049652;-0.7145301;0.0842922,0.1131229;-0.7683313;0.03034027,-0.069136;0.006611941;-0.0397051,-0.1181801;-0.3690294;-0.009902246,-0.1381691;-0.7104823;0.0643297,-0.1322192;-0.7014434;-0.0332676,0.002904504;0.3995283;-0.01720388,0;0;0,0.0007215322;0.1988472;-0.02143046,0.002055111;0.4945005;-0.0718579,0.108745;0.3669962;-0.006579112,0.1456222;0.1474613;0.1632576,0.1665548;-0.05147283;0.3591836,-0.1067381;0.3583433;-0.01735765,-0.1550792;0.1409727;0.1523866,-0.1948777;-0.059476;0.343793,0.07183096;0.0037163;-0.03502145,0.09221483;-0.373588;0.005301729,0.1002291;-0.7139191;0.08660668,0.110445;-0.7678671;0.03323654,-0.06899896;0.006185508;-0.04001104,-0.1218567;-0.3689374;-0.01019714,-0.1422844;-0.7095996;0.06746849,-0.1371411;-0.7036791;-0.02945275,0.001645097;0.3965019;-0.05195559,8.891611
+0;0;0,0.001473109;0.1999474;-0.004341672,0.003627901;0.4989222;-0.02817303,0.1190331;0.3737872;-0.001344021,0.1572435;0.1317363;0.1341231,0.1909243;-0.08955683;0.3023342,-0.1125012;0.3666803;-0.01561618,-0.1663374;0.1311818;0.1259541,-0.2174964;-0.112346;0.2543166,0.07136919;0.003380963;-0.03598623,0.09591781;-0.3734696;0.006215889,0.1049652;-0.7145301;0.0842922,0.1131229;-0.7683313;0.03034027,-0.069136;0.006611941;-0.0397051,-0.1181801;-0.3690294;-0.009902246,-0.1381691;-0.7104823;0.0643297,-0.1322192;-0.7014434;-0.0332676,0.002904504;0.3995283;-0.01720388,0;0;0,0.000700486;0.1988357;-0.02153824,0.001996408;0.4944654;-0.07210325,0.1087384;0.3670552;-0.006813042,0.1445836;0.14911;0.1652771,0.1668618;-0.05038954;0.3604786,-0.1067904;0.3584543;-0.01742138,-0.1554886;0.1418386;0.1531838,-0.1952091;-0.059479;0.3436923,0.07180592;0.003670972;-0.03507753,0.0921533;-0.3736362;0.005236853,0.1001704;-0.7139707;0.08652775,0.110384;-0.7678998;0.03312744,-0.06902502;0.006238852;-0.03995776,-0.1219001;-0.3688882;-0.01022735,-0.1423934;-0.7095712;0.06733009,-0.1373073;-0.703668;-0.02958985,0.001598692;0.396477;-0.05215008,8.913487
+0;0;0,0.001462841;0.1999501;-0.004223114,0.003800762;0.4990048;-0.02707073,0.1195628;0.3753184;-0.001389015,0.1569532;0.1352915;0.1378555,0.1903018;-0.08445807;0.3081434,-0.1127618;0.3680298;-0.01566111,-0.1658305;0.1348251;0.1299385,-0.2169472;-0.1062131;0.2629336,0.07137828;0.003422824;-0.03596421,0.09575544;-0.3734464;0.006170437,0.1048859;-0.7144898;0.08431156,0.1128782;-0.7682111;0.03021102,-0.06913628;0.006558971;-0.03971342,-0.1182439;-0.3690812;-0.009999692,-0.138217;-0.7104885;0.06444588,-0.1323091;-0.7013779;-0.03316934,0.003017163;0.399565;-0.01652901,0;0;0,0.000700486;0.1988357;-0.02153824,0.001996408;0.4944654;-0.07210325,0.1087384;0.3670552;-0.006813042,0.1445836;0.14911;0.1652771,0.1668618;-0.05038954;0.3604786,-0.1067904;0.3584543;-0.01742138,-0.1554886;0.1418386;0.1531838,-0.1952091;-0.059479;0.3436923,0.07180592;0.003670972;-0.03507753,0.0921533;-0.3736362;0.005236853,0.1001704;-0.7139707;0.08652775,0.110384;-0.7678998;0.03312744,-0.06902502;0.006238852;-0.03995776,-0.1219001;-0.3688882;-0.01022735,-0.1423934;-0.7095712;0.06733009,-0.1373073;-0.703668;-0.02958985,0.001598692;0.396477;-0.05215008,8.925021
+0;0;0,0.001462841;0.1999501;-0.004223114,0.003800762;0.4990048;-0.02707073,0.1195628;0.3753184;-0.001389015,0.1569532;0.1352915;0.1378555,0.1903018;-0.08445807;0.3081434,-0.1127618;0.3680298;-0.01566111,-0.1658305;0.1348251;0.1299385,-0.2169472;-0.1062131;0.2629336,0.07137828;0.003422824;-0.03596421,0.09575544;-0.3734464;0.006170437,0.1048859;-0.7144898;0.08431156,0.1128782;-0.7682111;0.03021102,-0.06913628;0.006558971;-0.03971342,-0.1182439;-0.3690812;-0.009999692,-0.138217;-0.7104885;0.06444588,-0.1323091;-0.7013779;-0.03316934,0.003017163;0.399565;-0.01652901,0;0;0,0.000700486;0.1988357;-0.02153824,0.001996408;0.4944654;-0.07210325,0.1087384;0.3670552;-0.006813042,0.1445836;0.14911;0.1652771,0.1668618;-0.05038954;0.3604786,-0.1067904;0.3584543;-0.01742138,-0.1554886;0.1418386;0.1531838,-0.1952091;-0.059479;0.3436923,0.07180592;0.003670972;-0.03507753,0.0921533;-0.3736362;0.005236853,0.1001704;-0.7139707;0.08652775,0.110384;-0.7678998;0.03312744,-0.06902502;0.006238852;-0.03995776,-0.1219001;-0.3688882;-0.01022735,-0.1423934;-0.7095712;0.06733009,-0.1373073;-0.703668;-0.02958985,0.001598692;0.396477;-0.05215008,8.936556
+0;0;0,0.001462841;0.1999501;-0.004223114,0.003800762;0.4990048;-0.02707073,0.1195628;0.3753184;-0.001389015,0.1569532;0.1352915;0.1378555,0.1903018;-0.08445807;0.3081434,-0.1127618;0.3680298;-0.01566111,-0.1658305;0.1348251;0.1299385,-0.2169472;-0.1062131;0.2629336,0.07137828;0.003422824;-0.03596421,0.09575544;-0.3734464;0.006170437,0.1048859;-0.7144898;0.08431156,0.1128782;-0.7682111;0.03021102,-0.06913628;0.006558971;-0.03971342,-0.1182439;-0.3690812;-0.009999692,-0.138217;-0.7104885;0.06444588,-0.1323091;-0.7013779;-0.03316934,0.003017163;0.399565;-0.01652901,0;0;0,0.0006619624;0.1988188;-0.0216945,0.001894373;0.4944204;-0.07242208,0.1086376;0.3670101;-0.00703172,0.1454327;0.1493273;0.16519,0.1673028;-0.04949746;0.3611247,-0.1068112;0.358461;-0.01744238,-0.1556441;0.1422462;0.1536322,-0.195319;-0.05970551;0.3434779,0.07182673;0.003643617;-0.03503776,0.0920302;-0.3736769;0.005224202,0.09995434;-0.7140628;0.08630863,0.1105196;-0.7678551;0.03276217,-0.06900298;0.006253041;-0.0399936,-0.1218873;-0.3688687;-0.0102118,-0.1424718;-0.7095372;0.0673847,-0.1374565;-0.703656;-0.02953346,0.001516514;0.3964452;-0.05240396,8.958727
+0;0;0,0.00133557;0.1999428;-0.004591269,0.003281533;0.4989031;-0.02862294,0.1192141;0.3756256;-0.001921469,0.1560951;0.1382406;0.1419124,0.1874218;-0.07839596;0.3165182,-0.1131277;0.3680599;-0.01595668,-0.1656761;0.1373762;0.1337887,-0.2167576;-0.1014713;0.2706921,0.07136918;0.003519416;-0.03597296,0.09531251;-0.3733598;0.006321244,0.1044076;-0.7143917;0.08451623,0.1126606;-0.7680442;0.03034846,-0.06918289;0.006453741;-0.03964942,-0.1185043;-0.3691566;-0.009912977,-0.1385023;-0.7105458;0.06460891,-0.1326695;-0.7015173;-0.03299321,0.002664672;0.3995155;-0.01759009,0;0;0,0.0006804311;0.1988107;-0.02176771,0.00194108;0.4944056;-0.07253447,0.1087533;0.367093;-0.007263198,0.1462873;0.1494779;0.1648845,0.1677173;-0.04930678;0.3609086,-0.1067595;0.3585327;-0.01739907,-0.1556659;0.142483;0.153863,-0.1953216;-0.05990259;0.3432502,0.07182779;0.003615293;-0.03503851,0.09206934;-0.3737011;0.00524338,0.09997227;-0.7140932;0.08630365,0.1104598;-0.7678909;0.03275025,-0.06900274;0.006275544;-0.03999049,-0.1218219;-0.3688469;-0.01010206,-0.1424105;-0.7095504;0.06733981,-0.1375061;-0.7036784;-0.02958174,0.001550882;0.3964328;-0.05250507,8.980627
+0;0;0,0.00133557;0.1999428;-0.004591269,0.003281533;0.4989031;-0.02862294,0.1192141;0.3756256;-0.001921469,0.1560951;0.1382406;0.1419124,0.1874218;-0.07839596;0.3165182,-0.1131277;0.3680599;-0.01595668,-0.1656761;0.1373762;0.1337887,-0.2167576;-0.1014713;0.2706921,0.07136918;0.003519416;-0.03597296,0.09531251;-0.3733598;0.006321244,0.1044076;-0.7143917;0.08451623,0.1126606;-0.7680442;0.03034846,-0.06918289;0.006453741;-0.03964942,-0.1185043;-0.3691566;-0.009912977,-0.1385023;-0.7105458;0.06460891,-0.1326695;-0.7015173;-0.03299321,0.002664672;0.3995155;-0.01759009,0;0;0,0.0006804311;0.1988107;-0.02176771,0.00194108;0.4944056;-0.07253447,0.1087533;0.367093;-0.007263198,0.1462873;0.1494779;0.1648845,0.1677173;-0.04930678;0.3609086,-0.1067595;0.3585327;-0.01739907,-0.1556659;0.142483;0.153863,-0.1953216;-0.05990259;0.3432502,0.07182779;0.003615293;-0.03503851,0.09206934;-0.3737011;0.00524338,0.09997227;-0.7140932;0.08630365,0.1104598;-0.7678909;0.03275025,-0.06900274;0.006275544;-0.03999049,-0.1218219;-0.3688469;-0.01010206,-0.1424105;-0.7095504;0.06733981,-0.1375061;-0.7036784;-0.02958174,0.001550882;0.3964328;-0.05250507,8.992398
+0;0;0,0.00133557;0.1999428;-0.004591269,0.003281533;0.4989031;-0.02862294,0.1192141;0.3756256;-0.001921469,0.1560951;0.1382406;0.1419124,0.1874218;-0.07839596;0.3165182,-0.1131277;0.3680599;-0.01595668,-0.1656761;0.1373762;0.1337887,-0.2167576;-0.1014713;0.2706921,0.07136918;0.003519416;-0.03597296,0.09531251;-0.3733598;0.006321244,0.1044076;-0.7143917;0.08451623,0.1126606;-0.7680442;0.03034846,-0.06918289;0.006453741;-0.03964942,-0.1185043;-0.3691566;-0.009912977,-0.1385023;-0.7105458;0.06460891,-0.1326695;-0.7015173;-0.03299321,0.002664672;0.3995155;-0.01759009,0;0;0,0.0006804311;0.1988107;-0.02176771,0.00194108;0.4944056;-0.07253447,0.1087533;0.367093;-0.007263198,0.1462873;0.1494779;0.1648845,0.1677173;-0.04930678;0.3609086,-0.1067595;0.3585327;-0.01739907,-0.1556659;0.142483;0.153863,-0.1953216;-0.05990259;0.3432502,0.07182779;0.003615293;-0.03503851,0.09206934;-0.3737011;0.00524338,0.09997227;-0.7140932;0.08630365,0.1104598;-0.7678909;0.03275025,-0.06900274;0.006275544;-0.03999049,-0.1218219;-0.3688469;-0.01010206,-0.1424105;-0.7095504;0.06733981,-0.1375061;-0.7036784;-0.02958174,0.001550882;0.3964328;-0.05250507,9.003492
+0;0;0,0.001242123;0.1999327;-0.005036395,0.002902634;0.4987974;-0.03022148,0.1190448;0.3761829;-0.002943069,0.1561308;0.1412956;0.1448832,0.1848369;-0.07119891;0.3249444,-0.1133676;0.3679361;-0.01622282,-0.164805;0.1394724;0.1372651,-0.2159313;-0.09637773;0.2792538,0.07140111;0.003467835;-0.03591455,0.09530169;-0.373416;0.006362051,0.1042506;-0.714455;0.0845433,0.1128021;-0.7680197;0.03028641,-0.06913242;0.006494285;-0.03973075,-0.1185312;-0.3691013;-0.009936832,-0.1388942;-0.7104788;0.0645395,-0.1333122;-0.7015499;-0.03305585,0.002390438;0.3994584;-0.01875443,0;0;0,0.0006796757;0.1988021;-0.02184648,0.001934976;0.4943928;-0.07263733,0.1087908;0.3671189;-0.00743334,0.1453084;0.150071;0.1656466,0.1683331;-0.04905537;0.3611422,-0.1067616;0.3585783;-0.01742457,-0.155562;0.1427999;0.1542093,-0.1954365;-0.06024143;0.3428472,0.07181444;0.003597379;-0.03506772,0.09205363;-0.3737274;0.005136319,0.09989858;-0.7140987;0.08628964,0.110217;-0.7680947;0.03301488,-0.06902059;0.006282682;-0.03995854,-0.1218311;-0.3688491;-0.01017254,-0.1422248;-0.7095764;0.06721608,-0.1373746;-0.7037109;-0.02970658,0.001546312;0.3964217;-0.05259941,9.025455
+0;0;0,0.001242123;0.1999327;-0.005036395,0.002902634;0.4987974;-0.03022148,0.1190448;0.3761829;-0.002943069,0.1561308;0.1412956;0.1448832,0.1848369;-0.07119891;0.3249444,-0.1133676;0.3679361;-0.01622282,-0.164805;0.1394724;0.1372651,-0.2159313;-0.09637773;0.2792538,0.07140111;0.003467835;-0.03591455,0.09530169;-0.373416;0.006362051,0.1042506;-0.714455;0.0845433,0.1128021;-0.7680197;0.03028641,-0.06913242;0.006494285;-0.03973075,-0.1185312;-0.3691013;-0.009936832,-0.1388942;-0.7104788;0.0645395,-0.1333122;-0.7015499;-0.03305585,0.002390438;0.3994584;-0.01875443,0;0;0,0.0006796757;0.1988021;-0.02184648,0.001934976;0.4943928;-0.07263733,0.1087908;0.3671189;-0.00743334,0.1453084;0.150071;0.1656466,0.1683331;-0.04905537;0.3611422,-0.1067616;0.3585783;-0.01742457,-0.155562;0.1427999;0.1542093,-0.1954365;-0.06024143;0.3428472,0.07181444;0.003597379;-0.03506772,0.09205363;-0.3737274;0.005136319,0.09989858;-0.7140987;0.08628964,0.110217;-0.7680947;0.03301488,-0.06902059;0.006282682;-0.03995854,-0.1218311;-0.3688491;-0.01017254,-0.1422248;-0.7095764;0.06721608,-0.1373746;-0.7037109;-0.02970658,0.001546312;0.3964217;-0.05259941,9.036984
+0;0;0,0.001242123;0.1999327;-0.005036395,0.002902634;0.4987974;-0.03022148,0.1190448;0.3761829;-0.002943069,0.1561308;0.1412956;0.1448832,0.1848369;-0.07119891;0.3249444,-0.1133676;0.3679361;-0.01622282,-0.164805;0.1394724;0.1372651,-0.2159313;-0.09637773;0.2792538,0.07140111;0.003467835;-0.03591455,0.09530169;-0.373416;0.006362051,0.1042506;-0.714455;0.0845433,0.1128021;-0.7680197;0.03028641,-0.06913242;0.006494285;-0.03973075,-0.1185312;-0.3691013;-0.009936832,-0.1388942;-0.7104788;0.0645395,-0.1333122;-0.7015499;-0.03305585,0.002390438;0.3994584;-0.01875443,0;0;0,0.0006696463;0.1987892;-0.02196403,0.001918007;0.4943742;-0.07278734,0.1088043;0.3671204;-0.007629342,0.14613;0.1496305;0.1647218,0.1689401;-0.04921794;0.3605253,-0.1067591;0.3585915;-0.01747508,-0.155626;0.1427562;0.1540683,-0.1956121;-0.06109253;0.3418096,0.07180694;0.003597792;-0.03508304,0.09207337;-0.3737417;0.004968796,0.09990793;-0.7141237;0.08607797,0.110257;-0.768159;0.03287111,-0.06901367;0.006276437;-0.03997149,-0.1221331;-0.36882;-0.01029003,-0.1423419;-0.7095919;0.0669509,-0.1375347;-0.7037394;-0.02997065,0.001530632;0.3964056;-0.05273728,9.059413
+0;0;0,0.001157986;0.199923;-0.005428698,0.002672855;0.4987409;-0.03117638,0.1191262;0.3770883;-0.004354612,0.1574059;0.1452067;0.1478479,0.1848002;-0.06586954;0.329772,-0.113573;0.368017;-0.01645716,-0.1642447;0.1414352;0.1400455,-0.2150875;-0.09171128;0.28653,0.0714425;0.003480306;-0.03583096,0.09521323;-0.3733944;0.006600298,0.1041845;-0.714429;0.08479828,0.1123048;-0.7681538;0.03072228,-0.0690954;0.006456188;-0.0398013,-0.1184867;-0.3691095;-0.009621022,-0.138962;-0.7104893;0.06481452,-0.133806;-0.7016134;-0.03279279,0.002203707;0.3994225;-0.01953042,0;0;0,0.0006801757;0.1987841;-0.02200954,0.001942256;0.4943685;-0.07283867,0.1088845;0.3670885;-0.007837698,0.1474697;0.1487823;0.1631991,0.1693379;-0.04943481;0.3597487,-0.106716;0.3585924;-0.01746406,-0.1556761;0.1426702;0.1539433,-0.1948569;-0.06994277;0.3318776,0.07180993;0.003573999;-0.03507936,0.09214227;-0.3737668;0.004926201,0.1000666;-0.7141498;0.08602263,0.1101927;-0.7680933;0.03262836,-0.06901915;0.006290138;-0.03995986,-0.1221306;-0.3688127;-0.0103448,-0.1422912;-0.709599;0.06684481,-0.1375629;-0.7037501;-0.03007976,0.001554166;0.3963987;-0.05279464,9.081079
+0;0;0,0.001157986;0.199923;-0.005428698,0.002672855;0.4987409;-0.03117638,0.1191262;0.3770883;-0.004354612,0.1574059;0.1452067;0.1478479,0.1848002;-0.06586954;0.329772,-0.113573;0.368017;-0.01645716,-0.1642447;0.1414352;0.1400455,-0.2150875;-0.09171128;0.28653,0.0714425;0.003480306;-0.03583096,0.09521323;-0.3733944;0.006600298,0.1041845;-0.714429;0.08479828,0.1123048;-0.7681538;0.03072228,-0.0690954;0.006456188;-0.0398013,-0.1184867;-0.3691095;-0.009621022,-0.138962;-0.7104893;0.06481452,-0.133806;-0.7016134;-0.03279279,0.002203707;0.3994225;-0.01953042,0;0;0,0.0006801757;0.1987841;-0.02200954,0.001942256;0.4943685;-0.07283867,0.1088845;0.3670885;-0.007837698,0.1474697;0.1487823;0.1631991,0.1693379;-0.04943481;0.3597487,-0.106716;0.3585924;-0.01746406,-0.1556761;0.1426702;0.1539433,-0.1948569;-0.06994277;0.3318776,0.07180993;0.003573999;-0.03507936,0.09214227;-0.3737668;0.004926201,0.1000666;-0.7141498;0.08602263,0.1101927;-0.7680933;0.03262836,-0.06901915;0.006290138;-0.03995986,-0.1221306;-0.3688127;-0.0103448,-0.1422912;-0.709599;0.06684481,-0.1375629;-0.7037501;-0.03007976,0.001554166;0.3963987;-0.05279464,9.081079
+0;0;0,0.001157986;0.199923;-0.005428698,0.002672855;0.4987409;-0.03117638,0.1191262;0.3770883;-0.004354612,0.1574059;0.1452067;0.1478479,0.1848002;-0.06586954;0.329772,-0.113573;0.368017;-0.01645716,-0.1642447;0.1414352;0.1400455,-0.2150875;-0.09171128;0.28653,0.0714425;0.003480306;-0.03583096,0.09521323;-0.3733944;0.006600298,0.1041845;-0.714429;0.08479828,0.1123048;-0.7681538;0.03072228,-0.0690954;0.006456188;-0.0398013,-0.1184867;-0.3691095;-0.009621022,-0.138962;-0.7104893;0.06481452,-0.133806;-0.7016134;-0.03279279,0.002203707;0.3994225;-0.01953042,0;0;0,0.0006801757;0.1987841;-0.02200954,0.001942256;0.4943685;-0.07283867,0.1088845;0.3670885;-0.007837698,0.1474697;0.1487823;0.1631991,0.1693379;-0.04943481;0.3597487,-0.106716;0.3585924;-0.01746406,-0.1556761;0.1426702;0.1539433,-0.1948569;-0.06994277;0.3318776,0.07180993;0.003573999;-0.03507936,0.09214227;-0.3737668;0.004926201,0.1000666;-0.7141498;0.08602263,0.1101927;-0.7680933;0.03262836,-0.06901915;0.006290138;-0.03995986,-0.1221306;-0.3688127;-0.0103448,-0.1422912;-0.709599;0.06684481,-0.1375629;-0.7037501;-0.03007976,0.001554166;0.3963987;-0.05279464,9.081079
+0;0;0,0.001017816;0.1999145;-0.00575878,0.0022823;0.4986646;-0.03227913,0.1189908;0.3777726;-0.005360897,0.1584116;0.1488379;0.1509558,0.1863787;-0.05999409;0.3353659,-0.1139149;0.3681717;-0.01699119,-0.1638995;0.1440194;0.1431877,-0.214715;-0.08641893;0.2939059,0.07147624;0.003579882;-0.03575377,0.09492978;-0.3733252;0.006583724,0.1038179;-0.7143152;0.08498554,0.1118189;-0.7680983;0.03098206,-0.06909125;0.006340735;-0.03982705,-0.1186349;-0.3691956;-0.009530257,-0.1391817;-0.7105876;0.0648291,-0.1342068;-0.7017715;-0.03277467,0.001907342;0.3993797;-0.02034699,0;0;0,0.0006801757;0.1987841;-0.02200954,0.001942256;0.4943685;-0.07283867,0.1088845;0.3670885;-0.007837698,0.1474697;0.1487823;0.1631991,0.1693379;-0.04943481;0.3597487,-0.106716;0.3585924;-0.01746406,-0.1556761;0.1426702;0.1539433,-0.1948569;-0.06994277;0.3318776,0.07180993;0.003573999;-0.03507936,0.09214227;-0.3737668;0.004926201,0.1000666;-0.7141498;0.08602263,0.1101927;-0.7680933;0.03262836,-0.06901915;0.006290138;-0.03995986,-0.1221306;-0.3688127;-0.0103448,-0.1422912;-0.709599;0.06684481,-0.1375629;-0.7037501;-0.03007976,0.001554166;0.3963987;-0.05279464,9.081079
+0;0;0,0.001017816;0.1999145;-0.00575878,0.0022823;0.4986646;-0.03227913,0.1189908;0.3777726;-0.005360897,0.1584116;0.1488379;0.1509558,0.1863787;-0.05999409;0.3353659,-0.1139149;0.3681717;-0.01699119,-0.1638995;0.1440194;0.1431877,-0.214715;-0.08641893;0.2939059,0.07147624;0.003579882;-0.03575377,0.09492978;-0.3733252;0.006583724,0.1038179;-0.7143152;0.08498554,0.1118189;-0.7680983;0.03098206,-0.06909125;0.006340735;-0.03982705,-0.1186349;-0.3691956;-0.009530257,-0.1391817;-0.7105876;0.0648291,-0.1342068;-0.7017715;-0.03277467,0.001907342;0.3993797;-0.02034699,0;0;0,0.0006801757;0.1987841;-0.02200954,0.001942256;0.4943685;-0.07283867,0.1088845;0.3670885;-0.007837698,0.1474697;0.1487823;0.1631991,0.1693379;-0.04943481;0.3597487,-0.106716;0.3585924;-0.01746406,-0.1556761;0.1426702;0.1539433,-0.1948569;-0.06994277;0.3318776,0.07180993;0.003573999;-0.03507936,0.09214227;-0.3737668;0.004926201,0.1000666;-0.7141498;0.08602263,0.1101927;-0.7680933;0.03262836,-0.06901915;0.006290138;-0.03995986,-0.1221306;-0.3688127;-0.0103448,-0.1422912;-0.709599;0.06684481,-0.1375629;-0.7037501;-0.03007976,0.001554166;0.3963987;-0.05279464,9.081079
+0;0;0,0.001017816;0.1999145;-0.00575878,0.0022823;0.4986646;-0.03227913,0.1189908;0.3777726;-0.005360897,0.1584116;0.1488379;0.1509558,0.1863787;-0.05999409;0.3353659,-0.1139149;0.3681717;-0.01699119,-0.1638995;0.1440194;0.1431877,-0.214715;-0.08641893;0.2939059,0.07147624;0.003579882;-0.03575377,0.09492978;-0.3733252;0.006583724,0.1038179;-0.7143152;0.08498554,0.1118189;-0.7680983;0.03098206,-0.06909125;0.006340735;-0.03982705,-0.1186349;-0.3691956;-0.009530257,-0.1391817;-0.7105876;0.0648291,-0.1342068;-0.7017715;-0.03277467,0.001907342;0.3993797;-0.02034699,0;0;0,0.0006801757;0.1987841;-0.02200954,0.001942256;0.4943685;-0.07283867,0.1088845;0.3670885;-0.007837698,0.1474697;0.1487823;0.1631991,0.1693379;-0.04943481;0.3597487,-0.106716;0.3585924;-0.01746406,-0.1556761;0.1426702;0.1539433,-0.1948569;-0.06994277;0.3318776,0.07180993;0.003573999;-0.03507936,0.09214227;-0.3737668;0.004926201,0.1000666;-0.7141498;0.08602263,0.1101927;-0.7680933;0.03262836,-0.06901915;0.006290138;-0.03995986,-0.1221306;-0.3688127;-0.0103448,-0.1422912;-0.709599;0.06684481,-0.1375629;-0.7037501;-0.03007976,0.001554166;0.3963987;-0.05279464,9.081079
+0;0;0,0.0007974442;0.19991;-0.005944047,0.001729607;0.4986364;-0.03274402,0.1186586;0.3783892;-0.005627556,0.154962;0.1567615;0.1615944,0.1851056;-0.0541701;0.3432513,-0.1144117;0.3683944;-0.01730648,-0.1638674;0.1463598;0.1459563,-0.2137905;-0.08139801;0.3009856,0.071476;0.003814927;-0.03572993,0.09445458;-0.3731169;0.006630294,0.1032995;-0.7140864;0.0851261,0.1116085;-0.7676773;0.03087194,-0.06914838;0.006111243;-0.03976373,-0.1188809;-0.3693891;-0.009330167,-0.1395083;-0.7107526;0.06513746,-0.1345249;-0.7019627;-0.03246018,0.001473295;0.3993625;-0.02071805,0;0;0,0.0006801757;0.1987841;-0.02200954,0.001942256;0.4943685;-0.07283867,0.1088845;0.3670885;-0.007837698,0.1474697;0.1487823;0.1631991,0.1693379;-0.04943481;0.3597487,-0.106716;0.3585924;-0.01746406,-0.1556761;0.1426702;0.1539433,-0.1948569;-0.06994277;0.3318776,0.07180993;0.003573999;-0.03507936,0.09214227;-0.3737668;0.004926201,0.1000666;-0.7141498;0.08602263,0.1101927;-0.7680933;0.03262836,-0.06901915;0.006290138;-0.03995986,-0.1221306;-0.3688127;-0.0103448,-0.1422912;-0.709599;0.06684481,-0.1375629;-0.7037501;-0.03007976,0.001554166;0.3963987;-0.05279464,9.081079
+0;0;0,0.0007974442;0.19991;-0.005944047,0.001729607;0.4986364;-0.03274402,0.1186586;0.3783892;-0.005627556,0.154962;0.1567615;0.1615944,0.1851056;-0.0541701;0.3432513,-0.1144117;0.3683944;-0.01730648,-0.1638674;0.1463598;0.1459563,-0.2137905;-0.08139801;0.3009856,0.071476;0.003814927;-0.03572993,0.09445458;-0.3731169;0.006630294,0.1032995;-0.7140864;0.0851261,0.1116085;-0.7676773;0.03087194,-0.06914838;0.006111243;-0.03976373,-0.1188809;-0.3693891;-0.009330167,-0.1395083;-0.7107526;0.06513746,-0.1345249;-0.7019627;-0.03246018,0.001473295;0.3993625;-0.02071805,0;0;0,0.0006801757;0.1987841;-0.02200954,0.001942256;0.4943685;-0.07283867,0.1088845;0.3670885;-0.007837698,0.1474697;0.1487823;0.1631991,0.1693379;-0.04943481;0.3597487,-0.106716;0.3585924;-0.01746406,-0.1556761;0.1426702;0.1539433,-0.1948569;-0.06994277;0.3318776,0.07180993;0.003573999;-0.03507936,0.09214227;-0.3737668;0.004926201,0.1000666;-0.7141498;0.08602263,0.1101927;-0.7680933;0.03262836,-0.06901915;0.006290138;-0.03995986,-0.1221306;-0.3688127;-0.0103448,-0.1422912;-0.709599;0.06684481,-0.1375629;-0.7037501;-0.03007976,0.001554166;0.3963987;-0.05279464,9.081079
+0;0;0,0.0007974442;0.19991;-0.005944047,0.001729607;0.4986364;-0.03274402,0.1186586;0.3783892;-0.005627556,0.154962;0.1567615;0.1615944,0.1851056;-0.0541701;0.3432513,-0.1144117;0.3683944;-0.01730648,-0.1638674;0.1463598;0.1459563,-0.2137905;-0.08139801;0.3009856,0.071476;0.003814927;-0.03572993,0.09445458;-0.3731169;0.006630294,0.1032995;-0.7140864;0.0851261,0.1116085;-0.7676773;0.03087194,-0.06914838;0.006111243;-0.03976373,-0.1188809;-0.3693891;-0.009330167,-0.1395083;-0.7107526;0.06513746,-0.1345249;-0.7019627;-0.03246018,0.001473295;0.3993625;-0.02071805,0;0;0,0.0006801757;0.1987841;-0.02200954,0.001942256;0.4943685;-0.07283867,0.1088845;0.3670885;-0.007837698,0.1474697;0.1487823;0.1631991,0.1693379;-0.04943481;0.3597487,-0.106716;0.3585924;-0.01746406,-0.1556761;0.1426702;0.1539433,-0.1948569;-0.06994277;0.3318776,0.07180993;0.003573999;-0.03507936,0.09214227;-0.3737668;0.004926201,0.1000666;-0.7141498;0.08602263,0.1101927;-0.7680933;0.03262836,-0.06901915;0.006290138;-0.03995986,-0.1221306;-0.3688127;-0.0103448,-0.1422912;-0.709599;0.06684481,-0.1375629;-0.7037501;-0.03007976,0.001554166;0.3963987;-0.05279464,9.081079
+0;0;0,0.0006171518;0.1999002;-0.006288059,0.001172464;0.4985743;-0.03367335,0.1182931;0.3788137;-0.006195452,0.1558369;0.1585122;0.1624987,0.1872985;-0.04641859;0.3506836,-0.1148905;0.3685978;-0.01767056,-0.1637061;0.1486613;0.1485972,-0.2130974;-0.07573512;0.3086183,0.07152918;0.00381654;-0.03562318,0.09429926;-0.3731213;0.00679585,0.1030958;-0.7141015;0.08525053,0.1119673;-0.7676345;0.03099605,-0.06909384;0.006087;-0.03986213,-0.1189247;-0.3693744;-0.009111058,-0.1395106;-0.7107357;0.06537826,-0.1345942;-0.7020003;-0.03221091,0.001047416;0.399324;-0.02145226,0;0;0,0.0006801757;0.1987841;-0.02200954,0.001942256;0.4943685;-0.07283867,0.1088845;0.3670885;-0.007837698,0.1474697;0.1487823;0.1631991,0.1693379;-0.04943481;0.3597487,-0.106716;0.3585924;-0.01746406,-0.1556761;0.1426702;0.1539433,-0.1948569;-0.06994277;0.3318776,0.07180993;0.003573999;-0.03507936,0.09214227;-0.3737668;0.004926201,0.1000666;-0.7141498;0.08602263,0.1101927;-0.7680933;0.03262836,-0.06901915;0.006290138;-0.03995986,-0.1221306;-0.3688127;-0.0103448,-0.1422912;-0.709599;0.06684481,-0.1375629;-0.7037501;-0.03007976,0.001554166;0.3963987;-0.05279464,9.081079
+0;0;0,0.0006171518;0.1999002;-0.006288059,0.001172464;0.4985743;-0.03367335,0.1182931;0.3788137;-0.006195452,0.1558369;0.1585122;0.1624987,0.1872985;-0.04641859;0.3506836,-0.1148905;0.3685978;-0.01767056,-0.1637061;0.1486613;0.1485972,-0.2130974;-0.07573512;0.3086183,0.07152918;0.00381654;-0.03562318,0.09429926;-0.3731213;0.00679585,0.1030958;-0.7141015;0.08525053,0.1119673;-0.7676345;0.03099605,-0.06909384;0.006087;-0.03986213,-0.1189247;-0.3693744;-0.009111058,-0.1395106;-0.7107357;0.06537826,-0.1345942;-0.7020003;-0.03221091,0.001047416;0.399324;-0.02145226,0;0;0,0.0006801757;0.1987841;-0.02200954,0.001942256;0.4943685;-0.07283867,0.1088845;0.3670885;-0.007837698,0.1474697;0.1487823;0.1631991,0.1693379;-0.04943481;0.3597487,-0.106716;0.3585924;-0.01746406,-0.1556761;0.1426702;0.1539433,-0.1948569;-0.06994277;0.3318776,0.07180993;0.003573999;-0.03507936,0.09214227;-0.3737668;0.004926201,0.1000666;-0.7141498;0.08602263,0.1101927;-0.7680933;0.03262836,-0.06901915;0.006290138;-0.03995986,-0.1221306;-0.3688127;-0.0103448,-0.1422912;-0.709599;0.06684481,-0.1375629;-0.7037501;-0.03007976,0.001554166;0.3963987;-0.05279464,9.081079
+0;0;0,0.0006171518;0.1999002;-0.006288059,0.001172464;0.4985743;-0.03367335,0.1182931;0.3788137;-0.006195452,0.1558369;0.1585122;0.1624987,0.1872985;-0.04641859;0.3506836,-0.1148905;0.3685978;-0.01767056,-0.1637061;0.1486613;0.1485972,-0.2130974;-0.07573512;0.3086183,0.07152918;0.00381654;-0.03562318,0.09429926;-0.3731213;0.00679585,0.1030958;-0.7141015;0.08525053,0.1119673;-0.7676345;0.03099605,-0.06909384;0.006087;-0.03986213,-0.1189247;-0.3693744;-0.009111058,-0.1395106;-0.7107357;0.06537826,-0.1345942;-0.7020003;-0.03221091,0.001047416;0.399324;-0.02145226,0;0;0,0.0006801757;0.1987841;-0.02200954,0.001942256;0.4943685;-0.07283867,0.1088845;0.3670885;-0.007837698,0.1474697;0.1487823;0.1631991,0.1693379;-0.04943481;0.3597487,-0.106716;0.3585924;-0.01746406,-0.1556761;0.1426702;0.1539433,-0.1948569;-0.06994277;0.3318776,0.07180993;0.003573999;-0.03507936,0.09214227;-0.3737668;0.004926201,0.1000666;-0.7141498;0.08602263,0.1101927;-0.7680933;0.03262836,-0.06901915;0.006290138;-0.03995986,-0.1221306;-0.3688127;-0.0103448,-0.1422912;-0.709599;0.06684481,-0.1375629;-0.7037501;-0.03007976,0.001554166;0.3963987;-0.05279464,9.081079
+0;0;0,0.0006274881;0.1999067;-0.006074568,0.001509166;0.4987619;-0.03150946,0.1190106;0.3807529;-0.006702219,0.1566987;0.1638997;0.1663708,0.1908621;-0.03459093;0.3608814,-0.1151281;0.3701739;-0.01789123,-0.1639728;0.1529357;0.1518784,-0.2125869;-0.0698407;0.3143818,0.07149944;0.003883077;-0.03567565,0.0942147;-0.3730558;0.006764457,0.102893;-0.7139964;0.08540364,0.1118567;-0.7672323;0.03070953,-0.06911453;0.006005617;-0.03983859,-0.1189451;-0.3694707;-0.009269342,-0.1397048;-0.7108114;0.06526607,-0.1349419;-0.701947;-0.03235874,0.001234115;0.3994106;-0.02014048,0;0;0,0.0006801757;0.1987841;-0.02200954,0.001942256;0.4943685;-0.07283867,0.1088845;0.3670885;-0.007837698,0.1474697;0.1487823;0.1631991,0.1693379;-0.04943481;0.3597487,-0.106716;0.3585924;-0.01746406,-0.1556761;0.1426702;0.1539433,-0.1948569;-0.06994277;0.3318776,0.07180993;0.003573999;-0.03507936,0.09214227;-0.3737668;0.004926201,0.1000666;-0.7141498;0.08602263,0.1101927;-0.7680933;0.03262836,-0.06901915;0.006290138;-0.03995986,-0.1221306;-0.3688127;-0.0103448,-0.1422912;-0.709599;0.06684481,-0.1375629;-0.7037501;-0.03007976,0.001554166;0.3963987;-0.05279464,9.081079
+0;0;0,0.0006274881;0.1999067;-0.006074568,0.001509166;0.4987619;-0.03150946,0.1190106;0.3807529;-0.006702219,0.1566987;0.1638997;0.1663708,0.1908621;-0.03459093;0.3608814,-0.1151281;0.3701739;-0.01789123,-0.1639728;0.1529357;0.1518784,-0.2125869;-0.0698407;0.3143818,0.07149944;0.003883077;-0.03567565,0.0942147;-0.3730558;0.006764457,0.102893;-0.7139964;0.08540364,0.1118567;-0.7672323;0.03070953,-0.06911453;0.006005617;-0.03983859,-0.1189451;-0.3694707;-0.009269342,-0.1397048;-0.7108114;0.06526607,-0.1349419;-0.701947;-0.03235874,0.001234115;0.3994106;-0.02014048,0;0;0,0.0006801757;0.1987841;-0.02200954,0.001942256;0.4943685;-0.07283867,0.1088845;0.3670885;-0.007837698,0.1474697;0.1487823;0.1631991,0.1693379;-0.04943481;0.3597487,-0.106716;0.3585924;-0.01746406,-0.1556761;0.1426702;0.1539433,-0.1948569;-0.06994277;0.3318776,0.07180993;0.003573999;-0.03507936,0.09214227;-0.3737668;0.004926201,0.1000666;-0.7141498;0.08602263,0.1101927;-0.7680933;0.03262836,-0.06901915;0.006290138;-0.03995986,-0.1221306;-0.3688127;-0.0103448,-0.1422912;-0.709599;0.06684481,-0.1375629;-0.7037501;-0.03007976,0.001554166;0.3963987;-0.05279464,9.081079
+0;0;0,0.0006274881;0.1999067;-0.006074568,0.001509166;0.4987619;-0.03150946,0.1190106;0.3807529;-0.006702219,0.1566987;0.1638997;0.1663708,0.1908621;-0.03459093;0.3608814,-0.1151281;0.3701739;-0.01789123,-0.1639728;0.1529357;0.1518784,-0.2125869;-0.0698407;0.3143818,0.07149944;0.003883077;-0.03567565,0.0942147;-0.3730558;0.006764457,0.102893;-0.7139964;0.08540364,0.1118567;-0.7672323;0.03070953,-0.06911453;0.006005617;-0.03983859,-0.1189451;-0.3694707;-0.009269342,-0.1397048;-0.7108114;0.06526607,-0.1349419;-0.701947;-0.03235874,0.001234115;0.3994106;-0.02014048,0;0;0,0.0006801757;0.1987841;-0.02200954,0.001942256;0.4943685;-0.07283867,0.1088845;0.3670885;-0.007837698,0.1474697;0.1487823;0.1631991,0.1693379;-0.04943481;0.3597487,-0.106716;0.3585924;-0.01746406,-0.1556761;0.1426702;0.1539433,-0.1948569;-0.06994277;0.3318776,0.07180993;0.003573999;-0.03507936,0.09214227;-0.3737668;0.004926201,0.1000666;-0.7141498;0.08602263,0.1101927;-0.7680933;0.03262836,-0.06901915;0.006290138;-0.03995986,-0.1221306;-0.3688127;-0.0103448,-0.1422912;-0.709599;0.06684481,-0.1375629;-0.7037501;-0.03007976,0.001554166;0.3963987;-0.05279464,9.081079
+0;0;0,0.0005198786;0.1998893;-0.006633275,0.001069977;0.4985722;-0.03393856,0.118605;0.3806746;-0.00744446,0.1563454;0.1662671;0.1686382,0.1916749;-0.03188962;0.3632808,-0.115357;0.3699067;-0.01827265,-0.1639791;0.1547138;0.1541451,-0.2157142;-0.05132858;0.3365459,0.0714561;0.00404699;-0.03574419,0.09376912;-0.3728853;0.006966811,0.1024279;-0.7137756;0.08582585,0.1114836;-0.7669035;0.03098273,-0.06918066;0.005832708;-0.03974942,-0.1191436;-0.3696147;-0.009042086,-0.1399372;-0.7109702;0.06541619,-0.1352891;-0.7022398;-0.03218503,0.0009309399;0.3993149;-0.02177435,0;0;0,0.0006801757;0.1987841;-0.02200954,0.001942256;0.4943685;-0.07283867,0.1088845;0.3670885;-0.007837698,0.1474697;0.1487823;0.1631991,0.1693379;-0.04943481;0.3597487,-0.106716;0.3585924;-0.01746406,-0.1556761;0.1426702;0.1539433,-0.1948569;-0.06994277;0.3318776,0.07180993;0.003573999;-0.03507936,0.09214227;-0.3737668;0.004926201,0.1000666;-0.7141498;0.08602263,0.1101927;-0.7680933;0.03262836,-0.06901915;0.006290138;-0.03995986,-0.1221306;-0.3688127;-0.0103448,-0.1422912;-0.709599;0.06684481,-0.1375629;-0.7037501;-0.03007976,0.001554166;0.3963987;-0.05279464,9.081079
+0;0;0,0.0005198786;0.1998893;-0.006633275,0.001069977;0.4985722;-0.03393856,0.118605;0.3806746;-0.00744446,0.1563454;0.1662671;0.1686382,0.1916749;-0.03188962;0.3632808,-0.115357;0.3699067;-0.01827265,-0.1639791;0.1547138;0.1541451,-0.2157142;-0.05132858;0.3365459,0.0714561;0.00404699;-0.03574419,0.09376912;-0.3728853;0.006966811,0.1024279;-0.7137756;0.08582585,0.1114836;-0.7669035;0.03098273,-0.06918066;0.005832708;-0.03974942,-0.1191436;-0.3696147;-0.009042086,-0.1399372;-0.7109702;0.06541619,-0.1352891;-0.7022398;-0.03218503,0.0009309399;0.3993149;-0.02177435,0;0;0,0.0006801757;0.1987841;-0.02200954,0.001942256;0.4943685;-0.07283867,0.1088845;0.3670885;-0.007837698,0.1474697;0.1487823;0.1631991,0.1693379;-0.04943481;0.3597487,-0.106716;0.3585924;-0.01746406,-0.1556761;0.1426702;0.1539433,-0.1948569;-0.06994277;0.3318776,0.07180993;0.003573999;-0.03507936,0.09214227;-0.3737668;0.004926201,0.1000666;-0.7141498;0.08602263,0.1101927;-0.7680933;0.03262836,-0.06901915;0.006290138;-0.03995986,-0.1221306;-0.3688127;-0.0103448,-0.1422912;-0.709599;0.06684481,-0.1375629;-0.7037501;-0.03007976,0.001554166;0.3963987;-0.05279464,9.081079
+0;0;0,0.0005198786;0.1998893;-0.006633275,0.001069977;0.4985722;-0.03393856,0.118605;0.3806746;-0.00744446,0.1563454;0.1662671;0.1686382,0.1916749;-0.03188962;0.3632808,-0.115357;0.3699067;-0.01827265,-0.1639791;0.1547138;0.1541451,-0.2157142;-0.05132858;0.3365459,0.0714561;0.00404699;-0.03574419,0.09376912;-0.3728853;0.006966811,0.1024279;-0.7137756;0.08582585,0.1114836;-0.7669035;0.03098273,-0.06918066;0.005832708;-0.03974942,-0.1191436;-0.3696147;-0.009042086,-0.1399372;-0.7109702;0.06541619,-0.1352891;-0.7022398;-0.03218503,0.0009309399;0.3993149;-0.02177435,0;0;0,0.0006801757;0.1987841;-0.02200954,0.001942256;0.4943685;-0.07283867,0.1088845;0.3670885;-0.007837698,0.1474697;0.1487823;0.1631991,0.1693379;-0.04943481;0.3597487,-0.106716;0.3585924;-0.01746406,-0.1556761;0.1426702;0.1539433,-0.1948569;-0.06994277;0.3318776,0.07180993;0.003573999;-0.03507936,0.09214227;-0.3737668;0.004926201,0.1000666;-0.7141498;0.08602263,0.1101927;-0.7680933;0.03262836,-0.06901915;0.006290138;-0.03995986,-0.1221306;-0.3688127;-0.0103448,-0.1422912;-0.709599;0.06684481,-0.1375629;-0.7037501;-0.03007976,0.001554166;0.3963987;-0.05279464,9.081079
+0;0;0,0.0002354671;0.1998775;-0.006995212,8.470479E-05;0.4984631;-0.03532305,0.1178699;0.3807662;-0.008004935,0.1586127;0.1687807;0.1703267,0.1917267;-0.01708966;0.3771011,-0.1159937;0.369685;-0.01842824,-0.1644194;0.1565785;0.1566162,-0.2159703;-0.05076058;0.3375942,0.07145924;0.004221326;-0.03571774,0.09328657;-0.3727188;0.007173993,0.1017967;-0.7136229;0.08599005,0.111037;-0.7668112;0.03126957,-0.06922527;0.005646608;-0.03969859,-0.1194699;-0.3697549;-0.008889586,-0.1403767;-0.7111403;0.06539962,-0.1358548;-0.7024844;-0.03219126,0.0002251397;0.3992547;-0.02276566,0;0;0,0.0006801757;0.1987841;-0.02200954,0.001942256;0.4943685;-0.07283867,0.1088845;0.3670885;-0.007837698,0.1474697;0.1487823;0.1631991,0.1693379;-0.04943481;0.3597487,-0.106716;0.3585924;-0.01746406,-0.1556761;0.1426702;0.1539433,-0.1948569;-0.06994277;0.3318776,0.07180993;0.003573999;-0.03507936,0.09214227;-0.3737668;0.004926201,0.1000666;-0.7141498;0.08602263,0.1101927;-0.7680933;0.03262836,-0.06901915;0.006290138;-0.03995986,-0.1221306;-0.3688127;-0.0103448,-0.1422912;-0.709599;0.06684481,-0.1375629;-0.7037501;-0.03007976,0.001554166;0.3963987;-0.05279464,9.081079
+0;0;0,0.0002354671;0.1998775;-0.006995212,8.470479E-05;0.4984631;-0.03532305,0.1178699;0.3807662;-0.008004935,0.1586127;0.1687807;0.1703267,0.1917267;-0.01708966;0.3771011,-0.1159937;0.369685;-0.01842824,-0.1644194;0.1565785;0.1566162,-0.2159703;-0.05076058;0.3375942,0.07145924;0.004221326;-0.03571774,0.09328657;-0.3727188;0.007173993,0.1017967;-0.7136229;0.08599005,0.111037;-0.7668112;0.03126957,-0.06922527;0.005646608;-0.03969859,-0.1194699;-0.3697549;-0.008889586,-0.1403767;-0.7111403;0.06539962,-0.1358548;-0.7024844;-0.03219126,0.0002251397;0.3992547;-0.02276566,0;0;0,0.0006801757;0.1987841;-0.02200954,0.001942256;0.4943685;-0.07283867,0.1088845;0.3670885;-0.007837698,0.1474697;0.1487823;0.1631991,0.1693379;-0.04943481;0.3597487,-0.106716;0.3585924;-0.01746406,-0.1556761;0.1426702;0.1539433,-0.1948569;-0.06994277;0.3318776,0.07180993;0.003573999;-0.03507936,0.09214227;-0.3737668;0.004926201,0.1000666;-0.7141498;0.08602263,0.1101927;-0.7680933;0.03262836,-0.06901915;0.006290138;-0.03995986,-0.1221306;-0.3688127;-0.0103448,-0.1422912;-0.709599;0.06684481,-0.1375629;-0.7037501;-0.03007976,0.001554166;0.3963987;-0.05279464,9.081079
+0;0;0,0.0002354671;0.1998775;-0.006995212,8.470479E-05;0.4984631;-0.03532305,0.1178699;0.3807662;-0.008004935,0.1586127;0.1687807;0.1703267,0.1917267;-0.01708966;0.3771011,-0.1159937;0.369685;-0.01842824,-0.1644194;0.1565785;0.1566162,-0.2159703;-0.05076058;0.3375942,0.07145924;0.004221326;-0.03571774,0.09328657;-0.3727188;0.007173993,0.1017967;-0.7136229;0.08599005,0.111037;-0.7668112;0.03126957,-0.06922527;0.005646608;-0.03969859,-0.1194699;-0.3697549;-0.008889586,-0.1403767;-0.7111403;0.06539962,-0.1358548;-0.7024844;-0.03219126,0.0002251397;0.3992547;-0.02276566,0;0;0,0.0006801757;0.1987841;-0.02200954,0.001942256;0.4943685;-0.07283867,0.1088845;0.3670885;-0.007837698,0.1474697;0.1487823;0.1631991,0.1693379;-0.04943481;0.3597487,-0.106716;0.3585924;-0.01746406,-0.1556761;0.1426702;0.1539433,-0.1948569;-0.06994277;0.3318776,0.07180993;0.003573999;-0.03507936,0.09214227;-0.3737668;0.004926201,0.1000666;-0.7141498;0.08602263,0.1101927;-0.7680933;0.03262836,-0.06901915;0.006290138;-0.03995986,-0.1221306;-0.3688127;-0.0103448,-0.1422912;-0.709599;0.06684481,-0.1375629;-0.7037501;-0.03007976,0.001554166;0.3963987;-0.05279464,9.081079
+0;0;0,-2.815973E-05;0.1998679;-0.007267838,-0.0008270277;0.4983761;-0.03637388,0.1171797;0.3807127;-0.0084912,0.1565197;0.1726494;0.1747083,0.1885858;-0.01628605;0.3788532,-0.1165858;0.3694757;-0.0186431,-0.1652494;0.1585629;0.1589734,-0.2164968;-0.04857953;0.3402626,0.07148666;0.004312625;-0.03565191,0.09296582;-0.3726561;0.007164005,0.1014223;-0.7135594;0.08598946,0.110742;-0.7666825;0.03118345,-0.06921823;0.005544231;-0.03972527,-0.1197339;-0.3698215;-0.008924495,-0.1407031;-0.7111908;0.06542173,-0.1362597;-0.7025943;-0.03215975,-0.0004294794;0.3992054;-0.02352779,0;0;0,0.0006801757;0.1987841;-0.02200954,0.001942256;0.4943685;-0.07283867,0.1088845;0.3670885;-0.007837698,0.1474697;0.1487823;0.1631991,0.1693379;-0.04943481;0.3597487,-0.106716;0.3585924;-0.01746406,-0.1556761;0.1426702;0.1539433,-0.1948569;-0.06994277;0.3318776,0.07180993;0.003573999;-0.03507936,0.09214227;-0.3737668;0.004926201,0.1000666;-0.7141498;0.08602263,0.1101927;-0.7680933;0.03262836,-0.06901915;0.006290138;-0.03995986,-0.1221306;-0.3688127;-0.0103448,-0.1422912;-0.709599;0.06684481,-0.1375629;-0.7037501;-0.03007976,0.001554166;0.3963987;-0.05279464,9.081079
+0;0;0,-2.815973E-05;0.1998679;-0.007267838,-0.0008270277;0.4983761;-0.03637388,0.1171797;0.3807127;-0.0084912,0.1565197;0.1726494;0.1747083,0.1885858;-0.01628605;0.3788532,-0.1165858;0.3694757;-0.0186431,-0.1652494;0.1585629;0.1589734,-0.2164968;-0.04857953;0.3402626,0.07148666;0.004312625;-0.03565191,0.09296582;-0.3726561;0.007164005,0.1014223;-0.7135594;0.08598946,0.110742;-0.7666825;0.03118345,-0.06921823;0.005544231;-0.03972527,-0.1197339;-0.3698215;-0.008924495,-0.1407031;-0.7111908;0.06542173,-0.1362597;-0.7025943;-0.03215975,-0.0004294794;0.3992054;-0.02352779,0;0;0,0.0006801757;0.1987841;-0.02200954,0.001942256;0.4943685;-0.07283867,0.1088845;0.3670885;-0.007837698,0.1474697;0.1487823;0.1631991,0.1693379;-0.04943481;0.3597487,-0.106716;0.3585924;-0.01746406,-0.1556761;0.1426702;0.1539433,-0.1948569;-0.06994277;0.3318776,0.07180993;0.003573999;-0.03507936,0.09214227;-0.3737668;0.004926201,0.1000666;-0.7141498;0.08602263,0.1101927;-0.7680933;0.03262836,-0.06901915;0.006290138;-0.03995986,-0.1221306;-0.3688127;-0.0103448,-0.1422912;-0.709599;0.06684481,-0.1375629;-0.7037501;-0.03007976,0.001554166;0.3963987;-0.05279464,9.081079
+0;0;0,-2.815973E-05;0.1998679;-0.007267838,-0.0008270277;0.4983761;-0.03637388,0.1171797;0.3807127;-0.0084912,0.1565197;0.1726494;0.1747083,0.1885858;-0.01628605;0.3788532,-0.1165858;0.3694757;-0.0186431,-0.1652494;0.1585629;0.1589734,-0.2164968;-0.04857953;0.3402626,0.07148666;0.004312625;-0.03565191,0.09296582;-0.3726561;0.007164005,0.1014223;-0.7135594;0.08598946,0.110742;-0.7666825;0.03118345,-0.06921823;0.005544231;-0.03972527,-0.1197339;-0.3698215;-0.008924495,-0.1407031;-0.7111908;0.06542173,-0.1362597;-0.7025943;-0.03215975,-0.0004294794;0.3992054;-0.02352779,0;0;0,0.0006801757;0.1987841;-0.02200954,0.001942256;0.4943685;-0.07283867,0.1088845;0.3670885;-0.007837698,0.1474697;0.1487823;0.1631991,0.1693379;-0.04943481;0.3597487,-0.106716;0.3585924;-0.01746406,-0.1556761;0.1426702;0.1539433,-0.1948569;-0.06994277;0.3318776,0.07180993;0.003573999;-0.03507936,0.09214227;-0.3737668;0.004926201,0.1000666;-0.7141498;0.08602263,0.1101927;-0.7680933;0.03262836,-0.06901915;0.006290138;-0.03995986,-0.1221306;-0.3688127;-0.0103448,-0.1422912;-0.709599;0.06684481,-0.1375629;-0.7037501;-0.03007976,0.001554166;0.3963987;-0.05279464,9.081079
+0;0;0,-0.0001827955;0.1998593;-0.007499312,-0.001299896;0.4983222;-0.03705741,0.1168108;0.3808057;-0.008867489,0.156349;0.1741464;0.1758719,0.186542;-0.01479693;0.380295,-0.116933;0.3694175;-0.01883966,-0.165478;0.1612119;0.1619747,-0.2155736;-0.04630007;0.343163,0.07150285;0.004421372;-0.03560609,0.0928131;-0.3725682;0.007110778,0.101217;-0.7134748;0.08592762,0.1107775;-0.7665833;0.03114102,-0.06921651;0.005438325;-0.0397429,-0.119796;-0.3699245;-0.009010272,-0.1408458;-0.7112731;0.06540733,-0.1364584;-0.7027172;-0.03216778,-0.0007976245;0.3991711;-0.02406533,0;0;0,0.0006801757;0.1987841;-0.02200954,0.001942256;0.4943685;-0.07283867,0.1088845;0.3670885;-0.007837698,0.1474697;0.1487823;0.1631991,0.1693379;-0.04943481;0.3597487,-0.106716;0.3585924;-0.01746406,-0.1556761;0.1426702;0.1539433,-0.1948569;-0.06994277;0.3318776,0.07180993;0.003573999;-0.03507936,0.09214227;-0.3737668;0.004926201,0.1000666;-0.7141498;0.08602263,0.1101927;-0.7680933;0.03262836,-0.06901915;0.006290138;-0.03995986,-0.1221306;-0.3688127;-0.0103448,-0.1422912;-0.709599;0.06684481,-0.1375629;-0.7037501;-0.03007976,0.001554166;0.3963987;-0.05279464,9.081079
+0;0;0,-0.0001827955;0.1998593;-0.007499312,-0.001299896;0.4983222;-0.03705741,0.1168108;0.3808057;-0.008867489,0.156349;0.1741464;0.1758719,0.186542;-0.01479693;0.380295,-0.116933;0.3694175;-0.01883966,-0.165478;0.1612119;0.1619747,-0.2155736;-0.04630007;0.343163,0.07150285;0.004421372;-0.03560609,0.0928131;-0.3725682;0.007110778,0.101217;-0.7134748;0.08592762,0.1107775;-0.7665833;0.03114102,-0.06921651;0.005438325;-0.0397429,-0.119796;-0.3699245;-0.009010272,-0.1408458;-0.7112731;0.06540733,-0.1364584;-0.7027172;-0.03216778,-0.0007976245;0.3991711;-0.02406533,0;0;0,0.0006801757;0.1987841;-0.02200954,0.001942256;0.4943685;-0.07283867,0.1088845;0.3670885;-0.007837698,0.1474697;0.1487823;0.1631991,0.1693379;-0.04943481;0.3597487,-0.106716;0.3585924;-0.01746406,-0.1556761;0.1426702;0.1539433,-0.1948569;-0.06994277;0.3318776,0.07180993;0.003573999;-0.03507936,0.09214227;-0.3737668;0.004926201,0.1000666;-0.7141498;0.08602263,0.1101927;-0.7680933;0.03262836,-0.06901915;0.006290138;-0.03995986,-0.1221306;-0.3688127;-0.0103448,-0.1422912;-0.709599;0.06684481,-0.1375629;-0.7037501;-0.03007976,0.001554166;0.3963987;-0.05279464,9.081079

+ 158 - 0
DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_TwoArms_Backward_None_Slow.csv

@@ -0,0 +1,158 @@
+Demo_SpineBase,Demo_SpineMid,Demo_Neck,Demo_ShoulderLeft,Demo_ElbowLeft,Demo_WristLeft,Demo_ShoulderRight,Demo_ElbowRight,Demo_WristRight,Demo_HipLeft,Demo_KneeLeft,Demo_AnkleLeft,Demo_FootLeft,Demo_HipRight,Demo_KneeRight,Demo_AnkleRight,Demo_FootRight,Demo_SpineShoulder,Body_SpineBase,Body_SpineMid,Body_Neck,Body_ShoulderLeft,Body_ElbowLeft,Body_WristLeft,Body_ShoulderRight,Body_ElbowRight,Body_WristRight,Body_HipLeft,Body_KneeLeft,Body_AnkleLeft,Body_FootLeft,Body_HipRight,Body_KneeRight,Body_AnkleRight,Body_FootRight,Body_SpineShoulder,time
+0;0;0,0.0009887012;0.1999575;0.00400363,0.002802475;0.4997742;-0.00448724,0.1170113;0.3657256;0.007284812,0.1546068;0.08865476;-0.007491262,0.2137986;-0.1754228;-0.07932009,-0.1094676;0.3574607;-0.01056173,-0.1596983;0.08206975;-0.01662062,-0.2073456;-0.1822533;-0.09576021,0.07168115;0.004754793;-0.03520235,0.0942006;-0.3731648;-0.002496671,0.1042865;-0.7154082;0.07008281,0.1134215;-0.7682114;0.01476378,-0.06876805;0.005437365;-0.04051408,-0.1184526;-0.3703646;-0.0139756,-0.1387978;-0.7133626;0.05264652,-0.1317754;-0.7031021;-0.04513406,0.002156086;0.3999332;0.001110865,0;0;0,0.000332343;0.1999532;0.004311953,0.0007532232;0.4997504;-0.004864266,0.1165043;0.3713022;0.01318351,0.155356;0.09419075;0.003192706,0.21715;-0.1666828;-0.07759398,-0.1140084;0.3649057;-0.005137392,-0.1631422;0.09041017;-0.03039785,-0.2068239;-0.1771839;-0.1002929,0.07255387;0.004774524;-0.03336375,0.09065716;-0.3732204;0.001163501,0.09968149;-0.7169893;0.06629018,0.1041287;-0.705849;-0.03181452,-0.06907397;0.005548207;-0.03997504,-0.1159165;-0.3705744;-0.01281703,-0.1369353;-0.7132593;0.05519206,-0.1295952;-0.7020794;-0.04274635,0.0005994936;0.3999268;0.001071613,7.919544
+0;0;0,0.0009887012;0.1999575;0.00400363,0.002802475;0.4997742;-0.00448724,0.1170113;0.3657256;0.007284812,0.1546068;0.08865476;-0.007491262,0.2137986;-0.1754228;-0.07932009,-0.1094676;0.3574607;-0.01056173,-0.1596983;0.08206975;-0.01662062,-0.2073456;-0.1822533;-0.09576021,0.07168115;0.004754793;-0.03520235,0.0942006;-0.3731648;-0.002496671,0.1042865;-0.7154082;0.07008281,0.1134215;-0.7682114;0.01476378,-0.06876805;0.005437365;-0.04051408,-0.1184526;-0.3703646;-0.0139756,-0.1387978;-0.7133626;0.05264652,-0.1317754;-0.7031021;-0.04513406,0.002156086;0.3999332;0.001110865,0;0;0,0.0002583301;0.1999467;0.004610772,0.0005688046;0.499757;-0.004123406,0.1163715;0.3712447;0.01352667,0.1546463;0.09404901;0.003647866,0.2150394;-0.1670379;-0.07750818,-0.1141243;0.364824;-0.004633488,-0.1630834;0.09029847;-0.02990639,-0.206925;-0.1771441;-0.1002796,0.07248726;0.004793039;-0.03350558,0.08989017;-0.3731577;0.00185506,0.09889192;-0.7167934;0.06768432,0.1032805;-0.70561;-0.03043131,-0.06919591;0.005548607;-0.03976354,-0.1164379;-0.3705102;-0.0124148,-0.1376277;-0.71304;0.05631903,-0.1176138;-0.7645053;0.001886934,0.0004540805;0.399925;0.001669286,7.946798
+0;0;0,0.0009887012;0.1999575;0.00400363,0.002802475;0.4997742;-0.00448724,0.1170113;0.3657256;0.007284812,0.1546068;0.08865476;-0.007491262,0.2137986;-0.1754228;-0.07932009,-0.1094676;0.3574607;-0.01056173,-0.1596983;0.08206975;-0.01662062,-0.2073456;-0.1822533;-0.09576021,0.07168115;0.004754793;-0.03520235,0.0942006;-0.3731648;-0.002496671,0.1042865;-0.7154082;0.07008281,0.1134215;-0.7682114;0.01476378,-0.06876805;0.005437365;-0.04051408,-0.1184526;-0.3703646;-0.0139756,-0.1387978;-0.7133626;0.05264652,-0.1317754;-0.7031021;-0.04513406,0.002156086;0.3999332;0.001110865,0;0;0,0.0002698197;0.1999409;0.004852113,0.0005702271;0.4997631;-0.003470931,0.1163857;0.3711666;0.01381772,0.1540209;0.09388146;0.003991222,0.2131024;-0.1674416;-0.07736987,-0.1140655;0.3647712;-0.004685707,-0.1634992;0.09025562;-0.02913,-0.2077767;-0.1767357;-0.1009295,0.0724941;0.004749721;-0.03349696,0.08930598;-0.3731653;0.002525114,0.09852248;-0.7166929;0.06888627,0.1033168;-0.7689402;0.0122082,-0.06919352;0.005612352;-0.03975875,-0.1166203;-0.3703842;-0.01187842,-0.1378575;-0.7128413;0.05720197,-0.1204445;-0.7643375;0.001928464,0.0004648224;0.399923;0.002180874,7.970467
+0;0;0,0.001033409;0.1999569;0.004019788,0.003008577;0.4997726;-0.00447124,0.1171589;0.3657541;0.007377766,0.1546154;0.0886662;-0.007431857,0.2139013;-0.1756627;-0.07825152,-0.1093306;0.3574909;-0.01060216,-0.1596566;0.08211985;-0.01677283,-0.2065996;-0.1828875;-0.09402212,0.07166304;0.004720869;-0.03524374,0.09423506;-0.3731889;-0.002460983,0.1042271;-0.7154545;0.07002637,0.113489;-0.7683518;0.01486962,-0.0687743;0.005461934;-0.04050016,-0.118464;-0.3703402;-0.01397287,-0.1387298;-0.7134072;0.05231724,-0.1316646;-0.7031565;-0.04545826,0.002298916;0.399932;0.001128068,0;0;0,0.0001727504;0.1999363;0.005044372,0.0003494819;0.4997689;-0.00291331,0.1162096;0.371105;0.01406571,0.1531881;0.09371907;0.004596345,0.2110595;-0.1677719;-0.07709433,-0.1141964;0.3646667;-0.004527672,-0.1637858;0.09015059;-0.02864834,-0.2089533;-0.17666;-0.1005648,0.0725354;0.004812957;-0.03339838,0.08894432;-0.3730684;0.003158685,0.09790435;-0.7165464;0.06981142,0.1028177;-0.7682685;0.01238864,-0.06914358;0.005561666;-0.03985263,-0.1170115;-0.3703072;-0.01102134,-0.1384362;-0.7126794;0.05842107,-0.1216178;-0.7634126;0.001858685,0.0002858569;0.3999214;0.002607621,8.003659
+0;0;0,0.001033409;0.1999569;0.004019788,0.003008577;0.4997726;-0.00447124,0.1171589;0.3657541;0.007377766,0.1546154;0.0886662;-0.007431857,0.2139013;-0.1756627;-0.07825152,-0.1093306;0.3574909;-0.01060216,-0.1596566;0.08211985;-0.01677283,-0.2065996;-0.1828875;-0.09402212,0.07166304;0.004720869;-0.03524374,0.09423506;-0.3731889;-0.002460983,0.1042271;-0.7154545;0.07002637,0.113489;-0.7683518;0.01486962,-0.0687743;0.005461934;-0.04050016,-0.118464;-0.3703402;-0.01397287,-0.1387298;-0.7134072;0.05231724,-0.1316646;-0.7031565;-0.04545826,0.002298916;0.399932;0.001128068,0;0;0,0.0001579113;0.1999308;0.005256925,0.0003005943;0.4997734;-0.002329836,0.1161891;0.3710486;0.01424879,0.1527221;0.0935961;0.005003815,0.2100118;-0.1680828;-0.07649502,-0.1142421;0.3647231;-0.00417096,-0.1639366;0.09023598;-0.02840396,-0.2097467;-0.1765197;-0.1001178,0.07253894;0.004737323;-0.03340148,0.08864451;-0.3730816;0.003927756,0.09751771;-0.7165059;0.07086799,0.1025104;-0.7682861;0.01353502,-0.06915864;0.005641649;-0.03981525,-0.1171263;-0.3701455;-0.0100983,-0.1385471;-0.7125041;0.05941216,-0.1276781;-0.7618806;-0.0004312992,0.0002523197;0.3999188;0.003060997,8.026494
+0;0;0,0.001033409;0.1999569;0.004019788,0.003008577;0.4997726;-0.00447124,0.1171589;0.3657541;0.007377766,0.1546154;0.0886662;-0.007431857,0.2139013;-0.1756627;-0.07825152,-0.1093306;0.3574909;-0.01060216,-0.1596566;0.08211985;-0.01677283,-0.2065996;-0.1828875;-0.09402212,0.07166304;0.004720869;-0.03524374,0.09423506;-0.3731889;-0.002460983,0.1042271;-0.7154545;0.07002637,0.113489;-0.7683518;0.01486962,-0.0687743;0.005461934;-0.04050016,-0.118464;-0.3703402;-0.01397287,-0.1387298;-0.7134072;0.05231724,-0.1316646;-0.7031565;-0.04545826,0.002298916;0.399932;0.001128068,0;0;0,0.000148258;0.1999276;0.005378651,0.0002730089;0.4997776;-0.001932721,0.1161729;0.3709632;0.01429607,0.1521176;0.09342685;0.005263651,0.2091682;-0.1683482;-0.07609402,-0.1142135;0.3646721;-0.004368078,-0.1645399;0.0902454;-0.02797457,-0.2106053;-0.1765317;-0.09944442,0.07246473;0.004843177;-0.03354708,0.08820996;-0.3728966;0.00472492,0.09702841;-0.7163737;0.07140128,0.1017765;-0.7685513;0.01461841,-0.06925594;0.005560167;-0.03965727,-0.1174727;-0.3701621;-0.00952534,-0.1390649;-0.7124797;0.06013421,-0.1252422;-0.762805;0.002196491,0.0002337005;0.3999173;0.003352321,8.059625
+0;0;0,0.001025152;0.1999565;0.00404141,0.003012082;0.4997705;-0.004496275,0.1171463;0.3657296;0.00742882,0.1545227;0.08862272;-0.007226308,0.2141038;-0.1758991;-0.07707123,-0.1092782;0.3573618;-0.01066343,-0.1597787;0.08202559;-0.01696084,-0.2067021;-0.1830581;-0.09395964,0.07162401;0.004709667;-0.0353245,0.09416176;-0.3731744;-0.002224185,0.104067;-0.715459;0.07018567,0.1138003;-0.7681984;0.01487336,-0.06879614;0.005472706;-0.04046159,-0.1186358;-0.3703089;-0.01392553,-0.1389706;-0.7133597;0.0524273,-0.1318681;-0.7031085;-0.04534558,0.002296267;0.3999313;0.00112599,0;0;0,0.000148258;0.1999276;0.005378651,0.0002730089;0.4997776;-0.001932721,0.1161729;0.3709632;0.01429607,0.1521176;0.09342685;0.005263651,0.2091682;-0.1683482;-0.07609402,-0.1142135;0.3646721;-0.004368078,-0.1645399;0.0902454;-0.02797457,-0.2106053;-0.1765317;-0.09944442,0.07246473;0.004843177;-0.03354708,0.08820996;-0.3728966;0.00472492,0.09702841;-0.7163737;0.07140128,0.1017765;-0.7685513;0.01461841,-0.06925594;0.005560167;-0.03965727,-0.1174727;-0.3701621;-0.00952534,-0.1390649;-0.7124797;0.06013421,-0.1252422;-0.762805;0.002196491,0.0002337005;0.3999173;0.003352321,8.082553
+0;0;0,0.001025152;0.1999565;0.00404141,0.003012082;0.4997705;-0.004496275,0.1171463;0.3657296;0.00742882,0.1545227;0.08862272;-0.007226308,0.2141038;-0.1758991;-0.07707123,-0.1092782;0.3573618;-0.01066343,-0.1597787;0.08202559;-0.01696084,-0.2067021;-0.1830581;-0.09395964,0.07162401;0.004709667;-0.0353245,0.09416176;-0.3731744;-0.002224185,0.104067;-0.715459;0.07018567,0.1138003;-0.7681984;0.01487336,-0.06879614;0.005472706;-0.04046159,-0.1186358;-0.3703089;-0.01392553,-0.1389706;-0.7133597;0.0524273,-0.1318681;-0.7031085;-0.04534558,0.002296267;0.3999313;0.00112599,0;0;0,0.0003059768;0.1999312;0.00523628,0.0007531212;0.4997783;-0.002211221,0.116484;0.370875;0.01436865,0.1521692;0.09329501;0.005656838,0.2088015;-0.1686371;-0.07548717,-0.113812;0.3644719;-0.004226459,-0.1643733;0.09006071;-0.02750841,-0.2106301;-0.1766557;-0.09908124,0.07247736;0.004834364;-0.03352104,0.08810663;-0.3728521;0.005321085,0.09682825;-0.7162765;0.07228064,0.1013882;-0.7687455;0.01590627,-0.06926129;0.005569211;-0.03964666,-0.1174585;-0.3701029;-0.008865513,-0.1391539;-0.7123793;0.06096359,-0.1253277;-0.7631891;0.003704399,0.000598648;0.3999196;0.003099537,8.115666
+0;0;0,0.001025152;0.1999565;0.00404141,0.003012082;0.4997705;-0.004496275,0.1171463;0.3657296;0.00742882,0.1545227;0.08862272;-0.007226308,0.2141038;-0.1758991;-0.07707123,-0.1092782;0.3573618;-0.01066343,-0.1597787;0.08202559;-0.01696084,-0.2067021;-0.1830581;-0.09395964,0.07162401;0.004709667;-0.0353245,0.09416176;-0.3731744;-0.002224185,0.104067;-0.715459;0.07018567,0.1138003;-0.7681984;0.01487336,-0.06879614;0.005472706;-0.04046159,-0.1186358;-0.3703089;-0.01392553,-0.1389706;-0.7133597;0.0524273,-0.1318681;-0.7031085;-0.04534558,0.002296267;0.3999313;0.00112599,0;0;0,0.0001530198;0.1999272;0.005395844,0.0004281347;0.4997801;-0.001821246,0.1162391;0.3708499;0.01432758,0.1517563;0.09324339;0.005775405,0.2081214;-0.1689033;-0.07486019,-0.1140203;0.3643693;-0.00442269,-0.1649943;0.08997732;-0.02702126,-0.2113971;-0.1767141;-0.09859268,0.07251733;0.004837928;-0.03343398,0.08765189;-0.3728348;0.005735159,0.09613661;-0.7162533;0.07275569,0.1007131;-0.7049466;-0.02537493,-0.06920864;0.005577067;-0.03973739,-0.1179589;-0.3699828;-0.008460987,-0.1396095;-0.7122511;0.06142223,-0.1251453;-0.7641885;0.005951066,0.0003253772;0.3999173;0.003414284,8.149321
+0;0;0,0.001051572;0.1999561;0.004055175,0.003097692;0.4997682;-0.004528168,0.117194;0.3656889;0.007501602,0.1545657;0.08857396;-0.007011828,0.2143617;-0.1762201;-0.07563064,-0.1091917;0.35731;-0.01070332,-0.1598068;0.08199576;-0.01704385,-0.2066415;-0.1832637;-0.09348962,0.07162089;0.0046744;-0.03533551,0.09418157;-0.3731919;-0.002048101,0.1041554;-0.7154744;0.07036237,0.1138543;-0.7679752;0.01468868,-0.06878778;0.005505737;-0.04047133,-0.1186606;-0.3702649;-0.01384223,-0.1390383;-0.7133023;0.05256645,-0.1318962;-0.7030538;-0.04520301,0.002360543;0.3999302;0.001112692,0;0;0,0.0002426134;0.1999336;0.005146321,0.0006593489;0.4997778;-0.002439468,0.1163875;0.3708176;0.01410591,0.1515355;0.09315941;0.005707947,0.2077268;-0.169136;-0.07456436,-0.1138051;0.3642442;-0.004787694,-0.1654577;0.08990729;-0.02649685,-0.2120401;-0.1767243;-0.09817448,0.07259285;0.004902649;-0.03326021,0.08749278;-0.3727802;0.005901814,0.09590596;-0.7161467;0.07319714,0.1005336;-0.7048767;-0.02492407,-0.06907083;0.005515178;-0.03998503,-0.1182211;-0.3699517;-0.008222345,-0.1399764;-0.7121258;0.06208843,-0.1252243;-0.7644697;0.007299159,0.0005101337;0.3999209;0.002906601,8.18241
+0;0;0,0.001051572;0.1999561;0.004055175,0.003097692;0.4997682;-0.004528168,0.117194;0.3656889;0.007501602,0.1545657;0.08857396;-0.007011828,0.2143617;-0.1762201;-0.07563064,-0.1091917;0.35731;-0.01070332,-0.1598068;0.08199576;-0.01704385,-0.2066415;-0.1832637;-0.09348962,0.07162089;0.0046744;-0.03533551,0.09418157;-0.3731919;-0.002048101,0.1041554;-0.7154744;0.07036237,0.1138543;-0.7679752;0.01468868,-0.06878778;0.005505737;-0.04047133,-0.1186606;-0.3702649;-0.01384223,-0.1390383;-0.7133023;0.05256645,-0.1318962;-0.7030538;-0.04520301,0.002360543;0.3999302;0.001112692,0;0;0,0.0002782583;0.1999398;0.004901261,0.0007393889;0.4997756;-0.003021202,0.1164486;0.3710341;0.0142124,0.1513894;0.09334496;0.005973415,0.2072108;-0.1692331;-0.07363026,-0.1137964;0.3643304;-0.004786252,-0.1657683;0.09001055;-0.02594149,-0.2128506;-0.1765125;-0.09769601,0.07257308;0.004886154;-0.03330577,0.08730642;-0.3727508;0.006358098,0.09554029;-0.7160635;0.07394949,0.1002108;-0.7048278;-0.02416314,-0.06912928;0.005535181;-0.03988113,-0.1184159;-0.3698747;-0.007659715,-0.1404427;-0.7119914;0.06284525,-0.1250039;-0.7645622;0.008589208,0.0005760524;0.3999242;0.002426495,8.204937
+0;0;0,0.001051572;0.1999561;0.004055175,0.003097692;0.4997682;-0.004528168,0.117194;0.3656889;0.007501602,0.1545657;0.08857396;-0.007011828,0.2143617;-0.1762201;-0.07563064,-0.1091917;0.35731;-0.01070332,-0.1598068;0.08199576;-0.01704385,-0.2066415;-0.1832637;-0.09348962,0.07162089;0.0046744;-0.03533551,0.09418157;-0.3731919;-0.002048101,0.1041554;-0.7154744;0.07036237,0.1138543;-0.7679752;0.01468868,-0.06878778;0.005505737;-0.04047133,-0.1186606;-0.3702649;-0.01384223,-0.1390383;-0.7133023;0.05256645,-0.1318962;-0.7030538;-0.04520301,0.002360543;0.3999302;0.001112692,0;0;0,0.0001800463;0.199937;0.005018167,0.0005455332;0.4997765;-0.002758428,0.1163369;0.3711644;0.01419832,0.1510453;0.09344161;0.006112274,0.2067676;-0.1696472;-0.07185742,-0.1139038;0.3641954;-0.004862271,-0.1660493;0.0898734;-0.0255578,-0.2135914;-0.176765;-0.09657672,0.07260878;0.004904378;-0.03322517,0.0873038;-0.3727283;0.006493807,0.09530883;-0.7160006;0.07431814,0.09998783;-0.704749;-0.02379712,-0.06907354;0.005527353;-0.03997866,-0.1185682;-0.3698408;-0.007589664,-0.1406877;-0.7119271;0.06303422,-0.1252;-0.7648202;0.009286042,0.0004079314;0.3999228;0.002646738,8.238502
+0;0;0,0.001056836;0.199956;0.004059293,0.00311955;0.4997659;-0.004584874,0.1171994;0.3656648;0.007530328,0.1544961;0.08852935;-0.006783824,0.2146447;-0.1765686;-0.0739048,-0.1091706;0.3572847;-0.01069417,-0.1598422;0.08198053;-0.01702129,-0.2063854;-0.1837562;-0.09197263,0.07162976;0.004655938;-0.03531996,0.09422143;-0.3732007;-0.001944132,0.1041858;-0.7154932;0.07042012,0.1138658;-0.7679555;0.01468616,-0.06877115;0.005525035;-0.04049693,-0.118757;-0.3702265;-0.01381025,-0.1390329;-0.7132607;0.05264633,-0.1318827;-0.7030153;-0.04512191,0.002376099;0.3999295;0.001084571,0;0;0,0.0001285492;0.1999344;0.005120706,0.0004382999;0.4997768;-0.002536053,0.1162922;0.3712522;0.01412794,0.1508461;0.09349671;0.006518804,0.2066443;-0.1705166;-0.0682043,-0.1139472;0.3641194;-0.005052418,-0.1664104;0.08980101;-0.0249785,-0.2141366;-0.17802;-0.09126647,0.07262374;0.004854108;-0.03319984,0.08705403;-0.3727858;0.006547347,0.09543698;-0.7159938;0.07465044,0.10014;-0.7047353;-0.02346498,-0.06906932;0.005578129;-0.0399789,-0.1186702;-0.3697675;-0.007492539,-0.1408768;-0.7118077;0.06332655,-0.1255438;-0.7646013;0.009381041,0.0003157203;0.3999212;0.002834896,8.272461
+0;0;0,0.001056836;0.199956;0.004059293,0.00311955;0.4997659;-0.004584874,0.1171994;0.3656648;0.007530328,0.1544961;0.08852935;-0.006783824,0.2146447;-0.1765686;-0.0739048,-0.1091706;0.3572847;-0.01069417,-0.1598422;0.08198053;-0.01702129,-0.2063854;-0.1837562;-0.09197263,0.07162976;0.004655938;-0.03531996,0.09422143;-0.3732007;-0.001944132,0.1041858;-0.7154932;0.07042012,0.1138658;-0.7679555;0.01468616,-0.06877115;0.005525035;-0.04049693,-0.118757;-0.3702265;-0.01381025,-0.1390329;-0.7132607;0.05264633,-0.1318827;-0.7030153;-0.04512191,0.002376099;0.3999295;0.001084571,0;0;0,1.634286E-05;0.1999314;0.005237158,0.0002200841;0.4997772;-0.002282498,0.1161486;0.3713929;0.014223,0.1504411;0.09359613;0.006943586,0.2068746;-0.1716054;-0.0629378,-0.1140999;0.3640601;-0.005117128,-0.1668379;0.08973926;-0.02426867,-0.2151415;-0.1787566;-0.08733007,0.0726351;0.004846809;-0.03317605,0.08673565;-0.3727729;0.006880708,0.09518524;-0.7159964;0.07489731,0.09992849;-0.7047243;-0.02321877,-0.06907324;0.005584484;-0.03997127,-0.1189106;-0.3697213;-0.00738582,-0.1412148;-0.7117361;0.06352493,-0.1255219;-0.7646714;0.009901423,0.000125418;0.3999195;0.003048862,8.294007
+0;0;0,0.001056836;0.199956;0.004059293,0.00311955;0.4997659;-0.004584874,0.1171994;0.3656648;0.007530328,0.1544961;0.08852935;-0.006783824,0.2146447;-0.1765686;-0.0739048,-0.1091706;0.3572847;-0.01069417,-0.1598422;0.08198053;-0.01702129,-0.2063854;-0.1837562;-0.09197263,0.07162976;0.004655938;-0.03531996,0.09422143;-0.3732007;-0.001944132,0.1041858;-0.7154932;0.07042012,0.1138658;-0.7679555;0.01468616,-0.06877115;0.005525035;-0.04049693,-0.118757;-0.3702265;-0.01381025,-0.1390329;-0.7132607;0.05264633,-0.1318827;-0.7030153;-0.04512191,0.002376099;0.3999295;0.001084571,0;0;0,-7.706608E-05;0.1999293;0.005317543,2.698613E-06;0.4997789;-0.00205094,0.1160055;0.3714197;0.01409584,0.1505761;0.09362885;0.0080029,0.2080166;-0.1733392;-0.05387303,-0.114232;0.3640048;-0.005344822,-0.1672325;0.08966532;-0.02347747,-0.2163997;-0.1797181;-0.08191691,0.07264237;0.004872564;-0.03315635,0.08645872;-0.3727312;0.007148281,0.09470169;-0.7159332;0.07529845,0.09946701;-0.7046485;-0.02281898,-0.06907281;0.005569275;-0.03997411,-0.1191581;-0.3696801;-0.007120531,-0.1415824;-0.7116711;0.06386764,-0.1255369;-0.7638564;0.009203929,-5.356748E-05;0.3999184;0.003227938,8.328109
+0;0;0,0.001021347;0.1999561;0.00406255,0.003029294;0.4997647;-0.004631236,0.1171277;0.3656714;0.007577838,0.1542584;0.08849895;-0.006449481,0.2147258;-0.1769082;-0.07204465,-0.1092334;0.3572634;-0.01070667,-0.1600012;0.0819746;-0.01692829,-0.2064749;-0.1842642;-0.09012066,0.07164259;0.004642131;-0.03529573,0.0941347;-0.3732126;-0.001831356,0.104101;-0.7155055;0.07053089,0.1137597;-0.7677665;0.01449662,-0.06873789;0.005549902;-0.04054998,-0.1189218;-0.3701653;-0.01372419,-0.1390782;-0.7132347;0.05258639,-0.1319083;-0.7029871;-0.04518087,0.002306485;0.3999295;0.001060457,0;0;0,-7.706608E-05;0.1999293;0.005317543,2.698613E-06;0.4997789;-0.00205094,0.1160055;0.3714197;0.01409584,0.1505761;0.09362885;0.0080029,0.2080166;-0.1733392;-0.05387303,-0.114232;0.3640048;-0.005344822,-0.1672325;0.08966532;-0.02347747,-0.2163997;-0.1797181;-0.08191691,0.07264237;0.004872564;-0.03315635,0.08645872;-0.3727312;0.007148281,0.09470169;-0.7159332;0.07529845,0.09946701;-0.7046485;-0.02281898,-0.06907281;0.005569275;-0.03997411,-0.1191581;-0.3696801;-0.007120531,-0.1415824;-0.7116711;0.06386764,-0.1255369;-0.7638564;0.009203929,-5.356748E-05;0.3999184;0.003227938,8.351071
+0;0;0,0.001021347;0.1999561;0.00406255,0.003029294;0.4997647;-0.004631236,0.1171277;0.3656714;0.007577838,0.1542584;0.08849895;-0.006449481,0.2147258;-0.1769082;-0.07204465,-0.1092334;0.3572634;-0.01070667,-0.1600012;0.0819746;-0.01692829,-0.2064749;-0.1842642;-0.09012066,0.07164259;0.004642131;-0.03529573,0.0941347;-0.3732126;-0.001831356,0.104101;-0.7155055;0.07053089,0.1137597;-0.7677665;0.01449662,-0.06873789;0.005549902;-0.04054998,-0.1189218;-0.3701653;-0.01372419,-0.1390782;-0.7132347;0.05258639,-0.1319083;-0.7029871;-0.04518087,0.002306485;0.3999295;0.001060457,0;0;0,-0.0001337721;0.1999283;0.005352836,-0.0001342756;0.4997802;-0.001931082,0.1159431;0.3715652;0.01404249,0.1509378;0.09379071;0.009956064,0.2084802;-0.1744802;-0.04589743,-0.1142694;0.363851;-0.005591456,-0.1675644;0.08944452;-0.02173829,-0.2170509;-0.1813005;-0.07319898,0.07264914;0.004886439;-0.03313947,0.08636487;-0.3727115;0.007253896,0.09431313;-0.7158849;0.07558297,0.09912473;-0.7045925;-0.02253368,-0.06908061;0.005557199;-0.03996231,-0.1191645;-0.3696857;-0.007032983,-0.1418477;-0.7116259;0.06411741,-0.1260875;-0.7640843;0.009782866,-0.0001649366;0.399918;0.003316548,8.373818
+0;0;0,0.001021347;0.1999561;0.00406255,0.003029294;0.4997647;-0.004631236,0.1171277;0.3656714;0.007577838,0.1542584;0.08849895;-0.006449481,0.2147258;-0.1769082;-0.07204465,-0.1092334;0.3572634;-0.01070667,-0.1600012;0.0819746;-0.01692829,-0.2064749;-0.1842642;-0.09012066,0.07164259;0.004642131;-0.03529573,0.0941347;-0.3732126;-0.001831356,0.104101;-0.7155055;0.07053089,0.1137597;-0.7677665;0.01449662,-0.06873789;0.005549902;-0.04054998,-0.1189218;-0.3701653;-0.01372419,-0.1390782;-0.7132347;0.05258639,-0.1319083;-0.7029871;-0.04518087,0.002306485;0.3999295;0.001060457,0;0;0,-0.0002385424;0.1999283;0.005349565,-0.0003593142;0.499781;-0.001906691,0.1158149;0.3717636;0.01392492,0.1507846;0.09396091;0.01226236,0.2092742;-0.1758548;-0.03441163,-0.1144549;0.3638729;-0.005702362,-0.1683689;0.08945522;-0.01942209,-0.2181035;-0.1820996;-0.06616039,0.07266727;0.005007575;-0.03308158,0.08649614;-0.372608;0.00710864,0.09399115;-0.7157323;0.07573445,0.09878749;-0.7044372;-0.02238347,-0.06901736;0.005410125;-0.04009159,-0.1193279;-0.3697758;-0.006860133,-0.1421482;-0.7117596;0.06403668,-0.1266502;-0.7642003;0.009600077,-0.0003532535;0.3999181;0.003328071,8.396629
+0;0;0,0.001005657;0.1999561;0.004067656,0.002990194;0.4997635;-0.00466577,0.1170961;0.3656661;0.007550275,0.1542385;0.08846995;-0.005967876,0.2149613;-0.177449;-0.06921226,-0.1091823;0.3570987;-0.01089925,-0.1602183;0.0818513;-0.0167482,-0.2065715;-0.1851125;-0.08732935,0.07162362;0.00463783;-0.03533478,0.09401394;-0.3732101;-0.00172507,0.1040844;-0.7154976;0.07064799,0.1133583;-0.7683798;0.01547061,-0.06874955;0.005566705;-0.04052788,-0.1190871;-0.3701236;-0.01364136,-0.1389594;-0.7132019;0.05270923,-0.1317411;-0.7029531;-0.04505471,0.002275849;0.3999292;0.001043145,0;0;0,-0.0002385424;0.1999283;0.005349565,-0.0003593142;0.499781;-0.001906691,0.1158149;0.3717636;0.01392492,0.1507846;0.09396091;0.01226236,0.2092742;-0.1758548;-0.03441163,-0.1144549;0.3638729;-0.005702362,-0.1683689;0.08945522;-0.01942209,-0.2181035;-0.1820996;-0.06616039,0.07266727;0.005007575;-0.03308158,0.08649614;-0.372608;0.00710864,0.09399115;-0.7157323;0.07573445,0.09878749;-0.7044372;-0.02238347,-0.06901736;0.005410125;-0.04009159,-0.1193279;-0.3697758;-0.006860133,-0.1421482;-0.7117596;0.06403668,-0.1266502;-0.7642003;0.009600077,-0.0003532535;0.3999181;0.003328071,8.419595
+0;0;0,0.001005657;0.1999561;0.004067656,0.002990194;0.4997635;-0.00466577,0.1170961;0.3656661;0.007550275,0.1542385;0.08846995;-0.005967876,0.2149613;-0.177449;-0.06921226,-0.1091823;0.3570987;-0.01089925,-0.1602183;0.0818513;-0.0167482,-0.2065715;-0.1851125;-0.08732935,0.07162362;0.00463783;-0.03533478,0.09401394;-0.3732101;-0.00172507,0.1040844;-0.7154976;0.07064799,0.1133583;-0.7683798;0.01547061,-0.06874955;0.005566705;-0.04052788,-0.1190871;-0.3701236;-0.01364136,-0.1389594;-0.7132019;0.05270923,-0.1317411;-0.7029531;-0.04505471,0.002275849;0.3999292;0.001043145,0;0;0,-0.0003377087;0.1999267;0.005405049,-0.000566027;0.4997813;-0.00176925,0.1157083;0.3720033;0.01391377,0.1510259;0.0942525;0.01659365,0.2096793;-0.1769859;-0.02068264,-0.1146677;0.3640302;-0.005753368,-0.170051;0.08974433;-0.01574919,-0.2204468;-0.1828958;-0.0548342,0.07271191;0.005061722;-0.03297509,0.08599178;-0.3725663;0.007282764,0.09344861;-0.7156726;0.07600287,0.09824522;-0.7043679;-0.02211684,-0.06899165;0.005357191;-0.04014289,-0.1196261;-0.3697521;-0.006540444,-0.1427689;-0.7116715;0.06456211,-0.1268764;-0.7643501;0.01060218,-0.000528871;0.3999169;0.003437958,8.44241
+0;0;0,0.001005657;0.1999561;0.004067656,0.002990194;0.4997635;-0.00466577,0.1170961;0.3656661;0.007550275,0.1542385;0.08846995;-0.005967876,0.2149613;-0.177449;-0.06921226,-0.1091823;0.3570987;-0.01089925,-0.1602183;0.0818513;-0.0167482,-0.2065715;-0.1851125;-0.08732935,0.07162362;0.00463783;-0.03533478,0.09401394;-0.3732101;-0.00172507,0.1040844;-0.7154976;0.07064799,0.1133583;-0.7683798;0.01547061,-0.06874955;0.005566705;-0.04052788,-0.1190871;-0.3701236;-0.01364136,-0.1389594;-0.7132019;0.05270923,-0.1317411;-0.7029531;-0.04505471,0.002275849;0.3999292;0.001043145,0;0;0,-0.0004789971;0.1999249;0.005459217,-0.0008694243;0.4997814;-0.001626632,0.1155016;0.3721727;0.01395045,0.1517742;0.09462675;0.02120159,0.2085903;-0.1777889;-0.009809041,-0.114913;0.3640531;-0.005845201,-0.1714808;0.08986676;-0.01052752,-0.2222201;-0.1834071;-0.04439376,0.07275157;0.005140107;-0.03287531,0.08555446;-0.3724845;0.007569224,0.09309582;-0.7155632;0.07641748,0.09791832;-0.7042513;-0.02170236,-0.06895513;0.005278673;-0.04021598,-0.1198946;-0.3697338;-0.005998857,-0.1428686;-0.7116847;0.06500648,-0.1274143;-0.7631609;0.009124421,-0.0007833089;0.3999156;0.003551201,8.465302
+0;0;0,0.0009953104;0.1999563;0.004061029,0.002947756;0.4997628;-0.004710005,0.1170963;0.3657789;0.007583373,0.1539731;0.08853409;-0.005661749,0.2153408;-0.1781884;-0.06476453,-0.1091898;0.3570467;-0.01095168,-0.1603941;0.08182412;-0.01648667,-0.2069307;-0.1856664;-0.08492023,0.07162392;0.004619454;-0.03533658,0.09391344;-0.3732259;-0.001630299,0.1039716;-0.7155129;0.07074647,0.1131385;-0.7684171;0.01558429,-0.06873818;0.005593718;-0.04054347,-0.1192443;-0.3700677;-0.01356922,-0.1390852;-0.7131479;0.05278074,-0.1318433;-0.7029004;-0.04498119,0.002245989;0.3999292;0.001013314,0;0;0,-0.0005429662;0.1999243;0.00547584,-0.001026671;0.4997806;-0.00160736,0.1154364;0.3724614;0.01408478,0.1515598;0.0951077;0.02712406,0.2090345;-0.1777217;0.001418682,-0.1150995;0.3642696;-0.005888504,-0.1724453;0.09020579;-0.005188998,-0.2234264;-0.1837054;-0.03300278,0.07273699;0.005206488;-0.03289714,0.0852457;-0.3724017;0.007791851,0.09280738;-0.7154304;0.07688718,0.09767509;-0.7041272;-0.02122877,-0.0689966;0.00522196;-0.04015221,-0.120022;-0.3697578;-0.005704984,-0.1431806;-0.7116771;0.06539235,-0.1274697;-0.7634057;0.009952076,-0.0009069773;0.3999149;0.003571086,8.488403
+0;0;0,0.0009953104;0.1999563;0.004061029,0.002947756;0.4997628;-0.004710005,0.1170963;0.3657789;0.007583373,0.1539731;0.08853409;-0.005661749,0.2153408;-0.1781884;-0.06476453,-0.1091898;0.3570467;-0.01095168,-0.1603941;0.08182412;-0.01648667,-0.2069307;-0.1856664;-0.08492023,0.07162392;0.004619454;-0.03533658,0.09391344;-0.3732259;-0.001630299,0.1039716;-0.7155129;0.07074647,0.1131385;-0.7684171;0.01558429,-0.06873818;0.005593718;-0.04054347,-0.1192443;-0.3700677;-0.01356922,-0.1390852;-0.7131479;0.05278074,-0.1318433;-0.7029004;-0.04498119,0.002245989;0.3999292;0.001013314,0;0;0,-0.0005429662;0.1999243;0.00547584,-0.001026671;0.4997806;-0.00160736,0.1154364;0.3724614;0.01408478,0.1515598;0.0951077;0.02712406,0.2090345;-0.1777217;0.001418682,-0.1150995;0.3642696;-0.005888504,-0.1724453;0.09020579;-0.005188998,-0.2234264;-0.1837054;-0.03300278,0.07273699;0.005206488;-0.03289714,0.0852457;-0.3724017;0.007791851,0.09280738;-0.7154304;0.07688718,0.09767509;-0.7041272;-0.02122877,-0.0689966;0.00522196;-0.04015221,-0.120022;-0.3697578;-0.005704984,-0.1431806;-0.7116771;0.06539235,-0.1274697;-0.7634057;0.009952076,-0.0009069773;0.3999149;0.003571086,8.511388
+0;0;0,0.0009953104;0.1999563;0.004061029,0.002947756;0.4997628;-0.004710005,0.1170963;0.3657789;0.007583373,0.1539731;0.08853409;-0.005661749,0.2153408;-0.1781884;-0.06476453,-0.1091898;0.3570467;-0.01095168,-0.1603941;0.08182412;-0.01648667,-0.2069307;-0.1856664;-0.08492023,0.07162392;0.004619454;-0.03533658,0.09391344;-0.3732259;-0.001630299,0.1039716;-0.7155129;0.07074647,0.1131385;-0.7684171;0.01558429,-0.06873818;0.005593718;-0.04054347,-0.1192443;-0.3700677;-0.01356922,-0.1390852;-0.7131479;0.05278074,-0.1318433;-0.7029004;-0.04498119,0.002245989;0.3999292;0.001013314,0;0;0,-0.000333398;0.1999445;0.004698465,-0.0004969229;0.4997379;-0.004539502,0.1159537;0.3736418;0.01386062,0.1519797;0.09661287;0.03275824,0.2099646;-0.1765349;0.01206878,-0.1152261;0.3656814;-0.006298152,-0.1735373;0.09190628;0.0005585491,-0.2245049;-0.1827771;-0.01818619,0.07277752;0.005252576;-0.03280003,0.08502517;-0.3723405;0.008108281,0.09246434;-0.7153466;0.07732877,0.09740895;-0.7041867;-0.02075591,-0.06894144;0.005173502;-0.0402531,-0.1203747;-0.369703;-0.005293056,-0.1433959;-0.711603;0.06594162,-0.1273951;-0.7638962;0.01142729,-0.0004761399;0.3999184;0.001465434,8.544886
+0;0;0,0.001044923;0.199957;0.004015438,0.003066018;0.4997588;-0.004892687,0.1171894;0.3658039;0.0076644,0.1538774;0.08850473;-0.004952251,0.2161053;-0.1788147;-0.060342,-0.1090757;0.3569982;-0.01106626,-0.1605654;0.08181694;-0.0159729,-0.2073225;-0.1862936;-0.08177943,0.071579;0.004571041;-0.03543376,0.09371356;-0.3732498;-0.001353234,0.1035928;-0.7155142;0.07115512,0.1131012;-0.7681422;0.01563743,-0.06878059;0.00564043;-0.040465,-0.119457;-0.3699953;-0.01345227,-0.1392898;-0.7130574;0.0529938,-0.1319829;-0.7028203;-0.04476118,0.002343835;0.3999282;0.0008800025,0;0;0,-0.0003689209;0.19994;0.004883463,-0.0005639001;0.4997383;-0.004178759,0.1159446;0.3738407;0.01409859,0.1523346;0.09746557;0.04041477,0.210356;-0.1760463;0.02542301,-0.1153288;0.3658515;-0.006144963,-0.1752059;0.09267667;0.007647591,-0.2260544;-0.1823918;-0.004672312,0.07281864;0.005272809;-0.03270542,0.08500475;-0.3723068;0.008345313,0.09248624;-0.7152674;0.07778605,0.09744605;-0.7040851;-0.02030216,-0.0689063;0.005143975;-0.04031701,-0.1203723;-0.3696743;-0.004784741,-0.1433795;-0.7115213;0.0667083,-0.1276923;-0.7656054;0.0149032,-0.0005382971;0.3999158;0.001777315,8.56721
+0;0;0,0.001044923;0.199957;0.004015438,0.003066018;0.4997588;-0.004892687,0.1171894;0.3658039;0.0076644,0.1538774;0.08850473;-0.004952251,0.2161053;-0.1788147;-0.060342,-0.1090757;0.3569982;-0.01106626,-0.1605654;0.08181694;-0.0159729,-0.2073225;-0.1862936;-0.08177943,0.071579;0.004571041;-0.03543376,0.09371356;-0.3732498;-0.001353234,0.1035928;-0.7155142;0.07115512,0.1131012;-0.7681422;0.01563743,-0.06878059;0.00564043;-0.040465,-0.119457;-0.3699953;-0.01345227,-0.1392898;-0.7130574;0.0529938,-0.1319829;-0.7028203;-0.04476118,0.002343835;0.3999282;0.0008800025,0;0;0,-0.0001419053;0.1999535;0.004310264,0.0003594482;0.4997101;-0.006010152,0.1166836;0.3748885;0.01406498,0.1533622;0.09913066;0.0458819,0.2108613;-0.1748112;0.03882935,-0.1151589;0.3672785;-0.006325556,-0.1760063;0.09473515;0.01411332,-0.2270826;-0.1805302;0.009618012,0.07289328;0.005205749;-0.03254951,0.08531706;-0.3723694;0.008470327,0.09259143;-0.7153029;0.07806715,0.09760422;-0.7042112;-0.02000093,-0.06881682;0.00521914;-0.04045992,-0.1200014;-0.3696006;-0.004539486,-0.1430165;-0.7114003;0.06717736,-0.1351107;-0.7002464;-0.030712,0.0001229759;0.3999147;0.0003792117,8.589781
+0;0;0,0.001044923;0.199957;0.004015438,0.003066018;0.4997588;-0.004892687,0.1171894;0.3658039;0.0076644,0.1538774;0.08850473;-0.004952251,0.2161053;-0.1788147;-0.060342,-0.1090757;0.3569982;-0.01106626,-0.1605654;0.08181694;-0.0159729,-0.2073225;-0.1862936;-0.08177943,0.071579;0.004571041;-0.03543376,0.09371356;-0.3732498;-0.001353234,0.1035928;-0.7155142;0.07115512,0.1131012;-0.7681422;0.01563743,-0.06878059;0.00564043;-0.040465,-0.119457;-0.3699953;-0.01345227,-0.1392898;-0.7130574;0.0529938,-0.1319829;-0.7028203;-0.04476118,0.002343835;0.3999282;0.0008800025,0;0;0,-0.000130329;0.1999612;0.003935474,0.0002309112;0.4996969;-0.00699615,0.1168013;0.3763288;0.01430885,0.1534518;0.101287;0.05184195,0.210312;-0.1728772;0.05088571,-0.1155373;0.3682776;-0.006319141,-0.1773057;0.09651244;0.020669,-0.2283836;-0.1787611;0.02460851,0.07290944;0.005282112;-0.03250095,0.08496304;-0.37239;0.007729918,0.09248164;-0.7151521;0.07814031,0.09754812;-0.7041104;-0.01991536,-0.0688201;0.005135149;-0.04046509,-0.1201886;-0.3696068;-0.003999084,-0.1432047;-0.7113949;0.06777231,-0.1274899;-0.7657369;0.01639649,6.665787E-05;0.3999138;-0.0004144963,8.623101
+0;0;0,0.0009964313;0.1999574;0.004007579,0.002935436;0.4997586;-0.004936811,0.1171041;0.3658771;0.007704675,0.1538969;0.08852428;-0.003327075,0.2166164;-0.1795791;-0.05418801,-0.1091774;0.3570195;-0.0111803,-0.1610541;0.08189836;-0.01532368,-0.2084079;-0.1868943;-0.0778387,0.07158271;0.004574554;-0.03542581,0.09349675;-0.3732459;-0.001199629,0.1032453;-0.715526;0.07125224,0.1130347;-0.7680539;0.01563466,-0.06876439;0.005652328;-0.04049086,-0.1197495;-0.3699305;-0.01332383,-0.1394406;-0.7130388;0.05292552,-0.1320856;-0.7028006;-0.04482609,0.002241111;0.3999286;0.0008495555,0;0;0,-0.000130329;0.1999612;0.003935474,0.0002309112;0.4996969;-0.00699615,0.1168013;0.3763288;0.01430885,0.1534518;0.101287;0.05184195,0.210312;-0.1728772;0.05088571,-0.1155373;0.3682776;-0.006319141,-0.1773057;0.09651244;0.020669,-0.2283836;-0.1787611;0.02460851,0.07290944;0.005282112;-0.03250095,0.08496304;-0.37239;0.007729918,0.09248164;-0.7151521;0.07814031,0.09754812;-0.7041104;-0.01991536,-0.0688201;0.005135149;-0.04046509,-0.1201886;-0.3696068;-0.003999084,-0.1432047;-0.7113949;0.06777231,-0.1274899;-0.7657369;0.01639649,6.665787E-05;0.3999138;-0.0004144963,8.645354
+0;0;0,0.0009964313;0.1999574;0.004007579,0.002935436;0.4997586;-0.004936811,0.1171041;0.3658771;0.007704675,0.1538969;0.08852428;-0.003327075,0.2166164;-0.1795791;-0.05418801,-0.1091774;0.3570195;-0.0111803,-0.1610541;0.08189836;-0.01532368,-0.2084079;-0.1868943;-0.0778387,0.07158271;0.004574554;-0.03542581,0.09349675;-0.3732459;-0.001199629,0.1032453;-0.715526;0.07125224,0.1130347;-0.7680539;0.01563466,-0.06876439;0.005652328;-0.04049086,-0.1197495;-0.3699305;-0.01332383,-0.1394406;-0.7130388;0.05292552,-0.1320856;-0.7028006;-0.04482609,0.002241111;0.3999286;0.0008495555,0;0;0,-0.0001058331;0.1999707;0.003422522,0.0001301457;0.4996635;-0.008611489,0.1169014;0.37773;0.01414361,0.1533868;0.1035358;0.05757601,0.2093628;-0.1707606;0.06288054,-0.115889;0.3692648;-0.006529642,-0.1780414;0.09823704;0.02634925,-0.2289878;-0.1768576;0.03763726,0.0729238;0.005328781;-0.03246111,0.08521451;-0.3723867;0.007287778,0.09227392;-0.7150625;0.07816385,0.09734043;-0.7040994;-0.01987658,-0.06882292;0.005081924;-0.04046702,-0.1204951;-0.3696209;-0.004028626,-0.1433032;-0.7113709;0.0679902,-0.1353417;-0.7003417;-0.02987055,3.016383E-05;0.3999064;-0.001646086,8.679085
+0;0;0,0.0009964313;0.1999574;0.004007579,0.002935436;0.4997586;-0.004936811,0.1171041;0.3658771;0.007704675,0.1538969;0.08852428;-0.003327075,0.2166164;-0.1795791;-0.05418801,-0.1091774;0.3570195;-0.0111803,-0.1610541;0.08189836;-0.01532368,-0.2084079;-0.1868943;-0.0778387,0.07158271;0.004574554;-0.03542581,0.09349675;-0.3732459;-0.001199629,0.1032453;-0.715526;0.07125224,0.1130347;-0.7680539;0.01563466,-0.06876439;0.005652328;-0.04049086,-0.1197495;-0.3699305;-0.01332383,-0.1394406;-0.7130388;0.05292552,-0.1320856;-0.7028006;-0.04482609,0.002241111;0.3999286;0.0008495555,0;0;0,-7.968649E-05;0.1999774;0.003009767,0.0001189337;0.4996429;-0.009691769,0.1170422;0.3791544;0.01423811,0.153067;0.1058159;0.06310833,0.2083745;-0.1683609;0.07607675,-0.116206;0.3704083;-0.006583698,-0.1784145;0.1002035;0.03239706,-0.2293737;-0.1744654;0.05137442,0.07291434;0.00539787;-0.03247095,0.08514868;-0.3723499;0.006987579,0.09196647;-0.7149073;0.07845713,0.09706464;-0.7039965;-0.0195715,-0.06888168;0.004999871;-0.04037715,-0.1206301;-0.3696494;-0.00349826,-0.1433441;-0.7113533;0.06876834,-0.1353516;-0.7003755;-0.02907991,4.193599E-05;0.3999012;-0.002510187,8.701554
+0;0;0,0.001029612;0.1999584;0.003948692,0.003012201;0.4997529;-0.005190072,0.1171559;0.3658472;0.007598052,0.1539022;0.08843377;-0.001967946,0.2173123;-0.1804648;-0.04749467,-0.1094209;0.3577361;-0.011034,-0.1597985;0.08232179;-0.01404871,-0.2082678;-0.1872549;-0.07217905,0.0715891;0.004578759;-0.03541238,0.09357243;-0.3732378;-0.001187351,0.1033061;-0.7155146;0.07128231,0.1131848;-0.7680523;0.01569499,-0.06874104;0.005651892;-0.04053054,-0.1197615;-0.3699271;-0.01337629,-0.1394843;-0.713015;0.05296891,-0.1321992;-0.7027867;-0.04478592,0.002305591;0.3999275;0.0006736934,0;0;0,1.059261E-05;0.1999829;0.00261739,0.0003886432;0.499622;-0.01069434,0.1173648;0.3805875;0.01430637,0.1531776;0.1081911;0.06832176,0.2073417;-0.1656641;0.08999149,-0.116257;0.371359;-0.006876013,-0.1785531;0.1021352;0.03826562,-0.2298512;-0.1719035;0.0641749,0.07288038;0.005399655;-0.0325468,0.0853752;-0.372346;0.006850038,0.09202723;-0.7148467;0.07860652,0.0972157;-0.7039945;-0.01940595,-0.06892518;0.004979153;-0.04030542,-0.120676;-0.3696569;-0.003295664,-0.1432564;-0.7112631;0.06947343,-0.135174;-0.700339;-0.02835695,0.0002462566;0.3998948;-0.00331406,8.735294
+0;0;0,0.001029612;0.1999584;0.003948692,0.003012201;0.4997529;-0.005190072,0.1171559;0.3658472;0.007598052,0.1539022;0.08843377;-0.001967946,0.2173123;-0.1804648;-0.04749467,-0.1094209;0.3577361;-0.011034,-0.1597985;0.08232179;-0.01404871,-0.2082678;-0.1872549;-0.07217905,0.0715891;0.004578759;-0.03541238,0.09357243;-0.3732378;-0.001187351,0.1033061;-0.7155146;0.07128231,0.1131848;-0.7680523;0.01569499,-0.06874104;0.005651892;-0.04053054,-0.1197615;-0.3699271;-0.01337629,-0.1394843;-0.713015;0.05296891,-0.1321992;-0.7027867;-0.04478592,0.002305591;0.3999275;0.0006736934,0;0;0,9.602678E-05;0.1999875;0.002229289,0.000670729;0.4995985;-0.0116949,0.1175981;0.3814587;0.01427291,0.1531654;0.1104295;0.07492059,0.2063123;-0.1630477;0.1029497,-0.116283;0.3722459;-0.0069618,-0.178346;0.1039035;0.04344209,-0.2290997;-0.1693211;0.07768231,0.07292637;0.005307614;-0.0324588,0.0860215;-0.3724439;0.00668586,0.09229852;-0.7148798;0.07878468,0.09750059;-0.7040856;-0.01921571,-0.06888084;0.005071882;-0.04036961,-0.1205301;-0.3695626;-0.003202636,-0.1431604;-0.7111207;0.06977624,-0.1350626;-0.7002515;-0.02804215,0.0004554129;0.3998867;-0.004111877,8.757274
+0;0;0,0.001029612;0.1999584;0.003948692,0.003012201;0.4997529;-0.005190072,0.1171559;0.3658472;0.007598052,0.1539022;0.08843377;-0.001967946,0.2173123;-0.1804648;-0.04749467,-0.1094209;0.3577361;-0.011034,-0.1597985;0.08232179;-0.01404871,-0.2082678;-0.1872549;-0.07217905,0.0715891;0.004578759;-0.03541238,0.09357243;-0.3732378;-0.001187351,0.1033061;-0.7155146;0.07128231,0.1131848;-0.7680523;0.01569499,-0.06874104;0.005651892;-0.04053054,-0.1197615;-0.3699271;-0.01337629,-0.1394843;-0.713015;0.05296891,-0.1321992;-0.7027867;-0.04478592,0.002305591;0.3999275;0.0006736934,0;0;0,0.0002538143;0.1999904;0.001942153,0.001211178;0.4995747;-0.01251679,0.1181185;0.3826231;0.01403784,0.1533511;0.1128209;0.08010957,0.204558;-0.1601963;0.1153155,-0.1161231;0.3732415;-0.007046464,-0.1778177;0.1058923;0.04879405,-0.2286019;-0.1657036;0.09414428,0.07293422;0.0052816;-0.0324454,0.08633134;-0.3724657;0.006638091,0.09213911;-0.71489;0.07883099,0.0972595;-0.7041365;-0.01916572,-0.06888968;0.005077036;-0.04035388,-0.1206613;-0.3695245;-0.003025502,-0.1429126;-0.71096;0.07064052,-0.1349012;-0.7001275;-0.02717779,0.0008608233;0.3998775;-0.004748402,8.791114
+0;0;0,0.0009687952;0.1999599;0.003886024,0.002814344;0.4997496;-0.005428851,0.1170045;0.3658468;0.007531225,0.1534789;0.08832788;0.0002619615,0.2179878;-0.1811523;-0.03997508,-0.1095111;0.3575975;-0.01122583,-0.1606862;0.08231598;-0.01231956,-0.210922;-0.1878274;-0.0661611,0.07161678;0.004588881;-0.03535503,0.09344192;-0.3732191;-0.0009344332,0.1032724;-0.7154613;0.07168543,0.1127176;-0.7680207;0.01605511,-0.06869379;0.005657853;-0.04060975,-0.1199401;-0.3698659;-0.01311853,-0.1396404;-0.7129503;0.05325108,-0.1323151;-0.7027326;-0.04449861,0.002160819;0.3999277;0.0005014599,0;0;0,0.0004424882;0.1999926;0.001664733,0.001830352;0.4995475;-0.01334801,0.1186423;0.3836291;0.01385319,0.1542781;0.1152963;0.08546066,0.2052044;-0.1560098;0.1323594,-0.115909;0.3742547;-0.007150094,-0.1768188;0.1080404;0.05465546,-0.2278547;-0.162833;0.103879,0.07291715;0.005244086;-0.03248983,0.08661741;-0.3724632;0.006874006,0.09224484;-0.7148988;0.07902789,0.0973191;-0.7041878;-0.01896288,-0.06892139;0.005095846;-0.0402973,-0.120361;-0.3695275;-0.002729855,-0.1425447;-0.7109519;0.07100798,-0.1345819;-0.7001621;-0.02680594,0.001312722;0.3998664;-0.005385339,8.823995
+0;0;0,0.0009687952;0.1999599;0.003886024,0.002814344;0.4997496;-0.005428851,0.1170045;0.3658468;0.007531225,0.1534789;0.08832788;0.0002619615,0.2179878;-0.1811523;-0.03997508,-0.1095111;0.3575975;-0.01122583,-0.1606862;0.08231598;-0.01231956,-0.210922;-0.1878274;-0.0661611,0.07161678;0.004588881;-0.03535503,0.09344192;-0.3732191;-0.0009344332,0.1032724;-0.7154613;0.07168543,0.1127176;-0.7680207;0.01605511,-0.06869379;0.005657853;-0.04060975,-0.1199401;-0.3698659;-0.01311853,-0.1396404;-0.7129503;0.05325108,-0.1323151;-0.7027326;-0.04449861,0.002160819;0.3999277;0.0005014599,0;0;0,0.0004424882;0.1999926;0.001664733,0.001830352;0.4995475;-0.01334801,0.1186423;0.3836291;0.01385319,0.1542781;0.1152963;0.08546066,0.2052044;-0.1560098;0.1323594,-0.115909;0.3742547;-0.007150094,-0.1768188;0.1080404;0.05465546,-0.2278547;-0.162833;0.103879,0.07291715;0.005244086;-0.03248983,0.08661741;-0.3724632;0.006874006,0.09224484;-0.7148988;0.07902789,0.0973191;-0.7041878;-0.01896288,-0.06892139;0.005095846;-0.0402973,-0.120361;-0.3695275;-0.002729855,-0.1425447;-0.7109519;0.07100798,-0.1345819;-0.7001621;-0.02680594,0.001312722;0.3998664;-0.005385339,8.846649
+0;0;0,0.0009687952;0.1999599;0.003886024,0.002814344;0.4997496;-0.005428851,0.1170045;0.3658468;0.007531225,0.1534789;0.08832788;0.0002619615,0.2179878;-0.1811523;-0.03997508,-0.1095111;0.3575975;-0.01122583,-0.1606862;0.08231598;-0.01231956,-0.210922;-0.1878274;-0.0661611,0.07161678;0.004588881;-0.03535503,0.09344192;-0.3732191;-0.0009344332,0.1032724;-0.7154613;0.07168543,0.1127176;-0.7680207;0.01605511,-0.06869379;0.005657853;-0.04060975,-0.1199401;-0.3698659;-0.01311853,-0.1396404;-0.7129503;0.05325108,-0.1323151;-0.7027326;-0.04449861,0.002160819;0.3999277;0.0005014599,0;0;0,0.0004539267;0.1999945;0.001409544,0.00186423;0.4995177;-0.01420461,0.1187624;0.3847303;0.01363151,0.1536306;0.1178042;0.09066828,0.2045332;-0.1531428;0.139624,-0.116052;0.3750748;-0.007471774,-0.1769602;0.1100028;0.05906404,-0.2276945;-0.1595944;0.1151299,0.07290842;0.005253918;-0.03250782,0.08634811;-0.3724605;0.006877609,0.09190603;-0.7148803;0.07911152,0.09699781;-0.7042145;-0.01886943,-0.06895614;0.005065158;-0.04024169,-0.1205453;-0.3695439;-0.002736185,-0.142472;-0.7109581;0.07112546,-0.1344951;-0.7002133;-0.02667847,0.00135276;0.3998544;-0.006021207,8.880197
+0;0;0,0.001019197;0.1999612;0.003805275,0.002915228;0.4997458;-0.005661755,0.1170389;0.3656935;0.0074689,0.1536513;0.08811811;0.004087586,0.2183504;-0.1819825;-0.03140441,-0.1097093;0.3582054;-0.01085526,-0.1602067;0.08279949;-0.009598735,-0.2116456;-0.1876612;-0.06063873,0.07165827;0.004578828;-0.03527216,0.09328847;-0.3732085;-0.0005033836,0.1030991;-0.7154142;0.07229105,0.1126307;-0.76784;0.01647764,-0.06864795;0.005673514;-0.040685,-0.1199625;-0.3698132;-0.01281901,-0.139961;-0.7128729;0.05358954,-0.1327596;-0.7026668;-0.044167,0.002248046;0.399927;0.000318893,0;0;0,0.001062596;0.1995381;-0.01354322,0.004692892;0.4953607;-0.0632717,0.1073059;0.3644;0.004842512,0.1414153;0.09940758;0.08860148,0.1932907;-0.1707124;0.140986,-0.1041673;0.3549363;-0.01364248,-0.1650201;0.09103605;0.05744631,-0.2155641;-0.1769319;0.1209951,0.07292876;0.005144284;-0.03247971,0.08667111;-0.3725885;0.00662354,0.0921431;-0.714962;0.07908337,0.09749857;-0.7078804;-0.01810753,-0.06895798;0.0051552;-0.04022713,-0.1203316;-0.3695107;-0.002995145,-0.1422051;-0.7108918;0.07103507,-0.1339428;-0.7037235;-0.02597241,0.00353193;0.3968866;-0.04590774,8.903303
+0;0;0,0.001019197;0.1999612;0.003805275,0.002915228;0.4997458;-0.005661755,0.1170389;0.3656935;0.0074689,0.1536513;0.08811811;0.004087586,0.2183504;-0.1819825;-0.03140441,-0.1097093;0.3582054;-0.01085526,-0.1602067;0.08279949;-0.009598735,-0.2116456;-0.1876612;-0.06063873,0.07165827;0.004578828;-0.03527216,0.09328847;-0.3732085;-0.0005033836,0.1030991;-0.7154142;0.07229105,0.1126307;-0.76784;0.01647764,-0.06864795;0.005673514;-0.040685,-0.1199625;-0.3698132;-0.01281901,-0.139961;-0.7128729;0.05358954,-0.1327596;-0.7026668;-0.044167,0.002248046;0.399927;0.000318893,0;0;0,0.001262245;0.1994668;-0.01454035,0.004599809;0.4955;-0.06297952,0.1074877;0.365343;0.005091231,0.1425421;0.1016605;0.09251402,0.1945939;-0.1666185;0.153481,-0.1044863;0.3554527;-0.01363808,-0.1641118;0.09271196;0.06259893,-0.2150243;-0.1736175;0.1324312,0.07293013;0.005131221;-0.03247868,0.08647101;-0.3726098;0.006616119,0.09176454;-0.7149962;0.07902835,0.09709127;-0.7079021;-0.01816706,-0.06899203;0.005149777;-0.04016939,-0.1204347;-0.3695285;-0.003158379,-0.1420974;-0.7108237;0.07132883,-0.1338703;-0.7036645;-0.02567948,0.00344462;0.3970257;-0.04561614,8.936279
+0;0;0,0.001019197;0.1999612;0.003805275,0.002915228;0.4997458;-0.005661755,0.1170389;0.3656935;0.0074689,0.1536513;0.08811811;0.004087586,0.2183504;-0.1819825;-0.03140441,-0.1097093;0.3582054;-0.01085526,-0.1602067;0.08279949;-0.009598735,-0.2116456;-0.1876612;-0.06063873,0.07165827;0.004578828;-0.03527216,0.09328847;-0.3732085;-0.0005033836,0.1030991;-0.7154142;0.07229105,0.1126307;-0.76784;0.01647764,-0.06864795;0.005673514;-0.040685,-0.1199625;-0.3698132;-0.01281901,-0.139961;-0.7128729;0.05358954,-0.1327596;-0.7026668;-0.044167,0.002248046;0.399927;0.000318893,0;0;0,0.001437766;0.1994162;-0.01520207,0.004777161;0.4955406;-0.06304977,0.1076764;0.3656227;0.005120575,0.1425373;0.1038741;0.09824628,0.1949085;-0.1634928;0.1628388,-0.1047433;0.3566467;-0.01357003,-0.162813;0.09508702;0.0677591,-0.2130933;-0.1699147;0.1428989,0.07292404;0.005016288;-0.03251033,0.08660276;-0.37275;0.006291039,0.0921345;-0.7151167;0.07877833,0.09742065;-0.7080374;-0.01841581,-0.06901803;0.005239824;-0.04011302,-0.1201625;-0.3695078;-0.003392085,-0.1418579;-0.710782;0.07118166,-0.1336684;-0.7036382;-0.02582621,0.003592703;0.3970736;-0.04564779,8.969954
+0;0;0,0.0009834211;0.1999647;0.00362355,0.002764926;0.4997338;-0.006315144,0.116928;0.3657483;0.007407357,0.15346;0.08814168;0.007389266,0.2178818;-0.1826353;-0.02310091,-0.1098854;0.3582997;-0.01092782,-0.1611324;0.08305714;-0.007022611,-0.2132386;-0.1880099;-0.05400768,0.07166582;0.004566695;-0.03525839,0.09286826;-0.3732287;-0.0003136061,0.1026169;-0.7154154;0.07257797,0.112141;-0.7679809;0.01697009,-0.06867349;0.005685272;-0.04064023,-0.1203237;-0.3697408;-0.01257678,-0.1401903;-0.7127737;0.05400945,-0.1329823;-0.7025971;-0.04374063,0.002146795;0.3999257;-0.0001541513,0;0;0,0.001478191;0.199348;-0.01606883,0.00482878;0.4955409;-0.06343284,0.1079482;0.3664033;0.005041707,0.1426727;0.1060076;0.101935,0.1948211;-0.1602284;0.1712093,-0.104971;0.3576659;-0.01363967,-0.1622343;0.09696388;0.07094981,-0.2122928;-0.1661614;0.1525539,0.07297917;0.00473958;-0.03242803,0.08685753;-0.3730489;0.006084733,0.09234428;-0.7154144;0.07858121,0.09763522;-0.7083693;-0.01860459,-0.06896953;0.005497969;-0.04016188,-0.1197962;-0.3693337;-0.003858697,-0.1413778;-0.7105604;0.07096438,-0.1331842;-0.7034548;-0.02603415,0.00369338;0.3971086;-0.04583184,9.003381
+0;0;0,0.0009834211;0.1999647;0.00362355,0.002764926;0.4997338;-0.006315144,0.116928;0.3657483;0.007407357,0.15346;0.08814168;0.007389266,0.2178818;-0.1826353;-0.02310091,-0.1098854;0.3582997;-0.01092782,-0.1611324;0.08305714;-0.007022611,-0.2132386;-0.1880099;-0.05400768,0.07166582;0.004566695;-0.03525839,0.09286826;-0.3732287;-0.0003136061,0.1026169;-0.7154154;0.07257797,0.112141;-0.7679809;0.01697009,-0.06867349;0.005685272;-0.04064023,-0.1203237;-0.3697408;-0.01257678,-0.1401903;-0.7127737;0.05400945,-0.1329823;-0.7025971;-0.04374063,0.002146795;0.3999257;-0.0001541513,0;0;0,0.001733433;0.1993157;-0.01643927,0.005267327;0.4955512;-0.06348683,0.10853;0.3673241;0.005139112,0.1432109;0.107775;0.1042933,0.1944762;-0.1581182;0.1755161,-0.104993;0.3586665;-0.01370356,-0.1612618;0.09911147;0.0749812,-0.2110856;-0.1629905;0.1599525,0.07299996;0.004492028;-0.03241646,0.08751523;-0.373306;0.005766843,0.0928287;-0.7156279;0.07848199,0.09814864;-0.7085879;-0.01870102,-0.06899143;0.005696368;-0.04009655,-0.1195473;-0.3692518;-0.004628289,-0.1410277;-0.7103897;0.07062787,-0.1328034;-0.7032909;-0.02636646,0.004048077;0.3971353;-0.04580023,9.024846
+0;0;0,0.0009834211;0.1999647;0.00362355,0.002764926;0.4997338;-0.006315144,0.116928;0.3657483;0.007407357,0.15346;0.08814168;0.007389266,0.2178818;-0.1826353;-0.02310091,-0.1098854;0.3582997;-0.01092782,-0.1611324;0.08305714;-0.007022611,-0.2132386;-0.1880099;-0.05400768,0.07166582;0.004566695;-0.03525839,0.09286826;-0.3732287;-0.0003136061,0.1026169;-0.7154154;0.07257797,0.112141;-0.7679809;0.01697009,-0.06867349;0.005685272;-0.04064023,-0.1203237;-0.3697408;-0.01257678,-0.1401903;-0.7127737;0.05400945,-0.1329823;-0.7025971;-0.04374063,0.002146795;0.3999257;-0.0001541513,0;0;0,0.001733433;0.1993157;-0.01643927,0.005267327;0.4955512;-0.06348683,0.10853;0.3673241;0.005139112,0.1432109;0.107775;0.1042933,0.1944762;-0.1581182;0.1755161,-0.104993;0.3586665;-0.01370356,-0.1612618;0.09911147;0.0749812,-0.2110856;-0.1629905;0.1599525,0.07299996;0.004492028;-0.03241646,0.08751523;-0.373306;0.005766843,0.0928287;-0.7156279;0.07848199,0.09814864;-0.7085879;-0.01870102,-0.06899143;0.005696368;-0.04009655,-0.1195473;-0.3692518;-0.004628289,-0.1410277;-0.7103897;0.07062787,-0.1328034;-0.7032909;-0.02636646,0.004048077;0.3971353;-0.04580023,9.047755
+0;0;0,0.001020176;0.1999691;0.0033646,0.002804956;0.4997194;-0.007111289,0.1169188;0.3656903;0.007345577,0.1535438;0.08811596;0.01067955,0.2167892;-0.1835788;-0.01344476,-0.1098518;0.3582339;-0.01117035,-0.1622989;0.08329201;-0.003669987,-0.214785;-0.188842;-0.04352346,0.07166381;0.004584082;-0.03526022,0.09271908;-0.3731949;-5.026162E-05,0.1026001;-0.715374;0.07285949,0.1117253;-0.7681277;0.01746498,-0.0686767;0.005675847;-0.04063612,-0.1204664;-0.3697227;-0.01246317,-0.1403727;-0.7127099;0.05434628,-0.1330974;-0.7025704;-0.04339128,0.002191368;0.3999231;-0.000761763,0;0;0,0.001879127;0.1992693;-0.01697681,0.005579745;0.4954887;-0.06406694,0.1089254;0.3679982;0.00492797,0.1434515;0.109766;0.1075148,0.1945594;-0.1556507;0.1806037,-0.1049619;0.3595272;-0.01380062,-0.1597769;0.1013436;0.07966905,-0.2081259;-0.1590927;0.1704175,0.07300217;0.004381154;-0.03242667,0.08784072;-0.3734538;0.005264103,0.09319653;-0.7157254;0.07821253,0.09840557;-0.7087276;-0.0189665,-0.06900889;0.005768535;-0.04005618,-0.1190352;-0.369271;-0.00480359,-0.1406937;-0.7103873;0.07049967,-0.1325789;-0.7033376;-0.02649225,0.004312866;0.3971161;-0.04614416,9.07025
+0;0;0,0.001020176;0.1999691;0.0033646,0.002804956;0.4997194;-0.007111289,0.1169188;0.3656903;0.007345577,0.1535438;0.08811596;0.01067955,0.2167892;-0.1835788;-0.01344476,-0.1098518;0.3582339;-0.01117035,-0.1622989;0.08329201;-0.003669987,-0.214785;-0.188842;-0.04352346,0.07166381;0.004584082;-0.03526022,0.09271908;-0.3731949;-5.026162E-05,0.1026001;-0.715374;0.07285949,0.1117253;-0.7681277;0.01746498,-0.0686767;0.005675847;-0.04063612,-0.1204664;-0.3697227;-0.01246317,-0.1403727;-0.7127099;0.05434628,-0.1330974;-0.7025704;-0.04339128,0.002191368;0.3999231;-0.000761763,0;0;0,0.002012413;0.199206;-0.0176897,0.005932844;0.4953738;-0.06502996,0.1092928;0.3688635;0.00466672,0.143821;0.1123895;0.1115729,0.1934613;-0.1521035;0.1888987,-0.1047672;0.3602303;-0.0139272,-0.1587224;0.1034639;0.08384711,-0.2061291;-0.1549554;0.1806565,0.07303365;0.004273913;-0.03237004,0.0884191;-0.373546;0.005251512,0.09388009;-0.715812;0.0782186,0.09897013;-0.7088877;-0.01894931,-0.06901035;0.005828007;-0.04004505,-0.1183454;-0.3693009;-0.004769776,-0.1399804;-0.7104197;0.07052936,-0.1319816;-0.7034441;-0.02645464,0.004612884;0.3970617;-0.04678195,9.103713
+0;0;0,0.001020176;0.1999691;0.0033646,0.002804956;0.4997194;-0.007111289,0.1169188;0.3656903;0.007345577,0.1535438;0.08811596;0.01067955,0.2167892;-0.1835788;-0.01344476,-0.1098518;0.3582339;-0.01117035,-0.1622989;0.08329201;-0.003669987,-0.214785;-0.188842;-0.04352346,0.07166381;0.004584082;-0.03526022,0.09271908;-0.3731949;-5.026162E-05,0.1026001;-0.715374;0.07285949,0.1117253;-0.7681277;0.01746498,-0.0686767;0.005675847;-0.04063612,-0.1204664;-0.3697227;-0.01246317,-0.1403727;-0.7127099;0.05434628,-0.1330974;-0.7025704;-0.04339128,0.002191368;0.3999231;-0.000761763,0;0;0,0.002204952;0.1991582;-0.01819771,0.006270676;0.4952362;-0.06604306,0.109776;0.3702059;0.004337061,0.1436344;0.114992;0.1144254,0.1903571;-0.1478377;0.1989095,-0.1046074;0.3609551;-0.01413566,-0.157392;0.1059681;0.08879854,-0.2043313;-0.1504057;0.1911175,0.07304076;0.004039365;-0.03238411,0.08887116;-0.3737754;0.005104613,0.09429955;-0.7160335;0.07811141,0.09926134;-0.7091787;-0.01904659,-0.06902668;0.00602549;-0.03998765,-0.1176966;-0.3692089;-0.004910789,-0.1394271;-0.71034;0.07030463,-0.1315556;-0.7034348;-0.02667306,0.004896464;0.3969874;-0.04746093,9.136752
+0;0;0,0.001029136;0.199974;0.003054452,0.002749853;0.4997014;-0.008055462,0.1168574;0.3657038;0.007177912,0.1536047;0.08823845;0.01509225,0.2164809;-0.1840244;-0.002782909,-0.109919;0.3582782;-0.01163908,-0.1635736;0.0837146;2.228841E-05,-0.2162255;-0.1890076;-0.03533888,0.07171137;0.004592936;-0.03516227,0.09267543;-0.3732262;-0.0003306419,0.1025643;-0.7153273;0.0729433,0.1115809;-0.7681265;0.01759904,-0.06858899;0.005686752;-0.04078246,-0.1205451;-0.3696633;-0.01227087,-0.1405805;-0.7126061;0.05472744,-0.1331942;-0.7025182;-0.04299131,0.002165175;0.3999193;-0.001482254,0;0;0,0.002343024;0.1991106;-0.01869442,0.006617892;0.4950494;-0.06733793,0.1106127;0.3728546;0.003619455,0.1437879;0.118779;0.1165132,0.1865017;-0.1441482;0.2027967,-0.1045046;0.3617671;-0.01453874,-0.1565978;0.1086658;0.09328539,-0.2030048;-0.1447636;0.202921,0.07302611;0.004045529;-0.03241637,0.08915012;-0.3737769;0.004869942,0.09446616;-0.7160435;0.07784475,0.09913435;-0.7092715;-0.01930806,-0.06903901;0.005968943;-0.03997482,-0.1174186;-0.3693354;-0.005246624,-0.1391924;-0.71043;0.07012198,-0.1316134;-0.7036097;-0.02685875,0.005150057;0.3968804;-0.04834575,9.159042
+0;0;0,0.001029136;0.199974;0.003054452,0.002749853;0.4997014;-0.008055462,0.1168574;0.3657038;0.007177912,0.1536047;0.08823845;0.01509225,0.2164809;-0.1840244;-0.002782909,-0.109919;0.3582782;-0.01163908,-0.1635736;0.0837146;2.228841E-05,-0.2162255;-0.1890076;-0.03533888,0.07171137;0.004592936;-0.03516227,0.09267543;-0.3732262;-0.0003306419,0.1025643;-0.7153273;0.0729433,0.1115809;-0.7681265;0.01759904,-0.06858899;0.005686752;-0.04078246,-0.1205451;-0.3696633;-0.01227087,-0.1405805;-0.7126061;0.05472744,-0.1331942;-0.7025182;-0.04299131,0.002165175;0.3999193;-0.001482254,0;0;0,0.002343024;0.1991106;-0.01869442,0.006617892;0.4950494;-0.06733793,0.1106127;0.3728546;0.003619455,0.1437879;0.118779;0.1165132,0.1865017;-0.1441482;0.2027967,-0.1045046;0.3617671;-0.01453874,-0.1565978;0.1086658;0.09328539,-0.2030048;-0.1447636;0.202921,0.07302611;0.004045529;-0.03241637,0.08915012;-0.3737769;0.004869942,0.09446616;-0.7160435;0.07784475,0.09913435;-0.7092715;-0.01930806,-0.06903901;0.005968943;-0.03997482,-0.1174186;-0.3693354;-0.005246624,-0.1391924;-0.71043;0.07012198,-0.1316134;-0.7036097;-0.02685875,0.005150057;0.3968804;-0.04834575,9.182058
+0;0;0,0.001029136;0.199974;0.003054452,0.002749853;0.4997014;-0.008055462,0.1168574;0.3657038;0.007177912,0.1536047;0.08823845;0.01509225,0.2164809;-0.1840244;-0.002782909,-0.109919;0.3582782;-0.01163908,-0.1635736;0.0837146;2.228841E-05,-0.2162255;-0.1890076;-0.03533888,0.07171137;0.004592936;-0.03516227,0.09267543;-0.3732262;-0.0003306419,0.1025643;-0.7153273;0.0729433,0.1115809;-0.7681265;0.01759904,-0.06858899;0.005686752;-0.04078246,-0.1205451;-0.3696633;-0.01227087,-0.1405805;-0.7126061;0.05472744,-0.1331942;-0.7025182;-0.04299131,0.002165175;0.3999193;-0.001482254,0;0;0,0.002437975;0.1990554;-0.01926136,0.006821802;0.4948804;-0.06855781,0.110734;0.3738885;0.003311202,0.1431106;0.1209821;0.1190268,0.1817062;-0.140846;0.21044,-0.1043808;0.3624431;-0.01478492,-0.155884;0.1113723;0.09795758,-0.2018008;-0.1401365;0.2121286,0.0729908;0.004001497;-0.03250125,0.08943588;-0.3738067;0.004788186,0.09468684;-0.7160661;0.07780127,0.09717339;-0.7696267;0.0229246,-0.06905936;0.005992195;-0.03993618,-0.1170828;-0.3693671;-0.005307898,-0.1389482;-0.7104594;0.07004456,-0.1313937;-0.7037294;-0.02691644,0.005315444;0.3967726;-0.04925543,9.215081
+0;0;0,0.001034426;0.1999765;0.002888189,0.002724073;0.4996968;-0.008424272,0.1168217;0.3657366;0.007291596,0.153503;0.08839515;0.01896157,0.2165128;-0.1841777;0.007393645,-0.110173;0.3587586;-0.01121952,-0.1631957;0.08430341;0.004995625,-0.2160359;-0.1892141;-0.02321988,0.07176649;0.004634932;-0.03504408,0.09241909;-0.3731692;0.0001344383,0.1022581;-0.7152744;0.07339575,0.1114195;-0.7680929;0.01810405,-0.06854031;0.00563455;-0.04087147,-0.1206736;-0.3696432;-0.01173821,-0.1408659;-0.7125373;0.05546192,-0.1335779;-0.7024611;-0.04226184,0.002152212;0.3999186;-0.001791366,0;0;0,0.002494961;0.1990079;-0.01973857,0.006890561;0.4947366;-0.06958921,0.1108395;0.3748884;0.002922859,0.1418024;0.1236681;0.1226293,0.1758396;-0.1361798;0.2212221,-0.104363;0.3630032;-0.0150798,-0.1555876;0.114452;0.1032346,-0.2009638;-0.1338409;0.2244437,0.07297999;0.003921879;-0.03253521,0.08954383;-0.3739062;0.004499491,0.09466991;-0.7161757;0.077474,0.09926186;-0.7095685;-0.0196429,-0.06905397;0.006029648;-0.03993986,-0.1167897;-0.3693871;-0.005537361,-0.138721;-0.7104752;0.06981476,-0.1312198;-0.7038187;-0.02713272,0.005383487;0.3966793;-0.05003173,9.23805
+0;0;0,0.001034426;0.1999765;0.002888189,0.002724073;0.4996968;-0.008424272,0.1168217;0.3657366;0.007291596,0.153503;0.08839515;0.01896157,0.2165128;-0.1841777;0.007393645,-0.110173;0.3587586;-0.01121952,-0.1631957;0.08430341;0.004995625,-0.2160359;-0.1892141;-0.02321988,0.07176649;0.004634932;-0.03504408,0.09241909;-0.3731692;0.0001344383,0.1022581;-0.7152744;0.07339575,0.1114195;-0.7680929;0.01810405,-0.06854031;0.00563455;-0.04087147,-0.1206736;-0.3696432;-0.01173821,-0.1408659;-0.7125373;0.05546192,-0.1335779;-0.7024611;-0.04226184,0.002152212;0.3999186;-0.001791366,0;0;0,0.002501206;0.1989556;-0.02025865,0.006794965;0.4945498;-0.07089407,0.1107321;0.3757943;0.002460066,0.1407388;0.1263604;0.1260819,0.1712304;-0.1314498;0.2309825,-0.1043653;0.3635559;-0.0152819,-0.155138;0.1168959;0.1071148,-0.2013502;-0.1250274;0.2402972,0.07291137;0.003981735;-0.03268145,0.08959959;-0.3738367;0.004396107,0.09455325;-0.7161047;0.07738999,0.09905475;-0.7095909;-0.0197086,-0.0691289;0.005991324;-0.03981581,-0.1166366;-0.3694989;-0.005902462,-0.1387096;-0.7105671;0.06949782,-0.1312995;-0.7040048;-0.02743393,0.00533346;0.3965555;-0.05101987,9.271614
+0;0;0,0.001034426;0.1999765;0.002888189,0.002724073;0.4996968;-0.008424272,0.1168217;0.3657366;0.007291596,0.153503;0.08839515;0.01896157,0.2165128;-0.1841777;0.007393645,-0.110173;0.3587586;-0.01121952,-0.1631957;0.08430341;0.004995625,-0.2160359;-0.1892141;-0.02321988,0.07176649;0.004634932;-0.03504408,0.09241909;-0.3731692;0.0001344383,0.1022581;-0.7152744;0.07339575,0.1114195;-0.7680929;0.01810405,-0.06854031;0.00563455;-0.04087147,-0.1206736;-0.3696432;-0.01173821,-0.1408659;-0.7125373;0.05546192,-0.1335779;-0.7024611;-0.04226184,0.002152212;0.3999186;-0.001791366,0;0;0,0.002381261;0.1988869;-0.02093601,0.006202792;0.4942616;-0.07285815,0.1102817;0.3771261;0.001638893,0.1391076;0.1300759;0.1302286,0.1680221;-0.1273913;0.2364102,-0.1045936;0.3640876;-0.01558444,-0.1547966;0.1199452;0.1119858,-0.2011907;-0.1202037;0.2482799,0.07287295;0.00404615;-0.03275914,0.08954939;-0.3737715;0.004330888,0.09448745;-0.7160441;0.07730451,0.09884253;-0.7096704;-0.01976676,-0.06916243;0.005921968;-0.03976793,-0.1165622;-0.3695844;-0.005881857,-0.1387017;-0.7106443;0.06953681,-0.1314373;-0.7042238;-0.02737159,0.004930335;0.3963641;-0.05249973,9.304913
+0;0;0,0.001096558;0.1999788;0.002697475,0.002900635;0.4996877;-0.008897794,0.1169582;0.3657951;0.007124033,0.1537102;0.08871129;0.02367233,0.2163826;-0.1841072;0.01717042,-0.1100351;0.358717;-0.01145915,-0.1645018;0.08495054;0.01057023,-0.2170734;-0.1891884;-0.01143105,0.0717538;0.004598229;-0.0350749,0.09245643;-0.3731676;0.0004826114,0.1022664;-0.7152379;0.073911,0.1109131;-0.7681164;0.0186264,-0.06856959;0.005669022;-0.04081757,-0.1207347;-0.3695905;-0.01150711,-0.1409266;-0.7124581;0.05582849,-0.1336131;-0.7024071;-0.04188821,0.002287734;0.3999159;-0.00217359,0;0;0,0.002311043;0.1988217;-0.02155411,0.005920907;0.4940796;-0.07414429,0.1101311;0.3782888;0.0009444915,0.1390453;0.1342851;0.135206,0.1646906;-0.1181114;0.2536894,-0.1046482;0.3643857;-0.01582333,-0.1536648;0.123066;0.1174515,-0.1998336;-0.1140826;0.2589752,0.07280242;0.00412636;-0.03290562,0.08976117;-0.3736696;0.004277918,0.09455045;-0.7159433;0.07725583,0.09871248;-0.7096618;-0.01980145,-0.06924555;0.005822485;-0.03963776,-0.1164462;-0.3697185;-0.005858433,-0.1384874;-0.7108175;0.06941248,-0.1314163;-0.7044951;-0.02748628,0.00472883;0.3962329;-0.05353829,9.33841
+0;0;0,0.001096558;0.1999788;0.002697475,0.002900635;0.4996877;-0.008897794,0.1169582;0.3657951;0.007124033,0.1537102;0.08871129;0.02367233,0.2163826;-0.1841072;0.01717042,-0.1100351;0.358717;-0.01145915,-0.1645018;0.08495054;0.01057023,-0.2170734;-0.1891884;-0.01143105,0.0717538;0.004598229;-0.0350749,0.09245643;-0.3731676;0.0004826114,0.1022664;-0.7152379;0.073911,0.1109131;-0.7681164;0.0186264,-0.06856959;0.005669022;-0.04081757,-0.1207347;-0.3695905;-0.01150711,-0.1409266;-0.7124581;0.05582849,-0.1336131;-0.7024071;-0.04188821,0.002287734;0.3999159;-0.00217359,0;0;0,0.002234415;0.1987613;-0.0221123,0.005712668;0.4939292;-0.07521515,0.109782;0.3786693;0.0005527548,0.1376149;0.1371207;0.1394039,0.1615911;-0.1004635;0.285619,-0.104646;0.3646055;-0.01596956,-0.1533843;0.1256744;0.1216404,-0.1988983;-0.1056513;0.2726931,0.07273711;0.004272096;-0.03303122,0.08977756;-0.3735012;0.004344393,0.09457318;-0.7157704;0.07734302,0.09864055;-0.7095757;-0.019697,-0.06930024;0.005687397;-0.03956171,-0.1161809;-0.3698914;-0.005757336,-0.1382564;-0.7109805;0.06954835,-0.1312801;-0.7047371;-0.02733794,0.004563598;0.3961169;-0.05444425,9.360483
+0;0;0,0.001096558;0.1999788;0.002697475,0.002900635;0.4996877;-0.008897794,0.1169582;0.3657951;0.007124033,0.1537102;0.08871129;0.02367233,0.2163826;-0.1841072;0.01717042,-0.1100351;0.358717;-0.01145915,-0.1645018;0.08495054;0.01057023,-0.2170734;-0.1891884;-0.01143105,0.0717538;0.004598229;-0.0350749,0.09245643;-0.3731676;0.0004826114,0.1022664;-0.7152379;0.073911,0.1109131;-0.7681164;0.0186264,-0.06856959;0.005669022;-0.04081757,-0.1207347;-0.3695905;-0.01150711,-0.1409266;-0.7124581;0.05582849,-0.1336131;-0.7024071;-0.04188821,0.002287734;0.3999159;-0.00217359,0;0;0,0.002173411;0.198719;-0.02249526,0.005562737;0.4938633;-0.07573714,0.1096508;0.3791035;0.0002420768,0.1366289;0.1396687;0.1428714,0.1617882;-0.09925073;0.2866927,-0.1047342;0.3647304;-0.01621234,-0.1543288;0.1287448;0.1260941,-0.1990713;-0.09989016;0.2814138,0.07265902;0.004391013;-0.03318713,0.08974808;-0.3733525;0.004466072,0.09434444;-0.7156126;0.07752015,0.09838966;-0.7094635;-0.01950962,-0.06936653;0.005580733;-0.0394606,-0.1162267;-0.3700069;-0.005725101,-0.1382933;-0.7111278;0.06943843,-0.1313413;-0.704932;-0.02743793,0.004442706;0.3960586;-0.05492846,9.393793
+0;0;0,0.001082649;0.1999821;0.002449224,0.00280778;0.4996743;-0.009576999,0.116909;0.3659205;0.006905002,0.1534882;0.0890657;0.0272364,0.2160736;-0.1838394;0.0296555,-0.1101083;0.3587722;-0.01211155,-0.1657731;0.08572528;0.01521628,-0.2177214;-0.1888962;-0.001647871,0.07174153;0.00456763;-0.03510397,0.09230538;-0.3731874;0.0006492399,0.1019972;-0.7151864;0.07442433,0.1105979;-0.7679359;0.01893959,-0.06857859;0.005705652;-0.04079733,-0.1209554;-0.3695098;-0.01130171,-0.1411677;-0.7123705;0.05606318,-0.1337056;-0.7023529;-0.04163545,0.002225919;0.3999124;-0.002704318,0;0;0,0.002173411;0.198719;-0.02249526,0.005562737;0.4938633;-0.07573714,0.1096508;0.3791035;0.0002420768,0.1366289;0.1396687;0.1428714,0.1617882;-0.09925073;0.2866927,-0.1047342;0.3647304;-0.01621234,-0.1543288;0.1287448;0.1260941,-0.1990713;-0.09989016;0.2814138,0.07265902;0.004391013;-0.03318713,0.08974808;-0.3733525;0.004466072,0.09434444;-0.7156126;0.07752015,0.09838966;-0.7094635;-0.01950962,-0.06936653;0.005580733;-0.0394606,-0.1162267;-0.3700069;-0.005725101,-0.1382933;-0.7111278;0.06943843,-0.1313413;-0.704932;-0.02743793,0.004442706;0.3960586;-0.05492846,9.416353
+0;0;0,0.001082649;0.1999821;0.002449224,0.00280778;0.4996743;-0.009576999,0.116909;0.3659205;0.006905002,0.1534882;0.0890657;0.0272364,0.2160736;-0.1838394;0.0296555,-0.1101083;0.3587722;-0.01211155,-0.1657731;0.08572528;0.01521628,-0.2177214;-0.1888962;-0.001647871,0.07174153;0.00456763;-0.03510397,0.09230538;-0.3731874;0.0006492399,0.1019972;-0.7151864;0.07442433,0.1105979;-0.7679359;0.01893959,-0.06857859;0.005705652;-0.04079733,-0.1209554;-0.3695098;-0.01130171,-0.1411677;-0.7123705;0.05606318,-0.1337056;-0.7023529;-0.04163545,0.002225919;0.3999124;-0.002704318,0;0;0,0.002166822;0.1986929;-0.02272485,0.005541171;0.4938396;-0.07595712,0.1097452;0.3794633;-8.988008E-05,0.1367294;0.1431961;0.1477264,0.1629912;-0.09399991;0.2941791,-0.1048395;0.3649552;-0.01648581,-0.1553516;0.1315865;0.1297591,-0.1992143;-0.09337462;0.2905961,0.07260318;0.004474143;-0.03329806,0.08969753;-0.373258;0.004467268,0.09457267;-0.7155058;0.07756069,0.09847481;-0.7093797;-0.01946927,-0.06942229;0.005493875;-0.03937464,-0.1163216;-0.3701046;-0.005815037,-0.1384289;-0.7112102;0.06940641,-0.1316146;-0.7050354;-0.0274746,0.004423666;0.3960322;-0.0551611,9.438593
+0;0;0,0.001082649;0.1999821;0.002449224,0.00280778;0.4996743;-0.009576999,0.116909;0.3659205;0.006905002,0.1534882;0.0890657;0.0272364,0.2160736;-0.1838394;0.0296555,-0.1101083;0.3587722;-0.01211155,-0.1657731;0.08572528;0.01521628,-0.2177214;-0.1888962;-0.001647871,0.07174153;0.00456763;-0.03510397,0.09230538;-0.3731874;0.0006492399,0.1019972;-0.7151864;0.07442433,0.1105979;-0.7679359;0.01893959,-0.06857859;0.005705652;-0.04079733,-0.1209554;-0.3695098;-0.01130171,-0.1411677;-0.7123705;0.05606318,-0.1337056;-0.7023529;-0.04163545,0.002225919;0.3999124;-0.002704318,0;0;0,0.002123376;0.1986656;-0.02296687,0.005388798;0.4937878;-0.07634217,0.1094894;0.3786711;-0.0003893636,0.1347655;0.1456305;0.1527549,0.1611501;-0.08931762;0.3027657,-0.1049389;0.3650803;-0.01665303,-0.1569735;0.1348487;0.133965,-0.1998563;-0.0863227;0.3002307,0.0725953;0.004460254;-0.0333171,0.08980496;-0.3732361;0.004752308,0.0945342;-0.715501;0.07777527,0.09847498;-0.709403;-0.0192462,-0.06944506;0.005489556;-0.03933506,-0.1163026;-0.3701066;-0.005691297,-0.1384685;-0.7112318;0.06942359,-0.1316156;-0.705093;-0.02744582,0.004310241;0.3959894;-0.05550225,9.472013
+0;0;0,0.001059179;0.1999863;0.002089135,0.002700376;0.4996511;-0.01059756,0.1168606;0.3661783;0.006704232,0.1538148;0.08972055;0.03131139,0.214411;-0.1834543;0.04148912,-0.1103033;0.3589411;-0.01221993,-0.1666764;0.08670169;0.02106337,-0.2187019;-0.188285;0.01236461,0.07173567;0.004532443;-0.03512051,0.09212331;-0.373178;0.001199152,0.1018161;-0.7151503;0.07509789,0.1105223;-0.7679951;0.01977203,-0.06859426;0.005737897;-0.04076646,-0.1211147;-0.3694267;-0.01088115,-0.1413839;-0.71226;0.05660552,-0.1339498;-0.7022927;-0.04108495,0.002150042;0.3999054;-0.003492229,0;0;0,0.002106555;0.1986355;-0.02322685,0.005329871;0.4937311;-0.07675317,0.1092676;0.3779488;-0.0006377734,0.1336764;0.1476719;0.1567686,0.1596203;-0.08316889;0.3130998,-0.1050718;0.3652479;-0.01709326,-0.1578368;0.1372848;0.136688,-0.1996397;-0.0801305;0.308103,0.07256939;0.004456424;-0.03337399,0.08973362;-0.3732264;0.004850142,0.09451572;-0.7154527;0.07805026,0.09859101;-0.7093858;-0.01895802,-0.06948431;0.005479767;-0.03926707,-0.1160504;-0.3701785;-0.00591334,-0.1383079;-0.7112432;0.06944916,-0.1313235;-0.7051528;-0.02739893,0.004263986;0.395942;-0.055869,9.493958
+0;0;0,0.001059179;0.1999863;0.002089135,0.002700376;0.4996511;-0.01059756,0.1168606;0.3661783;0.006704232,0.1538148;0.08972055;0.03131139,0.214411;-0.1834543;0.04148912,-0.1103033;0.3589411;-0.01221993,-0.1666764;0.08670169;0.02106337,-0.2187019;-0.188285;0.01236461,0.07173567;0.004532443;-0.03512051,0.09212331;-0.373178;0.001199152,0.1018161;-0.7151503;0.07509789,0.1105223;-0.7679951;0.01977203,-0.06859426;0.005737897;-0.04076646,-0.1211147;-0.3694267;-0.01088115,-0.1413839;-0.71226;0.05660552,-0.1339498;-0.7022927;-0.04108495,0.002150042;0.3999054;-0.003492229,0;0;0,0.00209144;0.1986077;-0.0234652,0.0052934;0.4936717;-0.07716741,0.1092247;0.3782819;-0.0008520409,0.1381453;0.1527951;0.1626084,0.1598431;-0.06725445;0.3343856,-0.1050944;0.3653491;-0.01731124,-0.1587281;0.1396122;0.1394252,-0.1977706;-0.06953543;0.3214498,0.07255509;0.004464362;-0.03340401,0.08969598;-0.3732184;0.004830971,0.09437238;-0.7154312;0.07810125,0.09842906;-0.7093987;-0.01889928,-0.06951764;0.005432505;-0.03921461,-0.1159486;-0.3702583;-0.006040156,-0.1382484;-0.7112948;0.06943737,-0.1312843;-0.7052394;-0.0274035,0.00423289;0.3958943;-0.05622823,9.527513
+0;0;0,0.001059179;0.1999863;0.002089135,0.002700376;0.4996511;-0.01059756,0.1168606;0.3661783;0.006704232,0.1538148;0.08972055;0.03131139,0.214411;-0.1834543;0.04148912,-0.1103033;0.3589411;-0.01221993,-0.1666764;0.08670169;0.02106337,-0.2187019;-0.188285;0.01236461,0.07173567;0.004532443;-0.03512051,0.09212331;-0.373178;0.001199152,0.1018161;-0.7151503;0.07509789,0.1105223;-0.7679951;0.01977203,-0.06859426;0.005737897;-0.04076646,-0.1211147;-0.3694267;-0.01088115,-0.1413839;-0.71226;0.05660552,-0.1339498;-0.7022927;-0.04108495,0.002150042;0.3999054;-0.003492229,0;0;0,0.00209144;0.1986077;-0.0234652,0.0052934;0.4936717;-0.07716741,0.1092247;0.3782819;-0.0008520409,0.1381453;0.1527951;0.1626084,0.1598431;-0.06725445;0.3343856,-0.1050944;0.3653491;-0.01731124,-0.1587281;0.1396122;0.1394252,-0.1977706;-0.06953543;0.3214498,0.07255509;0.004464362;-0.03340401,0.08969598;-0.3732184;0.004830971,0.09437238;-0.7154312;0.07810125,0.09842906;-0.7093987;-0.01889928,-0.06951764;0.005432505;-0.03921461,-0.1159486;-0.3702583;-0.006040156,-0.1382484;-0.7112948;0.06943737,-0.1312843;-0.7052394;-0.0274035,0.00423289;0.3958943;-0.05622823,9.549805
+0;0;0,0.001091529;0.1999892;0.001765975,0.002814097;0.4996296;-0.01146998,0.1170046;0.3664406;0.006211116,0.1540729;0.09065491;0.03732685,0.2139117;-0.1825026;0.05162073,-0.1103067;0.3590763;-0.01246058,-0.167445;0.08769929;0.02613696,-0.2184033;-0.1875882;0.0216563,0.07168698;0.004508107;-0.03522291,0.09212112;-0.3731494;0.001618303,0.1016917;-0.715108;0.07559581,0.1106701;-0.767841;0.02014624,-0.06864307;0.005760109;-0.04068108,-0.1211476;-0.3693909;-0.01059762,-0.1413013;-0.7122029;0.05703163,-0.1339554;-0.7022791;-0.04065658,0.002232062;0.3998977;-0.004176309,0;0;0,0.002067167;0.1985424;-0.02401373,0.005171387;0.4933996;-0.07883699,0.1089539;0.3789782;-0.001495358,0.1359063;0.1579122;0.1682202,0.1601138;-0.06363967;0.3377159,-0.1051473;0.3658347;-0.01796994,-0.1599347;0.1427829;0.1421744,-0.1993138;-0.05552854;0.33588,0.07256734;0.004444043;-0.0333801,0.08952112;-0.3732257;0.005065754,0.09421828;-0.7154381;0.0783366,0.09826703;-0.7095316;-0.01863305,-0.06953492;0.005407206;-0.03918746,-0.1160904;-0.3702831;-0.006181691,-0.1383555;-0.7112963;0.06941067,-0.1313982;-0.7053658;-0.02739974,0.004147828;0.3957093;-0.05749327,9.572681
+0;0;0,0.001091529;0.1999892;0.001765975,0.002814097;0.4996296;-0.01146998,0.1170046;0.3664406;0.006211116,0.1540729;0.09065491;0.03732685,0.2139117;-0.1825026;0.05162073,-0.1103067;0.3590763;-0.01246058,-0.167445;0.08769929;0.02613696,-0.2184033;-0.1875882;0.0216563,0.07168698;0.004508107;-0.03522291,0.09212112;-0.3731494;0.001618303,0.1016917;-0.715108;0.07559581,0.1106701;-0.767841;0.02014624,-0.06864307;0.005760109;-0.04068108,-0.1211476;-0.3693909;-0.01059762,-0.1413013;-0.7122029;0.05703163,-0.1339554;-0.7022791;-0.04065658,0.002232062;0.3998977;-0.004176309,0;0;0,0.00202284;0.1985121;-0.02426631,0.004962896;0.4933086;-0.07942436,0.1086013;0.3780617;-0.001846395,0.1353835;0.1586576;0.1700388,0.159613;-0.05875276;0.3448121,-0.1052014;0.3656686;-0.01826844,-0.1632178;0.1470938;0.146835,-0.1992608;-0.05470754;0.3375629,0.07257088;0.004408266;-0.03337715,0.08946121;-0.3732626;0.005085908,0.09414694;-0.7154766;0.07834971,0.09826656;-0.7096232;-0.01860374,-0.06953278;0.005430063;-0.0391881,-0.1162148;-0.3702527;-0.006275617,-0.1386535;-0.7112504;0.06933592,-0.1316233;-0.7053811;-0.027454,0.004001895;0.3956418;-0.05797038,9.60589
+0;0;0,0.001091529;0.1999892;0.001765975,0.002814097;0.4996296;-0.01146998,0.1170046;0.3664406;0.006211116,0.1540729;0.09065491;0.03732685,0.2139117;-0.1825026;0.05162073,-0.1103067;0.3590763;-0.01246058,-0.167445;0.08769929;0.02613696,-0.2184033;-0.1875882;0.0216563,0.07168698;0.004508107;-0.03522291,0.09212112;-0.3731494;0.001618303,0.1016917;-0.715108;0.07559581,0.1106701;-0.767841;0.02014624,-0.06864307;0.005760109;-0.04068108,-0.1211476;-0.3693909;-0.01059762,-0.1413013;-0.7122029;0.05703163,-0.1339554;-0.7022791;-0.04065658,0.002232062;0.3998977;-0.004176309,0;0;0,0.001937551;0.1984575;-0.02471547,0.004656791;0.4930962;-0.08071967,0.1083173;0.378648;-0.002526671,0.1358345;0.1609285;0.1713728,0.1613885;-0.0511843;0.3523567,-0.1052923;0.3657954;-0.01869051,-0.1633461;0.1485875;0.1481942,-0.1991073;-0.05074167;0.3415566,0.07253328;0.004499837;-0.0334466,0.08936649;-0.3731571;0.005178265,0.09399575;-0.7153856;0.07837857,0.09802962;-0.7096316;-0.01855366,-0.06957622;0.005344883;-0.03912264,-0.1161928;-0.3703473;-0.006224994,-0.1384576;-0.7113935;0.06921865,-0.1315144;-0.7056149;-0.02755491,0.003772327;0.3954926;-0.05897674,9.639534
+0;0;0,0.001067247;0.1999913;0.001530536,0.002728553;0.4996156;-0.01207023,0.1170198;0.3667417;0.005843128,0.1542042;0.091676;0.04266936,0.2141879;-0.180984;0.0640815,-0.1104819;0.3592975;-0.01252308,-0.1682377;0.08885941;0.03138031,-0.2182878;-0.1865625;0.03752457,0.07163899;0.004553229;-0.03531462,0.09194338;-0.3730595;0.002052881,0.1014075;-0.7149695;0.07626884,0.1106395;-0.7674872;0.02054093,-0.06871041;0.005717785;-0.04057322,-0.1213887;-0.3694439;-0.01093052,-0.1415606;-0.7120904;0.05752734,-0.1343201;-0.702197;-0.04016247,0.002168443;0.3998926;-0.004653292,0;0;0,0.00190253;0.1984279;-0.02495537,0.004574883;0.4930241;-0.08118653,0.1086959;0.3792768;-0.00355969,0.1372028;0.1636299;0.1727463,0.1646404;-0.04480736;0.3576816,-0.1052055;0.3655396;-0.01881615,-0.1632292;0.1501098;0.1503679,-0.1995127;-0.04483801;0.3480517,0.07256895;0.004502742;-0.03336873,0.08935475;-0.3731659;0.005161915,0.09390011;-0.715386;0.07840618,0.09744836;-0.7096657;-0.01853663,-0.06954896;0.005333244;-0.03917269,-0.1162087;-0.3703537;-0.006275881,-0.1383651;-0.7113902;0.06924368,-0.1319079;-0.7056471;-0.02755461,0.003703356;0.3954354;-0.05937607,9.662008
+0;0;0,0.001067247;0.1999913;0.001530536,0.002728553;0.4996156;-0.01207023,0.1170198;0.3667417;0.005843128,0.1542042;0.091676;0.04266936,0.2141879;-0.180984;0.0640815,-0.1104819;0.3592975;-0.01252308,-0.1682377;0.08885941;0.03138031,-0.2182878;-0.1865625;0.03752457,0.07163899;0.004553229;-0.03531462,0.09194338;-0.3730595;0.002052881,0.1014075;-0.7149695;0.07626884,0.1106395;-0.7674872;0.02054093,-0.06871041;0.005717785;-0.04057322,-0.1213887;-0.3694439;-0.01093052,-0.1415606;-0.7120904;0.05752734,-0.1343201;-0.702197;-0.04016247,0.002168443;0.3998926;-0.004653292,0;0;0,0.001834617;0.198388;-0.02527526,0.004335628;0.4928716;-0.0820993,0.1084875;0.3796621;-0.004074231,0.1396954;0.1662249;0.1744493,0.1674709;-0.03988652;0.3619235,-0.105325;0.3657775;-0.01911706,-0.1643162;0.1522433;0.1521231,-0.2112895;-0.03159447;0.3580289,0.07258801;0.004507265;-0.03332663,0.08923919;-0.3731756;0.0051229,0.09373353;-0.7153832;0.0784293,0.09724103;-0.7097362;-0.01849662,-0.06954415;0.005303866;-0.0391852,-0.1160908;-0.3703851;-0.006151248,-0.1383582;-0.7114235;0.069327,-0.131942;-0.7057475;-0.02745716,0.0035247;0.3953279;-0.06008671,9.695208
+0;0;0,0.001067247;0.1999913;0.001530536,0.002728553;0.4996156;-0.01207023,0.1170198;0.3667417;0.005843128,0.1542042;0.091676;0.04266936,0.2141879;-0.180984;0.0640815,-0.1104819;0.3592975;-0.01252308,-0.1682377;0.08885941;0.03138031,-0.2182878;-0.1865625;0.03752457,0.07163899;0.004553229;-0.03531462,0.09194338;-0.3730595;0.002052881,0.1014075;-0.7149695;0.07626884,0.1106395;-0.7674872;0.02054093,-0.06871041;0.005717785;-0.04057322,-0.1213887;-0.3694439;-0.01093052,-0.1415606;-0.7120904;0.05752734,-0.1343201;-0.702197;-0.04016247,0.002168443;0.3998926;-0.004653292,0;0;0,0.001840807;0.1983472;-0.02559279,0.004410193;0.4927392;-0.08288611,0.108474;0.3796193;-0.004583105,0.139529;0.1692816;0.177608,0.169945;-0.03527026;0.3663762,-0.1051575;0.3656523;-0.01943677,-0.1648937;0.1537832;0.1536039,-0.2031605;-0.03013028;0.361237,0.07258002;0.00444395;-0.03335254,0.08926047;-0.3732359;0.005114447,0.09372455;-0.7154402;0.07843797,0.09716283;-0.7098596;-0.0184737,-0.06956067;0.005341952;-0.03915069,-0.1161132;-0.3703527;-0.006190453,-0.1384658;-0.7113327;0.06952627,-0.1321169;-0.705727;-0.02724466,0.003567449;0.3952314;-0.06071587,9.72857
+0;0;0,0.001091701;0.1999933;0.00121445,0.002830145;0.4995863;-0.01303402,0.1172113;0.3672364;0.005367334,0.1543845;0.093018;0.04805678,0.2132147;-0.1792722;0.07628876,-0.1105696;0.3596287;-0.01273678,-0.1686527;0.09020129;0.03661121,-0.2185725;-0.1850392;0.0488874,0.07156415;0.004570662;-0.0354638,0.09208899;-0.3730081;0.002125856,0.1014189;-0.7148435;0.07670148,0.1106554;-0.7673437;0.02094835,-0.0687758;0.005698247;-0.04046503,-0.1213753;-0.3694839;-0.0109411,-0.1415104;-0.7120405;0.05797549,-0.1343637;-0.7021908;-0.03971225,0.002238399;0.3998812;-0.005381833,0;0;0,0.001840807;0.1983472;-0.02559279,0.004410193;0.4927392;-0.08288611,0.108474;0.3796193;-0.004583105,0.139529;0.1692816;0.177608,0.169945;-0.03527026;0.3663762,-0.1051575;0.3656523;-0.01943677,-0.1648937;0.1537832;0.1536039,-0.2031605;-0.03013028;0.361237,0.07258002;0.00444395;-0.03335254,0.08926047;-0.3732359;0.005114447,0.09372455;-0.7154402;0.07843797,0.09716283;-0.7098596;-0.0184737,-0.06956067;0.005341952;-0.03915069,-0.1161132;-0.3703527;-0.006190453,-0.1384658;-0.7113327;0.06952627,-0.1321169;-0.705727;-0.02724466,0.003567449;0.3952314;-0.06071587,9.751128
+0;0;0,0.001091701;0.1999933;0.00121445,0.002830145;0.4995863;-0.01303402,0.1172113;0.3672364;0.005367334,0.1543845;0.093018;0.04805678,0.2132147;-0.1792722;0.07628876,-0.1105696;0.3596287;-0.01273678,-0.1686527;0.09020129;0.03661121,-0.2185725;-0.1850392;0.0488874,0.07156415;0.004570662;-0.0354638,0.09208899;-0.3730081;0.002125856,0.1014189;-0.7148435;0.07670148,0.1106554;-0.7673437;0.02094835,-0.0687758;0.005698247;-0.04046503,-0.1213753;-0.3694839;-0.0109411,-0.1415104;-0.7120405;0.05797549,-0.1343637;-0.7021908;-0.03971225,0.002238399;0.3998812;-0.005381833,0;0;0,0.001864148;0.198302;-0.02593938,0.004523957;0.4926191;-0.08361399,0.1089241;0.3799674;-0.005774323,0.1423852;0.1710547;0.1776264,0.1724014;-0.03183888;0.3682392,-0.1049876;0.3656465;-0.01974119,-0.1657088;0.1552002;0.1546872,-0.2084931;-0.02001131;0.368861,0.07256917;0.004525702;-0.03336514,0.08929148;-0.3731925;0.004704747,0.09406433;-0.7154071;0.07796046,0.09706409;-0.7098882;-0.01895022,-0.06957721;0.005241477;-0.03913489,-0.1162533;-0.3704361;-0.006154485,-0.1384783;-0.7114164;0.0695982,-0.132563;-0.7058725;-0.02718459,0.00364437;0.3951385;-0.0613262,9.773486
+0;0;0,0.001091701;0.1999933;0.00121445,0.002830145;0.4995863;-0.01303402,0.1172113;0.3672364;0.005367334,0.1543845;0.093018;0.04805678,0.2132147;-0.1792722;0.07628876,-0.1105696;0.3596287;-0.01273678,-0.1686527;0.09020129;0.03661121,-0.2185725;-0.1850392;0.0488874,0.07156415;0.004570662;-0.0354638,0.09208899;-0.3730081;0.002125856,0.1014189;-0.7148435;0.07670148,0.1106554;-0.7673437;0.02094835,-0.0687758;0.005698247;-0.04046503,-0.1213753;-0.3694839;-0.0109411,-0.1415104;-0.7120405;0.05797549,-0.1343637;-0.7021908;-0.03971225,0.002238399;0.3998812;-0.005381833,0;0;0,0.001815559;0.1982761;-0.02614003,0.004368352;0.4925426;-0.08407733,0.1088431;0.379832;-0.006241575,0.1434955;0.173691;0.1800514,0.1741111;-0.02834941;0.3714734,-0.1050263;0.36547;-0.01999695,-0.1673903;0.157281;0.1565478,-0.2081163;-0.02233079;0.367453,0.07255628;0.004550125;-0.03338987,0.08937828;-0.3731804;0.004513767,0.09379495;-0.7153716;0.07790075,0.09676084;-0.7098942;-0.01900046,-0.06959373;0.005204173;-0.03911047,-0.1162993;-0.3704781;-0.006225273,-0.1384863;-0.7114708;0.06948256,-0.132608;-0.7059668;-0.02729239,0.003526862;0.3950815;-0.0617027,9.806989
+0;0;0,0.001139425;0.1999954;0.0007331985,0.003005523;0.4995492;-0.01429552,0.1173643;0.3675886;0.00517157,0.1546513;0.09413353;0.0524155,0.2129309;-0.1775199;0.08717008,-0.1105646;0.3597808;-0.01271359,-0.1688431;0.09138036;0.04173654,-0.2188586;-0.1835491;0.05940676,0.07137581;0.00460392;-0.03583712,0.0919826;-0.372851;0.002933372,0.1013564;-0.7146543;0.07765031,0.1106788;-0.7672137;0.02199921,-0.06894913;0.005664498;-0.04017375,-0.1213635;-0.3695161;-0.01030256,-0.1414607;-0.7120343;0.05881605,-0.1343876;-0.7022513;-0.03886326,0.002365095;0.3998652;-0.006378551,0;0;0,0.001817525;0.1982485;-0.02634815,0.00440834;0.4924889;-0.08441897,0.1093644;0.3801444;-0.007406428,0.1445126;0.175416;0.1803457,0.1845723;-0.01775326;0.3790437,-0.1050068;0.3653957;-0.02033604,-0.1688205;0.1590846;0.1578874,-0.2089544;-0.0217685;0.3678431,0.0725114;0.004546213;-0.03348772,0.08933054;-0.3731868;0.004392046,0.09397972;-0.7153502;0.07789436,0.09658268;-0.7099053;-0.01900904,-0.06963996;0.00521385;-0.03902681,-0.1164915;-0.3704716;-0.006386541,-0.1386232;-0.7114582;0.06936505,-0.1331026;-0.705986;-0.02742293,0.003550443;0.3950356;-0.062011,9.840607
+0;0;0,0.001139425;0.1999954;0.0007331985,0.003005523;0.4995492;-0.01429552,0.1173643;0.3675886;0.00517157,0.1546513;0.09413353;0.0524155,0.2129309;-0.1775199;0.08717008,-0.1105646;0.3597808;-0.01271359,-0.1688431;0.09138036;0.04173654,-0.2188586;-0.1835491;0.05940676,0.07137581;0.00460392;-0.03583712,0.0919826;-0.372851;0.002933372,0.1013564;-0.7146543;0.07765031,0.1106788;-0.7672137;0.02199921,-0.06894913;0.005664498;-0.04017375,-0.1213635;-0.3695161;-0.01030256,-0.1414607;-0.7120343;0.05881605,-0.1343876;-0.7022513;-0.03886326,0.002365095;0.3998652;-0.006378551,0;0;0,0.001802916;0.1982177;-0.02658014,0.004427215;0.4924273;-0.08480795,0.1092883;0.3794865;-0.007773444,0.1444846;0.1753962;0.1806632,0.1825379;-0.01636489;0.3811117,-0.1048632;0.3650066;-0.02055871,-0.1697058;0.1600611;0.1588648,-0.2101947;-0.02082095;0.3687274,0.07250894;0.004440307;-0.03350728,0.08937654;-0.3732756;0.004521392,0.09397103;-0.7154487;0.07798193,0.09658039;-0.7100433;-0.01891128,-0.06966599;0.005311436;-0.03896715,-0.1163558;-0.3703875;-0.006250001,-0.1384607;-0.7113851;0.06945996,-0.1329336;-0.7059476;-0.02731883,0.003552582;0.3949832;-0.062361,9.862672
+0;0;0,0.001139425;0.1999954;0.0007331985,0.003005523;0.4995492;-0.01429552,0.1173643;0.3675886;0.00517157,0.1546513;0.09413353;0.0524155,0.2129309;-0.1775199;0.08717008,-0.1105646;0.3597808;-0.01271359,-0.1688431;0.09138036;0.04173654,-0.2188586;-0.1835491;0.05940676,0.07137581;0.00460392;-0.03583712,0.0919826;-0.372851;0.002933372,0.1013564;-0.7146543;0.07765031,0.1106788;-0.7672137;0.02199921,-0.06894913;0.005664498;-0.04017375,-0.1213635;-0.3695161;-0.01030256,-0.1414607;-0.7120343;0.05881605,-0.1343876;-0.7022513;-0.03886326,0.002365095;0.3998652;-0.006378551,0;0;0,0.001788231;0.1982084;-0.02664986,0.004399839;0.492439;-0.08477738,0.1094619;0.3789507;-0.008336786,0.1455523;0.177094;0.1823235,0.1846911;-0.01060379;0.3863767,-0.1048023;0.3646289;-0.02063247,-0.1706828;0.1615251;0.160499,-0.2121305;-0.01906738;0.3704238,0.07249983;0.004398897;-0.03353242,0.08943541;-0.373283;0.004802246,0.09373886;-0.7155159;0.0780018,0.09615177;-0.7101042;-0.01889813,-0.06969733;0.00533291;-0.03890811,-0.1165719;-0.3703516;-0.006290276,-0.1384746;-0.7113298;0.069566,-0.133147;-0.7058982;-0.02722248,0.003528237;0.3949826;-0.06238335,9.896333
+0;0;0,0.001183209;0.1999958;0.000532346,0.003127293;0.4995396;-0.01469364,0.1174979;0.3677702;0.004959493,0.1546949;0.09547213;0.05853308,0.2128582;-0.1752238;0.1002555,-0.110567;0.3599958;-0.01270709,-0.1692855;0.09302375;0.04793982,-0.2201733;-0.1810966;0.07379431,0.07128274;0.004478371;-0.0360377,0.0922025;-0.3729326;0.002991468,0.1014592;-0.7145879;0.07839727,0.1107921;-0.767404;0.02313064,-0.06905759;0.005759098;-0.03997352,-0.1213401;-0.3694282;-0.009956928,-0.1413472;-0.7118491;0.05966833,-0.1343415;-0.7020889;-0.03801111,0.002459548;0.3998602;-0.006720101,0;0;0,0.001788231;0.1982084;-0.02664986,0.004399839;0.492439;-0.08477738,0.1094619;0.3789507;-0.008336786,0.1455523;0.177094;0.1823235,0.1846911;-0.01060379;0.3863767,-0.1048023;0.3646289;-0.02063247,-0.1706828;0.1615251;0.160499,-0.2121305;-0.01906738;0.3704238,0.07249983;0.004398897;-0.03353242,0.08943541;-0.373283;0.004802246,0.09373886;-0.7155159;0.0780018,0.09615177;-0.7101042;-0.01889813,-0.06969733;0.00533291;-0.03890811,-0.1165719;-0.3703516;-0.006290276,-0.1384746;-0.7113298;0.069566,-0.133147;-0.7058982;-0.02722248,0.003528237;0.3949826;-0.06238335,9.918664
+0;0;0,0.001183209;0.1999958;0.000532346,0.003127293;0.4995396;-0.01469364,0.1174979;0.3677702;0.004959493,0.1546949;0.09547213;0.05853308,0.2128582;-0.1752238;0.1002555,-0.110567;0.3599958;-0.01270709,-0.1692855;0.09302375;0.04793982,-0.2201733;-0.1810966;0.07379431,0.07128274;0.004478371;-0.0360377,0.0922025;-0.3729326;0.002991468,0.1014592;-0.7145879;0.07839727,0.1107921;-0.767404;0.02313064,-0.06905759;0.005759098;-0.03997352,-0.1213401;-0.3694282;-0.009956928,-0.1413472;-0.7118491;0.05966833,-0.1343415;-0.7020889;-0.03801111,0.002459548;0.3998602;-0.006720101,0;0;0,0.001782343;0.1981834;-0.02683602,0.004400859;0.4924061;-0.08500785,0.1096812;0.3780732;-0.009271283,0.1467672;0.1781969;0.183275,0.1852003;-0.006559506;0.3901275,-0.1046136;0.3640157;-0.02079354,-0.1713324;0.1618699;0.1611011,-0.2133619;-0.01839162;0.3711947,0.07243842;0.004455227;-0.03365747,0.08933028;-0.3731771;0.005181111,0.09353261;-0.7154342;0.07827326,0.09559068;-0.7100477;-0.01862846,-0.06975444;0.00526296;-0.03881519,-0.1166319;-0.3704185;-0.006165996,-0.1385573;-0.7113917;0.0697059,-0.1335843;-0.7059885;-0.02709423,0.003524323;0.3949487;-0.06261862,9.952257
+0;0;0,0.001183209;0.1999958;0.000532346,0.003127293;0.4995396;-0.01469364,0.1174979;0.3677702;0.004959493,0.1546949;0.09547213;0.05853308,0.2128582;-0.1752238;0.1002555,-0.110567;0.3599958;-0.01270709,-0.1692855;0.09302375;0.04793982,-0.2201733;-0.1810966;0.07379431,0.07128274;0.004478371;-0.0360377,0.0922025;-0.3729326;0.002991468,0.1014592;-0.7145879;0.07839727,0.1107921;-0.767404;0.02313064,-0.06905759;0.005759098;-0.03997352,-0.1213401;-0.3694282;-0.009956928,-0.1413472;-0.7118491;0.05966833,-0.1343415;-0.7020889;-0.03801111,0.002459548;0.3998602;-0.006720101,0;0;0,0.00168221;0.1981686;-0.02695148,0.004122366;0.4923958;-0.08511025,0.1096613;0.3776651;-0.00990776,0.1469064;0.1794312;0.1842986,0.1840122;-0.002347544;0.3940119,-0.1047436;0.3636834;-0.02092233,-0.1720273;0.1623058;0.1616152,-0.2144681;-0.01740743;0.3720955,0.07245003;0.004403082;-0.03363933,0.08929833;-0.3732239;0.005270444,0.09310023;-0.7155042;0.07827578,0.09501482;-0.7101253;-0.01862694,-0.06975973;0.005279435;-0.03880345,-0.1167585;-0.3703897;-0.006187748,-0.138738;-0.7113017;0.06994331,-0.1339111;-0.7059112;-0.026861,0.003307697;0.3949347;-0.06273465,9.974701
+0;0;0,0.001132307;0.1999967;0.0001533403,0.002911195;0.4994945;-0.01594434,0.1174226;0.368157;0.00438084,0.1550311;0.0972051;0.06413581,0.2124121;-0.1725949;0.1122542,-0.1108555;0.3602942;-0.01313476,-0.1699797;0.09480807;0.0533591,-0.2205151;-0.1788197;0.08456825,0.07119932;0.004504162;-0.03619902,0.09201173;-0.3728741;0.003202725,0.1012811;-0.7145703;0.07842132,0.1105667;-0.7675927;0.02345706,-0.06913721;0.005726544;-0.03984035,-0.1214727;-0.3694838;-0.01020645,-0.1414497;-0.7118168;0.05985808,-0.134489;-0.702118;-0.03781182,0.002307867;0.399841;-0.007648815,0;0;0,0.001653361;0.1981713;-0.02693347,0.004056565;0.492448;-0.08484833,0.1098463;0.3770265;-0.0104574,0.147487;0.1813137;0.1862141,0.1811295;0.002210051;0.3987936,-0.1047623;0.3632399;-0.0210276,-0.1724157;0.1624377;0.1620066,-0.2148428;-0.01713164;0.3726124,0.07245439;0.004366615;-0.03363471,0.08910175;-0.3732437;0.005523246,0.09294207;-0.7155186;0.07855159,0.09466627;-0.710122;-0.01835921,-0.06975898;0.005288445;-0.03880356,-0.11689;-0.3703539;-0.006069917,-0.1387982;-0.7112393;0.0702002,-0.1341628;-0.7058357;-0.0266168,0.003253536;0.3949633;-0.06257512,9.996864
+0;0;0,0.001132307;0.1999967;0.0001533403,0.002911195;0.4994945;-0.01594434,0.1174226;0.368157;0.00438084,0.1550311;0.0972051;0.06413581,0.2124121;-0.1725949;0.1122542,-0.1108555;0.3602942;-0.01313476,-0.1699797;0.09480807;0.0533591,-0.2205151;-0.1788197;0.08456825,0.07119932;0.004504162;-0.03619902,0.09201173;-0.3728741;0.003202725,0.1012811;-0.7145703;0.07842132,0.1105667;-0.7675927;0.02345706,-0.06913721;0.005726544;-0.03984035,-0.1214727;-0.3694838;-0.01020645,-0.1414497;-0.7118168;0.05985808,-0.134489;-0.702118;-0.03781182,0.002307867;0.399841;-0.007648815,0;0;0,0.00167054;0.1981736;-0.02691549,0.004129894;0.4925015;-0.08457386,0.1099968;0.376476;-0.01070342,0.1475374;0.1829735;0.188162,0.1801624;0.00626871;0.4028968,-0.1046636;0.3628662;-0.0210497,-0.1725467;0.1623734;0.1622384,-0.214739;-0.01734352;0.3727655,0.07243456;0.004401611;-0.03367284,0.0889675;-0.373225;0.005375944,0.09286643;-0.7154685;0.07854801,0.09446502;-0.7100608;-0.01836774,-0.06977967;0.005245636;-0.03877215,-0.116958;-0.3703871;-0.005996488,-0.1388794;-0.7112718;0.07027374,-0.1343691;-0.7058534;-0.02655292,0.003304255;0.3949914;-0.06241295,10.03039
+0;0;0,0.001189769;0.1999964;-0.0001295095,0.003113124;0.4994654;-0.01673332,0.117615;0.3684009;0.003988526,0.1558006;0.09859353;0.06837685,0.2123169;-0.1700104;0.1236748,-0.1108793;0.3607226;-0.01342589,-0.1700784;0.09663978;0.05837774,-0.2205188;-0.176059;0.09699306,0.07116394;0.004486679;-0.0362707,0.09225014;-0.372889;0.003009882,0.1014972;-0.7144743;0.07873291,0.1108712;-0.7674477;0.02370974,-0.06919342;0.005731347;-0.03974194,-0.1213296;-0.3695109;-0.01015991,-0.1412289;-0.7117831;0.06022288,-0.1342977;-0.7021266;-0.03744031,0.002452872;0.399827;-0.008262429,0;0;0,0.001637765;0.1981858;-0.0268271,0.004070289;0.4925708;-0.08419918,0.1102203;0.3758723;-0.0112527,0.1474379;0.184173;0.1894118,0.1785788;0.008718252;0.4053884,-0.1047371;0.3624144;-0.02123428,-0.1726249;0.1622991;0.1624642,-0.2146537;-0.01754308;0.3729169,0.07243519;0.004410015;-0.03367038,0.08870719;-0.373219;0.005464442,0.09269773;-0.7154344;0.07876324,0.09409849;-0.7099978;-0.01816289,-0.06978995;0.00521535;-0.03875775,-0.1172531;-0.3703834;-0.006003525,-0.1390925;-0.7111976;0.07060404,-0.1347789;-0.7057538;-0.02623805,0.00325231;0.3950351;-0.0621509,10.06371
+0;0;0,0.001189769;0.1999964;-0.0001295095,0.003113124;0.4994654;-0.01673332,0.117615;0.3684009;0.003988526,0.1558006;0.09859353;0.06837685,0.2123169;-0.1700104;0.1236748,-0.1108793;0.3607226;-0.01342589,-0.1700784;0.09663978;0.05837774,-0.2205188;-0.176059;0.09699306,0.07116394;0.004486679;-0.0362707,0.09225014;-0.372889;0.003009882,0.1014972;-0.7144743;0.07873291,0.1108712;-0.7674477;0.02370974,-0.06919342;0.005731347;-0.03974194,-0.1213296;-0.3695109;-0.01015991,-0.1412289;-0.7117831;0.06022288,-0.1342977;-0.7021266;-0.03744031,0.002452872;0.399827;-0.008262429,0;0;0,0.001637765;0.1981858;-0.0268271,0.004070289;0.4925708;-0.08419918,0.1102203;0.3758723;-0.0112527,0.1474379;0.184173;0.1894118,0.1785788;0.008718252;0.4053884,-0.1047371;0.3624144;-0.02123428,-0.1726249;0.1622991;0.1624642,-0.2146537;-0.01754308;0.3729169,0.07243519;0.004410015;-0.03367038,0.08870719;-0.373219;0.005464442,0.09269773;-0.7154344;0.07876324,0.09409849;-0.7099978;-0.01816289,-0.06978995;0.00521535;-0.03875775,-0.1172531;-0.3703834;-0.006003525,-0.1390925;-0.7111976;0.07060404,-0.1347789;-0.7057538;-0.02623805,0.00325231;0.3950351;-0.0621509,10.08631
+0;0;0,0.001189769;0.1999964;-0.0001295095,0.003113124;0.4994654;-0.01673332,0.117615;0.3684009;0.003988526,0.1558006;0.09859353;0.06837685,0.2123169;-0.1700104;0.1236748,-0.1108793;0.3607226;-0.01342589,-0.1700784;0.09663978;0.05837774,-0.2205188;-0.176059;0.09699306,0.07116394;0.004486679;-0.0362707,0.09225014;-0.372889;0.003009882,0.1014972;-0.7144743;0.07873291,0.1108712;-0.7674477;0.02370974,-0.06919342;0.005731347;-0.03974194,-0.1213296;-0.3695109;-0.01015991,-0.1412289;-0.7117831;0.06022288,-0.1342977;-0.7021266;-0.03744031,0.002452872;0.399827;-0.008262429,0;0;0,0.001602492;0.1981952;-0.02676021,0.00399725;0.4926159;-0.08395247,0.1103436;0.3757051;-0.01153904,0.1473283;0.1847701;0.1898957,0.1782161;0.01203963;0.4080932,-0.1048577;0.3621986;-0.02141796,-0.1726272;0.1622397;0.1624943,-0.2140435;-0.01863959;0.3721783,0.07243188;0.004425658;-0.03367545,0.08861226;-0.3732032;0.00549886,0.09259947;-0.7153724;0.07901309,0.09395519;-0.7099158;-0.01791879,-0.06979088;0.005193426;-0.03875903,-0.1176267;-0.3703582;-0.006006867,-0.1391618;-0.7111565;0.07075737,-0.1348929;-0.7056943;-0.02609136,0.003192724;0.3950639;-0.0619764,10.11983
+0;0;0,0.001189769;0.1999964;-0.0001295095,0.003113124;0.4994654;-0.01673332,0.117615;0.3684009;0.003988526,0.1558006;0.09859353;0.06837685,0.2123169;-0.1700104;0.1236748,-0.1108793;0.3607226;-0.01342589,-0.1700784;0.09663978;0.05837774,-0.2205188;-0.176059;0.09699306,0.07116394;0.004486679;-0.0362707,0.09225014;-0.372889;0.003009882,0.1014972;-0.7144743;0.07873291,0.1108712;-0.7674477;0.02370974,-0.06919342;0.005731347;-0.03974194,-0.1213296;-0.3695109;-0.01015991,-0.1412289;-0.7117831;0.06022288,-0.1342977;-0.7021266;-0.03744031,0.002452872;0.399827;-0.008262429,0;0;0,0.001553876;0.1982005;-0.02672325,0.003884647;0.4926478;-0.08378333,0.1101981;0.3754358;-0.01141372,0.146839;0.1849915;0.1905476,0.1775356;0.01211901;0.4086596,-0.1049526;0.3618999;-0.02157566,-0.1723482;0.1615881;0.1620899,-0.2114714;-0.02222079;0.3696559,0.07244598;0.004432074;-0.03364426,0.08859046;-0.3732047;0.005468339,0.09238672;-0.7153213;0.07923722,0.09386706;-0.7098551;-0.01769526,-0.06976854;0.005179254;-0.0388011,-0.1179491;-0.3703635;-0.006454542,-0.1395306;-0.7110222;0.07091383,-0.1351363;-0.7055544;-0.02593072,0.003103435;0.395084;-0.06185854,10.14202
+0;0;0,0.001348666;0.1999951;-0.0003900349,0.003561663;0.4994395;-0.01739341,0.1179366;0.3685333;0.004033719,0.1568811;0.1002022;0.07390306,0.2131252;-0.1663752;0.1385028,-0.1107689;0.3613313;-0.01347381,-0.1697788;0.09907997;0.06489764,-0.2216133;-0.1725121;0.1090669,0.07114682;0.004387401;-0.03631638,0.09267841;-0.3728741;0.003810484,0.1017499;-0.7144265;0.07970276,0.1115049;-0.7670655;0.02424426,-0.06924348;0.005812441;-0.03964287,-0.1209606;-0.3694814;-0.009979974,-0.1407172;-0.7116653;0.06087088,-0.1337384;-0.7020575;-0.03677877,0.002796782;0.3998135;-0.008787449,0;0;0,0.001549642;0.1982145;-0.02661979,0.003918225;0.4927241;-0.08336281,0.1101431;0.3749273;-0.01119163,0.1467375;0.1846431;0.1909291,0.1770026;0.01162036;0.4089822,-0.1049275;0.3614634;-0.02167309,-0.1718242;0.160031;0.1609462,-0.2094935;-0.02679892;0.3660696,0.0724449;0.004420998;-0.03364803,0.08845965;-0.3731933;0.005733967,0.09224373;-0.7152743;0.0796682,0.09384716;-0.7097852;-0.01726812,-0.06976762;0.005184378;-0.03880207,-0.1181264;-0.3703181;-0.006255787,-0.1397469;-0.7109531;0.07120636,-0.1352291;-0.7054602;-0.02563884,0.003121525;0.3951304;-0.06157232,10.1755
+0;0;0,0.001348666;0.1999951;-0.0003900349,0.003561663;0.4994395;-0.01739341,0.1179366;0.3685333;0.004033719,0.1568811;0.1002022;0.07390306,0.2131252;-0.1663752;0.1385028,-0.1107689;0.3613313;-0.01347381,-0.1697788;0.09907997;0.06489764,-0.2216133;-0.1725121;0.1090669,0.07114682;0.004387401;-0.03631638,0.09267841;-0.3728741;0.003810484,0.1017499;-0.7144265;0.07970276,0.1115049;-0.7670655;0.02424426,-0.06924348;0.005812441;-0.03964287,-0.1209606;-0.3694814;-0.009979974,-0.1407172;-0.7116653;0.06087088,-0.1337384;-0.7020575;-0.03677877,0.002796782;0.3998135;-0.008787449,0;0;0,0.001479138;0.1982319;-0.02649399,0.00373042;0.4927936;-0.08297497,0.1099558;0.3745426;-0.01098636,0.1463338;0.1840784;0.1910038,0.1751663;0.009946242;0.4083668,-0.1051051;0.3610593;-0.02187352,-0.170324;0.1577242;0.1592378,-0.2086345;-0.031299;0.3622219,0.0724341;0.004440804;-0.03366867,0.08829843;-0.3731501;0.005997758,0.09228943;-0.7152398;0.0798811,0.094065;-0.7097269;-0.0170582,-0.06975923;0.005165211;-0.03881972,-0.1182995;-0.3703067;-0.006190006,-0.1400411;-0.7109278;0.07129896,-0.1353475;-0.7054082;-0.02554464,0.002980024;0.395176;-0.06128986,10.19789
+0;0;0,0.001348666;0.1999951;-0.0003900349,0.003561663;0.4994395;-0.01739341,0.1179366;0.3685333;0.004033719,0.1568811;0.1002022;0.07390306,0.2131252;-0.1663752;0.1385028,-0.1107689;0.3613313;-0.01347381,-0.1697788;0.09907997;0.06489764,-0.2216133;-0.1725121;0.1090669,0.07114682;0.004387401;-0.03631638,0.09267841;-0.3728741;0.003810484,0.1017499;-0.7144265;0.07970276,0.1115049;-0.7670655;0.02424426,-0.06924348;0.005812441;-0.03964287,-0.1209606;-0.3694814;-0.009979974,-0.1407172;-0.7116653;0.06087088,-0.1337384;-0.7020575;-0.03677877,0.002796782;0.3998135;-0.008787449,0;0;0,0.001406011;0.1982631;-0.02626378,0.003563899;0.4928884;-0.08242203,0.1098442;0.3742975;-0.01073097,0.1458753;0.1832504;0.1907703,0.1739643;0.007035732;0.4065466,-0.1052525;0.3608192;-0.0217739,-0.1694103;0.1562046;0.1582724,-0.2086217;-0.03698502;0.3571196,0.07246167;0.004444872;-0.03360876,0.08857721;-0.3731074;0.006323706,0.09220485;-0.7151516;0.08043568,0.09405045;-0.7095944;-0.0165135,-0.06971528;0.005156769;-0.03889972,-0.118308;-0.3702703;-0.005834881,-0.1403571;-0.7110116;0.07103582,-0.1355903;-0.7054378;-0.02581789,0.002851903;0.3952408;-0.06087098,10.23157
+0;0;0,0.001479213;0.1999932;-0.0007361942,0.003990322;0.4993936;-0.01844394,0.1183263;0.3688609;0.003414609,0.1582962;0.1023359;0.07935414,0.2136309;-0.1628577;0.1501386,-0.1106743;0.3618892;-0.01360907,-0.1692827;0.1014449;0.07085261,-0.2217399;-0.1689669;0.1211089,0.07109929;0.004317082;-0.03641777,0.09306395;-0.3728775;0.004101407,0.1020867;-0.7143844;0.08020389,0.1116794;-0.7676221;0.02561926,-0.06930456;0.005870974;-0.0395273,-0.1208246;-0.3694739;-0.01016878,-0.1403419;-0.711552;0.06125712,-0.1335228;-0.7019965;-0.03639289,0.003111837;0.3997906;-0.009584822,0;0;0,0.001347743;0.1982808;-0.0261323,0.003406393;0.4929619;-0.08200809,0.1098326;0.3741694;-0.01073437,0.1454859;0.1817672;0.189541,0.1736525;0.003337741;0.4034793,-0.1054346;0.3606046;-0.02190302,-0.1684475;0.1538449;0.1560852,-0.2082663;-0.04030904;0.3538697,0.07246995;0.00446873;-0.03358774,0.08854499;-0.3730676;0.006510209,0.09224559;-0.7151065;0.08064358,0.09413241;-0.7095183;-0.01631261,-0.06967597;0.005131218;-0.03897344,-0.1180837;-0.370312;-0.005820848,-0.1403387;-0.7109687;0.07136526,-0.125767;-0.7656598;0.02022731,0.002737397;0.3952869;-0.06058079,10.25346
+0;0;0,0.001479213;0.1999932;-0.0007361942,0.003990322;0.4993936;-0.01844394,0.1183263;0.3688609;0.003414609,0.1582962;0.1023359;0.07935414,0.2136309;-0.1628577;0.1501386,-0.1106743;0.3618892;-0.01360907,-0.1692827;0.1014449;0.07085261,-0.2217399;-0.1689669;0.1211089,0.07109929;0.004317082;-0.03641777,0.09306395;-0.3728775;0.004101407,0.1020867;-0.7143844;0.08020389,0.1116794;-0.7676221;0.02561926,-0.06930456;0.005870974;-0.0395273,-0.1208246;-0.3694739;-0.01016878,-0.1403419;-0.711552;0.06125712,-0.1335228;-0.7019965;-0.03639289,0.003111837;0.3997906;-0.009584822,0;0;0,0.001347743;0.1982808;-0.0261323,0.003406393;0.4929619;-0.08200809,0.1098326;0.3741694;-0.01073437,0.1454859;0.1817672;0.189541,0.1736525;0.003337741;0.4034793,-0.1054346;0.3606046;-0.02190302,-0.1684475;0.1538449;0.1560852,-0.2082663;-0.04030904;0.3538697,0.07246995;0.00446873;-0.03358774,0.08854499;-0.3730676;0.006510209,0.09224559;-0.7151065;0.08064358,0.09413241;-0.7095183;-0.01631261,-0.06967597;0.005131218;-0.03897344,-0.1180837;-0.370312;-0.005820848,-0.1403387;-0.7109687;0.07136526,-0.125767;-0.7656598;0.02022731,0.002737397;0.3952869;-0.06058079,10.27612
+0;0;0,0.001479213;0.1999932;-0.0007361942,0.003990322;0.4993936;-0.01844394,0.1183263;0.3688609;0.003414609,0.1582962;0.1023359;0.07935414,0.2136309;-0.1628577;0.1501386,-0.1106743;0.3618892;-0.01360907,-0.1692827;0.1014449;0.07085261,-0.2217399;-0.1689669;0.1211089,0.07109929;0.004317082;-0.03641777,0.09306395;-0.3728775;0.004101407,0.1020867;-0.7143844;0.08020389,0.1116794;-0.7676221;0.02561926,-0.06930456;0.005870974;-0.0395273,-0.1208246;-0.3694739;-0.01016878,-0.1403419;-0.711552;0.06125712,-0.1335228;-0.7019965;-0.03639289,0.003111837;0.3997906;-0.009584822,0;0;0,0.001225216;0.1982993;-0.02599758,0.003069744;0.4930375;-0.08158432,0.1095791;0.3737203;-0.01063033,0.1451044;0.1801414;0.1885309,0.1720748;-0.002867877;0.3987217,-0.1056665;0.3602988;-0.02187113,-0.1677258;0.1521053;0.1547757,-0.2082629;-0.04537365;0.349092,0.0724955;0.004498899;-0.03352853,0.0883673;-0.3730309;0.006712236,0.0920909;-0.7150704;0.0808416,0.09400661;-0.7094508;-0.01612192,-0.06961571;0.005090977;-0.03908626,-0.1182899;-0.3703196;-0.005954668,-0.1407122;-0.7109825;0.07115582,-0.1261285;-0.7651047;0.01909067,0.002488988;0.3953363;-0.06027368,10.30949
+0;0;0,0.001648523;0.199991;-0.0009389868,0.004389808;0.4993745;-0.01889814,0.1187024;0.3691261;0.003225997,0.1594947;0.1040187;0.08356324,0.213288;-0.1578158;0.1669236,-0.1105665;0.3624949;-0.01363298,-0.169369;0.1037166;0.07567582,-0.2227433;-0.1653162;0.132001,0.07110311;0.004180522;-0.03642623,0.09375824;-0.3728886;0.004872877,0.1027866;-0.7143755;0.08106472,0.1122511;-0.7674873;0.02626647,-0.06932952;0.00598912;-0.03946577,-0.1202694;-0.3694341;-0.01009656,-0.139673;-0.7113947;0.06192034,-0.1328935;-0.7018621;-0.03572761,0.003435059;0.3997796;-0.009957939,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.33189
+0;0;0,0.001648523;0.199991;-0.0009389868,0.004389808;0.4993745;-0.01889814,0.1187024;0.3691261;0.003225997,0.1594947;0.1040187;0.08356324,0.213288;-0.1578158;0.1669236,-0.1105665;0.3624949;-0.01363298,-0.169369;0.1037166;0.07567582,-0.2227433;-0.1653162;0.132001,0.07110311;0.004180522;-0.03642623,0.09375824;-0.3728886;0.004872877,0.1027866;-0.7143755;0.08106472,0.1122511;-0.7674873;0.02626647,-0.06932952;0.00598912;-0.03946577,-0.1202694;-0.3694341;-0.01009656,-0.139673;-0.7113947;0.06192034,-0.1328935;-0.7018621;-0.03572761,0.003435059;0.3997796;-0.009957939,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001648523;0.199991;-0.0009389868,0.004389808;0.4993745;-0.01889814,0.1187024;0.3691261;0.003225997,0.1594947;0.1040187;0.08356324,0.213288;-0.1578158;0.1669236,-0.1105665;0.3624949;-0.01363298,-0.169369;0.1037166;0.07567582,-0.2227433;-0.1653162;0.132001,0.07110311;0.004180522;-0.03642623,0.09375824;-0.3728886;0.004872877,0.1027866;-0.7143755;0.08106472,0.1122511;-0.7674873;0.02626647,-0.06932952;0.00598912;-0.03946577,-0.1202694;-0.3694341;-0.01009656,-0.139673;-0.7113947;0.06192034,-0.1328935;-0.7018621;-0.03572761,0.003435059;0.3997796;-0.009957939,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001725646;0.1999879;-0.001368789,0.004661737;0.4993159;-0.02018516,0.1189736;0.3695578;0.002657797,0.1602739;0.1060417;0.0878257,0.2131609;-0.1519985;0.1827901,-0.1105509;0.3629465;-0.01371497,-0.1697063;0.1063033;0.0813371,-0.2240128;-0.1608484;0.145218,0.07104696;0.004102517;-0.03654449,0.09429586;-0.3728869;0.005150393,0.1032052;-0.714336;0.08152527,0.1127017;-0.7673557;0.02659309,-0.06936858;0.006057672;-0.0393866,-0.1198686;-0.3694058;-0.009773796,-0.1394771;-0.7113454;0.06228735,-0.1328509;-0.7018828;-0.03535644,0.003632416;0.3997497;-0.01093874,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001725646;0.1999879;-0.001368789,0.004661737;0.4993159;-0.02018516,0.1189736;0.3695578;0.002657797,0.1602739;0.1060417;0.0878257,0.2131609;-0.1519985;0.1827901,-0.1105509;0.3629465;-0.01371497,-0.1697063;0.1063033;0.0813371,-0.2240128;-0.1608484;0.145218,0.07104696;0.004102517;-0.03654449,0.09429586;-0.3728869;0.005150393,0.1032052;-0.714336;0.08152527,0.1127017;-0.7673557;0.02659309,-0.06936858;0.006057672;-0.0393866,-0.1198686;-0.3694058;-0.009773796,-0.1394771;-0.7113454;0.06228735,-0.1328509;-0.7018828;-0.03535644,0.003632416;0.3997497;-0.01093874,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001780854;0.1999853;-0.001651063,0.004817547;0.4992857;-0.02088764,0.1191515;0.3697956;0.002173541,0.161202;0.1085096;0.09361418,0.2124534;-0.1466951;0.1967832,-0.1105975;0.3634441;-0.01414558,-0.1695254;0.1088128;0.08630542,-0.224845;-0.1561006;0.1581428,0.07109837;0.003995028;-0.03645628,0.09478206;-0.3729681;0.005231351,0.1036075;-0.7143431;0.0819465,0.1124892;-0.7672446;0.02673372,-0.0693379;0.00616317;-0.03942424,-0.1194684;-0.369329;-0.00954894,-0.1390257;-0.7112314;0.06270248,-0.1324077;-0.7018081;-0.0349336,0.003753499;0.3997327;-0.01150361,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001780854;0.1999853;-0.001651063,0.004817547;0.4992857;-0.02088764,0.1191515;0.3697956;0.002173541,0.161202;0.1085096;0.09361418,0.2124534;-0.1466951;0.1967832,-0.1105975;0.3634441;-0.01414558,-0.1695254;0.1088128;0.08630542,-0.224845;-0.1561006;0.1581428,0.07109837;0.003995028;-0.03645628,0.09478206;-0.3729681;0.005231351,0.1036075;-0.7143431;0.0819465,0.1124892;-0.7672446;0.02673372,-0.0693379;0.00616317;-0.03942424,-0.1194684;-0.369329;-0.00954894,-0.1390257;-0.7112314;0.06270248,-0.1324077;-0.7018081;-0.0349336,0.003753499;0.3997327;-0.01150361,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001780854;0.1999853;-0.001651063,0.004817547;0.4992857;-0.02088764,0.1191515;0.3697956;0.002173541,0.161202;0.1085096;0.09361418,0.2124534;-0.1466951;0.1967832,-0.1105975;0.3634441;-0.01414558,-0.1695254;0.1088128;0.08630542,-0.224845;-0.1561006;0.1581428,0.07109837;0.003995028;-0.03645628,0.09478206;-0.3729681;0.005231351,0.1036075;-0.7143431;0.0819465,0.1124892;-0.7672446;0.02673372,-0.0693379;0.00616317;-0.03942424,-0.1194684;-0.369329;-0.00954894,-0.1390257;-0.7112314;0.06270248,-0.1324077;-0.7018081;-0.0349336,0.003753499;0.3997327;-0.01150361,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001780854;0.1999853;-0.001651063,0.004817547;0.4992857;-0.02088764,0.1191515;0.3697956;0.002173541,0.161202;0.1085096;0.09361418,0.2124534;-0.1466951;0.1967832,-0.1105975;0.3634441;-0.01414558,-0.1695254;0.1088128;0.08630542,-0.224845;-0.1561006;0.1581428,0.07109837;0.003995028;-0.03645628,0.09478206;-0.3729681;0.005231351,0.1036075;-0.7143431;0.0819465,0.1124892;-0.7672446;0.02673372,-0.0693379;0.00616317;-0.03942424,-0.1194684;-0.369329;-0.00954894,-0.1390257;-0.7112314;0.06270248,-0.1324077;-0.7018081;-0.0349336,0.003753499;0.3997327;-0.01150361,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001905312;0.1999814;-0.001947707,0.00515185;0.499248;-0.02166764,0.1195202;0.3701872;0.001548276,0.1610066;0.1109739;0.09895129,0.2095944;-0.1415545;0.209715,-0.1104957;0.3638988;-0.01431691,-0.1692756;0.1110242;0.09056079,-0.224506;-0.1515441;0.1706077,0.07117052;0.003824608;-0.03633358,0.09516235;-0.3730992;0.005532775,0.104048;-0.7144322;0.08242761,0.1133843;-0.7672879;0.02722086,-0.06929953;0.006329586;-0.03946533,-0.1188779;-0.3692114;-0.009284085,-0.1384591;-0.711062;0.06320566,-0.1319986;-0.7016788;-0.0344325,0.004014595;0.3997115;-0.012118,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001905312;0.1999814;-0.001947707,0.00515185;0.499248;-0.02166764,0.1195202;0.3701872;0.001548276,0.1610066;0.1109739;0.09895129,0.2095944;-0.1415545;0.209715,-0.1104957;0.3638988;-0.01431691,-0.1692756;0.1110242;0.09056079,-0.224506;-0.1515441;0.1706077,0.07117052;0.003824608;-0.03633358,0.09516235;-0.3730992;0.005532775,0.104048;-0.7144322;0.08242761,0.1133843;-0.7672879;0.02722086,-0.06929953;0.006329586;-0.03946533,-0.1188779;-0.3692114;-0.009284085,-0.1384591;-0.711062;0.06320566,-0.1319986;-0.7016788;-0.0344325,0.004014595;0.3997115;-0.012118,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001905312;0.1999814;-0.001947707,0.00515185;0.499248;-0.02166764,0.1195202;0.3701872;0.001548276,0.1610066;0.1109739;0.09895129,0.2095944;-0.1415545;0.209715,-0.1104957;0.3638988;-0.01431691,-0.1692756;0.1110242;0.09056079,-0.224506;-0.1515441;0.1706077,0.07117052;0.003824608;-0.03633358,0.09516235;-0.3730992;0.005532775,0.104048;-0.7144322;0.08242761,0.1133843;-0.7672879;0.02722086,-0.06929953;0.006329586;-0.03946533,-0.1188779;-0.3692114;-0.009284085,-0.1384591;-0.711062;0.06320566,-0.1319986;-0.7016788;-0.0344325,0.004014595;0.3997115;-0.012118,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001883863;0.1999787;-0.002229017,0.005034084;0.4992148;-0.02241706,0.1195642;0.3706563;0.0009724665,0.1609223;0.1133559;0.1033738,0.2076508;-0.1361763;0.2214843,-0.1106733;0.3641799;-0.01453708,-0.1695518;0.1135172;0.09547004,-0.2252258;-0.1470993;0.1813736,0.07123788;0.003689538;-0.03621534,0.09547493;-0.3732003;0.005816042,0.1043456;-0.7145054;0.08283657,0.1134437;-0.7679935;0.02855054,-0.06923365;0.00644583;-0.03956201,-0.1185202;-0.3691311;-0.009349275,-0.138244;-0.7109141;0.06341968,-0.1319005;-0.7015715;-0.03421758,0.003936518;0.3996936;-0.01270486,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001883863;0.1999787;-0.002229017,0.005034084;0.4992148;-0.02241706,0.1195642;0.3706563;0.0009724665,0.1609223;0.1133559;0.1033738,0.2076508;-0.1361763;0.2214843,-0.1106733;0.3641799;-0.01453708,-0.1695518;0.1135172;0.09547004,-0.2252258;-0.1470993;0.1813736,0.07123788;0.003689538;-0.03621534,0.09547493;-0.3732003;0.005816042,0.1043456;-0.7145054;0.08283657,0.1134437;-0.7679935;0.02855054,-0.06923365;0.00644583;-0.03956201,-0.1185202;-0.3691311;-0.009349275,-0.138244;-0.7109141;0.06341968,-0.1319005;-0.7015715;-0.03421758,0.003936518;0.3996936;-0.01270486,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001883863;0.1999787;-0.002229017,0.005034084;0.4992148;-0.02241706,0.1195642;0.3706563;0.0009724665,0.1609223;0.1133559;0.1033738,0.2076508;-0.1361763;0.2214843,-0.1106733;0.3641799;-0.01453708,-0.1695518;0.1135172;0.09547004,-0.2252258;-0.1470993;0.1813736,0.07123788;0.003689538;-0.03621534,0.09547493;-0.3732003;0.005816042,0.1043456;-0.7145054;0.08283657,0.1134437;-0.7679935;0.02855054,-0.06923365;0.00644583;-0.03956201,-0.1185202;-0.3691311;-0.009349275,-0.138244;-0.7109141;0.06341968,-0.1319005;-0.7015715;-0.03421758,0.003936518;0.3996936;-0.01270486,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001851733;0.1999748;-0.00257883,0.004879995;0.4991637;-0.02346168,0.1195835;0.3711879;0.0003156103,0.1609408;0.1159693;0.1078006,0.2054681;-0.1304768;0.233027,-0.1109036;0.3645411;-0.01476072,-0.1696289;0.1157762;0.09955192,-0.2241907;-0.1425331;0.1928218,0.07126784;0.003608861;-0.0361645,0.09547737;-0.3732705;0.005975664,0.1044483;-0.7145779;0.0829744,0.1075567;-0.7053507;-0.01479487,-0.06922544;0.006505863;-0.03956655,-0.1185789;-0.3690887;-0.009684058,-0.1382806;-0.7107908;0.0634701,-0.1320906;-0.7015021;-0.03416558,0.003833576;0.3996665;-0.01350183,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001851733;0.1999748;-0.00257883,0.004879995;0.4991637;-0.02346168,0.1195835;0.3711879;0.0003156103,0.1609408;0.1159693;0.1078006,0.2054681;-0.1304768;0.233027,-0.1109036;0.3645411;-0.01476072,-0.1696289;0.1157762;0.09955192,-0.2241907;-0.1425331;0.1928218,0.07126784;0.003608861;-0.0361645,0.09547737;-0.3732705;0.005975664,0.1044483;-0.7145779;0.0829744,0.1075567;-0.7053507;-0.01479487,-0.06922544;0.006505863;-0.03956655,-0.1185789;-0.3690887;-0.009684058,-0.1382806;-0.7107908;0.0634701,-0.1320906;-0.7015021;-0.03416558,0.003833576;0.3996665;-0.01350183,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001745739;0.1999713;-0.002902062,0.00447825;0.4991173;-0.02442256,0.1193448;0.3715485;-3.456883E-05,0.1608005;0.1186448;0.1127536,0.2021407;-0.1258778;0.2427523,-0.1112605;0.3647314;-0.01489651,-0.1693903;0.1183799;0.1048194,-0.2243399;-0.1378242;0.2035108,0.07129746;0.003562906;-0.03611063,0.09553974;-0.3733143;0.006030433,0.1045121;-0.7146056;0.08310015,0.1075536;-0.7054284;-0.01466059,-0.06919717;0.006525774;-0.03961269,-0.1185534;-0.3690725;-0.009781748,-0.1384431;-0.7107458;0.06345591,-0.1323167;-0.7015084;-0.03417291,0.003547228;0.3996418;-0.01423647,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001745739;0.1999713;-0.002902062,0.00447825;0.4991173;-0.02442256,0.1193448;0.3715485;-3.456883E-05,0.1608005;0.1186448;0.1127536,0.2021407;-0.1258778;0.2427523,-0.1112605;0.3647314;-0.01489651,-0.1693903;0.1183799;0.1048194,-0.2243399;-0.1378242;0.2035108,0.07129746;0.003562906;-0.03611063,0.09553974;-0.3733143;0.006030433,0.1045121;-0.7146056;0.08310015,0.1075536;-0.7054284;-0.01466059,-0.06919717;0.006525774;-0.03961269,-0.1185534;-0.3690725;-0.009781748,-0.1384431;-0.7107458;0.06345591,-0.1323167;-0.7015084;-0.03417291,0.003547228;0.3996418;-0.01423647,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001745739;0.1999713;-0.002902062,0.00447825;0.4991173;-0.02442256,0.1193448;0.3715485;-3.456883E-05,0.1608005;0.1186448;0.1127536,0.2021407;-0.1258778;0.2427523,-0.1112605;0.3647314;-0.01489651,-0.1693903;0.1183799;0.1048194,-0.2243399;-0.1378242;0.2035108,0.07129746;0.003562906;-0.03611063,0.09553974;-0.3733143;0.006030433,0.1045121;-0.7146056;0.08310015,0.1075536;-0.7054284;-0.01466059,-0.06919717;0.006525774;-0.03961269,-0.1185534;-0.3690725;-0.009781748,-0.1384431;-0.7107458;0.06345591,-0.1323167;-0.7015084;-0.03417291,0.003547228;0.3996418;-0.01423647,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001686809;0.1999661;-0.003274036,0.004289288;0.4990646;-0.025455,0.1192661;0.3720248;-0.0003782716,0.1600407;0.1215664;0.1179772,0.1964859;-0.1183722;0.2576239,-0.1115017;0.3650206;-0.01504323,-0.1689939;0.1209218;0.1094976,-0.2237308;-0.1327192;0.2147124,0.0712592;0.003552359;-0.0361871,0.09573577;-0.3733116;0.005937271,0.1046263;-0.7145122;0.08341698,0.1128581;-0.7682536;0.02938345,-0.06922229;0.006518638;-0.03956995,-0.1184893;-0.3691207;-0.01011023,-0.1384088;-0.7107061;0.06352809,-0.1323423;-0.7015224;-0.03409302,0.003404472;0.3996122;-0.01504167,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001686809;0.1999661;-0.003274036,0.004289288;0.4990646;-0.025455,0.1192661;0.3720248;-0.0003782716,0.1600407;0.1215664;0.1179772,0.1964859;-0.1183722;0.2576239,-0.1115017;0.3650206;-0.01504323,-0.1689939;0.1209218;0.1094976,-0.2237308;-0.1327192;0.2147124,0.0712592;0.003552359;-0.0361871,0.09573577;-0.3733116;0.005937271,0.1046263;-0.7145122;0.08341698,0.1128581;-0.7682536;0.02938345,-0.06922229;0.006518638;-0.03956995,-0.1184893;-0.3691207;-0.01011023,-0.1384088;-0.7107061;0.06352809,-0.1323423;-0.7015224;-0.03409302,0.003404472;0.3996122;-0.01504167,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001686809;0.1999661;-0.003274036,0.004289288;0.4990646;-0.025455,0.1192661;0.3720248;-0.0003782716,0.1600407;0.1215664;0.1179772,0.1964859;-0.1183722;0.2576239,-0.1115017;0.3650206;-0.01504323,-0.1689939;0.1209218;0.1094976,-0.2237308;-0.1327192;0.2147124,0.0712592;0.003552359;-0.0361871,0.09573577;-0.3733116;0.005937271,0.1046263;-0.7145122;0.08341698,0.1128581;-0.7682536;0.02938345,-0.06922229;0.006518638;-0.03956995,-0.1184893;-0.3691207;-0.01011023,-0.1384088;-0.7107061;0.06352809,-0.1323423;-0.7015224;-0.03409302,0.003404472;0.3996122;-0.01504167,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001686809;0.1999661;-0.003274036,0.004289288;0.4990646;-0.025455,0.1192661;0.3720248;-0.0003782716,0.1600407;0.1215664;0.1179772,0.1964859;-0.1183722;0.2576239,-0.1115017;0.3650206;-0.01504323,-0.1689939;0.1209218;0.1094976,-0.2237308;-0.1327192;0.2147124,0.0712592;0.003552359;-0.0361871,0.09573577;-0.3733116;0.005937271,0.1046263;-0.7145122;0.08341698,0.1128581;-0.7682536;0.02938345,-0.06922229;0.006518638;-0.03956995,-0.1184893;-0.3691207;-0.01011023,-0.1384088;-0.7107061;0.06352809,-0.1323423;-0.7015224;-0.03409302,0.003404472;0.3996122;-0.01504167,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001627948;0.1999621;-0.003536724,0.004102044;0.4990301;-0.02613904,0.1191654;0.3723299;-0.0006307745,0.1592017;0.1239755;0.1223213,0.1957878;-0.1052657;0.2788777,-0.1117827;0.3654728;-0.01523701,-0.1684943;0.1237882;0.1142712,-0.2222086;-0.127606;0.2252473,0.0712775;0.003442517;-0.03616167,0.09571877;-0.3734556;0.005676687,0.1047653;-0.7145888;0.08343478,0.1128966;-0.7683332;0.02939077,-0.06920069;0.006613934;-0.03959192,-0.1185442;-0.3690389;-0.01043441,-0.1384806;-0.7105902;0.0633577,-0.1324243;-0.7014433;-0.0342562,0.003263958;0.3995922;-0.01558447,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001627948;0.1999621;-0.003536724,0.004102044;0.4990301;-0.02613904,0.1191654;0.3723299;-0.0006307745,0.1592017;0.1239755;0.1223213,0.1957878;-0.1052657;0.2788777,-0.1117827;0.3654728;-0.01523701,-0.1684943;0.1237882;0.1142712,-0.2222086;-0.127606;0.2252473,0.0712775;0.003442517;-0.03616167,0.09571877;-0.3734556;0.005676687,0.1047653;-0.7145888;0.08343478,0.1128966;-0.7683332;0.02939077,-0.06920069;0.006613934;-0.03959192,-0.1185442;-0.3690389;-0.01043441,-0.1384806;-0.7105902;0.0633577,-0.1324243;-0.7014433;-0.0342562,0.003263958;0.3995922;-0.01558447,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001627948;0.1999621;-0.003536724,0.004102044;0.4990301;-0.02613904,0.1191654;0.3723299;-0.0006307745,0.1592017;0.1239755;0.1223213,0.1957878;-0.1052657;0.2788777,-0.1117827;0.3654728;-0.01523701,-0.1684943;0.1237882;0.1142712,-0.2222086;-0.127606;0.2252473,0.0712775;0.003442517;-0.03616167,0.09571877;-0.3734556;0.005676687,0.1047653;-0.7145888;0.08343478,0.1128966;-0.7683332;0.02939077,-0.06920069;0.006613934;-0.03959192,-0.1185442;-0.3690389;-0.01043441,-0.1384806;-0.7105902;0.0633577,-0.1324243;-0.7014433;-0.0342562,0.003263958;0.3995922;-0.01558447,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.00161355;0.1999584;-0.003747232,0.004070741;0.4990097;-0.02657504,0.1192253;0.3728805;-0.0006554713,0.158755;0.126377;0.1261254,0.1920559;-0.1040541;0.2816649,-0.111924;0.3658539;-0.0152373,-0.1678939;0.1261753;0.11826,-0.221334;-0.122474;0.2353825,0.07133382;0.003341101;-0.03605998,0.09589037;-0.3735242;0.00600531,0.1049087;-0.714637;0.0838557,0.1133538;-0.7682375;0.02963708,-0.0691547;0.006684703;-0.03966033,-0.1182743;-0.368971;-0.01016388,-0.1382194;-0.7104805;0.06381918,-0.1321725;-0.7013566;-0.03379036,0.003237213;0.3995791;-0.01595096,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.00161355;0.1999584;-0.003747232,0.004070741;0.4990097;-0.02657504,0.1192253;0.3728805;-0.0006554713,0.158755;0.126377;0.1261254,0.1920559;-0.1040541;0.2816649,-0.111924;0.3658539;-0.0152373,-0.1678939;0.1261753;0.11826,-0.221334;-0.122474;0.2353825,0.07133382;0.003341101;-0.03605998,0.09589037;-0.3735242;0.00600531,0.1049087;-0.714637;0.0838557,0.1133538;-0.7682375;0.02963708,-0.0691547;0.006684703;-0.03966033,-0.1182743;-0.368971;-0.01016388,-0.1382194;-0.7104805;0.06381918,-0.1321725;-0.7013566;-0.03379036,0.003237213;0.3995791;-0.01595096,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001535456;0.1999533;-0.00403842,0.003825098;0.498966;-0.02737843,0.1191465;0.3734986;-0.0009703813,0.1581036;0.1290514;0.1299033,0.1899561;-0.09136103;0.29962,-0.1122855;0.3664531;-0.01545109,-0.1671438;0.1289168;0.1222698,-0.2195111;-0.1178582;0.2437594,0.07139517;0.003298337;-0.03594232,0.09593454;-0.3735622;0.006176576,0.1048798;-0.7146387;0.08419421,0.113398;-0.7680076;0.02963162,-0.06910154;0.006699094;-0.03975045,-0.1181222;-0.3689499;-0.0100045,-0.1382222;-0.7104092;0.06416807,-0.1322066;-0.7013273;-0.03343441,0.003053379;0.3995543;-0.01657443,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001535456;0.1999533;-0.00403842,0.003825098;0.498966;-0.02737843,0.1191465;0.3734986;-0.0009703813,0.1581036;0.1290514;0.1299033,0.1899561;-0.09136103;0.29962,-0.1122855;0.3664531;-0.01545109,-0.1671438;0.1289168;0.1222698,-0.2195111;-0.1178582;0.2437594,0.07139517;0.003298337;-0.03594232,0.09593454;-0.3735622;0.006176576,0.1048798;-0.7146387;0.08419421,0.113398;-0.7680076;0.02963162,-0.06910154;0.006699094;-0.03975045,-0.1181222;-0.3689499;-0.0100045,-0.1382222;-0.7104092;0.06416807,-0.1322066;-0.7013273;-0.03343441,0.003053379;0.3995543;-0.01657443,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001535456;0.1999533;-0.00403842,0.003825098;0.498966;-0.02737843,0.1191465;0.3734986;-0.0009703813,0.1581036;0.1290514;0.1299033,0.1899561;-0.09136103;0.29962,-0.1122855;0.3664531;-0.01545109,-0.1671438;0.1289168;0.1222698,-0.2195111;-0.1178582;0.2437594,0.07139517;0.003298337;-0.03594232,0.09593454;-0.3735622;0.006176576,0.1048798;-0.7146387;0.08419421,0.113398;-0.7680076;0.02963162,-0.06910154;0.006699094;-0.03975045,-0.1181222;-0.3689499;-0.0100045,-0.1382222;-0.7104092;0.06416807,-0.1322066;-0.7013273;-0.03343441,0.003053379;0.3995543;-0.01657443,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001473109;0.1999474;-0.004341672,0.003627901;0.4989222;-0.02817303,0.1190331;0.3737872;-0.001344021,0.1572435;0.1317363;0.1341231,0.1909243;-0.08955683;0.3023342,-0.1125012;0.3666803;-0.01561618,-0.1663374;0.1311818;0.1259541,-0.2174964;-0.112346;0.2543166,0.07136919;0.003380963;-0.03598623,0.09591781;-0.3734696;0.006215889,0.1049652;-0.7145301;0.0842922,0.1131229;-0.7683313;0.03034027,-0.069136;0.006611941;-0.0397051,-0.1181801;-0.3690294;-0.009902246,-0.1381691;-0.7104823;0.0643297,-0.1322192;-0.7014434;-0.0332676,0.002904504;0.3995283;-0.01720388,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001473109;0.1999474;-0.004341672,0.003627901;0.4989222;-0.02817303,0.1190331;0.3737872;-0.001344021,0.1572435;0.1317363;0.1341231,0.1909243;-0.08955683;0.3023342,-0.1125012;0.3666803;-0.01561618,-0.1663374;0.1311818;0.1259541,-0.2174964;-0.112346;0.2543166,0.07136919;0.003380963;-0.03598623,0.09591781;-0.3734696;0.006215889,0.1049652;-0.7145301;0.0842922,0.1131229;-0.7683313;0.03034027,-0.069136;0.006611941;-0.0397051,-0.1181801;-0.3690294;-0.009902246,-0.1381691;-0.7104823;0.0643297,-0.1322192;-0.7014434;-0.0332676,0.002904504;0.3995283;-0.01720388,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001473109;0.1999474;-0.004341672,0.003627901;0.4989222;-0.02817303,0.1190331;0.3737872;-0.001344021,0.1572435;0.1317363;0.1341231,0.1909243;-0.08955683;0.3023342,-0.1125012;0.3666803;-0.01561618,-0.1663374;0.1311818;0.1259541,-0.2174964;-0.112346;0.2543166,0.07136919;0.003380963;-0.03598623,0.09591781;-0.3734696;0.006215889,0.1049652;-0.7145301;0.0842922,0.1131229;-0.7683313;0.03034027,-0.069136;0.006611941;-0.0397051,-0.1181801;-0.3690294;-0.009902246,-0.1381691;-0.7104823;0.0643297,-0.1322192;-0.7014434;-0.0332676,0.002904504;0.3995283;-0.01720388,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001462841;0.1999501;-0.004223114,0.003800762;0.4990048;-0.02707073,0.1195628;0.3753184;-0.001389015,0.1569532;0.1352915;0.1378555,0.1903018;-0.08445807;0.3081434,-0.1127618;0.3680298;-0.01566111,-0.1658305;0.1348251;0.1299385,-0.2169472;-0.1062131;0.2629336,0.07137828;0.003422824;-0.03596421,0.09575544;-0.3734464;0.006170437,0.1048859;-0.7144898;0.08431156,0.1128782;-0.7682111;0.03021102,-0.06913628;0.006558971;-0.03971342,-0.1182439;-0.3690812;-0.009999692,-0.138217;-0.7104885;0.06444588,-0.1323091;-0.7013779;-0.03316934,0.003017163;0.399565;-0.01652901,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001462841;0.1999501;-0.004223114,0.003800762;0.4990048;-0.02707073,0.1195628;0.3753184;-0.001389015,0.1569532;0.1352915;0.1378555,0.1903018;-0.08445807;0.3081434,-0.1127618;0.3680298;-0.01566111,-0.1658305;0.1348251;0.1299385,-0.2169472;-0.1062131;0.2629336,0.07137828;0.003422824;-0.03596421,0.09575544;-0.3734464;0.006170437,0.1048859;-0.7144898;0.08431156,0.1128782;-0.7682111;0.03021102,-0.06913628;0.006558971;-0.03971342,-0.1182439;-0.3690812;-0.009999692,-0.138217;-0.7104885;0.06444588,-0.1323091;-0.7013779;-0.03316934,0.003017163;0.399565;-0.01652901,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001462841;0.1999501;-0.004223114,0.003800762;0.4990048;-0.02707073,0.1195628;0.3753184;-0.001389015,0.1569532;0.1352915;0.1378555,0.1903018;-0.08445807;0.3081434,-0.1127618;0.3680298;-0.01566111,-0.1658305;0.1348251;0.1299385,-0.2169472;-0.1062131;0.2629336,0.07137828;0.003422824;-0.03596421,0.09575544;-0.3734464;0.006170437,0.1048859;-0.7144898;0.08431156,0.1128782;-0.7682111;0.03021102,-0.06913628;0.006558971;-0.03971342,-0.1182439;-0.3690812;-0.009999692,-0.138217;-0.7104885;0.06444588,-0.1323091;-0.7013779;-0.03316934,0.003017163;0.399565;-0.01652901,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.00133557;0.1999428;-0.004591269,0.003281533;0.4989031;-0.02862294,0.1192141;0.3756256;-0.001921469,0.1560951;0.1382406;0.1419124,0.1874218;-0.07839596;0.3165182,-0.1131277;0.3680599;-0.01595668,-0.1656761;0.1373762;0.1337887,-0.2167576;-0.1014713;0.2706921,0.07136918;0.003519416;-0.03597296,0.09531251;-0.3733598;0.006321244,0.1044076;-0.7143917;0.08451623,0.1126606;-0.7680442;0.03034846,-0.06918289;0.006453741;-0.03964942,-0.1185043;-0.3691566;-0.009912977,-0.1385023;-0.7105458;0.06460891,-0.1326695;-0.7015173;-0.03299321,0.002664672;0.3995155;-0.01759009,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.00133557;0.1999428;-0.004591269,0.003281533;0.4989031;-0.02862294,0.1192141;0.3756256;-0.001921469,0.1560951;0.1382406;0.1419124,0.1874218;-0.07839596;0.3165182,-0.1131277;0.3680599;-0.01595668,-0.1656761;0.1373762;0.1337887,-0.2167576;-0.1014713;0.2706921,0.07136918;0.003519416;-0.03597296,0.09531251;-0.3733598;0.006321244,0.1044076;-0.7143917;0.08451623,0.1126606;-0.7680442;0.03034846,-0.06918289;0.006453741;-0.03964942,-0.1185043;-0.3691566;-0.009912977,-0.1385023;-0.7105458;0.06460891,-0.1326695;-0.7015173;-0.03299321,0.002664672;0.3995155;-0.01759009,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.00133557;0.1999428;-0.004591269,0.003281533;0.4989031;-0.02862294,0.1192141;0.3756256;-0.001921469,0.1560951;0.1382406;0.1419124,0.1874218;-0.07839596;0.3165182,-0.1131277;0.3680599;-0.01595668,-0.1656761;0.1373762;0.1337887,-0.2167576;-0.1014713;0.2706921,0.07136918;0.003519416;-0.03597296,0.09531251;-0.3733598;0.006321244,0.1044076;-0.7143917;0.08451623,0.1126606;-0.7680442;0.03034846,-0.06918289;0.006453741;-0.03964942,-0.1185043;-0.3691566;-0.009912977,-0.1385023;-0.7105458;0.06460891,-0.1326695;-0.7015173;-0.03299321,0.002664672;0.3995155;-0.01759009,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001242123;0.1999327;-0.005036395,0.002902634;0.4987974;-0.03022148,0.1190448;0.3761829;-0.002943069,0.1561308;0.1412956;0.1448832,0.1848369;-0.07119891;0.3249444,-0.1133676;0.3679361;-0.01622282,-0.164805;0.1394724;0.1372651,-0.2159313;-0.09637773;0.2792538,0.07140111;0.003467835;-0.03591455,0.09530169;-0.373416;0.006362051,0.1042506;-0.714455;0.0845433,0.1128021;-0.7680197;0.03028641,-0.06913242;0.006494285;-0.03973075,-0.1185312;-0.3691013;-0.009936832,-0.1388942;-0.7104788;0.0645395,-0.1333122;-0.7015499;-0.03305585,0.002390438;0.3994584;-0.01875443,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001242123;0.1999327;-0.005036395,0.002902634;0.4987974;-0.03022148,0.1190448;0.3761829;-0.002943069,0.1561308;0.1412956;0.1448832,0.1848369;-0.07119891;0.3249444,-0.1133676;0.3679361;-0.01622282,-0.164805;0.1394724;0.1372651,-0.2159313;-0.09637773;0.2792538,0.07140111;0.003467835;-0.03591455,0.09530169;-0.373416;0.006362051,0.1042506;-0.714455;0.0845433,0.1128021;-0.7680197;0.03028641,-0.06913242;0.006494285;-0.03973075,-0.1185312;-0.3691013;-0.009936832,-0.1388942;-0.7104788;0.0645395,-0.1333122;-0.7015499;-0.03305585,0.002390438;0.3994584;-0.01875443,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001242123;0.1999327;-0.005036395,0.002902634;0.4987974;-0.03022148,0.1190448;0.3761829;-0.002943069,0.1561308;0.1412956;0.1448832,0.1848369;-0.07119891;0.3249444,-0.1133676;0.3679361;-0.01622282,-0.164805;0.1394724;0.1372651,-0.2159313;-0.09637773;0.2792538,0.07140111;0.003467835;-0.03591455,0.09530169;-0.373416;0.006362051,0.1042506;-0.714455;0.0845433,0.1128021;-0.7680197;0.03028641,-0.06913242;0.006494285;-0.03973075,-0.1185312;-0.3691013;-0.009936832,-0.1388942;-0.7104788;0.0645395,-0.1333122;-0.7015499;-0.03305585,0.002390438;0.3994584;-0.01875443,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001157986;0.199923;-0.005428698,0.002672855;0.4987409;-0.03117638,0.1191262;0.3770883;-0.004354612,0.1574059;0.1452067;0.1478479,0.1848002;-0.06586954;0.329772,-0.113573;0.368017;-0.01645716,-0.1642447;0.1414352;0.1400455,-0.2150875;-0.09171128;0.28653,0.0714425;0.003480306;-0.03583096,0.09521323;-0.3733944;0.006600298,0.1041845;-0.714429;0.08479828,0.1123048;-0.7681538;0.03072228,-0.0690954;0.006456188;-0.0398013,-0.1184867;-0.3691095;-0.009621022,-0.138962;-0.7104893;0.06481452,-0.133806;-0.7016134;-0.03279279,0.002203707;0.3994225;-0.01953042,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001157986;0.199923;-0.005428698,0.002672855;0.4987409;-0.03117638,0.1191262;0.3770883;-0.004354612,0.1574059;0.1452067;0.1478479,0.1848002;-0.06586954;0.329772,-0.113573;0.368017;-0.01645716,-0.1642447;0.1414352;0.1400455,-0.2150875;-0.09171128;0.28653,0.0714425;0.003480306;-0.03583096,0.09521323;-0.3733944;0.006600298,0.1041845;-0.714429;0.08479828,0.1123048;-0.7681538;0.03072228,-0.0690954;0.006456188;-0.0398013,-0.1184867;-0.3691095;-0.009621022,-0.138962;-0.7104893;0.06481452,-0.133806;-0.7016134;-0.03279279,0.002203707;0.3994225;-0.01953042,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001157986;0.199923;-0.005428698,0.002672855;0.4987409;-0.03117638,0.1191262;0.3770883;-0.004354612,0.1574059;0.1452067;0.1478479,0.1848002;-0.06586954;0.329772,-0.113573;0.368017;-0.01645716,-0.1642447;0.1414352;0.1400455,-0.2150875;-0.09171128;0.28653,0.0714425;0.003480306;-0.03583096,0.09521323;-0.3733944;0.006600298,0.1041845;-0.714429;0.08479828,0.1123048;-0.7681538;0.03072228,-0.0690954;0.006456188;-0.0398013,-0.1184867;-0.3691095;-0.009621022,-0.138962;-0.7104893;0.06481452,-0.133806;-0.7016134;-0.03279279,0.002203707;0.3994225;-0.01953042,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001017816;0.1999145;-0.00575878,0.0022823;0.4986646;-0.03227913,0.1189908;0.3777726;-0.005360897,0.1584116;0.1488379;0.1509558,0.1863787;-0.05999409;0.3353659,-0.1139149;0.3681717;-0.01699119,-0.1638995;0.1440194;0.1431877,-0.214715;-0.08641893;0.2939059,0.07147624;0.003579882;-0.03575377,0.09492978;-0.3733252;0.006583724,0.1038179;-0.7143152;0.08498554,0.1118189;-0.7680983;0.03098206,-0.06909125;0.006340735;-0.03982705,-0.1186349;-0.3691956;-0.009530257,-0.1391817;-0.7105876;0.0648291,-0.1342068;-0.7017715;-0.03277467,0.001907342;0.3993797;-0.02034699,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001017816;0.1999145;-0.00575878,0.0022823;0.4986646;-0.03227913,0.1189908;0.3777726;-0.005360897,0.1584116;0.1488379;0.1509558,0.1863787;-0.05999409;0.3353659,-0.1139149;0.3681717;-0.01699119,-0.1638995;0.1440194;0.1431877,-0.214715;-0.08641893;0.2939059,0.07147624;0.003579882;-0.03575377,0.09492978;-0.3733252;0.006583724,0.1038179;-0.7143152;0.08498554,0.1118189;-0.7680983;0.03098206,-0.06909125;0.006340735;-0.03982705,-0.1186349;-0.3691956;-0.009530257,-0.1391817;-0.7105876;0.0648291,-0.1342068;-0.7017715;-0.03277467,0.001907342;0.3993797;-0.02034699,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.001017816;0.1999145;-0.00575878,0.0022823;0.4986646;-0.03227913,0.1189908;0.3777726;-0.005360897,0.1584116;0.1488379;0.1509558,0.1863787;-0.05999409;0.3353659,-0.1139149;0.3681717;-0.01699119,-0.1638995;0.1440194;0.1431877,-0.214715;-0.08641893;0.2939059,0.07147624;0.003579882;-0.03575377,0.09492978;-0.3733252;0.006583724,0.1038179;-0.7143152;0.08498554,0.1118189;-0.7680983;0.03098206,-0.06909125;0.006340735;-0.03982705,-0.1186349;-0.3691956;-0.009530257,-0.1391817;-0.7105876;0.0648291,-0.1342068;-0.7017715;-0.03277467,0.001907342;0.3993797;-0.02034699,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.0007974442;0.19991;-0.005944047,0.001729607;0.4986364;-0.03274402,0.1186586;0.3783892;-0.005627556,0.154962;0.1567615;0.1615944,0.1851056;-0.0541701;0.3432513,-0.1144117;0.3683944;-0.01730648,-0.1638674;0.1463598;0.1459563,-0.2137905;-0.08139801;0.3009856,0.071476;0.003814927;-0.03572993,0.09445458;-0.3731169;0.006630294,0.1032995;-0.7140864;0.0851261,0.1116085;-0.7676773;0.03087194,-0.06914838;0.006111243;-0.03976373,-0.1188809;-0.3693891;-0.009330167,-0.1395083;-0.7107526;0.06513746,-0.1345249;-0.7019627;-0.03246018,0.001473295;0.3993625;-0.02071805,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.0007974442;0.19991;-0.005944047,0.001729607;0.4986364;-0.03274402,0.1186586;0.3783892;-0.005627556,0.154962;0.1567615;0.1615944,0.1851056;-0.0541701;0.3432513,-0.1144117;0.3683944;-0.01730648,-0.1638674;0.1463598;0.1459563,-0.2137905;-0.08139801;0.3009856,0.071476;0.003814927;-0.03572993,0.09445458;-0.3731169;0.006630294,0.1032995;-0.7140864;0.0851261,0.1116085;-0.7676773;0.03087194,-0.06914838;0.006111243;-0.03976373,-0.1188809;-0.3693891;-0.009330167,-0.1395083;-0.7107526;0.06513746,-0.1345249;-0.7019627;-0.03246018,0.001473295;0.3993625;-0.02071805,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.0007974442;0.19991;-0.005944047,0.001729607;0.4986364;-0.03274402,0.1186586;0.3783892;-0.005627556,0.154962;0.1567615;0.1615944,0.1851056;-0.0541701;0.3432513,-0.1144117;0.3683944;-0.01730648,-0.1638674;0.1463598;0.1459563,-0.2137905;-0.08139801;0.3009856,0.071476;0.003814927;-0.03572993,0.09445458;-0.3731169;0.006630294,0.1032995;-0.7140864;0.0851261,0.1116085;-0.7676773;0.03087194,-0.06914838;0.006111243;-0.03976373,-0.1188809;-0.3693891;-0.009330167,-0.1395083;-0.7107526;0.06513746,-0.1345249;-0.7019627;-0.03246018,0.001473295;0.3993625;-0.02071805,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.0006171518;0.1999002;-0.006288059,0.001172464;0.4985743;-0.03367335,0.1182931;0.3788137;-0.006195452,0.1558369;0.1585122;0.1624987,0.1872985;-0.04641859;0.3506836,-0.1148905;0.3685978;-0.01767056,-0.1637061;0.1486613;0.1485972,-0.2130974;-0.07573512;0.3086183,0.07152918;0.00381654;-0.03562318,0.09429926;-0.3731213;0.00679585,0.1030958;-0.7141015;0.08525053,0.1119673;-0.7676345;0.03099605,-0.06909384;0.006087;-0.03986213,-0.1189247;-0.3693744;-0.009111058,-0.1395106;-0.7107357;0.06537826,-0.1345942;-0.7020003;-0.03221091,0.001047416;0.399324;-0.02145226,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.0006171518;0.1999002;-0.006288059,0.001172464;0.4985743;-0.03367335,0.1182931;0.3788137;-0.006195452,0.1558369;0.1585122;0.1624987,0.1872985;-0.04641859;0.3506836,-0.1148905;0.3685978;-0.01767056,-0.1637061;0.1486613;0.1485972,-0.2130974;-0.07573512;0.3086183,0.07152918;0.00381654;-0.03562318,0.09429926;-0.3731213;0.00679585,0.1030958;-0.7141015;0.08525053,0.1119673;-0.7676345;0.03099605,-0.06909384;0.006087;-0.03986213,-0.1189247;-0.3693744;-0.009111058,-0.1395106;-0.7107357;0.06537826,-0.1345942;-0.7020003;-0.03221091,0.001047416;0.399324;-0.02145226,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.0006171518;0.1999002;-0.006288059,0.001172464;0.4985743;-0.03367335,0.1182931;0.3788137;-0.006195452,0.1558369;0.1585122;0.1624987,0.1872985;-0.04641859;0.3506836,-0.1148905;0.3685978;-0.01767056,-0.1637061;0.1486613;0.1485972,-0.2130974;-0.07573512;0.3086183,0.07152918;0.00381654;-0.03562318,0.09429926;-0.3731213;0.00679585,0.1030958;-0.7141015;0.08525053,0.1119673;-0.7676345;0.03099605,-0.06909384;0.006087;-0.03986213,-0.1189247;-0.3693744;-0.009111058,-0.1395106;-0.7107357;0.06537826,-0.1345942;-0.7020003;-0.03221091,0.001047416;0.399324;-0.02145226,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.0006274881;0.1999067;-0.006074568,0.001509166;0.4987619;-0.03150946,0.1190106;0.3807529;-0.006702219,0.1566987;0.1638997;0.1663708,0.1908621;-0.03459093;0.3608814,-0.1151281;0.3701739;-0.01789123,-0.1639728;0.1529357;0.1518784,-0.2125869;-0.0698407;0.3143818,0.07149944;0.003883077;-0.03567565,0.0942147;-0.3730558;0.006764457,0.102893;-0.7139964;0.08540364,0.1118567;-0.7672323;0.03070953,-0.06911453;0.006005617;-0.03983859,-0.1189451;-0.3694707;-0.009269342,-0.1397048;-0.7108114;0.06526607,-0.1349419;-0.701947;-0.03235874,0.001234115;0.3994106;-0.02014048,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.0006274881;0.1999067;-0.006074568,0.001509166;0.4987619;-0.03150946,0.1190106;0.3807529;-0.006702219,0.1566987;0.1638997;0.1663708,0.1908621;-0.03459093;0.3608814,-0.1151281;0.3701739;-0.01789123,-0.1639728;0.1529357;0.1518784,-0.2125869;-0.0698407;0.3143818,0.07149944;0.003883077;-0.03567565,0.0942147;-0.3730558;0.006764457,0.102893;-0.7139964;0.08540364,0.1118567;-0.7672323;0.03070953,-0.06911453;0.006005617;-0.03983859,-0.1189451;-0.3694707;-0.009269342,-0.1397048;-0.7108114;0.06526607,-0.1349419;-0.701947;-0.03235874,0.001234115;0.3994106;-0.02014048,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.0006274881;0.1999067;-0.006074568,0.001509166;0.4987619;-0.03150946,0.1190106;0.3807529;-0.006702219,0.1566987;0.1638997;0.1663708,0.1908621;-0.03459093;0.3608814,-0.1151281;0.3701739;-0.01789123,-0.1639728;0.1529357;0.1518784,-0.2125869;-0.0698407;0.3143818,0.07149944;0.003883077;-0.03567565,0.0942147;-0.3730558;0.006764457,0.102893;-0.7139964;0.08540364,0.1118567;-0.7672323;0.03070953,-0.06911453;0.006005617;-0.03983859,-0.1189451;-0.3694707;-0.009269342,-0.1397048;-0.7108114;0.06526607,-0.1349419;-0.701947;-0.03235874,0.001234115;0.3994106;-0.02014048,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.0005198786;0.1998893;-0.006633275,0.001069977;0.4985722;-0.03393856,0.118605;0.3806746;-0.00744446,0.1563454;0.1662671;0.1686382,0.1916749;-0.03188962;0.3632808,-0.115357;0.3699067;-0.01827265,-0.1639791;0.1547138;0.1541451,-0.2157142;-0.05132858;0.3365459,0.0714561;0.00404699;-0.03574419,0.09376912;-0.3728853;0.006966811,0.1024279;-0.7137756;0.08582585,0.1114836;-0.7669035;0.03098273,-0.06918066;0.005832708;-0.03974942,-0.1191436;-0.3696147;-0.009042086,-0.1399372;-0.7109702;0.06541619,-0.1352891;-0.7022398;-0.03218503,0.0009309399;0.3993149;-0.02177435,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.0005198786;0.1998893;-0.006633275,0.001069977;0.4985722;-0.03393856,0.118605;0.3806746;-0.00744446,0.1563454;0.1662671;0.1686382,0.1916749;-0.03188962;0.3632808,-0.115357;0.3699067;-0.01827265,-0.1639791;0.1547138;0.1541451,-0.2157142;-0.05132858;0.3365459,0.0714561;0.00404699;-0.03574419,0.09376912;-0.3728853;0.006966811,0.1024279;-0.7137756;0.08582585,0.1114836;-0.7669035;0.03098273,-0.06918066;0.005832708;-0.03974942,-0.1191436;-0.3696147;-0.009042086,-0.1399372;-0.7109702;0.06541619,-0.1352891;-0.7022398;-0.03218503,0.0009309399;0.3993149;-0.02177435,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.0005198786;0.1998893;-0.006633275,0.001069977;0.4985722;-0.03393856,0.118605;0.3806746;-0.00744446,0.1563454;0.1662671;0.1686382,0.1916749;-0.03188962;0.3632808,-0.115357;0.3699067;-0.01827265,-0.1639791;0.1547138;0.1541451,-0.2157142;-0.05132858;0.3365459,0.0714561;0.00404699;-0.03574419,0.09376912;-0.3728853;0.006966811,0.1024279;-0.7137756;0.08582585,0.1114836;-0.7669035;0.03098273,-0.06918066;0.005832708;-0.03974942,-0.1191436;-0.3696147;-0.009042086,-0.1399372;-0.7109702;0.06541619,-0.1352891;-0.7022398;-0.03218503,0.0009309399;0.3993149;-0.02177435,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.0002354671;0.1998775;-0.006995212,8.470479E-05;0.4984631;-0.03532305,0.1178699;0.3807662;-0.008004935,0.1586127;0.1687807;0.1703267,0.1917267;-0.01708966;0.3771011,-0.1159937;0.369685;-0.01842824,-0.1644194;0.1565785;0.1566162,-0.2159703;-0.05076058;0.3375942,0.07145924;0.004221326;-0.03571774,0.09328657;-0.3727188;0.007173993,0.1017967;-0.7136229;0.08599005,0.111037;-0.7668112;0.03126957,-0.06922527;0.005646608;-0.03969859,-0.1194699;-0.3697549;-0.008889586,-0.1403767;-0.7111403;0.06539962,-0.1358548;-0.7024844;-0.03219126,0.0002251397;0.3992547;-0.02276566,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.0002354671;0.1998775;-0.006995212,8.470479E-05;0.4984631;-0.03532305,0.1178699;0.3807662;-0.008004935,0.1586127;0.1687807;0.1703267,0.1917267;-0.01708966;0.3771011,-0.1159937;0.369685;-0.01842824,-0.1644194;0.1565785;0.1566162,-0.2159703;-0.05076058;0.3375942,0.07145924;0.004221326;-0.03571774,0.09328657;-0.3727188;0.007173993,0.1017967;-0.7136229;0.08599005,0.111037;-0.7668112;0.03126957,-0.06922527;0.005646608;-0.03969859,-0.1194699;-0.3697549;-0.008889586,-0.1403767;-0.7111403;0.06539962,-0.1358548;-0.7024844;-0.03219126,0.0002251397;0.3992547;-0.02276566,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,0.0002354671;0.1998775;-0.006995212,8.470479E-05;0.4984631;-0.03532305,0.1178699;0.3807662;-0.008004935,0.1586127;0.1687807;0.1703267,0.1917267;-0.01708966;0.3771011,-0.1159937;0.369685;-0.01842824,-0.1644194;0.1565785;0.1566162,-0.2159703;-0.05076058;0.3375942,0.07145924;0.004221326;-0.03571774,0.09328657;-0.3727188;0.007173993,0.1017967;-0.7136229;0.08599005,0.111037;-0.7668112;0.03126957,-0.06922527;0.005646608;-0.03969859,-0.1194699;-0.3697549;-0.008889586,-0.1403767;-0.7111403;0.06539962,-0.1358548;-0.7024844;-0.03219126,0.0002251397;0.3992547;-0.02276566,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,-2.815973E-05;0.1998679;-0.007267838,-0.0008270277;0.4983761;-0.03637388,0.1171797;0.3807127;-0.0084912,0.1565197;0.1726494;0.1747083,0.1885858;-0.01628605;0.3788532,-0.1165858;0.3694757;-0.0186431,-0.1652494;0.1585629;0.1589734,-0.2164968;-0.04857953;0.3402626,0.07148666;0.004312625;-0.03565191,0.09296582;-0.3726561;0.007164005,0.1014223;-0.7135594;0.08598946,0.110742;-0.7666825;0.03118345,-0.06921823;0.005544231;-0.03972527,-0.1197339;-0.3698215;-0.008924495,-0.1407031;-0.7111908;0.06542173,-0.1362597;-0.7025943;-0.03215975,-0.0004294794;0.3992054;-0.02352779,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,-2.815973E-05;0.1998679;-0.007267838,-0.0008270277;0.4983761;-0.03637388,0.1171797;0.3807127;-0.0084912,0.1565197;0.1726494;0.1747083,0.1885858;-0.01628605;0.3788532,-0.1165858;0.3694757;-0.0186431,-0.1652494;0.1585629;0.1589734,-0.2164968;-0.04857953;0.3402626,0.07148666;0.004312625;-0.03565191,0.09296582;-0.3726561;0.007164005,0.1014223;-0.7135594;0.08598946,0.110742;-0.7666825;0.03118345,-0.06921823;0.005544231;-0.03972527,-0.1197339;-0.3698215;-0.008924495,-0.1407031;-0.7111908;0.06542173,-0.1362597;-0.7025943;-0.03215975,-0.0004294794;0.3992054;-0.02352779,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,-2.815973E-05;0.1998679;-0.007267838,-0.0008270277;0.4983761;-0.03637388,0.1171797;0.3807127;-0.0084912,0.1565197;0.1726494;0.1747083,0.1885858;-0.01628605;0.3788532,-0.1165858;0.3694757;-0.0186431,-0.1652494;0.1585629;0.1589734,-0.2164968;-0.04857953;0.3402626,0.07148666;0.004312625;-0.03565191,0.09296582;-0.3726561;0.007164005,0.1014223;-0.7135594;0.08598946,0.110742;-0.7666825;0.03118345,-0.06921823;0.005544231;-0.03972527,-0.1197339;-0.3698215;-0.008924495,-0.1407031;-0.7111908;0.06542173,-0.1362597;-0.7025943;-0.03215975,-0.0004294794;0.3992054;-0.02352779,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,-0.0001827955;0.1998593;-0.007499312,-0.001299896;0.4983222;-0.03705741,0.1168108;0.3808057;-0.008867489,0.156349;0.1741464;0.1758719,0.186542;-0.01479693;0.380295,-0.116933;0.3694175;-0.01883966,-0.165478;0.1612119;0.1619747,-0.2155736;-0.04630007;0.343163,0.07150285;0.004421372;-0.03560609,0.0928131;-0.3725682;0.007110778,0.101217;-0.7134748;0.08592762,0.1107775;-0.7665833;0.03114102,-0.06921651;0.005438325;-0.0397429,-0.119796;-0.3699245;-0.009010272,-0.1408458;-0.7112731;0.06540733,-0.1364584;-0.7027172;-0.03216778,-0.0007976245;0.3991711;-0.02406533,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438
+0;0;0,-0.0001827955;0.1998593;-0.007499312,-0.001299896;0.4983222;-0.03705741,0.1168108;0.3808057;-0.008867489,0.156349;0.1741464;0.1758719,0.186542;-0.01479693;0.380295,-0.116933;0.3694175;-0.01883966,-0.165478;0.1612119;0.1619747,-0.2155736;-0.04630007;0.343163,0.07150285;0.004421372;-0.03560609,0.0928131;-0.3725682;0.007110778,0.101217;-0.7134748;0.08592762,0.1107775;-0.7665833;0.03114102,-0.06921651;0.005438325;-0.0397429,-0.119796;-0.3699245;-0.009010272,-0.1408458;-0.7112731;0.06540733,-0.1364584;-0.7027172;-0.03216778,-0.0007976245;0.3991711;-0.02406533,0;0;0,0.001105525;0.1983338;-0.02573896,0.002833052;0.4931287;-0.08103152,0.1094477;0.3736337;-0.01038988,0.1444782;0.1786703;0.1875044,0.1724478;-0.00615783;0.3959661,-0.105877;0.360168;-0.02166836,-0.1672404;0.1502996;0.153231,-0.2083921;-0.04873215;0.3458261,0.07256918;0.004481188;-0.03337112,0.08832489;-0.3730353;0.007039759,0.09197455;-0.7150387;0.08133891,0.09390356;-0.7093713;-0.01563637,-0.06949883;0.005105449;-0.03929182,-0.1182359;-0.3702459;-0.005586334,-0.1411433;-0.7108831;0.07149494,-0.1256325;-0.7650729;0.01980841,0.002297585;0.3954021;-0.05983668,10.35438

+ 162 - 0
DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_TwoArms_Forward_None_Fast.csv

@@ -0,0 +1,162 @@
+Demo_SpineBase,Demo_SpineMid,Demo_Neck,Demo_ShoulderLeft,Demo_ElbowLeft,Demo_WristLeft,Demo_ShoulderRight,Demo_ElbowRight,Demo_WristRight,Demo_HipLeft,Demo_KneeLeft,Demo_AnkleLeft,Demo_FootLeft,Demo_HipRight,Demo_KneeRight,Demo_AnkleRight,Demo_FootRight,Demo_SpineShoulder,Body_SpineBase,Body_SpineMid,Body_Neck,Body_ShoulderLeft,Body_ElbowLeft,Body_WristLeft,Body_ShoulderRight,Body_ElbowRight,Body_WristRight,Body_HipLeft,Body_KneeLeft,Body_AnkleLeft,Body_FootLeft,Body_HipRight,Body_KneeRight,Body_AnkleRight,Body_FootRight,Body_SpineShoulder,time
+0;0;0,0.00124858;0.1999424;0.00463638,0.00347366;0.4997676;-0.003397886,0.1177136;0.3657705;0.0009497961,0.1516655;0.08822611;0.01565957,0.2024128;-0.1855938;-0.0134501,-0.1081985;0.3540552;0.0006412218,-0.160111;0.07957387;-0.01846577,-0.2028184;-0.1940895;-0.05950782,0.07106043;0.004655522;-0.03645191,0.09272802;-0.3726319;0.003356956,0.1107121;-0.714218;0.07748873,0.1088689;-0.7035922;-0.02059919,-0.06937206;0.005950945;-0.03939674,-0.1201331;-0.3692544;-0.007082533,-0.1345574;-0.7115882;0.06432842,-0.1332943;-0.7008805;-0.03378484,0.002681071;0.3999209;0.002079747,0;0;0,4.201716E-05;0.1998669;0.007295205,1.952518E-05;0.4997911;0.003723869,0.114435;0.3638661;0.01208611,0.1467131;0.08607519;0.02588182,0.1858836;-0.1850415;-0.03209599,-0.1111774;0.3563096;-0.003845105,-0.1540995;0.07968941;-0.01008713,-0.1936361;-0.1922891;-0.06360869,0.07156657;0.005177345;-0.03537544,0.09389988;-0.3719786;0.00530158,0.1096577;-0.7120562;0.08653525,0.1131328;-0.701135;-0.01156634,-0.06877486;0.005831562;-0.04044764,-0.1187424;-0.369255;-0.00561513,-0.1349743;-0.7097653;0.0736893,-0.1284074;-0.6987223;-0.02427758,4.998084E-05;0.3998667;0.007611759,4.579482
+0;0;0,0.00124858;0.1999424;0.00463638,0.00347366;0.4997676;-0.003397886,0.1177136;0.3657705;0.0009497961,0.1516655;0.08822611;0.01565957,0.2024128;-0.1855938;-0.0134501,-0.1081985;0.3540552;0.0006412218,-0.160111;0.07957387;-0.01846577,-0.2028184;-0.1940895;-0.05950782,0.07106043;0.004655522;-0.03645191,0.09272802;-0.3726319;0.003356956,0.1107121;-0.714218;0.07748873,0.1088689;-0.7035922;-0.02059919,-0.06937206;0.005950945;-0.03939674,-0.1201331;-0.3692544;-0.007082533,-0.1345574;-0.7115882;0.06432842,-0.1332943;-0.7008805;-0.03378484,0.002681071;0.3999209;0.002079747,0;0;0,-3.630905E-05;0.1998671;0.007288365,-0.0001282542;0.4997911;0.003701342,0.1143046;0.3638692;0.01217216,0.1466072;0.08608389;0.0260231,0.186262;-0.1849633;-0.03195027,-0.1112922;0.3562743;-0.003847798,-0.1542184;0.07965538;-0.01011831,-0.1939195;-0.192268;-0.06379794,0.07158248;0.005207377;-0.03533881,0.09376168;-0.3719668;0.005253017,0.1094585;-0.7120614;0.0864275,0.1129634;-0.7011407;-0.01167294,-0.06876621;0.005799757;-0.04046692,-0.1188376;-0.3692777;-0.005685523,-0.1351714;-0.709778;0.0736417,-0.1285744;-0.6987364;-0.02432286,-7.718892E-05;0.3998669;0.007593841,4.601527
+0;0;0,0.00124858;0.1999424;0.00463638,0.00347366;0.4997676;-0.003397886,0.1177136;0.3657705;0.0009497961,0.1516655;0.08822611;0.01565957,0.2024128;-0.1855938;-0.0134501,-0.1081985;0.3540552;0.0006412218,-0.160111;0.07957387;-0.01846577,-0.2028184;-0.1940895;-0.05950782,0.07106043;0.004655522;-0.03645191,0.09272802;-0.3726319;0.003356956,0.1107121;-0.714218;0.07748873,0.1088689;-0.7035922;-0.02059919,-0.06937206;0.005950945;-0.03939674,-0.1201331;-0.3692544;-0.007082533,-0.1345574;-0.7115882;0.06432842,-0.1332943;-0.7008805;-0.03378484,0.002681071;0.3999209;0.002079747,0;0;0,-4.289037E-05;0.1998661;0.007315872,-0.0001609475;0.4997914;0.00382408,0.1142881;0.3638799;0.01219137,0.1466525;0.08610457;0.02609988,0.186724;-0.1849273;-0.03165825,-0.1113161;0.35629;-0.003813816,-0.1542672;0.07967532;-0.01009767,-0.1941286;-0.1922055;-0.06387376,0.07159099;0.005201982;-0.03532236,0.09381668;-0.3719722;0.005244367,0.1096313;-0.7120776;0.08635049,0.113128;-0.7011533;-0.01175096,-0.06875137;0.005820265;-0.04048917,-0.1187929;-0.369259;-0.005683806,-0.1351445;-0.7097832;0.07353646,-0.1285536;-0.6987358;-0.02442965,-0.0001001099;0.3998658;0.007681667,4.618945
+0;0;0,0.001225991;0.1999423;0.004644902,0.003402539;0.4997681;-0.003383648,0.1176463;0.3657246;0.0009218552,0.1515907;0.08818409;0.01572217,0.2023509;-0.1856301;-0.01341929,-0.108244;0.3540374;0.0006384259,-0.1601807;0.07956105;-0.01847466,-0.2031998;-0.1940077;-0.05982095,0.07106934;0.004703976;-0.0364283,0.09266546;-0.3726068;0.003197096,0.1100132;-0.7142127;0.07738952,0.1081671;-0.7035649;-0.02070271,-0.06937029;0.005904577;-0.03940683,-0.1201617;-0.3692997;-0.007127311,-0.1346609;-0.711606;0.06439997,-0.1334074;-0.7008994;-0.0337132,0.002627861;0.3999211;0.002090724,0;0;0,-4.289037E-05;0.1998661;0.007315872,-0.0001609475;0.4997914;0.00382408,0.1142881;0.3638799;0.01219137,0.1466525;0.08610457;0.02609988,0.186724;-0.1849273;-0.03165825,-0.1113161;0.35629;-0.003813816,-0.1542672;0.07967532;-0.01009767,-0.1941286;-0.1922055;-0.06387376,0.07159099;0.005201982;-0.03532236,0.09381668;-0.3719722;0.005244367,0.1096313;-0.7120776;0.08635049,0.113128;-0.7011533;-0.01175096,-0.06875137;0.005820265;-0.04048917,-0.1187929;-0.369259;-0.005683806,-0.1351445;-0.7097832;0.07353646,-0.1285536;-0.6987358;-0.02442965,-0.0001001099;0.3998658;0.007681667,4.630504
+0;0;0,0.001225991;0.1999423;0.004644902,0.003402539;0.4997681;-0.003383648,0.1176463;0.3657246;0.0009218552,0.1515907;0.08818409;0.01572217,0.2023509;-0.1856301;-0.01341929,-0.108244;0.3540374;0.0006384259,-0.1601807;0.07956105;-0.01847466,-0.2031998;-0.1940077;-0.05982095,0.07106934;0.004703976;-0.0364283,0.09266546;-0.3726068;0.003197096,0.1100132;-0.7142127;0.07738952,0.1081671;-0.7035649;-0.02070271,-0.06937029;0.005904577;-0.03940683,-0.1201617;-0.3692997;-0.007127311,-0.1346609;-0.711606;0.06439997,-0.1334074;-0.7008994;-0.0337132,0.002627861;0.3999211;0.002090724,0;0;0,-7.442838E-05;0.1998631;0.007399141,-0.0002739455;0.4997904;0.00408509,0.1142234;0.3639211;0.01231052,0.146523;0.08613795;0.02621286,0.1870303;-0.1848327;-0.03152839,-0.1113802;0.3562832;-0.003773037,-0.1543219;0.0796679;-0.01009573,-0.1945665;-0.1921415;-0.06394744,0.07157367;0.005200532;-0.03535766,0.09370896;-0.3719848;0.005154919,0.1094917;-0.7120913;0.08626278,0.1130104;-0.7011547;-0.01184025,-0.06876486;0.005818802;-0.04046647,-0.1186789;-0.3693066;-0.005976833,-0.1352266;-0.7098126;0.07328069,-0.1286147;-0.6987512;-0.02468672,-0.0001819647;0.3998625;0.007880629,4.655395
+0;0;0,0.001225991;0.1999423;0.004644902,0.003402539;0.4997681;-0.003383648,0.1176463;0.3657246;0.0009218552,0.1515907;0.08818409;0.01572217,0.2023509;-0.1856301;-0.01341929,-0.108244;0.3540374;0.0006384259,-0.1601807;0.07956105;-0.01847466,-0.2031998;-0.1940077;-0.05982095,0.07106934;0.004703976;-0.0364283,0.09266546;-0.3726068;0.003197096,0.1100132;-0.7142127;0.07738952,0.1081671;-0.7035649;-0.02070271,-0.06937029;0.005904577;-0.03940683,-0.1201617;-0.3692997;-0.007127311,-0.1346609;-0.711606;0.06439997,-0.1334074;-0.7008994;-0.0337132,0.002627861;0.3999211;0.002090724,0;0;0,-7.442838E-05;0.1998631;0.007399141,-0.0002739455;0.4997904;0.00408509,0.1142234;0.3639211;0.01231052,0.146523;0.08613795;0.02621286,0.1870303;-0.1848327;-0.03152839,-0.1113802;0.3562832;-0.003773037,-0.1543219;0.0796679;-0.01009573,-0.1945665;-0.1921415;-0.06394744,0.07157367;0.005200532;-0.03535766,0.09370896;-0.3719848;0.005154919,0.1094917;-0.7120913;0.08626278,0.1130104;-0.7011547;-0.01184025,-0.06876486;0.005818802;-0.04046647,-0.1186789;-0.3693066;-0.005976833,-0.1352266;-0.7098126;0.07328069,-0.1286147;-0.6987512;-0.02468672,-0.0001819647;0.3998625;0.007880629,4.67522
+0;0;0,0.001174849;0.1999419;0.004673648,0.003249325;0.4997709;-0.003278548,0.1175365;0.3657334;0.0009775738,0.1515659;0.08820036;0.01572177,0.20229;-0.1856292;-0.01333736,-0.1083236;0.3539613;0.0006492683,-0.1603304;0.07949099;-0.01835972,-0.2034661;-0.1940211;-0.0599582,0.07105985;0.004739332;-0.03644224,0.09257872;-0.3725884;0.003063828,0.1096915;-0.7142087;0.07724393,0.1078581;-0.703558;-0.02084912,-0.06937611;0.0058685;-0.03940197,-0.1202452;-0.3693324;-0.00720543,-0.1347871;-0.7116373;0.06432006,-0.1335236;-0.7009243;-0.03379423,0.002515797;0.3999217;0.00216044,0;0;0,-8.399592E-05;0.1998623;0.007420919,-0.0003143213;0.49979;0.004155377,0.1141982;0.3639321;0.01236236,0.1465468;0.08615676;0.02630645,0.1874977;-0.1848234;-0.03107605,-0.111406;0.3562834;-0.003753101,-0.1543622;0.07967061;-0.0100855,-0.1949013;-0.192076;-0.06403334,0.07157386;0.005202569;-0.03535697,0.09366746;-0.3719916;0.005096212,0.1094127;-0.7120827;0.08627538,0.112942;-0.7011428;-0.01182792,-0.06876621;0.005815157;-0.0404647,-0.1185674;-0.369352;-0.006267089,-0.1351777;-0.7098328;0.07308584,-0.1285571;-0.698766;-0.02488203,-0.0002110128;0.3998616;0.007935513,4.686368
+0;0;0,0.001174849;0.1999419;0.004673648,0.003249325;0.4997709;-0.003278548,0.1175365;0.3657334;0.0009775738,0.1515659;0.08820036;0.01572177,0.20229;-0.1856292;-0.01333736,-0.1083236;0.3539613;0.0006492683,-0.1603304;0.07949099;-0.01835972,-0.2034661;-0.1940211;-0.0599582,0.07105985;0.004739332;-0.03644224,0.09257872;-0.3725884;0.003063828,0.1096915;-0.7142087;0.07724393,0.1078581;-0.703558;-0.02084912,-0.06937611;0.0058685;-0.03940197,-0.1202452;-0.3693324;-0.00720543,-0.1347871;-0.7116373;0.06432006,-0.1335236;-0.7009243;-0.03379423,0.002515797;0.3999217;0.00216044,0;0;0,-8.399592E-05;0.1998623;0.007420919,-0.0003143213;0.49979;0.004155377,0.1141982;0.3639321;0.01236236,0.1465468;0.08615676;0.02630645,0.1874977;-0.1848234;-0.03107605,-0.111406;0.3562834;-0.003753101,-0.1543622;0.07967061;-0.0100855,-0.1949013;-0.192076;-0.06403334,0.07157386;0.005202569;-0.03535697,0.09366746;-0.3719916;0.005096212,0.1094127;-0.7120827;0.08627538,0.112942;-0.7011428;-0.01182792,-0.06876621;0.005815157;-0.0404647,-0.1185674;-0.369352;-0.006267089,-0.1351777;-0.7098328;0.07308584,-0.1285571;-0.698766;-0.02488203,-0.0002110128;0.3998616;0.007935513,4.708497
+0;0;0,0.001174849;0.1999419;0.004673648,0.003249325;0.4997709;-0.003278548,0.1175365;0.3657334;0.0009775738,0.1515659;0.08820036;0.01572177,0.20229;-0.1856292;-0.01333736,-0.1083236;0.3539613;0.0006492683,-0.1603304;0.07949099;-0.01835972,-0.2034661;-0.1940211;-0.0599582,0.07105985;0.004739332;-0.03644224,0.09257872;-0.3725884;0.003063828,0.1096915;-0.7142087;0.07724393,0.1078581;-0.703558;-0.02084912,-0.06937611;0.0058685;-0.03940197,-0.1202452;-0.3693324;-0.00720543,-0.1347871;-0.7116373;0.06432006,-0.1335236;-0.7009243;-0.03379423,0.002515797;0.3999217;0.00216044,0;0;0,-0.0001024449;0.1998607;0.007462115,-0.0003720239;0.4997889;0.004246507,0.114165;0.3639607;0.01239485,0.1467366;0.08621961;0.02650101,0.188227;-0.1847311;-0.03063257,-0.1114436;0.3562785;-0.003728488,-0.1544779;0.07967797;-0.01006829,-0.1951674;-0.1920588;-0.06395207,0.07158684;0.005205719;-0.03533022,0.09362207;-0.3720019;0.005028892,0.1089562;-0.7121522;0.08603911,0.1124906;-0.7012048;-0.01206548,-0.0687596;0.005808125;-0.04047695,-0.1185452;-0.3693674;-0.006348375,-0.135227;-0.7098464;0.07299702,-0.1286065;-0.6987748;-0.0249718,-0.0002555048;0.3998599;0.008012838,4.730806
+0;0;0,0.001102279;0.1999421;0.004682923,0.003065136;0.4997734;-0.003226886,0.1173913;0.3657244;0.0009139589,0.1514901;0.08820787;0.01580733,0.2022088;-0.1856172;-0.01330315,-0.1084523;0.3539326;0.0006536569,-0.1605117;0.07947612;-0.01841015,-0.2036248;-0.1940281;-0.06008415,0.07102204;0.004779226;-0.03651065,0.09237326;-0.3725658;0.002921149,0.1092075;-0.714167;0.07725284,0.107353;-0.7035201;-0.02083905,-0.06941978;0.005823888;-0.03933162,-0.1203116;-0.3693859;-0.007275101,-0.1350019;-0.711703;0.06416172,-0.1337636;-0.7009871;-0.03395347,0.002374509;0.3999225;0.002188875,0;0;0,-0.0001130859;0.1998592;0.007501583,-0.000409499;0.4997877;0.004332056,0.1141409;0.3639645;0.01238985,0.1467631;0.08623159;0.0265393,0.1885455;-0.1846995;-0.03047442,-0.1114724;0.356298;-0.003732867,-0.154544;0.0797036;-0.01008704,-0.1955048;-0.1919574;-0.06414721,0.07158553;0.005203216;-0.03533326,0.09358409;-0.3720094;0.004999463,0.1088893;-0.7121586;0.08601974,0.1124229;-0.7012063;-0.0120858,-0.06876005;0.005808601;-0.04047611,-0.118512;-0.3693748;-0.006385881,-0.1351596;-0.7098607;0.0729375,-0.1285412;-0.6987811;-0.02503298,-0.0002841908;0.3998583;0.008086029,4.753638
+0;0;0,0.001102279;0.1999421;0.004682923,0.003065136;0.4997734;-0.003226886,0.1173913;0.3657244;0.0009139589,0.1514901;0.08820787;0.01580733,0.2022088;-0.1856172;-0.01330315,-0.1084523;0.3539326;0.0006536569,-0.1605117;0.07947612;-0.01841015,-0.2036248;-0.1940281;-0.06008415,0.07102204;0.004779226;-0.03651065,0.09237326;-0.3725658;0.002921149,0.1092075;-0.714167;0.07725284,0.107353;-0.7035201;-0.02083905,-0.06941978;0.005823888;-0.03933162,-0.1203116;-0.3693859;-0.007275101,-0.1350019;-0.711703;0.06416172,-0.1337636;-0.7009871;-0.03395347,0.002374509;0.3999225;0.002188875,0;0;0,-0.0001130859;0.1998592;0.007501583,-0.000409499;0.4997877;0.004332056,0.1141409;0.3639645;0.01238985,0.1467631;0.08623159;0.0265393,0.1885455;-0.1846995;-0.03047442,-0.1114724;0.356298;-0.003732867,-0.154544;0.0797036;-0.01008704,-0.1955048;-0.1919574;-0.06414721,0.07158553;0.005203216;-0.03533326,0.09358409;-0.3720094;0.004999463,0.1088893;-0.7121586;0.08601974,0.1124229;-0.7012063;-0.0120858,-0.06876005;0.005808601;-0.04047611,-0.118512;-0.3693748;-0.006385881,-0.1351596;-0.7098607;0.0729375,-0.1285412;-0.6987811;-0.02503298,-0.0002841908;0.3998583;0.008086029,4.764602
+0;0;0,0.001102279;0.1999421;0.004682923,0.003065136;0.4997734;-0.003226886,0.1173913;0.3657244;0.0009139589,0.1514901;0.08820787;0.01580733,0.2022088;-0.1856172;-0.01330315,-0.1084523;0.3539326;0.0006536569,-0.1605117;0.07947612;-0.01841015,-0.2036248;-0.1940281;-0.06008415,0.07102204;0.004779226;-0.03651065,0.09237326;-0.3725658;0.002921149,0.1092075;-0.714167;0.07725284,0.107353;-0.7035201;-0.02083905,-0.06941978;0.005823888;-0.03933162,-0.1203116;-0.3693859;-0.007275101,-0.1350019;-0.711703;0.06416172,-0.1337636;-0.7009871;-0.03395347,0.002374509;0.3999225;0.002188875,0;0;0,-0.0001106327;0.1998586;0.007518854,-0.0003914363;0.4997877;0.004393817,0.1141527;0.3639645;0.01241621,0.1467558;0.0862295;0.02656906,0.1887442;-0.1846668;-0.03045849,-0.1114615;0.3563093;-0.003733133,-0.1546191;0.07972914;-0.01012485,-0.1960601;-0.1918069;-0.06444649,0.07158948;0.005200548;-0.03532562,0.09358348;-0.372018;0.004953627,0.1087205;-0.7122045;0.08584867,0.112265;-0.7012464;-0.01225761,-0.06875296;0.005811029;-0.04048781,-0.1184345;-0.3693877;-0.006463654,-0.1351577;-0.7098547;0.07292522,-0.1285307;-0.6987722;-0.02504524,-0.0002733512;0.3998576;0.008130636,4.786802
+0;0;0,0.001069593;0.1999425;0.004673163,0.002984177;0.4997728;-0.003276203,0.1173409;0.3657332;0.0009052113,0.1514682;0.08822313;0.01585449,0.2021484;-0.1856018;-0.01332456,-0.1085023;0.3539243;0.0006586307,-0.160629;0.07948384;-0.01845276,-0.2038389;-0.1939874;-0.06024224,0.07103246;0.004794093;-0.03648845,0.09241907;-0.3725587;0.002850179,0.1090391;-0.7141678;0.07719338,0.1071815;-0.703523;-0.02089805,-0.06941832;0.005811738;-0.03933599,-0.1202456;-0.3694219;-0.007457059,-0.1350522;-0.7117734;0.06379057,-0.1338182;-0.7010531;-0.03432553,0.002321342;0.3999228;0.00216066,0;0;0,-0.0001106327;0.1998586;0.007518854,-0.0003914363;0.4997877;0.004393817,0.1141527;0.3639645;0.01241621,0.1467558;0.0862295;0.02656906,0.1887442;-0.1846668;-0.03045849,-0.1114615;0.3563093;-0.003733133,-0.1546191;0.07972914;-0.01012485,-0.1960601;-0.1918069;-0.06444649,0.07158948;0.005200548;-0.03532562,0.09358348;-0.372018;0.004953627,0.1087205;-0.7122045;0.08584867,0.112265;-0.7012464;-0.01225761,-0.06875296;0.005811029;-0.04048781,-0.1184345;-0.3693877;-0.006463654,-0.1351577;-0.7098547;0.07292522,-0.1285307;-0.6987722;-0.02504524,-0.0002733512;0.3998576;0.008130636,4.798307
+0;0;0,0.001069593;0.1999425;0.004673163,0.002984177;0.4997728;-0.003276203,0.1173409;0.3657332;0.0009052113,0.1514682;0.08822313;0.01585449,0.2021484;-0.1856018;-0.01332456,-0.1085023;0.3539243;0.0006586307,-0.160629;0.07948384;-0.01845276,-0.2038389;-0.1939874;-0.06024224,0.07103246;0.004794093;-0.03648845,0.09241907;-0.3725587;0.002850179,0.1090391;-0.7141678;0.07719338,0.1071815;-0.703523;-0.02089805,-0.06941832;0.005811738;-0.03933599,-0.1202456;-0.3694219;-0.007457059,-0.1350522;-0.7117734;0.06379057,-0.1338182;-0.7010531;-0.03432553,0.002321342;0.3999228;0.00216066,0;0;0,-0.0001106327;0.1998586;0.007518854,-0.0003914363;0.4997877;0.004393817,0.1141527;0.3639645;0.01241621,0.1467558;0.0862295;0.02656906,0.1887442;-0.1846668;-0.03045849,-0.1114615;0.3563093;-0.003733133,-0.1546191;0.07972914;-0.01012485,-0.1960601;-0.1918069;-0.06444649,0.07158948;0.005200548;-0.03532562,0.09358348;-0.372018;0.004953627,0.1087205;-0.7122045;0.08584867,0.112265;-0.7012464;-0.01225761,-0.06875296;0.005811029;-0.04048781,-0.1184345;-0.3693877;-0.006463654,-0.1351577;-0.7098547;0.07292522,-0.1285307;-0.6987722;-0.02504524,-0.0002733512;0.3998576;0.008130636,4.80931
+0;0;0,0.001069593;0.1999425;0.004673163,0.002984177;0.4997728;-0.003276203,0.1173409;0.3657332;0.0009052113,0.1514682;0.08822313;0.01585449,0.2021484;-0.1856018;-0.01332456,-0.1085023;0.3539243;0.0006586307,-0.160629;0.07948384;-0.01845276,-0.2038389;-0.1939874;-0.06024224,0.07103246;0.004794093;-0.03648845,0.09241907;-0.3725587;0.002850179,0.1090391;-0.7141678;0.07719338,0.1071815;-0.703523;-0.02089805,-0.06941832;0.005811738;-0.03933599,-0.1202456;-0.3694219;-0.007457059,-0.1350522;-0.7117734;0.06379057,-0.1338182;-0.7010531;-0.03432553,0.002321342;0.3999228;0.00216066,0;0;0,-0.0001120404;0.1998562;0.007581964,-0.0004034752;0.4997863;0.004562459,0.1141469;0.3639667;0.01251337,0.1467878;0.08623478;0.02663929,0.1893372;-0.1846412;-0.03006816,-0.1114659;0.3563221;-0.003694437,-0.1546798;0.07975215;-0.01014583,-0.1966873;-0.1916396;-0.06475236,0.07158802;0.005203335;-0.03532818,0.09362671;-0.3720071;0.005003154,0.108578;-0.7122318;0.08577222,0.1121421;-0.7012649;-0.01233507,-0.06875462;0.005804586;-0.0404859,-0.118306;-0.3694275;-0.006640654,-0.1352513;-0.7098657;0.07282451,-0.1286061;-0.6987771;-0.0251459,-0.0002820059;0.399855;0.008265079,4.831504
+0;0;0,0.001051848;0.1999426;0.004672507,0.002945913;0.4997729;-0.003279848,0.117309;0.3657211;0.0009115917,0.1514455;0.0882147;0.01590759,0.2021348;-0.1856015;-0.01333791,-0.10935;0.3563158;-0.003694607,-0.1580235;0.080872;-0.01640653,-0.201284;-0.1925973;-0.05815639,0.0710265;0.004798448;-0.03649945,0.09240285;-0.3725749;0.002646483,0.1089943;-0.714152;0.07714378,0.1086451;-0.7035207;-0.02096193,-0.06942245;0.005808104;-0.03932923,-0.1201499;-0.3694459;-0.007530283,-0.1350623;-0.7117834;0.06376214,-0.1323193;-0.701068;-0.03432241,0.002292985;0.399923;0.002158409,0;0;0,-0.0001120404;0.1998562;0.007581964,-0.0004034752;0.4997863;0.004562459,0.1141469;0.3639667;0.01251337,0.1467878;0.08623478;0.02663929,0.1893372;-0.1846412;-0.03006816,-0.1114659;0.3563221;-0.003694437,-0.1546798;0.07975215;-0.01014583,-0.1966873;-0.1916396;-0.06475236,0.07158802;0.005203335;-0.03532818,0.09362671;-0.3720071;0.005003154,0.108578;-0.7122318;0.08577222,0.1121421;-0.7012649;-0.01233507,-0.06875462;0.005804586;-0.0404859,-0.118306;-0.3694275;-0.006640654,-0.1352513;-0.7098657;0.07282451,-0.1286061;-0.6987771;-0.0251459,-0.0002820059;0.399855;0.008265079,4.842885
+0;0;0,0.001051848;0.1999426;0.004672507,0.002945913;0.4997729;-0.003279848,0.117309;0.3657211;0.0009115917,0.1514455;0.0882147;0.01590759,0.2021348;-0.1856015;-0.01333791,-0.10935;0.3563158;-0.003694607,-0.1580235;0.080872;-0.01640653,-0.201284;-0.1925973;-0.05815639,0.0710265;0.004798448;-0.03649945,0.09240285;-0.3725749;0.002646483,0.1089943;-0.714152;0.07714378,0.1086451;-0.7035207;-0.02096193,-0.06942245;0.005808104;-0.03932923,-0.1201499;-0.3694459;-0.007530283,-0.1350623;-0.7117834;0.06376214,-0.1323193;-0.701068;-0.03432241,0.002292985;0.399923;0.002158409,0;0;0,-0.0001160543;0.1998549;0.00761615,-0.000418672;0.4997854;0.004644601,0.1141152;0.3639054;0.01260513,0.1468846;0.08618623;0.02668501,0.1894464;-0.1846605;-0.03015278,-0.111459;0.3562922;-0.003698709,-0.1547286;0.07973397;-0.01027991,-0.1973308;-0.1915119;-0.06514994,0.07159266;0.005205832;-0.0353184,0.09363781;-0.3720061;0.004994471,0.1085874;-0.7122295;0.08576961,0.1121849;-0.7012591;-0.01233714,-0.06875084;0.005801765;-0.04049273,-0.1182155;-0.3694609;-0.006859276,-0.1353173;-0.7098839;0.07263684,-0.1286383;-0.6987957;-0.0253312,-0.000294062;0.3998535;0.008332813,4.865361
+0;0;0,0.001051848;0.1999426;0.004672507,0.002945913;0.4997729;-0.003279848,0.117309;0.3657211;0.0009115917,0.1514455;0.0882147;0.01590759,0.2021348;-0.1856015;-0.01333791,-0.10935;0.3563158;-0.003694607,-0.1580235;0.080872;-0.01640653,-0.201284;-0.1925973;-0.05815639,0.0710265;0.004798448;-0.03649945,0.09240285;-0.3725749;0.002646483,0.1089943;-0.714152;0.07714378,0.1086451;-0.7035207;-0.02096193,-0.06942245;0.005808104;-0.03932923,-0.1201499;-0.3694459;-0.007530283,-0.1350623;-0.7117834;0.06376214,-0.1323193;-0.701068;-0.03432241,0.002292985;0.399923;0.002158409,0;0;0,-0.0001609027;0.1998533;0.00765892,-0.000558196;0.4997849;0.004799221,0.1140244;0.3639421;0.01275897,0.1468414;0.0862208;0.02668397,0.1894656;-0.1845959;-0.03024993,-0.1115475;0.356277;-0.00365682,-0.1548636;0.07972869;-0.01034506,-0.1979486;-0.1913787;-0.0655214,0.07160186;0.00522793;-0.03529649,0.09355199;-0.3719822;0.005085178,0.1085299;-0.7122209;0.08579018,0.1121614;-0.7012435;-0.01231668,-0.06874809;0.005781665;-0.04050029,-0.1182798;-0.3694662;-0.006800506,-0.1353939;-0.7099054;0.07262403,-0.1286805;-0.6988097;-0.02534311,-0.0003954813;0.3998516;0.00844627,4.887248
+0;0;0,0.001041551;0.1999421;0.004695578,0.002873888;0.4997755;-0.003174953,0.1172687;0.3657257;0.0009493302,0.1512841;0.08820379;0.01593494,0.2019776;-0.1855713;-0.01368566,-0.1095941;0.3572537;-0.006132615,-0.1564967;0.08135852;-0.01518927,-0.1997022;-0.1920727;-0.05724414,0.07103019;0.004811245;-0.0364906,0.09267945;-0.3725969;0.002166327,0.1093807;-0.7141746;0.07663634,0.1098735;-0.7035472;-0.02146801,-0.06941026;0.005795449;-0.03935261,-0.1199376;-0.3695066;-0.007803284,-0.13511;-0.7118371;0.06346835,-0.1315197;-0.7011213;-0.03458892,0.002251697;0.3999232;0.002223035,0;0;0,-0.0001609027;0.1998533;0.00765892,-0.000558196;0.4997849;0.004799221,0.1140244;0.3639421;0.01275897,0.1468414;0.0862208;0.02668397,0.1894656;-0.1845959;-0.03024993,-0.1115475;0.356277;-0.00365682,-0.1548636;0.07972869;-0.01034506,-0.1979486;-0.1913787;-0.0655214,0.07160186;0.00522793;-0.03529649,0.09355199;-0.3719822;0.005085178,0.1085299;-0.7122209;0.08579018,0.1121614;-0.7012435;-0.01231668,-0.06874809;0.005781665;-0.04050029,-0.1182798;-0.3694662;-0.006800506,-0.1353939;-0.7099054;0.07262403,-0.1286805;-0.6988097;-0.02534311,-0.0003954813;0.3998516;0.00844627,4.898887
+0;0;0,0.001041551;0.1999421;0.004695578,0.002873888;0.4997755;-0.003174953,0.1172687;0.3657257;0.0009493302,0.1512841;0.08820379;0.01593494,0.2019776;-0.1855713;-0.01368566,-0.1095941;0.3572537;-0.006132615,-0.1564967;0.08135852;-0.01518927,-0.1997022;-0.1920727;-0.05724414,0.07103019;0.004811245;-0.0364906,0.09267945;-0.3725969;0.002166327,0.1093807;-0.7141746;0.07663634,0.1098735;-0.7035472;-0.02146801,-0.06941026;0.005795449;-0.03935261,-0.1199376;-0.3695066;-0.007803284,-0.13511;-0.7118371;0.06346835,-0.1315197;-0.7011213;-0.03458892,0.002251697;0.3999232;0.002223035,0;0;0,-0.0001938798;0.1998505;0.007730675,-0.0006703958;0.4997831;0.004990481,0.1139424;0.363938;0.01285425,0.1466462;0.08619642;0.02664091,0.1894844;-0.1845739;-0.03035296,-0.1116119;0.3562653;-0.003652292,-0.1550006;0.07973212;-0.0104953,-0.1985203;-0.1912388;-0.06600021,0.07163614;0.005228989;-0.03522671,0.09349853;-0.3719983;0.005042549,0.1083487;-0.7122155;0.0858613,0.1120102;-0.7012248;-0.01224703,-0.06873175;0.005776002;-0.04052882,-0.1183307;-0.3694662;-0.006865386,-0.1354831;-0.7099091;0.07253519,-0.128741;-0.6988041;-0.02543175,-0.0004792852;0.3998484;0.008597839,4.920765
+0;0;0,0.001041551;0.1999421;0.004695578,0.002873888;0.4997755;-0.003174953,0.1172687;0.3657257;0.0009493302,0.1512841;0.08820379;0.01593494,0.2019776;-0.1855713;-0.01368566,-0.1095941;0.3572537;-0.006132615,-0.1564967;0.08135852;-0.01518927,-0.1997022;-0.1920727;-0.05724414,0.07103019;0.004811245;-0.0364906,0.09267945;-0.3725969;0.002166327,0.1093807;-0.7141746;0.07663634,0.1098735;-0.7035472;-0.02146801,-0.06941026;0.005795449;-0.03935261,-0.1199376;-0.3695066;-0.007803284,-0.13511;-0.7118371;0.06346835,-0.1315197;-0.7011213;-0.03458892,0.002251697;0.3999232;0.002223035,0;0;0,-0.0001938798;0.1998505;0.007730675,-0.0006703958;0.4997831;0.004990481,0.1139424;0.363938;0.01285425,0.1466462;0.08619642;0.02664091,0.1894844;-0.1845739;-0.03035296,-0.1116119;0.3562653;-0.003652292,-0.1550006;0.07973212;-0.0104953,-0.1985203;-0.1912388;-0.06600021,0.07163614;0.005228989;-0.03522671,0.09349853;-0.3719983;0.005042549,0.1083487;-0.7122155;0.0858613,0.1120102;-0.7012248;-0.01224703,-0.06873175;0.005776002;-0.04052882,-0.1183307;-0.3694662;-0.006865386,-0.1354831;-0.7099091;0.07253519,-0.128741;-0.6988041;-0.02543175,-0.0004792852;0.3998484;0.008597839,4.932066
+0;0;0,0.001000628;0.1999417;0.004724446,0.002775114;0.4997777;-0.003075988,0.1171923;0.3656943;0.001023345,0.1512544;0.08816847;0.01582857,0.2015159;-0.1855774;-0.01478165,-0.1094245;0.3563433;-0.004361038,-0.1577746;0.08080503;-0.01623347,-0.2011662;-0.1922432;-0.06052637,0.07105514;0.004809419;-0.03644224,0.09267197;-0.3725997;0.002223957,0.1094146;-0.7141864;0.07664327,0.1093162;-0.703545;-0.021465,-0.06936589;0.00578856;-0.03943178,-0.1199081;-0.3695071;-0.007829942,-0.1350836;-0.7118034;0.06360488,-0.1320841;-0.7010818;-0.03447339,0.002184575;0.3999233;0.002286472,0;0;0,-0.0001938798;0.1998505;0.007730675,-0.0006703958;0.4997831;0.004990481,0.1139424;0.363938;0.01285425,0.1466462;0.08619642;0.02664091,0.1894844;-0.1845739;-0.03035296,-0.1116119;0.3562653;-0.003652292,-0.1550006;0.07973212;-0.0104953,-0.1985203;-0.1912388;-0.06600021,0.07163614;0.005228989;-0.03522671,0.09349853;-0.3719983;0.005042549,0.1083487;-0.7122155;0.0858613,0.1120102;-0.7012248;-0.01224703,-0.06873175;0.005776002;-0.04052882,-0.1183307;-0.3694662;-0.006865386,-0.1354831;-0.7099091;0.07253519,-0.128741;-0.6988041;-0.02543175,-0.0004792852;0.3998484;0.008597839,4.943197
+0;0;0,0.001000628;0.1999417;0.004724446,0.002775114;0.4997777;-0.003075988,0.1171923;0.3656943;0.001023345,0.1512544;0.08816847;0.01582857,0.2015159;-0.1855774;-0.01478165,-0.1094245;0.3563433;-0.004361038,-0.1577746;0.08080503;-0.01623347,-0.2011662;-0.1922432;-0.06052637,0.07105514;0.004809419;-0.03644224,0.09267197;-0.3725997;0.002223957,0.1094146;-0.7141864;0.07664327,0.1093162;-0.703545;-0.021465,-0.06936589;0.00578856;-0.03943178,-0.1199081;-0.3695071;-0.007829942,-0.1350836;-0.7118034;0.06360488,-0.1320841;-0.7010818;-0.03447339,0.002184575;0.3999233;0.002286472,0;0;0,-0.0002127181;0.1998444;0.007884825,-0.0007503065;0.4997799;0.005462797,0.1138898;0.363949;0.01319317,0.1467154;0.08619121;0.02634864,0.1896442;-0.1845824;-0.03056158,-0.1116379;0.3562462;-0.003546895,-0.1550199;0.07971746;-0.01060767,-0.1987891;-0.1911677;-0.06633451,0.07168203;0.005250077;-0.03513009,0.0934905;-0.3719927;0.005023293,0.1085063;-0.7122173;0.08578065,0.1122395;-0.7012061;-0.01232891,-0.06871178;0.005760578;-0.04056485,-0.1182249;-0.3694577;-0.006510712,-0.1353102;-0.7099247;0.07280085,-0.1284959;-0.6987936;-0.02516613,-0.0005384417;0.3998412;0.008958192,4.954443
+0;0;0,0.001000628;0.1999417;0.004724446,0.002775114;0.4997777;-0.003075988,0.1171923;0.3656943;0.001023345,0.1512544;0.08816847;0.01582857,0.2015159;-0.1855774;-0.01478165,-0.1094245;0.3563433;-0.004361038,-0.1577746;0.08080503;-0.01623347,-0.2011662;-0.1922432;-0.06052637,0.07105514;0.004809419;-0.03644224,0.09267197;-0.3725997;0.002223957,0.1094146;-0.7141864;0.07664327,0.1093162;-0.703545;-0.021465,-0.06936589;0.00578856;-0.03943178,-0.1199081;-0.3695071;-0.007829942,-0.1350836;-0.7118034;0.06360488,-0.1320841;-0.7010818;-0.03447339,0.002184575;0.3999233;0.002286472,0;0;0,-0.0002127181;0.1998444;0.007884825,-0.0007503065;0.4997799;0.005462797,0.1138898;0.363949;0.01319317,0.1467154;0.08619121;0.02634864,0.1896442;-0.1845824;-0.03056158,-0.1116379;0.3562462;-0.003546895,-0.1550199;0.07971746;-0.01060767,-0.1987891;-0.1911677;-0.06633451,0.07168203;0.005250077;-0.03513009,0.0934905;-0.3719927;0.005023293,0.1085063;-0.7122173;0.08578065,0.1122395;-0.7012061;-0.01232891,-0.06871178;0.005760578;-0.04056485,-0.1182249;-0.3694577;-0.006510712,-0.1353102;-0.7099247;0.07280085,-0.1284959;-0.6987936;-0.02516613,-0.0005384417;0.3998412;0.008958192,4.976565
+0;0;0,0.000978775;0.1999412;0.004750815,0.002649738;0.4997814;-0.00292676,0.1171167;0.3657058;0.001069234,0.1510462;0.08813092;0.0152451,0.200734;-0.1854666;-0.01755002,-0.1098213;0.3574206;-0.005718275,-0.1569737;0.08163068;-0.0165159,-0.2003309;-0.19121;-0.06210249,0.07105169;0.004832216;-0.03644592,0.09255121;-0.3725836;0.002219982,0.1095762;-0.7141448;0.07669225,0.1099715;-0.7035037;-0.02141524,-0.06936688;0.005771845;-0.0394325,-0.1199285;-0.3695238;-0.007861245,-0.1353178;-0.7118133;0.06356037,-0.1318195;-0.7010906;-0.03450159,0.002106347;0.399924;0.002384475,0;0;0,-0.0002270013;0.1998439;0.007898594,-0.0008084977;0.4997795;0.00550027,0.1139648;0.3642113;0.01210572,0.1482947;0.08669442;0.02645219,0.1916468;-0.1840858;-0.03010476,-0.1116669;0.3562154;-0.003535151,-0.1550286;0.07969317;-0.01096758,-0.199084;-0.1909299;-0.06773295,0.07168578;0.00525276;-0.03512206,0.09348956;-0.3719925;0.005010728,0.1085729;-0.7122178;0.08575222,0.1119162;-0.7011995;-0.01237281,-0.06870721;0.005759273;-0.04057278,-0.118218;-0.3694607;-0.006533802,-0.1352536;-0.7099569;0.07266316,-0.1288285;-0.6988204;-0.02533117,-0.000581441;0.3998406;0.008988859,4.987893
+0;0;0,0.000978775;0.1999412;0.004750815,0.002649738;0.4997814;-0.00292676,0.1171167;0.3657058;0.001069234,0.1510462;0.08813092;0.0152451,0.200734;-0.1854666;-0.01755002,-0.1098213;0.3574206;-0.005718275,-0.1569737;0.08163068;-0.0165159,-0.2003309;-0.19121;-0.06210249,0.07105169;0.004832216;-0.03644592,0.09255121;-0.3725836;0.002219982,0.1095762;-0.7141448;0.07669225,0.1099715;-0.7035037;-0.02141524,-0.06936688;0.005771845;-0.0394325,-0.1199285;-0.3695238;-0.007861245,-0.1353178;-0.7118133;0.06356037,-0.1318195;-0.7010906;-0.03450159,0.002106347;0.399924;0.002384475,0;0;0,-0.0002270013;0.1998439;0.007898594,-0.0008084977;0.4997795;0.00550027,0.1139648;0.3642113;0.01210572,0.1482947;0.08669442;0.02645219,0.1916468;-0.1840858;-0.03010476,-0.1116669;0.3562154;-0.003535151,-0.1550286;0.07969317;-0.01096758,-0.199084;-0.1909299;-0.06773295,0.07168578;0.00525276;-0.03512206,0.09348956;-0.3719925;0.005010728,0.1085729;-0.7122178;0.08575222,0.1119162;-0.7011995;-0.01237281,-0.06870721;0.005759273;-0.04057278,-0.118218;-0.3694607;-0.006533802,-0.1352536;-0.7099569;0.07266316,-0.1288285;-0.6988204;-0.02533117,-0.000581441;0.3998406;0.008988859,4.999331
+0;0;0,0.000978775;0.1999412;0.004750815,0.002649738;0.4997814;-0.00292676,0.1171167;0.3657058;0.001069234,0.1510462;0.08813092;0.0152451,0.200734;-0.1854666;-0.01755002,-0.1098213;0.3574206;-0.005718275,-0.1569737;0.08163068;-0.0165159,-0.2003309;-0.19121;-0.06210249,0.07105169;0.004832216;-0.03644592,0.09255121;-0.3725836;0.002219982,0.1095762;-0.7141448;0.07669225,0.1099715;-0.7035037;-0.02141524,-0.06936688;0.005771845;-0.0394325,-0.1199285;-0.3695238;-0.007861245,-0.1353178;-0.7118133;0.06356037,-0.1318195;-0.7010906;-0.03450159,0.002106347;0.399924;0.002384475,0;0;0,-0.0002445453;0.1998398;0.008000341,-0.0008443267;0.4997784;0.005927324,0.1138575;0.3639663;0.01236814,0.1482757;0.08642501;0.02601332,0.1923308;-0.1837876;-0.03267471,-0.1116732;0.3562016;-0.003442778,-0.1550574;0.07969323;-0.01125084,-0.1990664;-0.190718;-0.06905208,0.07169569;0.005237313;-0.03510413,0.09354159;-0.3720065;0.005018882,0.1085996;-0.7122605;0.08564433,0.1120086;-0.7012216;-0.01248241,-0.06869992;0.005761249;-0.04058483,-0.118216;-0.3694664;-0.006638013,-0.1353099;-0.7099549;0.07257969,-0.1288184;-0.6988007;-0.02541368,-0.0006150801;0.3998353;0.009292824,5.021724
+0;0;0,0.0009521291;0.1999402;0.00479601,0.002505081;0.4997878;-0.002648438,0.1170435;0.3657656;0.0011495,0.1508157;0.08811185;0.01410312,0.2002494;-0.1848601;-0.02387868,-0.110066;0.3580621;-0.006652949,-0.1564027;0.08215085;-0.0178723,-0.2003492;-0.1898098;-0.06793359,0.07105295;0.00486102;-0.03643966,0.09254161;-0.3725566;0.002214689,0.1094553;-0.7141312;0.07665062,0.1102046;-0.703481;-0.02145661,-0.06935766;0.005742921;-0.03945292,-0.1199259;-0.3695549;-0.00791933,-0.1352584;-0.7118663;0.06340992,-0.1314087;-0.7011305;-0.03464144,0.002016772;0.3999249;0.002563942,0;0;0,-0.0002445453;0.1998398;0.008000341,-0.0008443267;0.4997784;0.005927324,0.1138575;0.3639663;0.01236814,0.1482757;0.08642501;0.02601332,0.1923308;-0.1837876;-0.03267471,-0.1116732;0.3562016;-0.003442778,-0.1550574;0.07969323;-0.01125084,-0.1990664;-0.190718;-0.06905208,0.07169569;0.005237313;-0.03510413,0.09354159;-0.3720065;0.005018882,0.1085996;-0.7122605;0.08564433,0.1120086;-0.7012216;-0.01248241,-0.06869992;0.005761249;-0.04058483,-0.118216;-0.3694664;-0.006638013,-0.1353099;-0.7099549;0.07257969,-0.1288184;-0.6988007;-0.02541368,-0.0006150801;0.3998353;0.009292824,5.044421
+0;0;0,0.0009521291;0.1999402;0.00479601,0.002505081;0.4997878;-0.002648438,0.1170435;0.3657656;0.0011495,0.1508157;0.08811185;0.01410312,0.2002494;-0.1848601;-0.02387868,-0.110066;0.3580621;-0.006652949,-0.1564027;0.08215085;-0.0178723,-0.2003492;-0.1898098;-0.06793359,0.07105295;0.00486102;-0.03643966,0.09254161;-0.3725566;0.002214689,0.1094553;-0.7141312;0.07665062,0.1102046;-0.703481;-0.02145661,-0.06935766;0.005742921;-0.03945292,-0.1199259;-0.3695549;-0.00791933,-0.1352584;-0.7118663;0.06340992,-0.1314087;-0.7011305;-0.03464144,0.002016772;0.3999249;0.002563942,0;0;0,-0.0002698001;0.1998367;0.008075839,-0.0009201907;0.4997757;0.006103857,0.1137353;0.3637753;0.01263649,0.148017;0.08616692;0.02521979,0.1925444;-0.1834082;-0.03598952,-0.1117264;0.3561954;-0.003345533,-0.155013;0.07968819;-0.01171443,-0.1989352;-0.1904299;-0.07093504,0.07171071;0.005228405;-0.03507472,0.09355515;-0.3720218;0.00498908,0.1086084;-0.7122754;0.08561748,0.1120834;-0.7012286;-0.01250846,-0.06868982;0.00576876;-0.04060085,-0.118207;-0.3694579;-0.006644137,-0.1352273;-0.7099506;0.07257076,-0.1286712;-0.6987873;-0.02542004,-0.0006750216;0.3998317;0.009439781,5.055102
+0;0;0,0.0009521291;0.1999402;0.00479601,0.002505081;0.4997878;-0.002648438,0.1170435;0.3657656;0.0011495,0.1508157;0.08811185;0.01410312,0.2002494;-0.1848601;-0.02387868,-0.110066;0.3580621;-0.006652949,-0.1564027;0.08215085;-0.0178723,-0.2003492;-0.1898098;-0.06793359,0.07105295;0.00486102;-0.03643966,0.09254161;-0.3725566;0.002214689,0.1094553;-0.7141312;0.07665062,0.1102046;-0.703481;-0.02145661,-0.06935766;0.005742921;-0.03945292,-0.1199259;-0.3695549;-0.00791933,-0.1352584;-0.7118663;0.06340992,-0.1314087;-0.7011305;-0.03464144,0.002016772;0.3999249;0.002563942,0;0;0,-0.0002698001;0.1998367;0.008075839,-0.0009201907;0.4997757;0.006103857,0.1137353;0.3637753;0.01263649,0.148017;0.08616692;0.02521979,0.1925444;-0.1834082;-0.03598952,-0.1117264;0.3561954;-0.003345533,-0.155013;0.07968819;-0.01171443,-0.1989352;-0.1904299;-0.07093504,0.07171071;0.005228405;-0.03507472,0.09355515;-0.3720218;0.00498908,0.1086084;-0.7122754;0.08561748,0.1120834;-0.7012286;-0.01250846,-0.06868982;0.00576876;-0.04060085,-0.118207;-0.3694579;-0.006644137,-0.1352273;-0.7099506;0.07257076,-0.1286712;-0.6987873;-0.02542004,-0.0006750216;0.3998317;0.009439781,5.077725
+0;0;0,0.0008959542;0.1999402;0.004806086,0.002114071;0.4997891;-0.002645203,0.1168345;0.365907;0.001257193,0.1498396;0.08802634;0.01090227,0.2011327;-0.1829515;-0.03747205,-0.1104;0.3584623;-0.007416653,-0.1562821;0.08256409;-0.02064632,-0.1996868;-0.1888756;-0.0739053,0.07106704;0.004850749;-0.03641355,0.09255929;-0.3725712;0.002196979,0.1094337;-0.7141457;0.07664213,0.110479;-0.7034957;-0.02146233,-0.06930124;0.005767484;-0.03954837,-0.1198121;-0.369534;-0.007966463,-0.1351697;-0.7118055;0.06354837,-0.1310251;-0.7010685;-0.03449122,0.001765039;0.3999259;0.002572447,0;0;0,-0.0002997972;0.1998326;0.008174815,-0.000995902;0.4997726;0.00638115,0.1135782;0.3634746;0.01289753,0.1482862;0.08583418;0.02344066,0.1927515;-0.1833568;-0.03948041,-0.1117729;0.3561797;-0.003227826,-0.1550954;0.07971528;-0.01274588,-0.1986999;-0.1900144;-0.07393878,0.07172334;0.005223136;-0.03504968,0.09370124;-0.3720259;0.004951563,0.1086967;-0.7122973;0.08551519,0.1122317;-0.7012368;-0.01261127,-0.06868181;0.005770556;-0.04061417,-0.118192;-0.3694461;-0.006538071,-0.1351705;-0.7099689;0.07255673,-0.1285542;-0.6987928;-0.02543249,-0.0007373041;0.3998266;0.009657419,5.089307
+0;0;0,0.0008959542;0.1999402;0.004806086,0.002114071;0.4997891;-0.002645203,0.1168345;0.365907;0.001257193,0.1498396;0.08802634;0.01090227,0.2011327;-0.1829515;-0.03747205,-0.1104;0.3584623;-0.007416653,-0.1562821;0.08256409;-0.02064632,-0.1996868;-0.1888756;-0.0739053,0.07106704;0.004850749;-0.03641355,0.09255929;-0.3725712;0.002196979,0.1094337;-0.7141457;0.07664213,0.110479;-0.7034957;-0.02146233,-0.06930124;0.005767484;-0.03954837,-0.1198121;-0.369534;-0.007966463,-0.1351697;-0.7118055;0.06354837,-0.1310251;-0.7010685;-0.03449122,0.001765039;0.3999259;0.002572447,0;0;0,-0.0002997972;0.1998326;0.008174815,-0.000995902;0.4997726;0.00638115,0.1135782;0.3634746;0.01289753,0.1482862;0.08583418;0.02344066,0.1927515;-0.1833568;-0.03948041,-0.1117729;0.3561797;-0.003227826,-0.1550954;0.07971528;-0.01274588,-0.1986999;-0.1900144;-0.07393878,0.07172334;0.005223136;-0.03504968,0.09370124;-0.3720259;0.004951563,0.1086967;-0.7122973;0.08551519,0.1122317;-0.7012368;-0.01261127,-0.06868181;0.005770556;-0.04061417,-0.118192;-0.3694461;-0.006538071,-0.1351705;-0.7099689;0.07255673,-0.1285542;-0.6987928;-0.02543249,-0.0007373041;0.3998266;0.009657419,5.101025
+0;0;0,0.0008959542;0.1999402;0.004806086,0.002114071;0.4997891;-0.002645203,0.1168345;0.365907;0.001257193,0.1498396;0.08802634;0.01090227,0.2011327;-0.1829515;-0.03747205,-0.1104;0.3584623;-0.007416653,-0.1562821;0.08256409;-0.02064632,-0.1996868;-0.1888756;-0.0739053,0.07106704;0.004850749;-0.03641355,0.09255929;-0.3725712;0.002196979,0.1094337;-0.7141457;0.07664213,0.110479;-0.7034957;-0.02146233,-0.06930124;0.005767484;-0.03954837,-0.1198121;-0.369534;-0.007966463,-0.1351697;-0.7118055;0.06354837,-0.1310251;-0.7010685;-0.03449122,0.001765039;0.3999259;0.002572447,0;0;0,-0.0003542331;0.1998321;0.008187218,-0.001129868;0.4997713;0.006339239,0.1134569;0.3634695;0.01332388,0.1480883;0.08574197;0.02157421,0.1931148;-0.1825342;-0.04476207,-0.1119016;0.3562039;-0.003135568,-0.155047;0.07974634;-0.01361058,-0.1981951;-0.1894438;-0.0774456,0.07175966;0.005219746;-0.03497578,0.09382597;-0.3720303;0.004967839,0.1085956;-0.7123344;0.085435,0.112249;-0.7012709;-0.01268768,-0.06864776;0.005774611;-0.0406711,-0.1181411;-0.3693994;-0.006104179,-0.1350221;-0.710011;0.07262827,-0.1282907;-0.6988365;-0.02535279,-0.0008436431;0.3998262;0.009640074,5.112473
+0;0;0,0.0008645416;0.1999387;0.00487378,0.001967252;0.4997945;-0.002352338,0.1167651;0.3660002;0.001584729,0.1492532;0.08791724;0.005374406,0.2021612;-0.1809086;-0.05236146,-0.1104604;0.3585542;-0.008000109,-0.156167;0.08286372;-0.02548386,-0.1996251;-0.1867138;-0.08744615,0.07105976;0.004864252;-0.03642593,0.09252643;-0.3725467;0.002306595,0.1088282;-0.7142982;0.07606374,0.1101825;-0.7036437;-0.02203784,-0.06930614;0.0057559;-0.03954148,-0.1197492;-0.3695734;-0.008181598,-0.1351285;-0.711804;0.06352395,-0.1306838;-0.7010543;-0.03450499,0.001666713;0.399926;0.002765107,0;0;0,-0.0003542331;0.1998321;0.008187218,-0.001129868;0.4997713;0.006339239,0.1134569;0.3634695;0.01332388,0.1480883;0.08574197;0.02157421,0.1931148;-0.1825342;-0.04476207,-0.1119016;0.3562039;-0.003135568,-0.155047;0.07974634;-0.01361058,-0.1981951;-0.1894438;-0.0774456,0.07175966;0.005219746;-0.03497578,0.09382597;-0.3720303;0.004967839,0.1085956;-0.7123344;0.085435,0.112249;-0.7012709;-0.01268768,-0.06864776;0.005774611;-0.0406711,-0.1181411;-0.3693994;-0.006104179,-0.1350221;-0.710011;0.07262827,-0.1282907;-0.6988365;-0.02535279,-0.0008436431;0.3998262;0.009640074,5.135193
+0;0;0,0.0008645416;0.1999387;0.00487378,0.001967252;0.4997945;-0.002352338,0.1167651;0.3660002;0.001584729,0.1492532;0.08791724;0.005374406,0.2021612;-0.1809086;-0.05236146,-0.1104604;0.3585542;-0.008000109,-0.156167;0.08286372;-0.02548386,-0.1996251;-0.1867138;-0.08744615,0.07105976;0.004864252;-0.03642593,0.09252643;-0.3725467;0.002306595,0.1088282;-0.7142982;0.07606374,0.1101825;-0.7036437;-0.02203784,-0.06930614;0.0057559;-0.03954148,-0.1197492;-0.3695734;-0.008181598,-0.1351285;-0.711804;0.06352395,-0.1306838;-0.7010543;-0.03450499,0.001666713;0.399926;0.002765107,0;0;0,-0.0003931823;0.1998314;0.008202229,-0.001222028;0.4997701;0.006323224,0.1133614;0.363426;0.01353639,0.1482177;0.08566529;0.0193689,0.1936996;-0.1817338;-0.050123,-0.1119907;0.3561685;-0.002891844,-0.1548001;0.07973018;-0.01510605,-0.1973933;-0.1887401;-0.08225892,0.07175805;0.00522175;-0.03497878,0.09386379;-0.3720415;0.004818358,0.1086783;-0.7123227;0.08537426,0.112323;-0.7012594;-0.01274871,-0.06864177;0.00577574;-0.04068103,-0.1181135;-0.3694044;-0.006149508,-0.1349826;-0.7100135;0.07259592,-0.1282596;-0.6988389;-0.02538574,-0.0009184401;0.3998255;0.00963901,5.146819
+0;0;0,0.0008645416;0.1999387;0.00487378,0.001967252;0.4997945;-0.002352338,0.1167651;0.3660002;0.001584729,0.1492532;0.08791724;0.005374406,0.2021612;-0.1809086;-0.05236146,-0.1104604;0.3585542;-0.008000109,-0.156167;0.08286372;-0.02548386,-0.1996251;-0.1867138;-0.08744615,0.07105976;0.004864252;-0.03642593,0.09252643;-0.3725467;0.002306595,0.1088282;-0.7142982;0.07606374,0.1101825;-0.7036437;-0.02203784,-0.06930614;0.0057559;-0.03954148,-0.1197492;-0.3695734;-0.008181598,-0.1351285;-0.711804;0.06352395,-0.1306838;-0.7010543;-0.03450499,0.001666713;0.399926;0.002765107,0;0;0,-0.0003931823;0.1998314;0.008202229,-0.001222028;0.4997701;0.006323224,0.1133614;0.363426;0.01353639,0.1482177;0.08566529;0.0193689,0.1936996;-0.1817338;-0.050123,-0.1119907;0.3561685;-0.002891844,-0.1548001;0.07973018;-0.01510605,-0.1973933;-0.1887401;-0.08225892,0.07175805;0.00522175;-0.03497878,0.09386379;-0.3720415;0.004818358,0.1086783;-0.7123227;0.08537426,0.112323;-0.7012594;-0.01274871,-0.06864177;0.00577574;-0.04068103,-0.1181135;-0.3694044;-0.006149508,-0.1349826;-0.7100135;0.07259592,-0.1282596;-0.6988389;-0.02538574,-0.0009184401;0.3998255;0.00963901,5.1587
+0;0;0,0.0008508818;0.1999357;0.005000162,0.001970851;0.4998073;-0.001626246,0.1167374;0.3659234;0.001829008,0.1488047;0.08778876;-0.001750518,0.2023386;-0.178374;-0.0702453,-0.1100775;0.3569815;-0.005094537,-0.1583783;0.08255473;-0.03260767,-0.2024737;-0.1846699;-0.1036471,0.07107574;0.004867108;-0.03639436,0.09246161;-0.3725475;0.0023463,0.1087427;-0.7142857;0.07617004,0.1091619;-0.7035891;-0.02194827,-0.0692843;0.005753374;-0.03958009,-0.1195963;-0.3696077;-0.008391531,-0.1352308;-0.7117944;0.06346831,-0.131721;-0.701008;-0.03460575,0.00166432;0.3999263;0.003242015,0;0;0,-0.0003931823;0.1998314;0.008202229,-0.001222028;0.4997701;0.006323224,0.1133614;0.363426;0.01353639,0.1482177;0.08566529;0.0193689,0.1936996;-0.1817338;-0.050123,-0.1119907;0.3561685;-0.002891844,-0.1548001;0.07973018;-0.01510605,-0.1973933;-0.1887401;-0.08225892,0.07175805;0.00522175;-0.03497878,0.09386379;-0.3720415;0.004818358,0.1086783;-0.7123227;0.08537426,0.112323;-0.7012594;-0.01274871,-0.06864177;0.00577574;-0.04068103,-0.1181135;-0.3694044;-0.006149508,-0.1349826;-0.7100135;0.07259592,-0.1282596;-0.6988389;-0.02538574,-0.0009184401;0.3998255;0.00963901,5.170172
+0;0;0,0.0008508818;0.1999357;0.005000162,0.001970851;0.4998073;-0.001626246,0.1167374;0.3659234;0.001829008,0.1488047;0.08778876;-0.001750518,0.2023386;-0.178374;-0.0702453,-0.1100775;0.3569815;-0.005094537,-0.1583783;0.08255473;-0.03260767,-0.2024737;-0.1846699;-0.1036471,0.07107574;0.004867108;-0.03639436,0.09246161;-0.3725475;0.0023463,0.1087427;-0.7142857;0.07617004,0.1091619;-0.7035891;-0.02194827,-0.0692843;0.005753374;-0.03958009,-0.1195963;-0.3696077;-0.008391531,-0.1352308;-0.7117944;0.06346831,-0.131721;-0.701008;-0.03460575,0.00166432;0.3999263;0.003242015,0;0;0,-0.0004404843;0.1998304;0.008222592,-0.001350444;0.4997686;0.006323312,0.113244;0.3634161;0.01395102,0.1478752;0.08558291;0.01701516,0.1943389;-0.1801569;-0.05797494,-0.1121032;0.3561346;-0.002653971,-0.1545102;0.07973254;-0.01692119,-0.1966647;-0.1877285;-0.08824853,0.07177816;0.005215304;-0.03493846,0.09389654;-0.3720519;0.004813403,0.1088236;-0.712346;0.08529434,0.1125282;-0.7012798;-0.01282695,-0.06862104;0.005783333;-0.04071494,-0.1181451;-0.3693959;-0.006248169,-0.1348636;-0.7099992;0.07255427,-0.1280808;-0.6988236;-0.02542346,-0.001018584;0.3998245;0.009650477,5.181459
+0;0;0,0.0008508818;0.1999357;0.005000162,0.001970851;0.4998073;-0.001626246,0.1167374;0.3659234;0.001829008,0.1488047;0.08778876;-0.001750518,0.2023386;-0.178374;-0.0702453,-0.1100775;0.3569815;-0.005094537,-0.1583783;0.08255473;-0.03260767,-0.2024737;-0.1846699;-0.1036471,0.07107574;0.004867108;-0.03639436,0.09246161;-0.3725475;0.0023463,0.1087427;-0.7142857;0.07617004,0.1091619;-0.7035891;-0.02194827,-0.0692843;0.005753374;-0.03958009,-0.1195963;-0.3696077;-0.008391531,-0.1352308;-0.7117944;0.06346831,-0.131721;-0.701008;-0.03460575,0.00166432;0.3999263;0.003242015,0;0;0,-0.0004404843;0.1998304;0.008222592,-0.001350444;0.4997686;0.006323312,0.113244;0.3634161;0.01395102,0.1478752;0.08558291;0.01701516,0.1943389;-0.1801569;-0.05797494,-0.1121032;0.3561346;-0.002653971,-0.1545102;0.07973254;-0.01692119,-0.1966647;-0.1877285;-0.08824853,0.07177816;0.005215304;-0.03493846,0.09389654;-0.3720519;0.004813403,0.1088236;-0.712346;0.08529434,0.1125282;-0.7012798;-0.01282695,-0.06862104;0.005783333;-0.04071494,-0.1181451;-0.3693959;-0.006248169,-0.1348636;-0.7099992;0.07255427,-0.1280808;-0.6988236;-0.02542346,-0.001018584;0.3998245;0.009650477,5.193561
+0;0;0,0.0008279126;0.1999331;0.005108207,0.001867648;0.4998145;-0.001099493,0.1166582;0.3659064;0.002011948,0.1486909;0.08798575;-0.009564178,0.2030668;-0.1756072;-0.08677819,-0.1102012;0.3575091;-0.006534714,-0.1571443;0.08340979;-0.03918251,-0.2016664;-0.1811408;-0.1193746,0.07108016;0.004850373;-0.03638798,0.09246284;-0.3725613;0.002383374,0.1086504;-0.7142946;0.07625024,0.109624;-0.7035822;-0.02186724,-0.06926263;0.005779359;-0.03961421,-0.1196344;-0.3695749;-0.008439271,-0.1352823;-0.7116773;0.06381792,-0.1312197;-0.7008674;-0.03423938,0.001592567;0.399926;0.00361281,0;0;0,-0.0004404843;0.1998304;0.008222592,-0.001350444;0.4997686;0.006323312,0.113244;0.3634161;0.01395102,0.1478752;0.08558291;0.01701516,0.1943389;-0.1801569;-0.05797494,-0.1121032;0.3561346;-0.002653971,-0.1545102;0.07973254;-0.01692119,-0.1966647;-0.1877285;-0.08824853,0.07177816;0.005215304;-0.03493846,0.09389654;-0.3720519;0.004813403,0.1088236;-0.712346;0.08529434,0.1125282;-0.7012798;-0.01282695,-0.06862104;0.005783333;-0.04071494,-0.1181451;-0.3693959;-0.006248169,-0.1348636;-0.7099992;0.07255427,-0.1280808;-0.6988236;-0.02542346,-0.001018584;0.3998245;0.009650477,5.204865
+0;0;0,0.0008279126;0.1999331;0.005108207,0.001867648;0.4998145;-0.001099493,0.1166582;0.3659064;0.002011948,0.1486909;0.08798575;-0.009564178,0.2030668;-0.1756072;-0.08677819,-0.1102012;0.3575091;-0.006534714,-0.1571443;0.08340979;-0.03918251,-0.2016664;-0.1811408;-0.1193746,0.07108016;0.004850373;-0.03638798,0.09246284;-0.3725613;0.002383374,0.1086504;-0.7142946;0.07625024,0.109624;-0.7035822;-0.02186724,-0.06926263;0.005779359;-0.03961421,-0.1196344;-0.3695749;-0.008439271,-0.1352823;-0.7116773;0.06381792,-0.1312197;-0.7008674;-0.03423938,0.001592567;0.399926;0.00361281,0;0;0,-0.0004705327;0.1998298;0.008236404,-0.00141062;0.4997675;0.006305468,0.1133333;0.3637401;0.01277344,0.1493736;0.08608288;0.01551858,0.196574;-0.1781159;-0.06430075,-0.1122142;0.3562033;-0.002366197,-0.1541149;0.07986981;-0.01922218,-0.1959862;-0.1867885;-0.09365437,0.07175855;0.005237326;-0.03497544,0.09392525;-0.3720134;0.004906077,0.1087437;-0.7123091;0.08539958,0.1119368;-0.7012387;-0.01274052,-0.0686489;0.005748416;-0.0406729,-0.1181221;-0.369425;-0.006070763,-0.134841;-0.7100863;0.07248062,-0.1285698;-0.6989069;-0.02553193,-0.001070325;0.3998239;0.009646068,5.227426
+0;0;0,0.0008279126;0.1999331;0.005108207,0.001867648;0.4998145;-0.001099493,0.1166582;0.3659064;0.002011948,0.1486909;0.08798575;-0.009564178,0.2030668;-0.1756072;-0.08677819,-0.1102012;0.3575091;-0.006534714,-0.1571443;0.08340979;-0.03918251,-0.2016664;-0.1811408;-0.1193746,0.07108016;0.004850373;-0.03638798,0.09246284;-0.3725613;0.002383374,0.1086504;-0.7142946;0.07625024,0.109624;-0.7035822;-0.02186724,-0.06926263;0.005779359;-0.03961421,-0.1196344;-0.3695749;-0.008439271,-0.1352823;-0.7116773;0.06381792,-0.1312197;-0.7008674;-0.03423938,0.001592567;0.399926;0.00361281,0;0;0,-0.0004705327;0.1998298;0.008236404,-0.00141062;0.4997675;0.006305468,0.1133333;0.3637401;0.01277344,0.1493736;0.08608288;0.01551858,0.196574;-0.1781159;-0.06430075,-0.1122142;0.3562033;-0.002366197,-0.1541149;0.07986981;-0.01922218,-0.1959862;-0.1867885;-0.09365437,0.07175855;0.005237326;-0.03497544,0.09392525;-0.3720134;0.004906077,0.1087437;-0.7123091;0.08539958,0.1119368;-0.7012387;-0.01274052,-0.0686489;0.005748416;-0.0406729,-0.1181221;-0.369425;-0.006070763,-0.134841;-0.7100863;0.07248062,-0.1285698;-0.6989069;-0.02553193,-0.001070325;0.3998239;0.009646068,5.23892
+0;0;0,0.0008147116;0.1999307;0.005202102,0.001809095;0.49982;-0.000646445,0.116585;0.3658164;0.002184074,0.1473641;0.08842087;-0.02027416,0.2029261;-0.1709546;-0.1099249,-0.1102425;0.3578501;-0.007579382,-0.1560934;0.0842917;-0.04583465,-0.2003078;-0.1782032;-0.1326766,0.07108506;0.004852673;-0.0363781,0.09245119;-0.3725557;0.002434228,0.1086478;-0.7142979;0.07625802,0.1100404;-0.7035722;-0.02185703,-0.06925336;0.005775873;-0.03963095,-0.1196154;-0.3695889;-0.00856653,-0.1353094;-0.7116585;0.06383537,-0.1308278;-0.7008308;-0.03420717,0.001547986;0.3999253;0.003934141,0;0;0,-0.0005089773;0.1998293;0.008245539,-0.001512479;0.4997666;0.006297162,0.113363;0.3640372;0.01211911,0.1500076;0.08644557;0.01238979,0.1972776;-0.1764042;-0.07172638,-0.1123287;0.3562244;-0.00212028,-0.1537392;0.08007461;-0.02277122,-0.1950586;-0.1852718;-0.1020428,0.07176045;0.005245663;-0.03497028,0.09393215;-0.3720106;0.004856542,0.1088996;-0.7123168;0.08527807,0.1117722;-0.7012427;-0.01287263,-0.06864828;0.005739639;-0.04067517,-0.1181024;-0.3694317;-0.006022751,-0.1347865;-0.7101299;0.07237608,-0.1288336;-0.6989477;-0.02565683,-0.001150071;0.3998234;0.009646228,5.250325
+0;0;0,0.0008147116;0.1999307;0.005202102,0.001809095;0.49982;-0.000646445,0.116585;0.3658164;0.002184074,0.1473641;0.08842087;-0.02027416,0.2029261;-0.1709546;-0.1099249,-0.1102425;0.3578501;-0.007579382,-0.1560934;0.0842917;-0.04583465,-0.2003078;-0.1782032;-0.1326766,0.07108506;0.004852673;-0.0363781,0.09245119;-0.3725557;0.002434228,0.1086478;-0.7142979;0.07625802,0.1100404;-0.7035722;-0.02185703,-0.06925336;0.005775873;-0.03963095,-0.1196154;-0.3695889;-0.00856653,-0.1353094;-0.7116585;0.06383537,-0.1308278;-0.7008308;-0.03420717,0.001547986;0.3999253;0.003934141,0;0;0,-0.0005089773;0.1998293;0.008245539,-0.001512479;0.4997666;0.006297162,0.113363;0.3640372;0.01211911,0.1500076;0.08644557;0.01238979,0.1972776;-0.1764042;-0.07172638,-0.1123287;0.3562244;-0.00212028,-0.1537392;0.08007461;-0.02277122,-0.1950586;-0.1852718;-0.1020428,0.07176045;0.005245663;-0.03497028,0.09393215;-0.3720106;0.004856542,0.1088996;-0.7123168;0.08527807,0.1117722;-0.7012427;-0.01287263,-0.06864828;0.005739639;-0.04067517,-0.1181024;-0.3694317;-0.006022751,-0.1347865;-0.7101299;0.07237608,-0.1288336;-0.6989477;-0.02565683,-0.001150071;0.3998234;0.009646228,5.262084
+0;0;0,0.0008147116;0.1999307;0.005202102,0.001809095;0.49982;-0.000646445,0.116585;0.3658164;0.002184074,0.1473641;0.08842087;-0.02027416,0.2029261;-0.1709546;-0.1099249,-0.1102425;0.3578501;-0.007579382,-0.1560934;0.0842917;-0.04583465,-0.2003078;-0.1782032;-0.1326766,0.07108506;0.004852673;-0.0363781,0.09245119;-0.3725557;0.002434228,0.1086478;-0.7142979;0.07625802,0.1100404;-0.7035722;-0.02185703,-0.06925336;0.005775873;-0.03963095,-0.1196154;-0.3695889;-0.00856653,-0.1353094;-0.7116585;0.06383537,-0.1308278;-0.7008308;-0.03420717,0.001547986;0.3999253;0.003934141,0;0;0,-0.0005244943;0.1998155;0.008572805,-0.001505531;0.4997575;0.007321666,0.1134129;0.3641469;0.01183848,0.1506657;0.08664101;0.0101907,0.1982403;-0.1742262;-0.07972559,-0.1122625;0.3561308;-0.001756554,-0.1532779;0.08015791;-0.02535089,-0.194421;-0.1841699;-0.1080434,0.0717276;0.005252496;-0.03503661,0.09391531;-0.3719993;0.004823066,0.1089831;-0.7123286;0.08512844,0.1116225;-0.7012065;-0.01303804,-0.06870757;0.005712559;-0.04057877,-0.1181243;-0.3694817;-0.006122097,-0.134899;-0.7102144;0.07210731,-0.1291771;-0.6989859;-0.02594826,-0.001157601;0.399806;0.01041597,5.283656
+0;0;0,0.0008033543;0.1999267;0.005355741,0.001771343;0.4998277;8.952711E-05,0.1165244;0.3657463;0.002397904,0.1469112;0.0889872;-0.0272839,0.2008725;-0.1660236;-0.1295467,-0.1102491;0.3580858;-0.008150546,-0.1561304;0.08557063;-0.05321047,-0.200652;-0.1712337;-0.1555303,0.07107901;0.004856311;-0.03638944,0.09243551;-0.3725444;0.002502088,0.1086391;-0.7142927;0.07629621,0.1103018;-0.7035379;-0.02182035,-0.06925992;0.005769681;-0.03962037,-0.1195606;-0.3696128;-0.008671721,-0.1352067;-0.7116821;0.06374248,-0.1304566;-0.7008186;-0.0342944,0.001512665;0.3999234;0.004455524,0;0;0,-0.0005244943;0.1998155;0.008572805,-0.001505531;0.4997575;0.007321666,0.1134129;0.3641469;0.01183848,0.1506657;0.08664101;0.0101907,0.1982403;-0.1742262;-0.07972559,-0.1122625;0.3561308;-0.001756554,-0.1532779;0.08015791;-0.02535089,-0.194421;-0.1841699;-0.1080434,0.0717276;0.005252496;-0.03503661,0.09391531;-0.3719993;0.004823066,0.1089831;-0.7123286;0.08512844,0.1116225;-0.7012065;-0.01303804,-0.06870757;0.005712559;-0.04057877,-0.1181243;-0.3694817;-0.006122097,-0.134899;-0.7102144;0.07210731,-0.1291771;-0.6989859;-0.02594826,-0.001157601;0.399806;0.01041597,5.295255
+0;0;0,0.0008033543;0.1999267;0.005355741,0.001771343;0.4998277;8.952711E-05,0.1165244;0.3657463;0.002397904,0.1469112;0.0889872;-0.0272839,0.2008725;-0.1660236;-0.1295467,-0.1102491;0.3580858;-0.008150546,-0.1561304;0.08557063;-0.05321047,-0.200652;-0.1712337;-0.1555303,0.07107901;0.004856311;-0.03638944,0.09243551;-0.3725444;0.002502088,0.1086391;-0.7142927;0.07629621,0.1103018;-0.7035379;-0.02182035,-0.06925992;0.005769681;-0.03962037,-0.1195606;-0.3696128;-0.008671721,-0.1352067;-0.7116821;0.06374248,-0.1304566;-0.7008186;-0.0342944,0.001512665;0.3999234;0.004455524,0;0;0,-0.0005317559;0.1998078;0.008749433,-0.001512942;0.499751;0.007801607,0.1132223;0.3635677;0.01237627,0.1503288;0.08611557;0.005787384,0.1978894;-0.1723413;-0.09084593,-0.1122307;0.3561015;-0.001684139,-0.1530943;0.08044264;-0.02893017,-0.1934516;-0.1825474;-0.1161514,0.07172973;0.005258648;-0.03503128,0.09392126;-0.3719979;0.004781131,0.1091251;-0.7123572;0.08493334,0.1119433;-0.7012173;-0.01323161,-0.06869888;0.005713644;-0.04059332,-0.1181203;-0.3694883;-0.0062274,-0.1348972;-0.7101961;0.07211004,-0.1289954;-0.6989494;-0.02593833,-0.001167247;0.3997964;0.01079238,5.317078
+0;0;0,0.0008033543;0.1999267;0.005355741,0.001771343;0.4998277;8.952711E-05,0.1165244;0.3657463;0.002397904,0.1469112;0.0889872;-0.0272839,0.2008725;-0.1660236;-0.1295467,-0.1102491;0.3580858;-0.008150546,-0.1561304;0.08557063;-0.05321047,-0.200652;-0.1712337;-0.1555303,0.07107901;0.004856311;-0.03638944,0.09243551;-0.3725444;0.002502088,0.1086391;-0.7142927;0.07629621,0.1103018;-0.7035379;-0.02182035,-0.06925992;0.005769681;-0.03962037,-0.1195606;-0.3696128;-0.008671721,-0.1352067;-0.7116821;0.06374248,-0.1304566;-0.7008186;-0.0342944,0.001512665;0.3999234;0.004455524,0;0;0,-0.0005317559;0.1998078;0.008749433,-0.001512942;0.499751;0.007801607,0.1132223;0.3635677;0.01237627,0.1503288;0.08611557;0.005787384,0.1978894;-0.1723413;-0.09084593,-0.1122307;0.3561015;-0.001684139,-0.1530943;0.08044264;-0.02893017,-0.1934516;-0.1825474;-0.1161514,0.07172973;0.005258648;-0.03503128,0.09392126;-0.3719979;0.004781131,0.1091251;-0.7123572;0.08493334,0.1119433;-0.7012173;-0.01323161,-0.06869888;0.005713644;-0.04059332,-0.1181203;-0.3694883;-0.0062274,-0.1348972;-0.7101961;0.07211004,-0.1289954;-0.6989494;-0.02593833,-0.001167247;0.3997964;0.01079238,5.328456
+0;0;0,0.0007711426;0.199921;0.005567063,0.001638629;0.4998314;0.0008418057,0.1162972;0.365359;0.002509861,0.1485514;0.09047663;-0.03990868,0.2013582;-0.1610403;-0.1510422,-0.1102601;0.3580948;-0.008414007,-0.1561351;0.08683494;-0.06050625,-0.2004305;-0.1658294;-0.17275,0.07108035;0.004853493;-0.03638719,0.09250514;-0.3725509;0.002431046,0.1090577;-0.7141911;0.07664707,0.1108526;-0.7033966;-0.02147493,-0.06925842;0.005770365;-0.03962288,-0.1194756;-0.3696264;-0.008711277,-0.1352147;-0.7116774;0.06376898,-0.1303268;-0.7007734;-0.03426901,0.001409195;0.3999193;0.005027306,0;0;0,-0.0005317559;0.1998078;0.008749433,-0.001512942;0.499751;0.007801607,0.1132223;0.3635677;0.01237627,0.1503288;0.08611557;0.005787384,0.1978894;-0.1723413;-0.09084593,-0.1122307;0.3561015;-0.001684139,-0.1530943;0.08044264;-0.02893017,-0.1934516;-0.1825474;-0.1161514,0.07172973;0.005258648;-0.03503128,0.09392126;-0.3719979;0.004781131,0.1091251;-0.7123572;0.08493334,0.1119433;-0.7012173;-0.01323161,-0.06869888;0.005713644;-0.04059332,-0.1181203;-0.3694883;-0.0062274,-0.1348972;-0.7101961;0.07211004,-0.1289954;-0.6989494;-0.02593833,-0.001167247;0.3997964;0.01079238,5.340042
+0;0;0,0.0007711426;0.199921;0.005567063,0.001638629;0.4998314;0.0008418057,0.1162972;0.365359;0.002509861,0.1485514;0.09047663;-0.03990868,0.2013582;-0.1610403;-0.1510422,-0.1102601;0.3580948;-0.008414007,-0.1561351;0.08683494;-0.06050625,-0.2004305;-0.1658294;-0.17275,0.07108035;0.004853493;-0.03638719,0.09250514;-0.3725509;0.002431046,0.1090577;-0.7141911;0.07664707,0.1108526;-0.7033966;-0.02147493,-0.06925842;0.005770365;-0.03962288,-0.1194756;-0.3696264;-0.008711277,-0.1352147;-0.7116774;0.06376898,-0.1303268;-0.7007734;-0.03426901,0.001409195;0.3999193;0.005027306,0;0;0,-0.0005641932;0.1998113;0.00866799,-0.001583336;0.499754;0.007617895,0.1130917;0.3633442;0.01270161,0.1499965;0.08596465;0.002769794,0.1969297;-0.1705466;-0.09920698,-0.1122821;0.3560814;-0.001742913,-0.1528116;0.08077449;-0.03278253,-0.1926079;-0.1808314;-0.1243172,0.07170838;0.005267941;-0.0350736,0.09394822;-0.3719658;0.004927494,0.1091409;-0.7124027;0.0847514,0.1120996;-0.7012725;-0.01340753,-0.06871107;0.005711808;-0.04057294,-0.1181418;-0.3695122;-0.006461777,-0.1348947;-0.7102098;0.07192472,-0.1288525;-0.6989729;-0.02611324,-0.001217991;0.3998005;0.01064284,5.36207
+0;0;0,0.0007711426;0.199921;0.005567063,0.001638629;0.4998314;0.0008418057,0.1162972;0.365359;0.002509861,0.1485514;0.09047663;-0.03990868,0.2013582;-0.1610403;-0.1510422,-0.1102601;0.3580948;-0.008414007,-0.1561351;0.08683494;-0.06050625,-0.2004305;-0.1658294;-0.17275,0.07108035;0.004853493;-0.03638719,0.09250514;-0.3725509;0.002431046,0.1090577;-0.7141911;0.07664707,0.1108526;-0.7033966;-0.02147493,-0.06925842;0.005770365;-0.03962288,-0.1194756;-0.3696264;-0.008711277,-0.1352147;-0.7116774;0.06376898,-0.1303268;-0.7007734;-0.03426901,0.001409195;0.3999193;0.005027306,0;0;0,-0.0005775467;0.1997996;0.008931909,-0.001582789;0.4997438;0.00832459,0.1130478;0.3632076;0.01299577,0.1496814;0.08597913;-0.001229468,0.1964255;-0.1685936;-0.1080365,-0.1122403;0.3560634;-0.001625772,-0.1524305;0.08115125;-0.03638313,-0.1919799;-0.178888;-0.1323802,0.07169113;0.005281867;-0.03510673,0.09406418;-0.3719468;0.004867557,0.1093198;-0.7124432;0.08442551,0.1123377;-0.701281;-0.01373778,-0.0687248;0.005698039;-0.04055163,-0.1181324;-0.3695502;-0.006674118,-0.1348687;-0.7102511;0.07170185,-0.1287663;-0.6989831;-0.02633832,-0.001227316;0.3997858;0.0111985,5.38398
+0;0;0,0.0007527284;0.1999129;0.005853433,0.001480526;0.4998336;0.001805366,0.1159664;0.364699;0.002377024,0.1485123;0.09113371;-0.04765096,0.2020253;-0.151868;-0.1760509,-0.1102447;0.3580905;-0.008689785,-0.1563965;0.08847737;-0.06851272,-0.1992117;-0.1609723;-0.1882697,0.07108533;0.004845247;-0.03637855,0.09255815;-0.3725593;0.002411969,0.1086967;-0.7142328;0.07656557,0.1105696;-0.7033908;-0.02156428,-0.06925445;0.005778363;-0.03962867,-0.1193995;-0.3696346;-0.008797813,-0.1353455;-0.7116588;0.06376339,-0.1303831;-0.7007107;-0.03427946,0.001299227;0.3999121;0.005763748,0;0;0,-0.0005775467;0.1997996;0.008931909,-0.001582789;0.4997438;0.00832459,0.1130478;0.3632076;0.01299577,0.1496814;0.08597913;-0.001229468,0.1964255;-0.1685936;-0.1080365,-0.1122403;0.3560634;-0.001625772,-0.1524305;0.08115125;-0.03638313,-0.1919799;-0.178888;-0.1323802,0.07169113;0.005281867;-0.03510673,0.09406418;-0.3719468;0.004867557,0.1093198;-0.7124432;0.08442551,0.1123377;-0.701281;-0.01373778,-0.0687248;0.005698039;-0.04055163,-0.1181324;-0.3695502;-0.006674118,-0.1348687;-0.7102511;0.07170185,-0.1287663;-0.6989831;-0.02633832,-0.001227316;0.3997858;0.0111985,5.406312
+0;0;0,0.0007527284;0.1999129;0.005853433,0.001480526;0.4998336;0.001805366,0.1159664;0.364699;0.002377024,0.1485123;0.09113371;-0.04765096,0.2020253;-0.151868;-0.1760509,-0.1102447;0.3580905;-0.008689785,-0.1563965;0.08847737;-0.06851272,-0.1992117;-0.1609723;-0.1882697,0.07108533;0.004845247;-0.03637855,0.09255815;-0.3725593;0.002411969,0.1086967;-0.7142328;0.07656557,0.1105696;-0.7033908;-0.02156428,-0.06925445;0.005778363;-0.03962867,-0.1193995;-0.3696346;-0.008797813,-0.1353455;-0.7116588;0.06376339,-0.1303831;-0.7007107;-0.03427946,0.001299227;0.3999121;0.005763748,0;0;0,-0.0005994117;0.1997881;0.009184266,-0.001636859;0.4997325;0.008911589,0.1130308;0.3632761;0.01335437,0.1495929;0.08633378;-0.005780412,0.196111;-0.1667355;-0.1161979,-0.1122311;0.3560238;-0.001526742,-0.1523007;0.08160135;-0.04008454,-0.1913583;-0.1770505;-0.1399531,0.07172707;0.005308179;-0.03502928,0.09412535;-0.3719493;0.004657939,0.1092396;-0.7124687;0.0841444,0.112338;-0.7012776;-0.01402193,-0.06868172;0.005675853;-0.04062765,-0.1179178;-0.3695695;-0.006470416,-0.1347789;-0.7103367;0.07159021,-0.1285982;-0.6990424;-0.02645007,-0.001272618;0.3997715;0.01167757,5.41787
+0;0;0,0.0007527284;0.1999129;0.005853433,0.001480526;0.4998336;0.001805366,0.1159664;0.364699;0.002377024,0.1485123;0.09113371;-0.04765096,0.2020253;-0.151868;-0.1760509,-0.1102447;0.3580905;-0.008689785,-0.1563965;0.08847737;-0.06851272,-0.1992117;-0.1609723;-0.1882697,0.07108533;0.004845247;-0.03637855,0.09255815;-0.3725593;0.002411969,0.1086967;-0.7142328;0.07656557,0.1105696;-0.7033908;-0.02156428,-0.06925445;0.005778363;-0.03962867,-0.1193995;-0.3696346;-0.008797813,-0.1353455;-0.7116588;0.06376339,-0.1303831;-0.7007107;-0.03427946,0.001299227;0.3999121;0.005763748,0;0;0,-0.0005994117;0.1997881;0.009184266,-0.001636859;0.4997325;0.008911589,0.1130308;0.3632761;0.01335437,0.1495929;0.08633378;-0.005780412,0.196111;-0.1667355;-0.1161979,-0.1122311;0.3560238;-0.001526742,-0.1523007;0.08160135;-0.04008454,-0.1913583;-0.1770505;-0.1399531,0.07172707;0.005308179;-0.03502928,0.09412535;-0.3719493;0.004657939,0.1092396;-0.7124687;0.0841444,0.112338;-0.7012776;-0.01402193,-0.06868172;0.005675853;-0.04062765,-0.1179178;-0.3695695;-0.006470416,-0.1347789;-0.7103367;0.07159021,-0.1285982;-0.6990424;-0.02645007,-0.001272618;0.3997715;0.01167757,5.440205
+0;0;0,0.0006736277;0.199903;0.006192848,0.001350374;0.4998347;0.00301199,0.1156518;0.3642175;0.002140072,0.1485526;0.09303215;-0.05930954,0.2026868;-0.147449;-0.1921189,-0.1102491;0.3581852;-0.009001179,-0.1573965;0.09035176;-0.07565212,-0.1978931;-0.1508536;-0.2119606,0.07108767;0.00481909;-0.03637746,0.09271511;-0.3725727;0.002451271,0.1088452;-0.7142842;0.07643166,0.1107606;-0.7033883;-0.02170785,-0.06925946;0.005802132;-0.03961645,-0.1192466;-0.3696498;-0.009003609,-0.1354376;-0.7116656;0.06354297,-0.1304303;-0.7006617;-0.03450844,0.001169833;0.3999018;0.006669071,0;0;0,-0.0005931265;0.1997822;0.009313287,-0.001605831;0.4997268;0.009203446,0.1129822;0.3630469;0.01344069,0.1492514;0.08639315;-0.009952815,0.196254;-0.1651066;-0.123701,-0.1121603;0.3559575;-0.001515706,-0.1521835;0.08217314;-0.04441396,-0.1907335;-0.1744459;-0.149583,0.07173363;0.00529879;-0.03501727,0.09419364;-0.3719636;0.00458895,0.1090718;-0.7125091;0.08400808,0.1122052;-0.7013039;-0.01415983,-0.06866944;0.005686671;-0.04064689,-0.1178588;-0.3695763;-0.006616656,-0.134808;-0.7103453;0.07141696,-0.1285943;-0.699038;-0.0266237,-0.001252326;0.3997642;0.01191579,5.462876
+0;0;0,0.0006736277;0.199903;0.006192848,0.001350374;0.4998347;0.00301199,0.1156518;0.3642175;0.002140072,0.1485526;0.09303215;-0.05930954,0.2026868;-0.147449;-0.1921189,-0.1102491;0.3581852;-0.009001179,-0.1573965;0.09035176;-0.07565212,-0.1978931;-0.1508536;-0.2119606,0.07108767;0.00481909;-0.03637746,0.09271511;-0.3725727;0.002451271,0.1088452;-0.7142842;0.07643166,0.1107606;-0.7033883;-0.02170785,-0.06925946;0.005802132;-0.03961645,-0.1192466;-0.3696498;-0.009003609,-0.1354376;-0.7116656;0.06354297,-0.1304303;-0.7006617;-0.03450844,0.001169833;0.3999018;0.006669071,0;0;0,-0.0006171407;0.1997747;0.009469427,-0.001644894;0.4997192;0.009575862,0.1129053;0.3629043;0.01352143,0.1491449;0.08654594;-0.01317589,0.1971615;-0.1617339;-0.1333905,-0.1121213;0.3558341;-0.001464676,-0.1523324;0.0827046;-0.04819105,-0.191414;-0.1713002;-0.1593404,0.07175779;0.005295758;-0.0349682,0.09484395;-0.3719226;0.004697509,0.1088178;-0.7125407;0.08396897,0.1119668;-0.7013142;-0.01420254,-0.06864008;0.005692377;-0.04069565,-0.1177643;-0.3695861;-0.006741997,-0.1348272;-0.7103403;0.07133175,-0.1286026;-0.6990208;-0.02671055,-0.001289056;0.3997547;0.01221682,5.48444
+0;0;0,0.0006736277;0.199903;0.006192848,0.001350374;0.4998347;0.00301199,0.1156518;0.3642175;0.002140072,0.1485526;0.09303215;-0.05930954,0.2026868;-0.147449;-0.1921189,-0.1102491;0.3581852;-0.009001179,-0.1573965;0.09035176;-0.07565212,-0.1978931;-0.1508536;-0.2119606,0.07108767;0.00481909;-0.03637746,0.09271511;-0.3725727;0.002451271,0.1088452;-0.7142842;0.07643166,0.1107606;-0.7033883;-0.02170785,-0.06925946;0.005802132;-0.03961645,-0.1192466;-0.3696498;-0.009003609,-0.1354376;-0.7116656;0.06354297,-0.1304303;-0.7006617;-0.03450844,0.001169833;0.3999018;0.006669071,0;0;0,-0.0006171407;0.1997747;0.009469427,-0.001644894;0.4997192;0.009575862,0.1129053;0.3629043;0.01352143,0.1491449;0.08654594;-0.01317589,0.1971615;-0.1617339;-0.1333905,-0.1121213;0.3558341;-0.001464676,-0.1523324;0.0827046;-0.04819105,-0.191414;-0.1713002;-0.1593404,0.07175779;0.005295758;-0.0349682,0.09484395;-0.3719226;0.004697509,0.1088178;-0.7125407;0.08396897,0.1119668;-0.7013142;-0.01420254,-0.06864008;0.005692377;-0.04069565,-0.1177643;-0.3695861;-0.006741997,-0.1348272;-0.7103403;0.07133175,-0.1286026;-0.6990208;-0.02671055,-0.001289056;0.3997547;0.01221682,5.496005
+0;0;0,0.0006377466;0.1998933;0.006501242,0.001346975;0.499829;0.00378557,0.1152852;0.363327;0.001376608,0.1484268;0.09431604;-0.06887098,0.2033252;-0.1350833;-0.2197421,-0.1101483;0.35819;-0.009275272,-0.1573758;0.09194303;-0.08195339,-0.1966838;-0.143058;-0.2290228,0.07110309;0.004795745;-0.03635041,0.09248221;-0.372613;0.002451278,0.1088343;-0.7143236;0.07638647,0.110628;-0.703388;-0.02176306,-0.06925271;0.005816884;-0.03962607,-0.119155;-0.3696494;-0.009051843,-0.1357687;-0.7117303;0.06309163,-0.1308786;-0.7006873;-0.03497324,0.001145072;0.399891;0.007302051,0;0;0,-0.0006335341;0.1997635;0.009703534,-0.001669088;0.4997078;0.01020798,0.1128484;0.3627751;0.01357849,0.1490998;0.08691168;-0.01780906,0.198712;-0.1575186;-0.1450587,-0.1120552;0.3557589;-0.001498233,-0.1525648;0.08350915;-0.05286969,-0.1918978;-0.1677998;-0.1699027,0.07175972;0.005294153;-0.03496447,0.09491432;-0.371931;0.004596066,0.1085857;-0.7125401;0.08395927,0.1117682;-0.7012819;-0.01421721,-0.06863627;0.005693179;-0.04070197,-0.1177163;-0.3696039;-0.006890614,-0.1347774;-0.7103797;0.07108888,-0.1285231;-0.6990288;-0.02695752,-0.001313121;0.3997397;0.01271028,5.518025
+0;0;0,0.0006377466;0.1998933;0.006501242,0.001346975;0.499829;0.00378557,0.1152852;0.363327;0.001376608,0.1484268;0.09431604;-0.06887098,0.2033252;-0.1350833;-0.2197421,-0.1101483;0.35819;-0.009275272,-0.1573758;0.09194303;-0.08195339,-0.1966838;-0.143058;-0.2290228,0.07110309;0.004795745;-0.03635041,0.09248221;-0.372613;0.002451278,0.1088343;-0.7143236;0.07638647,0.110628;-0.703388;-0.02176306,-0.06925271;0.005816884;-0.03962607,-0.119155;-0.3696494;-0.009051843,-0.1357687;-0.7117303;0.06309163,-0.1308786;-0.7006873;-0.03497324,0.001145072;0.399891;0.007302051,0;0;0,-0.0006335341;0.1997635;0.009703534,-0.001669088;0.4997078;0.01020798,0.1128484;0.3627751;0.01357849,0.1490998;0.08691168;-0.01780906,0.198712;-0.1575186;-0.1450587,-0.1120552;0.3557589;-0.001498233,-0.1525648;0.08350915;-0.05286969,-0.1918978;-0.1677998;-0.1699027,0.07175972;0.005294153;-0.03496447,0.09491432;-0.371931;0.004596066,0.1085857;-0.7125401;0.08395927,0.1117682;-0.7012819;-0.01421721,-0.06863627;0.005693179;-0.04070197,-0.1177163;-0.3696039;-0.006890614,-0.1347774;-0.7103797;0.07108888,-0.1285231;-0.6990288;-0.02695752,-0.001313121;0.3997397;0.01271028,5.529103
+0;0;0,0.0006377466;0.1998933;0.006501242,0.001346975;0.499829;0.00378557,0.1152852;0.363327;0.001376608,0.1484268;0.09431604;-0.06887098,0.2033252;-0.1350833;-0.2197421,-0.1101483;0.35819;-0.009275272,-0.1573758;0.09194303;-0.08195339,-0.1966838;-0.143058;-0.2290228,0.07110309;0.004795745;-0.03635041,0.09248221;-0.372613;0.002451278,0.1088343;-0.7143236;0.07638647,0.110628;-0.703388;-0.02176306,-0.06925271;0.005816884;-0.03962607,-0.119155;-0.3696494;-0.009051843,-0.1357687;-0.7117303;0.06309163,-0.1308786;-0.7006873;-0.03497324,0.001145072;0.399891;0.007302051,0;0;0,-0.0006335341;0.1997635;0.009703534,-0.001669088;0.4997078;0.01020798,0.1128484;0.3627751;0.01357849,0.1490998;0.08691168;-0.01780906,0.198712;-0.1575186;-0.1450587,-0.1120552;0.3557589;-0.001498233,-0.1525648;0.08350915;-0.05286969,-0.1918978;-0.1677998;-0.1699027,0.07175972;0.005294153;-0.03496447,0.09491432;-0.371931;0.004596066,0.1085857;-0.7125401;0.08395927,0.1117682;-0.7012819;-0.01421721,-0.06863627;0.005693179;-0.04070197,-0.1177163;-0.3696039;-0.006890614,-0.1347774;-0.7103797;0.07108888,-0.1285231;-0.6990288;-0.02695752,-0.001313121;0.3997397;0.01271028,5.540673
+0;0;0,0.000569455;0.1998844;0.006775462,0.001172055;0.4998224;0.00436665,0.1148012;0.3625136;0.0004894566,0.1479152;0.09577227;-0.07794863,0.2062224;-0.1274771;-0.2365677,-0.1101266;0.3581792;-0.009850113,-0.1573797;0.09363773;-0.08849442,-0.1959905;-0.1326548;-0.2488094,0.07116741;0.004730358;-0.03623289,0.09276548;-0.3727092;0.002145257,0.1085077;-0.714457;0.07604131,0.1102377;-0.703486;-0.02211627,-0.06923505;0.00583284;-0.03965458,-0.1191104;-0.3696439;-0.009163765,-0.135753;-0.7117101;0.06304255,-0.1309324;-0.7006382;-0.03503134,0.001001979;0.3998813;0.007795462,0;0;0,-0.0006439319;0.199752;0.009935498,-0.001630777;0.4996958;0.01089917,0.1128564;0.362728;0.01356022,0.1494684;0.08760318;-0.02339766,0.2001164;-0.1535605;-0.1563446,-0.1119616;0.3557197;-0.001500752,-0.1525963;0.08422902;-0.05665163,-0.1921955;-0.1642364;-0.1795208,0.07175795;0.005309589;-0.03496577,0.09538949;-0.3718635;0.004809417,0.1077661;-0.7126126;0.08378297,0.1109531;-0.7012923;-0.0144052,-0.06863935;0.005676833;-0.04069905,-0.1175863;-0.3696488;-0.007011235,-0.1346875;-0.7104305;0.07093319,-0.1284424;-0.6990494;-0.02711953,-0.001297984;0.3997237;0.01323729,5.562782
+0;0;0,0.000569455;0.1998844;0.006775462,0.001172055;0.4998224;0.00436665,0.1148012;0.3625136;0.0004894566,0.1479152;0.09577227;-0.07794863,0.2062224;-0.1274771;-0.2365677,-0.1101266;0.3581792;-0.009850113,-0.1573797;0.09363773;-0.08849442,-0.1959905;-0.1326548;-0.2488094,0.07116741;0.004730358;-0.03623289,0.09276548;-0.3727092;0.002145257,0.1085077;-0.714457;0.07604131,0.1102377;-0.703486;-0.02211627,-0.06923505;0.00583284;-0.03965458,-0.1191104;-0.3696439;-0.009163765,-0.135753;-0.7117101;0.06304255,-0.1309324;-0.7006382;-0.03503134,0.001001979;0.3998813;0.007795462,0;0;0,-0.0006439319;0.199752;0.009935498,-0.001630777;0.4996958;0.01089917,0.1128564;0.362728;0.01356022,0.1494684;0.08760318;-0.02339766,0.2001164;-0.1535605;-0.1563446,-0.1119616;0.3557197;-0.001500752,-0.1525963;0.08422902;-0.05665163,-0.1921955;-0.1642364;-0.1795208,0.07175795;0.005309589;-0.03496577,0.09538949;-0.3718635;0.004809417,0.1077661;-0.7126126;0.08378297,0.1109531;-0.7012923;-0.0144052,-0.06863935;0.005676833;-0.04069905,-0.1175863;-0.3696488;-0.007011235,-0.1346875;-0.7104305;0.07093319,-0.1284424;-0.6990494;-0.02711953,-0.001297984;0.3997237;0.01323729,5.574257
+0;0;0,0.000569455;0.1998844;0.006775462,0.001172055;0.4998224;0.00436665,0.1148012;0.3625136;0.0004894566,0.1479152;0.09577227;-0.07794863,0.2062224;-0.1274771;-0.2365677,-0.1101266;0.3581792;-0.009850113,-0.1573797;0.09363773;-0.08849442,-0.1959905;-0.1326548;-0.2488094,0.07116741;0.004730358;-0.03623289,0.09276548;-0.3727092;0.002145257,0.1085077;-0.714457;0.07604131,0.1102377;-0.703486;-0.02211627,-0.06923505;0.00583284;-0.03965458,-0.1191104;-0.3696439;-0.009163765,-0.135753;-0.7117101;0.06304255,-0.1309324;-0.7006382;-0.03503134,0.001001979;0.3998813;0.007795462,0;0;0,-0.0006839866;0.1997428;0.01011652,-0.001741374;0.4996855;0.01132268,0.1127154;0.3625469;0.01351877,0.1506703;0.08833131;-0.02849579,0.2015248;-0.1499233;-0.1665123,-0.1119397;0.3555897;-0.00161037,-0.1529233;0.08493432;-0.06048334,-0.1925273;-0.1609348;-0.1884673,0.07181434;0.005296717;-0.03485176,0.09568279;-0.3718674;0.004866157,0.1078133;-0.7126569;0.08370405,0.1110251;-0.7013193;-0.01448657,-0.06858379;0.005689592;-0.04079083,-0.1174875;-0.3696508;-0.007205207,-0.1347373;-0.710438;0.0706829,-0.1284673;-0.6990385;-0.02737173,-0.001384451;0.3997116;0.01358121,5.596244
+0;0;0,0.0004972668;0.1998729;0.007113243,0.0009824607;0.4998141;0.005174332,0.1145233;0.3623646;-5.19678E-06,0.1487589;0.09774432;-0.08488171,0.2105105;-0.1092394;-0.2630515,-0.1101609;0.3583343;-0.01030148,-0.1578129;0.09625575;-0.09658071,-0.195277;-0.1217369;-0.2682654,0.07119426;0.004736159;-0.03617937,0.09370533;-0.3726803;0.001900714,0.1085787;-0.714458;0.07583843,0.1103147;-0.703446;-0.02232695,-0.06922046;0.005835334;-0.03967968,-0.1190708;-0.3696441;-0.00918225,-0.1359109;-0.7117224;0.06292099,-0.1310832;-0.7006096;-0.03516043,0.0008487182;0.399868;0.008455387,0;0;0,-0.0006839866;0.1997428;0.01011652,-0.001741374;0.4996855;0.01132268,0.1127154;0.3625469;0.01351877,0.1506703;0.08833131;-0.02849579,0.2015248;-0.1499233;-0.1665123,-0.1119397;0.3555897;-0.00161037,-0.1529233;0.08493432;-0.06048334,-0.1925273;-0.1609348;-0.1884673,0.07181434;0.005296717;-0.03485176,0.09568279;-0.3718674;0.004866157,0.1078133;-0.7126569;0.08370405,0.1110251;-0.7013193;-0.01448657,-0.06858379;0.005689592;-0.04079083,-0.1174875;-0.3696508;-0.007205207,-0.1347373;-0.710438;0.0706829,-0.1284673;-0.6990385;-0.02737173,-0.001384451;0.3997116;0.01358121,5.607922
+0;0;0,0.0004972668;0.1998729;0.007113243,0.0009824607;0.4998141;0.005174332,0.1145233;0.3623646;-5.19678E-06,0.1487589;0.09774432;-0.08488171,0.2105105;-0.1092394;-0.2630515,-0.1101609;0.3583343;-0.01030148,-0.1578129;0.09625575;-0.09658071,-0.195277;-0.1217369;-0.2682654,0.07119426;0.004736159;-0.03617937,0.09370533;-0.3726803;0.001900714,0.1085787;-0.714458;0.07583843,0.1103147;-0.703446;-0.02232695,-0.06922046;0.005835334;-0.03967968,-0.1190708;-0.3696441;-0.00918225,-0.1359109;-0.7117224;0.06292099,-0.1310832;-0.7006096;-0.03516043,0.0008487182;0.399868;0.008455387,0;0;0,-0.0007175528;0.1997291;0.01038123,-0.001846664;0.4996696;0.01204583,0.1125665;0.3623212;0.01352343,0.1503106;0.08873567;-0.03258882,0.2030445;-0.1448167;-0.1777523,-0.1118781;0.3554315;-0.001659973,-0.1538207;0.08604929;-0.0654884,-0.193408;-0.1555196;-0.2014197,0.07185612;0.005313112;-0.03476304,0.09579516;-0.3718657;0.004772525,0.1076545;-0.7126031;0.08387613,0.1108881;-0.7012367;-0.01431925,-0.06854168;0.005677388;-0.04086325,-0.1173619;-0.3696743;-0.007282298,-0.1348156;-0.7104624;0.07055628,-0.1285256;-0.699033;-0.02750275,-0.001464298;0.3996923;0.01414409,5.619277
+0;0;0,0.0004972668;0.1998729;0.007113243,0.0009824607;0.4998141;0.005174332,0.1145233;0.3623646;-5.19678E-06,0.1487589;0.09774432;-0.08488171,0.2105105;-0.1092394;-0.2630515,-0.1101609;0.3583343;-0.01030148,-0.1578129;0.09625575;-0.09658071,-0.195277;-0.1217369;-0.2682654,0.07119426;0.004736159;-0.03617937,0.09370533;-0.3726803;0.001900714,0.1085787;-0.714458;0.07583843,0.1103147;-0.703446;-0.02232695,-0.06922046;0.005835334;-0.03967968,-0.1190708;-0.3696441;-0.00918225,-0.1359109;-0.7117224;0.06292099,-0.1310832;-0.7006096;-0.03516043,0.0008487182;0.399868;0.008455387,0;0;0,-0.0007175528;0.1997291;0.01038123,-0.001846664;0.4996696;0.01204583,0.1125665;0.3623212;0.01352343,0.1503106;0.08873567;-0.03258882,0.2030445;-0.1448167;-0.1777523,-0.1118781;0.3554315;-0.001659973,-0.1538207;0.08604929;-0.0654884,-0.193408;-0.1555196;-0.2014197,0.07185612;0.005313112;-0.03476304,0.09579516;-0.3718657;0.004772525,0.1076545;-0.7126031;0.08387613,0.1108881;-0.7012367;-0.01431925,-0.06854168;0.005677388;-0.04086325,-0.1173619;-0.3696743;-0.007282298,-0.1348156;-0.7104624;0.07055628,-0.1285256;-0.699033;-0.02750275,-0.001464298;0.3996923;0.01414409,5.641067
+0;0;0,0.0004564947;0.1998581;0.007520019,0.0009090404;0.4998027;0.006192822,0.1141542;0.3618033;-0.0006795041,0.1503139;0.1001755;-0.09364928,0.212396;-0.1035742;-0.2753959,-0.1100685;0.3584856;-0.01076212,-0.1579729;0.09884125;-0.1039821,-0.1942136;-0.104459;-0.2930736,0.07120318;0.004714183;-0.03616466,0.09386133;-0.3727008;0.001842871,0.1079335;-0.7144104;0.0762503,0.1096482;-0.7033174;-0.0219311,-0.06921509;0.005850908;-0.03968675,-0.1190578;-0.3696349;-0.009253984,-0.1361418;-0.7116798;0.06295009,-0.1313414;-0.7005113;-0.03514339,0.0007812657;0.3998502;0.009270724,0;0;0,-0.0007273858;0.1997219;0.01051902,-0.001909566;0.4996608;0.01242044,0.1124628;0.362134;0.0133811,0.1508371;0.08971149;-0.03870898,0.2048815;-0.1390816;-0.190804,-0.1118637;0.3554043;-0.001711803,-0.1542293;0.08765298;-0.07181463,-0.1936982;-0.1509098;-0.2129882,0.07188243;0.005341883;-0.0347042,0.09598824;-0.371822;0.004872579,0.1074743;-0.7125677;0.08399506,0.1106869;-0.7011855;-0.01420403,-0.06852818;0.00565966;-0.04088834,-0.1173678;-0.3696947;-0.007365204,-0.1349778;-0.7104619;0.07052939,-0.1287094;-0.6990181;-0.02753373,-0.001506614;0.399682;0.01443768,5.663376
+0;0;0,0.0004564947;0.1998581;0.007520019,0.0009090404;0.4998027;0.006192822,0.1141542;0.3618033;-0.0006795041,0.1503139;0.1001755;-0.09364928,0.212396;-0.1035742;-0.2753959,-0.1100685;0.3584856;-0.01076212,-0.1579729;0.09884125;-0.1039821,-0.1942136;-0.104459;-0.2930736,0.07120318;0.004714183;-0.03616466,0.09386133;-0.3727008;0.001842871,0.1079335;-0.7144104;0.0762503,0.1096482;-0.7033174;-0.0219311,-0.06921509;0.005850908;-0.03968675,-0.1190578;-0.3696349;-0.009253984,-0.1361418;-0.7116798;0.06295009,-0.1313414;-0.7005113;-0.03514339,0.0007812657;0.3998502;0.009270724,0;0;0,-0.0007273858;0.1997219;0.01051902,-0.001909566;0.4996608;0.01242044,0.1124628;0.362134;0.0133811,0.1508371;0.08971149;-0.03870898,0.2048815;-0.1390816;-0.190804,-0.1118637;0.3554043;-0.001711803,-0.1542293;0.08765298;-0.07181463,-0.1936982;-0.1509098;-0.2129882,0.07188243;0.005341883;-0.0347042,0.09598824;-0.371822;0.004872579,0.1074743;-0.7125677;0.08399506,0.1106869;-0.7011855;-0.01420403,-0.06852818;0.00565966;-0.04088834,-0.1173678;-0.3696947;-0.007365204,-0.1349778;-0.7104619;0.07052939,-0.1287094;-0.6990181;-0.02753373,-0.001506614;0.399682;0.01443768,5.674693
+0;0;0,0.0004564947;0.1998581;0.007520019,0.0009090404;0.4998027;0.006192822,0.1141542;0.3618033;-0.0006795041,0.1503139;0.1001755;-0.09364928,0.212396;-0.1035742;-0.2753959,-0.1100685;0.3584856;-0.01076212,-0.1579729;0.09884125;-0.1039821,-0.1942136;-0.104459;-0.2930736,0.07120318;0.004714183;-0.03616466,0.09386133;-0.3727008;0.001842871,0.1079335;-0.7144104;0.0762503,0.1096482;-0.7033174;-0.0219311,-0.06921509;0.005850908;-0.03968675,-0.1190578;-0.3696349;-0.009253984,-0.1361418;-0.7116798;0.06295009,-0.1313414;-0.7005113;-0.03514339,0.0007812657;0.3998502;0.009270724,0;0;0,-0.0007406806;0.199716;0.01062824,-0.001943673;0.4996541;0.01261939,0.1123904;0.3620003;0.01327167,0.1511317;0.0905531;-0.0434342,0.2059802;-0.1351457;-0.1998046,-0.1118369;0.3553831;-0.001867694,-0.1543088;0.08870637;-0.07589245,-0.1935762;-0.1454617;-0.2242952,0.07191423;0.005348392;-0.03463722,0.09606687;-0.3718186;0.004881319,0.1072605;-0.7125107;0.08427648,0.1104977;-0.7011164;-0.01392407,-0.06849089;0.005655879;-0.0409513,-0.11728;-0.3697111;-0.007495891,-0.1350854;-0.7105035;0.07024406,-0.1287944;-0.6990508;-0.02781929,-0.001534292;0.3996748;0.01461228,5.697552
+0;0;0,0.0004487542;0.1998454;0.007850987,0.0009794106;0.4997926;0.007195035,0.1140285;0.3616109;-0.001009529,0.1513233;0.1026487;-0.1007475,0.2123532;-0.08335035;-0.3009467,-0.1096835;0.3561628;-0.00677917,-0.1611367;0.1035322;-0.1160052,-0.1960174;-0.08872357;-0.3165571,0.07120221;0.004706832;-0.03616754,0.09417576;-0.3726873;0.001857456,0.1080365;-0.7144042;0.0762713,0.1081673;-0.7032523;-0.02193632,-0.06922418;0.005854519;-0.03967035,-0.1189694;-0.3696588;-0.00941927,-0.1365796;-0.7116793;0.06277376,-0.1333565;-0.7004667;-0.03539267,0.0008160438;0.3998331;0.01003628,0;0;0,-0.0007725139;0.1997115;0.01071126,-0.002057169;0.4996484;0.01283171,0.1122111;0.3617193;0.01301995,0.1517709;0.09170884;-0.04966484,0.2069633;-0.130239;-0.211198,-0.1118738;0.3553977;-0.002057631,-0.1535253;0.08953112;-0.07938869,-0.1942;-0.1417214;-0.2319267,0.07194443;0.005359487;-0.03457274,0.09610111;-0.3718131;0.004889663,0.1071118;-0.7125326;0.08419281,0.1103425;-0.7011299;-0.01400955,-0.06847564;0.005646312;-0.04097811,-0.1173306;-0.3697178;-0.007587198,-0.1354259;-0.7105515;0.06990452,-0.1291382;-0.6990867;-0.02816135,-0.001616738;0.3996683;0.01477979,5.719119
+0;0;0,0.0004487542;0.1998454;0.007850987,0.0009794106;0.4997926;0.007195035,0.1140285;0.3616109;-0.001009529,0.1513233;0.1026487;-0.1007475,0.2123532;-0.08335035;-0.3009467,-0.1096835;0.3561628;-0.00677917,-0.1611367;0.1035322;-0.1160052,-0.1960174;-0.08872357;-0.3165571,0.07120221;0.004706832;-0.03616754,0.09417576;-0.3726873;0.001857456,0.1080365;-0.7144042;0.0762713,0.1081673;-0.7032523;-0.02193632,-0.06922418;0.005854519;-0.03967035,-0.1189694;-0.3696588;-0.00941927,-0.1365796;-0.7116793;0.06277376,-0.1333565;-0.7004667;-0.03539267,0.0008160438;0.3998331;0.01003628,0;0;0,-0.0007725139;0.1997115;0.01071126,-0.002057169;0.4996484;0.01283171,0.1122111;0.3617193;0.01301995,0.1517709;0.09170884;-0.04966484,0.2069633;-0.130239;-0.211198,-0.1118738;0.3553977;-0.002057631,-0.1535253;0.08953112;-0.07938869,-0.1942;-0.1417214;-0.2319267,0.07194443;0.005359487;-0.03457274,0.09610111;-0.3718131;0.004889663,0.1071118;-0.7125326;0.08419281,0.1103425;-0.7011299;-0.01400955,-0.06847564;0.005646312;-0.04097811,-0.1173306;-0.3697178;-0.007587198,-0.1354259;-0.7105515;0.06990452,-0.1291382;-0.6990867;-0.02816135,-0.001616738;0.3996683;0.01477979,5.730475
+0;0;0,0.0004487542;0.1998454;0.007850987,0.0009794106;0.4997926;0.007195035,0.1140285;0.3616109;-0.001009529,0.1513233;0.1026487;-0.1007475,0.2123532;-0.08335035;-0.3009467,-0.1096835;0.3561628;-0.00677917,-0.1611367;0.1035322;-0.1160052,-0.1960174;-0.08872357;-0.3165571,0.07120221;0.004706832;-0.03616754,0.09417576;-0.3726873;0.001857456,0.1080365;-0.7144042;0.0762713,0.1081673;-0.7032523;-0.02193632,-0.06922418;0.005854519;-0.03967035,-0.1189694;-0.3696588;-0.00941927,-0.1365796;-0.7116793;0.06277376,-0.1333565;-0.7004667;-0.03539267,0.0008160438;0.3998331;0.01003628,0;0;0,-0.0008094133;0.1996996;0.01092802,-0.002202003;0.4996335;0.013393,0.1120608;0.3615972;0.01290271,0.1530339;0.09288672;-0.05429776,0.2079367;-0.125726;-0.2204127,-0.1118679;0.3553886;-0.002345288,-0.1537037;0.09067091;-0.08342735,-0.1942862;-0.1376397;-0.2403584,0.07197904;0.005352865;-0.03450165,0.09639229;-0.3718033;0.004959609,0.1068174;-0.7125413;0.08426248,0.1101122;-0.7011003;-0.01394501,-0.06844249;0.005644354;-0.04103373,-0.1173447;-0.369727;-0.007793825,-0.1355043;-0.7105647;0.06966507,-0.1291566;-0.6990759;-0.02840146,-0.001721807;0.3996514;0.01522294,5.752422
+0;0;0,0.0004133777;0.1998361;0.008083162,0.0008516861;0.4997848;0.007979045,0.1137884;0.3615288;-0.001597462,0.1540587;0.1079566;-0.1133087,0.2144522;-0.07181691;-0.3193041,-0.1095859;0.3553723;-0.005412461,-0.1627007;0.1084031;-0.1261808,-0.1965684;-0.07201461;-0.3376103,0.07122122;0.004699788;-0.03613099,0.09425575;-0.372684;0.001959488,0.1079054;-0.7143993;0.07641961,0.1073288;-0.7032081;-0.02179393,-0.06921677;0.005847885;-0.03968426,-0.1188583;-0.3696877;-0.00953839,-0.1365378;-0.7116861;0.06274232,-0.1340243;-0.7004405;-0.03545115,0.0007198087;0.3998198;0.01062133,0;0;0,-0.0008094133;0.1996996;0.01092802,-0.002202003;0.4996335;0.013393,0.1120608;0.3615972;0.01290271,0.1530339;0.09288672;-0.05429776,0.2079367;-0.125726;-0.2204127,-0.1118679;0.3553886;-0.002345288,-0.1537037;0.09067091;-0.08342735,-0.1942862;-0.1376397;-0.2403584,0.07197904;0.005352865;-0.03450165,0.09639229;-0.3718033;0.004959609,0.1068174;-0.7125413;0.08426248,0.1101122;-0.7011003;-0.01394501,-0.06844249;0.005644354;-0.04103373,-0.1173447;-0.369727;-0.007793825,-0.1355043;-0.7105647;0.06966507,-0.1291566;-0.6990759;-0.02840146,-0.001721807;0.3996514;0.01522294,5.763771
+0;0;0,0.0004133777;0.1998361;0.008083162,0.0008516861;0.4997848;0.007979045,0.1137884;0.3615288;-0.001597462,0.1540587;0.1079566;-0.1133087,0.2144522;-0.07181691;-0.3193041,-0.1095859;0.3553723;-0.005412461,-0.1627007;0.1084031;-0.1261808,-0.1965684;-0.07201461;-0.3376103,0.07122122;0.004699788;-0.03613099,0.09425575;-0.372684;0.001959488,0.1079054;-0.7143993;0.07641961,0.1073288;-0.7032081;-0.02179393,-0.06921677;0.005847885;-0.03968426,-0.1188583;-0.3696877;-0.00953839,-0.1365378;-0.7116861;0.06274232,-0.1340243;-0.7004405;-0.03545115,0.0007198087;0.3998198;0.01062133,0;0;0,-0.0008094133;0.1996996;0.01092802,-0.002202003;0.4996335;0.013393,0.1120608;0.3615972;0.01290271,0.1530339;0.09288672;-0.05429776,0.2079367;-0.125726;-0.2204127,-0.1118679;0.3553886;-0.002345288,-0.1537037;0.09067091;-0.08342735,-0.1942862;-0.1376397;-0.2403584,0.07197904;0.005352865;-0.03450165,0.09639229;-0.3718033;0.004959609,0.1068174;-0.7125413;0.08426248,0.1101122;-0.7011003;-0.01394501,-0.06844249;0.005644354;-0.04103373,-0.1173447;-0.369727;-0.007793825,-0.1355043;-0.7105647;0.06966507,-0.1291566;-0.6990759;-0.02840146,-0.001721807;0.3996514;0.01522294,5.775285
+0;0;0,0.0004133777;0.1998361;0.008083162,0.0008516861;0.4997848;0.007979045,0.1137884;0.3615288;-0.001597462,0.1540587;0.1079566;-0.1133087,0.2144522;-0.07181691;-0.3193041,-0.1095859;0.3553723;-0.005412461,-0.1627007;0.1084031;-0.1261808,-0.1965684;-0.07201461;-0.3376103,0.07122122;0.004699788;-0.03613099,0.09425575;-0.372684;0.001959488,0.1079054;-0.7143993;0.07641961,0.1073288;-0.7032081;-0.02179393,-0.06921677;0.005847885;-0.03968426,-0.1188583;-0.3696877;-0.00953839,-0.1365378;-0.7116861;0.06274232,-0.1340243;-0.7004405;-0.03545115,0.0007198087;0.3998198;0.01062133,0;0;0,-0.0008458975;0.1996934;0.0110385,-0.002347291;0.4996251;0.01372673,0.1118839;0.3613974;0.01269944,0.1538814;0.09441674;-0.06049553,0.2092851;-0.1189256;-0.2331671,-0.1118598;0.3553879;-0.002796158,-0.15443;0.09204245;-0.08786642,-0.1945346;-0.1312524;-0.2519732,0.07198234;0.005342534;-0.03449637,0.09645591;-0.3718049;0.00501116,0.1066337;-0.712584;0.08416942,0.1100221;-0.7011313;-0.0140371,-0.0684377;0.005650918;-0.04104082,-0.1174299;-0.3697147;-0.007867821,-0.1356011;-0.7105581;0.06956334,-0.1291613;-0.6990548;-0.02849993,-0.001824745;0.3996417;0.01547642,5.797233
+0;0;0,0.0003899921;0.1998267;0.008315622,0.0007633702;0.4997756;0.008783784,0.1136287;0.3615238;-0.00186662,0.1565399;0.1131635;-0.1238329,0.2164732;-0.06071156;-0.3349619,-0.1095118;0.3553335;-0.005680599,-0.1650687;0.1129741;-0.134426,-0.1976027;-0.067343;-0.3461505,0.07122865;0.004687222;-0.036118,0.0942429;-0.3726931;0.002019443,0.1075278;-0.7143259;0.07692262,0.1069534;-0.7030919;-0.02129911,-0.06922064;0.005851571;-0.03967698,-0.1188052;-0.3697238;-0.009935448,-0.13652;-0.7116512;0.06267182,-0.1340108;-0.7003703;-0.0355285,0.0006543054;0.3998054;0.01122149,0;0;0,-0.0008820585;0.1996849;0.01118768,-0.002499067;0.4996136;0.01414665,0.1116897;0.3611702;0.01252218,0.1544051;0.09571663;-0.06564315,0.2104308;-0.1141241;-0.2423576,-0.1118445;0.3553453;-0.003131932,-0.1548951;0.09337848;-0.09212644,-0.1949923;-0.1265655;-0.2606994,0.07200637;0.005317005;-0.03445013,0.09651783;-0.3718389;0.004953396,0.1066297;-0.7126029;0.08418502,0.1100802;-0.701139;-0.01402144,-0.06841969;0.005664921;-0.04106891,-0.1174966;-0.3696952;-0.007959165,-0.1357665;-0.7105482;0.06940655,-0.1292628;-0.699029;-0.02865548,-0.001933186;0.3996289;0.01580141,5.819437
+0;0;0,0.0003899921;0.1998267;0.008315622,0.0007633702;0.4997756;0.008783784,0.1136287;0.3615238;-0.00186662,0.1565399;0.1131635;-0.1238329,0.2164732;-0.06071156;-0.3349619,-0.1095118;0.3553335;-0.005680599,-0.1650687;0.1129741;-0.134426,-0.1976027;-0.067343;-0.3461505,0.07122865;0.004687222;-0.036118,0.0942429;-0.3726931;0.002019443,0.1075278;-0.7143259;0.07692262,0.1069534;-0.7030919;-0.02129911,-0.06922064;0.005851571;-0.03967698,-0.1188052;-0.3697238;-0.009935448,-0.13652;-0.7116512;0.06267182,-0.1340108;-0.7003703;-0.0355285,0.0006543054;0.3998054;0.01122149,0;0;0,-0.0008820585;0.1996849;0.01118768,-0.002499067;0.4996136;0.01414665,0.1116897;0.3611702;0.01252218,0.1544051;0.09571663;-0.06564315,0.2104308;-0.1141241;-0.2423576,-0.1118445;0.3553453;-0.003131932,-0.1548951;0.09337848;-0.09212644,-0.1949923;-0.1265655;-0.2606994,0.07200637;0.005317005;-0.03445013,0.09651783;-0.3718389;0.004953396,0.1066297;-0.7126029;0.08418502,0.1100802;-0.701139;-0.01402144,-0.06841969;0.005664921;-0.04106891,-0.1174966;-0.3696952;-0.007959165,-0.1357665;-0.7105482;0.06940655,-0.1292628;-0.699029;-0.02865548,-0.001933186;0.3996289;0.01580141,5.831025
+0;0;0,0.0003899921;0.1998267;0.008315622,0.0007633702;0.4997756;0.008783784,0.1136287;0.3615238;-0.00186662,0.1565399;0.1131635;-0.1238329,0.2164732;-0.06071156;-0.3349619,-0.1095118;0.3553335;-0.005680599,-0.1650687;0.1129741;-0.134426,-0.1976027;-0.067343;-0.3461505,0.07122865;0.004687222;-0.036118,0.0942429;-0.3726931;0.002019443,0.1075278;-0.7143259;0.07692262,0.1069534;-0.7030919;-0.02129911,-0.06922064;0.005851571;-0.03967698,-0.1188052;-0.3697238;-0.009935448,-0.13652;-0.7116512;0.06267182,-0.1340108;-0.7003703;-0.0355285,0.0006543054;0.3998054;0.01122149,0;0;0,-0.0008784895;0.1996726;0.01140485,-0.002492383;0.4995966;0.01487319,0.1117703;0.3616689;0.01060579,0.157174;0.09708288;-0.06897268,0.214716;-0.1081555;-0.2505384,-0.1117048;0.3553592;-0.003441932,-0.1553314;0.09554121;-0.09826451,-0.1955415;-0.1197773;-0.2726809,0.07199693;0.005307463;-0.03447132,0.09654766;-0.3718339;0.005046211,0.1071044;-0.712442;0.08488738,0.1100012;-0.7009591;-0.01334056,-0.0684286;0.00567031;-0.0410533,-0.1172944;-0.3697321;-0.0081122,-0.1358605;-0.7105631;0.06928028,-0.1299024;-0.6990113;-0.02882255,-0.001929566;0.399609;0.01634071,5.852999
+0;0;0,0.0003461952;0.1998111;0.008683937,0.0005181815;0.4997586;0.00977136,0.1133771;0.3615775;-0.001974819,0.1577178;0.1174216;-0.1316737,0.2171187;-0.0443262;-0.3523753,-0.1094723;0.3563656;-0.008600949,-0.1664729;0.1160525;-0.140512,-0.1957171;-0.06349166;-0.3533704,0.07122698;0.004668843;-0.03612367,0.09417733;-0.3727232;0.001936145,0.1076278;-0.7142925;0.07709917,0.1080631;-0.7030278;-0.02112913,-0.06922977;0.00586046;-0.03965973,-0.1187735;-0.3697259;-0.009990051,-0.136736;-0.7115989;0.06281234,-0.1332133;-0.7002791;-0.03536426,0.0004837732;0.3997835;0.0120037,0;0;0,-0.0008784895;0.1996726;0.01140485,-0.002492383;0.4995966;0.01487319,0.1117703;0.3616689;0.01060579,0.157174;0.09708288;-0.06897268,0.214716;-0.1081555;-0.2505384,-0.1117048;0.3553592;-0.003441932,-0.1553314;0.09554121;-0.09826451,-0.1955415;-0.1197773;-0.2726809,0.07199693;0.005307463;-0.03447132,0.09654766;-0.3718339;0.005046211,0.1071044;-0.712442;0.08488738,0.1100012;-0.7009591;-0.01334056,-0.0684286;0.00567031;-0.0410533,-0.1172944;-0.3697321;-0.0081122,-0.1358605;-0.7105631;0.06928028,-0.1299024;-0.6990113;-0.02882255,-0.001929566;0.399609;0.01634071,5.875363
+0;0;0,0.0003461952;0.1998111;0.008683937,0.0005181815;0.4997586;0.00977136,0.1133771;0.3615775;-0.001974819,0.1577178;0.1174216;-0.1316737,0.2171187;-0.0443262;-0.3523753,-0.1094723;0.3563656;-0.008600949,-0.1664729;0.1160525;-0.140512,-0.1957171;-0.06349166;-0.3533704,0.07122698;0.004668843;-0.03612367,0.09417733;-0.3727232;0.001936145,0.1076278;-0.7142925;0.07709917,0.1080631;-0.7030278;-0.02112913,-0.06922977;0.00586046;-0.03965973,-0.1187735;-0.3697259;-0.009990051,-0.136736;-0.7115989;0.06281234,-0.1332133;-0.7002791;-0.03536426,0.0004837732;0.3997835;0.0120037,0;0;0,-0.0008959038;0.19967;0.01144974,-0.002549232;0.4995927;0.01501387,0.1116728;0.3615312;0.01049462,0.1580071;0.09942222;-0.07640778,0.2165033;-0.1018409;-0.2620725,-0.1117551;0.3553225;-0.003212988,-0.1563031;0.09741062;-0.1026961,-0.1958659;-0.1151881;-0.2805629,0.07199362;0.005296088;-0.03448,0.09656568;-0.3718359;0.005113821,0.1068776;-0.7124399;0.0850047,0.1096565;-0.7009496;-0.01322803,-0.06843346;0.005678724;-0.04104403,-0.1171926;-0.369778;-0.008566439,-0.1359866;-0.7105353;0.0690947,-0.1301479;-0.6989785;-0.02901624,-0.001971179;0.3996046;0.01644875,5.886561
+0;0;0,0.0003461952;0.1998111;0.008683937,0.0005181815;0.4997586;0.00977136,0.1133771;0.3615775;-0.001974819,0.1577178;0.1174216;-0.1316737,0.2171187;-0.0443262;-0.3523753,-0.1094723;0.3563656;-0.008600949,-0.1664729;0.1160525;-0.140512,-0.1957171;-0.06349166;-0.3533704,0.07122698;0.004668843;-0.03612367,0.09417733;-0.3727232;0.001936145,0.1076278;-0.7142925;0.07709917,0.1080631;-0.7030278;-0.02112913,-0.06922977;0.00586046;-0.03965973,-0.1187735;-0.3697259;-0.009990051,-0.136736;-0.7115989;0.06281234,-0.1332133;-0.7002791;-0.03536426,0.0004837732;0.3997835;0.0120037,0;0;0,-0.0008959038;0.19967;0.01144974,-0.002549232;0.4995927;0.01501387,0.1116728;0.3615312;0.01049462,0.1580071;0.09942222;-0.07640778,0.2165033;-0.1018409;-0.2620725,-0.1117551;0.3553225;-0.003212988,-0.1563031;0.09741062;-0.1026961,-0.1958659;-0.1151881;-0.2805629,0.07199362;0.005296088;-0.03448,0.09656568;-0.3718359;0.005113821,0.1068776;-0.7124399;0.0850047,0.1096565;-0.7009496;-0.01322803,-0.06843346;0.005678724;-0.04104403,-0.1171926;-0.369778;-0.008566439,-0.1359866;-0.7105353;0.0690947,-0.1301479;-0.6989785;-0.02901624,-0.001971179;0.3996046;0.01644875,5.909234
+0;0;0,0.0002776374;0.1997999;0.008941233,0.0002511225;0.4997454;0.01052238,0.1130856;0.3616168;-0.002303672,0.1598218;0.1236303;-0.1422258,0.220024;-0.03191133;-0.3671313,-0.109555;0.3563169;-0.008538601,-0.1660918;0.1207378;-0.1489169,-0.2045112;-0.03561895;-0.3779945,0.07122227;0.004566578;-0.03614602,0.09397319;-0.3727991;0.002292305,0.1075172;-0.7143971;0.07730834,0.1078167;-0.7030979;-0.02092706,-0.06924941;0.005923419;-0.03961606,-0.1187164;-0.3697161;-0.0104964,-0.1368772;-0.7115099;0.06262763,-0.1334897;-0.7001567;-0.03556008,0.0002898124;0.3997667;0.01258546,0;0;0,-0.0009132826;0.1996639;0.01155471,-0.00259951;0.4995834;0.01537934,0.1115826;0.3614246;0.01044316,0.1582387;0.1010902;-0.08147646,0.2204216;-0.09240966;-0.274067,-0.1117604;0.3552796;-0.003063777,-0.1571321;0.09938121;-0.1072628,-0.1964688;-0.1102466;-0.2886706,0.07198894;0.005284709;-0.03449151,0.09674606;-0.3718128;0.005315013,0.1068355;-0.7124482;0.08510026,0.1095418;-0.7009445;-0.01313702,-0.06844492;0.005711082;-0.04102044,-0.1172096;-0.3697578;-0.008692037,-0.136036;-0.7105115;0.06897701,-0.1302703;-0.6989387;-0.02914125,-0.002011744;0.3995941;0.0167212,5.920192
+0;0;0,0.0002776374;0.1997999;0.008941233,0.0002511225;0.4997454;0.01052238,0.1130856;0.3616168;-0.002303672,0.1598218;0.1236303;-0.1422258,0.220024;-0.03191133;-0.3671313,-0.109555;0.3563169;-0.008538601,-0.1660918;0.1207378;-0.1489169,-0.2045112;-0.03561895;-0.3779945,0.07122227;0.004566578;-0.03614602,0.09397319;-0.3727991;0.002292305,0.1075172;-0.7143971;0.07730834,0.1078167;-0.7030979;-0.02092706,-0.06924941;0.005923419;-0.03961606,-0.1187164;-0.3697161;-0.0104964,-0.1368772;-0.7115099;0.06262763,-0.1334897;-0.7001567;-0.03556008,0.0002898124;0.3997667;0.01258546,0;0;0,-0.0009132826;0.1996639;0.01155471,-0.00259951;0.4995834;0.01537934,0.1115826;0.3614246;0.01044316,0.1582387;0.1010902;-0.08147646,0.2204216;-0.09240966;-0.274067,-0.1117604;0.3552796;-0.003063777,-0.1571321;0.09938121;-0.1072628,-0.1964688;-0.1102466;-0.2886706,0.07198894;0.005284709;-0.03449151,0.09674606;-0.3718128;0.005315013,0.1068355;-0.7124482;0.08510026,0.1095418;-0.7009445;-0.01313702,-0.06844492;0.005711082;-0.04102044,-0.1172096;-0.3697578;-0.008692037,-0.136036;-0.7105115;0.06897701,-0.1302703;-0.6989387;-0.02914125,-0.002011744;0.3995941;0.0167212,5.931588
+0;0;0,0.0002776374;0.1997999;0.008941233,0.0002511225;0.4997454;0.01052238,0.1130856;0.3616168;-0.002303672,0.1598218;0.1236303;-0.1422258,0.220024;-0.03191133;-0.3671313,-0.109555;0.3563169;-0.008538601,-0.1660918;0.1207378;-0.1489169,-0.2045112;-0.03561895;-0.3779945,0.07122227;0.004566578;-0.03614602,0.09397319;-0.3727991;0.002292305,0.1075172;-0.7143971;0.07730834,0.1078167;-0.7030979;-0.02092706,-0.06924941;0.005923419;-0.03961606,-0.1187164;-0.3697161;-0.0104964,-0.1368772;-0.7115099;0.06262763,-0.1334897;-0.7001567;-0.03556008,0.0002898124;0.3997667;0.01258546,0;0;0,-0.0009132826;0.1996639;0.01155471,-0.00259951;0.4995834;0.01537934,0.1115826;0.3614246;0.01044316,0.1582387;0.1010902;-0.08147646,0.2204216;-0.09240966;-0.274067,-0.1117604;0.3552796;-0.003063777,-0.1571321;0.09938121;-0.1072628,-0.1964688;-0.1102466;-0.2886706,0.07198894;0.005284709;-0.03449151,0.09674606;-0.3718128;0.005315013,0.1068355;-0.7124482;0.08510026,0.1095418;-0.7009445;-0.01313702,-0.06844492;0.005711082;-0.04102044,-0.1172096;-0.3697578;-0.008692037,-0.136036;-0.7105115;0.06897701,-0.1302703;-0.6989387;-0.02914125,-0.002011744;0.3995941;0.0167212,5.942938
+0;0;0,0.0002100359;0.1997885;0.009193446,1.860026E-07;0.4997308;0.01131957,0.1128116;0.361778;-0.002779501,0.1606529;0.127609;-0.1486427,0.221197;-0.01765224;-0.380232,-0.1093793;0.35702;-0.0110499,-0.1655561;0.1208073;-0.1505051,-0.2039329;-0.0338314;-0.380753,0.07124097;0.004568815;-0.03610886,0.09393374;-0.3727775;0.002554305,0.1066852;-0.7142289;0.07837204,0.1077477;-0.7028893;-0.01986574,-0.06923827;0.005908403;-0.03963777,-0.1187567;-0.3697273;-0.0105554,-0.1367771;-0.7115256;0.06258261,-0.1326395;-0.7001389;-0.03558269,0.0001035929;0.3997484;0.01319394,0;0;0,-0.0009236949;0.1996568;0.01167534,-0.002618179;0.4995714;0.01596158,0.111455;0.3611612;0.01038229,0.1584795;0.1028075;-0.08678805,0.2220579;-0.08783396;-0.2817589,-0.1116865;0.3551214;-0.002852729,-0.1584045;0.1025392;-0.114296,-0.1970129;-0.1044011;-0.2989176,0.07199833;0.00524488;-0.03447798,0.09734944;-0.371811;0.005349301,0.1067674;-0.7124786;0.08507901,0.1093844;-0.7009573;-0.01316401,-0.06842881;0.005765774;-0.04103967,-0.1169333;-0.369737;-0.008714054,-0.1360657;-0.7104666;0.06898606,-0.1303902;-0.6988715;-0.02914166,-0.002029266;0.3995798;0.01711597,5.964799
+0;0;0,0.0002100359;0.1997885;0.009193446,1.860026E-07;0.4997308;0.01131957,0.1128116;0.361778;-0.002779501,0.1606529;0.127609;-0.1486427,0.221197;-0.01765224;-0.380232,-0.1093793;0.35702;-0.0110499,-0.1655561;0.1208073;-0.1505051,-0.2039329;-0.0338314;-0.380753,0.07124097;0.004568815;-0.03610886,0.09393374;-0.3727775;0.002554305,0.1066852;-0.7142289;0.07837204,0.1077477;-0.7028893;-0.01986574,-0.06923827;0.005908403;-0.03963777,-0.1187567;-0.3697273;-0.0105554,-0.1367771;-0.7115256;0.06258261,-0.1326395;-0.7001389;-0.03558269,0.0001035929;0.3997484;0.01319394,0;0;0,-0.0009236949;0.1996568;0.01167534,-0.002618179;0.4995714;0.01596158,0.111455;0.3611612;0.01038229,0.1584795;0.1028075;-0.08678805,0.2220579;-0.08783396;-0.2817589,-0.1116865;0.3551214;-0.002852729,-0.1584045;0.1025392;-0.114296,-0.1970129;-0.1044011;-0.2989176,0.07199833;0.00524488;-0.03447798,0.09734944;-0.371811;0.005349301,0.1067674;-0.7124786;0.08507901,0.1093844;-0.7009573;-0.01316401,-0.06842881;0.005765774;-0.04103967,-0.1169333;-0.369737;-0.008714054,-0.1360657;-0.7104666;0.06898606,-0.1303902;-0.6988715;-0.02914166,-0.002029266;0.3995798;0.01711597,5.976083
+0;0;0,0.0002100359;0.1997885;0.009193446,1.860026E-07;0.4997308;0.01131957,0.1128116;0.361778;-0.002779501,0.1606529;0.127609;-0.1486427,0.221197;-0.01765224;-0.380232,-0.1093793;0.35702;-0.0110499,-0.1655561;0.1208073;-0.1505051,-0.2039329;-0.0338314;-0.380753,0.07124097;0.004568815;-0.03610886,0.09393374;-0.3727775;0.002554305,0.1066852;-0.7142289;0.07837204,0.1077477;-0.7028893;-0.01986574,-0.06923827;0.005908403;-0.03963777,-0.1187567;-0.3697273;-0.0105554,-0.1367771;-0.7115256;0.06258261,-0.1326395;-0.7001389;-0.03558269,0.0001035929;0.3997484;0.01319394,0;0;0,-0.0009409524;0.199649;0.0118067,-0.002697495;0.4995566;0.0165887,0.1112916;0.3609226;0.01025552,0.1592775;0.1045458;-0.09156916,0.2236803;-0.08380358;-0.2884874,-0.111416;0.3551393;-0.00418782,-0.1591424;0.1051651;-0.1209574,-0.1975435;-0.1006504;-0.306875,0.07199056;0.005231853;-0.0344962,0.09730321;-0.3718157;0.005434345,0.1066862;-0.7124915;0.08513333,0.1097281;-0.7009501;-0.01310123,-0.06844149;0.005770377;-0.04101787,-0.1169544;-0.3697357;-0.008743193,-0.1363354;-0.7104404;0.06900446,-0.1302332;-0.6988248;-0.02910149,-0.002082327;0.3995631;0.01755307,5.998228
+0;0;0,0.0001327072;0.1997781;0.009416942,-0.0003102249;0.4997173;0.01190862,0.1124457;0.3617726;-0.003294288,0.1669333;0.1661677;-0.1960891,0.237006;-0.01003301;-0.4021064,-0.1094143;0.3575622;-0.01234982,-0.1656602;0.1245077;-0.1569942,-0.2019889;-0.02055481;-0.3937157,0.07125448;0.004546649;-0.03608499,0.09390575;-0.3727924;0.002672564,0.1065537;-0.7142556;0.07845451,0.1079387;-0.7028928;-0.01978365,-0.06924359;0.005926206;-0.03962583,-0.119328;-0.3696708;-0.01101814,-0.137217;-0.7114624;0.06218365,-0.132756;-0.7000549;-0.03597142,-0.0001216339;0.3997329;0.01366466,0;0;0,-0.0009409524;0.199649;0.0118067,-0.002697495;0.4995566;0.0165887,0.1112916;0.3609226;0.01025552,0.1592775;0.1045458;-0.09156916,0.2236803;-0.08380358;-0.2884874,-0.111416;0.3551393;-0.00418782,-0.1591424;0.1051651;-0.1209574,-0.1975435;-0.1006504;-0.306875,0.07199056;0.005231853;-0.0344962,0.09730321;-0.3718157;0.005434345,0.1066862;-0.7124915;0.08513333,0.1097281;-0.7009501;-0.01310123,-0.06844149;0.005770377;-0.04101787,-0.1169544;-0.3697357;-0.008743193,-0.1363354;-0.7104404;0.06900446,-0.1302332;-0.6988248;-0.02910149,-0.002082327;0.3995631;0.01755307,6.009379
+0;0;0,0.0001327072;0.1997781;0.009416942,-0.0003102249;0.4997173;0.01190862,0.1124457;0.3617726;-0.003294288,0.1669333;0.1661677;-0.1960891,0.237006;-0.01003301;-0.4021064,-0.1094143;0.3575622;-0.01234982,-0.1656602;0.1245077;-0.1569942,-0.2019889;-0.02055481;-0.3937157,0.07125448;0.004546649;-0.03608499,0.09390575;-0.3727924;0.002672564,0.1065537;-0.7142556;0.07845451,0.1079387;-0.7028928;-0.01978365,-0.06924359;0.005926206;-0.03962583,-0.119328;-0.3696708;-0.01101814,-0.137217;-0.7114624;0.06218365,-0.132756;-0.7000549;-0.03597142,-0.0001216339;0.3997329;0.01366466,0;0;0,-0.0009954021;0.1996404;0.01194729,-0.002877867;0.4995418;0.01708455,0.1111533;0.3611934;0.009112888,0.160998;0.1059937;-0.09475516,0.2263702;-0.0767598;-0.2965661,-0.111467;0.3549703;-0.003896173,-0.159756;0.1065639;-0.1237395,-0.1984403;-0.09252048;-0.3167911,0.07198086;0.005251097;-0.03451351,0.0972758;-0.3717899;0.005489338,0.106535;-0.7124438;0.08529641,0.1090742;-0.7008879;-0.01295516,-0.0684665;0.005747589;-0.0409793,-0.1168979;-0.3697844;-0.008883987,-0.1366426;-0.7104142;0.06909999,-0.1310397;-0.6987757;-0.02904002,-0.002210732;0.3995475;0.01791995,6.020783
+0;0;0,0.0001327072;0.1997781;0.009416942,-0.0003102249;0.4997173;0.01190862,0.1124457;0.3617726;-0.003294288,0.1669333;0.1661677;-0.1960891,0.237006;-0.01003301;-0.4021064,-0.1094143;0.3575622;-0.01234982,-0.1656602;0.1245077;-0.1569942,-0.2019889;-0.02055481;-0.3937157,0.07125448;0.004546649;-0.03608499,0.09390575;-0.3727924;0.002672564,0.1065537;-0.7142556;0.07845451,0.1079387;-0.7028928;-0.01978365,-0.06924359;0.005926206;-0.03962583,-0.119328;-0.3696708;-0.01101814,-0.137217;-0.7114624;0.06218365,-0.132756;-0.7000549;-0.03597142,-0.0001216339;0.3997329;0.01366466,0;0;0,-0.0009954021;0.1996404;0.01194729,-0.002877867;0.4995418;0.01708455,0.1111533;0.3611934;0.009112888,0.160998;0.1059937;-0.09475516,0.2263702;-0.0767598;-0.2965661,-0.111467;0.3549703;-0.003896173,-0.159756;0.1065639;-0.1237395,-0.1984403;-0.09252048;-0.3167911,0.07198086;0.005251097;-0.03451351,0.0972758;-0.3717899;0.005489338,0.106535;-0.7124438;0.08529641,0.1090742;-0.7008879;-0.01295516,-0.0684665;0.005747589;-0.0409793,-0.1168979;-0.3697844;-0.008883987,-0.1366426;-0.7104142;0.06909999,-0.1310397;-0.6987757;-0.02904002,-0.002210732;0.3995475;0.01791995,6.042944
+0;0;0,8.594813E-05;0.1997626;0.009742602,-0.0004935137;0.4996971;0.0126857,0.1121946;0.361915;-0.003742927,0.168328;0.1675218;-0.1972897,0.2405313;0.005345032;-0.41382,-0.1093525;0.3579172;-0.01312683,-0.1645353;0.1272449;-0.1619391,-0.1992402;-0.009372473;-0.4038715,0.07127059;0.004531007;-0.03605515,0.09386933;-0.3728037;0.002775464,0.1064784;-0.7142724;0.07853949,0.1080397;-0.7028775;-0.01970212,-0.06924596;0.005930382;-0.03962103,-0.1194714;-0.3696488;-0.01102555,-0.1371337;-0.7114277;0.06229005,-0.1324986;-0.699984;-0.03586383,-0.0002599232;0.3997104;0.01429861,0;0;0,-0.001092492;0.1996282;0.01214005,-0.003018787;0.4995263;0.01750042,0.1110495;0.3614646;0.008424766,0.1629197;0.1090459;-0.1010936,0.2328716;-0.06279613;-0.3108007,-0.1110926;0.3546871;-0.00541079,-0.1604745;0.1087285;-0.1297723,-0.1984915;-0.08821486;-0.3251387,0.07196227;0.005248064;-0.03455271,0.09707382;-0.3717702;0.005779158,0.1062496;-0.7124185;0.08561979,0.1090702;-0.7008482;-0.01262681,-0.06849648;0.005746691;-0.0409293,-0.1170684;-0.3697628;-0.008782778,-0.137057;-0.7103227;0.06944372,-0.1311711;-0.6986707;-0.02868228,-0.002328541;0.3995314;0.01824005,6.054729
+0;0;0,8.594813E-05;0.1997626;0.009742602,-0.0004935137;0.4996971;0.0126857,0.1121946;0.361915;-0.003742927,0.168328;0.1675218;-0.1972897,0.2405313;0.005345032;-0.41382,-0.1093525;0.3579172;-0.01312683,-0.1645353;0.1272449;-0.1619391,-0.1992402;-0.009372473;-0.4038715,0.07127059;0.004531007;-0.03605515,0.09386933;-0.3728037;0.002775464,0.1064784;-0.7142724;0.07853949,0.1080397;-0.7028775;-0.01970212,-0.06924596;0.005930382;-0.03962103,-0.1194714;-0.3696488;-0.01102555,-0.1371337;-0.7114277;0.06229005,-0.1324986;-0.699984;-0.03586383,-0.0002599232;0.3997104;0.01429861,0;0;0,-0.001092492;0.1996282;0.01214005,-0.003018787;0.4995263;0.01750042,0.1110495;0.3614646;0.008424766,0.1629197;0.1090459;-0.1010936,0.2328716;-0.06279613;-0.3108007,-0.1110926;0.3546871;-0.00541079,-0.1604745;0.1087285;-0.1297723,-0.1984915;-0.08821486;-0.3251387,0.07196227;0.005248064;-0.03455271,0.09707382;-0.3717702;0.005779158,0.1062496;-0.7124185;0.08561979,0.1090702;-0.7008482;-0.01262681,-0.06849648;0.005746691;-0.0409293,-0.1170684;-0.3697628;-0.008782778,-0.137057;-0.7103227;0.06944372,-0.1311711;-0.6986707;-0.02868228,-0.002328541;0.3995314;0.01824005,6.076285
+0;0;0,8.594813E-05;0.1997626;0.009742602,-0.0004935137;0.4996971;0.0126857,0.1121946;0.361915;-0.003742927,0.168328;0.1675218;-0.1972897,0.2405313;0.005345032;-0.41382,-0.1093525;0.3579172;-0.01312683,-0.1645353;0.1272449;-0.1619391,-0.1992402;-0.009372473;-0.4038715,0.07127059;0.004531007;-0.03605515,0.09386933;-0.3728037;0.002775464,0.1064784;-0.7142724;0.07853949,0.1080397;-0.7028775;-0.01970212,-0.06924596;0.005930382;-0.03962103,-0.1194714;-0.3696488;-0.01102555,-0.1371337;-0.7114277;0.06229005,-0.1324986;-0.699984;-0.03586383,-0.0002599232;0.3997104;0.01429861,0;0;0,-0.001177633;0.1996107;0.01241756,-0.003098599;0.4994979;0.01846773,0.110937;0.3616042;0.008060547,0.1652675;0.111797;-0.1061522,0.2337655;-0.06175904;-0.3149256,-0.1111144;0.3545884;-0.004847424,-0.1610882;0.1098822;-0.1314236,-0.1982932;-0.08300601;-0.3309479,0.07192043;0.005180992;-0.03464981,0.09678041;-0.3717992;0.006190546,0.1058705;-0.7124215;0.08615187,0.1083671;-0.7008054;-0.01211205,-0.0685636;0.005790784;-0.04081053,-0.1171932;-0.3697198;-0.008764558,-0.1371588;-0.7102217;0.06972006,-0.1315993;-0.698531;-0.02843218,-0.002403096;0.3995013;0.01891528,6.087773
+0;0;0,2.231901E-05;0.1997567;0.009862999,-0.0006843069;0.4996895;0.01293923,0.1123722;0.3626285;-0.003001211,0.16745;0.1770086;-0.2052675,0.2427127;0.01997465;-0.4245296,-0.1092611;0.3584175;-0.01457699,-0.1643405;0.1313049;-0.1688045,-0.1985319;-0.00586307;-0.4104983,0.07129969;0.004512116;-0.03599992,0.0938686;-0.372839;0.00268859,0.1064923;-0.7143374;0.07831581,0.1087772;-0.7029443;-0.01991131,-0.06919032;0.005970955;-0.03971206,-0.1197919;-0.3695705;-0.0112852,-0.1371525;-0.7113129;0.06227257,-0.1317948;-0.6998616;-0.03584593,-0.0004057949;0.3997022;0.01451091,0;0;0,-0.001177633;0.1996107;0.01241756,-0.003098599;0.4994979;0.01846773,0.110937;0.3616042;0.008060547,0.1652675;0.111797;-0.1061522,0.2337655;-0.06175904;-0.3149256,-0.1111144;0.3545884;-0.004847424,-0.1610882;0.1098822;-0.1314236,-0.1982932;-0.08300601;-0.3309479,0.07192043;0.005180992;-0.03464981,0.09678041;-0.3717992;0.006190546,0.1058705;-0.7124215;0.08615187,0.1083671;-0.7008054;-0.01211205,-0.0685636;0.005790784;-0.04081053,-0.1171932;-0.3697198;-0.008764558,-0.1371588;-0.7102217;0.06972006,-0.1315993;-0.698531;-0.02843218,-0.002403096;0.3995013;0.01891528,6.099189
+0;0;0,2.231901E-05;0.1997567;0.009862999,-0.0006843069;0.4996895;0.01293923,0.1123722;0.3626285;-0.003001211,0.16745;0.1770086;-0.2052675,0.2427127;0.01997465;-0.4245296,-0.1092611;0.3584175;-0.01457699,-0.1643405;0.1313049;-0.1688045,-0.1985319;-0.00586307;-0.4104983,0.07129969;0.004512116;-0.03599992,0.0938686;-0.372839;0.00268859,0.1064923;-0.7143374;0.07831581,0.1087772;-0.7029443;-0.01991131,-0.06919032;0.005970955;-0.03971206,-0.1197919;-0.3695705;-0.0112852,-0.1371525;-0.7113129;0.06227257,-0.1317948;-0.6998616;-0.03584593,-0.0004057949;0.3997022;0.01451091,0;0;0,-0.00121366;0.1995967;0.01263605,-0.003095834;0.4994743;0.01920797,0.1108706;0.3616436;0.007817344,0.1658196;0.113921;-0.1105638,0.2356337;-0.05976349;-0.3187937,-0.1110592;0.3544748;-0.004439846,-0.1626861;0.1131603;-0.1367349,-0.1987295;-0.07663193;-0.3394164,0.07188939;0.005146558;-0.03471927,0.09663051;-0.3718024;0.006479889,0.1056259;-0.7124193;0.08647512,0.1078965;-0.70077;-0.0118005,-0.0686106;0.005813145;-0.04072827,-0.117282;-0.3696941;-0.008707143,-0.1372384;-0.7101463;0.06999524,-0.1319059;-0.6984239;-0.0281755,-0.002413268;0.3994769;0.01945324,6.120979
+0;0;0,2.231901E-05;0.1997567;0.009862999,-0.0006843069;0.4996895;0.01293923,0.1123722;0.3626285;-0.003001211,0.16745;0.1770086;-0.2052675,0.2427127;0.01997465;-0.4245296,-0.1092611;0.3584175;-0.01457699,-0.1643405;0.1313049;-0.1688045,-0.1985319;-0.00586307;-0.4104983,0.07129969;0.004512116;-0.03599992,0.0938686;-0.372839;0.00268859,0.1064923;-0.7143374;0.07831581,0.1087772;-0.7029443;-0.01991131,-0.06919032;0.005970955;-0.03971206,-0.1197919;-0.3695705;-0.0112852,-0.1371525;-0.7113129;0.06227257,-0.1317948;-0.6998616;-0.03584593,-0.0004057949;0.3997022;0.01451091,0;0;0,-0.00121366;0.1995967;0.01263605,-0.003095834;0.4994743;0.01920797,0.1108706;0.3616436;0.007817344,0.1658196;0.113921;-0.1105638,0.2356337;-0.05976349;-0.3187937,-0.1110592;0.3544748;-0.004439846,-0.1626861;0.1131603;-0.1367349,-0.1987295;-0.07663193;-0.3394164,0.07188939;0.005146558;-0.03471927,0.09663051;-0.3718024;0.006479889,0.1056259;-0.7124193;0.08647512,0.1078965;-0.70077;-0.0118005,-0.0686106;0.005813145;-0.04072827,-0.117282;-0.3696941;-0.008707143,-0.1372384;-0.7101463;0.06999524,-0.1319059;-0.6984239;-0.0281755,-0.002413268;0.3994769;0.01945324,6.132959
+0;0;0,-7.298131E-05;0.199746;0.01007537,-0.001051447;0.4996731;0.01365165,0.1119325;0.3628652;-0.004029508,0.1699879;0.1804918;-0.2084054,0.2340395;0.06994639;-0.4575582,-0.1092647;0.3587283;-0.01547343,-0.1711336;0.1608543;-0.2036705,-0.1988771;0.02968431;-0.4494849,0.07132348;0.00450964;-0.03595309,0.09385979;-0.3728322;0.002844784,0.1063057;-0.7143165;0.07856499,0.1086068;-0.7029103;-0.01966422,-0.06917404;0.005971608;-0.03974029,-0.1199601;-0.3695502;-0.01138313,-0.1369258;-0.7113423;0.06203556,-0.1315563;-0.6998541;-0.03608926,-0.0006760916;0.3996835;0.01504185,0;0;0,-0.001320051;0.1995794;0.01289652,-0.003247045;0.499448;0.01988988,0.1106655;0.3616318;0.007533322,0.1665644;0.1152797;-0.1132389,0.2372961;-0.05317535;-0.325418,-0.1111163;0.3543535;-0.004051458,-0.1634576;0.1158487;-0.1410766,-0.1986196;-0.06932968;-0.3481335,0.07189208;0.005135685;-0.03471532,0.09640428;-0.3717859;0.006868698,0.1054111;-0.7124391;0.08670815,0.1074473;-0.7007535;-0.01157938,-0.06863501;0.005820401;-0.04068609,-0.1173019;-0.3696868;-0.008656662,-0.1370449;-0.7100244;0.07059325,-0.1319507;-0.6982689;-0.02759629,-0.00253813;0.3994505;0.01997009,6.154525
+0;0;0,-7.298131E-05;0.199746;0.01007537,-0.001051447;0.4996731;0.01365165,0.1119325;0.3628652;-0.004029508,0.1699879;0.1804918;-0.2084054,0.2340395;0.06994639;-0.4575582,-0.1092647;0.3587283;-0.01547343,-0.1711336;0.1608543;-0.2036705,-0.1988771;0.02968431;-0.4494849,0.07132348;0.00450964;-0.03595309,0.09385979;-0.3728322;0.002844784,0.1063057;-0.7143165;0.07856499,0.1086068;-0.7029103;-0.01966422,-0.06917404;0.005971608;-0.03974029,-0.1199601;-0.3695502;-0.01138313,-0.1369258;-0.7113423;0.06203556,-0.1315563;-0.6998541;-0.03608926,-0.0006760916;0.3996835;0.01504185,0;0;0,-0.001320051;0.1995794;0.01289652,-0.003247045;0.499448;0.01988988,0.1106655;0.3616318;0.007533322,0.1665644;0.1152797;-0.1132389,0.2372961;-0.05317535;-0.325418,-0.1111163;0.3543535;-0.004051458,-0.1634576;0.1158487;-0.1410766,-0.1986196;-0.06932968;-0.3481335,0.07189208;0.005135685;-0.03471532,0.09640428;-0.3717859;0.006868698,0.1054111;-0.7124391;0.08670815,0.1074473;-0.7007535;-0.01157938,-0.06863501;0.005820401;-0.04068609,-0.1173019;-0.3696868;-0.008656662,-0.1370449;-0.7100244;0.07059325,-0.1319507;-0.6982689;-0.02759629,-0.00253813;0.3994505;0.01997009,6.165905
+0;0;0,-7.298131E-05;0.199746;0.01007537,-0.001051447;0.4996731;0.01365165,0.1119325;0.3628652;-0.004029508,0.1699879;0.1804918;-0.2084054,0.2340395;0.06994639;-0.4575582,-0.1092647;0.3587283;-0.01547343,-0.1711336;0.1608543;-0.2036705,-0.1988771;0.02968431;-0.4494849,0.07132348;0.00450964;-0.03595309,0.09385979;-0.3728322;0.002844784,0.1063057;-0.7143165;0.07856499,0.1086068;-0.7029103;-0.01966422,-0.06917404;0.005971608;-0.03974029,-0.1199601;-0.3695502;-0.01138313,-0.1369258;-0.7113423;0.06203556,-0.1315563;-0.6998541;-0.03608926,-0.0006760916;0.3996835;0.01504185,0;0;0,-0.001399262;0.1995639;0.01312627,-0.003412535;0.4994241;0.02046903,0.1105291;0.3617781;0.007391503,0.1675918;0.1161389;-0.1142852,0.2387568;-0.04789129;-0.3297606,-0.1111806;0.35424;-0.003716551,-0.1638839;0.1185317;-0.145364,-0.1985223;-0.0557308;-0.3617728,0.07182063;0.005177035;-0.03485677,0.09611584;-0.3717021;0.007236924,0.1051621;-0.7123414;0.08713067,0.1070251;-0.7006304;-0.01116503,-0.06871064;0.005795191;-0.04056184,-0.117395;-0.36972;-0.008652918,-0.1372632;-0.7099862;0.07087192,-0.1323416;-0.6982074;-0.02733075,-0.002664923;0.3994269;0.02041814,6.188414
+0;0;0,-0.0001604113;0.1997346;0.01029924,-0.001371053;0.4996546;0.0143976,0.1115554;0.363109;-0.004765432,0.1736389;0.1866805;-0.2131369,0.2282203;0.08410493;-0.4678899,-0.1094563;0.3580872;-0.01422853,-0.1712471;0.1616709;-0.2039718,-0.1995961;0.03456976;-0.451846,0.07134502;0.004529309;-0.03590783,0.09395094;-0.3727993;0.002977282,0.1064741;-0.7143213;0.07851478,0.1080608;-0.7028868;-0.01973391,-0.06917211;0.005939341;-0.03974849,-0.1201517;-0.3695644;-0.01149899,-0.1369069;-0.711309;0.06218894,-0.1322489;-0.6997778;-0.03598033,-0.0009126394;0.3996629;0.01559979,0;0;0,-0.001399262;0.1995639;0.01312627,-0.003412535;0.4994241;0.02046903,0.1105291;0.3617781;0.007391503,0.1675918;0.1161389;-0.1142852,0.2387568;-0.04789129;-0.3297606,-0.1111806;0.35424;-0.003716551,-0.1638839;0.1185317;-0.145364,-0.1985223;-0.0557308;-0.3617728,0.07182063;0.005177035;-0.03485677,0.09611584;-0.3717021;0.007236924,0.1051621;-0.7123414;0.08713067,0.1070251;-0.7006304;-0.01116503,-0.06871064;0.005795191;-0.04056184,-0.117395;-0.36972;-0.008652918,-0.1372632;-0.7099862;0.07087192,-0.1323416;-0.6982074;-0.02733075,-0.002664923;0.3994269;0.02041814,6.199355
+0;0;0,-0.0001604113;0.1997346;0.01029924,-0.001371053;0.4996546;0.0143976,0.1115554;0.363109;-0.004765432,0.1736389;0.1866805;-0.2131369,0.2282203;0.08410493;-0.4678899,-0.1094563;0.3580872;-0.01422853,-0.1712471;0.1616709;-0.2039718,-0.1995961;0.03456976;-0.451846,0.07134502;0.004529309;-0.03590783,0.09395094;-0.3727993;0.002977282,0.1064741;-0.7143213;0.07851478,0.1080608;-0.7028868;-0.01973391,-0.06917211;0.005939341;-0.03974849,-0.1201517;-0.3695644;-0.01149899,-0.1369069;-0.711309;0.06218894,-0.1322489;-0.6997778;-0.03598033,-0.0009126394;0.3996629;0.01559979,0;0;0,-0.001399262;0.1995639;0.01312627,-0.003412535;0.4994241;0.02046903,0.1105291;0.3617781;0.007391503,0.1675918;0.1161389;-0.1142852,0.2387568;-0.04789129;-0.3297606,-0.1111806;0.35424;-0.003716551,-0.1638839;0.1185317;-0.145364,-0.1985223;-0.0557308;-0.3617728,0.07182063;0.005177035;-0.03485677,0.09611584;-0.3717021;0.007236924,0.1051621;-0.7123414;0.08713067,0.1070251;-0.7006304;-0.01116503,-0.06871064;0.005795191;-0.04056184,-0.117395;-0.36972;-0.008652918,-0.1372632;-0.7099862;0.07087192,-0.1323416;-0.6982074;-0.02733075,-0.002664923;0.3994269;0.02041814,6.211276
+0;0;0,-0.0001604113;0.1997346;0.01029924,-0.001371053;0.4996546;0.0143976,0.1115554;0.363109;-0.004765432,0.1736389;0.1866805;-0.2131369,0.2282203;0.08410493;-0.4678899,-0.1094563;0.3580872;-0.01422853,-0.1712471;0.1616709;-0.2039718,-0.1995961;0.03456976;-0.451846,0.07134502;0.004529309;-0.03590783,0.09395094;-0.3727993;0.002977282,0.1064741;-0.7143213;0.07851478,0.1080608;-0.7028868;-0.01973391,-0.06917211;0.005939341;-0.03974849,-0.1201517;-0.3695644;-0.01149899,-0.1369069;-0.711309;0.06218894,-0.1322489;-0.6997778;-0.03598033,-0.0009126394;0.3996629;0.01559979,0;0;0,-0.001460937;0.1995473;0.01336936,-0.00354969;0.4993965;0.02114872,0.1103064;0.3615307;0.007537599,0.1679894;0.1179412;-0.1179089,0.2393728;-0.02853917;-0.3456103,-0.1112413;0.3542249;-0.003421688,-0.1641696;0.1216373;-0.150056,-0.1990779;-0.05551474;-0.364062,0.07177661;0.005177113;-0.03494731,0.09587014;-0.371664;0.00759998,0.104949;-0.7122717;0.08762501,0.1067651;-0.7005321;-0.01067687,-0.06877206;0.005801279;-0.04045675,-0.1173389;-0.3697453;-0.0087386,-0.1376094;-0.709851;0.07136843,-0.1327323;-0.6980487;-0.02684084,-0.002770592;0.3993998;0.02093659,6.23301
+0;0;0,-0.0002590117;0.1997216;0.01054598,-0.00171182;0.4996346;0.01508856,0.1111445;0.3631349;-0.005117133,0.1804529;0.193441;-0.216778,0.2406106;0.1208501;-0.4804286,-0.1094665;0.3585454;-0.01523792,-0.1721781;0.1651984;-0.2078105,-0.1998372;0.04479157;-0.4590816,0.07138892;0.004511749;-0.0358227,0.09396359;-0.3728076;0.003170889,0.1066449;-0.7142847;0.07888466,0.1084769;-0.7028251;-0.01936449,-0.06914912;0.005965331;-0.03978459,-0.1201897;-0.3695245;-0.01146039,-0.1368791;-0.7112634;0.06226884,-0.1319733;-0.6997033;-0.03589381,-0.001175249;0.3996415;0.01613271,0;0;0,-0.001462583;0.1995313;0.01360578,-0.003528745;0.4993679;0.02188099,0.1100585;0.3609818;0.007439681,0.1697852;0.1202484;-0.122484,0.2409757;-0.03153346;-0.3467476,-0.1111659;0.3541925;-0.003162589,-0.1625126;0.1245197;-0.154866,-0.1993705;-0.05342914;-0.3678817,0.07177827;0.005150269;-0.03494788,0.09579794;-0.3716528;0.007976402,0.1048746;-0.7122885;0.08788209,0.1065965;-0.7005196;-0.01042694,-0.06879307;0.005827778;-0.04041721,-0.1171202;-0.3697353;-0.008529801,-0.1377256;-0.7098181;0.07158981,-0.1329416;-0.6979907;-0.02662867,-0.002763487;0.3993716;0.02149023,6.255213
+0;0;0,-0.0002590117;0.1997216;0.01054598,-0.00171182;0.4996346;0.01508856,0.1111445;0.3631349;-0.005117133,0.1804529;0.193441;-0.216778,0.2406106;0.1208501;-0.4804286,-0.1094665;0.3585454;-0.01523792,-0.1721781;0.1651984;-0.2078105,-0.1998372;0.04479157;-0.4590816,0.07138892;0.004511749;-0.0358227,0.09396359;-0.3728076;0.003170889,0.1066449;-0.7142847;0.07888466,0.1084769;-0.7028251;-0.01936449,-0.06914912;0.005965331;-0.03978459,-0.1201897;-0.3695245;-0.01146039,-0.1368791;-0.7112634;0.06226884,-0.1319733;-0.6997033;-0.03589381,-0.001175249;0.3996415;0.01613271,0;0;0,-0.001462583;0.1995313;0.01360578,-0.003528745;0.4993679;0.02188099,0.1100585;0.3609818;0.007439681,0.1697852;0.1202484;-0.122484,0.2409757;-0.03153346;-0.3467476,-0.1111659;0.3541925;-0.003162589,-0.1625126;0.1245197;-0.154866,-0.1993705;-0.05342914;-0.3678817,0.07177827;0.005150269;-0.03494788,0.09579794;-0.3716528;0.007976402,0.1048746;-0.7122885;0.08788209,0.1065965;-0.7005196;-0.01042694,-0.06879307;0.005827778;-0.04041721,-0.1171202;-0.3697353;-0.008529801,-0.1377256;-0.7098181;0.07158981,-0.1329416;-0.6979907;-0.02662867,-0.002763487;0.3993716;0.02149023,6.266452
+0;0;0,-0.0002590117;0.1997216;0.01054598,-0.00171182;0.4996346;0.01508856,0.1111445;0.3631349;-0.005117133,0.1804529;0.193441;-0.216778,0.2406106;0.1208501;-0.4804286,-0.1094665;0.3585454;-0.01523792,-0.1721781;0.1651984;-0.2078105,-0.1998372;0.04479157;-0.4590816,0.07138892;0.004511749;-0.0358227,0.09396359;-0.3728076;0.003170889,0.1066449;-0.7142847;0.07888466,0.1084769;-0.7028251;-0.01936449,-0.06914912;0.005965331;-0.03978459,-0.1201897;-0.3695245;-0.01146039,-0.1368791;-0.7112634;0.06226884,-0.1319733;-0.6997033;-0.03589381,-0.001175249;0.3996415;0.01613271,0;0;0,-0.001456302;0.1995209;0.0137589,-0.003542159;0.4993502;0.02227761,0.110047;0.3611767;0.007201244,0.1733645;0.1239284;-0.1273503,0.2424575;-0.02977905;-0.3509575,-0.1111228;0.3541424;-0.003021918,-0.1610803;0.1224231;-0.1520535,-0.1989197;-0.04971844;-0.3696206,0.07177335;0.005123712;-0.03496189,0.09550247;-0.3716557;0.00833017,0.1048101;-0.7123396;0.08800337,0.1063946;-0.7005493;-0.01031194,-0.06880606;0.005852316;-0.04039153,-0.1171969;-0.3697325;-0.008857608,-0.1378398;-0.7097359;0.07158806,-0.1331919;-0.6978939;-0.02663967,-0.002775659;0.3993542;0.02181348,6.288479
+0;0;0,-0.0003073337;0.1997057;0.0108408,-0.001888673;0.4996127;0.01573809,0.1108315;0.3631904;-0.005603213,0.1824547;0.1969367;-0.2192146,0.2240889;0.110403;-0.4822327,-0.1094401;0.3588567;-0.01571639,-0.1720347;0.1700288;-0.2127593,-0.1975424;0.04687015;-0.4629219,0.07147828;0.004501269;-0.03564541,0.09418479;-0.3727942;0.003501717,0.1067158;-0.7142778;0.07921125,0.1085994;-0.7027935;-0.01904158,-0.06909978;0.005979744;-0.03986806,-0.1197742;-0.3695387;-0.01126692,-0.1361789;-0.7112743;0.0625415,-0.1312256;-0.699668;-0.03562741,-0.001317791;0.3996186;0.01665713,0;0;0,-0.001456302;0.1995209;0.0137589,-0.003542159;0.4993502;0.02227761,0.110047;0.3611767;0.007201244,0.1733645;0.1239284;-0.1273503,0.2424575;-0.02977905;-0.3509575,-0.1111228;0.3541424;-0.003021918,-0.1610803;0.1224231;-0.1520535,-0.1989197;-0.04971844;-0.3696206,0.07177335;0.005123712;-0.03496189,0.09550247;-0.3716557;0.00833017,0.1048101;-0.7123396;0.08800337,0.1063946;-0.7005493;-0.01031194,-0.06880606;0.005852316;-0.04039153,-0.1171969;-0.3697325;-0.008857608,-0.1378398;-0.7097359;0.07158806,-0.1331919;-0.6978939;-0.02663967,-0.002775659;0.3993542;0.02181348,6.299929
+0;0;0,-0.0003073337;0.1997057;0.0108408,-0.001888673;0.4996127;0.01573809,0.1108315;0.3631904;-0.005603213,0.1824547;0.1969367;-0.2192146,0.2240889;0.110403;-0.4822327,-0.1094401;0.3588567;-0.01571639,-0.1720347;0.1700288;-0.2127593,-0.1975424;0.04687015;-0.4629219,0.07147828;0.004501269;-0.03564541,0.09418479;-0.3727942;0.003501717,0.1067158;-0.7142778;0.07921125,0.1085994;-0.7027935;-0.01904158,-0.06909978;0.005979744;-0.03986806,-0.1197742;-0.3695387;-0.01126692,-0.1361789;-0.7112743;0.0625415,-0.1312256;-0.699668;-0.03562741,-0.001317791;0.3996186;0.01665713,0;0;0,-0.001519548;0.1995094;0.01391719,-0.003703669;0.4993315;0.02266026,0.1099063;0.3613027;0.00700298,0.1781065;0.1544886;-0.1689989,0.2526827;-0.02172329;-0.3734194,-0.1101653;0.3537137;-0.006375782,-0.1613724;0.1212451;-0.1538078,-0.1990557;-0.0458862;-0.3752735,0.07176854;0.005163894;-0.03496585,0.09496352;-0.3715922;0.008816041,0.1045034;-0.7123075;0.08832771,0.1072087;-0.7005125;-0.009963982,-0.06881402;0.005818311;-0.0403829,-0.1172462;-0.3697632;-0.008873504,-0.1377453;-0.7097158;0.07182343,-0.1319831;-0.6978636;-0.0263471,-0.002897897;0.3993362;0.02212483,6.322205
+0;0;0,-0.0003073337;0.1997057;0.0108408,-0.001888673;0.4996127;0.01573809,0.1108315;0.3631904;-0.005603213,0.1824547;0.1969367;-0.2192146,0.2240889;0.110403;-0.4822327,-0.1094401;0.3588567;-0.01571639,-0.1720347;0.1700288;-0.2127593,-0.1975424;0.04687015;-0.4629219,0.07147828;0.004501269;-0.03564541,0.09418479;-0.3727942;0.003501717,0.1067158;-0.7142778;0.07921125,0.1085994;-0.7027935;-0.01904158,-0.06909978;0.005979744;-0.03986806,-0.1197742;-0.3695387;-0.01126692,-0.1361789;-0.7112743;0.0625415,-0.1312256;-0.699668;-0.03562741,-0.001317791;0.3996186;0.01665713,0;0;0,-0.001519548;0.1995094;0.01391719,-0.003703669;0.4993315;0.02266026,0.1099063;0.3613027;0.00700298,0.1781065;0.1544886;-0.1689989,0.2526827;-0.02172329;-0.3734194,-0.1101653;0.3537137;-0.006375782,-0.1613724;0.1212451;-0.1538078,-0.1990557;-0.0458862;-0.3752735,0.07176854;0.005163894;-0.03496585,0.09496352;-0.3715922;0.008816041,0.1045034;-0.7123075;0.08832771,0.1072087;-0.7005125;-0.009963982,-0.06881402;0.005818311;-0.0403829,-0.1172462;-0.3697632;-0.008873504,-0.1377453;-0.7097158;0.07182343,-0.1319831;-0.6978636;-0.0263471,-0.002897897;0.3993362;0.02212483,6.344446
+0;0;0,-0.0003863578;0.1996938;0.0110555,-0.002082578;0.4995942;0.01630943,0.1105966;0.363365;-0.005819395,0.1834789;0.2056436;-0.225392,0.2233194;0.1453714;-0.49591,-0.1093645;0.3589787;-0.01622523,-0.172838;0.17528;-0.217784,-0.2021088;0.08992425;-0.4828455,0.07150453;0.004509581;-0.03559165,0.09428225;-0.3727731;0.003637634,0.1067451;-0.714258;0.0793528,0.1087523;-0.7027544;-0.01890122,-0.06909877;0.005965133;-0.03987201,-0.1197196;-0.3695545;-0.01119138,-0.1361328;-0.7112942;0.06259609,-0.1310552;-0.6996607;-0.03557159,-0.001481024;0.3995993;0.01710825,0;0;0,-0.001571799;0.199499;0.01405986,-0.003856444;0.4993121;0.02306839,0.1097444;0.3613788;0.006760556,0.1783421;0.1552606;-0.169902,0.2541964;-0.01688688;-0.3772938,-0.1098899;0.353879;-0.007756861,-0.1607795;0.1212164;-0.1549926,-0.198675;-0.03957182;-0.3810702,0.0717923;0.005225108;-0.03490791,0.09449387;-0.3715293;0.00914643,0.1041599;-0.7122915;0.0884411,0.107301;-0.7004749;-0.009841658,-0.06877285;0.005751129;-0.04046256,-0.1173644;-0.3697955;-0.008783691,-0.1377495;-0.7097307;0.07201549,-0.1315569;-0.6978651;-0.02613132,-0.00301349;0.3993176;0.02245505,6.355627
+0;0;0,-0.0003863578;0.1996938;0.0110555,-0.002082578;0.4995942;0.01630943,0.1105966;0.363365;-0.005819395,0.1834789;0.2056436;-0.225392,0.2233194;0.1453714;-0.49591,-0.1093645;0.3589787;-0.01622523,-0.172838;0.17528;-0.217784,-0.2021088;0.08992425;-0.4828455,0.07150453;0.004509581;-0.03559165,0.09428225;-0.3727731;0.003637634,0.1067451;-0.714258;0.0793528,0.1087523;-0.7027544;-0.01890122,-0.06909877;0.005965133;-0.03987201,-0.1197196;-0.3695545;-0.01119138,-0.1361328;-0.7112942;0.06259609,-0.1310552;-0.6996607;-0.03557159,-0.001481024;0.3995993;0.01710825,0;0;0,-0.001571799;0.199499;0.01405986,-0.003856444;0.4993121;0.02306839,0.1097444;0.3613788;0.006760556,0.1783421;0.1552606;-0.169902,0.2541964;-0.01688688;-0.3772938,-0.1098899;0.353879;-0.007756861,-0.1607795;0.1212164;-0.1549926,-0.198675;-0.03957182;-0.3810702,0.0717923;0.005225108;-0.03490791,0.09449387;-0.3715293;0.00914643,0.1041599;-0.7122915;0.0884411,0.107301;-0.7004749;-0.009841658,-0.06877285;0.005751129;-0.04046256,-0.1173644;-0.3697955;-0.008783691,-0.1377495;-0.7097307;0.07201549,-0.1315569;-0.6978651;-0.02613132,-0.00301349;0.3993176;0.02245505,6.367311
+0;0;0,-0.0003863578;0.1996938;0.0110555,-0.002082578;0.4995942;0.01630943,0.1105966;0.363365;-0.005819395,0.1834789;0.2056436;-0.225392,0.2233194;0.1453714;-0.49591,-0.1093645;0.3589787;-0.01622523,-0.172838;0.17528;-0.217784,-0.2021088;0.08992425;-0.4828455,0.07150453;0.004509581;-0.03559165,0.09428225;-0.3727731;0.003637634,0.1067451;-0.714258;0.0793528,0.1087523;-0.7027544;-0.01890122,-0.06909877;0.005965133;-0.03987201,-0.1197196;-0.3695545;-0.01119138,-0.1361328;-0.7112942;0.06259609,-0.1310552;-0.6996607;-0.03557159,-0.001481024;0.3995993;0.01710825,0;0;0,-0.001605398;0.1994902;0.01418033,-0.00393918;0.4992958;0.02340831,0.1096574;0.3615051;0.006542968,0.1789391;0.1571973;-0.1719463,0.2354398;0.003289223;-0.3989263,-0.1100683;0.3538924;-0.007116633,-0.1618544;0.1250764;-0.1599612,-0.198461;-0.03273012;-0.3883404,0.07180203;0.005231887;-0.0348869,0.09426366;-0.3714928;0.009542659,0.1040369;-0.7122756;0.08873599,0.1068655;-0.7004419;-0.0095594,-0.06876509;0.005746232;-0.04047644,-0.1175841;-0.3698001;-0.00914517,-0.1378495;-0.7096967;0.07184652,-0.1319696;-0.6978147;-0.02632253,-0.003077945;0.3993018;0.02273389,6.389026
+0;0;0,-0.0005152917;0.1996793;0.01130916,-0.002436489;0.4995722;0.01690624,0.1101525;0.3634172;-0.006224366,0.1865695;0.2111885;-0.2284559,0.2230221;0.1278817;-0.4932788,-0.1094365;0.3592898;-0.0168148,-0.175059;0.1834007;-0.2245567,-0.1993773;0.1019141;-0.491331,0.0715448;0.004494892;-0.03551249,0.09458198;-0.3727803;0.003636617,0.1066516;-0.714245;0.07950643,0.1087383;-0.7027269;-0.01874868,-0.06909647;0.005974303;-0.03987462,-0.1196939;-0.369564;-0.0113987,-0.1359917;-0.7112733;0.06255496,-0.1308372;-0.6996121;-0.03561389,-0.001764309;0.3995768;0.01758958,0;0;0,-0.001605398;0.1994902;0.01418033,-0.00393918;0.4992958;0.02340831,0.1096574;0.3615051;0.006542968,0.1789391;0.1571973;-0.1719463,0.2354398;0.003289223;-0.3989263,-0.1100683;0.3538924;-0.007116633,-0.1618544;0.1250764;-0.1599612,-0.198461;-0.03273012;-0.3883404,0.07180203;0.005231887;-0.0348869,0.09426366;-0.3714928;0.009542659,0.1040369;-0.7122756;0.08873599,0.1068655;-0.7004419;-0.0095594,-0.06876509;0.005746232;-0.04047644,-0.1175841;-0.3698001;-0.00914517,-0.1378495;-0.7096967;0.07184652,-0.1319696;-0.6978147;-0.02632253,-0.003077945;0.3993018;0.02273389,6.400598
+0;0;0,-0.0005152917;0.1996793;0.01130916,-0.002436489;0.4995722;0.01690624,0.1101525;0.3634172;-0.006224366,0.1865695;0.2111885;-0.2284559,0.2230221;0.1278817;-0.4932788,-0.1094365;0.3592898;-0.0168148,-0.175059;0.1834007;-0.2245567,-0.1993773;0.1019141;-0.491331,0.0715448;0.004494892;-0.03551249,0.09458198;-0.3727803;0.003636617,0.1066516;-0.714245;0.07950643,0.1087383;-0.7027269;-0.01874868,-0.06909647;0.005974303;-0.03987462,-0.1196939;-0.369564;-0.0113987,-0.1359917;-0.7112733;0.06255496,-0.1308372;-0.6996121;-0.03561389,-0.001764309;0.3995768;0.01758958,0;0;0,-0.001605398;0.1994902;0.01418033,-0.00393918;0.4992958;0.02340831,0.1096574;0.3615051;0.006542968,0.1789391;0.1571973;-0.1719463,0.2354398;0.003289223;-0.3989263,-0.1100683;0.3538924;-0.007116633,-0.1618544;0.1250764;-0.1599612,-0.198461;-0.03273012;-0.3883404,0.07180203;0.005231887;-0.0348869,0.09426366;-0.3714928;0.009542659,0.1040369;-0.7122756;0.08873599,0.1068655;-0.7004419;-0.0095594,-0.06876509;0.005746232;-0.04047644,-0.1175841;-0.3698001;-0.00914517,-0.1378495;-0.7096967;0.07184652,-0.1319696;-0.6978147;-0.02632253,-0.003077945;0.3993018;0.02273389,6.411943
+0;0;0,-0.0005152917;0.1996793;0.01130916,-0.002436489;0.4995722;0.01690624,0.1101525;0.3634172;-0.006224366,0.1865695;0.2111885;-0.2284559,0.2230221;0.1278817;-0.4932788,-0.1094365;0.3592898;-0.0168148,-0.175059;0.1834007;-0.2245567,-0.1993773;0.1019141;-0.491331,0.0715448;0.004494892;-0.03551249,0.09458198;-0.3727803;0.003636617,0.1066516;-0.714245;0.07950643,0.1087383;-0.7027269;-0.01874868,-0.06909647;0.005974303;-0.03987462,-0.1196939;-0.369564;-0.0113987,-0.1359917;-0.7112733;0.06255496,-0.1308372;-0.6996121;-0.03561389,-0.001764309;0.3995768;0.01758958,0;0;0,-0.00165301;0.1994776;0.01435167,-0.004175628;0.4992669;0.02403989,0.1092491;0.3611101;0.00625171,0.1831912;0.1589906;-0.1728579,0.253894;0.01454517;-0.4020666,-0.1102832;0.3539414;-0.006588865,-0.1619249;0.1328883;-0.1705056,-0.1974023;-0.02054657;-0.4020203,0.07180294;0.005222759;-0.0348864,0.09400088;-0.3714764;0.009890165,0.1039675;-0.712292;0.08891806,0.1065261;-0.7004335;-0.009389326,-0.06877887;0.005756915;-0.0404515,-0.11764;-0.3697816;-0.009091888,-0.1378712;-0.709618;0.07216032,-0.1322604;-0.6977059;-0.02603003,-0.003248163;0.3992746;0.02321737,6.433884
+0;0;0,-0.0005471631;0.19966;0.01164485,-0.00255386;0.4995465;0.01755592,0.1098369;0.363219;-0.006453102,0.1852664;0.2161416;-0.2324589,0.2219659;0.1368872;-0.4984887,-0.109377;0.3595719;-0.01710502,-0.1762984;0.188768;-0.2286411,-0.199016;0.1082541;-0.4958516,0.07163498;0.004481341;-0.03533195,0.09507582;-0.3727592;0.00391202,0.106882;-0.7142118;0.07987751,0.1090321;-0.7026652;-0.0183816,-0.06906461;0.005970706;-0.03993031,-0.1193359;-0.3695889;-0.0111597,-0.135821;-0.7112787;0.0628427,-0.1306006;-0.6996;-0.0353259,-0.00185806;0.3995506;0.0181283,0;0;0,-0.00165301;0.1994776;0.01435167,-0.004175628;0.4992669;0.02403989,0.1092491;0.3611101;0.00625171,0.1831912;0.1589906;-0.1728579,0.253894;0.01454517;-0.4020666,-0.1102832;0.3539414;-0.006588865,-0.1619249;0.1328883;-0.1705056,-0.1974023;-0.02054657;-0.4020203,0.07180294;0.005222759;-0.0348864,0.09400088;-0.3714764;0.009890165,0.1039675;-0.712292;0.08891806,0.1065261;-0.7004335;-0.009389326,-0.06877887;0.005756915;-0.0404515,-0.11764;-0.3697816;-0.009091888,-0.1378712;-0.709618;0.07216032,-0.1322604;-0.6977059;-0.02603003,-0.003248163;0.3992746;0.02321737,6.445237
+0;0;0,-0.0005471631;0.19966;0.01164485,-0.00255386;0.4995465;0.01755592,0.1098369;0.363219;-0.006453102,0.1852664;0.2161416;-0.2324589,0.2219659;0.1368872;-0.4984887,-0.109377;0.3595719;-0.01710502,-0.1762984;0.188768;-0.2286411,-0.199016;0.1082541;-0.4958516,0.07163498;0.004481341;-0.03533195,0.09507582;-0.3727592;0.00391202,0.106882;-0.7142118;0.07987751,0.1090321;-0.7026652;-0.0183816,-0.06906461;0.005970706;-0.03993031,-0.1193359;-0.3695889;-0.0111597,-0.135821;-0.7112787;0.0628427,-0.1306006;-0.6996;-0.0353259,-0.00185806;0.3995506;0.0181283,0;0;0,-0.001667742;0.1994669;0.01449711,-0.004292773;0.4992464;0.02445529,0.1090908;0.3609999;0.006328244,0.1824645;0.1651755;-0.1798681,0.2553851;0.01075026;-0.4017587,-0.1099467;0.3546204;-0.008733347,-0.1613648;0.1334174;-0.1725181,-0.1970239;-0.01424444;-0.4077295,0.07182283;0.005167161;-0.03485372,0.09379682;-0.3714646;0.0105954,0.1038426;-0.7122955;0.08954747,0.1072435;-0.7004287;-0.008735895,-0.06875209;0.005815683;-0.04048863,-0.1177041;-0.3697026;-0.009028427,-0.1378284;-0.709573;0.07210774,-0.1313787;-0.6976512;-0.02603289,-0.003336976;0.399255;0.02354841,6.467595
+0;0;0,-0.0005471631;0.19966;0.01164485,-0.00255386;0.4995465;0.01755592,0.1098369;0.363219;-0.006453102,0.1852664;0.2161416;-0.2324589,0.2219659;0.1368872;-0.4984887,-0.109377;0.3595719;-0.01710502,-0.1762984;0.188768;-0.2286411,-0.199016;0.1082541;-0.4958516,0.07163498;0.004481341;-0.03533195,0.09507582;-0.3727592;0.00391202,0.106882;-0.7142118;0.07987751,0.1090321;-0.7026652;-0.0183816,-0.06906461;0.005970706;-0.03993031,-0.1193359;-0.3695889;-0.0111597,-0.135821;-0.7112787;0.0628427,-0.1306006;-0.6996;-0.0353259,-0.00185806;0.3995506;0.0181283,0;0;0,-0.001667742;0.1994669;0.01449711,-0.004292773;0.4992464;0.02445529,0.1090908;0.3609999;0.006328244,0.1824645;0.1651755;-0.1798681,0.2553851;0.01075026;-0.4017587,-0.1099467;0.3546204;-0.008733347,-0.1613648;0.1334174;-0.1725181,-0.1970239;-0.01424444;-0.4077295,0.07182283;0.005167161;-0.03485372,0.09379682;-0.3714646;0.0105954,0.1038426;-0.7122955;0.08954747,0.1072435;-0.7004287;-0.008735895,-0.06875209;0.005815683;-0.04048863,-0.1177041;-0.3697026;-0.009028427,-0.1378284;-0.709573;0.07210774,-0.1313787;-0.6976512;-0.02603289,-0.003336976;0.399255;0.02354841,6.479252
+0;0;0,-0.0005216699;0.1996355;0.01205839,-0.002606425;0.4995158;0.01827801,0.1094058;0.3627596;-0.007024927,0.1807145;0.2383677;-0.247528,0.2229373;0.1756865;-0.5171357,-0.1091711;0.3599009;-0.01759468,-0.1785788;0.1948711;-0.2328799,-0.1922647;0.1077886;-0.4986417,0.07168643;0.00447955;-0.03522766,0.09550343;-0.3726989;0.004384361,0.1070673;-0.7141292;0.08048699,0.1092466;-0.7025509;-0.01777741,-0.06907397;0.005971828;-0.03991395,-0.1189887;-0.369625;-0.01100785,-0.1354405;-0.7112435;0.06332979,-0.1301919;-0.6995322;-0.03484341,-0.00188323;0.3995194;0.01873267,0;0;0,-0.001743688;0.199453;0.014678,-0.004619893;0.4992208;0.02491936,0.1087539;0.3608643;0.00626513,0.182122;0.1704852;-0.1854975,0.2575239;0.0253218;-0.4127465,-0.1098;0.3548931;-0.009985421,-0.1615571;0.1363255;-0.1771661,-0.196449;-0.007424146;-0.4149025,0.07184704;0.005117556;-0.03481111,0.09356305;-0.3714865;0.0109903,0.1036934;-0.7123261;0.08989377,0.107555;-0.7004487;-0.008374542,-0.06872491;0.00587153;-0.04052668,-0.1178894;-0.3696102;-0.00896192,-0.1379212;-0.709428;0.07241729,-0.1310124;-0.6974871;-0.02569558,-0.003569253;0.3992313;0.02391372,6.50092
+0;0;0,-0.0005216699;0.1996355;0.01205839,-0.002606425;0.4995158;0.01827801,0.1094058;0.3627596;-0.007024927,0.1807145;0.2383677;-0.247528,0.2229373;0.1756865;-0.5171357,-0.1091711;0.3599009;-0.01759468,-0.1785788;0.1948711;-0.2328799,-0.1922647;0.1077886;-0.4986417,0.07168643;0.00447955;-0.03522766,0.09550343;-0.3726989;0.004384361,0.1070673;-0.7141292;0.08048699,0.1092466;-0.7025509;-0.01777741,-0.06907397;0.005971828;-0.03991395,-0.1189887;-0.369625;-0.01100785,-0.1354405;-0.7112435;0.06332979,-0.1301919;-0.6995322;-0.03484341,-0.00188323;0.3995194;0.01873267,0;0;0,-0.001820209;0.1994405;0.01483821,-0.004971704;0.4991907;0.02549127,0.1083436;0.360686;0.006047092,0.1817163;0.1751714;-0.1904237,0.2587445;0.02527092;-0.4140227,-0.1098176;0.3551687;-0.01065425,-0.1617263;0.1359539;-0.1769383,-0.1942793;0.008963838;-0.4243525,0.07187612;0.005088622;-0.03475528,0.09350713;-0.3715152;0.01108826,0.1037419;-0.7122865;0.09027308,0.1077959;-0.7003975;-0.007989608,-0.06866274;0.005902746;-0.04062739,-0.1181025;-0.3695353;-0.008972853,-0.138004;-0.709341;0.07248849,-0.1309019;-0.6973807;-0.02561418,-0.00382196;0.3992038;0.02435762,6.512222
+0;0;0,-0.0005216699;0.1996355;0.01205839,-0.002606425;0.4995158;0.01827801,0.1094058;0.3627596;-0.007024927,0.1807145;0.2383677;-0.247528,0.2229373;0.1756865;-0.5171357,-0.1091711;0.3599009;-0.01759468,-0.1785788;0.1948711;-0.2328799,-0.1922647;0.1077886;-0.4986417,0.07168643;0.00447955;-0.03522766,0.09550343;-0.3726989;0.004384361,0.1070673;-0.7141292;0.08048699,0.1092466;-0.7025509;-0.01777741,-0.06907397;0.005971828;-0.03991395,-0.1189887;-0.369625;-0.01100785,-0.1354405;-0.7112435;0.06332979,-0.1301919;-0.6995322;-0.03484341,-0.00188323;0.3995194;0.01873267,0;0;0,-0.001820209;0.1994405;0.01483821,-0.004971704;0.4991907;0.02549127,0.1083436;0.360686;0.006047092,0.1817163;0.1751714;-0.1904237,0.2587445;0.02527092;-0.4140227,-0.1098176;0.3551687;-0.01065425,-0.1617263;0.1359539;-0.1769383,-0.1942793;0.008963838;-0.4243525,0.07187612;0.005088622;-0.03475528,0.09350713;-0.3715152;0.01108826,0.1037419;-0.7122865;0.09027308,0.1077959;-0.7003975;-0.007989608,-0.06866274;0.005902746;-0.04062739,-0.1181025;-0.3695353;-0.008972853,-0.138004;-0.709341;0.07248849,-0.1309019;-0.6973807;-0.02561418,-0.00382196;0.3992038;0.02435762,6.534525
+0;0;0,-0.0005778306;0.199614;0.01240576,-0.002764034;0.4994892;0.01886076,0.1099208;0.3635255;-0.004857812,0.1747313;0.2356396;-0.2453673,0.2342471;0.1753306;-0.5122394,-0.1091038;0.3601859;-0.01797814,-0.18262;0.1986166;-0.2345208,-0.1953007;0.1132223;-0.5008796,0.07168227;0.004518154;-0.0352312,0.09573646;-0.3726149;0.004668791,0.1070829;-0.714009;0.08096623,0.1099723;-0.7024118;-0.01728341,-0.06909645;0.005930293;-0.03988121,-0.1190909;-0.369638;-0.01074433,-0.1353486;-0.7112441;0.06369324,-0.1293911;-0.6995069;-0.03444432,-0.00200086;0.3994927;0.01922318,0;0;0,-0.001820209;0.1994405;0.01483821,-0.004971704;0.4991907;0.02549127,0.1083436;0.360686;0.006047092,0.1817163;0.1751714;-0.1904237,0.2587445;0.02527092;-0.4140227,-0.1098176;0.3551687;-0.01065425,-0.1617263;0.1359539;-0.1769383,-0.1942793;0.008963838;-0.4243525,0.07187612;0.005088622;-0.03475528,0.09350713;-0.3715152;0.01108826,0.1037419;-0.7122865;0.09027308,0.1077959;-0.7003975;-0.007989608,-0.06866274;0.005902746;-0.04062739,-0.1181025;-0.3695353;-0.008972853,-0.138004;-0.709341;0.07248849,-0.1309019;-0.6973807;-0.02561418,-0.00382196;0.3992038;0.02435762,6.546155
+0;0;0,-0.0005778306;0.199614;0.01240576,-0.002764034;0.4994892;0.01886076,0.1099208;0.3635255;-0.004857812,0.1747313;0.2356396;-0.2453673,0.2342471;0.1753306;-0.5122394,-0.1091038;0.3601859;-0.01797814,-0.18262;0.1986166;-0.2345208,-0.1953007;0.1132223;-0.5008796,0.07168227;0.004518154;-0.0352312,0.09573646;-0.3726149;0.004668791,0.1070829;-0.714009;0.08096623,0.1099723;-0.7024118;-0.01728341,-0.06909645;0.005930293;-0.03988121,-0.1190909;-0.369638;-0.01074433,-0.1353486;-0.7112441;0.06369324,-0.1293911;-0.6995069;-0.03444432,-0.00200086;0.3994927;0.01922318,0;0;0,-0.001934078;0.1994202;0.01509444,-0.005423031;0.4991507;0.02620774,0.1078209;0.3603776;0.0059547,0.1814135;0.178959;-0.1942238,0.2507432;0.05346154;-0.4347312,-0.1103834;0.3549491;-0.009130822,-0.1613499;0.1447066;-0.1868961,-0.1949551;0.01069976;-0.4304384,0.07194599;0.005074648;-0.03461246,0.09341937;-0.3715107;0.01145656,0.1036555;-0.7122825;0.09063878,0.1070907;-0.7003592;-0.007653795,-0.06858297;0.005924051;-0.04075883,-0.1182548;-0.369466;-0.00889957,-0.1379545;-0.7092454;0.07272064,-0.1314714;-0.6972553;-0.02543035,-0.004145055;0.3991674;0.02490096,6.568204
+0;0;0,-0.0005778306;0.199614;0.01240576,-0.002764034;0.4994892;0.01886076,0.1099208;0.3635255;-0.004857812,0.1747313;0.2356396;-0.2453673,0.2342471;0.1753306;-0.5122394,-0.1091038;0.3601859;-0.01797814,-0.18262;0.1986166;-0.2345208,-0.1953007;0.1132223;-0.5008796,0.07168227;0.004518154;-0.0352312,0.09573646;-0.3726149;0.004668791,0.1070829;-0.714009;0.08096623,0.1099723;-0.7024118;-0.01728341,-0.06909645;0.005930293;-0.03988121,-0.1190909;-0.369638;-0.01074433,-0.1353486;-0.7112441;0.06369324,-0.1293911;-0.6995069;-0.03444432,-0.00200086;0.3994927;0.01922318,0;0;0,-0.002017098;0.1994029;0.01531117,-0.005786212;0.4991167;0.0267801,0.107435;0.3602769;0.005868442,0.1820197;0.1805312;-0.1954487,0.2535256;0.08284571;-0.4479253,-0.1107287;0.3547639;-0.008240424,-0.1612426;0.1476403;-0.1897567,-0.1930626;0.01516627;-0.434375,0.07200614;0.00504159;-0.03449198,0.09338708;-0.3715292;0.01173865,0.1036428;-0.7123075;0.09089036,0.1066997;-0.7003578;-0.007419556,-0.06852278;0.005968954;-0.0408534,-0.1182639;-0.3693827;-0.008652654,-0.1378836;-0.7091704;0.07295252,-0.1317782;-0.697154;-0.02522748,-0.004414692;0.3991363;0.02535142,6.589673
+0;0;0,-0.0006468829;0.1995945;0.01271229,-0.003071638;0.4994603;0.01954522,0.1092536;0.3632418;-0.005948763,0.1732766;0.2529123;-0.2552046,0.241785;0.1678725;-0.5130317,-0.1094945;0.3589803;-0.01565187,-0.1819915;0.206375;-0.238936,-0.1938492;0.1585902;-0.5145735,0.07173372;0.004594218;-0.03511646,0.09586494;-0.3725003;0.00510053,0.1071512;-0.7139263;0.08126427,0.1088337;-0.7022831;-0.01702203,-0.06908631;0.005834945;-0.03991283,-0.1192398;-0.3697214;-0.01089383,-0.1352775;-0.7112457;0.0639659,-0.1305254;-0.6994737;-0.03424385,-0.002223128;0.3994642;0.01975884,0;0;0,-0.002017098;0.1994029;0.01531117,-0.005786212;0.4991167;0.0267801,0.107435;0.3602769;0.005868442,0.1820197;0.1805312;-0.1954487,0.2535256;0.08284571;-0.4479253,-0.1107287;0.3547639;-0.008240424,-0.1612426;0.1476403;-0.1897567,-0.1930626;0.01516627;-0.434375,0.07200614;0.00504159;-0.03449198,0.09338708;-0.3715292;0.01173865,0.1036428;-0.7123075;0.09089036,0.1066997;-0.7003578;-0.007419556,-0.06852278;0.005968954;-0.0408534,-0.1182639;-0.3693827;-0.008652654,-0.1378836;-0.7091704;0.07295252,-0.1317782;-0.697154;-0.02522748,-0.004414692;0.3991363;0.02535142,6.601483
+0;0;0,-0.0006468829;0.1995945;0.01271229,-0.003071638;0.4994603;0.01954522,0.1092536;0.3632418;-0.005948763,0.1732766;0.2529123;-0.2552046,0.241785;0.1678725;-0.5130317,-0.1094945;0.3589803;-0.01565187,-0.1819915;0.206375;-0.238936,-0.1938492;0.1585902;-0.5145735,0.07173372;0.004594218;-0.03511646,0.09586494;-0.3725003;0.00510053,0.1071512;-0.7139263;0.08126427,0.1088337;-0.7022831;-0.01702203,-0.06908631;0.005834945;-0.03991283,-0.1192398;-0.3697214;-0.01089383,-0.1352775;-0.7112457;0.0639659,-0.1305254;-0.6994737;-0.03424385,-0.002223128;0.3994642;0.01975884,0;0;0,-0.002134835;0.1993804;0.01558591,-0.006146364;0.4990796;0.0273592,0.1070555;0.3601723;0.005872862,0.1791899;0.1926515;-0.2065734,0.234409;0.07548962;-0.4548151,-0.1110377;0.3546441;-0.007545551,-0.1686753;0.1841388;-0.2220353,-0.1913;0.03598231;-0.458547,0.0720928;0.005000089;-0.03431656,0.09334269;-0.3715605;0.01205759,0.1035328;-0.7123206;0.09129614,0.1063314;-0.7003454;-0.007026166,-0.06841258;0.006017261;-0.04103061,-0.1182946;-0.3692747;-0.008355193,-0.1380976;-0.7090304;0.07333907,-0.1322475;-0.6969825;-0.02486226,-0.004687964;0.3991021;0.02581952,6.623986
+0;0;0,-0.0006468829;0.1995945;0.01271229,-0.003071638;0.4994603;0.01954522,0.1092536;0.3632418;-0.005948763,0.1732766;0.2529123;-0.2552046,0.241785;0.1678725;-0.5130317,-0.1094945;0.3589803;-0.01565187,-0.1819915;0.206375;-0.238936,-0.1938492;0.1585902;-0.5145735,0.07173372;0.004594218;-0.03511646,0.09586494;-0.3725003;0.00510053,0.1071512;-0.7139263;0.08126427,0.1088337;-0.7022831;-0.01702203,-0.06908631;0.005834945;-0.03991283,-0.1192398;-0.3697214;-0.01089383,-0.1352775;-0.7112457;0.0639659,-0.1305254;-0.6994737;-0.03424385,-0.002223128;0.3994642;0.01975884,0;0;0,-0.002134835;0.1993804;0.01558591,-0.006146364;0.4990796;0.0273592,0.1070555;0.3601723;0.005872862,0.1791899;0.1926515;-0.2065734,0.234409;0.07548962;-0.4548151,-0.1110377;0.3546441;-0.007545551,-0.1686753;0.1841388;-0.2220353,-0.1913;0.03598231;-0.458547,0.0720928;0.005000089;-0.03431656,0.09334269;-0.3715605;0.01205759,0.1035328;-0.7123206;0.09129614,0.1063314;-0.7003454;-0.007026166,-0.06841258;0.006017261;-0.04103061,-0.1182946;-0.3692747;-0.008355193,-0.1380976;-0.7090304;0.07333907,-0.1322475;-0.6969825;-0.02486226,-0.004687964;0.3991021;0.02581952,6.645816
+0;0;0,-0.0006572027;0.1995551;0.01331723,-0.003115332;0.4994149;0.02038917,0.1085788;0.3626333;-0.007154522,0.1787094;0.2464524;-0.2520702,0.2393871;0.1698997;-0.5144781,-0.1095273;0.3582649;-0.01405108,-0.1771135;0.230428;-0.2538215,-0.1941887;0.1574146;-0.5235945,0.07169387;0.004690771;-0.03518502,0.09620254;-0.3722412;0.006307602,0.1071275;-0.7137482;0.08216035,0.107886;-0.7020589;-0.01614603,-0.06918789;0.005760973;-0.03974729,-0.1191295;-0.3698141;-0.0106063,-0.1351842;-0.711198;0.06488746,-0.1313562;-0.6993837;-0.03337049,-0.002239056;0.3994188;0.02052611,0;0;0,-0.002191042;0.1993636;0.01579049,-0.006305929;0.4990562;0.02769539,0.1069518;0.3603958;0.005847843,0.1901853;0.1901389;-0.2002705,0.2437521;0.08249395;-0.4531403,-0.1112048;0.3545769;-0.007075317,-0.1686526;0.1860491;-0.2231728,-0.1893539;0.05066623;-0.4673918,0.0721564;0.004992433;-0.03418375,0.0934119;-0.3715658;0.01220664,0.1029589;-0.7123134;0.09157892,0.1055592;-0.7003255;-0.00675115,-0.06835833;0.006014731;-0.04112131,-0.1182769;-0.3692616;-0.008322187,-0.1378644;-0.7089418;0.07373697,-0.1322219;-0.6968783;-0.02447935,-0.004819323;0.3990797;0.02611553,6.657272
+0;0;0,-0.0006572027;0.1995551;0.01331723,-0.003115332;0.4994149;0.02038917,0.1085788;0.3626333;-0.007154522,0.1787094;0.2464524;-0.2520702,0.2393871;0.1698997;-0.5144781,-0.1095273;0.3582649;-0.01405108,-0.1771135;0.230428;-0.2538215,-0.1941887;0.1574146;-0.5235945,0.07169387;0.004690771;-0.03518502,0.09620254;-0.3722412;0.006307602,0.1071275;-0.7137482;0.08216035,0.107886;-0.7020589;-0.01614603,-0.06918789;0.005760973;-0.03974729,-0.1191295;-0.3698141;-0.0106063,-0.1351842;-0.711198;0.06488746,-0.1313562;-0.6993837;-0.03337049,-0.002239056;0.3994188;0.02052611,0;0;0,-0.002191042;0.1993636;0.01579049,-0.006305929;0.4990562;0.02769539,0.1069518;0.3603958;0.005847843,0.1901853;0.1901389;-0.2002705,0.2437521;0.08249395;-0.4531403,-0.1112048;0.3545769;-0.007075317,-0.1686526;0.1860491;-0.2231728,-0.1893539;0.05066623;-0.4673918,0.0721564;0.004992433;-0.03418375,0.0934119;-0.3715658;0.01220664,0.1029589;-0.7123134;0.09157892,0.1055592;-0.7003255;-0.00675115,-0.06835833;0.006014731;-0.04112131,-0.1182769;-0.3692616;-0.008322187,-0.1378644;-0.7089418;0.07373697,-0.1322219;-0.6968783;-0.02447935,-0.004819323;0.3990797;0.02611553,6.679383
+0;0;0,-0.000705035;0.1995259;0.01374544,-0.003262743;0.499378;0.02114486,0.1091742;0.3631273;-0.004339527,0.1745166;0.249191;-0.2516226,0.2332422;0.1853737;-0.517853,-0.1096835;0.3577917;-0.01274151,-0.1750556;0.2437277;-0.2599578,-0.1926872;0.164909;-0.5280562,0.07169566;0.004728057;-0.03517637,0.09628335;-0.3721229;0.006999701,0.1071281;-0.7136213;0.08290279,0.108185;-0.7019014;-0.01540653,-0.06921837;0.005720238;-0.03970008,-0.1192025;-0.3698531;-0.01060989,-0.1350907;-0.7111843;0.06515723,-0.1309648;-0.6993364;-0.03309488,-0.002343165;0.3993822;0.0211447,0;0;0,-0.002248516;0.1993297;0.01620533,-0.006511999;0.4990105;0.02836709,0.1068236;0.3606176;0.006052773,0.1884882;0.1974048;-0.2062971,0.2342707;0.08942901;-0.4605513,-0.1113444;0.3544427;-0.00643255,-0.1669972;0.1906934;-0.2266345,-0.1874982;0.05749729;-0.4720699,0.07220897;0.005008775;-0.03407016,0.09342033;-0.3715087;0.01267062,0.1029754;-0.7121935;0.09231067,0.1053875;-0.7001783;-0.006029211,-0.0683629;0.005977176;-0.04111917,-0.1182981;-0.3692451;-0.00773165,-0.1379857;-0.708948;0.07420915,-0.132527;-0.6968468;-0.02402443,-0.00497294;0.3990366;0.0266811,6.701931
+0;0;0,-0.000705035;0.1995259;0.01374544,-0.003262743;0.499378;0.02114486,0.1091742;0.3631273;-0.004339527,0.1745166;0.249191;-0.2516226,0.2332422;0.1853737;-0.517853,-0.1096835;0.3577917;-0.01274151,-0.1750556;0.2437277;-0.2599578,-0.1926872;0.164909;-0.5280562,0.07169566;0.004728057;-0.03517637,0.09628335;-0.3721229;0.006999701,0.1071281;-0.7136213;0.08290279,0.108185;-0.7019014;-0.01540653,-0.06921837;0.005720238;-0.03970008,-0.1192025;-0.3698531;-0.01060989,-0.1350907;-0.7111843;0.06515723,-0.1309648;-0.6993364;-0.03309488,-0.002343165;0.3993822;0.0211447,0;0;0,-0.002248516;0.1993297;0.01620533,-0.006511999;0.4990105;0.02836709,0.1068236;0.3606176;0.006052773,0.1884882;0.1974048;-0.2062971,0.2342707;0.08942901;-0.4605513,-0.1113444;0.3544427;-0.00643255,-0.1669972;0.1906934;-0.2266345,-0.1874982;0.05749729;-0.4720699,0.07220897;0.005008775;-0.03407016,0.09342033;-0.3715087;0.01267062,0.1029754;-0.7121935;0.09231067,0.1053875;-0.7001783;-0.006029211,-0.0683629;0.005977176;-0.04111917,-0.1182981;-0.3692451;-0.00773165,-0.1379857;-0.708948;0.07420915,-0.132527;-0.6968468;-0.02402443,-0.00497294;0.3990366;0.0266811,6.712938
+0;0;0,-0.000705035;0.1995259;0.01374544,-0.003262743;0.499378;0.02114486,0.1091742;0.3631273;-0.004339527,0.1745166;0.249191;-0.2516226,0.2332422;0.1853737;-0.517853,-0.1096835;0.3577917;-0.01274151,-0.1750556;0.2437277;-0.2599578,-0.1926872;0.164909;-0.5280562,0.07169566;0.004728057;-0.03517637,0.09628335;-0.3721229;0.006999701,0.1071281;-0.7136213;0.08290279,0.108185;-0.7019014;-0.01540653,-0.06921837;0.005720238;-0.03970008,-0.1192025;-0.3698531;-0.01060989,-0.1350907;-0.7111843;0.06515723,-0.1309648;-0.6993364;-0.03309488,-0.002343165;0.3993822;0.0211447,0;0;0,-0.002304911;0.199301;0.01654717,-0.006658277;0.4989626;0.02917499,0.1065267;0.3604522;0.005955944,0.1890787;0.1977432;-0.2064374,0.2484883;0.1181902;-0.4682423,-0.1114216;0.3543585;-0.005907003,-0.1626998;0.1834963;-0.2217232,-0.188391;0.0580764;-0.4707409,0.07233825;0.005031696;-0.03379141,0.09344137;-0.3715127;0.01278098,0.1028807;-0.7121223;0.09275588,0.1050925;-0.7000759;-0.005594395,-0.06821176;0.005934942;-0.04137549,-0.1183426;-0.3692124;-0.007444557,-0.1378606;-0.7088567;0.0747796,-0.1326037;-0.6967263;-0.0234703,-0.005094507;0.3989925;0.02729481,6.724547
+0;0;0,-0.000705035;0.1995259;0.01374544,-0.003262743;0.499378;0.02114486,0.1091742;0.3631273;-0.004339527,0.1745166;0.249191;-0.2516226,0.2332422;0.1853737;-0.517853,-0.1096835;0.3577917;-0.01274151,-0.1750556;0.2437277;-0.2599578,-0.1926872;0.164909;-0.5280562,0.07169566;0.004728057;-0.03517637,0.09628335;-0.3721229;0.006999701,0.1071281;-0.7136213;0.08290279,0.108185;-0.7019014;-0.01540653,-0.06921837;0.005720238;-0.03970008,-0.1192025;-0.3698531;-0.01060989,-0.1350907;-0.7111843;0.06515723,-0.1309648;-0.6993364;-0.03309488,-0.002343165;0.3993822;0.0211447,0;0;0,-0.002304911;0.199301;0.01654717,-0.006658277;0.4989626;0.02917499,0.1065267;0.3604522;0.005955944,0.1890787;0.1977432;-0.2064374,0.2484883;0.1181902;-0.4682423,-0.1114216;0.3543585;-0.005907003,-0.1626998;0.1834963;-0.2217232,-0.188391;0.0580764;-0.4707409,0.07233825;0.005031696;-0.03379141,0.09344137;-0.3715127;0.01278098,0.1028807;-0.7121223;0.09275588,0.1050925;-0.7000759;-0.005594395,-0.06821176;0.005934942;-0.04137549,-0.1183426;-0.3692124;-0.007444557,-0.1378606;-0.7088567;0.0747796,-0.1326037;-0.6967263;-0.0234703,-0.005094507;0.3989925;0.02729481,6.746394
+0;0;0,-0.000681692;0.1994863;0.01430977,-0.003209393;0.4993325;0.02195066,0.1094077;0.3631882;-0.003017304,0.1723717;0.2531829;-0.2526858,0.2173118;0.2375149;-0.5286114,-0.1096884;0.3575092;-0.01149887,-0.1725729;0.2555267;-0.2645702,-0.1874627;0.2099627;-0.5404365,0.07165718;0.004787515;-0.03524667,0.09643129;-0.3719171;0.008111097,0.1071903;-0.7134194;0.08400827,0.1081693;-0.7016622;-0.01430879,-0.06930459;0.005669045;-0.03955675,-0.1192108;-0.3699049;-0.01034173,-0.1349792;-0.7111166;0.06598644,-0.1309309;-0.6992307;-0.03227591,-0.002278585;0.3993369;0.02187127,0;0;0,-0.0023741;0.1992826;0.01675776,-0.006942688;0.4989117;0.03007079,0.1062834;0.3606622;0.006038982,0.1752884;0.2134186;-0.2219032,0.2292948;0.1091828;-0.4761043,-0.1115565;0.3543044;-0.005508503,-0.1623336;0.185659;-0.223179,-0.1872001;0.06388477;-0.4740827,0.07238565;0.005013509;-0.03369248,0.09346619;-0.3715279;0.01291443,0.1028871;-0.7121189;0.09297108,0.1049502;-0.7000417;-0.005388044,-0.06817216;0.005948785;-0.04143872,-0.118402;-0.3691768;-0.007412855,-0.1377561;-0.708822;0.07484627,-0.1326483;-0.6966578;-0.02341763,-0.005314394;0.3989474;0.02795204,6.75806
+0;0;0,-0.000681692;0.1994863;0.01430977,-0.003209393;0.4993325;0.02195066,0.1094077;0.3631882;-0.003017304,0.1723717;0.2531829;-0.2526858,0.2173118;0.2375149;-0.5286114,-0.1096884;0.3575092;-0.01149887,-0.1725729;0.2555267;-0.2645702,-0.1874627;0.2099627;-0.5404365,0.07165718;0.004787515;-0.03524667,0.09643129;-0.3719171;0.008111097,0.1071903;-0.7134194;0.08400827,0.1081693;-0.7016622;-0.01430879,-0.06930459;0.005669045;-0.03955675,-0.1192108;-0.3699049;-0.01034173,-0.1349792;-0.7111166;0.06598644,-0.1309309;-0.6992307;-0.03227591,-0.002278585;0.3993369;0.02187127,0;0;0,-0.002328509;0.1992549;0.01708977,-0.006911399;0.4988733;0.03064778,0.1059738;0.3602601;0.005496705,0.1762393;0.2142316;-0.2228417,0.2289;0.1183561;-0.4805911,-0.1115383;0.3542559;-0.004994582,-0.162628;0.1909065;-0.2265953,-0.1870326;0.070218;-0.4780683,0.07245651;0.004995069;-0.03354257,0.09357353;-0.3715239;0.01322812,0.1029902;-0.7120787;0.09343906,0.1047436;-0.6999781;-0.004930325,-0.06816331;0.005960663;-0.04145158,-0.1182027;-0.369147;-0.006950501,-0.1376151;-0.7088105;0.07521905,-0.1328148;-0.6966193;-0.02306526,-0.005291477;0.3989109;0.02843498,6.779565
+0;0;0,-0.000681692;0.1994863;0.01430977,-0.003209393;0.4993325;0.02195066,0.1094077;0.3631882;-0.003017304,0.1723717;0.2531829;-0.2526858,0.2173118;0.2375149;-0.5286114,-0.1096884;0.3575092;-0.01149887,-0.1725729;0.2555267;-0.2645702,-0.1874627;0.2099627;-0.5404365,0.07165718;0.004787515;-0.03524667,0.09643129;-0.3719171;0.008111097,0.1071903;-0.7134194;0.08400827,0.1081693;-0.7016622;-0.01430879,-0.06930459;0.005669045;-0.03955675,-0.1192108;-0.3699049;-0.01034173,-0.1349792;-0.7111166;0.06598644,-0.1309309;-0.6992307;-0.03227591,-0.002278585;0.3993369;0.02187127,0;0;0,-0.002328509;0.1992549;0.01708977,-0.006911399;0.4988733;0.03064778,0.1059738;0.3602601;0.005496705,0.1762393;0.2142316;-0.2228417,0.2289;0.1183561;-0.4805911,-0.1115383;0.3542559;-0.004994582,-0.162628;0.1909065;-0.2265953,-0.1870326;0.070218;-0.4780683,0.07245651;0.004995069;-0.03354257,0.09357353;-0.3715239;0.01322812,0.1029902;-0.7120787;0.09343906,0.1047436;-0.6999781;-0.004930325,-0.06816331;0.005960663;-0.04145158,-0.1182027;-0.369147;-0.006950501,-0.1376151;-0.7088105;0.07521905,-0.1328148;-0.6966193;-0.02306526,-0.005291477;0.3989109;0.02843498,6.791817
+0;0;0,-0.0007735766;0.1994411;0.01492099,-0.003273247;0.4992794;0.0228313,0.1090992;0.3627299;-0.002716137,0.1718371;0.2628672;-0.2566677,0.2180678;0.2499176;-0.5325209,-0.1097663;0.3572758;-0.01038639,-0.1708584;0.263723;-0.2671267,-0.1885467;0.2128322;-0.5418944,0.07164568;0.004858073;-0.03526039,0.09633932;-0.3717106;0.00930734,0.1067895;-0.7132012;0.08530071,0.1074906;-0.7013903;-0.01302867,-0.06938929;0.005600383;-0.03941778,-0.1192261;-0.369926;-0.009480841,-0.1347641;-0.7110761;0.06716871,-0.1309988;-0.6991501;-0.03111229,-0.002337365;0.3992839;0.02269469,0;0;0,-0.002343363;0.1992339;0.01733121,-0.007002894;0.4988288;0.0313829,0.1056271;0.359918;0.005295144,0.1773143;0.2139761;-0.2226564,0.2278115;0.1271995;-0.4840371,-0.1115813;0.3542074;-0.004550155,-0.1627131;0.1930433;-0.2277354,-0.1866702;0.07329708;-0.4797015,0.07252038;0.005009816;-0.03340203,0.09362865;-0.3714875;0.01354674,0.1027025;-0.7120373;0.09381808,0.1042432;-0.6999053;-0.004560575,-0.06813268;0.0059358;-0.04150546,-0.1181124;-0.3691489;-0.00666979,-0.1374508;-0.7087758;0.07566836,-0.1328674;-0.6965595;-0.02263084,-0.005373491;0.3988706;0.02899245,6.813826
+0;0;0,-0.0007735766;0.1994411;0.01492099,-0.003273247;0.4992794;0.0228313,0.1090992;0.3627299;-0.002716137,0.1718371;0.2628672;-0.2566677,0.2180678;0.2499176;-0.5325209,-0.1097663;0.3572758;-0.01038639,-0.1708584;0.263723;-0.2671267,-0.1885467;0.2128322;-0.5418944,0.07164568;0.004858073;-0.03526039,0.09633932;-0.3717106;0.00930734,0.1067895;-0.7132012;0.08530071,0.1074906;-0.7013903;-0.01302867,-0.06938929;0.005600383;-0.03941778,-0.1192261;-0.369926;-0.009480841,-0.1347641;-0.7110761;0.06716871,-0.1309988;-0.6991501;-0.03111229,-0.002337365;0.3992839;0.02269469,0;0;0,-0.002343363;0.1992339;0.01733121,-0.007002894;0.4988288;0.0313829,0.1056271;0.359918;0.005295144,0.1773143;0.2139761;-0.2226564,0.2278115;0.1271995;-0.4840371,-0.1115813;0.3542074;-0.004550155,-0.1627131;0.1930433;-0.2277354,-0.1866702;0.07329708;-0.4797015,0.07252038;0.005009816;-0.03340203,0.09362865;-0.3714875;0.01354674,0.1027025;-0.7120373;0.09381808,0.1042432;-0.6999053;-0.004560575,-0.06813268;0.0059358;-0.04150546,-0.1181124;-0.3691489;-0.00666979,-0.1374508;-0.7087758;0.07566836,-0.1328674;-0.6965595;-0.02263084,-0.005373491;0.3988706;0.02899245,6.824864
+0;0;0,-0.0007735766;0.1994411;0.01492099,-0.003273247;0.4992794;0.0228313,0.1090992;0.3627299;-0.002716137,0.1718371;0.2628672;-0.2566677,0.2180678;0.2499176;-0.5325209,-0.1097663;0.3572758;-0.01038639,-0.1708584;0.263723;-0.2671267,-0.1885467;0.2128322;-0.5418944,0.07164568;0.004858073;-0.03526039,0.09633932;-0.3717106;0.00930734,0.1067895;-0.7132012;0.08530071,0.1074906;-0.7013903;-0.01302867,-0.06938929;0.005600383;-0.03941778,-0.1192261;-0.369926;-0.009480841,-0.1347641;-0.7110761;0.06716871,-0.1309988;-0.6991501;-0.03111229,-0.002337365;0.3992839;0.02269469,0;0;0,-0.002343363;0.1992339;0.01733121,-0.007002894;0.4988288;0.0313829,0.1056271;0.359918;0.005295144,0.1773143;0.2139761;-0.2226564,0.2278115;0.1271995;-0.4840371,-0.1115813;0.3542074;-0.004550155,-0.1627131;0.1930433;-0.2277354,-0.1866702;0.07329708;-0.4797015,0.07252038;0.005009816;-0.03340203,0.09362865;-0.3714875;0.01354674,0.1027025;-0.7120373;0.09381808,0.1042432;-0.6999053;-0.004560575,-0.06813268;0.0059358;-0.04150546,-0.1181124;-0.3691489;-0.00666979,-0.1374508;-0.7087758;0.07566836,-0.1328674;-0.6965595;-0.02263084,-0.005373491;0.3988706;0.02899245,6.84722
+0;0;0,-0.0008110279;0.1994177;0.0152288,-0.003289664;0.4992495;0.02336642,0.1089154;0.3624557;-0.002634764,0.1708149;0.2722082;-0.260363,0.2135818;0.2694592;-0.537064,-0.1097687;0.3569923;-0.009621754,-0.1667394;0.2741857;-0.2709595,-0.1839368;0.2316006;-0.5471673,0.07167947;0.004911352;-0.03518426,0.09640104;-0.37161;0.00976555,0.1067436;-0.7130447;0.08602422,0.1071984;-0.7012098;-0.01231103,-0.06938107;0.005546928;-0.0394398,-0.1189427;-0.3699854;-0.009122936,-0.1344989;-0.7110519;0.06789393,-0.1309827;-0.6991013;-0.03040083,-0.002350279;0.3992541;0.02316857,0;0;0,-0.002363219;0.1992139;0.01755626,-0.00707834;0.4987825;0.03214485,0.1054118;0.3598403;0.005276194,0.1755804;0.220182;-0.2270424,0.2261793;0.1362527;-0.4893316,-0.1116047;0.3541935;-0.004168486,-0.1630615;0.1987105;-0.2312747,-0.1850334;0.07994858;-0.4838867,0.07252531;0.004995555;-0.03339348,0.09365767;-0.3714785;0.01373061,0.1025733;-0.7120281;0.09402047,0.1039708;-0.6998715;-0.004364811,-0.06816231;0.005942716;-0.04145581,-0.118096;-0.3691391;-0.006523289,-0.1373515;-0.7087452;0.07592002,-0.1329137;-0.6965039;-0.0223904,-0.005447157;0.398829;0.02956954,6.86945
+0;0;0,-0.0008110279;0.1994177;0.0152288,-0.003289664;0.4992495;0.02336642,0.1089154;0.3624557;-0.002634764,0.1708149;0.2722082;-0.260363,0.2135818;0.2694592;-0.537064,-0.1097687;0.3569923;-0.009621754,-0.1667394;0.2741857;-0.2709595,-0.1839368;0.2316006;-0.5471673,0.07167947;0.004911352;-0.03518426,0.09640104;-0.37161;0.00976555,0.1067436;-0.7130447;0.08602422,0.1071984;-0.7012098;-0.01231103,-0.06938107;0.005546928;-0.0394398,-0.1189427;-0.3699854;-0.009122936,-0.1344989;-0.7110519;0.06789393,-0.1309827;-0.6991013;-0.03040083,-0.002350279;0.3992541;0.02316857,0;0;0,-0.002339946;0.1991903;0.01782608,-0.007037549;0.4987373;0.03286644,0.1052027;0.3596152;0.005117007,0.1746205;0.2262463;-0.2310903,0.2237284;0.1452916;-0.4945951,-0.1115234;0.3541234;-0.003781162,-0.1632848;0.2072477;-0.236479,-0.1840476;0.0842611;-0.4871645,0.07255699;0.005049482;-0.03331646,0.09369545;-0.3713827;0.01413903,0.1026345;-0.7119402;0.09439301,0.1038522;-0.6997581;-0.003999278,-0.06817352;0.005881651;-0.04144606,-0.1180031;-0.3691967;-0.006327663,-0.1373652;-0.7088643;0.07583654,-0.1331042;-0.696588;-0.02248801,-0.005432022;0.3987877;0.03012636,6.880729
+0;0;0,-0.0008110279;0.1994177;0.0152288,-0.003289664;0.4992495;0.02336642,0.1089154;0.3624557;-0.002634764,0.1708149;0.2722082;-0.260363,0.2135818;0.2694592;-0.537064,-0.1097687;0.3569923;-0.009621754,-0.1667394;0.2741857;-0.2709595,-0.1839368;0.2316006;-0.5471673,0.07167947;0.004911352;-0.03518426,0.09640104;-0.37161;0.00976555,0.1067436;-0.7130447;0.08602422,0.1071984;-0.7012098;-0.01231103,-0.06938107;0.005546928;-0.0394398,-0.1189427;-0.3699854;-0.009122936,-0.1344989;-0.7110519;0.06789393,-0.1309827;-0.6991013;-0.03040083,-0.002350279;0.3992541;0.02316857,0;0;0,-0.002339946;0.1991903;0.01782608,-0.007037549;0.4987373;0.03286644,0.1052027;0.3596152;0.005117007,0.1746205;0.2262463;-0.2310903,0.2237284;0.1452916;-0.4945951,-0.1115234;0.3541234;-0.003781162,-0.1632848;0.2072477;-0.236479,-0.1840476;0.0842611;-0.4871645,0.07255699;0.005049482;-0.03331646,0.09369545;-0.3713827;0.01413903,0.1026345;-0.7119402;0.09439301,0.1038522;-0.6997581;-0.003999278,-0.06817352;0.005881651;-0.04144606,-0.1180031;-0.3691967;-0.006327663,-0.1373652;-0.7088643;0.07583654,-0.1331042;-0.696588;-0.02248801,-0.005432022;0.3987877;0.03012636,6.893084
+0;0;0,-0.0008567949;0.1994015;0.01543683,-0.003384773;0.4992271;0.02379726,0.1087283;0.3622639;-0.002545292,0.1702886;0.2741058;-0.2610767,0.2121647;0.2759168;-0.5379217,-0.1098364;0.3567223;-0.008962762,-0.1651656;0.2793821;-0.2723202,-0.1833026;0.2456416;-0.5496875,0.07169738;0.004964942;-0.0351402,0.09645548;-0.3715377;0.009945914,0.106798;-0.7129049;0.08650629,0.1070404;-0.7010496;-0.0118335,-0.06938242;0.005491905;-0.03944513,-0.1186667;-0.3700729;-0.009078013,-0.1343304;-0.7110484;0.06831952,-0.1310267;-0.6990812;-0.02998563,-0.002421033;0.3992322;0.02351577,0;0;0,-0.002362946;0.1991661;0.01809107,-0.00711718;0.4986934;0.03350626,0.1049177;0.3593993;0.004957326,0.1745795;0.2304417;-0.2336159,0.2215898;0.1553135;-0.4992205,-0.1115834;0.3541175;-0.00334866,-0.1627966;0.2214119;-0.2445259,-0.1835032;0.09751477;-0.4947672,0.072565;0.005001446;-0.03330623,0.09358102;-0.3713847;0.01456604,0.1025519;-0.7119359;0.09484316,0.1035591;-0.69973;-0.003555819,-0.06820549;0.005918975;-0.04138811,-0.1179978;-0.3691449;-0.006063998,-0.137382;-0.7087748;0.07625126,-0.1333308;-0.6964747;-0.02208643,-0.005501641;0.3987477;0.03063359,6.914006
+0;0;0,-0.0008567949;0.1994015;0.01543683,-0.003384773;0.4992271;0.02379726,0.1087283;0.3622639;-0.002545292,0.1702886;0.2741058;-0.2610767,0.2121647;0.2759168;-0.5379217,-0.1098364;0.3567223;-0.008962762,-0.1651656;0.2793821;-0.2723202,-0.1833026;0.2456416;-0.5496875,0.07169738;0.004964942;-0.0351402,0.09645548;-0.3715377;0.009945914,0.106798;-0.7129049;0.08650629,0.1070404;-0.7010496;-0.0118335,-0.06938242;0.005491905;-0.03944513,-0.1186667;-0.3700729;-0.009078013,-0.1343304;-0.7110484;0.06831952,-0.1310267;-0.6990812;-0.02998563,-0.002421033;0.3992322;0.02351577,0;0;0,-0.002362946;0.1991661;0.01809107,-0.00711718;0.4986934;0.03350626,0.1049177;0.3593993;0.004957326,0.1745795;0.2304417;-0.2336159,0.2215898;0.1553135;-0.4992205,-0.1115834;0.3541175;-0.00334866,-0.1627966;0.2214119;-0.2445259,-0.1835032;0.09751477;-0.4947672,0.072565;0.005001446;-0.03330623,0.09358102;-0.3713847;0.01456604,0.1025519;-0.7119359;0.09484316,0.1035591;-0.69973;-0.003555819,-0.06820549;0.005918975;-0.04138811,-0.1179978;-0.3691449;-0.006063998,-0.137382;-0.7087748;0.07625126,-0.1333308;-0.6964747;-0.02208643,-0.005501641;0.3987477;0.03063359,6.925592
+0;0;0,-0.0008567949;0.1994015;0.01543683,-0.003384773;0.4992271;0.02379726,0.1087283;0.3622639;-0.002545292,0.1702886;0.2741058;-0.2610767,0.2121647;0.2759168;-0.5379217,-0.1098364;0.3567223;-0.008962762,-0.1651656;0.2793821;-0.2723202,-0.1833026;0.2456416;-0.5496875,0.07169738;0.004964942;-0.0351402,0.09645548;-0.3715377;0.009945914,0.106798;-0.7129049;0.08650629,0.1070404;-0.7010496;-0.0118335,-0.06938242;0.005491905;-0.03944513,-0.1186667;-0.3700729;-0.009078013,-0.1343304;-0.7110484;0.06831952,-0.1310267;-0.6990812;-0.02998563,-0.002421033;0.3992322;0.02351577,0;0;0,-0.002368497;0.1991486;0.01828186,-0.007138504;0.4986668;0.03386237,0.1047004;0.3591878;0.004726149,0.1717809;0.2391294;-0.2391718,0.217625;0.1672427;-0.505875,-0.1108028;0.3559425;-0.007611685,-0.1657622;0.2172644;-0.244567,-0.1894766;0.1456919;-0.5142242,0.0725702;0.004983961;-0.03329754,0.09362417;-0.3713569;0.01491319,0.1025645;-0.7119304;0.09509887,0.1050558;-0.6997259;-0.003273457,-0.06822331;0.005929984;-0.04135716,-0.1180022;-0.3691424;-0.006104536,-0.1373831;-0.7086896;0.07655213,-0.1318484;-0.696385;-0.02171405,-0.005525151;0.3987225;0.03094339,6.947502
+0;0;0,-0.0009034277;0.1993816;0.01568902,-0.003491153;0.4991987;0.02434954,0.1084967;0.361941;-0.002329091,0.1694402;0.2836103;-0.26415,0.2098608;0.2873306;-0.5411921,-0.109854;0.3564484;-0.008406673,-0.1664962;0.2836267;-0.2727714,-0.1854678;0.2501321;-0.5501126,0.07172894;0.00498344;-0.03507313,0.09659854;-0.3714778;0.01029665,0.1068829;-0.7128009;0.08706112,0.1070052;-0.7009235;-0.01128296,-0.06937788;0.005473702;-0.03945564,-0.1182812;-0.3701406;-0.0090857,-0.1340005;-0.7110404;0.06863327,-0.1308188;-0.6990542;-0.02967938,-0.002501311;0.3992044;0.02395555,0;0;0,-0.002368497;0.1991486;0.01828186,-0.007138504;0.4986668;0.03386237,0.1047004;0.3591878;0.004726149,0.1717809;0.2391294;-0.2391718,0.217625;0.1672427;-0.505875,-0.1108028;0.3559425;-0.007611685,-0.1657622;0.2172644;-0.244567,-0.1894766;0.1456919;-0.5142242,0.0725702;0.004983961;-0.03329754,0.09362417;-0.3713569;0.01491319,0.1025645;-0.7119304;0.09509887,0.1050558;-0.6997259;-0.003273457,-0.06822331;0.005929984;-0.04135716,-0.1180022;-0.3691424;-0.006104536,-0.1373831;-0.7086896;0.07655213,-0.1318484;-0.696385;-0.02171405,-0.005525151;0.3987225;0.03094339,6.958849
+0;0;0,-0.0009034277;0.1993816;0.01568902,-0.003491153;0.4991987;0.02434954,0.1084967;0.361941;-0.002329091,0.1694402;0.2836103;-0.26415,0.2098608;0.2873306;-0.5411921,-0.109854;0.3564484;-0.008406673,-0.1664962;0.2836267;-0.2727714,-0.1854678;0.2501321;-0.5501126,0.07172894;0.00498344;-0.03507313,0.09659854;-0.3714778;0.01029665,0.1068829;-0.7128009;0.08706112,0.1070052;-0.7009235;-0.01128296,-0.06937788;0.005473702;-0.03945564,-0.1182812;-0.3701406;-0.0090857,-0.1340005;-0.7110404;0.06863327,-0.1308188;-0.6990542;-0.02967938,-0.002501311;0.3992044;0.02395555,0;0;0,-0.002368497;0.1991486;0.01828186,-0.007138504;0.4986668;0.03386237,0.1047004;0.3591878;0.004726149,0.1717809;0.2391294;-0.2391718,0.217625;0.1672427;-0.505875,-0.1108028;0.3559425;-0.007611685,-0.1657622;0.2172644;-0.244567,-0.1894766;0.1456919;-0.5142242,0.0725702;0.004983961;-0.03329754,0.09362417;-0.3713569;0.01491319,0.1025645;-0.7119304;0.09509887,0.1050558;-0.6997259;-0.003273457,-0.06822331;0.005929984;-0.04135716,-0.1180022;-0.3691424;-0.006104536,-0.1373831;-0.7086896;0.07655213,-0.1318484;-0.696385;-0.02171405,-0.005525151;0.3987225;0.03094339,6.980797
+0;0;0,-0.0009598864;0.1994463;0.01484059,-0.003230082;0.4993054;0.02173793,0.10919;0.3625062;-0.002242384,0.1687545;0.2904658;-0.2661784,0.209582;0.2989449;-0.543056,-0.1105678;0.3569604;-0.008020997,-0.1639174;0.2925118;-0.2752291,-0.1822426;0.2669758;-0.5534594,0.07170135;0.005029004;-0.035123,0.09643313;-0.3713757;0.0107878,0.1069923;-0.7125996;0.08795507,0.1070106;-0.7008153;-0.01037188,-0.06942721;0.005437519;-0.03937379,-0.1178245;-0.3702114;-0.008623902,-0.1339563;-0.7110122;0.06944376,-0.1308752;-0.6991271;-0.02885353,-0.002403631;0.3993095;0.0220966,0;0;0,-0.002412667;0.1991315;0.01846148,-0.00720579;0.4986215;0.03456012,0.1043677;0.3589273;0.004511787,0.1753972;0.2324869;-0.2350036,0.2145524;0.1801523;-0.5072681,-0.1110453;0.3556305;-0.00630017,-0.1651024;0.2191986;-0.2447623,-0.1862917;0.1115109;-0.5023558,0.07260321;0.00497837;-0.03322633,0.09359998;-0.3713434;0.01515831,0.1028752;-0.7119553;0.09514262,0.1047932;-0.6997319;-0.003245972,-0.06819941;0.005934128;-0.04139597,-0.1179025;-0.3691314;-0.005964071,-0.1372671;-0.7086736;0.07671668,-0.1323012;-0.6963457;-0.02158407,-0.005597387;0.3986819;0.03147955,6.992365
+0;0;0,-0.0009598864;0.1994463;0.01484059,-0.003230082;0.4993054;0.02173793,0.10919;0.3625062;-0.002242384,0.1687545;0.2904658;-0.2661784,0.209582;0.2989449;-0.543056,-0.1105678;0.3569604;-0.008020997,-0.1639174;0.2925118;-0.2752291,-0.1822426;0.2669758;-0.5534594,0.07170135;0.005029004;-0.035123,0.09643313;-0.3713757;0.0107878,0.1069923;-0.7125996;0.08795507,0.1070106;-0.7008153;-0.01037188,-0.06942721;0.005437519;-0.03937379,-0.1178245;-0.3702114;-0.008623902,-0.1339563;-0.7110122;0.06944376,-0.1308752;-0.6991271;-0.02885353,-0.002403631;0.3993095;0.0220966,0;0;0,-0.002412667;0.1991315;0.01846148,-0.00720579;0.4986215;0.03456012,0.1043677;0.3589273;0.004511787,0.1753972;0.2324869;-0.2350036,0.2145524;0.1801523;-0.5072681,-0.1110453;0.3556305;-0.00630017,-0.1651024;0.2191986;-0.2447623,-0.1862917;0.1115109;-0.5023558,0.07260321;0.00497837;-0.03322633,0.09359998;-0.3713434;0.01515831,0.1028752;-0.7119553;0.09514262,0.1047932;-0.6997319;-0.003245972,-0.06819941;0.005934128;-0.04139597,-0.1179025;-0.3691314;-0.005964071,-0.1372671;-0.7086736;0.07671668,-0.1323012;-0.6963457;-0.02158407,-0.005597387;0.3986819;0.03147955,7.003568
+0;0;0,-0.0009598864;0.1994463;0.01484059,-0.003230082;0.4993054;0.02173793,0.10919;0.3625062;-0.002242384,0.1687545;0.2904658;-0.2661784,0.209582;0.2989449;-0.543056,-0.1105678;0.3569604;-0.008020997,-0.1639174;0.2925118;-0.2752291,-0.1822426;0.2669758;-0.5534594,0.07170135;0.005029004;-0.035123,0.09643313;-0.3713757;0.0107878,0.1069923;-0.7125996;0.08795507,0.1070106;-0.7008153;-0.01037188,-0.06942721;0.005437519;-0.03937379,-0.1178245;-0.3702114;-0.008623902,-0.1339563;-0.7110122;0.06944376,-0.1308752;-0.6991271;-0.02885353,-0.002403631;0.3993095;0.0220966,0;0;0,-0.002453552;0.199115;0.01863326,-0.007280719;0.4985837;0.03510571,0.1042789;0.359013;0.004694512,0.1762815;0.235755;-0.2361854,0.2136739;0.1830178;-0.5086199,-0.1111972;0.3554794;-0.005501706,-0.1651129;0.2189551;-0.243943,-0.2039045;0.1742631;-0.5176176,0.0725974;0.004971053;-0.03324012,0.09344593;-0.3713212;0.01543696,0.102658;-0.712001;0.09513912,0.1043104;-0.6997575;-0.003257923,-0.06821926;0.005933913;-0.04136327,-0.1178624;-0.3691477;-0.006017093,-0.1372712;-0.7086693;0.0767376,-0.1325727;-0.696319;-0.02158032,-0.00566737;0.3986477;0.0319142,7.025533
+0;0;0,-0.0009598864;0.1994463;0.01484059,-0.003230082;0.4993054;0.02173793,0.10919;0.3625062;-0.002242384,0.1687545;0.2904658;-0.2661784,0.209582;0.2989449;-0.543056,-0.1105678;0.3569604;-0.008020997,-0.1639174;0.2925118;-0.2752291,-0.1822426;0.2669758;-0.5534594,0.07170135;0.005029004;-0.035123,0.09643313;-0.3713757;0.0107878,0.1069923;-0.7125996;0.08795507,0.1070106;-0.7008153;-0.01037188,-0.06942721;0.005437519;-0.03937379,-0.1178245;-0.3702114;-0.008623902,-0.1339563;-0.7110122;0.06944376,-0.1308752;-0.6991271;-0.02885353,-0.002403631;0.3993095;0.0220966,0;0;0,-0.002453552;0.199115;0.01863326,-0.007280719;0.4985837;0.03510571,0.1042789;0.359013;0.004694512,0.1762815;0.235755;-0.2361854,0.2136739;0.1830178;-0.5086199,-0.1111972;0.3554794;-0.005501706,-0.1651129;0.2189551;-0.243943,-0.2039045;0.1742631;-0.5176176,0.0725974;0.004971053;-0.03324012,0.09344593;-0.3713212;0.01543696,0.102658;-0.712001;0.09513912,0.1043104;-0.6997575;-0.003257923,-0.06821926;0.005933913;-0.04136327,-0.1178624;-0.3691477;-0.006017093,-0.1372712;-0.7086693;0.0767376,-0.1325727;-0.696319;-0.02158032,-0.00566737;0.3986477;0.0319142,7.037335
+0;0;0,-0.0009536597;0.1994152;0.01525352,-0.003261161;0.4992658;0.02270913,0.1090325;0.3622565;-0.001912329,0.1685606;0.2921795;-0.2663847,0.2061926;0.312341;-0.5431108,-0.1104967;0.356678;-0.007345615,-0.1604252;0.2988445;-0.2767197,-0.1810172;0.2831405;-0.5555196,0.07162765;0.005125674;-0.03525915,0.09620003;-0.3711917;0.01144612,0.1068371;-0.7123629;0.08883525,0.106733;-0.7005432;-0.009498209,-0.06952105;0.005366684;-0.03921762,-0.1175737;-0.3703122;-0.008293057,-0.1339575;-0.7110043;0.07019542,-0.1309984;-0.699085;-0.02811191,-0.002421087;0.3992693;0.02274816,0;0;0,-0.002509189;0.1990989;0.01879729,-0.007377736;0.4985511;0.0355427,0.1041593;0.3590635;0.004813774,0.1749453;0.2407938;-0.2389107,0.2091318;0.191369;-0.5123855,-0.1107204;0.35656;-0.007885344,-0.1688079;0.2194874;-0.2450286,-0.1924421;0.1408562;-0.5127199,0.07259474;0.005026325;-0.03323762,0.09334411;-0.3712494;0.01560969,0.1026316;-0.7119772;0.09509724,0.1051873;-0.6997272;-0.00328166,-0.06822862;0.005889135;-0.04135425,-0.1180957;-0.3691948;-0.006349705,-0.1374438;-0.7087021;0.07647805,-0.1318414;-0.6963395;-0.02179471,-0.00575447;0.3986174;0.0322808,7.047962
+0;0;0,-0.0009536597;0.1994152;0.01525352,-0.003261161;0.4992658;0.02270913,0.1090325;0.3622565;-0.001912329,0.1685606;0.2921795;-0.2663847,0.2061926;0.312341;-0.5431108,-0.1104967;0.356678;-0.007345615,-0.1604252;0.2988445;-0.2767197,-0.1810172;0.2831405;-0.5555196,0.07162765;0.005125674;-0.03525915,0.09620003;-0.3711917;0.01144612,0.1068371;-0.7123629;0.08883525,0.106733;-0.7005432;-0.009498209,-0.06952105;0.005366684;-0.03921762,-0.1175737;-0.3703122;-0.008293057,-0.1339575;-0.7110043;0.07019542,-0.1309984;-0.699085;-0.02811191,-0.002421087;0.3992693;0.02274816,0;0;0,-0.002509189;0.1990989;0.01879729,-0.007377736;0.4985511;0.0355427,0.1041593;0.3590635;0.004813774,0.1749453;0.2407938;-0.2389107,0.2091318;0.191369;-0.5123855,-0.1107204;0.35656;-0.007885344,-0.1688079;0.2194874;-0.2450286,-0.1924421;0.1408562;-0.5127199,0.07259474;0.005026325;-0.03323762,0.09334411;-0.3712494;0.01560969,0.1026316;-0.7119772;0.09509724,0.1051873;-0.6997272;-0.00328166,-0.06822862;0.005889135;-0.04135425,-0.1180957;-0.3691948;-0.006349705,-0.1374438;-0.7087021;0.07647805,-0.1318414;-0.6963395;-0.02179471,-0.00575447;0.3986174;0.0322808,7.059838
+0;0;0,-0.0009536597;0.1994152;0.01525352,-0.003261161;0.4992658;0.02270913,0.1090325;0.3622565;-0.001912329,0.1685606;0.2921795;-0.2663847,0.2061926;0.312341;-0.5431108,-0.1104967;0.356678;-0.007345615,-0.1604252;0.2988445;-0.2767197,-0.1810172;0.2831405;-0.5555196,0.07162765;0.005125674;-0.03525915,0.09620003;-0.3711917;0.01144612,0.1068371;-0.7123629;0.08883525,0.106733;-0.7005432;-0.009498209,-0.06952105;0.005366684;-0.03921762,-0.1175737;-0.3703122;-0.008293057,-0.1339575;-0.7110043;0.07019542,-0.1309984;-0.699085;-0.02811191,-0.002421087;0.3992693;0.02274816,0;0;0,-0.002552036;0.1990852;0.01893588,-0.007438074;0.4985251;0.03588241,0.1040806;0.3591197;0.004908713,0.1739694;0.2414131;-0.2393468,0.2124556;0.1855648;-0.5110079,-0.1110286;0.3561116;-0.00647882,-0.167233;0.2247547;-0.2472825,-0.1830062;0.1423658;-0.5144216,0.07258787;0.005040504;-0.03325048,0.09324736;-0.371217;0.01577475,0.1026556;-0.7119528;0.09521412,0.1046816;-0.6996866;-0.003180034,-0.06824573;0.00587108;-0.04132857,-0.1181892;-0.369196;-0.00625271,-0.1374267;-0.7086624;0.07676823,-0.1323534;-0.6962867;-0.02153563,-0.00581289;0.3985932;0.03257194,7.08152
+0;0;0,-0.001002499;0.1993923;0.01554627,-0.003427403;0.499235;0.02336215,0.1088108;0.3620636;-0.001717757,0.1679254;0.2943371;-0.2668943,0.1962096;0.3253589;-0.5437293,-0.1104662;0.3561575;-0.006657774,-0.1597041;0.3035303;-0.2772238,-0.1808826;0.2854718;-0.5558372,0.07162239;0.005203776;-0.03525838,0.09603595;-0.3710583;0.01197347,0.1068422;-0.7122167;0.08939514,0.1065409;-0.7003706;-0.00894279,-0.06955482;0.005292603;-0.03916777,-0.1176405;-0.3703844;-0.008271514,-0.1339127;-0.7109963;0.07058744,-0.1311504;-0.6990498;-0.02773064,-0.002526035;0.3992391;0.02322382,0;0;0,-0.002552036;0.1990852;0.01893588,-0.007438074;0.4985251;0.03588241,0.1040806;0.3591197;0.004908713,0.1739694;0.2414131;-0.2393468,0.2124556;0.1855648;-0.5110079,-0.1110286;0.3561116;-0.00647882,-0.167233;0.2247547;-0.2472825,-0.1830062;0.1423658;-0.5144216,0.07258787;0.005040504;-0.03325048,0.09324736;-0.371217;0.01577475,0.1026556;-0.7119528;0.09521412,0.1046816;-0.6996866;-0.003180034,-0.06824573;0.00587108;-0.04132857,-0.1181892;-0.369196;-0.00625271,-0.1374267;-0.7086624;0.07676823,-0.1323534;-0.6962867;-0.02153563,-0.00581289;0.3985932;0.03257194,7.093124
+0;0;0,-0.001002499;0.1993923;0.01554627,-0.003427403;0.499235;0.02336215,0.1088108;0.3620636;-0.001717757,0.1679254;0.2943371;-0.2668943,0.1962096;0.3253589;-0.5437293,-0.1104662;0.3561575;-0.006657774,-0.1597041;0.3035303;-0.2772238,-0.1808826;0.2854718;-0.5558372,0.07162239;0.005203776;-0.03525838,0.09603595;-0.3710583;0.01197347,0.1068422;-0.7122167;0.08939514,0.1065409;-0.7003706;-0.00894279,-0.06955482;0.005292603;-0.03916777,-0.1176405;-0.3703844;-0.008271514,-0.1339127;-0.7109963;0.07058744,-0.1311504;-0.6990498;-0.02773064,-0.002526035;0.3992391;0.02322382,0;0;0,-0.002552036;0.1990852;0.01893588,-0.007438074;0.4985251;0.03588241,0.1040806;0.3591197;0.004908713,0.1739694;0.2414131;-0.2393468,0.2124556;0.1855648;-0.5110079,-0.1110286;0.3561116;-0.00647882,-0.167233;0.2247547;-0.2472825,-0.1830062;0.1423658;-0.5144216,0.07258787;0.005040504;-0.03325048,0.09324736;-0.371217;0.01577475,0.1026556;-0.7119528;0.09521412,0.1046816;-0.6996866;-0.003180034,-0.06824573;0.00587108;-0.04132857,-0.1181892;-0.369196;-0.00625271,-0.1374267;-0.7086624;0.07676823,-0.1323534;-0.6962867;-0.02153563,-0.00581289;0.3985932;0.03257194,7.104052
+0;0;0,-0.001002499;0.1993923;0.01554627,-0.003427403;0.499235;0.02336215,0.1088108;0.3620636;-0.001717757,0.1679254;0.2943371;-0.2668943,0.1962096;0.3253589;-0.5437293,-0.1104662;0.3561575;-0.006657774,-0.1597041;0.3035303;-0.2772238,-0.1808826;0.2854718;-0.5558372,0.07162239;0.005203776;-0.03525838,0.09603595;-0.3710583;0.01197347,0.1068422;-0.7122167;0.08939514,0.1065409;-0.7003706;-0.00894279,-0.06955482;0.005292603;-0.03916777,-0.1176405;-0.3703844;-0.008271514,-0.1339127;-0.7109963;0.07058744,-0.1311504;-0.6990498;-0.02773064,-0.002526035;0.3992391;0.02322382,0;0;0,-0.002585403;0.1990694;0.01909673,-0.007490356;0.4984904;0.03636733,0.1036784;0.3587888;0.00434061,0.1750761;0.2411675;-0.2395192,0.2116756;0.1923739;-0.512795,-0.1111339;0.3557832;-0.00562213,-0.1670007;0.2281518;-0.2484989,-0.1828412;0.1436443;-0.5149714,0.07257973;0.005070483;-0.03326368,0.09317195;-0.3711596;0.01599953,0.1026738;-0.7119255;0.09529842,0.1042138;-0.6996392;-0.003108151,-0.06826661;0.00584501;-0.04129777,-0.1185878;-0.3691802;-0.006314419,-0.1375794;-0.7086582;0.07671594,-0.1329902;-0.6962659;-0.02161468,-0.005863344;0.3985619;0.03295365,7.126553
+0;0;0,-0.001007437;0.1993674;0.01586223,-0.003411279;0.4992017;0.02410126,0.1086428;0.3617874;-0.0015742,0.1669064;0.297241;-0.2677304,0.1950268;0.3379706;-0.5433213,-0.1103256;0.3557004;-0.006034616,-0.1596201;0.3097063;-0.2777966,-0.1705454;0.3364395;-0.5563033,0.07153197;0.005225191;-0.03543831,0.09587611;-0.3709517;0.01250212,0.1068228;-0.7120764;0.09005286,0.1063442;-0.7002037;-0.008289278,-0.06965401;0.005282214;-0.03899253,-0.1174186;-0.370449;-0.008258522,-0.1338526;-0.7109262;0.0711465,-0.1312672;-0.6989555;-0.02718082,-0.002527368;0.3992063;0.02374405,0;0;0,-0.002585403;0.1990694;0.01909673,-0.007490356;0.4984904;0.03636733,0.1036784;0.3587888;0.00434061,0.1750761;0.2411675;-0.2395192,0.2116756;0.1923739;-0.512795,-0.1111339;0.3557832;-0.00562213,-0.1670007;0.2281518;-0.2484989,-0.1828412;0.1436443;-0.5149714,0.07257973;0.005070483;-0.03326368,0.09317195;-0.3711596;0.01599953,0.1026738;-0.7119255;0.09529842,0.1042138;-0.6996392;-0.003108151,-0.06826661;0.00584501;-0.04129777,-0.1185878;-0.3691802;-0.006314419,-0.1375794;-0.7086582;0.07671594,-0.1329902;-0.6962659;-0.02161468,-0.005863344;0.3985619;0.03295365,7.137785
+0;0;0,-0.001007437;0.1993674;0.01586223,-0.003411279;0.4992017;0.02410126,0.1086428;0.3617874;-0.0015742,0.1669064;0.297241;-0.2677304,0.1950268;0.3379706;-0.5433213,-0.1103256;0.3557004;-0.006034616,-0.1596201;0.3097063;-0.2777966,-0.1705454;0.3364395;-0.5563033,0.07153197;0.005225191;-0.03543831,0.09587611;-0.3709517;0.01250212,0.1068228;-0.7120764;0.09005286,0.1063442;-0.7002037;-0.008289278,-0.06965401;0.005282214;-0.03899253,-0.1174186;-0.370449;-0.008258522,-0.1338526;-0.7109262;0.0711465,-0.1312672;-0.6989555;-0.02718082,-0.002527368;0.3992063;0.02374405,0;0;0,-0.002634675;0.1990556;0.01923359,-0.007575869;0.4984631;0.03671598,0.1035584;0.3587973;0.004417241,0.1745615;0.2417525;-0.2398348,0.2124858;0.1879623;-0.5119898,-0.1112396;0.3554962;-0.004951686,-0.1674143;0.23421;-0.2509884,-0.1827425;0.1464352;-0.5164325,0.07255489;0.005120202;-0.03331025,0.09307431;-0.3710909;0.01612832,0.1024172;-0.7118922;0.09529358,0.1037094;-0.6995879;-0.003119804,-0.06828925;0.005813679;-0.04126475,-0.1185999;-0.3692219;-0.006376747,-0.1374699;-0.708712;0.0766317,-0.133133;-0.6963078;-0.0217125,-0.005938578;0.3985367;0.03324789,7.148847
+0;0;0,-0.001007437;0.1993674;0.01586223,-0.003411279;0.4992017;0.02410126,0.1086428;0.3617874;-0.0015742,0.1669064;0.297241;-0.2677304,0.1950268;0.3379706;-0.5433213,-0.1103256;0.3557004;-0.006034616,-0.1596201;0.3097063;-0.2777966,-0.1705454;0.3364395;-0.5563033,0.07153197;0.005225191;-0.03543831,0.09587611;-0.3709517;0.01250212,0.1068228;-0.7120764;0.09005286,0.1063442;-0.7002037;-0.008289278,-0.06965401;0.005282214;-0.03899253,-0.1174186;-0.370449;-0.008258522,-0.1338526;-0.7109262;0.0711465,-0.1312672;-0.6989555;-0.02718082,-0.002527368;0.3992063;0.02374405,0;0;0,-0.002634675;0.1990556;0.01923359,-0.007575869;0.4984631;0.03671598,0.1035584;0.3587973;0.004417241,0.1745615;0.2417525;-0.2398348,0.2124858;0.1879623;-0.5119898,-0.1112396;0.3554962;-0.004951686,-0.1674143;0.23421;-0.2509884,-0.1827425;0.1464352;-0.5164325,0.07255489;0.005120202;-0.03331025,0.09307431;-0.3710909;0.01612832,0.1024172;-0.7118922;0.09529358,0.1037094;-0.6995879;-0.003119804,-0.06828925;0.005813679;-0.04126475,-0.1185999;-0.3692219;-0.006376747,-0.1374699;-0.708712;0.0766317,-0.133133;-0.6963078;-0.0217125,-0.005938578;0.3985367;0.03324789,7.171076
+0;0;0,-0.001050978;0.1994207;0.01517512,-0.003342465;0.4992817;0.02214444,0.1090576;0.3622274;-0.001624851,0.165379;0.3025966;-0.2693412,0.1945097;0.3470544;-0.5442501,-0.1107843;0.3558367;-0.005753707,-0.1590331;0.3140732;-0.2783851,-0.1651546;0.3410056;-0.5570195,0.0715147;0.005216097;-0.03547449,0.09587484;-0.3709444;0.01258657,0.1068235;-0.7120149;0.0903752,0.1062237;-0.7002094;-0.007953838,-0.06968404;0.005289088;-0.03893791,-0.1174517;-0.3704444;-0.008236835,-0.1338375;-0.7108474;0.07149591,-0.131373;-0.698945;-0.02682198,-0.002523194;0.3992853;0.02238448,0;0;0,-0.002666802;0.1990413;0.01937669,-0.007625726;0.4984351;0.03708266,0.103487;0.3588144;0.004560107,0.1740772;0.2438288;-0.2407873,0.2113743;0.1914068;-0.5132957,-0.111312;0.3552358;-0.004315216,-0.1672404;0.242811;-0.2545805,-0.183704;0.1490891;-0.5179152,0.07251517;0.005191535;-0.03338559,0.09294708;-0.3709736;0.01643724,0.1024136;-0.7118167;0.09540783,0.103494;-0.6994796;-0.003013991,-0.06832772;0.005772363;-0.04120682,-0.1186407;-0.369267;-0.006363377,-0.1374463;-0.7087781;0.07657345,-0.1333214;-0.6963604;-0.02178229,-0.005984698;0.3985112;0.03354483,7.182573
+0;0;0,-0.001050978;0.1994207;0.01517512,-0.003342465;0.4992817;0.02214444,0.1090576;0.3622274;-0.001624851,0.165379;0.3025966;-0.2693412,0.1945097;0.3470544;-0.5442501,-0.1107843;0.3558367;-0.005753707,-0.1590331;0.3140732;-0.2783851,-0.1651546;0.3410056;-0.5570195,0.0715147;0.005216097;-0.03547449,0.09587484;-0.3709444;0.01258657,0.1068235;-0.7120149;0.0903752,0.1062237;-0.7002094;-0.007953838,-0.06968404;0.005289088;-0.03893791,-0.1174517;-0.3704444;-0.008236835,-0.1338375;-0.7108474;0.07149591,-0.131373;-0.698945;-0.02682198,-0.002523194;0.3992853;0.02238448,0;0;0,-0.002666802;0.1990413;0.01937669,-0.007625726;0.4984351;0.03708266,0.103487;0.3588144;0.004560107,0.1740772;0.2438288;-0.2407873,0.2113743;0.1914068;-0.5132957,-0.111312;0.3552358;-0.004315216,-0.1672404;0.242811;-0.2545805,-0.183704;0.1490891;-0.5179152,0.07251517;0.005191535;-0.03338559,0.09294708;-0.3709736;0.01643724,0.1024136;-0.7118167;0.09540783,0.103494;-0.6994796;-0.003013991,-0.06832772;0.005772363;-0.04120682,-0.1186407;-0.369267;-0.006363377,-0.1374463;-0.7087781;0.07657345,-0.1333214;-0.6963604;-0.02178229,-0.005984698;0.3985112;0.03354483,7.204601

+ 192 - 0
DataCSV/name/ThirdPersonPerspectiveWithMultipleViews_TwoArms_Sideways_None_Fast.csv

@@ -0,0 +1,192 @@
+Demo_SpineBase,Demo_SpineMid,Demo_Neck,Demo_ShoulderLeft,Demo_ElbowLeft,Demo_WristLeft,Demo_ShoulderRight,Demo_ElbowRight,Demo_WristRight,Demo_HipLeft,Demo_KneeLeft,Demo_AnkleLeft,Demo_FootLeft,Demo_HipRight,Demo_KneeRight,Demo_AnkleRight,Demo_FootRight,Demo_SpineShoulder,Body_SpineBase,Body_SpineMid,Body_Neck,Body_ShoulderLeft,Body_ElbowLeft,Body_WristLeft,Body_ShoulderRight,Body_ElbowRight,Body_WristRight,Body_HipLeft,Body_KneeLeft,Body_AnkleLeft,Body_FootLeft,Body_HipRight,Body_KneeRight,Body_AnkleRight,Body_FootRight,Body_SpineShoulder,time
+0;0;0,0.003829647;0.1999114;0.004555466,0.009826884;0.4996641;-0.004158374,0.1229287;0.3688764;0.01488913,0.1631234;0.09248433;0.03468332,0.2160479;-0.1794086;-0.006221734,-0.1064709;0.3631086;0.002679571,-0.1497324;0.08647093;0.002935463,-0.1962255;-0.1863675;-0.03946217,0.07309928;0.004411658;-0.03220299,0.08480138;-0.3717408;0.02045041,0.09093213;-0.7120582;0.1019765,0.09343296;-0.7024031;0.004099853,-0.07178539;0.005357118;-0.03490213,-0.1010132;-0.3715484;0.003671989,-0.1208395;-0.712341;0.08092069,-0.1157008;-0.7026049;-0.01686973,0.007760551;0.3998508;0.001589212,0;0;0,0.001475661;0.1998328;0.008042436,0.004082337;0.4997397;0.004613168,0.1178305;0.3693681;0.02653382,0.150882;0.09263712;0.05350723,0.2139267;-0.1764393;0.008526787,-0.1099829;0.3616966;-0.003511446,-0.1602026;0.08627635;-0.008166563,-0.208105;-0.1843975;-0.06146801,0.07466918;0.003525992;-0.02849703,0.06808341;-0.3719189;0.02979342,0.06226213;-0.7123515;0.1108595,0.06885702;-0.7684172;0.06036982,-0.06856751;0.006090682;-0.04076026,-0.096122;-0.3707459;-0.0003256686,-0.1196175;-0.709877;0.0829691,-0.1082373;-0.6999534;-0.01433164,0.00314864;0.3998249;0.008632583,144.4009
+0;0;0,0.003829647;0.1999114;0.004555466,0.009826884;0.4996641;-0.004158374,0.1229287;0.3688764;0.01488913,0.1631234;0.09248433;0.03468332,0.2160479;-0.1794086;-0.006221734,-0.1064709;0.3631086;0.002679571,-0.1497324;0.08647093;0.002935463,-0.1962255;-0.1863675;-0.03946217,0.07309928;0.004411658;-0.03220299,0.08480138;-0.3717408;0.02045041,0.09093213;-0.7120582;0.1019765,0.09343296;-0.7024031;0.004099853,-0.07178539;0.005357118;-0.03490213,-0.1010132;-0.3715484;0.003671989,-0.1208395;-0.712341;0.08092069,-0.1157008;-0.7026049;-0.01686973,0.007760551;0.3998508;0.001589212,0;0;0,0.001475661;0.1998328;0.008042436,0.004082337;0.4997397;0.004613168,0.1178305;0.3693681;0.02653382,0.150882;0.09263712;0.05350723,0.2139267;-0.1764393;0.008526787,-0.1099829;0.3616966;-0.003511446,-0.1602026;0.08627635;-0.008166563,-0.208105;-0.1843975;-0.06146801,0.07466918;0.003525992;-0.02849703,0.06808341;-0.3719189;0.02979342,0.06226213;-0.7123515;0.1108595,0.06885702;-0.7684172;0.06036982,-0.06856751;0.006090682;-0.04076026,-0.096122;-0.3707459;-0.0003256686,-0.1196175;-0.709877;0.0829691,-0.1082373;-0.6999534;-0.01433164,0.00314864;0.3998249;0.008632583,144.4214
+0;0;0,0.003782983;0.1999106;0.004632953,0.009731134;0.4996685;-0.003936198,0.1228711;0.3689622;0.01506044,0.1629962;0.09255365;0.03476623,0.2157061;-0.1793526;-0.00632672,-0.1065271;0.3630383;0.00296031,-0.1497538;0.0863952;0.00314888,-0.1961987;-0.1864173;-0.03946836,0.07313878;0.004419619;-0.03211208,0.08471692;-0.3716831;0.02092238,0.09075832;-0.7119774;0.1025516,0.09453817;-0.7680894;0.0518522,-0.07174572;0.005357052;-0.03498362,-0.1009508;-0.3715165;0.00391838,-0.1211308;-0.712268;0.08125651,-0.116037;-0.7025233;-0.01653805,0.007680229;0.3998519;0.001760725,0;0;0,0.001444334;0.1998313;0.008085219,0.004041165;0.4997392;0.004721668,0.1178059;0.3694485;0.0266428,0.1508604;0.09270307;0.0534636,0.2133849;-0.1765358;0.008729357,-0.1100539;0.3617843;-0.003441417,-0.16015;0.08634132;-0.008081648,-0.2080883;-0.1843371;-0.06132718,0.07468564;0.00353808;-0.02845237,0.06813473;-0.3719094;0.02982544,0.06220185;-0.7122309;0.1113486,0.06818453;-0.7681732;0.06057321,-0.06853931;0.0060768;-0.04080974,-0.0961215;-0.3707412;-0.000221096,-0.1197919;-0.7098389;0.08316043,-0.108402;-0.6999073;-0.01414081,0.00310631;0.3998234;0.008716068,144.4401
+0;0;0,0.003782983;0.1999106;0.004632953,0.009731134;0.4996685;-0.003936198,0.1228711;0.3689622;0.01506044,0.1629962;0.09255365;0.03476623,0.2157061;-0.1793526;-0.00632672,-0.1065271;0.3630383;0.00296031,-0.1497538;0.0863952;0.00314888,-0.1961987;-0.1864173;-0.03946836,0.07313878;0.004419619;-0.03211208,0.08471692;-0.3716831;0.02092238,0.09075832;-0.7119774;0.1025516,0.09453817;-0.7680894;0.0518522,-0.07174572;0.005357052;-0.03498362,-0.1009508;-0.3715165;0.00391838,-0.1211308;-0.712268;0.08125651,-0.116037;-0.7025233;-0.01653805,0.007680229;0.3998519;0.001760725,0;0;0,0.001444334;0.1998313;0.008085219,0.004041165;0.4997392;0.004721668,0.1178059;0.3694485;0.0266428,0.1508604;0.09270307;0.0534636,0.2133849;-0.1765358;0.008729357,-0.1100539;0.3617843;-0.003441417,-0.16015;0.08634132;-0.008081648,-0.2080883;-0.1843371;-0.06132718,0.07468564;0.00353808;-0.02845237,0.06813473;-0.3719094;0.02982544,0.06220185;-0.7122309;0.1113486,0.06818453;-0.7681732;0.06057321,-0.06853931;0.0060768;-0.04080974,-0.0961215;-0.3707412;-0.000221096,-0.1197919;-0.7098389;0.08316043,-0.108402;-0.6999073;-0.01414081,0.00310631;0.3998234;0.008716068,144.4519
+0;0;0,0.003782983;0.1999106;0.004632953,0.009731134;0.4996685;-0.003936198,0.1228711;0.3689622;0.01506044,0.1629962;0.09255365;0.03476623,0.2157061;-0.1793526;-0.00632672,-0.1065271;0.3630383;0.00296031,-0.1497538;0.0863952;0.00314888,-0.1961987;-0.1864173;-0.03946836,0.07313878;0.004419619;-0.03211208,0.08471692;-0.3716831;0.02092238,0.09075832;-0.7119774;0.1025516,0.09453817;-0.7680894;0.0518522,-0.07174572;0.005357052;-0.03498362,-0.1009508;-0.3715165;0.00391838,-0.1211308;-0.712268;0.08125651,-0.116037;-0.7025233;-0.01653805,0.007680229;0.3998519;0.001760725,0;0;0,0.001306106;0.1998302;0.008134699,0.003749354;0.4997397;0.004805369,0.11758;0.3695527;0.02681177,0.1506553;0.09280029;0.05353538,0.2117662;-0.1767165;0.008522447,-0.1102996;0.3617885;-0.003315789,-0.1603092;0.08632931;-0.007925373,-0.2082678;-0.1843501;-0.0611476,0.07469872;0.003518227;-0.02842044,0.06795844;-0.3719081;0.02997163,0.06173421;-0.7121992;0.1116003,0.07089439;-0.7023734;0.01408571,-0.06853738;0.00609869;-0.04080971,-0.09626168;-0.3706903;-4.969537E-05,-0.1199467;-0.7097403;0.08352139,-0.1085455;-0.6998004;-0.01378024,0.002867467;0.3998231;0.008791398,144.474
+0;0;0,0.003764906;0.1999103;0.004660003,0.009694856;0.4996696;-0.003870679,0.122842;0.3689544;0.01507936,0.1629365;0.09254247;0.03479978,0.215566;-0.1793782;-0.006301377,-0.1065467;0.363004;0.0030228,-0.1497656;0.08635962;0.003089371,-0.196229;-0.1864638;-0.03943748,0.07312351;0.004434135;-0.03214484,0.08456796;-0.3716589;0.02098791,0.0903759;-0.7119751;0.1025423,0.093823;-0.7684035;0.05236013,-0.07176552;0.005344898;-0.03494484,-0.1010239;-0.3715211;0.00398967,-0.1212771;-0.7122609;0.08136034,-0.1162005;-0.7025121;-0.01643597,0.007649321;0.3998523;0.001814098,0;0;0,0.001306106;0.1998302;0.008134699,0.003749354;0.4997397;0.004805369,0.11758;0.3695527;0.02681177,0.1506553;0.09280029;0.05353538,0.2117662;-0.1767165;0.008522447,-0.1102996;0.3617885;-0.003315789,-0.1603092;0.08632931;-0.007925373,-0.2082678;-0.1843501;-0.0611476,0.07469872;0.003518227;-0.02842044,0.06795844;-0.3719081;0.02997163,0.06173421;-0.7121992;0.1116003,0.07089439;-0.7023734;0.01408571,-0.06853738;0.00609869;-0.04080971,-0.09626168;-0.3706903;-4.969537E-05,-0.1199467;-0.7097403;0.08352139,-0.1085455;-0.6998004;-0.01378024,0.002867467;0.3998231;0.008791398,144.4962
+0;0;0,0.003764906;0.1999103;0.004660003,0.009694856;0.4996696;-0.003870679,0.122842;0.3689544;0.01507936,0.1629365;0.09254247;0.03479978,0.215566;-0.1793782;-0.006301377,-0.1065467;0.363004;0.0030228,-0.1497656;0.08635962;0.003089371,-0.196229;-0.1864638;-0.03943748,0.07312351;0.004434135;-0.03214484,0.08456796;-0.3716589;0.02098791,0.0903759;-0.7119751;0.1025423,0.093823;-0.7684035;0.05236013,-0.07176552;0.005344898;-0.03494484,-0.1010239;-0.3715211;0.00398967,-0.1212771;-0.7122609;0.08136034,-0.1162005;-0.7025121;-0.01643597,0.007649321;0.3998523;0.001814098,0;0;0,0.001376569;0.1998307;0.008110816,0.003945977;0.4997392;0.004781856,0.1176936;0.3695042;0.02692886,0.1506972;0.09272113;0.05342206,0.2111492;-0.176957;0.008485574,-0.1101682;0.3617895;-0.003180619,-0.160014;0.08630046;-0.007782362,-0.2078376;-0.184424;-0.06089672,0.07470848;0.003552514;-0.02839051,0.06812208;-0.3718638;0.03008343,0.06174619;-0.7121081;0.1118952,0.07090263;-0.7022845;0.01438069,-0.06854484;0.006063764;-0.04080239,-0.09617899;-0.3707221;4.853681E-05,-0.1197219;-0.7097058;0.08392762,-0.1083261;-0.6997618;-0.01337549,0.003016362;0.399823;0.008765797,144.5076
+0;0;0,0.003764906;0.1999103;0.004660003,0.009694856;0.4996696;-0.003870679,0.122842;0.3689544;0.01507936,0.1629365;0.09254247;0.03479978,0.215566;-0.1793782;-0.006301377,-0.1065467;0.363004;0.0030228,-0.1497656;0.08635962;0.003089371,-0.196229;-0.1864638;-0.03943748,0.07312351;0.004434135;-0.03214484,0.08456796;-0.3716589;0.02098791,0.0903759;-0.7119751;0.1025423,0.093823;-0.7684035;0.05236013,-0.07176552;0.005344898;-0.03494484,-0.1010239;-0.3715211;0.00398967,-0.1212771;-0.7122609;0.08136034,-0.1162005;-0.7025121;-0.01643597,0.007649321;0.3998523;0.001814098,0;0;0,0.001376569;0.1998307;0.008110816,0.003945977;0.4997392;0.004781856,0.1176936;0.3695042;0.02692886,0.1506972;0.09272113;0.05342206,0.2111492;-0.176957;0.008485574,-0.1101682;0.3617895;-0.003180619,-0.160014;0.08630046;-0.007782362,-0.2078376;-0.184424;-0.06089672,0.07470848;0.003552514;-0.02839051,0.06812208;-0.3718638;0.03008343,0.06174619;-0.7121081;0.1118952,0.07090263;-0.7022845;0.01438069,-0.06854484;0.006063764;-0.04080239,-0.09617899;-0.3707221;4.853681E-05,-0.1197219;-0.7097058;0.08392762,-0.1083261;-0.6997618;-0.01337549,0.003016362;0.399823;0.008765797,144.5298
+0;0;0,0.003739136;0.19991;0.004691646,0.009648264;0.4996712;-0.00378743,0.1228183;0.3689867;0.01506901,0.1628202;0.09256849;0.03488897,0.215482;-0.1793337;-0.006292917,-0.106571;0.3629536;0.003123844,-0.1497758;0.08630705;0.00308713,-0.1961986;-0.186505;-0.03955681,0.0731247;0.004425259;-0.03214335,0.08473849;-0.3716194;0.02129363,0.09050872;-0.7120017;0.1025747,0.09290462;-0.7023205;0.004689991,-0.07176191;0.005354563;-0.03495078,-0.1010561;-0.3714948;0.004118469,-0.1213749;-0.7122306;0.08148924,-0.1163399;-0.7024769;-0.01631025,0.0076083;0.3998528;0.001880662,0;0;0,0.001440195;0.1998286;0.008152327,0.004137749;0.4997367;0.004885492,0.117837;0.3695714;0.02709969,0.1507738;0.09276518;0.05343392,0.2108331;-0.1770192;0.008608852,-0.1100623;0.3618637;-0.003030009,-0.1596699;0.08633146;-0.007621089,-0.2072064;-0.184429;-0.06080979,0.07471813;0.003521685;-0.02836898,0.06823122;-0.3718839;0.03018497,0.06166624;-0.7121116;0.1120506,0.07082557;-0.7022821;0.0145352,-0.0685447;0.00609309;-0.04079827,-0.09630339;-0.3706549;0.0003162287,-0.1192099;-0.7096266;0.08442055,-0.1078155;-0.699654;-0.01288859,0.003155322;0.39982;0.008847781,144.541
+0;0;0,0.003739136;0.19991;0.004691646,0.009648264;0.4996712;-0.00378743,0.1228183;0.3689867;0.01506901,0.1628202;0.09256849;0.03488897,0.215482;-0.1793337;-0.006292917,-0.106571;0.3629536;0.003123844,-0.1497758;0.08630705;0.00308713,-0.1961986;-0.186505;-0.03955681,0.0731247;0.004425259;-0.03214335,0.08473849;-0.3716194;0.02129363,0.09050872;-0.7120017;0.1025747,0.09290462;-0.7023205;0.004689991,-0.07176191;0.005354563;-0.03495078,-0.1010561;-0.3714948;0.004118469,-0.1213749;-0.7122306;0.08148924,-0.1163399;-0.7024769;-0.01631025,0.0076083;0.3998528;0.001880662,0;0;0,0.001440195;0.1998286;0.008152327,0.004137749;0.4997367;0.004885492,0.117837;0.3695714;0.02709969,0.1507738;0.09276518;0.05343392,0.2108331;-0.1770192;0.008608852,-0.1100623;0.3618637;-0.003030009,-0.1596699;0.08633146;-0.007621089,-0.2072064;-0.184429;-0.06080979,0.07471813;0.003521685;-0.02836898,0.06823122;-0.3718839;0.03018497,0.06166624;-0.7121116;0.1120506,0.07082557;-0.7022821;0.0145352,-0.0685447;0.00609309;-0.04079827,-0.09630339;-0.3706549;0.0003162287,-0.1192099;-0.7096266;0.08442055,-0.1078155;-0.699654;-0.01288859,0.003155322;0.39982;0.008847781,144.5527
+0;0;0,0.003739136;0.19991;0.004691646,0.009648264;0.4996712;-0.00378743,0.1228183;0.3689867;0.01506901,0.1628202;0.09256849;0.03488897,0.215482;-0.1793337;-0.006292917,-0.106571;0.3629536;0.003123844,-0.1497758;0.08630705;0.00308713,-0.1961986;-0.186505;-0.03955681,0.0731247;0.004425259;-0.03214335,0.08473849;-0.3716194;0.02129363,0.09050872;-0.7120017;0.1025747,0.09290462;-0.7023205;0.004689991,-0.07176191;0.005354563;-0.03495078,-0.1010561;-0.3714948;0.004118469,-0.1213749;-0.7122306;0.08148924,-0.1163399;-0.7024769;-0.01631025,0.0076083;0.3998528;0.001880662,0;0;0,0.001455696;0.1998281;0.008162969,0.004170032;0.4997366;0.004947002,0.1178364;0.3695337;0.02724538,0.1507045;0.09269556;0.05332879,0.2101161;-0.1772362;0.008528128,-0.1100185;0.3618;-0.002959076,-0.159416;0.08622843;-0.007455906,-0.2068546;-0.1845417;-0.06068283,0.07473674;0.003547642;-0.02831666,0.06829892;-0.3718687;0.03017341,0.06161023;-0.7120732;0.1121255,0.07079418;-0.7022408;0.0146118,-0.06851638;0.006071137;-0.04084908,-0.09636799;-0.3706577;0.0003773011,-0.1191287;-0.709579;0.08472396,-0.1098492;-0.7662343;0.03568561,0.003180901;0.3998193;0.008890736,144.5746
+0;0;0,0.003710924;0.1999099;0.004719207,0.009593308;0.4996728;-0.003718994,0.1227785;0.3689846;0.01506065,0.1628359;0.09257895;0.03494341,0.2153229;-0.1793461;-0.006310146,-0.1066026;0.36291;0.003217293,-0.1498019;0.08626255;0.00310388,-0.1961818;-0.1865654;-0.03948509,0.07312756;0.004424787;-0.03213692,0.08480528;-0.3715838;0.02153926,0.09070282;-0.7120242;0.1025675,0.0930593;-0.7023365;0.004680522,-0.07176518;0.005357917;-0.03494354,-0.1010247;-0.3714813;0.004249264,-0.1213933;-0.7122028;0.08167005,-0.1163952;-0.7024442;-0.01613234,0.007561936;0.3998534;0.001935667,0;0;0,0.001455696;0.1998281;0.008162969,0.004170032;0.4997366;0.004947002,0.1178364;0.3695337;0.02724538,0.1507045;0.09269556;0.05332879,0.2101161;-0.1772362;0.008528128,-0.1100185;0.3618;-0.002959076,-0.159416;0.08622843;-0.007455906,-0.2068546;-0.1845417;-0.06068283,0.07473674;0.003547642;-0.02831666,0.06829892;-0.3718687;0.03017341,0.06161023;-0.7120732;0.1121255,0.07079418;-0.7022408;0.0146118,-0.06851638;0.006071137;-0.04084908,-0.09636799;-0.3706577;0.0003773011,-0.1191287;-0.709579;0.08472396,-0.1098492;-0.7662343;0.03568561,0.003180901;0.3998193;0.008890736,144.5856
+0;0;0,0.003710924;0.1999099;0.004719207,0.009593308;0.4996728;-0.003718994,0.1227785;0.3689846;0.01506065,0.1628359;0.09257895;0.03494341,0.2153229;-0.1793461;-0.006310146,-0.1066026;0.36291;0.003217293,-0.1498019;0.08626255;0.00310388,-0.1961818;-0.1865654;-0.03948509,0.07312756;0.004424787;-0.03213692,0.08480528;-0.3715838;0.02153926,0.09070282;-0.7120242;0.1025675,0.0930593;-0.7023365;0.004680522,-0.07176518;0.005357917;-0.03494354,-0.1010247;-0.3714813;0.004249264,-0.1213933;-0.7122028;0.08167005,-0.1163952;-0.7024442;-0.01613234,0.007561936;0.3998534;0.001935667,0;0;0,0.001455696;0.1998281;0.008162969,0.004170032;0.4997366;0.004947002,0.1178364;0.3695337;0.02724538,0.1507045;0.09269556;0.05332879,0.2101161;-0.1772362;0.008528128,-0.1100185;0.3618;-0.002959076,-0.159416;0.08622843;-0.007455906,-0.2068546;-0.1845417;-0.06068283,0.07473674;0.003547642;-0.02831666,0.06829892;-0.3718687;0.03017341,0.06161023;-0.7120732;0.1121255,0.07079418;-0.7022408;0.0146118,-0.06851638;0.006071137;-0.04084908,-0.09636799;-0.3706577;0.0003773011,-0.1191287;-0.709579;0.08472396,-0.1098492;-0.7662343;0.03568561,0.003180901;0.3998193;0.008890736,144.5968
+0;0;0,0.003710924;0.1999099;0.004719207,0.009593308;0.4996728;-0.003718994,0.1227785;0.3689846;0.01506065,0.1628359;0.09257895;0.03494341,0.2153229;-0.1793461;-0.006310146,-0.1066026;0.36291;0.003217293,-0.1498019;0.08626255;0.00310388,-0.1961818;-0.1865654;-0.03948509,0.07312756;0.004424787;-0.03213692,0.08480528;-0.3715838;0.02153926,0.09070282;-0.7120242;0.1025675,0.0930593;-0.7023365;0.004680522,-0.07176518;0.005357917;-0.03494354,-0.1010247;-0.3714813;0.004249264,-0.1213933;-0.7122028;0.08167005,-0.1163952;-0.7024442;-0.01613234,0.007561936;0.3998534;0.001935667,0;0;0,0.001392374;0.1998281;0.008171519,0.00401602;0.4997381;0.004999142,0.1177135;0.3695612;0.02730301,0.1505899;0.09272671;0.0534145,0.209877;-0.177261;0.008786328,-0.1101373;0.3617615;-0.002871525,-0.1592639;0.08614025;-0.007287144,-0.2061974;-0.1846547;-0.06083462,0.07469312;0.003494584;-0.02843811,0.06834774;-0.371886;0.03029109,0.0615103;-0.7121369;0.1120382,0.06834088;-0.7678875;0.06104621,-0.06856946;0.006111719;-0.04075384,-0.09640861;-0.3706169;0.0004840903,-0.1192188;-0.7095329;0.08483829,-0.1098746;-0.7663858;0.03616328,0.003054603;0.3998198;0.008924799,144.6192
+0;0;0,0.003682438;0.1999093;0.004767327,0.009538086;0.4996747;-0.003598567,0.1227381;0.368958;0.01502837,0.1628259;0.09256002;0.03495609,0.2152421;-0.1793472;-0.006504778,-0.1066318;0.362855;0.003376278,-0.1498856;0.08621615;0.00315041,-0.1966395;-0.1865261;-0.03957823,0.07312497;0.004438439;-0.03214093,0.08478925;-0.3715376;0.0217664,0.09065976;-0.7119949;0.1027252,0.09294892;-0.702299;0.004834928,-0.07177268;0.005344847;-0.03493014,-0.1010441;-0.3714762;0.004428487,-0.1214053;-0.7122105;0.08179452,-0.1164742;-0.7024357;-0.01601464,0.007514107;0.3998539;0.002033147,0;0;0,0.001392374;0.1998281;0.008171519,0.00401602;0.4997381;0.004999142,0.1177135;0.3695612;0.02730301,0.1505899;0.09272671;0.0534145,0.209877;-0.177261;0.008786328,-0.1101373;0.3617615;-0.002871525,-0.1592639;0.08614025;-0.007287144,-0.2061974;-0.1846547;-0.06083462,0.07469312;0.003494584;-0.02843811,0.06834774;-0.371886;0.03029109,0.0615103;-0.7121369;0.1120382,0.06834088;-0.7678875;0.06104621,-0.06856946;0.006111719;-0.04075384,-0.09640861;-0.3706169;0.0004840903,-0.1192188;-0.7095329;0.08483829,-0.1098746;-0.7663858;0.03616328,0.003054603;0.3998198;0.008924799,144.6305
+0;0;0,0.003682438;0.1999093;0.004767327,0.009538086;0.4996747;-0.003598567,0.1227381;0.368958;0.01502837,0.1628259;0.09256002;0.03495609,0.2152421;-0.1793472;-0.006504778,-0.1066318;0.362855;0.003376278,-0.1498856;0.08621615;0.00315041,-0.1966395;-0.1865261;-0.03957823,0.07312497;0.004438439;-0.03214093,0.08478925;-0.3715376;0.0217664,0.09065976;-0.7119949;0.1027252,0.09294892;-0.702299;0.004834928,-0.07177268;0.005344847;-0.03493014,-0.1010441;-0.3714762;0.004428487,-0.1214053;-0.7122105;0.08179452,-0.1164742;-0.7024357;-0.01601464,0.007514107;0.3998539;0.002033147,0;0;0,0.001384375;0.1998282;0.008171932,0.003998308;0.4997387;0.005029917,0.1176813;0.3696771;0.02760742,0.1504495;0.09281626;0.05357502,0.2094282;-0.1772201;0.00883238,-0.1102024;0.3618411;-0.002641118,-0.1590838;0.08617499;-0.006980686,-0.2060101;-0.1846329;-0.0604688,0.07468453;0.003485108;-0.0284618,0.06814433;-0.371855;0.03050443,0.06149693;-0.7120005;0.1127047,0.06819149;-0.7677022;0.06161249,-0.06858941;0.006121558;-0.04071878,-0.09665025;-0.370554;0.0008515082,-0.1193867;-0.7094932;0.08513266,-0.1079575;-0.699518;-0.01217294,0.003038179;0.3998199;0.008942846,144.6415
+0;0;0,0.003682438;0.1999093;0.004767327,0.009538086;0.4996747;-0.003598567,0.1227381;0.368958;0.01502837,0.1628259;0.09256002;0.03495609,0.2152421;-0.1793472;-0.006504778,-0.1066318;0.362855;0.003376278,-0.1498856;0.08621615;0.00315041,-0.1966395;-0.1865261;-0.03957823,0.07312497;0.004438439;-0.03214093,0.08478925;-0.3715376;0.0217664,0.09065976;-0.7119949;0.1027252,0.09294892;-0.702299;0.004834928,-0.07177268;0.005344847;-0.03493014,-0.1010441;-0.3714762;0.004428487,-0.1214053;-0.7122105;0.08179452,-0.1164742;-0.7024357;-0.01601464,0.007514107;0.3998539;0.002033147,0;0;0,0.001384375;0.1998282;0.008171932,0.003998308;0.4997387;0.005029917,0.1176813;0.3696771;0.02760742,0.1504495;0.09281626;0.05357502,0.2094282;-0.1772201;0.00883238,-0.1102024;0.3618411;-0.002641118,-0.1590838;0.08617499;-0.006980686,-0.2060101;-0.1846329;-0.0604688,0.07468453;0.003485108;-0.0284618,0.06814433;-0.371855;0.03050443,0.06149693;-0.7120005;0.1127047,0.06819149;-0.7677022;0.06161249,-0.06858941;0.006121558;-0.04071878,-0.09665025;-0.370554;0.0008515082,-0.1193867;-0.7094932;0.08513266,-0.1079575;-0.699518;-0.01217294,0.003038179;0.3998199;0.008942846,144.6637
+0;0;0,0.003714023;0.199907;0.004837413,0.009599486;0.4996741;-0.003441656,0.1227851;0.3689396;0.01518042,0.1628329;0.09253019;0.0350294,0.2152459;-0.1793498;-0.006613504,-0.107271;0.3650577;0.003346502,-0.1485454;0.08811656;0.003463628,-0.1954935;-0.1846694;-0.03877018,0.07311711;0.004477263;-0.0321534,0.08462813;-0.3715363;0.02152467,0.09090327;-0.7119058;0.1028216,0.09330695;-0.7022049;0.004933007,-0.07177965;0.00529924;-0.03492276,-0.1009046;-0.371524;0.004523072,-0.1212815;-0.7122256;0.08202924,-0.1162344;-0.7024423;-0.01577573,0.007567844;0.399852;0.002164961,0;0;0,0.001323549;0.1998277;0.008194521,0.003848967;0.4997393;0.005090258,0.1175682;0.3697442;0.02772065,0.1502915;0.09287387;0.05364319,0.2092855;-0.1771682;0.008955292,-0.1103192;0.3618209;-0.002558808,-0.159071;0.08613193;-0.006898086,-0.2054815;-0.1846891;-0.0607686,0.07470936;0.003484812;-0.02839662,0.06821644;-0.3718539;0.03058365,0.06146665;-0.7119887;0.1128194,0.06879096;-0.7681354;0.06256899,-0.06855873;0.006127009;-0.04076959,-0.09661742;-0.3705164;0.001092844,-0.119398;-0.7094786;0.08526888,-0.1079579;-0.6995048;-0.01203516,0.002918274;0.3998197;0.008989631,144.6752
+0;0;0,0.003714023;0.199907;0.004837413,0.009599486;0.4996741;-0.003441656,0.1227851;0.3689396;0.01518042,0.1628329;0.09253019;0.0350294,0.2152459;-0.1793498;-0.006613504,-0.107271;0.3650577;0.003346502,-0.1485454;0.08811656;0.003463628,-0.1954935;-0.1846694;-0.03877018,0.07311711;0.004477263;-0.0321534,0.08462813;-0.3715363;0.02152467,0.09090327;-0.7119058;0.1028216,0.09330695;-0.7022049;0.004933007,-0.07177965;0.00529924;-0.03492276,-0.1009046;-0.371524;0.004523072,-0.1212815;-0.7122256;0.08202924,-0.1162344;-0.7024423;-0.01577573,0.007567844;0.399852;0.002164961,0;0;0,0.001323549;0.1998277;0.008194521,0.003848967;0.4997393;0.005090258,0.1175682;0.3697442;0.02772065,0.1502915;0.09287387;0.05364319,0.2092855;-0.1771682;0.008955292,-0.1103192;0.3618209;-0.002558808,-0.159071;0.08613193;-0.006898086,-0.2054815;-0.1846891;-0.0607686,0.07470936;0.003484812;-0.02839662,0.06821644;-0.3718539;0.03058365,0.06146665;-0.7119887;0.1128194,0.06879096;-0.7681354;0.06256899,-0.06855873;0.006127009;-0.04076959,-0.09661742;-0.3705164;0.001092844,-0.119398;-0.7094786;0.08526888,-0.1079579;-0.6995048;-0.01203516,0.002918274;0.3998197;0.008989631,144.6862
+0;0;0,0.003714023;0.199907;0.004837413,0.009599486;0.4996741;-0.003441656,0.1227851;0.3689396;0.01518042,0.1628329;0.09253019;0.0350294,0.2152459;-0.1793498;-0.006613504,-0.107271;0.3650577;0.003346502,-0.1485454;0.08811656;0.003463628,-0.1954935;-0.1846694;-0.03877018,0.07311711;0.004477263;-0.0321534,0.08462813;-0.3715363;0.02152467,0.09090327;-0.7119058;0.1028216,0.09330695;-0.7022049;0.004933007,-0.07177965;0.00529924;-0.03492276,-0.1009046;-0.371524;0.004523072,-0.1212815;-0.7122256;0.08202924,-0.1162344;-0.7024423;-0.01577573,0.007567844;0.399852;0.002164961,0;0;0,0.00125305;0.1998261;0.008244596,0.003686144;0.4997391;0.005206086,0.1174249;0.3697682;0.02792302,0.1502027;0.09289759;0.05377435,0.2091765;-0.1771448;0.009062037,-0.1104562;0.361801;-0.002355311,-0.1590119;0.08607838;-0.006757912,-0.2056013;-0.1847256;-0.06055963,0.0746996;0.003472725;-0.02842374,0.06820927;-0.3718558;0.03062192,0.06152625;-0.7119145;0.1131772,0.06798775;-0.7683445;0.06329612,-0.06858651;0.006140298;-0.04072084,-0.09664916;-0.3704754;0.001387183,-0.1192456;-0.7094444;0.08558621,-0.107805;-0.6994644;-0.01171907,0.002785995;0.3998184;0.009084349,144.7086
+0;0;0,0.003711303;0.1999048;0.004931305,0.009591668;0.499674;-0.003262957,0.1227937;0.3689135;0.0151235,0.1628857;0.09252468;0.03517003,0.2152317;-0.1793511;-0.006584574,-0.1071472;0.3646231;0.003523038,-0.1488933;0.08775264;0.003695764,-0.1963688;-0.1850224;-0.03801566,0.07313556;0.004488663;-0.03210983,0.08417941;-0.3715498;0.02149174,0.09065275;-0.7118767;0.1029513,0.09296856;-0.7021524;0.005055808,-0.07175944;0.005288994;-0.03496583,-0.1008344;-0.3715292;0.004564658,-0.1213351;-0.712184;0.08224392,-0.1163779;-0.7023883;-0.0155682,0.007559223;0.3998507;0.002321261,0;0;0,0.00125305;0.1998261;0.008244596,0.003686144;0.4997391;0.005206086,0.1174249;0.3697682;0.02792302,0.1502027;0.09289759;0.05377435,0.2091765;-0.1771448;0.009062037,-0.1104562;0.361801;-0.002355311,-0.1590119;0.08607838;-0.006757912,-0.2056013;-0.1847256;-0.06055963,0.0746996;0.003472725;-0.02842374,0.06820927;-0.3718558;0.03062192,0.06152625;-0.7119145;0.1131772,0.06798775;-0.7683445;0.06329612,-0.06858651;0.006140298;-0.04072084,-0.09664916;-0.3704754;0.001387183,-0.1192456;-0.7094444;0.08558621,-0.107805;-0.6994644;-0.01171907,0.002785995;0.3998184;0.009084349,144.7307
+0;0;0,0.003711303;0.1999048;0.004931305,0.009591668;0.499674;-0.003262957,0.1227937;0.3689135;0.0151235,0.1628857;0.09252468;0.03517003,0.2152317;-0.1793511;-0.006584574,-0.1071472;0.3646231;0.003523038,-0.1488933;0.08775264;0.003695764,-0.1963688;-0.1850224;-0.03801566,0.07313556;0.004488663;-0.03210983,0.08417941;-0.3715498;0.02149174,0.09065275;-0.7118767;0.1029513,0.09296856;-0.7021524;0.005055808,-0.07175944;0.005288994;-0.03496583,-0.1008344;-0.3715292;0.004564658,-0.1213351;-0.712184;0.08224392,-0.1163779;-0.7023883;-0.0155682,0.007559223;0.3998507;0.002321261,0;0;0,0.001170033;0.1998215;0.008367815,0.003516787;0.4997362;0.005447907,0.117294;0.3698321;0.02818748,0.1500769;0.09294882;0.05389643,0.2093553;-0.1769285;0.0085942,-0.1105895;0.361776;-0.002141709,-0.159186;0.08605993;-0.006506559,-0.2058312;-0.1847407;-0.06027674,0.07466215;0.003440878;-0.02852582,0.068221;-0.3718454;0.03079275,0.06141887;-0.7118971;0.1133672,0.06834039;-0.7683231;0.06354091,-0.06863695;0.006173018;-0.04063082,-0.09672907;-0.3704188;0.001670662,-0.1198035;-0.7093371;0.08594374,-0.1083422;-0.6993469;-0.01136118,0.002646513;0.3998139;0.009291879,144.742
+0;0;0,0.003711303;0.1999048;0.004931305,0.009591668;0.499674;-0.003262957,0.1227937;0.3689135;0.0151235,0.1628857;0.09252468;0.03517003,0.2152317;-0.1793511;-0.006584574,-0.1071472;0.3646231;0.003523038,-0.1488933;0.08775264;0.003695764,-0.1963688;-0.1850224;-0.03801566,0.07313556;0.004488663;-0.03210983,0.08417941;-0.3715498;0.02149174,0.09065275;-0.7118767;0.1029513,0.09296856;-0.7021524;0.005055808,-0.07175944;0.005288994;-0.03496583,-0.1008344;-0.3715292;0.004564658,-0.1213351;-0.712184;0.08224392,-0.1163779;-0.7023883;-0.0155682,0.007559223;0.3998507;0.002321261,0;0;0,0.001170033;0.1998215;0.008367815,0.003516787;0.4997362;0.005447907,0.117294;0.3698321;0.02818748,0.1500769;0.09294882;0.05389643,0.2093553;-0.1769285;0.0085942,-0.1105895;0.361776;-0.002141709,-0.159186;0.08605993;-0.006506559,-0.2058312;-0.1847407;-0.06027674,0.07466215;0.003440878;-0.02852582,0.068221;-0.3718454;0.03079275,0.06141887;-0.7118971;0.1133672,0.06834039;-0.7683231;0.06354091,-0.06863695;0.006173018;-0.04063082,-0.09672907;-0.3704188;0.001670662,-0.1198035;-0.7093371;0.08594374,-0.1083422;-0.6993469;-0.01136118,0.002646513;0.3998139;0.009291879,144.7641
+0;0;0,0.003703645;0.1999048;0.004933507,0.009571897;0.4996751;-0.00323613,0.1227971;0.3689739;0.01511713,0.162824;0.09256217;0.03497654,0.2152159;-0.1793482;-0.006494474,-0.1070907;0.3643919;0.003575762,-0.1493375;0.08759746;0.003786417,-0.1973754;-0.1851563;-0.03741723,0.07313378;0.004496014;-0.03211286,0.08395512;-0.3715669;0.02136206,0.0907827;-0.7118769;0.1028634,0.09307214;-0.702163;0.004969411,-0.0717641;0.005283448;-0.03495711,-0.1009418;-0.371527;0.004571818,-0.1213498;-0.7121832;0.0822689,-0.1164168;-0.7023849;-0.015545,0.007544023;0.3998511;0.002337388,0;0;0,0.001024342;0.1998177;0.008476417,0.003168995;0.4997346;0.005614145,0.1170441;0.3698756;0.02836633,0.1499121;0.09300095;0.05405885,0.2091723;-0.1769012;0.008880917,-0.1108421;0.3617623;-0.002000595,-0.1594588;0.08604956;-0.006349781,-0.2064995;-0.1846808;-0.06012957,0.07468058;0.003429819;-0.02847889,0.06814363;-0.3718594;0.0308109,0.06115977;-0.7118896;0.1134585,0.07039765;-0.7020047;0.015939,-0.06862032;0.006182445;-0.04065746,-0.09679855;-0.3703716;0.001921836,-0.1201266;-0.7092215;0.08640005,-0.110811;-0.7661791;0.03790678,0.002389862;0.3998107;0.00943757,144.7755
+0;0;0,0.003703645;0.1999048;0.004933507,0.009571897;0.4996751;-0.00323613,0.1227971;0.3689739;0.01511713,0.162824;0.09256217;0.03497654,0.2152159;-0.1793482;-0.006494474,-0.1070907;0.3643919;0.003575762,-0.1493375;0.08759746;0.003786417,-0.1973754;-0.1851563;-0.03741723,0.07313378;0.004496014;-0.03211286,0.08395512;-0.3715669;0.02136206,0.0907827;-0.7118769;0.1028634,0.09307214;-0.702163;0.004969411,-0.0717641;0.005283448;-0.03495711,-0.1009418;-0.371527;0.004571818,-0.1213498;-0.7121832;0.0822689,-0.1164168;-0.7023849;-0.015545,0.007544023;0.3998511;0.002337388,0;0;0,0.001024342;0.1998177;0.008476417,0.003168995;0.4997346;0.005614145,0.1170441;0.3698756;0.02836633,0.1499121;0.09300095;0.05405885,0.2091723;-0.1769012;0.008880917,-0.1108421;0.3617623;-0.002000595,-0.1594588;0.08604956;-0.006349781,-0.2064995;-0.1846808;-0.06012957,0.07468058;0.003429819;-0.02847889,0.06814363;-0.3718594;0.0308109,0.06115977;-0.7118896;0.1134585,0.07039765;-0.7020047;0.015939,-0.06862032;0.006182445;-0.04065746,-0.09679855;-0.3703716;0.001921836,-0.1201266;-0.7092215;0.08640005,-0.110811;-0.7661791;0.03790678,0.002389862;0.3998107;0.00943757,144.7869
+0;0;0,0.003703645;0.1999048;0.004933507,0.009571897;0.4996751;-0.00323613,0.1227971;0.3689739;0.01511713,0.162824;0.09256217;0.03497654,0.2152159;-0.1793482;-0.006494474,-0.1070907;0.3643919;0.003575762,-0.1493375;0.08759746;0.003786417,-0.1973754;-0.1851563;-0.03741723,0.07313378;0.004496014;-0.03211286,0.08395512;-0.3715669;0.02136206,0.0907827;-0.7118769;0.1028634,0.09307214;-0.702163;0.004969411,-0.0717641;0.005283448;-0.03495711,-0.1009418;-0.371527;0.004571818,-0.1213498;-0.7121832;0.0822689,-0.1164168;-0.7023849;-0.015545,0.007544023;0.3998511;0.002337388,0;0;0,0.0009522674;0.1998175;0.008488817,0.002953256;0.4997351;0.005605236,0.1168796;0.3698893;0.02843496,0.1497849;0.09301758;0.05411133,0.209354;-0.1768588;0.009186305,-0.1110982;0.3621238;-0.002208352,-0.1591364;0.08630323;-0.00612824,-0.2073508;-0.1842476;-0.059772,0.07468884;0.003427034;-0.02845754,0.06811997;-0.3718887;0.03066042,0.06125615;-0.7119043;0.1133787,0.06757237;-0.768326;0.06346487,-0.06860662;0.006179608;-0.040681,-0.09687319;-0.3703617;0.001952626,-0.1203154;-0.7092172;0.08637658,-0.111663;-0.7662017;0.03780882,0.002233399;0.3998111;0.009436586,144.8089
+0;0;0,0.003725747;0.1999024;0.005013231,0.00960512;0.4996737;-0.003116139,0.1228321;0.3689157;0.01502162,0.163152;0.09255147;0.0349492,0.2154341;-0.1793957;-0.006418876,-0.1075348;0.3659465;0.003450936,-0.148742;0.08899596;0.0040511,-0.2000196;-0.1832119;-0.03685696,0.07314555;0.004495646;-0.03208609,0.08392494;-0.3715632;0.02142582,0.09137229;-0.7118182;0.1031025,0.09371111;-0.7020882;0.005206287,-0.0717484;0.005278969;-0.03498998,-0.1008061;-0.3715281;0.004659925,-0.1212484;-0.712188;0.08233193,-0.1162602;-0.7023799;-0.01548118,0.007572171;0.3998489;0.002440451,0;0;0,0.0009522674;0.1998175;0.008488817,0.002953256;0.4997351;0.005605236,0.1168796;0.3698893;0.02843496,0.1497849;0.09301758;0.05411133,0.209354;-0.1768588;0.009186305,-0.1110982;0.3621238;-0.002208352,-0.1591364;0.08630323;-0.00612824,-0.2073508;-0.1842476;-0.059772,0.07468884;0.003427034;-0.02845754,0.06811997;-0.3718887;0.03066042,0.06125615;-0.7119043;0.1133787,0.06757237;-0.768326;0.06346487,-0.06860662;0.006179608;-0.040681,-0.09687319;-0.3703617;0.001952626,-0.1203154;-0.7092172;0.08637658,-0.111663;-0.7662017;0.03780882,0.002233399;0.3998111;0.009436586,144.8202
+0;0;0,0.003725747;0.1999024;0.005013231,0.00960512;0.4996737;-0.003116139,0.1228321;0.3689157;0.01502162,0.163152;0.09255147;0.0349492,0.2154341;-0.1793957;-0.006418876,-0.1075348;0.3659465;0.003450936,-0.148742;0.08899596;0.0040511,-0.2000196;-0.1832119;-0.03685696,0.07314555;0.004495646;-0.03208609,0.08392494;-0.3715632;0.02142582,0.09137229;-0.7118182;0.1031025,0.09371111;-0.7020882;0.005206287,-0.0717484;0.005278969;-0.03498998,-0.1008061;-0.3715281;0.004659925,-0.1212484;-0.712188;0.08233193,-0.1162602;-0.7023799;-0.01548118,0.007572171;0.3998489;0.002440451,0;0;0,0.0009124332;0.1998181;0.008478042,0.002811007;0.4997364;0.005576164,0.1167481;0.3698115;0.02844981,0.1497129;0.09295294;0.05419247,0.2102411;-0.1767343;0.009413544,-0.1111865;0.3620633;-0.002188155,-0.1595967;0.08630785;-0.006113874,-0.209396;-0.1839908;-0.0595802,0.0746878;0.003392057;-0.02846447,0.06813494;-0.3719256;0.03064314,0.06116235;-0.7118986;0.1135269,0.07050028;-0.70202;0.01601826,-0.06860712;0.006206386;-0.04067607,-0.09688806;-0.370332;0.001973867,-0.1193923;-0.7092839;0.08626601,-0.1133014;-0.7662928;0.03735421,0.002129147;0.3998123;0.009412001,144.8426
+0;0;0,0.003725747;0.1999024;0.005013231,0.00960512;0.4996737;-0.003116139,0.1228321;0.3689157;0.01502162,0.163152;0.09255147;0.0349492,0.2154341;-0.1793957;-0.006418876,-0.1075348;0.3659465;0.003450936,-0.148742;0.08899596;0.0040511,-0.2000196;-0.1832119;-0.03685696,0.07314555;0.004495646;-0.03208609,0.08392494;-0.3715632;0.02142582,0.09137229;-0.7118182;0.1031025,0.09371111;-0.7020882;0.005206287,-0.0717484;0.005278969;-0.03498998,-0.1008061;-0.3715281;0.004659925,-0.1212484;-0.712188;0.08233193,-0.1162602;-0.7023799;-0.01548118,0.007572171;0.3998489;0.002440451,0;0;0,0.0009124332;0.1998181;0.008478042,0.002811007;0.4997364;0.005576164,0.1167481;0.3698115;0.02844981,0.1497129;0.09295294;0.05419247,0.2102411;-0.1767343;0.009413544,-0.1111865;0.3620633;-0.002188155,-0.1595967;0.08630785;-0.006113874,-0.209396;-0.1839908;-0.0595802,0.0746878;0.003392057;-0.02846447,0.06813494;-0.3719256;0.03064314,0.06116235;-0.7118986;0.1135269,0.07050028;-0.70202;0.01601826,-0.06860712;0.006206386;-0.04067607,-0.09688806;-0.370332;0.001973867,-0.1193923;-0.7092839;0.08626601,-0.1133014;-0.7662928;0.03735421,0.002129147;0.3998123;0.009412001,144.8545
+0;0;0,0.003684556;0.1999027;0.005032278,0.009526255;0.4996758;-0.003057661,0.1227878;0.3689828;0.01501029,0.1634731;0.09264019;0.03449055,0.2165833;-0.1792173;-0.006409671,-0.1074409;0.3654017;0.003475518,-0.1498521;0.0886341;0.004452808,-0.2036196;-0.1832422;-0.03545129,0.07313877;0.004533628;-0.03209621,0.08379771;-0.3715108;0.02154106,0.09138256;-0.711758;0.1032377,0.09369792;-0.7020237;0.00534007,-0.07175601;0.005240842;-0.03498013,-0.1010063;-0.371547;0.004710197,-0.1213902;-0.7122029;0.08241531,-0.1164237;-0.7023914;-0.01539963,0.007504036;0.39985;0.002485692,0;0;0,0.0008006246;0.1998174;0.008506136,0.002590893;0.4997362;0.005602865,0.116564;0.3698126;0.02855248,0.1496109;0.09296975;0.05435801,0.2126032;-0.1763422;0.01073411,-0.1113521;0.3620343;-0.002132222,-0.1601283;0.08634225;-0.005976158,-0.2119364;-0.1837138;-0.05875551,0.07469134;0.003425894;-0.02845113,0.06795144;-0.3718884;0.03065687,0.06100458;-0.7118565;0.1135626,0.06978425;-0.7675074;0.0627016,-0.06860488;0.00617127;-0.0406852,-0.09710024;-0.3703486;0.001985591,-0.1194139;-0.709352;0.08612147,-0.1078296;-0.6993353;-0.01117432,0.001956724;0.3998119;0.009442031,144.8772
+0;0;0,0.003684556;0.1999027;0.005032278,0.009526255;0.4996758;-0.003057661,0.1227878;0.3689828;0.01501029,0.1634731;0.09264019;0.03449055,0.2165833;-0.1792173;-0.006409671,-0.1074409;0.3654017;0.003475518,-0.1498521;0.0886341;0.004452808,-0.2036196;-0.1832422;-0.03545129,0.07313877;0.004533628;-0.03209621,0.08379771;-0.3715108;0.02154106,0.09138256;-0.711758;0.1032377,0.09369792;-0.7020237;0.00534007,-0.07175601;0.005240842;-0.03498013,-0.1010063;-0.371547;0.004710197,-0.1213902;-0.7122029;0.08241531,-0.1164237;-0.7023914;-0.01539963,0.007504036;0.39985;0.002485692,0;0;0,0.0008006246;0.1998174;0.008506136,0.002590893;0.4997362;0.005602865,0.116564;0.3698126;0.02855248,0.1496109;0.09296975;0.05435801,0.2126032;-0.1763422;0.01073411,-0.1113521;0.3620343;-0.002132222,-0.1601283;0.08634225;-0.005976158,-0.2119364;-0.1837138;-0.05875551,0.07469134;0.003425894;-0.02845113,0.06795144;-0.3718884;0.03065687,0.06100458;-0.7118565;0.1135626,0.06978425;-0.7675074;0.0627016,-0.06860488;0.00617127;-0.0406852,-0.09710024;-0.3703486;0.001985591,-0.1194139;-0.709352;0.08612147,-0.1078296;-0.6993353;-0.01117432,0.001956724;0.3998119;0.009442031,144.8886
+0;0;0,0.003684556;0.1999027;0.005032278,0.009526255;0.4996758;-0.003057661,0.1227878;0.3689828;0.01501029,0.1634731;0.09264019;0.03449055,0.2165833;-0.1792173;-0.006409671,-0.1074409;0.3654017;0.003475518,-0.1498521;0.0886341;0.004452808,-0.2036196;-0.1832422;-0.03545129,0.07313877;0.004533628;-0.03209621,0.08379771;-0.3715108;0.02154106,0.09138256;-0.711758;0.1032377,0.09369792;-0.7020237;0.00534007,-0.07175601;0.005240842;-0.03498013,-0.1010063;-0.371547;0.004710197,-0.1213902;-0.7122029;0.08241531,-0.1164237;-0.7023914;-0.01539963,0.007504036;0.39985;0.002485692,0;0;0,0.0008499855;0.1998177;0.008494785,0.002754344;0.4997357;0.005588852,0.1166631;0.3698306;0.02864995,0.1498304;0.0930227;0.05467531,0.2146115;-0.175944;0.01154377,-0.1112644;0.3620807;-0.002050676,-0.1607879;0.08652049;-0.005793438,-0.2148446;-0.1831976;-0.05804316,0.07469179;0.003400084;-0.02845306,0.06794574;-0.3719037;0.03072037,0.06108113;-0.7118663;0.1136561,0.06974123;-0.7674901;0.06272916,-0.06860996;0.006193372;-0.04067327,-0.09720999;-0.3703554;0.001671389,-0.1191444;-0.7092555;0.08632164,-0.1075592;-0.6992452;-0.01097273,0.002069431;0.3998118;0.009429817,144.9003
+0;0;0,0.003671478;0.1999032;0.005024855,0.009494718;0.4996769;-0.003055384,0.1227691;0.3689802;0.01494519,0.1638521;0.09267902;0.03417661,0.2173398;-0.1791433;-0.006464358,-0.1073425;0.3649947;0.003462269,-0.1515121;0.08850417;0.004888327,-0.2069784;-0.1831053;-0.03450439,0.07313886;0.004535101;-0.03209579,0.08366312;-0.3715131;0.02154161,0.09135079;-0.7117448;0.103293,0.09364603;-0.7020105;0.005394876,-0.0717619;0.005240805;-0.03496803,-0.1010915;-0.371543;0.004702255,-0.1214065;-0.7121978;0.08243015,-0.11646;-0.7023841;-0.01538624,0.007479507;0.3998507;0.002482118,0;0;0,0.0008499855;0.1998177;0.008494785,0.002754344;0.4997357;0.005588852,0.1166631;0.3698306;0.02864995,0.1498304;0.0930227;0.05467531,0.2146115;-0.175944;0.01154377,-0.1112644;0.3620807;-0.002050676,-0.1607879;0.08652049;-0.005793438,-0.2148446;-0.1831976;-0.05804316,0.07469179;0.003400084;-0.02845306,0.06794574;-0.3719037;0.03072037,0.06108113;-0.7118663;0.1136561,0.06974123;-0.7674901;0.06272916,-0.06860996;0.006193372;-0.04067327,-0.09720999;-0.3703554;0.001671389,-0.1191444;-0.7092555;0.08632164,-0.1075592;-0.6992452;-0.01097273,0.002069431;0.3998118;0.009429817,144.9115
+0;0;0,0.003671478;0.1999032;0.005024855,0.009494718;0.4996769;-0.003055384,0.1227691;0.3689802;0.01494519,0.1638521;0.09267902;0.03417661,0.2173398;-0.1791433;-0.006464358,-0.1073425;0.3649947;0.003462269,-0.1515121;0.08850417;0.004888327,-0.2069784;-0.1831053;-0.03450439,0.07313886;0.004535101;-0.03209579,0.08366312;-0.3715131;0.02154161,0.09135079;-0.7117448;0.103293,0.09364603;-0.7020105;0.005394876,-0.0717619;0.005240805;-0.03496803,-0.1010915;-0.371543;0.004702255,-0.1214065;-0.7121978;0.08243015,-0.11646;-0.7023841;-0.01538624,0.007479507;0.3998507;0.002482118,0;0;0,0.0008499855;0.1998177;0.008494785,0.002754344;0.4997357;0.005588852,0.1166631;0.3698306;0.02864995,0.1498304;0.0930227;0.05467531,0.2146115;-0.175944;0.01154377,-0.1112644;0.3620807;-0.002050676,-0.1607879;0.08652049;-0.005793438,-0.2148446;-0.1831976;-0.05804316,0.07469179;0.003400084;-0.02845306,0.06794574;-0.3719037;0.03072037,0.06108113;-0.7118663;0.1136561,0.06974123;-0.7674901;0.06272916,-0.06860996;0.006193372;-0.04067327,-0.09720999;-0.3703554;0.001671389,-0.1191444;-0.7092555;0.08632164,-0.1075592;-0.6992452;-0.01097273,0.002069431;0.3998118;0.009429817,144.9235
+0;0;0,0.003671478;0.1999032;0.005024855,0.009494718;0.4996769;-0.003055384,0.1227691;0.3689802;0.01494519,0.1638521;0.09267902;0.03417661,0.2173398;-0.1791433;-0.006464358,-0.1073425;0.3649947;0.003462269,-0.1515121;0.08850417;0.004888327,-0.2069784;-0.1831053;-0.03450439,0.07313886;0.004535101;-0.03209579,0.08366312;-0.3715131;0.02154161,0.09135079;-0.7117448;0.103293,0.09364603;-0.7020105;0.005394876,-0.0717619;0.005240805;-0.03496803,-0.1010915;-0.371543;0.004702255,-0.1214065;-0.7121978;0.08243015,-0.11646;-0.7023841;-0.01538624,0.007479507;0.3998507;0.002482118,0;0;0,0.0009035355;0.1998174;0.008496905,0.003030888;0.4997346;0.005631786,0.116807;0.369755;0.02873424,0.1501968;0.09299362;0.0549688,0.2166815;-0.1756179;0.01221773,-0.1110922;0.3620738;-0.001992512,-0.1615811;0.08668444;-0.005394255,-0.2185003;-0.1830082;-0.05464951,0.07468931;0.003410241;-0.02845833,0.06793471;-0.3718893;0.03074118,0.06102063;-0.7118378;0.1137308,0.06870407;-0.7677986;0.06321637,-0.06861793;0.006183451;-0.04066134,-0.09720638;-0.3703609;0.001730815,-0.1191442;-0.7092705;0.08634182,-0.1075502;-0.6992604;-0.01095147,0.002243563;0.3998106;0.009450299,144.9462
+0;0;0,0.003633793;0.1999048;0.004985225,0.009414318;0.4996775;-0.003161096,0.1226993;0.3689587;0.01485197,0.1648024;0.09279153;0.0337998,0.2200278;-0.1788681;-0.005585216,-0.1078522;0.3664955;0.003352566,-0.1525899;0.09010231;0.005664286,-0.2121306;-0.1808423;-0.0323351,0.07314572;0.004563823;-0.03207606,0.08355202;-0.371492;0.02153162,0.09128655;-0.7117106;0.1033328,0.09362943;-0.70198;0.005436622,-0.07175174;0.005210958;-0.03499333,-0.1011222;-0.3715561;0.004805733,-0.1214878;-0.7122286;0.08244242,-0.1164934;-0.7024201;-0.01537048,0.007414538;0.3998524;0.002401878,0;0;0,0.0009035355;0.1998174;0.008496905,0.003030888;0.4997346;0.005631786,0.116807;0.369755;0.02873424,0.1501968;0.09299362;0.0549688,0.2166815;-0.1756179;0.01221773,-0.1110922;0.3620738;-0.001992512,-0.1615811;0.08668444;-0.005394255,-0.2185003;-0.1830082;-0.05464951,0.07468931;0.003410241;-0.02845833,0.06793471;-0.3718893;0.03074118,0.06102063;-0.7118378;0.1137308,0.06870407;-0.7677986;0.06321637,-0.06861793;0.006183451;-0.04066134,-0.09720638;-0.3703609;0.001730815,-0.1191442;-0.7092705;0.08634182,-0.1075502;-0.6992604;-0.01095147,0.002243563;0.3998106;0.009450299,144.9576
+0;0;0,0.003633793;0.1999048;0.004985225,0.009414318;0.4996775;-0.003161096,0.1226993;0.3689587;0.01485197,0.1648024;0.09279153;0.0337998,0.2200278;-0.1788681;-0.005585216,-0.1078522;0.3664955;0.003352566,-0.1525899;0.09010231;0.005664286,-0.2121306;-0.1808423;-0.0323351,0.07314572;0.004563823;-0.03207606,0.08355202;-0.371492;0.02153162,0.09128655;-0.7117106;0.1033328,0.09362943;-0.70198;0.005436622,-0.07175174;0.005210958;-0.03499333,-0.1011222;-0.3715561;0.004805733,-0.1214878;-0.7122286;0.08244242,-0.1164934;-0.7024201;-0.01537048,0.007414538;0.3998524;0.002401878,0;0;0,0.0008942375;0.1998201;0.008434928,0.003006594;0.4997362;0.005473054,0.1167514;0.3697485;0.02879464,0.1505397;0.09305722;0.05525722,0.2191246;-0.1752173;0.01372545,-0.1111517;0.3621612;-0.002023079,-0.16317;0.08705348;-0.005154248,-0.2218998;-0.1824943;-0.0530587,0.07469504;0.003421846;-0.0284419,0.06773847;-0.3718756;0.03074805,0.06082164;-0.7117895;0.1138785,0.06905524;-0.7678066;0.06354683,-0.06861383;0.006169204;-0.04067043,-0.09744141;-0.3703506;0.001777362,-0.1193312;-0.7092679;0.08636983,-0.1077032;-0.6992653;-0.01091788,0.002221306;0.3998137;0.009327973,144.969
+0;0;0,0.003633793;0.1999048;0.004985225,0.009414318;0.4996775;-0.003161096,0.1226993;0.3689587;0.01485197,0.1648024;0.09279153;0.0337998,0.2200278;-0.1788681;-0.005585216,-0.1078522;0.3664955;0.003352566,-0.1525899;0.09010231;0.005664286,-0.2121306;-0.1808423;-0.0323351,0.07314572;0.004563823;-0.03207606,0.08355202;-0.371492;0.02153162,0.09128655;-0.7117106;0.1033328,0.09362943;-0.70198;0.005436622,-0.07175174;0.005210958;-0.03499333,-0.1011222;-0.3715561;0.004805733,-0.1214878;-0.7122286;0.08244242,-0.1164934;-0.7024201;-0.01537048,0.007414538;0.3998524;0.002401878,0;0;0,0.0008942375;0.1998201;0.008434928,0.003006594;0.4997362;0.005473054,0.1167514;0.3697485;0.02879464,0.1505397;0.09305722;0.05525722,0.2191246;-0.1752173;0.01372545,-0.1111517;0.3621612;-0.002023079,-0.16317;0.08705348;-0.005154248,-0.2218998;-0.1824943;-0.0530587,0.07469504;0.003421846;-0.0284419,0.06773847;-0.3718756;0.03074805,0.06082164;-0.7117895;0.1138785,0.06905524;-0.7678066;0.06354683,-0.06861383;0.006169204;-0.04067043,-0.09744141;-0.3703506;0.001777362,-0.1193312;-0.7092679;0.08636983,-0.1077032;-0.6992653;-0.01091788,0.002221306;0.3998137;0.009327973,144.9923
+0;0;0,0.003571521;0.1999054;0.005007202,0.009305751;0.4996793;-0.003123124,0.1226348;0.3690154;0.01477539,0.1657464;0.09300217;0.03369934,0.223058;-0.1782663;-0.00540055,-0.1078191;0.3660697;0.003390761,-0.1556976;0.09022549;0.007589274,-0.2199255;-0.1797986;-0.02931279,0.07316301;0.004575339;-0.03203497,0.08349624;-0.3714861;0.02154721,0.09123962;-0.7117034;0.1033532,0.09354338;-0.7019699;0.005455472,-0.0717382;0.005199152;-0.03502284,-0.1012072;-0.3715504;0.004868645,-0.1216766;-0.7122181;0.08249925,-0.116719;-0.702405;-0.01531646,0.007323085;0.3998537;0.002438385,0;0;0,0.0009551634;0.1998197;0.008436265,0.003211298;0.4997356;0.005525879,0.1168803;0.3697546;0.02893218,0.1511703;0.09318829;0.05604862,0.2224935;-0.1744344;0.01492535,-0.111022;0.3622061;-0.001988843,-0.164799;0.08742908;-0.004360419,-0.2255379;-0.1820152;-0.05030125,0.07469447;0.003421312;-0.02844346,0.06768748;-0.371872;0.03076647,0.06085744;-0.7117982;0.1138539,0.06867655;-0.7677956;0.06342273,-0.06862178;0.006165569;-0.04065754,-0.09748931;-0.3703557;0.001749903,-0.1193249;-0.7092897;0.08628949,-0.1076667;-0.6992824;-0.01099556,0.002366732;0.3998126;0.00935762,145.0033
+0;0;0,0.003571521;0.1999054;0.005007202,0.009305751;0.4996793;-0.003123124,0.1226348;0.3690154;0.01477539,0.1657464;0.09300217;0.03369934,0.223058;-0.1782663;-0.00540055,-0.1078191;0.3660697;0.003390761,-0.1556976;0.09022549;0.007589274,-0.2199255;-0.1797986;-0.02931279,0.07316301;0.004575339;-0.03203497,0.08349624;-0.3714861;0.02154721,0.09123962;-0.7117034;0.1033532,0.09354338;-0.7019699;0.005455472,-0.0717382;0.005199152;-0.03502284,-0.1012072;-0.3715504;0.004868645,-0.1216766;-0.7122181;0.08249925,-0.116719;-0.702405;-0.01531646,0.007323085;0.3998537;0.002438385,0;0;0,0.0009551634;0.1998197;0.008436265,0.003211298;0.4997356;0.005525879,0.1168803;0.3697546;0.02893218,0.1511703;0.09318829;0.05604862,0.2224935;-0.1744344;0.01492535,-0.111022;0.3622061;-0.001988843,-0.164799;0.08742908;-0.004360419,-0.2255379;-0.1820152;-0.05030125,0.07469447;0.003421312;-0.02844346,0.06768748;-0.371872;0.03076647,0.06085744;-0.7117982;0.1138539,0.06867655;-0.7677956;0.06342273,-0.06862178;0.006165569;-0.04065754,-0.09748931;-0.3703557;0.001749903,-0.1193249;-0.7092897;0.08628949,-0.1076667;-0.6992824;-0.01099556,0.002366732;0.3998126;0.00935762,145.015
+0;0;0,0.003571521;0.1999054;0.005007202,0.009305751;0.4996793;-0.003123124,0.1226348;0.3690154;0.01477539,0.1657464;0.09300217;0.03369934,0.223058;-0.1782663;-0.00540055,-0.1078191;0.3660697;0.003390761,-0.1556976;0.09022549;0.007589274,-0.2199255;-0.1797986;-0.02931279,0.07316301;0.004575339;-0.03203497,0.08349624;-0.3714861;0.02154721,0.09123962;-0.7117034;0.1033532,0.09354338;-0.7019699;0.005455472,-0.0717382;0.005199152;-0.03502284,-0.1012072;-0.3715504;0.004868645,-0.1216766;-0.7122181;0.08249925,-0.116719;-0.702405;-0.01531646,0.007323085;0.3998537;0.002438385,0;0;0,0.0009362863;0.1998197;0.008438756,0.003128758;0.4997362;0.005533443,0.1168224;0.3697762;0.02896953,0.1514012;0.0932833;0.0564642,0.2251754;-0.1737168;0.01561905,-0.1110819;0.3622023;-0.001951294,-0.1683925;0.08813375;-0.003340857,-0.2295273;-0.1814586;-0.04786598,0.07470236;0.003381443;-0.0284275,0.06770758;-0.3719032;0.03083874,0.06089574;-0.7118198;0.1139672,0.06854372;-0.7674853;0.06294827,-0.06862263;0.00621037;-0.04064931,-0.09740494;-0.3703305;0.001642067,-0.1193667;-0.7092705;0.08612508,-0.1077047;-0.6992634;-0.01115946,0.00230869;0.3998129;0.00936315,145.0372
+0;0;0,0.003493377;0.1999076;0.004976134,0.009187542;0.499682;-0.003156563,0.1225508;0.3690774;0.01463841,0.1671924;0.09330332;0.03350129,0.226438;-0.1775633;-0.005501132,-0.1082661;0.3672345;0.003211778,-0.1596195;0.09204847;0.009168978,-0.2274782;-0.1770224;-0.02819512,0.07313989;0.004537627;-0.03209309,0.08334901;-0.3715281;0.02148286,0.09107271;-0.7117475;0.103282,0.09342106;-0.7020147;0.005385511,-0.0717627;0.005242965;-0.03496609,-0.1013258;-0.3715442;0.004498467,-0.1219096;-0.7121823;0.08222865,-0.1169068;-0.7023708;-0.01558444,0.007211899;0.3998565;0.002408365,0;0;0,0.0009362863;0.1998197;0.008438756,0.003128758;0.4997362;0.005533443,0.1168224;0.3697762;0.02896953,0.1514012;0.0932833;0.0564642,0.2251754;-0.1737168;0.01561905,-0.1110819;0.3622023;-0.001951294,-0.1683925;0.08813375;-0.003340857,-0.2295273;-0.1814586;-0.04786598,0.07470236;0.003381443;-0.0284275,0.06770758;-0.3719032;0.03083874,0.06089574;-0.7118198;0.1139672,0.06854372;-0.7674853;0.06294827,-0.06862263;0.00621037;-0.04064931,-0.09740494;-0.3703305;0.001642067,-0.1193667;-0.7092705;0.08612508,-0.1077047;-0.6992634;-0.01115946,0.00230869;0.3998129;0.00936315,145.0494
+0;0;0,0.003493377;0.1999076;0.004976134,0.009187542;0.499682;-0.003156563,0.1225508;0.3690774;0.01463841,0.1671924;0.09330332;0.03350129,0.226438;-0.1775633;-0.005501132,-0.1082661;0.3672345;0.003211778,-0.1596195;0.09204847;0.009168978,-0.2274782;-0.1770224;-0.02819512,0.07313989;0.004537627;-0.03209309,0.08334901;-0.3715281;0.02148286,0.09107271;-0.7117475;0.103282,0.09342106;-0.7020147;0.005385511,-0.0717627;0.005242965;-0.03496609,-0.1013258;-0.3715442;0.004498467,-0.1219096;-0.7121823;0.08222865,-0.1169068;-0.7023708;-0.01558444,0.007211899;0.3998565;0.002408365,0;0;0,0.0008604425;0.1998199;0.00844172,0.002851709;0.4997371;0.005480167,0.1166473;0.3698302;0.02899268,0.1517909;0.09344971;0.05689913,0.2274604;-0.1731014;0.01659261,-0.111271;0.362226;-0.001963871,-0.1702584;0.08851251;-0.003143811,-0.2340148;-0.1808723;-0.04517926,0.07471991;0.00334396;-0.02838579,0.06763109;-0.3719379;0.03088698,0.06092948;-0.7118446;0.1140648,0.06831313;-0.7677283;0.06337485,-0.06859604;0.006257756;-0.04068689,-0.09742886;-0.3702806;0.001592413,-0.1194966;-0.7092904;0.08576676,-0.107817;-0.699283;-0.01151574,0.002128904;0.3998139;0.009332444,145.071
+0;0;0,0.003493377;0.1999076;0.004976134,0.009187542;0.499682;-0.003156563,0.1225508;0.3690774;0.01463841,0.1671924;0.09330332;0.03350129,0.226438;-0.1775633;-0.005501132,-0.1082661;0.3672345;0.003211778,-0.1596195;0.09204847;0.009168978,-0.2274782;-0.1770224;-0.02819512,0.07313989;0.004537627;-0.03209309,0.08334901;-0.3715281;0.02148286,0.09107271;-0.7117475;0.103282,0.09342106;-0.7020147;0.005385511,-0.0717627;0.005242965;-0.03496609,-0.1013258;-0.3715442;0.004498467,-0.1219096;-0.7121823;0.08222865,-0.1169068;-0.7023708;-0.01558444,0.007211899;0.3998565;0.002408365,0;0;0,0.0008604425;0.1998199;0.00844172,0.002851709;0.4997371;0.005480167,0.1166473;0.3698302;0.02899268,0.1517909;0.09344971;0.05689913,0.2274604;-0.1731014;0.01659261,-0.111271;0.362226;-0.001963871,-0.1702584;0.08851251;-0.003143811,-0.2340148;-0.1808723;-0.04517926,0.07471991;0.00334396;-0.02838579,0.06763109;-0.3719379;0.03088698,0.06092948;-0.7118446;0.1140648,0.06831313;-0.7677283;0.06337485,-0.06859604;0.006257756;-0.04068689,-0.09742886;-0.3702806;0.001592413,-0.1194966;-0.7092904;0.08576676,-0.107817;-0.699283;-0.01151574,0.002128904;0.3998139;0.009332444,145.0936
+0;0;0,0.003366601;0.1999097;0.004978309,0.008859599;0.4996881;-0.003153047,0.1222819;0.3689668;0.01457157,0.1689505;0.09352234;0.03334308,0.2328871;-0.1763094;-0.005424708,-0.1083722;0.3667537;0.003343922,-0.1637498;0.09236851;0.01013277,-0.2364215;-0.1757918;-0.02463601,0.07312859;0.004589747;-0.03211142,0.08305749;-0.3714626;0.02161032,0.09077708;-0.7116114;0.1037027,0.09306017;-0.7018778;0.005804457,-0.0718014;0.005186344;-0.03489498,-0.101443;-0.3716052;0.004468631,-0.1222137;-0.712226;0.08222511,-0.1172737;-0.7024134;-0.01559139,0.006966597;0.3998608;0.002408149,0;0;0,0.0008469986;0.1998202;0.008435451,0.002752397;0.4997378;0.005458139,0.1165824;0.3698476;0.02898703,0.1522913;0.09360266;0.05751089,0.2298604;-0.1723948;0.01715747,-0.1113379;0.3622249;-0.001978052,-0.1732294;0.08915094;-0.002181632,-0.2385451;-0.179917;-0.04385036,0.07472908;0.003334537;-0.02836272,0.06765387;-0.3718957;0.03123805,0.06100493;-0.711845;0.1142457,0.06777693;-0.7674231;0.06295693,-0.06859105;0.006267888;-0.04069374,-0.09749747;-0.3702891;0.001369178,-0.1204479;-0.7092341;0.08556875,-0.1087528;-0.6992399;-0.01170917,0.002061705;0.3998146;0.009315126,145.1046
+0;0;0,0.003366601;0.1999097;0.004978309,0.008859599;0.4996881;-0.003153047,0.1222819;0.3689668;0.01457157,0.1689505;0.09352234;0.03334308,0.2328871;-0.1763094;-0.005424708,-0.1083722;0.3667537;0.003343922,-0.1637498;0.09236851;0.01013277,-0.2364215;-0.1757918;-0.02463601,0.07312859;0.004589747;-0.03211142,0.08305749;-0.3714626;0.02161032,0.09077708;-0.7116114;0.1037027,0.09306017;-0.7018778;0.005804457,-0.0718014;0.005186344;-0.03489498,-0.101443;-0.3716052;0.004468631,-0.1222137;-0.712226;0.08222511,-0.1172737;-0.7024134;-0.01559139,0.006966597;0.3998608;0.002408149,0;0;0,0.0008469986;0.1998202;0.008435451,0.002752397;0.4997378;0.005458139,0.1165824;0.3698476;0.02898703,0.1522913;0.09360266;0.05751089,0.2298604;-0.1723948;0.01715747,-0.1113379;0.3622249;-0.001978052,-0.1732294;0.08915094;-0.002181632,-0.2385451;-0.179917;-0.04385036,0.07472908;0.003334537;-0.02836272,0.06765387;-0.3718957;0.03123805,0.06100493;-0.711845;0.1142457,0.06777693;-0.7674231;0.06295693,-0.06859105;0.006267888;-0.04069374,-0.09749747;-0.3702891;0.001369178,-0.1204479;-0.7092341;0.08556875,-0.1087528;-0.6992399;-0.01170917,0.002061705;0.3998146;0.009315126,145.116
+0;0;0,0.003366601;0.1999097;0.004978309,0.008859599;0.4996881;-0.003153047,0.1222819;0.3689668;0.01457157,0.1689505;0.09352234;0.03334308,0.2328871;-0.1763094;-0.005424708,-0.1083722;0.3667537;0.003343922,-0.1637498;0.09236851;0.01013277,-0.2364215;-0.1757918;-0.02463601,0.07312859;0.004589747;-0.03211142,0.08305749;-0.3714626;0.02161032,0.09077708;-0.7116114;0.1037027,0.09306017;-0.7018778;0.005804457,-0.0718014;0.005186344;-0.03489498,-0.101443;-0.3716052;0.004468631,-0.1222137;-0.712226;0.08222511,-0.1172737;-0.7024134;-0.01559139,0.006966597;0.3998608;0.002408149,0;0;0,0.0008332334;0.1998207;0.008426419,0.002675197;0.4997386;0.005440143,0.1165352;0.3699349;0.02906172,0.1528646;0.09380126;0.05787785,0.2334735;-0.1714582;0.01864029,-0.1113912;0.3622156;-0.001971319,-0.1761341;0.08980396;-0.001483825,-0.2428108;-0.1791166;-0.04193046,0.07473453;0.003304063;-0.02835194,0.06775346;-0.371873;0.03159342,0.06102926;-0.7119001;0.1142754,0.06782669;-0.7672253;0.06257044,-0.06858984;0.006296394;-0.04069138,-0.09749987;-0.370265;0.001328796,-0.120405;-0.7092119;0.08553327,-0.1086879;-0.6992182;-0.0117419,0.002007327;0.3998153;0.009299859,145.138
+0;0;0,0.003171999;0.1999129;0.00497645,0.008513059;0.4996921;-0.003198388,0.1220811;0.3691566;0.01430386,0.1714392;0.09421697;0.03359021,0.24158;-0.1740888;-0.005039532,-0.1089152;0.3676973;0.003253356,-0.1680166;0.09409633;0.01028921,-0.24449;-0.1732391;-0.02262864,0.0731345;0.004562742;-0.03210181,0.08297735;-0.3715176;0.02143964,0.09040736;-0.7116461;0.1036429,0.09265013;-0.7019105;0.005743273,-0.07179681;0.005190967;-0.03490376,-0.1017714;-0.3715791;0.004413702,-0.1227414;-0.7121937;0.08214353,-0.1178395;-0.7023764;-0.01567586,0.006689707;0.3998653;0.002395775,0;0;0,0.0008332334;0.1998207;0.008426419,0.002675197;0.4997386;0.005440143,0.1165352;0.3699349;0.02906172,0.1528646;0.09380126;0.05787785,0.2334735;-0.1714582;0.01864029,-0.1113912;0.3622156;-0.001971319,-0.1761341;0.08980396;-0.001483825,-0.2428108;-0.1791166;-0.04193046,0.07473453;0.003304063;-0.02835194,0.06775346;-0.371873;0.03159342,0.06102926;-0.7119001;0.1142754,0.06782669;-0.7672253;0.06257044,-0.06858984;0.006296394;-0.04069138,-0.09749987;-0.370265;0.001328796,-0.120405;-0.7092119;0.08553327,-0.1086879;-0.6992182;-0.0117419,0.002007327;0.3998153;0.009299859,145.1495
+0;0;0,0.003171999;0.1999129;0.00497645,0.008513059;0.4996921;-0.003198388,0.1220811;0.3691566;0.01430386,0.1714392;0.09421697;0.03359021,0.24158;-0.1740888;-0.005039532,-0.1089152;0.3676973;0.003253356,-0.1680166;0.09409633;0.01028921,-0.24449;-0.1732391;-0.02262864,0.0731345;0.004562742;-0.03210181,0.08297735;-0.3715176;0.02143964,0.09040736;-0.7116461;0.1036429,0.09265013;-0.7019105;0.005743273,-0.07179681;0.005190967;-0.03490376,-0.1017714;-0.3715791;0.004413702,-0.1227414;-0.7121937;0.08214353,-0.1178395;-0.7023764;-0.01567586,0.006689707;0.3998653;0.002395775,0;0;0,0.0008106101;0.1998215;0.008409119,0.002539983;0.4997398;0.005402542,0.1164716;0.3700353;0.02902156,0.1534002;0.09402323;0.05823866,0.2363869;-0.1705702;0.01946348,-0.1114845;0.3622272;-0.002013749,-0.1784154;0.09034616;-0.00103418,-0.247424;-0.1781508;-0.04036854,0.0747474;0.003291219;-0.0283195,0.06779796;-0.3718987;0.03154867,0.06110734;-0.7118946;0.1143621,0.0676022;-0.7675413;0.06315218,-0.0685797;0.006307018;-0.04070684,-0.09749447;-0.3702932;0.0009610057,-0.120179;-0.7092211;0.08530124,-0.1084658;-0.6992237;-0.01197516,0.001916065;0.3998166;0.009270686,145.1715
+0;0;0,0.003171999;0.1999129;0.00497645,0.008513059;0.4996921;-0.003198388,0.1220811;0.3691566;0.01430386,0.1714392;0.09421697;0.03359021,0.24158;-0.1740888;-0.005039532,-0.1089152;0.3676973;0.003253356,-0.1680166;0.09409633;0.01028921,-0.24449;-0.1732391;-0.02262864,0.0731345;0.004562742;-0.03210181,0.08297735;-0.3715176;0.02143964,0.09040736;-0.7116461;0.1036429,0.09265013;-0.7019105;0.005743273,-0.07179681;0.005190967;-0.03490376,-0.1017714;-0.3715791;0.004413702,-0.1227414;-0.7121937;0.08214353,-0.1178395;-0.7023764;-0.01567586,0.006689707;0.3998653;0.002395775,0;0;0,0.0008106101;0.1998215;0.008409119,0.002539983;0.4997398;0.005402542,0.1164716;0.3700353;0.02902156,0.1534002;0.09402323;0.05823866,0.2363869;-0.1705702;0.01946348,-0.1114845;0.3622272;-0.002013749,-0.1784154;0.09034616;-0.00103418,-0.247424;-0.1781508;-0.04036854,0.0747474;0.003291219;-0.0283195,0.06779796;-0.3718987;0.03154867,0.06110734;-0.7118946;0.1143621,0.0676022;-0.7675413;0.06315218,-0.0685797;0.006307018;-0.04070684,-0.09749447;-0.3702932;0.0009610057,-0.120179;-0.7092211;0.08530124,-0.1084658;-0.6992237;-0.01197516,0.001916065;0.3998166;0.009270686,145.1941
+0;0;0,0.002989517;0.1999155;0.004985998,0.008173043;0.4996987;-0.003139092,0.121868;0.3694488;0.01419689,0.1746168;0.09514827;0.03360708,0.2511162;-0.1715921;-0.003774833,-0.1090022;0.3669272;0.003149622,-0.1743683;0.09477401;0.01088703,-0.2554314;-0.1714279;-0.02018259,0.07312213;0.004597967;-0.03212496,0.0825568;-0.3714708;0.02157115,0.08972283;-0.7116546;0.1035688,0.09193876;-0.7019159;0.005668007,-0.071834;0.005149178;-0.03483334,-0.1022977;-0.3716036;0.004273064,-0.1232906;-0.7122761;0.08174241,-0.118416;-0.7024525;-0.01607963,0.006385191;0.3998704;0.002438719,0;0;0,0.0007714656;0.1998221;0.008399259,0.002394628;0.4997403;0.005337681,0.1163865;0.3701255;0.02902161,0.1545647;0.0943546;0.05890196,0.2384466;-0.1699763;0.0202628,-0.1115903;0.3622378;-0.002038274,-0.1809708;0.09097219;-0.00087828,-0.2530372;-0.1768298;-0.03946,0.07475396;0.003296981;-0.0283015,0.06809413;-0.3719664;0.03113812,0.0609663;-0.7118669;0.1143058,0.07044721;-0.7020059;0.01681459,-0.06858497;0.00629524;-0.04069978,-0.09785198;-0.3703013;0.0007546768,-0.1201375;-0.7092568;0.08509056,-0.1084184;-0.6992586;-0.01218528,0.00181539;0.3998176;0.009226908,145.2056
+0;0;0,0.002989517;0.1999155;0.004985998,0.008173043;0.4996987;-0.003139092,0.121868;0.3694488;0.01419689,0.1746168;0.09514827;0.03360708,0.2511162;-0.1715921;-0.003774833,-0.1090022;0.3669272;0.003149622,-0.1743683;0.09477401;0.01088703,-0.2554314;-0.1714279;-0.02018259,0.07312213;0.004597967;-0.03212496,0.0825568;-0.3714708;0.02157115,0.08972283;-0.7116546;0.1035688,0.09193876;-0.7019159;0.005668007,-0.071834;0.005149178;-0.03483334,-0.1022977;-0.3716036;0.004273064,-0.1232906;-0.7122761;0.08174241,-0.118416;-0.7024525;-0.01607963,0.006385191;0.3998704;0.002438719,0;0;0,0.0007714656;0.1998221;0.008399259,0.002394628;0.4997403;0.005337681,0.1163865;0.3701255;0.02902161,0.1545647;0.0943546;0.05890196,0.2384466;-0.1699763;0.0202628,-0.1115903;0.3622378;-0.002038274,-0.1809708;0.09097219;-0.00087828,-0.2530372;-0.1768298;-0.03946,0.07475396;0.003296981;-0.0283015,0.06809413;-0.3719664;0.03113812,0.0609663;-0.7118669;0.1143058,0.07044721;-0.7020059;0.01681459,-0.06858497;0.00629524;-0.04069978,-0.09785198;-0.3703013;0.0007546768,-0.1201375;-0.7092568;0.08509056,-0.1084184;-0.6992586;-0.01218528,0.00181539;0.3998176;0.009226908,145.2168
+0;0;0,0.002989517;0.1999155;0.004985998,0.008173043;0.4996987;-0.003139092,0.121868;0.3694488;0.01419689,0.1746168;0.09514827;0.03360708,0.2511162;-0.1715921;-0.003774833,-0.1090022;0.3669272;0.003149622,-0.1743683;0.09477401;0.01088703,-0.2554314;-0.1714279;-0.02018259,0.07312213;0.004597967;-0.03212496,0.0825568;-0.3714708;0.02157115,0.08972283;-0.7116546;0.1035688,0.09193876;-0.7019159;0.005668007,-0.071834;0.005149178;-0.03483334,-0.1022977;-0.3716036;0.004273064,-0.1232906;-0.7122761;0.08174241,-0.118416;-0.7024525;-0.01607963,0.006385191;0.3998704;0.002438719,0;0;0,0.0007318635;0.1998241;0.008354438,0.002343584;0.4997419;0.005263386,0.116339;0.3701738;0.02898367,0.1559131;0.09470335;0.05980435,0.2430125;-0.1688105;0.02273476,-0.1116541;0.3622553;-0.002066075,-0.1840986;0.09179524;-0.0002815854,-0.2577377;-0.1757763;-0.03746665,0.07475282;0.003384627;-0.02829416,0.0681642;-0.3718743;0.03118126,0.06083836;-0.7117996;0.1142302,0.07031007;-0.701942;0.01673883,-0.06860807;0.006213717;-0.04067335,-0.09784389;-0.3703876;0.0007599145,-0.1202726;-0.7093487;0.08503523,-0.1085616;-0.6993538;-0.01224094,0.001759985;0.3998198;0.009165383,145.2386
+0;0;0,0.002806755;0.1999184;0.004973897,0.007841416;0.4997048;-0.003127045,0.1216768;0.3698074;0.01405345,0.1803141;0.09674144;0.03396914,0.2584327;-0.1697483;-0.001817949,-0.1092056;0.3666006;0.003156887,-0.1812153;0.09613791;0.01119087,-0.2668976;-0.1686755;-0.01934418,0.0730983;0.004608077;-0.03217768,0.08205941;-0.3714542;0.02164499,0.08911255;-0.7116329;0.1036735,0.09125872;-0.7018914;0.005770579,-0.07187307;0.005132181;-0.03475518,-0.1033999;-0.3716947;0.002762917,-0.1239904;-0.7122793;0.08072512,-0.119186;-0.7024533;-0.0171009,0.006086507;0.3998755;0.002443308,0;0;0,0.0007318635;0.1998241;0.008354438,0.002343584;0.4997419;0.005263386,0.116339;0.3701738;0.02898367,0.1559131;0.09470335;0.05980435,0.2430125;-0.1688105;0.02273476,-0.1116541;0.3622553;-0.002066075,-0.1840986;0.09179524;-0.0002815854,-0.2577377;-0.1757763;-0.03746665,0.07475282;0.003384627;-0.02829416,0.0681642;-0.3718743;0.03118126,0.06083836;-0.7117996;0.1142302,0.07031007;-0.701942;0.01673883,-0.06860807;0.006213717;-0.04067335,-0.09784389;-0.3703876;0.0007599145,-0.1202726;-0.7093487;0.08503523,-0.1085616;-0.6993538;-0.01224094,0.001759985;0.3998198;0.009165383,145.2506
+0;0;0,0.002806755;0.1999184;0.004973897,0.007841416;0.4997048;-0.003127045,0.1216768;0.3698074;0.01405345,0.1803141;0.09674144;0.03396914,0.2584327;-0.1697483;-0.001817949,-0.1092056;0.3666006;0.003156887,-0.1812153;0.09613791;0.01119087,-0.2668976;-0.1686755;-0.01934418,0.0730983;0.004608077;-0.03217768,0.08205941;-0.3714542;0.02164499,0.08911255;-0.7116329;0.1036735,0.09125872;-0.7018914;0.005770579,-0.07187307;0.005132181;-0.03475518,-0.1033999;-0.3716947;0.002762917,-0.1239904;-0.7122793;0.08072512,-0.119186;-0.7024533;-0.0171009,0.006086507;0.3998755;0.002443308,0;0;0,0.0006913516;0.1998272;0.008283771,0.002175295;0.4997444;0.005111083,0.1162407;0.3702834;0.02894415,0.1567547;0.09500417;0.06024794,0.2480912;-0.1671582;0.023799,-0.111891;0.3626987;-0.002387517,-0.1862687;0.09276843;-2.540997E-05,-0.2624602;-0.1740564;-0.03743308,0.074793;0.003395899;-0.02818644,0.06814155;-0.3719035;0.031026,0.0608506;-0.7118365;0.1140468,0.07041638;-0.701987;0.01656624,-0.06857982;0.006202334;-0.04072271,-0.0976817;-0.3704338;0.0004877448,-0.1199502;-0.7093384;0.08503218,-0.1081493;-0.6993552;-0.01223069,0.001647122;0.3998234;0.009051837,145.2721
+0;0;0,0.002806755;0.1999184;0.004973897,0.007841416;0.4997048;-0.003127045,0.1216768;0.3698074;0.01405345,0.1803141;0.09674144;0.03396914,0.2584327;-0.1697483;-0.001817949,-0.1092056;0.3666006;0.003156887,-0.1812153;0.09613791;0.01119087,-0.2668976;-0.1686755;-0.01934418,0.0730983;0.004608077;-0.03217768,0.08205941;-0.3714542;0.02164499,0.08911255;-0.7116329;0.1036735,0.09125872;-0.7018914;0.005770579,-0.07187307;0.005132181;-0.03475518,-0.1033999;-0.3716947;0.002762917,-0.1239904;-0.7122793;0.08072512,-0.119186;-0.7024533;-0.0171009,0.006086507;0.3998755;0.002443308,0;0;0,0.0006913516;0.1998272;0.008283771,0.002175295;0.4997444;0.005111083,0.1162407;0.3702834;0.02894415,0.1567547;0.09500417;0.06024794,0.2480912;-0.1671582;0.023799,-0.111891;0.3626987;-0.002387517,-0.1862687;0.09276843;-2.540997E-05,-0.2624602;-0.1740564;-0.03743308,0.074793;0.003395899;-0.02818644,0.06814155;-0.3719035;0.031026,0.0608506;-0.7118365;0.1140468,0.07041638;-0.701987;0.01656624,-0.06857982;0.006202334;-0.04072271,-0.0976817;-0.3704338;0.0004877448,-0.1199502;-0.7093384;0.08503218,-0.1081493;-0.6993552;-0.01223069,0.001647122;0.3998234;0.009051837,145.2836
+0;0;0,0.002621275;0.1999199;0.005014666,0.007530239;0.4997094;-0.003057448,0.1214888;0.3699641;0.01392268,0.1840986;0.09780926;0.03421507,0.2692825;-0.1667975;0.0006446391,-0.1093394;0.3662131;0.003088431,-0.1897569;0.09813869;0.01140368,-0.2800271;-0.1652636;-0.0181008,0.07308435;0.004626457;-0.03220672,0.08237104;-0.3713896;0.02188316,0.08865437;-0.7116295;0.1037203,0.09077141;-0.7018848;0.005816072,-0.07191877;0.005107655;-0.03466412,-0.1038162;-0.3717;0.002732944,-0.1242957;-0.7123138;0.08059742,-0.1195211;-0.7024825;-0.01723114,0.005840086;0.3998782;0.002498458,0;0;0,0.0006913516;0.1998272;0.008283771,0.002175295;0.4997444;0.005111083,0.1162407;0.3702834;0.02894415,0.1567547;0.09500417;0.06024794,0.2480912;-0.1671582;0.023799,-0.111891;0.3626987;-0.002387517,-0.1862687;0.09276843;-2.540997E-05,-0.2624602;-0.1740564;-0.03743308,0.074793;0.003395899;-0.02818644,0.06814155;-0.3719035;0.031026,0.0608506;-0.7118365;0.1140468,0.07041638;-0.701987;0.01656624,-0.06857982;0.006202334;-0.04072271,-0.0976817;-0.3704338;0.0004877448,-0.1199502;-0.7093384;0.08503218,-0.1081493;-0.6993552;-0.01223069,0.001647122;0.3998234;0.009051837,145.2948
+0;0;0,0.002621275;0.1999199;0.005014666,0.007530239;0.4997094;-0.003057448,0.1214888;0.3699641;0.01392268,0.1840986;0.09780926;0.03421507,0.2692825;-0.1667975;0.0006446391,-0.1093394;0.3662131;0.003088431,-0.1897569;0.09813869;0.01140368,-0.2800271;-0.1652636;-0.0181008,0.07308435;0.004626457;-0.03220672,0.08237104;-0.3713896;0.02188316,0.08865437;-0.7116295;0.1037203,0.09077141;-0.7018848;0.005816072,-0.07191877;0.005107655;-0.03466412,-0.1038162;-0.3717;0.002732944,-0.1242957;-0.7123138;0.08059742,-0.1195211;-0.7024825;-0.01723114,0.005840086;0.3998782;0.002498458,0;0;0,0.0006685733;0.199828;0.00826635,0.002037235;0.4997452;0.00505715,0.1161665;0.3704298;0.0289735,0.1584391;0.09551078;0.06110692,0.2498067;-0.1666068;0.0244148,-0.1119973;0.3627183;-0.002418349,-0.1889996;0.0935286;0.0003244299,-0.2670626;-0.1729235;-0.03586173,0.07480842;0.003387933;-0.02814644,0.06817663;-0.3719235;0.03099208,0.06093002;-0.7118453;0.114062,0.07051184;-0.7019963;0.01658314,-0.06856743;0.006219378;-0.04074097,-0.09745757;-0.3704441;0.0003685579,-0.119772;-0.709348;0.0849039,-0.1079559;-0.6993653;-0.01235703,0.001547748;0.3998246;0.009011554,145.317
+0;0;0,0.002621275;0.1999199;0.005014666,0.007530239;0.4997094;-0.003057448,0.1214888;0.3699641;0.01392268,0.1840986;0.09780926;0.03421507,0.2692825;-0.1667975;0.0006446391,-0.1093394;0.3662131;0.003088431,-0.1897569;0.09813869;0.01140368,-0.2800271;-0.1652636;-0.0181008,0.07308435;0.004626457;-0.03220672,0.08237104;-0.3713896;0.02188316,0.08865437;-0.7116295;0.1037203,0.09077141;-0.7018848;0.005816072,-0.07191877;0.005107655;-0.03466412,-0.1038162;-0.3717;0.002732944,-0.1242957;-0.7123138;0.08059742,-0.1195211;-0.7024825;-0.01723114,0.005840086;0.3998782;0.002498458,0;0;0,0.0006685733;0.199828;0.00826635,0.002037235;0.4997452;0.00505715,0.1161665;0.3704298;0.0289735,0.1584391;0.09551078;0.06110692,0.2498067;-0.1666068;0.0244148,-0.1119973;0.3627183;-0.002418349,-0.1889996;0.0935286;0.0003244299,-0.2670626;-0.1729235;-0.03586173,0.07480842;0.003387933;-0.02814644,0.06817663;-0.3719235;0.03099208,0.06093002;-0.7118453;0.114062,0.07051184;-0.7019963;0.01658314,-0.06856743;0.006219378;-0.04074097,-0.09745757;-0.3704441;0.0003685579,-0.119772;-0.709348;0.0849039,-0.1079559;-0.6993653;-0.01235703,0.001547748;0.3998246;0.009011554,145.3281
+0;0;0,0.002483268;0.1999212;0.005033422,0.007234371;0.4997147;-0.002983699,0.1212892;0.3701526;0.01386238,0.1892326;0.09926391;0.03393744,0.2807565;-0.1634906;0.002577171,-0.1095556;0.3660713;0.003126131,-0.1958995;0.09986132;0.01189916,-0.2909403;-0.1617665;-0.01840095,0.07308199;0.00461557;-0.03221367,0.08219455;-0.3714454;0.02159258,0.08823523;-0.7116638;0.1035371,0.09030901;-0.7019142;0.00563094,-0.07193672;0.005113914;-0.03462594,-0.1041299;-0.3716975;0.002479069,-0.1247158;-0.7122493;0.08058564,-0.1199845;-0.7024146;-0.01724573,0.005581314;0.3998819;0.002555486,0;0;0,0.0006183654;0.1998311;0.008195521,0.001950057;0.4997464;0.00486935,0.1161413;0.3706524;0.02890386,0.1599451;0.09604433;0.06163951,0.2514667;-0.1660348;0.0250559,-0.1121273;0.362884;-0.00248381,-0.1915716;0.09440985;0.0007199654,-0.272219;-0.1712897;-0.03533178,0.074829;0.003414007;-0.02808853,0.06805689;-0.3719243;0.0308628,0.06096185;-0.7118675;0.1138587,0.0705336;-0.7020259;0.01638036,-0.06855766;0.006186455;-0.04076242,-0.09799466;-0.3704982;-0.0002384484,-0.1202293;-0.7092837;0.08479091,-0.1084186;-0.6993146;-0.01246787,0.001477073;0.3998281;0.008881522,145.3403
+0;0;0,0.002483268;0.1999212;0.005033422,0.007234371;0.4997147;-0.002983699,0.1212892;0.3701526;0.01386238,0.1892326;0.09926391;0.03393744,0.2807565;-0.1634906;0.002577171,-0.1095556;0.3660713;0.003126131,-0.1958995;0.09986132;0.01189916,-0.2909403;-0.1617665;-0.01840095,0.07308199;0.00461557;-0.03221367,0.08219455;-0.3714454;0.02159258,0.08823523;-0.7116638;0.1035371,0.09030901;-0.7019142;0.00563094,-0.07193672;0.005113914;-0.03462594,-0.1041299;-0.3716975;0.002479069,-0.1247158;-0.7122493;0.08058564,-0.1199845;-0.7024146;-0.01724573,0.005581314;0.3998819;0.002555486,0;0;0,0.0006183654;0.1998311;0.008195521,0.001950057;0.4997464;0.00486935,0.1161413;0.3706524;0.02890386,0.1599451;0.09604433;0.06163951,0.2514667;-0.1660348;0.0250559,-0.1121273;0.362884;-0.00248381,-0.1915716;0.09440985;0.0007199654,-0.272219;-0.1712897;-0.03533178,0.074829;0.003414007;-0.02808853,0.06805689;-0.3719243;0.0308628,0.06096185;-0.7118675;0.1138587,0.0705336;-0.7020259;0.01638036,-0.06855766;0.006186455;-0.04076242,-0.09799466;-0.3704982;-0.0002384484,-0.1202293;-0.7092837;0.08479091,-0.1084186;-0.6993146;-0.01246787,0.001477073;0.3998281;0.008881522,145.3614
+0;0;0,0.002483268;0.1999212;0.005033422,0.007234371;0.4997147;-0.002983699,0.1212892;0.3701526;0.01386238,0.1892326;0.09926391;0.03393744,0.2807565;-0.1634906;0.002577171,-0.1095556;0.3660713;0.003126131,-0.1958995;0.09986132;0.01189916,-0.2909403;-0.1617665;-0.01840095,0.07308199;0.00461557;-0.03221367,0.08219455;-0.3714454;0.02159258,0.08823523;-0.7116638;0.1035371,0.09030901;-0.7019142;0.00563094,-0.07193672;0.005113914;-0.03462594,-0.1041299;-0.3716975;0.002479069,-0.1247158;-0.7122493;0.08058564,-0.1199845;-0.7024146;-0.01724573,0.005581314;0.3998819;0.002555486,0;0;0,0.0005759094;0.1998331;0.008150424,0.001738648;0.4997479;0.004749942,0.1160155;0.3707541;0.02884968,0.1610431;0.09637019;0.06180371,0.2544893;-0.1650654;0.02548252,-0.1122721;0.3628759;-0.00254178,-0.1943109;0.09519112;0.001265523,-0.2763804;-0.1702826;-0.03320591,0.07484808;0.003406718;-0.02803854,0.06796894;-0.3719507;0.03077869,0.06059168;-0.7119547;0.1135005,0.07016665;-0.7021095;0.01602178,-0.06854993;0.006180822;-0.04077627,-0.09775044;-0.3705597;-0.0006021932,-0.1202951;-0.7093241;0.08442922,-0.1084854;-0.6993639;-0.01282785,0.001331686;0.3998306;0.008795206,145.3733
+0;0;0,0.002467811;0.1999213;0.005040512,0.007130434;0.4997177;-0.002920176,0.1212455;0.3702236;0.01375475,0.1962979;0.1013373;0.03537102,0.2912175;-0.1602488;0.004339445,-0.1095911;0.3659353;0.003216183,-0.202273;0.1018617;0.01188871,-0.3036184;-0.1576129;-0.01643162,0.07306106;0.004632413;-0.03225869,0.08209553;-0.3714309;0.02154412,0.0878341;-0.7116874;0.1033521,0.08983774;-0.7019361;0.005444132,-0.07197198;0.005092301;-0.0345558,-0.1042933;-0.371703;0.002601098,-0.1250834;-0.7122936;0.08048448,-0.1204211;-0.7024479;-0.01735248,0.005505163;0.3998833;0.002597354,0;0;0,0.0005759094;0.1998331;0.008150424,0.001738648;0.4997479;0.004749942,0.1160155;0.3707541;0.02884968,0.1610431;0.09637019;0.06180371,0.2544893;-0.1650654;0.02548252,-0.1122721;0.3628759;-0.00254178,-0.1943109;0.09519112;0.001265523,-0.2763804;-0.1702826;-0.03320591,0.07484808;0.003406718;-0.02803854,0.06796894;-0.3719507;0.03077869,0.06059168;-0.7119547;0.1135005,0.07016665;-0.7021095;0.01602178,-0.06854993;0.006180822;-0.04077627,-0.09775044;-0.3705597;-0.0006021932,-0.1202951;-0.7093241;0.08442922,-0.1084854;-0.6993639;-0.01282785,0.001331686;0.3998306;0.008795206,145.3951
+0;0;0,0.002467811;0.1999213;0.005040512,0.007130434;0.4997177;-0.002920176,0.1212455;0.3702236;0.01375475,0.1962979;0.1013373;0.03537102,0.2912175;-0.1602488;0.004339445,-0.1095911;0.3659353;0.003216183,-0.202273;0.1018617;0.01188871,-0.3036184;-0.1576129;-0.01643162,0.07306106;0.004632413;-0.03225869,0.08209553;-0.3714309;0.02154412,0.0878341;-0.7116874;0.1033521,0.08983774;-0.7019361;0.005444132,-0.07197198;0.005092301;-0.0345558,-0.1042933;-0.371703;0.002601098,-0.1250834;-0.7122936;0.08048448,-0.1204211;-0.7024479;-0.01735248,0.005505163;0.3998833;0.002597354,0;0;0,0.0005581055;0.1998337;0.008136393,0.00167178;0.4997485;0.004706716,0.1160192;0.3707922;0.02853944,0.1625784;0.09673449;0.06207457,0.2575698;-0.16428;0.02674628,-0.1123432;0.3629224;-0.002548997,-0.1962465;0.09581903;0.001455245,-0.2828199;-0.168134;-0.03367114,0.07485836;0.003404696;-0.0280113,0.06812712;-0.3720055;0.03048524,0.06056864;-0.7119558;0.1134107,0.07003504;-0.7021094;0.01592112,-0.06855083;0.006176734;-0.04077538,-0.09770919;-0.3705631;-0.0005648881,-0.1201813;-0.7094041;0.08418047,-0.1099654;-0.7665542;0.03621694,0.001278351;0.3998314;0.008758868,145.4174
+0;0;0,0.002467811;0.1999213;0.005040512,0.007130434;0.4997177;-0.002920176,0.1212455;0.3702236;0.01375475,0.1962979;0.1013373;0.03537102,0.2912175;-0.1602488;0.004339445,-0.1095911;0.3659353;0.003216183,-0.202273;0.1018617;0.01188871,-0.3036184;-0.1576129;-0.01643162,0.07306106;0.004632413;-0.03225869,0.08209553;-0.3714309;0.02154412,0.0878341;-0.7116874;0.1033521,0.08983774;-0.7019361;0.005444132,-0.07197198;0.005092301;-0.0345558,-0.1042933;-0.371703;0.002601098,-0.1250834;-0.7122936;0.08048448,-0.1204211;-0.7024479;-0.01735248,0.005505163;0.3998833;0.002597354,0;0;0,0.0005581055;0.1998337;0.008136393,0.00167178;0.4997485;0.004706716,0.1160192;0.3707922;0.02853944,0.1625784;0.09673449;0.06207457,0.2575698;-0.16428;0.02674628,-0.1123432;0.3629224;-0.002548997,-0.1962465;0.09581903;0.001455245,-0.2828199;-0.168134;-0.03367114,0.07485836;0.003404696;-0.0280113,0.06812712;-0.3720055;0.03048524,0.06056864;-0.7119558;0.1134107,0.07003504;-0.7021094;0.01592112,-0.06855083;0.006176734;-0.04077538,-0.09770919;-0.3705631;-0.0005648881,-0.1201813;-0.7094041;0.08418047,-0.1099654;-0.7665542;0.03621694,0.001278351;0.3998314;0.008758868,145.4286
+0;0;0,0.002450734;0.1999216;0.005034281,0.007034871;0.4997205;-0.002890963,0.1212164;0.3703783;0.01375102,0.2021139;0.1031871;0.03530216,0.3061509;-0.1548996;0.004195964,-0.109633;0.3658449;0.003345199,-0.2092681;0.1043155;0.01202063,-0.3155246;-0.1531914;-0.016259,0.07303861;0.004622743;-0.03231085,0.08184985;-0.3713928;0.02186172,0.08762131;-0.7116574;0.1036338,0.08957205;-0.7019025;0.005723946,-0.07201395;0.005090483;-0.0344685,-0.1044106;-0.3716816;0.002857633,-0.1254296;-0.7123016;0.08055084,-0.1208167;-0.7024474;-0.01729021,0.005435453;0.3998846;0.002609321,0;0;0,0.0004306902;0.1998376;0.008046309,0.001342531;0.4997522;0.004566648,0.1158147;0.3709584;0.0284657,0.164046;0.09728754;0.06278729,0.2600595;-0.163409;0.0278771,-0.1125834;0.3629302;-0.002655562,-0.1988516;0.09659949;0.002417575,-0.2876732;-0.166681;-0.0321384,0.07483221;0.003426144;-0.02807849,0.06784877;-0.371941;0.03066451,0.06022355;-0.7119211;0.1134617,0.06582668;-0.767619;0.06223206,-0.06859213;0.0061458;-0.04071055,-0.09774625;-0.3706283;-0.0008190908,-0.120493;-0.7094616;0.08388369,-0.1087864;-0.6994965;-0.01338685,0.001040076;0.3998358;0.008644366,145.4509
+0;0;0,0.002450734;0.1999216;0.005034281,0.007034871;0.4997205;-0.002890963,0.1212164;0.3703783;0.01375102,0.2021139;0.1031871;0.03530216,0.3061509;-0.1548996;0.004195964,-0.109633;0.3658449;0.003345199,-0.2092681;0.1043155;0.01202063,-0.3155246;-0.1531914;-0.016259,0.07303861;0.004622743;-0.03231085,0.08184985;-0.3713928;0.02186172,0.08762131;-0.7116574;0.1036338,0.08957205;-0.7019025;0.005723946,-0.07201395;0.005090483;-0.0344685,-0.1044106;-0.3716816;0.002857633,-0.1254296;-0.7123016;0.08055084,-0.1208167;-0.7024474;-0.01729021,0.005435453;0.3998846;0.002609321,0;0;0,0.0004096763;0.1998382;0.008032007,0.001248173;0.4997525;0.004499591,0.1157645;0.3710539;0.02840822,0.1661272;0.09779108;0.06291945,0.2627587;-0.1627187;0.02832164,-0.1126573;0.3629155;-0.002667283,-0.2012904;0.09737405;0.002980816,-0.2934119;-0.1647152;-0.03198859,0.07483225;0.003422503;-0.02807884,0.06786639;-0.3719399;0.03069658,0.06022082;-0.712024;0.1130636,0.06532257;-0.7675105;0.06142981,-0.0685989;0.006144937;-0.04069927,-0.09768451;-0.3706384;-0.0008456409,-0.1204439;-0.7094697;0.08386216,-0.1087567;-0.6995057;-0.01341049,0.0009650917;0.3998367;0.008592814,145.4731
+0;0;0,0.002450734;0.1999216;0.005034281,0.007034871;0.4997205;-0.002890963,0.1212164;0.3703783;0.01375102,0.2021139;0.1031871;0.03530216,0.3061509;-0.1548996;0.004195964,-0.109633;0.3658449;0.003345199,-0.2092681;0.1043155;0.01202063,-0.3155246;-0.1531914;-0.016259,0.07303861;0.004622743;-0.03231085,0.08184985;-0.3713928;0.02186172,0.08762131;-0.7116574;0.1036338,0.08957205;-0.7019025;0.005723946,-0.07201395;0.005090483;-0.0344685,-0.1044106;-0.3716816;0.002857633,-0.1254296;-0.7123016;0.08055084,-0.1208167;-0.7024474;-0.01729021,0.005435453;0.3998846;0.002609321,0;0;0,0.0004096763;0.1998382;0.008032007,0.001248173;0.4997525;0.004499591,0.1157645;0.3710539;0.02840822,0.1661272;0.09779108;0.06291945,0.2627587;-0.1627187;0.02832164,-0.1126573;0.3629155;-0.002667283,-0.2012904;0.09737405;0.002980816,-0.2934119;-0.1647152;-0.03198859,0.07483225;0.003422503;-0.02807884,0.06786639;-0.3719399;0.03069658,0.06022082;-0.712024;0.1130636,0.06532257;-0.7675105;0.06142981,-0.0685989;0.006144937;-0.04069927,-0.09768451;-0.3706384;-0.0008456409,-0.1204439;-0.7094697;0.08386216,-0.1087567;-0.6995057;-0.01341049,0.0009650917;0.3998367;0.008592814,145.4849
+0;0;0,0.002434218;0.1999216;0.005043367,0.006970338;0.4997216;-0.002860429,0.1212599;0.3707255;0.01371052,0.2088575;0.1057048;0.03586278,0.3204243;-0.149466;0.006868085,-0.1096789;0.3658306;0.003413287,-0.215315;0.1066794;0.0124477,-0.3280994;-0.1480322;-0.01586608,0.07299028;0.004630215;-0.03241882,0.08131;-0.3713973;0.02174863,0.08764192;-0.7116785;0.1034102,0.0895363;-0.7019262;0.00549978,-0.07206337;0.005070899;-0.03436796,-0.1044813;-0.3716994;0.00295753,-0.1256089;-0.7123004;0.08070455,-0.1210478;-0.7024435;-0.01713949,0.005384893;0.3998853;0.002634018,0;0;0,0.0004234245;0.1998398;0.007993354,0.001373917;0.4997521;0.004354709,0.1158928;0.3712532;0.02828218,0.1683854;0.09843576;0.0631417,0.2660664;-0.1617654;0.02917404,-0.1126891;0.3632796;-0.002875835,-0.2031516;0.09837818;0.003738994,-0.2992906;-0.1623187;-0.03082128,0.07482394;0.003413748;-0.02810202,0.06787086;-0.3719431;0.03071046,0.0601588;-0.712054;0.1129604,0.06554434;-0.767482;0.06125874,-0.06861469;0.006153467;-0.04067134,-0.09770949;-0.3706422;-0.0009404682,-0.1205378;-0.7094514;0.08383682,-0.1088419;-0.6994942;-0.01343338,0.001039832;0.3998382;0.008490884,145.5064
+0;0;0,0.002434218;0.1999216;0.005043367,0.006970338;0.4997216;-0.002860429,0.1212599;0.3707255;0.01371052,0.2088575;0.1057048;0.03586278,0.3204243;-0.149466;0.006868085,-0.1096789;0.3658306;0.003413287,-0.215315;0.1066794;0.0124477,-0.3280994;-0.1480322;-0.01586608,0.07299028;0.004630215;-0.03241882,0.08131;-0.3713973;0.02174863,0.08764192;-0.7116785;0.1034102,0.0895363;-0.7019262;0.00549978,-0.07206337;0.005070899;-0.03436796,-0.1044813;-0.3716994;0.00295753,-0.1256089;-0.7123004;0.08070455,-0.1210478;-0.7024435;-0.01713949,0.005384893;0.3998853;0.002634018,0;0;0,0.0004234245;0.1998398;0.007993354,0.001373917;0.4997521;0.004354709,0.1158928;0.3712532;0.02828218,0.1683854;0.09843576;0.0631417,0.2660664;-0.1617654;0.02917404,-0.1126891;0.3632796;-0.002875835,-0.2031516;0.09837818;0.003738994,-0.2992906;-0.1623187;-0.03082128,0.07482394;0.003413748;-0.02810202,0.06787086;-0.3719431;0.03071046,0.0601588;-0.712054;0.1129604,0.06554434;-0.767482;0.06125874,-0.06861469;0.006153467;-0.04067134,-0.09770949;-0.3706422;-0.0009404682,-0.1205378;-0.7094514;0.08383682,-0.1088419;-0.6994942;-0.01343338,0.001039832;0.3998382;0.008490884,145.5181
+0;0;0,0.002434218;0.1999216;0.005043367,0.006970338;0.4997216;-0.002860429,0.1212599;0.3707255;0.01371052,0.2088575;0.1057048;0.03586278,0.3204243;-0.149466;0.006868085,-0.1096789;0.3658306;0.003413287,-0.215315;0.1066794;0.0124477,-0.3280994;-0.1480322;-0.01586608,0.07299028;0.004630215;-0.03241882,0.08131;-0.3713973;0.02174863,0.08764192;-0.7116785;0.1034102,0.0895363;-0.7019262;0.00549978,-0.07206337;0.005070899;-0.03436796,-0.1044813;-0.3716994;0.00295753,-0.1256089;-0.7123004;0.08070455,-0.1210478;-0.7024435;-0.01713949,0.005384893;0.3998853;0.002634018,0;0;0,0.0003918155;0.1998406;0.00797313,0.001307123;0.499753;0.004318157,0.1158994;0.3714818;0.0281516,0.1711594;0.09933519;0.06396413,0.2701157;-0.1605063;0.03094858,-0.1127996;0.3634611;-0.003046105,-0.2055202;0.09937537;0.004802405,-0.3054675;-0.1598493;-0.03002747,0.07480627;0.003416801;-0.02814867,0.06796494;-0.3719202;0.03080291,0.06029126;-0.7120438;0.1130042,0.06603087;-0.7678287;0.06193541,-0.06866077;0.006147967;-0.04059435,-0.09752837;-0.3706611;-0.0008256808,-0.1200808;-0.7094648;0.08404742,-0.1094133;-0.7660739;0.03521023,0.0009735869;0.3998392;0.008455955,145.5401
+0;0;0,0.00247281;0.1999197;0.005100362,0.007012121;0.4997212;-0.002740624,0.1213225;0.3707948;0.01377491,0.2156909;0.108166;0.0365951,0.3307936;-0.1458727;0.01178252,-0.1096275;0.3657956;0.003549443,-0.2228065;0.1098555;0.01277649,-0.3405209;-0.1428038;-0.01380618,0.07299396;0.004578589;-0.03241788,0.08137701;-0.3714117;0.02199745,0.08791935;-0.7116923;0.1036447,0.08978252;-0.7019296;0.005731583,-0.07207336;0.005118757;-0.03433989,-0.1043579;-0.3716411;0.003206149,-0.1256059;-0.7122327;0.0809616,-0.1210719;-0.7023708;-0.01688472,0.005426121;0.3998839;0.002736473,0;0;0,0.0003918155;0.1998406;0.00797313,0.001307123;0.499753;0.004318157,0.1158994;0.3714818;0.0281516,0.1711594;0.09933519;0.06396413,0.2701157;-0.1605063;0.03094858,-0.1127996;0.3634611;-0.003046105,-0.2055202;0.09937537;0.004802405,-0.3054675;-0.1598493;-0.03002747,0.07480627;0.003416801;-0.02814867,0.06796494;-0.3719202;0.03080291,0.06029126;-0.7120438;0.1130042,0.06603087;-0.7678287;0.06193541,-0.06866077;0.006147967;-0.04059435,-0.09752837;-0.3706611;-0.0008256808,-0.1200808;-0.7094648;0.08404742,-0.1094133;-0.7660739;0.03521023,0.0009735869;0.3998392;0.008455955,145.5518
+0;0;0,0.00247281;0.1999197;0.005100362,0.007012121;0.4997212;-0.002740624,0.1213225;0.3707948;0.01377491,0.2156909;0.108166;0.0365951,0.3307936;-0.1458727;0.01178252,-0.1096275;0.3657956;0.003549443,-0.2228065;0.1098555;0.01277649,-0.3405209;-0.1428038;-0.01380618,0.07299396;0.004578589;-0.03241788,0.08137701;-0.3714117;0.02199745,0.08791935;-0.7116923;0.1036447,0.08978252;-0.7019296;0.005731583,-0.07207336;0.005118757;-0.03433989,-0.1043579;-0.3716411;0.003206149,-0.1256059;-0.7122327;0.0809616,-0.1210719;-0.7023708;-0.01688472,0.005426121;0.3998839;0.002736473,0;0;0,0.0003795443;0.1998423;0.007932778,0.001260673;0.4997542;0.004229739,0.1159115;0.3716976;0.0280699,0.1737292;0.1001331;0.06426126,0.2734463;-0.1594458;0.031469,-0.1128355;0.3633656;-0.00286755,-0.2093036;0.1006517;0.005814219,-0.311705;-0.1576072;-0.02906115,0.07479014;0.003401991;-0.02819329,0.06805039;-0.3719109;0.03092346,0.06041624;-0.7119727;0.1133838,0.06612673;-0.767491;0.06186666,-0.06871817;0.006162296;-0.04049492,-0.09733156;-0.3706367;-0.0004474632,-0.1198306;-0.7094038;0.08458593,-0.1092395;-0.7651343;0.03420623,0.0009317426;0.399841;0.00838232,145.5739
+0;0;0,0.00247281;0.1999197;0.005100362,0.007012121;0.4997212;-0.002740624,0.1213225;0.3707948;0.01377491,0.2156909;0.108166;0.0365951,0.3307936;-0.1458727;0.01178252,-0.1096275;0.3657956;0.003549443,-0.2228065;0.1098555;0.01277649,-0.3405209;-0.1428038;-0.01380618,0.07299396;0.004578589;-0.03241788,0.08137701;-0.3714117;0.02199745,0.08791935;-0.7116923;0.1036447,0.08978252;-0.7019296;0.005731583,-0.07207336;0.005118757;-0.03433989,-0.1043579;-0.3716411;0.003206149,-0.1256059;-0.7122327;0.0809616,-0.1210719;-0.7023708;-0.01688472,0.005426121;0.3998839;0.002736473,0;0;0,0.0003795443;0.1998423;0.007932778,0.001260673;0.4997542;0.004229739,0.1159115;0.3716976;0.0280699,0.1737292;0.1001331;0.06426126,0.2734463;-0.1594458;0.031469,-0.1128355;0.3633656;-0.00286755,-0.2093036;0.1006517;0.005814219,-0.311705;-0.1576072;-0.02906115,0.07479014;0.003401991;-0.02819329,0.06805039;-0.3719109;0.03092346,0.06041624;-0.7119727;0.1133838,0.06612673;-0.767491;0.06186666,-0.06871817;0.006162296;-0.04049492,-0.09733156;-0.3706367;-0.0004474632,-0.1198306;-0.7094038;0.08458593,-0.1092395;-0.7651343;0.03420623,0.0009317426;0.399841;0.00838232,145.5852
+0;0;0,0.002502153;0.19992;0.005073257,0.007052234;0.4997211;-0.002783961,0.121442;0.3711001;0.01367364,0.2232983;0.1113828;0.0375945,0.3482134;-0.1379679;0.01268455,-0.109584;0.3657798;0.003641006,-0.2296776;0.1130125;0.01292665,-0.352717;-0.1373072;-0.0115957,0.07294826;0.004578568;-0.03252058,0.08132692;-0.3713799;0.02211466,0.08818655;-0.7117127;0.1035185,0.0899636;-0.7019436;0.005602449,-0.07210901;0.005110867;-0.03426613,-0.1040299;-0.3716802;0.003277544,-0.1254939;-0.7122231;0.08118667,-0.1210429;-0.7023604;-0.01666363,0.005463847;0.3998839;0.002694053,0;0;0,0.0003795443;0.1998423;0.007932778,0.001260673;0.4997542;0.004229739,0.1159115;0.3716976;0.0280699,0.1737292;0.1001331;0.06426126,0.2734463;-0.1594458;0.031469,-0.1128355;0.3633656;-0.00286755,-0.2093036;0.1006517;0.005814219,-0.311705;-0.1576072;-0.02906115,0.07479014;0.003401991;-0.02819329,0.06805039;-0.3719109;0.03092346,0.06041624;-0.7119727;0.1133838,0.06612673;-0.767491;0.06186666,-0.06871817;0.006162296;-0.04049492,-0.09733156;-0.3706367;-0.0004474632,-0.1198306;-0.7094038;0.08458593,-0.1092395;-0.7651343;0.03420623,0.0009317426;0.399841;0.00838232,145.5962
+0;0;0,0.002502153;0.19992;0.005073257,0.007052234;0.4997211;-0.002783961,0.121442;0.3711001;0.01367364,0.2232983;0.1113828;0.0375945,0.3482134;-0.1379679;0.01268455,-0.109584;0.3657798;0.003641006,-0.2296776;0.1130125;0.01292665,-0.352717;-0.1373072;-0.0115957,0.07294826;0.004578568;-0.03252058,0.08132692;-0.3713799;0.02211466,0.08818655;-0.7117127;0.1035185,0.0899636;-0.7019436;0.005602449,-0.07210901;0.005110867;-0.03426613,-0.1040299;-0.3716802;0.003277544,-0.1254939;-0.7122231;0.08118667,-0.1210429;-0.7023604;-0.01666363,0.005463847;0.3998839;0.002694053,0;0;0,0.0003384047;0.1998435;0.007903533,0.001128774;0.4997552;0.004152728,0.1158392;0.3718229;0.02798827,0.1759676;0.100837;0.06474747,0.2781686;-0.1578391;0.03247373,-0.112887;0.3631731;-0.002846449,-0.2123258;0.1016016;0.006760438,-0.3180745;-0.1553161;-0.02803245,0.07477381;0.003406856;-0.02823598,0.06831194;-0.3719232;0.0308028,0.06054984;-0.7120227;0.1130955,0.06636449;-0.7671394;0.06092906,-0.06872664;0.006160648;-0.0404808,-0.09727327;-0.3706226;-0.0002383068,-0.119752;-0.7094043;0.08474176,-0.1086929;-0.7649999;0.0342334,0.0008263529;0.3998424;0.008317109,145.6094
+0;0;0,0.002502153;0.19992;0.005073257,0.007052234;0.4997211;-0.002783961,0.121442;0.3711001;0.01367364,0.2232983;0.1113828;0.0375945,0.3482134;-0.1379679;0.01268455,-0.109584;0.3657798;0.003641006,-0.2296776;0.1130125;0.01292665,-0.352717;-0.1373072;-0.0115957,0.07294826;0.004578568;-0.03252058,0.08132692;-0.3713799;0.02211466,0.08818655;-0.7117127;0.1035185,0.0899636;-0.7019436;0.005602449,-0.07210901;0.005110867;-0.03426613,-0.1040299;-0.3716802;0.003277544,-0.1254939;-0.7122231;0.08118667,-0.1210429;-0.7023604;-0.01666363,0.005463847;0.3998839;0.002694053,0;0;0,0.0003384047;0.1998435;0.007903533,0.001128774;0.4997552;0.004152728,0.1158392;0.3718229;0.02798827,0.1759676;0.100837;0.06474747,0.2781686;-0.1578391;0.03247373,-0.112887;0.3631731;-0.002846449,-0.2123258;0.1016016;0.006760438,-0.3180745;-0.1553161;-0.02803245,0.07477381;0.003406856;-0.02823598,0.06831194;-0.3719232;0.0308028,0.06054984;-0.7120227;0.1130955,0.06636449;-0.7671394;0.06092906,-0.06872664;0.006160648;-0.0404808,-0.09727327;-0.3706226;-0.0002383068,-0.119752;-0.7094043;0.08474176,-0.1086929;-0.7649999;0.0342334,0.0008263529;0.3998424;0.008317109,145.6297
+0;0;0,0.002520073;0.1999176;0.005156542,0.007052711;0.4997211;-0.002611846,0.1215349;0.3712966;0.01340322,0.230181;0.1144727;0.03865199,0.3614333;-0.1318193;0.01599983,-0.1095819;0.3657894;0.003823763,-0.2352571;0.1157409;0.01284922,-0.3637482;-0.1318969;-0.01093297,0.07284787;0.004570633;-0.03274595,0.08100832;-0.3713017;0.02251117,0.08837076;-0.7116375;0.1038584,0.0899796;-0.7018597;0.005937576,-0.07218682;0.00509268;-0.03410464,-0.1039805;-0.3716985;0.003545959,-0.1255109;-0.7122924;0.08121333,-0.1212216;-0.7023933;-0.01665168,0.005468984;0.3998825;0.00284184,0;0;0,0.0002791737;0.1998447;0.007876384,0.001003704;0.4997571;0.004133981,0.1158274;0.3720146;0.02763324,0.1782459;0.1016103;0.06485428,0.2833921;-0.1559457;0.03308671,-0.1129252;0.3629481;-0.002892837,-0.216357;0.1029482;0.007203472,-0.3239057;-0.1533523;-0.02660954,0.07470802;0.003410322;-0.02840917,0.06842668;-0.3718999;0.03077538,0.06052417;-0.7120446;0.1128677,0.06514505;-0.7681695;0.06225977,-0.06877039;0.006159136;-0.04040666,-0.09732865;-0.370711;-0.0009944849,-0.1197535;-0.7094539;0.08415459,-0.1094281;-0.7640069;0.03176947,0.0007134264;0.3998438;0.008286223,145.6523
+0;0;0,0.002520073;0.1999176;0.005156542,0.007052711;0.4997211;-0.002611846,0.1215349;0.3712966;0.01340322,0.230181;0.1144727;0.03865199,0.3614333;-0.1318193;0.01599983,-0.1095819;0.3657894;0.003823763,-0.2352571;0.1157409;0.01284922,-0.3637482;-0.1318969;-0.01093297,0.07284787;0.004570633;-0.03274595,0.08100832;-0.3713017;0.02251117,0.08837076;-0.7116375;0.1038584,0.0899796;-0.7018597;0.005937576,-0.07218682;0.00509268;-0.03410464,-0.1039805;-0.3716985;0.003545959,-0.1255109;-0.7122924;0.08121333,-0.1212216;-0.7023933;-0.01665168,0.005468984;0.3998825;0.00284184,0;0;0,0.0002440833;0.1998459;0.007846558,0.0009393531;0.4997582;0.00407644,0.1158374;0.3722544;0.02749079,0.181508;0.1026565;0.0649657,0.2888261;-0.1542619;0.03537266,-0.1129567;0.3628367;-0.002886293,-0.2195138;0.1041519;0.008415898,-0.3310191;-0.1507036;-0.02344679,0.07466357;0.003427745;-0.02852371,0.06842134;-0.3718522;0.03085665,0.06036637;-0.7119393;0.1131721,0.06948027;-0.7021065;0.01565171,-0.06881142;0.006146912;-0.04033861,-0.09760122;-0.37069;-0.0007776842,-0.1195718;-0.7094885;0.08426864,-0.1093123;-0.7640577;0.03189693,0.000651175;0.3998451;0.00823261,145.6742
+0;0;0,0.002520073;0.1999176;0.005156542,0.007052711;0.4997211;-0.002611846,0.1215349;0.3712966;0.01340322,0.230181;0.1144727;0.03865199,0.3614333;-0.1318193;0.01599983,-0.1095819;0.3657894;0.003823763,-0.2352571;0.1157409;0.01284922,-0.3637482;-0.1318969;-0.01093297,0.07284787;0.004570633;-0.03274595,0.08100832;-0.3713017;0.02251117,0.08837076;-0.7116375;0.1038584,0.0899796;-0.7018597;0.005937576,-0.07218682;0.00509268;-0.03410464,-0.1039805;-0.3716985;0.003545959,-0.1255109;-0.7122924;0.08121333,-0.1212216;-0.7023933;-0.01665168,0.005468984;0.3998825;0.00284184,0;0;0,0.0002440833;0.1998459;0.007846558,0.0009393531;0.4997582;0.00407644,0.1158374;0.3722544;0.02749079,0.181508;0.1026565;0.0649657,0.2888261;-0.1542619;0.03537266,-0.1129567;0.3628367;-0.002886293,-0.2195138;0.1041519;0.008415898,-0.3310191;-0.1507036;-0.02344679,0.07466357;0.003427745;-0.02852371,0.06842134;-0.3718522;0.03085665,0.06036637;-0.7119393;0.1131721,0.06948027;-0.7021065;0.01565171,-0.06881142;0.006146912;-0.04033861,-0.09760122;-0.37069;-0.0007776842,-0.1195718;-0.7094885;0.08426864,-0.1093123;-0.7640577;0.03189693,0.000651175;0.3998451;0.00823261,145.6857
+0;0;0,0.002482089;0.1999163;0.005227425,0.006952205;0.4997232;-0.00243965,0.1215761;0.3717814;0.01347333,0.2383204;0.1185606;0.03896892,0.3761711;-0.1244012;0.01981862,-0.1096501;0.3657396;0.004027774,-0.2418265;0.1190602;0.01289832,-0.3774183;-0.1248548;-0.00991171,0.0728243;0.004524419;-0.03280473,0.08064003;-0.371308;0.02277304,0.08818375;-0.7116244;0.1041849,0.08971801;-0.701834;0.006260358,-0.07222645;0.005119618;-0.0340166,-0.1043629;-0.3716281;0.003777508,-0.1257477;-0.7122419;0.08139771,-0.1215323;-0.7023343;-0.01647225,0.005385408;0.3998826;0.00298319,0;0;0,0.0002440833;0.1998459;0.007846558,0.0009393531;0.4997582;0.00407644,0.1158374;0.3722544;0.02749079,0.181508;0.1026565;0.0649657,0.2888261;-0.1542619;0.03537266,-0.1129567;0.3628367;-0.002886293,-0.2195138;0.1041519;0.008415898,-0.3310191;-0.1507036;-0.02344679,0.07466357;0.003427745;-0.02852371,0.06842134;-0.3718522;0.03085665,0.06036637;-0.7119393;0.1131721,0.06948027;-0.7021065;0.01565171,-0.06881142;0.006146912;-0.04033861,-0.09760122;-0.37069;-0.0007776842,-0.1195718;-0.7094885;0.08426864,-0.1093123;-0.7640577;0.03189693,0.000651175;0.3998451;0.00823261,145.6968
+0;0;0,0.002482089;0.1999163;0.005227425,0.006952205;0.4997232;-0.00243965,0.1215761;0.3717814;0.01347333,0.2383204;0.1185606;0.03896892,0.3761711;-0.1244012;0.01981862,-0.1096501;0.3657396;0.004027774,-0.2418265;0.1190602;0.01289832,-0.3774183;-0.1248548;-0.00991171,0.0728243;0.004524419;-0.03280473,0.08064003;-0.371308;0.02277304,0.08818375;-0.7116244;0.1041849,0.08971801;-0.701834;0.006260358,-0.07222645;0.005119618;-0.0340166,-0.1043629;-0.3716281;0.003777508,-0.1257477;-0.7122419;0.08139771,-0.1215323;-0.7023343;-0.01647225,0.005385408;0.3998826;0.00298319,0;0;0,0.0002616074;0.1998447;0.007875047,0.0009916878;0.4997575;0.004145811,0.115924;0.3723757;0.02743604,0.1848567;0.103771;0.06616324,0.2948865;-0.1520674;0.03717806,-0.112973;0.3630321;-0.002918854,-0.2234346;0.1060296;0.00924536,-0.3376687;-0.1477672;-0.02137779,0.07463232;0.003447494;-0.028603,0.06853794;-0.3717974;0.0310131,0.06050899;-0.7118965;0.1132817,0.06960087;-0.7020591;0.0157583,-0.06885145;0.006132456;-0.04027245,-0.09722069;-0.3707611;-0.0009479597,-0.1195325;-0.7096133;0.08379522,-0.1082973;-0.7641268;0.03153398,0.0006899749;0.3998438;0.008288764,145.7189
+0;0;0,0.002482089;0.1999163;0.005227425,0.006952205;0.4997232;-0.00243965,0.1215761;0.3717814;0.01347333,0.2383204;0.1185606;0.03896892,0.3761711;-0.1244012;0.01981862,-0.1096501;0.3657396;0.004027774,-0.2418265;0.1190602;0.01289832,-0.3774183;-0.1248548;-0.00991171,0.0728243;0.004524419;-0.03280473,0.08064003;-0.371308;0.02277304,0.08818375;-0.7116244;0.1041849,0.08971801;-0.701834;0.006260358,-0.07222645;0.005119618;-0.0340166,-0.1043629;-0.3716281;0.003777508,-0.1257477;-0.7122419;0.08139771,-0.1215323;-0.7023343;-0.01647225,0.005385408;0.3998826;0.00298319,0;0;0,0.0002616074;0.1998447;0.007875047,0.0009916878;0.4997575;0.004145811,0.115924;0.3723757;0.02743604,0.1848567;0.103771;0.06616324,0.2948865;-0.1520674;0.03717806,-0.112973;0.3630321;-0.002918854,-0.2234346;0.1060296;0.00924536,-0.3376687;-0.1477672;-0.02137779,0.07463232;0.003447494;-0.028603,0.06853794;-0.3717974;0.0310131,0.06050899;-0.7118965;0.1132817,0.06960087;-0.7020591;0.0157583,-0.06885145;0.006132456;-0.04027245,-0.09722069;-0.3707611;-0.0009479597,-0.1195325;-0.7096133;0.08379522,-0.1082973;-0.7641268;0.03153398,0.0006899749;0.3998438;0.008288764,145.7304
+0;0;0,0.002486175;0.1999158;0.005242126,0.006936561;0.499724;-0.002389606,0.121658;0.3721446;0.01346707,0.2451301;0.1223013;0.04054054,0.3863987;-0.1187207;0.02179039,-0.1096565;0.3657309;0.004097269,-0.2490586;0.1230554;0.01279309,-0.3951659;-0.1145781;-0.01135223,0.07279303;0.004497524;-0.03287777,0.08049543;-0.3713016;0.02294044,0.08805268;-0.7116301;0.1042998,0.0895421;-0.7018362;0.006373845,-0.07225875;0.005144566;-0.03394417,-0.1043525;-0.3716033;0.003884729,-0.12588;-0.7122334;0.08139388,-0.1217084;-0.702319;-0.01647935,0.005376082;0.3998826;0.003020771,0;0;0,0.0002478228;0.1998447;0.007875823,0.0009775759;0.4997579;0.004168591,0.115985;0.3725438;0.0272039,0.1875259;0.1046925;0.06641677,0.3018281;-0.1495109;0.03966615,-0.1130408;0.3632148;-0.003013281,-0.2273431;0.1079602;0.01040529,-0.3445448;-0.1444266;-0.02065377,0.07461946;0.003456433;-0.02863545,0.06875152;-0.3717777;0.03107136,0.06057106;-0.7119367;0.1130768,0.06960189;-0.7020975;0.01554743,-0.06886939;0.00611962;-0.04024372,-0.09729516;-0.3707689;-0.0009113699,-0.1194181;-0.7096236;0.08387108,-0.1079984;-0.7640794;0.03155659,0.0006707369;0.3998438;0.008300978,145.7523
+0;0;0,0.002486175;0.1999158;0.005242126,0.006936561;0.499724;-0.002389606,0.121658;0.3721446;0.01346707,0.2451301;0.1223013;0.04054054,0.3863987;-0.1187207;0.02179039,-0.1096565;0.3657309;0.004097269,-0.2490586;0.1230554;0.01279309,-0.3951659;-0.1145781;-0.01135223,0.07279303;0.004497524;-0.03287777,0.08049543;-0.3713016;0.02294044,0.08805268;-0.7116301;0.1042998,0.0895421;-0.7018362;0.006373845,-0.07225875;0.005144566;-0.03394417,-0.1043525;-0.3716033;0.003884729,-0.12588;-0.7122334;0.08139388,-0.1217084;-0.702319;-0.01647935,0.005376082;0.3998826;0.003020771,0;0;0,0.0002478228;0.1998447;0.007875823,0.0009775759;0.4997579;0.004168591,0.115985;0.3725438;0.0272039,0.1875259;0.1046925;0.06641677,0.3018281;-0.1495109;0.03966615,-0.1130408;0.3632148;-0.003013281,-0.2273431;0.1079602;0.01040529,-0.3445448;-0.1444266;-0.02065377,0.07461946;0.003456433;-0.02863545,0.06875152;-0.3717777;0.03107136,0.06057106;-0.7119367;0.1130768,0.06960189;-0.7020975;0.01554743,-0.06886939;0.00611962;-0.04024372,-0.09729516;-0.3707689;-0.0009113699,-0.1194181;-0.7096236;0.08387108,-0.1079984;-0.7640794;0.03155659,0.0006707369;0.3998438;0.008300978,145.7639
+0;0;0,0.002486175;0.1999158;0.005242126,0.006936561;0.499724;-0.002389606,0.121658;0.3721446;0.01346707,0.2451301;0.1223013;0.04054054,0.3863987;-0.1187207;0.02179039,-0.1096565;0.3657309;0.004097269,-0.2490586;0.1230554;0.01279309,-0.3951659;-0.1145781;-0.01135223,0.07279303;0.004497524;-0.03287777,0.08049543;-0.3713016;0.02294044,0.08805268;-0.7116301;0.1042998,0.0895421;-0.7018362;0.006373845,-0.07225875;0.005144566;-0.03394417,-0.1043525;-0.3716033;0.003884729,-0.12588;-0.7122334;0.08139388,-0.1217084;-0.702319;-0.01647935,0.005376082;0.3998826;0.003020771,0;0;0,0.0001959316;0.1998451;0.007868449,0.000834665;0.4997589;0.00417677,0.1159198;0.3725758;0.0269415,0.1912563;0.1058746;0.06687779,0.3094536;-0.1466575;0.04124771,-0.1131296;0.363113;-0.002947115,-0.2310552;0.1095458;0.01109714,-0.3505236;-0.141913;-0.01883244,0.07459401;0.003462454;-0.02870094,0.06869142;-0.3717386;0.03120992,0.06065077;-0.7119097;0.1131795,0.06956217;-0.7020682;0.01563866,-0.06889471;0.006112984;-0.04020136,-0.09736937;-0.3707436;-0.0005996041,-0.1193888;-0.7096031;0.08419038,-0.1077345;-0.7639908;0.03181768,0.0005556094;0.3998443;0.008299166,145.775
+0;0;0,0.002466469;0.1999151;0.005278622,0.0068839;0.4997249;-0.002301094,0.1216721;0.3723792;0.01351357,0.2507652;0.125488;0.041437,0.3995764;-0.111238;0.02673943,-0.1097273;0.365824;0.004254567,-0.2571601;0.1279179;0.01227181,-0.4054064;-0.1082582;-0.01310242,0.07278681;0.004444201;-0.03289878,0.08029953;-0.3713159;0.02320744,0.08797264;-0.7116702;0.1044482,0.08941381;-0.7018673;0.006519623,-0.07227498;0.005193187;-0.03390217,-0.1050104;-0.3715081;0.003840934,-0.1258933;-0.7121375;0.08152969,-0.1217718;-0.7022187;-0.01634656,0.005332082;0.3998827;0.003094722,0;0;0,0.0001959316;0.1998451;0.007868449,0.000834665;0.4997589;0.00417677,0.1159198;0.3725758;0.0269415,0.1912563;0.1058746;0.06687779,0.3094536;-0.1466575;0.04124771,-0.1131296;0.363113;-0.002947115,-0.2310552;0.1095458;0.01109714,-0.3505236;-0.141913;-0.01883244,0.07459401;0.003462454;-0.02870094,0.06869142;-0.3717386;0.03120992,0.06065077;-0.7119097;0.1131795,0.06956217;-0.7020682;0.01563866,-0.06889471;0.006112984;-0.04020136,-0.09736937;-0.3707436;-0.0005996041,-0.1193888;-0.7096031;0.08419038,-0.1077345;-0.7639908;0.03181768,0.0005556094;0.3998443;0.008299166,145.7968
+0;0;0,0.002466469;0.1999151;0.005278622,0.0068839;0.4997249;-0.002301094,0.1216721;0.3723792;0.01351357,0.2507652;0.125488;0.041437,0.3995764;-0.111238;0.02673943,-0.1097273;0.365824;0.004254567,-0.2571601;0.1279179;0.01227181,-0.4054064;-0.1082582;-0.01310242,0.07278681;0.004444201;-0.03289878,0.08029953;-0.3713159;0.02320744,0.08797264;-0.7116702;0.1044482,0.08941381;-0.7018673;0.006519623,-0.07227498;0.005193187;-0.03390217,-0.1050104;-0.3715081;0.003840934,-0.1258933;-0.7121375;0.08152969,-0.1217718;-0.7022187;-0.01634656,0.005332082;0.3998827;0.003094722,0;0;0,0.0001578542;0.1998452;0.007865899,0.000769069;0.4997596;0.004200786,0.1158887;0.3726325;0.02683874,0.194723;0.1070085;0.06720002,0.3167976;-0.1438737;0.0436225,-0.1131472;0.3629023;-0.00270074,-0.2352857;0.1113696;0.01191089,-0.3572901;-0.1390453;-0.01650213,0.07453092;0.003479227;-0.02886237,0.0688426;-0.3717003;0.03120433,0.06084688;-0.7118386;0.1133138,0.06962715;-0.7019955;0.01576066,-0.06895152;0.006096015;-0.04010643,-0.09726641;-0.3707386;-0.0001824908,-0.1193198;-0.7096677;0.08432034,-0.1085486;-0.7635909;0.03102047,0.0004927733;0.3998444;0.00831042,145.82
+0;0;0,0.002466469;0.1999151;0.005278622,0.0068839;0.4997249;-0.002301094,0.1216721;0.3723792;0.01351357,0.2507652;0.125488;0.041437,0.3995764;-0.111238;0.02673943,-0.1097273;0.365824;0.004254567,-0.2571601;0.1279179;0.01227181,-0.4054064;-0.1082582;-0.01310242,0.07278681;0.004444201;-0.03289878,0.08029953;-0.3713159;0.02320744,0.08797264;-0.7116702;0.1044482,0.08941381;-0.7018673;0.006519623,-0.07227498;0.005193187;-0.03390217,-0.1050104;-0.3715081;0.003840934,-0.1258933;-0.7121375;0.08152969,-0.1217718;-0.7022187;-0.01634656,0.005332082;0.3998827;0.003094722,0;0;0,0.0001487538;0.1998442;0.007892075,0.000764283;0.4997593;0.004279648,0.1159076;0.3726233;0.02670777,0.1985949;0.1083243;0.06804633,0.3232058;-0.1413896;0.04535083,-0.1131515;0.3628677;-0.002582431,-0.2383758;0.1129001;0.0127495,-0.3652333;-0.1353202;-0.01359191,0.07452009;0.003450177;-0.02889382,0.06895351;-0.3716978;0.03138059,0.06094184;-0.711843;0.1134604,0.06963609;-0.7019937;0.0158983,-0.06897745;0.006115846;-0.04005882,-0.0971483;-0.3707215;-5.843118E-05,-0.1192094;-0.7096444;0.08446687,-0.1081232;-0.7635021;0.03112832,0.0004832228;0.3998433;0.008370061,145.8416
+0;0;0,0.002483782;0.1999162;0.005229394,0.006892587;0.4997254;-0.002390828,0.1217301;0.3726791;0.01371382,0.2565495;0.1288832;0.04177212,0.4120234;-0.1036949;0.03014049,-0.1096946;0.3657701;0.004450714,-0.2631679;0.131695;0.01185357,-0.4158592;-0.1017369;-0.0125369,0.07276995;0.004399035;-0.03294212,0.07990289;-0.3713979;0.02296636,0.08803759;-0.7117074;0.10435,0.08945715;-0.7019033;0.006420925,-0.07229905;0.005225544;-0.03384584,-0.104732;-0.3714686;0.004227504,-0.1261986;-0.7120659;0.08189755,-0.1220924;-0.7021461;-0.01597957,0.005345466;0.3998834;0.003010981,0;0;0,0.0001487538;0.1998442;0.007892075,0.000764283;0.4997593;0.004279648,0.1159076;0.3726233;0.02670777,0.1985949;0.1083243;0.06804633,0.3232058;-0.1413896;0.04535083,-0.1131515;0.3628677;-0.002582431,-0.2383758;0.1129001;0.0127495,-0.3652333;-0.1353202;-0.01359191,0.07452009;0.003450177;-0.02889382,0.06895351;-0.3716978;0.03138059,0.06094184;-0.711843;0.1134604,0.06963609;-0.7019937;0.0158983,-0.06897745;0.006115846;-0.04005882,-0.0971483;-0.3707215;-5.843118E-05,-0.1192094;-0.7096444;0.08446687,-0.1081232;-0.7635021;0.03112832,0.0004832228;0.3998433;0.008370061,145.8534
+0;0;0,0.002483782;0.1999162;0.005229394,0.006892587;0.4997254;-0.002390828,0.1217301;0.3726791;0.01371382,0.2565495;0.1288832;0.04177212,0.4120234;-0.1036949;0.03014049,-0.1096946;0.3657701;0.004450714,-0.2631679;0.131695;0.01185357,-0.4158592;-0.1017369;-0.0125369,0.07276995;0.004399035;-0.03294212,0.07990289;-0.3713979;0.02296636,0.08803759;-0.7117074;0.10435,0.08945715;-0.7019033;0.006420925,-0.07229905;0.005225544;-0.03384584,-0.104732;-0.3714686;0.004227504,-0.1261986;-0.7120659;0.08189755,-0.1220924;-0.7021461;-0.01597957,0.005345466;0.3998834;0.003010981,0;0;0,8.664838E-05;0.1998454;0.007862774,0.0005928311;0.4997604;0.004218897,0.1158201;0.372749;0.02652559,0.2019325;0.1096862;0.06874636,0.3301558;-0.138291;0.04715687,-0.1132816;0.3628224;-0.002551489,-0.2417093;0.114539;0.01362417,-0.3730502;-0.131453;-0.01162506,0.07447652;0.003451008;-0.02900584,0.06879461;-0.3715934;0.0318989,0.06092597;-0.7118202;0.1136536,0.06954028;-0.7019708;0.01608444,-0.06901582;0.006116058;-0.03999262,-0.09712891;-0.3707263;8.679926E-07,-0.1192209;-0.7096304;0.08459364,-0.1094621;-0.7634085;0.03087205,0.0003460294;0.3998447;0.008316577,145.8752
+0;0;0,0.002483782;0.1999162;0.005229394,0.006892587;0.4997254;-0.002390828,0.1217301;0.3726791;0.01371382,0.2565495;0.1288832;0.04177212,0.4120234;-0.1036949;0.03014049,-0.1096946;0.3657701;0.004450714,-0.2631679;0.131695;0.01185357,-0.4158592;-0.1017369;-0.0125369,0.07276995;0.004399035;-0.03294212,0.07990289;-0.3713979;0.02296636,0.08803759;-0.7117074;0.10435,0.08945715;-0.7019033;0.006420925,-0.07229905;0.005225544;-0.03384584,-0.104732;-0.3714686;0.004227504,-0.1261986;-0.7120659;0.08189755,-0.1220924;-0.7021461;-0.01597957,0.005345466;0.3998834;0.003010981,0;0;0,8.664838E-05;0.1998454;0.007862774,0.0005928311;0.4997604;0.004218897,0.1158201;0.372749;0.02652559,0.2019325;0.1096862;0.06874636,0.3301558;-0.138291;0.04715687,-0.1132816;0.3628224;-0.002551489,-0.2417093;0.114539;0.01362417,-0.3730502;-0.131453;-0.01162506,0.07447652;0.003451008;-0.02900584,0.06879461;-0.3715934;0.0318989,0.06092597;-0.7118202;0.1136536,0.06954028;-0.7019708;0.01608444,-0.06901582;0.006116058;-0.03999262,-0.09712891;-0.3707263;8.679926E-07,-0.1192209;-0.7096304;0.08459364,-0.1094621;-0.7634085;0.03087205,0.0003460294;0.3998447;0.008316577,145.8975
+0;0;0,0.002449536;0.1999174;0.005199735,0.006774347;0.4997266;-0.002471315,0.1217262;0.3730691;0.01371989,0.2627518;0.1328507;0.04212549,0.4215428;-0.09763588;0.03429181,-0.1097929;0.3658185;0.004613077,-0.2692322;0.1357429;0.01127121,-0.4295514;-0.09246078;-0.01364548,0.0728009;0.004329147;-0.03288294,0.07993178;-0.3714553;0.02311016,0.08806916;-0.7117461;0.1045713,0.08942125;-0.7019432;0.006641477,-0.07227028;0.005298016;-0.03389598,-0.1046513;-0.3713752;0.004428044,-0.1260931;-0.7119954;0.08200461,-0.1220547;-0.7020764;-0.01587515,0.005257957;0.399885;0.002946947,0;0;0,8.690955E-05;0.199845;0.007871581,0.0006145065;0.4997604;0.004255464,0.1159008;0.3728043;0.02619411,0.2058199;0.1111991;0.06952232,0.339107;-0.1342155;0.04936852,-0.1132473;0.3627683;-0.002576489,-0.2446923;0.1161161;0.0143018,-0.3794835;-0.1281169;-0.009814892,0.07445841;0.003446279;-0.02905286,0.06861831;-0.3715706;0.03200652,0.06089616;-0.7117939;0.1137893,0.06939527;-0.7019387;0.01620885,-0.06904615;0.006115212;-0.03994038,-0.09750168;-0.3707328;-0.0002428032,-0.1192264;-0.7096633;0.08433929,-0.1088939;-0.7625744;0.02939392,0.0003578725;0.3998443;0.00834284,145.909
+0;0;0,0.002449536;0.1999174;0.005199735,0.006774347;0.4997266;-0.002471315,0.1217262;0.3730691;0.01371989,0.2627518;0.1328507;0.04212549,0.4215428;-0.09763588;0.03429181,-0.1097929;0.3658185;0.004613077,-0.2692322;0.1357429;0.01127121,-0.4295514;-0.09246078;-0.01364548,0.0728009;0.004329147;-0.03288294,0.07993178;-0.3714553;0.02311016,0.08806916;-0.7117461;0.1045713,0.08942125;-0.7019432;0.006641477,-0.07227028;0.005298016;-0.03389598,-0.1046513;-0.3713752;0.004428044,-0.1260931;-0.7119954;0.08200461,-0.1220547;-0.7020764;-0.01587515,0.005257957;0.399885;0.002946947,0;0;0,8.690955E-05;0.199845;0.007871581,0.0006145065;0.4997604;0.004255464,0.1159008;0.3728043;0.02619411,0.2058199;0.1111991;0.06952232,0.339107;-0.1342155;0.04936852,-0.1132473;0.3627683;-0.002576489,-0.2446923;0.1161161;0.0143018,-0.3794835;-0.1281169;-0.009814892,0.07445841;0.003446279;-0.02905286,0.06861831;-0.3715706;0.03200652,0.06089616;-0.7117939;0.1137893,0.06939527;-0.7019387;0.01620885,-0.06904615;0.006115212;-0.03994038,-0.09750168;-0.3707328;-0.0002428032,-0.1192264;-0.7096633;0.08433929,-0.1088939;-0.7625744;0.02939392,0.0003578725;0.3998443;0.00834284,145.9312
+0;0;0,0.002449536;0.1999174;0.005199735,0.006774347;0.4997266;-0.002471315,0.1217262;0.3730691;0.01371989,0.2627518;0.1328507;0.04212549,0.4215428;-0.09763588;0.03429181,-0.1097929;0.3658185;0.004613077,-0.2692322;0.1357429;0.01127121,-0.4295514;-0.09246078;-0.01364548,0.0728009;0.004329147;-0.03288294,0.07993178;-0.3714553;0.02311016,0.08806916;-0.7117461;0.1045713,0.08942125;-0.7019432;0.006641477,-0.07227028;0.005298016;-0.03389598,-0.1046513;-0.3713752;0.004428044,-0.1260931;-0.7119954;0.08200461,-0.1220547;-0.7020764;-0.01587515,0.005257957;0.399885;0.002946947,0;0;0,9.820006E-05;0.1998435;0.007909999,0.0006551526;0.4997594;0.004347675,0.1159748;0.3728235;0.02601447,0.2097772;0.1127361;0.07023723,0.3492796;-0.1294494;0.05334752,-0.113193;0.3627124;-0.002569808,-0.2484482;0.1181687;0.01487658,-0.3867396;-0.124113;-0.009105245,0.07443876;0.003427805;-0.02910535,0.06874439;-0.3715407;0.03226406,0.0609643;-0.7117593;0.1140612,0.06938849;-0.7018969;0.01647276,-0.06907895;0.006124357;-0.03988221,-0.09735949;-0.3706912;0.0002451017,-0.1191521;-0.7096242;0.08480012,-0.1086133;-0.7621991;0.02938963,0.0003878255;0.3998426;0.008418466,145.9425
+0;0;0,0.002469865;0.1999136;0.005334032,0.006784698;0.4997241;-0.00226447,0.1218229;0.3735054;0.01409497,0.2678687;0.1364391;0.043594,0.4405359;-0.08395402;0.04000115,-0.1097916;0.3658544;0.004814057,-0.2755654;0.1403285;0.0123699,-0.4417571;-0.08390488;-0.00998432,0.07269893;0.004438682;-0.03309326,0.07957384;-0.3713067;0.02319271,0.08823616;-0.7115285;0.104888,0.08962047;-0.7017154;0.006956518,-0.07234656;0.005197166;-0.03374854,-0.1046073;-0.3714867;0.00457257,-0.1259588;-0.7121139;0.08214329,-0.1218867;-0.7021809;-0.01573793,0.005270739;0.399882;0.003146339,0;0;0,9.820006E-05;0.1998435;0.007909999,0.0006551526;0.4997594;0.004347675,0.1159748;0.3728235;0.02601447,0.2097772;0.1127361;0.07023723,0.3492796;-0.1294494;0.05334752,-0.113193;0.3627124;-0.002569808,-0.2484482;0.1181687;0.01487658,-0.3867396;-0.124113;-0.009105245,0.07443876;0.003427805;-0.02910535,0.06874439;-0.3715407;0.03226406,0.0609643;-0.7117593;0.1140612,0.06938849;-0.7018969;0.01647276,-0.06907895;0.006124357;-0.03988221,-0.09735949;-0.3706912;0.0002451017,-0.1191521;-0.7096242;0.08480012,-0.1086133;-0.7621991;0.02938963,0.0003878255;0.3998426;0.008418466,145.965
+0;0;0,0.002469865;0.1999136;0.005334032,0.006784698;0.4997241;-0.00226447,0.1218229;0.3735054;0.01409497,0.2678687;0.1364391;0.043594,0.4405359;-0.08395402;0.04000115,-0.1097916;0.3658544;0.004814057,-0.2755654;0.1403285;0.0123699,-0.4417571;-0.08390488;-0.00998432,0.07269893;0.004438682;-0.03309326,0.07957384;-0.3713067;0.02319271,0.08823616;-0.7115285;0.104888,0.08962047;-0.7017154;0.006956518,-0.07234656;0.005197166;-0.03374854,-0.1046073;-0.3714867;0.00457257,-0.1259588;-0.7121139;0.08214329,-0.1218867;-0.7021809;-0.01573793,0.005270739;0.399882;0.003146339,0;0;0,9.018019E-05;0.1998437;0.007903793,0.0006552852;0.4997598;0.004349624,0.1160541;0.3729658;0.0256668,0.2146899;0.1149159;0.07128797,0.3555659;-0.1265324;0.05526718,-0.1131793;0.3626632;-0.002605315,-0.2524553;0.1204138;0.01521106,-0.3953591;-0.1189253;-0.01115719,0.07442705;0.0034219;-0.02913596,0.06882054;-0.3715314;0.03233407,0.06100097;-0.7117176;0.1142622,0.06930286;-0.7018525;0.0166627,-0.06910255;0.006124615;-0.03984127,-0.0975452;-0.3706734;0.0003365278,-0.1190819;-0.7095759;0.0850788,-0.108516;-0.7618335;0.02920343,0.0003821656;0.3998429;0.008415386,145.9868
+0;0;0,0.002469865;0.1999136;0.005334032,0.006784698;0.4997241;-0.00226447,0.1218229;0.3735054;0.01409497,0.2678687;0.1364391;0.043594,0.4405359;-0.08395402;0.04000115,-0.1097916;0.3658544;0.004814057,-0.2755654;0.1403285;0.0123699,-0.4417571;-0.08390488;-0.00998432,0.07269893;0.004438682;-0.03309326,0.07957384;-0.3713067;0.02319271,0.08823616;-0.7115285;0.104888,0.08962047;-0.7017154;0.006956518,-0.07234656;0.005197166;-0.03374854,-0.1046073;-0.3714867;0.00457257,-0.1259588;-0.7121139;0.08214329,-0.1218867;-0.7021809;-0.01573793,0.005270739;0.399882;0.003146339,0;0;0,9.018019E-05;0.1998437;0.007903793,0.0006552852;0.4997598;0.004349624,0.1160541;0.3729658;0.0256668,0.2146899;0.1149159;0.07128797,0.3555659;-0.1265324;0.05526718,-0.1131793;0.3626632;-0.002605315,-0.2524553;0.1204138;0.01521106,-0.3953591;-0.1189253;-0.01115719,0.07442705;0.0034219;-0.02913596,0.06882054;-0.3715314;0.03233407,0.06100097;-0.7117176;0.1142622,0.06930286;-0.7018525;0.0166627,-0.06910255;0.006124615;-0.03984127,-0.0975452;-0.3706734;0.0003365278,-0.1190819;-0.7095759;0.0850788,-0.108516;-0.7618335;0.02920343,0.0003821656;0.3998429;0.008415386,145.9981
+0;0;0,0.002476888;0.1999125;0.005373312,0.006790748;0.4997256;-0.002125013,0.1218684;0.3737193;0.01428496,0.2744024;0.1409471;0.04511476,0.4529466;-0.0747413;0.04580792,-0.109771;0.3658091;0.005039842,-0.280964;0.1443836;0.01302322,-0.4536595;-0.0748613;-0.009513996,0.07269529;0.004393038;-0.03310734,0.07957294;-0.3713133;0.0234382,0.08843386;-0.7115481;0.105058,0.08979005;-0.7017194;0.007122882,-0.07236489;0.005224082;-0.03370506,-0.1044288;-0.3714458;0.00491716,-0.1258454;-0.7120756;0.08245867,-0.1217996;-0.702134;-0.01542543,0.005276191;0.3998816;0.003248687,0;0;0,6.683048E-05;0.1998448;0.007877667,0.0006090235;0.4997606;0.004293319,0.1160302;0.3730307;0.02559965,0.2187804;0.1166673;0.07164571,0.3620586;-0.1234509;0.056997,-0.1132125;0.3626351;-0.002641301,-0.2566643;0.1228555;0.01545018,-0.4033177;-0.1141061;-0.01178895,0.07442472;0.003430028;-0.02914096,0.06887937;-0.3715121;0.03240297,0.06101302;-0.7117064;0.1142928,0.06929763;-0.7018442;0.01669237,-0.06912149;0.006109523;-0.0398107,-0.09732582;-0.3707377;7.280335E-05,-0.1190747;-0.7096201;0.08484115,-0.1085076;-0.7614455;0.02833492,0.0003406122;0.399844;0.008367225,146.0094
+0;0;0,0.002476888;0.1999125;0.005373312,0.006790748;0.4997256;-0.002125013,0.1218684;0.3737193;0.01428496,0.2744024;0.1409471;0.04511476,0.4529466;-0.0747413;0.04580792,-0.109771;0.3658091;0.005039842,-0.280964;0.1443836;0.01302322,-0.4536595;-0.0748613;-0.009513996,0.07269529;0.004393038;-0.03310734,0.07957294;-0.3713133;0.0234382,0.08843386;-0.7115481;0.105058,0.08979005;-0.7017194;0.007122882,-0.07236489;0.005224082;-0.03370506,-0.1044288;-0.3714458;0.00491716,-0.1258454;-0.7120756;0.08245867,-0.1217996;-0.702134;-0.01542543,0.005276191;0.3998816;0.003248687,0;0;0,6.683048E-05;0.1998448;0.007877667,0.0006090235;0.4997606;0.004293319,0.1160302;0.3730307;0.02559965,0.2187804;0.1166673;0.07164571,0.3620586;-0.1234509;0.056997,-0.1132125;0.3626351;-0.002641301,-0.2566643;0.1228555;0.01545018,-0.4033177;-0.1141061;-0.01178895,0.07442472;0.003430028;-0.02914096,0.06887937;-0.3715121;0.03240297,0.06101302;-0.7117064;0.1142928,0.06929763;-0.7018442;0.01669237,-0.06912149;0.006109523;-0.0398107,-0.09732582;-0.3707377;7.280335E-05,-0.1190747;-0.7096201;0.08484115,-0.1085076;-0.7614455;0.02833492,0.0003406122;0.399844;0.008367225,146.0315
+0;0;0,0.002476888;0.1999125;0.005373312,0.006790748;0.4997256;-0.002125013,0.1218684;0.3737193;0.01428496,0.2744024;0.1409471;0.04511476,0.4529466;-0.0747413;0.04580792,-0.109771;0.3658091;0.005039842,-0.280964;0.1443836;0.01302322,-0.4536595;-0.0748613;-0.009513996,0.07269529;0.004393038;-0.03310734,0.07957294;-0.3713133;0.0234382,0.08843386;-0.7115481;0.105058,0.08979005;-0.7017194;0.007122882,-0.07236489;0.005224082;-0.03370506,-0.1044288;-0.3714458;0.00491716,-0.1258454;-0.7120756;0.08245867,-0.1217996;-0.702134;-0.01542543,0.005276191;0.3998816;0.003248687,0;0;0,3.102721E-05;0.1998466;0.007832697,0.0005260942;0.4997615;0.004165645,0.1159755;0.373067;0.02545079,0.2227794;0.1184374;0.07189124,0.3687152;-0.1202078;0.05959439,-0.1132728;0.3625963;-0.002703165,-0.2602994;0.1250485;0.01611836,-0.4100147;-0.1098799;-0.01205893,0.07441856;0.003419694;-0.0291579,0.06856949;-0.3715106;0.0324299,0.0610505;-0.7116981;0.1143806,0.06930199;-0.7018406;0.01677838,-0.06914689;0.006116684;-0.03976547,-0.09729637;-0.3707385;8.133426E-05,-0.1189949;-0.7096246;0.08484779,-0.1085802;-0.7613364;0.02814921,0.0002706624;0.399846;0.008267276,146.0429
+0;0;0,0.002482752;0.1999121;0.005384916,0.006795974;0.4997264;-0.002069609,0.1218789;0.3737982;0.01445147,0.2788452;0.1440928;0.04602674,0.4610096;-0.06854105;0.04775385,-0.1098116;0.3659688;0.005176978,-0.2866682;0.149035;0.01301675,-0.4686521;-0.06254099;-0.009731529,0.07268057;0.004413246;-0.03313696,0.079549;-0.3712674;0.02358042,0.08853455;-0.7114687;0.1053257,0.0899012;-0.7016377;0.00739032,-0.07238434;0.005191665;-0.0336683,-0.104436;-0.3715008;0.004744049,-0.1259175;-0.7120762;0.08250594,-0.1218593;-0.7021344;-0.01537766,0.005281234;0.3998815;0.003286629,0;0;0,3.102721E-05;0.1998466;0.007832697,0.0005260942;0.4997615;0.004165645,0.1159755;0.373067;0.02545079,0.2227794;0.1184374;0.07189124,0.3687152;-0.1202078;0.05959439,-0.1132728;0.3625963;-0.002703165,-0.2602994;0.1250485;0.01611836,-0.4100147;-0.1098799;-0.01205893,0.07441856;0.003419694;-0.0291579,0.06856949;-0.3715106;0.0324299,0.0610505;-0.7116981;0.1143806,0.06930199;-0.7018406;0.01677838,-0.06914689;0.006116684;-0.03976547,-0.09729637;-0.3707385;8.133426E-05,-0.1189949;-0.7096246;0.08484779,-0.1085802;-0.7613364;0.02814921,0.0002706624;0.399846;0.008267276,146.0655
+0;0;0,0.002482752;0.1999121;0.005384916,0.006795974;0.4997264;-0.002069609,0.1218789;0.3737982;0.01445147,0.2788452;0.1440928;0.04602674,0.4610096;-0.06854105;0.04775385,-0.1098116;0.3659688;0.005176978,-0.2866682;0.149035;0.01301675,-0.4686521;-0.06254099;-0.009731529,0.07268057;0.004413246;-0.03313696,0.079549;-0.3712674;0.02358042,0.08853455;-0.7114687;0.1053257,0.0899012;-0.7016377;0.00739032,-0.07238434;0.005191665;-0.0336683,-0.104436;-0.3715008;0.004744049,-0.1259175;-0.7120762;0.08250594,-0.1218593;-0.7021344;-0.01537766,0.005281234;0.3998815;0.003286629,0;0;0,2.030339E-05;0.1998465;0.007834924,0.0005099418;0.4997616;0.004182899,0.1159913;0.3731379;0.0253569,0.2264991;0.1201954;0.07234798,0.3768053;-0.1158306;0.06236093,-0.1133295;0.3626869;-0.00257834,-0.2631767;0.1269657;0.01695046,-0.4159941;-0.1058778;-0.01187144,0.07442093;0.003418027;-0.02915203,0.06832197;-0.3714799;0.03260859,0.06100411;-0.7116668;0.1145798,0.06917109;-0.7018083;0.01697026,-0.06916139;0.006110497;-0.03974121,-0.09733257;-0.3707163;0.0003580004,-0.1191465;-0.7095979;0.08511271,-0.108153;-0.7604702;0.02733017,0.0002545414;0.3998459;0.008278204,146.0878
+0;0;0,0.002482752;0.1999121;0.005384916,0.006795974;0.4997264;-0.002069609,0.1218789;0.3737982;0.01445147,0.2788452;0.1440928;0.04602674,0.4610096;-0.06854105;0.04775385,-0.1098116;0.3659688;0.005176978,-0.2866682;0.149035;0.01301675,-0.4686521;-0.06254099;-0.009731529,0.07268057;0.004413246;-0.03313696,0.079549;-0.3712674;0.02358042,0.08853455;-0.7114687;0.1053257,0.0899012;-0.7016377;0.00739032,-0.07238434;0.005191665;-0.0336683,-0.104436;-0.3715008;0.004744049,-0.1259175;-0.7120762;0.08250594,-0.1218593;-0.7021344;-0.01537766,0.005281234;0.3998815;0.003286629,0;0;0,7.370474E-05;0.1998463;0.007838289,0.0006423771;0.4997617;0.004209123,0.116136;0.3731515;0.02513383,0.2304309;0.1220835;0.07310773,0.3829717;-0.1125354;0.06387142,-0.1132409;0.3627434;-0.002570977,-0.2657188;0.1288005;0.01795199,-0.4276011;-0.09778798;-0.01123357,0.07440986;0.003421324;-0.02917992,0.0677855;-0.3713538;0.03326807,0.06094823;-0.7116099;0.1149934,0.06903315;-0.7017465;0.01737602,-0.06919872;0.006099177;-0.03967792,-0.09726755;-0.3707235;0.0005314201,-0.1189095;-0.7096102;0.08531053,-0.1077282;-0.760316;0.02733164,0.0003608483;0.3998456;0.008295189,146.0987
+0;0;0,0.002525807;0.1999106;0.005419811,0.006855153;0.499726;-0.001980721,0.1219895;0.3741;0.01467976,0.2849566;0.148784;0.04745798,0.4726461;-0.0589726;0.05059419,-0.1098391;0.3662686;0.005397257,-0.2908846;0.1528111;0.01304122,-0.4786747;-0.0536744;-0.009288022,0.07270622;0.004356153;-0.03308821,0.07965554;-0.3713167;0.02367118,0.08887874;-0.7114695;0.1055916,0.09023713;-0.7016405;0.007656492,-0.07236292;0.00523714;-0.03370728,-0.1043763;-0.3714505;0.00478429,-0.1257976;-0.7120064;0.08264813,-0.1217448;-0.7020581;-0.01523704,0.0053395;0.3998802;0.003358647,0;0;0,7.370474E-05;0.1998463;0.007838289,0.0006423771;0.4997617;0.004209123,0.116136;0.3731515;0.02513383,0.2304309;0.1220835;0.07310773,0.3829717;-0.1125354;0.06387142,-0.1132409;0.3627434;-0.002570977,-0.2657188;0.1288005;0.01795199,-0.4276011;-0.09778798;-0.01123357,0.07440986;0.003421324;-0.02917992,0.0677855;-0.3713538;0.03326807,0.06094823;-0.7116099;0.1149934,0.06903315;-0.7017465;0.01737602,-0.06919872;0.006099177;-0.03967792,-0.09726755;-0.3707235;0.0005314201,-0.1189095;-0.7096102;0.08531053,-0.1077282;-0.760316;0.02733164,0.0003608483;0.3998456;0.008295189,146.1209
+0;0;0,0.002525807;0.1999106;0.005419811,0.006855153;0.499726;-0.001980721,0.1219895;0.3741;0.01467976,0.2849566;0.148784;0.04745798,0.4726461;-0.0589726;0.05059419,-0.1098391;0.3662686;0.005397257,-0.2908846;0.1528111;0.01304122,-0.4786747;-0.0536744;-0.009288022,0.07270622;0.004356153;-0.03308821,0.07965554;-0.3713167;0.02367118,0.08887874;-0.7114695;0.1055916,0.09023713;-0.7016405;0.007656492,-0.07236292;0.00523714;-0.03370728,-0.1043763;-0.3714505;0.00478429,-0.1257976;-0.7120064;0.08264813,-0.1217448;-0.7020581;-0.01523704,0.0053395;0.3998802;0.003358647,0;0;0,8.120274E-05;0.1998477;0.007803861,0.0006554619;0.4997622;0.004115818,0.1162236;0.3733571;0.02484886,0.2337662;0.1239621;0.07369369,0.3922985;-0.106684;0.06533328,-0.1132925;0.3629141;-0.002575503,-0.2684882;0.1308226;0.01858642,-0.4334434;-0.09363382;-0.009858375,0.07439477;0.003409489;-0.02921972,0.06823829;-0.3714452;0.03279669,0.06104671;-0.711621;0.1148252,0.06902614;-0.7017594;0.01719955,-0.06924025;0.006113018;-0.03960327,-0.09717019;-0.3707265;0.0005450696,-0.1187104;-0.7096362;0.08525778,-0.1076122;-0.7610573;0.02827137,0.0003708048;0.399847;0.008222762,146.135
+0;0;0,0.002525807;0.1999106;0.005419811,0.006855153;0.499726;-0.001980721,0.1219895;0.3741;0.01467976,0.2849566;0.148784;0.04745798,0.4726461;-0.0589726;0.05059419,-0.1098391;0.3662686;0.005397257,-0.2908846;0.1528111;0.01304122,-0.4786747;-0.0536744;-0.009288022,0.07270622;0.004356153;-0.03308821,0.07965554;-0.3713167;0.02367118,0.08887874;-0.7114695;0.1055916,0.09023713;-0.7016405;0.007656492,-0.07236292;0.00523714;-0.03370728,-0.1043763;-0.3714505;0.00478429,-0.1257976;-0.7120064;0.08264813,-0.1217448;-0.7020581;-0.01523704,0.0053395;0.3998802;0.003358647,0;0;0,8.120274E-05;0.1998477;0.007803861,0.0006554619;0.4997622;0.004115818,0.1162236;0.3733571;0.02484886,0.2337662;0.1239621;0.07369369,0.3922985;-0.106684;0.06533328,-0.1132925;0.3629141;-0.002575503,-0.2684882;0.1308226;0.01858642,-0.4334434;-0.09363382;-0.009858375,0.07439477;0.003409489;-0.02921972,0.06823829;-0.3714452;0.03279669,0.06104671;-0.711621;0.1148252,0.06902614;-0.7017594;0.01719955,-0.06924025;0.006113018;-0.03960327,-0.09717019;-0.3707265;0.0005450696,-0.1187104;-0.7096362;0.08525778,-0.1076122;-0.7610573;0.02827137,0.0003708048;0.399847;0.008222762,146.1532
+0;0;0,0.002556449;0.1999102;0.005420352,0.006910056;0.4997264;-0.001944724,0.1220562;0.3742554;0.01487408,0.2899066;0.1527519;0.04896832,0.4850377;-0.0480168;0.05293894,-0.1098613;0.3665178;0.005462348,-0.2954546;0.157017;0.01349702,-0.4908425;-0.04221223;-0.00955226,0.07271942;0.004312576;-0.03306488,0.07965071;-0.371347;0.02378452,0.08889963;-0.7114906;0.1057404,0.09029976;-0.7016604;0.007805571,-0.07235874;0.005272272;-0.03371074,-0.1044713;-0.3714023;0.004826002,-0.1258188;-0.7119547;0.08272523,-0.1217233;-0.7020042;-0.01515861,0.005389016;0.3998797;0.003377658,0;0;0,8.120274E-05;0.1998477;0.007803861,0.0006554619;0.4997622;0.004115818,0.1162236;0.3733571;0.02484886,0.2337662;0.1239621;0.07369369,0.3922985;-0.106684;0.06533328,-0.1132925;0.3629141;-0.002575503,-0.2684882;0.1308226;0.01858642,-0.4334434;-0.09363382;-0.009858375,0.07439477;0.003409489;-0.02921972,0.06823829;-0.3714452;0.03279669,0.06104671;-0.711621;0.1148252,0.06902614;-0.7017594;0.01719955,-0.06924025;0.006113018;-0.03960327,-0.09717019;-0.3707265;0.0005450696,-0.1187104;-0.7096362;0.08525778,-0.1076122;-0.7610573;0.02827137,0.0003708048;0.399847;0.008222762,146.165
+0;0;0,0.002556449;0.1999102;0.005420352,0.006910056;0.4997264;-0.001944724,0.1220562;0.3742554;0.01487408,0.2899066;0.1527519;0.04896832,0.4850377;-0.0480168;0.05293894,-0.1098613;0.3665178;0.005462348,-0.2954546;0.157017;0.01349702,-0.4908425;-0.04221223;-0.00955226,0.07271942;0.004312576;-0.03306488,0.07965071;-0.371347;0.02378452,0.08889963;-0.7114906;0.1057404,0.09029976;-0.7016604;0.007805571,-0.07235874;0.005272272;-0.03371074,-0.1044713;-0.3714023;0.004826002,-0.1258188;-0.7119547;0.08272523,-0.1217233;-0.7020042;-0.01515861,0.005389016;0.3998797;0.003377658,0;0;0,0.0001858061;0.1998458;0.007849284,0.0008835553;0.499761;0.004231108,0.1164017;0.3732544;0.02487437,0.2373105;0.1257039;0.07487277,0.399878;-0.1021542;0.06762733,-0.1131766;0.3631743;-0.002579658,-0.2701608;0.1323488;0.01922739,-0.4386298;-0.08952445;-0.008887231,0.07436933;0.003335614;-0.02929293,0.06866821;-0.3715248;0.03273244,0.06130577;-0.7116613;0.1149089,0.06930508;-0.701796;0.01728404,-0.06927683;0.006175316;-0.03952956,-0.09684569;-0.3706763;0.0007545203,-0.1185706;-0.7096195;0.08528591,-0.10744;-0.7614942;0.02895961,0.0005623791;0.3998449;0.008315494,146.1869
+0;0;0,0.002556449;0.1999102;0.005420352,0.006910056;0.4997264;-0.001944724,0.1220562;0.3742554;0.01487408,0.2899066;0.1527519;0.04896832,0.4850377;-0.0480168;0.05293894,-0.1098613;0.3665178;0.005462348,-0.2954546;0.157017;0.01349702,-0.4908425;-0.04221223;-0.00955226,0.07271942;0.004312576;-0.03306488,0.07965071;-0.371347;0.02378452,0.08889963;-0.7114906;0.1057404,0.09029976;-0.7016604;0.007805571,-0.07235874;0.005272272;-0.03371074,-0.1044713;-0.3714023;0.004826002,-0.1258188;-0.7119547;0.08272523,-0.1217233;-0.7020042;-0.01515861,0.005389016;0.3998797;0.003377658,0;0;0,0.0001858061;0.1998458;0.007849284,0.0008835553;0.499761;0.004231108,0.1164017;0.3732544;0.02487437,0.2373105;0.1257039;0.07487277,0.399878;-0.1021542;0.06762733,-0.1131766;0.3631743;-0.002579658,-0.2701608;0.1323488;0.01922739,-0.4386298;-0.08952445;-0.008887231,0.07436933;0.003335614;-0.02929293,0.06866821;-0.3715248;0.03273244,0.06130577;-0.7116613;0.1149089,0.06930508;-0.701796;0.01728404,-0.06927683;0.006175316;-0.03952956,-0.09684569;-0.3706763;0.0007545203,-0.1185706;-0.7096195;0.08528591,-0.10744;-0.7614942;0.02895961,0.0005623791;0.3998449;0.008315494,146.1983
+0;0;0,0.002540843;0.1999096;0.005448201,0.006870834;0.4997281;-0.00184389,0.1220529;0.3744611;0.01509826,0.29478;0.1568193;0.04970191,0.4940802;-0.03978832;0.05468775,-0.1099401;0.3666821;0.005631057,-0.3013049;0.1624204;0.01316012,-0.5023054;-0.03119598;-0.009456944,0.07274432;0.004284044;-0.03301379,0.07971047;-0.3713584;0.02394444,0.08899806;-0.7114829;0.1059754,0.09040897;-0.7016461;0.008039385,-0.07234082;0.00528049;-0.03374792,-0.1045737;-0.3713587;0.00503346,-0.1260265;-0.7118875;0.0830074,-0.1219166;-0.7019333;-0.0148766,0.005355817;0.3998799;0.003450138,0;0;0,0.0001782786;0.1998465;0.007831604,0.0008798779;0.4997615;0.004194185,0.1164257;0.373291;0.02467871,0.2411205;0.1280151;0.0765533,0.4071439;-0.09736352;0.07017535,-0.1132618;0.3633794;-0.002485226,-0.2720097;0.1338038;0.01974427,-0.4457855;-0.0839608;-0.008194301,0.07437532;0.003336002;-0.02927769,0.06873825;-0.3715179;0.03279312,0.06149956;-0.711603;0.1151928,0.06939695;-0.7017252;0.01755715,-0.06928535;0.006165122;-0.03951622,-0.09691453;-0.3706456;0.00110757,-0.1184532;-0.7096419;0.08547369,-0.1075847;-0.7609581;0.02829378,0.0005548581;0.3998457;0.008283719,146.2101
+0;0;0,0.002540843;0.1999096;0.005448201,0.006870834;0.4997281;-0.00184389,0.1220529;0.3744611;0.01509826,0.29478;0.1568193;0.04970191,0.4940802;-0.03978832;0.05468775,-0.1099401;0.3666821;0.005631057,-0.3013049;0.1624204;0.01316012,-0.5023054;-0.03119598;-0.009456944,0.07274432;0.004284044;-0.03301379,0.07971047;-0.3713584;0.02394444,0.08899806;-0.7114829;0.1059754,0.09040897;-0.7016461;0.008039385,-0.07234082;0.00528049;-0.03374792,-0.1045737;-0.3713587;0.00503346,-0.1260265;-0.7118875;0.0830074,-0.1219166;-0.7019333;-0.0148766,0.005355817;0.3998799;0.003450138,0;0;0,0.0001782786;0.1998465;0.007831604,0.0008798779;0.4997615;0.004194185,0.1164257;0.373291;0.02467871,0.2411205;0.1280151;0.0765533,0.4071439;-0.09736352;0.07017535,-0.1132618;0.3633794;-0.002485226,-0.2720097;0.1338038;0.01974427,-0.4457855;-0.0839608;-0.008194301,0.07437532;0.003336002;-0.02927769,0.06873825;-0.3715179;0.03279312,0.06149956;-0.711603;0.1151928,0.06939695;-0.7017252;0.01755715,-0.06928535;0.006165122;-0.03951622,-0.09691453;-0.3706456;0.00110757,-0.1184532;-0.7096419;0.08547369,-0.1075847;-0.7609581;0.02829378,0.0005548581;0.3998457;0.008283719,146.2232
+0;0;0,0.002540843;0.1999096;0.005448201,0.006870834;0.4997281;-0.00184389,0.1220529;0.3744611;0.01509826,0.29478;0.1568193;0.04970191,0.4940802;-0.03978832;0.05468775,-0.1099401;0.3666821;0.005631057,-0.3013049;0.1624204;0.01316012,-0.5023054;-0.03119598;-0.009456944,0.07274432;0.004284044;-0.03301379,0.07971047;-0.3713584;0.02394444,0.08899806;-0.7114829;0.1059754,0.09040897;-0.7016461;0.008039385,-0.07234082;0.00528049;-0.03374792,-0.1045737;-0.3713587;0.00503346,-0.1260265;-0.7118875;0.0830074,-0.1219166;-0.7019333;-0.0148766,0.005355817;0.3998799;0.003450138,0;0;0,0.0001861769;0.1998477;0.007802098,0.0009062137;0.4997619;0.004115507,0.1164317;0.3731987;0.02455142,0.2448361;0.130116;0.07768437,0.4135611;-0.09330229;0.07366602,-0.1132856;0.3635022;-0.002514312,-0.2751365;0.1361434;0.02011921,-0.4530857;-0.07833011;-0.006995203,0.07437771;0.003325208;-0.02927285,0.06882981;-0.371533;0.03277978,0.06188111;-0.7117329;0.1147293,0.06974594;-0.701876;0.01709531,-0.06930731;0.006168233;-0.03947719,-0.09681372;-0.3706393;0.001259759,-0.1182215;-0.7096541;0.08558439,-0.1074999;-0.7611315;0.02860654,0.0005730501;0.3998469;0.008221945,146.2428
+0;0;0,0.002557034;0.1999089;0.005468934,0.00689857;0.4997291;-0.001754251,0.1220913;0.3745728;0.01525796,0.2995604;0.1608977;0.05058032,0.5027221;-0.03163214;0.05816726,-0.1099942;0.3669597;0.005778687,-0.3056896;0.1668233;0.01275929,-0.5125725;-0.02060376;-0.008933147,0.0727259;0.004283281;-0.03305444,0.07997769;-0.3713194;0.02412968,0.08913623;-0.7114047;0.1063377,0.09055199;-0.7015636;0.008400872,-0.07236979;0.005264251;-0.03368829,-0.1045373;-0.3713729;0.005166687,-0.1259604;-0.7118737;0.08327086,-0.1218449;-0.7019166;-0.01461348,0.005379774;0.3998793;0.003510416,0;0;0,0.0002001665;0.1998478;0.007798506,0.000952997;0.4997621;0.00411845,0.1164663;0.3732054;0.02455957,0.2489631;0.1325598;0.07872833,0.4235211;-0.08636706;0.07797759,-0.1133212;0.3637008;-0.00244364,-0.2785098;0.1387121;0.01975573,-0.460846;-0.07217482;-0.006325135,0.07438371;0.003327051;-0.02925739,0.0689736;-0.371511;0.03292917,0.06191067;-0.7117229;0.1148195,0.06975839;-0.701867;0.01718432,-0.0693135;0.006156819;-0.03946812,-0.09672158;-0.3706475;0.001364384,-0.1178907;-0.709655;0.08577839,-0.1071413;-0.7618148;0.02979416,0.0006073343;0.3998469;0.008221325,146.2651
+0;0;0,0.002557034;0.1999089;0.005468934,0.00689857;0.4997291;-0.001754251,0.1220913;0.3745728;0.01525796,0.2995604;0.1608977;0.05058032,0.5027221;-0.03163214;0.05816726,-0.1099942;0.3669597;0.005778687,-0.3056896;0.1668233;0.01275929,-0.5125725;-0.02060376;-0.008933147,0.0727259;0.004283281;-0.03305444,0.07997769;-0.3713194;0.02412968,0.08913623;-0.7114047;0.1063377,0.09055199;-0.7015636;0.008400872,-0.07236979;0.005264251;-0.03368829,-0.1045373;-0.3713729;0.005166687,-0.1259604;-0.7118737;0.08327086,-0.1218449;-0.7019166;-0.01461348,0.005379774;0.3998793;0.003510416,0;0;0,0.0002001665;0.1998478;0.007798506,0.000952997;0.4997621;0.00411845,0.1164663;0.3732054;0.02455957,0.2489631;0.1325598;0.07872833,0.4235211;-0.08636706;0.07797759,-0.1133212;0.3637008;-0.00244364,-0.2785098;0.1387121;0.01975573,-0.460846;-0.07217482;-0.006325135,0.07438371;0.003327051;-0.02925739,0.0689736;-0.371511;0.03292917,0.06191067;-0.7117229;0.1148195,0.06975839;-0.701867;0.01718432,-0.0693135;0.006156819;-0.03946812,-0.09672158;-0.3706475;0.001364384,-0.1178907;-0.709655;0.08577839,-0.1071413;-0.7618148;0.02979416,0.0006073343;0.3998469;0.008221325,146.2764
+0;0;0,0.002557034;0.1999089;0.005468934,0.00689857;0.4997291;-0.001754251,0.1220913;0.3745728;0.01525796,0.2995604;0.1608977;0.05058032,0.5027221;-0.03163214;0.05816726,-0.1099942;0.3669597;0.005778687,-0.3056896;0.1668233;0.01275929,-0.5125725;-0.02060376;-0.008933147,0.0727259;0.004283281;-0.03305444,0.07997769;-0.3713194;0.02412968,0.08913623;-0.7114047;0.1063377,0.09055199;-0.7015636;0.008400872,-0.07236979;0.005264251;-0.03368829,-0.1045373;-0.3713729;0.005166687,-0.1259604;-0.7118737;0.08327086,-0.1218449;-0.7019166;-0.01461348,0.005379774;0.3998793;0.003510416,0;0;0,0.0002001665;0.1998478;0.007798506,0.000952997;0.4997621;0.00411845,0.1164663;0.3732054;0.02455957,0.2489631;0.1325598;0.07872833,0.4235211;-0.08636706;0.07797759,-0.1133212;0.3637008;-0.00244364,-0.2785098;0.1387121;0.01975573,-0.460846;-0.07217482;-0.006325135,0.07438371;0.003327051;-0.02925739,0.0689736;-0.371511;0.03292917,0.06191067;-0.7117229;0.1148195,0.06975839;-0.701867;0.01718432,-0.0693135;0.006156819;-0.03946812,-0.09672158;-0.3706475;0.001364384,-0.1178907;-0.709655;0.08577839,-0.1071413;-0.7618148;0.02979416,0.0006073343;0.3998469;0.008221325,146.2883
+0;0;0,0.002558229;0.1999083;0.00548959,0.006891313;0.4997299;-0.001686776,0.1221345;0.3748668;0.01546375,0.3043019;0.1652972;0.05145891,0.5149432;-0.0189009;0.06152453,-0.1100252;0.3670555;0.005865089,-0.3116875;0.1729608;0.0135821,-0.522875;-0.009732112;-0.006988442,0.07273272;0.004249051;-0.03304387,0.0799697;-0.3713439;0.02420601,0.08913226;-0.7114295;0.1064122,0.09057552;-0.7015836;0.008474834,-0.07236671;0.005287088;-0.03369134,-0.1043971;-0.3713543;0.00523546,-0.1258772;-0.7118188;0.0834821,-0.1217345;-0.7018569;-0.01440208,0.005375438;0.3998792;0.003560425,0;0;0,0.0002506301;0.1998462;0.007838001,0.001071463;0.499761;0.004212717,0.1165825;0.3732129;0.02451325,0.2533438;0.1352837;0.08006558,0.4385715;-0.07466243;0.08371484,-0.1132975;0.3639289;-0.002362192,-0.2816247;0.1412719;0.01976998,-0.470753;-0.06372871;-0.004831916,0.07438185;0.003296766;-0.02926554,0.06917572;-0.3715051;0.03315566,0.06210191;-0.7117141;0.1150568,0.0699113;-0.701853;0.01741745,-0.06933267;0.006176651;-0.03943131,-0.09661143;-0.3706311;0.001456078,-0.1177558;-0.7096865;0.08568417,-0.1070016;-0.7619938;0.02991808,0.0007041869;0.3998452;0.008298143,146.3099
+0;0;0,0.002558229;0.1999083;0.00548959,0.006891313;0.4997299;-0.001686776,0.1221345;0.3748668;0.01546375,0.3043019;0.1652972;0.05145891,0.5149432;-0.0189009;0.06152453,-0.1100252;0.3670555;0.005865089,-0.3116875;0.1729608;0.0135821,-0.522875;-0.009732112;-0.006988442,0.07273272;0.004249051;-0.03304387,0.0799697;-0.3713439;0.02420601,0.08913226;-0.7114295;0.1064122,0.09057552;-0.7015836;0.008474834,-0.07236671;0.005287088;-0.03369134,-0.1043971;-0.3713543;0.00523546,-0.1258772;-0.7118188;0.0834821,-0.1217345;-0.7018569;-0.01440208,0.005375438;0.3998792;0.003560425,0;0;0,0.0002506301;0.1998462;0.007838001,0.001071463;0.499761;0.004212717,0.1165825;0.3732129;0.02451325,0.2533438;0.1352837;0.08006558,0.4385715;-0.07466243;0.08371484,-0.1132975;0.3639289;-0.002362192,-0.2816247;0.1412719;0.01976998,-0.470753;-0.06372871;-0.004831916,0.07438185;0.003296766;-0.02926554,0.06917572;-0.3715051;0.03315566,0.06210191;-0.7117141;0.1150568,0.0699113;-0.701853;0.01741745,-0.06933267;0.006176651;-0.03943131,-0.09661143;-0.3706311;0.001456078,-0.1177558;-0.7096865;0.08568417,-0.1070016;-0.7619938;0.02991808,0.0007041869;0.3998452;0.008298143,146.3214
+0;0;0,0.002558229;0.1999083;0.00548959,0.006891313;0.4997299;-0.001686776,0.1221345;0.3748668;0.01546375,0.3043019;0.1652972;0.05145891,0.5149432;-0.0189009;0.06152453,-0.1100252;0.3670555;0.005865089,-0.3116875;0.1729608;0.0135821,-0.522875;-0.009732112;-0.006988442,0.07273272;0.004249051;-0.03304387,0.0799697;-0.3713439;0.02420601,0.08913226;-0.7114295;0.1064122,0.09057552;-0.7015836;0.008474834,-0.07236671;0.005287088;-0.03369134,-0.1043971;-0.3713543;0.00523546,-0.1258772;-0.7118188;0.0834821,-0.1217345;-0.7018569;-0.01440208,0.005375438;0.3998792;0.003560425,0;0;0,0.0002953112;0.1998448;0.007871785,0.001169944;0.4997599;0.004286586,0.1166681;0.3732258;0.02457419,0.2584123;0.1384922;0.08121949,0.4463706;-0.06900175;0.0854552,-0.1132615;0.3640759;-0.002307085,-0.2852336;0.1441576;0.0191758,-0.4757261;-0.05972345;-0.00417329,0.07436209;0.003298965;-0.02931544,0.06935371;-0.371462;0.03336759,0.06212628;-0.7116134;0.1154943,0.06994181;-0.701762;0.01785747,-0.06936775;0.006171682;-0.03937037,-0.09632973;-0.3706755;0.001363777,-0.1174995;-0.7097842;0.08537076,-0.1068967;-0.7620537;0.02951998,0.0007862656;0.3998436;0.008359947,146.3433
+0;0;0,0.002553873;0.1999093;0.005452765,0.006867644;0.4997307;-0.001751774,0.1221036;0.3749183;0.01564719,0.3100629;0.170586;0.05197361,0.5262387;-0.006911188;0.06473278,-0.1101145;0.3673185;0.005877478,-0.3181053;0.1800105;0.01332944,-0.5310099;-0.0008776188;-0.005408609,0.07276473;0.004232471;-0.03297544,0.08001178;-0.3713653;0.02424161,0.08930993;-0.7114518;0.106429,0.09080965;-0.7016128;0.008493863,-0.07232969;0.005299492;-0.03376879,-0.1044625;-0.3713136;0.005347002,-0.1258755;-0.7117833;0.08358939,-0.1216739;-0.7018242;-0.01429172,0.005358825;0.3998801;0.003499688,0;0;0,0.0002953112;0.1998448;0.007871785,0.001169944;0.4997599;0.004286586,0.1166681;0.3732258;0.02457419,0.2584123;0.1384922;0.08121949,0.4463706;-0.06900175;0.0854552,-0.1132615;0.3640759;-0.002307085,-0.2852336;0.1441576;0.0191758,-0.4757261;-0.05972345;-0.00417329,0.07436209;0.003298965;-0.02931544,0.06935371;-0.371462;0.03336759,0.06212628;-0.7116134;0.1154943,0.06994181;-0.701762;0.01785747,-0.06936775;0.006171682;-0.03937037,-0.09632973;-0.3706755;0.001363777,-0.1174995;-0.7097842;0.08537076,-0.1068967;-0.7620537;0.02951998,0.0007862656;0.3998436;0.008359947,146.3547
+0;0;0,0.002553873;0.1999093;0.005452765,0.006867644;0.4997307;-0.001751774,0.1221036;0.3749183;0.01564719,0.3100629;0.170586;0.05197361,0.5262387;-0.006911188;0.06473278,-0.1101145;0.3673185;0.005877478,-0.3181053;0.1800105;0.01332944,-0.5310099;-0.0008776188;-0.005408609,0.07276473;0.004232471;-0.03297544,0.08001178;-0.3713653;0.02424161,0.08930993;-0.7114518;0.106429,0.09080965;-0.7016128;0.008493863,-0.07232969;0.005299492;-0.03376879,-0.1044625;-0.3713136;0.005347002,-0.1258755;-0.7117833;0.08358939,-0.1216739;-0.7018242;-0.01429172,0.005358825;0.3998801;0.003499688,0;0;0,0.0003071918;0.1998437;0.007898693,0.001220157;0.4997595;0.004372589,0.1166899;0.3731808;0.02466258,0.2614545;0.1404792;0.08204873,0.453536;-0.06313984;0.08868146,-0.1132599;0.3641954;-0.002286179,-0.2880028;0.1464282;0.01874645,-0.4818879;-0.05419898;-0.004860276,0.07435157;0.003312544;-0.0293406,0.06935053;-0.3714096;0.03357411,0.06223903;-0.7115476;0.1157663,0.07008389;-0.7016901;0.01813052,-0.0693921;0.006153264;-0.03933031,-0.09663247;-0.3706678;0.001460109,-0.1174397;-0.7097899;0.08550321,-0.1070204;-0.7623314;0.03002038,0.0008214964;0.3998424;0.008424791,146.3768
+0;0;0,0.002553873;0.1999093;0.005452765,0.006867644;0.4997307;-0.001751774,0.1221036;0.3749183;0.01564719,0.3100629;0.170586;0.05197361,0.5262387;-0.006911188;0.06473278,-0.1101145;0.3673185;0.005877478,-0.3181053;0.1800105;0.01332944,-0.5310099;-0.0008776188;-0.005408609,0.07276473;0.004232471;-0.03297544,0.08001178;-0.3713653;0.02424161,0.08930993;-0.7114518;0.106429,0.09080965;-0.7016128;0.008493863,-0.07232969;0.005299492;-0.03376879,-0.1044625;-0.3713136;0.005347002,-0.1258755;-0.7117833;0.08358939,-0.1216739;-0.7018242;-0.01429172,0.005358825;0.3998801;0.003499688,0;0;0,0.0003071918;0.1998437;0.007898693,0.001220157;0.4997595;0.004372589,0.1166899;0.3731808;0.02466258,0.2614545;0.1404792;0.08204873,0.453536;-0.06313984;0.08868146,-0.1132599;0.3641954;-0.002286179,-0.2880028;0.1464282;0.01874645,-0.4818879;-0.05419898;-0.004860276,0.07435157;0.003312544;-0.0293406,0.06935053;-0.3714096;0.03357411,0.06223903;-0.7115476;0.1157663,0.07008389;-0.7016901;0.01813052,-0.0693921;0.006153264;-0.03933031,-0.09663247;-0.3706678;0.001460109,-0.1174397;-0.7097899;0.08550321,-0.1070204;-0.7623314;0.03002038,0.0008214964;0.3998424;0.008424791,146.3882
+0;0;0,0.002547578;0.1999108;0.005401785,0.006839869;0.4997306;-0.001882404,0.1220477;0.3748649;0.01577424,0.3148166;0.1751915;0.05279724,0.5411296;0.01080969;0.0654863,-0.1102177;0.3676201;0.005814072,-0.3224372;0.1851359;0.0137115,-0.5408587;0.01070814;-0.002628056,0.07280978;0.004132405;-0.03288858,0.08032636;-0.3714408;0.02445466,0.08932722;-0.7115624;0.1065297,0.0909072;-0.7017312;0.008597463,-0.07225096;0.005429102;-0.03391642,-0.104546;-0.3711683;0.005217463,-0.1257465;-0.7115887;0.08373146,-0.1214666;-0.7016425;-0.01414363,0.005339069;0.3998812;0.003394114,0;0;0,0.0003710064;0.1998405;0.00797771,0.00136638;0.4997569;0.004546224,0.1168049;0.3731371;0.02478591,0.2656567;0.1433234;0.08334234,0.460681;-0.05736586;0.09279286,-0.1131794;0.3643316;-0.002171614,-0.2905517;0.1486679;0.01852267,-0.4877686;-0.0487354;-0.004659578,0.07435046;0.003306645;-0.02934407,0.06963492;-0.3713985;0.03369426,0.06245904;-0.7115204;0.1159472,0.07031246;-0.7016483;0.01830909,-0.06941496;0.006145942;-0.03929109,-0.09643415;-0.370683;0.001573764,-0.1171018;-0.7098044;0.08565404,-0.1094402;-0.7636895;0.03175966,0.0009426095;0.3998388;0.0085707,146.3999
+0;0;0,0.002547578;0.1999108;0.005401785,0.006839869;0.4997306;-0.001882404,0.1220477;0.3748649;0.01577424,0.3148166;0.1751915;0.05279724,0.5411296;0.01080969;0.0654863,-0.1102177;0.3676201;0.005814072,-0.3224372;0.1851359;0.0137115,-0.5408587;0.01070814;-0.002628056,0.07280978;0.004132405;-0.03288858,0.08032636;-0.3714408;0.02445466,0.08932722;-0.7115624;0.1065297,0.0909072;-0.7017312;0.008597463,-0.07225096;0.005429102;-0.03391642,-0.104546;-0.3711683;0.005217463,-0.1257465;-0.7115887;0.08373146,-0.1214666;-0.7016425;-0.01414363,0.005339069;0.3998812;0.003394114,0;0;0,0.0003710064;0.1998405;0.00797771,0.00136638;0.4997569;0.004546224,0.1168049;0.3731371;0.02478591,0.2656567;0.1433234;0.08334234,0.460681;-0.05736586;0.09279286,-0.1131794;0.3643316;-0.002171614,-0.2905517;0.1486679;0.01852267,-0.4877686;-0.0487354;-0.004659578,0.07435046;0.003306645;-0.02934407,0.06963492;-0.3713985;0.03369426,0.06245904;-0.7115204;0.1159472,0.07031246;-0.7016483;0.01830909,-0.06941496;0.006145942;-0.03929109,-0.09643415;-0.370683;0.001573764,-0.1171018;-0.7098044;0.08565404,-0.1094402;-0.7636895;0.03175966,0.0009426095;0.3998388;0.0085707,146.4215
+0;0;0,0.002547578;0.1999108;0.005401785,0.006839869;0.4997306;-0.001882404,0.1220477;0.3748649;0.01577424,0.3148166;0.1751915;0.05279724,0.5411296;0.01080969;0.0654863,-0.1102177;0.3676201;0.005814072,-0.3224372;0.1851359;0.0137115,-0.5408587;0.01070814;-0.002628056,0.07280978;0.004132405;-0.03288858,0.08032636;-0.3714408;0.02445466,0.08932722;-0.7115624;0.1065297,0.0909072;-0.7017312;0.008597463,-0.07225096;0.005429102;-0.03391642,-0.104546;-0.3711683;0.005217463,-0.1257465;-0.7115887;0.08373146,-0.1214666;-0.7016425;-0.01414363,0.005339069;0.3998812;0.003394114,0;0;0,0.0003710064;0.1998405;0.00797771,0.00136638;0.4997569;0.004546224,0.1168049;0.3731371;0.02478591,0.2656567;0.1433234;0.08334234,0.460681;-0.05736586;0.09279286,-0.1131794;0.3643316;-0.002171614,-0.2905517;0.1486679;0.01852267,-0.4877686;-0.0487354;-0.004659578,0.07435046;0.003306645;-0.02934407,0.06963492;-0.3713985;0.03369426,0.06245904;-0.7115204;0.1159472,0.07031246;-0.7016483;0.01830909,-0.06941496;0.006145942;-0.03929109,-0.09643415;-0.370683;0.001573764,-0.1171018;-0.7098044;0.08565404,-0.1094402;-0.7636895;0.03175966,0.0009426095;0.3998388;0.0085707,146.4333
+0;0;0,0.002607569;0.1999107;0.005377017,0.006970842;0.4997291;-0.001931416,0.1221015;0.3747585;0.01603218,0.3191888;0.1794676;0.05368941,0.55053;0.02220924;0.06598064,-0.1101889;0.3679181;0.005907753,-0.3285772;0.1928924;0.0144246,-0.5519621;0.024771;-0.0008851802,0.07284912;0.004077425;-0.03280821,0.08081739;-0.3714816;0.02456686,0.0894402;-0.7116228;0.1066013,0.09108649;-0.701795;0.008670837,-0.07222363;0.005459332;-0.03396973,-0.1046658;-0.371123;0.005186636,-0.1254759;-0.7115594;0.08373618,-0.1211321;-0.7016226;-0.01413416,0.005447919;0.3998803;0.003349991,0;0;0,0.0003460745;0.1998479;0.007792316,0.001336551;0.4997595;0.00399469,0.1167238;0.3732609;0.02488304,0.2694036;0.1462438;0.08448226,0.4670892;-0.05159901;0.09784853,-0.1133429;0.3646169;-0.002120661,-0.2936881;0.151366;0.01787118,-0.4934262;-0.04357876;-0.004516941,0.07436946;0.003313865;-0.02929506,0.06987825;-0.3713452;0.03403297,0.06262013;-0.711446;0.1163657,0.07050177;-0.701599;0.0187351,-0.06942022;0.006124103;-0.03928522,-0.0962265;-0.3706371;0.002336394,-0.1167518;-0.7097563;0.08646068,-0.1086473;-0.7633235;0.03213907,0.0009083688;0.3998468;0.008150316,146.4552
+0;0;0,0.002607569;0.1999107;0.005377017,0.006970842;0.4997291;-0.001931416,0.1221015;0.3747585;0.01603218,0.3191888;0.1794676;0.05368941,0.55053;0.02220924;0.06598064,-0.1101889;0.3679181;0.005907753,-0.3285772;0.1928924;0.0144246,-0.5519621;0.024771;-0.0008851802,0.07284912;0.004077425;-0.03280821,0.08081739;-0.3714816;0.02456686,0.0894402;-0.7116228;0.1066013,0.09108649;-0.701795;0.008670837,-0.07222363;0.005459332;-0.03396973,-0.1046658;-0.371123;0.005186636,-0.1254759;-0.7115594;0.08373618,-0.1211321;-0.7016226;-0.01413416,0.005447919;0.3998803;0.003349991,0;0;0,0.0003429862;0.1998463;0.007832861,0.001346625;0.4997585;0.004099069,0.1167182;0.3732222;0.02497417,0.2730169;0.1490086;0.08579344,0.4738561;-0.04548733;0.1011214,-0.1134108;0.3648744;-0.002122383,-0.2960153;0.1535447;0.01776208,-0.5003926;-0.03652647;-0.004662469,0.07435091;0.003367061;-0.02933605,0.06934629;-0.3712243;0.03435268,0.06262039;-0.7113273;0.1167222,0.07054376;-0.7014683;0.01909249,-0.06944654;0.006075244;-0.03924625,-0.09618456;-0.3706553;0.002696671,-0.1165661;-0.7097505;0.08695211,-0.1084765;-0.7631738;0.03240749,0.0009123931;0.399845;0.008234085,146.4664
+0;0;0,0.002607569;0.1999107;0.005377017,0.006970842;0.4997291;-0.001931416,0.1221015;0.3747585;0.01603218,0.3191888;0.1794676;0.05368941,0.55053;0.02220924;0.06598064,-0.1101889;0.3679181;0.005907753,-0.3285772;0.1928924;0.0144246,-0.5519621;0.024771;-0.0008851802,0.07284912;0.004077425;-0.03280821,0.08081739;-0.3714816;0.02456686,0.0894402;-0.7116228;0.1066013,0.09108649;-0.701795;0.008670837,-0.07222363;0.005459332;-0.03396973,-0.1046658;-0.371123;0.005186636,-0.1254759;-0.7115594;0.08373618,-0.1211321;-0.7016226;-0.01413416,0.005447919;0.3998803;0.003349991,0;0;0,0.0003429862;0.1998463;0.007832861,0.001346625;0.4997585;0.004099069,0.1167182;0.3732222;0.02497417,0.2730169;0.1490086;0.08579344,0.4738561;-0.04548733;0.1011214,-0.1134108;0.3648744;-0.002122383,-0.2960153;0.1535447;0.01776208,-0.5003926;-0.03652647;-0.004662469,0.07435091;0.003367061;-0.02933605,0.06934629;-0.3712243;0.03435268,0.06262039;-0.7113273;0.1167222,0.07054376;-0.7014683;0.01909249,-0.06944654;0.006075244;-0.03924625,-0.09618456;-0.3706553;0.002696671,-0.1165661;-0.7097505;0.08695211,-0.1084765;-0.7631738;0.03240749,0.0009123931;0.399845;0.008234085,146.4778
+0;0;0,0.002576849;0.199912;0.00534463,0.006909291;0.4997304;-0.001984657,0.1220401;0.3747823;0.01610369,0.3245794;0.1850683;0.05333797,0.5603007;0.03475289;0.0688551,-0.1103369;0.3682632;0.005837997,-0.3327623;0.1984162;0.01472349,-0.5601179;0.0357241;-0.0007917192,0.0728729;0.004126608;-0.03274921,0.0808918;-0.3714482;0.02451535,0.08974488;-0.7115805;0.1065618,0.0914524;-0.7017638;0.008634694,-0.07219604;0.005428864;-0.0340332,-0.1047747;-0.3711389;0.00515049,-0.1256097;-0.711569;0.08372051,-0.1212002;-0.7016352;-0.01414625,0.005394796;0.3998817;0.003301528,0;0;0,0.0003739332;0.1998447;0.007872254,0.001425589;0.4997575;0.004198074,0.1167785;0.3731979;0.02504006,0.2761619;0.1515065;0.08708727,0.4809676;-0.03844519;0.1064006,-0.1134564;0.3652422;-0.002079396,-0.2984049;0.1559442;0.01762902,-0.5055146;-0.03115682;-0.004704023,0.07435711;0.00331935;-0.02932578,0.06948341;-0.3712445;0.03453457,0.06264822;-0.7113711;0.1167973,0.07059076;-0.7015064;0.01916791,-0.06944762;0.006120952;-0.03923725,-0.09604707;-0.3706073;0.002813391,-0.1162449;-0.7097217;0.08703613,-0.1077628;-0.7632251;0.03267393,0.0009757889;0.3998433;0.008314487,146.5
+0;0;0,0.002576849;0.199912;0.00534463,0.006909291;0.4997304;-0.001984657,0.1220401;0.3747823;0.01610369,0.3245794;0.1850683;0.05333797,0.5603007;0.03475289;0.0688551,-0.1103369;0.3682632;0.005837997,-0.3327623;0.1984162;0.01472349,-0.5601179;0.0357241;-0.0007917192,0.0728729;0.004126608;-0.03274921,0.0808918;-0.3714482;0.02451535,0.08974488;-0.7115805;0.1065618,0.0914524;-0.7017638;0.008634694,-0.07219604;0.005428864;-0.0340332,-0.1047747;-0.3711389;0.00515049,-0.1256097;-0.711569;0.08372051,-0.1212002;-0.7016352;-0.01414625,0.005394796;0.3998817;0.003301528,0;0;0,0.0003739332;0.1998447;0.007872254,0.001425589;0.4997575;0.004198074,0.1167785;0.3731979;0.02504006,0.2761619;0.1515065;0.08708727,0.4809676;-0.03844519;0.1064006,-0.1134564;0.3652422;-0.002079396,-0.2984049;0.1559442;0.01762902,-0.5055146;-0.03115682;-0.004704023,0.07435711;0.00331935;-0.02932578,0.06948341;-0.3712445;0.03453457,0.06264822;-0.7113711;0.1167973,0.07059076;-0.7015064;0.01916791,-0.06944762;0.006120952;-0.03923725,-0.09604707;-0.3706073;0.002813391,-0.1162449;-0.7097217;0.08703613,-0.1077628;-0.7632251;0.03267393,0.0009757889;0.3998433;0.008314487,146.5115
+0;0;0,0.002576849;0.199912;0.00534463,0.006909291;0.4997304;-0.001984657,0.1220401;0.3747823;0.01610369,0.3245794;0.1850683;0.05333797,0.5603007;0.03475289;0.0688551,-0.1103369;0.3682632;0.005837997,-0.3327623;0.1984162;0.01472349,-0.5601179;0.0357241;-0.0007917192,0.0728729;0.004126608;-0.03274921,0.0808918;-0.3714482;0.02451535,0.08974488;-0.7115805;0.1065618,0.0914524;-0.7017638;0.008634694,-0.07219604;0.005428864;-0.0340332,-0.1047747;-0.3711389;0.00515049,-0.1256097;-0.711569;0.08372051,-0.1212002;-0.7016352;-0.01414625,0.005394796;0.3998817;0.003301528,0;0;0,0.0003739332;0.1998447;0.007872254,0.001425589;0.4997575;0.004198074,0.1167785;0.3731979;0.02504006,0.2761619;0.1515065;0.08708727,0.4809676;-0.03844519;0.1064006,-0.1134564;0.3652422;-0.002079396,-0.2984049;0.1559442;0.01762902,-0.5055146;-0.03115682;-0.004704023,0.07435711;0.00331935;-0.02932578,0.06948341;-0.3712445;0.03453457,0.06264822;-0.7113711;0.1167973,0.07059076;-0.7015064;0.01916791,-0.06944762;0.006120952;-0.03923725,-0.09604707;-0.3706073;0.002813391,-0.1162449;-0.7097217;0.08703613,-0.1077628;-0.7632251;0.03267393,0.0009757889;0.3998433;0.008314487,146.5229
+0;0;0,0.00259397;0.1999133;0.005287655,0.006951533;0.4997286;-0.002151475,0.1219954;0.37459;0.0163076,0.3291187;0.1899866;0.05401052,0.5685768;0.04577316;0.07020772,-0.110367;0.3685012;0.005740816,-0.3370255;0.2043644;0.01496187,-0.5697755;0.04936968;0.0006768182,0.07290312;0.004077184;-0.0326881,0.08089466;-0.3715002;0.02456364,0.08977292;-0.7116445;0.1065578,0.09160576;-0.7018385;0.008635148,-0.07213678;0.005517418;-0.03414444,-0.1048771;-0.3710151;0.005242124,-0.1255948;-0.7114666;0.0837504,-0.12106;-0.7015434;-0.01410847,0.005428731;0.399882;0.003172985,0;0;0,0.0004048973;0.1998414;0.00795335,0.001517117;0.4997556;0.004408349,0.116826;0.3731679;0.02532067,0.2795204;0.1540595;0.08794678,0.4882072;-0.03145725;0.1087646,-0.1134906;0.3655782;-0.001890699,-0.3009053;0.1584107;0.01701275,-0.5104499;-0.02593362;-0.00553105,0.07434641;0.003317874;-0.02935308,0.06971696;-0.3712119;0.03472511,0.06283829;-0.7113004;0.1171418,0.07082388;-0.7014247;0.01951375,-0.06946985;0.006107268;-0.0392,-0.09623586;-0.370586;0.003058117,-0.1163968;-0.7097378;0.08713917,-0.1072297;-0.7644308;0.03476483,0.001045724;0.3998397;0.008481789,146.5342
+0;0;0,0.00259397;0.1999133;0.005287655,0.006951533;0.4997286;-0.002151475,0.1219954;0.37459;0.0163076,0.3291187;0.1899866;0.05401052,0.5685768;0.04577316;0.07020772,-0.110367;0.3685012;0.005740816,-0.3370255;0.2043644;0.01496187,-0.5697755;0.04936968;0.0006768182,0.07290312;0.004077184;-0.0326881,0.08089466;-0.3715002;0.02456364,0.08977292;-0.7116445;0.1065578,0.09160576;-0.7018385;0.008635148,-0.07213678;0.005517418;-0.03414444,-0.1048771;-0.3710151;0.005242124,-0.1255948;-0.7114666;0.0837504,-0.12106;-0.7015434;-0.01410847,0.005428731;0.399882;0.003172985,0;0;0,0.0004048973;0.1998414;0.00795335,0.001517117;0.4997556;0.004408349,0.116826;0.3731679;0.02532067,0.2795204;0.1540595;0.08794678,0.4882072;-0.03145725;0.1087646,-0.1134906;0.3655782;-0.001890699,-0.3009053;0.1584107;0.01701275,-0.5104499;-0.02593362;-0.00553105,0.07434641;0.003317874;-0.02935308,0.06971696;-0.3712119;0.03472511,0.06283829;-0.7113004;0.1171418,0.07082388;-0.7014247;0.01951375,-0.06946985;0.006107268;-0.0392,-0.09623586;-0.370586;0.003058117,-0.1163968;-0.7097378;0.08713917,-0.1072297;-0.7644308;0.03476483,0.001045724;0.3998397;0.008481789,146.5453
+0;0;0,0.00259397;0.1999133;0.005287655,0.006951533;0.4997286;-0.002151475,0.1219954;0.37459;0.0163076,0.3291187;0.1899866;0.05401052,0.5685768;0.04577316;0.07020772,-0.110367;0.3685012;0.005740816,-0.3370255;0.2043644;0.01496187,-0.5697755;0.04936968;0.0006768182,0.07290312;0.004077184;-0.0326881,0.08089466;-0.3715002;0.02456364,0.08977292;-0.7116445;0.1065578,0.09160576;-0.7018385;0.008635148,-0.07213678;0.005517418;-0.03414444,-0.1048771;-0.3710151;0.005242124,-0.1255948;-0.7114666;0.0837504,-0.12106;-0.7015434;-0.01410847,0.005428731;0.399882;0.003172985,0;0;0,0.0004048973;0.1998414;0.00795335,0.001517117;0.4997556;0.004408349,0.116826;0.3731679;0.02532067,0.2795204;0.1540595;0.08794678,0.4882072;-0.03145725;0.1087646,-0.1134906;0.3655782;-0.001890699,-0.3009053;0.1584107;0.01701275,-0.5104499;-0.02593362;-0.00553105,0.07434641;0.003317874;-0.02935308,0.06971696;-0.3712119;0.03472511,0.06283829;-0.7113004;0.1171418,0.07082388;-0.7014247;0.01951375,-0.06946985;0.006107268;-0.0392,-0.09623586;-0.370586;0.003058117,-0.1163968;-0.7097378;0.08713917,-0.1072297;-0.7644308;0.03476483,0.001045724;0.3998397;0.008481789,146.5567
+0;0;0,0.002611766;0.1999142;0.005242094,0.006989527;0.4997277;-0.002262211,0.1219598;0.374427;0.01649639,0.3330519;0.1945024;0.05480166,0.5770637;0.05823331;0.07179964,-0.110383;0.3686875;0.005755162,-0.3414254;0.2108159;0.01555254,-0.575824;0.05833577;0.001161734,0.07292692;0.004059113;-0.03263722,0.08086028;-0.3715875;0.02416704,0.08974414;-0.7117119;0.106243,0.09165247;-0.7019143;0.008323573,-0.07211214;0.005522455;-0.03419564,-0.104838;-0.3709965;0.005333129,-0.1256303;-0.7114408;0.08385266,-0.1210194;-0.701525;-0.01400112,0.005460549;0.3998823;0.003082014,0;0;0,0.0004092908;0.1998404;0.007979649,0.001538724;0.4997551;0.00448845,0.1168272;0.3731468;0.02544384,0.2819785;0.1561903;0.08912177,0.4955574;-0.02323464;0.1134279,-0.1135338;0.3657818;-0.001862573,-0.3040155;0.1613691;0.01636409,-0.5153064;-0.02102382;-0.00574871,0.07437524;0.0032316;-0.02928958,0.06977697;-0.3712339;0.0351654,0.06280433;-0.7113574;0.1174294,0.07082869;-0.7014786;0.01980387,-0.06943098;0.006219973;-0.03925112,-0.09680878;-0.3704215;0.003076501,-0.11623;-0.7096235;0.08712938,-0.1059009;-0.7653888;0.03675456,0.001060483;0.3998385;0.008543182,146.5793
+0;0;0,0.002611766;0.1999142;0.005242094,0.006989527;0.4997277;-0.002262211,0.1219598;0.374427;0.01649639,0.3330519;0.1945024;0.05480166,0.5770637;0.05823331;0.07179964,-0.110383;0.3686875;0.005755162,-0.3414254;0.2108159;0.01555254,-0.575824;0.05833577;0.001161734,0.07292692;0.004059113;-0.03263722,0.08086028;-0.3715875;0.02416704,0.08974414;-0.7117119;0.106243,0.09165247;-0.7019143;0.008323573,-0.07211214;0.005522455;-0.03419564,-0.104838;-0.3709965;0.005333129,-0.1256303;-0.7114408;0.08385266,-0.1210194;-0.701525;-0.01400112,0.005460549;0.3998823;0.003082014,0;0;0,0.0004092908;0.1998404;0.007979649,0.001538724;0.4997551;0.00448845,0.1168272;0.3731468;0.02544384,0.2819785;0.1561903;0.08912177,0.4955574;-0.02323464;0.1134279,-0.1135338;0.3657818;-0.001862573,-0.3040155;0.1613691;0.01636409,-0.5153064;-0.02102382;-0.00574871,0.07437524;0.0032316;-0.02928958,0.06977697;-0.3712339;0.0351654,0.06280433;-0.7113574;0.1174294,0.07082869;-0.7014786;0.01980387,-0.06943098;0.006219973;-0.03925112,-0.09680878;-0.3704215;0.003076501,-0.11623;-0.7096235;0.08712938,-0.1059009;-0.7653888;0.03675456,0.001060483;0.3998385;0.008543182,146.5906
+0;0;0,0.002611766;0.1999142;0.005242094,0.006989527;0.4997277;-0.002262211,0.1219598;0.374427;0.01649639,0.3330519;0.1945024;0.05480166,0.5770637;0.05823331;0.07179964,-0.110383;0.3686875;0.005755162,-0.3414254;0.2108159;0.01555254,-0.575824;0.05833577;0.001161734,0.07292692;0.004059113;-0.03263722,0.08086028;-0.3715875;0.02416704,0.08974414;-0.7117119;0.106243,0.09165247;-0.7019143;0.008323573,-0.07211214;0.005522455;-0.03419564,-0.104838;-0.3709965;0.005333129,-0.1256303;-0.7114408;0.08385266,-0.1210194;-0.701525;-0.01400112,0.005460549;0.3998823;0.003082014,0;0;0,0.0004258581;0.1998366;0.008071806,0.001586341;0.4997526;0.004707655,0.1168449;0.3731309;0.02573457,0.2850602;0.1588578;0.09047,0.5011824;-0.01745053;0.1150987,-0.1135686;0.3660319;-0.001722872,-0.3066553;0.1640259;0.01591504,-0.5192245;-0.01691127;-0.005904401,0.07437968;0.003269103;-0.02927418,0.06971536;-0.3711519;0.03543406,0.06289135;-0.7112482;0.117823,0.07097019;-0.7013587;0.02019972,-0.0694382;0.00616645;-0.03924679,-0.09723669;-0.3704486;0.003042076,-0.1159962;-0.709592;0.08748057,-0.1059765;-0.7656736;0.03758507,0.001097346;0.3998344;0.008722368,146.6017
+0;0;0,0.002652982;0.1999136;0.005244751,0.007083233;0.4997267;-0.002245725,0.1219707;0.3742657;0.01677395,0.3377263;0.2000972;0.05569544,0.5891947;0.07830962;0.07390053,-0.1103878;0.3689984;0.005837423,-0.3467422;0.2191941;0.01559673,-0.5862749;0.0746634;0.003978577,0.07293987;0.004018454;-0.03261331,0.0808588;-0.3716352;0.02414629,0.08974106;-0.7117608;0.1062174,0.09173709;-0.7019632;0.008299656,-0.07209904;0.005545255;-0.03421955,-0.1048706;-0.3709573;0.005427122,-0.1255848;-0.7115;0.08353941,-0.1208859;-0.7015722;-0.01431267,0.005537674;0.3998812;0.003091971,0;0;0,0.0004258581;0.1998366;0.008071806,0.001586341;0.4997526;0.004707655,0.1168449;0.3731309;0.02573457,0.2850602;0.1588578;0.09047,0.5011824;-0.01745053;0.1150987,-0.1135686;0.3660319;-0.001722872,-0.3066553;0.1640259;0.01591504,-0.5192245;-0.01691127;-0.005904401,0.07437968;0.003269103;-0.02927418,0.06971536;-0.3711519;0.03543406,0.06289135;-0.7112482;0.117823,0.07097019;-0.7013587;0.02019972,-0.0694382;0.00616645;-0.03924679,-0.09723669;-0.3704486;0.003042076,-0.1159962;-0.709592;0.08748057,-0.1059765;-0.7656736;0.03758507,0.001097346;0.3998344;0.008722368,146.6236
+0;0;0,0.002652982;0.1999136;0.005244751,0.007083233;0.4997267;-0.002245725,0.1219707;0.3742657;0.01677395,0.3377263;0.2000972;0.05569544,0.5891947;0.07830962;0.07390053,-0.1103878;0.3689984;0.005837423,-0.3467422;0.2191941;0.01559673,-0.5862749;0.0746634;0.003978577,0.07293987;0.004018454;-0.03261331,0.0808588;-0.3716352;0.02414629,0.08974106;-0.7117608;0.1062174,0.09173709;-0.7019632;0.008299656,-0.07209904;0.005545255;-0.03421955,-0.1048706;-0.3709573;0.005427122,-0.1255848;-0.7115;0.08353941,-0.1208859;-0.7015722;-0.01431267,0.005537674;0.3998812;0.003091971,0;0;0,0.0004496271;0.1998364;0.008074678,0.00164506;0.4997526;0.004732061,0.1168827;0.3731411;0.02583097,0.2885489;0.1621064;0.09212625,0.5083667;-0.00919579;0.1192501,-0.1135668;0.3662037;-0.001764084,-0.3086137;0.1661037;0.01603261,-0.5233353;-0.01220751;-0.006322676,0.07439804;0.003259895;-0.02922847,0.06986076;-0.3712113;0.03519747,0.06298146;-0.7112421;0.1178517,0.07110971;-0.7013528;0.02023253,-0.06942236;0.006161658;-0.03927555,-0.09706141;-0.3704477;0.003168564,-0.1158294;-0.7095691;0.08769333,-0.1055927;-0.7644009;0.03574356,0.001144545;0.3998341;0.008738052,146.6465
+0;0;0,0.00265733;0.1999145;0.005208852,0.007087182;0.4997266;-0.00232303,0.1219291;0.3742327;0.01703447,0.3433534;0.2074412;0.05642865,0.5964409;0.08948239;0.077223,-0.1104987;0.3694404;0.005822962,-0.3506188;0.2258069;0.01639463,-0.6002868;0.09914996;0.01150379,0.0729462;0.004021837;-0.03259872,0.08083066;-0.3716576;0.02399455,0.08967343;-0.7117953;0.1060197,0.09178802;-0.7020034;0.008105613,-0.07209023;0.005536426;-0.03423953,-0.1049761;-0.370956;0.005408507,-0.1255577;-0.7114669;0.0836947,-0.1207424;-0.7015498;-0.01414952,0.005542208;0.3998818;0.003026723,0;0;0,0.0004698097;0.1998346;0.008118493,0.001703181;0.4997516;0.004859237,0.1169045;0.3731293;0.02606859,0.2907043;0.1641045;0.09316721,0.5159244;0.0003486574;0.1224923,-0.1135539;0.3663317;-0.001734123,-0.3115336;0.1691027;0.01572254,-0.5274763;-0.007812753;-0.005949536,0.07439103;0.003289593;-0.02924299,0.06997766;-0.3711506;0.03537151,0.0631456;-0.711154;0.1181424,0.07134521;-0.7012603;0.02052837,-0.06942551;0.006125696;-0.03927561,-0.09721613;-0.3704606;0.003273446,-0.1153966;-0.7096382;0.0877008,-0.1101658;-0.7644778;0.03502352,0.001189281;0.399832;0.008836247,146.6682
+0;0;0,0.00265733;0.1999145;0.005208852,0.007087182;0.4997266;-0.00232303,0.1219291;0.3742327;0.01703447,0.3433534;0.2074412;0.05642865,0.5964409;0.08948239;0.077223,-0.1104987;0.3694404;0.005822962,-0.3506188;0.2258069;0.01639463,-0.6002868;0.09914996;0.01150379,0.0729462;0.004021837;-0.03259872,0.08083066;-0.3716576;0.02399455,0.08967343;-0.7117953;0.1060197,0.09178802;-0.7020034;0.008105613,-0.07209023;0.005536426;-0.03423953,-0.1049761;-0.370956;0.005408507,-0.1255577;-0.7114669;0.0836947,-0.1207424;-0.7015498;-0.01414952,0.005542208;0.3998818;0.003026723,0;0;0,0.0004698097;0.1998346;0.008118493,0.001703181;0.4997516;0.004859237,0.1169045;0.3731293;0.02606859,0.2907043;0.1641045;0.09316721,0.5159244;0.0003486574;0.1224923,-0.1135539;0.3663317;-0.001734123,-0.3115336;0.1691027;0.01572254,-0.5274763;-0.007812753;-0.005949536,0.07439103;0.003289593;-0.02924299,0.06997766;-0.3711506;0.03537151,0.0631456;-0.711154;0.1181424,0.07134521;-0.7012603;0.02052837,-0.06942551;0.006125696;-0.03927561,-0.09721613;-0.3704606;0.003273446,-0.1153966;-0.7096382;0.0877008,-0.1101658;-0.7644778;0.03502352,0.001189281;0.399832;0.008836247,146.6799
+0;0;0,0.00265733;0.1999145;0.005208852,0.007087182;0.4997266;-0.00232303,0.1219291;0.3742327;0.01703447,0.3433534;0.2074412;0.05642865,0.5964409;0.08948239;0.077223,-0.1104987;0.3694404;0.005822962,-0.3506188;0.2258069;0.01639463,-0.6002868;0.09914996;0.01150379,0.0729462;0.004021837;-0.03259872,0.08083066;-0.3716576;0.02399455,0.08967343;-0.7117953;0.1060197,0.09178802;-0.7020034;0.008105613,-0.07209023;0.005536426;-0.03423953,-0.1049761;-0.370956;0.005408507,-0.1255577;-0.7114669;0.0836947,-0.1207424;-0.7015498;-0.01414952,0.005542208;0.3998818;0.003026723,0;0;0,0.0004698097;0.1998346;0.008118493,0.001703181;0.4997516;0.004859237,0.1169045;0.3731293;0.02606859,0.2907043;0.1641045;0.09316721,0.5159244;0.0003486574;0.1224923,-0.1135539;0.3663317;-0.001734123,-0.3115336;0.1691027;0.01572254,-0.5274763;-0.007812753;-0.005949536,0.07439103;0.003289593;-0.02924299,0.06997766;-0.3711506;0.03537151,0.0631456;-0.711154;0.1181424,0.07134521;-0.7012603;0.02052837,-0.06942551;0.006125696;-0.03927561,-0.09721613;-0.3704606;0.003273446,-0.1153966;-0.7096382;0.0877008,-0.1101658;-0.7644778;0.03502352,0.001189281;0.399832;0.008836247,146.6918
+0;0;0,0.00265733;0.1999145;0.005208852,0.007087182;0.4997266;-0.00232303,0.1219291;0.3742327;0.01703447,0.3433534;0.2074412;0.05642865,0.5964409;0.08948239;0.077223,-0.1104987;0.3694404;0.005822962,-0.3506188;0.2258069;0.01639463,-0.6002868;0.09914996;0.01150379,0.0729462;0.004021837;-0.03259872,0.08083066;-0.3716576;0.02399455,0.08967343;-0.7117953;0.1060197,0.09178802;-0.7020034;0.008105613,-0.07209023;0.005536426;-0.03423953,-0.1049761;-0.370956;0.005408507,-0.1255577;-0.7114669;0.0836947,-0.1207424;-0.7015498;-0.01414952,0.005542208;0.3998818;0.003026723,0;0;0,0.0004867291;0.1998492;0.007748867,0.001798188;0.4997541;0.003634418,0.1168028;0.373169;0.02625625,0.2940381;0.1674766;0.09465449,0.5238706;0.01051988;0.1253393,-0.1135558;0.3663315;-0.001876419,-0.3145607;0.1721223;0.01485196,-0.5316632;-0.003502011;-0.005704749,0.07439551;0.003287475;-0.02923184,0.06975693;-0.3711142;0.03558984,0.06309148;-0.7111006;0.1184439,0.07140103;-0.701267;0.02085149,-0.06941809;0.006120062;-0.03928962,-0.0971974;-0.3704464;0.003442615,-0.1152583;-0.7096372;0.08784276,-0.1103602;-0.7651969;0.03631077,0.001250894;0.3998477;0.007926042,146.7133
+0;0;0,0.002600644;0.1999166;0.005155615,0.006964614;0.4997284;-0.002431227,0.1217649;0.3740042;0.01702987,0.3486888;0.2149093;0.05695874,0.605587;0.1052685;0.07650955,-0.1106939;0.3697978;0.005733955,-0.3544461;0.2324328;0.01649153,-0.603736;0.1050822;0.01046449,0.07293449;0.003984722;-0.03262945,0.08065154;-0.3717123;0.02387023,0.08919498;-0.7119805;0.1053843,0.09138025;-0.7021844;0.00747095,-0.07208241;0.005564786;-0.03425143,-0.1053522;-0.3709456;0.004902903,-0.1259696;-0.7113343;0.08370923,-0.1210874;-0.7014392;-0.01412717,0.005439579;0.3998842;0.002935226,0;0;0,0.0004867291;0.1998492;0.007748867,0.001798188;0.4997541;0.003634418,0.1168028;0.373169;0.02625625,0.2940381;0.1674766;0.09465449,0.5238706;0.01051988;0.1253393,-0.1135558;0.3663315;-0.001876419,-0.3145607;0.1721223;0.01485196,-0.5316632;-0.003502011;-0.005704749,0.07439551;0.003287475;-0.02923184,0.06975693;-0.3711142;0.03558984,0.06309148;-0.7111006;0.1184439,0.07140103;-0.701267;0.02085149,-0.06941809;0.006120062;-0.03928962,-0.0971974;-0.3704464;0.003442615,-0.1152583;-0.7096372;0.08784276,-0.1103602;-0.7651969;0.03631077,0.001250894;0.3998477;0.007926042,146.7242
+0;0;0,0.002600644;0.1999166;0.005155615,0.006964614;0.4997284;-0.002431227,0.1217649;0.3740042;0.01702987,0.3486888;0.2149093;0.05695874,0.605587;0.1052685;0.07650955,-0.1106939;0.3697978;0.005733955,-0.3544461;0.2324328;0.01649153,-0.603736;0.1050822;0.01046449,0.07293449;0.003984722;-0.03262945,0.08065154;-0.3717123;0.02387023,0.08919498;-0.7119805;0.1053843,0.09138025;-0.7021844;0.00747095,-0.07208241;0.005564786;-0.03425143,-0.1053522;-0.3709456;0.004902903,-0.1259696;-0.7113343;0.08370923,-0.1210874;-0.7014392;-0.01412717,0.005439579;0.3998842;0.002935226,0;0;0,0.0004632722;0.199847;0.007807735,0.001764377;0.4997528;0.003774961,0.1167619;0.3731848;0.02645239,0.296363;0.1698414;0.09569784,0.5284216;0.01639795;0.1273816,-0.1136057;0.3664386;-0.001927517,-0.3163888;0.1740643;0.01453968,-0.5351532;0.0004841089;-0.005758818,0.07442909;0.003251171;-0.0291503,0.0696604;-0.371081;0.03606248,0.06286912;-0.7111096;0.1187326,0.07126257;-0.7012666;0.02114548,-0.06936283;0.006146077;-0.03938303,-0.09799837;-0.3704405;0.002599999,-0.115441;-0.7095439;0.08747988,-0.1103971;-0.766326;0.03804869,0.001218428;0.3998454;0.008042665,146.7357
+0;0;0,0.002546712;0.1999173;0.005158496,0.006828477;0.4997307;-0.002413259,0.1215998;0.3737433;0.0170152,0.3536004;0.2219768;0.05629167,0.6134025;0.1195143;0.07639971,-0.1108747;0.3700722;0.005702013,-0.3582166;0.2392676;0.01629062,-0.610061;0.117077;0.009668051,0.07294086;0.003967856;-0.03261728,0.08007786;-0.3718123;0.0234034,0.08878648;-0.7120283;0.1051178,0.09101911;-0.7022331;0.007205643,-0.07206044;0.005565772;-0.03429746,-0.1056835;-0.3708971;0.005011383,-0.1262424;-0.7112911;0.08381048,-0.1213148;-0.7013949;-0.01402386,0.005330108;0.3998857;0.002946278,0;0;0,0.0004632722;0.199847;0.007807735,0.001764377;0.4997528;0.003774961,0.1167619;0.3731848;0.02645239,0.296363;0.1698414;0.09569784,0.5284216;0.01639795;0.1273816,-0.1136057;0.3664386;-0.001927517,-0.3163888;0.1740643;0.01453968,-0.5351532;0.0004841089;-0.005758818,0.07442909;0.003251171;-0.0291503,0.0696604;-0.371081;0.03606248,0.06286912;-0.7111096;0.1187326,0.07126257;-0.7012666;0.02114548,-0.06936283;0.006146077;-0.03938303,-0.09799837;-0.3704405;0.002599999,-0.115441;-0.7095439;0.08747988,-0.1103971;-0.766326;0.03804869,0.001218428;0.3998454;0.008042665,146.7475
+0;0;0,0.002546712;0.1999173;0.005158496,0.006828477;0.4997307;-0.002413259,0.1215998;0.3737433;0.0170152,0.3536004;0.2219768;0.05629167,0.6134025;0.1195143;0.07639971,-0.1108747;0.3700722;0.005702013,-0.3582166;0.2392676;0.01629062,-0.610061;0.117077;0.009668051,0.07294086;0.003967856;-0.03261728,0.08007786;-0.3718123;0.0234034,0.08878648;-0.7120283;0.1051178,0.09101911;-0.7022331;0.007205643,-0.07206044;0.005565772;-0.03429746,-0.1056835;-0.3708971;0.005011383,-0.1262424;-0.7112911;0.08381048,-0.1213148;-0.7013949;-0.01402386,0.005330108;0.3998857;0.002946278,0;0;0,0.0004753403;0.1998463;0.007825353,0.001798941;0.4997527;0.003838544,0.1167821;0.3732429;0.02662572,0.2999815;0.1736936;0.09746379,0.5333273;0.02228601;0.1294862,-0.1136001;0.3665788;-0.002105682,-0.3189077;0.1768436;0.01368412,-0.539184;0.005075112;-0.005653611,0.07443736;0.003257041;-0.02912854,0.06982537;-0.3710699;0.03612556,0.06290945;-0.7111225;0.1186871,0.0690245;-0.7663593;0.06675161,-0.069352;0.006133149;-0.03940411,-0.09800129;-0.3704478;0.002620239,-0.1154148;-0.7095625;0.08746079,-0.1103505;-0.766009;0.03744701,0.001245085;0.3998446;0.008090442,146.7694
+0;0;0,0.002546712;0.1999173;0.005158496,0.006828477;0.4997307;-0.002413259,0.1215998;0.3737433;0.0170152,0.3536004;0.2219768;0.05629167,0.6134025;0.1195143;0.07639971,-0.1108747;0.3700722;0.005702013,-0.3582166;0.2392676;0.01629062,-0.610061;0.117077;0.009668051,0.07294086;0.003967856;-0.03261728,0.08007786;-0.3718123;0.0234034,0.08878648;-0.7120283;0.1051178,0.09101911;-0.7022331;0.007205643,-0.07206044;0.005565772;-0.03429746,-0.1056835;-0.3708971;0.005011383,-0.1262424;-0.7112911;0.08381048,-0.1213148;-0.7013949;-0.01402386,0.005330108;0.3998857;0.002946278,0;0;0,0.0004753403;0.1998463;0.007825353,0.001798941;0.4997527;0.003838544,0.1167821;0.3732429;0.02662572,0.2999815;0.1736936;0.09746379,0.5333273;0.02228601;0.1294862,-0.1136001;0.3665788;-0.002105682,-0.3189077;0.1768436;0.01368412,-0.539184;0.005075112;-0.005653611,0.07443736;0.003257041;-0.02912854,0.06982537;-0.3710699;0.03612556,0.06290945;-0.7111225;0.1186871,0.0690245;-0.7663593;0.06675161,-0.069352;0.006133149;-0.03940411,-0.09800129;-0.3704478;0.002620239,-0.1154148;-0.7095625;0.08746079,-0.1103505;-0.766009;0.03744701,0.001245085;0.3998446;0.008090442,146.7806
+0;0;0,0.002546712;0.1999173;0.005158496,0.006828477;0.4997307;-0.002413259,0.1215998;0.3737433;0.0170152,0.3536004;0.2219768;0.05629167,0.6134025;0.1195143;0.07639971,-0.1108747;0.3700722;0.005702013,-0.3582166;0.2392676;0.01629062,-0.610061;0.117077;0.009668051,0.07294086;0.003967856;-0.03261728,0.08007786;-0.3718123;0.0234034,0.08878648;-0.7120283;0.1051178,0.09101911;-0.7022331;0.007205643,-0.07206044;0.005565772;-0.03429746,-0.1056835;-0.3708971;0.005011383,-0.1262424;-0.7112911;0.08381048,-0.1213148;-0.7013949;-0.01402386,0.005330108;0.3998857;0.002946278,0;0;0,0.000472991;0.1998454;0.007846521,0.001805478;0.4997526;0.003919948,0.116774;0.3732997;0.02683011,0.3031189;0.1769885;0.09850647,0.5377878;0.02775034;0.1310403,-0.1136484;0.3667871;-0.00216023,-0.321056;0.179329;0.01338187,-0.5428531;0.009399727;-0.004785583,0.07445881;0.003219183;-0.02907787,0.06975173;-0.371116;0.03612191,0.06282046;-0.7111368;0.1188127,0.0704712;-0.7673035;0.06864525,-0.06932471;0.006166203;-0.03944694,-0.09729803;-0.3703748;0.003382705,-0.1150701;-0.7094616;0.08826105,-0.10425;-0.6994554;-0.009120539,0.001247007;0.3998437;0.008150378,146.8023
+0;0;0,0.00256435;0.1999176;0.005135173,0.006856565;0.4997301;-0.002469294,0.1216374;0.3738863;0.01713764,0.3599121;0.232105;0.05616584,0.6213251;0.1351669;0.08197798,-0.1109819;0.3705941;0.005631253,-0.3627402;0.2486602;0.01787435,-0.6179609;0.1336736;0.01151109,0.07294666;0.003943853;-0.03260723,0.07992354;-0.3717747;0.02384526,0.0883574;-0.7122669;0.1044302,0.0906947;-0.7024454;0.006515123,-0.07204833;0.005585462;-0.03431968,-0.1058021;-0.3708853;0.004801065,-0.1265184;-0.7112463;0.08370148,-0.1214889;-0.7013576;-0.01412611,0.005356176;0.3998857;0.002899952,0;0;0,0.000472991;0.1998454;0.007846521,0.001805478;0.4997526;0.003919948,0.116774;0.3732997;0.02683011,0.3031189;0.1769885;0.09850647,0.5377878;0.02775034;0.1310403,-0.1136484;0.3667871;-0.00216023,-0.321056;0.179329;0.01338187,-0.5428531;0.009399727;-0.004785583,0.07445881;0.003219183;-0.02907787,0.06975173;-0.371116;0.03612191,0.06282046;-0.7111368;0.1188127,0.0704712;-0.7673035;0.06864525,-0.06932471;0.006166203;-0.03944694,-0.09729803;-0.3703748;0.003382705,-0.1150701;-0.7094616;0.08826105,-0.10425;-0.6994554;-0.009120539,0.001247007;0.3998437;0.008150378,146.8139
+0;0;0,0.00256435;0.1999176;0.005135173,0.006856565;0.4997301;-0.002469294,0.1216374;0.3738863;0.01713764,0.3599121;0.232105;0.05616584,0.6213251;0.1351669;0.08197798,-0.1109819;0.3705941;0.005631253,-0.3627402;0.2486602;0.01787435,-0.6179609;0.1336736;0.01151109,0.07294666;0.003943853;-0.03260723,0.07992354;-0.3717747;0.02384526,0.0883574;-0.7122669;0.1044302,0.0906947;-0.7024454;0.006515123,-0.07204833;0.005585462;-0.03431968,-0.1058021;-0.3708853;0.004801065,-0.1265184;-0.7112463;0.08370148,-0.1214889;-0.7013576;-0.01412611,0.005356176;0.3998857;0.002899952,0;0;0,0.0004637587;0.1998442;0.007879172,0.001798392;0.4997518;0.003993971,0.1167535;0.3733349;0.02701951,0.306262;0.1804566;0.09971397,0.5416358;0.03241004;0.1325986,-0.1137067;0.3670016;-0.002228617,-0.3230136;0.1816562;0.01318823,-0.5460563;0.01332362;-0.00459255,0.07447214;0.003264853;-0.02903859,0.06992672;-0.3711566;0.03567535,0.06274232;-0.7111256;0.1185578,0.07142931;-0.7012743;0.02099466,-0.06930901;0.006124761;-0.03948099,-0.09722224;-0.3704121;0.003423586,-0.1150548;-0.7094667;0.08841773,-0.1041463;-0.6994581;-0.008954495,0.001238693;0.3998424;0.008213334,146.8358
+0;0;0,0.00256435;0.1999176;0.005135173,0.006856565;0.4997301;-0.002469294,0.1216374;0.3738863;0.01713764,0.3599121;0.232105;0.05616584,0.6213251;0.1351669;0.08197798,-0.1109819;0.3705941;0.005631253,-0.3627402;0.2486602;0.01787435,-0.6179609;0.1336736;0.01151109,0.07294666;0.003943853;-0.03260723,0.07992354;-0.3717747;0.02384526,0.0883574;-0.7122669;0.1044302,0.0906947;-0.7024454;0.006515123,-0.07204833;0.005585462;-0.03431968,-0.1058021;-0.3708853;0.004801065,-0.1265184;-0.7112463;0.08370148,-0.1214889;-0.7013576;-0.01412611,0.005356176;0.3998857;0.002899952,0;0;0,0.0004637587;0.1998442;0.007879172,0.001798392;0.4997518;0.003993971,0.1167535;0.3733349;0.02701951,0.306262;0.1804566;0.09971397,0.5416358;0.03241004;0.1325986,-0.1137067;0.3670016;-0.002228617,-0.3230136;0.1816562;0.01318823,-0.5460563;0.01332362;-0.00459255,0.07447214;0.003264853;-0.02903859,0.06992672;-0.3711566;0.03567535,0.06274232;-0.7111256;0.1185578,0.07142931;-0.7012743;0.02099466,-0.06930901;0.006124761;-0.03948099,-0.09722224;-0.3704121;0.003423586,-0.1150548;-0.7094667;0.08841773,-0.1041463;-0.6994581;-0.008954495,0.001238693;0.3998424;0.008213334,146.8471
+0;0;0,0.002459065;0.199918;0.005172846,0.00663521;0.499733;-0.002392486,0.1214737;0.3740363;0.01726892,0.3638343;0.2392203;0.05581745,0.6309867;0.1574345;0.07427578,-0.1113637;0.3713804;0.005764316,-0.3655218;0.2545103;0.01780932,-0.624011;0.1470075;0.01266931,0.07299143;0.003901223;-0.03251202,0.07917508;-0.3718653;0.02371331,0.08810791;-0.7122877;0.1045392,0.09048196;-0.7024642;0.006624617,-0.07198872;0.005622478;-0.03443852,-0.1061276;-0.3707991;0.004821785,-0.1269049;-0.7111602;0.0837054,-0.1218362;-0.7012649;-0.01412155,0.005167442;0.3998874;0.00296604,0;0;0,0.0003907632;0.1998618;0.007424354,0.001539142;0.4997445;0.002082462,0.1163182;0.3731652;0.02685811,0.3095811;0.1842648;0.1001119,0.5452333;0.0367267;0.1332863,-0.1139665;0.3669498;-0.002564816,-0.3253834;0.1839642;0.01223958,-0.5496309;0.0171368;-0.004544552,0.07448247;0.003313401;-0.02900659,0.07019538;-0.3711647;0.03539659,0.06274952;-0.711138;0.1182379,0.0715134;-0.7013833;0.02070159,-0.06929736;0.006081945;-0.03950806,-0.09753595;-0.3704703;0.003047477,-0.115256;-0.709542;0.08799659,-0.104268;-0.6996227;-0.009348333,0.001046872;0.3998599;0.006860527,146.8693
+0;0;0,0.002459065;0.199918;0.005172846,0.00663521;0.499733;-0.002392486,0.1214737;0.3740363;0.01726892,0.3638343;0.2392203;0.05581745,0.6309867;0.1574345;0.07427578,-0.1113637;0.3713804;0.005764316,-0.3655218;0.2545103;0.01780932,-0.624011;0.1470075;0.01266931,0.07299143;0.003901223;-0.03251202,0.07917508;-0.3718653;0.02371331,0.08810791;-0.7122877;0.1045392,0.09048196;-0.7024642;0.006624617,-0.07198872;0.005622478;-0.03443852,-0.1061276;-0.3707991;0.004821785,-0.1269049;-0.7111602;0.0837054,-0.1218362;-0.7012649;-0.01412155,0.005167442;0.3998874;0.00296604,0;0;0,0.0003907632;0.1998618;0.007424354,0.001539142;0.4997445;0.002082462,0.1163182;0.3731652;0.02685811,0.3095811;0.1842648;0.1001119,0.5452333;0.0367267;0.1332863,-0.1139665;0.3669498;-0.002564816,-0.3253834;0.1839642;0.01223958,-0.5496309;0.0171368;-0.004544552,0.07448247;0.003313401;-0.02900659,0.07019538;-0.3711647;0.03539659,0.06274952;-0.711138;0.1182379,0.0715134;-0.7013833;0.02070159,-0.06929736;0.006081945;-0.03950806,-0.09753595;-0.3704703;0.003047477,-0.115256;-0.709542;0.08799659,-0.104268;-0.6996227;-0.009348333,0.001046872;0.3998599;0.006860527,146.8811
+0;0;0,0.002459065;0.199918;0.005172846,0.00663521;0.499733;-0.002392486,0.1214737;0.3740363;0.01726892,0.3638343;0.2392203;0.05581745,0.6309867;0.1574345;0.07427578,-0.1113637;0.3713804;0.005764316,-0.3655218;0.2545103;0.01780932,-0.624011;0.1470075;0.01266931,0.07299143;0.003901223;-0.03251202,0.07917508;-0.3718653;0.02371331,0.08810791;-0.7122877;0.1045392,0.09048196;-0.7024642;0.006624617,-0.07198872;0.005622478;-0.03443852,-0.1061276;-0.3707991;0.004821785,-0.1269049;-0.7111602;0.0837054,-0.1218362;-0.7012649;-0.01412155,0.005167442;0.3998874;0.00296604,0;0;0,0.0003907632;0.1998618;0.007424354,0.001539142;0.4997445;0.002082462,0.1163182;0.3731652;0.02685811,0.3095811;0.1842648;0.1001119,0.5452333;0.0367267;0.1332863,-0.1139665;0.3669498;-0.002564816,-0.3253834;0.1839642;0.01223958,-0.5496309;0.0171368;-0.004544552,0.07448247;0.003313401;-0.02900659,0.07019538;-0.3711647;0.03539659,0.06274952;-0.711138;0.1182379,0.0715134;-0.7013833;0.02070159,-0.06929736;0.006081945;-0.03950806,-0.09753595;-0.3704703;0.003047477,-0.115256;-0.709542;0.08799659,-0.104268;-0.6996227;-0.009348333,0.001046872;0.3998599;0.006860527,146.8922
+0;0;0,0.002406266;0.1999202;0.005111531,0.006519118;0.4997349;-0.002506696,0.1214071;0.3742788;0.01734965,0.3679031;0.246948;0.05511981,0.6342167;0.1628727;0.07532924,-0.1117043;0.3723935;0.005640752,-0.3679337;0.260129;0.01760691,-0.6315325;0.1657436;0.01495135,0.07305861;0.003926237;-0.03235775,0.07887759;-0.3719037;0.02348155,0.08794813;-0.7123337;0.1042596,0.09043581;-0.7025187;0.006349511,-0.07191152;0.005642639;-0.03459614,-0.1058539;-0.3707753;0.004867371,-0.1263552;-0.7112079;0.08351454,-0.1211794;-0.7012968;-0.01431003,0.005070072;0.3998898;0.002866356,0;0;0,0.000378283;0.1998606;0.007457437,0.001518244;0.4997446;0.002167082,0.1163049;0.3731621;0.02690541,0.3124399;0.1874451;0.1006634,0.5481281;0.04015549;0.1346759,-0.1140266;0.3671623;-0.002697741,-0.3273007;0.1863021;0.01157521,-0.5541077;0.02299273;-0.005414824,0.07449431;0.003360094;-0.02897081,0.07034259;-0.3711554;0.03522328,0.06267323;-0.7110921;0.1181947,0.07149914;-0.7013313;0.02066272,-0.0692886;0.006039945;-0.03952985,-0.09735764;-0.3705171;0.003095653,-0.1152626;-0.7095734;0.08806759,-0.1042136;-0.6996502;-0.009271227,0.001031841;0.3998588;0.006920166,146.9144
+0;0;0,0.002406266;0.1999202;0.005111531,0.006519118;0.4997349;-0.002506696,0.1214071;0.3742788;0.01734965,0.3679031;0.246948;0.05511981,0.6342167;0.1628727;0.07532924,-0.1117043;0.3723935;0.005640752,-0.3679337;0.260129;0.01760691,-0.6315325;0.1657436;0.01495135,0.07305861;0.003926237;-0.03235775,0.07887759;-0.3719037;0.02348155,0.08794813;-0.7123337;0.1042596,0.09043581;-0.7025187;0.006349511,-0.07191152;0.005642639;-0.03459614,-0.1058539;-0.3707753;0.004867371,-0.1263552;-0.7112079;0.08351454,-0.1211794;-0.7012968;-0.01431003,0.005070072;0.3998898;0.002866356,0;0;0,0.0002458688;0.1998762;0.007032621,0.001060549;0.4997409;0.0007325229,0.1158138;0.373236;0.0267468,0.3152238;0.1910305;0.1004815,0.5515663;0.04520901;0.1362347,-0.1144129;0.3671517;-0.003140435,-0.3301187;0.1891601;0.01064422,-0.5657522;0.03877752;-0.005539356,0.07452188;0.003330123;-0.02890328,0.07043643;-0.3711964;0.03523075,0.06269546;-0.711131;0.1182043,0.07163218;-0.7014388;0.02069668,-0.06922632;0.006081042;-0.03963253,-0.09725262;-0.370456;0.003197037,-0.1150357;-0.7095288;0.08812892,-0.1038773;-0.6996735;-0.009183384,0.0006900892;0.3998721;0.005840913,146.9366
+0;0;0,0.002335033;0.1999234;0.005019268,0.006362426;0.4997371;-0.002691033,0.1213281;0.3745129;0.01717227,0.3715032;0.2541848;0.05369001,0.6414623;0.1847683;0.08021181,-0.111972;0.3729717;0.005397416,-0.3711419;0.26769;0.01751123,-0.6366601;0.1788442;0.01496186,0.07308593;0.003960101;-0.03229185,0.07859752;-0.3719425;0.02308735,0.08775945;-0.712371;0.1038616,0.09027795;-0.702565;0.005954184,-0.07187518;0.005600018;-0.03467849,-0.105798;-0.3708455;0.004539404,-0.1264245;-0.711253;0.08326223,-0.1212197;-0.7013544;-0.01455823,0.00493819;0.399893;0.002706959,0;0;0,0.0002458688;0.1998762;0.007032621,0.001060549;0.4997409;0.0007325229,0.1158138;0.373236;0.0267468,0.3152238;0.1910305;0.1004815,0.5515663;0.04520901;0.1362347,-0.1144129;0.3671517;-0.003140435,-0.3301187;0.1891601;0.01064422,-0.5657522;0.03877752;-0.005539356,0.07452188;0.003330123;-0.02890328,0.07043643;-0.3711964;0.03523075,0.06269546;-0.711131;0.1182043,0.07163218;-0.7014388;0.02069668,-0.06922632;0.006081042;-0.03963253,-0.09725262;-0.370456;0.003197037,-0.1150357;-0.7095288;0.08812892,-0.1038773;-0.6996735;-0.009183384,0.0006900892;0.3998721;0.005840913,146.9478
+0;0;0,0.002335033;0.1999234;0.005019268,0.006362426;0.4997371;-0.002691033,0.1213281;0.3745129;0.01717227,0.3715032;0.2541848;0.05369001,0.6414623;0.1847683;0.08021181,-0.111972;0.3729717;0.005397416,-0.3711419;0.26769;0.01751123,-0.6366601;0.1788442;0.01496186,0.07308593;0.003960101;-0.03229185,0.07859752;-0.3719425;0.02308735,0.08775945;-0.712371;0.1038616,0.09027795;-0.702565;0.005954184,-0.07187518;0.005600018;-0.03467849,-0.105798;-0.3708455;0.004539404,-0.1264245;-0.711253;0.08326223,-0.1212197;-0.7013544;-0.01455823,0.00493819;0.399893;0.002706959,0;0;0,0.0002458688;0.1998762;0.007032621,0.001060549;0.4997409;0.0007325229,0.1158138;0.373236;0.0267468,0.3152238;0.1910305;0.1004815,0.5515663;0.04520901;0.1362347,-0.1144129;0.3671517;-0.003140435,-0.3301187;0.1891601;0.01064422,-0.5657522;0.03877752;-0.005539356,0.07452188;0.003330123;-0.02890328,0.07043643;-0.3711964;0.03523075,0.06269546;-0.711131;0.1182043,0.07163218;-0.7014388;0.02069668,-0.06922632;0.006081042;-0.03963253,-0.09725262;-0.370456;0.003197037,-0.1150357;-0.7095288;0.08812892,-0.1038773;-0.6996735;-0.009183384,0.0006900892;0.3998721;0.005840913,146.9589
+0;0;0,0.002335033;0.1999234;0.005019268,0.006362426;0.4997371;-0.002691033,0.1213281;0.3745129;0.01717227,0.3715032;0.2541848;0.05369001,0.6414623;0.1847683;0.08021181,-0.111972;0.3729717;0.005397416,-0.3711419;0.26769;0.01751123,-0.6366601;0.1788442;0.01496186,0.07308593;0.003960101;-0.03229185,0.07859752;-0.3719425;0.02308735,0.08775945;-0.712371;0.1038616,0.09027795;-0.702565;0.005954184,-0.07187518;0.005600018;-0.03467849,-0.105798;-0.3708455;0.004539404,-0.1264245;-0.711253;0.08326223,-0.1212197;-0.7013544;-0.01455823,0.00493819;0.399893;0.002706959,0;0;0,0.0002514679;0.1998744;0.007084043,0.001039549;0.4997453;0.0009760144,0.1158163;0.3732325;0.02682087,0.317517;0.1934388;0.1002447,0.5558323;0.05121548;0.1373713,-0.1144416;0.3672955;-0.003259336,-0.3323118;0.1919132;0.009917638,-0.5700451;0.04500724;-0.007446435,0.07454251;0.003322625;-0.0288509,0.07052143;-0.3712003;0.03530828,0.06273967;-0.71114;0.1182565,0.07173822;-0.7014382;0.02075258,-0.06919644;0.006081296;-0.03968462,-0.09764209;-0.3704433;0.002977498,-0.114896;-0.7095279;0.08797143,-0.1036782;-0.6996707;-0.00933443,0.0006829236;0.3998708;0.005971283,146.9811
+0;0;0,0.002278569;0.1999261;0.004935795,0.006235048;0.4997375;-0.002896416,0.121241;0.3745919;0.01700494,0.3755669;0.2629993;0.05257758,0.647133;0.2011238;0.08127067,-0.1122177;0.3736002;0.005282474,-0.3740495;0.2750812;0.01703408,-0.6453659;0.2063851;0.02529622,0.07311285;0.003909898;-0.03223699,0.07813385;-0.3720411;0.02285959,0.08746295;-0.7124864;0.1035442,0.08998372;-0.7026896;0.005638771,-0.07184252;0.005635628;-0.03474034,-0.1061363;-0.3707921;0.004325211,-0.1269638;-0.7110947;0.08344703,-0.1217541;-0.7012125;-0.01436981,0.004833866;0.3998955;0.002544242,0;0;0,0.0003279823;0.1998719;0.007150143,0.001150898;0.4997455;0.001141647,0.1159413;0.3732847;0.02692216,0.3205005;0.196356;0.0993911,0.5593438;0.05541389;0.1379811,-0.1143695;0.3675073;-0.003420902,-0.3341855;0.1945123;0.008976267,-0.5640221;0.0360886;-0.01286545,0.07458927;0.00323849;-0.02873939,0.07081867;-0.3713139;0.03526268,0.06285709;-0.711239;0.1182538,0.07194341;-0.7015291;0.0207563,-0.0691259;0.006183764;-0.0397916,-0.0973188;-0.3703511;0.002947684,-0.1145467;-0.7093877;0.08813818,-0.1032432;-0.6995287;-0.00915812,0.0007928163;0.3998685;0.0060863,147.0034
+0;0;0,0.002278569;0.1999261;0.004935795,0.006235048;0.4997375;-0.002896416,0.121241;0.3745919;0.01700494,0.3755669;0.2629993;0.05257758,0.647133;0.2011238;0.08127067,-0.1122177;0.3736002;0.005282474,-0.3740495;0.2750812;0.01703408,-0.6453659;0.2063851;0.02529622,0.07311285;0.003909898;-0.03223699,0.07813385;-0.3720411;0.02285959,0.08746295;-0.7124864;0.1035442,0.08998372;-0.7026896;0.005638771,-0.07184252;0.005635628;-0.03474034,-0.1061363;-0.3707921;0.004325211,-0.1269638;-0.7110947;0.08344703,-0.1217541;-0.7012125;-0.01436981,0.004833866;0.3998955;0.002544242,0;0;0,0.0003279823;0.1998719;0.007150143,0.001150898;0.4997455;0.001141647,0.1159413;0.3732847;0.02692216,0.3205005;0.196356;0.0993911,0.5593438;0.05541389;0.1379811,-0.1143695;0.3675073;-0.003420902,-0.3341855;0.1945123;0.008976267,-0.5640221;0.0360886;-0.01286545,0.07458927;0.00323849;-0.02873939,0.07081867;-0.3713139;0.03526268,0.06285709;-0.711239;0.1182538,0.07194341;-0.7015291;0.0207563,-0.0691259;0.006183764;-0.0397916,-0.0973188;-0.3703511;0.002947684,-0.1145467;-0.7093877;0.08813818,-0.1032432;-0.6995287;-0.00915812,0.0007928163;0.3998685;0.0060863,147.0152
+0;0;0,0.002278569;0.1999261;0.004935795,0.006235048;0.4997375;-0.002896416,0.121241;0.3745919;0.01700494,0.3755669;0.2629993;0.05257758,0.647133;0.2011238;0.08127067,-0.1122177;0.3736002;0.005282474,-0.3740495;0.2750812;0.01703408,-0.6453659;0.2063851;0.02529622,0.07311285;0.003909898;-0.03223699,0.07813385;-0.3720411;0.02285959,0.08746295;-0.7124864;0.1035442,0.08998372;-0.7026896;0.005638771,-0.07184252;0.005635628;-0.03474034,-0.1061363;-0.3707921;0.004325211,-0.1269638;-0.7110947;0.08344703,-0.1217541;-0.7012125;-0.01436981,0.004833866;0.3998955;0.002544242,0;0;0,0.0003447004;0.199871;0.007173276,0.001163822;0.4997465;0.001234394,0.1159856;0.3733934;0.02701016,0.3231015;0.1994128;0.09935497,0.5656718;0.06510529;0.1383566,-0.1143736;0.3676721;-0.003578119,-0.3363634;0.1974352;0.008250581,-0.5759745;0.05339848;-0.007239901,0.07462604;0.003231104;-0.02864461,0.07095189;-0.371314;0.03540599,0.06300992;-0.7112523;0.1183447,0.07217775;-0.701538;0.020854,-0.06907169;0.006209882;-0.03988157,-0.09713531;-0.3703198;0.002988957,-0.1142374;-0.709352;0.08822203,-0.1028543;-0.6994941;-0.009064749,0.0008168795;0.3998678;0.0061471,147.0369
+0;0;0,0.002098086;0.1999301;0.004853291,0.00588392;0.4997416;-0.003062044,0.1210218;0.3748607;0.01668998,0.378297;0.2700713;0.05174218,0.6517226;0.2160983;0.07867476,-0.1126638;0.3742598;0.005018946,-0.3773483;0.2835794;0.01593529,-0.6482921;0.2134048;0.02399854,0.07314392;0.003933414;-0.03216356,0.07770298;-0.3720813;0.0225373,0.0870482;-0.7125199;0.103248,0.08956457;-0.7027303;0.005343914,-0.07181946;0.005575244;-0.03479771,-0.1064997;-0.3708287;0.004155677,-0.1274235;-0.7111378;0.08322442,-0.1222167;-0.7012605;-0.01459157,0.00453576;0.3999003;0.002406223,0;0;0,0.0003447004;0.199871;0.007173276,0.001163822;0.4997465;0.001234394,0.1159856;0.3733934;0.02701016,0.3231015;0.1994128;0.09935497,0.5656718;0.06510529;0.1383566,-0.1143736;0.3676721;-0.003578119,-0.3363634;0.1974352;0.008250581,-0.5759745;0.05339848;-0.007239901,0.07462604;0.003231104;-0.02864461,0.07095189;-0.371314;0.03540599,0.06300992;-0.7112523;0.1183447,0.07217775;-0.701538;0.020854,-0.06907169;0.006209882;-0.03988157,-0.09713531;-0.3703198;0.002988957,-0.1142374;-0.709352;0.08822203,-0.1028543;-0.6994941;-0.009064749,0.0008168795;0.3998678;0.0061471,147.0486
+0;0;0,0.002098086;0.1999301;0.004853291,0.00588392;0.4997416;-0.003062044,0.1210218;0.3748607;0.01668998,0.378297;0.2700713;0.05174218,0.6517226;0.2160983;0.07867476,-0.1126638;0.3742598;0.005018946,-0.3773483;0.2835794;0.01593529,-0.6482921;0.2134048;0.02399854,0.07314392;0.003933414;-0.03216356,0.07770298;-0.3720813;0.0225373,0.0870482;-0.7125199;0.103248,0.08956457;-0.7027303;0.005343914,-0.07181946;0.005575244;-0.03479771,-0.1064997;-0.3708287;0.004155677,-0.1274235;-0.7111378;0.08322442,-0.1222167;-0.7012605;-0.01459157,0.00453576;0.3999003;0.002406223,0;0;0,0.0003447004;0.199871;0.007173276,0.001163822;0.4997465;0.001234394,0.1159856;0.3733934;0.02701016,0.3231015;0.1994128;0.09935497,0.5656718;0.06510529;0.1383566,-0.1143736;0.3676721;-0.003578119,-0.3363634;0.1974352;0.008250581,-0.5759745;0.05339848;-0.007239901,0.07462604;0.003231104;-0.02864461,0.07095189;-0.371314;0.03540599,0.06300992;-0.7112523;0.1183447,0.07217775;-0.701538;0.020854,-0.06907169;0.006209882;-0.03988157,-0.09713531;-0.3703198;0.002988957,-0.1142374;-0.709352;0.08822203,-0.1028543;-0.6994941;-0.009064749,0.0008168795;0.3998678;0.0061471,147.0597
+0;0;0,0.002098086;0.1999301;0.004853291,0.00588392;0.4997416;-0.003062044,0.1210218;0.3748607;0.01668998,0.378297;0.2700713;0.05174218,0.6517226;0.2160983;0.07867476,-0.1126638;0.3742598;0.005018946,-0.3773483;0.2835794;0.01593529,-0.6482921;0.2134048;0.02399854,0.07314392;0.003933414;-0.03216356,0.07770298;-0.3720813;0.0225373,0.0870482;-0.7125199;0.103248,0.08956457;-0.7027303;0.005343914,-0.07181946;0.005575244;-0.03479771,-0.1064997;-0.3708287;0.004155677,-0.1274235;-0.7111378;0.08322442,-0.1222167;-0.7012605;-0.01459157,0.00453576;0.3999003;0.002406223,0;0;0,0.000317009;0.1998726;0.00713118,0.00108185;0.4997489;0.001219945,0.1159438;0.373529;0.02705132,0.3260229;0.2029957;0.09905952,0.569627;0.07088646;0.1391111,-0.1144902;0.3679254;-0.003763299,-0.338875;0.2008669;0.00819275,-0.5792639;0.0580193;-0.006220277,0.07468714;0.003315754;-0.0284752,0.07106551;-0.3712647;0.03537124,0.06301349;-0.71123;0.1181886,0.07226299;-0.7015184;0.02070616,-0.06904215;0.006150279;-0.0399419,-0.09720549;-0.3703597;0.00303578,-0.1142156;-0.7094089;0.08821964,-0.1027517;-0.6995537;-0.009057097,0.0007569785;0.3998695;0.006118618,147.0708
+0;0;0,0.001933909;0.1999364;0.004659943,0.005577328;0.4997431;-0.003469398,0.1208117;0.3751184;0.01641003,0.380338;0.2761886;0.05189237,0.6551574;0.2298223;0.07880771,-0.1131005;0.3750874;0.004664531,-0.3795377;0.2896965;0.01560085,-0.6529819;0.2296889;0.02083413,0.07313424;0.003873997;-0.03219278,0.07738728;-0.3722145;0.02202284,0.0868099;-0.7126472;0.1027494,0.08936223;-0.7028784;0.004850514,-0.07179362;0.005605839;-0.0348461,-0.107;-0.3708072;0.003543116,-0.1277492;-0.7111645;0.08245033,-0.122507;-0.7013078;-0.01535952,0.004276619;0.3999061;0.002087021,0;0;0,0.000317009;0.1998726;0.00713118,0.00108185;0.4997489;0.001219945,0.1159438;0.373529;0.02705132,0.3260229;0.2029957;0.09905952,0.569627;0.07088646;0.1391111,-0.1144902;0.3679254;-0.003763299,-0.338875;0.2008669;0.00819275,-0.5792639;0.0580193;-0.006220277,0.07468714;0.003315754;-0.0284752,0.07106551;-0.3712647;0.03537124,0.06301349;-0.71123;0.1181886,0.07226299;-0.7015184;0.02070616,-0.06904215;0.006150279;-0.0399419,-0.09720549;-0.3703597;0.00303578,-0.1142156;-0.7094089;0.08821964,-0.1027517;-0.6995537;-0.009057097,0.0007569785;0.3998695;0.006118618,147.093
+0;0;0,0.001933909;0.1999364;0.004659943,0.005577328;0.4997431;-0.003469398,0.1208117;0.3751184;0.01641003,0.380338;0.2761886;0.05189237,0.6551574;0.2298223;0.07880771,-0.1131005;0.3750874;0.004664531,-0.3795377;0.2896965;0.01560085,-0.6529819;0.2296889;0.02083413,0.07313424;0.003873997;-0.03219278,0.07738728;-0.3722145;0.02202284,0.0868099;-0.7126472;0.1027494,0.08936223;-0.7028784;0.004850514,-0.07179362;0.005605839;-0.0348461,-0.107;-0.3708072;0.003543116,-0.1277492;-0.7111645;0.08245033,-0.122507;-0.7013078;-0.01535952,0.004276619;0.3999061;0.002087021,0;0;0,0.0001841026;0.1998874;0.006708778,0.0004999124;0.4997327;-0.000513541,0.1153796;0.3736911;0.02681682,0.3285795;0.2066114;0.09774069,0.5751299;0.08023724;0.138268,-0.1149963;0.3680421;-0.004238041,-0.34181;0.2042354;0.006849755,-0.5829187;0.06248693;-0.006338378,0.07472936;0.003342899;-0.02836103,0.0711533;-0.3712489;0.035421,0.0630209;-0.7112257;0.1181832,0.07237953;-0.7015938;0.02072781,-0.06896807;0.006188311;-0.04006382,-0.09716739;-0.3702987;0.003091421,-0.1140376;-0.7093431;0.08832228,-0.1024664;-0.6995674;-0.008925259,0.0003424919;0.3998791;0.004893182,147.1152
+0;0;0,0.001933909;0.1999364;0.004659943,0.005577328;0.4997431;-0.003469398,0.1208117;0.3751184;0.01641003,0.380338;0.2761886;0.05189237,0.6551574;0.2298223;0.07880771,-0.1131005;0.3750874;0.004664531,-0.3795377;0.2896965;0.01560085,-0.6529819;0.2296889;0.02083413,0.07313424;0.003873997;-0.03219278,0.07738728;-0.3722145;0.02202284,0.0868099;-0.7126472;0.1027494,0.08936223;-0.7028784;0.004850514,-0.07179362;0.005605839;-0.0348461,-0.107;-0.3708072;0.003543116,-0.1277492;-0.7111645;0.08245033,-0.122507;-0.7013078;-0.01535952,0.004276619;0.3999061;0.002087021,0;0;0,0.0001841026;0.1998874;0.006708778,0.0004999124;0.4997327;-0.000513541,0.1153796;0.3736911;0.02681682,0.3285795;0.2066114;0.09774069,0.5751299;0.08023724;0.138268,-0.1149963;0.3680421;-0.004238041,-0.34181;0.2042354;0.006849755,-0.5829187;0.06248693;-0.006338378,0.07472936;0.003342899;-0.02836103,0.0711533;-0.3712489;0.035421,0.0630209;-0.7112257;0.1181832,0.07237953;-0.7015938;0.02072781,-0.06896807;0.006188311;-0.04006382,-0.09716739;-0.3702987;0.003091421,-0.1140376;-0.7093431;0.08832228,-0.1024664;-0.6995674;-0.008925259,0.0003424919;0.3998791;0.004893182,147.1265
+0;0;0,0.00189736;0.1999376;0.004619591,0.005464127;0.4997441;-0.003559915,0.1207648;0.3753214;0.01634046,0.3829146;0.2837445;0.05227273,0.6589984;0.2461427;0.0799115,-0.1133157;0.3756821;0.004459952,-0.3816397;0.2965033;0.01599056,-0.6559167;0.2403254;0.02001176,0.07317481;0.003803781;-0.03210885,0.07715087;-0.3723201;0.02188189,0.08652933;-0.712772;0.1025327,0.08914041;-0.7030075;0.004636273,-0.07174084;0.005666872;-0.03494479,-0.1071104;-0.3707379;0.003375854,-0.127847;-0.711122;0.08217049,-0.1225474;-0.7012695;-0.01563543,0.004188026;0.3999075;0.002009281,0;0;0,0.0001160953;0.1998879;0.006694136,0.0003621658;0.499736;-0.0004514209,0.1153015;0.3737786;0.02681644,0.3315098;0.2100237;0.09637443,0.5802263;0.08847144;0.1383882,-0.115181;0.3684675;-0.004625455,-0.3445072;0.2081544;0.005825621,-0.586843;0.0684613;-0.00679036,0.07476769;0.003337488;-0.02826046,0.07108803;-0.3712907;0.03530201,0.06280573;-0.7112463;0.1181367,0.07230444;-0.7016093;0.02069376,-0.06890333;0.006216956;-0.04017063,-0.09791099;-0.3702699;0.002446398,-0.1144163;-0.7093037;0.08779085,-0.1027058;-0.6995311;-0.009439357,0.0002413622;0.3998799;0.004910309,147.1486
+0;0;0,0.00189736;0.1999376;0.004619591,0.005464127;0.4997441;-0.003559915,0.1207648;0.3753214;0.01634046,0.3829146;0.2837445;0.05227273,0.6589984;0.2461427;0.0799115,-0.1133157;0.3756821;0.004459952,-0.3816397;0.2965033;0.01599056,-0.6559167;0.2403254;0.02001176,0.07317481;0.003803781;-0.03210885,0.07715087;-0.3723201;0.02188189,0.08652933;-0.712772;0.1025327,0.08914041;-0.7030075;0.004636273,-0.07174084;0.005666872;-0.03494479,-0.1071104;-0.3707379;0.003375854,-0.127847;-0.711122;0.08217049,-0.1225474;-0.7012695;-0.01563543,0.004188026;0.3999075;0.002009281,0;0;0,0.0001160953;0.1998879;0.006694136,0.0003621658;0.499736;-0.0004514209,0.1153015;0.3737786;0.02681644,0.3315098;0.2100237;0.09637443,0.5802263;0.08847144;0.1383882,-0.115181;0.3684675;-0.004625455,-0.3445072;0.2081544;0.005825621,-0.586843;0.0684613;-0.00679036,0.07476769;0.003337488;-0.02826046,0.07108803;-0.3712907;0.03530201,0.06280573;-0.7112463;0.1181367,0.07230444;-0.7016093;0.02069376,-0.06890333;0.006216956;-0.04017063,-0.09791099;-0.3702699;0.002446398,-0.1144163;-0.7093037;0.08779085,-0.1027058;-0.6995311;-0.009439357,0.0002413622;0.3998799;0.004910309,147.16
+0;0;0,0.00189736;0.1999376;0.004619591,0.005464127;0.4997441;-0.003559915,0.1207648;0.3753214;0.01634046,0.3829146;0.2837445;0.05227273,0.6589984;0.2461427;0.0799115,-0.1133157;0.3756821;0.004459952,-0.3816397;0.2965033;0.01599056,-0.6559167;0.2403254;0.02001176,0.07317481;0.003803781;-0.03210885,0.07715087;-0.3723201;0.02188189,0.08652933;-0.712772;0.1025327,0.08914041;-0.7030075;0.004636273,-0.07174084;0.005666872;-0.03494479,-0.1071104;-0.3707379;0.003375854,-0.127847;-0.711122;0.08217049,-0.1225474;-0.7012695;-0.01563543,0.004188026;0.3999075;0.002009281,0;0;0,3.236417E-05;0.1998899;0.006634912,0.0001880749;0.499742;-0.0003812984,0.1151871;0.3738525;0.02678434,0.3345762;0.2141462;0.0957941,0.5846388;0.09573572;0.1387782,-0.1154646;0.3691274;-0.004990243,-0.3471287;0.2121846;0.005046612,-0.5913763;0.0757927;-0.006799481,0.07485925;0.003392001;-0.02801049,0.07112768;-0.3713253;0.03502152,0.06295087;-0.7111872;0.11825,0.07258248;-0.701548;0.02081961,-0.06884257;0.006175982;-0.04028097,-0.09824771;-0.3703078;0.002089277,-0.1145522;-0.7093652;0.0873784,-0.1027086;-0.6995937;-0.009835482,0.0001034247;0.3998825;0.004916796,147.1824
+0;0;0,0.001914509;0.1999401;0.004504532,0.005469068;0.4997438;-0.003794465,0.1208264;0.3755799;0.01615829,0.3844769;0.2892021;0.05393793,0.661916;0.2629372;0.08109823,-0.1134947;0.3766532;0.004552647,-0.383945;0.3049971;0.01560009,-0.6588863;0.2522092;0.02015148,0.07329202;0.003830679;-0.03183716,0.0772806;-0.3724039;0.02137538,0.08667332;-0.7128376;0.1021017,0.08922006;-0.7030814;0.004205339,-0.07164203;0.005690479;-0.03514309,-0.1071592;-0.3706978;0.003202707,-0.1281844;-0.7110716;0.08196554,-0.1229452;-0.7012434;-0.0158386,0.004198252;0.3999089;0.001806508,0;0;0,-7.761826E-05;0.199898;0.006384144,-0.0002149237;0.4997317;-0.001320667,0.1148067;0.3739441;0.02666186,0.3372083;0.2186092;0.09600562,0.5908643;0.1078742;0.13839,-0.1158758;0.3694958;-0.005419374,-0.3502948;0.2166908;0.004498078,-0.5968997;0.08455989;-0.006790056,0.07492523;0.003376921;-0.02783533,0.07111206;-0.3713855;0.03492287,0.06276262;-0.7113348;0.1177768,0.07252625;-0.7017519;0.02037143,-0.06874253;0.006246293;-0.04044068,-0.0982841;-0.3702052;0.002121937,-0.1145362;-0.7092681;0.08739924,-0.1115299;-0.7659422;0.03761411,-0.0001907454;0.3998866;0.004243494,147.2045
+0;0;0,0.001914509;0.1999401;0.004504532,0.005469068;0.4997438;-0.003794465,0.1208264;0.3755799;0.01615829,0.3844769;0.2892021;0.05393793,0.661916;0.2629372;0.08109823,-0.1134947;0.3766532;0.004552647,-0.383945;0.3049971;0.01560009,-0.6588863;0.2522092;0.02015148,0.07329202;0.003830679;-0.03183716,0.0772806;-0.3724039;0.02137538,0.08667332;-0.7128376;0.1021017,0.08922006;-0.7030814;0.004205339,-0.07164203;0.005690479;-0.03514309,-0.1071592;-0.3706978;0.003202707,-0.1281844;-0.7110716;0.08196554,-0.1229452;-0.7012434;-0.0158386,0.004198252;0.3999089;0.001806508,0;0;0,-7.761826E-05;0.199898;0.006384144,-0.0002149237;0.4997317;-0.001320667,0.1148067;0.3739441;0.02666186,0.3372083;0.2186092;0.09600562,0.5908643;0.1078742;0.13839,-0.1158758;0.3694958;-0.005419374,-0.3502948;0.2166908;0.004498078,-0.5968997;0.08455989;-0.006790056,0.07492523;0.003376921;-0.02783533,0.07111206;-0.3713855;0.03492287,0.06276262;-0.7113348;0.1177768,0.07252625;-0.7017519;0.02037143,-0.06874253;0.006246293;-0.04044068,-0.0982841;-0.3702052;0.002121937,-0.1145362;-0.7092681;0.08739924,-0.1115299;-0.7659422;0.03761411,-0.0001907454;0.3998866;0.004243494,147.216
+0;0;0,0.001914509;0.1999401;0.004504532,0.005469068;0.4997438;-0.003794465,0.1208264;0.3755799;0.01615829,0.3844769;0.2892021;0.05393793,0.661916;0.2629372;0.08109823,-0.1134947;0.3766532;0.004552647,-0.383945;0.3049971;0.01560009,-0.6588863;0.2522092;0.02015148,0.07329202;0.003830679;-0.03183716,0.0772806;-0.3724039;0.02137538,0.08667332;-0.7128376;0.1021017,0.08922006;-0.7030814;0.004205339,-0.07164203;0.005690479;-0.03514309,-0.1071592;-0.3706978;0.003202707,-0.1281844;-0.7110716;0.08196554,-0.1229452;-0.7012434;-0.0158386,0.004198252;0.3999089;0.001806508,0;0;0,-0.0001478981;0.199897;0.006416104,-0.0003286799;0.4997385;-0.001065284,0.1147555;0.3741732;0.02682832,0.3404889;0.2236016;0.09591267,0.5973406;0.1203639;0.137974,-0.1160244;0.3697646;-0.005494885,-0.3531865;0.221219;0.003906259,-0.6033255;0.09586546;-0.006908323,0.07497435;0.003372614;-0.02770328,0.07087474;-0.3714601;0.0346154,0.06268756;-0.7114117;0.117476,0.07253128;-0.7018176;0.0200763,-0.06865115;0.00626833;-0.04059221,-0.09835607;-0.3701428;0.002212659,-0.1145468;-0.7091886;0.08756971,-0.111053;-0.7657616;0.03764069,-0.0002865594;0.3998865;0.004375115,147.2378
+0;0;0,0.001870809;0.1999452;0.004293109,0.005370231;0.4997452;-0.004184161,0.1207574;0.375672;0.01583314,0.3942397;0.3319674;0.05703238,0.667029;0.2740317;0.08212028,-0.1137742;0.3776953;0.00443596,-0.3853665;0.3106209;0.01621215,-0.6612463;0.263051;0.02144887,0.07335714;0.00390422;-0.03167786,0.07706873;-0.3724814;0.02047656,0.08657583;-0.7128917;0.1012879,0.0890789;-0.703154;0.003394194,-0.0715766;0.005561316;-0.03529678,-0.1073083;-0.3708495;0.002625484,-0.1284042;-0.7112023;0.08146054,-0.1232072;-0.7013957;-0.0163414,0.004113582;0.3999125;0.001459176,0;0;0,-0.0001478981;0.199897;0.006416104,-0.0003286799;0.4997385;-0.001065284,0.1147555;0.3741732;0.02682832,0.3404889;0.2236016;0.09591267,0.5973406;0.1203639;0.137974,-0.1160244;0.3697646;-0.005494885,-0.3531865;0.221219;0.003906259,-0.6033255;0.09586546;-0.006908323,0.07497435;0.003372614;-0.02770328,0.07087474;-0.3714601;0.0346154,0.06268756;-0.7114117;0.117476,0.07253128;-0.7018176;0.0200763,-0.06865115;0.00626833;-0.04059221,-0.09835607;-0.3701428;0.002212659,-0.1145468;-0.7091886;0.08756971,-0.111053;-0.7657616;0.03764069,-0.0002865594;0.3998865;0.004375115,147.2496
+0;0;0,0.001870809;0.1999452;0.004293109,0.005370231;0.4997452;-0.004184161,0.1207574;0.375672;0.01583314,0.3942397;0.3319674;0.05703238,0.667029;0.2740317;0.08212028,-0.1137742;0.3776953;0.00443596,-0.3853665;0.3106209;0.01621215,-0.6612463;0.263051;0.02144887,0.07335714;0.00390422;-0.03167786,0.07706873;-0.3724814;0.02047656,0.08657583;-0.7128917;0.1012879,0.0890789;-0.703154;0.003394194,-0.0715766;0.005561316;-0.03529678,-0.1073083;-0.3708495;0.002625484,-0.1284042;-0.7112023;0.08146054,-0.1232072;-0.7013957;-0.0163414,0.004113582;0.3999125;0.001459176,0;0;0,-0.0001478981;0.199897;0.006416104,-0.0003286799;0.4997385;-0.001065284,0.1147555;0.3741732;0.02682832,0.3404889;0.2236016;0.09591267,0.5973406;0.1203639;0.137974,-0.1160244;0.3697646;-0.005494885,-0.3531865;0.221219;0.003906259,-0.6033255;0.09586546;-0.006908323,0.07497435;0.003372614;-0.02770328,0.07087474;-0.3714601;0.0346154,0.06268756;-0.7114117;0.117476,0.07253128;-0.7018176;0.0200763,-0.06865115;0.00626833;-0.04059221,-0.09835607;-0.3701428;0.002212659,-0.1145468;-0.7091886;0.08756971,-0.111053;-0.7657616;0.03764069,-0.0002865594;0.3998865;0.004375115,147.2602
+0;0;0,0.001870809;0.1999452;0.004293109,0.005370231;0.4997452;-0.004184161,0.1207574;0.375672;0.01583314,0.3942397;0.3319674;0.05703238,0.667029;0.2740317;0.08212028,-0.1137742;0.3776953;0.00443596,-0.3853665;0.3106209;0.01621215,-0.6612463;0.263051;0.02144887,0.07335714;0.00390422;-0.03167786,0.07706873;-0.3724814;0.02047656,0.08657583;-0.7128917;0.1012879,0.0890789;-0.703154;0.003394194,-0.0715766;0.005561316;-0.03529678,-0.1073083;-0.3708495;0.002625484,-0.1284042;-0.7112023;0.08146054,-0.1232072;-0.7013957;-0.0163414,0.004113582;0.3999125;0.001459176,0;0;0,-0.0001746622;0.199897;0.006414179,-0.0003957067;0.4997452;-0.0008524791,0.1147943;0.3746486;0.02700212,0.3432175;0.227757;0.0951612,0.6030588;0.1322313;0.1370823,-0.1161509;0.3701328;-0.005639208,-0.3553044;0.2247817;0.003231009,-0.6075133;0.1043867;-0.01396617,0.07506164;0.003424477;-0.02745947,0.07097772;-0.3714982;0.03431687,0.06289885;-0.7114108;0.1173483,0.07285625;-0.7018114;0.01995902,-0.06854505;0.006288828;-0.04076797,-0.09824486;-0.3700542;0.00263495,-0.1147427;-0.7091842;0.08759805,-0.1106957;-0.7657416;0.03768378,-0.0003398627;0.3998877;0.004482657,147.2826
+0;0;0,0.001812087;0.1999482;0.004176782,0.005238849;0.4997447;-0.004465797,0.1206852;0.3759661;0.01575461,0.3919045;0.3205009;0.05775105,0.6693777;0.2933623;0.08367649,-0.1140197;0.3784287;0.004332798,-0.3883207;0.3234123;0.01582951,-0.6640837;0.2752798;0.02199522,0.07343434;0.00385091;-0.03150506,0.07694443;-0.3726636;0.01972464,0.08636319;-0.7130871;0.1004904,0.08888867;-0.703362;0.002599932,-0.07149224;0.005565819;-0.03546662,-0.1072642;-0.3708653;0.002215896,-0.1283567;-0.7112148;0.08106594,-0.1231388;-0.7014207;-0.01673231,0.004000247;0.3999144;0.001225556,0;0;0,-0.0002644758;0.1998972;0.006405766,-0.0005574519;0.4997495;-0.0007278989,0.1147477;0.374943;0.02694874,0.3460923;0.2322545;0.09417737,0.6100705;0.1485084;0.1354337,-0.1163818;0.3706258;-0.005879804,-0.3578634;0.2291652;0.002813192,-0.6127387;0.1138673;-0.009225981,0.07509024;0.003351348;-0.02739024,0.07082514;-0.3716162;0.03410026,0.06290714;-0.7115168;0.117196,0.07293166;-0.7019051;0.01981106,-0.06848553;0.006300642;-0.04086605,-0.09815951;-0.3699175;0.003624201,-0.1148862;-0.7091892;0.08797441,-0.102647;-0.6994494;-0.009183846,-0.000471778;0.3998884;0.004539203,147.3049
+0;0;0,0.001812087;0.1999482;0.004176782,0.005238849;0.4997447;-0.004465797,0.1206852;0.3759661;0.01575461,0.3919045;0.3205009;0.05775105,0.6693777;0.2933623;0.08367649,-0.1140197;0.3784287;0.004332798,-0.3883207;0.3234123;0.01582951,-0.6640837;0.2752798;0.02199522,0.07343434;0.00385091;-0.03150506,0.07694443;-0.3726636;0.01972464,0.08636319;-0.7130871;0.1004904,0.08888867;-0.703362;0.002599932,-0.07149224;0.005565819;-0.03546662,-0.1072642;-0.3708653;0.002215896,-0.1283567;-0.7112148;0.08106594,-0.1231388;-0.7014207;-0.01673231,0.004000247;0.3999144;0.001225556,0;0;0,-0.0002644758;0.1998972;0.006405766,-0.0005574519;0.4997495;-0.0007278989,0.1147477;0.374943;0.02694874,0.3460923;0.2322545;0.09417737,0.6100705;0.1485084;0.1354337,-0.1163818;0.3706258;-0.005879804,-0.3578634;0.2291652;0.002813192,-0.6127387;0.1138673;-0.009225981,0.07509024;0.003351348;-0.02739024,0.07082514;-0.3716162;0.03410026,0.06290714;-0.7115168;0.117196,0.07293166;-0.7019051;0.01981106,-0.06848553;0.006300642;-0.04086605,-0.09815951;-0.3699175;0.003624201,-0.1148862;-0.7091892;0.08797441,-0.102647;-0.6994494;-0.009183846,-0.000471778;0.3998884;0.004539203,147.3164
+0;0;0,0.001812087;0.1999482;0.004176782,0.005238849;0.4997447;-0.004465797,0.1206852;0.3759661;0.01575461,0.3919045;0.3205009;0.05775105,0.6693777;0.2933623;0.08367649,-0.1140197;0.3784287;0.004332798,-0.3883207;0.3234123;0.01582951,-0.6640837;0.2752798;0.02199522,0.07343434;0.00385091;-0.03150506,0.07694443;-0.3726636;0.01972464,0.08636319;-0.7130871;0.1004904,0.08888867;-0.703362;0.002599932,-0.07149224;0.005565819;-0.03546662,-0.1072642;-0.3708653;0.002215896,-0.1283567;-0.7112148;0.08106594,-0.1231388;-0.7014207;-0.01673231,0.004000247;0.3999144;0.001225556,0;0;0,-0.0003215522;0.1998986;0.006359385,-0.0006452943;0.4997532;-0.0007020514,0.1147476;0.3753467;0.02697802,0.3492288;0.237428;0.09328808,0.6115727;0.1492921;0.1358054,-0.1165592;0.3711545;-0.006250795,-0.3604136;0.2337882;0.001842863,-0.6155294;0.1189447;-0.009423483,0.07515436;0.003362527;-0.0272124,0.07058685;-0.3716804;0.03379529,0.06282367;-0.7115682;0.1169576,0.07299058;-0.701961;0.01958835,-0.0684;0.006270838;-0.04101361,-0.09822628;-0.3699411;0.003426787,-0.1148242;-0.7091344;0.08811693,-0.1024451;-0.699393;-0.009023935,-0.000550067;0.3998901;0.004526529,147.3384
+0;0;0,0.00175009;0.1999513;0.004051045,0.005094489;0.4997442;-0.004746974,0.1205986;0.3761762;0.01563724,0.3920829;0.3216795;0.0571872,0.6704785;0.3081916;0.0839073,-0.1142523;0.3791533;0.004517689,-0.3896987;0.32975;0.0139294,-0.6662509;0.2868733;0.02289729,0.07346545;0.003861691;-0.0314311,0.07692076;-0.3727186;0.01931684,0.08632764;-0.7131338;0.1001192,0.08876441;-0.7034206;0.002228938,-0.07145704;0.005493152;-0.0355488,-0.1071987;-0.3709526;0.002016447,-0.1283037;-0.7113192;0.08078917,-0.1231745;-0.7015366;-0.0170114,0.003885263;0.3999166;0.0009954623,0;0;0,-0.0003215522;0.1998986;0.006359385,-0.0006452943;0.4997532;-0.0007020514,0.1147476;0.3753467;0.02697802,0.3492288;0.237428;0.09328808,0.6115727;0.1492921;0.1358054,-0.1165592;0.3711545;-0.006250795,-0.3604136;0.2337882;0.001842863,-0.6155294;0.1189447;-0.009423483,0.07515436;0.003362527;-0.0272124,0.07058685;-0.3716804;0.03379529,0.06282367;-0.7115682;0.1169576,0.07299058;-0.701961;0.01958835,-0.0684;0.006270838;-0.04101361,-0.09822628;-0.3699411;0.003426787,-0.1148242;-0.7091344;0.08811693,-0.1024451;-0.699393;-0.009023935,-0.000550067;0.3998901;0.004526529,147.3501
+0;0;0,0.00175009;0.1999513;0.004051045,0.005094489;0.4997442;-0.004746974,0.1205986;0.3761762;0.01563724,0.3920829;0.3216795;0.0571872,0.6704785;0.3081916;0.0839073,-0.1142523;0.3791533;0.004517689,-0.3896987;0.32975;0.0139294,-0.6662509;0.2868733;0.02289729,0.07346545;0.003861691;-0.0314311,0.07692076;-0.3727186;0.01931684,0.08632764;-0.7131338;0.1001192,0.08876441;-0.7034206;0.002228938,-0.07145704;0.005493152;-0.0355488,-0.1071987;-0.3709526;0.002016447,-0.1283037;-0.7113192;0.08078917,-0.1231745;-0.7015366;-0.0170114,0.003885263;0.3999166;0.0009954623,0;0;0,-0.0003215522;0.1998986;0.006359385,-0.0006452943;0.4997532;-0.0007020514,0.1147476;0.3753467;0.02697802,0.3492288;0.237428;0.09328808,0.6115727;0.1492921;0.1358054,-0.1165592;0.3711545;-0.006250795,-0.3604136;0.2337882;0.001842863,-0.6155294;0.1189447;-0.009423483,0.07515436;0.003362527;-0.0272124,0.07058685;-0.3716804;0.03379529,0.06282367;-0.7115682;0.1169576,0.07299058;-0.701961;0.01958835,-0.0684;0.006270838;-0.04101361,-0.09822628;-0.3699411;0.003426787,-0.1148242;-0.7091344;0.08811693,-0.1024451;-0.699393;-0.009023935,-0.000550067;0.3998901;0.004526529,147.3607
+0;0;0,0.00175009;0.1999513;0.004051045,0.005094489;0.4997442;-0.004746974,0.1205986;0.3761762;0.01563724,0.3920829;0.3216795;0.0571872,0.6704785;0.3081916;0.0839073,-0.1142523;0.3791533;0.004517689,-0.3896987;0.32975;0.0139294,-0.6662509;0.2868733;0.02289729,0.07346545;0.003861691;-0.0314311,0.07692076;-0.3727186;0.01931684,0.08632764;-0.7131338;0.1001192,0.08876441;-0.7034206;0.002228938,-0.07145704;0.005493152;-0.0355488,-0.1071987;-0.3709526;0.002016447,-0.1283037;-0.7113192;0.08078917,-0.1231745;-0.7015366;-0.0170114,0.003885263;0.3999166;0.0009954623,0;0;0,-0.0005955785;0.1999078;0.006042337,-0.001747319;0.4997317;-0.002003312,0.1139655;0.3758429;0.0266736,0.3520004;0.2439902;0.0926604,0.6218273;0.1822709;0.1348996,-0.1174553;0.3715135;-0.006737005,-0.3630846;0.2373641;0.001639608,-0.619534;0.1255544;-0.009862376,0.07520381;0.003294622;-0.02708379,0.07021579;-0.371831;0.03337997,0.06278077;-0.7116131;0.1170037,0.07303578;-0.702066;0.01965627,-0.06829661;0.0062968;-0.04118158,-0.09840397;-0.3698819;0.003350731,-0.1150893;-0.7090547;0.08810566,-0.1121736;-0.7657251;0.03830869,-0.001322091;0.3998921;0.003642993,147.3836
+0;0;0,0.001679739;0.1999567;0.003806757,0.004950357;0.4997436;-0.005214209,0.1205423;0.3765716;0.01537798,0.3932589;0.3279058;0.05608794,0.671819;0.3231182;0.08404021,-0.1144924;0.3799198;0.004475642,-0.3905997;0.3341849;0.01302564,-0.6680968;0.2981839;0.02298783,0.07351517;0.003860822;-0.03131475,0.07683801;-0.3728186;0.01870071,0.08621794;-0.7132546;0.09941861,0.08858342;-0.703563;0.00153105,-0.07138398;0.005459049;-0.03570051,-0.1072897;-0.3710071;0.001501955,-0.1283533;-0.7113683;0.08030891,-0.1232966;-0.701607;-0.01749103,0.003765904;0.3999203;0.0006091502,0;0;0,-0.0007017394;0.1999066;0.00606935,-0.001884056;0.4997387;-0.001736313,0.1138778;0.3761034;0.02684339,0.3542693;0.2481502;0.091958,0.62282;0.1813982;0.1346745,-0.1176649;0.3719391;-0.006923365,-0.3653323;0.2415539;0.0008563683,-0.6223424;0.1309771;-0.01003371,0.0752351;0.003214647;-0.0270064,0.06959583;-0.3719454;0.03318616,0.06266781;-0.7117501;0.1167607,0.07305045;-0.7021912;0.01942433,-0.06823153;0.006301069;-0.04128868,-0.09889231;-0.3698663;0.002960663,-0.115251;-0.7090459;0.08775227,-0.1121828;-0.7656962;0.03792938,-0.001458479;0.3998922;0.003786251,147.4056
+0;0;0,0.001679739;0.1999567;0.003806757,0.004950357;0.4997436;-0.005214209,0.1205423;0.3765716;0.01537798,0.3932589;0.3279058;0.05608794,0.671819;0.3231182;0.08404021,-0.1144924;0.3799198;0.004475642,-0.3905997;0.3341849;0.01302564,-0.6680968;0.2981839;0.02298783,0.07351517;0.003860822;-0.03131475,0.07683801;-0.3728186;0.01870071,0.08621794;-0.7132546;0.09941861,0.08858342;-0.703563;0.00153105,-0.07138398;0.005459049;-0.03570051,-0.1072897;-0.3710071;0.001501955,-0.1283533;-0.7113683;0.08030891,-0.1232966;-0.701607;-0.01749103,0.003765904;0.3999203;0.0006091502,0;0;0,-0.0007017394;0.1999066;0.00606935,-0.001884056;0.4997387;-0.001736313,0.1138778;0.3761034;0.02684339,0.3542693;0.2481502;0.091958,0.62282;0.1813982;0.1346745,-0.1176649;0.3719391;-0.006923365,-0.3653323;0.2415539;0.0008563683,-0.6223424;0.1309771;-0.01003371,0.0752351;0.003214647;-0.0270064,0.06959583;-0.3719454;0.03318616,0.06266781;-0.7117501;0.1167607,0.07305045;-0.7021912;0.01942433,-0.06823153;0.006301069;-0.04128868,-0.09889231;-0.3698663;0.002960663,-0.115251;-0.7090459;0.08775227,-0.1121828;-0.7656962;0.03792938,-0.001458479;0.3998922;0.003786251,147.4173
+0;0;0,0.001679739;0.1999567;0.003806757,0.004950357;0.4997436;-0.005214209,0.1205423;0.3765716;0.01537798,0.3932589;0.3279058;0.05608794,0.671819;0.3231182;0.08404021,-0.1144924;0.3799198;0.004475642,-0.3905997;0.3341849;0.01302564,-0.6680968;0.2981839;0.02298783,0.07351517;0.003860822;-0.03131475,0.07683801;-0.3728186;0.01870071,0.08621794;-0.7132546;0.09941861,0.08858342;-0.703563;0.00153105,-0.07138398;0.005459049;-0.03570051,-0.1072897;-0.3710071;0.001501955,-0.1283533;-0.7113683;0.08030891,-0.1232966;-0.701607;-0.01749103,0.003765904;0.3999203;0.0006091502,0;0;0,-0.000783178;0.1999071;0.006044582,-0.001997972;0.499742;-0.00167404,0.1138489;0.3764574;0.02683366,0.3569251;0.2531652;0.09096655,0.6246771;0.1841062;0.135009,-0.1178367;0.3723359;-0.007217892,-0.3670713;0.244944;8.888636E-05,-0.6302742;0.1500284;-0.01064706,0.07528999;0.00321608;-0.02685282,0.0695408;-0.3720128;0.03289846,0.06262507;-0.7117757;0.116644,0.07310437;-0.7022098;0.01931655,-0.06814002;0.006290576;-0.04144112,-0.09926231;-0.3699068;0.002226658,-0.1154043;-0.7089859;0.08746051,-0.1119299;-0.7657498;0.03786239,-0.00156464;0.399893;0.00380147,147.4387
+0;0;0,0.001624399;0.1999623;0.003527215,0.004783118;0.4997372;-0.005894376,0.1204479;0.3769603;0.01523913,0.3949339;0.3364775;0.05290323,0.6731479;0.333894;0.08437204,-0.1146868;0.3804585;0.004418527,-0.3914643;0.3388793;0.01250437,-0.6698987;0.3110715;0.02255227,0.07354976;0.003871904;-0.03123204,0.07690483;-0.3728804;0.01822901,0.08627745;-0.7133645;0.09874432,0.08861271;-0.7037082;0.0008633509,-0.07131385;0.005409968;-0.03584781,-0.1073877;-0.37108;0.0009491108,-0.128391;-0.7114354;0.07979734,-0.1233647;-0.7017102;-0.01799668,0.003644726;0.3999224;8.15799E-05,0;0;0,-0.000783178;0.1999071;0.006044582,-0.001997972;0.499742;-0.00167404,0.1138489;0.3764574;0.02683366,0.3569251;0.2531652;0.09096655,0.6246771;0.1841062;0.135009,-0.1178367;0.3723359;-0.007217892,-0.3670713;0.244944;8.888636E-05,-0.6302742;0.1500284;-0.01064706,0.07528999;0.00321608;-0.02685282,0.0695408;-0.3720128;0.03289846,0.06262507;-0.7117757;0.116644,0.07310437;-0.7022098;0.01931655,-0.06814002;0.006290576;-0.04144112,-0.09926231;-0.3699068;0.002226658,-0.1154043;-0.7089859;0.08746051,-0.1119299;-0.7657498;0.03786239,-0.00156464;0.399893;0.00380147,147.4503
+0;0;0,0.001624399;0.1999623;0.003527215,0.004783118;0.4997372;-0.005894376,0.1204479;0.3769603;0.01523913,0.3949339;0.3364775;0.05290323,0.6731479;0.333894;0.08437204,-0.1146868;0.3804585;0.004418527,-0.3914643;0.3388793;0.01250437,-0.6698987;0.3110715;0.02255227,0.07354976;0.003871904;-0.03123204,0.07690483;-0.3728804;0.01822901,0.08627745;-0.7133645;0.09874432,0.08861271;-0.7037082;0.0008633509,-0.07131385;0.005409968;-0.03584781,-0.1073877;-0.37108;0.0009491108,-0.128391;-0.7114354;0.07979734,-0.1233647;-0.7017102;-0.01799668,0.003644726;0.3999224;8.15799E-05,0;0;0,-0.0008745124;0.1999041;0.00612931,-0.002098277;0.4997459;-0.001366354,0.1138104;0.3767631;0.02694827,0.3593134;0.2579216;0.09023292,0.6276268;0.1918716;0.1354584,-0.1180341;0.3727722;-0.007265444,-0.3686546;0.2481079;-0.0003243671,-0.6346944;0.1616204;-0.01227202,0.07533064;0.003107389;-0.02675139,0.06924655;-0.3721526;0.03277125,0.06247504;-0.7119031;0.1165788,0.07300749;-0.7023219;0.01925392,-0.06805681;0.006331852;-0.04157137,-0.09942916;-0.3698257;0.002260841,-0.1156784;-0.7088872;0.08754424,-0.1029303;-0.6991618;-0.009545535,-0.001683475;0.3998913;0.004007913,147.4723
+0;0;0,0.001624399;0.1999623;0.003527215,0.004783118;0.4997372;-0.005894376,0.1204479;0.3769603;0.01523913,0.3949339;0.3364775;0.05290323,0.6731479;0.333894;0.08437204,-0.1146868;0.3804585;0.004418527,-0.3914643;0.3388793;0.01250437,-0.6698987;0.3110715;0.02255227,0.07354976;0.003871904;-0.03123204,0.07690483;-0.3728804;0.01822901,0.08627745;-0.7133645;0.09874432,0.08861271;-0.7037082;0.0008633509,-0.07131385;0.005409968;-0.03584781,-0.1073877;-0.37108;0.0009491108,-0.128391;-0.7114354;0.07979734,-0.1233647;-0.7017102;-0.01799668,0.003644726;0.3999224;8.15799E-05,0;0;0,-0.0008745124;0.1999041;0.00612931,-0.002098277;0.4997459;-0.001366354,0.1138104;0.3767631;0.02694827,0.3593134;0.2579216;0.09023292,0.6276268;0.1918716;0.1354584,-0.1180341;0.3727722;-0.007265444,-0.3686546;0.2481079;-0.0003243671,-0.6346944;0.1616204;-0.01227202,0.07533064;0.003107389;-0.02675139,0.06924655;-0.3721526;0.03277125,0.06247504;-0.7119031;0.1165788,0.07300749;-0.7023219;0.01925392,-0.06805681;0.006331852;-0.04157137,-0.09942916;-0.3698257;0.002260841,-0.1156784;-0.7088872;0.08754424,-0.1029303;-0.6991618;-0.009545535,-0.001683475;0.3998913;0.004007913,147.4948
+0;0;0,0.001564814;0.1999668;0.00329325,0.004627524;0.4997329;-0.006440144,0.1203921;0.3773807;0.0148966,0.3957119;0.3429229;0.05246906,0.673857;0.3433688;0.08464231,-0.1148532;0.3807911;0.004273265,-0.3920424;0.3419302;0.01175412,-0.6711125;0.3225012;0.0236856,0.07360595;0.003909366;-0.0310947,0.07670332;-0.3729214;0.0177826,0.08619957;-0.7134696;0.09801189,0.08845872;-0.7038377;0.0001342222,-0.07122932;0.005343073;-0.03602549,-0.1075221;-0.3711524;0.0004983768,-0.1285204;-0.7115345;0.07923252,-0.1235699;-0.7018287;-0.01856133,0.003520897;0.3999237;-0.000365641,0;0;0,-0.001077394;0.1999023;0.006155871,-0.002414169;0.4997466;-0.001236575,0.1136116;0.3771069;0.02690211,0.3615968;0.2628254;0.0888947,0.6304269;0.2000798;0.1357283,-0.1184236;0.3733181;-0.007487011,-0.370459;0.2515185;-0.0009301496,-0.6396627;0.1757094;-0.01443369,0.07534525;0.003045676;-0.02671735,0.06843047;-0.3722357;0.03257933,0.06191366;-0.7120046;0.1163325,0.07250701;-0.7024133;0.0190121,-0.0680053;0.006324572;-0.04165668,-0.09983778;-0.3697974;0.002148949,-0.1160979;-0.7088627;0.08741533,-0.103291;-0.6991269;-0.009668887,-0.001976747;0.3998897;0.004092628,147.506