SM_Tower_8Sided_Trim_01.fbx 902 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187
  1. ; FBX 7.5.0 project file
  2. ; Copyright (C) 1997-2010 Autodesk Inc. and/or its licensors.
  3. ; All rights reserved.
  4. ; ----------------------------------------------------
  5. FBXHeaderExtension: {
  6. FBXHeaderVersion: 1003
  7. FBXVersion: 7500
  8. CreationTimeStamp: {
  9. Version: 1000
  10. Year: 2021
  11. Month: 4
  12. Day: 5
  13. Hour: 13
  14. Minute: 35
  15. Second: 6
  16. Millisecond: 954
  17. }
  18. Creator: "FBX SDK/FBX Plugins version 2016.1.2"
  19. SceneInfo: "SceneInfo::GlobalInfo", "UserData" {
  20. Type: "UserData"
  21. Version: 100
  22. MetaData: {
  23. Version: 100
  24. Title: ""
  25. Subject: ""
  26. Author: ""
  27. Keywords: ""
  28. Revision: ""
  29. Comment: ""
  30. }
  31. Properties70: {
  32. P: "DocumentUrl", "KString", "Url", "", "A:\Lordenfel\Unity\Lordenfel\Assets\Lordenfel\Source\Source_NEW\SM_Tower_8Sided_Trim_01.fbx"
  33. P: "SrcDocumentUrl", "KString", "Url", "", "A:\Lordenfel\Unity\Lordenfel\Assets\Lordenfel\Source\Source_NEW\SM_Tower_8Sided_Trim_01.fbx"
  34. P: "Original", "Compound", "", ""
  35. P: "Original|ApplicationVendor", "KString", "", "", "Autodesk"
  36. P: "Original|ApplicationName", "KString", "", "", "Maya LT"
  37. P: "Original|ApplicationVersion", "KString", "", "", "2016"
  38. P: "Original|DateTime_GMT", "DateTime", "", "", "05/04/2021 10:35:06.954"
  39. P: "Original|FileName", "KString", "", "", "A:\Lordenfel\Unity\Lordenfel\Assets\Lordenfel\Source\Source_NEW\SM_Tower_8Sided_Trim_01.fbx"
  40. P: "LastSaved", "Compound", "", ""
  41. P: "LastSaved|ApplicationVendor", "KString", "", "", "Autodesk"
  42. P: "LastSaved|ApplicationName", "KString", "", "", "Maya LT"
  43. P: "LastSaved|ApplicationVersion", "KString", "", "", "2016"
  44. P: "LastSaved|DateTime_GMT", "DateTime", "", "", "05/04/2021 10:35:06.954"
  45. P: "Original|ApplicationActiveProject", "KString", "", "", "A:\Lordenfel\Unity\Lordenfel\Assets\Lordenfel"
  46. P: "Original|ApplicationNativeFile", "KString", "", "", "A:\Lordenfel\Maya\Lordenfel_10_Unity_EXPORT.mlt"
  47. }
  48. }
  49. }
  50. GlobalSettings: {
  51. Version: 1000
  52. Properties70: {
  53. P: "UpAxis", "int", "Integer", "",1
  54. P: "UpAxisSign", "int", "Integer", "",1
  55. P: "FrontAxis", "int", "Integer", "",2
  56. P: "FrontAxisSign", "int", "Integer", "",1
  57. P: "CoordAxis", "int", "Integer", "",0
  58. P: "CoordAxisSign", "int", "Integer", "",1
  59. P: "OriginalUpAxis", "int", "Integer", "",1
  60. P: "OriginalUpAxisSign", "int", "Integer", "",1
  61. P: "UnitScaleFactor", "double", "Number", "",1
  62. P: "OriginalUnitScaleFactor", "double", "Number", "",1
  63. P: "AmbientColor", "ColorRGB", "Color", "",0,0,0
  64. P: "DefaultCamera", "KString", "", "", "Producer Perspective"
  65. P: "TimeMode", "enum", "", "",6
  66. P: "TimeProtocol", "enum", "", "",2
  67. P: "SnapOnFrameMode", "enum", "", "",0
  68. P: "TimeSpanStart", "KTime", "Time", "",1539538600
  69. P: "TimeSpanStop", "KTime", "Time", "",92372316000
  70. P: "CustomFrameRate", "double", "Number", "",-1
  71. P: "TimeMarker", "Compound", "", ""
  72. P: "CurrentTimeMarker", "int", "Integer", "",-1
  73. }
  74. }
  75. ; Documents Description
  76. ;------------------------------------------------------------------
  77. Documents: {
  78. Count: 1
  79. Document: 2268517672256, "", "Scene" {
  80. Properties70: {
  81. P: "SourceObject", "object", "", ""
  82. P: "ActiveAnimStackName", "KString", "", "", "Take 001"
  83. }
  84. RootNode: 0
  85. }
  86. }
  87. ; Document References
  88. ;------------------------------------------------------------------
  89. References: {
  90. }
  91. ; Object definitions
  92. ;------------------------------------------------------------------
  93. Definitions: {
  94. Version: 100
  95. Count: 33
  96. ObjectType: "GlobalSettings" {
  97. Count: 1
  98. }
  99. ObjectType: "AnimationStack" {
  100. Count: 1
  101. PropertyTemplate: "FbxAnimStack" {
  102. Properties70: {
  103. P: "Description", "KString", "", "", ""
  104. P: "LocalStart", "KTime", "Time", "",0
  105. P: "LocalStop", "KTime", "Time", "",0
  106. P: "ReferenceStart", "KTime", "Time", "",0
  107. P: "ReferenceStop", "KTime", "Time", "",0
  108. }
  109. }
  110. }
  111. ObjectType: "AnimationLayer" {
  112. Count: 1
  113. PropertyTemplate: "FbxAnimLayer" {
  114. Properties70: {
  115. P: "Weight", "Number", "", "A",100
  116. P: "Mute", "bool", "", "",0
  117. P: "Solo", "bool", "", "",0
  118. P: "Lock", "bool", "", "",0
  119. P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8
  120. P: "BlendMode", "enum", "", "",0
  121. P: "RotationAccumulationMode", "enum", "", "",0
  122. P: "ScaleAccumulationMode", "enum", "", "",0
  123. P: "BlendModeBypass", "ULongLong", "", "",0
  124. }
  125. }
  126. }
  127. ObjectType: "NodeAttribute" {
  128. Count: 2
  129. PropertyTemplate: "FbxNull" {
  130. Properties70: {
  131. P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8
  132. P: "Size", "double", "Number", "",100
  133. P: "Look", "enum", "", "",1
  134. }
  135. }
  136. }
  137. ObjectType: "Model" {
  138. Count: 12
  139. PropertyTemplate: "FbxNode" {
  140. Properties70: {
  141. P: "QuaternionInterpolate", "enum", "", "",0
  142. P: "RotationOffset", "Vector3D", "Vector", "",0,0,0
  143. P: "RotationPivot", "Vector3D", "Vector", "",0,0,0
  144. P: "ScalingOffset", "Vector3D", "Vector", "",0,0,0
  145. P: "ScalingPivot", "Vector3D", "Vector", "",0,0,0
  146. P: "TranslationActive", "bool", "", "",0
  147. P: "TranslationMin", "Vector3D", "Vector", "",0,0,0
  148. P: "TranslationMax", "Vector3D", "Vector", "",0,0,0
  149. P: "TranslationMinX", "bool", "", "",0
  150. P: "TranslationMinY", "bool", "", "",0
  151. P: "TranslationMinZ", "bool", "", "",0
  152. P: "TranslationMaxX", "bool", "", "",0
  153. P: "TranslationMaxY", "bool", "", "",0
  154. P: "TranslationMaxZ", "bool", "", "",0
  155. P: "RotationOrder", "enum", "", "",0
  156. P: "RotationSpaceForLimitOnly", "bool", "", "",0
  157. P: "RotationStiffnessX", "double", "Number", "",0
  158. P: "RotationStiffnessY", "double", "Number", "",0
  159. P: "RotationStiffnessZ", "double", "Number", "",0
  160. P: "AxisLen", "double", "Number", "",10
  161. P: "PreRotation", "Vector3D", "Vector", "",0,0,0
  162. P: "PostRotation", "Vector3D", "Vector", "",0,0,0
  163. P: "RotationActive", "bool", "", "",0
  164. P: "RotationMin", "Vector3D", "Vector", "",0,0,0
  165. P: "RotationMax", "Vector3D", "Vector", "",0,0,0
  166. P: "RotationMinX", "bool", "", "",0
  167. P: "RotationMinY", "bool", "", "",0
  168. P: "RotationMinZ", "bool", "", "",0
  169. P: "RotationMaxX", "bool", "", "",0
  170. P: "RotationMaxY", "bool", "", "",0
  171. P: "RotationMaxZ", "bool", "", "",0
  172. P: "InheritType", "enum", "", "",0
  173. P: "ScalingActive", "bool", "", "",0
  174. P: "ScalingMin", "Vector3D", "Vector", "",0,0,0
  175. P: "ScalingMax", "Vector3D", "Vector", "",1,1,1
  176. P: "ScalingMinX", "bool", "", "",0
  177. P: "ScalingMinY", "bool", "", "",0
  178. P: "ScalingMinZ", "bool", "", "",0
  179. P: "ScalingMaxX", "bool", "", "",0
  180. P: "ScalingMaxY", "bool", "", "",0
  181. P: "ScalingMaxZ", "bool", "", "",0
  182. P: "GeometricTranslation", "Vector3D", "Vector", "",0,0,0
  183. P: "GeometricRotation", "Vector3D", "Vector", "",0,0,0
  184. P: "GeometricScaling", "Vector3D", "Vector", "",1,1,1
  185. P: "MinDampRangeX", "double", "Number", "",0
  186. P: "MinDampRangeY", "double", "Number", "",0
  187. P: "MinDampRangeZ", "double", "Number", "",0
  188. P: "MaxDampRangeX", "double", "Number", "",0
  189. P: "MaxDampRangeY", "double", "Number", "",0
  190. P: "MaxDampRangeZ", "double", "Number", "",0
  191. P: "MinDampStrengthX", "double", "Number", "",0
  192. P: "MinDampStrengthY", "double", "Number", "",0
  193. P: "MinDampStrengthZ", "double", "Number", "",0
  194. P: "MaxDampStrengthX", "double", "Number", "",0
  195. P: "MaxDampStrengthY", "double", "Number", "",0
  196. P: "MaxDampStrengthZ", "double", "Number", "",0
  197. P: "PreferedAngleX", "double", "Number", "",0
  198. P: "PreferedAngleY", "double", "Number", "",0
  199. P: "PreferedAngleZ", "double", "Number", "",0
  200. P: "LookAtProperty", "object", "", ""
  201. P: "UpVectorProperty", "object", "", ""
  202. P: "Show", "bool", "", "",1
  203. P: "NegativePercentShapeSupport", "bool", "", "",1
  204. P: "DefaultAttributeIndex", "int", "Integer", "",-1
  205. P: "Freeze", "bool", "", "",0
  206. P: "LODBox", "bool", "", "",0
  207. P: "Lcl Translation", "Lcl Translation", "", "A",0,0,0
  208. P: "Lcl Rotation", "Lcl Rotation", "", "A",0,0,0
  209. P: "Lcl Scaling", "Lcl Scaling", "", "A",1,1,1
  210. P: "Visibility", "Visibility", "", "A",1
  211. P: "Visibility Inheritance", "Visibility Inheritance", "", "",1
  212. }
  213. }
  214. }
  215. ObjectType: "Geometry" {
  216. Count: 10
  217. PropertyTemplate: "FbxMesh" {
  218. Properties70: {
  219. P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8
  220. P: "BBoxMin", "Vector3D", "Vector", "",0,0,0
  221. P: "BBoxMax", "Vector3D", "Vector", "",0,0,0
  222. P: "Primary Visibility", "bool", "", "",1
  223. P: "Casts Shadows", "bool", "", "",1
  224. P: "Receive Shadows", "bool", "", "",1
  225. }
  226. }
  227. }
  228. ObjectType: "Material" {
  229. Count: 2
  230. PropertyTemplate: "FbxSurfacePhong" {
  231. Properties70: {
  232. P: "ShadingModel", "KString", "", "", "Phong"
  233. P: "MultiLayer", "bool", "", "",0
  234. P: "EmissiveColor", "Color", "", "A",0,0,0
  235. P: "EmissiveFactor", "Number", "", "A",1
  236. P: "AmbientColor", "Color", "", "A",0.2,0.2,0.2
  237. P: "AmbientFactor", "Number", "", "A",1
  238. P: "DiffuseColor", "Color", "", "A",0.8,0.8,0.8
  239. P: "DiffuseFactor", "Number", "", "A",1
  240. P: "Bump", "Vector3D", "Vector", "",0,0,0
  241. P: "NormalMap", "Vector3D", "Vector", "",0,0,0
  242. P: "BumpFactor", "double", "Number", "",1
  243. P: "TransparentColor", "Color", "", "A",0,0,0
  244. P: "TransparencyFactor", "Number", "", "A",0
  245. P: "DisplacementColor", "ColorRGB", "Color", "",0,0,0
  246. P: "DisplacementFactor", "double", "Number", "",1
  247. P: "VectorDisplacementColor", "ColorRGB", "Color", "",0,0,0
  248. P: "VectorDisplacementFactor", "double", "Number", "",1
  249. P: "SpecularColor", "Color", "", "A",0.2,0.2,0.2
  250. P: "SpecularFactor", "Number", "", "A",1
  251. P: "ShininessExponent", "Number", "", "A",20
  252. P: "ReflectionColor", "Color", "", "A",0,0,0
  253. P: "ReflectionFactor", "Number", "", "A",1
  254. }
  255. }
  256. }
  257. ObjectType: "Texture" {
  258. Count: 2
  259. PropertyTemplate: "FbxFileTexture" {
  260. Properties70: {
  261. P: "TextureTypeUse", "enum", "", "",0
  262. P: "Texture alpha", "Number", "", "A",1
  263. P: "CurrentMappingType", "enum", "", "",0
  264. P: "WrapModeU", "enum", "", "",0
  265. P: "WrapModeV", "enum", "", "",0
  266. P: "UVSwap", "bool", "", "",0
  267. P: "PremultiplyAlpha", "bool", "", "",1
  268. P: "Translation", "Vector", "", "A",0,0,0
  269. P: "Rotation", "Vector", "", "A",0,0,0
  270. P: "Scaling", "Vector", "", "A",1,1,1
  271. P: "TextureRotationPivot", "Vector3D", "Vector", "",0,0,0
  272. P: "TextureScalingPivot", "Vector3D", "Vector", "",0,0,0
  273. P: "CurrentTextureBlendMode", "enum", "", "",1
  274. P: "UVSet", "KString", "", "", "default"
  275. P: "UseMaterial", "bool", "", "",0
  276. P: "UseMipMap", "bool", "", "",0
  277. }
  278. }
  279. }
  280. ObjectType: "Video" {
  281. Count: 2
  282. PropertyTemplate: "FbxVideo" {
  283. Properties70: {
  284. P: "ImageSequence", "bool", "", "",0
  285. P: "ImageSequenceOffset", "int", "Integer", "",0
  286. P: "FrameRate", "double", "Number", "",0
  287. P: "LastFrame", "int", "Integer", "",0
  288. P: "Width", "int", "Integer", "",0
  289. P: "Height", "int", "Integer", "",0
  290. P: "Path", "KString", "XRefUrl", "", ""
  291. P: "StartFrame", "int", "Integer", "",0
  292. P: "StopFrame", "int", "Integer", "",0
  293. P: "PlaySpeed", "double", "Number", "",0
  294. P: "Offset", "KTime", "Time", "",0
  295. P: "InterlaceMode", "enum", "", "",0
  296. P: "FreeRunning", "bool", "", "",0
  297. P: "Loop", "bool", "", "",0
  298. P: "AccessMode", "enum", "", "",0
  299. }
  300. }
  301. }
  302. }
  303. ; Object properties
  304. ;------------------------------------------------------------------
  305. Objects: {
  306. NodeAttribute: 2268466662096, "NodeAttribute::", "Null" {
  307. Properties70: {
  308. P: "Look", "enum", "", "",0
  309. }
  310. TypeFlags: "Null"
  311. }
  312. NodeAttribute: 2268522928848, "NodeAttribute::", "LodGroup" {
  313. Properties70: {
  314. P: "WorldSpace", "bool", "", "",1
  315. P: "Thresholds|Level0", "Distance", "", "",100, "cm"
  316. P: "DisplayLevels|Level0", "enum", "", "",1
  317. P: "DisplayLevels|Level1", "enum", "", "",1
  318. }
  319. }
  320. Geometry: 2267733810336, "Geometry::", "Mesh" {
  321. Vertices: *2832 {
  322. a: 47.115234375,-12.881591796875,486.13916015625,47.115234375,-14.655029296875,484.49365234375,47.115234375,-14.3724365234375,427.474609375,47.115234375,-13.2005615234375,425.83056640625,47.59765625,12.703125,429.15869140625,47.10546875,13.341552734375,481.966064453125,47.107421875,11.7701416015625,483.341796875,122.646484375,-11.7120361328125,483.943115234375,123.1015625,-11.908447265625,430.683349609375,122.638671875,11.942138671875,428.15625,122.634765625,13.5274658203125,430.08642578125,122.63671875,12.7373046875,482.99853515625,122.646484375,-13.462158203125,482.310791015625,-46.84765625,-13.5322265625,482.110595703125,-46.84765625,-13.052001953125,429.719970703125,-46.8515625,11.47705078125,480.28759765625,-46.84765625,-12.046630859375,483.478515625,-46.84765625,-11.9798583984375,428.01171875,-46.857421875,12.1568603515625,428.075927734375,-46.861328125,13.548583984375,429.4208984375,-126.712890625,-12.897216796875,481.90966796875,-126.712890625,-14.02587890625,427.4716796875,-126.72265625,13.15283203125,485.670654296875,-126.712890625,-11.418701171875,483.260009765625,-126.712890625,-12.8673095703125,425.436767578125,-126.72265625,12.1407470703125,428.215087890625,-126.728515625,13.5533447265625,429.376953125,-126.728515625,14.60595703125,484.412841796875,-48.958984375,12.473388671875,482.40380859375,-48.947265625,-13.09765625,485.866455078125,-48.947265625,-14.707763671875,484.38427734375,-48.947265625,-14.180908203125,427.47314453125,-48.947265625,-13.016357421875,425.61279296875,-48.958984375,13.214599609375,425.68701171875,-48.966796875,14.7237548828125,427.139892578125,-45.62890625,12.47265625,482.407470703125,-45.615234375,-13.0902099609375,485.8759765625,-45.615234375,-14.7060546875,484.38818359375,-45.615234375,-14.1876220703125,427.47314453125,-45.615234375,-13.022705078125,425.62060546875,-45.630859375,13.20947265625,425.68798828125,-45.6328125,14.722900390625,427.15380859375,45.595703125,12.704833984375,429.154541015625,119.470703125,14.6253662109375,484.613037109375,119.478515625,13.003173828125,486.03857421875,
  323. 121.650390625,-12.71435546875,486.3505859375,121.650390625,-14.614013671875,484.57861328125,124.15625,-12.7093505859375,486.356689453125,124.15625,-14.61279296875,484.5810546875,124.12109375,12.646728515625,483.9599609375,-48.966796875,14.62353515625,479.441650390625,-59.015625,14.61279296875,484.46728515625,-60.81640625,13.1146240234375,485.76806640625,-48.93359375,5.18359375,485.81005859375,-46.83203125,4.379638671875,483.426025390625,-45.60546875,4.5169677734375,485.818603515625,-40.853515625,13.10302734375,485.797607421875,-40.78125,14.6148681640625,484.482177734375,-45.6328125,14.6246337890625,479.0107421875,-46.861328125,13.45751953125,477.308349609375,63.46875,14.6943359375,427.600341796875,64.0859375,13.044189453125,425.7255859375,47.111328125,10.00830078125,425.732666015625,37.216796875,13.084716796875,425.716552734375,37.1875,14.701171875,427.49267578125,47.099609375,14.68994140625,434.09130859375,-126.732421875,14.7291259765625,433.08642578125,-137.333984375,14.746826171875,426.77783203125,-137.44921875,13.3475341796875,425.656494140625,-126.69140625,2.1937255859375,425.566162109375,-122.298828125,13.3248291015625,425.66162109375,-118.197265625,14.741943359375,426.8564453125,124.134765625,14.673583984375,434.912841796875,122.634765625,13.5203857421875,438.605224609375,121.634765625,14.669921875,438.545166015625,110.931640625,14.6817626953125,427.794677734375,110.939453125,12.973876953125,425.741943359375,121.658203125,6.984130859375,425.804443359375,122.65625,7.0135498046875,428.205078125,124.158203125,8.53369140625,425.790283203125,133.015625,12.94189453125,425.749267578125,132.400390625,14.6771240234375,427.881103515625,124.134765625,14.6392822265625,476.566162109375,127.818359375,14.633056640625,484.6181640625,128.546875,13.0064697265625,486.048828125,124.158203125,7.133056640625,486.115234375,122.658203125,6.212646484375,483.72607421875,122.634765625,13.4896240234375,475.698974609375,-126.712890625,-8.2183837890625,485.650390625,-138.078125,-13.2978515625,485.613525390625,-138.431640625,-14.75732421875,484.2822265625,
  324. -126.712890625,-14.589599609375,471.656005859375,-120.21484375,-14.7471923828125,484.302978515625,-119.923828125,-13.257080078125,485.6650390625,47.099609375,14.630859375,479.23291015625,40.328125,14.623046875,484.54736328125,39.046875,13.056884765625,485.91650390625,47.126953125,5.80322265625,485.98779296875,56.158203125,13.046142578125,485.9423828125,56.740234375,14.6240234375,484.56103515625,124.15625,-8.26513671875,425.954345703125,136.59765625,-13.37158203125,426.033203125,137.33203125,-14.5516357421875,427.4765625,124.15625,-14.533447265625,432.883056640625,122.646484375,-13.3858642578125,434.060791015625,121.650390625,-14.53125,433.754150390625,102.70703125,-14.4832763671875,427.47607421875,103.0390625,-13.307861328125,425.9580078125,121.650390625,-9.543212890625,425.962890625,122.646484375,-8.944091796875,428.359130859375,-201.658203125,-14.681640625,483.897216796875,-177.423828125,-14.27734375,427.23583984375,-202.259765625,13.0802001953125,485.307373046875,-201.69140625,14.618896484375,483.97216796875,-176.6796875,-13.109619140625,425.49267578125,-177.3671875,14.711181640625,427.098388671875,-176.671875,13.1416015625,425.474365234375,-202.32421875,-12.9898681640625,485.45068359375,200.19921875,-12.9898681640625,486.330322265625,175.927734375,13.1416015625,425.781982421875,176.5859375,14.711181640625,427.421142578125,199.6015625,14.618896484375,484.8369140625,199.57421875,-14.681640625,484.761474609375,200.14453125,13.0802001953125,486.18359375,175.935546875,-13.109619140625,425.799560546875,176.64453125,-14.27734375,427.55859375,-310.4375,-12.881591796875,377.06787109375,-309.2734375,-14.655029296875,375.904541015625,-268.95703125,-14.3724365234375,335.5859375,-267.79296875,-13.2005615234375,334.423583984375,-269.8046875,12.703125,337.116943359375,-307.49609375,13.341552734375,374.109375,-308.46484375,11.7701416015625,375.084228515625,-255.4765625,-11.7120361328125,428.923095703125,-217.494140625,-11.908447265625,391.583984375,-216.03515625,11.942138671875,389.470458984375,-217.40234375,13.5274658203125,390.832763671875,
  325. -254.81640625,12.7373046875,428.24853515625,-254.3203125,-13.462158203125,427.76904296875,-374.03125,-13.5322265625,307.77783203125,-336.984375,-13.052001953125,270.7314453125,-372.744140625,11.47705078125,306.485595703125,-374.998046875,-12.046630859375,308.7451171875,-335.77734375,-11.9798583984375,269.523681640625,-335.830078125,12.1568603515625,269.5625,-336.783203125,13.548583984375,270.509765625,-430.36328125,-12.897216796875,251.1611328125,-391.869140625,-14.02587890625,212.668212890625,-433.029296875,13.15283203125,253.813720703125,-431.318359375,-11.418701171875,252.115966796875,-390.431640625,-12.8673095703125,211.22900390625,-392.40234375,12.1407470703125,213.186279296875,-393.224609375,13.5533447265625,214.0048828125,-432.142578125,14.60595703125,252.92138671875,-375.732421875,12.473388671875,306.4912109375,-378.171875,-13.09765625,308.94873046875,-377.123046875,-14.707763671875,307.90087890625,-336.880859375,-14.180908203125,267.658203125,-335.56640625,-13.016357421875,266.34326171875,-335.626953125,13.214599609375,266.38671875,-336.658203125,14.7237548828125,267.409912109375,-373.37890625,12.47265625,308.848388671875,-375.822265625,-13.0902099609375,311.3115234375,-374.76953125,-14.7060546875,310.259033203125,-334.525390625,-14.1876220703125,270.014404296875,-333.21484375,-13.022705078125,268.7041015625,-333.2734375,13.20947265625,268.740234375,-334.3125,14.722900390625,269.774658203125,-271.21875,12.704833984375,335.69970703125,-258.1953125,14.6253662109375,427.1513671875,-259.19921875,13.003173828125,428.164306640625,-257.8828125,-12.71435546875,429.920654296875,-256.630859375,-14.614013671875,428.667236328125,-256.115234375,-12.7093505859375,431.697021484375,-254.859375,-14.61279296875,430.44189453125,-254.447265625,12.646728515625,429.978515625,-373.640625,14.62353515625,304.392822265625,-384.30078125,14.61279296875,300.840087890625,-386.49609375,13.1146240234375,300.486572265625,-378.123046875,5.18359375,308.91748046875,-374.94921875,4.379638671875,308.71875,-375.775390625,4.5169677734375,311.277587890625,
  326. -372.400390625,13.10302734375,314.622802734375,-371.41796875,14.6148681640625,313.74365234375,-370.98046875,14.6246337890625,306.44287109375,-370.64453125,13.45751953125,304.3720703125,-257.482421875,14.6943359375,347.237060546875,-255.71875,13.044189453125,346.348388671875,-267.7265625,10.00830078125,334.3515625,-274.7109375,13.084716796875,327.343505859375,-275.990234375,14.701171875,328.578125,-273.64453125,14.68994140625,340.25390625,-395.8515625,14.7291259765625,216.62548828125,-398.888671875,14.746826171875,204.667236328125,-398.17578125,13.3475341796875,203.793701171875,-390.505859375,2.1937255859375,211.3369140625,-387.466796875,13.3248291015625,214.509765625,-385.412109375,14.741943359375,218.2548828125,-219.75390625,14.673583984375,395.306396484375,-223.42578125,13.5203857421875,396.8564453125,-224.091796875,14.669921875,396.10693359375,-224.056640625,14.6817626953125,380.935302734375,-222.59765625,12.973876953125,379.491455078125,-215.064453125,6.984130859375,387.1142578125,-216.056640625,7.0135498046875,389.516845703125,-213.287109375,8.53369140625,388.87158203125,-206.99609375,12.94189453125,395.10546875,-208.9375,14.6771240234375,396.178955078125,-249.20703125,14.6392822265625,424.76025390625,-252.294921875,14.633056640625,433.05859375,-252.794921875,13.0064697265625,434.584716796875,-255.943359375,7.133056640625,431.528564453125,-255.31640625,6.212646484375,428.77734375,-249.65625,13.4896240234375,423.085205078125,-433.009765625,-8.2183837890625,253.80615234375,-441.01953125,-13.2978515625,245.743896484375,-440.326171875,-14.75732421875,244.553955078125,-423.11328125,-14.589599609375,243.91064453125,-427.4609375,-14.7471923828125,257.448974609375,-428.21875,-13.257080078125,258.6171875,-305.564453125,14.630859375,372.173828125,-314.109375,14.623046875,371.143798828125,-315.986328125,13.056884765625,371.20654296875,-310.322265625,5.80322265625,376.969482421875,-303.904296875,13.046142578125,383.32275390625,-302.517578125,14.6240234375,382.756103515625,-213.404296875,-8.26513671875,388.986328125,-204.6640625,-13.37158203125,397.83984375,
  327. -205.1640625,-14.5516357421875,399.37939453125,-218.3046875,-14.533447265625,393.88623046875,-220.203125,-13.3858642578125,393.6513671875,-220.69140625,-14.53125,392.7294921875,-229.646484375,-14.4832763671875,374.896484375,-228.33984375,-13.307861328125,374.05712890625,-215.18359375,-9.543212890625,387.220458984375,-216.173828125,-8.944091796875,389.619140625,-484.763671875,-14.681640625,199.5732421875,-427.55859375,-14.27734375,176.6435546875,-486.185546875,13.0802001953125,200.144775390625,-484.83984375,14.618896484375,199.60302734375,-425.80078125,-13.109619140625,175.937255859375,-427.421875,14.711181640625,176.586669921875,-425.78125,13.1416015625,175.9296875,-486.33203125,-12.9898681640625,200.2001953125,-486.138671875,-12.881591796875,47.115234375,-484.494140625,-14.655029296875,47.115234375,-427.474609375,-14.3724365234375,47.115234375,-425.83203125,-13.2005615234375,47.115234375,-429.16015625,12.703125,47.596923828125,-481.966796875,13.341552734375,47.105712890625,-483.341796875,11.7701416015625,47.107666015625,-483.943359375,-11.7120361328125,122.64697265625,-430.68359375,-11.908447265625,123.1005859375,-428.15625,11.942138671875,122.638427734375,-430.087890625,13.5274658203125,122.634521484375,-483,12.7373046875,122.636474609375,-482.3125,-13.462158203125,122.64697265625,-482.111328125,-13.5322265625,-46.84716796875,-429.71875,-13.052001953125,-46.84716796875,-480.287109375,11.47705078125,-46.85107421875,-483.478515625,-12.046630859375,-46.84716796875,-428.01171875,-11.9798583984375,-46.84716796875,-428.076171875,12.1568603515625,-46.857666015625,-429.421875,13.548583984375,-46.861328125,-481.91015625,-12.897216796875,-126.713134765625,-427.47265625,-14.02587890625,-126.713134765625,-485.671875,13.15283203125,-126.7236328125,-483.26171875,-11.418701171875,-126.713134765625,-425.4375,-12.8673095703125,-126.713134765625,-428.21484375,12.1407470703125,-126.7236328125,-429.376953125,13.5533447265625,-126.728271484375,-484.412109375,14.60595703125,-126.728271484375,-482.404296875,12.473388671875,-48.958984375,
  328. -485.8671875,-13.09765625,-48.946533203125,-484.384765625,-14.707763671875,-48.946533203125,-427.474609375,-14.180908203125,-48.946533203125,-425.61328125,-13.016357421875,-48.946533203125,-425.6875,13.214599609375,-48.958984375,-427.140625,14.7237548828125,-48.965576171875,-482.408203125,12.47265625,-45.6298828125,-485.875,-13.0902099609375,-45.615478515625,-484.388671875,-14.7060546875,-45.615478515625,-427.474609375,-14.1876220703125,-45.615478515625,-425.62109375,-13.022705078125,-45.615478515625,-425.6875,13.20947265625,-45.631591796875,-427.154296875,14.722900390625,-45.633544921875,-429.154296875,12.704833984375,45.5966796875,-484.61328125,14.6253662109375,119.47119140625,-486.0390625,13.003173828125,119.477783203125,-486.3515625,-12.71435546875,121.6494140625,-484.580078125,-14.614013671875,121.6494140625,-486.357421875,-12.7093505859375,124.156005859375,-484.58203125,-14.61279296875,124.156005859375,-483.9609375,12.646728515625,124.12109375,-479.443359375,14.62353515625,-48.965576171875,-484.46875,14.61279296875,-59.015625,-485.767578125,13.1146240234375,-60.815673828125,-485.80859375,5.18359375,-48.934326171875,-483.42578125,4.379638671875,-46.8330078125,-485.818359375,4.5169677734375,-45.60498046875,-485.798828125,13.10302734375,-40.85302734375,-484.482421875,14.6148681640625,-40.781005859375,-479.01171875,14.6246337890625,-45.633544921875,-477.30859375,13.45751953125,-46.861328125,-427.6015625,14.6943359375,63.46728515625,-425.724609375,13.044189453125,64.085205078125,-425.732421875,10.00830078125,47.111328125,-425.716796875,13.084716796875,37.2177734375,-427.4921875,14.701171875,37.1865234375,-434.08984375,14.68994140625,47.10107421875,-433.0859375,14.7291259765625,-126.732177734375,-426.779296875,14.746826171875,-137.33447265625,-425.65625,13.3475341796875,-137.44921875,-425.56640625,2.1937255859375,-126.69140625,-425.662109375,13.3248291015625,-122.29833984375,-426.857421875,14.741943359375,-118.197021484375,-434.9140625,14.673583984375,124.13525390625,-438.60546875,13.5203857421875,122.634521484375,
  329. -438.544921875,14.669921875,121.635009765625,-427.794921875,14.6817626953125,110.930419921875,-425.7421875,12.973876953125,110.94091796875,-425.8046875,6.984130859375,121.65771484375,-428.205078125,7.0135498046875,122.655517578125,-425.7890625,8.53369140625,124.157958984375,-425.75,12.94189453125,133.01513671875,-427.880859375,14.6771240234375,132.4013671875,-476.56640625,14.6392822265625,124.13525390625,-484.6171875,14.633056640625,127.81982421875,-486.048828125,13.0064697265625,128.54638671875,-486.1171875,7.133056640625,124.157958984375,-483.7265625,6.212646484375,122.6572265625,-475.69921875,13.4896240234375,122.634521484375,-485.650390625,-8.2183837890625,-126.713134765625,-485.615234375,-13.2978515625,-138.0791015625,-484.283203125,-14.75732421875,-138.4306640625,-471.65625,-14.589599609375,-126.713134765625,-484.302734375,-14.7471923828125,-120.21484375,-485.666015625,-13.257080078125,-119.925048828125,-479.232421875,14.630859375,47.10107421875,-484.546875,14.623046875,40.3291015625,-485.91796875,13.056884765625,39.048095703125,-485.98828125,5.80322265625,47.12744140625,-485.94140625,13.046142578125,56.158203125,-484.560546875,14.6240234375,56.739013671875,-425.955078125,-8.26513671875,124.156005859375,-426.033203125,-13.37158203125,136.597412109375,-427.4765625,-14.5516357421875,137.33154296875,-432.884765625,-14.533447265625,124.156005859375,-434.060546875,-13.3858642578125,122.64697265625,-433.755859375,-14.53125,121.6494140625,-427.4765625,-14.4832763671875,102.70703125,-425.958984375,-13.307861328125,103.03955078125,-425.96484375,-9.543212890625,121.6494140625,-428.359375,-8.944091796875,122.64697265625,-483.8984375,-14.681640625,-201.65869140625,-427.23828125,-14.27734375,-177.423828125,-485.306640625,13.0802001953125,-202.260009765625,-483.970703125,14.618896484375,-201.690673828125,-425.4921875,-13.109619140625,-176.67919921875,-427.09765625,14.711181640625,-177.366943359375,-425.474609375,13.1416015625,-176.672119140625,-485.451171875,-12.9898681640625,-202.32421875,-377.068359375,-12.881591796875,-310.436279296875,
  330. -375.904296875,-14.655029296875,-309.27294921875,-335.5859375,-14.3724365234375,-268.9541015625,-334.423828125,-13.2005615234375,-267.791748046875,-337.1171875,12.703125,-269.8046875,-374.111328125,13.341552734375,-307.4931640625,-375.083984375,11.7701416015625,-308.4638671875,-428.923828125,-11.7120361328125,-255.47509765625,-391.583984375,-11.908447265625,-217.4931640625,-389.470703125,11.942138671875,-216.033203125,-390.833984375,13.5274658203125,-217.4013671875,-428.25,12.7373046875,-254.814208984375,-427.76953125,-13.462158203125,-254.32080078125,-307.77734375,-13.5322265625,-374.029296875,-270.732421875,-13.052001953125,-336.9833984375,-306.484375,11.47705078125,-372.7431640625,-308.74609375,-12.046630859375,-374.9970703125,-269.525390625,-11.9798583984375,-335.775390625,-269.5625,12.1568603515625,-335.82861328125,-270.509765625,13.548583984375,-336.7822265625,-251.16015625,-12.897216796875,-430.361328125,-212.669921875,-14.02587890625,-391.868408203125,-253.8125,13.15283203125,-433.0283203125,-252.115234375,-11.418701171875,-431.31640625,-211.23046875,-12.8673095703125,-390.42919921875,-213.1875,12.1407470703125,-392.40087890625,-214.005859375,13.5533447265625,-393.22509765625,-252.923828125,14.60595703125,-432.1416015625,-306.4921875,12.473388671875,-375.730224609375,-308.94921875,-13.09765625,-378.169921875,-307.90234375,-14.707763671875,-377.1220703125,-267.658203125,-14.180908203125,-336.879150390625,-266.34375,-13.016357421875,-335.564208984375,-266.38671875,13.214599609375,-335.625732421875,-267.41015625,14.7237548828125,-336.656982421875,-308.849609375,12.47265625,-373.37890625,-311.3125,-13.0902099609375,-375.82080078125,-310.259765625,-14.7060546875,-374.7685546875,-270.013671875,-14.1876220703125,-334.52392578125,-268.705078125,-13.022705078125,-333.213623046875,-268.740234375,13.20947265625,-333.2734375,-269.775390625,14.722900390625,-334.311279296875,-335.69921875,12.704833984375,-271.216796875,-427.15234375,14.6253662109375,-258.194091796875,-428.166015625,13.003173828125,-259.19775390625,-429.919921875,-12.71435546875,-257.8828125,
  331. -428.66796875,-14.614013671875,-256.6298828125,-431.697265625,-12.7093505859375,-256.114501953125,-430.443359375,-14.61279296875,-254.85888671875,-429.978515625,12.646728515625,-254.4443359375,-304.392578125,14.62353515625,-373.640380859375,-300.83984375,14.61279296875,-384.300537109375,-300.486328125,13.1146240234375,-386.49267578125,-308.91796875,5.18359375,-378.12158203125,-308.71875,4.379638671875,-374.94921875,-311.279296875,4.5169677734375,-375.77294921875,-314.623046875,13.10302734375,-372.397705078125,-313.744140625,14.6148681640625,-371.416748046875,-306.443359375,14.6246337890625,-370.9794921875,-304.373046875,13.45751953125,-370.6435546875,-347.23828125,14.6943359375,-257.480224609375,-346.34765625,13.044189453125,-255.718017578125,-334.3515625,10.00830078125,-267.7255859375,-327.34375,13.084716796875,-274.709716796875,-328.578125,14.701171875,-275.98779296875,-340.25390625,14.68994140625,-273.64306640625,-216.626953125,14.7291259765625,-395.85107421875,-204.66796875,14.746826171875,-398.8876953125,-203.794921875,13.3475341796875,-398.17578125,-211.337890625,2.1937255859375,-390.50439453125,-214.51171875,13.3248291015625,-387.4658203125,-218.255859375,14.741943359375,-385.410888671875,-395.306640625,14.673583984375,-219.7529296875,-396.85546875,13.5203857421875,-223.4248046875,-396.107421875,14.669921875,-224.089111328125,-380.935546875,14.6817626953125,-224.056884765625,-379.4921875,12.973876953125,-222.597900390625,-387.115234375,6.984130859375,-215.064208984375,-389.517578125,7.0135498046875,-216.05615234375,-388.87109375,8.53369140625,-213.285888671875,-395.10546875,12.94189453125,-206.994140625,-396.1796875,14.6771240234375,-208.935791015625,-424.76171875,14.6392822265625,-249.2060546875,-433.05859375,14.633056640625,-252.294189453125,-434.5859375,13.0064697265625,-252.7919921875,-431.529296875,7.133056640625,-255.942138671875,-428.77734375,6.212646484375,-255.31396484375,-423.0859375,13.4896240234375,-249.654296875,-253.806640625,-8.2183837890625,-433.00634765625,-245.74609375,-13.2978515625,-441.017578125,
  332. -244.5546875,-14.75732421875,-440.32421875,-243.912109375,-14.589599609375,-423.11083984375,-257.44921875,-14.7471923828125,-427.45849609375,-258.619140625,-13.257080078125,-428.21728515625,-372.173828125,14.630859375,-305.563232421875,-371.142578125,14.623046875,-314.109375,-371.20703125,13.056884765625,-315.9833984375,-376.970703125,5.80322265625,-310.32080078125,-383.32421875,13.046142578125,-303.9033203125,-382.755859375,14.6240234375,-302.51611328125,-388.986328125,-8.26513671875,-213.4033203125,-397.841796875,-13.37158203125,-204.66259765625,-399.380859375,-14.5516357421875,-205.162841796875,-393.88671875,-14.533447265625,-218.302734375,-393.65234375,-13.3858642578125,-220.202880859375,-392.728515625,-14.53125,-220.691650390625,-374.896484375,-14.4832763671875,-229.64599609375,-374.05859375,-13.307861328125,-228.337646484375,-387.220703125,-9.543212890625,-215.1826171875,-389.619140625,-8.944091796875,-216.171142578125,-199.572265625,-14.681640625,-484.76171875,-176.646484375,-14.27734375,-427.558837890625,-200.14453125,13.0802001953125,-486.18359375,-199.603515625,14.618896484375,-484.8369140625,-175.9375,-13.109619140625,-425.7998046875,-176.5859375,14.711181640625,-427.421142578125,-175.9296875,13.1416015625,-425.781982421875,-200.203125,-12.9898681640625,-486.330322265625,-47.1171875,-12.881591796875,-486.13916015625,-47.1171875,-14.655029296875,-484.49365234375,-47.1171875,-14.3724365234375,-427.474609375,-47.1171875,-13.2005615234375,-425.83056640625,-47.59765625,12.703125,-429.15869140625,-47.10546875,13.341552734375,-481.966064453125,-47.109375,11.7701416015625,-483.341796875,-122.6484375,-11.7120361328125,-483.943115234375,-123.1015625,-11.908447265625,-430.683349609375,-122.640625,11.942138671875,-428.15625,-122.63671875,13.5274658203125,-430.08642578125,-122.63671875,12.7373046875,-482.99853515625,-122.6484375,-13.462158203125,-482.31103515625,46.845703125,-13.5322265625,-482.110595703125,46.845703125,-13.052001953125,-429.719970703125,46.849609375,11.47705078125,-480.28759765625,46.845703125,-12.046630859375,-483.478515625,
  333. 46.845703125,-11.9798583984375,-428.01171875,46.857421875,12.1568603515625,-428.075927734375,46.861328125,13.548583984375,-429.4208984375,126.712890625,-12.897216796875,-481.90966796875,126.712890625,-14.02587890625,-427.4716796875,126.724609375,13.15283203125,-485.670654296875,126.712890625,-11.418701171875,-483.260009765625,126.712890625,-12.8673095703125,-425.436767578125,126.724609375,12.1407470703125,-428.21533203125,126.728515625,13.5533447265625,-429.376953125,126.728515625,14.60595703125,-484.4130859375,48.95703125,12.473388671875,-482.40380859375,48.9453125,-13.09765625,-485.866455078125,48.9453125,-14.707763671875,-484.38427734375,48.9453125,-14.180908203125,-427.47314453125,48.9453125,-13.016357421875,-425.61279296875,48.95703125,13.214599609375,-425.68701171875,48.96484375,14.7237548828125,-427.139892578125,45.630859375,12.47265625,-482.407470703125,45.615234375,-13.0902099609375,-485.8759765625,45.615234375,-14.7060546875,-484.38818359375,45.615234375,-14.1876220703125,-427.47314453125,45.615234375,-13.022705078125,-425.62060546875,45.630859375,13.20947265625,-425.68798828125,45.634765625,14.722900390625,-427.15380859375,-45.59765625,12.704833984375,-429.154541015625,-119.47265625,14.6253662109375,-484.613037109375,-119.478515625,13.003173828125,-486.03857421875,-121.650390625,-12.71435546875,-486.3505859375,-121.650390625,-14.614013671875,-484.57861328125,-124.15625,-12.7093505859375,-486.35693359375,-124.15625,-14.61279296875,-484.5810546875,-124.12109375,12.646728515625,-483.9599609375,48.96484375,14.62353515625,-479.441650390625,59.015625,14.61279296875,-484.46728515625,60.814453125,13.1146240234375,-485.76806640625,48.935546875,5.18359375,-485.81005859375,46.83203125,4.379638671875,-483.426025390625,45.603515625,4.5169677734375,-485.818603515625,40.8515625,13.10302734375,-485.797607421875,40.779296875,14.6148681640625,-484.482177734375,45.634765625,14.6246337890625,-479.0107421875,46.861328125,13.45751953125,-477.308349609375,-63.46875,14.6943359375,-427.600341796875,-64.0859375,13.044189453125,-425.7255859375,
  334. -47.11328125,10.00830078125,-425.732666015625,-37.21875,13.084716796875,-425.716552734375,-37.1875,14.701171875,-427.49267578125,-47.1015625,14.68994140625,-434.09130859375,126.732421875,14.7291259765625,-433.08642578125,137.333984375,14.746826171875,-426.77783203125,137.44921875,13.3475341796875,-425.656494140625,126.689453125,2.1937255859375,-425.566162109375,122.296875,13.3248291015625,-425.66162109375,118.197265625,14.741943359375,-426.8564453125,-124.13671875,14.673583984375,-434.912841796875,-122.63671875,13.5203857421875,-438.60546875,-121.634765625,14.669921875,-438.545166015625,-110.9296875,14.6817626953125,-427.794921875,-110.94140625,12.973876953125,-425.741943359375,-121.658203125,6.984130859375,-425.804443359375,-122.654296875,7.0135498046875,-428.205078125,-124.16015625,8.53369140625,-425.790283203125,-133.015625,12.94189453125,-425.749267578125,-132.40234375,14.6771240234375,-427.88134765625,-124.13671875,14.6392822265625,-476.566162109375,-127.8203125,14.633056640625,-484.6181640625,-128.548828125,13.0064697265625,-486.048828125,-124.16015625,7.133056640625,-486.115234375,-122.658203125,6.212646484375,-483.72607421875,-122.63671875,13.4896240234375,-475.698974609375,126.712890625,-8.2183837890625,-485.650390625,138.078125,-13.2978515625,-485.613525390625,138.4296875,-14.75732421875,-484.2822265625,126.712890625,-14.589599609375,-471.656005859375,120.212890625,-14.7471923828125,-484.302978515625,119.92578125,-13.257080078125,-485.6650390625,-47.1015625,14.630859375,-479.23291015625,-40.330078125,14.623046875,-484.54736328125,-39.048828125,13.056884765625,-485.91650390625,-47.12890625,5.80322265625,-485.98779296875,-56.158203125,13.046142578125,-485.9423828125,-56.73828125,14.6240234375,-484.56103515625,-124.15625,-8.26513671875,-425.95458984375,-136.59765625,-13.37158203125,-426.033203125,-137.33203125,-14.5516357421875,-427.4765625,-124.15625,-14.533447265625,-432.883056640625,-122.6484375,-13.3858642578125,-434.06103515625,-121.650390625,-14.53125,-433.754150390625,-102.70703125,-14.4832763671875,-427.47607421875,
  335. -103.041015625,-13.307861328125,-425.9580078125,-121.650390625,-9.543212890625,-425.962890625,-122.6484375,-8.944091796875,-428.359130859375,201.658203125,-14.681640625,-483.8974609375,177.423828125,-14.27734375,-427.23583984375,202.259765625,13.0802001953125,-485.307373046875,201.689453125,14.618896484375,-483.97216796875,176.677734375,-13.109619140625,-425.49267578125,177.3671875,14.711181640625,-427.098388671875,176.671875,13.1416015625,-425.474609375,202.32421875,-12.9898681640625,-485.450927734375,310.4375,-12.881591796875,-377.06787109375,309.2734375,-14.655029296875,-375.904541015625,268.955078125,-14.3724365234375,-335.5859375,267.79296875,-13.2005615234375,-334.423583984375,269.8046875,12.703125,-337.116943359375,307.494140625,13.341552734375,-374.109375,308.46484375,11.7701416015625,-375.084228515625,255.4765625,-11.7120361328125,-428.923095703125,217.4921875,-11.908447265625,-391.583984375,216.033203125,11.942138671875,-389.470458984375,217.40234375,13.5274658203125,-390.832763671875,254.814453125,12.7373046875,-428.24853515625,254.3203125,-13.462158203125,-427.76904296875,374.029296875,-13.5322265625,-307.77783203125,336.982421875,-13.052001953125,-270.7314453125,372.744140625,11.47705078125,-306.485595703125,374.99609375,-12.046630859375,-308.7451171875,335.775390625,-11.9798583984375,-269.523681640625,335.828125,12.1568603515625,-269.5625,336.78125,13.548583984375,-270.509765625,430.36328125,-12.897216796875,-251.1611328125,391.8671875,-14.02587890625,-212.668212890625,433.029296875,13.15283203125,-253.81396484375,431.318359375,-11.418701171875,-252.1162109375,390.4296875,-12.8673095703125,-211.22900390625,392.40234375,12.1407470703125,-213.186279296875,393.224609375,13.5533447265625,-214.0048828125,432.142578125,14.60595703125,-252.92138671875,375.732421875,12.473388671875,-306.4912109375,378.169921875,-13.09765625,-308.94873046875,377.123046875,-14.707763671875,-307.90087890625,336.880859375,-14.180908203125,-267.658203125,335.56640625,-13.016357421875,-266.34326171875,335.626953125,13.214599609375,-266.38671875,
  336. 336.65625,14.7237548828125,-267.409912109375,373.37890625,12.47265625,-308.848388671875,375.8203125,-13.0902099609375,-311.3115234375,374.76953125,-14.7060546875,-310.259033203125,334.5234375,-14.1876220703125,-270.014404296875,333.21484375,-13.022705078125,-268.7041015625,333.2734375,13.20947265625,-268.740234375,334.310546875,14.722900390625,-269.774658203125,271.21875,12.704833984375,-335.69970703125,258.1953125,14.6253662109375,-427.1513671875,259.197265625,13.003173828125,-428.164306640625,257.8828125,-12.71435546875,-429.920654296875,256.62890625,-14.614013671875,-428.66748046875,256.115234375,-12.7093505859375,-431.697265625,254.857421875,-14.61279296875,-430.44189453125,254.4453125,12.646728515625,-429.978515625,373.640625,14.62353515625,-304.392822265625,384.30078125,14.61279296875,-300.840087890625,386.494140625,13.1146240234375,-300.486572265625,378.123046875,5.18359375,-308.91748046875,374.94921875,4.379638671875,-308.71875,375.7734375,4.5169677734375,-311.277587890625,372.3984375,13.10302734375,-314.622802734375,371.41796875,14.6148681640625,-313.74365234375,370.978515625,14.6246337890625,-306.44287109375,370.64453125,13.45751953125,-304.3720703125,257.48046875,14.6943359375,-347.2373046875,255.71875,13.044189453125,-346.3486328125,267.7265625,10.00830078125,-334.3515625,274.7109375,13.084716796875,-327.34375,275.98828125,14.701171875,-328.578125,273.642578125,14.68994140625,-340.25390625,395.8515625,14.7291259765625,-216.62548828125,398.888671875,14.746826171875,-204.667236328125,398.17578125,13.3475341796875,-203.7939453125,390.505859375,2.1937255859375,-211.3369140625,387.466796875,13.3248291015625,-214.509765625,385.41015625,14.741943359375,-218.2548828125,219.75390625,14.673583984375,-395.306396484375,223.42578125,13.5203857421875,-396.8564453125,224.08984375,14.669921875,-396.10693359375,224.056640625,14.6817626953125,-380.935302734375,222.59765625,12.973876953125,-379.491455078125,215.064453125,6.984130859375,-387.1142578125,216.056640625,7.0135498046875,-389.516845703125,213.287109375,8.53369140625,-388.87158203125,
  337. 206.99609375,12.94189453125,-395.10546875,208.935546875,14.6771240234375,-396.178955078125,249.205078125,14.6392822265625,-424.76025390625,252.294921875,14.633056640625,-433.05859375,252.79296875,13.0064697265625,-434.584716796875,255.94140625,7.133056640625,-431.528564453125,255.314453125,6.212646484375,-428.77734375,249.654296875,13.4896240234375,-423.085205078125,433.0078125,-8.2183837890625,-253.80615234375,441.01953125,-13.2978515625,-245.743896484375,440.326171875,-14.75732421875,-244.553955078125,423.111328125,-14.589599609375,-243.91064453125,427.458984375,-14.7471923828125,-257.448974609375,428.216796875,-13.257080078125,-258.6171875,305.5625,14.630859375,-372.173828125,314.109375,14.623046875,-371.14404296875,315.984375,13.056884765625,-371.20654296875,310.3203125,5.80322265625,-376.969482421875,303.904296875,13.046142578125,-383.32275390625,302.515625,14.6240234375,-382.75634765625,213.404296875,-8.26513671875,-388.986328125,204.662109375,-13.37158203125,-397.83984375,205.1640625,-14.5516357421875,-399.37939453125,218.302734375,-14.533447265625,-393.88623046875,220.203125,-13.3858642578125,-393.6513671875,220.69140625,-14.53125,-392.7294921875,229.646484375,-14.4832763671875,-374.896484375,228.337890625,-13.307861328125,-374.05712890625,215.18359375,-9.543212890625,-387.220458984375,216.171875,-8.944091796875,-389.619140625,484.76171875,-14.681640625,-199.5732421875,427.55859375,-14.27734375,-176.6435546875,486.18359375,13.0802001953125,-200.14501953125,484.837890625,14.618896484375,-199.60302734375,425.80078125,-13.109619140625,-175.9375,427.421875,14.711181640625,-176.5869140625,425.78125,13.1416015625,-175.9296875,486.330078125,-12.9898681640625,-200.2001953125,486.138671875,-12.881591796875,-47.115234375,484.494140625,-14.655029296875,-47.115234375,427.47265625,-14.3724365234375,-47.115234375,425.830078125,-13.2005615234375,-47.115234375,429.16015625,12.703125,-47.59716796875,481.96484375,13.341552734375,-47.105712890625,483.341796875,11.7701416015625,-47.107666015625,483.94140625,-11.7120361328125,-122.64697265625,
  338. 430.68359375,-11.908447265625,-123.1005859375,428.154296875,11.942138671875,-122.638427734375,430.0859375,13.5274658203125,-122.634521484375,482.998046875,12.7373046875,-122.636474609375,482.310546875,-13.462158203125,-122.64697265625,482.109375,-13.5322265625,46.84716796875,429.71875,-13.052001953125,46.84716796875,480.287109375,11.47705078125,46.850830078125,483.478515625,-12.046630859375,46.84716796875,428.01171875,-11.9798583984375,46.84716796875,428.076171875,12.1568603515625,46.857421875,429.419921875,13.548583984375,46.861328125,481.908203125,-12.897216796875,126.713134765625,427.470703125,-14.02587890625,126.713134765625,485.669921875,13.15283203125,126.7236328125,483.259765625,-11.418701171875,126.713134765625,425.435546875,-12.8673095703125,126.713134765625,428.21484375,12.1407470703125,126.7236328125,429.375,13.5533447265625,126.728271484375,484.412109375,14.60595703125,126.728271484375,482.404296875,12.473388671875,48.958984375,485.865234375,-13.09765625,48.946533203125,484.3828125,-14.707763671875,48.946533203125,427.47265625,-14.180908203125,48.946533203125,425.61328125,-13.016357421875,48.946533203125,425.685546875,13.214599609375,48.958984375,427.138671875,14.7237548828125,48.965576171875,482.40625,12.47265625,45.629638671875,485.875,-13.0902099609375,45.615478515625,484.38671875,-14.7060546875,45.615478515625,427.47265625,-14.1876220703125,45.615478515625,425.619140625,-13.022705078125,45.615478515625,425.685546875,13.20947265625,45.631591796875,427.15234375,14.722900390625,45.633544921875,429.154296875,12.704833984375,-45.5966796875,484.61328125,14.6253662109375,-119.47119140625,486.037109375,13.003173828125,-119.477783203125,486.349609375,-12.71435546875,-121.6494140625,484.578125,-14.614013671875,-121.6494140625,486.35546875,-12.7093505859375,-124.15625,484.580078125,-14.61279296875,-124.15625,483.958984375,12.646728515625,-124.12109375,479.44140625,14.62353515625,48.965576171875,484.466796875,14.61279296875,59.015625,485.767578125,13.1146240234375,60.815673828125,485.80859375,5.18359375,48.934326171875,
  339. 483.423828125,4.379638671875,46.8330078125,485.818359375,4.5169677734375,45.60498046875,485.796875,13.10302734375,40.85302734375,484.482421875,14.6148681640625,40.781005859375,479.009765625,14.6246337890625,45.633544921875,477.30859375,13.45751953125,46.861328125,427.599609375,14.6943359375,-63.467529296875,425.724609375,13.044189453125,-64.085205078125,425.732421875,10.00830078125,-47.111572265625,425.716796875,13.084716796875,-37.2177734375,427.4921875,14.701171875,-37.1865234375,434.08984375,14.68994140625,-47.10107421875,433.0859375,14.7291259765625,126.732177734375,426.77734375,14.746826171875,137.33447265625,425.65625,13.3475341796875,137.44921875,425.564453125,2.1937255859375,126.69140625,425.662109375,13.3248291015625,122.29833984375,426.85546875,14.741943359375,118.197021484375,434.912109375,14.673583984375,-124.13525390625,438.60546875,13.5203857421875,-122.634521484375,438.544921875,14.669921875,-121.635009765625,427.79296875,14.6817626953125,-110.930419921875,425.740234375,12.973876953125,-110.94091796875,425.802734375,6.984130859375,-121.65771484375,428.205078125,7.0135498046875,-122.655517578125,425.7890625,8.53369140625,-124.157958984375,425.748046875,12.94189453125,-133.015380859375,427.880859375,14.6771240234375,-132.4013671875,476.56640625,14.6392822265625,-124.13525390625,484.6171875,14.633056640625,-127.81982421875,486.046875,13.0064697265625,-128.54638671875,486.115234375,7.133056640625,-124.157958984375,483.7265625,6.212646484375,-122.6572265625,475.697265625,13.4896240234375,-122.634521484375,485.6484375,-8.2183837890625,126.713134765625,485.61328125,-13.2978515625,138.0791015625,484.28125,-14.75732421875,138.4306640625,471.654296875,-14.589599609375,126.713134765625,484.302734375,-14.7471923828125,120.21484375,485.6640625,-13.257080078125,119.925048828125,479.232421875,14.630859375,-47.10107421875,484.546875,14.623046875,-40.3291015625,485.916015625,13.056884765625,-39.048095703125,485.986328125,5.80322265625,-47.12744140625,485.94140625,13.046142578125,-56.158203125,484.560546875,14.6240234375,-56.739013671875,
  340. 425.953125,-8.26513671875,-124.15625,426.033203125,-13.37158203125,-136.597412109375,427.474609375,-14.5516357421875,-137.33154296875,432.8828125,-14.533447265625,-124.15625,434.05859375,-13.3858642578125,-122.64697265625,433.75390625,-14.53125,-121.6494140625,427.474609375,-14.4832763671875,-102.70703125,425.95703125,-13.307861328125,-103.03955078125,425.962890625,-9.543212890625,-121.6494140625,428.357421875,-8.944091796875,-122.64697265625,483.896484375,-14.681640625,201.65869140625,427.236328125,-14.27734375,177.423828125,485.306640625,13.0802001953125,202.260009765625,483.970703125,14.618896484375,201.6904296875,425.490234375,-13.109619140625,176.67919921875,427.09765625,14.711181640625,177.366943359375,425.474609375,13.1416015625,176.672119140625,485.44921875,-12.9898681640625,202.32421875,377.068359375,-12.881591796875,310.436279296875,375.904296875,-14.655029296875,309.27294921875,335.583984375,-14.3724365234375,268.9541015625,334.423828125,-13.2005615234375,267.791748046875,337.1171875,12.703125,269.804443359375,374.109375,13.341552734375,307.4931640625,375.083984375,11.7701416015625,308.4638671875,428.921875,-11.7120361328125,255.47509765625,391.583984375,-11.908447265625,217.4931640625,389.46875,11.942138671875,216.033203125,390.833984375,13.5274658203125,217.4013671875,428.248046875,12.7373046875,254.814208984375,427.76953125,-13.462158203125,254.320556640625,307.775390625,-13.5322265625,374.029296875,270.73046875,-13.052001953125,336.9833984375,306.484375,11.47705078125,372.7431640625,308.744140625,-12.046630859375,374.9970703125,269.5234375,-11.9798583984375,335.775390625,269.5625,12.1568603515625,335.82861328125,270.509765625,13.548583984375,336.7822265625,251.16015625,-12.897216796875,430.361328125,212.66796875,-14.02587890625,391.868408203125,253.8125,13.15283203125,433.0283203125,252.115234375,-11.418701171875,431.316162109375,211.228515625,-12.8673095703125,390.42919921875,213.185546875,12.1407470703125,392.40087890625,214.00390625,13.5533447265625,393.22509765625,252.921875,14.60595703125,432.141357421875,
  341. 306.4921875,12.473388671875,375.730224609375,308.947265625,-13.09765625,378.169921875,307.90234375,-14.707763671875,377.1220703125,267.658203125,-14.180908203125,336.879150390625,266.341796875,-13.016357421875,335.564208984375,266.38671875,13.214599609375,335.625732421875,267.41015625,14.7237548828125,336.656982421875,308.849609375,12.47265625,373.37890625,311.3125,-13.0902099609375,375.82080078125,310.2578125,-14.7060546875,374.7685546875,270.013671875,-14.1876220703125,334.52392578125,268.703125,-13.022705078125,333.213623046875,268.740234375,13.20947265625,333.2734375,269.7734375,14.722900390625,334.311279296875,335.697265625,12.704833984375,271.216552734375,427.150390625,14.6253662109375,258.194091796875,428.1640625,13.003173828125,259.19775390625,429.919921875,-12.71435546875,257.8828125,428.666015625,-14.614013671875,256.6298828125,431.697265625,-12.7093505859375,256.114501953125,430.44140625,-14.61279296875,254.85888671875,429.978515625,12.646728515625,254.4443359375,304.392578125,14.62353515625,373.640380859375,300.83984375,14.61279296875,384.300537109375,300.484375,13.1146240234375,386.49267578125,308.916015625,5.18359375,378.12158203125,308.71875,4.379638671875,374.94921875,311.27734375,4.5169677734375,375.77294921875,314.623046875,13.10302734375,372.397705078125,313.7421875,14.6148681640625,371.416748046875,306.44140625,14.6246337890625,370.9794921875,304.37109375,13.45751953125,370.6435546875,347.23828125,14.6943359375,257.480224609375,346.34765625,13.044189453125,255.718017578125,334.3515625,10.00830078125,267.7255859375,327.341796875,13.084716796875,274.709716796875,328.578125,14.701171875,275.98779296875,340.25390625,14.68994140625,273.64306640625,216.625,14.7291259765625,395.85107421875,204.666015625,14.746826171875,398.8876953125,203.79296875,13.3475341796875,398.17578125,211.3359375,2.1937255859375,390.50439453125,214.509765625,13.3248291015625,387.4658203125,218.25390625,14.741943359375,385.410888671875,395.3046875,14.673583984375,219.752685546875,396.85546875,13.5203857421875,223.4248046875,396.10546875,14.669921875,224.089111328125,
  342. 380.935546875,14.6817626953125,224.056884765625,379.490234375,12.973876953125,222.597900390625,387.11328125,6.984130859375,215.06396484375,389.515625,7.0135498046875,216.05615234375,388.87109375,8.53369140625,213.285888671875,395.103515625,12.94189453125,206.994140625,396.177734375,14.6771240234375,208.935791015625,424.759765625,14.6392822265625,249.2060546875,433.056640625,14.633056640625,252.294189453125,434.583984375,13.0064697265625,252.7919921875,431.52734375,7.133056640625,255.942138671875,428.77734375,6.212646484375,255.31396484375,423.083984375,13.4896240234375,249.654296875,253.8046875,-8.2183837890625,433.00634765625,245.744140625,-13.2978515625,441.017578125,244.5546875,-14.75732421875,440.32421875,243.91015625,-14.589599609375,423.11083984375,257.44921875,-14.7471923828125,427.45849609375,258.6171875,-13.257080078125,428.21728515625,372.173828125,14.630859375,305.563232421875,371.142578125,14.623046875,314.109375,371.20703125,13.056884765625,315.9833984375,376.96875,5.80322265625,310.32080078125,383.322265625,13.046142578125,303.9033203125,382.755859375,14.6240234375,302.515869140625,388.986328125,-8.26513671875,213.4033203125,397.83984375,-13.37158203125,204.66259765625,399.37890625,-14.5516357421875,205.162841796875,393.884765625,-14.533447265625,218.302734375,393.650390625,-13.3858642578125,220.202880859375,392.728515625,-14.53125,220.691650390625,374.896484375,-14.4832763671875,229.64599609375,374.056640625,-13.307861328125,228.337646484375,387.220703125,-9.543212890625,215.1826171875,389.619140625,-8.944091796875,216.171142578125
  343. }
  344. PolygonVertexIndex: *3904 {
  345. a: 101,102,-9,100,101,-9,102,103,-9,22,27,113,-113,23,88,-90,3,2,38,-40,1,0,36,-38,42,4,62,-64,2,1,37,-39,64,65,4,-43,43,44,-12,44,86,-12,12,7,45,-47,108,109,-9,8,104,-106,43,87,73,-75,85,86,7,-48,6,5,95,-97,96,97,-7,17,14,31,-33,13,16,29,-31,18,17,32,-34,14,13,30,-32,15,59,50,-29,19,18,33,-35,28,53,54,-16,24,21,111,-115,20,23,89,-91,68,69,24,114,-117,90,91,-21,67,68,116,-116,51,52,-29,52,53,-29,92,93,23,-21,91,92,-21,32,31,21,-25,33,32,24,69,-71,34,33,70,-72,28,50,-52,15,54,55,-36,37,36,16,-14,38,37,13,-15,39,38,14,-18,40,39,17,-19,41,40,18,-20,35,58,59,-16,35,56,-58,35,55,-57,42,63,-65,57,58,-36,98,99,5,-7,97,98,-7,46,45,0,-2,8,105,-107,106,107,-9,4,61,-63,60,61,-5,60,4,-66,48,47,7,-13,109,100,-9,8,103,-105,49,82,87,-12,83,84,123,-122,84,85,47,118,-124,66,71,-27,52,51,27,-23,93,88,-24,54,53,29,-17,55,54,16,-37,59,58,41,-20,50,59,19,-35,5,99,-95,75,76,61,-61,107,108,-9,62,3,39,40,-64,64,63,40,-42,94,95,-6,67,66,-27,26,25,68,-68,25,69,-69,70,69,-26,71,70,25,-27,66,27,51,50,34,-72,73,72,-11,74,73,-11,75,74,-11,10,9,76,-76,77,76,-10,9,78,-78,9,79,-79,80,79,-10,81,80,9,-11,72,81,-11,83,82,-50,49,84,-84,49,85,-85,11,86,85,-50,87,82,72,-74,11,87,-44,44,45,7,-87,89,88,22,112,-118,90,89,117,-111,21,91,90,110,-112,31,30,92,91,-22,30,29,93,-93,29,53,52,22,88,-94,57,95,94,65,64,41,-59,96,95,57,-57,0,97,96,56,55,-37,0,45,44,98,-98,44,43,99,-99,94,99,43,74,75,60,-66,104,103,48,-13,105,104,12,-47,106,105,46,1,-3,3,107,106,-3,61,76,77,108,107,3,-63,77,78,109,-109,78,79,100,-110,115,113,27,66,-68,122,118,47,-49,121,120,81,72,82,-84,120,119,80,-82,119,124,101,100,79,-81,124,125,102,-102,125,122,48,103,-103,227,228,-135,226,227,-135,228,229,-135,148,153,239,-239,149,214,-216,129,128,164,-166,127,126,162,-164,168,130,188,-190,128,127,163,-165,190,191,130,-169,169,170,-138,170,212,-138,138,133,171,-173,234,235,-135,134,230,-232,169,213,199,-201,211,212,133,-174,132,131,221,-223,222,223,-133,143,140,157,-159,139,142,155,-157,144,143,158,-160,140,139,156,-158,141,185,176,-155,145,144,159,-161,154,179,180,-142,150,147,237,
  346. -241,146,149,215,-217,194,195,150,240,-243,216,217,-147,193,194,242,-242,177,178,-155,178,179,-155,218,219,149,-147,217,218,-147,158,157,147,-151,159,158,150,195,-197,160,159,196,-198,154,176,-178,141,180,181,-162,163,162,142,-140,164,163,139,-141,165,164,140,-144,166,165,143,-145,167,166,144,-146,161,184,185,-142,161,182,-184,161,181,-183,168,189,-191,183,184,-162,224,225,131,-133,223,224,-133,172,171,126,-128,134,231,-233,232,233,-135,130,187,-189,186,187,-131,186,130,-192,174,173,133,-139,235,226,-135,134,229,-231,175,208,213,-138,209,210,112,-114,210,211,173,117,-113,192,197,-153,178,177,153,-149,219,214,-150,180,179,155,-143,181,180,142,-163,185,184,167,-146,176,185,145,-161,131,225,-221,201,202,187,-187,233,234,-135,188,129,165,166,-190,190,189,166,-168,220,221,-132,193,192,-153,152,151,194,-194,151,195,-195,196,195,-152,197,196,151,-153,192,153,177,176,160,-198,199,198,-137,200,199,-137,201,200,-137,136,135,202,-202,203,202,-136,135,204,-204,135,205,-205,206,205,-136,207,206,135,-137,198,207,-137,209,208,-176,175,210,-210,175,211,-211,137,212,211,-176,213,208,198,-200,137,213,-170,170,171,133,-213,215,214,148,238,-244,216,215,243,-237,147,217,216,236,-238,157,156,218,217,-148,156,155,219,-219,155,179,178,148,214,-220,183,221,220,191,190,167,-185,222,221,183,-183,126,223,222,182,181,-163,126,171,170,224,-224,170,169,225,-225,220,225,169,200,201,186,-192,230,229,174,-139,231,230,138,-173,232,231,172,127,-129,129,233,232,-129,187,202,203,234,233,129,-189,203,204,235,-235,204,205,226,-236,241,239,153,192,-194,110,117,173,-175,113,115,207,198,208,-210,115,116,206,-208,116,114,227,226,205,-207,114,111,228,-228,111,110,174,229,-229,345,346,-253,344,345,-253,346,347,-253,266,271,357,-357,267,332,-334,247,246,282,-284,245,244,280,-282,286,248,306,-308,246,245,281,-283,308,309,248,-287,287,288,-256,288,330,-256,256,251,289,-291,352,353,-253,252,348,-350,287,331,317,-319,329,330,251,-292,250,249,339,-341,340,341,-251,261,258,275,-277,257,260,273,-275,262,261,276,-278,258,257,274,-276,259,303,294,-273,263,262,277,-279,
  347. 272,297,298,-260,268,265,355,-359,264,267,333,-335,312,313,268,358,-361,334,335,-265,311,312,360,-360,295,296,-273,296,297,-273,336,337,267,-265,335,336,-265,276,275,265,-269,277,276,268,313,-315,278,277,314,-316,272,294,-296,259,298,299,-280,281,280,260,-258,282,281,257,-259,283,282,258,-262,284,283,261,-263,285,284,262,-264,279,302,303,-260,279,300,-302,279,299,-301,286,307,-309,301,302,-280,342,343,249,-251,341,342,-251,290,289,244,-246,252,349,-351,350,351,-253,248,305,-307,304,305,-249,304,248,-310,292,291,251,-257,353,344,-253,252,347,-349,293,326,331,-256,327,328,238,-240,328,329,291,243,-239,310,315,-271,296,295,271,-267,337,332,-268,298,297,273,-261,299,298,260,-281,303,302,285,-264,294,303,263,-279,249,343,-339,319,320,305,-305,351,352,-253,306,247,283,284,-308,308,307,284,-286,338,339,-250,311,310,-271,270,269,312,-312,269,313,-313,314,313,-270,315,314,269,-271,310,271,295,294,278,-316,317,316,-255,318,317,-255,319,318,-255,254,253,320,-320,321,320,-254,253,322,-322,253,323,-323,324,323,-254,325,324,253,-255,316,325,-255,327,326,-294,293,328,-328,293,329,-329,255,330,329,-294,331,326,316,-318,255,331,-288,288,289,251,-331,333,332,266,356,-362,334,333,361,-355,265,335,334,354,-356,275,274,336,335,-266,274,273,337,-337,273,297,296,266,332,-338,301,339,338,309,308,285,-303,340,339,301,-301,244,341,340,300,299,-281,244,289,288,342,-342,288,287,343,-343,338,343,287,318,319,304,-310,348,347,292,-257,349,348,256,-291,350,349,290,245,-247,247,351,350,-247,305,320,321,352,351,247,-307,321,322,353,-353,322,323,344,-354,359,357,271,310,-312,236,243,291,-293,239,241,325,316,326,-328,241,242,324,-326,242,240,345,344,323,-325,240,237,346,-346,237,236,292,347,-347,463,464,-371,462,463,-371,464,465,-371,384,389,475,-475,385,450,-452,365,364,400,-402,363,362,398,-400,404,366,424,-426,364,363,399,-401,426,427,366,-405,405,406,-374,406,448,-374,374,369,407,-409,470,471,-371,370,466,-468,405,449,435,-437,447,448,369,-410,368,367,457,-459,458,459,-369,379,376,393,-395,375,378,391,-393,380,379,394,-396,376,375,392,-394,377,421,
  348. 412,-391,381,380,395,-397,390,415,416,-378,386,383,473,-477,382,385,451,-453,430,431,386,476,-479,452,453,-383,429,430,478,-478,413,414,-391,414,415,-391,454,455,385,-383,453,454,-383,394,393,383,-387,395,394,386,431,-433,396,395,432,-434,390,412,-414,377,416,417,-398,399,398,378,-376,400,399,375,-377,401,400,376,-380,402,401,379,-381,403,402,380,-382,397,420,421,-378,397,418,-420,397,417,-419,404,425,-427,419,420,-398,460,461,367,-369,459,460,-369,408,407,362,-364,370,467,-469,468,469,-371,366,423,-425,422,423,-367,422,366,-428,410,409,369,-375,471,462,-371,370,465,-467,411,444,449,-374,445,446,356,-358,446,447,409,361,-357,428,433,-389,414,413,389,-385,455,450,-386,416,415,391,-379,417,416,378,-399,421,420,403,-382,412,421,381,-397,367,461,-457,437,438,423,-423,469,470,-371,424,365,401,402,-426,426,425,402,-404,456,457,-368,429,428,-389,388,387,430,-430,387,431,-431,432,431,-388,433,432,387,-389,428,389,413,412,396,-434,435,434,-373,436,435,-373,437,436,-373,372,371,438,-438,439,438,-372,371,440,-440,371,441,-441,442,441,-372,443,442,371,-373,434,443,-373,445,444,-412,411,446,-446,411,447,-447,373,448,447,-412,449,444,434,-436,373,449,-406,406,407,369,-449,451,450,384,474,-480,452,451,479,-473,383,453,452,472,-474,393,392,454,453,-384,392,391,455,-455,391,415,414,384,450,-456,419,457,456,427,426,403,-421,458,457,419,-419,362,459,458,418,417,-399,362,407,406,460,-460,406,405,461,-461,456,461,405,436,437,422,-428,466,465,410,-375,467,466,374,-409,468,467,408,363,-365,365,469,468,-365,423,438,439,470,469,365,-425,439,440,471,-471,440,441,462,-472,477,475,389,428,-430,354,361,409,-411,357,359,443,434,444,-446,359,360,442,-444,360,358,463,462,441,-443,358,355,464,-464,355,354,410,465,-465,581,582,-489,580,581,-489,582,583,-489,502,507,593,-593,503,568,-570,483,482,518,-520,481,480,516,-518,522,484,542,-544,482,481,517,-519,544,545,484,-523,523,524,-492,524,566,-492,492,487,525,-527,588,589,-489,488,584,-586,523,567,553,-555,565,566,487,-528,486,485,575,-577,576,577,-487,497,494,511,-513,493,496,509,-511,498,497,512,-514,
  349. 494,493,510,-512,495,539,530,-509,499,498,513,-515,508,533,534,-496,504,501,591,-595,500,503,569,-571,548,549,504,594,-597,570,571,-501,547,548,596,-596,531,532,-509,532,533,-509,572,573,503,-501,571,572,-501,512,511,501,-505,513,512,504,549,-551,514,513,550,-552,508,530,-532,495,534,535,-516,517,516,496,-494,518,517,493,-495,519,518,494,-498,520,519,497,-499,521,520,498,-500,515,538,539,-496,515,536,-538,515,535,-537,522,543,-545,537,538,-516,578,579,485,-487,577,578,-487,526,525,480,-482,488,585,-587,586,587,-489,484,541,-543,540,541,-485,540,484,-546,528,527,487,-493,589,580,-489,488,583,-585,529,562,567,-492,563,564,474,-476,564,565,527,479,-475,546,551,-507,532,531,507,-503,573,568,-504,534,533,509,-497,535,534,496,-517,539,538,521,-500,530,539,499,-515,485,579,-575,555,556,541,-541,587,588,-489,542,483,519,520,-544,544,543,520,-522,574,575,-486,547,546,-507,506,505,548,-548,505,549,-549,550,549,-506,551,550,505,-507,546,507,531,530,514,-552,553,552,-491,554,553,-491,555,554,-491,490,489,556,-556,557,556,-490,489,558,-558,489,559,-559,560,559,-490,561,560,489,-491,552,561,-491,563,562,-530,529,564,-564,529,565,-565,491,566,565,-530,567,562,552,-554,491,567,-524,524,525,487,-567,569,568,502,592,-598,570,569,597,-591,501,571,570,590,-592,511,510,572,571,-502,510,509,573,-573,509,533,532,502,568,-574,537,575,574,545,544,521,-539,576,575,537,-537,480,577,576,536,535,-517,480,525,524,578,-578,524,523,579,-579,574,579,523,554,555,540,-546,584,583,528,-493,585,584,492,-527,586,585,526,481,-483,483,587,586,-483,541,556,557,588,587,483,-543,557,558,589,-589,558,559,580,-590,595,593,507,546,-548,472,479,527,-529,475,477,561,552,562,-564,477,478,560,-562,478,476,581,580,559,-561,476,473,582,-582,473,472,528,583,-583,699,700,-607,698,699,-607,700,701,-607,620,625,711,-711,621,686,-688,601,600,636,-638,599,598,634,-636,640,602,660,-662,600,599,635,-637,662,663,602,-641,641,642,-610,642,684,-610,610,605,643,-645,706,707,-607,606,702,-704,641,685,671,-673,683,684,605,-646,604,603,693,-695,694,695,-605,615,612,629,-631,611,614,
  350. 627,-629,616,615,630,-632,612,611,628,-630,613,657,648,-627,617,616,631,-633,626,651,652,-614,622,619,709,-713,618,621,687,-689,666,667,622,712,-715,688,689,-619,665,666,714,-714,649,650,-627,650,651,-627,690,691,621,-619,689,690,-619,630,629,619,-623,631,630,622,667,-669,632,631,668,-670,626,648,-650,613,652,653,-634,635,634,614,-612,636,635,611,-613,637,636,612,-616,638,637,615,-617,639,638,616,-618,633,656,657,-614,633,654,-656,633,653,-655,640,661,-663,655,656,-634,696,697,603,-605,695,696,-605,644,643,598,-600,606,703,-705,704,705,-607,602,659,-661,658,659,-603,658,602,-664,646,645,605,-611,707,698,-607,606,701,-703,647,680,685,-610,681,682,592,-594,682,683,645,597,-593,664,669,-625,650,649,625,-621,691,686,-622,652,651,627,-615,653,652,614,-635,657,656,639,-618,648,657,617,-633,603,697,-693,673,674,659,-659,705,706,-607,660,601,637,638,-662,662,661,638,-640,692,693,-604,665,664,-625,624,623,666,-666,623,667,-667,668,667,-624,669,668,623,-625,664,625,649,648,632,-670,671,670,-609,672,671,-609,673,672,-609,608,607,674,-674,675,674,-608,607,676,-676,607,677,-677,678,677,-608,679,678,607,-609,670,679,-609,681,680,-648,647,682,-682,647,683,-683,609,684,683,-648,685,680,670,-672,609,685,-642,642,643,605,-685,687,686,620,710,-716,688,687,715,-709,619,689,688,708,-710,629,628,690,689,-620,628,627,691,-691,627,651,650,620,686,-692,655,693,692,663,662,639,-657,694,693,655,-655,598,695,694,654,653,-635,598,643,642,696,-696,642,641,697,-697,692,697,641,672,673,658,-664,702,701,646,-611,703,702,610,-645,704,703,644,599,-601,601,705,704,-601,659,674,675,706,705,601,-661,675,676,707,-707,676,677,698,-708,713,711,625,664,-666,590,597,645,-647,593,595,679,670,680,-682,595,596,678,-680,596,594,699,698,677,-679,594,591,700,-700,591,590,646,701,-701,817,818,-725,816,817,-725,818,819,-725,738,743,829,-829,739,804,-806,719,718,754,-756,717,716,752,-754,758,720,778,-780,718,717,753,-755,780,781,720,-759,759,760,-728,760,802,-728,728,723,761,-763,824,825,-725,724,820,-822,759,803,789,-791,801,802,723,-764,722,721,811,-813,812,813,-723,
  351. 733,730,747,-749,729,732,745,-747,734,733,748,-750,730,729,746,-748,731,775,766,-745,735,734,749,-751,744,769,770,-732,740,737,827,-831,736,739,805,-807,784,785,740,830,-833,806,807,-737,783,784,832,-832,767,768,-745,768,769,-745,808,809,739,-737,807,808,-737,748,747,737,-741,749,748,740,785,-787,750,749,786,-788,744,766,-768,731,770,771,-752,753,752,732,-730,754,753,729,-731,755,754,730,-734,756,755,733,-735,757,756,734,-736,751,774,775,-732,751,772,-774,751,771,-773,758,779,-781,773,774,-752,814,815,721,-723,813,814,-723,762,761,716,-718,724,821,-823,822,823,-725,720,777,-779,776,777,-721,776,720,-782,764,763,723,-729,825,816,-725,724,819,-821,765,798,803,-728,799,800,710,-712,800,801,763,715,-711,782,787,-743,768,767,743,-739,809,804,-740,770,769,745,-733,771,770,732,-753,775,774,757,-736,766,775,735,-751,721,815,-811,791,792,777,-777,823,824,-725,778,719,755,756,-780,780,779,756,-758,810,811,-722,783,782,-743,742,741,784,-784,741,785,-785,786,785,-742,787,786,741,-743,782,743,767,766,750,-788,789,788,-727,790,789,-727,791,790,-727,726,725,792,-792,793,792,-726,725,794,-794,725,795,-795,796,795,-726,797,796,725,-727,788,797,-727,799,798,-766,765,800,-800,765,801,-801,727,802,801,-766,803,798,788,-790,727,803,-760,760,761,723,-803,805,804,738,828,-834,806,805,833,-827,737,807,806,826,-828,747,746,808,807,-738,746,745,809,-809,745,769,768,738,804,-810,773,811,810,781,780,757,-775,812,811,773,-773,716,813,812,772,771,-753,716,761,760,814,-814,760,759,815,-815,810,815,759,790,791,776,-782,820,819,764,-729,821,820,728,-763,822,821,762,717,-719,719,823,822,-719,777,792,793,824,823,719,-779,793,794,825,-825,794,795,816,-826,831,829,743,782,-784,708,715,763,-765,711,713,797,788,798,-800,713,714,796,-798,714,712,817,816,795,-797,712,709,818,-818,709,708,764,819,-819,935,936,-843,934,935,-843,936,937,-843,856,861,121,-124,857,922,-924,837,836,872,-874,835,834,870,-872,876,838,896,-898,836,835,871,-873,898,899,838,-877,877,878,-846,878,920,-846,846,841,879,-881,942,943,-843,842,938,-940,877,921,907,-909,919,920,841,-882,840,
  352. 839,929,-931,930,931,-841,851,848,865,-867,847,850,863,-865,852,851,866,-868,848,847,864,-866,849,893,884,-863,853,852,867,-869,862,887,888,-850,858,855,125,-125,854,857,923,-925,902,903,858,124,-120,924,925,-855,901,902,119,-121,885,886,-863,886,887,-863,926,927,857,-855,925,926,-855,866,865,855,-859,867,866,858,903,-905,868,867,904,-906,862,884,-886,849,888,889,-870,871,870,850,-848,872,871,847,-849,873,872,848,-852,874,873,851,-853,875,874,852,-854,869,892,893,-850,869,890,-892,869,889,-891,876,897,-899,891,892,-870,932,933,839,-841,931,932,-841,880,879,834,-836,842,939,-941,940,941,-843,838,895,-897,894,895,-839,894,838,-900,882,881,841,-847,943,934,-843,842,937,-939,883,916,921,-846,917,918,828,-830,918,919,881,833,-829,900,905,-861,886,885,861,-857,927,922,-858,888,887,863,-851,889,888,850,-871,893,892,875,-854,884,893,853,-869,839,933,-929,909,910,895,-895,941,942,-843,896,837,873,874,-898,898,897,874,-876,928,929,-840,901,900,-861,860,859,902,-902,859,903,-903,904,903,-860,905,904,859,-861,900,861,885,884,868,-906,907,906,-845,908,907,-845,909,908,-845,844,843,910,-910,911,910,-844,843,912,-912,843,913,-913,914,913,-844,915,914,843,-845,906,915,-845,917,916,-884,883,918,-918,883,919,-919,845,920,919,-884,921,916,906,-908,845,921,-878,878,879,841,-921,923,922,856,123,-119,924,923,118,-123,855,925,924,122,-126,865,864,926,925,-856,864,863,927,-927,863,887,886,856,922,-928,891,929,928,899,898,875,-893,930,929,891,-891,834,931,930,890,889,-871,834,879,878,932,-932,878,877,933,-933,928,933,877,908,909,894,-900,938,937,882,-847,939,938,846,-881,940,939,880,835,-837,837,941,940,-837,895,910,911,942,941,837,-897,911,912,943,-943,912,913,934,-944,120,121,861,900,-902,826,833,881,-883,829,831,915,906,916,-918,831,832,914,-916,832,830,935,934,913,-915,830,827,936,-936,827,826,882,937,-937
  353. }
  354. Edges: *1952 {
  355. a: 194,434,24,61,187,16,20,269,28,60,400,43,38,213,42,47,425,306,313,57,151,155,72,70,78,90,86,246,67,71,75,79,254,87,124,129,239,10,9,13,95,99,104,109,235,284,117,91,74,73,68,81,69,77,89,258,147,172,149,146,23,22,17,30,159,18,163,160,167,164,252,380,131,136,140,15,98,285,283,21,19,27,35,412,37,36,192,356,45,44,429,199,314,48,312,309,58,462,1,223,339,210,423,305,59,85,237,116,244,93,250,142,115,118,92,145,399,174,168,83,176,173,181,169,84,206,201,25,272,277,33,204,202,26,179,391,32,209,298,114,107,288,293,234,281,111,103,135,139,233,350,53,55,265,263,304,54,310,262,319,320,323,328,332,317,321,324,326,329,333,220,338,225,342,40,336,224,228,56,222,221,52,39,361,364,102,369,14,101,108,375,122,125,121,240,261,389,63,65,278,62,64,408,185,188,184,260,5,451,2,480,3,0,7,49,51,197,6,218,50,196,435,441,447,198,266,46,214,368,96,12,11,97,106,454,113,363,367,372,230,470,464,227,474,459,463,469,226,231,473,479,483,682,922,512,549,675,504,508,757,516,548,888,531,526,701,530,535,913,794,801,545,639,643,560,558,566,578,574,734,555,559,563,567,742,575,612,617,727,498,497,501,583,587,592,597,723,772,605,579,562,561,556,569,557,565,577,746,635,660,637,634,511,510,505,518,647,506,651,648,655,652,740,868,619,624,628,503,586,773,771,509,507,515,523,900,525,524,680,844,533,532,917,687,802,536,800,797,546,950,489,711,827,698,911,793,547,573,725,604,732,581,738,630,603,606,580,633,887,662,656,571,664,661,669,657,572,694,689,513,760,765,521,692,690,514,667,879,520,697,786,602,595,776,781,722,769,599,591,623,627,721,838,541,543,753,751,792,542,798,750,807,808,811,816,820,805,809,812,814,817,821,708,826,713,830,528,824,712,716,544,710,709,540,527,849,852,590,857,502,589,596,863,610,613,609,728,749,877,551,553,766,550,552,896,673,676,672,748,493,939,490,968,491,488,495,537,539,685,494,706,538,684,923,929,935,686,754,534,702,856,584,500,499,585,594,942,601,851,855,860,718,958,952,715,962,1170,1410,1000,1037,1163,992,996,1245,1004,1036,1376,1019,1014,1189,1018,1023,1401,1282,1289,1033,1127,1131,1048,1046,1054,1066,1062,1222,1043,
  356. 1047,1051,1055,1230,1063,1100,1105,1215,986,985,989,1071,1075,1080,1085,1211,1260,1093,1067,1050,1049,1044,1057,1045,1053,1065,1234,1123,1148,1125,1122,999,998,993,1006,1135,994,1139,1136,1143,1140,1228,1356,1107,1112,1116,991,1074,1261,1259,997,995,1003,1011,1388,1013,1012,1168,1332,1021,1020,1405,1175,1290,1024,1288,1285,1034,1438,977,1199,1315,1186,1399,1281,1035,1061,1213,1092,1220,1069,1226,1118,1091,1094,1068,1121,1375,1150,1144,1059,1152,1149,1157,1145,1060,1182,1177,1001,1248,1253,1009,1180,1178,1002,1155,1367,1008,1185,1274,1090,1083,1264,1269,1210,1257,1087,1079,1111,1115,1209,1326,1029,1031,1241,1239,1280,1030,1286,1238,1295,1296,1299,1304,1308,1293,1297,1300,1302,1305,1309,1196,1314,1201,1318,1016,1312,1200,1204,1032,1198,1197,1028,1015,1337,1340,1078,1345,990,1077,1084,1351,1098,1101,1097,1216,1237,1365,1039,1041,1254,1038,1040,1384,1161,1164,1160,1236,981,1427,978,1456,979,976,983,1025,1027,1173,982,1194,1026,1172,1411,1417,1423,1174,1242,1022,1190,1344,1072,988,987,1073,1082,1430,1089,1339,1343,1348,1206,1446,1440,1203,1450,1658,1898,1488,1525,1651,1480,1484,1733,1492,1524,1864,1507,1502,1677,1506,1511,1889,1770,1777,1521,1615,1619,1536,1534,1542,1554,1550,1710,1531,1535,1539,1543,1718,1551,1588,1593,1703,1474,1473,1477,1559,1563,1568,1573,1699,1748,1581,1555,1538,1537,1532,1545,1533,1541,1553,1722,1611,1636,1613,1610,1487,1486,1481,1494,1623,1482,1627,1624,1631,1628,1716,1844,1595,1600,1604,1479,1562,1749,1747,1485,1483,1491,1499,1876,1501,1500,1656,1820,1509,1508,1893,1663,1778,1512,1776,1773,1522,1926,1465,1687,1803,1674,1887,1769,1523,1549,1701,1580,1708,1557,1714,1606,1579,1582,1556,1609,1863,1638,1632,1547,1640,1637,1645,1633,1548,1670,1665,1489,1736,1741,1497,1668,1666,1490,1643,1855,1496,1673,1762,1578,1571,1752,1757,1698,1745,1575,1567,1599,1603,1697,1814,1517,1519,1729,1727,1768,1518,1774,1726,1783,1784,1787,1792,1796,1781,1785,1788,1790,1793,1797,1684,1802,1689,1806,1504,1800,1688,1692,1520,1686,1685,1516,1503,1825,1828,1566,1833,1478,1565,1572,1839,1586,1589,1585,1704,1725,1853,1527,1529,
  357. 1742,1526,1528,1872,1649,1652,1648,1724,1469,1915,1466,1944,1467,1464,1471,1513,1515,1661,1470,1682,1514,1660,1899,1905,1911,1662,1730,1510,1678,1832,1560,1476,1475,1561,1570,1918,1577,1827,1831,1836,1694,1934,1928,1691,1938,2146,2386,1976,2013,2139,1968,1972,2221,1980,2012,2352,1995,1990,2165,1994,1999,2377,2258,2265,2009,2103,2107,2024,2022,2030,2042,2038,2198,2019,2023,2027,2031,2206,2039,2076,2081,2191,1962,1961,1965,2047,2051,2056,2061,2187,2236,2069,2043,2026,2025,2020,2033,2021,2029,2041,2210,2099,2124,2101,2098,1975,1974,1969,1982,2111,1970,2115,2112,2119,2116,2204,2332,2083,2088,2092,1967,2050,2237,2235,1973,1971,1979,1987,2364,1989,1988,2144,2308,1997,1996,2381,2151,2266,2000,2264,2261,2010,2414,1953,2175,2291,2162,2375,2257,2011,2037,2189,2068,2196,2045,2202,2094,2067,2070,2044,2097,2351,2126,2120,2035,2128,2125,2133,2121,2036,2158,2153,1977,2224,2229,1985,2156,2154,1978,2131,2343,1984,2161,2250,2066,2059,2240,2245,2186,2233,2063,2055,2087,2091,2185,2302,2005,2007,2217,2215,2256,2006,2262,2214,2271,2272,2275,2280,2284,2269,2273,2276,2278,2281,2285,2172,2290,2177,2294,1992,2288,2176,2180,2008,2174,2173,2004,1991,2313,2316,2054,2321,1966,2053,2060,2327,2074,2077,2073,2192,2213,2341,2015,2017,2230,2014,2016,2360,2137,2140,2136,2212,1957,2403,1954,2432,1955,1952,1959,2001,2003,2149,1958,2170,2002,2148,2387,2393,2399,2150,2218,1998,2166,2320,2048,1964,1963,2049,2058,2406,2065,2315,2319,2324,2182,2422,2416,2179,2426,2634,2874,2464,2501,2627,2456,2460,2709,2468,2500,2840,2483,2478,2653,2482,2487,2865,2746,2753,2497,2591,2595,2512,2510,2518,2530,2526,2686,2507,2511,2515,2519,2694,2527,2564,2569,2679,2450,2449,2453,2535,2539,2544,2549,2675,2724,2557,2531,2514,2513,2508,2521,2509,2517,2529,2698,2587,2612,2589,2586,2463,2462,2457,2470,2599,2458,2603,2600,2607,2604,2692,2820,2571,2576,2580,2455,2538,2725,2723,2461,2459,2467,2475,2852,2477,2476,2632,2796,2485,2484,2869,2639,2754,2488,2752,2749,2498,2902,2441,2663,2779,2650,2863,2745,2499,2525,2677,2556,2684,2533,2690,2582,2555,2558,2532,2585,2839,2614,2608,2523,2616,
  358. 2613,2621,2609,2524,2646,2641,2465,2712,2717,2473,2644,2642,2466,2619,2831,2472,2649,2738,2554,2547,2728,2733,2674,2721,2551,2543,2575,2579,2673,2790,2493,2495,2705,2703,2744,2494,2750,2702,2759,2760,2763,2768,2772,2757,2761,2764,2766,2769,2773,2660,2778,2665,2782,2480,2776,2664,2668,2496,2662,2661,2492,2479,2801,2804,2542,2809,2454,2541,2548,2815,2562,2565,2561,2680,2701,2829,2503,2505,2718,2502,2504,2848,2625,2628,2624,2700,2445,2891,2442,2920,2443,2440,2447,2489,2491,2637,2446,2658,2490,2636,2875,2881,2887,2638,2706,2486,2654,2808,2536,2452,2451,2537,2546,2894,2553,2803,2807,2812,2670,2910,2904,2667,2914,3122,3362,2952,2989,3115,2944,2948,3197,2956,2988,3328,2971,2966,3141,2970,2975,3353,3234,3241,2985,3079,3083,3000,2998,3006,3018,3014,3174,2995,2999,3003,3007,3182,3015,3052,3057,3167,2938,2937,2941,3023,3027,3032,3037,3163,3212,3045,3019,3002,3001,2996,3009,2997,3005,3017,3186,3075,3100,3077,3074,2951,2950,2945,2958,3087,2946,3091,3088,3095,3092,3180,3308,3059,3064,3068,2943,3026,3213,3211,2949,2947,2955,2963,3340,2965,2964,3120,3284,2973,2972,3357,3127,3242,2976,3240,3237,2986,3390,2929,3151,3267,3138,3351,3233,2987,3013,3165,3044,3172,3021,3178,3070,3043,3046,3020,3073,3327,3102,3096,3011,3104,3101,3109,3097,3012,3134,3129,2953,3200,3205,2961,3132,3130,2954,3107,3319,2960,3137,3226,3042,3035,3216,3221,3162,3209,3039,3031,3063,3067,3161,3278,2981,2983,3193,3191,3232,2982,3238,3190,3247,3248,3251,3256,3260,3245,3249,3252,3254,3257,3261,3148,3266,3153,3270,2968,3264,3152,3156,2984,3150,3149,2980,2967,3289,3292,3030,3297,2942,3029,3036,3303,3050,3053,3049,3168,3189,3317,2991,2993,3206,2990,2992,3336,3113,3116,3112,3188,2933,3379,2930,3408,2931,2928,2935,2977,2979,3125,2934,3146,2978,3124,3363,3369,3375,3126,3194,2974,3142,3296,3024,2940,2939,3025,3034,3382,3041,3291,3295,3300,3158,3398,3392,3155,3402,3610,3850,3440,3477,3603,3432,3436,3685,3444,3476,3816,3459,3454,3629,3458,3463,3841,3722,3729,3473,3567,3571,3488,3486,3494,3506,3502,3662,3483,3487,3491,3495,3670,3503,3540,3545,3655,3426,3425,3429,3511,3515,3520,
  359. 3525,3651,3700,3533,3507,3490,3489,3484,3497,3485,3493,3505,3674,3563,3588,3565,3562,3439,3438,3433,3446,3575,3434,3579,3576,3583,3580,3668,3796,3547,3552,3556,3431,3514,3701,3699,3437,3435,3443,3451,3828,3453,3452,3608,3772,3461,3460,3845,3615,3730,3464,3728,3725,3474,3878,3417,3639,3755,3626,3839,3721,3475,3501,3653,3532,3660,3509,3666,3558,3531,3534,3508,3561,3815,3590,3584,3499,3592,3589,3597,3585,3500,3622,3617,3441,3688,3693,3449,3620,3618,3442,3595,3807,3448,3625,3714,3530,3523,3704,3709,3650,3697,3527,3519,3551,3555,3649,3766,3469,3471,3681,3679,3720,3470,3726,3678,3735,3736,3739,3744,3748,3733,3737,3740,3742,3745,3749,3636,3754,3641,3758,3456,3752,3640,3644,3472,3638,3637,3468,3455,3777,3780,3518,3785,3430,3517,3524,3791,3538,3541,3537,3656,3677,3805,3479,3481,3694,3478,3480,3824,3601,3604,3600,3676,3421,3867,3418,3896,3419,3416,3423,3465,3467,3613,3422,3634,3466,3612,3851,3857,3863,3614,3682,3462,3630,3784,3512,3428,3646,3886,3880,3643,3890
  360. }
  361. GeometryVersion: 124
  362. LayerElementNormal: 0 {
  363. Version: 102
  364. Name: ""
  365. MappingInformationType: "ByPolygonVertex"
  366. ReferenceInformationType: "Direct"
  367. Normals: *11712 {
  368. a: -0.00479785166680813,-0.0360515937209129,-0.999338388442993,0.000838686246424913,-0.99989902973175,-0.0141896083950996,-0.017298860475421,-0.800395369529724,-0.599222898483276,-0.0357996113598347,-0.0236782338470221,-0.999078392982483,-0.00479785166680813,-0.0360515937209129,-0.999338388442993,-0.017298860475421,-0.800395369529724,-0.599222898483276,0.000838686246424913,-0.99989902973175,-0.0141896083950996,-0.00878113508224487,-0.999929130077362,-0.00804742518812418,-0.017298860475421,-0.800395369529724,-0.599222898483276,-0.00295473705045879,0.0456380434334278,0.998953700065613,-0.000121693563414738,0.99960845708847,0.0279816091060638,-0.000428503495641053,0.998779952526093,0.0493802651762962,-0.00378855806775391,0.0414805039763451,0.99913215637207,-0.00240906071849167,-0.638285517692566,0.769795954227448,-0.00276640383526683,-0.00147091725375503,0.999995052814484,-0.00152820313815027,-0.0269846133887768,0.999634623527527,0.00119288568384945,-0.0593848004937172,-0.998234391212463,-0.00072177144465968,-0.999732732772827,-0.0231074970215559,-0.00655387900769711,-0.999615371227264,-0.0269494317471981,-0.017928883433342,-0.0644795075058937,-0.997758030891418,-0.000711150350980461,-0.999689161777496,0.0249229464679956,-0.00209296634420753,-0.0530451685190201,0.998589873313904,-0.0159582067281008,-0.0525397248566151,0.99849134683609,-0.00648768385872245,-0.999730288982391,0.0223012659698725,0.226052299141884,0.844937384128571,-0.484748423099518,-0.00982338935136795,0.870097517967224,-0.492781579494476,0.00141392019577324,0.00557063659653068,-0.999983549118042,0.00228367187082767,0.0314275808632374,-0.999503433704376,-0.00072177144465968,-0.999732732772827,-0.0231074970215559,-0.000711150350980461,-0.999689161777496,0.0249229464679956,-0.00648768385872245,-0.999730288982391,0.0223012659698725,-0.00655387900769711,-0.999615371227264,-0.0269494317471981,0.000692325294949114,0.999893128871918,-0.0146012492477894,9.418396075489e-005,1,-0.000237196043599397,-0.00982338935136795,0.870097517967224,-0.492781579494476,
  369. 0.226052299141884,0.844937384128571,-0.484748423099518,0.00381158106029034,0.999668896198273,0.025446904823184,0.00927770417183638,0.0532546080648899,0.998537838459015,0.074998714029789,0.811054408550262,0.58014303445816,0.00927770417183638,0.0532546080648899,0.998537838459015,0.22806940972805,0.0656060725450516,0.971432030200958,0.074998714029789,0.811054408550262,0.58014303445816,0.0141633283346891,-0.99974513053894,0.0175803806632757,0.102748312056065,-0.00901670195162296,0.994666516780853,0.0214325562119484,-0.0557479709386826,0.998214781284332,0.00585756124928594,-0.999566793441772,0.028843292966485,0.0223889034241438,-0.0296798273921013,-0.999308705329895,0.271119207143784,-0.0955035164952278,-0.957796156406403,-0.017298860475421,-0.800395369529724,-0.599222898483276,-0.017298860475421,-0.800395369529724,-0.599222898483276,-0.0826610326766968,-0.996513068675995,-0.0113470880314708,0.0109509043395519,-0.999904036521912,-0.00847883988171816,0.00381158106029034,0.999668896198273,0.025446904823184,0.106209225952625,0.994174897670746,0.0183254145085812,-0.128993272781372,0.991617262363434,0.00748482532799244,0.00922475382685661,0.999957144260406,0.000743713811971247,-0.0166009627282619,0.0102589027956128,0.999809503555298,0.22806940972805,0.0656060725450516,0.971432030200958,0.102748312056065,-0.00901670195162296,0.994666516780853,-0.0198212116956711,-0.052136454731226,0.998443186283112,-0.000460024923086166,0.501168251037598,0.865349769592285,-0.000206105585675687,0.779111862182617,0.626884818077087,0.0011203367030248,0.999909400939941,0.0134146297350526,-0.000171981213497929,0.0461218059062958,0.998935759067535,-0.000171981213497929,0.0461218059062958,0.998935759067535,-0.00224214652553201,0.00972867477685213,0.999950230121613,-0.000460024923086166,0.501168251037598,0.865349769592285,-0.02104651927948,-0.0701847970485687,-0.997312009334564,-0.0246089994907379,-0.9995236992836,-0.0186187922954559,0.0076494961977005,-0.999494552612305,-0.0308566968888044,0.0250282641500235,-0.0664595514535904,-0.997475147247314,-0.0251069068908691,-0.999662339687347,0.0067048198543489,
  370. -0.00849746260792017,-0.0704392045736313,0.997479915618896,0.0154300387948751,-0.0475380755960941,0.998750269412994,0.00771763920783997,-0.999866783618927,0.014382635243237,-0.0186137612909079,0.053801566362381,-0.998378157615662,-0.02104651927948,-0.0701847970485687,-0.997312009334564,0.0250282641500235,-0.0664595514535904,-0.997475147247314,0.0254194922745228,0.0496906861662865,-0.998441100120544,-0.0246089994907379,-0.9995236992836,-0.0186187922954559,-0.0251069068908691,-0.999662339687347,0.0067048198543489,0.00771763920783997,-0.999866783618927,0.014382635243237,0.0076494961977005,-0.999494552612305,-0.0308566968888044,0.00368925533257425,0.583042085170746,0.812433660030365,-0.00742175243794918,0.999709069728851,0.0229497160762548,0.00782123301178217,0.999959349632263,0.00448100222274661,0.452382743358612,0.487176775932312,0.746999800205231,-0.0224702265113592,0.999649226665497,-0.0140178371220827,-0.0186137612909079,0.053801566362381,-0.998378157615662,0.0254194922745228,0.0496906861662865,-0.998441100120544,0.00799012370407581,0.999737799167633,-0.0214591082185507,0.452382743358612,0.487176775932312,0.746999800205231,0.0200019869953394,0.00815976690500975,0.999766647815704,0.0345018580555916,0.133376568555832,0.990464627742767,0.00368925533257425,0.583042085170746,0.812433660030365,0.00137578009162098,-0.0668662115931511,-0.997761011123657,0.000310167350107804,-0.999596655368805,-0.0283990874886513,0.00159307348076254,-0.999801695346832,-0.0198494363576174,0.00178590032737702,-0.0834426060318947,-0.996510982513428,-0.00640338193625212,-0.947724223136902,0.319026291370392,-0.00240906071849167,-0.638285517692566,0.769795954227448,-0.00152820313815027,-0.0269846133887768,0.999634623527527,0.0032331389375031,-0.999878227710724,0.0152686536312103,0.00684644095599651,0.042178075760603,-0.999086737632751,0.00189533329103142,0.00680840527638793,-0.999975025653839,0.00137578009162098,-0.0668662115931511,-0.997761011123657,0.00178590032737702,-0.0834426060318947,-0.996510982513428,0.00102487986441702,0.0527153834700584,-0.998609066009521,
  371. 0.0032331389375031,-0.999878227710724,0.0152686536312103,0.000360923178959638,-0.999950706958771,-0.00992225762456656,-0.00640338193625212,-0.947724223136902,0.319026291370392,0.000823234266135842,0.999945461750031,-0.0104150092229247,0.00684644095599651,0.042178075760603,-0.999086737632751,0.00102487986441702,0.0527153834700584,-0.998609066009521,-0.000211927239433862,0.999964535236359,-0.00842680037021637,0.000772026425693184,0.999937772750854,0.0111348740756512,-0.000206185432034545,0.0409184768795967,0.999162435531616,0.452382743358612,0.487176775932312,0.746999800205231,-0.000206185432034545,0.0409184768795967,0.999162435531616,0.0200019869953394,0.00815976690500975,0.999766647815704,0.452382743358612,0.487176775932312,0.746999800205231,-0.00284748570993543,-0.999957203865051,0.00880100764334202,-0.00432835053652525,-0.0357272662222385,0.999352276325226,-0.00240906071849167,-0.638285517692566,0.769795954227448,-0.00640338193625212,-0.947724223136902,0.319026291370392,0.000360923178959638,-0.999950706958771,-0.00992225762456656,-0.00284748570993543,-0.999957203865051,0.00880100764334202,-0.00640338193625212,-0.947724223136902,0.319026291370392,0.0250282641500235,-0.0664595514535904,-0.997475147247314,0.0076494961977005,-0.999494552612305,-0.0308566968888044,0.000310167350107804,-0.999596655368805,-0.0283990874886513,0.00137578009162098,-0.0668662115931511,-0.997761011123657,0.0254194922745228,0.0496906861662865,-0.998441100120544,0.0250282641500235,-0.0664595514535904,-0.997475147247314,0.00137578009162098,-0.0668662115931511,-0.997761011123657,0.00189533329103142,0.00680840527638793,-0.999975025653839,-0.00528716295957565,0.0245893746614456,-0.999683618545532,0.00799012370407581,0.999737799167633,-0.0214591082185507,0.0254194922745228,0.0496906861662865,-0.998441100120544,-0.00528716295957565,0.0245893746614456,-0.999683618545532,-0.000228952689212747,0.999725222587585,-0.0234375428408384,0.452382743358612,0.487176775932312,0.746999800205231,0.00782123301178217,0.999959349632263,0.00448100222274661,0.000772026425693184,0.999937772750854,0.0111348740756512,
  372. 0.00368925533257425,0.583042085170746,0.812433660030365,0.0345018580555916,0.133376568555832,0.990464627742767,-0.0172546189278364,0.00725658657029271,0.999824821949005,-0.723545849323273,0.387881606817245,0.570989668369293,-0.00648768385872245,-0.999730288982391,0.0223012659698725,-0.0159582067281008,-0.0525397248566151,0.99849134683609,-0.00849746260792017,-0.0704392045736313,0.997479915618896,-0.0251069068908691,-0.999662339687347,0.0067048198543489,-0.00655387900769711,-0.999615371227264,-0.0269494317471981,-0.00648768385872245,-0.999730288982391,0.0223012659698725,-0.0251069068908691,-0.999662339687347,0.0067048198543489,-0.0246089994907379,-0.9995236992836,-0.0186187922954559,-0.017928883433342,-0.0644795075058937,-0.997758030891418,-0.00655387900769711,-0.999615371227264,-0.0269494317471981,-0.0246089994907379,-0.9995236992836,-0.0186187922954559,-0.02104651927948,-0.0701847970485687,-0.997312009334564,-0.0179942417889833,0.0520021393895149,-0.998484790325165,-0.017928883433342,-0.0644795075058937,-0.997758030891418,-0.02104651927948,-0.0701847970485687,-0.997312009334564,-0.0186137612909079,0.053801566362381,-0.998378157615662,-0.00534975249320269,0.999723315238953,-0.0229099169373512,-0.0179942417889833,0.0520021393895149,-0.998484790325165,-0.0186137612909079,0.053801566362381,-0.998378157615662,-0.0224702265113592,0.999649226665497,-0.0140178371220827,-0.723545849323273,0.387881606817245,0.570989668369293,-0.0050469427369535,0.999984443187714,0.00235077063553035,-0.00742175243794918,0.999709069728851,0.0229497160762548,0.00368925533257425,0.583042085170746,0.812433660030365,-0.723545849323273,0.387881606817245,0.570989668369293,-0.00589851895347238,0.0402906388044357,0.999170541763306,-0.000583129702135921,0.99982762336731,0.0185600705444813,-0.723545849323273,0.387881606817245,0.570989668369293,-0.0172546189278364,0.00725658657029271,0.999824821949005,-0.00589851895347238,0.0402906388044357,0.999170541763306,0.226052299141884,0.844937384128571,-0.484748423099518,0.00228367187082767,0.0314275808632374,-0.999503433704376,
  373. 0.000692325294949114,0.999893128871918,-0.0146012492477894,-0.000583129702135921,0.99982762336731,0.0185600705444813,-0.0050469427369535,0.999984443187714,0.00235077063553035,-0.723545849323273,0.387881606817245,0.570989668369293,-0.0054816990159452,0.0403214544057846,0.999171793460846,-0.000738371920306236,0.999796628952026,0.0201545041054487,-0.000206105585675687,0.779111862182617,0.626884818077087,-0.000460024923086166,0.501168251037598,0.865349769592285,-0.00224214652553201,0.00972867477685213,0.999950230121613,-0.0054816990159452,0.0403214544057846,0.999171793460846,-0.000460024923086166,0.501168251037598,0.865349769592285,0.00585756124928594,-0.999566793441772,0.028843292966485,0.0214325562119484,-0.0557479709386826,0.998214781284332,-0.00209296634420753,-0.0530451685190201,0.998589873313904,-0.000711150350980461,-0.999689161777496,0.0249229464679956,-0.017298860475421,-0.800395369529724,-0.599222898483276,0.0109509043395519,-0.999904036521912,-0.00847883988171816,-0.000101595949672628,-0.999893963336945,-0.014567187987268,-0.000101595949672628,-0.999893963336945,-0.014567187987268,0.00277616805396974,-0.0354309342801571,-0.999368250370026,-0.017298860475421,-0.800395369529724,-0.599222898483276,-0.00982338935136795,0.870097517967224,-0.492781579494476,0.000464227312477306,0.0271316580474377,-0.999631762504578,0.00141392019577324,0.00557063659653068,-0.999983549118042,-0.000535309314727783,0.999941647052765,-0.0107832411304116,0.000464227312477306,0.0271316580474377,-0.999631762504578,-0.00982338935136795,0.870097517967224,-0.492781579494476,-0.000535309314727783,0.999941647052765,-0.0107832411304116,-0.00982338935136795,0.870097517967224,-0.492781579494476,9.418396075489e-005,1,-0.000237196043599397,-0.0072992923669517,-0.999430537223816,0.0329461917281151,-0.0198212116956711,-0.052136454731226,0.998443186283112,0.102748312056065,-0.00901670195162296,0.994666516780853,0.0141633283346891,-0.99974513053894,0.0175803806632757,0.271119207143784,-0.0955035164952278,-0.957796156406403,-0.0357996113598347,-0.0236782338470221,-0.999078392982483,
  374. -0.017298860475421,-0.800395369529724,-0.599222898483276,-0.017298860475421,-0.800395369529724,-0.599222898483276,-0.00878113508224487,-0.999929130077362,-0.00804742518812418,-0.0826610326766968,-0.996513068675995,-0.0113470880314708,-0.60201770067215,0.56889796257019,0.560294568538666,-0.00673368759453297,0.999975740909576,0.00174693355802447,0.106209225952625,0.994174897670746,0.0183254145085812,0.074998714029789,0.811054408550262,0.58014303445816,-0.00175612024031579,0.999763548374176,0.0216706432402134,-0.00253238505683839,0.0512718372046947,0.998681604862213,-0.000827214389573783,0.0488974675536156,0.998803377151489,-0.000268215662799776,0.9988614320755,0.0477056875824928,-0.00253238505683839,0.0512718372046947,0.998681604862213,-0.0166009627282619,0.0102589027956128,0.999809503555298,-0.0198212116956711,-0.052136454731226,0.998443186283112,-0.000864371657371521,-0.0427295826375484,0.999086320400238,-0.000827214389573783,0.0488974675536156,0.998803377151489,-7.44967155696941e-006,0.999998986721039,0.00143714377190918,-0.000228952689212747,0.999725222587585,-0.0234375428408384,0.000443776603788137,0.885278344154358,-0.465061366558075,-0.000206185432034545,0.0409184768795967,0.999162435531616,0.000772026425693184,0.999937772750854,0.0111348740756512,-0.000121693563414738,0.99960845708847,0.0279816091060638,-0.00295473705045879,0.0456380434334278,0.998953700065613,-0.00432835053652525,-0.0357272662222385,0.999352276325226,-0.00276640383526683,-0.00147091725375503,0.999995052814484,-0.00240906071849167,-0.638285517692566,0.769795954227448,0.0345018580555916,0.133376568555832,0.990464627742767,0.0200019869953394,0.00815976690500975,0.999766647815704,0.0154300387948751,-0.0475380755960941,0.998750269412994,-0.00849746260792017,-0.0704392045736313,0.997479915618896,-0.0172546189278364,0.00725658657029271,0.999824821949005,0.0345018580555916,0.133376568555832,0.990464627742767,-0.00849746260792017,-0.0704392045736313,0.997479915618896,-0.0159582067281008,-0.0525397248566151,0.99849134683609,-0.00742175243794918,0.999709069728851,0.0229497160762548,
  375. -0.0050469427369535,0.999984443187714,0.00235077063553035,-0.00534975249320269,0.999723315238953,-0.0229099169373512,-0.0224702265113592,0.999649226665497,-0.0140178371220827,0.00782123301178217,0.999959349632263,0.00448100222274661,-0.00742175243794918,0.999709069728851,0.0229497160762548,-0.0224702265113592,0.999649226665497,-0.0140178371220827,0.00799012370407581,0.999737799167633,-0.0214591082185507,-0.000206105585675687,0.779111862182617,0.626884818077087,-0.000738371920306236,0.999796628952026,0.0201545041054487,6.61696394672617e-005,0.999998033046722,0.00196151388809085,0.00155278074089438,0.999882519245148,-0.0152472294867039,0.00376125774346292,0.0298110004514456,-0.999548435211182,0.000464227312477306,0.0271316580474377,-0.999631762504578,-0.000535309314727783,0.999941647052765,-0.0107832411304116,0.00277616805396974,-0.0354309342801571,-0.999368250370026,0.0223889034241438,-0.0296798273921013,-0.999308705329895,-0.017298860475421,-0.800395369529724,-0.599222898483276,0.00141392019577324,0.00557063659653068,-0.999983549118042,0.00119288568384945,-0.0593848004937172,-0.998234391212463,-0.017928883433342,-0.0644795075058937,-0.997758030891418,-0.0179942417889833,0.0520021393895149,-0.998484790325165,0.00228367187082767,0.0314275808632374,-0.999503433704376,0.000692325294949114,0.999893128871918,-0.0146012492477894,0.00228367187082767,0.0314275808632374,-0.999503433704376,-0.0179942417889833,0.0520021393895149,-0.998484790325165,-0.00534975249320269,0.999723315238953,-0.0229099169373512,6.61696394672617e-005,0.999998033046722,0.00196151388809085,0.0011203367030248,0.999909400939941,0.0134146297350526,-0.000206105585675687,0.779111862182617,0.626884818077087,0.000823234266135842,0.999945461750031,-0.0104150092229247,-7.44967155696941e-006,0.999998986721039,0.00143714377190918,0.000443776603788137,0.885278344154358,-0.465061366558075,0.000443776603788137,0.885278344154358,-0.465061366558075,-0.00503885466605425,0.423236399888992,-0.906005322933197,0.00684644095599651,0.042178075760603,-0.999086737632751,0.000823234266135842,0.999945461750031,-0.0104150092229247,
  376. -0.00503885466605425,0.423236399888992,-0.906005322933197,0.00189533329103142,0.00680840527638793,-0.999975025653839,0.00684644095599651,0.042178075760603,-0.999086737632751,-0.00528716295957565,0.0245893746614456,-0.999683618545532,0.00189533329103142,0.00680840527638793,-0.999975025653839,-0.00503885466605425,0.423236399888992,-0.906005322933197,-0.000228952689212747,0.999725222587585,-0.0234375428408384,-0.00528716295957565,0.0245893746614456,-0.999683618545532,-0.00503885466605425,0.423236399888992,-0.906005322933197,0.000443776603788137,0.885278344154358,-0.465061366558075,-7.44967155696941e-006,0.999998986721039,0.00143714377190918,-0.000121693563414738,0.99960845708847,0.0279816091060638,0.000772026425693184,0.999937772750854,0.0111348740756512,0.00782123301178217,0.999959349632263,0.00448100222274661,0.00799012370407581,0.999737799167633,-0.0214591082185507,-0.000228952689212747,0.999725222587585,-0.0234375428408384,-0.128993272781372,0.991617262363434,0.00748482532799244,-0.00466204946860671,0.999989032745361,0.000507871445734054,0.0168319512158632,0.935068845748901,-0.354066431522369,0.00922475382685661,0.999957144260406,0.000743713811971247,-0.128993272781372,0.991617262363434,0.00748482532799244,0.0168319512158632,0.935068845748901,-0.354066431522369,0.00155278074089438,0.999882519245148,-0.0152472294867039,0.00922475382685661,0.999957144260406,0.000743713811971247,0.0168319512158632,0.935068845748901,-0.354066431522369,0.0168319512158632,0.935068845748901,-0.354066431522369,0.0152677884325385,0.624690592288971,-0.780722975730896,0.00376125774346292,0.0298110004514456,-0.999548435211182,0.00155278074089438,0.999882519245148,-0.0152472294867039,0.0208126362413168,-0.00273791491053998,-0.99977970123291,0.00376125774346292,0.0298110004514456,-0.999548435211182,0.0152677884325385,0.624690592288971,-0.780722975730896,0.0152677884325385,0.624690592288971,-0.780722975730896,-0.20024000108242,-0.00942938029766083,-0.979701519012451,0.0208126362413168,-0.00273791491053998,-0.99977970123291,0.0152677884325385,0.624690592288971,-0.780722975730896,
  377. -0.0231176018714905,-0.000738362781703472,-0.999732434749603,-0.20024000108242,-0.00942938029766083,-0.979701519012451,-0.00457888003438711,0.0413998477160931,-0.999132096767426,-0.0231176018714905,-0.000738362781703472,-0.999732434749603,0.0152677884325385,0.624690592288971,-0.780722975730896,-0.00170794024597853,0.99990838766098,-0.0134250847622752,-0.00457888003438711,0.0413998477160931,-0.999132096767426,0.0152677884325385,0.624690592288971,-0.780722975730896,0.0168319512158632,0.935068845748901,-0.354066431522369,-0.00466204946860671,0.999989032745361,0.000507871445734054,-0.00170794024597853,0.99990838766098,-0.0134250847622752,0.0168319512158632,0.935068845748901,-0.354066431522369,-0.00175612024031579,0.999763548374176,0.0216706432402134,-0.00673368759453297,0.999975740909576,0.00174693355802447,-0.60201770067215,0.56889796257019,0.560294568538666,-0.60201770067215,0.56889796257019,0.560294568538666,-0.00253238505683839,0.0512718372046947,0.998681604862213,-0.00175612024031579,0.999763548374176,0.0216706432402134,-0.60201770067215,0.56889796257019,0.560294568538666,-0.0166009627282619,0.0102589027956128,0.999809503555298,-0.00253238505683839,0.0512718372046947,0.998681604862213,0.074998714029789,0.811054408550262,0.58014303445816,0.22806940972805,0.0656060725450516,0.971432030200958,-0.0166009627282619,0.0102589027956128,0.999809503555298,-0.60201770067215,0.56889796257019,0.560294568538666,0.106209225952625,0.994174897670746,0.0183254145085812,-0.00673368759453297,0.999975740909576,0.00174693355802447,-0.00466204946860671,0.999989032745361,0.000507871445734054,-0.128993272781372,0.991617262363434,0.00748482532799244,0.074998714029789,0.811054408550262,0.58014303445816,0.106209225952625,0.994174897670746,0.0183254145085812,0.00381158106029034,0.999668896198273,0.025446904823184,0.00927770417183638,0.0532546080648899,0.998537838459015,0.0214325562119484,-0.0557479709386826,0.998214781284332,0.102748312056065,-0.00901670195162296,0.994666516780853,0.22806940972805,0.0656060725450516,0.971432030200958,-0.00152820313815027,-0.0269846133887768,0.999634623527527,
  378. -0.00276640383526683,-0.00147091725375503,0.999995052814484,-0.00295473705045879,0.0456380434334278,0.998953700065613,-0.00378855806775391,0.0414805039763451,0.99913215637207,-0.00383449322544038,-0.0347069911658764,0.999390184879303,0.0032331389375031,-0.999878227710724,0.0152686536312103,-0.00152820313815027,-0.0269846133887768,0.999634623527527,-0.00383449322544038,-0.0347069911658764,0.999390184879303,0.00115049409214407,-0.9994176030159,0.0341067835688591,0.000310167350107804,-0.999596655368805,-0.0283990874886513,0.000360923178959638,-0.999950706958771,-0.00992225762456656,0.0032331389375031,-0.999878227710724,0.0152686536312103,0.00115049409214407,-0.9994176030159,0.0341067835688591,0.00159307348076254,-0.999801695346832,-0.0198494363576174,0.0076494961977005,-0.999494552612305,-0.0308566968888044,0.00771763920783997,-0.999866783618927,0.014382635243237,-0.00284748570993543,-0.999957203865051,0.00880100764334202,0.000360923178959638,-0.999950706958771,-0.00992225762456656,0.000310167350107804,-0.999596655368805,-0.0283990874886513,0.00771763920783997,-0.999866783618927,0.014382635243237,0.0154300387948751,-0.0475380755960941,0.998750269412994,-0.00432835053652525,-0.0357272662222385,0.999352276325226,-0.00284748570993543,-0.999957203865051,0.00880100764334202,0.0154300387948751,-0.0475380755960941,0.998750269412994,0.0200019869953394,0.00815976690500975,0.999766647815704,-0.000206185432034545,0.0409184768795967,0.999162435531616,-0.00295473705045879,0.0456380434334278,0.998953700065613,-0.00276640383526683,-0.00147091725375503,0.999995052814484,-0.00432835053652525,-0.0357272662222385,0.999352276325226,-0.000583129702135921,0.99982762336731,0.0185600705444813,0.0011203367030248,0.999909400939941,0.0134146297350526,6.61696394672617e-005,0.999998033046722,0.00196151388809085,9.418396075489e-005,1,-0.000237196043599397,0.000692325294949114,0.999893128871918,-0.0146012492477894,-0.00534975249320269,0.999723315238953,-0.0229099169373512,-0.0050469427369535,0.999984443187714,0.00235077063553035,-0.000171981213497929,0.0461218059062958,0.998935759067535,
  379. 0.0011203367030248,0.999909400939941,0.0134146297350526,-0.000583129702135921,0.99982762336731,0.0185600705444813,-0.00589851895347238,0.0402906388044357,0.999170541763306,-0.00209296634420753,-0.0530451685190201,0.998589873313904,-0.00224214652553201,0.00972867477685213,0.999950230121613,-0.000171981213497929,0.0461218059062958,0.998935759067535,-0.00589851895347238,0.0402906388044357,0.999170541763306,-0.0172546189278364,0.00725658657029271,0.999824821949005,-0.0159582067281008,-0.0525397248566151,0.99849134683609,-0.00209296634420753,-0.0530451685190201,0.998589873313904,0.0214325562119484,-0.0557479709386826,0.998214781284332,0.00927770417183638,0.0532546080648899,0.998537838459015,-0.0054816990159452,0.0403214544057846,0.999171793460846,-0.00224214652553201,0.00972867477685213,0.999950230121613,0.00927770417183638,0.0532546080648899,0.998537838459015,0.00381158106029034,0.999668896198273,0.025446904823184,-0.000738371920306236,0.999796628952026,0.0201545041054487,-0.0054816990159452,0.0403214544057846,0.999171793460846,6.61696394672617e-005,0.999998033046722,0.00196151388809085,-0.000738371920306236,0.999796628952026,0.0201545041054487,0.00381158106029034,0.999668896198273,0.025446904823184,0.00922475382685661,0.999957144260406,0.000743713811971247,0.00155278074089438,0.999882519245148,-0.0152472294867039,-0.000535309314727783,0.999941647052765,-0.0107832411304116,9.418396075489e-005,1,-0.000237196043599397,-0.0826610326766968,-0.996513068675995,-0.0113470880314708,-0.00878113508224487,-0.999929130077362,-0.00804742518812418,-0.0072992923669517,-0.999430537223816,0.0329461917281151,0.0141633283346891,-0.99974513053894,0.0175803806632757,0.0109509043395519,-0.999904036521912,-0.00847883988171816,-0.0826610326766968,-0.996513068675995,-0.0113470880314708,0.0141633283346891,-0.99974513053894,0.0175803806632757,0.00585756124928594,-0.999566793441772,0.028843292966485,-0.000101595949672628,-0.999893963336945,-0.014567187987268,0.0109509043395519,-0.999904036521912,-0.00847883988171816,0.00585756124928594,-0.999566793441772,0.028843292966485,
  380. -0.000711150350980461,-0.999689161777496,0.0249229464679956,-0.00072177144465968,-0.999732732772827,-0.0231074970215559,0.00119288568384945,-0.0593848004937172,-0.998234391212463,0.00277616805396974,-0.0354309342801571,-0.999368250370026,-0.000101595949672628,-0.999893963336945,-0.014567187987268,-0.00072177144465968,-0.999732732772827,-0.0231074970215559,0.000464227312477306,0.0271316580474377,-0.999631762504578,0.00376125774346292,0.0298110004514456,-0.999548435211182,0.0208126362413168,-0.00273791491053998,-0.99977970123291,0.0223889034241438,-0.0296798273921013,-0.999308705329895,0.00277616805396974,-0.0354309342801571,-0.999368250370026,0.00119288568384945,-0.0593848004937172,-0.998234391212463,0.00141392019577324,0.00557063659653068,-0.999983549118042,0.0208126362413168,-0.00273791491053998,-0.99977970123291,-0.20024000108242,-0.00942938029766083,-0.979701519012451,0.271119207143784,-0.0955035164952278,-0.957796156406403,0.0223889034241438,-0.0296798273921013,-0.999308705329895,-0.20024000108242,-0.00942938029766083,-0.979701519012451,-0.0231176018714905,-0.000738362781703472,-0.999732434749603,-0.0357996113598347,-0.0236782338470221,-0.999078392982483,0.271119207143784,-0.0955035164952278,-0.957796156406403,-0.000211927239433862,0.999964535236359,-0.00842680037021637,-0.000428503495641053,0.998779952526093,0.0493802651762962,-0.000121693563414738,0.99960845708847,0.0279816091060638,-7.44967155696941e-006,0.999998986721039,0.00143714377190918,0.000823234266135842,0.999945461750031,-0.0104150092229247,0.00119147484656423,-0.998677968978882,0.0513891242444515,-0.000864371657371521,-0.0427295826375484,0.999086320400238,-0.0198212116956711,-0.052136454731226,0.998443186283112,-0.0072992923669517,-0.999430537223816,0.0329461917281151,-0.000268215662799776,0.9988614320755,0.0477056875824928,-0.000244789145654067,0.999928653240204,-0.0119454981759191,-0.00170794024597853,0.99990838766098,-0.0134250847622752,-0.00466204946860671,0.999989032745361,0.000507871445734054,-0.00673368759453297,0.999975740909576,0.00174693355802447,
  381. -0.00175612024031579,0.999763548374176,0.0216706432402134,-0.000244789145654067,0.999928653240204,-0.0119454981759191,-0.00211422215215862,0.0633671060204506,-0.997988045215607,-0.00457888003438711,0.0413998477160931,-0.999132096767426,-0.00170794024597853,0.99990838766098,-0.0134250847622752,-0.00211422215215862,0.0633671060204506,-0.997988045215607,-0.00136649131309241,-0.0614659190177917,-0.998108208179474,-0.00479785166680813,-0.0360515937209129,-0.999338388442993,-0.0357996113598347,-0.0236782338470221,-0.999078392982483,-0.0231176018714905,-0.000738362781703472,-0.999732434749603,-0.00457888003438711,0.0413998477160931,-0.999132096767426,-0.00136649131309241,-0.0614659190177917,-0.998108208179474,0.00148515205364674,-0.999926626682281,-0.0120257455855608,0.000838686246424913,-0.99989902973175,-0.0141896083950996,-0.00479785166680813,-0.0360515937209129,-0.999338388442993,0.00148515205364674,-0.999926626682281,-0.0120257455855608,0.00119147484656423,-0.998677968978882,0.0513891242444515,-0.0072992923669517,-0.999430537223816,0.0329461917281151,-0.00878113508224487,-0.999929130077362,-0.00804742518812418,0.000838686246424913,-0.99989902973175,-0.0141896083950996,0.703244090080261,-0.0360565297305584,-0.710033595561981,0.0106286341324449,-0.999898970127106,-0.0094422223046422,0.411495953798294,-0.800375580787659,-0.435970216989517,0.681139588356018,-0.0236994847655296,-0.731769919395447,0.703244090080261,-0.0360565297305584,-0.710033595561981,0.411495953798294,-0.800375580787659,-0.435970216989517,0.0106286341324449,-0.999898970127106,-0.0094422223046422,-0.000520788948051631,-0.999929010868073,-0.0119004948064685,0.411495953798294,-0.800375580787659,-0.435970216989517,-0.708455801010132,0.0456527359783649,0.704277098178864,-0.0198707114905119,0.999608516693115,0.0196988098323345,-0.0352220237255096,0.998779833316803,0.0346170365810394,-0.70917272567749,0.0414803586900234,0.703813493251801,-0.545992314815521,-0.638350188732147,0.542587697505951,-0.709059298038483,-0.00146993470843881,0.705147325992584,-0.70793080329895,-0.0269867982715368,0.705766022205353,
  382. 0.706701397895813,-0.0594242811203003,-0.705011904239655,0.0158301908522844,-0.999732673168182,-0.0168509557843208,0.0144210383296013,-0.99961531162262,-0.0236903224140406,0.692841589450836,-0.0645275712013245,-0.71819680929184,-0.0181260090321302,-0.999689102172852,0.0171204078942537,-0.707586169242859,-0.0530792698264122,0.704630672931671,-0.717322289943695,-0.0525862798094749,0.694754183292389,-0.020358968526125,-0.999730169773102,0.0111819161102176,0.502565741539001,0.844952940940857,-0.182981163263321,0.341515123844147,0.870082199573517,-0.355421304702759,0.708096444606781,0.00554284173995256,-0.706094026565552,0.708375930786133,0.0314135812222958,-0.705135941505432,0.0158301908522844,-0.999732673168182,-0.0168509557843208,-0.0181260090321302,-0.999689102172852,0.0171204078942537,-0.020358968526125,-0.999730169773102,0.0111819161102176,0.0144210383296013,-0.99961531162262,-0.0236903224140406,0.0108187831938267,0.999893069267273,-0.00983981974422932,0.000234302395256236,0.999999940395355,-0.000101417870610021,0.341515123844147,0.870082199573517,-0.355421304702759,0.502565741539001,0.844952940940857,-0.182981163263321,-0.0152922561392188,0.999669134616852,0.0206826683133841,-0.699512720108032,0.0532609149813652,0.712632596492767,-0.357358664274216,0.811048328876495,0.463136523962021,-0.699512720108032,0.0532609149813652,0.712632596492767,-0.525702238082886,0.0655829161405563,0.848136782646179,-0.357358664274216,0.811048328876495,0.463136523962021,-0.00251086568459868,-0.999747037887573,0.0223506633192301,-0.630745530128479,-0.00910285487771034,0.775936424732208,-0.690688490867615,-0.0557467378675938,0.72100043296814,-0.0162571482360363,-0.999566614627838,0.0245443750172853,0.722444474697113,-0.0297146439552307,-0.690790057182312,0.868857681751251,-0.0955771431326866,-0.48574823141098,0.411495953798294,-0.800375580787659,-0.435970216989517,0.411495953798294,-0.800375580787659,-0.435970216989517,-0.0503945238888264,-0.996517181396484,-0.0664368942379951,0.0137392161414027,-0.999903976917267,0.001748904469423,-0.0152922561392188,0.999669134616852,0.0206826683133841,
  383. 0.0621767193078995,0.99416971206665,0.0880935564637184,-0.0965505167841911,0.991607844829559,-0.0859763026237488,0.00599880656227469,0.999957144260406,0.00705073680728674,-0.718702375888824,0.0102227181196213,0.695242643356323,-0.525702238082886,0.0655829161405563,0.848136782646179,-0.630745530128479,-0.00910285487771034,0.775936424732208,-0.720012366771698,-0.0521714501082897,0.691997349262238,-0.612235844135284,0.501132786273956,0.611582577228546,-0.443279772996902,0.779079079627991,0.443327039480209,-0.00869161449372768,0.999909400939941,0.0102763613685966,-0.706474125385284,0.0461406335234642,0.706233322620392,-0.706474125385284,0.0461406335234642,0.706233322620392,-0.708654642105103,0.00970239378511906,0.705488860607147,-0.612235844135284,0.501132786273956,0.611582577228546,0.69010066986084,-0.0701427906751633,-0.720306217670441,-0.0042494279332459,-0.999523103237152,-0.0305855609476566,0.0272273644804955,-0.999494612216949,-0.0164082385599613,0.723019242286682,-0.0664724856615067,-0.687622308731079,-0.0224762745201588,-0.999663054943085,-0.0129862455651164,-0.711356699466705,-0.070387527346611,0.699297726154327,-0.695307791233063,-0.0475555062294006,0.717136979103088,-0.00470911990851164,-0.999866783618927,0.0156240770593286,0.692572236061096,0.0537054613232613,-0.719346523284912,0.69010066986084,-0.0701427906751633,-0.720306217670441,0.723019242286682,-0.0664724856615067,-0.687622308731079,0.723979294300079,0.0496801473200321,-0.688030362129211,-0.0042494279332459,-0.999523103237152,-0.0305855609476566,-0.0224762745201588,-0.999663054943085,-0.0129862455651164,-0.00470911990851164,-0.999866783618927,0.0156240770593286,0.0272273644804955,-0.999494612216949,-0.0164082385599613,-0.571897208690643,0.582875192165375,0.577226221561432,-0.0214841365814209,0.999708831310272,0.0109947547316551,0.0023611537180841,0.999959349632263,0.00869821012020111,-0.208346948027611,0.487124383449554,0.848116278648376,-0.00597692094743252,0.99964851140976,-0.0258279517292976,0.692572236061096,0.0537054613232613,-0.719346523284912,
  384. 0.723979294300079,0.0496801473200321,-0.688030362129211,0.0208128411322832,0.999738156795502,-0.00951492786407471,-0.208346948027611,0.487124383449554,0.848116278648376,-0.692793965339661,0.00815779529511929,0.721089363098145,-0.675987720489502,0.133418291807175,0.724734544754028,-0.571897208690643,0.582875192165375,0.577226221561432,0.706504344940186,-0.0668691024184227,-0.704542458057404,0.0203011147677898,-0.99959659576416,-0.0198623277246952,0.0151630016043782,-0.999801695346832,-0.0129096601158381,0.705918729305267,-0.0834343209862709,-0.703361630439758,-0.230124160647392,-0.947721123695374,0.221060290932655,-0.545992314815521,-0.638350188732147,0.542587697505951,-0.70793080329895,-0.0269867982715368,0.705766022205353,-0.0085018016397953,-0.999878406524658,0.0130761880427599,0.7113196849823,0.0421366281807423,-0.701604425907135,0.708436787128448,0.00676776468753815,-0.705741822719574,0.706504344940186,-0.0668691024184227,-0.704542458057404,0.705918729305267,-0.0834343209862709,-0.703361630439758,0.706864058971405,0.0526976212859154,-0.705383658409119,-0.0085018016397953,-0.999878406524658,0.0130761880427599,0.00727123208343983,-0.999950706958771,-0.0067608174867928,-0.230124160647392,-0.947721123695374,0.221060290932655,0.00794857926666737,0.999945342540741,-0.00678532384335995,0.7113196849823,0.0421366281807423,-0.701604425907135,0.706864058971405,0.0526976212859154,-0.705383658409119,0.0058084512129426,0.999964475631714,-0.00610793801024556,-0.00732658477500081,0.999937832355499,0.00841869134455919,-0.706658840179443,0.0409423112869263,0.706368923187256,-0.208346948027611,0.487124383449554,0.848116278648376,-0.706658840179443,0.0409423112869263,0.706368923187256,-0.692793965339661,0.00815779529511929,0.721089363098145,-0.208346948027611,0.487124383449554,0.848116278648376,-0.00823919009417295,-0.999957203865051,0.00421276595443487,-0.709708750247955,-0.0357274822890759,0.703588604927063,-0.545992314815521,-0.638350188732147,0.542587697505951,-0.230124160647392,-0.947721123695374,0.221060290932655,0.00727123208343983,-0.999950706958771,-0.0067608174867928,
  385. -0.00823919009417295,-0.999957203865051,0.00421276595443487,-0.230124160647392,-0.947721123695374,0.221060290932655,0.723019242286682,-0.0664724856615067,-0.687622308731079,0.0272273644804955,-0.999494612216949,-0.0164082385599613,0.0203011147677898,-0.99959659576416,-0.0198623277246952,0.706504344940186,-0.0668691024184227,-0.704542458057404,0.723979294300079,0.0496801473200321,-0.688030362129211,0.723019242286682,-0.0664724856615067,-0.687622308731079,0.706504344940186,-0.0668691024184227,-0.704542458057404,0.708436787128448,0.00676776468753815,-0.705741822719574,0.703148424625397,0.0245512071996927,-0.71061909198761,0.0208128411322832,0.999738156795502,-0.00951492786407471,0.723979294300079,0.0496801473200321,-0.688030362129211,0.703148424625397,0.0245512071996927,-0.71061909198761,0.0164105258882046,0.999725341796875,-0.0167340543121099,-0.208346948027611,0.487124383449554,0.848116278648376,0.0023611537180841,0.999959349632263,0.00869821012020111,-0.00732658477500081,0.999937832355499,0.00841869134455919,-0.571897208690643,0.582875192165375,0.577226221561432,-0.675987720489502,0.133418291807175,0.724734544754028,-0.719184637069702,0.00722259702160954,0.694781541824341,-0.915366232395172,0.38784858584404,-0.108064897358418,-0.020358968526125,-0.999730169773102,0.0111819161102176,-0.717322289943695,-0.0525862798094749,0.694754183292389,-0.711356699466705,-0.070387527346611,0.699297726154327,-0.0224762745201588,-0.999663054943085,-0.0129862455651164,0.0144210383296013,-0.99961531162262,-0.0236903224140406,-0.020358968526125,-0.999730169773102,0.0111819161102176,-0.0224762745201588,-0.999663054943085,-0.0129862455651164,-0.0042494279332459,-0.999523103237152,-0.0305855609476566,0.692841589450836,-0.0645275712013245,-0.71819680929184,0.0144210383296013,-0.99961531162262,-0.0236903224140406,-0.0042494279332459,-0.999523103237152,-0.0305855609476566,0.69010066986084,-0.0701427906751633,-0.720306217670441,0.693309962749481,0.0520345568656921,-0.718758344650269,0.692841589450836,-0.0645275712013245,-0.71819680929184,0.69010066986084,-0.0701427906751633,-0.720306217670441,
  386. 0.692572236061096,0.0537054613232613,-0.719346523284912,0.0124113690108061,0.999723374843597,-0.0199752245098352,0.693309962749481,0.0520345568656921,-0.718758344650269,0.692572236061096,0.0537054613232613,-0.719346523284912,-0.00597692094743252,0.99964851140976,-0.0258279517292976,-0.915366232395172,0.38784858584404,-0.108064897358418,-0.00523028010502458,0.999984502792358,-0.00190598063636571,-0.0214841365814209,0.999708831310272,0.0109947547316551,-0.571897208690643,0.582875192165375,0.577226221561432,-0.915366232395172,0.38784858584404,-0.108064897358418,-0.710690975189209,0.0402931123971939,0.702349424362183,-0.0135381864383817,0.999827563762665,0.012713385745883,-0.915366232395172,0.38784858584404,-0.108064897358418,-0.719184637069702,0.00722259702160954,0.694781541824341,-0.710690975189209,0.0402931123971939,0.702349424362183,0.502565741539001,0.844952940940857,-0.182981163263321,0.708375930786133,0.0314135812222958,-0.705135941505432,0.0108187831938267,0.999893069267273,-0.00983981974422932,-0.0135381864383817,0.999827563762665,0.012713385745883,-0.00523028010502458,0.999984502792358,-0.00190598063636571,-0.915366232395172,0.38784858584404,-0.108064897358418,-0.710393011569977,0.0403192527592182,0.702649295330048,-0.0147698251530528,0.999796748161316,0.0137250982224941,-0.443279772996902,0.779079079627991,0.443327039480209,-0.612235844135284,0.501132786273956,0.611582577228546,-0.708654642105103,0.00970239378511906,0.705488860607147,-0.710393011569977,0.0403192527592182,0.702649295330048,-0.612235844135284,0.501132786273956,0.611582577228546,-0.0162571482360363,-0.999566614627838,0.0245443750172853,-0.690688490867615,-0.0557467378675938,0.72100043296814,-0.707586169242859,-0.0530792698264122,0.704630672931671,-0.0181260090321302,-0.999689102172852,0.0171204078942537,0.411495953798294,-0.800375580787659,-0.435970216989517,0.0137392161414027,-0.999903976917267,0.001748904469423,0.0102266827598214,-0.9998939037323,-0.0103704174980521,0.0102266827598214,-0.9998939037323,-0.0103704174980521,0.708618104457855,-0.0354791767895222,-0.704699635505676,
  387. 0.411495953798294,-0.800375580787659,-0.435970216989517,0.341515123844147,0.870082199573517,-0.355421304702759,0.707171976566315,0.027105713263154,-0.706521809101105,0.708096444606781,0.00554284173995256,-0.706094026565552,0.00724420882761478,0.99994170665741,-0.0080018537119031,0.707171976566315,0.027105713263154,-0.706521809101105,0.341515123844147,0.870082199573517,-0.355421304702759,0.00724420882761478,0.99994170665741,-0.0080018537119031,0.341515123844147,0.870082199573517,-0.355421304702759,0.000234302395256236,0.999999940395355,-0.000101417870610021,-0.0284588374197483,-0.999430358409882,0.018141271546483,-0.720012366771698,-0.0521714501082897,0.691997349262238,-0.630745530128479,-0.00910285487771034,0.775936424732208,-0.00251086568459868,-0.999747037887573,0.0223506633192301,0.868857681751251,-0.0955771431326866,-0.48574823141098,0.681139588356018,-0.0236994847655296,-0.731769919395447,0.411495953798294,-0.800375580787659,-0.435970216989517,0.411495953798294,-0.800375580787659,-0.435970216989517,-0.000520788948051631,-0.999929010868073,-0.0119004948064685,-0.0503945238888264,-0.996517181396484,-0.0664368942379951,-0.821798861026764,0.569020092487335,-0.0293709728866816,-0.00599857605993748,0.999975800514221,-0.00352781871333718,0.0621767193078995,0.99416971206665,0.0880935564637184,-0.357358664274216,0.811048328876495,0.463136523962021,-0.0165788196027279,0.999763131141663,0.0140955857932568,-0.707959949970245,0.0512336492538452,0.704391777515411,-0.706838965415955,0.0488915666937828,0.705682814121246,-0.0339175537228584,0.998861730098724,0.0335390195250511,-0.707959949970245,0.0512336492538452,0.704391777515411,-0.718702375888824,0.0102227181196213,0.695242643356323,-0.720012366771698,-0.0521714501082897,0.691997349262238,-0.707065045833588,-0.0427340008318424,0.705856084823608,-0.706838965415955,0.0488915666937828,0.705682814121246,-0.00102138810325414,0.999998867511749,0.00101099535822868,0.0164105258882046,0.999725341796875,-0.0167340543121099,0.328967303037643,0.885335624217987,-0.328574538230896,-0.706658840179443,0.0409423112869263,0.706368923187256,
  388. -0.00732658477500081,0.999937832355499,0.00841869134455919,-0.0198707114905119,0.999608516693115,0.0196988098323345,-0.708455801010132,0.0456527359783649,0.704277098178864,-0.709708750247955,-0.0357274822890759,0.703588604927063,-0.709059298038483,-0.00146993470843881,0.705147325992584,-0.545992314815521,-0.638350188732147,0.542587697505951,-0.675987720489502,0.133418291807175,0.724734544754028,-0.692793965339661,0.00815779529511929,0.721089363098145,-0.695307791233063,-0.0475555062294006,0.717136979103088,-0.711356699466705,-0.070387527346611,0.699297726154327,-0.719184637069702,0.00722259702160954,0.694781541824341,-0.675987720489502,0.133418291807175,0.724734544754028,-0.711356699466705,-0.070387527346611,0.699297726154327,-0.717322289943695,-0.0525862798094749,0.694754183292389,-0.0214841365814209,0.999708831310272,0.0109947547316551,-0.00523028010502458,0.999984502792358,-0.00190598063636571,0.0124113690108061,0.999723374843597,-0.0199752245098352,-0.00597692094743252,0.99964851140976,-0.0258279517292976,0.0023611537180841,0.999959349632263,0.00869821012020111,-0.0214841365814209,0.999708831310272,0.0109947547316551,-0.00597692094743252,0.99964851140976,-0.0258279517292976,0.0208128411322832,0.999738156795502,-0.00951492786407471,-0.443279772996902,0.779079079627991,0.443327039480209,-0.0147698251530528,0.999796748161316,0.0137250982224941,-0.0013403466437012,0.999998092651367,0.00143343722447753,0.0118848942220211,0.999882400035858,-0.00968942511826754,0.709446370601654,0.0297637246549129,-0.704130589962006,0.707171976566315,0.027105713263154,-0.706521809101105,0.00724420882761478,0.99994170665741,-0.0080018537119031,0.708618104457855,-0.0354791767895222,-0.704699635505676,0.722444474697113,-0.0297146439552307,-0.690790057182312,0.411495953798294,-0.800375580787659,-0.435970216989517,0.708096444606781,0.00554284173995256,-0.706094026565552,0.706701397895813,-0.0594242811203003,-0.705011904239655,0.692841589450836,-0.0645275712013245,-0.71819680929184,0.693309962749481,0.0520345568656921,-0.718758344650269,0.708375930786133,0.0314135812222958,-0.705135941505432,
  389. 0.0108187831938267,0.999893069267273,-0.00983981974422932,0.708375930786133,0.0314135812222958,-0.705135941505432,0.693309962749481,0.0520345568656921,-0.718758344650269,0.0124113690108061,0.999723374843597,-0.0199752245098352,-0.0013403466437012,0.999998092651367,0.00143343722447753,-0.00869161449372768,0.999909400939941,0.0102763613685966,-0.443279772996902,0.779079079627991,0.443327039480209,0.00794857926666737,0.999945342540741,-0.00678532384335995,-0.00102138810325414,0.999998867511749,0.00101099535822868,0.328967303037643,0.885335624217987,-0.328574538230896,0.328967303037643,0.885335624217987,-0.328574538230896,0.63721227645874,0.423108071088791,-0.644158363342285,0.7113196849823,0.0421366281807423,-0.701604425907135,0.00794857926666737,0.999945342540741,-0.00678532384335995,0.63721227645874,0.423108071088791,-0.644158363342285,0.708436787128448,0.00676776468753815,-0.705741822719574,0.7113196849823,0.0421366281807423,-0.701604425907135,0.703148424625397,0.0245512071996927,-0.71061909198761,0.708436787128448,0.00676776468753815,-0.705741822719574,0.63721227645874,0.423108071088791,-0.644158363342285,0.0164105258882046,0.999725341796875,-0.0167340543121099,0.703148424625397,0.0245512071996927,-0.71061909198761,0.63721227645874,0.423108071088791,-0.644158363342285,0.328967303037643,0.885335624217987,-0.328574538230896,-0.00102138810325414,0.999998867511749,0.00101099535822868,-0.0198707114905119,0.999608516693115,0.0196988098323345,-0.00732658477500081,0.999937832355499,0.00841869134455919,0.0023611537180841,0.999959349632263,0.00869821012020111,0.0208128411322832,0.999738156795502,-0.00951492786407471,0.0164105258882046,0.999725341796875,-0.0167340543121099,-0.0965505167841911,0.991607844829559,-0.0859763026237488,-0.00365584110841155,0.999989032745361,-0.00293768546544015,0.26223361492157,0.935092329978943,-0.238402813673019,0.00599880656227469,0.999957144260406,0.00705073680728674,-0.0965505167841911,0.991607844829559,-0.0859763026237488,0.26223361492157,0.935092329978943,-0.238402813673019,0.0118848942220211,0.999882400035858,-0.00968942511826754,
  390. 0.00599880656227469,0.999957144260406,0.00705073680728674,0.26223361492157,0.935092329978943,-0.238402813673019,0.26223361492157,0.935092329978943,-0.238402813673019,0.562856376171112,0.624772548675537,-0.541158020496368,0.709446370601654,0.0297637246549129,-0.704130589962006,0.0118848942220211,0.999882400035858,-0.00968942511826754,0.721665263175964,-0.00277885817922652,-0.692236602306366,0.709446370601654,0.0297637246549129,-0.704130589962006,0.562856376171112,0.624772548675537,-0.541158020496368,0.562856376171112,0.624772548675537,-0.541158020496368,0.551024615764618,-0.0094815781340003,-0.834435045719147,0.721665263175964,-0.00277885817922652,-0.692236602306366,0.562856376171112,0.624772548675537,-0.541158020496368,0.690568089485168,-0.000761597533710301,-0.723266959190369,0.551024615764618,-0.0094815781340003,-0.834435045719147,0.703252673149109,0.0413783378899097,-0.709734797477722,0.690568089485168,-0.000761597533710301,-0.723266959190369,0.562856376171112,0.624772548675537,-0.541158020496368,0.00828774832189083,0.99990838766098,-0.0107028773054481,0.703252673149109,0.0413783378899097,-0.709734797477722,0.562856376171112,0.624772548675537,-0.541158020496368,0.26223361492157,0.935092329978943,-0.238402813673019,-0.00365584110841155,0.999989032745361,-0.00293768546544015,0.00828774832189083,0.99990838766098,-0.0107028773054481,0.26223361492157,0.935092329978943,-0.238402813673019,-0.0165788196027279,0.999763131141663,0.0140955857932568,-0.00599857605993748,0.999975800514221,-0.00352781871333718,-0.821798861026764,0.569020092487335,-0.0293709728866816,-0.821798861026764,0.569020092487335,-0.0293709728866816,-0.707959949970245,0.0512336492538452,0.704391777515411,-0.0165788196027279,0.999763131141663,0.0140955857932568,-0.821798861026764,0.569020092487335,-0.0293709728866816,-0.718702375888824,0.0102227181196213,0.695242643356323,-0.707959949970245,0.0512336492538452,0.704391777515411,-0.357358664274216,0.811048328876495,0.463136523962021,-0.525702238082886,0.0655829161405563,0.848136782646179,-0.718702375888824,0.0102227181196213,0.695242643356323,
  391. -0.821798861026764,0.569020092487335,-0.0293709728866816,0.0621767193078995,0.99416971206665,0.0880935564637184,-0.00599857605993748,0.999975800514221,-0.00352781871333718,-0.00365584110841155,0.999989032745361,-0.00293768546544015,-0.0965505167841911,0.991607844829559,-0.0859763026237488,-0.357358664274216,0.811048328876495,0.463136523962021,0.0621767193078995,0.99416971206665,0.0880935564637184,-0.0152922561392188,0.999669134616852,0.0206826683133841,-0.699512720108032,0.0532609149813652,0.712632596492767,-0.690688490867615,-0.0557467378675938,0.72100043296814,-0.630745530128479,-0.00910285487771034,0.775936424732208,-0.525702238082886,0.0655829161405563,0.848136782646179,-0.70793080329895,-0.0269867982715368,0.705766022205353,-0.709059298038483,-0.00146993470843881,0.705147325992584,-0.708455801010132,0.0456527359783649,0.704277098178864,-0.70917272567749,0.0414803586900234,0.703813493251801,-0.709388494491577,-0.0346914120018482,0.7039635181427,-0.0085018016397953,-0.999878406524658,0.0130761880427599,-0.70793080329895,-0.0269867982715368,0.705766022205353,-0.709388494491577,-0.0346914120018482,0.7039635181427,-0.0233038403093815,-0.999417424201965,0.0249311476945877,0.0203011147677898,-0.99959659576416,-0.0198623277246952,0.00727123208343983,-0.999950706958771,-0.0067608174867928,-0.0085018016397953,-0.999878406524658,0.0130761880427599,-0.0233038403093815,-0.999417424201965,0.0249311476945877,0.0151630016043782,-0.999801695346832,-0.0129096601158381,0.0272273644804955,-0.999494612216949,-0.0164082385599613,-0.00470911990851164,-0.999866783618927,0.0156240770593286,-0.00823919009417295,-0.999957203865051,0.00421276595443487,0.00727123208343983,-0.999950706958771,-0.0067608174867928,0.0203011147677898,-0.99959659576416,-0.0198623277246952,-0.00470911990851164,-0.999866783618927,0.0156240770593286,-0.695307791233063,-0.0475555062294006,0.717136979103088,-0.709708750247955,-0.0357274822890759,0.703588604927063,-0.00823919009417295,-0.999957203865051,0.00421276595443487,-0.695307791233063,-0.0475555062294006,0.717136979103088,
  392. -0.692793965339661,0.00815779529511929,0.721089363098145,-0.706658840179443,0.0409423112869263,0.706368923187256,-0.708455801010132,0.0456527359783649,0.704277098178864,-0.709059298038483,-0.00146993470843881,0.705147325992584,-0.709708750247955,-0.0357274822890759,0.703588604927063,-0.0135381864383817,0.999827563762665,0.012713385745883,-0.00869161449372768,0.999909400939941,0.0102763613685966,-0.0013403466437012,0.999998092651367,0.00143343722447753,0.000234302395256236,0.999999940395355,-0.000101417870610021,0.0108187831938267,0.999893069267273,-0.00983981974422932,0.0124113690108061,0.999723374843597,-0.0199752245098352,-0.00523028010502458,0.999984502792358,-0.00190598063636571,-0.706474125385284,0.0461406335234642,0.706233322620392,-0.00869161449372768,0.999909400939941,0.0102763613685966,-0.0135381864383817,0.999827563762665,0.012713385745883,-0.710690975189209,0.0402931123971939,0.702349424362183,-0.707586169242859,-0.0530792698264122,0.704630672931671,-0.708654642105103,0.00970239378511906,0.705488860607147,-0.706474125385284,0.0461406335234642,0.706233322620392,-0.710690975189209,0.0402931123971939,0.702349424362183,-0.719184637069702,0.00722259702160954,0.694781541824341,-0.717322289943695,-0.0525862798094749,0.694754183292389,-0.707586169242859,-0.0530792698264122,0.704630672931671,-0.690688490867615,-0.0557467378675938,0.72100043296814,-0.699512720108032,0.0532609149813652,0.712632596492767,-0.710393011569977,0.0403192527592182,0.702649295330048,-0.708654642105103,0.00970239378511906,0.705488860607147,-0.699512720108032,0.0532609149813652,0.712632596492767,-0.0152922561392188,0.999669134616852,0.0206826683133841,-0.0147698251530528,0.999796748161316,0.0137250982224941,-0.710393011569977,0.0403192527592182,0.702649295330048,-0.0013403466437012,0.999998092651367,0.00143343722447753,-0.0147698251530528,0.999796748161316,0.0137250982224941,-0.0152922561392188,0.999669134616852,0.0206826683133841,0.00599880656227469,0.999957144260406,0.00705073680728674,0.0118848942220211,0.999882400035858,-0.00968942511826754,
  393. 0.00724420882761478,0.99994170665741,-0.0080018537119031,0.000234302395256236,0.999999940395355,-0.000101417870610021,-0.0503945238888264,-0.996517181396484,-0.0664368942379951,-0.000520788948051631,-0.999929010868073,-0.0119004948064685,-0.0284588374197483,-0.999430358409882,0.018141271546483,-0.00251086568459868,-0.999747037887573,0.0223506633192301,0.0137392161414027,-0.999903976917267,0.001748904469423,-0.0503945238888264,-0.996517181396484,-0.0664368942379951,-0.00251086568459868,-0.999747037887573,0.0223506633192301,-0.0162571482360363,-0.999566614627838,0.0245443750172853,0.0102266827598214,-0.9998939037323,-0.0103704174980521,0.0137392161414027,-0.999903976917267,0.001748904469423,-0.0162571482360363,-0.999566614627838,0.0245443750172853,-0.0181260090321302,-0.999689102172852,0.0171204078942537,0.0158301908522844,-0.999732673168182,-0.0168509557843208,0.706701397895813,-0.0594242811203003,-0.705011904239655,0.708618104457855,-0.0354791767895222,-0.704699635505676,0.0102266827598214,-0.9998939037323,-0.0103704174980521,0.0158301908522844,-0.999732673168182,-0.0168509557843208,0.707171976566315,0.027105713263154,-0.706521809101105,0.709446370601654,0.0297637246549129,-0.704130589962006,0.721665263175964,-0.00277885817922652,-0.692236602306366,0.722444474697113,-0.0297146439552307,-0.690790057182312,0.708618104457855,-0.0354791767895222,-0.704699635505676,0.706701397895813,-0.0594242811203003,-0.705011904239655,0.708096444606781,0.00554284173995256,-0.706094026565552,0.721665263175964,-0.00277885817922652,-0.692236602306366,0.551024615764618,-0.0094815781340003,-0.834435045719147,0.868857681751251,-0.0955771431326866,-0.48574823141098,0.722444474697113,-0.0297146439552307,-0.690790057182312,0.551024615764618,-0.0094815781340003,-0.834435045719147,0.690568089485168,-0.000761597533710301,-0.723266959190369,0.681139588356018,-0.0236994847655296,-0.731769919395447,0.868857681751251,-0.0955771431326866,-0.48574823141098,0.0058084512129426,0.999964475631714,-0.00610793801024556,-0.0352220237255096,0.998779833316803,0.0346170365810394,
  394. -0.0198707114905119,0.999608516693115,0.0196988098323345,-0.00102138810325414,0.999998867511749,0.00101099535822868,0.00794857926666737,0.999945342540741,-0.00678532384335995,-0.0355149805545807,-0.998676598072052,0.0372001267969608,-0.707065045833588,-0.0427340008318424,0.705856084823608,-0.720012366771698,-0.0521714501082897,0.691997349262238,-0.0284588374197483,-0.999430358409882,0.018141271546483,-0.0339175537228584,0.998861730098724,0.0335390195250511,0.00827886257320642,0.99992847442627,-0.00862543378025293,0.00828774832189083,0.99990838766098,-0.0107028773054481,-0.00365584110841155,0.999989032745361,-0.00293768546544015,-0.00599857605993748,0.999975800514221,-0.00352781871333718,-0.0165788196027279,0.999763131141663,0.0140955857932568,0.00827886257320642,0.99992847442627,-0.00862543378025293,0.7041876912117,0.0633358433842659,-0.707183420658112,0.703252673149109,0.0413783378899097,-0.709734797477722,0.00828774832189083,0.99990838766098,-0.0107028773054481,0.7041876912117,0.0633358433842659,-0.707183420658112,0.704801321029663,-0.0614340975880623,-0.706739604473114,0.703244090080261,-0.0360565297305584,-0.710033595561981,0.681139588356018,-0.0236994847655296,-0.731769919395447,0.690568089485168,-0.000761597533710301,-0.723266959190369,0.703252673149109,0.0413783378899097,-0.709734797477722,0.704801321029663,-0.0614340975880623,-0.706739604473114,0.00955873355269432,-0.999926507472992,-0.00745851127430797,0.0106286341324449,-0.999898970127106,-0.0094422223046422,0.703244090080261,-0.0360565297305584,-0.710033595561981,0.00955873355269432,-0.999926507472992,-0.00745851127430797,-0.0355149805545807,-0.998676598072052,0.0372001267969608,-0.0284588374197483,-0.999430358409882,0.018141271546483,-0.000520788948051631,-0.999929010868073,-0.0119004948064685,0.0106286341324449,-0.999898970127106,-0.0094422223046422,0.999337911605835,-0.0360651314258575,-0.00478943344205618,0.0141898412257433,-0.99989902973175,0.000838652020320296,0.599199891090393,-0.800412595272064,-0.0172982569783926,0.999078035354614,-0.0237005557864904,-0.0357959866523743,
  395. 0.999337911605835,-0.0360651314258575,-0.00478943344205618,0.599199891090393,-0.800412595272064,-0.0172982569783926,0.0141898412257433,-0.99989902973175,0.000838652020320296,0.00804646033793688,-0.999929010868073,-0.00878516677767038,0.599199891090393,-0.800412595272064,-0.0172982569783926,-0.998951256275177,0.0456907041370869,-0.00295298616401851,-0.0279805231839418,0.999608516693115,-0.000121985969599336,-0.0493877492845058,0.998779594898224,-0.000429411564255133,-0.999129593372345,0.0415402762591839,-0.00379878119565547,-0.769777774810791,-0.638307511806488,-0.00238506286405027,-0.999995172023773,-0.00143905030563474,-0.00276301498524845,-0.999635100364685,-0.0269685797393322,-0.00153872510418296,0.998232543468475,-0.0594174936413765,0.00119849969632924,0.0231080427765846,-0.999732673168182,-0.000721805612556636,0.0269490610808134,-0.999615371227264,-0.00655644107609987,0.99775618314743,-0.0645085200667381,-0.0179228950291872,-0.0249231122434139,-0.999689042568207,-0.000711474916897714,-0.998590052127838,-0.0530421175062656,-0.00210121111012995,-0.998489677906036,-0.0525695346295834,-0.015960706397891,-0.0223016086965799,-0.999730288982391,-0.00648652203381062,0.484811812639236,0.84487909078598,0.22613450884819,0.492818683385849,0.870077252388,-0.00976918451488018,0.999983787536621,0.00552169699221849,0.00141917914152145,0.99950498342514,0.0313771069049835,0.00228922720998526,0.0231080427765846,-0.999732673168182,-0.000721805612556636,-0.0249231122434139,-0.999689042568207,-0.000711474916897714,-0.0223016086965799,-0.999730288982391,-0.00648652203381062,0.0269490610808134,-0.999615371227264,-0.00655644107609987,0.0146070765331388,0.999893128871918,0.000691986409947276,0.000237487474805675,1,9.41916805459186e-005,0.492818683385849,0.870077252388,-0.00976918451488018,0.484811812639236,0.84487909078598,0.22613450884819,-0.0254401694983244,0.999669075012207,0.00381126254796982,-0.99853640794754,0.0532827861607075,0.00926606822758913,-0.58022677898407,0.811010003089905,0.074832022190094,-0.99853640794754,0.0532827861607075,0.00926606822758913,
  396. -0.971447765827179,0.0656018331646919,0.228003665804863,-0.58022677898407,0.811010003089905,0.074832022190094,-0.0175880137830973,-0.999745845794678,0.0141048301011324,-0.994689881801605,-0.00900637544691563,0.102522499859333,-0.998217463493347,-0.0557021275162697,0.0214276164770126,-0.028844203799963,-0.999566733837128,0.00585968606173992,0.999307036399841,-0.0297350455075502,0.0223873127251863,0.957936584949493,-0.0955890417098999,0.270592361688614,0.599199891090393,-0.800412595272064,-0.0172982569783926,0.599199891090393,-0.800412595272064,-0.0172982569783926,0.011362686753273,-0.996497511863709,-0.0828472077846527,0.00847780518233776,-0.999904036521912,0.0109596559777856,-0.0254401694983244,0.999669075012207,0.00381126254796982,-0.0183265879750252,0.994171857833862,0.106238201260567,-0.00748448632657528,0.991630434989929,-0.128891602158546,-0.00074349605711177,0.999957144260406,0.00922379270195961,-0.999809265136719,0.0102681387215853,-0.0166140608489513,-0.971447765827179,0.0656018331646919,0.228003665804863,-0.994689881801605,-0.00900637544691563,0.102522499859333,-0.998444020748138,-0.0521151944994926,-0.0198363270610571,-0.865347743034363,0.501171946525574,-0.000335277494741604,-0.62684166431427,0.779146730899811,-0.000118824784294702,-0.0134171582758427,0.999909341335297,0.00112047279253602,-0.998937487602234,0.0460849069058895,-0.00017648222274147,-0.998937487602234,0.0460849069058895,-0.00017648222274147,-0.999950528144836,0.00969341583549976,-0.00224949675612152,-0.865347743034363,0.501171946525574,-0.000335277494741604,0.997309625148773,-0.0701638981699944,-0.0212265402078629,0.0186267141252756,-0.999522805213928,-0.0246408451348543,0.0308565087616444,-0.999494612216949,0.00765355257317424,0.997473418712616,-0.0664866790175438,0.02502466365695,-0.00670747458934784,-0.999661922454834,-0.0251235961914063,-0.997489631175995,-0.0703036114573479,-0.00847936887294054,-0.99875009059906,-0.0475376881659031,0.015442656353116,-0.0143830440938473,-0.999866843223572,0.00771779241040349,0.998375475406647,0.0538078881800175,-0.018736831843853,
  397. 0.997309625148773,-0.0701638981699944,-0.0212265402078629,0.997473418712616,-0.0664866790175438,0.02502466365695,0.998440265655518,0.0497128441929817,0.0254147090017796,0.0186267141252756,-0.999522805213928,-0.0246408451348543,-0.00670747458934784,-0.999661922454834,-0.0251235961914063,-0.0143830440938473,-0.999866843223572,0.00771779241040349,0.0308565087616444,-0.999494612216949,0.00765355257317424,-0.812579989433289,0.582839488983154,0.00345066306181252,-0.0229465998709202,0.999709367752075,-0.00739487446844578,-0.00448120385408401,0.999959468841553,0.00781844090670347,-0.747125267982483,0.486971646547318,0.452396273612976,0.0140169840306044,0.999648988246918,-0.0224810596555471,0.998375475406647,0.0538078881800175,-0.018736831843853,0.998440265655518,0.0497128441929817,0.0254147090017796,0.0214511454105377,0.999738037586212,0.00798838585615158,-0.747125267982483,0.486971646547318,0.452396273612976,-0.999766170978546,0.00818380434066057,0.0200127530843019,-0.990462899208069,0.133379608392715,0.0345416888594627,-0.812579989433289,0.582839488983154,0.00345066306181252,0.997758090496063,-0.0669084116816521,0.00137971190270036,0.0283994097262621,-0.99959659576416,0.000310140894725919,0.0198502540588379,-0.999801695346832,0.00159288092982024,0.996505260467529,-0.0835102424025536,0.00179452716838568,-0.318977922201157,-0.947740614414215,-0.00637820828706026,-0.769777774810791,-0.638307511806488,-0.00238506286405027,-0.999635100364685,-0.0269685797393322,-0.00153872510418296,-0.0152600836008787,-0.999878406524658,0.00323417480103672,0.999086439609528,0.0421803407371044,0.00685588037595153,0.999975144863129,0.00680296355858445,0.00189898838289082,0.997758090496063,-0.0669084116816521,0.00137971190270036,0.996505260467529,-0.0835102424025536,0.00179452716838568,0.998608648777008,0.0527228191494942,0.00103442964609712,-0.0152600836008787,-0.999878406524658,0.00323417480103672,0.00992248859256506,-0.999950706958771,0.000360881036613137,-0.318977922201157,-0.947740614414215,-0.00637820828706026,0.0104155438020825,0.999945461750031,0.000823220179881901,
  398. 0.999086439609528,0.0421803407371044,0.00685588037595153,0.998608648777008,0.0527228191494942,0.00103442964609712,0.00842839106917381,0.999964416027069,-0.00021173334971536,-0.0111337499693036,0.999937772750854,0.000771621183957905,-0.999161422252655,0.0409451685845852,-0.000192914289073087,-0.747125267982483,0.486971646547318,0.452396273612976,-0.999161422252655,0.0409451685845852,-0.000192914289073087,-0.999766170978546,0.00818380434066057,0.0200127530843019,-0.747125267982483,0.486971646547318,0.452396273612976,-0.00880764983594418,-0.999957203865051,-0.00284734135493636,-0.999352872371674,-0.0357101857662201,-0.00431487429887056,-0.769777774810791,-0.638307511806488,-0.00238506286405027,-0.318977922201157,-0.947740614414215,-0.00637820828706026,0.00992248859256506,-0.999950706958771,0.000360881036613137,-0.00880764983594418,-0.999957203865051,-0.00284734135493636,-0.318977922201157,-0.947740614414215,-0.00637820828706026,0.997473418712616,-0.0664866790175438,0.02502466365695,0.0308565087616444,-0.999494612216949,0.00765355257317424,0.0283994097262621,-0.99959659576416,0.000310140894725919,0.997758090496063,-0.0669084116816521,0.00137971190270036,0.998440265655518,0.0497128441929817,0.0254147090017796,0.997473418712616,-0.0664866790175438,0.02502466365695,0.997758090496063,-0.0669084116816521,0.00137971190270036,0.999975144863129,0.00680296355858445,0.00189898838289082,0.999683618545532,0.0245908088982105,-0.00528466375544667,0.0214511454105377,0.999738037586212,0.00798838585615158,0.998440265655518,0.0497128441929817,0.0254147090017796,0.999683618545532,0.0245908088982105,-0.00528466375544667,0.0234354324638844,0.99972528219223,-0.000228954027988948,-0.747125267982483,0.486971646547318,0.452396273612976,-0.00448120385408401,0.999959468841553,0.00781844090670347,-0.0111337499693036,0.999937772750854,0.000771621183957905,-0.812579989433289,0.582839488983154,0.00345066306181252,-0.990462899208069,0.133379608392715,0.0345416888594627,-0.999825239181519,0.00717853242531419,-0.017259506508708,-0.571023106575012,0.387774497270584,-0.723576843738556,
  399. -0.0223016086965799,-0.999730288982391,-0.00648652203381062,-0.998489677906036,-0.0525695346295834,-0.015960706397891,-0.997489631175995,-0.0703036114573479,-0.00847936887294054,-0.00670747458934784,-0.999661922454834,-0.0251235961914063,0.0269490610808134,-0.999615371227264,-0.00655644107609987,-0.0223016086965799,-0.999730288982391,-0.00648652203381062,-0.00670747458934784,-0.999661922454834,-0.0251235961914063,0.0186267141252756,-0.999522805213928,-0.0246408451348543,0.99775618314743,-0.0645085200667381,-0.0179228950291872,0.0269490610808134,-0.999615371227264,-0.00655644107609987,0.0186267141252756,-0.999522805213928,-0.0246408451348543,0.997309625148773,-0.0701638981699944,-0.0212265402078629,0.998486578464508,0.0519690252840519,-0.0179910380393267,0.99775618314743,-0.0645085200667381,-0.0179228950291872,0.997309625148773,-0.0701638981699944,-0.0212265402078629,0.998375475406647,0.0538078881800175,-0.018736831843853,0.0229091607034206,0.999723255634308,-0.00534851523116231,0.998486578464508,0.0519690252840519,-0.0179910380393267,0.998375475406647,0.0538078881800175,-0.018736831843853,0.0140169840306044,0.999648988246918,-0.0224810596555471,-0.571023106575012,0.387774497270584,-0.723576843738556,-0.0023506588768214,0.999984443187714,-0.00504583213478327,-0.0229465998709202,0.999709367752075,-0.00739487446844578,-0.812579989433289,0.582839488983154,0.00345066306181252,-0.571023106575012,0.387774497270584,-0.723576843738556,-0.99917209148407,0.040253970772028,-0.0059039480984211,-0.0185574479401112,0.999827563762665,-0.000583079236093909,-0.571023106575012,0.387774497270584,-0.723576843738556,-0.999825239181519,0.00717853242531419,-0.017259506508708,-0.99917209148407,0.040253970772028,-0.0059039480984211,0.484811812639236,0.84487909078598,0.22613450884819,0.99950498342514,0.0313771069049835,0.00228922720998526,0.0146070765331388,0.999893128871918,0.000691986409947276,-0.0185574479401112,0.999827563762665,-0.000583079236093909,-0.0023506588768214,0.999984443187714,-0.00504583213478327,-0.571023106575012,0.387774497270584,-0.723576843738556,
  400. -0.99917072057724,0.0403442792594433,-0.00549138151109219,-0.0201517716050148,0.999796628952026,-0.00073866726597771,-0.62684166431427,0.779146730899811,-0.000118824784294702,-0.865347743034363,0.501171946525574,-0.000335277494741604,-0.999950528144836,0.00969341583549976,-0.00224949675612152,-0.99917072057724,0.0403442792594433,-0.00549138151109219,-0.865347743034363,0.501171946525574,-0.000335277494741604,-0.028844203799963,-0.999566733837128,0.00585968606173992,-0.998217463493347,-0.0557021275162697,0.0214276164770126,-0.998590052127838,-0.0530421175062656,-0.00210121111012995,-0.0249231122434139,-0.999689042568207,-0.000711474916897714,0.599199891090393,-0.800412595272064,-0.0172982569783926,0.00847780518233776,-0.999904036521912,0.0109596559777856,0.0145687526091933,-0.9998939037323,-0.00010165327694267,0.0145687526091933,-0.9998939037323,-0.00010165327694267,0.999366700649261,-0.035475630313158,0.0027824800927192,0.599199891090393,-0.800412595272064,-0.0172982569783926,0.492818683385849,0.870077252388,-0.00976918451488018,0.999632835388184,0.0270908661186695,0.000470106693683192,0.999983787536621,0.00552169699221849,0.00141917914152145,0.0107824401929975,0.99994170665741,-0.000535610422957689,0.999632835388184,0.0270908661186695,0.000470106693683192,0.492818683385849,0.870077252388,-0.00976918451488018,0.0107824401929975,0.99994170665741,-0.000535610422957689,0.492818683385849,0.870077252388,-0.00976918451488018,0.000237487474805675,1,9.41916805459186e-005,-0.032945305109024,-0.999430537223816,-0.00729928305372596,-0.998444020748138,-0.0521151944994926,-0.0198363270610571,-0.994689881801605,-0.00900637544691563,0.102522499859333,-0.0175880137830973,-0.999745845794678,0.0141048301011324,0.957936584949493,-0.0955890417098999,0.270592361688614,0.999078035354614,-0.0237005557864904,-0.0357959866523743,0.599199891090393,-0.800412595272064,-0.0172982569783926,0.599199891090393,-0.800412595272064,-0.0172982569783926,0.00804646033793688,-0.999929010868073,-0.00878516677767038,0.011362686753273,-0.996497511863709,-0.0828472077846527,
  401. -0.560252606868744,0.569073915481567,-0.601890325546265,-0.00174712471198291,0.999975800514221,-0.00673451600596309,-0.0183265879750252,0.994171857833862,0.106238201260567,-0.58022677898407,0.811010003089905,0.074832022190094,-0.0216811969876289,0.999763369560242,-0.00175657938234508,-0.998681962490082,0.0512632168829441,-0.00254148081876338,-0.998802483081818,0.0489173606038094,-0.000836513645481318,-0.0476969256997108,0.998861789703369,-0.000270134420134127,-0.998681962490082,0.0512632168829441,-0.00254148081876338,-0.999809265136719,0.0102681387215853,-0.0166140608489513,-0.998444020748138,-0.0521151944994926,-0.0198363270610571,-0.999088406562805,-0.0426794439554214,-0.000872371543664485,-0.998802483081818,0.0489173606038094,-0.000836513645481318,-0.00143702619243413,0.999998986721039,-7.4813460742007e-006,0.0234354324638844,0.99972528219223,-0.000228954027988948,0.464999228715897,0.885311007499695,0.000395466893678531,-0.999161422252655,0.0409451685845852,-0.000192914289073087,-0.0111337499693036,0.999937772750854,0.000771621183957905,-0.0279805231839418,0.999608516693115,-0.000121985969599336,-0.998951256275177,0.0456907041370869,-0.00295298616401851,-0.999352872371674,-0.0357101857662201,-0.00431487429887056,-0.999995172023773,-0.00143905030563474,-0.00276301498524845,-0.769777774810791,-0.638307511806488,-0.00238506286405027,-0.990462899208069,0.133379608392715,0.0345416888594627,-0.999766170978546,0.00818380434066057,0.0200127530843019,-0.99875009059906,-0.0475376881659031,0.015442656353116,-0.997489631175995,-0.0703036114573479,-0.00847936887294054,-0.999825239181519,0.00717853242531419,-0.017259506508708,-0.990462899208069,0.133379608392715,0.0345416888594627,-0.997489631175995,-0.0703036114573479,-0.00847936887294054,-0.998489677906036,-0.0525695346295834,-0.015960706397891,-0.0229465998709202,0.999709367752075,-0.00739487446844578,-0.0023506588768214,0.999984443187714,-0.00504583213478327,0.0229091607034206,0.999723255634308,-0.00534851523116231,0.0140169840306044,0.999648988246918,-0.0224810596555471,
  402. -0.00448120385408401,0.999959468841553,0.00781844090670347,-0.0229465998709202,0.999709367752075,-0.00739487446844578,0.0140169840306044,0.999648988246918,-0.0224810596555471,0.0214511454105377,0.999738037586212,0.00798838585615158,-0.62684166431427,0.779146730899811,-0.000118824784294702,-0.0201517716050148,0.999796628952026,-0.00073866726597771,-0.00196140236221254,0.999998033046722,6.6066364524886e-005,0.0152533557265997,0.999882400035858,0.0015523792244494,0.999550104141235,0.0297556333243847,0.0037694436032325,0.999632835388184,0.0270908661186695,0.000470106693683192,0.0107824401929975,0.99994170665741,-0.000535610422957689,0.999366700649261,-0.035475630313158,0.0027824800927192,0.999307036399841,-0.0297350455075502,0.0223873127251863,0.599199891090393,-0.800412595272064,-0.0172982569783926,0.999983787536621,0.00552169699221849,0.00141917914152145,0.998232543468475,-0.0594174936413765,0.00119849969632924,0.99775618314743,-0.0645085200667381,-0.0179228950291872,0.998486578464508,0.0519690252840519,-0.0179910380393267,0.99950498342514,0.0313771069049835,0.00228922720998526,0.0146070765331388,0.999893128871918,0.000691986409947276,0.99950498342514,0.0313771069049835,0.00228922720998526,0.998486578464508,0.0519690252840519,-0.0179910380393267,0.0229091607034206,0.999723255634308,-0.00534851523116231,-0.00196140236221254,0.999998033046722,6.6066364524886e-005,-0.0134171582758427,0.999909341335297,0.00112047279253602,-0.62684166431427,0.779146730899811,-0.000118824784294702,0.0104155438020825,0.999945461750031,0.000823220179881901,-0.00143702619243413,0.999998986721039,-7.4813460742007e-006,0.464999228715897,0.885311007499695,0.000395466893678531,0.464999228715897,0.885311007499695,0.000395466893678531,0.905986368656158,0.423277974128723,-0.00494431238621473,0.999086439609528,0.0421803407371044,0.00685588037595153,0.0104155438020825,0.999945461750031,0.000823220179881901,0.905986368656158,0.423277974128723,-0.00494431238621473,0.999975144863129,0.00680296355858445,0.00189898838289082,0.999086439609528,0.0421803407371044,0.00685588037595153,
  403. 0.999683618545532,0.0245908088982105,-0.00528466375544667,0.999975144863129,0.00680296355858445,0.00189898838289082,0.905986368656158,0.423277974128723,-0.00494431238621473,0.0234354324638844,0.99972528219223,-0.000228954027988948,0.999683618545532,0.0245908088982105,-0.00528466375544667,0.905986368656158,0.423277974128723,-0.00494431238621473,0.464999228715897,0.885311007499695,0.000395466893678531,-0.00143702619243413,0.999998986721039,-7.4813460742007e-006,-0.0279805231839418,0.999608516693115,-0.000121985969599336,-0.0111337499693036,0.999937772750854,0.000771621183957905,-0.00448120385408401,0.999959468841553,0.00781844090670347,0.0214511454105377,0.999738037586212,0.00798838585615158,0.0234354324638844,0.99972528219223,-0.000228954027988948,-0.00748448632657528,0.991630434989929,-0.128891602158546,-0.000507795484736562,0.999989032745361,-0.00466285785660148,0.3540059030056,0.935091853141785,0.0168293733149767,-0.00074349605711177,0.999957144260406,0.00922379270195961,-0.00748448632657528,0.991630434989929,-0.128891602158546,0.3540059030056,0.935091853141785,0.0168293733149767,0.0152533557265997,0.999882400035858,0.0015523792244494,-0.00074349605711177,0.999957144260406,0.00922379270195961,0.3540059030056,0.935091853141785,0.0168293733149767,0.3540059030056,0.935091853141785,0.0168293733149767,0.780609309673309,0.624833285808563,0.0152457468211651,0.999550104141235,0.0297556333243847,0.0037694436032325,0.0152533557265997,0.999882400035858,0.0015523792244494,0.999779522418976,-0.00280381948687136,0.0208111219108105,0.999550104141235,0.0297556333243847,0.0037694436032325,0.780609309673309,0.624833285808563,0.0152457468211651,0.780609309673309,0.624833285808563,0.0152457468211651,0.979640364646912,-0.00950899720191956,-0.200534820556641,0.999779522418976,-0.00280381948687136,0.0208111219108105,0.780609309673309,0.624833285808563,0.0152457468211651,0.999732553958893,-0.000758358626626432,-0.0231117680668831,0.979640364646912,-0.00950899720191956,-0.200534820556641,0.999133110046387,0.0413784421980381,-0.00457241479307413,
  404. 0.999732553958893,-0.000758358626626432,-0.0231117680668831,0.780609309673309,0.624833285808563,0.0152457468211651,0.0134287402033806,0.99990838766098,-0.00170808925759047,0.999133110046387,0.0413784421980381,-0.00457241479307413,0.780609309673309,0.624833285808563,0.0152457468211651,0.3540059030056,0.935091853141785,0.0168293733149767,-0.000507795484736562,0.999989032745361,-0.00466285785660148,0.0134287402033806,0.99990838766098,-0.00170808925759047,0.3540059030056,0.935091853141785,0.0168293733149767,-0.0216811969876289,0.999763369560242,-0.00175657938234508,-0.00174712471198291,0.999975800514221,-0.00673451600596309,-0.560252606868744,0.569073915481567,-0.601890325546265,-0.560252606868744,0.569073915481567,-0.601890325546265,-0.998681962490082,0.0512632168829441,-0.00254148081876338,-0.0216811969876289,0.999763369560242,-0.00175657938234508,-0.560252606868744,0.569073915481567,-0.601890325546265,-0.999809265136719,0.0102681387215853,-0.0166140608489513,-0.998681962490082,0.0512632168829441,-0.00254148081876338,-0.58022677898407,0.811010003089905,0.074832022190094,-0.971447765827179,0.0656018331646919,0.228003665804863,-0.999809265136719,0.0102681387215853,-0.0166140608489513,-0.560252606868744,0.569073915481567,-0.601890325546265,-0.0183265879750252,0.994171857833862,0.106238201260567,-0.00174712471198291,0.999975800514221,-0.00673451600596309,-0.000507795484736562,0.999989032745361,-0.00466285785660148,-0.00748448632657528,0.991630434989929,-0.128891602158546,-0.58022677898407,0.811010003089905,0.074832022190094,-0.0183265879750252,0.994171857833862,0.106238201260567,-0.0254401694983244,0.999669075012207,0.00381126254796982,-0.99853640794754,0.0532827861607075,0.00926606822758913,-0.998217463493347,-0.0557021275162697,0.0214276164770126,-0.994689881801605,-0.00900637544691563,0.102522499859333,-0.971447765827179,0.0656018331646919,0.228003665804863,-0.999635100364685,-0.0269685797393322,-0.00153872510418296,-0.999995172023773,-0.00143905030563474,-0.00276301498524845,-0.998951256275177,0.0456907041370869,-0.00295298616401851,
  405. -0.999129593372345,0.0415402762591839,-0.00379878119565547,-0.999391078948975,-0.0346804074943066,-0.00384430051781237,-0.0152600836008787,-0.999878406524658,0.00323417480103672,-0.999635100364685,-0.0269685797393322,-0.00153872510418296,-0.999391078948975,-0.0346804074943066,-0.00384430051781237,-0.0341049693524837,-0.999417543411255,0.00114996184129268,0.0283994097262621,-0.99959659576416,0.000310140894725919,0.00992248859256506,-0.999950706958771,0.000360881036613137,-0.0152600836008787,-0.999878406524658,0.00323417480103672,-0.0341049693524837,-0.999417543411255,0.00114996184129268,0.0198502540588379,-0.999801695346832,0.00159288092982024,0.0308565087616444,-0.999494612216949,0.00765355257317424,-0.0143830440938473,-0.999866843223572,0.00771779241040349,-0.00880764983594418,-0.999957203865051,-0.00284734135493636,0.00992248859256506,-0.999950706958771,0.000360881036613137,0.0283994097262621,-0.99959659576416,0.000310140894725919,-0.0143830440938473,-0.999866843223572,0.00771779241040349,-0.99875009059906,-0.0475376881659031,0.015442656353116,-0.999352872371674,-0.0357101857662201,-0.00431487429887056,-0.00880764983594418,-0.999957203865051,-0.00284734135493636,-0.99875009059906,-0.0475376881659031,0.015442656353116,-0.999766170978546,0.00818380434066057,0.0200127530843019,-0.999161422252655,0.0409451685845852,-0.000192914289073087,-0.998951256275177,0.0456907041370869,-0.00295298616401851,-0.999995172023773,-0.00143905030563474,-0.00276301498524845,-0.999352872371674,-0.0357101857662201,-0.00431487429887056,-0.0185574479401112,0.999827563762665,-0.000583079236093909,-0.0134171582758427,0.999909341335297,0.00112047279253602,-0.00196140236221254,0.999998033046722,6.6066364524886e-005,0.000237487474805675,1,9.41916805459186e-005,0.0146070765331388,0.999893128871918,0.000691986409947276,0.0229091607034206,0.999723255634308,-0.00534851523116231,-0.0023506588768214,0.999984443187714,-0.00504583213478327,-0.998937487602234,0.0460849069058895,-0.00017648222274147,-0.0134171582758427,0.999909341335297,0.00112047279253602,
  406. -0.0185574479401112,0.999827563762665,-0.000583079236093909,-0.99917209148407,0.040253970772028,-0.0059039480984211,-0.998590052127838,-0.0530421175062656,-0.00210121111012995,-0.999950528144836,0.00969341583549976,-0.00224949675612152,-0.998937487602234,0.0460849069058895,-0.00017648222274147,-0.99917209148407,0.040253970772028,-0.0059039480984211,-0.999825239181519,0.00717853242531419,-0.017259506508708,-0.998489677906036,-0.0525695346295834,-0.015960706397891,-0.998590052127838,-0.0530421175062656,-0.00210121111012995,-0.998217463493347,-0.0557021275162697,0.0214276164770126,-0.99853640794754,0.0532827861607075,0.00926606822758913,-0.99917072057724,0.0403442792594433,-0.00549138151109219,-0.999950528144836,0.00969341583549976,-0.00224949675612152,-0.99853640794754,0.0532827861607075,0.00926606822758913,-0.0254401694983244,0.999669075012207,0.00381126254796982,-0.0201517716050148,0.999796628952026,-0.00073866726597771,-0.99917072057724,0.0403442792594433,-0.00549138151109219,-0.00196140236221254,0.999998033046722,6.6066364524886e-005,-0.0201517716050148,0.999796628952026,-0.00073866726597771,-0.0254401694983244,0.999669075012207,0.00381126254796982,-0.00074349605711177,0.999957144260406,0.00922379270195961,0.0152533557265997,0.999882400035858,0.0015523792244494,0.0107824401929975,0.99994170665741,-0.000535610422957689,0.000237487474805675,1,9.41916805459186e-005,0.011362686753273,-0.996497511863709,-0.0828472077846527,0.00804646033793688,-0.999929010868073,-0.00878516677767038,-0.032945305109024,-0.999430537223816,-0.00729928305372596,-0.0175880137830973,-0.999745845794678,0.0141048301011324,0.00847780518233776,-0.999904036521912,0.0109596559777856,0.011362686753273,-0.996497511863709,-0.0828472077846527,-0.0175880137830973,-0.999745845794678,0.0141048301011324,-0.028844203799963,-0.999566733837128,0.00585968606173992,0.0145687526091933,-0.9998939037323,-0.00010165327694267,0.00847780518233776,-0.999904036521912,0.0109596559777856,-0.028844203799963,-0.999566733837128,0.00585968606173992,-0.0249231122434139,-0.999689042568207,-0.000711474916897714,
  407. 0.0231080427765846,-0.999732673168182,-0.000721805612556636,0.998232543468475,-0.0594174936413765,0.00119849969632924,0.999366700649261,-0.035475630313158,0.0027824800927192,0.0145687526091933,-0.9998939037323,-0.00010165327694267,0.0231080427765846,-0.999732673168182,-0.000721805612556636,0.999632835388184,0.0270908661186695,0.000470106693683192,0.999550104141235,0.0297556333243847,0.0037694436032325,0.999779522418976,-0.00280381948687136,0.0208111219108105,0.999307036399841,-0.0297350455075502,0.0223873127251863,0.999366700649261,-0.035475630313158,0.0027824800927192,0.998232543468475,-0.0594174936413765,0.00119849969632924,0.999983787536621,0.00552169699221849,0.00141917914152145,0.999779522418976,-0.00280381948687136,0.0208111219108105,0.979640364646912,-0.00950899720191956,-0.200534820556641,0.957936584949493,-0.0955890417098999,0.270592361688614,0.999307036399841,-0.0297350455075502,0.0223873127251863,0.979640364646912,-0.00950899720191956,-0.200534820556641,0.999732553958893,-0.000758358626626432,-0.0231117680668831,0.999078035354614,-0.0237005557864904,-0.0357959866523743,0.957936584949493,-0.0955890417098999,0.270592361688614,0.00842839106917381,0.999964416027069,-0.00021173334971536,-0.0493877492845058,0.998779594898224,-0.000429411564255133,-0.0279805231839418,0.999608516693115,-0.000121985969599336,-0.00143702619243413,0.999998986721039,-7.4813460742007e-006,0.0104155438020825,0.999945461750031,0.000823220179881901,-0.0514132864773273,-0.998676776885986,0.00119065854232758,-0.999088406562805,-0.0426794439554214,-0.000872371543664485,-0.998444020748138,-0.0521151944994926,-0.0198363270610571,-0.032945305109024,-0.999430537223816,-0.00729928305372596,-0.0476969256997108,0.998861789703369,-0.000270134420134127,0.0119516598060727,0.999928534030914,-0.000244946742895991,0.0134287402033806,0.99990838766098,-0.00170808925759047,-0.000507795484736562,0.999989032745361,-0.00466285785660148,-0.00174712471198291,0.999975800514221,-0.00673451600596309,-0.0216811969876289,0.999763369560242,-0.00175657938234508,0.0119516598060727,0.999928534030914,-0.000244946742895991,
  408. 0.997990369796753,0.0633303821086884,-0.00210680393502116,0.999133110046387,0.0413784421980381,-0.00457241479307413,0.0134287402033806,0.99990838766098,-0.00170808925759047,0.997990369796753,0.0633303821086884,-0.00210680393502116,0.998109936714172,-0.0614374838769436,-0.00135838577989489,0.999337911605835,-0.0360651314258575,-0.00478943344205618,0.999078035354614,-0.0237005557864904,-0.0357959866523743,0.999732553958893,-0.000758358626626432,-0.0231117680668831,0.999133110046387,0.0413784421980381,-0.00457241479307413,0.998109936714172,-0.0614374838769436,-0.00135838577989489,0.0120322229340672,-0.999926447868347,0.00148533878382295,0.0141898412257433,-0.99989902973175,0.000838652020320296,0.999337911605835,-0.0360651314258575,-0.00478943344205618,0.0120322229340672,-0.999926447868347,0.00148533878382295,-0.0514132864773273,-0.998676776885986,0.00119065854232758,-0.032945305109024,-0.999430537223816,-0.00729928305372596,0.00804646033793688,-0.999929010868073,-0.00878516677767038,0.0141898412257433,-0.99989902973175,0.000838652020320296,0.710022330284119,-0.036092072725296,0.703253567218781,0.00944134034216404,-0.99989902973175,0.0106281572952867,0.435938715934753,-0.800398409366608,0.411484807729721,0.731762588024139,-0.0237209312617779,0.681146681308746,0.710022330284119,-0.036092072725296,0.703253567218781,0.435938715934753,-0.800398409366608,0.411484807729721,0.00944134034216404,-0.99989902973175,0.0106281572952867,0.0118995867669582,-0.999929070472717,-0.000518102140631527,0.435938715934753,-0.800398409366608,0.411484807729721,-0.704280138015747,0.0456582680344582,-0.708452343940735,-0.0196987204253674,0.99960845708847,-0.0198706164956093,-0.0346237160265446,0.998779237270355,-0.0352301113307476,-0.703824460506439,0.0414985045790672,-0.70916074514389,-0.542541921138763,-0.63845819234848,-0.545911490917206,-0.705150127410889,-0.00140289193950593,-0.709056735038757,-0.70577996969223,-0.0269460119307041,-0.707918405532837,0.705012679100037,-0.0593867413699627,0.706703901290894,0.0168502014130354,-0.999732792377472,0.0158295352011919,
  409. 0.023684062063694,-0.999615550041199,0.0144194373860955,0.718198716640472,-0.0644936636090279,0.692842900753021,-0.0171203035861254,-0.999689102172852,-0.0181259009987116,-0.704630494117737,-0.053061705082655,-0.707587540149689,-0.694755554199219,-0.0525509491562843,-0.717323482036591,-0.0111798448488116,-0.999730288982391,-0.0203543100506067,0.182932436466217,0.844911336898804,0.5026535987854,0.355390280485153,0.87008535861969,0.341539293527603,0.706093609333038,0.00554968602955341,0.708096742630005,0.705140948295593,0.0314054153859615,0.708371341228485,0.0168502014130354,-0.999732792377472,0.0158295352011919,-0.0171203035861254,-0.999689102172852,-0.0181259009987116,-0.0111798448488116,-0.999730288982391,-0.0203543100506067,0.023684062063694,-0.999615550041199,0.0144194373860955,0.0098387598991394,0.999893128871918,0.0108175510540605,0.00010139582445845,0.99999988079071,0.000234335020650178,0.355390280485153,0.87008535861969,0.341539293527603,0.182932436466217,0.844911336898804,0.5026535987854,-0.0206857938319445,0.999669015407562,-0.0152955586090684,-0.712637066841125,0.0532560907304287,-0.699508607387543,-0.463238090276718,0.811012089252472,-0.357309281826019,-0.712637066841125,0.0532560907304287,-0.699508607387543,-0.848215758800507,0.0655635073781013,-0.525577187538147,-0.463238090276718,0.811012089252472,-0.357309281826019,-0.0223914626985788,-0.999746263027191,-0.00245774118229747,-0.775936007499695,-0.00906074419617653,-0.630746483802795,-0.721003711223602,-0.0557880029082298,-0.690681755542755,-0.0245357695966959,-0.999566912651062,-0.0162491239607334,0.690788686275482,-0.029695950448513,0.722446620464325,0.486014634370804,-0.0955687686800957,0.868709683418274,0.435938715934753,-0.800398409366608,0.411484807729721,0.435938715934753,-0.800398409366608,0.411484807729721,0.0663922354578972,-0.996523261070251,-0.0503342747688293,-0.00174591247923672,-0.999904096126556,0.0137373711913824,-0.0206857938319445,0.999669015407562,-0.0152955586090684,-0.088054321706295,0.994175910949707,0.0621357336640358,0.0859325900673866,0.991613805294037,-0.0965279340744019,
  410. -0.0070505179464817,0.999957144260406,0.00599892530590296,-0.695234715938568,0.0102541772648692,-0.718709647655487,-0.848215758800507,0.0655635073781013,-0.525577187538147,-0.775936007499695,-0.00906074419617653,-0.630746483802795,-0.691991329193115,-0.052102118730545,-0.720023214817047,-0.611570060253143,0.501220941543579,-0.612176120281219,-0.443061590194702,0.779163837432861,-0.443396151065826,-0.010281658731401,0.999909341335297,-0.00869795773178339,-0.706233084201813,0.0461385883390903,-0.706474483013153,-0.706233084201813,0.0461385883390903,-0.706474483013153,-0.705487191677094,0.00971577316522598,-0.708656132221222,-0.611570060253143,0.501220941543579,-0.612176120281219,0.720186114311218,-0.0701501592993736,0.69022536277771,0.030603714287281,-0.999522507190704,-0.00427125114947557,0.0164125338196754,-0.99949449300766,0.0272287558764219,0.687625050544739,-0.0664533451199532,0.723018527030945,0.0129617936909199,-0.99966424703598,-0.0224387906491756,-0.699193477630615,-0.0703641325235367,-0.71146148443222,-0.717130362987518,-0.0475058853626251,-0.695318162441254,-0.0156216127797961,-0.999866783618927,-0.00471311062574387,0.71918249130249,0.0537104830145836,0.692742168903351,0.720186114311218,-0.0701501592993736,0.69022536277771,0.687625050544739,-0.0664533451199532,0.723018527030945,0.688034653663635,0.0497040078043938,0.723973631858826,0.030603714287281,-0.999522507190704,-0.00427125114947557,0.0129617936909199,-0.99966424703598,-0.0224387906491756,-0.0156216127797961,-0.999866783618927,-0.00471311062574387,0.0164125338196754,-0.99949449300766,0.0272287558764219,-0.577170491218567,0.582888841629028,-0.571939587593079,-0.0109489215537906,0.999708235263824,-0.0215276069939137,-0.00869948137551546,0.999959349632263,0.00236229342408478,-0.848128378391266,0.487123161554337,-0.208300888538361,0.0257835350930691,0.999649882316589,-0.00594584224745631,0.71918249130249,0.0537104830145836,0.692742168903351,0.688034653663635,0.0497040078043938,0.723973631858826,0.00951460376381874,0.999738156795502,0.0208121351897717,-0.848128378391266,0.487123161554337,-0.208300888538361,
  411. -0.721078932285309,0.00821823719888926,-0.692804098129272,-0.724651515483856,0.133409023284912,-0.676078617572784,-0.577170491218567,0.582888841629028,-0.571939587593079,0.704547822475433,-0.0668806284666061,0.70649790763855,0.0198619328439236,-0.999596655368805,0.020300317555666,0.0129142981022596,-0.999801516532898,0.0151674477383494,0.703364253044128,-0.0834463685750961,0.705914676189423,-0.221067667007446,-0.947728395462036,-0.23008693754673,-0.542541921138763,-0.63845819234848,-0.545911490917206,-0.70577996969223,-0.0269460119307041,-0.707918405532837,-0.0130790546536446,-0.999878406524658,-0.00850490480661392,0.701607286930084,0.0421602614223957,0.711315453052521,0.705747485160828,0.00680698454380035,0.708430707454681,0.704547822475433,-0.0668806284666061,0.70649790763855,0.703364253044128,-0.0834463685750961,0.705914676189423,0.705385804176331,0.0526981614530087,0.706861793994904,-0.0130790546536446,-0.999878406524658,-0.00850490480661392,0.00676120351999998,-0.999950706958771,0.00727125210687518,-0.221067667007446,-0.947728395462036,-0.23008693754673,0.0067844158038497,0.999945342540741,0.00794799625873566,0.701607286930084,0.0421602614223957,0.711315453052521,0.705385804176331,0.0526981614530087,0.706861793994904,0.00610869470983744,0.999964475631714,0.00580937787890434,-0.00841957703232765,0.99993771314621,-0.00732794590294361,-0.706364393234253,0.0409287884831429,-0.706664085388184,-0.848128378391266,0.487123161554337,-0.208300888538361,-0.706364393234253,0.0409287884831429,-0.706664085388184,-0.721078932285309,0.00821823719888926,-0.692804098129272,-0.848128378391266,0.487123161554337,-0.208300888538361,-0.00421126233413816,-0.999957084655762,-0.00823928881436586,-0.703584313392639,-0.0356766395270824,-0.70971554517746,-0.542541921138763,-0.63845819234848,-0.545911490917206,-0.221067667007446,-0.947728395462036,-0.23008693754673,0.00676120351999998,-0.999950706958771,0.00727125210687518,-0.00421126233413816,-0.999957084655762,-0.00823928881436586,-0.221067667007446,-0.947728395462036,-0.23008693754673,
  412. 0.687625050544739,-0.0664533451199532,0.723018527030945,0.0164125338196754,-0.99949449300766,0.0272287558764219,0.0198619328439236,-0.999596655368805,0.020300317555666,0.704547822475433,-0.0668806284666061,0.70649790763855,0.688034653663635,0.0497040078043938,0.723973631858826,0.687625050544739,-0.0664533451199532,0.723018527030945,0.704547822475433,-0.0668806284666061,0.70649790763855,0.705747485160828,0.00680698454380035,0.708430707454681,0.710625469684601,0.0245818812400103,0.70314085483551,0.00951460376381874,0.999738156795502,0.0208121351897717,0.688034653663635,0.0497040078043938,0.723973631858826,0.710625469684601,0.0245818812400103,0.70314085483551,0.0167351327836514,0.99972528219223,0.0164110995829105,-0.848128378391266,0.487123161554337,-0.208300888538361,-0.00869948137551546,0.999959349632263,0.00236229342408478,-0.00841957703232765,0.99993771314621,-0.00732794590294361,-0.577170491218567,0.582888841629028,-0.571939587593079,-0.724651515483856,0.133409023284912,-0.676078617572784,-0.694781601428986,0.00726786069571972,-0.719184100627899,0.107783079147339,0.387817084789276,-0.915412783622742,-0.0111798448488116,-0.999730288982391,-0.0203543100506067,-0.694755554199219,-0.0525509491562843,-0.717323482036591,-0.699193477630615,-0.0703641325235367,-0.71146148443222,0.0129617936909199,-0.99966424703598,-0.0224387906491756,0.023684062063694,-0.999615550041199,0.0144194373860955,-0.0111798448488116,-0.999730288982391,-0.0203543100506067,0.0129617936909199,-0.99966424703598,-0.0224387906491756,0.030603714287281,-0.999522507190704,-0.00427125114947557,0.718198716640472,-0.0644936636090279,0.692842900753021,0.023684062063694,-0.999615550041199,0.0144194373860955,0.030603714287281,-0.999522507190704,-0.00427125114947557,0.720186114311218,-0.0701501592993736,0.69022536277771,0.718761563301086,0.051994550973177,0.693309783935547,0.718198716640472,-0.0644936636090279,0.692842900753021,0.720186114311218,-0.0701501592993736,0.69022536277771,0.71918249130249,0.0537104830145836,0.692742168903351,0.0199825931340456,0.999723255634308,0.0124171515926719,
  413. 0.718761563301086,0.051994550973177,0.693309783935547,0.71918249130249,0.0537104830145836,0.692742168903351,0.0257835350930691,0.999649882316589,-0.00594584224745631,0.107783079147339,0.387817084789276,-0.915412783622742,0.00190636445768178,0.999984443187714,-0.00523064192384481,-0.0109489215537906,0.999708235263824,-0.0215276069939137,-0.577170491218567,0.582888841629028,-0.571939587593079,0.107783079147339,0.387817084789276,-0.915412783622742,-0.702349722385406,0.040318951010704,-0.710689246654511,-0.0127106914296746,0.99982762336731,-0.0135351093485951,0.107783079147339,0.387817084789276,-0.915412783622742,-0.694781601428986,0.00726786069571972,-0.719184100627899,-0.702349722385406,0.040318951010704,-0.710689246654511,0.182932436466217,0.844911336898804,0.5026535987854,0.705140948295593,0.0314054153859615,0.708371341228485,0.0098387598991394,0.999893128871918,0.0108175510540605,-0.0127106914296746,0.99982762336731,-0.0135351093485951,0.00190636445768178,0.999984443187714,-0.00523064192384481,0.107783079147339,0.387817084789276,-0.915412783622742,-0.702648460865021,0.0403181910514832,-0.710393965244293,-0.0137213496491313,0.999796748161316,-0.0147669054567814,-0.443061590194702,0.779163837432861,-0.443396151065826,-0.611570060253143,0.501220941543579,-0.612176120281219,-0.705487191677094,0.00971577316522598,-0.708656132221222,-0.702648460865021,0.0403181910514832,-0.710393965244293,-0.611570060253143,0.501220941543579,-0.612176120281219,-0.0245357695966959,-0.999566912651062,-0.0162491239607334,-0.721003711223602,-0.0557880029082298,-0.690681755542755,-0.704630494117737,-0.053061705082655,-0.707587540149689,-0.0171203035861254,-0.999689102172852,-0.0181259009987116,0.435938715934753,-0.800398409366608,0.411484807729721,-0.00174591247923672,-0.999904096126556,0.0137373711913824,0.0103737022727728,-0.999893844127655,0.0102297691628337,0.0103737022727728,-0.999893844127655,0.0102297691628337,0.704692184925079,-0.0354437716305256,0.708627343177795,0.435938715934753,-0.800398409366608,0.411484807729721,0.355390280485153,0.87008535861969,0.341539293527603,
  414. 0.706514358520508,0.0271082781255245,0.707179367542267,0.706093609333038,0.00554968602955341,0.708096742630005,0.00800504256039858,0.999941647052765,0.00724801374599338,0.706514358520508,0.0271082781255245,0.707179367542267,0.355390280485153,0.87008535861969,0.341539293527603,0.00800504256039858,0.999941647052765,0.00724801374599338,0.355390280485153,0.87008535861969,0.341539293527603,0.00010139582445845,0.99999988079071,0.000234335020650178,-0.0181437470018864,-0.999430060386658,-0.0284647140651941,-0.691991329193115,-0.052102118730545,-0.720023214817047,-0.775936007499695,-0.00906074419617653,-0.630746483802795,-0.0223914626985788,-0.999746263027191,-0.00245774118229747,0.486014634370804,-0.0955687686800957,0.868709683418274,0.731762588024139,-0.0237209312617779,0.681146681308746,0.435938715934753,-0.800398409366608,0.411484807729721,0.435938715934753,-0.800398409366608,0.411484807729721,0.0118995867669582,-0.999929070472717,-0.000518102140631527,0.0663922354578972,-0.996523261070251,-0.0503342747688293,0.0294438321143389,0.568984866142273,-0.821820735931396,0.00352589460089803,0.999975800514221,-0.00599691178649664,-0.088054321706295,0.994175910949707,0.0621357336640358,-0.463238090276718,0.811012089252472,-0.357309281826019,-0.0140853328630328,0.999763548374176,-0.0165685825049877,-0.704386115074158,0.0512882024049759,-0.707961678504944,-0.70567798614502,0.0489313192665577,-0.706841170787811,-0.0335353650152683,0.998862087726593,-0.0339137874543667,-0.704386115074158,0.0512882024049759,-0.707961678504944,-0.695234715938568,0.0102541772648692,-0.718709647655487,-0.691991329193115,-0.052102118730545,-0.720023214817047,-0.705853879451752,-0.0426789484918118,-0.707070589065552,-0.70567798614502,0.0489313192665577,-0.706841170787811,-0.001010931446217,0.999998867511749,-0.00102150405291468,0.0167351327836514,0.99972528219223,0.0164110995829105,0.328551799058914,0.885307013988495,0.329067081212997,-0.706364393234253,0.0409287884831429,-0.706664085388184,-0.00841957703232765,0.99993771314621,-0.00732794590294361,-0.0196987204253674,0.99960845708847,-0.0198706164956093,
  415. -0.704280138015747,0.0456582680344582,-0.708452343940735,-0.703584313392639,-0.0356766395270824,-0.70971554517746,-0.705150127410889,-0.00140289193950593,-0.709056735038757,-0.542541921138763,-0.63845819234848,-0.545911490917206,-0.724651515483856,0.133409023284912,-0.676078617572784,-0.721078932285309,0.00821823719888926,-0.692804098129272,-0.717130362987518,-0.0475058853626251,-0.695318162441254,-0.699193477630615,-0.0703641325235367,-0.71146148443222,-0.694781601428986,0.00726786069571972,-0.719184100627899,-0.724651515483856,0.133409023284912,-0.676078617572784,-0.699193477630615,-0.0703641325235367,-0.71146148443222,-0.694755554199219,-0.0525509491562843,-0.717323482036591,-0.0109489215537906,0.999708235263824,-0.0215276069939137,0.00190636445768178,0.999984443187714,-0.00523064192384481,0.0199825931340456,0.999723255634308,0.0124171515926719,0.0257835350930691,0.999649882316589,-0.00594584224745631,-0.00869948137551546,0.999959349632263,0.00236229342408478,-0.0109489215537906,0.999708235263824,-0.0215276069939137,0.0257835350930691,0.999649882316589,-0.00594584224745631,0.00951460376381874,0.999738156795502,0.0208121351897717,-0.443061590194702,0.779163837432861,-0.443396151065826,-0.0137213496491313,0.999796748161316,-0.0147669054567814,-0.00143366144038737,0.999998092651367,-0.00134013802744448,0.00968891382217407,0.999882459640503,0.0118840672075748,0.704122722148895,0.0297784097492695,0.709453642368317,0.706514358520508,0.0271082781255245,0.707179367542267,0.00800504256039858,0.999941647052765,0.00724801374599338,0.704692184925079,-0.0354437716305256,0.708627343177795,0.690788686275482,-0.029695950448513,0.722446620464325,0.435938715934753,-0.800398409366608,0.411484807729721,0.706093609333038,0.00554968602955341,0.708096742630005,0.705012679100037,-0.0593867413699627,0.706703901290894,0.718198716640472,-0.0644936636090279,0.692842900753021,0.718761563301086,0.051994550973177,0.693309783935547,0.705140948295593,0.0314054153859615,0.708371341228485,0.0098387598991394,0.999893128871918,0.0108175510540605,0.705140948295593,0.0314054153859615,0.708371341228485,
  416. 0.718761563301086,0.051994550973177,0.693309783935547,0.0199825931340456,0.999723255634308,0.0124171515926719,-0.00143366144038737,0.999998092651367,-0.00134013802744448,-0.010281658731401,0.999909341335297,-0.00869795773178339,-0.443061590194702,0.779163837432861,-0.443396151065826,0.0067844158038497,0.999945342540741,0.00794799625873566,-0.001010931446217,0.999998867511749,-0.00102150405291468,0.328551799058914,0.885307013988495,0.329067081212997,0.328551799058914,0.885307013988495,0.329067081212997,0.644190490245819,0.42314288020134,0.637156784534454,0.701607286930084,0.0421602614223957,0.711315453052521,0.0067844158038497,0.999945342540741,0.00794799625873566,0.644190490245819,0.42314288020134,0.637156784534454,0.705747485160828,0.00680698454380035,0.708430707454681,0.701607286930084,0.0421602614223957,0.711315453052521,0.710625469684601,0.0245818812400103,0.70314085483551,0.705747485160828,0.00680698454380035,0.708430707454681,0.644190490245819,0.42314288020134,0.637156784534454,0.0167351327836514,0.99972528219223,0.0164110995829105,0.710625469684601,0.0245818812400103,0.70314085483551,0.644190490245819,0.42314288020134,0.637156784534454,0.328551799058914,0.885307013988495,0.329067081212997,-0.001010931446217,0.999998867511749,-0.00102150405291468,-0.0196987204253674,0.99960845708847,-0.0198706164956093,-0.00841957703232765,0.99993771314621,-0.00732794590294361,-0.00869948137551546,0.999959349632263,0.00236229342408478,0.00951460376381874,0.999738156795502,0.0208121351897717,0.0167351327836514,0.99972528219223,0.0164110995829105,0.0859325900673866,0.991613805294037,-0.0965279340744019,0.00293879234232008,0.999989032745361,-0.00365663110278547,0.238420844078064,0.935097992420197,0.262197136878967,-0.0070505179464817,0.999957144260406,0.00599892530590296,0.0859325900673866,0.991613805294037,-0.0965279340744019,0.238420844078064,0.935097992420197,0.262197136878967,0.00968891382217407,0.999882459640503,0.0118840672075748,-0.0070505179464817,0.999957144260406,0.00599892530590296,0.238420844078064,0.935097992420197,0.262197136878967,
  417. 0.238420844078064,0.935097992420197,0.262197136878967,0.541207790374756,0.624833881855011,0.562740385532379,0.704122722148895,0.0297784097492695,0.709453642368317,0.00968891382217407,0.999882459640503,0.0118840672075748,0.692233741283417,-0.00276598869822919,0.721668004989624,0.704122722148895,0.0297784097492695,0.709453642368317,0.541207790374756,0.624833881855011,0.562740385532379,0.541207790374756,0.624833881855011,0.562740385532379,0.834611177444458,-0.0094666788354516,0.550758183002472,0.692233741283417,-0.00276598869822919,0.721668004989624,0.541207790374756,0.624833881855011,0.562740385532379,0.723260700702667,-0.000780699774622917,0.690574645996094,0.834611177444458,-0.0094666788354516,0.550758183002472,0.709726214408875,0.0413554199039936,0.703262686729431,0.723260700702667,-0.000780699774622917,0.690574645996094,0.541207790374756,0.624833881855011,0.562740385532379,0.0107035450637341,0.99990838766098,0.00828825309872627,0.709726214408875,0.0413554199039936,0.703262686729431,0.541207790374756,0.624833881855011,0.562740385532379,0.238420844078064,0.935097992420197,0.262197136878967,0.00293879234232008,0.999989032745361,-0.00365663110278547,0.0107035450637341,0.99990838766098,0.00828825309872627,0.238420844078064,0.935097992420197,0.262197136878967,-0.0140853328630328,0.999763548374176,-0.0165685825049877,0.00352589460089803,0.999975800514221,-0.00599691178649664,0.0294438321143389,0.568984866142273,-0.821820735931396,0.0294438321143389,0.568984866142273,-0.821820735931396,-0.704386115074158,0.0512882024049759,-0.707961678504944,-0.0140853328630328,0.999763548374176,-0.0165685825049877,0.0294438321143389,0.568984866142273,-0.821820735931396,-0.695234715938568,0.0102541772648692,-0.718709647655487,-0.704386115074158,0.0512882024049759,-0.707961678504944,-0.463238090276718,0.811012089252472,-0.357309281826019,-0.848215758800507,0.0655635073781013,-0.525577187538147,-0.695234715938568,0.0102541772648692,-0.718709647655487,0.0294438321143389,0.568984866142273,-0.821820735931396,-0.088054321706295,0.994175910949707,0.0621357336640358,
  418. 0.00352589460089803,0.999975800514221,-0.00599691178649664,0.00293879234232008,0.999989032745361,-0.00365663110278547,0.0859325900673866,0.991613805294037,-0.0965279340744019,-0.463238090276718,0.811012089252472,-0.357309281826019,-0.088054321706295,0.994175910949707,0.0621357336640358,-0.0206857938319445,0.999669015407562,-0.0152955586090684,-0.712637066841125,0.0532560907304287,-0.699508607387543,-0.721003711223602,-0.0557880029082298,-0.690681755542755,-0.775936007499695,-0.00906074419617653,-0.630746483802795,-0.848215758800507,0.0655635073781013,-0.525577187538147,-0.70577996969223,-0.0269460119307041,-0.707918405532837,-0.705150127410889,-0.00140289193950593,-0.709056735038757,-0.704280138015747,0.0456582680344582,-0.708452343940735,-0.703824460506439,0.0414985045790672,-0.70916074514389,-0.703974783420563,-0.0347075313329697,-0.709376394748688,-0.0130790546536446,-0.999878406524658,-0.00850490480661392,-0.70577996969223,-0.0269460119307041,-0.707918405532837,-0.703974783420563,-0.0347075313329697,-0.709376394748688,-0.0249107014387846,-0.999418556690216,-0.0232837721705437,0.0198619328439236,-0.999596655368805,0.020300317555666,0.00676120351999998,-0.999950706958771,0.00727125210687518,-0.0130790546536446,-0.999878406524658,-0.00850490480661392,-0.0249107014387846,-0.999418556690216,-0.0232837721705437,0.0129142981022596,-0.999801516532898,0.0151674477383494,0.0164125338196754,-0.99949449300766,0.0272287558764219,-0.0156216127797961,-0.999866783618927,-0.00471311062574387,-0.00421126233413816,-0.999957084655762,-0.00823928881436586,0.00676120351999998,-0.999950706958771,0.00727125210687518,0.0198619328439236,-0.999596655368805,0.020300317555666,-0.0156216127797961,-0.999866783618927,-0.00471311062574387,-0.717130362987518,-0.0475058853626251,-0.695318162441254,-0.703584313392639,-0.0356766395270824,-0.70971554517746,-0.00421126233413816,-0.999957084655762,-0.00823928881436586,-0.717130362987518,-0.0475058853626251,-0.695318162441254,-0.721078932285309,0.00821823719888926,-0.692804098129272,-0.706364393234253,0.0409287884831429,-0.706664085388184,
  419. -0.704280138015747,0.0456582680344582,-0.708452343940735,-0.705150127410889,-0.00140289193950593,-0.709056735038757,-0.703584313392639,-0.0356766395270824,-0.70971554517746,-0.0127106914296746,0.99982762336731,-0.0135351093485951,-0.010281658731401,0.999909341335297,-0.00869795773178339,-0.00143366144038737,0.999998092651367,-0.00134013802744448,0.00010139582445845,0.99999988079071,0.000234335020650178,0.0098387598991394,0.999893128871918,0.0108175510540605,0.0199825931340456,0.999723255634308,0.0124171515926719,0.00190636445768178,0.999984443187714,-0.00523064192384481,-0.706233084201813,0.0461385883390903,-0.706474483013153,-0.010281658731401,0.999909341335297,-0.00869795773178339,-0.0127106914296746,0.99982762336731,-0.0135351093485951,-0.702349722385406,0.040318951010704,-0.710689246654511,-0.704630494117737,-0.053061705082655,-0.707587540149689,-0.705487191677094,0.00971577316522598,-0.708656132221222,-0.706233084201813,0.0461385883390903,-0.706474483013153,-0.702349722385406,0.040318951010704,-0.710689246654511,-0.694781601428986,0.00726786069571972,-0.719184100627899,-0.694755554199219,-0.0525509491562843,-0.717323482036591,-0.704630494117737,-0.053061705082655,-0.707587540149689,-0.721003711223602,-0.0557880029082298,-0.690681755542755,-0.712637066841125,0.0532560907304287,-0.699508607387543,-0.702648460865021,0.0403181910514832,-0.710393965244293,-0.705487191677094,0.00971577316522598,-0.708656132221222,-0.712637066841125,0.0532560907304287,-0.699508607387543,-0.0206857938319445,0.999669015407562,-0.0152955586090684,-0.0137213496491313,0.999796748161316,-0.0147669054567814,-0.702648460865021,0.0403181910514832,-0.710393965244293,-0.00143366144038737,0.999998092651367,-0.00134013802744448,-0.0137213496491313,0.999796748161316,-0.0147669054567814,-0.0206857938319445,0.999669015407562,-0.0152955586090684,-0.0070505179464817,0.999957144260406,0.00599892530590296,0.00968891382217407,0.999882459640503,0.0118840672075748,0.00800504256039858,0.999941647052765,0.00724801374599338,0.00010139582445845,0.99999988079071,0.000234335020650178,
  420. 0.0663922354578972,-0.996523261070251,-0.0503342747688293,0.0118995867669582,-0.999929070472717,-0.000518102140631527,-0.0181437470018864,-0.999430060386658,-0.0284647140651941,-0.0223914626985788,-0.999746263027191,-0.00245774118229747,-0.00174591247923672,-0.999904096126556,0.0137373711913824,0.0663922354578972,-0.996523261070251,-0.0503342747688293,-0.0223914626985788,-0.999746263027191,-0.00245774118229747,-0.0245357695966959,-0.999566912651062,-0.0162491239607334,0.0103737022727728,-0.999893844127655,0.0102297691628337,-0.00174591247923672,-0.999904096126556,0.0137373711913824,-0.0245357695966959,-0.999566912651062,-0.0162491239607334,-0.0171203035861254,-0.999689102172852,-0.0181259009987116,0.0168502014130354,-0.999732792377472,0.0158295352011919,0.705012679100037,-0.0593867413699627,0.706703901290894,0.704692184925079,-0.0354437716305256,0.708627343177795,0.0103737022727728,-0.999893844127655,0.0102297691628337,0.0168502014130354,-0.999732792377472,0.0158295352011919,0.706514358520508,0.0271082781255245,0.707179367542267,0.704122722148895,0.0297784097492695,0.709453642368317,0.692233741283417,-0.00276598869822919,0.721668004989624,0.690788686275482,-0.029695950448513,0.722446620464325,0.704692184925079,-0.0354437716305256,0.708627343177795,0.705012679100037,-0.0593867413699627,0.706703901290894,0.706093609333038,0.00554968602955341,0.708096742630005,0.692233741283417,-0.00276598869822919,0.721668004989624,0.834611177444458,-0.0094666788354516,0.550758183002472,0.486014634370804,-0.0955687686800957,0.868709683418274,0.690788686275482,-0.029695950448513,0.722446620464325,0.834611177444458,-0.0094666788354516,0.550758183002472,0.723260700702667,-0.000780699774622917,0.690574645996094,0.731762588024139,-0.0237209312617779,0.681146681308746,0.486014634370804,-0.0955687686800957,0.868709683418274,0.00610869470983744,0.999964475631714,0.00580937787890434,-0.0346237160265446,0.998779237270355,-0.0352301113307476,-0.0196987204253674,0.99960845708847,-0.0198706164956093,-0.001010931446217,0.999998867511749,-0.00102150405291468,
  421. 0.0067844158038497,0.999945342540741,0.00794799625873566,-0.0372004993259907,-0.998676419258118,-0.0355157367885113,-0.705853879451752,-0.0426789484918118,-0.707070589065552,-0.691991329193115,-0.052102118730545,-0.720023214817047,-0.0181437470018864,-0.999430060386658,-0.0284647140651941,-0.0335353650152683,0.998862087726593,-0.0339137874543667,0.00862548593431711,0.99992847442627,0.00827930215746164,0.0107035450637341,0.99990838766098,0.00828825309872627,0.00293879234232008,0.999989032745361,-0.00365663110278547,0.00352589460089803,0.999975800514221,-0.00599691178649664,-0.0140853328630328,0.999763548374176,-0.0165685825049877,0.00862548593431711,0.99992847442627,0.00827930215746164,0.707174479961395,0.0633101016283035,0.704198896884918,0.709726214408875,0.0413554199039936,0.703262686729431,0.0107035450637341,0.99990838766098,0.00828825309872627,0.707174479961395,0.0633101016283035,0.704198896884918,0.706726908683777,-0.0615014173090458,0.704808294773102,0.710022330284119,-0.036092072725296,0.703253567218781,0.731762588024139,-0.0237209312617779,0.681146681308746,0.723260700702667,-0.000780699774622917,0.690574645996094,0.709726214408875,0.0413554199039936,0.703262686729431,0.706726908683777,-0.0615014173090458,0.704808294773102,0.00745600555092096,-0.999926507472992,0.00955645088106394,0.00944134034216404,-0.99989902973175,0.0106281572952867,0.710022330284119,-0.036092072725296,0.703253567218781,0.00745600555092096,-0.999926507472992,0.00955645088106394,-0.0372004993259907,-0.998676419258118,-0.0355157367885113,-0.0181437470018864,-0.999430060386658,-0.0284647140651941,0.0118995867669582,-0.999929070472717,-0.000518102140631527,0.00944134034216404,-0.99989902973175,0.0106281572952867,0.00479685328900814,-0.0360560975968838,0.999338209629059,-0.000838770181871951,-0.999898970127106,0.0141900721937418,0.0172812789678574,-0.800393104553223,0.599226355552673,0.0358003079891205,-0.0236830022186041,0.999078273773193,0.00479685328900814,-0.0360560975968838,0.999338209629059,0.0172812789678574,-0.800393104553223,0.599226355552673,
  422. -0.000838770181871951,-0.999898970127106,0.0141900721937418,0.0087777366861701,-0.999929070472717,0.00804710295051336,0.0172812789678574,-0.800393104553223,0.599226355552673,0.00295414193533361,0.0456376187503338,-0.998953759670258,0.000121649864013307,0.99960845708847,-0.0279804598540068,0.000428706349339336,0.998778998851776,-0.0494004376232624,0.00378717738203704,0.0414546690881252,-0.999133229255676,0.0024095622356981,-0.638318836688995,-0.769768297672272,0.00276556541211903,-0.00146866147406399,-0.999995112419128,0.00152778206393123,-0.0269934497773647,-0.999634504318237,-0.00119288195855916,-0.0593849793076515,0.998234450817108,0.000721771270036697,-0.999732673168182,0.0231076646596193,0.00655093090608716,-0.999615371227264,0.0269491523504257,0.0179267916828394,-0.0644797831773758,0.997758030891418,0.000711150409188122,-0.999689161777496,-0.0249228905886412,0.00209297868423164,-0.053045466542244,-0.998589932918549,0.0159582551568747,-0.0525433570146561,-0.998491168022156,0.00648469943553209,-0.999730229377747,-0.0223010070621967,-0.226068183779716,0.844942152500153,0.484732925891876,0.00977882277220488,0.870103597640991,0.492771923542023,-0.00141334079671651,0.00556987803429365,0.999983489513397,-0.0022839515004307,0.031413983553648,0.999503791332245,0.000721771270036697,-0.999732673168182,0.0231076646596193,0.000711150409188122,-0.999689161777496,-0.0249228905886412,0.00648469943553209,-0.999730229377747,-0.0223010070621967,0.00655093090608716,-0.999615371227264,0.0269491523504257,-0.000692088040523231,0.999893128871918,0.0146075282245874,-9.39815872698091e-005,1,0.00023720612807665,0.00977882277220488,0.870103597640991,0.492771923542023,-0.226068183779716,0.844942152500153,0.484732925891876,-0.00381217733956873,0.999669134616852,-0.0254357382655144,-0.00927700381726027,0.0532782636582851,-0.998536705970764,-0.0750707685947418,0.810911118984222,-0.58033412694931,-0.00927700381726027,0.0532782636582851,-0.998536705970764,-0.228031292557716,0.0656237751245499,-0.971439778804779,-0.0750707685947418,0.810911118984222,-0.58033412694931,
  423. -0.0140221444889903,-0.999747097492218,-0.017580596730113,-0.102576822042465,-0.00897990725934505,-0.994684457778931,-0.0214354395866394,-0.0557473711669445,-0.998214781284332,-0.00586108909919858,-0.999566674232483,-0.0288438964635134,-0.0223898440599442,-0.0296765491366386,0.99930876493454,-0.270970433950424,-0.0954207926988602,0.957846462726593,0.0172812789678574,-0.800393104553223,0.599226355552673,0.0172812789678574,-0.800393104553223,0.599226355552673,0.0827698484063149,-0.996504008769989,0.0113523649051785,-0.0109511306509376,-0.999904096126556,0.00847917515784502,-0.00381217733956873,0.999669134616852,-0.0254357382655144,-0.106166876852512,0.994179725646973,-0.0183093883097172,0.128936231136322,0.991624712944031,-0.00747730908915401,-0.00922462623566389,0.999957144260406,-0.000743158801924437,0.0166004467755556,0.0102636367082596,-0.999809563159943,-0.228031292557716,0.0656237751245499,-0.971439778804779,-0.102576822042465,-0.00897990725934505,-0.994684457778931,0.0198211818933487,-0.052134245634079,-0.998443365097046,0.000532495672814548,0.501154005527496,-0.865357935428619,5.04513845953625e-005,0.779067397117615,-0.626940131187439,-0.00112027744762599,0.999909400939941,-0.0134136760607362,0.000171979496371932,0.0461218319833279,-0.99893581867218,0.000171979496371932,0.0461218319833279,-0.99893581867218,0.00224207132123411,0.00972832553088665,-0.999950230121613,0.000532495672814548,0.501154005527496,-0.865357935428619,0.0211360994726419,-0.0701860636472702,0.997309923171997,0.0246788766235113,-0.999522149562836,0.0186181832104921,-0.00764932669699192,-0.999494612216949,0.0308567527681589,-0.0250282920897007,-0.0664605647325516,0.99747508764267,0.0251774303615093,-0.999660432338715,-0.00670404359698296,0.00858380366116762,-0.070269763469696,-0.997491121292114,-0.0154336793348193,-0.0475420095026493,-0.99875009059906,-0.00771746644750237,-0.999866783618927,-0.014382790774107,0.0185459796339273,0.053760226815939,0.998381614685059,0.0211360994726419,-0.0701860636472702,0.997309923171997,-0.0250282920897007,-0.0664605647325516,0.99747508764267,
  424. -0.0254173278808594,0.0496912486851215,0.998441159725189,0.0246788766235113,-0.999522149562836,0.0186181832104921,0.0251774303615093,-0.999660432338715,-0.00670404359698296,-0.00771746644750237,-0.999866783618927,-0.014382790774107,-0.00764932669699192,-0.999494612216949,0.0308567527681589,-0.00348339835181832,0.582738041877747,-0.81265252828598,0.00742611335590482,0.999709069728851,-0.0229461044073105,-0.00781930983066559,0.999959349632263,-0.00448083411902189,-0.452406615018845,0.487081527709961,-0.747047483921051,0.0224999375641346,0.999648451805115,0.0140227694064379,0.0185459796339273,0.053760226815939,0.998381614685059,-0.0254173278808594,0.0496912486851215,0.998441159725189,-0.00798723474144936,0.999737799167633,0.0214585326611996,-0.452406615018845,0.487081527709961,-0.747047483921051,-0.0199972409754992,0.00815891940146685,-0.999766707420349,-0.0345568098127842,0.133326649665833,-0.990469515323639,-0.00348339835181832,0.582738041877747,-0.81265252828598,-0.00137491046916693,-0.0668664276599884,0.997761011123657,-0.000310153409373015,-0.99959659576416,0.0283989366143942,-0.00159299583174288,-0.999801874160767,0.0198424737900496,-0.00178384082391858,-0.0834691077470779,0.996508777141571,0.00639819400385022,-0.947731971740723,-0.319003313779831,0.0024095622356981,-0.638318836688995,-0.769768297672272,0.00152778206393123,-0.0269934497773647,-0.999634504318237,-0.00323408516123891,-0.999878406524658,-0.015260074287653,-0.0068438476882875,0.0421760343015194,0.999086737632751,-0.00189355772454292,0.00680992659181356,0.999974966049194,-0.00137491046916693,-0.0668664276599884,0.997761011123657,-0.00178384082391858,-0.0834691077470779,0.996508777141571,-0.00102241279091686,0.0527175776660442,0.998608827590942,-0.00323408516123891,-0.999878406524658,-0.015260074287653,-0.000360843143425882,-0.999950647354126,0.00992226786911488,0.00639819400385022,-0.947731971740723,-0.319003313779831,-0.000823203125037253,0.999945461750031,0.0104151265695691,-0.0068438476882875,0.0421760343015194,0.999086737632751,-0.00102241279091686,0.0527175776660442,0.998608827590942,
  425. 0.000211977676372044,0.999964356422424,0.00842689536511898,-0.00077185028931126,0.99993771314621,-0.0111384829506278,0.000205374613869935,0.040910005569458,-0.999162793159485,-0.452406615018845,0.487081527709961,-0.747047483921051,0.000205374613869935,0.040910005569458,-0.999162793159485,-0.0199972409754992,0.00815891940146685,-0.999766707420349,-0.452406615018845,0.487081527709961,-0.747047483921051,0.00284606497734785,-0.999957025051117,-0.00882009323686361,0.00433068443089724,-0.0356981493532658,-0.999353229999542,0.0024095622356981,-0.638318836688995,-0.769768297672272,0.00639819400385022,-0.947731971740723,-0.319003313779831,-0.000360843143425882,-0.999950647354126,0.00992226786911488,0.00284606497734785,-0.999957025051117,-0.00882009323686361,0.00639819400385022,-0.947731971740723,-0.319003313779831,-0.0250282920897007,-0.0664605647325516,0.99747508764267,-0.00764932669699192,-0.999494612216949,0.0308567527681589,-0.000310153409373015,-0.99959659576416,0.0283989366143942,-0.00137491046916693,-0.0668664276599884,0.997761011123657,-0.0254173278808594,0.0496912486851215,0.998441159725189,-0.0250282920897007,-0.0664605647325516,0.99747508764267,-0.00137491046916693,-0.0668664276599884,0.997761011123657,-0.00189355772454292,0.00680992659181356,0.999974966049194,0.00528798904269934,0.0245950985699892,0.999683439731598,-0.00798723474144936,0.999737799167633,0.0214585326611996,-0.0254173278808594,0.0496912486851215,0.998441159725189,0.00528798904269934,0.0245950985699892,0.999683439731598,0.000229017503443174,0.999725341796875,0.0234358310699463,-0.452406615018845,0.487081527709961,-0.747047483921051,-0.00781930983066559,0.999959349632263,-0.00448083411902189,-0.00077185028931126,0.99993771314621,-0.0111384829506278,-0.00348339835181832,0.582738041877747,-0.81265252828598,-0.0345568098127842,0.133326649665833,-0.990469515323639,0.0172541365027428,0.00725592393428087,-0.999824821949005,0.723514676094055,0.387759327888489,-0.571112334728241,0.00648469943553209,-0.999730229377747,-0.0223010070621967,0.0159582551568747,-0.0525433570146561,-0.998491168022156,
  426. 0.00858380366116762,-0.070269763469696,-0.997491121292114,0.0251774303615093,-0.999660432338715,-0.00670404359698296,0.00655093090608716,-0.999615371227264,0.0269491523504257,0.00648469943553209,-0.999730229377747,-0.0223010070621967,0.0251774303615093,-0.999660432338715,-0.00670404359698296,0.0246788766235113,-0.999522149562836,0.0186181832104921,0.0179267916828394,-0.0644797831773758,0.997758030891418,0.00655093090608716,-0.999615371227264,0.0269491523504257,0.0246788766235113,-0.999522149562836,0.0186181832104921,0.0211360994726419,-0.0701860636472702,0.997309923171997,0.0179928429424763,0.0520299561321735,0.99848347902298,0.0179267916828394,-0.0644797831773758,0.997758030891418,0.0211360994726419,-0.0701860636472702,0.997309923171997,0.0185459796339273,0.053760226815939,0.998381614685059,0.0053472607396543,0.999723494052887,0.0228959489613771,0.0179928429424763,0.0520299561321735,0.99848347902298,0.0185459796339273,0.053760226815939,0.998381614685059,0.0224999375641346,0.999648451805115,0.0140227694064379,0.723514676094055,0.387759327888489,-0.571112334728241,0.00504594156518579,0.999984502792358,-0.0023505452554673,0.00742611335590482,0.999709069728851,-0.0229461044073105,-0.00348339835181832,0.582738041877747,-0.81265252828598,0.723514676094055,0.387759327888489,-0.571112334728241,0.00589836062863469,0.0402909852564335,-0.99917060136795,0.000582889653742313,0.999827563762665,-0.0185569562017918,0.723514676094055,0.387759327888489,-0.571112334728241,0.0172541365027428,0.00725592393428087,-0.999824821949005,0.00589836062863469,0.0402909852564335,-0.99917060136795,-0.226068183779716,0.844942152500153,0.484732925891876,-0.0022839515004307,0.031413983553648,0.999503791332245,-0.000692088040523231,0.999893128871918,0.0146075282245874,0.000582889653742313,0.999827563762665,-0.0185569562017918,0.00504594156518579,0.999984502792358,-0.0023505452554673,0.723514676094055,0.387759327888489,-0.571112334728241,0.00548102241009474,0.0403340645134449,-0.999171197414398,0.000738930189982057,0.999796748161316,-0.0201497003436089,
  427. 5.04513845953625e-005,0.779067397117615,-0.626940131187439,0.000532495672814548,0.501154005527496,-0.865357935428619,0.00224207132123411,0.00972832553088665,-0.999950230121613,0.00548102241009474,0.0403340645134449,-0.999171197414398,0.000532495672814548,0.501154005527496,-0.865357935428619,-0.00586108909919858,-0.999566674232483,-0.0288438964635134,-0.0214354395866394,-0.0557473711669445,-0.998214781284332,0.00209297868423164,-0.053045466542244,-0.998589932918549,0.000711150409188122,-0.999689161777496,-0.0249228905886412,0.0172812789678574,-0.800393104553223,0.599226355552673,-0.0109511306509376,-0.999904096126556,0.00847917515784502,0.000101914461993147,-0.9998939037323,0.0145713817328215,0.000101914461993147,-0.9998939037323,0.0145713817328215,-0.00277697877027094,-0.0354197435081005,0.999368667602539,0.0172812789678574,-0.800393104553223,0.599226355552673,0.00977882277220488,0.870103597640991,0.492771923542023,-0.000464278797153383,0.0271344464272261,0.999631702899933,-0.00141334079671651,0.00556987803429365,0.999983489513397,0.000535328523255885,0.99994170665741,0.0107836630195379,-0.000464278797153383,0.0271344464272261,0.999631702899933,0.00977882277220488,0.870103597640991,0.492771923542023,0.000535328523255885,0.99994170665741,0.0107836630195379,0.00977882277220488,0.870103597640991,0.492771923542023,-9.39815872698091e-005,1,0.00023720612807665,0.00729607418179512,-0.999430596828461,-0.0329462327063084,0.0198211818933487,-0.052134245634079,-0.998443365097046,-0.102576822042465,-0.00897990725934505,-0.994684457778931,-0.0140221444889903,-0.999747097492218,-0.017580596730113,-0.270970433950424,-0.0954207926988602,0.957846462726593,0.0358003079891205,-0.0236830022186041,0.999078273773193,0.0172812789678574,-0.800393104553223,0.599226355552673,0.0172812789678574,-0.800393104553223,0.599226355552673,0.0087777366861701,-0.999929070472717,0.00804710295051336,0.0827698484063149,-0.996504008769989,0.0113523649051785,0.601888298988342,0.56893527507782,-0.560395538806915,0.00673385243862867,0.999975800514221,-0.00174681551288813,
  428. -0.106166876852512,0.994179725646973,-0.0183093883097172,-0.0750707685947418,0.810911118984222,-0.58033412694931,0.00175619579385966,0.999763607978821,-0.0216711368411779,0.00253139692358673,0.0512757040560246,-0.998681426048279,0.000826308561954647,0.048923421651125,-0.998802185058594,0.00026816368335858,0.998862445354462,-0.0476852580904961,0.00253139692358673,0.0512757040560246,-0.998681426048279,0.0166004467755556,0.0102636367082596,-0.999809563159943,0.0198211818933487,-0.052134245634079,-0.998443365097046,0.000863201974425465,-0.0426412783563137,-0.999090015888214,0.000826308561954647,0.048923421651125,-0.998802185058594,7.44952922104858e-006,0.999998986721039,-0.00143716193269938,0.000229017503443174,0.999725341796875,0.0234358310699463,-0.00035262294113636,0.885287225246429,0.465044468641281,0.000205374613869935,0.040910005569458,-0.999162793159485,-0.00077185028931126,0.99993771314621,-0.0111384829506278,0.000121649864013307,0.99960845708847,-0.0279804598540068,0.00295414193533361,0.0456376187503338,-0.998953759670258,0.00433068443089724,-0.0356981493532658,-0.999353229999542,0.00276556541211903,-0.00146866147406399,-0.999995112419128,0.0024095622356981,-0.638318836688995,-0.769768297672272,-0.0345568098127842,0.133326649665833,-0.990469515323639,-0.0199972409754992,0.00815891940146685,-0.999766707420349,-0.0154336793348193,-0.0475420095026493,-0.99875009059906,0.00858380366116762,-0.070269763469696,-0.997491121292114,0.0172541365027428,0.00725592393428087,-0.999824821949005,-0.0345568098127842,0.133326649665833,-0.990469515323639,0.00858380366116762,-0.070269763469696,-0.997491121292114,0.0159582551568747,-0.0525433570146561,-0.998491168022156,0.00742611335590482,0.999709069728851,-0.0229461044073105,0.00504594156518579,0.999984502792358,-0.0023505452554673,0.0053472607396543,0.999723494052887,0.0228959489613771,0.0224999375641346,0.999648451805115,0.0140227694064379,-0.00781930983066559,0.999959349632263,-0.00448083411902189,0.00742611335590482,0.999709069728851,-0.0229461044073105,0.0224999375641346,0.999648451805115,0.0140227694064379,
  429. -0.00798723474144936,0.999737799167633,0.0214585326611996,5.04513845953625e-005,0.779067397117615,-0.626940131187439,0.000738930189982057,0.999796748161316,-0.0201497003436089,-6.59843426547013e-005,0.999998092651367,-0.00196134112775326,-0.00155185081530362,0.999882459640503,0.0152557119727135,-0.00376323447562754,0.0297979097813368,0.99954879283905,-0.000464278797153383,0.0271344464272261,0.999631702899933,0.000535328523255885,0.99994170665741,0.0107836630195379,-0.00277697877027094,-0.0354197435081005,0.999368667602539,-0.0223898440599442,-0.0296765491366386,0.99930876493454,0.0172812789678574,-0.800393104553223,0.599226355552673,-0.00141334079671651,0.00556987803429365,0.999983489513397,-0.00119288195855916,-0.0593849793076515,0.998234450817108,0.0179267916828394,-0.0644797831773758,0.997758030891418,0.0179928429424763,0.0520299561321735,0.99848347902298,-0.0022839515004307,0.031413983553648,0.999503791332245,-0.000692088040523231,0.999893128871918,0.0146075282245874,-0.0022839515004307,0.031413983553648,0.999503791332245,0.0179928429424763,0.0520299561321735,0.99848347902298,0.0053472607396543,0.999723494052887,0.0228959489613771,-6.59843426547013e-005,0.999998092651367,-0.00196134112775326,-0.00112027744762599,0.999909400939941,-0.0134136760607362,5.04513845953625e-005,0.779067397117615,-0.626940131187439,-0.000823203125037253,0.999945461750031,0.0104151265695691,7.44952922104858e-006,0.999998986721039,-0.00143716193269938,-0.00035262294113636,0.885287225246429,0.465044468641281,-0.00035262294113636,0.885287225246429,0.465044468641281,0.00491829821839929,0.423169285058975,0.906037330627441,-0.0068438476882875,0.0421760343015194,0.999086737632751,-0.000823203125037253,0.999945461750031,0.0104151265695691,0.00491829821839929,0.423169285058975,0.906037330627441,-0.00189355772454292,0.00680992659181356,0.999974966049194,-0.0068438476882875,0.0421760343015194,0.999086737632751,0.00528798904269934,0.0245950985699892,0.999683439731598,-0.00189355772454292,0.00680992659181356,0.999974966049194,0.00491829821839929,0.423169285058975,0.906037330627441,
  430. 0.000229017503443174,0.999725341796875,0.0234358310699463,0.00528798904269934,0.0245950985699892,0.999683439731598,0.00491829821839929,0.423169285058975,0.906037330627441,-0.00035262294113636,0.885287225246429,0.465044468641281,7.44952922104858e-006,0.999998986721039,-0.00143716193269938,0.000121649864013307,0.99960845708847,-0.0279804598540068,-0.00077185028931126,0.99993771314621,-0.0111384829506278,-0.00781930983066559,0.999959349632263,-0.00448083411902189,-0.00798723474144936,0.999737799167633,0.0214585326611996,0.000229017503443174,0.999725341796875,0.0234358310699463,0.128936231136322,0.991624712944031,-0.00747730908915401,0.00466205272823572,0.999989032745361,-0.000507866614498198,-0.0168238934129477,0.935092866420746,0.354003101587296,-0.00922462623566389,0.999957144260406,-0.000743158801924437,0.128936231136322,0.991624712944031,-0.00747730908915401,-0.0168238934129477,0.935092866420746,0.354003101587296,-0.00155185081530362,0.999882459640503,0.0152557119727135,-0.00922462623566389,0.999957144260406,-0.000743158801924437,-0.0168238934129477,0.935092866420746,0.354003101587296,-0.0168238934129477,0.935092866420746,0.354003101587296,-0.0152299823239446,0.624763369560242,0.780665636062622,-0.00376323447562754,0.0297979097813368,0.99954879283905,-0.00155185081530362,0.999882459640503,0.0152557119727135,-0.0208126381039619,-0.00273725064471364,0.99977970123291,-0.00376323447562754,0.0297979097813368,0.99954879283905,-0.0152299823239446,0.624763369560242,0.780665636062622,-0.0152299823239446,0.624763369560242,0.780665636062622,0.199868276715279,-0.00943229254335165,0.979777336120605,-0.0208126381039619,-0.00273725064471364,0.99977970123291,-0.0152299823239446,0.624763369560242,0.780665636062622,0.0231157280504704,-0.000744034070521593,0.999732553958893,0.199868276715279,-0.00943229254335165,0.979777336120605,0.00457937037572265,0.0413873642683029,0.999132692813873,0.0231157280504704,-0.000744034070521593,0.999732553958893,-0.0152299823239446,0.624763369560242,0.780665636062622,0.00170756538864225,0.999908328056335,0.013428763486445,
  431. 0.00457937037572265,0.0413873642683029,0.999132692813873,-0.0152299823239446,0.624763369560242,0.780665636062622,-0.0168238934129477,0.935092866420746,0.354003101587296,0.00466205272823572,0.999989032745361,-0.000507866614498198,0.00170756538864225,0.999908328056335,0.013428763486445,-0.0168238934129477,0.935092866420746,0.354003101587296,0.00175619579385966,0.999763607978821,-0.0216711368411779,0.00673385243862867,0.999975800514221,-0.00174681551288813,0.601888298988342,0.56893527507782,-0.560395538806915,0.601888298988342,0.56893527507782,-0.560395538806915,0.00253139692358673,0.0512757040560246,-0.998681426048279,0.00175619579385966,0.999763607978821,-0.0216711368411779,0.601888298988342,0.56893527507782,-0.560395538806915,0.0166004467755556,0.0102636367082596,-0.999809563159943,0.00253139692358673,0.0512757040560246,-0.998681426048279,-0.0750707685947418,0.810911118984222,-0.58033412694931,-0.228031292557716,0.0656237751245499,-0.971439778804779,0.0166004467755556,0.0102636367082596,-0.999809563159943,0.601888298988342,0.56893527507782,-0.560395538806915,-0.106166876852512,0.994179725646973,-0.0183093883097172,0.00673385243862867,0.999975800514221,-0.00174681551288813,0.00466205272823572,0.999989032745361,-0.000507866614498198,0.128936231136322,0.991624712944031,-0.00747730908915401,-0.0750707685947418,0.810911118984222,-0.58033412694931,-0.106166876852512,0.994179725646973,-0.0183093883097172,-0.00381217733956873,0.999669134616852,-0.0254357382655144,-0.00927700381726027,0.0532782636582851,-0.998536705970764,-0.0214354395866394,-0.0557473711669445,-0.998214781284332,-0.102576822042465,-0.00897990725934505,-0.994684457778931,-0.228031292557716,0.0656237751245499,-0.971439778804779,0.00152778206393123,-0.0269934497773647,-0.999634504318237,0.00276556541211903,-0.00146866147406399,-0.999995112419128,0.00295414193533361,0.0456376187503338,-0.998953759670258,0.00378717738203704,0.0414546690881252,-0.999133229255676,0.00383295421488583,-0.0347042419016361,-0.999390304088593,-0.00323408516123891,-0.999878406524658,-0.015260074287653,
  432. 0.00152778206393123,-0.0269934497773647,-0.999634504318237,0.00383295421488583,-0.0347042419016361,-0.999390304088593,-0.00115060096140951,-0.99941748380661,-0.0341073013842106,-0.000310153409373015,-0.99959659576416,0.0283989366143942,-0.000360843143425882,-0.999950647354126,0.00992226786911488,-0.00323408516123891,-0.999878406524658,-0.015260074287653,-0.00115060096140951,-0.99941748380661,-0.0341073013842106,-0.00159299583174288,-0.999801874160767,0.0198424737900496,-0.00764932669699192,-0.999494612216949,0.0308567527681589,-0.00771746644750237,-0.999866783618927,-0.014382790774107,0.00284606497734785,-0.999957025051117,-0.00882009323686361,-0.000360843143425882,-0.999950647354126,0.00992226786911488,-0.000310153409373015,-0.99959659576416,0.0283989366143942,-0.00771746644750237,-0.999866783618927,-0.014382790774107,-0.0154336793348193,-0.0475420095026493,-0.99875009059906,0.00433068443089724,-0.0356981493532658,-0.999353229999542,0.00284606497734785,-0.999957025051117,-0.00882009323686361,-0.0154336793348193,-0.0475420095026493,-0.99875009059906,-0.0199972409754992,0.00815891940146685,-0.999766707420349,0.000205374613869935,0.040910005569458,-0.999162793159485,0.00295414193533361,0.0456376187503338,-0.998953759670258,0.00276556541211903,-0.00146866147406399,-0.999995112419128,0.00433068443089724,-0.0356981493532658,-0.999353229999542,0.000582889653742313,0.999827563762665,-0.0185569562017918,-0.00112027744762599,0.999909400939941,-0.0134136760607362,-6.59843426547013e-005,0.999998092651367,-0.00196134112775326,-9.39815872698091e-005,1,0.00023720612807665,-0.000692088040523231,0.999893128871918,0.0146075282245874,0.0053472607396543,0.999723494052887,0.0228959489613771,0.00504594156518579,0.999984502792358,-0.0023505452554673,0.000171979496371932,0.0461218319833279,-0.99893581867218,-0.00112027744762599,0.999909400939941,-0.0134136760607362,0.000582889653742313,0.999827563762665,-0.0185569562017918,0.00589836062863469,0.0402909852564335,-0.99917060136795,0.00209297868423164,-0.053045466542244,-0.998589932918549,
  433. 0.00224207132123411,0.00972832553088665,-0.999950230121613,0.000171979496371932,0.0461218319833279,-0.99893581867218,0.00589836062863469,0.0402909852564335,-0.99917060136795,0.0172541365027428,0.00725592393428087,-0.999824821949005,0.0159582551568747,-0.0525433570146561,-0.998491168022156,0.00209297868423164,-0.053045466542244,-0.998589932918549,-0.0214354395866394,-0.0557473711669445,-0.998214781284332,-0.00927700381726027,0.0532782636582851,-0.998536705970764,0.00548102241009474,0.0403340645134449,-0.999171197414398,0.00224207132123411,0.00972832553088665,-0.999950230121613,-0.00927700381726027,0.0532782636582851,-0.998536705970764,-0.00381217733956873,0.999669134616852,-0.0254357382655144,0.000738930189982057,0.999796748161316,-0.0201497003436089,0.00548102241009474,0.0403340645134449,-0.999171197414398,-6.59843426547013e-005,0.999998092651367,-0.00196134112775326,0.000738930189982057,0.999796748161316,-0.0201497003436089,-0.00381217733956873,0.999669134616852,-0.0254357382655144,-0.00922462623566389,0.999957144260406,-0.000743158801924437,-0.00155185081530362,0.999882459640503,0.0152557119727135,0.000535328523255885,0.99994170665741,0.0107836630195379,-9.39815872698091e-005,1,0.00023720612807665,0.0827698484063149,-0.996504008769989,0.0113523649051785,0.0087777366861701,-0.999929070472717,0.00804710295051336,0.00729607418179512,-0.999430596828461,-0.0329462327063084,-0.0140221444889903,-0.999747097492218,-0.017580596730113,-0.0109511306509376,-0.999904096126556,0.00847917515784502,0.0827698484063149,-0.996504008769989,0.0113523649051785,-0.0140221444889903,-0.999747097492218,-0.017580596730113,-0.00586108909919858,-0.999566674232483,-0.0288438964635134,0.000101914461993147,-0.9998939037323,0.0145713817328215,-0.0109511306509376,-0.999904096126556,0.00847917515784502,-0.00586108909919858,-0.999566674232483,-0.0288438964635134,0.000711150409188122,-0.999689161777496,-0.0249228905886412,0.000721771270036697,-0.999732673168182,0.0231076646596193,-0.00119288195855916,-0.0593849793076515,0.998234450817108,-0.00277697877027094,-0.0354197435081005,0.999368667602539,
  434. 0.000101914461993147,-0.9998939037323,0.0145713817328215,0.000721771270036697,-0.999732673168182,0.0231076646596193,-0.000464278797153383,0.0271344464272261,0.999631702899933,-0.00376323447562754,0.0297979097813368,0.99954879283905,-0.0208126381039619,-0.00273725064471364,0.99977970123291,-0.0223898440599442,-0.0296765491366386,0.99930876493454,-0.00277697877027094,-0.0354197435081005,0.999368667602539,-0.00119288195855916,-0.0593849793076515,0.998234450817108,-0.00141334079671651,0.00556987803429365,0.999983489513397,-0.0208126381039619,-0.00273725064471364,0.99977970123291,0.199868276715279,-0.00943229254335165,0.979777336120605,-0.270970433950424,-0.0954207926988602,0.957846462726593,-0.0223898440599442,-0.0296765491366386,0.99930876493454,0.199868276715279,-0.00943229254335165,0.979777336120605,0.0231157280504704,-0.000744034070521593,0.999732553958893,0.0358003079891205,-0.0236830022186041,0.999078273773193,-0.270970433950424,-0.0954207926988602,0.957846462726593,0.000211977676372044,0.999964356422424,0.00842689536511898,0.000428706349339336,0.998778998851776,-0.0494004376232624,0.000121649864013307,0.99960845708847,-0.0279804598540068,7.44952922104858e-006,0.999998986721039,-0.00143716193269938,-0.000823203125037253,0.999945461750031,0.0104151265695691,-0.00119119859300554,-0.99867457151413,-0.0514556206762791,0.000863201974425465,-0.0426412783563137,-0.999090015888214,0.0198211818933487,-0.052134245634079,-0.998443365097046,0.00729607418179512,-0.999430596828461,-0.0329462327063084,0.00026816368335858,0.998862445354462,-0.0476852580904961,0.000244887050939724,0.99992847442627,0.0119535075500607,0.00170756538864225,0.999908328056335,0.013428763486445,0.00466205272823572,0.999989032745361,-0.000507866614498198,0.00673385243862867,0.999975800514221,-0.00174681551288813,0.00175619579385966,0.999763607978821,-0.0216711368411779,0.000244887050939724,0.99992847442627,0.0119535075500607,0.00211348733864725,0.0633376762270927,0.99798995256424,0.00457937037572265,0.0413873642683029,0.999132692813873,0.00170756538864225,0.999908328056335,0.013428763486445,
  435. 0.00211348733864725,0.0633376762270927,0.99798995256424,0.00136544904671609,-0.061471838504076,0.998107850551605,0.00479685328900814,-0.0360560975968838,0.999338209629059,0.0358003079891205,-0.0236830022186041,0.999078273773193,0.0231157280504704,-0.000744034070521593,0.999732553958893,0.00457937037572265,0.0413873642683029,0.999132692813873,0.00136544904671609,-0.061471838504076,0.998107850551605,-0.00148523214738816,-0.999926567077637,0.0120263053104281,-0.000838770181871951,-0.999898970127106,0.0141900721937418,0.00479685328900814,-0.0360560975968838,0.999338209629059,-0.00148523214738816,-0.999926567077637,0.0120263053104281,-0.00119119859300554,-0.99867457151413,-0.0514556206762791,0.00729607418179512,-0.999430596828461,-0.0329462327063084,0.0087777366861701,-0.999929070472717,0.00804710295051336,-0.000838770181871951,-0.999898970127106,0.0141900721937418,-0.703238666057587,-0.0360366739332676,0.710039973258972,-0.0106262601912022,-0.99989902973175,0.00944028235971928,-0.411481350660324,-0.800366461277008,0.436000674962997,-0.68113785982132,-0.0236463118344545,0.731773257255554,-0.703238666057587,-0.0360366739332676,0.710039973258972,-0.411481350660324,-0.800366461277008,0.436000674962997,-0.0106262601912022,-0.99989902973175,0.00944028235971928,0.000519378460012376,-0.999929070472717,0.0118995904922485,-0.411481350660324,-0.800366461277008,0.436000674962997,0.708460032939911,0.0456281453371048,-0.704274415969849,0.0198708977550268,0.99960845708847,-0.0196988228708506,0.0352201275527477,0.998779952526093,-0.0346138887107372,0.709179162979126,0.0414817407727242,-0.703806817531586,0.546000719070435,-0.638242959976196,-0.542705416679382,0.709062576293945,-0.00148726534098387,-0.705143988132477,0.707937300205231,-0.0269919689744711,-0.705759346485138,-0.706702649593353,-0.0593880973756313,0.705013811588287,-0.0158290825784206,-0.999732732772827,0.0168498028069735,-0.0144266579300165,-0.999615132808685,0.0236946176737547,-0.692854464054108,-0.0644514486193657,0.718191146850586,0.0181259755045176,-0.999689102172852,-0.017120374366641,
  436. 0.707589447498322,-0.0530494377017021,-0.70462965965271,0.71732485294342,-0.0525575205683708,-0.694753706455231,0.0203486327081919,-0.999730467796326,-0.011176560074091,-0.502675592899323,0.844878196716309,0.183025240898132,-0.341572940349579,0.870044410228729,0.355458378791809,-0.708096086978912,0.00555772101506591,0.706094324588776,-0.708376228809357,0.0313973501324654,0.705136477947235,-0.0158290825784206,-0.999732732772827,0.0168498028069735,0.0181259755045176,-0.999689102172852,-0.017120374366641,0.0203486327081919,-0.999730467796326,-0.011176560074091,-0.0144266579300165,-0.999615132808685,0.0236946176737547,-0.0108154509216547,0.999893069267273,0.00983653496950865,-0.000234269260545261,1,0.000101596349850297,-0.341572940349579,0.870044410228729,0.355458378791809,-0.502675592899323,0.844878196716309,0.183025240898132,0.015298985876143,0.999668836593628,-0.0206891652196646,0.699510395526886,0.0532701313495636,-0.712634265422821,0.357289761304855,0.811105787754059,-0.463088899850845,0.699510395526886,0.0532701313495636,-0.712634265422821,0.52569991350174,0.0656259432435036,-0.848134875297546,0.357289761304855,0.811105787754059,-0.463088899850845,0.00242904503829777,-0.999745488166809,-0.0224258191883564,0.630706965923309,-0.00905250292271376,-0.775968313217163,0.690688967704773,-0.0557650588452816,-0.720998525619507,0.0162488650530577,-0.999566793441772,-0.0245363879948854,-0.722440481185913,-0.0296787098050117,0.6907958984375,-0.868839383125305,-0.09552351385355,0.485791593790054,-0.411481350660324,-0.800366461277008,0.436000674962997,-0.411481350660324,-0.800366461277008,0.436000674962997,0.0504086837172508,-0.996515393257141,0.0664529874920845,-0.013739519752562,-0.999904036521912,-0.00174846523441374,0.015298985876143,0.999668836593628,-0.0206891652196646,-0.0621648617088795,0.994170427322388,-0.088094986975193,0.0964363664388657,0.991630852222443,0.0858385115861893,-0.00599649595096707,0.999957144260406,-0.00704813282936811,0.71871018409729,0.0102582024410367,-0.695234060287476,0.52569991350174,0.0656259432435036,-0.848134875297546,
  437. 0.630706965923309,-0.00905250292271376,-0.775968313217163,0.720021665096283,-0.0521526485681534,-0.691989004611969,0.612213313579559,0.501165747642517,-0.611578166484833,0.443227291107178,0.779215395450592,-0.443139940500259,0.00869293976575136,0.999909460544586,-0.0102774696424603,0.706478655338287,0.0461196824908257,-0.706230163574219,0.706478655338287,0.0461196824908257,-0.706230163574219,0.708657145500183,0.00972798094153404,-0.705485880374908,0.612213313579559,0.501165747642517,-0.611578166484833,-0.690046906471252,-0.0701519697904587,0.72035676240921,0.00430338783189654,-0.99952095746994,0.0306486748158932,-0.0272302217781544,-0.999494552612305,0.0164046064019203,-0.723015189170837,-0.0664472877979279,0.687629044055939,0.0225205775350332,-0.999661147594452,0.0130470851436257,0.711244881153107,-0.0703753158450127,-0.699412643909454,0.695306241512299,-0.0475462004542351,-0.717139184474945,0.00471678236499429,-0.999866724014282,-0.0156306736171246,-0.692522346973419,0.0536721907556057,0.719397127628326,-0.690046906471252,-0.0701519697904587,0.72035676240921,-0.723015189170837,-0.0664472877979279,0.687629044055939,-0.723973095417023,0.0496766343712807,0.688037097454071,0.00430338783189654,-0.99952095746994,0.0306486748158932,0.0225205775350332,-0.999661147594452,0.0130470851436257,0.00471678236499429,-0.999866724014282,-0.0156306736171246,-0.0272302217781544,-0.999494552612305,0.0164046064019203,0.571778118610382,0.582888603210449,-0.577330768108368,0.0214127022773027,0.999709367752075,-0.0110759222880006,-0.00236093648709357,0.999959349632263,-0.00869800057262182,0.208364829421043,0.487132638692856,-0.848107218742371,0.00598105695098639,0.999648690223694,0.0258210115134716,-0.692522346973419,0.0536721907556057,0.719397127628326,-0.723973095417023,0.0496766343712807,0.688037097454071,-0.020806672051549,0.999738276004791,0.00950862653553486,0.208364829421043,0.487132638692856,-0.848107218742371,0.692797303199768,0.00812686327844858,-0.72108668088913,0.675821304321289,0.133357509970665,-0.724900901317596,0.571778118610382,0.582888603210449,-0.577330768108368,
  438. -0.706505358219147,-0.0668396651744843,0.704544305801392,-0.020301528275013,-0.99959659576416,0.0198626760393381,-0.0151621252298355,-0.999801695346832,0.0129094123840332,-0.705912530422211,-0.0834098979830742,0.703370749950409,0.230066671967506,-0.947731375694275,-0.221075937151909,0.546000719070435,-0.638242959976196,-0.542705416679382,0.707937300205231,-0.0269919689744711,-0.705759346485138,0.00850201491266489,-0.999878346920013,-0.0130757046863437,-0.711312353610992,0.0421627722680569,0.701610326766968,-0.708436548709869,0.0067953011021018,0.705741822719574,-0.706505358219147,-0.0668396651744843,0.704544305801392,-0.705912530422211,-0.0834098979830742,0.703370749950409,-0.706856548786163,0.0527232512831688,0.705389320850372,0.00850201491266489,-0.999878346920013,-0.0130757046863437,-0.00727120041847229,-0.999950706958771,0.00676082400605083,0.230066671967506,-0.947731375694275,-0.221075937151909,-0.00794894900172949,0.999945342540741,0.00678584398701787,-0.711312353610992,0.0421627722680569,0.701610326766968,-0.706856548786163,0.0527232512831688,0.705389320850372,-0.00580905610695481,0.999964416027069,0.00610858341678977,0.00732715986669064,0.999937653541565,-0.00841886922717094,0.706660687923431,0.0408947542309761,-0.706369757652283,0.208364829421043,0.487132638692856,-0.848107218742371,0.706660687923431,0.0408947542309761,-0.706369757652283,0.692797303199768,0.00812686327844858,-0.72108668088913,0.208364829421043,0.487132638692856,-0.848107218742371,0.00823928881436586,-0.999957144260406,-0.00421306258067489,0.709708571434021,-0.0357406958937645,-0.703588128089905,0.546000719070435,-0.638242959976196,-0.542705416679382,0.230066671967506,-0.947731375694275,-0.221075937151909,-0.00727120041847229,-0.999950706958771,0.00676082400605083,0.00823928881436586,-0.999957144260406,-0.00421306258067489,0.230066671967506,-0.947731375694275,-0.221075937151909,-0.723015189170837,-0.0664472877979279,0.687629044055939,-0.0272302217781544,-0.999494552612305,0.0164046064019203,-0.020301528275013,-0.99959659576416,0.0198626760393381,
  439. -0.706505358219147,-0.0668396651744843,0.704544305801392,-0.723973095417023,0.0496766343712807,0.688037097454071,-0.723015189170837,-0.0664472877979279,0.687629044055939,-0.706505358219147,-0.0668396651744843,0.704544305801392,-0.708436548709869,0.0067953011021018,0.705741822719574,-0.70315146446228,0.0245614610612392,0.710615813732147,-0.020806672051549,0.999738276004791,0.00950862653553486,-0.723973095417023,0.0496766343712807,0.688037097454071,-0.70315146446228,0.0245614610612392,0.710615813732147,-0.0164125598967075,0.999725222587585,0.0167359206825495,0.208364829421043,0.487132638692856,-0.848107218742371,-0.00236093648709357,0.999959349632263,-0.00869800057262182,0.00732715986669064,0.999937653541565,-0.00841886922717094,0.571778118610382,0.582888603210449,-0.577330768108368,0.675821304321289,0.133357509970665,-0.724900901317596,0.719185709953308,0.0072479578666389,-0.694780230522156,0.915372133255005,0.387901216745377,0.107826672494411,0.0203486327081919,-0.999730467796326,-0.011176560074091,0.71732485294342,-0.0525575205683708,-0.694753706455231,0.711244881153107,-0.0703753158450127,-0.699412643909454,0.0225205775350332,-0.999661147594452,0.0130470851436257,-0.0144266579300165,-0.999615132808685,0.0236946176737547,0.0203486327081919,-0.999730467796326,-0.011176560074091,0.0225205775350332,-0.999661147594452,0.0130470851436257,0.00430338783189654,-0.99952095746994,0.0306486748158932,-0.692854464054108,-0.0644514486193657,0.718191146850586,-0.0144266579300165,-0.999615132808685,0.0236946176737547,0.00430338783189654,-0.99952095746994,0.0306486748158932,-0.690046906471252,-0.0701519697904587,0.72035676240921,-0.693321466445923,0.0519708283245564,0.718751847743988,-0.692854464054108,-0.0644514486193657,0.718191146850586,-0.690046906471252,-0.0701519697904587,0.72035676240921,-0.692522346973419,0.0536721907556057,0.719397127628326,-0.0124184340238571,0.999723255634308,0.0199811179190874,-0.693321466445923,0.0519708283245564,0.718751847743988,-0.692522346973419,0.0536721907556057,0.719397127628326,0.00598105695098639,0.999648690223694,0.0258210115134716,
  440. 0.915372133255005,0.387901216745377,0.107826672494411,0.00523167382925749,0.999984443187714,0.00190779205877334,0.0214127022773027,0.999709367752075,-0.0110759222880006,0.571778118610382,0.582888603210449,-0.577330768108368,0.915372133255005,0.387901216745377,0.107826672494411,0.710693299770355,0.0402937941253185,-0.702347099781036,0.0135350478813052,0.999827563762665,-0.0127100422978401,0.915372133255005,0.387901216745377,0.107826672494411,0.719185709953308,0.0072479578666389,-0.694780230522156,0.710693299770355,0.0402937941253185,-0.702347099781036,-0.502675592899323,0.844878196716309,0.183025240898132,-0.708376228809357,0.0313973501324654,0.705136477947235,-0.0108154509216547,0.999893069267273,0.00983653496950865,0.0135350478813052,0.999827563762665,-0.0127100422978401,0.00523167382925749,0.999984443187714,0.00190779205877334,0.915372133255005,0.387901216745377,0.107826672494411,0.710393369197845,0.0403407551348209,-0.702647805213928,0.0147729543969035,0.999796569347382,-0.0137282703071833,0.443227291107178,0.779215395450592,-0.443139940500259,0.612213313579559,0.501165747642517,-0.611578166484833,0.708657145500183,0.00972798094153404,-0.705485880374908,0.710393369197845,0.0403407551348209,-0.702647805213928,0.612213313579559,0.501165747642517,-0.611578166484833,0.0162488650530577,-0.999566793441772,-0.0245363879948854,0.690688967704773,-0.0557650588452816,-0.720998525619507,0.707589447498322,-0.0530494377017021,-0.70462965965271,0.0181259755045176,-0.999689102172852,-0.017120374366641,-0.411481350660324,-0.800366461277008,0.436000674962997,-0.013739519752562,-0.999904036521912,-0.00174846523441374,-0.0102284317836165,-0.999893963336945,0.0103721916675568,-0.0102284317836165,-0.999893963336945,0.0103721916675568,-0.708618402481079,-0.0354444310069084,0.70470118522644,-0.411481350660324,-0.800366461277008,0.436000674962997,-0.341572940349579,0.870044410228729,0.355458378791809,-0.707170844078064,0.0271178297698498,0.706522464752197,-0.708096086978912,0.00555772101506591,0.706094324588776,-0.00724617810919881,0.99994170665741,0.00800335127860308,
  441. -0.707170844078064,0.0271178297698498,0.706522464752197,-0.341572940349579,0.870044410228729,0.355458378791809,-0.00724617810919881,0.99994170665741,0.00800335127860308,-0.341572940349579,0.870044410228729,0.355458378791809,-0.000234269260545261,1,0.000101596349850297,0.028469217941165,-0.999430000782013,-0.0181438624858856,0.720021665096283,-0.0521526485681534,-0.691989004611969,0.630706965923309,-0.00905250292271376,-0.775968313217163,0.00242904503829777,-0.999745488166809,-0.0224258191883564,-0.868839383125305,-0.09552351385355,0.485791593790054,-0.68113785982132,-0.0236463118344545,0.731773257255554,-0.411481350660324,-0.800366461277008,0.436000674962997,-0.411481350660324,-0.800366461277008,0.436000674962997,0.000519378460012376,-0.999929070472717,0.0118995904922485,0.0504086837172508,-0.996515393257141,0.0664529874920845,0.821841359138489,0.568956255912781,0.0294229108840227,0.00599791062995791,0.999975740909576,0.00352715142071247,-0.0621648617088795,0.994170427322388,-0.088094986975193,0.357289761304855,0.811105787754059,-0.463088899850845,0.016573391854763,0.999763369560242,-0.0140897333621979,0.707965612411499,0.0512801557779312,-0.70438277721405,0.706844568252563,0.0489458702504635,-0.705673456192017,0.033904891461134,0.998862564563751,-0.0335263982415199,0.707965612411499,0.0512801557779312,-0.70438277721405,0.71871018409729,0.0102582024410367,-0.695234060287476,0.720021665096283,-0.0521526485681534,-0.691989004611969,0.707073152065277,-0.0427257344126701,-0.705848455429077,0.706844568252563,0.0489458702504635,-0.705673456192017,0.00102138379588723,0.999998986721039,-0.00101093691773713,-0.0164125598967075,0.999725222587585,0.0167359206825495,-0.328952461481094,0.885337352752686,0.328585028648376,0.706660687923431,0.0408947542309761,-0.706369757652283,0.00732715986669064,0.999937653541565,-0.00841886922717094,0.0198708977550268,0.99960845708847,-0.0196988228708506,0.708460032939911,0.0456281453371048,-0.704274415969849,0.709708571434021,-0.0357406958937645,-0.703588128089905,0.709062576293945,-0.00148726534098387,-0.705143988132477,
  442. 0.546000719070435,-0.638242959976196,-0.542705416679382,0.675821304321289,0.133357509970665,-0.724900901317596,0.692797303199768,0.00812686327844858,-0.72108668088913,0.695306241512299,-0.0475462004542351,-0.717139184474945,0.711244881153107,-0.0703753158450127,-0.699412643909454,0.719185709953308,0.0072479578666389,-0.694780230522156,0.675821304321289,0.133357509970665,-0.724900901317596,0.711244881153107,-0.0703753158450127,-0.699412643909454,0.71732485294342,-0.0525575205683708,-0.694753706455231,0.0214127022773027,0.999709367752075,-0.0110759222880006,0.00523167382925749,0.999984443187714,0.00190779205877334,-0.0124184340238571,0.999723255634308,0.0199811179190874,0.00598105695098639,0.999648690223694,0.0258210115134716,-0.00236093648709357,0.999959349632263,-0.00869800057262182,0.0214127022773027,0.999709367752075,-0.0110759222880006,0.00598105695098639,0.999648690223694,0.0258210115134716,-0.020806672051549,0.999738276004791,0.00950862653553486,0.443227291107178,0.779215395450592,-0.443139940500259,0.0147729543969035,0.999796569347382,-0.0137282703071833,0.00134032964706421,0.999998092651367,-0.00143346423283219,-0.0118839191272855,0.999882578849792,0.00968864280730486,-0.70944482088089,0.0297862943261862,0.704131245613098,-0.707170844078064,0.0271178297698498,0.706522464752197,-0.00724617810919881,0.99994170665741,0.00800335127860308,-0.708618402481079,-0.0354444310069084,0.70470118522644,-0.722440481185913,-0.0296787098050117,0.6907958984375,-0.411481350660324,-0.800366461277008,0.436000674962997,-0.708096086978912,0.00555772101506591,0.706094324588776,-0.706702649593353,-0.0593880973756313,0.705013811588287,-0.692854464054108,-0.0644514486193657,0.718191146850586,-0.693321466445923,0.0519708283245564,0.718751847743988,-0.708376228809357,0.0313973501324654,0.705136477947235,-0.0108154509216547,0.999893069267273,0.00983653496950865,-0.708376228809357,0.0313973501324654,0.705136477947235,-0.693321466445923,0.0519708283245564,0.718751847743988,-0.0124184340238571,0.999723255634308,0.0199811179190874,0.00134032964706421,0.999998092651367,-0.00143346423283219,
  443. 0.00869293976575136,0.999909460544586,-0.0102774696424603,0.443227291107178,0.779215395450592,-0.443139940500259,-0.00794894900172949,0.999945342540741,0.00678584398701787,0.00102138379588723,0.999998986721039,-0.00101093691773713,-0.328952461481094,0.885337352752686,0.328585028648376,-0.328952461481094,0.885337352752686,0.328585028648376,-0.637207806110382,0.423098981380463,0.644168794155121,-0.711312353610992,0.0421627722680569,0.701610326766968,-0.00794894900172949,0.999945342540741,0.00678584398701787,-0.637207806110382,0.423098981380463,0.644168794155121,-0.708436548709869,0.0067953011021018,0.705741822719574,-0.711312353610992,0.0421627722680569,0.701610326766968,-0.70315146446228,0.0245614610612392,0.710615813732147,-0.708436548709869,0.0067953011021018,0.705741822719574,-0.637207806110382,0.423098981380463,0.644168794155121,-0.0164125598967075,0.999725222587585,0.0167359206825495,-0.70315146446228,0.0245614610612392,0.710615813732147,-0.637207806110382,0.423098981380463,0.644168794155121,-0.328952461481094,0.885337352752686,0.328585028648376,0.00102138379588723,0.999998986721039,-0.00101093691773713,0.0198708977550268,0.99960845708847,-0.0196988228708506,0.00732715986669064,0.999937653541565,-0.00841886922717094,-0.00236093648709357,0.999959349632263,-0.00869800057262182,-0.020806672051549,0.999738276004791,0.00950862653553486,-0.0164125598967075,0.999725222587585,0.0167359206825495,0.0964363664388657,0.991630852222443,0.0858385115861893,0.00365596287883818,0.999989032745361,0.00293783680535853,-0.26223686337471,0.935097694396973,0.238378375768662,-0.00599649595096707,0.999957144260406,-0.00704813282936811,0.0964363664388657,0.991630852222443,0.0858385115861893,-0.26223686337471,0.935097694396973,0.238378375768662,-0.0118839191272855,0.999882578849792,0.00968864280730486,-0.00599649595096707,0.999957144260406,-0.00704813282936811,-0.26223686337471,0.935097694396973,0.238378375768662,-0.26223686337471,0.935097694396973,0.238378375768662,-0.562810361385345,0.624764621257782,0.541214883327484,-0.70944482088089,0.0297862943261862,0.704131245613098,
  444. -0.0118839191272855,0.999882578849792,0.00968864280730486,-0.721660494804382,-0.00274965516291559,0.692241668701172,-0.70944482088089,0.0297862943261862,0.704131245613098,-0.562810361385345,0.624764621257782,0.541214883327484,-0.562810361385345,0.624764621257782,0.541214883327484,-0.551092624664307,-0.00948963779956102,0.834390163421631,-0.721660494804382,-0.00274965516291559,0.692241668701172,-0.562810361385345,0.624764621257782,0.541214883327484,-0.690565764904022,-0.0007167998701334,0.723269283771515,-0.551092624664307,-0.00948963779956102,0.834390163421631,-0.703245520591736,0.0414025969803333,0.709740459918976,-0.690565764904022,-0.0007167998701334,0.723269283771515,-0.562810361385345,0.624764621257782,0.541214883327484,-0.00829000864177942,0.999908328056335,0.0107045788317919,-0.703245520591736,0.0414025969803333,0.709740459918976,-0.562810361385345,0.624764621257782,0.541214883327484,-0.26223686337471,0.935097694396973,0.238378375768662,0.00365596287883818,0.999989032745361,0.00293783680535853,-0.00829000864177942,0.999908328056335,0.0107045788317919,-0.26223686337471,0.935097694396973,0.238378375768662,0.016573391854763,0.999763369560242,-0.0140897333621979,0.00599791062995791,0.999975740909576,0.00352715142071247,0.821841359138489,0.568956255912781,0.0294229108840227,0.821841359138489,0.568956255912781,0.0294229108840227,0.707965612411499,0.0512801557779312,-0.70438277721405,0.016573391854763,0.999763369560242,-0.0140897333621979,0.821841359138489,0.568956255912781,0.0294229108840227,0.71871018409729,0.0102582024410367,-0.695234060287476,0.707965612411499,0.0512801557779312,-0.70438277721405,0.357289761304855,0.811105787754059,-0.463088899850845,0.52569991350174,0.0656259432435036,-0.848134875297546,0.71871018409729,0.0102582024410367,-0.695234060287476,0.821841359138489,0.568956255912781,0.0294229108840227,-0.0621648617088795,0.994170427322388,-0.088094986975193,0.00599791062995791,0.999975740909576,0.00352715142071247,0.00365596287883818,0.999989032745361,0.00293783680535853,0.0964363664388657,0.991630852222443,0.0858385115861893,
  445. 0.357289761304855,0.811105787754059,-0.463088899850845,-0.0621648617088795,0.994170427322388,-0.088094986975193,0.015298985876143,0.999668836593628,-0.0206891652196646,0.699510395526886,0.0532701313495636,-0.712634265422821,0.690688967704773,-0.0557650588452816,-0.720998525619507,0.630706965923309,-0.00905250292271376,-0.775968313217163,0.52569991350174,0.0656259432435036,-0.848134875297546,0.707937300205231,-0.0269919689744711,-0.705759346485138,0.709062576293945,-0.00148726534098387,-0.705143988132477,0.708460032939911,0.0456281453371048,-0.704274415969849,0.709179162979126,0.0414817407727242,-0.703806817531586,0.709394931793213,-0.0346975475549698,-0.703956604003906,0.00850201491266489,-0.999878346920013,-0.0130757046863437,0.707937300205231,-0.0269919689744711,-0.705759346485138,0.709394931793213,-0.0346975475549698,-0.703956604003906,0.0233026742935181,-0.9994176030159,-0.0249285027384758,-0.020301528275013,-0.99959659576416,0.0198626760393381,-0.00727120041847229,-0.999950706958771,0.00676082400605083,0.00850201491266489,-0.999878346920013,-0.0130757046863437,0.0233026742935181,-0.9994176030159,-0.0249285027384758,-0.0151621252298355,-0.999801695346832,0.0129094123840332,-0.0272302217781544,-0.999494552612305,0.0164046064019203,0.00471678236499429,-0.999866724014282,-0.0156306736171246,0.00823928881436586,-0.999957144260406,-0.00421306258067489,-0.00727120041847229,-0.999950706958771,0.00676082400605083,-0.020301528275013,-0.99959659576416,0.0198626760393381,0.00471678236499429,-0.999866724014282,-0.0156306736171246,0.695306241512299,-0.0475462004542351,-0.717139184474945,0.709708571434021,-0.0357406958937645,-0.703588128089905,0.00823928881436586,-0.999957144260406,-0.00421306258067489,0.695306241512299,-0.0475462004542351,-0.717139184474945,0.692797303199768,0.00812686327844858,-0.72108668088913,0.706660687923431,0.0408947542309761,-0.706369757652283,0.708460032939911,0.0456281453371048,-0.704274415969849,0.709062576293945,-0.00148726534098387,-0.705143988132477,0.709708571434021,-0.0357406958937645,-0.703588128089905,
  446. 0.0135350478813052,0.999827563762665,-0.0127100422978401,0.00869293976575136,0.999909460544586,-0.0102774696424603,0.00134032964706421,0.999998092651367,-0.00143346423283219,-0.000234269260545261,1,0.000101596349850297,-0.0108154509216547,0.999893069267273,0.00983653496950865,-0.0124184340238571,0.999723255634308,0.0199811179190874,0.00523167382925749,0.999984443187714,0.00190779205877334,0.706478655338287,0.0461196824908257,-0.706230163574219,0.00869293976575136,0.999909460544586,-0.0102774696424603,0.0135350478813052,0.999827563762665,-0.0127100422978401,0.710693299770355,0.0402937941253185,-0.702347099781036,0.707589447498322,-0.0530494377017021,-0.70462965965271,0.708657145500183,0.00972798094153404,-0.705485880374908,0.706478655338287,0.0461196824908257,-0.706230163574219,0.710693299770355,0.0402937941253185,-0.702347099781036,0.719185709953308,0.0072479578666389,-0.694780230522156,0.71732485294342,-0.0525575205683708,-0.694753706455231,0.707589447498322,-0.0530494377017021,-0.70462965965271,0.690688967704773,-0.0557650588452816,-0.720998525619507,0.699510395526886,0.0532701313495636,-0.712634265422821,0.710393369197845,0.0403407551348209,-0.702647805213928,0.708657145500183,0.00972798094153404,-0.705485880374908,0.699510395526886,0.0532701313495636,-0.712634265422821,0.015298985876143,0.999668836593628,-0.0206891652196646,0.0147729543969035,0.999796569347382,-0.0137282703071833,0.710393369197845,0.0403407551348209,-0.702647805213928,0.00134032964706421,0.999998092651367,-0.00143346423283219,0.0147729543969035,0.999796569347382,-0.0137282703071833,0.015298985876143,0.999668836593628,-0.0206891652196646,-0.00599649595096707,0.999957144260406,-0.00704813282936811,-0.0118839191272855,0.999882578849792,0.00968864280730486,-0.00724617810919881,0.99994170665741,0.00800335127860308,-0.000234269260545261,1,0.000101596349850297,0.0504086837172508,-0.996515393257141,0.0664529874920845,0.000519378460012376,-0.999929070472717,0.0118995904922485,0.028469217941165,-0.999430000782013,-0.0181438624858856,0.00242904503829777,-0.999745488166809,-0.0224258191883564,
  447. -0.013739519752562,-0.999904036521912,-0.00174846523441374,0.0504086837172508,-0.996515393257141,0.0664529874920845,0.00242904503829777,-0.999745488166809,-0.0224258191883564,0.0162488650530577,-0.999566793441772,-0.0245363879948854,-0.0102284317836165,-0.999893963336945,0.0103721916675568,-0.013739519752562,-0.999904036521912,-0.00174846523441374,0.0162488650530577,-0.999566793441772,-0.0245363879948854,0.0181259755045176,-0.999689102172852,-0.017120374366641,-0.0158290825784206,-0.999732732772827,0.0168498028069735,-0.706702649593353,-0.0593880973756313,0.705013811588287,-0.708618402481079,-0.0354444310069084,0.70470118522644,-0.0102284317836165,-0.999893963336945,0.0103721916675568,-0.0158290825784206,-0.999732732772827,0.0168498028069735,-0.707170844078064,0.0271178297698498,0.706522464752197,-0.70944482088089,0.0297862943261862,0.704131245613098,-0.721660494804382,-0.00274965516291559,0.692241668701172,-0.722440481185913,-0.0296787098050117,0.6907958984375,-0.708618402481079,-0.0354444310069084,0.70470118522644,-0.706702649593353,-0.0593880973756313,0.705013811588287,-0.708096086978912,0.00555772101506591,0.706094324588776,-0.721660494804382,-0.00274965516291559,0.692241668701172,-0.551092624664307,-0.00948963779956102,0.834390163421631,-0.868839383125305,-0.09552351385355,0.485791593790054,-0.722440481185913,-0.0296787098050117,0.6907958984375,-0.551092624664307,-0.00948963779956102,0.834390163421631,-0.690565764904022,-0.0007167998701334,0.723269283771515,-0.68113785982132,-0.0236463118344545,0.731773257255554,-0.868839383125305,-0.09552351385355,0.485791593790054,-0.00580905610695481,0.999964416027069,0.00610858341678977,0.0352201275527477,0.998779952526093,-0.0346138887107372,0.0198708977550268,0.99960845708847,-0.0196988228708506,0.00102138379588723,0.999998986721039,-0.00101093691773713,-0.00794894900172949,0.999945342540741,0.00678584398701787,0.035516157746315,-0.998676478862762,-0.0372004918754101,0.707073152065277,-0.0427257344126701,-0.705848455429077,0.720021665096283,-0.0521526485681534,-0.691989004611969,
  448. 0.028469217941165,-0.999430000782013,-0.0181438624858856,0.033904891461134,0.998862564563751,-0.0335263982415199,-0.00827890448272228,0.999928534030914,0.00862511992454529,-0.00829000864177942,0.999908328056335,0.0107045788317919,0.00365596287883818,0.999989032745361,0.00293783680535853,0.00599791062995791,0.999975740909576,0.00352715142071247,0.016573391854763,0.999763369560242,-0.0140897333621979,-0.00827890448272228,0.999928534030914,0.00862511992454529,-0.704181313514709,0.0633494034409523,0.707188308238983,-0.703245520591736,0.0414025969803333,0.709740459918976,-0.00829000864177942,0.999908328056335,0.0107045788317919,-0.704181313514709,0.0633494034409523,0.707188308238983,-0.704795777797699,-0.0614131353795528,0.706746935844421,-0.703238666057587,-0.0360366739332676,0.710039973258972,-0.68113785982132,-0.0236463118344545,0.731773257255554,-0.690565764904022,-0.0007167998701334,0.723269283771515,-0.703245520591736,0.0414025969803333,0.709740459918976,-0.704795777797699,-0.0614131353795528,0.706746935844421,-0.00956232473254204,-0.999926328659058,0.0074618705548346,-0.0106262601912022,-0.99989902973175,0.00944028235971928,-0.703238666057587,-0.0360366739332676,0.710039973258972,-0.00956232473254204,-0.999926328659058,0.0074618705548346,0.035516157746315,-0.998676478862762,-0.0372004918754101,0.028469217941165,-0.999430000782013,-0.0181438624858856,0.000519378460012376,-0.999929070472717,0.0118995904922485,-0.0106262601912022,-0.99989902973175,0.00944028235971928,-0.999337673187256,-0.0360742211341858,0.00477015133947134,-0.0141913928091526,-0.999898970127106,-0.000839251559227705,-0.599209666252136,-0.800405621528625,0.0172811504453421,-0.999078035354614,-0.0237341281026602,0.035776536911726,-0.999337673187256,-0.0360742211341858,0.00477015133947134,-0.599209666252136,-0.800405621528625,0.0172811504453421,-0.0141913928091526,-0.999898970127106,-0.000839251559227705,-0.00804719142615795,-0.999929010868073,0.00878555979579687,-0.599209666252136,-0.800405621528625,0.0172811504453421,0.998953700065613,0.0456359945237637,0.00295452121645212,
  449. 0.0279807988554239,0.999608397483826,0.000121779601613525,0.0493909008800983,0.998779296875,0.000428809551522136,0.999132513999939,0.0414726622402668,0.003785744542256,0.769824683666229,-0.638250887393951,0.00238076597452164,0.999995112419128,-0.00148114725016057,0.00276577542535961,0.999634146690369,-0.0270061157643795,0.00152611138764769,-0.998234808444977,-0.0593776516616344,-0.00119854579679668,-0.0231076553463936,-0.999732732772827,0.00072178099071607,-0.0269487369805574,-0.99961531162262,0.00655390787869692,-0.997758448123932,-0.0644706562161446,0.0179297272115946,0.0249232053756714,-0.999689102172852,0.000711233587935567,0.998591125011444,-0.0530217178165913,0.00208989530801773,0.998491525650024,-0.0525361783802509,0.015956649556756,0.0223003532737494,-0.999730288982391,0.00648721866309643,-0.484805852174759,0.844884395599365,-0.226127505302429,-0.492817431688309,0.870077669620514,0.00979080703109503,-0.999983489513397,0.00556263513863087,-0.00141968531534076,-0.999503791332245,0.0314158238470554,-0.00230141379870474,-0.0231076553463936,-0.999732732772827,0.00072178099071607,0.0249232053756714,-0.999689102172852,0.000711233587935567,0.0223003532737494,-0.999730288982391,0.00648721866309643,-0.0269487369805574,-0.99961531162262,0.00655390787869692,-0.0146065670996904,0.999893069267273,-0.000692288216669112,-0.000237396452575922,0.999999940395355,-9.41192483878694e-005,-0.492817431688309,0.870077669620514,0.00979080703109503,-0.484805852174759,0.844884395599365,-0.226127505302429,0.0254398100078106,0.999669075012207,-0.00381061900407076,0.998537957668304,0.0532536804676056,-0.00927445013076067,0.580136597156525,0.81106036901474,-0.074984185397625,0.998537957668304,0.0532536804676056,-0.00927445013076067,0.971483409404755,0.0655621141195297,-0.227862775325775,0.580136597156525,0.81106036901474,-0.074984185397625,0.0175883937627077,-0.999745786190033,-0.0141126625239849,0.994697630405426,-0.0090771559625864,-0.10244158655405,0.998217403888702,-0.0557015500962734,-0.021431989967823,0.0288428608328104,-0.999566793441772,-0.00586027000099421,
  450. -0.999308168888092,-0.0297015905380249,-0.0223803203552961,-0.957844913005829,-0.0955853387713432,-0.270917952060699,-0.599209666252136,-0.800405621528625,0.0172811504453421,-0.599209666252136,-0.800405621528625,0.0172811504453421,-0.0113638043403625,-0.996498703956604,0.082832545042038,-0.0084782037883997,-0.999904036521912,-0.0109594203531742,0.0254398100078106,0.999669075012207,-0.00381061900407076,0.0183203723281622,0.99418306350708,-0.106132887303829,0.00748427724465728,0.991626977920532,0.128918260335922,0.000743566663004458,0.999957263469696,-0.00922323763370514,0.999809324741364,0.0102683110162616,0.0166066698729992,0.971483409404755,0.0655621141195297,-0.227862775325775,0.994697630405426,-0.0090771559625864,-0.10244158655405,0.998444318771362,-0.0521136559545994,0.0198295712471008,0.865380942821503,0.501114368438721,0.00042954069795087,0.626889884471893,0.779107868671417,0.00016937917098403,0.0134145626798272,0.999909460544586,-0.00112041609827429,0.998936653137207,0.0461040623486042,0.00016763289750088,0.998936653137207,0.0461040623486042,0.00016763289750088,0.999950110912323,0.00973370391875505,0.00223856698721647,0.865380942821503,0.501114368438721,0.00042954069795087,-0.99730396270752,-0.0701687559485435,0.0214741192758083,-0.0186224207282066,-0.999522984027863,0.0246398020535707,-0.0308566521853209,-0.999494552612305,-0.00765001541003585,-0.997475326061249,-0.066451758146286,-0.025042662397027,0.00670081982389092,-0.999661684036255,0.0251302216202021,0.997483253479004,-0.0703593641519547,0.00875663850456476,0.998749911785126,-0.0475480072200298,-0.0154272224754095,0.0143822683021426,-0.999866783618927,-0.00771772628650069,-0.998373568058014,0.0537460595369339,0.0190161466598511,-0.99730396270752,-0.0701687559485435,0.0214741192758083,-0.997475326061249,-0.066451758146286,-0.025042662397027,-0.998441278934479,0.0496809110045433,-0.0254312623292208,-0.0186224207282066,-0.999522984027863,0.0246398020535707,0.00670081982389092,-0.999661684036255,0.0251302216202021,0.0143822683021426,-0.999866783618927,-0.00771772628650069,
  451. -0.0308566521853209,-0.999494552612305,-0.00765001541003585,0.812595307826996,0.582817137241364,-0.0036217300221324,0.0229591690003872,0.999709188938141,0.0073698558844626,0.00448096869513392,0.999959349632263,-0.00782096944749355,0.747073888778687,0.487040430307388,-0.452407121658325,-0.0140241738408804,0.999648809432983,0.0224803779274225,-0.998373568058014,0.0537460595369339,0.0190161466598511,-0.998441278934479,0.0496809110045433,-0.0254312623292208,-0.0214511826634407,0.999737977981567,-0.00798832625150681,0.747073888778687,0.487040430307388,-0.452407121658325,0.999766886234283,0.00813871156424284,-0.0199978016316891,0.990465521812439,0.133386969566345,-0.0344371050596237,0.812595307826996,0.582817137241364,-0.0036217300221324,-0.997761428356171,-0.0668600276112556,-0.00137994671240449,-0.0283993668854237,-0.999596655368805,-0.000310275238007307,-0.0198502130806446,-0.999801695346832,-0.00159287988208234,-0.996510624885559,-0.08344566822052,-0.00178313301876187,0.318980246782303,-0.947739779949188,0.00639868434518576,0.769824683666229,-0.638250887393951,0.00238076597452164,0.999634146690369,-0.0270061157643795,0.00152611138764769,0.0152600016444921,-0.999878406524658,-0.00323416921310127,-0.999084949493408,0.0422189347445965,-0.00684332335367799,-0.999974846839905,0.00682916538789868,-0.00189958605915308,-0.997761428356171,-0.0668600276112556,-0.00137994671240449,-0.996510624885559,-0.08344566822052,-0.00178313301876187,-0.998607039451599,0.0527527816593647,-0.00102179578971118,0.0152600016444921,-0.999878406524658,-0.00323416921310127,-0.00992241501808167,-0.999950706958771,-0.00036083025042899,0.318980246782303,-0.947739779949188,0.00639868434518576,-0.0104160914197564,0.999945461750031,-0.000822639442048967,-0.999084949493408,0.0422189347445965,-0.00684332335367799,-0.998607039451599,0.0527527816593647,-0.00102179578971118,-0.00842784252017736,0.999964475631714,0.0002119717100868,0.0111360102891922,0.999937653541565,-0.000771784514654428,0.999163210391998,0.0408997572958469,0.000208770128665492,0.747073888778687,0.487040430307388,-0.452407121658325,
  452. 0.999163210391998,0.0408997572958469,0.000208770128665492,0.999766886234283,0.00813871156424284,-0.0199978016316891,0.747073888778687,0.487040430307388,-0.452407121658325,0.00880739465355873,-0.999957203865051,0.00284703751094639,0.999352037906647,-0.0357304625213146,0.00433068536221981,0.769824683666229,-0.638250887393951,0.00238076597452164,0.318980246782303,-0.947739779949188,0.00639868434518576,-0.00992241501808167,-0.999950706958771,-0.00036083025042899,0.00880739465355873,-0.999957203865051,0.00284703751094639,0.318980246782303,-0.947739779949188,0.00639868434518576,-0.997475326061249,-0.066451758146286,-0.025042662397027,-0.0308566521853209,-0.999494552612305,-0.00765001541003585,-0.0283993668854237,-0.999596655368805,-0.000310275238007307,-0.997761428356171,-0.0668600276112556,-0.00137994671240449,-0.998441278934479,0.0496809110045433,-0.0254312623292208,-0.997475326061249,-0.066451758146286,-0.025042662397027,-0.997761428356171,-0.0668600276112556,-0.00137994671240449,-0.999974846839905,0.00682916538789868,-0.00189958605915308,-0.99968409538269,0.0245751831680536,0.00527748698368669,-0.0214511826634407,0.999737977981567,-0.00798832625150681,-0.998441278934479,0.0496809110045433,-0.0254312623292208,-0.99968409538269,0.0245751831680536,0.00527748698368669,-0.0234390832483768,0.999725222587585,0.000229063560254872,0.747073888778687,0.487040430307388,-0.452407121658325,0.00448096869513392,0.999959349632263,-0.00782096944749355,0.0111360102891922,0.999937653541565,-0.000771784514654428,0.812595307826996,0.582817137241364,-0.0036217300221324,0.990465521812439,0.133386969566345,-0.0344371050596237,0.999824941158295,0.00725275790318847,0.0172527320683002,0.570989072322845,0.387838572263718,0.723569333553314,0.0223003532737494,-0.999730288982391,0.00648721866309643,0.998491525650024,-0.0525361783802509,0.015956649556756,0.997483253479004,-0.0703593641519547,0.00875663850456476,0.00670081982389092,-0.999661684036255,0.0251302216202021,-0.0269487369805574,-0.99961531162262,0.00655390787869692,0.0223003532737494,-0.999730288982391,0.00648721866309643,
  453. 0.00670081982389092,-0.999661684036255,0.0251302216202021,-0.0186224207282066,-0.999522984027863,0.0246398020535707,-0.997758448123932,-0.0644706562161446,0.0179297272115946,-0.0269487369805574,-0.99961531162262,0.00655390787869692,-0.0186224207282066,-0.999522984027863,0.0246398020535707,-0.99730396270752,-0.0701687559485435,0.0214741192758083,-0.99848461151123,0.0520050637423992,0.0179959908127785,-0.997758448123932,-0.0644706562161446,0.0179297272115946,-0.99730396270752,-0.0701687559485435,0.0214741192758083,-0.998373568058014,0.0537460595369339,0.0190161466598511,-0.0229094475507736,0.999723255634308,0.00534813851118088,-0.99848461151123,0.0520050637423992,0.0179959908127785,-0.998373568058014,0.0537460595369339,0.0190161466598511,-0.0140241738408804,0.999648809432983,0.0224803779274225,0.570989072322845,0.387838572263718,0.723569333553314,0.00235044257715344,0.999984502792358,0.00504728406667709,0.0229591690003872,0.999709188938141,0.0073698558844626,0.812595307826996,0.582817137241364,-0.0036217300221324,0.570989072322845,0.387838572263718,0.723569333553314,0.999171137809753,0.0402779094874859,0.00589478248730302,0.0185589715838432,0.99982762336731,0.000583083601668477,0.570989072322845,0.387838572263718,0.723569333553314,0.999824941158295,0.00725275790318847,0.0172527320683002,0.999171137809753,0.0402779094874859,0.00589478248730302,-0.484805852174759,0.844884395599365,-0.226127505302429,-0.999503791332245,0.0314158238470554,-0.00230141379870474,-0.0146065670996904,0.999893069267273,-0.000692288216669112,0.0185589715838432,0.99982762336731,0.000583083601668477,0.00235044257715344,0.999984502792358,0.00504728406667709,0.570989072322845,0.387838572263718,0.723569333553314,0.999171495437622,0.040329497307539,0.00547869270667434,0.0201514847576618,0.999796628952026,0.000738752074539661,0.626889884471893,0.779107868671417,0.00016937917098403,0.865380942821503,0.501114368438721,0.00042954069795087,0.999950110912323,0.00973370391875505,0.00223856698721647,0.999171495437622,0.040329497307539,0.00547869270667434,0.865380942821503,0.501114368438721,0.00042954069795087,
  454. 0.0288428608328104,-0.999566793441772,-0.00586027000099421,0.998217403888702,-0.0557015500962734,-0.021431989967823,0.998591125011444,-0.0530217178165913,0.00208989530801773,0.0249232053756714,-0.999689102172852,0.000711233587935567,-0.599209666252136,-0.800405621528625,0.0172811504453421,-0.0084782037883997,-0.999904036521912,-0.0109594203531742,-0.0145684191957116,-0.999893844127655,0.000101582409115508,-0.0145684191957116,-0.999893844127655,0.000101582409115508,-0.999368131160736,-0.0354345291852951,-0.002768101869151,-0.599209666252136,-0.800405621528625,0.0172811504453421,-0.492817431688309,0.870077669620514,0.00979080703109503,-0.999632120132446,0.0271160937845707,-0.000454784254543483,-0.999983489513397,0.00556263513863087,-0.00141968531534076,-0.0107822567224503,0.999941647052765,0.00053580675739795,-0.999632120132446,0.0271160937845707,-0.000454784254543483,-0.492817431688309,0.870077669620514,0.00979080703109503,-0.0107822567224503,0.999941647052765,0.00053580675739795,-0.492817431688309,0.870077669620514,0.00979080703109503,-0.000237396452575922,0.999999940395355,-9.41192483878694e-005,0.0329459384083748,-0.999430537223816,0.00729986885562539,0.998444318771362,-0.0521136559545994,0.0198295712471008,0.994697630405426,-0.0090771559625864,-0.10244158655405,0.0175883937627077,-0.999745786190033,-0.0141126625239849,-0.957844913005829,-0.0955853387713432,-0.270917952060699,-0.999078035354614,-0.0237341281026602,0.035776536911726,-0.599209666252136,-0.800405621528625,0.0172811504453421,-0.599209666252136,-0.800405621528625,0.0172811504453421,-0.00804719142615795,-0.999929010868073,0.00878555979579687,-0.0113638043403625,-0.996498703956604,0.082832545042038,0.560289561748505,0.569090366363525,0.601840138435364,0.00174732180312276,0.999975860118866,0.00673126662150025,0.0183203723281622,0.99418306350708,-0.106132887303829,0.580136597156525,0.81106036901474,-0.074984185397625,0.0216794069856405,0.999763429164886,0.00175583781674504,0.998683154582977,0.0512383691966534,0.00254079513251781,0.998804032802582,0.0488873459398746,0.000835867365822196,
  455. 0.0477002076804638,0.99886167049408,0.000269486918114126,0.998683154582977,0.0512383691966534,0.00254079513251781,0.999809324741364,0.0102683110162616,0.0166066698729992,0.998444318771362,-0.0521136559545994,0.0198295712471008,0.99908846616745,-0.042677566409111,0.00087237055413425,0.998804032802582,0.0488873459398746,0.000835867365822196,0.00143715646117926,0.999998986721039,7.44796579965623e-006,-0.0234390832483768,0.999725222587585,0.000229063560254872,-0.465069651603699,0.885273993015289,-0.000393010501284152,0.999163210391998,0.0408997572958469,0.000208770128665492,0.0111360102891922,0.999937653541565,-0.000771784514654428,0.0279807988554239,0.999608397483826,0.000121779601613525,0.998953700065613,0.0456359945237637,0.00295452121645212,0.999352037906647,-0.0357304625213146,0.00433068536221981,0.999995112419128,-0.00148114725016057,0.00276577542535961,0.769824683666229,-0.638250887393951,0.00238076597452164,0.990465521812439,0.133386969566345,-0.0344371050596237,0.999766886234283,0.00813871156424284,-0.0199978016316891,0.998749911785126,-0.0475480072200298,-0.0154272224754095,0.997483253479004,-0.0703593641519547,0.00875663850456476,0.999824941158295,0.00725275790318847,0.0172527320683002,0.990465521812439,0.133386969566345,-0.0344371050596237,0.997483253479004,-0.0703593641519547,0.00875663850456476,0.998491525650024,-0.0525361783802509,0.015956649556756,0.0229591690003872,0.999709188938141,0.0073698558844626,0.00235044257715344,0.999984502792358,0.00504728406667709,-0.0229094475507736,0.999723255634308,0.00534813851118088,-0.0140241738408804,0.999648809432983,0.0224803779274225,0.00448096869513392,0.999959349632263,-0.00782096944749355,0.0229591690003872,0.999709188938141,0.0073698558844626,-0.0140241738408804,0.999648809432983,0.0224803779274225,-0.0214511826634407,0.999737977981567,-0.00798832625150681,0.626889884471893,0.779107868671417,0.00016937917098403,0.0201514847576618,0.999796628952026,0.000738752074539661,0.0019614021293819,0.999998092651367,-6.60543955746107e-005,-0.0152535708621144,0.999882400035858,-0.00155225896742195,
  456. -0.999549329280853,0.0297826379537582,-0.00375412940047681,-0.999632120132446,0.0271160937845707,-0.000454784254543483,-0.0107822567224503,0.999941647052765,0.00053580675739795,-0.999368131160736,-0.0354345291852951,-0.002768101869151,-0.999308168888092,-0.0297015905380249,-0.0223803203552961,-0.599209666252136,-0.800405621528625,0.0172811504453421,-0.999983489513397,0.00556263513863087,-0.00141968531534076,-0.998234808444977,-0.0593776516616344,-0.00119854579679668,-0.997758448123932,-0.0644706562161446,0.0179297272115946,-0.99848461151123,0.0520050637423992,0.0179959908127785,-0.999503791332245,0.0314158238470554,-0.00230141379870474,-0.0146065670996904,0.999893069267273,-0.000692288216669112,-0.999503791332245,0.0314158238470554,-0.00230141379870474,-0.99848461151123,0.0520050637423992,0.0179959908127785,-0.0229094475507736,0.999723255634308,0.00534813851118088,0.0019614021293819,0.999998092651367,-6.60543955746107e-005,0.0134145626798272,0.999909460544586,-0.00112041609827429,0.626889884471893,0.779107868671417,0.00016937917098403,-0.0104160914197564,0.999945461750031,-0.000822639442048967,0.00143715646117926,0.999998986721039,7.44796579965623e-006,-0.465069651603699,0.885273993015289,-0.000393010501284152,-0.465069651603699,0.885273993015289,-0.000393010501284152,-0.906062126159668,0.423116058111191,0.00493370881304145,-0.999084949493408,0.0422189347445965,-0.00684332335367799,-0.0104160914197564,0.999945461750031,-0.000822639442048967,-0.906062126159668,0.423116058111191,0.00493370881304145,-0.999974846839905,0.00682916538789868,-0.00189958605915308,-0.999084949493408,0.0422189347445965,-0.00684332335367799,-0.99968409538269,0.0245751831680536,0.00527748698368669,-0.999974846839905,0.00682916538789868,-0.00189958605915308,-0.906062126159668,0.423116058111191,0.00493370881304145,-0.0234390832483768,0.999725222587585,0.000229063560254872,-0.99968409538269,0.0245751831680536,0.00527748698368669,-0.906062126159668,0.423116058111191,0.00493370881304145,-0.465069651603699,0.885273993015289,-0.000393010501284152,0.00143715646117926,0.999998986721039,7.44796579965623e-006,
  457. 0.0279807988554239,0.999608397483826,0.000121779601613525,0.0111360102891922,0.999937653541565,-0.000771784514654428,0.00448096869513392,0.999959349632263,-0.00782096944749355,-0.0214511826634407,0.999737977981567,-0.00798832625150681,-0.0234390832483768,0.999725222587585,0.000229063560254872,0.00748427724465728,0.991626977920532,0.128918260335922,0.000507678894791752,0.999989032745361,0.00466233072802424,-0.353960663080215,0.935108482837677,-0.0168459303677082,0.000743566663004458,0.999957263469696,-0.00922323763370514,0.00748427724465728,0.991626977920532,0.128918260335922,-0.353960663080215,0.935108482837677,-0.0168459303677082,-0.0152535708621144,0.999882400035858,-0.00155225896742195,0.000743566663004458,0.999957263469696,-0.00922323763370514,-0.353960663080215,0.935108482837677,-0.0168459303677082,-0.353960663080215,0.935108482837677,-0.0168459303677082,-0.780604064464569,0.624838709831238,-0.0152898533269763,-0.999549329280853,0.0297826379537582,-0.00375412940047681,-0.0152535708621144,0.999882400035858,-0.00155225896742195,-0.99977970123291,-0.00276168435811996,-0.0208035837858915,-0.999549329280853,0.0297826379537582,-0.00375412940047681,-0.780604064464569,0.624838709831238,-0.0152898533269763,-0.780604064464569,0.624838709831238,-0.0152898533269763,-0.979705929756165,-0.00946348626166582,0.200216665863991,-0.99977970123291,-0.00276168435811996,-0.0208035837858915,-0.780604064464569,0.624838709831238,-0.0152898533269763,-0.999733030796051,-0.000792259874287993,0.0230945330113173,-0.979705929756165,-0.00946348626166582,0.200216665863991,-0.9991335272789,0.0413716770708561,0.0045522004365921,-0.999733030796051,-0.000792259874287993,0.0230945330113173,-0.780604064464569,0.624838709831238,-0.0152898533269763,-0.0134281413629651,0.999908447265625,0.00170756294392049,-0.9991335272789,0.0413716770708561,0.0045522004365921,-0.780604064464569,0.624838709831238,-0.0152898533269763,-0.353960663080215,0.935108482837677,-0.0168459303677082,0.000507678894791752,0.999989032745361,0.00466233072802424,-0.0134281413629651,0.999908447265625,0.00170756294392049,
  458. -0.353960663080215,0.935108482837677,-0.0168459303677082,0.0216794069856405,0.999763429164886,0.00175583781674504,0.00174732180312276,0.999975860118866,0.00673126662150025,0.560289561748505,0.569090366363525,0.601840138435364,0.560289561748505,0.569090366363525,0.601840138435364,0.998683154582977,0.0512383691966534,0.00254079513251781,0.0216794069856405,0.999763429164886,0.00175583781674504,0.560289561748505,0.569090366363525,0.601840138435364,0.999809324741364,0.0102683110162616,0.0166066698729992,0.998683154582977,0.0512383691966534,0.00254079513251781,0.580136597156525,0.81106036901474,-0.074984185397625,0.971483409404755,0.0655621141195297,-0.227862775325775,0.999809324741364,0.0102683110162616,0.0166066698729992,0.560289561748505,0.569090366363525,0.601840138435364,0.0183203723281622,0.99418306350708,-0.106132887303829,0.00174732180312276,0.999975860118866,0.00673126662150025,0.000507678894791752,0.999989032745361,0.00466233072802424,0.00748427724465728,0.991626977920532,0.128918260335922,0.580136597156525,0.81106036901474,-0.074984185397625,0.0183203723281622,0.99418306350708,-0.106132887303829,0.0254398100078106,0.999669075012207,-0.00381061900407076,0.998537957668304,0.0532536804676056,-0.00927445013076067,0.998217403888702,-0.0557015500962734,-0.021431989967823,0.994697630405426,-0.0090771559625864,-0.10244158655405,0.971483409404755,0.0655621141195297,-0.227862775325775,0.999634146690369,-0.0270061157643795,0.00152611138764769,0.999995112419128,-0.00148114725016057,0.00276577542535961,0.998953700065613,0.0456359945237637,0.00295452121645212,0.999132513999939,0.0414726622402668,0.003785744542256,0.999389827251434,-0.034717570990324,0.00383178587071598,0.0152600016444921,-0.999878406524658,-0.00323416921310127,0.999634146690369,-0.0270061157643795,0.00152611138764769,0.999389827251434,-0.034717570990324,0.00383178587071598,0.034104835242033,-0.999417722225189,-0.00114996219053864,-0.0283993668854237,-0.999596655368805,-0.000310275238007307,-0.00992241501808167,-0.999950706958771,-0.00036083025042899,0.0152600016444921,-0.999878406524658,-0.00323416921310127,
  459. 0.034104835242033,-0.999417722225189,-0.00114996219053864,-0.0198502130806446,-0.999801695346832,-0.00159287988208234,-0.0308566521853209,-0.999494552612305,-0.00765001541003585,0.0143822683021426,-0.999866783618927,-0.00771772628650069,0.00880739465355873,-0.999957203865051,0.00284703751094639,-0.00992241501808167,-0.999950706958771,-0.00036083025042899,-0.0283993668854237,-0.999596655368805,-0.000310275238007307,0.0143822683021426,-0.999866783618927,-0.00771772628650069,0.998749911785126,-0.0475480072200298,-0.0154272224754095,0.999352037906647,-0.0357304625213146,0.00433068536221981,0.00880739465355873,-0.999957203865051,0.00284703751094639,0.998749911785126,-0.0475480072200298,-0.0154272224754095,0.999766886234283,0.00813871156424284,-0.0199978016316891,0.999163210391998,0.0408997572958469,0.000208770128665492,0.998953700065613,0.0456359945237637,0.00295452121645212,0.999995112419128,-0.00148114725016057,0.00276577542535961,0.999352037906647,-0.0357304625213146,0.00433068536221981,0.0185589715838432,0.99982762336731,0.000583083601668477,0.0134145626798272,0.999909460544586,-0.00112041609827429,0.0019614021293819,0.999998092651367,-6.60543955746107e-005,-0.000237396452575922,0.999999940395355,-9.41192483878694e-005,-0.0146065670996904,0.999893069267273,-0.000692288216669112,-0.0229094475507736,0.999723255634308,0.00534813851118088,0.00235044257715344,0.999984502792358,0.00504728406667709,0.998936653137207,0.0461040623486042,0.00016763289750088,0.0134145626798272,0.999909460544586,-0.00112041609827429,0.0185589715838432,0.99982762336731,0.000583083601668477,0.999171137809753,0.0402779094874859,0.00589478248730302,0.998591125011444,-0.0530217178165913,0.00208989530801773,0.999950110912323,0.00973370391875505,0.00223856698721647,0.998936653137207,0.0461040623486042,0.00016763289750088,0.999171137809753,0.0402779094874859,0.00589478248730302,0.999824941158295,0.00725275790318847,0.0172527320683002,0.998491525650024,-0.0525361783802509,0.015956649556756,0.998591125011444,-0.0530217178165913,0.00208989530801773,0.998217403888702,-0.0557015500962734,-0.021431989967823,
  460. 0.998537957668304,0.0532536804676056,-0.00927445013076067,0.999171495437622,0.040329497307539,0.00547869270667434,0.999950110912323,0.00973370391875505,0.00223856698721647,0.998537957668304,0.0532536804676056,-0.00927445013076067,0.0254398100078106,0.999669075012207,-0.00381061900407076,0.0201514847576618,0.999796628952026,0.000738752074539661,0.999171495437622,0.040329497307539,0.00547869270667434,0.0019614021293819,0.999998092651367,-6.60543955746107e-005,0.0201514847576618,0.999796628952026,0.000738752074539661,0.0254398100078106,0.999669075012207,-0.00381061900407076,0.000743566663004458,0.999957263469696,-0.00922323763370514,-0.0152535708621144,0.999882400035858,-0.00155225896742195,-0.0107822567224503,0.999941647052765,0.00053580675739795,-0.000237396452575922,0.999999940395355,-9.41192483878694e-005,-0.0113638043403625,-0.996498703956604,0.082832545042038,-0.00804719142615795,-0.999929010868073,0.00878555979579687,0.0329459384083748,-0.999430537223816,0.00729986885562539,0.0175883937627077,-0.999745786190033,-0.0141126625239849,-0.0084782037883997,-0.999904036521912,-0.0109594203531742,-0.0113638043403625,-0.996498703956604,0.082832545042038,0.0175883937627077,-0.999745786190033,-0.0141126625239849,0.0288428608328104,-0.999566793441772,-0.00586027000099421,-0.0145684191957116,-0.999893844127655,0.000101582409115508,-0.0084782037883997,-0.999904036521912,-0.0109594203531742,0.0288428608328104,-0.999566793441772,-0.00586027000099421,0.0249232053756714,-0.999689102172852,0.000711233587935567,-0.0231076553463936,-0.999732732772827,0.00072178099071607,-0.998234808444977,-0.0593776516616344,-0.00119854579679668,-0.999368131160736,-0.0354345291852951,-0.002768101869151,-0.0145684191957116,-0.999893844127655,0.000101582409115508,-0.0231076553463936,-0.999732732772827,0.00072178099071607,-0.999632120132446,0.0271160937845707,-0.000454784254543483,-0.999549329280853,0.0297826379537582,-0.00375412940047681,-0.99977970123291,-0.00276168435811996,-0.0208035837858915,-0.999308168888092,-0.0297015905380249,-0.0223803203552961,
  461. -0.999368131160736,-0.0354345291852951,-0.002768101869151,-0.998234808444977,-0.0593776516616344,-0.00119854579679668,-0.999983489513397,0.00556263513863087,-0.00141968531534076,-0.99977970123291,-0.00276168435811996,-0.0208035837858915,-0.979705929756165,-0.00946348626166582,0.200216665863991,-0.957844913005829,-0.0955853387713432,-0.270917952060699,-0.999308168888092,-0.0297015905380249,-0.0223803203552961,-0.979705929756165,-0.00946348626166582,0.200216665863991,-0.999733030796051,-0.000792259874287993,0.0230945330113173,-0.999078035354614,-0.0237341281026602,0.035776536911726,-0.957844913005829,-0.0955853387713432,-0.270917952060699,-0.00842784252017736,0.999964475631714,0.0002119717100868,0.0493909008800983,0.998779296875,0.000428809551522136,0.0279807988554239,0.999608397483826,0.000121779601613525,0.00143715646117926,0.999998986721039,7.44796579965623e-006,-0.0104160914197564,0.999945461750031,-0.000822639442048967,0.0514147281646729,-0.998676657676697,-0.00119070836808532,0.99908846616745,-0.042677566409111,0.00087237055413425,0.998444318771362,-0.0521136559545994,0.0198295712471008,0.0329459384083748,-0.999430537223816,0.00729986885562539,0.0477002076804638,0.99886167049408,0.000269486918114126,-0.0119506139308214,0.999928534030914,0.000244649330852553,-0.0134281413629651,0.999908447265625,0.00170756294392049,0.000507678894791752,0.999989032745361,0.00466233072802424,0.00174732180312276,0.999975860118866,0.00673126662150025,0.0216794069856405,0.999763429164886,0.00175583781674504,-0.0119506139308214,0.999928534030914,0.000244649330852553,-0.997989535331726,0.0633447244763374,0.00208703870885074,-0.9991335272789,0.0413716770708561,0.0045522004365921,-0.0134281413629651,0.999908447265625,0.00170756294392049,-0.997989535331726,0.0633447244763374,0.00208703870885074,-0.99811053276062,-0.0614289753139019,0.00133871019352227,-0.999337673187256,-0.0360742211341858,0.00477015133947134,-0.999078035354614,-0.0237341281026602,0.035776536911726,-0.999733030796051,-0.000792259874287993,0.0230945330113173,-0.9991335272789,0.0413716770708561,0.0045522004365921,
  462. -0.99811053276062,-0.0614289753139019,0.00133871019352227,-0.012032650411129,-0.999926567077637,-0.00148556265048683,-0.0141913928091526,-0.999898970127106,-0.000839251559227705,-0.999337673187256,-0.0360742211341858,0.00477015133947134,-0.012032650411129,-0.999926567077637,-0.00148556265048683,0.0514147281646729,-0.998676657676697,-0.00119070836808532,0.0329459384083748,-0.999430537223816,0.00729986885562539,-0.00804719142615795,-0.999929010868073,0.00878555979579687,-0.0141913928091526,-0.999898970127106,-0.000839251559227705,-0.710029661655426,-0.0360717587172985,-0.703247249126434,-0.00944123696535826,-0.99989902973175,-0.0106279272586107,-0.435989767313004,-0.800360083580017,-0.411505371332169,-0.731763958930969,-0.0237007234245539,-0.681145906448364,-0.710029661655426,-0.0360717587172985,-0.703247249126434,-0.435989767313004,-0.800360083580017,-0.411505371332169,-0.00944123696535826,-0.99989902973175,-0.0106279272586107,-0.0118991890922189,-0.999929070472717,0.000518212968017906,-0.435989767313004,-0.800360083580017,-0.411505371332169,0.704280853271484,0.0456379763782024,0.708452999591827,0.019698703661561,0.999608516693115,0.019870650023222,0.0346110053360462,0.998780071735382,0.0352171510457993,0.703819632530212,0.0414893254637718,0.70916610956192,0.542629659175873,-0.638250410556793,0.546067237854004,0.705150663852692,-0.00144943944178522,0.709056079387665,0.705773174762726,-0.0269808601588011,0.707923948764801,-0.705014228820801,-0.0593796148896217,-0.706702828407288,-0.0168518666177988,-0.999732732772827,-0.0158311892300844,-0.0236915331333876,-0.999615252017975,-0.014421802945435,-0.718195736408234,-0.0644699931144714,-0.692848086357117,0.0171205122023821,-0.999689102172852,0.0181260611861944,0.70462965965271,-0.0530637763440609,0.707588315010071,0.69475394487381,-0.0525915138423443,0.717322170734406,0.0111712869256735,-0.999730587005615,0.0203472673892975,-0.182918027043343,0.844904541969299,-0.502670228481293,-0.355367839336395,0.870089411735535,-0.34155261516571,-0.706094443798065,0.00555018708109856,-0.708096027374268,
  463. -0.705136477947235,0.0314153172075748,-0.70837539434433,-0.0168518666177988,-0.999732732772827,-0.0158311892300844,0.0171205122023821,-0.999689102172852,0.0181260611861944,0.0111712869256735,-0.999730587005615,0.0203472673892975,-0.0236915331333876,-0.999615252017975,-0.014421802945435,-0.00983475800603628,0.999893188476563,-0.0108138313516974,-0.000101369529147632,1,-0.000234452876611613,-0.355367839336395,0.870089411735535,-0.34155261516571,-0.182918027043343,0.844904541969299,-0.502670228481293,0.0206861402839422,0.999669015407562,0.0152953891083598,0.712634027004242,0.0532877892255783,0.699509084224701,0.463114261627197,0.811115443706512,0.357234984636307,0.712634027004242,0.0532877892255783,0.699509084224701,0.848163366317749,0.0655772238969803,0.525660037994385,0.463114261627197,0.811115443706512,0.357234984636307,0.0223159547895193,-0.999747693538666,0.0025634472258389,0.775992035865784,-0.00906207226216793,0.630677580833435,0.721004664897919,-0.0557470880448818,0.690684139728546,0.0245449189096689,-0.999566614627838,0.016252039000392,-0.690794765949249,-0.0296973343938589,-0.722440779209137,-0.485866725444794,-0.0955590754747391,-0.868793427944183,-0.435989767313004,-0.800360083580017,-0.411505371332169,-0.435989767313004,-0.800360083580017,-0.411505371332169,-0.0665242299437523,-0.996506989002228,0.0504806190729141,0.00174967048224062,-0.999904036521912,-0.0137408254668117,0.0206861402839422,0.999669015407562,0.0152953891083598,0.0880602076649666,0.994175434112549,-0.0621350482106209,-0.0858614072203636,0.991627037525177,0.0964550450444222,0.00704802945256233,0.999957323074341,-0.00599646335467696,0.695233583450317,0.0102556133642793,0.718710660934448,0.848163366317749,0.0655772238969803,0.525660037994385,0.775992035865784,-0.00906207226216793,0.630677580833435,0.691989660263062,-0.0521397888660431,0.720022022724152,0.611568570137024,0.501208662986755,0.612187623977661,0.44317901134491,0.779142081737518,0.443317234516144,0.0102815749123693,0.999909222126007,0.00869760103523731,0.706232070922852,0.0461644642055035,0.706473767757416,
  464. 0.706232070922852,0.0461644642055035,0.706473767757416,0.705486714839935,0.00973931327462196,0.708656311035156,0.611568570137024,0.501208662986755,0.612187623977661,-0.720173060894012,-0.0701237842440605,-0.690241456031799,-0.0305641554296017,-0.999523818492889,0.00421834690496325,-0.0164061281830072,-0.999494731426239,-0.0272234845906496,-0.687620222568512,-0.0664786994457245,-0.723020792007446,-0.0129139879718423,-0.999665915966034,0.022388968616724,0.699121356010437,-0.0703458487987518,0.711534142494202,0.717132151126862,-0.047499418258667,0.695316791534424,0.0156119093298912,-0.999867022037506,0.00470958044752479,-0.719197630882263,0.0537273623049259,-0.692725121974945,-0.720173060894012,-0.0701237842440605,-0.690241456031799,-0.687620222568512,-0.0664786994457245,-0.723020792007446,-0.688025891780853,0.0497272647917271,-0.723980486392975,-0.0305641554296017,-0.999523818492889,0.00421834690496325,-0.0129139879718423,-0.999665915966034,0.022388968616724,0.0156119093298912,-0.999867022037506,0.00470958044752479,-0.0164061281830072,-0.999494731426239,-0.0272234845906496,0.577156066894531,0.58286041021347,0.571982860565186,0.0110131567344069,0.999708890914917,0.021461496129632,0.00869713723659515,0.999959349632263,-0.0023602768778801,0.848142206668854,0.487041771411896,0.208435028791428,-0.0258531793951988,0.999647617340088,0.00601040339097381,-0.719197630882263,0.0537273623049259,-0.692725121974945,-0.688025891780853,0.0497272647917271,-0.723980486392975,-0.0095142675563693,0.999738097190857,-0.0208119731396437,0.848142206668854,0.487041771411896,0.208435028791428,0.721080124378204,0.00819295831024647,0.692803204059601,0.724519908428192,0.133315578103065,0.676238119602203,0.577156066894531,0.58286041021347,0.571982860565186,-0.704543471336365,-0.0668803602457047,-0.706502377986908,-0.0198615454137325,-0.99959659576416,-0.020300118252635,-0.0129143446683884,-0.999801576137543,-0.0151673089712858,-0.703363239765167,-0.0834426581859589,-0.705916106700897,0.221065178513527,-0.947726249694824,0.230098396539688,0.542629659175873,-0.638250410556793,0.546067237854004,
  465. 0.705773174762726,-0.0269808601588011,0.707923948764801,0.0130760725587606,-0.999878227710724,0.0085014570504427,-0.701606154441834,0.0421773865818977,-0.711315631866455,-0.705742835998535,0.0068243844434619,-0.70843517780304,-0.704543471336365,-0.0668803602457047,-0.706502377986908,-0.703363239765167,-0.0834426581859589,-0.705916106700897,-0.705384969711304,0.0527082532644272,-0.706861972808838,0.0130760725587606,-0.999878227710724,0.0085014570504427,-0.00676099304109812,-0.999950706958771,-0.00727124698460102,0.221065178513527,-0.947726249694824,0.230098396539688,-0.00678475666791201,0.999945342540741,-0.00794814713299274,-0.701606154441834,0.0421773865818977,-0.711315631866455,-0.705384969711304,0.0527082532644272,-0.706861972808838,-0.00611238414421678,0.999964356422424,-0.00581278000026941,0.00841635838150978,0.999937772750854,0.00732503132894635,0.706368923187256,0.040916234254837,0.706660270690918,0.848142206668854,0.487041771411896,0.208435028791428,0.706368923187256,0.040916234254837,0.706660270690918,0.721080124378204,0.00819295831024647,0.692803204059601,0.848142206668854,0.487041771411896,0.208435028791428,0.00421586912125349,-0.999957203865051,0.0082422997802496,0.703589856624603,-0.0356550551950932,0.709711253643036,0.542629659175873,-0.638250410556793,0.546067237854004,0.221065178513527,-0.947726249694824,0.230098396539688,-0.00676099304109812,-0.999950706958771,-0.00727124698460102,0.00421586912125349,-0.999957203865051,0.0082422997802496,0.221065178513527,-0.947726249694824,0.230098396539688,-0.687620222568512,-0.0664786994457245,-0.723020792007446,-0.0164061281830072,-0.999494731426239,-0.0272234845906496,-0.0198615454137325,-0.99959659576416,-0.020300118252635,-0.704543471336365,-0.0668803602457047,-0.706502377986908,-0.688025891780853,0.0497272647917271,-0.723980486392975,-0.687620222568512,-0.0664786994457245,-0.723020792007446,-0.704543471336365,-0.0668803602457047,-0.706502377986908,-0.705742835998535,0.0068243844434619,-0.70843517780304,-0.710618615150452,0.0246057845652103,-0.703146934509277,
  466. -0.0095142675563693,0.999738097190857,-0.0208119731396437,-0.688025891780853,0.0497272647917271,-0.723980486392975,-0.710618615150452,0.0246057845652103,-0.703146934509277,-0.0167351346462965,0.999725222587585,-0.0164117496460676,0.848142206668854,0.487041771411896,0.208435028791428,0.00869713723659515,0.999959349632263,-0.0023602768778801,0.00841635838150978,0.999937772750854,0.00732503132894635,0.577156066894531,0.58286041021347,0.571982860565186,0.724519908428192,0.133315578103065,0.676238119602203,0.694780826568604,0.00727176014333963,0.719184815883636,-0.107761092483997,0.387826293706894,0.915411531925201,0.0111712869256735,-0.999730587005615,0.0203472673892975,0.69475394487381,-0.0525915138423443,0.717322170734406,0.699121356010437,-0.0703458487987518,0.711534142494202,-0.0129139879718423,-0.999665915966034,0.022388968616724,-0.0236915331333876,-0.999615252017975,-0.014421802945435,0.0111712869256735,-0.999730587005615,0.0203472673892975,-0.0129139879718423,-0.999665915966034,0.022388968616724,-0.0305641554296017,-0.999523818492889,0.00421834690496325,-0.718195736408234,-0.0644699931144714,-0.692848086357117,-0.0236915331333876,-0.999615252017975,-0.014421802945435,-0.0305641554296017,-0.999523818492889,0.00421834690496325,-0.720173060894012,-0.0701237842440605,-0.690241456031799,-0.718756079673767,0.0520150512456894,-0.693313896656036,-0.718195736408234,-0.0644699931144714,-0.692848086357117,-0.720173060894012,-0.0701237842440605,-0.690241456031799,-0.719197630882263,0.0537273623049259,-0.692725121974945,-0.0199731849133968,0.999723494052887,-0.012413002550602,-0.718756079673767,0.0520150512456894,-0.693313896656036,-0.719197630882263,0.0537273623049259,-0.692725121974945,-0.0258531793951988,0.999647617340088,0.00601040339097381,-0.107761092483997,0.387826293706894,0.915411531925201,-0.00190643081441522,0.999984502792358,0.00523081561550498,0.0110131567344069,0.999708890914917,0.021461496129632,0.577156066894531,0.58286041021347,0.571982860565186,-0.107761092483997,0.387826293706894,0.915411531925201,0.702349483966827,0.0403516590595245,0.710687637329102,
  467. 0.0127052646130323,0.999827742576599,0.013530314899981,-0.107761092483997,0.387826293706894,0.915411531925201,0.694780826568604,0.00727176014333963,0.719184815883636,0.702349483966827,0.0403516590595245,0.710687637329102,-0.182918027043343,0.844904541969299,-0.502670228481293,-0.705136477947235,0.0314153172075748,-0.70837539434433,-0.00983475800603628,0.999893188476563,-0.0108138313516974,0.0127052646130323,0.999827742576599,0.013530314899981,-0.00190643081441522,0.999984502792358,0.00523081561550498,-0.107761092483997,0.387826293706894,0.915411531925201,0.702645659446716,0.0403470098972321,0.710395097732544,0.013726469129324,0.999796688556671,0.0147711401805282,0.44317901134491,0.779142081737518,0.443317234516144,0.611568570137024,0.501208662986755,0.612187623977661,0.705486714839935,0.00973931327462196,0.708656311035156,0.702645659446716,0.0403470098972321,0.710395097732544,0.611568570137024,0.501208662986755,0.612187623977661,0.0245449189096689,-0.999566614627838,0.016252039000392,0.721004664897919,-0.0557470880448818,0.690684139728546,0.70462965965271,-0.0530637763440609,0.707588315010071,0.0171205122023821,-0.999689102172852,0.0181260611861944,-0.435989767313004,-0.800360083580017,-0.411505371332169,0.00174967048224062,-0.999904036521912,-0.0137408254668117,-0.0103709865361452,-0.999893963336945,-0.0102277435362339,-0.0103709865361452,-0.999893963336945,-0.0102277435362339,-0.704700946807861,-0.035454947501421,-0.708617985248566,-0.435989767313004,-0.800360083580017,-0.411505371332169,-0.355367839336395,0.870089411735535,-0.34155261516571,-0.706523299217224,0.027120316401124,-0.707170009613037,-0.706094443798065,0.00555018708109856,-0.708096027374268,-0.00800521578639746,0.999941647052765,-0.00724803935736418,-0.706523299217224,0.027120316401124,-0.707170009613037,-0.355367839336395,0.870089411735535,-0.34155261516571,-0.00800521578639746,0.999941647052765,-0.00724803935736418,-0.355367839336395,0.870089411735535,-0.34155261516571,-0.000101369529147632,1,-0.000234452876611613,0.0181355066597462,-0.999430477619171,0.0284560807049274,
  468. 0.691989660263062,-0.0521397888660431,0.720022022724152,0.775992035865784,-0.00906207226216793,0.630677580833435,0.0223159547895193,-0.999747693538666,0.0025634472258389,-0.485866725444794,-0.0955590754747391,-0.868793427944183,-0.731763958930969,-0.0237007234245539,-0.681145906448364,-0.435989767313004,-0.800360083580017,-0.411505371332169,-0.435989767313004,-0.800360083580017,-0.411505371332169,-0.0118991890922189,-0.999929070472717,0.000518212968017906,-0.0665242299437523,-0.996506989002228,0.0504806190729141,-0.0294054169207811,0.56896585226059,0.821835219860077,-0.00352584104984999,0.999975740909576,0.00599701376631856,0.0880602076649666,0.994175434112549,-0.0621350482106209,0.463114261627197,0.811115443706512,0.357234984636307,0.0140846455469728,0.999763548374176,0.0165683701634407,0.704384744167328,0.0512926019728184,0.707962691783905,0.705675601959229,0.0489397011697292,0.706842839717865,0.0335337817668915,0.998862028121948,0.0339134261012077,0.704384744167328,0.0512926019728184,0.707962691783905,0.695233583450317,0.0102556133642793,0.718710660934448,0.691989660263062,-0.0521397888660431,0.720022022724152,0.705852270126343,-0.0426964797079563,0.70707106590271,0.705675601959229,0.0489397011697292,0.706842839717865,0.00101093179546297,0.999998986721039,0.00102151767350733,-0.0167351346462965,0.999725222587585,-0.0164117496460676,-0.328552007675171,0.885307013988495,-0.329066753387451,0.706368923187256,0.040916234254837,0.706660270690918,0.00841635838150978,0.999937772750854,0.00732503132894635,0.019698703661561,0.999608516693115,0.019870650023222,0.704280853271484,0.0456379763782024,0.708452999591827,0.703589856624603,-0.0356550551950932,0.709711253643036,0.705150663852692,-0.00144943944178522,0.709056079387665,0.542629659175873,-0.638250410556793,0.546067237854004,0.724519908428192,0.133315578103065,0.676238119602203,0.721080124378204,0.00819295831024647,0.692803204059601,0.717132151126862,-0.047499418258667,0.695316791534424,0.699121356010437,-0.0703458487987518,0.711534142494202,0.694780826568604,0.00727176014333963,0.719184815883636,
  469. 0.724519908428192,0.133315578103065,0.676238119602203,0.699121356010437,-0.0703458487987518,0.711534142494202,0.69475394487381,-0.0525915138423443,0.717322170734406,0.0110131567344069,0.999708890914917,0.021461496129632,-0.00190643081441522,0.999984502792358,0.00523081561550498,-0.0199731849133968,0.999723494052887,-0.012413002550602,-0.0258531793951988,0.999647617340088,0.00601040339097381,0.00869713723659515,0.999959349632263,-0.0023602768778801,0.0110131567344069,0.999708890914917,0.021461496129632,-0.0258531793951988,0.999647617340088,0.00601040339097381,-0.0095142675563693,0.999738097190857,-0.0208119731396437,0.44317901134491,0.779142081737518,0.443317234516144,0.013726469129324,0.999796688556671,0.0147711401805282,0.00143362593371421,0.999998092651367,0.00134031474590302,-0.00968673825263977,0.999882459640503,-0.0118824923411012,-0.704131603240967,0.0297998581081629,-0.709443807601929,-0.706523299217224,0.027120316401124,-0.707170009613037,-0.00800521578639746,0.999941647052765,-0.00724803935736418,-0.704700946807861,-0.035454947501421,-0.708617985248566,-0.690794765949249,-0.0296973343938589,-0.722440779209137,-0.435989767313004,-0.800360083580017,-0.411505371332169,-0.706094443798065,0.00555018708109856,-0.708096027374268,-0.705014228820801,-0.0593796148896217,-0.706702828407288,-0.718195736408234,-0.0644699931144714,-0.692848086357117,-0.718756079673767,0.0520150512456894,-0.693313896656036,-0.705136477947235,0.0314153172075748,-0.70837539434433,-0.00983475800603628,0.999893188476563,-0.0108138313516974,-0.705136477947235,0.0314153172075748,-0.70837539434433,-0.718756079673767,0.0520150512456894,-0.693313896656036,-0.0199731849133968,0.999723494052887,-0.012413002550602,0.00143362593371421,0.999998092651367,0.00134031474590302,0.0102815749123693,0.999909222126007,0.00869760103523731,0.44317901134491,0.779142081737518,0.443317234516144,-0.00678475666791201,0.999945342540741,-0.00794814713299274,0.00101093179546297,0.999998986721039,0.00102151767350733,-0.328552007675171,0.885307013988495,-0.329066753387451,
  470. -0.328552007675171,0.885307013988495,-0.329066753387451,-0.64419025182724,0.423143774271011,-0.637156367301941,-0.701606154441834,0.0421773865818977,-0.711315631866455,-0.00678475666791201,0.999945342540741,-0.00794814713299274,-0.64419025182724,0.423143774271011,-0.637156367301941,-0.705742835998535,0.0068243844434619,-0.70843517780304,-0.701606154441834,0.0421773865818977,-0.711315631866455,-0.710618615150452,0.0246057845652103,-0.703146934509277,-0.705742835998535,0.0068243844434619,-0.70843517780304,-0.64419025182724,0.423143774271011,-0.637156367301941,-0.0167351346462965,0.999725222587585,-0.0164117496460676,-0.710618615150452,0.0246057845652103,-0.703146934509277,-0.64419025182724,0.423143774271011,-0.637156367301941,-0.328552007675171,0.885307013988495,-0.329066753387451,0.00101093179546297,0.999998986721039,0.00102151767350733,0.019698703661561,0.999608516693115,0.019870650023222,0.00841635838150978,0.999937772750854,0.00732503132894635,0.00869713723659515,0.999959349632263,-0.0023602768778801,-0.0095142675563693,0.999738097190857,-0.0208119731396437,-0.0167351346462965,0.999725222587585,-0.0164117496460676,-0.0858614072203636,0.991627037525177,0.0964550450444222,-0.00293735577724874,0.999989032745361,0.00365527160465717,-0.238436684012413,0.93510639667511,-0.26215261220932,0.00704802945256233,0.999957323074341,-0.00599646335467696,-0.0858614072203636,0.991627037525177,0.0964550450444222,-0.238436684012413,0.93510639667511,-0.26215261220932,-0.00968673825263977,0.999882459640503,-0.0118824923411012,0.00704802945256233,0.999957323074341,-0.00599646335467696,-0.238436684012413,0.93510639667511,-0.26215261220932,-0.238436684012413,0.93510639667511,-0.26215261220932,-0.541104137897491,0.624929010868073,-0.562734365463257,-0.704131603240967,0.0297998581081629,-0.709443807601929,-0.00968673825263977,0.999882459640503,-0.0118824923411012,-0.692243576049805,-0.0027636659797281,-0.721658766269684,-0.704131603240967,0.0297998581081629,-0.709443807601929,-0.541104137897491,0.624929010868073,-0.562734365463257,-0.541104137897491,0.624929010868073,-0.562734365463257,
  471. -0.834360957145691,-0.00950221810489893,-0.551136672496796,-0.692243576049805,-0.0027636659797281,-0.721658766269684,-0.541104137897491,0.624929010868073,-0.562734365463257,-0.723261594772339,-0.000765411474276334,-0.690573692321777,-0.834360957145691,-0.00950221810489893,-0.551136672496796,-0.709731221199036,0.0413783639669418,-0.703256368637085,-0.723261594772339,-0.000765411474276334,-0.690573692321777,-0.541104137897491,0.624929010868073,-0.562734365463257,-0.0107036801055074,0.99990838766098,-0.00828830990940332,-0.709731221199036,0.0413783639669418,-0.703256368637085,-0.541104137897491,0.624929010868073,-0.562734365463257,-0.238436684012413,0.93510639667511,-0.26215261220932,-0.00293735577724874,0.999989032745361,0.00365527160465717,-0.0107036801055074,0.99990838766098,-0.00828830990940332,-0.238436684012413,0.93510639667511,-0.26215261220932,0.0140846455469728,0.999763548374176,0.0165683701634407,-0.00352584104984999,0.999975740909576,0.00599701376631856,-0.0294054169207811,0.56896585226059,0.821835219860077,-0.0294054169207811,0.56896585226059,0.821835219860077,0.704384744167328,0.0512926019728184,0.707962691783905,0.0140846455469728,0.999763548374176,0.0165683701634407,-0.0294054169207811,0.56896585226059,0.821835219860077,0.695233583450317,0.0102556133642793,0.718710660934448,0.704384744167328,0.0512926019728184,0.707962691783905,0.463114261627197,0.811115443706512,0.357234984636307,0.848163366317749,0.0655772238969803,0.525660037994385,0.695233583450317,0.0102556133642793,0.718710660934448,-0.0294054169207811,0.56896585226059,0.821835219860077,0.0880602076649666,0.994175434112549,-0.0621350482106209,-0.00352584104984999,0.999975740909576,0.00599701376631856,-0.00293735577724874,0.999989032745361,0.00365527160465717,-0.0858614072203636,0.991627037525177,0.0964550450444222,0.463114261627197,0.811115443706512,0.357234984636307,0.0880602076649666,0.994175434112549,-0.0621350482106209,0.0206861402839422,0.999669015407562,0.0152953891083598,0.712634027004242,0.0532877892255783,0.699509084224701,0.721004664897919,-0.0557470880448818,0.690684139728546,
  472. 0.775992035865784,-0.00906207226216793,0.630677580833435,0.848163366317749,0.0655772238969803,0.525660037994385,0.705773174762726,-0.0269808601588011,0.707923948764801,0.705150663852692,-0.00144943944178522,0.709056079387665,0.704280853271484,0.0456379763782024,0.708452999591827,0.703819632530212,0.0414893254637718,0.70916610956192,0.703971147537231,-0.0346581116318703,0.709382474422455,0.0130760725587606,-0.999878227710724,0.0085014570504427,0.705773174762726,-0.0269808601588011,0.707923948764801,0.703971147537231,-0.0346581116318703,0.709382474422455,0.0249441340565681,-0.999416887760162,0.0233176425099373,-0.0198615454137325,-0.99959659576416,-0.020300118252635,-0.00676099304109812,-0.999950706958771,-0.00727124698460102,0.0130760725587606,-0.999878227710724,0.0085014570504427,0.0249441340565681,-0.999416887760162,0.0233176425099373,-0.0129143446683884,-0.999801576137543,-0.0151673089712858,-0.0164061281830072,-0.999494731426239,-0.0272234845906496,0.0156119093298912,-0.999867022037506,0.00470958044752479,0.00421586912125349,-0.999957203865051,0.0082422997802496,-0.00676099304109812,-0.999950706958771,-0.00727124698460102,-0.0198615454137325,-0.99959659576416,-0.020300118252635,0.0156119093298912,-0.999867022037506,0.00470958044752479,0.717132151126862,-0.047499418258667,0.695316791534424,0.703589856624603,-0.0356550551950932,0.709711253643036,0.00421586912125349,-0.999957203865051,0.0082422997802496,0.717132151126862,-0.047499418258667,0.695316791534424,0.721080124378204,0.00819295831024647,0.692803204059601,0.706368923187256,0.040916234254837,0.706660270690918,0.704280853271484,0.0456379763782024,0.708452999591827,0.705150663852692,-0.00144943944178522,0.709056079387665,0.703589856624603,-0.0356550551950932,0.709711253643036,0.0127052646130323,0.999827742576599,0.013530314899981,0.0102815749123693,0.999909222126007,0.00869760103523731,0.00143362593371421,0.999998092651367,0.00134031474590302,-0.000101369529147632,1,-0.000234452876611613,-0.00983475800603628,0.999893188476563,-0.0108138313516974,-0.0199731849133968,0.999723494052887,-0.012413002550602,
  473. -0.00190643081441522,0.999984502792358,0.00523081561550498,0.706232070922852,0.0461644642055035,0.706473767757416,0.0102815749123693,0.999909222126007,0.00869760103523731,0.0127052646130323,0.999827742576599,0.013530314899981,0.702349483966827,0.0403516590595245,0.710687637329102,0.70462965965271,-0.0530637763440609,0.707588315010071,0.705486714839935,0.00973931327462196,0.708656311035156,0.706232070922852,0.0461644642055035,0.706473767757416,0.702349483966827,0.0403516590595245,0.710687637329102,0.694780826568604,0.00727176014333963,0.719184815883636,0.69475394487381,-0.0525915138423443,0.717322170734406,0.70462965965271,-0.0530637763440609,0.707588315010071,0.721004664897919,-0.0557470880448818,0.690684139728546,0.712634027004242,0.0532877892255783,0.699509084224701,0.702645659446716,0.0403470098972321,0.710395097732544,0.705486714839935,0.00973931327462196,0.708656311035156,0.712634027004242,0.0532877892255783,0.699509084224701,0.0206861402839422,0.999669015407562,0.0152953891083598,0.013726469129324,0.999796688556671,0.0147711401805282,0.702645659446716,0.0403470098972321,0.710395097732544,0.00143362593371421,0.999998092651367,0.00134031474590302,0.013726469129324,0.999796688556671,0.0147711401805282,0.0206861402839422,0.999669015407562,0.0152953891083598,0.00704802945256233,0.999957323074341,-0.00599646335467696,-0.00968673825263977,0.999882459640503,-0.0118824923411012,-0.00800521578639746,0.999941647052765,-0.00724803935736418,-0.000101369529147632,1,-0.000234452876611613,-0.0665242299437523,-0.996506989002228,0.0504806190729141,-0.0118991890922189,-0.999929070472717,0.000518212968017906,0.0181355066597462,-0.999430477619171,0.0284560807049274,0.0223159547895193,-0.999747693538666,0.0025634472258389,0.00174967048224062,-0.999904036521912,-0.0137408254668117,-0.0665242299437523,-0.996506989002228,0.0504806190729141,0.0223159547895193,-0.999747693538666,0.0025634472258389,0.0245449189096689,-0.999566614627838,0.016252039000392,-0.0103709865361452,-0.999893963336945,-0.0102277435362339,0.00174967048224062,-0.999904036521912,-0.0137408254668117,
  474. 0.0245449189096689,-0.999566614627838,0.016252039000392,0.0171205122023821,-0.999689102172852,0.0181260611861944,-0.0168518666177988,-0.999732732772827,-0.0158311892300844,-0.705014228820801,-0.0593796148896217,-0.706702828407288,-0.704700946807861,-0.035454947501421,-0.708617985248566,-0.0103709865361452,-0.999893963336945,-0.0102277435362339,-0.0168518666177988,-0.999732732772827,-0.0158311892300844,-0.706523299217224,0.027120316401124,-0.707170009613037,-0.704131603240967,0.0297998581081629,-0.709443807601929,-0.692243576049805,-0.0027636659797281,-0.721658766269684,-0.690794765949249,-0.0296973343938589,-0.722440779209137,-0.704700946807861,-0.035454947501421,-0.708617985248566,-0.705014228820801,-0.0593796148896217,-0.706702828407288,-0.706094443798065,0.00555018708109856,-0.708096027374268,-0.692243576049805,-0.0027636659797281,-0.721658766269684,-0.834360957145691,-0.00950221810489893,-0.551136672496796,-0.485866725444794,-0.0955590754747391,-0.868793427944183,-0.690794765949249,-0.0296973343938589,-0.722440779209137,-0.834360957145691,-0.00950221810489893,-0.551136672496796,-0.723261594772339,-0.000765411474276334,-0.690573692321777,-0.731763958930969,-0.0237007234245539,-0.681145906448364,-0.485866725444794,-0.0955590754747391,-0.868793427944183,-0.00611238414421678,0.999964356422424,-0.00581278000026941,0.0346110053360462,0.998780071735382,0.0352171510457993,0.019698703661561,0.999608516693115,0.019870650023222,0.00101093179546297,0.999998986721039,0.00102151767350733,-0.00678475666791201,0.999945342540741,-0.00794814713299274,0.0371999144554138,-0.998676598072052,0.0355145446956158,0.705852270126343,-0.0426964797079563,0.70707106590271,0.691989660263062,-0.0521397888660431,0.720022022724152,0.0181355066597462,-0.999430477619171,0.0284560807049274,0.0335337817668915,0.998862028121948,0.0339134261012077,-0.00862499047070742,0.999928593635559,-0.00827937573194504,-0.0107036801055074,0.99990838766098,-0.00828830990940332,-0.00293735577724874,0.999989032745361,0.00365527160465717,-0.00352584104984999,0.999975740909576,0.00599701376631856,
  475. 0.0140846455469728,0.999763548374176,0.0165683701634407,-0.00862499047070742,0.999928593635559,-0.00827937573194504,-0.707177877426147,0.0633345991373062,-0.704193234443665,-0.709731221199036,0.0413783639669418,-0.703256368637085,-0.0107036801055074,0.99990838766098,-0.00828830990940332,-0.707177877426147,0.0633345991373062,-0.704193234443665,-0.706733822822571,-0.061480637639761,-0.704803168773651,-0.710029661655426,-0.0360717587172985,-0.703247249126434,-0.731763958930969,-0.0237007234245539,-0.681145906448364,-0.723261594772339,-0.000765411474276334,-0.690573692321777,-0.709731221199036,0.0413783639669418,-0.703256368637085,-0.706733822822571,-0.061480637639761,-0.704803168773651,-0.00745594967156649,-0.999926507472992,-0.00955639500170946,-0.00944123696535826,-0.99989902973175,-0.0106279272586107,-0.710029661655426,-0.0360717587172985,-0.703247249126434,-0.00745594967156649,-0.999926507472992,-0.00955639500170946,0.0371999144554138,-0.998676598072052,0.0355145446956158,0.0181355066597462,-0.999430477619171,0.0284560807049274,-0.0118991890922189,-0.999929070472717,0.000518212968017906,-0.00944123696535826,-0.99989902973175,-0.0106279272586107
  476. }
  477. NormalsW: *3904 {
  478. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  479. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  480. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  481. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  482. }
  483. }
  484. LayerElementBinormal: 0 {
  485. Version: 102
  486. Name: "map1"
  487. MappingInformationType: "ByPolygonVertex"
  488. ReferenceInformationType: "Direct"
  489. Binormals: *11712 {
  490. a: -0.0496404133737087,-0.998109340667725,0.0362455807626247,0.0849684849381447,-0.0140670416876674,0.996284306049347,-0.0370875634253025,-0.598386466503143,0.800348699092865,-0.0503982417285442,-0.998404443264008,0.025468161329627,-0.0496404133737087,-0.998109340667725,0.0362455807626247,-0.0370875634253025,-0.598386466503143,0.800348699092865,0.0849684849381447,-0.0140670416876674,0.996284306049347,0.225637659430504,-0.00982154440134764,0.974161744117737,-0.0370875634253025,-0.598386466503143,0.800348699092865,-0.0042544542811811,0.998948454856873,-0.0456503890454769,-0.00133952603209764,0.0279814228415489,-0.999607563018799,0.00202047941274941,0.0493810437619686,-0.99877804517746,-0.00342312338761985,0.999132931232452,-0.0414935164153576,-0.00666871946305037,0.769791305065155,0.638260841369629,0.0134939076378942,0.999907910823822,0.00150811893399805,-0.0538365989923477,0.998188436031342,0.0268632732331753,-0.00228832429274917,-0.998232781887054,0.0593819692730904,-0.00163524108938873,-0.0231062937527895,0.999731779098511,0.407508760690689,-0.0272805280983448,0.912793755531311,-0.0625900328159332,-0.995888829231262,0.0654834061861038,-0.00239619193598628,0.0249245837330818,0.999686479568481,-0.00221327785402536,0.998589992523193,0.0530405379831791,0.306046813726425,0.950432062149048,0.0549022257328033,-0.438447505235672,0.022887596860528,0.89846533536911,0.0980349183082581,-0.514836072921753,-0.851664960384369,-0.0546161234378815,-0.492536664009094,-0.868576347827911,-0.0095335841178894,-0.999939024448395,-0.00558386882767081,-0.0412954613566399,-0.99865049123764,-0.0314951129257679,-0.00163524108938873,-0.0231062937527895,0.999731779098511,-0.00239619193598628,0.0249245837330818,0.999686479568481,-0.438447505235672,0.022887596860528,0.89846533536911,0.407508760690689,-0.0272805280983448,0.912793755531311,0.0934103205800056,-0.0146020743995905,-0.99552059173584,0.0145533494651318,-0.000238541615544818,-0.999894082546234,-0.0546161234378815,-0.492536664009094,-0.868576347827911,0.0980349183082581,-0.514836072921753,-0.851664960384369,
  491. -0.349920392036438,0.0251716189086437,-0.9364413022995,0.0801699832081795,0.995326817035675,-0.053828239440918,0.0269840136170387,0.579917848110199,-0.814227938652039,0.0801699832081795,0.995326817035675,-0.053828239440918,-0.23030161857605,0.973049640655518,-0.0116459168493748,0.0269840136170387,0.579917848110199,-0.814227938652039,0.0213926807045937,0.0178810954093933,0.999611258506775,-0.00774953188374639,0.999921321868896,0.00986485835164785,-0.225435107946396,0.972461044788361,0.0591499805450439,0.64939957857132,0.0257362872362137,0.760011732578278,0.241120561957359,-0.969892144203186,0.0342083051800728,-0.0935989320278168,-0.992965698242188,0.0725156888365746,-0.0370875634253025,-0.598386466503143,0.800348699092865,-0.0370875634253025,-0.598386466503143,0.800348699092865,-0.119573831558228,-0.00138640508521348,0.99282443523407,-0.211088180541992,-0.010599922388792,0.977409601211548,-0.349920392036438,0.0251716189086437,-0.9364413022995,0.321866065263748,-0.0169363431632519,-0.946633696556091,0.305891543626785,0.0469690561294556,-0.950907170772552,0.253527760505676,-0.00161938648670912,-0.967326760292053,-0.115864939987659,0.993191182613373,-0.0121148293837905,-0.23030161857605,0.973049640655518,-0.0116459168493748,-0.166528195142746,0.985690236091614,0.0261375699192286,0.129115894436836,0.990143656730652,0.0542662963271141,-0.0094049796462059,0.865309417247772,-0.501149892807007,0.00330658094026148,0.626881957054138,-0.779107272624969,-0.17297400534153,0.01340620405972,-0.984835207462311,0.0536879487335682,0.997495591640472,-0.0460460670292377,0.0536879487335682,0.997495591640472,-0.0460460670292377,-0.000433667853940278,0.999952614307404,-0.00972967129200697,-0.0094049796462059,0.865309417247772,-0.501149892807007,-0.168742775917053,-0.982972681522369,0.0727367028594017,0.116240777075291,-0.0213590413331985,0.99299144744873,-0.186552852392197,-0.0317422598600388,0.981932103633881,0.189985752105713,-0.979287266731262,0.0700147822499275,-0.0390861928462982,0.00768342614173889,0.999206304550171,0.10756853222847,0.991663217544556,0.0709448084235191,
  492. -0.206027388572693,0.977283358573914,0.0496992953121662,0.400565266609192,0.0162698589265347,0.916123747825623,-0.0244127362966537,-0.998277902603149,-0.0533410124480724,-0.168742775917053,-0.982972681522369,0.0727367028594017,0.189985752105713,-0.979287266731262,0.0700147822499275,-0.0424846895039082,-0.997807860374451,-0.0507407933473587,0.116240777075291,-0.0213590413331985,0.99299144744873,-0.0390861928462982,0.00768342614173889,0.999206304550171,0.400565266609192,0.0162698589265347,0.916123747825623,-0.186552852392197,-0.0317422598600388,0.981932103633881,0.0498950518667698,0.811319828033447,-0.582469344139099,0.111590459942818,0.0236349999904633,-0.99347323179245,-0.259782761335373,0.00635914271697402,-0.965646147727966,-0.092355765402317,0.858697235584259,-0.504092812538147,-0.0330444648861885,-0.014756347052753,-0.999344944953918,-0.0244127362966537,-0.998277902603149,-0.0533410124480724,-0.0424846895039082,-0.997807860374451,-0.0507407933473587,0.480330139398575,-0.0226590782403946,-0.876795053482056,-0.092355765402317,0.858697235584259,-0.504092812538147,0.00538129126653075,0.999951422214508,-0.00826893653720617,-0.0354464240372181,0.990594565868378,-0.132159322500229,0.0498950518667698,0.811319828033447,-0.582469344139099,0.000387802079785615,-0.997761845588684,0.0668668001890183,-0.00239867530763149,-0.0283997505903244,0.999593794345856,-0.00589017383754253,-0.0198584999889135,0.999785482883453,0.00448625534772873,-0.996501922607422,0.0834498852491379,-0.0168574322015047,0.319089829921722,0.947574615478516,-0.0100847324356437,0.769774675369263,0.638236224651337,-0.0767278969287872,0.99669224023819,0.0267878863960505,0.0742049664258957,0.0154665252193809,0.997123062610626,-0.048165325075388,-0.997936546802521,-0.0424595810472965,0.0250582918524742,-0.999663233757019,-0.00675878766924143,0.000387802079785615,-0.997761845588684,0.0668668001890183,0.00448625534772873,-0.996501922607422,0.0834498852491379,0.00271514756605029,-0.998606085777283,-0.0527124404907227,0.0742049664258957,0.0154665252193809,0.997123062610626,
  493. -0.0276030711829662,-0.00992843974381685,0.999569714069366,-0.0168574322015047,0.319089829921722,0.947574615478516,0.115642935037613,-0.0104403328150511,-0.993236005306244,-0.048165325075388,-0.997936546802521,-0.0424595810472965,0.00271514756605029,-0.998606085777283,-0.0527124404907227,-0.00589384883642197,-0.00842790305614471,-0.999947130680084,-0.0822079852223396,0.0111606502905488,-0.996552705764771,0.0286584813147783,0.998752355575562,-0.0408957675099373,-0.092355765402317,0.858697235584259,-0.504092812538147,0.0286584813147783,0.998752355575562,-0.0408957675099373,0.00538129126653075,0.999951422214508,-0.00826893653720617,-0.092355765402317,0.858697235584259,-0.504092812538147,-0.173862993717194,0.0091620571911335,0.984727323055267,0.0823419392108917,0.995955169200897,0.0359624549746513,-0.0100847324356437,0.769774675369263,0.638236224651337,-0.0168574322015047,0.319089829921722,0.947574615478516,-0.0276030711829662,-0.00992843974381685,0.999569714069366,-0.173862993717194,0.0091620571911335,0.984727323055267,-0.0168574322015047,0.319089829921722,0.947574615478516,0.189985752105713,-0.979287266731262,0.0700147822499275,-0.186552852392197,-0.0317422598600388,0.981932103633881,-0.00239867530763149,-0.0283997505903244,0.999593794345856,0.000387802079785615,-0.997761845588684,0.0668668001890183,-0.0424846895039082,-0.997807860374451,-0.0507407933473587,0.189985752105713,-0.979287266731262,0.0700147822499275,0.000387802079785615,-0.997761845588684,0.0668668001890183,0.0250582918524742,-0.999663233757019,-0.00675878766924143,0.124135360121727,-0.991948962211609,-0.0250556580722332,0.480330139398575,-0.0226590782403946,-0.876795053482056,-0.0424846895039082,-0.997807860374451,-0.0507407933473587,0.124135360121727,-0.991948962211609,-0.0250556580722332,-0.0804090052843094,-0.0233800578862429,-0.996487736701965,-0.092355765402317,0.858697235584259,-0.504092812538147,-0.259782761335373,0.00635914271697402,-0.965646147727966,-0.0822079852223396,0.0111606502905488,-0.996552705764771,0.0498950518667698,0.811319828033447,-0.582469344139099,
  494. -0.0354464240372181,0.990594565868378,-0.132159322500229,-0.0281109809875488,0.999574840068817,-0.00773990154266357,0.09638412296772,0.875857353210449,-0.472846746444702,-0.438447505235672,0.022887596860528,0.89846533536911,0.306046813726425,0.950432062149048,0.0549022257328033,0.10756853222847,0.991663217544556,0.0709448084235191,-0.0390861928462982,0.00768342614173889,0.999206304550171,0.407508760690689,-0.0272805280983448,0.912793755531311,-0.438447505235672,0.022887596860528,0.89846533536911,-0.0390861928462982,0.00768342614173889,0.999206304550171,0.116240777075291,-0.0213590413331985,0.99299144744873,-0.0625900328159332,-0.995888829231262,0.0654834061861038,0.407508760690689,-0.0272805280983448,0.912793755531311,0.116240777075291,-0.0213590413331985,0.99299144744873,-0.168742775917053,-0.982972681522369,0.0727367028594017,0.309267312288284,-0.949382305145264,-0.0550183057785034,-0.0625900328159332,-0.995888829231262,0.0654834061861038,-0.168742775917053,-0.982972681522369,0.0727367028594017,-0.0244127362966537,-0.998277902603149,-0.0533410124480724,-0.511056661605835,-0.0224256794899702,-0.859254419803619,0.309267312288284,-0.949382305145264,-0.0550183057785034,-0.0244127362966537,-0.998277902603149,-0.0533410124480724,-0.0330444648861885,-0.014756347052753,-0.999344944953918,0.09638412296772,0.875857353210449,-0.472846746444702,0.389033734798431,0.00412905868142843,-0.92121422290802,0.111590459942818,0.0236349999904633,-0.99347323179245,0.0498950518667698,0.811319828033447,-0.582469344139099,0.09638412296772,0.875857353210449,-0.472846746444702,-0.0890314728021622,0.995198726654053,-0.0406560674309731,0.138499140739441,0.0184619501233101,-0.990190446376801,0.09638412296772,0.875857353210449,-0.472846746444702,-0.0281109809875488,0.999574840068817,-0.00773990154266357,-0.0890314728021622,0.995198726654053,-0.0406560674309731,0.0980349183082581,-0.514836072921753,-0.851664960384369,-0.0412954613566399,-0.99865049123764,-0.0314951129257679,0.0934103205800056,-0.0146020743995905,-0.99552059173584,0.138499140739441,0.0184619501233101,-0.990190446376801,
  495. 0.389033734798431,0.00412905868142843,-0.92121422290802,0.09638412296772,0.875857353210449,-0.472846746444702,-0.0786307156085968,0.996075630187988,-0.0406278967857361,0.0557648688554764,0.0201643146574497,-0.998240292072296,0.00330658094026148,0.626881957054138,-0.779107272624969,-0.0094049796462059,0.865309417247772,-0.501149892807007,-0.000433667853940278,0.999952614307404,-0.00972967129200697,-0.0786307156085968,0.996075630187988,-0.0406278967857361,-0.0094049796462059,0.865309417247772,-0.501149892807007,0.64939957857132,0.0257362872362137,0.760011732578278,-0.225435107946396,0.972461044788361,0.0591499805450439,-0.00221327785402536,0.998589992523193,0.0530405379831791,-0.00239619193598628,0.0249245837330818,0.999686479568481,-0.0370875634253025,-0.598386466503143,0.800348699092865,-0.211088180541992,-0.010599922388792,0.977409601211548,-0.0615995675325394,-0.0145332654938102,0.997995138168335,-0.0615995675325394,-0.0145332654938102,0.997995138168335,0.0226177107542753,-0.999114274978638,0.0354847609996796,-0.0370875634253025,-0.598386466503143,0.800348699092865,-0.0546161234378815,-0.492536664009094,-0.868576347827911,0.0196122266352177,-0.999439895153046,-0.0271173417568207,-0.0095335841178894,-0.999939024448395,-0.00558386882767081,-0.0572747364640236,-0.01079620141536,-0.998300194740295,0.0196122266352177,-0.999439895153046,-0.0271173417568207,-0.0546161234378815,-0.492536664009094,-0.868576347827911,-0.0572747364640236,-0.01079620141536,-0.998300194740295,-0.0546161234378815,-0.492536664009094,-0.868576347827911,0.0145533494651318,-0.000238541615544818,-0.999894082546234,-0.405826717615128,0.0330725349485874,0.91335141658783,0.167919337749481,0.984280288219452,0.0547304525971413,-0.00774953188374639,0.999921321868896,0.00986485835164785,0.0213926807045937,0.0178810954093933,0.999611258506775,-0.0935989320278168,-0.992965698242188,0.0725156888365746,-0.0503982417285442,-0.998404443264008,0.025468161329627,-0.0370875634253025,-0.598386466503143,0.800348699092865,-0.0370875634253025,-0.598386466503143,0.800348699092865,
  496. 0.225637659430504,-0.00982154440134764,0.974161744117737,-0.119573831558228,-0.00138640508521348,0.99282443523407,0.0891034603118896,0.745180070400238,-0.660883724689484,0.192994922399521,0.00301372352987528,-0.981195211410522,0.321866065263748,-0.0169363431632519,-0.946633696556091,0.0269840136170387,0.579917848110199,-0.814227938652039,0.18869960308075,0.0216126646846533,-0.981797099113464,-0.0191245581954718,0.998499691486359,-0.0513109937310219,-0.00232983054593205,0.998801052570343,-0.0488992854952812,-0.000144482532050461,0.0477056540548801,-0.998861491680145,-0.0191245581954718,0.998499691486359,-0.0513109937310219,-0.115864939987659,0.993191182613373,-0.0121148293837905,0.129115894436836,0.990143656730652,0.0542662963271141,0.00331607693806291,0.999081134796143,0.0427322313189507,-0.00232983054593205,0.998801052570343,-0.0488992854952812,-0.0111988103017211,0.00143697019666433,-0.99993634223938,-0.0804090052843094,-0.0233800578862429,-0.996487736701965,-0.087362602353096,-0.463248997926712,-0.88191169500351,0.0286584813147783,0.998752355575562,-0.0408957675099373,-0.0822079852223396,0.0111606502905488,-0.996552705764771,-0.00133952603209764,0.0279814228415489,-0.999607563018799,-0.0042544542811811,0.998948454856873,-0.0456503890454769,0.0615604668855667,0.997456550598145,0.0359261184930801,0.0134939076378942,0.999907910823822,0.00150811893399805,-0.00666871946305037,0.769791305065155,0.638260841369629,-0.0354464240372181,0.990594565868378,-0.132159322500229,0.00538129126653075,0.999951422214508,-0.00826893653720617,-0.206472635269165,0.977189242839813,0.0497016943991184,0.0149400858208537,0.997395634651184,0.0705605298280716,-0.0281109809875488,0.999574840068817,-0.00773990154266357,-0.0354464240372181,0.990594565868378,-0.132159322500229,0.0149400858208537,0.997395634651184,0.0705605298280716,0.305695921182632,0.950545072555542,0.0549025647342205,0.111590459942818,0.0236349999904633,-0.99347323179245,0.389033734798431,0.00412905868142843,-0.92121422290802,-0.511056661605835,-0.0224256794899702,-0.859254419803619,
  497. -0.0330444648861885,-0.014756347052753,-0.999344944953918,-0.259782761335373,0.00635914271697402,-0.965646147727966,0.111590459942818,0.0236349999904633,-0.99347323179245,-0.0330444648861885,-0.014756347052753,-0.999344944953918,0.480330139398575,-0.0226590782403946,-0.876795053482056,0.00330658094026148,0.626881957054138,-0.779107272624969,0.0557648688554764,0.0201643146574497,-0.998240292072296,-0.0274774134159088,0.00196259166114032,-0.99962055683136,0.0839758738875389,-0.0153237720951438,-0.996349930763245,-0.0268020536750555,-0.999193489551544,-0.0299012679606676,0.0196122266352177,-0.999439895153046,-0.0271173417568207,-0.0572747364640236,-0.01079620141536,-0.998300194740295,0.0226177107542753,-0.999114274978638,0.0354847609996796,0.241120561957359,-0.969892144203186,0.0342083051800728,-0.0370875634253025,-0.598386466503143,0.800348699092865,-0.0095335841178894,-0.999939024448395,-0.00558386882767081,-0.00228832429274917,-0.998232781887054,0.0593819692730904,-0.0625900328159332,-0.995888829231262,0.0654834061861038,0.309267312288284,-0.949382305145264,-0.0550183057785034,-0.0412954613566399,-0.99865049123764,-0.0314951129257679,0.0934103205800056,-0.0146020743995905,-0.99552059173584,-0.0412954613566399,-0.99865049123764,-0.0314951129257679,0.309267312288284,-0.949382305145264,-0.0550183057785034,-0.511056661605835,-0.0224256794899702,-0.859254419803619,-0.0274774134159088,0.00196259166114032,-0.99962055683136,-0.17297400534153,0.01340620405972,-0.984835207462311,0.00330658094026148,0.626881957054138,-0.779107272624969,0.115642935037613,-0.0104403328150511,-0.993236005306244,-0.0111988103017211,0.00143697019666433,-0.99993634223938,-0.087362602353096,-0.463248997926712,-0.88191169500351,-0.087362602353096,-0.463248997926712,-0.88191169500351,-0.00103722186759114,-0.906018555164337,-0.423236817121506,-0.048165325075388,-0.997936546802521,-0.0424595810472965,0.115642935037613,-0.0104403328150511,-0.993236005306244,-0.00103722186759114,-0.906018555164337,-0.423236817121506,0.0250582918524742,-0.999663233757019,-0.00675878766924143,
  498. -0.048165325075388,-0.997936546802521,-0.0424595810472965,0.124135360121727,-0.991948962211609,-0.0250556580722332,0.0250582918524742,-0.999663233757019,-0.00675878766924143,-0.00103722186759114,-0.906018555164337,-0.423236817121506,-0.0804090052843094,-0.0233800578862429,-0.996487736701965,0.124135360121727,-0.991948962211609,-0.0250556580722332,-0.00103722186759114,-0.906018555164337,-0.423236817121506,-0.087362602353096,-0.463248997926712,-0.88191169500351,-0.0111988103017211,0.00143697019666433,-0.99993634223938,-0.00133952603209764,0.0279814228415489,-0.999607563018799,-0.0822079852223396,0.0111606502905488,-0.996552705764771,-0.259782761335373,0.00635914271697402,-0.965646147727966,0.480330139398575,-0.0226590782403946,-0.876795053482056,-0.0804090052843094,-0.0233800578862429,-0.996487736701965,0.305891543626785,0.0469690561294556,-0.950907170772552,-0.438547670841217,-0.00158812094014138,-0.898706555366516,0.0027706790715456,-0.354158848524094,-0.935181200504303,0.253527760505676,-0.00161938648670912,-0.967326760292053,0.305891543626785,0.0469690561294556,-0.950907170772552,0.0027706790715456,-0.354158848524094,-0.935181200504303,0.0839758738875389,-0.0153237720951438,-0.996349930763245,0.253527760505676,-0.00161938648670912,-0.967326760292053,0.0027706790715456,-0.354158848524094,-0.935181200504303,0.0027706790715456,-0.354158848524094,-0.935181200504303,0.0182950403541327,-0.780857920646667,-0.624440789222717,-0.0268020536750555,-0.999193489551544,-0.0299012679606676,0.0839758738875389,-0.0153237720951438,-0.996349930763245,-0.0925024300813675,-0.995712161064148,0.000801132060587406,-0.0268020536750555,-0.999193489551544,-0.0299012679606676,0.0182950403541327,-0.780857920646667,-0.624440789222717,0.0182950403541327,-0.780857920646667,-0.624440789222717,-0.27338495850563,-0.95969831943512,0.0651136636734009,-0.0925024300813675,-0.995712161064148,0.000801132060587406,0.0182950403541327,-0.780857920646667,-0.624440789222717,0.203920736908913,-0.978979349136353,-0.00399238429963589,-0.27338495850563,-0.95969831943512,0.0651136636734009,
  499. 0.025389252230525,-0.998815774917603,-0.0415030941367149,0.203920736908913,-0.978979349136353,-0.00399238429963589,0.0182950403541327,-0.780857920646667,-0.624440789222717,-0.0975344330072403,-0.0135276652872562,-0.995140254497528,0.025389252230525,-0.998815774917603,-0.0415030941367149,0.0182950403541327,-0.780857920646667,-0.624440789222717,0.0027706790715456,-0.354158848524094,-0.935181200504303,-0.438547670841217,-0.00158812094014138,-0.898706555366516,-0.0975344330072403,-0.0135276652872562,-0.995140254497528,0.0027706790715456,-0.354158848524094,-0.935181200504303,0.18869960308075,0.0216126646846533,-0.981797099113464,0.192994922399521,0.00301372352987528,-0.981195211410522,0.0891034603118896,0.745180070400238,-0.660883724689484,0.0891034603118896,0.745180070400238,-0.660883724689484,-0.0191245581954718,0.998499691486359,-0.0513109937310219,0.18869960308075,0.0216126646846533,-0.981797099113464,0.0891034603118896,0.745180070400238,-0.660883724689484,-0.115864939987659,0.993191182613373,-0.0121148293837905,-0.0191245581954718,0.998499691486359,-0.0513109937310219,0.0269840136170387,0.579917848110199,-0.814227938652039,-0.23030161857605,0.973049640655518,-0.0116459168493748,-0.115864939987659,0.993191182613373,-0.0121148293837905,0.0891034603118896,0.745180070400238,-0.660883724689484,0.321866065263748,-0.0169363431632519,-0.946633696556091,0.192994922399521,0.00301372352987528,-0.981195211410522,-0.438547670841217,-0.00158812094014138,-0.898706555366516,0.305891543626785,0.0469690561294556,-0.950907170772552,0.0269840136170387,0.579917848110199,-0.814227938652039,0.321866065263748,-0.0169363431632519,-0.946633696556091,-0.349920392036438,0.0251716189086437,-0.9364413022995,0.0801699832081795,0.995326817035675,-0.053828239440918,-0.165215060114861,0.984519243240356,0.0585304163396358,-0.166528195142746,0.985690236091614,0.0261375699192286,-0.23030161857605,0.973049640655518,-0.0116459168493748,-0.0538365989923477,0.998188436031342,0.0268632732331753,0.0134939076378942,0.999907910823822,0.00150811893399805,-0.0042544542811811,0.998948454856873,-0.0456503890454769,
  500. -0.00342312338761985,0.999132931232452,-0.0414935164153576,0.00433707982301712,0.999387562274933,0.0347235426306725,0.0742049664258957,0.0154665252193809,0.997123062610626,-0.0767278969287872,0.99669224023819,0.0267878863960505,0.00484695192426443,0.999385178089142,0.0347254127264023,-0.00589327374473214,0.0340994372963905,0.999401092529297,-0.00239867530763149,-0.0283997505903244,0.999593794345856,-0.0276030711829662,-0.00992843974381685,0.999569714069366,0.0742049664258957,0.0154665252193809,0.997123062610626,-0.00589327374473214,0.0340994372963905,0.999401092529297,-0.00589017383754253,-0.0198584999889135,0.999785482883453,-0.186552852392197,-0.0317422598600388,0.981932103633881,0.400565266609192,0.0162698589265347,0.916123747825623,-0.173862993717194,0.0091620571911335,0.984727323055267,-0.0276030711829662,-0.00992843974381685,0.999569714069366,-0.00239867530763149,-0.0283997505903244,0.999593794345856,0.400565266609192,0.0162698589265347,0.916123747825623,-0.206027388572693,0.977283358573914,0.0496992953121662,0.0823419392108917,0.995955169200897,0.0359624549746513,-0.173862993717194,0.0091620571911335,0.984727323055267,-0.206472635269165,0.977189242839813,0.0497016943991184,0.00538129126653075,0.999951422214508,-0.00826893653720617,0.0286584813147783,0.998752355575562,-0.0408957675099373,-0.0042544542811811,0.998948454856873,-0.0456503890454769,0.0134939076378942,0.999907910823822,0.00150811893399805,0.0615604668855667,0.997456550598145,0.0359261184930801,0.138499140739441,0.0184619501233101,-0.990190446376801,-0.17297400534153,0.01340620405972,-0.984835207462311,-0.0274774134159088,0.00196259166114032,-0.99962055683136,0.0145533494651318,-0.000238541615544818,-0.999894082546234,0.0934103205800056,-0.0146020743995905,-0.99552059173584,-0.511056661605835,-0.0224256794899702,-0.859254419803619,0.389033734798431,0.00412905868142843,-0.92121422290802,0.0536879487335682,0.997495591640472,-0.0460460670292377,-0.17297400534153,0.01340620405972,-0.984835207462311,0.138499140739441,0.0184619501233101,-0.990190446376801,
  501. -0.0890314728021622,0.995198726654053,-0.0406560674309731,-0.00336176692508161,0.99858683347702,0.0530379600822926,-0.000433667853940278,0.999952614307404,-0.00972967129200697,0.0536879487335682,0.997495591640472,-0.0460460670292377,-0.0890314728021622,0.995198726654053,-0.0406560674309731,-0.0281109809875488,0.999574840068817,-0.00773990154266357,0.305695921182632,0.950545072555542,0.0549025647342205,-0.00336176692508161,0.99858683347702,0.0530379600822926,-0.165215060114861,0.984519243240356,0.0585304163396358,0.0801699832081795,0.995326817035675,-0.053828239440918,-0.0786307156085968,0.996075630187988,-0.0406278967857361,-0.000433667853940278,0.999952614307404,-0.00972967129200697,0.0801699832081795,0.995326817035675,-0.053828239440918,-0.349920392036438,0.0251716189086437,-0.9364413022995,0.0557648688554764,0.0201643146574497,-0.998240292072296,-0.0786307156085968,0.996075630187988,-0.0406278967857361,-0.0274774134159088,0.00196259166114032,-0.99962055683136,0.0557648688554764,0.0201643146574497,-0.998240292072296,-0.349920392036438,0.0251716189086437,-0.9364413022995,0.253527760505676,-0.00161938648670912,-0.967326760292053,0.0839758738875389,-0.0153237720951438,-0.996349930763245,-0.0572747364640236,-0.01079620141536,-0.998300194740295,0.0145533494651318,-0.000238541615544818,-0.999894082546234,-0.119573831558228,-0.00138640508521348,0.99282443523407,0.225637659430504,-0.00982154440134764,0.974161744117737,-0.405826717615128,0.0330725349485874,0.91335141658783,0.0213926807045937,0.0178810954093933,0.999611258506775,-0.211088180541992,-0.010599922388792,0.977409601211548,-0.119573831558228,-0.00138640508521348,0.99282443523407,0.0213926807045937,0.0178810954093933,0.999611258506775,0.64939957857132,0.0257362872362137,0.760011732578278,-0.0615995675325394,-0.0145332654938102,0.997995138168335,-0.211088180541992,-0.010599922388792,0.977409601211548,0.64939957857132,0.0257362872362137,0.760011732578278,-0.00239619193598628,0.0249245837330818,0.999686479568481,-0.00163524108938873,-0.0231062937527895,0.999731779098511,
  502. -0.00228832429274917,-0.998232781887054,0.0593819692730904,0.0226177107542753,-0.999114274978638,0.0354847609996796,-0.0615995675325394,-0.0145332654938102,0.997995138168335,-0.00163524108938873,-0.0231062937527895,0.999731779098511,0.0196122266352177,-0.999439895153046,-0.0271173417568207,-0.0268020536750555,-0.999193489551544,-0.0299012679606676,-0.0925024300813675,-0.995712161064148,0.000801132060587406,0.241120561957359,-0.969892144203186,0.0342083051800728,0.0226177107542753,-0.999114274978638,0.0354847609996796,-0.00228832429274917,-0.998232781887054,0.0593819692730904,-0.0095335841178894,-0.999939024448395,-0.00558386882767081,-0.0925024300813675,-0.995712161064148,0.000801132060587406,-0.27338495850563,-0.95969831943512,0.0651136636734009,-0.0935989320278168,-0.992965698242188,0.0725156888365746,0.241120561957359,-0.969892144203186,0.0342083051800728,-0.27338495850563,-0.95969831943512,0.0651136636734009,0.203920736908913,-0.978979349136353,-0.00399238429963589,-0.0503982417285442,-0.998404443264008,0.025468161329627,-0.0935989320278168,-0.992965698242188,0.0725156888365746,-0.00589384883642197,-0.00842790305614471,-0.999947130680084,0.00202047941274941,0.0493810437619686,-0.99877804517746,-0.00133952603209764,0.0279814228415489,-0.999607563018799,-0.0111988103017211,0.00143697019666433,-0.99993634223938,0.115642935037613,-0.0104403328150511,-0.993236005306244,-0.00240218243561685,0.0513861589133739,0.998676061630249,0.00382935325615108,0.99907922744751,0.0427325926721096,0.167919337749481,0.984280288219452,0.0547304525971413,-0.405826717615128,0.0330725349485874,0.91335141658783,-0.000144482532050461,0.0477056540548801,-0.998861491680145,-0.0081751998513937,-0.0119471000507474,-0.99989527463913,-0.0975344330072403,-0.0135276652872562,-0.995140254497528,-0.438547670841217,-0.00158812094014138,-0.898706555366516,0.192994922399521,0.00301372352987528,-0.981195211410522,0.18869960308075,0.0216126646846533,-0.981797099113464,-0.0081751998513937,-0.0119471000507474,-0.99989527463913,0.00277154799550772,-0.997986078262329,-0.0633728504180908,
  503. 0.025389252230525,-0.998815774917603,-0.0415030941367149,-0.0975344330072403,-0.0135276652872562,-0.995140254497528,0.00277154799550772,-0.997986078262329,-0.0633728504180908,0.00604087160900235,-0.998091578483582,0.0614566206932068,-0.0496404133737087,-0.998109340667725,0.0362455807626247,-0.0503982417285442,-0.998404443264008,0.025468161329627,0.203920736908913,-0.978979349136353,-0.00399238429963589,0.025389252230525,-0.998815774917603,-0.0415030941367149,0.00604087160900235,-0.998091578483582,0.0614566206932068,-0.00363285630010068,-0.0120310746133327,0.999921083450317,0.0849684849381447,-0.0140670416876674,0.996284306049347,-0.0496404133737087,-0.998109340667725,0.0362455807626247,-0.00363285630010068,-0.0120310746133327,0.999921083450317,-0.00240218243561685,0.0513861589133739,0.998676061630249,-0.405826717615128,0.0330725349485874,0.91335141658783,0.225637659430504,-0.00982154440134764,0.974161744117737,0.0849684849381447,-0.0140670416876674,0.996284306049347,-0.060735397040844,-0.998108983039856,-0.00946922227740288,-0.644393980503082,-0.0140696354210377,0.764564335346222,-0.592110157012939,-0.598414242267609,0.539727687835693,-0.0536093339323998,-0.998407483100891,-0.017565218731761,-0.060735397040844,-0.998108983039856,-0.00946922227740288,-0.592110157012939,-0.598414242267609,0.539727687835693,-0.644393980503082,-0.0140696354210377,0.764564335346222,-0.529292106628418,-0.00982122309505939,0.848382890224457,-0.592110157012939,-0.598414242267609,0.539727687835693,0.0292817745357752,0.998947739601135,-0.0352983996272087,0.705879271030426,0.0279796868562698,-0.707779347896576,0.707659900188446,0.0493844375014305,-0.704825341701508,0.026919724419713,0.999132990837097,-0.0317607745528221,-0.456084221601486,0.769737601280212,0.446644276380539,0.008477414958179,0.999907791614532,0.0106088314205408,-0.0570638403296471,0.998188376426697,-0.0190705414861441,-0.0436353571712971,-0.998230338096619,0.0403992496430874,-0.70807009935379,-0.02310786023736,0.70576399564743,-0.3572678565979,-0.0272800382226706,0.933603584766388,
  504. -0.0905731096863747,-0.995887637138367,0.00210164883174002,-0.708574593067169,0.0249246153980494,0.705195665359497,-0.0390943847596645,0.99858820438385,0.0359644964337349,0.177598059177399,0.950409889221191,0.25530406832695,-0.945330321788788,0.0228897165507078,0.325310289859772,0.671373784542084,-0.514782607555389,-0.53315669298172,0.575315356254578,-0.492558300495148,-0.652992129325867,-0.00281414389610291,-0.99993908405304,-0.0106716509908438,-0.0069399755448103,-0.998650848865509,-0.0514614433050156,-0.70807009935379,-0.02310786023736,0.70576399564743,-0.708574593067169,0.0249246153980494,0.705195665359497,-0.945330321788788,0.0228897165507078,0.325310289859772,-0.3572678565979,-0.0272800382226706,0.933603584766388,0.769989967346191,-0.0146086271852255,-0.637888729572296,0.717243611812592,-0.000238722161157057,-0.696822464466095,0.575315356254578,-0.492558300495148,-0.652992129325867,0.671373784542084,-0.514782607555389,-0.53315669298172,0.414763599634171,0.0251635648310184,-0.909581303596497,0.094759002327919,0.995326042175293,0.0186255071312189,0.594785332679749,0.579951047897339,-0.55667519569397,0.094759002327919,0.995326042175293,0.0186255071312189,-0.154319271445274,0.973128378391266,-0.170900002121925,0.594785332679749,0.579951047897339,-0.55667519569397,-0.691914498806,0.017873601987958,0.721758246421814,-0.0123065607622266,0.999922752380371,0.00172674306668341,-0.201236799359322,0.972459316253662,-0.117587313055992,-0.078569158911705,0.0257488079369068,0.996576130390167,0.146291509270668,-0.969889104366302,0.194715306162834,-0.117433965206146,-0.992972314357758,-0.01467414945364,-0.592110157012939,-0.598414242267609,0.539727687835693,-0.592110157012939,-0.598414242267609,0.539727687835693,-0.786362528800964,-0.0014188886852935,0.617763817310333,-0.840305924415588,-0.0105982394888997,0.542008996009827,0.414763599634171,0.0251635648310184,-0.909581303596497,0.89673113822937,-0.0168946292251349,-0.442253351211548,0.888460636138916,0.0469228029251099,-0.456548124551773,0.863176703453064,-0.00161818694323301,-0.504899382591248,
  505. -0.0733199119567871,0.993203103542328,-0.090397834777832,-0.154319271445274,0.973128378391266,-0.170900002121925,-0.13616319000721,0.985715329647064,-0.0991208776831627,0.052895724773407,0.990143179893494,0.129686594009399,0.347681820392609,0.86532986164093,-0.361000925302505,0.553245067596436,0.626922130584717,-0.548533141613007,0.574068546295166,0.0134040303528309,-0.818697571754456,0.0705318823456764,0.997494995594025,0.00538618071004748,0.0705318823456764,0.997494995594025,0.00538618071004748,0.00655393349006772,0.999952852725983,-0.00716873304918408,0.347681820392609,0.86532986164093,-0.361000925302505,-0.170674815773964,-0.98299241065979,-0.0677947476506233,-0.619875431060791,-0.0213676709681749,0.78440934419632,-0.82620894908905,-0.0317406579852104,0.562469065189362,0.0848204642534256,-0.979287028312683,0.183854520320892,-0.734117746353149,0.00768543872982264,0.678978681564331,0.0259686484932899,0.991660892963409,0.1262316852808,-0.180791407823563,0.977296590805054,-0.110480770468712,-0.364568114280701,0.0162655189633369,0.931034684181213,0.0203134603798389,-0.998281240463257,-0.0549729727208614,-0.170674815773964,-0.98299241065979,-0.0677947476506233,0.0848204642534256,-0.979287028312683,0.183854520320892,0.00583866843953729,-0.997808933258057,-0.0659043863415718,-0.619875431060791,-0.0213676709681749,0.78440934419632,-0.734117746353149,0.00768543872982264,0.678978681564331,-0.364568114280701,0.0162655189633369,0.931034684181213,-0.82620894908905,-0.0317406579852104,0.562469065189362,0.446991622447968,0.811439692974091,-0.376515805721283,0.78145045042038,0.0236511118710041,-0.623518884181976,0.499077945947647,0.00635915156453848,-0.866533815860748,0.291123121976852,0.858728289604187,-0.42170262336731,0.68328058719635,-0.0147758526727557,-0.730006456375122,0.0203134603798389,-0.998281240463257,-0.0549729727208614,0.00583866843953729,-0.997808933258057,-0.0659043863415718,0.959667086601257,-0.0226456541568041,-0.280225664377213,0.291123121976852,0.858728289604187,-0.42170262336731,0.00961972121149302,0.999951601028442,-0.00207036128267646,
  506. 0.0683623850345612,0.990586519241333,-0.118595473468304,0.446991622447968,0.811439692974091,-0.376515805721283,-0.0470102205872536,-0.997761726379395,0.0475578270852566,-0.708524584770203,-0.0284005124121904,0.705114483833313,-0.711128652095795,-0.0198594518005848,0.702781319618225,-0.0558311864733696,-0.996502637863159,0.0621731951832771,-0.681954026222229,0.319099187850952,0.658114314079285,-0.458503425121307,0.769720673561096,0.444189876317978,-0.0732014551758766,0.996691703796387,-0.0353148877620697,-0.652582764625549,0.0154560031369329,0.757559835910797,-0.00407393136993051,-0.997937560081482,-0.0640640035271645,0.0224549453705549,-0.999663949012756,0.0129543393850327,-0.0470102205872536,-0.997761726379395,0.0475578270852566,-0.0558311864733696,-0.996502637863159,0.0621731951832771,0.0391813106834888,-0.998607039451599,-0.0353401340544224,-0.652582764625549,0.0154560031369329,0.757559835910797,-0.726325988769531,-0.00992834009230137,0.687278687953949,-0.681954026222229,0.319099187850952,0.658114314079285,0.784072279930115,-0.0104436790570617,-0.620581686496735,-0.00407393136993051,-0.997937560081482,-0.0640640035271645,0.0391813106834888,-0.998607039451599,-0.0353401340544224,0.702902734279633,-0.0084272613748908,-0.71123605966568,0.646538436412811,0.0111593892797828,-0.762799799442291,0.0491990745067596,0.998751401901245,-0.0086700152605772,0.291123121976852,0.858728289604187,-0.42170262336731,0.0491990745067596,0.998751401901245,-0.0086700152605772,0.00961972121149302,0.999951601028442,-0.00207036128267646,0.291123121976852,0.858728289604187,-0.42170262336731,-0.81926167011261,0.00916582066565752,0.573346674442291,0.0327969901263714,0.995954930782318,0.0836558043956757,-0.458503425121307,0.769720673561096,0.444189876317978,-0.681954026222229,0.319099187850952,0.658114314079285,-0.726325988769531,-0.00992834009230137,0.687278687953949,-0.81926167011261,0.00916582066565752,0.573346674442291,-0.681954026222229,0.319099187850952,0.658114314079285,0.0848204642534256,-0.979287028312683,0.183854520320892,-0.82620894908905,-0.0317406579852104,0.562469065189362,
  507. -0.708524584770203,-0.0284005124121904,0.705114483833313,-0.0470102205872536,-0.997761726379395,0.0475578270852566,0.00583866843953729,-0.997808933258057,-0.0659043863415718,0.0848204642534256,-0.979287028312683,0.183854520320892,-0.0470102205872536,-0.997761726379395,0.0475578270852566,0.0224549453705549,-0.999663949012756,0.0129543393850327,0.105448223650455,-0.991953194141388,0.0700686275959015,0.959667086601257,-0.0226456541568041,-0.280225664377213,0.00583866843953729,-0.997808933258057,-0.0659043863415718,0.105448223650455,-0.991953194141388,0.0700686275959015,0.647790312767029,-0.0233793128281832,-0.76145988702774,0.291123121976852,0.858728289604187,-0.42170262336731,0.499077945947647,0.00635915156453848,-0.866533815860748,0.646538436412811,0.0111593892797828,-0.762799799442291,0.446991622447968,0.811439692974091,-0.376515805721283,0.0683623850345612,0.990586519241333,-0.118595473468304,-0.0144952517002821,0.999572396278381,-0.0253954213112593,0.402530878782272,0.875864028930664,-0.266141504049301,-0.945330321788788,0.0228897165507078,0.325310289859772,0.177598059177399,0.950409889221191,0.25530406832695,0.0259686484932899,0.991660892963409,0.1262316852808,-0.734117746353149,0.00768543872982264,0.678978681564331,-0.3572678565979,-0.0272800382226706,0.933603584766388,-0.945330321788788,0.0228897165507078,0.325310289859772,-0.734117746353149,0.00768543872982264,0.678978681564331,-0.619875431060791,-0.0213676709681749,0.78440934419632,-0.0905731096863747,-0.995887637138367,0.00210164883174002,-0.3572678565979,-0.0272800382226706,0.933603584766388,-0.619875431060791,-0.0213676709681749,0.78440934419632,-0.170674815773964,-0.98299241065979,-0.0677947476506233,0.257604122161865,-0.949383616447449,0.179752692580223,-0.0905731096863747,-0.995887637138367,0.00210164883174002,-0.170674815773964,-0.98299241065979,-0.0677947476506233,0.0203134603798389,-0.998281240463257,-0.0549729727208614,0.24604631960392,-0.0224159434437752,-0.968998849391937,0.257604122161865,-0.949383616447449,0.179752692580223,0.0203134603798389,-0.998281240463257,-0.0549729727208614,
  508. 0.68328058719635,-0.0147758526727557,-0.730006456375122,0.402530878782272,0.875864028930664,-0.266141504049301,0.926558136940002,0.00412932829931378,-0.376128971576691,0.78145045042038,0.0236511118710041,-0.623518884181976,0.446991622447968,0.811439692974091,-0.376515805721283,0.402530878782272,0.875864028930664,-0.266141504049301,-0.0342046022415161,0.995198726654053,-0.0917044207453728,0.798108518123627,0.0184645187109709,-0.602230787277222,0.402530878782272,0.875864028930664,-0.266141504049301,-0.0144952517002821,0.999572396278381,-0.0253954213112593,-0.0342046022415161,0.995198726654053,-0.0917044207453728,0.671373784542084,-0.514782607555389,-0.53315669298172,-0.0069399755448103,-0.998650848865509,-0.0514614433050156,0.769989967346191,-0.0146086271852255,-0.637888729572296,0.798108518123627,0.0184645187109709,-0.602230787277222,0.926558136940002,0.00412932829931378,-0.376128971576691,0.402530878782272,0.875864028930664,-0.266141504049301,-0.0268772952258587,0.996075391769409,-0.0843300521373749,0.745286703109741,0.0201587975025177,-0.666439294815063,0.553245067596436,0.626922130584717,-0.548533141613007,0.347681820392609,0.86532986164093,-0.361000925302505,0.00655393349006772,0.999952852725983,-0.00716873304918408,-0.0268772952258587,0.996075391769409,-0.0843300521373749,0.347681820392609,0.86532986164093,-0.361000925302505,-0.078569158911705,0.0257488079369068,0.996576130390167,-0.201236799359322,0.972459316253662,-0.117587313055992,-0.0390943847596645,0.99858820438385,0.0359644964337349,-0.708574593067169,0.0249246153980494,0.705195665359497,-0.592110157012939,-0.598414242267609,0.539727687835693,-0.840305924415588,-0.0105982394888997,0.542008996009827,-0.749235510826111,-0.014530448243022,0.662144303321838,-0.749235510826111,-0.014530448243022,0.662144303321838,-0.00913359597325325,-0.999112606048584,0.0411174632608891,-0.592110157012939,-0.598414242267609,0.539727687835693,0.575315356254578,-0.492558300495148,-0.652992129325867,0.0330260954797268,-0.999440550804138,-0.00528705399483442,-0.00281414389610291,-0.99993908405304,-0.0106716509908438,
  509. 0.665412068367004,-0.0107935825362802,-0.746398270130157,0.0330260954797268,-0.999440550804138,-0.00528705399483442,0.575315356254578,-0.492558300495148,-0.652992129325867,0.665412068367004,-0.0107935825362802,-0.746398270130157,0.575315356254578,-0.492558300495148,-0.652992129325867,0.717243611812592,-0.000238722161157057,-0.696822464466095,-0.932835400104523,0.0330750085413456,0.358781635761261,0.0800042077898979,0.984280824661255,0.157450556755066,-0.0123065607622266,0.999922752380371,0.00172674306668341,-0.691914498806,0.017873601987958,0.721758246421814,-0.117433965206146,-0.992972314357758,-0.01467414945364,-0.0536093339323998,-0.998407483100891,-0.017565218731761,-0.592110157012939,-0.598414242267609,0.539727687835693,-0.592110157012939,-0.598414242267609,0.539727687835693,-0.529292106628418,-0.00982122309505939,0.848382890224457,-0.786362528800964,-0.0014188886852935,0.617763817310333,0.530401468276978,0.745158731937408,-0.404243558645248,0.830164134502411,0.00301307789050043,-0.557511031627655,0.89673113822937,-0.0168946292251349,-0.442253351211548,0.594785332679749,0.579951047897339,-0.55667519569397,0.827587783336639,0.0216320399194956,-0.560919404029846,0.0227280743420124,0.998501420021057,-0.0497823841869831,0.0329247489571571,0.998801350593567,-0.0362208969891071,0.706195533275604,0.0476989634335041,-0.706408381462097,0.0227280743420124,0.998501420021057,-0.0497823841869831,-0.0733199119567871,0.993203103542328,-0.090397834777832,0.052895724773407,0.990143179893494,0.129686594009399,-0.0278745908290148,0.999080896377563,0.0325641073286533,0.0329247489571571,0.998801350593567,-0.0362208969891071,0.699136912822723,0.00143693981226534,-0.714986503124237,0.647790312767029,-0.0233793128281832,-0.76145988702774,0.561855792999268,-0.463152587413788,-0.685425341129303,0.0491990745067596,0.998751401901245,-0.0086700152605772,0.646538436412811,0.0111593892797828,-0.762799799442291,0.705879271030426,0.0279796868562698,-0.707779347896576,0.0292817745357752,0.998947739601135,-0.0352983996272087,0.018127728253603,0.9974564909935,0.0689351931214333,
  510. 0.008477414958179,0.999907791614532,0.0106088314205408,-0.456084221601486,0.769737601280212,0.446644276380539,0.0683623850345612,0.990586519241333,-0.118595473468304,0.00961972121149302,0.999951601028442,-0.00207036128267646,-0.181107923388481,0.977202534675598,-0.110793903470039,-0.0393612161278725,0.997400760650635,0.0603529885411263,-0.0144952517002821,0.999572396278381,-0.0253954213112593,0.0683623850345612,0.990586519241333,-0.118595473468304,-0.0393612161278725,0.997400760650635,0.0603529885411263,0.177349612116814,0.950522780418396,0.255056113004684,0.78145045042038,0.0236511118710041,-0.623518884181976,0.926558136940002,0.00412932829931378,-0.376128971576691,0.24604631960392,-0.0224159434437752,-0.968998849391937,0.68328058719635,-0.0147758526727557,-0.730006456375122,0.499077945947647,0.00635915156453848,-0.866533815860748,0.78145045042038,0.0236511118710041,-0.623518884181976,0.68328058719635,-0.0147758526727557,-0.730006456375122,0.959667086601257,-0.0226456541568041,-0.280225664377213,0.553245067596436,0.626922130584717,-0.548533141613007,0.745286703109741,0.0201587975025177,-0.666439294815063,0.687420189380646,0.0019624293781817,-0.726257383823395,0.763942718505859,-0.0153318475931883,-0.64510190486908,0.00215259776450694,-0.99919468164444,-0.0400672852993011,0.0330260954797268,-0.999440550804138,-0.00528705399483442,0.665412068367004,-0.0107935825362802,-0.746398270130157,-0.00913359597325325,-0.999112606048584,0.0411174632608891,0.146291509270668,-0.969889104366302,0.194715306162834,-0.592110157012939,-0.598414242267609,0.539727687835693,-0.00281414389610291,-0.99993908405304,-0.0106716509908438,-0.0436353571712971,-0.998230338096619,0.0403992496430874,-0.0905731096863747,-0.995887637138367,0.00210164883174002,0.257604122161865,-0.949383616447449,0.179752692580223,-0.0069399755448103,-0.998650848865509,-0.0514614433050156,0.769989967346191,-0.0146086271852255,-0.637888729572296,-0.0069399755448103,-0.998650848865509,-0.0514614433050156,0.257604122161865,-0.949383616447449,0.179752692580223,0.24604631960392,-0.0224159434437752,-0.968998849391937,
  511. 0.687420189380646,0.0019624293781817,-0.726257383823395,0.574068546295166,0.0134040303528309,-0.818697571754456,0.553245067596436,0.626922130584717,-0.548533141613007,0.784072279930115,-0.0104436790570617,-0.620581686496735,0.699136912822723,0.00143693981226534,-0.714986503124237,0.561855792999268,-0.463152587413788,-0.685425341129303,0.561855792999268,-0.463152587413788,-0.685425341129303,0.298438906669617,-0.906078517436981,-0.299926578998566,-0.00407393136993051,-0.997937560081482,-0.0640640035271645,0.784072279930115,-0.0104436790570617,-0.620581686496735,0.298438906669617,-0.906078517436981,-0.299926578998566,0.0224549453705549,-0.999663949012756,0.0129543393850327,-0.00407393136993051,-0.997937560081482,-0.0640640035271645,0.105448223650455,-0.991953194141388,0.0700686275959015,0.0224549453705549,-0.999663949012756,0.0129543393850327,0.298438906669617,-0.906078517436981,-0.299926578998566,0.647790312767029,-0.0233793128281832,-0.76145988702774,0.105448223650455,-0.991953194141388,0.0700686275959015,0.298438906669617,-0.906078517436981,-0.299926578998566,0.561855792999268,-0.463152587413788,-0.685425341129303,0.699136912822723,0.00143693981226534,-0.714986503124237,0.705879271030426,0.0279796868562698,-0.707779347896576,0.646538436412811,0.0111593892797828,-0.762799799442291,0.499077945947647,0.00635915156453848,-0.866533815860748,0.959667086601257,-0.0226456541568041,-0.280225664377213,0.647790312767029,-0.0233793128281832,-0.76145988702774,0.888460636138916,0.0469228029251099,-0.456548124551773,0.32544407248497,-0.00158800336066633,-0.945559978485107,0.66318953037262,-0.354094743728638,-0.659391164779663,0.863176703453064,-0.00161818694323301,-0.504899382591248,0.888460636138916,0.0469228029251099,-0.456548124551773,0.66318953037262,-0.354094743728638,-0.659391164779663,0.763942718505859,-0.0153318475931883,-0.64510190486908,0.863176703453064,-0.00161818694323301,-0.504899382591248,0.66318953037262,-0.354094743728638,-0.659391164779663,0.66318953037262,-0.354094743728638,-0.659391164779663,0.454574078321457,-0.780792474746704,-0.428632259368896,
  512. 0.00215259776450694,-0.99919468164444,-0.0400672852993011,0.763942718505859,-0.0153318475931883,-0.64510190486908,-0.066111296415329,-0.995697855949402,-0.0649247989058495,0.00215259776450694,-0.99919468164444,-0.0400672852993011,0.454574078321457,-0.780792474746704,-0.428632259368896,0.454574078321457,-0.780792474746704,-0.428632259368896,-0.239741683006287,-0.95958012342453,-0.14741139113903,-0.066111296415329,-0.995697855949402,-0.0649247989058495,0.454574078321457,-0.780792474746704,-0.428632259368896,0.147003069519997,-0.978978872299194,0.141387924551964,-0.239741683006287,-0.95958012342453,-0.14741139113903,0.0472873710095882,-0.998816609382629,-0.0113766482099891,0.147003069519997,-0.978978872299194,0.141387924551964,0.454574078321457,-0.780792474746704,-0.428632259368896,0.634705424308777,-0.0135309444740415,-0.772635757923126,0.0472873710095882,-0.998816609382629,-0.0113766482099891,0.454574078321457,-0.780792474746704,-0.428632259368896,0.66318953037262,-0.354094743728638,-0.659391164779663,0.32544407248497,-0.00158800336066633,-0.945559978485107,0.634705424308777,-0.0135309444740415,-0.772635757923126,0.66318953037262,-0.354094743728638,-0.659391164779663,0.827587783336639,0.0216320399194956,-0.560919404029846,0.830164134502411,0.00301307789050043,-0.557511031627655,0.530401468276978,0.745158731937408,-0.404243558645248,0.530401468276978,0.745158731937408,-0.404243558645248,0.0227280743420124,0.998501420021057,-0.0497823841869831,0.827587783336639,0.0216320399194956,-0.560919404029846,0.530401468276978,0.745158731937408,-0.404243558645248,-0.0733199119567871,0.993203103542328,-0.090397834777832,0.0227280743420124,0.998501420021057,-0.0497823841869831,0.594785332679749,0.579951047897339,-0.55667519569397,-0.154319271445274,0.973128378391266,-0.170900002121925,-0.0733199119567871,0.993203103542328,-0.090397834777832,0.530401468276978,0.745158731937408,-0.404243558645248,0.89673113822937,-0.0168946292251349,-0.442253351211548,0.830164134502411,0.00301307789050043,-0.557511031627655,0.32544407248497,-0.00158800336066633,-0.945559978485107,
  513. 0.888460636138916,0.0469228029251099,-0.456548124551773,0.594785332679749,0.579951047897339,-0.55667519569397,0.89673113822937,-0.0168946292251349,-0.442253351211548,0.414763599634171,0.0251635648310184,-0.909581303596497,0.094759002327919,0.995326042175293,0.0186255071312189,-0.158206388354301,0.984520554542542,-0.0754334107041359,-0.13616319000721,0.985715329647064,-0.0991208776831627,-0.154319271445274,0.973128378391266,-0.170900002121925,-0.0570638403296471,0.998188376426697,-0.0190705414861441,0.008477414958179,0.999907791614532,0.0106088314205408,0.0292817745357752,0.998947739601135,-0.0352983996272087,0.026919724419713,0.999132990837097,-0.0317607745528221,-0.0214756242930889,0.999388098716736,0.027608847245574,-0.652582764625549,0.0154560031369329,0.757559835910797,-0.0732014551758766,0.996691703796387,-0.0353148877620697,-0.0211164131760597,0.99938577413559,0.0279707126319408,-0.710846185684204,0.034099955111742,0.702520430088043,-0.708524584770203,-0.0284005124121904,0.705114483833313,-0.726325988769531,-0.00992834009230137,0.687278687953949,-0.652582764625549,0.0154560031369329,0.757559835910797,-0.710846185684204,0.034099955111742,0.702520430088043,-0.711128652095795,-0.0198594518005848,0.702781319618225,-0.82620894908905,-0.0317406579852104,0.562469065189362,-0.364568114280701,0.0162655189633369,0.931034684181213,-0.81926167011261,0.00916582066565752,0.573346674442291,-0.726325988769531,-0.00992834009230137,0.687278687953949,-0.708524584770203,-0.0284005124121904,0.705114483833313,-0.364568114280701,0.0162655189633369,0.931034684181213,-0.180791407823563,0.977296590805054,-0.110480770468712,0.0327969901263714,0.995954930782318,0.0836558043956757,-0.81926167011261,0.00916582066565752,0.573346674442291,-0.181107923388481,0.977202534675598,-0.110793903470039,0.00961972121149302,0.999951601028442,-0.00207036128267646,0.0491990745067596,0.998751401901245,-0.0086700152605772,0.0292817745357752,0.998947739601135,-0.0352983996272087,0.008477414958179,0.999907791614532,0.0106088314205408,0.018127728253603,0.9974564909935,0.0689351931214333,
  514. 0.798108518123627,0.0184645187109709,-0.602230787277222,0.574068546295166,0.0134040303528309,-0.818697571754456,0.687420189380646,0.0019624293781817,-0.726257383823395,0.717243611812592,-0.000238722161157057,-0.696822464466095,0.769989967346191,-0.0146086271852255,-0.637888729572296,0.24604631960392,-0.0224159434437752,-0.968998849391937,0.926558136940002,0.00412932829931378,-0.376128971576691,0.0705318823456764,0.997494995594025,0.00538618071004748,0.574068546295166,0.0134040303528309,-0.818697571754456,0.798108518123627,0.0184645187109709,-0.602230787277222,-0.0342046022415161,0.995198726654053,-0.0917044207453728,-0.0399046055972576,0.998584985733032,0.0351506285369396,0.00655393349006772,0.999952852725983,-0.00716873304918408,0.0705318823456764,0.997494995594025,0.00538618071004748,-0.0342046022415161,0.995198726654053,-0.0917044207453728,-0.0144952517002821,0.999572396278381,-0.0253954213112593,0.177349612116814,0.950522780418396,0.255056113004684,-0.0399046055972576,0.998584985733032,0.0351506285369396,-0.158206388354301,0.984520554542542,-0.0754334107041359,0.094759002327919,0.995326042175293,0.0186255071312189,-0.0268772952258587,0.996075391769409,-0.0843300521373749,0.00655393349006772,0.999952852725983,-0.00716873304918408,0.094759002327919,0.995326042175293,0.0186255071312189,0.414763599634171,0.0251635648310184,-0.909581303596497,0.745286703109741,0.0201587975025177,-0.666439294815063,-0.0268772952258587,0.996075391769409,-0.0843300521373749,0.687420189380646,0.0019624293781817,-0.726257383823395,0.745286703109741,0.0201587975025177,-0.666439294815063,0.414763599634171,0.0251635648310184,-0.909581303596497,0.863176703453064,-0.00161818694323301,-0.504899382591248,0.763942718505859,-0.0153318475931883,-0.64510190486908,0.665412068367004,-0.0107935825362802,-0.746398270130157,0.717243611812592,-0.000238722161157057,-0.696822464466095,-0.786362528800964,-0.0014188886852935,0.617763817310333,-0.529292106628418,-0.00982122309505939,0.848382890224457,-0.932835400104523,0.0330750085413456,0.358781635761261,-0.691914498806,0.017873601987958,0.721758246421814,
  515. -0.840305924415588,-0.0105982394888997,0.542008996009827,-0.786362528800964,-0.0014188886852935,0.617763817310333,-0.691914498806,0.017873601987958,0.721758246421814,-0.078569158911705,0.0257488079369068,0.996576130390167,-0.749235510826111,-0.014530448243022,0.662144303321838,-0.840305924415588,-0.0105982394888997,0.542008996009827,-0.078569158911705,0.0257488079369068,0.996576130390167,-0.708574593067169,0.0249246153980494,0.705195665359497,-0.70807009935379,-0.02310786023736,0.70576399564743,-0.0436353571712971,-0.998230338096619,0.0403992496430874,-0.00913359597325325,-0.999112606048584,0.0411174632608891,-0.749235510826111,-0.014530448243022,0.662144303321838,-0.70807009935379,-0.02310786023736,0.70576399564743,0.0330260954797268,-0.999440550804138,-0.00528705399483442,0.00215259776450694,-0.99919468164444,-0.0400672852993011,-0.066111296415329,-0.995697855949402,-0.0649247989058495,0.146291509270668,-0.969889104366302,0.194715306162834,-0.00913359597325325,-0.999112606048584,0.0411174632608891,-0.0436353571712971,-0.998230338096619,0.0403992496430874,-0.00281414389610291,-0.99993908405304,-0.0106716509908438,-0.066111296415329,-0.995697855949402,-0.0649247989058495,-0.239741683006287,-0.95958012342453,-0.14741139113903,-0.117433965206146,-0.992972314357758,-0.01467414945364,0.146291509270668,-0.969889104366302,0.194715306162834,-0.239741683006287,-0.95958012342453,-0.14741139113903,0.147003069519997,-0.978978872299194,0.141387924551964,-0.0536093339323998,-0.998407483100891,-0.017565218731761,-0.117433965206146,-0.992972314357758,-0.01467414945364,0.702902734279633,-0.0084272613748908,-0.71123605966568,0.707659900188446,0.0493844375014305,-0.704825341701508,0.705879271030426,0.0279796868562698,-0.707779347896576,0.699136912822723,0.00143693981226534,-0.714986503124237,0.784072279930115,-0.0104436790570617,-0.620581686496735,-0.707863509654999,0.0514143705368042,0.704475522041321,-0.0275119189172983,0.99907910823822,0.0329272970557213,0.0800042077898979,0.984280824661255,0.157450556755066,-0.932835400104523,0.0330750085413456,0.358781635761261,
  516. 0.706195533275604,0.0476989634335041,-0.706408381462097,0.701240301132202,-0.0119547508656979,-0.712824821472168,0.634705424308777,-0.0135309444740415,-0.772635757923126,0.32544407248497,-0.00158800336066633,-0.945559978485107,0.830164134502411,0.00301307789050043,-0.557511031627655,0.827587783336639,0.0216320399194956,-0.560919404029846,0.701240301132202,-0.0119547508656979,-0.712824821472168,0.0467480160295963,-0.997988104820251,-0.0428305268287659,0.0472873710095882,-0.998816609382629,-0.0113766482099891,0.634705424308777,-0.0135309444740415,-0.772635757923126,0.0467480160295963,-0.997988104820251,-0.0428305268287659,-0.0391619876027107,-0.998093485832214,0.0477057620882988,-0.060735397040844,-0.998108983039856,-0.00946922227740288,-0.0536093339323998,-0.998407483100891,-0.017565218731761,0.147003069519997,-0.978978872299194,0.141387924551964,0.0472873710095882,-0.998816609382629,-0.0113766482099891,-0.0391619876027107,-0.998093485832214,0.0477057620882988,-0.709619164466858,-0.0120383370667696,0.704482674598694,-0.644393980503082,-0.0140696354210377,0.764564335346222,-0.060735397040844,-0.998108983039856,-0.00946922227740288,-0.709619164466858,-0.0120383370667696,0.704482674598694,-0.707863509654999,0.0514143705368042,0.704475522041321,-0.932835400104523,0.0330750085413456,0.358781635761261,-0.529292106628418,-0.00982122309505939,0.848382890224457,-0.644393980503082,-0.0140696354210377,0.764564335346222,-0.0362586602568626,-0.998109102249146,-0.0496340282261372,-0.996282339096069,-0.0140672288835049,0.0849922448396683,-0.800371050834656,-0.598372995853424,-0.0368224419653416,-0.0254918653517962,-0.998401522636414,-0.0504439920186996,-0.0362586602568626,-0.998109102249146,-0.0496340282261372,-0.800371050834656,-0.598372995853424,-0.0368224419653416,-0.996282339096069,-0.0140672288835049,0.0849922448396683,-0.974183619022369,-0.00982086360454559,0.22554337978363,-0.800371050834656,-0.598372995853424,-0.0368224419653416,0.0457030422985554,0.998946011066437,-0.00425449153408408,0.999607622623444,0.0279803369194269,-0.00133070815354586,
  517. 0.998777687549591,0.0493885353207588,0.00203395541757345,0.0415533222258091,0.999130487442017,-0.00342151103541255,-0.638283133506775,0.769773244857788,-0.00663836766034365,-0.00147623184602708,0.999907732009888,0.0135023444890976,-0.0268467031419277,0.998189032077789,-0.0538334511220455,-0.0594146437942982,-0.998230814933777,-0.00228807283565402,-0.999731719493866,-0.0231068395078182,-0.00163534469902515,-0.912817597389221,-0.0272815302014351,0.407455384731293,-0.0655125007033348,-0.995884537696838,-0.0626273155212402,-0.999686419963837,0.0249247644096613,-0.00241148215718567,-0.0530374683439732,0.998590171337128,-0.00221370602957904,-0.0549312308430672,0.950382709503174,0.306195169687271,-0.898438334465027,0.0228871516883373,-0.438502877950668,0.851562321186066,-0.514955997467041,0.0982958376407623,0.868570864200592,-0.492575705051422,-0.0543506368994713,0.0055349818430841,-0.999939203262329,-0.0095342081040144,0.0314449183642864,-0.998651921749115,-0.0412993095815182,-0.999731719493866,-0.0231068395078182,-0.00163534469902515,-0.999686419963837,0.0249247644096613,-0.00241148215718567,-0.898438334465027,0.0228871516883373,-0.438502877950668,-0.912817597389221,-0.0272815302014351,0.407455384731293,0.995524525642395,-0.0146078737452626,0.093368336558342,0.99989241361618,-0.000238843451370485,0.014667266048491,0.868570864200592,-0.492575705051422,-0.0543506368994713,0.851562321186066,-0.514955997467041,0.0982958376407623,0.936459124088287,0.0251654647290707,-0.34987285733223,0.0538553558290005,0.995325684547424,0.0801646262407303,0.814168691635132,0.58000522851944,0.0268925931304693,0.0538553558290005,0.995325684547424,0.0801646262407303,0.0117081180214882,0.973097145557404,-0.230097740888596,0.814168691635132,0.58000522851944,0.0268925931304693,-0.999612987041473,0.0178863182663918,0.0213093105703592,-0.00983116589486599,0.999923288822174,-0.00754250679165125,-0.0591025091707706,0.972509622573853,-0.225237473845482,-0.760234892368317,0.0257432702928782,0.649138152599335,-0.0342575497925282,-0.96995609998703,0.240856125950813,
  518. -0.0726592615246773,-0.992960095405579,-0.0935471206903458,-0.800371050834656,-0.598372995853424,-0.0368224419653416,-0.800371050834656,-0.598372995853424,-0.0368224419653416,-0.992885649204254,-0.00142273504752666,-0.119063720107079,-0.977495968341827,-0.0105971032753587,-0.210687771439552,0.936459124088287,0.0251654647290707,-0.34987285733223,0.946629226207733,-0.0169460941106081,0.321878701448441,0.950829863548279,0.0469673946499825,0.306131839752197,0.967292428016663,-0.0016205869615078,0.253658711910248,0.0121240485459566,0.993202149868011,-0.115769356489182,0.0117081180214882,0.973097145557404,-0.230097740888596,-0.0260596498847008,0.985741078853607,-0.166239738464355,-0.0542478784918785,0.990137577056885,0.129169955849648,0.501152396202087,0.865307629108429,-0.00943670980632305,0.779142200946808,0.626838505268097,0.00331244501285255,0.984836995601654,0.0134087316691875,-0.172963961958885,0.0460089482367039,0.997496724128723,0.053700115531683,0.0460089482367039,0.997496724128723,0.053700115531683,0.00969440769404173,0.999952971935272,-0.000430149433668703,0.501152396202087,0.865307629108429,-0.00943670980632305,-0.0727468878030777,-0.982968151569366,-0.168764889240265,-0.992976665496826,-0.0213734097778797,0.116364486515522,-0.981952905654907,-0.0317426286637783,-0.186442613601685,-0.0700408816337585,-0.979282677173615,0.189999312162399,-0.999206900596619,0.00768633978441358,-0.0390702895820141,-0.0708081945776939,0.991654753684998,0.107735797762871,-0.049701664596796,0.977277398109436,-0.206054911017418,-0.916111886501312,0.0162703357636929,0.400592565536499,0.0533432550728321,-0.998276352882385,-0.0244730580598116,-0.0727468878030777,-0.982968151569366,-0.168764889240265,-0.0700408816337585,-0.979282677173615,0.189999312162399,0.0507625043392181,-0.997807145118713,-0.0424751564860344,-0.992976665496826,-0.0213734097778797,0.116364486515522,-0.999206900596619,0.00768633978441358,-0.0390702895820141,-0.916111886501312,0.0162703357636929,0.400592565536499,-0.981952905654907,-0.0317426286637783,-0.186442613601685,
  519. 0.582255005836487,0.811469316482544,0.0499691739678383,0.993482530117035,0.0236285030841827,0.111508429050446,0.965595722198486,0.00635985285043716,-0.259970396757126,0.503911316394806,0.858815014362335,-0.0922503098845482,0.99934333562851,-0.0147569691762328,-0.0330949835479259,0.0533432550728321,-0.998276352882385,-0.0244730580598116,0.0507625043392181,-0.997807145118713,-0.0424751564860344,0.876729190349579,-0.0226508043706417,0.48045089840889,0.503911316394806,0.858815014362335,-0.0922503098845482,0.0082928454503417,0.999951183795929,0.00537163205444813,0.13215896487236,0.990592539310455,-0.0355021394789219,0.582255005836487,0.811469316482544,0.0499691739678383,-0.0669090151786804,-0.99775904417038,0.000387945416150615,-0.999593794345856,-0.0284000728279352,-0.00239252834580839,-0.999785661697388,-0.0198592767119408,-0.00586283532902598,-0.0835175663232803,-0.996496260166168,0.00448767002671957,-0.94759213924408,0.319040954113007,-0.0167966224253178,-0.638258814811707,0.769756495952606,-0.0100369956344366,-0.026771068572998,0.996692180633545,-0.0767342448234558,-0.99712085723877,0.0154581209644675,0.074236772954464,0.0424623042345047,-0.997936427593231,-0.0481651537120342,0.00675327330827713,-0.999663412570953,0.0250491071492434,-0.0669090151786804,-0.99775904417038,0.000387945416150615,-0.0835175663232803,-0.996496260166168,0.00448767002671957,0.0527198500931263,-0.998605668544769,0.00271568051539361,-0.99712085723877,0.0154581209644675,0.074236772954464,-0.999570846557617,-0.00992866512387991,-0.0275602266192436,-0.94759213924408,0.319040954113007,-0.0167966224253178,0.993239104747772,-0.0104408720508218,0.115616463124752,0.0424623042345047,-0.997936427593231,-0.0481651537120342,0.0527198500931263,-0.998605668544769,0.00271568051539361,0.999947309494019,-0.00842948816716671,-0.00586386304348707,0.996554493904114,0.0111594991758466,-0.0821864753961563,0.0409228317439556,0.9987513422966,0.0286581739783287,0.503911316394806,0.858815014362335,-0.0922503098845482,0.0409228317439556,0.9987513422966,0.0286581739783287,
  520. 0.0082928454503417,0.999951183795929,0.00537163205444813,0.503911316394806,0.858815014362335,-0.0922503098845482,-0.984736025333405,0.00916850846260786,-0.173813223838806,-0.0359443463385105,0.995954275131226,0.082360602915287,-0.638258814811707,0.769756495952606,-0.0100369956344366,-0.94759213924408,0.319040954113007,-0.0167966224253178,-0.999570846557617,-0.00992866512387991,-0.0275602266192436,-0.984736025333405,0.00916850846260786,-0.173813223838806,-0.94759213924408,0.319040954113007,-0.0167966224253178,-0.0700408816337585,-0.979282677173615,0.189999312162399,-0.981952905654907,-0.0317426286637783,-0.186442613601685,-0.999593794345856,-0.0284000728279352,-0.00239252834580839,-0.0669090151786804,-0.99775904417038,0.000387945416150615,0.0507625043392181,-0.997807145118713,-0.0424751564860344,-0.0700408816337585,-0.979282677173615,0.189999312162399,-0.0669090151786804,-0.99775904417038,0.000387945416150615,0.00675327330827713,-0.999663412570953,0.0250491071492434,0.0250567216426134,-0.991951644420624,0.124114044010639,0.876729190349579,-0.0226508043706417,0.48045089840889,0.0507625043392181,-0.997807145118713,-0.0424751564860344,0.0250567216426134,-0.991951644420624,0.124114044010639,0.996491551399231,-0.0233780313283205,-0.0803619772195816,0.503911316394806,0.858815014362335,-0.0922503098845482,0.965595722198486,0.00635985285043716,-0.259970396757126,0.996554493904114,0.0111594991758466,-0.0821864753961563,0.582255005836487,0.811469316482544,0.0499691739678383,0.13215896487236,0.990592539310455,-0.0355021394789219,0.00766053609549999,0.999577879905701,-0.0280248541384935,0.472736150026321,0.87592089176178,0.0963498502969742,-0.898438334465027,0.0228871516883373,-0.438502877950668,-0.0549312308430672,0.950382709503174,0.306195169687271,-0.0708081945776939,0.991654753684998,0.107735797762871,-0.999206900596619,0.00768633978441358,-0.0390702895820141,-0.912817597389221,-0.0272815302014351,0.407455384731293,-0.898438334465027,0.0228871516883373,-0.438502877950668,-0.999206900596619,0.00768633978441358,-0.0390702895820141,
  521. -0.992976665496826,-0.0213734097778797,0.116364486515522,-0.0655125007033348,-0.995884537696838,-0.0626273155212402,-0.912817597389221,-0.0272815302014351,0.407455384731293,-0.992976665496826,-0.0213734097778797,0.116364486515522,-0.0727468878030777,-0.982968151569366,-0.168764889240265,0.0549859292805195,-0.949352860450745,0.309363543987274,-0.0655125007033348,-0.995884537696838,-0.0626273155212402,-0.0727468878030777,-0.982968151569366,-0.168764889240265,0.0533432550728321,-0.998276352882385,-0.0244730580598116,0.859169900417328,-0.0224232226610184,-0.511198997497559,0.0549859292805195,-0.949352860450745,0.309363543987274,0.0533432550728321,-0.998276352882385,-0.0244730580598116,0.99934333562851,-0.0147569691762328,-0.0330949835479259,0.472736150026321,0.87592089176178,0.0963498502969742,0.921133458614349,0.00412929989397526,0.389225274324417,0.993482530117035,0.0236285030841827,0.111508429050446,0.582255005836487,0.811469316482544,0.0499691739678383,0.472736150026321,0.87592089176178,0.0963498502969742,0.0406199805438519,0.995202124118805,-0.0890108197927475,0.990199267864227,0.0184594728052616,0.138436287641525,0.472736150026321,0.87592089176178,0.0963498502969742,0.00766053609549999,0.999577879905701,-0.0280248541384935,0.0406199805438519,0.995202124118805,-0.0890108197927475,0.851562321186066,-0.514955997467041,0.0982958376407623,0.0314449183642864,-0.998651921749115,-0.0412993095815182,0.995524525642395,-0.0146078737452626,0.093368336558342,0.990199267864227,0.0184594728052616,0.138436287641525,0.921133458614349,0.00412929989397526,0.389225274324417,0.472736150026321,0.87592089176178,0.0963498502969742,0.0406514294445515,0.996074259281158,-0.0786362141370773,0.99824047088623,0.0201616045087576,0.0557623282074928,0.779142200946808,0.626838505268097,0.00331244501285255,0.501152396202087,0.865307629108429,-0.00943670980632305,0.00969440769404173,0.999952971935272,-0.000430149433668703,0.0406514294445515,0.996074259281158,-0.0786362141370773,0.501152396202087,0.865307629108429,-0.00943670980632305,-0.760234892368317,0.0257432702928782,0.649138152599335,
  522. -0.0591025091707706,0.972509622573853,-0.225237473845482,-0.0530374683439732,0.998590171337128,-0.00221370602957904,-0.999686419963837,0.0249247644096613,-0.00241148215718567,-0.800371050834656,-0.598372995853424,-0.0368224419653416,-0.977495968341827,-0.0105971032753587,-0.210687771439552,-0.997994422912598,-0.0145348133519292,-0.0616109631955624,-0.997994422912598,-0.0145348133519292,-0.0616109631955624,-0.0355295762419701,-0.999112725257874,0.0226144921034575,-0.800371050834656,-0.598372995853424,-0.0368224419653416,0.868570864200592,-0.492575705051422,-0.0543506368994713,0.0270764455199242,-0.999441027641296,0.0196139216423035,0.0055349818430841,-0.999939203262329,-0.0095342081040144,0.998300552368164,-0.0107954181730747,-0.0572678111493587,0.0270764455199242,-0.999441027641296,0.0196139216423035,0.868570864200592,-0.492575705051422,-0.0543506368994713,0.998300552368164,-0.0107954181730747,-0.0572678111493587,0.868570864200592,-0.492575705051422,-0.0543506368994713,0.99989241361618,-0.000238843451370485,0.014667266048491,-0.913327932357788,0.033071331679821,-0.4058797955513,-0.0547127388417721,0.984270453453064,0.167982742190361,-0.00983116589486599,0.999923288822174,-0.00754250679165125,-0.999612987041473,0.0178863182663918,0.0213093105703592,-0.0726592615246773,-0.992960095405579,-0.0935471206903458,-0.0254918653517962,-0.998401522636414,-0.0504439920186996,-0.800371050834656,-0.598372995853424,-0.0368224419653416,-0.800371050834656,-0.598372995853424,-0.0368224419653416,-0.974183619022369,-0.00982086360454559,0.22554337978363,-0.992885649204254,-0.00142273504752666,-0.119063720107079,0.661108195781708,0.744993209838867,0.0890005975961685,0.981227338314056,0.00301302573643625,0.192831426858902,0.946629226207733,-0.0169460941106081,0.321878701448441,0.814168691635132,0.58000522851944,0.0268925931304693,0.981819570064545,0.0216233972460032,0.188581168651581,0.0513025596737862,0.998500049114227,-0.0191273521631956,0.0489191897213459,0.998800039291382,-0.00232867151498795,0.998861849308014,0.0476969033479691,-9.98084506136365e-005,
  523. 0.0513025596737862,0.998500049114227,-0.0191273521631956,0.0121240485459566,0.993202149868011,-0.115769356489182,-0.0542478784918785,0.990137577056885,0.129169955849648,-0.0426821187138557,0.999083280563354,0.00331546482630074,0.0489191897213459,0.998800039291382,-0.00232867151498795,0.999936580657959,0.00143685285001993,-0.0111726773902774,0.996491551399231,-0.0233780313283205,-0.0803619772195816,0.881945252418518,-0.463192373514175,-0.0873242169618607,0.0409228317439556,0.9987513422966,0.0286581739783287,0.996554493904114,0.0111594991758466,-0.0821864753961563,0.999607622623444,0.0279803369194269,-0.00133070815354586,0.0457030422985554,0.998946011066437,-0.00425449153408408,-0.0359082706272602,0.997456550598145,0.0615718066692352,-0.00147623184602708,0.999907732009888,0.0135023444890976,-0.638283133506775,0.769773244857788,-0.00663836766034365,0.13215896487236,0.990592539310455,-0.0355021394789219,0.0082928454503417,0.999951183795929,0.00537163205444813,-0.0497039817273617,0.977186918258667,-0.206483006477356,-0.0704261139035225,0.997402191162109,0.0151356011629105,0.00766053609549999,0.999577879905701,-0.0280248541384935,0.13215896487236,0.990592539310455,-0.0355021394789219,-0.0704261139035225,0.997402191162109,0.0151356011629105,-0.0549315884709358,0.950502753257751,0.305822044610977,0.993482530117035,0.0236285030841827,0.111508429050446,0.921133458614349,0.00412929989397526,0.389225274324417,0.859169900417328,-0.0224232226610184,-0.511198997497559,0.99934333562851,-0.0147569691762328,-0.0330949835479259,0.965595722198486,0.00635985285043716,-0.259970396757126,0.993482530117035,0.0236285030841827,0.111508429050446,0.99934333562851,-0.0147569691762328,-0.0330949835479259,0.876729190349579,-0.0226508043706417,0.48045089840889,0.779142200946808,0.626838505268097,0.00331244501285255,0.99824047088623,0.0201616045087576,0.0557623282074928,0.999620795249939,0.00196247710846365,-0.0274669844657183,0.996348202228546,-0.0153298489749432,0.0839953571557999,0.0298461653292179,-0.999194920063019,-0.0268104765564203,0.0270764455199242,-0.999441027641296,0.0196139216423035,
  524. 0.998300552368164,-0.0107954181730747,-0.0572678111493587,-0.0355295762419701,-0.999112725257874,0.0226144921034575,-0.0342575497925282,-0.96995609998703,0.240856125950813,-0.800371050834656,-0.598372995853424,-0.0368224419653416,0.0055349818430841,-0.999939203262329,-0.0095342081040144,-0.0594146437942982,-0.998230814933777,-0.00228807283565402,-0.0655125007033348,-0.995884537696838,-0.0626273155212402,0.0549859292805195,-0.949352860450745,0.309363543987274,0.0314449183642864,-0.998651921749115,-0.0412993095815182,0.995524525642395,-0.0146078737452626,0.093368336558342,0.0314449183642864,-0.998651921749115,-0.0412993095815182,0.0549859292805195,-0.949352860450745,0.309363543987274,0.859169900417328,-0.0224232226610184,-0.511198997497559,0.999620795249939,0.00196247710846365,-0.0274669844657183,0.984836995601654,0.0134087316691875,-0.172963961958885,0.779142200946808,0.626838505268097,0.00331244501285255,0.993239104747772,-0.0104408720508218,0.115616463124752,0.999936580657959,0.00143685285001993,-0.0111726773902774,0.881945252418518,-0.463192373514175,-0.0873242169618607,0.881945252418518,-0.463192373514175,-0.0873242169618607,0.423278480768204,-0.905999183654785,-0.00100883166305721,0.0424623042345047,-0.997936427593231,-0.0481651537120342,0.993239104747772,-0.0104408720508218,0.115616463124752,0.423278480768204,-0.905999183654785,-0.00100883166305721,0.00675327330827713,-0.999663412570953,0.0250491071492434,0.0424623042345047,-0.997936427593231,-0.0481651537120342,0.0250567216426134,-0.991951644420624,0.124114044010639,0.00675327330827713,-0.999663412570953,0.0250491071492434,0.423278480768204,-0.905999183654785,-0.00100883166305721,0.996491551399231,-0.0233780313283205,-0.0803619772195816,0.0250567216426134,-0.991951644420624,0.124114044010639,0.423278480768204,-0.905999183654785,-0.00100883166305721,0.881945252418518,-0.463192373514175,-0.0873242169618607,0.999936580657959,0.00143685285001993,-0.0111726773902774,0.999607622623444,0.0279803369194269,-0.00133070815354586,0.996554493904114,0.0111594991758466,-0.0821864753961563,
  525. 0.965595722198486,0.00635985285043716,-0.259970396757126,0.876729190349579,-0.0226508043706417,0.48045089840889,0.996491551399231,-0.0233780313283205,-0.0803619772195816,0.950829863548279,0.0469673946499825,0.306131839752197,0.898774206638336,-0.00158786308020353,-0.438409090042114,0.935203075408936,-0.354100048542023,0.00289204460568726,0.967292428016663,-0.0016205869615078,0.253658711910248,0.950829863548279,0.0469673946499825,0.306131839752197,0.935203075408936,-0.354100048542023,0.00289204460568726,0.996348202228546,-0.0153298489749432,0.0839953571557999,0.967292428016663,-0.0016205869615078,0.253658711910248,0.935203075408936,-0.354100048542023,0.00289204460568726,0.935203075408936,-0.354100048542023,0.00289204460568726,0.624583899974823,-0.780743777751923,0.0182801056653261,0.0298461653292179,-0.999194920063019,-0.0268104765564203,0.996348202228546,-0.0153298489749432,0.0839953571557999,-0.000862382003106177,-0.995692193508148,-0.092717207968235,0.0298461653292179,-0.999194920063019,-0.0268104765564203,0.624583899974823,-0.780743777751923,0.0182801056653261,0.624583899974823,-0.780743777751923,0.0182801056653261,-0.0653605088591576,-0.959564864635468,-0.273794323205948,-0.000862382003106177,-0.995692193508148,-0.092717207968235,0.624583899974823,-0.780743777751923,0.0182801056653261,0.00397084234282374,-0.978986263275146,0.203887596726418,-0.0653605088591576,-0.959564864635468,-0.273794323205948,0.041481539607048,-0.998816549777985,0.0253931097686291,0.00397084234282374,-0.978986263275146,0.203887596726418,0.624583899974823,-0.780743777751923,0.0182801056653261,0.995134711265564,-0.0135313393548131,-0.097590796649456,0.041481539607048,-0.998816549777985,0.0253931097686291,0.624583899974823,-0.780743777751923,0.0182801056653261,0.935203075408936,-0.354100048542023,0.00289204460568726,0.898774206638336,-0.00158786308020353,-0.438409090042114,0.995134711265564,-0.0135313393548131,-0.097590796649456,0.935203075408936,-0.354100048542023,0.00289204460568726,0.981819570064545,0.0216233972460032,0.188581168651581,0.981227338314056,0.00301302573643625,0.192831426858902,
  526. 0.661108195781708,0.744993209838867,0.0890005975961685,0.661108195781708,0.744993209838867,0.0890005975961685,0.0513025596737862,0.998500049114227,-0.0191273521631956,0.981819570064545,0.0216233972460032,0.188581168651581,0.661108195781708,0.744993209838867,0.0890005975961685,0.0121240485459566,0.993202149868011,-0.115769356489182,0.0513025596737862,0.998500049114227,-0.0191273521631956,0.814168691635132,0.58000522851944,0.0268925931304693,0.0117081180214882,0.973097145557404,-0.230097740888596,0.0121240485459566,0.993202149868011,-0.115769356489182,0.661108195781708,0.744993209838867,0.0890005975961685,0.946629226207733,-0.0169460941106081,0.321878701448441,0.981227338314056,0.00301302573643625,0.192831426858902,0.898774206638336,-0.00158786308020353,-0.438409090042114,0.950829863548279,0.0469673946499825,0.306131839752197,0.814168691635132,0.58000522851944,0.0268925931304693,0.946629226207733,-0.0169460941106081,0.321878701448441,0.936459124088287,0.0251654647290707,-0.34987285733223,0.0538553558290005,0.995325684547424,0.0801646262407303,-0.0584821067750454,0.984553873538971,-0.165026172995567,-0.0260596498847008,0.985741078853607,-0.166239738464355,0.0117081180214882,0.973097145557404,-0.230097740888596,-0.0268467031419277,0.998189032077789,-0.0538334511220455,-0.00147623184602708,0.999907732009888,0.0135023444890976,0.0457030422985554,0.998946011066437,-0.00425449153408408,0.0415533222258091,0.999130487442017,-0.00342151103541255,-0.0346970073878765,0.999388456344604,0.00433831894770265,-0.99712085723877,0.0154581209644675,0.074236772954464,-0.026771068572998,0.996692180633545,-0.0767342448234558,-0.0346988774836063,0.999386072158813,0.00484643317759037,-0.999401211738586,0.0340976268053055,-0.00589611288160086,-0.999593794345856,-0.0284000728279352,-0.00239252834580839,-0.999570846557617,-0.00992866512387991,-0.0275602266192436,-0.99712085723877,0.0154581209644675,0.074236772954464,-0.999401211738586,0.0340976268053055,-0.00589611288160086,-0.999785661697388,-0.0198592767119408,-0.00586283532902598,-0.981952905654907,-0.0317426286637783,-0.186442613601685,
  527. -0.916111886501312,0.0162703357636929,0.400592565536499,-0.984736025333405,0.00916850846260786,-0.173813223838806,-0.999570846557617,-0.00992866512387991,-0.0275602266192436,-0.999593794345856,-0.0284000728279352,-0.00239252834580839,-0.916111886501312,0.0162703357636929,0.400592565536499,-0.049701664596796,0.977277398109436,-0.206054911017418,-0.0359443463385105,0.995954275131226,0.082360602915287,-0.984736025333405,0.00916850846260786,-0.173813223838806,-0.0497039817273617,0.977186918258667,-0.206483006477356,0.0082928454503417,0.999951183795929,0.00537163205444813,0.0409228317439556,0.9987513422966,0.0286581739783287,0.0457030422985554,0.998946011066437,-0.00425449153408408,-0.00147623184602708,0.999907732009888,0.0135023444890976,-0.0359082706272602,0.997456550598145,0.0615718066692352,0.990199267864227,0.0184594728052616,0.138436287641525,0.984836995601654,0.0134087316691875,-0.172963961958885,0.999620795249939,0.00196247710846365,-0.0274669844657183,0.99989241361618,-0.000238843451370485,0.014667266048491,0.995524525642395,-0.0146078737452626,0.093368336558342,0.859169900417328,-0.0224232226610184,-0.511198997497559,0.921133458614349,0.00412929989397526,0.389225274324417,0.0460089482367039,0.997496724128723,0.053700115531683,0.984836995601654,0.0134087316691875,-0.172963961958885,0.990199267864227,0.0184594728052616,0.138436287641525,0.0406199805438519,0.995202124118805,-0.0890108197927475,-0.053034882992506,0.998587012290955,-0.00336196110583842,0.00969440769404173,0.999952971935272,-0.000430149433668703,0.0460089482367039,0.997496724128723,0.053700115531683,0.0406199805438519,0.995202124118805,-0.0890108197927475,0.00766053609549999,0.999577879905701,-0.0280248541384935,-0.0549315884709358,0.950502753257751,0.305822044610977,-0.053034882992506,0.998587012290955,-0.00336196110583842,-0.0584821067750454,0.984553873538971,-0.165026172995567,0.0538553558290005,0.995325684547424,0.0801646262407303,0.0406514294445515,0.996074259281158,-0.0786362141370773,0.00969440769404173,0.999952971935272,-0.000430149433668703,
  528. 0.0538553558290005,0.995325684547424,0.0801646262407303,0.936459124088287,0.0251654647290707,-0.34987285733223,0.99824047088623,0.0201616045087576,0.0557623282074928,0.0406514294445515,0.996074259281158,-0.0786362141370773,0.999620795249939,0.00196247710846365,-0.0274669844657183,0.99824047088623,0.0201616045087576,0.0557623282074928,0.936459124088287,0.0251654647290707,-0.34987285733223,0.967292428016663,-0.0016205869615078,0.253658711910248,0.996348202228546,-0.0153298489749432,0.0839953571557999,0.998300552368164,-0.0107954181730747,-0.0572678111493587,0.99989241361618,-0.000238843451370485,0.014667266048491,-0.992885649204254,-0.00142273504752666,-0.119063720107079,-0.974183619022369,-0.00982086360454559,0.22554337978363,-0.913327932357788,0.033071331679821,-0.4058797955513,-0.999612987041473,0.0178863182663918,0.0213093105703592,-0.977495968341827,-0.0105971032753587,-0.210687771439552,-0.992885649204254,-0.00142273504752666,-0.119063720107079,-0.999612987041473,0.0178863182663918,0.0213093105703592,-0.760234892368317,0.0257432702928782,0.649138152599335,-0.997994422912598,-0.0145348133519292,-0.0616109631955624,-0.977495968341827,-0.0105971032753587,-0.210687771439552,-0.760234892368317,0.0257432702928782,0.649138152599335,-0.999686419963837,0.0249247644096613,-0.00241148215718567,-0.999731719493866,-0.0231068395078182,-0.00163534469902515,-0.0594146437942982,-0.998230814933777,-0.00228807283565402,-0.0355295762419701,-0.999112725257874,0.0226144921034575,-0.997994422912598,-0.0145348133519292,-0.0616109631955624,-0.999731719493866,-0.0231068395078182,-0.00163534469902515,0.0270764455199242,-0.999441027641296,0.0196139216423035,0.0298461653292179,-0.999194920063019,-0.0268104765564203,-0.000862382003106177,-0.995692193508148,-0.092717207968235,-0.0342575497925282,-0.96995609998703,0.240856125950813,-0.0355295762419701,-0.999112725257874,0.0226144921034575,-0.0594146437942982,-0.998230814933777,-0.00228807283565402,0.0055349818430841,-0.999939203262329,-0.0095342081040144,-0.000862382003106177,-0.995692193508148,-0.092717207968235,
  529. -0.0653605088591576,-0.959564864635468,-0.273794323205948,-0.0726592615246773,-0.992960095405579,-0.0935471206903458,-0.0342575497925282,-0.96995609998703,0.240856125950813,-0.0653605088591576,-0.959564864635468,-0.273794323205948,0.00397084234282374,-0.978986263275146,0.203887596726418,-0.0254918653517962,-0.998401522636414,-0.0504439920186996,-0.0726592615246773,-0.992960095405579,-0.0935471206903458,0.999947309494019,-0.00842948816716671,-0.00586386304348707,0.998777687549591,0.0493885353207588,0.00203395541757345,0.999607622623444,0.0279803369194269,-0.00133070815354586,0.999936580657959,0.00143685285001993,-0.0111726773902774,0.993239104747772,-0.0104408720508218,0.115616463124752,-0.998674750328064,0.0514103025197983,-0.00241718534380198,-0.0426824875175953,0.999081432819366,0.00382872228510678,-0.0547127388417721,0.984270453453064,0.167982742190361,-0.913327932357788,0.033071331679821,-0.4058797955513,0.998861849308014,0.0476969033479691,-9.98084506136365e-005,0.99989515542984,-0.0119532626122236,-0.00817305780947208,0.995134711265564,-0.0135313393548131,-0.097590796649456,0.898774206638336,-0.00158786308020353,-0.438409090042114,0.981227338314056,0.00301302573643625,0.192831426858902,0.981819570064545,0.0216233972460032,0.188581168651581,0.99989515542984,-0.0119532626122236,-0.00817305780947208,0.0633361116051674,-0.99798846244812,0.00277111795730889,0.041481539607048,-0.998816549777985,0.0253931097686291,0.995134711265564,-0.0135313393548131,-0.097590796649456,0.0633361116051674,-0.99798846244812,0.00277111795730889,-0.0614282339811325,-0.998093247413635,0.00604020059108734,-0.0362586602568626,-0.998109102249146,-0.0496340282261372,-0.0254918653517962,-0.998401522636414,-0.0504439920186996,0.00397084234282374,-0.978986263275146,0.203887596726418,0.041481539607048,-0.998816549777985,0.0253931097686291,-0.0614282339811325,-0.998093247413635,0.00604020059108734,-0.999921023845673,-0.0120375622063875,-0.00363796926103532,-0.996282339096069,-0.0140672288835049,0.0849922448396683,-0.0362586602568626,-0.998109102249146,-0.0496340282261372,
  530. -0.999921023845673,-0.0120375622063875,-0.00363796926103532,-0.998674750328064,0.0514103025197983,-0.00241718534380198,-0.913327932357788,0.033071331679821,-0.4058797955513,-0.974183619022369,-0.00982086360454559,0.22554337978363,-0.996282339096069,-0.0140672288835049,0.0849922448396683,0.00943652633577585,-0.998108386993408,-0.0607518330216408,-0.764530301094055,-0.014068759046495,-0.644434213638306,-0.539816856384277,-0.598388075828552,-0.592055320739746,0.0175808221101761,-0.998404681682587,-0.0536566898226738,0.00943652633577585,-0.998108386993408,-0.0607518330216408,-0.539816856384277,-0.598388075828552,-0.592055320739746,-0.764530301094055,-0.014068759046495,-0.644434213638306,-0.848418951034546,-0.00982233323156834,-0.529234230518341,-0.539816856384277,-0.598388075828552,-0.592055320739746,0.0353022590279579,0.998947501182556,0.0292857121676207,0.707772016525269,0.0279795601963997,0.705886662006378,0.704806208610535,0.049394890666008,0.707678139209747,0.0317733623087406,0.99913215637207,0.0269327107816935,-0.446679949760437,0.769647777080536,-0.456200957298279,-0.010552373714745,0.999908089637756,0.00851588323712349,0.0191049501299858,0.998188972473145,-0.0570420324802399,-0.0403728634119034,-0.99823272228241,-0.0436086617410183,-0.70575875043869,-0.0231068562716246,-0.708075404167175,-0.933709263801575,-0.0272721406072378,-0.356992244720459,-0.00203210487961769,-0.995885729789734,-0.0905960947275162,-0.705192565917969,0.0249244682490826,-0.708577632904053,-0.0359521545469761,0.998589038848877,-0.0390818826854229,-0.255271703004837,0.950415670871735,0.177613273262978,-0.325275957584381,0.0228844955563545,-0.945342183113098,0.532881021499634,-0.514875292778015,0.671521663665771,0.652791917324066,-0.492557048797607,0.575543582439423,0.0106757413595915,-0.99993908405304,-0.00280854944139719,0.0514578595757484,-0.998651027679443,-0.00694832392036915,-0.70575875043869,-0.0231068562716246,-0.708075404167175,-0.705192565917969,0.0249244682490826,-0.708577632904053,-0.325275957584381,0.0228844955563545,-0.945342183113098,
  531. -0.933709263801575,-0.0272721406072378,-0.356992244720459,0.637895226478577,-0.0146070066839457,0.769984602928162,0.696735501289368,-0.000238741195062175,0.717328131198883,0.652791917324066,-0.492557048797607,0.575543582439423,0.532881021499634,-0.514875292778015,0.671521663665771,0.909580290317535,0.0251677893102169,0.414765417575836,-0.0186171494424343,0.995327591896057,0.094744399189949,0.556759119033813,0.580001890659332,0.594657182693481,-0.0186171494424343,0.995327591896057,0.094744399189949,0.170873031020164,0.973124384880066,-0.154374569654465,0.556759119033813,0.580001890659332,0.594657182693481,-0.721977174282074,0.0178706422448158,-0.69168609380722,-0.00170784979127347,0.999923348426819,-0.0122630372643471,0.117335259914398,0.972530484199524,-0.201040044426918,-0.996574342250824,0.0257399622350931,-0.0785946920514107,-0.194596096873283,-0.969926774501801,0.146200254559517,0.0147237051278353,-0.992966651916504,-0.117476001381874,-0.539816856384277,-0.598388075828552,-0.592055320739746,-0.539816856384277,-0.598388075828552,-0.592055320739746,-0.618083536624908,-0.00147273764014244,-0.786111056804657,-0.542149543762207,-0.0105968192219734,-0.840215265750885,0.909580290317535,0.0251677893102169,0.414765417575836,0.441865682601929,-0.0169212501496077,0.896921634674072,0.455830156803131,0.0470200031995773,0.888824045658112,0.504619359970093,-0.00162135669961572,0.863340497016907,0.0904121324419975,0.993204116821289,-0.0732885152101517,0.170873031020164,0.973124384880066,-0.154374569654465,0.0989435911178589,0.985772252082825,-0.135879814624786,-0.129691362380981,0.990137338638306,0.0529941953718662,0.361027151346207,0.865279316902161,0.34778019785881,0.548553168773651,0.626817345619202,0.553343951702118,0.818647503852844,0.013412113301456,0.574139833450317,-0.00540140271186829,0.997494101524353,0.0705441236495972,-0.00540140271186829,0.997494101524353,0.0705441236495972,0.00717069860547781,0.999952673912048,0.00657085468992591,0.361027151346207,0.865279316902161,0.34778019785881,0.0679953470826149,-0.982948541641235,-0.170847535133362,
  532. -0.784514904022217,-0.021372202783823,-0.619741559028625,-0.56246155500412,-0.0317442454397678,-0.826213955879211,-0.183797433972359,-0.979300260543823,0.0847916677594185,-0.679113924503326,0.00766995176672935,-0.733992874622345,-0.12608902156353,0.991682410240173,0.0258366018533707,0.110574707388878,0.977281808853149,-0.180813804268837,-0.93109917640686,0.0162649117410183,-0.364403545856476,0.0548808388411999,-0.998284101486206,0.0204246025532484,0.0679953470826149,-0.982948541641235,-0.170847535133362,-0.183797433972359,-0.979300260543823,0.0847916677594185,0.0659144520759583,-0.99780809879303,0.00586158968508244,-0.784514904022217,-0.021372202783823,-0.619741559028625,-0.679113924503326,0.00766995176672935,-0.733992874622345,-0.93109917640686,0.0162649117410183,-0.364403545856476,-0.56246155500412,-0.0317442454397678,-0.826213955879211,0.376446098089218,0.811427474021912,0.447072446346283,0.623354315757751,0.0236575417220593,0.78158164024353,0.866524934768677,0.00635957112535834,0.499093443155289,0.421726822853088,0.858733773231506,0.291072189807892,0.729869723320007,-0.0147602409124374,0.683426916599274,0.0548808388411999,-0.998284101486206,0.0204246025532484,0.0659144520759583,-0.99780809879303,0.00586158968508244,0.280215919017792,-0.0226448513567448,0.959669947624207,0.421726822853088,0.858733773231506,0.291072189807892,0.00211448292247951,0.999951124191284,0.009660922922194,0.118462264537811,0.990593135356903,0.0684982538223267,0.376446098089218,0.811427474021912,0.447072446346283,-0.0475668124854565,-0.997760891914368,-0.0470175296068192,-0.705131828784943,-0.0283996593207121,-0.708507299423218,-0.702792704105377,-0.0198658499866724,-0.711117208003998,-0.0621837712824345,-0.996501564979553,-0.0558376163244247,-0.658171236515045,0.319077491760254,-0.681909263134003,-0.444218069314957,0.769630551338196,-0.458627492189407,0.0353541001677513,0.996691584587097,-0.0731851011514664,-0.757585942745209,0.0154602844268084,-0.652552366256714,0.0640731453895569,-0.997937083244324,-0.0040500950999558,-0.012928880751133,-0.999663650989532,0.0224852189421654,
  533. -0.0475668124854565,-0.997760891914368,-0.0470175296068192,-0.0621837712824345,-0.996501564979553,-0.0558376163244247,0.035340391099453,-0.99860692024231,0.0391818284988403,-0.757585942745209,0.0154602844268084,-0.652552366256714,-0.687307417392731,-0.00992861669510603,-0.726298809051514,-0.658171236515045,0.319077491760254,-0.681909263134003,0.620554804801941,-0.0104426452890038,0.7840935587883,0.0640731453895569,-0.997937083244324,-0.0040500950999558,0.035340391099453,-0.99860692024231,0.0391818284988403,0.711216926574707,-0.00842844694852829,0.702922165393829,0.762800097465515,0.011160945519805,0.646538019180298,0.00865938235074282,0.998751938343048,0.049190316349268,0.421726822853088,0.858733773231506,0.291072189807892,0.00865938235074282,0.998751938343048,0.049190316349268,0.00211448292247951,0.999951124191284,0.009660922922194,0.421726822853088,0.858733773231506,0.291072189807892,-0.57331645488739,0.00916508678346872,-0.81928277015686,-0.083611398935318,0.995957791805267,0.0328233540058136,-0.444218069314957,0.769630551338196,-0.458627492189407,-0.658171236515045,0.319077491760254,-0.681909263134003,-0.687307417392731,-0.00992861669510603,-0.726298809051514,-0.57331645488739,0.00916508678346872,-0.81928277015686,-0.658171236515045,0.319077491760254,-0.681909263134003,-0.183797433972359,-0.979300260543823,0.0847916677594185,-0.56246155500412,-0.0317442454397678,-0.826213955879211,-0.705131828784943,-0.0283996593207121,-0.708507299423218,-0.0475668124854565,-0.997760891914368,-0.0470175296068192,0.0659144520759583,-0.99780809879303,0.00586158968508244,-0.183797433972359,-0.979300260543823,0.0847916677594185,-0.0475668124854565,-0.997760891914368,-0.0470175296068192,-0.012928880751133,-0.999663650989532,0.0224852189421654,-0.0700408741831779,-0.991953432559967,0.105465225875378,0.280215919017792,-0.0226448513567448,0.959669947624207,0.0659144520759583,-0.99780809879303,0.00586158968508244,-0.0700408741831779,-0.991953432559967,0.105465225875378,0.761484622955322,-0.0233804415911436,0.647761106491089,0.421726822853088,0.858733773231506,0.291072189807892,
  534. 0.866524934768677,0.00635957112535834,0.499093443155289,0.762800097465515,0.011160945519805,0.646538019180298,0.376446098089218,0.811427474021912,0.447072446346283,0.118462264537811,0.990593135356903,0.0684982538223267,0.0252633579075336,0.999578475952148,-0.0143047086894512,0.266157656908035,0.87591016292572,0.402419775724411,-0.325275957584381,0.0228844955563545,-0.945342183113098,-0.255271703004837,0.950415670871735,0.177613273262978,-0.12608902156353,0.991682410240173,0.0258366018533707,-0.679113924503326,0.00766995176672935,-0.733992874622345,-0.933709263801575,-0.0272721406072378,-0.356992244720459,-0.325275957584381,0.0228844955563545,-0.945342183113098,-0.679113924503326,0.00766995176672935,-0.733992874622345,-0.784514904022217,-0.021372202783823,-0.619741559028625,-0.00203210487961769,-0.995885729789734,-0.0905960947275162,-0.933709263801575,-0.0272721406072378,-0.356992244720459,-0.784514904022217,-0.021372202783823,-0.619741559028625,0.0679953470826149,-0.982948541641235,-0.170847535133362,-0.179936811327934,-0.949312925338745,0.257735788822174,-0.00203210487961769,-0.995885729789734,-0.0905960947275162,0.0679953470826149,-0.982948541641235,-0.170847535133362,0.0548808388411999,-0.998284101486206,0.0204246025532484,0.968981981277466,-0.022424990311265,0.246112108230591,-0.179936811327934,-0.949312925338745,0.257735788822174,0.0548808388411999,-0.998284101486206,0.0204246025532484,0.729869723320007,-0.0147602409124374,0.683426916599274,0.266157656908035,0.87591016292572,0.402419775724411,0.376133382320404,0.00412950152531266,0.926556348800659,0.623354315757751,0.0236575417220593,0.78158164024353,0.376446098089218,0.811427474021912,0.447072446346283,0.266157656908035,0.87591016292572,0.402419775724411,0.0917099863290787,0.995199263095856,-0.0341740064322948,0.602297246456146,0.0184606052935123,0.79805850982666,0.266157656908035,0.87591016292572,0.402419775724411,0.0252633579075336,0.999578475952148,-0.0143047086894512,0.0917099863290787,0.995199263095856,-0.0341740064322948,0.532881021499634,-0.514875292778015,0.671521663665771,
  535. 0.0514578595757484,-0.998651027679443,-0.00694832392036915,0.637895226478577,-0.0146070066839457,0.769984602928162,0.602297246456146,0.0184606052935123,0.79805850982666,0.376133382320404,0.00412950152531266,0.926556348800659,0.266157656908035,0.87591016292572,0.402419775724411,0.0843294635415077,0.996075391769409,-0.0268780570477247,0.66644275188446,0.0201541241258383,0.745283782482147,0.548553168773651,0.626817345619202,0.553343951702118,0.361027151346207,0.865279316902161,0.34778019785881,0.00717069860547781,0.999952673912048,0.00657085468992591,0.0843294635415077,0.996075391769409,-0.0268780570477247,0.361027151346207,0.865279316902161,0.34778019785881,-0.996574342250824,0.0257399622350931,-0.0785946920514107,0.117335259914398,0.972530484199524,-0.201040044426918,-0.0359521545469761,0.998589038848877,-0.0390818826854229,-0.705192565917969,0.0249244682490826,-0.708577632904053,-0.539816856384277,-0.598388075828552,-0.592055320739746,-0.542149543762207,-0.0105968192219734,-0.840215265750885,-0.662137389183044,-0.0145349269732833,-0.749241471290588,-0.662137389183044,-0.0145349269732833,-0.749241471290588,-0.0410936251282692,-0.999113798141479,-0.00910775549709797,-0.539816856384277,-0.598388075828552,-0.592055320739746,0.652791917324066,-0.492557048797607,0.575543582439423,0.00528923282399774,-0.999440550804138,0.0330272540450096,0.0106757413595915,-0.99993908405304,-0.00280854944139719,0.746400058269501,-0.0107984952628613,0.665409922599792,0.00528923282399774,-0.999440550804138,0.0330272540450096,0.652791917324066,-0.492557048797607,0.575543582439423,0.746400058269501,-0.0107984952628613,0.665409922599792,0.652791917324066,-0.492557048797607,0.575543582439423,0.696735501289368,-0.000238741195062175,0.717328131198883,-0.358821570873261,0.0330816693603992,-0.932819783687592,-0.157473415136337,0.984267771244049,0.0801193565130234,-0.00170784979127347,0.999923348426819,-0.0122630372643471,-0.721977174282074,0.0178706422448158,-0.69168609380722,0.0147237051278353,-0.992966651916504,-0.117476001381874,0.0175808221101761,-0.998404681682587,-0.0536566898226738,
  536. -0.539816856384277,-0.598388075828552,-0.592055320739746,-0.539816856384277,-0.598388075828552,-0.592055320739746,-0.848418951034546,-0.00982233323156834,-0.529234230518341,-0.618083536624908,-0.00147273764014244,-0.786111056804657,0.404456317424774,0.74508261680603,0.530346214771271,0.557448983192444,0.00301323737949133,0.830205798149109,0.441865682601929,-0.0169212501496077,0.896921634674072,0.556759119033813,0.580001890659332,0.594657182693481,0.560853898525238,0.0216176230460405,0.827632486820221,0.0498061627149582,0.998499155044556,0.0227815378457308,0.0362487733364105,0.998799383640289,0.032953105866909,0.706413567066193,0.047693707048893,0.706190705299377,0.0498061627149582,0.998499155044556,0.0227815378457308,0.0904121324419975,0.993204116821289,-0.0732885152101517,-0.129691362380981,0.990137338638306,0.0529941953718662,-0.0325249210000038,0.999083280563354,-0.0278359465301037,0.0362487733364105,0.998799383640289,0.032953105866909,0.714985191822052,0.00143697496969253,0.699138045310974,0.761484622955322,-0.0233804415911436,0.647761106491089,0.685377538204193,-0.463202059268951,0.561873197555542,0.00865938235074282,0.998751938343048,0.049190316349268,0.762800097465515,0.011160945519805,0.646538019180298,0.707772016525269,0.0279795601963997,0.705886662006378,0.0353022590279579,0.998947501182556,0.0292857121676207,-0.068890243768692,0.99745911359787,0.01815390214324,-0.010552373714745,0.999908089637756,0.00851588323712349,-0.446679949760437,0.769647777080536,-0.456200957298279,0.118462264537811,0.990593135356903,0.0684982538223267,0.00211448292247951,0.999951124191284,0.009660922922194,0.110875755548477,0.977191269397736,-0.181118115782738,-0.0604843683540821,0.997399032115936,-0.0392021797597408,0.0252633579075336,0.999578475952148,-0.0143047086894512,0.118462264537811,0.990593135356903,0.0684982538223267,-0.0604843683540821,0.997399032115936,-0.0392021797597408,-0.255008101463318,0.950535774230957,0.177349165081978,0.623354315757751,0.0236575417220593,0.78158164024353,0.376133382320404,0.00412950152531266,0.926556348800659,
  537. 0.968981981277466,-0.022424990311265,0.246112108230591,0.729869723320007,-0.0147602409124374,0.683426916599274,0.866524934768677,0.00635957112535834,0.499093443155289,0.623354315757751,0.0236575417220593,0.78158164024353,0.729869723320007,-0.0147602409124374,0.683426916599274,0.280215919017792,-0.0226448513567448,0.959669947624207,0.548553168773651,0.626817345619202,0.553343951702118,0.66644275188446,0.0201541241258383,0.745283782482147,0.726221323013306,0.00196244823746383,0.687458276748657,0.645129919052124,-0.0153308771550655,0.763919174671173,0.0400767549872398,-0.999194264411926,0.00216428749263287,0.00528923282399774,-0.999440550804138,0.0330272540450096,0.746400058269501,-0.0107984952628613,0.665409922599792,-0.0410936251282692,-0.999113798141479,-0.00910775549709797,-0.194596096873283,-0.969926774501801,0.146200254559517,-0.539816856384277,-0.598388075828552,-0.592055320739746,0.0106757413595915,-0.99993908405304,-0.00280854944139719,-0.0403728634119034,-0.99823272228241,-0.0436086617410183,-0.00203210487961769,-0.995885729789734,-0.0905960947275162,-0.179936811327934,-0.949312925338745,0.257735788822174,0.0514578595757484,-0.998651027679443,-0.00694832392036915,0.637895226478577,-0.0146070066839457,0.769984602928162,0.0514578595757484,-0.998651027679443,-0.00694832392036915,-0.179936811327934,-0.949312925338745,0.257735788822174,0.968981981277466,-0.022424990311265,0.246112108230591,0.726221323013306,0.00196244823746383,0.687458276748657,0.818647503852844,0.013412113301456,0.574139833450317,0.548553168773651,0.626817345619202,0.553343951702118,0.620554804801941,-0.0104426452890038,0.7840935587883,0.714985191822052,0.00143697496969253,0.699138045310974,0.685377538204193,-0.463202059268951,0.561873197555542,0.685377538204193,-0.463202059268951,0.561873197555542,0.299923866987228,-0.906062245368958,0.298491150140762,0.0640731453895569,-0.997937083244324,-0.0040500950999558,0.620554804801941,-0.0104426452890038,0.7840935587883,0.299923866987228,-0.906062245368958,0.298491150140762,-0.012928880751133,-0.999663650989532,0.0224852189421654,
  538. 0.0640731453895569,-0.997937083244324,-0.0040500950999558,-0.0700408741831779,-0.991953432559967,0.105465225875378,-0.012928880751133,-0.999663650989532,0.0224852189421654,0.299923866987228,-0.906062245368958,0.298491150140762,0.761484622955322,-0.0233804415911436,0.647761106491089,-0.0700408741831779,-0.991953432559967,0.105465225875378,0.299923866987228,-0.906062245368958,0.298491150140762,0.685377538204193,-0.463202059268951,0.561873197555542,0.714985191822052,0.00143697496969253,0.699138045310974,0.707772016525269,0.0279795601963997,0.705886662006378,0.762800097465515,0.011160945519805,0.646538019180298,0.866524934768677,0.00635957112535834,0.499093443155289,0.280215919017792,-0.0226448513567448,0.959669947624207,0.761484622955322,-0.0233804415911436,0.647761106491089,0.455830156803131,0.0470200031995773,0.888824045658112,0.945496618747711,-0.00158793281298131,0.325628340244293,0.659257650375366,-0.354084193706512,0.663327813148499,0.504619359970093,-0.00162135669961572,0.863340497016907,0.455830156803131,0.0470200031995773,0.888824045658112,0.659257650375366,-0.354084193706512,0.663327813148499,0.645129919052124,-0.0153308771550655,0.763919174671173,0.504619359970093,-0.00162135669961572,0.863340497016907,0.659257650375366,-0.354084193706512,0.663327813148499,0.659257650375366,-0.354084193706512,0.663327813148499,0.428730010986328,-0.780743360519409,0.454566389322281,0.0400767549872398,-0.999194264411926,0.00216428749263287,0.645129919052124,-0.0153308771550655,0.763919174671173,0.064979188144207,-0.995692014694214,-0.0661451742053032,0.0400767549872398,-0.999194264411926,0.00216428749263287,0.428730010986328,-0.780743360519409,0.454566389322281,0.428730010986328,-0.780743360519409,0.454566389322281,0.147531688213348,-0.959482192993164,-0.240059450268745,0.064979188144207,-0.995692014694214,-0.0661451742053032,0.428730010986328,-0.780743360519409,0.454566389322281,-0.141441613435745,-0.978967130184174,0.147029533982277,0.147531688213348,-0.959482192993164,-0.240059450268745,0.0113583216443658,-0.998817563056946,0.0472728349268436,
  539. -0.141441613435745,-0.978967130184174,0.147029533982277,0.428730010986328,-0.780743360519409,0.454566389322281,0.772647857666016,-0.0135317863896489,0.634690523147583,0.0113583216443658,-0.998817563056946,0.0472728349268436,0.428730010986328,-0.780743360519409,0.454566389322281,0.659257650375366,-0.354084193706512,0.663327813148499,0.945496618747711,-0.00158793281298131,0.325628340244293,0.772647857666016,-0.0135317863896489,0.634690523147583,0.659257650375366,-0.354084193706512,0.663327813148499,0.560853898525238,0.0216176230460405,0.827632486820221,0.557448983192444,0.00301323737949133,0.830205798149109,0.404456317424774,0.74508261680603,0.530346214771271,0.404456317424774,0.74508261680603,0.530346214771271,0.0498061627149582,0.998499155044556,0.0227815378457308,0.560853898525238,0.0216176230460405,0.827632486820221,0.404456317424774,0.74508261680603,0.530346214771271,0.0904121324419975,0.993204116821289,-0.0732885152101517,0.0498061627149582,0.998499155044556,0.0227815378457308,0.556759119033813,0.580001890659332,0.594657182693481,0.170873031020164,0.973124384880066,-0.154374569654465,0.0904121324419975,0.993204116821289,-0.0732885152101517,0.404456317424774,0.74508261680603,0.530346214771271,0.441865682601929,-0.0169212501496077,0.896921634674072,0.557448983192444,0.00301323737949133,0.830205798149109,0.945496618747711,-0.00158793281298131,0.325628340244293,0.455830156803131,0.0470200031995773,0.888824045658112,0.556759119033813,0.580001890659332,0.594657182693481,0.441865682601929,-0.0169212501496077,0.896921634674072,0.909580290317535,0.0251677893102169,0.414765417575836,-0.0186171494424343,0.995327591896057,0.094744399189949,0.0751701295375824,0.984574317932129,-0.157996624708176,0.0989435911178589,0.985772252082825,-0.135879814624786,0.170873031020164,0.973124384880066,-0.154374569654465,0.0191049501299858,0.998188972473145,-0.0570420324802399,-0.010552373714745,0.999908089637756,0.00851588323712349,0.0353022590279579,0.998947501182556,0.0292857121676207,0.0317733623087406,0.99913215637207,0.0269327107816935,
  540. -0.0276217013597488,0.999387621879578,-0.0214854832738638,-0.757585942745209,0.0154602844268084,-0.652552366256714,0.0353541001677513,0.996691584587097,-0.0731851011514664,-0.0279823131859303,0.999385118484497,-0.0211274959146976,-0.702515244483948,0.0340712927281857,-0.710852682590485,-0.705131828784943,-0.0283996593207121,-0.708507299423218,-0.687307417392731,-0.00992861669510603,-0.726298809051514,-0.757585942745209,0.0154602844268084,-0.652552366256714,-0.702515244483948,0.0340712927281857,-0.710852682590485,-0.702792704105377,-0.0198658499866724,-0.711117208003998,-0.56246155500412,-0.0317442454397678,-0.826213955879211,-0.93109917640686,0.0162649117410183,-0.364403545856476,-0.57331645488739,0.00916508678346872,-0.81928277015686,-0.687307417392731,-0.00992861669510603,-0.726298809051514,-0.705131828784943,-0.0283996593207121,-0.708507299423218,-0.93109917640686,0.0162649117410183,-0.364403545856476,0.110574707388878,0.977281808853149,-0.180813804268837,-0.083611398935318,0.995957791805267,0.0328233540058136,-0.57331645488739,0.00916508678346872,-0.81928277015686,0.110875755548477,0.977191269397736,-0.181118115782738,0.00211448292247951,0.999951124191284,0.009660922922194,0.00865938235074282,0.998751938343048,0.049190316349268,0.0353022590279579,0.998947501182556,0.0292857121676207,-0.010552373714745,0.999908089637756,0.00851588323712349,-0.068890243768692,0.99745911359787,0.01815390214324,0.602297246456146,0.0184606052935123,0.79805850982666,0.818647503852844,0.013412113301456,0.574139833450317,0.726221323013306,0.00196244823746383,0.687458276748657,0.696735501289368,-0.000238741195062175,0.717328131198883,0.637895226478577,-0.0146070066839457,0.769984602928162,0.968981981277466,-0.022424990311265,0.246112108230591,0.376133382320404,0.00412950152531266,0.926556348800659,-0.00540140271186829,0.997494101524353,0.0705441236495972,0.818647503852844,0.013412113301456,0.574139833450317,0.602297246456146,0.0184606052935123,0.79805850982666,0.0917099863290787,0.995199263095856,-0.0341740064322948,-0.0351384356617928,0.998585939407349,-0.0398919694125652,
  541. 0.00717069860547781,0.999952673912048,0.00657085468992591,-0.00540140271186829,0.997494101524353,0.0705441236495972,0.0917099863290787,0.995199263095856,-0.0341740064322948,0.0252633579075336,0.999578475952148,-0.0143047086894512,-0.255008101463318,0.950535774230957,0.177349165081978,-0.0351384356617928,0.998585939407349,-0.0398919694125652,0.0751701295375824,0.984574317932129,-0.157996624708176,-0.0186171494424343,0.995327591896057,0.094744399189949,0.0843294635415077,0.996075391769409,-0.0268780570477247,0.00717069860547781,0.999952673912048,0.00657085468992591,-0.0186171494424343,0.995327591896057,0.094744399189949,0.909580290317535,0.0251677893102169,0.414765417575836,0.66644275188446,0.0201541241258383,0.745283782482147,0.0843294635415077,0.996075391769409,-0.0268780570477247,0.726221323013306,0.00196244823746383,0.687458276748657,0.66644275188446,0.0201541241258383,0.745283782482147,0.909580290317535,0.0251677893102169,0.414765417575836,0.504619359970093,-0.00162135669961572,0.863340497016907,0.645129919052124,-0.0153308771550655,0.763919174671173,0.746400058269501,-0.0107984952628613,0.665409922599792,0.696735501289368,-0.000238741195062175,0.717328131198883,-0.618083536624908,-0.00147273764014244,-0.786111056804657,-0.848418951034546,-0.00982233323156834,-0.529234230518341,-0.358821570873261,0.0330816693603992,-0.932819783687592,-0.721977174282074,0.0178706422448158,-0.69168609380722,-0.542149543762207,-0.0105968192219734,-0.840215265750885,-0.618083536624908,-0.00147273764014244,-0.786111056804657,-0.721977174282074,0.0178706422448158,-0.69168609380722,-0.996574342250824,0.0257399622350931,-0.0785946920514107,-0.662137389183044,-0.0145349269732833,-0.749241471290588,-0.542149543762207,-0.0105968192219734,-0.840215265750885,-0.996574342250824,0.0257399622350931,-0.0785946920514107,-0.705192565917969,0.0249244682490826,-0.708577632904053,-0.70575875043869,-0.0231068562716246,-0.708075404167175,-0.0403728634119034,-0.99823272228241,-0.0436086617410183,-0.0410936251282692,-0.999113798141479,-0.00910775549709797,
  542. -0.662137389183044,-0.0145349269732833,-0.749241471290588,-0.70575875043869,-0.0231068562716246,-0.708075404167175,0.00528923282399774,-0.999440550804138,0.0330272540450096,0.0400767549872398,-0.999194264411926,0.00216428749263287,0.064979188144207,-0.995692014694214,-0.0661451742053032,-0.194596096873283,-0.969926774501801,0.146200254559517,-0.0410936251282692,-0.999113798141479,-0.00910775549709797,-0.0403728634119034,-0.99823272228241,-0.0436086617410183,0.0106757413595915,-0.99993908405304,-0.00280854944139719,0.064979188144207,-0.995692014694214,-0.0661451742053032,0.147531688213348,-0.959482192993164,-0.240059450268745,0.0147237051278353,-0.992966651916504,-0.117476001381874,-0.194596096873283,-0.969926774501801,0.146200254559517,0.147531688213348,-0.959482192993164,-0.240059450268745,-0.141441613435745,-0.978967130184174,0.147029533982277,0.0175808221101761,-0.998404681682587,-0.0536566898226738,0.0147237051278353,-0.992966651916504,-0.117476001381874,0.711216926574707,-0.00842844694852829,0.702922165393829,0.704806208610535,0.049394890666008,0.707678139209747,0.707772016525269,0.0279795601963997,0.705886662006378,0.714985191822052,0.00143697496969253,0.699138045310974,0.620554804801941,-0.0104426452890038,0.7840935587883,-0.704470336437225,0.051415178924799,-0.707868754863739,-0.0328881032764912,0.999081432819366,-0.0274732802063227,-0.157473415136337,0.984267771244049,0.0801193565130234,-0.358821570873261,0.0330816693603992,-0.932819783687592,0.706413567066193,0.047693707048893,0.706190705299377,0.712841689586639,-0.0119550991803408,0.701223075389862,0.772647857666016,-0.0135317863896489,0.634690523147583,0.945496618747711,-0.00158793281298131,0.325628340244293,0.557448983192444,0.00301323737949133,0.830205798149109,0.560853898525238,0.0216176230460405,0.827632486820221,0.712841689586639,-0.0119550991803408,0.701223075389862,0.0428105145692825,-0.997989773750305,0.0467315874993801,0.0113583216443658,-0.998817563056946,0.0472728349268436,0.772647857666016,-0.0135317863896489,0.634690523147583,0.0428105145692825,-0.997989773750305,0.0467315874993801,
  543. -0.0477533489465714,-0.99808931350708,-0.039209708571434,0.00943652633577585,-0.998108386993408,-0.0607518330216408,0.0175808221101761,-0.998404681682587,-0.0536566898226738,-0.141441613435745,-0.978967130184174,0.147029533982277,0.0113583216443658,-0.998817563056946,0.0472728349268436,-0.0477533489465714,-0.99808931350708,-0.039209708571434,-0.704461812973022,-0.0120349954813719,-0.709639847278595,-0.764530301094055,-0.014068759046495,-0.644434213638306,0.00943652633577585,-0.998108386993408,-0.0607518330216408,-0.704461812973022,-0.0120349954813719,-0.709639847278595,-0.704470336437225,0.051415178924799,-0.707868754863739,-0.358821570873261,0.0330816693603992,-0.932819783687592,-0.848418951034546,-0.00982233323156834,-0.529234230518341,-0.764530301094055,-0.014068759046495,-0.644434213638306,0.0496379435062408,-0.99810928106308,-0.0362500213086605,-0.0849680081009865,-0.0140674989670515,-0.996284365653992,0.0367842391133308,-0.598401188850403,-0.800351738929749,0.0506271533668041,-0.998392522335052,-0.0254808850586414,0.0496379435062408,-0.99810928106308,-0.0362500213086605,0.0367842391133308,-0.598401188850403,-0.800351738929749,-0.0849680081009865,-0.0140674989670515,-0.996284365653992,-0.225885614752769,-0.00982217863202095,-0.974104344844818,0.0367842391133308,-0.598401188850403,-0.800351738929749,0.00425529712811112,0.998948395252228,0.0456499606370926,0.00134000554680824,0.0279802735894918,0.999607563018799,-0.00202283100225031,0.0494012087583542,0.998776972293854,0.00342358648777008,0.999133944511414,0.0414676778018475,0.00667723780497909,0.769763648509979,-0.638294100761414,-0.0135045349597931,0.999907672405243,-0.00150588084943593,0.0538378357887268,0.998188018798828,-0.0268721077591181,0.00228786584921181,-0.99823272228241,-0.0593821406364441,0.00163547694683075,-0.0231064613908529,-0.999731719493866,-0.407847732305527,-0.0272772144526243,-0.912642419338226,0.0627498477697372,-0.995878577232361,-0.0654857531189919,0.00239694607444108,0.0249245297163725,-0.999686479568481,0.00221339892596006,0.998589932918549,-0.0530408285558224,
  544. -0.306424617767334,0.950310230255127,-0.0549053363502026,0.438684910535812,0.022885013371706,-0.898349583148956,-0.0980314686894417,-0.514823138713837,0.851673007011414,0.0546166785061359,-0.492524653673172,0.868583142757416,0.00953169167041779,-0.99993908405304,0.0055831023491919,0.0412935130298138,-0.998651027679443,0.0314815379679203,0.00163547694683075,-0.0231064613908529,-0.999731719493866,0.00239694607444108,0.0249245297163725,-0.999686479568481,0.438684910535812,0.022885013371706,-0.898349583148956,-0.407847732305527,-0.0272772144526243,-0.912642419338226,-0.0933955162763596,-0.014608315192163,0.99552196264267,-0.0145473442971706,-0.000238548193010502,0.999894142150879,0.0546166785061359,-0.492524653673172,0.868583142757416,-0.0980314686894417,-0.514823138713837,0.851673007011414,0.349987953901291,0.0251609813421965,0.936416268348694,-0.0801743045449257,0.995325088500977,0.0538517720997334,-0.0268851406872272,0.580118834972382,0.814088046550751,-0.0801743045449257,0.995325088500977,0.0538517720997334,0.229862257838249,0.973151922225952,0.011782631278038,-0.0268851406872272,0.580118834972382,0.814088046550751,-0.0212543532252312,0.0178763698786497,-0.999614357948303,0.00716824550181627,0.999926626682281,-0.00976645853370428,0.225161924958229,0.972524404525757,-0.0591477155685425,-0.649035155773163,0.0257458779960871,-0.760322630405426,-0.240792021155357,-0.969974040985107,-0.0342004187405109,0.093960240483284,-0.992944657802582,-0.0723363533616066,0.0367842391133308,-0.598401188850403,-0.800351738929749,0.0367842391133308,-0.598401188850403,-0.800351738929749,0.118714466691017,-0.00145116925705224,-0.992927432060242,0.210810422897339,-0.0105977645143867,-0.977469563484192,0.349987953901291,0.0251609813421965,0.936416268348694,-0.321728467941284,-0.0169222522526979,0.946680724620819,-0.305501013994217,0.0468940921127796,0.951036334037781,-0.253298670053482,-0.00161773292347789,0.967386782169342,0.115661725401878,0.993214786052704,0.0121163399890065,0.229862257838249,0.973151922225952,0.011782631278038,0.165874287486076,0.98580402135849,-0.0260055214166641,
  545. -0.129237353801727,0.990127801895142,-0.0542656742036343,0.00939230527728796,0.865317463874817,0.501136362552643,-0.00331455399282277,0.626936852931976,0.779063105583191,0.173003420233727,0.0134052177891135,0.98483008146286,-0.0536894164979458,0.997495472431183,0.0460460819303989,-0.0536894164979458,0.997495472431183,0.0460460819303989,0.000436701840953901,0.999952614307404,0.00972932856529951,0.00939230527728796,0.865317463874817,0.501136362552643,0.169066146016121,-0.982915759086609,-0.0727561041712761,-0.116545014083385,-0.0213734395802021,-0.992955386638641,0.186559826135635,-0.0317422933876514,-0.981930673122406,-0.18997386097908,-0.979289472103119,-0.0700156316161156,0.0391934849321842,0.0076880962587893,-0.999202132225037,-0.107910431921482,0.991637408733368,-0.0707860067486763,0.206041887402534,0.977280080318451,-0.0497039705514908,-0.400559216737747,0.01626992598176,-0.916126489639282,0.0245457347482443,-0.998276889324188,0.0532986223697662,0.169066146016121,-0.982915759086609,-0.0727561041712761,-0.18997386097908,-0.979289472103119,-0.0700156316161156,0.0425617136061192,-0.997804462909698,0.0507430583238602,-0.116545014083385,-0.0213734395802021,-0.992955386638641,0.0391934849321842,0.0076880962587893,-0.999202132225037,-0.400559216737747,0.01626992598176,-0.916126489639282,0.186559826135635,-0.0317422933876514,-0.981930673122406,-0.0500762313604355,0.811536312103271,0.582152247428894,-0.111737281084061,0.0236326120793819,0.993456840515137,0.259867012500763,0.00635903840884566,0.965623557567596,0.0922637581825256,0.858742117881775,0.504033148288727,0.0330592878162861,-0.0147625971585512,0.999344408512115,0.0245457347482443,-0.998276889324188,0.0532986223697662,0.0425617136061192,-0.997804462909698,0.0507430583238602,-0.480578422546387,-0.0226562526077032,0.876659154891968,0.0922637581825256,0.858742117881775,0.504033148288727,-0.00532083725556731,0.999951660633087,0.00826685503125191,0.0356653928756714,0.990594744682312,0.132099166512489,-0.0500762313604355,0.811536312103271,0.582152247428894,-0.000388599990401417,-0.997761845588684,-0.0668670237064362,
  546. 0.00239617307670414,-0.0283996015787125,-0.9995938539505,0.00588950654491782,-0.0198515355587006,-0.999785602092743,-0.00448872754350305,-0.996499717235565,-0.0834763869643211,0.0168194249272347,0.319066733121872,-0.947583079338074,0.0100858602672815,0.769746899604797,-0.638269484043121,0.0767365470528603,0.996691286563873,-0.0267966948449612,-0.0742151662707329,0.0154580594971776,-0.997122406959534,0.0481674633920193,-0.997936606407166,0.0424574315547943,-0.0250238329172134,-0.999664068222046,0.00676042400300503,-0.000388599990401417,-0.997761845588684,-0.0668670237064362,-0.00448872754350305,-0.996499717235565,-0.0834763869643211,-0.00271533080376685,-0.998605966567993,0.0527146495878696,-0.0742151662707329,0.0154580594971776,-0.997122406959534,0.0275801848620176,-0.00992844719439745,-0.999570369720459,0.0168194249272347,0.319066733121872,-0.947583079338074,-0.115655668079853,-0.0104404408484697,0.993234515190125,0.0481674633920193,-0.997936606407166,0.0424574315547943,-0.00271533080376685,-0.998605966567993,0.0527146495878696,0.00589353451505303,-0.00842799991369247,0.999947190284729,0.0821965932846069,0.0111642349511385,0.996553659439087,-0.0286579728126526,0.998752772808075,0.040887326002121,0.0922637581825256,0.858742117881775,0.504033148288727,-0.0286579728126526,0.998752772808075,0.040887326002121,-0.00532083725556731,0.999951660633087,0.00826685503125191,0.0922637581825256,0.858742117881775,0.504033148288727,0.173836454749107,0.00918057002127171,-0.984731733798981,-0.0823720321059227,0.995953679084778,-0.0359336696565151,0.0100858602672815,0.769746899604797,-0.638269484043121,0.0168194249272347,0.319066733121872,-0.947583079338074,0.0275801848620176,-0.00992844719439745,-0.999570369720459,0.173836454749107,0.00918057002127171,-0.984731733798981,0.0168194249272347,0.319066733121872,-0.947583079338074,-0.18997386097908,-0.979289472103119,-0.0700156316161156,0.186559826135635,-0.0317422933876514,-0.981930673122406,0.00239617307670414,-0.0283996015787125,-0.9995938539505,-0.000388599990401417,-0.997761845588684,-0.0668670237064362,
  547. 0.0425617136061192,-0.997804462909698,0.0507430583238602,-0.18997386097908,-0.979289472103119,-0.0700156316161156,-0.000388599990401417,-0.997761845588684,-0.0668670237064362,-0.0250238329172134,-0.999664068222046,0.00676042400300503,-0.124054305255413,-0.991958975791931,0.0250612609088421,-0.480578422546387,-0.0226562526077032,0.876659154891968,0.0425617136061192,-0.997804462909698,0.0507430583238602,-0.124054305255413,-0.991958975791931,0.0250612609088421,0.0804076641798019,-0.0233783554285765,0.996487855911255,0.0922637581825256,0.858742117881775,0.504033148288727,0.259867012500763,0.00635903840884566,0.965623557567596,0.0821965932846069,0.0111642349511385,0.996553659439087,-0.0500762313604355,0.811536312103271,0.582152247428894,0.0356653928756714,0.990594744682312,0.132099166512489,0.027821546420455,0.999583065509796,0.00773429032415152,-0.0962791591882706,0.875925421714783,0.472742140293121,0.438684910535812,0.022885013371706,-0.898349583148956,-0.306424617767334,0.950310230255127,-0.0549053363502026,-0.107910431921482,0.991637408733368,-0.0707860067486763,0.0391934849321842,0.0076880962587893,-0.999202132225037,-0.407847732305527,-0.0272772144526243,-0.912642419338226,0.438684910535812,0.022885013371706,-0.898349583148956,0.0391934849321842,0.0076880962587893,-0.999202132225037,-0.116545014083385,-0.0213734395802021,-0.992955386638641,0.0627498477697372,-0.995878577232361,-0.0654857531189919,-0.407847732305527,-0.0272772144526243,-0.912642419338226,-0.116545014083385,-0.0213734395802021,-0.992955386638641,0.169066146016121,-0.982915759086609,-0.0727561041712761,-0.309250354766846,-0.949386298656464,0.0550442971289158,0.0627498477697372,-0.995878577232361,-0.0654857531189919,0.169066146016121,-0.982915759086609,-0.0727561041712761,0.0245457347482443,-0.998276889324188,0.0532986223697662,0.51125693321228,-0.0224107503890991,0.859135806560516,-0.309250354766846,-0.949386298656464,0.0550442971289158,0.0245457347482443,-0.998276889324188,0.0532986223697662,0.0330592878162861,-0.0147625971585512,0.999344408512115,
  548. -0.0962791591882706,0.875925421714783,0.472742140293121,-0.38936659693718,0.00412981025874615,0.92107367515564,-0.111737281084061,0.0236326120793819,0.993456840515137,-0.0500762313604355,0.811536312103271,0.582152247428894,-0.0962791591882706,0.875925421714783,0.472742140293121,0.0889648497104645,0.99520468711853,0.0406562462449074,-0.1384067684412,0.0184590183198452,0.990203440189362,-0.0962791591882706,0.875925421714783,0.472742140293121,0.027821546420455,0.999583065509796,0.00773429032415152,0.0889648497104645,0.99520468711853,0.0406562462449074,-0.0980314686894417,-0.514823138713837,0.851673007011414,0.0412935130298138,-0.998651027679443,0.0314815379679203,-0.0933955162763596,-0.014608315192163,0.99552196264267,-0.1384067684412,0.0184590183198452,0.990203440189362,-0.38936659693718,0.00412981025874615,0.92107367515564,-0.0962791591882706,0.875925421714783,0.472742140293121,0.0786419957876205,0.996074259281158,0.0406404472887516,-0.0557747893035412,0.0201595462858677,0.998239874839783,-0.00331455399282277,0.626936852931976,0.779063105583191,0.00939230527728796,0.865317463874817,0.501136362552643,0.000436701840953901,0.999952614307404,0.00972932856529951,0.0786419957876205,0.996074259281158,0.0406404472887516,0.00939230527728796,0.865317463874817,0.501136362552643,-0.649035155773163,0.0257458779960871,-0.760322630405426,0.225161924958229,0.972524404525757,-0.0591477155685425,0.00221339892596006,0.998589932918549,-0.0530408285558224,0.00239694607444108,0.0249245297163725,-0.999686479568481,0.0367842391133308,-0.598401188850403,-0.800351738929749,0.210810422897339,-0.0105977645143867,-0.977469563484192,0.061604980379343,-0.0145374266430736,-0.997994780540466,0.061604980379343,-0.0145374266430736,-0.997994780540466,-0.022617869079113,-0.999114632606506,-0.0354735888540745,0.0367842391133308,-0.598401188850403,-0.800351738929749,0.0546166785061359,-0.492524653673172,0.868583142757416,-0.0196134895086288,-0.999439775943756,0.0271201264113188,0.00953169167041779,-0.99993908405304,0.0055831023491919,0.057272169739008,-0.0107966223731637,0.99830025434494,
  549. -0.0196134895086288,-0.999439775943756,0.0271201264113188,0.0546166785061359,-0.492524653673172,0.868583142757416,0.057272169739008,-0.0107966223731637,0.99830025434494,0.0546166785061359,-0.492524653673172,0.868583142757416,-0.0145473442971706,-0.000238548193010502,0.999894142150879,0.406052798032761,0.0330696068704128,-0.913251101970673,-0.168094873428345,0.984250426292419,-0.0547301881015301,0.00716824550181627,0.999926626682281,-0.00976645853370428,-0.0212543532252312,0.0178763698786497,-0.999614357948303,0.093960240483284,-0.992944657802582,-0.0723363533616066,0.0506271533668041,-0.998392522335052,-0.0254808850586414,0.0367842391133308,-0.598401188850403,-0.800351738929749,0.0367842391133308,-0.598401188850403,-0.800351738929749,-0.225885614752769,-0.00982217863202095,-0.974104344844818,0.118714466691017,-0.00145116925705224,-0.992927432060242,-0.0890548229217529,0.745181560516357,0.660888612270355,-0.192979738116264,0.00301354215480387,0.981198191642761,-0.321728467941284,-0.0169222522526979,0.946680724620819,-0.0268851406872272,0.580118834972382,0.814088046550751,-0.188640221953392,0.0216133035719395,0.981808483600616,0.0191008821129799,0.998499870300293,0.0513148009777069,0.00233067874796689,0.998799741268158,0.0489252284169197,0.000145753831020556,0.0476852133870125,0.998862385749817,0.0191008821129799,0.998499870300293,0.0513148009777069,0.115661725401878,0.993214786052704,0.0121163399890065,-0.129237353801727,0.990127801895142,-0.0542656742036343,-0.00331681733950973,0.999084830284119,-0.0426439233124256,0.00233067874796689,0.998799741268158,0.0489252284169197,0.0111987795680761,0.00143698835745454,0.99993634223938,0.0804076641798019,-0.0233783554285765,0.996487855911255,0.0873030498623848,-0.46324160695076,0.881921410560608,-0.0286579728126526,0.998752772808075,0.040887326002121,0.0821965932846069,0.0111642349511385,0.996553659439087,0.00134000554680824,0.0279802735894918,0.999607563018799,0.00425529712811112,0.998948395252228,0.0456499606370926,-0.0615807212889194,0.99745637178421,-0.0358972512185574,
  550. -0.0135045349597931,0.999907672405243,-0.00150588084943593,0.00667723780497909,0.769763648509979,-0.638294100761414,0.0356653928756714,0.990594744682312,0.132099166512489,-0.00532083725556731,0.999951660633087,0.00826685503125191,0.206480726599693,0.977187275886536,-0.04970633238554,-0.0152208246290684,0.997403144836426,-0.0703945457935333,0.027821546420455,0.999583065509796,0.00773429032415152,0.0356653928756714,0.990594744682312,0.132099166512489,-0.0152208246290684,0.997403144836426,-0.0703945457935333,-0.306041061878204,0.950433731079102,-0.0549057051539421,-0.111737281084061,0.0236326120793819,0.993456840515137,-0.38936659693718,0.00412981025874615,0.92107367515564,0.51125693321228,-0.0224107503890991,0.859135806560516,0.0330592878162861,-0.0147625971585512,0.999344408512115,0.259867012500763,0.00635903840884566,0.965623557567596,-0.111737281084061,0.0236326120793819,0.993456840515137,0.0330592878162861,-0.0147625971585512,0.999344408512115,-0.480578422546387,-0.0226562526077032,0.876659154891968,-0.00331455399282277,0.626936852931976,0.779063105583191,-0.0557747893035412,0.0201595462858677,0.998239874839783,0.0274867080152035,0.00196241401135921,0.999620318412781,-0.0839499831199646,-0.0153321400284767,0.996352076530457,0.0268019326031208,-0.999193906784058,0.0298882387578487,-0.0196134895086288,-0.999439775943756,0.0271201264113188,0.057272169739008,-0.0107966223731637,0.99830025434494,-0.022617869079113,-0.999114632606506,-0.0354735888540745,-0.240792021155357,-0.969974040985107,-0.0342004187405109,0.0367842391133308,-0.598401188850403,-0.800351738929749,0.00953169167041779,-0.99993908405304,0.0055831023491919,0.00228786584921181,-0.99823272228241,-0.0593821406364441,0.0627498477697372,-0.995878577232361,-0.0654857531189919,-0.309250354766846,-0.949386298656464,0.0550442971289158,0.0412935130298138,-0.998651027679443,0.0314815379679203,-0.0933955162763596,-0.014608315192163,0.99552196264267,0.0412935130298138,-0.998651027679443,0.0314815379679203,-0.309250354766846,-0.949386298656464,0.0550442971289158,0.51125693321228,-0.0224107503890991,0.859135806560516,
  551. 0.0274867080152035,0.00196241401135921,0.999620318412781,0.173003420233727,0.0134052177891135,0.98483008146286,-0.00331455399282277,0.626936852931976,0.779063105583191,-0.115655668079853,-0.0104404408484697,0.993234515190125,0.0111987795680761,0.00143698835745454,0.99993634223938,0.0873030498623848,-0.46324160695076,0.881921410560608,0.0873030498623848,-0.46324160695076,0.881921410560608,0.00102177588269114,-0.906049966812134,0.423169642686844,0.0481674633920193,-0.997936606407166,0.0424574315547943,-0.115655668079853,-0.0104404408484697,0.993234515190125,0.00102177588269114,-0.906049966812134,0.423169642686844,-0.0250238329172134,-0.999664068222046,0.00676042400300503,0.0481674633920193,-0.997936606407166,0.0424574315547943,-0.124054305255413,-0.991958975791931,0.0250612609088421,-0.0250238329172134,-0.999664068222046,0.00676042400300503,0.00102177588269114,-0.906049966812134,0.423169642686844,0.0804076641798019,-0.0233783554285765,0.996487855911255,-0.124054305255413,-0.991958975791931,0.0250612609088421,0.00102177588269114,-0.906049966812134,0.423169642686844,0.0873030498623848,-0.46324160695076,0.881921410560608,0.0111987795680761,0.00143698835745454,0.99993634223938,0.00134000554680824,0.0279802735894918,0.999607563018799,0.0821965932846069,0.0111642349511385,0.996553659439087,0.259867012500763,0.00635903840884566,0.965623557567596,-0.480578422546387,-0.0226562526077032,0.876659154891968,0.0804076641798019,-0.0233783554285765,0.996487855911255,-0.305501013994217,0.0468940921127796,0.951036334037781,0.438577324151993,-0.00158827239647508,0.89869213104248,-0.0026511203031987,-0.354093700647354,0.935206234455109,-0.253298670053482,-0.00161773292347789,0.967386782169342,-0.305501013994217,0.0468940921127796,0.951036334037781,-0.0026511203031987,-0.354093700647354,0.935206234455109,-0.0839499831199646,-0.0153321400284767,0.996352076530457,-0.253298670053482,-0.00161773292347789,0.967386782169342,-0.0026511203031987,-0.354093700647354,0.935206234455109,-0.0026511203031987,-0.354093700647354,0.935206234455109,-0.0185161363333464,-0.780798494815826,0.624508500099182,
  552. 0.0268019326031208,-0.999193906784058,0.0298882387578487,-0.0839499831199646,-0.0153321400284767,0.996352076530457,0.0929445177316666,-0.995670974254608,-0.000791154801845551,0.0268019326031208,-0.999193906784058,0.0298882387578487,-0.0185161363333464,-0.780798494815826,0.624508500099182,-0.0185161363333464,-0.780798494815826,0.624508500099182,0.274011224508286,-0.959518373012543,-0.0651337951421738,0.0929445177316666,-0.995670974254608,-0.000791154801845551,-0.0185161363333464,-0.780798494815826,0.624508500099182,-0.203534364700317,-0.979059755802155,0.0039774551987648,0.274011224508286,-0.959518373012543,-0.0651337951421738,-0.0253954324871302,-0.998816132545471,0.0414906442165375,-0.203534364700317,-0.979059755802155,0.0039774551987648,-0.0185161363333464,-0.780798494815826,0.624508500099182,0.0975269228219986,-0.0135312862694263,0.995140910148621,-0.0253954324871302,-0.998816132545471,0.0414906442165375,-0.0185161363333464,-0.780798494815826,0.624508500099182,-0.0026511203031987,-0.354093700647354,0.935206234455109,0.438577324151993,-0.00158827239647508,0.89869213104248,0.0975269228219986,-0.0135312862694263,0.995140910148621,-0.0026511203031987,-0.354093700647354,0.935206234455109,-0.188640221953392,0.0216133035719395,0.981808483600616,-0.192979738116264,0.00301354215480387,0.981198191642761,-0.0890548229217529,0.745181560516357,0.660888612270355,-0.0890548229217529,0.745181560516357,0.660888612270355,0.0191008821129799,0.998499870300293,0.0513148009777069,-0.188640221953392,0.0216133035719395,0.981808483600616,-0.0890548229217529,0.745181560516357,0.660888612270355,0.115661725401878,0.993214786052704,0.0121163399890065,0.0191008821129799,0.998499870300293,0.0513148009777069,-0.0268851406872272,0.580118834972382,0.814088046550751,0.229862257838249,0.973151922225952,0.011782631278038,0.115661725401878,0.993214786052704,0.0121163399890065,-0.0890548229217529,0.745181560516357,0.660888612270355,-0.321728467941284,-0.0169222522526979,0.946680724620819,-0.192979738116264,0.00301354215480387,0.981198191642761,0.438577324151993,-0.00158827239647508,0.89869213104248,
  553. -0.305501013994217,0.0468940921127796,0.951036334037781,-0.0268851406872272,0.580118834972382,0.814088046550751,-0.321728467941284,-0.0169222522526979,0.946680724620819,0.349987953901291,0.0251609813421965,0.936416268348694,-0.0801743045449257,0.995325088500977,0.0538517720997334,0.164926409721375,0.984567999839783,-0.0585268326103687,0.165874287486076,0.98580402135849,-0.0260055214166641,0.229862257838249,0.973151922225952,0.011782631278038,0.0538378357887268,0.998188018798828,-0.0268721077591181,-0.0135045349597931,0.999907672405243,-0.00150588084943593,0.00425529712811112,0.998948395252228,0.0456499606370926,0.00342358648777008,0.999133944511414,0.0414676778018475,-0.00433985982090235,0.999387681484222,-0.0347207933664322,-0.0742151662707329,0.0154580594971776,-0.997122406959534,0.0767365470528603,0.996691286563873,-0.0267966948449612,-0.00484793819487095,0.999385297298431,-0.0347226597368717,0.00588850490748882,0.0340999625623226,-0.999401092529297,0.00239617307670414,-0.0283996015787125,-0.9995938539505,0.0275801848620176,-0.00992844719439745,-0.999570369720459,-0.0742151662707329,0.0154580594971776,-0.997122406959534,0.00588850490748882,0.0340999625623226,-0.999401092529297,0.00588950654491782,-0.0198515355587006,-0.999785602092743,0.186559826135635,-0.0317422933876514,-0.981930673122406,-0.400559216737747,0.01626992598176,-0.916126489639282,0.173836454749107,0.00918057002127171,-0.984731733798981,0.0275801848620176,-0.00992844719439745,-0.999570369720459,0.00239617307670414,-0.0283996015787125,-0.9995938539505,-0.400559216737747,0.01626992598176,-0.916126489639282,0.206041887402534,0.977280080318451,-0.0497039705514908,-0.0823720321059227,0.995953679084778,-0.0359336696565151,0.173836454749107,0.00918057002127171,-0.984731733798981,0.206480726599693,0.977187275886536,-0.04970633238554,-0.00532083725556731,0.999951660633087,0.00826685503125191,-0.0286579728126526,0.998752772808075,0.040887326002121,0.00425529712811112,0.998948395252228,0.0456499606370926,-0.0135045349597931,0.999907672405243,-0.00150588084943593,
  554. -0.0615807212889194,0.99745637178421,-0.0358972512185574,-0.1384067684412,0.0184590183198452,0.990203440189362,0.173003420233727,0.0134052177891135,0.98483008146286,0.0274867080152035,0.00196241401135921,0.999620318412781,-0.0145473442971706,-0.000238548193010502,0.999894142150879,-0.0933955162763596,-0.014608315192163,0.99552196264267,0.51125693321228,-0.0224107503890991,0.859135806560516,-0.38936659693718,0.00412981025874615,0.92107367515564,-0.0536894164979458,0.997495472431183,0.0460460819303989,0.173003420233727,0.0134052177891135,0.98483008146286,-0.1384067684412,0.0184590183198452,0.990203440189362,0.0889648497104645,0.99520468711853,0.0406562462449074,0.00336176832206547,0.998586773872375,-0.0530382506549358,0.000436701840953901,0.999952614307404,0.00972932856529951,-0.0536894164979458,0.997495472431183,0.0460460819303989,0.0889648497104645,0.99520468711853,0.0406562462449074,0.027821546420455,0.999583065509796,0.00773429032415152,-0.306041061878204,0.950433731079102,-0.0549057051539421,0.00336176832206547,0.998586773872375,-0.0530382506549358,0.164926409721375,0.984567999839783,-0.0585268326103687,-0.0801743045449257,0.995325088500977,0.0538517720997334,0.0786419957876205,0.996074259281158,0.0406404472887516,0.000436701840953901,0.999952614307404,0.00972932856529951,-0.0801743045449257,0.995325088500977,0.0538517720997334,0.349987953901291,0.0251609813421965,0.936416268348694,-0.0557747893035412,0.0201595462858677,0.998239874839783,0.0786419957876205,0.996074259281158,0.0406404472887516,0.0274867080152035,0.00196241401135921,0.999620318412781,-0.0557747893035412,0.0201595462858677,0.998239874839783,0.349987953901291,0.0251609813421965,0.936416268348694,-0.253298670053482,-0.00161773292347789,0.967386782169342,-0.0839499831199646,-0.0153321400284767,0.996352076530457,0.057272169739008,-0.0107966223731637,0.99830025434494,-0.0145473442971706,-0.000238548193010502,0.999894142150879,0.118714466691017,-0.00145116925705224,-0.992927432060242,-0.225885614752769,-0.00982217863202095,-0.974104344844818,0.406052798032761,0.0330696068704128,-0.913251101970673,
  555. -0.0212543532252312,0.0178763698786497,-0.999614357948303,0.210810422897339,-0.0105977645143867,-0.977469563484192,0.118714466691017,-0.00145116925705224,-0.992927432060242,-0.0212543532252312,0.0178763698786497,-0.999614357948303,-0.649035155773163,0.0257458779960871,-0.760322630405426,0.061604980379343,-0.0145374266430736,-0.997994780540466,0.210810422897339,-0.0105977645143867,-0.977469563484192,-0.649035155773163,0.0257458779960871,-0.760322630405426,0.00239694607444108,0.0249245297163725,-0.999686479568481,0.00163547694683075,-0.0231064613908529,-0.999731719493866,0.00228786584921181,-0.99823272228241,-0.0593821406364441,-0.022617869079113,-0.999114632606506,-0.0354735888540745,0.061604980379343,-0.0145374266430736,-0.997994780540466,0.00163547694683075,-0.0231064613908529,-0.999731719493866,-0.0196134895086288,-0.999439775943756,0.0271201264113188,0.0268019326031208,-0.999193906784058,0.0298882387578487,0.0929445177316666,-0.995670974254608,-0.000791154801845551,-0.240792021155357,-0.969974040985107,-0.0342004187405109,-0.022617869079113,-0.999114632606506,-0.0354735888540745,0.00228786584921181,-0.99823272228241,-0.0593821406364441,0.00953169167041779,-0.99993908405304,0.0055831023491919,0.0929445177316666,-0.995670974254608,-0.000791154801845551,0.274011224508286,-0.959518373012543,-0.0651337951421738,0.093960240483284,-0.992944657802582,-0.0723363533616066,-0.240792021155357,-0.969974040985107,-0.0342004187405109,0.274011224508286,-0.959518373012543,-0.0651337951421738,-0.203534364700317,-0.979059755802155,0.0039774551987648,0.0506271533668041,-0.998392522335052,-0.0254808850586414,0.093960240483284,-0.992944657802582,-0.0723363533616066,0.00589353451505303,-0.00842799991369247,0.999947190284729,-0.00202283100225031,0.0494012087583542,0.998776972293854,0.00134000554680824,0.0279802735894918,0.999607563018799,0.0111987795680761,0.00143698835745454,0.99993634223938,-0.115655668079853,-0.0104404408484697,0.993234515190125,0.00240328838117421,0.0514526516199112,-0.998672544956207,-0.0038292626850307,0.999083042144775,-0.0426442883908749,
  556. -0.168094873428345,0.984250426292419,-0.0547301881015301,0.406052798032761,0.0330696068704128,-0.913251101970673,0.000145753831020556,0.0476852133870125,0.998862385749817,0.00817814655601978,-0.0119551112875342,0.999895095825195,0.0975269228219986,-0.0135312862694263,0.995140910148621,0.438577324151993,-0.00158827239647508,0.89869213104248,-0.192979738116264,0.00301354215480387,0.981198191642761,-0.188640221953392,0.0216133035719395,0.981808483600616,0.00817814655601978,-0.0119551112875342,0.999895095825195,-0.00276994146406651,-0.997987985610962,0.0633434131741524,-0.0253954324871302,-0.998816132545471,0.0414906442165375,0.0975269228219986,-0.0135312862694263,0.995140910148621,-0.00276994146406651,-0.997987985610962,0.0633434131741524,-0.00604141876101494,-0.998091161251068,-0.0614625439047813,0.0496379435062408,-0.99810928106308,-0.0362500213086605,0.0506271533668041,-0.998392522335052,-0.0254808850586414,-0.203534364700317,-0.979059755802155,0.0039774551987648,-0.0253954324871302,-0.998816132545471,0.0414906442165375,-0.00604141876101494,-0.998091161251068,-0.0614625439047813,0.00363680510781705,-0.0120316408574581,-0.999921023845673,-0.0849680081009865,-0.0140674989670515,-0.996284365653992,0.0496379435062408,-0.99810928106308,-0.0362500213086605,0.00363680510781705,-0.0120316408574581,-0.999921023845673,0.00240328838117421,0.0514526516199112,-0.998672544956207,0.406052798032761,0.0330696068704128,-0.913251101970673,-0.225885614752769,-0.00982217863202095,-0.974104344844818,-0.0849680081009865,-0.0140674989670515,-0.996284365653992,0.0607222057878971,-0.998109698295593,0.00948347896337509,0.644418001174927,-0.0140666859224439,-0.764544129371643,0.592077910900116,-0.598426282405853,-0.539749801158905,0.053656317293644,-0.998402893543243,0.0176814366132021,0.0607222057878971,-0.998109698295593,0.00948347896337509,0.592077910900116,-0.598426282405853,-0.539749801158905,0.644418001174927,-0.0140666859224439,-0.764544129371643,0.529296457767487,-0.00982116814702749,-0.848380148410797,0.592077910900116,-0.598426282405853,-0.539749801158905,
  557. -0.0292635969817638,0.998948872089386,0.0352818369865417,-0.705880165100098,0.0279798284173012,0.70777839422226,-0.707672595977783,0.0493808761239052,0.70481276512146,-0.026920648291707,0.999132931232452,0.031761858612299,0.455952018499374,0.769826769828796,-0.446625977754593,-0.00845918338745832,0.999907910823822,-0.0106151634827256,0.0570679157972336,0.998188197612762,0.0190680306404829,0.0436092652380466,-0.99823260307312,-0.0403741747140884,0.708076059818268,-0.0231062546372414,-0.705758035182953,0.357230186462402,-0.0272858552634716,-0.9336177110672,0.0905932039022446,-0.995886087417603,-0.00197495543397963,0.708574295043945,0.0249245688319206,-0.705195963382721,0.0390735119581223,0.998589754104614,-0.0359431616961956,-0.177655532956123,0.950393795967102,-0.255323678255081,0.945395290851593,0.0228774137794971,-0.325122058391571,-0.671329140663147,-0.514903604984283,0.533096134662628,-0.575282871723175,-0.492624312639236,0.652970850467682,0.00280336802825332,-0.99993908405304,0.0106819104403257,0.00695395190268755,-0.998651266098022,0.0514524765312672,0.708076059818268,-0.0231062546372414,-0.705758035182953,0.708574295043945,0.0249245688319206,-0.705195963382721,0.945395290851593,0.0228774137794971,-0.325122058391571,0.357230186462402,-0.0272858552634716,-0.9336177110672,-0.770027160644531,-0.0146039286628366,0.637844085693359,-0.717235088348389,-0.000238821638049558,0.696831226348877,-0.575282871723175,-0.492624312639236,0.652970850467682,-0.671329140663147,-0.514903604984283,0.533096134662628,-0.414725720882416,0.025172047317028,0.909598231315613,-0.0947549119591713,0.99532675743103,-0.0186082199215889,-0.594797313213348,0.579871833324432,0.556744933128357,-0.0947549119591713,0.99532675743103,-0.0186082199215889,0.154264912009239,0.973134219646454,0.170916095376015,-0.594797313213348,0.579871833324432,0.556744933128357,0.691688776016235,0.0178755596280098,-0.72197437286377,0.0125007629394531,0.999920725822449,-0.00150452950038016,0.201249003410339,0.972458302974701,0.117574825882912,0.0784041285514832,0.0257378332316875,-0.996589362621307,
  558. -0.146195158362389,-0.969933986663818,-0.194563508033752,0.117474898695946,-0.992964744567871,0.0148527417331934,0.592077910900116,-0.598426282405853,-0.539749801158905,0.592077910900116,-0.598426282405853,-0.539749801158905,0.786423981189728,-0.00140936684329063,-0.617685556411743,0.840312719345093,-0.0105988439172506,-0.541998326778412,-0.414725720882416,0.025172047317028,0.909598231315613,-0.896828234195709,-0.0169068574905396,0.442055851221085,-0.888680994510651,0.0469416230916977,0.456117033958435,-0.863339126110077,-0.00162043911404908,0.504621624946594,0.0732795596122742,0.993205070495605,0.0904087871313095,0.154264912009239,0.973134219646454,0.170916095376015,0.136108443140984,0.985722064971924,0.0991294160485268,-0.0528980903327465,0.990145921707153,-0.1296646296978,-0.347718387842178,0.865311026573181,0.361010938882828,-0.55330765247345,0.626753091812134,0.548663258552551,-0.574016273021698,0.0134056191891432,0.818734228610992,-0.0705287232995033,0.997495114803314,-0.00541307777166367,-0.0705287232995033,0.997495114803314,-0.00541307777166367,-0.00657641422003508,0.999952673912048,0.00718242302536964,-0.347718387842178,0.865311026573181,0.361010938882828,0.170797660946846,-0.982964873313904,0.0678850784897804,0.619647026062012,-0.0213902797549963,-0.784589111804962,0.826110184192657,-0.0317406691610813,-0.562613964080811,-0.0847819447517395,-0.979304790496826,-0.183777540922165,0.734182357788086,0.00767902750521898,-0.678909063339233,-0.0262048542499542,0.991629838943481,-0.126426547765732,0.180803418159485,0.977291584014893,0.110504701733589,0.364588648080826,0.0162744261324406,-0.931026518344879,-0.0203866120427847,-0.998286247253418,0.0548542998731136,0.170797660946846,-0.982964873313904,0.0678850784897804,-0.0847819447517395,-0.979304790496826,-0.183777540922165,-0.00584723800420761,-0.997809767723084,0.0658897459506989,0.619647026062012,-0.0213902797549963,-0.784589111804962,0.734182357788086,0.00767902750521898,-0.678909063339233,0.364588648080826,0.0162744261324406,-0.931026518344879,0.826110184192657,-0.0317406691610813,-0.562613964080811,
  559. -0.446961551904678,0.811428070068359,0.376576691865921,-0.781207144260406,0.0236440561711788,0.623824179172516,-0.49908235669136,0.00635904632508755,0.866531312465668,-0.291139930486679,0.858722865581512,0.421702116727829,-0.683187901973724,-0.0147707499563694,0.730093240737915,-0.0203866120427847,-0.998286247253418,0.0548542998731136,-0.00584723800420761,-0.997809767723084,0.0658897459506989,-0.959632694721222,-0.0226383730769157,0.280343800783157,-0.291139930486679,0.858722865581512,0.421702116727829,-0.00960913952440023,0.999951839447021,0.00203759991563857,-0.0682610794901848,0.990593433380127,0.118596613407135,-0.446961551904678,0.811428070068359,0.376576691865921,0.046988882124424,-0.997763633728027,-0.0475375205278397,0.708515465259552,-0.0284010451287031,-0.705123543739319,0.711111128330231,-0.0198586210608482,-0.702799201011658,0.0558099709451199,-0.996504604816437,-0.0621598064899445,0.68189936876297,0.319068640470505,-0.65818578004837,0.458335012197495,0.769810140132904,-0.444209009408951,0.0732062235474586,0.996691465377808,0.0353133864700794,0.652582585811615,0.0154557768255472,-0.757559955120087,0.00405086064711213,-0.9979367852211,0.0640771761536598,-0.0224760174751282,-0.999663710594177,-0.012936482205987,0.046988882124424,-0.997763633728027,-0.0475375205278397,0.0558099709451199,-0.996504604816437,-0.0621598064899445,-0.0391998961567879,-0.998605608940125,0.0353578217327595,0.652582585811615,0.0154557768255472,-0.757559955120087,0.72628927230835,-0.00992831774055958,-0.687317550182343,0.68189936876297,0.319068640470505,-0.65818578004837,-0.78407210111618,-0.0104442918673158,0.620581984519959,0.00405086064711213,-0.9979367852211,0.0640771761536598,-0.0391998961567879,-0.998605608940125,0.0353578217327595,-0.702903509140015,-0.00842814613133669,0.711235344409943,-0.646536707878113,0.0111598977819085,0.762801289558411,-0.049171008169651,0.998753130435944,0.00863081403076649,-0.291139930486679,0.858722865581512,0.421702116727829,-0.049171008169651,0.998753130435944,0.00863081403076649,-0.00960913952440023,0.999951839447021,0.00203759991563857,
  560. -0.291139930486679,0.858722865581512,0.421702116727829,0.81918865442276,0.00916590820997953,-0.573450922966003,-0.0327817164361477,0.995955109596252,-0.0836591571569443,0.458335012197495,0.769810140132904,-0.444209009408951,0.68189936876297,0.319068640470505,-0.65818578004837,0.72628927230835,-0.00992831774055958,-0.687317550182343,0.81918865442276,0.00916590820997953,-0.573450922966003,0.68189936876297,0.319068640470505,-0.65818578004837,-0.0847819447517395,-0.979304790496826,-0.183777540922165,0.826110184192657,-0.0317406691610813,-0.562613964080811,0.708515465259552,-0.0284010451287031,-0.705123543739319,0.046988882124424,-0.997763633728027,-0.0475375205278397,-0.00584723800420761,-0.997809767723084,0.0658897459506989,-0.0847819447517395,-0.979304790496826,-0.183777540922165,0.046988882124424,-0.997763633728027,-0.0475375205278397,-0.0224760174751282,-0.999663710594177,-0.012936482205987,-0.105452828109264,-0.991953372955322,-0.0700596421957016,-0.959632694721222,-0.0226383730769157,0.280343800783157,-0.00584723800420761,-0.997809767723084,0.0658897459506989,-0.105452828109264,-0.991953372955322,-0.0700596421957016,-0.647761404514313,-0.0233819894492626,0.761484384536743,-0.291139930486679,0.858722865581512,0.421702116727829,-0.49908235669136,0.00635904632508755,0.866531312465668,-0.646536707878113,0.0111598977819085,0.762801289558411,-0.446961551904678,0.811428070068359,0.376576691865921,-0.0682610794901848,0.990593433380127,0.118596613407135,0.0143680339679122,0.999576687812805,0.0253003370016813,-0.40251237154007,0.875856101512909,0.266195267438889,0.945395290851593,0.0228774137794971,-0.325122058391571,-0.177655532956123,0.950393795967102,-0.255323678255081,-0.0262048542499542,0.991629838943481,-0.126426547765732,0.734182357788086,0.00767902750521898,-0.678909063339233,0.357230186462402,-0.0272858552634716,-0.9336177110672,0.945395290851593,0.0228774137794971,-0.325122058391571,0.734182357788086,0.00767902750521898,-0.678909063339233,0.619647026062012,-0.0213902797549963,-0.784589111804962,0.0905932039022446,-0.995886087417603,-0.00197495543397963,
  561. 0.357230186462402,-0.0272858552634716,-0.9336177110672,0.619647026062012,-0.0213902797549963,-0.784589111804962,0.170797660946846,-0.982964873313904,0.0678850784897804,-0.25778341293335,-0.949283719062805,-0.180022791028023,0.0905932039022446,-0.995886087417603,-0.00197495543397963,0.170797660946846,-0.982964873313904,0.0678850784897804,-0.0203866120427847,-0.998286247253418,0.0548542998731136,-0.246004790067673,-0.0224230885505676,0.969009280204773,-0.25778341293335,-0.949283719062805,-0.180022791028023,-0.0203866120427847,-0.998286247253418,0.0548542998731136,-0.683187901973724,-0.0147707499563694,0.730093240737915,-0.40251237154007,0.875856101512909,0.266195267438889,-0.92646712064743,0.00412903400138021,0.376353234052658,-0.781207144260406,0.0236440561711788,0.623824179172516,-0.446961551904678,0.811428070068359,0.376576691865921,-0.40251237154007,0.875856101512909,0.266195267438889,0.0341904945671558,0.995200395584106,0.091691642999649,-0.798108339309692,0.018460001796484,0.602231204509735,-0.40251237154007,0.875856101512909,0.266195267438889,0.0143680339679122,0.999576687812805,0.0253003370016813,0.0341904945671558,0.995200395584106,0.091691642999649,-0.671329140663147,-0.514903604984283,0.533096134662628,0.00695395190268755,-0.998651266098022,0.0514524765312672,-0.770027160644531,-0.0146039286628366,0.637844085693359,-0.798108339309692,0.018460001796484,0.602231204509735,-0.92646712064743,0.00412903400138021,0.376353234052658,-0.40251237154007,0.875856101512909,0.266195267438889,0.0268571209162474,0.996075034141541,0.0843403190374374,-0.745289087295532,0.0201632436364889,0.666436553001404,-0.55330765247345,0.626753091812134,0.548663258552551,-0.347718387842178,0.865311026573181,0.361010938882828,-0.00657641422003508,0.999952673912048,0.00718242302536964,0.0268571209162474,0.996075034141541,0.0843403190374374,-0.347718387842178,0.865311026573181,0.361010938882828,0.0784041285514832,0.0257378332316875,-0.996589362621307,0.201249003410339,0.972458302974701,0.117574825882912,0.0390735119581223,0.998589754104614,-0.0359431616961956,
  562. 0.708574295043945,0.0249245688319206,-0.705195963382721,0.592077910900116,-0.598426282405853,-0.539749801158905,0.840312719345093,-0.0105988439172506,-0.541998326778412,0.74922913312912,-0.0145329404622316,-0.662151455879211,0.74922913312912,-0.0145329404622316,-0.662151455879211,0.00910949520766735,-0.999113917350769,-0.0410924069583416,0.592077910900116,-0.598426282405853,-0.539749801158905,-0.575282871723175,-0.492624312639236,0.652970850467682,-0.0330349057912827,-0.99944019317627,0.00529541214928031,0.00280336802825332,-0.99993908405304,0.0106819104403257,-0.665412068367004,-0.0107960114255548,0.746398210525513,-0.0330349057912827,-0.99944019317627,0.00529541214928031,-0.575282871723175,-0.492624312639236,0.652970850467682,-0.665412068367004,-0.0107960114255548,0.746398210525513,-0.575282871723175,-0.492624312639236,0.652970850467682,-0.717235088348389,-0.000238821638049558,0.696831226348877,0.93277508020401,0.0330867469310761,-0.358937293291092,-0.0800121277570724,0.984282612800598,-0.157435178756714,0.0125007629394531,0.999920725822449,-0.00150452950038016,0.691688776016235,0.0178755596280098,-0.72197437286377,0.117474898695946,-0.992964744567871,0.0148527417331934,0.053656317293644,-0.998402893543243,0.0176814366132021,0.592077910900116,-0.598426282405853,-0.539749801158905,0.592077910900116,-0.598426282405853,-0.539749801158905,0.529296457767487,-0.00982116814702749,-0.848380148410797,0.786423981189728,-0.00140936684329063,-0.617685556411743,-0.530372440814972,0.745205640792847,0.404195189476013,-0.830196082592011,0.00301325763575733,0.557463347911835,-0.896828234195709,-0.0169068574905396,0.442055851221085,-0.594797313213348,0.579871833324432,0.556744933128357,-0.8276526927948,0.0216239877045155,0.560823857784271,-0.0227768570184708,0.998499512672424,0.0497995987534523,-0.0329630747437477,0.998798668384552,0.0362594090402126,-0.706190407276154,0.0476810894906521,0.706414639949799,-0.0227768570184708,0.998499512672424,0.0497995987534523,0.0732795596122742,0.993205070495605,0.0904087871313095,-0.0528980903327465,0.990145921707153,-0.1296646296978,
  563. 0.027868214994669,0.999081313610077,-0.0325588546693325,-0.0329630747437477,0.998798668384552,0.0362594090402126,-0.699114322662354,0.00143689382821321,0.715008437633514,-0.647761404514313,-0.0233819894492626,0.761484384536743,-0.561828672885895,-0.46314936876297,0.685449719429016,-0.049171008169651,0.998753130435944,0.00863081403076649,-0.646536707878113,0.0111598977819085,0.762801289558411,-0.705880165100098,0.0279798284173012,0.70777839422226,-0.0292635969817638,0.998948872089386,0.0352818369865417,-0.0181121211498976,0.997456550598145,-0.0689382255077362,-0.00845918338745832,0.999907910823822,-0.0106151634827256,0.455952018499374,0.769826769828796,-0.446625977754593,-0.0682610794901848,0.990593433380127,0.118596613407135,-0.00960913952440023,0.999951839447021,0.00203759991563857,0.181116029620171,0.977198719978333,0.110813945531845,0.0392508246004581,0.997399628162384,-0.060444101691246,0.0143680339679122,0.999576687812805,0.0253003370016813,-0.0682610794901848,0.990593433380127,0.118596613407135,0.0392508246004581,0.997399628162384,-0.060444101691246,-0.177380204200745,0.950519025325775,-0.255048871040344,-0.781207144260406,0.0236440561711788,0.623824179172516,-0.92646712064743,0.00412903400138021,0.376353234052658,-0.246004790067673,-0.0224230885505676,0.969009280204773,-0.683187901973724,-0.0147707499563694,0.730093240737915,-0.49908235669136,0.00635904632508755,0.866531312465668,-0.781207144260406,0.0236440561711788,0.623824179172516,-0.683187901973724,-0.0147707499563694,0.730093240737915,-0.959632694721222,-0.0226383730769157,0.280343800783157,-0.55330765247345,0.626753091812134,0.548663258552551,-0.745289087295532,0.0201632436364889,0.666436553001404,-0.687359929084778,0.00196243822574615,0.7263143658638,-0.763928055763245,-0.0153305903077126,0.645119369029999,-0.00217239744961262,-0.999194145202637,0.0400793142616749,-0.0330349057912827,-0.99944019317627,0.00529541214928031,-0.665412068367004,-0.0107960114255548,0.746398210525513,0.00910949520766735,-0.999113917350769,-0.0410924069583416,-0.146195158362389,-0.969933986663818,-0.194563508033752,
  564. 0.592077910900116,-0.598426282405853,-0.539749801158905,0.00280336802825332,-0.99993908405304,0.0106819104403257,0.0436092652380466,-0.99823260307312,-0.0403741747140884,0.0905932039022446,-0.995886087417603,-0.00197495543397963,-0.25778341293335,-0.949283719062805,-0.180022791028023,0.00695395190268755,-0.998651266098022,0.0514524765312672,-0.770027160644531,-0.0146039286628366,0.637844085693359,0.00695395190268755,-0.998651266098022,0.0514524765312672,-0.25778341293335,-0.949283719062805,-0.180022791028023,-0.246004790067673,-0.0224230885505676,0.969009280204773,-0.687359929084778,0.00196243822574615,0.7263143658638,-0.574016273021698,0.0134056191891432,0.818734228610992,-0.55330765247345,0.626753091812134,0.548663258552551,-0.78407210111618,-0.0104442918673158,0.620581984519959,-0.699114322662354,0.00143689382821321,0.715008437633514,-0.561828672885895,-0.46314936876297,0.685449719429016,-0.561828672885895,-0.46314936876297,0.685449719429016,-0.298438847064972,-0.90608274936676,0.299913823604584,0.00405086064711213,-0.9979367852211,0.0640771761536598,-0.78407210111618,-0.0104442918673158,0.620581984519959,-0.298438847064972,-0.90608274936676,0.299913823604584,-0.0224760174751282,-0.999663710594177,-0.012936482205987,0.00405086064711213,-0.9979367852211,0.0640771761536598,-0.105452828109264,-0.991953372955322,-0.0700596421957016,-0.0224760174751282,-0.999663710594177,-0.012936482205987,-0.298438847064972,-0.90608274936676,0.299913823604584,-0.647761404514313,-0.0233819894492626,0.761484384536743,-0.105452828109264,-0.991953372955322,-0.0700596421957016,-0.298438847064972,-0.90608274936676,0.299913823604584,-0.561828672885895,-0.46314936876297,0.685449719429016,-0.699114322662354,0.00143689382821321,0.715008437633514,-0.705880165100098,0.0279798284173012,0.70777839422226,-0.646536707878113,0.0111598977819085,0.762801289558411,-0.49908235669136,0.00635904632508755,0.866531312465668,-0.959632694721222,-0.0226383730769157,0.280343800783157,-0.647761404514313,-0.0233819894492626,0.761484384536743,-0.888680994510651,0.0469416230916977,0.456117033958435,
  565. -0.325359910726547,-0.00158849952276796,0.945588946342468,-0.663305521011353,-0.35408228635788,0.659281134605408,-0.863339126110077,-0.00162043911404908,0.504621624946594,-0.888680994510651,0.0469416230916977,0.456117033958435,-0.663305521011353,-0.35408228635788,0.659281134605408,-0.763928055763245,-0.0153305903077126,0.645119369029999,-0.863339126110077,-0.00162043911404908,0.504621624946594,-0.663305521011353,-0.35408228635788,0.659281134605408,-0.663305521011353,-0.35408228635788,0.659281134605408,-0.454580217599869,-0.780798435211182,0.428615003824234,-0.00217239744961262,-0.999194145202637,0.0400793142616749,-0.763928055763245,-0.0153305903077126,0.645119369029999,0.0661166831851006,-0.99569445848465,0.0649715065956116,-0.00217239744961262,-0.999194145202637,0.0400793142616749,-0.454580217599869,-0.780798435211182,0.428615003824234,-0.454580217599869,-0.780798435211182,0.428615003824234,0.239711284637451,-0.959587931632996,0.147409424185753,0.0661166831851006,-0.99569445848465,0.0649715065956116,-0.454580217599869,-0.780798435211182,0.428615003824234,-0.147005051374435,-0.978987216949463,-0.141328275203705,0.239711284637451,-0.959587931632996,0.147409424185753,-0.0473080761730671,-0.998815417289734,0.0113905873149633,-0.147005051374435,-0.978987216949463,-0.141328275203705,-0.454580217599869,-0.780798435211182,0.428615003824234,-0.634682774543762,-0.0135337049141526,0.772654354572296,-0.0473080761730671,-0.998815417289734,0.0113905873149633,-0.454580217599869,-0.780798435211182,0.428615003824234,-0.663305521011353,-0.35408228635788,0.659281134605408,-0.325359910726547,-0.00158849952276796,0.945588946342468,-0.634682774543762,-0.0135337049141526,0.772654354572296,-0.663305521011353,-0.35408228635788,0.659281134605408,-0.8276526927948,0.0216239877045155,0.560823857784271,-0.830196082592011,0.00301325763575733,0.557463347911835,-0.530372440814972,0.745205640792847,0.404195189476013,-0.530372440814972,0.745205640792847,0.404195189476013,-0.0227768570184708,0.998499512672424,0.0497995987534523,-0.8276526927948,0.0216239877045155,0.560823857784271,
  566. -0.530372440814972,0.745205640792847,0.404195189476013,0.0732795596122742,0.993205070495605,0.0904087871313095,-0.0227768570184708,0.998499512672424,0.0497995987534523,-0.594797313213348,0.579871833324432,0.556744933128357,0.154264912009239,0.973134219646454,0.170916095376015,0.0732795596122742,0.993205070495605,0.0904087871313095,-0.530372440814972,0.745205640792847,0.404195189476013,-0.896828234195709,-0.0169068574905396,0.442055851221085,-0.830196082592011,0.00301325763575733,0.557463347911835,-0.325359910726547,-0.00158849952276796,0.945588946342468,-0.888680994510651,0.0469416230916977,0.456117033958435,-0.594797313213348,0.579871833324432,0.556744933128357,-0.896828234195709,-0.0169068574905396,0.442055851221085,-0.414725720882416,0.025172047317028,0.909598231315613,-0.0947549119591713,0.99532675743103,-0.0186082199215889,0.158205896615982,0.984522581100464,0.0754080563783646,0.136108443140984,0.985722064971924,0.0991294160485268,0.154264912009239,0.973134219646454,0.170916095376015,0.0570679157972336,0.998188197612762,0.0190680306404829,-0.00845918338745832,0.999907910823822,-0.0106151634827256,-0.0292635969817638,0.998948872089386,0.0352818369865417,-0.026920648291707,0.999132931232452,0.031761858612299,0.0214786063879728,0.999387860298157,-0.0276146195828915,0.652582585811615,0.0154557768255472,-0.757559955120087,0.0732062235474586,0.996691465377808,0.0353133864700794,0.0211209487169981,0.999385535717011,-0.0279749240726233,0.710861086845398,0.0340972281992435,-0.702505469322205,0.708515465259552,-0.0284010451287031,-0.705123543739319,0.72628927230835,-0.00992831774055958,-0.687317550182343,0.652582585811615,0.0154557768255472,-0.757559955120087,0.710861086845398,0.0340972281992435,-0.702505469322205,0.711111128330231,-0.0198586210608482,-0.702799201011658,0.826110184192657,-0.0317406691610813,-0.562613964080811,0.364588648080826,0.0162744261324406,-0.931026518344879,0.81918865442276,0.00916590820997953,-0.573450922966003,0.72628927230835,-0.00992831774055958,-0.687317550182343,0.708515465259552,-0.0284010451287031,-0.705123543739319,
  567. 0.364588648080826,0.0162744261324406,-0.931026518344879,0.180803418159485,0.977291584014893,0.110504701733589,-0.0327817164361477,0.995955109596252,-0.0836591571569443,0.81918865442276,0.00916590820997953,-0.573450922966003,0.181116029620171,0.977198719978333,0.110813945531845,-0.00960913952440023,0.999951839447021,0.00203759991563857,-0.049171008169651,0.998753130435944,0.00863081403076649,-0.0292635969817638,0.998948872089386,0.0352818369865417,-0.00845918338745832,0.999907910823822,-0.0106151634827256,-0.0181121211498976,0.997456550598145,-0.0689382255077362,-0.798108339309692,0.018460001796484,0.602231204509735,-0.574016273021698,0.0134056191891432,0.818734228610992,-0.687359929084778,0.00196243822574615,0.7263143658638,-0.717235088348389,-0.000238821638049558,0.696831226348877,-0.770027160644531,-0.0146039286628366,0.637844085693359,-0.246004790067673,-0.0224230885505676,0.969009280204773,-0.92646712064743,0.00412903400138021,0.376353234052658,-0.0705287232995033,0.997495114803314,-0.00541307777166367,-0.574016273021698,0.0134056191891432,0.818734228610992,-0.798108339309692,0.018460001796484,0.602231204509735,0.0341904945671558,0.995200395584106,0.091691642999649,0.0398837029933929,0.998586654663086,-0.0351293347775936,-0.00657641422003508,0.999952673912048,0.00718242302536964,-0.0705287232995033,0.997495114803314,-0.00541307777166367,0.0341904945671558,0.995200395584106,0.091691642999649,0.0143680339679122,0.999576687812805,0.0253003370016813,-0.177380204200745,0.950519025325775,-0.255048871040344,0.0398837029933929,0.998586654663086,-0.0351293347775936,0.158205896615982,0.984522581100464,0.0754080563783646,-0.0947549119591713,0.99532675743103,-0.0186082199215889,0.0268571209162474,0.996075034141541,0.0843403190374374,-0.00657641422003508,0.999952673912048,0.00718242302536964,-0.0947549119591713,0.99532675743103,-0.0186082199215889,-0.414725720882416,0.025172047317028,0.909598231315613,-0.745289087295532,0.0201632436364889,0.666436553001404,0.0268571209162474,0.996075034141541,0.0843403190374374,-0.687359929084778,0.00196243822574615,0.7263143658638,
  568. -0.745289087295532,0.0201632436364889,0.666436553001404,-0.414725720882416,0.025172047317028,0.909598231315613,-0.863339126110077,-0.00162043911404908,0.504621624946594,-0.763928055763245,-0.0153305903077126,0.645119369029999,-0.665412068367004,-0.0107960114255548,0.746398210525513,-0.717235088348389,-0.000238821638049558,0.696831226348877,0.786423981189728,-0.00140936684329063,-0.617685556411743,0.529296457767487,-0.00982116814702749,-0.848380148410797,0.93277508020401,0.0330867469310761,-0.358937293291092,0.691688776016235,0.0178755596280098,-0.72197437286377,0.840312719345093,-0.0105988439172506,-0.541998326778412,0.786423981189728,-0.00140936684329063,-0.617685556411743,0.691688776016235,0.0178755596280098,-0.72197437286377,0.0784041285514832,0.0257378332316875,-0.996589362621307,0.74922913312912,-0.0145329404622316,-0.662151455879211,0.840312719345093,-0.0105988439172506,-0.541998326778412,0.0784041285514832,0.0257378332316875,-0.996589362621307,0.708574295043945,0.0249245688319206,-0.705195963382721,0.708076059818268,-0.0231062546372414,-0.705758035182953,0.0436092652380466,-0.99823260307312,-0.0403741747140884,0.00910949520766735,-0.999113917350769,-0.0410924069583416,0.74922913312912,-0.0145329404622316,-0.662151455879211,0.708076059818268,-0.0231062546372414,-0.705758035182953,-0.0330349057912827,-0.99944019317627,0.00529541214928031,-0.00217239744961262,-0.999194145202637,0.0400793142616749,0.0661166831851006,-0.99569445848465,0.0649715065956116,-0.146195158362389,-0.969933986663818,-0.194563508033752,0.00910949520766735,-0.999113917350769,-0.0410924069583416,0.0436092652380466,-0.99823260307312,-0.0403741747140884,0.00280336802825332,-0.99993908405304,0.0106819104403257,0.0661166831851006,-0.99569445848465,0.0649715065956116,0.239711284637451,-0.959587931632996,0.147409424185753,0.117474898695946,-0.992964744567871,0.0148527417331934,-0.146195158362389,-0.969933986663818,-0.194563508033752,0.239711284637451,-0.959587931632996,0.147409424185753,-0.147005051374435,-0.978987216949463,-0.141328275203705,0.053656317293644,-0.998402893543243,0.0176814366132021,
  569. 0.117474898695946,-0.992964744567871,0.0148527417331934,-0.702903509140015,-0.00842814613133669,0.711235344409943,-0.707672595977783,0.0493808761239052,0.70481276512146,-0.705880165100098,0.0279798284173012,0.70777839422226,-0.699114322662354,0.00143689382821321,0.715008437633514,-0.78407210111618,-0.0104442918673158,0.620581984519959,0.707873582839966,0.0514154620468616,-0.704465448856354,0.0275061056017876,0.999079406261444,-0.0329214744269848,-0.0800121277570724,0.984282612800598,-0.157435178756714,0.93277508020401,0.0330867469310761,-0.358937293291092,-0.706190407276154,0.0476810894906521,0.706414639949799,-0.70127147436142,-0.0119545487686992,0.712794125080109,-0.634682774543762,-0.0135337049141526,0.772654354572296,-0.325359910726547,-0.00158849952276796,0.945588946342468,-0.830196082592011,0.00301325763575733,0.557463347911835,-0.8276526927948,0.0216239877045155,0.560823857784271,-0.70127147436142,-0.0119545487686992,0.712794125080109,-0.046756848692894,-0.99798721075058,0.042840912938118,-0.0473080761730671,-0.998815417289734,0.0113905873149633,-0.634682774543762,-0.0135337049141526,0.772654354572296,-0.046756848692894,-0.99798721075058,0.042840912938118,0.039146538823843,-0.998094797134399,-0.0476914942264557,0.0607222057878971,-0.998109698295593,0.00948347896337509,0.053656317293644,-0.998402893543243,0.0176814366132021,-0.147005051374435,-0.978987216949463,-0.141328275203705,-0.0473080761730671,-0.998815417289734,0.0113905873149633,0.039146538823843,-0.998094797134399,-0.0476914942264557,0.709623515605927,-0.0120432628318667,-0.70447826385498,0.644418001174927,-0.0140666859224439,-0.764544129371643,0.0607222057878971,-0.998109698295593,0.00948347896337509,0.709623515605927,-0.0120432628318667,-0.70447826385498,0.707873582839966,0.0514154620468616,-0.704465448856354,0.93277508020401,0.0330867469310761,-0.358937293291092,0.529296457767487,-0.00982116814702749,-0.848380148410797,0.644418001174927,-0.0140666859224439,-0.764544129371643,0.0362667813897133,-0.998108804225922,0.0496340803802013,0.996281147003174,-0.0140686966478825,-0.0850061476230621,
  570. 0.800363302230835,-0.598382651805878,0.0368357822299004,0.0255235824733973,-0.998401880264282,0.0504200123250484,0.0362667813897133,-0.998108804225922,0.0496340803802013,0.800363302230835,-0.598382651805878,0.0368357822299004,0.996281147003174,-0.0140686966478825,-0.0850061476230621,0.974186897277832,-0.00982157047837973,-0.225529685616493,0.800363302230835,-0.598382651805878,0.0368357822299004,-0.0456483475863934,0.998948574066162,0.00425565522164106,-0.999607622623444,0.0279806163161993,0.00133437907788903,-0.998777508735657,0.049391683191061,-0.00202583312056959,-0.0414856672286987,0.999133229255676,0.00342388288117945,0.638226568698883,0.769820094108582,0.00663382280617952,0.00151835579890758,0.999907791614532,-0.0134998904541135,0.0268848612904549,0.998188018798828,0.0538331381976604,0.0593748092651367,-0.998233199119568,0.00228780508041382,0.999731779098511,-0.023106450214982,0.00163847545627505,0.912733614444733,-0.0272791683673859,-0.407643407583237,0.0654748305678368,-0.995888411998749,0.0626048892736435,0.999686479568481,0.0249248519539833,0.00240515079349279,0.0530170947313309,0.998591244220734,0.00221369252540171,0.054898202419281,0.950374007225037,-0.306227922439575,0.898436009883881,0.0228863097727299,0.438507854938507,-0.851566255092621,-0.514948904514313,-0.0982983782887459,-0.868569374084473,-0.49257504940033,0.0543809607625008,-0.00557591952383518,-0.999939024448395,0.00953167024999857,-0.0314840972423553,-0.998650908470154,0.0412946082651615,0.999731779098511,-0.023106450214982,0.00163847545627505,0.999686479568481,0.0249248519539833,0.00240515079349279,0.898436009883881,0.0228863097727299,0.438507854938507,0.912733614444733,-0.0272791683673859,-0.407643407583237,-0.995521247386932,-0.0146073717623949,-0.0934033095836639,-0.999892830848694,-0.00023874883481767,-0.0146389119327068,-0.868569374084473,-0.49257504940033,0.0543809607625008,-0.851566255092621,-0.514948904514313,-0.0982983782887459,-0.936377644538879,0.0251636616885662,0.350091129541397,-0.0538270771503448,0.995326399803162,-0.0801755338907242,
  571. -0.814232349395752,0.579913020133972,-0.0269588530063629,-0.0538270771503448,0.995326399803162,-0.0801755338907242,-0.0117166424170136,0.973111569881439,0.230036392807961,-0.814232349395752,0.579913020133972,-0.0269588530063629,0.999612748622894,0.0178869850933552,-0.0213180482387543,0.00991405360400677,0.999921560287476,0.00766330398619175,0.0591029822826386,0.972508370876312,0.225243002176285,0.760229587554932,0.0257425084710121,-0.649144291877747,0.034223772585392,-0.969950973987579,-0.240881696343422,0.0726083740592003,-0.992956519126892,0.0936243608593941,0.800363302230835,-0.598382651805878,0.0368357822299004,0.800363302230835,-0.598382651805878,0.0368357822299004,0.992885589599609,-0.00142556335777044,0.119064137339592,0.977500438690186,-0.0105972550809383,0.210667163133621,-0.936377644538879,0.0251636616885662,0.350091129541397,-0.946594476699829,-0.0169293917715549,-0.321981966495514,-0.95081901550293,0.0469796285033226,-0.306163519620895,-0.967305421829224,-0.00161991245113313,-0.253609329462051,-0.0121236052364111,0.993200361728668,0.115784958004951,-0.0117166424170136,0.973111569881439,0.230036392807961,0.0261214412748814,0.985730409622192,0.166292890906334,0.0542452298104763,0.990140020847321,-0.129152044653893,-0.501095771789551,0.865340828895569,0.00940899085253477,-0.779103338718414,0.626886963844299,-0.0032892869785428,-0.984828591346741,0.0134061044082046,0.173011675477028,-0.0460285507142544,0.997495770454407,-0.0536994300782681,-0.0460285507142544,0.997495770454407,-0.0536994300782681,-0.009734689258039,0.999952554702759,0.000429557956522331,-0.501095771789551,0.865340828895569,0.00940899085253477,0.0727923288941383,-0.982990562915802,0.168614834547043,0.992980182170868,-0.0213683489710093,-0.116334535181522,0.981933891773224,-0.0317422933876514,0.186543017625809,0.0700100660324097,-0.979284524917603,-0.190001159906387,0.99920529127121,0.00768100004643202,0.0391125343739986,0.070893369615078,0.991671085357666,-0.107529819011688,0.0497086681425571,0.977273046970367,0.206073611974716,0.916136503219604,0.0162695161998272,-0.400536090135574,
  572. -0.0532729141414166,-0.998277723789215,0.0245697945356369,0.0727923288941383,-0.982990562915802,0.168614834547043,0.0700100660324097,-0.979284524917603,-0.190001159906387,-0.0507312119007111,-0.997808873653412,0.0424707047641277,0.992980182170868,-0.0213683489710093,-0.116334535181522,0.99920529127121,0.00768100004643202,0.0391125343739986,0.916136503219604,0.0162695161998272,-0.400536090135574,0.981933891773224,-0.0317422933876514,0.186543017625809,-0.582247495651245,0.811492323875427,-0.0496795699000359,-0.993481516838074,0.0236382428556681,-0.111516192555428,-0.965643525123596,0.00635910918936133,0.259792864322662,-0.503965318202972,0.858777403831482,0.0923061594367027,-0.999344348907471,-0.0147633412852883,0.0330589339137077,-0.0532729141414166,-0.998277723789215,0.0245697945356369,-0.0507312119007111,-0.997808873653412,0.0424707047641277,-0.876690626144409,-0.022650545462966,-0.480521023273468,-0.503965318202972,0.858777403831482,0.0923061594367027,-0.0082479827105999,0.999951541423798,-0.00538772949948907,-0.13217268884182,0.990593671798706,0.0354212373495102,-0.582247495651245,0.811492323875427,-0.0496795699000359,0.0668606236577034,-0.997762262821198,-0.000387916661566123,0.999593734741211,-0.0284000262618065,0.00239237421192229,0.999785661697388,-0.0198592338711023,0.00586245022714138,0.0834529474377632,-0.996501684188843,-0.0044880909845233,0.947589337825775,0.319043725728989,0.0169008616358042,0.638201832771301,0.769803106784821,0.0100851058959961,0.02680947445333,0.996691405773163,0.0767302811145782,0.99712085723877,0.0154580371454358,-0.0742364600300789,-0.0425002239644527,-0.997935056686401,0.0481605865061283,-0.00677945604547858,-0.999663352966309,-0.0250480659306049,0.0668606236577034,-0.997762262821198,-0.000387916661566123,0.0834529474377632,-0.996501684188843,-0.0044880909845233,-0.0527498461306095,-0.99860405921936,-0.00271505187265575,0.99712085723877,0.0154580371454358,-0.0742364600300789,0.999569416046143,-0.00992859620600939,0.027613814920187,0.947589337825775,0.319043725728989,0.0169008616358042,
  573. -0.993240892887115,-0.010441355407238,-0.115600861608982,-0.0425002239644527,-0.997935056686401,0.0481605865061283,-0.0527498461306095,-0.99860405921936,-0.00271505187265575,-0.999947130680084,-0.00842894427478313,0.00588749861344695,-0.996555089950562,0.0111617678776383,0.0821793600916862,-0.0408769734203815,0.998753011226654,-0.0286641046404839,-0.503965318202972,0.858777403831482,0.0923061594367027,-0.0408769734203815,0.998753011226654,-0.0286641046404839,-0.0082479827105999,0.999951541423798,-0.00538772949948907,-0.503965318202972,0.858777403831482,0.0923061594367027,0.984720349311829,0.00916831754148006,0.173901721835136,0.0359658561646938,0.995953679084778,-0.0823583900928497,0.638201832771301,0.769803106784821,0.0100851058959961,0.947589337825775,0.319043725728989,0.0169008616358042,0.999569416046143,-0.00992859620600939,0.027613814920187,0.984720349311829,0.00916831754148006,0.173901721835136,0.947589337825775,0.319043725728989,0.0169008616358042,0.0700100660324097,-0.979284524917603,-0.190001159906387,0.981933891773224,-0.0317422933876514,0.186543017625809,0.999593734741211,-0.0284000262618065,0.00239237421192229,0.0668606236577034,-0.997762262821198,-0.000387916661566123,-0.0507312119007111,-0.997808873653412,0.0424707047641277,0.0700100660324097,-0.979284524917603,-0.190001159906387,0.0668606236577034,-0.997762262821198,-0.000387916661566123,-0.00677945604547858,-0.999663352966309,-0.0250480659306049,-0.0250403322279453,-0.9919513463974,-0.124118834733963,-0.876690626144409,-0.022650545462966,-0.480521023273468,-0.0507312119007111,-0.997808873653412,0.0424707047641277,-0.0250403322279453,-0.9919513463974,-0.124118834733963,-0.996489763259888,-0.0233816411346197,0.0803841426968575,-0.503965318202972,0.858777403831482,0.0923061594367027,-0.965643525123596,0.00635910918936133,0.259792864322662,-0.996555089950562,0.0111617678776383,0.0821793600916862,-0.582247495651245,0.811492323875427,-0.0496795699000359,-0.13217268884182,0.990593671798706,0.0354212373495102,-0.00773277413100004,0.999580323696136,0.0279205683618784,
  574. -0.472798258066177,0.875883817672729,-0.0963817536830902,0.898436009883881,0.0228863097727299,0.438507854938507,0.054898202419281,0.950374007225037,-0.306227922439575,0.070893369615078,0.991671085357666,-0.107529819011688,0.99920529127121,0.00768100004643202,0.0391125343739986,0.912733614444733,-0.0272791683673859,-0.407643407583237,0.898436009883881,0.0228863097727299,0.438507854938507,0.99920529127121,0.00768100004643202,0.0391125343739986,0.992980182170868,-0.0213683489710093,-0.116334535181522,0.0654748305678368,-0.995888411998749,0.0626048892736435,0.912733614444733,-0.0272791683673859,-0.407643407583237,0.992980182170868,-0.0213683489710093,-0.116334535181522,0.0727923288941383,-0.982990562915802,0.168614834547043,-0.0550217181444168,-0.949354350566864,-0.309352517127991,0.0654748305678368,-0.995888411998749,0.0626048892736435,0.0727923288941383,-0.982990562915802,0.168614834547043,-0.0532729141414166,-0.998277723789215,0.0245697945356369,-0.859135508537292,-0.0224227979779243,0.511256694793701,-0.0550217181444168,-0.949354350566864,-0.309352517127991,-0.0532729141414166,-0.998277723789215,0.0245697945356369,-0.999344348907471,-0.0147633412852883,0.0330589339137077,-0.472798258066177,0.875883817672729,-0.0963817536830902,-0.921181678771973,0.00412920257076621,-0.389111071825027,-0.993481516838074,0.0236382428556681,-0.111516192555428,-0.582247495651245,0.811492323875427,-0.0496795699000359,-0.472798258066177,0.875883817672729,-0.0963817536830902,-0.0406430065631866,0.995201230049133,0.0890102908015251,-0.990186214447021,0.0184607934206724,-0.138530120253563,-0.472798258066177,0.875883817672729,-0.0963817536830902,-0.00773277413100004,0.999580323696136,0.0279205683618784,-0.0406430065631866,0.995201230049133,0.0890102908015251,-0.851566255092621,-0.514948904514313,-0.0982983782887459,-0.0314840972423553,-0.998650908470154,0.0412946082651615,-0.995521247386932,-0.0146073717623949,-0.0934033095836639,-0.990186214447021,0.0184607934206724,-0.138530120253563,-0.921181678771973,0.00412920257076621,-0.389111071825027,
  575. -0.472798258066177,0.875883817672729,-0.0963817536830902,-0.0406356826424599,0.996075093746185,0.0786328911781311,-0.998238503932953,0.020161310210824,-0.0557991899549961,-0.779103338718414,0.626886963844299,-0.0032892869785428,-0.501095771789551,0.865340828895569,0.00940899085253477,-0.009734689258039,0.999952554702759,0.000429557956522331,-0.0406356826424599,0.996075093746185,0.0786328911781311,-0.501095771789551,0.865340828895569,0.00940899085253477,0.760229587554932,0.0257425084710121,-0.649144291877747,0.0591029822826386,0.972508370876312,0.225243002176285,0.0530170947313309,0.998591244220734,0.00221369252540171,0.999686479568481,0.0249248519539833,0.00240515079349279,0.800363302230835,-0.598382651805878,0.0368357822299004,0.977500438690186,-0.0105972550809383,0.210667163133621,0.997992694377899,-0.0145344575867057,0.0616393126547337,0.997992694377899,-0.0145344575867057,0.0616393126547337,0.0354881696403027,-0.999114215373993,-0.022616870701313,0.800363302230835,-0.598382651805878,0.0368357822299004,-0.868569374084473,-0.49257504940033,0.0543809607625008,-0.0271019674837589,-0.999440312385559,-0.0196132976561785,-0.00557591952383518,-0.999939024448395,0.00953167024999857,-0.998297274112701,-0.0107952412217855,0.0573245733976364,-0.0271019674837589,-0.999440312385559,-0.0196132976561785,-0.868569374084473,-0.49257504940033,0.0543809607625008,-0.998297274112701,-0.0107952412217855,0.0573245733976364,-0.868569374084473,-0.49257504940033,0.0543809607625008,-0.999892830848694,-0.00023874883481767,-0.0146389119327068,0.913337767124176,0.0330723114311695,0.405857473611832,0.0547099485993385,0.984272718429565,-0.167970716953278,0.00991405360400677,0.999921560287476,0.00766330398619175,0.999612748622894,0.0178869850933552,-0.0213180482387543,0.0726083740592003,-0.992956519126892,0.0936243608593941,0.0255235824733973,-0.998401880264282,0.0504200123250484,0.800363302230835,-0.598382651805878,0.0368357822299004,0.800363302230835,-0.598382651805878,0.0368357822299004,0.974186897277832,-0.00982157047837973,-0.225529685616493,
  576. 0.992885589599609,-0.00142556335777044,0.119064137339592,-0.661066710948944,0.745023429393768,-0.089055024087429,-0.981190085411072,0.00301379943266511,-0.193020448088646,-0.946594476699829,-0.0169293917715549,-0.321981966495514,-0.814232349395752,0.579913020133972,-0.0269588530063629,-0.981809616088867,0.0216213744133711,-0.188633129000664,-0.0512777008116245,0.998501360416412,0.0191257372498512,-0.0488891676068306,0.998801469802856,0.00232932344079018,-0.998861730098724,0.0477001778781414,0.000117343253805302,-0.0512777008116245,0.998501360416412,0.0191257372498512,-0.0121236052364111,0.993200361728668,0.115784958004951,0.0542452298104763,0.990140020847321,-0.129152044653893,0.0426802448928356,0.999083340167999,-0.00331626739352942,-0.0488891676068306,0.998801469802856,0.00232932344079018,-0.99993622303009,0.00143698276951909,0.0112073998898268,-0.996489763259888,-0.0233816411346197,0.0803841426968575,-0.881909012794495,-0.463263154029846,0.0873152986168861,-0.0408769734203815,0.998753011226654,-0.0286641046404839,-0.996555089950562,0.0111617678776383,0.0821793600916862,-0.999607622623444,0.0279806163161993,0.00133437907788903,-0.0456483475863934,0.998948574066162,0.00425565522164106,0.0359294824302197,0.997455954551697,-0.0615699701011181,0.00151835579890758,0.999907791614532,-0.0134998904541135,0.638226568698883,0.769820094108582,0.00663382280617952,-0.13217268884182,0.990593671798706,0.0354212373495102,-0.0082479827105999,0.999951541423798,-0.00538772949948907,0.0497110895812511,0.977178037166595,0.206523194909096,0.0704859793186188,0.997398495674133,-0.0151037061586976,-0.00773277413100004,0.999580323696136,0.0279205683618784,-0.13217268884182,0.990593671798706,0.0354212373495102,0.0704859793186188,0.997398495674133,-0.0151037061586976,0.0548985674977303,0.950497448444366,-0.305844366550446,-0.993481516838074,0.0236382428556681,-0.111516192555428,-0.921181678771973,0.00412920257076621,-0.389111071825027,-0.859135508537292,-0.0224227979779243,0.511256694793701,-0.999344348907471,-0.0147633412852883,0.0330589339137077,
  577. -0.965643525123596,0.00635910918936133,0.259792864322662,-0.993481516838074,0.0236382428556681,-0.111516192555428,-0.999344348907471,-0.0147633412852883,0.0330589339137077,-0.876690626144409,-0.022650545462966,-0.480521023273468,-0.779103338718414,0.626886963844299,-0.0032892869785428,-0.998238503932953,0.020161310210824,-0.0557991899549961,-0.99962055683136,0.001962476875633,0.0274788998067379,-0.996347963809967,-0.0153300557285547,-0.0839993208646774,-0.0298727322369814,-0.999194204807281,0.0268053542822599,-0.0271019674837589,-0.999440312385559,-0.0196132976561785,-0.998297274112701,-0.0107952412217855,0.0573245733976364,0.0354881696403027,-0.999114215373993,-0.022616870701313,0.034223772585392,-0.969950973987579,-0.240881696343422,0.800363302230835,-0.598382651805878,0.0368357822299004,-0.00557591952383518,-0.999939024448395,0.00953167024999857,0.0593748092651367,-0.998233199119568,0.00228780508041382,0.0654748305678368,-0.995888411998749,0.0626048892736435,-0.0550217181444168,-0.949354350566864,-0.309352517127991,-0.0314840972423553,-0.998650908470154,0.0412946082651615,-0.995521247386932,-0.0146073717623949,-0.0934033095836639,-0.0314840972423553,-0.998650908470154,0.0412946082651615,-0.0550217181444168,-0.949354350566864,-0.309352517127991,-0.859135508537292,-0.0224227979779243,0.511256694793701,-0.99962055683136,0.001962476875633,0.0274788998067379,-0.984828591346741,0.0134061044082046,0.173011675477028,-0.779103338718414,0.626886963844299,-0.0032892869785428,-0.993240892887115,-0.010441355407238,-0.115600861608982,-0.99993622303009,0.00143698276951909,0.0112073998898268,-0.881909012794495,-0.463263154029846,0.0873152986168861,-0.881909012794495,-0.463263154029846,0.0873152986168861,-0.423116564750671,-0.90607476234436,0.000991899752989411,-0.0425002239644527,-0.997935056686401,0.0481605865061283,-0.993240892887115,-0.010441355407238,-0.115600861608982,-0.423116564750671,-0.90607476234436,0.000991899752989411,-0.00677945604547858,-0.999663352966309,-0.0250480659306049,-0.0425002239644527,-0.997935056686401,0.0481605865061283,
  578. -0.0250403322279453,-0.9919513463974,-0.124118834733963,-0.00677945604547858,-0.999663352966309,-0.0250480659306049,-0.423116564750671,-0.90607476234436,0.000991899752989411,-0.996489763259888,-0.0233816411346197,0.0803841426968575,-0.0250403322279453,-0.9919513463974,-0.124118834733963,-0.423116564750671,-0.90607476234436,0.000991899752989411,-0.881909012794495,-0.463263154029846,0.0873152986168861,-0.99993622303009,0.00143698276951909,0.0112073998898268,-0.999607622623444,0.0279806163161993,0.00133437907788903,-0.996555089950562,0.0111617678776383,0.0821793600916862,-0.965643525123596,0.00635910918936133,0.259792864322662,-0.876690626144409,-0.022650545462966,-0.480521023273468,-0.996489763259888,-0.0233816411346197,0.0803841426968575,-0.95081901550293,0.0469796285033226,-0.306163519620895,-0.898707389831543,-0.0015884090680629,0.438546001911163,-0.935220122337341,-0.354055017232895,-0.00289145507849753,-0.967305421829224,-0.00161991245113313,-0.253609329462051,-0.95081901550293,0.0469796285033226,-0.306163519620895,-0.935220122337341,-0.354055017232895,-0.00289145507849753,-0.996347963809967,-0.0153300557285547,-0.0839993208646774,-0.967305421829224,-0.00161991245113313,-0.253609329462051,-0.935220122337341,-0.354055017232895,-0.00289145507849753,-0.935220122337341,-0.354055017232895,-0.00289145507849753,-0.62458723783493,-0.78073924779892,-0.0183628033846617,-0.0298727322369814,-0.999194204807281,0.0268053542822599,-0.996347963809967,-0.0153300557285547,-0.0839993208646774,0.00082283210940659,-0.995699763298035,0.0926358476281166,-0.0298727322369814,-0.999194204807281,0.0268053542822599,-0.62458723783493,-0.78073924779892,-0.0183628033846617,-0.62458723783493,-0.78073924779892,-0.0183628033846617,0.0651883408427238,-0.959625363349915,0.273623555898666,0.00082283210940659,-0.995699763298035,0.0926358476281166,-0.62458723783493,-0.78073924779892,-0.0183628033846617,-0.00393421994522214,-0.978985607624054,-0.203891575336456,0.0651883408427238,-0.959625363349915,0.273623555898666,-0.0414742678403854,-0.998816788196564,-0.025396378710866,
  579. -0.00393421994522214,-0.978985607624054,-0.203891575336456,-0.62458723783493,-0.78073924779892,-0.0183628033846617,-0.995144903659821,-0.0135306501761079,0.0974868088960648,-0.0414742678403854,-0.998816788196564,-0.025396378710866,-0.62458723783493,-0.78073924779892,-0.0183628033846617,-0.935220122337341,-0.354055017232895,-0.00289145507849753,-0.898707389831543,-0.0015884090680629,0.438546001911163,-0.995144903659821,-0.0135306501761079,0.0974868088960648,-0.935220122337341,-0.354055017232895,-0.00289145507849753,-0.981809616088867,0.0216213744133711,-0.188633129000664,-0.981190085411072,0.00301379943266511,-0.193020448088646,-0.661066710948944,0.745023429393768,-0.089055024087429,-0.661066710948944,0.745023429393768,-0.089055024087429,-0.0512777008116245,0.998501360416412,0.0191257372498512,-0.981809616088867,0.0216213744133711,-0.188633129000664,-0.661066710948944,0.745023429393768,-0.089055024087429,-0.0121236052364111,0.993200361728668,0.115784958004951,-0.0512777008116245,0.998501360416412,0.0191257372498512,-0.814232349395752,0.579913020133972,-0.0269588530063629,-0.0117166424170136,0.973111569881439,0.230036392807961,-0.0121236052364111,0.993200361728668,0.115784958004951,-0.661066710948944,0.745023429393768,-0.089055024087429,-0.946594476699829,-0.0169293917715549,-0.321981966495514,-0.981190085411072,0.00301379943266511,-0.193020448088646,-0.898707389831543,-0.0015884090680629,0.438546001911163,-0.95081901550293,0.0469796285033226,-0.306163519620895,-0.814232349395752,0.579913020133972,-0.0269588530063629,-0.946594476699829,-0.0169293917715549,-0.321981966495514,-0.936377644538879,0.0251636616885662,0.350091129541397,-0.0538270771503448,0.995326399803162,-0.0801755338907242,0.05848228931427,0.984553635120392,0.165027767419815,0.0261214412748814,0.985730409622192,0.166292890906334,-0.0117166424170136,0.973111569881439,0.230036392807961,0.0268848612904549,0.998188018798828,0.0538331381976604,0.00151835579890758,0.999907791614532,-0.0134998904541135,-0.0456483475863934,0.998948574066162,0.00425565522164106,
  580. -0.0414856672286987,0.999133229255676,0.00342388288117945,0.0347341187298298,0.999387264251709,-0.00433909753337502,0.99712085723877,0.0154580371454358,-0.0742364600300789,0.02680947445333,0.996691405773163,0.0767302811145782,0.0347359851002693,0.999384880065918,-0.00484718382358551,0.999401092529297,0.0340974852442741,0.00589639041572809,0.999593734741211,-0.0284000262618065,0.00239237421192229,0.999569416046143,-0.00992859620600939,0.027613814920187,0.99712085723877,0.0154580371454358,-0.0742364600300789,0.999401092529297,0.0340974852442741,0.00589639041572809,0.999785661697388,-0.0198592338711023,0.00586245022714138,0.981933891773224,-0.0317422933876514,0.186543017625809,0.916136503219604,0.0162695161998272,-0.400536090135574,0.984720349311829,0.00916831754148006,0.173901721835136,0.999569416046143,-0.00992859620600939,0.027613814920187,0.999593734741211,-0.0284000262618065,0.00239237421192229,0.916136503219604,0.0162695161998272,-0.400536090135574,0.0497086681425571,0.977273046970367,0.206073611974716,0.0359658561646938,0.995953679084778,-0.0823583900928497,0.984720349311829,0.00916831754148006,0.173901721835136,0.0497110895812511,0.977178037166595,0.206523194909096,-0.0082479827105999,0.999951541423798,-0.00538772949948907,-0.0408769734203815,0.998753011226654,-0.0286641046404839,-0.0456483475863934,0.998948574066162,0.00425565522164106,0.00151835579890758,0.999907791614532,-0.0134998904541135,0.0359294824302197,0.997455954551697,-0.0615699701011181,-0.990186214447021,0.0184607934206724,-0.138530120253563,-0.984828591346741,0.0134061044082046,0.173011675477028,-0.99962055683136,0.001962476875633,0.0274788998067379,-0.999892830848694,-0.00023874883481767,-0.0146389119327068,-0.995521247386932,-0.0146073717623949,-0.0934033095836639,-0.859135508537292,-0.0224227979779243,0.511256694793701,-0.921181678771973,0.00412920257076621,-0.389111071825027,-0.0460285507142544,0.997495770454407,-0.0536994300782681,-0.984828591346741,0.0134061044082046,0.173011675477028,-0.990186214447021,0.0184607934206724,-0.138530120253563,
  581. -0.0406430065631866,0.995201230049133,0.0890102908015251,0.0530145280063152,0.998588144779205,0.00336149428039789,-0.009734689258039,0.999952554702759,0.000429557956522331,-0.0460285507142544,0.997495770454407,-0.0536994300782681,-0.0406430065631866,0.995201230049133,0.0890102908015251,-0.00773277413100004,0.999580323696136,0.0279205683618784,0.0548985674977303,0.950497448444366,-0.305844366550446,0.0530145280063152,0.998588144779205,0.00336149428039789,0.05848228931427,0.984553635120392,0.165027767419815,-0.0538270771503448,0.995326399803162,-0.0801755338907242,-0.0406356826424599,0.996075093746185,0.0786328911781311,-0.009734689258039,0.999952554702759,0.000429557956522331,-0.0538270771503448,0.995326399803162,-0.0801755338907242,-0.936377644538879,0.0251636616885662,0.350091129541397,-0.998238503932953,0.020161310210824,-0.0557991899549961,-0.0406356826424599,0.996075093746185,0.0786328911781311,-0.99962055683136,0.001962476875633,0.0274788998067379,-0.998238503932953,0.020161310210824,-0.0557991899549961,-0.936377644538879,0.0251636616885662,0.350091129541397,-0.967305421829224,-0.00161991245113313,-0.253609329462051,-0.996347963809967,-0.0153300557285547,-0.0839993208646774,-0.998297274112701,-0.0107952412217855,0.0573245733976364,-0.999892830848694,-0.00023874883481767,-0.0146389119327068,0.992885589599609,-0.00142556335777044,0.119064137339592,0.974186897277832,-0.00982157047837973,-0.225529685616493,0.913337767124176,0.0330723114311695,0.405857473611832,0.999612748622894,0.0178869850933552,-0.0213180482387543,0.977500438690186,-0.0105972550809383,0.210667163133621,0.992885589599609,-0.00142556335777044,0.119064137339592,0.999612748622894,0.0178869850933552,-0.0213180482387543,0.760229587554932,0.0257425084710121,-0.649144291877747,0.997992694377899,-0.0145344575867057,0.0616393126547337,0.977500438690186,-0.0105972550809383,0.210667163133621,0.760229587554932,0.0257425084710121,-0.649144291877747,0.999686479568481,0.0249248519539833,0.00240515079349279,0.999731779098511,-0.023106450214982,0.00163847545627505,
  582. 0.0593748092651367,-0.998233199119568,0.00228780508041382,0.0354881696403027,-0.999114215373993,-0.022616870701313,0.997992694377899,-0.0145344575867057,0.0616393126547337,0.999731779098511,-0.023106450214982,0.00163847545627505,-0.0271019674837589,-0.999440312385559,-0.0196132976561785,-0.0298727322369814,-0.999194204807281,0.0268053542822599,0.00082283210940659,-0.995699763298035,0.0926358476281166,0.034223772585392,-0.969950973987579,-0.240881696343422,0.0354881696403027,-0.999114215373993,-0.022616870701313,0.0593748092651367,-0.998233199119568,0.00228780508041382,-0.00557591952383518,-0.999939024448395,0.00953167024999857,0.00082283210940659,-0.995699763298035,0.0926358476281166,0.0651883408427238,-0.959625363349915,0.273623555898666,0.0726083740592003,-0.992956519126892,0.0936243608593941,0.034223772585392,-0.969950973987579,-0.240881696343422,0.0651883408427238,-0.959625363349915,0.273623555898666,-0.00393421994522214,-0.978985607624054,-0.203891575336456,0.0255235824733973,-0.998401880264282,0.0504200123250484,0.0726083740592003,-0.992956519126892,0.0936243608593941,-0.999947130680084,-0.00842894427478313,0.00588749861344695,-0.998777508735657,0.049391683191061,-0.00202583312056959,-0.999607622623444,0.0279806163161993,0.00133437907788903,-0.99993622303009,0.00143698276951909,0.0112073998898268,-0.993240892887115,-0.010441355407238,-0.115600861608982,0.998674631118774,0.0514117442071438,0.00241716997697949,0.0426806099712849,0.999081492424011,-0.0038287341594696,0.0547099485993385,0.984272718429565,-0.167970716953278,0.913337767124176,0.0330723114311695,0.405857473611832,-0.998861730098724,0.0477001778781414,0.000117343253805302,-0.99989515542984,-0.0119522167369723,0.00818040873855352,-0.995144903659821,-0.0135306501761079,0.0974868088960648,-0.898707389831543,-0.0015884090680629,0.438546001911163,-0.981190085411072,0.00301379943266511,-0.193020448088646,-0.981809616088867,0.0216213744133711,-0.188633129000664,-0.99989515542984,-0.0119522167369723,0.00818040873855352,-0.0633503869175911,-0.997987568378448,-0.00277009606361389,
  583. -0.0414742678403854,-0.998816788196564,-0.025396378710866,-0.995144903659821,-0.0135306501761079,0.0974868088960648,-0.0633503869175911,-0.997987568378448,-0.00277009606361389,0.0614198409020901,-0.998093783855438,-0.00603949651122093,0.0362667813897133,-0.998108804225922,0.0496340803802013,0.0255235824733973,-0.998401880264282,0.0504200123250484,-0.00393421994522214,-0.978985607624054,-0.203891575336456,-0.0414742678403854,-0.998816788196564,-0.025396378710866,0.0614198409020901,-0.998093783855438,-0.00603949651122093,0.999920904636383,-0.0120380343869329,0.00366986868903041,0.996281147003174,-0.0140686966478825,-0.0850061476230621,0.0362667813897133,-0.998108804225922,0.0496340803802013,0.999920904636383,-0.0120380343869329,0.00366986868903041,0.998674631118774,0.0514117442071438,0.00241716997697949,0.913337767124176,0.0330723114311695,0.405857473611832,0.974186897277832,-0.00982157047837973,-0.225529685616493,0.996281147003174,-0.0140686966478825,-0.0850061476230621,-0.0094543406739831,-0.998108804225922,0.0607416555285454,0.764554500579834,-0.0140684545040131,0.644405484199524,0.539798498153687,-0.598438680171967,0.592020928859711,-0.0176398456096649,-0.998401820659637,0.0536904744803905,-0.0094543406739831,-0.998108804225922,0.0607416555285454,0.539798498153687,-0.598438680171967,0.592020928859711,0.764554500579834,-0.0140684545040131,0.644405484199524,0.848410248756409,-0.00982182752341032,0.529248178005219,0.539798498153687,-0.598438680171967,0.592020928859711,-0.0352890305221081,0.998948454856873,-0.029270252212882,-0.707773327827454,0.0279795713722706,-0.705885410308838,-0.7048100233078,0.0493767410516739,-0.707675635814667,-0.031767949461937,0.999132573604584,-0.0269251838326454,0.446563869714737,0.769820392131805,0.456023305654526,0.0105929458513856,0.999907851219177,-0.008490608073771,-0.0190769731998444,0.998188376426697,0.0570626184344292,0.0403677262365818,-0.998233079910278,0.0436037182807922,0.705753207206726,-0.0231091976165771,0.708080887794495,0.933612883090973,-0.0272813066840172,0.357243239879608,
  584. 0.00201505795121193,-0.995887279510498,0.0905792266130447,0.705190658569336,0.0249247290194035,0.708579540252686,0.0359533429145813,0.998588919639587,0.0390836112201214,0.25510448217392,0.950502157211304,-0.17739100754261,0.325300842523575,0.022875152528286,0.945333898067474,-0.532707750797272,-0.514911353588104,-0.671631455421448,-0.652633905410767,-0.492553621530533,-0.575725555419922,-0.0106747802346945,-0.99993908405304,0.00280689913779497,-0.0514641627669334,-0.998650789260864,0.00694028474390507,0.705753207206726,-0.0231091976165771,0.708080887794495,0.705190658569336,0.0249247290194035,0.708579540252686,0.325300842523575,0.022875152528286,0.945333898067474,0.933612883090973,-0.0272813066840172,0.357243239879608,-0.637911558151245,-0.0146016050130129,-0.769971251487732,-0.696681976318359,-0.000238814187468961,-0.717380166053772,-0.652633905410767,-0.492553621530533,-0.575725555419922,-0.532707750797272,-0.514911353588104,-0.671631455421448,-0.909583866596222,0.0251679867506027,-0.414757519960403,0.0185853540897369,0.995327055454254,-0.0947569310665131,-0.556640088558197,0.579839408397675,-0.594927072525024,0.0185853540897369,0.995327055454254,-0.0947569310665131,-0.171011596918106,0.973074078559875,0.154537662863731,-0.556640088558197,0.579839408397675,-0.594927072525024,0.721753656864166,0.0178848337382078,0.691918969154358,0.00177908572368324,0.99992436170578,0.0121786966919899,-0.117507725954056,0.972485184669495,0.201158285140991,0.99655944108963,0.0257519502192736,0.0787790268659592,0.194606900215149,-0.969922840595245,-0.146211728453636,-0.0147668346762657,-0.992966055870056,0.117475137114525,0.539798498153687,-0.598438680171967,0.592020928859711,0.539798498153687,-0.598438680171967,0.592020928859711,0.617872893810272,-0.00141672790050507,0.786276757717133,0.542052805423737,-0.010598711669445,0.840277671813965,-0.909583866596222,0.0251679867506027,-0.414757519960403,-0.441885322332382,-0.0169156845659018,-0.896912038326263,-0.456182926893234,0.0469390265643597,-0.888647198677063,-0.504680454730988,-0.0016198419034481,-0.863304674625397,
  585. -0.0904652252793312,0.993195652961731,0.0733377635478973,-0.171011596918106,0.973074078559875,0.154537662863731,-0.0991801768541336,0.985704898834229,0.136195659637451,0.129635348916054,0.990150392055511,-0.0528873987495899,-0.361052244901657,0.865285992622375,-0.347737610340118,-0.548575580120087,0.62684428691864,-0.553291261196136,-0.818692684173584,0.013411745429039,-0.574075400829315,0.00537890614941716,0.997493267059326,-0.0705581828951836,0.00537890614941716,0.997493267059326,-0.0705581828951836,-0.00718974694609642,0.999952554702759,-0.00658511091023684,-0.361052244901657,0.865285992622375,-0.347737610340118,-0.0679473429918289,-0.982967615127563,0.170756548643112,0.784293711185455,-0.0213659815490246,0.620021760463715,0.562481224536896,-0.0317362397909164,0.826200842857361,0.183802157640457,-0.979302048683167,-0.0847601518034935,0.679203033447266,0.00766283739358187,0.733910441398621,0.125895217061043,0.991711914539337,-0.0256533212959766,-0.110583782196045,0.977280616760254,0.180814623832703,0.931175529956818,0.016254860907793,0.364208698272705,-0.0548599660396576,-0.99828428030014,-0.0204699169844389,-0.0679473429918289,-0.982967615127563,0.170756548643112,0.183802157640457,-0.979302048683167,-0.0847601518034935,-0.0659308582544327,-0.99780684709549,-0.00587870832532644,0.784293711185455,-0.0213659815490246,0.620021760463715,0.679203033447266,0.00766283739358187,0.733910441398621,0.931175529956818,0.016254860907793,0.364208698272705,0.562481224536896,-0.0317362397909164,0.826200842857361,-0.376487493515015,0.811452746391296,-0.446991771459579,-0.623591959476471,0.0236444510519505,-0.781392395496368,-0.866618931293488,0.00635974900797009,-0.498930007219315,-0.421604931354523,0.858777403831482,-0.291119784116745,-0.730103015899658,-0.0147745180875063,-0.683177411556244,-0.0548599660396576,-0.99828428030014,-0.0204699169844389,-0.0659308582544327,-0.99780684709549,-0.00587870832532644,-0.280202358961105,-0.0226445570588112,-0.959673881530762,-0.421604931354523,0.858777403831482,-0.291119784116745,-0.00211773882620037,0.999951541423798,-0.00962106138467789,
  586. -0.118398919701576,0.990604877471924,-0.0684384554624558,-0.376487493515015,0.811452746391296,-0.446991771459579,0.0475664138793945,-0.997760891914368,0.0470175370573998,0.705125689506531,-0.0283992495387793,0.708513379096985,0.702804148197174,-0.0198657624423504,0.71110600233078,0.0621817149221897,-0.996501922607422,0.0558344461023808,0.658153474330902,0.319083988666534,0.68192332983017,0.444123804569244,0.769803643226624,0.458428412675858,-0.0353241562843323,0.996691286563873,0.0732033848762512,0.757597863674164,0.0154558159410954,0.65253871679306,-0.064083531498909,-0.997936487197876,0.00403624633327127,0.0129152685403824,-0.999663531780243,-0.0224959831684828,0.0475664138793945,-0.997760891914368,0.0470175370573998,0.0621817149221897,-0.996501922607422,0.0558344461023808,-0.0353472642600536,-0.998606503009796,-0.0391892306506634,0.757597863674164,0.0154558159410954,0.65253871679306,0.687303423881531,-0.00992846861481667,0.726302623748779,0.658153474330902,0.319083988666534,0.68192332983017,-0.620564043521881,-0.0104429805651307,-0.784086346626282,-0.064083531498909,-0.997936487197876,0.00403624633327127,-0.0353472642600536,-0.998606503009796,-0.0391892306506634,-0.711233735084534,-0.00843346677720547,-0.702904999256134,-0.762784779071808,0.011156608350575,-0.646556317806244,-0.00865072011947632,0.998752415180206,-0.0491814613342285,-0.421604931354523,0.858777403831482,-0.291119784116745,-0.00865072011947632,0.998752415180206,-0.0491814613342285,-0.00211773882620037,0.999951541423798,-0.00962106138467789,-0.421604931354523,0.858777403831482,-0.291119784116745,0.573321104049683,0.00917018577456474,0.819279432296753,0.0836128070950508,0.995956540107727,-0.0328559540212154,0.444123804569244,0.769803643226624,0.458428412675858,0.658153474330902,0.319083988666534,0.68192332983017,0.687303423881531,-0.00992846861481667,0.726302623748779,0.573321104049683,0.00917018577456474,0.819279432296753,0.658153474330902,0.319083988666534,0.68192332983017,0.183802157640457,-0.979302048683167,-0.0847601518034935,0.562481224536896,-0.0317362397909164,0.826200842857361,
  587. 0.705125689506531,-0.0283992495387793,0.708513379096985,0.0475664138793945,-0.997760891914368,0.0470175370573998,-0.0659308582544327,-0.99780684709549,-0.00587870832532644,0.183802157640457,-0.979302048683167,-0.0847601518034935,0.0475664138793945,-0.997760891914368,0.0470175370573998,0.0129152685403824,-0.999663531780243,-0.0224959831684828,0.0700183808803558,-0.99195396900177,-0.105474635958672,-0.280202358961105,-0.0226445570588112,-0.959673881530762,-0.0659308582544327,-0.99780684709549,-0.00587870832532644,0.0700183808803558,-0.99195396900177,-0.105474635958672,-0.761476933956146,-0.0233808849006891,-0.647770166397095,-0.421604931354523,0.858777403831482,-0.291119784116745,-0.866618931293488,0.00635974900797009,-0.498930007219315,-0.762784779071808,0.011156608350575,-0.646556317806244,-0.376487493515015,0.811452746391296,-0.446991771459579,-0.118398919701576,0.990604877471924,-0.0684384554624558,-0.0253592599183321,0.999574899673462,0.0143919307738543,-0.26617306470871,0.875904381275177,-0.40242213010788,0.325300842523575,0.022875152528286,0.945333898067474,0.25510448217392,0.950502157211304,-0.17739100754261,0.125895217061043,0.991711914539337,-0.0256533212959766,0.679203033447266,0.00766283739358187,0.733910441398621,0.933612883090973,-0.0272813066840172,0.357243239879608,0.325300842523575,0.022875152528286,0.945333898067474,0.679203033447266,0.00766283739358187,0.733910441398621,0.784293711185455,-0.0213659815490246,0.620021760463715,0.00201505795121193,-0.995887279510498,0.0905792266130447,0.933612883090973,-0.0272813066840172,0.357243239879608,0.784293711185455,-0.0213659815490246,0.620021760463715,-0.0679473429918289,-0.982967615127563,0.170756548643112,0.179922044277191,-0.949313104152679,-0.257745653390884,0.00201505795121193,-0.995887279510498,0.0905792266130447,-0.0679473429918289,-0.982967615127563,0.170756548643112,-0.0548599660396576,-0.99828428030014,-0.0204699169844389,-0.969044327735901,-0.0224130563437939,-0.245867744088173,0.179922044277191,-0.949313104152679,-0.257745653390884,-0.0548599660396576,-0.99828428030014,-0.0204699169844389,
  588. -0.730103015899658,-0.0147745180875063,-0.683177411556244,-0.26617306470871,0.875904381275177,-0.40242213010788,-0.37615779042244,0.00412953924387693,-0.926546514034271,-0.623591959476471,0.0236444510519505,-0.781392395496368,-0.376487493515015,0.811452746391296,-0.446991771459579,-0.26617306470871,0.875904381275177,-0.40242213010788,-0.0917317196726799,0.995198011398315,0.0341497957706451,-0.60230565071106,0.0184535328298807,-0.798052370548248,-0.26617306470871,0.875904381275177,-0.40242213010788,-0.0253592599183321,0.999574899673462,0.0143919307738543,-0.0917317196726799,0.995198011398315,0.0341497957706451,-0.532707750797272,-0.514911353588104,-0.671631455421448,-0.0514641627669334,-0.998650789260864,0.00694028474390507,-0.637911558151245,-0.0146016050130129,-0.769971251487732,-0.60230565071106,0.0184535328298807,-0.798052370548248,-0.37615779042244,0.00412953924387693,-0.926546514034271,-0.26617306470871,0.875904381275177,-0.40242213010788,-0.0843466967344284,0.996074557304382,0.0268543679267168,-0.666438341140747,0.0201606918126345,-0.745287537574768,-0.548575580120087,0.62684428691864,-0.553291261196136,-0.361052244901657,0.865285992622375,-0.347737610340118,-0.00718974694609642,0.999952554702759,-0.00658511091023684,-0.0843466967344284,0.996074557304382,0.0268543679267168,-0.361052244901657,0.865285992622375,-0.347737610340118,0.99655944108963,0.0257519502192736,0.0787790268659592,-0.117507725954056,0.972485184669495,0.201158285140991,0.0359533429145813,0.998588919639587,0.0390836112201214,0.705190658569336,0.0249247290194035,0.708579540252686,0.539798498153687,-0.598438680171967,0.592020928859711,0.542052805423737,-0.010598711669445,0.840277671813965,0.662130057811737,-0.0145315984264016,0.749248027801514,0.662130057811737,-0.0145315984264016,0.749248027801514,0.0410994999110699,-0.999113440513611,0.00911726616322994,0.539798498153687,-0.598438680171967,0.592020928859711,-0.652633905410767,-0.492553621530533,-0.575725555419922,-0.00529732927680016,-0.99944019317627,-0.0330365374684334,-0.0106747802346945,-0.99993908405304,0.00280689913779497,
  589. -0.746396780014038,-0.0107986414805055,-0.665413618087769,-0.00529732927680016,-0.99944019317627,-0.0330365374684334,-0.652633905410767,-0.492553621530533,-0.575725555419922,-0.746396780014038,-0.0107986414805055,-0.665413618087769,-0.652633905410767,-0.492553621530533,-0.575725555419922,-0.696681976318359,-0.000238814187468961,-0.717380166053772,0.358784079551697,0.0330703817307949,0.932834565639496,0.157398775219917,0.984289944171906,-0.079994298517704,0.00177908572368324,0.99992436170578,0.0121786966919899,0.721753656864166,0.0178848337382078,0.691918969154358,-0.0147668346762657,-0.992966055870056,0.117475137114525,-0.0176398456096649,-0.998401820659637,0.0536904744803905,0.539798498153687,-0.598438680171967,0.592020928859711,0.539798498153687,-0.598438680171967,0.592020928859711,0.848410248756409,-0.00982182752341032,0.529248178005219,0.617872893810272,-0.00141672790050507,0.786276757717133,-0.404262900352478,0.745177865028381,-0.53035968542099,-0.557426571846008,0.00301352189853787,-0.830220878124237,-0.441885322332382,-0.0169156845659018,-0.896912038326263,-0.556640088558197,0.579839408397675,-0.594927072525024,-0.5608811378479,0.0216171406209469,-0.827614068984985,-0.0498122572898865,0.998498797416687,-0.0227817185223103,-0.0362548865377903,0.998798966407776,-0.0329588651657104,-0.706401407718658,0.0476923435926437,-0.706202864646912,-0.0498122572898865,0.998498797416687,-0.0227817185223103,-0.0904652252793312,0.993195652961731,0.0733377635478973,0.129635348916054,0.990150392055511,-0.0528873987495899,0.0325384773313999,0.999082505702972,0.027847196906805,-0.0362548865377903,0.998798966407776,-0.0329588651657104,-0.714988172054291,0.00143698463216424,-0.699135184288025,-0.761476933956146,-0.0233808849006891,-0.647770166397095,-0.68537849187851,-0.463201940059662,-0.561872065067291,-0.00865072011947632,0.998752415180206,-0.0491814613342285,-0.762784779071808,0.011156608350575,-0.646556317806244,-0.707773327827454,0.0279795713722706,-0.705885410308838,-0.0352890305221081,0.998948454856873,-0.029270252212882,
  590. 0.0688877627253532,0.997458755970001,-0.0181824434548616,0.0105929458513856,0.999907851219177,-0.008490608073771,0.446563869714737,0.769820392131805,0.456023305654526,-0.118398919701576,0.990604877471924,-0.0684384554624558,-0.00211773882620037,0.999951541423798,-0.00962106138467789,-0.110893040895462,0.977187633514404,0.18112725019455,0.0602842569351196,0.997404336929321,0.0393758304417133,-0.0253592599183321,0.999574899673462,0.0143919307738543,-0.118398919701576,0.990604877471924,-0.0684384554624558,0.0602842569351196,0.997404336929321,0.0393758304417133,0.254829615354538,0.950627207756042,-0.177115634083748,-0.623591959476471,0.0236444510519505,-0.781392395496368,-0.37615779042244,0.00412953924387693,-0.926546514034271,-0.969044327735901,-0.0224130563437939,-0.245867744088173,-0.730103015899658,-0.0147745180875063,-0.683177411556244,-0.866618931293488,0.00635974900797009,-0.498930007219315,-0.623591959476471,0.0236444510519505,-0.781392395496368,-0.730103015899658,-0.0147745180875063,-0.683177411556244,-0.280202358961105,-0.0226445570588112,-0.959673881530762,-0.548575580120087,0.62684428691864,-0.553291261196136,-0.666438341140747,0.0201606918126345,-0.745287537574768,-0.726250827312469,0.00196254439651966,-0.68742710351944,-0.645141184329987,-0.0153282657265663,-0.763909637928009,-0.0400889031589031,-0.999193787574768,-0.00218194932676852,-0.00529732927680016,-0.99944019317627,-0.0330365374684334,-0.746396780014038,-0.0107986414805055,-0.665413618087769,0.0410994999110699,-0.999113440513611,0.00911726616322994,0.194606900215149,-0.969922840595245,-0.146211728453636,0.539798498153687,-0.598438680171967,0.592020928859711,-0.0106747802346945,-0.99993908405304,0.00280689913779497,0.0403677262365818,-0.998233079910278,0.0436037182807922,0.00201505795121193,-0.995887279510498,0.0905792266130447,0.179922044277191,-0.949313104152679,-0.257745653390884,-0.0514641627669334,-0.998650789260864,0.00694028474390507,-0.637911558151245,-0.0146016050130129,-0.769971251487732,-0.0514641627669334,-0.998650789260864,0.00694028474390507,
  591. 0.179922044277191,-0.949313104152679,-0.257745653390884,-0.969044327735901,-0.0224130563437939,-0.245867744088173,-0.726250827312469,0.00196254439651966,-0.68742710351944,-0.818692684173584,0.013411745429039,-0.574075400829315,-0.548575580120087,0.62684428691864,-0.553291261196136,-0.620564043521881,-0.0104429805651307,-0.784086346626282,-0.714988172054291,0.00143698463216424,-0.699135184288025,-0.68537849187851,-0.463201940059662,-0.561872065067291,-0.68537849187851,-0.463201940059662,-0.561872065067291,-0.299928486347198,-0.906061887741089,-0.298487812280655,-0.064083531498909,-0.997936487197876,0.00403624633327127,-0.620564043521881,-0.0104429805651307,-0.784086346626282,-0.299928486347198,-0.906061887741089,-0.298487812280655,0.0129152685403824,-0.999663531780243,-0.0224959831684828,-0.064083531498909,-0.997936487197876,0.00403624633327127,0.0700183808803558,-0.99195396900177,-0.105474635958672,0.0129152685403824,-0.999663531780243,-0.0224959831684828,-0.299928486347198,-0.906061887741089,-0.298487812280655,-0.761476933956146,-0.0233808849006891,-0.647770166397095,0.0700183808803558,-0.99195396900177,-0.105474635958672,-0.299928486347198,-0.906061887741089,-0.298487812280655,-0.68537849187851,-0.463201940059662,-0.561872065067291,-0.714988172054291,0.00143698463216424,-0.699135184288025,-0.707773327827454,0.0279795713722706,-0.705885410308838,-0.762784779071808,0.011156608350575,-0.646556317806244,-0.866618931293488,0.00635974900797009,-0.498930007219315,-0.280202358961105,-0.0226445570588112,-0.959673881530762,-0.761476933956146,-0.0233808849006891,-0.647770166397095,-0.456182926893234,0.0469390265643597,-0.888647198677063,-0.945655941963196,-0.00158917857334018,-0.325165092945099,-0.659396708011627,-0.354060798883438,-0.663202106952667,-0.504680454730988,-0.0016198419034481,-0.863304674625397,-0.456182926893234,0.0469390265643597,-0.888647198677063,-0.659396708011627,-0.354060798883438,-0.663202106952667,-0.645141184329987,-0.0153282657265663,-0.763909637928009,-0.504680454730988,-0.0016198419034481,-0.863304674625397,
  592. -0.659396708011627,-0.354060798883438,-0.663202106952667,-0.659396708011627,-0.354060798883438,-0.663202106952667,-0.428739905357361,-0.780667006969452,-0.454687893390656,-0.0400889031589031,-0.999193787574768,-0.00218194932676852,-0.645141184329987,-0.0153282657265663,-0.763909637928009,-0.0649664849042892,-0.995693743228912,0.0661315321922302,-0.0400889031589031,-0.999193787574768,-0.00218194932676852,-0.428739905357361,-0.780667006969452,-0.454687893390656,-0.428739905357361,-0.780667006969452,-0.454687893390656,-0.147427901625633,-0.959579348564148,0.239734023809433,-0.0649664849042892,-0.995693743228912,0.0661315321922302,-0.428739905357361,-0.780667006969452,-0.454687893390656,0.141307041049004,-0.979004383087158,-0.14691062271595,-0.147427901625633,-0.959579348564148,0.239734023809433,-0.0113752726465464,-0.998816549777985,-0.0472885966300964,0.141307041049004,-0.979004383087158,-0.14691062271595,-0.428739905357361,-0.780667006969452,-0.454687893390656,-0.772664308547974,-0.0135319400578737,-0.634670734405518,-0.0113752726465464,-0.998816549777985,-0.0472885966300964,-0.428739905357361,-0.780667006969452,-0.454687893390656,-0.659396708011627,-0.354060798883438,-0.663202106952667,-0.945655941963196,-0.00158917857334018,-0.325165092945099,-0.772664308547974,-0.0135319400578737,-0.634670734405518,-0.659396708011627,-0.354060798883438,-0.663202106952667,-0.5608811378479,0.0216171406209469,-0.827614068984985,-0.557426571846008,0.00301352189853787,-0.830220878124237,-0.404262900352478,0.745177865028381,-0.53035968542099,-0.404262900352478,0.745177865028381,-0.53035968542099,-0.0498122572898865,0.998498797416687,-0.0227817185223103,-0.5608811378479,0.0216171406209469,-0.827614068984985,-0.404262900352478,0.745177865028381,-0.53035968542099,-0.0904652252793312,0.993195652961731,0.0733377635478973,-0.0498122572898865,0.998498797416687,-0.0227817185223103,-0.556640088558197,0.579839408397675,-0.594927072525024,-0.171011596918106,0.973074078559875,0.154537662863731,-0.0904652252793312,0.993195652961731,0.0733377635478973,
  593. -0.404262900352478,0.745177865028381,-0.53035968542099,-0.441885322332382,-0.0169156845659018,-0.896912038326263,-0.557426571846008,0.00301352189853787,-0.830220878124237,-0.945655941963196,-0.00158917857334018,-0.325165092945099,-0.456182926893234,0.0469390265643597,-0.888647198677063,-0.556640088558197,0.579839408397675,-0.594927072525024,-0.441885322332382,-0.0169156845659018,-0.896912038326263,-0.909583866596222,0.0251679867506027,-0.414757519960403,0.0185853540897369,0.995327055454254,-0.0947569310665131,-0.0753573477268219,0.984538555145264,0.158130392432213,-0.0991801768541336,0.985704898834229,0.136195659637451,-0.171011596918106,0.973074078559875,0.154537662863731,-0.0190769731998444,0.998188376426697,0.0570626184344292,0.0105929458513856,0.999907851219177,-0.008490608073771,-0.0352890305221081,0.998948454856873,-0.029270252212882,-0.031767949461937,0.999132573604584,-0.0269251838326454,0.0275868978351355,0.999389231204987,0.021450437605381,0.757597863674164,0.0154558159410954,0.65253871679306,-0.0353241562843323,0.996691286563873,0.0732033848762512,0.0279471762478352,0.99938690662384,0.0210927911102772,0.702518045902252,0.0341188907623291,0.710847675800323,0.705125689506531,-0.0283992495387793,0.708513379096985,0.687303423881531,-0.00992846861481667,0.726302623748779,0.757597863674164,0.0154558159410954,0.65253871679306,0.702518045902252,0.0341188907623291,0.710847675800323,0.702804148197174,-0.0198657624423504,0.71110600233078,0.562481224536896,-0.0317362397909164,0.826200842857361,0.931175529956818,0.016254860907793,0.364208698272705,0.573321104049683,0.00917018577456474,0.819279432296753,0.687303423881531,-0.00992846861481667,0.726302623748779,0.705125689506531,-0.0283992495387793,0.708513379096985,0.931175529956818,0.016254860907793,0.364208698272705,-0.110583782196045,0.977280616760254,0.180814623832703,0.0836128070950508,0.995956540107727,-0.0328559540212154,0.573321104049683,0.00917018577456474,0.819279432296753,-0.110893040895462,0.977187633514404,0.18112725019455,-0.00211773882620037,0.999951541423798,-0.00962106138467789,
  594. -0.00865072011947632,0.998752415180206,-0.0491814613342285,-0.0352890305221081,0.998948454856873,-0.029270252212882,0.0105929458513856,0.999907851219177,-0.008490608073771,0.0688877627253532,0.997458755970001,-0.0181824434548616,-0.60230565071106,0.0184535328298807,-0.798052370548248,-0.818692684173584,0.013411745429039,-0.574075400829315,-0.726250827312469,0.00196254439651966,-0.68742710351944,-0.696681976318359,-0.000238814187468961,-0.717380166053772,-0.637911558151245,-0.0146016050130129,-0.769971251487732,-0.969044327735901,-0.0224130563437939,-0.245867744088173,-0.37615779042244,0.00412953924387693,-0.926546514034271,0.00537890614941716,0.997493267059326,-0.0705581828951836,-0.818692684173584,0.013411745429039,-0.574075400829315,-0.60230565071106,0.0184535328298807,-0.798052370548248,-0.0917317196726799,0.995198011398315,0.0341497957706451,0.0351395010948181,0.998585939407349,0.0398938283324242,-0.00718974694609642,0.999952554702759,-0.00658511091023684,0.00537890614941716,0.997493267059326,-0.0705581828951836,-0.0917317196726799,0.995198011398315,0.0341497957706451,-0.0253592599183321,0.999574899673462,0.0143919307738543,0.254829615354538,0.950627207756042,-0.177115634083748,0.0351395010948181,0.998585939407349,0.0398938283324242,-0.0753573477268219,0.984538555145264,0.158130392432213,0.0185853540897369,0.995327055454254,-0.0947569310665131,-0.0843466967344284,0.996074557304382,0.0268543679267168,-0.00718974694609642,0.999952554702759,-0.00658511091023684,0.0185853540897369,0.995327055454254,-0.0947569310665131,-0.909583866596222,0.0251679867506027,-0.414757519960403,-0.666438341140747,0.0201606918126345,-0.745287537574768,-0.0843466967344284,0.996074557304382,0.0268543679267168,-0.726250827312469,0.00196254439651966,-0.68742710351944,-0.666438341140747,0.0201606918126345,-0.745287537574768,-0.909583866596222,0.0251679867506027,-0.414757519960403,-0.504680454730988,-0.0016198419034481,-0.863304674625397,-0.645141184329987,-0.0153282657265663,-0.763909637928009,-0.746396780014038,-0.0107986414805055,-0.665413618087769,
  595. -0.696681976318359,-0.000238814187468961,-0.717380166053772,0.617872893810272,-0.00141672790050507,0.786276757717133,0.848410248756409,-0.00982182752341032,0.529248178005219,0.358784079551697,0.0330703817307949,0.932834565639496,0.721753656864166,0.0178848337382078,0.691918969154358,0.542052805423737,-0.010598711669445,0.840277671813965,0.617872893810272,-0.00141672790050507,0.786276757717133,0.721753656864166,0.0178848337382078,0.691918969154358,0.99655944108963,0.0257519502192736,0.0787790268659592,0.662130057811737,-0.0145315984264016,0.749248027801514,0.542052805423737,-0.010598711669445,0.840277671813965,0.99655944108963,0.0257519502192736,0.0787790268659592,0.705190658569336,0.0249247290194035,0.708579540252686,0.705753207206726,-0.0231091976165771,0.708080887794495,0.0403677262365818,-0.998233079910278,0.0436037182807922,0.0410994999110699,-0.999113440513611,0.00911726616322994,0.662130057811737,-0.0145315984264016,0.749248027801514,0.705753207206726,-0.0231091976165771,0.708080887794495,-0.00529732927680016,-0.99944019317627,-0.0330365374684334,-0.0400889031589031,-0.999193787574768,-0.00218194932676852,-0.0649664849042892,-0.995693743228912,0.0661315321922302,0.194606900215149,-0.969922840595245,-0.146211728453636,0.0410994999110699,-0.999113440513611,0.00911726616322994,0.0403677262365818,-0.998233079910278,0.0436037182807922,-0.0106747802346945,-0.99993908405304,0.00280689913779497,-0.0649664849042892,-0.995693743228912,0.0661315321922302,-0.147427901625633,-0.959579348564148,0.239734023809433,-0.0147668346762657,-0.992966055870056,0.117475137114525,0.194606900215149,-0.969922840595245,-0.146211728453636,-0.147427901625633,-0.959579348564148,0.239734023809433,0.141307041049004,-0.979004383087158,-0.14691062271595,-0.0176398456096649,-0.998401820659637,0.0536904744803905,-0.0147668346762657,-0.992966055870056,0.117475137114525,-0.711233735084534,-0.00843346677720547,-0.702904999256134,-0.7048100233078,0.0493767410516739,-0.707675635814667,-0.707773327827454,0.0279795713722706,-0.705885410308838,-0.714988172054291,0.00143698463216424,-0.699135184288025,
  596. -0.620564043521881,-0.0104429805651307,-0.784086346626282,0.704474210739136,0.0514139235019684,0.707864940166473,0.0329011045396328,0.999080717563629,0.0274850856512785,0.157398775219917,0.984289944171906,-0.079994298517704,0.358784079551697,0.0330703817307949,0.932834565639496,-0.706401407718658,0.0476923435926437,-0.706202864646912,-0.71282422542572,-0.0119547918438911,-0.701240837574005,-0.772664308547974,-0.0135319400578737,-0.634670734405518,-0.945655941963196,-0.00158917857334018,-0.325165092945099,-0.557426571846008,0.00301352189853787,-0.830220878124237,-0.5608811378479,0.0216171406209469,-0.827614068984985,-0.71282422542572,-0.0119547918438911,-0.701240837574005,-0.0428283028304577,-0.997988164424896,-0.0467484630644321,-0.0113752726465464,-0.998816549777985,-0.0472885966300964,-0.772664308547974,-0.0135319400578737,-0.634670734405518,-0.0428283028304577,-0.997988164424896,-0.0467484630644321,0.047738891094923,-0.998090624809265,0.0391947105526924,-0.0094543406739831,-0.998108804225922,0.0607416555285454,-0.0176398456096649,-0.998401820659637,0.0536904744803905,0.141307041049004,-0.979004383087158,-0.14691062271595,-0.0113752726465464,-0.998816549777985,-0.0472885966300964,0.047738891094923,-0.998090624809265,0.0391947105526924,0.704462587833405,-0.0120349135249853,0.709639072418213,0.764554500579834,-0.0140684545040131,0.644405484199524,-0.0094543406739831,-0.998108804225922,0.0607416555285454,0.704462587833405,-0.0120349135249853,0.709639072418213,0.704474210739136,0.0514139235019684,0.707864940166473,0.358784079551697,0.0330703817307949,0.932834565639496,0.848410248756409,-0.00982182752341032,0.529248178005219,0.764554500579834,-0.0140684545040131,0.644405484199524
  597. }
  598. BinormalsW: *3904 {
  599. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  600. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  601. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  602. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  603. }
  604. }
  605. LayerElementTangent: 0 {
  606. Version: 102
  607. Name: "map1"
  608. MappingInformationType: "ByPolygonVertex"
  609. ReferenceInformationType: "Direct"
  610. Tangents: *11712 {
  611. a: 0.998755633831024,-0.0497814677655697,-0.00299916998483241,0.996383309364319,0.00204124511219561,-0.0849481001496315,0.999162316322327,-0.0360688380897045,0.0193333104252815,0.998087286949158,-0.0512635409832001,-0.0345492102205753,0.998755633831024,-0.0497814677655697,-0.00299916998483241,0.999162316322327,-0.0360688380897045,0.0193333104252815,0.996383309364319,0.00204124511219561,-0.0849481001496315,0.974171698093414,-0.0067383935675025,-0.225707903504372,0.999162316322327,-0.0360688380897045,0.0193333104252815,0.999986588954926,0.00438488740473986,0.00275746500119567,0.999999105930328,0.000159127812366933,-0.00133559631649405,0.999997854232788,0.000328208057908341,0.00203917408362031,0.999986946582794,0.00357735296711326,0.00364327989518642,0.999974966049194,0.00359594612382352,0.00611102068796754,0.999905169010162,-0.0134980119764805,0.00274630263447762,0.998548626899719,0.0537758730351925,0.00297818682156503,0.999996662139893,-0.00221344805322587,0.00132666947320104,0.999998390674591,-0.000759364105761051,0.00161812629085034,0.913177788257599,0.00499983644112945,-0.407530784606934,0.99787825345993,-0.063623733818531,-0.0138193173334002,0.999996840953827,-0.000651207228656858,0.00241317204199731,0.999995350837708,0.00209914473816752,0.00220741867087781,0.951882779598236,-0.306461244821548,-0.000912470917683095,0.898733377456665,0.00394899398088455,0.438477694988251,0.969169557094574,-0.144998535513878,0.199213236570358,0.998459100723267,-0.0183814484626055,-0.0523597374558449,0.99995356798172,-0.00954132154583931,0.00136072339955717,0.999144375324249,-0.0413468778133392,0.00098277151118964,0.999998390674591,-0.000759364105761051,0.00161812629085034,0.999996840953827,-0.000651207228656858,0.00241317204199731,0.898733377456665,0.00394899398088455,0.438477694988251,0.913177788257599,0.00499983644112945,-0.407530784606934,0.995627462863922,0.000674680224619806,0.0934104546904564,0.999894082546234,-9.07212815945968e-005,0.014553370885551,0.998459100723267,-0.0183814484626055,-0.0523597374558449,
  612. 0.969169557094574,-0.144998535513878,0.199213236570358,0.93677169084549,0.00533506274223328,-0.349900454282761,0.996738016605377,-0.0805521607398987,-0.00496494257822633,0.996818482875824,-0.0767206326127052,-0.0216075852513313,0.996738016605377,-0.0805521607398987,-0.00496494257822633,0.946015655994415,0.221066281199455,-0.237032040953636,0.996818482875824,-0.0767206326127052,-0.0216075852513313,0.99967086315155,0.0137817300856113,-0.021640483289957,0.994677245616913,0.0087217977270484,-0.10267036408186,0.974022448062897,0.2263003885746,-0.00827481132000685,0.760424792766571,-0.014279012568295,-0.649268984794617,0.970236837863922,0.241719722747803,0.0145583683624864,0.957984209060669,-0.0699882954359055,0.278151094913483,0.999162316322327,-0.0360688380897045,0.0193333104252815,0.999162316322327,-0.0360688380897045,0.0193333104252815,0.989378273487091,-0.0834246948361397,0.119042284786701,0.977405667304993,0.00891377311199903,0.211183995008469,0.93677169084549,0.00533506274223328,-0.349900454282761,0.94080913066864,-0.10643956810236,0.32178995013237,0.943287312984467,0.12037106603384,0.30938595533371,0.967284142971039,-0.00911192316561937,0.253531873226166,0.993126153945923,0.116043969988823,0.0152993854135275,0.946015655994415,0.221066281199455,-0.237032040953636,0.980668723583221,0.168325617909431,-0.0997764617204666,0.991431415081024,-0.129990518093109,0.0128942374140024,0.999955654144287,0.00836914032697678,-0.00431540887802839,0.999994456768036,-0.00191226438619196,0.00270540220662951,0.98492568731308,0.00121703650802374,-0.172973334789276,0.998557806015015,-0.0536228977143765,0.0026477228384465,0.998557806015015,-0.0536228977143765,0.0026477228384465,0.99999737739563,0.000455461558885872,0.00223782216198742,0.999955654144287,0.00836914032697678,-0.00431540887802839,0.985435366630554,-0.16982002556324,-0.00884497351944447,0.992916107177734,-0.0222722645848989,-0.116711035370827,0.98241513967514,0.00175487878732383,0.186701357364655,0.98146778345108,0.191258400678635,0.0118835149332881,0.998920321464539,-0.0248249061405659,0.0392658971250057,
  613. 0.994161367416382,-0.10790029168129,0.000849559553898871,0.978424489498138,0.20653672516346,-0.00528534594923258,0.916235685348511,0.00130912789609283,-0.400637477636337,0.999528646469116,-0.0233802665024996,-0.0198951400816441,0.985435366630554,-0.16982002556324,-0.00884497351944447,0.98146778345108,0.191258400678635,0.0118835149332881,0.998773753643036,-0.0437082685530186,0.0232526976615191,0.992916107177734,-0.0222722645848989,-0.116711035370827,0.998920321464539,-0.0248249061405659,0.0392658971250057,0.916235685348511,0.00130912789609283,-0.400637477636337,0.98241513967514,0.00175487878732383,0.186701357364655,0.998747646808624,-0.0426853261888027,0.026097709313035,0.99372661113739,0.00481234397739172,0.11173340678215,0.965635359287262,-0.00638847006484866,-0.25982192158699,0.887028932571411,-0.159053117036819,-0.433453351259232,0.999201357364655,0.0219922997057438,-0.0333644561469555,0.999528646469116,-0.0233802665024996,-0.0198951400816441,0.998773753643036,-0.0437082685530186,0.0232526976615191,0.877051413059235,0.00330175622366369,0.48038524389267,0.887028932571411,-0.159053117036819,-0.433453351259232,0.999785423278809,-0.00554543035104871,-0.0199570953845978,0.998775839805603,0.0305486992001534,-0.0389050096273422,0.998747646808624,-0.0426853261888027,0.026097709313035,0.999998986721039,0.000478927773656324,0.00134676997549832,0.999997079372406,0.000241921050474048,0.00240651634521782,0.999981462955475,0.0014758154284209,0.00592064205557108,0.999988377094269,0.00461963564157486,0.00140530813951045,0.999837458133698,-0.000689719337970018,0.018019450828433,0.999946236610413,0.00622563809156418,0.00829136837273836,0.997050940990448,0.0766589269042015,0.00359360920265317,0.997237741947174,0.00209082430228591,-0.0742459297180176,0.998815894126892,-0.048412024974823,0.00480077229440212,0.999684154987335,0.0250448528677225,0.00206530163995922,0.999998986721039,0.000478927773656324,0.00134676997549832,0.999988377094269,0.00461963564157486,0.00140530813951045,0.999995827674866,0.00265734689310193,0.00116658129263669,
  614. 0.997237741947174,0.00209082430228591,-0.0742459297180176,0.999618828296661,8.68830320541747e-005,0.0276052914559841,0.999837458133698,-0.000689719337970018,0.018019450828433,0.993290483951569,0.00038676051190123,0.115645214915276,0.998815894126892,-0.048412024974823,0.00480077229440212,0.999995827674866,0.00265734689310193,0.00116658129263669,0.99998265504837,0.000162249722052366,-0.00589542603120208,0.996614933013916,0.00014601691509597,-0.0822114869952202,0.999589264392853,-0.0286260470747948,0.0013785851188004,0.887028932571411,-0.159053117036819,-0.433453351259232,0.999589264392853,-0.0286260470747948,0.0013785851188004,0.999785423278809,-0.00554543035104871,-0.0199570953845978,0.887028932571411,-0.159053117036819,-0.433453351259232,0.984765708446503,-0.00127383100334555,0.173881620168686,0.996594786643982,-0.0824442505836487,0.00136897410266101,0.999946236610413,0.00622563809156418,0.00829136837273836,0.999837458133698,-0.000689719337970018,0.018019450828433,0.999618828296661,8.68830320541747e-005,0.0276052914559841,0.984765708446503,-0.00127383100334555,0.173881620168686,0.999837458133698,-0.000689719337970018,0.018019450828433,0.98146778345108,0.191258400678635,0.0118835149332881,0.98241513967514,0.00175487878732383,0.186701357364655,0.999997079372406,0.000241921050474048,0.00240651634521782,0.999998986721039,0.000478927773656324,0.00134676997549832,0.998773753643036,-0.0437082685530186,0.0232526976615191,0.98146778345108,0.191258400678635,0.0118835149332881,0.999998986721039,0.000478927773656324,0.00134676997549832,0.999684154987335,0.0250448528677225,0.00206530163995922,0.992251217365265,0.124228551983833,-0.0021922045852989,0.877051413059235,0.00330175622366369,0.48038524389267,0.998773753643036,-0.0437082685530186,0.0232526976615191,0.992251217365265,0.124228551983833,-0.0021922045852989,0.996761977672577,-0.00165643671061844,-0.0803922712802887,0.887028932571411,-0.159053117036819,-0.433453351259232,0.965635359287262,-0.00638847006484866,-0.25982192158699,0.996614933013916,0.00014601691509597,-0.0822114869952202,
  615. 0.998747646808624,-0.0426853261888027,0.026097709313035,0.998775839805603,0.0305486992001534,-0.0389050096273422,0.999455809593201,0.0282396040856838,0.0170432385057211,0.683513998985291,0.28709203004837,0.671108663082123,0.898733377456665,0.00394899398088455,0.438477694988251,0.951882779598236,-0.306461244821548,-0.000912470917683095,0.994161367416382,-0.10790029168129,0.000849559553898871,0.998920321464539,-0.0248249061405659,0.0392658971250057,0.913177788257599,0.00499983644112945,-0.407530784606934,0.898733377456665,0.00394899398088455,0.438477694988251,0.998920321464539,-0.0248249061405659,0.0392658971250057,0.992916107177734,-0.0222722645848989,-0.116711035370827,0.99787825345993,-0.063623733818531,-0.0138193173334002,0.913177788257599,0.00499983644112945,-0.407530784606934,0.992916107177734,-0.0222722645848989,-0.116711035370827,0.985435366630554,-0.16982002556324,-0.00884497351944447,0.950804829597473,0.309788733720779,-0.00100093882065266,0.99787825345993,-0.063623733818531,-0.0138193173334002,0.985435366630554,-0.16982002556324,-0.00884497351944447,0.999528646469116,-0.0233802665024996,-0.0198951400816441,0.859530389308929,-0.00711151817813516,-0.511035203933716,0.950804829597473,0.309788733720779,-0.00100093882065266,0.999528646469116,-0.0233802665024996,-0.0198951400816441,0.999201357364655,0.0219922997057438,-0.0333644561469555,0.683513998985291,0.28709203004837,0.671108663082123,0.921209692955017,0.00373483472503722,0.38904857635498,0.99372661113739,0.00481234397739172,0.11173340678215,0.998747646808624,-0.0426853261888027,0.026097709313035,0.683513998985291,0.28709203004837,0.671108663082123,0.99601137638092,0.0891974419355392,0.00228308374062181,0.990362405776978,-0.00199315277859569,0.13848602771759,0.683513998985291,0.28709203004837,0.671108663082123,0.999455809593201,0.0282396040856838,0.0170432385057211,0.99601137638092,0.0891974419355392,0.00228308374062181,0.969169557094574,-0.144998535513878,0.199213236570358,0.999144375324249,-0.0413468778133392,0.00098277151118964,0.995627462863922,0.000674680224619806,0.0934104546904564,
  616. 0.990362405776978,-0.00199315277859569,0.13848602771759,0.921209692955017,0.00373483472503722,0.38904857635498,0.683513998985291,0.28709203004837,0.671108663082123,0.996888697147369,0.0787882879376411,0.0022896584123373,0.99844366312027,-0.000386842060834169,0.0557684153318405,0.999994456768036,-0.00191226438619196,0.00270540220662951,0.999955654144287,0.00836914032697678,-0.00431540887802839,0.99999737739563,0.000455461558885872,0.00223782216198742,0.996888697147369,0.0787882879376411,0.0022896584123373,0.999955654144287,0.00836914032697678,-0.00431540887802839,0.760424792766571,-0.014279012568295,-0.649268984794617,0.974022448062897,0.2263003885746,-0.00827481132000685,0.999995350837708,0.00209914473816752,0.00220741867087781,0.999996840953827,-0.000651207228656858,0.00241317204199731,0.999162316322327,-0.0360688380897045,0.0193333104252815,0.977405667304993,0.00891377311199903,0.211183995008469,0.998100996017456,-0.000998730072751641,0.0615915581583977,0.998100996017456,-0.000998730072751641,0.0615915581583977,0.999740362167358,0.0227019358426332,0.0019723444711417,0.999162316322327,-0.0360688380897045,0.0193333104252815,0.998459100723267,-0.0183814484626055,-0.0523597374558449,0.999807596206665,0.0195924155414104,0.000996079645119607,0.99995356798172,-0.00954132154583931,0.00136072339955717,0.998358368873596,-8.32030200399458e-005,-0.0572771728038788,0.999807596206665,0.0195924155414104,0.000996079645119607,0.998459100723267,-0.0183814484626055,-0.0523597374558449,0.998358368873596,-8.32030200399458e-005,-0.0572771728038788,0.998459100723267,-0.0183814484626055,-0.0523597374558449,0.999894082546234,-9.07212815945968e-005,0.014553370885551,0.913920938968658,0.00670365057885647,0.405837029218674,0.985601365566254,-0.168742761015892,0.0107549587264657,0.994677245616913,0.0087217977270484,-0.10267036408186,0.99967086315155,0.0137817300856113,-0.021640483289957,0.957984209060669,-0.0699882954359055,0.278151094913483,0.998087286949158,-0.0512635409832001,-0.0345492102205753,0.999162316322327,-0.0360688380897045,0.0193333104252815,
  617. 0.999162316322327,-0.0360688380897045,0.0193333104252815,0.974171698093414,-0.0067383935675025,-0.225707903504372,0.989378273487091,-0.0834246948361397,0.119042284786701,0.793495535850525,0.347939491271973,0.499302327632904,0.981176674365997,0.00626994669437408,0.193010523915291,0.94080913066864,-0.10643956810236,0.32178995013237,0.996818482875824,-0.0767206326127052,-0.0216075852513313,0.982033371925354,-0.00236507365480065,0.188692927360535,0.999813795089722,0.0192292779684067,0.00154800876043737,0.999996960163116,0.00236749299801886,0.000712299661245197,0.99999988079071,0.000274802790954709,-0.000131522610899992,0.999813795089722,0.0192292779684067,0.00154800876043737,0.993126153945923,0.116043969988823,0.0152993854135275,0.991431415081024,-0.129990518093109,0.0128942374140024,0.999994218349457,-0.00334998359903693,0.000721882854122669,0.999996960163116,0.00236749299801886,0.000712299661245197,0.999937236309052,2.35433308262145e-005,-0.0111987870186567,0.996761977672577,-0.00165643671061844,-0.0803922712802887,0.996176421642303,-0.0410203374922276,-0.0771346315741539,0.999589264392853,-0.0286260470747948,0.0013785851188004,0.996614933013916,0.00014601691509597,-0.0822114869952202,0.999999105930328,0.000159127812366933,-0.00133559631649405,0.999986588954926,0.00438488740473986,0.00275746500119567,0.998093962669373,-0.0616760924458504,0.00211794208735228,0.999905169010162,-0.0134980119764805,0.00274630263447762,0.999974966049194,0.00359594612382352,0.00611102068796754,0.998775839805603,0.0305486992001534,-0.0389050096273422,0.999785423278809,-0.00554543035104871,-0.0199570953845978,0.978330731391907,0.206981480121613,-0.00526272784918547,0.999852299690247,-0.0155020179226995,0.00742294359952211,0.999455809593201,0.0282396040856838,0.0170432385057211,0.998775839805603,0.0305486992001534,-0.0389050096273422,0.999852299690247,-0.0155020179226995,0.00742294359952211,0.951995432376862,-0.306110829114914,-0.000892230018507689,0.99372661113739,0.00481234397739172,0.11173340678215,0.921209692955017,0.00373483472503722,0.38904857635498,
  618. 0.859530389308929,-0.00711151817813516,-0.511035203933716,0.999201357364655,0.0219922997057438,-0.0333644561469555,0.965635359287262,-0.00638847006484866,-0.25982192158699,0.99372661113739,0.00481234397739172,0.11173340678215,0.999201357364655,0.0219922997057438,-0.0333644561469555,0.877051413059235,0.00330175622366369,0.48038524389267,0.999994456768036,-0.00191226438619196,0.00270540220662951,0.99844366312027,-0.000386842060834169,0.0557684153318405,0.999622404575348,-1.2248165148776e-005,-0.0274774879217148,0.99646657705307,-0.000266715884208679,0.0839898064732552,0.999633610248566,-0.0269024167209864,0.00295923301018775,0.999807596206665,0.0195924155414104,0.000996079645119607,0.998358368873596,-8.32030200399458e-005,-0.0572771728038788,0.999740362167358,0.0227019358426332,0.0019723444711417,0.970236837863922,0.241719722747803,0.0145583683624864,0.999162316322327,-0.0360688380897045,0.0193333104252815,0.99995356798172,-0.00954132154583931,0.00136072339955717,0.999996662139893,-0.00221344805322587,0.00132666947320104,0.99787825345993,-0.063623733818531,-0.0138193173334002,0.950804829597473,0.309788733720779,-0.00100093882065266,0.999144375324249,-0.0413468778133392,0.00098277151118964,0.995627462863922,0.000674680224619806,0.0934104546904564,0.999144375324249,-0.0413468778133392,0.00098277151118964,0.950804829597473,0.309788733720779,-0.00100093882065266,0.859530389308929,-0.00711151817813516,-0.511035203933716,0.999622404575348,-1.2248165148776e-005,-0.0274774879217148,0.98492568731308,0.00121703650802374,-0.172973334789276,0.999994456768036,-0.00191226438619196,0.00270540220662951,0.993290483951569,0.00038676051190123,0.115645214915276,0.999937236309052,2.35433308262145e-005,-0.0111987870186567,0.996176421642303,-0.0410203374922276,-0.0771346315741539,0.996176421642303,-0.0410203374922276,-0.0771346315741539,0.99998676776886,0.00119289720896631,-0.00500427884981036,0.998815894126892,-0.048412024974823,0.00480077229440212,0.993290483951569,0.00038676051190123,0.115645214915276,0.99998676776886,0.00119289720896631,-0.00500427884981036,
  619. 0.999684154987335,0.0250448528677225,0.00206530163995922,0.998815894126892,-0.048412024974823,0.00480077229440212,0.992251217365265,0.124228551983833,-0.0021922045852989,0.999684154987335,0.0250448528677225,0.00206530163995922,0.99998676776886,0.00119289720896631,-0.00500427884981036,0.996761977672577,-0.00165643671061844,-0.0803922712802887,0.992251217365265,0.124228551983833,-0.0021922045852989,0.99998676776886,0.00119289720896631,-0.00500427884981036,0.996176421642303,-0.0410203374922276,-0.0771346315741539,0.999937236309052,2.35433308262145e-005,-0.0111987870186567,0.999999105930328,0.000159127812366933,-0.00133559631649405,0.996614933013916,0.00014601691509597,-0.0822114869952202,0.965635359287262,-0.00638847006484866,-0.25982192158699,0.877051413059235,0.00330175622366369,0.48038524389267,0.996761977672577,-0.00165643671061844,-0.0803922712802887,0.943287312984467,0.12037106603384,0.30938595533371,0.898695826530457,0.00441252114251256,-0.438550233840942,0.999854505062103,-0.0147599158808589,0.00855195894837379,0.967284142971039,-0.00911192316561937,0.253531873226166,0.943287312984467,0.12037106603384,0.30938595533371,0.999854505062103,-0.0147599158808589,0.00855195894837379,0.99646657705307,-0.000266715884208679,0.0839898064732552,0.967284142971039,-0.00911192316561937,0.253531873226166,0.999854505062103,-0.0147599158808589,0.00855195894837379,0.999854505062103,-0.0147599158808589,0.00855195894837379,0.999716103076935,0.00474953046068549,0.0233507137745619,0.999633610248566,-0.0269024167209864,0.00295923301018775,0.99646657705307,-0.000266715884208679,0.0839898064732552,0.995494961738586,-0.092465378344059,0.020976509898901,0.999633610248566,-0.0269024167209864,0.00295923301018775,0.999716103076935,0.00474953046068549,0.0233507137745619,0.999716103076935,0.00474953046068549,0.0233507137745619,0.9408318400383,-0.280873984098434,-0.189592152833939,0.995494961738586,-0.092465378344059,0.020976509898901,0.999716103076935,0.00474953046068549,0.0233507137745619,0.978714406490326,0.203958451747894,-0.0227822884917259,
  620. 0.9408318400383,-0.280873984098434,-0.189592152833939,0.999667227268219,0.0255572572350502,-0.00352235580794513,0.978714406490326,0.203958451747894,-0.0227822884917259,0.999716103076935,0.00474953046068549,0.0233507137745619,0.995230674743652,0.00039023527642712,-0.0975485891103745,0.999667227268219,0.0255572572350502,-0.00352235580794513,0.999716103076935,0.00474953046068549,0.0233507137745619,0.999854505062103,-0.0147599158808589,0.00855195894837379,0.898695826530457,0.00441252114251256,-0.438550233840942,0.995230674743652,0.00039023527642712,-0.0975485891103745,0.999854505062103,-0.0147599158808589,0.00855195894837379,0.982033371925354,-0.00236507365480065,0.188692927360535,0.981176674365997,0.00626994669437408,0.193010523915291,0.793495535850525,0.347939491271973,0.499302327632904,0.793495535850525,0.347939491271973,0.499302327632904,0.999813795089722,0.0192292779684067,0.00154800876043737,0.982033371925354,-0.00236507365480065,0.188692927360535,0.793495535850525,0.347939491271973,0.499302327632904,0.993126153945923,0.116043969988823,0.0152993854135275,0.999813795089722,0.0192292779684067,0.00154800876043737,0.996818482875824,-0.0767206326127052,-0.0216075852513313,0.946015655994415,0.221066281199455,-0.237032040953636,0.993126153945923,0.116043969988823,0.0152993854135275,0.793495535850525,0.347939491271973,0.499302327632904,0.94080913066864,-0.10643956810236,0.32178995013237,0.981176674365997,0.00626994669437408,0.193010523915291,0.898695826530457,0.00441252114251256,-0.438550233840942,0.943287312984467,0.12037106603384,0.30938595533371,0.996818482875824,-0.0767206326127052,-0.0216075852513313,0.94080913066864,-0.10643956810236,0.32178995013237,0.93677169084549,0.00533506274223328,-0.349900454282761,0.996738016605377,-0.0805521607398987,-0.00496494257822633,0.986024618148804,0.166174575686455,-0.0118904169648886,0.980668723583221,0.168325617909431,-0.0997764617204666,0.946015655994415,0.221066281199455,-0.237032040953636,0.998548626899719,0.0537758730351925,0.00297818682156503,0.999905169010162,-0.0134980119764805,0.00274630263447762,
  621. 0.999986588954926,0.00438488740473986,0.00275746500119567,0.999986946582794,0.00357735296711326,0.00364327989518642,0.999983251094818,-0.00446758233010769,0.00368161778897047,0.997237741947174,0.00209082430228591,-0.0742459297180176,0.997050940990448,0.0766589269042015,0.00359360920265317,0.999980926513672,-0.00497715035453439,0.00366391241550446,0.999981939792633,0.00135080609470606,0.00585060939192772,0.999997079372406,0.000241921050474048,0.00240651634521782,0.999618828296661,8.68830320541747e-005,0.0276052914559841,0.997237741947174,0.00209082430228591,-0.0742459297180176,0.999981939792633,0.00135080609470606,0.00585060939192772,0.999981462955475,0.0014758154284209,0.00592064205557108,0.98241513967514,0.00175487878732383,0.186701357364655,0.916235685348511,0.00130912789609283,-0.400637477636337,0.984765708446503,-0.00127383100334555,0.173881620168686,0.999618828296661,8.68830320541747e-005,0.0276052914559841,0.999997079372406,0.000241921050474048,0.00240651634521782,0.916235685348511,0.00130912789609283,-0.400637477636337,0.978424489498138,0.20653672516346,-0.00528534594923258,0.996594786643982,-0.0824442505836487,0.00136897410266101,0.984765708446503,-0.00127383100334555,0.173881620168686,0.978330731391907,0.206981480121613,-0.00526272784918547,0.999785423278809,-0.00554543035104871,-0.0199570953845978,0.999589264392853,-0.0286260470747948,0.0013785851188004,0.999986588954926,0.00438488740473986,0.00275746500119567,0.999905169010162,-0.0134980119764805,0.00274630263447762,0.998093962669373,-0.0616760924458504,0.00211794208735228,0.990362405776978,-0.00199315277859569,0.13848602771759,0.98492568731308,0.00121703650802374,-0.172973334789276,0.999622404575348,-1.2248165148776e-005,-0.0274774879217148,0.999894082546234,-9.07212815945968e-005,0.014553370885551,0.995627462863922,0.000674680224619806,0.0934104546904564,0.859530389308929,-0.00711151817813516,-0.511035203933716,0.921209692955017,0.00373483472503722,0.38904857635498,0.998557806015015,-0.0536228977143765,0.0026477228384465,0.98492568731308,0.00121703650802374,-0.172973334789276,
  622. 0.990362405776978,-0.00199315277859569,0.13848602771759,0.99601137638092,0.0891974419355392,0.00228308374062181,0.999992191791534,0.00324602006003261,0.00226833438500762,0.99999737739563,0.000455461558885872,0.00223782216198742,0.998557806015015,-0.0536228977143765,0.0026477228384465,0.99601137638092,0.0891974419355392,0.00228308374062181,0.999455809593201,0.0282396040856838,0.0170432385057211,0.951995432376862,-0.306110829114914,-0.000892230018507689,0.999992191791534,0.00324602006003261,0.00226833438500762,0.986024618148804,0.166174575686455,-0.0118904169648886,0.996738016605377,-0.0805521607398987,-0.00496494257822633,0.996888697147369,0.0787882879376411,0.0022896584123373,0.99999737739563,0.000455461558885872,0.00223782216198742,0.996738016605377,-0.0805521607398987,-0.00496494257822633,0.93677169084549,0.00533506274223328,-0.349900454282761,0.99844366312027,-0.000386842060834169,0.0557684153318405,0.996888697147369,0.0787882879376411,0.0022896584123373,0.999622404575348,-1.2248165148776e-005,-0.0274774879217148,0.99844366312027,-0.000386842060834169,0.0557684153318405,0.93677169084549,0.00533506274223328,-0.349900454282761,0.967284142971039,-0.00911192316561937,0.253531873226166,0.99646657705307,-0.000266715884208679,0.0839898064732552,0.998358368873596,-8.32030200399458e-005,-0.0572771728038788,0.999894082546234,-9.07212815945968e-005,0.014553370885551,0.989378273487091,-0.0834246948361397,0.119042284786701,0.974171698093414,-0.0067383935675025,-0.225707903504372,0.913920938968658,0.00670365057885647,0.405837029218674,0.99967086315155,0.0137817300856113,-0.021640483289957,0.977405667304993,0.00891377311199903,0.211183995008469,0.989378273487091,-0.0834246948361397,0.119042284786701,0.99967086315155,0.0137817300856113,-0.021640483289957,0.760424792766571,-0.014279012568295,-0.649268984794617,0.998100996017456,-0.000998730072751641,0.0615915581583977,0.977405667304993,0.00891377311199903,0.211183995008469,0.760424792766571,-0.014279012568295,-0.649268984794617,0.999996840953827,-0.000651207228656858,0.00241317204199731,
  623. 0.999998390674591,-0.000759364105761051,0.00161812629085034,0.999996662139893,-0.00221344805322587,0.00132666947320104,0.999740362167358,0.0227019358426332,0.0019723444711417,0.998100996017456,-0.000998730072751641,0.0615915581583977,0.999998390674591,-0.000759364105761051,0.00161812629085034,0.999807596206665,0.0195924155414104,0.000996079645119607,0.999633610248566,-0.0269024167209864,0.00295923301018775,0.995494961738586,-0.092465378344059,0.020976509898901,0.970236837863922,0.241719722747803,0.0145583683624864,0.999740362167358,0.0227019358426332,0.0019723444711417,0.999996662139893,-0.00221344805322587,0.00132666947320104,0.99995356798172,-0.00954132154583931,0.00136072339955717,0.995494961738586,-0.092465378344059,0.020976509898901,0.9408318400383,-0.280873984098434,-0.189592152833939,0.957984209060669,-0.0699882954359055,0.278151094913483,0.970236837863922,0.241719722747803,0.0145583683624864,0.9408318400383,-0.280873984098434,-0.189592152833939,0.978714406490326,0.203958451747894,-0.0227822884917259,0.998087286949158,-0.0512635409832001,-0.0345492102205753,0.957984209060669,-0.0699882954359055,0.278151094913483,0.99998265504837,0.000162249722052366,-0.00589542603120208,0.999997854232788,0.000328208057908341,0.00203917408362031,0.999999105930328,0.000159127812366933,-0.00133559631649405,0.999937236309052,2.35433308262145e-005,-0.0111987870186567,0.993290483951569,0.00038676051190123,0.115645214915276,0.999996304512024,0.00131334306206554,0.0023377810139209,0.999992311000824,-0.00386279099620879,0.000699949101544917,0.985601365566254,-0.168742761015892,0.0107549587264657,0.913920938968658,0.00670365057885647,0.405837029218674,0.99999988079071,0.000274802790954709,-0.000131522610899992,0.999966561794281,0.000147106678923592,-0.00817754026502371,0.995230674743652,0.00039023527642712,-0.0975485891103745,0.898695826530457,0.00441252114251256,-0.438550233840942,0.981176674365997,0.00626994669437408,0.193010523915291,0.982033371925354,-0.00236507365480065,0.188692927360535,0.999966561794281,0.000147106678923592,-0.00817754026502371,
  624. 0.999993920326233,0.00289995595812798,-0.00193433917593211,0.999667227268219,0.0255572572350502,-0.00352235580794513,0.995230674743652,0.00039023527642712,-0.0975485891103745,0.999993920326233,0.00289995595812798,-0.00193433917593211,0.999980807304382,0.00594546319916844,-0.00173519121017307,0.998755633831024,-0.0497814677655697,-0.00299916998483241,0.998087286949158,-0.0512635409832001,-0.0345492102205753,0.978714406490326,0.203958451747894,-0.0227822884917259,0.999667227268219,0.0255572572350502,-0.00352235580794513,0.999980807304382,0.00594546319916844,-0.00173519121017307,0.999992311000824,0.00144134659785777,0.00365045736543834,0.996383309364319,0.00204124511219561,-0.0849481001496315,0.998755633831024,-0.0497814677655697,-0.00299916998483241,0.999992311000824,0.00144134659785777,0.00365045736543834,0.999996304512024,0.00131334306206554,0.0023377810139209,0.913920938968658,0.00670365057885647,0.405837029218674,0.974171698093414,-0.0067383935675025,-0.225707903504372,0.996383309364319,0.00204124511219561,-0.0849481001496315,0.708349466323853,-0.0497833490371704,0.704104065895081,0.764619886875153,0.00204176781699061,0.644478321075439,0.692875623703003,-0.0360466577112675,0.720155537128448,0.730188250541687,-0.0511940643191338,0.681325376033783,0.708349466323853,-0.0497833490371704,0.704104065895081,0.692875623703003,-0.0360466577112675,0.720155537128448,0.764619886875153,0.00204176781699061,0.644478321075439,0.848439455032349,-0.00674069486558437,0.529249370098114,0.692875623703003,-0.0360466577112675,0.720155537128448,0.705147445201874,0.00438487529754639,0.709047138690948,0.708053350448608,0.000159096889547072,0.706158876419067,0.705674827098846,0.000328287715092301,0.70853579044342,0.704520642757416,0.00357741233892739,0.709674477577209,0.702765703201294,0.0036013547796756,0.711412370204926,0.705097854137421,-0.0135001176968217,0.708981513977051,0.703972816467285,0.0537743456661701,0.70818829536438,0.706165015697479,-0.00221323827281594,0.708043873310089,0.705964744091034,-0.000759277783799917,0.70824658870697,
  625. 0.933890581130981,0.0049997279420495,0.357523798942566,0.715378880500793,-0.0635932013392448,0.695836842060089,0.70540314912796,-0.000651298032607883,0.708806097507477,0.705544829368591,0.0020991237834096,0.708662211894989,0.673726618289948,-0.306522279977798,0.67241096496582,0.325478464365005,0.00394760724157095,0.945541143417358,0.544687867164612,-0.145097583532333,0.825991451740265,0.743222534656525,-0.0185273364186287,0.668787717819214,0.706110060214996,-0.00954360794275999,0.708037674427032,0.70580118894577,-0.0413476750254631,0.707202255725861,0.705964744091034,-0.000759277783799917,0.70824658870697,0.70540314912796,-0.000651298032607883,0.708806097507477,0.325478464365005,0.00394760724157095,0.945541143417358,0.933890581130981,0.0049997279420495,0.357523798942566,0.637964308261871,0.000675383198540658,0.770065665245056,0.696822464466095,-9.0526431449689e-005,0.717243611812592,0.743222534656525,-0.0185273364186287,0.668787717819214,0.544687867164612,-0.145097583532333,0.825991451740265,0.90980064868927,0.0053311325609684,0.4150111079216,0.708309710025787,-0.0805571228265762,0.70129007101059,0.720086932182312,-0.0765341222286224,0.689650118350983,0.708309710025787,-0.0805571228265762,0.70129007101059,0.836553990840912,0.220726355910301,0.501455008983612,0.720086932182312,-0.0765341222286224,0.689650118350983,0.721975088119507,0.0136525109410286,0.69178432226181,0.775892198085785,0.00845997408032417,0.630808770656586,0.694588482379913,0.226308017969131,0.682884752750397,0.996776103973389,-0.0142731005325913,0.078953705728054,0.675775647163391,0.241727754473686,0.696344137191772,0.480932027101517,-0.0697930827736855,0.87397563457489,0.692875623703003,-0.0360466577112675,0.720155537128448,0.692875623703003,-0.0360466577112675,0.720155537128448,0.615706503391266,-0.0833753868937492,0.783552229404449,0.541938483715057,0.00891646556556225,0.840370893478394,0.90980064868927,0.0053311325609684,0.4150111079216,0.438186585903168,-0.106494091451168,0.892553389072418,0.448682367801666,0.120466515421867,0.885534822940826,
  626. 0.504866361618042,-0.00911482982337475,0.863149464130402,0.691441237926483,0.115944273769856,0.713067948818207,0.836553990840912,0.220726355910301,0.501455008983612,0.763950109481812,0.168174013495445,0.622974872589111,0.691942393779755,-0.129979655146599,0.710155665874481,0.710130035877228,0.00838156137615442,0.70402067899704,0.705282211303711,-0.00211480841971934,0.708923518657684,0.818761110305786,0.00121646467596293,0.574133038520813,0.7042156457901,-0.0536171607673168,0.70795875787735,0.7042156457901,-0.0536171607673168,0.70795875787735,0.705525100231171,0.00045642934856005,0.708684802055359,0.710130035877228,0.00838156137615442,0.70402067899704,0.703300178050995,-0.169723317027092,0.690335273742676,0.784688711166382,-0.0222925301641226,0.619489014148712,0.562705516815186,0.0017579112900421,0.826655447483063,0.685600876808167,0.191254809498787,0.702405214309692,0.67865002155304,-0.024794340133667,0.734043121337891,0.702351272106171,-0.107955567538738,0.703596711158752,0.695601582527161,0.206470340490341,0.688119471073151,0.931164801120758,0.0013117118505761,0.364596158266068,0.721062421798706,-0.0234603360295296,0.692472755908966,0.703300178050995,-0.169723317027092,0.690335273742676,0.685600876808167,0.191254809498787,0.702405214309692,0.689796924591064,-0.0436962321400642,0.722683072090149,0.784688711166382,-0.0222925301641226,0.619489014148712,0.67865002155304,-0.024794340133667,0.734043121337891,0.931164801120758,0.0013117118505761,0.364596158266068,0.562705516815186,0.0017579112900421,0.826655447483063,0.687846004962921,-0.0426869727671146,0.724600374698639,0.623597264289856,0.00480389129370451,0.781731009483337,0.866553962230682,-0.00638712290674448,0.499042689800262,0.933723092079163,-0.159045815467834,0.320726573467255,0.730131506919861,0.0220109280198812,0.682952046394348,0.721062421798706,-0.0234603360295296,0.692472755908966,0.689796924591064,-0.0436962321400642,0.722683072090149,0.280367732048035,0.00329889263957739,0.959887027740479,0.933723092079163,-0.159045815467834,0.320726573467255,0.721071422100067,-0.00550234597176313,0.692838847637177,
  627. 0.733735084533691,0.0306244995445013,0.678745150566101,0.687846004962921,-0.0426869727671146,0.724600374698639,0.706145644187927,0.000479113048641011,0.708066463470459,0.705394089221954,0.000241662390180863,0.708815276622772,0.702898383140564,0.00147584662772715,0.711288750171661,0.706089019775391,0.00461970781907439,0.708108007907867,0.694248974323273,-0.000695047900080681,0.719734609127045,0.701189637184143,0.00625403644517064,0.712947368621826,0.702478051185608,0.0766635984182358,0.707564234733582,0.757669746875763,0.00209266529418528,0.652634739875793,0.702856779098511,-0.0484282709658146,0.7096808552742,0.705416917800903,0.0250247213989496,0.708350658416748,0.706145644187927,0.000479113048641011,0.708066463470459,0.706089019775391,0.00461970781907439,0.708108007907867,0.706263422966003,0.00265718437731266,0.707944214344025,0.757669746875763,0.00209266529418528,0.652634739875793,0.687311887741089,8.68043498485349e-005,0.726362407207489,0.694248974323273,-0.000695047900080681,0.719734609127045,0.620618641376495,0.000387436884921044,0.784112393856049,0.702856779098511,-0.0484282709658146,0.7096808552742,0.706263422966003,0.00265718437731266,0.707944214344025,0.711262345314026,0.000162106036441401,0.702926754951477,0.762846291065216,0.000145721307490021,0.646579921245575,0.705841898918152,-0.0286259539425373,0.707790791988373,0.933723092079163,-0.159045815467834,0.320726573467255,0.705841898918152,-0.0286259539425373,0.707790791988373,0.721071422100067,-0.00550234597176313,0.692838847637177,0.933723092079163,-0.159045815467834,0.320726573467255,0.573360741138458,-0.00127254938706756,0.819302082061768,0.703731298446655,-0.082446850836277,0.705666184425354,0.701189637184143,0.00625403644517064,0.712947368621826,0.694248974323273,-0.000695047900080681,0.719734609127045,0.687311887741089,8.68043498485349e-005,0.726362407207489,0.573360741138458,-0.00127254938706756,0.819302082061768,0.694248974323273,-0.000695047900080681,0.719734609127045,0.685600876808167,0.191254809498787,0.702405214309692,0.562705516815186,0.0017579112900421,0.826655447483063,
  628. 0.705394089221954,0.000241662390180863,0.708815276622772,0.706145644187927,0.000479113048641011,0.708066463470459,0.689796924591064,-0.0436962321400642,0.722683072090149,0.685600876808167,0.191254809498787,0.702405214309692,0.706145644187927,0.000479113048641011,0.708066463470459,0.705416917800903,0.0250247213989496,0.708350658416748,0.703180611133575,0.12420216947794,0.700079262256622,0.280367732048035,0.00329889263957739,0.959887027740479,0.689796924591064,-0.0436962321400642,0.722683072090149,0.703180611133575,0.12420216947794,0.700079262256622,0.761641919612885,-0.00165580050088465,0.647996008396149,0.933723092079163,-0.159045815467834,0.320726573467255,0.866553962230682,-0.00638712290674448,0.499042689800262,0.762846291065216,0.000145721307490021,0.646579921245575,0.687846004962921,-0.0426869727671146,0.724600374698639,0.733735084533691,0.0306244995445013,0.678745150566101,0.694667935371399,0.0283350292593241,0.718772351741791,0.00857245456427336,0.287116408348084,0.957857370376587,0.325478464365005,0.00394760724157095,0.945541143417358,0.673726618289948,-0.306522279977798,0.67241096496582,0.702351272106171,-0.107955567538738,0.703596711158752,0.67865002155304,-0.024794340133667,0.734043121337891,0.933890581130981,0.0049997279420495,0.357523798942566,0.325478464365005,0.00394760724157095,0.945541143417358,0.67865002155304,-0.024794340133667,0.734043121337891,0.784688711166382,-0.0222925301641226,0.619489014148712,0.715378880500793,-0.0635932013392448,0.695836842060089,0.933890581130981,0.0049997279420495,0.357523798942566,0.784688711166382,-0.0222925301641226,0.619489014148712,0.703300178050995,-0.169723317027092,0.690335273742676,0.673024117946625,0.309779465198517,0.671621322631836,0.715378880500793,-0.0635932013392448,0.695836842060089,0.703300178050995,-0.169723317027092,0.690335273742676,0.721062421798706,-0.0234603360295296,0.692472755908966,0.969178676605225,-0.0071117402985692,0.246256500482559,0.673024117946625,0.309779465198517,0.671621322631836,0.721062421798706,-0.0234603360295296,0.692472755908966,
  629. 0.730131506919861,0.0220109280198812,0.682952046394348,0.00857245456427336,0.287116408348084,0.957857370376587,0.376115292310715,0.00373326404951513,0.926565408706665,0.623597264289856,0.00480389129370451,0.781731009483337,0.687846004962921,-0.0426869727671146,0.724600374698639,0.00857245456427336,0.287116408348084,0.957857370376587,0.702672243118286,0.0891970917582512,0.705900549888611,0.602361679077148,-0.00199355301447213,0.798220813274384,0.00857245456427336,0.287116408348084,0.957857370376587,0.694667935371399,0.0283350292593241,0.718772351741791,0.702672243118286,0.0891970917582512,0.705900549888611,0.544687867164612,-0.145097583532333,0.825991451740265,0.70580118894577,-0.0413476750254631,0.707202255725861,0.637964308261871,0.000675383198540658,0.770065665245056,0.602361679077148,-0.00199355301447213,0.798220813274384,0.376115292310715,0.00373326404951513,0.926565408706665,0.00857245456427336,0.287116408348084,0.957857370376587,0.703291714191437,0.0787927955389023,0.706521332263947,0.666580498218536,-0.000385942606953904,0.745432913303375,0.705282211303711,-0.00211480841971934,0.708923518657684,0.710130035877228,0.00838156137615442,0.70402067899704,0.705525100231171,0.00045642934856005,0.708684802055359,0.703291714191437,0.0787927955389023,0.706521332263947,0.710130035877228,0.00838156137615442,0.70402067899704,0.996776103973389,-0.0142731005325913,0.078953705728054,0.694588482379913,0.226308017969131,0.682884752750397,0.705544829368591,0.0020991237834096,0.708662211894989,0.70540314912796,-0.000651298032607883,0.708806097507477,0.692875623703003,-0.0360466577112675,0.720155537128448,0.541938483715057,0.00891646556556225,0.840370893478394,0.66222470998764,-0.000998343108221889,0.749304592609406,0.66222470998764,-0.000998343108221889,0.749304592609406,0.705533087253571,0.0227001402527094,0.708313405513763,0.692875623703003,-0.0360466577112675,0.720155537128448,0.743222534656525,-0.0185273364186287,0.668787717819214,0.706269860267639,0.0195948015898466,0.707671523094177,0.706110060214996,-0.00954360794275999,0.708037674427032,
  630. 0.746441125869751,-8.25327369966544e-005,0.665451467037201,0.706269860267639,0.0195948015898466,0.707671523094177,0.743222534656525,-0.0185273364186287,0.668787717819214,0.746441125869751,-8.25327369966544e-005,0.665451467037201,0.743222534656525,-0.0185273364186287,0.668787717819214,0.696822464466095,-9.0526431449689e-005,0.717243611812592,0.359177231788635,0.00671232165768743,0.933245122432709,0.689334094524384,-0.168729051947594,0.704520404338837,0.775892198085785,0.00845997408032417,0.630808770656586,0.721975088119507,0.0136525109410286,0.69178432226181,0.480932027101517,-0.0697930827736855,0.87397563457489,0.730188250541687,-0.0511940643191338,0.681325376033783,0.692875623703003,-0.0360466577112675,0.720155537128448,0.692875623703003,-0.0360466577112675,0.720155537128448,0.848439455032349,-0.00674069486558437,0.529249370098114,0.615706503391266,-0.0833753868937492,0.783552229404449,0.208136692643166,0.347785264253616,0.914179682731628,0.557486891746521,0.00627293204888701,0.830162107944489,0.438186585903168,-0.106494091451168,0.892553389072418,0.720086932182312,-0.0765341222286224,0.689650118350983,0.561091542243958,-0.00236594071611762,0.827750444412231,0.705886721611023,0.0192344672977924,0.70806348323822,0.706607818603516,0.0023679081350565,0.707601368427277,0.707204043865204,0.000274537887889892,0.707009494304657,0.705886721611023,0.0192344672977924,0.70806348323822,0.691441237926483,0.115944273769856,0.713067948818207,0.691942393779755,-0.129979655146599,0.710155665874481,0.706598937511444,-0.00334949349053204,0.707606375217438,0.706607818603516,0.0023679081350565,0.707601368427277,0.71498715877533,2.34554627240868e-005,0.699137508869171,0.761641919612885,-0.00165580050088465,0.647996008396149,0.759011566638947,-0.0408710055053234,0.649792909622192,0.705841898918152,-0.0286259539425373,0.707790791988373,0.762846291065216,0.000145721307490021,0.646579921245575,0.708053350448608,0.000159096889547072,0.706158876419067,0.705147445201874,0.00438487529754639,0.709047138690948,0.704261898994446,-0.061678372323513,0.707255959510803,
  631. 0.705097854137421,-0.0135001176968217,0.708981513977051,0.702765703201294,0.0036013547796756,0.711412370204926,0.733735084533691,0.0306244995445013,0.678745150566101,0.721071422100067,-0.00550234597176313,0.692838847637177,0.695519208908081,0.20691505074501,0.688069224357605,0.701728165149689,-0.0154072940349579,0.712278187274933,0.694667935371399,0.0283350292593241,0.718772351741791,0.733735084533691,0.0306244995445013,0.678745150566101,0.701728165149689,-0.0154072940349579,0.712278187274933,0.673792064189911,-0.306171804666519,0.672505021095276,0.623597264289856,0.00480389129370451,0.781731009483337,0.376115292310715,0.00373326404951513,0.926565408706665,0.969178676605225,-0.0071117402985692,0.246256500482559,0.730131506919861,0.0220109280198812,0.682952046394348,0.866553962230682,-0.00638712290674448,0.499042689800262,0.623597264289856,0.00480389129370451,0.781731009483337,0.730131506919861,0.0220109280198812,0.682952046394348,0.280367732048035,0.00329889263957739,0.959887027740479,0.705282211303711,-0.00211480841971934,0.708923518657684,0.666580498218536,-0.000385942606953904,0.745432913303375,0.726258754730225,-1.19367514344049e-005,0.687421500682831,0.645174622535706,-0.000264804577454925,0.764035105705261,0.704756081104279,-0.0269098803400993,0.708939075469971,0.706269860267639,0.0195948015898466,0.707671523094177,0.746441125869751,-8.25327369966544e-005,0.665451467037201,0.705533087253571,0.0227001402527094,0.708313405513763,0.675775647163391,0.241727754473686,0.696344137191772,0.692875623703003,-0.0360466577112675,0.720155537128448,0.706110060214996,-0.00954360794275999,0.708037674427032,0.706165015697479,-0.00221323827281594,0.708043873310089,0.715378880500793,-0.0635932013392448,0.695836842060089,0.673024117946625,0.309779465198517,0.671621322631836,0.70580118894577,-0.0413476750254631,0.707202255725861,0.637964308261871,0.000675383198540658,0.770065665245056,0.70580118894577,-0.0413476750254631,0.707202255725861,0.673024117946625,0.309779465198517,0.671621322631836,0.969178676605225,-0.0071117402985692,0.246256500482559,
  632. 0.726258754730225,-1.19367514344049e-005,0.687421500682831,0.818761110305786,0.00121646467596293,0.574133038520813,0.705282211303711,-0.00211480841971934,0.708923518657684,0.620618641376495,0.000387436884921044,0.784112393856049,0.71498715877533,2.34554627240868e-005,0.699137508869171,0.759011566638947,-0.0408710055053234,0.649792909622192,0.759011566638947,-0.0408710055053234,0.649792909622192,0.710559487342834,0.00112501857802272,0.703636288642883,0.702856779098511,-0.0484282709658146,0.7096808552742,0.620618641376495,0.000387436884921044,0.784112393856049,0.710559487342834,0.00112501857802272,0.703636288642883,0.705416917800903,0.0250247213989496,0.708350658416748,0.702856779098511,-0.0484282709658146,0.7096808552742,0.703180611133575,0.12420216947794,0.700079262256622,0.705416917800903,0.0250247213989496,0.708350658416748,0.710559487342834,0.00112501857802272,0.703636288642883,0.761641919612885,-0.00165580050088465,0.647996008396149,0.703180611133575,0.12420216947794,0.700079262256622,0.710559487342834,0.00112501857802272,0.703636288642883,0.759011566638947,-0.0408710055053234,0.649792909622192,0.71498715877533,2.34554627240868e-005,0.699137508869171,0.708053350448608,0.000159096889547072,0.706158876419067,0.762846291065216,0.000145721307490021,0.646579921245575,0.866553962230682,-0.00638712290674448,0.499042689800262,0.280367732048035,0.00329889263957739,0.959887027740479,0.761641919612885,-0.00165580050088465,0.647996008396149,0.448682367801666,0.120466515421867,0.885534822940826,0.945554196834564,0.00441285036504269,0.325434684753418,0.70100873708725,-0.014808276668191,0.712998986244202,0.504866361618042,-0.00911482982337475,0.863149464130402,0.448682367801666,0.120466515421867,0.885534822940826,0.70100873708725,-0.014808276668191,0.712998986244202,0.645174622535706,-0.000264804577454925,0.764035105705261,0.504866361618042,-0.00911482982337475,0.863149464130402,0.70100873708725,-0.014808276668191,0.712998986244202,0.70100873708725,-0.014808276668191,0.712998986244202,0.690329730510712,0.00473799230530858,0.723479390144348,
  633. 0.704756081104279,-0.0269098803400993,0.708939075469971,0.645174622535706,-0.000264804577454925,0.764035105705261,0.689078032970428,-0.0926186293363571,0.718744277954102,0.704756081104279,-0.0269098803400993,0.708939075469971,0.690329730510712,0.00473799230530858,0.723479390144348,0.690329730510712,0.00473799230530858,0.723479390144348,0.799309432506561,-0.281276136636734,0.531025409698486,0.689078032970428,-0.0926186293363571,0.718744277954102,0.690329730510712,0.00473799230530858,0.723479390144348,0.708170711994171,0.203960433602333,0.675939500331879,0.799309432506561,-0.281276136636734,0.531025409698486,0.709365606307983,0.0255608316510916,0.704377055168152,0.708170711994171,0.203960433602333,0.675939500331879,0.690329730510712,0.00473799230530858,0.723479390144348,0.772709786891937,0.000389762251870707,0.634759426116943,0.709365606307983,0.0255608316510916,0.704377055168152,0.690329730510712,0.00473799230530858,0.723479390144348,0.70100873708725,-0.014808276668191,0.712998986244202,0.945554196834564,0.00441285036504269,0.325434684753418,0.772709786891937,0.000389762251870707,0.634759426116943,0.70100873708725,-0.014808276668191,0.712998986244202,0.561091542243958,-0.00236594071611762,0.827750444412231,0.557486891746521,0.00627293204888701,0.830162107944489,0.208136692643166,0.347785264253616,0.914179682731628,0.208136692643166,0.347785264253616,0.914179682731628,0.705886721611023,0.0192344672977924,0.70806348323822,0.561091542243958,-0.00236594071611762,0.827750444412231,0.208136692643166,0.347785264253616,0.914179682731628,0.691441237926483,0.115944273769856,0.713067948818207,0.705886721611023,0.0192344672977924,0.70806348323822,0.720086932182312,-0.0765341222286224,0.689650118350983,0.836553990840912,0.220726355910301,0.501455008983612,0.691441237926483,0.115944273769856,0.713067948818207,0.208136692643166,0.347785264253616,0.914179682731628,0.438186585903168,-0.106494091451168,0.892553389072418,0.557486891746521,0.00627293204888701,0.830162107944489,0.945554196834564,0.00441285036504269,0.325434684753418,0.448682367801666,0.120466515421867,0.885534822940826,
  634. 0.720086932182312,-0.0765341222286224,0.689650118350983,0.438186585903168,-0.106494091451168,0.892553389072418,0.90980064868927,0.0053311325609684,0.4150111079216,0.708309710025787,-0.0805571228265762,0.70129007101059,0.705634653568268,0.166167870163918,0.688816428184509,0.763950109481812,0.168174013495445,0.622974872589111,0.836553990840912,0.220726355910301,0.501455008983612,0.703972816467285,0.0537743456661701,0.70818829536438,0.705097854137421,-0.0135001176968217,0.708981513977051,0.705147445201874,0.00438487529754639,0.709047138690948,0.704520642757416,0.00357741233892739,0.709674477577209,0.704490482807159,-0.00446734437718987,0.709699392318726,0.757669746875763,0.00209266529418528,0.652634739875793,0.702478051185608,0.0766635984182358,0.707564234733582,0.704501330852509,-0.00497691705822945,0.709685206413269,0.702961385250092,0.00135078630410135,0.71122682094574,0.705394089221954,0.000241662390180863,0.708815276622772,0.687311887741089,8.68043498485349e-005,0.726362407207489,0.757669746875763,0.00209266529418528,0.652634739875793,0.702961385250092,0.00135078630410135,0.71122682094574,0.702898383140564,0.00147584662772715,0.711288750171661,0.562705516815186,0.0017579112900421,0.826655447483063,0.931164801120758,0.0013117118505761,0.364596158266068,0.573360741138458,-0.00127254938706756,0.819302082061768,0.687311887741089,8.68043498485349e-005,0.726362407207489,0.705394089221954,0.000241662390180863,0.708815276622772,0.931164801120758,0.0013117118505761,0.364596158266068,0.695601582527161,0.206470340490341,0.688119471073151,0.703731298446655,-0.082446850836277,0.705666184425354,0.573360741138458,-0.00127254938706756,0.819302082061768,0.695519208908081,0.20691505074501,0.688069224357605,0.721071422100067,-0.00550234597176313,0.692838847637177,0.705841898918152,-0.0286259539425373,0.707790791988373,0.705147445201874,0.00438487529754639,0.709047138690948,0.705097854137421,-0.0135001176968217,0.708981513977051,0.704261898994446,-0.061678372323513,0.707255959510803,0.602361679077148,-0.00199355301447213,0.798220813274384,
  635. 0.818761110305786,0.00121646467596293,0.574133038520813,0.726258754730225,-1.19367514344049e-005,0.687421500682831,0.696822464466095,-9.0526431449689e-005,0.717243611812592,0.637964308261871,0.000675383198540658,0.770065665245056,0.969178676605225,-0.0071117402985692,0.246256500482559,0.376115292310715,0.00373326404951513,0.926565408706665,0.7042156457901,-0.0536171607673168,0.70795875787735,0.818761110305786,0.00121646467596293,0.574133038520813,0.602361679077148,-0.00199355301447213,0.798220813274384,0.702672243118286,0.0891970917582512,0.705900549888611,0.705499410629272,0.00324591202661395,0.708703100681305,0.705525100231171,0.00045642934856005,0.708684802055359,0.7042156457901,-0.0536171607673168,0.70795875787735,0.702672243118286,0.0891970917582512,0.705900549888611,0.694667935371399,0.0283350292593241,0.718772351741791,0.673792064189911,-0.306171804666519,0.672505021095276,0.705499410629272,0.00324591202661395,0.708703100681305,0.705634653568268,0.166167870163918,0.688816428184509,0.708309710025787,-0.0805571228265762,0.70129007101059,0.703291714191437,0.0787927955389023,0.706521332263947,0.705525100231171,0.00045642934856005,0.708684802055359,0.708309710025787,-0.0805571228265762,0.70129007101059,0.90980064868927,0.0053311325609684,0.4150111079216,0.666580498218536,-0.000385942606953904,0.745432913303375,0.703291714191437,0.0787927955389023,0.706521332263947,0.726258754730225,-1.19367514344049e-005,0.687421500682831,0.666580498218536,-0.000385942606953904,0.745432913303375,0.90980064868927,0.0053311325609684,0.4150111079216,0.504866361618042,-0.00911482982337475,0.863149464130402,0.645174622535706,-0.000264804577454925,0.764035105705261,0.746441125869751,-8.25327369966544e-005,0.665451467037201,0.696822464466095,-9.0526431449689e-005,0.717243611812592,0.615706503391266,-0.0833753868937492,0.783552229404449,0.848439455032349,-0.00674069486558437,0.529249370098114,0.359177231788635,0.00671232165768743,0.933245122432709,0.721975088119507,0.0136525109410286,0.69178432226181,0.541938483715057,0.00891646556556225,0.840370893478394,
  636. 0.615706503391266,-0.0833753868937492,0.783552229404449,0.721975088119507,0.0136525109410286,0.69178432226181,0.996776103973389,-0.0142731005325913,0.078953705728054,0.66222470998764,-0.000998343108221889,0.749304592609406,0.541938483715057,0.00891646556556225,0.840370893478394,0.996776103973389,-0.0142731005325913,0.078953705728054,0.70540314912796,-0.000651298032607883,0.708806097507477,0.705964744091034,-0.000759277783799917,0.70824658870697,0.706165015697479,-0.00221323827281594,0.708043873310089,0.705533087253571,0.0227001402527094,0.708313405513763,0.66222470998764,-0.000998343108221889,0.749304592609406,0.705964744091034,-0.000759277783799917,0.70824658870697,0.706269860267639,0.0195948015898466,0.707671523094177,0.704756081104279,-0.0269098803400993,0.708939075469971,0.689078032970428,-0.0926186293363571,0.718744277954102,0.675775647163391,0.241727754473686,0.696344137191772,0.705533087253571,0.0227001402527094,0.708313405513763,0.706165015697479,-0.00221323827281594,0.708043873310089,0.706110060214996,-0.00954360794275999,0.708037674427032,0.689078032970428,-0.0926186293363571,0.718744277954102,0.799309432506561,-0.281276136636734,0.531025409698486,0.480932027101517,-0.0697930827736855,0.87397563457489,0.675775647163391,0.241727754473686,0.696344137191772,0.799309432506561,-0.281276136636734,0.531025409698486,0.708170711994171,0.203960433602333,0.675939500331879,0.730188250541687,-0.0511940643191338,0.681325376033783,0.480932027101517,-0.0697930827736855,0.87397563457489,0.711262345314026,0.000162106036441401,0.702926754951477,0.705674827098846,0.000328287715092301,0.70853579044342,0.708053350448608,0.000159096889547072,0.706158876419067,0.71498715877533,2.34554627240868e-005,0.699137508869171,0.620618641376495,0.000387436884921044,0.784112393856049,0.705455780029297,0.00131317775230855,0.708752632141113,0.706613123416901,-0.00386228645220399,0.707589566707611,0.689334094524384,-0.168729051947594,0.704520404338837,0.359177231788635,0.00671232165768743,0.933245122432709,0.707204043865204,0.000274537887889892,0.707009494304657,
  637. 0.712876915931702,0.000147123661008663,0.701289176940918,0.772709786891937,0.000389762251870707,0.634759426116943,0.945554196834564,0.00441285036504269,0.325434684753418,0.557486891746521,0.00627293204888701,0.830162107944489,0.561091542243958,-0.00236594071611762,0.827750444412231,0.712876915931702,0.000147123661008663,0.701289176940918,0.708473324775696,0.00289869238622487,0.705731689929962,0.709365606307983,0.0255608316510916,0.704377055168152,0.772709786891937,0.000389762251870707,0.634759426116943,0.708473324775696,0.00289869238622487,0.705731689929962,0.708322942256927,0.0059457547031343,0.705863475799561,0.708349466323853,-0.0497833490371704,0.704104065895081,0.730188250541687,-0.0511940643191338,0.681325376033783,0.708170711994171,0.203960433602333,0.675939500331879,0.709365606307983,0.0255608316510916,0.704377055168152,0.708322942256927,0.0059457547031343,0.705863475799561,0.704520702362061,0.00144125986844301,0.709682047367096,0.764619886875153,0.00204176781699061,0.644478321075439,0.708349466323853,-0.0497833490371704,0.704104065895081,0.704520702362061,0.00144125986844301,0.709682047367096,0.705455780029297,0.00131317775230855,0.708752632141113,0.359177231788635,0.00671232165768743,0.933245122432709,0.848439455032349,-0.00674069486558437,0.529249370098114,0.764619886875153,0.00204176781699061,0.644478321075439,0.00299033219926059,-0.0497748292982578,0.998756051063538,0.0849718600511551,0.00204156641848385,0.996381223201752,-0.019122326746583,-0.0359090380370617,0.99917209148407,0.0345432236790657,-0.0513099916279316,0.998085200786591,0.00299033219926059,-0.0497748292982578,0.998756051063538,-0.019122326746583,-0.0359090380370617,0.99917209148407,0.0849718600511551,0.00204156641848385,0.996381223201752,0.225613653659821,-0.00674355728551745,0.974193513393402,-0.019122326746583,-0.0359090380370617,0.99917209148407,-0.00275548291392624,0.00438499031588435,0.999986588954926,0.00132677389774472,0.000159171831910498,0.999999105930328,-0.00205268082208931,0.000328434136463329,0.999997854232788,-0.00365334749221802,0.00357638509012759,0.999987006187439,
  638. -0.00607327744364738,0.00358772138133645,0.999975144863129,-0.00274332845583558,-0.0135063594207168,0.999905109405518,-0.00298775057308376,0.0537724979221821,0.998548805713654,-0.0013323308667168,-0.00221282010897994,0.999996662139893,-0.00161822873633355,-0.00075940164970234,0.999998390674591,0.407477498054504,0.0049957581795752,0.913201630115509,0.0138091500848532,-0.0636609643697739,0.997876107692719,-0.00242846598848701,-0.000651150068733841,0.999996900558472,-0.00221566809341311,0.00209914171136916,0.999995350837708,0.000927709741517901,-0.30660942196846,0.951834857463837,-0.438533037900925,0.00395159842446446,0.898706376552582,-0.199497401714325,-0.144912630319595,0.969123840332031,0.0521013028919697,-0.0182997845113277,0.99847412109375,-0.00136644626036286,-0.00954190827906132,0.99995356798172,-0.000990290543995798,-0.0413508489727974,0.99914413690567,-0.00161822873633355,-0.00075940164970234,0.999998390674591,-0.00242846598848701,-0.000651150068733841,0.999996900558472,-0.438533037900925,0.00395159842446446,0.898706376552582,0.407477498054504,0.0049957581795752,0.913201630115509,-0.0933684557676315,0.000674955430440605,0.995631396770477,-0.0146672874689102,-9.06975328689441e-005,0.99989241361618,0.0521013028919697,-0.0182997845113277,0.99847412109375,-0.199497401714325,-0.144912630319595,0.969123840332031,0.349852979183197,0.0053317304700613,0.936789333820343,0.00495140068233013,-0.0805463418364525,0.996738612651825,0.021592827513814,-0.0765297263860703,0.996833503246307,0.00495140068233013,-0.0805463418364525,0.996738612651825,0.23696456849575,0.220858439803123,0.946081042289734,0.021592827513814,-0.0765297263860703,0.996833503246307,0.0215561762452126,0.0137245813384652,0.99967348575592,0.102446690201759,0.00851037073880434,0.994702041149139,0.00829237326979637,0.226102411746979,0.974068224430084,0.649007737636566,-0.0142691293731332,0.76064795255661,-0.0145529098808765,0.241456151008606,0.970302581787109,-0.277629464864731,-0.0699511617422104,0.958138108253479,-0.019122326746583,-0.0359090380370617,0.99917209148407,
  639. -0.019122326746583,-0.0359090380370617,0.99917209148407,-0.118528813123703,-0.0836106836795807,0.989424109458923,-0.210783675312996,0.00892682652920485,0.977491974830627,0.349852979183197,0.0053317304700613,0.936789333820343,-0.321803033351898,-0.106467120349407,0.940801501274109,-0.309623330831528,0.12026272714138,0.943223297595978,-0.253662824630737,-0.00911072455346584,0.967249810695648,-0.0153123596683145,0.11594869941473,0.993137180805206,0.23696456849575,0.220858439803123,0.946081042289734,0.099563367664814,0.168028682470322,0.980741322040558,-0.0129089970141649,-0.130045041441917,0.991424024105072,0.00443928223103285,0.00833406765013933,0.999955475330353,-0.00265536364167929,-0.00198379764333367,0.999994456768036,0.172963291406631,0.00121719890739769,0.984927535057068,-0.0026507992297411,-0.0536349341273308,0.998557090759277,-0.0026507992297411,-0.0536349341273308,0.998557090759277,-0.00224522151984274,0.00045193565892987,0.99999737739563,0.00443928223103285,0.00833406765013933,0.999955475330353,0.00902380794286728,-0.169855013489723,0.985427737236023,0.116835609078407,-0.0223002936691046,0.992900848388672,-0.186591312289238,0.00176242727320641,0.982436060905457,-0.0118738319724798,0.191271990537643,0.98146516084671,-0.0392501838505268,-0.0248416010290384,0.998920500278473,-0.000834373058751225,-0.108065754175186,0.994143426418304,0.00529635837301612,0.206564873456955,0.978418529033661,0.400664746761322,0.00130859308410436,0.9162238240242,0.0200213994830847,-0.0234338138252497,0.999524831771851,0.00902380794286728,-0.169855013489723,0.985427737236023,-0.0118738319724798,0.191271990537643,0.98146516084671,-0.0232473239302635,-0.0436990037560463,0.998774170875549,0.116835609078407,-0.0223002936691046,0.992900848388672,-0.0392501838505268,-0.0248416010290384,0.998920500278473,0.400664746761322,0.00130859308410436,0.9162238240242,-0.186591312289238,0.00176242727320641,0.982436060905457,-0.0263238921761513,-0.042613111436367,0.998744785785675,-0.111650757491589,0.00478793680667877,0.993736028671265,0.260009557008743,-0.00638443045318127,0.965584993362427,
  640. 0.433448046445847,-0.159045085310936,0.887032985687256,0.0334151200950146,0.0220024064183235,0.999199390411377,0.0200213994830847,-0.0234338138252497,0.999524831771851,-0.0232473239302635,-0.0436990037560463,0.998774170875549,-0.480505883693695,0.00330259813927114,0.876985192298889,0.433448046445847,-0.159045085310936,0.887032985687256,0.0199678856879473,-0.0055363392457366,0.999785244464874,0.0389520041644573,0.030598558485508,0.998772501945496,-0.0263238921761513,-0.042613111436367,0.998744785785675,-0.00135066325310618,0.000479390844702721,0.999998986721039,-0.00240037124603987,0.000242068563238718,0.999997138977051,-0.00589330634102225,0.00147616094909608,0.999981641769409,-0.00141347304452211,0.00462186196818948,0.999988377094269,-0.0179537516087294,-0.00068619247758761,0.999838590621948,-0.00824260897934437,0.00620396714657545,0.99994683265686,-0.00360304955393076,0.0766650512814522,0.99705046415329,0.0742777362465858,0.00209199381060898,0.997235417366028,-0.00481012230738997,-0.0484122671186924,0.998815834522247,-0.00206876685842872,0.0250356551259756,0.99968433380127,-0.00135066325310618,0.000479390844702721,0.999998986721039,-0.00141347304452211,0.00462186196818948,0.999988377094269,-0.00117616564966738,0.00265736714936793,0.999995827674866,0.0742777362465858,0.00209199381060898,0.997235417366028,-0.0275624506175518,8.72601740411483e-005,0.999620079994202,-0.0179537516087294,-0.00068619247758761,0.999838590621948,-0.115618743002415,0.000386558618629351,0.993293583393097,-0.00481012230738997,-0.0484122671186924,0.998815834522247,-0.00117616564966738,0.00265736714936793,0.999995827674866,0.0058654397726059,0.000162299285875633,0.999982833862305,0.0821899622678757,0.000146086225868203,0.99661660194397,-0.00136609398759902,-0.0286262445151806,0.999589323997498,0.433448046445847,-0.159045085310936,0.887032985687256,-0.00136609398759902,-0.0286262445151806,0.999589323997498,0.0199678856879473,-0.0055363392457366,0.999785244464874,0.433448046445847,-0.159045085310936,0.887032985687256,-0.17383186519146,-0.00127298140432686,0.984774529933929,
  641. -0.00135630497243255,-0.0824623927474022,0.996593236923218,-0.00824260897934437,0.00620396714657545,0.99994683265686,-0.0179537516087294,-0.00068619247758761,0.999838590621948,-0.0275624506175518,8.72601740411483e-005,0.999620079994202,-0.17383186519146,-0.00127298140432686,0.984774529933929,-0.0179537516087294,-0.00068619247758761,0.999838590621948,-0.0118738319724798,0.191271990537643,0.98146516084671,-0.186591312289238,0.00176242727320641,0.982436060905457,-0.00240037124603987,0.000242068563238718,0.999997138977051,-0.00135066325310618,0.000479390844702721,0.999998986721039,-0.0232473239302635,-0.0436990037560463,0.998774170875549,-0.0118738319724798,0.191271990537643,0.98146516084671,-0.00135066325310618,0.000479390844702721,0.999998986721039,-0.00206876685842872,0.0250356551259756,0.99968433380127,0.00219007325358689,0.124207176268101,0.99225389957428,-0.480505883693695,0.00330259813927114,0.876985192298889,-0.0232473239302635,-0.0436990037560463,0.998774170875549,0.00219007325358689,0.124207176268101,0.99225389957428,0.0803452581167221,-0.00165516347624362,0.996765732765198,0.433448046445847,-0.159045085310936,0.887032985687256,0.260009557008743,-0.00638443045318127,0.965584993362427,0.0821899622678757,0.000146086225868203,0.99661660194397,-0.0263238921761513,-0.042613111436367,0.998744785785675,0.0389520041644573,0.030598558485508,0.998772501945496,-0.017051113769412,0.0281521752476692,0.999458253383636,-0.671158075332642,0.287042945623398,0.683486044406891,-0.438533037900925,0.00395159842446446,0.898706376552582,0.000927709741517901,-0.30660942196846,0.951834857463837,-0.000834373058751225,-0.108065754175186,0.994143426418304,-0.0392501838505268,-0.0248416010290384,0.998920500278473,0.407477498054504,0.0049957581795752,0.913201630115509,-0.438533037900925,0.00395159842446446,0.898706376552582,-0.0392501838505268,-0.0248416010290384,0.998920500278473,0.116835609078407,-0.0223002936691046,0.992900848388672,0.0138091500848532,-0.0636609643697739,0.997876107692719,0.407477498054504,0.0049957581795752,0.913201630115509,
  642. 0.116835609078407,-0.0223002936691046,0.992900848388672,0.00902380794286728,-0.169855013489723,0.985427737236023,0.00100259529426694,0.309884607791901,0.950773596763611,0.0138091500848532,-0.0636609643697739,0.997876107692719,0.00902380794286728,-0.169855013489723,0.985427737236023,0.0200213994830847,-0.0234338138252497,0.999524831771851,0.51117742061615,-0.00711586186662316,0.859445810317993,0.00100259529426694,0.309884607791901,0.950773596763611,0.0200213994830847,-0.0234338138252497,0.999524831771851,0.0334151200950146,0.0220024064183235,0.999199390411377,-0.671158075332642,0.287042945623398,0.683486044406891,-0.389240026473999,0.00373300071805716,0.921128809452057,-0.111650757491589,0.00478793680667877,0.993736028671265,-0.0263238921761513,-0.042613111436367,0.998744785785675,-0.671158075332642,0.287042945623398,0.683486044406891,-0.00229256204329431,0.0891769230365753,0.996013104915619,-0.138423204421997,-0.00199164869263768,0.99037116765976,-0.671158075332642,0.287042945623398,0.683486044406891,-0.017051113769412,0.0281521752476692,0.999458253383636,-0.00229256204329431,0.0891769230365753,0.996013104915619,-0.199497401714325,-0.144912630319595,0.969123840332031,-0.000990290543995798,-0.0413508489727974,0.99914413690567,-0.0933684557676315,0.000674955430440605,0.995631396770477,-0.138423204421997,-0.00199164869263768,0.99037116765976,-0.389240026473999,0.00373300071805716,0.921128809452057,-0.671158075332642,0.287042945623398,0.683486044406891,-0.00229731155559421,0.0787942335009575,0.996888220310211,-0.055765874683857,-0.000386340077966452,0.998443722724915,-0.00265536364167929,-0.00198379764333367,0.999994456768036,0.00443928223103285,0.00833406765013933,0.999955475330353,-0.00224522151984274,0.00045193565892987,0.99999737739563,-0.00229731155559421,0.0787942335009575,0.996888220310211,0.00443928223103285,0.00833406765013933,0.999955475330353,0.649007737636566,-0.0142691293731332,0.76064795255661,0.00829237326979637,0.226102411746979,0.974068224430084,-0.00221566809341311,0.00209914171136916,0.999995350837708,
  643. -0.00242846598848701,-0.000651150068733841,0.999996900558472,-0.019122326746583,-0.0359090380370617,0.99917209148407,-0.210783675312996,0.00892682652920485,0.977491974830627,-0.0616029426455498,-0.000999046838842332,0.998100221157074,-0.0616029426455498,-0.000999046838842332,0.998100221157074,-0.00197774404659867,0.0226990301162004,0.999740362167358,-0.019122326746583,-0.0359090380370617,0.99917209148407,0.0521013028919697,-0.0182997845113277,0.99847412109375,-0.00100119900889695,0.0195939894765615,0.99980753660202,-0.00136644626036286,-0.00954190827906132,0.99995356798172,0.0572702474892139,-8.27853291411884e-005,0.99835866689682,-0.00100119900889695,0.0195939894765615,0.99980753660202,0.0521013028919697,-0.0182997845113277,0.99847412109375,0.0572702474892139,-8.27853291411884e-005,0.99835866689682,0.0521013028919697,-0.0182997845113277,0.99847412109375,-0.0146672874689102,-9.06975328689441e-005,0.99989241361618,-0.405890047550201,0.0067052086815238,0.913897275924683,-0.0107698868960142,-0.168806686997414,0.985590398311615,0.102446690201759,0.00851037073880434,0.994702041149139,0.0215561762452126,0.0137245813384652,0.99967348575592,-0.277629464864731,-0.0699511617422104,0.958138108253479,0.0345432236790657,-0.0513099916279316,0.998085200786591,-0.019122326746583,-0.0359090380370617,0.99917209148407,-0.019122326746583,-0.0359090380370617,0.99917209148407,0.225613653659821,-0.00674355728551745,0.974193513393402,-0.118528813123703,-0.0836106836795807,0.989424109458923,-0.499052077531815,0.348051756620407,0.793603777885437,-0.192847043275833,0.00627118768170476,0.981208801269531,-0.321803033351898,-0.106467120349407,0.940801501274109,0.021592827513814,-0.0765297263860703,0.996833503246307,-0.188574507832527,-0.00236401660367846,0.982056021690369,-0.00155713292770088,0.0192325226962566,0.999813795089722,-0.000721597345545888,0.00236680451780558,0.999996960163116,8.68102579261176e-005,0.000274587597232312,0.99999988079071,-0.00155713292770088,0.0192325226962566,0.999813795089722,-0.0153123596683145,0.11594869941473,0.993137180805206,
  644. -0.0129089970141649,-0.130045041441917,0.991424024105072,-0.000730069587007165,-0.00334967742674053,0.999994218349457,-0.000721597345545888,0.00236680451780558,0.999996960163116,0.011172654107213,2.35361349041341e-005,0.999937474727631,0.0803452581167221,-0.00165516347624362,0.996765732765198,0.0771259069442749,-0.0409544743597507,0.9961798787117,-0.00136609398759902,-0.0286262445151806,0.999589323997498,0.0821899622678757,0.000146086225868203,0.99661660194397,0.00132677389774472,0.000159171831910498,0.999999105930328,-0.00275548291392624,0.00438499031588435,0.999986588954926,-0.0021051587536931,-0.0616868957877159,0.998093247413635,-0.00274332845583558,-0.0135063594207168,0.999905109405518,-0.00607327744364738,0.00358772138133645,0.999975144863129,0.0389520041644573,0.030598558485508,0.998772501945496,0.0199678856879473,-0.0055363392457366,0.999785244464874,0.00527461059391499,0.206992477178574,0.978328287601471,-0.00739323301240802,-0.015694772824645,0.999849498271942,-0.017051113769412,0.0281521752476692,0.999458253383636,0.0389520041644573,0.030598558485508,0.998772501945496,-0.00739323301240802,-0.015694772824645,0.999849498271942,0.000906176224816591,-0.306236892938614,0.951954901218414,-0.111650757491589,0.00478793680667877,0.993736028671265,-0.389240026473999,0.00373300071805716,0.921128809452057,0.51117742061615,-0.00711586186662316,0.859445810317993,0.0334151200950146,0.0220024064183235,0.999199390411377,0.260009557008743,-0.00638443045318127,0.965584993362427,-0.111650757491589,0.00478793680667877,0.993736028671265,0.0334151200950146,0.0220024064183235,0.999199390411377,-0.480505883693695,0.00330259813927114,0.876985192298889,-0.00265536364167929,-0.00198379764333367,0.999994456768036,-0.055765874683857,-0.000386340077966452,0.998443722724915,0.0274670589715242,-1.21684697660385e-005,0.999622642993927,-0.0840092897415161,-0.000265503709670156,0.996464967727661,-0.00296864472329617,-0.0269109178334475,0.999633431434631,-0.00100119900889695,0.0195939894765615,0.99980753660202,0.0572702474892139,-8.27853291411884e-005,0.99835866689682,
  645. -0.00197774404659867,0.0226990301162004,0.999740362167358,-0.0145529098808765,0.241456151008606,0.970302581787109,-0.019122326746583,-0.0359090380370617,0.99917209148407,-0.00136644626036286,-0.00954190827906132,0.99995356798172,-0.0013323308667168,-0.00221282010897994,0.999996662139893,0.0138091500848532,-0.0636609643697739,0.997876107692719,0.00100259529426694,0.309884607791901,0.950773596763611,-0.000990290543995798,-0.0413508489727974,0.99914413690567,-0.0933684557676315,0.000674955430440605,0.995631396770477,-0.000990290543995798,-0.0413508489727974,0.99914413690567,0.00100259529426694,0.309884607791901,0.950773596763611,0.51117742061615,-0.00711586186662316,0.859445810317993,0.0274670589715242,-1.21684697660385e-005,0.999622642993927,0.172963291406631,0.00121719890739769,0.984927535057068,-0.00265536364167929,-0.00198379764333367,0.999994456768036,-0.115618743002415,0.000386558618629351,0.993293583393097,0.011172654107213,2.35361349041341e-005,0.999937474727631,0.0771259069442749,-0.0409544743597507,0.9961798787117,0.0771259069442749,-0.0409544743597507,0.9961798787117,0.00490655982866883,0.00117883353959769,0.999987244606018,-0.00481012230738997,-0.0484122671186924,0.998815834522247,-0.115618743002415,0.000386558618629351,0.993293583393097,0.00490655982866883,0.00117883353959769,0.999987244606018,-0.00206876685842872,0.0250356551259756,0.99968433380127,-0.00481012230738997,-0.0484122671186924,0.998815834522247,0.00219007325358689,0.124207176268101,0.99225389957428,-0.00206876685842872,0.0250356551259756,0.99968433380127,0.00490655982866883,0.00117883353959769,0.999987244606018,0.0803452581167221,-0.00165516347624362,0.996765732765198,0.00219007325358689,0.124207176268101,0.99225389957428,0.00490655982866883,0.00117883353959769,0.999987244606018,0.0771259069442749,-0.0409544743597507,0.9961798787117,0.011172654107213,2.35361349041341e-005,0.999937474727631,0.00132677389774472,0.000159171831910498,0.999999105930328,0.0821899622678757,0.000146086225868203,0.99661660194397,0.260009557008743,-0.00638443045318127,0.965584993362427,
  646. -0.480505883693695,0.00330259813927114,0.876985192298889,0.0803452581167221,-0.00165516347624362,0.996765732765198,-0.309623330831528,0.12026272714138,0.943223297595978,0.43841165304184,0.00441345805302262,0.898763477802277,-0.0086636058986187,-0.0147150736302137,0.999854207038879,-0.253662824630737,-0.00911072455346584,0.967249810695648,-0.309623330831528,0.12026272714138,0.943223297595978,-0.0086636058986187,-0.0147150736302137,0.999854207038879,-0.0840092897415161,-0.000265503709670156,0.996464967727661,-0.253662824630737,-0.00911072455346584,0.967249810695648,-0.0086636058986187,-0.0147150736302137,0.999854207038879,-0.0086636058986187,-0.0147150736302137,0.999854207038879,-0.0233250427991152,0.00474737118929625,0.999716699123383,-0.00296864472329617,-0.0269109178334475,0.999633431434631,-0.0840092897415161,-0.000265503709670156,0.996464967727661,-0.0209813565015793,-0.0926788151264191,0.995474994182587,-0.00296864472329617,-0.0269109178334475,0.999633431434631,-0.0233250427991152,0.00474737118929625,0.999716699123383,-0.0233250427991152,0.00474737118929625,0.999716699123383,0.189822554588318,-0.28132700920105,0.94064998626709,-0.0209813565015793,-0.0926788151264191,0.995474994182587,-0.0233250427991152,0.00474737118929625,0.999716699123383,0.0227807946503162,0.203924834728241,0.978721439838409,0.189822554588318,-0.28132700920105,0.94064998626709,0.00351627287454903,0.0255607664585114,0.999667048454285,0.0227807946503162,0.203924834728241,0.978721439838409,-0.0233250427991152,0.00474737118929625,0.999716699123383,0.0976049527525902,0.000389256107155234,0.995225131511688,0.00351627287454903,0.0255607664585114,0.999667048454285,-0.0233250427991152,0.00474737118929625,0.999716699123383,-0.0086636058986187,-0.0147150736302137,0.999854207038879,0.43841165304184,0.00441345805302262,0.898763477802277,0.0976049527525902,0.000389256107155234,0.995225131511688,-0.0086636058986187,-0.0147150736302137,0.999854207038879,-0.188574507832527,-0.00236401660367846,0.982056021690369,-0.192847043275833,0.00627118768170476,0.981208801269531,
  647. -0.499052077531815,0.348051756620407,0.793603777885437,-0.499052077531815,0.348051756620407,0.793603777885437,-0.00155713292770088,0.0192325226962566,0.999813795089722,-0.188574507832527,-0.00236401660367846,0.982056021690369,-0.499052077531815,0.348051756620407,0.793603777885437,-0.0153123596683145,0.11594869941473,0.993137180805206,-0.00155713292770088,0.0192325226962566,0.999813795089722,0.021592827513814,-0.0765297263860703,0.996833503246307,0.23696456849575,0.220858439803123,0.946081042289734,-0.0153123596683145,0.11594869941473,0.993137180805206,-0.499052077531815,0.348051756620407,0.793603777885437,-0.321803033351898,-0.106467120349407,0.940801501274109,-0.192847043275833,0.00627118768170476,0.981208801269531,0.43841165304184,0.00441345805302262,0.898763477802277,-0.309623330831528,0.12026272714138,0.943223297595978,0.021592827513814,-0.0765297263860703,0.996833503246307,-0.321803033351898,-0.106467120349407,0.940801501274109,0.349852979183197,0.0053317304700613,0.936789333820343,0.00495140068233013,-0.0805463418364525,0.996738612651825,0.011904357932508,0.165985152125359,0.986056447029114,0.099563367664814,0.168028682470322,0.980741322040558,0.23696456849575,0.220858439803123,0.946081042289734,-0.00298775057308376,0.0537724979221821,0.998548805713654,-0.00274332845583558,-0.0135063594207168,0.999905109405518,-0.00275548291392624,0.00438499031588435,0.999986588954926,-0.00365334749221802,0.00357638509012759,0.999987006187439,-0.00369149493053555,-0.00446906266734004,0.999983191490173,0.0742777362465858,0.00209199381060898,0.997235417366028,-0.00360304955393076,0.0766650512814522,0.99705046415329,-0.00367386406287551,-0.0049768746830523,0.999980866909027,-0.00585346715524793,0.00135035940911621,0.999981880187988,-0.00240037124603987,0.000242068563238718,0.999997138977051,-0.0275624506175518,8.72601740411483e-005,0.999620079994202,0.0742777362465858,0.00209199381060898,0.997235417366028,-0.00585346715524793,0.00135035940911621,0.999981880187988,-0.00589330634102225,0.00147616094909608,0.999981641769409,-0.186591312289238,0.00176242727320641,0.982436060905457,
  648. 0.400664746761322,0.00130859308410436,0.9162238240242,-0.17383186519146,-0.00127298140432686,0.984774529933929,-0.0275624506175518,8.72601740411483e-005,0.999620079994202,-0.00240037124603987,0.000242068563238718,0.999997138977051,0.400664746761322,0.00130859308410436,0.9162238240242,0.00529635837301612,0.206564873456955,0.978418529033661,-0.00135630497243255,-0.0824623927474022,0.996593236923218,-0.17383186519146,-0.00127298140432686,0.984774529933929,0.00527461059391499,0.206992477178574,0.978328287601471,0.0199678856879473,-0.0055363392457366,0.999785244464874,-0.00136609398759902,-0.0286262445151806,0.999589323997498,-0.00275548291392624,0.00438499031588435,0.999986588954926,-0.00274332845583558,-0.0135063594207168,0.999905109405518,-0.0021051587536931,-0.0616868957877159,0.998093247413635,-0.138423204421997,-0.00199164869263768,0.99037116765976,0.172963291406631,0.00121719890739769,0.984927535057068,0.0274670589715242,-1.21684697660385e-005,0.999622642993927,-0.0146672874689102,-9.06975328689441e-005,0.99989241361618,-0.0933684557676315,0.000674955430440605,0.995631396770477,0.51117742061615,-0.00711586186662316,0.859445810317993,-0.389240026473999,0.00373300071805716,0.921128809452057,-0.0026507992297411,-0.0536349341273308,0.998557090759277,0.172963291406631,0.00121719890739769,0.984927535057068,-0.138423204421997,-0.00199164869263768,0.99037116765976,-0.00229256204329431,0.0891769230365753,0.996013104915619,-0.00227656750939786,0.00324578303843737,0.999992072582245,-0.00224522151984274,0.00045193565892987,0.99999737739563,-0.0026507992297411,-0.0536349341273308,0.998557090759277,-0.00229256204329431,0.0891769230365753,0.996013104915619,-0.017051113769412,0.0281521752476692,0.999458253383636,0.000906176224816591,-0.306236892938614,0.951954901218414,-0.00227656750939786,0.00324578303843737,0.999992072582245,0.011904357932508,0.165985152125359,0.986056447029114,0.00495140068233013,-0.0805463418364525,0.996738612651825,-0.00229731155559421,0.0787942335009575,0.996888220310211,-0.00224522151984274,0.00045193565892987,0.99999737739563,
  649. 0.00495140068233013,-0.0805463418364525,0.996738612651825,0.349852979183197,0.0053317304700613,0.936789333820343,-0.055765874683857,-0.000386340077966452,0.998443722724915,-0.00229731155559421,0.0787942335009575,0.996888220310211,0.0274670589715242,-1.21684697660385e-005,0.999622642993927,-0.055765874683857,-0.000386340077966452,0.998443722724915,0.349852979183197,0.0053317304700613,0.936789333820343,-0.253662824630737,-0.00911072455346584,0.967249810695648,-0.0840092897415161,-0.000265503709670156,0.996464967727661,0.0572702474892139,-8.27853291411884e-005,0.99835866689682,-0.0146672874689102,-9.06975328689441e-005,0.99989241361618,-0.118528813123703,-0.0836106836795807,0.989424109458923,0.225613653659821,-0.00674355728551745,0.974193513393402,-0.405890047550201,0.0067052086815238,0.913897275924683,0.0215561762452126,0.0137245813384652,0.99967348575592,-0.210783675312996,0.00892682652920485,0.977491974830627,-0.118528813123703,-0.0836106836795807,0.989424109458923,0.0215561762452126,0.0137245813384652,0.99967348575592,0.649007737636566,-0.0142691293731332,0.76064795255661,-0.0616029426455498,-0.000999046838842332,0.998100221157074,-0.210783675312996,0.00892682652920485,0.977491974830627,0.649007737636566,-0.0142691293731332,0.76064795255661,-0.00242846598848701,-0.000651150068733841,0.999996900558472,-0.00161822873633355,-0.00075940164970234,0.999998390674591,-0.0013323308667168,-0.00221282010897994,0.999996662139893,-0.00197774404659867,0.0226990301162004,0.999740362167358,-0.0616029426455498,-0.000999046838842332,0.998100221157074,-0.00161822873633355,-0.00075940164970234,0.999998390674591,-0.00100119900889695,0.0195939894765615,0.99980753660202,-0.00296864472329617,-0.0269109178334475,0.999633431434631,-0.0209813565015793,-0.0926788151264191,0.995474994182587,-0.0145529098808765,0.241456151008606,0.970302581787109,-0.00197774404659867,0.0226990301162004,0.999740362167358,-0.0013323308667168,-0.00221282010897994,0.999996662139893,-0.00136644626036286,-0.00954190827906132,0.99995356798172,-0.0209813565015793,-0.0926788151264191,0.995474994182587,
  650. 0.189822554588318,-0.28132700920105,0.94064998626709,-0.277629464864731,-0.0699511617422104,0.958138108253479,-0.0145529098808765,0.241456151008606,0.970302581787109,0.189822554588318,-0.28132700920105,0.94064998626709,0.0227807946503162,0.203924834728241,0.978721439838409,0.0345432236790657,-0.0513099916279316,0.998085200786591,-0.277629464864731,-0.0699511617422104,0.958138108253479,0.0058654397726059,0.000162299285875633,0.999982833862305,-0.00205268082208931,0.000328434136463329,0.999997854232788,0.00132677389774472,0.000159171831910498,0.999999105930328,0.011172654107213,2.35361349041341e-005,0.999937474727631,-0.115618743002415,0.000386558618629351,0.993293583393097,-0.00235277437604964,0.00131335610058159,0.999996304512024,-0.00070816237712279,-0.00386246689595282,0.999992311000824,-0.0107698868960142,-0.168806686997414,0.985590398311615,-0.405890047550201,0.0067052086815238,0.913897275924683,8.68102579261176e-005,0.000274587597232312,0.99999988079071,0.00817540194839239,0.000147239450598136,0.999966561794281,0.0976049527525902,0.000389256107155234,0.995225131511688,0.43841165304184,0.00441345805302262,0.898763477802277,-0.192847043275833,0.00627118768170476,0.981208801269531,-0.188574507832527,-0.00236401660367846,0.982056021690369,0.00817540194839239,0.000147239450598136,0.999966561794281,0.00192706997040659,0.00289898575283587,0.999993920326233,0.00351627287454903,0.0255607664585114,0.999667048454285,0.0976049527525902,0.000389256107155234,0.995225131511688,0.00192706997040659,0.00289898575283587,0.999993920326233,0.00172689056489617,0.00594534166157246,0.999980926513672,0.00299033219926059,-0.0497748292982578,0.998756051063538,0.0345432236790657,-0.0513099916279316,0.998085200786591,0.0227807946503162,0.203924834728241,0.978721439838409,0.00351627287454903,0.0255607664585114,0.999667048454285,0.00172689056489617,0.00594534166157246,0.999980926513672,-0.00365558150224388,0.00144144881051034,0.999992311000824,0.0849718600511551,0.00204156641848385,0.996381223201752,0.00299033219926059,-0.0497748292982578,0.998756051063538,
  651. -0.00365558150224388,0.00144144881051034,0.999992311000824,-0.00235277437604964,0.00131335610058159,0.999996304512024,-0.405890047550201,0.0067052086815238,0.913897275924683,0.225613653659821,-0.00674355728551745,0.974193513393402,0.0849718600511551,0.00204156641848385,0.996381223201752,-0.704115867614746,-0.049771424382925,0.708338618278503,-0.644518613815308,0.00204123370349407,0.764585912227631,-0.720107734203339,-0.0359733812510967,0.692929089069366,-0.68133282661438,-0.0512390807271004,0.73017817735672,-0.704115867614746,-0.049771424382925,0.708338618278503,-0.720107734203339,-0.0359733812510967,0.692929089069366,-0.644518613815308,0.00204123370349407,0.764585912227631,-0.529191613197327,-0.0067372303456068,0.848475635051727,-0.720107734203339,-0.0359733812510967,0.692929089069366,-0.709043800830841,0.00438462384045124,0.705150723457336,-0.70616626739502,0.000158803522936068,0.708046078681946,-0.70855450630188,0.000327955582179129,0.705656111240387,-0.709662973880768,0.00357651966623962,0.704532206058502,-0.711424827575684,0.00366045348346233,0.702752709388733,-0.708979547023773,-0.0134872058406472,0.705100059509277,-0.708173453807831,0.0537838749587536,0.703987061977386,-0.708044648170471,-0.00221299822442234,0.706164240837097,-0.70825183391571,-0.000759377959184349,0.705959439277649,-0.357248187065125,0.00500857690349221,0.933995962142944,-0.695835173130035,-0.0636580586433411,0.715374767780304,-0.70880913734436,-0.000651184585876763,0.705400049686432,-0.708662927150726,0.00209899083711207,0.705544054508209,-0.672421813011169,-0.306510210037231,0.673721313476563,-0.945553064346313,0.00394799839705229,0.32544407248497,-0.826180160045624,-0.145011484622955,0.544424653053284,-0.668999671936035,-0.018411485478282,0.743034720420837,-0.708038032054901,-0.00954255647957325,0.706109881401062,-0.707197546958923,-0.041350819170475,0.705805778503418,-0.70825183391571,-0.000759377959184349,0.705959439277649,-0.70880913734436,-0.000651184585876763,0.705400049686432,-0.945553064346313,0.00394799839705229,0.32544407248497,
  652. -0.357248187065125,0.00500857690349221,0.933995962142944,-0.770060300827026,0.000675234186928719,0.637970745563507,-0.717328131198883,-9.05373381101526e-005,0.696735501289368,-0.668999671936035,-0.018411485478282,0.743034720420837,-0.826180160045624,-0.145011484622955,0.544424653053284,-0.415013074874878,0.00533278752118349,0.909799873828888,-0.701285839080811,-0.0805412232875824,0.708315789699554,-0.689514100551605,-0.0765326246619225,0.720217227935791,-0.701285839080811,-0.0805412232875824,0.708315789699554,-0.501330673694611,0.220749899744987,0.836622416973114,-0.689514100551605,-0.0765326246619225,0.720217227935791,-0.691554546356201,0.0137134324759245,0.722194135189056,-0.630809307098389,0.00843811128288507,0.775891959667206,-0.682924628257751,0.225991919636726,0.694652140140533,-0.0789789035916328,-0.0142650939524174,0.996774256229401,-0.696378767490387,0.241578742861748,0.675793051719666,-0.873826622962952,-0.0698856636881828,0.481189072132111,-0.720107734203339,-0.0359733812510967,0.692929089069366,-0.720107734203339,-0.0359733812510967,0.692929089069366,-0.783303737640381,-0.0833024606108665,0.616032361984253,-0.840280294418335,0.00891466252505779,0.542079031467438,-0.415013074874878,0.00533278752118349,0.909799873828888,-0.89274924993515,-0.106433473527431,0.437802225351334,-0.885908842086792,0.120379291474819,0.447966873645782,-0.863313138484955,-0.00911417417228222,0.504586279392242,-0.713073909282684,0.115932784974575,0.691437065601349,-0.501330673694611,0.220749899744987,0.836622416973114,-0.623003542423248,0.167842358350754,0.76399964094162,-0.710160672664642,-0.13005231320858,0.69192361831665,-0.704018115997314,0.00832026358693838,0.71013331413269,-0.709073960781097,-0.00193906261119992,0.705131471157074,-0.574204385280609,0.00121745688375086,0.81871110200882,-0.707958877086639,-0.0536365360021591,0.704214036464691,-0.707958877086639,-0.0536365360021591,0.704214036464691,-0.708686470985413,0.000445906160166487,0.705523431301117,-0.704018115997314,0.00832026358693838,0.71013331413269,-0.690440952777863,-0.169974133372307,0.703135967254639,
  653. -0.61935430765152,-0.022317249327898,0.784794330596924,-0.826660513877869,0.00175486027728766,0.562698125839233,-0.702417433261871,0.191193804144859,0.685605227947235,-0.733918428421021,-0.024752352386713,0.67878645658493,-0.703725814819336,-0.107772260904312,0.702249944210052,-0.688111484050751,0.206551641225815,0.695585370063782,-0.36443167924881,0.0013042310019955,0.93122923374176,-0.692650437355042,-0.0233292505145073,0.720896065235138,-0.690440952777863,-0.169974133372307,0.703135967254639,-0.702417433261871,0.191193804144859,0.685605227947235,-0.722678124904633,-0.0436873473227024,0.689802765846252,-0.61935430765152,-0.022317249327898,0.784794330596924,-0.733918428421021,-0.024752352386713,0.67878645658493,-0.36443167924881,0.0013042310019955,0.93122923374176,-0.826660513877869,0.00175486027728766,0.562698125839233,-0.724680960178375,-0.0427326485514641,0.687758207321167,-0.781862854957581,0.00486186007037759,0.623431503772736,-0.499058097600937,-0.0063888500444591,0.866544961929321,-0.320662975311279,-0.159020498394966,0.933749258518219,-0.683099806308746,0.0219608508050442,0.729994654655457,-0.692650437355042,-0.0233292505145073,0.720896065235138,-0.722678124904633,-0.0436873473227024,0.689802765846252,-0.959889888763428,0.00329899950884283,0.280357986688614,-0.320662975311279,-0.159020498394966,0.933749258518219,-0.692849576473236,-0.00550136575475335,0.721061110496521,-0.678857028484344,0.0304524321109056,0.733638763427734,-0.724680960178375,-0.0427326485514641,0.687758207321167,-0.708060562610626,0.000479761831229553,0.706151485443115,-0.708797991275787,0.000242077352595516,0.705411493778229,-0.711277425289154,0.00147599156480283,0.702909767627716,-0.70810455083847,0.00462225126102567,0.706092596054077,-0.719680309295654,-0.000688503670971841,0.694305241107941,-0.712964653968811,0.00632087700068951,0.701171517372131,-0.707548320293427,0.0766803920269012,0.702492296695709,-0.652604401111603,0.00209155771881342,0.757695972919464,-0.709677278995514,-0.048417791724205,0.702861189842224,-0.708345472812653,0.0250281020998955,0.705422043800354,
  654. -0.708060562610626,0.000479761831229553,0.706151485443115,-0.70810455083847,0.00462225126102567,0.706092596054077,-0.707942008972168,0.00265753245912492,0.70626562833786,-0.652604401111603,0.00209155771881342,0.757695972919464,-0.726335287094116,8.69309587869793e-005,0.687340676784515,-0.719680309295654,-0.000688503670971841,0.694305241107941,-0.784133672714233,0.000387443433282897,0.620591759681702,-0.709677278995514,-0.048417791724205,0.702861189842224,-0.707942008972168,0.00265753245912492,0.70626562833786,-0.702946126461029,0.000162208409165032,0.711243152618408,-0.646579563617706,0.000146182093885727,0.762846529483795,-0.707795381546021,-0.0286270119249821,0.705837190151215,-0.320662975311279,-0.159020498394966,0.933749258518219,-0.707795381546021,-0.0286270119249821,0.705837190151215,-0.692849576473236,-0.00550136575475335,0.721061110496521,-0.320662975311279,-0.159020498394966,0.933749258518219,-0.819323182106018,-0.00127353309653699,0.573330521583557,-0.705675721168518,-0.0824343115091324,0.703723251819611,-0.712964653968811,0.00632087700068951,0.701171517372131,-0.719680309295654,-0.000688503670971841,0.694305241107941,-0.726335287094116,8.69309587869793e-005,0.687340676784515,-0.819323182106018,-0.00127353309653699,0.573330521583557,-0.719680309295654,-0.000688503670971841,0.694305241107941,-0.702417433261871,0.191193804144859,0.685605227947235,-0.826660513877869,0.00175486027728766,0.562698125839233,-0.708797991275787,0.000242077352595516,0.705411493778229,-0.708060562610626,0.000479761831229553,0.706151485443115,-0.722678124904633,-0.0436873473227024,0.689802765846252,-0.702417433261871,0.191193804144859,0.685605227947235,-0.708060562610626,0.000479761831229553,0.706151485443115,-0.708345472812653,0.0250281020998955,0.705422043800354,-0.700075507164001,0.124194875359535,0.703185617923737,-0.959889888763428,0.00329899950884283,0.280357986688614,-0.722678124904633,-0.0436873473227024,0.689802765846252,-0.700075507164001,0.124194875359535,0.703185617923737,-0.647966861724854,-0.00165643508080393,0.761666834354401,
  655. -0.320662975311279,-0.159020498394966,0.933749258518219,-0.499058097600937,-0.0063888500444591,0.866544961929321,-0.646579563617706,0.000146182093885727,0.762846529483795,-0.724680960178375,-0.0427326485514641,0.687758207321167,-0.678857028484344,0.0304524321109056,0.733638763427734,-0.718776881694794,0.0281076524406672,0.694672346115112,-0.957884609699249,0.287018179893494,0.0088122021406889,-0.945553064346313,0.00394799839705229,0.32544407248497,-0.672421813011169,-0.306510210037231,0.673721313476563,-0.703725814819336,-0.107772260904312,0.702249944210052,-0.733918428421021,-0.024752352386713,0.67878645658493,-0.357248187065125,0.00500857690349221,0.933995962142944,-0.945553064346313,0.00394799839705229,0.32544407248497,-0.733918428421021,-0.024752352386713,0.67878645658493,-0.61935430765152,-0.022317249327898,0.784794330596924,-0.695835173130035,-0.0636580586433411,0.715374767780304,-0.357248187065125,0.00500857690349221,0.933995962142944,-0.61935430765152,-0.022317249327898,0.784794330596924,-0.690440952777863,-0.169974133372307,0.703135967254639,-0.671568810939789,0.310002505779266,0.672973811626434,-0.695835173130035,-0.0636580586433411,0.715374767780304,-0.690440952777863,-0.169974133372307,0.703135967254639,-0.692650437355042,-0.0233292505145073,0.720896065235138,-0.246322438120842,-0.00711405929178,0.969161868095398,-0.671568810939789,0.310002505779266,0.672973811626434,-0.692650437355042,-0.0233292505145073,0.720896065235138,-0.683099806308746,0.0219608508050442,0.729994654655457,-0.957884609699249,0.287018179893494,0.0088122021406889,-0.926563560962677,0.00373382214456797,0.376119643449783,-0.781862854957581,0.00486186007037759,0.623431503772736,-0.724680960178375,-0.0427326485514641,0.687758207321167,-0.957884609699249,0.287018179893494,0.0088122021406889,-0.70589953660965,0.0891794040799141,0.702675521373749,-0.798170745372772,-0.00199171900749207,0.602428019046783,-0.957884609699249,0.287018179893494,0.0088122021406889,-0.718776881694794,0.0281076524406672,0.694672346115112,-0.70589953660965,0.0891794040799141,0.702675521373749,
  656. -0.826180160045624,-0.145011484622955,0.544424653053284,-0.707197546958923,-0.041350819170475,0.705805778503418,-0.770060300827026,0.000675234186928719,0.637970745563507,-0.798170745372772,-0.00199171900749207,0.602428019046783,-0.926563560962677,0.00373382214456797,0.376119643449783,-0.957884609699249,0.287018179893494,0.0088122021406889,-0.706522226333618,0.078792966902256,0.703290820121765,-0.745429933071136,-0.000384998682420701,0.666583836078644,-0.709073960781097,-0.00193906261119992,0.705131471157074,-0.704018115997314,0.00832026358693838,0.71013331413269,-0.708686470985413,0.000445906160166487,0.705523431301117,-0.706522226333618,0.078792966902256,0.703290820121765,-0.704018115997314,0.00832026358693838,0.71013331413269,-0.0789789035916328,-0.0142650939524174,0.996774256229401,-0.682924628257751,0.225991919636726,0.694652140140533,-0.708662927150726,0.00209899083711207,0.705544054508209,-0.70880913734436,-0.000651184585876763,0.705400049686432,-0.720107734203339,-0.0359733812510967,0.692929089069366,-0.840280294418335,0.00891466252505779,0.542079031467438,-0.749310612678528,-0.000998895382508636,0.662217795848846,-0.749310612678528,-0.000998895382508636,0.662217795848846,-0.708322107791901,0.0227018985897303,0.705524206161499,-0.720107734203339,-0.0359733812510967,0.692929089069366,-0.668999671936035,-0.018411485478282,0.743034720420837,-0.707678914070129,0.0195937920361757,0.706262409687042,-0.708038032054901,-0.00954255647957325,0.706109881401062,-0.665449380874634,-8.32803634693846e-005,0.746443033218384,-0.707678914070129,0.0195937920361757,0.706262409687042,-0.668999671936035,-0.018411485478282,0.743034720420837,-0.665449380874634,-8.32803634693846e-005,0.746443033218384,-0.668999671936035,-0.018411485478282,0.743034720420837,-0.717328131198883,-9.05373381101526e-005,0.696735501289368,-0.933229804039001,0.00671106809750199,0.359217315912247,-0.704521179199219,-0.168826401233673,0.689309477806091,-0.630809307098389,0.00843811128288507,0.775891959667206,-0.691554546356201,0.0137134324759245,0.722194135189056,
  657. -0.873826622962952,-0.0698856636881828,0.481189072132111,-0.68133282661438,-0.0512390807271004,0.73017817735672,-0.720107734203339,-0.0359733812510967,0.692929089069366,-0.720107734203339,-0.0359733812510967,0.692929089069366,-0.529191613197327,-0.0067372303456068,0.848475635051727,-0.783303737640381,-0.0833024606108665,0.616032361984253,-0.914083182811737,0.34800598025322,0.208191394805908,-0.830203771591187,0.00627019116654992,0.55742484331131,-0.89274924993515,-0.106433473527431,0.437802225351334,-0.689514100551605,-0.0765326246619225,0.720217227935791,-0.827795028686523,-0.00236493139527738,0.56102579832077,-0.708067417144775,0.0192138496786356,0.705883324146271,-0.707604885101318,0.00236784457229078,0.706604301929474,-0.707004427909851,0.000274797203019261,0.70720899105072,-0.708067417144775,0.0192138496786356,0.705883324146271,-0.713073909282684,0.115932784974575,0.691437065601349,-0.710160672664642,-0.13005231320858,0.69192361831665,-0.707610368728638,-0.00334930489771068,0.706594884395599,-0.707604885101318,0.00236784457229078,0.706604301929474,-0.699138760566711,2.35805473494111e-005,0.714985966682434,-0.647966861724854,-0.00165643508080393,0.761666834354401,-0.649854838848114,-0.0409307144582272,0.758955419063568,-0.707795381546021,-0.0286270119249821,0.705837190151215,-0.646579563617706,0.000146182093885727,0.762846529483795,-0.70616626739502,0.000158803522936068,0.708046078681946,-0.709043800830841,0.00438462384045124,0.705150723457336,-0.707264602184296,-0.0616652779281139,0.704254329204559,-0.708979547023773,-0.0134872058406472,0.705100059509277,-0.711424827575684,0.00366045348346233,0.702752709388733,-0.678857028484344,0.0304524321109056,0.733638763427734,-0.692849576473236,-0.00550136575475335,0.721061110496521,-0.688063085079193,0.206979215145111,0.69550621509552,-0.712369441986084,-0.0156223895028234,0.701630890369415,-0.718776881694794,0.0281076524406672,0.694672346115112,-0.678857028484344,0.0304524321109056,0.733638763427734,-0.712369441986084,-0.0156223895028234,0.701630890369415,-0.672521889209747,-0.30613762140274,0.673790872097015,
  658. -0.781862854957581,0.00486186007037759,0.623431503772736,-0.926563560962677,0.00373382214456797,0.376119643449783,-0.246322438120842,-0.00711405929178,0.969161868095398,-0.683099806308746,0.0219608508050442,0.729994654655457,-0.499058097600937,-0.0063888500444591,0.866544961929321,-0.781862854957581,0.00486186007037759,0.623431503772736,-0.683099806308746,0.0219608508050442,0.729994654655457,-0.959889888763428,0.00329899950884283,0.280357986688614,-0.709073960781097,-0.00193906261119992,0.705131471157074,-0.745429933071136,-0.000384998682420701,0.666583836078644,-0.687459588050842,-1.23453219202929e-005,0.726222693920136,-0.764011561870575,-0.000265217880951241,0.645202577114105,-0.708946406841278,-0.0269086733460426,0.704748809337616,-0.707678914070129,0.0195937920361757,0.706262409687042,-0.665449380874634,-8.32803634693846e-005,0.746443033218384,-0.708322107791901,0.0227018985897303,0.705524206161499,-0.696378767490387,0.241578742861748,0.675793051719666,-0.720107734203339,-0.0359733812510967,0.692929089069366,-0.708038032054901,-0.00954255647957325,0.706109881401062,-0.708044648170471,-0.00221299822442234,0.706164240837097,-0.695835173130035,-0.0636580586433411,0.715374767780304,-0.671568810939789,0.310002505779266,0.672973811626434,-0.707197546958923,-0.041350819170475,0.705805778503418,-0.770060300827026,0.000675234186928719,0.637970745563507,-0.707197546958923,-0.041350819170475,0.705805778503418,-0.671568810939789,0.310002505779266,0.672973811626434,-0.246322438120842,-0.00711405929178,0.969161868095398,-0.687459588050842,-1.23453219202929e-005,0.726222693920136,-0.574204385280609,0.00121745688375086,0.81871110200882,-0.709073960781097,-0.00193906261119992,0.705131471157074,-0.784133672714233,0.000387443433282897,0.620591759681702,-0.699138760566711,2.35805473494111e-005,0.714985966682434,-0.649854838848114,-0.0409307144582272,0.758955419063568,-0.649854838848114,-0.0409307144582272,0.758955419063568,-0.70360803604126,0.0011866542045027,0.7105872631073,-0.709677278995514,-0.048417791724205,0.702861189842224,
  659. -0.784133672714233,0.000387443433282897,0.620591759681702,-0.70360803604126,0.0011866542045027,0.7105872631073,-0.708345472812653,0.0250281020998955,0.705422043800354,-0.709677278995514,-0.048417791724205,0.702861189842224,-0.700075507164001,0.124194875359535,0.703185617923737,-0.708345472812653,0.0250281020998955,0.705422043800354,-0.70360803604126,0.0011866542045027,0.7105872631073,-0.647966861724854,-0.00165643508080393,0.761666834354401,-0.700075507164001,0.124194875359535,0.703185617923737,-0.70360803604126,0.0011866542045027,0.7105872631073,-0.649854838848114,-0.0409307144582272,0.758955419063568,-0.699138760566711,2.35805473494111e-005,0.714985966682434,-0.70616626739502,0.000158803522936068,0.708046078681946,-0.646579563617706,0.000146182093885727,0.762846529483795,-0.499058097600937,-0.0063888500444591,0.866544961929321,-0.959889888763428,0.00329899950884283,0.280357986688614,-0.647966861724854,-0.00165643508080393,0.761666834354401,-0.885908842086792,0.120379291474819,0.447966873645782,-0.325618922710419,0.00441426318138838,0.945490717887878,-0.713116347789764,-0.0147042721509933,0.700891494750977,-0.863313138484955,-0.00911417417228222,0.504586279392242,-0.885908842086792,0.120379291474819,0.447966873645782,-0.713116347789764,-0.0147042721509933,0.700891494750977,-0.764011561870575,-0.000265217880951241,0.645202577114105,-0.863313138484955,-0.00911417417228222,0.504586279392242,-0.713116347789764,-0.0147042721509933,0.700891494750977,-0.713116347789764,-0.0147042721509933,0.700891494750977,-0.723384201526642,0.00475119333714247,0.690429329872131,-0.708946406841278,-0.0269086733460426,0.704748809337616,-0.764011561870575,-0.000265217880951241,0.645202577114105,-0.718742072582245,-0.0926813185214996,0.689071834087372,-0.708946406841278,-0.0269086733460426,0.704748809337616,-0.723384201526642,0.00475119333714247,0.690429329872131,-0.723384201526642,0.00475119333714247,0.690429329872131,-0.53071516752243,-0.281610548496246,0.799397826194763,-0.718742072582245,-0.0926813185214996,0.689071834087372,-0.723384201526642,0.00475119333714247,0.690429329872131,
  660. -0.675935089588165,0.20401668548584,0.708158850669861,-0.53071516752243,-0.281610548496246,0.799397826194763,-0.704385995864868,0.0255628824234009,0.709356665611267,-0.675935089588165,0.20401668548584,0.708158850669861,-0.723384201526642,0.00475119333714247,0.690429329872131,-0.634744584560394,0.000389535241993144,0.772722005844116,-0.704385995864868,0.0255628824234009,0.709356665611267,-0.723384201526642,0.00475119333714247,0.690429329872131,-0.713116347789764,-0.0147042721509933,0.700891494750977,-0.325618922710419,0.00441426318138838,0.945490717887878,-0.634744584560394,0.000389535241993144,0.772722005844116,-0.713116347789764,-0.0147042721509933,0.700891494750977,-0.827795028686523,-0.00236493139527738,0.56102579832077,-0.830203771591187,0.00627019116654992,0.55742484331131,-0.914083182811737,0.34800598025322,0.208191394805908,-0.914083182811737,0.34800598025322,0.208191394805908,-0.708067417144775,0.0192138496786356,0.705883324146271,-0.827795028686523,-0.00236493139527738,0.56102579832077,-0.914083182811737,0.34800598025322,0.208191394805908,-0.713073909282684,0.115932784974575,0.691437065601349,-0.708067417144775,0.0192138496786356,0.705883324146271,-0.689514100551605,-0.0765326246619225,0.720217227935791,-0.501330673694611,0.220749899744987,0.836622416973114,-0.713073909282684,0.115932784974575,0.691437065601349,-0.914083182811737,0.34800598025322,0.208191394805908,-0.89274924993515,-0.106433473527431,0.437802225351334,-0.830203771591187,0.00627019116654992,0.55742484331131,-0.325618922710419,0.00441426318138838,0.945490717887878,-0.885908842086792,0.120379291474819,0.447966873645782,-0.689514100551605,-0.0765326246619225,0.720217227935791,-0.89274924993515,-0.106433473527431,0.437802225351334,-0.415013074874878,0.00533278752118349,0.909799873828888,-0.701285839080811,-0.0805412232875824,0.708315789699554,-0.688841760158539,0.165834784507751,0.705688178539276,-0.623003542423248,0.167842358350754,0.76399964094162,-0.501330673694611,0.220749899744987,0.836622416973114,-0.708173453807831,0.0537838749587536,0.703987061977386,
  661. -0.708979547023773,-0.0134872058406472,0.705100059509277,-0.709043800830841,0.00438462384045124,0.705150723457336,-0.709662973880768,0.00357651966623962,0.704532206058502,-0.709687650203705,-0.00446894392371178,0.704502284526825,-0.652604401111603,0.00209155771881342,0.757695972919464,-0.707548320293427,0.0766803920269012,0.702492296695709,-0.709673523902893,-0.00497676944360137,0.704513132572174,-0.711232662200928,0.00135063391644508,0.702955484390259,-0.708797991275787,0.000242077352595516,0.705411493778229,-0.726335287094116,8.69309587869793e-005,0.687340676784515,-0.652604401111603,0.00209155771881342,0.757695972919464,-0.711232662200928,0.00135063391644508,0.702955484390259,-0.711277425289154,0.00147599156480283,0.702909767627716,-0.826660513877869,0.00175486027728766,0.562698125839233,-0.36443167924881,0.0013042310019955,0.93122923374176,-0.819323182106018,-0.00127353309653699,0.573330521583557,-0.726335287094116,8.69309587869793e-005,0.687340676784515,-0.708797991275787,0.000242077352595516,0.705411493778229,-0.36443167924881,0.0013042310019955,0.93122923374176,-0.688111484050751,0.206551641225815,0.695585370063782,-0.705675721168518,-0.0824343115091324,0.703723251819611,-0.819323182106018,-0.00127353309653699,0.573330521583557,-0.688063085079193,0.206979215145111,0.69550621509552,-0.692849576473236,-0.00550136575475335,0.721061110496521,-0.707795381546021,-0.0286270119249821,0.705837190151215,-0.709043800830841,0.00438462384045124,0.705150723457336,-0.708979547023773,-0.0134872058406472,0.705100059509277,-0.707264602184296,-0.0616652779281139,0.704254329204559,-0.798170745372772,-0.00199171900749207,0.602428019046783,-0.574204385280609,0.00121745688375086,0.81871110200882,-0.687459588050842,-1.23453219202929e-005,0.726222693920136,-0.717328131198883,-9.05373381101526e-005,0.696735501289368,-0.770060300827026,0.000675234186928719,0.637970745563507,-0.246322438120842,-0.00711405929178,0.969161868095398,-0.926563560962677,0.00373382214456797,0.376119643449783,-0.707958877086639,-0.0536365360021591,0.704214036464691,
  662. -0.574204385280609,0.00121745688375086,0.81871110200882,-0.798170745372772,-0.00199171900749207,0.602428019046783,-0.70589953660965,0.0891794040799141,0.702675521373749,-0.708703756332397,0.00324558094143867,0.705498695373535,-0.708686470985413,0.000445906160166487,0.705523431301117,-0.707958877086639,-0.0536365360021591,0.704214036464691,-0.70589953660965,0.0891794040799141,0.702675521373749,-0.718776881694794,0.0281076524406672,0.694672346115112,-0.672521889209747,-0.30613762140274,0.673790872097015,-0.708703756332397,0.00324558094143867,0.705498695373535,-0.688841760158539,0.165834784507751,0.705688178539276,-0.701285839080811,-0.0805412232875824,0.708315789699554,-0.706522226333618,0.078792966902256,0.703290820121765,-0.708686470985413,0.000445906160166487,0.705523431301117,-0.701285839080811,-0.0805412232875824,0.708315789699554,-0.415013074874878,0.00533278752118349,0.909799873828888,-0.745429933071136,-0.000384998682420701,0.666583836078644,-0.706522226333618,0.078792966902256,0.703290820121765,-0.687459588050842,-1.23453219202929e-005,0.726222693920136,-0.745429933071136,-0.000384998682420701,0.666583836078644,-0.415013074874878,0.00533278752118349,0.909799873828888,-0.863313138484955,-0.00911417417228222,0.504586279392242,-0.764011561870575,-0.000265217880951241,0.645202577114105,-0.665449380874634,-8.32803634693846e-005,0.746443033218384,-0.717328131198883,-9.05373381101526e-005,0.696735501289368,-0.783303737640381,-0.0833024606108665,0.616032361984253,-0.529191613197327,-0.0067372303456068,0.848475635051727,-0.933229804039001,0.00671106809750199,0.359217315912247,-0.691554546356201,0.0137134324759245,0.722194135189056,-0.840280294418335,0.00891466252505779,0.542079031467438,-0.783303737640381,-0.0833024606108665,0.616032361984253,-0.691554546356201,0.0137134324759245,0.722194135189056,-0.0789789035916328,-0.0142650939524174,0.996774256229401,-0.749310612678528,-0.000998895382508636,0.662217795848846,-0.840280294418335,0.00891466252505779,0.542079031467438,-0.0789789035916328,-0.0142650939524174,0.996774256229401,
  663. -0.70880913734436,-0.000651184585876763,0.705400049686432,-0.70825183391571,-0.000759377959184349,0.705959439277649,-0.708044648170471,-0.00221299822442234,0.706164240837097,-0.708322107791901,0.0227018985897303,0.705524206161499,-0.749310612678528,-0.000998895382508636,0.662217795848846,-0.70825183391571,-0.000759377959184349,0.705959439277649,-0.707678914070129,0.0195937920361757,0.706262409687042,-0.708946406841278,-0.0269086733460426,0.704748809337616,-0.718742072582245,-0.0926813185214996,0.689071834087372,-0.696378767490387,0.241578742861748,0.675793051719666,-0.708322107791901,0.0227018985897303,0.705524206161499,-0.708044648170471,-0.00221299822442234,0.706164240837097,-0.708038032054901,-0.00954255647957325,0.706109881401062,-0.718742072582245,-0.0926813185214996,0.689071834087372,-0.53071516752243,-0.281610548496246,0.799397826194763,-0.873826622962952,-0.0698856636881828,0.481189072132111,-0.696378767490387,0.241578742861748,0.675793051719666,-0.53071516752243,-0.281610548496246,0.799397826194763,-0.675935089588165,0.20401668548584,0.708158850669861,-0.68133282661438,-0.0512390807271004,0.73017817735672,-0.873826622962952,-0.0698856636881828,0.481189072132111,-0.702946126461029,0.000162208409165032,0.711243152618408,-0.70855450630188,0.000327955582179129,0.705656111240387,-0.70616626739502,0.000158803522936068,0.708046078681946,-0.699138760566711,2.35805473494111e-005,0.714985966682434,-0.784133672714233,0.000387443433282897,0.620591759681702,-0.708757817745209,0.00131328764837235,0.705450534820557,-0.707593619823456,-0.0038620880804956,0.706609129905701,-0.704521179199219,-0.168826401233673,0.689309477806091,-0.933229804039001,0.00671106809750199,0.359217315912247,-0.707004427909851,0.000274797203019261,0.70720899105072,-0.701272010803223,0.000146559308632277,0.712893843650818,-0.634744584560394,0.000389535241993144,0.772722005844116,-0.325618922710419,0.00441426318138838,0.945490717887878,-0.830203771591187,0.00627019116654992,0.55742484331131,-0.827795028686523,-0.00236493139527738,0.56102579832077,-0.701272010803223,0.000146559308632277,0.712893843650818,
  664. -0.705741822719574,0.00290026655420661,0.708463191986084,-0.704385995864868,0.0255628824234009,0.709356665611267,-0.634744584560394,0.000389535241993144,0.772722005844116,-0.705741822719574,0.00290026655420661,0.708463191986084,-0.705873012542725,0.00594639824703336,0.708313405513763,-0.704115867614746,-0.049771424382925,0.708338618278503,-0.68133282661438,-0.0512390807271004,0.73017817735672,-0.675935089588165,0.20401668548584,0.708158850669861,-0.704385995864868,0.0255628824234009,0.709356665611267,-0.705873012542725,0.00594639824703336,0.708313405513763,-0.709702670574188,0.00144107721280307,0.704499781131744,-0.644518613815308,0.00204123370349407,0.764585912227631,-0.704115867614746,-0.049771424382925,0.708338618278503,-0.709702670574188,0.00144107721280307,0.704499781131744,-0.708757817745209,0.00131328764837235,0.705450534820557,-0.933229804039001,0.00671106809750199,0.359217315912247,-0.529191613197327,-0.0067372303456068,0.848475635051727,-0.644518613815308,0.00204123370349407,0.764585912227631,-0.998755753040314,-0.04977897554636,0.00299804378300905,-0.996383309364319,0.00204135640524328,0.0849476233124733,-0.999173760414124,-0.0358731858432293,-0.0191007144749165,-0.998075783252716,-0.0514927171170712,0.0345437936484814,-0.998755753040314,-0.04977897554636,0.00299804378300905,-0.999173760414124,-0.0358731858432293,-0.0191007144749165,-0.996383309364319,0.00204135640524328,0.0849476233124733,-0.974114298820496,-0.0067327250726521,0.225955829024315,-0.999173760414124,-0.0358731858432293,-0.0191007144749165,-0.999986588954926,0.00438570138067007,-0.00275683379732072,-0.999999105930328,0.000159096118295565,0.00133607711177319,-0.999997854232788,0.000328253081534058,-0.00204153964295983,-0.999986946582794,0.00357766426168382,-0.00364197371527553,-0.999974846839905,0.00360191543586552,-0.00611700210720301,-0.999904990196228,-0.013508633710444,-0.00274547562003136,-0.998548567295074,0.053777102380991,-0.00297829136252403,-0.999996662139893,-0.0022129905410111,-0.00132663862314075,-0.999998390674591,-0.000759369810111821,-0.00161836203187704,
  665. -0.913026452064514,0.0050125177949667,0.407869517803192,-0.997868239879608,-0.0637831017374992,0.013806750997901,-0.999996840953827,-0.000651188718620688,-0.00241392594762146,-0.999995350837708,0.00209926464594901,-0.00220743776299059,-0.951761186122894,-0.30683845281601,0.0009353511268273,-0.898617565631866,0.00395757053047419,-0.438714951276779,-0.969166040420532,-0.145017102360725,-0.199216037988663,-0.998459458351135,-0.0184198450297117,0.052338469773531,-0.99995356798172,-0.00953942444175482,-0.00136016425676644,-0.999144434928894,-0.0413449257612228,-0.000983688281849027,-0.999998390674591,-0.000759369810111821,-0.00161836203187704,-0.999996840953827,-0.000651188718620688,-0.00241392594762146,-0.898617565631866,0.00395757053047419,-0.438714951276779,-0.913026452064514,0.0050125177949667,0.407869517803192,-0.995628833770752,0.000675295887049288,-0.0933956354856491,-0.999894261360168,-9.05202032299712e-005,-0.014547367580235,-0.998459458351135,-0.0184198450297117,0.052338469773531,-0.969166040420532,-0.145017102360725,-0.199216037988663,-0.936746418476105,0.0053323907777667,0.349968075752258,-0.996737718582153,-0.0805565565824509,0.00496202893555164,-0.996815621852875,-0.0767165943980217,0.0217485204339027,-0.996737718582153,-0.0805565565824509,0.00496202893555164,-0.946131706237793,0.220610529184341,0.23699352145195,-0.996815621852875,-0.0767165943980217,0.0217485204339027,-0.999675750732422,0.01364307384938,0.0214996412396431,-0.994699239730835,0.008131954818964,0.102504909038544,-0.974085450172424,0.22602778673172,0.00829430297017097,-0.760735809803009,-0.0142643395811319,0.648904860019684,-0.970318377017975,0.241391286253929,-0.0145716816186905,-0.957990825176239,-0.0703984647989273,-0.27802437543869,-0.999173760414124,-0.0358731858432293,-0.0191007144749165,-0.999173760414124,-0.0358731858432293,-0.0191007144749165,-0.989472568035126,-0.0835321396589279,-0.118179321289063,-0.977465569972992,0.0089168893173337,-0.210906222462654,-0.936746418476105,0.0053323907777667,0.349968075752258,-0.940860986709595,-0.106396786868572,-0.321652501821518,
  666. -0.943421721458435,0.120338715612888,-0.308988690376282,-0.967344105243683,-0.0091120433062315,-0.253302723169327,-0.993149936199188,0.115840829908848,-0.0153006268665195,-0.946131706237793,0.220610529184341,0.23699352145195,-0.980797588825226,0.167660161852837,0.0996309742331505,-0.991415619850159,-0.130111783742905,-0.0128878066316247,-0.999955713748932,0.00839455705136061,0.00424621580168605,-0.999994456768036,-0.00203872169367969,-0.00261389091610909,-0.984920561313629,0.00121732812840492,0.173002749681473,-0.99855762720108,-0.0536243617534637,-0.00264780595898628,-0.99855762720108,-0.0536243617534637,-0.00264780595898628,-0.99999737739563,0.000458493886981159,-0.00223771715536714,-0.999955713748932,0.00839455705136061,0.00424621580168605,-0.985378086566925,-0.170149132609367,0.00890892185270786,-0.99287873506546,-0.0223351530730724,0.117016784846783,-0.9824138879776,0.00175445468630642,-0.186708331108093,-0.981470048427582,0.191246554255486,-0.0118841854855418,-0.998914420604706,-0.0248945951461792,-0.0393737442791462,-0.994123578071594,-0.108247302472591,-0.00092916376888752,-0.97842139005661,0.206551432609558,0.0052872858941555,-0.916238367557526,0.00130901555530727,0.400631368160248,-0.999526679515839,-0.0235175359994173,0.0198336280882359,-0.985378086566925,-0.170149132609367,0.00890892185270786,-0.981470048427582,0.191246554255486,-0.0118841854855418,-0.998770415782928,-0.0437851175665855,-0.0232465695589781,-0.99287873506546,-0.0223351530730724,0.117016784846783,-0.998914420604706,-0.0248945951461792,-0.0393737442791462,-0.916238367557526,0.00130901555530727,0.400631368160248,-0.9824138879776,0.00175445468630642,-0.186708331108093,-0.998739242553711,-0.0427224151790142,-0.0263544525951147,-0.993710041046143,0.00481359474360943,-0.111880272626877,-0.965612769126892,-0.00638611009344459,0.25990617275238,-0.887026309967041,-0.159102469682693,0.433440506458282,-0.999200046062469,0.0220216047018766,0.0333798229694366,-0.999526679515839,-0.0235175359994173,0.0198336280882359,-0.998770415782928,-0.0437851175665855,-0.0232465695589781,
  667. -0.876915454864502,0.00331040821038187,-0.480633348226547,-0.887026309967041,-0.159102469682693,0.433440506458282,-0.999785900115967,-0.00548491114750504,0.0199529062956572,-0.998766124248505,0.0307605545967817,0.0389869511127472,-0.998739242553711,-0.0427224151790142,-0.0263544525951147,-0.999998986721039,0.00047966605052352,-0.00134584889747202,-0.999997079372406,0.000241978719714098,-0.00240401457995176,-0.99998140335083,0.00147579179611057,-0.00591996312141418,-0.999988377094269,0.00462196487933397,-0.00140292674768716,-0.999838173389435,-0.000697368639521301,-0.0179817583411932,-0.999946236610413,0.00622582249343395,-0.00829275231808424,-0.997050225734711,0.0766675472259521,-0.003594123525545,-0.997236967086792,0.00209224014542997,0.0742561295628548,-0.998815834522247,-0.0484140403568745,-0.00479821721091866,-0.999685049057007,0.0250104032456875,-0.00206332607194781,-0.999998986721039,0.00047966605052352,-0.00134584889747202,-0.999988377094269,0.00462196487933397,-0.00140292674768716,-0.999995827674866,0.00265765772201121,-0.00116413319483399,-0.997236967086792,0.00209224014542997,0.0742561295628548,-0.999619543552399,8.70279254741035e-005,-0.0275824069976807,-0.999838173389435,-0.000697368639521301,-0.0179817583411932,-0.993288993835449,0.000386939005693421,-0.115657947957516,-0.998815834522247,-0.0484140403568745,-0.00479821721091866,-0.999995827674866,0.00265765772201121,-0.00116413319483399,-0.99998265504837,0.000162302312674001,0.00589511124417186,-0.996615827083588,0.000146359569043852,0.0822000801563263,-0.999589323997498,-0.0286255832761526,-0.00137751316651702,-0.887026309967041,-0.159102469682693,0.433440506458282,-0.999589323997498,-0.0286255832761526,-0.00137751316651702,-0.999785900115967,-0.00548491114750504,0.0199529062956572,-0.887026309967041,-0.159102469682693,0.433440506458282,-0.98477041721344,-0.00126936414744705,-0.173855111002922,-0.996592164039612,-0.0824743658304214,-0.00137263280339539,-0.999946236610413,0.00622582249343395,-0.00829275231808424,-0.999838173389435,-0.000697368639521301,-0.0179817583411932,
  668. -0.999619543552399,8.70279254741035e-005,-0.0275824069976807,-0.98477041721344,-0.00126936414744705,-0.173855111002922,-0.999838173389435,-0.000697368639521301,-0.0179817583411932,-0.981470048427582,0.191246554255486,-0.0118841854855418,-0.9824138879776,0.00175445468630642,-0.186708331108093,-0.999997079372406,0.000241978719714098,-0.00240401457995176,-0.999998986721039,0.00047966605052352,-0.00134584889747202,-0.998770415782928,-0.0437851175665855,-0.0232465695589781,-0.981470048427582,0.191246554255486,-0.0118841854855418,-0.999998986721039,0.00047966605052352,-0.00134584889747202,-0.999685049057007,0.0250104032456875,-0.00206332607194781,-0.992261350154877,0.124147564172745,0.00219437968917191,-0.876915454864502,0.00331040821038187,-0.480633348226547,-0.998770415782928,-0.0437851175665855,-0.0232465695589781,-0.992261350154877,0.124147564172745,0.00219437968917191,-0.996761977672577,-0.00165620923507959,0.0803909301757813,-0.887026309967041,-0.159102469682693,0.433440506458282,-0.965612769126892,-0.00638611009344459,0.25990617275238,-0.996615827083588,0.000146359569043852,0.0822000801563263,-0.998739242553711,-0.0427224151790142,-0.0263544525951147,-0.998766124248505,0.0307605545967817,0.0389869511127472,-0.99946403503418,0.0279501210898161,-0.0170450434088707,-0.68356192111969,0.287049621343613,-0.671077966690063,-0.898617565631866,0.00395757053047419,-0.438714951276779,-0.951761186122894,-0.30683845281601,0.0009353511268273,-0.994123578071594,-0.108247302472591,-0.00092916376888752,-0.998914420604706,-0.0248945951461792,-0.0393737442791462,-0.913026452064514,0.0050125177949667,0.407869517803192,-0.898617565631866,0.00395757053047419,-0.438714951276779,-0.998914420604706,-0.0248945951461792,-0.0393737442791462,-0.99287873506546,-0.0223351530730724,0.117016784846783,-0.997868239879608,-0.0637831017374992,0.013806750997901,-0.913026452064514,0.0050125177949667,0.407869517803192,-0.99287873506546,-0.0223351530730724,0.117016784846783,-0.985378086566925,-0.170149132609367,0.00890892185270786,-0.950810492038727,0.309771746397018,0.000991783104836941,
  669. -0.997868239879608,-0.0637831017374992,0.013806750997901,-0.985378086566925,-0.170149132609367,0.00890892185270786,-0.999526679515839,-0.0235175359994173,0.0198336280882359,-0.859411358833313,-0.00711165694519877,0.511235415935516,-0.950810492038727,0.309771746397018,0.000991783104836941,-0.999526679515839,-0.0235175359994173,0.0198336280882359,-0.999200046062469,0.0220216047018766,0.0333798229694366,-0.68356192111969,0.287049621343613,-0.671077966690063,-0.921069085597992,0.00373246311210096,-0.389381378889084,-0.993710041046143,0.00481359474360943,-0.111880272626877,-0.998739242553711,-0.0427224151790142,-0.0263544525951147,-0.68356192111969,0.287049621343613,-0.671077966690063,-0.996017336845398,0.0891308635473251,-0.0022855862043798,-0.990375339984894,-0.00199121609330177,-0.138393670320511,-0.68356192111969,0.287049621343613,-0.671077966690063,-0.99946403503418,0.0279501210898161,-0.0170450434088707,-0.996017336845398,0.0891308635473251,-0.0022855862043798,-0.969166040420532,-0.145017102360725,-0.199216037988663,-0.999144434928894,-0.0413449257612228,-0.000983688281849027,-0.995628833770752,0.000675295887049288,-0.0933956354856491,-0.990375339984894,-0.00199121609330177,-0.138393670320511,-0.921069085597992,0.00373246311210096,-0.389381378889084,-0.68356192111969,0.287049621343613,-0.671077966690063,-0.996887862682343,0.0787995681166649,-0.00228756060823798,-0.998443126678467,-0.000386218598578125,-0.0557783432304859,-0.999994456768036,-0.00203872169367969,-0.00261389091610909,-0.999955713748932,0.00839455705136061,0.00424621580168605,-0.99999737739563,0.000458493886981159,-0.00223771715536714,-0.996887862682343,0.0787995681166649,-0.00228756060823798,-0.999955713748932,0.00839455705136061,0.00424621580168605,-0.760735809803009,-0.0142643395811319,0.648904860019684,-0.974085450172424,0.22602778673172,0.00829430297017097,-0.999995350837708,0.00209926464594901,-0.00220743776299059,-0.999996840953827,-0.000651188718620688,-0.00241392594762146,-0.999173760414124,-0.0358731858432293,-0.0191007144749165,-0.977465569972992,0.0089168893173337,-0.210906222462654,
  670. -0.998100697994232,-0.000999385141767561,-0.0615969598293304,-0.998100697994232,-0.000999385141767561,-0.0615969598293304,-0.999740302562714,0.0227020997554064,-0.00197340082377195,-0.999173760414124,-0.0358731858432293,-0.0191007144749165,-0.998459458351135,-0.0184198450297117,0.052338469773531,-0.99980753660202,0.0195936728268862,-0.000996221555396914,-0.99995356798172,-0.00953942444175482,-0.00136016425676644,-0.998358488082886,-8.31848446978256e-005,0.0572746098041534,-0.99980753660202,0.0195936728268862,-0.000996221555396914,-0.998459458351135,-0.0184198450297117,0.052338469773531,-0.998358488082886,-8.31848446978256e-005,0.0572746098041534,-0.998459458351135,-0.0184198450297117,0.052338469773531,-0.999894261360168,-9.05202032299712e-005,-0.014547367580235,-0.913820445537567,0.0067147989757359,-0.406062781810761,-0.985571503639221,-0.168918013572693,-0.0107455020770431,-0.994699239730835,0.008131954818964,0.102504909038544,-0.999675750732422,0.01364307384938,0.0214996412396431,-0.957990825176239,-0.0703984647989273,-0.27802437543869,-0.998075783252716,-0.0514927171170712,0.0345437936484814,-0.999173760414124,-0.0358731858432293,-0.0191007144749165,-0.999173760414124,-0.0358731858432293,-0.0191007144749165,-0.974114298820496,-0.0067327250726521,0.225955829024315,-0.989472568035126,-0.0835321396589279,-0.118179321289063,-0.793599247932434,0.347875207662582,-0.499182492494583,-0.981179714202881,0.00627014460042119,-0.192995354533196,-0.940860986709595,-0.106396786868572,-0.321652501821518,-0.996815621852875,-0.0767165943980217,0.0217485204339027,-0.982044696807861,-0.002363798674196,-0.188633546233177,-0.99981427192688,0.0192055888473988,-0.00154815753921866,-0.999996960163116,0.00236831442452967,-0.000711291970219463,-0.99999988079071,0.000274808640824631,0.000132800574647263,-0.99981427192688,0.0192055888473988,-0.00154815753921866,-0.993149936199188,0.115840829908848,-0.0153006268665195,-0.991415619850159,-0.130111783742905,-0.0128878066316247,-0.999994218349457,-0.00335060968063772,-0.000720978656318039,-0.999996960163116,0.00236831442452967,-0.000711291970219463,
  671. -0.999937236309052,2.35433490161086e-005,0.0111987562850118,-0.996761977672577,-0.00165620923507959,0.0803909301757813,-0.996181786060333,-0.0409107841551304,0.0771249309182167,-0.999589323997498,-0.0286255832761526,-0.00137751316651702,-0.996615827083588,0.000146359569043852,0.0822000801563263,-0.999999105930328,0.000159096118295565,0.00133607711177319,-0.999986588954926,0.00438570138067007,-0.00275683379732072,-0.998092710971832,-0.0616963505744934,-0.00212135189212859,-0.999904990196228,-0.013508633710444,-0.00274547562003136,-0.999974846839905,0.00360191543586552,-0.00611700210720301,-0.998766124248505,0.0307605545967817,0.0389869511127472,-0.999785900115967,-0.00548491114750504,0.0199529062956572,-0.978328883647919,0.206989750266075,0.00526499142870307,-0.99984735250473,-0.0157868880778551,-0.00749193085357547,-0.99946403503418,0.0279501210898161,-0.0170450434088707,-0.998766124248505,0.0307605545967817,0.0389869511127472,-0.99984735250473,-0.0157868880778551,-0.00749193085357547,-0.951884567737579,-0.306455463171005,0.000913226860575378,-0.993710041046143,0.00481359474360943,-0.111880272626877,-0.921069085597992,0.00373246311210096,-0.389381378889084,-0.859411358833313,-0.00711165694519877,0.511235415935516,-0.999200046062469,0.0220216047018766,0.0333798229694366,-0.965612769126892,-0.00638611009344459,0.25990617275238,-0.993710041046143,0.00481359474360943,-0.111880272626877,-0.999200046062469,0.0220216047018766,0.0333798229694366,-0.876915454864502,0.00331040821038187,-0.480633348226547,-0.999994456768036,-0.00203872169367969,-0.00261389091610909,-0.998443126678467,-0.000386218598578125,-0.0557783432304859,-0.999622225761414,-1.20480563055025e-005,0.0274867843836546,-0.996468782424927,-0.000265469803707674,-0.0839639082551003,-0.99963366985321,-0.0269023161381483,-0.00296156806871295,-0.99980753660202,0.0195936728268862,-0.000996221555396914,-0.998358488082886,-8.31848446978256e-005,0.0572746098041534,-0.999740302562714,0.0227020997554064,-0.00197340082377195,-0.970318377017975,0.241391286253929,-0.0145716816186905,
  672. -0.999173760414124,-0.0358731858432293,-0.0191007144749165,-0.99995356798172,-0.00953942444175482,-0.00136016425676644,-0.999996662139893,-0.0022129905410111,-0.00132663862314075,-0.997868239879608,-0.0637831017374992,0.013806750997901,-0.950810492038727,0.309771746397018,0.000991783104836941,-0.999144434928894,-0.0413449257612228,-0.000983688281849027,-0.995628833770752,0.000675295887049288,-0.0933956354856491,-0.999144434928894,-0.0413449257612228,-0.000983688281849027,-0.950810492038727,0.309771746397018,0.000991783104836941,-0.859411358833313,-0.00711165694519877,0.511235415935516,-0.999622225761414,-1.20480563055025e-005,0.0274867843836546,-0.984920561313629,0.00121732812840492,0.173002749681473,-0.999994456768036,-0.00203872169367969,-0.00261389091610909,-0.993288993835449,0.000386939005693421,-0.115657947957516,-0.999937236309052,2.35433490161086e-005,0.0111987562850118,-0.996181786060333,-0.0409107841551304,0.0771249309182167,-0.996181786060333,-0.0409107841551304,0.0771249309182167,-0.999987423419952,0.00115550472401083,0.0048886020667851,-0.998815834522247,-0.0484140403568745,-0.00479821721091866,-0.993288993835449,0.000386939005693421,-0.115657947957516,-0.999987423419952,0.00115550472401083,0.0048886020667851,-0.999685049057007,0.0250104032456875,-0.00206332607194781,-0.998815834522247,-0.0484140403568745,-0.00479821721091866,-0.992261350154877,0.124147564172745,0.00219437968917191,-0.999685049057007,0.0250104032456875,-0.00206332607194781,-0.999987423419952,0.00115550472401083,0.0048886020667851,-0.996761977672577,-0.00165620923507959,0.0803909301757813,-0.992261350154877,0.124147564172745,0.00219437968917191,-0.999987423419952,0.00115550472401083,0.0048886020667851,-0.996181786060333,-0.0409107841551304,0.0771249309182167,-0.999937236309052,2.35433490161086e-005,0.0111987562850118,-0.999999105930328,0.000159096118295565,0.00133607711177319,-0.996615827083588,0.000146359569043852,0.0822000801563263,-0.965612769126892,-0.00638611009344459,0.25990617275238,-0.876915454864502,0.00331040821038187,-0.480633348226547,
  673. -0.996761977672577,-0.00165620923507959,0.0803909301757813,-0.943421721458435,0.120338715612888,-0.308988690376282,-0.898681402206421,0.00441247038543224,0.438579887151718,-0.999854922294617,-0.0147953042760491,-0.00843627844005823,-0.967344105243683,-0.0091120433062315,-0.253302723169327,-0.943421721458435,0.120338715612888,-0.308988690376282,-0.999854922294617,-0.0147953042760491,-0.00843627844005823,-0.996468782424927,-0.000265469803707674,-0.0839639082551003,-0.967344105243683,-0.0091120433062315,-0.253302723169327,-0.999854922294617,-0.0147953042760491,-0.00843627844005823,-0.999854922294617,-0.0147953042760491,-0.00843627844005823,-0.999712526798248,0.0049436567351222,-0.0234597511589527,-0.99963366985321,-0.0269023161381483,-0.00296156806871295,-0.996468782424927,-0.000265469803707674,-0.0839639082551003,-0.995453774929047,-0.0929075703024864,-0.02097680978477,-0.99963366985321,-0.0269023161381483,-0.00296156806871295,-0.999712526798248,0.0049436567351222,-0.0234597511589527,-0.999712526798248,0.0049436567351222,-0.0234597511589527,-0.940728783607483,-0.281488209962845,0.189192667603493,-0.995453774929047,-0.0929075703024864,-0.02097680978477,-0.999712526798248,0.0049436567351222,-0.0234597511589527,-0.978794872760773,0.203571856021881,0.0227830614894629,-0.940728783607483,-0.281488209962845,0.189192667603493,-0.99966698884964,0.025563407689333,0.00352289760485291,-0.978794872760773,0.203571856021881,0.0227830614894629,-0.999712526798248,0.0049436567351222,-0.0234597511589527,-0.99523138999939,0.000389606459066272,0.0975410789251328,-0.99966698884964,0.025563407689333,0.00352289760485291,-0.999712526798248,0.0049436567351222,-0.0234597511589527,-0.999854922294617,-0.0147953042760491,-0.00843627844005823,-0.898681402206421,0.00441247038543224,0.438579887151718,-0.99523138999939,0.000389606459066272,0.0975410789251328,-0.999854922294617,-0.0147953042760491,-0.00843627844005823,-0.982044696807861,-0.002363798674196,-0.188633546233177,-0.981179714202881,0.00627014460042119,-0.192995354533196,-0.793599247932434,0.347875207662582,-0.499182492494583,
  674. -0.793599247932434,0.347875207662582,-0.499182492494583,-0.99981427192688,0.0192055888473988,-0.00154815753921866,-0.982044696807861,-0.002363798674196,-0.188633546233177,-0.793599247932434,0.347875207662582,-0.499182492494583,-0.993149936199188,0.115840829908848,-0.0153006268665195,-0.99981427192688,0.0192055888473988,-0.00154815753921866,-0.996815621852875,-0.0767165943980217,0.0217485204339027,-0.946131706237793,0.220610529184341,0.23699352145195,-0.993149936199188,0.115840829908848,-0.0153006268665195,-0.793599247932434,0.347875207662582,-0.499182492494583,-0.940860986709595,-0.106396786868572,-0.321652501821518,-0.981179714202881,0.00627014460042119,-0.192995354533196,-0.898681402206421,0.00441247038543224,0.438579887151718,-0.943421721458435,0.120338715612888,-0.308988690376282,-0.996815621852875,-0.0767165943980217,0.0217485204339027,-0.940860986709595,-0.106396786868572,-0.321652501821518,-0.936746418476105,0.0053323907777667,0.349968075752258,-0.996737718582153,-0.0805565565824509,0.00496202893555164,-0.986072957515717,0.165886521339417,0.0119104357436299,-0.980797588825226,0.167660161852837,0.0996309742331505,-0.946131706237793,0.220610529184341,0.23699352145195,-0.998548567295074,0.053777102380991,-0.00297829136252403,-0.999904990196228,-0.013508633710444,-0.00274547562003136,-0.999986588954926,0.00438570138067007,-0.00275683379732072,-0.999986946582794,0.00357766426168382,-0.00364197371527553,-0.999983251094818,-0.00447029666975141,-0.00367999542504549,-0.997236967086792,0.00209224014542997,0.0742561295628548,-0.997050225734711,0.0766675472259521,-0.003594123525545,-0.999980926513672,-0.00497807236388326,-0.00366235384717584,-0.999981939792633,0.00135075254365802,-0.00584583869203925,-0.999997079372406,0.000241978719714098,-0.00240401457995176,-0.999619543552399,8.70279254741035e-005,-0.0275824069976807,-0.997236967086792,0.00209224014542997,0.0742561295628548,-0.999981939792633,0.00135075254365802,-0.00584583869203925,-0.99998140335083,0.00147579179611057,-0.00591996312141418,-0.9824138879776,0.00175445468630642,-0.186708331108093,
  675. -0.916238367557526,0.00130901555530727,0.400631368160248,-0.98477041721344,-0.00126936414744705,-0.173855111002922,-0.999619543552399,8.70279254741035e-005,-0.0275824069976807,-0.999997079372406,0.000241978719714098,-0.00240401457995176,-0.916238367557526,0.00130901555530727,0.400631368160248,-0.97842139005661,0.206551432609558,0.0052872858941555,-0.996592164039612,-0.0824743658304214,-0.00137263280339539,-0.98477041721344,-0.00126936414744705,-0.173855111002922,-0.978328883647919,0.206989750266075,0.00526499142870307,-0.999785900115967,-0.00548491114750504,0.0199529062956572,-0.999589323997498,-0.0286255832761526,-0.00137751316651702,-0.999986588954926,0.00438570138067007,-0.00275683379732072,-0.999904990196228,-0.013508633710444,-0.00274547562003136,-0.998092710971832,-0.0616963505744934,-0.00212135189212859,-0.990375339984894,-0.00199121609330177,-0.138393670320511,-0.984920561313629,0.00121732812840492,0.173002749681473,-0.999622225761414,-1.20480563055025e-005,0.0274867843836546,-0.999894261360168,-9.05202032299712e-005,-0.014547367580235,-0.995628833770752,0.000675295887049288,-0.0933956354856491,-0.859411358833313,-0.00711165694519877,0.511235415935516,-0.921069085597992,0.00373246311210096,-0.389381378889084,-0.99855762720108,-0.0536243617534637,-0.00264780595898628,-0.984920561313629,0.00121732812840492,0.173002749681473,-0.990375339984894,-0.00199121609330177,-0.138393670320511,-0.996017336845398,0.0891308635473251,-0.0022855862043798,-0.999992191791534,0.00324602052569389,-0.00226834742352366,-0.99999737739563,0.000458493886981159,-0.00223771715536714,-0.99855762720108,-0.0536243617534637,-0.00264780595898628,-0.996017336845398,0.0891308635473251,-0.0022855862043798,-0.99946403503418,0.0279501210898161,-0.0170450434088707,-0.951884567737579,-0.306455463171005,0.000913226860575378,-0.999992191791534,0.00324602052569389,-0.00226834742352366,-0.986072957515717,0.165886521339417,0.0119104357436299,-0.996737718582153,-0.0805565565824509,0.00496202893555164,-0.996887862682343,0.0787995681166649,-0.00228756060823798,
  676. -0.99999737739563,0.000458493886981159,-0.00223771715536714,-0.996737718582153,-0.0805565565824509,0.00496202893555164,-0.936746418476105,0.0053323907777667,0.349968075752258,-0.998443126678467,-0.000386218598578125,-0.0557783432304859,-0.996887862682343,0.0787995681166649,-0.00228756060823798,-0.999622225761414,-1.20480563055025e-005,0.0274867843836546,-0.998443126678467,-0.000386218598578125,-0.0557783432304859,-0.936746418476105,0.0053323907777667,0.349968075752258,-0.967344105243683,-0.0091120433062315,-0.253302723169327,-0.996468782424927,-0.000265469803707674,-0.0839639082551003,-0.998358488082886,-8.31848446978256e-005,0.0572746098041534,-0.999894261360168,-9.05202032299712e-005,-0.014547367580235,-0.989472568035126,-0.0835321396589279,-0.118179321289063,-0.974114298820496,-0.0067327250726521,0.225955829024315,-0.913820445537567,0.0067147989757359,-0.406062781810761,-0.999675750732422,0.01364307384938,0.0214996412396431,-0.977465569972992,0.0089168893173337,-0.210906222462654,-0.989472568035126,-0.0835321396589279,-0.118179321289063,-0.999675750732422,0.01364307384938,0.0214996412396431,-0.760735809803009,-0.0142643395811319,0.648904860019684,-0.998100697994232,-0.000999385141767561,-0.0615969598293304,-0.977465569972992,0.0089168893173337,-0.210906222462654,-0.760735809803009,-0.0142643395811319,0.648904860019684,-0.999996840953827,-0.000651188718620688,-0.00241392594762146,-0.999998390674591,-0.000759369810111821,-0.00161836203187704,-0.999996662139893,-0.0022129905410111,-0.00132663862314075,-0.999740302562714,0.0227020997554064,-0.00197340082377195,-0.998100697994232,-0.000999385141767561,-0.0615969598293304,-0.999998390674591,-0.000759369810111821,-0.00161836203187704,-0.99980753660202,0.0195936728268862,-0.000996221555396914,-0.99963366985321,-0.0269023161381483,-0.00296156806871295,-0.995453774929047,-0.0929075703024864,-0.02097680978477,-0.970318377017975,0.241391286253929,-0.0145716816186905,-0.999740302562714,0.0227020997554064,-0.00197340082377195,-0.999996662139893,-0.0022129905410111,-0.00132663862314075,
  677. -0.99995356798172,-0.00953942444175482,-0.00136016425676644,-0.995453774929047,-0.0929075703024864,-0.02097680978477,-0.940728783607483,-0.281488209962845,0.189192667603493,-0.957990825176239,-0.0703984647989273,-0.27802437543869,-0.970318377017975,0.241391286253929,-0.0145716816186905,-0.940728783607483,-0.281488209962845,0.189192667603493,-0.978794872760773,0.203571856021881,0.0227830614894629,-0.998075783252716,-0.0514927171170712,0.0345437936484814,-0.957990825176239,-0.0703984647989273,-0.27802437543869,-0.99998265504837,0.000162302312674001,0.00589511124417186,-0.999997854232788,0.000328253081534058,-0.00204153964295983,-0.999999105930328,0.000159096118295565,0.00133607711177319,-0.999937236309052,2.35433490161086e-005,0.0111987562850118,-0.993288993835449,0.000386939005693421,-0.115657947957516,-0.999996304512024,0.00131327984854579,-0.00233881245367229,-0.999992311000824,-0.00386258866637945,-0.000699125637765974,-0.985571503639221,-0.168918013572693,-0.0107455020770431,-0.913820445537567,0.0067147989757359,-0.406062781810761,-0.99999988079071,0.000274808640824631,0.000132800574647263,-0.999966561794281,0.000147103826748207,0.00818048976361752,-0.99523138999939,0.000389606459066272,0.0975410789251328,-0.898681402206421,0.00441247038543224,0.438579887151718,-0.981179714202881,0.00627014460042119,-0.192995354533196,-0.982044696807861,-0.002363798674196,-0.188633546233177,-0.999966561794281,0.000147103826748207,0.00818048976361752,-0.999993920326233,0.00289824907667935,0.00193379307165742,-0.99966698884964,0.025563407689333,0.00352289760485291,-0.99523138999939,0.000389606459066272,0.0975410789251328,-0.999993920326233,0.00289824907667935,0.00193379307165742,-0.999980866909027,0.00594606390222907,0.00173421972431242,-0.998755753040314,-0.04977897554636,0.00299804378300905,-0.998075783252716,-0.0514927171170712,0.0345437936484814,-0.978794872760773,0.203571856021881,0.0227830614894629,-0.99966698884964,0.025563407689333,0.00352289760485291,-0.999980866909027,0.00594606390222907,0.00173421972431242,-0.999992311000824,0.00144137756433338,-0.00365440803579986,
  678. -0.996383309364319,0.00204135640524328,0.0849476233124733,-0.998755753040314,-0.04977897554636,0.00299804378300905,-0.999992311000824,0.00144137756433338,-0.00365440803579986,-0.999996304512024,0.00131327984854579,-0.00233881245367229,-0.913820445537567,0.0067147989757359,-0.406062781810761,-0.974114298820496,-0.0067327250726521,0.225955829024315,-0.996383309364319,0.00204135640524328,0.0849476233124733,-0.708356022834778,-0.0497843436896801,-0.704097509384155,-0.764599621295929,0.0020407612901181,-0.644502341747284,-0.692911863327026,-0.036049410700798,-0.720120489597321,-0.730186402797699,-0.0513077527284622,-0.681318759918213,-0.708356022834778,-0.0497843436896801,-0.704097509384155,-0.692911863327026,-0.036049410700798,-0.720120489597321,-0.764599621295929,0.0020407612901181,-0.644502341747284,-0.848436832427979,-0.0067390357144177,-0.529253840446472,-0.692911863327026,-0.036049410700798,-0.720120489597321,-0.705143988132477,0.00438617030158639,-0.709050595760345,-0.708052456378937,0.00015918374992907,-0.706159830093384,-0.705662131309509,0.00032829336123541,-0.708548426628113,-0.704514145851135,0.00357791152782738,-0.70968097448349,-0.7028449177742,0.00358955143019557,-0.711333990097046,-0.705094754695892,-0.0134917562827468,-0.708984613418579,-0.703965902328491,0.053775180131197,-0.70819503068924,-0.706165492534637,-0.00221260054968297,-0.708043456077576,-0.705958724021912,-0.000759438902605325,-0.708252489566803,-0.933905065059662,0.0050045414827764,-0.357486397027969,-0.7153639793396,-0.0636948943138123,-0.695842981338501,-0.705403447151184,-0.000651304901111871,-0.708805799484253,-0.705542683601379,0.00209935614839196,-0.708664357662201,-0.67370879650116,-0.306576877832413,-0.672403991222382,-0.325290113687515,0.00395047850906849,-0.945605993270874,-0.544641613960266,-0.145104229450226,-0.826020777225494,-0.74322110414505,-0.0185480900108814,-0.668788731098175,-0.706110537052155,-0.00954326055943966,-0.708037316799164,-0.705800771713257,-0.0413511842489243,-0.707202315330505,-0.705958724021912,-0.000759438902605325,-0.708252489566803,
  679. -0.705403447151184,-0.000651304901111871,-0.708805799484253,-0.325290113687515,0.00395047850906849,-0.945605993270874,-0.933905065059662,0.0050045414827764,-0.357486397027969,-0.637919545173645,0.000675820803735405,-0.770102739334106,-0.696831226348877,-9.0376939624548e-005,-0.717235088348389,-0.74322110414505,-0.0185480900108814,-0.668788731098175,-0.544641613960266,-0.145104229450226,-0.826020777225494,-0.90981787443161,0.00533557403832674,-0.414973527193069,-0.708312630653381,-0.080542229115963,-0.701288998126984,-0.720111310482025,-0.0765247642993927,-0.689625859260559,-0.708312630653381,-0.080542229115963,-0.701288998126984,-0.836565554141998,0.220688030123711,-0.501452803611755,-0.720111310482025,-0.0765247642993927,-0.689625859260559,-0.722191572189331,0.0137579869478941,-0.691556215286255,-0.775920510292053,0.00875127967447042,-0.630770206451416,-0.694584488868713,0.22630786895752,-0.682888805866241,-0.996789216995239,-0.0142696388065815,-0.0787883773446083,-0.675800859928131,0.241551578044891,-0.69638067483902,-0.48095515370369,-0.0699729695916176,-0.873948514461517,-0.692911863327026,-0.036049410700798,-0.720120489597321,-0.692911863327026,-0.036049410700798,-0.720120489597321,-0.615626811981201,-0.0833969339728355,-0.783612489700317,-0.541927874088287,0.00891608558595181,-0.840377748012543,-0.90981787443161,0.00533557403832674,-0.414973527193069,-0.437989413738251,-0.106486402451992,-0.892651081085205,-0.448270261287689,0.120269306004047,-0.885770261287689,-0.504588544368744,-0.00911091547459364,-0.86331182718277,-0.691437423229218,0.115924164652824,-0.71307498216629,-0.836565554141998,0.220688030123711,-0.501452803611755,-0.76399165391922,0.168137446045876,-0.622933804988861,-0.691932439804077,-0.129966244101524,-0.710167765617371,-0.710131525993347,0.00835872441530228,-0.7040194272995,-0.705266058444977,-0.00201017432846129,-0.708939790725708,-0.818797767162323,0.00121778307948262,-0.574080765247345,-0.704211354255676,-0.0536337271332741,-0.707961678504944,-0.704211354255676,-0.0536337271332741,-0.707961678504944,
  680. -0.705522358417511,0.00045030761975795,-0.708687543869019,-0.710131525993347,0.00835872441530228,-0.7040194272995,-0.703323066234589,-0.169879138469696,-0.690273702144623,-0.784868717193604,-0.0223677512258291,-0.619258105754852,-0.562850296497345,0.00176809937693179,-0.826556980609894,-0.685609996318817,0.191172510385513,-0.702418744564056,-0.678578794002533,-0.024868369102478,-0.734106421470642,-0.702455759048462,-0.108248241245747,-0.703447461128235,-0.695600032806396,0.206495836377144,-0.688113391399384,-0.931156754493713,0.00130731076933444,-0.364616811275482,-0.721108257770538,-0.0233217589557171,-0.692429721355438,-0.703323066234589,-0.169879138469696,-0.690273702144623,-0.685609996318817,0.191172510385513,-0.702418744564056,-0.689803421497345,-0.0436792932450771,-0.722678005695343,-0.784868717193604,-0.0223677512258291,-0.619258105754852,-0.678578794002533,-0.024868369102478,-0.734106421470642,-0.931156754493713,0.00130731076933444,-0.364616811275482,-0.562850296497345,0.00176809937693179,-0.826556980609894,-0.687964558601379,-0.04272635653615,-0.724485456943512,-0.623904705047607,0.00470517110079527,-0.78148627281189,-0.866551339626312,-0.00638686306774616,-0.499047040939331,-0.933713972568512,-0.15905000269413,-0.320751398801804,-0.730218172073364,0.0220073312520981,-0.682859539985657,-0.721108257770538,-0.0233217589557171,-0.692429721355438,-0.689803421497345,-0.0436792932450771,-0.722678005695343,-0.280485659837723,0.00329175684601069,-0.959852516651154,-0.933713972568512,-0.15905000269413,-0.320751398801804,-0.721068382263184,-0.00551737705245614,-0.692842066287994,-0.733897805213928,0.0306676011532545,-0.678567230701447,-0.687964558601379,-0.04272635653615,-0.724485456943512,-0.706146061420441,0.000479760230518878,-0.708065986633301,-0.705403208732605,0.000242072579567321,-0.708806216716766,-0.702916264533997,0.00147590273991227,-0.711271226406097,-0.706096887588501,0.00462428107857704,-0.708100080490112,-0.694321632385254,-0.000675073941238225,-0.719664454460144,-0.701293289661407,0.00620246957987547,-0.712845861911774,
  681. -0.702471137046814,0.0766656398773193,-0.707570970058441,-0.757669866085052,0.00209219381213188,-0.652634620666504,-0.702864348888397,-0.0484210029244423,-0.709673821926117,-0.705416560173035,0.0250269416719675,-0.708351016044617,-0.706146061420441,0.000479760230518878,-0.708065986633301,-0.706096887588501,0.00462428107857704,-0.708100080490112,-0.706269919872284,0.00265827984549105,-0.707937717437744,-0.757669866085052,0.00209219381213188,-0.652634620666504,-0.687350749969482,8.73092358233407e-005,-0.726325690746307,-0.694321632385254,-0.000675073941238225,-0.719664454460144,-0.620618939399719,0.00038761185714975,-0.784112215042114,-0.702864348888397,-0.0484210029244423,-0.709673821926117,-0.706269919872284,0.00265827984549105,-0.707937717437744,-0.711261570453644,0.000162138239829801,-0.702927470207214,-0.762847661972046,0.000146052218042314,-0.646578192710876,-0.705842018127441,-0.0286338571459055,-0.707790434360504,-0.933713972568512,-0.15905000269413,-0.320751398801804,-0.705842018127441,-0.0286338571459055,-0.707790434360504,-0.721068382263184,-0.00551737705245614,-0.692842066287994,-0.933713972568512,-0.15905000269413,-0.320751398801804,-0.573464930057526,-0.00127354473806918,-0.819229006767273,-0.703732192516327,-0.0824384465813637,-0.705666244029999,-0.701293289661407,0.00620246957987547,-0.712845861911774,-0.694321632385254,-0.000675073941238225,-0.719664454460144,-0.687350749969482,8.73092358233407e-005,-0.726325690746307,-0.573464930057526,-0.00127354473806918,-0.819229006767273,-0.694321632385254,-0.000675073941238225,-0.719664454460144,-0.685609996318817,0.191172510385513,-0.702418744564056,-0.562850296497345,0.00176809937693179,-0.826556980609894,-0.705403208732605,0.000242072579567321,-0.708806216716766,-0.706146061420441,0.000479760230518878,-0.708065986633301,-0.689803421497345,-0.0436792932450771,-0.722678005695343,-0.685609996318817,0.191172510385513,-0.702418744564056,-0.706146061420441,0.000479760230518878,-0.708065986633301,-0.705416560173035,0.0250269416719675,-0.708351016044617,-0.703176915645599,0.124198973178864,-0.700083494186401,
  682. -0.280485659837723,0.00329175684601069,-0.959852516651154,-0.689803421497345,-0.0436792932450771,-0.722678005695343,-0.703176915645599,0.124198973178864,-0.700083494186401,-0.761666476726532,-0.00165702356025577,-0.647967159748077,-0.933713972568512,-0.15905000269413,-0.320751398801804,-0.866551339626312,-0.00638686306774616,-0.499047040939331,-0.762847661972046,0.000146052218042314,-0.646578192710876,-0.687964558601379,-0.04272635653615,-0.724485456943512,-0.733897805213928,0.0306676011532545,-0.678567230701447,-0.694669485092163,0.0281782615929842,-0.718776941299438,-0.0088168028742075,0.287069261074066,-0.957869231700897,-0.325290113687515,0.00395047850906849,-0.945605993270874,-0.67370879650116,-0.306576877832413,-0.672403991222382,-0.702455759048462,-0.108248241245747,-0.703447461128235,-0.678578794002533,-0.024868369102478,-0.734106421470642,-0.933905065059662,0.0050045414827764,-0.357486397027969,-0.325290113687515,0.00395047850906849,-0.945605993270874,-0.678578794002533,-0.024868369102478,-0.734106421470642,-0.784868717193604,-0.0223677512258291,-0.619258105754852,-0.7153639793396,-0.0636948943138123,-0.695842981338501,-0.933905065059662,0.0050045414827764,-0.357486397027969,-0.784868717193604,-0.0223677512258291,-0.619258105754852,-0.703323066234589,-0.169879138469696,-0.690273702144623,-0.672943592071533,0.310095995664597,-0.671555936336517,-0.7153639793396,-0.0636948943138123,-0.695842981338501,-0.703323066234589,-0.169879138469696,-0.690273702144623,-0.721108257770538,-0.0233217589557171,-0.692429721355438,-0.969188988208771,-0.00711813988164067,-0.246215134859085,-0.672943592071533,0.310095995664597,-0.671555936336517,-0.721108257770538,-0.0233217589557171,-0.692429721355438,-0.730218172073364,0.0220073312520981,-0.682859539985657,-0.0088168028742075,0.287069261074066,-0.957869231700897,-0.376339465379715,0.00373650598339736,-0.926474273204803,-0.623904705047607,0.00470517110079527,-0.78148627281189,-0.687964558601379,-0.04272635653615,-0.724485456943512,-0.0088168028742075,0.287069261074066,-0.957869231700897,
  683. -0.702670633792877,0.0891782268881798,-0.705904543399811,-0.602362036705017,-0.00199275161139667,-0.79822051525116,-0.0088168028742075,0.287069261074066,-0.957869231700897,-0.694669485092163,0.0281782615929842,-0.718776941299438,-0.702670633792877,0.0891782268881798,-0.705904543399811,-0.544641613960266,-0.145104229450226,-0.826020777225494,-0.705800771713257,-0.0413511842489243,-0.707202315330505,-0.637919545173645,0.000675820803735405,-0.770102739334106,-0.602362036705017,-0.00199275161139667,-0.79822051525116,-0.376339465379715,0.00373650598339736,-0.926474273204803,-0.0088168028742075,0.287069261074066,-0.957869231700897,-0.70329225063324,0.0787858963012695,-0.70652163028717,-0.666577816009521,-0.000386290776077658,-0.745435357093811,-0.705266058444977,-0.00201017432846129,-0.708939790725708,-0.710131525993347,0.00835872441530228,-0.7040194272995,-0.705522358417511,0.00045030761975795,-0.708687543869019,-0.70329225063324,0.0787858963012695,-0.70652163028717,-0.710131525993347,0.00835872441530228,-0.7040194272995,-0.996789216995239,-0.0142696388065815,-0.0787883773446083,-0.694584488868713,0.22630786895752,-0.682888805866241,-0.705542683601379,0.00209935614839196,-0.708664357662201,-0.705403447151184,-0.000651304901111871,-0.708805799484253,-0.692911863327026,-0.036049410700798,-0.720120489597321,-0.541927874088287,0.00891608558595181,-0.840377748012543,-0.662231922149658,-0.000998382223770022,-0.749298274517059,-0.662231922149658,-0.000998382223770022,-0.749298274517059,-0.705533146858215,0.022699361667037,-0.708313286304474,-0.692911863327026,-0.036049410700798,-0.720120489597321,-0.74322110414505,-0.0185480900108814,-0.668788731098175,-0.706270456314087,0.0195951387286186,-0.70767080783844,-0.706110537052155,-0.00954326055943966,-0.708037316799164,-0.746441066265106,-8.30072749522515e-005,-0.665451467037201,-0.706270456314087,0.0195951387286186,-0.70767080783844,-0.74322110414505,-0.0185480900108814,-0.668788731098175,-0.746441066265106,-8.30072749522515e-005,-0.665451467037201,-0.74322110414505,-0.0185480900108814,-0.668788731098175,
  684. -0.696831226348877,-9.0376939624548e-005,-0.717235088348389,-0.359333008527756,0.00670548202469945,-0.933185219764709,-0.689323484897614,-0.16872426867485,-0.704532027244568,-0.775920510292053,0.00875127967447042,-0.630770206451416,-0.722191572189331,0.0137579869478941,-0.691556215286255,-0.48095515370369,-0.0699729695916176,-0.873948514461517,-0.730186402797699,-0.0513077527284622,-0.681318759918213,-0.692911863327026,-0.036049410700798,-0.720120489597321,-0.692911863327026,-0.036049410700798,-0.720120489597321,-0.848436832427979,-0.0067390357144177,-0.529253840446472,-0.615626811981201,-0.0833969339728355,-0.783612489700317,-0.208043202757835,0.347789376974106,-0.914199411869049,-0.557439267635345,0.00627187173813581,-0.830194115638733,-0.437989413738251,-0.106486402451992,-0.892651081085205,-0.720111310482025,-0.0765247642993927,-0.689625859260559,-0.560995817184448,-0.00236665224656463,-0.827815234661102,-0.705879628658295,0.0192127786576748,-0.708071351051331,-0.706600427627563,0.00236859824508429,-0.707608759403229,-0.707209706306458,0.000274889287538826,-0.707003772258759,-0.705879628658295,0.0192127786576748,-0.708071351051331,-0.691437423229218,0.115924164652824,-0.71307498216629,-0.691932439804077,-0.129966244101524,-0.710167765617371,-0.706591069698334,-0.00335075287148356,-0.707614183425903,-0.706600427627563,0.00236859824508429,-0.707608759403229,-0.715009152889252,2.35373609029921e-005,-0.699115037918091,-0.761666476726532,-0.00165702356025577,-0.647967159748077,-0.759038150310516,-0.0408719144761562,-0.649761974811554,-0.705842018127441,-0.0286338571459055,-0.707790434360504,-0.762847661972046,0.000146052218042314,-0.646578192710876,-0.708052456378937,0.00015918374992907,-0.706159830093384,-0.705143988132477,0.00438617030158639,-0.709050595760345,-0.704262495040894,-0.0616695247590542,-0.707256138324738,-0.705094754695892,-0.0134917562827468,-0.708984613418579,-0.7028449177742,0.00358955143019557,-0.711333990097046,-0.733897805213928,0.0306676011532545,-0.678567230701447,-0.721068382263184,-0.00551737705245614,-0.692842066287994,
  685. -0.695518672466278,0.206935033202171,-0.688063740730286,-0.701847612857819,-0.0155380312353373,-0.712157607078552,-0.694669485092163,0.0281782615929842,-0.718776941299438,-0.733897805213928,0.0306676011532545,-0.678567230701447,-0.701847612857819,-0.0155380312353373,-0.712157607078552,-0.673781394958496,-0.306188464164734,-0.672508299350739,-0.623904705047607,0.00470517110079527,-0.78148627281189,-0.376339465379715,0.00373650598339736,-0.926474273204803,-0.969188988208771,-0.00711813988164067,-0.246215134859085,-0.730218172073364,0.0220073312520981,-0.682859539985657,-0.866551339626312,-0.00638686306774616,-0.499047040939331,-0.623904705047607,0.00470517110079527,-0.78148627281189,-0.730218172073364,0.0220073312520981,-0.682859539985657,-0.280485659837723,0.00329175684601069,-0.959852516651154,-0.705266058444977,-0.00201017432846129,-0.708939790725708,-0.666577816009521,-0.000386290776077658,-0.745435357093811,-0.72631573677063,-1.18048701551743e-005,-0.687361240386963,-0.64519202709198,-0.000265108828898519,-0.764020442962646,-0.704757690429688,-0.0269044078886509,-0.70893782377243,-0.706270456314087,0.0195951387286186,-0.70767080783844,-0.746441066265106,-8.30072749522515e-005,-0.665451467037201,-0.705533146858215,0.022699361667037,-0.708313286304474,-0.675800859928131,0.241551578044891,-0.69638067483902,-0.692911863327026,-0.036049410700798,-0.720120489597321,-0.706110537052155,-0.00954326055943966,-0.708037316799164,-0.706165492534637,-0.00221260054968297,-0.708043456077576,-0.7153639793396,-0.0636948943138123,-0.695842981338501,-0.672943592071533,0.310095995664597,-0.671555936336517,-0.705800771713257,-0.0413511842489243,-0.707202315330505,-0.637919545173645,0.000675820803735405,-0.770102739334106,-0.705800771713257,-0.0413511842489243,-0.707202315330505,-0.672943592071533,0.310095995664597,-0.671555936336517,-0.969188988208771,-0.00711813988164067,-0.246215134859085,-0.72631573677063,-1.18048701551743e-005,-0.687361240386963,-0.818797767162323,0.00121778307948262,-0.574080765247345,-0.705266058444977,-0.00201017432846129,-0.708939790725708,
  686. -0.620618939399719,0.00038761185714975,-0.784112215042114,-0.715009152889252,2.35373609029921e-005,-0.699115037918091,-0.759038150310516,-0.0408719144761562,-0.649761974811554,-0.759038150310516,-0.0408719144761562,-0.649761974811554,-0.71056342124939,0.00113756617065519,-0.703632116317749,-0.702864348888397,-0.0484210029244423,-0.709673821926117,-0.620618939399719,0.00038761185714975,-0.784112215042114,-0.71056342124939,0.00113756617065519,-0.703632116317749,-0.705416560173035,0.0250269416719675,-0.708351016044617,-0.702864348888397,-0.0484210029244423,-0.709673821926117,-0.703176915645599,0.124198973178864,-0.700083494186401,-0.705416560173035,0.0250269416719675,-0.708351016044617,-0.71056342124939,0.00113756617065519,-0.703632116317749,-0.761666476726532,-0.00165702356025577,-0.647967159748077,-0.703176915645599,0.124198973178864,-0.700083494186401,-0.71056342124939,0.00113756617065519,-0.703632116317749,-0.759038150310516,-0.0408719144761562,-0.649761974811554,-0.715009152889252,2.35373609029921e-005,-0.699115037918091,-0.708052456378937,0.00015918374992907,-0.706159830093384,-0.762847661972046,0.000146052218042314,-0.646578192710876,-0.866551339626312,-0.00638686306774616,-0.499047040939331,-0.280485659837723,0.00329175684601069,-0.959852516651154,-0.761666476726532,-0.00165702356025577,-0.647967159748077,-0.448270261287689,0.120269306004047,-0.885770261287689,-0.945583164691925,0.00441287271678448,-0.325350522994995,-0.700897753238678,-0.0147701157256961,-0.713108837604523,-0.504588544368744,-0.00911091547459364,-0.86331182718277,-0.448270261287689,0.120269306004047,-0.885770261287689,-0.700897753238678,-0.0147701157256961,-0.713108837604523,-0.64519202709198,-0.000265108828898519,-0.764020442962646,-0.504588544368744,-0.00911091547459364,-0.86331182718277,-0.700897753238678,-0.0147701157256961,-0.713108837604523,-0.700897753238678,-0.0147701157256961,-0.713108837604523,-0.690363228321075,0.00479663070291281,-0.72344708442688,-0.704757690429688,-0.0269044078886509,-0.70893782377243,-0.64519202709198,-0.000265108828898519,-0.764020442962646,
  687. -0.689082503318787,-0.092656098306179,-0.718735218048096,-0.704757690429688,-0.0269044078886509,-0.70893782377243,-0.690363228321075,0.00479663070291281,-0.72344708442688,-0.690363228321075,0.00479663070291281,-0.72344708442688,-0.799271821975708,-0.281248956918716,-0.531096518039703,-0.689082503318787,-0.092656098306179,-0.718735218048096,-0.690363228321075,0.00479663070291281,-0.72344708442688,-0.708172619342804,0.203920692205429,-0.67594963312149,-0.799271821975708,-0.281248956918716,-0.531096518039703,-0.709371387958527,0.0255660805851221,-0.704371154308319,-0.708172619342804,0.203920692205429,-0.67594963312149,-0.690363228321075,0.00479663070291281,-0.72344708442688,-0.772728383541107,0.000388701126212254,-0.634736776351929,-0.709371387958527,0.0255660805851221,-0.704371154308319,-0.690363228321075,0.00479663070291281,-0.72344708442688,-0.700897753238678,-0.0147701157256961,-0.713108837604523,-0.945583164691925,0.00441287271678448,-0.325350522994995,-0.772728383541107,0.000388701126212254,-0.634736776351929,-0.700897753238678,-0.0147701157256961,-0.713108837604523,-0.560995817184448,-0.00236665224656463,-0.827815234661102,-0.557439267635345,0.00627187173813581,-0.830194115638733,-0.208043202757835,0.347789376974106,-0.914199411869049,-0.208043202757835,0.347789376974106,-0.914199411869049,-0.705879628658295,0.0192127786576748,-0.708071351051331,-0.560995817184448,-0.00236665224656463,-0.827815234661102,-0.208043202757835,0.347789376974106,-0.914199411869049,-0.691437423229218,0.115924164652824,-0.71307498216629,-0.705879628658295,0.0192127786576748,-0.708071351051331,-0.720111310482025,-0.0765247642993927,-0.689625859260559,-0.836565554141998,0.220688030123711,-0.501452803611755,-0.691437423229218,0.115924164652824,-0.71307498216629,-0.208043202757835,0.347789376974106,-0.914199411869049,-0.437989413738251,-0.106486402451992,-0.892651081085205,-0.557439267635345,0.00627187173813581,-0.830194115638733,-0.945583164691925,0.00441287271678448,-0.325350522994995,-0.448270261287689,0.120269306004047,-0.885770261287689,
  688. -0.720111310482025,-0.0765247642993927,-0.689625859260559,-0.437989413738251,-0.106486402451992,-0.892651081085205,-0.90981787443161,0.00533557403832674,-0.414973527193069,-0.708312630653381,-0.080542229115963,-0.701288998126984,-0.705634236335754,0.166149720549583,-0.688821136951447,-0.76399165391922,0.168137446045876,-0.622933804988861,-0.836565554141998,0.220688030123711,-0.501452803611755,-0.703965902328491,0.053775180131197,-0.70819503068924,-0.705094754695892,-0.0134917562827468,-0.708984613418579,-0.705143988132477,0.00438617030158639,-0.709050595760345,-0.704514145851135,0.00357791152782738,-0.70968097448349,-0.704483866691589,-0.00446966430172324,-0.709705948829651,-0.757669866085052,0.00209219381213188,-0.652634620666504,-0.702471137046814,0.0766656398773193,-0.707570970058441,-0.704494714736938,-0.00497703766450286,-0.709691882133484,-0.702946364879608,0.00135044858325273,-0.711241722106934,-0.705403208732605,0.000242072579567321,-0.708806216716766,-0.687350749969482,8.73092358233407e-005,-0.726325690746307,-0.757669866085052,0.00209219381213188,-0.652634620666504,-0.702946364879608,0.00135044858325273,-0.711241722106934,-0.702916264533997,0.00147590273991227,-0.711271226406097,-0.562850296497345,0.00176809937693179,-0.826556980609894,-0.931156754493713,0.00130731076933444,-0.364616811275482,-0.573464930057526,-0.00127354473806918,-0.819229006767273,-0.687350749969482,8.73092358233407e-005,-0.726325690746307,-0.705403208732605,0.000242072579567321,-0.708806216716766,-0.931156754493713,0.00130731076933444,-0.364616811275482,-0.695600032806396,0.206495836377144,-0.688113391399384,-0.703732192516327,-0.0824384465813637,-0.705666244029999,-0.573464930057526,-0.00127354473806918,-0.819229006767273,-0.695518672466278,0.206935033202171,-0.688063740730286,-0.721068382263184,-0.00551737705245614,-0.692842066287994,-0.705842018127441,-0.0286338571459055,-0.707790434360504,-0.705143988132477,0.00438617030158639,-0.709050595760345,-0.705094754695892,-0.0134917562827468,-0.708984613418579,-0.704262495040894,-0.0616695247590542,-0.707256138324738,
  689. -0.602362036705017,-0.00199275161139667,-0.79822051525116,-0.818797767162323,0.00121778307948262,-0.574080765247345,-0.72631573677063,-1.18048701551743e-005,-0.687361240386963,-0.696831226348877,-9.0376939624548e-005,-0.717235088348389,-0.637919545173645,0.000675820803735405,-0.770102739334106,-0.969188988208771,-0.00711813988164067,-0.246215134859085,-0.376339465379715,0.00373650598339736,-0.926474273204803,-0.704211354255676,-0.0536337271332741,-0.707961678504944,-0.818797767162323,0.00121778307948262,-0.574080765247345,-0.602362036705017,-0.00199275161139667,-0.79822051525116,-0.702670633792877,0.0891782268881798,-0.705904543399811,-0.705497324466705,0.00324609316885471,-0.708705127239227,-0.705522358417511,0.00045030761975795,-0.708687543869019,-0.704211354255676,-0.0536337271332741,-0.707961678504944,-0.702670633792877,0.0891782268881798,-0.705904543399811,-0.694669485092163,0.0281782615929842,-0.718776941299438,-0.673781394958496,-0.306188464164734,-0.672508299350739,-0.705497324466705,0.00324609316885471,-0.708705127239227,-0.705634236335754,0.166149720549583,-0.688821136951447,-0.708312630653381,-0.080542229115963,-0.701288998126984,-0.70329225063324,0.0787858963012695,-0.70652163028717,-0.705522358417511,0.00045030761975795,-0.708687543869019,-0.708312630653381,-0.080542229115963,-0.701288998126984,-0.90981787443161,0.00533557403832674,-0.414973527193069,-0.666577816009521,-0.000386290776077658,-0.745435357093811,-0.70329225063324,0.0787858963012695,-0.70652163028717,-0.72631573677063,-1.18048701551743e-005,-0.687361240386963,-0.666577816009521,-0.000386290776077658,-0.745435357093811,-0.90981787443161,0.00533557403832674,-0.414973527193069,-0.504588544368744,-0.00911091547459364,-0.86331182718277,-0.64519202709198,-0.000265108828898519,-0.764020442962646,-0.746441066265106,-8.30072749522515e-005,-0.665451467037201,-0.696831226348877,-9.0376939624548e-005,-0.717235088348389,-0.615626811981201,-0.0833969339728355,-0.783612489700317,-0.848436832427979,-0.0067390357144177,-0.529253840446472,-0.359333008527756,0.00670548202469945,-0.933185219764709,
  690. -0.722191572189331,0.0137579869478941,-0.691556215286255,-0.541927874088287,0.00891608558595181,-0.840377748012543,-0.615626811981201,-0.0833969339728355,-0.783612489700317,-0.722191572189331,0.0137579869478941,-0.691556215286255,-0.996789216995239,-0.0142696388065815,-0.0787883773446083,-0.662231922149658,-0.000998382223770022,-0.749298274517059,-0.541927874088287,0.00891608558595181,-0.840377748012543,-0.996789216995239,-0.0142696388065815,-0.0787883773446083,-0.705403447151184,-0.000651304901111871,-0.708805799484253,-0.705958724021912,-0.000759438902605325,-0.708252489566803,-0.706165492534637,-0.00221260054968297,-0.708043456077576,-0.705533146858215,0.022699361667037,-0.708313286304474,-0.662231922149658,-0.000998382223770022,-0.749298274517059,-0.705958724021912,-0.000759438902605325,-0.708252489566803,-0.706270456314087,0.0195951387286186,-0.70767080783844,-0.704757690429688,-0.0269044078886509,-0.70893782377243,-0.689082503318787,-0.092656098306179,-0.718735218048096,-0.675800859928131,0.241551578044891,-0.69638067483902,-0.705533146858215,0.022699361667037,-0.708313286304474,-0.706165492534637,-0.00221260054968297,-0.708043456077576,-0.706110537052155,-0.00954326055943966,-0.708037316799164,-0.689082503318787,-0.092656098306179,-0.718735218048096,-0.799271821975708,-0.281248956918716,-0.531096518039703,-0.48095515370369,-0.0699729695916176,-0.873948514461517,-0.675800859928131,0.241551578044891,-0.69638067483902,-0.799271821975708,-0.281248956918716,-0.531096518039703,-0.708172619342804,0.203920692205429,-0.67594963312149,-0.730186402797699,-0.0513077527284622,-0.681318759918213,-0.48095515370369,-0.0699729695916176,-0.873948514461517,-0.711261570453644,0.000162138239829801,-0.702927470207214,-0.705662131309509,0.00032829336123541,-0.708548426628113,-0.708052456378937,0.00015918374992907,-0.706159830093384,-0.715009152889252,2.35373609029921e-005,-0.699115037918091,-0.620618939399719,0.00038761185714975,-0.784112215042114,-0.70544570684433,0.00131334306206554,-0.70876270532608,-0.70660525560379,-0.00386274675838649,-0.707597434520721,
  691. -0.689323484897614,-0.16872426867485,-0.704532027244568,-0.359333008527756,0.00670548202469945,-0.933185219764709,-0.707209706306458,0.000274889287538826,-0.707003772258759,-0.712846279144287,0.000147397120599635,-0.701320350170136,-0.772728383541107,0.000388701126212254,-0.634736776351929,-0.945583164691925,0.00441287271678448,-0.325350522994995,-0.557439267635345,0.00627187173813581,-0.830194115638733,-0.560995817184448,-0.00236665224656463,-0.827815234661102,-0.712846279144287,0.000147397120599635,-0.701320350170136,-0.70847886800766,0.00289812358096242,-0.705726027488709,-0.709371387958527,0.0255660805851221,-0.704371154308319,-0.772728383541107,0.000388701126212254,-0.634736776351929,-0.70847886800766,0.00289812358096242,-0.705726027488709,-0.708329319953918,0.0059460629709065,-0.70585709810257,-0.708356022834778,-0.0497843436896801,-0.704097509384155,-0.730186402797699,-0.0513077527284622,-0.681318759918213,-0.708172619342804,0.203920692205429,-0.67594963312149,-0.709371387958527,0.0255660805851221,-0.704371154308319,-0.708329319953918,0.0059460629709065,-0.70585709810257,-0.704516232013702,0.00144133216235787,-0.70968633890152,-0.764599621295929,0.0020407612901181,-0.644502341747284,-0.708356022834778,-0.0497843436896801,-0.704097509384155,-0.704516232013702,0.00144133216235787,-0.70968633890152,-0.70544570684433,0.00131334306206554,-0.70876270532608,-0.359333008527756,0.00670548202469945,-0.933185219764709,-0.848436832427979,-0.0067390357144177,-0.529253840446472,-0.764599621295929,0.0020407612901181,-0.644502341747284,-0.00297063193283975,-0.049774207174778,-0.998756110668182,-0.0849857479333878,0.00204248866066337,-0.996380090713501,0.01914282143116,-0.0359035581350327,-0.999171912670136,-0.0345225669443607,-0.0512866713106632,-0.998087167739868,-0.00297063193283975,-0.049774207174778,-0.998756110668182,0.01914282143116,-0.0359035581350327,-0.999171912670136,-0.0849857479333878,0.00204248866066337,-0.996380090713501,-0.225599944591522,-0.00674390699714422,-0.974196672439575,0.01914282143116,-0.0359035581350327,-0.999171912670136,
  692. 0.00275720376521349,0.00438607158139348,-0.999986588954926,-0.00133044901303947,0.000159068978973664,-0.999999105930328,0.00204453989863396,0.000328228285070509,-0.999997854232788,0.00364046590402722,0.00357796694152057,-0.999987065792084,0.00606681173667312,0.00358740775845945,-0.999975264072418,0.00274552335031331,-0.0135040208697319,-0.999904990196228,0.00297717563807964,0.0537724085152149,-0.998548805713654,0.00133227289188653,-0.0022126033436507,-0.999996662139893,0.00162135949358344,-0.000759448681492358,-0.999998390674591,-0.407665401697159,0.00500348675996065,-0.913117647171021,-0.0138199096545577,-0.0636385083198547,-0.997877299785614,0.00242213043384254,-0.00065106654074043,-0.999996900558472,0.00220432505011559,0.00209977361373603,-0.999995410442352,-0.000923251092899591,-0.306641966104507,-0.951824545860291,0.438537985086441,0.00395053718239069,-0.898703932762146,0.199494868516922,-0.144906923174858,-0.969125270843506,-0.0521383583545685,-0.0182958897203207,-0.998472213745117,0.00136657862458378,-0.00953942909836769,-0.99995356798172,0.00100099702831358,-0.0413465723395348,-0.999144375324249,0.00162135949358344,-0.000759448681492358,-0.999998390674591,0.00242213043384254,-0.00065106654074043,-0.999996900558472,0.438537985086441,0.00395053718239069,-0.898703932762146,-0.407665401697159,0.00500348675996065,-0.913117647171021,0.0934034362435341,0.000675112998578697,-0.995628178119659,0.0146389324218035,-9.06345230760053e-005,-0.999892771244049,-0.0521383583545685,-0.0182958897203207,-0.998472213745117,0.199494868516922,-0.144906923174858,-0.969125270843506,-0.350071132183075,0.00533806486055255,-0.936707854270935,-0.00496145570650697,-0.0805575177073479,-0.996737539768219,-0.0216190572828054,-0.0766943693161011,-0.996820271015167,-0.00496145570650697,-0.0805575177073479,-0.996737539768219,-0.236817494034767,0.220806762576103,-0.946129977703094,-0.0216190572828054,-0.0766943693161011,-0.996820271015167,-0.0215650573372841,0.0137322405353189,-0.999673128128052,-0.102363996207714,0.00863828137516975,-0.994709551334381,
  693. -0.00829641800373793,0.226108193397522,-0.974066913127899,-0.649013936519623,-0.0142680387943983,-0.76064270734787,0.0145533438771963,0.241480976343155,-0.970296442508698,0.27795884013176,-0.0700067058205605,-0.958038568496704,0.01914282143116,-0.0359035581350327,-0.999171912670136,0.01914282143116,-0.0359035581350327,-0.999171912670136,0.118529170751572,-0.083596259355545,-0.989425361156464,0.210763067007065,0.00892673339694738,-0.977496445178986,-0.350071132183075,0.00533806486055255,-0.936707854270935,0.321905821561813,-0.106363639235497,-0.940778076648712,0.30965656042099,0.120286524295807,-0.943209409713745,0.253613412380219,-0.00911021139472723,-0.967262744903564,0.0153049174696207,0.115964211523533,-0.993135452270508,-0.236817494034767,0.220806762576103,-0.946129977703094,-0.0994703620672226,0.168087050318718,-0.980740785598755,0.0129034323617816,-0.130026787519455,-0.991426587104797,-0.00434328336268663,0.00835760030895472,-0.999955654144287,0.002668890170753,-0.00193005742039531,-0.999994575977325,-0.173011004924774,0.001217468874529,-0.984919130802155,0.00264298124238849,-0.0536346100270748,-0.998557150363922,0.00264298124238849,-0.0536346100270748,-0.998557150363922,0.00223427941091359,0.000451328232884407,-0.999997317790985,-0.00434328336268663,0.00835760030895472,-0.999955654144287,-0.00927736144512892,-0.169723391532898,-0.985448062419891,-0.116805553436279,-0.0223004017025232,-0.992904424667358,0.186691552400589,0.00175571243744344,-0.982416927814484,0.0118979811668396,0.191274702548981,-0.981464445590973,0.039292324334383,-0.0248481668531895,-0.99891871213913,0.0011179861612618,-0.107879973948002,-0.994163274765015,-0.00527811609208584,0.206582859158516,-0.978414833545685,-0.40060830116272,0.00130987400189042,-0.916248440742493,-0.0203039105981588,-0.0235167872160673,-0.999517261981964,-0.00927736144512892,-0.169723391532898,-0.985448062419891,0.0118979811668396,0.191274702548981,-0.981464445590973,0.0232655797153711,-0.0436946712434292,-0.998773992061615,-0.116805553436279,-0.0223004017025232,-0.992904424667358,
  694. 0.039292324334383,-0.0248481668531895,-0.99891871213913,-0.40060830116272,0.00130987400189042,-0.916248440742493,0.186691552400589,0.00175571243744344,-0.982416927814484,0.0260150786489248,-0.0424781367182732,-0.998758614063263,0.111657969653606,0.00476150354370475,-0.993735253810883,-0.25983202457428,-0.00638815900310874,-0.965632736682892,-0.433473855257034,-0.159037992358208,-0.887021660804749,-0.033379215747118,0.0220020283013582,-0.999200522899628,-0.0203039105981588,-0.0235167872160673,-0.999517261981964,0.0232655797153711,-0.0436946712434292,-0.998773992061615,0.480576068162918,0.00330445147119462,-0.876946806907654,-0.433473855257034,-0.159037992358208,-0.887021660804749,-0.0199529957026243,-0.0055514145642519,-0.999785482883453,-0.0388378873467445,0.0305318757891655,-0.998779058456421,0.0260150786489248,-0.0424781367182732,-0.998758614063263,0.00135092251002789,0.000479312351671979,-0.999998986721039,0.00240022107027471,0.000242207141127437,-0.999997138977051,0.00589292123913765,0.00147616770118475,-0.999981641769409,0.00140238320454955,0.00462123891338706,-0.999988377094269,0.0180590767413378,-0.000672282301820815,-0.99983674287796,0.00826956517994404,0.00624434184283018,-0.999946415424347,0.00359325762838125,0.0766612887382507,-0.997050702571869,-0.0742774233222008,0.00209199939854443,-0.997235417366028,0.00479590287432075,-0.048407357186079,-0.998816192150116,0.00207000062800944,0.0250345561653376,-0.999684453010559,0.00135092251002789,0.000479312351671979,-0.999998986721039,0.00140238320454955,0.00462123891338706,-0.999988377094269,0.00116359593812376,0.00265737040899694,-0.999995827674866,-0.0742774233222008,0.00209199939854443,-0.997235417366028,0.0276160333305597,8.667914516991e-005,-0.999618530273438,0.0180590767413378,-0.000672282301820815,-0.99983674287796,0.115603134036064,0.000387035339372233,-0.99329537153244,0.00479590287432075,-0.048407357186079,-0.998816192150116,0.00116359593812376,0.00265737040899694,-0.999995827674866,-0.00588907673954964,0.000162341588293202,-0.999982714653015,-0.0821828544139862,0.000146020494867116,-0.996617197990417,
  695. 0.00138086138758808,-0.0286315828561783,-0.999589025974274,-0.433473855257034,-0.159037992358208,-0.887021660804749,0.00138086138758808,-0.0286315828561783,-0.999589025974274,-0.0199529957026243,-0.0055514145642519,-0.999785482883453,-0.433473855257034,-0.159037992358208,-0.887021660804749,0.17392036318779,-0.00127190339844674,-0.984758853912354,0.00137046852614731,-0.0824607759714127,-0.996593356132507,0.00826956517994404,0.00624434184283018,-0.999946415424347,0.0180590767413378,-0.000672282301820815,-0.99983674287796,0.0276160333305597,8.667914516991e-005,-0.999618530273438,0.17392036318779,-0.00127190339844674,-0.984758853912354,0.0180590767413378,-0.000672282301820815,-0.99983674287796,0.0118979811668396,0.191274702548981,-0.981464445590973,0.186691552400589,0.00175571243744344,-0.982416927814484,0.00240022107027471,0.000242207141127437,-0.999997138977051,0.00135092251002789,0.000479312351671979,-0.999998986721039,0.0232655797153711,-0.0436946712434292,-0.998773992061615,0.0118979811668396,0.191274702548981,-0.981464445590973,0.00135092251002789,0.000479312351671979,-0.999998986721039,0.00207000062800944,0.0250345561653376,-0.999684453010559,-0.00218474422581494,0.124211765825748,-0.992253303527832,0.480576068162918,0.00330445147119462,-0.876946806907654,0.0232655797153711,-0.0436946712434292,-0.998773992061615,-0.00218474422581494,0.124211765825748,-0.992253303527832,-0.0803674086928368,-0.0016558695351705,-0.99676388502121,-0.433473855257034,-0.159037992358208,-0.887021660804749,-0.25983202457428,-0.00638815900310874,-0.965632736682892,-0.0821828544139862,0.000146020494867116,-0.996617197990417,0.0260150786489248,-0.0424781367182732,-0.998758614063263,-0.0388378873467445,0.0305318757891655,-0.998779058456421,0.0170428194105625,0.0280490852892399,-0.999461233615875,0.671143233776093,0.287069410085678,-0.683489501476288,0.438537985086441,0.00395053718239069,-0.898703932762146,-0.000923251092899591,-0.306641966104507,-0.951824545860291,0.0011179861612618,-0.107879973948002,-0.994163274765015,0.039292324334383,-0.0248481668531895,-0.99891871213913,
  696. -0.407665401697159,0.00500348675996065,-0.913117647171021,0.438537985086441,0.00395053718239069,-0.898703932762146,0.039292324334383,-0.0248481668531895,-0.99891871213913,-0.116805553436279,-0.0223004017025232,-0.992904424667358,-0.0138199096545577,-0.0636385083198547,-0.997877299785614,-0.407665401697159,0.00500348675996065,-0.913117647171021,-0.116805553436279,-0.0223004017025232,-0.992904424667358,-0.00927736144512892,-0.169723391532898,-0.985448062419891,-0.000996752874925733,0.309873878955841,-0.950777113437653,-0.0138199096545577,-0.0636385083198547,-0.997877299785614,-0.00927736144512892,-0.169723391532898,-0.985448062419891,-0.0203039105981588,-0.0235167872160673,-0.999517261981964,-0.511235117912292,-0.0071178418584168,-0.859411418437958,-0.000996752874925733,0.309873878955841,-0.950777113437653,-0.0203039105981588,-0.0235167872160673,-0.999517261981964,-0.033379215747118,0.0220020283013582,-0.999200522899628,0.671143233776093,0.287069410085678,-0.683489501476288,0.389125823974609,0.00373487989418209,-0.92117702960968,0.111657969653606,0.00476150354370475,-0.993735253810883,0.0260150786489248,-0.0424781367182732,-0.998758614063263,0.671143233776093,0.287069410085678,-0.683489501476288,0.00228134170174599,0.0891760885715485,-0.996013224124908,0.13851697742939,-0.00199361913837492,-0.990357995033264,0.671143233776093,0.287069410085678,-0.683489501476288,0.0170428194105625,0.0280490852892399,-0.999461233615875,0.00228134170174599,0.0891760885715485,-0.996013224124908,0.199494868516922,-0.144906923174858,-0.969125270843506,0.00100099702831358,-0.0413465723395348,-0.999144375324249,0.0934034362435341,0.000675112998578697,-0.995628178119659,0.13851697742939,-0.00199361913837492,-0.990357995033264,0.389125823974609,0.00373487989418209,-0.92117702960968,0.671143233776093,0.287069410085678,-0.683489501476288,0.00228593754582107,0.0787903591990471,-0.996888518333435,0.0558027327060699,-0.000386983272619545,-0.998441755771637,0.002668890170753,-0.00193005742039531,-0.999994575977325,-0.00434328336268663,0.00835760030895472,-0.999955654144287,
  697. 0.00223427941091359,0.000451328232884407,-0.999997317790985,0.00228593754582107,0.0787903591990471,-0.996888518333435,-0.00434328336268663,0.00835760030895472,-0.999955654144287,-0.649013936519623,-0.0142680387943983,-0.76064270734787,-0.00829641800373793,0.226108193397522,-0.974066913127899,0.00220432505011559,0.00209977361373603,-0.999995410442352,0.00242213043384254,-0.00065106654074043,-0.999996900558472,0.01914282143116,-0.0359035581350327,-0.999171912670136,0.210763067007065,0.00892673339694738,-0.977496445178986,0.0616312883794308,-0.000999363954178989,-0.998098433017731,0.0616312883794308,-0.000999363954178989,-0.998098433017731,0.00196423544548452,0.0227008145302534,-0.999740362167358,0.01914282143116,-0.0359035581350327,-0.999171912670136,-0.0521383583545685,-0.0182958897203207,-0.998472213745117,0.000986358732916415,0.019593758508563,-0.99980753660202,0.00136657862458378,-0.00953942909836769,-0.99995356798172,-0.0573270134627819,-8.31881989142857e-005,-0.998355448246002,0.000986358732916415,0.019593758508563,-0.99980753660202,-0.0521383583545685,-0.0182958897203207,-0.998472213745117,-0.0573270134627819,-8.31881989142857e-005,-0.998355448246002,-0.0521383583545685,-0.0182958897203207,-0.998472213745117,0.0146389324218035,-9.06345230760053e-005,-0.999892771244049,0.405867785215378,0.00670413579791784,-0.91390722990036,0.0107640912756324,-0.168794259428978,-0.985592544078827,-0.102363996207714,0.00863828137516975,-0.994709551334381,-0.0215650573372841,0.0137322405353189,-0.999673128128052,0.27795884013176,-0.0700067058205605,-0.958038568496704,-0.0345225669443607,-0.0512866713106632,-0.998087167739868,0.01914282143116,-0.0359035581350327,-0.999171912670136,0.01914282143116,-0.0359035581350327,-0.999171912670136,-0.225599944591522,-0.00674390699714422,-0.974196672439575,0.118529170751572,-0.083596259355545,-0.989425361156464,0.499065399169922,0.347959876060486,-0.793635666370392,0.193036094307899,0.00626735994592309,-0.981171667575836,0.321905821561813,-0.106363639235497,-0.940778076648712,-0.0216190572828054,-0.0766943693161011,-0.996820271015167,
  698. 0.188626438379288,-0.00236555491574109,-0.982046008110046,0.00155703583732247,0.0192308388650417,-0.999813795089722,0.000720991170965135,0.00236740219406784,-0.999996960163116,-0.000104355087387376,0.000274777412414551,-0.99999988079071,0.00155703583732247,0.0192308388650417,-0.999813795089722,0.0153049174696207,0.115964211523533,-0.993135452270508,0.0129034323617816,-0.130026787519455,-0.991426587104797,0.00073004059959203,-0.00335047789849341,-0.999994218349457,0.000720991170965135,0.00236740219406784,-0.999996960163116,-0.011207377538085,2.35541137953987e-005,-0.999937236309052,-0.0803674086928368,-0.0016558695351705,-0.99676388502121,-0.0771158933639526,-0.0409542918205261,-0.996180653572083,0.00138086138758808,-0.0286315828561783,-0.999589025974274,-0.0821828544139862,0.000146020494867116,-0.996617197990417,-0.00133044901303947,0.000159068978973664,-0.999999105930328,0.00275720376521349,0.00438607158139348,-0.999986588954926,0.00211975118145347,-0.0616856701672077,-0.998093366622925,0.00274552335031331,-0.0135040208697319,-0.999904990196228,0.00606681173667312,0.00358740775845945,-0.999975264072418,-0.0388378873467445,0.0305318757891655,-0.998779058456421,-0.0199529957026243,-0.0055514145642519,-0.999785482883453,-0.00525527261197567,0.207031905651093,-0.978320062160492,0.00767118390649557,-0.0156829133629799,-0.999847590923309,0.0170428194105625,0.0280490852892399,-0.999461233615875,-0.0388378873467445,0.0305318757891655,-0.998779058456421,0.00767118390649557,-0.0156829133629799,-0.999847590923309,-0.000901133811566979,-0.306259006261826,-0.951947808265686,0.111657969653606,0.00476150354370475,-0.993735253810883,0.389125823974609,0.00373487989418209,-0.92117702960968,-0.511235117912292,-0.0071178418584168,-0.859411418437958,-0.033379215747118,0.0220020283013582,-0.999200522899628,-0.25983202457428,-0.00638815900310874,-0.965632736682892,0.111657969653606,0.00476150354370475,-0.993735253810883,-0.033379215747118,0.0220020283013582,-0.999200522899628,0.480576068162918,0.00330445147119462,-0.876946806907654,0.002668890170753,-0.00193005742039531,-0.999994575977325,
  699. 0.0558027327060699,-0.000386983272619545,-0.998441755771637,-0.0274789724498987,-1.21317343655392e-005,-0.999622344970703,0.0840132236480713,-0.000265304814092815,-0.996464490890503,0.00295277312397957,-0.0269054248929024,-0.999633729457855,0.000986358732916415,0.019593758508563,-0.99980753660202,-0.0573270134627819,-8.31881989142857e-005,-0.998355448246002,0.00196423544548452,0.0227008145302534,-0.999740362167358,0.0145533438771963,0.241480976343155,-0.970296442508698,0.01914282143116,-0.0359035581350327,-0.999171912670136,0.00136657862458378,-0.00953942909836769,-0.99995356798172,0.00133227289188653,-0.0022126033436507,-0.999996662139893,-0.0138199096545577,-0.0636385083198547,-0.997877299785614,-0.000996752874925733,0.309873878955841,-0.950777113437653,0.00100099702831358,-0.0413465723395348,-0.999144375324249,0.0934034362435341,0.000675112998578697,-0.995628178119659,0.00100099702831358,-0.0413465723395348,-0.999144375324249,-0.000996752874925733,0.309873878955841,-0.950777113437653,-0.511235117912292,-0.0071178418584168,-0.859411418437958,-0.0274789724498987,-1.21317343655392e-005,-0.999622344970703,-0.173011004924774,0.001217468874529,-0.984919130802155,0.002668890170753,-0.00193005742039531,-0.999994575977325,0.115603134036064,0.000387035339372233,-0.99329537153244,-0.011207377538085,2.35541137953987e-005,-0.999937236309052,-0.0771158933639526,-0.0409542918205261,-0.996180653572083,-0.0771158933639526,-0.0409542918205261,-0.996180653572083,-0.00488998787477613,0.00118880649097264,-0.999987304210663,0.00479590287432075,-0.048407357186079,-0.998816192150116,0.115603134036064,0.000387035339372233,-0.99329537153244,-0.00488998787477613,0.00118880649097264,-0.999987304210663,0.00207000062800944,0.0250345561653376,-0.999684453010559,0.00479590287432075,-0.048407357186079,-0.998816192150116,-0.00218474422581494,0.124211765825748,-0.992253303527832,0.00207000062800944,0.0250345561653376,-0.999684453010559,-0.00488998787477613,0.00118880649097264,-0.999987304210663,-0.0803674086928368,-0.0016558695351705,-0.99676388502121,
  700. -0.00218474422581494,0.124211765825748,-0.992253303527832,-0.00488998787477613,0.00118880649097264,-0.999987304210663,-0.0771158933639526,-0.0409542918205261,-0.996180653572083,-0.011207377538085,2.35541137953987e-005,-0.999937236309052,-0.00133044901303947,0.000159068978973664,-0.999999105930328,-0.0821828544139862,0.000146020494867116,-0.996617197990417,-0.25983202457428,-0.00638815900310874,-0.965632736682892,0.480576068162918,0.00330445147119462,-0.876946806907654,-0.0803674086928368,-0.0016558695351705,-0.99676388502121,0.30965656042099,0.120286524295807,-0.943209409713745,-0.438548564910889,0.00441269250586629,-0.898696660995483,0.00866821315139532,-0.0147311985492706,-0.999853909015656,0.253613412380219,-0.00911021139472723,-0.967262744903564,0.30965656042099,0.120286524295807,-0.943209409713745,0.00866821315139532,-0.0147311985492706,-0.999853909015656,0.0840132236480713,-0.000265304814092815,-0.996464490890503,0.253613412380219,-0.00911021139472723,-0.967262744903564,0.00866821315139532,-0.0147311985492706,-0.999853909015656,0.00866821315139532,-0.0147311985492706,-0.999853909015656,0.0234111770987511,0.00478423153981566,-0.999714493751526,0.00295277312397957,-0.0269054248929024,-0.999633729457855,0.0840132236480713,-0.000265304814092815,-0.996464490890503,0.0209701284766197,-0.0925983265042305,-0.995482683181763,0.00295277312397957,-0.0269054248929024,-0.999633729457855,0.0234111770987511,0.00478423153981566,-0.999714493751526,0.0234111770987511,0.00478423153981566,-0.999714493751526,-0.189543515443802,-0.281122386455536,-0.940767526626587,0.0209701284766197,-0.0925983265042305,-0.995482683181763,0.0234111770987511,0.00478423153981566,-0.999714493751526,-0.022770656272769,0.203927978873253,-0.978721022605896,-0.189543515443802,-0.281122386455536,-0.940767526626587,-0.00349611416459084,0.0255631692707539,-0.999667048454285,-0.022770656272769,0.203927978873253,-0.978721022605896,0.0234111770987511,0.00478423153981566,-0.999714493751526,-0.0975009724497795,0.000390199740650132,-0.99523538351059,-0.00349611416459084,0.0255631692707539,-0.999667048454285,
  701. 0.0234111770987511,0.00478423153981566,-0.999714493751526,0.00866821315139532,-0.0147311985492706,-0.999853909015656,-0.438548564910889,0.00441269250586629,-0.898696660995483,-0.0975009724497795,0.000390199740650132,-0.99523538351059,0.00866821315139532,-0.0147311985492706,-0.999853909015656,0.188626438379288,-0.00236555491574109,-0.982046008110046,0.193036094307899,0.00626735994592309,-0.981171667575836,0.499065399169922,0.347959876060486,-0.793635666370392,0.499065399169922,0.347959876060486,-0.793635666370392,0.00155703583732247,0.0192308388650417,-0.999813795089722,0.188626438379288,-0.00236555491574109,-0.982046008110046,0.499065399169922,0.347959876060486,-0.793635666370392,0.0153049174696207,0.115964211523533,-0.993135452270508,0.00155703583732247,0.0192308388650417,-0.999813795089722,-0.0216190572828054,-0.0766943693161011,-0.996820271015167,-0.236817494034767,0.220806762576103,-0.946129977703094,0.0153049174696207,0.115964211523533,-0.993135452270508,0.499065399169922,0.347959876060486,-0.793635666370392,0.321905821561813,-0.106363639235497,-0.940778076648712,0.193036094307899,0.00626735994592309,-0.981171667575836,-0.438548564910889,0.00441269250586629,-0.898696660995483,0.30965656042099,0.120286524295807,-0.943209409713745,-0.0216190572828054,-0.0766943693161011,-0.996820271015167,0.321905821561813,-0.106363639235497,-0.940778076648712,-0.350071132183075,0.00533806486055255,-0.936707854270935,-0.00496145570650697,-0.0805575177073479,-0.996737539768219,-0.0119086606428027,0.165986970067024,-0.9860560297966,-0.0994703620672226,0.168087050318718,-0.980740785598755,-0.236817494034767,0.220806762576103,-0.946129977703094,0.00297717563807964,0.0537724085152149,-0.998548805713654,0.00274552335031331,-0.0135040208697319,-0.999904990196228,0.00275720376521349,0.00438607158139348,-0.999986588954926,0.00364046590402722,0.00357796694152057,-0.999987065792084,0.00367879471741617,-0.00446954322978854,-0.999983251094818,-0.0742774233222008,0.00209199939854443,-0.997235417366028,0.00359325762838125,0.0766612887382507,-0.997050702571869,
  702. 0.00366114592179656,-0.00497732637450099,-0.999980926513672,0.00585374608635902,0.00135036953724921,-0.999981939792633,0.00240022107027471,0.000242207141127437,-0.999997138977051,0.0276160333305597,8.667914516991e-005,-0.999618530273438,-0.0742774233222008,0.00209199939854443,-0.997235417366028,0.00585374608635902,0.00135036953724921,-0.999981939792633,0.00589292123913765,0.00147616770118475,-0.999981641769409,0.186691552400589,0.00175571243744344,-0.982416927814484,-0.40060830116272,0.00130987400189042,-0.916248440742493,0.17392036318779,-0.00127190339844674,-0.984758853912354,0.0276160333305597,8.667914516991e-005,-0.999618530273438,0.00240022107027471,0.000242207141127437,-0.999997138977051,-0.40060830116272,0.00130987400189042,-0.916248440742493,-0.00527811609208584,0.206582859158516,-0.978414833545685,0.00137046852614731,-0.0824607759714127,-0.996593356132507,0.17392036318779,-0.00127190339844674,-0.984758853912354,-0.00525527261197567,0.207031905651093,-0.978320062160492,-0.0199529957026243,-0.0055514145642519,-0.999785482883453,0.00138086138758808,-0.0286315828561783,-0.999589025974274,0.00275720376521349,0.00438607158139348,-0.999986588954926,0.00274552335031331,-0.0135040208697319,-0.999904990196228,0.00211975118145347,-0.0616856701672077,-0.998093366622925,0.13851697742939,-0.00199361913837492,-0.990357995033264,-0.173011004924774,0.001217468874529,-0.984919130802155,-0.0274789724498987,-1.21317343655392e-005,-0.999622344970703,0.0146389324218035,-9.06345230760053e-005,-0.999892771244049,0.0934034362435341,0.000675112998578697,-0.995628178119659,-0.511235117912292,-0.0071178418584168,-0.859411418437958,0.389125823974609,0.00373487989418209,-0.92117702960968,0.00264298124238849,-0.0536346100270748,-0.998557150363922,-0.173011004924774,0.001217468874529,-0.984919130802155,0.13851697742939,-0.00199361913837492,-0.990357995033264,0.00228134170174599,0.0891760885715485,-0.996013224124908,0.00226517673581839,0.0032459634821862,-0.999992191791534,0.00223427941091359,0.000451328232884407,-0.999997317790985,0.00264298124238849,-0.0536346100270748,-0.998557150363922,
  703. 0.00228134170174599,0.0891760885715485,-0.996013224124908,0.0170428194105625,0.0280490852892399,-0.999461233615875,-0.000901133811566979,-0.306259006261826,-0.951947808265686,0.00226517673581839,0.0032459634821862,-0.999992191791534,-0.0119086606428027,0.165986970067024,-0.9860560297966,-0.00496145570650697,-0.0805575177073479,-0.996737539768219,0.00228593754582107,0.0787903591990471,-0.996888518333435,0.00223427941091359,0.000451328232884407,-0.999997317790985,-0.00496145570650697,-0.0805575177073479,-0.996737539768219,-0.350071132183075,0.00533806486055255,-0.936707854270935,0.0558027327060699,-0.000386983272619545,-0.998441755771637,0.00228593754582107,0.0787903591990471,-0.996888518333435,-0.0274789724498987,-1.21317343655392e-005,-0.999622344970703,0.0558027327060699,-0.000386983272619545,-0.998441755771637,-0.350071132183075,0.00533806486055255,-0.936707854270935,0.253613412380219,-0.00911021139472723,-0.967262744903564,0.0840132236480713,-0.000265304814092815,-0.996464490890503,-0.0573270134627819,-8.31881989142857e-005,-0.998355448246002,0.0146389324218035,-9.06345230760053e-005,-0.999892771244049,0.118529170751572,-0.083596259355545,-0.989425361156464,-0.225599944591522,-0.00674390699714422,-0.974196672439575,0.405867785215378,0.00670413579791784,-0.91390722990036,-0.0215650573372841,0.0137322405353189,-0.999673128128052,0.210763067007065,0.00892673339694738,-0.977496445178986,0.118529170751572,-0.083596259355545,-0.989425361156464,-0.0215650573372841,0.0137322405353189,-0.999673128128052,-0.649013936519623,-0.0142680387943983,-0.76064270734787,0.0616312883794308,-0.000999363954178989,-0.998098433017731,0.210763067007065,0.00892673339694738,-0.977496445178986,-0.649013936519623,-0.0142680387943983,-0.76064270734787,0.00242213043384254,-0.00065106654074043,-0.999996900558472,0.00162135949358344,-0.000759448681492358,-0.999998390674591,0.00133227289188653,-0.0022126033436507,-0.999996662139893,0.00196423544548452,0.0227008145302534,-0.999740362167358,0.0616312883794308,-0.000999363954178989,-0.998098433017731,
  704. 0.00162135949358344,-0.000759448681492358,-0.999998390674591,0.000986358732916415,0.019593758508563,-0.99980753660202,0.00295277312397957,-0.0269054248929024,-0.999633729457855,0.0209701284766197,-0.0925983265042305,-0.995482683181763,0.0145533438771963,0.241480976343155,-0.970296442508698,0.00196423544548452,0.0227008145302534,-0.999740362167358,0.00133227289188653,-0.0022126033436507,-0.999996662139893,0.00136657862458378,-0.00953942909836769,-0.99995356798172,0.0209701284766197,-0.0925983265042305,-0.995482683181763,-0.189543515443802,-0.281122386455536,-0.940767526626587,0.27795884013176,-0.0700067058205605,-0.958038568496704,0.0145533438771963,0.241480976343155,-0.970296442508698,-0.189543515443802,-0.281122386455536,-0.940767526626587,-0.022770656272769,0.203927978873253,-0.978721022605896,-0.0345225669443607,-0.0512866713106632,-0.998087167739868,0.27795884013176,-0.0700067058205605,-0.958038568496704,-0.00588907673954964,0.000162341588293202,-0.999982714653015,0.00204453989863396,0.000328228285070509,-0.999997854232788,-0.00133044901303947,0.000159068978973664,-0.999999105930328,-0.011207377538085,2.35541137953987e-005,-0.999937236309052,0.115603134036064,0.000387035339372233,-0.99329537153244,0.00235275458544493,0.00131340825464576,-0.999996304512024,0.000708168081473559,-0.00386247737333179,-0.999992311000824,0.0107640912756324,-0.168794259428978,-0.985592544078827,0.405867785215378,0.00670413579791784,-0.91390722990036,-0.000104355087387376,0.000274777412414551,-0.99999988079071,-0.00818274915218353,0.000146862774272449,-0.999966561794281,-0.0975009724497795,0.000390199740650132,-0.99523538351059,-0.438548564910889,0.00441269250586629,-0.898696660995483,0.193036094307899,0.00626735994592309,-0.981171667575836,0.188626438379288,-0.00236555491574109,-0.982046008110046,-0.00818274915218353,0.000146862774272449,-0.999966561794281,-0.00190736749209464,0.00289674126543105,-0.999993920326233,-0.00349611416459084,0.0255631692707539,-0.999667048454285,-0.0975009724497795,0.000390199740650132,-0.99523538351059,-0.00190736749209464,0.00289674126543105,-0.999993920326233,
  705. -0.00170715840067714,0.00594586227089167,-0.999980926513672,-0.00297063193283975,-0.049774207174778,-0.998756110668182,-0.0345225669443607,-0.0512866713106632,-0.998087167739868,-0.022770656272769,0.203927978873253,-0.978721022605896,-0.00349611416459084,0.0255631692707539,-0.999667048454285,-0.00170715840067714,0.00594586227089167,-0.999980926513672,0.00368748186156154,0.00144128641113639,-0.999992191791534,-0.0849857479333878,0.00204248866066337,-0.996380090713501,-0.00297063193283975,-0.049774207174778,-0.998756110668182,0.00368748186156154,0.00144128641113639,-0.999992191791534,0.00235275458544493,0.00131340825464576,-0.999996304512024,0.405867785215378,0.00670413579791784,-0.91390722990036,-0.225599944591522,-0.00674390699714422,-0.974196672439575,-0.0849857479333878,0.00204248866066337,-0.996380090713501,0.704108238220215,-0.0497771129012108,-0.708345770835876,0.644489884376526,0.00204165256582201,-0.764610111713409,0.720090568065643,-0.03598503023386,-0.692946255207062,0.681329786777496,-0.0513040646910667,-0.730176448822021,0.704108238220215,-0.0497771129012108,-0.708345770835876,0.720090568065643,-0.03598503023386,-0.692946255207062,0.644489884376526,0.00204165256582201,-0.764610111713409,0.529205560684204,-0.00673727924004197,-0.84846693277359,0.720090568065643,-0.03598503023386,-0.692946255207062,0.709043860435486,0.00438614282757044,-0.705150783061981,0.706165015697479,0.000158887691213749,-0.708047330379486,0.708551287651062,0.000328038120642304,-0.70565927028656,0.709668040275574,0.003578279633075,-0.704527139663696,0.711430788040161,0.00359789445064962,-0.702746987342834,0.708978474140167,-0.0134981507435441,-0.705101013183594,0.708181023597717,0.0537783093750477,-0.703979790210724,0.708043277263641,-0.00221325759775937,-0.706165552139282,0.708257377147675,-0.00075957301305607,-0.705953896045685,0.357499241828918,0.00500071188434958,-0.933900058269501,0.695838272571564,-0.0636574849486351,-0.715371966362,0.708811044692993,-0.000651082315016538,-0.705398142337799,0.708663821220398,0.00209930865094066,-0.705543220043182,
  706. 0.672486901283264,-0.306235164403915,-0.673781335353851,0.945544600486755,0.00394162535667419,-0.325468719005585,0.826295018196106,-0.144922837615013,-0.544273734092712,0.66916561126709,-0.01831447891891,-0.742887556552887,0.708037197589874,-0.00954070407897234,-0.706110596656799,0.707201540470123,-0.0413497909903526,-0.705801844596863,0.708257377147675,-0.00075957301305607,-0.705953896045685,0.708811044692993,-0.000651082315016538,-0.705398142337799,0.945544600486755,0.00394162535667419,-0.325468719005585,0.357499241828918,0.00500071188434958,-0.933900058269501,0.770046889781952,0.000674216542392969,-0.637986958026886,0.717380106449127,-9.06178902368993e-005,-0.696681916713715,0.66916561126709,-0.01831447891891,-0.742887556552887,0.826295018196106,-0.144922837615013,-0.544273734092712,0.415005177259445,0.00533270835876465,-0.909803450107574,0.701289594173431,-0.0805276408791542,-0.708313584327698,0.689693450927734,-0.0766679123044014,-0.720031261444092,0.701289594173431,-0.0805276408791542,-0.708313584327698,0.501372098922729,0.220967173576355,-0.836540281772614,0.689693450927734,-0.0766679123044014,-0.720031261444092,0.691790223121643,0.0135906534269452,-0.721970677375793,0.630740225315094,0.00832854025065899,-0.775949358940125,0.682894051074982,0.226196780800819,-0.694615602493286,0.0791634097695351,-0.0142624964937568,-0.996759593486786,0.696369707584381,0.241594254970551,-0.675796926021576,0.873908162117004,-0.069906584918499,-0.481037974357605,0.720090568065643,-0.03598503023386,-0.692946255207062,0.720090568065643,-0.03598503023386,-0.692946255207062,0.783458828926086,-0.083497054874897,-0.61580890417099,0.840342581272125,0.00891847629100084,-0.541982233524323,0.415005177259445,0.00533270835876465,-0.909803450107574,0.892738938331604,-0.106438830494881,-0.437821924686432,0.8857342004776,0.120301656424999,-0.448333084583282,0.863277435302734,-0.00911079905927181,-0.504647374153137,0.713068246841431,0.116005204617977,-0.691430747509003,0.501372098922729,0.220967173576355,-0.836540281772614,0.622896134853363,0.168237432837486,-0.764000236988068,
  707. 0.710172474384308,-0.129937827587128,-0.691932916641235,0.704006552696228,0.00836631376296282,-0.710144281387329,0.708983242511749,-0.0020140630658716,-0.705222427845001,0.574139952659607,0.00121824746020138,-0.818756282329559,0.70796000957489,-0.0536304973065853,-0.704213321208954,0.70796000957489,-0.0536304973065853,-0.704213321208954,0.708686709403992,0.000449350831331685,-0.705523192882538,0.704006552696228,0.00836631376296282,-0.710144281387329,0.690459191799164,-0.169874355196953,-0.703142106533051,0.619636416435242,-0.022258872166276,-0.784573316574097,0.826647341251373,0.00175794423557818,-0.56271767616272,0.702420949935913,0.191175550222397,-0.685606837272644,0.733836829662323,-0.0246843658387661,-0.678877174854279,0.703832149505615,-0.107513509690762,-0.702183067798615,0.688108146190643,0.206558704376221,-0.695586562156677,0.364236831665039,0.00130055192857981,-0.931305527687073,0.692636370658875,-0.0232809595763683,-0.720911145210266,0.690459191799164,-0.169874355196953,-0.703142106533051,0.702420949935913,0.191175550222397,-0.685606837272644,0.722684919834137,-0.0436879433691502,-0.689795553684235,0.619636416435242,-0.022258872166276,-0.784573316574097,0.733836829662323,-0.0246843658387661,-0.678877174854279,0.364236831665039,0.00130055192857981,-0.931305527687073,0.826647341251373,0.00175794423557818,-0.56271767616272,0.724671006202698,-0.042639572173357,-0.687774538993835,0.781672477722168,0.0047776373103261,-0.623670935630798,0.49889475107193,-0.0063847484998405,-0.866639077663422,0.320786774158478,-0.159033730626106,-0.933704555034637,0.682847917079926,0.0220505278557539,-0.730227708816528,0.692636370658875,-0.0232809595763683,-0.720911145210266,0.722684919834137,-0.0436879433691502,-0.689795553684235,0.959893763065338,0.00329901091754436,-0.280344426631927,0.320786774158478,-0.159033730626106,-0.933704555034637,0.69284850358963,-0.00547037925571203,-0.721062541007996,0.679008603096008,0.0304808244109154,-0.733497321605682,0.724671006202698,-0.042639572173357,-0.687774538993835,0.708064913749695,0.000479884387459606,-0.706147134304047,
  708. 0.708804070949554,0.0002419648662908,-0.705405294895172,0.711266219615936,0.00147617852780968,-0.702921211719513,0.708105623722076,0.00462317047640681,-0.706091403961182,0.719697296619415,-0.000690555025357753,-0.694287657737732,0.712956607341766,0.00623539322987199,-0.701180398464203,0.70755672454834,0.0766717940568924,-0.702484846115112,0.65259063243866,0.00209197425283492,-0.757707715034485,0.709677457809448,-0.0484154634177685,-0.702861130237579,0.708350300788879,0.0250260084867477,-0.705417215824127,0.708064913749695,0.000479884387459606,-0.706147134304047,0.708105623722076,0.00462317047640681,-0.706091403961182,0.707942545413971,0.0026578544639051,-0.706265032291412,0.65259063243866,0.00209197425283492,-0.757707715034485,0.726339042186737,8.70258008944802e-005,-0.687336623668671,0.719697296619415,-0.000690555025357753,-0.694287657737732,0.784126460552216,0.000387494335882366,-0.620600998401642,0.709677457809448,-0.0484154634177685,-0.702861130237579,0.707942545413971,0.0026578544639051,-0.706265032291412,0.702929019927979,0.000162179538165219,-0.71126002073288,0.646597743034363,0.000145773723488674,-0.762831032276154,0.707790970802307,-0.0286271385848522,-0.705841660499573,0.320786774158478,-0.159033730626106,-0.933704555034637,0.707790970802307,-0.0286271385848522,-0.705841660499573,0.69284850358963,-0.00547037925571203,-0.721062541007996,0.320786774158478,-0.159033730626106,-0.933704555034637,0.819319844245911,-0.00127149338368326,-0.57333517074585,0.70566999912262,-0.0824580565094948,-0.703726053237915,0.712956607341766,0.00623539322987199,-0.701180398464203,0.719697296619415,-0.000690555025357753,-0.694287657737732,0.726339042186737,8.70258008944802e-005,-0.687336623668671,0.819319844245911,-0.00127149338368326,-0.57333517074585,0.719697296619415,-0.000690555025357753,-0.694287657737732,0.702420949935913,0.191175550222397,-0.685606837272644,0.826647341251373,0.00175794423557818,-0.56271767616272,0.708804070949554,0.0002419648662908,-0.705405294895172,0.708064913749695,0.000479884387459606,-0.706147134304047,
  709. 0.722684919834137,-0.0436879433691502,-0.689795553684235,0.702420949935913,0.191175550222397,-0.685606837272644,0.708064913749695,0.000479884387459606,-0.706147134304047,0.708350300788879,0.0250260084867477,-0.705417215824127,0.700084567070007,0.1241854429245,-0.70317804813385,0.959893763065338,0.00329901091754436,-0.280344426631927,0.722684919834137,-0.0436879433691502,-0.689795553684235,0.700084567070007,0.1241854429245,-0.70317804813385,0.647975921630859,-0.0016566471895203,-0.761659026145935,0.320786774158478,-0.159033730626106,-0.933704555034637,0.49889475107193,-0.0063847484998405,-0.866639077663422,0.646597743034363,0.000145773723488674,-0.762831032276154,0.724671006202698,-0.042639572173357,-0.687774538993835,0.679008603096008,0.0304808244109154,-0.733497321605682,0.718774259090424,0.0282372254878283,-0.694669842720032,0.957882761955261,0.287023335695267,-0.00884050969034433,0.945544600486755,0.00394162535667419,-0.325468719005585,0.672486901283264,-0.306235164403915,-0.673781335353851,0.703832149505615,-0.107513509690762,-0.702183067798615,0.733836829662323,-0.0246843658387661,-0.678877174854279,0.357499241828918,0.00500071188434958,-0.933900058269501,0.945544600486755,0.00394162535667419,-0.325468719005585,0.733836829662323,-0.0246843658387661,-0.678877174854279,0.619636416435242,-0.022258872166276,-0.784573316574097,0.695838272571564,-0.0636574849486351,-0.715371966362,0.357499241828918,0.00500071188434958,-0.933900058269501,0.619636416435242,-0.022258872166276,-0.784573316574097,0.690459191799164,-0.169874355196953,-0.703142106533051,0.671578526496887,0.309998661279678,-0.67296576499939,0.695838272571564,-0.0636574849486351,-0.715371966362,0.690459191799164,-0.169874355196953,-0.703142106533051,0.692636370658875,-0.0232809595763683,-0.720911145210266,0.246077924966812,-0.00711800716817379,-0.969223856925964,0.671578526496887,0.309998661279678,-0.67296576499939,0.692636370658875,-0.0232809595763683,-0.720911145210266,0.682847917079926,0.0220505278557539,-0.730227708816528,0.957882761955261,0.287023335695267,-0.00884050969034433,
  710. 0.926553666591644,0.0037340079434216,-0.376144051551819,0.781672477722168,0.0047776373103261,-0.623670935630798,0.724671006202698,-0.042639572173357,-0.687774538993835,0.957882761955261,0.287023335695267,-0.00884050969034433,0.705896854400635,0.0891776829957962,-0.702678263187408,0.798164486885071,-0.00199008104391396,-0.602436304092407,0.957882761955261,0.287023335695267,-0.00884050969034433,0.718774259090424,0.0282372254878283,-0.694669842720032,0.705896854400635,0.0891776829957962,-0.702678263187408,0.826295018196106,-0.144922837615013,-0.544273734092712,0.707201540470123,-0.0413497909903526,-0.705801844596863,0.770046889781952,0.000674216542392969,-0.637986958026886,0.798164486885071,-0.00199008104391396,-0.602436304092407,0.926553666591644,0.0037340079434216,-0.376144051551819,0.957882761955261,0.287023335695267,-0.00884050969034433,0.706523001194,0.078788585960865,-0.703290581703186,0.745433807373047,-0.000386112922569737,-0.666579604148865,0.708983242511749,-0.0020140630658716,-0.705222427845001,0.704006552696228,0.00836631376296282,-0.710144281387329,0.708686709403992,0.000449350831331685,-0.705523192882538,0.706523001194,0.078788585960865,-0.703290581703186,0.704006552696228,0.00836631376296282,-0.710144281387329,0.0791634097695351,-0.0142624964937568,-0.996759593486786,0.682894051074982,0.226196780800819,-0.694615602493286,0.708663821220398,0.00209930865094066,-0.705543220043182,0.708811044692993,-0.000651082315016538,-0.705398142337799,0.720090568065643,-0.03598503023386,-0.692946255207062,0.840342581272125,0.00891847629100084,-0.541982233524323,0.749317169189453,-0.000998348346911371,-0.662210524082184,0.749317169189453,-0.000998348346911371,-0.662210524082184,0.708313047885895,0.02269889973104,-0.705533444881439,0.720090568065643,-0.03598503023386,-0.692946255207062,0.66916561126709,-0.01831447891891,-0.742887556552887,0.707670032978058,0.0195949673652649,-0.706271350383759,0.708037197589874,-0.00954070407897234,-0.706110596656799,0.66545307636261,-8.31306970212609e-005,-0.746439754962921,0.707670032978058,0.0195949673652649,-0.706271350383759,
  711. 0.66916561126709,-0.01831447891891,-0.742887556552887,0.66545307636261,-8.31306970212609e-005,-0.746439754962921,0.66916561126709,-0.01831447891891,-0.742887556552887,0.717380106449127,-9.06178902368993e-005,-0.696681916713715,0.933244407176971,0.00670782243832946,-0.359179526567459,0.70453953742981,-0.168685808777809,-0.689325094223022,0.630740225315094,0.00832854025065899,-0.775949358940125,0.691790223121643,0.0135906534269452,-0.721970677375793,0.873908162117004,-0.069906584918499,-0.481037974357605,0.681329786777496,-0.0513040646910667,-0.730176448822021,0.720090568065643,-0.03598503023386,-0.692946255207062,0.720090568065643,-0.03598503023386,-0.692946255207062,0.529205560684204,-0.00673727924004197,-0.84846693277359,0.783458828926086,-0.083497054874897,-0.61580890417099,0.91417008638382,0.347832977771759,-0.208099573850632,0.83021879196167,0.0062701553106308,-0.557402431964874,0.892738938331604,-0.106438830494881,-0.437821924686432,0.689693450927734,-0.0766679123044014,-0.720031261444092,0.827776491641998,-0.00236376700922847,-0.561052978038788,0.708068490028381,0.0192181281745434,-0.70588231086731,0.707606852054596,0.0023682382889092,-0.706602334976196,0.70701664686203,0.000274841411737725,-0.707196891307831,0.708068490028381,0.0192181281745434,-0.70588231086731,0.713068246841431,0.116005204617977,-0.691430747509003,0.710172474384308,-0.129937827587128,-0.691932916641235,0.707611382007599,-0.00335100991651416,-0.706593990325928,0.707606852054596,0.0023682382889092,-0.706602334976196,0.699135899543762,2.35950064961798e-005,-0.714988887310028,0.647975921630859,-0.0016566471895203,-0.761659026145935,0.649853646755219,-0.040931086987257,-0.758956372737885,0.707790970802307,-0.0286271385848522,-0.705841660499573,0.646597743034363,0.000145773723488674,-0.762831032276154,0.706165015697479,0.000158887691213749,-0.708047330379486,0.709043860435486,0.00438614282757044,-0.705150783061981,0.707259356975555,-0.061683401465416,-0.70425808429718,0.708978474140167,-0.0134981507435441,-0.705101013183594,0.711430788040161,0.00359789445064962,-0.702746987342834,
  712. 0.679008603096008,0.0304808244109154,-0.733497321605682,0.69284850358963,-0.00547037925571203,-0.721062541007996,0.688058435916901,0.206997960805893,-0.695505201816559,0.712457060813904,-0.01536581851542,-0.701547384262085,0.718774259090424,0.0282372254878283,-0.694669842720032,0.679008603096008,0.0304808244109154,-0.733497321605682,0.712457060813904,-0.01536581851542,-0.701547384262085,0.672591149806976,-0.305846720933914,-0.673853874206543,0.781672477722168,0.0047776373103261,-0.623670935630798,0.926553666591644,0.0037340079434216,-0.376144051551819,0.246077924966812,-0.00711800716817379,-0.969223856925964,0.682847917079926,0.0220505278557539,-0.730227708816528,0.49889475107193,-0.0063847484998405,-0.866639077663422,0.781672477722168,0.0047776373103261,-0.623670935630798,0.682847917079926,0.0220505278557539,-0.730227708816528,0.959893763065338,0.00329901091754436,-0.280344426631927,0.708983242511749,-0.0020140630658716,-0.705222427845001,0.745433807373047,-0.000386112922569737,-0.666579604148865,0.687428414821625,-1.21083185149473e-005,-0.726252198219299,0.764002025127411,-0.000266094197286293,-0.645213842391968,0.708936870098114,-0.0269044432789087,-0.704758644104004,0.707670032978058,0.0195949673652649,-0.706271350383759,0.66545307636261,-8.31306970212609e-005,-0.746439754962921,0.708313047885895,0.02269889973104,-0.705533444881439,0.696369707584381,0.241594254970551,-0.675796926021576,0.720090568065643,-0.03598503023386,-0.692946255207062,0.708037197589874,-0.00954070407897234,-0.706110596656799,0.708043277263641,-0.00221325759775937,-0.706165552139282,0.695838272571564,-0.0636574849486351,-0.715371966362,0.671578526496887,0.309998661279678,-0.67296576499939,0.707201540470123,-0.0413497909903526,-0.705801844596863,0.770046889781952,0.000674216542392969,-0.637986958026886,0.707201540470123,-0.0413497909903526,-0.705801844596863,0.671578526496887,0.309998661279678,-0.67296576499939,0.246077924966812,-0.00711800716817379,-0.969223856925964,0.687428414821625,-1.21083185149473e-005,-0.726252198219299,0.574139952659607,0.00121824746020138,-0.818756282329559,
  713. 0.708983242511749,-0.0020140630658716,-0.705222427845001,0.784126460552216,0.000387494335882366,-0.620600998401642,0.699135899543762,2.35950064961798e-005,-0.714988887310028,0.649853646755219,-0.040931086987257,-0.758956372737885,0.649853646755219,-0.040931086987257,-0.758956372737885,0.703606188297272,0.00118161097634584,-0.710588991641998,0.709677457809448,-0.0484154634177685,-0.702861130237579,0.784126460552216,0.000387494335882366,-0.620600998401642,0.703606188297272,0.00118161097634584,-0.710588991641998,0.708350300788879,0.0250260084867477,-0.705417215824127,0.709677457809448,-0.0484154634177685,-0.702861130237579,0.700084567070007,0.1241854429245,-0.70317804813385,0.708350300788879,0.0250260084867477,-0.705417215824127,0.703606188297272,0.00118161097634584,-0.710588991641998,0.647975921630859,-0.0016566471895203,-0.761659026145935,0.700084567070007,0.1241854429245,-0.70317804813385,0.703606188297272,0.00118161097634584,-0.710588991641998,0.649853646755219,-0.040931086987257,-0.758956372737885,0.699135899543762,2.35950064961798e-005,-0.714988887310028,0.706165015697479,0.000158887691213749,-0.708047330379486,0.646597743034363,0.000145773723488674,-0.762831032276154,0.49889475107193,-0.0063847484998405,-0.866639077663422,0.959893763065338,0.00329901091754436,-0.280344426631927,0.647975921630859,-0.0016566471895203,-0.761659026145935,0.8857342004776,0.120301656424999,-0.448333084583282,0.325155705213547,0.00441173743456602,-0.945650160312653,0.712982475757599,-0.014730860479176,-0.701027154922485,0.863277435302734,-0.00911079905927181,-0.504647374153137,0.8857342004776,0.120301656424999,-0.448333084583282,0.712982475757599,-0.014730860479176,-0.701027154922485,0.764002025127411,-0.000266094197286293,-0.645213842391968,0.863277435302734,-0.00911079905927181,-0.504647374153137,0.712982475757599,-0.014730860479176,-0.701027154922485,0.712982475757599,-0.014730860479176,-0.701027154922485,0.723455846309662,0.00476687494665384,-0.690354228019714,0.708936870098114,-0.0269044432789087,-0.704758644104004,0.764002025127411,-0.000266094197286293,-0.645213842391968,
  714. 0.718733549118042,-0.0926627442240715,-0.689083099365234,0.708936870098114,-0.0269044432789087,-0.704758644104004,0.723455846309662,0.00476687494665384,-0.690354228019714,0.723455846309662,0.00476687494665384,-0.690354228019714,0.53113728761673,-0.281277626752853,-0.799234747886658,0.718733549118042,-0.0926627442240715,-0.689083099365234,0.723455846309662,0.00476687494665384,-0.690354228019714,0.675962209701538,0.203837737441063,-0.708184480667114,0.53113728761673,-0.281277626752853,-0.799234747886658,0.704380750656128,0.025562459602952,-0.709361910820007,0.675962209701538,0.203837737441063,-0.708184480667114,0.723455846309662,0.00476687494665384,-0.690354228019714,0.634724676609039,0.00038922973908484,-0.772738218307495,0.704380750656128,0.025562459602952,-0.709361910820007,0.723455846309662,0.00476687494665384,-0.690354228019714,0.712982475757599,-0.014730860479176,-0.701027154922485,0.325155705213547,0.00441173743456602,-0.945650160312653,0.634724676609039,0.00038922973908484,-0.772738218307495,0.712982475757599,-0.014730860479176,-0.701027154922485,0.827776491641998,-0.00236376700922847,-0.561052978038788,0.83021879196167,0.0062701553106308,-0.557402431964874,0.91417008638382,0.347832977771759,-0.208099573850632,0.91417008638382,0.347832977771759,-0.208099573850632,0.708068490028381,0.0192181281745434,-0.70588231086731,0.827776491641998,-0.00236376700922847,-0.561052978038788,0.91417008638382,0.347832977771759,-0.208099573850632,0.713068246841431,0.116005204617977,-0.691430747509003,0.708068490028381,0.0192181281745434,-0.70588231086731,0.689693450927734,-0.0766679123044014,-0.720031261444092,0.501372098922729,0.220967173576355,-0.836540281772614,0.713068246841431,0.116005204617977,-0.691430747509003,0.91417008638382,0.347832977771759,-0.208099573850632,0.892738938331604,-0.106438830494881,-0.437821924686432,0.83021879196167,0.0062701553106308,-0.557402431964874,0.325155705213547,0.00441173743456602,-0.945650160312653,0.8857342004776,0.120301656424999,-0.448333084583282,0.689693450927734,-0.0766679123044014,-0.720031261444092,
  715. 0.892738938331604,-0.106438830494881,-0.437821924686432,0.415005177259445,0.00533270835876465,-0.909803450107574,0.701289594173431,-0.0805276408791542,-0.708313584327698,0.688820481300354,0.166060864925385,-0.705655813217163,0.622896134853363,0.168237432837486,-0.764000236988068,0.501372098922729,0.220967173576355,-0.836540281772614,0.708181023597717,0.0537783093750477,-0.703979790210724,0.708978474140167,-0.0134981507435441,-0.705101013183594,0.709043860435486,0.00438614282757044,-0.705150783061981,0.709668040275574,0.003578279633075,-0.704527139663696,0.709692597389221,-0.00446917302906513,-0.704497277736664,0.65259063243866,0.00209197425283492,-0.757707715034485,0.70755672454834,0.0766717940568924,-0.702484846115112,0.709678530693054,-0.00497651984915137,-0.704508066177368,0.711228728294373,0.00135041726753116,-0.702959418296814,0.708804070949554,0.0002419648662908,-0.705405294895172,0.726339042186737,8.70258008944802e-005,-0.687336623668671,0.65259063243866,0.00209197425283492,-0.757707715034485,0.711228728294373,0.00135041726753116,-0.702959418296814,0.711266219615936,0.00147617852780968,-0.702921211719513,0.826647341251373,0.00175794423557818,-0.56271767616272,0.364236831665039,0.00130055192857981,-0.931305527687073,0.819319844245911,-0.00127149338368326,-0.57333517074585,0.726339042186737,8.70258008944802e-005,-0.687336623668671,0.708804070949554,0.0002419648662908,-0.705405294895172,0.364236831665039,0.00130055192857981,-0.931305527687073,0.688108146190643,0.206558704376221,-0.695586562156677,0.70566999912262,-0.0824580565094948,-0.703726053237915,0.819319844245911,-0.00127149338368326,-0.57333517074585,0.688058435916901,0.206997960805893,-0.695505201816559,0.69284850358963,-0.00547037925571203,-0.721062541007996,0.707790970802307,-0.0286271385848522,-0.705841660499573,0.709043860435486,0.00438614282757044,-0.705150783061981,0.708978474140167,-0.0134981507435441,-0.705101013183594,0.707259356975555,-0.061683401465416,-0.70425808429718,0.798164486885071,-0.00199008104391396,-0.602436304092407,0.574139952659607,0.00121824746020138,-0.818756282329559,
  716. 0.687428414821625,-1.21083185149473e-005,-0.726252198219299,0.717380106449127,-9.06178902368993e-005,-0.696681916713715,0.770046889781952,0.000674216542392969,-0.637986958026886,0.246077924966812,-0.00711800716817379,-0.969223856925964,0.926553666591644,0.0037340079434216,-0.376144051551819,0.70796000957489,-0.0536304973065853,-0.704213321208954,0.574139952659607,0.00121824746020138,-0.818756282329559,0.798164486885071,-0.00199008104391396,-0.602436304092407,0.705896854400635,0.0891776829957962,-0.702678263187408,0.708704650402069,0.00324607151560485,-0.705497860908508,0.708686709403992,0.000449350831331685,-0.705523192882538,0.70796000957489,-0.0536304973065853,-0.704213321208954,0.705896854400635,0.0891776829957962,-0.702678263187408,0.718774259090424,0.0282372254878283,-0.694669842720032,0.672591149806976,-0.305846720933914,-0.673853874206543,0.708704650402069,0.00324607151560485,-0.705497860908508,0.688820481300354,0.166060864925385,-0.705655813217163,0.701289594173431,-0.0805276408791542,-0.708313584327698,0.706523001194,0.078788585960865,-0.703290581703186,0.708686709403992,0.000449350831331685,-0.705523192882538,0.701289594173431,-0.0805276408791542,-0.708313584327698,0.415005177259445,0.00533270835876465,-0.909803450107574,0.745433807373047,-0.000386112922569737,-0.666579604148865,0.706523001194,0.078788585960865,-0.703290581703186,0.687428414821625,-1.21083185149473e-005,-0.726252198219299,0.745433807373047,-0.000386112922569737,-0.666579604148865,0.415005177259445,0.00533270835876465,-0.909803450107574,0.863277435302734,-0.00911079905927181,-0.504647374153137,0.764002025127411,-0.000266094197286293,-0.645213842391968,0.66545307636261,-8.31306970212609e-005,-0.746439754962921,0.717380106449127,-9.06178902368993e-005,-0.696681916713715,0.783458828926086,-0.083497054874897,-0.61580890417099,0.529205560684204,-0.00673727924004197,-0.84846693277359,0.933244407176971,0.00670782243832946,-0.359179526567459,0.691790223121643,0.0135906534269452,-0.721970677375793,0.840342581272125,0.00891847629100084,-0.541982233524323,
  717. 0.783458828926086,-0.083497054874897,-0.61580890417099,0.691790223121643,0.0135906534269452,-0.721970677375793,0.0791634097695351,-0.0142624964937568,-0.996759593486786,0.749317169189453,-0.000998348346911371,-0.662210524082184,0.840342581272125,0.00891847629100084,-0.541982233524323,0.0791634097695351,-0.0142624964937568,-0.996759593486786,0.708811044692993,-0.000651082315016538,-0.705398142337799,0.708257377147675,-0.00075957301305607,-0.705953896045685,0.708043277263641,-0.00221325759775937,-0.706165552139282,0.708313047885895,0.02269889973104,-0.705533444881439,0.749317169189453,-0.000998348346911371,-0.662210524082184,0.708257377147675,-0.00075957301305607,-0.705953896045685,0.707670032978058,0.0195949673652649,-0.706271350383759,0.708936870098114,-0.0269044432789087,-0.704758644104004,0.718733549118042,-0.0926627442240715,-0.689083099365234,0.696369707584381,0.241594254970551,-0.675796926021576,0.708313047885895,0.02269889973104,-0.705533444881439,0.708043277263641,-0.00221325759775937,-0.706165552139282,0.708037197589874,-0.00954070407897234,-0.706110596656799,0.718733549118042,-0.0926627442240715,-0.689083099365234,0.53113728761673,-0.281277626752853,-0.799234747886658,0.873908162117004,-0.069906584918499,-0.481037974357605,0.696369707584381,0.241594254970551,-0.675796926021576,0.53113728761673,-0.281277626752853,-0.799234747886658,0.675962209701538,0.203837737441063,-0.708184480667114,0.681329786777496,-0.0513040646910667,-0.730176448822021,0.873908162117004,-0.069906584918499,-0.481037974357605,0.702929019927979,0.000162179538165219,-0.71126002073288,0.708551287651062,0.000328038120642304,-0.70565927028656,0.706165015697479,0.000158887691213749,-0.708047330379486,0.699135899543762,2.35950064961798e-005,-0.714988887310028,0.784126460552216,0.000387494335882366,-0.620600998401642,0.708753943443298,0.00131343118846416,-0.705454409122467,0.707594573497772,-0.0038630107883364,-0.70660811662674,0.70453953742981,-0.168685808777809,-0.689325094223022,0.933244407176971,0.00670782243832946,-0.359179526567459,0.70701664686203,0.000274841411737725,-0.707196891307831,
  718. 0.701289713382721,0.000146456135553308,-0.712876379489899,0.634724676609039,0.00038922973908484,-0.772738218307495,0.325155705213547,0.00441173743456602,-0.945650160312653,0.83021879196167,0.0062701553106308,-0.557402431964874,0.827776491641998,-0.00236376700922847,-0.561052978038788,0.701289713382721,0.000146456135553308,-0.712876379489899,0.705737352371216,0.00290007330477238,-0.708467662334442,0.704380750656128,0.025562459602952,-0.709361910820007,0.634724676609039,0.00038922973908484,-0.772738218307495,0.705737352371216,0.00290007330477238,-0.708467662334442,0.705867111682892,0.00594629440456629,-0.708319365978241,0.704108238220215,-0.0497771129012108,-0.708345770835876,0.681329786777496,-0.0513040646910667,-0.730176448822021,0.675962209701538,0.203837737441063,-0.708184480667114,0.704380750656128,0.025562459602952,-0.709361910820007,0.705867111682892,0.00594629440456629,-0.708319365978241,0.709701955318451,0.00144109025131911,-0.704500615596771,0.644489884376526,0.00204165256582201,-0.764610111713409,0.704108238220215,-0.0497771129012108,-0.708345770835876,0.709701955318451,0.00144109025131911,-0.704500615596771,0.708753943443298,0.00131343118846416,-0.705454409122467,0.933244407176971,0.00670782243832946,-0.359179526567459,0.529205560684204,-0.00673727924004197,-0.84846693277359,0.644489884376526,0.00204165256582201,-0.764610111713409
  719. }
  720. TangentsW: *3904 {
  721. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  722. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  723. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  724. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  725. }
  726. }
  727. LayerElementUV: 0 {
  728. Version: 101
  729. Name: "map1"
  730. MappingInformationType: "ByPolygonVertex"
  731. ReferenceInformationType: "IndexToDirect"
  732. UV: *2208 {
  733. a: 0.849330961704254,5.24117994308472,0.85060042142868,5.24394941329956,0.82496964931488,5.24255275726318,0.827761590480804,5.23074293136597,0.827454328536987,5.2541880607605,0.3885817527771,5.07256031036377,0.38847804069519,5.07591581344604,0.258015871047974,5.07641363143921,0.257291734218597,5.0732855796814,0.388491541147232,5.01825618743896,0.388508588075638,5.02850294113159,0.368649899959564,5.01826477050781,0.692992508411407,5.24118375778198,0.69305020570755,5.2440710067749,0.531077206134796,5.24423122406006,0.530967652797699,5.24120807647705,0.691392958164215,5.35214042663574,0.692201912403107,5.35705232620239,0.530235886573792,5.35702228546143,0.529114842414856,5.35250425338745,0.690971314907074,5.18579816818237,0.694465398788452,5.18579530715942,0.693702220916748,5.19414281845093,0.676508188247681,5.18790102005005,0.676070690155029,5.18372011184692,0.693212509155273,5.17116260528564,0.817854344844818,5.0739917755127,0.81773430109024,5.07035875320435,0.823275625705719,5.07220792770386,0.823330819606781,5.0572714805603,0.823568642139435,5.35184383392334,0.824123382568359,5.35707664489746,0.822381258010864,5.3570761680603,0.821823120117188,5.35184764862061,0.823349356651306,5.23336601257324,0.825086832046509,5.23369264602661,0.824861764907837,5.25279235839844,0.823079943656921,5.25580596923828,0.823635458946228,5.08813953399658,0.825270593166351,5.16566371917725,0.823466837406158,5.16287612915039,0.825936853885651,5.05808877944946,0.823702692985535,5.01806402206421,0.826346278190613,5.01806211471558,0.691559731960297,5.07088708877563,0.691621482372284,5.07475852966309,0.679816424846649,5.07480382919312,0.677516937255859,5.07096481323242,0.691648840904236,5.05606174468994,0.528822362422943,5.24120855331421,0.528932631015778,5.24423360824585,0.525259613990784,5.24423694610596,0.525148153305054,5.24120903015137,0.526966214179993,5.35250902175903,0.528091371059418,5.35702228546143,0.524418532848358,5.35702133178711,0.523286283016205,5.35251712799072,0.529519319534302,5.18789863586426,0.525842726230621,
  734. 5.18789863586426,0.527774512767792,5.0735878944397,0.527868866920471,5.08543682098389,0.524194777011871,5.08493041992188,0.524108290672302,5.07360506057739,0.528928995132446,5.18396806716919,0.525247633457184,5.18397426605225,0.524150788784027,5.0556845664978,0.527819037437439,5.05480861663818,0.389276772737503,5.24122905731201,0.389431804418564,5.24437141418457,0.301060616970062,5.24445915222168,0.302478313446045,5.24124240875244,0.387202501296997,5.35282230377197,0.388596504926682,5.35699653625488,0.3687404692173,5.35699272155762,0.366695076227188,5.35286808013916,0.371134757995605,5.18789672851563,0.389628946781158,5.2102632522583,0.302815407514572,5.18789577484131,0.387698382139206,5.32869911193848,0.370549082756042,5.18423557281494,0.301212280988693,5.1843523979187,0.506570279598236,5.07546520233154,0.503463089466095,5.07192611694336,0.398575514554977,5.35279655456543,0.400448560714722,5.35699844360352,0.397625267505646,5.18789672851563,0.404053092002869,5.18417882919312,0.529960989952087,5.05429649353027,0.52991509437561,5.07357788085938,0.531665980815887,5.18789863586426,0.531078398227692,5.18396472930908,0.530014038085938,5.08573246002197,0.538256525993347,5.07173347473145,0.538365960121155,5.0753436088562,0.707346200942993,5.07082080841064,0.708431959152222,5.07465648651123,0.790148913860321,5.2439751625061,0.790700376033783,5.24116897583008,0.723487019538879,5.18790149688721,0.722077012062073,5.18364238739014,0.826236248016357,5.35181140899658,0.826720416545868,5.35706949234009,0.825813412666321,5.07015705108643,0.826285839080811,5.08969211578369,0.832376956939697,5.07415771484375,0.833495080471039,5.07011365890503,0.9577317237854,5.06941795349121,0.956916987895966,5.07374238967896,0.95867931842804,5.01800441741943,0.389042377471924,5.17242383956909,0.389111280441284,5.1842041015625,0.400334984064102,5.01825094223022,0.524215161800385,5.01819610595703,0.527885317802429,5.01819467544556,0.530028223991394,5.01819372177124,0.691789209842682,5.08492183685303,0.805163502693176,5.18350219726563,0.80540531873703,
  735. 5.18790292739868,0.38988333940506,5.18789672851563,0.82801616191864,5.16997241973877,0.825646102428436,5.18346786499023,0.825852274894714,5.18790292739868,0.823903679847717,5.20016098022461,0.825668573379517,5.19889116287231,0.828323245048523,5.19694995880127,0.843990445137024,5.18786811828613,0.842775583267212,5.18355321884155,0.82196182012558,5.01806497573853,0.257092267274857,5.01831436157227,0.25710192322731,5.35697221755981,0.256367892026901,5.35311555862427,0.691876828670502,5.01812219619751,0.957575023174286,5.35154056549072,0.959192335605621,5.35710048675537,0.920183956623077,5.18335628509521,0.918636441230774,5.18788957595825,0.917918801307678,5.24115896224976,0.918838262557983,5.24386358261108,0.849330961704254,4.24117994308472,0.85060042142868,4.24394941329956,0.82496964931488,4.24255275726318,0.827761590480804,4.23074293136597,0.827454328536987,4.2541880607605,0.3885817527771,4.07256031036377,0.38847804069519,4.07591581344604,0.258015871047974,4.07641363143921,0.257291734218597,4.0732855796814,0.388491541147232,4.01825618743896,0.388508588075638,4.02850294113159,0.368649899959564,4.01826477050781,0.692992508411407,4.24118375778198,0.69305020570755,4.2440710067749,0.531077206134796,4.24423122406006,0.530967652797699,4.24120807647705,0.691392958164215,4.35214042663574,0.692201912403107,4.35705232620239,0.530235886573792,4.35702228546143,0.529114842414856,4.35250425338745,0.690971314907074,4.18579816818237,0.694465398788452,4.18579530715942,0.693702220916748,4.19414281845093,0.676508188247681,4.18790102005005,0.676070690155029,4.18372011184692,0.693212509155273,4.17116260528564,0.817854344844818,4.0739917755127,0.81773430109024,4.07035875320435,0.823275625705719,4.07220792770386,0.823330819606781,4.0572714805603,0.823568642139435,4.35184383392334,0.824123382568359,4.35707664489746,0.822381258010864,4.3570761680603,0.821823120117188,4.35184764862061,0.823349356651306,4.23336601257324,0.825086832046509,4.23369264602661,0.824861764907837,4.25279235839844,0.823079943656921,4.25580596923828,0.823635458946228,4.08813953399658,
  736. 0.825270593166351,4.16566371917725,0.823466837406158,4.16287612915039,0.825936853885651,4.05808877944946,0.823702692985535,4.01806402206421,0.826346278190613,4.01806211471558,0.691559731960297,4.07088708877563,0.691621482372284,4.07475852966309,0.679816424846649,4.07480382919312,0.677516937255859,4.07096481323242,0.691648840904236,4.05606174468994,0.528822362422943,4.24120855331421,0.528932631015778,4.24423360824585,0.525259613990784,4.24423694610596,0.525148153305054,4.24120903015137,0.526966214179993,4.35250902175903,0.528091371059418,4.35702228546143,0.524418532848358,4.35702133178711,0.523286283016205,4.35251712799072,0.529519319534302,4.18789863586426,0.525842726230621,4.18789863586426,0.527774512767792,4.0735878944397,0.527868866920471,4.08543682098389,0.524194777011871,4.08493041992188,0.524108290672302,4.07360506057739,0.528928995132446,4.18396806716919,0.525247633457184,4.18397426605225,0.524150788784027,4.0556845664978,0.527819037437439,4.05480861663818,0.389276772737503,4.24122905731201,0.389431804418564,4.24437141418457,0.301060616970062,4.24445915222168,0.302478313446045,4.24124240875244,0.387202501296997,4.35282230377197,0.388596504926682,4.35699653625488,0.3687404692173,4.35699272155762,0.366695076227188,4.35286808013916,0.371134757995605,4.18789672851563,0.389628946781158,4.2102632522583,0.302815407514572,4.18789577484131,0.387698382139206,4.32869911193848,0.370549082756042,4.18423557281494,0.301212280988693,4.1843523979187,0.506570279598236,4.07546520233154,0.503463089466095,4.07192611694336,0.398575514554977,4.35279655456543,0.400448560714722,4.35699844360352,0.397625267505646,4.18789672851563,0.404053092002869,4.18417882919312,0.529960989952087,4.05429649353027,0.52991509437561,4.07357788085938,0.531665980815887,4.18789863586426,0.531078398227692,4.18396472930908,0.530014038085938,4.08573246002197,0.538256525993347,4.07173347473145,0.538365960121155,4.0753436088562,0.707346200942993,4.07082080841064,0.708431959152222,4.07465648651123,0.790148913860321,4.2439751625061,0.790700376033783,4.24116897583008,
  737. 0.723487019538879,4.18790149688721,0.722077012062073,4.18364238739014,0.826236248016357,4.35181140899658,0.826720416545868,4.35706949234009,0.825813412666321,4.07015705108643,0.826285839080811,4.08969211578369,0.832376956939697,4.07415771484375,0.833495080471039,4.07011365890503,0.9577317237854,4.06941795349121,0.956916987895966,4.07374238967896,0.95867931842804,4.01800441741943,0.389042377471924,4.17242383956909,0.389111280441284,4.1842041015625,0.400334984064102,4.01825094223022,0.524215161800385,4.01819610595703,0.527885317802429,4.01819467544556,0.530028223991394,4.01819372177124,0.691789209842682,4.08492183685303,0.805163502693176,4.18350219726563,0.80540531873703,4.18790292739868,0.38988333940506,4.18789672851563,0.82801616191864,4.16997241973877,0.825646102428436,4.18346786499023,0.825852274894714,4.18790292739868,0.823903679847717,4.20016098022461,0.825668573379517,4.19889116287231,0.828323245048523,4.19694995880127,0.843990445137024,4.18786811828613,0.842775583267212,4.18355321884155,0.82196182012558,4.01806497573853,0.257092267274857,4.01831436157227,0.25710192322731,4.35697221755981,0.256367892026901,4.35311555862427,0.691876828670502,4.01812219619751,0.957575023174286,4.35154056549072,0.959192335605621,4.35710048675537,0.920183956623077,4.18335628509521,0.918636441230774,4.18788957595825,0.917918801307678,4.24115896224976,0.918838262557983,4.24386358261108,0.849330961704254,3.24117994308472,0.85060042142868,3.24394941329956,0.82496964931488,3.2425525188446,0.827761590480804,3.23074293136597,0.827454328536987,3.2541880607605,0.3885817527771,3.07256054878235,0.38847804069519,3.07591581344604,0.258015871047974,3.07641363143921,0.257291734218597,3.0732855796814,0.388491541147232,3.01825618743896,0.388508588075638,3.02850294113159,0.368649899959564,3.01826477050781,0.692992508411407,3.24118375778198,0.69305020570755,3.24407124519348,0.531077206134796,3.24423146247864,0.530967652797699,3.24120807647705,0.691392958164215,3.35214042663574,0.692201912403107,3.35705232620239,0.530235886573792,3.35702228546143,0.529114842414856,
  738. 3.35250425338745,0.690971314907074,3.18579816818237,0.694465398788452,3.18579530715942,0.693702220916748,3.19414281845093,0.676508188247681,3.18790102005005,0.676070690155029,3.18372011184692,0.693212509155273,3.17116260528564,0.817854344844818,3.0739917755127,0.81773430109024,3.07035875320435,0.823275625705719,3.07220792770386,0.823330819606781,3.0572714805603,0.823568642139435,3.35184407234192,0.824123382568359,3.35707664489746,0.822381258010864,3.3570761680603,0.821823120117188,3.35184788703918,0.823349356651306,3.23336601257324,0.825086832046509,3.23369264602661,0.824861764907837,3.25279235839844,0.823079943656921,3.2558057308197,0.823635458946228,3.08813953399658,0.825270593166351,3.16566395759583,0.823466837406158,3.16287589073181,0.825936853885651,3.05808877944946,0.823702692985535,3.01806402206421,0.826346278190613,3.01806211471558,0.691559731960297,3.07088708877563,0.691621482372284,3.07475876808167,0.679816424846649,3.07480382919312,0.677516937255859,3.07096457481384,0.691648840904236,3.05606150627136,0.528822362422943,3.24120855331421,0.528932631015778,3.24423360824585,0.525259613990784,3.24423718452454,0.525148153305054,3.24120903015137,0.526966214179993,3.35250902175903,0.528091371059418,3.35702204704285,0.524418532848358,3.35702133178711,0.523286283016205,3.35251712799072,0.529519319534302,3.18789887428284,0.525842726230621,3.18789863586426,0.527774512767792,3.0735878944397,0.527868866920471,3.08543682098389,0.524194777011871,3.08493041992188,0.524108290672302,3.07360506057739,0.528928995132446,3.18396806716919,0.525247633457184,3.18397450447083,0.524150788784027,3.0556845664978,0.527819037437439,3.05480861663818,0.389276772737503,3.24122929573059,0.389431804418564,3.24437141418457,0.301060616970062,3.2444589138031,0.302478313446045,3.24124240875244,0.387202501296997,3.35282230377197,0.388596504926682,3.3569962978363,0.3687404692173,3.35699272155762,0.366695076227188,3.35286831855774,0.371134757995605,3.18789649009705,0.389628946781158,3.2102632522583,0.302815407514572,3.18789553642273,0.387698382139206,
  739. 3.3286988735199,0.370549082756042,3.18423533439636,0.301212280988693,3.1843523979187,0.506570279598236,3.07546496391296,0.503463089466095,3.07192611694336,0.398575514554977,3.35279679298401,0.400448560714722,3.35699844360352,0.397625267505646,3.1878969669342,0.404053092002869,3.18417882919312,0.529960989952087,3.05429649353027,0.52991509437561,3.07357788085938,0.531665980815887,3.18789887428284,0.531078398227692,3.18396472930908,0.530014038085938,3.08573269844055,0.538256525993347,3.07173371315002,0.538365960121155,3.0753436088562,0.707346200942993,3.07082080841064,0.708431959152222,3.07465648651123,0.790148913860321,3.2439751625061,0.790700376033783,3.24116921424866,0.723487019538879,3.18790149688721,0.722077012062073,3.18364238739014,0.826236248016357,3.351811170578,0.826720416545868,3.35706949234009,0.825813412666321,3.07015681266785,0.826285839080811,3.08969235420227,0.832376956939697,3.07415795326233,0.833495080471039,3.07011365890503,0.9577317237854,3.06941795349121,0.956916987895966,3.07374238967896,0.95867931842804,3.01800441741943,0.389042377471924,3.17242383956909,0.389111280441284,3.1842041015625,0.400334984064102,3.01825094223022,0.524215161800385,3.01819610595703,0.527885317802429,3.01819467544556,0.530028223991394,3.01819372177124,0.691789209842682,3.08492183685303,0.805163502693176,3.18350219726563,0.80540531873703,3.18790292739868,0.38988333940506,3.18789672851563,0.82801616191864,3.16997241973877,0.825646102428436,3.18346786499023,0.825852274894714,3.18790292739868,0.823903679847717,3.20016098022461,0.825668573379517,3.19889116287231,0.828323245048523,3.19694995880127,0.843990445137024,3.18786811828613,0.842775583267212,3.18355321884155,0.82196182012558,3.01806497573853,0.257092267274857,3.01831412315369,0.25710192322731,3.35697221755981,0.256367892026901,3.35311555862427,0.691876828670502,3.01812219619751,0.957575023174286,3.35154032707214,0.959192335605621,3.35710048675537,0.920183956623077,3.18335652351379,0.918636441230774,3.18788957595825,0.917918801307678,3.24115896224976,0.918838262557983,3.24386358261108,
  740. 0.849330961704254,2.24117994308472,0.85060042142868,2.24394941329956,0.82496964931488,2.2425525188446,0.827761590480804,2.23074293136597,0.827454328536987,2.2541880607605,0.3885817527771,2.07256054878235,0.38847804069519,2.07591581344604,0.258015871047974,2.07641363143921,0.257291734218597,2.0732855796814,0.388491541147232,2.01825618743896,0.388508588075638,2.02850294113159,0.368649899959564,2.01826477050781,0.692992508411407,2.24118375778198,0.69305020570755,2.24407124519348,0.531077206134796,2.24423146247864,0.530967652797699,2.24120807647705,0.691392958164215,2.35214042663574,0.692201912403107,2.35705232620239,0.530235886573792,2.35702228546143,0.529114842414856,2.35250425338745,0.690971314907074,2.18579816818237,0.694465398788452,2.18579530715942,0.693702220916748,2.19414281845093,0.676508188247681,2.18790102005005,0.676070690155029,2.18372011184692,0.693212509155273,2.17116260528564,0.817854344844818,2.0739917755127,0.81773430109024,2.07035875320435,0.823275625705719,2.07220792770386,0.823330819606781,2.0572714805603,0.823568642139435,2.35184407234192,0.824123382568359,2.35707664489746,0.822381258010864,2.3570761680603,0.821823120117188,2.35184788703918,0.823349356651306,2.23336601257324,0.825086832046509,2.23369264602661,0.824861764907837,2.25279235839844,0.823079943656921,2.2558057308197,0.823635458946228,2.08813953399658,0.825270593166351,2.16566395759583,0.823466837406158,2.16287589073181,0.825936853885651,2.05808877944946,0.823702692985535,2.01806402206421,0.826346278190613,2.01806211471558,0.691559731960297,2.07088708877563,0.691621482372284,2.07475876808167,0.679816424846649,2.07480382919312,0.677516937255859,2.07096457481384,0.691648840904236,2.05606150627136,0.528822362422943,2.24120855331421,0.528932631015778,2.24423360824585,0.525259613990784,2.24423718452454,0.525148153305054,2.24120903015137,0.526966214179993,2.35250902175903,0.528091371059418,2.35702204704285,0.524418532848358,2.35702133178711,0.523286283016205,2.35251712799072,0.529519319534302,2.18789887428284,0.525842726230621,2.18789863586426,
  741. 0.527774512767792,2.0735878944397,0.527868866920471,2.08543682098389,0.524194777011871,2.08493041992188,0.524108290672302,2.07360506057739,0.528928995132446,2.18396806716919,0.525247633457184,2.18397450447083,0.524150788784027,2.0556845664978,0.527819037437439,2.05480861663818,0.389276772737503,2.24122929573059,0.389431804418564,2.24437141418457,0.301060616970062,2.2444589138031,0.302478313446045,2.24124240875244,0.387202501296997,2.35282230377197,0.388596504926682,2.3569962978363,0.3687404692173,2.35699272155762,0.366695076227188,2.35286831855774,0.371134757995605,2.18789649009705,0.389628946781158,2.2102632522583,0.302815407514572,2.18789553642273,0.387698382139206,2.3286988735199,0.370549082756042,2.18423533439636,0.301212280988693,2.1843523979187,0.506570279598236,2.07546496391296,0.503463089466095,2.07192611694336,0.398575514554977,2.35279679298401,0.400448560714722,2.35699844360352,0.397625267505646,2.1878969669342,0.404053092002869,2.18417882919312,0.529960989952087,2.05429649353027,0.52991509437561,2.07357788085938,0.531665980815887,2.18789887428284,0.531078398227692,2.18396472930908,0.530014038085938,2.08573269844055,0.538256525993347,2.07173371315002,0.538365960121155,2.0753436088562,0.707346200942993,2.07082080841064,0.708431959152222,2.07465648651123,0.790148913860321,2.2439751625061,0.790700376033783,2.24116921424866,0.723487019538879,2.18790149688721,0.722077012062073,2.18364238739014,0.826236248016357,2.351811170578,0.826720416545868,2.35706949234009,0.825813412666321,2.07015681266785,0.826285839080811,2.08969235420227,0.832376956939697,2.07415795326233,0.833495080471039,2.07011365890503,0.9577317237854,2.06941795349121,0.956916987895966,2.07374238967896,0.95867931842804,2.01800441741943,0.389042377471924,2.17242383956909,0.389111280441284,2.1842041015625,0.400334984064102,2.01825094223022,0.524215161800385,2.01819610595703,0.527885317802429,2.01819467544556,0.530028223991394,2.01819372177124,0.691789209842682,2.08492183685303,0.805163502693176,2.18350219726563,0.80540531873703,2.18790292739868,0.38988333940506,
  742. 2.18789672851563,0.82801616191864,2.16997241973877,0.825646102428436,2.18346786499023,0.825852274894714,2.18790292739868,0.823903679847717,2.20016098022461,0.825668573379517,2.19889116287231,0.828323245048523,2.19694995880127,0.843990445137024,2.18786811828613,0.842775583267212,2.18355321884155,0.82196182012558,2.01806497573853,0.257092267274857,2.01831412315369,0.25710192322731,2.35697221755981,0.256367892026901,2.35311555862427,0.691876828670502,2.01812219619751,0.957575023174286,2.35154032707214,0.959192335605621,2.35710048675537,0.920183956623077,2.18335652351379,0.918636441230774,2.18788957595825,0.917918801307678,2.24115896224976,0.918838262557983,2.24386358261108,0.849330961704254,1.24117982387543,0.85060042142868,1.24394941329956,0.82496964931488,1.2425525188446,0.827761590480804,1.23074293136597,0.827454328536987,1.2541880607605,0.3885817527771,1.07256054878235,0.38847804069519,1.07591569423676,0.258015871047974,1.07641351222992,0.257291734218597,1.07328569889069,0.388491541147232,1.01825618743896,0.388508588075638,1.0285028219223,0.368649899959564,1.0182648897171,0.692992508411407,1.24118387699127,0.69305020570755,1.24407124519348,0.531077206134796,1.24423146247864,0.530967652797699,1.24120807647705,0.691392958164215,1.35214042663574,0.692201912403107,1.3570522069931,0.530235886573792,1.35702240467072,0.529114842414856,1.35250425338745,0.690971314907074,1.18579816818237,0.694465398788452,1.18579530715942,0.693702220916748,1.19414269924164,0.676508188247681,1.18790090084076,0.676070690155029,1.18371999263763,0.693212509155273,1.17116260528564,0.817854344844818,1.07399165630341,0.81773430109024,1.07035875320435,0.823275625705719,1.07220792770386,0.823330819606781,1.0572714805603,0.823568642139435,1.35184407234192,0.824123382568359,1.35707652568817,0.822381258010864,1.3570761680603,0.821823120117188,1.35184788703918,0.823349356651306,1.23336601257324,0.825086832046509,1.23369264602661,0.824861764907837,1.25279235839844,0.823079943656921,1.2558057308197,0.823635458946228,1.08813941478729,0.825270593166351,1.16566395759583,
  743. 0.823466837406158,1.16287589073181,0.825936853885651,1.05808877944946,0.823702692985535,1.0180641412735,0.826346278190613,1.01806211471558,0.691559731960297,1.07088696956635,0.691621482372284,1.07475876808167,0.679816424846649,1.07480382919312,0.677516937255859,1.07096457481384,0.691648840904236,1.05606150627136,0.528822362422943,1.24120843410492,0.528932631015778,1.24423360824585,0.525259613990784,1.24423718452454,0.525148153305054,1.24120903015137,0.526966214179993,1.35250902175903,0.528091371059418,1.35702204704285,0.524418532848358,1.35702133178711,0.523286283016205,1.35251724720001,0.529519319534302,1.18789887428284,0.525842726230621,1.18789875507355,0.527774512767792,1.0735878944397,0.527868866920471,1.08543682098389,0.524194777011871,1.08493041992188,0.524108290672302,1.0736049413681,0.528928995132446,1.18396818637848,0.525247633457184,1.18397450447083,0.524150788784027,1.05568444728851,0.527819037437439,1.05480849742889,0.389276772737503,1.24122929573059,0.389431804418564,1.24437153339386,0.301060616970062,1.2444589138031,0.302478313446045,1.24124240875244,0.387202501296997,1.35282230377197,0.388596504926682,1.3569962978363,0.3687404692173,1.35699272155762,0.366695076227188,1.35286831855774,0.371134757995605,1.18789649009705,0.389628946781158,1.2102632522583,0.302815407514572,1.18789553642273,0.387698382139206,1.3286988735199,0.370549082756042,1.18423533439636,0.301212280988693,1.18435227870941,0.506570279598236,1.07546496391296,0.503463089466095,1.07192599773407,0.398575514554977,1.35279679298401,0.400448560714722,1.35699844360352,0.397625267505646,1.1878969669342,0.404053092002869,1.18417882919312,0.529960989952087,1.05429661273956,0.52991509437561,1.07357788085938,0.531665980815887,1.18789887428284,0.531078398227692,1.18396461009979,0.530014038085938,1.08573269844055,0.538256525993347,1.07173371315002,0.538365960121155,1.0753436088562,0.707346200942993,1.07082092761993,0.708431959152222,1.07465660572052,0.790148913860321,1.24397528171539,0.790700376033783,1.24116921424866,0.723487019538879,1.1879016160965,
  744. 0.722077012062073,1.18364238739014,0.826236248016357,1.351811170578,0.826720416545868,1.35706949234009,0.825813412666321,1.07015681266785,0.826285839080811,1.08969235420227,0.832376956939697,1.07415795326233,0.833495080471039,1.07011377811432,0.9577317237854,1.06941783428192,0.956916987895966,1.07374238967896,0.95867931842804,1.01800453662872,0.389042377471924,1.17242383956909,0.389111280441284,1.1842041015625,0.400334984064102,1.01825094223022,0.524215161800385,1.01819622516632,0.527885317802429,1.01819467544556,0.530028223991394,1.01819372177124,0.691789209842682,1.08492171764374,0.805163502693176,1.18350231647491,0.80540531873703,1.18790280818939,0.38988333940506,1.18789684772491,0.82801616191864,1.16997241973877,0.825646102428436,1.18346774578094,0.825852274894714,1.18790304660797,0.823903679847717,1.20016086101532,0.825668573379517,1.1988912820816,0.828323245048523,1.19694983959198,0.843990445137024,1.18786823749542,0.842775583267212,1.18355333805084,0.82196182012558,1.01806497573853,0.257092267274857,1.01831412315369,0.25710192322731,1.35697209835052,0.256367892026901,1.35311567783356,0.691876828670502,1.0181223154068,0.957575023174286,1.35154032707214,0.959192335605621,1.35710048675537,0.920183956623077,1.18335652351379,0.918636441230774,1.18788945674896,0.917918801307678,1.24115908145905,0.918838262557983,1.24386370182037,0.849330961704254,-0.758820176124573,0.85060042142868,-0.756050586700439,0.82496964931488,-0.75744754076004,0.827761590480804,-0.769257009029388,0.827454328536987,-0.745811939239502,0.3885817527771,-0.927439451217651,0.38847804069519,-0.924084305763245,0.258015871047974,-0.923586428165436,0.257291734218597,-0.926714301109314,0.388491541147232,-0.98174387216568,0.388508588075638,-0.971497178077698,0.368649899959564,-0.981735110282898,0.692992508411407,-0.758816182613373,0.69305020570755,-0.755928695201874,0.531077206134796,-0.755768537521362,0.530967652797699,-0.758791863918304,0.691392958164215,-0.647859632968903,0.692201912403107,-0.642947793006897,0.530235886573792,-0.642977595329285,0.529114842414856,
  745. -0.647495806217194,0.690971314907074,-0.814201831817627,0.694465398788452,-0.814204752445221,0.693702220916748,-0.805857360363007,0.676508188247681,-0.812099099159241,0.676070690155029,-0.816279947757721,0.693212509155273,-0.828837394714355,0.817854344844818,-0.926008284091949,0.81773430109024,-0.929641246795654,0.823275625705719,-0.927792072296143,0.823330819606781,-0.942728579044342,0.823568642139435,-0.648155987262726,0.824123382568359,-0.642923474311829,0.822381258010864,-0.642923831939697,0.821823120117188,-0.648152112960815,0.823349356651306,-0.766634047031403,0.825086832046509,-0.766307294368744,0.824861764907837,-0.747207641601563,0.823079943656921,-0.744194269180298,0.823635458946228,-0.911860585212708,0.825270593166351,-0.834336042404175,0.823466837406158,-0.837124109268188,0.825936853885651,-0.941911220550537,0.823702692985535,-0.981935858726501,0.826346278190613,-0.981937885284424,0.691559731960297,-0.929113030433655,0.691621482372284,-0.925241231918335,0.679816424846649,-0.925196170806885,0.677516937255859,-0.929035425186157,0.691648840904236,-0.943938493728638,0.528822362422943,-0.758791565895081,0.528932631015778,-0.75576639175415,0.525259613990784,-0.755762815475464,0.525148153305054,-0.758791029453278,0.526966214179993,-0.647490978240967,0.528091371059418,-0.642978012561798,0.524418532848358,-0.642978668212891,0.523286283016205,-0.647482752799988,0.529519319534302,-0.812101185321808,0.525842726230621,-0.812101244926453,0.527774512767792,-0.926412165164948,0.527868866920471,-0.914563119411469,0.524194777011871,-0.915069580078125,0.524108290672302,-0.926394999027252,0.528928995132446,-0.816031754016876,0.525247633457184,-0.81602555513382,0.524150788784027,-0.944315612316132,0.527819037437439,-0.945191562175751,0.389276772737503,-0.758770644664764,0.389431804418564,-0.75562846660614,0.301060616970062,-0.755541086196899,0.302478313446045,-0.758757650852203,0.387202501296997,-0.647177696228027,0.388596504926682,-0.643003702163696,0.3687404692173,-0.643007338047028,0.366695076227188,-0.647131681442261,0.371134757995605,
  746. -0.812103450298309,0.389628946781158,-0.789736747741699,0.302815407514572,-0.812104463577271,0.387698382139206,-0.671301126480103,0.370549082756042,-0.815764665603638,0.301212280988693,-0.815647721290588,0.506570279598236,-0.924535036087036,0.503463089466095,-0.928074061870575,0.398575514554977,-0.647203207015991,0.400448560714722,-0.64300149679184,0.397625267505646,-0.812103092670441,0.404053092002869,-0.815821170806885,0.529960989952087,-0.945703387260437,0.52991509437561,-0.926422119140625,0.531665980815887,-0.812101125717163,0.531078398227692,-0.816035389900208,0.530014038085938,-0.914267301559448,0.538256525993347,-0.928266227245331,0.538365960121155,-0.924656331539154,0.707346200942993,-0.929179072380066,0.708431959152222,-0.92534339427948,0.790148913860321,-0.756024718284607,0.790700376033783,-0.758830785751343,0.723487019538879,-0.812098383903503,0.722077012062073,-0.816357553005219,0.826236248016357,-0.648188829421997,0.826720416545868,-0.642930507659912,0.825813412666321,-0.929843187332153,0.826285839080811,-0.910307705402374,0.832376956939697,-0.925842046737671,0.833495080471039,-0.929886221885681,0.9577317237854,-0.930582165718079,0.956916987895966,-0.926257610321045,0.95867931842804,-0.981995463371277,0.389042377471924,-0.827576160430908,0.389111280441284,-0.815795958042145,0.400334984064102,-0.981749057769775,0.524215161800385,-0.981803715229034,0.527885317802429,-0.981805324554443,0.530028223991394,-0.98180627822876,0.691789209842682,-0.915078282356262,0.805163502693176,-0.816497683525085,0.80540531873703,-0.812097251415253,0.38988333940506,-0.81210321187973,0.82801616191864,-0.830027639865875,0.825646102428436,-0.816532254219055,0.825852274894714,-0.812096953392029,0.823903679847717,-0.79983913898468,0.825668573379517,-0.801108717918396,0.828323245048523,-0.80305016040802,0.843990445137024,-0.812131702899933,0.842775583267212,-0.816446661949158,0.82196182012558,-0.981935083866119,0.257092267274857,-0.981685876846313,0.25710192322731,-0.643027901649475,0.256367892026901,-0.646884322166443,0.691876828670502,
  747. -0.981877684593201,0.957575023174286,-0.648459732532501,0.959192335605621,-0.642899513244629,0.920183956623077,-0.816643476486206,0.918636441230774,-0.812110543251038,0.917918801307678,-0.758840918540955,0.918838262557983,-0.756136298179626,0.849330961704254,-1.75882017612457,0.85060042142868,-1.75605058670044,0.82496964931488,-1.7574474811554,0.827761590480804,-1.76925706863403,0.827454328536987,-1.7458119392395,0.3885817527771,-1.92743945121765,0.38847804069519,-1.92408430576324,0.258015871047974,-1.92358636856079,0.257291734218597,-1.92671430110931,0.388491541147232,-1.98174381256104,0.388508588075638,-1.9714971780777,0.368649899959564,-1.9817351102829,0.692992508411407,-1.75881624221802,0.69305020570755,-1.75592875480652,0.531077206134796,-1.75576853752136,0.530967652797699,-1.75879192352295,0.691392958164215,-1.64785957336426,0.692201912403107,-1.6429477930069,0.530235886573792,-1.64297759532928,0.529114842414856,-1.64749574661255,0.690971314907074,-1.81420183181763,0.694465398788452,-1.81420469284058,0.693702220916748,-1.80585741996765,0.676508188247681,-1.81209909915924,0.676070690155029,-1.81627988815308,0.693212509155273,-1.82883739471436,0.817854344844818,-1.9260082244873,0.81773430109024,-1.92964124679565,0.823275625705719,-1.92779207229614,0.823330819606781,-1.9427285194397,0.823568642139435,-1.64815592765808,0.824123382568359,-1.64292347431183,0.822381258010864,-1.6429238319397,0.821823120117188,-1.64815211296082,0.823349356651306,-1.76663398742676,0.825086832046509,-1.76630735397339,0.824861764907837,-1.74720764160156,0.823079943656921,-1.7441942691803,0.823635458946228,-1.91186058521271,0.825270593166351,-1.83433604240417,0.823466837406158,-1.83712410926819,0.825936853885651,-1.94191122055054,0.823702692985535,-1.9819358587265,0.826346278190613,-1.98193788528442,0.691559731960297,-1.92911303043365,0.691621482372284,-1.92524123191834,0.679816424846649,-1.92519617080688,0.677516937255859,-1.92903542518616,0.691648840904236,-1.94393849372864,0.528822362422943,-1.75879156589508,0.528932631015778,-1.75576639175415,
  748. 0.525259613990784,-1.75576281547546,0.525148153305054,-1.75879096984863,0.526966214179993,-1.64749097824097,0.528091371059418,-1.64297795295715,0.524418532848358,-1.64297866821289,0.523286283016205,-1.64748275279999,0.529519319534302,-1.81210112571716,0.525842726230621,-1.81210124492645,0.527774512767792,-1.9264121055603,0.527868866920471,-1.91456317901611,0.524194777011871,-1.91506958007813,0.524108290672302,-1.92639493942261,0.528928995132446,-1.81603169441223,0.525247633457184,-1.81602549552917,0.524150788784027,-1.94431567192078,0.527819037437439,-1.9451916217804,0.389276772737503,-1.75877070426941,0.389431804418564,-1.75562846660614,0.301060616970062,-1.7555410861969,0.302478313446045,-1.75875759124756,0.387202501296997,-1.64717769622803,0.388596504926682,-1.6430037021637,0.3687404692173,-1.64300727844238,0.366695076227188,-1.64713168144226,0.371134757995605,-1.81210350990295,0.389628946781158,-1.7897367477417,0.302815407514572,-1.81210446357727,0.387698382139206,-1.6713011264801,0.370549082756042,-1.81576466560364,0.301212280988693,-1.81564772129059,0.506570279598236,-1.92453503608704,0.503463089466095,-1.92807412147522,0.398575514554977,-1.64720320701599,0.400448560714722,-1.64300155639648,0.397625267505646,-1.8121030330658,0.404053092002869,-1.81582117080688,0.529960989952087,-1.94570338726044,0.52991509437561,-1.92642211914063,0.531665980815887,-1.81210112571716,0.531078398227692,-1.81603538990021,0.530014038085938,-1.91426730155945,0.538256525993347,-1.92826628684998,0.538365960121155,-1.9246563911438,0.707346200942993,-1.92917907238007,0.708431959152222,-1.92534339427948,0.790148913860321,-1.75602471828461,0.790700376033783,-1.75883078575134,0.723487019538879,-1.8120983839035,0.722077012062073,-1.81635761260986,0.826236248016357,-1.648188829422,0.826720416545868,-1.64293050765991,0.825813412666321,-1.92984318733215,0.826285839080811,-1.91030764579773,0.832376956939697,-1.92584204673767,0.833495080471039,-1.92988622188568,0.9577317237854,-1.93058216571808,0.956916987895966,-1.92625761032104,0.95867931842804,
  749. -1.98199546337128,0.389042377471924,-1.82757616043091,0.389111280441284,-1.8157958984375,0.400334984064102,-1.98174905776978,0.524215161800385,-1.98180365562439,0.527885317802429,-1.98180532455444,0.530028223991394,-1.98180627822876,0.691789209842682,-1.91507828235626,0.805163502693176,-1.81649768352509,0.80540531873703,-1.8120973110199,0.38988333940506,-1.81210327148438,0.82801616191864,-1.83002758026123,0.825646102428436,-1.81653225421906,0.825852274894714,-1.81209695339203,0.823903679847717,-1.79983913898468,0.825668573379517,-1.8011087179184,0.828323245048523,-1.80305016040802,0.843990445137024,-1.81213164329529,0.842775583267212,-1.81644666194916,0.82196182012558,-1.98193502426147,0.257092267274857,-1.98168587684631,0.25710192322731,-1.64302790164948,0.256367892026901,-1.64688432216644,0.691876828670502,-1.9818776845932,0.957575023174286,-1.64845967292786,0.959192335605621,-1.64289951324463,0.920183956623077,-1.81664347648621,0.918636441230774,-1.81211054325104,0.917918801307678,-1.75884091854095,0.918838262557983,-1.75613629817963,0.849330961704254,0.241179823875427,0.85060042142868,0.243949413299561,0.82496964931488,0.24255245923996,0.827761590480804,0.230742990970612,0.827454328536987,0.254188060760498,0.3885817527771,0.0725605487823486,0.38847804069519,0.0759156942367554,0.258015871047974,0.0764135718345642,0.257291734218597,0.073285698890686,0.388491541147232,0.0182561278343201,0.388508588075638,0.0285028219223022,0.368649899959564,0.0182648897171021,0.692992508411407,0.241183817386627,0.69305020570755,0.244071304798126,0.531077206134796,0.244231462478638,0.530967652797699,0.241208136081696,0.691392958164215,0.352140367031097,0.692201912403107,0.357052206993103,0.530235886573792,0.357022404670715,0.529114842414856,0.352504193782806,0.690971314907074,0.185798168182373,0.694465398788452,0.185795247554779,0.693702220916748,0.194142639636993,0.676508188247681,0.187900900840759,0.676070690155029,0.183720052242279,0.693212509155273,0.171162605285645,0.817854344844818,0.0739917159080505,0.81773430109024,0.0703587532043457,
  750. 0.823275625705719,0.0722079277038574,0.823330819606781,0.057271420955658,0.823568642139435,0.351844012737274,0.824123382568359,0.357076525688171,0.822381258010864,0.357076168060303,0.821823120117188,0.351847887039185,0.823349356651306,0.233365952968597,0.825086832046509,0.233692705631256,0.824861764907837,0.252792358398438,0.823079943656921,0.255805730819702,0.823635458946228,0.0881394147872925,0.825270593166351,0.165663957595825,0.823466837406158,0.162875890731812,0.825936853885651,0.0580887794494629,0.823702692985535,0.0180641412734985,0.826346278190613,0.0180621147155762,0.691559731960297,0.0708869695663452,0.691621482372284,0.074758768081665,0.679816424846649,0.0748038291931152,0.677516937255859,0.0709645748138428,0.691648840904236,0.0560615062713623,0.528822362422943,0.241208434104919,0.528932631015778,0.24423360824585,0.525259613990784,0.244237184524536,0.525148153305054,0.241208970546722,0.526966214179993,0.352509021759033,0.528091371059418,0.357021987438202,0.524418532848358,0.357021331787109,0.523286283016205,0.352517247200012,0.529519319534302,0.187898814678192,0.525842726230621,0.187898755073547,0.527774512767792,0.0735878348350525,0.527868866920471,0.0854368805885315,0.524194777011871,0.084930419921875,0.524108290672302,0.0736050009727478,0.528928995132446,0.183968245983124,0.525247633457184,0.18397444486618,0.524150788784027,0.0556843876838684,0.527819037437439,0.0548084378242493,0.389276772737503,0.241229355335236,0.389431804418564,0.24437153339386,0.301060616970062,0.244458913803101,0.302478313446045,0.241242349147797,0.387202501296997,0.352822303771973,0.388596504926682,0.356996297836304,0.3687404692173,0.356992661952972,0.366695076227188,0.352868318557739,0.371134757995605,0.187896549701691,0.389628946781158,0.210263252258301,0.302815407514572,0.187895536422729,0.387698382139206,0.328698873519897,0.370549082756042,0.184235334396362,0.301212280988693,0.184352278709412,0.506570279598236,0.0754649639129639,0.503463089466095,0.071925938129425,0.398575514554977,0.352796792984009,0.400448560714722,0.35699850320816,
  751. 0.397625267505646,0.187896907329559,0.404053092002869,0.184178829193115,0.529960989952087,0.054296612739563,0.52991509437561,0.073577880859375,0.531665980815887,0.187898874282837,0.531078398227692,0.183964610099792,0.530014038085938,0.0857326984405518,0.538256525993347,0.0717337727546692,0.538365960121155,0.0753436684608459,0.707346200942993,0.0708209276199341,0.708431959152222,0.07465660572052,0.790148913860321,0.243975281715393,0.790700376033783,0.241169214248657,0.723487019538879,0.187901616096497,0.722077012062073,0.183642446994781,0.826236248016357,0.351811170578003,0.826720416545868,0.357069492340088,0.825813412666321,0.0701568126678467,0.826285839080811,0.0896922945976257,0.832376956939697,0.0741579532623291,0.833495080471039,0.0701137781143188,0.9577317237854,0.0694178342819214,0.956916987895966,0.0737423896789551,0.95867931842804,0.0180045366287231,0.389042377471924,0.172423839569092,0.389111280441284,0.184204041957855,0.400334984064102,0.0182509422302246,0.524215161800385,0.0181962847709656,0.527885317802429,0.0181946754455566,0.530028223991394,0.0181937217712402,0.691789209842682,0.0849217176437378,0.805163502693176,0.183502316474915,0.80540531873703,0.187902748584747,0.38988333940506,0.18789678812027,0.82801616191864,0.169972360134125,0.825646102428436,0.183467745780945,0.825852274894714,0.187903046607971,0.823903679847717,0.20016086101532,0.825668573379517,0.198891282081604,0.828323245048523,0.19694983959198,0.843990445137024,0.187868297100067,0.842775583267212,0.183553338050842,0.82196182012558,0.0180649161338806,0.257092267274857,0.0183141231536865,0.25710192322731,0.356972098350525,0.256367892026901,0.353115677833557,0.691876828670502,0.0181223154067993,0.957575023174286,0.351540267467499,0.959192335605621,0.357100486755371,0.920183956623077,0.183356523513794,0.918636441230774,0.187889456748962,0.917918801307678,0.241159081459045,0.918838262557983,0.243863701820374
  752. }
  753. UVIndex: *3904 {
  754. a: 0,1,2,3,0,2,1,4,2,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,13,16,19,14,24,25,21,20,26,27,28,27,29,28,30,31,32,33,34,35,2,2,36,37,26,38,39,40,41,29,42,43,44,45,46,47,47,48,44,49,50,51,52,53,54,55,56,57,49,52,58,50,53,56,51,59,60,61,62,63,57,58,64,62,65,66,59,67,68,69,70,71,72,73,74,75,76,67,70,77,74,78,71,79,75,77,80,81,82,62,82,65,62,83,84,72,71,78,83,71,52,51,68,67,58,52,67,76,85,64,58,85,86,62,61,81,59,66,87,88,19,18,54,53,14,19,53,50,15,14,50,49,89,15,49,57,90,89,57,63,88,91,60,59,88,92,93,88,87,92,20,23,24,93,91,88,94,95,45,44,48,94,44,33,32,17,16,2,37,96,96,97,2,21,98,22,99,98,21,99,21,25,100,101,31,30,35,3,2,2,4,36,102,103,38,28,104,105,106,107,105,41,43,108,106,109,86,110,82,81,6,5,111,10,9,66,65,112,113,87,66,113,114,60,91,90,63,61,60,63,64,45,95,115,116,117,98,99,97,34,2,22,12,15,89,23,24,23,89,90,115,46,45,79,109,110,110,118,75,79,118,76,75,85,76,118,86,85,118,110,109,6,81,61,64,86,39,119,120,40,39,120,116,40,120,120,121,117,116,122,117,121,121,123,122,121,124,123,125,124,121,126,125,121,120,119,126,120,104,103,102,102,105,104,102,41,105,28,29,41,102,38,103,119,39,28,38,26,27,127,42,29,11,10,5,8,128,74,73,129,130,68,78,74,130,69,51,56,83,78,68,56,55,84,83,112,65,82,5,10,111,93,46,115,25,24,90,91,47,46,93,92,131,48,47,92,87,114,131,127,27,94,48,27,26,95,94,115,95,26,40,116,99,25,36,4,100,30,37,36,30,33,96,37,33,16,13,12,97,96,13,98,117,122,34,97,12,22,122,123,35,34,123,124,3,35,80,7,6,109,79,132,133,101,100,107,134,126,119,103,104,134,135,125,126,135,136,0,3,124,125,136,137,1,0,137,132,100,4,1,138,139,140,141,138,140,139,142,140,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,151,154,157,152,162,163,159,158,164,165,166,165,167,166,168,169,170,171,172,173,140,140,174,175,164,176,177,178,179,167,180,181,182,183,184,185,185,186,182,187,188,189,190,191,192,193,194,195,187,190,196,188,191,194,189,197,198,199,200,201,195,196,202,200,203,204,197,205,206,207,208,209,210,211,212,213,214,205,208,215,212,216,209,217,213,215,218,219,220,200,220,203,200,221,
  755. 222,210,209,216,221,209,190,189,206,205,196,190,205,214,223,202,196,223,224,200,199,219,197,204,225,226,157,156,192,191,152,157,191,188,153,152,188,187,227,153,187,195,228,227,195,201,226,229,198,197,226,230,231,226,225,230,158,161,162,231,229,226,232,233,183,182,186,232,182,171,170,155,154,140,175,234,234,235,140,159,236,160,237,236,159,237,159,163,238,239,169,168,173,141,140,140,142,174,240,241,176,166,242,243,244,245,243,179,181,246,244,247,224,248,220,219,144,143,249,148,147,204,203,250,251,225,204,251,252,198,229,228,201,199,198,201,202,183,233,253,254,255,236,237,235,172,140,160,150,153,227,161,162,161,227,228,253,184,183,217,247,248,248,256,213,217,256,214,213,223,214,256,224,223,256,248,247,144,219,199,202,224,177,257,258,178,177,258,254,178,258,258,259,255,254,260,255,259,259,261,260,259,262,261,263,262,259,264,263,259,258,257,264,258,242,241,240,240,243,242,240,179,243,166,167,179,240,176,241,257,177,166,176,164,165,265,180,167,149,148,143,146,266,212,211,267,268,206,216,212,268,207,189,194,221,216,206,194,193,222,221,250,203,220,143,148,249,231,184,253,163,162,228,229,185,184,231,230,269,186,185,230,225,252,269,265,165,232,186,165,164,233,232,253,233,164,178,254,237,163,174,142,238,168,175,174,168,171,234,175,171,154,151,150,235,234,151,236,255,260,172,235,150,160,260,261,173,172,261,262,141,173,218,145,144,247,217,270,271,239,238,245,272,264,257,241,242,272,273,263,264,273,274,138,141,262,263,274,275,139,138,275,270,238,142,139,276,277,278,279,276,278,277,280,278,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,289,292,295,290,300,301,297,296,302,303,304,303,305,304,306,307,308,309,310,311,278,278,312,313,302,314,315,316,317,305,318,319,320,321,322,323,323,324,320,325,326,327,328,329,330,331,332,333,325,328,334,326,329,332,327,335,336,337,338,339,333,334,340,338,341,342,335,343,344,345,346,347,348,349,350,351,352,343,346,353,350,354,347,355,351,353,356,357,358,338,358,341,338,359,360,348,347,354,359,347,328,327,344,343,334,328,343,352,361,340,334,361,362,338,337,357,335,342,363,
  756. 364,295,294,330,329,290,295,329,326,291,290,326,325,365,291,325,333,366,365,333,339,364,367,336,335,364,368,369,364,363,368,296,299,300,369,367,364,370,371,321,320,324,370,320,309,308,293,292,278,313,372,372,373,278,297,374,298,375,374,297,375,297,301,376,377,307,306,311,279,278,278,280,312,378,379,314,304,380,381,382,383,381,317,319,384,382,385,362,386,358,357,282,281,387,286,285,342,341,388,389,363,342,389,390,336,367,366,339,337,336,339,340,321,371,391,392,393,374,375,373,310,278,298,288,291,365,299,300,299,365,366,391,322,321,355,385,386,386,394,351,355,394,352,351,361,352,394,362,361,394,386,385,282,357,337,340,362,315,395,396,316,315,396,392,316,396,396,397,393,392,398,393,397,397,399,398,397,400,399,401,400,397,402,401,397,396,395,402,396,380,379,378,378,381,380,378,317,381,304,305,317,378,314,379,395,315,304,314,302,303,403,318,305,287,286,281,284,404,350,349,405,406,344,354,350,406,345,327,332,359,354,344,332,331,360,359,388,341,358,281,286,387,369,322,391,301,300,366,367,323,322,369,368,407,324,323,368,363,390,407,403,303,370,324,303,302,371,370,391,371,302,316,392,375,301,312,280,376,306,313,312,306,309,372,313,309,292,289,288,373,372,289,374,393,398,310,373,288,298,398,399,311,310,399,400,279,311,356,283,282,385,355,408,409,377,376,383,410,402,395,379,380,410,411,401,402,411,412,276,279,400,401,412,413,277,276,413,408,376,280,277,414,415,416,417,414,416,415,418,416,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,427,430,433,428,438,439,435,434,440,441,442,441,443,442,444,445,446,447,448,449,416,416,450,451,440,452,453,454,455,443,456,457,458,459,460,461,461,462,458,463,464,465,466,467,468,469,470,471,463,466,472,464,467,470,465,473,474,475,476,477,471,472,478,476,479,480,473,481,482,483,484,485,486,487,488,489,490,481,484,491,488,492,485,493,489,491,494,495,496,476,496,479,476,497,498,486,485,492,497,485,466,465,482,481,472,466,481,490,499,478,472,499,500,476,475,495,473,480,501,502,433,432,468,467,428,433,467,464,429,428,464,463,503,429,463,471,504,503,471,477,502,505,474,473,
  757. 502,506,507,502,501,506,434,437,438,507,505,502,508,509,459,458,462,508,458,447,446,431,430,416,451,510,510,511,416,435,512,436,513,512,435,513,435,439,514,515,445,444,449,417,416,416,418,450,516,517,452,442,518,519,520,521,519,455,457,522,520,523,500,524,496,495,420,419,525,424,423,480,479,526,527,501,480,527,528,474,505,504,477,475,474,477,478,459,509,529,530,531,512,513,511,448,416,436,426,429,503,437,438,437,503,504,529,460,459,493,523,524,524,532,489,493,532,490,489,499,490,532,500,499,532,524,523,420,495,475,478,500,453,533,534,454,453,534,530,454,534,534,535,531,530,536,531,535,535,537,536,535,538,537,539,538,535,540,539,535,534,533,540,534,518,517,516,516,519,518,516,455,519,442,443,455,516,452,517,533,453,442,452,440,441,541,456,443,425,424,419,422,542,488,487,543,544,482,492,488,544,483,465,470,497,492,482,470,469,498,497,526,479,496,419,424,525,507,460,529,439,438,504,505,461,460,507,506,545,462,461,506,501,528,545,541,441,508,462,441,440,509,508,529,509,440,454,530,513,439,450,418,514,444,451,450,444,447,510,451,447,430,427,426,511,510,427,512,531,536,448,511,426,436,536,537,449,448,537,538,417,449,494,421,420,523,493,546,547,515,514,521,548,540,533,517,518,548,549,539,540,549,550,414,417,538,539,550,551,415,414,551,546,514,418,415,552,553,554,555,552,554,553,556,554,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,565,568,571,566,576,577,573,572,578,579,580,579,581,580,582,583,584,585,586,587,554,554,588,589,578,590,591,592,593,581,594,595,596,597,598,599,599,600,596,601,602,603,604,605,606,607,608,609,601,604,610,602,605,608,603,611,612,613,614,615,609,610,616,614,617,618,611,619,620,621,622,623,624,625,626,627,628,619,622,629,626,630,623,631,627,629,632,633,634,614,634,617,614,635,636,624,623,630,635,623,604,603,620,619,610,604,619,628,637,616,610,637,638,614,613,633,611,618,639,640,571,570,606,605,566,571,605,602,567,566,602,601,641,567,601,609,642,641,609,615,640,643,612,611,640,644,645,640,639,644,572,575,576,645,643,640,646,647,597,596,600,646,596,585,584,569,568,554,589,
  758. 648,648,649,554,573,650,574,651,650,573,651,573,577,652,653,583,582,587,555,554,554,556,588,654,655,590,580,656,657,658,659,657,593,595,660,658,661,638,662,634,633,558,557,663,562,561,618,617,664,665,639,618,665,666,612,643,642,615,613,612,615,616,597,647,667,668,669,650,651,649,586,554,574,564,567,641,575,576,575,641,642,667,598,597,631,661,662,662,670,627,631,670,628,627,637,628,670,638,637,670,662,661,558,633,613,616,638,591,671,672,592,591,672,668,592,672,672,673,669,668,674,669,673,673,675,674,673,676,675,677,676,673,678,677,673,672,671,678,672,656,655,654,654,657,656,654,593,657,580,581,593,654,590,655,671,591,580,590,578,579,679,594,581,563,562,557,560,680,626,625,681,682,620,630,626,682,621,603,608,635,630,620,608,607,636,635,664,617,634,557,562,663,645,598,667,577,576,642,643,599,598,645,644,683,600,599,644,639,666,683,679,579,646,600,579,578,647,646,667,647,578,592,668,651,577,588,556,652,582,589,588,582,585,648,589,585,568,565,564,649,648,565,650,669,674,586,649,564,574,674,675,587,586,675,676,555,587,632,559,558,661,631,684,685,653,652,659,686,678,671,655,656,686,687,677,678,687,688,552,555,676,677,688,689,553,552,689,684,652,556,553,690,691,692,693,690,692,691,694,692,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,703,706,709,704,714,715,711,710,716,717,718,717,719,718,720,721,722,723,724,725,692,692,726,727,716,728,729,730,731,719,732,733,734,735,736,737,737,738,734,739,740,741,742,743,744,745,746,747,739,742,748,740,743,746,741,749,750,751,752,753,747,748,754,752,755,756,749,757,758,759,760,761,762,763,764,765,766,757,760,767,764,768,761,769,765,767,770,771,772,752,772,755,752,773,774,762,761,768,773,761,742,741,758,757,748,742,757,766,775,754,748,775,776,752,751,771,749,756,777,778,709,708,744,743,704,709,743,740,705,704,740,739,779,705,739,747,780,779,747,753,778,781,750,749,778,782,783,778,777,782,710,713,714,783,781,778,784,785,735,734,738,784,734,723,722,707,706,692,727,786,786,787,692,711,788,712,789,788,711,789,711,715,790,791,721,720,725,693,692,692,694,726,792,793,
  759. 728,718,794,795,796,797,795,731,733,798,796,799,776,800,772,771,696,695,801,700,699,756,755,802,803,777,756,803,804,750,781,780,753,751,750,753,754,735,785,805,806,807,788,789,787,724,692,712,702,705,779,713,714,713,779,780,805,736,735,769,799,800,800,808,765,769,808,766,765,775,766,808,776,775,808,800,799,696,771,751,754,776,729,809,810,730,729,810,806,730,810,810,811,807,806,812,807,811,811,813,812,811,814,813,815,814,811,816,815,811,810,809,816,810,794,793,792,792,795,794,792,731,795,718,719,731,792,728,793,809,729,718,728,716,717,817,732,719,701,700,695,698,818,764,763,819,820,758,768,764,820,759,741,746,773,768,758,746,745,774,773,802,755,772,695,700,801,783,736,805,715,714,780,781,737,736,783,782,821,738,737,782,777,804,821,817,717,784,738,717,716,785,784,805,785,716,730,806,789,715,726,694,790,720,727,726,720,723,786,727,723,706,703,702,787,786,703,788,807,812,724,787,702,712,812,813,725,724,813,814,693,725,770,697,696,799,769,822,823,791,790,797,824,816,809,793,794,824,825,815,816,825,826,690,693,814,815,826,827,691,690,827,822,790,694,691,828,829,830,831,828,830,829,832,830,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,841,844,847,842,852,853,849,848,854,855,856,855,857,856,858,859,860,861,862,863,830,830,864,865,854,866,867,868,869,857,870,871,872,873,874,875,875,876,872,877,878,879,880,881,882,883,884,885,877,880,886,878,881,884,879,887,888,889,890,891,885,886,892,890,893,894,887,895,896,897,898,899,900,901,902,903,904,895,898,905,902,906,899,907,903,905,908,909,910,890,910,893,890,911,912,900,899,906,911,899,880,879,896,895,886,880,895,904,913,892,886,913,914,890,889,909,887,894,915,916,847,846,882,881,842,847,881,878,843,842,878,877,917,843,877,885,918,917,885,891,916,919,888,887,916,920,921,916,915,920,848,851,852,921,919,916,922,923,873,872,876,922,872,861,860,845,844,830,865,924,924,925,830,849,926,850,927,926,849,927,849,853,928,929,859,858,863,831,830,830,832,864,930,931,866,856,932,933,934,935,933,869,871,936,934,937,914,938,910,909,834,833,939,838,837,894,893,940,941,
  760. 915,894,941,942,888,919,918,891,889,888,891,892,873,923,943,944,945,926,927,925,862,830,850,840,843,917,851,852,851,917,918,943,874,873,907,937,938,938,946,903,907,946,904,903,913,904,946,914,913,946,938,937,834,909,889,892,914,867,947,948,868,867,948,944,868,948,948,949,945,944,950,945,949,949,951,950,949,952,951,953,952,949,954,953,949,948,947,954,948,932,931,930,930,933,932,930,869,933,856,857,869,930,866,931,947,867,856,866,854,855,955,870,857,839,838,833,836,956,902,901,957,958,896,906,902,958,897,879,884,911,906,896,884,883,912,911,940,893,910,833,838,939,921,874,943,853,852,918,919,875,874,921,920,959,876,875,920,915,942,959,955,855,922,876,855,854,923,922,943,923,854,868,944,927,853,864,832,928,858,865,864,858,861,924,865,861,844,841,840,925,924,841,926,945,950,862,925,840,850,950,951,863,862,951,952,831,863,908,835,834,937,907,960,961,929,928,935,962,954,947,931,932,962,963,953,954,963,964,828,831,952,953,964,965,829,828,965,960,928,832,829,966,967,968,969,966,968,967,970,968,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,979,982,985,980,990,991,987,986,992,993,994,993,995,994,996,997,998,999,1000,1001,968,968,1002,1003,992,1004,1005,1006,1007,995,1008,1009,1010,1011,1012,1013,1013,1014,1010,1015,1016,1017,1018,1019,1020,1021,1022,1023,1015,1018,1024,1016,1019,1022,1017,1025,1026,1027,1028,1029,1023,1024,1030,1028,1031,1032,1025,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1033,1036,1043,1040,1044,1037,1045,1041,1043,1046,1047,1048,1028,1048,1031,1028,1049,1050,1038,1037,1044,1049,1037,1018,1017,1034,1033,1024,1018,1033,1042,1051,1030,1024,1051,1052,1028,1027,1047,1025,1032,1053,1054,985,984,1020,1019,980,985,1019,1016,981,980,1016,1015,1055,981,1015,1023,1056,1055,1023,1029,1054,1057,1026,1025,1054,1058,1059,1054,1053,1058,986,989,990,1059,1057,1054,1060,1061,1011,1010,1014,1060,1010,999,998,983,982,968,1003,1062,1062,1063,968,987,1064,988,1065,1064,987,1065,987,991,1066,1067,997,996,1001,969,968,968,970,1002,1068,1069,1004,994,1070,1071,1072,1073,1071,1007,1009,1074,1072,
  761. 1075,1052,1076,1048,1047,972,971,1077,976,975,1032,1031,1078,1079,1053,1032,1079,1080,1026,1057,1056,1029,1027,1026,1029,1030,1011,1061,1081,1082,1083,1064,1065,1063,1000,968,988,978,981,1055,989,990,989,1055,1056,1081,1012,1011,1045,1075,1076,1076,1084,1041,1045,1084,1042,1041,1051,1042,1084,1052,1051,1084,1076,1075,972,1047,1027,1030,1052,1005,1085,1086,1006,1005,1086,1082,1006,1086,1086,1087,1083,1082,1088,1083,1087,1087,1089,1088,1087,1090,1089,1091,1090,1087,1092,1091,1087,1086,1085,1092,1086,1070,1069,1068,1068,1071,1070,1068,1007,1071,994,995,1007,1068,1004,1069,1085,1005,994,1004,992,993,1093,1008,995,977,976,971,974,1094,1040,1039,1095,1096,1034,1044,1040,1096,1035,1017,1022,1049,1044,1034,1022,1021,1050,1049,1078,1031,1048,971,976,1077,1059,1012,1081,991,990,1056,1057,1013,1012,1059,1058,1097,1014,1013,1058,1053,1080,1097,1093,993,1060,1014,993,992,1061,1060,1081,1061,992,1006,1082,1065,991,1002,970,1066,996,1003,1002,996,999,1062,1003,999,982,979,978,1063,1062,979,1064,1083,1088,1000,1063,978,988,1088,1089,1001,1000,1089,1090,969,1001,1046,973,972,1075,1045,1098,1099,1067,1066,1073,1100,1092,1085,1069,1070,1100,1101,1091,1092,1101,1102,966,969,1090,1091,1102,1103,967,966,1103,1098,1066,970,967
  762. }
  763. }
  764. LayerElementSmoothing: 0 {
  765. Version: 102
  766. Name: ""
  767. MappingInformationType: "ByEdge"
  768. ReferenceInformationType: "Direct"
  769. Smoothing: *1952 {
  770. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  771. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  772. }
  773. }
  774. LayerElementMaterial: 0 {
  775. Version: 101
  776. Name: ""
  777. MappingInformationType: "AllSame"
  778. ReferenceInformationType: "IndexToDirect"
  779. Materials: *1 {
  780. a: 0
  781. }
  782. }
  783. Layer: 0 {
  784. Version: 100
  785. LayerElement: {
  786. Type: "LayerElementNormal"
  787. TypedIndex: 0
  788. }
  789. LayerElement: {
  790. Type: "LayerElementBinormal"
  791. TypedIndex: 0
  792. }
  793. LayerElement: {
  794. Type: "LayerElementTangent"
  795. TypedIndex: 0
  796. }
  797. LayerElement: {
  798. Type: "LayerElementMaterial"
  799. TypedIndex: 0
  800. }
  801. LayerElement: {
  802. Type: "LayerElementSmoothing"
  803. TypedIndex: 0
  804. }
  805. LayerElement: {
  806. Type: "LayerElementUV"
  807. TypedIndex: 0
  808. }
  809. }
  810. }
  811. Geometry: 2267733807776, "Geometry::", "Mesh" {
  812. Vertices: *96 {
  813. a: -202.262329101563,13.9508056640625,484.791687011719,-202.159454345703,-13.6806030273438,485.145538330078,200.030151367188,-13.8351440429688,486.053985595703,199.873046875,13.8495483398438,485.510162353516,176.510299682617,14.3198852539063,427.101135253906,-177.197601318359,14.1728515625,426.701232910156,-177.125213623047,-13.6578979492188,426.234191894531,176.181091308594,-13.6587829589844,426.704467773438,-484.789947509766,13.9508819580078,-202.261810302734,-485.146240234375,-13.6806182861328,-202.15885925293,-486.05517578125,-13.8350677490234,200.02961730957,-485.5126953125,13.8494720458984,199.873931884766,-427.101806640625,14.3197937011719,176.510986328125,-426.701873779297,14.1729583740234,-177.197692871094,-426.234985351563,-13.6578674316406,-177.124710083008,-426.70556640625,-13.6589202880859,176.181854248047,202.159057617188,-13.6805419921875,-485.146118164063,202.261108398438,13.9508666992188,-484.791290283203,-199.8740234375,13.8494567871094,-485.510345458984,-200.030868530273,-13.8351440429688,-486.054168701172,-176.511108398438,14.3199157714844,-427.101745605469,177.196868896484,14.1729736328125,-426.701110839844,177.124420166016,-13.6578979492188,-426.234130859375,-176.183013916016,-13.6587524414063,-426.704193115234,485.145385742188,-13.6805419921875,202.159042358398,484.789611816406,13.9507446289063,202.261520385742,485.5107421875,13.8495178222656,-199.873870849609,486.054077148438,-13.8352966308594,-200.030075073242,427.101013183594,14.3197021484375,-176.510879516602,426.700988769531,14.1728515625,177.197570800781,426.233367919922,-13.6579895019531,177.125,426.705078125,-13.6586303710938,-176.181579589844
  814. }
  815. PolygonVertexIndex: *130 {
  816. a: 0,1,2,-4,0,3,4,-6,6,5,4,-8,6,7,2,-2,8,9,10,-12,8,11,12,-14,14,13,12,-16,14,15,10,-10,17,16,19,-19,17,18,20,-22,22,21,20,-24,22,23,19,-17,26,25,24,-28,25,26,28,-30,30,29,28,-32,30,31,27,-25,10,1,0,-12,11,0,5,-13,12,5,6,-16,15,6,1,-11,9,8,-20,8,18,-20,18,8,13,-21,20,13,14,-24,23,14,9,-20,27,16,17,-27,26,17,21,-29,28,21,22,-32,31,22,16,-28,2,24,25,-4,4,3,25,-30,7,4,29,-31,7,30,24,-3
  817. }
  818. Edges: *65 {
  819. a: 0,1,2,3,5,6,7,8,10,11,13,15,16,17,18,19,21,22,23,24,26,27,29,31,33,32,35,34,37,38,39,40,42,43,45,47,50,49,48,51,53,54,55,56,58,59,61,63,66,70,74,64,81,83,88,92,82,100,104,108,98,116,121,125,114
  820. }
  821. GeometryVersion: 124
  822. LayerElementNormal: 0 {
  823. Version: 102
  824. Name: ""
  825. MappingInformationType: "ByPolygonVertex"
  826. ReferenceInformationType: "Direct"
  827. Normals: *390 {
  828. a: 0,0.047191459685564,0.998885869979858,0,-0.0393396019935608,0.999225914478302,0,-0.047191459685564,0.998885869979858,0,0.0550345741212368,0.998484432697296,0,0.999721229076386,0.023615462705493,0,0.998885869979858,0.047191459685564,0,0.999876022338867,-0.0157460793852806,0,0.999876022338867,-0.0157460793852806,0,-0.0784971937537193,-0.996914327144623,0,0.0393396019935608,-0.999225914478302,0,0.0784971937537193,-0.996914327144623,0,-0.0784971937537193,-0.996914327144623,0,-0.999225914478302,-0.0393396019935608,0,-0.999876022338867,-0.0157460793852806,0,-0.998021900653839,0.0628675222396851,0,-0.999504387378693,0.0314804539084435,-0.998854994773865,0.047189999371767,-0.00786499958485365,-0.999225914478302,-0.0393396019935608,-8.73514638256818e-018,-0.998885869979858,-0.047191459685564,-1.04786090217166e-017,-0.998484432697296,0.0550345741212368,1.22201302679674e-017,-0.023615462705493,0.999721229076386,2.21982705345433e-016,-0.047191459685564,0.998885869979858,2.21797218364874e-016,0.0157460793852806,0.999876022338867,2.22017076354246e-016,0.0157460793852806,0.999876022338867,2.22017076354246e-016,0.996914327144623,-0.0784971937537193,-1.74298783747682e-017,0.999225914478302,0.0393396019935608,8.73514638256818e-018,0.996914327144623,0.0784971937537193,1.74298783747682e-017,0.996914327144623,-0.0784971937537193,-1.74298783747682e-017,0.0393396019935608,-0.999225914478302,-2.21872723411188e-016,0.0157460793852806,-0.999876022338867,-2.22017076354246e-016,-0.0628675222396851,-0.998021900653839,-2.21605378637211e-016,-0.0314804539084435,-0.999504387378693,-2.21934556816337e-016,0,0.047191459685564,-0.998885869979858,0,-0.0393396019935608,-0.999225914478302,0,-0.047191459685564,-0.998885869979858,0,0.0550345741212368,-0.998484432697296,0,0.999721229076386,-0.023615462705493,0,0.998885869979858,-0.047191459685564,0,0.999876022338867,0.0157460793852806,0,0.999876022338867,0.0157460793852806,0,-0.0784971937537193,0.996914327144623,0,0.0393396019935608,0.999225914478302,0,0.0784971937537193,0.996914327144623,
  829. 0,-0.0784971937537193,0.996914327144623,0,-0.999225914478302,0.0393396019935608,0,-0.999876022338867,0.0157460793852806,0,-0.998021900653839,-0.0628675222396851,0,-0.999504387378693,-0.0314804539084435,0.998484432697296,0.0550345741212368,1.22201302679674e-017,0.998885869979858,0.047191459685564,1.04786090217166e-017,0.999225914478302,-0.0393396019935608,-8.73514638256818e-018,0.998885869979858,-0.047191459685564,-1.04786090217166e-017,0.023615462705493,0.999721229076386,2.21982705345433e-016,0.047191459685564,0.998885869979858,2.21797218364874e-016,-0.0157460793852806,0.999876022338867,2.22017076354246e-016,-0.0157460793852806,0.999876022338867,2.22017076354246e-016,-0.996914327144623,-0.0784971937537193,-1.74298783747682e-017,-0.999225914478302,0.0393396019935608,8.73514638256818e-018,-0.996914327144623,0.0784971937537193,1.74298783747682e-017,-0.996914327144623,-0.0784971937537193,-1.74298783747682e-017,-0.0393396019935608,-0.999225914478302,-2.21872723411188e-016,-0.0157460793852806,-0.999876022338867,-2.22017076354246e-016,0.0628675222396851,-0.998021900653839,-2.21605378637211e-016,0.0314804539084435,-0.999504387378693,-2.21934556816337e-016,-0.710248470306396,-0.0473498962819576,0.702356815338135,-0.702356815338135,-0.0473498962819576,0.710248470306396,-0.705714166164398,0.062730148434639,0.705714166164398,-0.710491895675659,0.0394717678427696,0.702597498893738,-0.0078735277056694,0.999938011169434,0.0078735277056694,-0.0393091961741447,0.998453617095947,0.0393091961741447,0.0157441273331642,0.999752104282379,-0.0157441273331642,0.0157441273331642,0.999752104282379,-0.0157441273331642,0.706757843494415,0.0314114578068256,-0.706757843494415,0.701374709606171,0.0709255263209343,-0.709255337715149,0.701374709606171,-0.0709255263209343,-0.709255337715149,0.70883721113205,-0.0787596926093102,-0.700961291790009,0.0236088801175356,-0.999442577362061,-0.0236088801175356,0.0078735277056694,-0.999938011169434,-0.0078735277056694,-0.0393091961741447,-0.998453617095947,0.0393091961741447,-0.0078735277056694,-0.999938011169434,0.0078735277056694,
  830. -0.710248470306396,-0.0473498962819576,-0.702356815338135,-0.705714166164398,0.062730148434639,-0.705714166164398,-0.702356815338135,-0.0473498962819576,-0.710248470306396,-0.705714166164398,0.062730148434639,-0.705714166164398,-0.702597498893738,0.0394717678427696,-0.710491895675659,-0.702356815338135,-0.0473498962819576,-0.710248470306396,-0.0078735277056694,0.999938011169434,-0.0078735277056694,-0.0393091961741447,0.998453617095947,-0.0393091961741447,0.0157441273331642,0.999752104282379,0.0157441273331642,0.0157441273331642,0.999752104282379,0.0157441273331642,0.706757843494415,0.0314114578068256,0.706757843494415,0.709255337715149,0.0709255263209343,0.701374709606171,0.709255337715149,-0.0709255263209343,0.701374709606171,0.700961291790009,-0.0787596926093102,0.70883721113205,0.0236088801175356,-0.999442577362061,0.0236088801175356,0.0078735277056694,-0.999938011169434,0.0078735277056694,-0.0393091961741447,-0.998453617095947,-0.0393091961741447,-0.0078735277056694,-0.999938011169434,-0.0078735277056694,0.710248470306396,-0.0473498962819576,-0.702356815338135,0.702356815338135,-0.0473498962819576,-0.710248470306396,0.705714166164398,0.062730148434639,-0.705714166164398,0.710491895675659,0.0394717678427696,-0.702597498893738,0.0078735277056694,0.999938011169434,-0.0078735277056694,0.0393091961741447,0.998453617095947,-0.0393091961741447,-0.0157441273331642,0.999752104282379,0.0157441273331642,-0.0157441273331642,0.999752104282379,0.0157441273331642,-0.706757843494415,0.0314114578068256,0.706757843494415,-0.701374709606171,0.0709255263209343,0.709255337715149,-0.701374709606171,-0.0709255263209343,0.709255337715149,-0.70883721113205,-0.0787596926093102,0.700961291790009,-0.0236088801175356,-0.999442577362061,0.0236088801175356,-0.0078735277056694,-0.999938011169434,0.0078735277056694,0.0393091961741447,-0.998453617095947,-0.0393091961741447,0.0078735277056694,-0.999938011169434,-0.0078735277056694,0.702356815338135,-0.0473498962819576,0.710248470306396,0.710248470306396,-0.0473498962819576,0.702356815338135,0.705714166164398,0.062730148434639,0.705714166164398,
  831. 0.702597498893738,0.0394717678427696,0.710491895675659,-0.0157441273331642,0.999752104282379,-0.0157441273331642,0.0314648635685444,0.999009490013123,0.0314648635685444,0.0393091961741447,0.998453617095947,0.0393091961741447,-0.0157441273331642,0.999752104282379,-0.0157441273331642,-0.700961291790009,-0.0787596926093102,-0.70883721113205,-0.706757843494415,0.0314114578068256,-0.706757843494415,-0.709255337715149,0.0709255263209343,-0.701374709606171,-0.709255337715149,-0.0709255263209343,-0.701374709606171,-0.0236088801175356,-0.999442577362061,-0.0236088801175356,-0.0078735277056694,-0.999938011169434,-0.0078735277056694,0.0393091961741447,-0.998453617095947,0.0393091961741447,0.0078735277056694,-0.999938011169434,0.0078735277056694
  832. }
  833. NormalsW: *130 {
  834. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  835. }
  836. }
  837. LayerElementBinormal: 0 {
  838. Version: 102
  839. Name: "map1"
  840. MappingInformationType: "ByPolygonVertex"
  841. ReferenceInformationType: "Direct"
  842. Binormals: *390 {
  843. a: -0.00440052477642894,0.998876214027405,-0.0471910052001476,-0.00212815892882645,0.999223649501801,0.0393395125865936,0.000277227198239416,0.998885869979858,0.047191459685564,-0.00193861126899719,0.998482644557953,-0.055034477263689,-0.00318131409585476,0.0236153397709131,-0.99971604347229,-0.00388197042047977,0.0471911057829857,-0.998878359794617,-0.00456617772579193,-0.0157459173351526,-0.999865710735321,-0.00387856480665505,-0.0157459620386362,-0.999868512153625,-0.000106982573925052,-0.996914327144623,0.0784971937537193,-0.00238140556029975,-0.999223113059998,-0.0393394902348518,-0.00476008327677846,-0.99690306186676,-0.0784963071346283,-0.00251642288640141,-0.996911227703094,0.0784969478845596,-0.00180112721864134,-0.0393395386636257,0.999224305152893,-0.00133094470947981,-0.0157460663467646,0.999875247478485,-0.00177920167334378,0.0628674253821373,0.998020350933075,-0.00224553211592138,0.0314803756773472,0.999501883983612,0.0472169555723667,0.998879313468933,-0.00327785010449588,-0.0393394492566586,0.999222040176392,-0.00279516004957259,-0.0471913442015648,0.998883485794067,-0.00217645312659442,0.0550343915820122,0.998481094837189,-0.00260616722516716,0.999719202518463,0.0236154142767191,-0.00196160166524351,0.998884201049805,0.0471913814544678,-0.00184581358917058,0.999874532222748,-0.0157460551708937,-0.00171136565040797,0.999874413013458,-0.0157460533082485,-0.00184130808338523,-0.0784971937537193,-0.996914327144623,-0.000107523897895589,0.039339579641819,-0.999225318431854,-0.00108608219306916,0.0784970074892044,-0.996911942958832,-0.00217355531640351,-0.0784971341490746,-0.996913552284241,-0.00122631713747978,-0.999222934246063,-0.0393394865095615,-0.00243400107137859,-0.999875128269196,-0.0157460644841194,-0.00133181468117982,-0.99801903963089,0.0628673434257507,-0.00241126492619514,-0.999498248100281,0.0314802601933479,-0.00351071637123823,0.00335084344260395,0.99888026714325,0.0471911951899529,0.00225096754729748,0.999223411083221,-0.039339505136013,0.00101651158183813,0.998885333538055,-0.047191433608532,
  844. 0.00206187972798944,0.998482346534729,0.0550344586372375,0.00212448602542281,0.0236154049634933,0.999718844890594,0.00121381192002445,0.0471914261579514,0.998885154724121,0.000283903325907886,-0.0157460793852806,0.999876022338867,0.00120902026537806,-0.0157460682094097,0.99987530708313,0.000611192255746573,-0.996914148330688,-0.0784971788525581,0.000669382337946445,-0.999225676059723,0.0393395908176899,0.000836422725114971,-0.996913969516754,0.0784971639513969,0.000811223406344652,-0.996914088726044,-0.0784971714019775,0.002629040973261,-0.03933946788311,-0.99922251701355,0.00187765061855316,-0.0157460533082485,-0.999874353408813,0.0026060005184263,0.0628673061728477,-0.998018503189087,0.00335522717796266,0.0314802788197994,-0.999498784542084,-0.0550343915820122,0.998481094837189,0.00260614138096571,-0.0471912063658237,0.998880505561829,0.00327851506881416,0.0393394492566586,0.999222040176392,0.00279491534456611,0.0471913442015648,0.998883485794067,0.00217568385414779,-0.999719202518463,0.0236154142767191,0.00196566386148334,-0.998884201049805,0.0471913814544678,0.0018476921832189,-0.999874532222748,-0.0157460551708937,0.00171105039771646,-0.999874413013458,-0.0157460533082485,0.00184317317325622,0.0784971937537193,-0.996914327144623,0.000106612271338236,-0.039339579641819,-0.999225318431854,0.00108539196662605,-0.0784970074892044,-0.996911942958832,0.00217345473356545,0.0784971341490746,-0.996913552284241,0.00122583366464823,0.999222934246063,-0.0393394865095615,0.00243529141880572,0.999875128269196,-0.0157460644841194,0.0013349917717278,0.99801903963089,0.0628673434257507,0.00241257506422699,0.999498248100281,0.0314802601933479,0.00351009611040354,-0.0338229909539223,0.998878359794617,0.0331370867788792,-0.0355374105274677,0.998873472213745,0.0314490124583244,0.0408400744199753,0.998018205165863,-0.0478726550936699,0.0260317698121071,0.999216556549072,-0.0298114940524101,0.705535054206848,0.0111348237842321,-0.708587527275085,0.705456614494324,0.0555915869772434,-0.706569612026215,0.707329154014587,-0.0222655553370714,-0.70653361082077,
  845. 0.706370651721954,-0.0222655534744263,-0.707491934299469,0.0220822785049677,-0.999506533145905,-0.0223402306437492,0.0498868264257908,-0.99748170375824,-0.0504156276583672,-0.0503372699022293,-0.997481405735016,0.0499701574444771,-0.0557426698505878,-0.996893644332886,0.0556415282189846,-0.708244025707245,-0.0333879180252552,0.705177843570709,-0.707730531692505,-0.0111348442733288,0.706394731998444,-0.70755523443222,0.0555914640426636,0.704468071460724,-0.709470629692078,0.0111347856000066,0.704647123813629,-0.033140804618597,0.998878121376038,-0.0338269248604774,0.0445328392088413,0.998030543327332,0.0441809855401516,-0.0331369899213314,0.998878359794617,-0.0338230915367603,0.0476771704852581,0.998019576072693,0.0410356782376766,0.0313013792037964,0.999208271503448,0.0245579816401005,-0.0299161840230227,0.998867094516754,-0.0370073579251766,0.708587527275085,0.0111348247155547,0.705535173416138,0.706569135189056,0.0555915869772434,0.705457091331482,0.706532657146454,-0.0222655534744263,0.707330107688904,0.707491397857666,-0.0222655516117811,0.706371128559113,0.0223403573036194,-0.999506533145905,0.0220821518450975,0.0504155941307545,-0.99748170375824,0.0498868636786938,-0.0499699488282204,-0.997481405735016,-0.0503374822437763,-0.055641196668148,-0.996893644332886,-0.0557429976761341,-0.705624520778656,-0.0333879552781582,-0.707799017429352,-0.706394016742706,-0.0111348442733288,-0.707731246948242,-0.704914152622223,0.0555915348231792,-0.70711088180542,-0.705542266368866,0.0111348237842321,-0.708580434322357,0.033823549747467,0.998878419399261,-0.0331365279853344,0.0355534218251705,0.998873353004456,-0.0314331687986851,-0.0408088080585003,0.998018026351929,0.0479039065539837,-0.0260159708559513,0.999216437339783,0.0298274643719196,-0.705535590648651,0.0111348237842321,0.708586990833282,-0.705456852912903,0.0555915795266628,0.706569373607636,-0.707329213619232,-0.0222655553370714,0.706533551216125,-0.706370890140533,-0.0222655516117811,0.707491636276245,-0.0220822002738714,-0.999506533145905,0.0223403088748455,-0.0498872622847557,-0.99748170375824,0.0504152067005634,
  846. 0.0503373518586159,-0.997481465339661,-0.0499700903892517,0.0557432323694229,-0.996893584728241,-0.0556409507989883,0.707799136638641,-0.0333879590034485,-0.705624341964722,0.707730412483215,-0.0111348442733288,-0.706394851207733,0.707110941410065,0.0555915310978889,-0.704913973808289,0.708581626415253,0.0111348247155547,-0.70554107427597,0.0331368409097195,0.998878359794617,0.033823236823082,0.0315348617732525,0.998873770236969,0.0354506149888039,-0.047699797898531,0.998019397258759,-0.0410130396485329,-0.0297246016561985,0.999216914176941,-0.0261177178472281,-0.707378625869751,-0.0222655553370714,-0.706484079360962,-0.707711815834045,0.0444979593157768,-0.705098569393158,-0.706456482410431,0.0555915907025337,-0.705569982528687,-0.706532120704651,-0.0222655553370714,-0.707330703735352,0.0551659315824509,-0.996893644332886,0.0562129765748978,-0.0225778073072433,-0.999506413936615,-0.0218446962535381,-0.0504157096147537,-0.99748170375824,-0.0498867519199848,0.0497346855700016,-0.997481226921082,0.0505753792822361,0.705366194248199,-0.0333879329264164,0.708056271076202,0.705877840518951,-0.0111348340287805,0.708246052265167,0.704656183719635,0.055591493844986,0.707367837429047,0.705541968345642,0.0111348237842321,0.708580732345581
  847. }
  848. BinormalsW: *130 {
  849. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  850. }
  851. }
  852. LayerElementTangent: 0 {
  853. Version: 102
  854. Name: "map1"
  855. MappingInformationType: "ByPolygonVertex"
  856. ReferenceInformationType: "Direct"
  857. Tangents: *390 {
  858. a: 0.999990344047546,0.00439562182873487,-0.000207667209906504,0.999997735023499,0.00212651141919196,8.37208499433473e-005,1,-0.000276918319286779,-1.3082790246699e-005,0.999998211860657,0.00193567329552025,-0.000106690567918122,0.999994933605194,7.51282641431317e-005,-0.00318042701110244,0.999992489814758,0.000183195850695483,-0.00387764535844326,0.999989569187164,-7.18993978807703e-005,-0.00456561148166656,0.999992489814758,-6.10721908742562e-005,-0.0038780840113759,1,-0.000106652456452139,8.39785116113489e-006,0.999997198581696,-0.0023795620072633,-9.36835785978474e-005,0.999988675117493,-0.0047453953884542,-0.000373653165297583,0.999996900558472,-0.00250865798443556,0.000197532135643996,0.999998390674591,-7.085561810527e-005,0.00179973291233182,0.999999105930328,-2.09571589948609e-005,0.00133077951613814,0.999998450279236,0.000111854009446688,0.00177568220533431,0.999997496604919,7.06903883838095e-005,0.00224441918544471,-0.00770150357857347,0.00364545802585781,0.999963700771332,-0.000109960426925682,0.00279299635440111,0.99999612569809,-0.000102709978818893,0.00217402842827141,0.999997735023499,0.000143429235322401,0.00260221748612821,0.999996662139893,0.00196105451323092,4.63241849502083e-005,0.999998092651367,0.00184375699609518,8.71066295076162e-005,0.999998331069946,0.00171115365810692,-2.69473021035083e-005,0.99999862909317,0.00184107979293913,-2.89933832391398e-005,0.999998390674591,-8.44034457259113e-006,-0.000107192114228383,1,4.27260783908423e-005,-0.00108524144161493,0.999999403953552,0.000170617990079336,-0.00216684862971306,0.999997735023499,-9.62624762905762e-005,-0.00122253329027444,0.999999344348907,-0.00243211700581014,-9.57526353886351e-005,0.999997138977051,-0.00133164960425347,-2.09708596230485e-005,0.999999105930328,-0.00240649515762925,0.000151590269524604,0.999997138977051,-0.00350897619500756,0.000110518958535977,0.999993860721588,-0.999994397163391,0.00334711000323296,0.000158131209900603,-0.999997496604919,0.00224922504276037,-8.85521076270379e-005,-0.999999582767487,0.0010153790935874,-4.79706322948914e-005,
  859. -0.999997913837433,0.00205875490792096,0.000113474612589926,-0.999997735023499,5.01707800140139e-005,0.00212389347143471,-0.999999284744263,5.72815588384401e-005,0.00121245963964611,-1,-4.47036336481688e-006,0.000283868110273033,-0.999999284744263,-1.90373284567613e-005,0.00120887032244354,-0.999999821186066,-0.000609306327532977,-4.79768968943972e-005,-0.999999761581421,-0.000668864173348993,2.63332749455003e-005,-0.999999642372131,-0.000833841797430068,6.56568154226989e-005,-0.999999761581421,-0.000808720244094729,-6.36787735857069e-005,-0.999996602535248,-0.000103425416455138,-0.00262700580060482,-0.999998331069946,-2.95656354865059e-005,-0.00187741778790951,-0.999996721744537,0.000163832810358144,-0.0026008456479758,-0.999994397163391,0.000105624094430823,-0.00335356430150568,-0.000143427809234709,0.00260219164192677,-0.999996662139893,-0.000154717941768467,0.00327486242167652,-0.99999463558197,0.0001099507935578,0.00279275164939463,-0.99999612569809,0.000102673679066356,0.00217326008714736,-0.999997735023499,-0.00196511577814817,4.64201220893301e-005,-0.999998092651367,-0.00184563361108303,8.7195287051145e-005,-0.999998331069946,-0.00171083852183074,-2.69423399004154e-005,-0.99999862909317,-0.00184294464997947,-2.90227508230601e-005,-0.999998390674591,8.36878461996093e-006,-0.000106283303466626,-1,-4.26989245170262e-005,-0.00108455179724842,-0.999999403953552,-0.000170610088389367,-0.00216674851253629,-0.999997735023499,9.6224517619703e-005,-0.00122205121442676,-0.999999344348907,0.0024334064219147,-9.58033997449093e-005,-0.999997138977051,0.00133482634555548,-2.10208872886142e-005,-0.999999105930328,0.00240780250169337,0.000151672618812881,-0.999997138977051,0.00350835639983416,0.000110499437141698,-0.999993860721588,0.703138053417206,0.000220243178773671,0.711053311824799,0.71093738079071,0.00315196020528674,0.703248262405396,0.707318603992462,0.00496299145743251,0.706877470016479,0.703223764896393,0.00289096892811358,0.710962772369385,0.708631277084351,2.40339868469164e-005,0.705578982830048,0.707662165164948,4.37529924965929e-005,0.706550896167755,
  860. 0.706708967685699,1.25261776702246e-005,0.707504391670227,0.707667052745819,-1.76530356839066e-005,0.706546127796173,0.707110822200775,-0.000182309726369567,0.707102715969086,0.711044907569885,2.22475428017788e-005,0.703146636486053,0.711013197898865,-0.000654172792565078,0.703178465366364,0.703166127204895,0.000367332278983667,0.711025536060333,0.705572962760925,-7.23876000847667e-005,0.708637356758118,0.706438601016998,-1.05176723081968e-005,0.707774341106415,0.705563962459564,0.000121354729344603,0.708646357059479,0.704691112041473,3.79778502974659e-005,0.709514319896698,-0.703170537948608,0.000748851394746453,0.711020827293396,-0.707095742225647,0.000248305557761341,0.707117795944214,-0.711053311824799,0.000220383939449675,0.703138053417206,-0.70689070224762,0.00468699913471937,0.707307279109955,-0.710898697376251,0.00498499907553196,0.703276753425598,-0.71119612455368,0.00474444683641195,0.702977657318115,-0.705579042434692,2.4032569854171e-005,0.708631217479706,-0.706551373004913,4.37124472227879e-005,0.707661688327789,-0.707505345344543,1.25560318338103e-005,0.706708014011383,-0.706546604633331,-1.76365992956562e-005,0.707666516304016,-0.707102715969086,-0.000182488365680911,0.707110822200775,-0.703146636486053,2.22998605750035e-005,0.711044907569885,-0.703178465366364,-0.000654470641165972,0.711013197898865,-0.711025595664978,0.000366866705007851,0.703166127204895,-0.708192646503448,-5.13377999595832e-005,0.706019341945648,-0.707775056362152,-1.05289682323928e-005,0.706437885761261,-0.708202660083771,8.63493696670048e-005,0.706009328365326,-0.708624184131622,2.39212222368224e-005,0.705586194992065,-0.703137993812561,0.000221031106775627,-0.711053371429443,-0.710936665534973,0.00317446468397975,-0.703248918056488,-0.70732045173645,0.00500711472705007,-0.706875383853912,-0.703224360942841,0.00291341659612954,-0.710962176322937,-0.708630740642548,2.40255085373065e-005,-0.705579519271851,-0.707662045955658,4.37302915088367e-005,-0.706551253795624,-0.706708908081055,1.25285168905975e-005,-0.707504451274872,-0.707666754722595,-1.76433804881526e-005,-0.706546366214752,
  861. -0.707110822200775,-0.000182419360498898,-0.707102715969086,-0.71104484796524,2.28550361498492e-005,-0.703146636486053,-0.71101313829422,-0.000654277217108756,-0.703178465366364,-0.70316606760025,0.000366531196050346,-0.711025595664978,-0.706019103527069,-5.13459526700899e-005,-0.708192706108093,-0.706438720226288,-1.05157232610509e-005,-0.707774221897125,-0.706009209156036,8.63632812979631e-005,-0.70820277929306,-0.70558500289917,2.39400869759265e-005,-0.708625376224518,0.711053311824799,0.00022059258481022,-0.703138053417206,0.703244388103485,0.00303002074360847,-0.710941731929779,0.706889152526855,0.0047189393080771,-0.70730859041214,0.710966408252716,0.0027688448317349,-0.70322060585022,0.706659555435181,-1.40845413625357e-005,-0.707553863525391,0.705800235271454,8.222738688346e-005,-0.708410918712616,0.706664144992828,3.48481262335554e-005,-0.707549273967743,0.707505941390991,1.25742790260119e-005,-0.70670747756958,0.711062610149384,-0.000299452600302175,-0.703128635883331,0.707095205783844,-0.000518132175784558,-0.707118213176727,0.703146636486053,2.21430545934709e-005,-0.71104496717453,0.703195095062256,-0.000988209154456854,-0.710996270179749,0.708449840545654,-6.35089600109495e-005,-0.705761253833771,0.708289861679077,-1.86465640581446e-005,-0.705921709537506,0.708459258079529,0.000106593666714616,-0.705751776695251,0.708624482154846,2.39257442444796e-005,-0.705585896968842
  862. }
  863. TangentsW: *130 {
  864. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  865. }
  866. }
  867. LayerElementUV: 0 {
  868. Version: 101
  869. Name: "map1"
  870. MappingInformationType: "ByPolygonVertex"
  871. ReferenceInformationType: "IndexToDirect"
  872. UV: *160 {
  873. a: 0.2568359375,5.072265625,0.257080078125,5.015625,0.95849609375,5.015625,0.95703125,5.068359375,0.91943359375,5.181640625,0.3017578125,5.185546875,0.30126953125,5.240234375,0.91796875,5.240234375,0.95849609375,5.353515625,0.2564697265625,5.353515625,0.2568359375,3.0732421875,0.257080078125,3.017578125,0.95849609375,3.015625,0.95703125,3.0703125,0.91943359375,3.18359375,0.3017578125,3.185546875,0.30126953125,3.2412109375,0.91796875,3.2412109375,0.95849609375,3.353515625,0.2564697265625,3.3544921875,0.257080078125,1.018310546875,0.2568359375,1.0745849609375,0.95703125,1.07156372070313,0.95849609375,1.01728820800781,0.91943359375,1.18487548828125,0.3017578125,1.18585205078125,0.30126953125,1.2427978515625,0.91796875,1.242431640625,0.95849609375,1.354736328125,0.2564697265625,1.3555908203125,0.257080078125,-1.98046875,0.2568359375,-1.9248046875,0.95703125,-1.927734375,0.95849609375,-1.982421875,0.91943359375,-1.814453125,0.3017578125,-1.8125,0.30126953125,-1.7568359375,0.91796875,-1.7568359375,0.95849609375,-1.64453125,0.2564697265625,-1.6435546875,0.95849609375,4.015625,0.95703125,4.0703125,0.257080078125,4.015625,0.2574462890625,4.07421875,0.3017578125,4.1845703125,0.919189453125,4.1845703125,0.30126953125,4.2412109375,0.91796875,4.2412109375,0.95849609375,4.353515625,0.2559814453125,4.3544921875,0.95849609375,2.0166015625,0.95703125,2.07080078125,0.257080078125,2.0166015625,0.2574462890625,2.07470703125,0.3017578125,2.18505859375,0.919189453125,2.18505859375,0.30126953125,2.2421875,0.91796875,2.2421875,0.95849609375,2.3544921875,0.2559814453125,2.3544921875,0.95849609375,-0.982421875,0.95703125,-0.92822265625,0.257080078125,-0.982421875,0.2574462890625,-0.92431640625,0.3017578125,-0.81396484375,0.919189453125,-0.81396484375,0.30126953125,-0.7568359375,0.91796875,-0.7568359375,0.95849609375,-0.64453125,0.2559814453125,-0.64453125,0.95849609375,0.017578125,0.95703125,0.071533203125,0.257080078125,0.017578125,0.2574462890625,0.0751953125,0.3017578125,0.185546875,0.919189453125,0.185546875,0.30126953125,
  874. 0.2431640625,0.91796875,0.24267578125,0.95849609375,0.355224609375,0.2559814453125,0.355224609375
  875. }
  876. UVIndex: *130 {
  877. a: 0,1,2,3,0,3,4,5,6,5,4,7,6,7,8,9,10,11,12,13,10,13,14,15,16,15,14,17,16,17,18,19,21,20,23,22,21,22,24,25,26,25,24,27,26,27,28,29,32,31,30,33,31,32,34,35,36,35,34,37,36,37,38,39,42,40,41,43,43,41,45,44,44,45,47,46,46,47,48,49,50,51,52,51,53,52,53,51,55,54,54,55,57,56,56,57,58,59,62,60,61,63,63,61,65,64,64,65,67,66,66,67,68,69,72,70,71,73,74,73,71,75,76,74,75,77,76,77,78,79
  878. }
  879. }
  880. LayerElementSmoothing: 0 {
  881. Version: 102
  882. Name: ""
  883. MappingInformationType: "ByEdge"
  884. ReferenceInformationType: "Direct"
  885. Smoothing: *65 {
  886. a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  887. }
  888. }
  889. LayerElementMaterial: 0 {
  890. Version: 101
  891. Name: ""
  892. MappingInformationType: "AllSame"
  893. ReferenceInformationType: "IndexToDirect"
  894. Materials: *1 {
  895. a: 0
  896. }
  897. }
  898. Layer: 0 {
  899. Version: 100
  900. LayerElement: {
  901. Type: "LayerElementNormal"
  902. TypedIndex: 0
  903. }
  904. LayerElement: {
  905. Type: "LayerElementBinormal"
  906. TypedIndex: 0
  907. }
  908. LayerElement: {
  909. Type: "LayerElementTangent"
  910. TypedIndex: 0
  911. }
  912. LayerElement: {
  913. Type: "LayerElementMaterial"
  914. TypedIndex: 0
  915. }
  916. LayerElement: {
  917. Type: "LayerElementSmoothing"
  918. TypedIndex: 0
  919. }
  920. LayerElement: {
  921. Type: "LayerElementUV"
  922. TypedIndex: 0
  923. }
  924. }
  925. }
  926. Geometry: 2267733799072, "Geometry::", "Mesh" {
  927. Vertices: *24 {
  928. a: -425.1484375,-14.490478515625,176.7607421875,-176.76171875,-14.490478515625,425.147216796875,-487.40234375,-14.490478515625,202.528076171875,-202.52734375,-14.490478515625,487.40185546875,-425.1484375,15.232666015625,176.7607421875,-487.40234375,15.232666015625,202.528076171875,-176.76171875,15.232666015625,425.147216796875,-202.52734375,15.232666015625,487.40185546875
  929. }
  930. PolygonVertexIndex: *24 {
  931. a: 0,1,3,-3,7,6,4,-6,6,1,0,-5,7,5,2,-4,6,7,3,-2,4,0,2,-6
  932. }
  933. Edges: *12 {
  934. a: 2,10,8,3,1,5,7,6,0,4,13,15
  935. }
  936. GeometryVersion: 124
  937. LayerElementNormal: 0 {
  938. Version: 102
  939. Name: ""
  940. MappingInformationType: "ByVertice"
  941. ReferenceInformationType: "Direct"
  942. Normals: *24 {
  943. a: 0.21031266450882,-0.932547569274902,-0.29346826672554,0.293465167284012,-0.932548761367798,-0.210311904549599,-0.440818428993225,-0.840165674686432,0.31591272354126,-0.315914660692215,-0.840161681175232,0.440824389457703,0.21031266450882,0.932547569274902,-0.29346826672554,-0.440818428993225,0.840165674686432,0.31591272354126,0.293465167284012,0.932548761367798,-0.210311904549599,-0.315914660692215,0.840161681175232,0.440824389457703
  944. }
  945. NormalsW: *8 {
  946. a: 1,1,1,1,1,1,1,1
  947. }
  948. }
  949. LayerElementBinormal: 0 {
  950. Version: 102
  951. Name: "map1"
  952. MappingInformationType: "ByPolygonVertex"
  953. ReferenceInformationType: "Direct"
  954. Binormals: *72 {
  955. a: -0.660553276538849,-0.356844365596771,0.660553991794586,-0.660553514957428,-0.3568414747715,0.660555243492126,-0.596413731575012,0.537194967269897,0.596416234970093,-0.596416711807251,0.537188947200775,0.596418619155884,0.937831521034241,0.346919804811478,0.0109022939577699,0.839161276817322,-0.356676399707794,-0.410597532987595,0.660553276538849,-0.356844365596771,-0.660553991794586,0.596416652202606,0.537188947200775,-0.596418678760529,0.660554051399231,-0.356841534376144,-0.660554707050323,-0.948217689990997,-0.31191411614418,0.0599406771361828,-0.660553276538849,-0.356844365596771,0.660553991794586,0.660553276538849,-0.356844365596771,-0.660553991794586,0.937831521034241,0.346919804811478,0.0109022939577699,0.596416652202606,0.537188947200775,-0.596418678760529,-0.596416711807251,0.537188947200775,0.596418619155884,-0.596413731575012,0.537194967269897,0.596416234970093,0.839161276817322,-0.356676399707794,-0.410597532987595,0.937831521034241,0.346919804811478,0.0109022939577699,-0.740437090396881,-0.0722004398703575,-0.668236553668976,-0.948217689990997,-0.31191411614418,0.0599406771361828,-0.730579555034637,-0.0495522171258926,-0.681027293205261,0.696319282054901,-0.0678189843893051,0.714520812034607,0.78157901763916,-0.186214834451675,0.595364153385162,-0.729195237159729,-0.129970535635948,-0.67184978723526
  956. }
  957. BinormalsW: *24 {
  958. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  959. }
  960. }
  961. LayerElementTangent: 0 {
  962. Version: 102
  963. Name: "map1"
  964. MappingInformationType: "ByPolygonVertex"
  965. ReferenceInformationType: "Direct"
  966. Tangents: *72 {
  967. a: 0.72072046995163,-0.0549285672605038,0.691046237945557,0.691047966480255,0.0549276992678642,0.720718920230865,0.737894713878632,0.0744970515370369,0.670791745185852,0.670795202255249,-0.0744966939091682,0.737891614437103,0.14377099275589,-0.416863113641739,0.89752721786499,0.457915484905243,0.0559895560145378,0.887230813503265,0.72072046995163,0.0549285672605038,0.691046237945557,0.670795261859894,0.074496753513813,0.737891554832459,0.691047430038452,-0.0549274161458015,0.720719397068024,0.121496856212616,-0.181830987334251,0.975795090198517,0.72072046995163,-0.0549285672605038,0.691046237945557,0.72072046995163,0.0549285672605038,0.691046237945557,0.14377099275589,-0.416863113641739,0.89752721786499,0.670795261859894,0.074496753513813,0.737891554832459,0.670795202255249,-0.0744966939091682,0.737891614437103,0.737894713878632,0.0744970515370369,0.670791745185852,0.457915484905243,0.0559895560145378,0.887230813503265,0.14377099275589,-0.416863113641739,0.89752721786499,0.593254506587982,-0.537508487701416,-0.599277675151825,0.121496856212616,-0.181830987334251,0.975795090198517,-0.649632394313812,0.357630580663681,0.670878708362579,-0.686227381229401,-0.354620367288589,0.635087668895721,-0.441376745700836,0.50935834646225,0.738742589950562,-0.52340567111969,-0.526525914669037,0.669938087463379
  968. }
  969. TangentsW: *24 {
  970. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  971. }
  972. }
  973. LayerElementUV: 0 {
  974. Version: 101
  975. Name: "map1"
  976. MappingInformationType: "ByPolygonVertex"
  977. ReferenceInformationType: "IndexToDirect"
  978. UV: *24 {
  979. a: 0.75,0,0.875,0,0.875,0.25,0.75,0.25,0.875,0.375,0.828125,0.75,0.796875,0.75,0.75,0.375,0.875,0.875,0.875,1,0.75,1,0.75,0.875
  980. }
  981. UVIndex: *24 {
  982. a: 0,1,2,3,4,5,6,7,8,9,10,11,4,7,3,2,5,4,2,9,11,0,3,7
  983. }
  984. }
  985. LayerElementSmoothing: 0 {
  986. Version: 102
  987. Name: ""
  988. MappingInformationType: "ByEdge"
  989. ReferenceInformationType: "Direct"
  990. Smoothing: *12 {
  991. a: 1,1,1,1,1,1,1,1,1,1,1,1
  992. }
  993. }
  994. LayerElementMaterial: 0 {
  995. Version: 101
  996. Name: ""
  997. MappingInformationType: "AllSame"
  998. ReferenceInformationType: "IndexToDirect"
  999. Materials: *1 {
  1000. a: 0
  1001. }
  1002. }
  1003. Layer: 0 {
  1004. Version: 100
  1005. LayerElement: {
  1006. Type: "LayerElementNormal"
  1007. TypedIndex: 0
  1008. }
  1009. LayerElement: {
  1010. Type: "LayerElementBinormal"
  1011. TypedIndex: 0
  1012. }
  1013. LayerElement: {
  1014. Type: "LayerElementTangent"
  1015. TypedIndex: 0
  1016. }
  1017. LayerElement: {
  1018. Type: "LayerElementMaterial"
  1019. TypedIndex: 0
  1020. }
  1021. LayerElement: {
  1022. Type: "LayerElementSmoothing"
  1023. TypedIndex: 0
  1024. }
  1025. LayerElement: {
  1026. Type: "LayerElementUV"
  1027. TypedIndex: 0
  1028. }
  1029. }
  1030. }
  1031. Geometry: 2267733779104, "Geometry::", "Mesh" {
  1032. Vertices: *24 {
  1033. a: -176.759765625,-14.490478515625,-425.1455078125,-425.1484375,-14.490478515625,-176.75830078125,-202.52734375,-14.490478515625,-487.40185546875,-487.40234375,-14.490478515625,-202.524658203125,-176.759765625,15.232666015625,-425.1455078125,-202.52734375,15.232666015625,-487.40185546875,-425.1484375,15.232666015625,-176.75830078125,-487.40234375,15.232666015625,-202.524658203125
  1034. }
  1035. PolygonVertexIndex: *24 {
  1036. a: 0,1,3,-3,7,6,4,-6,6,1,0,-5,7,5,2,-4,6,7,3,-2,4,0,2,-6
  1037. }
  1038. Edges: *12 {
  1039. a: 2,10,8,3,1,5,7,6,0,4,13,15
  1040. }
  1041. GeometryVersion: 124
  1042. LayerElementNormal: 0 {
  1043. Version: 102
  1044. Name: ""
  1045. MappingInformationType: "ByVertice"
  1046. ReferenceInformationType: "Direct"
  1047. Normals: *24 {
  1048. a: 0.29346439242363,-0.932549476623535,0.210309773683548,0.210308745503426,-0.932550311088562,0.293462485074997,-0.315909713506699,-0.840167582035065,-0.440816849470139,-0.440816611051559,-0.840167999267578,-0.315908968448639,0.29346439242363,0.932549476623535,0.210309758782387,-0.315909713506699,0.840167582035065,-0.440816849470139,0.210308745503426,0.932550311088562,0.293462455272675,-0.440816611051559,0.840167999267578,-0.315908968448639
  1049. }
  1050. NormalsW: *8 {
  1051. a: 1,1,1,1,1,1,1,1
  1052. }
  1053. }
  1054. LayerElementBinormal: 0 {
  1055. Version: 102
  1056. Name: "map1"
  1057. MappingInformationType: "ByPolygonVertex"
  1058. ReferenceInformationType: "Direct"
  1059. Binormals: *72 {
  1060. a: -0.660552978515625,-0.35683935880661,-0.66055691242218,-0.660555779933929,-0.356837421655655,-0.660555243492126,-0.596421539783478,0.537185430526733,-0.59641695022583,-0.596420049667358,0.537185788154602,-0.59641820192337,-0.0109006837010384,0.346912771463394,0.937834143638611,0.410593092441559,-0.356672257184982,0.839165210723877,0.660552978515625,-0.35683935880661,0.66055691242218,0.596420407295227,0.537185728549957,0.596417784690857,0.660553514957428,-0.356837570667267,0.660557389259338,-0.0599366240203381,-0.311910182237625,-0.948219180107117,-0.660552978515625,-0.35683935880661,-0.66055691242218,0.660552978515625,-0.35683935880661,0.66055691242218,-0.0109006837010384,0.346912771463394,0.937834143638611,0.596420407295227,0.537185728549957,0.596417784690857,-0.596420049667358,0.537185788154602,-0.59641820192337,-0.596421539783478,0.537185430526733,-0.59641695022583,0.410593092441559,-0.356672257184982,0.839165210723877,-0.0109006837010384,0.346912771463394,0.937834143638611,0.668237268924713,-0.072199285030365,-0.740436553955078,-0.0599366240203381,-0.311910182237625,-0.948219180107117,0.681027591228485,-0.0495516732335091,-0.730579316616058,-0.714520692825317,-0.0678178817033768,0.69631963968277,-0.595363855361938,-0.186215251684189,0.781579077243805,0.67184978723526,-0.129971191287041,-0.729195058345795
  1061. }
  1062. BinormalsW: *24 {
  1063. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1064. }
  1065. }
  1066. LayerElementTangent: 0 {
  1067. Version: 102
  1068. Name: "map1"
  1069. MappingInformationType: "ByPolygonVertex"
  1070. ReferenceInformationType: "Direct"
  1071. Tangents: *72 {
  1072. a: -0.691048741340637,-0.0549291782081127,0.720717966556549,-0.720719337463379,0.0549278110265732,0.691047489643097,-0.670792102813721,0.0744955837726593,0.737894535064697,-0.737891674041748,-0.0744977220892906,0.67079496383667,-0.897531032562256,-0.416856527328491,0.143766522407532,-0.887233674526215,0.0559901595115662,0.457909971475601,-0.691048741340637,0.0549291893839836,0.720717966556549,-0.737891435623169,0.0744979754090309,0.670795261859894,-0.720721364021301,-0.0549266561865807,0.69104540348053,-0.975795924663544,-0.181829631328583,0.121491350233555,-0.691048741340637,-0.0549291782081127,0.720717966556549,-0.691048741340637,0.0549291893839836,0.720717966556549,-0.897531032562256,-0.416856527328491,0.143766522407532,-0.737891435623169,0.0744979754090309,0.670795261859894,-0.737891674041748,-0.0744977220892906,0.67079496383667,-0.670792102813721,0.0744955837726593,0.737894535064697,-0.887233674526215,0.0559901595115662,0.457909971475601,-0.897531032562256,-0.416856527328491,0.143766522407532,0.599282681941986,-0.537498831748962,0.593258202075958,-0.975795924663544,-0.181829631328583,0.121491350233555,-0.670880138874054,0.357625752687454,-0.649633586406708,-0.635089695453644,-0.354615718126297,-0.686227917671204,-0.73874419927597,0.509354829788208,-0.441378176212311,-0.669939458370209,-0.52652245759964,-0.523407220840454
  1073. }
  1074. TangentsW: *24 {
  1075. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1076. }
  1077. }
  1078. LayerElementUV: 0 {
  1079. Version: 101
  1080. Name: "map1"
  1081. MappingInformationType: "ByPolygonVertex"
  1082. ReferenceInformationType: "IndexToDirect"
  1083. UV: *24 {
  1084. a: 0.75,0,0.875,0,0.875,0.25,0.75,0.25,0.875,0.375,0.828125,0.75,0.796875,0.75,0.75,0.375,0.875,0.875,0.875,1,0.75,1,0.75,0.875
  1085. }
  1086. UVIndex: *24 {
  1087. a: 0,1,2,3,4,5,6,7,8,9,10,11,4,7,3,2,5,4,2,9,11,0,3,7
  1088. }
  1089. }
  1090. LayerElementSmoothing: 0 {
  1091. Version: 102
  1092. Name: ""
  1093. MappingInformationType: "ByEdge"
  1094. ReferenceInformationType: "Direct"
  1095. Smoothing: *12 {
  1096. a: 1,1,1,1,1,1,1,1,1,1,1,1
  1097. }
  1098. }
  1099. LayerElementMaterial: 0 {
  1100. Version: 101
  1101. Name: ""
  1102. MappingInformationType: "AllSame"
  1103. ReferenceInformationType: "IndexToDirect"
  1104. Materials: *1 {
  1105. a: 0
  1106. }
  1107. }
  1108. Layer: 0 {
  1109. Version: 100
  1110. LayerElement: {
  1111. Type: "LayerElementNormal"
  1112. TypedIndex: 0
  1113. }
  1114. LayerElement: {
  1115. Type: "LayerElementBinormal"
  1116. TypedIndex: 0
  1117. }
  1118. LayerElement: {
  1119. Type: "LayerElementTangent"
  1120. TypedIndex: 0
  1121. }
  1122. LayerElement: {
  1123. Type: "LayerElementMaterial"
  1124. TypedIndex: 0
  1125. }
  1126. LayerElement: {
  1127. Type: "LayerElementSmoothing"
  1128. TypedIndex: 0
  1129. }
  1130. LayerElement: {
  1131. Type: "LayerElementUV"
  1132. TypedIndex: 0
  1133. }
  1134. }
  1135. }
  1136. Geometry: 2267733783200, "Geometry::", "Mesh" {
  1137. Vertices: *24 {
  1138. a: 425.146484375,-14.490478515625,-176.759033203125,176.759765625,-14.490478515625,-425.1455078125,487.400390625,-14.490478515625,-202.5263671875,202.525390625,-14.490478515625,-487.400146484375,425.146484375,15.232666015625,-176.759033203125,487.400390625,15.232666015625,-202.5263671875,176.759765625,15.232666015625,-425.1455078125,202.525390625,15.232666015625,-487.400146484375
  1139. }
  1140. PolygonVertexIndex: *24 {
  1141. a: 0,1,3,-3,7,6,4,-6,6,1,0,-5,7,5,2,-4,6,7,3,-2,4,0,2,-6
  1142. }
  1143. Edges: *12 {
  1144. a: 2,10,8,3,1,5,7,6,0,4,13,15
  1145. }
  1146. GeometryVersion: 124
  1147. LayerElementNormal: 0 {
  1148. Version: 102
  1149. Name: ""
  1150. MappingInformationType: "ByVertice"
  1151. ReferenceInformationType: "Direct"
  1152. Normals: *24 {
  1153. a: -0.21031266450882,-0.932547569274902,0.29346826672554,-0.293465167284012,-0.932548761367798,0.210311904549599,0.440818428993225,-0.840165674686432,-0.31591272354126,0.315914660692215,-0.840161681175232,-0.440824389457703,-0.210312679409981,0.932547509670258,0.293468296527863,0.44081848859787,0.840165555477142,-0.315912753343582,-0.293465226888657,0.932548761367798,0.210311949253082,0.31591472029686,0.840161681175232,-0.440824449062347
  1154. }
  1155. NormalsW: *8 {
  1156. a: 1,1,1,1,1,1,1,1
  1157. }
  1158. }
  1159. LayerElementBinormal: 0 {
  1160. Version: 102
  1161. Name: "map1"
  1162. MappingInformationType: "ByPolygonVertex"
  1163. ReferenceInformationType: "Direct"
  1164. Binormals: *72 {
  1165. a: 0.660553276538849,-0.356844365596771,-0.660553991794586,0.660553514957428,-0.3568414747715,-0.660555243492126,0.596413731575012,0.537194967269897,-0.596416234970093,0.596416711807251,0.537188947200775,-0.596418619155884,-0.937831461429596,0.346919864416122,-0.0109023153781891,-0.839161276817322,-0.356676489114761,0.410597532987595,-0.660553216934204,-0.356844365596771,0.660553932189941,-0.596416652202606,0.537189066410065,0.596418678760529,-0.660554051399231,-0.356841623783112,0.660554707050323,0.948217689990997,-0.31191411614418,-0.0599406771361828,0.660553276538849,-0.356844365596771,-0.660553991794586,-0.660553216934204,-0.356844365596771,0.660553932189941,-0.937831461429596,0.346919864416122,-0.0109023153781891,-0.596416652202606,0.537189066410065,0.596418678760529,0.596416711807251,0.537188947200775,-0.596418619155884,0.596413731575012,0.537194967269897,-0.596416234970093,-0.839161276817322,-0.356676489114761,0.410597532987595,-0.937831461429596,0.346919864416122,-0.0109023153781891,0.740437090396881,-0.0722004398703575,0.668236553668976,0.948217689990997,-0.31191411614418,-0.0599406771361828,0.730579495429993,-0.0495522245764732,0.681027352809906,-0.696319282054901,-0.0678189843893051,-0.714520812034607,-0.78157901763916,-0.186214834451675,-0.595364153385162,0.729195177555084,-0.129970610141754,0.671849727630615
  1166. }
  1167. BinormalsW: *24 {
  1168. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1169. }
  1170. }
  1171. LayerElementTangent: 0 {
  1172. Version: 102
  1173. Name: "map1"
  1174. MappingInformationType: "ByPolygonVertex"
  1175. ReferenceInformationType: "Direct"
  1176. Tangents: *72 {
  1177. a: -0.72072046995163,-0.0549285672605038,-0.691046237945557,-0.691047966480255,0.0549276992678642,-0.720718920230865,-0.737894713878632,0.0744970515370369,-0.670791745185852,-0.670795202255249,-0.0744966939091682,-0.737891614437103,-0.143771037459373,-0.416863232851028,-0.89752721786499,-0.457915514707565,0.0559895783662796,-0.887230813503265,-0.72072046995163,0.0549285747110844,-0.691046237945557,-0.670795261859894,0.0744967609643936,-0.737891554832459,-0.691047430038452,-0.0549274273216724,-0.720719397068024,-0.121496856212616,-0.181830987334251,-0.975795090198517,-0.72072046995163,-0.0549285672605038,-0.691046237945557,-0.72072046995163,0.0549285747110844,-0.691046237945557,-0.143771037459373,-0.416863232851028,-0.89752721786499,-0.670795261859894,0.0744967609643936,-0.737891554832459,-0.670795202255249,-0.0744966939091682,-0.737891614437103,-0.737894713878632,0.0744970515370369,-0.670791745185852,-0.457915514707565,0.0559895783662796,-0.887230813503265,-0.143771037459373,-0.416863232851028,-0.89752721786499,-0.593254506587982,-0.537508487701416,0.599277675151825,-0.121496856212616,-0.181830987334251,-0.975795090198517,0.649632334709167,0.357630640268326,-0.670878648757935,0.686227381229401,-0.354620367288589,-0.635087668895721,0.441376745700836,0.50935834646225,-0.738742589950562,0.523405611515045,-0.526525795459747,-0.669938147068024
  1178. }
  1179. TangentsW: *24 {
  1180. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1181. }
  1182. }
  1183. LayerElementUV: 0 {
  1184. Version: 101
  1185. Name: "map1"
  1186. MappingInformationType: "ByPolygonVertex"
  1187. ReferenceInformationType: "IndexToDirect"
  1188. UV: *24 {
  1189. a: 0.75,0,0.875,0,0.875,0.25,0.75,0.25,0.875,0.375,0.828125,0.75,0.796875,0.75,0.75,0.375,0.875,0.875,0.875,1,0.75,1,0.75,0.875
  1190. }
  1191. UVIndex: *24 {
  1192. a: 0,1,2,3,4,5,6,7,8,9,10,11,4,7,3,2,5,4,2,9,11,0,3,7
  1193. }
  1194. }
  1195. LayerElementSmoothing: 0 {
  1196. Version: 102
  1197. Name: ""
  1198. MappingInformationType: "ByEdge"
  1199. ReferenceInformationType: "Direct"
  1200. Smoothing: *12 {
  1201. a: 1,1,1,1,1,1,1,1,1,1,1,1
  1202. }
  1203. }
  1204. LayerElementMaterial: 0 {
  1205. Version: 101
  1206. Name: ""
  1207. MappingInformationType: "AllSame"
  1208. ReferenceInformationType: "IndexToDirect"
  1209. Materials: *1 {
  1210. a: 0
  1211. }
  1212. }
  1213. Layer: 0 {
  1214. Version: 100
  1215. LayerElement: {
  1216. Type: "LayerElementNormal"
  1217. TypedIndex: 0
  1218. }
  1219. LayerElement: {
  1220. Type: "LayerElementBinormal"
  1221. TypedIndex: 0
  1222. }
  1223. LayerElement: {
  1224. Type: "LayerElementTangent"
  1225. TypedIndex: 0
  1226. }
  1227. LayerElement: {
  1228. Type: "LayerElementMaterial"
  1229. TypedIndex: 0
  1230. }
  1231. LayerElement: {
  1232. Type: "LayerElementSmoothing"
  1233. TypedIndex: 0
  1234. }
  1235. LayerElement: {
  1236. Type: "LayerElementUV"
  1237. TypedIndex: 0
  1238. }
  1239. }
  1240. }
  1241. Geometry: 2267733786784, "Geometry::", "Mesh" {
  1242. Vertices: *24 {
  1243. a: 176.759765625,-14.490478515625,425.148193359375,425.1484375,-14.490478515625,176.760009765625,202.525390625,-14.490478515625,487.402587890625,487.400390625,-14.490478515625,202.527099609375,176.759765625,15.232666015625,425.148193359375,202.525390625,15.232666015625,487.402587890625,425.1484375,15.232666015625,176.760009765625,487.400390625,15.232666015625,202.527099609375
  1244. }
  1245. PolygonVertexIndex: *24 {
  1246. a: 0,1,3,-3,7,6,4,-6,6,1,0,-5,7,5,2,-4,6,7,3,-2,4,0,2,-6
  1247. }
  1248. Edges: *12 {
  1249. a: 2,10,8,3,1,5,7,6,0,4,13,15
  1250. }
  1251. GeometryVersion: 124
  1252. LayerElementNormal: 0 {
  1253. Version: 102
  1254. Name: ""
  1255. MappingInformationType: "ByVertice"
  1256. ReferenceInformationType: "Direct"
  1257. Normals: *24 {
  1258. a: -0.293468803167343,-0.93254679441452,-0.210315391421318,-0.210316732525826,-0.932545602321625,-0.293471366167068,0.315919578075409,-0.840158462524414,0.440827280282974,0.44081974029541,-0.840164184570313,0.315914958715439,-0.293468743562698,0.932546734809875,-0.210315361618996,0.315919548273087,0.840158402919769,0.440827220678329,-0.210316732525826,0.932545721530914,-0.293471366167068,0.440819680690765,0.840164244174957,0.315914899110794
  1259. }
  1260. NormalsW: *8 {
  1261. a: 1,1,1,1,1,1,1,1
  1262. }
  1263. }
  1264. LayerElementBinormal: 0 {
  1265. Version: 102
  1266. Name: "map1"
  1267. MappingInformationType: "ByPolygonVertex"
  1268. ReferenceInformationType: "Direct"
  1269. Binormals: *72 {
  1270. a: 0.660552382469177,-0.356846541166306,0.660553634166718,0.660552203655243,-0.356849431991577,0.660552322864532,0.596417009830475,0.537191569805145,0.596415996551514,0.596412718296051,0.537200272083282,0.596412479877472,0.0109096309170127,0.346915751695633,-0.937832832336426,-0.410586535930634,-0.356683552265167,-0.839163601398468,-0.660552382469177,-0.356846541166306,-0.660553693771362,-0.596412837505341,0.537200212478638,-0.596412360668182,-0.660551607608795,-0.356849402189255,-0.660552859306335,0.0599299147725105,-0.311919033527374,0.948216795921326,0.660552382469177,-0.356846541166306,0.660553634166718,-0.660552382469177,-0.356846541166306,-0.660553693771362,0.0109096309170127,0.346915751695633,-0.937832832336426,-0.596412837505341,0.537200212478638,-0.596412360668182,0.596412718296051,0.537200272083282,0.596412479877472,0.596417009830475,0.537191569805145,0.596415996551514,-0.410586535930634,-0.356683552265167,-0.839163601398468,0.0109096309170127,0.346915751695633,-0.937832832336426,-0.66823822259903,-0.0721975937485695,0.740435838699341,0.0599299147725105,-0.311919033527374,0.948216795921326,-0.681028068065643,-0.0495508536696434,0.730578899383545,0.714520752429962,-0.0678173378109932,-0.69631952047348,0.59535813331604,-0.186223402619362,-0.781581461429596,-0.671847343444824,-0.129975453019142,0.729196548461914
  1271. }
  1272. BinormalsW: *24 {
  1273. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1274. }
  1275. }
  1276. LayerElementTangent: 0 {
  1277. Version: 102
  1278. Name: "map1"
  1279. MappingInformationType: "ByPolygonVertex"
  1280. ReferenceInformationType: "Direct"
  1281. Tangents: *72 {
  1282. a: 0.691047489643097,-0.0549275651574135,-0.720719277858734,0.720720291137695,0.0549279525876045,-0.691046476364136,0.670794129371643,0.0744948834180832,-0.737892746925354,0.737893462181091,-0.0744966417551041,-0.670793235301971,0.897529363632202,-0.416861742734909,-0.143761426210403,0.887234747409821,0.0559947788715363,-0.457907199859619,0.691047489643097,0.0549275390803814,-0.720719277858734,0.737893342971802,0.0744966864585876,-0.670793294906616,0.720720827579498,-0.0549276545643806,-0.691045939922333,0.975794732570648,-0.181838110089302,-0.121489159762859,0.691047489643097,-0.0549275651574135,-0.720719277858734,0.691047489643097,0.0549275390803814,-0.720719277858734,0.897529363632202,-0.416861742734909,-0.143761426210403,0.737893342971802,0.0744966864585876,-0.670793294906616,0.737893462181091,-0.0744966417551041,-0.670793235301971,0.670794129371643,0.0744948834180832,-0.737892746925354,0.887234747409821,0.0559947788715363,-0.457907199859619,0.897529363632202,-0.416861742734909,-0.143761426210403,-0.599279284477234,-0.537505149841309,-0.593255877494812,0.975794732570648,-0.181838110089302,-0.121489159762859,0.670877695083618,0.357632786035538,0.649632155895233,0.635087549686432,-0.354622781276703,0.686226367950439,0.738744556903839,0.509367227554321,0.441363424062729,0.669937372207642,-0.526535987854004,0.52339643239975
  1283. }
  1284. TangentsW: *24 {
  1285. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1286. }
  1287. }
  1288. LayerElementUV: 0 {
  1289. Version: 101
  1290. Name: "map1"
  1291. MappingInformationType: "ByPolygonVertex"
  1292. ReferenceInformationType: "IndexToDirect"
  1293. UV: *24 {
  1294. a: 0.75,0,0.875,0,0.875,0.25,0.75,0.25,0.875,0.375,0.828125,0.75,0.796875,0.75,0.75,0.375,0.875,0.875,0.875,1,0.75,1,0.75,0.875
  1295. }
  1296. UVIndex: *24 {
  1297. a: 0,1,2,3,4,5,6,7,8,9,10,11,4,7,3,2,5,4,2,9,11,0,3,7
  1298. }
  1299. }
  1300. LayerElementSmoothing: 0 {
  1301. Version: 102
  1302. Name: ""
  1303. MappingInformationType: "ByEdge"
  1304. ReferenceInformationType: "Direct"
  1305. Smoothing: *12 {
  1306. a: 1,1,1,1,1,1,1,1,1,1,1,1
  1307. }
  1308. }
  1309. LayerElementMaterial: 0 {
  1310. Version: 101
  1311. Name: ""
  1312. MappingInformationType: "AllSame"
  1313. ReferenceInformationType: "IndexToDirect"
  1314. Materials: *1 {
  1315. a: 0
  1316. }
  1317. }
  1318. Layer: 0 {
  1319. Version: 100
  1320. LayerElement: {
  1321. Type: "LayerElementNormal"
  1322. TypedIndex: 0
  1323. }
  1324. LayerElement: {
  1325. Type: "LayerElementBinormal"
  1326. TypedIndex: 0
  1327. }
  1328. LayerElement: {
  1329. Type: "LayerElementTangent"
  1330. TypedIndex: 0
  1331. }
  1332. LayerElement: {
  1333. Type: "LayerElementMaterial"
  1334. TypedIndex: 0
  1335. }
  1336. LayerElement: {
  1337. Type: "LayerElementSmoothing"
  1338. TypedIndex: 0
  1339. }
  1340. LayerElement: {
  1341. Type: "LayerElementUV"
  1342. TypedIndex: 0
  1343. }
  1344. }
  1345. }
  1346. Geometry: 2267733800096, "Geometry::", "Mesh" {
  1347. Vertices: *24 {
  1348. a: -425.611328125,-14.490478515625,-175.635986328125,-425.611328125,-14.490478515625,175.635986328125,-487.853515625,-14.490478515625,-201.436279296875,-487.8515625,-14.490478515625,201.436279296875,-425.611328125,15.232666015625,-175.635986328125,-487.853515625,15.232666015625,-201.436279296875,-425.611328125,15.232666015625,175.635986328125,-487.8515625,15.232666015625,201.436279296875
  1349. }
  1350. PolygonVertexIndex: *24 {
  1351. a: 0,1,3,-3,7,6,4,-6,6,1,0,-5,7,5,2,-4,6,7,3,-2,4,0,2,-6
  1352. }
  1353. Edges: *12 {
  1354. a: 2,10,8,3,1,5,7,6,0,4,13,15
  1355. }
  1356. GeometryVersion: 124
  1357. LayerElementNormal: 0 {
  1358. Version: 102
  1359. Name: ""
  1360. MappingInformationType: "ByVertice"
  1361. ReferenceInformationType: "Direct"
  1362. Normals: *24 {
  1363. a: 0.356222689151764,-0.932549178600311,-0.0588006116449833,0.356220990419388,-0.932549953460693,0.0587984882295132,-0.535081207752228,-0.840171158313751,-0.0883214771747589,-0.535081565380096,-0.840170562267303,0.0883243009448051,0.356222718954086,0.932549178600311,-0.0588006153702736,-0.535081207752228,0.840171039104462,-0.0883214771747589,0.356220990419388,0.932549834251404,0.0587984882295132,-0.535081565380096,0.840170502662659,0.0883243009448051
  1364. }
  1365. NormalsW: *8 {
  1366. a: 1,1,1,1,1,1,1,1
  1367. }
  1368. }
  1369. LayerElementBinormal: 0 {
  1370. Version: 102
  1371. Name: "map1"
  1372. MappingInformationType: "ByPolygonVertex"
  1373. ReferenceInformationType: "Direct"
  1374. Binormals: *72 {
  1375. a: -0.93416553735733,-0.356840133666992,0,-0.934166193008423,-0.356838226318359,2.26497627409117e-006,-0.843466818332672,0.537181317806244,4.09036874771118e-006,-0.843467533588409,0.537180244922638,2.72318698080198e-006,0.802834570407867,0.473171919584274,0.362718909978867,0.883711814880371,-0.356673091650009,0.303047597408295,0.93416553735733,-0.356840163469315,1.86264492718635e-009,0.843467533588409,0.537180304527283,-3.06591437038151e-006,0.934166193008423,-0.356838405132294,-1.86264514923096e-009,-0.844940721988678,-0.34834611415863,-0.405869632959366,-0.93416553735733,-0.356840133666992,0,0.93416553735733,-0.356840163469315,1.86264492718635e-009,0.802834570407867,0.473171919584274,0.362718909978867,0.843467533588409,0.537180304527283,-3.06591437038151e-006,-0.843467533588409,0.537180244922638,2.72318698080198e-006,-0.843466818332672,0.537181317806244,4.09036874771118e-006,0.883711814880371,-0.356673091650009,0.303047597408295,0.802834570407867,0.473171919584274,0.362718909978867,-0.540314733982086,0.259979397058487,-0.800294101238251,-0.844940721988678,-0.34834611415863,-0.405869632959366,0.542229115962982,-0.257554352283478,-0.79978346824646,-0.694005489349365,-0.306188642978668,0.651617169380188,-0.811707437038422,0.482328087091446,0.329379379749298,0.707181751728058,0.388268709182739,-0.590881884098053
  1376. }
  1377. BinormalsW: *24 {
  1378. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1379. }
  1380. }
  1381. LayerElementTangent: 0 {
  1382. Version: 102
  1383. Name: "map1"
  1384. MappingInformationType: "ByPolygonVertex"
  1385. ReferenceInformationType: "Direct"
  1386. Tangents: *72 {
  1387. a: 0.0209824182093143,-0.0549295097589493,0.998269855976105,-0.0209794398397207,0.0549283772706985,0.998269975185394,0.0474495999515057,0.0744964331388474,0.996091783046722,-0.0474422723054886,-0.0744977667927742,0.996092140674591,-0.262953191995621,-0.264993995428085,0.927703559398651,-0.3035788834095,0.0559909455478191,0.951159775257111,0.0209824219346046,0.0549295134842396,0.998269855976105,-0.047441978007555,0.0744979307055473,0.996092021465302,-0.0209815576672554,-0.0549275614321232,0.998269975185394,-0.398975878953934,-0.0948980450630188,0.91203761100769,0.0209824182093143,-0.0549295097589493,0.998269855976105,0.0209824219346046,0.0549295134842396,0.998269855976105,-0.262953191995621,-0.264993995428085,0.927703559398651,-0.047441978007555,0.0744979307055473,0.996092021465302,-0.0474422723054886,-0.0744977667927742,0.996092140674591,0.0474495999515057,0.0744964331388474,0.996091783046722,-0.3035788834095,0.0559909455478191,0.951159775257111,-0.262953191995621,-0.264993995428085,0.927703559398651,0.649421095848084,-0.475945591926575,-0.59306675195694,-0.398975878953934,-0.0948980450630188,0.91203761100769,-0.760981619358063,0.253017544746399,-0.597401916980743,-0.625669121742249,-0.191312924027443,-0.756265580654144,-0.23413497209549,0.247936099767685,-0.940057694911957,-0.462149441242218,-0.378629148006439,-0.80190896987915
  1388. }
  1389. TangentsW: *24 {
  1390. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1391. }
  1392. }
  1393. LayerElementUV: 0 {
  1394. Version: 101
  1395. Name: "map1"
  1396. MappingInformationType: "ByPolygonVertex"
  1397. ReferenceInformationType: "IndexToDirect"
  1398. UV: *24 {
  1399. a: 0.75,0,0.875,0,0.875,0.25,0.75,0.25,0.875,0.375,0.828125,0.75,0.796875,0.75,0.75,0.375,0.875,0.875,0.875,1,0.75,1,0.75,0.875
  1400. }
  1401. UVIndex: *24 {
  1402. a: 0,1,2,3,4,5,6,7,8,9,10,11,4,7,3,2,5,4,2,9,11,0,3,7
  1403. }
  1404. }
  1405. LayerElementSmoothing: 0 {
  1406. Version: 102
  1407. Name: ""
  1408. MappingInformationType: "ByEdge"
  1409. ReferenceInformationType: "Direct"
  1410. Smoothing: *12 {
  1411. a: 1,1,1,1,1,1,1,1,1,1,1,1
  1412. }
  1413. }
  1414. LayerElementMaterial: 0 {
  1415. Version: 101
  1416. Name: ""
  1417. MappingInformationType: "AllSame"
  1418. ReferenceInformationType: "IndexToDirect"
  1419. Materials: *1 {
  1420. a: 0
  1421. }
  1422. }
  1423. Layer: 0 {
  1424. Version: 100
  1425. LayerElement: {
  1426. Type: "LayerElementNormal"
  1427. TypedIndex: 0
  1428. }
  1429. LayerElement: {
  1430. Type: "LayerElementBinormal"
  1431. TypedIndex: 0
  1432. }
  1433. LayerElement: {
  1434. Type: "LayerElementTangent"
  1435. TypedIndex: 0
  1436. }
  1437. LayerElement: {
  1438. Type: "LayerElementMaterial"
  1439. TypedIndex: 0
  1440. }
  1441. LayerElement: {
  1442. Type: "LayerElementSmoothing"
  1443. TypedIndex: 0
  1444. }
  1445. LayerElement: {
  1446. Type: "LayerElementUV"
  1447. TypedIndex: 0
  1448. }
  1449. }
  1450. }
  1451. Geometry: 2267733798048, "Geometry::", "Mesh" {
  1452. Vertices: *24 {
  1453. a: 175.63671875,-14.490478515625,-425.612060546875,-175.63671875,-14.490478515625,-425.612060546875,201.435546875,-14.490478515625,-487.85400390625,-201.435546875,-14.490478515625,-487.85205078125,175.63671875,15.232666015625,-425.612060546875,201.435546875,15.232666015625,-487.85400390625,-175.63671875,15.232666015625,-425.612060546875,-201.435546875,15.232666015625,-487.85205078125
  1454. }
  1455. PolygonVertexIndex: *24 {
  1456. a: 0,1,3,-3,7,6,4,-6,6,1,0,-5,7,5,2,-4,6,7,3,-2,4,0,2,-6
  1457. }
  1458. Edges: *12 {
  1459. a: 2,10,8,3,1,5,7,6,0,4,13,15
  1460. }
  1461. GeometryVersion: 124
  1462. LayerElementNormal: 0 {
  1463. Version: 102
  1464. Name: ""
  1465. MappingInformationType: "ByVertice"
  1466. ReferenceInformationType: "Direct"
  1467. Normals: *24 {
  1468. a: 0.0588010773062706,-0.932547509670258,0.356226861476898,-0.0587989576160908,-0.93254828453064,0.3562251329422,0.0883204117417336,-0.8401740193367,-0.53507661819458,-0.0883232280611992,-0.840173661708832,-0.535077035427094,0.0588010773062706,0.932547509670258,0.356226861476898,0.0883204117417336,0.8401740193367,-0.53507661819458,-0.0587989576160908,0.93254828453064,0.3562251329422,-0.0883232280611992,0.840173661708832,-0.535077035427094
  1469. }
  1470. NormalsW: *8 {
  1471. a: 1,1,1,1,1,1,1,1
  1472. }
  1473. }
  1474. LayerElementBinormal: 0 {
  1475. Version: 102
  1476. Name: "map1"
  1477. MappingInformationType: "ByPolygonVertex"
  1478. ReferenceInformationType: "Direct"
  1479. Binormals: *72 {
  1480. a: 0,-0.356844305992126,-0.934163868427277,-2.26497650146484e-006,-0.356842428445816,-0.934164583683014,-4.09036874771118e-006,0.537176668643951,-0.843469798564911,-2.71946214525087e-006,0.53717565536499,-0.843470454216003,-0.362723529338837,0.473166525363922,0.802835702896118,-0.303052365779877,-0.35667684674263,0.883708596229553,0,-0.356844305992126,0.934163868427277,3.06591391563416e-006,0.53717565536499,0.843470394611359,-1.86264514923096e-009,-0.356842547655106,0.934164524078369,0.405871421098709,-0.348349869251251,-0.844938278198242,0,-0.356844305992126,-0.934163868427277,0,-0.356844305992126,0.934163868427277,-0.362723529338837,0.473166525363922,0.802835702896118,3.06591391563416e-006,0.53717565536499,0.843470394611359,-2.71946214525087e-006,0.53717565536499,-0.843470454216003,-4.09036874771118e-006,0.537176668643951,-0.843469798564911,-0.303052365779877,-0.35667684674263,0.883708596229553,-0.362723529338837,0.473166525363922,0.802835702896118,0.800293803215027,0.259977549314499,-0.54031628370285,0.405871421098709,-0.348349869251251,-0.844938278198242,0.799783885478973,-0.257556825876236,0.542227029800415,-0.651615798473358,-0.306192398071289,-0.694005072116852,-0.329386025667191,0.482322216033936,-0.811708271503448,0.590884447097778,0.388264149427414,0.707182049751282
  1481. }
  1482. BinormalsW: *24 {
  1483. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1484. }
  1485. }
  1486. LayerElementTangent: 0 {
  1487. Version: 102
  1488. Name: "map1"
  1489. MappingInformationType: "ByPolygonVertex"
  1490. ReferenceInformationType: "Direct"
  1491. Tangents: *72 {
  1492. a: -0.998269736766815,-0.0549298413097858,0.0209828298538923,-0.998269855976105,0.0549287125468254,-0.0209798496216536,-0.996091842651367,0.074495792388916,0.0474486164748669,-0.996092081069946,-0.0744970962405205,-0.0474412813782692,-0.927701771259308,-0.264994084835052,-0.262959063053131,-0.951158225536346,0.0559937059879303,-0.303583204746246,-0.998269736766815,0.0549298413097858,0.0209828298538923,-0.996092140674591,0.074497289955616,-0.0474409945309162,-0.998269855976105,-0.0549279004335403,-0.0209819693118334,-0.912036836147308,-0.0949001312255859,-0.398977369070053,-0.998269736766815,-0.0549298413097858,0.0209828298538923,-0.998269736766815,0.0549298413097858,0.0209828298538923,-0.927701771259308,-0.264994084835052,-0.262959063053131,-0.996092140674591,0.074497289955616,-0.0474409945309162,-0.996092081069946,-0.0744970962405205,-0.0474412813782692,-0.996091842651367,0.074495792388916,0.0474486164748669,-0.951158225536346,0.0559937059879303,-0.303583204746246,-0.927701771259308,-0.264994084835052,-0.262959063053131,0.593067407608032,-0.475941210985184,0.649423599243164,-0.912036836147308,-0.0949001312255859,-0.398977369070053,0.597401201725006,0.253021001815796,-0.760981202125549,0.756266713142395,-0.191314816474915,-0.625667154788971,0.940055549144745,0.247936993837357,-0.234142795205116,0.801907122135162,-0.378627002239227,-0.462154179811478
  1493. }
  1494. TangentsW: *24 {
  1495. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1496. }
  1497. }
  1498. LayerElementUV: 0 {
  1499. Version: 101
  1500. Name: "map1"
  1501. MappingInformationType: "ByPolygonVertex"
  1502. ReferenceInformationType: "IndexToDirect"
  1503. UV: *24 {
  1504. a: 0.75,0,0.875,0,0.875,0.25,0.75,0.25,0.875,0.375,0.828125,0.75,0.796875,0.75,0.75,0.375,0.875,0.875,0.875,1,0.75,1,0.75,0.875
  1505. }
  1506. UVIndex: *24 {
  1507. a: 0,1,2,3,4,5,6,7,8,9,10,11,4,7,3,2,5,4,2,9,11,0,3,7
  1508. }
  1509. }
  1510. LayerElementSmoothing: 0 {
  1511. Version: 102
  1512. Name: ""
  1513. MappingInformationType: "ByEdge"
  1514. ReferenceInformationType: "Direct"
  1515. Smoothing: *12 {
  1516. a: 1,1,1,1,1,1,1,1,1,1,1,1
  1517. }
  1518. }
  1519. LayerElementMaterial: 0 {
  1520. Version: 101
  1521. Name: ""
  1522. MappingInformationType: "AllSame"
  1523. ReferenceInformationType: "IndexToDirect"
  1524. Materials: *1 {
  1525. a: 0
  1526. }
  1527. }
  1528. Layer: 0 {
  1529. Version: 100
  1530. LayerElement: {
  1531. Type: "LayerElementNormal"
  1532. TypedIndex: 0
  1533. }
  1534. LayerElement: {
  1535. Type: "LayerElementBinormal"
  1536. TypedIndex: 0
  1537. }
  1538. LayerElement: {
  1539. Type: "LayerElementTangent"
  1540. TypedIndex: 0
  1541. }
  1542. LayerElement: {
  1543. Type: "LayerElementMaterial"
  1544. TypedIndex: 0
  1545. }
  1546. LayerElement: {
  1547. Type: "LayerElementSmoothing"
  1548. TypedIndex: 0
  1549. }
  1550. LayerElement: {
  1551. Type: "LayerElementUV"
  1552. TypedIndex: 0
  1553. }
  1554. }
  1555. }
  1556. Geometry: 2267733791904, "Geometry::", "Mesh" {
  1557. Vertices: *24 {
  1558. a: 425.611328125,-14.490478515625,175.635986328125,425.611328125,-14.490478515625,-175.635986328125,487.853515625,-14.490478515625,201.436279296875,487.8515625,-14.490478515625,-201.436279296875,425.611328125,15.232666015625,175.635986328125,487.853515625,15.232666015625,201.436279296875,425.611328125,15.232666015625,-175.635986328125,487.8515625,15.232666015625,-201.436279296875
  1559. }
  1560. PolygonVertexIndex: *24 {
  1561. a: 0,1,3,-3,7,6,4,-6,6,1,0,-5,7,5,2,-4,6,7,3,-2,4,0,2,-6
  1562. }
  1563. Edges: *12 {
  1564. a: 2,10,8,3,1,5,7,6,0,4,13,15
  1565. }
  1566. GeometryVersion: 124
  1567. LayerElementNormal: 0 {
  1568. Version: 102
  1569. Name: ""
  1570. MappingInformationType: "ByVertice"
  1571. ReferenceInformationType: "Direct"
  1572. Normals: *24 {
  1573. a: -0.356222689151764,-0.932549178600311,0.0588006116449833,-0.356220990419388,-0.932549953460693,-0.0587984882295132,0.535081207752228,-0.840171158313751,0.0883214771747589,0.535081565380096,-0.840170562267303,-0.0883243009448051,-0.356222718954086,0.932549178600311,0.0588006153702736,0.535081207752228,0.840171039104462,0.0883214771747589,-0.356220990419388,0.932549834251404,-0.0587984882295132,0.535081565380096,0.840170502662659,-0.0883243009448051
  1574. }
  1575. NormalsW: *8 {
  1576. a: 1,1,1,1,1,1,1,1
  1577. }
  1578. }
  1579. LayerElementBinormal: 0 {
  1580. Version: 102
  1581. Name: "map1"
  1582. MappingInformationType: "ByPolygonVertex"
  1583. ReferenceInformationType: "Direct"
  1584. Binormals: *72 {
  1585. a: 0.93416553735733,-0.356840133666992,0,0.934166193008423,-0.356838226318359,-2.26497627409117e-006,0.843466818332672,0.537181317806244,-4.09036874771118e-006,0.843467533588409,0.537180244922638,-2.72318698080198e-006,-0.802834570407867,0.473171919584274,-0.362718909978867,-0.883711814880371,-0.356673091650009,-0.303047597408295,-0.93416553735733,-0.356840163469315,-1.86264492718635e-009,-0.843467533588409,0.537180304527283,3.06591437038151e-006,-0.934166193008423,-0.356838405132294,1.86264514923096e-009,0.844940721988678,-0.34834611415863,0.405869632959366,0.93416553735733,-0.356840133666992,0,-0.93416553735733,-0.356840163469315,-1.86264492718635e-009,-0.802834570407867,0.473171919584274,-0.362718909978867,-0.843467533588409,0.537180304527283,3.06591437038151e-006,0.843467533588409,0.537180244922638,-2.72318698080198e-006,0.843466818332672,0.537181317806244,-4.09036874771118e-006,-0.883711814880371,-0.356673091650009,-0.303047597408295,-0.802834570407867,0.473171919584274,-0.362718909978867,0.540314733982086,0.259979397058487,0.800294101238251,0.844940721988678,-0.34834611415863,0.405869632959366,-0.542229115962982,-0.257554352283478,0.79978346824646,0.694005489349365,-0.306188642978668,-0.651617169380188,0.811707437038422,0.482328087091446,-0.329379379749298,-0.707181751728058,0.388268709182739,0.590881884098053
  1586. }
  1587. BinormalsW: *24 {
  1588. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1589. }
  1590. }
  1591. LayerElementTangent: 0 {
  1592. Version: 102
  1593. Name: "map1"
  1594. MappingInformationType: "ByPolygonVertex"
  1595. ReferenceInformationType: "Direct"
  1596. Tangents: *72 {
  1597. a: -0.0209824182093143,-0.0549295097589493,-0.998269855976105,0.0209794398397207,0.0549283772706985,-0.998269975185394,-0.0474495999515057,0.0744964331388474,-0.996091783046722,0.0474422723054886,-0.0744977667927742,-0.996092140674591,0.262953191995621,-0.264993995428085,-0.927703559398651,0.3035788834095,0.0559909455478191,-0.951159775257111,-0.0209824219346046,0.0549295134842396,-0.998269855976105,0.047441978007555,0.0744979307055473,-0.996092021465302,0.0209815576672554,-0.0549275614321232,-0.998269975185394,0.398975878953934,-0.0948980450630188,-0.91203761100769,-0.0209824182093143,-0.0549295097589493,-0.998269855976105,-0.0209824219346046,0.0549295134842396,-0.998269855976105,0.262953191995621,-0.264993995428085,-0.927703559398651,0.047441978007555,0.0744979307055473,-0.996092021465302,0.0474422723054886,-0.0744977667927742,-0.996092140674591,-0.0474495999515057,0.0744964331388474,-0.996091783046722,0.3035788834095,0.0559909455478191,-0.951159775257111,0.262953191995621,-0.264993995428085,-0.927703559398651,-0.649421095848084,-0.475945591926575,0.59306675195694,0.398975878953934,-0.0948980450630188,-0.91203761100769,0.760981619358063,0.253017544746399,0.597401916980743,0.625669121742249,-0.191312924027443,0.756265580654144,0.23413497209549,0.247936099767685,0.940057694911957,0.462149441242218,-0.378629148006439,0.80190896987915
  1598. }
  1599. TangentsW: *24 {
  1600. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1601. }
  1602. }
  1603. LayerElementUV: 0 {
  1604. Version: 101
  1605. Name: "map1"
  1606. MappingInformationType: "ByPolygonVertex"
  1607. ReferenceInformationType: "IndexToDirect"
  1608. UV: *24 {
  1609. a: 0.75,0,0.875,0,0.875,0.25,0.75,0.25,0.875,0.375,0.828125,0.75,0.796875,0.75,0.75,0.375,0.875,0.875,0.875,1,0.75,1,0.75,0.875
  1610. }
  1611. UVIndex: *24 {
  1612. a: 0,1,2,3,4,5,6,7,8,9,10,11,4,7,3,2,5,4,2,9,11,0,3,7
  1613. }
  1614. }
  1615. LayerElementSmoothing: 0 {
  1616. Version: 102
  1617. Name: ""
  1618. MappingInformationType: "ByEdge"
  1619. ReferenceInformationType: "Direct"
  1620. Smoothing: *12 {
  1621. a: 1,1,1,1,1,1,1,1,1,1,1,1
  1622. }
  1623. }
  1624. LayerElementMaterial: 0 {
  1625. Version: 101
  1626. Name: ""
  1627. MappingInformationType: "AllSame"
  1628. ReferenceInformationType: "IndexToDirect"
  1629. Materials: *1 {
  1630. a: 0
  1631. }
  1632. }
  1633. Layer: 0 {
  1634. Version: 100
  1635. LayerElement: {
  1636. Type: "LayerElementNormal"
  1637. TypedIndex: 0
  1638. }
  1639. LayerElement: {
  1640. Type: "LayerElementBinormal"
  1641. TypedIndex: 0
  1642. }
  1643. LayerElement: {
  1644. Type: "LayerElementTangent"
  1645. TypedIndex: 0
  1646. }
  1647. LayerElement: {
  1648. Type: "LayerElementMaterial"
  1649. TypedIndex: 0
  1650. }
  1651. LayerElement: {
  1652. Type: "LayerElementSmoothing"
  1653. TypedIndex: 0
  1654. }
  1655. LayerElement: {
  1656. Type: "LayerElementUV"
  1657. TypedIndex: 0
  1658. }
  1659. }
  1660. }
  1661. Geometry: 2267733799584, "Geometry::", "Mesh" {
  1662. Vertices: *24 {
  1663. a: -175.63671875,-14.490478515625,425.612060546875,175.63671875,-14.490478515625,425.612060546875,-201.435546875,-14.490478515625,487.852294921875,201.435546875,-14.490478515625,487.852294921875,-175.63671875,15.232666015625,425.612060546875,-201.435546875,15.232666015625,487.852294921875,175.63671875,15.232666015625,425.612060546875,201.435546875,15.232666015625,487.852294921875
  1664. }
  1665. PolygonVertexIndex: *24 {
  1666. a: 0,1,3,-3,7,6,4,-6,6,1,0,-5,7,5,2,-4,6,7,3,-2,4,0,2,-6
  1667. }
  1668. Edges: *12 {
  1669. a: 2,10,8,3,1,5,7,6,0,4,13,15
  1670. }
  1671. GeometryVersion: 124
  1672. LayerElementNormal: 0 {
  1673. Version: 102
  1674. Name: ""
  1675. MappingInformationType: "ByVertice"
  1676. ReferenceInformationType: "Direct"
  1677. Normals: *24 {
  1678. a: -0.05879982188344,-0.93254679441452,-0.356229066848755,0.05879982188344,-0.93254679441452,-0.356229066848755,-0.0883217304944992,-0.840170085430145,0.535082697868347,0.0883217304944992,-0.840170085430145,0.535082697868347,-0.05879982188344,0.93254679441452,-0.356229066848755,-0.0883217304944992,0.840170085430145,0.535082697868347,0.05879982188344,0.93254679441452,-0.356229066848755,0.0883217304944992,0.840170085430145,0.535082697868347
  1679. }
  1680. NormalsW: *8 {
  1681. a: 1,1,1,1,1,1,1,1
  1682. }
  1683. }
  1684. LayerElementBinormal: 0 {
  1685. Version: 102
  1686. Name: "map1"
  1687. MappingInformationType: "ByPolygonVertex"
  1688. ReferenceInformationType: "Direct"
  1689. Binormals: *72 {
  1690. a: -1.86264492718635e-009,-0.356846481561661,0.934163093566895,1.86264492718635e-009,-0.356846481561661,0.934163093566895,0,0.537181973457336,0.843466341495514,0,0.537181973457336,0.843466341495514,0.362723171710968,0.473172456026077,-0.802832365036011,0.30305340886116,-0.356680750846863,-0.88370668888092,1.86264492718635e-009,-0.356846481561661,-0.934163093566895,0,0.537181973457336,-0.843466341495514,-1.86264492718635e-009,-0.356846481561661,-0.934163093566895,-0.405870497226715,-0.348353862762451,0.844937205314636,-1.86264492718635e-009,-0.356846481561661,0.934163093566895,1.86264492718635e-009,-0.356846481561661,-0.934163093566895,0.362723171710968,0.473172456026077,-0.802832365036011,0,0.537181973457336,-0.843466341495514,0,0.537181973457336,0.843466341495514,0,0.537181973457336,0.843466341495514,0.30305340886116,-0.356680750846863,-0.88370668888092,0.362723171710968,0.473172456026077,-0.802832365036011,-0.800294578075409,0.259981572628021,0.540313005447388,-0.405870497226715,-0.348353862762451,0.844937205314636,-0.799783945083618,-0.257557183504105,-0.542226850986481,0.651615262031555,-0.306193381547928,0.694005131721497,0.329377055168152,0.482330083847046,0.811707139015198,-0.590881049633026,0.388270199298859,-0.707181632518768
  1691. }
  1692. BinormalsW: *24 {
  1693. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1694. }
  1695. }
  1696. LayerElementTangent: 0 {
  1697. Version: 102
  1698. Name: "map1"
  1699. MappingInformationType: "ByPolygonVertex"
  1700. ReferenceInformationType: "Direct"
  1701. Tangents: *72 {
  1702. a: 0.99826991558075,-0.0549286305904388,-0.0209825113415718,0.99826991558075,0.0549286305904388,0.0209825113415718,0.996092021465302,0.0744964107871056,-0.0474448427557945,0.996092021465302,-0.0744964107871056,0.0474448427557945,0.927702009677887,-0.264994442462921,0.262957721948624,0.951157808303833,0.0559946708381176,0.303584218025208,0.99826991558075,0.0549286305904388,-0.0209825113415718,0.996092021465302,0.0744964107871056,0.0474448427557945,0.99826991558075,-0.0549286305904388,0.0209825113415718,0.912037134170532,-0.0949007347226143,0.398976355791092,0.99826991558075,-0.0549286305904388,-0.0209825113415718,0.99826991558075,0.0549286305904388,-0.0209825113415718,0.927702009677887,-0.264994442462921,0.262957721948624,0.996092021465302,0.0744964107871056,0.0474448427557945,0.996092021465302,-0.0744964107871056,0.0474448427557945,0.996092021465302,0.0744964107871056,-0.0474448427557945,0.951157808303833,0.0559946708381176,0.303584218025208,0.927702009677887,-0.264994442462921,0.262957721948624,-0.593066453933716,-0.475945174694061,-0.649421572685242,0.912037134170532,-0.0949007347226143,0.398976355791092,-0.597401201725006,0.253023415803909,0.760980248451233,-0.756267189979553,-0.191316932439804,0.625665783882141,-0.940058529376984,0.247935339808464,0.234132543206215,-0.801909506320953,-0.378629744052887,0.462147891521454
  1703. }
  1704. TangentsW: *24 {
  1705. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1706. }
  1707. }
  1708. LayerElementUV: 0 {
  1709. Version: 101
  1710. Name: "map1"
  1711. MappingInformationType: "ByPolygonVertex"
  1712. ReferenceInformationType: "IndexToDirect"
  1713. UV: *24 {
  1714. a: 0.75,0,0.875,0,0.875,0.25,0.75,0.25,0.875,0.375,0.828125,0.75,0.796875,0.75,0.75,0.375,0.875,0.875,0.875,1,0.75,1,0.75,0.875
  1715. }
  1716. UVIndex: *24 {
  1717. a: 0,1,2,3,4,5,6,7,8,9,10,11,4,7,3,2,5,4,2,9,11,0,3,7
  1718. }
  1719. }
  1720. LayerElementSmoothing: 0 {
  1721. Version: 102
  1722. Name: ""
  1723. MappingInformationType: "ByEdge"
  1724. ReferenceInformationType: "Direct"
  1725. Smoothing: *12 {
  1726. a: 1,1,1,1,1,1,1,1,1,1,1,1
  1727. }
  1728. }
  1729. LayerElementMaterial: 0 {
  1730. Version: 101
  1731. Name: ""
  1732. MappingInformationType: "AllSame"
  1733. ReferenceInformationType: "IndexToDirect"
  1734. Materials: *1 {
  1735. a: 0
  1736. }
  1737. }
  1738. Layer: 0 {
  1739. Version: 100
  1740. LayerElement: {
  1741. Type: "LayerElementNormal"
  1742. TypedIndex: 0
  1743. }
  1744. LayerElement: {
  1745. Type: "LayerElementBinormal"
  1746. TypedIndex: 0
  1747. }
  1748. LayerElement: {
  1749. Type: "LayerElementTangent"
  1750. TypedIndex: 0
  1751. }
  1752. LayerElement: {
  1753. Type: "LayerElementMaterial"
  1754. TypedIndex: 0
  1755. }
  1756. LayerElement: {
  1757. Type: "LayerElementSmoothing"
  1758. TypedIndex: 0
  1759. }
  1760. LayerElement: {
  1761. Type: "LayerElementUV"
  1762. TypedIndex: 0
  1763. }
  1764. }
  1765. }
  1766. Model: 2268726129648, "Model::SM_Tower_8Sided_Trim_01", "Null" {
  1767. Version: 232
  1768. Properties70: {
  1769. P: "RotationPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-9.09494701772928e-013,1.36424205265939e-012
  1770. P: "ScalingPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-9.09494701772928e-013,1.36424205265939e-012
  1771. P: "RotationActive", "bool", "", "",1
  1772. P: "InheritType", "enum", "", "",1
  1773. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1774. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1775. }
  1776. Shading: Y
  1777. Culling: "CullingOff"
  1778. }
  1779. Model: 2268726145888, "Model::LOD_Group_SM_Tower_8Sided_Trim_01", "LodGroup" {
  1780. Version: 232
  1781. Properties70: {
  1782. P: "RotationPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-9.09494701772928e-013,1.36424205265939e-012
  1783. P: "ScalingPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-9.09494701772928e-013,1.36424205265939e-012
  1784. P: "RotationActive", "bool", "", "",1
  1785. P: "InheritType", "enum", "", "",1
  1786. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1787. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1788. }
  1789. Shading: Y
  1790. Culling: "CullingOff"
  1791. }
  1792. Model: 2268726118048, "Model::SM_Tower_8Sided_Trim_01_LOD0", "Mesh" {
  1793. Version: 232
  1794. Properties70: {
  1795. P: "RotationPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-9.09494701772928e-013,1.36424205265939e-012
  1796. P: "ScalingPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-9.09494701772928e-013,1.36424205265939e-012
  1797. P: "RotationActive", "bool", "", "",1
  1798. P: "InheritType", "enum", "", "",1
  1799. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1800. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1801. P: "currentUVSet", "KString", "", "U", "map1"
  1802. }
  1803. Shading: T
  1804. Culling: "CullingOff"
  1805. }
  1806. Model: 2268726152848, "Model::SM_Tower_8Sided_Trim_01_LOD1", "Mesh" {
  1807. Version: 232
  1808. Properties70: {
  1809. P: "RotationPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-9.09494701772928e-013,1.36424205265939e-012
  1810. P: "ScalingPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-9.09494701772928e-013,1.36424205265939e-012
  1811. P: "RotationActive", "bool", "", "",1
  1812. P: "InheritType", "enum", "", "",1
  1813. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1814. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1815. P: "currentUVSet", "KString", "", "U", "map1"
  1816. }
  1817. Shading: T
  1818. Culling: "CullingOff"
  1819. }
  1820. Model: 2268726155168, "Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_08", "Mesh" {
  1821. Version: 232
  1822. Properties70: {
  1823. P: "RotationPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-9.09494701772928e-013,1.36424205265939e-012
  1824. P: "ScalingPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-9.09494701772928e-013,1.36424205265939e-012
  1825. P: "RotationActive", "bool", "", "",1
  1826. P: "InheritType", "enum", "", "",1
  1827. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1828. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1829. P: "currentUVSet", "KString", "", "U", "map1"
  1830. }
  1831. Shading: T
  1832. Culling: "CullingOff"
  1833. }
  1834. Model: 2268726176048, "Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_01", "Mesh" {
  1835. Version: 232
  1836. Properties70: {
  1837. P: "RotationPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-9.09494701772928e-013,1.36424205265939e-012
  1838. P: "ScalingPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-9.09494701772928e-013,1.36424205265939e-012
  1839. P: "RotationActive", "bool", "", "",1
  1840. P: "InheritType", "enum", "", "",1
  1841. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1842. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1843. P: "currentUVSet", "KString", "", "U", "map1"
  1844. }
  1845. Shading: T
  1846. Culling: "CullingOff"
  1847. }
  1848. Model: 2268726178368, "Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_02", "Mesh" {
  1849. Version: 232
  1850. Properties70: {
  1851. P: "RotationPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-9.09494701772928e-013,1.36424205265939e-012
  1852. P: "ScalingPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-9.09494701772928e-013,1.36424205265939e-012
  1853. P: "RotationActive", "bool", "", "",1
  1854. P: "InheritType", "enum", "", "",1
  1855. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1856. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1857. P: "currentUVSet", "KString", "", "U", "map1"
  1858. }
  1859. Shading: T
  1860. Culling: "CullingOff"
  1861. }
  1862. Model: 2268726173728, "Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_03", "Mesh" {
  1863. Version: 232
  1864. Properties70: {
  1865. P: "RotationPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-9.09494701772928e-013,1.36424205265939e-012
  1866. P: "ScalingPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-9.09494701772928e-013,1.36424205265939e-012
  1867. P: "RotationActive", "bool", "", "",1
  1868. P: "InheritType", "enum", "", "",1
  1869. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1870. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1871. P: "currentUVSet", "KString", "", "U", "map1"
  1872. }
  1873. Shading: T
  1874. Culling: "CullingOff"
  1875. }
  1876. Model: 2268726150528, "Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_04", "Mesh" {
  1877. Version: 232
  1878. Properties70: {
  1879. P: "RotationPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-9.09494701772928e-013,1.36424205265939e-012
  1880. P: "ScalingPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-9.09494701772928e-013,1.36424205265939e-012
  1881. P: "RotationActive", "bool", "", "",1
  1882. P: "InheritType", "enum", "", "",1
  1883. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1884. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1885. P: "currentUVSet", "KString", "", "U", "map1"
  1886. }
  1887. Shading: T
  1888. Culling: "CullingOff"
  1889. }
  1890. Model: 2268726180688, "Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_05", "Mesh" {
  1891. Version: 232
  1892. Properties70: {
  1893. P: "RotationPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-9.09494701772928e-013,1.36424205265939e-012
  1894. P: "ScalingPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-9.09494701772928e-013,1.36424205265939e-012
  1895. P: "RotationActive", "bool", "", "",1
  1896. P: "InheritType", "enum", "", "",1
  1897. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1898. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1899. P: "currentUVSet", "KString", "", "U", "map1"
  1900. }
  1901. Shading: T
  1902. Culling: "CullingOff"
  1903. }
  1904. Model: 2268726169088, "Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_06", "Mesh" {
  1905. Version: 232
  1906. Properties70: {
  1907. P: "RotationPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-9.09494701772928e-013,1.36424205265939e-012
  1908. P: "ScalingPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-9.09494701772928e-013,1.36424205265939e-012
  1909. P: "RotationActive", "bool", "", "",1
  1910. P: "InheritType", "enum", "", "",1
  1911. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1912. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1913. P: "currentUVSet", "KString", "", "U", "map1"
  1914. }
  1915. Shading: T
  1916. Culling: "CullingOff"
  1917. }
  1918. Model: 2268726185328, "Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_07", "Mesh" {
  1919. Version: 232
  1920. Properties70: {
  1921. P: "RotationPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-9.09494701772928e-013,1.36424205265939e-012
  1922. P: "ScalingPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-9.09494701772928e-013,1.36424205265939e-012
  1923. P: "RotationActive", "bool", "", "",1
  1924. P: "InheritType", "enum", "", "",1
  1925. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1926. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1927. P: "currentUVSet", "KString", "", "U", "map1"
  1928. }
  1929. Shading: T
  1930. Culling: "CullingOff"
  1931. }
  1932. Material: 2267913050240, "Material::MI_Trim_01", "" {
  1933. Version: 102
  1934. ShadingModel: "phong"
  1935. MultiLayer: 0
  1936. Properties70: {
  1937. P: "AmbientColor", "Color", "", "A",0,0,0
  1938. P: "DiffuseColor", "Color", "", "A",1,1,1
  1939. P: "DiffuseFactor", "Number", "", "A",0.800000011920929
  1940. P: "TransparencyFactor", "Number", "", "A",1
  1941. P: "SpecularColor", "Color", "", "A",0,0,0
  1942. P: "ReflectionFactor", "Number", "", "A",0.5
  1943. P: "Emissive", "Vector3D", "Vector", "",0,0,0
  1944. P: "Ambient", "Vector3D", "Vector", "",0,0,0
  1945. P: "Diffuse", "Vector3D", "Vector", "",0.800000011920929,0.800000011920929,0.800000011920929
  1946. P: "Specular", "Vector3D", "Vector", "",0,0,0
  1947. P: "Shininess", "double", "Number", "",20
  1948. P: "Opacity", "double", "Number", "",1
  1949. P: "Reflectivity", "double", "Number", "",0
  1950. }
  1951. }
  1952. Material: 2267913035360, "Material::M_Collision_01", "" {
  1953. Version: 102
  1954. ShadingModel: "phong"
  1955. MultiLayer: 0
  1956. Properties70: {
  1957. P: "AmbientColor", "Color", "", "A",0,0,0
  1958. P: "DiffuseColor", "Color", "", "A",0.5,0.5,0.5
  1959. P: "DiffuseFactor", "Number", "", "A",0.800000011920929
  1960. P: "TransparencyFactor", "Number", "", "A",1
  1961. P: "SpecularColor", "Color", "", "A",0,0,0
  1962. P: "ReflectionFactor", "Number", "", "A",0.5
  1963. P: "Emissive", "Vector3D", "Vector", "",0,0,0
  1964. P: "Ambient", "Vector3D", "Vector", "",0,0,0
  1965. P: "Diffuse", "Vector3D", "Vector", "",0.400000005960464,0.400000005960464,0.400000005960464
  1966. P: "Specular", "Vector3D", "Vector", "",0,0,0
  1967. P: "Shininess", "double", "Number", "",20
  1968. P: "Opacity", "double", "Number", "",1
  1969. P: "Reflectivity", "double", "Number", "",0
  1970. }
  1971. }
  1972. Video: 2268161641552, "Video::file89", "Clip" {
  1973. Type: "Clip"
  1974. Properties70: {
  1975. P: "Path", "KString", "XRefUrl", "", "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Trim_01_BC.png"
  1976. }
  1977. UseMipMap: 0
  1978. Filename: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Trim_01_BC.png"
  1979. RelativeFilename: "..\..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Trim_01_BC.png"
  1980. }
  1981. Video: 2268161642752, "Video::file90", "Clip" {
  1982. Type: "Clip"
  1983. Properties70: {
  1984. P: "Path", "KString", "XRefUrl", "", "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Trim_01_N.png"
  1985. }
  1986. UseMipMap: 0
  1987. Filename: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Trim_01_N.png"
  1988. RelativeFilename: "..\..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Trim_01_N.png"
  1989. }
  1990. Texture: 2267913030560, "Texture::file89", "" {
  1991. Type: "TextureVideoClip"
  1992. Version: 202
  1993. TextureName: "Texture::file89"
  1994. Properties70: {
  1995. P: "CurrentTextureBlendMode", "enum", "", "",0
  1996. P: "UVSet", "KString", "", "", "map1"
  1997. P: "UseMaterial", "bool", "", "",1
  1998. }
  1999. Media: "Video::file89"
  2000. FileName: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Trim_01_BC.png"
  2001. RelativeFilename: "..\..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Trim_01_BC.png"
  2002. ModelUVTranslation: 0,0
  2003. ModelUVScaling: 1,1
  2004. Texture_Alpha_Source: "None"
  2005. Cropping: 0,0,0,0
  2006. }
  2007. Texture: 2267913052160, "Texture::file90", "" {
  2008. Type: "TextureVideoClip"
  2009. Version: 202
  2010. TextureName: "Texture::file90"
  2011. Properties70: {
  2012. P: "CurrentTextureBlendMode", "enum", "", "",0
  2013. P: "UVSet", "KString", "", "", "map1"
  2014. P: "UseMaterial", "bool", "", "",1
  2015. }
  2016. Media: "Video::file90"
  2017. FileName: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Trim_01_N.png"
  2018. RelativeFilename: "..\..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Trim_01_N.png"
  2019. ModelUVTranslation: 0,0
  2020. ModelUVScaling: 1,1
  2021. Texture_Alpha_Source: "None"
  2022. Cropping: 0,0,0,0
  2023. }
  2024. AnimationStack: 2270450476320, "AnimStack::Take 001", "" {
  2025. Properties70: {
  2026. P: "LocalStart", "KTime", "Time", "",1539538600
  2027. P: "LocalStop", "KTime", "Time", "",46186158000
  2028. P: "ReferenceStart", "KTime", "Time", "",1539538600
  2029. P: "ReferenceStop", "KTime", "Time", "",46186158000
  2030. }
  2031. }
  2032. AnimationLayer: 2268523296512, "AnimLayer::BaseLayer", "" {
  2033. }
  2034. }
  2035. ; Object connections
  2036. ;------------------------------------------------------------------
  2037. Connections: {
  2038. ;Model::SM_Tower_8Sided_Trim_01, Model::RootNode
  2039. C: "OO",2268726129648,0
  2040. ;AnimLayer::BaseLayer, AnimStack::Take 001
  2041. C: "OO",2268523296512,2270450476320
  2042. ;NodeAttribute::, Model::SM_Tower_8Sided_Trim_01
  2043. C: "OO",2268466662096,2268726129648
  2044. ;Model::LOD_Group_SM_Tower_8Sided_Trim_01, Model::SM_Tower_8Sided_Trim_01
  2045. C: "OO",2268726145888,2268726129648
  2046. ;Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_08, Model::SM_Tower_8Sided_Trim_01
  2047. C: "OO",2268726155168,2268726129648
  2048. ;Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_01, Model::SM_Tower_8Sided_Trim_01
  2049. C: "OO",2268726176048,2268726129648
  2050. ;Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_02, Model::SM_Tower_8Sided_Trim_01
  2051. C: "OO",2268726178368,2268726129648
  2052. ;Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_03, Model::SM_Tower_8Sided_Trim_01
  2053. C: "OO",2268726173728,2268726129648
  2054. ;Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_04, Model::SM_Tower_8Sided_Trim_01
  2055. C: "OO",2268726150528,2268726129648
  2056. ;Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_05, Model::SM_Tower_8Sided_Trim_01
  2057. C: "OO",2268726180688,2268726129648
  2058. ;Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_06, Model::SM_Tower_8Sided_Trim_01
  2059. C: "OO",2268726169088,2268726129648
  2060. ;Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_07, Model::SM_Tower_8Sided_Trim_01
  2061. C: "OO",2268726185328,2268726129648
  2062. ;NodeAttribute::, Model::LOD_Group_SM_Tower_8Sided_Trim_01
  2063. C: "OO",2268522928848,2268726145888
  2064. ;Model::SM_Tower_8Sided_Trim_01_LOD0, Model::LOD_Group_SM_Tower_8Sided_Trim_01
  2065. C: "OO",2268726118048,2268726145888
  2066. ;Model::SM_Tower_8Sided_Trim_01_LOD1, Model::LOD_Group_SM_Tower_8Sided_Trim_01
  2067. C: "OO",2268726152848,2268726145888
  2068. ;Texture::file89, Material::MI_Trim_01
  2069. C: "OP",2267913030560,2267913050240, "DiffuseColor"
  2070. ;Texture::file90, Material::MI_Trim_01
  2071. C: "OP",2267913052160,2267913050240, "NormalMap"
  2072. ;Video::file89, Texture::file89
  2073. C: "OO",2268161641552,2267913030560
  2074. ;Video::file90, Texture::file90
  2075. C: "OO",2268161642752,2267913052160
  2076. ;Geometry::, Model::SM_Tower_8Sided_Trim_01_LOD0
  2077. C: "OO",2267733810336,2268726118048
  2078. ;Material::MI_Trim_01, Model::SM_Tower_8Sided_Trim_01_LOD0
  2079. C: "OO",2267913050240,2268726118048
  2080. ;Geometry::, Model::SM_Tower_8Sided_Trim_01_LOD1
  2081. C: "OO",2267733807776,2268726152848
  2082. ;Material::MI_Trim_01, Model::SM_Tower_8Sided_Trim_01_LOD1
  2083. C: "OO",2267913050240,2268726152848
  2084. ;Geometry::, Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_08
  2085. C: "OO",2267733799072,2268726155168
  2086. ;Material::M_Collision_01, Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_08
  2087. C: "OO",2267913035360,2268726155168
  2088. ;Geometry::, Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_01
  2089. C: "OO",2267733779104,2268726176048
  2090. ;Material::M_Collision_01, Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_01
  2091. C: "OO",2267913035360,2268726176048
  2092. ;Geometry::, Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_02
  2093. C: "OO",2267733783200,2268726178368
  2094. ;Material::M_Collision_01, Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_02
  2095. C: "OO",2267913035360,2268726178368
  2096. ;Geometry::, Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_03
  2097. C: "OO",2267733786784,2268726173728
  2098. ;Material::M_Collision_01, Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_03
  2099. C: "OO",2267913035360,2268726173728
  2100. ;Geometry::, Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_04
  2101. C: "OO",2267733800096,2268726150528
  2102. ;Material::M_Collision_01, Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_04
  2103. C: "OO",2267913035360,2268726150528
  2104. ;Geometry::, Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_05
  2105. C: "OO",2267733798048,2268726180688
  2106. ;Material::M_Collision_01, Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_05
  2107. C: "OO",2267913035360,2268726180688
  2108. ;Geometry::, Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_06
  2109. C: "OO",2267733791904,2268726169088
  2110. ;Material::M_Collision_01, Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_06
  2111. C: "OO",2267913035360,2268726169088
  2112. ;Geometry::, Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_07
  2113. C: "OO",2267733799584,2268726185328
  2114. ;Material::M_Collision_01, Model::UCX_SM_Tower_8Sided_Trim_01_LOD0_07
  2115. C: "OO",2267913035360,2268726185328
  2116. }
  2117. ;Takes section
  2118. ;----------------------------------------------------
  2119. Takes: {
  2120. Current: "Take 001"
  2121. Take: "Take 001" {
  2122. FileName: "Take_001.tak"
  2123. LocalTime: 1539538600,46186158000
  2124. ReferenceTime: 1539538600,46186158000
  2125. }
  2126. }