Datasets:

ArXiv:
License:
KonradSzafer commited on
Commit
0a70f9c
·
verified ·
1 Parent(s): caca628

eb22213b112a252bfcd9429c0eb614645a6e3c5e67817f969cd1a360f9dd8824

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +4 -0
  2. classification/UCR/Epilepsy/Epilepsy_TEST.ts +0 -0
  3. classification/UCR/Epilepsy/Epilepsy_TRAIN.ts +0 -0
  4. classification/UCR/EthanolConcentration/EthanolConcentration_TEST.ts +0 -0
  5. classification/UCR/EthanolConcentration/EthanolConcentration_TRAIN.ts +0 -0
  6. classification/UCR/EthanolLevel/EthanolLevel_TEST.ts +0 -0
  7. classification/UCR/EthanolLevel/EthanolLevel_TRAIN.ts +0 -0
  8. classification/UCR/FaceAll/FaceAll_TEST.ts +0 -0
  9. classification/UCR/FaceAll/FaceAll_TRAIN.ts +0 -0
  10. classification/UCR/FaceDetection/FaceDetection_TEST.ts +3 -0
  11. classification/UCR/FaceDetection/FaceDetection_TRAIN.ts +3 -0
  12. classification/UCR/FaceFour/FaceFour_TEST.ts +0 -0
  13. classification/UCR/FaceFour/FaceFour_TRAIN.ts +32 -0
  14. classification/UCR/FacesUCR/FacesUCR_TEST.ts +0 -0
  15. classification/UCR/FacesUCR/FacesUCR_TRAIN.ts +0 -0
  16. classification/UCR/FiftyWords/FiftyWords_TEST.ts +0 -0
  17. classification/UCR/FiftyWords/FiftyWords_TRAIN.ts +0 -0
  18. classification/UCR/FingerMovements/FingerMovements_TEST.ts +0 -0
  19. classification/UCR/FingerMovements/FingerMovements_TRAIN.ts +0 -0
  20. classification/UCR/Fish/Fish_TEST.ts +0 -0
  21. classification/UCR/Fish/Fish_TRAIN.ts +0 -0
  22. classification/UCR/FordA/FordA_TEST.ts +0 -0
  23. classification/UCR/FordA/FordA_TRAIN.ts +3 -0
  24. classification/UCR/FordB/FordB_TEST.ts +0 -0
  25. classification/UCR/FordB/FordB_TRAIN.ts +3 -0
  26. classification/UCR/FreezerRegularTrain/FreezerRegularTrain_TEST.ts +0 -0
  27. classification/UCR/FreezerRegularTrain/FreezerRegularTrain_TRAIN.ts +0 -0
  28. classification/UCR/FreezerSmallTrain/FreezerSmallTrain_TEST.ts +0 -0
  29. classification/UCR/FreezerSmallTrain/FreezerSmallTrain_TRAIN.ts +90 -0
  30. classification/UCR/Fungi/Fungi_TEST.ts +0 -0
  31. classification/UCR/Fungi/Fungi_TRAIN.ts +67 -0
  32. classification/UCR/GestureMidAirD1/GestureMidAirD1_TEST.ts +0 -0
  33. classification/UCR/GestureMidAirD1/GestureMidAirD1_TRAIN.ts +0 -0
  34. classification/UCR/GestureMidAirD2/GestureMidAirD2_TEST.ts +0 -0
  35. classification/UCR/GestureMidAirD2/GestureMidAirD2_TRAIN.ts +0 -0
  36. classification/UCR/GestureMidAirD3/GestureMidAirD3_TEST.ts +0 -0
  37. classification/UCR/GestureMidAirD3/GestureMidAirD3_TRAIN.ts +0 -0
  38. classification/UCR/GesturePebbleZ1/GesturePebbleZ1_TEST.ts +0 -0
  39. classification/UCR/GesturePebbleZ1/GesturePebbleZ1_TRAIN.ts +0 -0
  40. classification/UCR/GesturePebbleZ2/GesturePebbleZ2_TEST.ts +0 -0
  41. classification/UCR/GesturePebbleZ2/GesturePebbleZ2_TRAIN.ts +0 -0
  42. classification/UCR/GunPoint/GunPoint_TEST.ts +0 -0
  43. classification/UCR/GunPoint/GunPoint_TRAIN.ts +69 -0
  44. classification/UCR/GunPointAgeSpan/GunPointAgeSpan_TEST.ts +0 -0
  45. classification/UCR/GunPointAgeSpan/GunPointAgeSpan_TRAIN.ts +0 -0
  46. classification/UCR/GunPointMaleVersusFemale/GunPointMaleVersusFemale_TEST.ts +0 -0
  47. classification/UCR/GunPointMaleVersusFemale/GunPointMaleVersusFemale_TRAIN.ts +0 -0
  48. classification/UCR/GunPointOldVersusYoung/GunPointOldVersusYoung_TEST.ts +0 -0
  49. classification/UCR/GunPointOldVersusYoung/GunPointOldVersusYoung_TRAIN.ts +0 -0
  50. classification/UCR/Ham/Ham_TEST.ts +0 -0
.gitattributes CHANGED
@@ -62,3 +62,7 @@ classification/UCR/DuckDuckGeese/DuckDuckGeese_TEST.ts filter=lfs diff=lfs merge
62
  classification/UCR/DuckDuckGeese/DuckDuckGeese_TRAIN.ts filter=lfs diff=lfs merge=lfs -text
63
  classification/UCR/EigenWorms/EigenWorms_TEST.ts filter=lfs diff=lfs merge=lfs -text
64
  classification/UCR/EigenWorms/EigenWorms_TRAIN.ts filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
62
  classification/UCR/DuckDuckGeese/DuckDuckGeese_TRAIN.ts filter=lfs diff=lfs merge=lfs -text
63
  classification/UCR/EigenWorms/EigenWorms_TEST.ts filter=lfs diff=lfs merge=lfs -text
64
  classification/UCR/EigenWorms/EigenWorms_TRAIN.ts filter=lfs diff=lfs merge=lfs -text
65
+ classification/UCR/FaceDetection/FaceDetection_TEST.ts filter=lfs diff=lfs merge=lfs -text
66
+ classification/UCR/FaceDetection/FaceDetection_TRAIN.ts filter=lfs diff=lfs merge=lfs -text
67
+ classification/UCR/FordA/FordA_TRAIN.ts filter=lfs diff=lfs merge=lfs -text
68
+ classification/UCR/FordB/FordB_TRAIN.ts filter=lfs diff=lfs merge=lfs -text
classification/UCR/Epilepsy/Epilepsy_TEST.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/Epilepsy/Epilepsy_TRAIN.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/EthanolConcentration/EthanolConcentration_TEST.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/EthanolConcentration/EthanolConcentration_TRAIN.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/EthanolLevel/EthanolLevel_TEST.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/EthanolLevel/EthanolLevel_TRAIN.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/FaceAll/FaceAll_TEST.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/FaceAll/FaceAll_TRAIN.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/FaceDetection/FaceDetection_TEST.ts ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:070529a75e0c8c94d9c7e48a145ad441012d09dcd94e4c8da0cba537248dccd4
3
+ size 295402468
classification/UCR/FaceDetection/FaceDetection_TRAIN.ts ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afaed1f9f315f71369c591ac8ae7981c7424eaec639ee620fd91a9b26cf19499
3
+ size 493652128
classification/UCR/FaceFour/FaceFour_TEST.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/FaceFour/FaceFour_TRAIN.ts ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @problemName FaceFour
2
+ @timeStamps false
3
+ @missing false
4
+ @univariate true
5
+ @equalLength true
6
+ @seriesLength 350
7
+ @classLabel true 1 2 3 4
8
+ @data
9
+ 3.5106763,1.4008621,1.4008621,-0.32963679,-0.32963679,-0.59107353,-0.59107353,-0.59107353,-0.39636379,-0.27848543,-0.27848543,-0.27848543,-0.27848543,-0.16380297,-0.16380297,-0.16380297,-0.51424215,-0.39636379,-0.39636379,-0.39636379,-0.39636379,-0.51104625,-0.62892461,-0.62892461,-0.16380297,-0.39636379,-0.39636379,-0.39636379,-0.39636379,-0.51424215,-0.27848543,-0.27848543,-0.62892461,-0.51424215,-0.51424215,-0.51424215,-0.51424215,-0.39636379,-0.51424215,-0.51424215,-0.27848543,-0.27848543,-0.27848543,-0.052636887,-0.052636887,0.50984651,1.168964,1.168964,1.5487836,1.5487836,2.0725381,2.3696822,2.3696822,1.6823632,1.1480814,1.1480814,0.77645907,0.77645907,0.25270461,-0.27028808,-0.27028808,-0.27152818,-0.64421987,-0.64421987,-1.0088547,-1.0088547,-1.0088547,-1.2347033,-1.2347033,-1.2160299,-1.0716352,-1.0716352,-0.83307606,-0.83307606,-0.83307606,-0.70663584,-0.70663584,-0.49982519,-0.49982519,-0.39636379,-0.39636379,-0.39636379,-0.39636379,-0.19349407,-0.19349407,-0.29290239,-0.29290239,-0.18550007,-0.074333971,-0.074333971,-0.18550007,-0.063112911,-0.063112911,0.054765446,0.054765446,-0.052636887,-0.16380297,-0.16380297,0.068043932,-0.15780463,-0.15780463,-0.15266251,-0.15266251,0.22495384,0.47773462,0.47773462,0.48188942,0.60490989,0.60490989,0.72044856,0.72044856,0.22495384,-0.14850771,-0.14850771,-0.52119939,-0.52119939,-0.77029557,-1.2622648,-1.2622648,-0.8909764,-0.51938427,-0.51938427,0.3159,0.3159,0.96822999,1.6404921,1.6404921,1.387082,1.2179555,1.2179555,0.71231222,0.71231222,-0.32874752,-0.78466045,-0.78466045,-0.78466045,-0.86644535,-0.86644535,-0.8595224,-0.8595224,0.18567395,0.22273494,0.22273494,0.29057725,0.51672337,0.51672337,0.51513626,0.51513626,-0.26473088,-0.18550007,-0.18550007,-0.17021768,-0.17021768,-0.30924305,-0.20987108,-0.20987108,0.57572578,0.98291022,0.98291022,1.0258612,1.0258612,0.93874048,0.75224778,0.75224778,-0.034784141,-0.64421987,-0.64421987,-0.64727511,-0.64727511,-0.66683419,-0.66683419,-0.66683419,-0.41592287,-0.29290239,-0.29290239,-0.018747424,-0.018747424,0.12751669,0.12751669,0.12751669,0.378428,0.378428,0.378428,-0.26965874,-0.26965874,-0.14545248,0.21612717,0.21612717,-0.034784141,-0.034784141,0.07989831,0.44197571,0.44197571,-0.034784141,-0.75794344,-0.75794344,-0.63492295,-0.63492295,-0.62892461,-0.86077151,-0.86077151,-0.28168133,0.40192813,0.40192813,0.43399231,0.43399231,0.56868078,1.0224916,1.0224916,0.74169339,0.41966358,0.41966358,0.33310849,0.33310849,-0.059319905,-0.54077981,-0.54077981,-0.31457889,0.36069255,0.36069255,0.53638032,0.53638032,1.2452495,2.0652121,2.0652121,2.0144238,2.0144238,1.4598332,1.4481767,1.4481767,0.76168415,-0.14850771,-0.14850771,-0.77029557,-0.77029557,-1.3952977,-1.8715599,-1.8715599,-1.8747558,-1.7508791,-1.7508791,-1.3769473,-1.3769473,-0.75794344,-0.39636379,-0.39636379,0.21612717,0.58421973,0.58421973,0.33080963,0.33080963,-0.15780463,-0.7400907,-0.7400907,-1.7314681,-2.3098146,-2.3098146,-2.1282327,-2.1282327,-1.7543009,-1.218065,-1.218065,-0.56660922,-0.56660922,0.019763955,0.38976325,0.38976325,0.72301412,1.1376012,1.1376012,1.4884717,1.4884717,1.9149129,2.3081377,2.3081377,1.8703602,1.0323253,1.0323253,-0.17906299,-0.17906299,-1.4777783,-2.5290554,-2.5290554,-2.4245286,-1.445567,-1.445567,0.074213317,0.074213317,1.0305011,1.0449317,1.0449317,1.1649783,0.1641096,0.1641096,-0.83638561,-0.83638561,-1.1562185,-0.32628534,-0.32628534,-0.22833067,-0.22833067,0.2474507,-0.0017424321,-0.0017424321,-0.30130042,-1.0294845,-1.0294845,-1.3723214,-1.3723214,-1.4745759,-0.55242598,-0.55242598,0.054765446,0.81238204,0.81238204,1.4245761,1.4245761,1.9060378,1.7758646,1.7758646,1.8937431,1.6235289,1.6235289,1.1361706,1.1361706,0.77954449,0.54937805,0.54937805,0.098248813,-0.018747424,-0.018747424,0.23403332,0.23403332,-0.016877983,-0.68851067,-0.68851067,-1.3770375,-1.3770375,-2.2869051,1.5826357,1.5826357,1.755534,-2.644719,-2.644719,0.0051881966,0.0051881966,2.3102048,2.3102048,2.3102048,2.3102048:2
10
+ 0.93272311,0.18826519,0.18826519,1.5154366,1.5154366,1.5136632,1.4660852,1.4660852,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,2.4266293,0.051066915,0.051066915,0.345027,0.67145151,0.67145151,0.88881638,0.88881638,0.70773868,0.44915207,0.44915207,0.21705959,0.21705959,0.01006036,-0.32672977,-0.32672977,-0.44955216,-0.44955216,-0.63362755,-0.75556364,-0.75556364,-0.87635731,-0.87635731,-0.87204741,-0.86617702,-0.86617702,-0.79794216,-0.79031613,-0.79031613,-0.73139004,-0.73139004,-0.72435052,-0.61783515,-0.61783515,-0.56355492,-0.56355492,-0.51111247,-0.51111247,-0.51111247,-0.40815183,-0.40815183,-0.51111247,-0.45867,-0.45867,-0.40438977,-0.40438977,-0.40438977,-0.34327733,-0.34327733,-0.23190879,-0.23190879,-0.28435125,-0.33863148,-0.33863148,-0.27856299,-0.39211789,-0.39211789,-0.39008918,-0.39008918,-0.32852888,-0.082278593,-0.082278593,-0.082278593,-0.082278593,0.034205175,0.083527827,0.083527827,0.12492815,0.12492815,-0.33456019,-0.39462869,-0.39462869,-0.68766473,-0.68766473,-0.98232485,-1.147153,-1.147153,-0.74861951,-0.74861951,-0.55338227,-0.037017439,-0.037017439,0.38421242,0.52337837,0.52337837,0.49208191,0.49208191,0.22528246,-0.19696693,-0.19696693,-0.51625095,-0.51625095,-0.51111247,-0.7773831,-0.7773831,-0.69943755,-0.69943755,-0.51111247,-0.27467658,-0.27467658,-0.39884086,-0.39884086,-0.16930922,-0.0067739993,-0.0067739993,-0.16120139,-0.16120139,-0.36173423,-0.17441568,-0.17441568,-0.3158493,-0.53690836,-0.53690836,-0.32553738,-0.32553738,-0.098826153,-0.11733536,-0.11733536,-0.086711928,-0.086711928,0.088856462,-0.19740328,-0.19740328,-0.3775807,-0.3775807,-0.5656174,-0.44955216,-0.44955216,-0.63454036,-0.63454036,-0.44955216,-0.51111247,-0.51111247,-0.38859737,-0.44924486,-0.44924486,-0.26425667,-0.26425667,-0.26486218,-0.084307299,-0.084307299,-0.20479368,-0.20479368,-0.26666128,-0.27360541,-0.27360541,-0.27856299,-0.27856299,-0.39755756,-0.23190879,-0.23190879,-0.28435125,-0.28435125,-0.51111247,-0.62466736,-0.62466736,-0.51111247,-0.51111247,-0.73139004,-0.43449642,-0.43449642,-0.22214958,0.0041344897,0.0041344897,-0.032719744,-0.032719744,0.26402176,-0.017589288,-0.017589288,-0.051351108,-0.051351108,-0.25692322,-0.3336239,-0.3336239,-0.40068974,-0.40068974,-0.13087244,-0.03646013,-0.03646013,0.36132055,0.36132055,0.72225552,0.76885466,0.76885466,0.48375476,0.48375476,0.26675465,-0.26666128,-0.26666128,-0.87204741,-1.3957023,-1.3957023,-1.3432598,-1.3432598,-1.2314218,-1.0000148,-1.0000148,-0.63454036,-0.63454036,-0.088309911,-0.088309911,-0.088309911,-0.20773521,-0.20773521,-0.39008918,-0.80461672,-0.80461672,-1.1956922,-1.1956922,-1.3292923,-1.3466997,-1.3466997,-1.2951899,-1.2951899,-0.96661332,-0.72398758,-0.72398758,-0.51111247,-0.34477116,-0.34477116,-0.074819556,-0.074819556,0.057943306,0.32447481,0.32447481,0.56386496,0.56386496,0.84989303,0.79568718,0.79568718,0.52043686,0.52043686,0.029598912,-0.67577857,-0.67577857,-1.137754,-1.137754,-1.3466997,-1.1158566,-1.1158566,-0.92839593,-0.92839593,-0.48072881,-0.39184771,-0.39184771,-0.26666128,-0.3311631,-0.3311631,-0.39008918,-0.39008918,-0.45104397,-0.57206724,-0.57206724,-0.75556364,-0.75556364,-0.87635731,-0.51111247,-0.51111247,-0.33863148,-0.33863148,-0.034571435,0.34203936,0.34203936,0.6773774,0.6773774,0.53978501,0.54598946,0.54598946,0.53078782,0.53078782,0.33653102,0.063060561,0.063060561,-0.10566581,-0.28435125,-0.28435125,-0.51111247,-0.51111247,-0.57003854,-0.51111247,-0.51111247,-0.45104397,-0.45104397,-0.45104397,-0.51111247,-0.51111247,-0.72565684,-0.72565684,-1.1022485,-1.4270075,-1.4270075,-1.6220784,-1.6220784,-1.5302696,-1.379963,-1.379963,-1.379963,-1.379963,-1.379963,0.28282534,0.28282534,1.1560632,1.237944,1.237944,1.237944,1.237944,1.237944:2
11
+ 2.5806212,2.5806212,1.9304585,1.9304585,1.4498293,1.4498293,0.46354607,0.46354607,-0.146227,-0.146227,-0.59502073,-0.59502073,-0.50194183,-0.50194183,-0.4056011,-0.4056011,-0.50498925,-0.50498925,-0.50498925,-0.50498925,-0.50498925,-0.50498925,-0.50498925,-0.50498925,-0.60132997,-0.60132997,-0.30621296,-0.30621296,-0.30621296,-0.30621296,-0.4056011,-0.4056011,-0.30621296,-0.30621296,-0.30621296,-0.30621296,-0.4056011,-0.4056011,-0.30926038,-0.30926038,-0.20987223,-0.20987223,-0.031013873,-0.031013873,0.0600942,0.0600942,0.5049199,0.5049199,0.71091236,0.71091236,1.145757,1.145757,1.0564386,1.0564386,1.4074026,1.4074026,1.0691912,1.0691912,0.87504517,0.87504517,0.44020057,0.44020057,0.14308521,0.14308521,-0.4056011,-0.4056011,-0.61680182,-0.61680182,-0.62040252,-0.62040252,-0.62040252,-0.62040252,-0.51221529,-0.51221529,-0.29898692,-0.29898692,-0.19440038,-0.19440038,-0.51018763,-0.51018763,-0.61234547,-0.61234547,-0.51018763,-0.51018763,-0.81834779,-0.81834779,-0.91468852,-0.91468852,-0.60714708,-0.60714708,-0.50498925,-0.50498925,-0.60714708,-0.60714708,-0.30621296,-0.30621296,-0.0031278622,-0.0031278622,-0.099468587,-0.099468587,0.0071455889,0.0071455889,0.0071455889,0.0071455889,-0.092242547,-0.092242547,-0.29898692,-0.29898692,-0.19079967,-0.19079967,-0.1881519,-0.1881519,-0.29741387,-0.29741387,0.031462833,0.031462833,0.031462833,0.24891206,0.24891206,0.1407248,0.1407248,0.24266356,0.24266356,0.74289113,0.74289113,0.50367797,0.50367797,0.37237977,0.37237977,0.60950352,0.60950352,0.59428954,0.59428954,0.13386028,0.13386028,0.11366037,0.11366037,0.21544798,0.21544798,-0.021675749,-0.021675749,-0.1467846,-0.1467846,0.051069419,0.051069419,0.13382276,0.13382276,-0.054115856,-0.054115856,0.25581443,0.25581443,0.2307211,0.2307211,0.58295986,0.58295986,0.4307429,0.4307429,0.53532942,0.53532942,0.33201332,0.33201332,0.28622877,0.28622877,-0.30101457,-0.30101457,-0.19440038,-0.19440038,-0.29898692,-0.29898692,-0.4056011,-0.4056011,-0.29741387,-0.29741387,-0.19079967,-0.19079967,-0.1881519,-0.1881519,-0.078344523,-0.078344523,-0.078344523,-0.078344523,-0.076724394,-0.076724394,0.032537556,0.032537556,-0.076724394,-0.076724394,0.028269658,0.028269658,0.13285618,0.13285618,0.12520665,0.12520665,0.11533284,0.11533284,0.30475245,0.30475245,0.17961459,0.17961459,0.24377086,0.24377086,0.22064285,0.22064285,0.25016934,0.25016934,0.20332392,0.20332392,0.30159898,0.30159898,0.40618553,0.40618553,0.62662424,0.62662424,0.81485427,0.81485427,1.1813675,1.1813675,0.88681467,0.88681467,0.30735284,0.30735284,-0.18153533,-0.18153533,-0.67449455,-0.67449455,-1.3452036,-1.3452036,-1.0769678,-1.0769678,-0.4056011,-0.4056011,-0.4056011,0.089951048,0.089951048,0.26576559,0.26576559,0.085393456,0.085393456,-0.41495414,-0.41495414,-1.118555,-1.118555,-1.6352347,-1.6352347,-1.7574072,-1.7574072,-1.3560232,-1.3560232,-0.83947186,-0.83947186,-0.36704408,-0.36704408,-0.0089558843,-0.0089558843,0.54373176,0.54373176,1.1016161,1.1016161,1.5989319,1.5989319,2.2365871,2.2365871,2.5117823,2.5117823,2.0002974,2.0002974,1.2042352,1.2042352,0.15741356,0.15741356,-1.1773174,-1.1773174,-1.837056,-1.837056,-2.2183775,-2.2183775,-2.632712,-2.632712,-2.6125168,-2.6125168,-2.0495022,-2.0495022,-1.8124997,-1.8124997,-0.29957422,-0.29957422,1.2066074,1.2066074,1.658171,1.658171,1.658171,1.658171,1.7545562,1.7545562,0.37220908,0.37220908,-1.291273,-1.291273,-1.281544,-1.281544,-1.281544,-1.281544,-1.3779291,-1.3779291,-0.82714689,-0.82714689,0.72329271,0.72329271,1.0941145,1.0941145,1.6120305,1.6120305,2.1710292,2.1710292,2.2894453,2.2894453,1.700629,1.700629,1.4374491,1.4374491,1.0293403,1.0293403,0.36053441,0.36053441,0.023048827,0.023048827,-0.64393596,-0.64393596,-1.3659867,-1.3659867,-1.9751556,-1.9751556,-2.2341273,-2.2341273,-2.4815078,-2.4815078,-2.0257236,-2.0257236,-1.44562,-1.44562,-0.48657095,-0.48657095,0.40651262,0.40651262,1.3961875,1.3961875,1.3961875,2.1431058,2.1431058,2.5805536:1
12
+ 2.5052956,2.5052956,1.8958108,1.8958108,1.8958108,1.2452173,1.2452173,1.2452173,1.2452173,0.58053042,0.58053042,0.58053042,-0.41525733,-0.41525733,-0.41525733,-0.76432167,-0.76432167,-0.76432167,-0.76432167,-0.84831724,-0.84831724,-0.84831724,-1.0257629,-1.0257629,-1.0257629,-1.2886025,-1.2886025,-1.2886025,-0.86768703,-0.86768703,-0.86768703,-0.86768703,-1.0564925,-1.0564925,-1.0564925,-0.8767969,-0.8767969,-0.8767969,-0.20463271,-0.20463271,-0.20463271,-0.20463271,0.35967188,0.35967188,0.35967188,0.72413502,0.72413502,0.72413502,1.3968387,1.3968387,1.3968387,1.3968387,1.6215137,1.6215137,1.6215137,1.2266699,1.2266699,1.2266699,1.0548742,1.0548742,1.0548742,0.39925046,0.39925046,0.39925046,0.39925046,-0.08464767,-0.08464767,-0.08464767,-0.40502272,-0.40502272,-0.40502272,-0.60624574,-0.60624574,-0.60624574,-0.60624574,-0.90982386,-0.90982386,-0.90982386,-0.90544398,-0.90544398,-0.90544398,-0.90544398,-0.90544398,-0.90544398,-0.90544398,-0.90544398,-0.90544398,-0.90544398,-0.70612044,-0.70612044,-0.70612044,-0.50637104,-0.50637104,-0.50637104,-0.40839581,-0.40839581,-0.40839581,-0.40839581,-0.3070475,-0.3070475,-0.3070475,-0.20469238,-0.20469238,-0.20469238,-0.30266762,-0.30266762,-0.30266762,-0.30266762,-0.40254232,-0.40254232,-0.40254232,-0.19681025,-0.19681025,-0.19681025,-0.094455135,-0.094455135,-0.094455135,0.001039686,0.001039686,0.001039686,0.001039686,0.36729088,0.36729088,0.36729088,0.60936241,0.60936241,0.60936241,0.61587887,0.61587887,0.61587887,0.61587887,0.59007299,0.59007299,0.59007299,0.68255467,0.68255467,0.68255467,0.31630347,0.31630347,0.31630347,0.328559,0.328559,0.328559,0.328559,0.34842044,0.34842044,0.34842044,0.3417135,0.3417135,0.3417135,0.14163256,0.14163256,0.14163256,0.14163256,0.52828799,0.52828799,0.52828799,0.37530928,0.37530928,0.37530928,0.2455544,0.2455544,0.2455544,0.2455544,0.17722982,0.17722982,0.17722982,0.086979152,0.086979152,0.086979152,-0.29967628,-0.29967628,-0.29967628,-0.4010246,-0.4010246,-0.4010246,-0.4010246,-0.40051368,-0.40051368,-0.40051368,-0.29967628,-0.29967628,-0.29967628,-0.19980157,-0.19980157,-0.19980157,-0.19980157,-0.0061263081,-0.0061263081,-0.0061263081,0.17722982,0.17722982,0.17722982,0.32625949,0.32625949,0.32625949,0.27396095,0.27396095,0.27396095,0.27396095,0.36334072,0.36334072,0.36334072,0.41079632,0.41079632,0.41079632,0.53706007,0.53706007,0.53706007,0.53706007,0.68184245,0.68184245,0.68184245,0.8114861,0.8114861,0.8114861,0.55882176,0.55882176,0.55882176,0.55882176,0.31769086,0.31769086,0.31769086,0.10117644,0.10117644,0.10117644,-0.19980157,-0.19980157,-0.19980157,-0.48085014,-0.48085014,-0.48085014,-0.48085014,-0.31946502,-0.31946502,-0.31946502,-0.54283584,-0.54283584,-0.54283584,-1.0036828,-1.0036828,-1.0036828,-1.0036828,-1.5429296,-1.5429296,-1.5429296,-1.6047146,-1.6047146,-1.6047146,-1.5073432,-1.5073432,-1.5073432,-0.93109694,-0.93109694,-0.93109694,-0.93109694,0.16346381,0.16346381,0.16346381,1.5735783,1.5735783,1.5735783,1.8513087,1.8513087,1.8513087,1.8513087,1.8514709,1.8514709,1.8514709,1.6512717,1.6512717,1.6512717,0.097424775,0.097424775,0.097424775,0.097424775,-1.3449668,-1.3449668,-1.3449668,-1.3449668,-1.3449668,-1.3449668,-1.864691,-1.864691,-1.864691,-2.2156665,-2.2156665,-2.2156665,-2.2156665,-1.1849353,-1.1849353,-1.1849353,-0.4010246,-0.4010246,-0.4010246,-0.39494914,-0.39494914,-0.39494914,-0.39494914,0.61476668,0.61476668,0.61476668,1.5633933,1.5633933,1.5633933,1.9103721,1.9103721,1.9103721,1.9184367,1.9184367,1.9184367,1.9184367,1.8942661,1.8942661,1.8942661,1.0109158,1.0109158,1.0109158,-0.18965863,-0.18965863,-0.18965863,-0.18965863,-1.0512864,-1.0512864,-1.0512864,-1.5904654,-1.5904654,-1.5904654,-2.1035096,-2.1035096,-2.1035096,-2.1035096,-2.0786438,-2.0786438,-2.0786438,-1.197768,-1.197768,-1.197768,-0.29530003,-0.29530003,-0.29530003,0.75387085,0.75387085,0.75387085,0.75387085,1.7554763,1.7554763,1.7554763,2.451144,2.451144:1
13
+ 2.3395066,2.4562529,2.4562529,1.8170555,1.0126442,1.0126442,0.25675826,0.25675826,-0.20341439,-0.46811658,-0.46811658,-0.29265561,-0.38189681,-0.38189681,-0.38189681,-0.29265561,-0.29265561,-0.11719463,-0.29265561,-0.29265561,-0.11719463,-0.11719463,-0.20341439,-0.29265561,-0.29265561,-0.46811658,-0.29265561,-0.29265561,-0.37887537,-0.29265561,-0.29265561,-0.29265561,-0.20341439,-0.20341439,-0.38189681,-0.38189681,-0.47396088,-0.47396088,-0.47396088,-0.47396088,-0.38189681,-0.38189681,-0.20341439,0.28322402,0.28322402,0.86931866,1.3680961,1.3680961,1.6683715,1.6683715,1.9278533,1.6344892,1.6344892,1.0483946,0.54961713,0.54961713,0.25899317,0.011985611,0.011985611,-0.19094013,-0.19094013,-0.49408061,-0.5928382,-0.5928382,-0.79143304,-0.98777817,-0.98777817,-0.97812676,-0.67498628,-0.67498628,-0.6654699,-0.73786638,-0.73786638,-0.72303912,-0.72303912,-0.63097505,-0.55117266,-0.55117266,-0.29265561,0.057925508,0.057925508,0.23235755,0.23235755,0.23235755,0.057925508,-0.29265561,-0.29265561,-0.38471967,-0.38471967,-0.47934932,-0.38728525,-0.38728525,-0.19802596,0.17891629,0.17891629,-0.1059619,-0.0090825277,-0.0090825277,-0.0023889825,0.0031961012,0.0031961012,-0.091230607,-0.091230607,0.40904759,0.41238295,0.41238295,0.50926231,0.68498249,0.68498249,0.66999199,0.49081748,0.49081748,0.026974404,0.026974404,-0.57790322,-1.38621,-1.38621,-1.6774997,-1.7778319,-1.7778319,-0.81371063,0.17928572,0.17928572,1.1996884,1.7173348,1.7173348,1.8602091,1.8602091,1.4936054,0.92710352,0.92710352,0.51028495,0.073526772,0.073526772,-0.16308548,-0.52340282,-0.52340282,-0.6569681,-0.72818042,-0.72818042,-0.42621576,-0.42621576,-0.35761239,-0.16622746,-0.16622746,0.26427755,0.34078301,0.34078301,0.013288795,0.24280262,0.24280262,0.26090192,-0.21615015,-0.21615015,-0.12979713,-0.12979713,0.38206899,0.34819213,0.34819213,0.26513605,0.73113499,0.73113499,0.46656105,0.10440638,0.10440638,-0.19244087,-0.091230607,-0.091230607,-0.39437108,-0.39437108,-0.29265561,-0.29265561,-0.29265561,-0.19144535,-0.29265561,-0.29265561,-0.19094013,0.11220034,0.11220034,0.21095796,0.21095796,0.30783732,0.40246696,0.40246696,0.20612184,-0.193898,-0.193898,-0.19577623,-0.1059619,-0.1059619,-0.11135033,0.069499068,0.069499068,0.16637846,0.16637846,-0.016720697,-0.38471967,-0.38471967,-0.47396088,-0.46811658,-0.46811658,-0.20959952,0.032928087,0.032928087,0.47457697,0.71301081,0.71301081,0.85938058,0.85938058,0.66858646,0.58349093,0.58349093,0.32314732,-0.10807175,-0.10807175,-0.41146236,-0.27322868,-0.27322868,0.028373281,0.40513679,0.40513679,1.1218341,1.1218341,1.6855683,1.6663054,1.6663054,1.2934911,0.91672755,0.91672755,0.20612184,-0.48829258,-0.48829258,-1.0798423,-1.0798423,-1.3800248,-1.6635979,-1.6635979,-1.5661454,-1.2812673,-1.2812673,-0.5928382,0.0075269863,0.0075269863,0.79471363,0.9808342,0.9808342,0.89159299,0.89159299,0.21095796,-0.5928382,-0.5928382,-1.6385419,-1.8917291,-1.8917291,-2.165208,-1.8287236,-1.8287236,-1.2645326,-0.65883798,-0.65883798,-0.36586158,-0.36586158,0.057328796,0.36698451,0.36698451,0.58234195,0.9157995,0.9157995,1.3033095,1.7224636,1.7224636,2.0057572,2.0150698,2.0150698,1.4835065,1.4835065,0.4481265,-0.44431505,-0.44431505,-0.96484978,-1.110275,-1.110275,-0.88451008,0.14317271,0.14317271,1.0744936,1.0744936,1.214316,0.45062233,0.45062233,-0.065077148,-3.4908026,-3.4908026,-4.0016683,-4.0938993,-4.0938993,-2.7577205,-1.816356,-1.816356,1.5093436,1.5093436,1.512679,1.0483946,1.0483946,0.1346623,-0.18618508,-0.18618508,-0.70911117,-0.70285538,-0.70285538,0.12790186,0.72917458,0.72917458,0.71507921,0.71507921,1.3844147,1.7610947,1.7610947,1.7257173,1.6880242,1.6880242,1.8018902,1.3402354,1.3402354,0.65565991,0.26513605,0.26513605,-0.29265561,-0.29265561,-0.58850731,-0.78434722,-0.78434722,-0.39141321,-0.39141321,-0.39141321,-0.19577623,-0.38728525,-0.38728525,-0.64323672,-0.64323672,-1.2799565,-1.6997056,-1.6997056,-1.778734,-1.298322,-1.298322,-0.29265561,0.96945844,0.96945844,1.9387555:2
14
+ 2.7938241,2.3104957,2.3104957,1.5219901,1.5219901,0.60759462,0.60759462,-0.26737021,-0.26737021,-0.40856643,-0.40856643,-0.51033191,-0.51033191,-0.51033191,-0.51033191,-0.6156636,-0.6156636,-0.40856643,-0.40856643,-0.6156636,-0.51389814,-0.51389814,-0.51389814,-0.51389814,-0.40856643,-0.40856643,-0.51389814,-0.51389814,-0.40856643,-0.40856643,-0.40856643,-0.40856643,-0.40856643,-0.40856643,-0.40856643,-0.40856643,-0.51722996,-0.51722996,-0.40856643,-0.40856643,-0.40856643,-0.51722996,-0.51722996,-0.10343789,-0.10343789,0.77842499,0.77842499,1.4429608,1.4429608,2.1373982,2.1373982,2.7858718,2.7858718,2.7263864,2.7263864,1.7183392,0.705626,0.705626,0.011188651,0.011188651,-0.52862155,-0.52862155,-1.3572897,-1.3572897,-1.4963523,-1.4963523,-1.1436245,-1.1436245,-1.2568383,-1.2568383,-1.3662565,-1.3662565,-0.66926288,-0.66926288,-0.034656212,-0.14787,-0.14787,-0.14900327,-0.14900327,-0.25994029,-0.25994029,-0.58790394,-0.58790394,-0.95036586,-0.95036586,-1.0483972,-1.0483972,-0.8360188,-0.8360188,-0.40856643,-0.40856643,-0.082879546,-0.082879546,0.24979691,0.46611208,0.46611208,0.4875395,0.4875395,0.40049745,0.40049745,0.30019736,0.30019736,0.069286378,0.069286378,-0.16905252,-0.16905252,-0.28851132,-0.28851132,-0.52862155,-0.52862155,-0.64867666,-0.64867666,-0.52862155,-0.16905252,-0.16905252,-0.050768721,-0.050768721,0.30019736,0.30019736,0.30019736,0.30019736,0.18014224,0.18014224,-0.17371872,-0.17371872,-0.17765546,-0.17765546,-0.52291348,-0.52291348,-0.52291348,-0.52291348,-0.52291348,-0.034656212,-0.034656212,-0.14900327,-0.14900327,0.37820962,0.37820962,0.64310587,0.64310587,0.93582234,0.93582234,0.6305535,0.6305535,0.89647407,0.89647407,0.55868074,0.55868074,0.45509484,0.33908327,0.33908327,0.4626643,0.4626643,0.29850921,0.29850921,0.43743189,0.43743189,0.38781325,0.38781325,0.32545537,0.32545537,0.13323299,0.13323299,0.0071945754,0.0071945754,-0.084496329,-0.084496329,-0.071887734,-0.31053506,-0.31053506,-0.31053506,-0.31053506,-0.1494458,-0.1494458,-0.2717501,-0.2717501,-0.39605039,-0.39605039,-0.15229129,-0.15229129,-0.032236168,-0.032236168,-0.048997396,-0.048997396,-0.048997396,-0.048997396,0.070461398,-0.048997396,-0.048997396,0.065795199,0.065795199,-0.054259924,-0.054259924,0.060087135,0.060087135,0.16098353,0.16098353,0.36808068,0.36808068,0.13323299,0.13323299,0.32545537,0.32545537,0.38781325,0.30840362,0.30840362,0.24479934,0.24479934,0.4626643,0.4626643,0.41163813,0.41163813,0.53914698,0.53914698,0.83514753,0.83514753,1.0455774,1.0455774,0.82771245,0.82771245,0.81214535,0.81214535,0.38230245,-0.46660109,-0.46660109,-0.965837,-0.965837,-0.87164599,-0.87164599,-1.0914662,-1.0914662,-0.965837,-0.965837,-0.64417922,-0.64417922,-0.49886608,-0.49886608,-0.40856643,-0.40856643,-0.0092468702,-0.0092468702,0.18144193,0.63808669,0.63808669,0.63808669,0.63808669,-0.067573373,-0.067573373,-0.87728965,-0.87728965,-1.4457468,-1.4457468,-2.1125696,-2.1125696,-2.238349,-2.238349,-1.6491213,-1.6491213,-0.95323824,-0.95323824,-0.29940967,0.33908327,0.33908327,1.0845375,1.0845375,1.981518,1.981518,2.5839608,2.5839608,2.7066891,2.7066891,2.2769148,2.2769148,1.2371288,1.2371288,-0.3880276,-0.3880276,-1.4585797,-2.3352211,-2.3352211,-2.125178,-2.125178,-1.465553,-1.465553,-0.5659216,-0.5659216,-0.28910763,-0.28910763,0.30702899,0.30702899,0.070461398,0.070461398,-0.28851132,-0.28851132,-0.64808035,-0.64808035,-0.76813548,-0.64630903,-0.64630903,0.052319998,0.052319998,0.78959855,0.78959855,1.4788253,1.4788253,2.073242,2.073242,2.230001,2.230001,2.0771082,2.0771082,1.4592884,1.4592884,0.89011666,0.89011666,0.41575503,0.01888593,0.01888593,-0.62892163,-0.62892163,-0.62892163,-0.62892163,-0.73425333,-0.73425333,-1.0282412,-1.0282412,-1.4084118,-1.4084118,-1.4868944,-1.4868944,-1.7047593,-1.7047593,-1.8013178,-1.8013178,-1.5073298,-1.1271593,-1.1271593,-0.7495595,-0.7495595,-0.53169457,-0.53169457,-0.071644106,-0.071644106,0.52559827,0.52559827,1.4531704,1.4531704,2.2395735,2.2395735,2.9340108:4
15
+ 2.844302,2.1022116,2.1022116,1.2207442,1.2207442,0.40032264,0.40032264,-0.24919699,-0.24919699,-0.49889258,-0.60714364,-0.60714364,-0.60714364,-0.60714364,-0.50255765,-0.50255765,-0.50255765,-0.61423287,-0.61423287,-0.50598181,-0.50598181,-0.62076913,-0.62076913,-0.50598181,-0.50598181,-0.50598181,-0.28263137,-0.28263137,-0.28263137,-0.28263137,-0.16784406,-0.16784406,-0.39430659,-0.39430659,-0.39430659,-0.62076913,-0.62076913,-0.62076913,-0.62076913,-0.62076913,-0.62076913,-0.39430659,-0.28263137,-0.28263137,0.38024418,0.38024418,1.2606977,1.2606977,2.1320366,2.1320366,2.7652858,3.2586359,3.2586359,2.8253348,2.8253348,1.830094,1.830094,0.84123894,-0.026592203,-0.026592203,-0.8759493,-0.8759493,-1.3602714,-1.3602714,-1.4868408,-1.4868408,-1.4868408,-1.5935088,-1.5935088,-1.349177,-1.349177,-0.86796689,-0.86796689,-0.62661018,-0.62076913,-0.62076913,-0.39430659,-0.39430659,-0.39430659,-0.39430659,-0.50598181,-0.50598181,-0.50598181,-0.28263137,-0.28263137,-0.28263137,-0.28263137,-0.39430659,-0.39430659,-0.50255765,-0.50255765,-0.50255765,-0.61423287,-0.61423287,-0.39430659,-0.39430659,-0.050327781,-0.050327781,0.17771787,0.29927998,0.29927998,0.54543226,0.54543226,0.32550597,0.32550597,0.21658494,0.21658494,0.21956005,-0.024771782,-0.024771782,-0.39430659,-0.39430659,-0.39430659,-0.39430659,-0.51768914,-0.5170763,-0.5170763,-0.14997476,-0.14997476,0.093202388,0.093202388,0.21071866,0.21071866,0.21071866,0.20212343,0.20212343,-0.042208399,-0.042208399,-0.12638472,-0.12638472,-0.2047026,-0.083339425,-0.083339425,-0.44496011,-0.44496011,-0.31948992,-0.31948992,-0.16550421,-0.16550421,-0.144611,-0.014207788,-0.014207788,0.50486366,0.50486366,0.60565705,0.60565705,0.63597934,0.63597934,0.87244427,0.62067788,0.62067788,0.58209186,0.58209186,0.54543226,0.54543226,0.32550597,0.12969785,0.12969785,0.3425349,0.3425349,0.3353454,0.3353454,0.14574141,0.14574141,0.38305226,0.28230387,0.28230387,0.19102894,0.19102894,-0.035433602,-0.035433602,0.087336121,-0.14997476,-0.14997476,-0.026592203,-0.026592203,-0.27153688,-0.27153688,-0.27153688,-0.27153688,-0.39430659,-0.39430659,-0.39430659,-0.39430659,-0.39430659,-0.024771782,-0.024771782,-0.024771782,0.096790328,0.096790328,0.096790328,0.096790328,0.093202388,0.093202388,-0.035433602,-0.035433602,0.079353711,0.06946681,0.06946681,0.17771787,0.17771787,0.26325767,0.26325767,0.14574141,0.14574141,0.22055809,0.28251915,0.28251915,0.40584772,0.40584772,0.20051333,0.20051333,0.46705521,0.56116266,0.56116266,0.73491,0.73491,0.91371742,0.91371742,1.2576962,1.2576962,0.87363807,0.58992665,0.58992665,0.016080463,0.016080463,-0.50255765,-0.50255765,-0.95112245,-0.83360617,-0.83360617,-0.93435459,-0.93435459,-0.80469364,-0.80469364,-0.87804502,-0.87804502,-0.5918566,-0.2897206,-0.2897206,-0.39430659,-0.39430659,-0.41788302,-0.41788302,0.14311265,0.14311265,-0.038489789,-0.20260429,-0.20260429,0.34289798,0.34289798,0.74127999,0.74127999,-0.14376243,-0.49248178,-0.49248178,-1.1282176,-1.1282176,-1.6369163,-1.6369163,-1.9308536,-1.9308536,-1.18227,-0.55514659,-0.55514659,0.3678284,0.3678284,1.2561717,1.2561717,2.027536,2.5166433,2.5166433,2.7755977,2.7755977,2.4296122,2.4296122,1.2504415,1.2504415,0.060313044,-0.84888811,-0.84888811,-1.9316286,-1.9316286,-1.8933876,-1.8933876,-1.0061637,-1.0061637,-1.1729681,-1.7164218,-1.7164218,-1.3132045,-1.3132045,-1.5700578,-1.5700578,-1.8139583,-0.57954329,-0.57954329,0.14106983,0.14106983,0.28323462,0.28323462,0.29980193,0.29980193,-0.13092856,-0.64045884,-0.64045884,-0.035433602,-0.035433602,0.55605916,0.55605916,1.2576096,2.1562873,2.1562873,2.4407736,2.4407736,2.1602606,2.1602606,1.5687678,1.5687678,0.9899871,0.11814807,0.11814807,-0.39430659,-0.39430659,-0.81956725,-0.81956725,-0.81956725,-1.0091713,-1.0091713,-1.022897,-1.022897,-1.1445746,-1.1445746,-1.4128391,-1.4128391,-1.560309,-1.4570867,-1.4570867,-1.2234347,-1.2234347,-0.84653646,-0.84653646,0.0057051294,0.0057051294,0.89823658,1.7139267,1.7139267,2.5431989,2.5431989,2.8854073:4
16
+ 2.9216194,2.9216194,2.292511,2.292511,1.7360705,1.7360705,0.73768775,0.73768775,-0.22951967,-0.22951967,-0.52085125,-0.52085125,-0.43397526,-0.43397526,-0.61164284,-0.61164284,-0.52476686,-0.52476686,-0.34318368,-0.34318368,-0.52476686,-0.52476686,-0.52476686,-0.52476686,-0.43397526,-0.43397526,-0.43397526,-0.43397526,-0.61947102,-0.61947102,-0.62724486,-0.62724486,-0.62724486,-0.62724486,-0.62724486,-0.62724486,-0.62724486,-0.62724486,-0.5325407,-0.5325407,0.17463254,0.17463254,0.84103297,0.84103297,1.6078474,1.6078474,2.4737709,2.4737709,3.0438918,3.0438918,2.3229838,2.3229838,1.5416135,1.5416135,0.65760017,0.65760017,-0.44736124,-0.44736124,-1.4979382,-1.4979382,-1.5028371,-1.5028371,-1.2706681,-1.2706681,-1.2706681,-1.2706681,-1.0316303,-1.0316303,-0.19493749,-0.19493749,0.042970623,0.042970623,-0.31504709,-0.31504709,-0.19784813,-0.19784813,-0.31677632,-0.31677632,-0.79021199,-0.79021199,-1.0258912,-1.0258912,-0.6701024,-0.6701024,-0.6701024,-0.6701024,-0.31504709,-0.31504709,-0.077738543,-0.077738543,0.27864977,0.27864977,0.28378937,0.28378937,0.40271757,0.40271757,0.16659043,0.16659043,0.046480821,0.046480821,-0.31386566,-0.31386566,-0.55408487,-0.55408487,-0.55290345,-0.55290345,-0.55290345,-0.55290345,-0.55290345,-0.55290345,-0.19784813,-0.19784813,0.14953163,0.14953163,0.029422011,0.029422011,0.029422011,0.029422011,0.029422011,0.13867753,0.13867753,-0.097449608,-0.097449608,-0.43397526,-0.43397526,-0.32471977,-0.32471977,-0.11649436,-0.11649436,0.058311326,0.058311326,0.20239066,0.20239066,0.61751727,0.61751727,0.79219265,0.79219265,0.7249592,0.7249592,0.60577713,0.60577713,0.69656873,0.69656873,0.48540181,0.48540181,0.30003635,0.30003635,0.36726981,0.36726981,0.31164618,0.31164618,0.30404539,0.30404539,0.32654017,0.32654017,0.34690292,0.34690292,0.25878711,0.25878711,0.14953163,0.14953163,-0.19784813,-0.19784813,-0.19493749,-0.19493749,-0.31386566,-0.31386566,-0.43397526,-0.43397526,-0.31326611,-0.31326611,-0.072447344,-0.072447344,-0.19255696,-0.19255696,-0.072447344,-0.072447344,-0.072447344,-0.072447344,-0.074228321,-0.074228321,-0.077738543,-0.077738543,0.14953163,0.14953163,0.029422011,0.029422011,0.24458304,0.24458304,0.32654017,0.32654017,0.20934123,0.20934123,0.16756684,0.16756684,0.41663194,0.41663194,0.34884172,0.34884172,0.27814974,0.27814974,0.53891633,0.53891633,0.50079137,0.50079137,0.50079137,0.50079137,0.92735023,0.92735023,1.2285197,1.2285197,0.96775304,0.96775304,0.82038224,0.82038224,0.57131714,0.57131714,-0.51561832,-0.51561832,-1.0528866,-1.0528866,-1.0528866,-1.0528866,-1.0528866,-1.0528866,-1.1552064,-1.1552064,-0.64220067,-0.64220067,-0.72956473,-0.72956473,-0.72956473,-0.53629515,-0.53629515,-0.32806973,-0.32806973,-0.11649436,-0.11649436,0.22797475,0.22797475,0.42124434,0.42124434,-0.11649436,-0.11649436,-0.74076611,-0.74076611,-1.0355174,-1.0355174,-1.7764224,-1.7764224,-1.704533,-1.704533,-1.2845825,-1.2845825,-0.61947102,-0.61947102,-0.14991409,-0.14991409,0.79127288,0.79127288,1.3170387,1.3170387,2.0169932,2.0169932,2.4266061,2.4266061,2.6708915,2.6708915,1.6520813,1.6520813,0.6996731,0.6996731,-0.8822839,-0.8822839,-1.9887986,-1.9887986,-2.6268964,-2.6268964,-1.8022671,-1.8022671,-1.4475141,-1.4475141,-0.40486591,-0.40486591,0.37949628,0.37949628,0.3799922,0.3799922,-0.082878149,-0.082878149,-0.082878149,-0.082878149,-0.31900528,-0.31900528,-1.006628,-1.006628,-0.66124542,-0.66124542,-0.2124196,-0.2124196,0.24211704,0.24211704,0.63868356,0.63868356,1.4559793,1.4559793,1.6164187,1.6164187,1.6285242,1.6285242,1.5014487,1.5014487,1.3370511,1.3370511,0.98978068,0.98978068,0.83403292,0.83403292,0.60611095,0.60611095,0.27864977,0.27864977,-0.074228321,-0.074228321,-0.31386566,-0.31386566,-0.91092116,-0.91092116,-1.368156,-1.368156,-1.8226927,-1.8226927,-1.9683228,-1.9683228,-2.0768449,-2.0768449,-1.8547034,-1.8547034,-1.6452286,-1.6452286,-1.0636411,-1.0636411,-0.12487589,-0.12487589,0.8012571,0.8012571,0.8012571,1.8627299,1.8627299,2.7613422:4
17
+ 2.1248681,2.1248681,1.1161066,1.1161066,0.43411564,0.43411564,0.43411564,-0.34392754,-0.34392754,-0.61752485,-0.61752485,-0.61752485,-0.52499705,-0.52499705,-0.52499705,-0.52499705,-0.52499705,-0.72046757,-0.72046757,-0.72046757,-0.82303061,-0.82303061,-0.72697835,-0.72697835,-0.72697835,-0.82303061,-0.82303061,-0.72697835,-0.72697835,-0.72697835,-0.62756009,-0.62756009,-0.42243402,-0.42243402,-0.42243402,-0.42243402,-0.42243402,-0.52499705,-0.52499705,-0.52499705,-0.28215191,-0.28215191,-0.28215191,0.1165558,0.1165558,0.40882375,0.40882375,0.40882375,0.90812234,0.90812234,1.576138,1.576138,1.576138,1.7962312,1.7962312,1.6219191,1.6219191,1.6219191,1.3404031,1.3404031,1.0671719,1.0671719,1.0671719,0.50171927,0.50171927,-0.073971406,-0.073971406,-0.073971406,-0.1856146,-0.1856146,-0.1856146,-0.41168197,-0.41168197,-0.75106441,-0.75106441,-0.75106441,-0.8643795,-0.8643795,-0.8643795,-0.8643795,-0.8643795,-1.1987949,-1.1987949,-1.0860426,-1.0860426,-1.0860426,-1.080655,-1.080655,-0.96733992,-0.96733992,-0.96733992,-0.74666016,-0.74666016,-0.74666016,-0.30333394,-0.30333394,-0.30333394,-0.30333394,-0.30333394,0.030660885,0.030660885,0.25672826,0.25672826,0.25672826,-0.18029518,-0.18029518,-0.2989297,-0.2989297,-0.2989297,-0.2989297,-0.2989297,-0.52499705,-0.52499705,-0.52499705,-0.75106441,-0.75106441,0.025762005,0.025762005,0.025762005,-0.077266586,-0.077266586,-0.077266586,0.23864513,0.23864513,0.52664343,0.52664343,0.52664343,0.83603032,0.83603032,0.5430793,0.5430793,0.5430793,0.74391631,0.74391631,0.68673456,0.68673456,0.68673456,0.5458649,0.5458649,0.31581137,0.31581137,0.31581137,0.29628568,0.29628568,0.29628568,0.095448669,0.095448669,0.010851882,0.010851882,0.010851882,-0.13627677,-0.13627677,-0.027030098,-0.027030098,-0.027030098,0.14511865,0.14511865,0.5874615,0.5874615,0.5874615,0.30057607,0.30057607,0.63995851,0.63995851,0.63995851,0.45137847,0.45137847,0.14397599,0.14397599,0.14397599,-0.41168197,-0.41168197,-0.41168197,-0.072862352,-0.072862352,-0.41224479,-0.41224479,-0.41224479,-0.41224479,-0.41224479,-0.41224479,-0.41224479,-0.41224479,-0.18728648,-0.18728648,-0.30333394,-0.30333394,-0.30333394,-0.19540646,-0.19540646,0.01257777,0.01257777,0.01257777,0.20804827,0.20804827,0.18893286,0.18893286,0.18893286,0.25304612,0.25304612,0.25304612,0.22667303,0.22667303,0.22716759,0.22716759,0.22716759,0.23253408,0.23253408,0.47041885,0.47041885,0.47041885,0.53438467,0.53438467,0.86747768,0.86747768,0.86747768,1.0743289,1.0743289,1.0951549,1.0951549,1.0951549,0.43515182,0.43515182,0.43515182,0.091631647,0.091631647,-0.52499705,-0.52499705,-0.52499705,-0.94032704,-0.94032704,-0.85458764,-0.85458764,-0.85458764,-0.082654193,-0.082654193,0.13608208,0.13608208,0.13608208,0.10018265,0.10018265,-0.35572775,-0.35572775,-0.35572775,-1.1596752,-1.1596752,-1.8520427,-1.8520427,-1.8520427,-2.1124865,-2.1124865,-2.1124865,-1.7466986,-1.7466986,-1.1385339,-1.1385339,-1.1385339,-0.38630145,-0.38630145,0.35970575,0.35970575,0.35970575,1.3003731,1.3003731,2.1603588,2.1603588,2.1603588,2.1160321,2.1160321,1.9618374,1.9618374,1.9618374,1.4658549,1.4658549,1.4658549,0.10018265,0.10018265,-1.6315024,-1.6315024,-1.6315024,-1.8586982,-1.8586982,-1.7223104,-1.7223104,-1.7223104,-1.9601911,-1.9601911,-1.5013726,-1.5013726,-1.5013726,-0.75758048,-0.75758048,-0.52499705,-0.52499705,-0.52499705,-0.7628778,-0.7628778,-0.18728648,-0.18728648,-0.18728648,0.6926976,0.6926976,0.6926976,1.4537182,1.4537182,1.9862256,1.9862256,1.9862256,2.4542073,2.4542073,2.4740882,2.4740882,2.4740882,1.7074192,1.7074192,0.83475536,0.83475536,0.83475536,0.078912959,0.078912959,-0.49699614,-0.49699614,-0.49699614,-1.0625719,-1.0625719,-1.3505702,-1.3505702,-1.3505702,-1.5483139,-1.5483139,-1.5483139,-1.6647561,-1.6647561,-1.6894832,-1.6894832,-1.6894832,2.0906199,2.0906199,-1.164109,-1.164109,-1.164109,0.057987145,0.057987145,1.0624923,1.0624923,1.0624923,1.9731904,1.9731904,2.182194,2.182194:1
18
+ 1.9524793,2.6707295,2.6707295,2.8695228,2.8695228,2.8162829,2.8162829,2.7534518,2.7534518,-0.50235867,-0.50235867,-0.33610823,-0.50235867,-0.50235867,-0.41923346,-0.41923346,-0.50235867,-0.50235867,-0.41923346,-0.41923346,-0.5883969,-0.5883969,-0.50527167,-0.76838991,-0.76838991,-0.68526469,-0.68526469,-0.68526469,-0.68526469,-0.50799321,-0.50799321,-0.50799321,-0.50799321,-0.32800019,-0.32800019,-0.32800019,-0.23924043,-0.23924043,-0.51046671,-0.51046671,-0.51046671,-0.51046671,-0.33047369,-0.33047369,0.10514828,0.10514828,-0.06105531,0.38697468,0.38697468,0.89616837,0.89616837,0.9842123,0.9842123,0.54859033,0.54859033,1.0135076,1.0135076,1.0847837,0.57558999,0.57558999,0.50174861,0.50174861,0.30755303,0.30755303,-0.17513346,-0.17513346,-0.60784875,-0.60784875,-0.51444651,-0.80204435,-0.80204435,-0.41923346,-0.41923346,-0.22740249,-0.22740249,-0.23061815,-0.23061815,-0.32402039,-0.32402039,-0.23061815,-0.60784875,-0.60784875,-0.88445967,-0.88445967,-0.60784875,-0.60784875,-0.69908202,-0.69908202,-0.69908202,-0.69908202,-0.51046671,-0.23924043,-0.23924043,-0.51046671,-0.51046671,-0.41923346,-0.41923346,-0.32800019,-0.32800019,-0.23459794,-0.23459794,-0.23061815,-0.23061815,-0.042766996,-0.042766996,-0.042766996,-0.13400026,-0.13400026,-0.12982481,-0.12982481,-0.22503786,-0.22503786,-0.41923346,-0.41923346,-0.32165576,-0.32165576,-0.32165576,-0.32116868,-0.32116868,-0.12552621,-0.12552621,0.16388243,0.16388243,0.066304749,0.066304749,0.33970001,0.41079869,0.41079869,0.29523131,0.29523131,0.25409811,0.25409811,0.50509765,0.50509765,0.28361961,0.28361961,0.16989139,0.21233996,0.21233996,-0.0016561238,-0.0016561238,0.012984518,0.012984518,-0.11060599,-0.11060599,-0.1741861,-0.1741861,-0.35976895,0.0078896972,0.0078896972,-0.25775048,-0.25775048,0.0047332292,0.0047332292,0.25301661,0.25301661,0.67550927,0.67550927,0.46636202,0.46636202,0.46636202,0.27555158,0.27555158,0.13203098,0.13203098,-0.22740249,-0.22740249,-0.32261556,-0.32261556,-0.41923346,-0.41923346,-0.22503786,-0.41923346,-0.41923346,-0.32165576,-0.32165576,-0.32165576,-0.32165576,-0.12697309,-0.12697309,-0.22310391,-0.22310391,-0.027948533,-0.22310391,-0.22310391,-0.12552621,-0.12552621,-0.12697309,-0.12697309,-0.22503786,-0.22503786,-0.13400026,-0.13400026,0.14357046,0.045992774,0.045992774,0.035413099,0.035413099,0.11853833,0.11853833,0.086936289,0.086936289,-0.019297161,-0.019297161,0.11870943,0.15832805,0.15832805,0.23937584,0.23937584,0.13540178,0.13540178,0.3568106,0.3568106,0.47827087,0.47827087,0.67879076,0.78801298,0.78801298,1.1224471,1.1224471,0.53501844,0.53501844,-0.0042969698,-0.0042969698,-0.66847199,-0.66847199,-1.092565,-1.6823802,-1.6823802,-1.2583566,-1.2583566,-0.59403144,-0.59403144,0.10340035,0.10340035,0.34931116,0.34931116,0.64827092,0.64827092,0.40475171,-0.27274497,-0.27274497,-1.0754965,-1.0754965,-1.4084645,-1.4084645,-1.6427479,-1.6427479,-1.5974474,-1.5974474,-1.4135349,-0.81396082,-0.81396082,-0.46221043,-0.46221043,-0.19888805,-0.19888805,0.15627154,0.15627154,0.69461074,0.69461074,1.2250964,1.7686146,1.7686146,2.2485909,2.2485909,1.8818567,1.8818567,1.4526251,1.4526251,0.33665192,0.33665192,-1.1600894,-2.5198196,-2.5198196,-2.3420657,-2.3420657,-2.2394479,-2.2394479,-1.9128341,-1.9128341,-0.84915546,-0.84915546,0.21233996,0.014551131,0.014551131,-0.28226225,-0.28226225,-0.083026547,-0.083026547,-0.11183512,-0.11183512,-0.22359099,-0.22359099,0.25094025,0.78313414,0.78313414,1.0739896,1.0739896,1.2449709,1.2449709,1.2906295,1.2906295,1.1819117,1.1819117,1.1819117,1.1819117,0.88567151,0.51904785,0.51904785,0.2777467,0.2777467,0.0099981182,0.0099981182,-0.50799321,-0.50799321,-0.68526469,-0.68526469,-0.92540319,-1.1661404,-1.1661404,-1.4800385,-1.4800385,-1.5441454,-1.5441454,-1.7686424,-1.7686424,-1.6054422,-1.6054422,-1.2877668,-0.90010911,-0.90010911,-0.51800253,-0.51800253,-0.51800253,-0.51800253,-0.51800253,-0.51800253,-0.51800253,-0.51800253,2.2649387,3.0069969,3.0069969,3.0069969,3.0069969,3.0069969,3.0069969,3.0069969,3.0069969,3.0069969:1
19
+ 2.981094,2.981094,2.6561183,2.6561183,1.4444338,1.4444338,0.33906496,0.33906496,-0.39081843,-0.39081843,-0.51593109,-0.51593109,-0.77191067,-0.77191067,-0.70291953,-0.70291953,-0.51971651,-0.51971651,-0.51971651,-0.51971651,-0.61507862,-0.61507862,-0.62244684,-0.62244684,-0.52708471,-0.52708471,-0.7249105,-0.7249105,-0.7249105,-0.7249105,-0.52708471,-0.52708471,-0.42809018,-0.42809018,-0.32909563,-0.32909563,-0.22663196,-0.22663196,-0.22663196,-0.22663196,-0.22663196,-0.42809018,-0.42809018,-0.035261221,-0.035261221,0.41941819,0.41941819,0.99209716,0.99209716,1.7152055,1.7152055,2.4711996,2.4711996,2.30964,2.30964,1.755966,1.755966,1.0682239,1.0682239,-0.12086903,-0.12086903,-0.89293173,-0.89293173,-1.124201,-1.124201,-1.3488245,-1.3488245,-1.1225279,-1.1225279,-0.31188406,-0.31188406,-0.19682097,-0.19682097,-0.42809018,-0.42809018,-0.42809018,-0.20346657,-0.20346657,-0.42809018,-0.42809018,-0.88398298,-0.88398298,-0.99263345,-0.99263345,-0.54148023,-0.54148023,-0.42809018,-0.42809018,-0.19963703,-0.19963703,0.1445888,0.1445888,0.37002547,0.37002547,0.15014146,0.15014146,0.036751392,0.036751392,-0.078311682,-0.078311682,-0.42809018,-0.42809018,-0.66166254,-0.66166254,-0.54487636,-0.54487636,-0.66166254,-0.66166254,-0.42809018,-0.42809018,-0.19509787,-0.19509787,0.15014146,0.15014146,0.15014146,0.033355273,0.033355273,0.37002547,0.37002547,0.027802633,0.027802633,0.020246983,0.020246983,-0.10250139,-0.10250139,-0.06436099,-0.06436099,-0.075295201,-0.075295201,0.22602956,0.22602956,0.35275726,0.35275726,0.40894361,0.40894361,0.58273601,0.58273601,0.57366925,0.57366925,0.58943766,0.58943766,0.43436018,0.43436018,0.53598885,0.53598885,0.51841274,0.51841274,0.42099334,0.42099334,0.31825541,0.31825541,0.31825541,0.34660523,0.34660523,0.083085414,0.083085414,-3.7717522E-5,-3.7717522E-5,-0.10250139,-0.10250139,-0.094816087,-0.094816087,-0.20346657,-0.20346657,-0.088403492,-0.088403492,-0.19963703,-0.19963703,-0.08343092,-0.08343092,-0.19682097,-0.19682097,-0.080034778,-0.080034778,-0.19509787,-0.19509787,-0.078311682,-0.078311682,-0.078311682,-0.078311682,0.036751392,0.036751392,0.033355273,0.033355273,0.1445888,0.1445888,0.24215786,0.24215786,0.24215786,0.22841541,0.22841541,0.21234689,0.21234689,0.28594528,0.28594528,0.48371303,0.48371303,0.33017561,0.33017561,0.44759597,0.44759597,0.55676984,0.55676984,0.58394833,0.58394833,0.57400087,0.57400087,0.76699791,0.76699791,0.65355278,0.65355278,0.55551547,0.55551547,0.34134851,0.34134851,-0.23115424,-0.23115424,-0.58033124,-0.58033124,-0.6867701,-0.6867701,-0.88852756,-0.88852756,-0.97636848,-0.97636848,-0.97636848,-0.70291953,-0.70291953,-0.42809018,-0.42809018,-0.33272805,-0.33272805,-0.039643508,-0.039643508,0.3737862,0.3737862,0.15390219,0.15390219,-0.47678456,-0.47678456,-0.90177459,-0.90177459,-1.3397051,-1.3397051,-1.9255674,-1.9255674,-1.6459264,-1.6459264,-0.93165896,-0.93165896,-0.31328767,-0.31328767,0.48352474,0.48352474,1.2978401,1.2978401,2.1044596,2.1044596,2.4510222,2.4510222,2.9219782,2.9219782,2.9219782,2.1949449,2.1949449,1.1794575,1.1794575,-0.41090173,-0.41090173,-1.5154706,-1.5154706,-2.4307842,-2.4307842,-1.9160356,-1.9160356,-1.557478,-1.557478,-0.95574082,-0.95574082,-0.58370449,-0.58370449,-0.55101196,-0.55101196,-0.89906734,-0.89906734,-0.32520233,-0.32520233,-0.20295657,-0.20295657,-0.19509787,-0.19509787,-0.42195457,-0.42195457,-0.53816068,-0.53816068,-0.89293173,-0.89293173,-0.42809018,-0.42809018,0.27053101,0.27053101,0.27053101,1.2837261,1.2837261,1.9726113,1.9726113,2.4290841,2.4290841,2.4344106,2.4344106,2.0793055,2.0793055,1.5320951,1.5320951,0.72814691,0.72814691,0.15546794,0.15546794,-0.5393237,-0.5393237,-0.76777685,-0.76777685,-0.99263345,-0.99263345,-0.76136425,-0.76136425,-0.96953267,-0.96953267,-0.74490907,-0.74490907,-1.0308921,-1.0308921,-1.2312429,-1.2312429,-1.4454099,-1.4454099,-1.5119447,-1.5119447,-1.5119447,-1.633273,-1.633273,-1.3295807,-1.3295807,-0.39354586,-0.39354586,0.80911352,0.80911352,2.2139557,2.2139557,3.009125:4
20
+ 1.2500061,0.9520439,0.9520439,0.29026674,0.29026674,-0.37409926,-0.37409926,1.4044923,1.4044923,2.5014857,2.5014857,2.5014857,2.5014857,2.5014857,2.5014857,2.5014857,2.5014857,2.5014857,2.5014857,2.5014857,2.5014857,2.5014857,2.5014857,2.5014857,2.5014857,2.5014857,2.5014857,2.5014857,2.5014857,2.5014857,2.5014857,2.5014857,2.5014857,2.5014857,2.5014857,2.5014857,2.5014857,2.5014857,2.5014857,2.5014857,2.5014857,2.5014857,2.5014857,2.5014857,0.044501954,0.044501954,0.40774899,0.40774899,0.68649542,0.68649542,0.8492068,0.8492068,0.66331377,0.39090731,0.39090731,0.027660283,0.027660283,-0.25108615,-0.25108615,-0.53418322,-0.53418322,-0.65875979,-0.77866357,-0.77866357,-0.89217879,-0.89217879,-0.94616098,-0.94616098,-0.88341655,-0.87358583,-0.87358583,-0.75368204,-0.75368204,-0.64016682,-0.64016682,-0.58618463,-0.58618463,-0.53418322,-0.48218182,-0.48218182,-0.48218182,-0.48218182,-0.48218182,-0.48218182,-0.48218182,-0.48218182,-0.53418322,-0.48020104,-0.48020104,-0.42432712,-0.42432712,-0.36668581,-0.36668581,-0.36668581,-0.36668581,-0.30743821,-0.30076422,-0.30076422,-0.29480601,-0.29480601,-0.22633513,-0.22633513,-0.098967026,-0.032102465,-0.032102465,-0.030926503,-0.030926503,0.10558459,0.10558459,0.062628846,0.062628846,-0.31912085,-0.79472571,-0.79472571,-0.92687096,-0.92687096,-1.2486589,-1.2486589,-1.2571075,-1.2571075,-0.5613013,0.12759399,0.12759399,0.44953548,0.44953548,0.61593276,0.61593276,0.69789927,0.69789927,0.46699659,0.041302875,0.041302875,-0.37566272,-0.37566272,-0.31263168,-0.31263168,-0.62248076,-0.62248076,-1.0689087,-0.85804096,-0.85804096,-0.57528967,-0.57528967,-0.64016682,-0.64016682,-0.44588569,-0.014815387,-0.014815387,-0.10921244,-0.10921244,-0.27041483,-0.27041483,-0.2218987,-0.2218987,-0.2921926,-0.38685842,-0.38685842,-0.30746687,-0.30746687,-0.083686623,-0.083686623,-0.17330921,-0.17330921,0.056847738,-0.10639522,-0.10639522,-0.15322183,-0.15322183,-0.39595817,-0.39595817,-0.39595817,-0.39595817,-0.71941596,-0.65667152,-0.65667152,-0.65875979,-0.65875979,-0.34438699,-0.34438699,-0.28070295,-0.28070295,0.02972966,0.14963344,0.14963344,0.088977273,0.088977273,-0.34438699,-0.34438699,-0.34623892,-0.47352706,-0.47352706,-0.53418322,-0.53418322,-0.59343083,-0.59343083,-0.41169493,-0.41169493,-0.47352706,-0.53418322,-0.53418322,-0.71591914,-0.71591914,-0.41729431,-0.41729431,-0.25543679,-0.25543679,-0.128385,-0.036972667,-0.036972667,0.27720038,0.27720038,0.0014118717,0.0014118717,-0.16044564,-0.16044564,-0.28749745,-0.41739699,-0.41739699,-0.49307677,-0.49307677,-0.22868246,-0.22868246,0.093259028,0.30378093,0.30378093,0.7935234,0.7935234,0.77127737,0.77127737,0.67069772,0.67069772,0.22135289,0.010830989,0.010830989,-0.71506531,-0.71506531,-0.94325454,-0.94325454,-1.3192584,-1.3192584,-1.2511026,-1.3646179,-1.3646179,-1.0341029,-1.0341029,-0.7827837,-0.7827837,-0.34895049,-0.34895049,-0.16265109,-0.049135858,-0.049135858,-0.29480601,-0.29480601,-0.70694606,-0.70694606,-1.141861,-1.141861,-1.3943037,-1.4683332,-1.4683332,-1.2785369,-1.2785369,-0.90925631,-0.90925631,-0.48834897,-0.26509374,-0.26509374,0.028434638,0.028434638,0.27291499,0.27291499,0.59044133,0.59044133,0.71539777,0.96712894,0.96712894,0.64394027,0.64394027,0.28176386,0.28176386,-0.41258734,-0.41258734,-0.81612249,-1.3174127,-1.3174127,-0.950858,-0.950858,-0.89505724,-0.89505724,-0.59226193,-0.59226193,-0.61330271,-0.66123501,-0.66123501,-1.0511515,-1.0511515,-0.92588855,-0.92588855,-0.92588855,-0.92588855,-0.86086197,-0.59786728,-0.59786728,-0.40713143,-0.40713143,-0.34344738,-0.34344738,-0.080582602,0.21045281,0.21045281,0.44582344,0.44582344,0.63596558,0.63596558,0.70012939,0.70012939,0.5932125,0.53830765,0.53830765,0.23956928,0.23956928,-0.073504509,-0.073504509,-0.20547251,-0.20547251,-0.420668,-0.53418322,-0.53418322,-0.47352706,-0.47352706,-0.3524473,-0.3524473,-0.41169493,-0.41169493,-0.53418322,-0.93396855,-0.93396855,-1.3309258,-1.3309258,0.83664027,0.83664027,-1.643529,-1.0789737,-1.0789737,0.071903037,0.071903037,0.9243365,0.9243365,0.99923511:2
21
+ 2.5502794,2.5502794,1.6521282,1.6521282,0.40975262,0.40975262,-0.52532787,-0.52532787,3.0084419,3.0084419,-0.49487486,-0.49487486,-0.58515374,-0.58515374,-0.49487486,-0.49487486,-0.40143228,-0.40143228,-0.59127318,-0.59127318,-0.4978306,-0.4978306,-0.5969153,-0.5969153,-0.4978306,-0.4978306,-0.4978306,-0.4978306,-0.40143228,-0.40143228,-0.40143228,-0.40143228,-0.30234758,-0.30234758,-0.40143228,-0.40143228,-0.40143228,-0.40143228,-0.40143228,-0.40143228,-0.40143228,-0.40143228,-0.40143228,-0.40143228,-0.30503395,-0.30503395,-0.12131248,-0.12131248,0.23076075,0.23076075,0.65157971,0.65157971,1.0723986,1.0723986,1.3799448,1.3799448,1.6249969,1.6249969,1.4812634,1.4812634,1.0604444,1.0604444,0.6396255,0.6396255,0.13074833,0.13074833,-0.29802528,-0.29802528,-0.60977199,-0.60977199,-0.506365,-0.506365,-0.40143228,-0.40143228,-0.29649955,-0.29649955,-0.40143228,-0.40143228,-0.29802528,-0.29802528,-0.6062796,-0.6062796,-0.81029701,-0.81029701,-0.90669535,-0.90669535,-0.80176262,-0.80176262,-0.80176262,-0.80176262,-0.50051697,-0.50051697,-0.40143228,-0.40143228,-0.20594925,-0.20594925,-0.20594925,-0.20594925,-0.10450891,-0.10450891,-0.20090724,-0.20090724,-0.097500251,-0.097500251,-0.19658495,-0.19658495,-0.091652225,-0.091652225,-0.29802528,-0.29802528,-0.19309256,-0.19309256,-0.29649955,-0.29649955,-0.19052443,-0.19052443,-0.19052443,-0.18895303,-0.18895303,0.022483797,0.022483797,0.12845893,0.12845893,0.12845893,0.12845893,0.32641582,0.32641582,0.31631004,0.31631004,0.56405305,0.56405305,0.43325244,0.43325244,0.6530076,0.6530076,0.34907558,0.34907558,0.38270547,0.38270547,0.082619432,0.082619432,0.18172062,0.18172062,0.019386679,0.019386679,0.073547745,0.073547745,0.14341965,0.14341965,0.23914186,0.23914186,0.059933412,0.059933412,0.34342396,0.34342396,0.57818849,0.57818849,0.47972871,0.47972871,0.32984545,0.32984545,0.43325244,0.43325244,0.092340654,0.092340654,-0.091652225,-0.091652225,-0.29802528,-0.29802528,-0.29802528,-0.29802528,-0.29649955,-0.29649955,-0.29649955,-0.29649955,-0.40143228,-0.40143228,-0.19052443,-0.19052443,-0.084020307,-0.084020307,-0.18895303,-0.18895303,-0.082448916,-0.082448916,0.023526189,0.023526189,0.022483797,0.022483797,-0.084020307,-0.084020307,0.12082701,0.12082701,0.1134076,0.1134076,0.0074324659,0.0074324659,-0.0011019301,-0.0011019301,0.2695858,0.2695858,0.14829787,0.14829787,0.12932043,0.12932043,0.34907558,0.34907558,0.43686655,0.43686655,0.34538726,0.34538726,0.52150452,0.52150452,0.80675294,0.80675294,0.95408382,0.95408382,1.0738266,1.0738266,0.79121113,0.79121113,0.23461112,0.23461112,-0.48499166,-0.48499166,-1.0088374,-1.0088374,-1.3860002,-1.3860002,-1.2093624,-1.2093624,-1.2093624,-0.49487486,-0.49487486,0.14829787,0.14829787,0.40649787,0.40649787,0.47972871,0.47972871,0.17522705,0.17522705,-0.75967585,-0.75967585,-1.288422,-1.288422,-1.5940756,-1.5940756,-1.7670689,-1.7670689,-1.4236984,-1.4236984,-0.73388387,-0.73388387,-0.29416323,-0.29416323,0.22360004,0.22360004,0.86276392,0.86276392,1.4965062,1.4965062,2.0381289,2.0381289,2.4959821,2.4959821,2.1824322,2.1824322,1.7162614,1.7162614,0.72391472,0.72391472,-0.055123401,-0.055123401,-1.4482895,-1.4482895,-1.8716077,-1.8716077,-2.3692427,-2.3692427,-2.3601823,-2.3601823,-2.5770164,-2.5770164,-1.5276292,-1.5276292,-0.8441032,-0.8441032,-0.34646822,-0.34646822,-0.21243068,-0.21243068,-0.13118211,-0.13118211,-0.54155485,-0.54155485,-0.29649955,-0.29649955,0.46455684,0.46455684,1.152946,1.152946,2.0462848,2.0462848,2.7219437,2.7219437,2.5384149,2.5384149,1.9778836,1.9778836,1.3929014,1.3929014,0.49956244,0.49956244,-0.26953892,-0.26953892,-0.68155206,-0.68155206,-0.96904336,-0.96904336,-1.0526027,-1.0526027,-1.059309,-1.059309,-1.0713295,-1.0713295,-1.2389064,-1.2389064,-1.4079285,-1.4079285,-1.6061653,-1.6061653,-1.5694596,-1.5694596,-1.4578772,-1.4578772,-0.978369,-0.978369,-0.978369,-0.978369,-0.17144176,-0.17144176,1.234631,1.234631,2.31334,2.31334,2.31334,2.7560803,2.7560803,2.7560803:1
22
+ 2.5072946,2.0600864,2.0600864,1.7072512,1.7072512,0.86579637,0.86579637,-0.12536194,-0.12536194,-0.40275463,-0.40275463,-0.19123955,-0.19123955,-0.40275463,-0.40275463,-0.29864369,-0.19123955,-0.19123955,-0.40275463,-0.40275463,-0.61426971,-0.61426971,-0.62055598,-0.62055598,-0.72466691,-0.72466691,-0.72466691,-0.72466691,-0.62055598,-0.62055598,-0.51315184,-0.29235742,-0.29235742,-0.40275463,-0.40275463,-0.40275463,-0.40275463,-0.40275463,-0.40275463,-0.29235742,-0.29235742,-0.40275463,-0.40275463,0.0661093,0.0661093,0.54383607,0.96274988,0.96274988,1.2718795,1.2718795,1.7321994,1.7321994,1.5852478,1.5852478,1.1075209,1.1075209,0.68860717,0.68860717,0.16167621,0.16167621,-0.50334067,-0.50334067,-0.95699318,-1.048489,-1.048489,-1.1357413,-1.1357413,-1.1114153,-1.1114153,-0.82364023,-0.82364023,-0.4398649,-0.4398649,-0.34836908,-0.34836908,-0.17186364,-0.17186364,0.0043137583,-0.078764267,-0.078764267,-0.22040215,-0.22040215,-0.12350694,-0.12350694,-0.21276003,-0.21276003,-0.3058594,-0.3058594,-0.20527336,-0.20527336,-0.10116243,-0.10116243,-0.090653512,-0.090653512,-0.090653512,0.019743695,0.019743695,0.032179462,0.032179462,-0.071931478,-0.071931478,-0.064122627,-0.064122627,0.2895283,0.2895283,0.41586913,0.41586913,0.41976025,0.75839223,0.75839223,0.7505834,0.7505834,0.39693245,0.39693245,-0.057606935,-0.057606935,-0.28754165,-0.28754165,-0.97637386,-0.97637386,-1.2024417,-1.2024417,-1.083778,-0.51577643,-0.51577643,0.056171061,0.056171061,1.0604255,1.0604255,1.3748308,1.3748308,1.5134722,1.5134722,1.1632721,1.1632721,0.37685717,0.37685717,-0.34823039,-0.55966723,-0.55966723,-1.0735273,-1.0735273,-0.74150082,-0.74150082,-0.075265451,-0.075265451,-0.17360524,-0.17360524,0.071239414,0.071239414,0.62614513,0.62614513,0.2068663,-0.2149579,-0.2149579,0.21624136,0.21624136,-0.16304011,-0.16304011,-0.26922336,-0.26922336,0.25827682,0.25827682,0.71332353,0.71332353,0.35091132,0.35091132,0.87523522,0.87523522,0.56499337,0.0078326446,0.0078326446,-0.36413607,-0.36413607,-0.14663712,-0.14663712,-0.63774186,-0.63774186,-0.51966754,-0.51966754,-0.28584172,-0.28584172,-0.04910368,-0.04910368,-0.047352884,0.30454727,0.30454727,0.53278203,0.53278203,0.30284733,0.30284733,0.0661093,0.0661093,0.060467391,0.060467391,-0.064122627,-0.064122627,-0.29235742,-0.29235742,-0.17933562,-0.28973283,-0.28973283,-0.40275463,-0.40275463,-0.74138663,-0.74138663,-0.62617363,-0.62617363,-0.19123955,-0.19123955,0.26188114,0.26188114,0.52370729,0.52370729,1.1091119,1.0580792,1.0580792,0.69078769,0.69078769,0.21624136,0.21624136,-0.045584794,-0.045584794,-0.087911523,-0.087911523,0.29730325,0.29730325,0.56670177,0.56670177,1.4627628,2.0446485,2.0446485,1.7298055,1.7298055,1.1673885,1.1673885,0.71513452,0.71513452,-0.40275463,-0.40275463,-1.3382913,-1.3382913,-1.4535043,-1.4535043,-1.4535043,-1.5560926,-1.5560926,-1.0950375,-1.0950375,-0.63098941,-0.63098941,-0.40275463,-0.40275463,0.060467391,0.060467391,0.39693245,0.39693245,-0.17933562,-0.17933562,-0.62055598,-0.62055598,-1.1282693,-1.8867698,-1.8867698,-2.0761046,-2.0761046,-1.5365695,-1.5365695,-1.1315439,-1.1315439,-0.57741158,-0.57741158,0.19554018,0.19554018,0.5783124,0.5783124,1.0812605,1.7369301,1.7369301,2.2930942,2.2930942,2.6494995,2.6494995,2.4178845,2.4178845,1.676386,1.676386,0.75659514,0.75659514,-0.22663093,-0.22663093,-1.7240856,-1.8045718,-1.8045718,-1.7520232,-1.7520232,-1.9242037,-1.9242037,-2.1424298,-2.1424298,-1.3660316,-1.3660316,-1.7111793,-1.7111793,-1.917761,-1.917761,-1.5556616,-1.0044573,-1.0044573,-0.89255558,-0.89255558,-0.19283761,-0.19283761,0.99389891,0.99389891,1.4944309,1.4944309,1.8956646,1.8956646,2.4341464,2.4341464,2.5494926,2.0357377,2.0357377,1.6426098,1.6426098,1.0686147,1.0686147,0.21353415,0.21353415,-0.35327739,-0.35327739,-0.70434682,-0.70434682,-0.90485035,-0.90485035,-0.94108485,-1.1057719,-1.1057719,-1.4118375,-1.4118375,-1.2549248,-1.2549248,-0.76581744,-0.76581744,0.27423123,0.27423123,1.4442065,1.4442065,2.5072946:2
23
+ 2.0467153,1.7265928,1.7265928,1.2953233,0.70687174,0.70687174,0.16762193,-0.1577699,-0.1577699,-0.078480909,-0.078480909,-0.23490924,-0.23490924,-0.23490924,-0.23490924,-0.39133756,-0.39133756,-0.39133756,-0.31419823,-0.31419823,-0.31419823,-0.31419823,-0.31419823,-0.23490924,-0.23490924,-0.23490924,-0.23490924,-0.23490924,-0.23490924,-0.23490924,-0.23490924,-0.23490924,-0.23490924,-0.23490924,-0.23490924,0.18301016,0.18301016,0.6870151,1.3361369,1.3361369,1.7288783,1.7288783,1.7288783,0.75708288,0.75708288,-0.47697737,-2.5969114,-2.5969114,-3.4075719,-3.2115992,-3.2115992,-2.323151,-1.2110384,-1.2110384,-0.31608325,-0.91476544,-0.91476544,-1.221838,-1.3143421,-1.3143421,-0.074821566,-0.074821566,1.9770645,3.2828713,3.2828713,3.4523424,3.2102743,3.2102743,1.3720883,-0.23490924,-0.23490924,-0.75325912,-0.81163043,-0.81163043,-0.86238753,-0.59502222,-0.59502222,-0.41076048,-0.41076048,-0.067103016,-0.0057646452,-0.0057646452,0.10909542,0.093019992,0.093019992,0.10471294,0.057631556,0.057631556,0.066088098,0.14814905,0.14814905,0.2514851,0.26924655,0.26924655,0.20181507,0.20181507,0.21598882,0.069824912,0.069824912,0.016610013,-0.066137743,-0.066137743,0.019088388,-0.064880293,-0.064880293,0.020345838,-0.064456982,-0.064456982,-0.064456982,-0.064880293,-0.064880293,-0.064880293,-0.064880293,-0.23490924,-0.23490924,-0.23490924,-0.23490924,-0.08874532,-0.08874532,-0.19279577,-0.10799295,-0.10799295,-0.10799295,-0.0039425115,-0.0039425115,-0.46587596,-0.19305403,-0.19305403,-0.19305403,-0.19305403,-0.11030626,-0.17806555,-0.17806555,0.052901183,-0.026687239,-0.026687239,0.14381218,0.14181184,0.14181184,0.18301016,0.31397855,0.31397855,0.28613385,0.23014731,0.23014731,0.29679081,0.3627065,0.3627065,0.3827909,0.3827909,0.41965243,0.30513956,0.30513956,0.21634903,0.19838518,0.19838518,0.11419783,0.15783204,0.15783204,0.38903446,0.4116081,0.4116081,0.28616675,0.13812731,0.13812731,-0.16013514,-0.16013514,-0.46611165,-0.61952814,-0.61952814,-0.61952814,-0.39133756,-0.39133756,0.0026931083,0.16021496,0.16021496,0.40122892,0.23245743,0.23245743,0.0026931083,-0.23490924,-0.23490924,-0.317657,-0.317657,-0.56760251,-0.23490924,-0.23490924,-0.068192797,-0.068192797,-0.068192797,0.016610013,0.18301016,0.18301016,0.1043145,0.020345838,0.020345838,0.10514864,0.1043145,0.1043145,0.019088388,0.019088388,-0.066137743,0.09778404,0.09778404,0.092270214,0.085440867,0.085440867,0.23245743,0.30204909,0.30204909,0.13812731,-0.010753348,-0.010753348,-0.018301016,-0.034349188,-0.034349188,0.015997921,0.015997921,0.21374453,0.47824745,0.47824745,0.61195919,0.66503254,0.66503254,0.68155087,0.63082081,0.63082081,0.67351189,0.6369249,0.6369249,0.53768601,0.48645506,0.48645506,0.42466463,0.42466463,0.18706228,0.020345838,0.020345838,-0.14968311,-0.23490924,-0.23490924,-0.4901643,-0.40536149,-0.40536149,-0.65688075,-0.73211763,-0.73211763,-0.80925696,-0.78624457,-0.78624457,-1.4263726,-1.4263726,-1.8401887,-2.5483567,-2.5483567,-2.7003619,-2.9841883,-2.9841883,-1.6379071,0.26703789,0.26703789,1.7399078,2.410664,2.410664,3.0657053,2.4447782,2.4447782,1.2051685,1.2051685,0.93767494,0.24454416,0.24454416,-0.23490924,-0.48890686,-0.48890686,-0.48890686,-0.65688075,-0.65688075,0.14208425,1.0145526,1.0145526,1.3001298,1.2372857,1.2372857,0.68615568,0.68615568,-0.3991482,-1.3995682,-1.3995682,-1.4307246,-1.199109,-1.199109,-0.35728157,0.74379968,0.74379968,1.3660118,1.0828625,1.0828625,0.91409105,0.13105714,0.13105714,-0.90941766,-0.90941766,-1.5805753,-1.9918836,-1.9918836,-2.3177633,-2.0690069,-2.0690069,-1.5917552,-0.6720919,-0.6720919,0.45581269,1.1663112,1.1663112,1.1688773,1.1688773,1.1688773,0.36898988,0.36898988,-0.48642849,-0.78624457,-0.78624457,-0.28184991,0.14343624,0.14343624,0.88983552,1.5330609,1.5330609,1.6256275,1.3453887,1.3453887,0.92010255,0.64654272,0.64654272,0.3375844,0.3375844,0.077467209,-0.37041988,-0.37041988,-0.69063889,-1.359654,-1.359654,-1.7653279,-1.4417464,-1.4417464,-0.63521429,0.27345624,0.27345624,1.3212582:3
24
+ 2.1825204,1.9983534,1.9983534,1.7868706,1.7868706,0.95118594,0.95118594,0.35738842,-0.24566992,-0.24566992,-0.24566992,-0.24566992,-0.24566992,-0.24566992,-0.24566992,-0.43494634,-0.43494634,-0.53290102,-0.53290102,-0.63395416,-0.53290102,-0.53290102,-0.63395416,-0.63395416,-0.53931596,-0.44136128,-0.44136128,-0.23925498,-0.23925498,-0.44136128,-0.44136128,-0.34030812,-0.34030812,-0.34030812,-0.34030812,-0.34030812,-0.54523051,-0.44417736,-0.44417736,-0.34030812,-0.34030812,-0.34030812,-0.34030812,-0.10103803,0.52627985,0.52627985,1.1343198,1.1343198,1.3736703,1.3736703,1.9436907,2.0567478,2.0567478,1.4232995,1.4232995,0.70685937,0.47203983,0.47203983,-0.31271944,-0.31271944,-0.76891587,-0.76891587,-0.75996937,-0.65156913,-0.65156913,-0.85792405,-0.85792405,-0.64318517,-0.7251198,-0.7251198,-0.62406666,-0.62406666,-0.79563632,-0.79563632,-0.61370623,-0.52611199,-0.52611199,-0.056549597,-0.056549597,-0.056549597,-0.056549597,0.21607322,0.031044649,0.031044649,-0.056549597,-0.056549597,-0.43826281,-0.34030812,-0.34030812,-0.34030812,-0.34030812,-0.13538575,-0.13538575,-0.13538575,-0.03743108,-0.03743108,-0.029047123,-0.029047123,-0.021700024,0.095522771,0.095522771,0.31881661,0.31881661,0.64830887,0.64830887,0.81987853,0.86535863,0.86535863,0.69299281,0.69299281,0.53100426,-0.50353903,-0.50353903,-1.0593556,-1.0593556,-1.5632095,-1.5632095,-1.6119357,-1.8707453,-1.8707453,-0.35650203,-0.35650203,0.33657836,0.33657836,1.258022,1.5345051,1.5345051,1.8228824,1.8228824,1.3687831,0.87750503,0.87750503,0.44444975,0.44444975,-0.037876296,-0.037876296,-0.061321271,-0.68721492,-0.68721492,-0.6824081,-0.6824081,-0.75770984,-0.34467296,-0.34467296,-0.41210112,-0.41210112,0.068907557,0.068907557,0.40977621,0.26630934,0.26630934,0.13946925,0.13946925,0.22344466,0.22344466,0.013236818,-0.077572833,-0.077572833,0.296427,0.296427,0.42628107,0.56070555,0.56070555,0.67179794,0.67179794,0.49303804,0.49303804,0.199392,-0.12190824,-0.12190824,-0.34030812,-0.34030812,-0.45140051,-0.45140051,-0.45140051,-0.45140051,-0.45140051,-0.11756882,-0.11756882,-0.0059219031,0.21517012,0.21517012,0.21517012,0.21517012,0.32357036,-0.007569173,-0.007569173,-0.010815865,-0.010815865,-0.021700024,-0.021700024,0.17730779,0.068907557,0.068907557,0.17730779,0.17730779,-0.13010027,-0.13010027,-0.44417736,-0.74952381,-0.74952381,-0.53931596,-0.53931596,-0.24566992,0.21607322,0.21607322,0.58951198,0.58951198,0.97375887,0.97375887,0.96615757,0.67251151,0.67251151,0.6213849,0.6213849,0.14020669,-0.20081469,-0.20081469,-0.16135595,-0.16135595,0.27764468,0.27764468,0.28163538,1.094779,1.094779,2.0336552,2.0336552,1.8351194,1.8351194,1.3961187,1.0556258,1.0556258,0.19141961,0.19141961,-1.3329373,-1.5832273,-1.5832273,-1.6895659,-1.6895659,-1.7695948,-1.7695948,-1.6048782,-0.95628424,-0.95628424,-0.55051598,-0.55051598,-0.12556926,0.63483137,0.63483137,0.73278604,0.73278604,0.84278568,0.84278568,0.088299613,-0.75996937,-0.75996937,-1.7707758,-1.7707758,-1.8511296,-2.247449,-2.247449,-1.6919707,-1.6919707,-1.0958176,-1.0958176,-0.49742887,-0.25995436,-0.25995436,0.3837389,0.3837389,0.90135481,0.90135481,1.5003405,1.9591879,1.9591879,2.4632687,2.4632687,2.0179564,1.3064978,1.3064978,0.046000409,0.046000409,-0.88459793,-0.88459793,-1.68886,-1.1291704,-1.1291704,-0.16606845,-0.16606845,1.1676016,1.3936149,1.3936149,0.88969326,0.88969326,-1.0593556,-1.0593556,-2.5476622,-3.5430389,-3.5430389,-3.1414747,-3.1414747,-1.9351186,-1.9351186,-0.007569173,0.60147866,0.60147866,0.63546536,0.63546536,0.33657836,-0.22279561,-0.22279561,-0.67304708,-0.67304708,-0.12190824,-0.12190824,0.51004675,0.94314713,0.94314713,1.4919295,1.4919295,1.9972919,1.9765647,1.9765647,1.8786102,1.8786102,1.5539101,1.5539101,0.8967274,0.28502657,0.28502657,-0.23925498,-0.23925498,-0.44664675,-0.65891623,-0.65891623,-0.44664675,-0.44664675,-0.34030812,-0.34030812,-0.62360796,-1.30074,-1.30074,-1.2725976,-1.2725976,-1.1789625,-1.1789625,-0.69768164,0.45484531,0.45484531,1.742668:2
25
+ 3.4780394,3.2440862,3.2440862,2.3898337,2.3898337,1.5335364,0.38072067,0.38072067,-0.28265506,-0.28265506,-0.65681609,-0.40851281,-0.40851281,-0.65681609,-0.65681609,-0.53437057,-0.40851281,-0.40851281,-0.28265506,-0.28265506,-0.40851281,-0.28265506,-0.28265506,-0.28265506,-0.28265506,-0.53437057,-0.53437057,-0.53437057,-0.53437057,-0.53437057,-0.53437057,-0.53437057,-0.53437057,-0.40851281,-0.40851281,-0.40851281,-0.40851281,-0.40851281,-0.014166904,-0.014166904,0.89578035,0.89578035,2.4606763,3.1816582,3.1816582,3.1816582,3.1816582,2.28541,0.62185733,0.62185733,-1.3812769,-1.3812769,-2.1022587,-1.7701579,-1.7701579,-1.1621182,-1.1621182,-0.40851281,-0.076411996,-0.076411996,-0.36854683,-0.36854683,-0.7893992,-0.98013073,-0.98013073,-1.060699,-1.060699,-0.95456151,-0.58185845,-0.58185845,-0.31976126,-0.31976126,-0.044784875,0.13753588,0.13753588,0.24367336,0.24367336,0.3882426,0.3882426,0.21489695,0.024514628,0.024514628,-0.077237903,-0.077237903,0.057761284,-0.041518426,-0.041518426,-0.041518426,-0.041518426,0.35196537,0.48657538,0.48657538,0.24543874,0.24543874,0.25486291,0.52475487,0.52475487,-0.13862088,-0.13862088,-0.13794894,0.010764521,0.010764521,0.12601303,0.12601303,-0.31946952,-0.0495776,-0.0495776,-0.36353536,-0.36353536,-0.029132502,-0.94303864,-0.94303864,-0.76744803,-0.76744803,-0.1040723,0.28249351,0.28249351,-0.73514867,-0.73514867,0.25486291,0.36608356,0.36608356,-0.66871067,-0.66871067,-0.74525268,-0.74525268,-0.21072686,-0.53736271,-0.53736271,-0.51973346,-0.51973346,0.099988313,-0.031359634,-0.031359634,0.087331491,0.087331491,0.20200408,0.18361907,0.18361907,-0.064684225,-0.064684225,0.24056996,0.21489695,0.21489695,0.34167869,0.34167869,0.46275289,0.77987072,0.77987072,0.75887249,0.75887249,0.93574632,0.694292,0.694292,0.35661544,0.35661544,0.25609996,-0.028155982,-0.028155982,-0.18337534,-0.18337534,0.057761284,0.54995435,0.54995435,0.33335202,0.33335202,0.33335202,0.087331491,0.087331491,-0.28265506,-0.28265506,-0.79456843,-0.79456843,-0.79456843,-0.53986077,-0.53986077,-0.27716486,-0.27716486,0.119581,0.38072067,0.38072067,0.38072067,0.38072067,-0.14387891,-0.14061686,-0.14061686,-0.54312282,-0.54312282,-0.67840475,-0.67840475,-0.67840475,-0.27390281,-0.27390281,-0.40851281,-0.13862088,-0.13862088,-0.0033389374,-0.0033389374,0.13127104,0.12994699,0.12994699,0.26129497,0.26129497,0.25486291,-0.0092689228,-0.0092689228,-0.015029015,-0.015029015,-0.022457196,0.087331491,0.087331491,0.073154161,0.073154161,0.31246895,0.24002531,0.24002531,0.22334392,0.22334392,0.15336454,0.31197722,0.31197722,0.63177628,0.63177628,0.81353621,0.81353621,0.96054601,0.99727873,0.99727873,0.94913092,0.94913092,0.76000363,0.77654511,0.77654511,0.91960282,0.91960282,1.1168867,1.1563831,1.1563831,0.9152465,0.9152465,0.39590495,-0.27323088,-0.27323088,-0.94829667,-0.94829667,-1.4775645,-1.6064144,-1.6064144,-1.0815826,-1.0815826,-0.67840475,-0.40851281,-0.40851281,-0.0092689228,-0.0092689228,-0.30701442,-0.28933035,-0.28933035,-0.70049821,-0.70049821,-1.0944807,-1.5851448,-1.5851448,-0.99167818,-0.99167818,-1.7782973,-1.5004153,-1.5004153,-1.0134148,-1.0134148,-0.55999654,-0.62511515,-0.62511515,0.10022436,0.10022436,0.45603358,0.45603358,0.74907108,1.4789458,1.4789458,2.032288,2.032288,2.1576202,1.6926345,1.6926345,1.1925666,1.1925666,-0.16919803,-1.2177766,-1.2177766,-1.6943211,-1.6943211,-1.0570509,-0.8171809,-0.8171809,-0.28265506,-0.28265506,0.11082874,0.119581,0.119581,-0.80199661,-0.80199661,-0.92785437,-0.79456843,-0.79456843,-0.66322047,-0.66322047,-0.28265506,0.46663796,0.46663796,0.78499284,0.78499284,0.90789306,1.1063874,1.1063874,1.0021955,1.0021955,0.72350173,0.66205249,0.66205249,0.66205249,0.66205249,0.6505651,0.6505651,0.98171631,1.2980846,1.2980846,1.175789,1.175789,0.63082381,-0.26780361,-0.26780361,-1.3760661,-1.3760661,-2.3587328,-3.001378,-3.001378,-2.9824909,-2.9824909,-2.5126833,-2.0007603,-2.0007603,-1.1864399,-1.1864399,-0.032276499,1.1837346,1.1837346,2.1980889,2.1980889,3.2387246:3
26
+ 1.8407825,0.34972098,0.34972098,0.84357525,0.84357525,2.4362663,2.4620477,2.4620477,-0.29790555,-0.29790555,-0.29790555,-0.3699816,-0.3699816,-0.29790555,-0.3699816,-0.3699816,-0.2258295,-0.2258295,-0.2258295,-0.29790555,-0.29790555,-0.29790555,-0.29790555,-0.37250739,-0.44458345,-0.44458345,-0.52154508,-0.52154508,-0.44946903,-0.44946903,-0.44946903,-0.29790555,-0.37486719,-0.37486719,-0.22094392,-0.22094392,-0.22094392,-0.22094392,-0.22094392,-0.37486719,-0.37486719,-0.22094392,-0.042221763,-0.042221763,0.39778287,0.39778287,0.80179674,1.3319226,1.3319226,1.6329472,1.5469006,1.5469006,1.106896,1.106896,0.78791189,0.33474764,0.33474764,-0.21329809,-0.21329809,-0.46754281,-0.55131807,-0.55131807,-0.79989204,-0.79989204,-0.95596003,-0.70893878,-0.70893878,-0.77589479,-0.77589479,-0.76419561,-0.60065142,-0.60065142,-0.44458345,-0.52154508,-0.52154508,-0.29790555,-0.29790555,-0.2258295,-0.15122766,-0.15122766,-0.15122766,-0.15122766,-0.15122766,-0.29790555,-0.29790555,-0.14634207,-0.14634207,-0.22094392,-0.060850542,-0.060850542,-0.060850542,0.096308453,0.096308453,-0.13781217,-0.13781217,-0.055255023,-0.13157316,-0.13157316,-0.046965696,-0.046965696,0.040536763,0.37403378,0.37403378,0.37246365,0.37246365,0.28868841,0.53574172,0.53574172,0.45097802,0.24971783,0.24971783,-0.24119281,-0.24119281,-0.59349606,-1.2458435,-1.2458435,-1.3983573,-1.3983573,-1.3511359,-0.43560532,-0.43560532,0.30043084,0.30043084,0.96599816,1.4267562,1.4267562,1.2714978,1.2714978,0.76589078,0.86677257,0.86677257,0.47033159,-0.28860503,-0.28860503,-0.23024755,-0.23024755,-0.17257429,-0.84552893,-0.84552893,-0.89397172,-0.89397172,-0.52857538,-0.21691852,-0.21691852,-0.2140714,-0.2140714,-0.02573146,0.31426751,0.31426751,0.49122837,0.038064113,0.038064113,-0.02245626,-0.02245626,0.046975083,-0.32916349,-0.32916349,-0.3699816,-0.3699816,-0.081796304,0.23781585,0.23781585,0.25215974,0.25215974,0.55793976,0.42179702,0.42179702,0.36014893,-0.044493029,-0.044493029,-0.12826828,-0.12826828,-0.29790555,-0.29790555,-0.29790555,-0.55257262,-0.55257262,-0.38293535,-0.21287575,-0.21287575,-0.044493029,-0.044493029,0.038064113,0.36779476,0.36779476,0.20408094,0.20408094,-0.046965696,-0.055255023,-0.055255023,-0.060850542,-0.14634207,-0.14634207,0.0048403233,0.0048403233,0.085827359,-0.22094392,-0.22094392,-0.29790555,-0.29790555,-0.37250739,-0.29790555,-0.29790555,-0.097807507,-0.097807507,0.20989308,0.41426672,0.41426672,0.62013132,0.5184697,0.5184697,0.31837167,0.31837167,0.19953898,-0.10081415,-0.10081415,-0.35775065,-0.35775065,-0.11923994,0.23873726,0.23873726,0.53080291,0.53080291,1.1467332,1.8074805,1.8074805,1.5945035,1.0920223,1.0920223,0.59989429,0.59989429,-0.27023299,-1.4144059,-1.4144059,-2.0206773,-2.0206773,-1.8761734,-1.6409901,-1.6409901,-0.86007569,-0.86007569,0.049966097,0.90818505,0.90818505,0.98729139,0.83087407,0.83087407,-0.18645775,-0.18645775,-0.96538934,-1.5707076,-1.5707076,-1.8334317,-1.8334317,-1.8632796,-1.3273258,-1.3273258,-0.87329823,-0.87329823,-0.48152332,-0.17824308,-0.17824308,0.13080925,0.13080925,0.48419529,0.59709928,0.59709928,0.99497005,1.333718,1.333718,1.5702144,1.5702144,1.1959974,0.95629461,0.95629461,-0.0036946722,-0.0036946722,-0.71243426,-1.3612931,-1.3612931,-1.0388821,-1.0388821,-1.0452807,-0.59211643,-0.59211643,-0.59519978,-0.29790555,-0.29790555,-0.5488454,-0.5488454,-0.21534841,-0.29790555,-0.29790555,-0.12826828,-0.12826828,-0.46796515,-0.63634786,-0.63634786,-0.96984488,-0.96984488,-0.55131807,0.028520216,0.028520216,0.57625816,1.1168182,1.1168182,1.6004258,1.6004258,1.5510217,1.4415779,1.4415779,1.2505055,1.2505055,1.1292681,0.81324742,0.81324742,0.52668183,0.52668183,0.055032767,0.038064113,0.038064113,-0.29790555,-0.29790555,-0.29790555,-0.21287575,-0.21287575,-0.12784594,-0.29790555,-0.29790555,-0.47941406,-0.47941406,-1.046523,-1.5313527,-1.5313527,-1.9612031,-1.9612031,-2.1468328,-1.9771955,-1.9771955,-1.9771955,-1.9771955,-1.9771955,-0.21069926,-0.21069926,1.5510217,4.7840103,4.7840103,4.8391494,4.8391494,4.8391494:2
27
+ 2.8458738,2.0845615,2.0845615,0.59944601,0.59944601,-0.17683936,-0.31197605,-0.31197605,-0.34495849,-0.34495849,-0.54175699,-0.44488978,-0.44488978,-0.44488978,-0.44488978,-0.44488978,-0.54760588,-0.54760588,-0.34495849,-0.34495849,-0.34495849,-0.2450272,-0.2450272,-0.2450272,-0.2450272,-0.045443903,-0.2450272,-0.2450272,-0.14816,-0.14816,-0.34495849,-0.24809128,-0.24809128,-0.34495849,-0.34495849,-0.24809128,-0.34495849,-0.34495849,-0.24809128,-0.24809128,-0.34495849,-0.54175699,-0.54175699,-0.16121738,-0.16121738,-0.16121738,0.048624736,0.048624736,0.048624736,0.048624736,0.51883681,-0.095831847,-0.095831847,-0.019917108,-0.019917108,-0.22975923,-0.088286904,-0.088286904,-0.23980041,-0.23980041,0.11697966,0.16371595,0.16371595,0.3546557,0.3546557,0.36153076,0.23963069,0.23963069,0.19644137,0.19644137,0.2434553,0.14266909,0.14266909,0.087909258,0.087909258,0.18477648,0.20524606,0.20524606,0.0355811,0.0355811,-0.054572435,-0.14816,-0.14816,-0.037153024,-0.037153024,-0.1370843,-0.1370843,-0.1370843,-0.02988749,-0.02988749,-0.02988749,-0.02988749,-0.23776168,-0.12898322,-0.12898322,-0.12898322,-0.12898322,-0.23618003,-0.12632097,-0.12632097,-0.23618003,-0.23618003,-0.34495849,-0.34495849,-0.34495849,-0.34495849,-0.34495849,-0.45481755,-0.23509943,-0.23509943,-0.34495849,-0.34495849,-0.23509943,-0.12469198,-0.12469198,-0.12469198,-0.12469198,-0.1241436,0.095574513,0.095574513,0.094493916,0.094493916,0.091283291,0.19644137,0.19644137,0.18875003,0.18875003,0.27568945,0.26049857,0.26049857,0.2434553,0.2434553,0.38742387,0.48783701,0.48783701,0.41999776,0.41999776,0.3264102,0.30298099,0.30298099,0.1839285,0.1839285,0.051795206,-0.014751593,-0.014751593,0.32629104,0.32629104,0.34260984,0.29915747,0.29915747,0.1415397,0.1415397,0.030612363,-0.39556005,-0.39556005,-0.21132277,-0.21132277,-0.48009519,-0.21132277,-0.21132277,0.070786516,0.070786516,0.15591633,-0.30181887,-0.30181887,0.070786516,0.070786516,-0.30181887,-0.53541327,-0.53541327,-0.53541327,-0.53541327,-0.25137092,-0.53541327,-0.53541327,-0.15450372,-0.15450372,-0.054572435,0.15330176,0.15330176,0.166911,0.166911,0.36927702,0.17882225,0.17882225,0.078890961,0.078890961,-0.12898322,-0.23618003,-0.23618003,-0.23509943,-0.23509943,-0.12469198,-0.014284534,-0.014284534,0.20435299,0.20435299,0.31154979,0.50949621,0.50949621,0.58954354,0.58954354,0.73895457,0.59977875,0.59977875,0.70996898,0.70996898,0.46791755,0.57891087,0.57891087,0.3190924,0.3190924,0.50300309,0.52403561,0.52403561,0.85849415,0.85849415,0.66932163,0.78485515,0.78485515,0.52148275,0.52148275,0.05525408,-0.65854924,-0.65854924,-0.94048977,-0.94048977,-0.97298017,-1.0560233,-1.0560233,-0.74517106,-0.74517106,-0.25480495,-0.17529355,-0.17529355,-0.39347338,-0.39347338,-0.47674164,-0.83145668,-0.83145668,-1.2760265,-1.2760265,-1.3148322,-1.3069101,-1.3069101,-1.1405987,-1.1405987,-0.72745441,-0.27823418,-0.27823418,0.11420764,0.11420764,0.75212973,0.75212973,1.5565188,2.3463777,2.3463777,2.628991,2.628991,2.266446,1.4295296,1.4295296,0.0051576788,0.0051576788,-1.0560233,-1.7403287,-1.7403287,-1.7500448,-1.7500448,-0.9785831,0.20118044,0.20118044,0.61998221,0.61998221,1.4272872,2.1244794,2.1244794,1.3907619,1.3907619,-0.18003261,-2.8759545,-2.8759545,-4.1057296,-4.1057296,-4.6875857,-3.7629422,-3.7629422,-2.0055382,-2.0055382,1.1106895,2.1928784,2.1928784,1.8572756,1.8572756,0.78485515,-0.16940923,-0.16940923,-0.97859829,-0.97859829,-1.2154033,-0.12469198,-0.12469198,1.1159388,1.1159388,1.887763,2.2017579,2.2017579,2.0620113,2.0620113,1.4293043,0.48875733,0.48875733,-0.19784366,-0.19784366,-0.35219247,-0.35860021,-0.35860021,-0.60376738,-0.60376738,-0.52732437,-0.46760951,-0.46760951,-0.79069679,-0.79069679,-1.0856094,-1.0560233,-1.0560233,-1.0864619,-1.0864619,-1.0235258,-0.66999988,-0.66999988,-0.34495849,-0.34495849,-0.25833669,-0.25480495,-0.25480495,-0.43854605,-0.43854605,-0.6255668,2.4319473,2.4319473,-0.35268569,-0.35268569,0.98114516,2.2855677,2.2855677,3.0934998,3.0934998,2.8655003:3
28
+ 2.8955604,2.8955604,2.0902637,2.0902637,1.5119948,1.5119948,0.64793273,0.64793273,-0.28878545,-0.28878545,-0.42991642,-0.42991642,-0.32125443,-0.32125443,-0.53563238,-0.53563238,-0.53563238,-0.53563238,-0.42991642,-0.42991642,-0.32420046,-0.32420046,-0.32420046,-0.32420046,-0.42991642,-0.42991642,-0.42991642,-0.42991642,-0.42991642,-0.42991642,-0.53563238,-0.53563238,-0.53563238,-0.53563238,-0.42991642,-0.42991642,-0.42991642,-0.42991642,-0.42991642,-0.42991642,-0.42991642,-0.42991642,-0.5385784,-0.5385784,-0.42991642,-0.42991642,-0.13354451,-0.13354451,0.23135866,0.23135866,0.23135866,0.63832726,0.63832726,1.2327038,1.2327038,1.5268385,1.5268385,1.477583,1.477583,1.4383031,1.4383031,0.92008914,0.92008914,0.54561985,0.54561985,0.25622529,0.25622529,-0.10429315,-0.10429315,-0.54116173,-0.54116173,-0.20526903,-0.20526903,-0.20143908,-0.20143908,-0.54331848,-0.54331848,-0.31651435,-0.31651435,-0.20526903,-0.20526903,-0.54331848,-0.54331848,-0.76963906,-0.76963906,-0.54116173,-0.54116173,-0.76322579,-0.76322579,-0.76322579,-0.76322579,-0.64982372,-0.64982372,-0.5385784,-0.5385784,-0.42991642,-0.42991642,-0.32125443,-0.32125443,-0.21000911,-0.21000911,-0.21000911,-0.096607039,-0.096607039,-0.096607039,-0.096607039,-0.20526903,-0.20526903,-0.20526903,-0.20526903,-0.20143908,-0.20143908,-0.31484114,-0.31484114,-0.08182416,-0.08182416,-0.08182416,-0.08182416,0.15119281,0.15119281,-0.080100882,-0.080100882,0.036117526,0.036117526,-0.08182416,-0.08182416,0.25148519,0.25148519,0.12418419,0.12418419,0.53725437,0.53725437,0.68458369,0.68458369,0.5695084,0.5695084,0.45108675,0.45108675,0.41925702,0.41925702,0.25553005,0.25553005,0.058761742,0.058761742,0.41031758,0.41031758,0.19542986,0.19542986,0.1783568,0.1783568,0.1783568,0.20960266,0.20960266,0.32230947,0.32230947,-0.1208824,-0.1208824,0.066125875,0.066125875,0.42517019,0.42517019,0.37204487,0.37204487,0.19255862,0.19255862,0.51267199,0.51267199,0.44188216,0.44188216,0.026024671,0.026024671,-0.085220662,-0.085220662,0.0315779,0.0315779,-0.31369799,-0.31369799,-0.31311786,-0.31311786,-0.31311786,-0.31311786,-0.31311786,-0.31311786,-0.31311786,-0.31311786,-0.080100882,-0.080100882,-0.19689944,-0.19689944,0.0315779,0.0315779,0.14282321,0.14282321,0.026024671,0.026024671,0.12418419,0.12418419,0.12418419,0.12418419,-0.10429315,-0.10429315,-0.10429315,-0.014058929,-0.014058929,0.17294934,0.17294934,0.046421612,0.046421612,0.26760543,0.26760543,0.41925702,0.41925702,0.41768171,0.41768171,0.52140503,0.52140503,0.7520898,0.7520898,0.86824254,0.86824254,1.2580908,1.2580908,1.1732618,1.1732618,0.65405293,0.65405293,0.0098946374,0.0098946374,-0.7159297,-0.7159297,-1.4293412,-1.4293412,-1.6247257,-1.6247257,-1.2318777,-1.2318777,-0.62057235,-0.62057235,0.35958517,0.35958517,0.34486103,0.34486103,0.30004428,0.30004428,0.30330244,0.30330244,-0.061409497,-0.061409497,-1.0646104,-1.0646104,-1.0646104,-0.88549197,-0.88549197,-0.72064799,-0.72064799,-1.2471967,-1.2471967,-1.3981378,-1.3981378,-0.98660652,-0.98660652,-0.82942746,-0.82942746,-0.70477489,-0.70477489,0.13048308,0.13048308,1.26437,1.26437,2.0146842,2.0146842,2.6546187,2.6546187,2.5831844,2.5831844,2.1068466,2.1068466,0.90337647,0.90337647,0.077671676,0.077671676,-1.3343995,-1.3343995,-1.8888301,-1.8888301,-2.4702933,-2.4702933,-2.4527474,-2.4527474,-2.717824,-2.717824,-1.8155933,-1.8155933,-1.1821423,-1.1821423,-0.48727709,-0.48727709,-0.20526903,-0.20526903,-0.20526903,0.021795871,0.021795871,-0.47786695,-0.47786695,0.14837647,0.14837647,0.74343786,0.74343786,1.4226276,1.4226276,2.1995167,2.1995167,2.9352786,2.9352786,2.5529359,2.5529359,1.9557178,1.9557178,1.276528,1.276528,0.39313375,0.39313375,-0.22843687,-0.22843687,-0.8457739,-0.8457739,-1.0523915,-1.0523915,-1.3712893,-1.3712893,-1.4387801,-1.4387801,-1.624924,-1.624924,-1.7967235,-1.7967235,-1.9343682,-1.9343682,-1.6154703,-1.6154703,-1.148586,-1.148586,-0.17274115,-0.17274115,0.97888459,0.97888459,2.1585047,2.1585047,2.8272692,2.8272692:1
29
+ 2.4245949,1.3271319,1.3271319,0.37905447,0.37905447,1.239568,1.239568,1.9766619,1.9766619,-0.2937762,-0.37640033,-0.37640033,-0.45902446,-0.45902446,-0.45902446,-0.45902446,-0.45902446,-0.45902446,-0.45902446,-0.37640033,-0.37640033,-0.37640033,-0.37640033,-0.37640033,-0.37640033,-0.37640033,-0.37640033,-0.46217168,-0.37640033,-0.37640033,-0.46217168,-0.46217168,-0.46217168,-0.46217168,-0.55094876,-0.55094876,-0.37640033,-0.55094876,-0.55094876,-0.46517742,-0.46517742,-0.20800486,-0.20800486,0.4514771,0.4514771,1.0953517,1.8860138,1.8860138,2.4247715,2.4247715,2.3622183,2.3622183,1.7915134,1.7915134,0.86424223,0.062663795,0.062663795,-0.57677775,-0.57677775,-0.8725837,-0.8725837,-0.97377018,-0.97377018,-0.97952811,-1.1685916,-1.1685916,-1.0679076,-1.0679076,-0.8725837,-0.8725837,-0.86553474,-0.86553474,-0.57101982,-0.087643342,-0.087643342,-0.18588733,-0.18588733,-0.37640033,-0.37640033,-0.18588733,-0.18588733,-0.28002482,-0.57101982,-0.57101982,-0.47277584,-0.47277584,-0.37640033,-0.37640033,-0.56691334,-0.56691334,-0.47277584,-0.18178084,-0.18178084,-0.082087306,-0.082087306,0.11978304,0.11978304,0.41579089,0.41579089,0.42134693,0.32497142,0.32497142,0.3216534,0.3216534,0.023407532,0.023407532,-0.17846282,-0.17846282,-0.37640033,-0.57433785,-0.57433785,-0.67071336,-0.67071336,-0.47464431,-0.47464431,-0.47464431,-0.47464431,-0.27815635,0.012050181,0.012050181,0.10363544,0.10363544,0.092718985,0.092718985,0.092718985,0.092718985,-0.0055249901,-0.11026665,-0.11026665,-0.28762326,-0.28762326,-0.37640033,-0.37640033,-0.20800486,-0.20800486,0.068266984,0.053337591,0.053337591,0.44367344,0.44367344,0.61685711,0.61685711,0.62906159,0.62906159,0.42236426,0.57984246,0.57984246,0.35790209,0.35790209,0.27048975,0.27048975,0.17866689,0.17866689,0.29481512,0.16287047,0.16287047,0.080246359,0.080246359,0.29309639,0.29309639,0.20431932,0.20431932,0.018596585,-0.077778944,-0.077778944,0.023407532,0.023407532,-0.27521386,-0.27521386,-0.17402739,-0.17402739,-0.17402739,-0.07334351,-0.07334351,-0.17452998,-0.17452998,-0.27521386,-0.27521386,-0.27571645,-0.27571645,-0.17602292,-0.2767068,-0.2767068,-0.17846282,-0.17846282,0.018596585,0.018596585,0.10363544,0.10363544,-0.05843267,0.036987694,0.036987694,0.0708695,0.0708695,0.20437801,0.20437801,0.018655281,0.018655281,0.2709347,0.31578086,0.31578086,0.30942569,0.30942569,0.13739492,0.13739492,0.24980239,0.24980239,0.23489043,0.23058167,0.23058167,0.25374386,0.25374386,0.62403577,0.62403577,0.87782239,0.87782239,0.81454877,0.67859102,0.67859102,0.52965821,0.52965821,-0.22897475,-0.22897475,-0.74259443,-0.74259443,-0.85431371,-0.85431371,-0.85431371,-0.85431371,-0.85431371,-0.61541116,-0.61541116,-0.46798559,-0.46798559,-0.64253401,-0.55676266,-0.55676266,-0.28226285,-0.28226285,-0.1906776,-0.1906776,0.0039418993,0.0039418993,0.58124068,0.39428287,0.39428287,-0.47053783,-0.47053783,-0.65090015,-0.65090015,-1.1694101,-1.1694101,-1.844217,-1.803293,-1.803293,-1.089436,-1.089436,-0.70029071,-0.70029071,-0.22090541,-0.22090541,0.39990901,0.94930582,0.94930582,1.4231397,1.4231397,1.795135,1.795135,2.2232496,2.2232496,2.0134606,1.1471476,1.1471476,0.0032213379,0.0032213379,-1.2014916,-1.2014916,-1.8128448,-1.8128448,-1.6797569,-0.51718305,-0.51718305,0.029373391,0.029373391,0.44129897,0.44129897,-0.60052709,-0.60052709,-1.2479901,-2.4491204,-2.4491204,-1.9098495,-1.9098495,-0.75876183,-0.75876183,0.7005614,0.7005614,0.98517898,1.4009138,1.4009138,0.42424982,0.42424982,-0.76204469,-0.76204469,-0.95717868,-0.95717868,-0.59188998,-0.17162408,-0.17162408,0.73089023,0.73089023,1.3925098,1.3925098,1.5939783,1.5939783,1.6346225,1.3126006,1.3126006,0.94717297,0.94717297,0.43307578,0.43307578,-0.061256281,-0.061256281,-0.37640033,-0.66515732,-0.66515732,-1.1136086,-1.1136086,-1.0933024,-1.0933024,-1.1439913,-1.1439913,-1.4483446,-1.3768364,-1.3768364,-1.1545026,-1.1545026,-1.0751152,-1.0751152,-1.0751152,-1.0751152,-0.61441015,0.56267834,0.56267834,1.8800514,1.8800514,5.908128,5.908128,5.908128:4
30
+ 2.3587049,1.9619019,1.9619019,0.89272291,0.89272291,-0.18955075,-0.18955075,-0.33377841,-0.33377841,-0.49303944,-0.49303944,-0.57969816,-0.57969816,-0.67332561,-0.67332561,-0.49303944,-0.49303944,-0.58666689,-0.58666689,-0.49647494,-0.49647494,-0.49647494,-0.49647494,-0.30922003,-0.30922003,-0.40284749,-0.40284749,-0.40284749,-0.40284749,-0.40284749,-0.40284749,-0.40284749,-0.40284749,-0.6933573,-0.6933573,-0.79611717,-0.79611717,-0.70248972,-0.70248972,-0.59972985,-0.59972985,-0.31945574,-0.31945574,0.31173861,0.31173861,0.86819079,0.86819079,1.315638,1.315638,1.5844095,1.5844095,1.4010438,1.4010438,1.3819109,1.3819109,1.0370435,1.0370435,0.58959629,0.58959629,0.32797086,0.32797086,0.23106236,0.23106236,-0.29402266,-0.29402266,-0.40284749,-0.40284749,-0.40284749,-0.40284749,-0.51275336,-0.51275336,-0.51275336,-0.51275336,-0.40284749,-0.40284749,-0.51167231,-0.51167231,-0.40284749,-0.40284749,-0.6189148,-0.6189148,-0.6189148,-0.6189148,-0.72411769,-0.72411769,-0.61529288,-0.61529288,-0.82687758,-0.82687758,-0.40284749,-0.40284749,-0.40284749,-0.40284749,-0.19040209,-0.19040209,-0.19040209,-0.19040209,0.021182611,0.021182611,-0.18678016,-0.18678016,-0.076874288,-0.076874288,-0.29402266,-0.29402266,-0.18411678,-0.18411678,-0.1824871,-0.1824871,-0.1824871,-0.1824871,-0.40284749,-0.40284749,0.037873273,0.037873273,0.036792217,0.036792217,-0.073662271,-0.073662271,-0.073662271,-0.073662271,0.52762157,0.52762157,0.088159984,0.088159984,0.24042835,0.24042835,0.34446727,0.34446727,0.77652125,0.77652125,0.1600414,0.1600414,0.42180214,0.42180214,0.23124662,0.23124662,0.3202649,0.3202649,-0.11178904,-0.11178904,0.28316984,0.28316984,0.33922575,0.33922575,0.26868812,0.26868812,-0.0038647026,-0.0038647026,0.24536814,0.24536814,-0.023940276,-0.023940276,-0.14291827,-0.14291827,0.04761768,0.04761768,0.54229239,0.54229239,0.40188441,0.40188441,0.40188441,0.40188441,0.42159831,0.42159831,0.34151687,0.34151687,-0.073662271,-0.073662271,-0.2929416,-0.2929416,-0.1824871,-0.1824871,-0.29239298,-0.29239298,-0.29239298,-0.29239298,-0.29239298,-0.29239298,-0.072032595,-0.072032595,-0.073662271,-0.073662271,-0.073662271,-0.073662271,-0.2929416,-0.2929416,-0.076874288,-0.076874288,-0.081577267,-0.081577267,-0.19040209,-0.19040209,0.012331662,0.012331662,0.31169243,0.31169243,0.095625122,0.095625122,0.16727291,0.16727291,0.25035144,0.25035144,0.12711325,0.12711325,0.084987919,0.084987919,0.21983906,0.21983906,0.1587094,0.1587094,0.39770232,0.39770232,0.60091816,0.60091816,0.8060642,0.8060642,1.1833007,1.1833007,1.5072194,1.5072194,1.0746935,1.0746935,0.46279682,0.46279682,-0.10320524,-0.10320524,-1.0085626,-1.0085626,-1.7876271,-1.7876271,-1.4279397,-1.4279397,-0.51008998,-0.51008998,-0.081577267,-0.081577267,0.7524132,0.7524132,1.2006628,1.2006628,0.51179027,0.51179027,-0.74685671,-0.74685671,-1.3427736,-1.3427736,-2.1007487,-2.1007487,-2.4053406,-2.4053406,-1.9657009,-1.9657009,-1.2361674,-1.2361674,-0.64656038,-0.64656038,-0.1707592,-0.1707592,0.33556009,0.33556009,0.72882979,0.72882979,1.3213639,1.3213639,1.7125199,1.7125199,2.3150163,2.3150163,2.5131682,2.5131682,2.1198984,2.1198984,1.4678134,1.4678134,0.45250753,0.45250753,-1.242819,-1.242819,-2.5002204,-2.5002204,-2.6158384,-2.6158384,-2.7301988,-2.7301988,-2.2014459,-2.2014459,-1.1457416,-1.1457416,-0.39704453,-0.39704453,-0.39133233,-0.39133233,-0.38579695,-0.38579695,-0.71260254,-0.71260254,-0.29239298,-0.29239298,0.3838837,0.3838837,1.0872605,1.0872605,1.6627978,1.6627978,2.4514168,2.4514168,2.2287998,2.2287998,1.7494055,1.7494055,1.3638974,1.3638974,0.89718492,0.89718492,0.21580847,0.21580847,-0.10320524,-0.10320524,-0.40284749,-0.40284749,-0.80769263,-0.80769263,-1.0375664,-1.0375664,-1.2441203,-1.2441203,-1.597677,-1.597677,-1.7698573,-1.7698573,-1.7601697,-1.7601697,-1.4006216,-1.4006216,-1.0888648,-1.0888648,-0.60329012,-0.60329012,2.61197,2.61197,0.16449045,0.16449045,0.7228299,0.7228299,1.8498926,1.8498926,2.4900784,2.4900784,2.4900784:1
31
+ 2.2173118,2.0492988,2.0492988,1.7440888,0.85349845,0.85349845,0.18132049,0.18132049,-0.21621349,-0.31185491,-0.31185491,-0.31185491,-0.41052165,-0.41052165,-0.31185491,-0.31185491,-0.50616307,-0.41052165,-0.41052165,-0.41052165,-0.21318819,-0.21318819,-0.41052165,-0.21318819,-0.21318819,-0.21318819,-0.21318819,-0.21318819,-0.41052165,-0.41052165,-0.21318819,-0.41052165,-0.41052165,-0.41052165,-0.31185491,-0.31185491,-0.21318819,-0.21318819,-0.41052165,-0.31185491,-0.31185491,-0.21318819,-0.21621349,-0.21621349,0.2677175,0.2677175,0.93345403,1.519946,1.519946,1.8195395,2.0679049,2.0679049,1.5839739,1.0169041,1.0169041,0.538881,0.538881,0.2496311,-0.094375714,-0.094375714,-0.31185491,-0.41925687,-0.41925687,-0.73739345,-0.94782007,-0.94782007,-1.0464868,-1.0464868,-0.82900762,-0.81724709,-0.81724709,-0.69998266,-0.68757907,-0.68757907,-0.58891235,-0.58891235,-0.58891235,-0.49327092,-0.49327092,-0.31185491,-0.2228422,-0.2228422,-0.2228422,-0.13043891,-0.13043891,-0.13043891,-0.13043891,-0.21945163,-0.1238102,-0.1238102,0.076272832,-0.11754676,-0.11754676,-0.016130457,-0.016130457,-0.016130457,-0.0079444922,-0.0079444922,-0.31185491,0.10663104,0.10663104,0.11368362,0.33170426,0.33170426,0.33634576,0.33634576,0.7572428,0.54158946,0.54158946,0.53178731,0.21509993,0.21509993,-0.20445297,-0.95541409,-0.95541409,-1.1652993,-1.1652993,-1.1554971,-0.73034087,-0.73034087,0.09789582,1.026324,1.026324,1.4831812,1.4831812,1.4448099,1.1844221,1.1844221,0.73337098,0.10663104,0.10663104,-0.43118956,-0.31185491,-0.31185491,-0.52236282,-0.52236282,-0.72689053,-0.31611667,-0.31611667,0.088932161,-0.24575326,-0.24575326,0.16999834,0.57162791,0.57162791,0.29305736,0.29305736,-0.12899434,0.17273269,0.17273269,-0.17876694,-0.36181615,-0.36181615,-0.18978917,-0.18978917,0.43782228,0.59243246,0.59243246,0.7799887,0.8083033,0.8083033,0.52780744,0.10663104,0.10663104,-0.31185491,-0.31185491,-0.31185491,-0.54455334,-0.54455334,-0.32321951,-0.43608447,-0.43608447,-0.43973511,-0.32321951,-0.32321951,0.029853847,0.029853847,0.025999196,0.35473499,0.35473499,0.8083409,0.47847491,0.47847491,0.14090645,0.14090645,0.03189611,0.030698377,0.030698377,-0.3433242,-0.13870906,-0.13870906,-0.029984377,-0.12865111,-0.12865111,-0.5485679,-0.5485679,-0.62293893,-0.72160565,-0.72160565,-0.51193795,0.017450251,0.017450251,0.31456516,0.64629861,0.64629861,0.94082087,0.94082087,0.86735238,0.37430437,0.37430437,0.40371889,0.23360396,0.23360396,-0.23461491,-0.23461491,-0.24952838,0.099405583,0.099405583,0.43036728,0.69595181,0.69595181,1.3518502,1.8741236,1.8741236,1.7875991,1.7875991,1.4309931,1.013989,1.013989,0.43312058,-0.73739345,-0.73739345,-1.263966,-1.263966,-1.6766771,-1.682452,-1.682452,-1.682452,-1.2511386,-1.2511386,-0.82900762,-0.31185491,-0.31185491,0.10663104,0.10663104,0.64025617,0.73589761,0.73589761,0.31376665,-0.41327122,-0.41327122,-1.1060651,-2.0016337,-2.0016337,-2.0665557,-2.0665557,-1.8018634,-1.2749085,-1.2749085,-0.83738722,-0.17217282,-0.17217282,0.0461594,0.0461594,0.4568905,0.85644235,0.85644235,1.2253667,1.5822487,1.5822487,2.0275861,2.2321744,2.2321744,1.8326227,1.8326227,1.2343832,0.19575676,0.19575676,-1.09095,-1.8081319,-1.8081319,-1.4641251,-0.84640377,-0.84640377,0.17720906,0.17720906,1.4514841,1.8410367,1.8410367,1.4090554,0.55772988,0.55772988,-0.98653377,-0.98653377,-2.7276778,-3.6419719,-3.6419719,-3.9354594,-3.2555539,-3.2555539,-1.6724782,-0.040509579,-0.040509579,0.86537054,0.86537054,1.2468324,0.54338326,0.54338326,-0.041901164,-0.4156823,-0.4156823,-0.42550673,-0.31185491,-0.31185491,0.80790654,0.80790654,1.2095361,1.5865073,1.5865073,1.893785,2.2622131,2.2622131,1.7723612,1.7723612,1.5839739,1.2121122,1.2121122,0.58871101,-7.7089857E-4,-7.7089857E-4,-0.098612641,-0.31185491,-0.31185491,-0.42032379,-0.42032379,-0.20338604,-0.095984083,-0.095984083,-0.54713706,-1.0541219,-1.0541219,-1.7208975,-1.7208975,-1.9166008,-1.6335869,-1.6335869,-0.74257639,0.64789132,0.64789132,1.8492157:2
32
+ 2.2507795,2.2507795,1.9168325,1.9168325,1.4344933,1.4344933,0.4727403,0.4727403,-0.075367595,-0.075367595,-0.33449807,-0.33449807,-0.43959211,-0.43959211,-0.54112797,-0.54112797,-0.43959211,-0.43959211,-0.54112797,-0.54112797,-0.33805626,-0.33805626,-0.43959211,-0.43959211,-0.43959211,-0.43959211,-0.33805626,-0.33805626,-0.43959211,-0.43959211,-0.54112797,-0.54112797,-0.33805626,-0.33805626,-0.33805626,-0.33805626,-0.54112797,-0.54112797,-0.54112797,-0.33805626,-0.33805626,-0.24024607,-0.24024607,-0.29183749,-0.29183749,0.089449145,0.089449145,0.61385456,0.61385456,1.037902,1.037902,1.4435411,1.4435411,1.808061,1.808061,1.5447913,1.5447913,1.2411111,1.2411111,0.59633836,0.59633836,-0.025127743,-0.025127743,-0.43959211,-0.43959211,-0.55760901,-0.55760901,-0.67679829,-0.67679829,-0.43959211,-0.43959211,-0.20238595,-0.20238595,-0.32157522,-0.32157522,-0.32157522,-0.43959211,-0.43959211,-0.55589303,-0.55589303,-0.78799897,-0.78799897,-1.0186279,-1.0186279,-0.89943864,-0.89943864,-0.88984008,-0.88984008,-0.66512083,-0.66512083,-0.65945013,-0.65945013,-0.43959211,-0.43959211,-0.43959211,-0.43959211,0.010655852,0.010655852,-0.097762478,-0.097762478,0.24786202,0.24786202,0.020254412,0.020254412,0.020254412,0.020254412,-0.32157522,-0.32157522,-0.20238595,-0.20238595,-0.55878138,-0.55878138,-0.20061861,-0.20061861,-0.20061861,0.03835488,0.03835488,0.03835488,0.03835488,-0.080834377,-0.080834377,0.38676176,0.38676176,0.36764626,0.36764626,0.33530264,0.33530264,0.52709134,0.52709134,0.78575961,0.78575961,0.59084017,0.59084017,0.4423206,0.4423206,0.36488646,0.36488646,0.37095179,0.37095179,0.24453643,0.24453643,0.030742749,0.030742749,0.035179248,0.035179248,0.069599283,0.069599283,-0.040178481,-0.040178481,-0.080071627,-0.080071627,-0.080071627,0.43128843,0.43128843,0.80576144,0.80576144,0.6421457,0.6421457,0.55406943,0.55406943,0.69891583,0.69891583,0.24786202,0.24786202,-0.43959211,-0.43959211,-0.43959211,-0.43959211,-0.43959211,-0.43959211,-0.55878138,-0.55878138,-0.55878138,-0.55878138,-0.20238595,-0.20238595,-0.082601707,-0.082601707,0.03718251,0.03718251,-0.20061861,-0.20061861,-0.080834377,-0.080834377,-0.080834377,-0.080834377,-0.20061861,-0.20061861,-0.20061861,-0.086085032,-0.086085032,0.2592279,0.2592279,0.1394437,0.1394437,0.12867277,0.12867277,0.43311284,0.43311284,0.2927735,0.2927735,0.15734071,0.15734071,0.40449737,0.40449737,0.5032351,0.5032351,0.26707628,0.26707628,0.51867342,0.51867342,0.73516862,0.73516862,0.87143238,0.87143238,0.98922839,0.98922839,1.2693539,1.2693539,0.4639318,0.4639318,-0.056171676,-0.056171676,-0.73291664,-0.73291664,-0.73291664,-1.0578687,-1.0578687,-1.3122971,-1.3122971,-0.43959211,-0.43959211,0.11574989,0.11574989,0.64628062,0.64628062,0.17868447,0.17868447,-0.38858535,-0.38858535,-1.2404848,-1.2404848,-1.8972485,-1.8972485,-2.3290184,-2.3290184,-1.929327,-1.929327,-1.3268401,-1.3268401,-0.68994493,-0.68994493,-0.1475361,-0.1475361,0.40799557,0.40799557,1.1642318,1.1642318,1.8653178,1.8653178,2.4779019,2.4779019,2.4779019,2.7008113,2.7008113,2.3398435,2.3398435,1.4435411,1.4435411,0.25030954,0.25030954,-0.67046994,-0.67046994,-1.7766155,-1.7766155,-2.2070651,-2.2070651,-2.2938391,-2.2938391,-2.0738645,-2.0738645,-2.1896577,-2.1896577,-0.97184266,-0.97184266,-0.2899318,-0.2899318,0.0048128989,0.0048128989,-0.10367307,-0.10367307,-0.24305695,-0.24305695,-0.92153035,-0.92153035,-0.66725589,-0.66725589,-0.064110969,-0.064110969,0.97929759,0.97929759,0.97929759,2.1492834,2.1492834,2.8442141,2.8442141,2.8209386,2.8209386,2.4779019,2.4779019,1.6859546,1.6859546,0.65595869,0.65595869,0.077447632,0.077447632,-0.61852497,-0.61852497,-0.98016907,-0.98016907,-0.98016907,-0.98016907,-0.94642903,-0.94642903,-1.2633627,-1.2633627,-1.3377582,-1.3377582,-1.5262305,-1.5262305,-1.7276651,-1.7276651,-1.5358763,-1.5358763,-1.1403584,-1.1403584,-0.77754741,-0.77754741,-0.77754741,-0.35528638,-0.35528638,0.056533559,0.056533559,0.52300686,0.52300686,1.1963844,1.1963844,1.8497393,1.8497393,2.3480634:1
classification/UCR/FacesUCR/FacesUCR_TEST.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/FacesUCR/FacesUCR_TRAIN.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/FiftyWords/FiftyWords_TEST.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/FiftyWords/FiftyWords_TRAIN.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/FingerMovements/FingerMovements_TEST.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/FingerMovements/FingerMovements_TRAIN.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/Fish/Fish_TEST.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/Fish/Fish_TRAIN.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/FordA/FordA_TEST.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/FordA/FordA_TRAIN.ts ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7693d8982d4088613d053e9205121867cb380ad2d0684100c06fad9b6459f5c
3
+ size 20093553
classification/UCR/FordB/FordB_TEST.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/FordB/FordB_TRAIN.ts ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa934926816906ca42cd3fd2e82f824f2a94963e9a25bcb4742ab828f634f8c3
3
+ size 20313646
classification/UCR/FreezerRegularTrain/FreezerRegularTrain_TEST.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/FreezerRegularTrain/FreezerRegularTrain_TRAIN.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/FreezerSmallTrain/FreezerSmallTrain_TEST.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/FreezerSmallTrain/FreezerSmallTrain_TRAIN.ts ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Electrical Load Measurement dataset
2
+ #
3
+ #The collection of this data was part of the project titled Personalised Retrofit Decision Support Tools for UK Homes using Smart Home Technology (REFIT). The REFIT dataset includes data from 20 households from Loughborough area over the period 2013-2014 (see [1], [2]).
4
+ #
5
+ #We use data of freezers in House 1 to make two datasets. These two datasets share a same test set and only differ in the number of training instances.
6
+ #
7
+ #There are two classes, one representing the power demand of the fridge freezer in the kitchen, the other representing the power demand of the (less frequently used) freezer in the garage. They are hard to tell apart globally but they differ locally.
8
+ #
9
+ ### FreezerRegularTrain
10
+ #
11
+ #Train size: 150
12
+ #
13
+ #Test size: 2850
14
+ #
15
+ #Missing value: No
16
+ #
17
+ #Number of classses: 2
18
+ #
19
+ #Time series length: 301
20
+ #
21
+ ### FreezerSmallTrain
22
+ #
23
+ #Train size: 28
24
+ #
25
+ #Test size: 2850
26
+ #
27
+ #Missing value: No
28
+ #
29
+ #Number of classses: 2
30
+ #
31
+ #Time series length: 301
32
+ #
33
+ #We use data of House 20 to make one dataset. There are two classes. The first class is household aggregate usage of electricity. The second class is aggregate electricity load of Tumble Dryer and Washing Machine.
34
+ #
35
+ ### HouseTwenty
36
+ #
37
+ #Train size: 34
38
+ #
39
+ #Test size: 101
40
+ #
41
+ #Missing value: No
42
+ #
43
+ #Number of classses: 2
44
+ #
45
+ #Time series length: 3000
46
+ #
47
+ #There is nothing to infer from the order of examples in the train and test set.
48
+ #
49
+ #Data created by David Murray et al. (see [2]). Data edited by Shaghayegh Gharghabi, Hoang Anh Dau and Eamonn Keogh.
50
+ #
51
+ #[1] http://www.refitsmarthomes.org/
52
+ #
53
+ #[2] Murray, David et al., "A data management platform for personalised real-time energy
54
+ #feedback", Proceedings of the 8th International Conference on Engery Efficiency in Domestic Appliances and Lighting, 2015.
55
+ @problemName FreezerSmallTrain
56
+ @timeStamps false
57
+ @missing false
58
+ @univariate true
59
+ @equalLength true
60
+ @seriesLength 301
61
+ @classLabel true 1 2
62
+ @data
63
+ -1.1118588,-1.1119312,-1.1118131,-1.1119971,-1.1120138,-1.1120409,-1.1117629,-1.1118248,-1.1118719,-1.111886,-1.1119761,-1.1120657,-1.1120678,-1.1117898,-1.1118955,-1.1118823,-1.111793,-1.112015,-1.111953,-1.1120299,-1.1117844,-1.1121036,-1.1119462,-1.1121011,-1.1119944,-1.1118141,-1.1117947,-1.1120003,-1.1120247,-1.1120185,-1.1118788,-1.1119163,-1.1119066,-1.1117659,-1.1119435,-1.1120543,-1.1117827,-1.1119022,-1.1118069,-1.1116806,-1.1120957,-1.1119197,-1.1117646,-1.1120025,-1.1120563,-1.1117769,-1.1119574,-1.1116883,-1.1120899,-1.1117068,1.2958738,1.3817943,1.4246694,1.4250062,1.382029,1.3819931,1.3386945,1.3388212,1.2528553,1.2530177,1.2100157,1.2100627,1.1237677,1.1236964,1.080748,1.0810439,1.0809873,1.0380129,1.0380687,1.0378455,0.99497887,0.99510901,0.9950269,0.99508446,0.99471278,0.95210884,0.95185124,0.95170455,0.95175975,0.95188789,0.95170495,0.95203594,0.95180766,0.90906439,0.90887597,0.95203683,0.95169317,0.95209182,0.90895119,0.90902252,0.86610784,0.90877985,0.90885228,0.90898924,0.9090678,0.90903195,0.90874133,0.90907444,0.90874008,0.90873,0.90901942,0.90893067,0.90886376,0.90880665,0.86605229,0.90904278,0.8659352,0.86605222,0.86591793,0.86572642,0.82289462,0.86584,0.86576058,0.82311848,0.82278014,0.8657745,0.86612001,0.8659238,0.8661216,0.86572687,0.82298229,0.82279925,0.82283913,0.82297711,0.86590859,0.8228344,0.82294776,0.82284165,0.82274789,0.82284544,0.82290824,0.82287615,0.82298464,0.82298619,0.82276582,0.82300734,0.82304353,0.82311721,0.82286947,0.82309213,0.82292014,0.82289252,0.82282033,0.82292549,0.82302632,0.82279791,0.82279098,0.82306735,0.86574797,0.86581375,0.82290721,0.82308596,0.82295113,0.82284487,0.82284606,0.82306922,0.82287915,0.82307611,0.82302862,0.82297568,0.82275834,0.82290629,0.82303809,0.82308769,0.82290583,0.77977017,0.82292605,0.82305876,0.82302612,0.8228954,0.82308385,0.82281315,0.77984547,0.82306805,0.82300747,0.82306257,0.82284558,0.82296331,0.77973614,0.77978209,0.78013109,0.82277541,0.82277182,0.7801225,0.7797397,0.77982725,0.77971419,0.7801216,0.78011245,0.77981043,0.78001064,0.7797392,0.77993752,0.77975146,0.7797331,0.77997047,0.78003568,0.77992038,0.77977479,0.7800359,0.82285308,0.82292978,0.78002466,0.77972391,0.82312954,0.78011027,0.77991458,0.77981843,0.77992693,0.77985994,0.77979388,0.77981398,0.77999946,0.77988491,0.77997708,0.77999145,0.73675829,-0.50974023,-1.1117133,-1.1118171,-1.1117603,-1.1118526,-1.111832,-1.1119524,-1.1117264,-1.111759,-1.1120376,-1.1119494,-1.1119747,-1.1120748,-1.1119533,-1.1120844,-1.1119859,-1.1119808,-1.1121054,-1.1117566,-1.1120648,-1.112055,-1.1118563,-1.1118899,-1.1120553,-1.1119357,-1.1119205,-1.1120025,-1.1120752,-1.1117445,-1.1117716,-1.1117721,-1.1119534,-1.111726,-1.1117079,-1.1119867,-1.1116883,-1.1117412,-1.1117391,-1.1118909,-1.1118186,-1.1119617,-1.1119738,-1.1118333,-1.1117265,-1.1118672,-1.1118809,-1.1119575,-1.1118973,-1.1117567,-1.1116972,-1.1119512,-1.1118504,-1.1118085,-1.1120761,-1.1120317,-1.1120357,-1.1117473,-1.1119245,-1.1119245,-1.1118489,-1.1117334,-1.1119666,-1.1119745,-1.1119127,-1.1117051,-1.1118342,-1.1120192,-1.111703,-1.1119189,-1.1118379,-1.1119843,-1.1117128,-1.1119925,-1.1119349,-1.1120015,-1.1119655,-1.1120157,-1.1119718,-1.1117238,-1.1117488,-1.1117178,-1.1118336,-1.1119376,-1.1119071:1
64
+ -1.2498632,-1.2497377,-1.2496852,-1.2498857,-1.2496748,-1.2498683,-1.2498678,-1.2499454,-1.2495677,-1.2495936,-1.2499181,-1.2496239,-1.2499397,-1.2498507,-1.2497305,-1.2497093,-1.249892,-1.2496381,-1.249677,-1.2498155,-1.2498797,-1.249698,-1.2497325,-1.2497454,-1.2499541,-1.2497261,-1.2495861,-1.2498264,-1.24981,-1.2499492,-1.2496136,-1.2496887,-1.249642,-1.2498941,-1.2497688,-1.2499186,-1.2499181,-1.2498496,-1.2496299,-1.2496395,-1.2498785,-1.2496536,-1.2498139,-1.249901,-1.2495601,-1.2498131,-1.2496238,-1.2498337,-1.2496071,-1.2498752,1.263376,1.2634407,1.2637654,1.2636919,1.2634011,1.2636122,1.2201605,1.2202796,1.2201058,1.1337577,1.1336295,1.1336244,1.0468879,1.0037967,1.003704,1.0037323,0.96017524,0.96018274,0.91686364,0.91699147,0.91712501,0.91709419,0.8737156,0.87358305,0.8733876,0.87351926,0.8734992,0.8734885,0.87340311,0.87338654,0.87368461,0.87364516,0.87355513,0.87374751,0.87377518,0.87338939,0.87373895,0.87348927,0.87372858,0.83019909,0.87375393,0.83040204,0.83006862,0.83019755,0.83045174,0.83027667,0.78710811,0.78705615,0.7868957,0.83027754,0.83029604,0.83030309,0.83031653,0.83004349,0.83031708,0.83018269,0.83018686,0.83022881,0.78695135,0.78683084,0.83025361,0.83003822,0.83020099,0.83036074,0.83008517,0.78672976,0.78682321,0.78694379,0.7869987,0.78671339,0.7870669,0.78673364,0.78673856,0.78706259,0.78706349,0.786738,0.78692765,0.78710914,0.78686165,0.78695973,0.78692582,0.78681089,0.74348099,0.78696488,0.78678953,0.78686185,0.78674346,0.74357148,0.78712617,0.74370891,0.74339446,0.74362222,0.78678247,0.78684014,0.74344974,0.74338079,0.74342491,0.74352265,0.74343216,0.74353745,0.78686695,0.78712868,0.7870065,0.78705631,0.78706376,0.78676202,0.78676762,0.78672005,0.78701248,0.74345512,0.74352124,0.74345207,0.74370511,0.74355538,0.74357153,0.74376682,0.74356593,0.7434067,0.7433969,0.70043512,0.70045752,0.70036933,0.70036392,0.70013143,0.70012327,0.70042268,0.70004803,0.70012217,0.70023442,0.70012377,0.70012718,0.65688526,0.70043368,0.70008951,0.65680113,0.70037592,0.70044819,0.70030429,0.70042789,0.70007883,0.70037134,0.6567044,0.65688989,0.65701309,0.65678899,0.70008406,0.70014843,0.70024893,0.65683554,0.65703672,0.65703751,0.65706556,0.65692592,0.65697721,0.65712915,0.65698882,0.65703427,0.65692512,0.65691,0.65672176,0.65697385,0.65681385,0.65700008,0.65673465,0.65708806,0.65696316,0.65683837,0.65692161,0.65690266,0.65683737,0.61358589,0.65711122,0.65688409,0.65708288,0.65695312,0.65705062,0.65677818,0.65689595,0.65689354,0.65672323,0.65703519,0.65681242,0.65709951,-0.079543033,-0.079909909,-1.2496238,-1.2499645,-1.249863,-1.2496758,-1.2498021,-1.2496071,-1.2495647,-1.2496,-1.2497037,-1.2498844,-1.2497897,-1.249928,-1.2496179,-1.2496029,-1.249736,-1.249614,-1.2497375,-1.2496196,-1.2499417,-1.2498866,-1.249861,-1.2498474,-1.249861,-1.2498686,-1.249813,-1.2495958,-1.2497049,-1.2498084,-1.249689,-1.2497195,-1.2499392,-1.2497675,-1.2497482,-1.249577,-1.2498052,-1.2499333,-1.2499705,-1.2496482,-1.2498464,-1.2499308,-1.249873,-1.2499043,-1.2496427,-1.2499326,-1.2497239,-1.249731,-1.2495831,-1.2499324,-1.249715,-1.2495931,-1.2498136,-1.2495979,-1.2499281,-1.2496071,-1.2496125,-1.2499308,-1.2496591,-1.2498404,-1.2495982,-1.2496928,-1.2497953,-1.2497546,-1.2495703,-1.2497296,-1.2495743,-1.2496583:1
65
+ -1.3704686,-1.3706803,-1.3705187,-1.3707705,-1.3707395,-1.3706037,-1.3707561,-1.370773,-1.3707126,-1.3708247,-1.3706533,-1.3706123,-1.3708026,-1.370857,-1.3705565,-1.3705595,-1.3705,-1.3704775,-1.3708168,-1.3704337,-1.3707961,-1.3705361,-1.3706912,-1.3708678,-1.3704785,-1.3708326,-1.3706056,-1.3706922,-1.3707187,-1.3707495,-1.3708459,-1.3704725,-1.3705545,-1.3704242,-1.3705404,-1.3707382,-1.3704616,-1.3707989,-1.3708472,-1.3705227,-1.370651,-1.3707907,-1.3708635,-1.3707144,-1.3705717,-1.3705864,-1.37056,-1.3707509,-1.3704836,-1.3704753,1.222805,1.2675284,1.2672442,1.2675403,1.267229,1.2675698,1.2673006,1.1778887,1.1332706,1.133403,1.0437748,1.0437582,0.95425529,0.99920095,0.95434676,0.90989329,0.90971788,0.90964086,0.90964383,0.90953025,0.864925,0.86513899,0.82029468,0.82048413,0.82024372,0.82009555,0.82011884,0.82028275,0.77537041,0.77576356,0.77564572,0.77575496,0.77537485,0.7757138,0.77563801,0.77561057,0.77548584,0.77541806,0.77556103,0.77546015,0.77548747,0.77560606,0.77554078,0.77537471,0.77562178,0.73079073,0.730719,0.73103482,0.7309352,0.77559271,0.73107187,0.73078288,0.77569232,0.77561989,0.73086105,0.7310434,0.73081352,0.73098227,0.73098021,0.7307557,0.77576122,0.73088902,0.73074626,0.73072435,0.73094375,0.73067832,0.73080734,0.73072591,0.73097134,0.73065867,0.73108471,0.73076456,0.73076648,0.73092651,0.73103523,0.73099202,0.73069939,0.73103943,0.7306738,0.68599033,0.68616128,0.686365,0.68628089,0.68623195,0.68597734,0.7310635,0.73069033,0.68610618,0.68628965,0.68593927,0.68603204,0.68601653,0.6862146,0.68617161,0.68593175,0.68631448,0.68606647,0.68622968,0.68599245,0.68616843,0.68612586,0.68599821,0.68595009,0.6860682,0.68621167,0.68631169,0.686317,0.68616476,0.68632599,0.68630311,0.6863202,0.68635837,0.68633461,0.6861195,0.686208,0.68600689,0.68618314,0.64153959,0.68611184,0.68621965,0.68610121,0.68634186,0.68613839,0.686072,0.68635267,0.68606357,0.68610725,0.64137954,0.64160775,0.64147523,0.68616459,0.68595675,0.6860268,0.68634049,0.64151452,0.64150897,0.64161745,0.64145583,0.64135306,0.68601298,0.68608597,0.64129732,0.64147313,0.64153976,0.64134823,0.64153368,0.6416072,0.64122876,0.64134538,0.64160571,0.64152283,0.6414746,0.68594318,0.64150614,0.6413825,0.64164338,0.64138066,0.64123631,0.64138299,0.64131317,0.64150413,0.64149505,0.64157885,0.64124357,0.64154567,0.64164765,0.64143352,0.64139654,0.59664931,0.59652516,0.59664442,0.64135204,0.59659232,0.59676619,0.59694131,0.59662121,0.64141068,0.59694089,0.59656313,0.64143781,0.59665474,0.59694182,0.59662547,0.64140478,0.64155996,0.64165717,0.64125571,0.59655052,0.59694055,0.59671371,0.59665828,0.59693266,0.59659795,0.59652116,-0.61071539,-0.6104316,-0.61035191,-0.61067845,-0.61044674,-0.61052608,-1.3706094,-1.3706115,-1.3704376,-1.3705939,-1.3706631,-1.370542,-1.3706768,-1.3706353,-1.3705263,-1.3707151,-1.3706857,-1.3705568,-1.3708052,-1.3708055,-1.3707964,-1.3707769,-1.370858,-1.370846,-1.3704584,-1.3707978,-1.3706838,-1.3704785,-1.3706676,-1.3704804,-1.3706779,-1.3704667,-1.3707596,-1.370458,-1.3706818,-1.3706706,-1.3704845,-1.3705579,-1.3707915,-1.3708579,-1.3708051,-1.3708519,-1.3706827,-1.3706614,-1.3707371,-1.3706968,-1.3707512,-1.3707977,-1.3708242,-1.3707859,-1.3708601,-1.3706935,-1.3708087,-1.3704965,-1.3704242,-1.3707476,-1.3706471:1
66
+ -1.1076557,-1.1075761,-1.1075921,-1.1077972,-1.1076036,-1.1078032,-1.1075568,-1.1077971,-1.10761,-1.1075338,-1.1077502,-1.1075929,-1.1078453,-1.1078496,-1.1078455,-1.1076662,-1.1076662,-1.107522,-1.1076153,-1.1076133,-1.1075239,-1.1078006,-1.1077663,-1.1078331,-1.1078253,-1.1078768,-1.1076464,-1.1078132,-1.1077787,-1.1077275,-1.107715,-1.1078763,-1.1078138,-1.1078561,-1.1078809,-1.1078533,-1.1076918,-1.1076423,-1.107611,-1.1078552,-1.107771,-1.1077975,-1.1075354,-1.1078485,-1.1077547,-1.107807,-1.1078632,-1.1079147,-1.1077151,-1.1077708,1.3240277,1.3239284,1.3238745,1.4090953,1.4092384,1.409095,1.3665681,1.3239781,1.3238998,1.2383524,1.1958291,1.1532246,1.1106,1.1106008,1.1103392,1.1103792,1.0680493,1.06794,1.0252651,1.025337,1.0254213,1.0254201,1.0253028,1.02529,0.98275606,0.98254128,0.9827091,0.9397771,0.93986559,0.93994491,0.93969405,0.93999925,0.93996663,0.94002151,0.93978643,0.93999056,0.93980238,0.93970519,0.93969982,0.89734956,0.89745145,0.94007291,0.94001175,0.94006223,0.94000219,0.89712323,0.89703323,0.8970341,0.89728626,0.8971047,0.89738706,0.89728363,0.89713176,0.89727921,0.89738415,0.85455843,0.89730892,0.89711556,0.89714161,0.89722125,0.8971417,0.89728813,0.89727219,0.89745605,0.85466704,0.85444383,0.89710342,0.85446611,0.85459938,0.85468594,0.8546553,0.85453052,0.89730628,0.8973551,0.85469671,0.85475955,0.85449638,0.85456575,0.85447537,0.85466251,0.85459086,0.85458381,0.85450486,0.85478263,0.85459178,0.81199151,0.85461812,0.85463793,0.8118381,0.81188304,0.85439268,0.85446656,0.85447941,0.85474434,0.85459581,0.85474258,0.85470041,0.8545725,0.85463393,0.8547371,0.81185196,0.81195827,0.81197874,0.81178341,0.85478777,0.85476575,0.81182938,0.81201211,0.81206274,0.81205575,0.81186678,0.81195046,0.85467424,0.81193603,0.81202612,0.8120776,0.81202506,0.81198788,0.76939474,0.81185964,0.81194016,0.81199898,0.76936917,0.76918942,0.76917086,0.76910404,0.76913599,0.76944332,0.76938074,0.8121278,0.81179505,0.81178566,0.81189923,0.76942646,0.76924425,0.76915621,0.7693987,0.76927227,0.76927489,0.76930585,0.76944247,0.76918875,0.76933811,0.769367,0.76907631,0.76940135,0.76916332,0.76928467,0.76905699,0.72657846,0.72677992,0.81191082,0.76927845,0.76931532,0.76943055,0.76946784,0.76940648,0.76911759,0.76929349,0.81174576,0.81180184,0.76922469,0.68384332,0.68398061,0.6838512,0.68406405,0.68400274,-1.1076691,-1.1076828,-1.1077067,-1.1077892,-1.1077488,-1.1077332,-1.1076112,-1.1075459,-1.1075286,-1.1078111,-1.1076187,-1.1075118,-1.1075489,-1.1078101,-1.1075581,-1.1076439,-1.1076782,-1.1078116,-1.1075629,-1.1076591,-1.1077274,-1.1075548,-1.1076017,-1.1077357,-1.1078217,-1.1078431,-1.1075828,-1.1077842,-1.107856,-1.1077185,-1.1079316,-1.1076935,-1.1077764,-1.1078554,-1.107694,-1.1079114,-1.1075502,-1.1075707,-1.1075766,-1.1075541,-1.1077234,-1.107931,-1.1077522,-1.1078248,-1.1079267,-1.1077566,-1.1079009,-1.1077804,-1.1078525,-1.1078317,-1.1077054,-1.1075891,-1.1077438,-1.1077016,-1.1079126,-1.1077237,-1.1078117,-1.1078296,-1.1078346,-1.1078568,-1.1077039,-1.1075924,-1.1075539,-1.1078905,-1.1077605,-1.1076463,-1.1076648,-1.1078033,-1.107909,-1.107575,-1.1075623,-1.1075674,-1.1078877,-1.1077817,-1.1075675,-1.10788,-1.1077906,-1.1076175,-1.1075233,-1.1077345,-1.1075544,-1.1077085,-1.1077209,-1.1078771:1
67
+ -1.4772383,-1.477561,-1.4775389,-1.4774392,-1.4771904,-1.4772173,-1.4773381,-1.4772016,-1.4773189,-1.477488,-1.4773868,-1.4773322,-1.4771608,-1.4774909,-1.4774792,-1.4772144,-1.4773486,-1.4773177,-1.4772404,-1.4773179,-1.4775845,-1.4774806,-1.4772242,-1.4775324,-1.4772782,-1.4774542,-1.4774847,-1.4774793,-1.477159,-1.4771989,-1.4772919,-1.477346,-1.4773591,-1.4774831,-1.4772418,-1.4774008,-1.4775265,-1.4772115,-1.4772888,-1.4773471,-1.4774996,-1.4774224,-1.4774072,-1.477568,-1.4773894,-1.4773438,-1.477241,-1.4772138,-1.4773636,-1.4772929,1.1747165,1.1746735,1.2206216,1.2203253,1.2662745,1.2662722,1.2206041,1.174802,1.1745528,1.1749668,0.9919022,0.99178082,0.9462809,0.90023437,0.85477289,0.8547354,0.85471914,0.80901394,0.80914984,0.85483175,0.80871872,0.80900092,0.7633673,0.76310125,0.76313546,0.76333404,0.71743822,0.76323837,0.71739487,0.7173167,0.71766141,0.71760947,0.71761448,0.71754617,0.71763505,0.71757903,0.71742839,0.7175196,0.71766435,0.71741334,0.71767859,0.7634182,0.7175342,0.71731432,0.71729494,0.71768115,0.71765726,0.71726227,0.71764784,0.71754489,0.71737598,0.71771553,0.71735669,0.7174589,0.7173779,0.71761141,0.71745915,0.71733955,0.71735023,0.71745765,0.71731486,0.71761275,0.71745694,0.67168176,0.67184862,0.6717688,0.67191456,0.67196121,0.67187173,0.7173577,0.6715585,0.67166488,0.6716616,0.67198658,0.67155623,0.67184016,0.67154762,0.67166739,0.67180938,0.67192401,0.71768547,0.67158661,0.67165364,0.67173403,0.62594016,0.67195916,0.67186567,0.67153501,0.67178437,0.67179974,0.67170893,0.62591699,0.62581444,0.62582368,0.62614293,0.6716803,0.67187692,0.67181379,0.67188651,0.626261,0.67158007,0.62588892,0.62603951,0.67169753,0.67165827,0.67187634,0.6717727,0.62602401,0.62612069,0.67181715,0.67197331,0.62622702,0.62599426,0.62589983,0.62613681,0.62591673,0.62598027,0.62621531,0.62585807,0.62603701,0.62609165,0.62601352,0.62583566,0.62585617,0.62599538,0.58028495,0.58053525,0.58010224,0.58052852,0.62618167,0.62614929,0.58026096,0.58046076,0.58017417,0.58045837,0.58044588,0.58014659,0.58030426,0.58042896,0.5802866,0.62595646,0.5803276,0.58043496,0.58026166,0.58023745,0.58047007,0.58028798,0.58025368,0.58012309,0.58029444,0.58040633,0.58037633,0.58037087,0.58036439,0.58052631,0.53442783,0.53436091,0.58042472,0.5804648,0.53471884,0.53461909,0.53470002,0.53456679,0.5344714,0.53439762,0.53441754,0.53456494,0.53458186,0.53477997,0.58028444,0.58050825,0.53456604,0.58026617,0.58047028,0.58043696,0.58023696,0.53454869,0.53447149,0.53437652,0.5346052,0.53475843,0.53473867,0.53478755,0.53463328,0.53446575,0.53479991,0.5346021,0.58035996,0.58043348,0.53448754,0.53437853,0.53441964,0.53463401,0.53439878,0.53446464,0.53443176,0.5347907,0.53443992,0.53444391,0.5345845,0.48899893,0.53451135,0.53466248,0.53465843,0.53445529,-0.060060158,-0.059739493,-0.060078045,-1.4775601,-1.4775449,-1.4775058,-1.4771511,-1.4775069,-1.4775061,-1.4772226,-1.4773385,-1.4773627,-1.4774858,-1.4776003,-1.4774831,-1.4773558,-1.4773456,-1.4775938,-1.4774984,-1.4772243,-1.4773208,-1.4772081,-1.4775783,-1.4774194,-1.4773957,-1.4771987,-1.4772206,-1.4774389,-1.4774023,-1.4774783,-1.4774129,-1.4775973,-1.4773995,-1.477281,-1.4772107,-1.4775478,-1.4775396,-1.4773907,-1.4772756,-1.4775594,-1.4772021,-1.4772784,-1.4774625,-1.477247,-1.4771535,-1.4771943:1
68
+ -1.1668282,-1.1669414,-1.1669442,-1.1669492,-1.167118,-1.1667804,-1.1669067,-1.1671012,-1.1668516,-1.1667764,-1.166721,-1.1670012,-1.1668243,-1.1667755,-1.1669806,-1.1667309,-1.1668623,-1.1667374,-1.1671156,-1.1668185,-1.1668494,-1.1670924,-1.1667829,-1.1669125,-1.1667487,-1.1668914,-1.1667287,-1.1669478,-1.1669673,-1.1670625,-1.1670161,-1.1670745,-1.1669356,-1.1668004,-1.1670193,-1.1668448,-1.1667107,-1.1669541,-1.1668088,-1.1667929,-1.1668982,-1.1670789,-1.1667692,-1.1670249,-1.1669179,-1.1667435,-1.1667973,-1.1667635,-1.1667935,-1.1670781,1.2745476,1.2745397,1.2745185,1.2325824,1.3588761,1.3165595,1.3165272,1.2747148,1.2326007,1.1902935,1.1061117,1.1483822,1.1482747,1.0641109,1.022118,1.0220768,0.98012137,0.97984486,0.93763815,0.93778272,0.97979201,0.93795289,0.937951,0.89563525,0.93799802,0.89588713,0.89586988,0.89571491,0.89562544,0.89578237,0.89594098,0.8958729,0.89562625,0.8958317,0.89565088,0.85355845,0.89594007,0.85359454,0.89558888,0.89562477,0.89565587,0.89575318,0.89576606,0.85373247,0.89564365,0.8536967,0.89566012,0.89562635,0.89562134,0.89587141,0.85366572,0.89585853,0.85363378,0.85364515,0.85381751,0.85358916,0.8536145,0.85358537,0.853664,0.89583161,0.853864,0.85349452,0.85361132,0.85354564,0.85370933,0.85365859,0.85364533,0.85348174,0.8534741,0.85361033,0.85384561,0.8534525,0.85354586,0.85345187,0.85375501,0.85375357,0.81149139,0.85359563,0.81174182,0.81156702,0.85367788,0.85375569,0.81145445,0.81165054,0.81163151,0.81146564,0.81142149,0.81138012,0.85350852,0.81159301,0.81148515,0.81147292,0.81146035,0.81169009,0.81164555,0.81168005,0.8117157,0.81175505,0.81141468,0.81143758,0.8116287,0.81154094,0.81144237,0.8116542,0.81143767,0.81139414,0.81136626,0.81143494,0.81157823,0.76930534,0.81171196,0.7692822,0.76958047,0.81175943,0.81151365,0.76938965,0.81153479,0.76934877,0.76957335,0.76939337,0.76960285,0.72737235,0.7696538,0.76960312,0.76957387,0.76955773,0.76954545,0.76926849,0.76962773,0.76960799,0.81161294,0.76953028,0.76965491,0.76953175,0.76948228,0.76927056,0.7696494,0.76961492,0.76950136,0.7696622,0.76934413,0.72719992,0.76942015,0.76925881,0.72754429,0.76962362,0.72753889,0.72726481,0.72723827,0.72739599,0.72753379,0.72748511,0.72737138,0.72754652,0.72724085,0.7273181,0.72718246,0.72747887,0.7273526,0.72725512,0.72743757,0.72730264,0.68519742,0.72744344,0.72722077,0.72743659,0.72728177,0.72728996,0.72723477,0.6850708,0.72742326,0.6850873,0.68527043,-0.11441048,-0.11437254,-1.1667426,-1.1667129,-1.166896,-1.1671029,-1.166951,-1.1667815,-1.1669114,-1.1669585,-1.1667512,-1.1671221,-1.1670392,-1.1669822,-1.1670875,-1.1667377,-1.1668202,-1.1671199,-1.1668221,-1.1668415,-1.1670212,-1.1671245,-1.1668693,-1.167027,-1.1671059,-1.1669158,-1.167128,-1.1670263,-1.1670139,-1.1669855,-1.1667636,-1.1670771,-1.166784,-1.1669368,-1.1668527,-1.1668223,-1.1670479,-1.167049,-1.1670654,-1.1668871,-1.1668357,-1.1669111,-1.1671007,-1.1668804,-1.167063,-1.1667878,-1.1669141,-1.1669473,-1.1670923,-1.1667379,-1.1667186,-1.1669517,-1.1667896,-1.1667743,-1.1667259,-1.1670037,-1.1670959,-1.1671149,-1.1669414,-1.1669393,-1.1669468,-1.1670192,-1.1668177,-1.167002,-1.1668144,-1.1669514,-1.1670712,-1.1670841,-1.1667472,-1.1671162,-1.1668705,-1.1669618,-1.1670237,-1.1668697,-1.1670047,-1.1667785,-1.166807,-1.1668192:1
69
+ -1.1229006,-1.123223,-1.1231667,-1.1230479,-1.1231324,-1.1229645,-1.1232066,-1.1231296,-1.1230605,-1.1230705,-1.1230164,-1.1232554,-1.1229402,-1.1231396,-1.1230079,-1.1232341,-1.1232244,-1.1229348,-1.1232433,-1.1231397,-1.1231025,-1.1229944,-1.1231619,-1.123038,-1.123198,-1.1229452,-1.1229765,-1.1230128,-1.12306,-1.1232116,-1.1231432,-1.1230183,-1.1231991,-1.1231162,-1.1229646,-1.1229315,-1.1231831,-1.1232526,-1.1231405,-1.1231627,-1.1231731,-1.1230847,-1.1229366,-1.1232722,-1.1230091,-1.1231629,-1.1233012,-1.123241,-1.1230201,-1.12321,1.294811,1.3812576,1.3815187,1.3813441,1.4246187,1.4246906,1.3380965,1.2949979,1.2519238,1.2517849,1.251876,1.1653037,1.1655246,1.1221673,1.0790962,1.0791141,1.0360808,1.0357882,1.0357742,1.0358816,0.99278398,0.99273012,0.99268344,0.99261202,0.94933133,0.94955655,0.94971262,0.94938904,0.90615445,0.90630028,0.90638236,0.90638102,0.90625998,0.90648204,0.90652875,0.90649825,0.90638628,0.90615747,0.90642798,0.90649733,0.86320672,0.86303209,0.90633339,0.90614703,0.86318112,0.90655385,0.86299777,0.90635472,0.90649428,0.90623855,0.90612616,0.86296802,0.86313042,0.90622362,0.90633958,0.9064317,0.86336719,0.86331627,0.86315983,0.8633298,0.86337209,0.86316992,0.86329106,0.86318077,0.86336052,0.86300229,0.90644879,0.86300342,0.86305709,0.86330738,0.86317246,0.86323431,0.86312371,0.86330173,0.81989834,0.82001339,0.81978992,0.8631819,0.86302217,0.86329869,0.81976703,0.81996828,0.82007154,0.86337114,0.86331642,0.86320135,0.86303126,0.81978506,0.82002231,0.81982147,0.82016001,0.81984341,0.82018819,0.81987672,0.82015036,0.86305992,0.86326674,0.81980157,0.81977378,0.82009073,0.81993237,0.82011943,0.81992285,0.82004915,0.81984189,0.82009011,0.81984242,0.81979631,0.81977884,0.81998874,0.82009701,0.82018176,0.8200173,0.82011735,0.86336894,0.81980668,0.82009242,0.81985726,0.82018285,0.82007789,0.81986326,0.81986266,0.82015188,0.8200728,0.82005462,0.81994218,0.82002147,0.81989055,0.77667149,0.77673938,0.81989636,0.77668123,0.82015047,0.81987959,0.81981405,0.82015461,0.81995153,0.81996158,0.82003398,0.81983425,0.77672721,0.8197966,0.82007165,0.81996845,0.81986026,0.81977137,0.82003595,0.81977064,0.82005813,0.82012902,0.82003547,0.776938,0.77680154,0.77677501,0.77668634,0.77673753,0.77697296,0.77699033,0.77661125,0.8199086,0.82010253,0.81990872,0.81995343,0.77679159,0.77701663,-0.043580412,-0.043455628,-0.043523794,-0.043786565,-0.043606898,-1.1231705,-1.1232617,-1.1228953,-1.1232771,-1.123029,-1.1230556,-1.1229839,-1.1233079,-1.1229432,-1.1229733,-1.1232559,-1.1229686,-1.1230962,-1.1230733,-1.1229907,-1.1232824,-1.1230312,-1.1232912,-1.1229716,-1.1231093,-1.1232158,-1.1231358,-1.12316,-1.1231252,-1.1232208,-1.1231837,-1.1230909,-1.1231711,-1.1230621,-1.1232281,-1.1230374,-1.1231989,-1.1231974,-1.1229119,-1.122973,-1.1229913,-1.1232939,-1.1232861,-1.1231299,-1.1229482,-1.1230749,-1.1231204,-1.123099,-1.1232584,-1.1231022,-1.1230558,-1.1233082,-1.123025,-1.1229011,-1.1231382,-1.1233095,-1.1229974,-1.1232556,-1.1230307,-1.1229544,-1.1233179,-1.1229618,-1.1229538,-1.1230812,-1.1229505,-1.1231227,-1.1232213,-1.1231717,-1.1233098,-1.1231231,-1.1232005,-1.1232796,-1.1229267,-1.1230303,-1.1232173,-1.122904,-1.1229097,-1.1229641,-1.1232779,-1.1231546,-1.1229249,-1.1229221,-1.1230927,-1.1231112,-1.1230775,-1.1232621:1
70
+ -1.1586763,-1.1586477,-1.1587131,-1.1585262,-1.1586446,-1.1585494,-1.1587818,-1.1587683,-1.1585,-1.1584536,-1.1588203,-1.1585668,-1.1585775,-1.1587294,-1.1584286,-1.1585623,-1.1584537,-1.1587587,-1.1584672,-1.1586051,-1.1586782,-1.1586123,-1.158556,-1.1584789,-1.1584554,-1.15878,-1.1585843,-1.1586461,-1.1584137,-1.1585636,-1.1586817,-1.1586291,-1.1585126,-1.158509,-1.1586284,-1.1585557,-1.1585329,-1.1586846,-1.1584485,-1.1588144,-1.1587395,-1.1585407,-1.158793,-1.1587991,-1.1585979,-1.1587991,-1.1586395,-1.1588163,-1.1584964,-1.1585352,1.3370094,1.2524067,1.2521879,1.2947241,1.336775,1.2947981,1.2944933,1.2945691,1.210193,1.1676932,1.0833586,1.0829712,1.0410437,1.0407262,0.99856872,0.9984215,0.99871372,0.95619315,0.95632899,0.95613704,0.95634492,0.95634085,0.91375933,0.91388901,0.91404512,0.91382805,0.91401669,0.87179313,0.87155042,0.87162199,0.91382084,0.91386942,0.91417458,0.87182193,0.87174098,0.91399177,0.91400323,0.91400092,0.9138749,0.87153792,0.91412959,0.87183422,0.8714991,0.87151829,0.87153092,0.91409519,0.87156464,0.87178257,0.87160823,0.87147733,0.91404631,0.87146827,0.87182954,0.91408159,0.87158325,0.913847,0.91416848,0.87147827,0.8716874,0.87177211,0.87168897,0.87172268,0.87185759,0.87170369,0.87162837,0.87171606,0.87180342,0.82918857,0.87164324,0.87162244,0.82925536,0.87148179,0.82935036,0.82935126,0.82927239,0.82925706,0.82948286,0.87184259,0.8718005,0.82951846,0.82936821,0.8292663,0.87180602,0.82928204,0.8293328,0.82952315,0.82943834,0.82920487,0.82927006,0.82927696,0.82925589,0.82920872,0.82932188,0.82940418,0.82952409,0.82952355,0.78705066,0.82922837,0.78687935,0.82933502,0.82953884,0.82930603,0.82924145,0.82936181,0.82940211,0.82932209,0.78694543,0.82939796,0.82940703,0.82950659,0.82955084,0.78695966,0.82949407,0.82925595,0.78695794,0.78688179,0.786904,0.82953272,0.78711286,0.78713611,0.78701727,0.78723739,0.78689161,0.78703212,0.82934014,0.78707597,0.78717742,0.78727766,0.78715371,0.78699652,0.74496936,0.78711134,0.74475153,0.74483034,0.74486404,0.78716835,0.78720506,0.74467488,0.74492034,0.74475442,0.78713398,0.78703297,0.78688548,0.78719106,0.74476332,0.78717505,0.74461214,0.78720558,0.78695087,0.74489362,0.744657,0.78708651,0.78707946,0.7446821,0.74471487,0.74456687,0.74468843,0.78726957,0.78716758,0.74460212,0.74460263,0.74458809,0.74456483,0.74482753,0.74492164,0.74458787,0.74497512,0.74469729,0.74479526,0.74470244,0.067926396,0.067965305,0.067877304,0.068042985,-1.1587459,-1.1584409,-1.158649,-1.1584365,-1.1585971,-1.1584727,-1.1585004,-1.1588035,-1.1585074,-1.1587691,-1.1585445,-1.158828,-1.1585859,-1.1587656,-1.1586224,-1.1585927,-1.1584695,-1.1586035,-1.1586591,-1.1584675,-1.1585762,-1.1586592,-1.1587976,-1.1587828,-1.1585411,-1.1587608,-1.1585674,-1.1585121,-1.1585556,-1.1584246,-1.1585654,-1.1585845,-1.1586224,-1.1585345,-1.1588286,-1.1585447,-1.1586165,-1.1585852,-1.1587339,-1.1584197,-1.1584665,-1.1585465,-1.1584987,-1.1584361,-1.158527,-1.1586928,-1.1584374,-1.1587061,-1.1585055,-1.1584921,-1.1586183,-1.1585796,-1.1587501,-1.158737,-1.1584608,-1.1586385,-1.158421,-1.1584899,-1.1585716,-1.1587936,-1.1587256,-1.1584641,-1.1586087,-1.158711,-1.1587716,-1.1585857,-1.1587436,-1.158767,-1.1584925,-1.1584269,-1.1585875,-1.1586087,-1.1587964,-1.1585401,-1.1586962,-1.1586839,-1.1585216:1
71
+ -2.0864464,-2.0867978,-2.0866124,-2.086381,-2.0866347,-2.0866094,-2.0863573,-2.0863115,-2.0863536,-2.086614,-2.0866967,-2.0867639,-2.0868071,-2.0867284,-2.0868074,-2.0866522,-2.0866264,-2.0865221,-2.0865289,-2.0866844,-2.0866787,-2.0863341,-2.0863881,-2.0866626,-2.0864717,-2.0866942,-2.0867811,-2.0866673,-2.086297,-2.0867122,-2.0867565,-2.0865884,-2.0863629,-2.0865357,-2.0863927,-2.0868172,-2.0864546,-2.0867987,-2.0863026,-2.0866141,-2.0865168,-2.0865913,-2.0867891,-2.0866054,-2.0866749,-2.0867483,-2.0866121,-2.0865059,-2.0866455,-2.086691,1.0368538,1.0367977,1.0915476,1.1464856,1.1462315,1.1464103,1.091623,1.0365354,1.0367797,0.98219436,0.92713611,0.87219398,0.81763017,0.76276506,0.70777628,0.70815505,0.70776869,0.65328703,0.65333777,0.59817053,0.59818118,0.59845507,0.59826089,0.59860011,0.54342289,0.54382965,0.48861522,0.54333804,0.54357058,0.54368336,0.54348538,0.48866167,0.5435343,0.54341019,0.54355287,0.54348121,0.54341561,0.54359654,0.54385435,0.54357825,0.54375492,0.54338959,0.54332619,0.54384306,0.54358293,0.54381565,0.54342805,0.54383825,0.54354341,0.59850234,0.54336004,0.54351794,0.59855861,0.48871666,0.54357001,0.54379889,0.54342043,0.54340035,0.5435756,0.5435917,0.54335993,0.54366629,0.54381759,0.48886019,0.54352549,0.54366836,0.54344646,0.54361388,0.54332746,0.54343317,0.54341097,0.48858753,0.48902527,0.48859223,0.54359958,0.54343301,0.54366651,0.54383025,0.48880313,0.48901103,0.48872833,0.54381843,0.48873606,0.48887455,0.48898636,0.54333178,0.54346496,0.48904617,0.48893148,0.48855324,0.48872653,0.48896706,0.48868941,0.48884147,0.48862981,0.48880757,0.48903427,0.48860965,0.48856017,0.48855091,0.48893384,0.48876071,0.48895061,0.48865334,0.48890439,0.48877682,0.4886901,0.48900283,0.48869921,0.43418895,0.43400235,0.43389333,0.4339777,0.43408979,0.4337902,0.43406805,0.43386438,0.43413069,0.43382791,0.43407084,0.43421736,0.43423332,0.43410677,0.43399223,0.43374377,0.43388409,0.37929163,0.43396493,0.43386947,0.37914308,0.43425187,0.43387963,0.43410726,0.43385493,0.43397648,0.43390001,0.43413323,0.37904423,0.37910777,0.43391458,0.3792079,0.43396636,0.43403828,0.37937564,0.3790458,0.37917519,0.37894953,0.37895682,0.43385635,0.43423044,0.43424331,0.37923445,0.37898688,0.37940051,0.37916133,0.37948009,0.3794411,0.37906682,0.37916952,0.37901113,0.32442565,0.37923332,0.37896856,0.37936454,0.37932796,0.37903842,0.37930895,0.43403397,0.37945082,0.3789665,0.3794107,0.32430429,0.37924868,0.37933358,0.37928814,0.37943238,0.37924884,0.3789516,0.37897923,0.32465242,0.32435808,0.32441878,0.37897045,0.32461097,0.32452929,0.32418418,0.37942125,0.37942114,0.37905812,0.32414526,0.37947143,0.3790371,0.37905732,0.37900245,0.32432226,0.32464575,0.32440945,0.32424906,0.32447728,0.32444027,0.32431445,0.32418375,0.32460826,0.32436151,0.37898758,0.32434803,0.32425654,0.32421254,0.3245732,0.32415182,0.32463622,0.37941659,0.32440953,0.37909157,0.32459038,0.32458849,0.32428549,0.3242377,0.32437494,0.32427722,0.32439087,0.32416963,0.32449313,0.32429537,0.32423967,0.32430681,0.37927477,0.37937665,0.32436835,0.32464088,0.32464347,0.32460032,0.32435968,0.32448059,0.32442048,0.26975299,0.32467209,0.32450604,0.32432489,0.3241488,0.32435409,0.32444945,0.32433288,0.05064833,0.050474741,0.050311535,-2.0863709,-2.0863571,-2.0866777,-2.0865476,-2.0867594:1
72
+ -1.1703941,-1.1704662,-1.1704854,-1.1706323,-1.1704207,-1.1703077,-1.1704923,-1.1705185,-1.170366,-1.170466,-1.1706943,-1.1705679,-1.170628,-1.1703122,-1.1706493,-1.1706442,-1.1704623,-1.1706927,-1.1705491,-1.1703387,-1.1704141,-1.1703204,-1.1705252,-1.1704513,-1.1706521,-1.1707,-1.1704781,-1.1705334,-1.1703031,-1.1703191,-1.1703713,-1.1706426,-1.1704342,-1.1706641,-1.1706081,-1.1707125,-1.1704914,-1.170506,-1.1705198,-1.1704774,-1.1703769,-1.1704808,-1.1707148,-1.1703916,-1.1706975,-1.1703763,-1.1706325,-1.1703406,-1.1703078,-1.1705138,1.2880602,1.2880609,1.2880972,1.3304097,1.3303779,1.3305396,1.2878305,1.2879435,1.1606939,1.1183398,1.1182035,1.0761101,1.076192,1.033451,1.0334835,0.99119866,0.99136033,0.99107676,0.9490438,0.94865355,0.948798,0.94905004,0.94871145,0.94866191,0.90667587,0.90638426,0.90651286,0.90646782,0.90661188,0.90652017,0.9063599,0.90655848,0.86417544,0.90656994,0.90660969,0.86401494,0.90643445,0.90655404,0.90648575,0.8639349,0.86424153,0.86400194,0.86404621,0.86398722,0.86391436,0.8639194,0.90645461,0.86390137,0.86394591,0.86387476,0.82177923,0.82162878,0.82189161,0.82189132,0.82159987,0.86418451,0.8641258,0.86418672,0.86391194,0.86387685,0.86405952,0.86407787,0.86414204,0.86404559,0.86400223,0.86418536,0.86418883,0.86389948,0.86419968,0.82160795,0.82154131,0.82173705,0.82186972,0.86405767,0.86419394,0.86403746,0.86429142,0.86394647,0.86427616,0.8218453,0.82182714,0.82178783,0.82184964,0.82163621,0.82153352,0.82169324,0.82185827,0.82163963,0.82173053,0.82188803,0.82153791,0.82160181,0.82174616,0.82175912,0.82151869,0.82151094,0.8215713,0.82169747,0.82158031,0.82165455,0.8215965,0.82154583,0.82172678,0.82156465,0.82188903,0.82169031,0.82154643,0.8215093,0.82169987,0.77950767,0.77937949,0.77910874,0.77916132,0.77910546,0.77922865,0.77920752,0.77946822,0.77934563,0.82162742,0.77928197,0.77942459,0.77934353,0.77942744,0.77942974,0.7792429,0.73690043,0.73690146,0.82172039,0.82157047,0.77911004,0.77937317,0.77950667,0.77943458,0.77926703,0.77937262,0.77914395,0.77921464,0.77940688,0.77915733,0.77936255,0.77947036,0.77924,0.7791668,0.77944938,0.77924492,0.77917953,0.73698195,0.73680574,0.73688969,0.73677774,0.69469909,0.73673196,0.73707029,0.7367926,0.73689586,0.73693909,0.73705453,0.73673946,0.73711626,0.73680159,0.73700261,0.73703448,0.73713017,0.73701656,0.73713127,0.73674309,0.73699335,0.73677897,0.73697938,0.73677691,0.73700001,0.73688043,-0.19538973,-0.19544855,-0.19551492,-0.19577057,-1.1703774,-1.1703662,-1.1704694,-1.1707069,-1.1707128,-1.1707203,-1.1706469,-1.1705152,-1.1705188,-1.1705655,-1.1706976,-1.1704624,-1.1703026,-1.1703665,-1.1705133,-1.1703826,-1.170478,-1.1704483,-1.1705541,-1.1704195,-1.1706825,-1.1704141,-1.170329,-1.1704175,-1.1704723,-1.1707075,-1.1703887,-1.1705336,-1.1705585,-1.1704949,-1.1704101,-1.1704361,-1.1705327,-1.1705401,-1.1703938,-1.1705175,-1.1706448,-1.1705925,-1.1704578,-1.170706,-1.1706347,-1.170659,-1.1704055,-1.1703759,-1.1707186,-1.1706376,-1.1703237,-1.1704708,-1.1705009,-1.1705597,-1.1705602,-1.170632,-1.170512,-1.1703987,-1.1704659,-1.1705185,-1.1705991,-1.1702999,-1.1704064,-1.1706925,-1.1703568,-1.1705667,-1.1703049,-1.1705804,-1.1703598,-1.1706864,-1.1704547,-1.1705339,-1.1706625,-1.1703826,-1.1704637,-1.1705847,-1.1706313,-1.1704272,-1.1704343:1
73
+ -1.9327622,-1.9329139,-1.9324865,-1.9328981,-1.9324885,-1.9327239,-1.9328,-1.9328456,-1.9328372,-1.9325593,-1.9326518,-1.932606,-1.9328212,-1.9329324,-1.9325542,-1.9328407,-1.9325065,-1.9326424,-1.93271,-1.9328073,-1.9324906,-1.9325824,-1.9324792,-1.9327816,-1.932781,-1.9325435,-1.9325084,-1.9327242,-1.9327263,-1.9325968,-1.9328773,-1.9328787,-1.9327579,-1.9325894,-1.9327361,-1.9324498,-1.932621,-1.932453,-1.9325147,-1.9327791,-1.9325707,-1.9325483,-1.9326521,-1.9326986,-1.932574,-1.932628,-1.9324714,-1.9328261,-1.9324775,-1.9325753,1.2050309,1.0484022,1.1006701,1.1525279,1.1528655,1.1528624,1.1003665,1.1006975,1.0481072,0.99601913,0.89106645,0.89133443,0.7869407,0.78658168,0.78652427,0.68188702,0.73464358,0.73444165,0.68233906,0.68220057,0.62961172,0.62961912,0.63003808,0.57748652,0.6300425,0.62975035,0.57745715,0.57773979,0.57772663,0.57765352,0.57731711,0.5252886,0.52537752,0.52499669,0.52533132,0.52501785,0.57762477,0.57740338,0.57766745,0.57731765,0.57725416,0.57726285,0.57761596,0.57744981,0.62969799,0.57726739,0.57765701,0.57743431,0.57751813,0.57743661,0.57760193,0.57744989,0.57726333,0.5772405,0.52534231,0.5252868,0.57773584,0.57734848,0.57762926,0.57746678,0.52539823,0.57754806,0.57730928,0.57771486,0.57771059,0.57731461,0.57764897,0.57775045,0.57745508,0.57748959,0.57753402,0.5253834,0.52534531,0.52538183,0.52526032,0.52538498,0.52533596,0.52520588,0.57773474,0.57745581,0.57765182,0.57726396,0.5250662,0.57749378,0.57735936,0.57736843,0.52541684,0.52508705,0.52519246,0.52516442,0.5252228,0.52498908,0.52531801,0.52522222,0.52532282,0.52517014,0.52537245,0.52512061,0.47289818,0.52500178,0.52495702,0.52508152,0.52515324,0.47300599,0.47291067,0.47265091,0.47285187,0.52539696,0.47294282,0.52508622,0.47291778,0.52519625,0.52512437,0.52494881,0.52542352,0.52506349,0.52501161,0.52519058,0.52522038,0.47297102,0.47285444,0.47302051,0.52503977,0.52545145,0.47268457,0.47299657,0.47280391,0.47304401,0.47291987,0.47286378,0.4727561,0.47292605,0.47288977,0.47294942,0.42065422,0.47281055,0.42057756,0.47304433,0.47301135,0.42057775,0.47314092,0.47285838,0.47312528,0.47302807,0.4208018,0.42061104,0.47302206,0.42036598,0.42054568,0.42052973,0.47271201,0.42042931,0.42080154,0.42038293,0.42063861,0.42060923,0.36822322,0.42070362,0.42069945,0.42074628,0.42055334,0.36825119,0.42077654,0.42070052,0.42085774,0.42051754,0.4207244,0.42052694,0.42050091,0.42084238,0.36839316,0.42073942,0.36821561,0.36815245,0.42061361,0.42083602,0.36816537,0.36829174,0.42066231,0.42080946,0.42073872,0.42062524,0.42053415,0.42076119,0.42067623,0.42063107,0.36825478,0.42068178,0.36831557,0.36832447,0.36836214,0.3682242,0.3682482,0.36849826,0.36822681,0.36848474,0.3685174,0.36845463,0.42074585,0.36807675,0.42082927,0.42078143,0.36825686,0.36836566,0.3682667,0.36825028,0.36848048,0.36806424,0.36851633,0.36819253,0.36851056,0.3680552,0.36812976,0.36835617,0.36823929,0.3681454,0.36813988,0.36819537,0.3681288,0.36854676,0.3684868,0.36830262,0.3684049,0.3681617,0.42038672,0.36838366,0.36842689,0.36848433,0.3681756,0.36805568,0.31610698,0.3682262,0.36851204,0.31613827,0.36835827,0.3684727,0.3158062,-1.1484874,-1.1480633,-1.1483879,-1.9325161,-1.9328867,-1.9326987,-1.9325033,-1.9325312,-1.9325773,-1.9328599,-1.9326873,-1.9326853,-1.93273,-1.9329149:1
74
+ -1.1538448,-1.1540144,-1.1540585,-1.1538724,-1.1540519,-1.1538642,-1.153768,-1.1539928,-1.1541064,-1.1541259,-1.1540347,-1.1537691,-1.1537946,-1.1540671,-1.1539641,-1.1540198,-1.1539968,-1.1537569,-1.1539451,-1.1537862,-1.15382,-1.1539336,-1.1538205,-1.1538343,-1.1540641,-1.1538899,-1.1540095,-1.1538667,-1.1539429,-1.1540213,-1.1537139,-1.1539404,-1.1540535,-1.1538077,-1.1537316,-1.1537433,-1.1538588,-1.154005,-1.1538867,-1.1540212,-1.1539436,-1.1541034,-1.1540427,-1.1539294,-1.1540701,-1.1537994,-1.1539404,-1.1538496,-1.1537397,-1.1539428,1.2595316,1.2594523,1.2596945,1.3441825,1.3440538,1.3440617,1.3442819,1.3441442,1.2174148,1.2171427,1.1327188,1.0902507,1.0901418,1.0478201,1.0478414,1.0902675,1.0056784,1.0053249,1.0054502,1.0057024,1.0056684,0.96321619,0.96329796,0.96316308,0.96324154,0.96326822,0.96303534,0.92094593,0.92072492,0.92066631,0.92085735,0.92095251,0.92082085,0.92070702,0.92104555,0.87863729,0.92076081,0.87840211,0.92089666,0.92077235,0.92068522,0.92093421,0.92077294,0.87863267,0.87843114,0.87859046,0.87869877,0.87835464,0.87835793,0.87838944,0.87837776,0.8783715,0.87866649,0.83636453,0.83622806,0.87851538,0.87846405,0.83623961,0.83606179,0.83631099,0.83620099,0.83617135,0.83619297,0.83596369,0.83597813,0.79402018,0.79375505,0.79367207,0.83634724,0.83626496,0.83621105,0.83626834,0.83632599,0.83606209,0.83631848,0.83603629,0.83630519,0.83622547,0.83606667,0.79393545,0.79361142,0.79393786,0.79382265,0.83608431,0.83616556,0.79386285,0.79388737,0.79364583,0.83627027,0.79394562,0.79370637,0.79376528,0.83602211,0.83626937,0.79369803,0.7940149,0.83612515,0.79384358,0.79364148,0.79371053,0.79401323,0.79379648,0.83600219,0.8360731,0.83620798,0.79365511,0.79393788,0.79362107,0.79377589,0.793969,0.79370936,0.79362304,0.79369468,0.79388432,0.79388864,0.79373722,0.79367722,0.79377616,0.75156927,0.79380773,0.75155231,0.75148991,0.79366344,0.79402478,0.79375152,0.79375505,0.79399404,0.79398725,0.79391803,0.79395277,0.79401796,0.75163073,0.79391996,0.75147441,0.75138813,0.79398664,0.79377935,0.75158188,0.79364863,0.75148583,0.75138428,0.75156728,0.75133024,0.75148426,0.75132229,0.7516012,0.75145643,0.75166811,0.75137216,0.75156152,0.75128069,0.75144352,0.75160717,0.75141318,0.75144408,0.75165096,0.75138437,0.75131422,0.75161865,0.7516696,0.75134792,0.75156106,0.75130898,0.7514721,0.75137458,0.70909244,0.62438904,0.62454463,0.62437761,0.62432239,0.62440333,0.62432188,0.62425356,-1.1540191,-1.1541102,-1.1539811,-1.1538559,-1.1540132,-1.1540113,-1.1541121,-1.1538341,-1.1540306,-1.1537711,-1.1539205,-1.1539184,-1.1540471,-1.1539233,-1.153851,-1.1539236,-1.1541196,-1.1539369,-1.1540441,-1.1540635,-1.1540976,-1.1539264,-1.1538241,-1.1537659,-1.1539525,-1.1539725,-1.1539175,-1.1541159,-1.1538477,-1.1538361,-1.1540903,-1.1537163,-1.153909,-1.1537907,-1.1538636,-1.1540025,-1.1537729,-1.1541086,-1.1537902,-1.1539389,-1.1538242,-1.1540773,-1.1538845,-1.1540284,-1.1541023,-1.1539966,-1.1538551,-1.1538377,-1.1540584,-1.1537963,-1.153996,-1.1539272,-1.1540664,-1.1538821,-1.1539858,-1.1540244,-1.1541147,-1.1539896,-1.1538547,-1.1540276,-1.1537614,-1.1540496,-1.1539466,-1.1540277,-1.1539948,-1.1538697,-1.1541248,-1.1539009,-1.1537919,-1.1538415,-1.1538629,-1.1537163,-1.1538931,-1.1541229,-1.1538635,-1.1539891,-1.1539475,-1.1538831:1
75
+ -1.1166772,-1.1165929,-1.1166446,-1.1165188,-1.1163453,-1.1167042,-1.1162982,-1.1163534,-1.1166967,-1.1167046,-1.1164561,-1.1164444,-1.1166861,-1.1166998,-1.1163749,-1.1165598,-1.1164645,-1.1165176,-1.1163798,-1.1164086,-1.1164701,-1.1166876,-1.116477,-1.1166728,-1.1162927,-1.116581,-1.1165557,-1.1164514,-1.116391,-1.1165107,-1.1163023,-1.1165859,-1.1163241,-1.1164634,-1.116513,-1.1164367,-1.1164673,-1.1163964,-1.1165985,-1.1165981,-1.1166884,-1.1165154,-1.1163861,-1.1166896,-1.1163224,-1.1163746,-1.1165172,-1.1166939,-1.1163411,-1.116393,1.3249812,1.3249873,1.3248778,1.3248202,1.4090846,1.4092005,1.3668294,1.2826405,1.198454,1.1987567,1.1563728,1.1564885,1.1142084,1.1144938,1.0721474,1.072279,1.0300529,1.0301428,0.98794224,0.98811596,0.98795555,0.98815228,0.90381186,0.90385772,0.94593931,0.94623557,0.90415809,0.9040616,0.90397065,0.90388117,0.9039465,0.94610722,0.90377278,0.94620048,0.94600764,0.90384414,0.90403294,0.9040035,0.90400715,0.90402629,0.94611899,0.90391731,0.94617175,0.90403235,0.90381356,0.90394692,0.90393564,0.90416012,0.90392319,0.86180772,0.9038608,0.90408634,0.9040721,0.90384265,0.90396814,0.90379379,0.90376253,0.86171275,0.86169754,0.90392121,0.90406502,0.86195901,0.86203365,0.90399348,0.90408703,0.86192185,0.86197847,0.90407689,0.90381032,0.9040401,0.90414364,0.90397475,0.90374583,0.86189908,0.86198565,0.86205705,0.86191728,0.86184586,0.86184301,0.86194693,0.86188166,0.86187143,0.86185691,0.86179992,0.8619329,0.86191152,0.86166317,0.86198537,0.8197246,0.86202575,0.86173884,0.86195172,0.81958867,0.81960787,0.81997564,0.81992264,0.86198114,0.86190162,0.81966159,0.86197518,0.86177718,0.86183827,0.81978756,0.81960128,0.81980168,0.86175283,0.8619418,0.86177078,0.86171127,0.81967252,0.81985934,0.81956318,0.81964617,0.81990622,0.81991552,0.81957265,0.81982921,0.77780373,0.77770504,0.81970973,0.81966319,0.77764625,0.81978154,0.81966775,0.8196967,0.81980469,0.81973556,0.77752938,0.77750675,0.77786549,0.77782607,0.77788045,0.77779171,0.81973098,0.7778718,0.77746647,0.77785171,0.77776638,0.77748109,0.77771144,0.77760519,0.77772061,0.7777771,0.81975164,0.81996996,0.77758471,0.77778384,0.77769623,0.7777553,0.77778372,0.77760042,0.77755385,0.7778454,0.77785048,0.77768928,0.7775127,0.77767942,0.77748406,0.77783462,0.77754483,0.77765124,0.77760078,0.77764637,0.77755626,0.77767428,0.77751033,0.73555165,-0.52709647,-0.52710317,-1.1166778,-1.1166866,-1.1166158,-1.1166936,-1.1166712,-1.1165316,-1.1165514,-1.1164854,-1.1165279,-1.1162888,-1.1163991,-1.1164719,-1.1164917,-1.1165318,-1.1164877,-1.1164248,-1.1164243,-1.1163041,-1.1164943,-1.1166366,-1.1165847,-1.1166788,-1.1166686,-1.1166917,-1.1163078,-1.1163288,-1.1163839,-1.1163772,-1.1166101,-1.1166749,-1.1166032,-1.116444,-1.1164652,-1.1164415,-1.1165954,-1.1166841,-1.1165916,-1.1166077,-1.1166004,-1.1163109,-1.1164932,-1.1166572,-1.1166887,-1.1163512,-1.1166593,-1.1163303,-1.1166142,-1.1165611,-1.1166288,-1.1163239,-1.1166781,-1.1163242,-1.1166342,-1.1164731,-1.1166278,-1.1165131,-1.1166798,-1.1163033,-1.1166969,-1.1165075,-1.116678,-1.1163878,-1.1163874,-1.1164778,-1.1165265,-1.1163536,-1.1166697,-1.1166325,-1.1166548,-1.1164833,-1.1163826,-1.116517,-1.1166441,-1.1162886,-1.1165991,-1.1165478,-1.1163265,-1.1165033,-1.1164425,-1.1164737,-1.1165152,-1.1166239:1
76
+ -1.2334958,-1.2335435,-1.233353,-1.2335019,-1.233158,-1.2334518,-1.2333572,-1.23335,-1.2332839,-1.2331985,-1.2331957,-1.2333067,-1.2331794,-1.2334571,-1.2332935,-1.2333874,-1.2334014,-1.2333108,-1.2334486,-1.2335296,-1.2333342,-1.2332037,-1.2332709,-1.233371,-1.2332092,-1.2333238,-1.2335679,-1.2334712,-1.2332617,-1.2334646,-1.2333429,-1.2335222,-1.2335773,-1.2332349,-1.2334667,-1.2335823,-1.2335196,-1.2332323,-1.2335222,-1.2335579,-1.2335613,-1.2335586,-1.233311,-1.2331633,-1.2331528,-1.2333448,-1.2331642,-1.2333849,-1.2332517,-1.2332032,1.1913702,1.2781322,1.3212391,1.3210989,1.321405,1.3210862,1.3213558,1.3212225,1.1048585,1.1047057,1.0614991,1.0614397,1.018014,1.0182121,0.97474101,0.9748264,0.97477802,0.97478653,0.93157689,0.93144539,0.93136121,0.88836566,0.88846505,0.88829161,0.88825599,0.88848721,0.88806643,0.88832192,0.88822709,0.88833382,0.845112,0.88816198,0.88818156,0.88823381,0.84508351,0.84492402,0.84516156,0.84503603,0.84482257,0.84481136,0.84512712,0.88816605,0.88831317,0.80187959,0.80160717,0.80165857,0.80149856,0.84490234,0.8451782,0.80146895,0.84490844,0.80174607,0.80188291,0.80154142,0.80170437,0.84486258,0.80173537,0.80155581,0.80159857,0.80166248,0.84497977,0.84501737,0.8448202,0.84512756,0.84498914,0.80159199,0.80170616,0.75853128,0.75853027,0.75837277,0.75844074,0.75832484,0.80169503,0.80184694,0.80165254,0.80159856,0.75841654,0.80162857,0.80158286,0.8018823,0.80178346,0.80171495,0.75822248,0.75816019,0.75827357,0.75851661,0.75850534,0.7585207,0.80166656,0.80154804,0.80175613,0.80163369,0.80157808,0.75852911,0.80160417,0.75832973,0.75839423,0.80162815,0.80165392,0.80170597,0.8015521,0.75850047,0.75820946,0.75817363,0.75834347,0.75826815,0.75853641,0.75821915,0.75837479,0.71521895,0.71494241,0.71525259,0.75830488,0.71523202,0.71513059,0.71487127,0.75818389,0.71514463,0.71512625,0.71520775,0.71527459,0.71511832,0.75834528,0.75852174,0.75821382,0.75849288,0.71527102,0.71488898,0.71489904,0.71486407,0.7582619,0.75848225,0.71524323,0.71519901,0.71516466,0.71492929,0.71519205,0.71520391,0.71498691,0.71525582,0.71489578,0.71501567,0.67187524,0.71515982,0.71494551,0.67172437,0.71528359,0.71488235,0.71520685,0.71511777,0.71513268,0.71526232,0.67188845,0.67195817,0.67156543,0.71515306,0.71528014,0.6718019,0.67182935,0.71489655,0.7149265,0.67157105,0.67198295,0.67178669,0.67158649,0.67157608,0.671619,0.6719864,0.62850815,0.6283397,0.62869057,0.67187306,0.67186712,0.67175832,0.67166189,0.67192376,0.67157613,0.67172826,0.67172935,0.67168655,0.67186828,0.022140187,0.022217547,-1.233547,-1.2331546,-1.23332,-1.2332966,-1.2333365,-1.2333061,-1.2332175,-1.2334474,-1.2332879,-1.2334852,-1.233284,-1.2335687,-1.2332917,-1.233321,-1.2334076,-1.2332352,-1.2334692,-1.2333404,-1.2334214,-1.2333753,-1.2332564,-1.2335773,-1.2332108,-1.2332185,-1.2331969,-1.2332461,-1.2334158,-1.233363,-1.2334865,-1.2333155,-1.2335676,-1.2335755,-1.2332969,-1.2333415,-1.2332919,-1.2335094,-1.2335418,-1.2331692,-1.2331886,-1.2333696,-1.2334599,-1.2331594,-1.2334759,-1.2335496,-1.2333347,-1.2332925,-1.2335768,-1.233531,-1.2333466,-1.2334372,-1.2333204,-1.2334273,-1.2332537,-1.2333382,-1.2331693,-1.2333149,-1.2333233,-1.233453,-1.2331979,-1.2331744,-1.2335292,-1.2333371,-1.2332663,-1.2332105,-1.2333442,-1.2335526,-1.2335537,-1.2335189:1
77
+ -1.8406237,-1.8407389,-1.8407328,-1.8407461,-1.8406844,-1.8406154,-1.8406168,-1.8407311,-1.8407722,-1.8406486,-1.8407477,-1.8405692,-1.840489,-1.8405433,-1.8405131,-1.8404563,-1.8406532,-1.8406845,-1.8405537,-1.840673,-1.840778,-1.8406589,-1.8405016,-1.8404909,-1.8405744,-1.8407472,-1.8405916,-1.8406519,-1.8406636,-1.8405309,-1.8406092,-1.8405161,-1.8406201,-1.8406688,-1.8406748,-1.8406382,-1.8406798,-1.8405631,-1.8404728,-1.8405719,-1.8406331,-1.8406034,-1.8406628,-1.840553,-1.8404614,-1.8405742,-1.8406797,-1.8406632,-1.8405813,-1.8406587,0.95254035,0.91877702,0.9189439,0.95256048,0.91876099,0.91896178,0.81786197,0.78425193,0.78431932,0.75072516,0.7504814,0.71691632,0.71700219,0.71684768,0.71693931,0.71707538,0.71712653,0.68325086,0.64978095,0.64979243,0.683415,0.68321271,0.64983799,0.64953743,0.68349398,0.68320566,0.64956363,0.6495525,0.64967483,0.64969046,0.64953816,0.64964672,0.61597899,0.61608594,0.61611388,0.64955541,0.61602507,0.5824863,0.61588765,0.61592643,0.6161965,0.61600638,0.61613347,0.61618701,0.61617309,0.61619359,0.61598462,0.61602789,0.58230509,0.58233587,0.58248682,0.58223747,0.54872841,0.54873964,0.54868292,0.5824643,0.58221352,0.58243805,0.58235786,0.54886936,0.58230529,0.58240995,0.54889023,0.58245494,0.58252889,0.54857948,0.58241169,0.54881706,0.54863489,0.54861011,0.54863915,0.54857032,0.54860708,0.54869086,0.54882551,0.54875179,0.51510405,0.51516397,0.54871594,0.51494569,0.54888988,0.51497232,0.51516228,0.51494338,0.51501371,0.51509491,0.51521469,0.54856629,0.54877224,0.51519042,0.51518348,0.5151449,0.54881162,0.54878675,0.54886959,0.51498298,0.51511377,0.51491311,0.51502838,0.54879839,0.54883449,0.51520188,0.51503325,0.51511014,0.51507342,0.4814963,0.5150581,0.51510571,0.51508674,0.51496399,0.51520979,0.51494694,0.51520908,0.51495854,0.51506301,0.51500597,0.51515724,0.51521176,0.48136009,0.48144801,0.51520113,0.51496092,0.51523541,0.48157869,0.48152245,0.48147555,0.48141918,0.48152237,0.48133461,0.44782058,0.44781356,0.48135801,0.48128656,0.48154635,0.48147531,0.48154003,0.48152866,0.48157463,0.44789195,0.48130215,0.51498822,0.48125685,0.51512722,0.51517588,0.5149982,0.48130408,0.51512303,0.48153272,0.48155214,0.48142948,0.48153174,0.48144512,0.48146069,0.48128276,0.48155235,0.48132455,0.48139788,0.44792335,0.51510449,0.51499193,0.48139323,0.48132175,0.48151141,0.44774933,0.4479229,0.44763231,0.44774088,0.48128467,0.48156474,0.48134543,0.44775862,0.44770597,0.48138843,0.48144781,0.48127628,0.48134742,0.44780101,0.48156826,0.44780456,0.44792381,0.44763383,0.44760978,0.48140582,0.48148868,0.44766127,0.44780571,0.48154805,0.48134721,0.48129512,0.44788562,0.44782785,0.48125286,0.48138068,0.4812748,0.44762883,0.4477649,0.44767725,0.44774117,0.48155543,0.44783751,0.44763892,0.44767082,0.44767678,0.44762709,0.48126249,0.48143856,0.48146971,0.48129782,0.4476547,0.44768519,0.44770018,0.44784593,0.44788342,0.44777157,0.44791819,0.44790637,0.48151772,0.48148506,0.44778129,0.44771057,0.44781363,0.44789074,0.44782728,0.44767828,0.44787731,0.44776662,0.41405883,0.41405787,0.44791633,0.44771387,0.4476995,0.44790023,0.44778188,-1.8407674,-1.8406434,-1.8404483,-1.8407624,-1.8406709,-1.8404657,-1.84059,-1.8405794,-1.8405289,-1.8406795,-1.8405257,-1.8406695,-1.8405136,-1.8405804,-1.8404658,-1.8406169,-1.8405953,-1.8405068:2
78
+ -2.2260611,-2.2259822,-2.2260277,-2.2259979,-2.2260612,-2.226048,-2.22619,-2.2262312,-2.2261312,-2.2261696,-2.2260271,-2.2260954,-2.2263248,-2.2263184,-2.2259959,-2.226199,-2.2260516,-2.2259903,-2.226323,-2.2261261,-2.2262646,-2.2260557,-2.226227,-2.2262738,-2.2260044,-2.2262657,-2.2260892,-2.2261315,-2.2259901,-2.2262118,-2.2262312,-2.2259695,-2.2261653,-2.2260314,-2.226074,-2.2262474,-2.2260223,-2.2260082,-2.2260081,-2.2261977,-2.2262875,-2.2262408,-2.2259626,-2.2260334,-2.2261648,-2.2262614,-2.2262673,-2.2260783,-2.2260818,-2.2262539,0.8705348,0.83360769,0.83362282,0.83335736,0.83361733,0.79657862,0.79659316,0.79681258,0.79650582,0.72308033,0.72297303,0.72278638,0.72298475,0.64929638,0.57535364,0.57564576,0.57559684,0.57545445,0.57565271,0.53864649,0.57557495,0.57563017,0.57552379,0.57561291,0.57547525,0.57539412,0.5385348,0.57546264,0.57529969,0.57541116,0.575431,0.53865124,0.53851157,0.53852321,0.53852395,0.53862443,0.57542901,0.57557058,0.57550698,0.57541224,0.5387124,0.53879752,0.53872457,0.50168277,0.5017796,0.5018818,0.50157274,0.50193502,0.50190497,0.50161532,0.5017562,0.53868685,0.53875819,0.5387988,0.46482764,0.50170897,0.50159795,0.50184411,0.46490002,0.4650665,0.4647608,0.46491341,0.46501663,0.46500683,0.46491732,0.46475134,0.4650669,0.46499725,0.46482485,0.46507539,0.46476956,0.46503076,0.42801891,0.4280114,0.46475335,0.46484372,0.46496589,0.46491398,0.46479975,0.46491992,0.464929,0.46485563,0.46500245,0.4650292,0.42805434,0.46485154,0.46493817,0.4650182,0.42798198,0.46506254,0.46490331,0.46492347,0.46472464,0.42804334,0.42788822,0.4279162,0.4279276,0.42820786,0.42814679,0.42795183,0.42811878,0.42785915,0.42795758,0.42799919,0.42807303,0.42790083,0.42790307,0.42798065,0.42800613,0.42797013,0.42809784,0.42798113,0.4281878,0.42817772,0.42792649,0.3912809,0.3911115,0.39118193,0.39130968,0.39122273,0.39118131,0.39131477,0.39118167,0.39111036,0.39098839,0.35424062,0.35413716,0.39126731,0.39113068,0.39128792,0.39125211,0.39120816,0.39115553,0.39130493,0.39130919,0.39103462,0.3911076,0.39134347,0.39105012,0.39121365,0.39113652,0.39102512,0.39129609,0.39101526,0.39113396,0.39108762,0.39106689,0.39132005,0.39124547,0.39102689,0.35424273,0.35442096,0.35424538,0.39098768,0.39113144,0.39123798,0.39099561,0.39101156,0.39117945,0.35437269,0.35436619,0.39107236,0.39106778,0.39128992,0.39111033,0.39130272,0.39103361,0.39108176,0.39099003,0.39129377,0.39114184,0.39134961,0.39131316,0.39113312,0.39125858,0.39132368,0.39131802,0.39132369,0.39125855,0.39122861,0.39112618,0.39103056,0.3911256,0.39112059,0.35417502,0.39104962,0.3541621,0.35439924,0.39122408,0.39120413,0.39106903,0.39109794,0.39114015,0.3911963,0.39125249,0.39109306,0.39100941,0.35422121,0.35447885,0.35424425,0.39100544,0.35444414,0.35428608,0.35412134,0.35438987,0.35422984,0.31741392,0.31745789,0.31737728,0.35446955,0.35426779,0.35427401,0.35415533,0.35424894,0.35414054,0.35423154,0.35439866,0.35439265,0.35433006,0.35414946,0.39129908,0.39126705,0.39121797,0.35440869,0.35427757,0.35443336,0.35434511,0.35445422,0.35416489,0.35430612,0.35424356,0.35418063,0.35413045,0.35427113,0.35415375,0.35415531,0.35428611,0.35432588,0.35432151,0.35427527,0.35433628,0.31749417,0.39098558,0.39116775,0.35437819,0.35421479,0.35433941,0.3542826,0.35422327,0.35433863,0.35439654:2
79
+ -2.226883,-2.2268137,-2.2267482,-2.2269623,-2.2268971,-2.2267042,-2.2266479,-2.2267047,-2.2269427,-2.2269727,-2.2268836,-2.226791,-2.2267576,-2.2268096,-2.2267081,-2.2266524,-2.2268884,-2.2268431,-2.2268989,-2.2269952,-2.2268502,-2.2267035,-2.2267941,-2.2269693,-2.2267297,-2.2268564,-2.2268243,-2.2269745,-2.2266636,-2.2268349,-2.226811,-2.2269615,-2.2267492,-2.2269088,-2.2267486,-2.2268824,-2.2269521,-2.2269136,-2.2266751,-2.2266814,-2.2269671,-2.2267541,-2.2267423,-2.2268956,-2.2269442,-2.2267942,-2.2268502,-2.2266903,-2.226724,-2.2268287,0.86043915,0.86032842,0.86017736,0.89721142,0.89716119,0.89722257,0.82364308,0.82364395,0.67656578,0.63990259,0.63989865,0.60294588,0.6029574,0.56632365,0.60313043,0.603043,0.60314062,0.5661802,0.60318864,0.56625462,0.60309789,0.60298429,0.60320465,0.56635079,0.6031617,0.60302574,0.52959336,0.56642227,0.52941615,0.52955646,0.56634236,0.56611894,0.52948772,0.52964068,0.52960006,0.52934872,0.56631053,0.56635562,0.52939261,0.52971162,0.49286788,0.49286404,0.49268033,0.49274817,0.49265518,0.49282,0.49295194,0.49286734,0.4927653,0.49293687,0.49268676,0.45616785,0.45601023,0.4927491,0.49266471,0.49279823,0.45609819,0.49286946,0.45611305,0.45594183,0.49268273,0.49260144,0.49269044,0.45606712,0.4929181,0.49296332,0.45596154,0.45611037,0.45595979,0.45601434,0.4560586,0.45595333,0.45593069,0.41937551,0.4192033,0.41944273,0.45598757,0.45617341,0.45607759,0.45610388,0.45594058,0.41935058,0.4191218,0.45589274,0.4560226,0.41932947,0.45608679,0.45613591,0.45602456,0.45606438,0.41919248,0.45621106,0.41918517,0.41945706,0.41930938,0.41923424,0.41937798,0.41942832,0.41940607,0.4193776,0.41940015,0.41926259,0.41911467,0.41920164,0.41920773,0.41918071,0.45619387,0.41918167,0.41939514,0.41945493,0.38264996,0.41944072,0.41934894,0.38256335,0.38257354,0.41934113,0.41918864,0.41931138,0.4191687,0.41939174,0.38252752,0.41945349,0.41916475,0.45606667,0.45600861,0.41921749,0.38259337,0.38259818,0.38256294,0.45599869,0.38254056,0.3827015,0.38249068,0.38245171,0.38236381,0.3826689,0.38238905,0.41943631,0.41914006,0.41943929,0.38259337,0.38239597,0.38252032,0.38251018,0.38245773,0.38246356,0.41922792,0.41943977,0.41921829,0.41915033,0.38235458,0.38234713,0.38240317,0.38248678,0.38239896,0.38268233,0.38243885,0.38261803,0.38258115,0.38246321,0.4192826,0.38235729,0.38247037,0.38264587,0.38245399,0.38235072,0.38241798,0.38257056,0.38255686,0.38251108,0.38270394,0.38235827,0.38256561,0.38264763,0.38240504,0.38269253,0.41915528,0.41933683,0.38246514,0.38238259,0.38253533,0.38236434,0.38252796,0.38246204,0.38240881,0.38257124,0.41935874,0.38241226,0.38266756,0.38239075,0.38259486,0.38269348,0.38256258,0.38256162,0.38263091,0.3824346,0.38248401,0.38251127,0.38239294,0.34574455,0.34583295,0.38236517,0.38237651,0.38261938,0.38256724,0.38234458,0.38237095,0.38248732,0.34576748,0.38254755,0.3826008,0.38238245,0.38240745,0.38238269,0.38248951,0.38236334,0.34566818,0.38260087,0.34578878,0.38262249,0.38242609,0.38261485,0.38256736,0.38262003,0.38264198,0.38269862,0.34561126,0.38245101,0.3826186,0.38253008,0.38269403,0.34578236,0.38264972,0.3825365,0.3458267,0.34588026,0.38249148,0.34583115,0.34568232,0.34593248,0.34571348,0.34592355,0.34592241,0.34578441,0.34564245,0.34563464,0.34566046,0.38253784,0.34595881,0.38243474,0.38235564:2
80
+ -2.2235094,-2.2234697,-2.2235463,-2.2233124,-2.2234299,-2.2232894,-2.2234803,-2.2233406,-2.2234902,-2.2235873,-2.223241,-2.2234213,-2.2234985,-2.2234504,-2.2233905,-2.2234167,-2.2235212,-2.2235695,-2.2233105,-2.2234684,-2.2234881,-2.2235473,-2.2233905,-2.2233577,-2.2232302,-2.2234251,-2.2233189,-2.223577,-2.2235621,-2.2233386,-2.2234039,-2.2232707,-2.2234996,-2.223388,-2.2233339,-2.2234218,-2.2232256,-2.2232849,-2.223228,-2.2233009,-2.2233364,-2.2233054,-2.2234133,-2.2234362,-2.2234085,-2.2235072,-2.2234274,-2.2233352,-2.2235225,-2.2235218,0.96549373,0.96524809,0.96550205,0.96555901,0.96530959,0.96539237,0.96526955,0.78216256,0.70898168,0.74560035,0.70885655,0.6353955,0.63547919,0.67202378,0.63541842,0.63543322,0.59880755,0.59888027,0.59876999,0.59890255,0.56217254,0.56212933,0.56225277,0.59874171,0.56210555,0.5622304,0.5257073,0.5255546,0.52559058,0.5255848,0.52560295,0.52543755,0.5621177,0.56211095,0.56236267,0.56238556,0.56234482,0.52543319,0.52550719,0.52548605,0.56209572,0.56218097,0.52566093,0.48874967,0.48873309,0.4890431,0.48901846,0.48881221,0.4889833,0.52567266,0.48899172,0.48905871,0.48889965,0.48888639,0.48886313,0.48886715,0.48879935,0.48879001,0.48880614,0.48890159,0.4522374,0.45217195,0.45227004,0.4521493,0.45207557,0.45239639,0.4521205,0.45227016,0.45228732,0.45207742,0.45238075,0.4522493,0.48908277,0.48890315,0.45210131,0.41553888,0.41578335,0.41563061,0.45232648,0.45221877,0.45225236,0.41577044,0.45238952,0.4156612,0.41549455,0.41554461,0.4156095,0.41557306,0.41562336,0.41564847,0.41545321,0.41552362,0.45228946,0.45243164,0.45217626,0.45234579,0.4523369,0.41549274,0.37883925,0.4154495,0.41559944,0.41570459,0.37904117,0.37899628,0.37904944,0.37877677,0.41573,0.41550413,0.41575816,0.41552875,0.41546061,0.41558712,0.41574182,0.41575018,0.37908543,0.37898576,0.41561048,0.41563575,0.41575035,0.41573633,0.41571835,0.41559591,0.41545909,0.41543142,0.41548034,0.41552509,0.41559133,0.41573127,0.4156551,0.41563712,0.41552517,0.41550915,0.41562008,0.41571902,0.37877146,0.37883551,0.37884633,0.41565777,0.37910744,0.37904227,0.37892491,0.3790601,0.37877041,0.37887395,0.41565867,0.41570089,0.37899135,0.34241931,0.37894259,0.37908711,0.37877057,0.37907443,0.37883184,0.37904662,0.37908814,0.37901316,0.37903061,0.3787676,0.3788578,0.37900671,0.37909693,0.37893711,0.37911647,0.37894933,0.37906248,0.4155088,0.41563314,0.41544017,0.37881485,0.4154883,0.37908773,0.37894041,0.37877285,0.37888359,0.37883704,0.37897355,0.37885765,0.37877796,0.37904491,0.37899806,0.37891683,0.37888433,0.37882592,0.37882429,0.37883173,0.37895248,0.37907147,0.3788195,0.37910968,0.34225575,0.34233933,0.37909252,0.37882919,0.37889835,0.37902148,0.3790467,0.37910572,0.37895134,0.34236424,0.34222946,0.3423522,0.34217838,0.3424734,0.3424726,0.34228625,0.34223588,0.37878412,0.41550407,0.37895305,0.37879895,0.37883447,0.3788992,0.34216788,0.34224567,0.34222017,0.34229802,0.3790912,0.37911934,0.41545408,0.41575642,0.4156295,0.41548493,0.37892518,0.37890862,0.37906873,0.37897755,0.34230577,0.34245508,0.34243135,0.34238923,0.34229618,0.3423971,0.37904446,0.3790868,0.34231369,0.34243885,0.3422318,0.34222994,0.34244561,0.34247015,0.34215228,0.34247871,0.37905969,0.37881472,0.34243283,0.34228263,0.34214682,0.34222264,0.34245709,0.34213438,0.3423771:2
81
+ -1.0201286,-1.0200432,-1.0201135,-1.0201706,-1.0202559,-1.0201588,-1.0201765,-1.0200775,-1.0201837,-1.0201151,-1.0201422,-1.0202138,-1.0200765,-1.0202773,-1.0201558,-1.0202595,-1.0202898,-1.0202306,-1.0200869,-1.0200797,-1.0201635,-1.0201518,-1.0201053,-1.0202576,-1.0200764,-1.0201109,-1.020205,-1.0202547,-1.0202872,-1.0202034,-1.0201607,-1.0200965,-1.0203109,-1.0201068,-1.0203069,-1.0202518,-1.0201019,-1.0201474,-1.0202611,-1.0202679,-1.0200493,-1.0201862,-1.0200351,-1.0200582,-1.0202496,-1.0202536,-1.0202406,-1.0202433,-1.0201354,-1.0201277,1.3181183,1.3182331,1.3468599,1.3467803,1.3467321,1.2612002,1.2611187,1.2040395,1.0901972,1.1187343,1.0899861,1.0901313,1.0901544,1.0901973,1.061458,1.0901881,1.09018,1.0615015,1.0616382,1.0615535,1.0616459,1.0615941,1.061447,1.0330118,1.0330196,1.0329492,1.0331425,1.0330364,1.0331589,1.033083,1.0329395,1.0044369,1.0046459,1.0046407,1.0046294,1.0046699,1.004639,0.97589451,0.97596987,1.004508,0.97614408,0.97601891,0.97589158,1.0045175,0.97602773,1.0045433,1.0044705,0.97605419,0.97603018,0.97598423,0.97614885,0.97598034,0.97603626,0.97615979,0.97616532,0.97606412,0.97607852,0.97595014,0.97590389,0.97610519,0.97609687,0.97592196,0.94750622,0.94759918,0.97614906,0.94737327,0.94745176,0.94743092,0.94757396,0.9189736,0.9189006,0.91905691,0.91887951,0.94751069,0.91898556,0.94753179,0.94747848,0.94762703,0.91890647,0.94762633,0.94740916,0.94750761,0.94759526,0.94749372,0.94748537,0.94747621,0.91893221,0.94756536,0.94743648,0.94747327,0.91897372,0.91910911,0.94758846,0.91885783,0.91896481,0.91903381,0.91890929,0.919104,0.91896103,0.91911732,0.94748747,0.94756088,0.91913016,0.91888998,0.91913378,0.91889983,0.91912363,0.89055319,0.91898067,0.91891193,0.9189216,0.91892366,0.89048461,0.8906097,0.91892422,0.91892721,0.89048308,0.91899307,0.89048405,0.91913151,0.91890173,0.91909604,0.91892527,0.89037329,0.89048845,0.89039328,0.91894636,0.89060766,0.9190891,0.91897101,0.91889476,0.91891803,0.890598,0.91895214,0.91913928,0.89052137,0.91896512,0.91893613,0.91902358,0.89043329,0.89041156,0.89053403,0.89049941,0.86190502,0.89059541,0.8905618,0.89042535,0.91895292,0.86209307,0.86206651,0.89060828,0.8904409,0.89050874,0.89059677,-0.9630148,-0.96320019,-1.0200653,-1.0200772,-1.0202845,-1.0202842,-1.0200845,-1.0202674,-1.0202087,-1.0202671,-1.0200902,-1.020293,-1.0202994,-1.0203086,-1.0200584,-1.0201088,-1.0202363,-1.0202835,-1.0202717,-1.02013,-1.0203001,-1.0201071,-1.0202474,-1.0201689,-1.0202736,-1.0202661,-1.0202343,-1.0201249,-1.0200632,-1.0203082,-1.0202229,-1.0200784,-1.0200633,-1.0201682,-1.0201493,-1.0201933,-1.0201806,-1.020151,-1.0202816,-1.0201831,-1.020263,-1.0202823,-1.0202568,-1.0203104,-1.0201687,-1.0200998,-1.0202262,-1.0200292,-1.020045,-1.0200796,-1.0201542,-1.0202575,-1.0202972,-1.0202785,-1.020235,-1.0200722,-1.0201957,-1.020277,-1.0201875,-1.0201221,-1.0200679,-1.0200623,-1.0201462,-1.0202194,-1.0203013,-1.0202386,-1.0201499,-1.0200529,-1.0202604,-1.0201568,-1.0202773,-1.0201877,-1.0202233,-1.020162,-1.02026,-1.0201168,-1.0203131,-1.0202961,-1.0202079,-1.0201272,-1.0201755,-1.0201695,-1.0201623,-1.0201824,-1.0202268,-1.0202313,-1.0201808,-1.0201422,-1.0202809,-1.0200959,-1.0201765,-1.0201559,-1.0200929,-1.0202899,-1.020071,-1.020038,-1.0202623:2
82
+ -2.1322711,-2.1324358,-2.1324727,-2.1324752,-2.1322933,-2.132418,-2.1323598,-2.1325861,-2.1324529,-2.1322692,-2.1325653,-2.1324795,-2.1325831,-2.1325151,-2.132301,-2.1323962,-2.13229,-2.1322746,-2.1324531,-2.1326073,-2.1322674,-2.1325076,-2.1325709,-2.1325129,-2.1323473,-2.1325378,-2.132345,-2.1323746,-2.1322523,-2.1323258,-2.1323676,-2.1324562,-2.1324879,-2.1325279,-2.1323615,-2.1325565,-2.1323546,-2.1323011,-2.1325628,-2.1326116,-2.1324758,-2.1323601,-2.1325133,-2.132537,-2.1325765,-2.132531,-2.1324467,-2.1325363,-2.1324192,-2.1322881,0.8882456,0.88844639,0.9251475,0.92522444,0.92527247,0.88823277,0.77776784,0.77790291,0.66709541,0.66731914,0.63044353,0.63040196,0.63052568,0.63054686,0.63051677,0.6305297,0.63024605,0.59350477,0.63032963,0.63026137,0.63037573,0.5936626,0.59355327,0.59357769,0.63034068,0.63039482,0.55677658,0.59372147,0.59372765,0.59350233,0.55665026,0.5567404,0.55671803,0.55673695,0.5937111,0.59347068,0.51992693,0.51978226,0.55691202,0.51984854,0.51986542,0.51982453,0.51972831,0.51982183,0.51977013,0.51982527,0.51997083,0.51987137,0.51977868,0.48322753,0.48300165,0.51983036,0.5198578,0.48319798,0.48300876,0.51978308,0.51977516,0.48311894,0.48310766,0.48295909,0.48303843,0.48321627,0.4828894,0.48321874,0.48301105,0.48314875,0.48290174,0.48300205,0.4831837,0.48302161,0.44636329,0.44623623,0.44612803,0.44624629,0.48306009,0.44612165,0.44611298,0.44622664,0.44632363,0.48320977,0.48312451,0.48290414,0.44604903,0.4463135,0.44637466,0.44628704,0.44638758,0.44623082,0.44615746,0.44603871,0.4462189,0.44613253,0.44621009,0.44635772,0.44612382,0.44626268,0.44619475,0.44610958,0.44611269,0.48304895,0.44627586,0.44617572,0.4461898,0.40929656,0.4094209,0.40955057,0.44610618,0.44627363,0.44636201,0.44604076,0.44610431,0.44619647,0.44623723,0.40941392,0.40929829,0.44610947,0.44624335,0.44607252,0.40930099,0.4463345,0.44614456,0.44612703,0.44625477,0.44615111,0.40947548,0.40945015,0.40944711,0.40954339,0.40927682,0.44639703,0.44640327,0.4462519,0.4094649,0.40934946,0.40951257,0.44619768,0.44611688,0.40931552,0.40929783,0.44630424,0.44608261,0.40927005,0.44623816,0.44620497,0.40929205,0.40931871,0.40949191,0.40925423,0.44619409,0.44614845,0.44625728,0.44612519,0.40922786,0.40930529,0.44621925,0.44634315,0.44618159,0.44623187,0.44610653,0.4094415,0.40933784,0.4093042,0.4094523,0.40933503,0.40948446,0.44619556,0.40944025,0.40947306,0.40925415,0.40946344,0.40945041,0.37267535,0.40935363,0.40923327,0.40925464,0.4093941,0.40947144,0.4093932,0.40923171,0.40921988,0.40924548,0.40927803,0.37239891,0.37264727,0.40948501,0.40944291,0.40952037,0.4094286,0.40943834,0.40926431,0.40947311,0.40936497,0.40928275,0.40949753,0.40938771,0.40935503,0.40953648,0.40949652,0.40942783,0.40927501,0.4095242,0.40924062,0.40928369,0.40941522,0.40927423,0.40922324,0.40933029,0.40954624,0.40943996,0.37245634,0.37238351,0.37241181,0.37242954,0.37271563,0.37247107,0.37272083,0.37254583,0.37239032,0.3724483,0.37246702,0.37262909,0.3726487,0.37242287,0.3726039,0.37252946,0.40941967,0.40931542,0.37252029,0.37247385,0.37264072,0.37256646,0.37262993,0.37256823,0.37246051,0.372422,0.37264702,0.37264377,0.37269484,0.37253939,0.37238713,0.37257552,0.37265214,0.37256854,0.37237526,0.37272716,0.37242064,0.37271904,-1.948293,-1.9482075,-2.1324733,-2.1325315:2
83
+ -2.223852,-2.2237671,-2.2238562,-2.2238821,-2.2238178,-2.2237761,-2.2236428,-2.223607,-2.2239261,-2.2239154,-2.2237154,-2.2237079,-2.2236425,-2.2238498,-2.2239307,-2.2237588,-2.2239331,-2.2235987,-2.2237849,-2.2236967,-2.2237182,-2.2235985,-2.2235844,-2.2238736,-2.2237453,-2.2238727,-2.2238996,-2.22367,-2.2235765,-2.2235931,-2.223823,-2.223865,-2.2236797,-2.223887,-2.2236012,-2.2239217,-2.2236453,-2.2238749,-2.2236525,-2.223786,-2.2236501,-2.2237793,-2.2236371,-2.2237061,-2.2236734,-2.2237102,-2.2237086,-2.2239213,-2.2238009,-2.2236777,0.94112867,0.94129319,0.98021723,0.98005778,0.94106141,0.94108443,0.86281315,0.8630422,0.74568276,0.70677192,0.62848893,0.62862814,0.62844676,0.58936024,0.58954481,0.62853881,0.58943952,0.58952269,0.55054461,0.55033587,0.62837859,0.5894743,0.58950673,0.5893122,0.5892861,0.58946598,0.58941595,0.5893033,0.58962634,0.55039129,0.55057004,0.55027463,0.55027632,0.55050003,0.55056505,0.55038793,0.5504654,0.55042652,0.55034595,0.51120812,0.51137785,0.5111992,0.51147529,0.47231362,0.47243085,0.47228577,0.47206711,0.47242705,0.51122135,0.5111292,0.47216897,0.47206536,0.51114715,0.5115146,0.47212404,0.47209424,0.51128343,0.47244052,0.47221918,0.47205464,0.4723554,0.47236392,0.47233988,0.43334132,0.43324906,0.43327682,0.47244005,0.47205226,0.47209538,0.47228509,0.47234716,0.47221312,0.4722627,0.47210477,0.43298155,0.4332541,0.47222921,0.47232218,0.47205695,0.47240715,0.43305823,0.47217966,0.43303837,0.43325859,0.43327377,0.43334285,0.43331847,0.43303838,0.43320993,0.43323157,0.43333327,0.39392299,0.39427322,0.43307296,0.43320752,0.43315223,0.43314892,0.43331904,0.43323596,0.43334242,0.43319778,0.4331677,0.43320396,0.43323332,0.43331629,0.39416864,0.43318864,0.43324992,0.43303123,0.43326114,0.47222256,0.43333091,0.43299331,0.43333736,0.39402593,0.39426988,0.43334908,0.43303323,0.39401909,0.39391153,0.39414009,0.43321189,0.43318409,0.39397583,0.39409488,0.3939578,0.39419242,0.39425722,0.39404936,0.39398804,0.39403171,0.43318861,0.43303995,0.43303623,0.39427044,0.39408156,0.39404754,0.43324377,0.39409575,0.39397428,0.39407782,0.39407364,0.3939585,0.39421394,0.43333246,0.43301256,0.35502548,0.39397227,0.39395799,0.39392506,0.39400818,0.39426228,0.3941743,0.35489363,0.39398701,0.39393013,0.39424774,0.39412892,0.39395519,0.39400372,0.39404174,0.39428001,0.39404448,0.39397341,0.39407089,0.39407798,0.39395101,0.35518734,0.35487784,0.35496493,0.35505067,0.35517049,0.35499009,0.35506794,0.35505766,0.35495966,0.35488971,0.35510037,0.39429244,0.3940807,0.39429647,0.39429607,0.39399848,0.3548453,0.35497067,0.39422295,0.39401992,0.39426248,0.39415579,0.3551694,0.35516712,0.3548609,0.35501927,0.35512087,0.39408203,0.3941732,0.35521563,0.35495843,0.35507759,0.35491116,0.35489202,0.35500315,0.35485579,0.35521961,0.3550175,0.35519373,0.35485857,0.35522146,0.35510304,0.35498418,0.35501648,0.3550698,0.35496532,0.39411913,0.35493537,0.35488248,0.35518746,0.39396044,0.39403763,0.35485404,0.35501911,0.35489812,0.35493331,0.35487529,0.35492131,0.35498245,0.31608437,0.31600346,0.31606422,0.35497726,0.35514754,0.35485535,0.35515449,0.35521146,0.31610851,0.31582869,0.3552096,0.35508313,0.35513277,0.31599674,0.31607222,0.31606663,0.31597155,0.35491197,0.39423176,0.39413838,0.35486077,0.35489963,0.31580318,0.35513482,0.35501212:2
84
+ -1.8131363,-1.8133107,-1.8130545,-1.8130801,-1.8131139,-1.8131954,-1.8131552,-1.8131934,-1.8131114,-1.8132887,-1.8132795,-1.8130268,-1.8131739,-1.813134,-1.8130624,-1.8129915,-1.8131099,-1.8132031,-1.8131393,-1.8131589,-1.8133057,-1.8130345,-1.8131664,-1.8132777,-1.8131524,-1.8130487,-1.8131374,-1.8131479,-1.8131125,-1.8133277,-1.8130594,-1.8130893,-1.8133236,-1.8131642,-1.8131907,-1.8132423,-1.8131869,-1.8132994,-1.8131178,-1.813262,-1.813262,-1.8130051,-1.8131269,-1.8132681,-1.8130581,-1.8132232,-1.8131257,-1.8132051,-1.8131849,-1.8130425,0.93116192,0.96477678,0.9650439,0.96481033,0.89702762,0.82952008,0.79559848,0.79552216,0.76176497,0.72784788,0.72785664,0.72790678,0.72783078,0.72780268,0.72779449,0.72761693,0.69393591,0.69392243,0.69387378,0.69405974,0.65990434,0.65997951,0.69401574,0.69377701,0.62618037,0.62619622,0.62623496,0.62630543,0.62627917,0.62610112,0.62622658,0.59218319,0.59241331,0.62619065,0.62624164,0.59228611,0.592371,0.62605054,0.59229799,0.59231337,0.59231032,0.59226549,0.59235846,0.59214286,0.62604096,0.59242442,0.59242519,0.59239171,0.59235814,0.59241215,0.5924089,0.55832026,0.59217753,0.55847373,0.59215161,0.59209957,0.59208933,0.59237248,0.55827451,0.55846012,0.55831219,0.55834401,0.55839831,0.5584124,0.55852603,0.558245,0.55841041,0.55852734,0.55823341,0.55846249,0.55829141,0.55850576,0.55845739,0.5584379,0.59220989,0.55852678,0.55831674,0.52439465,0.55825287,0.55833598,0.55828246,0.5584834,0.55845666,0.55836674,0.55844829,0.55826314,0.55830514,0.55822327,0.55834815,0.52462506,0.5584616,0.52441293,0.5584883,0.55854125,0.52441938,0.52460115,0.52448047,0.52457739,0.5583376,0.55844663,0.52435658,0.52461947,0.52439169,0.52446131,0.52458611,0.49070304,0.5243322,0.52444365,0.55830693,0.52435621,0.52457581,0.49054903,0.49056962,0.52448288,0.52449746,0.52435358,0.52460818,0.52465082,0.52447707,0.49076952,0.49049503,0.52450465,0.49063774,0.4905222,0.49058205,0.49061284,0.49065285,0.49051916,0.52449149,0.5244496,0.49075285,0.52435643,0.49047583,0.5244961,0.49063785,0.49065659,0.49047965,0.49057123,0.49045674,0.49068902,0.49066802,0.49068576,0.52434998,0.49072892,0.45671005,0.49063576,0.4906469,0.49060947,0.49061886,0.49061654,0.49048249,0.49063287,0.49065053,0.45688776,0.45683396,0.45686467,0.4904895,0.49068858,0.5245832,0.49077932,0.49064547,0.45660339,0.49047753,0.49078279,0.49071838,0.49064406,0.45671612,0.45677041,0.45682363,0.42295803,0.49067906,0.49057397,0.4906409,0.49061093,0.49061337,0.49069125,0.49051019,0.49070134,0.49060996,0.49077355,0.49050457,0.45689059,0.49053229,0.49053168,0.45666881,0.4907455,0.45673151,0.49045906,0.4568129,0.49069045,0.49060907,0.49061932,0.49071242,0.49067544,0.49075455,0.49067281,0.49076845,0.49075511,0.49045406,0.49073517,0.49077097,0.45690074,0.45677658,0.4567734,0.49062239,0.49047436,0.49060597,0.4568861,0.4906843,0.45674128,0.49054036,0.45661178,0.45657821,0.4904524,0.4907802,0.49066726,0.49047439,0.49061616,0.49057564,0.49078406,0.45678973,0.49065271,0.49074249,0.49063489,0.49050839,0.45668871,0.49068382,0.49073125,0.49061975,0.49051822,0.49068887,-1.372848,-1.8131182,-1.8133207,-1.8132167,-1.8131678,-1.8132973,-1.8132888,-1.8130299,-1.8133247,-1.8132498,-1.8130048,-1.8132704,-1.8130079,-1.8130278,-1.8130814,-1.8131119,-1.8131261,-1.8130462,-1.8132771,-1.8132056:2
85
+ -1.6007838,-1.6008251,-1.6006483,-1.6008289,-1.6007441,-1.6008331,-1.6007149,-1.6007716,-1.6009207,-1.6008947,-1.6007717,-1.6008465,-1.6008347,-1.6009204,-1.6008288,-1.6006522,-1.6007698,-1.6007113,-1.6006239,-1.6008921,-1.6008577,-1.6007925,-1.6009124,-1.6006513,-1.600746,-1.6006665,-1.6007542,-1.6008507,-1.6007241,-1.6006825,-1.6008903,-1.6007283,-1.6009281,-1.6008201,-1.6007196,-1.600877,-1.6006905,-1.6008551,-1.6006514,-1.6008921,-1.60085,-1.6008855,-1.6008989,-1.6008556,-1.6008681,-1.6008657,-1.6008143,-1.6007607,-1.6008525,-1.6006497,0.95933258,0.95940328,0.99084317,0.99089938,0.92772227,0.89618217,0.86440311,0.83293888,0.83278819,0.76966838,0.7696881,0.80122366,0.80118838,0.76954641,0.73799179,0.73798366,0.73812603,0.73821402,0.73799479,0.73807822,0.73816686,0.70651664,0.70651929,0.70637514,0.70649633,0.70632399,0.70638967,0.70660145,0.70644256,0.73795282,0.70637567,0.70648939,0.70631527,0.70647196,0.6431377,0.64324275,0.67480137,0.67482999,0.67472611,0.6748584,0.67492512,0.70654363,0.67495378,0.67485412,0.67474455,0.64324725,0.67480958,0.64327132,0.64314229,0.64311035,0.64317547,0.6432785,0.6431542,0.61178951,0.64336128,0.64330466,0.64321843,0.64313255,0.64314385,0.61164794,0.61160362,0.64322166,0.61166315,0.6117654,0.6117452,0.61168635,0.61161168,0.61170557,0.61174739,0.61168298,0.61176034,0.61163443,0.61179568,0.61180623,0.61165379,0.61165071,0.61163331,0.61153806,0.61157329,0.61153674,0.61180449,0.61175365,0.57990644,0.61163166,0.61178358,0.61167809,0.61163726,0.61163196,0.6115901,0.61172017,0.61178791,0.61177374,0.61172318,0.58010546,0.58011745,0.58000558,0.58009324,0.58018122,0.61160682,0.61166196,0.61179777,0.57998552,0.58013096,0.61155579,0.61163263,0.58011521,0.57995271,0.61162636,0.61149714,0.5801816,0.58007387,0.58012983,0.58013124,0.5801421,0.57990081,0.57988724,0.5801029,0.57990325,0.58018933,0.5799061,0.58009247,0.57992873,0.61162936,0.58008194,0.58016336,0.58008783,0.57999828,0.58018539,0.57989727,0.57993221,0.58015248,0.57996421,0.57990765,0.58018242,0.57989067,0.58017287,0.58000244,0.54843783,0.58004516,0.58015445,0.58018016,0.58001207,0.58008688,0.58003694,0.5801385,0.5483592,0.54835637,0.58010352,0.57991512,0.57998579,0.58003625,0.6116134,0.58001858,0.58010468,0.58019349,0.54852394,0.54854936,0.54858276,0.57993543,0.58011595,0.57990888,0.58004349,0.58001156,0.54847446,0.54839412,0.54850728,0.54828657,0.54842675,0.54833754,0.58018302,0.58012585,0.54844462,0.54846175,0.54839661,0.54849536,0.54831928,0.58015216,0.54828267,0.58012141,0.54852327,0.54842581,0.58008233,0.54841973,0.54856484,0.5483746,0.54837848,0.58020128,0.57995799,0.54857986,0.54829082,0.57989335,0.58007471,0.58000326,0.54859544,0.54850021,0.54856298,0.58002285,0.58016762,0.54850214,0.57992545,0.54837818,0.54837276,0.54833705,0.54835961,0.54849585,0.54859492,0.54857249,0.54831057,0.54848282,0.54843036,0.54849899,0.54837736,0.54858949,0.54828338,0.54847278,0.51680547,0.54829767,-1.5691546,-1.600692,-1.600707,-1.6008792,-1.6008463,-1.6008811,-1.6006363,-1.6006299,-1.6006254,-1.600835,-1.6008659,-1.6009236,-1.6006892,-1.6008345,-1.6008566,-1.6007894,-1.600726,-1.6008637,-1.6008909,-1.6007631,-1.6007122,-1.6009075,-1.600658,-1.6008819,-1.6007358,-1.6006842,-1.6007617,-1.6007794,-1.6008894,-1.6008226,-1.600796,-1.6008085,-1.6008962,-1.6007148:2
86
+ -1.7396784,-1.7396013,-1.7396933,-1.7397311,-1.7395855,-1.7396062,-1.7396845,-1.739547,-1.7397729,-1.7396546,-1.7396525,-1.7396508,-1.7395458,-1.7396545,-1.7396645,-1.7397446,-1.7398592,-1.7397686,-1.7398082,-1.7398326,-1.7397449,-1.7398434,-1.7396494,-1.7396136,-1.739753,-1.7397709,-1.7398236,-1.7395777,-1.739579,-1.7397854,-1.7396806,-1.739623,-1.7398519,-1.7395369,-1.7397485,-1.7398315,-1.7397189,-1.7396068,-1.739793,-1.7395368,-1.7396247,-1.7395334,-1.7395663,-1.7397395,-1.7395343,-1.7398032,-1.7396202,-1.7396722,-1.7396516,-1.7397762,1.1125288,1.0108785,1.0448609,1.0106356,0.97685402,0.94299983,0.94303914,0.8750653,0.87480567,0.70516281,0.67119492,0.70523158,0.63722122,0.67126964,0.67124158,0.67130059,0.67126327,0.67135049,0.70502887,0.67118135,0.67114256,0.67121557,0.6711226,0.70502079,0.67124038,0.67133444,0.67134266,0.67127085,0.67129398,0.63738453,0.63711796,0.67111211,0.63731793,0.63738689,0.63742137,0.63735062,0.63725985,0.63735182,0.63739496,0.63741457,0.63719599,0.63741665,0.60333292,0.60348134,0.63741438,0.63710937,0.60341108,0.63723582,0.63736728,0.60346449,0.60338273,0.63729541,0.60340038,0.60335213,0.56936352,0.60320974,0.60323135,0.63715676,0.56951499,0.60345757,0.60333571,0.60341053,0.6032671,0.63727706,0.60315882,0.60340942,0.60337658,0.60333964,0.56920168,0.5693992,0.60319618,0.56950294,0.56939048,0.60338993,0.60339717,0.56929964,0.6032376,0.60330238,0.56949143,0.53548742,0.53541692,0.53537274,0.56952155,0.56924543,0.5693959,0.56939485,0.56934638,0.56937243,0.53530849,0.56936022,0.56941032,0.56948705,0.53551891,0.5693182,0.56948241,0.5692967,0.56937478,0.56922588,0.56941351,0.56945009,0.56929491,0.56931676,0.56934067,0.53547208,0.53556002,0.53553948,0.5354352,0.56925022,0.53533841,0.53556468,0.5353155,0.53542493,0.53524488,0.53537106,0.53536114,0.53535875,0.53550844,0.53531962,0.53551676,0.53551632,0.53541057,0.53528505,0.53528158,0.53539439,0.53548518,0.50154906,0.53545407,0.53550637,0.53532864,0.53528248,0.53529984,0.53543053,0.5353485,0.53527442,0.53550753,0.53533423,0.53538583,0.53556112,0.53546582,0.50132524,0.53534178,0.50154008,0.50129182,0.53526764,0.53537168,0.50148447,0.53551239,0.53540424,0.50159165,0.50138807,0.50153823,0.50155858,0.50152222,0.53547481,0.53543189,0.5015556,0.46757061,0.4674415,0.5016086,0.50131507,0.53535305,0.53547652,0.5015582,0.53524662,0.50148861,0.50145834,0.53551931,0.50128098,0.50128077,0.50140742,0.53553952,0.50132113,0.53548211,0.50134197,0.50154409,0.50155111,0.50144819,0.50158495,0.50132299,0.46750095,0.50142166,0.50153257,0.5014101,0.53538217,0.5013547,0.50150879,0.53551497,0.50141977,0.50138443,0.50132428,0.50143256,0.50152295,0.50142632,0.46743248,0.46744754,0.50141142,0.50151198,0.46760016,0.5013001,0.46756869,0.46736775,0.46750741,0.46742992,0.50149019,0.46740737,0.46755493,0.46758852,0.46747541,0.46749904,0.50141927,0.5014755,0.50138312,0.4673167,0.50152102,0.4673805,0.50150395,0.50133022,0.46756474,0.43366908,0.50151751,0.50128867,0.50152629,0.50134066,0.46736989,0.46734779,0.4673635,-0.38135394,-1.6717906,-1.7397932,-1.7396594,-1.7398431,-1.7396655,-1.7396,-1.7396106,-1.7396982,-1.7397021,-1.7395413,-1.7396621,-1.7398132,-1.7397324,-1.7396487,-1.739803,-1.7397778,-1.7395825,-1.7396519,-1.739556,-1.7395863,-1.7398343,-1.7397653,-1.7396687,-1.7397462:2
87
+ -2.2237718,-2.2238252,-2.2237869,-2.2236532,-2.2235861,-2.2235531,-2.2236104,-2.2237489,-2.2238237,-2.2236562,-2.223781,-2.2238482,-2.2236228,-2.2236372,-2.2236825,-2.2238824,-2.2238507,-2.2238058,-2.2235711,-2.2237926,-2.223582,-2.223525,-2.2235511,-2.2237544,-2.2236151,-2.223504,-2.2236087,-2.2237155,-2.2236582,-2.2237958,-2.2235808,-2.2235381,-2.2238086,-2.2238415,-2.223672,-2.2238793,-2.2235367,-2.2235718,-2.2237465,-2.2237807,-2.2235754,-2.2238772,-2.2238391,-2.2235843,-2.2237006,-2.2236903,-2.2237915,-2.2236216,-2.2237362,-2.2235017,1.0041632,0.96544829,0.96526553,0.92639154,0.92647999,0.92645934,0.84863442,0.80964276,0.69308806,0.69295869,0.6540438,0.65414518,0.61517516,0.6152376,0.61528799,0.61520419,0.57656129,0.57636074,0.61514929,0.61507334,0.61523489,0.61531137,0.57642654,0.57646494,0.57656739,0.57640653,0.61525891,0.5764009,0.57620134,0.57621665,0.57656366,0.57624483,0.5373927,0.53754153,0.5374059,0.53731592,0.49873941,0.53755616,0.4984653,0.49850296,0.49873922,0.53740929,0.53741949,0.53730847,0.53729046,0.49844476,0.49859038,0.49868064,0.49864008,0.49844305,0.4985691,0.49847757,0.45974013,0.45986804,0.45979662,0.45965894,0.45978501,0.49869525,0.49846299,0.49860909,0.49877312,0.4597525,0.45977196,0.49864447,0.49860234,0.49857011,0.49840589,0.49840292,0.45955564,0.45966781,0.4595866,0.4596409,0.49840512,0.49843959,0.45963412,0.49841917,0.4986329,0.45989263,0.45985928,0.45985227,0.45980048,0.45952019,0.42075351,0.42099824,0.42062482,0.45963942,0.4598903,0.45988046,0.42074975,0.42100801,0.45973529,0.45977088,0.45988157,0.4598315,0.45967813,0.45984723,0.45981869,0.45957524,0.42084176,0.420923,0.42094389,0.42080921,0.42076642,0.42095953,0.42087485,0.42100305,0.42071261,0.42066365,0.38191642,0.38190357,0.42096293,0.42092682,0.42081116,0.38192758,0.38189632,0.42071995,0.42078939,0.42092299,0.42062233,0.42097317,0.38184754,0.38181528,0.38174308,0.42066969,0.4209725,0.38197154,0.38206949,0.38186994,0.38197072,0.38184315,0.42076341,0.42079312,0.42077286,0.38196042,0.38193592,0.3820317,0.38204033,0.38208613,0.38181886,0.38204345,0.38203859,0.3817488,0.38180927,0.38184453,0.38176708,0.38186544,0.38184931,0.38204339,0.38209647,0.38201737,0.38208327,0.38188057,0.3818918,0.38189942,0.3429506,0.3820548,0.38202988,0.38182317,0.38195508,0.38184533,0.34287005,0.38209546,0.38210916,0.38187961,0.38210721,0.38174143,0.38178626,0.38195934,0.38199671,0.38193568,0.38175418,0.38201067,0.38184912,0.38181672,0.38191252,0.38186302,0.38174794,0.34309469,0.34316203,0.38175693,0.3818759,0.38207713,0.38183672,0.38205688,0.34285211,0.42065812,0.42068908,0.42062315,0.38179756,0.38204264,0.34320311,0.38206015,0.38203569,0.38209874,0.38194442,0.38175414,0.38192033,0.38190962,0.34291753,0.34312522,0.34294057,0.34300301,0.38207442,0.3817479,0.38193949,0.34295271,0.34322553,0.34293742,0.34294693,0.343055,0.34317616,0.34299724,0.34310796,0.38182216,0.38210119,0.34314349,0.34322434,0.34294792,0.34296182,0.34297081,0.34288787,0.34316781,0.34314276,0.34304732,0.34316887,0.34286625,0.38191019,0.38182735,0.34285588,0.34294154,0.34291058,0.34305058,0.38207338,0.34288163,0.34285304,0.3430025,0.34290948,0.34292286,0.34302379,0.34315942,0.343163,0.34292513,0.34317245,0.34311022,0.34299995,0.34292283,0.34301222,0.34291726,0.34297274,0.34296436,0.34319319:2
88
+ -1.6658695,-1.6658637,-1.6656494,-1.6658891,-1.6658115,-1.6658285,-1.6657916,-1.6656735,-1.6659478,-1.6656564,-1.6659352,-1.6659015,-1.6659383,-1.6659307,-1.6657045,-1.6657811,-1.665683,-1.6658697,-1.6656539,-1.6657498,-1.6658054,-1.6657933,-1.665938,-1.6658627,-1.6657584,-1.6658504,-1.6658103,-1.6659485,-1.6657564,-1.6657657,-1.6657062,-1.6656608,-1.665889,-1.665854,-1.665744,-1.6659296,-1.6657059,-1.6658078,-1.6657719,-1.6658585,-1.6659444,-1.6656998,-1.6656756,-1.6656867,-1.6659617,-1.6658639,-1.6657844,-1.6657509,-1.6658057,-1.6658118,0.95959851,0.95945015,0.99130008,0.99119631,0.89619775,0.89632129,0.86478273,0.86473591,0.80137363,0.76972036,0.76981655,0.73801028,0.73812764,0.73816569,0.73818761,0.70646919,0.70658825,0.70654301,0.70645031,0.73815778,0.67471623,0.70644152,0.67489757,0.67474623,0.67472198,0.67500846,0.67472942,0.67501491,0.6748002,0.67481534,0.67493717,0.67472488,0.67495901,0.67493988,0.67501203,0.67489401,0.67487496,0.6748173,0.67490874,0.64325304,0.64335796,0.64329389,0.64312088,0.64331941,0.64319359,0.64308485,0.64338472,0.61162209,0.61173677,0.64315147,0.64324448,0.64308522,0.61145821,0.611652,0.61154554,0.61171211,0.6433588,0.61154271,0.61156311,0.61145207,0.61170598,0.61160657,0.61147795,0.61170926,0.61152873,0.61168966,0.61169085,0.61149871,0.57985925,0.580111,0.58001516,0.61167138,0.61164543,0.61158849,0.61165942,0.58005787,0.58005561,0.61148884,0.61156244,0.61166965,0.61157214,0.57992434,0.57994486,0.58000261,0.61169003,0.61160752,0.58002615,0.57986879,0.57985741,0.58006253,0.57989285,0.58002647,0.57988447,0.57995357,0.54846244,0.54818647,0.54844323,0.54831571,0.54831351,0.54830034,0.54842435,0.58001784,0.58004627,0.57983529,0.54823082,0.58004857,0.57982343,0.54818623,0.54818141,0.57985143,0.57983009,0.57987942,0.54849298,0.57988716,0.54833263,0.54834287,0.54826684,0.54824872,0.54846396,0.54846718,0.5484591,0.57997647,0.57991809,0.57988696,0.54831016,0.54832455,0.54824441,0.57989882,0.54825582,0.54845179,0.54826071,0.57983915,0.58012256,0.54844505,0.57997044,0.57983325,0.57985195,0.54840771,0.54839567,0.58004137,0.54842236,0.54847881,0.5483832,0.54823432,0.54829419,0.54842368,0.54829961,0.51682318,0.54818407,0.54829881,0.54836888,0.579945,0.57998482,0.54846537,0.54835416,0.54826312,0.54832382,0.54828458,0.54837711,0.58000205,0.54835912,0.54825915,0.54834461,0.54845222,0.54837664,0.54822569,0.54828366,0.57996782,0.58010913,0.5483333,0.54832572,0.54819586,0.54834593,0.548404,0.54827302,0.54848476,0.54829678,0.54846658,0.54844576,0.54819243,0.54822894,0.54828179,0.54836626,0.51670844,0.54844927,0.54838018,0.54832689,0.51683398,0.51661178,0.54827476,0.54839638,0.54819774,0.54828823,0.54823705,0.54819519,0.51656002,0.51669898,0.51664614,0.51677913,0.54828885,0.5484645,0.54822739,0.54842287,0.51654954,0.51656483,0.51679248,0.51673106,0.51683777,0.51674442,0.51663868,0.51658956,0.51664638,0.51679359,0.5167536,0.51655834,0.51656495,0.51671678,0.54845724,0.54845512,0.54821436,0.51673578,-1.3496549,-1.3495812,-1.3493838,-1.6657254,-1.6658706,-1.665742,-1.6657755,-1.6658142,-1.6657028,-1.6657507,-1.6659347,-1.6659413,-1.6657437,-1.6658973,-1.6659399,-1.6658305,-1.6657887,-1.6659283,-1.6658474,-1.6658704,-1.665661,-1.6658092,-1.6659229,-1.6658966,-1.6659008,-1.6659388,-1.6657425,-1.6659242,-1.6657226,-1.6656549:2
89
+ -2.226544,-2.2266169,-2.2265928,-2.2267464,-2.2266671,-2.2267149,-2.226619,-2.2267139,-2.2266587,-2.2268296,-2.2265977,-2.2264992,-2.2265206,-2.2265171,-2.2265139,-2.2265567,-2.2267772,-2.2268225,-2.2267273,-2.226734,-2.2265403,-2.2268646,-2.2267238,-2.2267406,-2.2267015,-2.2266464,-2.2267349,-2.2267264,-2.2267221,-2.226644,-2.226729,-2.226852,-2.2268079,-2.2267409,-2.2266375,-2.2267313,-2.2266046,-2.2265756,-2.2267946,-2.2267135,-2.2266968,-2.2266888,-2.2266408,-2.2268101,-2.2266125,-2.22674,-2.2266533,-2.22664,-2.2266547,-2.226829,0.87800785,0.84124496,0.91497561,0.84100593,0.84101495,0.8411802,0.7302165,0.73031774,0.69318273,0.61927614,0.65642725,0.6564233,0.61935619,0.65627458,0.6562111,0.65634278,0.61941082,0.61936284,0.61943912,0.58244118,0.61934748,0.61953792,0.58225622,0.5453162,0.58259232,0.58233721,0.54559864,0.58239368,0.54548558,0.54561434,0.54557303,0.54547806,0.54556597,0.54530498,0.50833813,0.50865055,0.50843879,0.54537959,0.50848146,0.50847531,0.50858033,0.50844457,0.50837619,0.50847914,0.50865721,0.54540446,0.50852903,0.50844353,0.50843278,0.50857955,0.50864794,0.47162941,0.50843639,0.47165769,0.47145282,0.47166282,0.4713998,0.47145895,0.50864169,0.47158298,0.50831064,0.50845724,0.50867236,0.5086774,0.50847208,0.47139989,0.47164075,0.50867635,0.50861015,0.47166826,0.50857681,0.47144679,0.47141291,0.47135642,0.47169622,0.4714205,0.47134963,0.43468843,0.43463518,0.47171711,0.47169417,0.47146324,0.43471989,0.43456786,0.43470058,0.43451737,0.4346094,0.43462822,0.43463404,0.4344968,0.43464344,0.43474692,0.39769069,0.39774378,0.43462423,0.43442804,0.43461095,0.43441643,0.43447485,0.43450951,0.43469573,0.39776379,0.39758359,0.43460148,0.43462039,0.43455878,0.43471826,0.39757438,0.39759829,0.39753862,0.39756467,0.43472242,0.39778104,0.39774931,0.39776231,0.43474871,0.3977768,0.43456938,0.39773457,0.43461414,0.39769721,0.43471547,0.43456595,0.43455367,0.434464,0.39770855,0.39776446,0.39776077,0.39750784,0.39769461,0.39745055,0.39745886,0.39748029,0.39753445,0.39766643,0.39773847,0.39762151,0.39744491,0.39756347,0.43456187,0.39749601,0.39746006,0.39744903,0.39749431,0.39763955,0.3976329,0.39750284,0.39760419,0.39744724,0.39766623,0.39774779,0.36077269,0.39756767,0.397534,0.39768878,0.39779319,0.397508,0.39764407,0.39742842,0.39775716,0.36067258,0.36082518,0.36052569,0.39756655,0.36071353,0.39743886,0.39763708,0.3977056,0.39746223,0.39762246,0.360767,0.36073837,0.39767897,0.39750027,0.39769501,0.3605324,0.3975664,0.36074279,0.36055174,0.36081311,0.36076031,0.36054276,0.36076971,0.39745642,0.36064833,0.39767881,0.36062079,0.36062753,0.36081075,0.3607967,0.36072443,0.39777137,0.36058272,0.36077082,0.36046378,0.39761012,0.36061969,0.36060947,0.39763489,0.36075348,0.3606118,0.36061788,0.36076345,0.36068325,0.36058669,0.36068671,0.39761612,0.36051003,0.36056485,0.36079839,0.36074342,0.36078644,0.36052223,0.36050358,0.36070437,0.39746169,0.3605208,0.36050941,0.32365981,0.36050609,0.39777376,0.39764907,0.36062056,0.36069826,0.36066102,0.36065935,0.32362683,0.36064396,0.36064793,0.39779339,0.36052544,0.39777428,0.36055438,0.36063445,0.36063619,0.36070679,0.32365728,0.3236902,0.32359344,0.32365769,0.36064824,0.36072435,0.36058785,0.36049169,0.32372194,0.36069221,0.39770548,0.36046466,0.39759829,0.36066579,0.36065221:2
90
+ -1.0402905,-1.0401762,-1.0403994,-1.0402218,-1.0404218,-1.0403156,-1.0403268,-1.0401594,-1.0402733,-1.0402232,-1.0402376,-1.040205,-1.0402828,-1.0404227,-1.0403601,-1.040391,-1.0402394,-1.0401971,-1.040273,-1.0403201,-1.0403837,-1.0403073,-1.0403063,-1.0403776,-1.0403814,-1.0404129,-1.0403737,-1.0402316,-1.0403369,-1.0402482,-1.0402562,-1.0402385,-1.0402983,-1.0402041,-1.0403369,-1.0402719,-1.0403294,-1.0402037,-1.0404074,-1.0403206,-1.0403608,-1.0401601,-1.0404022,-1.0403746,-1.0404008,-1.0404106,-1.0402369,-1.0401688,-1.0401473,-1.0404028,1.2744679,1.2746327,1.2746919,1.2463152,1.2463883,1.2462496,1.2180905,1.2182327,1.1334232,1.105075,1.105248,1.105058,1.0768591,1.0487291,1.0768689,1.0768783,1.0487078,1.048682,1.0487805,1.0488683,1.0205071,1.0204614,1.0206025,1.0205596,0.99221748,1.0204389,0.99219975,1.0206183,1.0203631,0.9922307,0.99236956,0.96391379,0.99231663,0.99227397,0.99223653,0.99240318,0.9639394,0.9924005,0.96407904,0.96411893,0.964045,0.96408088,0.96417835,0.96395655,0.99216013,0.96400237,0.96397004,0.96418228,0.96402428,0.96408779,0.96409965,0.96395765,0.93570369,0.93578752,0.96410982,0.96406607,0.93570553,0.93591029,0.93583374,0.93581791,0.96393236,0.96408513,0.93575002,0.9358746,0.93591499,0.93570527,0.9357895,0.93572789,0.90766238,0.93575227,0.93573715,0.93590128,0.93578264,0.93577822,0.93594055,0.93584221,0.93567446,0.93576477,0.90763143,0.93578558,0.93573967,0.93570014,0.90771466,0.90767422,0.90758112,0.93576567,0.93589171,0.90753601,0.90770969,0.90755513,0.90749141,0.90767227,0.90771647,0.90747857,0.90747563,0.90748981,0.90753854,0.90756991,0.90771583,0.93577088,0.90761674,0.90761841,0.90771622,0.90744541,0.90756396,0.90747126,0.90744586,0.93577307,0.90770211,0.90768006,0.90746417,0.90750852,0.90745021,0.90762192,0.87924203,0.90766859,0.90768181,0.87936309,0.90757263,0.90758204,0.87948019,0.87946684,0.87921341,0.87929832,0.90767338,0.87932494,0.87941008,0.87924343,0.87946507,0.87939342,0.87935414,0.87937105,0.90767422,0.87929845,0.90761502,0.87941232,0.90747014,0.90752404,0.90768616,0.90755257,0.87925187,0.87926926,0.87928781,0.87922687,0.87935257,0.87934419,0.87948034,0.87944464,0.87948591,0.87926645,0.8794897,0.87939518,0.87940444,0.8793508,0.87935016,0.85119988,0.85120386,-1.0403967,-1.0402733,-1.0403813,-1.0402178,-1.0401844,-1.0403369,-1.040194,-1.0401953,-1.0403034,-1.0403746,-1.0401998,-1.040255,-1.0402051,-1.040256,-1.0402482,-1.0401943,-1.0403048,-1.0402879,-1.0403604,-1.0401548,-1.0403695,-1.04022,-1.0403843,-1.0401521,-1.0403045,-1.0403385,-1.0403837,-1.0403333,-1.0403376,-1.04021,-1.0403818,-1.0402472,-1.0402692,-1.0402534,-1.0402924,-1.0404128,-1.0401899,-1.0402744,-1.0401651,-1.04015,-1.0402731,-1.0401916,-1.0403194,-1.040297,-1.0403266,-1.0403179,-1.0401714,-1.0402153,-1.04033,-1.040217,-1.0404169,-1.040232,-1.0402076,-1.0404077,-1.0403932,-1.0403163,-1.0402354,-1.0403007,-1.0401823,-1.0403867,-1.0403083,-1.0403678,-1.0404151,-1.0404096,-1.0403289,-1.0402738,-1.0404194,-1.0402059,-1.0403515,-1.0403103,-1.0403612,-1.0401899,-1.0403704,-1.0402029,-1.0402825,-1.0403089,-1.0401459,-1.0403633,-1.0404178,-1.0404042,-1.0403333,-1.0403297,-1.0402336,-1.0401639,-1.0402224,-1.0401481,-1.040242,-1.0402437,-1.0403572,-1.0403017,-1.0403335,-1.0402692,-1.0402139,-1.0403265:2
classification/UCR/Fungi/Fungi_TEST.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/Fungi/Fungi_TRAIN.ts ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Fungi dataset
2
+ #
3
+ #The dataset contains high-resolution melt curves of the rDNA internal transcribed spacer (ITS) region of 51 strains of 18 fungal species. High Resolution Melt (HRM) analysis is a powerful technique in molecular biology for the detection of mutations, polymorphisms and epigenetic differences in double-stranded DNA samples
4
+ #
5
+ #The melt profile of the ITS region is unique to each species and conserved across different strains of the same species.
6
+ #
7
+ #There are 18 classes correspondings to species name.
8
+ #
9
+ #- Class 1: A.flavus
10
+ #- Class 2: A.fumigatus
11
+ #- Class 3: A.terreus
12
+ #- Class 4: C.albicans
13
+ #- Class 5: C.dubliniensis
14
+ #- Class 6: C.gattii
15
+ #- Class 7: C.glabrata
16
+ #- Class 8: C.lusitaniae
17
+ #- Class 9: C.neoformans
18
+ #- Class 10: C.orthopsilosis
19
+ #- Class 11: C.parapsilosis
20
+ #- Class 12: C.tropicalis
21
+ #- Class 13: C.zeylanoides
22
+ #- Class 14: D.hansenii
23
+ #- Class 15: M.guilliermondii
24
+ #- Class 16: P.kudriavzevii
25
+ #- Class 17: R.mucilaginosa
26
+ #- Class 18: T.marneffei
27
+ #
28
+ #Time series length: 201
29
+ #
30
+ #Train size: 18
31
+ #
32
+ #Test size: 186
33
+ #
34
+ #Missing value: No
35
+ #
36
+ #There is nothing to infer from the order of examples in the train and test set.
37
+ #
38
+ #Data created by Lu, Sha et al. (see [1]). Data donated by William Fonzi. Data edited by Hoang Anh Dau.
39
+ #
40
+ #[1] Lu, Sha, et al. "Dynamic time warping assessment of high-resolution melt curves provides a robust metric for fungal identification." PloS one 12.3 (2017): e0173320.
41
+ #
42
+ @problemName Fungi
43
+ @timeStamps false
44
+ @missing false
45
+ @univariate true
46
+ @equalLength true
47
+ @seriesLength 201
48
+ @classLabel true 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
49
+ @data
50
+ 0.12857022,0.29056718,0.47177484,0.41847887,0.21125435,0.11383191,0.14280729,0.22293133,0.26545793,0.28821562,0.31741076,0.34653277,0.36356001,0.36442208,0.34077939,0.30334113,0.28121662,0.27595593,0.28753667,0.31564548,0.35905131,0.40512647,0.39287772,0.31491379,0.17580665,0.007439432,0.051831527,0.33071947,0.54396619,0.61651228,0.5938951,0.4906601,0.34833779,0.35129704,0.4923435,0.61042937,0.67802607,0.6749561,0.60221112,0.50366827,0.3890911,0.250161,0.097487613,0.14972174,0.4719595,0.73989348,0.8144673,0.76909114,0.64363277,0.53194964,0.49452238,0.48005859,0.44772404,0.4905706,0.70106992,0.94643826,1.0618157,1.0469665,0.90961586,0.65667155,0.48215896,0.50012413,0.61132703,0.74378415,0.87903679,1.0004823,1.0559207,0.9864808,0.87563226,0.84010253,0.85986751,0.89925446,0.92992423,0.89391767,0.84017955,0.89780348,1.0311148,1.109882,1.142438,1.1954216,1.2758705,1.3865411,1.5277829,1.6727064,1.7697869,1.8737463,2.1151914,2.4343842,2.6465599,2.7408839,2.7189028,2.6965236,3.1661626,4.1250332,5.2650002,6.5134127,7.6859694,8.7685081,9.9291884,11.188589,12.345531,13.346926,14.245554,15.045229,15.418273,15.227983,14.531809,13.673642,12.715994,11.699453,10.620619,9.3618977,7.9202142,6.659673,5.6925424,4.9788256,4.5019699,4.2249325,4.1281571,4.0890815,4.0379976,3.9533427,3.8200353,3.5723101,3.1536122,2.7648266,2.622462,2.6184947,2.6081532,2.5712241,2.475675,2.3214537,2.1426526,1.9611683,1.8438714,1.8430402,1.8979525,1.9494276,1.9552697,1.8640388,1.7377635,1.6699404,1.722696,2.0086577,2.4097296,2.6557113,2.7775585,2.8872276,3.0013939,3.1544072,3.3740558,3.7624514,4.3505353,5.2393049,6.4156196,7.7077868,9.0856638,10.59232,12.335475,14.449128,17.325717,20.920986,24.969208,29.345912,33.595375,37.505421,40.18676,41.385948,40.289247,36.889828,32.642788,27.976288,23.77436,20.293781,17.360485,14.904237,12.757115,10.840765,9.0050587,7.1694954,5.4658443,3.9819436,2.7307272,1.8545869,1.3767582,1.054217,0.8047439,0.62162974,0.50122443,0.4114494,0.33626501,0.27411258,0.22402314,0.18222417,0.14589559,0.13029016,0.14960323,0.1596403,0.10885633,0.044796917,0.036157635:1
51
+ 0.37394749,0.60723595,0.74407897,0.70278599,0.64162525,0.66566011,0.76674442,0.85318807,0.90043122,0.92639205,0.93900743,0.98011896,1.0658662,1.1214002,1.1070842,1.0159957,0.84391607,0.72534714,0.77069927,0.89330976,1.002734,1.1020307,1.1952486,1.2376984,1.1558163,1.0405618,1.0793716,1.2141956,1.2853737,1.2943289,1.2693482,1.2124495,1.1432336,1.0872274,1.0374905,0.98256771,0.98476159,1.1697574,1.4426968,1.5592122,1.5341209,1.4480564,1.3365261,1.3131594,1.3637352,1.3678667,1.3202882,1.2836212,1.2734233,1.329204,1.4545278,1.5985403,1.7429288,1.8180617,1.8038737,1.7650123,1.7278628,1.7010399,1.7359089,1.8224547,1.817683,1.7148256,1.7537879,1.9780682,2.1057914,2.0495247,1.908006,1.7256158,1.6638858,1.8010883,1.98511,2.1221428,2.1914971,2.1772682,2.1751243,2.2781609,2.3924984,2.4020878,2.3800521,2.4399777,2.5581519,2.6866421,2.8244794,3.0182693,3.3033828,3.6233138,3.9238355,4.2414035,4.620493,5.0273901,5.4104334,5.8104229,6.3056974,6.9257962,7.7354459,8.6541719,9.4419909,10.136463,10.92584,11.804667,12.673844,13.394191,13.247882,12.231291,11.133658,10.112395,9.1507457,8.2009235,7.2394705,6.1939488,5.1231105,4.3136159,3.7765081,3.3849613,3.1294821,3.0820654,3.2351506,3.3833977,3.4697849,3.4130912,3.1996997,3.043959,3.0247603,3.0655892,3.128546,3.0971146,2.905172,2.7686141,2.8430549,3.0006204,3.1251598,3.2162594,3.2662835,3.2754543,3.3342692,3.4831959,3.6436197,3.7708932,3.9156089,4.1137303,4.2866547,4.3639493,4.4099089,4.4979199,4.5929903,4.6448121,4.6738829,4.7174489,4.7295698,4.6074265,4.3791428,4.1311769,3.9178807,3.9055895,4.0593727,4.1766071,4.2348771,4.290622,4.4432503,4.6762517,4.9496139,5.238632,5.4806991,5.7921163,6.5705103,7.8268971,9.476046,11.43061,13.284897,15.061549,17.297245,20.045811,22.916645,25.798012,28.440595,30.687672,31.11312,29.237099,25.851792,21.338981,17.19004,14.218054,12.386214,11.379382,11.078359,10.938408,10.789258,10.388345,9.6449909,8.4339928,6.7125479,5.0086334,3.6064816,2.4909751,1.651877,1.0206321,0.53979432,0.22105107,0.076864797,0.013150304,-0.096731121:2
52
+ 0.73554268,0.76892769,0.7267928,0.68833205,0.66484295,0.67377372,0.71518278,0.77737059,0.85288659,0.88909403,0.84581276,0.76757044,0.69696713,0.67484929,0.75046738,0.84912234,0.85875363,0.82969385,0.85677825,0.90687456,0.90043154,0.86071127,0.86042459,0.88801988,0.8899366,0.86290864,0.8117266,0.76873145,0.90021217,1.1826938,1.3018588,1.2000677,0.97827564,0.90083599,0.96535131,1.1196808,1.3245105,1.4398916,1.450927,1.3550256,1.1777661,1.0799438,1.0856605,1.1662901,1.3156578,1.5339053,1.8074636,1.9380651,1.8692422,1.791435,1.7805121,1.8004388,1.83308,1.8565788,1.8579809,1.8997665,2.0288227,2.2375821,2.4254642,2.5581337,2.5789569,2.4714422,2.3910922,2.4092259,2.4453173,2.4531323,2.4303336,2.3753471,2.3722311,2.4951844,2.7029876,2.9497096,3.1489205,3.1804715,3.0947926,2.9797965,2.8569999,2.7685267,2.7313488,2.7857297,2.9267133,3.1321949,3.4005513,3.6862259,3.9294611,4.1315555,4.2950496,4.4575447,4.6939268,5.0447692,5.604041,6.3188418,7.0183477,7.6767859,8.241453,8.7484095,9.3840595,10.173636,11.130335,12.24892,13.475988,14.774911,15.898198,16.771455,17.229202,17.220651,16.80005,16.200283,15.42283,14.332876,12.932025,11.367344,9.7042878,8.2769997,7.1676894,6.420306,6.034078,5.782753,5.5825376,5.3528818,5.0602392,4.7738071,4.5304412,4.3190969,4.1324964,3.9638411,3.8075828,3.655166,3.4977991,3.3527807,3.2424141,3.166003,3.0945152,3.0125159,2.8638909,2.6144084,2.4141412,2.3784791,2.3868465,2.3229945,2.2381446,2.1945125,2.1633173,2.1009264,2.0238716,1.9636625,1.9205065,1.893273,1.864512,1.7857643,1.697148,1.7454971,1.9095844,2.0482795,2.1470386,2.2123992,2.2453119,2.306611,2.5273204,2.8160878,2.9204009,2.8693975,2.8005506,2.7641482,2.9187513,3.2321257,3.4631128,3.612748,3.8923003,4.3181427,4.7269802,5.0923305,5.5109903,6.0220505,6.8166185,7.951389,9.2801615,10.741597,12.268193,13.82942,15.63862,17.826165,20.400036,23.438845,26.869293,29.437079,30.696963,29.653903,25.976727,21.253746,16.24429,11.570011,7.5915496,4.5147229,2.4860279,1.2060843,0.40863759,-0.010865254,-0.16980866,-0.1416658,-0.029202368:3
53
+ 0.048240319,-0.039317146,-0.080912553,0.007981706,0.16066461,0.17423163,0.03591463,-0.096479879,-0.036840674,0.10435656,0.16560671,0.1818978,0.21814808,0.23807477,0.1599662,0.038724397,0.027165023,0.099664951,0.14722333,0.1621991,0.1471239,0.11128299,0.098712011,0.10477442,0.065289822,-0.014882105,-0.013271265,0.086904175,0.19260956,0.27567733,0.28250939,0.19598557,0.045295598,-0.039977041,-0.044751083,0.028940166,0.16175181,0.22096872,0.19891616,0.25632532,0.41307643,0.44794148,0.31037909,0.23777915,0.30833694,0.35874031,0.32035653,0.28888728,0.31440692,0.35190587,0.37240998,0.4098473,0.49122827,0.5741621,0.61652236,0.63241374,0.63934816,0.63847272,0.66592991,0.73784532,0.76922441,0.71108329,0.76374556,1.0723592,1.4485531,1.7228976,1.9024927,1.9953462,2.107004,2.3849633,2.7327206,2.983149,3.179532,3.4183142,3.7370609,4.2236025,4.9657008,6.2217335,7.8792424,9.4426381,10.871061,12.197614,13.426496,14.462888,15.125102,15.488074,15.737035,15.965045,16.414695,16.968697,17.169478,16.934226,16.076021,14.674634,13.262233,11.941246,10.876985,10.100363,9.6158694,9.4455943,9.8273361,10.828906,12.466839,14.750604,17.76749,21.553911,26.192482,32.177713,39.530363,47.782365,56.496113,62.290479,64.108809,59.408692,47.647432,33.728225,19.642709,8.8178726,2.8154575,-0.14829925,-1.0934186,-1.0261868,-0.64644583,-0.17799425,0.18671328,0.43639772,0.55890286,0.59580675,0.60279839,0.61269638,0.67902898,0.8015835,0.89888165,0.91938262,0.918174,0.9383235,0.95894843,0.95969613,0.9699752,1.0256375,1.0705363,1.0200803,0.9456262,0.98004895,1.0909412,1.1991836,1.2832242,1.2923531,1.2543925,1.2714098,1.3328602,1.3625723,1.3590848,1.3561001,1.3523798,1.3105354,1.2240029,1.1274429,1.1075463,1.144145,1.1632218,1.1630779,1.1564306,1.1447202,1.1290453,1.1178795,1.1588579,1.2454602,1.2758105,1.2335384,1.1551449,1.0511507,0.94096604,0.83365952,0.78625408,0.81710089,0.85579249,0.87029014,0.83537631,0.73759241,0.60551685,0.45820017,0.306013,0.26312757,0.3515235,0.42704085,0.44217702,0.42105978,0.37401997,0.3164601,0.25600342,0.18800757,0.10973368,0.039027076,-0.010748379,-0.03699982,-0.037314134,-0.025068767,-0.015866139,-0.004191417,0.017943591:4
54
+ 0.14504028,0.26919242,0.38161117,0.36744004,0.24908569,0.10532911,-0.058872264,-0.14208964,-0.024701611,0.17071148,0.2651599,0.27722325,0.24279054,0.19001279,0.1785915,0.1842674,0.13734643,0.053219119,-0.006454733,-0.0312248,0.00168087,0.090778658,0.21744356,0.34701727,0.28310136,0.039445934,-0.017899688,0.16293673,0.32131996,0.39016921,0.3827764,0.30338718,0.18936672,0.20659236,0.34174156,0.41210926,0.39653774,0.34236987,0.26683416,0.24310345,0.28421962,0.33739769,0.38645572,0.41891879,0.43368414,0.51480729,0.69477117,0.80442396,0.75619424,0.71197829,0.77614331,0.87385064,0.94552047,1.0426786,1.2165295,1.4219205,1.6027915,1.7562039,1.7906206,1.6657314,1.6293447,1.8277693,2.2387639,2.8460517,3.4375258,3.8224068,4.0146484,4.0299875,4.0214961,4.2030829,4.5084147,4.8213155,5.1258669,5.3929495,5.6104662,5.7499787,5.8720117,6.1683671,6.6589714,7.3676554,8.3026355,9.4915119,10.937784,12.601792,14.407545,16.237095,17.81968,19.122417,20.083476,20.588708,20.255797,19.201319,18.059206,17.019612,16.707798,17.272419,19.095653,22.255144,26.814035,32.795543,40.298985,49.213416,57.374405,63.901777,65.62144,61.20921,51.148732,38.335083,23.870056,12.478093,5.0529443,0.71837715,-0.86447996,-1.2284581,-0.88535602,-0.41748373,-0.048286906,0.20383455,0.33114868,0.37786814,0.36959078,0.37105654,0.42720762,0.49341174,0.53128752,0.545792,0.54226773,0.51830654,0.4706808,0.44315919,0.5077871,0.66420714,0.79694385,0.83287181,0.82859173,0.82835566,0.84417933,0.88777351,0.92492961,0.91394421,0.87425359,0.83524633,0.81288643,0.8360162,0.90170094,1.0019562,1.127445,1.2535181,1.3646724,1.4140032,1.40291,1.3523476,1.2744296,1.218955,1.1951854,1.2180413,1.290142,1.3700431,1.3540866,1.2637475,1.1794879,1.1154786,1.1037776,1.1326954,1.1347484,1.1085502,1.0940068,1.0925638,1.0688766,1.0202908,0.98786994,0.97789204,0.94220938,0.86845014,0.79470404,0.73498779,0.6896289,0.65774966,0.59186291,0.46662338,0.33569396,0.23484672,0.16668124,0.15981683,0.21633143,0.2481388,0.22698834,0.18478173,0.13545432,0.10923584,0.12096158,0.15280304,0.1937757,0.22022353,0.21442942,0.16730319,0.070384864,-0.007060409,0.015752891,0.068960981,0.051611638:5
55
+ 0.8490086,0.99800718,1.0412044,0.96168325,0.7975575,0.56981815,0.4283992,0.4193707,0.52943856,0.74935957,0.95675624,1.0943227,1.1251311,1.02924,0.91221735,0.84693678,0.8310564,0.83745437,0.86224272,0.96737827,1.166009,1.2569732,1.1586479,1.0167191,0.90724138,0.89660735,1.0262551,1.1843711,1.2841713,1.3948542,1.5833421,1.7617745,1.8238244,1.8462766,1.9441916,2.1035065,2.2964904,2.488259,2.6024521,2.6725966,2.7971235,2.9631555,3.1099735,3.2269584,3.2905189,3.3024727,3.2844293,3.2393593,3.1580201,3.0215392,2.8600637,2.7498789,2.6830843,2.6249228,2.5565587,2.417127,2.2283127,2.1147453,2.0857478,2.1072919,2.1621744,2.1653374,2.1081188,2.0661132,2.0609243,2.1316437,2.2852673,2.4392649,2.5681713,2.7959647,3.176667,3.6617884,4.2251832,4.8762343,5.6209817,6.3909533,7.1302287,7.8691029,8.6385159,9.4279858,10.008689,10.287607,10.273466,9.9746269,9.6617419,9.4987698,9.5129649,9.7246157,10.197249,10.989537,11.734562,12.007547,11.930142,11.677407,11.519701,11.929224,12.86714,14.231573,16.091441,18.634974,21.91236,26.051861,30.880985,35.693414,40.411281,45.000202,49.153975,51.066595,50.318027,45.996448,37.912343,27.261193,17.516745,9.2743442,3.8613286,1.1120213,-0.20558598,-0.3777122,-0.17653288,0.23758283,0.55985984,0.73402793,0.77107699,0.68703145,0.63928504,0.6720851,0.76907878,0.92241274,1.080956,1.2217343,1.2989473,1.2895557,1.256163,1.2386009,1.2571703,1.327741,1.4115406,1.4707804,1.5114763,1.5409622,1.5670646,1.6015307,1.6448637,1.719324,1.83729,1.9184118,1.9054827,1.8433956,1.7717773,1.715377,1.7015861,1.7199417,1.7560538,1.8018267,1.8437641,1.8709107,1.8611921,1.819372,1.7590231,1.6838465,1.6031414,1.5218733,1.4561359,1.4128659,1.4169035,1.4648709,1.5198639,1.5660473,1.5311628,1.4112777,1.3043753,1.2325243,1.1701008,1.1093774,1.0496188,0.98775192,0.92667918,0.88318242,0.84418022,0.70898481,0.4780607,0.30677133,0.22672158,0.20222527,0.22018863,0.23145372,0.22056481,0.21218912,0.21521593,0.18560012,0.10220789,0.02420475,-0.012467324,-0.030401836,-0.046516296,-0.057474179,-0.060170274,-0.055251444,-0.043472139,-0.028355125,-0.01498063:6
56
+ 0.10690076,0.20702475,0.38433431,0.64064007,0.89898245,1.0373277,1.0557533,1.0712897,1.1559456,1.2652165,1.365119,1.4010961,1.3209531,1.1838542,1.0611364,0.98174716,0.98882205,1.0830323,1.2648403,1.4545893,1.4722789,1.3627104,1.2687423,1.2070368,1.2059289,1.2582235,1.3239961,1.3932315,1.4367058,1.4564974,1.4942869,1.5577178,1.6318276,1.6774371,1.7064165,1.7634552,1.8311307,1.8272024,1.7672415,1.7693698,1.8447252,1.9636977,2.1114927,2.2107605,2.2452477,2.2199003,2.1467948,2.1825779,2.3714544,2.5542048,2.6697408,2.8296448,3.0875033,3.3367065,3.5124362,3.591554,3.5566964,3.4258203,3.4375958,3.6551274,3.861145,3.9750843,4.0728299,4.1894698,4.301407,4.3951031,4.4712054,4.5301815,4.5815763,4.6338151,4.7404594,4.9611935,5.3279368,5.8850187,6.4558018,6.7365905,6.8549005,7.0902145,7.4490595,7.925213,8.5006843,9.1196511,9.7780143,10.365732,10.738458,11.017999,11.403089,12.153897,13.783542,16.382233,20.135537,25.00281,30.837449,37.322944,43.332306,48.320689,50.283037,48.992446,44.56108,37.333036,29.686244,22.241816,16.387042,12.423716,9.7875689,8.3054085,7.8370458,7.7806913,8.0446745,8.5062908,9.1409539,9.9051841,10.773658,11.594768,12.313245,12.695822,12.659939,11.957289,10.511211,8.6215511,6.4286718,4.3501677,2.6107243,1.360007,0.69576399,0.36288629,0.15318202,0.050022987,0.036321497,0.087184933,0.17052111,0.28460995,0.37037936,0.3984104,0.40246207,0.4034463,0.38700851,0.34211419,0.31159132,0.33673107,0.41603843,0.54769748,0.66274835,0.65717112,0.58935486,0.56965167,0.58596016,0.60514244,0.61711868,0.59739498,0.56250186,0.57385283,0.62686816,0.68066022,0.72779191,0.75317892,0.75462739,0.75620215,0.80973389,0.88995085,0.92560574,0.91370962,0.85682277,0.77454537,0.74416975,0.75708729,0.73094428,0.66856495,0.6575397,0.70018509,0.69281507,0.6174092,0.52257526,0.42587093,0.39271847,0.43945836,0.44945061,0.37797232,0.32042034,0.32368012,0.34678491,0.36470054,0.37525161,0.35700958,0.30559904,0.23563866,0.15236705,0.068340589,-0.00961368,-0.020461683,0.063127822,0.16062261,0.22520599,0.21601507,0.10398818,-0.023662646,-0.089375281,-0.11541954,-0.12679832,-0.10684945,-0.032208108:7
57
+ 0.42985934,0.50648082,0.62539167,0.64685212,0.61348951,0.59371125,0.58015687,0.55680328,0.53954201,0.56727777,0.63133611,0.70147501,0.76807533,0.80358827,0.8074776,0.7883228,0.75594293,0.75925898,0.80171981,0.85432097,0.90676191,0.91613195,0.87918452,0.88560935,0.95941182,1.0491833,1.1343227,1.1686768,1.1345924,1.1833324,1.3975021,1.6795779,1.9631768,2.1956237,2.332386,2.503209,2.8464421,3.3573493,3.9209388,4.4872441,5.0183915,5.4959166,6.0324603,6.700122,7.4268032,8.1551055,8.7647984,9.1355577,9.1117297,8.4975128,7.4446612,6.1908162,4.8974814,3.8689859,3.1185344,2.6594979,2.418791,2.1847089,1.9423329,1.6856867,1.44002,1.317875,1.3288767,1.4537987,1.6647463,1.788214,1.8020633,1.8066472,1.8220732,1.8011671,1.732422,1.6574067,1.59267,1.577663,1.6292365,1.7183446,1.8288847,1.9266752,1.9888395,2.0023372,1.9563374,1.9203675,1.9672132,2.0353577,2.044095,2.1018999,2.3854143,2.7586974,2.9458712,3.040828,3.291289,3.7084731,4.2293382,4.7919636,5.358639,5.8827492,6.5349851,7.5773551,8.8451101,10.022012,11.089544,12.022092,12.836591,13.583861,14.240233,14.712785,15.067238,15.619735,16.387267,17.26715,18.286553,19.734153,21.690684,24.389789,27.911513,32.554448,38.341193,44.200194,49.671643,52.776579,52.6352,48.521856,40.075794,29.867443,19.590865,10.930737,5.2619103,1.9929662,0.51614468,0.17026027,0.10290552,0.1965126,0.26871387,0.33203726,0.41570135,0.51073018,0.593714,0.64556601,0.61316481,0.52605361,0.50350047,0.5399115,0.56197517,0.56082312,0.53621908,0.48812632,0.43845872,0.43705908,0.47001637,0.49323367,0.51280802,0.55844949,0.61869725,0.63475502,0.6133966,0.62493548,0.66814512,0.66656047,0.61879467,0.63511757,0.72908949,0.76279321,0.70310516,0.65167695,0.64471604,0.69599107,0.80881675,0.87544652,0.84029836,0.79746075,0.8076508,0.83139255,0.83702937,0.84292308,0.86759402,0.88676527,0.86967572,0.83310265,0.80355635,0.78376778,0.77838958,0.77941553,0.76764351,0.72858551,0.62265957,0.48027108,0.41841371,0.42704632,0.41656741,0.37792731,0.31943684,0.24708773,0.19395865,0.16251313,0.11697765,0.047342458,-0.063611058,-0.21447979,-0.29154273,-0.25334853,-0.19677269:8
58
+ 0.83613619,0.9403795,0.96506597,0.95430171,0.90653794,0.8118869,0.66972638,0.62282113,0.83954266,1.0950422,1.0611237,0.85649046,0.69805317,0.6156661,0.66497807,0.79719525,0.87806467,0.91870776,0.97815283,1.0594121,1.1566681,1.2538415,1.2753926,1.2208855,1.1492028,1.078001,1.0669731,1.1229451,1.1867939,1.2461463,1.3433046,1.4917808,1.6723524,1.7996843,1.8640248,1.8677053,1.8243091,1.8260594,1.8937792,2.0552835,2.3047177,2.4921881,2.5823187,2.7169899,2.9434866,3.178011,3.3826714,3.4937073,3.4785722,3.4391032,3.4409103,3.4244285,3.3422377,3.2490255,3.1991384,3.1852634,3.1983207,3.2369295,3.2564604,3.2374869,3.3147335,3.5668627,3.8401636,4.0232354,4.2219324,4.5314654,4.9457412,5.4578881,6.0518822,6.7053375,7.4013689,8.1112909,8.7186863,8.9812455,8.843435,8.1833741,7.1695181,6.3422331,5.755941,5.4712754,5.4535141,5.5131272,5.6260877,5.8440481,6.2659843,6.8588893,7.5400836,8.3110705,9.1857394,10.088561,10.754976,11.154079,11.249993,11.106425,11.080783,11.22967,11.583194,12.151021,12.968416,14.059238,15.601967,17.631505,19.910925,22.357354,24.932618,27.620792,30.456594,33.647836,37.195779,40.84689,44.382325,46.151347,45.651842,41.827545,34.461535,25.754631,16.618689,9.1234611,4.2212123,1.3138742,0.056474067,-0.26382022,-0.14296943,0.11203747,0.23720634,0.28828316,0.32534948,0.3699523,0.45092048,0.53266231,0.55636989,0.52186909,0.48536633,0.48254847,0.51137542,0.57025116,0.63314327,0.67468005,0.68481248,0.65128988,0.61123062,0.62051652,0.65414132,0.66505995,0.66213492,0.6675254,0.68430975,0.71862448,0.7571301,0.75431527,0.71853248,0.69862746,0.7017055,0.73726447,0.797935,0.82876937,0.82012082,0.77808038,0.71788248,0.65237479,0.61847067,0.61987282,0.66086969,0.73068871,0.77807388,0.79732517,0.79220235,0.76214323,0.69876291,0.61241623,0.61597334,0.72413083,0.77232091,0.71561271,0.63730029,0.56835642,0.51814698,0.49084963,0.48591378,0.50274302,0.5111395,0.4909731,0.44480555,0.40083953,0.36794307,0.36256233,0.38741529,0.37993985,0.31539479,0.22699068,0.13199406,0.077579222,0.092258143,0.12922719,0.15343681,0.15909376,0.14080648,0.11863756,0.11598644,0.10182192,0.031330469:9
59
+ 1.1587665,1.2204864,1.2928786,1.3310282,1.3370122,1.3223429,1.2877446,1.2613948,1.2765247,1.3197997,1.3716992,1.4300444,1.4912421,1.5485913,1.5876689,1.5805375,1.4545866,1.2745879,1.2619667,1.3845075,1.4485135,1.448956,1.4581545,1.4823855,1.5010438,1.5164859,1.574226,1.6738179,1.712675,1.6705241,1.637291,1.6416993,1.6767138,1.7111021,1.7408648,1.76448,1.7898732,1.873929,2.0052511,1.9826805,1.7819267,1.6869487,1.7771879,1.9921787,2.304308,2.561974,2.7006612,2.7752934,2.8161308,2.9314606,3.1910405,3.5289027,3.8925298,4.2798732,4.688897,5.0702191,5.3625283,5.5655631,5.6764771,5.6970025,5.817896,6.1516258,6.6558716,7.2999392,8.079519,8.9907351,9.8471151,10.438357,10.966099,11.71241,12.664573,13.797533,15.053672,16.313449,17.379134,17.75744,17.589674,17.38892,17.249346,17.389505,17.812346,18.432903,19.240405,20.095293,20.730148,21.107193,21.153671,21.061526,21.384059,22.215722,23.766667,26.064952,29.153994,32.894488,36.525751,39.662134,40.479125,38.611375,33.80292,26.21542,18.333864,10.943456,5.4109049,2.1666679,0.33828022,-0.4382371,-0.29927118,-0.061226081,0.14702416,0.3778252,0.62844984,0.76371139,0.75671703,0.71215794,0.66369313,0.62624329,0.60581997,0.61139222,0.64649057,0.67692146,0.68361088,0.70771687,0.77778698,0.84814126,0.87949739,0.87689686,0.84577326,0.81503581,0.82339856,0.8499491,0.85994934,0.85315647,0.85134142,0.86832761,0.90346501,0.95624471,1.0101757,1.0491855,1.0492689,0.98116096,0.89610841,0.87130775,0.88605805,0.90084753,0.9200383,0.95533458,0.98910523,0.97207601,0.91398032,0.85646796,0.80725039,0.78422194,0.78519962,0.78952371,0.79130657,0.77141886,0.7265022,0.6665409,0.61650693,0.58044064,0.5670183,0.56798809,0.55039553,0.5162413,0.48896783,0.47154611,0.46433663,0.46437488,0.4497889,0.41803559,0.38607284,0.35892594,0.34734391,0.35353256,0.35912442,0.35689941,0.33428649,0.28595707,0.22557627,0.16075776,0.10867622,0.080780404,0.077914852,0.10937734,0.17262465,0.19031937,0.13976749,0.095681761,0.087355658,0.066087694,0.008477551,-0.022281792,0.012144828,0.077060164,0.14646639,0.17136973,0.10617302,0.018262472,-0.013767836,-0.011192807,-0.004867509:10
60
+ -0.067991316,-0.020940808,0.090211798,0.270651,0.48581367,0.7203948,0.88801212,0.96519949,1.0178136,1.0704358,1.109864,1.1293162,1.0937348,0.98410924,0.89105062,0.87710773,0.93736882,1.0149498,1.0928906,1.1596796,1.2094129,1.19705,1.1057571,1.0248673,1.0006765,1.0469277,1.1719079,1.2779267,1.2891586,1.2242318,1.1011617,1.0228862,1.1139791,1.243753,1.2165631,1.0856342,0.95170453,0.85407323,0.87546958,1.0067826,1.2150876,1.4513551,1.5597452,1.5526135,1.5297525,1.5085858,1.5234266,1.5789916,1.6665376,1.7682112,1.8774128,1.9790539,2.1262682,2.4819353,2.9903945,3.4047004,3.7414431,4.1812579,4.7647433,5.5961481,6.7067759,8.2035999,10.092607,12.233081,14.532402,16.26492,17.200364,17.112457,15.941796,14.304386,12.486485,11.056705,10.322119,10.219927,10.707902,11.525669,12.460583,13.518523,14.705494,16.017479,17.366809,18.708975,19.736049,20.295146,20.375649,19.972889,19.418405,18.958725,18.666491,18.608793,18.665185,18.696225,18.929588,19.691669,21.204511,23.853447,27.410757,31.373898,35.187966,37.452209,37.848317,35.596799,30.775048,23.907126,15.646088,8.8690016,3.9760663,1.1128463,0.1407303,-0.18011531,-0.10738211,0.22709413,0.44023425,0.52077384,0.51530113,0.45492514,0.45741456,0.52891961,0.62838058,0.74190731,0.81666271,0.8453425,0.85142937,0.84082092,0.81819636,0.78664771,0.77457522,0.79220284,0.84578117,0.93629885,0.99634484,0.99172673,0.99156146,1.0396264,1.1044211,1.1613171,1.1912851,1.1757787,1.1579303,1.1903221,1.2277609,1.2020729,1.1145057,1.0760329,1.1503706,1.2275388,1.2292086,1.1887236,1.1355163,1.09305,1.0872929,1.0830367,1.0319161,0.96271768,0.92444695,0.89979733,0.85157456,0.79402681,0.76558442,0.75446802,0.71922009,0.66682193,0.6339318,0.62318516,0.63079568,0.65135339,0.65663172,0.63881015,0.57368142,0.46471962,0.38973467,0.36650867,0.37792746,0.41883002,0.4676219,0.43407155,0.32914393,0.26118525,0.24014604,0.23016904,0.22481757,0.22433909,0.22549729,0.19205204,0.11802302,0.064252569,0.050133621,0.050970784,0.056506902,0.062299843,0.066112215,0.066606196,0.063081289,0.078241798,0.12907037,0.15645913,0.10539802,0.028992505,-0.01081926,-0.016161181,0.009773108:11
61
+ 0.60538242,0.88109134,1.0810109,1.1757293,1.1583625,1.0368753,0.9404369,0.90928226,0.94226941,1.0367464,1.1279342,1.1856901,1.2003943,1.1668033,1.1065474,1.0345577,0.95859601,0.96855376,1.0820801,1.1703448,1.1906217,1.1947735,1.2046097,1.212693,1.2151036,1.2055246,1.1801788,1.1922083,1.2828554,1.3593389,1.3319298,1.2820147,1.3080864,1.3805242,1.4547515,1.5242254,1.5777689,1.6163126,1.6424581,1.6681975,1.725757,1.8024991,1.8507314,1.8841342,1.9733185,2.1181512,2.2805224,2.4551934,2.6352854,2.8067523,2.9901243,3.2374397,3.5806097,4.1087609,4.7988615,5.5432408,6.3262695,7.1226212,7.952893,8.9515218,10.139183,11.512469,13.07665,14.886986,16.931717,18.896119,20.65337,21.633317,21.636549,20.896915,19.523714,17.761281,15.745601,13.846981,12.31114,11.369903,11.212597,11.763411,12.944918,14.767206,17.450477,21.071619,25.179003,29.545542,33.964073,38.308182,42.384523,46.048958,48.311244,48.256783,45.143296,38.111461,28.763322,19.395379,10.993087,5.2550678,1.882964,0.17084909,-0.24420021,-0.24558546,0.019294393,0.22801372,0.36726013,0.4778768,0.56269417,0.6156908,0.63497836,0.61396246,0.56166731,0.555162,0.61046487,0.70530191,0.77495091,0.81230766,0.80679072,0.77445167,0.7893469,0.85157827,0.91493163,0.97073774,1.0070999,1.0250707,1.0536814,1.098229,1.1411635,1.1767513,1.1938113,1.1908862,1.2275868,1.3272206,1.4037045,1.4127834,1.394369,1.3738311,1.3575632,1.3505637,1.3516298,1.359589,1.3745386,1.3965968,1.4089761,1.3864223,1.3294267,1.2807796,1.2650732,1.2433289,1.1877862,1.1108503,1.0234712,0.94035746,0.87778783,0.83723112,0.82068983,0.80894238,0.76957553,0.72100105,0.70213713,0.69924895,0.67506079,0.63782348,0.61808089,0.6095971,0.58129685,0.53320928,0.47892232,0.42124976,0.36663789,0.31748448,0.28374589,0.26477153,0.23586554,0.19251896,0.15445329,0.12761583,0.11168733,0.10533383,0.10880406,0.12414809,0.14502118,0.12824154,0.072942553,0.03686257,0.032474101,0.054519213,0.099071181,0.12864781,0.13086192,0.11118309,0.072726084,0.046610942,0.047741852,0.03239411,-0.025815657,-0.074866806,-0.075809227,-0.041904981,0.014503294,0.066192258,0.081410707,0.065277885,0.025245152:12
62
+ -0.0829634,-0.013905207,0.12943015,0.36286017,0.62853714,0.83464794,0.97518723,1.0407089,1.0935301,1.2829167,1.5350742,1.6156203,1.5626156,1.5667693,1.6400034,1.7593995,1.8942206,1.8887142,1.7528816,1.7276802,1.8496223,2.021802,2.2183399,2.4102175,2.5907514,2.7958181,3.037128,3.2739385,3.4886914,3.7194843,3.9856949,4.1025721,3.9448535,3.6990861,3.5229788,3.3774503,3.2208277,3.0524801,2.8574608,2.6302495,2.4055613,2.2018721,2.0489195,1.9656306,1.8990696,1.8070933,1.7572255,1.817043,1.9100544,1.9400391,1.9532107,2.0221207,2.1051111,2.1206709,2.1106159,2.1778609,2.3581042,2.7416584,3.2476345,3.5705026,3.7603457,4.1524931,4.8165212,5.9185021,7.4548289,9.2260417,11.237849,13.887271,17.32213,22.18684,28.680865,36.964693,47.051707,57.763785,68.521143,76.678765,80.786109,79.363879,71.426509,58.536594,41.991996,25.590101,13.306241,5.0380017,0.65036116,-0.85229315,-1.0848963,-0.5255052,-0.082389437,0.22249398,0.39675717,0.44074633,0.42532782,0.42010773,0.43630551,0.48779002,0.54860636,0.57888556,0.58474723,0.57855763,0.55663231,0.5097844,0.46125334,0.47782719,0.54857055,0.62142403,0.68892355,0.73808798,0.76695946,0.77299613,0.76475041,0.80301727,0.88590694,0.89554347,0.81538412,0.77782233,0.81822253,0.88530153,0.95960008,1.0110276,1.0273411,1.0469817,1.0903315,1.1424801,1.1936184,1.2411253,1.2828619,1.3388372,1.4296137,1.5205782,1.5671038,1.5939447,1.6408996,1.6975333,1.7423619,1.774121,1.791135,1.8072305,1.8632875,1.9472995,2.0062603,2.0355385,2.0358677,2.0089844,1.964126,1.9027284,1.8349698,1.7840004,1.7275229,1.6009676,1.4190779,1.2452282,1.0917827,0.9886699,0.93612107,0.91772335,0.92066615,0.87535745,0.77532278,0.67581354,0.58865494,0.50300461,0.41539944,0.31987924,0.21619204,0.14930348,0.13768341,0.14677419,0.15823413,0.1567407,0.13243967,0.10312688,0.083073201,0.065380909,0.043092745,0.037589012,0.075960498,0.1187985,0.10407376,0.049179814,-0.01085873,-0.059229504,-0.058275272,-0.021990093,0.004522452,0.017934365,0.016552867,-0.005230967,-0.071428745,-0.16597514,-0.18488775,-0.12064646,-0.031604014,0.06492458,0.11372989,0.10183032,0.03299337,-0.086959731,-0.17599908,-0.20422476,-0.19672584:13
63
+ 0.77320131,0.81281208,0.8649073,0.93764299,1.0020938,1.0123494,0.98649714,0.96090963,0.95910607,1.0349556,1.1390003,1.1199709,1.0125779,0.97632407,1.0111447,1.0532868,1.1069344,1.2376762,1.43545,1.5573464,1.5814032,1.5622553,1.5181146,1.5105542,1.558126,1.6623271,1.8226505,2.0101451,2.2113837,2.4075083,2.5878008,2.7173524,2.7725984,2.8487222,3.0261932,3.2114088,3.3045591,3.3084947,3.2925293,3.2836925,3.1791554,2.9266821,2.6517189,2.4348995,2.3025373,2.2755807,2.3272496,2.4307427,2.5448847,2.6178799,2.7246746,2.9824079,3.3950003,3.9673327,4.6653257,5.4086723,6.2365706,7.2713153,8.4658501,9.6270493,10.707594,11.574574,12.18729,12.408253,12.259365,12.037101,11.841634,12.065027,12.788819,13.865003,15.231789,16.577025,17.771156,18.378729,18.217805,17.795125,17.392913,17.74102,19.328108,22.524586,27.638108,34.401772,42.536172,50.557194,56.518138,59.460007,57.840401,51.587993,40.603295,26.991702,15.897906,7.5549297,2.1140911,-0.27598154,-0.75152974,-0.71711415,-0.35775296,0.048666687,0.41420127,0.5786312,0.6013351,0.62824447,0.66016288,0.6827926,0.69434594,0.69162728,0.68427936,0.71486551,0.77837295,0.82182436,0.84134849,0.86408734,0.89142569,0.89044526,0.8577043,0.84415981,0.86327928,0.89291672,0.925395,0.96614481,1.0171969,1.0638165,1.098296,1.1363667,1.1883716,1.2547586,1.3358928,1.4099905,1.4546658,1.4781966,1.4912566,1.4864325,1.4518221,1.4130099,1.4204872,1.4560737,1.4729054,1.4726284,1.4661145,1.4632206,1.4970171,1.5550489,1.5681994,1.5338337,1.4838244,1.4231259,1.3613983,1.3206136,1.2888844,1.2307495,1.1538428,1.0913878,1.0454409,1.0130167,0.98906589,0.94875283,0.89011118,0.82412845,0.75422038,0.69237702,0.64057148,0.58958265,0.5377886,0.50161144,0.48602429,0.47181353,0.45063653,0.41855871,0.37370732,0.33338838,0.30873991,0.28242932,0.24055726,0.19510926,0.15817434,0.13554887,0.1345773,0.14505589,0.15092227,0.14578472,0.11767999,0.075810293,0.042639862,0.024131252,0.034794306,0.062108008,0.058296435,0.026915425,0.002159659,-0.010063318,5.78988E-4,0.028232944,0.020884426,-0.02418113,-0.040137032,-0.014204725,0.012955806,0.028885453,0.026961553,0.004770143,-0.012328539:14
64
+ 0.70022125,0.99113294,1.1493288,1.1520498,1.0671038,0.92263405,0.86308254,0.9292841,1.0413183,1.1651741,1.194781,1.0837693,0.97110226,0.93486128,0.94715696,0.98873727,1.0568008,1.1189041,1.16483,1.1792728,1.15702,1.1009812,1.0143441,0.97393491,1.0187854,1.0986323,1.1817056,1.2503114,1.290715,1.2963059,1.2606913,1.2479064,1.3354458,1.4397459,1.4357158,1.3577266,1.2708105,1.2296224,1.3527753,1.5753806,1.7098397,1.7555446,1.7451567,1.704451,1.7273301,1.8167957,1.9380823,2.0864109,2.2487946,2.398715,2.5044637,2.4892027,2.4398429,2.6302309,2.9952934,3.2252535,3.3173111,3.3905679,3.4546636,3.4812175,3.4658819,3.4094964,3.3142349,3.1987736,3.0707262,2.9681088,2.9004279,2.8347564,2.7639307,2.81683,3.0484225,3.3543085,3.6787134,4.0928486,4.6438243,5.319263,6.1090557,7.1979581,8.7746563,10.850082,13.662745,17.292791,21.141147,24.90945,28.514725,31.911239,35.944964,41.245114,48.416103,58.016172,67.764183,75.0193,77.341967,71.242581,58.502481,42.296052,25.199712,12.599406,4.4310117,0.060344993,-1.189212,-1.3591993,-0.80639504,-0.32983118,-3.89752E-4,0.22543721,0.35832617,0.42816029,0.44478809,0.44536837,0.43762436,0.43311049,0.46540083,0.51380604,0.49733776,0.43476354,0.43901208,0.50987059,0.5748734,0.62615492,0.68418789,0.74821213,0.77752026,0.76455199,0.73235819,0.68911949,0.66009001,0.65472771,0.68745251,0.76326545,0.83578183,0.8812329,0.92745819,0.99201426,1.041415,1.0494809,1.0332579,1.0093591,1.0146795,1.0941976,1.1992369,1.2564108,1.2654539,1.2531454,1.2352647,1.2437754,1.3014197,1.37474,1.4342032,1.488323,1.5465221,1.5922832,1.6029193,1.5877688,1.5628004,1.540938,1.5482213,1.5545264,1.482555,1.3529896,1.2400494,1.1465142,1.0636386,0.99243065,0.94129886,0.90485243,0.84633109,0.7599537,0.64607001,0.50984372,0.39910117,0.32591916,0.29422014,0.30518699,0.34510712,0.35668305,0.3324967,0.26689952,0.17070377,0.11949741,0.1230248,0.1488582,0.18411613,0.16705559,0.08745747,0.048520959,0.080410465,0.080806018,0.010296161,-0.039170066,-0.022438723,0.008317291,0.021360914,0.028115276,0.03713104,0.038221387,0.021905722,0.012517438,0.038437133,0.064689277,0.040759978:15
65
+ 0.54783877,0.53699562,0.51677771,0.56694139,0.6577993,0.69386719,0.66913653,0.63057462,0.63357294,0.64272067,0.60626087,0.55932945,0.56544214,0.6131255,0.67469809,0.72277168,0.68740799,0.61431482,0.66297199,0.79141305,0.78601744,0.65826027,0.57094347,0.54063283,0.53581746,0.56312525,0.71568787,0.9803496,1.0226127,0.76860246,0.40415878,-0.011357887,-0.38393118,-0.2961889,0.20546375,0.59019647,0.79435439,0.94026367,1.0474241,1.0795982,1.034088,0.9821907,0.95088498,1.0428774,1.287683,1.5062949,1.6215791,1.6580543,1.6302461,1.676144,1.8842296,2.0409271,1.976207,1.9504327,2.222344,2.6608548,3.1032128,3.5481625,3.9696402,4.3560676,4.7718283,5.2549793,5.8067921,6.4281417,7.0501546,7.610883,8.0244697,8.1940853,8.3085518,8.6318812,9.0484964,9.3572299,9.4681189,9.2003142,8.5195292,7.353009,5.8687563,4.5982223,3.5866072,2.8620112,2.4118991,2.1650417,2.112409,2.1790603,2.2213956,2.2077397,2.0724563,1.8998007,1.9365691,2.1549843,2.406636,2.6450391,2.726097,2.6743981,2.7055103,2.8402653,3.0084774,3.1984219,3.4201248,3.6697014,3.8774496,4.0271135,4.1702945,4.3259701,4.5237542,4.7760011,5.0955147,5.5589373,6.1424308,6.5674246,6.7918788,6.9733542,7.1430639,7.177235,7.0459677,6.9212759,6.8663495,6.8029943,6.6928632,6.4328328,5.9655245,5.4335507,4.936145,4.5417403,4.3091851,4.190264,4.133012,4.1539259,4.275123,4.4688466,4.6892374,4.9371379,5.3362809,5.9652832,6.8347979,7.9531583,9.4217617,11.339432,13.534536,15.797838,18.317167,21.375836,24.946995,28.976041,33.640329,39.340055,45.537253,50.724059,53.931232,52.220106,45.708593,35.832793,23.620641,13.482382,6.0273888,1.2432862,-0.87209899,-1.018313,-0.94499889,-0.74393701,-0.44041006,-0.098453537,0.050027156,0.021665934,-0.006853832,-0.012591148,0.010306604,0.055328518,0.068628381,0.046244454,0.051509751,0.094626384,0.10787805,0.072645736,0.02088214,-0.034043839,-0.048487681,-0.004071389,0.046110801,0.073035777,0.066908762,0.021200482,-0.055965755,-0.075158795,-0.017762187,0.024494515,0.022131869,0.007034698,-0.007963465,-0.031775059,-0.067989295,-0.057261462,0.036157708,0.12995952,0.16250885,0.13280795,0.039928227,-0.047681914,-0.050189519,-0.011472442,0.005005455:16
66
+ 1.0020572,1.1261797,1.2034885,1.2365943,1.2206357,1.1478901,1.0577828,1.0273268,1.0728239,1.2284145,1.4216411,1.4365301,1.3008234,1.1639424,1.0510242,1.0142881,1.0533132,1.131098,1.2331868,1.2976015,1.3122931,1.2776269,1.2008324,1.1710574,1.214564,1.3229054,1.4888362,1.5991499,1.6049704,1.6078651,1.6634108,1.7185242,1.7372429,1.789686,1.9351327,2.1023083,2.2152115,2.2763343,2.3462,2.4507245,2.5942587,2.7786772,2.9699058,3.1461926,3.3478807,3.6070876,3.8432831,3.9758741,4.0277092,4.0275301,4.0199045,4.0741929,4.1851753,4.3412814,4.5199576,4.6689144,4.7750237,4.8068022,4.7768519,4.7366139,4.7040593,4.7380283,4.8366226,4.9519376,5.059563,5.040307,4.9052728,4.961243,5.2816243,5.8675186,6.7114191,7.6783887,8.712492,9.6273036,10.333012,10.499721,9.951226,8.9893308,7.8165946,6.8184685,6.3151011,6.2649626,6.6245771,7.4085607,8.6360933,10.474247,13.194045,16.876516,21.675677,27.839428,35.962358,46.071367,56.618918,66.084996,71.983797,71.242503,63.857648,49.836831,32.541534,18.314087,7.6953305,1.5905776,-0.74023112,-1.4935439,-1.0941322,-0.55441224,-0.004336266,0.36891125,0.56436129,0.69157046,0.76904331,0.81212997,0.82522609,0.82166273,0.80813395,0.82692438,0.88848751,0.9623731,1.0375424,1.1092078,1.1747544,1.2112095,1.2065084,1.1806255,1.1467659,1.1342272,1.1669191,1.2378795,1.3399544,1.4280978,1.4442341,1.4239685,1.4245077,1.444912,1.4818811,1.5261219,1.5555231,1.5643739,1.538725,1.4877279,1.4477388,1.4258842,1.4393348,1.4830767,1.5174208,1.5361976,1.5451353,1.5572628,1.567151,1.5582814,1.5329723,1.5024696,1.4682607,1.4326748,1.3971646,1.3680096,1.3464863,1.3350206,1.3312082,1.310364,1.2662095,1.1920633,1.0893662,1.0124961,0.9790312,0.95252309,0.9169794,0.85803355,0.76870168,0.69929253,0.68214988,0.65523884,0.56881231,0.46800442,0.398339,0.3467917,0.29685925,0.23779133,0.15279471,0.072655528,0.057194697,0.088343975,0.11983347,0.13951361,0.11787904,0.06538687,0.025846327,0.002818728,-0.005047466,-7.23663E-4,3.14691E-4,-0.003963054,-0.011253883,-0.018199845,0.001777758,0.048950832,0.047973265,-0.018657431,-0.065774727,-0.062335405,-0.043670523:17
67
+ 0.54959875,0.74778555,1.0031089,1.2132843,1.3726349,1.4773384,1.5271543,1.5556589,1.6024509,1.659185,1.7135992,1.7482063,1.7319716,1.6387473,1.4129813,1.1487611,1.1002029,1.2208453,1.3170058,1.3898609,1.5021843,1.6526627,1.8034996,1.9299087,1.9113739,1.7570185,1.696796,1.7651535,1.8172968,1.8186799,1.8142732,1.8184408,1.8267869,1.8197967,1.7976258,1.7739752,1.7596683,1.8155597,1.9430251,2.0490607,2.1085376,2.0858479,1.9803588,1.9560466,2.0668848,2.1990706,2.302337,2.3403866,2.2945226,2.2078186,2.1082201,2.0320718,2.0083083,2.0665643,2.2362901,2.4314045,2.545032,2.5775988,2.5531791,2.4835791,2.3774858,2.2404773,2.1440437,2.1400608,2.2717868,2.57813,2.8068174,2.6733361,2.3801669,2.2106445,2.153067,2.1841032,2.2842727,2.413691,2.5109571,2.4231111,2.2154258,2.1134509,2.1192035,2.1795822,2.2834653,2.4029107,2.5343762,2.6679241,2.7845124,2.8705107,2.8952192,2.902173,3.0185189,3.2519321,3.6021092,4.0208366,4.3031637,4.4611634,4.6806522,5.013694,5.6262154,6.5203928,7.4546333,8.3786134,9.3470121,10.363836,11.252258,11.948631,12.383286,12.527159,12.387494,12.007665,11.403263,10.638098,9.7354952,8.7954373,7.8554838,7.0756565,6.5024798,6.0643776,5.7333506,5.4912752,5.3288221,5.198682,5.0743138,4.9936481,4.9828899,4.9256393,4.7217989,4.457216,4.2244147,4.0462341,3.9532182,3.9044395,3.8322964,3.7363844,3.664639,3.6472939,3.6278522,3.5621454,3.4999535,3.4897929,3.5136174,3.549427,3.6176658,3.7491673,3.97074,4.3311576,4.8346105,5.4881124,6.2646149,7.0896399,8.0447437,9.4151429,11.233567,13.540706,16.393958,20.06089,24.378625,28.082166,30.949427,32.399728,30.980719,27.083513,22.110261,16.565147,11.964559,8.482341,6.2591528,5.2088518,4.7395725,4.7168051,4.8463024,5.0800655,5.5168009,6.1739277,6.9650297,7.8552895,8.689393,9.4093793,9.9921883,10.420802,10.384446,9.7156599,8.6036268,7.1744571,5.4688588,3.9349938,2.6951271,1.728189,1.0256749,0.55652808,0.30534728,0.17709976,0.12407771,0.12853928,0.17941875,0.2265538,0.232378,0.18549094,0.075282628,-0.042053483,-0.10097765,-0.10460699,-0.057575426:18
classification/UCR/GestureMidAirD1/GestureMidAirD1_TEST.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/GestureMidAirD1/GestureMidAirD1_TRAIN.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/GestureMidAirD2/GestureMidAirD2_TEST.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/GestureMidAirD2/GestureMidAirD2_TRAIN.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/GestureMidAirD3/GestureMidAirD3_TEST.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/GestureMidAirD3/GestureMidAirD3_TRAIN.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/GesturePebbleZ1/GesturePebbleZ1_TEST.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/GesturePebbleZ1/GesturePebbleZ1_TRAIN.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/GesturePebbleZ2/GesturePebbleZ2_TEST.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/GesturePebbleZ2/GesturePebbleZ2_TRAIN.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/GunPoint/GunPoint_TEST.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/GunPoint/GunPoint_TRAIN.ts ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #This dataset involves one female actor and one male actor making a
2
+ #motion with their hand. The two classes are: Gun-Draw and Point:
3
+ #For Gun-Draw the actors have their hands by their sides. They draw
4
+ #a replicate gun from a hip-mounted holster, point it at a target
5
+ #for approximately one second, then return the gun to the holster,
6
+ #and their hands to their sides. For Point the actors have their gun
7
+ #by their sides. They point with their index fingers to a target for
8
+ #approximately one second, and then return their hands to their
9
+ #sides. For both classes, we tracked the centroid of the actor's
10
+ #right hands in both X- and Y-axes, which appear to be highly
11
+ #correlated. The data in the archive is just the X-axis.
12
+ @problemName GunPoint
13
+ @timeStamps false
14
+ @missing false
15
+ @univariate true
16
+ @equalLength true
17
+ @seriesLength 150
18
+ @classLabel true 1 2
19
+ @data
20
+ -0.6478854,-0.64199155,-0.63818632,-0.63825875,-0.63834515,-0.63869741,-0.64304876,-0.64376789,-0.64504991,-0.64711823,-0.64915334,-0.65124584,-0.65729046,-0.66220082,-0.66123227,-0.66098661,-0.66156196,-0.66225552,-0.66191228,-0.66274039,-0.66093438,-0.66344985,-0.66219448,-0.6623359,-0.66171176,-0.66139185,-0.66140829,-0.66144719,-0.66037322,-0.65910828,-0.65974177,-0.65817648,-0.65839527,-0.65734763,-0.65851971,-0.6584864,-0.657366,-0.65435815,-0.65251819,-0.6513159,-0.64814481,-0.64733294,-0.64709792,-0.64486153,-0.64360412,-0.64349171,-0.64265061,-0.6420974,-0.64447929,-0.6488921,-0.65765851,-0.66120325,-0.64966432,-0.61016844,-0.53743483,-0.46503123,-0.35853483,-0.28313648,-0.17744604,0.15824648,0.35028455,0.48241039,0.60380734,0.79710411,0.98755132,1.2037853,1.4065415,1.5962459,1.7128307,1.7788152,1.7938492,1.7971408,1.8101928,1.8206277,1.8172235,1.8316333,1.8316333,1.828965,1.8453761,1.8452577,1.8458113,1.8424932,1.8353569,1.8363734,1.8406975,1.8325128,1.8317604,1.8292355,1.82239,1.8137368,1.8065749,1.7817465,1.7681708,1.714996,1.6361695,1.5421009,1.4168285,1.295362,1.1717134,1.0294766,0.83269526,0.74873661,0.48444394,0.46799664,0.13619262,-0.02096398,-0.24144559,-0.42927857,-0.54787937,-0.65770118,-0.74082076,-0.77535158,-0.78246083,-0.7692917,-0.74327798,-0.71938126,-0.69687714,-0.6863145,-0.67373867,-0.6683903,-0.66464289,-0.66411665,-0.66429579,-0.66119756,-0.65934631,-0.65258234,-0.64332472,-0.63886892,-0.63655838,-0.63317355,-0.63303697,-0.63300935,-0.63303406,-0.63521866,-0.63446965,-0.63579121,-0.63628253,-0.63539522,-0.63607448,-0.63755154,-0.63926427,-0.63971561,-0.63973452,-0.64018371,-0.6392345,-0.63939473,-0.64023111,-0.64042873,-0.63866571,-0.63865722:2
21
+ -0.64442658,-0.64540093,-0.64705511,-0.64749197,-0.64690971,-0.64388389,-0.63973113,-0.63809387,-0.63529717,-0.63538416,-0.63411445,-0.63371918,-0.63205431,-0.63227824,-0.62955996,-0.62870392,-0.62746722,-0.62409218,-0.62038177,-0.61557086,-0.61236419,-0.60894925,-0.60814263,-0.60875378,-0.60932197,-0.60964104,-0.6106846,-0.61113193,-0.61108019,-0.61170986,-0.6108825,-0.60945267,-0.60894078,-0.60688561,-0.60496062,-0.60257664,-0.60001033,-0.59800522,-0.5975363,-0.5977706,-0.59698632,-0.59714972,-0.59554072,-0.59359381,-0.59578465,-0.59910805,-0.5912054,-0.56583637,-0.50726478,-0.47291228,-0.39633301,-0.33414741,-0.20000148,-0.08449374,0.10083747,0.3148938,0.52511887,0.69455355,0.80780727,0.92774028,1.0858623,1.2464984,1.4187121,1.5884393,1.7182312,1.8248829,1.8471632,1.8518006,1.872417,1.8872352,1.8985508,1.909383,1.9124699,1.9096719,1.9174692,1.91903,1.91903,1.9251767,1.9172165,1.9200466,1.9211848,1.9228891,1.9149382,1.9196946,1.9002214,1.8758726,1.8250645,1.7656031,1.663209,1.5312346,1.3837503,1.2475013,1.1144119,0.97498614,0.86271132,0.72753537,0.62536652,0.46326155,0.22507585,-0.012777971,-0.23727427,-0.37892463,-0.49682449,-0.61293216,-0.71132509,-0.7695228,-0.80118791,-0.8130485,-0.81420329,-0.80858513,-0.79895231,-0.78045751,-0.76325687,-0.75207822,-0.73252229,-0.72217905,-0.710579,-0.70049705,-0.69251058,-0.68554069,-0.67506675,-0.66983666,-0.66321314,-0.65960718,-0.65295234,-0.64982112,-0.64719534,-0.64550168,-0.6453459,-0.64490756,-0.64518239,-0.6459907,-0.64498534,-0.64382431,-0.64295769,-0.64283282,-0.64348112,-0.64357149,-0.64186799,-0.64156638,-0.64114043,-0.64142574,-0.63926739,-0.63779692,-0.63767998,-0.63525992,-0.6354902,-0.6349345,-0.6344968,-0.63159565:2
22
+ -0.77835282,-0.77827907,-0.77715084,-0.77768415,-0.77590005,-0.77242112,-0.76546368,-0.76227521,-0.76375171,-0.7653562,-0.76561727,-0.76597758,-0.76856885,-0.77674009,-0.78191495,-0.78205063,-0.77799435,-0.77678608,-0.77608194,-0.77861324,-0.78267158,-0.78045439,-0.77700149,-0.76996878,-0.76981823,-0.7687117,-0.76990229,-0.77251418,-0.77290822,-0.77446878,-0.77413797,-0.76995012,-0.76900216,-0.76946942,-0.77118182,-0.77031196,-0.76104601,-0.71916875,-0.66383998,-0.63926769,-0.63442007,-0.62869976,-0.63340638,-0.62427167,-0.59826378,-0.57381015,-0.56251975,-0.5501765,-0.5281981,-0.4766243,-0.39206771,-0.30889759,-0.011156692,0.28711513,0.43799566,0.61875099,0.88714801,1.1356449,1.3414548,1.5200484,1.6115033,1.6557754,1.6750362,1.6882409,1.6986055,1.7034703,1.7037385,1.7005483,1.7000271,1.6983303,1.6969788,1.6951031,1.6967493,1.6966075,1.6941992,1.6886869,1.6886869,1.6865958,1.678218,1.6716127,1.6679297,1.6621545,1.6624095,1.655511,1.6483839,1.6372525,1.6371645,1.6344323,1.6221158,1.5973876,1.5675681,1.5063427,1.4058495,1.2811714,1.1392162,0.97935621,0.80906414,0.64691923,0.4716904,0.3026937,0.18773681,0.039058399,-0.078697581,-0.20821437,-0.31264454,-0.38899594,-0.451825,-0.49965696,-0.53307436,-0.557154,-0.56284145,-0.57743736,-0.59806714,-0.62009554,-0.63717177,-0.64028974,-0.63695831,-0.6304882,-0.60813961,-0.5875428,-0.57186065,-0.55389145,-0.53961389,-0.53883187,-0.55839037,-0.58863936,-0.62928784,-0.6625099,-0.69087978,-0.70717443,-0.72228477,-0.73265422,-0.73873723,-0.73923604,-0.73840934,-0.73718665,-0.73140657,-0.72740235,-0.72749086,-0.72378459,-0.72205505,-0.71871191,-0.71353402,-0.71002135,-0.70412555,-0.70326284,-0.70339321,-0.70419626,-0.70760524,-0.7071202:1
23
+ -0.75006044,-0.7481029,-0.746164,-0.7459259,-0.74376653,-0.74380547,-0.74521298,-0.74508159,-0.74572743,-0.74581502,-0.74598911,-0.74568185,-0.74569998,-0.74561675,-0.74634602,-0.74563756,-0.74554026,-0.74488431,-0.74483576,-0.74605927,-0.7442893,-0.74481059,-0.745005,-0.74428445,-0.74262576,-0.74215639,-0.74119754,-0.74075918,-0.73883068,-0.73785994,-0.72946106,-0.70013523,-0.65003881,-0.60091977,-0.57789281,-0.56986847,-0.5630176,-0.57064252,-0.57864982,-0.58557173,-0.58579864,-0.57486426,-0.55792917,-0.53890367,-0.51600086,-0.4748357,-0.40691638,-0.32780754,-0.25246295,-0.070797886,0.11265102,0.25307494,0.48088629,0.68198776,0.8728218,1.0666543,1.2539065,1.4437366,1.6197464,1.7001616,1.7336357,1.7523804,1.7661134,1.7717047,1.7735659,1.7781045,1.7807002,1.7815884,1.783278,1.7797761,1.7819722,1.7769277,1.7768497,1.7762282,1.7765416,1.7773963,1.7773963,1.7718713,1.764202,1.7622499,1.7636959,1.7594394,1.7526962,1.7422174,1.7182454,1.6777697,1.6165264,1.5142188,1.3992524,1.2610293,1.1175746,0.95725203,0.78539811,0.61598357,0.45022796,0.28726923,0.14467732,0.018479204,-0.10955546,-0.21449895,-0.31115256,-0.37319512,-0.42763604,-0.45897579,-0.47963183,-0.50516626,-0.5176427,-0.52649173,-0.53481758,-0.53970259,-0.54970507,-0.55320497,-0.55425428,-0.55387072,-0.5530606,-0.55643119,-0.55563048,-0.56195412,-0.57254041,-0.59158662,-0.62088014,-0.65931866,-0.70089681,-0.73523299,-0.76842622,-0.7861103,-0.79230513,-0.79151442,-0.79000902,-0.78887023,-0.7819503,-0.77419637,-0.76772549,-0.75441485,-0.7432494,-0.73418407,-0.72340902,-0.72179215,-0.72126352,-0.72090751,-0.7216666,-0.72466126,-0.7292295,-0.72893958,-0.72783368,-0.728244,-0.72645332,-0.72551657,-0.72519058,-0.7246788:1
24
+ -0.59953861,-0.59742191,-0.59926903,-0.59825858,-0.59758226,-0.59130266,-0.58902043,-0.58753296,-0.58546188,-0.5838475,-0.581602,-0.57848712,-0.57798491,-0.57653565,-0.57861646,-0.57740692,-0.57759532,-0.57662751,-0.5747099,-0.57755002,-0.57559198,-0.57541713,-0.57510374,-0.57554022,-0.5727526,-0.57282405,-0.57424992,-0.57436952,-0.57325227,-0.5739269,-0.57200908,-0.56776912,-0.56805087,-0.56896745,-0.56778193,-0.5688832,-0.56799795,-0.57038327,-0.56543556,-0.56456979,-0.56115814,-0.55726471,-0.55355639,-0.53826377,-0.50796758,-0.44207409,-0.3344124,-0.12485794,0.092937429,0.29660739,0.50303511,0.65706449,0.77617384,0.85601334,0.95507711,1.1015125,1.296067,1.5035368,1.7218827,1.9031175,2.0235278,2.0410741,2.0408739,2.052119,2.0533673,2.0363315,2.0357885,2.0420138,2.032201,2.0366534,2.0371305,2.0369817,2.0312207,2.0341011,2.0241404,2.0245437,2.0245437,2.0273989,2.0133461,1.950098,1.8399767,1.6937998,1.5296864,1.3633488,1.2152297,1.057821,0.86839674,0.64725163,0.37502981,0.098527901,-0.12557755,-0.38016135,-0.54202617,-0.66748878,-0.72480722,-0.73346451,-0.72463131,-0.69972333,-0.68063772,-0.66642742,-0.65767931,-0.64923317,-0.64354913,-0.63531838,-0.62360368,-0.60941095,-0.58823044,-0.56664542,-0.54123608,-0.52390032,-0.51890096,-0.52143086,-0.52985308,-0.54129588,-0.55590297,-0.57119453,-0.58241062,-0.58825246,-0.59222707,-0.59379499,-0.59435731,-0.59319096,-0.59278146,-0.59270145,-0.59513524,-0.59178794,-0.59739651,-0.59972023,-0.60136467,-0.60141939,-0.60605497,-0.6059993,-0.61149938,-0.61665041,-0.62145386,-0.62593618,-0.63273133,-0.63335981,-0.6390903,-0.64068182,-0.64403632,-0.64388497,-0.64574204,-0.64645762,-0.64646386,-0.64558465,-0.64241199,-0.64333682,-0.63680257,-0.63171621:2
25
+ -0.54773643,-0.55366008,-0.55719386,-0.55959852,-0.56431183,-0.56821972,-0.57196791,-0.57582612,-0.57735442,-0.58081812,-0.58687811,-0.59101033,-0.5939774,-0.59970123,-0.60216119,-0.60572099,-0.60891764,-0.6124353,-0.61358757,-0.61938366,-0.62081452,-0.62190731,-0.62172483,-0.62002216,-0.62017508,-0.62027414,-0.61877692,-0.61554337,-0.61602341,-0.61217578,-0.61496685,-0.61442161,-0.61395787,-0.6148187,-0.61564758,-0.61729582,-0.61610807,-0.61668288,-0.61485054,-0.61759852,-0.61827658,-0.61658992,-0.61732461,-0.61761072,-0.60154958,-0.53399166,-0.41861994,-0.21163168,0.041483065,0.29123259,0.56377798,0.76226069,0.91765703,1.0535603,1.1619883,1.2722334,1.3870922,1.5101214,1.6259429,1.7194887,1.810189,1.8867212,1.8929161,1.8954786,1.898895,1.899812,1.90982,1.9148749,1.9171241,1.916528,1.9181876,1.9179596,1.9268469,1.9265619,1.9190207,1.9108155,1.9108155,1.9007245,1.8908511,1.8576807,1.7991779,1.7286744,1.6227046,1.4849083,1.3284626,1.1759979,1.027933,0.88848008,0.77760412,0.69503846,0.61459288,0.52187411,0.44070518,0.32245001,0.21563266,0.088056014,-0.062571811,-0.1982103,-0.35268728,-0.46195839,-0.56701653,-0.65346671,-0.72769203,-0.78754067,-0.81694721,-0.82648644,-0.81580046,-0.8024913,-0.79366331,-0.78399394,-0.76841397,-0.75374622,-0.73558646,-0.71730275,-0.7113566,-0.70475488,-0.69913498,-0.69454494,-0.69617677,-0.69751363,-0.69542073,-0.69483611,-0.69240789,-0.69154469,-0.69022442,-0.68777428,-0.68893514,-0.69030651,-0.69122396,-0.68948802,-0.69331829,-0.69250772,-0.69361385,-0.69989093,-0.6990896,-0.70145813,-0.70064573,-0.69944455,-0.70205219,-0.70532387,-0.70693921,-0.70475879,-0.70389987,-0.70416339,-0.70540977,-0.70574098,-0.70386069,-0.7065405,-0.71038108,-0.71085435:2
26
+ -1.2611834,-1.294884,-1.3101054,-1.3196039,-1.3202625,-1.317001,-1.3096256,-1.2967286,-1.2847647,-1.2801366,-1.2767295,-1.2757704,-1.2727115,-1.2737778,-1.2718796,-1.2745471,-1.2734831,-1.272861,-1.2723134,-1.2733247,-1.2706487,-1.2709082,-1.2602542,-1.2278578,-1.1367677,-0.99278538,-0.78476743,-0.52403979,-0.26690685,-0.002019438,0.23848081,0.43791091,0.58970504,0.68977882,0.75270667,0.79338219,0.82379574,0.83847497,0.85308813,0.85567598,0.87091282,0.86794721,0.8802803,0.88263574,0.88846249,0.88712752,0.88619886,0.88275579,0.88501011,0.88690063,0.88705539,0.88618913,0.89101217,0.8918649,0.8975861,0.89127118,0.8912038,0.89285337,0.89595751,0.89313909,0.89497154,0.88776007,0.89352161,0.89334079,0.88613971,0.89425701,0.88877287,0.8895936,0.8898086,0.88819277,0.89459324,0.89413697,0.89538336,0.89569818,0.8953441,0.89520622,0.89520622,0.89334663,0.89526829,0.89401314,0.8927224,0.88942446,0.88776754,0.88969082,0.88890795,0.88296289,0.88667006,0.88361934,0.87850236,0.8703192,0.87208903,0.86919858,0.87106022,0.86928347,0.868632,0.87105027,0.86047089,0.85920644,0.85879916,0.8566121,0.85851224,0.85331437,0.84466466,0.83773243,0.82998478,0.80837656,0.79391773,0.7813119,0.74337661,0.7161547,0.68768455,0.64821152,0.59838612,0.54561619,0.45653524,0.34801572,0.20808056,0.046721361,-0.14427716,-0.34820067,-0.54508131,-0.75123319,-0.92854559,-1.0769759,-1.2058806,-1.3022339,-1.3340717,-1.3550268,-1.3638432,-1.3622852,-1.3517119,-1.323056,-1.2908458,-1.2585861,-1.2383885,-1.2238978,-1.220998,-1.2265681,-1.2412429,-1.2496408,-1.2601141,-1.269225,-1.2744585,-1.2789823,-1.2800897,-1.2813495,-1.2812774,-1.2806163,-1.280212,-1.2799396:2
27
+ -2.0125806,-2.0120689,-2.0116252,-2.0135336,-2.0134382,-2.0132187,-2.0142454,-2.0122779,-2.014058,-2.0130026,-2.0136498,-2.0137284,-2.0137119,-2.0156893,-2.0155156,-2.0164136,-2.0178279,-2.0176113,-2.0186758,-2.0198056,-2.0197099,-2.0218444,-2.0135585,-1.9939571,-1.9431108,-1.8339233,-1.6744695,-1.469971,-1.2115023,-0.9429177,-0.6506071,-0.36605416,-0.10395884,0.10855285,0.2860114,0.41885597,0.50447333,0.55347095,0.57498339,0.5792837,0.57973858,0.57174901,0.55549803,0.55105342,0.55214371,0.55371683,0.55259832,0.54816969,0.55301394,0.56799891,0.55954793,0.5673032,0.57365162,0.56915256,0.57403874,0.57445422,0.57888685,0.5808258,0.57911676,0.58942375,0.57868357,0.58210592,0.58539648,0.58575232,0.58725556,0.59396354,0.59112334,0.59295833,0.59202739,0.58702725,0.59309784,0.58705374,0.59248627,0.59235234,0.58604959,0.58449404,0.58449404,0.59024033,0.58656158,0.58163626,0.57859558,0.57498153,0.57121931,0.57930579,0.57421167,0.57409878,0.57850119,0.57723558,0.57713015,0.58133673,0.56703855,0.57540167,0.5615794,0.56500695,0.56257703,0.56160257,0.56462195,0.56197159,0.56955899,0.56050363,0.56187893,0.56268686,0.5652294,0.56029808,0.55707329,0.56035213,0.55692312,0.55391945,0.55517667,0.55768965,0.55855962,0.55886886,0.55863137,0.56289027,0.56199049,0.56508828,0.56661548,0.56753098,0.56862392,0.56708847,0.5730033,0.57224237,0.57956725,0.57845873,0.57999351,0.57952638,0.57708928,0.58183156,0.58175195,0.58304245,0.57750276,0.58296351,0.58193845,0.56994904,0.57524751,0.57698211,0.5636781,0.54305613,0.52759045,0.4782965,0.42697001,0.36008905,0.27434015,0.16340194,0.019592347,-0.15011346,-0.33385918,-0.55147725,-0.78246695,-1.0079924:2
28
+ -1.0655728,-1.0665005,-1.0672191,-1.0681968,-1.0676171,-1.0712525,-1.0674877,-1.067816,-1.0678752,-1.0698179,-1.0703609,-1.0695709,-1.0689828,-1.0667628,-1.0687768,-1.0669946,-1.0711789,-1.0324808,-0.98026672,-0.86683444,-0.68932084,-0.4624404,-0.2246442,0.031068499,0.28466367,0.50799,0.69933431,0.84286451,0.96499293,1.0161887,1.0705413,1.0899121,1.0866864,1.0971585,1.0908856,1.0829667,1.0799252,1.0782358,1.0854387,1.0876512,1.0885842,1.0888957,1.087498,1.0878954,1.0875162,1.0858351,1.0777986,1.0773426,1.0756003,1.0773346,1.0710082,1.0671283,1.0648372,1.070039,1.0675948,1.0707166,1.0670253,1.0676316,1.067565,1.0605881,1.0600949,1.0631797,1.0599411,1.0632929,1.0604743,1.0625425,1.0585728,1.057055,1.0575834,1.0563248,1.0528752,1.0540098,1.0600006,1.0581382,1.0547233,1.0596339,1.0596339,1.0585578,1.059548,1.0597863,1.0554538,1.0545271,1.0553748,1.0329906,1.0163003,1.0169862,0.99634143,0.97337451,0.92709591,0.9103848,0.88311758,0.82953346,0.77233664,0.69237118,0.60115525,0.49814355,0.36930167,0.21616962,0.053929067,-0.12406695,-0.29394651,-0.44555883,-0.6016543,-0.74479908,-0.85371745,-0.95079668,-1.025098,-1.0767507,-1.107045,-1.1150216,-1.1150928,-1.1104016,-1.0952914,-1.0770713,-1.0687018,-1.0613745,-1.0540497,-1.0526052,-1.0526178,-1.0475158,-1.0476689,-1.0467752,-1.0454486,-1.0467271,-1.0453529,-1.0457445,-1.043518,-1.043689,-1.0445401,-1.0436696,-1.0458034,-1.0458095,-1.0461388,-1.0479577,-1.0483777,-1.0483875,-1.0516842,-1.0501935,-1.048496,-1.0481063,-1.0516028,-1.0465114,-1.0488709,-1.0462954,-1.0465799,-1.0380319,-1.037612,-1.0334263,-1.0314624,-1.030165:2
29
+ -1.1772063,-1.1758389,-1.1731852,-1.1708898,-1.1694875,-1.1663086,-1.1659191,-1.1676425,-1.1669014,-1.1684412,-1.1686703,-1.1698819,-1.1719807,-1.1744968,-1.1722292,-1.1510431,-1.1112375,-1.0381087,-0.96357665,-0.87918659,-0.81775569,-0.77833289,-0.76375132,-0.75815695,-0.76005649,-0.74471094,-0.72134955,-0.70108513,-0.68857162,-0.68129625,-0.67461563,-0.67310385,-0.67251794,-0.65469819,-0.6079941,-0.54050916,-0.41217332,-0.25320364,-0.098127834,0.07907487,0.22602024,0.37900157,0.50075963,0.62800218,0.73885482,0.85419789,0.94419166,1.025043,1.0879043,1.131093,1.1609323,1.1704932,1.1872293,1.1883934,1.1892903,1.1936667,1.2014769,1.2023878,1.2009054,1.1989686,1.2022368,1.1991253,1.1992308,1.2007262,1.1984437,1.200204,1.1973823,1.1972147,1.1973338,1.1947691,1.1925805,1.1913999,1.1898049,1.1862566,1.1922787,1.189384,1.189384,1.1913756,1.1917072,1.1896069,1.1880642,1.1909865,1.1917197,1.1913527,1.1959357,1.1928804,1.1937063,1.1849865,1.1886094,1.1871675,1.1825184,1.1810382,1.1788808,1.1727568,1.1658632,1.1553035,1.1236021,1.0979481,1.0541846,0.98837697,0.90652719,0.81814654,0.70866287,0.59792783,0.48554514,0.37193128,0.25358042,0.14504461,0.030856283,-0.078909696,-0.17754639,-0.28434164,-0.37342943,-0.47522325,-0.55537465,-0.63135036,-0.69796587,-0.75797849,-0.79107187,-0.81300775,-0.82609261,-0.83506867,-0.83829379,-0.83203055,-0.82939597,-0.82386748,-0.82323658,-0.82090479,-0.81959688,-0.82809198,-0.83645591,-0.84388404,-0.85981911,-0.88115673,-0.90653948,-0.93195406,-0.96393569,-1.0156848,-1.0818653,-1.1516395,-1.2255646,-1.2957007,-1.327421,-1.3270707,-1.3004391,-1.2711385,-1.2672832,-1.2650063,-1.2707223,-1.2621336:1
30
+ -0.81632331,-0.81410425,-0.81589168,-0.81422001,-0.81664913,-0.8169783,-0.81139321,-0.8113388,-0.81209636,-0.81369887,-0.81158652,-0.80836764,-0.79718506,-0.76308724,-0.72875935,-0.67479666,-0.62751574,-0.59122422,-0.56505603,-0.56959326,-0.58967132,-0.61996657,-0.6491715,-0.65672179,-0.63746164,-0.62916708,-0.60846923,-0.59058788,-0.57311058,-0.56063209,-0.54588493,-0.52481198,-0.51676201,-0.49795259,-0.46908767,-0.42130707,-0.36012192,-0.25385872,-0.12857983,0.011865444,0.17612063,0.36596935,0.53559118,0.69775177,0.83352193,0.95984822,1.0655967,1.1511608,1.2279377,1.2939512,1.3454857,1.3989275,1.3959746,1.4031842,1.417872,1.4268997,1.4273839,1.4273319,1.4440642,1.4503981,1.4375645,1.4380719,1.4347962,1.4099481,1.4179113,1.4117548,1.407703,1.4164535,1.4143602,1.4114896,1.4033986,1.4085755,1.4139729,1.4105154,1.4145005,1.4156831,1.4156831,1.4187301,1.399107,1.4072511,1.4031531,1.3981267,1.4072245,1.3992676,1.3928875,1.4059016,1.3869055,1.3467523,1.2757411,1.226646,1.1159707,0.99977438,0.85854875,0.70464193,0.55480228,0.39686227,0.22281885,0.075052556,-0.080040106,-0.2145043,-0.33949792,-0.45934446,-0.54877228,-0.61674401,-0.65631161,-0.67350936,-0.67816246,-0.69404497,-0.68649434,-0.69951106,-0.69681154,-0.6953335,-0.69460722,-0.69099571,-0.69272191,-0.69953173,-0.70929237,-0.72548316,-0.73590963,-0.74580703,-0.7677152,-0.80448372,-0.85522799,-0.95440963,-1.0595565,-1.1213419,-1.1392019,-1.1425173,-1.1345986,-1.1257232,-1.1161379,-1.1041764,-1.0889055,-1.0786057,-1.0648161,-1.0556121,-1.0440093,-1.0378132,-1.0320458,-1.0277569,-1.0272046,-1.0280662,-1.0216059,-1.0211945,-1.0247948,-1.021716,-1.0228892,-1.02138,-1.0222724,-1.0229834:1
31
+ -1.1368462,-1.1407461,-1.1394709,-1.1300129,-1.1216071,-1.1189904,-1.1122487,-1.1131741,-1.1157314,-1.1147521,-1.1148239,-1.1147488,-1.1159809,-1.1181385,-1.1151764,-1.1038088,-1.0831104,-1.042585,-0.98247127,-0.91973701,-0.84520871,-0.79145359,-0.76140541,-0.7294143,-0.72387088,-0.70587807,-0.69313605,-0.68501127,-0.68457194,-0.67862749,-0.66767208,-0.65583416,-0.65528895,-0.65668698,-0.65658647,-0.65474941,-0.6413946,-0.59044082,-0.46683592,-0.32609134,-0.14215614,0.052406385,0.22181833,0.39087929,0.53988402,0.67464465,0.79830821,0.9051932,0.99471753,1.0832083,1.1540455,1.1977027,1.2075911,1.2210503,1.2213375,1.2152677,1.2155309,1.2149118,1.2304189,1.2204884,1.2234577,1.2206925,1.2204237,1.2140935,1.2199556,1.211658,1.2124952,1.2062634,1.2075365,1.1997835,1.2058315,1.2066723,1.208235,1.2073924,1.2082969,1.208148,1.208148,1.2022978,1.1977197,1.1950975,1.1965481,1.1987618,1.1992429,1.2011018,1.1964299,1.2031726,1.2014116,1.2028211,1.2001014,1.2016561,1.1990205,1.2054299,1.1975046,1.198035,1.1856373,1.1794332,1.1645147,1.1565523,1.1362368,1.090784,1.0345659,0.98147468,0.89572398,0.78658975,0.67737983,0.54417378,0.40118644,0.26630342,0.12416202,-0.023849355,-0.1554915,-0.29819504,-0.41902352,-0.5352759,-0.62643941,-0.70887537,-0.76928541,-0.80150592,-0.82535695,-0.8348976,-0.83304808,-0.83301738,-0.83423162,-0.83426161,-0.83645279,-0.84648202,-0.84936422,-0.8485579,-0.848313,-0.85189148,-0.85635248,-0.86119495,-0.87703883,-0.90399263,-0.9705993,-1.0552988,-1.1504501,-1.2019056,-1.2199917,-1.2164564,-1.1860828,-1.1549575,-1.1302428,-1.1188323,-1.1221268,-1.1240858,-1.1202368,-1.1118461,-1.1035781,-1.1039977:1
32
+ -1.1150157,-1.186591,-1.263632,-1.341706,-1.3855122,-1.4061744,-1.3964333,-1.3381305,-1.3069903,-1.3125796,-1.3198316,-1.3314042,-1.3397326,-1.332323,-1.326131,-1.3105706,-1.2953314,-1.2951412,-1.3032744,-1.2951545,-1.2580309,-1.2085097,-1.1239636,-1.0270977,-0.94023194,-0.87454592,-0.84678408,-0.8268993,-0.82056374,-0.81771304,-0.81407853,-0.8217331,-0.82090966,-0.81285207,-0.79644079,-0.79643632,-0.79056711,-0.77823978,-0.75893477,-0.73821588,-0.70885408,-0.66098808,-0.54908953,-0.41134745,-0.25337058,-0.075608868,0.093548111,0.25983594,0.39634428,0.51988463,0.62245718,0.72776806,0.81215067,0.8895121,0.94544559,0.99467498,1.0287607,1.0670463,1.0824384,1.0883555,1.0979132,1.0985321,1.0942437,1.092736,1.1084988,1.1042429,1.1021369,1.0996831,1.0984821,1.0967777,1.097593,1.0967194,1.0954886,1.0912873,1.086485,1.0845104,1.0845104,1.0857526,1.083837,1.0792294,1.0849432,1.0817918,1.0830169,1.0855603,1.0828542,1.0858026,1.0861644,1.0808348,1.0823202,1.079476,1.0836851,1.082457,1.0818895,1.080176,1.0783962,1.0745655,1.0745428,1.0768668,1.0755236,1.0783344,1.0788292,1.0743758,1.077992,1.0735243,1.0709341,1.0713769,1.0682886,1.0620896,1.0565284,1.0375994,1.0192082,0.99106601,0.93971787,0.86474187,0.78117483,0.6766329,0.56887784,0.44713964,0.31927323,0.19492955,0.069289876,-0.06372817,-0.19081242,-0.31211787,-0.45578297,-0.59112953,-0.71415906,-0.81676958,-0.89001218,-0.94262776,-0.98442109,-1.0010163,-1.0048461,-1.0065655,-1.0028611,-0.99823776,-0.99205574,-0.9907749,-0.9917847,-0.9875237,-0.99117288,-0.99551516,-0.99656322,-0.99844384,-1.001865,-1.007205,-1.0128539,-1.0213048,-1.0291516,-1.0447055:1
33
+ -1.2011554,-1.2084099,-1.2064816,-1.2030557,-1.1809729,-1.1656205,-1.1642654,-1.1686166,-1.163736,-1.1640602,-1.1615445,-1.1575018,-1.1581097,-1.1570818,-1.1629345,-1.1620807,-1.1610222,-1.1555281,-1.131429,-1.086852,-1.004981,-0.88579603,-0.78187663,-0.71821573,-0.67515366,-0.66650072,-0.66778595,-0.66301123,-0.65338391,-0.64623067,-0.63745736,-0.6188986,-0.59111249,-0.55169036,-0.52919933,-0.48689617,-0.38384939,-0.22361718,-0.040889753,0.10514473,0.29375922,0.50915656,0.62840819,0.72148961,0.81160787,0.91876207,1.0100022,1.0809742,1.1468528,1.1673271,1.1964873,1.2094894,1.2140985,1.2086037,1.2055879,1.1995917,1.2055514,1.1982837,1.2022532,1.1986599,1.1942553,1.2071895,1.201669,1.1916535,1.1930239,1.1949617,1.1917532,1.1881026,1.1841872,1.190739,1.1876187,1.1932642,1.1945505,1.1836008,1.1906358,1.1732621,1.1732621,1.174443,1.1884398,1.1958925,1.1785034,1.1916563,1.1840645,1.1808081,1.1863005,1.1848004,1.1957644,1.1914002,1.1817339,1.1842551,1.1701995,1.1774506,1.1538977,1.1554089,1.1439041,1.1240712,1.1135276,1.0756464,1.024455,0.95841122,0.88974798,0.80113053,0.68286164,0.55748055,0.44180564,0.3081648,0.19995099,0.062053977,-0.078775635,-0.20978735,-0.33581624,-0.46641753,-0.53978421,-0.6145569,-0.68148116,-0.73037997,-0.77497421,-0.80363612,-0.80892642,-0.81514629,-0.81993287,-0.82485835,-0.82537402,-0.82068671,-0.82009895,-0.83107653,-0.824776,-0.82313481,-0.83067895,-0.84060219,-0.84654586,-0.85444984,-0.85595761,-0.87025701,-0.88132678,-0.89298083,-0.90968292,-0.92428978,-0.96366333,-1.0145302,-1.091031,-1.1653928,-1.2729189,-1.3435423,-1.3376892,-1.3364915,-1.2840888,-1.2069612,-1.1221391,-1.0822055:1
34
+ -0.60329103,-0.60737568,-0.60682862,-0.60756518,-0.60495286,-0.59612649,-0.59005859,-0.58622034,-0.5837631,-0.58308,-0.5816461,-0.58026887,-0.57904937,-0.57757613,-0.57233393,-0.57126447,-0.56686276,-0.56655051,-0.56237822,-0.56232362,-0.5610899,-0.56224745,-0.56121035,-0.56103289,-0.56126162,-0.5646962,-0.56771174,-0.57546441,-0.58215072,-0.58791119,-0.59476567,-0.60211891,-0.60923527,-0.61349623,-0.61130696,-0.61515749,-0.61299414,-0.61362528,-0.61022844,-0.60687221,-0.59830544,-0.58668217,-0.57708574,-0.56536405,-0.55586456,-0.54901088,-0.53920029,-0.53328828,-0.52880031,-0.51144892,-0.49627774,-0.47031139,-0.43496577,-0.36742772,-0.29702187,-0.23968512,0.069579955,0.25768,0.43618179,0.57948008,0.73129949,0.90601154,1.1171175,1.3601942,1.6122803,1.7954838,1.8947405,1.9254897,1.9507949,1.9576441,1.975208,1.9944038,1.9989614,2.0094551,2.0168669,2.0169139,2.0169139,2.0199612,2.0227683,2.0267428,2.0298266,2.0267712,2.023226,2.0186854,2.0114456,1.9896683,1.9277158,1.83758,1.6943583,1.5212096,1.3611026,1.2183468,1.075179,0.95556752,0.83104282,0.68869182,0.52235852,0.49684735,0.30738683,0.033138263,-0.18203968,-0.33481372,-0.47058911,-0.617252,-0.732267,-0.80943854,-0.85853773,-0.87031609,-0.86164539,-0.83881457,-0.80939495,-0.79221792,-0.77831912,-0.75982256,-0.74043045,-0.71732169,-0.69354175,-0.67624829,-0.66151083,-0.64793368,-0.64190203,-0.63702002,-0.63379307,-0.63214317,-0.62506673,-0.62083881,-0.61381742,-0.60429854,-0.59542468,-0.58973373,-0.58362407,-0.57582931,-0.57109172,-0.56927916,-0.56997144,-0.57433335,-0.58042201,-0.59036453,-0.5935386,-0.5961905,-0.59676119,-0.59451089,-0.59560272,-0.60355406,-0.61220928,-0.62351881,-0.62530705,-0.62541075,-0.6146968,-0.60477861:2
35
+ -1.1620075,-1.161359,-1.1623794,-1.1640739,-1.1614569,-1.1578,-1.1594546,-1.161424,-1.158713,-1.1615894,-1.1585723,-1.1539282,-1.1552953,-1.1562857,-1.1577392,-1.137231,-1.0873176,-1.0075906,-0.9227293,-0.83390819,-0.7735133,-0.75742767,-0.74978144,-0.74081122,-0.74768326,-0.74806831,-0.74086617,-0.73630478,-0.73648409,-0.73696845,-0.73272416,-0.72450979,-0.71321908,-0.70734397,-0.69867555,-0.69434925,-0.66938505,-0.61583577,-0.50646033,-0.3660778,-0.22283065,-0.047168014,0.14189862,0.29322979,0.42328802,0.5571606,0.68035141,0.78690607,0.89421562,0.97334265,1.0394847,1.093506,1.1428191,1.1796069,1.2072763,1.2129975,1.2157958,1.2298627,1.2299383,1.2337506,1.2341195,1.2426766,1.2579118,1.25825,1.2487422,1.2571412,1.2515756,1.2525304,1.2575812,1.2408371,1.2474751,1.2463779,1.2449601,1.2467815,1.2525939,1.238445,1.238445,1.2441339,1.2349298,1.2411808,1.2350275,1.2392791,1.2368524,1.225248,1.2236177,1.2212427,1.227058,1.2230297,1.2366583,1.2327882,1.2265216,1.2274088,1.2269106,1.2170618,1.209232,1.2075356,1.1895199,1.1762315,1.1431922,1.1067341,1.0546654,0.98043972,0.89041447,0.77871288,0.658195,0.5031473,0.34939014,0.18367189,0.043841569,-0.090519148,-0.21244396,-0.33155406,-0.44732221,-0.54271492,-0.62270119,-0.68627078,-0.72709411,-0.76162047,-0.77913506,-0.79041434,-0.79569467,-0.79752084,-0.79900108,-0.79717574,-0.80403907,-0.81249766,-0.81943156,-0.82026648,-0.82311243,-0.8228724,-0.81810925,-0.81730611,-0.82754936,-0.84641583,-0.86897606,-0.90456814,-0.95581633,-1.0168561,-1.0730151,-1.1025709,-1.127586,-1.1367269,-1.1378357,-1.1325378,-1.1293912,-1.1281985,-1.1282235,-1.1257785,-1.1213526,-1.1161881:1
36
+ -0.80801789,-0.80929234,-0.80872319,-0.80590416,-0.80340418,-0.80134696,-0.79887461,-0.79480917,-0.79184848,-0.79046643,-0.7883796,-0.78685662,-0.78903672,-0.78690512,-0.785023,-0.78296816,-0.78316435,-0.78233577,-0.78087842,-0.78216793,-0.7819624,-0.78169589,-0.78207965,-0.78096598,-0.7809854,-0.78022993,-0.77859935,-0.77832278,-0.7778792,-0.77698706,-0.77481589,-0.77130496,-0.77106556,-0.76883219,-0.76742314,-0.76501778,-0.76491953,-0.76462914,-0.76586506,-0.76712559,-0.76625037,-0.76615617,-0.76514771,-0.76280186,-0.74195206,-0.69934848,-0.62623939,-0.50524344,-0.32707724,-0.11366023,0.19685106,0.42420421,0.52173781,0.6244474,0.72880906,0.81901389,0.92221826,1.0505089,1.1910813,1.3403616,1.448292,1.5144242,1.5423169,1.5449876,1.5557221,1.565318,1.5797238,1.589714,1.6027314,1.6195406,1.6184597,1.6262526,1.6263914,1.6283756,1.633883,1.6297773,1.6297773,1.6336904,1.6289133,1.6347774,1.6330264,1.6369106,1.6370954,1.6326258,1.6323037,1.6324164,1.6312216,1.6338126,1.6256116,1.614381,1.5819626,1.5363786,1.4594417,1.344951,1.2074055,1.077256,0.95024592,0.83028097,0.71373183,0.60385652,0.48386478,0.358933,0.1924809,0.030208992,-0.13453339,-0.29254534,-0.43855332,-0.56932183,-0.68121126,-0.7493015,-0.77278349,-0.77130652,-0.7558719,-0.72911391,-0.714985,-0.71161064,-0.71302021,-0.71853925,-0.72163485,-0.71941591,-0.71331818,-0.70178376,-0.68486376,-0.67822263,-0.67609727,-0.67953727,-0.6841139,-0.68905071,-0.69458668,-0.69633752,-0.69832486,-0.70044295,-0.70509986,-0.70625622,-0.70581222,-0.70581066,-0.70581606,-0.70354343,-0.69983454,-0.69564468,-0.69519311,-0.69527702,-0.69066301,-0.69010581,-0.68570335,-0.68077942,-0.67676145,-0.6732476,-0.66843906,-0.66330357:2
37
+ -0.62212839,-0.61916421,-0.61330752,-0.61128481,-0.60733578,-0.6073473,-0.60748684,-0.60641142,-0.60628697,-0.60910065,-0.61160684,-0.61440263,-0.61800537,-0.62200808,-0.62270714,-0.62456324,-0.62488974,-0.62650455,-0.62660407,-0.62616263,-0.62875805,-0.62932058,-0.62820513,-0.63079417,-0.6318365,-0.63218111,-0.63371173,-0.63554938,-0.63864394,-0.6384524,-0.64012189,-0.64176387,-0.64441744,-0.6436694,-0.64455295,-0.6436713,-0.64404331,-0.64526219,-0.64355356,-0.64237639,-0.64215388,-0.64102725,-0.64016393,-0.64045319,-0.64157111,-0.64107454,-0.62729563,-0.59253076,-0.55541768,-0.51380243,-0.44774281,-0.41371076,-0.31265637,-0.20406955,0.13645391,0.25186629,0.33405067,0.43001641,0.54887299,0.71859583,0.92958473,1.1336671,1.3698323,1.5081582,1.6783978,1.7430065,1.7981457,1.8107795,1.8369004,1.8422064,1.8471886,1.84848,1.8532878,1.8513833,1.8619292,1.8623641,1.8623641,1.8622628,1.867139,1.8681091,1.8647619,1.8650187,1.8648765,1.8611394,1.8529811,1.8431097,1.8363643,1.8199308,1.7914816,1.7339998,1.6413728,1.5032582,1.3425876,1.1793066,1.018877,0.87693336,0.7474329,0.58685273,0.55626331,0.29660824,0.26468774,0.0063637551,-0.29054522,-0.43168816,-0.59069601,-0.74767578,-0.8637577,-0.92561078,-0.94790217,-0.95003882,-0.94422328,-0.93506417,-0.91553111,-0.89293704,-0.86112885,-0.82838198,-0.79675896,-0.76556496,-0.74112227,-0.71564721,-0.69535348,-0.67273905,-0.65368254,-0.63415842,-0.62076001,-0.60941417,-0.60491032,-0.60453261,-0.60377865,-0.60291556,-0.60275298,-0.59817343,-0.58988502,-0.58124473,-0.57272297,-0.57014689,-0.56896144,-0.57003978,-0.57421993,-0.57934547,-0.58621418,-0.59535942,-0.59882318,-0.60395543,-0.60991577,-0.61539039,-0.62400865,-0.62886494,-0.64009841,-0.65074531:2
38
+ -1.0540142,-1.0507165,-1.0476661,-1.0474481,-1.0487687,-1.0477811,-1.0478913,-1.0475356,-1.0473691,-1.0446556,-1.0485564,-1.0477841,-1.045788,-1.0464464,-1.0507679,-1.0478953,-1.0335312,-0.98791698,-0.93006295,-0.87942385,-0.85649164,-0.83984063,-0.83948645,-0.84849113,-0.8403287,-0.80042895,-0.78612947,-0.76991725,-0.75923143,-0.74663413,-0.73597602,-0.73003843,-0.71874651,-0.70784547,-0.68208095,-0.63056988,-0.54237029,-0.42306909,-0.26959558,-0.093154216,0.065186611,0.2146558,0.34158503,0.45232636,0.56686463,0.66735206,0.78461022,0.88933095,0.99297875,1.0717414,1.1369114,1.1961713,1.204096,1.2195702,1.2136904,1.225084,1.2294293,1.2380583,1.2368285,1.2367851,1.231672,1.2359086,1.2404712,1.2368563,1.2370204,1.2361713,1.2358299,1.236857,1.2382193,1.238794,1.2363068,1.2388164,1.2401915,1.2393021,1.2390775,1.2443579,1.2443579,1.2468162,1.2486504,1.2472232,1.2484505,1.2518071,1.2531978,1.25287,1.2543476,1.2565208,1.2636345,1.2632872,1.2633517,1.2648695,1.2679143,1.2700056,1.2750322,1.2699936,1.2635936,1.2609186,1.250094,1.2037302,1.1466524,1.042966,0.92212576,0.78609824,0.63597526,0.49741177,0.36907405,0.18433436,0.057846137,-0.10040046,-0.221787,-0.35661331,-0.47192774,-0.56046427,-0.65423827,-0.73547652,-0.76984375,-0.79439797,-0.80556912,-0.80846446,-0.81277993,-0.81615553,-0.81608245,-0.81512978,-0.8065752,-0.81406035,-0.8043143,-0.80595926,-0.80519759,-0.81694892,-0.81043252,-0.82020343,-0.83454383,-0.85716025,-0.89056211,-0.97205133,-1.0433633,-1.1240446,-1.1716428,-1.16946,-1.1428534,-1.1074377,-1.0826184,-1.0715154,-1.0635639,-1.0669775,-1.0713247,-1.0681119,-1.0689659,-1.0691539,-1.0666422,-1.0647982:1
39
+ -1.0825412,-1.0824705,-1.0843013,-1.0832624,-1.0841038,-1.0852224,-1.0832331,-1.0834949,-1.0832263,-1.0848068,-1.0840392,-1.0823419,-1.0841591,-1.0842999,-1.0859646,-1.0868932,-1.0854653,-1.0851454,-1.0736742,-1.0134191,-0.91002035,-0.74087962,-0.5171162,-0.28569612,-0.031372507,0.20099918,0.42392205,0.61675359,0.7559961,0.84283525,0.91309535,0.95975688,0.98757582,1.0065196,1.0151388,1.0057284,1.0202859,1.0149855,1.0140841,1.0147588,1.0205278,1.0210207,1.0253252,1.0272239,1.0271016,1.0304824,1.0318856,1.02857,1.0321327,1.0250368,1.0237856,1.0215135,1.0196895,0.9931556,0.99731689,1.0026827,1.0014344,0.99896593,0.9963318,0.99775456,0.99917416,1.0002171,1.0000723,0.9953164,1.0031837,0.99900171,0.99461481,0.99441588,0.99591513,0.99140765,0.98932585,0.98862919,0.9908041,0.98981561,0.98809052,0.99328483,0.99328483,0.98952817,0.99433907,0.98738795,0.99462137,0.99011334,0.99821226,0.99718767,0.99188952,0.99481132,0.99737368,1.0040896,1.0047507,0.9992362,0.99617237,1.0001054,0.98256785,0.97022361,0.94206734,0.88239784,0.8298159,0.75150645,0.66918387,0.57086893,0.45073883,0.31986068,0.18437668,0.037338227,-0.11506599,-0.26035113,-0.40511402,-0.54504237,-0.67785284,-0.80047691,-0.91335783,-1.0056019,-1.1005968,-1.1572271,-1.1866616,-1.1968717,-1.1970829,-1.1913882,-1.1806431,-1.1698068,-1.150792,-1.150344,-1.1456623,-1.145265,-1.1405054,-1.1435103,-1.1396569,-1.1416582,-1.1421882,-1.1428269,-1.1417049,-1.1420716,-1.1434126,-1.1440681,-1.1444204,-1.144856,-1.1466904,-1.1451984,-1.1450797,-1.1447289,-1.147159,-1.1460259,-1.1459026,-1.1471867,-1.1459551,-1.1485244,-1.1495582,-1.1483394,-1.149799,-1.14831:2
40
+ -0.85192399,-0.849687,-0.85031118,-0.84836281,-0.84519767,-0.83920329,-0.83481789,-0.83441227,-0.83466373,-0.83326371,-0.83237619,-0.8323398,-0.83346298,-0.83270141,-0.83258636,-0.83337157,-0.83341645,-0.83293369,-0.83422073,-0.83363697,-0.83524771,-0.83442796,-0.83508057,-0.83270381,-0.83338203,-0.83476483,-0.83298719,-0.83361061,-0.83298915,-0.83278421,-0.83196359,-0.83194136,-0.83132797,-0.81771027,-0.77102188,-0.71366335,-0.67849991,-0.66510131,-0.65935011,-0.66288448,-0.66440294,-0.66568845,-0.65705048,-0.64969736,-0.6379582,-0.61792536,-0.60389365,-0.5792161,-0.55900447,-0.52929512,-0.50162371,-0.45715563,-0.34519972,-0.19623942,0.044502957,0.17561978,0.34768088,0.52348925,0.72993936,0.93431428,1.1217524,1.2988936,1.4024605,1.4645254,1.4701162,1.4905476,1.496248,1.5067336,1.5218997,1.5255593,1.5318575,1.5326374,1.5344567,1.5347947,1.5379416,1.5356824,1.5356824,1.5378531,1.5373766,1.5395155,1.5364412,1.5363186,1.5359253,1.5354826,1.5319215,1.5271641,1.5137312,1.5052365,1.4967013,1.495412,1.493793,1.4865276,1.4911076,1.498138,1.5011363,1.5071033,1.4973896,1.4911283,1.4779268,1.4312978,1.3317525,1.2047458,1.0379563,0.84932846,0.64480983,0.49316814,0.30262838,0.15304685,0.015733863,-0.13416004,-0.26551023,-0.36751019,-0.43560476,-0.50137432,-0.54113299,-0.57889176,-0.59572133,-0.6134759,-0.6275939,-0.63124976,-0.63539971,-0.63069737,-0.61923985,-0.60630997,-0.60217483,-0.59876466,-0.60109458,-0.60928041,-0.63638713,-0.66562853,-0.71135456,-0.75854686,-0.80634678,-0.84126638,-0.86559768,-0.87881574,-0.88291503,-0.88511388,-0.88412875,-0.88310831,-0.88377215,-0.881958,-0.87179831,-0.86163415,-0.84588297,-0.83726777,-0.81917523,-0.81285716,-0.80510365,-0.80260518:1
41
+ -0.76929285,-0.7728034,-0.7675449,-0.75318777,-0.73846968,-0.72103203,-0.70096343,-0.68522321,-0.67134372,-0.6701609,-0.68353179,-0.70901637,-0.74197682,-0.79958757,-0.87240737,-0.97927712,-1.0772903,-1.1413762,-1.1637332,-1.163615,-1.1442192,-1.1225523,-1.1182406,-1.1178122,-1.0903267,-1.0150408,-0.91151143,-0.79126338,-0.7230794,-0.6718856,-0.65143038,-0.64507467,-0.64255127,-0.61703041,-0.60228515,-0.58410885,-0.55503473,-0.51242204,-0.40241664,-0.2108236,-0.012577439,0.21168847,0.43363036,0.60653277,0.75879011,0.87468751,0.98289353,1.0703689,1.1443293,1.1986539,1.2482009,1.2811126,1.3009216,1.3090354,1.3136155,1.3176484,1.3214004,1.3241286,1.3216139,1.3269267,1.3279335,1.3306186,1.3374706,1.3363716,1.3348128,1.3341263,1.3332363,1.3341356,1.3344875,1.3355494,1.3322302,1.3326955,1.3252487,1.3264517,1.3242084,1.3269212,1.3269212,1.3223895,1.3211509,1.3149152,1.310581,1.3090271,1.3031487,1.3027347,1.2972672,1.288015,1.2782727,1.2626428,1.2468844,1.2288179,1.2054822,1.1807958,1.1477918,1.1063085,1.0510798,0.98437515,0.91463848,0.82225527,0.72943823,0.62337651,0.49859549,0.38034439,0.25587792,0.12775435,-0.0096046719,-0.13849526,-0.26492029,-0.39340873,-0.50532797,-0.61183004,-0.68610912,-0.74229157,-0.79359974,-0.81853631,-0.8308133,-0.83553111,-0.83738432,-0.83741609,-0.83701023,-0.84274225,-0.84930285,-0.85961516,-0.86691151,-0.87126265,-0.87732616,-0.87886933,-0.87468108,-0.87232728,-0.87528922,-0.88639753,-0.90983514,-0.94463918,-0.98659942,-1.0203307,-1.0532495,-1.0707066,-1.0790305,-1.080112,-1.0746789,-1.0663321,-1.0476281,-1.025212,-1.0147919,-1.0065145,-1.0030116,-1.0009009,-1.0010192,-0.99739268,-0.99621157,-0.99483841:1
42
+ -1.2382781,-1.1867783,-1.1479405,-1.1252832,-1.125837,-1.1291678,-1.1355357,-1.1398217,-1.1328109,-1.1273462,-1.1264337,-1.1249253,-1.124874,-1.1187453,-1.1118948,-1.1118508,-1.10888,-1.1004647,-1.0888274,-1.0638232,-1.017793,-0.92762264,-0.84323202,-0.76130923,-0.71835071,-0.68915955,-0.68494467,-0.69102375,-0.66930657,-0.65241904,-0.63949538,-0.63623042,-0.62865197,-0.62103848,-0.6102105,-0.595346,-0.5542595,-0.48963603,-0.36332087,-0.2213102,-0.06647614,0.15239142,0.29359764,0.43844732,0.56251099,0.68269797,0.81587471,0.90986223,1.0136478,1.1070171,1.152352,1.1660313,1.2042416,1.2276226,1.2355036,1.2261271,1.22011,1.2296307,1.2195116,1.2274248,1.2147098,1.2155544,1.2165026,1.2141311,1.2149844,1.2105921,1.2117611,1.2114617,1.2121329,1.2084284,1.2080817,1.2102713,1.2023174,1.2020734,1.2045018,1.2079072,1.2079072,1.2027969,1.2113258,1.2126829,1.2104507,1.2116122,1.2169129,1.2068424,1.2037525,1.1986301,1.2019185,1.1954659,1.1945436,1.1926429,1.2042078,1.1986497,1.192317,1.1938673,1.1986774,1.1874854,1.1739383,1.1558171,1.1494884,1.0720321,1.0185979,0.93862822,0.83381164,0.72301117,0.57950045,0.44994795,0.30743782,0.16805764,0.02049986,-0.13596624,-0.2740268,-0.36987666,-0.49900917,-0.55670653,-0.61399132,-0.66830306,-0.70656032,-0.73995025,-0.76507971,-0.78058103,-0.78341418,-0.7952819,-0.80541663,-0.80994841,-0.81544348,-0.81614112,-0.8211134,-0.82462214,-0.82523719,-0.82639603,-0.83029879,-0.83876878,-0.84812736,-0.85836607,-0.87389833,-0.8857969,-0.90676957,-0.91646068,-0.94028495,-0.97769226,-1.0325624,-1.1126649,-1.1822976,-1.2520188,-1.3194696,-1.3293261,-1.334852,-1.2992841,-1.2469199,-1.2138914:1
43
+ -1.7558,-1.7464956,-1.732612,-1.7273698,-1.7253054,-1.7248262,-1.7212116,-1.7229709,-1.7183516,-1.7209098,-1.7202794,-1.7188487,-1.7210315,-1.7204645,-1.7194416,-1.7167095,-1.7173316,-1.7151533,-1.7166064,-1.7173338,-1.7173152,-1.7180269,-1.7154603,-1.702405,-1.6511878,-1.5496838,-1.3765894,-1.1607662,-0.88592632,-0.60558114,-0.32689245,-0.049083653,0.17229947,0.34968495,0.4648537,0.55021074,0.59910338,0.6305874,0.65391683,0.66105347,0.66392815,0.67835824,0.68657887,0.68344423,0.69155994,0.6896141,0.68887684,0.69496368,0.69499389,0.70005693,0.69764046,0.70048095,0.69646197,0.69368519,0.69214169,0.68846921,0.69527493,0.69086379,0.68350805,0.68150962,0.68372539,0.68405373,0.68069906,0.67919527,0.67867405,0.67887312,0.68342128,0.67948544,0.68276704,0.67434172,0.67383784,0.67340574,0.67333981,0.67025833,0.66860078,0.67149139,0.67149139,0.66867081,0.66701537,0.66733459,0.66841413,0.66447688,0.66158991,0.66666852,0.66459773,0.65953188,0.66472935,0.66275259,0.65874087,0.65742889,0.65501968,0.65592579,0.66232459,0.65593329,0.65463032,0.65599816,0.65373907,0.65125105,0.65739247,0.65490703,0.65172215,0.65477505,0.65236889,0.64939631,0.65188234,0.65033393,0.6513767,0.64610124,0.64582664,0.6453963,0.64815025,0.6547055,0.64624809,0.6391002,0.64192418,0.64417214,0.63909727,0.64146058,0.63505944,0.63297167,0.64329858,0.62331024,0.63044946,0.61859358,0.61366989,0.59908641,0.57338278,0.55233001,0.54069439,0.52386728,0.4891485,0.45309736,0.41488233,0.35542763,0.26097862,0.14546607,0.011703635,-0.16099481,-0.36496134,-0.57870183,-0.81571414,-1.0513893,-1.2757928,-1.4700406,-1.6397954,-1.7574317,-1.8260762,-1.8702678,-1.8945366,-1.898637:2
44
+ -0.71683794,-0.71306248,-0.71009793,-0.71142124,-0.70996651,-0.71113602,-0.70868762,-0.70838706,-0.70840871,-0.70905039,-0.70764018,-0.7091806,-0.70926293,-0.70881661,-0.70937006,-0.70817483,-0.70987239,-0.70988824,-0.70985978,-0.70899896,-0.70843911,-0.70703083,-0.70680599,-0.70535004,-0.70402847,-0.7017981,-0.70069577,-0.70105874,-0.69953693,-0.6981131,-0.69560453,-0.67714558,-0.63756625,-0.594888,-0.56710475,-0.55867664,-0.55951764,-0.57279234,-0.58321074,-0.58845882,-0.57374423,-0.54173788,-0.50701886,-0.48361362,-0.4637218,-0.43994058,-0.40768398,-0.34312179,-0.27227648,-0.17789796,0.02591102,0.23404587,0.44016887,0.66638658,0.9096579,1.157638,1.3854238,1.5877323,1.7465768,1.8595263,1.9579496,2.0131141,2.0316469,2.0326297,2.037979,2.0408923,2.0411478,2.0430866,2.0430656,2.0487537,2.0435828,2.0446511,2.0474175,2.0418601,2.0345548,2.029597,2.029597,2.0211011,1.9920922,1.9397448,1.8680337,1.7393107,1.57363,1.4247434,1.233037,1.0573803,0.88114169,0.70939222,0.53652477,0.38330713,0.2316677,0.081541147,-0.036604874,-0.16479636,-0.25659272,-0.3473329,-0.41099543,-0.46913068,-0.5086785,-0.52372963,-0.53317652,-0.53926072,-0.53958019,-0.5337441,-0.52764485,-0.52054472,-0.51033906,-0.50320132,-0.49375483,-0.49107276,-0.48368985,-0.47735357,-0.47310679,-0.46621207,-0.45782178,-0.45394863,-0.46546398,-0.47987302,-0.50923998,-0.54629905,-0.5924213,-0.63283747,-0.65722317,-0.65986479,-0.65878086,-0.65561364,-0.65077081,-0.65180484,-0.65306512,-0.65379005,-0.64975692,-0.63892452,-0.62467861,-0.61341769,-0.59415332,-0.57572253,-0.56505876,-0.5563986,-0.55170814,-0.55164268,-0.55281382,-0.55817188,-0.56205325,-0.56740572,-0.5692658,-0.57243354,-0.57173301,-0.57044253,-0.56900559,-0.56639294:1
45
+ -0.96939098,-0.97210768,-0.97261642,-0.9736489,-0.97392378,-0.97698674,-0.97689542,-0.97754383,-0.97913513,-0.9785157,-0.97783223,-0.97988895,-0.98162415,-0.98155059,-0.98013209,-0.9798178,-0.97345939,-0.95291971,-0.88943898,-0.77452828,-0.60816757,-0.37501268,-0.10934345,0.16657432,0.42761932,0.67615765,0.87106056,1.0223062,1.1267355,1.193731,1.2440062,1.2496191,1.2474811,1.2404864,1.229332,1.2224381,1.2198175,1.2217919,1.2177323,1.2229782,1.2259365,1.2203868,1.2222744,1.2269994,1.2238975,1.2242567,1.2134004,1.2104219,1.206346,1.2049931,1.2044015,1.2026001,1.2044028,1.2018525,1.2044106,1.2012422,1.2015604,1.1978746,1.1935588,1.1933198,1.1926794,1.1888784,1.1905067,1.1907886,1.1830512,1.1829354,1.1865174,1.1868926,1.1836623,1.1813279,1.1853686,1.1836726,1.1752972,1.1583293,1.1411392,1.1226684,1.1226684,1.0777529,1.053705,1.0099857,0.98228223,0.94433906,0.91928217,0.8711206,0.81542171,0.75942824,0.68496567,0.57214641,0.44571969,0.29917702,0.1316155,-0.053015856,-0.22823318,-0.40431489,-0.56276441,-0.70979084,-0.82880042,-0.93041716,-0.99406243,-1.0264235,-1.0362467,-1.0352221,-1.0294149,-1.0068608,-0.98835827,-0.96341195,-0.94875219,-0.93180037,-0.92012624,-0.91508333,-0.91558164,-0.91500473,-0.91178502,-0.91062111,-0.91011845,-0.90952985,-0.90955173,-0.90833729,-0.90978582,-0.9094454,-0.90897092,-0.90754864,-0.9101299,-0.91053655,-0.91084076,-0.91167124,-0.9130572,-0.91318038,-0.91402907,-0.91558828,-0.91669673,-0.9192733,-0.91735706,-0.92169026,-0.92092143,-0.92154875,-0.92240249,-0.92187726,-0.92127078,-0.92306225,-0.92283423,-0.92472756,-0.92273397,-0.92424472,-0.92393775,-0.92379315,-0.92409622,-0.92541664,-0.92657184,-0.92997832:2
46
+ -0.97173193,-1.012182,-1.0497719,-1.077144,-1.0921902,-1.09292,-1.0909928,-1.0832517,-1.0742748,-1.0703874,-1.0670468,-1.0619789,-1.0575915,-1.0556713,-1.0526802,-1.0527952,-1.0516858,-1.0280811,-0.98063159,-0.92297437,-0.85566281,-0.80549949,-0.77085142,-0.75293629,-0.7463062,-0.74578073,-0.74714859,-0.74288373,-0.73374508,-0.72026617,-0.71948091,-0.72167844,-0.72166878,-0.69433903,-0.64216531,-0.55371009,-0.40378635,-0.24915346,-0.07121845,0.10414236,0.25051689,0.3961279,0.52759959,0.66178788,0.7918303,0.90298004,0.99771388,1.0747668,1.141415,1.1848374,1.1971496,1.2047595,1.2086979,1.2175651,1.223908,1.2278861,1.2334069,1.2307991,1.2260645,1.22735,1.2279234,1.2263255,1.2256158,1.2198536,1.2199307,1.2147003,1.2009773,1.2046827,1.2058629,1.2058172,1.2049442,1.2012335,1.1966643,1.1985716,1.1947904,1.1924551,1.1924551,1.1938146,1.1941712,1.1925003,1.1900657,1.191562,1.1924355,1.1872746,1.1867621,1.1873852,1.1893818,1.1897917,1.1894713,1.1877311,1.1850993,1.1836451,1.1817905,1.1780454,1.1710347,1.1687027,1.1476941,1.1154313,1.0604353,0.99316456,0.90935506,0.80898002,0.68970894,0.56096298,0.41967815,0.2804094,0.15048071,0.006555837,-0.12882536,-0.25551104,-0.38246975,-0.50006907,-0.6048982,-0.69922438,-0.76277441,-0.8126333,-0.84514401,-0.85732899,-0.86260834,-0.86510893,-0.86567514,-0.86822319,-0.8665862,-0.86287338,-0.85840744,-0.85820341,-0.86271135,-0.86708867,-0.86819253,-0.86879109,-0.87113931,-0.8708603,-0.87501058,-0.88539864,-0.91420525,-0.96190368,-1.0449668,-1.1434152,-1.2393387,-1.2782182,-1.269844,-1.2392484,-1.2004568,-1.1709051,-1.1581304,-1.1531222,-1.1541761,-1.1545641,-1.1500729,-1.1450396:1
47
+ -1.0810195,-1.0788593,-1.0794721,-1.0800853,-1.0786806,-1.0782717,-1.0772979,-1.0789436,-1.0770413,-1.0784118,-1.0795684,-1.0797931,-1.0791981,-1.0786976,-1.0691456,-1.0443617,-1.0076163,-0.95439177,-0.88780186,-0.82168508,-0.77998832,-0.75723197,-0.75367352,-0.74952845,-0.75025064,-0.73624742,-0.72603858,-0.72451178,-0.71695558,-0.7081843,-0.69730643,-0.69117134,-0.69002608,-0.68246017,-0.67760379,-0.65861513,-0.59883531,-0.47760207,-0.33316507,-0.16649781,0.0084428339,0.16843516,0.33074,0.48827152,0.61585143,0.7369508,0.85207383,0.94205998,1.0418842,1.1126671,1.1811953,1.204483,1.216188,1.2217698,1.2229625,1.2309263,1.2350181,1.2386765,1.2281496,1.223533,1.2226362,1.2215903,1.2315342,1.2278932,1.2315473,1.2211689,1.2190702,1.2264495,1.2254771,1.2218482,1.2256665,1.2218501,1.2156297,1.212844,1.217404,1.2268221,1.2268221,1.2339325,1.2302022,1.2353606,1.2412184,1.2419603,1.2351849,1.241034,1.2445615,1.2514336,1.2412896,1.2354888,1.2378098,1.2388326,1.240566,1.2263907,1.2197319,1.2149428,1.2053765,1.1875237,1.1519829,1.1232352,1.0829548,1.0200748,0.92106732,0.82697207,0.73230217,0.61102644,0.48816925,0.35557412,0.21658246,0.072226169,-0.074379871,-0.2190323,-0.36312907,-0.49996621,-0.61237863,-0.70191887,-0.75298538,-0.79858605,-0.82073806,-0.83247413,-0.84131054,-0.84246167,-0.84715599,-0.84508591,-0.84230239,-0.83857036,-0.83713547,-0.83734898,-0.84198651,-0.84149479,-0.84750497,-0.85020085,-0.85514348,-0.85347832,-0.85722295,-0.86958194,-0.89200266,-0.93565473,-0.99579293,-1.0607957,-1.1245263,-1.1771048,-1.2010599,-1.202613,-1.2032599,-1.2006159,-1.1961681,-1.1991881,-1.1955766,-1.1869746,-1.1738234,-1.1665739:1
48
+ -1.006849,-1.008827,-1.0085227,-1.0113467,-1.0117053,-1.0119329,-1.0144356,-1.0125621,-1.0171863,-1.0184073,-1.0190304,-1.0191346,-1.0201591,-1.0214543,-1.0233431,-1.0242855,-1.0171093,-0.96706277,-0.83839049,-0.64280538,-0.39898452,-0.14138653,0.13649055,0.37084549,0.60014793,0.72926097,0.85468247,0.93078673,0.98717073,1.0063548,1.0102153,1.0328488,1.0359085,1.038146,1.0338558,1.0352203,1.0329096,1.0395651,1.0388382,1.0406946,1.0301003,1.030798,1.0277785,1.0243866,1.0236713,1.0226206,1.021436,1.0188695,1.0166947,1.0186917,1.0228706,1.0165283,1.0180346,1.0193669,1.0169317,1.0140903,1.0106588,1.0139811,1.0163804,1.0083628,1.0070734,1.0079778,0.99587017,0.99388499,1.0003557,1.0007681,0.99550816,0.99648379,0.99494359,0.98982668,0.98523719,0.98344528,0.98157083,0.98750812,0.98394611,0.99543394,0.99543394,0.99562472,0.9928629,1.0005874,0.99944212,1.0000812,0.99906617,0.98994444,0.99197499,0.98411615,0.97927311,0.97664374,0.98088969,0.96388157,0.94094556,0.89979255,0.85714451,0.81053873,0.7752124,0.69355804,0.60515853,0.5132184,0.38188435,0.22656875,0.05462542,-0.13356194,-0.33379996,-0.51530017,-0.70330656,-0.86083918,-0.99533315,-1.0929057,-1.1386113,-1.1654924,-1.1804277,-1.1862906,-1.1879563,-1.1857892,-1.1845271,-1.177888,-1.1688485,-1.1633081,-1.1597925,-1.1602489,-1.1596164,-1.1609865,-1.1604462,-1.1588421,-1.1540673,-1.1446765,-1.1447209,-1.1425365,-1.1377594,-1.1373003,-1.1318938,-1.1296113,-1.1268899,-1.1241383,-1.122047,-1.1173072,-1.1176364,-1.1128184,-1.1150986,-1.1131604,-1.1146533,-1.114498,-1.1175345,-1.1190415,-1.1200556,-1.1205534,-1.1209828,-1.1223641,-1.1218789,-1.1222347:2
49
+ -1.4414033,-1.5047556,-1.5537854,-1.5662278,-1.5504003,-1.5054088,-1.4540403,-1.4085404,-1.3757718,-1.3678582,-1.3635698,-1.3618183,-1.3551663,-1.3446487,-1.3371635,-1.3277524,-1.32622,-1.3223416,-1.3220329,-1.3154427,-1.3122596,-1.3076996,-1.3063429,-1.2925911,-1.2618238,-1.1968589,-1.1140285,-1.031311,-0.97226493,-0.94588288,-0.92896727,-0.94431533,-0.96189007,-0.98601265,-0.98656162,-0.96370993,-0.95026791,-0.93539196,-0.89515146,-0.839527,-0.7562957,-0.6104747,-0.48235674,-0.34581323,-0.20052384,-0.024858372,0.12065034,0.25020513,0.36301103,0.47931886,0.5806862,0.67991247,0.75689386,0.83179783,0.88071443,0.91141279,0.92216079,0.93343136,0.93351754,0.93688515,0.94155782,0.94117003,0.94046209,0.94807557,0.94881805,0.95011136,0.95426144,0.95775395,0.95766729,0.9593839,0.96166084,0.96334338,0.96273666,0.9629324,0.96123685,0.96118319,0.96118319,0.9541577,0.96022711,0.95581986,0.95625365,0.96038044,0.95381969,0.956078,0.95755947,0.95641203,0.95773085,0.95762197,0.95571729,0.95543771,0.95620241,0.95217791,0.95617786,0.95366666,0.95395303,0.95269127,0.95177236,0.94903621,0.94935694,0.94803937,0.9521451,0.95124201,0.95053359,0.95182971,0.95005954,0.95102648,0.94655062,0.94460664,0.94442003,0.94160837,0.93024299,0.93120615,0.93039952,0.92761931,0.92677086,0.92739689,0.91892573,0.91563148,0.90986456,0.89929114,0.87487423,0.83918461,0.76976866,0.69373015,0.58365371,0.4634913,0.31200721,0.17682921,0.02904667,-0.12290128,-0.26391822,-0.39957863,-0.53683113,-0.67761885,-0.80215794,-0.91433344,-0.98825795,-1.0527254,-1.0953322,-1.1202611,-1.1343651,-1.1419337,-1.1509227,-1.1552921,-1.1579893,-1.1626117,-1.1650365,-1.1700458,-1.1743335,-1.1744064:1
50
+ -0.96433271,-0.96426418,-0.9647722,-0.96309175,-0.96375724,-0.96238643,-0.9619994,-0.96154037,-0.9609731,-0.9556318,-0.95474635,-0.95380909,-0.94986364,-0.94670703,-0.95005478,-0.94310361,-0.91262023,-0.85060117,-0.7675817,-0.67859289,-0.62965493,-0.61138783,-0.61473385,-0.62927157,-0.62442415,-0.59615062,-0.57528934,-0.5612714,-0.53517491,-0.50789325,-0.48563449,-0.47360159,-0.45090594,-0.41556694,-0.38557745,-0.32147223,-0.23640178,-0.102625,0.051849556,0.23966329,0.46067709,0.62006868,0.76558566,0.90351264,1.0266717,1.1392114,1.2381642,1.3085132,1.362783,1.4003799,1.4160413,1.4183827,1.4133891,1.4135009,1.4174714,1.4203035,1.4263899,1.4337039,1.4329329,1.4277574,1.4338284,1.4324509,1.418983,1.4284601,1.426278,1.4249715,1.4296829,1.433206,1.4302302,1.4344801,1.4327753,1.4420568,1.442327,1.4476641,1.4478614,1.4438611,1.4438611,1.4430162,1.4451343,1.4387057,1.4351927,1.4276263,1.4272786,1.4128402,1.3831368,1.3373151,1.2888613,1.2196357,1.1308962,1.0266132,0.88835746,0.7347581,0.54672645,0.37844464,0.2013134,0.023964571,-0.11019223,-0.25447234,-0.36628589,-0.46336959,-0.52736937,-0.57171246,-0.58309703,-0.59467663,-0.59760443,-0.59542469,-0.59632007,-0.59624711,-0.60199228,-0.60366626,-0.61166132,-0.61850251,-0.62600682,-0.6403343,-0.65847879,-0.68010001,-0.7087596,-0.753288,-0.80225866,-0.86268037,-0.93760041,-1.0069274,-1.043742,-1.0534569,-1.0493616,-1.0334118,-1.012949,-0.98905969,-0.94572402,-0.93210402,-0.92059424,-0.91763537,-0.91162361,-0.9113566,-0.90945165,-0.90710365,-0.90430397,-0.90275055,-0.89897012,-0.89763341,-0.89669961,-0.89366605,-0.89184119,-0.89330136,-0.8911281,-0.89046671,-0.88997617,-0.89085428,-0.89033924,-0.89374754:1
51
+ -1.4817183,-1.4829241,-1.4831597,-1.4823033,-1.4799852,-1.4807447,-1.4815135,-1.4802302,-1.4811695,-1.4809356,-1.4804407,-1.4809121,-1.4816063,-1.4822897,-1.4830542,-1.4843844,-1.4851373,-1.4851477,-1.4857127,-1.4858641,-1.4878857,-1.488779,-1.4822774,-1.449774,-1.3486009,-1.174056,-0.93422152,-0.65341016,-0.35419344,-0.064913163,0.18050222,0.37940349,0.52611916,0.61203819,0.6863814,0.73795867,0.75454404,0.78357917,0.78999222,0.79547948,0.80383742,0.81338676,0.81929776,0.81754882,0.8145647,0.82122369,0.82581335,0.82531891,0.82707089,0.83603273,0.82669338,0.82257288,0.81875099,0.81977324,0.78302959,0.78292553,0.77944662,0.78113293,0.77921192,0.77906841,0.77790346,0.78591527,0.78101061,0.78297411,0.78928392,0.78455425,0.78105392,0.78649669,0.7832012,0.78305464,0.78704966,0.7917613,0.78758484,0.7942649,0.79457369,0.78787889,0.78787889,0.78723672,0.79281761,0.79333735,0.7927242,0.79543371,0.79177979,0.79009535,0.8023851,0.79763589,0.79728051,0.79853839,0.79999329,0.79766469,0.80166848,0.80218295,0.79989976,0.80110989,0.80636432,0.8048413,0.79936598,0.80080367,0.79686507,0.79236086,0.80359008,0.790574,0.78577187,0.78987458,0.78658272,0.77502891,0.79206658,0.7898754,0.80286023,0.81606806,0.81357721,0.79649611,0.79756144,0.78273321,0.75740525,0.73080969,0.67599476,0.62584921,0.5625148,0.47837385,0.38968783,0.26838207,0.14514955,-0.0010710789,-0.15762756,-0.30904245,-0.47286017,-0.63246514,-0.7724743,-0.90911726,-1.0187647,-1.1167374,-1.2054715,-1.2797378,-1.3320831,-1.3699956,-1.3901237,-1.3871018,-1.37938,-1.3733027,-1.3677922,-1.3622611,-1.3635396,-1.3646039,-1.3683235,-1.3706591,-1.3740703,-1.3738789,-1.3737853,-1.3747364:2
52
+ -0.98113092,-0.97910197,-0.97764469,-0.97588413,-0.97559785,-0.97751357,-0.97799779,-0.97942248,-0.98081601,-0.98094482,-0.9830372,-0.98473039,-0.98517193,-0.98718113,-0.98788656,-0.99046459,-0.9920869,-0.98876054,-0.96845542,-0.91592175,-0.79438534,-0.60490119,-0.36428778,-0.096442311,0.15619999,0.414545,0.62856356,0.7955182,0.90479608,0.98755371,1.0482199,1.0802249,1.0916028,1.0907926,1.0943349,1.097765,1.0883218,1.0956992,1.0985341,1.0964378,1.0971981,1.098364,1.0967443,1.0959811,1.0993148,1.0966352,1.10323,1.0999558,1.0998375,1.1005234,1.103629,1.103641,1.1026377,1.1013374,1.1067815,1.1046258,1.0992576,1.1058103,1.105187,1.1038412,1.1012225,1.1076808,1.1116347,1.1081459,1.1032058,1.1064868,1.1051721,1.1059165,1.1052235,1.1095605,1.1084255,1.1052164,1.1001973,1.1082156,1.1063893,1.0999333,1.0999333,1.0923377,1.0971378,1.0978628,1.0914563,1.0895521,1.0937367,1.0871096,1.0897559,1.0760765,1.0594368,1.0347367,0.99892983,0.95156757,0.88167154,0.8057084,0.68871444,0.56417383,0.40238796,0.22428312,0.016737111,-0.20602534,-0.41687993,-0.6253043,-0.80642343,-0.96374135,-1.0951168,-1.1601732,-1.1832293,-1.1932095,-1.1945031,-1.1747315,-1.1428959,-1.1055141,-1.0737003,-1.0414676,-1.0227832,-1.0068519,-0.99906156,-0.99427726,-0.99115916,-0.99205464,-0.9936358,-0.99435209,-0.99579982,-0.99327962,-0.98997784,-0.99019521,-0.98552163,-0.98234153,-0.97958828,-0.9753829,-0.97196305,-0.97091801,-0.96939029,-0.9704396,-0.96953612,-0.97000421,-0.96980034,-0.96971629,-0.96991643,-0.97013841,-0.9702512,-0.97001014,-0.9711063,-0.97182732,-0.97018339,-0.96538867,-0.96583164,-0.96659523,-0.96740742,-0.96925445,-0.97041623,-0.97053485:2
53
+ -0.72396103,-0.72526276,-0.7292543,-0.73269001,-0.73360332,-0.73439849,-0.7363294,-0.73840431,-0.74044733,-0.74540971,-0.75027623,-0.75626881,-0.76068336,-0.76469512,-0.77424021,-0.77703485,-0.77941836,-0.78026238,-0.77831865,-0.78001035,-0.77826072,-0.7789591,-0.78193491,-0.78041512,-0.78277071,-0.78273539,-0.77955578,-0.77686648,-0.77798733,-0.77812653,-0.77862267,-0.77866768,-0.77368833,-0.75988393,-0.72437184,-0.67391992,-0.62782691,-0.59599402,-0.5479454,-0.54855563,-0.57681925,-0.59036672,-0.58741163,-0.56899858,-0.55078484,-0.52561196,-0.50980736,-0.47117568,-0.43432842,-0.35805974,-0.23951248,-0.12625839,0.036490139,0.2690579,0.51781305,0.79361636,1.0376569,1.2430628,1.4027845,1.5182348,1.6079306,1.6763146,1.7097499,1.7183766,1.7219791,1.7132729,1.7062181,1.7059865,1.7050724,1.7061324,1.7066282,1.7057427,1.7135678,1.713796,1.7146274,1.7166096,1.7166096,1.7125336,1.7134396,1.7102522,1.7057791,1.7051998,1.6965116,1.6931534,1.6896777,1.6821522,1.6756595,1.6561576,1.6273363,1.5712472,1.4950179,1.3978772,1.2800874,1.12476,0.96865084,0.79342955,0.61648092,0.47290122,0.30561364,0.15182528,0.0029084508,-0.10825167,-0.25293919,-0.36972203,-0.44461491,-0.50388135,-0.54413848,-0.57286917,-0.59053769,-0.60065758,-0.59610821,-0.60731958,-0.59614343,-0.59680742,-0.58369587,-0.57312995,-0.55759895,-0.53739146,-0.50787811,-0.47686372,-0.4572499,-0.4500777,-0.48354645,-0.53378166,-0.58321035,-0.64706451,-0.69619095,-0.74118186,-0.76815615,-0.78112902,-0.78467194,-0.79004741,-0.7892858,-0.7861961,-0.78046399,-0.77504183,-0.75882965,-0.75648865,-0.75719942,-0.75368724,-0.75787497,-0.7564253,-0.75532247,-0.75764972,-0.76013429,-0.75797322,-0.75326371,-0.75172465,-0.74977039,-0.74460235:1
54
+ -0.64412133,-0.64100512,-0.63944654,-0.63639728,-0.63560297,-0.63285278,-0.63149192,-0.6287411,-0.6253649,-0.62011931,-0.61967013,-0.61654695,-0.61422931,-0.61175573,-0.61033053,-0.60973883,-0.60724831,-0.60542039,-0.60249067,-0.60309527,-0.60149792,-0.60228609,-0.60130415,-0.60238256,-0.60264858,-0.60451589,-0.60432743,-0.60648997,-0.60564805,-0.60828681,-0.61020631,-0.61396266,-0.61477049,-0.61548537,-0.61648312,-0.61548756,-0.61560357,-0.61676286,-0.61636576,-0.61723231,-0.61647896,-0.61733907,-0.6173136,-0.61615151,-0.61304382,-0.59647249,-0.56170786,-0.49008008,-0.39112043,-0.29469455,-0.19871484,-0.083311735,0.058839012,0.30079382,0.49314619,0.60306252,0.71332586,0.84049972,1.0068009,1.2051279,1.4249208,1.6111797,1.766634,1.8667736,1.9154969,1.9217988,1.9402117,1.9506893,1.9587897,1.9688094,1.9791084,1.9784146,1.9794581,1.9872861,1.9959012,1.991108,1.991108,1.9921299,1.9913228,1.9901535,1.9853854,1.9553342,1.9313682,1.8832148,1.8046573,1.6935741,1.5565861,1.3953203,1.2505193,1.1162994,0.98727535,0.84212586,0.71248654,0.67754237,0.40886384,0.3213292,-0.0060053908,-0.20761294,-0.34992045,-0.50357282,-0.63286889,-0.71473952,-0.75541952,-0.76437262,-0.76310511,-0.75294138,-0.73284062,-0.71586544,-0.70077223,-0.68518752,-0.67842597,-0.66929221,-0.66079911,-0.6578172,-0.65439703,-0.65236453,-0.64473611,-0.64024584,-0.63914872,-0.63496022,-0.63265308,-0.6347993,-0.63394273,-0.63328231,-0.63456208,-0.63253343,-0.63365478,-0.63502634,-0.63616203,-0.63727277,-0.63709148,-0.63749534,-0.63841169,-0.63811033,-0.63646765,-0.63619124,-0.634694,-0.63224496,-0.62686682,-0.62455833,-0.62308333,-0.61907489,-0.61871802,-0.61486633,-0.61451944,-0.60921355,-0.60760976,-0.60466631,-0.60562965,-0.60011346:2
55
+ -0.60446787,-0.60808394,-0.61306505,-0.61492596,-0.61552159,-0.61630023,-0.61799162,-0.61882146,-0.61990119,-0.62086515,-0.62351923,-0.62598476,-0.63052973,-0.63174404,-0.63349505,-0.6351402,-0.63936493,-0.63966776,-0.6422779,-0.64539625,-0.64921783,-0.65482247,-0.65690987,-0.65971098,-0.6613138,-0.66388623,-0.66498719,-0.66660374,-0.6669934,-0.67166119,-0.67122494,-0.6707602,-0.66668977,-0.64159659,-0.5997987,-0.56132858,-0.54458062,-0.5416236,-0.54626036,-0.55829706,-0.56274148,-0.55377066,-0.53691487,-0.5208692,-0.51263401,-0.5075219,-0.4704077,-0.3874682,-0.24086312,-0.057702454,0.14533456,0.39479009,0.62701297,0.83947228,1.0470751,1.249127,1.4651479,1.6728472,1.8217086,1.8899128,1.8992552,1.9261105,1.9342151,1.9442575,1.9543493,1.9586658,1.9720384,1.9715625,1.9754062,1.9810149,1.9812741,1.9837944,1.9871845,1.9876293,1.9872233,1.9774614,1.9774614,1.9531077,1.9311467,1.8954667,1.836442,1.7441332,1.6409514,1.4991593,1.3430101,1.1789183,1.0139691,0.85102233,0.69552889,0.53011208,0.36959544,0.21566711,0.07815024,-0.061245876,-0.19735054,-0.31344405,-0.39568898,-0.46799303,-0.51703471,-0.54916722,-0.56337712,-0.56667641,-0.56711335,-0.57036259,-0.56801596,-0.56586975,-0.56707876,-0.56862773,-0.56554858,-0.55768714,-0.54394751,-0.52458583,-0.4938525,-0.45891439,-0.43497971,-0.42280082,-0.43615101,-0.46825354,-0.51930247,-0.57468004,-0.63775173,-0.70105751,-0.74639871,-0.78226583,-0.79284547,-0.79367808,-0.79097903,-0.78938266,-0.78592654,-0.77670444,-0.76303216,-0.74036611,-0.71579707,-0.68907501,-0.66368477,-0.64774623,-0.64299726,-0.6412037,-0.64075695,-0.64373173,-0.64641902,-0.64726293,-0.64674411,-0.64507244,-0.64392904,-0.64289324,-0.64251373,-0.64078278,-0.64052908,-0.64021149:1
56
+ -1.2870088,-1.2824317,-1.3036565,-1.2930816,-1.2935056,-1.2927301,-1.2997007,-1.3028018,-1.2992177,-1.3050246,-1.3076805,-1.3018115,-1.3044015,-1.3137802,-1.3105898,-1.3101459,-1.3041436,-1.2993116,-1.2997897,-1.3117564,-1.2925714,-1.3057982,-1.2544249,-1.1675734,-1.0678951,-0.95091071,-0.73964986,-0.43540185,-0.17293814,0.074390192,0.28253541,0.45961884,0.60656842,0.68404595,0.74510126,0.84921001,0.92140295,0.91053262,1.0103236,0.93478204,0.91873359,0.97475369,1.0614691,0.86460426,0.96591539,0.88993447,0.90218229,0.83374242,0.86655242,0.88853262,0.86223009,0.88481469,0.90874703,0.87326674,0.92338484,0.86163142,0.88954173,0.90502582,0.95809615,0.89123302,0.91702087,0.90942137,0.90940521,0.90275086,0.92186703,0.92306718,0.91116221,0.92954641,0.91456446,0.91740343,0.94296919,0.93684124,0.93075769,0.91386939,0.88801548,0.9364492,0.9364492,0.92549406,0.9345507,0.93450326,0.93899943,0.90905615,0.89866244,0.88380828,0.8942287,0.8658105,0.87383636,0.86253006,0.86439705,0.86558315,0.86268667,0.88142473,0.85587946,0.85726761,0.87661032,0.909438,0.93474034,0.89734187,0.9172385,0.99853482,0.93392415,0.91023615,0.89156743,0.88067602,0.85615344,0.83894455,0.81032898,0.7762824,0.72050875,0.66612173,0.58046442,0.47419457,0.35275582,0.21399785,0.067116442,-0.096406575,-0.2623819,-0.43043622,-0.5904245,-0.74249035,-0.86756714,-0.97337573,-1.0534858,-1.1284781,-1.1815328,-1.2147078,-1.2212293,-1.2224738,-1.2218023,-1.2202266,-1.2160895,-1.211664,-1.2063981,-1.2017908,-1.1991286,-1.1991776,-1.1986198,-1.197459,-1.1964778,-1.1979141,-1.1988444,-1.1978895,-1.1973343,-1.19765,-1.1979659,-1.1983091,-1.1998034,-1.2020342,-1.2035693,-1.205487:2
57
+ -0.54634534,-0.54858405,-0.54964891,-0.54932461,-0.55095577,-0.556537,-0.55673219,-0.56264233,-0.56460968,-0.56759727,-0.56867254,-0.57033327,-0.57120788,-0.57095387,-0.57208291,-0.57101101,-0.5702009,-0.57126597,-0.57127344,-0.56976507,-0.57052941,-0.57003181,-0.57118905,-0.57254263,-0.57169527,-0.57373449,-0.57348196,-0.57270268,-0.57082677,-0.57180281,-0.57220245,-0.5726307,-0.57214973,-0.57555684,-0.57491793,-0.57850865,-0.5785236,-0.58028639,-0.5791402,-0.57858947,-0.57831157,-0.578967,-0.57836229,-0.57871763,-0.57722178,-0.57730333,-0.56914531,-0.54584542,-0.51089434,-0.42378004,-0.33052853,-0.24612151,-0.12371594,-0.02868753,0.27867219,0.48891009,0.59578678,0.6883835,0.83691071,0.99078207,1.1934738,1.4137656,1.5993951,1.7722456,1.8689656,1.9241079,1.9539046,1.9607823,1.9964284,2.0061134,2.0153515,2.0136176,2.0167211,2.0230023,2.0240776,2.022692,2.022692,2.0330587,2.0243333,2.0166438,2.0215439,2.0028321,1.9813423,1.9416733,1.871913,1.7734063,1.6307961,1.4644655,1.3088974,1.1507601,1.0165553,0.89536897,0.78136185,0.6617833,0.53063184,0.47031787,0.208244,0.015196334,-0.16187053,-0.29681275,-0.42218444,-0.56121793,-0.66180873,-0.72176484,-0.74007906,-0.74359255,-0.74220235,-0.73545557,-0.7191511,-0.70093579,-0.68575005,-0.67968702,-0.67924213,-0.68122327,-0.68576321,-0.69168545,-0.69588689,-0.69954086,-0.7074435,-0.70891125,-0.70894598,-0.70959288,-0.71020896,-0.70613748,-0.70042294,-0.69568129,-0.68963603,-0.68605467,-0.6862487,-0.68600301,-0.68538682,-0.68606667,-0.6854548,-0.68671158,-0.68950093,-0.6874816,-0.6875784,-0.6839902,-0.68002299,-0.6761932,-0.671652,-0.66561358,-0.65989094,-0.65691335,-0.65414578,-0.65272654,-0.6518192,-0.65196168,-0.6515189,-0.65374773:2
58
+ -1.6233685,-1.6236964,-1.6221607,-1.6229063,-1.6217391,-1.6218602,-1.6228539,-1.6212532,-1.622584,-1.6220302,-1.6215876,-1.6209267,-1.6202368,-1.6199991,-1.6194763,-1.6194237,-1.6179966,-1.6189239,-1.6186616,-1.6186978,-1.6171869,-1.6140069,-1.5998386,-1.5676561,-1.4959187,-1.3847228,-1.215681,-0.99512052,-0.74590311,-0.48102728,-0.21488808,0.040982902,0.24351768,0.40296384,0.51753493,0.57619755,0.62334517,0.65056671,0.66512536,0.67901416,0.66768578,0.67806461,0.66940489,0.66903997,0.68218207,0.68464195,0.69383637,0.69259991,0.69680984,0.69675424,0.69376025,0.69321369,0.69486475,0.69281557,0.69626056,0.69209568,0.6914398,0.68565089,0.69260845,0.68792143,0.69443355,0.69558797,0.69479646,0.69352349,0.69836547,0.68876948,0.69731254,0.69725326,0.69809064,0.70232678,0.700116,0.70331296,0.69477572,0.69455508,0.69703108,0.6945552,0.6945552,0.69727033,0.69796533,0.69664955,0.69932355,0.70227236,0.69861409,0.69665927,0.70129259,0.7014581,0.70302368,0.7019915,0.70541585,0.70623332,0.70128725,0.70349625,0.70250936,0.70518858,0.69964982,0.6993705,0.69774943,0.69761807,0.69705171,0.69633466,0.69515914,0.69694654,0.70238073,0.70075006,0.70376337,0.69865025,0.69617958,0.70157737,0.69783752,0.69977099,0.70308094,0.70296855,0.70375128,0.7056921,0.70902837,0.6965949,0.69877462,0.70328368,0.69260145,0.69996768,0.69547142,0.68062123,0.66497064,0.64954781,0.63068828,0.60601163,0.58004647,0.5425579,0.49151606,0.44123989,0.35955523,0.25624933,0.13702608,-0.01962753,-0.19511375,-0.39422298,-0.60348472,-0.81688253,-1.0356218,-1.2304697,-1.4034112,-1.5494786,-1.6600804,-1.7458739,-1.7977006,-1.8214575,-1.8207553,-1.8148259,-1.8023482,-1.7792589:2
59
+ -1.1132472,-1.1131568,-1.1143426,-1.1139066,-1.115143,-1.1171659,-1.1156565,-1.1171988,-1.1180936,-1.1179372,-1.1211545,-1.1226982,-1.1215296,-1.1217481,-1.1218424,-1.1229887,-1.1228782,-1.1239787,-1.1226252,-1.1221145,-1.1224099,-1.1208564,-1.1178735,-1.095512,-1.0303489,-0.9037353,-0.71446069,-0.46705214,-0.20410612,0.056721974,0.29985077,0.51955393,0.69284053,0.8146909,0.88957512,0.93442829,0.97165857,0.98321721,0.98823724,0.98777463,0.98879732,0.97417783,0.96958791,0.9610275,0.96395172,0.96678476,0.96606186,0.96778839,0.96834565,0.96673738,0.96824896,0.96429337,0.96649648,0.96644898,0.9593495,0.96540587,0.96479151,0.9614197,0.95961352,0.96042612,0.95971992,0.96729205,0.96183616,0.96473769,0.96542844,0.963394,0.96055384,0.95863111,0.95626191,0.96771392,0.96734102,0.95601469,0.96447028,0.96698673,0.95818058,0.95250399,0.95250399,0.95538657,0.94749163,0.9614417,0.96140797,0.95760503,0.95723732,0.95996521,0.95405382,0.95910319,0.96071677,0.95982711,0.95745666,0.96466198,0.96474367,0.9652496,0.96541715,0.96144802,0.96853803,0.96846571,0.97044971,0.96582402,0.95439254,0.95236826,0.95160316,0.91771626,0.88307532,0.84776846,0.77587232,0.70663659,0.59827312,0.48882773,0.34654883,0.1929946,0.021715918,-0.16019281,-0.34277458,-0.51707744,-0.68243357,-0.82939864,-0.94871608,-1.042282,-1.1229836,-1.173594,-1.2102789,-1.2200101,-1.2255026,-1.2250341,-1.2217693,-1.2148088,-1.2054311,-1.198111,-1.1941925,-1.1867244,-1.1843252,-1.1837604,-1.1834264,-1.1835303,-1.1813269,-1.1822177,-1.1792956,-1.1778812,-1.1782599,-1.1744968,-1.1746218,-1.1736438,-1.1742771,-1.1751756,-1.1766938,-1.1750515,-1.1760953,-1.1751667,-1.1749643,-1.1748706:2
60
+ -0.74411895,-0.73426195,-0.73051197,-0.7214631,-0.70847631,-0.69906067,-0.69594645,-0.69306421,-0.69332502,-0.69323232,-0.69283673,-0.69358329,-0.69451825,-0.69546093,-0.69579749,-0.69600179,-0.69586909,-0.69562062,-0.69677303,-0.69704041,-0.69634492,-0.69765345,-0.69711904,-0.69786779,-0.69856258,-0.69845823,-0.69841131,-0.69854332,-0.69413684,-0.68749771,-0.68482601,-0.68306021,-0.68010925,-0.6778939,-0.67830667,-0.67675486,-0.678435,-0.67861579,-0.67649371,-0.67347692,-0.67313287,-0.67245353,-0.6729183,-0.67194772,-0.66960312,-0.65358835,-0.62450195,-0.55871573,-0.44849822,-0.27595692,-0.025203767,0.12011724,0.33880121,0.5161914,0.61082709,0.7043905,0.8231423,0.98032455,1.1804576,1.3778877,1.538063,1.6106172,1.6631807,1.6745619,1.6827751,1.6994957,1.7027386,1.7117137,1.719519,1.7189351,1.7214788,1.7192012,1.7229833,1.7243082,1.7207138,1.7251227,1.7251227,1.7204271,1.7145421,1.7160083,1.7103394,1.7066274,1.7015804,1.6944257,1.6910431,1.6828642,1.6740584,1.6607459,1.6381886,1.5997477,1.5413169,1.4278445,1.2737894,1.1028149,0.93499647,0.79143434,0.68105219,0.58236468,0.4882785,0.3849298,0.26915444,0.14033037,-0.027804906,-0.17912306,-0.32549374,-0.46467671,-0.59898795,-0.70350267,-0.7797368,-0.82916939,-0.85153043,-0.85177336,-0.84637461,-0.83399488,-0.81957792,-0.79787628,-0.78010137,-0.76589081,-0.75446586,-0.7470473,-0.74171428,-0.73724126,-0.73274888,-0.72581897,-0.71983047,-0.71352236,-0.70636381,-0.69873795,-0.69162944,-0.68943115,-0.68814488,-0.68825557,-0.68983654,-0.69653355,-0.69941925,-0.702129,-0.70569726,-0.70756695,-0.70982496,-0.71161924,-0.71295878,-0.71165048,-0.71102453,-0.71194242,-0.70888666,-0.7067044,-0.7062326,-0.70446495,-0.70456699,-0.70389872:2
61
+ -1.1536515,-1.1508991,-1.1502868,-1.1494126,-1.149148,-1.1474179,-1.1479491,-1.1435535,-1.1450721,-1.1451332,-1.1444657,-1.1403692,-1.1423771,-1.1420957,-1.1397866,-1.135842,-1.1280469,-1.1011185,-1.0500329,-0.96670258,-0.89310122,-0.81448366,-0.77229655,-0.74557397,-0.72603252,-0.72718893,-0.73550514,-0.73719708,-0.71828157,-0.72636801,-0.72683293,-0.71762385,-0.71391544,-0.70973766,-0.70395968,-0.6973467,-0.68888781,-0.68007799,-0.68600674,-0.69759646,-0.71888224,-0.71218218,-0.68882371,-0.61070369,-0.47842735,-0.30690213,-0.093010982,0.090805587,0.23595624,0.37593166,0.50435277,0.63538293,0.75359065,0.85854177,0.93802446,1.0133282,1.0693035,1.1122928,1.1473714,1.1496034,1.1738839,1.1838364,1.2006446,1.1938658,1.2079253,1.2151458,1.2228327,1.2068567,1.2106238,1.220719,1.225572,1.2230198,1.2252081,1.2266898,1.2390163,1.2301585,1.2301585,1.2341407,1.2387372,1.2395016,1.230005,1.2351337,1.2355884,1.2410481,1.235758,1.2424468,1.2321966,1.229422,1.2326415,1.2338849,1.2397606,1.2362045,1.2335994,1.2389713,1.2355333,1.2297841,1.2379969,1.2365065,1.2293586,1.2370195,1.2229187,1.2158642,1.2063953,1.1877609,1.164813,1.1139236,1.0428134,0.96979389,0.86310112,0.74996768,0.60916876,0.46558797,0.31693579,0.16332137,-0.001077484,-0.14024389,-0.27080882,-0.38435749,-0.49239366,-0.59262763,-0.6765714,-0.74495601,-0.79304504,-0.82240463,-0.83897979,-0.85186342,-0.85855095,-0.86566893,-0.87020249,-0.87342765,-0.87045173,-0.86739111,-0.8670756,-0.86657837,-0.86611314,-0.86877759,-0.87389495,-0.88297378,-0.89535397,-0.91283081,-0.94324077,-0.99980455,-1.0743573,-1.1604152,-1.2300902,-1.2629294,-1.2604854,-1.2375339,-1.2135908,-1.1968723:1
62
+ -0.96986486,-0.97268011,-0.97060011,-0.97165122,-0.9688867,-0.96728981,-0.96522448,-0.96498272,-0.96425208,-0.96106701,-0.95894331,-0.95723587,-0.95508754,-0.95208471,-0.94322974,-0.9172061,-0.87821654,-0.80438568,-0.74313362,-0.69539201,-0.66038733,-0.65615681,-0.64945225,-0.65504911,-0.65211974,-0.63254484,-0.62537877,-0.62302683,-0.60833219,-0.58648143,-0.5585679,-0.53357451,-0.51635177,-0.47524166,-0.43769902,-0.39478222,-0.28471669,-0.1462673,0.01035964,0.19992111,0.41472349,0.58636553,0.73258347,0.86190249,0.98819646,1.0908412,1.1605867,1.2160637,1.2654052,1.2998419,1.3088017,1.3275562,1.3412173,1.3501287,1.3582249,1.3582489,1.3586797,1.3599274,1.3597389,1.3570065,1.351846,1.3473716,1.3426025,1.3418122,1.3382189,1.337152,1.3425413,1.337572,1.3353937,1.3427448,1.3388043,1.3426693,1.3439317,1.3470633,1.3432679,1.3484167,1.3484167,1.3469909,1.34424,1.3436908,1.341232,1.3380512,1.3412284,1.3361726,1.3277749,1.319918,1.314371,1.2922152,1.2707072,1.2287868,1.1820116,1.1069021,1.0113916,0.90366706,0.78241704,0.65381891,0.52986536,0.40811116,0.2479681,0.11596211,-0.033718928,-0.1596567,-0.24012955,-0.34462861,-0.42766006,-0.50588262,-0.56916165,-0.62385304,-0.65238969,-0.69800101,-0.7223084,-0.73208977,-0.74515064,-0.76818266,-0.77433912,-0.78410771,-0.78787828,-0.78994748,-0.79364993,-0.79645816,-0.79745058,-0.80174461,-0.81911386,-0.84099228,-0.88698527,-0.9768662,-1.0505481,-1.109324,-1.1272176,-1.1254814,-1.1080485,-1.0921068,-1.0768444,-1.0546891,-1.041483,-1.0269008,-1.0192294,-1.0180356,-1.0162135,-1.0187937,-1.0136552,-1.01552,-1.0146793,-1.0117703,-1.0069916,-1.0035741,-1.0065091,-1.0064291,-1.0065515,-1.0031529:1
63
+ -1.1601617,-1.2430027,-1.254295,-1.2345119,-1.1662216,-1.0963188,-1.0399869,-1.0267232,-1.0339196,-1.0473467,-1.0512012,-1.0518321,-1.0435089,-1.037728,-1.0261325,-1.0241021,-1.025974,-1.0245282,-1.0223515,-1.0075941,-0.97483144,-0.91833525,-0.81993973,-0.72708543,-0.67063071,-0.63255804,-0.62263614,-0.61517381,-0.63210671,-0.64157827,-0.63503497,-0.62262007,-0.59762676,-0.57710203,-0.55743623,-0.53773222,-0.51305302,-0.4527392,-0.30465212,-0.16731738,0.0049618412,0.19296501,0.35866135,0.50260715,0.64159373,0.75746189,0.85551908,0.9528389,1.0356802,1.1092352,1.1718793,1.2246784,1.2577225,1.2812752,1.2930085,1.2944998,1.2993905,1.3008271,1.2978852,1.2964604,1.2987983,1.3045335,1.3020291,1.3024405,1.3024337,1.3024392,1.2962025,1.2900816,1.2922738,1.287736,1.2908292,1.2875774,1.2872515,1.2904324,1.2873289,1.2832465,1.2832465,1.283339,1.2792166,1.2816872,1.279849,1.2808381,1.2820184,1.2780496,1.2790004,1.2776477,1.2783994,1.2793488,1.2744706,1.2679605,1.2670028,1.2597933,1.2519774,1.2327377,1.2097298,1.1654039,1.0994588,1.0099495,0.90097382,0.77986051,0.63745315,0.48485641,0.33021562,0.19295767,0.032480698,-0.11127957,-0.23673249,-0.35948773,-0.46786081,-0.54915288,-0.61409205,-0.65810746,-0.69193517,-0.71259582,-0.71843379,-0.72269611,-0.72362537,-0.72324924,-0.7316317,-0.74068298,-0.74934435,-0.75981223,-0.76451765,-0.76818765,-0.77136584,-0.77145395,-0.76933221,-0.77932247,-0.78481071,-0.78536681,-0.78497878,-0.78968757,-0.7943162,-0.81275004,-0.83755792,-0.88455715,-0.95869663,-1.0431321,-1.1375263,-1.2104572,-1.2336548,-1.2211306,-1.1800335,-1.121479,-1.0836923,-1.0532133,-1.0383996,-1.034783,-1.038866,-1.0330896:1
64
+ -1.036995,-1.0374974,-1.0372943,-1.0371324,-1.040754,-1.0407845,-1.0400189,-1.0386756,-1.0395346,-1.040101,-1.0441597,-1.0463286,-1.0469448,-1.0497707,-1.0529174,-1.0530056,-1.0516077,-1.0413114,-0.9973766,-0.91542004,-0.7489732,-0.5288234,-0.2688619,-0.0020094376,0.27515813,0.49626072,0.6720159,0.82417625,0.92652443,0.96900081,1.0104306,1.0127562,1.0046837,1.0060999,0.97338193,0.97259338,0.98640179,0.98028896,0.98927507,0.9921213,0.9974947,1.0001229,0.99629676,1.0009117,1.0031457,0.99734632,0.99646213,0.99511897,0.99593582,1.0035084,1.0035635,1.0044415,1.0047007,1.0041305,1.0067592,1.0117932,1.0064358,1.0155704,1.0127362,1.0148471,1.0138402,1.0206778,1.0134683,1.0177172,1.0204834,1.0139741,1.0124193,1.0094697,1.012985,1.0138289,1.0109009,1.0148811,1.0095742,1.0061392,1.0033153,1.0056185,1.0056185,0.99593627,0.9840779,0.97895011,0.98834798,0.97876472,0.9742926,0.97024198,0.97008081,0.97362901,0.96030977,0.94922071,0.95104806,0.94083086,0.94296029,0.92769804,0.91624747,0.87934471,0.8446385,0.80130408,0.74285714,0.67484697,0.60033824,0.50509708,0.40452486,0.27969397,0.14000285,-0.023769573,-0.20104312,-0.39387637,-0.56130441,-0.73964992,-0.89922708,-1.0357492,-1.1564807,-1.2064766,-1.2260795,-1.2375236,-1.2367227,-1.2349162,-1.2332476,-1.2203596,-1.2079941,-1.1780403,-1.1643885,-1.1556267,-1.15053,-1.1404345,-1.1418992,-1.1412623,-1.1411228,-1.1405456,-1.1456379,-1.1443796,-1.1434884,-1.1446516,-1.1436344,-1.1437508,-1.1413574,-1.1413895,-1.1442509,-1.1431611,-1.1474163,-1.1477535,-1.1499787,-1.1475453,-1.149843,-1.1515444,-1.1527486,-1.150443,-1.1502104,-1.1528985,-1.1501719,-1.1518639:2
65
+ -0.56490613,-0.56504961,-0.56647713,-0.56477455,-0.56574383,-0.56418341,-0.56463727,-0.56311429,-0.56454802,-0.56219477,-0.56004005,-0.56115109,-0.56360764,-0.56245599,-0.56268017,-0.56419592,-0.56907686,-0.57610926,-0.58258603,-0.5859332,-0.58763701,-0.59103201,-0.59599384,-0.59950882,-0.60997468,-0.6195542,-0.63205551,-0.64165548,-0.64948884,-0.65589235,-0.65646466,-0.6574252,-0.65697144,-0.65662718,-0.65394034,-0.65438728,-0.65135985,-0.64768867,-0.64767167,-0.64398492,-0.64088676,-0.63450615,-0.62020344,-0.59157705,-0.53845073,-0.44757309,-0.35435522,-0.23689416,-0.14717101,0.122655,0.29378644,0.48220417,0.7347439,0.85394946,0.97252074,1.093937,1.2462089,1.415225,1.5654399,1.714356,1.7903929,1.8266679,1.8403466,1.860253,1.873103,1.8761638,1.8835603,1.8908604,1.8997466,1.9003175,1.9031849,1.9051507,1.8970231,1.9016795,1.9089681,1.9028578,1.9028578,1.8982709,1.8812948,1.861807,1.8263681,1.7724182,1.694951,1.6094718,1.4943115,1.3773332,1.2640776,1.1483172,1.0494262,0.94354521,0.81462916,0.71528305,0.59878854,0.50221596,0.30612285,0.041356362,-0.14786015,-0.30015388,-0.42619738,-0.57556808,-0.6993319,-0.77146001,-0.80256045,-0.80659859,-0.79972341,-0.78408069,-0.7667192,-0.74900775,-0.72963065,-0.70896554,-0.6843605,-0.67490249,-0.67057158,-0.67008119,-0.66903609,-0.66940905,-0.67019893,-0.67190091,-0.67105933,-0.6706531,-0.67115265,-0.6725588,-0.67397564,-0.67599257,-0.67936773,-0.68239648,-0.68597221,-0.68883662,-0.69538137,-0.69657088,-0.70022944,-0.70324924,-0.71087563,-0.7120233,-0.71533842,-0.71741417,-0.71979531,-0.72049523,-0.72267743,-0.72456451,-0.72378389,-0.72571717,-0.72669745,-0.72565611,-0.72681346,-0.72676828,-0.72552504,-0.72417069,-0.72088946,-0.71883243:2
66
+ -0.6146444,-0.61498675,-0.61478559,-0.61404217,-0.61314465,-0.61239082,-0.61086133,-0.60812364,-0.60610064,-0.60311123,-0.60395002,-0.60356954,-0.6072457,-0.61078915,-0.6151396,-0.61483175,-0.61051287,-0.6024367,-0.59513644,-0.58937042,-0.58645488,-0.5876943,-0.59247331,-0.59471908,-0.59933427,-0.59941776,-0.59598553,-0.59464203,-0.58684871,-0.57972245,-0.57112597,-0.56169228,-0.54904415,-0.53355232,-0.51876273,-0.50481782,-0.51005006,-0.51177947,-0.53172618,-0.56144033,-0.58705439,-0.59164526,-0.57205075,-0.55741424,-0.55198027,-0.54977433,-0.50705963,-0.41555444,-0.25365415,-0.071630655,0.15835211,0.40200248,0.62449129,0.8422736,1.0439121,1.2298214,1.4122523,1.5846392,1.7259446,1.7987729,1.8035808,1.8065575,1.8099721,1.8122234,1.8167203,1.8201892,1.8224626,1.8258006,1.826486,1.8296872,1.8419797,1.8483075,1.8454384,1.8496756,1.8445715,1.8446084,1.8446084,1.8434868,1.8420945,1.8355374,1.8316188,1.8176054,1.8053896,1.7708091,1.6975856,1.590463,1.4620692,1.2956731,1.1038124,0.92037174,0.72853238,0.56058628,0.38849711,0.22820099,0.07079019,-0.071015756,-0.2034749,-0.31356022,-0.39423968,-0.44855023,-0.48505372,-0.51149188,-0.53253748,-0.55842217,-0.57903254,-0.59466115,-0.60440178,-0.61105932,-0.62000278,-0.62655748,-0.62641957,-0.62351274,-0.62285089,-0.6256809,-0.62749267,-0.62774134,-0.6263656,-0.62300645,-0.6227261,-0.62826834,-0.63162873,-0.64219605,-0.66019306,-0.68164098,-0.7090606,-0.73971378,-0.76091665,-0.77621716,-0.78966675,-0.80303172,-0.81388279,-0.82264694,-0.82506444,-0.82464867,-0.82129642,-0.81014622,-0.79355911,-0.78690701,-0.77780865,-0.77380497,-0.77607268,-0.78471362,-0.7966249,-0.80465297,-0.80037199,-0.79782709,-0.79507911,-0.79704463,-0.80127561,-0.80836058:1
67
+ -0.77912617,-0.77837863,-0.7757449,-0.77624744,-0.77316667,-0.77388219,-0.76896116,-0.76204592,-0.75862613,-0.75558319,-0.74829349,-0.74473946,-0.73940193,-0.73748236,-0.7321136,-0.72880058,-0.72498503,-0.72196511,-0.71743415,-0.71470151,-0.71110372,-0.71047651,-0.71123124,-0.7122378,-0.71014878,-0.71222253,-0.7126314,-0.71647624,-0.71751403,-0.71799458,-0.71834442,-0.7179278,-0.71720954,-0.7166621,-0.71494776,-0.71246879,-0.71043913,-0.70250092,-0.69805804,-0.68870758,-0.68753442,-0.68590942,-0.68495391,-0.68520951,-0.68721922,-0.68346816,-0.66693637,-0.62299967,-0.53328738,-0.40316095,-0.1822555,-2.3692305,0.16732327,-0.84149902,0.51690204,0.6862325,0.76491145,0.89837846,1.0402747,1.2153832,1.3876853,1.5180839,1.661467,1.7312203,1.7450496,1.7495453,1.756095,1.7681087,1.7702185,1.7761788,1.7704714,1.7702049,1.7850285,1.7844615,1.7774644,1.7746926,1.7746926,1.7730077,1.7681499,1.7709798,1.7662214,1.7604445,1.7567563,1.744467,1.7327452,1.7254206,1.7070678,1.6791259,1.5968362,1.5051058,1.4017868,1.2736672,1.1717409,1.0425928,0.92565016,0.82073514,0.78209985,0.5274112,0.44066492,0.24082131,-0.034897953,-0.16803472,-0.32260608,-0.49939523,-0.60413454,-0.67617584,-0.71966242,-0.73853496,-0.73306888,-0.7093046,-0.67440908,-0.63835829,-0.607599,-0.58273483,-0.5749672,-0.56792763,-0.56403641,-0.56231808,-0.55779544,-0.54970373,-0.54053651,-0.53369659,-0.53461438,-0.52775657,-0.52142535,-0.51860303,-0.51439148,-0.50992319,-0.509537,-0.51249401,-0.5142365,-0.51299587,-0.51596189,-0.51493538,-0.51681484,-0.51373077,-0.51481516,-0.51156049,-0.51062584,-0.50862239,-0.51213711,-0.51271019,-0.51012364,-0.51186669,-0.51188037,-0.50717938,-0.50696435,-0.50500603,-0.50373099,-0.50438486:2
68
+ -0.70303339,-0.70261754,-0.70250356,-0.70136128,-0.70044912,-0.70056241,-0.70097358,-0.70112795,-0.70217571,-0.70176878,-0.70215019,-0.70309004,-0.70230765,-0.70207821,-0.70098227,-0.70059629,-0.69994836,-0.69846667,-0.69862527,-0.69977499,-0.69925329,-0.69748837,-0.69595529,-0.69521353,-0.69438022,-0.69338132,-0.69194311,-0.69144212,-0.69197699,-0.69051646,-0.69041336,-0.69014295,-0.68911945,-0.68000545,-0.65142882,-0.62238976,-0.59857268,-0.60046817,-0.60545316,-0.61995323,-0.63402212,-0.63190291,-0.60964351,-0.58932205,-0.58083012,-0.57346112,-0.53587475,-0.46167525,-0.32498369,-0.13517256,0.074279151,0.33623637,0.59023297,0.82325915,1.0586697,1.3078841,1.5334831,1.7226283,1.8053069,1.8299799,1.8364028,1.8380194,1.8417409,1.8426175,1.8446815,1.8430252,1.8449776,1.844814,1.8481112,1.8483763,1.8447086,1.8444145,1.842001,1.8414902,1.8387657,1.835753,1.835753,1.8360287,1.8342846,1.8263522,1.8238018,1.8054176,1.7818659,1.7285643,1.6499326,1.5328978,1.3929365,1.2249325,1.0466679,0.86936699,0.69746733,0.54554365,0.38930638,0.20671502,0.035792175,-0.090925533,-0.22870205,-0.34490771,-0.43918286,-0.50598636,-0.54242565,-0.56874552,-0.58658055,-0.59898671,-0.60012384,-0.60231114,-0.60390612,-0.60818058,-0.60789907,-0.60699321,-0.60522715,-0.59475218,-0.57329325,-0.54547051,-0.51832569,-0.48511561,-0.44187573,-0.41487944,-0.40864392,-0.42687958,-0.45623036,-0.50397529,-0.55317789,-0.60512015,-0.64877555,-0.68813623,-0.71271521,-0.72430992,-0.7282262,-0.72738728,-0.72803109,-0.72380034,-0.71406588,-0.70226943,-0.68974861,-0.67661751,-0.66460398,-0.65339892,-0.64164859,-0.63983,-0.64013096,-0.64070531,-0.6397999,-0.63954563,-0.63782728,-0.63920061,-0.64026016,-0.64113375,-0.64140622,-0.64210896:1
69
+ -1.4357199,-1.4322717,-1.4329285,-1.4316413,-1.4325953,-1.432303,-1.4334516,-1.4324265,-1.4332729,-1.429953,-1.4296726,-1.4291101,-1.4292611,-1.4266512,-1.426664,-1.4237981,-1.4258321,-1.4261731,-1.425976,-1.4103294,-1.3346269,-1.2088542,-1.0003547,-0.75365711,-0.46416938,-0.19393205,0.0021544123,0.25182777,0.40863902,0.54002986,0.6245556,0.68736082,0.71154432,0.73640378,0.73681049,0.74538794,0.74814274,0.75259649,0.77412086,0.77489819,0.77176965,0.78379451,0.78556018,0.78829486,0.790786,0.78666364,0.78842596,0.78669538,0.78859965,0.7945724,0.78568312,0.78784802,0.79121161,0.78588989,0.78513379,0.79321914,0.79275118,0.78998297,0.79244662,0.79109079,0.79155998,0.79274213,0.79131007,0.79359836,0.79334957,0.7844746,0.78340836,0.78523584,0.79023545,0.78084188,0.78166962,0.78368431,0.78599707,0.78779192,0.78658909,0.78636389,0.78636389,0.78451607,0.7831086,0.77928018,0.77861663,0.7780055,0.78165867,0.78582328,0.78771267,0.78848509,0.7870233,0.78494681,0.7860116,0.78820869,0.78474407,0.78613007,0.78043964,0.78220878,0.77780756,0.77461431,0.77474217,0.77868514,0.77700017,0.77110431,0.78100741,0.77961425,0.77280817,0.78030642,0.77976994,0.78429801,0.78724203,0.7871088,0.78391421,0.77777604,0.75371101,0.73033915,0.70329479,0.66535484,0.63723496,0.60239282,0.54344396,0.49439474,0.40569187,0.28902615,0.1702921,0.027367163,-0.15554102,-0.31017932,-0.49435659,-0.67245975,-0.85233047,-1.044935,-1.2085309,-1.3431652,-1.4532191,-1.5291716,-1.5722161,-1.5874202,-1.5863758,-1.578107,-1.5572277,-1.5357317,-1.5114926,-1.4923753,-1.4779891,-1.4618689,-1.4473644,-1.4388882,-1.4377926,-1.4368847,-1.4344926,-1.4354619,-1.4352821,-1.4308845:2
classification/UCR/GunPointAgeSpan/GunPointAgeSpan_TEST.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/GunPointAgeSpan/GunPointAgeSpan_TRAIN.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/GunPointMaleVersusFemale/GunPointMaleVersusFemale_TEST.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/GunPointMaleVersusFemale/GunPointMaleVersusFemale_TRAIN.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/GunPointOldVersusYoung/GunPointOldVersusYoung_TEST.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/GunPointOldVersusYoung/GunPointOldVersusYoung_TRAIN.ts ADDED
The diff for this file is too large to render. See raw diff
 
classification/UCR/Ham/Ham_TEST.ts ADDED
The diff for this file is too large to render. See raw diff